mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
⚡ Additional parameter display name changes on Freshworks
This commit is contained in:
parent
f372459ecc
commit
ea29bc604d
|
@ -246,14 +246,14 @@ export const appointmentFields = [
|
||||||
description: 'ID of outcome of Appointment sales activity type',
|
description: 'ID of outcome of Appointment sales activity type',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Targetable ID',
|
displayName: 'Target ID',
|
||||||
name: 'targetable_id',
|
name: 'targetable_id',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
description: 'ID of contact/account against whom appointment is created',
|
description: 'ID of contact/account against whom appointment is created',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Targetable Type',
|
displayName: 'Target Type',
|
||||||
name: 'targetable_type',
|
name: 'targetable_type',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
default: 'Contact',
|
default: 'Contact',
|
||||||
|
@ -402,7 +402,7 @@ export const appointmentFields = [
|
||||||
value: 'creater',
|
value: 'creater',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Targetable',
|
name: 'Target',
|
||||||
value: 'targetable',
|
value: 'targetable',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -590,14 +590,14 @@ export const appointmentFields = [
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Targetable ID',
|
displayName: 'Target ID',
|
||||||
name: 'targetable_id',
|
name: 'targetable_id',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
description: 'ID of contact/account against whom appointment is created',
|
description: 'ID of contact/account against whom appointment is created',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Targetable Type',
|
displayName: 'Target Type',
|
||||||
name: 'targetable_type',
|
name: 'targetable_type',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
default: 'Contact',
|
default: 'Contact',
|
||||||
|
|
|
@ -145,7 +145,7 @@ export const salesActivityFields = [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Targetable Type',
|
displayName: 'Target Type',
|
||||||
name: 'targetableType',
|
name: 'targetableType',
|
||||||
description: 'Type of the entity for which the sales activity is created',
|
description: 'Type of the entity for which the sales activity is created',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
|
@ -177,9 +177,9 @@ export const salesActivityFields = [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Targetable ID',
|
displayName: 'Target ID',
|
||||||
name: 'targetable_id',
|
name: 'targetable_id',
|
||||||
description: 'ID of the entity for which the sales activity is created. The type of entity is selected in "Targetable Type".',
|
description: 'ID of the entity for which the sales activity is created. The type of entity is selected in "Target Type".',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
required: true,
|
required: true,
|
||||||
default: '',
|
default: '',
|
||||||
|
@ -469,14 +469,14 @@ export const salesActivityFields = [
|
||||||
type: 'dateTime',
|
type: 'dateTime',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Targetable ID',
|
displayName: 'Target ID',
|
||||||
name: 'targetable_id',
|
name: 'targetable_id',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
description: 'ID of the entity for which the sales activity is updated. The type of entity is selected in "Targetable Type".',
|
description: 'ID of the entity for which the sales activity is updated. The type of entity is selected in "Target Type".',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Targetable Type',
|
displayName: 'Target Type',
|
||||||
name: 'targetable_type',
|
name: 'targetable_type',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
default: 'Contact',
|
default: 'Contact',
|
||||||
|
|
|
@ -107,7 +107,7 @@ export const taskFields = [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Targetable Type',
|
displayName: 'Target Type',
|
||||||
name: 'targetableType',
|
name: 'targetableType',
|
||||||
description: 'Type of the entity for which the task is updated',
|
description: 'Type of the entity for which the task is updated',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
|
@ -139,9 +139,9 @@ export const taskFields = [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Targetable ID',
|
displayName: 'Target ID',
|
||||||
name: 'targetable_id',
|
name: 'targetable_id',
|
||||||
description: 'ID of the entity for which the task is created. The type of entity is selected in "Targetable Type".',
|
description: 'ID of the entity for which the task is created. The type of entity is selected in "Target Type".',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
required: true,
|
required: true,
|
||||||
|
@ -318,7 +318,7 @@ export const taskFields = [
|
||||||
value: 'owner',
|
value: 'owner',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Targetable',
|
name: 'Target',
|
||||||
value: 'targetable',
|
value: 'targetable',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -434,14 +434,14 @@ export const taskFields = [
|
||||||
description: 'ID of the user to whom the task is assigned',
|
description: 'ID of the user to whom the task is assigned',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Targetable ID',
|
displayName: 'Target ID',
|
||||||
name: 'targetable_id',
|
name: 'targetable_id',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
description: 'ID of the entity for which the task is updated. The type of entity is selected in "Targetable Type".',
|
description: 'ID of the entity for which the task is updated. The type of entity is selected in "Target Type".',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Targetable Type',
|
displayName: 'Target Type',
|
||||||
name: 'targetable_type',
|
name: 'targetable_type',
|
||||||
description: 'Type of the entity for which the task is updated',
|
description: 'Type of the entity for which the task is updated',
|
||||||
type: 'options',
|
type: 'options',
|
||||||
|
|
Loading…
Reference in a new issue