diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts index a2878172c2..172d4c993f 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts @@ -246,14 +246,14 @@ export const appointmentFields = [ description: 'ID of outcome of Appointment sales activity type', }, { - displayName: 'Targetable ID', + displayName: 'Target ID', name: 'targetable_id', type: 'string', default: '', description: 'ID of contact/account against whom appointment is created', }, { - displayName: 'Targetable Type', + displayName: 'Target Type', name: 'targetable_type', type: 'options', default: 'Contact', @@ -402,7 +402,7 @@ export const appointmentFields = [ value: 'creater', }, { - name: 'Targetable', + name: 'Target', value: 'targetable', }, ], @@ -590,14 +590,14 @@ export const appointmentFields = [ default: '', }, { - displayName: 'Targetable ID', + displayName: 'Target ID', name: 'targetable_id', type: 'string', default: '', description: 'ID of contact/account against whom appointment is created', }, { - displayName: 'Targetable Type', + displayName: 'Target Type', name: 'targetable_type', type: 'options', default: 'Contact', diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts index 13dbb2294f..d410df0bbf 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts @@ -145,7 +145,7 @@ export const salesActivityFields = [ }, }, { - displayName: 'Targetable Type', + displayName: 'Target Type', name: 'targetableType', description: 'Type of the entity for which the sales activity is created', type: 'options', @@ -177,9 +177,9 @@ export const salesActivityFields = [ }, }, { - displayName: 'Targetable ID', + displayName: 'Target 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', required: true, default: '', @@ -469,14 +469,14 @@ export const salesActivityFields = [ type: 'dateTime', }, { - displayName: 'Targetable ID', + displayName: 'Target ID', name: 'targetable_id', type: 'string', 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', type: 'options', default: 'Contact', diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts index 74020a40c0..0f8fc6de33 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts @@ -107,7 +107,7 @@ export const taskFields = [ }, }, { - displayName: 'Targetable Type', + displayName: 'Target Type', name: 'targetableType', description: 'Type of the entity for which the task is updated', type: 'options', @@ -139,9 +139,9 @@ export const taskFields = [ }, }, { - displayName: 'Targetable ID', + displayName: 'Target 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', default: '', required: true, @@ -318,7 +318,7 @@ export const taskFields = [ value: 'owner', }, { - name: 'Targetable', + name: 'Target', value: 'targetable', }, { @@ -434,14 +434,14 @@ export const taskFields = [ description: 'ID of the user to whom the task is assigned', }, { - displayName: 'Targetable ID', + displayName: 'Target ID', name: 'targetable_id', type: 'string', 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', description: 'Type of the entity for which the task is updated', type: 'options',