diff --git a/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonTagDescription.ts b/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonTagDescription.ts index 787680824422f..4c47e1b0587ca 100644 --- a/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonTagDescription.ts +++ b/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonTagDescription.ts @@ -38,7 +38,7 @@ export const personTagFields: INodeProperties[] = [ { displayName: 'Tag Name or ID', name: 'tagId', - description: 'ID of the tag to add. Choose from the list, or specify an ID using an expression.', + description: 'ID of the tag to add. Choose from the list, or specify an ID using an expression.', type: 'options', typeOptions: { loadOptionsMethod: 'getTags', @@ -81,7 +81,7 @@ export const personTagFields: INodeProperties[] = [ { displayName: 'Tag Name or ID', name: 'tagId', - description: 'ID of the tag whose tagging to delete. Choose from the list, or specify an ID using an expression.', + description: 'ID of the tag whose tagging to delete. Choose from the list, or specify an ID using an expression.', type: 'options', typeOptions: { loadOptionsMethod: 'getTags', @@ -102,7 +102,7 @@ export const personTagFields: INodeProperties[] = [ { displayName: 'Tagging Name or ID', name: 'taggingId', - description: 'ID of the tagging to remove. Choose from the list, or specify an ID using an expression.', + description: 'ID of the tagging to remove. Choose from the list, or specify an ID using an expression.', type: 'options', typeOptions: { loadOptionsDependsOn: [ diff --git a/packages/nodes-base/nodes/ActiveCampaign/AccountDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/AccountDescription.ts index bb3ae407c02d9..c028c0752d905 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/AccountDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/AccountDescription.ts @@ -124,7 +124,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getAccountCustomFields', }, default: '', - description: 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + description: 'ID of the field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', @@ -216,7 +216,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getAccountCustomFields', }, default: '', - description: 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + description: 'ID of the field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', diff --git a/packages/nodes-base/nodes/ActiveCampaign/ActiveCampaignTrigger.node.ts b/packages/nodes-base/nodes/ActiveCampaign/ActiveCampaignTrigger.node.ts index 93785cc179edb..e575f62f7d0fb 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/ActiveCampaignTrigger.node.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/ActiveCampaignTrigger.node.ts @@ -50,7 +50,7 @@ export class ActiveCampaignTrigger implements INodeType { displayName: 'Event Names or IDs', name: 'events', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getEvents', }, diff --git a/packages/nodes-base/nodes/ActiveCampaign/ContactDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/ContactDescription.ts index 91c4679c0b5d4..19be729d87045 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/ContactDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/ContactDescription.ts @@ -135,7 +135,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getContactCustomFields', }, default: '', - description: 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + description: 'ID of the field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', @@ -234,7 +234,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getContactCustomFields', }, default: '', - description: 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + description: 'ID of the field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', diff --git a/packages/nodes-base/nodes/ActiveCampaign/ContactTagDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/ContactTagDescription.ts index 1df8ff60c6911..73774b582047c 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/ContactTagDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/ContactTagDescription.ts @@ -41,7 +41,7 @@ export const contactTagFields: INodeProperties[] = [ displayName: 'Tag Name or ID', name: 'tagId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTags', }, diff --git a/packages/nodes-base/nodes/Affinity/ListEntryDescription.ts b/packages/nodes-base/nodes/Affinity/ListEntryDescription.ts index 9077172f8a148..8cf8c5bf181d5 100644 --- a/packages/nodes-base/nodes/Affinity/ListEntryDescription.ts +++ b/packages/nodes-base/nodes/Affinity/ListEntryDescription.ts @@ -69,7 +69,7 @@ export const listEntryFields: INodeProperties[] = [ ], }, }, - description: 'The unique ID of the list whose list entries are to be retrieved. Choose from the list, or specify an ID using an expression.', + description: 'The unique ID of the list whose list entries are to be retrieved. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Entity ID', @@ -137,7 +137,7 @@ export const listEntryFields: INodeProperties[] = [ ], }, }, - description: 'The unique ID of the list that contains the specified list_entry_id. Choose from the list, or specify an ID using an expression.', + description: 'The unique ID of the list that contains the specified list_entry_id. Choose from the list, or specify an ID using an expression.', }, { displayName: 'List Entry ID', @@ -178,7 +178,7 @@ export const listEntryFields: INodeProperties[] = [ }, }, default: '', - description: 'The unique ID of the list whose list entries are to be retrieved. Choose from the list, or specify an ID using an expression.', + description: 'The unique ID of the list whose list entries are to be retrieved. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -243,7 +243,7 @@ export const listEntryFields: INodeProperties[] = [ ], }, }, - description: 'The unique ID of the list that contains the specified list_entry_id. Choose from the list, or specify an ID using an expression.', + description: 'The unique ID of the list that contains the specified list_entry_id. Choose from the list, or specify an ID using an expression.', }, { displayName: 'List Entry ID', diff --git a/packages/nodes-base/nodes/Affinity/OrganizationDescription.ts b/packages/nodes-base/nodes/Affinity/OrganizationDescription.ts index 62dde5a31d827..21182a1aec0d3 100644 --- a/packages/nodes-base/nodes/Affinity/OrganizationDescription.ts +++ b/packages/nodes-base/nodes/Affinity/OrganizationDescription.ts @@ -117,7 +117,7 @@ export const organizationFields: INodeProperties[] = [ loadOptionsMethod: 'getPersons', }, default: [], - description: 'Persons that the new organization will be associated with. Choose from the list, or specify IDs using an expression.', + description: 'Persons that the new organization will be associated with. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -181,7 +181,7 @@ export const organizationFields: INodeProperties[] = [ loadOptionsMethod: 'getPersons', }, default: [], - description: 'Persons that the new organization will be associated with. Choose from the list, or specify IDs using an expression.', + description: 'Persons that the new organization will be associated with. Choose from the list, or specify IDs using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Affinity/PersonDescription.ts b/packages/nodes-base/nodes/Affinity/PersonDescription.ts index ecd40e3e721c6..253c101b1ca3d 100644 --- a/packages/nodes-base/nodes/Affinity/PersonDescription.ts +++ b/packages/nodes-base/nodes/Affinity/PersonDescription.ts @@ -117,7 +117,7 @@ export const personFields: INodeProperties[] = [ loadOptionsMethod: 'getOrganizations', }, default: [], - description: 'Organizations that the person is associated with. Choose from the list, or specify IDs using an expression.', + description: 'Organizations that the person is associated with. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -203,7 +203,7 @@ export const personFields: INodeProperties[] = [ loadOptionsMethod: 'getOrganizations', }, default: [], - description: 'Organizations that the person is associated with. Choose from the list, or specify IDs using an expression.', + description: 'Organizations that the person is associated with. Choose from the list, or specify IDs using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts b/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts index c5a6ce9033055..35dc4bf900c77 100644 --- a/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts +++ b/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts @@ -112,7 +112,7 @@ export class ApiTemplateIo implements INodeType { type: 'options', required: true, default: '', - description: 'ID of the image template to use. Choose from the list, or specify an ID using an expression.', + description: 'ID of the image template to use. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getImageTemplates', }, @@ -133,7 +133,7 @@ export class ApiTemplateIo implements INodeType { type: 'options', required: true, default: '', - description: 'ID of the PDF template to use. Choose from the list, or specify an ID using an expression.', + description: 'ID of the PDF template to use. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getPdfTemplates', }, diff --git a/packages/nodes-base/nodes/Asana/Asana.node.ts b/packages/nodes-base/nodes/Asana/Asana.node.ts index fe256cc866905..b8f9343e0f8a8 100644 --- a/packages/nodes-base/nodes/Asana/Asana.node.ts +++ b/packages/nodes-base/nodes/Asana/Asana.node.ts @@ -222,7 +222,7 @@ export class Asana implements INodeType { loadOptionsMethod: 'getUsers', }, default: '', - description: 'Set Assignee on the subtask. Choose from the list, or specify an ID using an expression.', + description: 'Set Assignee on the subtask. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Assignee Status', @@ -289,7 +289,7 @@ export class Asana implements INodeType { loadOptionsMethod: 'getWorkspaces', }, default: '', - description: 'The workspace to create the subtask in. Choose from the list, or specify an ID using an expression.', + description: 'The workspace to create the subtask in. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -384,7 +384,7 @@ export class Asana implements INodeType { 'name', 'resource_type', ], - description: 'Defines fields to return. Choose from the list, or specify IDs using an expression.', + description: 'Defines fields to return. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Pretty', @@ -480,7 +480,7 @@ export class Asana implements INodeType { ], }, }, - description: 'The workspace to create the task in. Choose from the list, or specify an ID using an expression.', + description: 'The workspace to create the task in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', @@ -614,7 +614,7 @@ export class Asana implements INodeType { loadOptionsMethod: 'getUsers', }, default: '', - description: 'The assignee to filter tasks on. Note: If you specify assignee, you must also specify the workspace to filter on. Choose from the list, or specify an ID using an expression.', + description: 'The assignee to filter tasks on. Note: If you specify assignee, you must also specify the workspace to filter on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Names or IDs', @@ -628,7 +628,7 @@ export class Asana implements INodeType { 'name', 'resource_type', ], - description: 'Defines fields to return. Choose from the list, or specify IDs using an expression.', + description: 'Defines fields to return. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Pretty', @@ -645,7 +645,7 @@ export class Asana implements INodeType { loadOptionsMethod: 'getProjects', }, default: '', - description: 'The project to filter tasks on. Choose from the list, or specify an ID using an expression.', + description: 'The project to filter tasks on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Section Name or ID', @@ -655,7 +655,7 @@ export class Asana implements INodeType { loadOptionsMethod: 'getSections', }, default: '', - description: 'The section to filter tasks on. Choose from the list, or specify an ID using an expression.', + description: 'The section to filter tasks on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Workspace Name or ID', @@ -665,7 +665,7 @@ export class Asana implements INodeType { loadOptionsMethod: 'getWorkspaces', }, default: '', - description: 'The workspace to filter tasks on. Note: If you specify workspace, you must also specify the assignee to filter on. Choose from the list, or specify an ID using an expression.', + description: 'The workspace to filter tasks on. Note: If you specify workspace, you must also specify the assignee to filter on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Completed Since', @@ -726,7 +726,7 @@ export class Asana implements INodeType { ], }, }, - description: 'Project to show the sections of. Choose from the list, or specify an ID using an expression.', + description: 'Project to show the sections of. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Section Name or ID', @@ -751,7 +751,7 @@ export class Asana implements INodeType { ], }, }, - description: 'The Section to move the task to. Choose from the list, or specify an ID using an expression.', + description: 'The Section to move the task to. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -799,7 +799,7 @@ export class Asana implements INodeType { ], }, }, - description: 'The workspace in which the task is searched. Choose from the list, or specify an ID using an expression.', + description: 'The workspace in which the task is searched. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Filters', @@ -869,7 +869,7 @@ export class Asana implements INodeType { loadOptionsMethod: 'getUsers', }, default: '', - description: 'Set Assignee on the task. Choose from the list, or specify an ID using an expression.', + description: 'Set Assignee on the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Assignee Status', @@ -950,7 +950,7 @@ export class Asana implements INodeType { loadOptionsMethod: 'getProjects', }, default: [], - description: 'The project to filter tasks on. Choose from the list, or specify IDs using an expression.', + description: 'The project to filter tasks on. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -1197,7 +1197,7 @@ export class Asana implements INodeType { ], }, }, - description: 'The project where the task will be added. Choose from the list, or specify an ID using an expression.', + description: 'The project where the task will be added. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -1281,7 +1281,7 @@ export class Asana implements INodeType { ], }, }, - description: 'The project where the task will be removed from. Choose from the list, or specify an ID using an expression.', + description: 'The project where the task will be removed from. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- // taskTag @@ -1360,7 +1360,7 @@ export class Asana implements INodeType { ], }, }, - description: 'The tag that should be added. Choose from the list, or specify an ID using an expression.', + description: 'The tag that should be added. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -1407,7 +1407,7 @@ export class Asana implements INodeType { ], }, }, - description: 'The tag that should be added. Choose from the list, or specify an ID using an expression.', + description: 'The tag that should be added. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -1487,7 +1487,7 @@ export class Asana implements INodeType { ], }, }, - description: 'The workspace in which to get users. Choose from the list, or specify an ID using an expression.', + description: 'The workspace in which to get users. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -1581,7 +1581,7 @@ export class Asana implements INodeType { ], }, }, - description: 'The workspace to create the project in. Choose from the list, or specify an ID using an expression.', + description: 'The workspace to create the project in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Team Name or ID', @@ -1604,7 +1604,7 @@ export class Asana implements INodeType { }, }, default: '', - description: 'The team this project will be assigned to. Choose from the list, or specify an ID using an expression.', + description: 'The team this project will be assigned to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -1712,7 +1712,7 @@ export class Asana implements INodeType { ], }, }, - description: 'The workspace in which to get users. Choose from the list, or specify an ID using an expression.', + description: 'The workspace in which to get users. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -1791,7 +1791,7 @@ export class Asana implements INodeType { loadOptionsMethod: 'getTeams', }, default: '', - description: 'The new name of the task. Choose from the list, or specify an ID using an expression.', + description: 'The new name of the task. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -1818,7 +1818,7 @@ export class Asana implements INodeType { ], }, }, - description: 'The workspace in which to get users. Choose from the list, or specify an ID using an expression.', + description: 'The workspace in which to get users. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Project ID', @@ -1903,7 +1903,7 @@ export class Asana implements INodeType { loadOptionsMethod: 'getTeams', }, default: '', - description: 'The team this project will be assigned to. Choose from the list, or specify an ID using an expression.', + description: 'The team this project will be assigned to. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Asana/AsanaTrigger.node.ts b/packages/nodes-base/nodes/Asana/AsanaTrigger.node.ts index b2c7c97a3846a..602847cdc22e2 100644 --- a/packages/nodes-base/nodes/Asana/AsanaTrigger.node.ts +++ b/packages/nodes-base/nodes/Asana/AsanaTrigger.node.ts @@ -101,7 +101,7 @@ export class AsanaTrigger implements INodeType { }, options: [], default: '', - description: 'The workspace ID the resource is registered under. This is only required if you want to allow overriding existing webhooks. Choose from the list, or specify an ID using an expression.', + description: 'The workspace ID the resource is registered under. This is only required if you want to allow overriding existing webhooks. Choose from the list, or specify an ID using an expression.', }, ], }; diff --git a/packages/nodes-base/nodes/Automizy/ContactDescription.ts b/packages/nodes-base/nodes/Automizy/ContactDescription.ts index 3fbdaddc2b3f6..d8591a96cb596 100644 --- a/packages/nodes-base/nodes/Automizy/ContactDescription.ts +++ b/packages/nodes-base/nodes/Automizy/ContactDescription.ts @@ -80,7 +80,7 @@ export const contactFields: INodeProperties[] = [ name: 'listId', required: true, type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getLists', }, @@ -135,7 +135,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getCustomFields', }, - description: 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.', + description: 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.', default: '', }, { @@ -187,7 +187,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getTags', }, default: [], - description: 'The tags you want to set to the contact. Choose from the list, or specify IDs using an expression.', + description: 'The tags you want to set to the contact. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -244,7 +244,7 @@ export const contactFields: INodeProperties[] = [ name: 'listId', required: true, type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getLists', }, @@ -397,7 +397,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getTags', }, default: [], - description: 'The tags you want to add to the contact. Choose from the list, or specify IDs using an expression.', + description: 'The tags you want to add to the contact. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Custom Fields', @@ -421,7 +421,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getCustomFields', }, - description: 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.', + description: 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.', default: '', }, { @@ -444,7 +444,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getTags', }, default: [], - description: 'The tags you want to add to the contact. Choose from the list, or specify IDs using an expression.', + description: 'The tags you want to add to the contact. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Status', @@ -483,7 +483,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getTags', }, default: [], - description: 'The tags you want to set to the contact. Will replace all existing ones. Choose from the list, or specify IDs using an expression.', + description: 'The tags you want to set to the contact. Will replace all existing ones. Choose from the list, or specify IDs using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Autopilot/ContactDescription.ts b/packages/nodes-base/nodes/Autopilot/ContactDescription.ts index 2258f581c6655..098514f8409d5 100644 --- a/packages/nodes-base/nodes/Autopilot/ContactDescription.ts +++ b/packages/nodes-base/nodes/Autopilot/ContactDescription.ts @@ -114,7 +114,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getCustomFields', }, - description: 'User-specified key of user-defined data. Choose from the list, or specify an ID using an expression.', + description: 'User-specified key of user-defined data. Choose from the list, or specify an ID using an expression.', default: '', }, { @@ -172,7 +172,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getLists', }, default: '', - description: 'List to which this contact will be added on creation. Choose from the list, or specify an ID using an expression.', + description: 'List to which this contact will be added on creation. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Mailing Country', diff --git a/packages/nodes-base/nodes/Autopilot/ContactJourneyDescription.ts b/packages/nodes-base/nodes/Autopilot/ContactJourneyDescription.ts index 120b89d7fad08..6055f9952c858 100644 --- a/packages/nodes-base/nodes/Autopilot/ContactJourneyDescription.ts +++ b/packages/nodes-base/nodes/Autopilot/ContactJourneyDescription.ts @@ -51,7 +51,7 @@ export const contactJourneyFields: INodeProperties[] = [ }, }, default: '', - description: 'List ID. Choose from the list, or specify an ID using an expression.', + description: 'List ID. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Contact ID', diff --git a/packages/nodes-base/nodes/Autopilot/ContactListDescription.ts b/packages/nodes-base/nodes/Autopilot/ContactListDescription.ts index 7e1b154bcd23a..9908ac2ca9a87 100644 --- a/packages/nodes-base/nodes/Autopilot/ContactListDescription.ts +++ b/packages/nodes-base/nodes/Autopilot/ContactListDescription.ts @@ -72,7 +72,7 @@ export const contactListFields: INodeProperties[] = [ }, }, default: '', - description: 'ID of the list to operate on. Choose from the list, or specify an ID using an expression.', + description: 'ID of the list to operate on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Contact ID', diff --git a/packages/nodes-base/nodes/Aws/AwsLambda.node.ts b/packages/nodes-base/nodes/Aws/AwsLambda.node.ts index f262836247a43..32daebb5f3675 100644 --- a/packages/nodes-base/nodes/Aws/AwsLambda.node.ts +++ b/packages/nodes-base/nodes/Aws/AwsLambda.node.ts @@ -66,7 +66,7 @@ export class AwsLambda implements INodeType { options: [], default: '', required: true, - description: 'The function you want to invoke. Choose from the list, or specify an ID using an expression.', + description: 'The function you want to invoke. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Qualifier', diff --git a/packages/nodes-base/nodes/Aws/AwsSns.node.ts b/packages/nodes-base/nodes/Aws/AwsSns.node.ts index f5cd36f3beb17..073565e38d743 100644 --- a/packages/nodes-base/nodes/Aws/AwsSns.node.ts +++ b/packages/nodes-base/nodes/Aws/AwsSns.node.ts @@ -65,7 +65,7 @@ export class AwsSns implements INodeType { options: [], default: '', required: true, - description: 'The topic you want to publish to. Choose from the list, or specify an ID using an expression.', + description: 'The topic you want to publish to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subject', diff --git a/packages/nodes-base/nodes/Aws/AwsSnsTrigger.node.ts b/packages/nodes-base/nodes/Aws/AwsSnsTrigger.node.ts index 91f4be170fd7d..87608e27b85bc 100644 --- a/packages/nodes-base/nodes/Aws/AwsSnsTrigger.node.ts +++ b/packages/nodes-base/nodes/Aws/AwsSnsTrigger.node.ts @@ -54,7 +54,7 @@ export class AwsSnsTrigger implements INodeType { displayName: 'Topic Name or ID', name: 'topic', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getTopics', diff --git a/packages/nodes-base/nodes/Aws/DynamoDB/ItemDescription.ts b/packages/nodes-base/nodes/Aws/DynamoDB/ItemDescription.ts index a6cbff221b2cf..b18eb16f6d719 100644 --- a/packages/nodes-base/nodes/Aws/DynamoDB/ItemDescription.ts +++ b/packages/nodes-base/nodes/Aws/DynamoDB/ItemDescription.ts @@ -52,7 +52,7 @@ export const itemFields: INodeProperties[] = [ { displayName: 'Table Name or ID', name: 'tableName', - description: 'Table to operate on. Choose from the list, or specify an ID using an expression.', + description: 'Table to operate on. Choose from the list, or specify an ID using an expression.', type: 'options', required: true, displayOptions: { diff --git a/packages/nodes-base/nodes/Aws/SES/AwsSes.node.ts b/packages/nodes-base/nodes/Aws/SES/AwsSes.node.ts index 71ca162565ada..72e13db4f6fa4 100644 --- a/packages/nodes-base/nodes/Aws/SES/AwsSes.node.ts +++ b/packages/nodes-base/nodes/Aws/SES/AwsSes.node.ts @@ -548,7 +548,7 @@ export class AwsSes implements INodeType { }, }, default: '', - description: 'The ARN of the template to use when sending this email. Choose from the list, or specify an ID using an expression.', + description: 'The ARN of the template to use when sending this email. Choose from the list, or specify an ID using an expression.', }, { displayName: 'From Email', diff --git a/packages/nodes-base/nodes/Aws/SQS/AwsSqs.node.ts b/packages/nodes-base/nodes/Aws/SQS/AwsSqs.node.ts index ba478456f0a47..e071af2404308 100644 --- a/packages/nodes-base/nodes/Aws/SQS/AwsSqs.node.ts +++ b/packages/nodes-base/nodes/Aws/SQS/AwsSqs.node.ts @@ -79,7 +79,7 @@ export class AwsSqs implements INodeType { options: [], default: '', required: true, - description: 'Queue to send a message to. Choose from the list, or specify an ID using an expression.', + description: 'Queue to send a message to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Queue Type', diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/employee/create/shareDescription.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/employee/create/shareDescription.ts index 80cfead1223bb..b4e364cf70fda 100644 --- a/packages/nodes-base/nodes/BambooHr/v1/actions/employee/create/shareDescription.ts +++ b/packages/nodes-base/nodes/BambooHr/v1/actions/employee/create/shareDescription.ts @@ -66,7 +66,7 @@ export const createEmployeeSharedDescription = (sync = false): INodeProperties[] displayName: 'Department Name or ID', name: 'department', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -76,7 +76,7 @@ export const createEmployeeSharedDescription = (sync = false): INodeProperties[] displayName: 'Division Name or ID', name: 'division', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDivisions', }, @@ -130,7 +130,7 @@ export const createEmployeeSharedDescription = (sync = false): INodeProperties[] displayName: 'Location Name or ID', name: 'location', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getEmployeeLocations', }, diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/employee/get/description.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/employee/get/description.ts index b4a4825621eef..d3d3ceb37e549 100644 --- a/packages/nodes-base/nodes/BambooHr/v1/actions/employee/get/description.ts +++ b/packages/nodes-base/nodes/BambooHr/v1/actions/employee/get/description.ts @@ -47,7 +47,7 @@ export const employeeGetDescription: EmployeeProperties = [ default: [ 'all', ], - description: 'Set of fields to get from employee data. Choose from the list, or specify IDs using an expression.', + description: 'Set of fields to get from employee data. Choose from the list, or specify IDs using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/employee/update/sharedDescription.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/employee/update/sharedDescription.ts index b50857a280606..20241e6a83e5d 100644 --- a/packages/nodes-base/nodes/BambooHr/v1/actions/employee/update/sharedDescription.ts +++ b/packages/nodes-base/nodes/BambooHr/v1/actions/employee/update/sharedDescription.ts @@ -66,7 +66,7 @@ export const updateEmployeeSharedDescription = (sync = false): INodeProperties[] displayName: 'Department Name or ID', name: 'department', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -76,7 +76,7 @@ export const updateEmployeeSharedDescription = (sync = false): INodeProperties[] displayName: 'Division Name or ID', name: 'division', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDivisions', }, @@ -156,7 +156,7 @@ export const updateEmployeeSharedDescription = (sync = false): INodeProperties[] displayName: 'Location Name or ID', name: 'location', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getEmployeeLocations', }, diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/update/description.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/update/description.ts index 9d7a772162698..ba16465e8d983 100644 --- a/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/update/description.ts +++ b/packages/nodes-base/nodes/BambooHr/v1/actions/employeeDocument/update/description.ts @@ -65,7 +65,7 @@ export const employeeDocumentUpdateDescription: EmployeeDocumentProperties = [ ], }, default: '', - description: 'ID of the new category of the file. Choose from the list, or specify an ID using an expression.', + description: 'ID of the new category of the file. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/file/update/description.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/file/update/description.ts index 75f181eca3e8a..7c0b110c1a633 100644 --- a/packages/nodes-base/nodes/BambooHr/v1/actions/file/update/description.ts +++ b/packages/nodes-base/nodes/BambooHr/v1/actions/file/update/description.ts @@ -46,7 +46,7 @@ export const fileUpdateDescription: FileProperties = [ loadOptionsMethod: 'getCompanyFileCategories', }, default: '', - description: 'Move the file to a different category. Choose from the list, or specify an ID using an expression.', + description: 'Move the file to a different category. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', diff --git a/packages/nodes-base/nodes/BambooHr/v1/actions/file/upload/description.ts b/packages/nodes-base/nodes/BambooHr/v1/actions/file/upload/description.ts index 87f95f8f1f2d3..62df7eab049bb 100644 --- a/packages/nodes-base/nodes/BambooHr/v1/actions/file/upload/description.ts +++ b/packages/nodes-base/nodes/BambooHr/v1/actions/file/upload/description.ts @@ -23,7 +23,7 @@ export const fileUploadDescription: INodeProperties[] = [ displayName: 'Category Name or ID', name: 'categoryId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCompanyFileCategories', }, diff --git a/packages/nodes-base/nodes/Bannerbear/ImageDescription.ts b/packages/nodes-base/nodes/Bannerbear/ImageDescription.ts index 2f443fde4c0ab..7628c40d0844d 100644 --- a/packages/nodes-base/nodes/Bannerbear/ImageDescription.ts +++ b/packages/nodes-base/nodes/Bannerbear/ImageDescription.ts @@ -57,7 +57,7 @@ export const imageFields: INodeProperties[] = [ ], }, }, - description: 'The template ID you want to use. Choose from the list, or specify an ID using an expression.', + description: 'The template ID you want to use. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -152,7 +152,7 @@ export const imageFields: INodeProperties[] = [ ], }, default: '', - description: 'The name of the item you want to change. Choose from the list, or specify an ID using an expression.', + description: 'The name of the item you want to change. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Text', diff --git a/packages/nodes-base/nodes/Baserow/OperationDescription.ts b/packages/nodes-base/nodes/Baserow/OperationDescription.ts index 6e6293d3623ce..c0f96d62aca82 100644 --- a/packages/nodes-base/nodes/Baserow/OperationDescription.ts +++ b/packages/nodes-base/nodes/Baserow/OperationDescription.ts @@ -12,7 +12,7 @@ export const operationFields: INodeProperties[] = [ type: 'options', default: '', required: true, - description: 'Database to operate on. Choose from the list, or specify an ID using an expression.', + description: 'Database to operate on. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDatabaseIds', }, @@ -23,7 +23,7 @@ export const operationFields: INodeProperties[] = [ type: 'options', default: '', required: true, - description: 'Table to operate on. Choose from the list, or specify an ID using an expression.', + description: 'Table to operate on. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsDependsOn: [ 'databaseId', @@ -149,7 +149,7 @@ export const operationFields: INodeProperties[] = [ displayName: 'Field Name or ID', name: 'fieldId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: [ 'tableId', @@ -260,7 +260,7 @@ export const operationFields: INodeProperties[] = [ name: 'field', type: 'options', default: '', - description: 'Field to compare. Choose from the list, or specify an ID using an expression.', + description: 'Field to compare. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsDependsOn: [ 'tableId', @@ -439,7 +439,7 @@ export const operationFields: INodeProperties[] = [ name: 'field', type: 'options', default: '', - description: 'Field name to sort by. Choose from the list, or specify an ID using an expression.', + description: 'Field name to sort by. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsDependsOn: [ 'tableId', diff --git a/packages/nodes-base/nodes/Beeminder/Beeminder.node.ts b/packages/nodes-base/nodes/Beeminder/Beeminder.node.ts index f0861f11cc264..0ba75b9d09289 100644 --- a/packages/nodes-base/nodes/Beeminder/Beeminder.node.ts +++ b/packages/nodes-base/nodes/Beeminder/Beeminder.node.ts @@ -111,7 +111,7 @@ export class Beeminder implements INodeType { }, }, default: '', - description: 'The name of the goal. Choose from the list, or specify an ID using an expression.', + description: 'The name of the goal. Choose from the list, or specify an ID using an expression.', required: true, }, { diff --git a/packages/nodes-base/nodes/Bitbucket/BitbucketTrigger.node.ts b/packages/nodes-base/nodes/Bitbucket/BitbucketTrigger.node.ts index 1b0a0976b53d3..efbfe5f4bbfb6 100644 --- a/packages/nodes-base/nodes/Bitbucket/BitbucketTrigger.node.ts +++ b/packages/nodes-base/nodes/Bitbucket/BitbucketTrigger.node.ts @@ -86,7 +86,7 @@ export class BitbucketTrigger implements INodeType { }, required: true, default: '', - description: 'The repository of which to listen to the events. Choose from the list, or specify an ID using an expression.', + description: 'The repository of which to listen to the events. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Event Names or IDs', @@ -105,7 +105,7 @@ export class BitbucketTrigger implements INodeType { options: [], required: true, default: [], - description: 'The events to listen to. Choose from the list, or specify IDs using an expression.', + description: 'The events to listen to. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Repository Name or ID', @@ -126,7 +126,7 @@ export class BitbucketTrigger implements INodeType { }, required: true, default: '', - description: 'The repository of which to listen to the events. Choose from the list, or specify an ID using an expression.', + description: 'The repository of which to listen to the events. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Event Names or IDs', @@ -145,7 +145,7 @@ export class BitbucketTrigger implements INodeType { options: [], required: true, default: [], - description: 'The events to listen to. Choose from the list, or specify IDs using an expression.', + description: 'The events to listen to. Choose from the list, or specify IDs using an expression.', }, ], diff --git a/packages/nodes-base/nodes/Bitly/LinkDescription.ts b/packages/nodes-base/nodes/Bitly/LinkDescription.ts index 1a8173ed8eb5f..7e55b0c51c5ac 100644 --- a/packages/nodes-base/nodes/Bitly/LinkDescription.ts +++ b/packages/nodes-base/nodes/Bitly/LinkDescription.ts @@ -87,7 +87,7 @@ export const linkFields: INodeProperties[] = [ displayName: 'Group Name or ID', name: 'group', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getGroups', @@ -97,7 +97,7 @@ export const linkFields: INodeProperties[] = [ displayName: 'Tag Names or IDs', name: 'tags', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', default: [], typeOptions: { loadOptionsMethod: 'getTags', @@ -214,7 +214,7 @@ export const linkFields: INodeProperties[] = [ displayName: 'Group Name or ID', name: 'group', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getGroups', @@ -230,7 +230,7 @@ export const linkFields: INodeProperties[] = [ displayName: 'Tag Names or IDs', name: 'tags', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', default: [], typeOptions: { loadOptionsMethod: 'getTags', diff --git a/packages/nodes-base/nodes/Bitwarden/descriptions/CollectionDescription.ts b/packages/nodes-base/nodes/Bitwarden/descriptions/CollectionDescription.ts index 975aab39f333f..d887b6c1243f6 100644 --- a/packages/nodes-base/nodes/Bitwarden/descriptions/CollectionDescription.ts +++ b/packages/nodes-base/nodes/Bitwarden/descriptions/CollectionDescription.ts @@ -126,7 +126,7 @@ export const collectionFields: INodeProperties[] = [ displayName: 'Group Names or IDs', name: 'groups', type: 'multiOptions', - description: 'The group to assign this collection to. Choose from the list, or specify IDs using an expression.', + description: 'The group to assign this collection to. Choose from the list, or specify IDs using an expression.', default: [], typeOptions: { loadOptionsMethod: 'getGroups', diff --git a/packages/nodes-base/nodes/Bitwarden/descriptions/GroupDescription.ts b/packages/nodes-base/nodes/Bitwarden/descriptions/GroupDescription.ts index 53f34a10aa718..bfa9eaab7fb1d 100644 --- a/packages/nodes-base/nodes/Bitwarden/descriptions/GroupDescription.ts +++ b/packages/nodes-base/nodes/Bitwarden/descriptions/GroupDescription.ts @@ -177,7 +177,7 @@ export const groupFields: INodeProperties[] = [ displayName: 'Collection Names or IDs', name: 'collections', type: 'multiOptions', - description: 'The collections to assign to this group. Choose from the list, or specify IDs using an expression.', + description: 'The collections to assign to this group. Choose from the list, or specify IDs using an expression.', default: [], typeOptions: { loadOptionsMethod: 'getCollections', @@ -224,7 +224,7 @@ export const groupFields: INodeProperties[] = [ displayName: 'Collection Names or IDs', name: 'collections', type: 'multiOptions', - description: 'The collections to assign to this group. Choose from the list, or specify IDs using an expression.', + description: 'The collections to assign to this group. Choose from the list, or specify IDs using an expression.', default: [], typeOptions: { loadOptionsMethod: 'getCollections', diff --git a/packages/nodes-base/nodes/Bitwarden/descriptions/MemberDescription.ts b/packages/nodes-base/nodes/Bitwarden/descriptions/MemberDescription.ts index e5665c77bd3e2..5d67637cef21e 100644 --- a/packages/nodes-base/nodes/Bitwarden/descriptions/MemberDescription.ts +++ b/packages/nodes-base/nodes/Bitwarden/descriptions/MemberDescription.ts @@ -209,7 +209,7 @@ export const memberFields: INodeProperties[] = [ displayName: 'Collection Names or IDs', name: 'collections', type: 'multiOptions', - description: 'The collections to assign to this member. Choose from the list, or specify IDs using an expression.', + description: 'The collections to assign to this member. Choose from the list, or specify IDs using an expression.', default: [], typeOptions: { loadOptionsMethod: 'getCollections', @@ -272,7 +272,7 @@ export const memberFields: INodeProperties[] = [ displayName: 'Collection Names or IDs', name: 'collections', type: 'multiOptions', - description: 'The collections to assign to this member. Choose from the list, or specify IDs using an expression.', + description: 'The collections to assign to this member. Choose from the list, or specify IDs using an expression.', default: [], typeOptions: { loadOptionsMethod: 'getCollections', diff --git a/packages/nodes-base/nodes/Cal/CalTrigger.node.ts b/packages/nodes-base/nodes/Cal/CalTrigger.node.ts index 6b7107e81d3c6..6ac5bad77271e 100644 --- a/packages/nodes-base/nodes/Cal/CalTrigger.node.ts +++ b/packages/nodes-base/nodes/Cal/CalTrigger.node.ts @@ -91,7 +91,7 @@ export class CalTrigger implements INodeType { typeOptions: { loadOptionsMethod: 'getEventTypes', }, - description: 'The EventType to monitor. Choose from the list, or specify an ID using an expression.', + description: 'The EventType to monitor. Choose from the list, or specify an ID using an expression.', default: '', }, { diff --git a/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingDescription.ts b/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingDescription.ts index fc5724f830995..ad1b44741868b 100644 --- a/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingDescription.ts +++ b/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingDescription.ts @@ -363,7 +363,7 @@ export const meetingFields: INodeProperties[] = [ loadOptionsMethod: 'getSites', }, default: '', - description: 'URL of the Webex site which the meeting is created on. If not specified, the meeting is created on user\'s preferred site. Choose from the list, or specify an ID using an expression.', + description: 'URL of the Webex site which the meeting is created on. If not specified, the meeting is created on user\'s preferred site. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -619,7 +619,7 @@ export const meetingFields: INodeProperties[] = [ loadOptionsMethod: 'getSites', }, default: '', - description: 'URL of the Webex site which the API lists meetings from. Choose from the list, or specify an ID using an expression.', + description: 'URL of the Webex site which the API lists meetings from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'State', @@ -959,7 +959,7 @@ export const meetingFields: INodeProperties[] = [ loadOptionsMethod: 'getSites', }, default: '', - description: 'URL of the Webex site which the meeting is created on. If not specified, the meeting is created on user\'s preferred site. Choose from the list, or specify an ID using an expression.', + description: 'URL of the Webex site which the meeting is created on. If not specified, the meeting is created on user\'s preferred site. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Start', diff --git a/packages/nodes-base/nodes/Cisco/Webex/descriptions/MessageDescription.ts b/packages/nodes-base/nodes/Cisco/Webex/descriptions/MessageDescription.ts index 32904b9e85707..8a430c12bf93e 100644 --- a/packages/nodes-base/nodes/Cisco/Webex/descriptions/MessageDescription.ts +++ b/packages/nodes-base/nodes/Cisco/Webex/descriptions/MessageDescription.ts @@ -85,7 +85,7 @@ export const messageFields: INodeProperties[] = [ displayName: 'Room Name or ID', name: 'roomId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRooms', }, @@ -469,7 +469,7 @@ export const messageFields: INodeProperties[] = [ { displayName: 'Room Name or ID', name: 'roomId', - description: 'List messages in a room, by ID. Choose from the list, or specify an ID using an expression.', + description: 'List messages in a room, by ID. Choose from the list, or specify an ID using an expression.', type: 'options', typeOptions: { loadOptionsMethod: 'getRooms', diff --git a/packages/nodes-base/nodes/ClickUp/ClickUpTrigger.node.ts b/packages/nodes-base/nodes/ClickUp/ClickUpTrigger.node.ts index 6b71eeb94a4ca..263678169b855 100644 --- a/packages/nodes-base/nodes/ClickUp/ClickUpTrigger.node.ts +++ b/packages/nodes-base/nodes/ClickUp/ClickUpTrigger.node.ts @@ -86,7 +86,7 @@ export class ClickUpTrigger implements INodeType { displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTeams', }, diff --git a/packages/nodes-base/nodes/ClickUp/FolderDescription.ts b/packages/nodes-base/nodes/ClickUp/FolderDescription.ts index 9d314c7fc1883..1ba2deebe5735 100644 --- a/packages/nodes-base/nodes/ClickUp/FolderDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/FolderDescription.ts @@ -60,7 +60,7 @@ export const folderFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -81,7 +81,7 @@ export const folderFields: INodeProperties[] = [ displayName: 'Space Name or ID', name: 'space', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -126,7 +126,7 @@ export const folderFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -147,7 +147,7 @@ export const folderFields: INodeProperties[] = [ displayName: 'Space Name or ID', name: 'space', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -171,7 +171,7 @@ export const folderFields: INodeProperties[] = [ displayName: 'Folder Name or ID', name: 'folder', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -199,7 +199,7 @@ export const folderFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -220,7 +220,7 @@ export const folderFields: INodeProperties[] = [ displayName: 'Space Name or ID', name: 'space', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -244,7 +244,7 @@ export const folderFields: INodeProperties[] = [ displayName: 'Folder Name or ID', name: 'folder', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -272,7 +272,7 @@ export const folderFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -293,7 +293,7 @@ export const folderFields: INodeProperties[] = [ displayName: 'Space Name or ID', name: 'space', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -367,7 +367,7 @@ export const folderFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -388,7 +388,7 @@ export const folderFields: INodeProperties[] = [ displayName: 'Space Name or ID', name: 'space', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -412,7 +412,7 @@ export const folderFields: INodeProperties[] = [ displayName: 'Folder Name or ID', name: 'folder', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { diff --git a/packages/nodes-base/nodes/ClickUp/GoalDescription.ts b/packages/nodes-base/nodes/ClickUp/GoalDescription.ts index c300aa479f90d..f69a23056d648 100644 --- a/packages/nodes-base/nodes/ClickUp/GoalDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/GoalDescription.ts @@ -60,7 +60,7 @@ export const goalFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -196,7 +196,7 @@ export const goalFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { diff --git a/packages/nodes-base/nodes/ClickUp/GuestDescription.ts b/packages/nodes-base/nodes/ClickUp/GuestDescription.ts index 64a92086d2393..25e8c1230ac87 100644 --- a/packages/nodes-base/nodes/ClickUp/GuestDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/GuestDescription.ts @@ -54,7 +54,7 @@ export const guestFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -133,7 +133,7 @@ export const guestFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -175,7 +175,7 @@ export const guestFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -217,7 +217,7 @@ export const guestFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { diff --git a/packages/nodes-base/nodes/ClickUp/ListDescription.ts b/packages/nodes-base/nodes/ClickUp/ListDescription.ts index 9d67f59b80d97..3540a9f824905 100644 --- a/packages/nodes-base/nodes/ClickUp/ListDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/ListDescription.ts @@ -72,7 +72,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -93,7 +93,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Space Name or ID', name: 'space', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -134,7 +134,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Folder Name or ID', name: 'folder', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -233,7 +233,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Status Name or ID', name: 'status', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getStatuses', loadOptionsDependsOn: [ @@ -314,7 +314,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -335,7 +335,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Space Name or ID', name: 'space', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -376,7 +376,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Folder Name or ID', name: 'folder', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -403,7 +403,7 @@ export const listFields: INodeProperties[] = [ displayName: 'List Name or ID', name: 'list', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -430,7 +430,7 @@ export const listFields: INodeProperties[] = [ displayName: 'List Name or ID', name: 'list', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -461,7 +461,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -482,7 +482,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Space Name or ID', name: 'space', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -523,7 +523,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Folder Name or ID', name: 'folder', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -571,7 +571,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -592,7 +592,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Space Name or ID', name: 'space', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -633,7 +633,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Folder Name or ID', name: 'folder', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -681,7 +681,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -702,7 +702,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Space Name or ID', name: 'space', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -743,7 +743,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Folder Name or ID', name: 'folder', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -820,7 +820,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -841,7 +841,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Space Name or ID', name: 'space', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -882,7 +882,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Folder Name or ID', name: 'folder', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -943,7 +943,7 @@ export const listFields: INodeProperties[] = [ displayName: 'Assignee Name or ID', name: 'assignee', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getAssignees', loadOptionsDependsOn: [ diff --git a/packages/nodes-base/nodes/ClickUp/SpaceTagDescription.ts b/packages/nodes-base/nodes/ClickUp/SpaceTagDescription.ts index bf1fe8e18e711..e9efa0afd6a85 100644 --- a/packages/nodes-base/nodes/ClickUp/SpaceTagDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/SpaceTagDescription.ts @@ -90,7 +90,7 @@ export const spaceTagFields: INodeProperties[] = [ displayName: 'Name or ID', name: 'name', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: [ 'space', diff --git a/packages/nodes-base/nodes/ClickUp/TaskDescription.ts b/packages/nodes-base/nodes/ClickUp/TaskDescription.ts index 8b73659ce6ba2..3a636723adcf2 100644 --- a/packages/nodes-base/nodes/ClickUp/TaskDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/TaskDescription.ts @@ -72,7 +72,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -93,7 +93,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'Space Name or ID', name: 'space', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -134,7 +134,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'Folder Name or ID', name: 'folder', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -161,7 +161,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'List Name or ID', name: 'list', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -188,7 +188,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'List Name or ID', name: 'list', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -250,7 +250,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'Assignee Names or IDs', name: 'assignees', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getAssignees', loadOptionsDependsOn: [ @@ -336,7 +336,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'Status Name or ID', name: 'status', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getStatuses', loadOptionsDependsOn: [ @@ -356,7 +356,7 @@ export const taskFields: INodeProperties[] = [ ], }, default: [], - description: 'The array of tags applied to this task. Choose from the list, or specify IDs using an expression.', + description: 'The array of tags applied to this task. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Time Estimate', @@ -532,7 +532,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -553,7 +553,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'Space Name or ID', name: 'space', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -594,7 +594,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'Folder Name or ID', name: 'folder', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -621,7 +621,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'List Name or ID', name: 'list', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -648,7 +648,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'List Name or ID', name: 'list', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -739,7 +739,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'Assignee Names or IDs', name: 'assignees', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getAssignees', loadOptionsDependsOn: [ @@ -772,7 +772,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Operator', @@ -912,7 +912,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'Status Names or IDs', name: 'statuses', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getStatuses', loadOptionsDependsOn: [ @@ -939,7 +939,7 @@ export const taskFields: INodeProperties[] = [ ], }, default: [], - description: 'The array of tags applied to this task. Choose from the list, or specify IDs using an expression.', + description: 'The array of tags applied to this task. Choose from the list, or specify IDs using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/ClickUp/TaskTagDescription.ts b/packages/nodes-base/nodes/ClickUp/TaskTagDescription.ts index 0b07aff9f3929..2020f191bf231 100644 --- a/packages/nodes-base/nodes/ClickUp/TaskTagDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/TaskTagDescription.ts @@ -106,7 +106,7 @@ export const taskTagFields: INodeProperties[] = [ loadOptionsMethod: 'getTeams', }, default: '', - description: 'Only used when the parameter is set to custom_task_ids=true. Choose from the list, or specify an ID using an expression.', + description: 'Only used when the parameter is set to custom_task_ids=true. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/ClickUp/TimeEntryDescription.ts b/packages/nodes-base/nodes/ClickUp/TimeEntryDescription.ts index af2fe5ddcde9b..835da63950599 100644 --- a/packages/nodes-base/nodes/ClickUp/TimeEntryDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/TimeEntryDescription.ts @@ -72,7 +72,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -169,7 +169,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -231,7 +231,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -252,7 +252,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Space Name or ID', name: 'space', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -293,7 +293,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Folder Name or ID', name: 'folder', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -320,7 +320,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'List Name or ID', name: 'list', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -347,7 +347,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'List Name or ID', name: 'list', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -409,7 +409,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Task Name or ID', name: 'task', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { resource: [ @@ -449,7 +449,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Assignee Name or ID', name: 'assignee', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getAssignees', loadOptionsDependsOn: [ @@ -475,7 +475,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Tag Names or IDs', name: 'tags', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: [ 'team', @@ -494,7 +494,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -568,7 +568,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -593,7 +593,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -635,7 +635,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -656,7 +656,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Space Name or ID', name: 'space', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -697,7 +697,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Folder Name or ID', name: 'folder', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -724,7 +724,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'List Name or ID', name: 'list', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -751,7 +751,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'List Name or ID', name: 'list', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -829,7 +829,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Assignee Name or ID', name: 'assignee', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getAssignees', loadOptionsDependsOn: [ @@ -868,7 +868,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Tag Names or IDs', name: 'tags', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: [ 'spaceId', @@ -881,7 +881,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Task Name or ID', name: 'task', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTasks', loadOptionsDependsOn: [ diff --git a/packages/nodes-base/nodes/ClickUp/TimeEntryTagDescription.ts b/packages/nodes-base/nodes/ClickUp/TimeEntryTagDescription.ts index 54d78403d2517..33f1b7e71773e 100644 --- a/packages/nodes-base/nodes/ClickUp/TimeEntryTagDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/TimeEntryTagDescription.ts @@ -48,7 +48,7 @@ export const timeEntryTagFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -114,7 +114,7 @@ export const timeEntryTagFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -202,7 +202,7 @@ export const timeEntryTagFields: INodeProperties[] = [ displayName: 'Team Name or ID', name: 'team', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -240,7 +240,7 @@ export const timeEntryTagFields: INodeProperties[] = [ displayName: 'Tag Names or IDs', name: 'tagNames', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getTimeEntryTags', loadOptionsDependsOn: [ diff --git a/packages/nodes-base/nodes/Clockify/Clockify.node.ts b/packages/nodes-base/nodes/Clockify/Clockify.node.ts index 0cf4e69ca2ab7..22007a25884d0 100644 --- a/packages/nodes-base/nodes/Clockify/Clockify.node.ts +++ b/packages/nodes-base/nodes/Clockify/Clockify.node.ts @@ -136,7 +136,7 @@ export class Clockify implements INodeType { displayName: 'Workspace Name or ID', name: 'workspaceId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'listWorkspaces', }, diff --git a/packages/nodes-base/nodes/Clockify/ClockifyTrigger.node.ts b/packages/nodes-base/nodes/Clockify/ClockifyTrigger.node.ts index 0929986f0d668..ff620605060d9 100644 --- a/packages/nodes-base/nodes/Clockify/ClockifyTrigger.node.ts +++ b/packages/nodes-base/nodes/Clockify/ClockifyTrigger.node.ts @@ -44,7 +44,7 @@ export class ClockifyTrigger implements INodeType { displayName: 'Workspace Name or ID', name: 'workspaceId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'listWorkspaces', }, diff --git a/packages/nodes-base/nodes/Clockify/ProjectDescription.ts b/packages/nodes-base/nodes/Clockify/ProjectDescription.ts index dedec041b6dcc..67c0fbda25722 100644 --- a/packages/nodes-base/nodes/Clockify/ProjectDescription.ts +++ b/packages/nodes-base/nodes/Clockify/ProjectDescription.ts @@ -107,7 +107,7 @@ export const projectFields: INodeProperties[] = [ displayName: 'Client Name or ID', name: 'clientId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: [ 'workspaceId', @@ -288,7 +288,7 @@ export const projectFields: INodeProperties[] = [ displayName: 'Client Names or IDs', name: 'clients', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: [ 'workspaceId', @@ -381,7 +381,7 @@ export const projectFields: INodeProperties[] = [ displayName: 'User Name or ID', name: 'users', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: [ 'workspaceId', @@ -463,7 +463,7 @@ export const projectFields: INodeProperties[] = [ displayName: 'Client Name or ID', name: 'clientId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: [ 'workspaceId', diff --git a/packages/nodes-base/nodes/Clockify/TaskDescription.ts b/packages/nodes-base/nodes/Clockify/TaskDescription.ts index dd338abafa886..2354bc279fde1 100644 --- a/packages/nodes-base/nodes/Clockify/TaskDescription.ts +++ b/packages/nodes-base/nodes/Clockify/TaskDescription.ts @@ -56,7 +56,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'Project Name or ID', name: 'projectId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: [ 'workspaceId', @@ -116,7 +116,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'Assignee Names or IDs', name: 'assigneeIds', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', default: [], typeOptions: { loadOptionsMethod: 'loadUsersForWorkspace', @@ -325,7 +325,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'Assignee Names or IDs', name: 'assigneeIds', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', default: [], typeOptions: { loadOptionsMethod: 'loadUsersForWorkspace', diff --git a/packages/nodes-base/nodes/Clockify/TimeEntryDescription.ts b/packages/nodes-base/nodes/Clockify/TimeEntryDescription.ts index 8ed8e7b9f74f2..bdff1204410b6 100644 --- a/packages/nodes-base/nodes/Clockify/TimeEntryDescription.ts +++ b/packages/nodes-base/nodes/Clockify/TimeEntryDescription.ts @@ -116,7 +116,7 @@ export const timeEntryFields: INodeProperties[] = [ loadOptionsMethod: 'loadCustomFieldsForWorkspace', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -148,7 +148,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Project Name or ID', name: 'projectId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: [ 'workspaceId', @@ -162,7 +162,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Tag Names or IDs', name: 'tagIds', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: [ 'workspaceId', @@ -322,7 +322,7 @@ export const timeEntryFields: INodeProperties[] = [ loadOptionsMethod: 'loadCustomFieldsForWorkspace', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -354,7 +354,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Project Name or ID', name: 'projectId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: [ 'workspaceId', @@ -374,7 +374,7 @@ export const timeEntryFields: INodeProperties[] = [ displayName: 'Tag Names or IDs', name: 'tagIds', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: [ 'workspaceId', diff --git a/packages/nodes-base/nodes/Cockpit/CollectionDescription.ts b/packages/nodes-base/nodes/Cockpit/CollectionDescription.ts index 251588e729fc3..cc7f5b1324f83 100644 --- a/packages/nodes-base/nodes/Cockpit/CollectionDescription.ts +++ b/packages/nodes-base/nodes/Cockpit/CollectionDescription.ts @@ -55,7 +55,7 @@ export const collectionFields: INodeProperties[] = [ }, }, required: true, - description: 'Name of the collection to operate on. Choose from the list, or specify an ID using an expression.', + description: 'Name of the collection to operate on. Choose from the list, or specify an ID using an expression.', }, // Collection:entry:getAll diff --git a/packages/nodes-base/nodes/Cockpit/SingletonDescription.ts b/packages/nodes-base/nodes/Cockpit/SingletonDescription.ts index 967d16cefb630..7c1f7ea1e108c 100644 --- a/packages/nodes-base/nodes/Cockpit/SingletonDescription.ts +++ b/packages/nodes-base/nodes/Cockpit/SingletonDescription.ts @@ -42,6 +42,6 @@ export const singletonFields: INodeProperties[] = [ }, }, required: true, - description: 'Name of the singleton to operate on. Choose from the list, or specify an ID using an expression.', + description: 'Name of the singleton to operate on. Choose from the list, or specify an ID using an expression.', }, ]; diff --git a/packages/nodes-base/nodes/Coda/ControlDescription.ts b/packages/nodes-base/nodes/Coda/ControlDescription.ts index 26c42cf5ead63..84079225ce13f 100644 --- a/packages/nodes-base/nodes/Coda/ControlDescription.ts +++ b/packages/nodes-base/nodes/Coda/ControlDescription.ts @@ -55,7 +55,7 @@ export const controlFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Control ID', @@ -97,7 +97,7 @@ export const controlFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', diff --git a/packages/nodes-base/nodes/Coda/FormulaDescription.ts b/packages/nodes-base/nodes/Coda/FormulaDescription.ts index 2f04c55cc77f0..0ac601591b5be 100644 --- a/packages/nodes-base/nodes/Coda/FormulaDescription.ts +++ b/packages/nodes-base/nodes/Coda/FormulaDescription.ts @@ -55,7 +55,7 @@ export const formulaFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Formula ID', @@ -97,7 +97,7 @@ export const formulaFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', diff --git a/packages/nodes-base/nodes/Coda/TableDescription.ts b/packages/nodes-base/nodes/Coda/TableDescription.ts index a6a06d304d7e5..6af2581a36552 100644 --- a/packages/nodes-base/nodes/Coda/TableDescription.ts +++ b/packages/nodes-base/nodes/Coda/TableDescription.ts @@ -84,7 +84,7 @@ export const tableFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -108,7 +108,7 @@ export const tableFields: INodeProperties[] = [ ], }, }, - description: 'The table to create the row in. Choose from the list, or specify an ID using an expression.', + description: 'The table to create the row in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Options', @@ -165,7 +165,7 @@ export const tableFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -189,7 +189,7 @@ export const tableFields: INodeProperties[] = [ ], }, }, - description: 'The table to get the row from. Choose from the list, or specify an ID using an expression.', + description: 'The table to get the row from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Row ID', @@ -285,7 +285,7 @@ export const tableFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -309,7 +309,7 @@ export const tableFields: INodeProperties[] = [ ], }, }, - description: 'The table to get the rows from. Choose from the list, or specify an ID using an expression.', + description: 'The table to get the rows from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -462,7 +462,7 @@ export const tableFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -486,7 +486,7 @@ export const tableFields: INodeProperties[] = [ ], }, }, - description: 'The table to delete the row in. Choose from the list, or specify an ID using an expression.', + description: 'The table to delete the row in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Row ID', @@ -528,7 +528,7 @@ export const tableFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -552,7 +552,7 @@ export const tableFields: INodeProperties[] = [ ], }, }, - description: 'The table to get the row from. Choose from the list, or specify an ID using an expression.', + description: 'The table to get the row from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Row ID', @@ -576,7 +576,7 @@ export const tableFields: INodeProperties[] = [ displayName: 'Column Name or ID', name: 'columnId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getColumns', @@ -619,7 +619,7 @@ export const tableFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -643,7 +643,7 @@ export const tableFields: INodeProperties[] = [ ], }, }, - description: 'The table to get the row from. Choose from the list, or specify an ID using an expression.', + description: 'The table to get the row from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Column ID', @@ -685,7 +685,7 @@ export const tableFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -709,7 +709,7 @@ export const tableFields: INodeProperties[] = [ ], }, }, - description: 'The table to get the row from. Choose from the list, or specify an ID using an expression.', + description: 'The table to get the row from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', diff --git a/packages/nodes-base/nodes/Coda/ViewDescription.ts b/packages/nodes-base/nodes/Coda/ViewDescription.ts index a5ba38c3c33f0..7d6931a2717e9 100644 --- a/packages/nodes-base/nodes/Coda/ViewDescription.ts +++ b/packages/nodes-base/nodes/Coda/ViewDescription.ts @@ -84,7 +84,7 @@ export const viewFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'View ID', @@ -126,7 +126,7 @@ export const viewFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -191,7 +191,7 @@ export const viewFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'View Name or ID', @@ -215,7 +215,7 @@ export const viewFields: INodeProperties[] = [ ], }, }, - description: 'The table to get the rows from. Choose from the list, or specify an ID using an expression.', + description: 'The table to get the rows from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -361,7 +361,7 @@ export const viewFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'View Name or ID', @@ -385,7 +385,7 @@ export const viewFields: INodeProperties[] = [ ], }, }, - description: 'The table to get the rows from. Choose from the list, or specify an ID using an expression.', + description: 'The table to get the rows from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -450,7 +450,7 @@ export const viewFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'View Name or ID', @@ -474,7 +474,7 @@ export const viewFields: INodeProperties[] = [ ], }, }, - description: 'The view to get the row from. Choose from the list, or specify an ID using an expression.', + description: 'The view to get the row from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Row Name or ID', @@ -498,7 +498,7 @@ export const viewFields: INodeProperties[] = [ ], }, }, - description: 'The view to get the row from. Choose from the list, or specify an ID using an expression.', + description: 'The view to get the row from. Choose from the list, or specify an ID using an expression.', }, /* -------------------------------------------------------------------------- */ /* view:pushViewButton */ @@ -522,7 +522,7 @@ export const viewFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'View Name or ID', @@ -546,7 +546,7 @@ export const viewFields: INodeProperties[] = [ ], }, }, - description: 'The view to get the row from. Choose from the list, or specify an ID using an expression.', + description: 'The view to get the row from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Row Name or ID', @@ -570,13 +570,13 @@ export const viewFields: INodeProperties[] = [ ], }, }, - description: 'The view to get the row from. Choose from the list, or specify an ID using an expression.', + description: 'The view to get the row from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Column Name or ID', name: 'columnId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getViewColumns', @@ -619,7 +619,7 @@ export const viewFields: INodeProperties[] = [ ], }, }, - description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', + description: 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'View Name or ID', @@ -643,7 +643,7 @@ export const viewFields: INodeProperties[] = [ ], }, }, - description: 'The view to get the row from. Choose from the list, or specify an ID using an expression.', + description: 'The view to get the row from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Row Name or ID', @@ -667,7 +667,7 @@ export const viewFields: INodeProperties[] = [ ], }, }, - description: 'The view to get the row from. Choose from the list, or specify an ID using an expression.', + description: 'The view to get the row from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Key Name', diff --git a/packages/nodes-base/nodes/CoinGecko/CoinDescription.ts b/packages/nodes-base/nodes/CoinGecko/CoinDescription.ts index 1da306e53e5ff..a78d78c6dec6f 100644 --- a/packages/nodes-base/nodes/CoinGecko/CoinDescription.ts +++ b/packages/nodes-base/nodes/CoinGecko/CoinDescription.ts @@ -105,7 +105,7 @@ export const coinFields: INodeProperties[] = [ name: 'coinId', required: true, type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCoins', }, @@ -142,7 +142,7 @@ export const coinFields: INodeProperties[] = [ }, }, default: '', - description: 'The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an expression.', + description: 'The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Base Currency Name or ID', @@ -164,14 +164,14 @@ export const coinFields: INodeProperties[] = [ }, }, default: '', - description: 'The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an expression.', + description: 'The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Coin Name or ID', name: 'coinId', required: true, type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCoins', }, @@ -212,7 +212,7 @@ export const coinFields: INodeProperties[] = [ }, default: [], placeholder: 'bitcoin', - description: 'The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify IDs using an expression.', + description: 'The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Platform ID', @@ -313,7 +313,7 @@ export const coinFields: INodeProperties[] = [ }, }, default: '', - description: 'The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an expression.', + description: 'The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Quote Currency Name or ID', @@ -335,7 +335,7 @@ export const coinFields: INodeProperties[] = [ }, }, default: '', - description: 'The second currency in the pair. For BTC:ETH this is ETH. Choose from the list, or specify an ID using an expression.', + description: 'The second currency in the pair. For BTC:ETH this is ETH. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Quote Currency Names or IDs', @@ -356,7 +356,7 @@ export const coinFields: INodeProperties[] = [ }, }, default: [], - description: 'The second currency in the pair. For BTC:ETH this is ETH. Choose from the list, or specify IDs using an expression.', + description: 'The second currency in the pair. For BTC:ETH this is ETH. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Range (Days)', @@ -669,7 +669,7 @@ export const coinFields: INodeProperties[] = [ loadOptionsMethod: 'getExchanges', }, default: [], - description: 'Filter results by exchange IDs. Choose from the list, or specify IDs using an expression.', + description: 'Filter results by exchange IDs. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Include Exchange Logo', diff --git a/packages/nodes-base/nodes/CoinGecko/EventDescription.ts b/packages/nodes-base/nodes/CoinGecko/EventDescription.ts index 785a8e5f49073..2bb62eca535c0 100644 --- a/packages/nodes-base/nodes/CoinGecko/EventDescription.ts +++ b/packages/nodes-base/nodes/CoinGecko/EventDescription.ts @@ -95,7 +95,7 @@ export const eventFields: INodeProperties[] = [ loadOptionsMethod: 'getEventCountryCodes', }, default: '', - description: 'Country code of event. Choose from the list, or specify an ID using an expression.', + description: 'Country code of event. Choose from the list, or specify an ID using an expression.', }, { displayName: 'From Date', @@ -119,7 +119,7 @@ export const eventFields: INodeProperties[] = [ loadOptionsMethod: 'getEventTypes', }, default: '', - description: 'Type of event. Choose from the list, or specify an ID using an expression.', + description: 'Type of event. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Upcoming Events Only', diff --git a/packages/nodes-base/nodes/ConvertKit/ConvertKitTrigger.node.ts b/packages/nodes-base/nodes/ConvertKit/ConvertKitTrigger.node.ts index f27de53446a9d..3b1aaf548f2c1 100644 --- a/packages/nodes-base/nodes/ConvertKit/ConvertKitTrigger.node.ts +++ b/packages/nodes-base/nodes/ConvertKit/ConvertKitTrigger.node.ts @@ -103,7 +103,7 @@ export class ConvertKitTrigger implements INodeType { displayName: 'Form Name or ID', name: 'formId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getForms', }, @@ -121,7 +121,7 @@ export class ConvertKitTrigger implements INodeType { displayName: 'Sequence Name or ID', name: 'courseId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getSequences', }, @@ -169,7 +169,7 @@ export class ConvertKitTrigger implements INodeType { displayName: 'Tag Name or ID', name: 'tagId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTags', }, diff --git a/packages/nodes-base/nodes/ConvertKit/FormDescription.ts b/packages/nodes-base/nodes/ConvertKit/FormDescription.ts index 76d1528034052..ba6eebb443a21 100644 --- a/packages/nodes-base/nodes/ConvertKit/FormDescription.ts +++ b/packages/nodes-base/nodes/ConvertKit/FormDescription.ts @@ -45,7 +45,7 @@ export const formFields: INodeProperties[] = [ displayName: 'Form Name or ID', name: 'id', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getForms', }, diff --git a/packages/nodes-base/nodes/ConvertKit/SequenceDescription.ts b/packages/nodes-base/nodes/ConvertKit/SequenceDescription.ts index 542321f4c258d..bf58ced846319 100644 --- a/packages/nodes-base/nodes/ConvertKit/SequenceDescription.ts +++ b/packages/nodes-base/nodes/ConvertKit/SequenceDescription.ts @@ -45,7 +45,7 @@ export const sequenceFields: INodeProperties[] = [ displayName: 'Sequence Name or ID', name: 'id', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getSequences', }, @@ -192,7 +192,7 @@ export const sequenceFields: INodeProperties[] = [ loadOptionsMethod: 'getTags', }, default: [], - description: 'Tags. Choose from the list, or specify IDs using an expression.', + description: 'Tags. Choose from the list, or specify IDs using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/ConvertKit/TagSubscriberDescription.ts b/packages/nodes-base/nodes/ConvertKit/TagSubscriberDescription.ts index 30d2c70afac8a..d90a96c502c63 100644 --- a/packages/nodes-base/nodes/ConvertKit/TagSubscriberDescription.ts +++ b/packages/nodes-base/nodes/ConvertKit/TagSubscriberDescription.ts @@ -44,7 +44,7 @@ export const tagSubscriberFields: INodeProperties[] = [ displayName: 'Tag Name or ID', name: 'tagId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTags', }, diff --git a/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts b/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts index 77304298e2325..3da45f38d4cfe 100644 --- a/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts +++ b/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts @@ -52,7 +52,7 @@ export const analyzerFields: INodeProperties[] = [ ], }, }, - description: 'Choose the analyzer. Choose from the list, or specify an ID using an expression.', + description: 'Choose the analyzer. Choose from the list, or specify an ID using an expression.', default: '', }, { @@ -82,7 +82,7 @@ export const analyzerFields: INodeProperties[] = [ ], }, default: '', - description: 'Choose the observable type. Choose from the list, or specify an ID using an expression.', + description: 'Choose the observable type. Choose from the list, or specify an ID using an expression.', }, // Observable type != file diff --git a/packages/nodes-base/nodes/Cortex/ResponderDescription.ts b/packages/nodes-base/nodes/Cortex/ResponderDescription.ts index c645da5608954..26d502bda57c0 100644 --- a/packages/nodes-base/nodes/Cortex/ResponderDescription.ts +++ b/packages/nodes-base/nodes/Cortex/ResponderDescription.ts @@ -50,7 +50,7 @@ export const responderFields: INodeProperties[] = [ ], }, }, - description: 'Choose the responder. Choose from the list, or specify an ID using an expression.', + description: 'Choose the responder. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Entity Type Name or ID', @@ -71,7 +71,7 @@ export const responderFields: INodeProperties[] = [ ], }, default: '', - description: 'Choose the Data type. Choose from the list, or specify an ID using an expression.', + description: 'Choose the Data type. Choose from the list, or specify an ID using an expression.', }, { displayName: 'JSON Parameters', diff --git a/packages/nodes-base/nodes/Crypto/Crypto.node.ts b/packages/nodes-base/nodes/Crypto/Crypto.node.ts index 8959a0de6eeea..2b1941c6f6622 100644 --- a/packages/nodes-base/nodes/Crypto/Crypto.node.ts +++ b/packages/nodes-base/nodes/Crypto/Crypto.node.ts @@ -303,7 +303,7 @@ export class Crypto implements INodeType { }, }, type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getHashes', }, diff --git a/packages/nodes-base/nodes/DateTime/DateTime.node.ts b/packages/nodes-base/nodes/DateTime/DateTime.node.ts index 2806f38826ee6..de3ba29106336 100644 --- a/packages/nodes-base/nodes/DateTime/DateTime.node.ts +++ b/packages/nodes-base/nodes/DateTime/DateTime.node.ts @@ -201,7 +201,7 @@ export class DateTime implements INodeType { loadOptionsMethod: 'getTimezones', }, default: 'UTC', - description: 'The timezone to convert from. Choose from the list, or specify an ID using an expression.', + description: 'The timezone to convert from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'To Timezone Name or ID', @@ -211,7 +211,7 @@ export class DateTime implements INodeType { loadOptionsMethod: 'getTimezones', }, default: 'UTC', - description: 'The timezone to convert to. Choose from the list, or specify an ID using an expression.', + description: 'The timezone to convert to. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/DeepL/TextDescription.ts b/packages/nodes-base/nodes/DeepL/TextDescription.ts index 899f3b6a89c6d..1d06bbf439806 100644 --- a/packages/nodes-base/nodes/DeepL/TextDescription.ts +++ b/packages/nodes-base/nodes/DeepL/TextDescription.ts @@ -29,7 +29,7 @@ export const textOperations: INodeProperties[] = [ loadOptionsMethod: 'getLanguages', }, default: '', - description: 'Language to translate to. Choose from the list, or specify an ID using an expression.', + description: 'Language to translate to. Choose from the list, or specify an ID using an expression.', required: true, displayOptions: { show: { @@ -51,7 +51,7 @@ export const textOperations: INodeProperties[] = [ name: 'sourceLang', type: 'options', default: '', - description: 'Language to translate from. Choose from the list, or specify an ID using an expression.', + description: 'Language to translate from. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getLanguages', }, diff --git a/packages/nodes-base/nodes/Demio/EventDescription.ts b/packages/nodes-base/nodes/Demio/EventDescription.ts index f4fa8eb706947..86e82e8150f78 100644 --- a/packages/nodes-base/nodes/Demio/EventDescription.ts +++ b/packages/nodes-base/nodes/Demio/EventDescription.ts @@ -186,7 +186,7 @@ export const eventFields: INodeProperties[] = [ displayName: 'Event Name or ID', name: 'eventId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getEvents', }, @@ -334,7 +334,7 @@ export const eventFields: INodeProperties[] = [ ], }, default: '', - description: 'Event Session ID. Choose from the list, or specify an ID using an expression.', + description: 'Event Session ID. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Website', diff --git a/packages/nodes-base/nodes/Demio/ReportDescription.ts b/packages/nodes-base/nodes/Demio/ReportDescription.ts index fede2f99c8d36..914efe81c0ae8 100644 --- a/packages/nodes-base/nodes/Demio/ReportDescription.ts +++ b/packages/nodes-base/nodes/Demio/ReportDescription.ts @@ -34,7 +34,7 @@ export const reportFields: INodeProperties[] = [ displayName: 'Event Name or ID', name: 'eventId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getEvents', }, @@ -62,7 +62,7 @@ export const reportFields: INodeProperties[] = [ }, default: '', required: true, - description: 'ID of the session. Choose from the list, or specify an ID using an expression.', + description: 'ID of the session. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Discourse/PostDescription.ts b/packages/nodes-base/nodes/Discourse/PostDescription.ts index daa8bcc60eaee..1c87a3f19a7fa 100644 --- a/packages/nodes-base/nodes/Discourse/PostDescription.ts +++ b/packages/nodes-base/nodes/Discourse/PostDescription.ts @@ -114,7 +114,7 @@ export const postFields: INodeProperties[] = [ loadOptionsMethod: 'getCategories', }, default: '', - description: 'ID of the category. Choose from the list, or specify an ID using an expression.', + description: 'ID of the category. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Reply To Post Number', diff --git a/packages/nodes-base/nodes/ERPNext/DocumentDescription.ts b/packages/nodes-base/nodes/ERPNext/DocumentDescription.ts index 22c6dfba54d03..001c18eedeb92 100644 --- a/packages/nodes-base/nodes/ERPNext/DocumentDescription.ts +++ b/packages/nodes-base/nodes/ERPNext/DocumentDescription.ts @@ -63,7 +63,7 @@ export const documentFields: INodeProperties[] = [ loadOptionsMethod: 'getDocTypes', }, default: '', - description: 'DocType whose documents to retrieve. Choose from the list, or specify an ID using an expression.', + description: 'DocType whose documents to retrieve. Choose from the list, or specify an ID using an expression.', placeholder: 'Customer', displayOptions: { show: { @@ -144,7 +144,7 @@ export const documentFields: INodeProperties[] = [ ], }, default: [], - description: 'Comma-separated list of fields to return. Choose from the list, or specify IDs using an expression.', + description: 'Comma-separated list of fields to return. Choose from the list, or specify IDs using an expression.', placeholder: 'name,country', }, { @@ -166,7 +166,7 @@ export const documentFields: INodeProperties[] = [ displayName: 'Field Name or ID', name: 'field', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDocFields', loadOptionsDependsOn: [ @@ -233,7 +233,7 @@ export const documentFields: INodeProperties[] = [ loadOptionsMethod: 'getDocTypes', }, required: true, - description: 'DocType you would like to create. Choose from the list, or specify an ID using an expression.', + description: 'DocType you would like to create. Choose from the list, or specify an ID using an expression.', placeholder: 'Customer', displayOptions: { show: { @@ -276,7 +276,7 @@ export const documentFields: INodeProperties[] = [ displayName: 'Field Name or ID', name: 'field', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDocFields', loadOptionsDependsOn: [ @@ -307,7 +307,7 @@ export const documentFields: INodeProperties[] = [ loadOptionsMethod: 'getDocTypes', }, default: '', - description: 'The type of document you would like to get. Choose from the list, or specify an ID using an expression.', + description: 'The type of document you would like to get. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ @@ -350,7 +350,7 @@ export const documentFields: INodeProperties[] = [ loadOptionsMethod: 'getDocTypes', }, default: '', - description: 'The type of document you would like to delete. Choose from the list, or specify an ID using an expression.', + description: 'The type of document you would like to delete. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ @@ -393,7 +393,7 @@ export const documentFields: INodeProperties[] = [ loadOptionsMethod: 'getDocTypes', }, default: '', - description: 'The type of document you would like to update. Choose from the list, or specify an ID using an expression.', + description: 'The type of document you would like to update. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ @@ -453,7 +453,7 @@ export const documentFields: INodeProperties[] = [ displayName: 'Field Name or ID', name: 'field', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDocFields', loadOptionsDependsOn: [ diff --git a/packages/nodes-base/nodes/EditImage/EditImage.node.ts b/packages/nodes-base/nodes/EditImage/EditImage.node.ts index ae205afa6b14a..f3e148b227af3 100644 --- a/packages/nodes-base/nodes/EditImage/EditImage.node.ts +++ b/packages/nodes-base/nodes/EditImage/EditImage.node.ts @@ -947,7 +947,7 @@ export class EditImage implements INodeType { loadOptionsMethod: 'getFonts', }, default: 'default', - description: 'The font to use. Choose from the list, or specify an ID using an expression.', + description: 'The font to use. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -991,7 +991,7 @@ export class EditImage implements INodeType { loadOptionsMethod: 'getFonts', }, default: 'default', - description: 'The font to use. Choose from the list, or specify an ID using an expression.', + description: 'The font to use. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Format', diff --git a/packages/nodes-base/nodes/Egoi/Egoi.node.ts b/packages/nodes-base/nodes/Egoi/Egoi.node.ts index ec5faaa547c4a..b0c91897e9bac 100644 --- a/packages/nodes-base/nodes/Egoi/Egoi.node.ts +++ b/packages/nodes-base/nodes/Egoi/Egoi.node.ts @@ -112,7 +112,7 @@ export class Egoi implements INodeType { }, }, default: '', - description: 'ID of list to operate on. Choose from the list, or specify an ID using an expression.', + description: 'ID of list to operate on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Email', @@ -214,7 +214,7 @@ export class Egoi implements INodeType { displayName: 'Field Name or ID', name: 'field_id', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getExtraFields', loadOptionsDependsOn: [ @@ -280,7 +280,7 @@ export class Egoi implements INodeType { loadOptionsMethod: 'getListTags', }, default: [], - description: 'List of tag IDs to be added. Choose from the list, or specify IDs using an expression.', + description: 'List of tag IDs to be added. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -344,7 +344,7 @@ export class Egoi implements INodeType { displayName: 'Field Name or ID', name: 'field_id', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getExtraFields', loadOptionsDependsOn: [ @@ -411,7 +411,7 @@ export class Egoi implements INodeType { loadOptionsMethod: 'getListTags', }, default: [], - description: 'List of tag IDs to be added. Choose from the list, or specify IDs using an expression.', + description: 'List of tag IDs to be added. Choose from the list, or specify IDs using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseDescription.ts b/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseDescription.ts index a7fe05ec3fad9..4ed412fe6c04c 100644 --- a/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseDescription.ts +++ b/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseDescription.ts @@ -81,7 +81,7 @@ export const caseFields: INodeProperties[] = [ { displayName: 'Connector Name or ID', name: 'connectorId', - description: 'Connectors allow you to send Elastic Security cases into other systems (only ServiceNow, Jira, or IBM Resilient). Choose from the list, or specify an ID using an expression.', + description: 'Connectors allow you to send Elastic Security cases into other systems (only ServiceNow, Jira, or IBM Resilient). Choose from the list, or specify an ID using an expression.', type: 'options', required: true, default: '', @@ -513,7 +513,7 @@ export const caseFields: INodeProperties[] = [ displayName: 'Tag Names or IDs', name: 'tags', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', default: [], typeOptions: { loadOptionsMethod: 'getTags', diff --git a/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseTagDescription.ts b/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseTagDescription.ts index 2c359677b0cd9..130a58eee4069 100644 --- a/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseTagDescription.ts +++ b/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseTagDescription.ts @@ -58,7 +58,7 @@ export const caseTagFields: INodeProperties[] = [ displayName: 'Tag Name or ID', name: 'tag', type: 'options', - description: 'Tag to attach to the case. Choose from the list, or specify an ID using an expression.', + description: 'Tag to attach to the case. Choose from the list, or specify an ID using an expression.', required: true, default: '', typeOptions: { @@ -100,7 +100,7 @@ export const caseTagFields: INodeProperties[] = [ displayName: 'Tag Name or ID', name: 'tag', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', required: true, default: '', typeOptions: { diff --git a/packages/nodes-base/nodes/EmailSend/EmailSend.node.json b/packages/nodes-base/nodes/EmailSend/EmailSend.node.json index ea5a29dbfe18f..1bf8072765714 100644 --- a/packages/nodes-base/nodes/EmailSend/EmailSend.node.json +++ b/packages/nodes-base/nodes/EmailSend/EmailSend.node.json @@ -9,7 +9,7 @@ "resources": { "credentialDocumentation": [ { - "url": "https://docs.n8n.io/credentials/smtp" + "url": "https://docs.n8n.io/integrations/credentials/sendemail/" } ], "primaryDocumentation": [ @@ -35,4 +35,4 @@ "Helpers" ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/Emelia/CampaignDescription.ts b/packages/nodes-base/nodes/Emelia/CampaignDescription.ts index 34f7d0ec4b05e..ef71d3f2a32cd 100644 --- a/packages/nodes-base/nodes/Emelia/CampaignDescription.ts +++ b/packages/nodes-base/nodes/Emelia/CampaignDescription.ts @@ -69,7 +69,7 @@ export const campaignFields: INodeProperties[] = [ }, default: [], required: true, - description: 'The ID of the campaign to add the contact to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the campaign to add the contact to. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ @@ -343,7 +343,7 @@ export const campaignFields: INodeProperties[] = [ type: 'options', default: '', required: true, - description: 'The ID of the campaign to duplicate. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the campaign to duplicate. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getCampaigns', }, diff --git a/packages/nodes-base/nodes/Emelia/ContactListDescription.ts b/packages/nodes-base/nodes/Emelia/ContactListDescription.ts index 702cea03acc96..32df21daed6a1 100644 --- a/packages/nodes-base/nodes/Emelia/ContactListDescription.ts +++ b/packages/nodes-base/nodes/Emelia/ContactListDescription.ts @@ -44,7 +44,7 @@ export const contactListFields: INodeProperties[] = [ }, default: [], required: true, - description: 'The ID of the contact list to add the contact to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the contact list to add the contact to. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/Emelia/EmeliaTrigger.node.ts b/packages/nodes-base/nodes/Emelia/EmeliaTrigger.node.ts index 0e72167619a51..f22d2de225f02 100644 --- a/packages/nodes-base/nodes/Emelia/EmeliaTrigger.node.ts +++ b/packages/nodes-base/nodes/Emelia/EmeliaTrigger.node.ts @@ -53,7 +53,7 @@ export class EmeliaTrigger implements INodeType { displayName: 'Campaign Name or ID', name: 'campaignId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCampaigns', }, diff --git a/packages/nodes-base/nodes/Eventbrite/EventbriteTrigger.node.ts b/packages/nodes-base/nodes/Eventbrite/EventbriteTrigger.node.ts index 698c1ba0f590f..a094bd47cedd9 100644 --- a/packages/nodes-base/nodes/Eventbrite/EventbriteTrigger.node.ts +++ b/packages/nodes-base/nodes/Eventbrite/EventbriteTrigger.node.ts @@ -91,7 +91,7 @@ export class EventbriteTrigger implements INodeType { loadOptionsMethod: 'getOrganizations', }, default: '', - description: 'The Eventbrite Organization to work on. Choose from the list, or specify an ID using an expression.', + description: 'The Eventbrite Organization to work on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Event Name or ID', @@ -105,7 +105,7 @@ export class EventbriteTrigger implements INodeType { loadOptionsMethod: 'getEvents', }, default: '', - description: 'Limit the triggers to this event. Choose from the list, or specify an ID using an expression.', + description: 'Limit the triggers to this event. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Actions', diff --git a/packages/nodes-base/nodes/Facebook/FacebookTrigger.node.json b/packages/nodes-base/nodes/Facebook/FacebookTrigger.node.json index 6bb8abe71379a..5415c961acb69 100644 --- a/packages/nodes-base/nodes/Facebook/FacebookTrigger.node.json +++ b/packages/nodes-base/nodes/Facebook/FacebookTrigger.node.json @@ -8,7 +8,7 @@ "resources": { "credentialDocumentation": [ { - "url": "https://docs.n8n.io/credentials/facebookGraphApp" + "url": "https://docs.n8n.io/integrations/credentials/facebookapp/" } ], "primaryDocumentation": [ @@ -17,4 +17,4 @@ } ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/Facebook/FacebookTrigger.node.ts b/packages/nodes-base/nodes/Facebook/FacebookTrigger.node.ts index dc27188347f59..bae6223d9d09f 100644 --- a/packages/nodes-base/nodes/Facebook/FacebookTrigger.node.ts +++ b/packages/nodes-base/nodes/Facebook/FacebookTrigger.node.ts @@ -147,7 +147,7 @@ export class FacebookTrigger implements INodeType { ], }, default: [], - description: 'The set of fields in this object that are subscribed to. Choose from the list, or specify IDs using an expression.', + description: 'The set of fields in this object that are subscribed to. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Options', diff --git a/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts b/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts index 25548422f3d9e..35ead20f0938a 100644 --- a/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts +++ b/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts @@ -109,7 +109,7 @@ export class FileMaker implements INodeType { required: true, displayOptions: {}, placeholder: 'Layout Name', - description: 'FileMaker Layout Name. Choose from the list, or specify an ID using an expression.', + description: 'FileMaker Layout Name. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Record ID', @@ -205,7 +205,7 @@ export class FileMaker implements INodeType { }, }, placeholder: 'Portals', - description: 'The portal result set to return. Use the portal object name or portal table name. If this parameter is omitted, the API will return all portal objects and records in the layout. For best performance, pass the portal object name or portal table name. Choose from the list, or specify an ID using an expression.', + description: 'The portal result set to return. Use the portal object name or portal table name. If this parameter is omitted, the API will return all portal objects and records in the layout. For best performance, pass the portal object name or portal table name. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- // find/records @@ -214,7 +214,7 @@ export class FileMaker implements INodeType { displayName: 'Response Layout Name or ID', name: 'responseLayout', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getResponseLayouts', }, @@ -271,7 +271,7 @@ export class FileMaker implements INodeType { loadOptionsMethod: 'getFields', }, options: [], - description: 'Search Field. Choose from the list, or specify an ID using an expression.', + description: 'Search Field. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -346,7 +346,7 @@ export class FileMaker implements INodeType { loadOptionsMethod: 'getFields', }, options: [], - description: 'Field Name. Choose from the list, or specify an ID using an expression.', + description: 'Field Name. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Order', @@ -408,7 +408,7 @@ export class FileMaker implements INodeType { }, }, placeholder: 'Script Name', - description: 'The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort. Choose from the list, or specify an ID using an expression.', + description: 'The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Script Parameter', @@ -469,7 +469,7 @@ export class FileMaker implements INodeType { }, }, placeholder: 'Script Name', - description: 'The name of the FileMaker script to be run after the action specified by the API call but before the subsequent sort. Choose from the list, or specify an ID using an expression.', + description: 'The name of the FileMaker script to be run after the action specified by the API call but before the subsequent sort. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Script Parameter', @@ -530,7 +530,7 @@ export class FileMaker implements INodeType { }, }, placeholder: 'Script Name', - description: 'The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort. Choose from the list, or specify an ID using an expression.', + description: 'The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Script Parameter', @@ -617,7 +617,7 @@ export class FileMaker implements INodeType { loadOptionsMethod: 'getFields', }, options: [], - description: 'Field Name. Choose from the list, or specify an ID using an expression.', + description: 'Field Name. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -650,7 +650,7 @@ export class FileMaker implements INodeType { }, }, placeholder: 'Script Name', - description: 'The name of the FileMaker script to be run. Choose from the list, or specify an ID using an expression.', + description: 'The name of the FileMaker script to be run. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Script Parameter', diff --git a/packages/nodes-base/nodes/FormIo/FormIoTrigger.node.ts b/packages/nodes-base/nodes/FormIo/FormIoTrigger.node.ts index eb7575d4886a7..53bfc13b0ed12 100644 --- a/packages/nodes-base/nodes/FormIo/FormIoTrigger.node.ts +++ b/packages/nodes-base/nodes/FormIo/FormIoTrigger.node.ts @@ -53,7 +53,7 @@ export class FormIoTrigger implements INodeType { }, required: true, default: '', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', }, { displayName: 'Form Name or ID', @@ -67,7 +67,7 @@ export class FormIoTrigger implements INodeType { }, required: true, default: '', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', }, { displayName: 'Trigger Events', diff --git a/packages/nodes-base/nodes/Formstack/FormstackTrigger.node.ts b/packages/nodes-base/nodes/Formstack/FormstackTrigger.node.ts index 43ab8ea80b8db..e2f88022543c2 100644 --- a/packages/nodes-base/nodes/Formstack/FormstackTrigger.node.ts +++ b/packages/nodes-base/nodes/Formstack/FormstackTrigger.node.ts @@ -90,7 +90,7 @@ export class FormstackTrigger implements INodeType { }, default: '', required: true, - description: 'The Formstack form to monitor for new submissions. Choose from the list, or specify an ID using an expression.', + description: 'The Formstack form to monitor for new submissions. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Simplify', diff --git a/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts b/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts index 62dca17344e83..4554a35461a2a 100644 --- a/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts +++ b/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts @@ -392,7 +392,7 @@ export class Freshdesk implements INodeType { typeOptions: { loadOptionsMethod: 'getAgents', }, - description: 'ID of the agent to whom the ticket has been assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the agent to whom the ticket has been assigned. Choose from the list, or specify an ID using an expression.', }, { displayName: 'CC Emails', @@ -409,7 +409,7 @@ export class Freshdesk implements INodeType { typeOptions: { loadOptionsMethod: 'getCompanies', }, - description: 'Company ID of the requester. This attribute can only be set if the Multiple Companies feature is enabled (Estate plan and above). Choose from the list, or specify an ID using an expression.', + description: 'Company ID of the requester. This attribute can only be set if the Multiple Companies feature is enabled (Estate plan and above). Choose from the list, or specify an ID using an expression.', }, { displayName: 'Description', @@ -451,7 +451,7 @@ export class Freshdesk implements INodeType { typeOptions: { loadOptionsMethod: 'getGroups', }, - description: 'ID of the group to which the ticket has been assigned. The default value is the ID of the group that is associated with the given email_config_id. Choose from the list, or specify an ID using an expression.', + description: 'ID of the group to which the ticket has been assigned. The default value is the ID of the group that is associated with the given email_config_id. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', @@ -469,7 +469,7 @@ export class Freshdesk implements INodeType { typeOptions: { loadOptionsMethod: 'getProducts', }, - description: 'ID of the product to which the ticket is associated. It will be ignored if the email_config_id attribute is set in the request. Choose from the list, or specify an ID using an expression.', + description: 'ID of the product to which the ticket is associated. It will be ignored if the email_config_id attribute is set in the request. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subject', @@ -633,7 +633,7 @@ export class Freshdesk implements INodeType { typeOptions: { loadOptionsMethod: 'getAgents', }, - description: 'ID of the agent to whom the ticket has been assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the agent to whom the ticket has been assigned. Choose from the list, or specify an ID using an expression.', }, { displayName: 'CC Emails', @@ -650,7 +650,7 @@ export class Freshdesk implements INodeType { typeOptions: { loadOptionsMethod: 'getCompanies', }, - description: 'Company ID of the requester. This attribute can only be set if the Multiple Companies feature is enabled (Estate plan and above). Choose from the list, or specify an ID using an expression.', + description: 'Company ID of the requester. This attribute can only be set if the Multiple Companies feature is enabled (Estate plan and above). Choose from the list, or specify an ID using an expression.', }, { displayName: 'Due By', @@ -681,7 +681,7 @@ export class Freshdesk implements INodeType { typeOptions: { loadOptionsMethod: 'getGroups', }, - description: 'ID of the group to which the ticket has been assigned. The default value is the ID of the group that is associated with the given email_config_id. Choose from the list, or specify an ID using an expression.', + description: 'ID of the group to which the ticket has been assigned. The default value is the ID of the group that is associated with the given email_config_id. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', @@ -699,7 +699,7 @@ export class Freshdesk implements INodeType { typeOptions: { loadOptionsMethod: 'getProducts', }, - description: 'ID of the product to which the ticket is associated. It will be ignored if the email_config_id attribute is set in the request. Choose from the list, or specify an ID using an expression.', + description: 'ID of the product to which the ticket is associated. It will be ignored if the email_config_id attribute is set in the request. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Priority', diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/AgentDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/AgentDescription.ts index 2b138757fb2ce..53c5fe8b3a6ef 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/AgentDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/AgentDescription.ts @@ -123,7 +123,7 @@ export const agentFields: INodeProperties[] = [ { displayName: 'Role Name or ID', name: 'role', - description: 'Name of the role to assign to the agent. Choose from the list, or specify an ID using an expression.', + description: 'Name of the role to assign to the agent. Choose from the list, or specify an ID using an expression.', type: 'options', typeOptions: { loadOptionsMethod: 'getAgentRoles', @@ -160,7 +160,7 @@ export const agentFields: INodeProperties[] = [ { displayName: 'Group Names or IDs', name: 'groups', - description: 'Groups in which the permissions granted by the role apply. Required only when Scope is Specified Groups - ignored otherwise. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + description: 'Groups in which the permissions granted by the role apply. Required only when Scope is Specified Groups - ignored otherwise. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', type: 'multiOptions', typeOptions: { loadOptionsMethod: 'getAgentGroups', @@ -205,7 +205,7 @@ export const agentFields: INodeProperties[] = [ name: 'department_ids', type: 'multiOptions', default: [], - description: 'IDs of the departments to which the agent belongs. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + description: 'IDs of the departments to which the agent belongs. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -234,7 +234,7 @@ export const agentFields: INodeProperties[] = [ name: 'location_id', type: 'options', default: '', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getLocations', }, @@ -245,7 +245,7 @@ export const agentFields: INodeProperties[] = [ name: 'member_of', type: 'multiOptions', default: [], - description: 'Comma-separated IDs of the groups that the agent is a member of. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + description: 'Comma-separated IDs of the groups that the agent is a member of. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getAgentGroups', }, @@ -262,7 +262,7 @@ export const agentFields: INodeProperties[] = [ name: 'observer_of', type: 'multiOptions', default: [], - description: 'Comma-separated IDs of the groups that the agent is an observer of. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + description: 'Comma-separated IDs of the groups that the agent is an observer of. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getAgentGroups', }, @@ -435,7 +435,7 @@ export const agentFields: INodeProperties[] = [ name: 'department_id', type: 'options', default: '', - description: 'ID of the department to which the agent belongs. Choose from the list, or specify an ID using an expression.', + description: 'ID of the department to which the agent belongs. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -477,7 +477,7 @@ export const agentFields: INodeProperties[] = [ name: 'location_id', type: 'options', default: '', - description: 'Choose from the list or specify an ID. Choose from the list, or specify an ID using an expression.', + description: 'Choose from the list or specify an ID. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getLocations', }, @@ -552,7 +552,7 @@ export const agentFields: INodeProperties[] = [ name: 'department_ids', type: 'multiOptions', default: [], - description: 'IDs of the departments to which the agent belongs. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + description: 'IDs of the departments to which the agent belongs. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -594,7 +594,7 @@ export const agentFields: INodeProperties[] = [ name: 'location_id', type: 'options', default: '', - description: 'Choose from the list or specify an ID. Choose from the list, or specify an ID using an expression.', + description: 'Choose from the list or specify an ID. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getLocations', }, @@ -605,7 +605,7 @@ export const agentFields: INodeProperties[] = [ name: 'member_of', type: 'multiOptions', default: [], - description: 'Comma-separated IDs of the groups that the agent is a member of. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + description: 'Comma-separated IDs of the groups that the agent is a member of. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getAgentGroups', }, @@ -622,7 +622,7 @@ export const agentFields: INodeProperties[] = [ name: 'observer_of', type: 'multiOptions', default: [], - description: 'Comma-separated IDs of the groups that the agent is an observer of. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + description: 'Comma-separated IDs of the groups that the agent is an observer of. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getAgentGroups', }, diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/AgentGroupDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/AgentGroupDescription.ts index f25f6e6b3ff84..0b522b61471e9 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/AgentGroupDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/AgentGroupDescription.ts @@ -103,14 +103,14 @@ export const agentGroupFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getAgents', }, - description: 'ID of the user to whom an escalation email is sent if a ticket in this group is unassigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user to whom an escalation email is sent if a ticket in this group is unassigned. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Member Names or IDs', name: 'members', type: 'multiOptions', default: [], - description: 'Comma-separated IDs of agents who are members of this group. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + description: 'Comma-separated IDs of agents who are members of this group. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -120,7 +120,7 @@ export const agentGroupFields: INodeProperties[] = [ name: 'observers', type: 'multiOptions', default: [], - description: 'Comma-separated agent IDs who are observers of this group. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + description: 'Comma-separated agent IDs who are observers of this group. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -306,7 +306,7 @@ export const agentGroupFields: INodeProperties[] = [ name: 'escalate_to', type: 'options', default: '', - description: 'ID of the agent to whom an escalation email is sent if a ticket in this group is unassigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the agent to whom an escalation email is sent if a ticket in this group is unassigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -316,7 +316,7 @@ export const agentGroupFields: INodeProperties[] = [ name: 'members', type: 'multiOptions', default: [], - description: 'Comma-separated IDs of agents who are members of this group. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + description: 'Comma-separated IDs of agents who are members of this group. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -332,7 +332,7 @@ export const agentGroupFields: INodeProperties[] = [ name: 'observers', type: 'multiOptions', default: [], - description: 'Comma-separated agent user IDs who are observers of this group. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + description: 'Comma-separated agent user IDs who are observers of this group. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getAgents', }, diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/AnnouncementDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/AnnouncementDescription.ts index 6d9f340b717dd..ccb5d4b7cbe3e 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/AnnouncementDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/AnnouncementDescription.ts @@ -168,7 +168,7 @@ export const announcementFields: INodeProperties[] = [ name: 'departments', type: 'multiOptions', default: [], - description: 'Comma-separated IDs of departments that may view this announcement. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + description: 'Comma-separated IDs of departments that may view this announcement. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -335,7 +335,7 @@ export const announcementFields: INodeProperties[] = [ name: 'departments', type: 'multiOptions', default: [], - description: 'Comma-separated IDs of departments that may view this announcement. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + description: 'Comma-separated IDs of departments that may view this announcement. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/AssetDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/AssetDescription.ts index 91b7c7d883fa2..25246bdfa6820 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/AssetDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/AssetDescription.ts @@ -76,7 +76,7 @@ export const assetFields: INodeProperties[] = [ displayName: 'Asset Type Name or ID', name: 'assetTypeId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', required: true, default: '', typeOptions: { @@ -128,7 +128,7 @@ export const assetFields: INodeProperties[] = [ loadOptionsMethod: 'getAssetTypeFields', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -250,7 +250,7 @@ export const assetFields: INodeProperties[] = [ name: 'agent_id', type: 'options', default: '', - description: 'ID of the agent by whom the asset is managed. Choose from the list, or specify an ID using an expression.', + description: 'ID of the agent by whom the asset is managed. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -267,7 +267,7 @@ export const assetFields: INodeProperties[] = [ name: 'asset_type_id', type: 'options', default: '', - description: 'ID of the asset type to filter by. Choose from the list, or specify an ID using an expression.', + description: 'ID of the asset type to filter by. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAssetTypes', }, @@ -277,7 +277,7 @@ export const assetFields: INodeProperties[] = [ name: 'department_id', type: 'options', default: '', - description: 'ID of the department to which the asset belongs. Choose from the list, or specify an ID using an expression.', + description: 'ID of the department to which the asset belongs. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -287,7 +287,7 @@ export const assetFields: INodeProperties[] = [ name: 'location_id', type: 'options', default: '', - description: 'ID of the location to filter by. Choose from the list, or specify an ID using an expression.', + description: 'ID of the location to filter by. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getLocations', }, @@ -358,7 +358,7 @@ export const assetFields: INodeProperties[] = [ loadOptionsMethod: 'getAssetTypeFields', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/AssetTypeDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/AssetTypeDescription.ts index 575506ebbc080..1be79ef1d5686 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/AssetTypeDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/AssetTypeDescription.ts @@ -98,7 +98,7 @@ export const assetTypeFields: INodeProperties[] = [ { displayName: 'Parent Asset Type Name or ID', name: 'parent_asset_type_id', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', type: 'options', default: '', typeOptions: { diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/ChangeDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/ChangeDescription.ts index a27407178637a..73aaf4bda20bf 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/ChangeDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/ChangeDescription.ts @@ -59,7 +59,7 @@ export const changeFields: INodeProperties[] = [ displayName: 'Requester Name or ID', name: 'requesterId', // eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options - description: 'ID of the requester of the change. Choose from the list or specify an ID. You can also specify the ID using an expression.', + description: 'ID of the requester of the change. Choose from the list or specify an ID. You can also specify the ID using an expression.', type: 'options', required: true, default: '', @@ -150,7 +150,7 @@ export const changeFields: INodeProperties[] = [ name: 'agent_id', type: 'options', default: '', - description: 'ID of the agent to whom the change is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the agent to whom the change is assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -184,7 +184,7 @@ export const changeFields: INodeProperties[] = [ name: 'department_id', type: 'options', default: '', - description: 'ID of the department requesting the change. Choose from the list, or specify an ID using an expression.', + description: 'ID of the department requesting the change. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -201,7 +201,7 @@ export const changeFields: INodeProperties[] = [ name: 'group_id', type: 'options', default: '', - description: 'ID of the agent group to which the change is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the agent group to which the change is assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgentGroups', }, @@ -516,7 +516,7 @@ export const changeFields: INodeProperties[] = [ name: 'agent_id', type: 'options', default: '', - description: 'ID of the agent to whom the change is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the agent to whom the change is assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -550,7 +550,7 @@ export const changeFields: INodeProperties[] = [ name: 'department_id', type: 'options', default: '', - description: 'ID of the department requesting the change. Choose from the list, or specify an ID using an expression.', + description: 'ID of the department requesting the change. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -567,7 +567,7 @@ export const changeFields: INodeProperties[] = [ name: 'group_id', type: 'options', default: '', - description: 'ID of the agent group to which the change is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the agent group to which the change is assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgentGroups', }, @@ -622,7 +622,7 @@ export const changeFields: INodeProperties[] = [ name: 'requester_id', type: 'options', default: '', - description: 'ID of the requester of the change. Choose from the list, or specify an ID using an expression.', + description: 'ID of the requester of the change. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getRequesters', }, diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/ProblemDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/ProblemDescription.ts index 8c575450a6321..426c02af15704 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/ProblemDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/ProblemDescription.ts @@ -75,7 +75,7 @@ export const problemFields: INodeProperties[] = [ { displayName: 'Requester Name or ID', name: 'requesterId', - description: 'ID of the initiator of the problem. Choose from the list, or specify an ID using an expression.', + description: 'ID of the initiator of the problem. Choose from the list, or specify an ID using an expression.', type: 'options', required: true, default: '', @@ -132,7 +132,7 @@ export const problemFields: INodeProperties[] = [ name: 'agent_id', type: 'options', default: '', - description: 'ID of the agent to whom the problem is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the agent to whom the problem is assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -142,7 +142,7 @@ export const problemFields: INodeProperties[] = [ name: 'department_id', type: 'options', default: '', - description: 'ID of the department initiating the problem. Choose from the list, or specify an ID using an expression.', + description: 'ID of the department initiating the problem. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -159,7 +159,7 @@ export const problemFields: INodeProperties[] = [ name: 'group_id', type: 'options', default: '', - description: 'ID of the agent group to which the problem is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the agent group to which the problem is assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgentGroups', }, @@ -362,7 +362,7 @@ export const problemFields: INodeProperties[] = [ name: 'agent_id', type: 'options', default: '', - description: 'ID of the agent to whom the problem is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the agent to whom the problem is assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -372,7 +372,7 @@ export const problemFields: INodeProperties[] = [ name: 'department_id', type: 'options', default: '', - description: 'ID of the department initiating the problem. Choose from the list, or specify an ID using an expression.', + description: 'ID of the department initiating the problem. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -396,7 +396,7 @@ export const problemFields: INodeProperties[] = [ name: 'group_id', type: 'options', default: '', - description: 'ID of the agent group to which the problem is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the agent group to which the problem is assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgentGroups', }, @@ -450,7 +450,7 @@ export const problemFields: INodeProperties[] = [ name: 'requester_id', type: 'options', default: '', - description: 'ID of the initiator of the problem. Choose from the list, or specify an ID using an expression.', + description: 'ID of the initiator of the problem. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getRequesters', }, diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/ProductDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/ProductDescription.ts index bdbbd7447ad23..5db77323c54b6 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/ProductDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/ProductDescription.ts @@ -59,7 +59,7 @@ export const productFields: INodeProperties[] = [ displayName: 'Asset Type Name or ID', name: 'assetTypeId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', required: true, default: '', typeOptions: { @@ -296,7 +296,7 @@ export const productFields: INodeProperties[] = [ displayName: 'Asset Type Name or ID', name: 'asset_type_id', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getAssetTypes', diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/ReleaseDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/ReleaseDescription.ts index 007c2c6c948f6..bd81416607a24 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/ReleaseDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/ReleaseDescription.ts @@ -235,7 +235,7 @@ export const releaseFields: INodeProperties[] = [ name: 'department_id', type: 'options', default: '', - description: 'ID of the department initiating the release. Choose from the list, or specify an ID using an expression.', + description: 'ID of the department initiating the release. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -252,7 +252,7 @@ export const releaseFields: INodeProperties[] = [ name: 'group_id', type: 'options', default: '', - description: 'ID of the agent group to which the release is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the agent group to which the release is assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgentGroups', }, @@ -391,7 +391,7 @@ export const releaseFields: INodeProperties[] = [ name: 'department_id', type: 'options', default: '', - description: 'ID of the department initiating the release. Choose from the list, or specify an ID using an expression.', + description: 'ID of the department initiating the release. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -408,7 +408,7 @@ export const releaseFields: INodeProperties[] = [ name: 'group_id', type: 'options', default: '', - description: 'ID of the agent group to which the release is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the agent group to which the release is assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgentGroups', }, diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/RequesterDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/RequesterDescription.ts index a14a60ffba1df..214ec0e812452 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/RequesterDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/RequesterDescription.ts @@ -123,7 +123,7 @@ export const requesterFields: INodeProperties[] = [ name: 'department_ids', type: 'multiOptions', default: [], - description: 'Comma-separated IDs of the departments associated with the requester. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + description: 'Comma-separated IDs of the departments associated with the requester. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -150,7 +150,7 @@ export const requesterFields: INodeProperties[] = [ { displayName: 'Location Name or ID', name: 'location_id', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', type: 'options', default: '', typeOptions: { @@ -302,7 +302,7 @@ export const requesterFields: INodeProperties[] = [ { displayName: 'Department Name or ID', name: 'department_id', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', type: 'options', default: '', typeOptions: { @@ -338,7 +338,7 @@ export const requesterFields: INodeProperties[] = [ displayName: 'Location Name or ID', name: 'location_id', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getLocations', @@ -420,7 +420,7 @@ export const requesterFields: INodeProperties[] = [ name: 'department_ids', type: 'multiOptions', default: [], - description: 'Comma-separated IDs of the departments associated with the requester. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + description: 'Comma-separated IDs of the departments associated with the requester. Choose from the list or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -455,7 +455,7 @@ export const requesterFields: INodeProperties[] = [ name: 'location_id', type: 'options', default: '', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getLocations', }, diff --git a/packages/nodes-base/nodes/Freshservice/descriptions/TicketDescription.ts b/packages/nodes-base/nodes/Freshservice/descriptions/TicketDescription.ts index 3c5dfce308bcf..b4eb5e9caf92a 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/TicketDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/TicketDescription.ts @@ -204,7 +204,7 @@ export const ticketFields: INodeProperties[] = [ name: 'department_id', type: 'options', default: '', - description: 'ID of the department to which this ticket belongs. Choose from the list, or specify an ID using an expression.', + description: 'ID of the department to which this ticket belongs. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -214,7 +214,7 @@ export const ticketFields: INodeProperties[] = [ name: 'group_id', type: 'options', default: '', - description: 'ID of the group to which the ticket has been assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the group to which the ticket has been assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgentGroups', }, @@ -250,7 +250,7 @@ export const ticketFields: INodeProperties[] = [ displayName: 'Requester Name or ID', name: 'requester_id', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getRequesters', @@ -368,7 +368,7 @@ export const ticketFields: INodeProperties[] = [ name: 'agent_id', type: 'options', default: '', - description: 'ID of the agent to whom the tickets have been assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the agent to whom the tickets have been assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -378,7 +378,7 @@ export const ticketFields: INodeProperties[] = [ name: 'group_id', type: 'options', default: '', - description: 'ID of the group to which the tickets have been assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the group to which the tickets have been assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgentGroups', }, @@ -511,7 +511,7 @@ export const ticketFields: INodeProperties[] = [ name: 'department_id', type: 'options', default: '', - description: 'ID of the department to which this ticket has been assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the department to which this ticket has been assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -536,7 +536,7 @@ export const ticketFields: INodeProperties[] = [ name: 'group_id', type: 'options', default: '', - description: 'ID of the group to which the ticket has been assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the group to which the ticket has been assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgentGroups', }, diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/AccountDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/AccountDescription.ts index 355598ffaef7f..849fb32e60460 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/AccountDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/AccountDescription.ts @@ -112,7 +112,7 @@ export const accountFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getBusinessTypes', }, - description: 'ID of the business that the account belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the business that the account belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'City', @@ -143,7 +143,7 @@ export const accountFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getIndustryTypes', }, - description: 'ID of the industry that the account belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the industry that the account belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'LinkedIn', @@ -167,7 +167,7 @@ export const accountFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getUsers', }, - description: 'ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Parent Sales Account ID', @@ -198,7 +198,7 @@ export const accountFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTerritories', }, - description: 'ID of the territory that the account belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the territory that the account belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Twitter', @@ -275,7 +275,7 @@ export const accountFields: INodeProperties[] = [ displayName: 'View Name or ID', name: 'view', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getAccountViews', @@ -393,7 +393,7 @@ export const accountFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getBusinessTypes', }, - description: 'ID of the business that the account belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the business that the account belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'City', @@ -424,7 +424,7 @@ export const accountFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getIndustryTypes', }, - description: 'ID of the industry that the account belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the industry that the account belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'LinkedIn', @@ -455,7 +455,7 @@ export const accountFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getUsers', }, - description: 'ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Parent Sales Account ID', @@ -486,7 +486,7 @@ export const accountFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTerritories', }, - description: 'ID of the territory that the account belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the territory that the account belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Twitter', diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts index ff680b6a31027..98a86a894e498 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts @@ -157,7 +157,7 @@ export const appointmentFields: INodeProperties[] = [ displayName: 'User Name or ID', name: 'userId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { type: [ @@ -212,7 +212,7 @@ export const appointmentFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getUsers', }, - description: 'ID of the user who created the appointment. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user who created the appointment. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Is All-Day', @@ -250,7 +250,7 @@ export const appointmentFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getOutcomes', }, - description: 'ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an expression.', + description: 'ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Target ID', @@ -505,7 +505,7 @@ export const appointmentFields: INodeProperties[] = [ displayName: 'User Name or ID', name: 'userId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { type: [ @@ -543,7 +543,7 @@ export const appointmentFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getUsers', }, - description: 'ID of the user who created the appointment. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user who created the appointment. Choose from the list, or specify an ID using an expression.', }, { displayName: 'End Date', @@ -588,7 +588,7 @@ export const appointmentFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getOutcomes', }, - description: 'ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an expression.', + description: 'ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Start Date', diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/ContactDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/ContactDescription.ts index 2baba077e932d..d0805bde75c48 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/ContactDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/ContactDescription.ts @@ -141,7 +141,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getCampaigns', }, - description: 'ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an expression.', + description: 'ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an expression.', }, { displayName: 'City', @@ -158,7 +158,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getContactStatuses', }, - description: 'ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Country', @@ -210,7 +210,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getLifecycleStages', }, - description: 'ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'LinkedIn', @@ -241,7 +241,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getUsers', }, - description: 'ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Sales Account Names or IDs', @@ -251,7 +251,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getAccounts', }, - description: 'Accounts which contact belongs to. Choose from the list, or specify IDs using an expression.', + description: 'Accounts which contact belongs to. Choose from the list, or specify IDs using an expression.', }, { displayName: 'State', @@ -282,7 +282,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTerritories', }, - description: 'ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Time Zone', @@ -366,7 +366,7 @@ export const contactFields: INodeProperties[] = [ displayName: 'View Name or ID', name: 'view', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { resource: [ @@ -476,7 +476,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getCampaigns', }, - description: 'ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an expression.', + description: 'ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an expression.', }, { displayName: 'City', @@ -493,7 +493,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getContactStatuses', }, - description: 'ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Country', @@ -552,7 +552,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getLeadSources', }, - description: 'ID of the source where contact came from. Choose from the list, or specify an ID using an expression.', + description: 'ID of the source where contact came from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Lifecycle Stage Name or ID', @@ -562,7 +562,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getLifecycleStages', }, - description: 'ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'LinkedIn', @@ -593,7 +593,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getUsers', }, - description: 'ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Sales Account Names or IDs', @@ -603,7 +603,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getAccounts', }, - description: 'Accounts which contact belongs to. Choose from the list, or specify IDs using an expression.', + description: 'Accounts which contact belongs to. Choose from the list, or specify IDs using an expression.', }, { displayName: 'State', @@ -620,7 +620,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getSubscriptionStatuses', }, - description: 'Status of subscription that the contact is in. Choose from the list, or specify an ID using an expression.', + description: 'Status of subscription that the contact is in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subscription Types Name or ID', @@ -630,7 +630,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getSubscriptionTypes', }, - description: 'Type of subscription that the contact is in. Choose from the list, or specify an ID using an expression.', + description: 'Type of subscription that the contact is in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Territory Name or ID', @@ -640,7 +640,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTerritories', }, - description: 'ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Time Zone', diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/DealDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/DealDescription.ts index 74ee2fa65327c..e0f76a5efc2de 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/DealDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/DealDescription.ts @@ -123,7 +123,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getCampaigns', }, - description: 'ID of the campaign that landed this deal. Choose from the list, or specify an ID using an expression.', + description: 'ID of the campaign that landed this deal. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Currency Name or ID', @@ -133,7 +133,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getCurrencies', }, - description: 'ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Deal Payment Status Name or ID', @@ -143,7 +143,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getDealPaymentStatuses', }, - description: 'ID of the mode of payment for the deal. Choose from the list, or specify an ID using an expression.', + description: 'ID of the mode of payment for the deal. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Deal Pipeline Name or ID', @@ -153,7 +153,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getDealPipelines', }, - description: 'ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Deal Product Name or ID', @@ -163,7 +163,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getDealProducts', }, - description: 'ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an expression.', + description: 'ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an expression.', }, { displayName: 'Deal Reason Name or ID', @@ -173,7 +173,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getDealReasons', }, - description: 'ID of the reason for losing the deal. Can only be set if the deal is in \'Lost\' stage. Choose from the list, or specify an ID using an expression.', + description: 'ID of the reason for losing the deal. Can only be set if the deal is in \'Lost\' stage. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Deal Stage Name or ID', @@ -183,7 +183,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getDealStages', }, - description: 'ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Deal Type Name or ID', @@ -193,7 +193,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getDealTypes', }, - description: 'ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Lead Source ID', @@ -210,7 +210,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getUsers', }, - description: 'ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Probability', @@ -231,7 +231,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getAccounts', }, - description: 'ID of the account that the deal belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the account that the deal belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Territory Name or ID', @@ -241,7 +241,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTerritories', }, - description: 'ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -297,7 +297,7 @@ export const dealFields: INodeProperties[] = [ displayName: 'View Name or ID', name: 'view', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { resource: [ @@ -420,7 +420,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getCampaigns', }, - description: 'ID of the campaign that landed this deal. Choose from the list, or specify an ID using an expression.', + description: 'ID of the campaign that landed this deal. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Currency Name or ID', @@ -430,7 +430,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getCurrencies', }, - description: 'ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Deal Payment Status Name or ID', @@ -440,7 +440,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getDealPaymentStatuses', }, - description: 'ID of the mode of payment for the deal. Choose from the list, or specify an ID using an expression.', + description: 'ID of the mode of payment for the deal. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Deal Pipeline Name or ID', @@ -450,7 +450,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getDealPipelines', }, - description: 'ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Deal Product Name or ID', @@ -460,7 +460,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getDealProducts', }, - description: 'ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an expression.', + description: 'ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an expression.', }, { displayName: 'Deal Reason Name or ID', @@ -470,7 +470,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getDealReasons', }, - description: 'ID of the reason for losing the deal. Can only be set if the deal is in \'Lost\' stage. Choose from the list, or specify an ID using an expression.', + description: 'ID of the reason for losing the deal. Can only be set if the deal is in \'Lost\' stage. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Deal Stage Name or ID', @@ -480,7 +480,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getDealStages', }, - description: 'ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Deal Type Name or ID', @@ -490,7 +490,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getDealTypes', }, - description: 'ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Lead Source ID', @@ -514,7 +514,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getUsers', }, - description: 'ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Probability', @@ -535,7 +535,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getAccounts', }, - description: 'ID of the account that the deal belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the account that the deal belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Territory Name or ID', @@ -545,7 +545,7 @@ export const dealFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTerritories', }, - description: 'ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an expression.', + description: 'ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts index 8212a71e02ff9..f7c30416ee8b6 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts @@ -60,7 +60,7 @@ export const salesActivityFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getSalesActivityTypes', }, - description: 'ID of a sales activity type for which the sales activity is created. Choose from the list, or specify an ID using an expression.', + description: 'ID of a sales activity type for which the sales activity is created. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ @@ -93,7 +93,7 @@ export const salesActivityFields: INodeProperties[] = [ { displayName: 'Owner Name or ID', name: 'ownerId', - description: 'ID of the user who owns the sales activity. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user who owns the sales activity. Choose from the list, or specify an ID using an expression.', type: 'options', default: '', typeOptions: { @@ -222,7 +222,7 @@ export const salesActivityFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getUsers', }, - description: 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Latitude', @@ -260,7 +260,7 @@ export const salesActivityFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getOutcomes', }, - description: 'ID of a sales activity\'s outcome. Choose from the list, or specify an ID using an expression.', + description: 'ID of a sales activity\'s outcome. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -399,7 +399,7 @@ export const salesActivityFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getUsers', }, - description: 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Start Date', @@ -444,7 +444,7 @@ export const salesActivityFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getUsers', }, - description: 'ID of the user who owns the sales activity. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user who owns the sales activity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Sales Activity Outcome Name or ID', @@ -454,7 +454,7 @@ export const salesActivityFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getOutcomes', }, - description: 'ID of a sales activity\'s outcome. Choose from the list, or specify an ID using an expression.', + description: 'ID of a sales activity\'s outcome. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Sales Activity Type Name or ID', @@ -464,7 +464,7 @@ export const salesActivityFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getSalesActivityTypes', }, - description: 'ID of a sales activity type for which the sales activity is updated. Choose from the list, or specify an ID using an expression.', + description: 'ID of a sales activity type for which the sales activity is updated. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Start Date', diff --git a/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts b/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts index 41bf945be0d13..5a43c4c2252f5 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts @@ -94,7 +94,7 @@ export const taskFields: INodeProperties[] = [ { displayName: 'Owner Name or ID', name: 'ownerId', - description: 'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an expression.', type: 'options', default: '', typeOptions: { @@ -187,7 +187,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getUsers', }, - description: 'ID of the user who created the task. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user who created the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Outcome Name or ID', @@ -197,7 +197,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getOutcomes', }, - description: 'ID of the outcome of the task. Choose from the list, or specify an ID using an expression.', + description: 'ID of the outcome of the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Task Type ID', @@ -410,7 +410,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getUsers', }, - description: 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Due Date', @@ -427,7 +427,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getOutcomes', }, - description: 'ID of the outcome of the task. Choose from the list, or specify an ID using an expression.', + description: 'ID of the outcome of the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Owner Name or ID', @@ -437,7 +437,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getUsers', }, - description: 'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Target ID', diff --git a/packages/nodes-base/nodes/GetResponse/ContactDescription.ts b/packages/nodes-base/nodes/GetResponse/ContactDescription.ts index fdd21c56d9c7d..80051e255edbc 100644 --- a/packages/nodes-base/nodes/GetResponse/ContactDescription.ts +++ b/packages/nodes-base/nodes/GetResponse/ContactDescription.ts @@ -90,7 +90,7 @@ export const contactFields: INodeProperties[] = [ }, }, default: '', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', }, { displayName: 'Additional Fields', @@ -130,7 +130,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getCustomFields', }, - description: 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.', + description: 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.', default: '', }, { @@ -184,7 +184,7 @@ export const contactFields: INodeProperties[] = [ displayName: 'Tag Names or IDs', name: 'tags', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getTags', }, @@ -558,7 +558,7 @@ export const contactFields: INodeProperties[] = [ displayName: 'Campaign Name or ID', name: 'campaignId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCampaigns', }, @@ -585,7 +585,7 @@ export const contactFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getCustomFields', }, - description: 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.', + description: 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.', default: '', }, { @@ -646,7 +646,7 @@ export const contactFields: INodeProperties[] = [ displayName: 'Tag Names or IDs', name: 'tags', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getTags', }, diff --git a/packages/nodes-base/nodes/GetResponse/GetResponseTrigger.node.ts b/packages/nodes-base/nodes/GetResponse/GetResponseTrigger.node.ts index 6463b4f3ffe8d..15e600a443169 100644 --- a/packages/nodes-base/nodes/GetResponse/GetResponseTrigger.node.ts +++ b/packages/nodes-base/nodes/GetResponse/GetResponseTrigger.node.ts @@ -120,7 +120,7 @@ export class GetResponseTrigger implements INodeType { displayName: 'List Names or IDs', name: 'listIds', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getLists', }, diff --git a/packages/nodes-base/nodes/Ghost/PostDescription.ts b/packages/nodes-base/nodes/Ghost/PostDescription.ts index 2bffcd6e092b8..fbb0be34165bf 100644 --- a/packages/nodes-base/nodes/Ghost/PostDescription.ts +++ b/packages/nodes-base/nodes/Ghost/PostDescription.ts @@ -214,7 +214,7 @@ export const postFields: INodeProperties[] = [ displayName: 'Author Names or IDs', name: 'authors', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getAuthors', }, @@ -314,7 +314,7 @@ export const postFields: INodeProperties[] = [ displayName: 'Tag Names or IDs', name: 'tags', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getTags', }, @@ -782,7 +782,7 @@ export const postFields: INodeProperties[] = [ displayName: 'Author Names or IDs', name: 'authors', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getAuthors', }, @@ -909,7 +909,7 @@ export const postFields: INodeProperties[] = [ displayName: 'Tag Names or IDs', name: 'tags', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getTags', }, diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/AttendeeDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/AttendeeDescription.ts index 9f60aed56c847..83bed5b331d88 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/AttendeeDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/AttendeeDescription.ts @@ -49,7 +49,7 @@ export const attendeeFields: INodeProperties[] = [ }, required: true, default: '', - description: 'Key of the webinar that the attendee attended. Choose from the list, or specify an ID using an expression.', + description: 'Key of the webinar that the attendee attended. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ @@ -70,7 +70,7 @@ export const attendeeFields: INodeProperties[] = [ ], }, default: '', - description: 'Key of the session that the attendee attended. Choose from the list, or specify an ID using an expression.', + description: 'Key of the session that the attendee attended. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/CoorganizerDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/CoorganizerDescription.ts index a2834bd8aca9f..dccde4f29b758 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/CoorganizerDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/CoorganizerDescription.ts @@ -54,7 +54,7 @@ export const coorganizerFields: INodeProperties[] = [ }, required: true, default: [], - description: 'Key of the webinar that the co-organizer is hosting. Choose from the list, or specify an ID using an expression.', + description: 'Key of the webinar that the co-organizer is hosting. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ @@ -158,7 +158,7 @@ export const coorganizerFields: INodeProperties[] = [ }, required: true, default: [], - description: 'Key of the webinar to delete. Choose from the list, or specify an ID using an expression.', + description: 'Key of the webinar to delete. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ @@ -219,7 +219,7 @@ export const coorganizerFields: INodeProperties[] = [ }, required: true, default: [], - description: 'Key of the webinar to retrieve all co-organizers from. Choose from the list, or specify an ID using an expression.', + description: 'Key of the webinar to retrieve all co-organizers from. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/PanelistDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/PanelistDescription.ts index 0bfc4a79c98f1..6f9e9f489a895 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/PanelistDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/PanelistDescription.ts @@ -91,7 +91,7 @@ export const panelistFields: INodeProperties[] = [ }, required: true, default: [], - description: 'Key of the webinar that the panelist will present at. Choose from the list, or specify an ID using an expression.', + description: 'Key of the webinar that the panelist will present at. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ @@ -116,7 +116,7 @@ export const panelistFields: INodeProperties[] = [ }, required: true, default: [], - description: 'Key of the webinar to retrieve all panelists from. Choose from the list, or specify an ID using an expression.', + description: 'Key of the webinar to retrieve all panelists from. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ @@ -182,7 +182,7 @@ export const panelistFields: INodeProperties[] = [ }, required: true, default: [], - description: 'Key of the webinar to delete the panelist from. Choose from the list, or specify an ID using an expression.', + description: 'Key of the webinar to delete the panelist from. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ @@ -225,7 +225,7 @@ export const panelistFields: INodeProperties[] = [ }, required: true, default: [], - description: 'Key of the webinar to reinvite the panelist to. Choose from the list, or specify an ID using an expression.', + description: 'Key of the webinar to reinvite the panelist to. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/RegistrantDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/RegistrantDescription.ts index 48e0927988b17..4ef17a9e427c9 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/RegistrantDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/RegistrantDescription.ts @@ -54,7 +54,7 @@ export const registrantFields: INodeProperties[] = [ }, required: true, default: [], - description: 'Key of the webinar of the registrant to create. Choose from the list, or specify an ID using an expression.', + description: 'Key of the webinar of the registrant to create. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ @@ -213,7 +213,7 @@ export const registrantFields: INodeProperties[] = [ displayName: 'Question Key Name or ID', name: 'questionKey', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRegistranMultiChoiceQuestions', loadOptionsDependsOn: [ @@ -298,7 +298,7 @@ export const registrantFields: INodeProperties[] = [ displayName: 'Question Key Name or ID', name: 'questionKey', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRegistranSimpleQuestions', loadOptionsDependsOn: [ @@ -340,7 +340,7 @@ export const registrantFields: INodeProperties[] = [ }, required: true, default: [], - description: 'The key of the webinar to retrieve registrants from. Choose from the list, or specify an ID using an expression.', + description: 'The key of the webinar to retrieve registrants from. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ @@ -406,7 +406,7 @@ export const registrantFields: INodeProperties[] = [ }, required: true, default: [], - description: 'Key of the webinar of the registrant to delete. Choose from the list, or specify an ID using an expression.', + description: 'Key of the webinar of the registrant to delete. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ @@ -449,7 +449,7 @@ export const registrantFields: INodeProperties[] = [ }, required: true, default: [], - description: 'Key of the webinar of the registrant to retrieve. Choose from the list, or specify an ID using an expression.', + description: 'Key of the webinar of the registrant to retrieve. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/SessionDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/SessionDescription.ts index 8d84cb1b90a03..4481389f079c9 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/SessionDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/SessionDescription.ts @@ -136,7 +136,7 @@ export const sessionFields: INodeProperties[] = [ loadOptionsMethod: 'getWebinars', }, default: {}, - description: 'Webinar by which to filter the sessions to retrieve. Choose from the list, or specify an ID using an expression.', + description: 'Webinar by which to filter the sessions to retrieve. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -153,7 +153,7 @@ export const sessionFields: INodeProperties[] = [ }, required: true, default: [], - description: 'Key of the webinar to which the session belongs. Choose from the list, or specify an ID using an expression.', + description: 'Key of the webinar to which the session belongs. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/WebinarDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/WebinarDescription.ts index 8e136d4a6d05b..bb6a8b4e38f1c 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/WebinarDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/WebinarDescription.ts @@ -171,7 +171,7 @@ export const webinarFields: INodeProperties[] = [ displayName: 'Timezone Name or ID', name: 'timezone', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', required: true, default: '', placeholder: '2020-12-11T09:00:00Z', @@ -514,7 +514,7 @@ export const webinarFields: INodeProperties[] = [ type: 'options', default: '', placeholder: '2020-12-11T09:00:00Z', - description: 'Timezone where the webinar is to take place. Choose from the list, or specify an ID using an expression.', + description: 'Timezone where the webinar is to take place. Choose from the list, or specify an ID using an expression.', typeOptions: { alwaysOpenEditWindow: true, loadOptionsMethod: 'getTimezones', diff --git a/packages/nodes-base/nodes/Google/Analytics/ReportDescription.ts b/packages/nodes-base/nodes/Google/Analytics/ReportDescription.ts index b83f6831d7da2..9d2ed76b9f501 100644 --- a/packages/nodes-base/nodes/Google/Analytics/ReportDescription.ts +++ b/packages/nodes-base/nodes/Google/Analytics/ReportDescription.ts @@ -48,7 +48,7 @@ export const reportFields: INodeProperties[] = [ }, }, placeholder: '123456', - description: 'The View ID of Google Analytics. Choose from the list, or specify an ID using an expression.', + description: 'The View ID of Google Analytics. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -176,7 +176,7 @@ export const reportFields: INodeProperties[] = [ loadOptionsMethod: 'getDimensions', }, default: '', - description: 'Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an expression.', + description: 'Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -205,7 +205,7 @@ export const reportFields: INodeProperties[] = [ loadOptionsMethod: 'getDimensions', }, default: '', - description: 'Name of the dimension to filter by. Choose from the list, or specify an ID using an expression.', + description: 'Name of the dimension to filter by. Choose from the list, or specify an ID using an expression.', }, // https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet#Operator { diff --git a/packages/nodes-base/nodes/Google/Analytics/UserActivityDescription.ts b/packages/nodes-base/nodes/Google/Analytics/UserActivityDescription.ts index bbd63478e8abd..c9b3e6b796046 100644 --- a/packages/nodes-base/nodes/Google/Analytics/UserActivityDescription.ts +++ b/packages/nodes-base/nodes/Google/Analytics/UserActivityDescription.ts @@ -48,7 +48,7 @@ export const userActivityFields: INodeProperties[] = [ }, }, placeholder: '123456', - description: 'The View ID of Google Analytics. Choose from the list, or specify an ID using an expression.', + description: 'The View ID of Google Analytics. Choose from the list, or specify an ID using an expression.', }, { displayName: 'User ID', diff --git a/packages/nodes-base/nodes/Google/BigQuery/RecordDescription.ts b/packages/nodes-base/nodes/Google/BigQuery/RecordDescription.ts index fa4a957efa6c4..1c37221722a2d 100644 --- a/packages/nodes-base/nodes/Google/BigQuery/RecordDescription.ts +++ b/packages/nodes-base/nodes/Google/BigQuery/RecordDescription.ts @@ -56,7 +56,7 @@ export const recordFields: INodeProperties[] = [ }, }, default: '', - description: 'ID of the project to create the record in. Choose from the list, or specify an ID using an expression.', + description: 'ID of the project to create the record in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Dataset Name or ID', @@ -80,7 +80,7 @@ export const recordFields: INodeProperties[] = [ }, }, default: '', - description: 'ID of the dataset to create the record in. Choose from the list, or specify an ID using an expression.', + description: 'ID of the dataset to create the record in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -105,7 +105,7 @@ export const recordFields: INodeProperties[] = [ }, }, default: '', - description: 'ID of the table to create the record in. Choose from the list, or specify an ID using an expression.', + description: 'ID of the table to create the record in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Columns', @@ -196,7 +196,7 @@ export const recordFields: INodeProperties[] = [ }, }, default: '', - description: 'ID of the project to retrieve all rows from. Choose from the list, or specify an ID using an expression.', + description: 'ID of the project to retrieve all rows from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Dataset Name or ID', @@ -220,7 +220,7 @@ export const recordFields: INodeProperties[] = [ }, }, default: '', - description: 'ID of the dataset to retrieve all rows from. Choose from the list, or specify an ID using an expression.', + description: 'ID of the dataset to retrieve all rows from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -245,7 +245,7 @@ export const recordFields: INodeProperties[] = [ }, }, default: '', - description: 'ID of the table to retrieve all rows from. Choose from the list, or specify an ID using an expression.', + description: 'ID of the table to retrieve all rows from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', diff --git a/packages/nodes-base/nodes/Google/Calendar/CalendarDescription.ts b/packages/nodes-base/nodes/Google/Calendar/CalendarDescription.ts index 92887c0574962..7964c60c45ad3 100644 --- a/packages/nodes-base/nodes/Google/Calendar/CalendarDescription.ts +++ b/packages/nodes-base/nodes/Google/Calendar/CalendarDescription.ts @@ -35,7 +35,7 @@ export const calendarFields: INodeProperties[] = [ displayName: 'Calendar Name or ID', name: 'calendar', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCalendars', }, @@ -134,7 +134,7 @@ export const calendarFields: INodeProperties[] = [ loadOptionsMethod: 'getTimezones', }, default: '', - description: 'Time zone used in the response. By default n8n timezone is used. Choose from the list, or specify an ID using an expression.', + description: 'Time zone used in the response. By default n8n timezone is used. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts b/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts index c2a5f7be3dc14..4b62855f99e9c 100644 --- a/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts +++ b/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts @@ -59,7 +59,7 @@ export const eventFields: INodeProperties[] = [ displayName: 'Calendar Name or ID', name: 'calendar', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCalendars', }, @@ -182,7 +182,7 @@ export const eventFields: INodeProperties[] = [ loadOptionsMethod: 'getColors', }, default: '', - description: 'The color of the event. Choose from the list, or specify an ID using an expression.', + description: 'The color of the event. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Conference Data', @@ -202,7 +202,7 @@ export const eventFields: INodeProperties[] = [ displayName: 'Type Name or ID', name: 'conferenceSolution', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getConferenceSolutations', loadOptionsDependsOn: [ @@ -568,7 +568,7 @@ export const eventFields: INodeProperties[] = [ loadOptionsMethod: 'getTimezones', }, default: '', - description: 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.', + description: 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -717,7 +717,7 @@ export const eventFields: INodeProperties[] = [ loadOptionsMethod: 'getTimezones', }, default: '', - description: 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.', + description: 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Updated Min', @@ -818,7 +818,7 @@ export const eventFields: INodeProperties[] = [ loadOptionsMethod: 'getColors', }, default: '', - description: 'The color of the event. Choose from the list, or specify an ID using an expression.', + description: 'The color of the event. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Description', diff --git a/packages/nodes-base/nodes/Google/Calendar/GoogleCalendarTrigger.node.ts b/packages/nodes-base/nodes/Google/Calendar/GoogleCalendarTrigger.node.ts index 47aedc8212105..f28a8704a697d 100644 --- a/packages/nodes-base/nodes/Google/Calendar/GoogleCalendarTrigger.node.ts +++ b/packages/nodes-base/nodes/Google/Calendar/GoogleCalendarTrigger.node.ts @@ -44,7 +44,7 @@ export class GoogleCalendarTrigger implements INodeType { displayName: 'Calendar Name or ID', name: 'calendarId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getCalendars', diff --git a/packages/nodes-base/nodes/Google/Chat/descriptions/MemberDescription.ts b/packages/nodes-base/nodes/Google/Chat/descriptions/MemberDescription.ts index 04921258e72c7..89400221ca367 100644 --- a/packages/nodes-base/nodes/Google/Chat/descriptions/MemberDescription.ts +++ b/packages/nodes-base/nodes/Google/Chat/descriptions/MemberDescription.ts @@ -83,7 +83,7 @@ export const memberFields: INodeProperties[] = [ }, }, default: [], - description: 'The name of the space for which to retrieve members, in the form "spaces/*". Choose from the list, or specify an ID using an expression.', + description: 'The name of the space for which to retrieve members, in the form "spaces/*". Choose from the list, or specify an ID using an expression.', }, ...getPagingParameters('member'), diff --git a/packages/nodes-base/nodes/Google/Chat/descriptions/MessageDescription.ts b/packages/nodes-base/nodes/Google/Chat/descriptions/MessageDescription.ts index 7709a0c5394bc..92aa3e4cc29dc 100644 --- a/packages/nodes-base/nodes/Google/Chat/descriptions/MessageDescription.ts +++ b/packages/nodes-base/nodes/Google/Chat/descriptions/MessageDescription.ts @@ -69,7 +69,7 @@ export const messageFields: INodeProperties[] = [ }, }, default: '', - description: 'Space resource name, in the form "spaces/*". Example: spaces/AAAAMpdlehY. Choose from the list, or specify an ID using an expression.', + description: 'Space resource name, in the form "spaces/*". Example: spaces/AAAAMpdlehY. Choose from the list, or specify an ID using an expression.', }, { displayName: 'JSON Parameters', diff --git a/packages/nodes-base/nodes/Google/Contacts/ContactDescription.ts b/packages/nodes-base/nodes/Google/Contacts/ContactDescription.ts index 11c4b408bbffa..9ff8fbad1f487 100644 --- a/packages/nodes-base/nodes/Google/Contacts/ContactDescription.ts +++ b/packages/nodes-base/nodes/Google/Contacts/ContactDescription.ts @@ -349,7 +349,7 @@ export const contactFields: INodeProperties[] = [ displayName: 'Group Names or IDs', name: 'group', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getGroups', }, @@ -1415,7 +1415,7 @@ export const contactFields: INodeProperties[] = [ displayName: 'Group Names or IDs', name: 'group', type: 'multiOptions', - description: 'Choose from the list, or specify IDs using an expression', + description: 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getGroups', }, diff --git a/packages/nodes-base/nodes/Google/Docs/DocumentDescription.ts b/packages/nodes-base/nodes/Google/Docs/DocumentDescription.ts index b3e497a03445c..14aab7e790fb4 100644 --- a/packages/nodes-base/nodes/Google/Docs/DocumentDescription.ts +++ b/packages/nodes-base/nodes/Google/Docs/DocumentDescription.ts @@ -44,7 +44,7 @@ export const documentFields: INodeProperties[] = [ displayName: 'Drive Name or ID', name: 'driveId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDrives', }, @@ -65,7 +65,7 @@ export const documentFields: INodeProperties[] = [ displayName: 'Folder Name or ID', name: 'folderId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: [ 'driveId', diff --git a/packages/nodes-base/nodes/Google/Drive/GoogleDriveTrigger.node.ts b/packages/nodes-base/nodes/Google/Drive/GoogleDriveTrigger.node.ts index d4c18ad2144ed..342acabbc12cb 100644 --- a/packages/nodes-base/nodes/Google/Drive/GoogleDriveTrigger.node.ts +++ b/packages/nodes-base/nodes/Google/Drive/GoogleDriveTrigger.node.ts @@ -224,7 +224,7 @@ export class GoogleDriveTrigger implements INodeType { }, default: 'root', required: true, - description: 'The drive to monitor. Choose from the list, or specify an ID using an expression.', + description: 'The drive to monitor. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Watch For', diff --git a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CollectionDescription.ts b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CollectionDescription.ts index 785a5862b4a0a..3f1dab669d39c 100644 --- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CollectionDescription.ts +++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CollectionDescription.ts @@ -49,7 +49,7 @@ export const collectionFields: INodeProperties[] = [ ], }, }, - description: 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', + description: 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', required: true, }, { diff --git a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/DocumentDescription.ts b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/DocumentDescription.ts index 24fa47b546e16..c63ce31074492 100644 --- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/DocumentDescription.ts +++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/DocumentDescription.ts @@ -84,7 +84,7 @@ export const documentFields: INodeProperties[] = [ ], }, }, - description: 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', + description: 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', required: true, }, { @@ -181,7 +181,7 @@ export const documentFields: INodeProperties[] = [ ], }, }, - description: 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', + description: 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', required: true, }, { @@ -276,7 +276,7 @@ export const documentFields: INodeProperties[] = [ ], }, }, - description: 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', + description: 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', required: true, }, { @@ -396,7 +396,7 @@ export const documentFields: INodeProperties[] = [ ], }, }, - description: 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', + description: 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', required: true, }, { @@ -588,7 +588,7 @@ export const documentFields: INodeProperties[] = [ ], }, }, - description: 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', + description: 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', required: true, }, { @@ -686,7 +686,7 @@ export const documentFields: INodeProperties[] = [ ], }, }, - description: 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', + description: 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', required: true, }, { diff --git a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.json b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.json index c1719dd5cb1cd..d5d7c75ebfeac 100644 --- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.json +++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.json @@ -13,7 +13,7 @@ ], "primaryDocumentation": [ { - "url": "https://docs.n8n.io/nodes/n8n-nodes-base.googleFirebaseCloudFirestore/" + "url": "https://docs.n8n.io/integrations/nodes/n8n-nodes-base.googlecloudfirestore/" } ] } diff --git a/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.json b/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.json index 0a797d9a37b6b..367dd9aeb1e0f 100644 --- a/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.json +++ b/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.json @@ -13,7 +13,7 @@ ], "primaryDocumentation": [ { - "url": "https://docs.n8n.io/nodes/n8n-nodes-base.googleFirebaseRealtimeDatabase/" + "url": "https://docs.n8n.io/integrations/nodes/n8n-nodes-base.googlecloudrealtimedatabase/" } ], "generic": [ @@ -24,4 +24,4 @@ } ] } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.ts b/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.ts index 056890a906868..33bb07dcaad4d 100644 --- a/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.ts +++ b/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.ts @@ -47,7 +47,7 @@ export class GoogleFirebaseRealtimeDatabase implements INodeType { typeOptions: { loadOptionsMethod: 'getProjects', }, - description: 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', + description: 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', required: true, }, { diff --git a/packages/nodes-base/nodes/Google/GSuiteAdmin/UserDescription.ts b/packages/nodes-base/nodes/Google/GSuiteAdmin/UserDescription.ts index 89344b8a46317..8ca337642a48a 100644 --- a/packages/nodes-base/nodes/Google/GSuiteAdmin/UserDescription.ts +++ b/packages/nodes-base/nodes/Google/GSuiteAdmin/UserDescription.ts @@ -114,7 +114,7 @@ export const userFields: INodeProperties[] = [ displayName: 'Domain Name or ID', name: 'domain', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDomains', }, @@ -472,7 +472,7 @@ export const userFields: INodeProperties[] = [ loadOptionsMethod: 'getSchemas', }, default: [], - description: 'A comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when projection=custom. Choose from the list, or specify IDs using an expression.', + description: 'A comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when projection=custom. Choose from the list, or specify IDs using an expression.', }, { displayName: 'View Type', @@ -606,7 +606,7 @@ export const userFields: INodeProperties[] = [ loadOptionsMethod: 'getSchemas', }, default: [], - description: 'A comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when projection=custom. Choose from the list, or specify IDs using an expression.', + description: 'A comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when projection=custom. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Customer', diff --git a/packages/nodes-base/nodes/Google/Gmail/MessageDescription.ts b/packages/nodes-base/nodes/Google/Gmail/MessageDescription.ts index fbcf2bf10531a..b6c2b83ee9aad 100644 --- a/packages/nodes-base/nodes/Google/Gmail/MessageDescription.ts +++ b/packages/nodes-base/nodes/Google/Gmail/MessageDescription.ts @@ -495,7 +495,7 @@ export const messageFields: INodeProperties[] = [ loadOptionsMethod: 'getLabels', }, default: [], - description: 'Only return messages with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an expression.', + description: 'Only return messages with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Query', diff --git a/packages/nodes-base/nodes/Google/Gmail/MessageLabelDescription.ts b/packages/nodes-base/nodes/Google/Gmail/MessageLabelDescription.ts index e58d602491f9c..f821e2851d806 100644 --- a/packages/nodes-base/nodes/Google/Gmail/MessageLabelDescription.ts +++ b/packages/nodes-base/nodes/Google/Gmail/MessageLabelDescription.ts @@ -74,6 +74,6 @@ export const messageLabelFields: INodeProperties[] = [ ], }, }, - description: 'The ID of the label. Choose from the list, or specify IDs using an expression.', + description: 'The ID of the label. Choose from the list, or specify IDs using an expression.', }, ]; diff --git a/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.ts b/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.ts index 3eb1206fba4d7..ed6f00f34ed42 100644 --- a/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.ts +++ b/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.ts @@ -180,7 +180,7 @@ export class GooglePerspective implements INodeType { loadOptionsMethod: 'getLanguages', }, default: '', - description: 'Languages of the text input. If unspecified, the API will auto-detect the comment language. Choose from the list, or specify an ID using an expression.', + description: 'Languages of the text input. If unspecified, the API will auto-detect the comment language. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Google/Sheet/GoogleSheets.node.ts b/packages/nodes-base/nodes/Google/Sheet/GoogleSheets.node.ts index 65c20679ebac1..c1ba0a9d3190c 100644 --- a/packages/nodes-base/nodes/Google/Sheet/GoogleSheets.node.ts +++ b/packages/nodes-base/nodes/Google/Sheet/GoogleSheets.node.ts @@ -256,7 +256,7 @@ export class GoogleSheets implements INodeType { options: [], default: '', required: true, - description: 'The sheet to delete columns from. Choose from the list, or specify an ID using an expression.', + description: 'The sheet to delete columns from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Start Index', @@ -294,7 +294,7 @@ export class GoogleSheets implements INodeType { options: [], default: '', required: true, - description: 'The sheet to delete columns from. Choose from the list, or specify an ID using an expression.', + description: 'The sheet to delete columns from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Start Index', diff --git a/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts b/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts index 71772248fd25f..a4293e2a4807c 100644 --- a/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts +++ b/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts @@ -298,7 +298,7 @@ export class GoogleSlides implements INodeType { 'presentationId', ], }, - description: 'If non-empty, limits the matches to page elements only on the given pages. Choose from the list, or specify IDs using an expression.', + description: 'If non-empty, limits the matches to page elements only on the given pages. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Replace Text', diff --git a/packages/nodes-base/nodes/Google/Task/TaskDescription.ts b/packages/nodes-base/nodes/Google/Task/TaskDescription.ts index 7210889d54299..737bab61c1ddd 100644 --- a/packages/nodes-base/nodes/Google/Task/TaskDescription.ts +++ b/packages/nodes-base/nodes/Google/Task/TaskDescription.ts @@ -59,7 +59,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'TaskList Name or ID', name: 'task', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTasks', }, @@ -179,7 +179,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'TaskList Name or ID', name: 'task', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTasks', }, @@ -220,7 +220,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'TaskList Name or ID', name: 'task', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTasks', }, @@ -261,7 +261,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'TaskList Name or ID', name: 'task', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTasks', }, @@ -402,7 +402,7 @@ export const taskFields: INodeProperties[] = [ displayName: 'TaskList Name or ID', name: 'task', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTasks', }, diff --git a/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts b/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts index 46c8d3b0e1368..c53e27bec80db 100644 --- a/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts +++ b/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts @@ -138,7 +138,7 @@ export class GoogleTranslate implements INodeType { loadOptionsMethod: 'getLanguages', }, default: '', - description: 'The language to use for translation of the input text, set to one of the language codes listed in Language Support. Choose from the list, or specify an ID using an expression.', + description: 'The language to use for translation of the input text, set to one of the language codes listed in Language Support. Choose from the list, or specify an ID using an expression.', required: true, displayOptions: { show: { diff --git a/packages/nodes-base/nodes/Google/YouTube/ChannelDescription.ts b/packages/nodes-base/nodes/Google/YouTube/ChannelDescription.ts index 4dde0cdd78d30..e7bf8099a68bf 100644 --- a/packages/nodes-base/nodes/Google/YouTube/ChannelDescription.ts +++ b/packages/nodes-base/nodes/Google/YouTube/ChannelDescription.ts @@ -223,7 +223,7 @@ export const channelFields: INodeProperties[] = [ loadOptionsMethod: 'getLanguages', }, default: '', - description: 'The hl parameter instructs the API to retrieve localized resource metadata for a specific application language that the YouTube website supports. Choose from the list, or specify an ID using an expression.', + description: 'The hl parameter instructs the API to retrieve localized resource metadata for a specific application language that the YouTube website supports. Choose from the list, or specify an ID using an expression.', }, { displayName: 'On Behalf Of Content Owner', diff --git a/packages/nodes-base/nodes/Google/YouTube/PlaylistDescription.ts b/packages/nodes-base/nodes/Google/YouTube/PlaylistDescription.ts index 59af25ec9b4b4..fc0de5a0223db 100644 --- a/packages/nodes-base/nodes/Google/YouTube/PlaylistDescription.ts +++ b/packages/nodes-base/nodes/Google/YouTube/PlaylistDescription.ts @@ -133,7 +133,7 @@ export const playlistFields: INodeProperties[] = [ loadOptionsMethod: 'getLanguages', }, default: '', - description: 'The language of the text in the playlist resource\'s title and description properties. Choose from the list, or specify an ID using an expression.', + description: 'The language of the text in the playlist resource\'s title and description properties. Choose from the list, or specify an ID using an expression.', }, { displayName: 'On Behalf Of Content Owner Channel', @@ -520,7 +520,7 @@ export const playlistFields: INodeProperties[] = [ loadOptionsMethod: 'getLanguages', }, default: '', - description: 'The language of the text in the playlist resource\'s title and description properties. Choose from the list, or specify an ID using an expression.', + description: 'The language of the text in the playlist resource\'s title and description properties. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Description', diff --git a/packages/nodes-base/nodes/Google/YouTube/PlaylistItemDescription.ts b/packages/nodes-base/nodes/Google/YouTube/PlaylistItemDescription.ts index 1f583b395c745..1c646b94290ba 100644 --- a/packages/nodes-base/nodes/Google/YouTube/PlaylistItemDescription.ts +++ b/packages/nodes-base/nodes/Google/YouTube/PlaylistItemDescription.ts @@ -53,7 +53,7 @@ export const playlistItemFields: INodeProperties[] = [ displayName: 'Playlist Name or ID', name: 'playlistId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getPlaylists', }, @@ -283,7 +283,7 @@ export const playlistItemFields: INodeProperties[] = [ displayName: 'Playlist Name or ID', name: 'playlistId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getPlaylists', }, diff --git a/packages/nodes-base/nodes/Google/YouTube/VideoCategoryDescription.ts b/packages/nodes-base/nodes/Google/YouTube/VideoCategoryDescription.ts index 8fdf963524577..0991184cd1314 100644 --- a/packages/nodes-base/nodes/Google/YouTube/VideoCategoryDescription.ts +++ b/packages/nodes-base/nodes/Google/YouTube/VideoCategoryDescription.ts @@ -37,7 +37,7 @@ export const videoCategoryFields: INodeProperties[] = [ displayName: 'Region Code', name: 'regionCode', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', required: true, displayOptions: { show: { diff --git a/packages/nodes-base/nodes/Google/YouTube/VideoDescription.ts b/packages/nodes-base/nodes/Google/YouTube/VideoDescription.ts index 239ea7f9350bd..21a1ee2bb591e 100644 --- a/packages/nodes-base/nodes/Google/YouTube/VideoDescription.ts +++ b/packages/nodes-base/nodes/Google/YouTube/VideoDescription.ts @@ -83,7 +83,7 @@ export const videoFields: INodeProperties[] = [ displayName: 'Region Code', name: 'regionCode', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCountriesCodes', }, @@ -103,7 +103,7 @@ export const videoFields: INodeProperties[] = [ displayName: 'Category Name or ID', name: 'categoryId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getVideoCategories', loadOptionsDependsOn: [ @@ -164,7 +164,7 @@ export const videoFields: INodeProperties[] = [ loadOptionsMethod: 'getLanguages', }, default: '', - description: 'The language of the text in the playlist resource\'s title and description properties. Choose from the list, or specify an ID using an expression.', + description: 'The language of the text in the playlist resource\'s title and description properties. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Description', @@ -524,7 +524,7 @@ export const videoFields: INodeProperties[] = [ loadOptionsMethod: 'getCountriesCodes', }, default: '', - description: 'The regionCode parameter instructs the API to select a video chart available in the specified region. Choose from the list, or specify an ID using an expression.', + description: 'The regionCode parameter instructs the API to select a video chart available in the specified region. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Related To Video ID', @@ -723,7 +723,7 @@ export const videoFields: INodeProperties[] = [ displayName: 'Region Code', name: 'regionCode', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCountriesCodes', }, @@ -743,7 +743,7 @@ export const videoFields: INodeProperties[] = [ displayName: 'Category Name or ID', name: 'categoryId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getVideoCategories', loadOptionsDependsOn: [ @@ -787,7 +787,7 @@ export const videoFields: INodeProperties[] = [ loadOptionsMethod: 'getLanguages', }, default: '', - description: 'The language of the text in the playlist resource\'s title and description properties. Choose from the list, or specify an ID using an expression.', + description: 'The language of the text in the playlist resource\'s title and description properties. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Description', diff --git a/packages/nodes-base/nodes/Grafana/descriptions/DashboardDescription.ts b/packages/nodes-base/nodes/Grafana/descriptions/DashboardDescription.ts index a246f4bc9011f..5164ffcd2a440 100644 --- a/packages/nodes-base/nodes/Grafana/descriptions/DashboardDescription.ts +++ b/packages/nodes-base/nodes/Grafana/descriptions/DashboardDescription.ts @@ -92,7 +92,7 @@ export const dashboardFields: INodeProperties[] = [ name: 'folderId', type: 'options', default: '', - description: 'Folder to create the dashboard in - if the folder is unspecified, the dashboard will be saved to the General folder. Choose from the list, or specify an ID using an expression.', + description: 'Folder to create the dashboard in - if the folder is unspecified, the dashboard will be saved to the General folder. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getFolders', }, @@ -259,7 +259,7 @@ export const dashboardFields: INodeProperties[] = [ name: 'folderId', type: 'options', default: '', - description: 'Folder to move the dashboard into - if the folder is unspecified, the dashboard will be saved to the General folder. Choose from the list, or specify an ID using an expression.', + description: 'Folder to move the dashboard into - if the folder is unspecified, the dashboard will be saved to the General folder. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getFolders', }, diff --git a/packages/nodes-base/nodes/Grafana/descriptions/TeamMemberDescription.ts b/packages/nodes-base/nodes/Grafana/descriptions/TeamMemberDescription.ts index da0abdb260e23..e216041dc488c 100644 --- a/packages/nodes-base/nodes/Grafana/descriptions/TeamMemberDescription.ts +++ b/packages/nodes-base/nodes/Grafana/descriptions/TeamMemberDescription.ts @@ -46,7 +46,7 @@ export const teamMemberFields: INodeProperties[] = [ { displayName: 'User Name or ID', name: 'userId', - description: 'User to add to a team. Choose from the list, or specify an ID using an expression.', + description: 'User to add to a team. Choose from the list, or specify an ID using an expression.', type: 'options', required: true, default: '', @@ -67,7 +67,7 @@ export const teamMemberFields: INodeProperties[] = [ { displayName: 'Team Name or ID', name: 'teamId', - description: 'Team to add the user to. Choose from the list, or specify an ID using an expression.', + description: 'Team to add the user to. Choose from the list, or specify an ID using an expression.', type: 'options', required: true, default: '', @@ -92,7 +92,7 @@ export const teamMemberFields: INodeProperties[] = [ { displayName: 'User Name or ID', name: 'memberId', - description: 'User to remove from the team. Choose from the list, or specify an ID using an expression.', + description: 'User to remove from the team. Choose from the list, or specify an ID using an expression.', type: 'options', required: true, default: '', @@ -113,7 +113,7 @@ export const teamMemberFields: INodeProperties[] = [ { displayName: 'Team Name or ID', name: 'teamId', - description: 'Team to remove the user from. Choose from the list, or specify an ID using an expression.', + description: 'Team to remove the user from. Choose from the list, or specify an ID using an expression.', type: 'options', required: true, default: '', @@ -138,7 +138,7 @@ export const teamMemberFields: INodeProperties[] = [ { displayName: 'Team Name or ID', name: 'teamId', - description: 'Team to retrieve all members from. Choose from the list, or specify an ID using an expression.', + description: 'Team to retrieve all members from. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getTeams', }, diff --git a/packages/nodes-base/nodes/Grist/OperationDescription.ts b/packages/nodes-base/nodes/Grist/OperationDescription.ts index 0992a1a70db6d..82a435734e157 100644 --- a/packages/nodes-base/nodes/Grist/OperationDescription.ts +++ b/packages/nodes-base/nodes/Grist/OperationDescription.ts @@ -155,7 +155,7 @@ export const operationFields: INodeProperties[] = [ loadOptionsMethod: 'getTableColumns', }, default: '', - description: 'Column to apply the filter in. Choose from the list, or specify an ID using an expression.', + description: 'Column to apply the filter in. Choose from the list, or specify an ID using an expression.', required: true, }, { @@ -196,7 +196,7 @@ export const operationFields: INodeProperties[] = [ }, default: '', required: true, - description: 'Column to sort on. Choose from the list, or specify an ID using an expression.', + description: 'Column to sort on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Direction', @@ -319,7 +319,7 @@ export const operationFields: INodeProperties[] = [ { displayName: 'Column Name or ID', name: 'fieldId', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', type: 'options', typeOptions: { loadOptionsDependsOn: [ diff --git a/packages/nodes-base/nodes/HaloPSA/descriptions/SiteDescription.ts b/packages/nodes-base/nodes/HaloPSA/descriptions/SiteDescription.ts index cbab791ec569a..c7013f57500ee 100644 --- a/packages/nodes-base/nodes/HaloPSA/descriptions/SiteDescription.ts +++ b/packages/nodes-base/nodes/HaloPSA/descriptions/SiteDescription.ts @@ -96,7 +96,7 @@ export const siteFields: INodeProperties[] = [ displayName: 'Client Name or ID', name: 'clientId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', required: true, typeOptions: { diff --git a/packages/nodes-base/nodes/HaloPSA/descriptions/TicketDescription.ts b/packages/nodes-base/nodes/HaloPSA/descriptions/TicketDescription.ts index 079d5aacb3143..dab1de1ab3eb2 100644 --- a/packages/nodes-base/nodes/HaloPSA/descriptions/TicketDescription.ts +++ b/packages/nodes-base/nodes/HaloPSA/descriptions/TicketDescription.ts @@ -55,7 +55,7 @@ export const ticketFields: INodeProperties[] = [ displayName: 'Ticket Type Name or ID', name: 'ticketType', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', required: true, typeOptions: { @@ -113,7 +113,7 @@ export const ticketFields: INodeProperties[] = [ displayName: 'Assigned Agent Name or ID', name: 'agent_id', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getHaloPSAAgents', @@ -274,7 +274,7 @@ export const ticketFields: INodeProperties[] = [ displayName: 'Assigned Agent Name or ID', name: 'agent_id', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getHaloPSAAgents', diff --git a/packages/nodes-base/nodes/HaloPSA/descriptions/UserDescription.ts b/packages/nodes-base/nodes/HaloPSA/descriptions/UserDescription.ts index 7ecb08e74dce6..04f46ae1836be 100644 --- a/packages/nodes-base/nodes/HaloPSA/descriptions/UserDescription.ts +++ b/packages/nodes-base/nodes/HaloPSA/descriptions/UserDescription.ts @@ -69,7 +69,7 @@ export const userFields: INodeProperties[] = [ displayName: 'Site Name or ID', name: 'siteId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', required: true, typeOptions: { @@ -305,7 +305,7 @@ export const userFields: INodeProperties[] = [ displayName: 'Site Name or ID', name: 'site_id', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getHaloPSASites', diff --git a/packages/nodes-base/nodes/Harvest/Harvest.node.ts b/packages/nodes-base/nodes/Harvest/Harvest.node.ts index bb036edbd4be3..134875821187a 100644 --- a/packages/nodes-base/nodes/Harvest/Harvest.node.ts +++ b/packages/nodes-base/nodes/Harvest/Harvest.node.ts @@ -191,7 +191,7 @@ export class Harvest implements INodeType { displayName: 'Account Name or ID', name: 'accountId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getAccounts', diff --git a/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts b/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts index 13c724d6709af..81ee5415e2bdd 100644 --- a/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts +++ b/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts @@ -66,7 +66,7 @@ export const conversationFields: INodeProperties[] = [ }, }, default: '', - description: 'ID of a mailbox where the conversation is being created. Choose from the list, or specify an ID using an expression.', + description: 'ID of a mailbox where the conversation is being created. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Status', @@ -243,7 +243,7 @@ export const conversationFields: INodeProperties[] = [ loadOptionsMethod: 'getTags', }, default: [], - description: 'List of tags to be added to the conversation. Choose from the list, or specify IDs using an expression.', + description: 'List of tags to be added to the conversation. Choose from the list, or specify IDs using an expression.', }, { displayName: 'User ID', @@ -633,7 +633,7 @@ export const conversationFields: INodeProperties[] = [ loadOptionsMethod: 'getTags', }, default: [], - description: 'Filter conversation by tags. Choose from the list, or specify IDs using an expression.', + description: 'Filter conversation by tags. Choose from the list, or specify IDs using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts b/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts index 8a73d0cb52b03..6d1a3ba31b6a3 100644 --- a/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts +++ b/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts @@ -220,7 +220,7 @@ export const customerFields: INodeProperties[] = [ displayName: 'Country Name or ID', name: 'country', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCountriesCodes', }, diff --git a/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts b/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts index 71ed0c6625048..49197dec5b230 100644 --- a/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts +++ b/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts @@ -35,7 +35,7 @@ export const cameraProxyFields: INodeProperties[] = [ displayName: 'Camera Entity Name or ID', name: 'cameraEntityId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCameraEntities', }, diff --git a/packages/nodes-base/nodes/HomeAssistant/ServiceDescription.ts b/packages/nodes-base/nodes/HomeAssistant/ServiceDescription.ts index 9e4460e0dc994..d279fbd2b1747 100644 --- a/packages/nodes-base/nodes/HomeAssistant/ServiceDescription.ts +++ b/packages/nodes-base/nodes/HomeAssistant/ServiceDescription.ts @@ -86,7 +86,7 @@ export const serviceFields: INodeProperties[] = [ displayName: 'Domain Name or ID', name: 'domain', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDomains', }, @@ -107,7 +107,7 @@ export const serviceFields: INodeProperties[] = [ displayName: 'Service Name or ID', name: 'service', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: [ 'domain', diff --git a/packages/nodes-base/nodes/HomeAssistant/StateDescription.ts b/packages/nodes-base/nodes/HomeAssistant/StateDescription.ts index 1085ab7c638d9..65cb2b62b9d4c 100644 --- a/packages/nodes-base/nodes/HomeAssistant/StateDescription.ts +++ b/packages/nodes-base/nodes/HomeAssistant/StateDescription.ts @@ -47,7 +47,7 @@ export const stateFields: INodeProperties[] = [ displayName: 'Entity Name or ID', name: 'entityId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getAllEntities', }, @@ -132,7 +132,7 @@ export const stateFields: INodeProperties[] = [ }, required: true, default: '', - description: 'The entity ID for which a state will be created. Choose from the list, or specify an ID using an expression.', + description: 'The entity ID for which a state will be created. Choose from the list, or specify an ID using an expression.', }, { displayName: 'State', diff --git a/packages/nodes-base/nodes/Hubspot/CompanyDescription.ts b/packages/nodes-base/nodes/Hubspot/CompanyDescription.ts index 965ce9bf764e2..72d1a62849cf0 100644 --- a/packages/nodes-base/nodes/Hubspot/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/CompanyDescription.ts @@ -156,7 +156,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getOwners', }, default: '', - description: 'The owner of the company. Choose from the list, or specify an ID using an expression.', + description: 'The owner of the company. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Country/Region', @@ -187,7 +187,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanyCustomProperties', }, default: '', - description: 'Name of the property. Choose from the list, or specify an ID using an expression.', + description: 'Name of the property. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -232,7 +232,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanyIndustries', }, default: '', - description: 'The type of business the company performs. Choose from the list, or specify an ID using an expression.', + description: 'The type of business the company performs. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Is Public', @@ -249,7 +249,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanyleadStatuses', }, default: '', - description: 'The company\'s sales, prospecting or outreach status. Choose from the list, or specify an ID using an expression.', + description: 'The company\'s sales, prospecting or outreach status. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Lifecycle Stage Name or ID', @@ -259,7 +259,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanylifecycleStages', }, default: '', - description: 'The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an expression.', + description: 'The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an expression.', }, { displayName: 'LinkedIn Bio', @@ -293,7 +293,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanySourceTypes', }, default: '', - description: 'Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an expression.', + description: 'Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone Number', @@ -339,7 +339,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanyTargetAccounts', }, default: '', - description: 'The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an expression.', + description: 'The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Timezone', @@ -393,7 +393,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanyTypes', }, default: '', - description: 'The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an expression.', + description: 'The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Web Technologies Name or ID', @@ -403,7 +403,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanyWebTechnologies', }, default: '', - description: 'The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an expression.', + description: 'The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Website URL', @@ -508,7 +508,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getOwners', }, default: '', - description: 'The owner of the company. Choose from the list, or specify an ID using an expression.', + description: 'The owner of the company. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Country/Region', @@ -539,7 +539,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanyCustomProperties', }, default: '', - description: 'Name of the property. Choose from the list, or specify an ID using an expression.', + description: 'Name of the property. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -584,7 +584,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanyIndustries', }, default: '', - description: 'The type of business the company performs. Choose from the list, or specify an ID using an expression.', + description: 'The type of business the company performs. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Is Public', @@ -601,7 +601,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanyleadStatuses', }, default: '', - description: 'The company\'s sales, prospecting or outreach status. Choose from the list, or specify an ID using an expression.', + description: 'The company\'s sales, prospecting or outreach status. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Lifecycle Stage Name or ID', @@ -611,7 +611,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanylifecycleStages', }, default: '', - description: 'The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an expression.', + description: 'The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Linkedin Bio', @@ -651,7 +651,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanySourceTypes', }, default: '', - description: 'Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an expression.', + description: 'Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone Number', @@ -697,7 +697,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanyTargetAccounts', }, default: '', - description: 'The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an expression.', + description: 'The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Timezone', @@ -751,7 +751,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanyTypes', }, default: '', - description: 'The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an expression.', + description: 'The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Web Technologies Name or ID', @@ -761,7 +761,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanyWebTechnologies', }, default: '', - description: 'The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an expression.', + description: 'The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Website URL', @@ -904,7 +904,7 @@ export const companyFields: INodeProperties[] = [ loadOptionsMethod: 'getCompanyProperties', }, default: [], - description: '
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your companies.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your companies.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific ticket properties in the results. By default, the results will only include ticket ID and will not include the values for any properties for your tickets.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific ticket properties in the results. By default, the results will only include ticket ID and will not include the values for any properties for your tickets.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific ticket properties in the results. By default, the results will only include ticket ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Used to include specific ticket properties in the results. By default, the results will only include ticket ID and will not include the values for any properties for your company.
Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: ,
.
Sharing Group
is selected in Distribution
. Choose from the list, or specify an ID using an expression.',
+ description: 'Use only for when Sharing Group
is selected in Distribution
. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getSharingGroups',
},
@@ -340,7 +340,7 @@ export const attributeFields: INodeProperties[] = [
type: 'options',
default: '',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
- description: 'Choose from the list, or specify an ID using an expression. Use only for when Sharing Group
is selected in Distribution
.',
+ description: 'Choose from the list, or specify an ID using an expression. Use only for when Sharing Group
is selected in Distribution
.',
typeOptions: {
loadOptionsMethod: 'getSharingGroups',
},
diff --git a/packages/nodes-base/nodes/Misp/descriptions/EventDescription.ts b/packages/nodes-base/nodes/Misp/descriptions/EventDescription.ts
index 0ffaf5b29cdb4..7934fa41d0508 100644
--- a/packages/nodes-base/nodes/Misp/descriptions/EventDescription.ts
+++ b/packages/nodes-base/nodes/Misp/descriptions/EventDescription.ts
@@ -66,7 +66,7 @@ export const eventFields: INodeProperties[] = [
type: 'options',
default: '',
required: true,
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getOrgs',
},
@@ -175,7 +175,7 @@ export const eventFields: INodeProperties[] = [
name: 'sharing_group_id',
type: 'options',
default: '',
- description: 'Use only for when Sharing Group
is selected in Distribution
. Choose from the list, or specify an ID using an expression.',
+ description: 'Use only for when Sharing Group
is selected in Distribution
. Choose from the list, or specify an ID using an expression.',
typeOptions: {
loadOptionsMethod: 'getSharingGroups',
},
@@ -440,7 +440,7 @@ export const eventFields: INodeProperties[] = [
type: 'options',
default: '',
// eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options
- description: 'Choose from the list, or specify an ID using an expression. Use only for when Sharing Group
is selected in Distribution
.',
+ description: 'Choose from the list, or specify an ID using an expression. Use only for when Sharing Group
is selected in Distribution
.',
typeOptions: {
loadOptionsMethod: 'getSharingGroups',
},
diff --git a/packages/nodes-base/nodes/Misp/descriptions/EventTagDescription.ts b/packages/nodes-base/nodes/Misp/descriptions/EventTagDescription.ts
index 7102658c3013d..88a60dc906a93 100644
--- a/packages/nodes-base/nodes/Misp/descriptions/EventTagDescription.ts
+++ b/packages/nodes-base/nodes/Misp/descriptions/EventTagDescription.ts
@@ -56,7 +56,7 @@ export const eventTagFields: INodeProperties[] = [
{
displayName: 'Tag Name or ID',
name: 'tagId',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
type: 'options',
required: true,
default: '',
@@ -99,7 +99,7 @@ export const eventTagFields: INodeProperties[] = [
{
displayName: 'Tag Name or ID',
name: 'tagId',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
type: 'options',
required: true,
default: '',
diff --git a/packages/nodes-base/nodes/Misp/descriptions/UserDescription.ts b/packages/nodes-base/nodes/Misp/descriptions/UserDescription.ts
index 8cf60ee4e9cf3..b2adb5e7593e7 100644
--- a/packages/nodes-base/nodes/Misp/descriptions/UserDescription.ts
+++ b/packages/nodes-base/nodes/Misp/descriptions/UserDescription.ts
@@ -115,7 +115,7 @@ export const userFields: INodeProperties[] = [
name: 'invited_by',
type: 'options',
default: '',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
@@ -124,7 +124,7 @@ export const userFields: INodeProperties[] = [
displayName: 'Organization Name or ID',
name: 'org_id',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getOrgs',
@@ -272,7 +272,7 @@ export const userFields: INodeProperties[] = [
displayName: 'Inviter Name or ID',
name: 'invited_by',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getUsers',
@@ -282,7 +282,7 @@ export const userFields: INodeProperties[] = [
displayName: 'Organization Name or ID',
name: 'org_id',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getOrgs',
diff --git a/packages/nodes-base/nodes/MondayCom/BoardColumnDescription.ts b/packages/nodes-base/nodes/MondayCom/BoardColumnDescription.ts
index 7dc38e4e636b1..e09696f216c56 100644
--- a/packages/nodes-base/nodes/MondayCom/BoardColumnDescription.ts
+++ b/packages/nodes-base/nodes/MondayCom/BoardColumnDescription.ts
@@ -41,7 +41,7 @@ export const boardColumnFields: INodeProperties[] = [
displayName: 'Board Name or ID',
name: 'boardId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getBoards',
@@ -214,7 +214,7 @@ export const boardColumnFields: INodeProperties[] = [
displayName: 'Board Name or ID',
name: 'boardId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getBoards',
diff --git a/packages/nodes-base/nodes/MondayCom/BoardDescription.ts b/packages/nodes-base/nodes/MondayCom/BoardDescription.ts
index 643a386852135..9997e94a2ae95 100644
--- a/packages/nodes-base/nodes/MondayCom/BoardDescription.ts
+++ b/packages/nodes-base/nodes/MondayCom/BoardDescription.ts
@@ -69,7 +69,7 @@ export const boardFields: INodeProperties[] = [
],
},
},
- description: 'Board unique identifiers. Choose from the list, or specify an ID using an expression.',
+ description: 'Board unique identifiers. Choose from the list, or specify an ID using an expression.',
},
/* -------------------------------------------------------------------------- */
/* board:create */
@@ -175,7 +175,7 @@ export const boardFields: INodeProperties[] = [
],
},
},
- description: 'Board unique identifiers. Choose from the list, or specify an ID using an expression.',
+ description: 'Board unique identifiers. Choose from the list, or specify an ID using an expression.',
},
/* -------------------------------------------------------------------------- */
/* board:getAll */
diff --git a/packages/nodes-base/nodes/MondayCom/BoardGroupDescription.ts b/packages/nodes-base/nodes/MondayCom/BoardGroupDescription.ts
index f59fd5ce5d8a0..a6196f7f3bf22 100644
--- a/packages/nodes-base/nodes/MondayCom/BoardGroupDescription.ts
+++ b/packages/nodes-base/nodes/MondayCom/BoardGroupDescription.ts
@@ -48,7 +48,7 @@ export const boardGroupFields: INodeProperties[] = [
displayName: 'Board Name or ID',
name: 'boardId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getBoards',
@@ -90,7 +90,7 @@ export const boardGroupFields: INodeProperties[] = [
displayName: 'Board Name or ID',
name: 'boardId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getBoards',
},
@@ -111,7 +111,7 @@ export const boardGroupFields: INodeProperties[] = [
displayName: 'Group Name or ID',
name: 'groupId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getGroups',
@@ -138,7 +138,7 @@ export const boardGroupFields: INodeProperties[] = [
displayName: 'Board Name or ID',
name: 'boardId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getBoards',
diff --git a/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts b/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts
index ee9f05019a2b2..96f9f93bd1c21 100644
--- a/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts
+++ b/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts
@@ -138,7 +138,7 @@ export const boardItemFields: INodeProperties[] = [
],
},
},
- description: 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.',
+ description: 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Item ID',
@@ -180,7 +180,7 @@ export const boardItemFields: INodeProperties[] = [
],
},
},
- description: 'The column\'s unique identifier. Choose from the list, or specify an ID using an expression.',
+ description: 'The column\'s unique identifier. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -222,7 +222,7 @@ export const boardItemFields: INodeProperties[] = [
],
},
},
- description: 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.',
+ description: 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Item ID',
@@ -270,7 +270,7 @@ export const boardItemFields: INodeProperties[] = [
displayName: 'Board Name or ID',
name: 'boardId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getBoards',
},
@@ -291,7 +291,7 @@ export const boardItemFields: INodeProperties[] = [
displayName: 'Group Name or ID',
name: 'groupId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getGroups',
@@ -407,7 +407,7 @@ export const boardItemFields: INodeProperties[] = [
displayName: 'Board Name or ID',
name: 'boardId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getBoards',
@@ -429,7 +429,7 @@ export const boardItemFields: INodeProperties[] = [
name: 'groupId',
default: '',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getGroups',
loadOptionsDependsOn: [
@@ -511,7 +511,7 @@ export const boardItemFields: INodeProperties[] = [
],
},
},
- description: 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.',
+ description: 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Column Name or ID',
@@ -535,7 +535,7 @@ export const boardItemFields: INodeProperties[] = [
],
},
},
- description: 'The column\'s unique identifier. Choose from the list, or specify an ID using an expression.',
+ description: 'The column\'s unique identifier. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Column Value',
@@ -603,7 +603,7 @@ export const boardItemFields: INodeProperties[] = [
displayName: 'Board Name or ID',
name: 'boardId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getBoards',
},
@@ -642,7 +642,7 @@ export const boardItemFields: INodeProperties[] = [
displayName: 'Group Name or ID',
name: 'groupId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getGroups',
diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ActivityDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ActivityDescription.ts
index 4e955569f1023..dcda223af99bf 100644
--- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ActivityDescription.ts
+++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ActivityDescription.ts
@@ -59,7 +59,7 @@ export const activityFields: INodeProperties[] = [
displayName: 'Activity Type Name or ID',
name: 'activityTypeId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
@@ -290,7 +290,7 @@ export const activityFields: INodeProperties[] = [
displayName: 'Activity Type Name or ID',
name: 'activity_type_id',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getActivityTypes',
diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactDescription.ts
index 58c0aaf032cc9..fa3a0ee867d79 100644
--- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactDescription.ts
+++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactDescription.ts
@@ -76,7 +76,7 @@ export const contactFields: INodeProperties[] = [
displayName: 'Gender Name or ID',
name: 'genderId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
@@ -360,7 +360,7 @@ export const contactFields: INodeProperties[] = [
displayName: 'Gender Name or ID',
name: 'gender_id',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getGenders',
diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactFieldDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactFieldDescription.ts
index 9dc87b39403f2..dca191dd85f26 100644
--- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactFieldDescription.ts
+++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactFieldDescription.ts
@@ -76,7 +76,7 @@ export const contactFieldFields: INodeProperties[] = [
displayName: 'Contact Field Type Name or ID',
name: 'contactFieldTypeId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
required: true,
typeOptions: {
loadOptionsMethod: 'getContactFieldTypes',
@@ -261,7 +261,7 @@ export const contactFieldFields: INodeProperties[] = [
displayName: 'Contact Field Type Name or ID',
name: 'contactFieldTypeId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getContactFieldTypes',
},
diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactTagDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactTagDescription.ts
index 50dbbeea35e28..9dbc98df38ec4 100644
--- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactTagDescription.ts
+++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactTagDescription.ts
@@ -56,7 +56,7 @@ export const contactTagFields: INodeProperties[] = [
{
displayName: 'Tag Names or IDs',
name: 'tagsToAdd',
- description: 'Tags to add to the contact. Choose from the list, or specify IDs using an expression.',
+ description: 'Tags to add to the contact. Choose from the list, or specify IDs using an expression.',
type: 'multiOptions',
typeOptions: {
loadOptionsMethod: 'getTagsToAdd',
@@ -99,7 +99,7 @@ export const contactTagFields: INodeProperties[] = [
{
displayName: 'Tag Names or IDs',
name: 'tagsToRemove',
- description: 'Tags to remove from the contact. Choose from the list, or specify IDs using an expression.',
+ description: 'Tags to remove from the contact. Choose from the list, or specify IDs using an expression.',
type: 'multiOptions',
required: true,
typeOptions: {
diff --git a/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationDescription.ts b/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationDescription.ts
index 0ba2a4c8326cc..3f71c2c8544bd 100644
--- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationDescription.ts
+++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationDescription.ts
@@ -71,7 +71,7 @@ export const conversationFields: INodeProperties[] = [
displayName: 'Contact Field Type Name or ID',
name: 'contactFieldTypeId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
@@ -176,7 +176,7 @@ export const conversationFields: INodeProperties[] = [
displayName: 'Contact Field Type Name or ID',
name: 'contactFieldTypeId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
diff --git a/packages/nodes-base/nodes/Netlify/DeployDescription.ts b/packages/nodes-base/nodes/Netlify/DeployDescription.ts
index 22f15848adb9f..024db9c4559b1 100644
--- a/packages/nodes-base/nodes/Netlify/DeployDescription.ts
+++ b/packages/nodes-base/nodes/Netlify/DeployDescription.ts
@@ -55,7 +55,7 @@ export const deployFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getSites',
},
- description: 'Enter the Site ID. Choose from the list, or specify an ID using an expression.',
+ description: 'Enter the Site ID. Choose from the list, or specify an ID using an expression.',
displayOptions:{
show: {
resource: [
diff --git a/packages/nodes-base/nodes/Netlify/NetlifyTrigger.node.ts b/packages/nodes-base/nodes/Netlify/NetlifyTrigger.node.ts
index 9e7a044abccb6..74bea488e0921 100644
--- a/packages/nodes-base/nodes/Netlify/NetlifyTrigger.node.ts
+++ b/packages/nodes-base/nodes/Netlify/NetlifyTrigger.node.ts
@@ -59,7 +59,7 @@ export class NetlifyTrigger implements INodeType {
typeOptions: {
loadOptionsMethod: 'getSites',
},
- description: 'Select the Site ID. Choose from the list, or specify an ID using an expression.',
+ description: 'Select the Site ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Event',
@@ -102,7 +102,7 @@ export class NetlifyTrigger implements INodeType {
typeOptions: {
loadOptionsMethod: 'getForms',
},
- description: 'Select a form. Choose from the list, or specify an ID using an expression.',
+ description: 'Select a form. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Simplify',
@@ -229,4 +229,4 @@ export class NetlifyTrigger implements INodeType {
],
};
}
-}
\ No newline at end of file
+}
diff --git a/packages/nodes-base/nodes/Notion/Blocks.ts b/packages/nodes-base/nodes/Notion/Blocks.ts
index 41ee5fdf608d1..d920a4493d406 100644
--- a/packages/nodes-base/nodes/Notion/Blocks.ts
+++ b/packages/nodes-base/nodes/Notion/Blocks.ts
@@ -186,7 +186,7 @@ const typeMention: INodeProperties[] = [
},
},
default: '',
- description: 'The ID of the user being mentioned. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the user being mentioned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Page ID',
@@ -217,7 +217,7 @@ const typeMention: INodeProperties[] = [
},
},
default: '',
- description: 'The ID of the database being mentioned. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the database being mentioned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Range',
@@ -544,7 +544,7 @@ export const blocks = (resource: string, operation: string): INodeProperties[] =
displayName: 'Type Name or ID',
name: 'type',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getBlockTypes',
},
diff --git a/packages/nodes-base/nodes/Notion/DatabasePageDescription.ts b/packages/nodes-base/nodes/Notion/DatabasePageDescription.ts
index 6614f37db9043..dc8a4bffa383b 100644
--- a/packages/nodes-base/nodes/Notion/DatabasePageDescription.ts
+++ b/packages/nodes-base/nodes/Notion/DatabasePageDescription.ts
@@ -123,7 +123,7 @@ export const databasePageFields = [
],
},
},
- description: 'The Database Page URL from Notion\'s \'copy link\' functionality (or just the ID contained within the URL). Choose from the list, or specify an ID using an expression.',
+ description: 'The Database Page URL from Notion\'s \'copy link\' functionality (or just the ID contained within the URL). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Title',
@@ -190,7 +190,7 @@ export const databasePageFields = [
displayName: 'Key Name or ID',
name: 'key',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDatabaseProperties',
loadOptionsDependsOn: [
@@ -286,7 +286,7 @@ export const databasePageFields = [
},
},
default: [],
- description: 'Name of the options you want to set. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an expression.',
+ description: 'Name of the options you want to set. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Option Name or ID',
@@ -303,7 +303,7 @@ export const databasePageFields = [
},
},
default: '',
- description: 'Name of the option you want to set. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the option you want to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Email',
@@ -348,7 +348,7 @@ export const databasePageFields = [
},
},
default: [],
- description: 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an expression.',
+ description: 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Relation IDs',
@@ -489,7 +489,7 @@ export const databasePageFields = [
loadOptionsMethod: 'getTimezones',
},
default: 'default',
- description: 'Time zone to use. By default n8n timezone is used. Choose from the list, or specify an ID using an expression.',
+ description: 'Time zone to use. By default n8n timezone is used. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'File URLs',
@@ -604,7 +604,7 @@ export const databasePageFields = [
displayName: 'Key Name or ID',
name: 'key',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDatabaseIdFromPage',
loadOptionsDependsOn: [
@@ -689,7 +689,7 @@ export const databasePageFields = [
displayName: 'Option Names or IDs',
name: 'multiSelectValue',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getDatabaseOptionsFromPage',
},
@@ -706,7 +706,7 @@ export const databasePageFields = [
displayName: 'Option Name or ID',
name: 'selectValue',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDatabaseOptionsFromPage',
},
@@ -761,7 +761,7 @@ export const databasePageFields = [
},
},
default: [],
- description: 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an expression.',
+ description: 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Relation IDs',
@@ -902,7 +902,7 @@ export const databasePageFields = [
loadOptionsMethod: 'getTimezones',
},
default: 'default',
- description: 'Time zone to use. By default n8n timezone is used. Choose from the list, or specify an ID using an expression.',
+ description: 'Time zone to use. By default n8n timezone is used. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'File URLs',
@@ -1001,7 +1001,7 @@ export const databasePageFields = [
displayName: 'Database Name or ID',
name: 'databaseId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDatabases',
},
@@ -1211,7 +1211,7 @@ export const databasePageFields = [
],
},
default: '',
- description: 'The name of the property to filter by. Choose from the list, or specify an ID using an expression.',
+ description: 'The name of the property to filter by. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Property Name',
diff --git a/packages/nodes-base/nodes/Notion/Filters.ts b/packages/nodes-base/nodes/Notion/Filters.ts
index 362228404e2a5..29ed2af335a82 100644
--- a/packages/nodes-base/nodes/Notion/Filters.ts
+++ b/packages/nodes-base/nodes/Notion/Filters.ts
@@ -12,7 +12,7 @@ export const filters = (conditions: any) => [{
],
},
default: '',
- description: 'The name of the property to filter by. Choose from the list, or specify an ID using an expression.',
+ description: 'The name of the property to filter by. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Type',
@@ -83,7 +83,7 @@ export const filters = (conditions: any) => [{
displayName: 'Option Name or ID',
name: 'multiSelectValue',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getPropertySelectValues',
},
@@ -106,7 +106,7 @@ export const filters = (conditions: any) => [{
displayName: 'Option Name or ID',
name: 'selectValue',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getPropertySelectValues',
},
@@ -184,7 +184,7 @@ export const filters = (conditions: any) => [{
},
},
default: '',
- description: 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an expression.',
+ description: 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'User Name or ID',
@@ -207,7 +207,7 @@ export const filters = (conditions: any) => [{
},
},
default: '',
- description: 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an expression.',
+ description: 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'User Name or ID',
@@ -230,7 +230,7 @@ export const filters = (conditions: any) => [{
},
},
default: '',
- description: 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an expression.',
+ description: 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Relation ID',
@@ -456,4 +456,4 @@ export const filters = (conditions: any) => [{
default: '',
description: 'An ISO 8601 format date, with optional time',
},
-];
\ No newline at end of file
+];
diff --git a/packages/nodes-base/nodes/Notion/NotionTrigger.node.ts b/packages/nodes-base/nodes/Notion/NotionTrigger.node.ts
index 6f05d97370ef8..0e50bc567c353 100644
--- a/packages/nodes-base/nodes/Notion/NotionTrigger.node.ts
+++ b/packages/nodes-base/nodes/Notion/NotionTrigger.node.ts
@@ -82,7 +82,7 @@ export class NotionTrigger implements INodeType {
},
default: '',
required: true,
- description: 'The ID of this database. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of this database. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Simplify',
diff --git a/packages/nodes-base/nodes/Odoo/descriptions/ContactDescription.ts b/packages/nodes-base/nodes/Odoo/descriptions/ContactDescription.ts
index e4444658af990..7e44338b03695 100644
--- a/packages/nodes-base/nodes/Odoo/descriptions/ContactDescription.ts
+++ b/packages/nodes-base/nodes/Odoo/descriptions/ContactDescription.ts
@@ -113,7 +113,7 @@ export const contactDescription: INodeProperties[] = [
displayName: 'Country Name or ID',
name: 'country_id',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getCountries',
@@ -123,7 +123,7 @@ export const contactDescription: INodeProperties[] = [
displayName: 'State Name or ID',
name: 'state_id',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getStates',
@@ -288,7 +288,7 @@ export const contactDescription: INodeProperties[] = [
displayName: 'Fields to Include',
name: 'fieldsList',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getModelFields',
@@ -358,7 +358,7 @@ export const contactDescription: INodeProperties[] = [
displayName: 'Country Name or ID',
name: 'country_id',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getCountries',
@@ -368,7 +368,7 @@ export const contactDescription: INodeProperties[] = [
displayName: 'State Name or ID',
name: 'state_id',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getStates',
diff --git a/packages/nodes-base/nodes/Odoo/descriptions/CustomResourceDescription.ts b/packages/nodes-base/nodes/Odoo/descriptions/CustomResourceDescription.ts
index e29555e6e9cc2..15836857e9009 100644
--- a/packages/nodes-base/nodes/Odoo/descriptions/CustomResourceDescription.ts
+++ b/packages/nodes-base/nodes/Odoo/descriptions/CustomResourceDescription.ts
@@ -7,7 +7,7 @@ export const customResourceOperations: INodeProperties[] = [
displayName: 'Custom Resource Name or ID',
name: 'customResource',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getModels',
@@ -101,7 +101,7 @@ export const customResourceDescription: INodeProperties[] = [
displayName: 'Field Name or ID',
name: 'fieldName',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getModelFields',
@@ -207,7 +207,7 @@ export const customResourceDescription: INodeProperties[] = [
displayName: 'Fields to Include',
name: 'fieldsList',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getModelFields',
@@ -248,7 +248,7 @@ export const customResourceDescription: INodeProperties[] = [
displayName: 'Field Name or ID',
name: 'fieldName',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsDependsOn: [
@@ -367,7 +367,7 @@ export const customResourceDescription: INodeProperties[] = [
displayName: 'Field Name or ID',
name: 'fieldName',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
typeOptions: {
loadOptionsMethod: 'getModelFields',
diff --git a/packages/nodes-base/nodes/Odoo/descriptions/NoteDescription.ts b/packages/nodes-base/nodes/Odoo/descriptions/NoteDescription.ts
index 49dd755d6e011..97f08e04034a8 100644
--- a/packages/nodes-base/nodes/Odoo/descriptions/NoteDescription.ts
+++ b/packages/nodes-base/nodes/Odoo/descriptions/NoteDescription.ts
@@ -188,7 +188,7 @@ export const noteDescription: INodeProperties[] = [
displayName: 'Fields to Include',
name: 'fieldsList',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getModelFields',
diff --git a/packages/nodes-base/nodes/Odoo/descriptions/OpportunityDescription.ts b/packages/nodes-base/nodes/Odoo/descriptions/OpportunityDescription.ts
index bd3c53d2b7bdd..c4ad4b80fcf0f 100644
--- a/packages/nodes-base/nodes/Odoo/descriptions/OpportunityDescription.ts
+++ b/packages/nodes-base/nodes/Odoo/descriptions/OpportunityDescription.ts
@@ -243,7 +243,7 @@ export const opportunityDescription: INodeProperties[] = [
displayName: 'Fields to Include',
name: 'fieldsList',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getModelFields',
diff --git a/packages/nodes-base/nodes/Onfleet/descriptions/HubDescription.ts b/packages/nodes-base/nodes/Onfleet/descriptions/HubDescription.ts
index 3c8c2d7d36ed8..363284008a833 100644
--- a/packages/nodes-base/nodes/Onfleet/descriptions/HubDescription.ts
+++ b/packages/nodes-base/nodes/Onfleet/descriptions/HubDescription.ts
@@ -59,7 +59,7 @@ const teamsField = {
loadOptionsMethod: 'getTeams',
},
default: [],
- description: 'These are the teams that this Hub will be assigned to. Choose from the list, or specify IDs using an expression.',
+ description: 'These are the teams that this Hub will be assigned to. Choose from the list, or specify IDs using an expression.',
} as INodeProperties;
export const hubFields: INodeProperties[] = [
diff --git a/packages/nodes-base/nodes/Onfleet/descriptions/TeamDescription.ts b/packages/nodes-base/nodes/Onfleet/descriptions/TeamDescription.ts
index 43a96df2b2867..9908f180ff552 100644
--- a/packages/nodes-base/nodes/Onfleet/descriptions/TeamDescription.ts
+++ b/packages/nodes-base/nodes/Onfleet/descriptions/TeamDescription.ts
@@ -79,7 +79,7 @@ const workersField = {
loadOptionsMethod: 'getWorkers',
},
default: [],
- description: 'A list of workers. Choose from the list, or specify IDs using an expression.',
+ description: 'A list of workers. Choose from the list, or specify IDs using an expression.',
} as INodeProperties;
const managersField = {
@@ -90,7 +90,7 @@ const managersField = {
loadOptionsMethod: 'getAdmins',
},
default: [],
- description: 'A list of managing administrators. Choose from the list, or specify IDs using an expression.',
+ description: 'A list of managing administrators. Choose from the list, or specify IDs using an expression.',
} as INodeProperties;
const hubField = {
@@ -101,7 +101,7 @@ const hubField = {
loadOptionsMethod: 'getHubs',
},
default: '',
- description: 'The team\'s hub. Choose from the list, or specify an ID using an expression.',
+ description: 'The team\'s hub. Choose from the list, or specify an ID using an expression.',
} as INodeProperties;
const enableSelfAssignmentField = {
diff --git a/packages/nodes-base/nodes/Onfleet/descriptions/WorkerDescription.ts b/packages/nodes-base/nodes/Onfleet/descriptions/WorkerDescription.ts
index cd22c629ca4c4..3cead558cbc4d 100644
--- a/packages/nodes-base/nodes/Onfleet/descriptions/WorkerDescription.ts
+++ b/packages/nodes-base/nodes/Onfleet/descriptions/WorkerDescription.ts
@@ -159,7 +159,7 @@ const teamsField = {
loadOptionsMethod: 'getTeams',
},
default: [],
- description: 'One or more teams of which the worker is a member. Choose from the list, or specify IDs using an expression.',
+ description: 'One or more teams of which the worker is a member. Choose from the list, or specify IDs using an expression.',
} as INodeProperties;
const teamsFilterField = {
@@ -170,7 +170,7 @@ const teamsFilterField = {
loadOptionsMethod: 'getTeams',
},
default: [],
- description: 'A list of the teams that workers must be part of. Choose from the list, or specify IDs using an expression.',
+ description: 'A list of the teams that workers must be part of. Choose from the list, or specify IDs using an expression.',
} as INodeProperties;
const statesFilterField = {
@@ -347,7 +347,7 @@ const scheduleTimezoneField = {
loadOptionsMethod: 'getTimezones',
},
default: '',
- description: 'A valid timezone. Choose from the list, or specify an ID using an expression.',
+ description: 'A valid timezone. Choose from the list, or specify an ID using an expression.',
} as INodeProperties;
const scheduleStartField = {
diff --git a/packages/nodes-base/nodes/Orbit/ActivityDescription.ts b/packages/nodes-base/nodes/Orbit/ActivityDescription.ts
index 36cfb3a2e8938..043843ebba78b 100644
--- a/packages/nodes-base/nodes/Orbit/ActivityDescription.ts
+++ b/packages/nodes-base/nodes/Orbit/ActivityDescription.ts
@@ -42,7 +42,7 @@ export const activityFields: INodeProperties[] = [
displayName: 'Workspace Name or ID',
name: 'workspaceId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -118,7 +118,7 @@ export const activityFields: INodeProperties[] = [
loadOptionsMethod: 'getActivityTypes',
},
default: '',
- description: 'A user-defined way to group activities of the same nature. Choose from the list, or specify an ID using an expression.',
+ description: 'A user-defined way to group activities of the same nature. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Description',
@@ -165,7 +165,7 @@ export const activityFields: INodeProperties[] = [
displayName: 'Workspace Name or ID',
name: 'workspaceId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
diff --git a/packages/nodes-base/nodes/Orbit/MemberDescription.ts b/packages/nodes-base/nodes/Orbit/MemberDescription.ts
index caccdd87c1134..53f977c824b19 100644
--- a/packages/nodes-base/nodes/Orbit/MemberDescription.ts
+++ b/packages/nodes-base/nodes/Orbit/MemberDescription.ts
@@ -66,7 +66,7 @@ export const memberFields: INodeProperties[] = [
displayName: 'Workspace Name or ID',
name: 'workspaceId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -109,7 +109,7 @@ export const memberFields: INodeProperties[] = [
displayName: 'Workspace Name or ID',
name: 'workspaceId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -169,7 +169,7 @@ export const memberFields: INodeProperties[] = [
displayName: 'Workspace Name or ID',
name: 'workspaceId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -295,7 +295,7 @@ export const memberFields: INodeProperties[] = [
displayName: 'Workspace Name or ID',
name: 'workspaceId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -482,7 +482,7 @@ export const memberFields: INodeProperties[] = [
displayName: 'Workspace Name or ID',
name: 'workspaceId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -623,7 +623,7 @@ export const memberFields: INodeProperties[] = [
displayName: 'Workspace Name or ID',
name: 'workspaceId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
diff --git a/packages/nodes-base/nodes/Orbit/NoteDescription.ts b/packages/nodes-base/nodes/Orbit/NoteDescription.ts
index e7e32b4c2f0e3..4f718b980fe76 100644
--- a/packages/nodes-base/nodes/Orbit/NoteDescription.ts
+++ b/packages/nodes-base/nodes/Orbit/NoteDescription.ts
@@ -48,7 +48,7 @@ export const noteFields: INodeProperties[] = [
displayName: 'Workspace Name or ID',
name: 'workspaceId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -107,7 +107,7 @@ export const noteFields: INodeProperties[] = [
displayName: 'Workspace Name or ID',
name: 'workspaceId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -206,7 +206,7 @@ export const noteFields: INodeProperties[] = [
displayName: 'Workspace Name or ID',
name: 'workspaceId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
diff --git a/packages/nodes-base/nodes/Orbit/PostDescription.ts b/packages/nodes-base/nodes/Orbit/PostDescription.ts
index 8551ff13adbb2..cc5d0e4aa9688 100644
--- a/packages/nodes-base/nodes/Orbit/PostDescription.ts
+++ b/packages/nodes-base/nodes/Orbit/PostDescription.ts
@@ -48,7 +48,7 @@ export const postFields: INodeProperties[] = [
displayName: 'Workspace Name or ID',
name: 'workspaceId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -133,7 +133,7 @@ export const postFields: INodeProperties[] = [
displayName: 'Workspace Name or ID',
name: 'workspaceId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
@@ -225,7 +225,7 @@ export const postFields: INodeProperties[] = [
displayName: 'Workspace Name or ID',
name: 'workspaceId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
diff --git a/packages/nodes-base/nodes/Paddle/CouponDescription.ts b/packages/nodes-base/nodes/Paddle/CouponDescription.ts
index 34a290792fa0a..0aeed2eb36475 100644
--- a/packages/nodes-base/nodes/Paddle/CouponDescription.ts
+++ b/packages/nodes-base/nodes/Paddle/CouponDescription.ts
@@ -97,7 +97,7 @@ export const couponFields: INodeProperties[] = [
},
},
default: [],
- description: 'Comma-separated list of product IDs. Required if coupon_type is product. Choose from the list, or specify IDs using an expression.',
+ description: 'Comma-separated list of product IDs. Required if coupon_type is product. Choose from the list, or specify IDs using an expression.',
required: true,
},
{
diff --git a/packages/nodes-base/nodes/Paddle/PaymentDescription.ts b/packages/nodes-base/nodes/Paddle/PaymentDescription.ts
index edbfe78dc4980..820cbd1666e6f 100644
--- a/packages/nodes-base/nodes/Paddle/PaymentDescription.ts
+++ b/packages/nodes-base/nodes/Paddle/PaymentDescription.ts
@@ -227,7 +227,7 @@ export const paymentFields: INodeProperties[] = [
],
},
},
- description: 'The upcoming subscription payment ID. Choose from the list, or specify an ID using an expression.',
+ description: 'The upcoming subscription payment ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Date',
diff --git a/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts b/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts
index 579dc23bb6dd3..0d18f81fa5230 100644
--- a/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts
+++ b/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts
@@ -87,7 +87,7 @@ export const incidentFields: INodeProperties[] = [
],
},
},
- description: 'The incident will be created on this service. Choose from the list, or specify an ID using an expression.',
+ description: 'The incident will be created on this service. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Email',
@@ -133,7 +133,7 @@ export const incidentFields: INodeProperties[] = [
loadOptionsMethod: 'getEscalationPolicies',
},
default: '',
- description: 'Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given. Choose from the list, or specify an ID using an expression.',
+ description: 'Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Incident Details',
@@ -157,7 +157,7 @@ export const incidentFields: INodeProperties[] = [
loadOptionsMethod: 'getPriorities',
},
default: '',
- description: 'The incident will be created on this service. Choose from the list, or specify an ID using an expression.',
+ description: 'The incident will be created on this service. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Urgency',
@@ -375,7 +375,7 @@ export const incidentFields: INodeProperties[] = [
loadOptionsMethod: 'getServices',
},
default: [],
- description: 'Returns only the incidents associated with the passed service(s). Choose from the list, or specify IDs using an expression.',
+ description: 'Returns only the incidents associated with the passed service(s). Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Since',
@@ -428,7 +428,7 @@ export const incidentFields: INodeProperties[] = [
loadOptionsMethod: 'getTimezones',
},
default: '',
- description: 'Time zone in which dates in the result will be rendered. If not set dates will return UTC. Choose from the list, or specify an ID using an expression.',
+ description: 'Time zone in which dates in the result will be rendered. If not set dates will return UTC. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Until',
@@ -538,7 +538,7 @@ export const incidentFields: INodeProperties[] = [
loadOptionsMethod: 'getEscalationPolicies',
},
default: '',
- description: 'Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given. Choose from the list, or specify an ID using an expression.',
+ description: 'Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Priority Name or ID',
@@ -548,7 +548,7 @@ export const incidentFields: INodeProperties[] = [
loadOptionsMethod: 'getPriorities',
},
default: '',
- description: 'The incident will be created on this service. Choose from the list, or specify an ID using an expression.',
+ description: 'The incident will be created on this service. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Resolution',
diff --git a/packages/nodes-base/nodes/PagerDuty/LogEntryDescription.ts b/packages/nodes-base/nodes/PagerDuty/LogEntryDescription.ts
index a2be58fb72a6f..3419ef8241d93 100644
--- a/packages/nodes-base/nodes/PagerDuty/LogEntryDescription.ts
+++ b/packages/nodes-base/nodes/PagerDuty/LogEntryDescription.ts
@@ -163,7 +163,7 @@ export const logEntryFields: INodeProperties[] = [
loadOptionsMethod: 'getTimezones',
},
default: '',
- description: 'Time zone in which dates in the result will be rendered. If not set dates will return UTC. Choose from the list, or specify an ID using an expression.',
+ description: 'Time zone in which dates in the result will be rendered. If not set dates will return UTC. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Until',
diff --git a/packages/nodes-base/nodes/PayPal/PayPalTrigger.node.ts b/packages/nodes-base/nodes/PayPal/PayPalTrigger.node.ts
index 48642ef59fe34..fa9e675e10508 100644
--- a/packages/nodes-base/nodes/PayPal/PayPalTrigger.node.ts
+++ b/packages/nodes-base/nodes/PayPal/PayPalTrigger.node.ts
@@ -52,7 +52,7 @@ export class PayPalTrigger implements INodeType {
type: 'multiOptions',
required: true,
default: [],
- description: 'The event to listen to. Choose from the list, or specify IDs using an expression.',
+ description: 'The event to listen to. Choose from the list, or specify IDs using an expression.',
typeOptions: {
loadOptionsMethod: 'getEvents',
},
diff --git a/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts b/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts
index eb504a2881d7a..3b75f77c97a45 100644
--- a/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts
+++ b/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts
@@ -60,7 +60,7 @@ export const agentFields: INodeProperties[] = [
displayName: 'Agent Name or ID',
name: 'agentId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
@@ -151,7 +151,7 @@ export const agentFields: INodeProperties[] = [
displayName: 'Agent Name or ID',
name: 'agentId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
@@ -260,7 +260,7 @@ export const agentFields: INodeProperties[] = [
displayName: 'Agent Name or ID',
name: 'agentId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAgents',
},
diff --git a/packages/nodes-base/nodes/PhilipsHue/LightDescription.ts b/packages/nodes-base/nodes/PhilipsHue/LightDescription.ts
index f4248584b4e3a..d4c531d6e4736 100644
--- a/packages/nodes-base/nodes/PhilipsHue/LightDescription.ts
+++ b/packages/nodes-base/nodes/PhilipsHue/LightDescription.ts
@@ -141,7 +141,7 @@ export const lightFields: INodeProperties[] = [
displayName: 'Light Name or ID',
name: 'lightId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getLights',
},
diff --git a/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts b/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts
index 401478e413eb2..33c6a938b5ea3 100644
--- a/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts
+++ b/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts
@@ -734,7 +734,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getOrganizationIds',
},
default: '',
- description: 'ID of the organization this activity will be associated with. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the organization this activity will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Person ID',
@@ -751,7 +751,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getUserIds',
},
default: '',
- description: 'ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Custom Properties',
@@ -922,7 +922,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getOrganizationIds',
},
default: '',
- description: 'ID of the organization this activity will be associated with. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the organization this activity will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Person ID',
@@ -954,7 +954,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getUserIds',
},
default: '',
- description: 'ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Custom Properties',
@@ -1135,7 +1135,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getDealCustomFields',
},
default: '',
- description: 'Name of the property to set. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the property to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Property Value',
@@ -1152,7 +1152,7 @@ export class Pipedrive implements INodeType {
displayName: 'Label Name or ID',
name: 'label',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDealLabels',
},
@@ -1212,7 +1212,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getStageIds',
},
default: '',
- description: 'ID of the stage this deal will be placed in a pipeline. If omitted, the deal will be placed in the first stage of the default pipeline. (PIPELINE > STAGE). Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the stage this deal will be placed in a pipeline. If omitted, the deal will be placed in the first stage of the default pipeline. (PIPELINE > STAGE). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Status',
@@ -1247,7 +1247,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getUserIds',
},
default: '',
- description: 'ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -1410,7 +1410,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getDealCustomFields',
},
default: '',
- description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Property Value',
@@ -1431,13 +1431,13 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getUserIds',
},
default: '',
- description: 'ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Label Name or ID',
name: 'label',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDealLabels',
},
@@ -1458,7 +1458,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getOrganizationIds',
},
default: '',
- description: 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Person ID',
@@ -1486,7 +1486,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getStageIds',
},
default: '',
- description: 'ID of the stage this deal will be placed in a pipeline. If omitted, the deal will be placed in the first stage of the default pipeline. (PIPELINE > STAGE). Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the stage this deal will be placed in a pipeline. If omitted, the deal will be placed in the first stage of the default pipeline. (PIPELINE > STAGE). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Status',
@@ -1568,7 +1568,7 @@ export class Pipedrive implements INodeType {
],
},
},
- description: 'The ID of the deal to add a product to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the deal to add a product to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Product Name or ID',
@@ -1589,7 +1589,7 @@ export class Pipedrive implements INodeType {
],
},
},
- description: 'The ID of the product to add to a deal. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the product to add to a deal. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Item Price',
@@ -1702,7 +1702,7 @@ export class Pipedrive implements INodeType {
],
},
},
- description: 'The ID of the deal whose product to update. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the deal whose product to update. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Product Attachment Name or ID',
@@ -1726,7 +1726,7 @@ export class Pipedrive implements INodeType {
],
},
},
- description: 'ID of the deal-product (the ID of the product attached to the deal). Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the deal-product (the ID of the product attached to the deal). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Update Fields',
@@ -1817,7 +1817,7 @@ export class Pipedrive implements INodeType {
],
},
},
- description: 'The ID of the deal whose product to remove. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the deal whose product to remove. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Product Attachment Name or ID',
@@ -1841,7 +1841,7 @@ export class Pipedrive implements INodeType {
],
},
},
- description: 'ID of the deal-product (the ID of the product attached to the deal). Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the deal-product (the ID of the product attached to the deal). Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
// dealProduct:getAll
@@ -1865,7 +1865,7 @@ export class Pipedrive implements INodeType {
],
},
},
- description: 'The ID of the deal whose products to retrieve. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the deal whose products to retrieve. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -2095,7 +2095,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getOrganizationIds',
},
default: '',
- description: 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Person ID',
@@ -2321,7 +2321,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getLeadLabels',
},
default: [],
- description: 'ID of the labels to attach to the lead to create. Choose from the list, or specify IDs using an expression.',
+ description: 'ID of the labels to attach to the lead to create. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Organization ID',
@@ -2345,7 +2345,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getUserIds',
},
default: '',
- description: 'ID of the user who will own the lead to create. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user who will own the lead to create. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Person ID',
@@ -2489,7 +2489,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getUserIds',
},
default: '',
- description: 'ID of the user who will own the lead to update. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user who will own the lead to update. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Label Names or IDs',
@@ -2499,7 +2499,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getLeadLabels',
},
default: [],
- description: 'ID of the labels to attach to the lead to update. Choose from the list, or specify IDs using an expression.',
+ description: 'ID of the labels to attach to the lead to update. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Person Name or ID',
@@ -2509,7 +2509,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getPersons',
},
default: '',
- description: 'ID of the person to link to this lead. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the person to link to this lead. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -2738,7 +2738,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getOrganizationIds',
},
default: '',
- description: 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Person ID',
@@ -2831,7 +2831,7 @@ export class Pipedrive implements INodeType {
displayName: 'Label Name or ID',
name: 'label',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getOrganizationLabels',
},
@@ -3055,7 +3055,7 @@ export class Pipedrive implements INodeType {
displayName: 'Label Name or ID',
name: 'label',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getOrganizationLabels',
},
@@ -3162,7 +3162,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getPersonCustomFields',
},
default: '',
- description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Property Value',
@@ -3190,7 +3190,7 @@ export class Pipedrive implements INodeType {
displayName: 'Label Name or ID',
name: 'label',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getPersonLabels',
},
@@ -3229,7 +3229,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getOrganizationIds',
},
default: '',
- description: 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Phone',
@@ -3266,7 +3266,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getUserIds',
},
default: '',
- description: 'ID of the User this deal will be associated with. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the User this deal will be associated with. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -3377,7 +3377,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getPersonCustomFields',
},
default: '',
- description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Property Value',
@@ -3405,7 +3405,7 @@ export class Pipedrive implements INodeType {
displayName: 'Label Name or ID',
name: 'label',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getPersonLabels',
},
@@ -3451,7 +3451,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getOrganizationIds',
},
default: '',
- description: 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Phone',
@@ -3471,7 +3471,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getUserIds',
},
default: '',
- description: 'ID of the User this person will be associated with. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the User this person will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Visible To',
@@ -3602,7 +3602,7 @@ export class Pipedrive implements INodeType {
],
},
},
- description: 'The ID of the deal whose activity to retrieve. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the deal whose activity to retrieve. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Additional Fields',
@@ -3716,7 +3716,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getFilters',
},
default: '',
- description: 'ID of the filter to use. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the filter to use. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -3749,7 +3749,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getFilters',
},
default: '',
- description: 'ID of the filter to use. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the filter to use. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'First Char',
@@ -3880,7 +3880,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getOrganizationIds',
},
default: '',
- description: 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Person ID',
@@ -3933,7 +3933,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getFilters',
},
default: '',
- description: 'The ID of the Filter to use (will narrow down results if used together with user_id parameter). Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the Filter to use (will narrow down results if used together with user_id parameter). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Star Date',
@@ -3950,7 +3950,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getActivityTypes',
},
default: [],
- description: 'Type of the Activity. Choose from the list, or specify IDs using an expression.',
+ description: 'Type of the Activity. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'User Name or ID',
@@ -3960,7 +3960,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getUserIds',
},
default: '',
- description: 'The ID of the User whose Activities will be fetched. If omitted, the User associated with the API token will be used. If 0, Activities for all company Users will be fetched based on the permission sets. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the User whose Activities will be fetched. If omitted, the User associated with the API token will be used. If 0, Activities for all company Users will be fetched based on the permission sets. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -3992,7 +3992,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getFilters',
},
default: '',
- description: 'Predefined filter to apply to the deals to retrieve. Choose from the list, or specify an ID using an expression.',
+ description: 'Predefined filter to apply to the deals to retrieve. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Stage Name or ID',
@@ -4002,7 +4002,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getStageIds',
},
default: '',
- description: 'ID of the stage to filter deals by. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the stage to filter deals by. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Status',
@@ -4041,7 +4041,7 @@ export class Pipedrive implements INodeType {
loadOptionsMethod: 'getUserIds',
},
default: '',
- description: 'ID of the user to filter deals by. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user to filter deals by. Choose from the list, or specify an ID using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/ProfitWell/MetricDescription.ts b/packages/nodes-base/nodes/ProfitWell/MetricDescription.ts
index e165d0cfdaea4..20e9e4d1d9516 100644
--- a/packages/nodes-base/nodes/ProfitWell/MetricDescription.ts
+++ b/packages/nodes-base/nodes/ProfitWell/MetricDescription.ts
@@ -126,7 +126,7 @@ export const metricFields: INodeProperties[] = [
loadOptionsMethod: 'getPlanIds',
},
default: '',
- description: 'Only return the metric for this Plan ID. Choose from the list, or specify an ID using an expression.',
+ description: 'Only return the metric for this Plan ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Metrics',
diff --git a/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts b/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts
index 87addbcc45c0c..f439bb1939ff6 100644
--- a/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts
+++ b/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts
@@ -299,7 +299,7 @@ export class Pushbullet implements INodeType {
},
},
default: '',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
},
{
displayName: 'Push ID',
diff --git a/packages/nodes-base/nodes/Pushcut/Pushcut.node.ts b/packages/nodes-base/nodes/Pushcut/Pushcut.node.ts
index 947f9d580454f..dcb5efc9e020a 100644
--- a/packages/nodes-base/nodes/Pushcut/Pushcut.node.ts
+++ b/packages/nodes-base/nodes/Pushcut/Pushcut.node.ts
@@ -76,7 +76,7 @@ export class Pushcut implements INodeType {
displayName: 'Notification Name or ID',
name: 'notificationName',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getNotifications',
},
@@ -117,7 +117,7 @@ export class Pushcut implements INodeType {
loadOptionsMethod: 'getDevices',
},
default: [],
- description: 'List of devices this notification is sent to. (default is all devices). Choose from the list, or specify IDs using an expression.',
+ description: 'List of devices this notification is sent to. (default is all devices). Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Input',
diff --git a/packages/nodes-base/nodes/Pushover/Pushover.node.ts b/packages/nodes-base/nodes/Pushover/Pushover.node.ts
index 4820ac0aaa456..6d4fb85839ef9 100644
--- a/packages/nodes-base/nodes/Pushover/Pushover.node.ts
+++ b/packages/nodes-base/nodes/Pushover/Pushover.node.ts
@@ -264,7 +264,7 @@ export class Pushover implements INodeType {
loadOptionsMethod: 'getSounds',
},
default: '',
- description: 'The name of one of the sounds supported by device clients to override the user\'s default sound choice. Choose from the list, or specify an ID using an expression.',
+ description: 'The name of one of the sounds supported by device clients to override the user\'s default sound choice. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Timestamp',
diff --git a/packages/nodes-base/nodes/QuickBase/RecordDescription.ts b/packages/nodes-base/nodes/QuickBase/RecordDescription.ts
index 204a551efdd69..b5a069928b932 100644
--- a/packages/nodes-base/nodes/QuickBase/RecordDescription.ts
+++ b/packages/nodes-base/nodes/QuickBase/RecordDescription.ts
@@ -137,7 +137,7 @@ export const recordFields: INodeProperties[] = [
],
},
default: [],
- description: 'Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an expression.',
+ description: 'Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Use Field IDs',
@@ -275,7 +275,7 @@ export const recordFields: INodeProperties[] = [
loadOptionsMethod: 'getTableFields',
},
default: [],
- description: 'An array of field IDs for the fields that should be returned in the response. If empty, the default columns on the table will be returned. Choose from the list, or specify IDs using an expression.',
+ description: 'An array of field IDs for the fields that should be returned in the response. If empty, the default columns on the table will be returned. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Sort By',
@@ -299,7 +299,7 @@ export const recordFields: INodeProperties[] = [
loadOptionsMethod: 'getTableFields',
},
default: '',
- description: 'The unique identifier of a field in a table. Choose from the list, or specify an ID using an expression.',
+ description: 'The unique identifier of a field in a table. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Order',
@@ -433,7 +433,7 @@ export const recordFields: INodeProperties[] = [
],
},
default: [],
- description: 'Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an expression.',
+ description: 'Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Use Field IDs',
@@ -531,7 +531,7 @@ export const recordFields: INodeProperties[] = [
},
},
default: '',
- description: 'You\'re updating records in a Quick Base table with data from an external file. In order for a merge like this to work, Quick Base needs a way to match records in the source data with corresponding records in the destination table.
You make this possible by choosing the field in the app table that holds unique matching values. This is called a merge field.
. Choose from the list, or specify an ID using an expression.', + description: 'You\'re updating records in a Quick Base table with data from an external file. In order for a merge like this to work, Quick Base needs a way to match records in the source data with corresponding records in the destination table.
You make this possible by choosing the field in the app table that holds unique matching values. This is called a merge field.
. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Simplify', @@ -578,7 +578,7 @@ export const recordFields: INodeProperties[] = [ ], }, default: [], - description: 'Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an expression.', + description: 'Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Use Field IDs', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Bill/BillDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Bill/BillDescription.ts index afa2885d9ea07..44d0712c7a9bd 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Bill/BillDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Bill/BillDescription.ts @@ -59,7 +59,7 @@ export const billFields: INodeProperties[] = [ name: 'VendorRef', type: 'options', required: true, - description: 'The ID of the vendor who the bill is for. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the vendor who the bill is for. Choose from the list, or specify an ID using an expression.', default: [], typeOptions: { loadOptionsMethod: 'getVendors', @@ -139,7 +139,7 @@ export const billFields: INodeProperties[] = [ displayName: 'Item Name or ID', name: 'itemId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getItems', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateAdditionalFieldsOptions.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateAdditionalFieldsOptions.ts index 79327d9c10793..8788b03936e8e 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateAdditionalFieldsOptions.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateAdditionalFieldsOptions.ts @@ -89,7 +89,7 @@ export const estimateAdditionalFieldsOptions: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, default: '', - description: 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + description: 'ID of the field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.ts index 674aedc654a1d..1646679399833 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.ts @@ -64,7 +64,7 @@ export const estimateFields: INodeProperties[] = [ name: 'CustomerRef', type: 'options', required: true, - description: 'The ID of the customer who the estimate is for. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the customer who the estimate is for. Choose from the list, or specify an ID using an expression.', default: [], typeOptions: { loadOptionsMethod: 'getCustomers', @@ -134,7 +134,7 @@ export const estimateFields: INodeProperties[] = [ displayName: 'Item Name or ID', name: 'itemId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getItems', @@ -151,7 +151,7 @@ export const estimateFields: INodeProperties[] = [ displayName: 'Tax Code Ref Name or ID', name: 'TaxCodeRef', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getTaxCodeRefs', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceAdditionalFieldsOptions.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceAdditionalFieldsOptions.ts index f4ad2bda73ff8..af3161e6578d3 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceAdditionalFieldsOptions.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceAdditionalFieldsOptions.ts @@ -97,7 +97,7 @@ export const invoiceAdditionalFieldsOptions: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, default: '', - description: 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + description: 'ID of the field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceDescription.ts index d23fa663f8e2e..17156bf5d521e 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceDescription.ts @@ -69,7 +69,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'CustomerRef', type: 'options', required: true, - description: 'The ID of the customer who the invoice is for. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the customer who the invoice is for. Choose from the list, or specify an ID using an expression.', default: [], typeOptions: { loadOptionsMethod: 'getCustomers', @@ -139,7 +139,7 @@ export const invoiceFields: INodeProperties[] = [ displayName: 'Item Name or ID', name: 'itemId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getItems', @@ -156,7 +156,7 @@ export const invoiceFields: INodeProperties[] = [ displayName: 'Tax Code Ref Name or ID', name: 'TaxCodeRef', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getTaxCodeRefs', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Payment/PaymentDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Payment/PaymentDescription.ts index 90fd996b1357c..f4e608df2a1b5 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Payment/PaymentDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Payment/PaymentDescription.ts @@ -69,7 +69,7 @@ export const paymentFields: INodeProperties[] = [ name: 'CustomerRef', type: 'options', required: true, - description: 'The ID of the customer who the payment is for. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the customer who the payment is for. Choose from the list, or specify an ID using an expression.', default: [], typeOptions: { loadOptionsMethod: 'getCustomers', diff --git a/packages/nodes-base/nodes/QuickBooks/descriptions/Transaction/TransactionDescription.ts b/packages/nodes-base/nodes/QuickBooks/descriptions/Transaction/TransactionDescription.ts index 5b8959a931d81..474cfac5bf76e 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Transaction/TransactionDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Transaction/TransactionDescription.ts @@ -112,7 +112,7 @@ export const transactionFields: INodeProperties[] = [ name: 'customer', type: 'multiOptions', default: [], - description: 'Customer to filter results by. Choose from the list, or specify IDs using an expression.', + description: 'Customer to filter results by. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getCustomers', }, @@ -270,7 +270,7 @@ export const transactionFields: INodeProperties[] = [ name: 'department', type: 'multiOptions', default: [], - description: 'Department to filter results by. Choose from the list, or specify IDs using an expression.', + description: 'Department to filter results by. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -295,7 +295,7 @@ export const transactionFields: INodeProperties[] = [ name: 'memo', type: 'multiOptions', default: [], - description: 'Memo to filter results by. Choose from the list, or specify IDs using an expression.', + description: 'Memo to filter results by. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getMemos', }, @@ -360,7 +360,7 @@ export const transactionFields: INodeProperties[] = [ name: 'term', type: 'multiOptions', default: [], - description: 'Term to filter results by. Choose from the list, or specify IDs using an expression.', + description: 'Term to filter results by. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getTerms', }, @@ -388,7 +388,7 @@ export const transactionFields: INodeProperties[] = [ name: 'vendor', type: 'multiOptions', default: [], - description: 'Vendor to filter results by. Choose from the list, or specify IDs using an expression.', + description: 'Vendor to filter results by. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getVendors', }, diff --git a/packages/nodes-base/nodes/Raindrop/descriptions/BookmarkDescription.ts b/packages/nodes-base/nodes/Raindrop/descriptions/BookmarkDescription.ts index fecb175226440..f297861057669 100644 --- a/packages/nodes-base/nodes/Raindrop/descriptions/BookmarkDescription.ts +++ b/packages/nodes-base/nodes/Raindrop/descriptions/BookmarkDescription.ts @@ -54,7 +54,7 @@ export const bookmarkFields: INodeProperties[] = [ displayName: 'Collection Name or ID', name: 'collectionId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { resource: [ @@ -199,7 +199,7 @@ export const bookmarkFields: INodeProperties[] = [ }, default: [], required: true, - description: 'The ID of the collection from which to retrieve all bookmarks. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the collection from which to retrieve all bookmarks. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: [ @@ -295,7 +295,7 @@ export const bookmarkFields: INodeProperties[] = [ displayName: 'Collection Name or ID', name: 'collectionId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCollections', }, diff --git a/packages/nodes-base/nodes/Raindrop/descriptions/TagDescription.ts b/packages/nodes-base/nodes/Raindrop/descriptions/TagDescription.ts index ddf529fb8d01d..3dffc44c18e19 100644 --- a/packages/nodes-base/nodes/Raindrop/descriptions/TagDescription.ts +++ b/packages/nodes-base/nodes/Raindrop/descriptions/TagDescription.ts @@ -78,7 +78,7 @@ export const tagFields: INodeProperties[] = [ loadOptionsMethod: 'getCollections', }, default: '', - description: 'It\'s possible to restrict remove action to just one collection. It\'s optional. Choose from the list, or specify an ID using an expression.', + description: 'It\'s possible to restrict remove action to just one collection. It\'s optional. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -147,7 +147,7 @@ export const tagFields: INodeProperties[] = [ displayName: 'Collection Name or ID', name: 'collectionId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCollections', }, diff --git a/packages/nodes-base/nodes/Salesforce/AccountDescription.ts b/packages/nodes-base/nodes/Salesforce/AccountDescription.ts index 15f6ddc7b0e99..8328091fc9968 100644 --- a/packages/nodes-base/nodes/Salesforce/AccountDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/AccountDescription.ts @@ -97,7 +97,7 @@ export const accountFields: INodeProperties[] = [ ], }, }, - description: 'The field to check to see if the account already exists. Choose from the list, or specify an ID using an expression.', + description: 'The field to check to see if the account already exists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value to Match', @@ -179,7 +179,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getAccountSources', }, default: '', - description: 'The source of the account record. Choose from the list, or specify an ID using an expression.', + description: 'The source of the account record. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Billing City', @@ -239,7 +239,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -297,7 +297,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, default: '', - description: 'The owner of the account. Choose from the list, or specify an ID using an expression.', + description: 'The owner of the account. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Parent ID', @@ -317,7 +317,7 @@ export const accountFields: INodeProperties[] = [ displayName: 'Record Type Name or ID', name: 'recordTypeId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -341,7 +341,7 @@ export const accountFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getAccountTypes', }, - description: 'Type of account. Choose from the list, or specify an ID using an expression.', + description: 'Type of account. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Shipping City', @@ -441,7 +441,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getAccountSources', }, default: '', - description: 'The source of the account record. Choose from the list, or specify an ID using an expression.', + description: 'The source of the account record. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Annual Revenue', @@ -511,7 +511,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -576,7 +576,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, default: '', - description: 'The owner of the account. Choose from the list, or specify an ID using an expression.', + description: 'The owner of the account. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Parent ID', @@ -596,7 +596,7 @@ export const accountFields: INodeProperties[] = [ displayName: 'Record Type Name or ID', name: 'recordTypeId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -655,7 +655,7 @@ export const accountFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getAccountTypes', }, - description: 'Type of account. Choose from the list, or specify an ID using an expression.', + description: 'Type of account. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Website', @@ -802,7 +802,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getAccountFields', }, default: '', - description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Operation', @@ -927,7 +927,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, default: '', - description: 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts b/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts index 2994015d6e050..406c65b82d029 100644 --- a/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts @@ -155,7 +155,7 @@ export const attachmentFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, default: '', - description: 'ID of the User who owns the attachment. Choose from the list, or specify an ID using an expression.', + description: 'ID of the User who owns the attachment. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -235,7 +235,7 @@ export const attachmentFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, default: '', - description: 'ID of the User who owns the attachment. Choose from the list, or specify an ID using an expression.', + description: 'ID of the User who owns the attachment. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -368,7 +368,7 @@ export const attachmentFields: INodeProperties[] = [ loadOptionsMethod: 'getAtachmentFields', }, default: '', - description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { diff --git a/packages/nodes-base/nodes/Salesforce/CaseDescription.ts b/packages/nodes-base/nodes/Salesforce/CaseDescription.ts index 76181aa8edd47..af4ff748e9c23 100644 --- a/packages/nodes-base/nodes/Salesforce/CaseDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/CaseDescription.ts @@ -85,7 +85,7 @@ export const caseFields: INodeProperties[] = [ }, }, default: '', - description: 'The type of case. Choose from the list, or specify an ID using an expression.', + description: 'The type of case. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -141,7 +141,7 @@ export const caseFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -176,7 +176,7 @@ export const caseFields: INodeProperties[] = [ loadOptionsMethod: 'getCaseOrigins', }, default: '', - description: 'The source of the case, such as Email, Phone, or Web. Label is Case Origin. Choose from the list, or specify an ID using an expression.', + description: 'The source of the case, such as Email, Phone, or Web. Label is Case Origin. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Owner Name or ID', @@ -186,7 +186,7 @@ export const caseFields: INodeProperties[] = [ loadOptionsMethod: 'getCaseOwners', }, default: '', - description: 'The owner of the case. Choose from the list, or specify an ID using an expression.', + description: 'The owner of the case. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Parent ID', @@ -203,7 +203,7 @@ export const caseFields: INodeProperties[] = [ loadOptionsMethod: 'getCasePriorities', }, default: '', - description: 'The importance or urgency of the case, such as High, Medium, or Low. Choose from the list, or specify an ID using an expression.', + description: 'The importance or urgency of the case, such as High, Medium, or Low. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Reason Name or ID', @@ -213,13 +213,13 @@ export const caseFields: INodeProperties[] = [ loadOptionsMethod: 'getCaseReasons', }, default: '', - description: 'The reason why the case was created, such as Instructions not clear, or User didn’t attend training. Choose from the list, or specify an ID using an expression.', + description: 'The reason why the case was created, such as Instructions not clear, or User didn’t attend training. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Record Type Name or ID', name: 'recordTypeId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -233,7 +233,7 @@ export const caseFields: INodeProperties[] = [ loadOptionsMethod: 'getCaseStatuses', }, default: '', - description: 'The status of the case, such as “New,” “Closed,” or “Escalated.” This field directly controls the IsClosed flag. Choose from the list, or specify an ID using an expression.', + description: 'The status of the case, such as “New,” “Closed,” or “Escalated.” This field directly controls the IsClosed flag. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subject', @@ -348,7 +348,7 @@ export const caseFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -383,7 +383,7 @@ export const caseFields: INodeProperties[] = [ loadOptionsMethod: 'getCaseOrigins', }, default: '', - description: 'The source of the case, such as Email, Phone, or Web. Label is Case Origin. Choose from the list, or specify an ID using an expression.', + description: 'The source of the case, such as Email, Phone, or Web. Label is Case Origin. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Owner Name or ID', @@ -393,7 +393,7 @@ export const caseFields: INodeProperties[] = [ loadOptionsMethod: 'getCaseOwners', }, default: '', - description: 'The owner of the case. Choose from the list, or specify an ID using an expression.', + description: 'The owner of the case. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Parent ID', @@ -410,7 +410,7 @@ export const caseFields: INodeProperties[] = [ loadOptionsMethod: 'getCasePriorities', }, default: '', - description: 'The importance or urgency of the case, such as High, Medium, or Low. Choose from the list, or specify an ID using an expression.', + description: 'The importance or urgency of the case, such as High, Medium, or Low. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Reason Name or ID', @@ -420,13 +420,13 @@ export const caseFields: INodeProperties[] = [ loadOptionsMethod: 'getCaseReasons', }, default: '', - description: 'The reason why the case was created, such as Instructions not clear, or User didn’t attend training. Choose from the list, or specify an ID using an expression.', + description: 'The reason why the case was created, such as Instructions not clear, or User didn’t attend training. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Record Type Name or ID', name: 'recordTypeId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -440,7 +440,7 @@ export const caseFields: INodeProperties[] = [ loadOptionsMethod: 'getCaseStatuses', }, default: '', - description: 'The status of the case, such as “New,” “Closed,” or “Escalated.” This field directly controls the IsClosed flag. Choose from the list, or specify an ID using an expression.', + description: 'The status of the case, such as “New,” “Closed,” or “Escalated.” This field directly controls the IsClosed flag. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subject', @@ -485,7 +485,7 @@ export const caseFields: INodeProperties[] = [ loadOptionsMethod: 'getCaseTypes', }, default: '', - description: 'The type of case. Choose from the list, or specify an ID using an expression.', + description: 'The type of case. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -618,7 +618,7 @@ export const caseFields: INodeProperties[] = [ loadOptionsMethod: 'getCaseFields', }, default: '', - description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { diff --git a/packages/nodes-base/nodes/Salesforce/ContactDescription.ts b/packages/nodes-base/nodes/Salesforce/ContactDescription.ts index 6460957203412..32a548ca2f2e7 100644 --- a/packages/nodes-base/nodes/Salesforce/ContactDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/ContactDescription.ts @@ -103,7 +103,7 @@ export const contactFields: INodeProperties[] = [ ], }, }, - description: 'The field to check to see if the contact already exists. Choose from the list, or specify an ID using an expression.', + description: 'The field to check to see if the contact already exists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value to Match', @@ -168,7 +168,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getAccounts', }, default: '', - description: 'ID of the account that is the parent of this contact. Choose from the list, or specify an ID using an expression.', + description: 'ID of the account that is the parent of this contact. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Assistant Name', @@ -214,7 +214,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -299,7 +299,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getLeadSources', }, default: '', - description: 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + description: 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Mailing City', @@ -385,7 +385,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, default: '', - description: 'The owner of the contact. Choose from the list, or specify an ID using an expression.', + description: 'The owner of the contact. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -398,7 +398,7 @@ export const contactFields: INodeProperties[] = [ displayName: 'Record Type Name or ID', name: 'recordTypeId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -467,7 +467,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getAccounts', }, default: '', - description: 'ID of the account that is the parent of this contact. Choose from the list, or specify an ID using an expression.', + description: 'ID of the account that is the parent of this contact. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Assistant Name', @@ -513,7 +513,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -605,7 +605,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getLeadSources', }, default: '', - description: 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + description: 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Mailing City', @@ -691,7 +691,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, default: '', - description: 'The owner of the contact. Choose from the list, or specify an ID using an expression.', + description: 'The owner of the contact. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -704,7 +704,7 @@ export const contactFields: INodeProperties[] = [ displayName: 'Record Type Name or ID', name: 'recordTypeId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -855,7 +855,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getContactFields', }, default: '', - description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { @@ -946,7 +946,7 @@ export const contactFields: INodeProperties[] = [ ], }, }, - description: 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', + description: 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Options', @@ -1056,7 +1056,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, default: '', - description: 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Salesforce/CustomObjectDescription.ts b/packages/nodes-base/nodes/Salesforce/CustomObjectDescription.ts index 6642f54bd3188..bd12f7c1839f6 100644 --- a/packages/nodes-base/nodes/Salesforce/CustomObjectDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/CustomObjectDescription.ts @@ -82,7 +82,7 @@ export const customObjectFields: INodeProperties[] = [ ], }, }, - description: 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + description: 'Name of the custom object. Choose from the list, or specify an ID using an expression.', }, { // eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-options @@ -107,7 +107,7 @@ export const customObjectFields: INodeProperties[] = [ ], }, }, - description: 'The field to check to see if the object already exists. Choose from the list, or specify an ID using an expression.', + description: 'The field to check to see if the object already exists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value to Match', @@ -164,7 +164,7 @@ export const customObjectFields: INodeProperties[] = [ ], }, default: '', - description: 'The ID of the field. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -200,7 +200,7 @@ export const customObjectFields: INodeProperties[] = [ ], }, }, - description: 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + description: 'Name of the custom object. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Record ID', @@ -256,7 +256,7 @@ export const customObjectFields: INodeProperties[] = [ ], }, default: '', - description: 'The ID of the field. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -292,7 +292,7 @@ export const customObjectFields: INodeProperties[] = [ ], }, }, - description: 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + description: 'Name of the custom object. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Record ID', @@ -335,7 +335,7 @@ export const customObjectFields: INodeProperties[] = [ ], }, }, - description: 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + description: 'Name of the custom object. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Record ID', @@ -378,7 +378,7 @@ export const customObjectFields: INodeProperties[] = [ ], }, }, - description: 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + description: 'Name of the custom object. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -464,7 +464,7 @@ export const customObjectFields: INodeProperties[] = [ ], }, default: '', - description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { @@ -516,7 +516,7 @@ export const customObjectFields: INodeProperties[] = [ ], }, default: [], - description: 'Fields to include separated by commas. Choose from the list, or specify IDs using an expression.', + description: 'Fields to include separated by commas. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -542,7 +542,7 @@ export const customObjectFields: INodeProperties[] = [ displayName: 'Record Type Name or ID', name: 'recordTypeId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', loadOptionsDependsOn: [ @@ -574,7 +574,7 @@ export const customObjectFields: INodeProperties[] = [ displayName: 'Record Type Name or ID', name: 'recordTypeId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', loadOptionsDependsOn: [ diff --git a/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts b/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts index daa362a5fc898..162185f270aea 100644 --- a/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts @@ -109,7 +109,7 @@ export const documentFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, default: '', - description: 'ID of the owner of this document. Choose from the list, or specify an ID using an expression.', + description: 'ID of the owner of this document. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Salesforce/LeadDescription.ts b/packages/nodes-base/nodes/Salesforce/LeadDescription.ts index 0445284d142ae..ad8529c738345 100644 --- a/packages/nodes-base/nodes/Salesforce/LeadDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/LeadDescription.ts @@ -103,7 +103,7 @@ export const leadFields: INodeProperties[] = [ ], }, }, - description: 'The field to check to see if the lead already exists. Choose from the list, or specify an ID using an expression.', + description: 'The field to check to see if the lead already exists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value to Match', @@ -226,7 +226,7 @@ export const leadFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -293,7 +293,7 @@ export const leadFields: INodeProperties[] = [ loadOptionsMethod: 'getLeadSources', }, default: '', - description: 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + description: 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Mobile Phone', @@ -317,7 +317,7 @@ export const leadFields: INodeProperties[] = [ loadOptionsMethod: 'getLeadOwners', }, default: '', - description: 'The owner of the lead. Choose from the list, or specify an ID using an expression.', + description: 'The owner of the lead. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -337,7 +337,7 @@ export const leadFields: INodeProperties[] = [ displayName: 'Record Type Name or ID', name: 'recordTypeId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -372,7 +372,7 @@ export const leadFields: INodeProperties[] = [ loadOptionsMethod: 'getLeadStatuses', }, default: '', - description: 'Status code for this converted lead. Choose from the list, or specify an ID using an expression.', + description: 'Status code for this converted lead. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Street', @@ -490,7 +490,7 @@ export const leadFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -564,7 +564,7 @@ export const leadFields: INodeProperties[] = [ loadOptionsMethod: 'getLeadSources', }, default: '', - description: 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + description: 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Mobile Phone', @@ -588,7 +588,7 @@ export const leadFields: INodeProperties[] = [ loadOptionsMethod: 'getLeadOwners', }, default: '', - description: 'The owner of the lead. Choose from the list, or specify an ID using an expression.', + description: 'The owner of the lead. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Postal Code', @@ -608,7 +608,7 @@ export const leadFields: INodeProperties[] = [ displayName: 'Record Type Name or ID', name: 'recordTypeId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -643,7 +643,7 @@ export const leadFields: INodeProperties[] = [ loadOptionsMethod: 'getLeadStatuses', }, default: '', - description: 'Status code for this converted lead. Choose from the list, or specify an ID using an expression.', + description: 'Status code for this converted lead. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Street', @@ -797,7 +797,7 @@ export const leadFields: INodeProperties[] = [ loadOptionsMethod: 'getLeadFields', }, default: '', - description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { @@ -888,7 +888,7 @@ export const leadFields: INodeProperties[] = [ ], }, }, - description: 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', + description: 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Options', @@ -998,7 +998,7 @@ export const leadFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, default: '', - description: 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Salesforce/OpportunityDescription.ts b/packages/nodes-base/nodes/Salesforce/OpportunityDescription.ts index 6e1460adddb76..2b124d6acdf6f 100644 --- a/packages/nodes-base/nodes/Salesforce/OpportunityDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/OpportunityDescription.ts @@ -97,7 +97,7 @@ export const opportunityFields: INodeProperties[] = [ ], }, }, - description: 'The field to check to see if the opportunity already exists. Choose from the list, or specify an ID using an expression.', + description: 'The field to check to see if the opportunity already exists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value to Match', @@ -175,7 +175,7 @@ export const opportunityFields: INodeProperties[] = [ ], }, }, - description: 'Required. Date when the opportunity is expected to close. Choose from the list, or specify an ID using an expression.', + description: 'Required. Date when the opportunity is expected to close. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -203,7 +203,7 @@ export const opportunityFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getAccounts', }, - description: 'ID of the account associated with this opportunity. Choose from the list, or specify an ID using an expression.', + description: 'ID of the account associated with this opportunity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Amount', @@ -223,7 +223,7 @@ export const opportunityFields: INodeProperties[] = [ loadOptionsMethod: 'getCampaigns', }, default: '', - description: 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', + description: 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Custom Fields', @@ -248,7 +248,7 @@ export const opportunityFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -283,7 +283,7 @@ export const opportunityFields: INodeProperties[] = [ loadOptionsMethod: 'getLeadSources', }, default: '', - description: 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + description: 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Next Step', @@ -300,7 +300,7 @@ export const opportunityFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, default: '', - description: 'The owner of the opportunity. Choose from the list, or specify an ID using an expression.', + description: 'The owner of the opportunity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -392,7 +392,7 @@ export const opportunityFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getAccounts', }, - description: 'ID of the account associated with this opportunity. Choose from the list, or specify an ID using an expression.', + description: 'ID of the account associated with this opportunity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Amount', @@ -412,7 +412,7 @@ export const opportunityFields: INodeProperties[] = [ loadOptionsMethod: 'getCampaigns', }, default: '', - description: 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', + description: 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Close Date', @@ -444,7 +444,7 @@ export const opportunityFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -479,7 +479,7 @@ export const opportunityFields: INodeProperties[] = [ loadOptionsMethod: 'getLeadSources', }, default: '', - description: 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + description: 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', @@ -503,7 +503,7 @@ export const opportunityFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, default: '', - description: 'The owner of the opportunity. Choose from the list, or specify an ID using an expression.', + description: 'The owner of the opportunity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -537,7 +537,7 @@ export const opportunityFields: INodeProperties[] = [ loadOptionsMethod: 'getStages', }, default: '', - description: 'Required. Date when the opportunity is expected to close. Choose from the list, or specify an ID using an expression.', + description: 'Required. Date when the opportunity is expected to close. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Type', @@ -687,7 +687,7 @@ export const opportunityFields: INodeProperties[] = [ loadOptionsMethod: 'getOpportunityFields', }, default: '', - description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { @@ -819,7 +819,7 @@ export const opportunityFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, default: '', - description: 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', + description: 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Salesforce/TaskDescription.ts b/packages/nodes-base/nodes/Salesforce/TaskDescription.ts index fd1bf7e1d45a5..b4c8319401dea 100644 --- a/packages/nodes-base/nodes/Salesforce/TaskDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/TaskDescription.ts @@ -81,7 +81,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTaskStatuses', }, - description: 'The current status of the task, such as In Progress or Completed. Choose from the list, or specify an ID using an expression.', + description: 'The current status of the task, such as In Progress or Completed. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -142,7 +142,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTaskCallTypes', }, - description: 'The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an expression.', + description: 'The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Custom Fields', @@ -167,7 +167,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -205,7 +205,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, default: '', - description: 'ID of the User who owns the record. Choose from the list, or specify an ID using an expression.', + description: 'ID of the User who owns the record. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Priority Name or ID', @@ -215,7 +215,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTaskPriorities', }, - description: 'Indicates the importance or urgency of a task, such as high or low. Choose from the list, or specify an ID using an expression.', + description: 'Indicates the importance or urgency of a task, such as high or low. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Recurrence Type Name or ID', @@ -225,7 +225,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTaskRecurrenceTypes', }, - description: 'Recurrence Type of the task. Choose from the list, or specify an ID using an expression.', + description: 'Recurrence Type of the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Recurrence Instance Name or ID', @@ -235,7 +235,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskRecurrenceInstances', }, default: '', - description: 'The frequency of the recurring task. For example, “2nd” or “3rd.”. Choose from the list, or specify an ID using an expression.', + description: 'The frequency of the recurring task. For example, “2nd” or “3rd.”. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Recurrence Interval', @@ -373,7 +373,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTaskSubjects', }, - description: 'The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters. Choose from the list, or specify an ID using an expression.', + description: 'The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Type Name or ID', @@ -383,7 +383,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTaskTypes', }, - description: 'Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an expression.', + description: 'Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an expression.', }, { displayName: 'What ID', @@ -482,7 +482,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTaskCallTypes', }, - description: 'The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an expression.', + description: 'The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Custom Fields', @@ -507,7 +507,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, default: '', - description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + description: 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -545,7 +545,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, default: '', - description: 'ID of the User who owns the record. Choose from the list, or specify an ID using an expression.', + description: 'ID of the User who owns the record. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Priority Name or ID', @@ -555,7 +555,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTaskPriorities', }, - description: 'Indicates the importance or urgency of a task, such as high or low. Choose from the list, or specify an ID using an expression.', + description: 'Indicates the importance or urgency of a task, such as high or low. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Status Name or ID', @@ -565,7 +565,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTaskStatuses', }, - description: 'The current status of the task, such as In Progress or Completed. Choose from the list, or specify an ID using an expression.', + description: 'The current status of the task, such as In Progress or Completed. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subject Name or ID', @@ -575,7 +575,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTaskSubjects', }, - description: 'The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters. Choose from the list, or specify an ID using an expression.', + description: 'The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Recurrence Day Of Month', @@ -606,7 +606,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskRecurrenceInstances', }, default: '', - description: 'The frequency of the recurring task. For example, “2nd” or “3rd.”. Choose from the list, or specify an ID using an expression.', + description: 'The frequency of the recurring task. For example, “2nd” or “3rd.”. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Recurrence Interval', @@ -709,7 +709,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTaskRecurrenceTypes', }, - description: 'Website for the task. Choose from the list, or specify an ID using an expression.', + description: 'Website for the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Recurrence TimeZone SidKey', @@ -733,7 +733,7 @@ export const taskFields: INodeProperties[] = [ typeOptions: { loadOptionsMethod: 'getTaskTypes', }, - description: 'Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an expression.', + description: 'Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an expression.', }, { displayName: 'What ID', @@ -880,7 +880,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskFields', }, default: '', - description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { diff --git a/packages/nodes-base/nodes/Salesforce/UserDescription.ts b/packages/nodes-base/nodes/Salesforce/UserDescription.ts index 13ae2d3235d8c..478c6ff73b9c2 100644 --- a/packages/nodes-base/nodes/Salesforce/UserDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/UserDescription.ts @@ -141,7 +141,7 @@ export const userFields: INodeProperties[] = [ loadOptionsMethod: 'getUserFields', }, default: '', - description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + description: 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, // eslint-disable-next-line n8n-nodes-base/node-param-operation-without-no-data-expression { diff --git a/packages/nodes-base/nodes/Salesmate/ActivityDescription.ts b/packages/nodes-base/nodes/Salesmate/ActivityDescription.ts index fb24ac69875e9..833146aa64578 100644 --- a/packages/nodes-base/nodes/Salesmate/ActivityDescription.ts +++ b/packages/nodes-base/nodes/Salesmate/ActivityDescription.ts @@ -75,7 +75,7 @@ export const activityFields: INodeProperties[] = [ displayName: 'Owner Name or ID', name: 'owner', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getUsers', diff --git a/packages/nodes-base/nodes/Salesmate/CompanyDescription.ts b/packages/nodes-base/nodes/Salesmate/CompanyDescription.ts index ba48d61a37b57..cb34fe7924638 100644 --- a/packages/nodes-base/nodes/Salesmate/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Salesmate/CompanyDescription.ts @@ -75,7 +75,7 @@ export const companyFields: INodeProperties[] = [ displayName: 'Owner Name or ID', name: 'owner', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getUsers', @@ -294,7 +294,7 @@ export const companyFields: INodeProperties[] = [ displayName: 'Owner Name or ID', name: 'owner', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getUsers', diff --git a/packages/nodes-base/nodes/Salesmate/DealDescription.ts b/packages/nodes-base/nodes/Salesmate/DealDescription.ts index 939520b2397d7..37ac6dfdf4502 100644 --- a/packages/nodes-base/nodes/Salesmate/DealDescription.ts +++ b/packages/nodes-base/nodes/Salesmate/DealDescription.ts @@ -75,7 +75,7 @@ export const dealFields: INodeProperties[] = [ displayName: 'Owner Name or ID', name: 'owner', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getUsers', @@ -110,7 +110,7 @@ export const dealFields: INodeProperties[] = [ ], }, }, - description: 'Primary contact for the deal. Choose from the list, or specify an ID using an expression.', + description: 'Primary contact for the deal. Choose from the list, or specify an ID using an expression.', required: true, }, { @@ -279,7 +279,7 @@ export const dealFields: INodeProperties[] = [ displayName: 'Primary Company Name or ID', name: 'primaryCompany', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCompanies', }, @@ -410,7 +410,7 @@ export const dealFields: INodeProperties[] = [ displayName: 'Owner Name or ID', name: 'owner', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getUsers', @@ -420,7 +420,7 @@ export const dealFields: INodeProperties[] = [ displayName: 'Primary Contact Name or ID', name: 'primaryContact', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getContacts', @@ -513,7 +513,7 @@ export const dealFields: INodeProperties[] = [ displayName: 'Primary Company Name or ID', name: 'primaryCompany', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCompanies', }, diff --git a/packages/nodes-base/nodes/SeaTable/RowDescription.ts b/packages/nodes-base/nodes/SeaTable/RowDescription.ts index b6a625a317c21..b5dbc76fdc15e 100644 --- a/packages/nodes-base/nodes/SeaTable/RowDescription.ts +++ b/packages/nodes-base/nodes/SeaTable/RowDescription.ts @@ -67,7 +67,7 @@ export const rowFields: INodeProperties[] = [ }, }, default: '', - description: 'The name of SeaTable table to access. Choose from the list, or specify an ID using an expression.', + description: 'The name of SeaTable table to access. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -86,7 +86,7 @@ export const rowFields: INodeProperties[] = [ }, }, default: '', - description: 'The name of SeaTable table to access. Choose from the list, or specify an ID using an expression.', + description: 'The name of SeaTable table to access. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -173,7 +173,7 @@ export const rowFields: INodeProperties[] = [ displayName: 'Column Name or ID', name: 'columnName', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: [ 'table', @@ -295,7 +295,7 @@ export const rowFields: INodeProperties[] = [ displayName: 'View Name or ID', name: 'view_name', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getViews', }, @@ -350,7 +350,7 @@ export const rowFields: INodeProperties[] = [ loadOptionsMethod: 'getAllSortableColumns', }, default: '', - description: 'A column\'s name or ID, use this column to sort the rows. Choose from the list, or specify an ID using an expression.', + description: 'A column\'s name or ID, use this column to sort the rows. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/SeaTable/SeaTableTrigger.node.ts b/packages/nodes-base/nodes/SeaTable/SeaTableTrigger.node.ts index 164c1472fa2e5..e84fc2a516671 100644 --- a/packages/nodes-base/nodes/SeaTable/SeaTableTrigger.node.ts +++ b/packages/nodes-base/nodes/SeaTable/SeaTableTrigger.node.ts @@ -57,7 +57,7 @@ export class SeaTableTrigger implements INodeType { loadOptionsMethod: 'getTableNames', }, default: '', - description: 'The name of SeaTable table to access. Choose from the list, or specify an ID using an expression.', + description: 'The name of SeaTable table to access. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Event', diff --git a/packages/nodes-base/nodes/SendGrid/ContactDescription.ts b/packages/nodes-base/nodes/SendGrid/ContactDescription.ts index c523e9287e4c3..3533528975e98 100644 --- a/packages/nodes-base/nodes/SendGrid/ContactDescription.ts +++ b/packages/nodes-base/nodes/SendGrid/ContactDescription.ts @@ -248,7 +248,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getListIds', }, default: [], - description: 'ID of the field to set. Choose from the list, or specify IDs using an expression.', + description: 'ID of the field to set. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -277,7 +277,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, default: '', - description: 'ID of the field. Choose from the list, or specify an ID using an expression.', + description: 'ID of the field. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', diff --git a/packages/nodes-base/nodes/SendGrid/MailDescription.ts b/packages/nodes-base/nodes/SendGrid/MailDescription.ts index 18efc38a1f0e5..f331de786cf62 100644 --- a/packages/nodes-base/nodes/SendGrid/MailDescription.ts +++ b/packages/nodes-base/nodes/SendGrid/MailDescription.ts @@ -181,7 +181,7 @@ export const mailFields: INodeProperties[] = [ displayName: 'Template Name or ID', name: 'templateId', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getTemplateIds', diff --git a/packages/nodes-base/nodes/SentryIo/EventDescription.ts b/packages/nodes-base/nodes/SentryIo/EventDescription.ts index 54712bbd48715..7793dde69687d 100644 --- a/packages/nodes-base/nodes/SentryIo/EventDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/EventDescription.ts @@ -56,7 +56,7 @@ export const eventFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization the events belong to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization the events belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Project Slug Name or ID', @@ -80,7 +80,7 @@ export const eventFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the project the events belong to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the project the events belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Full', @@ -163,7 +163,7 @@ export const eventFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization the events belong to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization the events belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Project Slug Name or ID', @@ -184,7 +184,7 @@ export const eventFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the project the events belong to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the project the events belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Event ID', diff --git a/packages/nodes-base/nodes/SentryIo/IssueDescription.ts b/packages/nodes-base/nodes/SentryIo/IssueDescription.ts index 6ec3820a57154..143e16276a515 100644 --- a/packages/nodes-base/nodes/SentryIo/IssueDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/IssueDescription.ts @@ -92,7 +92,7 @@ export const issueFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization the issues belong to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization the issues belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Project Slug Name or ID', @@ -116,7 +116,7 @@ export const issueFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the project the issues belong to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the project the issues belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', diff --git a/packages/nodes-base/nodes/SentryIo/OrganizationDescription.ts b/packages/nodes-base/nodes/SentryIo/OrganizationDescription.ts index ff8ef40a79f24..1457ab32e7d68 100644 --- a/packages/nodes-base/nodes/SentryIo/OrganizationDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/OrganizationDescription.ts @@ -146,7 +146,7 @@ export const organizationFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization the team should be created for. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization the team should be created for. Choose from the list, or specify an ID using an expression.', }, /* -------------------------------------------------------------------------- */ @@ -236,7 +236,7 @@ export const organizationFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization to update. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization to update. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Update Fields', diff --git a/packages/nodes-base/nodes/SentryIo/ProjectDescription.ts b/packages/nodes-base/nodes/SentryIo/ProjectDescription.ts index 46ae06e145777..e570828053b7d 100644 --- a/packages/nodes-base/nodes/SentryIo/ProjectDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/ProjectDescription.ts @@ -75,7 +75,7 @@ export const projectFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization the events belong to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization the events belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Project Slug Name or ID', @@ -99,7 +99,7 @@ export const projectFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the project to retrieve. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the project to retrieve. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Team Slug Name or ID', @@ -123,7 +123,7 @@ export const projectFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the team to create a new project for. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the team to create a new project for. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', @@ -237,7 +237,7 @@ export const projectFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization the project belong to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization the project belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Project Slug Name or ID', @@ -261,7 +261,7 @@ export const projectFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the project to update. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the project to update. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Update Fields', @@ -355,7 +355,7 @@ export const projectFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization the project belong to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization the project belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Project Slug Name or ID', @@ -379,6 +379,6 @@ export const projectFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the project to delete. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the project to delete. Choose from the list, or specify an ID using an expression.', }, ]; diff --git a/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts b/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts index 5d79050c61a7d..2e7062d484618 100644 --- a/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts @@ -74,7 +74,7 @@ export const releaseFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization the releases belong to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization the releases belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -167,7 +167,7 @@ export const releaseFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Version', @@ -211,7 +211,7 @@ export const releaseFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Version', @@ -268,7 +268,7 @@ export const releaseFields: INodeProperties[] = [ }, }, required: true, - description: 'A list of project slugs that are involved in this release. Choose from the list, or specify IDs using an expression.', + description: 'A list of project slugs that are involved in this release. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Additional Fields', @@ -468,7 +468,7 @@ export const releaseFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Version', diff --git a/packages/nodes-base/nodes/SentryIo/TeamDescription.ts b/packages/nodes-base/nodes/SentryIo/TeamDescription.ts index 8f85c60ff2728..6160971e27cc0 100644 --- a/packages/nodes-base/nodes/SentryIo/TeamDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/TeamDescription.ts @@ -74,7 +74,7 @@ export const teamFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization for which the teams should be listed. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization for which the teams should be listed. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -140,7 +140,7 @@ export const teamFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Team Slug Name or ID', @@ -164,7 +164,7 @@ export const teamFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the team to get. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the team to get. Choose from the list, or specify an ID using an expression.', }, /* -------------------------------------------------------------------------- */ @@ -189,7 +189,7 @@ export const teamFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', @@ -258,7 +258,7 @@ export const teamFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Team Slug Name or ID', @@ -282,7 +282,7 @@ export const teamFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the team to update. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the team to update. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Update Fields', @@ -340,7 +340,7 @@ export const teamFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Team Slug Name or ID', @@ -364,6 +364,6 @@ export const teamFields: INodeProperties[] = [ }, }, required: true, - description: 'The slug of the team to delete. Choose from the list, or specify an ID using an expression.', + description: 'The slug of the team to delete. Choose from the list, or specify an ID using an expression.', }, ]; diff --git a/packages/nodes-base/nodes/ServiceNow/AttachmentDescription.ts b/packages/nodes-base/nodes/ServiceNow/AttachmentDescription.ts index 722f54c8a2c75..2624655881d97 100644 --- a/packages/nodes-base/nodes/ServiceNow/AttachmentDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/AttachmentDescription.ts @@ -55,7 +55,7 @@ export const attachmentFields: INodeProperties[] = [ displayName: 'Table Name or ID', name: 'tableName', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTables', }, diff --git a/packages/nodes-base/nodes/ServiceNow/BusinessServiceDescription.ts b/packages/nodes-base/nodes/ServiceNow/BusinessServiceDescription.ts index c49e11ac96436..adf0065ceeb89 100644 --- a/packages/nodes-base/nodes/ServiceNow/BusinessServiceDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/BusinessServiceDescription.ts @@ -105,7 +105,7 @@ export const businessServiceFields: INodeProperties[] = [ loadOptionsMethod: 'getColumns', }, default: [], - description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.', hint: 'String of comma separated values or an array of strings can be set in an expression', }, { diff --git a/packages/nodes-base/nodes/ServiceNow/ConfigurationItemsDescription.ts b/packages/nodes-base/nodes/ServiceNow/ConfigurationItemsDescription.ts index 305b22490b3e1..d9904e9b53e16 100644 --- a/packages/nodes-base/nodes/ServiceNow/ConfigurationItemsDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/ConfigurationItemsDescription.ts @@ -105,7 +105,7 @@ export const configurationItemsFields: INodeProperties[] = [ loadOptionsMethod: 'getColumns', }, default: [], - description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.', hint: 'String of comma separated values or an array of strings can be set in an expression', }, { diff --git a/packages/nodes-base/nodes/ServiceNow/DepartmentDescription.ts b/packages/nodes-base/nodes/ServiceNow/DepartmentDescription.ts index cc0d14360de8f..f902c5dd94b27 100644 --- a/packages/nodes-base/nodes/ServiceNow/DepartmentDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/DepartmentDescription.ts @@ -105,7 +105,7 @@ export const departmentFields: INodeProperties[] = [ loadOptionsMethod: 'getColumns', }, default: [], - description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.', hint: 'String of comma separated values or an array of strings can be set in an expression', }, { diff --git a/packages/nodes-base/nodes/ServiceNow/DictionaryDescription.ts b/packages/nodes-base/nodes/ServiceNow/DictionaryDescription.ts index 5c3045f6c757a..25dec4dd57b5d 100644 --- a/packages/nodes-base/nodes/ServiceNow/DictionaryDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/DictionaryDescription.ts @@ -105,7 +105,7 @@ export const dictionaryFields: INodeProperties[] = [ loadOptionsMethod: 'getColumns', }, default: [], - description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.', hint: 'String of comma separated values or an array of strings can be set in an expression', }, { diff --git a/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts b/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts index 9d04a913f9926..bed55bb0802a3 100644 --- a/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts @@ -98,7 +98,7 @@ export const incidentFields: INodeProperties[] = [ ], }, default: '', - description: 'Which user is the incident assigned to. Requires the selection of an assignment group. Choose from the list, or specify an ID using an expression.', + description: 'Which user is the incident assigned to. Requires the selection of an assignment group. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Assignment Group Name or ID', @@ -109,13 +109,13 @@ export const incidentFields: INodeProperties[] = [ loadOptionsMethod: 'getAssignmentGroups', }, default: '', - description: 'The assignment group of the incident. Choose from the list, or specify an ID using an expression.', + description: 'The assignment group of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Business Service Name or ID', name: 'business_service', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { // nodelinter-ignore-next-line loadOptionsMethod: 'getBusinessServices', @@ -138,7 +138,7 @@ export const incidentFields: INodeProperties[] = [ loadOptionsMethod: 'getIncidentCategories', }, default: '', - description: 'The category of the incident. Choose from the list, or specify an ID using an expression.', + description: 'The category of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Close Notes', @@ -156,7 +156,7 @@ export const incidentFields: INodeProperties[] = [ loadOptionsMethod: 'getConfigurationItems', }, default: [], - description: 'Configuration Items, \'cmdb_ci\' in metadata. Choose from the list, or specify IDs using an expression.', + description: 'Configuration Items, \'cmdb_ci\' in metadata. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Contact Type', @@ -219,7 +219,7 @@ export const incidentFields: INodeProperties[] = [ loadOptionsMethod: 'getIncidentResolutionCodes', }, default: '', - description: 'The resolution code of the incident, \'close_code\' in metadata. Choose from the list, or specify an ID using an expression.', + description: 'The resolution code of the incident, \'close_code\' in metadata. Choose from the list, or specify an ID using an expression.', }, { displayName: 'State Name or ID', @@ -230,7 +230,7 @@ export const incidentFields: INodeProperties[] = [ loadOptionsMethod: 'getIncidentStates', }, default: '', - description: 'The state of the incident. Choose from the list, or specify an ID using an expression.', + description: 'The state of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subcategory Name or ID', @@ -244,7 +244,7 @@ export const incidentFields: INodeProperties[] = [ ], }, default: '', - description: 'The subcategory of the incident. Choose from the list, or specify an ID using an expression.', + description: 'The subcategory of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Urgency', @@ -347,7 +347,7 @@ export const incidentFields: INodeProperties[] = [ loadOptionsMethod: 'getColumns', }, default: [], - description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.', hint: 'String of comma separated values or an array of strings can be set in an expression', }, { @@ -436,7 +436,7 @@ export const incidentFields: INodeProperties[] = [ loadOptionsMethod: 'getColumns', }, default: [], - description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.', hint: 'String of comma separated values or an array of strings can be set in an expression', }, { @@ -513,7 +513,7 @@ export const incidentFields: INodeProperties[] = [ ], }, default: '', - description: 'Which user is the incident assigned to. Requires the selection of an assignment group. Choose from the list, or specify an ID using an expression.', + description: 'Which user is the incident assigned to. Requires the selection of an assignment group. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Assignment Group Name or ID', @@ -524,13 +524,13 @@ export const incidentFields: INodeProperties[] = [ loadOptionsMethod: 'getAssignmentGroups', }, default: '', - description: 'The assignment group of the incident. Choose from the list, or specify an ID using an expression.', + description: 'The assignment group of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Business Service Name or ID', name: 'business_service', type: 'options', - description: 'Choose from the list, or specify an ID using an expression', + description: 'Choose from the list, or specify an ID using an expression', typeOptions: { // nodelinter-ignore-next-line loadOptionsMethod: 'getBusinessServices', @@ -553,7 +553,7 @@ export const incidentFields: INodeProperties[] = [ loadOptionsMethod: 'getIncidentCategories', }, default: '', - description: 'The category of the incident. Choose from the list, or specify an ID using an expression.', + description: 'The category of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Close Notes', @@ -571,7 +571,7 @@ export const incidentFields: INodeProperties[] = [ loadOptionsMethod: 'getConfigurationItems', }, default: [], - description: 'Configuration Items, \'cmdb_ci\' in metadata. Choose from the list, or specify IDs using an expression.', + description: 'Configuration Items, \'cmdb_ci\' in metadata. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Contact Type', @@ -635,7 +635,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', // nodelinter-ignore-next-line - description: 'The resolution code of the incident. \'close_code\' in metadata. Choose from the list, or specify an ID using an expression.', + description: 'The resolution code of the incident. \'close_code\' in metadata. Choose from the list, or specify an ID using an expression.', }, { displayName: 'On Hold Reason Name or ID', @@ -646,7 +646,7 @@ export const incidentFields: INodeProperties[] = [ loadOptionsMethod: 'getIncidentHoldReasons', }, default: '', - description: 'The on hold reason for the incident. It applies if the state isOn Hold
. Choose from the list, or specify an ID using an expression.',
+ description: 'The on hold reason for the incident. It applies if the state is On Hold
. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'State Name or ID',
@@ -657,7 +657,7 @@ export const incidentFields: INodeProperties[] = [
loadOptionsMethod: 'getIncidentStates',
},
default: '',
- description: 'The state of the incident. Choose from the list, or specify an ID using an expression.',
+ description: 'The state of the incident. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Subcategory Name or ID',
@@ -671,7 +671,7 @@ export const incidentFields: INodeProperties[] = [
],
},
default: '',
- description: 'The subcategory of the incident. Choose from the list, or specify an ID using an expression.',
+ description: 'The subcategory of the incident. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Urgency',
diff --git a/packages/nodes-base/nodes/ServiceNow/TableRecordDescription.ts b/packages/nodes-base/nodes/ServiceNow/TableRecordDescription.ts
index 61c4effe09230..3f8f34e0c0ab0 100644
--- a/packages/nodes-base/nodes/ServiceNow/TableRecordDescription.ts
+++ b/packages/nodes-base/nodes/ServiceNow/TableRecordDescription.ts
@@ -54,7 +54,7 @@ export const tableRecordFields: INodeProperties[] = [
displayName: 'Table Name or ID',
name: 'tableName',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTables',
},
@@ -155,7 +155,7 @@ export const tableRecordFields: INodeProperties[] = [
displayName: 'Field Name or ID',
name: 'column',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getColumns',
loadOptionsDependsOn: [
@@ -182,7 +182,7 @@ export const tableRecordFields: INodeProperties[] = [
displayName: 'Table Name or ID',
name: 'tableName',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTables',
},
@@ -275,7 +275,7 @@ export const tableRecordFields: INodeProperties[] = [
],
},
default: [],
- description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
+ description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
hint: 'String of comma separated values or an array of strings can be set in an expression',
},
{
@@ -332,7 +332,7 @@ export const tableRecordFields: INodeProperties[] = [
},
},
required: true,
- description: 'Name of the table in which the record exists. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the table in which the record exists. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Table Record ID',
@@ -388,7 +388,7 @@ export const tableRecordFields: INodeProperties[] = [
],
},
default: [],
- description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
+ description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
hint: 'String of comma separated values or an array of strings can be set in an expression',
},
{
@@ -422,7 +422,7 @@ export const tableRecordFields: INodeProperties[] = [
displayName: 'Table Name or ID',
name: 'tableName',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTables',
},
@@ -541,7 +541,7 @@ export const tableRecordFields: INodeProperties[] = [
displayName: 'Field Name or ID',
name: 'column',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getColumns',
loadOptionsDependsOn: [
diff --git a/packages/nodes-base/nodes/ServiceNow/UserDescription.ts b/packages/nodes-base/nodes/ServiceNow/UserDescription.ts
index 784927fcea3f4..9ae43fdb947d5 100644
--- a/packages/nodes-base/nodes/ServiceNow/UserDescription.ts
+++ b/packages/nodes-base/nodes/ServiceNow/UserDescription.ts
@@ -221,7 +221,7 @@ export const userFields: INodeProperties[] = [
loadOptionsMethod: 'getUserRoles',
},
default: [],
- description: 'Roles of the user. Choose from the list, or specify IDs using an expression.',
+ description: 'Roles of the user. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Source',
@@ -340,7 +340,7 @@ export const userFields: INodeProperties[] = [
],
},
default: [],
- description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
+ description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
hint: 'String of comma separated values or an array of strings can be set in an expression',
},
{
@@ -500,7 +500,7 @@ export const userFields: INodeProperties[] = [
],
},
default: [],
- description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
+ description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
hint: 'String of comma separated values or an array of strings can be set in an expression',
},
{
@@ -700,7 +700,7 @@ export const userFields: INodeProperties[] = [
loadOptionsMethod: 'getUserRoles',
},
default: [],
- description: 'Roles of the user. Choose from the list, or specify IDs using an expression.',
+ description: 'Roles of the user. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Source',
diff --git a/packages/nodes-base/nodes/ServiceNow/UserGroupDescription.ts b/packages/nodes-base/nodes/ServiceNow/UserGroupDescription.ts
index a25cb9d489e24..6977b87b0f316 100644
--- a/packages/nodes-base/nodes/ServiceNow/UserGroupDescription.ts
+++ b/packages/nodes-base/nodes/ServiceNow/UserGroupDescription.ts
@@ -104,7 +104,7 @@ export const userGroupFields: INodeProperties[] = [
loadOptionsMethod: 'getColumns',
},
default: [],
- description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
+ description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
hint: 'String of comma separated values or an array of strings can be set in an expression',
},
{
diff --git a/packages/nodes-base/nodes/ServiceNow/UserRoleDescription.ts b/packages/nodes-base/nodes/ServiceNow/UserRoleDescription.ts
index dbf97ac3af05b..f33eb3f8fa783 100644
--- a/packages/nodes-base/nodes/ServiceNow/UserRoleDescription.ts
+++ b/packages/nodes-base/nodes/ServiceNow/UserRoleDescription.ts
@@ -104,7 +104,7 @@ export const userRoleFields: INodeProperties[] = [
loadOptionsMethod: 'getColumns',
},
default: [],
- description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
+ description: 'A list of fields to return. Choose from the list, or specify IDs using an expression.',
hint: 'String of comma separated values or an array of strings can be set in an expression',
},
{
diff --git a/packages/nodes-base/nodes/Shopify/OrderDescription.ts b/packages/nodes-base/nodes/Shopify/OrderDescription.ts
index 43e727021fed6..7301a11a09ed6 100644
--- a/packages/nodes-base/nodes/Shopify/OrderDescription.ts
+++ b/packages/nodes-base/nodes/Shopify/OrderDescription.ts
@@ -276,7 +276,7 @@ export const orderFields: INodeProperties[] = [
loadOptionsMethod: 'getLocations',
},
default: '',
- description: 'The ID of the physical location where the order was processed. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the physical location where the order was processed. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Note',
@@ -435,7 +435,7 @@ export const orderFields: INodeProperties[] = [
loadOptionsMethod: 'getProducts',
},
default: '',
- description: 'The ID of the product that the line item belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the product that the line item belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Variant ID',
@@ -847,7 +847,7 @@ export const orderFields: INodeProperties[] = [
loadOptionsMethod: 'getLocations',
},
default: '',
- description: 'The ID of the physical location where the order was processed. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the physical location where the order was processed. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Note',
diff --git a/packages/nodes-base/nodes/Slack/ChannelDescription.ts b/packages/nodes-base/nodes/Slack/ChannelDescription.ts
index 7369cd333cae8..d178e7a6b9d29 100644
--- a/packages/nodes-base/nodes/Slack/ChannelDescription.ts
+++ b/packages/nodes-base/nodes/Slack/ChannelDescription.ts
@@ -147,7 +147,7 @@ export const channelFields: INodeProperties[] = [
},
default: '',
required: true,
- description: 'The name of the channel to archive. Choose from the list, or specify an ID using an expression.',
+ description: 'The name of the channel to archive. Choose from the list, or specify an ID using an expression.',
},
/* -------------------------------------------------------------------------- */
@@ -172,7 +172,7 @@ export const channelFields: INodeProperties[] = [
},
default: '',
required: true,
- description: 'The name of the channel to close. Choose from the list, or specify an ID using an expression.',
+ description: 'The name of the channel to close. Choose from the list, or specify an ID using an expression.',
},
/* -------------------------------------------------------------------------- */
@@ -246,7 +246,7 @@ export const channelFields: INodeProperties[] = [
},
},
required: true,
- description: 'The ID of the channel to invite user to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the channel to invite user to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'User Names or IDs',
@@ -267,7 +267,7 @@ export const channelFields: INodeProperties[] = [
},
},
required: true,
- description: 'The ID of the user to invite into channel. Choose from the list, or specify IDs using an expression.',
+ description: 'The ID of the user to invite into channel. Choose from the list, or specify IDs using an expression.',
},
/* -------------------------------------------------------------------------- */
@@ -340,13 +340,13 @@ export const channelFields: INodeProperties[] = [
},
},
required: true,
- description: 'The name of the channel to create. Choose from the list, or specify an ID using an expression.',
+ description: 'The name of the channel to create. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'User Name or ID',
name: 'userId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
@@ -370,7 +370,7 @@ export const channelFields: INodeProperties[] = [
displayName: 'Channel Name or ID',
name: 'channelId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getChannels',
},
@@ -510,7 +510,7 @@ export const channelFields: INodeProperties[] = [
},
},
required: true,
- description: 'The name of the channel to create. Choose from the list, or specify an ID using an expression.',
+ description: 'The name of the channel to create. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
@@ -616,7 +616,7 @@ export const channelFields: INodeProperties[] = [
},
default: '',
required: true,
- description: 'The name of the channel to leave. Choose from the list, or specify an ID using an expression.',
+ description: 'The name of the channel to leave. Choose from the list, or specify an ID using an expression.',
},
/* -------------------------------------------------------------------------- */
@@ -626,7 +626,7 @@ export const channelFields: INodeProperties[] = [
displayName: 'Channel Name or ID',
name: 'channelId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getChannels',
},
@@ -744,7 +744,7 @@ export const channelFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: [],
- description: 'If only one user is included, this creates a 1:1 DM. The ordering of the users is preserved whenever a multi-person direct message is returned. Supply a channel when not supplying users. Choose from the list, or specify IDs using an expression.',
+ description: 'If only one user is included, this creates a 1:1 DM. The ordering of the users is preserved whenever a multi-person direct message is returned. Supply a channel when not supplying users. Choose from the list, or specify IDs using an expression.',
},
],
},
@@ -771,7 +771,7 @@ export const channelFields: INodeProperties[] = [
},
default: '',
required: true,
- description: 'The name of the channel to rename. Choose from the list, or specify an ID using an expression.',
+ description: 'The name of the channel to rename. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Name',
@@ -815,7 +815,7 @@ export const channelFields: INodeProperties[] = [
},
},
required: true,
- description: 'The name of the channel to create. Choose from the list, or specify an ID using an expression.',
+ description: 'The name of the channel to create. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'TS',
@@ -939,7 +939,7 @@ export const channelFields: INodeProperties[] = [
},
default: '',
required: true,
- description: 'Conversation to set the purpose of. Choose from the list, or specify an ID using an expression.',
+ description: 'Conversation to set the purpose of. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Purpose',
@@ -982,7 +982,7 @@ export const channelFields: INodeProperties[] = [
},
default: '',
required: true,
- description: 'Conversation to set the topic of. Choose from the list, or specify an ID using an expression.',
+ description: 'Conversation to set the topic of. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Topic',
@@ -1025,6 +1025,6 @@ export const channelFields: INodeProperties[] = [
},
default: '',
required: true,
- description: 'The ID of the channel to unarchive. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the channel to unarchive. Choose from the list, or specify an ID using an expression.',
},
];
diff --git a/packages/nodes-base/nodes/Slack/FileDescription.ts b/packages/nodes-base/nodes/Slack/FileDescription.ts
index 675a0ffb18b40..0c80f50516989 100644
--- a/packages/nodes-base/nodes/Slack/FileDescription.ts
+++ b/packages/nodes-base/nodes/Slack/FileDescription.ts
@@ -130,7 +130,7 @@ export const fileFields: INodeProperties[] = [
loadOptionsMethod: 'getChannels',
},
default: [],
- description: 'The channels to send the file to. Choose from the list, or specify IDs using an expression.',
+ description: 'The channels to send the file to. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'File Name',
@@ -232,7 +232,7 @@ export const fileFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getChannels',
},
- description: 'Channel containing the file to be listed. Choose from the list, or specify an ID using an expression.',
+ description: 'Channel containing the file to be listed. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Show Files Hidden By Limit',
@@ -301,7 +301,7 @@ export const fileFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getUsers',
},
- description: 'Filter files created by a single user. Choose from the list, or specify an ID using an expression.',
+ description: 'Filter files created by a single user. Choose from the list, or specify an ID using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Slack/MessageDescription.ts b/packages/nodes-base/nodes/Slack/MessageDescription.ts
index dcaf1016631b8..be781ee091f7b 100644
--- a/packages/nodes-base/nodes/Slack/MessageDescription.ts
+++ b/packages/nodes-base/nodes/Slack/MessageDescription.ts
@@ -75,7 +75,7 @@ export const messageFields: INodeProperties[] = [
],
},
},
- description: 'Channel containing the message. Choose from the list, or specify an ID using an expression.',
+ description: 'Channel containing the message. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Timestamp',
@@ -486,7 +486,7 @@ export const messageFields: INodeProperties[] = [
],
},
},
- description: 'Channel containing the message to be updated. Choose from the list, or specify an ID using an expression.',
+ description: 'Channel containing the message to be updated. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Text',
@@ -1756,7 +1756,7 @@ export const messageFields: INodeProperties[] = [
],
},
},
- description: 'Channel containing the message to be deleted. Choose from the list, or specify an ID using an expression.',
+ description: 'Channel containing the message to be deleted. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Timestamp',
diff --git a/packages/nodes-base/nodes/Slack/ReactionDescription.ts b/packages/nodes-base/nodes/Slack/ReactionDescription.ts
index f2ee56cfe930f..32bb6c4b9da8d 100644
--- a/packages/nodes-base/nodes/Slack/ReactionDescription.ts
+++ b/packages/nodes-base/nodes/Slack/ReactionDescription.ts
@@ -59,7 +59,7 @@ export const reactionFields: INodeProperties[] = [
],
},
},
- description: 'Channel containing the message. Choose from the list, or specify an ID using an expression.',
+ description: 'Channel containing the message. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Emoji',
diff --git a/packages/nodes-base/nodes/Slack/StarDescription.ts b/packages/nodes-base/nodes/Slack/StarDescription.ts
index 2a3186d9e8047..8d02116f51d66 100644
--- a/packages/nodes-base/nodes/Slack/StarDescription.ts
+++ b/packages/nodes-base/nodes/Slack/StarDescription.ts
@@ -68,7 +68,7 @@ export const starFields: INodeProperties[] = [
loadOptionsMethod: 'getChannels',
},
default: '',
- description: 'Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an expression.',
+ description: 'Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'File Comment',
@@ -123,7 +123,7 @@ export const starFields: INodeProperties[] = [
loadOptionsMethod: 'getChannels',
},
default: '',
- description: 'Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an expression.',
+ description: 'Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'File ID',
diff --git a/packages/nodes-base/nodes/Slack/UserGroupDescription.ts b/packages/nodes-base/nodes/Slack/UserGroupDescription.ts
index a1821758a5f8b..265eca0a7a0d1 100644
--- a/packages/nodes-base/nodes/Slack/UserGroupDescription.ts
+++ b/packages/nodes-base/nodes/Slack/UserGroupDescription.ts
@@ -99,7 +99,7 @@ export const userGroupFields: INodeProperties[] = [
loadOptionsMethod: 'getChannels',
},
default: [],
- description: 'A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an expression.',
+ description: 'A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Description',
@@ -348,7 +348,7 @@ export const userGroupFields: INodeProperties[] = [
loadOptionsMethod: 'getChannels',
},
default: [],
- description: 'A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an expression.',
+ description: 'A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Description',
diff --git a/packages/nodes-base/nodes/Slack/UserProfileDescription.ts b/packages/nodes-base/nodes/Slack/UserProfileDescription.ts
index f67b4ba94ee6d..050553209d248 100644
--- a/packages/nodes-base/nodes/Slack/UserProfileDescription.ts
+++ b/packages/nodes-base/nodes/Slack/UserProfileDescription.ts
@@ -78,7 +78,7 @@ export const userProfileFields: INodeProperties[] = [
loadOptionsMethod: 'getTeamFields',
},
default: '',
- description: 'ID of the field to set. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
diff --git a/packages/nodes-base/nodes/Splunk/descriptions/UserDescription.ts b/packages/nodes-base/nodes/Splunk/descriptions/UserDescription.ts
index de69c6ceb72f1..8b499b27377aa 100644
--- a/packages/nodes-base/nodes/Splunk/descriptions/UserDescription.ts
+++ b/packages/nodes-base/nodes/Splunk/descriptions/UserDescription.ts
@@ -77,7 +77,7 @@ export const userFields: INodeProperties[] = [
displayName: 'Role Names or IDs',
name: 'roles',
type: 'multiOptions',
- description: 'Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an expression.',
+ description: 'Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an expression.',
required: true,
default: [],
typeOptions: {
@@ -295,7 +295,7 @@ export const userFields: INodeProperties[] = [
displayName: 'Role Names or IDs',
name: 'roles',
type: 'multiOptions',
- description: 'Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an expression.',
+ description: 'Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an expression.',
default: [],
typeOptions: {
loadOptionsMethod: 'getRoles',
diff --git a/packages/nodes-base/nodes/Storyblok/StoryManagementDescription.ts b/packages/nodes-base/nodes/Storyblok/StoryManagementDescription.ts
index 50fabbb6c6e29..bfacb7d790301 100644
--- a/packages/nodes-base/nodes/Storyblok/StoryManagementDescription.ts
+++ b/packages/nodes-base/nodes/Storyblok/StoryManagementDescription.ts
@@ -339,7 +339,7 @@ export const storyManagementFields: INodeProperties[] = [
],
},
},
- description: 'The name of the space. Choose from the list, or specify an ID using an expression.',
+ description: 'The name of the space. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Story ID',
@@ -388,7 +388,7 @@ export const storyManagementFields: INodeProperties[] = [
],
},
},
- description: 'The name of the space. Choose from the list, or specify an ID using an expression.',
+ description: 'The name of the space. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Story ID',
@@ -437,7 +437,7 @@ export const storyManagementFields: INodeProperties[] = [
],
},
},
- description: 'The name of the space. Choose from the list, or specify an ID using an expression.',
+ description: 'The name of the space. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
@@ -541,7 +541,7 @@ export const storyManagementFields: INodeProperties[] = [
],
},
},
- description: 'The name of the space. Choose from the list, or specify an ID using an expression.',
+ description: 'The name of the space. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Story ID',
@@ -626,7 +626,7 @@ export const storyManagementFields: INodeProperties[] = [
],
},
},
- description: 'The name of the space. Choose from the list, or specify an ID using an expression.',
+ description: 'The name of the space. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Story ID',
diff --git a/packages/nodes-base/nodes/Stripe/descriptions/ChargeDescription.ts b/packages/nodes-base/nodes/Stripe/descriptions/ChargeDescription.ts
index 27fc6abae52ec..f93335b22051f 100644
--- a/packages/nodes-base/nodes/Stripe/descriptions/ChargeDescription.ts
+++ b/packages/nodes-base/nodes/Stripe/descriptions/ChargeDescription.ts
@@ -98,7 +98,7 @@ export const chargeFields: INodeProperties[] = [
},
required: true,
default: '',
- description: 'Three-letter ISO currency code, e.g. USD
or EUR
. It must be a Stripe-supported currency. Choose from the list, or specify an ID using an expression.',
+ description: 'Three-letter ISO currency code, e.g. USD
or EUR
. It must be a Stripe-supported currency. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
diff --git a/packages/nodes-base/nodes/Stripe/descriptions/CouponDescription.ts b/packages/nodes-base/nodes/Stripe/descriptions/CouponDescription.ts
index da1cb09d2a9e7..490cf201e9029 100644
--- a/packages/nodes-base/nodes/Stripe/descriptions/CouponDescription.ts
+++ b/packages/nodes-base/nodes/Stripe/descriptions/CouponDescription.ts
@@ -127,7 +127,7 @@ export const couponFields: INodeProperties[] = [
},
required: true,
default: '',
- description: 'Three-letter ISO currency code, e.g. USD
or EUR
. It must be a Stripe-supported currency. Choose from the list, or specify an ID using an expression.',
+ description: 'Three-letter ISO currency code, e.g. USD
or EUR
. It must be a Stripe-supported currency. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
diff --git a/packages/nodes-base/nodes/Stripe/descriptions/SourceDescription.ts b/packages/nodes-base/nodes/Stripe/descriptions/SourceDescription.ts
index 2cec369536b1f..4b07e2ab51892 100644
--- a/packages/nodes-base/nodes/Stripe/descriptions/SourceDescription.ts
+++ b/packages/nodes-base/nodes/Stripe/descriptions/SourceDescription.ts
@@ -114,7 +114,7 @@ export const sourceFields: INodeProperties[] = [
loadOptionsMethod: 'getCurrencies',
},
default: '',
- description: 'Three-letter ISO currency code, e.g. USD
or EUR
. It must be a Stripe-supported currency. Choose from the list, or specify an ID using an expression.',
+ description: 'Three-letter ISO currency code, e.g. USD
or EUR
. It must be a Stripe-supported currency. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
diff --git a/packages/nodes-base/nodes/Supabase/GenericFunctions.ts b/packages/nodes-base/nodes/Supabase/GenericFunctions.ts
index 9f2ef79637785..de3bedf53fcd0 100644
--- a/packages/nodes-base/nodes/Supabase/GenericFunctions.ts
+++ b/packages/nodes-base/nodes/Supabase/GenericFunctions.ts
@@ -141,7 +141,7 @@ export function getFilters(
displayName: 'Field Name or ID',
name: 'keyName',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: [
'tableId',
diff --git a/packages/nodes-base/nodes/Supabase/RowDescription.ts b/packages/nodes-base/nodes/Supabase/RowDescription.ts
index 30ffd8ab99179..b38fd0059081d 100644
--- a/packages/nodes-base/nodes/Supabase/RowDescription.ts
+++ b/packages/nodes-base/nodes/Supabase/RowDescription.ts
@@ -65,7 +65,7 @@ export const rowFields: INodeProperties[] = [
displayName: 'Table Name or ID',
name: 'tableId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTables',
},
@@ -189,7 +189,7 @@ export const rowFields: INodeProperties[] = [
displayName: 'Field Name or ID',
name: 'fieldId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: [
'tableId',
@@ -267,7 +267,7 @@ export const rowFields: INodeProperties[] = [
loadOptionsMethod: 'getTableColumns',
},
default: '',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
},
{
displayName: 'Value',
diff --git a/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts b/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts
index 157fdd52b74e7..1e2c777792f5a 100644
--- a/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts
+++ b/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts
@@ -254,7 +254,7 @@ export class SurveyMonkeyTrigger implements INodeType {
displayName: 'Survey Names or IDs',
name: 'surveyIds',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
displayOptions: {
show: {
objectType: [
@@ -278,7 +278,7 @@ export class SurveyMonkeyTrigger implements INodeType {
displayName: 'Survey Name or ID',
name: 'surveyId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
displayOptions: {
show: {
objectType: [
@@ -296,7 +296,7 @@ export class SurveyMonkeyTrigger implements INodeType {
displayName: 'Collector Names or IDs',
name: 'collectorIds',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
displayOptions: {
show: {
objectType: [
diff --git a/packages/nodes-base/nodes/Taiga/TaigaTrigger.node.ts b/packages/nodes-base/nodes/Taiga/TaigaTrigger.node.ts
index d39eb0f4c389f..77114c3b4d0b4 100644
--- a/packages/nodes-base/nodes/Taiga/TaigaTrigger.node.ts
+++ b/packages/nodes-base/nodes/Taiga/TaigaTrigger.node.ts
@@ -55,7 +55,7 @@ export class TaigaTrigger implements INodeType {
displayName: 'Project Name or ID',
name: 'projectId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUserProjects',
},
diff --git a/packages/nodes-base/nodes/Taiga/descriptions/EpicDescription.ts b/packages/nodes-base/nodes/Taiga/descriptions/EpicDescription.ts
index 9cf413ab4c7a4..410a0e8b0a907 100644
--- a/packages/nodes-base/nodes/Taiga/descriptions/EpicDescription.ts
+++ b/packages/nodes-base/nodes/Taiga/descriptions/EpicDescription.ts
@@ -58,7 +58,7 @@ export const epicFields: INodeProperties[] = [
{
displayName: 'Project Name or ID',
name: 'projectId',
- description: 'ID of the project to which the epic belongs. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the project to which the epic belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -121,7 +121,7 @@ export const epicFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
- description: 'ID of the user to assign the epic to. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user to assign the epic to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Blocked Note',
@@ -154,7 +154,7 @@ export const epicFields: INodeProperties[] = [
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -216,7 +216,7 @@ export const epicFields: INodeProperties[] = [
{
displayName: 'Project Name or ID',
name: 'projectId',
- description: 'ID of the project to which the epic belongs. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the project to which the epic belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -302,7 +302,7 @@ export const epicFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
- description: 'ID of the user whom the epic is assigned to. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user whom the epic is assigned to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Is Closed',
@@ -325,7 +325,7 @@ export const epicFields: INodeProperties[] = [
loadOptionsMethod: 'getProjects',
},
default: '',
- description: 'ID of the project to set the epic to. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the project to set the epic to. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
@@ -383,7 +383,7 @@ export const epicFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
- description: 'ID of the user to whom the epic is assigned. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user to whom the epic is assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Blocked Note',
@@ -422,7 +422,7 @@ export const epicFields: INodeProperties[] = [
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
diff --git a/packages/nodes-base/nodes/Taiga/descriptions/IssueDescription.ts b/packages/nodes-base/nodes/Taiga/descriptions/IssueDescription.ts
index 667633ae94dc2..020c6f86a590d 100644
--- a/packages/nodes-base/nodes/Taiga/descriptions/IssueDescription.ts
+++ b/packages/nodes-base/nodes/Taiga/descriptions/IssueDescription.ts
@@ -58,7 +58,7 @@ export const issueFields: INodeProperties[] = [
{
displayName: 'Project Name or ID',
name: 'projectId',
- description: 'ID of the project to which the issue belongs. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the project to which the issue belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -122,7 +122,7 @@ export const issueFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
- description: 'ID of the user to whom the issue is assigned. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user to whom the issue is assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Blocked Note',
@@ -155,13 +155,13 @@ export const issueFields: INodeProperties[] = [
loadOptionsMethod: 'getMilestones',
},
default: '',
- description: 'ID of the milestone of the issue. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the milestone of the issue. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Priority Name or ID',
name: 'priority',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -174,7 +174,7 @@ export const issueFields: INodeProperties[] = [
displayName: 'Severity Name or ID',
name: 'severity',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -194,13 +194,13 @@ export const issueFields: INodeProperties[] = [
loadOptionsMethod: 'getIssueStatuses',
},
default: '',
- description: 'ID of the status of the issue. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the status of the issue. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -213,7 +213,7 @@ export const issueFields: INodeProperties[] = [
displayName: 'Type Name or ID',
name: 'type',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -275,7 +275,7 @@ export const issueFields: INodeProperties[] = [
{
displayName: 'Project Name or ID',
name: 'projectId',
- description: 'ID of the project to which the issue belongs. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the project to which the issue belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -353,7 +353,7 @@ export const issueFields: INodeProperties[] = [
{
displayName: 'Asignee Name or ID',
name: 'assigned_to',
- description: 'ID of the user to assign the issue to. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user to assign the issue to. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: [
@@ -411,7 +411,7 @@ export const issueFields: INodeProperties[] = [
{
displayName: 'Owner Name or ID',
name: 'owner',
- description: 'ID of the owner of the issue. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the owner of the issue. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: [
@@ -425,7 +425,7 @@ export const issueFields: INodeProperties[] = [
displayName: 'Priority Name or ID',
name: 'priority',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -438,7 +438,7 @@ export const issueFields: INodeProperties[] = [
displayName: 'Role Name or ID',
name: 'role',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -451,7 +451,7 @@ export const issueFields: INodeProperties[] = [
displayName: 'Severity Name or ID',
name: 'severity',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -463,7 +463,7 @@ export const issueFields: INodeProperties[] = [
{
displayName: 'Status Name or ID',
name: 'status',
- description: 'ID of the status of the issue. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the status of the issue. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: [
@@ -477,7 +477,7 @@ export const issueFields: INodeProperties[] = [
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -490,7 +490,7 @@ export const issueFields: INodeProperties[] = [
displayName: 'Type Name or ID',
name: 'type',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -513,7 +513,7 @@ export const issueFields: INodeProperties[] = [
loadOptionsMethod: 'getProjects',
},
default: '',
- description: 'ID of the project to set the issue to. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the project to set the issue to. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
@@ -571,7 +571,7 @@ export const issueFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
- description: 'ID of the user whom the issue is assigned to. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user whom the issue is assigned to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Blocked Note',
@@ -604,13 +604,13 @@ export const issueFields: INodeProperties[] = [
loadOptionsMethod: 'getMilestones',
},
default: '',
- description: 'ID of the milestone of the issue. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the milestone of the issue. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Priority Name or ID',
name: 'priority',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -623,7 +623,7 @@ export const issueFields: INodeProperties[] = [
displayName: 'Severity Name or ID',
name: 'severity',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -643,7 +643,7 @@ export const issueFields: INodeProperties[] = [
loadOptionsMethod: 'getIssueStatuses',
},
default: '',
- description: 'ID of the status of the issue. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the status of the issue. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Subject',
@@ -655,7 +655,7 @@ export const issueFields: INodeProperties[] = [
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -668,7 +668,7 @@ export const issueFields: INodeProperties[] = [
displayName: 'Type Name or ID',
name: 'type',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
diff --git a/packages/nodes-base/nodes/Taiga/descriptions/TaskDescription.ts b/packages/nodes-base/nodes/Taiga/descriptions/TaskDescription.ts
index 548bcdaf8ef6f..923e2435ab77e 100644
--- a/packages/nodes-base/nodes/Taiga/descriptions/TaskDescription.ts
+++ b/packages/nodes-base/nodes/Taiga/descriptions/TaskDescription.ts
@@ -58,7 +58,7 @@ export const taskFields: INodeProperties[] = [
{
displayName: 'Project Name or ID',
name: 'projectId',
- description: 'ID of the project to which the task belongs. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the project to which the task belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -121,7 +121,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
- description: 'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Blocked Note',
@@ -154,7 +154,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getMilestones',
},
default: '',
- description: 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Status Name or ID',
@@ -167,13 +167,13 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getTaskStatuses',
},
default: '',
- description: 'ID of the status of the task. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the status of the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -203,7 +203,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getUserStories',
},
default: '',
- description: 'ID of the user story of the task. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user story of the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'User Story Order',
@@ -268,7 +268,7 @@ export const taskFields: INodeProperties[] = [
{
displayName: 'Project Name or ID',
name: 'projectId',
- description: 'ID of the project to which the task belongs. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the project to which the task belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -354,7 +354,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
- description: 'ID of the user whom the task is assigned to. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user whom the task is assigned to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Is Closed',
@@ -374,12 +374,12 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getMilestones',
},
default: '',
- description: 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Owner Name or ID',
name: 'owner',
- description: 'ID of the owner of the task. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the owner of the task. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: [
@@ -393,7 +393,7 @@ export const taskFields: INodeProperties[] = [
displayName: 'Role Name or ID',
name: 'role',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -405,7 +405,7 @@ export const taskFields: INodeProperties[] = [
{
displayName: 'Status Name or ID',
name: 'status',
- description: 'ID of the status of the task. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the status of the task. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: [
@@ -419,7 +419,7 @@ export const taskFields: INodeProperties[] = [
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -431,7 +431,7 @@ export const taskFields: INodeProperties[] = [
{
displayName: 'User Story Name or ID',
name: 'userStory',
- description: 'ID of the user story to which the task belongs. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user story to which the task belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: [
@@ -450,7 +450,7 @@ export const taskFields: INodeProperties[] = [
{
displayName: 'Project Name or ID',
name: 'projectId',
- description: 'ID of the project to set the task to. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the project to set the task to. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -513,7 +513,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getTypes',
},
default: '',
- description: 'ID of the user to assign the task to. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user to assign the task to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Blocked Note',
@@ -546,7 +546,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getMilestones',
},
default: '',
- description: 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Status Name or ID',
@@ -559,7 +559,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getTaskStatuses',
},
default: '',
- description: 'ID of the status of the task. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the status of the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Subject',
@@ -578,7 +578,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getUserStories',
},
default: '',
- description: 'ID of the user story of the task. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user story of the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'User Story Order',
@@ -594,7 +594,7 @@ export const taskFields: INodeProperties[] = [
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
diff --git a/packages/nodes-base/nodes/Taiga/descriptions/UserStoryDescription.ts b/packages/nodes-base/nodes/Taiga/descriptions/UserStoryDescription.ts
index f6c4c3f0297e6..a60b0b98d1b57 100644
--- a/packages/nodes-base/nodes/Taiga/descriptions/UserStoryDescription.ts
+++ b/packages/nodes-base/nodes/Taiga/descriptions/UserStoryDescription.ts
@@ -58,7 +58,7 @@ export const userStoryFields: INodeProperties[] = [
{
displayName: 'Project Name or ID',
name: 'projectId',
- description: 'ID of the project to which the user story belongs. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the project to which the user story belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -121,7 +121,7 @@ export const userStoryFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
- description: 'ID of the user to whom the user story is assigned. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user to whom the user story is assigned. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Backlog Order',
@@ -174,7 +174,7 @@ export const userStoryFields: INodeProperties[] = [
loadOptionsMethod: 'getMilestones',
},
default: '',
- description: 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sprint Order',
@@ -197,13 +197,13 @@ export const userStoryFields: INodeProperties[] = [
loadOptionsMethod: 'getUserStoryStatuses',
},
default: '',
- description: 'ID of the status of the user story. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the status of the user story. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -216,7 +216,7 @@ export const userStoryFields: INodeProperties[] = [
displayName: 'Type Name or ID',
name: 'type',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -278,7 +278,7 @@ export const userStoryFields: INodeProperties[] = [
{
displayName: 'Project Name or ID',
name: 'projectId',
- description: 'ID of the project to which the user story belongs. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the project to which the user story belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
@@ -356,7 +356,7 @@ export const userStoryFields: INodeProperties[] = [
{
displayName: 'Asignee Name or ID',
name: 'assigned_to',
- description: 'ID of the user whom the user story is assigned to. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user whom the user story is assigned to. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: [
@@ -369,7 +369,7 @@ export const userStoryFields: INodeProperties[] = [
{
displayName: 'Epic Name or ID',
name: 'epic',
- description: 'ID of the epic to which the user story belongs. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the epic to which the user story belongs. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: [
@@ -404,13 +404,13 @@ export const userStoryFields: INodeProperties[] = [
loadOptionsMethod: 'getMilestones',
},
default: '',
- description: 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Role Name or ID',
name: 'role',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -422,7 +422,7 @@ export const userStoryFields: INodeProperties[] = [
{
displayName: 'Status Name or ID',
name: 'status',
- description: 'ID of the status of the user story. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the status of the user story. Choose from the list, or specify an ID using an expression.',
type: 'options',
typeOptions: {
loadOptionsDependsOn: [
@@ -436,7 +436,7 @@ export const userStoryFields: INodeProperties[] = [
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -459,7 +459,7 @@ export const userStoryFields: INodeProperties[] = [
loadOptionsMethod: 'getProjects',
},
default: '',
- description: 'ID of the project to set the user story to. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the project to set the user story to. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
@@ -517,7 +517,7 @@ export const userStoryFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
- description: 'ID of the user to assign the the user story to. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user to assign the the user story to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Backlog Order',
@@ -570,7 +570,7 @@ export const userStoryFields: INodeProperties[] = [
loadOptionsMethod: 'getMilestones',
},
default: '',
- description: 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Subject',
@@ -599,13 +599,13 @@ export const userStoryFields: INodeProperties[] = [
loadOptionsMethod: 'getUserStoryStatuses',
},
default: '',
- description: 'ID of the status of the user story. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the status of the user story. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Tag Names or IDs',
name: 'tags',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
@@ -618,7 +618,7 @@ export const userStoryFields: INodeProperties[] = [
displayName: 'Type Name or ID',
name: 'type',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsDependsOn: [
'projectId',
diff --git a/packages/nodes-base/nodes/Tapfiliate/ProgramAffiliateDescription.ts b/packages/nodes-base/nodes/Tapfiliate/ProgramAffiliateDescription.ts
index 81d1cb2b0bc31..988a313d357ca 100644
--- a/packages/nodes-base/nodes/Tapfiliate/ProgramAffiliateDescription.ts
+++ b/packages/nodes-base/nodes/Tapfiliate/ProgramAffiliateDescription.ts
@@ -74,7 +74,7 @@ export const programAffiliateFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Affiliate ID',
@@ -150,7 +150,7 @@ export const programAffiliateFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Affiliate ID',
@@ -191,7 +191,7 @@ export const programAffiliateFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Affiliate ID',
@@ -233,7 +233,7 @@ export const programAffiliateFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Affiliate ID',
@@ -276,7 +276,7 @@ export const programAffiliateFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts
index a976a7bf0a5f8..35ad2aaaa27e9 100644
--- a/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts
+++ b/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts
@@ -11,7 +11,7 @@ export const alertOperations: INodeProperties[] = [
displayName: 'Operation Name or ID',
name: 'operation',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
noDataExpression: true,
required: true,
typeOptions: {
@@ -392,7 +392,7 @@ export const alertFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'loadObservableTypes',
},
- description: 'Type of the observable. Choose from the list, or specify an ID using an expression.',
+ description: 'Type of the observable. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Data',
@@ -442,7 +442,7 @@ export const alertFields: INodeProperties[] = [
displayName: 'Responder Name or ID',
name: 'responder',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
@@ -535,7 +535,7 @@ export const alertFields: INodeProperties[] = [
displayName: 'Field Name or ID',
name: 'field',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'loadCustomFields',
},
@@ -636,7 +636,7 @@ export const alertFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'loadObservableTypes',
},
- description: 'Type of the observable. Choose from the list, or specify an ID using an expression.',
+ description: 'Type of the observable. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Data',
@@ -705,7 +705,7 @@ export const alertFields: INodeProperties[] = [
displayName: 'Field Name or ID',
name: 'field',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'loadCustomFields',
},
@@ -906,7 +906,7 @@ export const alertFields: INodeProperties[] = [
displayName: 'Field Name or ID',
name: 'field',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'loadCustomFields',
},
diff --git a/packages/nodes-base/nodes/TheHive/descriptions/CaseDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/CaseDescription.ts
index 06fea1841f92e..90798b735841e 100644
--- a/packages/nodes-base/nodes/TheHive/descriptions/CaseDescription.ts
+++ b/packages/nodes-base/nodes/TheHive/descriptions/CaseDescription.ts
@@ -13,7 +13,7 @@ export const caseOperations: INodeProperties[] = [
name: 'operation',
default: 'getAll',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
noDataExpression: true,
required: true,
displayOptions: {
@@ -275,7 +275,7 @@ export const caseFields: INodeProperties[] = [
displayName: 'Responder Name or ID',
name: 'responder',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: '',
required: true,
typeOptions: {
@@ -360,7 +360,7 @@ export const caseFields: INodeProperties[] = [
displayName: 'Field Name or ID',
name: 'field',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'loadCustomFields',
},
@@ -464,7 +464,7 @@ export const caseFields: INodeProperties[] = [
displayName: 'Field Name or ID',
name: 'field',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'loadCustomFields',
},
@@ -747,7 +747,7 @@ export const caseFields: INodeProperties[] = [
displayName: 'Field Name or ID',
name: 'field',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'loadCustomFields',
},
diff --git a/packages/nodes-base/nodes/TheHive/descriptions/LogDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/LogDescription.ts
index 87fdfcc004f04..af5ac47098e28 100644
--- a/packages/nodes-base/nodes/TheHive/descriptions/LogDescription.ts
+++ b/packages/nodes-base/nodes/TheHive/descriptions/LogDescription.ts
@@ -195,7 +195,7 @@ export const logFields: INodeProperties[] = [
displayName: 'Responder Name or ID',
name: 'responder',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
diff --git a/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts
index bcc60a2798a43..3dfb3218b6372 100644
--- a/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts
+++ b/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts
@@ -11,7 +11,7 @@ export const observableOperations: INodeProperties[] = [
displayName: 'Operation Name or ID',
name: 'operation',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
noDataExpression: true,
required: true,
default: 'getAll',
@@ -136,7 +136,7 @@ export const observableFields: INodeProperties[] = [
],
},
},
- description: 'Type of the observable. Choose from the list, or specify an ID using an expression.',
+ description: 'Type of the observable. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Data',
@@ -322,7 +322,7 @@ export const observableFields: INodeProperties[] = [
displayName: 'Analyzer Names or IDs',
name: 'analyzers',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
required: true,
default: [],
typeOptions: {
@@ -354,7 +354,7 @@ export const observableFields: INodeProperties[] = [
displayName: 'Responder Name or ID',
name: 'responder',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
@@ -552,7 +552,7 @@ export const observableFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'loadObservableTypes',
},
- description: 'Type of the observable. Choose from the list, or specify IDs using an expression.',
+ description: 'Type of the observable. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Date Range',
diff --git a/packages/nodes-base/nodes/TheHive/descriptions/TaskDescription.ts b/packages/nodes-base/nodes/TheHive/descriptions/TaskDescription.ts
index f1a2ea2d46664..596c64636a033 100644
--- a/packages/nodes-base/nodes/TheHive/descriptions/TaskDescription.ts
+++ b/packages/nodes-base/nodes/TheHive/descriptions/TaskDescription.ts
@@ -8,7 +8,7 @@ export const taskOperations: INodeProperties[] = [
name: 'operation',
default: 'getAll',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
noDataExpression: true,
required: true,
displayOptions: {
@@ -186,7 +186,7 @@ export const taskFields: INodeProperties[] = [
displayName: 'Responder Name or ID',
name: 'responder',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
required: true,
default: '',
typeOptions: {
diff --git a/packages/nodes-base/nodes/Todoist/Todoist.node.ts b/packages/nodes-base/nodes/Todoist/Todoist.node.ts
index 991f2c603bb31..f51c89f2f05b9 100644
--- a/packages/nodes-base/nodes/Todoist/Todoist.node.ts
+++ b/packages/nodes-base/nodes/Todoist/Todoist.node.ts
@@ -211,7 +211,7 @@ export class Todoist implements INodeType {
},
},
default: '',
- description: 'The project you want to operate on. Choose from the list, or specify an ID using an expression.',
+ description: 'The project you want to operate on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Section Name or ID',
@@ -232,7 +232,7 @@ export class Todoist implements INodeType {
},
},
default: '',
- description: 'Section to which you want move the task. Choose from the list, or specify an ID using an expression.',
+ description: 'Section to which you want move the task. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Label Names or IDs',
@@ -252,7 +252,7 @@ export class Todoist implements INodeType {
},
},
default: [],
- description: 'Optional labels that will be assigned to a created task. Choose from the list, or specify IDs using an expression.',
+ description: 'Optional labels that will be assigned to a created task. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Content',
@@ -350,7 +350,7 @@ export class Todoist implements INodeType {
],
},
default: {},
- description: 'The parent task you want to operate on. Choose from the list, or specify an ID using an expression.',
+ description: 'The parent task you want to operate on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Priority',
@@ -374,7 +374,7 @@ export class Todoist implements INodeType {
],
},
default: {},
- description: 'The section you want to operate on. Choose from the list, or specify an ID using an expression.',
+ description: 'The section you want to operate on. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -458,7 +458,7 @@ export class Todoist implements INodeType {
loadOptionsMethod: 'getLabels',
},
default: {},
- description: 'Filter tasks by label. Choose from the list, or specify an ID using an expression.',
+ description: 'Filter tasks by label. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Lang',
@@ -479,7 +479,7 @@ export class Todoist implements INodeType {
],
},
default: '',
- description: 'Filter tasks by parent task ID. Choose from the list, or specify an ID using an expression.',
+ description: 'Filter tasks by parent task ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Project Name or ID',
@@ -489,7 +489,7 @@ export class Todoist implements INodeType {
loadOptionsMethod: 'getProjects',
},
default: '',
- description: 'Filter tasks by project ID. Choose from the list, or specify an ID using an expression.',
+ description: 'Filter tasks by project ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Section Name or ID',
@@ -502,7 +502,7 @@ export class Todoist implements INodeType {
],
},
default: '',
- description: 'Filter tasks by section ID. Choose from the list, or specify an ID using an expression.',
+ description: 'Filter tasks by section ID. Choose from the list, or specify an ID using an expression.',
},
],
},
@@ -569,7 +569,7 @@ export class Todoist implements INodeType {
displayName: 'Label Names or IDs',
name: 'labels',
type: 'multiOptions',
- description: 'Choose from the list, or specify IDs using an expression',
+ description: 'Choose from the list, or specify IDs using an expression',
typeOptions: {
loadOptionsMethod: 'getLabels',
},
diff --git a/packages/nodes-base/nodes/Twake/Twake.node.ts b/packages/nodes-base/nodes/Twake/Twake.node.ts
index 5a9ff59aec426..be4722cbae173 100644
--- a/packages/nodes-base/nodes/Twake/Twake.node.ts
+++ b/packages/nodes-base/nodes/Twake/Twake.node.ts
@@ -123,7 +123,7 @@ export class Twake implements INodeType {
},
},
default: '',
- description: 'Channel\'s ID. Choose from the list, or specify an ID using an expression.',
+ description: 'Channel\'s ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Content',
diff --git a/packages/nodes-base/nodes/Twist/ChannelDescription.ts b/packages/nodes-base/nodes/Twist/ChannelDescription.ts
index 4024805bd4152..2a1d125ae14b6 100644
--- a/packages/nodes-base/nodes/Twist/ChannelDescription.ts
+++ b/packages/nodes-base/nodes/Twist/ChannelDescription.ts
@@ -86,7 +86,7 @@ export const channelFields: INodeProperties[] = [
},
},
required: true,
- description: 'The ID of the workspace. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the workspace. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Name',
@@ -213,7 +213,7 @@ export const channelFields: INodeProperties[] = [
],
},
default: [],
- description: 'The users that will participate in the channel. Choose from the list, or specify IDs using an expression.',
+ description: 'The users that will participate in the channel. Choose from the list, or specify IDs using an expression.',
},
],
},
@@ -265,7 +265,7 @@ export const channelFields: INodeProperties[] = [
},
},
required: true,
- description: 'The ID of the workspace. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the workspace. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Twist/CommentDescription.ts b/packages/nodes-base/nodes/Twist/CommentDescription.ts
index db828b189e85d..f53ff875318b3 100644
--- a/packages/nodes-base/nodes/Twist/CommentDescription.ts
+++ b/packages/nodes-base/nodes/Twist/CommentDescription.ts
@@ -214,7 +214,7 @@ export const commentFields: INodeProperties[] = [
],
},
default: [],
- description: 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
+ description: 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Mark Thread Position',
@@ -234,7 +234,7 @@ export const commentFields: INodeProperties[] = [
],
},
default: [],
- description: 'The users that will attached to the comment. Choose from the list, or specify IDs using an expression.',
+ description: 'The users that will attached to the comment. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Temporary ID',
@@ -561,7 +561,7 @@ export const commentFields: INodeProperties[] = [
],
},
default: [],
- description: 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
+ description: 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Twist/MessageConversationDescription.ts b/packages/nodes-base/nodes/Twist/MessageConversationDescription.ts
index b2d220e76244a..414320bde1a35 100644
--- a/packages/nodes-base/nodes/Twist/MessageConversationDescription.ts
+++ b/packages/nodes-base/nodes/Twist/MessageConversationDescription.ts
@@ -75,7 +75,7 @@ export const messageConversationFields: INodeProperties[] = [
},
},
required: true,
- description: 'The ID of the workspace. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the workspace. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Conversation Name or ID',
@@ -99,7 +99,7 @@ export const messageConversationFields: INodeProperties[] = [
},
},
required: true,
- description: 'The ID of the conversation. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the conversation. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Content',
@@ -239,7 +239,7 @@ export const messageConversationFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: [],
- description: 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
+ description: 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
},
// {
// displayName: 'Direct Group Mentions ',
@@ -276,7 +276,7 @@ export const messageConversationFields: INodeProperties[] = [
},
},
required: true,
- description: 'The ID of the workspace. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the workspace. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Conversation Name or ID',
@@ -300,7 +300,7 @@ export const messageConversationFields: INodeProperties[] = [
},
},
required: true,
- description: 'The ID of the conversation. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the conversation. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Additional Fields',
@@ -534,7 +534,7 @@ export const messageConversationFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: [],
- description: 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
+ description: 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Twist/ThreadDescription.ts b/packages/nodes-base/nodes/Twist/ThreadDescription.ts
index bef02d274ac38..9fea04deded4c 100644
--- a/packages/nodes-base/nodes/Twist/ThreadDescription.ts
+++ b/packages/nodes-base/nodes/Twist/ThreadDescription.ts
@@ -232,7 +232,7 @@ export const threadFields: INodeProperties[] = [
],
},
default: [],
- description: 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
+ description: 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Recipient Names or IDs',
@@ -245,7 +245,7 @@ export const threadFields: INodeProperties[] = [
],
},
default: [],
- description: 'The users that will attached to the thread. Choose from the list, or specify IDs using an expression.',
+ description: 'The users that will attached to the thread. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Send as Integration',
@@ -560,7 +560,7 @@ export const threadFields: INodeProperties[] = [
],
},
default: [],
- description: 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
+ description: 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Title',
diff --git a/packages/nodes-base/nodes/Twitter/TweetDescription.ts b/packages/nodes-base/nodes/Twitter/TweetDescription.ts
index d7405c6ca25f2..d7a79af73dfea 100644
--- a/packages/nodes-base/nodes/Twitter/TweetDescription.ts
+++ b/packages/nodes-base/nodes/Twitter/TweetDescription.ts
@@ -274,7 +274,7 @@ export const tweetFields: INodeProperties[] = [
loadOptionsMethod: 'getLanguages',
},
default: '',
- description: 'Restricts tweets to the given language, given by an ISO 639-1 code. Language detection is best-effort. Choose from the list, or specify an ID using an expression.',
+ description: 'Restricts tweets to the given language, given by an ISO 639-1 code. Language detection is best-effort. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Location',
diff --git a/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.ts b/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.ts
index 53d2a7071eb37..9a7966183943f 100644
--- a/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.ts
+++ b/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.ts
@@ -97,7 +97,7 @@ export class TypeformTrigger implements INodeType {
options: [],
default: '',
required: true,
- description: 'Form which should trigger workflow on submission. Choose from the list, or specify an ID using an expression.',
+ description: 'Form which should trigger workflow on submission. Choose from the list, or specify an ID using an expression.',
},
{
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-simplify
diff --git a/packages/nodes-base/nodes/Webflow/ItemDescription.ts b/packages/nodes-base/nodes/Webflow/ItemDescription.ts
index 42f4080b30caa..710af77e65fad 100644
--- a/packages/nodes-base/nodes/Webflow/ItemDescription.ts
+++ b/packages/nodes-base/nodes/Webflow/ItemDescription.ts
@@ -69,7 +69,7 @@ export const itemFields: INodeProperties[] = [
],
},
},
- description: 'ID of the site containing the collection whose items to add to. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the site containing the collection whose items to add to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Collection Name or ID',
@@ -93,7 +93,7 @@ export const itemFields: INodeProperties[] = [
],
},
},
- description: 'ID of the collection to add an item to. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the collection to add an item to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Live',
@@ -148,7 +148,7 @@ export const itemFields: INodeProperties[] = [
],
},
default: '',
- description: 'Field to set for the item to create. Choose from the list, or specify an ID using an expression.',
+ description: 'Field to set for the item to create. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
@@ -185,7 +185,7 @@ export const itemFields: INodeProperties[] = [
],
},
},
- description: 'ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Collection Name or ID',
@@ -210,7 +210,7 @@ export const itemFields: INodeProperties[] = [
],
},
},
- description: 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Item ID',
@@ -253,7 +253,7 @@ export const itemFields: INodeProperties[] = [
],
},
},
- description: 'ID of the site containing the collection whose items to update. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the site containing the collection whose items to update. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Collection Name or ID',
@@ -277,7 +277,7 @@ export const itemFields: INodeProperties[] = [
],
},
},
- description: 'ID of the collection whose items to update. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the collection whose items to update. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Item ID',
@@ -350,7 +350,7 @@ export const itemFields: INodeProperties[] = [
],
},
default: '',
- description: 'Field to set for the item to update. Choose from the list, or specify an ID using an expression.',
+ description: 'Field to set for the item to update. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
@@ -385,7 +385,7 @@ export const itemFields: INodeProperties[] = [
],
},
},
- description: 'ID of the site containing the collection whose items to retrieve. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the site containing the collection whose items to retrieve. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Collection Name or ID',
@@ -409,7 +409,7 @@ export const itemFields: INodeProperties[] = [
],
},
},
- description: 'ID of the collection whose items to retrieve. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the collection whose items to retrieve. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Webflow/WebflowTrigger.node.ts b/packages/nodes-base/nodes/Webflow/WebflowTrigger.node.ts
index d7b7b34e5d413..f1d9a4c49baad 100644
--- a/packages/nodes-base/nodes/Webflow/WebflowTrigger.node.ts
+++ b/packages/nodes-base/nodes/Webflow/WebflowTrigger.node.ts
@@ -87,7 +87,7 @@ export class WebflowTrigger implements INodeType {
typeOptions: {
loadOptionsMethod: 'getSites',
},
- description: 'Site that will trigger the events. Choose from the list, or specify an ID using an expression.',
+ description: 'Site that will trigger the events. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Event',
diff --git a/packages/nodes-base/nodes/Wekan/BoardDescription.ts b/packages/nodes-base/nodes/Wekan/BoardDescription.ts
index 2f44d0aa3950a..9c8aa9a93a720 100644
--- a/packages/nodes-base/nodes/Wekan/BoardDescription.ts
+++ b/packages/nodes-base/nodes/Wekan/BoardDescription.ts
@@ -91,7 +91,7 @@ export const boardFields: INodeProperties[] = [
],
},
},
- description: 'The user ID in Wekan. Choose from the list, or specify an ID using an expression.',
+ description: 'The user ID in Wekan. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Additional Fields',
@@ -264,7 +264,7 @@ export const boardFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the user that boards are attached. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the user that boards are attached. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Wekan/CardCommentDescription.ts b/packages/nodes-base/nodes/Wekan/CardCommentDescription.ts
index 679628e7c55e9..22fdf25b2f524 100644
--- a/packages/nodes-base/nodes/Wekan/CardCommentDescription.ts
+++ b/packages/nodes-base/nodes/Wekan/CardCommentDescription.ts
@@ -68,7 +68,7 @@ export const cardCommentFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -92,7 +92,7 @@ export const cardCommentFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -117,7 +117,7 @@ export const cardCommentFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the card. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the card. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Author Name or ID',
@@ -138,7 +138,7 @@ export const cardCommentFields: INodeProperties[] = [
],
},
},
- description: 'The user who posted the comment. Choose from the list, or specify an ID using an expression.',
+ description: 'The user who posted the comment. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Comment',
@@ -181,7 +181,7 @@ export const cardCommentFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -205,7 +205,7 @@ export const cardCommentFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -230,7 +230,7 @@ export const cardCommentFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the card. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the card. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Comment Name or ID',
@@ -255,7 +255,7 @@ export const cardCommentFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the comment to delete. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the comment to delete. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -301,7 +301,7 @@ export const cardCommentFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -326,7 +326,7 @@ export const cardCommentFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the card. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the card. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Comment ID',
@@ -369,7 +369,7 @@ export const cardCommentFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -393,7 +393,7 @@ export const cardCommentFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -418,7 +418,7 @@ export const cardCommentFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the card. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the card. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Wekan/CardDescription.ts b/packages/nodes-base/nodes/Wekan/CardDescription.ts
index 32ecfc7ca1c2e..cbe6f16179074 100644
--- a/packages/nodes-base/nodes/Wekan/CardDescription.ts
+++ b/packages/nodes-base/nodes/Wekan/CardDescription.ts
@@ -77,7 +77,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -101,7 +101,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list to create card in. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list to create card in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Title',
@@ -144,13 +144,13 @@ export const cardFields: INodeProperties[] = [
],
},
},
- description: 'The swimlane ID of the new card. Choose from the list, or specify an ID using an expression.',
+ description: 'The swimlane ID of the new card. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Author Name or ID',
name: 'authorId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
@@ -192,7 +192,7 @@ export const cardFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: [],
- description: 'The new list of assignee IDs attached to the card. Choose from the list, or specify IDs using an expression.',
+ description: 'The new list of assignee IDs attached to the card. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Description',
@@ -209,7 +209,7 @@ export const cardFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: [],
- description: 'The new list of member IDs attached to the card. Choose from the list, or specify IDs using an expression.',
+ description: 'The new list of member IDs attached to the card. Choose from the list, or specify IDs using an expression.',
},
],
},
@@ -236,7 +236,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -260,7 +260,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -285,7 +285,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the card to delete. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the card to delete. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -310,7 +310,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -334,7 +334,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card ID',
@@ -377,7 +377,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'From Object',
@@ -431,7 +431,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Swimlane Name or ID',
@@ -457,7 +457,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the swimlane that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the swimlane that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
@@ -523,7 +523,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -547,7 +547,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -572,7 +572,7 @@ export const cardFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the card to update. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the card to update. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Update Fields',
@@ -599,7 +599,7 @@ export const cardFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
- description: 'Update the owner of the card. Choose from the list, or specify an ID using an expression.',
+ description: 'Update the owner of the card. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Assignee Names or IDs',
@@ -609,7 +609,7 @@ export const cardFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: [],
- description: 'The new list of assignee IDs attached to the card. Choose from the list, or specify IDs using an expression.',
+ description: 'The new list of assignee IDs attached to the card. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Color',
@@ -759,7 +759,7 @@ export const cardFields: INodeProperties[] = [
],
},
default: '',
- description: 'The new list ID of the card (move operation). Choose from the list, or specify an ID using an expression.',
+ description: 'The new list ID of the card (move operation). Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Member Names or IDs',
@@ -769,7 +769,7 @@ export const cardFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: [],
- description: 'The new list of member IDs attached to the card. Choose from the list, or specify IDs using an expression.',
+ description: 'The new list of member IDs attached to the card. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Over Time',
@@ -791,7 +791,7 @@ export const cardFields: INodeProperties[] = [
],
},
default: '',
- description: 'The parent of the card. Choose from the list, or specify an ID using an expression.',
+ description: 'The parent of the card. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Received At',
@@ -835,7 +835,7 @@ export const cardFields: INodeProperties[] = [
],
},
default: '',
- description: 'The new swimlane ID of the card. Choose from the list, or specify an ID using an expression.',
+ description: 'The new swimlane ID of the card. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Title',
diff --git a/packages/nodes-base/nodes/Wekan/ChecklistDescription.ts b/packages/nodes-base/nodes/Wekan/ChecklistDescription.ts
index 1d91fb56191bd..3e3abd26ac3e4 100644
--- a/packages/nodes-base/nodes/Wekan/ChecklistDescription.ts
+++ b/packages/nodes-base/nodes/Wekan/ChecklistDescription.ts
@@ -72,7 +72,7 @@ export const checklistFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board where the card is in. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board where the card is in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -96,7 +96,7 @@ export const checklistFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -121,7 +121,7 @@ export const checklistFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the card to add checklist to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the card to add checklist to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Title',
@@ -185,7 +185,7 @@ export const checklistFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -209,7 +209,7 @@ export const checklistFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -234,7 +234,7 @@ export const checklistFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the card that checklist belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the card that checklist belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Checklist Name or ID',
@@ -259,7 +259,7 @@ export const checklistFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the checklist to delete. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the checklist to delete. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -284,7 +284,7 @@ export const checklistFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -308,7 +308,7 @@ export const checklistFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -333,7 +333,7 @@ export const checklistFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the card that checklist belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the card that checklist belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Checklist Name or ID',
@@ -358,7 +358,7 @@ export const checklistFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the checklist to get. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the checklist to get. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -383,7 +383,7 @@ export const checklistFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -407,7 +407,7 @@ export const checklistFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -432,7 +432,7 @@ export const checklistFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the card to get checklists. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the card to get checklists. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Wekan/ChecklistItemDescription.ts b/packages/nodes-base/nodes/Wekan/ChecklistItemDescription.ts
index 8e3f2b67e7c6f..54e8de864069b 100644
--- a/packages/nodes-base/nodes/Wekan/ChecklistItemDescription.ts
+++ b/packages/nodes-base/nodes/Wekan/ChecklistItemDescription.ts
@@ -66,7 +66,7 @@ export const checklistItemFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -90,7 +90,7 @@ export const checklistItemFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -115,7 +115,7 @@ export const checklistItemFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Checklist Name or ID',
@@ -140,7 +140,7 @@ export const checklistItemFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the checklistItem that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the checklistItem that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Checklist Item Name or ID',
@@ -166,7 +166,7 @@ export const checklistItemFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the checklistItem item to get. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the checklistItem item to get. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -191,7 +191,7 @@ export const checklistItemFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -215,7 +215,7 @@ export const checklistItemFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -240,7 +240,7 @@ export const checklistItemFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Checklist ID',
@@ -284,7 +284,7 @@ export const checklistItemFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the checklistItem item to get. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the checklistItem item to get. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -309,7 +309,7 @@ export const checklistItemFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -333,7 +333,7 @@ export const checklistItemFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Card Name or ID',
@@ -358,7 +358,7 @@ export const checklistItemFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'CheckList Name or ID',
@@ -383,7 +383,7 @@ export const checklistItemFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the checklistItem that card belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the checklistItem that card belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Checklist Item Name or ID',
@@ -409,7 +409,7 @@ export const checklistItemFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the checklistItem item to update. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the checklistItem item to update. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Update Fields',
diff --git a/packages/nodes-base/nodes/Wekan/ListDescription.ts b/packages/nodes-base/nodes/Wekan/ListDescription.ts
index 14c178bba5b12..6cbf871ddc426 100644
--- a/packages/nodes-base/nodes/Wekan/ListDescription.ts
+++ b/packages/nodes-base/nodes/Wekan/ListDescription.ts
@@ -71,7 +71,7 @@ export const listFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board the list should be created in. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board the list should be created in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Title',
@@ -115,7 +115,7 @@ export const listFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List Name or ID',
@@ -139,7 +139,7 @@ export const listFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the list to delete. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the list to delete. Choose from the list, or specify an ID using an expression.',
},
// ----------------------------------
@@ -164,7 +164,7 @@ export const listFields: INodeProperties[] = [
],
},
},
- description: 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'List ID',
@@ -207,7 +207,7 @@ export const listFields: INodeProperties[] = [
],
},
},
- description: 'ID of the board where the lists are in. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the board where the lists are in. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Return All',
diff --git a/packages/nodes-base/nodes/Wise/WiseTrigger.node.ts b/packages/nodes-base/nodes/Wise/WiseTrigger.node.ts
index 8570f80d247de..9e6cd55ac8fef 100644
--- a/packages/nodes-base/nodes/Wise/WiseTrigger.node.ts
+++ b/packages/nodes-base/nodes/Wise/WiseTrigger.node.ts
@@ -56,7 +56,7 @@ export class WiseTrigger implements INodeType {
displayName: 'Profile Name or ID',
name: 'profileId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
required: true,
typeOptions: {
loadOptionsMethod: 'getProfiles',
diff --git a/packages/nodes-base/nodes/Wise/descriptions/AccountDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/AccountDescription.ts
index 92047b66735f5..55ea13489db5c 100644
--- a/packages/nodes-base/nodes/Wise/descriptions/AccountDescription.ts
+++ b/packages/nodes-base/nodes/Wise/descriptions/AccountDescription.ts
@@ -52,7 +52,7 @@ export const accountFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getProfiles',
},
- description: 'ID of the user profile to retrieve the balance of. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user profile to retrieve the balance of. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
@@ -76,7 +76,7 @@ export const accountFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getProfiles',
},
- description: 'ID of the user profile whose account to retrieve the statement of. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user profile whose account to retrieve the statement of. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
@@ -100,7 +100,7 @@ export const accountFields: INodeProperties[] = [
'profileId',
],
},
- description: 'ID of the borderless account to retrieve the statement of. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the borderless account to retrieve the statement of. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
diff --git a/packages/nodes-base/nodes/Wise/descriptions/ProfileDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/ProfileDescription.ts
index 817f7cc36c9f0..0987ea216e51d 100644
--- a/packages/nodes-base/nodes/Wise/descriptions/ProfileDescription.ts
+++ b/packages/nodes-base/nodes/Wise/descriptions/ProfileDescription.ts
@@ -44,7 +44,7 @@ export const profileFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getProfiles',
},
- description: 'ID of the user profile to retrieve. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user profile to retrieve. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
diff --git a/packages/nodes-base/nodes/Wise/descriptions/QuoteDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/QuoteDescription.ts
index fad94c11c6903..8c8545b35f616 100644
--- a/packages/nodes-base/nodes/Wise/descriptions/QuoteDescription.ts
+++ b/packages/nodes-base/nodes/Wise/descriptions/QuoteDescription.ts
@@ -44,7 +44,7 @@ export const quoteFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getProfiles',
},
- description: 'ID of the user profile to create the quote under. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user profile to create the quote under. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
@@ -65,7 +65,7 @@ export const quoteFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getRecipients',
},
- description: 'ID of the account that will receive the funds. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the account that will receive the funds. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
diff --git a/packages/nodes-base/nodes/Wise/descriptions/TransferDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/TransferDescription.ts
index 16b2838af6590..55e5bb13d55a8 100644
--- a/packages/nodes-base/nodes/Wise/descriptions/TransferDescription.ts
+++ b/packages/nodes-base/nodes/Wise/descriptions/TransferDescription.ts
@@ -62,7 +62,7 @@ export const transferFields: INodeProperties[] = [
'profileId',
],
},
- description: 'ID of the user profile to retrieve the balance of. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user profile to retrieve the balance of. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
@@ -101,7 +101,7 @@ export const transferFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getRecipients',
},
- description: 'ID of the account that will receive the funds. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the account that will receive the funds. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
@@ -174,7 +174,7 @@ export const transferFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getProfiles',
},
- description: 'ID of the user profile to execute the transfer under. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user profile to execute the transfer under. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
@@ -300,7 +300,7 @@ export const transferFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getProfiles',
},
- description: 'ID of the user profile to retrieve. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the user profile to retrieve. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
diff --git a/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts b/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts
index ff6da08016fdb..b5812cc240315 100644
--- a/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts
+++ b/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts
@@ -149,7 +149,7 @@ export const productFields: INodeProperties[] = [
loadOptionsMethod: 'getCategories',
},
default: [],
- description: 'List of categories. Choose from the list, or specify IDs using an expression.',
+ description: 'List of categories. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Cross Sell IDs',
@@ -348,7 +348,7 @@ export const productFields: INodeProperties[] = [
loadOptionsMethod: 'getTags',
},
default: [],
- description: 'List of tags. Choose from the list, or specify IDs using an expression.',
+ description: 'List of tags. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Tax Class',
@@ -663,7 +663,7 @@ export const productFields: INodeProperties[] = [
loadOptionsMethod: 'getCategories',
},
default: [],
- description: 'List of categories. Choose from the list, or specify IDs using an expression.',
+ description: 'List of categories. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Cross Sell IDs',
@@ -869,7 +869,7 @@ export const productFields: INodeProperties[] = [
loadOptionsMethod: 'getTags',
},
default: [],
- description: 'List of tags. Choose from the list, or specify IDs using an expression.',
+ description: 'List of tags. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Tax Class',
@@ -1190,7 +1190,7 @@ export const productFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getCategories',
},
- description: 'Limit result set to products assigned a specific category ID. Choose from the list, or specify an ID using an expression.',
+ description: 'Limit result set to products assigned a specific category ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Context',
@@ -1359,7 +1359,7 @@ export const productFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getTags',
},
- description: 'Limit result set to products assigned a specific tag ID. Choose from the list, or specify an ID using an expression.',
+ description: 'Limit result set to products assigned a specific tag ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Tax Class',
diff --git a/packages/nodes-base/nodes/Wordpress/PostDescription.ts b/packages/nodes-base/nodes/Wordpress/PostDescription.ts
index 38bfb93f0eecb..d124bd8e1ef99 100644
--- a/packages/nodes-base/nodes/Wordpress/PostDescription.ts
+++ b/packages/nodes-base/nodes/Wordpress/PostDescription.ts
@@ -96,7 +96,7 @@ export const postFields: INodeProperties[] = [
loadOptionsMethod: 'getAuthors',
},
default: '',
- description: 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Content',
@@ -249,7 +249,7 @@ export const postFields: INodeProperties[] = [
loadOptionsMethod: 'getCategories',
},
default: [],
- description: 'The terms assigned to the object in the category taxonomy. Choose from the list, or specify IDs using an expression.',
+ description: 'The terms assigned to the object in the category taxonomy. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Tag Names or IDs',
@@ -259,7 +259,7 @@ export const postFields: INodeProperties[] = [
loadOptionsMethod: 'getTags',
},
default: [],
- description: 'The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an expression.',
+ description: 'The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Template',
@@ -375,7 +375,7 @@ export const postFields: INodeProperties[] = [
loadOptionsMethod: 'getAuthors',
},
default: '',
- description: 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Title',
@@ -535,7 +535,7 @@ export const postFields: INodeProperties[] = [
loadOptionsMethod: 'getCategories',
},
default: [],
- description: 'The terms assigned to the object in the category taxonomy. Choose from the list, or specify IDs using an expression.',
+ description: 'The terms assigned to the object in the category taxonomy. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Tag Names or IDs',
@@ -545,7 +545,7 @@ export const postFields: INodeProperties[] = [
loadOptionsMethod: 'getTags',
},
default: [],
- description: 'The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an expression.',
+ description: 'The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Template',
@@ -759,7 +759,7 @@ export const postFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getAuthors',
},
- description: 'Limit result set to posts assigned to specific authors. Choose from the list, or specify IDs using an expression.',
+ description: 'Limit result set to posts assigned to specific authors. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Before',
@@ -776,7 +776,7 @@ export const postFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getCategories',
},
- description: 'Limit result set to all items that have the specified term assigned in the categories taxonomy. Choose from the list, or specify IDs using an expression.',
+ description: 'Limit result set to all items that have the specified term assigned in the categories taxonomy. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Context',
@@ -808,7 +808,7 @@ export const postFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getCategories',
},
- description: 'Limit result set to all items except those that have the specified term assigned in the categories taxonomy. Choose from the list, or specify IDs using an expression.',
+ description: 'Limit result set to all items except those that have the specified term assigned in the categories taxonomy. Choose from the list, or specify IDs using an expression.',
},
{
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-multi-options
@@ -819,7 +819,7 @@ export const postFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getTags',
},
- description: 'Limit result set to all items except those that have the specified term assigned in the tags taxonomy. Choose from the list, or specify IDs using an expression.',
+ description: 'Limit result set to all items except those that have the specified term assigned in the tags taxonomy. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Order',
@@ -938,7 +938,7 @@ export const postFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getTags',
},
- description: 'Limit result set to all items that have the specified term assigned in the tags taxonomy. Choose from the list, or specify IDs using an expression.',
+ description: 'Limit result set to all items that have the specified term assigned in the tags taxonomy. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Workable/WorkableTrigger.node.ts b/packages/nodes-base/nodes/Workable/WorkableTrigger.node.ts
index fd5b30e49e268..da5611cdbd321 100644
--- a/packages/nodes-base/nodes/Workable/WorkableTrigger.node.ts
+++ b/packages/nodes-base/nodes/Workable/WorkableTrigger.node.ts
@@ -82,7 +82,7 @@ export class WorkableTrigger implements INodeType {
loadOptionsMethod: 'getJobs',
},
default: '',
- description: 'Get notifications only for one job. Choose from the list, or specify an ID using an expression.',
+ description: 'Get notifications only for one job. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Stage Name or ID',
@@ -92,7 +92,7 @@ export class WorkableTrigger implements INodeType {
loadOptionsMethod: 'getStages',
},
default: '',
- description: 'Get notifications for specific stages. e.g. \'hired\'. Choose from the list, or specify an ID using an expression.',
+ description: 'Get notifications for specific stages. e.g. \'hired\'. Choose from the list, or specify an ID using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/WorkflowTrigger/WorkflowTrigger.node.json b/packages/nodes-base/nodes/WorkflowTrigger/WorkflowTrigger.node.json
index c58d9ef9e4733..f4559e0b81477 100644
--- a/packages/nodes-base/nodes/WorkflowTrigger/WorkflowTrigger.node.json
+++ b/packages/nodes-base/nodes/WorkflowTrigger/WorkflowTrigger.node.json
@@ -8,7 +8,7 @@
"resources": {
"primaryDocumentation": [
{
- "url": "https://docs.n8n.io/nodes/n8n-nodes-base.WorkflowTrigger/"
+ "url": "https://docs.n8n.io/integrations/core-nodes/n8n-nodes-base.workflowtrigger/"
}
]
},
@@ -17,4 +17,4 @@
"Flow"
]
}
-}
\ No newline at end of file
+}
diff --git a/packages/nodes-base/nodes/Wufoo/WufooTrigger.node.ts b/packages/nodes-base/nodes/Wufoo/WufooTrigger.node.ts
index bc2cde454e2fc..4d6924acc7011 100644
--- a/packages/nodes-base/nodes/Wufoo/WufooTrigger.node.ts
+++ b/packages/nodes-base/nodes/Wufoo/WufooTrigger.node.ts
@@ -64,7 +64,7 @@ export class WufooTrigger implements INodeType {
typeOptions: {
loadOptionsMethod: 'getForms',
},
- description: 'The form upon which will trigger this node when a new entry is made. Choose from the list, or specify an ID using an expression.',
+ description: 'The form upon which will trigger this node when a new entry is made. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Only Answers',
diff --git a/packages/nodes-base/nodes/Xero/ContactDescription.ts b/packages/nodes-base/nodes/Xero/ContactDescription.ts
index 25a459e6fa9d0..93fbc4badaef3 100644
--- a/packages/nodes-base/nodes/Xero/ContactDescription.ts
+++ b/packages/nodes-base/nodes/Xero/ContactDescription.ts
@@ -54,7 +54,7 @@ export const contactFields: INodeProperties[] = [
displayName: 'Organization Name or ID',
name: 'organizationId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTenants',
},
@@ -323,7 +323,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getAccountCodes',
},
default: '',
- description: 'The default purchases account code for contacts. Choose from the list, or specify an ID using an expression.',
+ description: 'The default purchases account code for contacts. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sales Default Account Code Name or ID',
@@ -333,7 +333,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getAccountCodes',
},
default: '',
- description: 'The default sales account code for contacts. Choose from the list, or specify an ID using an expression.',
+ description: 'The default sales account code for contacts. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Skype',
@@ -365,7 +365,7 @@ export const contactFields: INodeProperties[] = [
displayName: 'Organization Name or ID',
name: 'organizationId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTenants',
},
@@ -406,7 +406,7 @@ export const contactFields: INodeProperties[] = [
displayName: 'Organization Name or ID',
name: 'organizationId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTenants',
},
@@ -532,7 +532,7 @@ export const contactFields: INodeProperties[] = [
displayName: 'Organization Name or ID',
name: 'organizationId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTenants',
},
@@ -807,7 +807,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getAccountCodes',
},
default: '',
- description: 'The default purchases account code for contacts. Choose from the list, or specify an ID using an expression.',
+ description: 'The default purchases account code for contacts. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sales Default Account Code Name or ID',
@@ -817,7 +817,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getAccountCodes',
},
default: '',
- description: 'The default sales account code for contacts. Choose from the list, or specify an ID using an expression.',
+ description: 'The default sales account code for contacts. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Skype',
diff --git a/packages/nodes-base/nodes/Xero/InvoiceDescription.ts b/packages/nodes-base/nodes/Xero/InvoiceDescription.ts
index 2b2a4dcfad068..1c0b79995445f 100644
--- a/packages/nodes-base/nodes/Xero/InvoiceDescription.ts
+++ b/packages/nodes-base/nodes/Xero/InvoiceDescription.ts
@@ -54,7 +54,7 @@ export const invoiceFields: INodeProperties[] = [
displayName: 'Organization Name or ID',
name: 'organizationId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTenants',
},
@@ -171,7 +171,7 @@ export const invoiceFields: INodeProperties[] = [
displayName: 'Item Code Name or ID',
name: 'itemCode',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getItemCodes',
loadOptionsDependsOn: [
@@ -184,7 +184,7 @@ export const invoiceFields: INodeProperties[] = [
displayName: 'Account Code Name or ID',
name: 'accountCode',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAccountCodes',
loadOptionsDependsOn: [
@@ -309,7 +309,7 @@ export const invoiceFields: INodeProperties[] = [
displayName: 'Branding Theme Name or ID',
name: 'brandingThemeId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getBrandingThemes',
loadOptionsDependsOn: [
@@ -322,7 +322,7 @@ export const invoiceFields: INodeProperties[] = [
displayName: 'Currency Name or ID',
name: 'currency',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getCurrencies',
loadOptionsDependsOn: [
@@ -445,7 +445,7 @@ export const invoiceFields: INodeProperties[] = [
displayName: 'Organization Name or ID',
name: 'organizationId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTenants',
},
@@ -500,7 +500,7 @@ export const invoiceFields: INodeProperties[] = [
displayName: 'Branding Theme Name or ID',
name: 'brandingThemeId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getBrandingThemes',
loadOptionsDependsOn: [
@@ -519,7 +519,7 @@ export const invoiceFields: INodeProperties[] = [
displayName: 'Currency Name or ID',
name: 'currency',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getCurrencies',
loadOptionsDependsOn: [
@@ -635,7 +635,7 @@ export const invoiceFields: INodeProperties[] = [
displayName: 'Item Code Name or ID',
name: 'itemCode',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getItemCodes',
loadOptionsDependsOn: [
@@ -648,7 +648,7 @@ export const invoiceFields: INodeProperties[] = [
displayName: 'Account Code Name or ID',
name: 'accountCode',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAccountCodes',
loadOptionsDependsOn: [
@@ -809,7 +809,7 @@ export const invoiceFields: INodeProperties[] = [
displayName: 'Organization Name or ID',
name: 'organizationId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTenants',
},
@@ -850,7 +850,7 @@ export const invoiceFields: INodeProperties[] = [
displayName: 'Organization Name or ID',
name: 'organizationId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getTenants',
},
diff --git a/packages/nodes-base/nodes/Zammad/descriptions/GroupDescription.ts b/packages/nodes-base/nodes/Zammad/descriptions/GroupDescription.ts
index 285f4279e636b..7bf899efbe559 100644
--- a/packages/nodes-base/nodes/Zammad/descriptions/GroupDescription.ts
+++ b/packages/nodes-base/nodes/Zammad/descriptions/GroupDescription.ts
@@ -77,7 +77,7 @@ export const groupDescription: INodeProperties[] = [
displayName: 'Group ID',
name: 'id',
type: 'string',
- description: 'Group to update. Specify an ID using an expression.',
+ description: 'Group to update. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -95,7 +95,7 @@ export const groupDescription: INodeProperties[] = [
displayName: 'Group ID',
name: 'id',
type: 'string',
- description: 'Group to delete. Specify an ID using an expression.',
+ description: 'Group to delete. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -113,7 +113,7 @@ export const groupDescription: INodeProperties[] = [
displayName: 'Group ID',
name: 'id',
type: 'string',
- description: 'Group to retrieve. Specify an ID using an expression.',
+ description: 'Group to retrieve. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -173,7 +173,7 @@ export const groupDescription: INodeProperties[] = [
loadOptionsMethod: 'loadGroupCustomFields',
},
default: '',
- description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
@@ -242,7 +242,7 @@ export const groupDescription: INodeProperties[] = [
loadOptionsMethod: 'loadGroupCustomFields',
},
default: '',
- description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
diff --git a/packages/nodes-base/nodes/Zammad/descriptions/OrganizationDescription.ts b/packages/nodes-base/nodes/Zammad/descriptions/OrganizationDescription.ts
index bea5b7d160107..adffa7e78429f 100644
--- a/packages/nodes-base/nodes/Zammad/descriptions/OrganizationDescription.ts
+++ b/packages/nodes-base/nodes/Zammad/descriptions/OrganizationDescription.ts
@@ -77,7 +77,7 @@ export const organizationDescription: INodeProperties[] = [
displayName: 'Organization ID',
name: 'id',
type: 'string',
- description: 'Organization to update. Specify an ID using an expression.',
+ description: 'Organization to update. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -95,7 +95,7 @@ export const organizationDescription: INodeProperties[] = [
displayName: 'Organization ID',
name: 'id',
type: 'string',
- description: 'Organization to delete. Specify an ID using an expression.',
+ description: 'Organization to delete. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -113,7 +113,7 @@ export const organizationDescription: INodeProperties[] = [
displayName: 'Organization ID',
name: 'id',
type: 'string',
- description: 'Organization to retrieve. Specify an ID using an expression.',
+ description: 'Organization to retrieve. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -172,7 +172,7 @@ export const organizationDescription: INodeProperties[] = [
loadOptionsMethod: 'loadOrganizationCustomFields',
},
default: '',
- description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -241,7 +241,7 @@ export const organizationDescription: INodeProperties[] = [
loadOptionsMethod: 'loadOrganizationCustomFields',
},
default: '',
- description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
diff --git a/packages/nodes-base/nodes/Zammad/descriptions/TicketDescription.ts b/packages/nodes-base/nodes/Zammad/descriptions/TicketDescription.ts
index 3a9f50c6d0530..74c8e77b937a8 100644
--- a/packages/nodes-base/nodes/Zammad/descriptions/TicketDescription.ts
+++ b/packages/nodes-base/nodes/Zammad/descriptions/TicketDescription.ts
@@ -76,7 +76,7 @@ export const ticketDescription: INodeProperties[] = [
loadOptionsMethod: 'loadGroupNames',
},
placeholder: 'First-Level Helpdesk',
- description: 'Group that will own the ticket to create. Choose from the list, or specify an ID using an expression.',
+ description: 'Group that will own the ticket to create. Choose from the list, or specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -97,7 +97,7 @@ export const ticketDescription: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'loadCustomerEmails',
},
- description: 'Email address of the customer concerned in the ticket to create. Choose from the list, or specify an ID using an expression.',
+ description: 'Email address of the customer concerned in the ticket to create. Choose from the list, or specify an ID using an expression.',
default: '',
placeholder: 'hello@n8n.io',
required: true,
@@ -116,7 +116,7 @@ export const ticketDescription: INodeProperties[] = [
displayName: 'Ticket ID',
name: 'id',
type: 'string',
- description: 'Ticket to retrieve. Specify an ID using an expression.',
+ description: 'Ticket to retrieve. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -135,7 +135,7 @@ export const ticketDescription: INodeProperties[] = [
name: 'id',
type: 'string',
default: '',
- description: 'Ticket to delete. Specify an ID using an expression.',
+ description: 'Ticket to delete. Specify an ID using an expression.',
required: true,
displayOptions: {
show: {
@@ -279,7 +279,7 @@ export const ticketDescription: INodeProperties[] = [
loadOptionsMethod: 'loadTicketCustomFields',
},
default: '',
- description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
diff --git a/packages/nodes-base/nodes/Zammad/descriptions/UserDescription.ts b/packages/nodes-base/nodes/Zammad/descriptions/UserDescription.ts
index 5fadcc794f8f0..ab047c90dd9f5 100644
--- a/packages/nodes-base/nodes/Zammad/descriptions/UserDescription.ts
+++ b/packages/nodes-base/nodes/Zammad/descriptions/UserDescription.ts
@@ -102,7 +102,7 @@ export const userDescription: INodeProperties[] = [
displayName: 'User ID',
name: 'id',
type: 'string',
- description: 'User to update. Specify an ID using an expression.',
+ description: 'User to update. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -120,7 +120,7 @@ export const userDescription: INodeProperties[] = [
displayName: 'User ID',
name: 'id',
type: 'string',
- description: 'User to delete. Specify an ID using an expression.',
+ description: 'User to delete. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -138,7 +138,7 @@ export const userDescription: INodeProperties[] = [
displayName: 'User ID',
name: 'id',
type: 'string',
- description: 'User to retrieve. Specify an ID using an expression.',
+ description: 'User to retrieve. Specify an ID using an expression.',
default: '',
required: true,
displayOptions: {
@@ -240,7 +240,7 @@ export const userDescription: INodeProperties[] = [
loadOptionsMethod: 'loadUserCustomFields',
},
default: '',
- description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
@@ -287,7 +287,7 @@ export const userDescription: INodeProperties[] = [
displayName: 'Organization Name or ID',
name: 'organization',
type: 'options',
- description: 'Name of the organization to assign to the user. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the organization to assign to the user. Choose from the list, or specify an ID using an expression.',
default: '',
typeOptions: {
loadOptionsMethod: 'loadOrganizations',
@@ -418,7 +418,7 @@ export const userDescription: INodeProperties[] = [
loadOptionsMethod: 'loadUserCustomFields',
},
default: '',
- description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Field Value',
@@ -479,7 +479,7 @@ export const userDescription: INodeProperties[] = [
displayName: 'Organization Name or ID',
name: 'organization',
type: 'options',
- description: 'Name of the organization to assign to the user. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the organization to assign to the user. Choose from the list, or specify an ID using an expression.',
default: '',
typeOptions: {
loadOptionsMethod: 'loadOrganizationNames',
@@ -639,7 +639,7 @@ export const userDescription: INodeProperties[] = [
displayName: 'Sort Key Name or ID',
name: 'sort_by',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'loadUserFields',
},
diff --git a/packages/nodes-base/nodes/Zendesk/ConditionDescription.ts b/packages/nodes-base/nodes/Zendesk/ConditionDescription.ts
index 3b0308622576c..f0f4c7f088504 100644
--- a/packages/nodes-base/nodes/Zendesk/ConditionDescription.ts
+++ b/packages/nodes-base/nodes/Zendesk/ConditionDescription.ts
@@ -293,7 +293,7 @@ export const conditionFields: INodeProperties[] = [
displayName: 'Value',
name: 'value',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getGroups',
},
@@ -319,7 +319,7 @@ export const conditionFields: INodeProperties[] = [
displayName: 'Value',
name: 'value',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getUsers',
},
diff --git a/packages/nodes-base/nodes/Zendesk/OrganizationDescription.ts b/packages/nodes-base/nodes/Zendesk/OrganizationDescription.ts
index ae59c7c45a682..ec53994e2b61f 100644
--- a/packages/nodes-base/nodes/Zendesk/OrganizationDescription.ts
+++ b/packages/nodes-base/nodes/Zendesk/OrganizationDescription.ts
@@ -141,7 +141,7 @@ export const organizationFields: INodeProperties[] = [
displayName: 'Field Name or ID',
name: 'field',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getOrganizationFields',
},
@@ -165,7 +165,7 @@ export const organizationFields: INodeProperties[] = [
loadOptionsMethod: 'getTags',
},
default: [],
- description: 'IDs of tags applied to this organization. Choose from the list, or specify IDs using an expression.',
+ description: 'IDs of tags applied to this organization. Choose from the list, or specify IDs using an expression.',
},
],
},
@@ -251,7 +251,7 @@ export const organizationFields: INodeProperties[] = [
displayName: 'Field Name or ID',
name: 'field',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getOrganizationFields',
},
@@ -275,7 +275,7 @@ export const organizationFields: INodeProperties[] = [
loadOptionsMethod: 'getTags',
},
default: [],
- description: 'IDs of tags applied to this organization. Choose from the list, or specify IDs using an expression.',
+ description: 'IDs of tags applied to this organization. Choose from the list, or specify IDs using an expression.',
},
],
},
diff --git a/packages/nodes-base/nodes/Zendesk/TicketDescription.ts b/packages/nodes-base/nodes/Zendesk/TicketDescription.ts
index cf5cc2777ea29..5b8ab347a57bb 100644
--- a/packages/nodes-base/nodes/Zendesk/TicketDescription.ts
+++ b/packages/nodes-base/nodes/Zendesk/TicketDescription.ts
@@ -141,7 +141,7 @@ export const ticketFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
default: '',
- description: 'Custom field ID. Choose from the list, or specify an ID using an expression.',
+ description: 'Custom field ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -169,7 +169,7 @@ export const ticketFields: INodeProperties[] = [
loadOptionsMethod: 'getGroups',
},
default: '',
- description: 'The group this ticket is assigned to. Choose from the list, or specify an ID using an expression.',
+ description: 'The group this ticket is assigned to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Recipient',
@@ -226,7 +226,7 @@ export const ticketFields: INodeProperties[] = [
loadOptionsMethod: 'getTags',
},
default: [],
- description: 'The array of tags applied to this ticket. Choose from the list, or specify IDs using an expression.',
+ description: 'The array of tags applied to this ticket. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Type',
@@ -364,7 +364,7 @@ export const ticketFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
default: '',
- description: 'Custom field ID. Choose from the list, or specify an ID using an expression.',
+ description: 'Custom field ID. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -392,7 +392,7 @@ export const ticketFields: INodeProperties[] = [
loadOptionsMethod: 'getGroups',
},
default: '',
- description: 'The group this ticket is assigned to. Choose from the list, or specify an ID using an expression.',
+ description: 'The group this ticket is assigned to. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Internal Note',
@@ -463,7 +463,7 @@ export const ticketFields: INodeProperties[] = [
loadOptionsMethod: 'getTags',
},
default: [],
- description: 'The array of tags applied to this ticket. Choose from the list, or specify IDs using an expression.',
+ description: 'The array of tags applied to this ticket. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Type',
@@ -664,7 +664,7 @@ export const ticketFields: INodeProperties[] = [
},
},
default: '',
- description: 'The group to search. Choose from the list, or specify an ID using an expression.',
+ description: 'The group to search. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Query',
diff --git a/packages/nodes-base/nodes/Zendesk/UserDescription.ts b/packages/nodes-base/nodes/Zendesk/UserDescription.ts
index 6f6061fa9d218..00774e10699d3 100644
--- a/packages/nodes-base/nodes/Zendesk/UserDescription.ts
+++ b/packages/nodes-base/nodes/Zendesk/UserDescription.ts
@@ -154,7 +154,7 @@ export const userFields: INodeProperties[] = [
loadOptionsMethod: 'getLocales',
},
default: '',
- description: 'The user\'s locale. Choose from the list, or specify an ID using an expression.',
+ description: 'The user\'s locale. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Moderator',
@@ -185,7 +185,7 @@ export const userFields: INodeProperties[] = [
},
type: 'options',
default: '',
- description: 'The ID of the user\'s organization. If the user has more than one organization memberships, the ID of the user\'s default organization. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the user\'s organization. If the user has more than one organization memberships, the ID of the user\'s default organization. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Phone',
@@ -251,7 +251,7 @@ export const userFields: INodeProperties[] = [
loadOptionsMethod: 'getTags',
},
default: [],
- description: 'The array of tags applied to this user. Choose from the list, or specify IDs using an expression.',
+ description: 'The array of tags applied to this user. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Ticket Restriction',
@@ -308,7 +308,7 @@ export const userFields: INodeProperties[] = [
loadOptionsMethod: 'getUserFields',
},
default: '',
- description: 'Name of the field to sort on. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the field to sort on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
@@ -412,7 +412,7 @@ export const userFields: INodeProperties[] = [
loadOptionsMethod: 'getLocales',
},
default: '',
- description: 'The user\'s locale. Choose from the list, or specify an ID using an expression.',
+ description: 'The user\'s locale. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Moderator',
@@ -450,7 +450,7 @@ export const userFields: INodeProperties[] = [
},
type: 'options',
default: '',
- description: 'The ID of the user\'s organization. If the user has more than one organization memberships, the ID of the user\'s default organization. Choose from the list, or specify an ID using an expression.',
+ description: 'The ID of the user\'s organization. If the user has more than one organization memberships, the ID of the user\'s default organization. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Phone',
@@ -516,7 +516,7 @@ export const userFields: INodeProperties[] = [
loadOptionsMethod: 'getTags',
},
default: [],
- description: 'The array of tags applied to this user. Choose from the list, or specify IDs using an expression.',
+ description: 'The array of tags applied to this user. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Ticket Restriction',
@@ -573,7 +573,7 @@ export const userFields: INodeProperties[] = [
loadOptionsMethod: 'getUserFields',
},
default: '',
- description: 'Name of the field to sort on. Choose from the list, or specify an ID using an expression.',
+ description: 'Name of the field to sort on. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Value',
diff --git a/packages/nodes-base/nodes/Zendesk/ZendeskTrigger.node.ts b/packages/nodes-base/nodes/Zendesk/ZendeskTrigger.node.ts
index 9545eec2f907c..fd7fc10d2239c 100644
--- a/packages/nodes-base/nodes/Zendesk/ZendeskTrigger.node.ts
+++ b/packages/nodes-base/nodes/Zendesk/ZendeskTrigger.node.ts
@@ -120,7 +120,7 @@ export class ZendeskTrigger implements INodeType {
{
displayName: 'Field Names or IDs',
name: 'fields',
- description: 'The fields to return the values of. Choose from the list, or specify IDs using an expression.',
+ description: 'The fields to return the values of. Choose from the list, or specify IDs using an expression.',
type: 'multiOptions',
default: [],
typeOptions: {
diff --git a/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts
index 49709c661ecaf..754145931e77b 100644
--- a/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts
+++ b/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts
@@ -147,7 +147,7 @@ export const accountFields: INodeProperties[] = [
displayName: 'Account Type Name or ID',
name: 'Account_Type',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAccountType',
},
@@ -339,7 +339,7 @@ export const accountFields: INodeProperties[] = [
displayName: 'Account Type Name or ID',
name: 'Account_Type',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getAccountType',
},
diff --git a/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts
index d3cc464a2868a..184cf053030b4 100644
--- a/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts
+++ b/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts
@@ -113,7 +113,7 @@ export const dealFields: INodeProperties[] = [
displayName: 'Stage Name or ID',
name: 'stage',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
required: true,
default: [],
typeOptions: {
@@ -382,7 +382,7 @@ export const dealFields: INodeProperties[] = [
displayName: 'Stage Name or ID',
name: 'Stage',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
typeOptions: {
loadOptionsMethod: 'getDealStage',
},
diff --git a/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts
index 6a4e85e6885e2..68f48cc14353d 100644
--- a/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts
+++ b/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts
@@ -163,7 +163,7 @@ export const invoiceFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getAccounts',
},
- description: 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Adjustment',
@@ -353,7 +353,7 @@ export const invoiceFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getAccounts',
},
- description: 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Adjustment',
diff --git a/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts
index c74e7c55b297f..d05e15871cb5e 100644
--- a/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts
+++ b/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts
@@ -122,7 +122,7 @@ export const purchaseOrderFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getVendors',
},
- description: 'ID of the vendor associated with the purchase order. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the vendor associated with the purchase order. Choose from the list, or specify an ID using an expression.',
displayOptions: {
show: {
resource: [
@@ -322,7 +322,7 @@ export const purchaseOrderFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getPurchaseOrderStatus',
},
- description: 'Status of the purchase order. Choose from the list, or specify an ID using an expression.',
+ description: 'Status of the purchase order. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sub Total',
@@ -549,7 +549,7 @@ export const purchaseOrderFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getPurchaseOrderStatus',
},
- description: 'Status of the purchase order. Choose from the list, or specify an ID using an expression.',
+ description: 'Status of the purchase order. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sub Total',
diff --git a/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts
index 53825746ccb19..ff86bb3ed8fbc 100644
--- a/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts
+++ b/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts
@@ -215,7 +215,7 @@ export const quoteFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getQuoteStage',
},
- description: 'Stage of the quote. Choose from the list, or specify an ID using an expression.',
+ description: 'Stage of the quote. Choose from the list, or specify an ID using an expression.',
},
shippingAddress,
{
@@ -409,7 +409,7 @@ export const quoteFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getQuoteStage',
},
- description: 'Stage of the quote. Choose from the list, or specify an ID using an expression.',
+ description: 'Stage of the quote. Choose from the list, or specify an ID using an expression.',
},
shippingAddress,
{
diff --git a/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts
index dd9a3f9f27843..386d096887e26 100644
--- a/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts
+++ b/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts
@@ -75,7 +75,7 @@ export const salesOrderFields: INodeProperties[] = [
name: 'accountId',
required: true,
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getAccounts',
@@ -203,7 +203,7 @@ export const salesOrderFields: INodeProperties[] = [
displayName: 'Contact Name or ID',
name: 'contactId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getContacts',
@@ -222,7 +222,7 @@ export const salesOrderFields: INodeProperties[] = [
displayName: 'Deal Name or ID',
name: 'dealId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getDeals',
@@ -296,7 +296,7 @@ export const salesOrderFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getSalesOrderStatus',
},
- description: 'Status of the sales order. Choose from the list, or specify an ID using an expression.',
+ description: 'Status of the sales order. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sub Total',
@@ -423,7 +423,7 @@ export const salesOrderFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getAccounts',
},
- description: 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.',
+ description: 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Adjustment',
@@ -447,7 +447,7 @@ export const salesOrderFields: INodeProperties[] = [
displayName: 'Contact Name or ID',
name: 'contactId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getContacts',
@@ -466,7 +466,7 @@ export const salesOrderFields: INodeProperties[] = [
displayName: 'Deal Name or ID',
name: 'dealId',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getDeals',
@@ -539,7 +539,7 @@ export const salesOrderFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getSalesOrderStatus',
},
- description: 'Status of the sales order. Choose from the list, or specify an ID using an expression.',
+ description: 'Status of the sales order. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Sub Total',
diff --git a/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts b/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts
index c4e0f894c0603..1ca7eef1d5225 100644
--- a/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts
+++ b/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts
@@ -259,7 +259,7 @@ export const productDetailsOptions: INodeProperties[] = [
displayName: 'Product Name or ID',
name: 'id',
type: 'options',
- description: 'Choose from the list, or specify an ID using an expression',
+ description: 'Choose from the list, or specify an ID using an expression',
default: [],
typeOptions: {
loadOptionsMethod: 'getProducts',
diff --git a/packages/nodes-base/nodes/Zoom/MeetingDescription.ts b/packages/nodes-base/nodes/Zoom/MeetingDescription.ts
index ceb01899d72b4..83287870a9264 100644
--- a/packages/nodes-base/nodes/Zoom/MeetingDescription.ts
+++ b/packages/nodes-base/nodes/Zoom/MeetingDescription.ts
@@ -272,7 +272,7 @@ export const meetingFields: INodeProperties[] = [
loadOptionsMethod: 'getTimezones',
},
default: '',
- description: 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.',
+ description: 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Type',
@@ -713,7 +713,7 @@ export const meetingFields: INodeProperties[] = [
loadOptionsMethod: 'getTimezones',
},
default: '',
- description: 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.',
+ description: 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Topic',
diff --git a/packages/nodes-base/nodes/Zoom/WebinarDescription.ts b/packages/nodes-base/nodes/Zoom/WebinarDescription.ts
index 3555399ca1ee9..27233333a019e 100644
--- a/packages/nodes-base/nodes/Zoom/WebinarDescription.ts
+++ b/packages/nodes-base/nodes/Zoom/WebinarDescription.ts
@@ -240,7 +240,7 @@ export const webinarFields: INodeProperties[] = [
loadOptionsMethod: 'getTimezones',
},
default: '',
- description: 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.',
+ description: 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Webinar Topic',
@@ -627,7 +627,7 @@ export const webinarFields: INodeProperties[] = [
loadOptionsMethod: 'getTimezones',
},
default: '',
- description: 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.',
+ description: 'Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Webinar Topic',
diff --git a/packages/nodes-base/nodes/Zulip/MessageDescription.ts b/packages/nodes-base/nodes/Zulip/MessageDescription.ts
index d984faad12d59..3fc6293f34725 100644
--- a/packages/nodes-base/nodes/Zulip/MessageDescription.ts
+++ b/packages/nodes-base/nodes/Zulip/MessageDescription.ts
@@ -79,7 +79,7 @@ export const messageFields: INodeProperties[] = [
],
},
},
- description: 'The destination stream, or a comma-separated list containing the usernames (emails) of the recipients. Choose from the list, or specify IDs using an expression.',
+ description: 'The destination stream, or a comma-separated list containing the usernames (emails) of the recipients. Choose from the list, or specify IDs using an expression.',
},
{
displayName: 'Content',
@@ -124,7 +124,7 @@ export const messageFields: INodeProperties[] = [
],
},
},
- description: 'The destination stream, or a comma-separated list containing the usernames (emails) of the recipients. Choose from the list, or specify an ID using an expression.',
+ description: 'The destination stream, or a comma-separated list containing the usernames (emails) of the recipients. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Topic Name or ID',
@@ -148,7 +148,7 @@ export const messageFields: INodeProperties[] = [
},
},
default: '',
- description: 'The topic of the message. Only required if type is stream, ignored otherwise. Choose from the list, or specify an ID using an expression.',
+ description: 'The topic of the message. Only required if type is stream, ignored otherwise. Choose from the list, or specify an ID using an expression.',
},
{
displayName: 'Content',