diff --git a/packages/nodes-base/.eslintrc.js b/packages/nodes-base/.eslintrc.js index 80853f230c..fb4629d9de 100644 --- a/packages/nodes-base/.eslintrc.js +++ b/packages/nodes-base/.eslintrc.js @@ -78,7 +78,6 @@ module.exports = { 'n8n-nodes-base/node-execute-block-wrong-error-thrown': 'error', 'n8n-nodes-base/node-filename-against-convention': 'error', 'n8n-nodes-base/node-param-array-type-assertion': 'error', - 'n8n-nodes-base/node-param-collection-type-unsorted-items': 'error', 'n8n-nodes-base/node-param-color-type-unused': 'error', 'n8n-nodes-base/node-param-default-missing': 'error', 'n8n-nodes-base/node-param-default-wrong-for-boolean': 'error', diff --git a/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonTagDescription.ts b/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonTagDescription.ts index b6161f7f3a..637cfd8109 100644 --- a/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonTagDescription.ts +++ b/packages/nodes-base/nodes/ActionNetwork/descriptions/PersonTagDescription.ts @@ -35,7 +35,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.', + 'ID of the tag to add. Choose from the list, or specify an ID using an expression.', type: 'options', typeOptions: { loadOptionsMethod: 'getTags', @@ -71,7 +71,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.', + 'ID of the tag whose tagging to delete. Choose from the list, or specify an ID using an expression.', type: 'options', typeOptions: { loadOptionsMethod: 'getTags', @@ -89,7 +89,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.', + 'ID of the tagging to remove. Choose from the list, or specify an ID using an expression.', type: 'options', typeOptions: { loadOptionsDependsOn: ['tagId'], diff --git a/packages/nodes-base/nodes/ActiveCampaign/AccountDescription.ts b/packages/nodes-base/nodes/ActiveCampaign/AccountDescription.ts index 0140122898..dc2102f970 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/AccountDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/AccountDescription.ts @@ -111,7 +111,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + 'ID of the field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', @@ -196,7 +196,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + '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 80bc1a3a3d..8415c928e6 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/ActiveCampaignTrigger.node.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/ActiveCampaignTrigger.node.ts @@ -45,7 +45,7 @@ export class ActiveCampaignTrigger implements INodeType { name: 'events', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + '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 408ae80d69..9298b6721f 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/ContactDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/ContactDescription.ts @@ -119,7 +119,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + 'ID of the field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', @@ -211,7 +211,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + '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 ffe4c97a69..735ab36735 100644 --- a/packages/nodes-base/nodes/ActiveCampaign/ContactTagDescription.ts +++ b/packages/nodes-base/nodes/ActiveCampaign/ContactTagDescription.ts @@ -38,7 +38,7 @@ export const contactTagFields: INodeProperties[] = [ name: 'tagId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 cd6933ea1a..930cd41fbc 100644 --- a/packages/nodes-base/nodes/Affinity/ListEntryDescription.ts +++ b/packages/nodes-base/nodes/Affinity/ListEntryDescription.ts @@ -61,7 +61,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.', + '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', @@ -120,7 +120,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.', + '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', @@ -154,7 +154,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.', + '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', @@ -206,7 +206,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.', + '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 418bddbd80..ffb917f3ec 100644 --- a/packages/nodes-base/nodes/Affinity/OrganizationDescription.ts +++ b/packages/nodes-base/nodes/Affinity/OrganizationDescription.ts @@ -101,7 +101,7 @@ export const organizationFields: INodeProperties[] = [ }, default: [], description: - 'Persons that the new organization will be associated with. Choose from the list, or specify IDs using an expression.', + 'Persons that the new organization will be associated with. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -158,7 +158,7 @@ export const organizationFields: INodeProperties[] = [ }, default: [], description: - 'Persons that the new organization will be associated with. Choose from the list, or specify IDs using an expression.', + '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 664a46a3e8..4c92e9b774 100644 --- a/packages/nodes-base/nodes/Affinity/PersonDescription.ts +++ b/packages/nodes-base/nodes/Affinity/PersonDescription.ts @@ -101,7 +101,7 @@ export const personFields: INodeProperties[] = [ }, default: [], description: - 'Organizations that the person is associated with. Choose from the list, or specify IDs using an expression.', + 'Organizations that the person is associated with. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -176,7 +176,7 @@ export const personFields: INodeProperties[] = [ }, default: [], description: - 'Organizations that the person is associated with. Choose from the list, or specify IDs using an expression.', + 'Organizations that the person is associated with. Choose from the list, or specify IDs using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Airtable/v1/AirtableV1.node.ts b/packages/nodes-base/nodes/Airtable/v1/AirtableV1.node.ts index 84ddd66e06..526894110a 100644 --- a/packages/nodes-base/nodes/Airtable/v1/AirtableV1.node.ts +++ b/packages/nodes-base/nodes/Airtable/v1/AirtableV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { IExecuteFunctions, IDataObject, diff --git a/packages/nodes-base/nodes/Airtable/v2/actions/record/search.operation.ts b/packages/nodes-base/nodes/Airtable/v2/actions/record/search.operation.ts index 4d3fc8e9df..29f753794f 100644 --- a/packages/nodes-base/nodes/Airtable/v2/actions/record/search.operation.ts +++ b/packages/nodes-base/nodes/Airtable/v2/actions/record/search.operation.ts @@ -107,7 +107,7 @@ const properties: INodeProperties[] = [ }, default: '', description: - 'Name of the field to sort on. Choose from the list, or specify an ID using an expression.', + 'Name of the field to sort on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Direction', diff --git a/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts b/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts index 28f1a52c6a..1d03f57f40 100644 --- a/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts +++ b/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts @@ -125,7 +125,7 @@ export class ApiTemplateIo implements INodeType { required: true, default: '', description: - 'ID of the image template to use. Choose from the list, or specify an ID using an expression.', + 'ID of the image template to use. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getImageTemplates', }, @@ -143,7 +143,7 @@ export class ApiTemplateIo implements INodeType { required: true, default: '', description: - 'ID of the PDF template to use. Choose from the list, or specify an ID using an expression.', + '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 550c386273..c5d3401674 100644 --- a/packages/nodes-base/nodes/Asana/Asana.node.ts +++ b/packages/nodes-base/nodes/Asana/Asana.node.ts @@ -202,7 +202,7 @@ export class Asana implements INodeType { }, default: '', description: - 'Set Assignee on the subtask. Choose from the list, or specify an ID using an expression.', + 'Set Assignee on the subtask. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Assignee Status', @@ -269,7 +269,7 @@ export class Asana implements INodeType { }, default: '', description: - 'The workspace to create the subtask in. Choose from the list, or specify an ID using an expression.', + 'The workspace to create the subtask in. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -343,7 +343,7 @@ export class Asana implements INodeType { }, default: ['gid', 'name', 'resource_type'], description: - 'Defines fields to return. Choose from the list, or specify IDs using an expression.', + 'Defines fields to return. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Pretty', @@ -434,7 +434,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.', + 'The workspace to create the task in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', @@ -543,7 +543,7 @@ export class Asana implements INodeType { }, 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.', + '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', @@ -554,7 +554,7 @@ export class Asana implements INodeType { }, default: ['gid', 'name', 'resource_type'], description: - 'Defines fields to return. Choose from the list, or specify IDs using an expression.', + 'Defines fields to return. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Pretty', @@ -572,7 +572,7 @@ export class Asana implements INodeType { }, default: '', description: - 'The project to filter tasks on. Choose from the list, or specify an ID using an expression.', + 'The project to filter tasks on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Section Name or ID', @@ -583,7 +583,7 @@ export class Asana implements INodeType { }, default: '', description: - 'The section to filter tasks on. Choose from the list, or specify an ID using an expression.', + 'The section to filter tasks on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Workspace Name or ID', @@ -594,7 +594,7 @@ export class Asana implements INodeType { }, 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.', + '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', @@ -649,7 +649,7 @@ export class Asana implements INodeType { }, }, description: - 'Project to show the sections of. Choose from the list, or specify an ID using an expression.', + 'Project to show the sections of. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Section Name or ID', @@ -669,7 +669,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.', + 'The Section to move the task to. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -710,7 +710,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.', + 'The workspace in which the task is searched. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Filters', @@ -771,7 +771,7 @@ export class Asana implements INodeType { }, default: '', description: - 'Set Assignee on the task. Choose from the list, or specify an ID using an expression.', + 'Set Assignee on the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Assignee Status', @@ -850,7 +850,7 @@ export class Asana implements INodeType { }, default: [], description: - 'The project to filter tasks on. Choose from the list, or specify IDs using an expression.', + 'The project to filter tasks on. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -1052,7 +1052,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.', + 'The project where the task will be added. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -1128,7 +1128,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.', + 'The project where the task will be removed from. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- // taskTag @@ -1196,7 +1196,7 @@ export class Asana implements INodeType { }, }, description: - 'The tag that should be added. Choose from the list, or specify an ID using an expression.', + 'The tag that should be added. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -1234,7 +1234,7 @@ export class Asana implements INodeType { }, }, description: - 'The tag that should be added. Choose from the list, or specify an ID using an expression.', + 'The tag that should be added. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -1306,7 +1306,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.', + 'The workspace in which to get users. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -1391,7 +1391,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.', + 'The workspace to create the project in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Team Name or ID', @@ -1409,7 +1409,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.', + 'The team this project will be assigned to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -1524,7 +1524,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.', + 'The workspace in which to get users. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -1589,7 +1589,7 @@ export class Asana implements INodeType { }, default: '', description: - 'The new name of the task. Choose from the list, or specify an ID using an expression.', + 'The new name of the task. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -1613,7 +1613,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.', + 'The workspace in which to get users. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Project ID', @@ -1711,7 +1711,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.', + '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 2b44d15c75..691daa5bb7 100644 --- a/packages/nodes-base/nodes/Asana/AsanaTrigger.node.ts +++ b/packages/nodes-base/nodes/Asana/AsanaTrigger.node.ts @@ -92,7 +92,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.', + '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 f676c801a8..4d00755a14 100644 --- a/packages/nodes-base/nodes/Automizy/ContactDescription.ts +++ b/packages/nodes-base/nodes/Automizy/ContactDescription.ts @@ -72,7 +72,7 @@ export const contactFields: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getLists', }, @@ -120,7 +120,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, description: - 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.', + 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.', default: '', }, { @@ -174,7 +174,7 @@ export const contactFields: INodeProperties[] = [ }, default: [], description: - 'The tags you want to set to the contact. Choose from the list, or specify IDs using an expression.', + 'The tags you want to set to the contact. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -224,7 +224,7 @@ export const contactFields: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getLists', }, @@ -354,7 +354,7 @@ export const contactFields: INodeProperties[] = [ }, default: [], description: - 'The tags you want to add to the contact. Choose from the list, or specify IDs using an expression.', + 'The tags you want to add to the contact. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Custom Fields', @@ -379,7 +379,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, description: - 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.', + 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.', default: '', }, { @@ -403,7 +403,7 @@ export const contactFields: INodeProperties[] = [ }, default: [], description: - 'The tags you want to add to the contact. Choose from the list, or specify IDs using an expression.', + 'The tags you want to add to the contact. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Status', @@ -444,7 +444,7 @@ export const contactFields: INodeProperties[] = [ }, 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.', + '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 f9de12af4f..ecf010db2e 100644 --- a/packages/nodes-base/nodes/Autopilot/ContactDescription.ts +++ b/packages/nodes-base/nodes/Autopilot/ContactDescription.ts @@ -103,7 +103,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, description: - 'User-specified key of user-defined data. Choose from the list, or specify an ID using an expression.', + 'User-specified key of user-defined data. Choose from the list, or specify an ID using an expression.', default: '', }, { @@ -162,7 +162,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'List to which this contact will be added on creation. Choose from the list, or specify an ID using an expression.', + '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 2301faca12..e203bf73ad 100644 --- a/packages/nodes-base/nodes/Autopilot/ContactJourneyDescription.ts +++ b/packages/nodes-base/nodes/Autopilot/ContactJourneyDescription.ts @@ -43,7 +43,7 @@ export const contactJourneyFields: INodeProperties[] = [ }, default: '', description: - 'List ID. Choose from the list, or specify an ID using an expression.', + '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 7edc8fc71b..568f2e10d5 100644 --- a/packages/nodes-base/nodes/Autopilot/ContactListDescription.ts +++ b/packages/nodes-base/nodes/Autopilot/ContactListDescription.ts @@ -61,7 +61,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.', + '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 1dc35d651b..b7c19cfcbc 100644 --- a/packages/nodes-base/nodes/Aws/AwsLambda.node.ts +++ b/packages/nodes-base/nodes/Aws/AwsLambda.node.ts @@ -64,7 +64,7 @@ export class AwsLambda implements INodeType { default: '', required: true, description: - 'The function you want to invoke. Choose from the list, or specify an ID using an expression.', + '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/DynamoDB/ItemDescription.ts b/packages/nodes-base/nodes/Aws/DynamoDB/ItemDescription.ts index 6111ad7393..8a36e8c11a 100644 --- a/packages/nodes-base/nodes/Aws/DynamoDB/ItemDescription.ts +++ b/packages/nodes-base/nodes/Aws/DynamoDB/ItemDescription.ts @@ -49,7 +49,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.', + '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/ELB/ListenerCertificateDescription.ts b/packages/nodes-base/nodes/Aws/ELB/ListenerCertificateDescription.ts index 4e688aa71e..053ba50ca1 100644 --- a/packages/nodes-base/nodes/Aws/ELB/ListenerCertificateDescription.ts +++ b/packages/nodes-base/nodes/Aws/ELB/ListenerCertificateDescription.ts @@ -57,7 +57,7 @@ export const listenerCertificateFields: INodeProperties[] = [ }, default: '', description: - 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.', + 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Listener ARN Name or ID', @@ -76,7 +76,7 @@ export const listenerCertificateFields: INodeProperties[] = [ }, default: '', description: - 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.', + 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Certificate ARN', @@ -113,7 +113,7 @@ export const listenerCertificateFields: INodeProperties[] = [ }, default: '', description: - 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.', + 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Listener ARN Name or ID', @@ -132,7 +132,7 @@ export const listenerCertificateFields: INodeProperties[] = [ }, default: '', description: - 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.', + 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -185,7 +185,7 @@ export const listenerCertificateFields: INodeProperties[] = [ }, default: '', description: - 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.', + 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Listener ARN Name or ID', @@ -204,7 +204,7 @@ export const listenerCertificateFields: INodeProperties[] = [ }, default: '', description: - 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.', + 'Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Certificate ARN', diff --git a/packages/nodes-base/nodes/Aws/ELB/LoadBalancerDescription.ts b/packages/nodes-base/nodes/Aws/ELB/LoadBalancerDescription.ts index 870bdbc4a5..dedffc199d 100644 --- a/packages/nodes-base/nodes/Aws/ELB/LoadBalancerDescription.ts +++ b/packages/nodes-base/nodes/Aws/ELB/LoadBalancerDescription.ts @@ -135,7 +135,7 @@ export const loadBalancerFields: INodeProperties[] = [ name: 'subnets', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', displayOptions: { show: { resource: ['loadBalancer'], @@ -166,7 +166,7 @@ export const loadBalancerFields: INodeProperties[] = [ name: 'securityGroups', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getSecurityGroups', }, diff --git a/packages/nodes-base/nodes/Aws/S3/V1/AwsS3V1.node.ts b/packages/nodes-base/nodes/Aws/S3/V1/AwsS3V1.node.ts index 8456f4a8cf..fa3879b71d 100644 --- a/packages/nodes-base/nodes/Aws/S3/V1/AwsS3V1.node.ts +++ b/packages/nodes-base/nodes/Aws/S3/V1/AwsS3V1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import { createHash } from 'crypto'; import { paramCase, snakeCase } from 'change-case'; diff --git a/packages/nodes-base/nodes/Aws/S3/V2/AwsS3V2.node.ts b/packages/nodes-base/nodes/Aws/S3/V2/AwsS3V2.node.ts index fe97fa0761..dd2b840d8b 100644 --- a/packages/nodes-base/nodes/Aws/S3/V2/AwsS3V2.node.ts +++ b/packages/nodes-base/nodes/Aws/S3/V2/AwsS3V2.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import { createHash } from 'crypto'; import type { Readable } from 'stream'; import { paramCase, snakeCase } from 'change-case'; diff --git a/packages/nodes-base/nodes/Aws/SES/AwsSes.node.ts b/packages/nodes-base/nodes/Aws/SES/AwsSes.node.ts index 4589f8a212..052928a681 100644 --- a/packages/nodes-base/nodes/Aws/SES/AwsSes.node.ts +++ b/packages/nodes-base/nodes/Aws/SES/AwsSes.node.ts @@ -459,7 +459,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.', + '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 474a928bb2..ba99d9fcac 100644 --- a/packages/nodes-base/nodes/Aws/SQS/AwsSqs.node.ts +++ b/packages/nodes-base/nodes/Aws/SQS/AwsSqs.node.ts @@ -67,7 +67,7 @@ export class AwsSqs implements INodeType { default: '', required: true, description: - 'Queue to send a message to. Choose from the list, or specify an ID using an expression.', + '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 cc06de2dc1..fc0c688b9d 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 @@ -65,7 +65,7 @@ export const createEmployeeSharedDescription = (sync = false): INodeProperties[] name: 'department', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -76,7 +76,7 @@ export const createEmployeeSharedDescription = (sync = false): INodeProperties[] name: 'division', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDivisions', }, @@ -131,7 +131,7 @@ export const createEmployeeSharedDescription = (sync = false): INodeProperties[] name: 'location', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 47ed409869..6212cb74fb 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 @@ -36,7 +36,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.', + '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 6dc0790177..afc2939eda 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 @@ -65,7 +65,7 @@ export const updateEmployeeSharedDescription = (sync = false): INodeProperties[] name: 'department', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -76,7 +76,7 @@ export const updateEmployeeSharedDescription = (sync = false): INodeProperties[] name: 'division', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDivisions', }, @@ -153,7 +153,7 @@ export const updateEmployeeSharedDescription = (sync = false): INodeProperties[] name: 'location', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 db711e6e32..cd18901a5e 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 @@ -50,7 +50,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.', + '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 8f332f46fc..7052b55344 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 @@ -37,7 +37,7 @@ export const fileUpdateDescription: FileProperties = [ }, default: '', description: - 'Move the file to a different category. Choose from the list, or specify an ID using an expression.', + '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 f949e3ed93..4d3581185d 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 @@ -21,7 +21,7 @@ export const fileUploadDescription: INodeProperties[] = [ name: 'categoryId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 4e4c762011..5295a94b4e 100644 --- a/packages/nodes-base/nodes/Bannerbear/ImageDescription.ts +++ b/packages/nodes-base/nodes/Bannerbear/ImageDescription.ts @@ -49,7 +49,7 @@ export const imageFields: INodeProperties[] = [ }, }, description: - 'The template ID you want to use. Choose from the list, or specify an ID using an expression.', + 'The template ID you want to use. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -134,7 +134,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.', + '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 e31c97fcab..36332d1423 100644 --- a/packages/nodes-base/nodes/Baserow/OperationDescription.ts +++ b/packages/nodes-base/nodes/Baserow/OperationDescription.ts @@ -11,7 +11,7 @@ export const operationFields: INodeProperties[] = [ default: '', required: true, description: - 'Database to operate on. Choose from the list, or specify an ID using an expression.', + '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[] = [ default: '', required: true, description: - 'Table to operate on. Choose from the list, or specify an ID using an expression.', + 'Table to operate on. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsDependsOn: ['databaseId'], loadOptionsMethod: 'getTableIds', @@ -132,7 +132,7 @@ export const operationFields: INodeProperties[] = [ name: 'fieldId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['tableId'], loadOptionsMethod: 'getTableFields', @@ -232,7 +232,7 @@ export const operationFields: INodeProperties[] = [ type: 'options', default: '', description: - 'Field to compare. Choose from the list, or specify an ID using an expression.', + 'Field to compare. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsDependsOn: ['tableId'], loadOptionsMethod: 'getTableFields', @@ -411,7 +411,7 @@ export const operationFields: INodeProperties[] = [ type: 'options', default: '', description: - 'Field name to sort by. Choose from the list, or specify an ID using an expression.', + 'Field name to sort by. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsDependsOn: ['tableId'], loadOptionsMethod: 'getTableFields', diff --git a/packages/nodes-base/nodes/Beeminder/Beeminder.node.ts b/packages/nodes-base/nodes/Beeminder/Beeminder.node.ts index 3d906e5f1f..751bb19fc0 100644 --- a/packages/nodes-base/nodes/Beeminder/Beeminder.node.ts +++ b/packages/nodes-base/nodes/Beeminder/Beeminder.node.ts @@ -104,7 +104,7 @@ export class Beeminder implements INodeType { }, default: '', description: - 'The name of the goal. Choose from the list, or specify an ID using an expression.', + '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 96c99104a2..fd789e4822 100644 --- a/packages/nodes-base/nodes/Bitbucket/BitbucketTrigger.node.ts +++ b/packages/nodes-base/nodes/Bitbucket/BitbucketTrigger.node.ts @@ -78,7 +78,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.', + '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', @@ -96,7 +96,7 @@ export class BitbucketTrigger implements INodeType { required: true, default: [], description: - 'The events to listen to. Choose from the list, or specify IDs using an expression.', + 'The events to listen to. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Repository Name or ID', @@ -114,7 +114,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.', + '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', @@ -132,7 +132,7 @@ export class BitbucketTrigger implements INodeType { required: true, default: [], description: - 'The events to listen to. Choose from the list, or specify IDs using an expression.', + '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 cde8e82508..29271e0967 100644 --- a/packages/nodes-base/nodes/Bitly/LinkDescription.ts +++ b/packages/nodes-base/nodes/Bitly/LinkDescription.ts @@ -77,7 +77,7 @@ export const linkFields: INodeProperties[] = [ name: 'group', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getGroups', @@ -88,7 +88,7 @@ export const linkFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', default: [], typeOptions: { loadOptionsMethod: 'getTags', @@ -192,7 +192,7 @@ export const linkFields: INodeProperties[] = [ name: 'group', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getGroups', @@ -209,7 +209,7 @@ export const linkFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + '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 c22cc41178..1ce924bc4d 100644 --- a/packages/nodes-base/nodes/Bitwarden/descriptions/CollectionDescription.ts +++ b/packages/nodes-base/nodes/Bitwarden/descriptions/CollectionDescription.ts @@ -107,7 +107,7 @@ export const collectionFields: INodeProperties[] = [ name: 'groups', type: 'multiOptions', description: - 'The group to assign this collection to. Choose from the list, or specify IDs using an expression.', + '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 3f708eead3..9e0827c7ad 100644 --- a/packages/nodes-base/nodes/Bitwarden/descriptions/GroupDescription.ts +++ b/packages/nodes-base/nodes/Bitwarden/descriptions/GroupDescription.ts @@ -149,7 +149,7 @@ export const groupFields: INodeProperties[] = [ name: 'collections', type: 'multiOptions', description: - 'The collections to assign to this group. Choose from the list, or specify IDs using an expression.', + 'The collections to assign to this group. Choose from the list, or specify IDs using an expression.', default: [], typeOptions: { loadOptionsMethod: 'getCollections', @@ -194,7 +194,7 @@ export const groupFields: INodeProperties[] = [ name: 'collections', type: 'multiOptions', description: - 'The collections to assign to this group. Choose from the list, or specify IDs using an expression.', + '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 cb3518dafd..923140e6b5 100644 --- a/packages/nodes-base/nodes/Bitwarden/descriptions/MemberDescription.ts +++ b/packages/nodes-base/nodes/Bitwarden/descriptions/MemberDescription.ts @@ -176,7 +176,7 @@ export const memberFields: INodeProperties[] = [ name: 'collections', type: 'multiOptions', description: - 'The collections to assign to this member. Choose from the list, or specify IDs using an expression.', + 'The collections to assign to this member. Choose from the list, or specify IDs using an expression.', default: [], typeOptions: { loadOptionsMethod: 'getCollections', @@ -236,7 +236,7 @@ export const memberFields: INodeProperties[] = [ name: 'collections', type: 'multiOptions', description: - 'The collections to assign to this member. Choose from the list, or specify IDs using an expression.', + '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 7a0213572d..af60e1d2e5 100644 --- a/packages/nodes-base/nodes/Cal/CalTrigger.node.ts +++ b/packages/nodes-base/nodes/Cal/CalTrigger.node.ts @@ -136,7 +136,7 @@ export class CalTrigger implements INodeType { loadOptionsMethod: 'getEventTypes', }, description: - 'The EventType to monitor. Choose from the list, or specify an ID using an expression.', + '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 3fefcf530f..ecdf18b268 100644 --- a/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingDescription.ts +++ b/packages/nodes-base/nodes/Cisco/Webex/descriptions/MeetingDescription.ts @@ -356,7 +356,7 @@ export const meetingFields: INodeProperties[] = [ }, 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.', + '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.', }, ], }, @@ -591,7 +591,7 @@ export const meetingFields: INodeProperties[] = [ }, default: '', description: - 'URL of the Webex site which the API lists meetings from. Choose from the list, or specify an ID using an expression.', + 'URL of the Webex site which the API lists meetings from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'State', @@ -939,7 +939,7 @@ export const meetingFields: INodeProperties[] = [ }, 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.', + '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 6cf90d50a5..08d5d1a76a 100644 --- a/packages/nodes-base/nodes/Cisco/Webex/descriptions/MessageDescription.ts +++ b/packages/nodes-base/nodes/Cisco/Webex/descriptions/MessageDescription.ts @@ -80,7 +80,7 @@ export const messageFields: INodeProperties[] = [ name: 'roomId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRooms', }, @@ -416,7 +416,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.', + '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 0d70804af8..8990684465 100644 --- a/packages/nodes-base/nodes/ClickUp/ClickUpTrigger.node.ts +++ b/packages/nodes-base/nodes/ClickUp/ClickUpTrigger.node.ts @@ -76,7 +76,7 @@ export class ClickUpTrigger implements INodeType { name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 861dc648b2..fae2844d9d 100644 --- a/packages/nodes-base/nodes/ClickUp/FolderDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/FolderDescription.ts @@ -56,7 +56,7 @@ export const folderFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -74,7 +74,7 @@ export const folderFields: INodeProperties[] = [ name: 'space', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -110,7 +110,7 @@ export const folderFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -128,7 +128,7 @@ export const folderFields: INodeProperties[] = [ name: 'space', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -147,7 +147,7 @@ export const folderFields: INodeProperties[] = [ name: 'folder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -170,7 +170,7 @@ export const folderFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -188,7 +188,7 @@ export const folderFields: INodeProperties[] = [ name: 'space', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -207,7 +207,7 @@ export const folderFields: INodeProperties[] = [ name: 'folder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -230,7 +230,7 @@ export const folderFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -248,7 +248,7 @@ export const folderFields: INodeProperties[] = [ name: 'space', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -309,7 +309,7 @@ export const folderFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -327,7 +327,7 @@ export const folderFields: INodeProperties[] = [ name: 'space', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -346,7 +346,7 @@ export const folderFields: INodeProperties[] = [ name: 'folder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 1dd4d3fd54..c1af54cc68 100644 --- a/packages/nodes-base/nodes/ClickUp/GoalDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/GoalDescription.ts @@ -56,7 +56,7 @@ export const goalFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -170,7 +170,7 @@ export const goalFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 f1e320dca8..a3e347a231 100644 --- a/packages/nodes-base/nodes/ClickUp/GuestDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/GuestDescription.ts @@ -50,7 +50,7 @@ export const guestFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -118,7 +118,7 @@ export const guestFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -153,7 +153,7 @@ export const guestFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -188,7 +188,7 @@ export const guestFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 12b6b36fb9..d9e259fca9 100644 --- a/packages/nodes-base/nodes/ClickUp/ListDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/ListDescription.ts @@ -68,7 +68,7 @@ export const listFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -86,7 +86,7 @@ export const listFields: INodeProperties[] = [ name: 'space', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -118,7 +118,7 @@ export const listFields: INodeProperties[] = [ name: 'folder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -199,7 +199,7 @@ export const listFields: INodeProperties[] = [ name: 'status', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getStatuses', loadOptionsDependsOn: ['list'], @@ -265,7 +265,7 @@ export const listFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -283,7 +283,7 @@ export const listFields: INodeProperties[] = [ name: 'space', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -315,7 +315,7 @@ export const listFields: INodeProperties[] = [ name: 'folder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -335,7 +335,7 @@ export const listFields: INodeProperties[] = [ name: 'list', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -355,7 +355,7 @@ export const listFields: INodeProperties[] = [ name: 'list', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -379,7 +379,7 @@ export const listFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -397,7 +397,7 @@ export const listFields: INodeProperties[] = [ name: 'space', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -429,7 +429,7 @@ export const listFields: INodeProperties[] = [ name: 'folder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -466,7 +466,7 @@ export const listFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -484,7 +484,7 @@ export const listFields: INodeProperties[] = [ name: 'space', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -516,7 +516,7 @@ export const listFields: INodeProperties[] = [ name: 'folder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -553,7 +553,7 @@ export const listFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -571,7 +571,7 @@ export const listFields: INodeProperties[] = [ name: 'space', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -603,7 +603,7 @@ export const listFields: INodeProperties[] = [ name: 'folder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -665,7 +665,7 @@ export const listFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -683,7 +683,7 @@ export const listFields: INodeProperties[] = [ name: 'space', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -715,7 +715,7 @@ export const listFields: INodeProperties[] = [ name: 'folder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -761,7 +761,7 @@ export const listFields: INodeProperties[] = [ name: 'assignee', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getAssignees', loadOptionsDependsOn: ['list'], diff --git a/packages/nodes-base/nodes/ClickUp/SpaceTagDescription.ts b/packages/nodes-base/nodes/ClickUp/SpaceTagDescription.ts index c4a3704c3b..e3caed56e1 100644 --- a/packages/nodes-base/nodes/ClickUp/SpaceTagDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/SpaceTagDescription.ts @@ -76,7 +76,7 @@ export const spaceTagFields: INodeProperties[] = [ name: 'name', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['space'], loadOptionsMethod: 'getTags', diff --git a/packages/nodes-base/nodes/ClickUp/TaskDescription.ts b/packages/nodes-base/nodes/ClickUp/TaskDescription.ts index 9e71a37be2..b62fa8b57a 100644 --- a/packages/nodes-base/nodes/ClickUp/TaskDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/TaskDescription.ts @@ -68,7 +68,7 @@ export const taskFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -86,7 +86,7 @@ export const taskFields: INodeProperties[] = [ name: 'space', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -118,7 +118,7 @@ export const taskFields: INodeProperties[] = [ name: 'folder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -138,7 +138,7 @@ export const taskFields: INodeProperties[] = [ name: 'list', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -158,7 +158,7 @@ export const taskFields: INodeProperties[] = [ name: 'list', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -205,7 +205,7 @@ export const taskFields: INodeProperties[] = [ name: 'assignees', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getAssignees', loadOptionsDependsOn: ['list'], @@ -288,7 +288,7 @@ export const taskFields: INodeProperties[] = [ name: 'status', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getStatuses', loadOptionsDependsOn: ['list'], @@ -305,7 +305,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.', + 'The array of tags applied to this task. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Time Estimate', @@ -466,7 +466,7 @@ export const taskFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -484,7 +484,7 @@ export const taskFields: INodeProperties[] = [ name: 'space', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -516,7 +516,7 @@ export const taskFields: INodeProperties[] = [ name: 'folder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -536,7 +536,7 @@ export const taskFields: INodeProperties[] = [ name: 'list', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -556,7 +556,7 @@ export const taskFields: INodeProperties[] = [ name: 'list', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -626,7 +626,7 @@ export const taskFields: INodeProperties[] = [ name: 'assignees', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getAssignees', loadOptionsDependsOn: ['list'], @@ -658,7 +658,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Operator', @@ -797,7 +797,7 @@ export const taskFields: INodeProperties[] = [ name: 'statuses', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getStatuses', loadOptionsDependsOn: ['list'], @@ -821,7 +821,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.', + '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 be833c44ca..bfaa8e3f3f 100644 --- a/packages/nodes-base/nodes/ClickUp/TaskTagDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/TaskTagDescription.ts @@ -88,7 +88,7 @@ export const taskTagFields: INodeProperties[] = [ }, 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.', + '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 f8642e177e..c214ccbd49 100644 --- a/packages/nodes-base/nodes/ClickUp/TimeEntryDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/TimeEntryDescription.ts @@ -68,7 +68,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -148,7 +148,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -197,7 +197,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -215,7 +215,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'space', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -247,7 +247,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'folder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -267,7 +267,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'list', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -287,7 +287,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'list', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -334,7 +334,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'task', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { resource: ['timeEntry'], @@ -365,7 +365,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'assignee', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getAssignees', loadOptionsDependsOn: ['list'], @@ -390,7 +390,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['team'], loadOptionsMethod: 'getTimeEntryTags', @@ -408,7 +408,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -471,7 +471,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -493,7 +493,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -528,7 +528,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -546,7 +546,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'space', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -578,7 +578,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'folder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -598,7 +598,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'list', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -618,7 +618,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'list', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -677,7 +677,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'assignee', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getAssignees', loadOptionsDependsOn: ['list'], @@ -715,7 +715,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['spaceId'], loadOptionsMethod: 'getTags', @@ -727,7 +727,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'task', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTasks', loadOptionsDependsOn: ['archived', 'list'], diff --git a/packages/nodes-base/nodes/ClickUp/TimeEntryTagDescription.ts b/packages/nodes-base/nodes/ClickUp/TimeEntryTagDescription.ts index 9a2d930dbb..80e52a84e2 100644 --- a/packages/nodes-base/nodes/ClickUp/TimeEntryTagDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/TimeEntryTagDescription.ts @@ -44,7 +44,7 @@ export const timeEntryTagFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -97,7 +97,7 @@ export const timeEntryTagFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -174,7 +174,7 @@ export const timeEntryTagFields: INodeProperties[] = [ name: 'team', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', displayOptions: { show: { @@ -205,7 +205,7 @@ export const timeEntryTagFields: INodeProperties[] = [ name: 'tagNames', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getTimeEntryTags', loadOptionsDependsOn: ['teamId'], diff --git a/packages/nodes-base/nodes/Clockify/Clockify.node.ts b/packages/nodes-base/nodes/Clockify/Clockify.node.ts index 02de9c04a5..8f5456dd67 100644 --- a/packages/nodes-base/nodes/Clockify/Clockify.node.ts +++ b/packages/nodes-base/nodes/Clockify/Clockify.node.ts @@ -103,7 +103,7 @@ export class Clockify implements INodeType { name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 a7fce6f348..cbca70f49c 100644 --- a/packages/nodes-base/nodes/Clockify/ClockifyTrigger.node.ts +++ b/packages/nodes-base/nodes/Clockify/ClockifyTrigger.node.ts @@ -43,7 +43,7 @@ export class ClockifyTrigger implements INodeType { name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 ec71a4c413..b58d20ef3c 100644 --- a/packages/nodes-base/nodes/Clockify/ProjectDescription.ts +++ b/packages/nodes-base/nodes/Clockify/ProjectDescription.ts @@ -95,7 +95,7 @@ export const projectFields: INodeProperties[] = [ name: 'clientId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['workspaceId'], loadOptionsMethod: 'loadClientsForWorkspace', @@ -253,7 +253,7 @@ export const projectFields: INodeProperties[] = [ name: 'clients', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['workspaceId'], loadOptionsMethod: 'loadClientsForWorkspace', @@ -345,7 +345,7 @@ export const projectFields: INodeProperties[] = [ name: 'users', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['workspaceId'], loadOptionsMethod: 'loadUsersForWorkspace', @@ -418,7 +418,7 @@ export const projectFields: INodeProperties[] = [ name: 'clientId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['workspaceId'], loadOptionsMethod: 'loadClientsForWorkspace', diff --git a/packages/nodes-base/nodes/Clockify/TaskDescription.ts b/packages/nodes-base/nodes/Clockify/TaskDescription.ts index 8545a5aa56..80476798c9 100644 --- a/packages/nodes-base/nodes/Clockify/TaskDescription.ts +++ b/packages/nodes-base/nodes/Clockify/TaskDescription.ts @@ -53,7 +53,7 @@ export const taskFields: INodeProperties[] = [ name: 'projectId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['workspaceId'], loadOptionsMethod: 'loadProjectsForWorkspace', @@ -101,7 +101,7 @@ export const taskFields: INodeProperties[] = [ name: 'assigneeIds', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', default: [], typeOptions: { loadOptionsMethod: 'loadUsersForWorkspace', @@ -280,7 +280,7 @@ export const taskFields: INodeProperties[] = [ name: 'assigneeIds', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + '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 342281875d..4e8ff391a3 100644 --- a/packages/nodes-base/nodes/Clockify/TimeEntryDescription.ts +++ b/packages/nodes-base/nodes/Clockify/TimeEntryDescription.ts @@ -102,7 +102,7 @@ export const timeEntryFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -132,7 +132,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'projectId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['workspaceId'], loadOptionsMethod: 'loadProjectsForWorkspace', @@ -144,7 +144,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'tagIds', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['workspaceId'], loadOptionsMethod: 'loadTagsForWorkspace', @@ -283,7 +283,7 @@ export const timeEntryFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -313,7 +313,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'projectId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['workspaceId'], loadOptionsMethod: 'loadProjectsForWorkspace', @@ -331,7 +331,7 @@ export const timeEntryFields: INodeProperties[] = [ name: 'tagIds', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['workspaceId'], loadOptionsMethod: 'loadTagsForWorkspace', diff --git a/packages/nodes-base/nodes/Cloudflare/ZoneCertificateDescription.ts b/packages/nodes-base/nodes/Cloudflare/ZoneCertificateDescription.ts index 81d446bac1..9b70e640bc 100644 --- a/packages/nodes-base/nodes/Cloudflare/ZoneCertificateDescription.ts +++ b/packages/nodes-base/nodes/Cloudflare/ZoneCertificateDescription.ts @@ -50,7 +50,7 @@ export const zoneCertificateFields: INodeProperties[] = [ name: 'zoneId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getZones', }, diff --git a/packages/nodes-base/nodes/Cockpit/CollectionDescription.ts b/packages/nodes-base/nodes/Cockpit/CollectionDescription.ts index e8dfb810a7..39f12bd148 100644 --- a/packages/nodes-base/nodes/Cockpit/CollectionDescription.ts +++ b/packages/nodes-base/nodes/Cockpit/CollectionDescription.ts @@ -52,7 +52,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.', + '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 65e7d997c0..c18e396c94 100644 --- a/packages/nodes-base/nodes/Cockpit/SingletonDescription.ts +++ b/packages/nodes-base/nodes/Cockpit/SingletonDescription.ts @@ -39,6 +39,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.', + '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 761f535c2b..16d005de4d 100644 --- a/packages/nodes-base/nodes/Coda/ControlDescription.ts +++ b/packages/nodes-base/nodes/Coda/ControlDescription.ts @@ -49,7 +49,7 @@ export const controlFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Control ID', @@ -84,7 +84,7 @@ export const controlFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + '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 b4bc81990f..8737a9473f 100644 --- a/packages/nodes-base/nodes/Coda/FormulaDescription.ts +++ b/packages/nodes-base/nodes/Coda/FormulaDescription.ts @@ -49,7 +49,7 @@ export const formulaFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Formula ID', @@ -84,7 +84,7 @@ export const formulaFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + '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 5beff988e7..087082665e 100644 --- a/packages/nodes-base/nodes/Coda/TableDescription.ts +++ b/packages/nodes-base/nodes/Coda/TableDescription.ts @@ -79,7 +79,7 @@ export const tableFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -98,7 +98,7 @@ export const tableFields: INodeProperties[] = [ }, }, description: - 'The table to create the row in. Choose from the list, or specify an ID using an expression.', + 'The table to create the row in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Options', @@ -149,7 +149,7 @@ export const tableFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -168,7 +168,7 @@ export const tableFields: INodeProperties[] = [ }, }, description: - 'The table to get the row from. Choose from the list, or specify an ID using an expression.', + 'The table to get the row from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Row ID', @@ -255,7 +255,7 @@ export const tableFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -274,7 +274,7 @@ export const tableFields: INodeProperties[] = [ }, }, description: - 'The table to get the rows from. Choose from the list, or specify an ID using an expression.', + 'The table to get the rows from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -410,7 +410,7 @@ export const tableFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -429,7 +429,7 @@ export const tableFields: INodeProperties[] = [ }, }, description: - 'The table to delete the row in. Choose from the list, or specify an ID using an expression.', + 'The table to delete the row in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Row ID', @@ -464,7 +464,7 @@ export const tableFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -483,7 +483,7 @@ export const tableFields: INodeProperties[] = [ }, }, description: - 'The table to get the row from. Choose from the list, or specify an ID using an expression.', + 'The table to get the row from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Row ID', @@ -505,7 +505,7 @@ export const tableFields: INodeProperties[] = [ name: 'columnId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getColumns', @@ -538,7 +538,7 @@ export const tableFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -557,7 +557,7 @@ export const tableFields: INodeProperties[] = [ }, }, description: - 'The table to get the row from. Choose from the list, or specify an ID using an expression.', + 'The table to get the row from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Column ID', @@ -592,7 +592,7 @@ export const tableFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -611,7 +611,7 @@ export const tableFields: INodeProperties[] = [ }, }, description: - 'The table to get the row from. Choose from the list, or specify an ID using an expression.', + '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 a649ca5747..b5768eea9f 100644 --- a/packages/nodes-base/nodes/Coda/ViewDescription.ts +++ b/packages/nodes-base/nodes/Coda/ViewDescription.ts @@ -78,7 +78,7 @@ export const viewFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'View ID', @@ -113,7 +113,7 @@ export const viewFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -165,7 +165,7 @@ export const viewFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'View Name or ID', @@ -184,7 +184,7 @@ export const viewFields: INodeProperties[] = [ }, }, description: - 'The table to get the rows from. Choose from the list, or specify an ID using an expression.', + 'The table to get the rows from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -313,7 +313,7 @@ export const viewFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'View Name or ID', @@ -332,7 +332,7 @@ export const viewFields: INodeProperties[] = [ }, }, description: - 'The table to get the rows from. Choose from the list, or specify an ID using an expression.', + 'The table to get the rows from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -384,7 +384,7 @@ export const viewFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'View Name or ID', @@ -403,7 +403,7 @@ export const viewFields: INodeProperties[] = [ }, }, description: - 'The view to get the row from. Choose from the list, or specify an ID using an expression.', + 'The view to get the row from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Row Name or ID', @@ -422,7 +422,7 @@ export const viewFields: INodeProperties[] = [ }, }, description: - 'The view to get the row from. Choose from the list, or specify an ID using an expression.', + 'The view to get the row from. Choose from the list, or specify an ID using an expression.', }, /* -------------------------------------------------------------------------- */ /* view:pushViewButton */ @@ -443,7 +443,7 @@ export const viewFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'View Name or ID', @@ -462,7 +462,7 @@ export const viewFields: INodeProperties[] = [ }, }, description: - 'The view to get the row from. Choose from the list, or specify an ID using an expression.', + 'The view to get the row from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Row Name or ID', @@ -481,14 +481,14 @@ export const viewFields: INodeProperties[] = [ }, }, description: - 'The view to get the row from. Choose from the list, or specify an ID using an expression.', + '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', + 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getViewColumns', @@ -521,7 +521,7 @@ export const viewFields: INodeProperties[] = [ }, }, description: - 'ID of the doc. Choose from the list, or specify an ID using an expression.', + 'ID of the doc. Choose from the list, or specify an ID using an expression.', }, { displayName: 'View Name or ID', @@ -540,7 +540,7 @@ export const viewFields: INodeProperties[] = [ }, }, description: - 'The view to get the row from. Choose from the list, or specify an ID using an expression.', + 'The view to get the row from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Row Name or ID', @@ -559,7 +559,7 @@ export const viewFields: INodeProperties[] = [ }, }, description: - 'The view to get the row from. Choose from the list, or specify an ID using an expression.', + '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 eb29e969e1..83195b0899 100644 --- a/packages/nodes-base/nodes/CoinGecko/CoinDescription.ts +++ b/packages/nodes-base/nodes/CoinGecko/CoinDescription.ts @@ -99,7 +99,7 @@ export const coinFields: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCoins', }, @@ -128,7 +128,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.', + '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', @@ -146,7 +146,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.', + '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', @@ -154,7 +154,7 @@ export const coinFields: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCoins', }, @@ -185,7 +185,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.', + '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', @@ -258,7 +258,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.', + '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', @@ -276,7 +276,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.', + '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', @@ -294,7 +294,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.', + '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)', @@ -573,7 +573,7 @@ export const coinFields: INodeProperties[] = [ }, default: [], description: - 'Filter results by exchange IDs. Choose from the list, or specify IDs using an expression.', + '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 1205724e3e..004d965349 100644 --- a/packages/nodes-base/nodes/CoinGecko/EventDescription.ts +++ b/packages/nodes-base/nodes/CoinGecko/EventDescription.ts @@ -78,7 +78,7 @@ export const eventFields: INodeProperties[] = [ }, default: '', description: - 'Country code of event. Choose from the list, or specify an ID using an expression.', + 'Country code of event. Choose from the list, or specify an ID using an expression.', }, { displayName: 'From Date', @@ -103,7 +103,7 @@ export const eventFields: INodeProperties[] = [ }, default: '', description: - 'Type of event. Choose from the list, or specify an ID using an expression.', + '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 7d69a46573..9c3441fd86 100644 --- a/packages/nodes-base/nodes/ConvertKit/ConvertKitTrigger.node.ts +++ b/packages/nodes-base/nodes/ConvertKit/ConvertKitTrigger.node.ts @@ -97,7 +97,7 @@ export class ConvertKitTrigger implements INodeType { name: 'formId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getForms', }, @@ -114,7 +114,7 @@ export class ConvertKitTrigger implements INodeType { name: 'courseId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getSequences', }, @@ -156,7 +156,7 @@ export class ConvertKitTrigger implements INodeType { name: 'tagId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 93e8d5b27b..44fbf9589c 100644 --- a/packages/nodes-base/nodes/ConvertKit/FormDescription.ts +++ b/packages/nodes-base/nodes/ConvertKit/FormDescription.ts @@ -42,7 +42,7 @@ export const formFields: INodeProperties[] = [ name: 'id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 501a4ee05e..19934893d2 100644 --- a/packages/nodes-base/nodes/ConvertKit/SequenceDescription.ts +++ b/packages/nodes-base/nodes/ConvertKit/SequenceDescription.ts @@ -42,7 +42,7 @@ export const sequenceFields: INodeProperties[] = [ name: 'id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getSequences', }, @@ -166,7 +166,7 @@ export const sequenceFields: INodeProperties[] = [ }, default: [], description: - 'Tags. Choose from the list, or specify IDs using an expression.', + '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 5780921c6a..cd58f99ef6 100644 --- a/packages/nodes-base/nodes/ConvertKit/TagSubscriberDescription.ts +++ b/packages/nodes-base/nodes/ConvertKit/TagSubscriberDescription.ts @@ -41,7 +41,7 @@ export const tagSubscriberFields: INodeProperties[] = [ name: 'tagId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 449f34a593..338410f736 100644 --- a/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts +++ b/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts @@ -43,7 +43,7 @@ export const analyzerFields: INodeProperties[] = [ }, }, description: - 'Choose the analyzer. Choose from the list, or specify an ID using an expression.', + 'Choose the analyzer. Choose from the list, or specify an ID using an expression.', default: '', }, { @@ -66,7 +66,7 @@ export const analyzerFields: INodeProperties[] = [ }, default: '', description: - 'Choose the observable type. Choose from the list, or specify an ID using an expression.', + '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 64966847f3..6de2a32589 100644 --- a/packages/nodes-base/nodes/Cortex/ResponderDescription.ts +++ b/packages/nodes-base/nodes/Cortex/ResponderDescription.ts @@ -43,7 +43,7 @@ export const responderFields: INodeProperties[] = [ }, }, description: - 'Choose the responder. Choose from the list, or specify an ID using an expression.', + 'Choose the responder. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Entity Type Name or ID', @@ -61,7 +61,7 @@ export const responderFields: INodeProperties[] = [ }, default: '', description: - 'Choose the Data type. Choose from the list, or specify an ID using an expression.', + '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 f456e4d875..6bbaa30e74 100644 --- a/packages/nodes-base/nodes/Crypto/Crypto.node.ts +++ b/packages/nodes-base/nodes/Crypto/Crypto.node.ts @@ -334,7 +334,7 @@ export class Crypto implements INodeType { }, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', options: supportedAlgorithms, default: '', required: true, diff --git a/packages/nodes-base/nodes/DateTime/V1/DateTimeV1.node.ts b/packages/nodes-base/nodes/DateTime/V1/DateTimeV1.node.ts index 0cd1fbd91b..2b38055281 100644 --- a/packages/nodes-base/nodes/DateTime/V1/DateTimeV1.node.ts +++ b/packages/nodes-base/nodes/DateTime/V1/DateTimeV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { IDataObject, IExecuteFunctions, @@ -66,7 +65,7 @@ const versionDescription: INodeTypeDescription = { properties: [ { displayName: - "More powerful date functionality is available in expressions,
e.g. {{ $now.plus(1, 'week') }}", + "More powerful date functionality is available in expressions,
e.g. {{ $now.plus(1, 'week') }}", name: 'noticeDateTime', type: 'notice', default: '', @@ -222,7 +221,7 @@ const versionDescription: INodeTypeDescription = { }, default: 'UTC', description: - 'The timezone to convert from. Choose from the list, or specify an ID using an expression.', + 'The timezone to convert from. Choose from the list, or specify an ID using an expression.', }, { displayName: 'To Timezone Name or ID', @@ -233,7 +232,7 @@ const versionDescription: INodeTypeDescription = { }, default: 'UTC', description: - 'The timezone to convert to. Choose from the list, or specify an ID using an expression.', + 'The timezone to convert to. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/DateTime/V2/AddToDateDescription.ts b/packages/nodes-base/nodes/DateTime/V2/AddToDateDescription.ts index 37e8901656..e6efc9e01c 100644 --- a/packages/nodes-base/nodes/DateTime/V2/AddToDateDescription.ts +++ b/packages/nodes-base/nodes/DateTime/V2/AddToDateDescription.ts @@ -4,7 +4,7 @@ import { includeInputFields } from './common.descriptions'; export const AddToDateDescription: INodeProperties[] = [ { displayName: - "You can also do this using an expression, e.g. {{your_date.plus(5, 'minutes')}}. More info", + "You can also do this using an expression, e.g. {{your_date.plus(5, 'minutes')}}. More info", name: 'notice', type: 'notice', default: '', diff --git a/packages/nodes-base/nodes/DateTime/V2/CurrentDateDescription.ts b/packages/nodes-base/nodes/DateTime/V2/CurrentDateDescription.ts index 26110b1b0d..81e25c2f38 100644 --- a/packages/nodes-base/nodes/DateTime/V2/CurrentDateDescription.ts +++ b/packages/nodes-base/nodes/DateTime/V2/CurrentDateDescription.ts @@ -4,7 +4,7 @@ import { includeInputFields } from './common.descriptions'; export const CurrentDateDescription: INodeProperties[] = [ { displayName: - 'You can also refer to the current date in n8n expressions by using {{$now}} or {{$today}}. More info', + 'You can also refer to the current date in n8n expressions by using {{$now}} or {{$today}}. More info', name: 'notice', type: 'notice', default: '', diff --git a/packages/nodes-base/nodes/DateTime/V2/ExtractDateDescription.ts b/packages/nodes-base/nodes/DateTime/V2/ExtractDateDescription.ts index 4f59ea8e54..2cbabc72a5 100644 --- a/packages/nodes-base/nodes/DateTime/V2/ExtractDateDescription.ts +++ b/packages/nodes-base/nodes/DateTime/V2/ExtractDateDescription.ts @@ -4,7 +4,7 @@ import { includeInputFields } from './common.descriptions'; export const ExtractDateDescription: INodeProperties[] = [ { displayName: - 'You can also do this using an expression, e.g. {{ your_date.extract("month") }}}. More info', + 'You can also do this using an expression, e.g. {{ your_date.extract("month") }}}. More info', name: 'notice', type: 'notice', default: '', diff --git a/packages/nodes-base/nodes/DateTime/V2/FormatDateDescription.ts b/packages/nodes-base/nodes/DateTime/V2/FormatDateDescription.ts index 3111afa3a5..65f578b5a6 100644 --- a/packages/nodes-base/nodes/DateTime/V2/FormatDateDescription.ts +++ b/packages/nodes-base/nodes/DateTime/V2/FormatDateDescription.ts @@ -4,7 +4,7 @@ import { includeInputFields } from './common.descriptions'; export const FormatDateDescription: INodeProperties[] = [ { displayName: - "You can also do this using an expression, e.g. {{your_date.format('yyyy-MM-dd')}}. More info", + "You can also do this using an expression, e.g. {{your_date.format('yyyy-MM-dd')}}. More info", name: 'notice', type: 'notice', default: '', diff --git a/packages/nodes-base/nodes/DateTime/V2/RoundDateDescription.ts b/packages/nodes-base/nodes/DateTime/V2/RoundDateDescription.ts index 8a0fa38c0c..0108fa17e4 100644 --- a/packages/nodes-base/nodes/DateTime/V2/RoundDateDescription.ts +++ b/packages/nodes-base/nodes/DateTime/V2/RoundDateDescription.ts @@ -4,7 +4,7 @@ import { includeInputFields } from './common.descriptions'; export const RoundDateDescription: INodeProperties[] = [ { displayName: - "You can also do this using an expression, e.g. {{ your_date.beginningOf('month') }} or {{ your_date.endOfMonth() }}. More info", + "You can also do this using an expression, e.g. {{ your_date.beginningOf('month') }} or {{ your_date.endOfMonth() }}. More info", name: 'notice', type: 'notice', default: '', diff --git a/packages/nodes-base/nodes/DateTime/V2/SubtractFromDateDescription.ts b/packages/nodes-base/nodes/DateTime/V2/SubtractFromDateDescription.ts index 3d35de2db1..8de53d6b37 100644 --- a/packages/nodes-base/nodes/DateTime/V2/SubtractFromDateDescription.ts +++ b/packages/nodes-base/nodes/DateTime/V2/SubtractFromDateDescription.ts @@ -4,7 +4,7 @@ import { includeInputFields } from './common.descriptions'; export const SubtractFromDateDescription: INodeProperties[] = [ { displayName: - "You can also do this using an expression, e.g. {{your_date.minus(5, 'minutes')}}. More info", + "You can also do this using an expression, e.g. {{your_date.minus(5, 'minutes')}}. More info", name: 'notice', type: 'notice', default: '', diff --git a/packages/nodes-base/nodes/DeepL/TextDescription.ts b/packages/nodes-base/nodes/DeepL/TextDescription.ts index d5ded349e0..83b5e6cb5e 100644 --- a/packages/nodes-base/nodes/DeepL/TextDescription.ts +++ b/packages/nodes-base/nodes/DeepL/TextDescription.ts @@ -23,7 +23,7 @@ export const textOperations: INodeProperties[] = [ }, default: '', description: - 'Language to translate to. Choose from the list, or specify an ID using an expression.', + 'Language to translate to. Choose from the list, or specify an ID using an expression.', required: true, displayOptions: { show: { @@ -44,7 +44,7 @@ export const textOperations: INodeProperties[] = [ type: 'options', default: '', description: - 'Language to translate from. Choose from the list, or specify an ID using an expression.', + '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 130ae8768a..021ee3d034 100644 --- a/packages/nodes-base/nodes/Demio/EventDescription.ts +++ b/packages/nodes-base/nodes/Demio/EventDescription.ts @@ -160,7 +160,7 @@ export const eventFields: INodeProperties[] = [ name: 'eventId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getEvents', }, @@ -293,7 +293,7 @@ export const eventFields: INodeProperties[] = [ }, default: '', description: - 'Event Session ID. Choose from the list, or specify an ID using an expression.', + '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 20c40afdd0..0cabf622a9 100644 --- a/packages/nodes-base/nodes/Demio/ReportDescription.ts +++ b/packages/nodes-base/nodes/Demio/ReportDescription.ts @@ -32,7 +32,7 @@ export const reportFields: INodeProperties[] = [ name: 'eventId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getEvents', }, @@ -55,7 +55,7 @@ export const reportFields: INodeProperties[] = [ default: '', required: true, description: - 'ID of the session. Choose from the list, or specify an ID using an expression.', + 'ID of the session. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['report'], diff --git a/packages/nodes-base/nodes/Discord/v1/DiscordV1.node.ts b/packages/nodes-base/nodes/Discord/v1/DiscordV1.node.ts index 5ae8acdd57..6f0f24ce63 100644 --- a/packages/nodes-base/nodes/Discord/v1/DiscordV1.node.ts +++ b/packages/nodes-base/nodes/Discord/v1/DiscordV1.node.ts @@ -1,5 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ - import type { IExecuteFunctions, INodeExecutionData, diff --git a/packages/nodes-base/nodes/Discourse/PostDescription.ts b/packages/nodes-base/nodes/Discourse/PostDescription.ts index eaf213a61b..90980b2890 100644 --- a/packages/nodes-base/nodes/Discourse/PostDescription.ts +++ b/packages/nodes-base/nodes/Discourse/PostDescription.ts @@ -96,7 +96,7 @@ export const postFields: INodeProperties[] = [ }, default: '', description: - 'ID of the category. Choose from the list, or specify an ID using an expression.', + '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/E2eTest/E2eTest.node.ts b/packages/nodes-base/nodes/E2eTest/E2eTest.node.ts index 5dd91f524e..24c121988b 100644 --- a/packages/nodes-base/nodes/E2eTest/E2eTest.node.ts +++ b/packages/nodes-base/nodes/E2eTest/E2eTest.node.ts @@ -57,7 +57,7 @@ export class E2eTest implements INodeType { displayName: 'Remote Options Name or ID', name: 'remoteOptions', description: - 'Remote options to load. Choose from the list, or specify an ID using an expression.', + 'Remote options to load. Choose from the list, or specify an ID using an expression.', type: 'options', typeOptions: { loadOptionsDependsOn: ['fieldId'], diff --git a/packages/nodes-base/nodes/ERPNext/DocumentDescription.ts b/packages/nodes-base/nodes/ERPNext/DocumentDescription.ts index aaa7da6920..34e06be79f 100644 --- a/packages/nodes-base/nodes/ERPNext/DocumentDescription.ts +++ b/packages/nodes-base/nodes/ERPNext/DocumentDescription.ts @@ -60,7 +60,7 @@ export const documentFields: INodeProperties[] = [ }, default: '', description: - 'DocType whose documents to retrieve. Choose from the list, or specify an ID using an expression.', + 'DocType whose documents to retrieve. Choose from the list, or specify an ID using an expression.', placeholder: 'Customer', displayOptions: { show: { @@ -122,7 +122,7 @@ export const documentFields: INodeProperties[] = [ }, default: [], description: - 'Comma-separated list of fields to return. Choose from the list, or specify IDs using an expression.', + 'Comma-separated list of fields to return. Choose from the list, or specify IDs using an expression.', placeholder: 'name,country', }, { @@ -145,7 +145,7 @@ export const documentFields: INodeProperties[] = [ name: 'field', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDocFields', loadOptionsDependsOn: ['docType'], @@ -211,7 +211,7 @@ export const documentFields: INodeProperties[] = [ }, required: true, description: - 'DocType you would like to create. Choose from the list, or specify an ID using an expression.', + 'DocType you would like to create. Choose from the list, or specify an ID using an expression.', placeholder: 'Customer', displayOptions: { show: { @@ -247,7 +247,7 @@ export const documentFields: INodeProperties[] = [ name: 'field', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDocFields', loadOptionsDependsOn: ['docType'], @@ -277,7 +277,7 @@ export const documentFields: INodeProperties[] = [ }, default: '', description: - 'The type of document you would like to get. Choose from the list, or specify an ID using an expression.', + 'The type of document you would like to get. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['document'], @@ -313,7 +313,7 @@ export const documentFields: INodeProperties[] = [ }, default: '', description: - 'The type of document you would like to delete. Choose from the list, or specify an ID using an expression.', + 'The type of document you would like to delete. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['document'], @@ -349,7 +349,7 @@ export const documentFields: INodeProperties[] = [ }, default: '', description: - 'The type of document you would like to update. Choose from the list, or specify an ID using an expression.', + 'The type of document you would like to update. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['document'], @@ -398,7 +398,7 @@ export const documentFields: INodeProperties[] = [ name: 'field', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDocFields', loadOptionsDependsOn: ['docType'], diff --git a/packages/nodes-base/nodes/EditImage/EditImage.node.ts b/packages/nodes-base/nodes/EditImage/EditImage.node.ts index fe555a2a54..3e4544de8e 100644 --- a/packages/nodes-base/nodes/EditImage/EditImage.node.ts +++ b/packages/nodes-base/nodes/EditImage/EditImage.node.ts @@ -851,7 +851,7 @@ export class EditImage implements INodeType { }, default: 'default', description: - 'The font to use. Choose from the list, or specify an ID using an expression.', + 'The font to use. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -892,7 +892,7 @@ export class EditImage implements INodeType { }, default: 'default', description: - 'The font to use. Choose from the list, or specify an ID using an expression.', + '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 871725f460..e922c7ad21 100644 --- a/packages/nodes-base/nodes/Egoi/Egoi.node.ts +++ b/packages/nodes-base/nodes/Egoi/Egoi.node.ts @@ -98,7 +98,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.', + 'ID of list to operate on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Email', @@ -189,7 +189,7 @@ export class Egoi implements INodeType { name: 'field_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getExtraFields', loadOptionsDependsOn: ['list'], @@ -254,7 +254,7 @@ export class Egoi implements INodeType { }, default: [], description: - 'List of tag IDs to be added. Choose from the list, or specify IDs using an expression.', + 'List of tag IDs to be added. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -317,7 +317,7 @@ export class Egoi implements INodeType { name: 'field_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getExtraFields', loadOptionsDependsOn: ['list'], @@ -382,7 +382,7 @@ export class Egoi implements INodeType { }, default: [], description: - 'List of tag IDs to be added. Choose from the list, or specify IDs using an expression.', + '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 be4e0af5f2..b5023533b6 100644 --- a/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseDescription.ts +++ b/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseDescription.ts @@ -74,7 +74,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.', + '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: '', @@ -427,7 +427,7 @@ export const caseFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + '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 7b142e4d8a..7e648fd831 100644 --- a/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseTagDescription.ts +++ b/packages/nodes-base/nodes/Elastic/ElasticSecurity/descriptions/CaseTagDescription.ts @@ -51,7 +51,7 @@ export const caseTagFields: INodeProperties[] = [ name: 'tag', type: 'options', description: - 'Tag to attach to the case. Choose from the list, or specify an ID using an expression.', + 'Tag to attach to the case. Choose from the list, or specify an ID using an expression.', required: true, default: '', typeOptions: { @@ -86,7 +86,7 @@ export const caseTagFields: INodeProperties[] = [ name: 'tag', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, default: '', typeOptions: { diff --git a/packages/nodes-base/nodes/EmailReadImap/v1/EmailReadImapV1.node.ts b/packages/nodes-base/nodes/EmailReadImap/v1/EmailReadImapV1.node.ts index 25a44e6734..9cd9d849af 100644 --- a/packages/nodes-base/nodes/EmailReadImap/v1/EmailReadImapV1.node.ts +++ b/packages/nodes-base/nodes/EmailReadImap/v1/EmailReadImapV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { ITriggerFunctions, IBinaryData, diff --git a/packages/nodes-base/nodes/EmailReadImap/v2/EmailReadImapV2.node.ts b/packages/nodes-base/nodes/EmailReadImap/v2/EmailReadImapV2.node.ts index 3af8f9709b..afe4104d65 100644 --- a/packages/nodes-base/nodes/EmailReadImap/v2/EmailReadImapV2.node.ts +++ b/packages/nodes-base/nodes/EmailReadImap/v2/EmailReadImapV2.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { ITriggerFunctions, IBinaryData, diff --git a/packages/nodes-base/nodes/EmailSend/v1/EmailSendV1.node.ts b/packages/nodes-base/nodes/EmailSend/v1/EmailSendV1.node.ts index d0f92d2cfd..45ea02ffa6 100644 --- a/packages/nodes-base/nodes/EmailSend/v1/EmailSendV1.node.ts +++ b/packages/nodes-base/nodes/EmailSend/v1/EmailSendV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { IDataObject, IExecuteFunctions, diff --git a/packages/nodes-base/nodes/EmailSend/v2/EmailSendV2.node.ts b/packages/nodes-base/nodes/EmailSend/v2/EmailSendV2.node.ts index 5660d5ad39..f2670607c3 100644 --- a/packages/nodes-base/nodes/EmailSend/v2/EmailSendV2.node.ts +++ b/packages/nodes-base/nodes/EmailSend/v2/EmailSendV2.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { IExecuteFunctions, INodeExecutionData, diff --git a/packages/nodes-base/nodes/Emelia/CampaignDescription.ts b/packages/nodes-base/nodes/Emelia/CampaignDescription.ts index 1b0c2af1d6..e56e633a19 100644 --- a/packages/nodes-base/nodes/Emelia/CampaignDescription.ts +++ b/packages/nodes-base/nodes/Emelia/CampaignDescription.ts @@ -66,7 +66,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.', + 'The ID of the campaign to add the contact to. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['campaign'], @@ -303,7 +303,7 @@ export const campaignFields: INodeProperties[] = [ default: '', required: true, description: - 'The ID of the campaign to duplicate. Choose from the list, or specify an ID using an expression.', + '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 03a0735244..8c1c7260fe 100644 --- a/packages/nodes-base/nodes/Emelia/ContactListDescription.ts +++ b/packages/nodes-base/nodes/Emelia/ContactListDescription.ts @@ -41,7 +41,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.', + '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: ['contactList'], diff --git a/packages/nodes-base/nodes/Emelia/EmeliaTrigger.node.ts b/packages/nodes-base/nodes/Emelia/EmeliaTrigger.node.ts index 77ad724288..3fcd491f04 100644 --- a/packages/nodes-base/nodes/Emelia/EmeliaTrigger.node.ts +++ b/packages/nodes-base/nodes/Emelia/EmeliaTrigger.node.ts @@ -52,7 +52,7 @@ export class EmeliaTrigger implements INodeType { name: 'campaignId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 9f8805ecc2..81f85e13cb 100644 --- a/packages/nodes-base/nodes/Eventbrite/EventbriteTrigger.node.ts +++ b/packages/nodes-base/nodes/Eventbrite/EventbriteTrigger.node.ts @@ -83,7 +83,7 @@ export class EventbriteTrigger implements INodeType { }, default: '', description: - 'The Eventbrite Organization to work on. Choose from the list, or specify an ID using an expression.', + 'The Eventbrite Organization to work on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Event Name or ID', @@ -96,7 +96,7 @@ export class EventbriteTrigger implements INodeType { }, default: '', description: - 'Limit the triggers to this event. Choose from the list, or specify an ID using an expression.', + '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.ts b/packages/nodes-base/nodes/Facebook/FacebookTrigger.node.ts index 12d092278a..5e0f9e897f 100644 --- a/packages/nodes-base/nodes/Facebook/FacebookTrigger.node.ts +++ b/packages/nodes-base/nodes/Facebook/FacebookTrigger.node.ts @@ -150,7 +150,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.', + '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 0f53bd6a39..8bb9e981f4 100644 --- a/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts +++ b/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts @@ -111,7 +111,7 @@ export class FileMaker implements INodeType { displayOptions: {}, placeholder: 'Layout Name', description: - 'FileMaker Layout Name. Choose from the list, or specify an ID using an expression.', + 'FileMaker Layout Name. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Record ID', @@ -187,7 +187,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.', + '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 @@ -197,7 +197,7 @@ export class FileMaker implements INodeType { name: 'responseLayout', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getResponseLayouts', }, @@ -252,7 +252,7 @@ export class FileMaker implements INodeType { }, options: [], description: - 'Search Field. Choose from the list, or specify an ID using an expression.', + 'Search Field. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -319,7 +319,7 @@ export class FileMaker implements INodeType { }, options: [], description: - 'Field Name. Choose from the list, or specify an ID using an expression.', + 'Field Name. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Order', @@ -373,7 +373,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.', + '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', @@ -420,7 +420,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.', + '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', @@ -467,7 +467,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.', + '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', @@ -545,7 +545,7 @@ export class FileMaker implements INodeType { }, options: [], description: - 'Field Name. Choose from the list, or specify an ID using an expression.', + 'Field Name. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -577,7 +577,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.', + '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/Form/v1/FormTriggerV1.node.ts b/packages/nodes-base/nodes/Form/v1/FormTriggerV1.node.ts index 6a0bd83a5e..b0363cce73 100644 --- a/packages/nodes-base/nodes/Form/v1/FormTriggerV1.node.ts +++ b/packages/nodes-base/nodes/Form/v1/FormTriggerV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import { FORM_TRIGGER_PATH_IDENTIFIER, NodeConnectionType, diff --git a/packages/nodes-base/nodes/Form/v2/FormTriggerV2.node.ts b/packages/nodes-base/nodes/Form/v2/FormTriggerV2.node.ts index 9adead6ad3..8792d0d6a1 100644 --- a/packages/nodes-base/nodes/Form/v2/FormTriggerV2.node.ts +++ b/packages/nodes-base/nodes/Form/v2/FormTriggerV2.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import { NodeConnectionType, type INodeProperties, diff --git a/packages/nodes-base/nodes/FormIo/FormIoTrigger.node.ts b/packages/nodes-base/nodes/FormIo/FormIoTrigger.node.ts index 54006c6eca..acde022d5c 100644 --- a/packages/nodes-base/nodes/FormIo/FormIoTrigger.node.ts +++ b/packages/nodes-base/nodes/FormIo/FormIoTrigger.node.ts @@ -51,7 +51,7 @@ export class FormIoTrigger implements INodeType { required: true, default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', }, { displayName: 'Form Name or ID', @@ -64,7 +64,7 @@ export class FormIoTrigger implements INodeType { required: true, default: '', description: - 'Choose from the list, or specify an ID using an expression', + '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 b49b5e156f..988c93b147 100644 --- a/packages/nodes-base/nodes/Formstack/FormstackTrigger.node.ts +++ b/packages/nodes-base/nodes/Formstack/FormstackTrigger.node.ts @@ -80,7 +80,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.', + '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 2043f03de6..3f1c7d7332 100644 --- a/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts +++ b/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts @@ -365,7 +365,7 @@ export class Freshdesk implements INodeType { 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.', + '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', @@ -384,7 +384,7 @@ export class Freshdesk implements INodeType { 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.', + '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', @@ -427,7 +427,7 @@ export class Freshdesk implements INodeType { 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.', + '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', @@ -446,7 +446,7 @@ export class Freshdesk implements INodeType { 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.', + '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', @@ -604,7 +604,7 @@ export class Freshdesk implements INodeType { 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.', + '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', @@ -623,7 +623,7 @@ export class Freshdesk implements INodeType { 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.', + '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', @@ -656,7 +656,7 @@ export class Freshdesk implements INodeType { 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.', + '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', @@ -675,7 +675,7 @@ export class Freshdesk implements INodeType { 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.', + '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 9e9f152d3b..6ec3d0d698 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/AgentDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/AgentDescription.ts @@ -106,7 +106,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.', + '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', @@ -144,7 +144,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.', + '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', @@ -186,7 +186,7 @@ export const agentFields: INodeProperties[] = [ 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.', + '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', }, @@ -216,7 +216,7 @@ export const agentFields: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getLocations', }, @@ -227,7 +227,7 @@ export const agentFields: INodeProperties[] = [ 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.', + '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', }, @@ -244,7 +244,7 @@ export const agentFields: INodeProperties[] = [ 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.', + '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', }, @@ -396,7 +396,7 @@ export const agentFields: INodeProperties[] = [ type: 'options', default: '', description: - 'ID of the department to which the agent belongs. Choose from the list, or specify an ID using an expression.', + 'ID of the department to which the agent belongs. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -439,7 +439,7 @@ export const agentFields: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list or specify an ID. Choose from the list, or specify an ID using an expression.', + 'Choose from the list or specify an ID. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getLocations', }, @@ -507,7 +507,7 @@ export const agentFields: INodeProperties[] = [ 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.', + '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', }, @@ -550,7 +550,7 @@ export const agentFields: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list or specify an ID. Choose from the list, or specify an ID using an expression.', + 'Choose from the list or specify an ID. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getLocations', }, @@ -561,7 +561,7 @@ export const agentFields: INodeProperties[] = [ 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.', + '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', }, @@ -578,7 +578,7 @@ export const agentFields: INodeProperties[] = [ 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.', + '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 19986f7f4e..bc87799caa 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/AgentGroupDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/AgentGroupDescription.ts @@ -92,7 +92,7 @@ export const agentGroupFields: INodeProperties[] = [ 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.', + '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', @@ -100,7 +100,7 @@ export const agentGroupFields: INodeProperties[] = [ 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.', + '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', }, @@ -111,7 +111,7 @@ export const agentGroupFields: INodeProperties[] = [ 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.', + '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', }, @@ -273,7 +273,7 @@ export const agentGroupFields: INodeProperties[] = [ 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.', + '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', }, @@ -284,7 +284,7 @@ export const agentGroupFields: INodeProperties[] = [ 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.', + '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', }, @@ -301,7 +301,7 @@ export const agentGroupFields: INodeProperties[] = [ 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.', + '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 9a98b9005e..18bb44f9dd 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/AnnouncementDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/AnnouncementDescription.ts @@ -146,7 +146,7 @@ export const announcementFields: INodeProperties[] = [ 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.', + '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', }, @@ -289,7 +289,7 @@ export const announcementFields: INodeProperties[] = [ 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.', + '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 318765d45d..6210578265 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/AssetDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/AssetDescription.ts @@ -69,7 +69,7 @@ export const assetFields: INodeProperties[] = [ name: 'assetTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, default: '', typeOptions: { @@ -112,7 +112,7 @@ export const assetFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -213,7 +213,7 @@ export const assetFields: INodeProperties[] = [ 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.', + 'ID of the agent by whom the asset is managed. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -231,7 +231,7 @@ export const assetFields: INodeProperties[] = [ type: 'options', default: '', description: - 'ID of the asset type to filter by. Choose from the list, or specify an ID using an expression.', + 'ID of the asset type to filter by. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAssetTypes', }, @@ -242,7 +242,7 @@ export const assetFields: INodeProperties[] = [ type: 'options', default: '', description: - 'ID of the department to which the asset belongs. Choose from the list, or specify an ID using an expression.', + 'ID of the department to which the asset belongs. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -253,7 +253,7 @@ export const assetFields: INodeProperties[] = [ type: 'options', default: '', description: - 'ID of the location to filter by. Choose from the list, or specify an ID using an expression.', + 'ID of the location to filter by. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getLocations', }, @@ -315,7 +315,7 @@ export const assetFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + '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 903f8c53a6..061f690751 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/AssetTypeDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/AssetTypeDescription.ts @@ -87,7 +87,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', + '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 5753f86106..e04352def2 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/ChangeDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/ChangeDescription.ts @@ -56,7 +56,7 @@ export const changeFields: INodeProperties[] = [ 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.', + '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: '', @@ -128,7 +128,7 @@ export const changeFields: INodeProperties[] = [ 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.', + 'ID of the agent to whom the change is assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -163,7 +163,7 @@ export const changeFields: INodeProperties[] = [ type: 'options', default: '', description: - 'ID of the department requesting the change. Choose from the list, or specify an ID using an expression.', + 'ID of the department requesting the change. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -181,7 +181,7 @@ export const changeFields: INodeProperties[] = [ 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.', + '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', }, @@ -467,7 +467,7 @@ export const changeFields: INodeProperties[] = [ 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.', + 'ID of the agent to whom the change is assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -502,7 +502,7 @@ export const changeFields: INodeProperties[] = [ type: 'options', default: '', description: - 'ID of the department requesting the change. Choose from the list, or specify an ID using an expression.', + 'ID of the department requesting the change. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -520,7 +520,7 @@ export const changeFields: INodeProperties[] = [ 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.', + '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', }, @@ -576,7 +576,7 @@ export const changeFields: INodeProperties[] = [ type: 'options', default: '', description: - 'ID of the requester of the change. Choose from the list, or specify an ID using an expression.', + '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 92cf878901..1f51e7a4c7 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/ProblemDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/ProblemDescription.ts @@ -68,7 +68,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.', + 'ID of the initiator of the problem. Choose from the list, or specify an ID using an expression.', type: 'options', required: true, default: '', @@ -114,7 +114,7 @@ export const problemFields: INodeProperties[] = [ 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.', + 'ID of the agent to whom the problem is assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -125,7 +125,7 @@ export const problemFields: INodeProperties[] = [ type: 'options', default: '', description: - 'ID of the department initiating the problem. Choose from the list, or specify an ID using an expression.', + 'ID of the department initiating the problem. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -143,7 +143,7 @@ export const problemFields: INodeProperties[] = [ 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.', + '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', }, @@ -321,7 +321,7 @@ export const problemFields: INodeProperties[] = [ 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.', + 'ID of the agent to whom the problem is assigned. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -332,7 +332,7 @@ export const problemFields: INodeProperties[] = [ type: 'options', default: '', description: - 'ID of the department initiating the problem. Choose from the list, or specify an ID using an expression.', + 'ID of the department initiating the problem. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -357,7 +357,7 @@ export const problemFields: INodeProperties[] = [ 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.', + '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', }, @@ -412,7 +412,7 @@ export const problemFields: INodeProperties[] = [ type: 'options', default: '', description: - 'ID of the initiator of the problem. Choose from the list, or specify an ID using an expression.', + '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 e5f351cd89..41a561e2d9 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/ProductDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/ProductDescription.ts @@ -56,7 +56,7 @@ export const productFields: INodeProperties[] = [ name: 'assetTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, default: '', typeOptions: { @@ -256,7 +256,7 @@ export const productFields: INodeProperties[] = [ name: 'asset_type_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 60de514d0f..c4f8021d54 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/ReleaseDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/ReleaseDescription.ts @@ -204,7 +204,7 @@ export const releaseFields: INodeProperties[] = [ type: 'options', default: '', description: - 'ID of the department initiating the release. Choose from the list, or specify an ID using an expression.', + 'ID of the department initiating the release. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -222,7 +222,7 @@ export const releaseFields: INodeProperties[] = [ 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.', + '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', }, @@ -336,7 +336,7 @@ export const releaseFields: INodeProperties[] = [ type: 'options', default: '', description: - 'ID of the department initiating the release. Choose from the list, or specify an ID using an expression.', + 'ID of the department initiating the release. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -354,7 +354,7 @@ export const releaseFields: INodeProperties[] = [ 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.', + '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 6fed8d79b2..4a7bd830ef 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/RequesterDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/RequesterDescription.ts @@ -108,7 +108,7 @@ export const requesterFields: INodeProperties[] = [ 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.', + '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', }, @@ -136,7 +136,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', + 'Choose from the list, or specify an ID using an expression', type: 'options', default: '', typeOptions: { @@ -267,7 +267,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', + 'Choose from the list, or specify an ID using an expression', type: 'options', default: '', typeOptions: { @@ -304,7 +304,7 @@ export const requesterFields: INodeProperties[] = [ name: 'location_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getLocations', @@ -379,7 +379,7 @@ export const requesterFields: INodeProperties[] = [ 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.', + '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', }, @@ -415,7 +415,7 @@ export const requesterFields: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + '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 96deb3e0db..9ea779e47a 100644 --- a/packages/nodes-base/nodes/Freshservice/descriptions/TicketDescription.ts +++ b/packages/nodes-base/nodes/Freshservice/descriptions/TicketDescription.ts @@ -177,7 +177,7 @@ export const ticketFields: INodeProperties[] = [ type: 'options', default: '', description: - 'ID of the department to which this ticket belongs. Choose from the list, or specify an ID using an expression.', + 'ID of the department to which this ticket belongs. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -188,7 +188,7 @@ export const ticketFields: INodeProperties[] = [ 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.', + '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', }, @@ -225,7 +225,7 @@ export const ticketFields: INodeProperties[] = [ name: 'requester_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getRequesters', @@ -322,7 +322,7 @@ export const ticketFields: INodeProperties[] = [ 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.', + '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', }, @@ -333,7 +333,7 @@ export const ticketFields: INodeProperties[] = [ 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.', + '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', }, @@ -459,7 +459,7 @@ export const ticketFields: INodeProperties[] = [ 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.', + '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', }, @@ -485,7 +485,7 @@ export const ticketFields: INodeProperties[] = [ 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.', + '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 5d0bd71a18..e5591d7a1b 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/AccountDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/AccountDescription.ts @@ -101,7 +101,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getBusinessTypes', }, description: - 'ID of the business that the account belongs to. Choose from the list, or specify an ID using an expression.', + 'ID of the business that the account belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'City', @@ -133,7 +133,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getIndustryTypes', }, description: - 'ID of the industry that the account belongs to. Choose from the list, or specify an ID using an expression.', + 'ID of the industry that the account belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'LinkedIn', @@ -158,7 +158,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, description: - 'ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an expression.', + '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', @@ -190,7 +190,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getTerritories', }, description: - 'ID of the territory that the account belongs to. Choose from the list, or specify an ID using an expression.', + 'ID of the territory that the account belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Twitter', @@ -260,7 +260,7 @@ export const accountFields: INodeProperties[] = [ name: 'view', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getAccountViews', @@ -357,7 +357,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getBusinessTypes', }, description: - 'ID of the business that the account belongs to. Choose from the list, or specify an ID using an expression.', + 'ID of the business that the account belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'City', @@ -389,7 +389,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getIndustryTypes', }, description: - 'ID of the industry that the account belongs to. Choose from the list, or specify an ID using an expression.', + 'ID of the industry that the account belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'LinkedIn', @@ -421,7 +421,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, description: - 'ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an expression.', + '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', @@ -453,7 +453,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getTerritories', }, description: - 'ID of the territory that the account belongs to. Choose from the list, or specify an ID using an expression.', + '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 88cebf6d1d..65228c1c75 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/AppointmentDescription.ts @@ -138,7 +138,7 @@ export const appointmentFields: INodeProperties[] = [ name: 'userId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { type: ['user'], @@ -186,7 +186,7 @@ export const appointmentFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, description: - 'ID of the user who created the appointment. Choose from the list, or specify an ID using an expression.', + 'ID of the user who created the appointment. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Is All-Day', @@ -225,7 +225,7 @@ export const appointmentFields: INodeProperties[] = [ loadOptionsMethod: 'getOutcomes', }, description: - 'ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an expression.', + 'ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Target ID', @@ -451,7 +451,7 @@ export const appointmentFields: INodeProperties[] = [ name: 'userId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { type: ['user'], @@ -486,7 +486,7 @@ export const appointmentFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, description: - 'ID of the user who created the appointment. Choose from the list, or specify an ID using an expression.', + 'ID of the user who created the appointment. Choose from the list, or specify an ID using an expression.', }, { displayName: 'End Date', @@ -533,7 +533,7 @@ export const appointmentFields: INodeProperties[] = [ loadOptionsMethod: 'getOutcomes', }, description: - 'ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an expression.', + '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 197f21fe1d..b1ed8e9274 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/ContactDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/ContactDescription.ts @@ -122,7 +122,7 @@ export const contactFields: INodeProperties[] = [ 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.', + 'ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an expression.', }, { displayName: 'City', @@ -140,7 +140,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getContactStatuses', }, description: - 'ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an expression.', + 'ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Country', @@ -193,7 +193,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getLifecycleStages', }, description: - 'ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an expression.', + 'ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'LinkedIn', @@ -225,7 +225,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, description: - 'ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an expression.', + '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', @@ -236,7 +236,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getAccounts', }, description: - 'Accounts which contact belongs to. Choose from the list, or specify IDs using an expression.', + 'Accounts which contact belongs to. Choose from the list, or specify IDs using an expression.', }, { displayName: 'State', @@ -268,7 +268,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getTerritories', }, description: - 'ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an expression.', + 'ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Time Zone', @@ -345,7 +345,7 @@ export const contactFields: INodeProperties[] = [ name: 'view', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { resource: ['contact'], @@ -434,7 +434,7 @@ export const contactFields: INodeProperties[] = [ 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.', + 'ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an expression.', }, { displayName: 'City', @@ -452,7 +452,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getContactStatuses', }, description: - 'ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an expression.', + 'ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Country', @@ -509,7 +509,7 @@ export const contactFields: INodeProperties[] = [ type: 'options', default: '', description: - 'ID of the source where contact came from. Choose from the list, or specify an ID using an expression.', + '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', @@ -520,7 +520,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getLifecycleStages', }, description: - 'ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an expression.', + 'ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'LinkedIn', @@ -552,7 +552,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, description: - 'ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an expression.', + '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', @@ -563,7 +563,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getAccounts', }, description: - 'Accounts which contact belongs to. Choose from the list, or specify IDs using an expression.', + 'Accounts which contact belongs to. Choose from the list, or specify IDs using an expression.', }, { displayName: 'State', @@ -578,7 +578,7 @@ export const contactFields: INodeProperties[] = [ type: 'options', default: '', description: - 'Status of subscription that the contact is in. Choose from the list, or specify an ID using an expression.', + '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', @@ -586,7 +586,7 @@ export const contactFields: INodeProperties[] = [ type: 'options', default: '', description: - 'Type of subscription that the contact is in. Choose from the list, or specify an ID using an expression.', + 'Type of subscription that the contact is in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Territory Name or ID', @@ -597,7 +597,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getTerritories', }, description: - 'ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an expression.', + '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 9326b4e200..7288b50ec8 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/DealDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/DealDescription.ts @@ -108,7 +108,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getCampaigns', }, description: - 'ID of the campaign that landed this deal. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign that landed this deal. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Currency Name or ID', @@ -119,7 +119,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getCurrencies', }, description: - 'ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an expression.', + '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', @@ -130,7 +130,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getDealPaymentStatuses', }, description: - 'ID of the mode of payment for the deal. Choose from the list, or specify an ID using an expression.', + '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', @@ -141,7 +141,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getDealPipelines', }, description: - 'ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an expression.', + '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', @@ -152,7 +152,7 @@ export const dealFields: INodeProperties[] = [ 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.', + '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', @@ -163,7 +163,7 @@ export const dealFields: INodeProperties[] = [ 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.', + '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', @@ -174,7 +174,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getDealStages', }, description: - 'ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an expression.', + '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', @@ -185,7 +185,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getDealTypes', }, description: - 'ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an expression.', + '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', @@ -203,7 +203,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, description: - 'ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an expression.', + 'ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Probability', @@ -225,7 +225,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getAccounts', }, description: - 'ID of the account that the deal belongs to. Choose from the list, or specify an ID using an expression.', + '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', @@ -236,7 +236,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getTerritories', }, description: - 'ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an expression.', + 'ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -285,7 +285,7 @@ export const dealFields: INodeProperties[] = [ name: 'view', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { resource: ['deal'], @@ -387,7 +387,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getCampaigns', }, description: - 'ID of the campaign that landed this deal. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign that landed this deal. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Currency Name or ID', @@ -398,7 +398,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getCurrencies', }, description: - 'ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an expression.', + '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', @@ -409,7 +409,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getDealPaymentStatuses', }, description: - 'ID of the mode of payment for the deal. Choose from the list, or specify an ID using an expression.', + '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', @@ -420,7 +420,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getDealPipelines', }, description: - 'ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an expression.', + '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', @@ -431,7 +431,7 @@ export const dealFields: INodeProperties[] = [ 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.', + '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', @@ -442,7 +442,7 @@ export const dealFields: INodeProperties[] = [ 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.', + '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', @@ -453,7 +453,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getDealStages', }, description: - 'ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an expression.', + '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', @@ -464,7 +464,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getDealTypes', }, description: - 'ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an expression.', + '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', @@ -489,7 +489,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, description: - 'ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an expression.', + 'ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Probability', @@ -511,7 +511,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getAccounts', }, description: - 'ID of the account that the deal belongs to. Choose from the list, or specify an ID using an expression.', + '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', @@ -522,7 +522,7 @@ export const dealFields: INodeProperties[] = [ loadOptionsMethod: 'getTerritories', }, description: - 'ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an expression.', + '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 0290785d96..6b817a9103 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/SalesActivityDescription.ts @@ -57,7 +57,7 @@ export const salesActivityFields: INodeProperties[] = [ 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.', + '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: ['salesActivity'], @@ -83,7 +83,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.', + 'ID of the user who owns the sales activity. Choose from the list, or specify an ID using an expression.', type: 'options', default: '', typeOptions: { @@ -190,7 +190,7 @@ export const salesActivityFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, description: - 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.', + 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Latitude', @@ -229,7 +229,7 @@ export const salesActivityFields: INodeProperties[] = [ loadOptionsMethod: 'getOutcomes', }, description: - 'ID of a sales activity\'s outcome. Choose from the list, or specify an ID using an expression.', + 'ID of a sales activity\'s outcome. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -343,7 +343,7 @@ export const salesActivityFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, description: - 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.', + 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Start Date', @@ -389,7 +389,7 @@ export const salesActivityFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, description: - 'ID of the user who owns the sales activity. Choose from the list, or specify an ID using an expression.', + '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', @@ -400,7 +400,7 @@ export const salesActivityFields: INodeProperties[] = [ loadOptionsMethod: 'getOutcomes', }, description: - 'ID of a sales activity\'s outcome. Choose from the list, or specify an ID using an expression.', + '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', @@ -411,7 +411,7 @@ export const salesActivityFields: INodeProperties[] = [ 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.', + '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 86f838cebc..b1db877eb6 100644 --- a/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts +++ b/packages/nodes-base/nodes/FreshworksCrm/descriptions/TaskDescription.ts @@ -83,7 +83,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.', + '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: { @@ -162,7 +162,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, description: - 'ID of the user who created the task. Choose from the list, or specify an ID using an expression.', + 'ID of the user who created the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Outcome Name or ID', @@ -173,7 +173,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getOutcomes', }, description: - 'ID of the outcome of the task. Choose from the list, or specify an ID using an expression.', + 'ID of the outcome of the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Task Type ID', @@ -357,7 +357,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, description: - 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.', + 'ID of the user who created the sales activity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Due Date', @@ -375,7 +375,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getOutcomes', }, description: - 'ID of the outcome of the task. Choose from the list, or specify an ID using an expression.', + 'ID of the outcome of the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Owner Name or ID', @@ -386,7 +386,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, description: - 'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an expression.', + '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 c29f7e1df7..0dc88307cc 100644 --- a/packages/nodes-base/nodes/GetResponse/ContactDescription.ts +++ b/packages/nodes-base/nodes/GetResponse/ContactDescription.ts @@ -79,7 +79,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', }, { displayName: 'Additional Fields', @@ -116,7 +116,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, description: - 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.', + 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.', default: '', }, { @@ -172,7 +172,7 @@ export const contactFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getTags', }, @@ -514,7 +514,7 @@ export const contactFields: INodeProperties[] = [ name: 'campaignId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCampaigns', }, @@ -542,7 +542,7 @@ export const contactFields: INodeProperties[] = [ loadOptionsMethod: 'getCustomFields', }, description: - 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.', + 'The end user specified key of the user defined data. Choose from the list, or specify an ID using an expression.', default: '', }, { @@ -605,7 +605,7 @@ export const contactFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + '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 cc55747346..ce8503b604 100644 --- a/packages/nodes-base/nodes/GetResponse/GetResponseTrigger.node.ts +++ b/packages/nodes-base/nodes/GetResponse/GetResponseTrigger.node.ts @@ -111,7 +111,7 @@ export class GetResponseTrigger implements INodeType { name: 'listIds', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + '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 8532600908..7781ba140a 100644 --- a/packages/nodes-base/nodes/Ghost/PostDescription.ts +++ b/packages/nodes-base/nodes/Ghost/PostDescription.ts @@ -189,7 +189,7 @@ export const postFields: INodeProperties[] = [ name: 'authors', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getAuthors', }, @@ -289,7 +289,7 @@ export const postFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getTags', }, @@ -695,7 +695,7 @@ export const postFields: INodeProperties[] = [ name: 'authors', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getAuthors', }, @@ -829,7 +829,7 @@ export const postFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + '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 561b4702f3..4e64e9e3a7 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/AttendeeDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/AttendeeDescription.ts @@ -46,7 +46,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.', + 'Key of the webinar that the attendee attended. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['attendee'], @@ -64,7 +64,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.', + 'Key of the session that the attendee attended. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['attendee'], diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/CoorganizerDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/CoorganizerDescription.ts index 135c4af791..5cad041438 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/CoorganizerDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/CoorganizerDescription.ts @@ -51,7 +51,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.', + 'Key of the webinar that the co-organizer is hosting. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['coorganizer'], @@ -130,7 +130,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.', + 'Key of the webinar to delete. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['coorganizer'], @@ -181,7 +181,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.', + 'Key of the webinar to retrieve all co-organizers from. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['coorganizer'], diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/PanelistDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/PanelistDescription.ts index 41a035fc7f..d77d88e965 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/PanelistDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/PanelistDescription.ts @@ -80,7 +80,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.', + 'Key of the webinar that the panelist will present at. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['panelist'], @@ -102,7 +102,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.', + 'Key of the webinar to retrieve all panelists from. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['panelist'], @@ -155,7 +155,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.', + 'Key of the webinar to delete the panelist from. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['panelist'], @@ -191,7 +191,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.', + 'Key of the webinar to reinvite the panelist to. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['panelist'], diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/RegistrantDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/RegistrantDescription.ts index c774b21666..8b6451ca8c 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/RegistrantDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/RegistrantDescription.ts @@ -51,7 +51,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.', + 'Key of the webinar of the registrant to create. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['registrant'], @@ -191,7 +191,7 @@ export const registrantFields: INodeProperties[] = [ name: 'questionKey', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRegistranMultiChoiceQuestions', loadOptionsDependsOn: ['webinarKey'], @@ -275,7 +275,7 @@ export const registrantFields: INodeProperties[] = [ name: 'questionKey', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRegistranSimpleQuestions', loadOptionsDependsOn: ['webinarKey'], @@ -316,7 +316,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.', + 'The key of the webinar to retrieve registrants from. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['registrant'], @@ -369,7 +369,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.', + 'Key of the webinar of the registrant to delete. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['registrant'], @@ -405,7 +405,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.', + 'Key of the webinar of the registrant to retrieve. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['registrant'], diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/SessionDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/SessionDescription.ts index 269d7ef2e0..685c3e5cff 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/SessionDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/SessionDescription.ts @@ -119,7 +119,7 @@ export const sessionFields: INodeProperties[] = [ }, default: {}, description: - 'Webinar by which to filter the sessions to retrieve. Choose from the list, or specify an ID using an expression.', + 'Webinar by which to filter the sessions to retrieve. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -137,7 +137,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.', + 'Key of the webinar to which the session belongs. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['session'], diff --git a/packages/nodes-base/nodes/GoToWebinar/descriptions/WebinarDescription.ts b/packages/nodes-base/nodes/GoToWebinar/descriptions/WebinarDescription.ts index c85fa8eb49..a7014536e7 100644 --- a/packages/nodes-base/nodes/GoToWebinar/descriptions/WebinarDescription.ts +++ b/packages/nodes-base/nodes/GoToWebinar/descriptions/WebinarDescription.ts @@ -154,7 +154,7 @@ export const webinarFields: INodeProperties[] = [ name: 'timezone', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', placeholder: '2020-12-11T09:00:00Z', typeOptions: { @@ -456,7 +456,7 @@ export const webinarFields: INodeProperties[] = [ 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.', + '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/v1/ReportDescription.ts b/packages/nodes-base/nodes/Google/Analytics/v1/ReportDescription.ts index 285c04d0a0..41c85e32d1 100644 --- a/packages/nodes-base/nodes/Google/Analytics/v1/ReportDescription.ts +++ b/packages/nodes-base/nodes/Google/Analytics/v1/ReportDescription.ts @@ -41,7 +41,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.', + 'The View ID of Google Analytics. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -153,7 +153,7 @@ export const reportFields: INodeProperties[] = [ }, default: '', description: - 'Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an expression.', + 'Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -183,7 +183,7 @@ export const reportFields: INodeProperties[] = [ }, default: '', description: - 'Name of the dimension to filter by. Choose from the list, or specify an ID using an expression.', + '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/v1/UserActivityDescription.ts b/packages/nodes-base/nodes/Google/Analytics/v1/UserActivityDescription.ts index 04b8919aab..fb1522d40e 100644 --- a/packages/nodes-base/nodes/Google/Analytics/v1/UserActivityDescription.ts +++ b/packages/nodes-base/nodes/Google/Analytics/v1/UserActivityDescription.ts @@ -41,7 +41,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.', + '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/Analytics/v2/actions/report/FiltersDescription.ts b/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/FiltersDescription.ts index 0387c36a7f..f98d48e82f 100644 --- a/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/FiltersDescription.ts +++ b/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/FiltersDescription.ts @@ -65,7 +65,7 @@ export const dimensionDropdown: INodeProperties[] = [ }, default: 'date', description: - 'The name of the dimension. Choose from the list, or specify an ID using an expression.', + 'The name of the dimension. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { listName: ['other'], @@ -145,7 +145,7 @@ export const metricDropdown: INodeProperties[] = [ default: 'totalUsers', hint: 'If expression is specified, name can be any string that you would like', description: - 'The name of the metric. Choose from the list, or specify an ID using an expression.', + 'The name of the metric. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { listName: ['other'], diff --git a/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/get.ga4.operation.ts b/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/get.ga4.operation.ts index 612bc45560..2faea66ef0 100644 --- a/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/get.ga4.operation.ts +++ b/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/get.ga4.operation.ts @@ -381,7 +381,7 @@ export const description: INodeProperties[] = [ }, default: '', description: - 'Sorts by metric values. Choose from the list, or specify an ID using an expression.', + 'Sorts by metric values. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -406,7 +406,7 @@ export const description: INodeProperties[] = [ }, default: '', description: - 'Sorts by metric values. Choose from the list, or specify an ID using an expression.', + 'Sorts by metric values. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Order Type', diff --git a/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/get.universal.operation.ts b/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/get.universal.operation.ts index 85952e951f..4027277123 100644 --- a/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/get.universal.operation.ts +++ b/packages/nodes-base/nodes/Google/Analytics/v2/actions/report/get.universal.operation.ts @@ -80,7 +80,7 @@ const dimensionDropdown: INodeProperties[] = [ }, default: 'ga:date', description: - 'Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an expression.', + 'Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { listName: ['other'], @@ -301,7 +301,7 @@ export const description: INodeProperties[] = [ default: 'ga:users', hint: 'If expression is specified, name can be any string that you would like', description: - 'The name of the metric. Choose from the list, or specify an ID using an expression.', + 'The name of the metric. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { listName: ['other'], diff --git a/packages/nodes-base/nodes/Google/Analytics/v2/actions/userActivity/search.operation.ts b/packages/nodes-base/nodes/Google/Analytics/v2/actions/userActivity/search.operation.ts index f24e65125d..2fc8c9c368 100644 --- a/packages/nodes-base/nodes/Google/Analytics/v2/actions/userActivity/search.operation.ts +++ b/packages/nodes-base/nodes/Google/Analytics/v2/actions/userActivity/search.operation.ts @@ -24,7 +24,7 @@ export const description: INodeProperties[] = [ }, placeholder: '123456', description: - 'The view from Google Analytics. Choose from the list, or specify an ID using an expression.', + 'The view from Google Analytics. Choose from the list, or specify an ID using an expression.', hint: "If there's nothing here, try changing the 'Property type' field above", }, { diff --git a/packages/nodes-base/nodes/Google/BigQuery/v1/GoogleBigQueryV1.node.ts b/packages/nodes-base/nodes/Google/BigQuery/v1/GoogleBigQueryV1.node.ts index c39f691238..2d29b89ce7 100644 --- a/packages/nodes-base/nodes/Google/BigQuery/v1/GoogleBigQueryV1.node.ts +++ b/packages/nodes-base/nodes/Google/BigQuery/v1/GoogleBigQueryV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { IDataObject, IExecuteFunctions, diff --git a/packages/nodes-base/nodes/Google/BigQuery/v1/RecordDescription.ts b/packages/nodes-base/nodes/Google/BigQuery/v1/RecordDescription.ts index ec332ede41..cea83f3872 100644 --- a/packages/nodes-base/nodes/Google/BigQuery/v1/RecordDescription.ts +++ b/packages/nodes-base/nodes/Google/BigQuery/v1/RecordDescription.ts @@ -49,7 +49,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.', + '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', @@ -68,7 +68,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.', + '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', @@ -87,7 +87,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.', + 'ID of the table to create the record in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Columns', @@ -169,7 +169,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.', + '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', @@ -188,7 +188,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.', + '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', @@ -207,7 +207,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.', + '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/BigQuery/v2/actions/database/executeQuery.operation.ts b/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts index a0b07fb350..54879c689f 100644 --- a/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts +++ b/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.ts @@ -67,7 +67,7 @@ const properties: INodeProperties[] = [ }, default: '', description: - 'If not set, all table names in the query string must be qualified in the format \'datasetId.tableId\'. Choose from the list, or specify an ID using an expression.', + 'If not set, all table names in the query string must be qualified in the format \'datasetId.tableId\'. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Dry Run', diff --git a/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/insert.operation.ts b/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/insert.operation.ts index ef3c7e06e0..1eb66904b3 100644 --- a/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/insert.operation.ts +++ b/packages/nodes-base/nodes/Google/BigQuery/v2/actions/database/insert.operation.ts @@ -63,7 +63,7 @@ const properties: INodeProperties[] = [ name: 'fieldId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['projectId.value', 'datasetId.value', 'tableId.value'], loadOptionsMethod: 'getSchema', diff --git a/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts b/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts index 57b5062c6c..725ce66e81 100644 --- a/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts +++ b/packages/nodes-base/nodes/Google/Calendar/EventDescription.ts @@ -193,7 +193,7 @@ export const eventFields: INodeProperties[] = [ }, default: '', description: - 'The color of the event. Choose from the list, or specify an ID using an expression.', + 'The color of the event. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Conference Data', @@ -214,7 +214,7 @@ export const eventFields: INodeProperties[] = [ name: 'conferenceSolution', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getConferenceSolutations', loadOptionsDependsOn: ['calendar'], @@ -859,7 +859,7 @@ export const eventFields: INodeProperties[] = [ }, default: '', description: - 'The color of the event. Choose from the list, or specify an ID using an expression.', + '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/Chat/descriptions/MemberDescription.ts b/packages/nodes-base/nodes/Google/Chat/descriptions/MemberDescription.ts index 759af43b6f..a1ba320ac3 100644 --- a/packages/nodes-base/nodes/Google/Chat/descriptions/MemberDescription.ts +++ b/packages/nodes-base/nodes/Google/Chat/descriptions/MemberDescription.ts @@ -69,7 +69,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.', + '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 f363c2dfc7..18279be8f5 100644 --- a/packages/nodes-base/nodes/Google/Chat/descriptions/MessageDescription.ts +++ b/packages/nodes-base/nodes/Google/Chat/descriptions/MessageDescription.ts @@ -61,7 +61,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.', + '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 02bed61c9a..e9f9d0e8db 100644 --- a/packages/nodes-base/nodes/Google/Contacts/ContactDescription.ts +++ b/packages/nodes-base/nodes/Google/Contacts/ContactDescription.ts @@ -336,7 +336,7 @@ export const contactFields: INodeProperties[] = [ name: 'group', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getGroups', }, @@ -1346,7 +1346,7 @@ export const contactFields: INodeProperties[] = [ name: 'group', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + '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 5bc45138f7..b545d4e2d8 100644 --- a/packages/nodes-base/nodes/Google/Docs/DocumentDescription.ts +++ b/packages/nodes-base/nodes/Google/Docs/DocumentDescription.ts @@ -41,7 +41,7 @@ export const documentFields: INodeProperties[] = [ name: 'driveId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDrives', }, @@ -59,7 +59,7 @@ export const documentFields: INodeProperties[] = [ name: 'folderId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['driveId'], loadOptionsMethod: 'getFolders', diff --git a/packages/nodes-base/nodes/Google/Drive/GoogleDriveTrigger.node.ts b/packages/nodes-base/nodes/Google/Drive/GoogleDriveTrigger.node.ts index 4acdf0996d..68c04b8799 100644 --- a/packages/nodes-base/nodes/Google/Drive/GoogleDriveTrigger.node.ts +++ b/packages/nodes-base/nodes/Google/Drive/GoogleDriveTrigger.node.ts @@ -294,7 +294,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.', + '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/Drive/v1/GoogleDriveV1.node.ts b/packages/nodes-base/nodes/Google/Drive/v1/GoogleDriveV1.node.ts index bbc14fbeb1..f34426e065 100644 --- a/packages/nodes-base/nodes/Google/Drive/v1/GoogleDriveV1.node.ts +++ b/packages/nodes-base/nodes/Google/Drive/v1/GoogleDriveV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { Readable } from 'stream'; import type { IBinaryKeyData, diff --git a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CollectionDescription.ts b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CollectionDescription.ts index 1a7bee71ff..15c29608ed 100644 --- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CollectionDescription.ts +++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/CollectionDescription.ts @@ -42,7 +42,7 @@ export const collectionFields: INodeProperties[] = [ }, }, description: - 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', + '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 6363bc245c..03a32f2fb8 100644 --- a/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/DocumentDescription.ts +++ b/packages/nodes-base/nodes/Google/Firebase/CloudFirestore/DocumentDescription.ts @@ -78,7 +78,7 @@ export const documentFields: INodeProperties[] = [ }, }, description: - 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', + 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', required: true, }, { @@ -168,7 +168,7 @@ export const documentFields: INodeProperties[] = [ }, }, description: - 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', + 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', required: true, }, { @@ -244,7 +244,7 @@ export const documentFields: INodeProperties[] = [ }, }, description: - 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', + 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', required: true, }, { @@ -339,7 +339,7 @@ export const documentFields: INodeProperties[] = [ }, }, description: - 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', + 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', required: true, }, { @@ -516,7 +516,7 @@ export const documentFields: INodeProperties[] = [ }, }, description: - 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', + 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', required: true, }, { @@ -595,7 +595,7 @@ export const documentFields: INodeProperties[] = [ }, }, description: - 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', + '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/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.ts b/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.ts index a2b8d13dc6..141fdb90e1 100644 --- a/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.ts +++ b/packages/nodes-base/nodes/Google/Firebase/RealtimeDatabase/GoogleFirebaseRealtimeDatabase.node.ts @@ -42,7 +42,7 @@ export class GoogleFirebaseRealtimeDatabase implements INodeType { loadOptionsMethod: 'getProjects', }, description: - 'As displayed in firebase console URL. Choose from the list, or specify an ID using an expression.', + '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 b88af02cc4..f4dccd8fe7 100644 --- a/packages/nodes-base/nodes/Google/GSuiteAdmin/UserDescription.ts +++ b/packages/nodes-base/nodes/Google/GSuiteAdmin/UserDescription.ts @@ -100,7 +100,7 @@ export const userFields: INodeProperties[] = [ name: 'domain', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDomains', }, @@ -430,7 +430,7 @@ export const userFields: INodeProperties[] = [ }, 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.', + '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', @@ -548,7 +548,7 @@ export const userFields: INodeProperties[] = [ }, 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.', + '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/GmailTrigger.node.ts b/packages/nodes-base/nodes/Google/Gmail/GmailTrigger.node.ts index 4c80aeb24c..c0bacf2085 100644 --- a/packages/nodes-base/nodes/Google/Gmail/GmailTrigger.node.ts +++ b/packages/nodes-base/nodes/Google/Gmail/GmailTrigger.node.ts @@ -115,7 +115,7 @@ export class GmailTrigger implements INodeType { }, 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.', + 'Only return messages with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Search', diff --git a/packages/nodes-base/nodes/Google/Gmail/v1/GmailV1.node.ts b/packages/nodes-base/nodes/Google/Gmail/v1/GmailV1.node.ts index 5b329d7559..ff715d2c6d 100644 --- a/packages/nodes-base/nodes/Google/Gmail/v1/GmailV1.node.ts +++ b/packages/nodes-base/nodes/Google/Gmail/v1/GmailV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import { NodeConnectionType, type IBinaryKeyData, diff --git a/packages/nodes-base/nodes/Google/Gmail/v1/MessageDescription.ts b/packages/nodes-base/nodes/Google/Gmail/v1/MessageDescription.ts index bba8f3437b..a64e47a33d 100644 --- a/packages/nodes-base/nodes/Google/Gmail/v1/MessageDescription.ts +++ b/packages/nodes-base/nodes/Google/Gmail/v1/MessageDescription.ts @@ -421,7 +421,7 @@ export const messageFields: INodeProperties[] = [ }, 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.', + '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/v1/MessageLabelDescription.ts b/packages/nodes-base/nodes/Google/Gmail/v1/MessageLabelDescription.ts index 961b7d8ca9..8742679f4d 100644 --- a/packages/nodes-base/nodes/Google/Gmail/v1/MessageLabelDescription.ts +++ b/packages/nodes-base/nodes/Google/Gmail/v1/MessageLabelDescription.ts @@ -58,6 +58,6 @@ export const messageLabelFields: INodeProperties[] = [ }, }, description: - 'The ID of the label. Choose from the list, or specify IDs using an expression.', + 'The ID of the label. Choose from the list, or specify IDs using an expression.', }, ]; diff --git a/packages/nodes-base/nodes/Google/Gmail/v2/DraftDescription.ts b/packages/nodes-base/nodes/Google/Gmail/v2/DraftDescription.ts index e97d7bb9be..7d330329fd 100644 --- a/packages/nodes-base/nodes/Google/Gmail/v2/DraftDescription.ts +++ b/packages/nodes-base/nodes/Google/Gmail/v2/DraftDescription.ts @@ -167,7 +167,7 @@ export const draftFields: INodeProperties[] = [ type: 'options', default: '', description: - 'Select the alias to send the email from. Choose from the list, or specify an ID using an expression.', + 'Select the alias to send the email from. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getGmailAliases', }, diff --git a/packages/nodes-base/nodes/Google/Gmail/v2/GmailV2.node.ts b/packages/nodes-base/nodes/Google/Gmail/v2/GmailV2.node.ts index 5ee86607e6..aa1e1622da 100644 --- a/packages/nodes-base/nodes/Google/Gmail/v2/GmailV2.node.ts +++ b/packages/nodes-base/nodes/Google/Gmail/v2/GmailV2.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { IExecuteFunctions, IDataObject, diff --git a/packages/nodes-base/nodes/Google/Gmail/v2/MessageDescription.ts b/packages/nodes-base/nodes/Google/Gmail/v2/MessageDescription.ts index c174bc95f4..ff3f40eb9a 100644 --- a/packages/nodes-base/nodes/Google/Gmail/v2/MessageDescription.ts +++ b/packages/nodes-base/nodes/Google/Gmail/v2/MessageDescription.ts @@ -419,7 +419,7 @@ export const messageFields: INodeProperties[] = [ }, 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.', + 'Only return messages with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Search', @@ -548,6 +548,6 @@ export const messageFields: INodeProperties[] = [ }, }, description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', }, ]; diff --git a/packages/nodes-base/nodes/Google/Gmail/v2/ThreadDescription.ts b/packages/nodes-base/nodes/Google/Gmail/v2/ThreadDescription.ts index 64d1192a7f..e5723a0519 100644 --- a/packages/nodes-base/nodes/Google/Gmail/v2/ThreadDescription.ts +++ b/packages/nodes-base/nodes/Google/Gmail/v2/ThreadDescription.ts @@ -87,7 +87,7 @@ export const threadFields: INodeProperties[] = [ }, default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { resource: ['thread'], @@ -324,7 +324,7 @@ export const threadFields: INodeProperties[] = [ }, default: [], description: - 'Only return threads with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an expression.', + 'Only return threads with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Search', @@ -410,6 +410,6 @@ export const threadFields: INodeProperties[] = [ }, }, description: - 'Choose from the list, or specify IDs using an expression', + '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 5b95e6ff56..193747b01b 100644 --- a/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.ts +++ b/packages/nodes-base/nodes/Google/Perspective/GooglePerspective.node.ts @@ -165,7 +165,7 @@ export class GooglePerspective implements INodeType { }, 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.', + '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/GoogleSheetsTrigger.node.ts b/packages/nodes-base/nodes/Google/Sheet/GoogleSheetsTrigger.node.ts index 40b35417b4..1558b7fd19 100644 --- a/packages/nodes-base/nodes/Google/Sheet/GoogleSheetsTrigger.node.ts +++ b/packages/nodes-base/nodes/Google/Sheet/GoogleSheetsTrigger.node.ts @@ -228,7 +228,7 @@ export class GoogleSheetsTrigger implements INodeType { name: 'columnsToWatch', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['sheetName.value'], loadOptionsMethod: 'getSheetHeaderRowAndSkipEmpty', diff --git a/packages/nodes-base/nodes/Google/Sheet/v1/versionDescription.ts b/packages/nodes-base/nodes/Google/Sheet/v1/versionDescription.ts index 769c5512fb..08323291d4 100644 --- a/packages/nodes-base/nodes/Google/Sheet/v1/versionDescription.ts +++ b/packages/nodes-base/nodes/Google/Sheet/v1/versionDescription.ts @@ -239,7 +239,7 @@ export const versionDescription: INodeTypeDescription = { default: '', required: true, description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', }, { displayName: 'Start Index', @@ -278,7 +278,7 @@ export const versionDescription: INodeTypeDescription = { default: '', required: true, description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', }, { displayName: 'Start Index', diff --git a/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/append.operation.ts b/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/append.operation.ts index 42b255ac1a..03fb7a75a0 100644 --- a/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/append.operation.ts +++ b/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/append.operation.ts @@ -99,7 +99,7 @@ export const description: SheetProperties = [ name: 'fieldId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['sheetName.value'], loadOptionsMethod: 'getSheetHeaderRowAndSkipEmpty', diff --git a/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.ts b/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.ts index 469181ecb2..caa3392230 100644 --- a/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.ts +++ b/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.ts @@ -66,7 +66,7 @@ export const description: SheetProperties = [ name: 'columnToMatchOn', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['sheetName.value'], loadOptionsMethod: 'getSheetHeaderRowAndSkipEmpty', @@ -132,7 +132,7 @@ export const description: SheetProperties = [ name: 'column', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['sheetName.value', 'columnToMatchOn'], loadOptionsMethod: 'getSheetHeaderRowAndAddColumn', diff --git a/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/read.operation.ts b/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/read.operation.ts index 8f8959a463..9f65ffb52c 100644 --- a/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/read.operation.ts +++ b/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/read.operation.ts @@ -68,7 +68,7 @@ export const description: SheetProperties = [ }, default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', }, { displayName: 'Value', diff --git a/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/update.operation.ts b/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/update.operation.ts index ba72e993d9..1d80ec0b82 100644 --- a/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/update.operation.ts +++ b/packages/nodes-base/nodes/Google/Sheet/v2/actions/sheet/update.operation.ts @@ -52,7 +52,7 @@ export const description: SheetProperties = [ name: 'columnToMatchOn', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['sheetName.value'], loadOptionsMethod: 'getSheetHeaderRowAndSkipEmpty', @@ -118,7 +118,7 @@ export const description: SheetProperties = [ name: 'column', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['sheetName.value', 'columnToMatchOn'], loadOptionsMethod: 'getSheetHeaderRowAndAddColumn', diff --git a/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts b/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts index 5121fa4584..64a260564d 100644 --- a/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts +++ b/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts @@ -283,7 +283,7 @@ export class GoogleSlides implements INodeType { loadOptionsDependsOn: ['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.', + '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 cc5f5a3552..33bcef54ba 100644 --- a/packages/nodes-base/nodes/Google/Task/TaskDescription.ts +++ b/packages/nodes-base/nodes/Google/Task/TaskDescription.ts @@ -56,7 +56,7 @@ export const taskFields: INodeProperties[] = [ name: 'task', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTasks', }, @@ -167,7 +167,7 @@ export const taskFields: INodeProperties[] = [ name: 'task', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTasks', }, @@ -201,7 +201,7 @@ export const taskFields: INodeProperties[] = [ name: 'task', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTasks', }, @@ -235,7 +235,7 @@ export const taskFields: INodeProperties[] = [ name: 'task', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTasks', }, @@ -363,7 +363,7 @@ export const taskFields: INodeProperties[] = [ name: 'task', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 98034a2abc..d694d09981 100644 --- a/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts +++ b/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts @@ -154,7 +154,7 @@ export class GoogleTranslate implements INodeType { }, 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.', + '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 d973aa1a94..d89442d24d 100644 --- a/packages/nodes-base/nodes/Google/YouTube/ChannelDescription.ts +++ b/packages/nodes-base/nodes/Google/YouTube/ChannelDescription.ts @@ -203,7 +203,7 @@ export const channelFields: INodeProperties[] = [ }, 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.', + '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 8fd8f7bc51..be3e07959f 100644 --- a/packages/nodes-base/nodes/Google/YouTube/PlaylistDescription.ts +++ b/packages/nodes-base/nodes/Google/YouTube/PlaylistDescription.ts @@ -123,7 +123,7 @@ export const playlistFields: INodeProperties[] = [ }, 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.', + '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', @@ -468,7 +468,7 @@ export const playlistFields: INodeProperties[] = [ }, 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.', + '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 dec5a6d8ce..defdd19244 100644 --- a/packages/nodes-base/nodes/Google/YouTube/PlaylistItemDescription.ts +++ b/packages/nodes-base/nodes/Google/YouTube/PlaylistItemDescription.ts @@ -50,7 +50,7 @@ export const playlistItemFields: INodeProperties[] = [ name: 'playlistId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getPlaylists', }, @@ -257,7 +257,7 @@ export const playlistItemFields: INodeProperties[] = [ name: 'playlistId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 bcc95b41ed..72cf4238cb 100644 --- a/packages/nodes-base/nodes/Google/YouTube/VideoCategoryDescription.ts +++ b/packages/nodes-base/nodes/Google/YouTube/VideoCategoryDescription.ts @@ -33,7 +33,7 @@ export const videoCategoryFields: INodeProperties[] = [ name: 'regionCode', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 d47239e183..c71f4ee6bd 100644 --- a/packages/nodes-base/nodes/Google/YouTube/VideoDescription.ts +++ b/packages/nodes-base/nodes/Google/YouTube/VideoDescription.ts @@ -76,7 +76,7 @@ export const videoFields: INodeProperties[] = [ name: 'regionCode', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCountriesCodes', }, @@ -93,7 +93,7 @@ export const videoFields: INodeProperties[] = [ name: 'categoryId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getVideoCategories', loadOptionsDependsOn: ['regionCode'], @@ -142,7 +142,7 @@ export const videoFields: INodeProperties[] = [ }, 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.', + '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', @@ -481,7 +481,7 @@ export const videoFields: INodeProperties[] = [ }, 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.', + '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', @@ -668,7 +668,7 @@ export const videoFields: INodeProperties[] = [ name: 'regionCode', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCountriesCodes', }, @@ -685,7 +685,7 @@ export const videoFields: INodeProperties[] = [ name: 'categoryId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getVideoCategories', loadOptionsDependsOn: ['regionCode'], @@ -720,7 +720,7 @@ export const videoFields: INodeProperties[] = [ }, 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.', + '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 efef82c906..f1c581b0c4 100644 --- a/packages/nodes-base/nodes/Grafana/descriptions/DashboardDescription.ts +++ b/packages/nodes-base/nodes/Grafana/descriptions/DashboardDescription.ts @@ -81,7 +81,7 @@ export const dashboardFields: INodeProperties[] = [ 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.', + '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', }, @@ -219,7 +219,7 @@ export const dashboardFields: INodeProperties[] = [ 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.', + '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 9af04c3886..8bda11b4b8 100644 --- a/packages/nodes-base/nodes/Grafana/descriptions/TeamMemberDescription.ts +++ b/packages/nodes-base/nodes/Grafana/descriptions/TeamMemberDescription.ts @@ -43,7 +43,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.', + 'User to add to a team. Choose from the list, or specify an ID using an expression.', type: 'options', required: true, default: '', @@ -61,7 +61,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.', + 'Team to add the user to. Choose from the list, or specify an ID using an expression.', type: 'options', required: true, default: '', @@ -83,7 +83,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.', + 'User to remove from the team. Choose from the list, or specify an ID using an expression.', type: 'options', required: true, default: '', @@ -101,7 +101,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.', + 'Team to remove the user from. Choose from the list, or specify an ID using an expression.', type: 'options', required: true, default: '', @@ -123,7 +123,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.', + '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 44a74f30c3..7c9a9a4f6d 100644 --- a/packages/nodes-base/nodes/Grist/OperationDescription.ts +++ b/packages/nodes-base/nodes/Grist/OperationDescription.ts @@ -143,7 +143,7 @@ export const operationFields: INodeProperties[] = [ }, default: '', description: - 'Column to apply the filter in. Choose from the list, or specify an ID using an expression.', + 'Column to apply the filter in. Choose from the list, or specify an ID using an expression.', required: true, }, { @@ -182,7 +182,7 @@ export const operationFields: INodeProperties[] = [ default: '', required: true, description: - 'Column to sort on. Choose from the list, or specify an ID using an expression.', + 'Column to sort on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Direction', @@ -292,7 +292,7 @@ export const operationFields: INodeProperties[] = [ displayName: 'Column Name or ID', name: 'fieldId', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', type: 'options', typeOptions: { loadOptionsDependsOn: ['tableId'], diff --git a/packages/nodes-base/nodes/HaloPSA/descriptions/SiteDescription.ts b/packages/nodes-base/nodes/HaloPSA/descriptions/SiteDescription.ts index 9d2d275e04..5820ae7349 100644 --- a/packages/nodes-base/nodes/HaloPSA/descriptions/SiteDescription.ts +++ b/packages/nodes-base/nodes/HaloPSA/descriptions/SiteDescription.ts @@ -97,7 +97,7 @@ export const siteFields: INodeProperties[] = [ name: 'clientId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 181bb090fa..b409d711e1 100644 --- a/packages/nodes-base/nodes/HaloPSA/descriptions/TicketDescription.ts +++ b/packages/nodes-base/nodes/HaloPSA/descriptions/TicketDescription.ts @@ -56,7 +56,7 @@ export const ticketFields: INodeProperties[] = [ name: 'ticketType', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', required: true, typeOptions: { @@ -115,7 +115,7 @@ export const ticketFields: INodeProperties[] = [ name: 'agent_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getHaloPSAAgents', @@ -277,7 +277,7 @@ export const ticketFields: INodeProperties[] = [ name: 'agent_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 a40dd3ff30..f916124778 100644 --- a/packages/nodes-base/nodes/HaloPSA/descriptions/UserDescription.ts +++ b/packages/nodes-base/nodes/HaloPSA/descriptions/UserDescription.ts @@ -70,7 +70,7 @@ export const userFields: INodeProperties[] = [ name: 'siteId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', required: true, typeOptions: { @@ -302,7 +302,7 @@ export const userFields: INodeProperties[] = [ name: 'site_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 7c4dde54cd..90fc166080 100644 --- a/packages/nodes-base/nodes/Harvest/Harvest.node.ts +++ b/packages/nodes-base/nodes/Harvest/Harvest.node.ts @@ -152,7 +152,7 @@ export class Harvest implements INodeType { name: 'accountId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 cea445a5d4..5ef5761387 100644 --- a/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts +++ b/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts @@ -61,7 +61,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.', + 'ID of a mailbox where the conversation is being created. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Status', @@ -218,7 +218,7 @@ export const conversationFields: INodeProperties[] = [ }, default: [], description: - 'List of tags to be added to the conversation. Choose from the list, or specify IDs using an expression.', + 'List of tags to be added to the conversation. Choose from the list, or specify IDs using an expression.', }, { displayName: 'User ID', @@ -572,7 +572,7 @@ export const conversationFields: INodeProperties[] = [ }, default: [], description: - 'Filter conversation by tags. Choose from the list, or specify IDs using an expression.', + '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 805985bd29..59d3073f25 100644 --- a/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts +++ b/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts @@ -206,7 +206,7 @@ export const customerFields: INodeProperties[] = [ name: 'country', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCountriesCodes', }, diff --git a/packages/nodes-base/nodes/HighLevel/v1/HighLevelV1.node.ts b/packages/nodes-base/nodes/HighLevel/v1/HighLevelV1.node.ts index 88243e10ff..f176781e22 100644 --- a/packages/nodes-base/nodes/HighLevel/v1/HighLevelV1.node.ts +++ b/packages/nodes-base/nodes/HighLevel/v1/HighLevelV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { INodeProperties, INodeType, diff --git a/packages/nodes-base/nodes/HighLevel/v1/description/ContactDescription.ts b/packages/nodes-base/nodes/HighLevel/v1/description/ContactDescription.ts index d7d84ef06f..d76ce3f402 100644 --- a/packages/nodes-base/nodes/HighLevel/v1/description/ContactDescription.ts +++ b/packages/nodes-base/nodes/HighLevel/v1/description/ContactDescription.ts @@ -180,7 +180,7 @@ const customFields: INodeProperties = { required: true, default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptions: { routing: { @@ -422,7 +422,7 @@ const createProperties: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTimezones', }, @@ -625,7 +625,7 @@ const updateProperties: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTimezones', }, diff --git a/packages/nodes-base/nodes/HighLevel/v1/description/OpportunityDescription.ts b/packages/nodes-base/nodes/HighLevel/v1/description/OpportunityDescription.ts index 05b8235195..12c86911d3 100644 --- a/packages/nodes-base/nodes/HighLevel/v1/description/OpportunityDescription.ts +++ b/packages/nodes-base/nodes/HighLevel/v1/description/OpportunityDescription.ts @@ -109,7 +109,7 @@ const pipelineId: INodeProperties = { }, }, description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptions: { routing: { @@ -153,7 +153,7 @@ const createProperties: INodeProperties[] = [ type: 'options', required: true, description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { resource: ['opportunity'], @@ -269,7 +269,7 @@ const createProperties: INodeProperties[] = [ default: '', // eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options description: - 'Choose staff member from the list, or specify an ID using an expression', + 'Choose staff member from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, @@ -427,7 +427,7 @@ const getAllProperties: INodeProperties[] = [ default: '', // eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options description: - 'Choose staff member from the list, or specify an ID using an expression', + 'Choose staff member from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, @@ -482,7 +482,7 @@ const getAllProperties: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['pipelineId'], loadOptionsMethod: 'getPipelineStages', @@ -591,7 +591,7 @@ const updateProperties: INodeProperties[] = [ default: '', // eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options description: - 'Choose staff member from the list, or specify an ID using an expression', + 'Choose staff member from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, @@ -659,7 +659,7 @@ const updateProperties: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['pipelineId'], loadOptionsMethod: 'getPipelineStages', diff --git a/packages/nodes-base/nodes/HighLevel/v1/description/TaskDescription.ts b/packages/nodes-base/nodes/HighLevel/v1/description/TaskDescription.ts index 5704cbdfa4..601423f158 100644 --- a/packages/nodes-base/nodes/HighLevel/v1/description/TaskDescription.ts +++ b/packages/nodes-base/nodes/HighLevel/v1/description/TaskDescription.ts @@ -185,7 +185,7 @@ const createProperties: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, @@ -396,7 +396,7 @@ const updateProperties: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, diff --git a/packages/nodes-base/nodes/HighLevel/v2/HighLevelV2.node.ts b/packages/nodes-base/nodes/HighLevel/v2/HighLevelV2.node.ts index 6c6b2cabf5..cb596319f9 100644 --- a/packages/nodes-base/nodes/HighLevel/v2/HighLevelV2.node.ts +++ b/packages/nodes-base/nodes/HighLevel/v2/HighLevelV2.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { INodeProperties, INodeType, diff --git a/packages/nodes-base/nodes/HighLevel/v2/description/ContactDescription.ts b/packages/nodes-base/nodes/HighLevel/v2/description/ContactDescription.ts index b60833eb71..f3f7bc8e98 100644 --- a/packages/nodes-base/nodes/HighLevel/v2/description/ContactDescription.ts +++ b/packages/nodes-base/nodes/HighLevel/v2/description/ContactDescription.ts @@ -168,7 +168,7 @@ const customFields: INodeProperties = { required: true, default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptions: { routing: { @@ -410,7 +410,7 @@ const createProperties: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTimezones', }, @@ -613,7 +613,7 @@ const updateProperties: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTimezones', }, diff --git a/packages/nodes-base/nodes/HighLevel/v2/description/OpportunityDescription.ts b/packages/nodes-base/nodes/HighLevel/v2/description/OpportunityDescription.ts index debac10216..b9d7860b7e 100644 --- a/packages/nodes-base/nodes/HighLevel/v2/description/OpportunityDescription.ts +++ b/packages/nodes-base/nodes/HighLevel/v2/description/OpportunityDescription.ts @@ -106,7 +106,7 @@ const pipelineId: INodeProperties = { }, }, description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getPipelines', }, @@ -127,7 +127,7 @@ const createProperties: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', hint: 'There can only be one opportunity for each contact', displayOptions: { show: { @@ -222,7 +222,7 @@ const createProperties: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, @@ -276,7 +276,7 @@ const createProperties: INodeProperties[] = [ name: 'stageId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { @@ -384,7 +384,7 @@ const getAllProperties: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, @@ -425,7 +425,7 @@ const getAllProperties: INodeProperties[] = [ name: 'pipelineId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getPipelines', }, @@ -443,7 +443,7 @@ const getAllProperties: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', hint: "Select 'Pipeline Name or ID' first to see stages", typeOptions: { loadOptionsDependsOn: ['pipelineId'], @@ -552,7 +552,7 @@ const updateProperties: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, @@ -594,7 +594,7 @@ const updateProperties: INodeProperties[] = [ name: 'pipelineId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getPipelines', }, @@ -612,7 +612,7 @@ const updateProperties: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', hint: "Select 'Pipeline Name or ID' first to see stages", typeOptions: { loadOptionsDependsOn: ['pipelineId'], diff --git a/packages/nodes-base/nodes/HighLevel/v2/description/TaskDescription.ts b/packages/nodes-base/nodes/HighLevel/v2/description/TaskDescription.ts index 599c583a7c..3869d1e326 100644 --- a/packages/nodes-base/nodes/HighLevel/v2/description/TaskDescription.ts +++ b/packages/nodes-base/nodes/HighLevel/v2/description/TaskDescription.ts @@ -129,7 +129,7 @@ const createProperties: INodeProperties[] = [ default: '', required: true, description: - 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.', + 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Title', @@ -209,7 +209,7 @@ const createProperties: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, @@ -254,7 +254,7 @@ const deleteProperties: INodeProperties[] = [ default: '', required: true, description: - 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.', + 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Task ID', @@ -289,7 +289,7 @@ const getProperties: INodeProperties[] = [ default: '', required: true, description: - 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.', + 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Task ID', @@ -324,7 +324,7 @@ const getAllProperties: INodeProperties[] = [ default: '', required: true, description: - 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.', + 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -383,7 +383,7 @@ const updateProperties: INodeProperties[] = [ default: '', required: true, description: - 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.', + 'Contact the task belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Task ID', @@ -418,7 +418,7 @@ const updateProperties: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, diff --git a/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts b/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts index 540a4af70d..224b5e0b08 100644 --- a/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts +++ b/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts @@ -32,7 +32,7 @@ export const cameraProxyFields: INodeProperties[] = [ name: 'cameraEntityId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 51e53f020a..5028e2369d 100644 --- a/packages/nodes-base/nodes/HomeAssistant/ServiceDescription.ts +++ b/packages/nodes-base/nodes/HomeAssistant/ServiceDescription.ts @@ -73,7 +73,7 @@ export const serviceFields: INodeProperties[] = [ name: 'domain', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDomains', }, @@ -91,7 +91,7 @@ export const serviceFields: INodeProperties[] = [ name: 'service', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['domain'], loadOptionsMethod: 'getDomainServices', diff --git a/packages/nodes-base/nodes/HomeAssistant/StateDescription.ts b/packages/nodes-base/nodes/HomeAssistant/StateDescription.ts index d6b1f5eff2..973092bd99 100644 --- a/packages/nodes-base/nodes/HomeAssistant/StateDescription.ts +++ b/packages/nodes-base/nodes/HomeAssistant/StateDescription.ts @@ -44,7 +44,7 @@ export const stateFields: INodeProperties[] = [ name: 'entityId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getAllEntities', }, @@ -112,7 +112,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.', + '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/HttpRequest/V3/HttpRequestV3.node.ts b/packages/nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts index 6d01c25502..9ff67f9481 100644 --- a/packages/nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts +++ b/packages/nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts @@ -488,7 +488,7 @@ export class HttpRequestV3 implements INodeType { type: 'string', default: '', description: - 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + 'ID of the field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', diff --git a/packages/nodes-base/nodes/Hubspot/HubspotTrigger.node.ts b/packages/nodes-base/nodes/Hubspot/HubspotTrigger.node.ts index 8c69117e25..5ce15a9b1c 100644 --- a/packages/nodes-base/nodes/Hubspot/HubspotTrigger.node.ts +++ b/packages/nodes-base/nodes/Hubspot/HubspotTrigger.node.ts @@ -175,7 +175,7 @@ export class HubspotTrigger implements INodeType { name: 'property', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['contact.propertyChange'], loadOptionsMethod: 'getContactProperties', @@ -193,7 +193,7 @@ export class HubspotTrigger implements INodeType { name: 'property', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['company.propertyChange'], loadOptionsMethod: 'getCompanyProperties', @@ -211,7 +211,7 @@ export class HubspotTrigger implements INodeType { name: 'property', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['deal.propertyChange'], loadOptionsMethod: 'getDealProperties', diff --git a/packages/nodes-base/nodes/Hubspot/V1/CompanyDescription.ts b/packages/nodes-base/nodes/Hubspot/V1/CompanyDescription.ts index 501f6d0f99..da7617bfd4 100644 --- a/packages/nodes-base/nodes/Hubspot/V1/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/V1/CompanyDescription.ts @@ -141,7 +141,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the company. Choose from the list, or specify an ID using an expression.', + 'The owner of the company. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Country/Region', @@ -173,7 +173,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'Name of the property. Choose from the list, or specify an ID using an expression.', + 'Name of the property. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -219,7 +219,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'The type of business the company performs. Choose from the list, or specify an ID using an expression.', + 'The type of business the company performs. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Is Public', @@ -237,7 +237,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'The company\'s sales, prospecting or outreach status. Choose from the list, or specify an ID using an expression.', + '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', @@ -248,7 +248,7 @@ export const companyFields: INodeProperties[] = [ }, 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.', + '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', @@ -283,7 +283,7 @@ export const companyFields: INodeProperties[] = [ }, 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.', + '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', @@ -334,7 +334,7 @@ export const companyFields: INodeProperties[] = [ }, 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.', + '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', @@ -388,7 +388,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an expression.', + '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', @@ -399,7 +399,7 @@ export const companyFields: INodeProperties[] = [ }, 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.', + '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', @@ -495,7 +495,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the company. Choose from the list, or specify an ID using an expression.', + 'The owner of the company. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Country/Region', @@ -527,7 +527,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'Name of the property. Choose from the list, or specify an ID using an expression.', + 'Name of the property. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -573,7 +573,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'The type of business the company performs. Choose from the list, or specify an ID using an expression.', + 'The type of business the company performs. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Is Public', @@ -591,7 +591,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'The company\'s sales, prospecting or outreach status. Choose from the list, or specify an ID using an expression.', + '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', @@ -602,7 +602,7 @@ export const companyFields: INodeProperties[] = [ }, 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.', + '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', @@ -643,7 +643,7 @@ export const companyFields: INodeProperties[] = [ }, 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.', + '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', @@ -694,7 +694,7 @@ export const companyFields: INodeProperties[] = [ }, 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.', + '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', @@ -748,7 +748,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an expression.', + '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', @@ -759,7 +759,7 @@ export const companyFields: INodeProperties[] = [ }, 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.', + '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', @@ -884,7 +884,7 @@ export const companyFields: INodeProperties[] = [ }, 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: ,.

. Choose from the list, or specify IDs using an expression.', + '

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: ,.

. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Properties With History', @@ -1051,7 +1051,7 @@ export const companyFields: INodeProperties[] = [ }, 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 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: ,.

. Choose from the list, or specify IDs using an expression.', + '

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: ,.

. Choose from the list, or specify IDs using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Hubspot/V1/ContactDescription.ts b/packages/nodes-base/nodes/Hubspot/V1/ContactDescription.ts index 14352f08cb..e0d2fd70a7 100644 --- a/packages/nodes-base/nodes/Hubspot/V1/ContactDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/V1/ContactDescription.ts @@ -118,7 +118,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'Companies associated with the ticket. Choose from the list, or specify an ID using an expression.', + 'Companies associated with the ticket. Choose from the list, or specify an ID using an expression.', }, { displayName: 'City', @@ -155,7 +155,7 @@ export const contactFields: INodeProperties[] = [ name: 'contactOwner', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getOwners', }, @@ -190,7 +190,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'Name of the property. Choose from the list, or specify an ID using an expression.', + 'Name of the property. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -300,7 +300,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The contact\'s sales, prospecting or outreach status. Choose from the list, or specify an ID using an expression.', + 'The contact\'s sales, prospecting or outreach status. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Legal Basic For Processing Contact Data Name or ID', @@ -311,7 +311,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - "Legal basis for processing contact's data; 'Not applicable' will exempt the contact from GDPR protections. Choose from the list, or specify an ID using an expression.", + "Legal basis for processing contact's data; 'Not applicable' will exempt the contact from GDPR protections. Choose from the list, or specify an ID using an expression.", }, { displayName: 'Lifecycle Stage Name or ID', @@ -322,7 +322,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The qualification of contacts to sales readiness. It can be set through imports, forms, workflows, and manually on a per contact basis. Choose from the list, or specify an ID using an expression.', + 'The qualification of contacts to sales readiness. It can be set through imports, forms, workflows, and manually on a per contact basis. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Marital Status', @@ -364,7 +364,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The number of company employees. Choose from the list, or specify an ID using an expression.', + 'The number of company employees. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Original Source Name or ID', @@ -375,7 +375,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The first known source through which a contact found your website. Source is automatically set by HubSpot, but may be updated manually. Choose from the list, or specify an ID using an expression.', + 'The first known source through which a contact found your website. Source is automatically set by HubSpot, but may be updated manually. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone Number', @@ -398,7 +398,7 @@ export const contactFields: INodeProperties[] = [ }, 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 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: ,.

. Choose from the list, or specify IDs using an expression.', + '

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: ,.

. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Postal Code', @@ -416,7 +416,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'Set your contact\'s preferred language for communications. This property can be changed from an import, form, or integration. Choose from the list, or specify an ID using an expression.', + 'Set your contact\'s preferred language for communications. This property can be changed from an import, form, or integration. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Relationship Status', @@ -474,7 +474,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The status of the contact\'s content membership. Choose from the list, or specify an ID using an expression.', + 'The status of the contact\'s content membership. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Street Address', @@ -580,7 +580,7 @@ export const contactFields: INodeProperties[] = [ }, 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 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: ,.

. Choose from the list, or specify IDs using an expression.', + '

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: ,.

. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Property Mode', @@ -691,7 +691,7 @@ export const contactFields: INodeProperties[] = [ }, 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 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: ,.

. Choose from the list, or specify IDs using an expression.', + '

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: ,.

. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Property Mode', @@ -820,7 +820,7 @@ export const contactFields: INodeProperties[] = [ }, 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 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: ,.

. Choose from the list, or specify IDs using an expression.', + '

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: ,.

. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Property Mode', @@ -916,7 +916,7 @@ export const contactFields: INodeProperties[] = [ name: 'propertyName', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getContactProperties', }, @@ -1029,7 +1029,7 @@ export const contactFields: INodeProperties[] = [ }, default: ['firstname', 'lastname', 'email'], 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 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: ,.

. Choose from the list, or specify IDs using an expression.', + '

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: ,.

. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Query', @@ -1044,7 +1044,7 @@ export const contactFields: INodeProperties[] = [ name: 'sortBy', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getContactProperties', }, diff --git a/packages/nodes-base/nodes/Hubspot/V1/DealDescription.ts b/packages/nodes-base/nodes/Hubspot/V1/DealDescription.ts index b8953f0711..4a8aacf63e 100644 --- a/packages/nodes-base/nodes/Hubspot/V1/DealDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/V1/DealDescription.ts @@ -86,7 +86,7 @@ export const dealFields: INodeProperties[] = [ default: '', options: [], description: - 'The dealstage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an expression.', + 'The dealstage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -112,7 +112,7 @@ export const dealFields: INodeProperties[] = [ name: 'associatedCompany', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getCompanies', }, @@ -123,7 +123,7 @@ export const dealFields: INodeProperties[] = [ name: 'associatedVids', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getContacts', }, @@ -158,7 +158,7 @@ export const dealFields: INodeProperties[] = [ }, default: '', description: - 'Name of the property. Choose from the list, or specify an ID using an expression.', + 'Name of the property. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -188,7 +188,7 @@ export const dealFields: INodeProperties[] = [ name: 'dealType', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDealTypes', }, @@ -268,7 +268,7 @@ export const dealFields: INodeProperties[] = [ }, default: '', description: - 'Name of the property. Choose from the list, or specify an ID using an expression.', + 'Name of the property. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -302,14 +302,14 @@ export const dealFields: INodeProperties[] = [ }, default: '', description: - 'The dealstage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an expression.', + 'The dealstage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Deal Type Name or ID', name: 'dealType', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDealTypes', }, @@ -430,7 +430,7 @@ export const dealFields: INodeProperties[] = [ }, default: [], description: - '

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: ,.

. Choose from the list, or specify IDs using an expression.', + '

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: ,.

. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Properties with History', @@ -441,7 +441,7 @@ export const dealFields: INodeProperties[] = [ }, default: [], description: - 'Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property\'s value. Choose from the list, or specify IDs using an expression.', + 'Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property\'s value. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -603,7 +603,7 @@ export const dealFields: INodeProperties[] = [ name: 'propertyName', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDealProperties', }, @@ -716,7 +716,7 @@ export const dealFields: INodeProperties[] = [ }, default: [], description: - '

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: ,.

. Choose from the list, or specify IDs using an expression.', + '

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: ,.

. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Query', @@ -731,7 +731,7 @@ export const dealFields: INodeProperties[] = [ name: 'sortBy', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDealProperties', }, diff --git a/packages/nodes-base/nodes/Hubspot/V1/FormDescription.ts b/packages/nodes-base/nodes/Hubspot/V1/FormDescription.ts index 22aad74f15..b45d5e9d9b 100644 --- a/packages/nodes-base/nodes/Hubspot/V1/FormDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/V1/FormDescription.ts @@ -49,7 +49,7 @@ export const formFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the form you\'re sending data to. Choose from the list, or specify an ID using an expression.', + 'The ID of the form you\'re sending data to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -213,7 +213,7 @@ export const formFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the specific subscription type. Choose from the list, or specify an ID using an expression.', + 'The ID of the specific subscription type. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -250,7 +250,7 @@ export const formFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the specific subscription type that this forms indicates interest to. Choose from the list, or specify an ID using an expression.', + 'The ID of the specific subscription type that this forms indicates interest to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -309,6 +309,6 @@ export const formFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the form. Choose from the list, or specify an ID using an expression.', + 'The ID of the form. Choose from the list, or specify an ID using an expression.', }, ]; diff --git a/packages/nodes-base/nodes/Hubspot/V1/TicketDescription.ts b/packages/nodes-base/nodes/Hubspot/V1/TicketDescription.ts index 7b0198c6a1..321d6d24fa 100644 --- a/packages/nodes-base/nodes/Hubspot/V1/TicketDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/V1/TicketDescription.ts @@ -67,7 +67,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an expression.', + 'The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Stage Name or ID', @@ -86,7 +86,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an expression.', + 'The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Ticket Name', @@ -124,7 +124,7 @@ export const ticketFields: INodeProperties[] = [ }, default: [], description: - 'Companies associated with the ticket. Choose from the list, or specify IDs using an expression.', + 'Companies associated with the ticket. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Contact Names or IDs', @@ -135,7 +135,7 @@ export const ticketFields: INodeProperties[] = [ }, default: [], description: - 'Contacts associated with the ticket. Choose from the list, or specify IDs using an expression.', + 'Contacts associated with the ticket. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Category Name or ID', @@ -146,7 +146,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'Main reason customer reached out for help. Choose from the list, or specify an ID using an expression.', + 'Main reason customer reached out for help. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Close Date', @@ -178,7 +178,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The level of attention needed on the ticket. Choose from the list, or specify an ID using an expression.', + 'The level of attention needed on the ticket. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Resolution Name or ID', @@ -189,7 +189,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The action taken to resolve the ticket. Choose from the list, or specify an ID using an expression.', + 'The action taken to resolve the ticket. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Source Name or ID', @@ -200,7 +200,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'Channel where ticket was originally submitted. Choose from the list, or specify an ID using an expression.', + 'Channel where ticket was originally submitted. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Ticket Owner Name or ID', @@ -211,7 +211,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an expression.', + 'The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -254,7 +254,7 @@ export const ticketFields: INodeProperties[] = [ }, default: [], description: - 'Companies associated with the ticket. Choose from the list, or specify IDs using an expression.', + 'Companies associated with the ticket. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Contact Names or IDs', @@ -265,7 +265,7 @@ export const ticketFields: INodeProperties[] = [ }, default: [], description: - 'Contact associated with the ticket. Choose from the list, or specify IDs using an expression.', + 'Contact associated with the ticket. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Category Name or ID', @@ -276,7 +276,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'Main reason customer reached out for help. Choose from the list, or specify an ID using an expression.', + 'Main reason customer reached out for help. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Close Date', @@ -308,7 +308,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an expression.', + 'The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Priority Name or ID', @@ -319,7 +319,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The level of attention needed on the ticket. Choose from the list, or specify an ID using an expression.', + 'The level of attention needed on the ticket. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Resolution Name or ID', @@ -330,7 +330,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The action taken to resolve the ticket. Choose from the list, or specify an ID using an expression.', + 'The action taken to resolve the ticket. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Source Name or ID', @@ -341,7 +341,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'Channel where ticket was originally submitted. Choose from the list, or specify an ID using an expression.', + 'Channel where ticket was originally submitted. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Stage Name or ID', @@ -353,7 +353,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The stage ID of the pipeline the ticket is in; depends on Pipeline ID. Choose from the list, or specify an ID using an expression.', + 'The stage ID of the pipeline the ticket is in; depends on Pipeline ID. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Ticket Name', @@ -371,7 +371,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an expression.', + 'The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -421,7 +421,7 @@ export const ticketFields: INodeProperties[] = [ }, default: [], description: - '

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: ,.

. Choose from the list, or specify IDs using an expression.', + '

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: ,.

. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Properties With History', @@ -490,7 +490,7 @@ export const ticketFields: INodeProperties[] = [ }, default: [], description: - '

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: ,.

. Choose from the list, or specify IDs using an expression.', + '

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: ,.

. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Properties With History', diff --git a/packages/nodes-base/nodes/Hubspot/V2/CompanyDescription.ts b/packages/nodes-base/nodes/Hubspot/V2/CompanyDescription.ts index 425829305d..85858e1d92 100644 --- a/packages/nodes-base/nodes/Hubspot/V2/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/V2/CompanyDescription.ts @@ -139,7 +139,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the company. Choose from the list, or specify an ID using an expression.', + 'The owner of the company. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Country/Region', @@ -171,7 +171,7 @@ export const companyFields: INodeProperties[] = [ }, default: {}, description: - 'Name of the property. Choose from the list, or specify an ID using an expression.', + 'Name of the property. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -218,7 +218,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'The type of business the company performs. Choose from the list, or specify an ID using an expression.', + 'The type of business the company performs. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Is Public', @@ -236,7 +236,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'The company\'s sales, prospecting or outreach status. Choose from the list, or specify an ID using an expression.', + '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', @@ -247,7 +247,7 @@ export const companyFields: INodeProperties[] = [ }, 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.', + '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', @@ -282,7 +282,7 @@ export const companyFields: INodeProperties[] = [ }, 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.', + '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', @@ -333,7 +333,7 @@ export const companyFields: INodeProperties[] = [ }, 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.', + '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', @@ -390,7 +390,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an expression.', + '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', @@ -401,7 +401,7 @@ export const companyFields: INodeProperties[] = [ }, 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.', + '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', @@ -526,7 +526,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the company. Choose from the list, or specify an ID using an expression.', + 'The owner of the company. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Country/Region', @@ -558,7 +558,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'Name of the property. Choose from the list, or specify an ID using an expression.', + 'Name of the property. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -605,7 +605,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'The type of business the company performs. Choose from the list, or specify an ID using an expression.', + 'The type of business the company performs. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Is Public', @@ -623,7 +623,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'The company\'s sales, prospecting or outreach status. Choose from the list, or specify an ID using an expression.', + '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', @@ -634,7 +634,7 @@ export const companyFields: INodeProperties[] = [ }, 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.', + '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', @@ -675,7 +675,7 @@ export const companyFields: INodeProperties[] = [ }, 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.', + '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', @@ -726,7 +726,7 @@ export const companyFields: INodeProperties[] = [ }, 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.', + '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', @@ -783,7 +783,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an expression.', + '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', @@ -794,7 +794,7 @@ export const companyFields: INodeProperties[] = [ }, 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.', + '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', @@ -954,7 +954,7 @@ export const companyFields: INodeProperties[] = [ }, default: [], description: - 'Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Include', @@ -978,7 +978,7 @@ export const companyFields: INodeProperties[] = [ }, ], description: - 'Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an expression.', + 'Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an expression.', }, ], }, @@ -1100,7 +1100,7 @@ export const companyFields: INodeProperties[] = [ }, default: [], description: - 'Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Include', @@ -1124,7 +1124,7 @@ export const companyFields: INodeProperties[] = [ }, ], description: - 'Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an expression.', + 'Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an expression.', }, ], }, @@ -1199,7 +1199,7 @@ export const companyFields: INodeProperties[] = [ }, default: [], description: - 'Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Hubspot/V2/ContactDescription.ts b/packages/nodes-base/nodes/Hubspot/V2/ContactDescription.ts index c2bd3997d7..81041e10f1 100644 --- a/packages/nodes-base/nodes/Hubspot/V2/ContactDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/V2/ContactDescription.ts @@ -103,7 +103,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'Companies associated with the ticket. Choose from the list, or specify an ID using an expression.', + 'Companies associated with the ticket. Choose from the list, or specify an ID using an expression.', }, { displayName: 'City', @@ -142,7 +142,7 @@ export const contactFields: INodeProperties[] = [ name: 'contactOwner', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getOwners', }, @@ -177,7 +177,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'Name of the property. Choose from the list, or specify an ID using an expression.', + 'Name of the property. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -290,7 +290,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The contact\'s sales, prospecting or outreach status. Choose from the list, or specify an ID using an expression.', + 'The contact\'s sales, prospecting or outreach status. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Legal Basic For Processing Contact Data Name or ID', @@ -301,7 +301,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - "Legal basis for processing contact's data; 'Not applicable' will exempt the contact from GDPR protections. Choose from the list, or specify an ID using an expression.", + "Legal basis for processing contact's data; 'Not applicable' will exempt the contact from GDPR protections. Choose from the list, or specify an ID using an expression.", }, { displayName: 'Lifecycle Stage Name or ID', @@ -312,7 +312,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The qualification of contacts to sales readiness. It can be set through imports, forms, workflows, and manually on a per contact basis. Choose from the list, or specify an ID using an expression.', + 'The qualification of contacts to sales readiness. It can be set through imports, forms, workflows, and manually on a per contact basis. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Marital Status', @@ -360,7 +360,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The number of company employees. Choose from the list, or specify an ID using an expression.', + 'The number of company employees. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Original Source Name or ID', @@ -371,7 +371,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The first known source through which a contact found your website. Source is automatically set by HubSpot, but may be updated manually. Choose from the list, or specify an ID using an expression.', + 'The first known source through which a contact found your website. Source is automatically set by HubSpot, but may be updated manually. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone Number', @@ -394,7 +394,7 @@ export const contactFields: INodeProperties[] = [ }, default: [], description: - 'Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Postal Code', @@ -412,7 +412,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'Set your contact\'s preferred language for communications. This property can be changed from an import, form, or integration. Choose from the list, or specify an ID using an expression.', + 'Set your contact\'s preferred language for communications. This property can be changed from an import, form, or integration. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Relationship Status', @@ -470,7 +470,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The status of the contact\'s content membership. Choose from the list, or specify an ID using an expression.', + 'The status of the contact\'s content membership. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Street Address', @@ -639,7 +639,7 @@ export const contactFields: INodeProperties[] = [ }, default: [], description: - 'Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Include', @@ -663,7 +663,7 @@ export const contactFields: INodeProperties[] = [ }, ], description: - '

Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.

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: ,.

. Choose from the list, or specify IDs using an expression.', + '

Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.

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: ,.

. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -766,7 +766,7 @@ export const contactFields: INodeProperties[] = [ }, default: [], description: - 'Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Include', @@ -790,7 +790,7 @@ export const contactFields: INodeProperties[] = [ }, ], description: - '

Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.

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: ,.

. Choose from the list, or specify IDs using an expression.', + '

Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.

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: ,.

. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -939,7 +939,7 @@ export const contactFields: INodeProperties[] = [ }, default: [], description: - 'Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Include', @@ -963,7 +963,7 @@ export const contactFields: INodeProperties[] = [ }, ], description: - '

Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.

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: ,.

. Choose from the list, or specify IDs using an expression.', + '

Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.

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: ,.

. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -1041,7 +1041,7 @@ export const contactFields: INodeProperties[] = [ name: 'propertyName', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getContactPropertiesWithType', }, @@ -1199,7 +1199,7 @@ export const contactFields: INodeProperties[] = [ }, default: ['firstname', 'lastname', 'email'], description: - 'Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Query', @@ -1214,7 +1214,7 @@ export const contactFields: INodeProperties[] = [ name: 'sortBy', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getContactProperties', }, diff --git a/packages/nodes-base/nodes/Hubspot/V2/DealDescription.ts b/packages/nodes-base/nodes/Hubspot/V2/DealDescription.ts index edc2152e05..7887f7f44d 100644 --- a/packages/nodes-base/nodes/Hubspot/V2/DealDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/V2/DealDescription.ts @@ -80,7 +80,7 @@ export const dealFields: INodeProperties[] = [ default: '', options: [], description: - 'The deal stage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an expression.', + 'The deal stage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Deal Properties', @@ -106,7 +106,7 @@ export const dealFields: INodeProperties[] = [ name: 'associatedCompany', type: 'multiOptions', description: - 'Whether to include specific Associated Company properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Associated Company properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getCompanies', }, @@ -117,7 +117,7 @@ export const dealFields: INodeProperties[] = [ name: 'associatedVids', type: 'multiOptions', description: - 'Whether to include specific Associated Vid in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Associated Vid in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getContacts', }, @@ -154,7 +154,7 @@ export const dealFields: INodeProperties[] = [ }, default: '', description: - 'Name of the property. Choose from the list, or specify an ID using an expression.', + 'Name of the property. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -218,7 +218,7 @@ export const dealFields: INodeProperties[] = [ name: 'dealType', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDealTypes', }, @@ -229,7 +229,7 @@ export const dealFields: INodeProperties[] = [ name: 'pipeline', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDealPipelines', }, @@ -331,7 +331,7 @@ export const dealFields: INodeProperties[] = [ }, default: '', description: - 'Name of the property. Choose from the list, or specify an ID using an expression.', + 'Name of the property. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -399,14 +399,14 @@ export const dealFields: INodeProperties[] = [ }, default: '', description: - 'The deal stage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an expression.', + 'The deal stage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Deal Type Name or ID', name: 'dealType', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDealTypes', }, @@ -505,7 +505,7 @@ export const dealFields: INodeProperties[] = [ }, default: [], description: - 'Whether to include specific Deal properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Deal properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Include', @@ -529,7 +529,7 @@ export const dealFields: INodeProperties[] = [ }, ], description: - '

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: ,.

. Choose from the list, or specify IDs using an expression.', + '

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: ,.

. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -641,7 +641,7 @@ export const dealFields: INodeProperties[] = [ }, default: [], description: - 'Whether to include specific Deal properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Deal properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Include', @@ -665,7 +665,7 @@ export const dealFields: INodeProperties[] = [ }, ], description: - '

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: ,.

. Choose from the list, or specify IDs using an expression.', + '

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: ,.

. Choose from the list, or specify IDs using an expression.', displayOptions: { show: { '@version': [2], @@ -859,7 +859,7 @@ export const dealFields: INodeProperties[] = [ name: 'propertyName', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDealProperties', }, @@ -1017,7 +1017,7 @@ export const dealFields: INodeProperties[] = [ }, default: [], description: - 'Whether to include specific Deal properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Deal properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Query', @@ -1032,7 +1032,7 @@ export const dealFields: INodeProperties[] = [ name: 'sortBy', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDealProperties', }, diff --git a/packages/nodes-base/nodes/Hubspot/V2/FormDescription.ts b/packages/nodes-base/nodes/Hubspot/V2/FormDescription.ts index 52da733193..23b0a82f57 100644 --- a/packages/nodes-base/nodes/Hubspot/V2/FormDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/V2/FormDescription.ts @@ -49,7 +49,7 @@ export const formFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the form you\'re sending data to. Choose from the list, or specify an ID using an expression.', + 'The ID of the form you\'re sending data to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Options', @@ -214,7 +214,7 @@ export const formFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the specific subscription type. Choose from the list, or specify an ID using an expression.', + 'The ID of the specific subscription type. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -251,7 +251,7 @@ export const formFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the specific subscription type that this forms indicates interest to. Choose from the list, or specify an ID using an expression.', + 'The ID of the specific subscription type that this forms indicates interest to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -310,6 +310,6 @@ export const formFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the form. Choose from the list, or specify an ID using an expression.', + 'The ID of the form. Choose from the list, or specify an ID using an expression.', }, ]; diff --git a/packages/nodes-base/nodes/Hubspot/V2/TicketDescription.ts b/packages/nodes-base/nodes/Hubspot/V2/TicketDescription.ts index a6a8b39857..6885761738 100644 --- a/packages/nodes-base/nodes/Hubspot/V2/TicketDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/V2/TicketDescription.ts @@ -67,7 +67,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an expression.', + 'The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Stage Name or ID', @@ -86,7 +86,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The stage ID of the pipeline the ticket is in; depends on Pipeline ID. Choose from the list, or specify an ID using an expression.', + 'The stage ID of the pipeline the ticket is in; depends on Pipeline ID. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Ticket Name', @@ -123,7 +123,7 @@ export const ticketFields: INodeProperties[] = [ }, default: [], description: - 'Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Contact Names or IDs', @@ -134,7 +134,7 @@ export const ticketFields: INodeProperties[] = [ }, default: [], description: - 'Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Category Name or ID', @@ -145,7 +145,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'Main reason customer reached out for help. Choose from the list, or specify an ID using an expression.', + 'Main reason customer reached out for help. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Close Date', @@ -182,7 +182,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The level of attention needed on the ticket. Choose from the list, or specify an ID using an expression.', + 'The level of attention needed on the ticket. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Resolution Name or ID', @@ -193,7 +193,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The action taken to resolve the ticket. Choose from the list, or specify an ID using an expression.', + 'The action taken to resolve the ticket. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Source Name or ID', @@ -204,7 +204,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'Channel where ticket was originally submitted. Choose from the list, or specify an ID using an expression.', + 'Channel where ticket was originally submitted. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Ticket Owner Name or ID', @@ -215,7 +215,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an expression.', + 'The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -283,7 +283,7 @@ export const ticketFields: INodeProperties[] = [ }, default: [], description: - 'Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Contact Names or IDs', @@ -294,7 +294,7 @@ export const ticketFields: INodeProperties[] = [ }, default: [], description: - 'Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Category Name or ID', @@ -305,7 +305,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'Main reason customer reached out for help. Choose from the list, or specify an ID using an expression.', + 'Main reason customer reached out for help. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Close Date', @@ -342,7 +342,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an expression.', + 'The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Priority Name or ID', @@ -353,7 +353,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The level of attention needed on the ticket. Choose from the list, or specify an ID using an expression.', + 'The level of attention needed on the ticket. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Resolution Name or ID', @@ -364,7 +364,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The action taken to resolve the ticket. Choose from the list, or specify an ID using an expression.', + 'The action taken to resolve the ticket. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Source Name or ID', @@ -375,7 +375,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'Channel where ticket was originally submitted. Choose from the list, or specify an ID using an expression.', + 'Channel where ticket was originally submitted. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Stage Name or ID', @@ -387,7 +387,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The stage ID of the pipeline the ticket is in; depends on Pipeline ID. Choose from the list, or specify an ID using an expression.', + 'The stage ID of the pipeline the ticket is in; depends on Pipeline ID. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Ticket Name', @@ -404,7 +404,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an expression.', + 'The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -479,7 +479,7 @@ export const ticketFields: INodeProperties[] = [ }, default: [], description: - 'Whether to include specific Ticket properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Ticket properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Properties With History', @@ -548,7 +548,7 @@ export const ticketFields: INodeProperties[] = [ }, default: [], description: - 'Whether to include specific Ticket properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', + 'Whether to include specific Ticket properties in the returned results. Choose from a list, or specify IDs using an expression. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Properties With History', diff --git a/packages/nodes-base/nodes/Intercom/LeadDescription.ts b/packages/nodes-base/nodes/Intercom/LeadDescription.ts index e59982fa94..bb15e353b9 100644 --- a/packages/nodes-base/nodes/Intercom/LeadDescription.ts +++ b/packages/nodes-base/nodes/Intercom/LeadDescription.ts @@ -310,7 +310,7 @@ export const leadFields: INodeProperties[] = [ }, default: [], description: - 'Identifies the companies this user belongs to. Choose from the list, or specify IDs using an expression.', + 'Identifies the companies this user belongs to. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Email', diff --git a/packages/nodes-base/nodes/Intercom/UserDescription.ts b/packages/nodes-base/nodes/Intercom/UserDescription.ts index c2d0458569..84cc84e866 100644 --- a/packages/nodes-base/nodes/Intercom/UserDescription.ts +++ b/packages/nodes-base/nodes/Intercom/UserDescription.ts @@ -323,7 +323,7 @@ export const userFields: INodeProperties[] = [ }, default: [], description: - 'Identifies the companies this user belongs to. Choose from the list, or specify IDs using an expression.', + 'Identifies the companies this user belongs to. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Email', diff --git a/packages/nodes-base/nodes/InvoiceNinja/ClientDescription.ts b/packages/nodes-base/nodes/InvoiceNinja/ClientDescription.ts index 6e8ce77659..29d036aa92 100644 --- a/packages/nodes-base/nodes/InvoiceNinja/ClientDescription.ts +++ b/packages/nodes-base/nodes/InvoiceNinja/ClientDescription.ts @@ -151,7 +151,7 @@ export const clientFields: INodeProperties[] = [ name: 'countryCode', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCountryCodes', }, @@ -266,7 +266,7 @@ export const clientFields: INodeProperties[] = [ name: 'countryCode', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCountryCodes', }, diff --git a/packages/nodes-base/nodes/InvoiceNinja/ExpenseDescription.ts b/packages/nodes-base/nodes/InvoiceNinja/ExpenseDescription.ts index a53d0e271e..209d14eb51 100644 --- a/packages/nodes-base/nodes/InvoiceNinja/ExpenseDescription.ts +++ b/packages/nodes-base/nodes/InvoiceNinja/ExpenseDescription.ts @@ -76,7 +76,7 @@ export const expenseFields: INodeProperties[] = [ name: 'client', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getClients', }, @@ -99,7 +99,7 @@ export const expenseFields: INodeProperties[] = [ name: 'category', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getExpenseCategories', }, @@ -300,7 +300,7 @@ export const expenseFields: INodeProperties[] = [ name: 'vendor', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getVendors', }, @@ -339,7 +339,7 @@ export const expenseFields: INodeProperties[] = [ name: 'client', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getClients', }, @@ -362,7 +362,7 @@ export const expenseFields: INodeProperties[] = [ name: 'category', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getExpenseCategories', }, @@ -623,7 +623,7 @@ export const expenseFields: INodeProperties[] = [ name: 'vendor', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getVendors', }, diff --git a/packages/nodes-base/nodes/InvoiceNinja/InvoiceDescription.ts b/packages/nodes-base/nodes/InvoiceNinja/InvoiceDescription.ts index 0c6d19a1ff..783f7d1486 100644 --- a/packages/nodes-base/nodes/InvoiceNinja/InvoiceDescription.ts +++ b/packages/nodes-base/nodes/InvoiceNinja/InvoiceDescription.ts @@ -69,7 +69,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'client', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getClients', }, diff --git a/packages/nodes-base/nodes/InvoiceNinja/PaymentDescription.ts b/packages/nodes-base/nodes/InvoiceNinja/PaymentDescription.ts index 82680ef85e..1e6188f350 100644 --- a/packages/nodes-base/nodes/InvoiceNinja/PaymentDescription.ts +++ b/packages/nodes-base/nodes/InvoiceNinja/PaymentDescription.ts @@ -50,7 +50,7 @@ export const paymentFields: INodeProperties[] = [ name: 'invoice', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getInvoices', }, diff --git a/packages/nodes-base/nodes/InvoiceNinja/QuoteDescription.ts b/packages/nodes-base/nodes/InvoiceNinja/QuoteDescription.ts index ea204d6ee2..d9a2e281c1 100644 --- a/packages/nodes-base/nodes/InvoiceNinja/QuoteDescription.ts +++ b/packages/nodes-base/nodes/InvoiceNinja/QuoteDescription.ts @@ -69,7 +69,7 @@ export const quoteFields: INodeProperties[] = [ name: 'client', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getClients', }, diff --git a/packages/nodes-base/nodes/InvoiceNinja/TaskDescription.ts b/packages/nodes-base/nodes/InvoiceNinja/TaskDescription.ts index c043948b4c..a49934dc40 100644 --- a/packages/nodes-base/nodes/InvoiceNinja/TaskDescription.ts +++ b/packages/nodes-base/nodes/InvoiceNinja/TaskDescription.ts @@ -63,7 +63,7 @@ export const taskFields: INodeProperties[] = [ name: 'client', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getClients', }, @@ -92,7 +92,7 @@ export const taskFields: INodeProperties[] = [ name: 'project', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getProjects', }, diff --git a/packages/nodes-base/nodes/Iterable/UserListDescription.ts b/packages/nodes-base/nodes/Iterable/UserListDescription.ts index 3e33d2008c..26c22a762d 100644 --- a/packages/nodes-base/nodes/Iterable/UserListDescription.ts +++ b/packages/nodes-base/nodes/Iterable/UserListDescription.ts @@ -49,7 +49,7 @@ export const userListFields: INodeProperties[] = [ }, default: '', description: - 'Identifier to be used. Choose from the list, or specify an ID using an expression.', + 'Identifier to be used. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Identifier', @@ -108,7 +108,7 @@ export const userListFields: INodeProperties[] = [ }, default: '', description: - 'Identifier to be used. Choose from the list, or specify an ID using an expression.', + 'Identifier to be used. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Identifier', diff --git a/packages/nodes-base/nodes/Jenkins/Jenkins.node.ts b/packages/nodes-base/nodes/Jenkins/Jenkins.node.ts index 0a367cdf4e..6517cb0dd7 100644 --- a/packages/nodes-base/nodes/Jenkins/Jenkins.node.ts +++ b/packages/nodes-base/nodes/Jenkins/Jenkins.node.ts @@ -136,7 +136,7 @@ export class Jenkins implements INodeType { required: true, default: '', description: - 'Name of the job. Choose from the list, or specify an ID using an expression.', + 'Name of the job. Choose from the list, or specify an ID using an expression.', }, // -------------------------------------------------------------------------------------------------------- @@ -168,7 +168,7 @@ export class Jenkins implements INodeType { name: 'name', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getJobParameters', loadOptionsDependsOn: ['job'], @@ -353,7 +353,7 @@ export class Jenkins implements INodeType { required: true, default: '', description: - 'Name of the job. Choose from the list, or specify an ID using an expression.', + 'Name of the job. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', diff --git a/packages/nodes-base/nodes/Jira/IssueDescription.ts b/packages/nodes-base/nodes/Jira/IssueDescription.ts index 818d201404..0c862d5e64 100644 --- a/packages/nodes-base/nodes/Jira/IssueDescription.ts +++ b/packages/nodes-base/nodes/Jira/IssueDescription.ts @@ -233,7 +233,7 @@ export const issueFields: INodeProperties[] = [ name: 'componentIds', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getProjectComponents', loadOptionsDependsOn: ['project'], @@ -307,7 +307,7 @@ export const issueFields: INodeProperties[] = [ name: 'labels', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getLabels', }, @@ -568,7 +568,7 @@ export const issueFields: INodeProperties[] = [ name: 'labels', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getLabels', }, @@ -1134,7 +1134,7 @@ export const issueFields: INodeProperties[] = [ }, default: [], description: - 'List of users to receive the notification. Choose from the list, or specify IDs using an expression.', + 'List of users to receive the notification. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Group Names or IDs', @@ -1145,7 +1145,7 @@ export const issueFields: INodeProperties[] = [ }, default: [], description: - 'List of groups to receive the notification. Choose from the list, or specify IDs using an expression.', + 'List of groups to receive the notification. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -1199,7 +1199,7 @@ export const issueFields: INodeProperties[] = [ }, default: [], description: - 'List of users to receive the notification. Choose from the list, or specify IDs using an expression.', + 'List of users to receive the notification. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Group Names or IDs', @@ -1210,7 +1210,7 @@ export const issueFields: INodeProperties[] = [ }, default: [], description: - 'List of groups to receive the notification. Choose from the list, or specify IDs using an expression.', + 'List of groups to receive the notification. Choose from the list, or specify IDs using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/JotForm/JotFormTrigger.node.ts b/packages/nodes-base/nodes/JotForm/JotFormTrigger.node.ts index 87f34cb596..472d1bd485 100644 --- a/packages/nodes-base/nodes/JotForm/JotFormTrigger.node.ts +++ b/packages/nodes-base/nodes/JotForm/JotFormTrigger.node.ts @@ -57,7 +57,7 @@ export class JotFormTrigger implements INodeType { }, default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', }, { displayName: 'Resolve Data', diff --git a/packages/nodes-base/nodes/Keap/ContactDescription.ts b/packages/nodes-base/nodes/Keap/ContactDescription.ts index bf4dbfbc55..322cfd23b6 100644 --- a/packages/nodes-base/nodes/Keap/ContactDescription.ts +++ b/packages/nodes-base/nodes/Keap/ContactDescription.ts @@ -104,7 +104,7 @@ export const contactFields: INodeProperties[] = [ name: 'contactType', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getContactTypes', }, @@ -157,7 +157,7 @@ export const contactFields: INodeProperties[] = [ name: 'ownerId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, @@ -219,7 +219,7 @@ export const contactFields: INodeProperties[] = [ name: 'timezone', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTimezones', }, @@ -278,7 +278,7 @@ export const contactFields: INodeProperties[] = [ name: 'countryCode', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCountries', }, diff --git a/packages/nodes-base/nodes/Keap/ContactNoteDescription.ts b/packages/nodes-base/nodes/Keap/ContactNoteDescription.ts index 4e3fa71557..30215ce689 100644 --- a/packages/nodes-base/nodes/Keap/ContactNoteDescription.ts +++ b/packages/nodes-base/nodes/Keap/ContactNoteDescription.ts @@ -66,7 +66,7 @@ export const contactNoteFields: INodeProperties[] = [ }, default: '', description: - 'The infusionsoft user to create the note on behalf of. Choose from the list, or specify an ID using an expression.', + 'The infusionsoft user to create the note on behalf of. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Contact ID', @@ -232,7 +232,7 @@ export const contactNoteFields: INodeProperties[] = [ name: 'userId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, @@ -331,7 +331,7 @@ export const contactNoteFields: INodeProperties[] = [ }, default: '', description: - 'The infusionsoft user to create the note on behalf of. Choose from the list, or specify an ID using an expression.', + 'The infusionsoft user to create the note on behalf of. Choose from the list, or specify an ID using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Keap/ContactTagDescription.ts b/packages/nodes-base/nodes/Keap/ContactTagDescription.ts index 11fb9bc670..e53a4833a0 100644 --- a/packages/nodes-base/nodes/Keap/ContactTagDescription.ts +++ b/packages/nodes-base/nodes/Keap/ContactTagDescription.ts @@ -57,7 +57,7 @@ export const contactTagFields: INodeProperties[] = [ name: 'tagIds', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getTags', }, diff --git a/packages/nodes-base/nodes/Keap/EcommerceOrderDescripion.ts b/packages/nodes-base/nodes/Keap/EcommerceOrderDescripion.ts index d6b62bef67..1a7192a816 100644 --- a/packages/nodes-base/nodes/Keap/EcommerceOrderDescripion.ts +++ b/packages/nodes-base/nodes/Keap/EcommerceOrderDescripion.ts @@ -179,7 +179,7 @@ export const ecommerceOrderFields: INodeProperties[] = [ name: 'countryCode', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCountries', }, diff --git a/packages/nodes-base/nodes/Keap/EmailDescription.ts b/packages/nodes-base/nodes/Keap/EmailDescription.ts index b2fd8ba5f0..ac28aa03de 100644 --- a/packages/nodes-base/nodes/Keap/EmailDescription.ts +++ b/packages/nodes-base/nodes/Keap/EmailDescription.ts @@ -295,7 +295,7 @@ export const emailFields: INodeProperties[] = [ }, default: '', description: - 'The infusionsoft user to send the email on behalf of. Choose from the list, or specify an ID using an expression.', + 'The infusionsoft user to send the email on behalf of. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Contact IDs', diff --git a/packages/nodes-base/nodes/Keap/KeapTrigger.node.ts b/packages/nodes-base/nodes/Keap/KeapTrigger.node.ts index 0534b3e808..066bceb0ff 100644 --- a/packages/nodes-base/nodes/Keap/KeapTrigger.node.ts +++ b/packages/nodes-base/nodes/Keap/KeapTrigger.node.ts @@ -48,7 +48,7 @@ export class KeapTrigger implements INodeType { name: 'eventId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getEvents', }, diff --git a/packages/nodes-base/nodes/Kitemaker/descriptions/WorkItemDescription.ts b/packages/nodes-base/nodes/Kitemaker/descriptions/WorkItemDescription.ts index 6b6a4c370e..7ad3559bd9 100644 --- a/packages/nodes-base/nodes/Kitemaker/descriptions/WorkItemDescription.ts +++ b/packages/nodes-base/nodes/Kitemaker/descriptions/WorkItemDescription.ts @@ -65,7 +65,7 @@ export const workItemFields: INodeProperties[] = [ default: [], required: true, description: - 'ID of the space to retrieve the work items from. Choose from the list, or specify an ID using an expression.', + 'ID of the space to retrieve the work items from. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['workItem'], @@ -84,7 +84,7 @@ export const workItemFields: INodeProperties[] = [ default: [], required: true, description: - 'ID of the status to set on the item to create. Choose from the list, or specify an ID using an expression.', + 'ID of the status to set on the item to create. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['workItem'], @@ -163,7 +163,7 @@ export const workItemFields: INodeProperties[] = [ }, default: [], description: - 'ID of the label to set on the item to create. Choose from the list, or specify IDs using an expression.', + 'ID of the label to set on the item to create. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Member Names or IDs', @@ -174,7 +174,7 @@ export const workItemFields: INodeProperties[] = [ }, default: [], description: - 'ID of the user to assign to the item to create. Choose from the list, or specify IDs using an expression.', + 'ID of the user to assign to the item to create. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -210,7 +210,7 @@ export const workItemFields: INodeProperties[] = [ default: [], required: true, description: - 'ID of the space to retrieve the work items from. Choose from the list, or specify an ID using an expression.', + 'ID of the space to retrieve the work items from. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['workItem'], @@ -338,7 +338,7 @@ export const workItemFields: INodeProperties[] = [ }, default: [], description: - 'ID of the status to set on the item to update. Choose from the list, or specify an ID using an expression.', + 'ID of the status to set on the item to update. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Title', diff --git a/packages/nodes-base/nodes/KoBoToolbox/FileDescription.ts b/packages/nodes-base/nodes/KoBoToolbox/FileDescription.ts index 868d1538d7..fc7e1540f8 100644 --- a/packages/nodes-base/nodes/KoBoToolbox/FileDescription.ts +++ b/packages/nodes-base/nodes/KoBoToolbox/FileDescription.ts @@ -60,7 +60,7 @@ export const fileFields: INodeProperties[] = [ }, }, description: - 'Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an expression.', + 'Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an expression.', }, /* -------------------------------------------------------------------------- */ /* file:delete */ diff --git a/packages/nodes-base/nodes/KoBoToolbox/FormDescription.ts b/packages/nodes-base/nodes/KoBoToolbox/FormDescription.ts index 56cf6791da..30693502d9 100644 --- a/packages/nodes-base/nodes/KoBoToolbox/FormDescription.ts +++ b/packages/nodes-base/nodes/KoBoToolbox/FormDescription.ts @@ -55,7 +55,7 @@ export const formFields: INodeProperties[] = [ }, }, description: - 'Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an expression.', + 'Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an expression.', }, /* -------------------------------------------------------------------------- */ /* form:getAll */ diff --git a/packages/nodes-base/nodes/KoBoToolbox/HookDescription.ts b/packages/nodes-base/nodes/KoBoToolbox/HookDescription.ts index 99519421dc..2c3a9fb372 100644 --- a/packages/nodes-base/nodes/KoBoToolbox/HookDescription.ts +++ b/packages/nodes-base/nodes/KoBoToolbox/HookDescription.ts @@ -67,7 +67,7 @@ export const hookFields: INodeProperties[] = [ }, }, description: - 'Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an expression.', + 'Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an expression.', }, { displayName: 'Hook ID', diff --git a/packages/nodes-base/nodes/KoBoToolbox/KoBoToolboxTrigger.node.ts b/packages/nodes-base/nodes/KoBoToolbox/KoBoToolboxTrigger.node.ts index 0fbf37178a..436f9d86a7 100644 --- a/packages/nodes-base/nodes/KoBoToolbox/KoBoToolboxTrigger.node.ts +++ b/packages/nodes-base/nodes/KoBoToolbox/KoBoToolboxTrigger.node.ts @@ -56,7 +56,7 @@ export class KoBoToolboxTrigger implements INodeType { required: true, default: '', description: - 'Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an expression.', + 'Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an expression.', }, { displayName: 'Trigger On', diff --git a/packages/nodes-base/nodes/KoBoToolbox/SubmissionDescription.ts b/packages/nodes-base/nodes/KoBoToolbox/SubmissionDescription.ts index 3e71217b3a..a3c62bd03a 100644 --- a/packages/nodes-base/nodes/KoBoToolbox/SubmissionDescription.ts +++ b/packages/nodes-base/nodes/KoBoToolbox/SubmissionDescription.ts @@ -67,7 +67,7 @@ export const submissionFields: INodeProperties[] = [ }, }, description: - 'Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an expression.', + 'Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an expression.', }, { displayName: 'Submission ID', diff --git a/packages/nodes-base/nodes/Ldap/LdapDescription.ts b/packages/nodes-base/nodes/Ldap/LdapDescription.ts index 599aa2104a..af8eb7b9a5 100644 --- a/packages/nodes-base/nodes/Ldap/LdapDescription.ts +++ b/packages/nodes-base/nodes/Ldap/LdapDescription.ts @@ -416,7 +416,7 @@ export const ldapFields: INodeProperties[] = [ }, default: [], description: - 'Comma-separated list of attributes to return. Choose from the list, or specify IDs using an expression.', + 'Comma-separated list of attributes to return. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Page Size', diff --git a/packages/nodes-base/nodes/Lemlist/LemlistTrigger.node.ts b/packages/nodes-base/nodes/Lemlist/LemlistTrigger.node.ts index 2a4e53006b..8eabdcf353 100644 --- a/packages/nodes-base/nodes/Lemlist/LemlistTrigger.node.ts +++ b/packages/nodes-base/nodes/Lemlist/LemlistTrigger.node.ts @@ -64,7 +64,7 @@ export class LemlistTrigger implements INodeType { }, default: '', description: - 'We\'ll call this hook only for this campaignId. Choose from the list, or specify an ID using an expression.', + 'We\'ll call this hook only for this campaignId. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Is First', diff --git a/packages/nodes-base/nodes/Lemlist/v1/LemlistV1.node.ts b/packages/nodes-base/nodes/Lemlist/v1/LemlistV1.node.ts index a3ffc7a21f..9c313fc60f 100644 --- a/packages/nodes-base/nodes/Lemlist/v1/LemlistV1.node.ts +++ b/packages/nodes-base/nodes/Lemlist/v1/LemlistV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import { type IExecuteFunctions, type IDataObject, diff --git a/packages/nodes-base/nodes/Lemlist/v1/descriptions/ActivityDescription.ts b/packages/nodes-base/nodes/Lemlist/v1/descriptions/ActivityDescription.ts index 4143a1419d..caac29bf16 100644 --- a/packages/nodes-base/nodes/Lemlist/v1/descriptions/ActivityDescription.ts +++ b/packages/nodes-base/nodes/Lemlist/v1/descriptions/ActivityDescription.ts @@ -79,7 +79,7 @@ export const activityFields: INodeProperties[] = [ loadOptionsMethod: 'getCampaigns', }, description: - 'ID of the campaign to retrieve activity for. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign to retrieve activity for. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Type', diff --git a/packages/nodes-base/nodes/Lemlist/v1/descriptions/LeadDescription.ts b/packages/nodes-base/nodes/Lemlist/v1/descriptions/LeadDescription.ts index 80e906bd1c..5cf85279c4 100644 --- a/packages/nodes-base/nodes/Lemlist/v1/descriptions/LeadDescription.ts +++ b/packages/nodes-base/nodes/Lemlist/v1/descriptions/LeadDescription.ts @@ -51,7 +51,7 @@ export const leadFields: INodeProperties[] = [ loadOptionsMethod: 'getCampaigns', }, description: - 'ID of the campaign to create the lead under. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign to create the lead under. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['lead'], @@ -159,7 +159,7 @@ export const leadFields: INodeProperties[] = [ loadOptionsMethod: 'getCampaigns', }, description: - 'ID of the campaign to remove the lead from. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign to remove the lead from. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['lead'], @@ -213,7 +213,7 @@ export const leadFields: INodeProperties[] = [ loadOptionsMethod: 'getCampaigns', }, description: - 'ID of the campaign to unsubscribe the lead from. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign to unsubscribe the lead from. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['lead'], diff --git a/packages/nodes-base/nodes/Lemlist/v2/LemlistV2.node.ts b/packages/nodes-base/nodes/Lemlist/v2/LemlistV2.node.ts index a88dbdbcc9..d49128ea9f 100644 --- a/packages/nodes-base/nodes/Lemlist/v2/LemlistV2.node.ts +++ b/packages/nodes-base/nodes/Lemlist/v2/LemlistV2.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import { type IExecuteFunctions, type IDataObject, diff --git a/packages/nodes-base/nodes/Lemlist/v2/descriptions/ActivityDescription.ts b/packages/nodes-base/nodes/Lemlist/v2/descriptions/ActivityDescription.ts index 98c06a1d53..3560ea6fff 100644 --- a/packages/nodes-base/nodes/Lemlist/v2/descriptions/ActivityDescription.ts +++ b/packages/nodes-base/nodes/Lemlist/v2/descriptions/ActivityDescription.ts @@ -79,7 +79,7 @@ export const activityFields: INodeProperties[] = [ loadOptionsMethod: 'getCampaigns', }, description: - 'ID of the campaign to retrieve activity for. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign to retrieve activity for. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Is First', diff --git a/packages/nodes-base/nodes/Lemlist/v2/descriptions/CampaignDescription.ts b/packages/nodes-base/nodes/Lemlist/v2/descriptions/CampaignDescription.ts index 169a1620d2..cb2c497b56 100644 --- a/packages/nodes-base/nodes/Lemlist/v2/descriptions/CampaignDescription.ts +++ b/packages/nodes-base/nodes/Lemlist/v2/descriptions/CampaignDescription.ts @@ -96,7 +96,7 @@ export const campaignFields: INodeProperties[] = [ loadOptionsMethod: 'getCampaigns', }, description: - 'ID of the campaign to get stats for. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign to get stats for. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['campaign'], diff --git a/packages/nodes-base/nodes/Lemlist/v2/descriptions/LeadDescription.ts b/packages/nodes-base/nodes/Lemlist/v2/descriptions/LeadDescription.ts index abb5b22bfc..b9e93fa075 100644 --- a/packages/nodes-base/nodes/Lemlist/v2/descriptions/LeadDescription.ts +++ b/packages/nodes-base/nodes/Lemlist/v2/descriptions/LeadDescription.ts @@ -51,7 +51,7 @@ export const leadFields: INodeProperties[] = [ loadOptionsMethod: 'getCampaigns', }, description: - 'ID of the campaign to create the lead under. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign to create the lead under. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['lead'], @@ -202,7 +202,7 @@ export const leadFields: INodeProperties[] = [ loadOptionsMethod: 'getCampaigns', }, description: - 'ID of the campaign to remove the lead from. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign to remove the lead from. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['lead'], @@ -256,7 +256,7 @@ export const leadFields: INodeProperties[] = [ loadOptionsMethod: 'getCampaigns', }, description: - 'ID of the campaign to unsubscribe the lead from. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign to unsubscribe the lead from. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['lead'], diff --git a/packages/nodes-base/nodes/Linear/IssueDescription.ts b/packages/nodes-base/nodes/Linear/IssueDescription.ts index 207bfd6028..5b0eb94b0c 100644 --- a/packages/nodes-base/nodes/Linear/IssueDescription.ts +++ b/packages/nodes-base/nodes/Linear/IssueDescription.ts @@ -56,7 +56,7 @@ export const issueFields: INodeProperties[] = [ name: 'teamId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, displayOptions: { show: { @@ -100,7 +100,7 @@ export const issueFields: INodeProperties[] = [ name: 'assigneeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, @@ -145,7 +145,7 @@ export const issueFields: INodeProperties[] = [ name: 'stateId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getStates', }, @@ -236,7 +236,7 @@ export const issueFields: INodeProperties[] = [ name: 'assigneeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, @@ -282,7 +282,7 @@ export const issueFields: INodeProperties[] = [ name: 'stateId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getStates', }, @@ -293,7 +293,7 @@ export const issueFields: INodeProperties[] = [ name: 'teamId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTeams', }, diff --git a/packages/nodes-base/nodes/Linear/LinearTrigger.node.ts b/packages/nodes-base/nodes/Linear/LinearTrigger.node.ts index 19a3ce2d4e..ea95e4879e 100644 --- a/packages/nodes-base/nodes/Linear/LinearTrigger.node.ts +++ b/packages/nodes-base/nodes/Linear/LinearTrigger.node.ts @@ -76,7 +76,7 @@ export class LinearTrigger implements INodeType { name: 'teamId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTeams', }, diff --git a/packages/nodes-base/nodes/LingvaNex/ActivityDescription.ts b/packages/nodes-base/nodes/LingvaNex/ActivityDescription.ts index b37055b14e..7bbb8a4a7a 100644 --- a/packages/nodes-base/nodes/LingvaNex/ActivityDescription.ts +++ b/packages/nodes-base/nodes/LingvaNex/ActivityDescription.ts @@ -38,7 +38,7 @@ export const activityFields: INodeProperties[] = [ name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkspaces', }, @@ -99,7 +99,7 @@ export const activityFields: INodeProperties[] = [ }, default: '', description: - 'A user-defined way to group activities of the same nature. Choose from the list, or specify an ID using an expression.', + 'A user-defined way to group activities of the same nature. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Description', @@ -147,7 +147,7 @@ export const activityFields: INodeProperties[] = [ name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkspaces', }, diff --git a/packages/nodes-base/nodes/LingvaNex/LingvaNex.node.ts b/packages/nodes-base/nodes/LingvaNex/LingvaNex.node.ts index c096f299e7..db82cec6f0 100644 --- a/packages/nodes-base/nodes/LingvaNex/LingvaNex.node.ts +++ b/packages/nodes-base/nodes/LingvaNex/LingvaNex.node.ts @@ -74,7 +74,7 @@ export class LingvaNex implements INodeType { }, 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.', + '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: { @@ -104,7 +104,7 @@ export class LingvaNex implements INodeType { }, default: '', description: - 'The language code in the format “language code_code of the country”. If this parameter is not present, the auto-detect language mode is enabled. Choose from the list, or specify an ID using an expression.', + 'The language code in the format “language code_code of the country”. If this parameter is not present, the auto-detect language mode is enabled. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Platform', diff --git a/packages/nodes-base/nodes/LinkedIn/PostDescription.ts b/packages/nodes-base/nodes/LinkedIn/PostDescription.ts index 8f2512f09f..04aa28ea6e 100644 --- a/packages/nodes-base/nodes/LinkedIn/PostDescription.ts +++ b/packages/nodes-base/nodes/LinkedIn/PostDescription.ts @@ -54,7 +54,7 @@ export const postFields: INodeProperties[] = [ default: '', required: true, description: - 'Person as which the post should be posted as. Choose from the list, or specify an ID using an expression.', + 'Person as which the post should be posted as. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { operation: ['create'], diff --git a/packages/nodes-base/nodes/LoneScale/LoneScale.node.ts b/packages/nodes-base/nodes/LoneScale/LoneScale.node.ts index 46efa2af38..acce979a97 100644 --- a/packages/nodes-base/nodes/LoneScale/LoneScale.node.ts +++ b/packages/nodes-base/nodes/LoneScale/LoneScale.node.ts @@ -134,7 +134,7 @@ export class LoneScale implements INodeType { }, default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, }, { diff --git a/packages/nodes-base/nodes/Magento/CustomerDescription.ts b/packages/nodes-base/nodes/Magento/CustomerDescription.ts index 1ece2e9a97..d910a9f8d2 100644 --- a/packages/nodes-base/nodes/Magento/CustomerDescription.ts +++ b/packages/nodes-base/nodes/Magento/CustomerDescription.ts @@ -169,7 +169,7 @@ export const customerFields: INodeProperties[] = [ name: 'website_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { resource: ['customer'], diff --git a/packages/nodes-base/nodes/Magento/GenericFunctions.ts b/packages/nodes-base/nodes/Magento/GenericFunctions.ts index 279244638b..2b83721b28 100644 --- a/packages/nodes-base/nodes/Magento/GenericFunctions.ts +++ b/packages/nodes-base/nodes/Magento/GenericFunctions.ts @@ -115,7 +115,7 @@ export function getAddressesUi(): INodeProperties { name: 'country_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCountries', }, @@ -555,7 +555,7 @@ export function getCustomerOptionalFields(): INodeProperties[] { name: 'attribute_code', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCustomAttributes', }, @@ -614,7 +614,7 @@ export function getCustomerOptionalFields(): INodeProperties[] { name: 'group_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getGroups', }, @@ -650,7 +650,7 @@ export function getCustomerOptionalFields(): INodeProperties[] { name: 'store_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getStores', }, @@ -679,7 +679,7 @@ export function getCustomerOptionalFields(): INodeProperties[] { name: 'website_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { '/operation': ['create'], @@ -700,7 +700,7 @@ export function getProductOptionalFields(): INodeProperties[] { name: 'attribute_set_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { '/operation': ['update'], @@ -796,7 +796,7 @@ export function getProductOptionalFields(): INodeProperties[] { name: 'type_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getProductTypes', }, diff --git a/packages/nodes-base/nodes/Magento/ProductDescription.ts b/packages/nodes-base/nodes/Magento/ProductDescription.ts index 2c43e621e6..86553679ef 100644 --- a/packages/nodes-base/nodes/Magento/ProductDescription.ts +++ b/packages/nodes-base/nodes/Magento/ProductDescription.ts @@ -85,7 +85,7 @@ export const productFields: INodeProperties[] = [ name: 'attributeSetId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { resource: ['product'], diff --git a/packages/nodes-base/nodes/Mailchimp/Mailchimp.node.ts b/packages/nodes-base/nodes/Mailchimp/Mailchimp.node.ts index c2e63b6f93..3c30d6c0d9 100644 --- a/packages/nodes-base/nodes/Mailchimp/Mailchimp.node.ts +++ b/packages/nodes-base/nodes/Mailchimp/Mailchimp.node.ts @@ -288,7 +288,7 @@ export class Mailchimp implements INodeType { options: [], required: true, description: - 'List of lists. Choose from the list, or specify an ID using an expression.', + 'List of lists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Email', @@ -511,7 +511,7 @@ export class Mailchimp implements INodeType { }, required: true, description: - 'Merge Field name. Choose from the list, or specify an ID using an expression.', + 'Merge Field name. Choose from the list, or specify an ID using an expression.', default: '', }, { @@ -587,7 +587,7 @@ export class Mailchimp implements INodeType { name: 'categoryId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getGroupCategories', loadOptionsDependsOn: ['list'], @@ -646,7 +646,7 @@ export class Mailchimp implements INodeType { options: [], required: true, description: - 'List of lists. Choose from the list, or specify an ID using an expression.', + 'List of lists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Email', @@ -683,7 +683,7 @@ export class Mailchimp implements INodeType { options: [], required: true, description: - 'List of lists. Choose from the list, or specify an ID using an expression.', + 'List of lists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Email', @@ -749,7 +749,7 @@ export class Mailchimp implements INodeType { options: [], required: true, description: - 'List of lists. Choose from the list, or specify an ID using an expression.', + 'List of lists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -900,7 +900,7 @@ export class Mailchimp implements INodeType { options: [], required: true, description: - 'List of lists. Choose from the list, or specify an ID using an expression.', + 'List of lists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Email', @@ -988,7 +988,7 @@ export class Mailchimp implements INodeType { name: 'categoryId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getGroupCategories', loadOptionsDependsOn: ['list'], @@ -1053,7 +1053,7 @@ export class Mailchimp implements INodeType { }, required: true, description: - 'Merge Field name. Choose from the list, or specify an ID using an expression.', + 'Merge Field name. Choose from the list, or specify an ID using an expression.', default: '', }, { @@ -1252,7 +1252,7 @@ export class Mailchimp implements INodeType { options: [], required: true, description: - 'List of lists. Choose from the list, or specify an ID using an expression.', + 'List of lists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Email', @@ -1327,14 +1327,14 @@ export class Mailchimp implements INodeType { options: [], required: true, description: - 'List of lists. Choose from the list, or specify an ID using an expression.', + 'List of lists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Group Category Name or ID', name: 'groupCategory', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getGroupCategories', loadOptionsDependsOn: ['list'], @@ -1450,7 +1450,7 @@ export class Mailchimp implements INodeType { }, default: [], description: - 'A comma-separated list of fields to exclude. Choose from the list, or specify IDs using an expression.', + 'A comma-separated list of fields to exclude. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Field Names or IDs', @@ -1468,7 +1468,7 @@ export class Mailchimp implements INodeType { 'campaigns.settings.title', ], description: - 'A comma-separated list of fields to return. Choose from the list, or specify IDs using an expression.', + 'A comma-separated list of fields to return. Choose from the list, or specify IDs using an expression.', }, { displayName: 'List Name or ID', @@ -1479,7 +1479,7 @@ export class Mailchimp implements INodeType { }, default: '', description: - 'List of lists. Choose from the list, or specify an ID using an expression.', + 'List of lists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Since Create Time', diff --git a/packages/nodes-base/nodes/Mailchimp/MailchimpTrigger.node.ts b/packages/nodes-base/nodes/Mailchimp/MailchimpTrigger.node.ts index 8d2373a409..928296c32d 100644 --- a/packages/nodes-base/nodes/Mailchimp/MailchimpTrigger.node.ts +++ b/packages/nodes-base/nodes/Mailchimp/MailchimpTrigger.node.ts @@ -83,7 +83,7 @@ export class MailchimpTrigger implements INodeType { required: true, default: '', description: - 'The list that is gonna fire the event. Choose from the list, or specify an ID using an expression.', + 'The list that is gonna fire the event. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getLists', }, diff --git a/packages/nodes-base/nodes/MailerLite/SubscriberDescription.ts b/packages/nodes-base/nodes/MailerLite/SubscriberDescription.ts index 7d1419ac5f..b3a5a5311c 100644 --- a/packages/nodes-base/nodes/MailerLite/SubscriberDescription.ts +++ b/packages/nodes-base/nodes/MailerLite/SubscriberDescription.ts @@ -109,7 +109,7 @@ export const subscriberFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -224,7 +224,7 @@ export const subscriberFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + '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/Mailjet/EmailDescription.ts b/packages/nodes-base/nodes/Mailjet/EmailDescription.ts index 66e43ed418..c6daf24ce6 100644 --- a/packages/nodes-base/nodes/Mailjet/EmailDescription.ts +++ b/packages/nodes-base/nodes/Mailjet/EmailDescription.ts @@ -300,7 +300,7 @@ export const emailFields: INodeProperties[] = [ name: 'templateId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTemplates', }, diff --git a/packages/nodes-base/nodes/Mandrill/Mandrill.node.ts b/packages/nodes-base/nodes/Mandrill/Mandrill.node.ts index b673d3eba6..ddd3d4d792 100644 --- a/packages/nodes-base/nodes/Mandrill/Mandrill.node.ts +++ b/packages/nodes-base/nodes/Mandrill/Mandrill.node.ts @@ -171,7 +171,7 @@ export class Mandrill implements INodeType { options: [], required: true, description: - 'The template you want to send. Choose from the list, or specify an ID using an expression.', + 'The template you want to send. Choose from the list, or specify an ID using an expression.', }, { displayName: 'From Email', diff --git a/packages/nodes-base/nodes/Matrix/MediaDescription.ts b/packages/nodes-base/nodes/Matrix/MediaDescription.ts index 23f6ddeb0b..3830981641 100644 --- a/packages/nodes-base/nodes/Matrix/MediaDescription.ts +++ b/packages/nodes-base/nodes/Matrix/MediaDescription.ts @@ -42,7 +42,7 @@ export const mediaFields: INodeProperties[] = [ }, }, description: - 'Room ID to post. Choose from the list, or specify an ID using an expression.', + 'Room ID to post. Choose from the list, or specify an ID using an expression.', required: true, }, { diff --git a/packages/nodes-base/nodes/Matrix/MessageDescription.ts b/packages/nodes-base/nodes/Matrix/MessageDescription.ts index e9f4f94be3..b5e6604f3f 100644 --- a/packages/nodes-base/nodes/Matrix/MessageDescription.ts +++ b/packages/nodes-base/nodes/Matrix/MessageDescription.ts @@ -50,7 +50,7 @@ export const messageFields: INodeProperties[] = [ }, required: true, description: - 'The channel to send the message to. Choose from the list, or specify an ID using an expression.', + 'The channel to send the message to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Text', @@ -155,7 +155,7 @@ export const messageFields: INodeProperties[] = [ }, }, description: - 'The token to start returning events from. This token can be obtained from a prev_batch token returned for each room by the sync API. Choose from the list, or specify an ID using an expression.', + 'The token to start returning events from. This token can be obtained from a prev_batch token returned for each room by the sync API. Choose from the list, or specify an ID using an expression.', required: true, }, { diff --git a/packages/nodes-base/nodes/Matrix/RoomDescription.ts b/packages/nodes-base/nodes/Matrix/RoomDescription.ts index cf2236c4ab..107742efc6 100644 --- a/packages/nodes-base/nodes/Matrix/RoomDescription.ts +++ b/packages/nodes-base/nodes/Matrix/RoomDescription.ts @@ -129,7 +129,7 @@ export const roomFields: INodeProperties[] = [ name: 'roomId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getChannels', }, @@ -151,7 +151,7 @@ export const roomFields: INodeProperties[] = [ name: 'roomId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getChannels', }, @@ -189,7 +189,7 @@ export const roomFields: INodeProperties[] = [ name: 'roomId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getChannels', }, diff --git a/packages/nodes-base/nodes/Matrix/RoomMemberDescription.ts b/packages/nodes-base/nodes/Matrix/RoomMemberDescription.ts index 1dbfdb9e64..fc087a0c44 100644 --- a/packages/nodes-base/nodes/Matrix/RoomMemberDescription.ts +++ b/packages/nodes-base/nodes/Matrix/RoomMemberDescription.ts @@ -32,7 +32,7 @@ export const roomMemberFields: INodeProperties[] = [ name: 'roomId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getChannels', }, diff --git a/packages/nodes-base/nodes/Mattermost/v1/actions/channel/addUser/description.ts b/packages/nodes-base/nodes/Mattermost/v1/actions/channel/addUser/description.ts index 140ae10d81..1517b23b65 100644 --- a/packages/nodes-base/nodes/Mattermost/v1/actions/channel/addUser/description.ts +++ b/packages/nodes-base/nodes/Mattermost/v1/actions/channel/addUser/description.ts @@ -18,7 +18,7 @@ export const channelAddUserDescription: ChannelProperties = [ }, }, description: - 'The ID of the channel to invite user to. Choose from the list, or specify an ID using an expression.', + 'The ID of the channel to invite user to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'User Name or ID', @@ -37,6 +37,6 @@ export const channelAddUserDescription: ChannelProperties = [ }, }, description: - 'The ID of the user to invite into channel. Choose from the list, or specify an ID using an expression.', + 'The ID of the user to invite into channel. Choose from the list, or specify an ID using an expression.', }, ]; diff --git a/packages/nodes-base/nodes/Mattermost/v1/actions/channel/create/description.ts b/packages/nodes-base/nodes/Mattermost/v1/actions/channel/create/description.ts index 1405776574..fc3654e218 100644 --- a/packages/nodes-base/nodes/Mattermost/v1/actions/channel/create/description.ts +++ b/packages/nodes-base/nodes/Mattermost/v1/actions/channel/create/description.ts @@ -18,7 +18,7 @@ export const channelCreateDescription: ChannelProperties = [ }, }, description: - 'The Mattermost Team. Choose from the list, or specify an ID using an expression.', + 'The Mattermost Team. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Display Name', diff --git a/packages/nodes-base/nodes/Mattermost/v1/actions/channel/del/description.ts b/packages/nodes-base/nodes/Mattermost/v1/actions/channel/del/description.ts index c87af5bbdd..ccfd50d206 100644 --- a/packages/nodes-base/nodes/Mattermost/v1/actions/channel/del/description.ts +++ b/packages/nodes-base/nodes/Mattermost/v1/actions/channel/del/description.ts @@ -18,6 +18,6 @@ export const channelDeleteDescription: ChannelProperties = [ }, }, description: - 'The ID of the channel to soft delete. Choose from the list, or specify an ID using an expression.', + 'The ID of the channel to soft delete. Choose from the list, or specify an ID using an expression.', }, ]; diff --git a/packages/nodes-base/nodes/Mattermost/v1/actions/channel/members/description.ts b/packages/nodes-base/nodes/Mattermost/v1/actions/channel/members/description.ts index 2fa0b75ba2..6142c830d7 100644 --- a/packages/nodes-base/nodes/Mattermost/v1/actions/channel/members/description.ts +++ b/packages/nodes-base/nodes/Mattermost/v1/actions/channel/members/description.ts @@ -18,7 +18,7 @@ export const channelMembersDescription: ChannelProperties = [ }, }, description: - 'The Mattermost Team. Choose from the list, or specify an ID using an expression.', + 'The Mattermost Team. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Channel Name or ID', @@ -38,7 +38,7 @@ export const channelMembersDescription: ChannelProperties = [ }, }, description: - 'The Mattermost Team. Choose from the list, or specify an ID using an expression.', + 'The Mattermost Team. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Resolve Data', diff --git a/packages/nodes-base/nodes/Mattermost/v1/actions/channel/search/description.ts b/packages/nodes-base/nodes/Mattermost/v1/actions/channel/search/description.ts index 00e530be6b..606415eaae 100644 --- a/packages/nodes-base/nodes/Mattermost/v1/actions/channel/search/description.ts +++ b/packages/nodes-base/nodes/Mattermost/v1/actions/channel/search/description.ts @@ -18,7 +18,7 @@ export const channelSearchDescription: ChannelProperties = [ }, }, description: - 'The Mattermost Team. Choose from the list, or specify an ID using an expression.', + 'The Mattermost Team. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Search Term', diff --git a/packages/nodes-base/nodes/Mattermost/v1/actions/channel/statistics/description.ts b/packages/nodes-base/nodes/Mattermost/v1/actions/channel/statistics/description.ts index ca38fafe77..a34beb20bc 100644 --- a/packages/nodes-base/nodes/Mattermost/v1/actions/channel/statistics/description.ts +++ b/packages/nodes-base/nodes/Mattermost/v1/actions/channel/statistics/description.ts @@ -18,6 +18,6 @@ export const channelStatisticsDescription: ChannelProperties = [ }, }, description: - 'The ID of the channel to get the statistics from. Choose from the list, or specify an ID using an expression.', + 'The ID of the channel to get the statistics from. Choose from the list, or specify an ID using an expression.', }, ]; diff --git a/packages/nodes-base/nodes/Mattermost/v1/actions/message/post/description.ts b/packages/nodes-base/nodes/Mattermost/v1/actions/message/post/description.ts index 2e6cddd000..5b8f18e50c 100644 --- a/packages/nodes-base/nodes/Mattermost/v1/actions/message/post/description.ts +++ b/packages/nodes-base/nodes/Mattermost/v1/actions/message/post/description.ts @@ -18,7 +18,7 @@ export const messagePostDescription: MessageProperties = [ }, }, description: - 'The ID of the channel to post to. Choose from the list, or specify an ID using an expression.', + 'The ID of the channel to post to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Message', diff --git a/packages/nodes-base/nodes/Mattermost/v1/actions/message/postEphemeral/description.ts b/packages/nodes-base/nodes/Mattermost/v1/actions/message/postEphemeral/description.ts index b4cf526f4f..f529331362 100644 --- a/packages/nodes-base/nodes/Mattermost/v1/actions/message/postEphemeral/description.ts +++ b/packages/nodes-base/nodes/Mattermost/v1/actions/message/postEphemeral/description.ts @@ -18,7 +18,7 @@ export const messagePostEphemeralDescription: MessageProperties = [ }, }, description: - 'ID of the user to send the ephemeral message to. Choose from the list, or specify an ID using an expression.', + 'ID of the user to send the ephemeral message to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Channel Name or ID', @@ -36,7 +36,7 @@ export const messagePostEphemeralDescription: MessageProperties = [ }, }, description: - 'ID of the channel to send the ephemeral message in. Choose from the list, or specify an ID using an expression.', + 'ID of the channel to send the ephemeral message in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Message', diff --git a/packages/nodes-base/nodes/Mattermost/v1/actions/reaction/create/description.ts b/packages/nodes-base/nodes/Mattermost/v1/actions/reaction/create/description.ts index 98b21b97e5..b58d08ee6e 100644 --- a/packages/nodes-base/nodes/Mattermost/v1/actions/reaction/create/description.ts +++ b/packages/nodes-base/nodes/Mattermost/v1/actions/reaction/create/description.ts @@ -18,7 +18,7 @@ export const reactionCreateDescription: ReactionProperties = [ }, }, description: - 'ID of the user sending the reaction. Choose from the list, or specify an ID using an expression.', + 'ID of the user sending the reaction. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Post ID', diff --git a/packages/nodes-base/nodes/Mattermost/v1/actions/reaction/del/description.ts b/packages/nodes-base/nodes/Mattermost/v1/actions/reaction/del/description.ts index c7d9185960..e3f94d5827 100644 --- a/packages/nodes-base/nodes/Mattermost/v1/actions/reaction/del/description.ts +++ b/packages/nodes-base/nodes/Mattermost/v1/actions/reaction/del/description.ts @@ -18,7 +18,7 @@ export const reactionDeleteDescription: ReactionProperties = [ }, }, description: - 'ID of the user whose reaction to delete. Choose from the list, or specify an ID using an expression.', + 'ID of the user whose reaction to delete. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Post ID', diff --git a/packages/nodes-base/nodes/Mattermost/v1/actions/user/invite/description.ts b/packages/nodes-base/nodes/Mattermost/v1/actions/user/invite/description.ts index bb4e09dc70..55a01d6d49 100644 --- a/packages/nodes-base/nodes/Mattermost/v1/actions/user/invite/description.ts +++ b/packages/nodes-base/nodes/Mattermost/v1/actions/user/invite/description.ts @@ -6,7 +6,7 @@ export const userInviteDescription: UserProperties = [ name: 'teamId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTeams', }, diff --git a/packages/nodes-base/nodes/Mautic/CampaignContactDescription.ts b/packages/nodes-base/nodes/Mautic/CampaignContactDescription.ts index 98555277da..38f6cf6d37 100644 --- a/packages/nodes-base/nodes/Mautic/CampaignContactDescription.ts +++ b/packages/nodes-base/nodes/Mautic/CampaignContactDescription.ts @@ -51,7 +51,7 @@ export const campaignContactFields: INodeProperties[] = [ name: 'campaignId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, displayOptions: { show: { diff --git a/packages/nodes-base/nodes/Mautic/CompanyDescription.ts b/packages/nodes-base/nodes/Mautic/CompanyDescription.ts index 3c72a608a2..6c5e7182de 100644 --- a/packages/nodes-base/nodes/Mautic/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Mautic/CompanyDescription.ts @@ -180,7 +180,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + 'ID of the field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', @@ -210,7 +210,7 @@ export const companyFields: INodeProperties[] = [ name: 'industry', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getIndustries', }, @@ -389,7 +389,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + 'ID of the field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', @@ -419,7 +419,7 @@ export const companyFields: INodeProperties[] = [ name: 'industry', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getIndustries', }, @@ -576,7 +576,7 @@ export const companyFields: INodeProperties[] = [ }, default: '', description: - 'Column to sort by. Can use any column listed in the response. Choose from the list, or specify an ID using an expression.', + 'Column to sort by. Can use any column listed in the response. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Search', diff --git a/packages/nodes-base/nodes/Mautic/ContactDescription.ts b/packages/nodes-base/nodes/Mautic/ContactDescription.ts index b42bb2e08f..76d8c34d9d 100644 --- a/packages/nodes-base/nodes/Mautic/ContactDescription.ts +++ b/packages/nodes-base/nodes/Mautic/ContactDescription.ts @@ -127,7 +127,7 @@ export const contactFields: INodeProperties[] = [ name: 'company', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCompanies', }, @@ -293,7 +293,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + 'ID of the field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', @@ -378,7 +378,7 @@ export const contactFields: INodeProperties[] = [ name: 'stage', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getStages', }, @@ -389,7 +389,7 @@ export const contactFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getTags', }, @@ -625,7 +625,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + 'ID of the field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', @@ -770,7 +770,7 @@ export const contactFields: INodeProperties[] = [ name: 'company', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCompanies', }, @@ -818,7 +818,7 @@ export const contactFields: INodeProperties[] = [ name: 'stage', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { '/jsonParameters': [false], @@ -834,7 +834,7 @@ export const contactFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', displayOptions: { show: { '/jsonParameters': [false], @@ -1275,7 +1275,7 @@ export const contactFields: INodeProperties[] = [ name: 'campaignEmailId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, displayOptions: { show: { diff --git a/packages/nodes-base/nodes/Mautic/ContactSegmentDescription.ts b/packages/nodes-base/nodes/Mautic/ContactSegmentDescription.ts index 6a761ed168..29fcd8644c 100644 --- a/packages/nodes-base/nodes/Mautic/ContactSegmentDescription.ts +++ b/packages/nodes-base/nodes/Mautic/ContactSegmentDescription.ts @@ -51,7 +51,7 @@ export const contactSegmentFields: INodeProperties[] = [ name: 'segmentId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, displayOptions: { show: { diff --git a/packages/nodes-base/nodes/Mautic/MauticTrigger.node.ts b/packages/nodes-base/nodes/Mautic/MauticTrigger.node.ts index 6344813910..01a87bd7ca 100644 --- a/packages/nodes-base/nodes/Mautic/MauticTrigger.node.ts +++ b/packages/nodes-base/nodes/Mautic/MauticTrigger.node.ts @@ -77,7 +77,7 @@ export class MauticTrigger implements INodeType { name: 'events', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', required: true, typeOptions: { loadOptionsMethod: 'getEvents', diff --git a/packages/nodes-base/nodes/Mautic/SegmentEmailDescription.ts b/packages/nodes-base/nodes/Mautic/SegmentEmailDescription.ts index b15d305f1e..6fa728b29e 100644 --- a/packages/nodes-base/nodes/Mautic/SegmentEmailDescription.ts +++ b/packages/nodes-base/nodes/Mautic/SegmentEmailDescription.ts @@ -31,7 +31,7 @@ export const segmentEmailFields: INodeProperties[] = [ name: 'segmentEmailId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, displayOptions: { show: { diff --git a/packages/nodes-base/nodes/Medium/Medium.node.ts b/packages/nodes-base/nodes/Medium/Medium.node.ts index 40f7dbe181..87c0768154 100644 --- a/packages/nodes-base/nodes/Medium/Medium.node.ts +++ b/packages/nodes-base/nodes/Medium/Medium.node.ts @@ -133,7 +133,7 @@ export class Medium implements INodeType { }, default: '', description: - 'Publication IDs. Choose from the list, or specify an ID using an expression.', + 'Publication IDs. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Title', diff --git a/packages/nodes-base/nodes/Merge/v3/MergeV3.node.ts b/packages/nodes-base/nodes/Merge/v3/MergeV3.node.ts index df5e33cbbd..f194d9e54a 100644 --- a/packages/nodes-base/nodes/Merge/v3/MergeV3.node.ts +++ b/packages/nodes-base/nodes/Merge/v3/MergeV3.node.ts @@ -1,5 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ - import type { IExecuteFunctions, INodeType, diff --git a/packages/nodes-base/nodes/Microsoft/Dynamics/GenericFunctions.ts b/packages/nodes-base/nodes/Microsoft/Dynamics/GenericFunctions.ts index f5e7c0d5d3..b24a95b6a7 100644 --- a/packages/nodes-base/nodes/Microsoft/Dynamics/GenericFunctions.ts +++ b/packages/nodes-base/nodes/Microsoft/Dynamics/GenericFunctions.ts @@ -126,14 +126,14 @@ export function getAccountFields(): INodeProperties[] { }, default: '', description: - 'Category to indicate whether the customer account is standard or preferred. Choose from the list, or specify an ID using an expression.', + 'Category to indicate whether the customer account is standard or preferred. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Account Rating Name or ID', name: 'accountratingcode', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getAccountRatingCodes', }, @@ -158,7 +158,7 @@ export function getAccountFields(): INodeProperties[] { name: 'addresstypecode', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getAddressTypes', }, @@ -249,14 +249,14 @@ export function getAccountFields(): INodeProperties[] { }, default: '', description: - 'The legal designation or other business type of the account for contracts or reporting purposes. Choose from the list, or specify an ID using an expression.', + 'The legal designation or other business type of the account for contracts or reporting purposes. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Customer Size Name or ID', name: 'customersizecode', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCustomerSizeCodes', }, @@ -267,7 +267,7 @@ export function getAccountFields(): INodeProperties[] { name: 'customertypecode', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCustomerTypeCodes', }, @@ -325,7 +325,7 @@ export function getAccountFields(): INodeProperties[] { }, default: '', description: - 'The account’s primary industry for use in marketing segmentation and demographic analysis. Choose from the list, or specify an ID using an expression.', + 'The account’s primary industry for use in marketing segmentation and demographic analysis. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', @@ -365,7 +365,7 @@ export function getAccountFields(): INodeProperties[] { }, default: '', description: - 'The payment terms to indicate when the customer needs to pay the total amount. Choose from the list, or specify an ID using an expression.', + 'The payment terms to indicate when the customer needs to pay the total amount. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Preferred Appointment Day Name or ID', @@ -376,7 +376,7 @@ export function getAccountFields(): INodeProperties[] { }, default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', }, { displayName: 'Preferred Appointment Time Name or ID', @@ -387,7 +387,7 @@ export function getAccountFields(): INodeProperties[] { }, default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', }, { displayName: 'Preferred Contact Method Name or ID', @@ -398,7 +398,7 @@ export function getAccountFields(): INodeProperties[] { }, default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', }, { displayName: 'Primary Satori ID', @@ -437,7 +437,7 @@ export function getAccountFields(): INodeProperties[] { }, default: '', description: - 'Shipping method for deliveries sent to the account’s address to designate the preferred carrier or other delivery option. Choose from the list, or specify an ID using an expression.', + 'Shipping method for deliveries sent to the account’s address to designate the preferred carrier or other delivery option. Choose from the list, or specify an ID using an expression.', }, { displayName: 'SIC', @@ -491,7 +491,7 @@ export function getAccountFields(): INodeProperties[] { }, default: '', description: - 'Region or territory for the account for use in segmentation and analysis. Choose from the list, or specify an ID using an expression.', + 'Region or territory for the account for use in segmentation and analysis. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Ticker Symbol', diff --git a/packages/nodes-base/nodes/Microsoft/Dynamics/descriptions/AccountDescription.ts b/packages/nodes-base/nodes/Microsoft/Dynamics/descriptions/AccountDescription.ts index 8f50f3bb36..aae1a9123d 100644 --- a/packages/nodes-base/nodes/Microsoft/Dynamics/descriptions/AccountDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Dynamics/descriptions/AccountDescription.ts @@ -144,7 +144,7 @@ export const accountFields: INodeProperties[] = [ name: 'returnFields', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getAccountFields', }, @@ -155,7 +155,7 @@ export const accountFields: INodeProperties[] = [ name: 'expandFields', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getExpandableAccountFields', }, @@ -226,7 +226,7 @@ export const accountFields: INodeProperties[] = [ }, default: [], description: - 'Fields the response will include. Choose from the list, or specify IDs using an expression.', + 'Fields the response will include. Choose from the list, or specify IDs using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Microsoft/Excel/v1/MicrosoftExcelV1.node.ts b/packages/nodes-base/nodes/Microsoft/Excel/v1/MicrosoftExcelV1.node.ts index 4f5b79d20a..9eecb99e2b 100644 --- a/packages/nodes-base/nodes/Microsoft/Excel/v1/MicrosoftExcelV1.node.ts +++ b/packages/nodes-base/nodes/Microsoft/Excel/v1/MicrosoftExcelV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { IDataObject, IExecuteFunctions, diff --git a/packages/nodes-base/nodes/Microsoft/Excel/v1/TableDescription.ts b/packages/nodes-base/nodes/Microsoft/Excel/v1/TableDescription.ts index 6c9d0f02d8..7a8ef66b78 100644 --- a/packages/nodes-base/nodes/Microsoft/Excel/v1/TableDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Excel/v1/TableDescription.ts @@ -50,7 +50,7 @@ export const tableFields: INodeProperties[] = [ name: 'workbook', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkbooks', }, @@ -67,7 +67,7 @@ export const tableFields: INodeProperties[] = [ name: 'worksheet', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getworksheets', @@ -86,7 +86,7 @@ export const tableFields: INodeProperties[] = [ name: 'table', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getTables', @@ -134,7 +134,7 @@ export const tableFields: INodeProperties[] = [ name: 'workbook', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkbooks', }, @@ -151,7 +151,7 @@ export const tableFields: INodeProperties[] = [ name: 'worksheet', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getworksheets', @@ -170,7 +170,7 @@ export const tableFields: INodeProperties[] = [ name: 'table', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getTables', @@ -274,7 +274,7 @@ export const tableFields: INodeProperties[] = [ name: 'workbook', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkbooks', }, @@ -291,7 +291,7 @@ export const tableFields: INodeProperties[] = [ name: 'worksheet', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getworksheets', @@ -310,7 +310,7 @@ export const tableFields: INodeProperties[] = [ name: 'table', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getTables', @@ -414,7 +414,7 @@ export const tableFields: INodeProperties[] = [ name: 'workbook', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getWorkbooks', @@ -432,7 +432,7 @@ export const tableFields: INodeProperties[] = [ name: 'worksheet', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getworksheets', @@ -451,7 +451,7 @@ export const tableFields: INodeProperties[] = [ name: 'table', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getTables', diff --git a/packages/nodes-base/nodes/Microsoft/Excel/v1/WorkbookDescription.ts b/packages/nodes-base/nodes/Microsoft/Excel/v1/WorkbookDescription.ts index 57ba88d4c6..0c50f4dd27 100644 --- a/packages/nodes-base/nodes/Microsoft/Excel/v1/WorkbookDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Excel/v1/WorkbookDescription.ts @@ -38,7 +38,7 @@ export const workbookFields: INodeProperties[] = [ name: 'workbook', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getWorkbooks', diff --git a/packages/nodes-base/nodes/Microsoft/Excel/v1/WorksheetDescription.ts b/packages/nodes-base/nodes/Microsoft/Excel/v1/WorksheetDescription.ts index 28746e5e50..77ce5555b1 100644 --- a/packages/nodes-base/nodes/Microsoft/Excel/v1/WorksheetDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Excel/v1/WorksheetDescription.ts @@ -38,7 +38,7 @@ export const worksheetFields: INodeProperties[] = [ name: 'workbook', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkbooks', }, @@ -111,7 +111,7 @@ export const worksheetFields: INodeProperties[] = [ name: 'workbook', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getWorkbooks', @@ -129,7 +129,7 @@ export const worksheetFields: INodeProperties[] = [ name: 'worksheet', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getworksheets', diff --git a/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/table/append.operation.ts b/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/table/append.operation.ts index 07f2a02a9d..11095e27cf 100644 --- a/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/table/append.operation.ts +++ b/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/table/append.operation.ts @@ -76,7 +76,7 @@ const properties: INodeProperties[] = [ name: 'column', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['table.value', 'worksheet.value', 'workbook.value'], loadOptionsMethod: 'getTableColumns', diff --git a/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/table/getRows.operation.ts b/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/table/getRows.operation.ts index 4d87b71292..059c195a2b 100644 --- a/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/table/getRows.operation.ts +++ b/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/table/getRows.operation.ts @@ -79,7 +79,7 @@ const properties: INodeProperties[] = [ name: 'column', type: 'multiOptions', description: - 'Choose from the list, or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + 'Choose from the list, or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsDependsOn: ['table.value', 'worksheet.value', 'workbook.value'], loadOptionsMethod: 'getTableColumns', diff --git a/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/worksheet/append.operation.ts b/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/worksheet/append.operation.ts index ea97597b82..e8af1938c8 100644 --- a/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/worksheet/append.operation.ts +++ b/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/worksheet/append.operation.ts @@ -75,7 +75,7 @@ const properties: INodeProperties[] = [ name: 'column', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['worksheet.value'], loadOptionsMethod: 'getWorksheetColumnRow', diff --git a/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/worksheet/update.operation.ts b/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/worksheet/update.operation.ts index c90481b3a0..40a08a975e 100644 --- a/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/worksheet/update.operation.ts +++ b/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/worksheet/update.operation.ts @@ -101,7 +101,7 @@ const properties: INodeProperties[] = [ name: 'columnToMatchOn', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['worksheet.value', 'workbook.value', 'range'], loadOptionsMethod: 'getWorksheetColumnRow', @@ -150,7 +150,7 @@ const properties: INodeProperties[] = [ name: 'column', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['columnToMatchOn', 'range'], loadOptionsMethod: 'getWorksheetColumnRowSkipColumnToMatchOn', diff --git a/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.ts b/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.ts index 08ff32c263..3745c76cac 100644 --- a/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.ts +++ b/packages/nodes-base/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.ts @@ -65,7 +65,7 @@ const properties: INodeProperties[] = [ name: 'columnToMatchOn', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['worksheet.value', 'workbook.value', 'range'], loadOptionsMethod: 'getWorksheetColumnRow', @@ -114,7 +114,7 @@ const properties: INodeProperties[] = [ name: 'column', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['columnToMatchOn', 'range'], loadOptionsMethod: 'getWorksheetColumnRowSkipColumnToMatchOn', diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/trigger/MessageDescription.ts b/packages/nodes-base/nodes/Microsoft/Outlook/trigger/MessageDescription.ts index 7173869f2e..7c65cf37bb 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/trigger/MessageDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/trigger/MessageDescription.ts @@ -65,7 +65,7 @@ export const properties: INodeProperties[] = [ }, default: [], description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', }, { displayName: 'Folders to Include', @@ -76,7 +76,7 @@ export const properties: INodeProperties[] = [ }, default: [], description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', }, { displayName: 'Read Status', diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/v1/DraftDescription.ts b/packages/nodes-base/nodes/Microsoft/Outlook/v1/DraftDescription.ts index 9a770cfb63..24dbdaef8a 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/v1/DraftDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/v1/DraftDescription.ts @@ -157,7 +157,7 @@ export const draftFields: INodeProperties[] = [ name: 'categories', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getCategories', }, diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/v1/DraftMessageSharedDescription.ts b/packages/nodes-base/nodes/Microsoft/Outlook/v1/DraftMessageSharedDescription.ts index 59190650f2..6ed38431e4 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/v1/DraftMessageSharedDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/v1/DraftMessageSharedDescription.ts @@ -92,7 +92,7 @@ export const draftMessageSharedFields: INodeProperties[] = [ name: 'categories', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getCategories', }, diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/v1/MessageDescription.ts b/packages/nodes-base/nodes/Microsoft/Outlook/v1/MessageDescription.ts index a490489c72..0865fa3b35 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/v1/MessageDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/v1/MessageDescription.ts @@ -452,7 +452,7 @@ export const messageFields: INodeProperties[] = [ name: 'categories', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getCategories', }, diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/v1/MicrosoftOutlookV1.node.ts b/packages/nodes-base/nodes/Microsoft/Outlook/v1/MicrosoftOutlookV1.node.ts index de40847afd..e9f8362116 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/v1/MicrosoftOutlookV1.node.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/v1/MicrosoftOutlookV1.node.ts @@ -1,5 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ - import type { IBinaryKeyData, IDataObject, diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/calendar/create.operation.ts b/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/calendar/create.operation.ts index 7602109481..87239e12c0 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/calendar/create.operation.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/calendar/create.operation.ts @@ -29,7 +29,7 @@ export const properties: INodeProperties[] = [ }, default: [], description: - 'If set, the calendar will be created in the specified calendar group. Choose from the list, or specify an ID using an expression.', + 'If set, the calendar will be created in the specified calendar group. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Color', diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/draft/create.operation.ts b/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/draft/create.operation.ts index e81a150e9d..7f7f7d4771 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/draft/create.operation.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/draft/create.operation.ts @@ -73,7 +73,7 @@ export const properties: INodeProperties[] = [ name: 'categories', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getCategoriesNames', }, diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/draft/update.operation.ts b/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/draft/update.operation.ts index bc5a03564e..9f8f100d13 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/draft/update.operation.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/draft/update.operation.ts @@ -26,7 +26,7 @@ export const properties: INodeProperties[] = [ name: 'categories', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getCategoriesNames', }, diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/event/create.operation.ts b/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/event/create.operation.ts index dd4c7f7bc4..774110002d 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/event/create.operation.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/event/create.operation.ts @@ -42,7 +42,7 @@ export const properties: INodeProperties[] = [ name: 'categories', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getCategoriesNames', }, diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/event/update.operation.ts b/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/event/update.operation.ts index ab3336fd8b..12bb952469 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/event/update.operation.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/event/update.operation.ts @@ -22,7 +22,7 @@ export const properties: INodeProperties[] = [ name: 'categories', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getCategoriesNames', }, diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/message/getAll.operation.ts b/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/message/getAll.operation.ts index 64864f0bf0..dad68701e8 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/message/getAll.operation.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/message/getAll.operation.ts @@ -136,7 +136,7 @@ export const properties: INodeProperties[] = [ }, default: [], description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', }, { displayName: 'Folders to Include', @@ -147,7 +147,7 @@ export const properties: INodeProperties[] = [ }, default: [], description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', }, { displayName: 'Read Status', diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/message/send.operation.ts b/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/message/send.operation.ts index 0e45dbb8cf..54b8b5108e 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/message/send.operation.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/message/send.operation.ts @@ -80,7 +80,7 @@ export const properties: INodeProperties[] = [ name: 'categories', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getCategoriesNames', }, diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/message/update.operation.ts b/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/message/update.operation.ts index e6399489fc..18d2114804 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/message/update.operation.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/v2/actions/message/update.operation.ts @@ -26,7 +26,7 @@ export const properties: INodeProperties[] = [ name: 'categories', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getCategoriesNames', }, diff --git a/packages/nodes-base/nodes/Microsoft/Teams/v1/ChannelDescription.ts b/packages/nodes-base/nodes/Microsoft/Teams/v1/ChannelDescription.ts index 5e9f63082f..486c60371f 100644 --- a/packages/nodes-base/nodes/Microsoft/Teams/v1/ChannelDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Teams/v1/ChannelDescription.ts @@ -57,7 +57,7 @@ export const channelFields: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTeams', }, @@ -132,7 +132,7 @@ export const channelFields: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTeams', }, @@ -149,7 +149,7 @@ export const channelFields: INodeProperties[] = [ name: 'channelId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getChannels', loadOptionsDependsOn: ['teamId'], @@ -172,7 +172,7 @@ export const channelFields: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTeams', }, @@ -189,7 +189,7 @@ export const channelFields: INodeProperties[] = [ name: 'channelId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getChannels', loadOptionsDependsOn: ['teamId'], @@ -212,7 +212,7 @@ export const channelFields: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTeams', }, @@ -265,7 +265,7 @@ export const channelFields: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTeams', }, @@ -282,7 +282,7 @@ export const channelFields: INodeProperties[] = [ name: 'channelId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getChannels', loadOptionsDependsOn: ['teamId'], diff --git a/packages/nodes-base/nodes/Microsoft/Teams/v1/ChannelMessageDescription.ts b/packages/nodes-base/nodes/Microsoft/Teams/v1/ChannelMessageDescription.ts index 1f3b469bd6..ff55815357 100644 --- a/packages/nodes-base/nodes/Microsoft/Teams/v1/ChannelMessageDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Teams/v1/ChannelMessageDescription.ts @@ -39,7 +39,7 @@ export const channelMessageFields: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTeams', }, @@ -56,7 +56,7 @@ export const channelMessageFields: INodeProperties[] = [ name: 'channelId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getChannels', loadOptionsDependsOn: ['teamId'], @@ -146,7 +146,7 @@ export const channelMessageFields: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTeams', }, @@ -163,7 +163,7 @@ export const channelMessageFields: INodeProperties[] = [ name: 'channelId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getChannels', loadOptionsDependsOn: ['teamId'], diff --git a/packages/nodes-base/nodes/Microsoft/Teams/v1/ChatMessageDescription.ts b/packages/nodes-base/nodes/Microsoft/Teams/v1/ChatMessageDescription.ts index 8813feedfc..8728146cbd 100644 --- a/packages/nodes-base/nodes/Microsoft/Teams/v1/ChatMessageDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Teams/v1/ChatMessageDescription.ts @@ -45,7 +45,7 @@ export const chatMessageFields: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getChats', }, @@ -145,7 +145,7 @@ export const chatMessageFields: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getChats', }, diff --git a/packages/nodes-base/nodes/Microsoft/Teams/v1/MicrosoftTeamsV1.node.ts b/packages/nodes-base/nodes/Microsoft/Teams/v1/MicrosoftTeamsV1.node.ts index 361a3eb15f..88e4b71357 100644 --- a/packages/nodes-base/nodes/Microsoft/Teams/v1/MicrosoftTeamsV1.node.ts +++ b/packages/nodes-base/nodes/Microsoft/Teams/v1/MicrosoftTeamsV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import { type IExecuteFunctions, type IDataObject, diff --git a/packages/nodes-base/nodes/Microsoft/Teams/v1/TaskDescription.ts b/packages/nodes-base/nodes/Microsoft/Teams/v1/TaskDescription.ts index 32bbe56a13..4cf1a60578 100644 --- a/packages/nodes-base/nodes/Microsoft/Teams/v1/TaskDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Teams/v1/TaskDescription.ts @@ -84,7 +84,7 @@ export const taskFields: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getGroups', loadOptionsDependsOn: ['groupSource'], @@ -114,7 +114,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'The plan for the task to belong to. Choose from the list, or specify an ID using an expression.', + 'The plan for the task to belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Bucket Name or ID', @@ -133,7 +133,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'The bucket for the task to belong to. Choose from the list, or specify an ID using an expression.', + 'The bucket for the task to belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Title', @@ -172,7 +172,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'Who the task should be assigned to. Choose from the list, or specify an ID using an expression.', + 'Who the task should be assigned to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Due Date Time', @@ -192,7 +192,7 @@ export const taskFields: INodeProperties[] = [ }, default: [], description: - 'Labels to assign to the task. Choose from the list, or specify IDs using an expression.', + 'Labels to assign to the task. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Percent Complete', @@ -278,7 +278,7 @@ export const taskFields: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getGroups', loadOptionsDependsOn: ['groupSource'], @@ -296,7 +296,7 @@ export const taskFields: INodeProperties[] = [ name: 'memberId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getMembers', loadOptionsDependsOn: ['groupId'], @@ -315,7 +315,7 @@ export const taskFields: INodeProperties[] = [ name: 'planId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getPlans', loadOptionsDependsOn: ['groupId'], @@ -401,7 +401,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'Who the task should be assigned to. Choose from the list, or specify an ID using an expression.', + 'Who the task should be assigned to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Bucket Name or ID', @@ -413,7 +413,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'The bucket for the task to belong to. Choose from the list, or specify an ID using an expression.', + 'The bucket for the task to belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Due Date Time', @@ -428,7 +428,7 @@ export const taskFields: INodeProperties[] = [ name: 'groupId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getGroups', loadOptionsDependsOn: ['groupSource'], @@ -445,7 +445,7 @@ export const taskFields: INodeProperties[] = [ }, default: [], description: - 'Labels to assign to the task. Choose from the list, or specify IDs using an expression.', + 'Labels to assign to the task. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Percent Complete', @@ -469,7 +469,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'The plan for the task to belong to. Choose from the list, or specify an ID using an expression.', + 'The plan for the task to belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Title', diff --git a/packages/nodes-base/nodes/Microsoft/ToDo/LinkedResourceDescription.ts b/packages/nodes-base/nodes/Microsoft/ToDo/LinkedResourceDescription.ts index cb68f53a7d..320f5798a5 100644 --- a/packages/nodes-base/nodes/Microsoft/ToDo/LinkedResourceDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/ToDo/LinkedResourceDescription.ts @@ -51,7 +51,7 @@ export const linkedResourceFields: INodeProperties[] = [ name: 'taskListId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTaskLists', }, diff --git a/packages/nodes-base/nodes/Microsoft/ToDo/TaskDescription.ts b/packages/nodes-base/nodes/Microsoft/ToDo/TaskDescription.ts index f46177b56c..50a01eafd0 100644 --- a/packages/nodes-base/nodes/Microsoft/ToDo/TaskDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/ToDo/TaskDescription.ts @@ -62,7 +62,7 @@ export const taskFields: INodeProperties[] = [ required: true, default: '', description: - 'The identifier of the list, unique in the user\'s mailbox. Choose from the list, or specify an ID using an expression.', + 'The identifier of the list, unique in the user\'s mailbox. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subject', @@ -185,7 +185,7 @@ export const taskFields: INodeProperties[] = [ required: true, default: '', description: - 'The identifier of the list, unique in the user\'s mailbox. Choose from the list, or specify an ID using an expression.', + 'The identifier of the list, unique in the user\'s mailbox. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Task ID', diff --git a/packages/nodes-base/nodes/Misp/descriptions/AttributeDescription.ts b/packages/nodes-base/nodes/Misp/descriptions/AttributeDescription.ts index 09e54912b4..a04d76eb11 100644 --- a/packages/nodes-base/nodes/Misp/descriptions/AttributeDescription.ts +++ b/packages/nodes-base/nodes/Misp/descriptions/AttributeDescription.ts @@ -168,7 +168,7 @@ export const attributeFields: INodeProperties[] = [ 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.', + 'Use only for when Sharing Group is selected in Distribution. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getSharingGroups', }, @@ -317,7 +317,7 @@ export const attributeFields: INodeProperties[] = [ 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.', + '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 ca46869f7f..94d2a1a1e5 100644 --- a/packages/nodes-base/nodes/Misp/descriptions/EventDescription.ts +++ b/packages/nodes-base/nodes/Misp/descriptions/EventDescription.ts @@ -79,7 +79,7 @@ export const eventFields: INodeProperties[] = [ default: '', required: true, description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getOrgs', }, @@ -177,7 +177,7 @@ export const eventFields: INodeProperties[] = [ 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.', + 'Use only for when Sharing Group is selected in Distribution. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getSharingGroups', }, @@ -414,7 +414,7 @@ export const eventFields: INodeProperties[] = [ 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.', + '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 a1695882db..c0b7b0625d 100644 --- a/packages/nodes-base/nodes/Misp/descriptions/EventTagDescription.ts +++ b/packages/nodes-base/nodes/Misp/descriptions/EventTagDescription.ts @@ -49,7 +49,7 @@ export const eventTagFields: INodeProperties[] = [ displayName: 'Tag Name or ID', name: 'tagId', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', type: 'options', required: true, default: '', @@ -85,7 +85,7 @@ export const eventTagFields: INodeProperties[] = [ displayName: 'Tag Name or ID', name: 'tagId', description: - 'Choose from the list, or specify an ID using an expression', + '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 e98a971e01..40e9ff69f6 100644 --- a/packages/nodes-base/nodes/Misp/descriptions/UserDescription.ts +++ b/packages/nodes-base/nodes/Misp/descriptions/UserDescription.ts @@ -100,7 +100,7 @@ export const userFields: INodeProperties[] = [ type: 'options', default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, @@ -110,7 +110,7 @@ export const userFields: INodeProperties[] = [ name: 'org_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getOrgs', @@ -233,7 +233,7 @@ export const userFields: INodeProperties[] = [ name: 'invited_by', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getUsers', @@ -244,7 +244,7 @@ export const userFields: INodeProperties[] = [ name: 'org_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 6d011ab02f..3116f5c8fe 100644 --- a/packages/nodes-base/nodes/MondayCom/BoardColumnDescription.ts +++ b/packages/nodes-base/nodes/MondayCom/BoardColumnDescription.ts @@ -38,7 +38,7 @@ export const boardColumnFields: INodeProperties[] = [ name: 'boardId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getBoards', @@ -196,7 +196,7 @@ export const boardColumnFields: INodeProperties[] = [ name: 'boardId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 2bb61a0669..e342c32ef4 100644 --- a/packages/nodes-base/nodes/MondayCom/BoardDescription.ts +++ b/packages/nodes-base/nodes/MondayCom/BoardDescription.ts @@ -61,7 +61,7 @@ export const boardFields: INodeProperties[] = [ }, }, description: - 'Board unique identifiers. Choose from the list, or specify an ID using an expression.', + 'Board unique identifiers. Choose from the list, or specify an ID using an expression.', }, /* -------------------------------------------------------------------------- */ /* board:create */ @@ -152,7 +152,7 @@ export const boardFields: INodeProperties[] = [ }, }, description: - 'Board unique identifiers. Choose from the list, or specify an ID using an expression.', + '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 eba9cc8140..cb81e2a48f 100644 --- a/packages/nodes-base/nodes/MondayCom/BoardGroupDescription.ts +++ b/packages/nodes-base/nodes/MondayCom/BoardGroupDescription.ts @@ -44,7 +44,7 @@ export const boardGroupFields: INodeProperties[] = [ name: 'boardId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getBoards', @@ -79,7 +79,7 @@ export const boardGroupFields: INodeProperties[] = [ name: 'boardId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getBoards', }, @@ -97,7 +97,7 @@ export const boardGroupFields: INodeProperties[] = [ name: 'groupId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getGroups', @@ -119,7 +119,7 @@ export const boardGroupFields: INodeProperties[] = [ name: 'boardId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 e6a11ae0ac..37c6d48d78 100644 --- a/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts +++ b/packages/nodes-base/nodes/MondayCom/BoardItemDescription.ts @@ -122,7 +122,7 @@ export const boardItemFields: INodeProperties[] = [ }, }, description: - 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.', + 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Item ID', @@ -155,7 +155,7 @@ export const boardItemFields: INodeProperties[] = [ }, }, description: - 'The column\'s unique identifier. Choose from the list, or specify an ID using an expression.', + 'The column\'s unique identifier. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -191,7 +191,7 @@ export const boardItemFields: INodeProperties[] = [ }, }, description: - 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.', + 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Item ID', @@ -233,7 +233,7 @@ export const boardItemFields: INodeProperties[] = [ name: 'boardId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getBoards', }, @@ -251,7 +251,7 @@ export const boardItemFields: INodeProperties[] = [ name: 'groupId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getGroups', @@ -346,7 +346,7 @@ export const boardItemFields: INodeProperties[] = [ name: 'boardId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getBoards', @@ -365,7 +365,7 @@ export const boardItemFields: INodeProperties[] = [ default: '', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getGroups', loadOptionsDependsOn: ['boardId'], @@ -428,7 +428,7 @@ export const boardItemFields: INodeProperties[] = [ }, }, description: - 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.', + 'The unique identifier of the board. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Column Name or ID', @@ -447,7 +447,7 @@ export const boardItemFields: INodeProperties[] = [ }, }, description: - 'The column\'s unique identifier. Choose from the list, or specify an ID using an expression.', + 'The column\'s unique identifier. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Column Value', @@ -502,7 +502,7 @@ export const boardItemFields: INodeProperties[] = [ name: 'boardId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getBoards', }, @@ -534,7 +534,7 @@ export const boardItemFields: INodeProperties[] = [ name: 'groupId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 4d7c348a0e..32904e3a68 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ActivityDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ActivityDescription.ts @@ -56,7 +56,7 @@ export const activityFields: INodeProperties[] = [ name: 'activityTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, default: '', typeOptions: { @@ -239,7 +239,7 @@ export const activityFields: INodeProperties[] = [ name: 'activity_type_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 c39bd20a75..2e86fd9c96 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactDescription.ts @@ -69,7 +69,7 @@ export const contactFields: INodeProperties[] = [ name: 'genderId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, default: '', typeOptions: { @@ -316,7 +316,7 @@ export const contactFields: INodeProperties[] = [ name: 'gender_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 dfab21ebb3..8ed6237d51 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactFieldDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactFieldDescription.ts @@ -69,7 +69,7 @@ export const contactFieldFields: INodeProperties[] = [ name: 'contactFieldTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, typeOptions: { loadOptionsMethod: 'getContactFieldTypes', @@ -217,7 +217,7 @@ export const contactFieldFields: INodeProperties[] = [ name: 'contactFieldTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 91a89cfe64..cee1864cc2 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactTagDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ContactTagDescription.ts @@ -49,7 +49,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.', + 'Tags to add to the contact. Choose from the list, or specify IDs using an expression.', type: 'multiOptions', typeOptions: { loadOptionsMethod: 'getTagsToAdd', @@ -85,7 +85,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.', + '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 a9a8bc1545..ca5176dc24 100644 --- a/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationDescription.ts +++ b/packages/nodes-base/nodes/MonicaCrm/descriptions/ConversationDescription.ts @@ -64,7 +64,7 @@ export const conversationFields: INodeProperties[] = [ name: 'contactFieldTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, default: '', typeOptions: { @@ -150,7 +150,7 @@ export const conversationFields: INodeProperties[] = [ name: 'contactFieldTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, default: '', typeOptions: { diff --git a/packages/nodes-base/nodes/MySql/v1/MySqlV1.node.ts b/packages/nodes-base/nodes/MySql/v1/MySqlV1.node.ts index 00b3a56255..17923377fb 100644 --- a/packages/nodes-base/nodes/MySql/v1/MySqlV1.node.ts +++ b/packages/nodes-base/nodes/MySql/v1/MySqlV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { ICredentialDataDecryptedObject, ICredentialsDecrypted, diff --git a/packages/nodes-base/nodes/MySql/v2/actions/common.descriptions.ts b/packages/nodes-base/nodes/MySql/v2/actions/common.descriptions.ts index 12f8ffd242..6591e62233 100644 --- a/packages/nodes-base/nodes/MySql/v2/actions/common.descriptions.ts +++ b/packages/nodes-base/nodes/MySql/v2/actions/common.descriptions.ts @@ -102,7 +102,7 @@ export const optionsCollection: INodeProperties = { type: 'multiOptions', // eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-multi-options description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getColumnsMultiOptions', loadOptionsDependsOn: ['table.value'], @@ -241,7 +241,7 @@ export const selectRowsFixedCollection: INodeProperties = { type: 'options', // 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', + 'Choose from the list, or specify an ID using an expression', default: '', placeholder: 'e.g. ID', typeOptions: { @@ -333,7 +333,7 @@ export const sortFixedCollection: INodeProperties = { type: 'options', // 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', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getColumns', diff --git a/packages/nodes-base/nodes/MySql/v2/actions/database/insert.operation.ts b/packages/nodes-base/nodes/MySql/v2/actions/database/insert.operation.ts index f3578f8d99..5ff05181ed 100644 --- a/packages/nodes-base/nodes/MySql/v2/actions/database/insert.operation.ts +++ b/packages/nodes-base/nodes/MySql/v2/actions/database/insert.operation.ts @@ -80,7 +80,7 @@ const properties: INodeProperties[] = [ type: 'options', // 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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getColumns', loadOptionsDependsOn: ['table.value'], diff --git a/packages/nodes-base/nodes/MySql/v2/actions/database/update.operation.ts b/packages/nodes-base/nodes/MySql/v2/actions/database/update.operation.ts index 22bc332548..62ba0c23ab 100644 --- a/packages/nodes-base/nodes/MySql/v2/actions/database/update.operation.ts +++ b/packages/nodes-base/nodes/MySql/v2/actions/database/update.operation.ts @@ -55,7 +55,7 @@ const properties: INodeProperties[] = [ required: true, // 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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getColumns', loadOptionsDependsOn: ['schema.value', 'table.value'], @@ -103,7 +103,7 @@ const properties: INodeProperties[] = [ type: 'options', // 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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getColumnsWithoutColumnToMatchOn', loadOptionsDependsOn: ['schema.value', 'table.value'], diff --git a/packages/nodes-base/nodes/MySql/v2/actions/database/upsert.operation.ts b/packages/nodes-base/nodes/MySql/v2/actions/database/upsert.operation.ts index eccc36c0fe..7009edecc2 100644 --- a/packages/nodes-base/nodes/MySql/v2/actions/database/upsert.operation.ts +++ b/packages/nodes-base/nodes/MySql/v2/actions/database/upsert.operation.ts @@ -55,7 +55,7 @@ const properties: INodeProperties[] = [ required: true, // eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options description: - 'The column to compare when finding the rows to update. Choose from the list, or specify an ID using an expression.', + 'The column to compare when finding the rows to update. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getColumns', loadOptionsDependsOn: ['schema.value', 'table.value'], @@ -103,7 +103,7 @@ const properties: INodeProperties[] = [ type: 'options', // 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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getColumnsWithoutColumnToMatchOn', loadOptionsDependsOn: ['schema.value', 'table.value'], diff --git a/packages/nodes-base/nodes/Netlify/DeployDescription.ts b/packages/nodes-base/nodes/Netlify/DeployDescription.ts index 2c016a4b6c..259ff099ba 100644 --- a/packages/nodes-base/nodes/Netlify/DeployDescription.ts +++ b/packages/nodes-base/nodes/Netlify/DeployDescription.ts @@ -52,7 +52,7 @@ export const deployFields: INodeProperties[] = [ loadOptionsMethod: 'getSites', }, description: - 'Enter the Site ID. Choose from the list, or specify an ID using an expression.', + 'Enter the Site ID. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['deploy'], diff --git a/packages/nodes-base/nodes/Netlify/NetlifyTrigger.node.ts b/packages/nodes-base/nodes/Netlify/NetlifyTrigger.node.ts index 26673d54e8..4723001318 100644 --- a/packages/nodes-base/nodes/Netlify/NetlifyTrigger.node.ts +++ b/packages/nodes-base/nodes/Netlify/NetlifyTrigger.node.ts @@ -52,7 +52,7 @@ export class NetlifyTrigger implements INodeType { loadOptionsMethod: 'getSites', }, description: - 'Select the Site ID. Choose from the list, or specify an ID using an expression.', + 'Select the Site ID. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Event', @@ -94,7 +94,7 @@ export class NetlifyTrigger implements INodeType { loadOptionsMethod: 'getForms', }, description: - 'Select a form. Choose from the list, or specify an ID using an expression.', + 'Select a form. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Simplify', diff --git a/packages/nodes-base/nodes/NocoDB/OperationDescription.ts b/packages/nodes-base/nodes/NocoDB/OperationDescription.ts index c8eab2a7aa..361f44a1f7 100644 --- a/packages/nodes-base/nodes/NocoDB/OperationDescription.ts +++ b/packages/nodes-base/nodes/NocoDB/OperationDescription.ts @@ -15,7 +15,7 @@ export const operationFields: INodeProperties[] = [ }, }, description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkspaces', }, @@ -32,7 +32,7 @@ export const operationFields: INodeProperties[] = [ }, required: true, description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['workspaceId'], loadOptionsMethod: 'getBases', @@ -63,7 +63,7 @@ export const operationFields: INodeProperties[] = [ }, required: true, description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getBases', }, @@ -80,7 +80,7 @@ export const operationFields: INodeProperties[] = [ }, required: true, description: - 'The table to operate on. Choose from the list, or specify an ID using an expression.', + 'The table to operate on. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTables', diff --git a/packages/nodes-base/nodes/Notion/shared/descriptions/Blocks.ts b/packages/nodes-base/nodes/Notion/shared/descriptions/Blocks.ts index 1947cfa7c2..3efaef484e 100644 --- a/packages/nodes-base/nodes/Notion/shared/descriptions/Blocks.ts +++ b/packages/nodes-base/nodes/Notion/shared/descriptions/Blocks.ts @@ -181,7 +181,7 @@ const typeMention: INodeProperties[] = [ }, default: '', description: - 'The ID of the user being mentioned. Choose from the list, or specify an ID using an expression.', + 'The ID of the user being mentioned. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Page ID', @@ -576,7 +576,7 @@ export const blocks = (resource: string, operation: string): INodeProperties[] = name: 'type', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getBlockTypes', }, diff --git a/packages/nodes-base/nodes/Notion/shared/descriptions/DatabasePageDescription.ts b/packages/nodes-base/nodes/Notion/shared/descriptions/DatabasePageDescription.ts index a4ce22cfb5..c1f4a3749f 100644 --- a/packages/nodes-base/nodes/Notion/shared/descriptions/DatabasePageDescription.ts +++ b/packages/nodes-base/nodes/Notion/shared/descriptions/DatabasePageDescription.ts @@ -210,7 +210,7 @@ export const databasePageFields: INodeProperties[] = [ name: 'key', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDatabaseProperties', loadOptionsDependsOn: ['databaseId'], @@ -289,7 +289,7 @@ export const databasePageFields: INodeProperties[] = [ }, 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.', + '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', @@ -305,7 +305,7 @@ export const databasePageFields: INodeProperties[] = [ }, default: '', description: - 'Name of the option you want to set. Choose from the list, or specify an ID using an expression.', + 'Name of the option you want to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Status Name or ID', @@ -321,7 +321,7 @@ export const databasePageFields: INodeProperties[] = [ }, default: '', description: - 'Name of the option you want to set. Choose from the list, or specify an ID using an expression.', + 'Name of the option you want to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Email', @@ -372,7 +372,7 @@ export const databasePageFields: INodeProperties[] = [ }, default: [], description: - 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an expression.', + 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Relation IDs', @@ -493,7 +493,7 @@ export const databasePageFields: INodeProperties[] = [ }, default: 'default', description: - 'Time zone to use. By default n8n timezone is used. Choose from the list, or specify an ID using an expression.', + 'Time zone to use. By default n8n timezone is used. Choose from the list, or specify an ID using an expression.', }, { displayName: 'File URLs', @@ -680,7 +680,7 @@ export const databasePageFields: INodeProperties[] = [ name: 'key', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDatabaseIdFromPage', loadOptionsDependsOn: ['pageId'], @@ -750,7 +750,7 @@ export const databasePageFields: INodeProperties[] = [ name: 'multiSelectValue', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getDatabaseOptionsFromPage', }, @@ -766,7 +766,7 @@ export const databasePageFields: INodeProperties[] = [ name: 'selectValue', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDatabaseOptionsFromPage', }, @@ -791,7 +791,7 @@ export const databasePageFields: INodeProperties[] = [ }, default: '', description: - 'Name of the option you want to set. Choose from the list, or specify an ID using an expression.', + 'Name of the option you want to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Email', @@ -841,7 +841,7 @@ export const databasePageFields: INodeProperties[] = [ }, default: [], description: - 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an expression.', + 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Relation IDs', @@ -962,7 +962,7 @@ export const databasePageFields: INodeProperties[] = [ }, default: 'default', description: - 'Time zone to use. By default n8n timezone is used. Choose from the list, or specify an ID using an expression.', + 'Time zone to use. By default n8n timezone is used. Choose from the list, or specify an ID using an expression.', }, { displayName: 'File URLs', @@ -1362,7 +1362,7 @@ export const databasePageFields: INodeProperties[] = [ }, default: '', description: - 'The name of the property to filter by. Choose from the list, or specify an ID using an expression.', + '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/shared/descriptions/Filters.ts b/packages/nodes-base/nodes/Notion/shared/descriptions/Filters.ts index 75e4d918b7..e38f71ae9d 100644 --- a/packages/nodes-base/nodes/Notion/shared/descriptions/Filters.ts +++ b/packages/nodes-base/nodes/Notion/shared/descriptions/Filters.ts @@ -9,7 +9,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.', + 'The name of the property to filter by. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Type', @@ -66,7 +66,7 @@ export const filters = (conditions: any) => [ name: 'multiSelectValue', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getPropertySelectValues', }, @@ -85,7 +85,7 @@ export const filters = (conditions: any) => [ name: 'selectValue', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getPropertySelectValues', }, @@ -113,7 +113,7 @@ export const filters = (conditions: any) => [ }, default: '', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', }, { displayName: 'Email', @@ -160,7 +160,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.', + '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', @@ -179,7 +179,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.', + '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', @@ -198,7 +198,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.', + 'List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Relation ID', diff --git a/packages/nodes-base/nodes/Odoo/descriptions/ContactDescription.ts b/packages/nodes-base/nodes/Odoo/descriptions/ContactDescription.ts index 88b9872244..b78287ecaf 100644 --- a/packages/nodes-base/nodes/Odoo/descriptions/ContactDescription.ts +++ b/packages/nodes-base/nodes/Odoo/descriptions/ContactDescription.ts @@ -102,7 +102,7 @@ export const contactDescription: INodeProperties[] = [ name: 'country_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getCountries', @@ -113,7 +113,7 @@ export const contactDescription: INodeProperties[] = [ name: 'state_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getStates', @@ -258,7 +258,7 @@ export const contactDescription: INodeProperties[] = [ name: 'fieldsList', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', default: [], typeOptions: { loadOptionsMethod: 'getModelFields', @@ -321,7 +321,7 @@ export const contactDescription: INodeProperties[] = [ name: 'country_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getCountries', @@ -332,7 +332,7 @@ export const contactDescription: INodeProperties[] = [ name: 'state_id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 a59a592c5f..67552c19d9 100644 --- a/packages/nodes-base/nodes/Odoo/descriptions/CustomResourceDescription.ts +++ b/packages/nodes-base/nodes/Odoo/descriptions/CustomResourceDescription.ts @@ -6,7 +6,7 @@ export const customResourceOperations: INodeProperties[] = [ name: 'customResource', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getModels', @@ -93,7 +93,7 @@ export const customResourceDescription: INodeProperties[] = [ name: 'fieldName', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getModelFields', @@ -179,7 +179,7 @@ export const customResourceDescription: INodeProperties[] = [ name: 'fieldsList', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', default: [], typeOptions: { loadOptionsMethod: 'getModelFields', @@ -215,7 +215,7 @@ export const customResourceDescription: INodeProperties[] = [ name: 'fieldName', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsDependsOn: ['customResource'], @@ -325,7 +325,7 @@ export const customResourceDescription: INodeProperties[] = [ name: 'fieldName', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 e144d2a4c3..0cd8f81e7f 100644 --- a/packages/nodes-base/nodes/Odoo/descriptions/NoteDescription.ts +++ b/packages/nodes-base/nodes/Odoo/descriptions/NoteDescription.ts @@ -160,7 +160,7 @@ export const noteDescription: INodeProperties[] = [ name: 'fieldsList', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + '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 1256052cdc..a6d62f7b13 100644 --- a/packages/nodes-base/nodes/Odoo/descriptions/OpportunityDescription.ts +++ b/packages/nodes-base/nodes/Odoo/descriptions/OpportunityDescription.ts @@ -211,7 +211,7 @@ export const opportunityDescription: INodeProperties[] = [ name: 'fieldsList', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + '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 9d05ee8d5b..62bd943085 100644 --- a/packages/nodes-base/nodes/Onfleet/descriptions/HubDescription.ts +++ b/packages/nodes-base/nodes/Onfleet/descriptions/HubDescription.ts @@ -54,7 +54,7 @@ const teamsField = { }, default: [], description: - 'These are the teams that this Hub will be assigned to. Choose from the list, or specify IDs using an expression.', + '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 0c77be1af2..e42d6ff22d 100644 --- a/packages/nodes-base/nodes/Onfleet/descriptions/TeamDescription.ts +++ b/packages/nodes-base/nodes/Onfleet/descriptions/TeamDescription.ts @@ -76,7 +76,7 @@ const workersField = { }, default: [], description: - 'A list of workers. Choose from the list, or specify IDs using an expression.', + 'A list of workers. Choose from the list, or specify IDs using an expression.', } as INodeProperties; const managersField = { @@ -88,7 +88,7 @@ const managersField = { }, default: [], description: - 'A list of managing administrators. Choose from the list, or specify IDs using an expression.', + 'A list of managing administrators. Choose from the list, or specify IDs using an expression.', } as INodeProperties; const hubField = { @@ -100,7 +100,7 @@ const hubField = { }, default: '', description: - 'The team\'s hub. Choose from the list, or specify an ID using an expression.', + '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 ae919e7cae..760999b7e7 100644 --- a/packages/nodes-base/nodes/Onfleet/descriptions/WorkerDescription.ts +++ b/packages/nodes-base/nodes/Onfleet/descriptions/WorkerDescription.ts @@ -161,7 +161,7 @@ const teamsField = { }, default: [], description: - 'One or more teams of which the worker is a member. Choose from the list, or specify IDs using an expression.', + '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 = { @@ -173,7 +173,7 @@ const teamsFilterField = { }, default: [], description: - 'A list of the teams that workers must be part of. Choose from the list, or specify IDs using an expression.', + '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 = { @@ -352,7 +352,7 @@ const scheduleTimezoneField = { }, default: '', description: - 'A valid timezone. Choose from the list, or specify an ID using an expression.', + '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 c88a0ad3e7..e5adf53766 100644 --- a/packages/nodes-base/nodes/Orbit/ActivityDescription.ts +++ b/packages/nodes-base/nodes/Orbit/ActivityDescription.ts @@ -38,7 +38,7 @@ export const activityFields: INodeProperties[] = [ name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkspaces', }, @@ -99,7 +99,7 @@ export const activityFields: INodeProperties[] = [ }, default: 'Deprecated', description: - 'A user-defined way to group activities of the same nature. Choose from the list, or specify an ID using an expression.', + 'A user-defined way to group activities of the same nature. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Description', @@ -147,7 +147,7 @@ export const activityFields: INodeProperties[] = [ name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 3ed0682e16..4015ac878d 100644 --- a/packages/nodes-base/nodes/Orbit/MemberDescription.ts +++ b/packages/nodes-base/nodes/Orbit/MemberDescription.ts @@ -62,7 +62,7 @@ export const memberFields: INodeProperties[] = [ name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkspaces', }, @@ -97,7 +97,7 @@ export const memberFields: INodeProperties[] = [ name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkspaces', }, @@ -147,7 +147,7 @@ export const memberFields: INodeProperties[] = [ name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkspaces', }, @@ -253,7 +253,7 @@ export const memberFields: INodeProperties[] = [ name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkspaces', }, @@ -394,7 +394,7 @@ export const memberFields: INodeProperties[] = [ name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkspaces', }, @@ -524,7 +524,7 @@ export const memberFields: INodeProperties[] = [ name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 1d1f03b48b..a64eccedb1 100644 --- a/packages/nodes-base/nodes/Orbit/NoteDescription.ts +++ b/packages/nodes-base/nodes/Orbit/NoteDescription.ts @@ -44,7 +44,7 @@ export const noteFields: INodeProperties[] = [ name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkspaces', }, @@ -92,7 +92,7 @@ export const noteFields: INodeProperties[] = [ name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkspaces', }, @@ -170,7 +170,7 @@ export const noteFields: INodeProperties[] = [ name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 6b317a1153..daefc28f85 100644 --- a/packages/nodes-base/nodes/Orbit/PostDescription.ts +++ b/packages/nodes-base/nodes/Orbit/PostDescription.ts @@ -44,7 +44,7 @@ export const postFields: INodeProperties[] = [ name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkspaces', }, @@ -115,7 +115,7 @@ export const postFields: INodeProperties[] = [ name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getWorkspaces', }, @@ -190,7 +190,7 @@ export const postFields: INodeProperties[] = [ name: 'workspaceId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 296d8700e4..5a5c4bf97a 100644 --- a/packages/nodes-base/nodes/Paddle/CouponDescription.ts +++ b/packages/nodes-base/nodes/Paddle/CouponDescription.ts @@ -81,7 +81,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.', + '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 4596c28472..991399a949 100644 --- a/packages/nodes-base/nodes/Paddle/PaymentDescription.ts +++ b/packages/nodes-base/nodes/Paddle/PaymentDescription.ts @@ -195,7 +195,7 @@ export const paymentFields: INodeProperties[] = [ }, }, description: - 'The upcoming subscription payment ID. Choose from the list, or specify an ID using an expression.', + '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 08b60750ac..f30d80d383 100644 --- a/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts +++ b/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts @@ -75,7 +75,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.', + 'The incident will be created on this service. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Email', @@ -114,7 +114,7 @@ export const incidentFields: INodeProperties[] = [ }, 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.', + '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', @@ -140,7 +140,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The incident will be created on this service. Choose from the list, or specify an ID using an expression.', + 'The incident will be created on this service. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Urgency', @@ -340,7 +340,7 @@ export const incidentFields: INodeProperties[] = [ }, default: [], description: - 'Returns only the incidents associated with the passed service(s). Choose from the list, or specify IDs using an expression.', + 'Returns only the incidents associated with the passed service(s). Choose from the list, or specify IDs using an expression.', }, { displayName: 'Since', @@ -397,7 +397,7 @@ export const incidentFields: INodeProperties[] = [ }, 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.', + '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', @@ -499,7 +499,7 @@ export const incidentFields: INodeProperties[] = [ }, 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.', + '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', @@ -510,7 +510,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The incident will be created on this service. Choose from the list, or specify an ID using an expression.', + '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 508875d987..04ac5c4cce 100644 --- a/packages/nodes-base/nodes/PagerDuty/LogEntryDescription.ts +++ b/packages/nodes-base/nodes/PagerDuty/LogEntryDescription.ts @@ -144,7 +144,7 @@ export const logEntryFields: INodeProperties[] = [ }, 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.', + '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 ba8e592bfd..6d409202d4 100644 --- a/packages/nodes-base/nodes/PayPal/PayPalTrigger.node.ts +++ b/packages/nodes-base/nodes/PayPal/PayPalTrigger.node.ts @@ -47,7 +47,7 @@ export class PayPalTrigger implements INodeType { required: true, default: [], description: - 'The event to listen to. Choose from the list, or specify IDs using an expression.', + '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 46757379d1..0efcb71255 100644 --- a/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts +++ b/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts @@ -56,7 +56,7 @@ export const agentFields: INodeProperties[] = [ name: 'agentId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -130,7 +130,7 @@ export const agentFields: INodeProperties[] = [ name: 'agentId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getAgents', }, @@ -231,7 +231,7 @@ export const agentFields: INodeProperties[] = [ name: 'agentId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 501c4e00aa..e39a3075d5 100644 --- a/packages/nodes-base/nodes/PhilipsHue/LightDescription.ts +++ b/packages/nodes-base/nodes/PhilipsHue/LightDescription.ts @@ -119,7 +119,7 @@ export const lightFields: INodeProperties[] = [ name: 'lightId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 7fb02e9fae..a92578a4d1 100644 --- a/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts +++ b/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts @@ -697,7 +697,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the organization this activity will be associated with. Choose from the list, or specify an ID using an expression.', + 'ID of the organization this activity will be associated with. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Person ID', @@ -715,7 +715,7 @@ export class Pipedrive implements INodeType { }, 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.', + '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', @@ -875,7 +875,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the organization this activity will be associated with. Choose from the list, or specify an ID using an expression.', + 'ID of the organization this activity will be associated with. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Person ID', @@ -916,7 +916,7 @@ export class Pipedrive implements INodeType { }, 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.', + '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', @@ -1073,7 +1073,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'Name of the property to set. Choose from the list, or specify an ID using an expression.', + 'Name of the property to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Property Value', @@ -1091,7 +1091,7 @@ export class Pipedrive implements INodeType { name: 'label', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDealLabels', }, @@ -1148,7 +1148,7 @@ export class Pipedrive implements INodeType { }, 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.', + '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', @@ -1185,7 +1185,7 @@ export class Pipedrive implements INodeType { }, 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.', + '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', @@ -1331,7 +1331,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', + 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Property Value', @@ -1353,14 +1353,14 @@ export class Pipedrive implements INodeType { }, 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.', + '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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getDealLabels', }, @@ -1382,7 +1382,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.', + 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Person ID', @@ -1411,7 +1411,7 @@ export class Pipedrive implements INodeType { }, 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.', + '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', @@ -1492,7 +1492,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.', + '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', @@ -1510,7 +1510,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.', + 'The ID of the product to add to a deal. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Item Price', @@ -1608,7 +1608,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.', + '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', @@ -1627,7 +1627,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.', + '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', @@ -1711,7 +1711,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.', + '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', @@ -1730,7 +1730,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.', + '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 @@ -1751,7 +1751,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.', + 'The ID of the deal whose products to retrieve. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -1955,7 +1955,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.', + 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Person ID', @@ -2193,7 +2193,7 @@ export class Pipedrive implements INodeType { }, default: [], description: - 'ID of the labels to attach to the lead to create. Choose from the list, or specify IDs using an expression.', + 'ID of the labels to attach to the lead to create. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Organization ID', @@ -2216,7 +2216,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the user who will own the lead to create. Choose from the list, or specify an ID using an expression.', + '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', @@ -2343,7 +2343,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the user who will own the lead to update. Choose from the list, or specify an ID using an expression.', + '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', @@ -2354,7 +2354,7 @@ export class Pipedrive implements INodeType { }, default: [], description: - 'ID of the labels to attach to the lead to update. Choose from the list, or specify IDs using an expression.', + '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', @@ -2365,7 +2365,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the person to link to this lead. Choose from the list, or specify an ID using an expression.', + 'ID of the person to link to this lead. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -2573,7 +2573,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.', + 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Person ID', @@ -2657,7 +2657,7 @@ export class Pipedrive implements INodeType { name: 'label', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getOrganizationLabels', }, @@ -2862,7 +2862,7 @@ export class Pipedrive implements INodeType { name: 'label', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getOrganizationLabels', }, @@ -2962,7 +2962,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', + 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Property Value', @@ -2991,7 +2991,7 @@ export class Pipedrive implements INodeType { name: 'label', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getPersonLabels', }, @@ -3032,7 +3032,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.', + 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -3071,7 +3071,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the User this deal will be associated with. Choose from the list, or specify an ID using an expression.', + 'ID of the User this deal will be associated with. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -3167,7 +3167,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', + 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Property Value', @@ -3196,7 +3196,7 @@ export class Pipedrive implements INodeType { name: 'label', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getPersonLabels', }, @@ -3244,7 +3244,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.', + 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -3265,7 +3265,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the User this person will be associated with. Choose from the list, or specify an ID using an expression.', + 'ID of the User this person will be associated with. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Visible To', @@ -3370,7 +3370,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.', + 'The ID of the deal whose activity to retrieve. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -3475,7 +3475,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the filter to use. Choose from the list, or specify an ID using an expression.', + 'ID of the filter to use. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -3505,7 +3505,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the filter to use. Choose from the list, or specify an ID using an expression.', + 'ID of the filter to use. Choose from the list, or specify an ID using an expression.', }, { displayName: 'First Char', @@ -3638,7 +3638,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.', + 'ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Person ID', @@ -3690,7 +3690,7 @@ export class Pipedrive implements INodeType { }, 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.', + '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', @@ -3709,7 +3709,7 @@ export class Pipedrive implements INodeType { }, default: [], description: - 'Type of the Activity. Choose from the list, or specify IDs using an expression.', + 'Type of the Activity. Choose from the list, or specify IDs using an expression.', }, { displayName: 'User Name or ID', @@ -3720,7 +3720,7 @@ export class Pipedrive implements INodeType { }, 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.', + '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.', }, ], }, @@ -3749,7 +3749,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'Predefined filter to apply to the deals to retrieve. Choose from the list, or specify an ID using an expression.', + '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', @@ -3760,7 +3760,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the stage to filter deals by. Choose from the list, or specify an ID using an expression.', + 'ID of the stage to filter deals by. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Status', @@ -3800,7 +3800,7 @@ export class Pipedrive implements INodeType { }, default: '', description: - 'ID of the user to filter deals by. Choose from the list, or specify an ID using an expression.', + '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/Postgres/v1/PostgresV1.node.ts b/packages/nodes-base/nodes/Postgres/v1/PostgresV1.node.ts index fe9d7e444c..e45f5232c9 100644 --- a/packages/nodes-base/nodes/Postgres/v1/PostgresV1.node.ts +++ b/packages/nodes-base/nodes/Postgres/v1/PostgresV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { ICredentialsDecrypted, ICredentialTestFunctions, diff --git a/packages/nodes-base/nodes/Postgres/v2/actions/common.descriptions.ts b/packages/nodes-base/nodes/Postgres/v2/actions/common.descriptions.ts index c7444b70fe..d737758399 100644 --- a/packages/nodes-base/nodes/Postgres/v2/actions/common.descriptions.ts +++ b/packages/nodes-base/nodes/Postgres/v2/actions/common.descriptions.ts @@ -97,7 +97,7 @@ export const optionsCollection: INodeProperties = { type: 'multiOptions', // eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-multi-options description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getColumnsMultiOptions', loadOptionsDependsOn: ['table.value'], @@ -226,7 +226,7 @@ export const whereFixedCollection: INodeProperties = { type: 'options', // 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', + 'Choose from the list, or specify an ID using an expression', default: '', placeholder: 'e.g. ID', typeOptions: { @@ -318,7 +318,7 @@ export const sortFixedCollection: INodeProperties = { type: 'options', // 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', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getColumns', diff --git a/packages/nodes-base/nodes/Postgres/v2/actions/database/insert.operation.ts b/packages/nodes-base/nodes/Postgres/v2/actions/database/insert.operation.ts index 13927797c7..e76c4f95cb 100644 --- a/packages/nodes-base/nodes/Postgres/v2/actions/database/insert.operation.ts +++ b/packages/nodes-base/nodes/Postgres/v2/actions/database/insert.operation.ts @@ -94,7 +94,7 @@ const properties: INodeProperties[] = [ type: 'options', // 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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getColumns', loadOptionsDependsOn: ['schema.value', 'table.value'], diff --git a/packages/nodes-base/nodes/Postgres/v2/actions/database/update.operation.ts b/packages/nodes-base/nodes/Postgres/v2/actions/database/update.operation.ts index c6c866cf5a..e04b845e2f 100644 --- a/packages/nodes-base/nodes/Postgres/v2/actions/database/update.operation.ts +++ b/packages/nodes-base/nodes/Postgres/v2/actions/database/update.operation.ts @@ -76,7 +76,7 @@ const properties: INodeProperties[] = [ required: true, // eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options description: - 'The column to compare when finding the rows to update. Choose from the list, or specify an ID using an expression.', + 'The column to compare when finding the rows to update. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getColumns', loadOptionsDependsOn: ['schema.value', 'table.value'], @@ -131,7 +131,7 @@ const properties: INodeProperties[] = [ type: 'options', // 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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getColumnsWithoutColumnToMatchOn', loadOptionsDependsOn: ['schema.value', 'table.value'], diff --git a/packages/nodes-base/nodes/Postgres/v2/actions/database/upsert.operation.ts b/packages/nodes-base/nodes/Postgres/v2/actions/database/upsert.operation.ts index 47a0a94493..5ccc01a9e3 100644 --- a/packages/nodes-base/nodes/Postgres/v2/actions/database/upsert.operation.ts +++ b/packages/nodes-base/nodes/Postgres/v2/actions/database/upsert.operation.ts @@ -75,7 +75,7 @@ const properties: INodeProperties[] = [ required: true, // eslint-disable-next-line n8n-nodes-base/node-param-description-wrong-for-dynamic-options description: - 'The column to compare when finding the rows to update. Choose from the list, or specify an ID using an expression.', + 'The column to compare when finding the rows to update. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'getColumns', loadOptionsDependsOn: ['schema.value', 'table.value'], @@ -130,7 +130,7 @@ const properties: INodeProperties[] = [ type: 'options', // 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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getColumnsWithoutColumnToMatchOn', loadOptionsDependsOn: ['schema.value', 'table.value'], diff --git a/packages/nodes-base/nodes/ProfitWell/MetricDescription.ts b/packages/nodes-base/nodes/ProfitWell/MetricDescription.ts index 439ccae9c1..9502f335b3 100644 --- a/packages/nodes-base/nodes/ProfitWell/MetricDescription.ts +++ b/packages/nodes-base/nodes/ProfitWell/MetricDescription.ts @@ -106,7 +106,7 @@ export const metricFields: INodeProperties[] = [ }, default: '', description: - 'Only return the metric for this Plan ID. Choose from the list, or specify an ID using an expression.', + '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 6af7b5f236..1393d07ccd 100644 --- a/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts +++ b/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts @@ -243,7 +243,7 @@ export class Pushbullet implements INodeType { }, default: '', description: - 'Choose from the list, or specify an ID using an expression', + '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 b343444bea..0e67a72c84 100644 --- a/packages/nodes-base/nodes/Pushcut/Pushcut.node.ts +++ b/packages/nodes-base/nodes/Pushcut/Pushcut.node.ts @@ -71,7 +71,7 @@ export class Pushcut implements INodeType { name: 'notificationName', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getNotifications', }, @@ -105,7 +105,7 @@ export class Pushcut implements INodeType { }, default: [], description: - 'List of devices this notification is sent to. (default is all devices). Choose from the list, or specify IDs using an expression.', + '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 2ac87ecb8a..4bde7d7e38 100644 --- a/packages/nodes-base/nodes/Pushover/Pushover.node.ts +++ b/packages/nodes-base/nodes/Pushover/Pushover.node.ts @@ -233,7 +233,7 @@ export class Pushover implements INodeType { }, 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.', + '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 3140aa1d1e..9d2f46c31e 100644 --- a/packages/nodes-base/nodes/QuickBase/RecordDescription.ts +++ b/packages/nodes-base/nodes/QuickBase/RecordDescription.ts @@ -117,7 +117,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.', + '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', @@ -231,7 +231,7 @@ export const recordFields: INodeProperties[] = [ }, 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.', + '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', @@ -256,7 +256,7 @@ export const recordFields: INodeProperties[] = [ }, default: '', description: - 'The unique identifier of a field in a table. Choose from the list, or specify an ID using an expression.', + 'The unique identifier of a field in a table. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Order', @@ -372,7 +372,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.', + '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', @@ -456,7 +456,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.', + '

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', @@ -494,7 +494,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.', + '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 e30c80364c..d6a2ddbe19 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Bill/BillDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Bill/BillDescription.ts @@ -54,7 +54,7 @@ export const billFields: INodeProperties[] = [ 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.', + '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', @@ -124,7 +124,7 @@ export const billFields: INodeProperties[] = [ name: 'itemId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 ea1cbe1b68..615a8f9144 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateAdditionalFieldsOptions.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateAdditionalFieldsOptions.ts @@ -88,7 +88,7 @@ export const estimateAdditionalFieldsOptions: INodeProperties[] = [ }, default: '', description: - 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + '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 6c19bd7743..df0cf59473 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Estimate/EstimateDescription.ts @@ -59,7 +59,7 @@ export const estimateFields: INodeProperties[] = [ 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.', + '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', @@ -119,7 +119,7 @@ export const estimateFields: INodeProperties[] = [ name: 'itemId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getItems', @@ -137,7 +137,7 @@ export const estimateFields: INodeProperties[] = [ name: 'TaxCodeRef', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 2e1b4539c2..ba56b44215 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[] = [ }, default: '', description: - 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + '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 d15cd417f9..8482828f69 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Invoice/InvoiceDescription.ts @@ -64,7 +64,7 @@ export const invoiceFields: INodeProperties[] = [ 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.', + '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', @@ -124,7 +124,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'itemId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getItems', @@ -142,7 +142,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'TaxCodeRef', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 faeec56d4a..a1d88d3bd2 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Payment/PaymentDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Payment/PaymentDescription.ts @@ -64,7 +64,7 @@ export const paymentFields: INodeProperties[] = [ 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.', + '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 de30a9380f..18c46098ca 100644 --- a/packages/nodes-base/nodes/QuickBooks/descriptions/Transaction/TransactionDescription.ts +++ b/packages/nodes-base/nodes/QuickBooks/descriptions/Transaction/TransactionDescription.ts @@ -98,7 +98,7 @@ export const transactionFields: INodeProperties[] = [ type: 'multiOptions', default: [], description: - 'Customer to filter results by. Choose from the list, or specify IDs using an expression.', + 'Customer to filter results by. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getCustomers', }, @@ -258,7 +258,7 @@ export const transactionFields: INodeProperties[] = [ type: 'multiOptions', default: [], description: - 'Department to filter results by. Choose from the list, or specify IDs using an expression.', + 'Department to filter results by. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getDepartments', }, @@ -284,7 +284,7 @@ export const transactionFields: INodeProperties[] = [ type: 'multiOptions', default: [], description: - 'Memo to filter results by. Choose from the list, or specify IDs using an expression.', + 'Memo to filter results by. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getMemos', }, @@ -350,7 +350,7 @@ export const transactionFields: INodeProperties[] = [ type: 'multiOptions', default: [], description: - 'Term to filter results by. Choose from the list, or specify IDs using an expression.', + 'Term to filter results by. Choose from the list, or specify IDs using an expression.', typeOptions: { loadOptionsMethod: 'getTerms', }, @@ -379,7 +379,7 @@ export const transactionFields: INodeProperties[] = [ type: 'multiOptions', default: [], description: - 'Vendor to filter results by. Choose from the list, or specify IDs using an expression.', + '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 d778c9f281..4cea3aab1a 100644 --- a/packages/nodes-base/nodes/Raindrop/descriptions/BookmarkDescription.ts +++ b/packages/nodes-base/nodes/Raindrop/descriptions/BookmarkDescription.ts @@ -51,7 +51,7 @@ export const bookmarkFields: INodeProperties[] = [ name: 'collectionId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { resource: ['bookmark'], @@ -178,7 +178,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.', + '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: ['bookmark'], @@ -253,7 +253,7 @@ export const bookmarkFields: INodeProperties[] = [ name: 'collectionId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 992aaef624..34481c34e9 100644 --- a/packages/nodes-base/nodes/Raindrop/descriptions/TagDescription.ts +++ b/packages/nodes-base/nodes/Raindrop/descriptions/TagDescription.ts @@ -68,7 +68,7 @@ export const tagFields: INodeProperties[] = [ }, 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.', + '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.', }, ], }, @@ -124,7 +124,7 @@ export const tagFields: INodeProperties[] = [ name: 'collectionId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 7f8a9ac88a..925d9bbcae 100644 --- a/packages/nodes-base/nodes/Salesforce/AccountDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/AccountDescription.ts @@ -88,7 +88,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.', + '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', @@ -159,7 +159,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'The source of the account record. Choose from the list, or specify an ID using an expression.', + 'The source of the account record. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Billing City', @@ -224,7 +224,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -280,7 +280,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the account. Choose from the list, or specify an ID using an expression.', + 'The owner of the account. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Parent ID', @@ -301,7 +301,7 @@ export const accountFields: INodeProperties[] = [ name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -324,7 +324,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getAccountTypes', }, description: - 'Type of account. Choose from the list, or specify an ID using an expression.', + 'Type of account. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Shipping City', @@ -423,7 +423,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'The source of the account record. Choose from the list, or specify an ID using an expression.', + 'The source of the account record. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Annual Revenue', @@ -498,7 +498,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -561,7 +561,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the account. Choose from the list, or specify an ID using an expression.', + 'The owner of the account. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Parent ID', @@ -582,7 +582,7 @@ export const accountFields: INodeProperties[] = [ name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -645,7 +645,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getAccountTypes', }, description: - 'Type of account. Choose from the list, or specify an ID using an expression.', + 'Type of account. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Website', @@ -771,7 +771,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Operation', @@ -883,7 +883,7 @@ export const accountFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', + '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 0a6c17968c..5efe74ee96 100644 --- a/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts @@ -137,7 +137,7 @@ export const attachmentFields: INodeProperties[] = [ }, default: '', description: - 'ID of the User who owns the attachment. Choose from the list, or specify an ID using an expression.', + 'ID of the User who owns the attachment. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -212,7 +212,7 @@ export const attachmentFields: INodeProperties[] = [ }, default: '', description: - 'ID of the User who owns the attachment. Choose from the list, or specify an ID using an expression.', + 'ID of the User who owns the attachment. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -324,7 +324,7 @@ export const attachmentFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + '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 b81ddefe35..69d0e694de 100644 --- a/packages/nodes-base/nodes/Salesforce/CaseDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/CaseDescription.ts @@ -79,7 +79,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The type of case. Choose from the list, or specify an ID using an expression.', + 'The type of case. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -132,7 +132,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -168,7 +168,7 @@ export const caseFields: INodeProperties[] = [ }, 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.', + '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', @@ -179,7 +179,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the case. Choose from the list, or specify an ID using an expression.', + 'The owner of the case. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Parent ID', @@ -197,7 +197,7 @@ export const caseFields: INodeProperties[] = [ }, 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.', + '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', @@ -208,14 +208,14 @@ export const caseFields: INodeProperties[] = [ }, 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.', + '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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -230,7 +230,7 @@ export const caseFields: INodeProperties[] = [ }, 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.', + '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', @@ -342,7 +342,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -378,7 +378,7 @@ export const caseFields: INodeProperties[] = [ }, 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.', + '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', @@ -389,7 +389,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the case. Choose from the list, or specify an ID using an expression.', + 'The owner of the case. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Parent ID', @@ -407,7 +407,7 @@ export const caseFields: INodeProperties[] = [ }, 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.', + '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', @@ -418,14 +418,14 @@ export const caseFields: INodeProperties[] = [ }, 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.', + '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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -440,7 +440,7 @@ export const caseFields: INodeProperties[] = [ }, 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.', + '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', @@ -490,7 +490,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'The type of case. Choose from the list, or specify an ID using an expression.', + 'The type of case. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -602,7 +602,7 @@ export const caseFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + '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 39680eaab2..41d5528aed 100644 --- a/packages/nodes-base/nodes/Salesforce/ContactDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/ContactDescription.ts @@ -94,7 +94,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.', + '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', @@ -147,7 +147,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'ID of the account that is the parent of this contact. Choose from the list, or specify an ID using an expression.', + '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', @@ -194,7 +194,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + '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 contactFields: INodeProperties[] = [ }, default: '', description: - 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Mailing City', @@ -370,7 +370,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the contact. Choose from the list, or specify an ID using an expression.', + 'The owner of the contact. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -384,7 +384,7 @@ export const contactFields: INodeProperties[] = [ name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -447,7 +447,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'ID of the account that is the parent of this contact. Choose from the list, or specify an ID using an expression.', + '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', @@ -494,7 +494,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -590,7 +590,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Mailing City', @@ -677,7 +677,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the contact. Choose from the list, or specify an ID using an expression.', + 'The owner of the contact. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -691,7 +691,7 @@ export const contactFields: INodeProperties[] = [ name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -822,7 +822,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + '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 { @@ -906,7 +906,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.', + 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Options', @@ -999,7 +999,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', + '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 b1cd0f8c15..df12fd1348 100644 --- a/packages/nodes-base/nodes/Salesforce/CustomObjectDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/CustomObjectDescription.ts @@ -73,7 +73,7 @@ export const customObjectFields: INodeProperties[] = [ }, }, description: - 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + '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 @@ -93,7 +93,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.', + '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', @@ -141,7 +141,7 @@ export const customObjectFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field. Choose from the list, or specify an ID using an expression.', + 'The ID of the field. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -174,7 +174,7 @@ export const customObjectFields: INodeProperties[] = [ }, }, description: - 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + 'Name of the custom object. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Record ID', @@ -221,7 +221,7 @@ export const customObjectFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field. Choose from the list, or specify an ID using an expression.', + 'The ID of the field. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -254,7 +254,7 @@ export const customObjectFields: INodeProperties[] = [ }, }, description: - 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + 'Name of the custom object. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Record ID', @@ -290,7 +290,7 @@ export const customObjectFields: INodeProperties[] = [ }, }, description: - 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + 'Name of the custom object. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Record ID', @@ -326,7 +326,7 @@ export const customObjectFields: INodeProperties[] = [ }, }, description: - 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + 'Name of the custom object. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -397,7 +397,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.', + '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 { @@ -448,7 +448,7 @@ export const customObjectFields: INodeProperties[] = [ }, default: [], description: - 'Fields to include separated by commas. Choose from the list, or specify IDs using an expression.', + 'Fields to include separated by commas. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -470,7 +470,7 @@ export const customObjectFields: INodeProperties[] = [ name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', loadOptionsDependsOn: ['customObject'], @@ -497,7 +497,7 @@ export const customObjectFields: INodeProperties[] = [ name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', loadOptionsDependsOn: ['customObject'], diff --git a/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts b/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts index 20b4062a47..cfc7993266 100644 --- a/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts @@ -94,7 +94,7 @@ export const documentFields: INodeProperties[] = [ }, default: '', description: - 'ID of the owner of this document. Choose from the list, or specify an ID using an expression.', + '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 4395a48b9e..792c50708c 100644 --- a/packages/nodes-base/nodes/Salesforce/LeadDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/LeadDescription.ts @@ -93,7 +93,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.', + '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', @@ -200,7 +200,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -290,7 +290,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Mobile Phone', @@ -315,7 +315,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the lead. Choose from the list, or specify an ID using an expression.', + 'The owner of the lead. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -336,7 +336,7 @@ export const leadFields: INodeProperties[] = [ name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -372,7 +372,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'Status code for this converted lead. Choose from the list, or specify an ID using an expression.', + 'Status code for this converted lead. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Street', @@ -484,7 +484,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -581,7 +581,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Mobile Phone', @@ -606,7 +606,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the lead. Choose from the list, or specify an ID using an expression.', + 'The owner of the lead. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Postal Code', @@ -627,7 +627,7 @@ export const leadFields: INodeProperties[] = [ name: 'recordTypeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getRecordTypes', }, @@ -663,7 +663,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'Status code for this converted lead. Choose from the list, or specify an ID using an expression.', + 'Status code for this converted lead. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Street', @@ -796,7 +796,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + '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 { @@ -880,7 +880,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.', + 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Options', @@ -973,7 +973,7 @@ export const leadFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', + '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 b1572ff10f..2ea1559fee 100644 --- a/packages/nodes-base/nodes/Salesforce/OpportunityDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/OpportunityDescription.ts @@ -88,7 +88,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.', + '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', @@ -149,7 +149,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.', + 'Required. Date when the opportunity is expected to close. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -173,7 +173,7 @@ export const opportunityFields: INodeProperties[] = [ loadOptionsMethod: 'getAccounts', }, description: - 'ID of the account associated with this opportunity. Choose from the list, or specify an ID using an expression.', + 'ID of the account associated with this opportunity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Amount', @@ -194,7 +194,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Custom Fields', @@ -220,7 +220,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -257,7 +257,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Next Step', @@ -275,7 +275,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the opportunity. Choose from the list, or specify an ID using an expression.', + 'The owner of the opportunity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -361,7 +361,7 @@ export const opportunityFields: INodeProperties[] = [ loadOptionsMethod: 'getAccounts', }, description: - 'ID of the account associated with this opportunity. Choose from the list, or specify an ID using an expression.', + 'ID of the account associated with this opportunity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Amount', @@ -382,7 +382,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', + 'ID of the campaign that needs to be fetched. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Close Date', @@ -415,7 +415,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -452,7 +452,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', + 'Source from which the lead was obtained. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', @@ -477,7 +477,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'The owner of the opportunity. Choose from the list, or specify an ID using an expression.', + 'The owner of the opportunity. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Phone', @@ -512,7 +512,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'Required. Date when the opportunity is expected to close. Choose from the list, or specify an ID using an expression.', + 'Required. Date when the opportunity is expected to close. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Type', @@ -642,7 +642,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + '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 { @@ -761,7 +761,7 @@ export const opportunityFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user who owns the note. Choose from the list, or specify an ID using an expression.', + '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/SalesforceTrigger.node.ts b/packages/nodes-base/nodes/Salesforce/SalesforceTrigger.node.ts index b8e5c80777..257a778ba3 100644 --- a/packages/nodes-base/nodes/Salesforce/SalesforceTrigger.node.ts +++ b/packages/nodes-base/nodes/Salesforce/SalesforceTrigger.node.ts @@ -156,7 +156,7 @@ export class SalesforceTrigger implements INodeType { }, }, description: - 'Name of the custom object. Choose from the list, or specify an ID using an expression.', + 'Name of the custom object. 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 5b2fb6ebbf..9b7ff4dcfe 100644 --- a/packages/nodes-base/nodes/Salesforce/TaskDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/TaskDescription.ts @@ -73,7 +73,7 @@ export const taskFields: INodeProperties[] = [ 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.', + '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', @@ -129,7 +129,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskCallTypes', }, description: - 'The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an expression.', + 'The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Custom Fields', @@ -155,7 +155,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -191,7 +191,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'ID of the User who owns the record. Choose from the list, or specify an ID using an expression.', + 'ID of the User who owns the record. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Priority Name or ID', @@ -202,7 +202,7 @@ export const taskFields: INodeProperties[] = [ 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.', + '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', @@ -213,7 +213,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskRecurrenceTypes', }, description: - 'Recurrence Type of the task. Choose from the list, or specify an ID using an expression.', + 'Recurrence Type of the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Recurrence Instance Name or ID', @@ -224,7 +224,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'The frequency of the recurring task. For example, “2nd” or “3rd.”. Choose from the list, or specify an ID using an expression.', + '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', @@ -369,7 +369,7 @@ export const taskFields: INodeProperties[] = [ 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.', + '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', @@ -380,7 +380,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskTypes', }, description: - 'Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an expression.', + 'Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an expression.', }, { displayName: 'What ID', @@ -472,7 +472,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskCallTypes', }, description: - 'The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an expression.', + 'The type of call being answered: Inbound, Internal, or Outbound. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Custom Fields', @@ -498,7 +498,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', + 'The ID of the field to add custom field to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -534,7 +534,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'ID of the User who owns the record. Choose from the list, or specify an ID using an expression.', + 'ID of the User who owns the record. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Priority Name or ID', @@ -545,7 +545,7 @@ export const taskFields: INodeProperties[] = [ 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.', + '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', @@ -556,7 +556,7 @@ export const taskFields: INodeProperties[] = [ 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.', + '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', @@ -567,7 +567,7 @@ export const taskFields: INodeProperties[] = [ 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.', + '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', @@ -601,7 +601,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'The frequency of the recurring task. For example, “2nd” or “3rd.”. Choose from the list, or specify an ID using an expression.', + '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', @@ -707,7 +707,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskRecurrenceTypes', }, description: - 'Website for the task. Choose from the list, or specify an ID using an expression.', + 'Website for the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Recurrence TimeZone SidKey', @@ -734,7 +734,7 @@ export const taskFields: INodeProperties[] = [ loadOptionsMethod: 'getTaskTypes', }, description: - 'Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an expression.', + 'Represents Type of the task, such as Call or Meeting. Choose from the list, or specify an ID using an expression.', }, { displayName: 'What ID', @@ -862,7 +862,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + '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 90714da597..cfb69e6a2a 100644 --- a/packages/nodes-base/nodes/Salesforce/UserDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/UserDescription.ts @@ -119,7 +119,7 @@ export const userFields: INodeProperties[] = [ }, default: '', description: - 'For date, number, or boolean, please use expressions. Choose from the list, or specify an ID using an expression.', + '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 ae1b89314a..fd0efb820e 100644 --- a/packages/nodes-base/nodes/Salesmate/ActivityDescription.ts +++ b/packages/nodes-base/nodes/Salesmate/ActivityDescription.ts @@ -69,7 +69,7 @@ export const activityFields: INodeProperties[] = [ name: 'owner', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 21eea15c70..ba72a6ef6a 100644 --- a/packages/nodes-base/nodes/Salesmate/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Salesmate/CompanyDescription.ts @@ -69,7 +69,7 @@ export const companyFields: INodeProperties[] = [ name: 'owner', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getUsers', @@ -265,7 +265,7 @@ export const companyFields: INodeProperties[] = [ name: 'owner', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 2a4f173acc..2013752390 100644 --- a/packages/nodes-base/nodes/Salesmate/DealDescription.ts +++ b/packages/nodes-base/nodes/Salesmate/DealDescription.ts @@ -69,7 +69,7 @@ export const dealFields: INodeProperties[] = [ name: 'owner', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getUsers', @@ -97,7 +97,7 @@ export const dealFields: INodeProperties[] = [ }, }, description: - 'Primary contact for the deal. Choose from the list, or specify an ID using an expression.', + 'Primary contact for the deal. Choose from the list, or specify an ID using an expression.', required: true, }, { @@ -240,7 +240,7 @@ export const dealFields: INodeProperties[] = [ name: 'primaryCompany', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCompanies', }, @@ -360,7 +360,7 @@ export const dealFields: INodeProperties[] = [ name: 'owner', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getUsers', @@ -371,7 +371,7 @@ export const dealFields: INodeProperties[] = [ name: 'primaryContact', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'getContacts', @@ -462,7 +462,7 @@ export const dealFields: INodeProperties[] = [ name: 'primaryCompany', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 08300d1070..a0b144cc7a 100644 --- a/packages/nodes-base/nodes/SeaTable/RowDescription.ts +++ b/packages/nodes-base/nodes/SeaTable/RowDescription.ts @@ -64,7 +64,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.', + 'The name of SeaTable table to access. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Name or ID', @@ -82,7 +82,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.', + 'The name of SeaTable table to access. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -161,7 +161,7 @@ export const rowFields: INodeProperties[] = [ name: 'columnName', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['table'], loadOptionsMethod: 'getTableUpdateAbleColumns', @@ -265,7 +265,7 @@ export const rowFields: INodeProperties[] = [ name: 'view_name', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getViews', }, @@ -320,7 +320,7 @@ export const rowFields: INodeProperties[] = [ }, 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.', + '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 74776d18b1..9995ee01ae 100644 --- a/packages/nodes-base/nodes/SeaTable/SeaTableTrigger.node.ts +++ b/packages/nodes-base/nodes/SeaTable/SeaTableTrigger.node.ts @@ -45,7 +45,7 @@ export class SeaTableTrigger implements INodeType { }, default: '', description: - 'The name of SeaTable table to access. Choose from the list, or specify an ID using an expression.', + '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 6c16c1f78e..87431dace9 100644 --- a/packages/nodes-base/nodes/SendGrid/ContactDescription.ts +++ b/packages/nodes-base/nodes/SendGrid/ContactDescription.ts @@ -225,7 +225,7 @@ export const contactFields: INodeProperties[] = [ }, default: [], description: - 'ID of the field to set. Choose from the list, or specify IDs using an expression.', + 'ID of the field to set. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -255,7 +255,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'ID of the field. Choose from the list, or specify an ID using an expression.', + '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 9cfe572f2e..067c52597c 100644 --- a/packages/nodes-base/nodes/SendGrid/MailDescription.ts +++ b/packages/nodes-base/nodes/SendGrid/MailDescription.ts @@ -141,7 +141,7 @@ export const mailFields: INodeProperties[] = [ name: 'templateId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 a5025aaabc..2258d706df 100644 --- a/packages/nodes-base/nodes/SentryIo/EventDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/EventDescription.ts @@ -49,7 +49,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.', + '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', @@ -68,7 +68,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.', + 'The slug of the project the events belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Full', @@ -135,7 +135,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.', + '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', @@ -153,7 +153,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.', + '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 d23bef6c63..96a44089a2 100644 --- a/packages/nodes-base/nodes/SentryIo/IssueDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/IssueDescription.ts @@ -80,7 +80,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.', + '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', @@ -99,7 +99,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.', + '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 fc5f6aa982..e039a902a8 100644 --- a/packages/nodes-base/nodes/SentryIo/OrganizationDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/OrganizationDescription.ts @@ -125,7 +125,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.', + 'The slug of the organization the team should be created for. Choose from the list, or specify an ID using an expression.', }, /* -------------------------------------------------------------------------- */ @@ -202,7 +202,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.', + '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 de1366b31d..be08ee2034 100644 --- a/packages/nodes-base/nodes/SentryIo/ProjectDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/ProjectDescription.ts @@ -67,7 +67,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.', + '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', @@ -86,7 +86,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.', + 'The slug of the project to retrieve. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Team Slug Name or ID', @@ -105,7 +105,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.', + 'The slug of the team to create a new project for. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', @@ -199,7 +199,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.', + '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', @@ -218,7 +218,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.', + 'The slug of the project to update. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Update Fields', @@ -305,7 +305,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.', + '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', @@ -324,6 +324,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.', + '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 773d14ac4b..8c4ee77fe4 100644 --- a/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/ReleaseDescription.ts @@ -67,7 +67,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.', + 'The slug of the organization the releases belong to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -142,7 +142,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.', + 'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Version', @@ -178,7 +178,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.', + 'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Version', @@ -226,7 +226,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.', + 'A list of project slugs that are involved in this release. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Additional Fields', @@ -423,7 +423,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.', + '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 2db78ff5ba..f6aabd0d18 100644 --- a/packages/nodes-base/nodes/SentryIo/TeamDescription.ts +++ b/packages/nodes-base/nodes/SentryIo/TeamDescription.ts @@ -67,7 +67,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.', + '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', @@ -120,7 +120,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.', + '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', @@ -139,7 +139,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.', + 'The slug of the team to get. Choose from the list, or specify an ID using an expression.', }, /* -------------------------------------------------------------------------- */ @@ -161,7 +161,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.', + 'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', @@ -220,7 +220,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.', + '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', @@ -239,7 +239,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.', + 'The slug of the team to update. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Update Fields', @@ -290,7 +290,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.', + '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', @@ -309,6 +309,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.', + '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 c713ca4a70..2ada000a0a 100644 --- a/packages/nodes-base/nodes/ServiceNow/AttachmentDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/AttachmentDescription.ts @@ -51,7 +51,7 @@ export const attachmentFields: INodeProperties[] = [ name: 'tableName', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 998399967d..edc9c735cb 100644 --- a/packages/nodes-base/nodes/ServiceNow/BusinessServiceDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/BusinessServiceDescription.ts @@ -87,7 +87,7 @@ export const businessServiceFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + '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 70b070db05..2de78591a3 100644 --- a/packages/nodes-base/nodes/ServiceNow/ConfigurationItemsDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/ConfigurationItemsDescription.ts @@ -87,7 +87,7 @@ export const configurationItemsFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + '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 3acc8e24ea..d09c3ce696 100644 --- a/packages/nodes-base/nodes/ServiceNow/DepartmentDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/DepartmentDescription.ts @@ -87,7 +87,7 @@ export const departmentFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + '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 8cc93ee15e..ff2d1edc4f 100644 --- a/packages/nodes-base/nodes/ServiceNow/DictionaryDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/DictionaryDescription.ts @@ -87,7 +87,7 @@ export const dictionaryFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + '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 1c720442df..611d36b07a 100644 --- a/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts @@ -85,7 +85,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.', + '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', @@ -97,14 +97,14 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The assignment group of the incident. Choose from the list, or specify an ID using an expression.', + '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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { // nodelinter-ignore-next-line loadOptionsMethod: 'getBusinessServices', @@ -128,7 +128,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The category of the incident. Choose from the list, or specify an ID using an expression.', + 'The category of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Close Notes', @@ -147,7 +147,7 @@ export const incidentFields: INodeProperties[] = [ }, default: [], description: - 'Configuration Items, \'cmdb_ci\' in metadata. Choose from the list, or specify IDs using an expression.', + 'Configuration Items, \'cmdb_ci\' in metadata. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Contact Type', @@ -211,7 +211,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The resolution code of the incident, \'close_code\' in metadata. Choose from the list, or specify an ID using an expression.', + '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', @@ -223,7 +223,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The state of the incident. Choose from the list, or specify an ID using an expression.', + 'The state of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subcategory Name or ID', @@ -236,7 +236,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The subcategory of the incident. Choose from the list, or specify an ID using an expression.', + 'The subcategory of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Urgency', @@ -326,7 +326,7 @@ export const incidentFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + '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', }, { @@ -408,7 +408,7 @@ export const incidentFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + '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', }, { @@ -476,7 +476,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.', + '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', @@ -488,14 +488,14 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The assignment group of the incident. Choose from the list, or specify an ID using an expression.', + '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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { // nodelinter-ignore-next-line loadOptionsMethod: 'getBusinessServices', @@ -519,7 +519,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The category of the incident. Choose from the list, or specify an ID using an expression.', + 'The category of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Close Notes', @@ -538,7 +538,7 @@ export const incidentFields: INodeProperties[] = [ }, default: [], description: - 'Configuration Items, \'cmdb_ci\' in metadata. Choose from the list, or specify IDs using an expression.', + 'Configuration Items, \'cmdb_ci\' in metadata. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Contact Type', @@ -603,7 +603,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.', + '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', @@ -615,7 +615,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', 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.', + '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', @@ -627,7 +627,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The state of the incident. Choose from the list, or specify an ID using an expression.', + 'The state of the incident. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subcategory Name or ID', @@ -640,7 +640,7 @@ export const incidentFields: INodeProperties[] = [ }, default: '', description: - 'The subcategory of the incident. Choose from the list, or specify an ID using an expression.', + '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 82b73e88f6..7c862a9569 100644 --- a/packages/nodes-base/nodes/ServiceNow/TableRecordDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/TableRecordDescription.ts @@ -51,7 +51,7 @@ export const tableRecordFields: INodeProperties[] = [ name: 'tableName', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTables', }, @@ -134,7 +134,7 @@ export const tableRecordFields: INodeProperties[] = [ name: 'column', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getColumns', loadOptionsDependsOn: ['tableName'], @@ -160,7 +160,7 @@ export const tableRecordFields: INodeProperties[] = [ name: 'tableName', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTables', }, @@ -234,7 +234,7 @@ export const tableRecordFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + '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', }, { @@ -288,7 +288,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.', + 'Name of the table in which the record exists. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Table Record ID', @@ -334,7 +334,7 @@ export const tableRecordFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + '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', }, { @@ -369,7 +369,7 @@ export const tableRecordFields: INodeProperties[] = [ name: 'tableName', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTables', }, @@ -466,7 +466,7 @@ export const tableRecordFields: INodeProperties[] = [ name: 'column', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getColumns', loadOptionsDependsOn: ['tableName'], diff --git a/packages/nodes-base/nodes/ServiceNow/UserDescription.ts b/packages/nodes-base/nodes/ServiceNow/UserDescription.ts index b4d4ad0d88..247cf46476 100644 --- a/packages/nodes-base/nodes/ServiceNow/UserDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/UserDescription.ts @@ -211,7 +211,7 @@ export const userFields: INodeProperties[] = [ }, default: [], description: - 'Roles of the user. Choose from the list, or specify IDs using an expression.', + 'Roles of the user. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Source', @@ -315,7 +315,7 @@ export const userFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + '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', }, { @@ -451,7 +451,7 @@ export const userFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + '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', }, { @@ -645,7 +645,7 @@ export const userFields: INodeProperties[] = [ }, default: [], description: - 'Roles of the user. Choose from the list, or specify IDs using an expression.', + '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 d708df6685..37543f17f0 100644 --- a/packages/nodes-base/nodes/ServiceNow/UserGroupDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/UserGroupDescription.ts @@ -86,7 +86,7 @@ export const userGroupFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + '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 3d1ad9bf5f..63ecf3a5f3 100644 --- a/packages/nodes-base/nodes/ServiceNow/UserRoleDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/UserRoleDescription.ts @@ -86,7 +86,7 @@ export const userRoleFields: INodeProperties[] = [ }, default: [], description: - 'A list of fields to return. Choose from the list, or specify IDs using an expression.', + '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/Set/v1/SetV1.node.ts b/packages/nodes-base/nodes/Set/v1/SetV1.node.ts index af05ebc8b5..55e92a5337 100644 --- a/packages/nodes-base/nodes/Set/v1/SetV1.node.ts +++ b/packages/nodes-base/nodes/Set/v1/SetV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { IExecuteFunctions, INodeExecutionData, diff --git a/packages/nodes-base/nodes/Set/v2/SetV2.node.ts b/packages/nodes-base/nodes/Set/v2/SetV2.node.ts index 02975c85c3..234de63773 100644 --- a/packages/nodes-base/nodes/Set/v2/SetV2.node.ts +++ b/packages/nodes-base/nodes/Set/v2/SetV2.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { IDataObject, IExecuteFunctions, diff --git a/packages/nodes-base/nodes/Shopify/OrderDescription.ts b/packages/nodes-base/nodes/Shopify/OrderDescription.ts index 6ec7b4c5d8..40726d8231 100644 --- a/packages/nodes-base/nodes/Shopify/OrderDescription.ts +++ b/packages/nodes-base/nodes/Shopify/OrderDescription.ts @@ -269,7 +269,7 @@ export const orderFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the physical location where the order was processed. Choose from the list, or specify an ID using an expression.', + 'The ID of the physical location where the order was processed. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Note', @@ -423,7 +423,7 @@ export const orderFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the product that the line item belongs to. Choose from the list, or specify an ID using an expression.', + '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', @@ -807,7 +807,7 @@ export const orderFields: INodeProperties[] = [ }, default: '', description: - 'The ID of the physical location where the order was processed. Choose from the list, or specify an ID using an expression.', + '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/SlackTrigger.node.ts b/packages/nodes-base/nodes/Slack/SlackTrigger.node.ts index 1e90603adb..9dbe79d8d4 100644 --- a/packages/nodes-base/nodes/Slack/SlackTrigger.node.ts +++ b/packages/nodes-base/nodes/Slack/SlackTrigger.node.ts @@ -228,7 +228,7 @@ export class SlackTrigger implements INodeType { }, default: [], description: - 'A comma-separated string of encoded user IDs. Choose from the list, or specify IDs using an expression.', + 'A comma-separated string of encoded user IDs. Choose from the list, or specify IDs using an expression.', }, ], }, diff --git a/packages/nodes-base/nodes/Slack/V1/ChannelDescription.ts b/packages/nodes-base/nodes/Slack/V1/ChannelDescription.ts index e232194fe3..f8c0b6488b 100644 --- a/packages/nodes-base/nodes/Slack/V1/ChannelDescription.ts +++ b/packages/nodes-base/nodes/Slack/V1/ChannelDescription.ts @@ -139,7 +139,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.', + 'The name of the channel to archive. Choose from the list, or specify an ID using an expression.', }, /* -------------------------------------------------------------------------- */ @@ -161,7 +161,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.', + 'The name of the channel to close. Choose from the list, or specify an ID using an expression.', }, /* -------------------------------------------------------------------------- */ @@ -224,7 +224,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.', + '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', @@ -242,7 +242,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.', + 'The ID of the user to invite into channel. Choose from the list, or specify IDs using an expression.', }, /* -------------------------------------------------------------------------- */ @@ -304,14 +304,14 @@ 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.', + '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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, @@ -332,7 +332,7 @@ export const channelFields: INodeProperties[] = [ name: 'channelId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getChannels', }, @@ -451,7 +451,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.', + 'The name of the channel to create. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -541,7 +541,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.', + 'The name of the channel to leave. Choose from the list, or specify an ID using an expression.', }, /* -------------------------------------------------------------------------- */ @@ -552,7 +552,7 @@ export const channelFields: INodeProperties[] = [ name: 'channelId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getChannels', }, @@ -651,7 +651,7 @@ export const channelFields: INodeProperties[] = [ }, 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.', + '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.', }, ], }, @@ -675,7 +675,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.', + 'The name of the channel to rename. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', @@ -712,7 +712,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.', + 'The name of the channel to create. Choose from the list, or specify an ID using an expression.', }, { displayName: 'TS', @@ -816,7 +816,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.', + 'Conversation to set the purpose of. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Purpose', @@ -852,7 +852,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.', + 'Conversation to set the topic of. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Topic', @@ -888,6 +888,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.', + '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/V1/FileDescription.ts b/packages/nodes-base/nodes/Slack/V1/FileDescription.ts index 53d050109a..9e03d097fd 100644 --- a/packages/nodes-base/nodes/Slack/V1/FileDescription.ts +++ b/packages/nodes-base/nodes/Slack/V1/FileDescription.ts @@ -106,7 +106,7 @@ export const fileFields: INodeProperties[] = [ }, default: [], description: - 'The channels to send the file to. Choose from the list, or specify IDs using an expression.', + 'The channels to send the file to. Choose from the list, or specify IDs using an expression.', }, { displayName: 'File Name', @@ -196,7 +196,7 @@ export const fileFields: INodeProperties[] = [ loadOptionsMethod: 'getChannels', }, description: - 'Channel containing the file to be listed. Choose from the list, or specify an ID using an expression.', + 'Channel containing the file to be listed. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Show Files Hidden By Limit', @@ -267,7 +267,7 @@ export const fileFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, description: - 'Filter files created by a single user. Choose from the list, or specify an ID using an expression.', + '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/V1/MessageDescription.ts b/packages/nodes-base/nodes/Slack/V1/MessageDescription.ts index 89a55db151..e919b3f2da 100644 --- a/packages/nodes-base/nodes/Slack/V1/MessageDescription.ts +++ b/packages/nodes-base/nodes/Slack/V1/MessageDescription.ts @@ -67,7 +67,7 @@ export const messageFields: INodeProperties[] = [ }, }, description: - 'Channel containing the message. Choose from the list, or specify an ID using an expression.', + 'Channel containing the message. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Timestamp', @@ -406,7 +406,7 @@ export const messageFields: INodeProperties[] = [ }, }, description: - 'Channel containing the message to be updated. Choose from the list, or specify an ID using an expression.', + 'Channel containing the message to be updated. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Text', @@ -1576,7 +1576,7 @@ export const messageFields: INodeProperties[] = [ }, }, description: - 'Channel containing the message to be deleted. Choose from the list, or specify an ID using an expression.', + '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/V1/ReactionDescription.ts b/packages/nodes-base/nodes/Slack/V1/ReactionDescription.ts index 6b2e5703a0..7074079974 100644 --- a/packages/nodes-base/nodes/Slack/V1/ReactionDescription.ts +++ b/packages/nodes-base/nodes/Slack/V1/ReactionDescription.ts @@ -52,7 +52,7 @@ export const reactionFields: INodeProperties[] = [ }, }, description: - 'Channel containing the message. Choose from the list, or specify an ID using an expression.', + '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/V1/StarDescription.ts b/packages/nodes-base/nodes/Slack/V1/StarDescription.ts index efbb068b4b..9f1f843968 100644 --- a/packages/nodes-base/nodes/Slack/V1/StarDescription.ts +++ b/packages/nodes-base/nodes/Slack/V1/StarDescription.ts @@ -62,7 +62,7 @@ export const starFields: INodeProperties[] = [ }, 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.', + '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', @@ -114,7 +114,7 @@ export const starFields: INodeProperties[] = [ }, 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.', + '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/V1/UserGroupDescription.ts b/packages/nodes-base/nodes/Slack/V1/UserGroupDescription.ts index 5d208e1bf8..67916068f9 100644 --- a/packages/nodes-base/nodes/Slack/V1/UserGroupDescription.ts +++ b/packages/nodes-base/nodes/Slack/V1/UserGroupDescription.ts @@ -87,7 +87,7 @@ export const userGroupFields: INodeProperties[] = [ }, 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.', + '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', @@ -299,7 +299,7 @@ export const userGroupFields: INodeProperties[] = [ }, 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.', + '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/V1/UserProfileDescription.ts b/packages/nodes-base/nodes/Slack/V1/UserProfileDescription.ts index f2736fd9fe..0fa2353bf2 100644 --- a/packages/nodes-base/nodes/Slack/V1/UserProfileDescription.ts +++ b/packages/nodes-base/nodes/Slack/V1/UserProfileDescription.ts @@ -69,7 +69,7 @@ export const userProfileFields: INodeProperties[] = [ }, default: '', description: - 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + '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/Slack/V2/ChannelDescription.ts b/packages/nodes-base/nodes/Slack/V2/ChannelDescription.ts index 2f74d8e379..01f56a8cb7 100644 --- a/packages/nodes-base/nodes/Slack/V2/ChannelDescription.ts +++ b/packages/nodes-base/nodes/Slack/V2/ChannelDescription.ts @@ -371,7 +371,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.', + 'The ID of the user to invite into channel. Choose from the list, or specify IDs using an expression.', }, /* -------------------------------------------------------------------------- */ @@ -529,7 +529,7 @@ export const channelFields: INodeProperties[] = [ name: 'userId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, @@ -1039,7 +1039,7 @@ export const channelFields: INodeProperties[] = [ }, 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.', + '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.', }, ], }, diff --git a/packages/nodes-base/nodes/Slack/V2/FileDescription.ts b/packages/nodes-base/nodes/Slack/V2/FileDescription.ts index 0a8b55d367..44c555b9ab 100644 --- a/packages/nodes-base/nodes/Slack/V2/FileDescription.ts +++ b/packages/nodes-base/nodes/Slack/V2/FileDescription.ts @@ -128,7 +128,7 @@ export const fileFields: INodeProperties[] = [ }, default: [], description: - 'The channels to send the file to. Choose from the list, or specify IDs using an expression.', + 'The channels to send the file to. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Channel Name or ID', @@ -144,7 +144,7 @@ export const fileFields: INodeProperties[] = [ }, default: [], description: - 'The channel to send the file to. Choose from the list, or specify an ID using an expression.', + 'The channel to send the file to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'File Name', @@ -232,7 +232,7 @@ export const fileFields: INodeProperties[] = [ loadOptionsMethod: 'getChannels', }, description: - 'Channel containing the file to be listed. Choose from the list, or specify an ID using an expression.', + 'Channel containing the file to be listed. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Show Files Hidden By Limit', @@ -303,7 +303,7 @@ export const fileFields: INodeProperties[] = [ loadOptionsMethod: 'getUsers', }, description: - 'Filter files created by a single user. Choose from the list, or specify an ID using an expression.', + '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/V2/MessageDescription.ts b/packages/nodes-base/nodes/Slack/V2/MessageDescription.ts index 68a088ee66..837a53c26f 100644 --- a/packages/nodes-base/nodes/Slack/V2/MessageDescription.ts +++ b/packages/nodes-base/nodes/Slack/V2/MessageDescription.ts @@ -1221,7 +1221,7 @@ export const messageFields: INodeProperties[] = [ name: 'searchChannel', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', default: [], typeOptions: { loadOptionsMethod: 'getChannelsName', diff --git a/packages/nodes-base/nodes/Slack/V2/StarDescription.ts b/packages/nodes-base/nodes/Slack/V2/StarDescription.ts index d219daf5c4..b4601c442c 100644 --- a/packages/nodes-base/nodes/Slack/V2/StarDescription.ts +++ b/packages/nodes-base/nodes/Slack/V2/StarDescription.ts @@ -204,7 +204,7 @@ export const starFields: INodeProperties[] = [ }, 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.', + '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/V2/UserDescription.ts b/packages/nodes-base/nodes/Slack/V2/UserDescription.ts index bda7c46dac..d20fbd0118 100644 --- a/packages/nodes-base/nodes/Slack/V2/UserDescription.ts +++ b/packages/nodes-base/nodes/Slack/V2/UserDescription.ts @@ -210,7 +210,7 @@ export const userFields: INodeProperties[] = [ }, default: '', description: - 'ID of the field to set. Choose from the list, or specify an ID using an expression.', + '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/Slack/V2/UserGroupDescription.ts b/packages/nodes-base/nodes/Slack/V2/UserGroupDescription.ts index 08727b5cb2..4398613d16 100644 --- a/packages/nodes-base/nodes/Slack/V2/UserGroupDescription.ts +++ b/packages/nodes-base/nodes/Slack/V2/UserGroupDescription.ts @@ -82,7 +82,7 @@ export const userGroupFields: INodeProperties[] = [ }, 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.', + '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', @@ -294,7 +294,7 @@ export const userGroupFields: INodeProperties[] = [ }, 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.', + '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/SplitInBatches/v1/SplitInBatchesV1.node.ts b/packages/nodes-base/nodes/SplitInBatches/v1/SplitInBatchesV1.node.ts index e076b29ad0..fbee42dc10 100644 --- a/packages/nodes-base/nodes/SplitInBatches/v1/SplitInBatchesV1.node.ts +++ b/packages/nodes-base/nodes/SplitInBatches/v1/SplitInBatchesV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { IExecuteFunctions, INodeExecutionData, diff --git a/packages/nodes-base/nodes/SplitInBatches/v2/SplitInBatchesV2.node.ts b/packages/nodes-base/nodes/SplitInBatches/v2/SplitInBatchesV2.node.ts index 6e9a618e72..f80095e5f3 100644 --- a/packages/nodes-base/nodes/SplitInBatches/v2/SplitInBatchesV2.node.ts +++ b/packages/nodes-base/nodes/SplitInBatches/v2/SplitInBatchesV2.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { IExecuteFunctions, INodeExecutionData, diff --git a/packages/nodes-base/nodes/SplitInBatches/v3/SplitInBatchesV3.node.ts b/packages/nodes-base/nodes/SplitInBatches/v3/SplitInBatchesV3.node.ts index ea81f55cf1..fde5bc9d33 100644 --- a/packages/nodes-base/nodes/SplitInBatches/v3/SplitInBatchesV3.node.ts +++ b/packages/nodes-base/nodes/SplitInBatches/v3/SplitInBatchesV3.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { IExecuteFunctions, INodeExecutionData, diff --git a/packages/nodes-base/nodes/Splunk/v1/SplunkV1.node.ts b/packages/nodes-base/nodes/Splunk/v1/SplunkV1.node.ts index 7abe57fdd8..b6d793fc63 100644 --- a/packages/nodes-base/nodes/Splunk/v1/SplunkV1.node.ts +++ b/packages/nodes-base/nodes/Splunk/v1/SplunkV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { IExecuteFunctions, IDataObject, diff --git a/packages/nodes-base/nodes/Splunk/v1/descriptions/UserDescription.ts b/packages/nodes-base/nodes/Splunk/v1/descriptions/UserDescription.ts index 149e33da04..f3f61140b8 100644 --- a/packages/nodes-base/nodes/Splunk/v1/descriptions/UserDescription.ts +++ b/packages/nodes-base/nodes/Splunk/v1/descriptions/UserDescription.ts @@ -70,7 +70,7 @@ export const userFields: INodeProperties[] = [ 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.', + 'Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an expression.', required: true, default: [], typeOptions: { @@ -253,7 +253,7 @@ export const userFields: INodeProperties[] = [ 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.', + '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/Splunk/v2/SplunkV2.node.ts b/packages/nodes-base/nodes/Splunk/v2/SplunkV2.node.ts index 0baaed39e6..de80d113ea 100644 --- a/packages/nodes-base/nodes/Splunk/v2/SplunkV2.node.ts +++ b/packages/nodes-base/nodes/Splunk/v2/SplunkV2.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { IExecuteFunctions, INodeType, diff --git a/packages/nodes-base/nodes/Splunk/v2/actions/user/create.operation.ts b/packages/nodes-base/nodes/Splunk/v2/actions/user/create.operation.ts index e1904ecd20..950391e611 100644 --- a/packages/nodes-base/nodes/Splunk/v2/actions/user/create.operation.ts +++ b/packages/nodes-base/nodes/Splunk/v2/actions/user/create.operation.ts @@ -19,7 +19,7 @@ const properties: INodeProperties[] = [ 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.', + 'Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an expression.', required: true, default: ['user'], typeOptions: { diff --git a/packages/nodes-base/nodes/Splunk/v2/actions/user/update.operation.ts b/packages/nodes-base/nodes/Splunk/v2/actions/user/update.operation.ts index ed19fc7f7a..e680a8214e 100644 --- a/packages/nodes-base/nodes/Splunk/v2/actions/user/update.operation.ts +++ b/packages/nodes-base/nodes/Splunk/v2/actions/user/update.operation.ts @@ -39,7 +39,7 @@ const properties: INodeProperties[] = [ 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.', + '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 33f92521c6..75cef40e4a 100644 --- a/packages/nodes-base/nodes/Storyblok/StoryManagementDescription.ts +++ b/packages/nodes-base/nodes/Storyblok/StoryManagementDescription.ts @@ -327,7 +327,7 @@ export const storyManagementFields: INodeProperties[] = [ }, }, description: - 'The name of the space. Choose from the list, or specify an ID using an expression.', + 'The name of the space. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Story ID', @@ -365,7 +365,7 @@ export const storyManagementFields: INodeProperties[] = [ }, }, description: - 'The name of the space. Choose from the list, or specify an ID using an expression.', + 'The name of the space. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Story ID', @@ -403,7 +403,7 @@ export const storyManagementFields: INodeProperties[] = [ }, }, description: - 'The name of the space. Choose from the list, or specify an ID using an expression.', + 'The name of the space. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -482,7 +482,7 @@ export const storyManagementFields: INodeProperties[] = [ }, }, description: - 'The name of the space. Choose from the list, or specify an ID using an expression.', + 'The name of the space. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Story ID', @@ -551,7 +551,7 @@ export const storyManagementFields: INodeProperties[] = [ }, }, description: - 'The name of the space. Choose from the list, or specify an ID using an expression.', + '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 f76a522eb4..b5b2cf67a6 100644 --- a/packages/nodes-base/nodes/Stripe/descriptions/ChargeDescription.ts +++ b/packages/nodes-base/nodes/Stripe/descriptions/ChargeDescription.ts @@ -88,7 +88,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.', + '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: ['charge'], diff --git a/packages/nodes-base/nodes/Stripe/descriptions/CouponDescription.ts b/packages/nodes-base/nodes/Stripe/descriptions/CouponDescription.ts index b1e612e3b8..096a3c5fea 100644 --- a/packages/nodes-base/nodes/Stripe/descriptions/CouponDescription.ts +++ b/packages/nodes-base/nodes/Stripe/descriptions/CouponDescription.ts @@ -111,7 +111,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.', + '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: ['coupon'], diff --git a/packages/nodes-base/nodes/Stripe/descriptions/SourceDescription.ts b/packages/nodes-base/nodes/Stripe/descriptions/SourceDescription.ts index 7f2b15006b..e4c8481f3b 100644 --- a/packages/nodes-base/nodes/Stripe/descriptions/SourceDescription.ts +++ b/packages/nodes-base/nodes/Stripe/descriptions/SourceDescription.ts @@ -100,7 +100,7 @@ export const sourceFields: INodeProperties[] = [ }, 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.', + '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: ['source'], diff --git a/packages/nodes-base/nodes/Supabase/GenericFunctions.ts b/packages/nodes-base/nodes/Supabase/GenericFunctions.ts index 800c65126b..50df54863e 100644 --- a/packages/nodes-base/nodes/Supabase/GenericFunctions.ts +++ b/packages/nodes-base/nodes/Supabase/GenericFunctions.ts @@ -142,7 +142,7 @@ export function getFilters( name: 'keyName', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['tableId'], loadOptionsMethod: 'getTableColumns', diff --git a/packages/nodes-base/nodes/Supabase/RowDescription.ts b/packages/nodes-base/nodes/Supabase/RowDescription.ts index d8fb67e6d2..eafe601752 100644 --- a/packages/nodes-base/nodes/Supabase/RowDescription.ts +++ b/packages/nodes-base/nodes/Supabase/RowDescription.ts @@ -58,7 +58,7 @@ export const rowFields: INodeProperties[] = [ name: 'tableId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTables', }, @@ -153,7 +153,7 @@ export const rowFields: INodeProperties[] = [ name: 'fieldId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['tableId'], loadOptionsMethod: 'getTableColumns', @@ -221,7 +221,7 @@ export const rowFields: INodeProperties[] = [ }, default: '', description: - 'Choose from the list, or specify an ID using an expression', + '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 80e9fcac9e..264b7eb314 100644 --- a/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts +++ b/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts @@ -230,7 +230,7 @@ export class SurveyMonkeyTrigger implements INodeType { name: 'surveyIds', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', displayOptions: { show: { objectType: ['survey'], @@ -251,7 +251,7 @@ export class SurveyMonkeyTrigger implements INodeType { name: 'surveyId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { objectType: ['collector'], @@ -268,7 +268,7 @@ export class SurveyMonkeyTrigger implements INodeType { name: 'collectorIds', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', displayOptions: { show: { objectType: ['collector'], diff --git a/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts b/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts index 19f56fd5d0..2d93ef46d4 100644 --- a/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts +++ b/packages/nodes-base/nodes/Switch/V2/SwitchV2.node.ts @@ -510,7 +510,7 @@ export class SwitchV2 implements INodeType { }, default: -1, description: - 'The output to which to route all items which do not match any of the rules. Choose from the list, or specify an ID using an expression.', + 'The output to which to route all items which do not match any of the rules. Choose from the list, or specify an ID using an expression.', }, ], }; diff --git a/packages/nodes-base/nodes/Taiga/TaigaTrigger.node.ts b/packages/nodes-base/nodes/Taiga/TaigaTrigger.node.ts index 7863cbcb2f..09cca02957 100644 --- a/packages/nodes-base/nodes/Taiga/TaigaTrigger.node.ts +++ b/packages/nodes-base/nodes/Taiga/TaigaTrigger.node.ts @@ -50,7 +50,7 @@ export class TaigaTrigger implements INodeType { name: 'projectId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 c442ab07b6..e374a0463c 100644 --- a/packages/nodes-base/nodes/Taiga/descriptions/EpicDescription.ts +++ b/packages/nodes-base/nodes/Taiga/descriptions/EpicDescription.ts @@ -55,7 +55,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.', + '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', @@ -105,7 +105,7 @@ export const epicFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user to assign the epic to. Choose from the list, or specify an ID using an expression.', + 'ID of the user to assign the epic to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Blocked Note', @@ -139,7 +139,7 @@ export const epicFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTags', @@ -192,7 +192,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.', + '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', @@ -259,7 +259,7 @@ export const epicFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user whom the epic is assigned to. Choose from the list, or specify an ID using an expression.', + 'ID of the user whom the epic is assigned to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Is Closed', @@ -283,7 +283,7 @@ export const epicFields: INodeProperties[] = [ }, default: '', description: - 'ID of the project to set the epic to. Choose from the list, or specify an ID using an expression.', + 'ID of the project to set the epic to. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['epic'], @@ -328,7 +328,7 @@ export const epicFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user to whom the epic is assigned. Choose from the list, or specify an ID using an expression.', + 'ID of the user to whom the epic is assigned. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Blocked Note', @@ -368,7 +368,7 @@ export const epicFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTags', diff --git a/packages/nodes-base/nodes/Taiga/descriptions/IssueDescription.ts b/packages/nodes-base/nodes/Taiga/descriptions/IssueDescription.ts index 5a233f5660..36a83a6394 100644 --- a/packages/nodes-base/nodes/Taiga/descriptions/IssueDescription.ts +++ b/packages/nodes-base/nodes/Taiga/descriptions/IssueDescription.ts @@ -55,7 +55,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.', + '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', @@ -105,7 +105,7 @@ export const issueFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user to whom the issue is assigned. Choose from the list, or specify an ID using an expression.', + 'ID of the user to whom the issue is assigned. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Blocked Note', @@ -137,14 +137,14 @@ export const issueFields: INodeProperties[] = [ }, default: '', description: - 'ID of the milestone of the issue. Choose from the list, or specify an ID using an expression.', + '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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getPriorities', @@ -156,7 +156,7 @@ export const issueFields: INodeProperties[] = [ name: 'severity', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getSeverities', @@ -173,14 +173,14 @@ export const issueFields: INodeProperties[] = [ }, default: '', description: - 'ID of the status of the issue. Choose from the list, or specify an ID using an expression.', + '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', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTags', @@ -192,7 +192,7 @@ export const issueFields: INodeProperties[] = [ name: 'type', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTypes', @@ -245,7 +245,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.', + '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', @@ -306,7 +306,7 @@ export const issueFields: INodeProperties[] = [ displayName: 'Assignee 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.', + 'ID of the user to assign the issue to. Choose from the list, or specify an ID using an expression.', type: 'options', typeOptions: { loadOptionsDependsOn: ['projectId'], @@ -363,7 +363,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.', + 'ID of the owner of the issue. Choose from the list, or specify an ID using an expression.', type: 'options', typeOptions: { loadOptionsDependsOn: ['projectId'], @@ -376,7 +376,7 @@ export const issueFields: INodeProperties[] = [ name: 'priority', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getPriorities', @@ -388,7 +388,7 @@ export const issueFields: INodeProperties[] = [ name: 'role', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getRoles', @@ -400,7 +400,7 @@ export const issueFields: INodeProperties[] = [ name: 'severity', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getSeverities', @@ -411,7 +411,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.', + 'ID of the status of the issue. Choose from the list, or specify an ID using an expression.', type: 'options', typeOptions: { loadOptionsDependsOn: ['projectId'], @@ -424,7 +424,7 @@ export const issueFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTags', @@ -436,7 +436,7 @@ export const issueFields: INodeProperties[] = [ name: 'type', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTypes', @@ -458,7 +458,7 @@ export const issueFields: INodeProperties[] = [ }, default: '', description: - 'ID of the project to set the issue to. Choose from the list, or specify an ID using an expression.', + 'ID of the project to set the issue to. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['issue'], @@ -503,7 +503,7 @@ export const issueFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user whom the issue is assigned to. Choose from the list, or specify an ID using an expression.', + 'ID of the user whom the issue is assigned to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Blocked Note', @@ -535,14 +535,14 @@ export const issueFields: INodeProperties[] = [ }, default: '', description: - 'ID of the milestone of the issue. Choose from the list, or specify an ID using an expression.', + '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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getPriorities', @@ -554,7 +554,7 @@ export const issueFields: INodeProperties[] = [ name: 'severity', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getSeverities', @@ -571,7 +571,7 @@ export const issueFields: INodeProperties[] = [ }, default: '', description: - 'ID of the status of the issue. Choose from the list, or specify an ID using an expression.', + 'ID of the status of the issue. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subject', @@ -584,7 +584,7 @@ export const issueFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTags', @@ -596,7 +596,7 @@ export const issueFields: INodeProperties[] = [ name: 'type', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTypes', diff --git a/packages/nodes-base/nodes/Taiga/descriptions/TaskDescription.ts b/packages/nodes-base/nodes/Taiga/descriptions/TaskDescription.ts index fec8af90d6..028aad208c 100644 --- a/packages/nodes-base/nodes/Taiga/descriptions/TaskDescription.ts +++ b/packages/nodes-base/nodes/Taiga/descriptions/TaskDescription.ts @@ -55,7 +55,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.', + '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', @@ -105,7 +105,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an expression.', + 'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Blocked Note', @@ -137,7 +137,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.', + 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Status Name or ID', @@ -149,14 +149,14 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'ID of the status of the task. Choose from the list, or specify an ID using an expression.', + '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', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTags', @@ -183,7 +183,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user story of the task. Choose from the list, or specify an ID using an expression.', + 'ID of the user story of the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'User Story Order', @@ -241,7 +241,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.', + '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', @@ -308,7 +308,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user whom the task is assigned to. Choose from the list, or specify an ID using an expression.', + 'ID of the user whom the task is assigned to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Is Closed', @@ -327,13 +327,13 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.', + '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.', + 'ID of the owner of the task. Choose from the list, or specify an ID using an expression.', type: 'options', typeOptions: { loadOptionsDependsOn: ['projectId'], @@ -346,7 +346,7 @@ export const taskFields: INodeProperties[] = [ name: 'role', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getRoles', @@ -357,7 +357,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.', + 'ID of the status of the task. Choose from the list, or specify an ID using an expression.', type: 'options', typeOptions: { loadOptionsDependsOn: ['projectId'], @@ -370,7 +370,7 @@ export const taskFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTags', @@ -381,7 +381,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.', + '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: ['projectId'], @@ -399,7 +399,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.', + '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', @@ -449,7 +449,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user to assign the task to. Choose from the list, or specify an ID using an expression.', + 'ID of the user to assign the task to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Blocked Note', @@ -481,7 +481,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.', + 'ID of the milestone of the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Status Name or ID', @@ -493,7 +493,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'ID of the status of the task. Choose from the list, or specify an ID using an expression.', + 'ID of the status of the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subject', @@ -511,7 +511,7 @@ export const taskFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user story of the task. Choose from the list, or specify an ID using an expression.', + 'ID of the user story of the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'User Story Order', @@ -528,7 +528,7 @@ export const taskFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTags', diff --git a/packages/nodes-base/nodes/Taiga/descriptions/UserStoryDescription.ts b/packages/nodes-base/nodes/Taiga/descriptions/UserStoryDescription.ts index 338bf6b72d..c680cebb6b 100644 --- a/packages/nodes-base/nodes/Taiga/descriptions/UserStoryDescription.ts +++ b/packages/nodes-base/nodes/Taiga/descriptions/UserStoryDescription.ts @@ -55,7 +55,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.', + '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', @@ -105,7 +105,7 @@ export const userStoryFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user to whom the user story is assigned. Choose from the list, or specify an ID using an expression.', + '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', @@ -158,7 +158,7 @@ export const userStoryFields: INodeProperties[] = [ }, default: '', description: - 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.', + 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Sprint Order', @@ -180,14 +180,14 @@ export const userStoryFields: INodeProperties[] = [ }, default: '', description: - 'ID of the status of the user story. Choose from the list, or specify an ID using an expression.', + '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', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTags', @@ -199,7 +199,7 @@ export const userStoryFields: INodeProperties[] = [ name: 'type', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTypes', @@ -252,7 +252,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.', + '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', @@ -313,7 +313,7 @@ export const userStoryFields: INodeProperties[] = [ displayName: 'Assignee 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.', + '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: ['projectId'], @@ -325,7 +325,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.', + '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: ['projectId'], @@ -357,14 +357,14 @@ export const userStoryFields: INodeProperties[] = [ }, default: '', description: - 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.', + '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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getRoles', @@ -375,7 +375,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.', + 'ID of the status of the user story. Choose from the list, or specify an ID using an expression.', type: 'options', typeOptions: { loadOptionsDependsOn: ['projectId'], @@ -388,7 +388,7 @@ export const userStoryFields: INodeProperties[] = [ name: 'tags', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTags', @@ -410,7 +410,7 @@ export const userStoryFields: INodeProperties[] = [ }, default: '', description: - 'ID of the project to set the user story to. Choose from the list, or specify an ID using an expression.', + 'ID of the project to set the user story to. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['userStory'], @@ -455,7 +455,7 @@ export const userStoryFields: INodeProperties[] = [ }, default: '', description: - 'ID of the user to assign the the user story to. Choose from the list, or specify an ID using an expression.', + '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', @@ -508,7 +508,7 @@ export const userStoryFields: INodeProperties[] = [ }, default: '', description: - 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.', + 'ID of the milestone of the user story. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Subject', @@ -536,14 +536,14 @@ export const userStoryFields: INodeProperties[] = [ }, default: '', description: - 'ID of the status of the user story. Choose from the list, or specify an ID using an expression.', + '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', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTags', @@ -555,7 +555,7 @@ export const userStoryFields: INodeProperties[] = [ name: 'type', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsDependsOn: ['projectId'], loadOptionsMethod: 'getTypes', diff --git a/packages/nodes-base/nodes/Tapfiliate/ProgramAffiliateDescription.ts b/packages/nodes-base/nodes/Tapfiliate/ProgramAffiliateDescription.ts index a17b9d71d9..111ac5be03 100644 --- a/packages/nodes-base/nodes/Tapfiliate/ProgramAffiliateDescription.ts +++ b/packages/nodes-base/nodes/Tapfiliate/ProgramAffiliateDescription.ts @@ -67,7 +67,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.', + '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', @@ -132,7 +132,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.', + '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', @@ -166,7 +166,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.', + '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', @@ -201,7 +201,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.', + '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', @@ -237,7 +237,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.', + '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 b757341610..4742b95a46 100644 --- a/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts +++ b/packages/nodes-base/nodes/TheHive/descriptions/AlertDescription.ts @@ -8,7 +8,7 @@ export const alertOperations: INodeProperties[] = [ name: 'operation', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', noDataExpression: true, required: true, typeOptions: { @@ -325,7 +325,7 @@ export const alertFields: INodeProperties[] = [ loadOptionsMethod: 'loadObservableTypes', }, description: - 'Type of the observable. Choose from the list, or specify an ID using an expression.', + 'Type of the observable. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Data', @@ -373,7 +373,7 @@ export const alertFields: INodeProperties[] = [ name: 'responder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, default: '', typeOptions: { @@ -448,7 +448,7 @@ export const alertFields: INodeProperties[] = [ name: 'field', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'loadCustomFields', }, @@ -540,7 +540,7 @@ export const alertFields: INodeProperties[] = [ loadOptionsMethod: 'loadObservableTypes', }, description: - 'Type of the observable. Choose from the list, or specify an ID using an expression.', + 'Type of the observable. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Data', @@ -605,7 +605,7 @@ export const alertFields: INodeProperties[] = [ name: 'field', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'loadCustomFields', }, @@ -818,7 +818,7 @@ export const alertFields: INodeProperties[] = [ name: 'field', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 69391372c4..adc3e571e6 100644 --- a/packages/nodes-base/nodes/TheHive/descriptions/CaseDescription.ts +++ b/packages/nodes-base/nodes/TheHive/descriptions/CaseDescription.ts @@ -10,7 +10,7 @@ export const caseOperations: INodeProperties[] = [ default: 'getAll', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', noDataExpression: true, required: true, displayOptions: { @@ -221,7 +221,7 @@ export const caseFields: INodeProperties[] = [ name: 'responder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', required: true, typeOptions: { @@ -288,7 +288,7 @@ export const caseFields: INodeProperties[] = [ name: 'field', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'loadCustomFields', }, @@ -383,7 +383,7 @@ export const caseFields: INodeProperties[] = [ name: 'field', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'loadCustomFields', }, @@ -654,7 +654,7 @@ export const caseFields: INodeProperties[] = [ name: 'field', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 6092f3a862..8db0414e37 100644 --- a/packages/nodes-base/nodes/TheHive/descriptions/LogDescription.ts +++ b/packages/nodes-base/nodes/TheHive/descriptions/LogDescription.ts @@ -160,7 +160,7 @@ export const logFields: INodeProperties[] = [ name: 'responder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 0ddb36db14..2e2c7ce576 100644 --- a/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts +++ b/packages/nodes-base/nodes/TheHive/descriptions/ObservableDescription.ts @@ -8,7 +8,7 @@ export const observableOperations: INodeProperties[] = [ name: 'operation', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', noDataExpression: true, required: true, default: 'getAll', @@ -101,7 +101,7 @@ export const observableFields: INodeProperties[] = [ }, }, description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', }, { displayName: 'Data', @@ -252,7 +252,7 @@ export const observableFields: INodeProperties[] = [ name: 'analyzers', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', required: true, default: [], typeOptions: { @@ -276,7 +276,7 @@ export const observableFields: INodeProperties[] = [ name: 'responder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, default: '', typeOptions: { @@ -448,7 +448,7 @@ export const observableFields: INodeProperties[] = [ loadOptionsMethod: 'loadObservableTypes', }, description: - 'Choose from the list, or specify IDs using an expression', + '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 58bfaa3ede..c17bb06a1b 100644 --- a/packages/nodes-base/nodes/TheHive/descriptions/TaskDescription.ts +++ b/packages/nodes-base/nodes/TheHive/descriptions/TaskDescription.ts @@ -7,7 +7,7 @@ export const taskOperations: INodeProperties[] = [ default: 'getAll', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', noDataExpression: true, required: true, displayOptions: { @@ -147,7 +147,7 @@ export const taskFields: INodeProperties[] = [ name: 'responder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, default: '', typeOptions: { diff --git a/packages/nodes-base/nodes/TheHiveProject/actions/alert/promote.operation.ts b/packages/nodes-base/nodes/TheHiveProject/actions/alert/promote.operation.ts index cc69c94f9c..d59821e8f6 100644 --- a/packages/nodes-base/nodes/TheHiveProject/actions/alert/promote.operation.ts +++ b/packages/nodes-base/nodes/TheHiveProject/actions/alert/promote.operation.ts @@ -22,7 +22,7 @@ const properties: INodeProperties[] = [ name: 'caseTemplate', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', typeOptions: { loadOptionsMethod: 'loadCaseTemplate', diff --git a/packages/nodes-base/nodes/TheHiveProject/actions/alert/status.operation.ts b/packages/nodes-base/nodes/TheHiveProject/actions/alert/status.operation.ts index d4c7484abe..5244b79dfb 100644 --- a/packages/nodes-base/nodes/TheHiveProject/actions/alert/status.operation.ts +++ b/packages/nodes-base/nodes/TheHiveProject/actions/alert/status.operation.ts @@ -10,7 +10,7 @@ const properties: INodeProperties[] = [ name: 'status', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: '', required: true, typeOptions: { diff --git a/packages/nodes-base/nodes/TheHiveProject/actions/case/deleteAttachment.operation.ts b/packages/nodes-base/nodes/TheHiveProject/actions/case/deleteAttachment.operation.ts index aa398e0871..7491cfcb51 100644 --- a/packages/nodes-base/nodes/TheHiveProject/actions/case/deleteAttachment.operation.ts +++ b/packages/nodes-base/nodes/TheHiveProject/actions/case/deleteAttachment.operation.ts @@ -12,7 +12,7 @@ const properties: INodeProperties[] = [ default: '', required: true, description: - 'ID of the attachment. Choose from the list, or specify an ID using an expression.', + 'ID of the attachment. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'loadCaseAttachments', }, diff --git a/packages/nodes-base/nodes/TheHiveProject/actions/case/getAttachment.operation.ts b/packages/nodes-base/nodes/TheHiveProject/actions/case/getAttachment.operation.ts index e4dd177ec3..0a3566f154 100644 --- a/packages/nodes-base/nodes/TheHiveProject/actions/case/getAttachment.operation.ts +++ b/packages/nodes-base/nodes/TheHiveProject/actions/case/getAttachment.operation.ts @@ -17,7 +17,7 @@ const properties: INodeProperties[] = [ default: '', required: true, description: - 'ID of the attachment. Choose from the list, or specify an ID using an expression.', + 'ID of the attachment. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'loadCaseAttachments', loadOptionsDependsOn: ['caseId.value'], diff --git a/packages/nodes-base/nodes/TheHiveProject/actions/log/deleteAttachment.operation.ts b/packages/nodes-base/nodes/TheHiveProject/actions/log/deleteAttachment.operation.ts index 3f3e64755e..017d7b4999 100644 --- a/packages/nodes-base/nodes/TheHiveProject/actions/log/deleteAttachment.operation.ts +++ b/packages/nodes-base/nodes/TheHiveProject/actions/log/deleteAttachment.operation.ts @@ -12,7 +12,7 @@ const properties: INodeProperties[] = [ default: '', required: true, description: - 'ID of the attachment. Choose from the list, or specify an ID using an expression.', + 'ID of the attachment. Choose from the list, or specify an ID using an expression.', typeOptions: { loadOptionsMethod: 'loadLogAttachments', loadOptionsDependsOn: ['logId.value'], diff --git a/packages/nodes-base/nodes/TheHiveProject/actions/observable/create.operation.ts b/packages/nodes-base/nodes/TheHiveProject/actions/observable/create.operation.ts index b431c2e9ca..ba515bbb78 100644 --- a/packages/nodes-base/nodes/TheHiveProject/actions/observable/create.operation.ts +++ b/packages/nodes-base/nodes/TheHiveProject/actions/observable/create.operation.ts @@ -54,7 +54,7 @@ const properties: INodeProperties[] = [ name: 'dataType', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, default: 'file', typeOptions: { diff --git a/packages/nodes-base/nodes/TheHiveProject/actions/observable/executeAnalyzer.operation.ts b/packages/nodes-base/nodes/TheHiveProject/actions/observable/executeAnalyzer.operation.ts index 50bbfbdfb3..54deac7c0b 100644 --- a/packages/nodes-base/nodes/TheHiveProject/actions/observable/executeAnalyzer.operation.ts +++ b/packages/nodes-base/nodes/TheHiveProject/actions/observable/executeAnalyzer.operation.ts @@ -16,7 +16,7 @@ const properties: INodeProperties[] = [ name: 'analyzers', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', required: true, default: [], typeOptions: { diff --git a/packages/nodes-base/nodes/TheHiveProject/descriptions/common.description.ts b/packages/nodes-base/nodes/TheHiveProject/descriptions/common.description.ts index b1ce20094a..7a7d316a78 100644 --- a/packages/nodes-base/nodes/TheHiveProject/descriptions/common.description.ts +++ b/packages/nodes-base/nodes/TheHiveProject/descriptions/common.description.ts @@ -31,7 +31,7 @@ export const responderOptions: INodeProperties = { name: 'responder', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, default: '', typeOptions: { @@ -106,7 +106,7 @@ export const observableTypeOptions: INodeProperties = { loadOptionsMethod: 'loadObservableTypes', }, description: - 'Type of the observable. Choose from the list, or specify an ID using an expression.', + 'Type of the observable. Choose from the list, or specify an ID using an expression.', }; export const alertStatusOptions: INodeProperties = { diff --git a/packages/nodes-base/nodes/TheHiveProject/descriptions/filter.description.ts b/packages/nodes-base/nodes/TheHiveProject/descriptions/filter.description.ts index 015d766e88..d2d505058d 100644 --- a/packages/nodes-base/nodes/TheHiveProject/descriptions/filter.description.ts +++ b/packages/nodes-base/nodes/TheHiveProject/descriptions/filter.description.ts @@ -24,7 +24,7 @@ const field: INodeProperties[] = [ loadOptionsMethod: 'loadAlertFields', }, description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { '/resource': ['alert'], @@ -41,7 +41,7 @@ const field: INodeProperties[] = [ loadOptionsMethod: 'loadCaseFields', }, description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { '/resource': ['case'], @@ -58,7 +58,7 @@ const field: INodeProperties[] = [ loadOptionsMethod: 'loadTaskFields', }, description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { '/resource': ['task'], @@ -75,7 +75,7 @@ const field: INodeProperties[] = [ loadOptionsMethod: 'loadObservableFields', }, description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', displayOptions: { show: { '/resource': ['observable'], diff --git a/packages/nodes-base/nodes/Todoist/v1/TodoistV1.node.ts b/packages/nodes-base/nodes/Todoist/v1/TodoistV1.node.ts index 3983396a61..fccfa3f679 100644 --- a/packages/nodes-base/nodes/Todoist/v1/TodoistV1.node.ts +++ b/packages/nodes-base/nodes/Todoist/v1/TodoistV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { IExecuteFunctions, IDataObject, @@ -226,7 +225,7 @@ const versionDescription: INodeTypeDescription = { }, default: '', description: - 'Section to which you want move the task. Choose from the list, or specify an ID using an expression.', + 'Section to which you want move the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Label Names or IDs', @@ -243,7 +242,7 @@ const versionDescription: INodeTypeDescription = { }, default: [], description: - 'Optional labels that will be assigned to a created task. Choose from the list, or specify IDs using an expression.', + 'Optional labels that will be assigned to a created task. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Content', @@ -329,7 +328,7 @@ const versionDescription: INodeTypeDescription = { }, default: {}, description: - 'The parent task you want to operate on. Choose from the list, or specify an ID using an expression.', + 'The parent task you want to operate on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Priority', @@ -352,7 +351,7 @@ const versionDescription: INodeTypeDescription = { }, default: {}, description: - 'The section you want to operate on. Choose from the list, or specify an ID using an expression.', + 'The section you want to operate on. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -424,7 +423,7 @@ const versionDescription: INodeTypeDescription = { }, default: {}, description: - 'Filter tasks by label. Choose from the list, or specify an ID using an expression.', + 'Filter tasks by label. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Lang', @@ -444,7 +443,7 @@ const versionDescription: INodeTypeDescription = { }, default: '', description: - 'Filter tasks by parent task ID. Choose from the list, or specify an ID using an expression.', + 'Filter tasks by parent task ID. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Project Name or ID', @@ -455,7 +454,7 @@ const versionDescription: INodeTypeDescription = { }, default: '', description: - 'Filter tasks by project ID. Choose from the list, or specify an ID using an expression.', + 'Filter tasks by project ID. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Section Name or ID', @@ -467,7 +466,7 @@ const versionDescription: INodeTypeDescription = { }, default: '', description: - 'Filter tasks by section ID. Choose from the list, or specify an ID using an expression.', + 'Filter tasks by section ID. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -534,7 +533,7 @@ const versionDescription: INodeTypeDescription = { name: 'labels', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + 'Choose from the list, or specify IDs using an expression', typeOptions: { loadOptionsMethod: 'getLabels', }, diff --git a/packages/nodes-base/nodes/Todoist/v2/TodoistV2.node.ts b/packages/nodes-base/nodes/Todoist/v2/TodoistV2.node.ts index ee3ebbbef8..24608ab1e3 100644 --- a/packages/nodes-base/nodes/Todoist/v2/TodoistV2.node.ts +++ b/packages/nodes-base/nodes/Todoist/v2/TodoistV2.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import { type IExecuteFunctions, type IDataObject, @@ -226,7 +225,7 @@ const versionDescription: INodeTypeDescription = { }, default: '', description: - 'Section to which you want move the task. Choose from the list, or specify an ID using an expression.', + 'Section to which you want move the task. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Label Names or IDs', @@ -243,7 +242,7 @@ const versionDescription: INodeTypeDescription = { }, default: [], description: - 'Optional labels that will be assigned to a created task. Choose from the list, or specify IDs using an expression.', + 'Optional labels that will be assigned to a created task. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Content', @@ -329,7 +328,7 @@ const versionDescription: INodeTypeDescription = { }, default: {}, description: - 'The parent task you want to operate on. Choose from the list, or specify an ID using an expression.', + 'The parent task you want to operate on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Priority', @@ -352,7 +351,7 @@ const versionDescription: INodeTypeDescription = { }, default: {}, description: - 'The section you want to operate on. Choose from the list, or specify an ID using an expression.', + 'The section you want to operate on. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -424,7 +423,7 @@ const versionDescription: INodeTypeDescription = { }, default: {}, description: - 'Filter tasks by label. Choose from the list, or specify an ID using an expression.', + 'Filter tasks by label. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Lang', @@ -444,7 +443,7 @@ const versionDescription: INodeTypeDescription = { }, default: '', description: - 'Filter tasks by parent task ID. Choose from the list, or specify an ID using an expression.', + 'Filter tasks by parent task ID. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Project Name or ID', @@ -455,7 +454,7 @@ const versionDescription: INodeTypeDescription = { }, default: '', description: - 'Filter tasks by project ID. Choose from the list, or specify an ID using an expression.', + 'Filter tasks by project ID. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Section Name or ID', @@ -467,7 +466,7 @@ const versionDescription: INodeTypeDescription = { }, default: '', description: - 'Filter tasks by section ID. Choose from the list, or specify an ID using an expression.', + 'Filter tasks by section ID. Choose from the list, or specify an ID using an expression.', }, ], }, @@ -534,7 +533,7 @@ const versionDescription: INodeTypeDescription = { name: 'labels', type: 'multiOptions', description: - 'Choose from the list, or specify IDs using an expression', + '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 90137be51f..04c6c7eb0e 100644 --- a/packages/nodes-base/nodes/Twake/Twake.node.ts +++ b/packages/nodes-base/nodes/Twake/Twake.node.ts @@ -115,7 +115,7 @@ export class Twake implements INodeType { }, default: '', description: - 'Channel\'s ID. Choose from the list, or specify an ID using an expression.', + '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 afdc772ff4..eb1c035890 100644 --- a/packages/nodes-base/nodes/Twist/ChannelDescription.ts +++ b/packages/nodes-base/nodes/Twist/ChannelDescription.ts @@ -79,7 +79,7 @@ export const channelFields: INodeProperties[] = [ }, required: true, description: - 'The ID of the workspace. Choose from the list, or specify an ID using an expression.', + 'The ID of the workspace. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Name', @@ -197,7 +197,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.', + 'The users that will participate in the channel. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -239,7 +239,7 @@ export const channelFields: INodeProperties[] = [ }, required: true, description: - 'The ID of the workspace. Choose from the list, or specify an ID using an expression.', + '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 a695d399d2..57b027a643 100644 --- a/packages/nodes-base/nodes/Twist/CommentDescription.ts +++ b/packages/nodes-base/nodes/Twist/CommentDescription.ts @@ -194,7 +194,7 @@ export const commentFields: INodeProperties[] = [ }, default: [], description: - 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.', + 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Mark Thread Position', @@ -213,7 +213,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.', + 'The users that will attached to the comment. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Temporary ID', @@ -505,7 +505,7 @@ export const commentFields: INodeProperties[] = [ }, default: [], description: - 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.', + '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 dd111aa7a4..5f72ad17da 100644 --- a/packages/nodes-base/nodes/Twist/MessageConversationDescription.ts +++ b/packages/nodes-base/nodes/Twist/MessageConversationDescription.ts @@ -67,7 +67,7 @@ export const messageConversationFields: INodeProperties[] = [ }, required: true, description: - 'The ID of the workspace. Choose from the list, or specify an ID using an expression.', + 'The ID of the workspace. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Conversation Name or ID', @@ -86,7 +86,7 @@ export const messageConversationFields: INodeProperties[] = [ }, required: true, description: - 'The ID of the conversation. Choose from the list, or specify an ID using an expression.', + 'The ID of the conversation. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Content', @@ -217,7 +217,7 @@ export const messageConversationFields: INodeProperties[] = [ }, default: [], description: - 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.', + 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.', }, // { // displayName: 'Direct Group Mentions ', @@ -251,7 +251,7 @@ export const messageConversationFields: INodeProperties[] = [ }, required: true, description: - 'The ID of the workspace. Choose from the list, or specify an ID using an expression.', + 'The ID of the workspace. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Conversation Name or ID', @@ -270,7 +270,7 @@ export const messageConversationFields: INodeProperties[] = [ }, required: true, description: - 'The ID of the conversation. Choose from the list, or specify an ID using an expression.', + 'The ID of the conversation. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -486,7 +486,7 @@ export const messageConversationFields: INodeProperties[] = [ }, default: [], description: - 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.', + '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 b262db52dd..b28f469047 100644 --- a/packages/nodes-base/nodes/Twist/ThreadDescription.ts +++ b/packages/nodes-base/nodes/Twist/ThreadDescription.ts @@ -208,7 +208,7 @@ export const threadFields: INodeProperties[] = [ }, default: [], description: - 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.', + 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Recipient Names or IDs', @@ -220,7 +220,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.', + 'The users that will attached to the thread. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Send as Integration', @@ -501,7 +501,7 @@ export const threadFields: INodeProperties[] = [ }, default: [], description: - 'The users that are directly mentioned. Choose from the list, or specify IDs using an expression.', + '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/V1/TweetDescription.ts b/packages/nodes-base/nodes/Twitter/V1/TweetDescription.ts index bf5cb963f9..b73846ed3c 100644 --- a/packages/nodes-base/nodes/Twitter/V1/TweetDescription.ts +++ b/packages/nodes-base/nodes/Twitter/V1/TweetDescription.ts @@ -240,7 +240,7 @@ export const tweetFields: INodeProperties[] = [ }, 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.', + '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 4bd4860ab2..2cd8206bdd 100644 --- a/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.ts +++ b/packages/nodes-base/nodes/Typeform/TypeformTrigger.node.ts @@ -90,7 +90,7 @@ export class TypeformTrigger implements INodeType { default: '', required: true, description: - 'Form which should trigger workflow on submission. Choose from the list, or specify an ID using an expression.', + 'Form which should trigger workflow on submission. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Simplify Answers', diff --git a/packages/nodes-base/nodes/Venafi/ProtectCloud/CertificateDescription.ts b/packages/nodes-base/nodes/Venafi/ProtectCloud/CertificateDescription.ts index 575a3ae6f9..6190862ca4 100644 --- a/packages/nodes-base/nodes/Venafi/ProtectCloud/CertificateDescription.ts +++ b/packages/nodes-base/nodes/Venafi/ProtectCloud/CertificateDescription.ts @@ -303,7 +303,7 @@ export const certificateFields: INodeProperties[] = [ name: 'applicationId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getApplications', }, @@ -332,7 +332,7 @@ export const certificateFields: INodeProperties[] = [ name: 'certificateIssuingTemplateId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCertificateIssuingTemplates', }, diff --git a/packages/nodes-base/nodes/Venafi/ProtectCloud/CertificateRequestDescription.ts b/packages/nodes-base/nodes/Venafi/ProtectCloud/CertificateRequestDescription.ts index 91e8e6fa9f..0ebde5aa65 100644 --- a/packages/nodes-base/nodes/Venafi/ProtectCloud/CertificateRequestDescription.ts +++ b/packages/nodes-base/nodes/Venafi/ProtectCloud/CertificateRequestDescription.ts @@ -44,7 +44,7 @@ export const certificateRequestFields: INodeProperties[] = [ name: 'applicationId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getApplications', }, @@ -61,7 +61,7 @@ export const certificateRequestFields: INodeProperties[] = [ name: 'certificateIssuingTemplateId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCertificateIssuingTemplates', loadOptionsDependsOn: ['applicationId'], diff --git a/packages/nodes-base/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloudTrigger.node.ts b/packages/nodes-base/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloudTrigger.node.ts index 4f93701c32..8017cf6edc 100644 --- a/packages/nodes-base/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloudTrigger.node.ts +++ b/packages/nodes-base/nodes/Venafi/ProtectCloud/VenafiTlsProtectCloudTrigger.node.ts @@ -51,7 +51,7 @@ export class VenafiTlsProtectCloudTrigger implements INodeType { required: true, default: [], description: - 'Choose from the list, or specify an ID using an expression. Choose from the list, or specify IDs using an expression. Choose from the list, or specify an ID using an expression.', + 'Choose from the list, or specify an ID using an expression. Choose from the list, or specify IDs using an expression. 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-multi-options @@ -65,7 +65,7 @@ export class VenafiTlsProtectCloudTrigger implements INodeType { required: true, default: [], description: - 'Choose from the list, or specify an ID using an expression. Choose from the list, or specify IDs using an expression. Choose from the list, or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', + 'Choose from the list, or specify an ID using an expression. Choose from the list, or specify IDs using an expression. Choose from the list, or specify an ID using an expression. Choose from the list, or specify IDs using an expression.', }, ], }; diff --git a/packages/nodes-base/nodes/Webflow/V1/ItemDescription.ts b/packages/nodes-base/nodes/Webflow/V1/ItemDescription.ts index 492497d6ef..a921c0853a 100644 --- a/packages/nodes-base/nodes/Webflow/V1/ItemDescription.ts +++ b/packages/nodes-base/nodes/Webflow/V1/ItemDescription.ts @@ -62,7 +62,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.', + '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', @@ -81,7 +81,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.', + 'ID of the collection to add an item to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Live', @@ -127,7 +127,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.', + 'Field to set for the item to create. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', @@ -160,7 +160,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.', + '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', @@ -179,7 +179,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.', + 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Item ID', @@ -214,7 +214,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.', + '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', @@ -233,7 +233,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.', + 'ID of the collection whose items to update. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Item ID', @@ -293,7 +293,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.', + 'Field to set for the item to update. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', @@ -325,7 +325,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.', + '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', @@ -344,7 +344,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.', + '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/V1/WebflowTriggerV1.node.ts b/packages/nodes-base/nodes/Webflow/V1/WebflowTriggerV1.node.ts index 7c36ed0e26..87fafeffd7 100644 --- a/packages/nodes-base/nodes/Webflow/V1/WebflowTriggerV1.node.ts +++ b/packages/nodes-base/nodes/Webflow/V1/WebflowTriggerV1.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import { type IHookFunctions, type IWebhookFunctions, @@ -85,7 +84,7 @@ export class WebflowTriggerV1 implements INodeType { loadOptionsMethod: 'getSites', }, description: - 'Site that will trigger the events. Choose from the list, or specify an ID using an expression.', + '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/Webflow/V2/WebflowTriggerV2.node.ts b/packages/nodes-base/nodes/Webflow/V2/WebflowTriggerV2.node.ts index bc827bc11e..0038f0bd87 100644 --- a/packages/nodes-base/nodes/Webflow/V2/WebflowTriggerV2.node.ts +++ b/packages/nodes-base/nodes/Webflow/V2/WebflowTriggerV2.node.ts @@ -1,4 +1,3 @@ -/* eslint-disable n8n-nodes-base/node-filename-against-convention */ import type { IHookFunctions, IDataObject, @@ -55,7 +54,7 @@ export class WebflowTriggerV2 implements INodeType { loadOptionsMethod: 'getSites', }, description: - 'Site that will trigger the events. Choose from the list, or specify an ID using an expression.', + '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/Webflow/V2/actions/Item/create.operation.ts b/packages/nodes-base/nodes/Webflow/V2/actions/Item/create.operation.ts index 8eeeb9cb66..da816d56f9 100644 --- a/packages/nodes-base/nodes/Webflow/V2/actions/Item/create.operation.ts +++ b/packages/nodes-base/nodes/Webflow/V2/actions/Item/create.operation.ts @@ -19,7 +19,7 @@ const properties: INodeProperties[] = [ }, default: '', description: - 'ID of the site containing the collection whose items to add to. Choose from the list, or specify an ID using an expression.', + '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', @@ -32,7 +32,7 @@ const properties: INodeProperties[] = [ }, default: '', description: - 'ID of the collection to add an item to. Choose from the list, or specify an ID using an expression.', + 'ID of the collection to add an item to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Live', @@ -66,7 +66,7 @@ const properties: INodeProperties[] = [ }, default: '', description: - 'Field to set for the item to create. Choose from the list, or specify an ID using an expression.', + 'Field to set for the item to create. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', diff --git a/packages/nodes-base/nodes/Webflow/V2/actions/Item/delete.operation.ts b/packages/nodes-base/nodes/Webflow/V2/actions/Item/delete.operation.ts index 632a8e6e93..0fdabdd5a9 100644 --- a/packages/nodes-base/nodes/Webflow/V2/actions/Item/delete.operation.ts +++ b/packages/nodes-base/nodes/Webflow/V2/actions/Item/delete.operation.ts @@ -19,7 +19,7 @@ const properties: INodeProperties[] = [ }, default: '', description: - 'ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an expression.', + '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', @@ -32,7 +32,7 @@ const properties: INodeProperties[] = [ }, default: '', description: - 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.', + 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Item ID', diff --git a/packages/nodes-base/nodes/Webflow/V2/actions/Item/get.operation.ts b/packages/nodes-base/nodes/Webflow/V2/actions/Item/get.operation.ts index c02b3fc26e..26c2113555 100644 --- a/packages/nodes-base/nodes/Webflow/V2/actions/Item/get.operation.ts +++ b/packages/nodes-base/nodes/Webflow/V2/actions/Item/get.operation.ts @@ -19,7 +19,7 @@ const properties: INodeProperties[] = [ }, default: '', description: - 'ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an expression.', + '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', @@ -32,7 +32,7 @@ const properties: INodeProperties[] = [ }, default: '', description: - 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.', + 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Item ID', diff --git a/packages/nodes-base/nodes/Webflow/V2/actions/Item/getAll.operation.ts b/packages/nodes-base/nodes/Webflow/V2/actions/Item/getAll.operation.ts index 6f9bd0f5b1..9b81c50698 100644 --- a/packages/nodes-base/nodes/Webflow/V2/actions/Item/getAll.operation.ts +++ b/packages/nodes-base/nodes/Webflow/V2/actions/Item/getAll.operation.ts @@ -19,7 +19,7 @@ const properties: INodeProperties[] = [ }, default: '', description: - 'ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an expression.', + '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', @@ -32,7 +32,7 @@ const properties: INodeProperties[] = [ }, default: '', description: - 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.', + 'ID of the collection whose items to operate on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', diff --git a/packages/nodes-base/nodes/Webflow/V2/actions/Item/update.operation.ts b/packages/nodes-base/nodes/Webflow/V2/actions/Item/update.operation.ts index e4f94ad17d..37e716c783 100644 --- a/packages/nodes-base/nodes/Webflow/V2/actions/Item/update.operation.ts +++ b/packages/nodes-base/nodes/Webflow/V2/actions/Item/update.operation.ts @@ -19,7 +19,7 @@ const properties: INodeProperties[] = [ }, default: '', description: - 'ID of the site containing the collection whose items to add to. Choose from the list, or specify an ID using an expression.', + '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', @@ -32,7 +32,7 @@ const properties: INodeProperties[] = [ }, default: '', description: - 'ID of the collection to add an item to. Choose from the list, or specify an ID using an expression.', + 'ID of the collection to add an item to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Item ID', @@ -74,7 +74,7 @@ const properties: INodeProperties[] = [ }, default: '', description: - 'Field to set for the item to create. Choose from the list, or specify an ID using an expression.', + 'Field to set for the item to create. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', diff --git a/packages/nodes-base/nodes/Wekan/BoardDescription.ts b/packages/nodes-base/nodes/Wekan/BoardDescription.ts index 4fa7ed277e..9842868806 100644 --- a/packages/nodes-base/nodes/Wekan/BoardDescription.ts +++ b/packages/nodes-base/nodes/Wekan/BoardDescription.ts @@ -79,7 +79,7 @@ export const boardFields: INodeProperties[] = [ }, }, description: - 'The user ID in Wekan. Choose from the list, or specify an ID using an expression.', + 'The user ID in Wekan. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Additional Fields', @@ -237,7 +237,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.', + '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 6cf188a0aa..a56f65df09 100644 --- a/packages/nodes-base/nodes/Wekan/CardCommentDescription.ts +++ b/packages/nodes-base/nodes/Wekan/CardCommentDescription.ts @@ -61,7 +61,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.', + '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', @@ -80,7 +80,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.', + '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', @@ -99,7 +99,7 @@ export const cardCommentFields: INodeProperties[] = [ }, }, description: - 'The ID of the card. Choose from the list, or specify an ID using an expression.', + 'The ID of the card. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Author Name or ID', @@ -117,7 +117,7 @@ export const cardCommentFields: INodeProperties[] = [ }, }, description: - 'The user who posted the comment. Choose from the list, or specify an ID using an expression.', + 'The user who posted the comment. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Comment', @@ -153,7 +153,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.', + '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', @@ -172,7 +172,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.', + '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', @@ -191,7 +191,7 @@ export const cardCommentFields: INodeProperties[] = [ }, }, description: - 'The ID of the card. Choose from the list, or specify an ID using an expression.', + 'The ID of the card. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Comment Name or ID', @@ -210,7 +210,7 @@ export const cardCommentFields: INodeProperties[] = [ }, }, description: - 'The ID of the comment to delete. Choose from the list, or specify an ID using an expression.', + 'The ID of the comment to delete. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -247,7 +247,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.', + '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', @@ -266,7 +266,7 @@ export const cardCommentFields: INodeProperties[] = [ }, }, description: - 'The ID of the card. Choose from the list, or specify an ID using an expression.', + 'The ID of the card. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Comment ID', @@ -302,7 +302,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.', + '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', @@ -321,7 +321,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.', + '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', @@ -340,7 +340,7 @@ export const cardCommentFields: INodeProperties[] = [ }, }, description: - 'The ID of the card. Choose from the list, or specify an ID using an expression.', + '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 54d607f253..6eb599f8db 100644 --- a/packages/nodes-base/nodes/Wekan/CardDescription.ts +++ b/packages/nodes-base/nodes/Wekan/CardDescription.ts @@ -68,9 +68,9 @@ export const cardFields: INodeProperties[] = [ operation: ['create'], resource: ['card'], }, - }, + }, // 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.', + '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', @@ -89,7 +89,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.', + 'The ID of the list to create card in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Title', @@ -123,14 +123,14 @@ export const cardFields: INodeProperties[] = [ }, }, description: - 'The swimlane ID of the new card. Choose from the list, or specify an ID using an expression.', + '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', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getUsers', }, @@ -165,7 +165,7 @@ export const cardFields: INodeProperties[] = [ }, default: [], description: - 'The new list of assignee IDs attached to the card. Choose from the list, or specify IDs using an expression.', + 'The new list of assignee IDs attached to the card. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Description', @@ -183,7 +183,7 @@ export const cardFields: INodeProperties[] = [ }, default: [], description: - 'The new list of member IDs attached to the card. Choose from the list, or specify IDs using an expression.', + 'The new list of member IDs attached to the card. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -207,7 +207,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.', + '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', @@ -226,7 +226,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.', + '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', @@ -245,7 +245,7 @@ export const cardFields: INodeProperties[] = [ }, }, description: - 'The ID of the card to delete. Choose from the list, or specify an ID using an expression.', + 'The ID of the card to delete. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -267,7 +267,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.', + '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', @@ -286,7 +286,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.', + 'The ID of the list that card belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Card ID', @@ -322,7 +322,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.', + 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'From Object', @@ -365,7 +365,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.', + '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', @@ -384,7 +384,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.', + 'The ID of the swimlane that card belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Return All', @@ -437,7 +437,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.', + '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', @@ -456,7 +456,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.', + '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', @@ -475,7 +475,7 @@ export const cardFields: INodeProperties[] = [ }, }, description: - 'The ID of the card to update. Choose from the list, or specify an ID using an expression.', + 'The ID of the card to update. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Update Fields', @@ -499,7 +499,7 @@ export const cardFields: INodeProperties[] = [ }, default: '', description: - 'Update the owner of the card. Choose from the list, or specify an ID using an expression.', + 'Update the owner of the card. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Assignee Names or IDs', @@ -510,7 +510,7 @@ export const cardFields: INodeProperties[] = [ }, default: [], description: - 'The new list of assignee IDs attached to the card. Choose from the list, or specify IDs using an expression.', + 'The new list of assignee IDs attached to the card. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Color', @@ -659,7 +659,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.', + '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', @@ -670,7 +670,7 @@ export const cardFields: INodeProperties[] = [ }, default: [], description: - 'The new list of member IDs attached to the card. Choose from the list, or specify IDs using an expression.', + 'The new list of member IDs attached to the card. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Over Time', @@ -690,7 +690,7 @@ export const cardFields: INodeProperties[] = [ }, default: '', description: - 'The parent of the card. Choose from the list, or specify an ID using an expression.', + 'The parent of the card. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Received At', @@ -733,7 +733,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.', + '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 b2db9e3062..86af5358ae 100644 --- a/packages/nodes-base/nodes/Wekan/ChecklistDescription.ts +++ b/packages/nodes-base/nodes/Wekan/ChecklistDescription.ts @@ -64,7 +64,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.', + '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', @@ -83,7 +83,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.', + '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', @@ -102,7 +102,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.', + 'The ID of the card to add checklist to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Title', @@ -155,7 +155,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.', + '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', @@ -174,7 +174,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.', + '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', @@ -193,7 +193,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.', + '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', @@ -212,7 +212,7 @@ export const checklistFields: INodeProperties[] = [ }, }, description: - 'The ID of the checklist to delete. Choose from the list, or specify an ID using an expression.', + 'The ID of the checklist to delete. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -234,7 +234,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.', + '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', @@ -253,7 +253,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.', + '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', @@ -272,7 +272,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.', + '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', @@ -291,7 +291,7 @@ export const checklistFields: INodeProperties[] = [ }, }, description: - 'The ID of the checklist to get. Choose from the list, or specify an ID using an expression.', + 'The ID of the checklist to get. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -313,7 +313,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.', + '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', @@ -332,7 +332,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.', + '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', @@ -351,7 +351,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.', + '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 abec489325..4503564917 100644 --- a/packages/nodes-base/nodes/Wekan/ChecklistItemDescription.ts +++ b/packages/nodes-base/nodes/Wekan/ChecklistItemDescription.ts @@ -58,7 +58,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.', + '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', @@ -77,7 +77,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.', + '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', @@ -96,7 +96,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.', + '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', @@ -115,7 +115,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.', + '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', @@ -134,7 +134,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.', + 'The ID of the checklistItem item to get. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -156,7 +156,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.', + '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', @@ -175,7 +175,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.', + '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', @@ -194,7 +194,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.', + 'The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Checklist ID', @@ -227,7 +227,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.', + 'The ID of the checklistItem item to get. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -249,7 +249,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.', + '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', @@ -268,7 +268,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.', + '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', @@ -287,7 +287,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.', + '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', @@ -306,7 +306,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.', + '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', @@ -325,7 +325,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.', + '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 b7d82ce30a..1ecdffe020 100644 --- a/packages/nodes-base/nodes/Wekan/ListDescription.ts +++ b/packages/nodes-base/nodes/Wekan/ListDescription.ts @@ -64,7 +64,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.', + 'The ID of the board the list should be created in. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Title', @@ -101,7 +101,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.', + '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', @@ -120,7 +120,7 @@ export const listFields: INodeProperties[] = [ }, }, description: - 'The ID of the list to delete. Choose from the list, or specify an ID using an expression.', + 'The ID of the list to delete. Choose from the list, or specify an ID using an expression.', }, // ---------------------------------- @@ -142,7 +142,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.', + 'The ID of the board that list belongs to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'List ID', @@ -178,7 +178,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.', + '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 30e8c2d1ea..a1eb844e4d 100644 --- a/packages/nodes-base/nodes/Wise/WiseTrigger.node.ts +++ b/packages/nodes-base/nodes/Wise/WiseTrigger.node.ts @@ -47,7 +47,7 @@ export class WiseTrigger implements INodeType { name: 'profileId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 605a1d2ec7..668cf83222 100644 --- a/packages/nodes-base/nodes/Wise/descriptions/AccountDescription.ts +++ b/packages/nodes-base/nodes/Wise/descriptions/AccountDescription.ts @@ -49,7 +49,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsMethod: 'getProfiles', }, description: - 'ID of the user profile to retrieve the balance of. Choose from the list, or specify an ID using an expression.', + 'ID of the user profile to retrieve the balance of. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['account'], @@ -70,7 +70,7 @@ export const accountFields: INodeProperties[] = [ 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.', + '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: ['account'], @@ -89,7 +89,7 @@ export const accountFields: INodeProperties[] = [ loadOptionsDependsOn: ['profileId'], }, description: - 'ID of the borderless account to retrieve the statement of. Choose from the list, or specify an ID using an expression.', + 'ID of the borderless account to retrieve the statement of. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['account'], diff --git a/packages/nodes-base/nodes/Wise/descriptions/ProfileDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/ProfileDescription.ts index 5290ea7dcf..0f08f47f70 100644 --- a/packages/nodes-base/nodes/Wise/descriptions/ProfileDescription.ts +++ b/packages/nodes-base/nodes/Wise/descriptions/ProfileDescription.ts @@ -41,7 +41,7 @@ export const profileFields: INodeProperties[] = [ loadOptionsMethod: 'getProfiles', }, description: - 'ID of the user profile to retrieve. Choose from the list, or specify an ID using an expression.', + 'ID of the user profile to retrieve. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['profile'], diff --git a/packages/nodes-base/nodes/Wise/descriptions/QuoteDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/QuoteDescription.ts index 4264ec9a8e..1bf65d63e7 100644 --- a/packages/nodes-base/nodes/Wise/descriptions/QuoteDescription.ts +++ b/packages/nodes-base/nodes/Wise/descriptions/QuoteDescription.ts @@ -41,7 +41,7 @@ export const quoteFields: INodeProperties[] = [ loadOptionsMethod: 'getProfiles', }, description: - 'ID of the user profile to create the quote under. Choose from the list, or specify an ID using an expression.', + 'ID of the user profile to create the quote under. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['quote'], @@ -59,7 +59,7 @@ export const quoteFields: INodeProperties[] = [ loadOptionsMethod: 'getRecipients', }, description: - 'ID of the account that will receive the funds. Choose from the list, or specify an ID using an expression.', + 'ID of the account that will receive the funds. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['quote'], diff --git a/packages/nodes-base/nodes/Wise/descriptions/TransferDescription.ts b/packages/nodes-base/nodes/Wise/descriptions/TransferDescription.ts index 5f743cc997..51ed22d626 100644 --- a/packages/nodes-base/nodes/Wise/descriptions/TransferDescription.ts +++ b/packages/nodes-base/nodes/Wise/descriptions/TransferDescription.ts @@ -57,7 +57,7 @@ export const transferFields: INodeProperties[] = [ loadOptionsDependsOn: ['profileId'], }, description: - 'ID of the user profile to retrieve the balance of. Choose from the list, or specify an ID using an expression.', + 'ID of the user profile to retrieve the balance of. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['transfer'], @@ -89,7 +89,7 @@ export const transferFields: INodeProperties[] = [ loadOptionsMethod: 'getRecipients', }, description: - 'ID of the account that will receive the funds. Choose from the list, or specify an ID using an expression.', + 'ID of the account that will receive the funds. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['transfer'], @@ -151,7 +151,7 @@ export const transferFields: INodeProperties[] = [ loadOptionsMethod: 'getProfiles', }, description: - 'ID of the user profile to execute the transfer under. Choose from the list, or specify an ID using an expression.', + 'ID of the user profile to execute the transfer under. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['transfer'], @@ -251,7 +251,7 @@ export const transferFields: INodeProperties[] = [ loadOptionsMethod: 'getProfiles', }, description: - 'ID of the user profile to retrieve. Choose from the list, or specify an ID using an expression.', + 'ID of the user profile to retrieve. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['transfer'], diff --git a/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts b/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts index 68f82be91e..ef86de9c44 100644 --- a/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts +++ b/packages/nodes-base/nodes/WooCommerce/ProductDescription.ts @@ -139,7 +139,7 @@ export const productFields: INodeProperties[] = [ }, default: [], description: - 'List of categories. Choose from the list, or specify IDs using an expression.', + 'List of categories. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Cross Sell IDs', @@ -336,7 +336,7 @@ export const productFields: INodeProperties[] = [ }, default: [], description: - 'List of tags. Choose from the list, or specify IDs using an expression.', + 'List of tags. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Tax Class', @@ -632,7 +632,7 @@ export const productFields: INodeProperties[] = [ }, default: [], description: - 'List of categories. Choose from the list, or specify IDs using an expression.', + 'List of categories. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Cross Sell IDs', @@ -836,7 +836,7 @@ export const productFields: INodeProperties[] = [ }, default: [], description: - 'List of tags. Choose from the list, or specify IDs using an expression.', + 'List of tags. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Tax Class', @@ -1128,7 +1128,7 @@ export const productFields: INodeProperties[] = [ loadOptionsMethod: 'getCategories', }, description: - 'Limit result set to products assigned a specific category ID. Choose from the list, or specify an ID using an expression.', + 'Limit result set to products assigned a specific category ID. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Context', @@ -1298,7 +1298,7 @@ export const productFields: INodeProperties[] = [ loadOptionsMethod: 'getTags', }, description: - 'Limit result set to products assigned a specific tag ID. Choose from the list, or specify an ID using an expression.', + '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/PageDescription.ts b/packages/nodes-base/nodes/Wordpress/PageDescription.ts index 458c70ef83..f0330959ec 100644 --- a/packages/nodes-base/nodes/Wordpress/PageDescription.ts +++ b/packages/nodes-base/nodes/Wordpress/PageDescription.ts @@ -81,7 +81,7 @@ export const pageFields: INodeProperties[] = [ }, default: '', description: - 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.', + 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Parent ID', @@ -313,7 +313,7 @@ export const pageFields: INodeProperties[] = [ }, default: '', description: - 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.', + 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Parent ID', @@ -637,7 +637,7 @@ export const pageFields: INodeProperties[] = [ loadOptionsMethod: 'getAuthors', }, description: - 'Limit result set to pages assigned to specific authors. Choose from the list, or specify IDs using an expression.', + 'Limit result set to pages assigned to specific authors. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Before', diff --git a/packages/nodes-base/nodes/Wordpress/PostDescription.ts b/packages/nodes-base/nodes/Wordpress/PostDescription.ts index 1d5fbc87c7..182c7128dd 100644 --- a/packages/nodes-base/nodes/Wordpress/PostDescription.ts +++ b/packages/nodes-base/nodes/Wordpress/PostDescription.ts @@ -81,7 +81,7 @@ export const postFields: INodeProperties[] = [ }, default: '', description: - 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.', + 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Content', @@ -233,7 +233,7 @@ export const postFields: INodeProperties[] = [ }, default: [], description: - 'The terms assigned to the object in the category taxonomy. Choose from the list, or specify IDs using an expression.', + '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', @@ -244,7 +244,7 @@ export const postFields: INodeProperties[] = [ }, default: [], description: - 'The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an expression.', + 'The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Template', @@ -353,7 +353,7 @@ export const postFields: INodeProperties[] = [ }, default: '', description: - 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.', + 'The ID for the author of the object. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Title', @@ -512,7 +512,7 @@ export const postFields: INodeProperties[] = [ }, default: [], description: - 'The terms assigned to the object in the category taxonomy. Choose from the list, or specify IDs using an expression.', + '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', @@ -523,7 +523,7 @@ export const postFields: INodeProperties[] = [ }, default: [], description: - 'The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an expression.', + 'The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Template', @@ -717,7 +717,7 @@ export const postFields: INodeProperties[] = [ loadOptionsMethod: 'getAuthors', }, description: - 'Limit result set to posts assigned to specific authors. Choose from the list, or specify IDs using an expression.', + 'Limit result set to posts assigned to specific authors. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Before', @@ -735,7 +735,7 @@ export const postFields: INodeProperties[] = [ 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.', + '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', @@ -768,7 +768,7 @@ export const postFields: INodeProperties[] = [ 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.', + '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 @@ -780,7 +780,7 @@ export const postFields: INodeProperties[] = [ 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.', + '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', @@ -900,7 +900,7 @@ export const postFields: INodeProperties[] = [ 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.', + '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 1241cf5691..121ead0dc2 100644 --- a/packages/nodes-base/nodes/Workable/WorkableTrigger.node.ts +++ b/packages/nodes-base/nodes/Workable/WorkableTrigger.node.ts @@ -76,7 +76,7 @@ export class WorkableTrigger implements INodeType { }, default: '', description: - 'Get notifications only for one job. Choose from the list, or specify an ID using an expression.', + 'Get notifications only for one job. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Stage Name or ID', @@ -87,7 +87,7 @@ export class WorkableTrigger implements INodeType { }, default: '', description: - 'Get notifications for specific stages. e.g. \'hired\'. Choose from the list, or specify an ID using an expression.', + '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/Wufoo/WufooTrigger.node.ts b/packages/nodes-base/nodes/Wufoo/WufooTrigger.node.ts index e0276b2e1b..7cb91c179c 100644 --- a/packages/nodes-base/nodes/Wufoo/WufooTrigger.node.ts +++ b/packages/nodes-base/nodes/Wufoo/WufooTrigger.node.ts @@ -54,7 +54,7 @@ export class WufooTrigger implements INodeType { 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.', + '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 a225abc59a..67bf18108a 100644 --- a/packages/nodes-base/nodes/Xero/ContactDescription.ts +++ b/packages/nodes-base/nodes/Xero/ContactDescription.ts @@ -50,7 +50,7 @@ export const contactFields: INodeProperties[] = [ name: 'organizationId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTenants', }, @@ -309,7 +309,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The default purchases account code for contacts. Choose from the list, or specify an ID using an expression.', + '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', @@ -320,7 +320,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The default sales account code for contacts. Choose from the list, or specify an ID using an expression.', + 'The default sales account code for contacts. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Skype', @@ -353,7 +353,7 @@ export const contactFields: INodeProperties[] = [ name: 'organizationId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTenants', }, @@ -387,7 +387,7 @@ export const contactFields: INodeProperties[] = [ name: 'organizationId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTenants', }, @@ -494,7 +494,7 @@ export const contactFields: INodeProperties[] = [ name: 'organizationId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTenants', }, @@ -759,7 +759,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The default purchases account code for contacts. Choose from the list, or specify an ID using an expression.', + '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', @@ -770,7 +770,7 @@ export const contactFields: INodeProperties[] = [ }, default: '', description: - 'The default sales account code for contacts. Choose from the list, or specify an ID using an expression.', + '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 a8c11f1f82..d70ccea097 100644 --- a/packages/nodes-base/nodes/Xero/InvoiceDescription.ts +++ b/packages/nodes-base/nodes/Xero/InvoiceDescription.ts @@ -50,7 +50,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'organizationId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTenants', }, @@ -153,7 +153,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'itemCode', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getItemCodes', loadOptionsDependsOn: ['organizationId'], @@ -165,7 +165,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'accountCode', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getAccountCodes', loadOptionsDependsOn: ['organizationId'], @@ -288,7 +288,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'brandingThemeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getBrandingThemes', loadOptionsDependsOn: ['organizationId'], @@ -300,7 +300,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'currency', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCurrencies', loadOptionsDependsOn: ['organizationId'], @@ -425,7 +425,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'organizationId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTenants', }, @@ -469,7 +469,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'brandingThemeId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getBrandingThemes', loadOptionsDependsOn: ['organizationId'], @@ -487,7 +487,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'currency', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getCurrencies', loadOptionsDependsOn: ['organizationId'], @@ -605,7 +605,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'itemCode', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getItemCodes', loadOptionsDependsOn: ['organizationId'], @@ -617,7 +617,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'accountCode', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getAccountCodes', loadOptionsDependsOn: ['organizationId'], @@ -781,7 +781,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'organizationId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getTenants', }, @@ -815,7 +815,7 @@ export const invoiceFields: INodeProperties[] = [ name: 'organizationId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 24bfd6538d..6694c676cc 100644 --- a/packages/nodes-base/nodes/Zammad/descriptions/GroupDescription.ts +++ b/packages/nodes-base/nodes/Zammad/descriptions/GroupDescription.ts @@ -70,7 +70,7 @@ export const groupDescription: INodeProperties[] = [ name: 'id', type: 'string', description: - 'Group to update. Specify an ID using an expression.', + 'Group to update. Specify an ID using an expression.', default: '', required: true, displayOptions: { @@ -85,7 +85,7 @@ export const groupDescription: INodeProperties[] = [ name: 'id', type: 'string', description: - 'Group to delete. Specify an ID using an expression.', + 'Group to delete. Specify an ID using an expression.', default: '', required: true, displayOptions: { @@ -100,7 +100,7 @@ export const groupDescription: INodeProperties[] = [ name: 'id', type: 'string', description: - 'Group to retrieve. Specify an ID using an expression.', + 'Group to retrieve. Specify an ID using an expression.', default: '', required: true, displayOptions: { @@ -153,7 +153,7 @@ export const groupDescription: INodeProperties[] = [ }, default: '', description: - 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', + 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', @@ -216,7 +216,7 @@ export const groupDescription: INodeProperties[] = [ }, default: '', description: - 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', + '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 fb6b852edc..09e7e36020 100644 --- a/packages/nodes-base/nodes/Zammad/descriptions/OrganizationDescription.ts +++ b/packages/nodes-base/nodes/Zammad/descriptions/OrganizationDescription.ts @@ -70,7 +70,7 @@ export const organizationDescription: INodeProperties[] = [ name: 'id', type: 'string', description: - 'Organization to update. Specify an ID using an expression.', + 'Organization to update. Specify an ID using an expression.', default: '', required: true, displayOptions: { @@ -85,7 +85,7 @@ export const organizationDescription: INodeProperties[] = [ name: 'id', type: 'string', description: - 'Organization to delete. Specify an ID using an expression.', + 'Organization to delete. Specify an ID using an expression.', default: '', required: true, displayOptions: { @@ -100,7 +100,7 @@ export const organizationDescription: INodeProperties[] = [ name: 'id', type: 'string', description: - 'Organization to retrieve. Specify an ID using an expression.', + 'Organization to retrieve. Specify an ID using an expression.', default: '', required: true, displayOptions: { @@ -188,7 +188,7 @@ export const organizationDescription: INodeProperties[] = [ }, default: '', description: - 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', + 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -281,7 +281,7 @@ export const organizationDescription: INodeProperties[] = [ }, default: '', description: - 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', + '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 87168eb06c..e0b1129678 100644 --- a/packages/nodes-base/nodes/Zammad/descriptions/TicketDescription.ts +++ b/packages/nodes-base/nodes/Zammad/descriptions/TicketDescription.ts @@ -69,7 +69,7 @@ export const ticketDescription: INodeProperties[] = [ }, placeholder: 'First-Level Helpdesk', description: - 'Group that will own the ticket to create. Choose from the list, or specify an ID using an expression.', + 'Group that will own the ticket to create. Choose from the list, or specify an ID using an expression.', default: '', required: true, displayOptions: { @@ -87,7 +87,7 @@ export const ticketDescription: INodeProperties[] = [ 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.', + '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, @@ -103,7 +103,7 @@ export const ticketDescription: INodeProperties[] = [ name: 'id', type: 'string', description: - 'Ticket to retrieve. Specify an ID using an expression.', + 'Ticket to retrieve. Specify an ID using an expression.', default: '', required: true, displayOptions: { @@ -119,7 +119,7 @@ export const ticketDescription: INodeProperties[] = [ type: 'string', default: '', description: - 'Ticket to delete. Specify an ID using an expression.', + 'Ticket to delete. Specify an ID using an expression.', required: true, displayOptions: { show: { @@ -277,7 +277,7 @@ export const ticketDescription: INodeProperties[] = [ }, default: '', description: - 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', + '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 29014f3d74..469600f8a6 100644 --- a/packages/nodes-base/nodes/Zammad/descriptions/UserDescription.ts +++ b/packages/nodes-base/nodes/Zammad/descriptions/UserDescription.ts @@ -91,7 +91,7 @@ export const userDescription: INodeProperties[] = [ name: 'id', type: 'string', description: - 'User to update. Specify an ID using an expression.', + 'User to update. Specify an ID using an expression.', default: '', required: true, displayOptions: { @@ -106,7 +106,7 @@ export const userDescription: INodeProperties[] = [ name: 'id', type: 'string', description: - 'User to delete. Specify an ID using an expression.', + 'User to delete. Specify an ID using an expression.', default: '', required: true, displayOptions: { @@ -121,7 +121,7 @@ export const userDescription: INodeProperties[] = [ name: 'id', type: 'string', description: - 'User to retrieve. Specify an ID using an expression.', + 'User to retrieve. Specify an ID using an expression.', default: '', required: true, displayOptions: { @@ -216,7 +216,7 @@ export const userDescription: INodeProperties[] = [ }, default: '', description: - 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', + 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', @@ -261,7 +261,7 @@ export const userDescription: INodeProperties[] = [ 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.', + 'Name of the organization to assign to the user. Choose from the list, or specify an ID using an expression.', default: '', typeOptions: { loadOptionsMethod: 'loadOrganizations', @@ -389,7 +389,7 @@ export const userDescription: INodeProperties[] = [ }, default: '', description: - 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', + 'Name of the custom field to set. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Field Value', @@ -448,7 +448,7 @@ export const userDescription: INodeProperties[] = [ 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.', + 'Name of the organization to assign to the user. Choose from the list, or specify an ID using an expression.', default: '', typeOptions: { loadOptionsMethod: 'loadOrganizationNames', @@ -587,7 +587,7 @@ export const userDescription: INodeProperties[] = [ name: 'sort_by', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 d9e57ecae6..a33262479c 100644 --- a/packages/nodes-base/nodes/Zendesk/ConditionDescription.ts +++ b/packages/nodes-base/nodes/Zendesk/ConditionDescription.ts @@ -256,7 +256,7 @@ export const conditionFields: INodeProperties[] = [ name: 'value', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getGroups', }, @@ -276,7 +276,7 @@ export const conditionFields: INodeProperties[] = [ name: 'value', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 44a13314f6..88de90131e 100644 --- a/packages/nodes-base/nodes/Zendesk/OrganizationDescription.ts +++ b/packages/nodes-base/nodes/Zendesk/OrganizationDescription.ts @@ -129,7 +129,7 @@ export const organizationFields: INodeProperties[] = [ name: 'field', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getOrganizationFields', }, @@ -154,7 +154,7 @@ export const organizationFields: INodeProperties[] = [ }, default: [], description: - 'IDs of tags applied to this organization. Choose from the list, or specify IDs using an expression.', + 'IDs of tags applied to this organization. Choose from the list, or specify IDs using an expression.', }, ], }, @@ -233,7 +233,7 @@ export const organizationFields: INodeProperties[] = [ name: 'field', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getOrganizationFields', }, @@ -258,7 +258,7 @@ export const organizationFields: INodeProperties[] = [ }, default: [], description: - 'IDs of tags applied to this organization. Choose from the list, or specify IDs using an expression.', + '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 7069234ec0..53a09a3906 100644 --- a/packages/nodes-base/nodes/Zendesk/TicketDescription.ts +++ b/packages/nodes-base/nodes/Zendesk/TicketDescription.ts @@ -120,7 +120,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'Custom field ID. Choose from the list, or specify an ID using an expression.', + 'Custom field ID. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -149,7 +149,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The group this ticket is assigned to. Choose from the list, or specify an ID using an expression.', + 'The group this ticket is assigned to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Recipient', @@ -207,7 +207,7 @@ export const ticketFields: INodeProperties[] = [ }, default: [], description: - 'The array of tags applied to this ticket. Choose from the list, or specify IDs using an expression.', + 'The array of tags applied to this ticket. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Type', @@ -327,7 +327,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'Custom field ID. Choose from the list, or specify an ID using an expression.', + 'Custom field ID. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -356,7 +356,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The group this ticket is assigned to. Choose from the list, or specify an ID using an expression.', + 'The group this ticket is assigned to. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Internal Note', @@ -428,7 +428,7 @@ export const ticketFields: INodeProperties[] = [ }, default: [], description: - 'The array of tags applied to this ticket. Choose from the list, or specify IDs using an expression.', + 'The array of tags applied to this ticket. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Type', @@ -591,7 +591,7 @@ export const ticketFields: INodeProperties[] = [ }, default: '', description: - 'The group to search. Choose from the list, or specify an ID using an expression.', + '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 d7651ecc97..b2449eda5f 100644 --- a/packages/nodes-base/nodes/Zendesk/UserDescription.ts +++ b/packages/nodes-base/nodes/Zendesk/UserDescription.ts @@ -142,7 +142,7 @@ export const userFields: INodeProperties[] = [ }, default: '', description: - 'The user\'s locale. Choose from the list, or specify an ID using an expression.', + 'The user\'s locale. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Moderator', @@ -174,7 +174,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.', + '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', @@ -244,7 +244,7 @@ export const userFields: INodeProperties[] = [ }, default: [], description: - 'The array of tags applied to this user. Choose from the list, or specify IDs using an expression.', + 'The array of tags applied to this user. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Ticket Restriction', @@ -302,7 +302,7 @@ export const userFields: INodeProperties[] = [ }, default: '', description: - 'Name of the field to sort on. Choose from the list, or specify an ID using an expression.', + 'Name of the field to sort on. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Value', @@ -399,7 +399,7 @@ export const userFields: INodeProperties[] = [ }, default: '', description: - 'The user\'s locale. Choose from the list, or specify an ID using an expression.', + 'The user\'s locale. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Moderator', @@ -438,7 +438,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.', + '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', @@ -508,7 +508,7 @@ export const userFields: INodeProperties[] = [ }, default: [], description: - 'The array of tags applied to this user. Choose from the list, or specify IDs using an expression.', + 'The array of tags applied to this user. Choose from the list, or specify IDs using an expression.', }, { displayName: 'Ticket Restriction', @@ -566,7 +566,7 @@ export const userFields: INodeProperties[] = [ }, default: '', description: - 'Name of the field to sort on. Choose from the list, or specify an ID using an expression.', + '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 2e9b06b13f..72115e073e 100644 --- a/packages/nodes-base/nodes/Zendesk/ZendeskTrigger.node.ts +++ b/packages/nodes-base/nodes/Zendesk/ZendeskTrigger.node.ts @@ -101,7 +101,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.', + '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 c75cd14812..e64e346db6 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts @@ -132,7 +132,7 @@ export const accountFields: INodeProperties[] = [ name: 'Account_Type', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', typeOptions: { loadOptionsMethod: 'getAccountType', }, @@ -309,7 +309,7 @@ export const accountFields: INodeProperties[] = [ name: 'Account_Type', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 87834bf3aa..b20717a99e 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts @@ -99,7 +99,7 @@ export const dealFields: INodeProperties[] = [ name: 'stage', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', required: true, default: [], typeOptions: { @@ -343,7 +343,7 @@ export const dealFields: INodeProperties[] = [ name: 'Stage', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 5d474855bf..aedcd8d2fd 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts @@ -143,7 +143,7 @@ export const invoiceFields: INodeProperties[] = [ loadOptionsMethod: 'getAccounts', }, description: - 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.', + 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Adjustment', @@ -319,7 +319,7 @@ export const invoiceFields: INodeProperties[] = [ loadOptionsMethod: 'getAccounts', }, description: - 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.', + '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 e74657010f..879ffacdfe 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts @@ -112,7 +112,7 @@ export const purchaseOrderFields: INodeProperties[] = [ loadOptionsMethod: 'getVendors', }, description: - 'ID of the vendor associated with the purchase order. Choose from the list, or specify an ID using an expression.', + 'ID of the vendor associated with the purchase order. Choose from the list, or specify an ID using an expression.', displayOptions: { show: { resource: ['purchaseOrder'], @@ -299,7 +299,7 @@ export const purchaseOrderFields: INodeProperties[] = [ loadOptionsMethod: 'getPurchaseOrderStatus', }, description: - 'Status of the purchase order. Choose from the list, or specify an ID using an expression.', + 'Status of the purchase order. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Sub Total', @@ -512,7 +512,7 @@ export const purchaseOrderFields: INodeProperties[] = [ loadOptionsMethod: 'getPurchaseOrderStatus', }, description: - 'Status of the purchase order. Choose from the list, or specify an ID using an expression.', + '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 36c8860bd6..30b764449e 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts @@ -195,7 +195,7 @@ export const quoteFields: INodeProperties[] = [ loadOptionsMethod: 'getQuoteStage', }, description: - 'Stage of the quote. Choose from the list, or specify an ID using an expression.', + 'Stage of the quote. Choose from the list, or specify an ID using an expression.', }, shippingAddress, { @@ -374,7 +374,7 @@ export const quoteFields: INodeProperties[] = [ loadOptionsMethod: 'getQuoteStage', }, description: - 'Stage of the quote. Choose from the list, or specify an ID using an expression.', + '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 4e25e4b529..a6d253dcbc 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts @@ -72,7 +72,7 @@ export const salesOrderFields: INodeProperties[] = [ required: true, type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getAccounts', @@ -179,7 +179,7 @@ export const salesOrderFields: INodeProperties[] = [ name: 'contactId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getContacts', @@ -199,7 +199,7 @@ export const salesOrderFields: INodeProperties[] = [ name: 'dealId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getDeals', @@ -275,7 +275,7 @@ export const salesOrderFields: INodeProperties[] = [ loadOptionsMethod: 'getSalesOrderStatus', }, description: - 'Status of the sales order. Choose from the list, or specify an ID using an expression.', + 'Status of the sales order. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Sub Total', @@ -387,7 +387,7 @@ export const salesOrderFields: INodeProperties[] = [ loadOptionsMethod: 'getAccounts', }, description: - 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.', + 'ID of the account associated with this invoice. Choose from the list, or specify an ID using an expression.', }, { displayName: 'Adjustment', @@ -412,7 +412,7 @@ export const salesOrderFields: INodeProperties[] = [ name: 'contactId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getContacts', @@ -432,7 +432,7 @@ export const salesOrderFields: INodeProperties[] = [ name: 'dealId', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + 'Choose from the list, or specify an ID using an expression', default: [], typeOptions: { loadOptionsMethod: 'getDeals', @@ -507,7 +507,7 @@ export const salesOrderFields: INodeProperties[] = [ loadOptionsMethod: 'getSalesOrderStatus', }, description: - 'Status of the sales order. Choose from the list, or specify an ID using an expression.', + '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 a1c70f3f21..6e79c724b1 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/SharedFields.ts @@ -258,7 +258,7 @@ export const productDetailsOptions: INodeProperties[] = [ name: 'id', type: 'options', description: - 'Choose from the list, or specify an ID using an expression', + '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 2faeea0160..8ca6cd61a8 100644 --- a/packages/nodes-base/nodes/Zoom/MeetingDescription.ts +++ b/packages/nodes-base/nodes/Zoom/MeetingDescription.ts @@ -254,7 +254,7 @@ export const meetingFields: INodeProperties[] = [ }, 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.', + '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', @@ -655,7 +655,7 @@ export const meetingFields: INodeProperties[] = [ }, 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.', + '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 f232b93494..2e1d02fd18 100644 --- a/packages/nodes-base/nodes/Zoom/WebinarDescription.ts +++ b/packages/nodes-base/nodes/Zoom/WebinarDescription.ts @@ -229,7 +229,7 @@ export const webinarFields: INodeProperties[] = [ }, 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.', + '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', @@ -576,7 +576,7 @@ export const webinarFields: INodeProperties[] = [ }, 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.', + '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 c8f0efc339..67dfef346a 100644 --- a/packages/nodes-base/nodes/Zulip/MessageDescription.ts +++ b/packages/nodes-base/nodes/Zulip/MessageDescription.ts @@ -73,7 +73,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.', + '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', @@ -108,7 +108,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.', + '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', @@ -127,7 +127,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.', + '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', diff --git a/packages/nodes-base/package.json b/packages/nodes-base/package.json index afbc99b9cd..d1a16ef2c6 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -831,7 +831,7 @@ "@types/ssh2-sftp-client": "^5.1.0", "@types/uuid": "catalog:", "@types/xml2js": "catalog:", - "eslint-plugin-n8n-nodes-base": "^1.16.0", + "eslint-plugin-n8n-nodes-base": "^1.16.2", "n8n-core": "workspace:*" }, "dependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b340371a10..cc0861455f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1776,8 +1776,8 @@ importers: specifier: 'catalog:' version: 0.4.14 eslint-plugin-n8n-nodes-base: - specifier: ^1.16.0 - version: 1.16.0(eslint@8.57.0)(typescript@5.5.2) + specifier: ^1.16.2 + version: 1.16.2(eslint@8.57.0)(typescript@5.5.2) n8n-core: specifier: workspace:* version: link:../core @@ -6063,8 +6063,8 @@ packages: typescript: optional: true - '@typescript-eslint/scope-manager@6.7.5': - resolution: {integrity: sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==} + '@typescript-eslint/scope-manager@6.21.0': + resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==} engines: {node: ^16.0.0 || >=18.0.0} '@typescript-eslint/scope-manager@7.2.0': @@ -6081,16 +6081,16 @@ packages: typescript: optional: true - '@typescript-eslint/types@6.7.5': - resolution: {integrity: sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==} + '@typescript-eslint/types@6.21.0': + resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==} engines: {node: ^16.0.0 || >=18.0.0} '@typescript-eslint/types@7.2.0': resolution: {integrity: sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==} engines: {node: ^16.0.0 || >=18.0.0} - '@typescript-eslint/typescript-estree@6.7.5': - resolution: {integrity: sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==} + '@typescript-eslint/typescript-estree@6.21.0': + resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -6107,8 +6107,8 @@ packages: typescript: optional: true - '@typescript-eslint/utils@6.7.5': - resolution: {integrity: sha512-pfRRrH20thJbzPPlPc4j0UNGvH1PjPlhlCMq4Yx7EGjV7lvEeGX0U6MJYe8+SyFutWgSHsdbJ3BXzZccYggezA==} + '@typescript-eslint/utils@6.21.0': + resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -6119,8 +6119,8 @@ packages: peerDependencies: eslint: ^8.56.0 - '@typescript-eslint/visitor-keys@6.7.5': - resolution: {integrity: sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==} + '@typescript-eslint/visitor-keys@6.21.0': + resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==} engines: {node: ^16.0.0 || >=18.0.0} '@typescript-eslint/visitor-keys@7.2.0': @@ -8051,6 +8051,9 @@ packages: '@typescript-eslint/parser': optional: true + eslint-plugin-local@1.0.0: + resolution: {integrity: sha512-bcwcQnKL/Iw5Vi/F2lG1he5oKD2OGjhsLmrcctkWrWq5TujgiaYb0cj3pZgr3XI54inNVnneOFdAx1daLoYLJQ==} + eslint-plugin-lodash@7.4.0: resolution: {integrity: sha512-Tl83UwVXqe1OVeBRKUeWcfg6/pCW1GTRObbdnbEJgYwjxp5Q92MEWQaH9+dmzbRt6kvYU1Mp893E79nJiCSM8A==} engines: {node: '>=10'} @@ -8060,9 +8063,9 @@ packages: eslint-plugin-n8n-local-rules@1.0.0: resolution: {integrity: sha512-qe6sVFDP1Vj5eXlqZxYZpIjwYvhuqXlI0P8OfPyhiPOhMkFtr0TpFphD8/6WCzkm7LJCvG1eJEzURCtMIsFTAg==} - eslint-plugin-n8n-nodes-base@1.16.0: - resolution: {integrity: sha512-OEztJRuT/jv/WvwRXbXNirdYYddpAo2KZEJeOsVniK1ZCChuG4rrZJU3sgMRZMK6W9Pr613uWabW2q8tU2eKJg==} - engines: {node: '>=18.10', pnpm: '>=8.6'} + eslint-plugin-n8n-nodes-base@1.16.2: + resolution: {integrity: sha512-Qj8S+YgymYkt/5Fr1buwOTjl0jAERJBp3MA5V8M6NR1HYfErKazVjpOPEy5+04c0vAQZO1mPLGAzanxqqNUIng==} + engines: {node: '>=20.15', pnpm: '>=9.6'} eslint-plugin-prettier@5.1.3: resolution: {integrity: sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==} @@ -8997,8 +9000,8 @@ packages: resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} engines: {node: '>=0.8.19'} - indefinite@2.4.3: - resolution: {integrity: sha512-tLgivPQiMY76i93YKhjV5cMiORWfrk3FHdD1mREBNKlWbHmBrObLfOz6xlTk+beboj/JJSlhuCpCMmChR5Sgng==} + indefinite@2.5.1: + resolution: {integrity: sha512-Ul0hCdnSjuFDEloYWeozTaEfljbz+0q+u4HsHns2dOk2DlhGlbRMGFtNcIL+Ve7sZYeIOTOAKA0usAXBGHpNDg==} engines: {node: '>=6.0.0'} indent-string@4.0.0: @@ -20036,10 +20039,10 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@6.7.5': + '@typescript-eslint/scope-manager@6.21.0': dependencies: - '@typescript-eslint/types': 6.7.5 - '@typescript-eslint/visitor-keys': 6.7.5 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/visitor-keys': 6.21.0 '@typescript-eslint/scope-manager@7.2.0': dependencies: @@ -20058,17 +20061,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/types@6.7.5': {} + '@typescript-eslint/types@6.21.0': {} '@typescript-eslint/types@7.2.0': {} - '@typescript-eslint/typescript-estree@6.7.5(typescript@5.5.2)': + '@typescript-eslint/typescript-estree@6.21.0(typescript@5.5.2)': dependencies: - '@typescript-eslint/types': 6.7.5 - '@typescript-eslint/visitor-keys': 6.7.5 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.6(supports-color@8.1.1) globby: 11.1.0 is-glob: 4.0.3 + minimatch: 9.0.3 semver: 7.6.0 ts-api-utils: 1.0.1(typescript@5.5.2) optionalDependencies: @@ -20091,14 +20095,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@6.7.5(eslint@8.57.0)(typescript@5.5.2)': + '@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.5.2)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.0 - '@typescript-eslint/scope-manager': 6.7.5 - '@typescript-eslint/types': 6.7.5 - '@typescript-eslint/typescript-estree': 6.7.5(typescript@5.5.2) + '@typescript-eslint/scope-manager': 6.21.0 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.5.2) eslint: 8.57.0 semver: 7.6.0 transitivePeerDependencies: @@ -20119,9 +20123,9 @@ snapshots: - supports-color - typescript - '@typescript-eslint/visitor-keys@6.7.5': + '@typescript-eslint/visitor-keys@6.21.0': dependencies: - '@typescript-eslint/types': 6.7.5 + '@typescript-eslint/types': 6.21.0 eslint-visitor-keys: 3.4.3 '@typescript-eslint/visitor-keys@7.2.0': @@ -22475,6 +22479,8 @@ snapshots: - eslint-import-resolver-webpack - supports-color + eslint-plugin-local@1.0.0: {} + eslint-plugin-lodash@7.4.0(eslint@8.57.0): dependencies: eslint: 8.57.0 @@ -22482,11 +22488,12 @@ snapshots: eslint-plugin-n8n-local-rules@1.0.0: {} - eslint-plugin-n8n-nodes-base@1.16.0(eslint@8.57.0)(typescript@5.5.2): + eslint-plugin-n8n-nodes-base@1.16.2(eslint@8.57.0)(typescript@5.5.2): dependencies: - '@typescript-eslint/utils': 6.7.5(eslint@8.57.0)(typescript@5.5.2) + '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.5.2) camel-case: 4.1.2 - indefinite: 2.4.3 + eslint-plugin-local: 1.0.0 + indefinite: 2.5.1 pascal-case: 3.1.2 pluralize: 8.0.0 sentence-case: 3.0.4 @@ -23674,7 +23681,7 @@ snapshots: imurmurhash@0.1.4: {} - indefinite@2.4.3: {} + indefinite@2.5.1: {} indent-string@4.0.0: {}