diff --git a/packages/nodes-base/credentials/MongoDb.credentials.ts b/packages/nodes-base/credentials/MongoDb.credentials.ts index 8884c577a0..896a28c0b3 100644 --- a/packages/nodes-base/credentials/MongoDb.credentials.ts +++ b/packages/nodes-base/credentials/MongoDb.credentials.ts @@ -38,7 +38,7 @@ export class MongoDb implements ICredentialType { default: '', placeholder: 'mongodb://:@localhost:27017/?authSource=admin&readPreference=primary&appname=n8n&ssl=false', required: false, - description: `If provided, the value here will be used as a MongoDB connection string,
+ description: `If provided, the value here will be used as a MongoDB connection string, and the MongoDB credentials will be ignored`, }, { diff --git a/packages/nodes-base/credentials/SalesforceJwtApi.credentials.ts b/packages/nodes-base/credentials/SalesforceJwtApi.credentials.ts index bd35f3440c..58c2df5d4b 100644 --- a/packages/nodes-base/credentials/SalesforceJwtApi.credentials.ts +++ b/packages/nodes-base/credentials/SalesforceJwtApi.credentials.ts @@ -48,7 +48,7 @@ export class SalesforceJwtApi implements ICredentialType { }, default: '', required: true, - description: 'Use the multiline editor. Make sure it is in standard PEM key format:
-----BEGIN PRIVATE KEY-----
KEY DATA GOES HERE
-----END PRIVATE KEY-----', + description: 'Use the multiline editor. Make sure it is in standard PEM key format:
-----BEGIN PRIVATE KEY-----
KEY DATA GOES HERE
-----END PRIVATE KEY-----', }, ]; } diff --git a/packages/nodes-base/nodes/AcuityScheduling/AcuitySchedulingTrigger.node.ts b/packages/nodes-base/nodes/AcuityScheduling/AcuitySchedulingTrigger.node.ts index 289f452213..adb59116d0 100644 --- a/packages/nodes-base/nodes/AcuityScheduling/AcuitySchedulingTrigger.node.ts +++ b/packages/nodes-base/nodes/AcuityScheduling/AcuitySchedulingTrigger.node.ts @@ -117,7 +117,7 @@ export class AcuitySchedulingTrigger implements INodeType { name: 'resolveData', type: 'boolean', default: true, - description: 'By default does the webhook-data only contain the ID of the object.
If this option gets activated it will resolve the data automatically.', + description: 'By default does the webhook-data only contain the ID of the object.
If this option gets activated, it will resolve the data automatically.', }, ], }; diff --git a/packages/nodes-base/nodes/Airtable/Airtable.node.ts b/packages/nodes-base/nodes/Airtable/Airtable.node.ts index 327de8ccac..afa095934e 100644 --- a/packages/nodes-base/nodes/Airtable/Airtable.node.ts +++ b/packages/nodes-base/nodes/Airtable/Airtable.node.ts @@ -256,7 +256,7 @@ export class Airtable implements INodeType { type: 'string', default: '', placeholder: 'NOT({Name} = \'\')', - description: 'A formula used to filter records. The formula will be evaluated for each
record, and if the result is not 0, false, "", NaN, [], or #Error!
the record will be included in the response.', + description: 'A formula used to filter records. The formula will be evaluated for each record, and if the result is not 0, false, "", NaN, [], or #Error! the record will be included in the response.', }, { displayName: 'Sort', @@ -309,7 +309,7 @@ export class Airtable implements INodeType { type: 'string', default: '', placeholder: 'All Stories', - description: 'The name or ID of a view in the Stories table. If set,
only the records in that view will be returned. The records
will be sorted according to the order of the view.', + description: 'The name or ID of a view in the Stories table. If set, only the records in that view will be returned. The records will be sorted according to the order of the view.', }, ], }, @@ -741,4 +741,4 @@ export class Airtable implements INodeType { return [this.helpers.returnJsonArray(returnData)]; } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts b/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts index 1bbf47e5d1..5e915807b7 100644 --- a/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts +++ b/packages/nodes-base/nodes/ApiTemplateIo/ApiTemplateIo.node.ts @@ -180,7 +180,7 @@ export class ApiTemplateIo implements INodeType { ], }, }, - description: 'Name of the binary property to which to
write the data of the read file.', + description: 'Name of the binary property to which to write the data of the read file.', }, { displayName: 'Binary Property', diff --git a/packages/nodes-base/nodes/Asana/Asana.node.ts b/packages/nodes-base/nodes/Asana/Asana.node.ts index 644a9fae12..b0308d36a2 100644 --- a/packages/nodes-base/nodes/Asana/Asana.node.ts +++ b/packages/nodes-base/nodes/Asana/Asana.node.ts @@ -599,7 +599,7 @@ export class Asana implements INodeType { loadOptionsMethod: 'getUsers', }, default: '', - description: 'The assignee to filter tasks on. Note: If you specify assignee, you must also specify the workspace to filter on.', + description: 'The assignee to filter tasks on. Note: If you specify assignee, you must also specify the workspace to filter on.', }, { displayName: 'Fields', @@ -650,7 +650,7 @@ export class Asana implements INodeType { loadOptionsMethod: 'getWorkspaces', }, default: '', - description: 'The workspace to filter tasks on. Note: If you specify workspace, you must also specify the assignee to filter on.', + description: 'The workspace to filter tasks on. Note: If you specify workspace, you must also specify the assignee to filter on.', }, { displayName: 'Completed Since', @@ -1438,7 +1438,7 @@ export class Asana implements INodeType { ], }, }, - description: 'An identifier for the user to get data of. Can be one of an
email address,the globally unique identifier for the user,
or the keyword me to indicate the current user making the request.', + description: 'An identifier for the user to get data of. Can be one of an email address,the globally unique identifier for the user, or the keyword me to indicate the current user making the request.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/Aws/S3/FileDescription.ts b/packages/nodes-base/nodes/Aws/S3/FileDescription.ts index ffff28c6ab..28904e0d0a 100644 --- a/packages/nodes-base/nodes/Aws/S3/FileDescription.ts +++ b/packages/nodes-base/nodes/Aws/S3/FileDescription.ts @@ -450,7 +450,7 @@ export const fileFields = [ }, placeholder: '', - description: 'Name of the binary property which contains
the data for the file to be uploaded.', + description: 'Name of the binary property which contains the data for the file to be uploaded.', }, { displayName: 'Additional Fields', @@ -762,7 +762,7 @@ export const fileFields = [ ], }, }, - description: 'Name of the binary property to which to
write the data of the read file.', + description: 'Name of the binary property to which to write the data of the read file.', }, /* -------------------------------------------------------------------------- */ /* file:delete */ diff --git a/packages/nodes-base/nodes/Box/FileDescription.ts b/packages/nodes-base/nodes/Box/FileDescription.ts index 7aa5a87d72..7e4f83ad39 100644 --- a/packages/nodes-base/nodes/Box/FileDescription.ts +++ b/packages/nodes-base/nodes/Box/FileDescription.ts @@ -194,7 +194,7 @@ export const fileFields = [ ], }, }, - description: 'Name of the binary property to which to
write the data of the read file.', + description: 'Name of the binary property to which to write the data of the read file.', }, /* -------------------------------------------------------------------------- */ @@ -818,7 +818,7 @@ export const fileFields = [ }, }, - description: 'Name of the binary property which contains
the data for the file.', + description: 'Name of the binary property which contains the data for the file.', }, { displayName: 'Parent ID', diff --git a/packages/nodes-base/nodes/Brandfetch/Brandfetch.node.ts b/packages/nodes-base/nodes/Brandfetch/Brandfetch.node.ts index 7f949b249b..8ac12d6dcb 100644 --- a/packages/nodes-base/nodes/Brandfetch/Brandfetch.node.ts +++ b/packages/nodes-base/nodes/Brandfetch/Brandfetch.node.ts @@ -95,7 +95,7 @@ export class Brandfetch implements INodeType { ], }, }, - description: 'Name of the binary property to which to
write the data of the read file.', + description: 'Name of the binary property to which to write the data of the read file.', }, { displayName: 'Image Type', diff --git a/packages/nodes-base/nodes/Cisco/Webex/CiscoWebexTrigger.node.ts b/packages/nodes-base/nodes/Cisco/Webex/CiscoWebexTrigger.node.ts index 950263b2cb..0fda5ed73a 100644 --- a/packages/nodes-base/nodes/Cisco/Webex/CiscoWebexTrigger.node.ts +++ b/packages/nodes-base/nodes/Cisco/Webex/CiscoWebexTrigger.node.ts @@ -107,7 +107,7 @@ export class CiscoWebexTrigger implements INodeType { }, }, default: true, - description: 'By default the response only contain a reference to the data the user inputed
If this option gets activated it will resolve the data automatically.', + description: 'By default the response only contain a reference to the data the user inputed. If this option gets activated, it will resolve the data automatically.', }, { displayName: 'Filters', diff --git a/packages/nodes-base/nodes/Clearbit/Clearbit.node.ts b/packages/nodes-base/nodes/Clearbit/Clearbit.node.ts index 447d99e319..ba3eed4ba4 100644 --- a/packages/nodes-base/nodes/Clearbit/Clearbit.node.ts +++ b/packages/nodes-base/nodes/Clearbit/Clearbit.node.ts @@ -58,7 +58,7 @@ export class Clearbit implements INodeType { { name: 'Person', value: 'person', - description: `The Person API lets you retrieve social information associated with an email address,
+ description: `The Person API lets you retrieve social information associated with an email address, such as a person’s name, location and Twitter handle.`, }, ], diff --git a/packages/nodes-base/nodes/ClickUp/TaskDescription.ts b/packages/nodes-base/nodes/ClickUp/TaskDescription.ts index 687084cc72..b526f87264 100644 --- a/packages/nodes-base/nodes/ClickUp/TaskDescription.ts +++ b/packages/nodes-base/nodes/ClickUp/TaskDescription.ts @@ -1063,8 +1063,8 @@ export const taskFields = [ }, }, default: false, - description: `The value is JSON and will be parsed as such. Is needed
- if for example needed for labels which expects the value
+ description: `The value is JSON and will be parsed as such. Is needed + if for example needed for labels which expects the value to be an array.`, }, { diff --git a/packages/nodes-base/nodes/Coda/TableDescription.ts b/packages/nodes-base/nodes/Coda/TableDescription.ts index 49ffd49027..918b8ec70f 100644 --- a/packages/nodes-base/nodes/Coda/TableDescription.ts +++ b/packages/nodes-base/nodes/Coda/TableDescription.ts @@ -133,8 +133,8 @@ export const tableFields = [ name: 'keyColumns', type: 'string', default: '', - description: `Optional column IDs, URLs, or names (fragile and discouraged)
, - specifying columns to be used as upsert keys. If more than one separate by ,`, + description: `Optional column IDs, URLs, or names (fragile and discouraged), + specifying columns to be used as upsert keys. If more than one separate by a comma (,)`, }, ], }, @@ -202,10 +202,10 @@ export const tableFields = [ ], }, }, - description: `ID or name of the row. Names are discouraged because
- they're easily prone to being changed by users. If you're
- using a name, be sure to URI-encode it. If there are
- multiple rows with the same value in the identifying column,
+ description: `ID or name of the row. Names are discouraged because + they're easily prone to being changed by users. If you're + using a name, be sure to URI-encode it. If there are + multiple rows with the same value in the identifying column, an arbitrary one will be selected`, }, { @@ -413,7 +413,7 @@ export const tableFields = [ type: 'boolean', default: false, description: `Use column names instead of column IDs in the returned output.
- This is generally discouraged as it is fragile. If columns
+ This is generally discouraged as it is fragile. If columns are renamed, code using original names may throw errors.`, }, { @@ -576,10 +576,10 @@ export const tableFields = [ ], }, }, - description: `ID or name of the row. Names are discouraged because
- they're easily prone to being changed by users. If you're
- using a name, be sure to URI-encode it. If there are multiple
- rows with the same value in the identifying column, an arbitrary
+ description: `ID or name of the row. Names are discouraged because + they're easily prone to being changed by users. If you're + using a name, be sure to URI-encode it. If there are multiple + rows with the same value in the identifying column, an arbitrary one will be selected`, }, { diff --git a/packages/nodes-base/nodes/Compression.node.ts b/packages/nodes-base/nodes/Compression.node.ts index bb8d6ab45c..308d6a02ee 100644 --- a/packages/nodes-base/nodes/Compression.node.ts +++ b/packages/nodes-base/nodes/Compression.node.ts @@ -96,7 +96,7 @@ export class Compression implements INodeType { }, placeholder: '', - description: 'Name of the binary property which contains
the data for the file(s) to be compress/decompress. Multiple can be used separated by ,', + description: 'Name of the binary property which contains the data for the file(s) to be compress/decompress. Multiple can be used separated by a comma (,)', }, { displayName: 'Output Format', @@ -159,7 +159,7 @@ export class Compression implements INodeType { }, }, placeholder: '', - description: 'Name of the binary property to which to
write the data of the compressed files.', + description: 'Name of the binary property to which to write the data of the compressed files.', }, { displayName: 'Output Prefix', diff --git a/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts b/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts index d677c1a70e..1f9834cbd5 100644 --- a/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts +++ b/packages/nodes-base/nodes/Cortex/AnalyzerDescriptions.ts @@ -129,7 +129,7 @@ export const analyzerFields: INodeProperties[] = [ ], }, }, - description: 'Name of the binary property to which to
write the data of the read file.', + description: 'Name of the binary property to which to write the data of the read file.', }, { displayName: 'TLP', diff --git a/packages/nodes-base/nodes/Demio/EventDescription.ts b/packages/nodes-base/nodes/Demio/EventDescription.ts index 882ec45dad..75d95156fd 100644 --- a/packages/nodes-base/nodes/Demio/EventDescription.ts +++ b/packages/nodes-base/nodes/Demio/EventDescription.ts @@ -279,7 +279,7 @@ export const eventFields = [ name: 'fieldId', type: 'string', default: '', - description: 'Each custom field\'s unique identifier
can be found within the Event\'s Registration block in the Customize tab.', + description: 'Each custom field\'s unique identifier can be found within the Event\'s Registration block in the Customize tab.', }, { displayName: 'Value', @@ -297,7 +297,7 @@ export const eventFields = [ name: 'ref_url', type: 'string', default: '', - description: 'Event Registration page URL. It can be useful when you
do not know Event ID, but have Event link.', + description: 'Event Registration page URL. It can be useful when you do not know Event ID, but have Event link.', }, { displayName: 'GDPR', diff --git a/packages/nodes-base/nodes/Disqus/Disqus.node.ts b/packages/nodes-base/nodes/Disqus/Disqus.node.ts index 200cd3fe8a..e05c97d742 100644 --- a/packages/nodes-base/nodes/Disqus/Disqus.node.ts +++ b/packages/nodes-base/nodes/Disqus/Disqus.node.ts @@ -624,7 +624,7 @@ export class Disqus implements INodeType { name: 'threadId', type: 'string', default: '', - description: 'Looks up a thread by ID. You may pass us the "ident"
query type instead of an ID by including "forum". You may
pass us the "link" query type to filter by URL. You must pass
the "forum" if you do not have the Pro API Access addon.', + description: 'Looks up a thread by ID. You may pass us the "ident" query type instead of an ID by including "forum". You may pass us the "link" query type to filter by URL. You must pass the "forum" if you do not have the Pro API Access addon.', }, ], }, diff --git a/packages/nodes-base/nodes/Dropbox/Dropbox.node.ts b/packages/nodes-base/nodes/Dropbox/Dropbox.node.ts index 3f2e95ec14..9fc23d69d8 100644 --- a/packages/nodes-base/nodes/Dropbox/Dropbox.node.ts +++ b/packages/nodes-base/nodes/Dropbox/Dropbox.node.ts @@ -361,7 +361,7 @@ export class Dropbox implements INodeType { ], }, }, - description: 'Name of the binary property to which to
write the data of the read file.', + description: 'Name of the binary property to which to write the data of the read file.', }, // ---------------------------------- @@ -446,7 +446,7 @@ export class Dropbox implements INodeType { }, placeholder: '', - description: 'Name of the binary property which contains
the data for the file to be uploaded.', + description: 'Name of the binary property which contains the data for the file to be uploaded.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/EditImage.node.ts b/packages/nodes-base/nodes/EditImage.node.ts index a8add5a351..a499cabeb1 100644 --- a/packages/nodes-base/nodes/EditImage.node.ts +++ b/packages/nodes-base/nodes/EditImage.node.ts @@ -363,7 +363,7 @@ const nodeOperationOptions: INodeProperties[] = [ ], }, }, - description: 'Max amount of characters in a line before a
line-break should get added.', + description: 'Max amount of characters in a line before a line-break should get added.', }, // ---------------------------------- @@ -470,7 +470,7 @@ const nodeOperationOptions: INodeProperties[] = [ ], }, }, - description: 'The name of the binary property which contains the data of the image to
composite on top of image which is found in Property Name.', + description: 'The name of the binary property which contains the data of the image to composite on top of image which is found in Property Name.', }, { displayName: 'Position X', diff --git a/packages/nodes-base/nodes/Egoi/Egoi.node.ts b/packages/nodes-base/nodes/Egoi/Egoi.node.ts index ab96a1bfdd..7f9d89150b 100644 --- a/packages/nodes-base/nodes/Egoi/Egoi.node.ts +++ b/packages/nodes-base/nodes/Egoi/Egoi.node.ts @@ -154,7 +154,7 @@ export class Egoi implements INodeType { }, }, default: true, - description: 'By default the response just includes the contact id. If this option gets activated it
will resolve the data automatically.', + description: 'By default the response just includes the contact id. If this option gets activated, it will resolve the data automatically.', }, { displayName: 'Additional Fields', diff --git a/packages/nodes-base/nodes/EmailReadImap.node.ts b/packages/nodes-base/nodes/EmailReadImap.node.ts index d07c2b5a9c..fb82827d6c 100644 --- a/packages/nodes-base/nodes/EmailReadImap.node.ts +++ b/packages/nodes-base/nodes/EmailReadImap.node.ts @@ -70,7 +70,7 @@ export class EmailReadImap implements INodeType { }, ], default: 'read', - description: 'What to do after the email has been received. If "nothing" gets
selected it will be processed multiple times.', + description: 'What to do after the email has been received. If "nothing" gets selected it will be processed multiple times.', }, { displayName: 'Download Attachments', @@ -122,7 +122,7 @@ export class EmailReadImap implements INodeType { ], }, }, - description: 'Prefix for name of the binary property to which to
write the attachments. An index starting with 0 will be added.
So if name is "attachment_" the first attachment is saved to "attachment_0"', + description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.
So if name is "attachment_" the first attachment is saved to "attachment_0"', }, { displayName: 'Property Prefix Name', @@ -139,7 +139,7 @@ export class EmailReadImap implements INodeType { ], }, }, - description: 'Prefix for name of the binary property to which to
write the attachments. An index starting with 0 will be added.
So if name is "attachment_" the first attachment is saved to "attachment_0"', + description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.
So if name is "attachment_" the first attachment is saved to "attachment_0"', }, { displayName: 'Options', @@ -399,7 +399,7 @@ export class EmailReadImap implements INodeType { } if (staticData.lastMessageUid !== undefined) { searchCriteria.push(['UID', `${staticData.lastMessageUid as number}:*`]); - /** + /** * A short explanation about UIDs and how they work * can be found here: https://dev.to/kehers/imap-new-messages-since-last-check-44gm * TL;DR: @@ -413,7 +413,7 @@ export class EmailReadImap implements INodeType { */ Logger.debug('Querying for new messages on node "EmailReadImap"', {searchCriteria}); } - + const returnData = await getNewEmails(connection, searchCriteria); if (returnData.length) { diff --git a/packages/nodes-base/nodes/EmailSend.node.ts b/packages/nodes-base/nodes/EmailSend.node.ts index 2c9a5e309f..0c1065c918 100644 --- a/packages/nodes-base/nodes/EmailSend.node.ts +++ b/packages/nodes-base/nodes/EmailSend.node.ts @@ -103,7 +103,7 @@ export class EmailSend implements INodeType { name: 'attachments', type: 'string', default: '', - description: 'Name of the binary properties which contain
data which should be added to email as attachment.
Multiple ones can be comma separated.', + description: 'Name of the binary properties that contain data to add to email as attachment.
Multiple ones can be comma separated.', }, { displayName: 'Options', diff --git a/packages/nodes-base/nodes/Eventbrite/EventbriteTrigger.node.ts b/packages/nodes-base/nodes/Eventbrite/EventbriteTrigger.node.ts index 95cd14ab37..8f73b0f138 100644 --- a/packages/nodes-base/nodes/Eventbrite/EventbriteTrigger.node.ts +++ b/packages/nodes-base/nodes/Eventbrite/EventbriteTrigger.node.ts @@ -182,7 +182,7 @@ export class EventbriteTrigger implements INodeType { name: 'resolveData', type: 'boolean', default: true, - description: 'By default does the webhook-data only contain the URL to receive
the object data manually. If this option gets activated it
will resolve the data automatically.', + description: 'By default does the webhook-data only contain the URL to receive the object data manually. If this option gets activated, it will resolve the data automatically.', }, ], }; diff --git a/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts b/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts index fcab16abbd..52bbc8cd90 100644 --- a/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts +++ b/packages/nodes-base/nodes/FileMaker/FileMaker.node.ts @@ -202,7 +202,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.', + 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.', }, // ---------------------------------- // find/records diff --git a/packages/nodes-base/nodes/Flow/FlowTrigger.node.ts b/packages/nodes-base/nodes/Flow/FlowTrigger.node.ts index f0a30c631e..b7e7122a4e 100644 --- a/packages/nodes-base/nodes/Flow/FlowTrigger.node.ts +++ b/packages/nodes-base/nodes/Flow/FlowTrigger.node.ts @@ -80,7 +80,7 @@ export class FlowTrigger implements INodeType { ], }, }, - description: `Lists ids, perhaps known better as "Projects" separated by ,`, + description: `Lists ids, perhaps known better as "Projects" separated by a comma (,)`, }, { displayName: 'Task ID', @@ -100,7 +100,7 @@ export class FlowTrigger implements INodeType { ], }, }, - description: `Task ids separated by ,`, + description: `Task ids separated by a comma (,)`, }, ], diff --git a/packages/nodes-base/nodes/Flow/TaskDescription.ts b/packages/nodes-base/nodes/Flow/TaskDescription.ts index f981c7b75e..076947adee 100644 --- a/packages/nodes-base/nodes/Flow/TaskDescription.ts +++ b/packages/nodes-base/nodes/Flow/TaskDescription.ts @@ -221,7 +221,7 @@ export const taskFields = [ type: 'string', default: '', required : false, - description: `A list of tag names to apply to the new task separated by ,`, + description: `A list of tag names to apply to the new task separated by a comma (,)`, }, ], }, @@ -408,7 +408,7 @@ export const taskFields = [ name: 'tags', type: 'string', default: '', - description: `A list of tag names to apply to the new task separated by ,`, + description: `A list of tag names to apply to the new task separated by a comma (,)`, }, ], }, diff --git a/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts b/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts index fdbda06ae3..7882ba6465 100644 --- a/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts +++ b/packages/nodes-base/nodes/Freshdesk/Freshdesk.node.ts @@ -398,7 +398,7 @@ export class Freshdesk implements INodeType { name: 'ccEmails', type: 'string', default: '', - description: `Separated by , email addresses added in the 'cc' field of the incoming ticket email`, + description: `Separated by a comma (,) email addresses added in the 'cc' field of the incoming ticket email`, }, { displayName: 'Company', @@ -485,7 +485,7 @@ export class Freshdesk implements INodeType { name: 'tags', type: 'string', default: '', - description: `separated by , tags that have been associated with the ticket`, + description: `separated by a comma (,) tags that have been associated with the ticket`, }, { displayName: 'Type', @@ -642,7 +642,7 @@ export class Freshdesk implements INodeType { name: 'ccEmails', type: 'string', default: '', - description: `Separated by , email addresses added in the 'cc' field of the incoming ticket email`, + description: `Separated by a comma (,) email addresses added in the 'cc' field of the incoming ticket email`, }, { displayName: 'Company', @@ -847,7 +847,7 @@ export class Freshdesk implements INodeType { name: 'tags', type: 'string', default: '', - description: `separated by , tags that have been associated with the ticket`, + description: `separated by a comma (,) tags that have been associated with the ticket`, }, { displayName: 'Type', diff --git a/packages/nodes-base/nodes/Git/descriptions/CommitDescription.ts b/packages/nodes-base/nodes/Git/descriptions/CommitDescription.ts index 5f955a2a58..e18f46b003 100644 --- a/packages/nodes-base/nodes/Git/descriptions/CommitDescription.ts +++ b/packages/nodes-base/nodes/Git/descriptions/CommitDescription.ts @@ -37,8 +37,7 @@ export const commitFields = [ type: 'string', default: '', placeholder: '/data/file1.json', - description: `Comma separated list of paths (absolute or relative to Repository Path) of
- files or folders to commit. If not set will all "added" files and folders be committed.`, + description: `Comma separated list of paths (absolute or relative to Repository Path) of files or folders to commit. If not set will all "added" files and folders be committed.`, }, ], }, diff --git a/packages/nodes-base/nodes/Github/Github.node.ts b/packages/nodes-base/nodes/Github/Github.node.ts index d9ec2640a8..9228f58dc3 100644 --- a/packages/nodes-base/nodes/Github/Github.node.ts +++ b/packages/nodes-base/nodes/Github/Github.node.ts @@ -487,7 +487,7 @@ export class Github implements INodeType { }, placeholder: '', - description: 'Name of the binary property which contains
the data for the file.', + description: 'Name of the binary property which contains the data for the file.', }, { displayName: 'Commit Message', @@ -603,7 +603,7 @@ export class Github implements INodeType { ], }, }, - description: 'If set it will set the data of the file as binary property
instead of returning the raw API response.', + description: 'If set it will set the data of the file as binary property instead of returning the raw API response.', }, { displayName: 'Binary Property', @@ -626,7 +626,7 @@ export class Github implements INodeType { }, placeholder: '', - description: 'Name of the binary property in which to save
the binary data of the received file.', + description: 'Name of the binary property in which to save the binary data of the received file.', }, diff --git a/packages/nodes-base/nodes/Github/GithubTrigger.node.ts b/packages/nodes-base/nodes/Github/GithubTrigger.node.ts index 039173cb3f..26e7316735 100644 --- a/packages/nodes-base/nodes/Github/GithubTrigger.node.ts +++ b/packages/nodes-base/nodes/Github/GithubTrigger.node.ts @@ -173,7 +173,7 @@ export class GithubTrigger implements INodeType { { name: 'installation', value: 'installation', - description: 'Triggered when someone installs (created) , uninstalls (deleted), or accepts new permissions (new_permissions_accepted) for a GitHub App. When a GitHub App owner requests new permissions, the person who installed the GitHub App must accept the new permissions request.', + description: 'Triggered when someone installs (created), uninstalls (deleted), or accepts new permissions (new_permissions_accepted) for a GitHub App. When a GitHub App owner requests new permissions, the person who installed the GitHub App must accept the new permissions request.', }, { name: 'installation_repositories', @@ -314,7 +314,7 @@ export class GithubTrigger implements INodeType { { name: 'team', value: 'team', - description: 'Triggered when an organization\'s team is created,
deleted, edited, added_to_repository, or removed_from_repository. Organization hooks only', + description: 'Triggered when an organization\'s team is created, deleted, edited, added_to_repository, or removed_from_repository. Organization hooks only', }, { name: 'team_add', diff --git a/packages/nodes-base/nodes/Google/Books/GoogleBooks.node.ts b/packages/nodes-base/nodes/Google/Books/GoogleBooks.node.ts index fc4e87f804..7d593bd09b 100644 --- a/packages/nodes-base/nodes/Google/Books/GoogleBooks.node.ts +++ b/packages/nodes-base/nodes/Google/Books/GoogleBooks.node.ts @@ -323,7 +323,7 @@ export class GoogleBooks implements INodeType { displayName: 'Volume Position', name: 'volumePosition', type: 'string', - description: 'Position on shelf to move the item (0 puts the item before the
current first item, 1 puts it between the first and the second and so on).', + description: 'Position on shelf to move the item (0 puts the item before the current first item, 1 puts it between the first and the second and so on).', default: '', required: true, displayOptions: { diff --git a/packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.ts b/packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.ts index d107487c9c..5350752049 100644 --- a/packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.ts +++ b/packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.ts @@ -272,7 +272,7 @@ export class GoogleDrive implements INodeType { ], }, }, - description: 'Name of the binary property to which to
write the data of the read file.', + description: 'Name of the binary property to which to write the data of the read file.', }, { displayName: 'Options', @@ -739,7 +739,7 @@ export class GoogleDrive implements INodeType { }, placeholder: '', - description: 'Name of the binary property which contains
the data for the file to be uploaded.', + description: 'Name of the binary property which contains the data for the file to be uploaded.', }, // ---------------------------------- @@ -955,7 +955,7 @@ export class GoogleDrive implements INodeType { ], }, }, - description: 'By default the response only contain the ID of the file.
If this option gets activated it will resolve the data automatically.', + description: 'By default the response only contain the ID of the file.
If this option gets activated, it will resolve the data automatically.', }, { displayName: 'Parents', @@ -1059,7 +1059,7 @@ export class GoogleDrive implements INodeType { }, }, default: false, - description: `Set to true to opt in to API behavior that aims for all items to have exactly one parent
+ description: `Set to true to opt in to API behavior that aims for all items to have exactly one parent.
This parameter only takes effect if the item is not in a shared drive`, }, { @@ -1631,8 +1631,8 @@ export class GoogleDrive implements INodeType { name: 'adminManagedRestrictions', type: 'boolean', default: false, - description: `Whether the options to copy, print, or download files inside this shared drive,
- should be disabled for readers and commenters. When this restriction is set to true, it will
+ description: `Whether the options to copy, print, or download files inside this shared drive, + should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.`, }, { @@ -1640,8 +1640,8 @@ export class GoogleDrive implements INodeType { name: 'copyRequiresWriterPermission', type: 'boolean', default: false, - description: `Whether the options to copy, print, or download files inside this shared drive,
- should be disabled for readers and commenters. When this restriction is set to true, it will
+ description: `Whether the options to copy, print, or download files inside this shared drive, + should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.`, }, { @@ -1649,8 +1649,8 @@ export class GoogleDrive implements INodeType { name: 'domainUsersOnly', type: 'boolean', default: false, - description: `Whether access to this shared drive and items inside this shared drive
- is restricted to users of the domain to which this shared drive belongs. This restriction
+ description: `Whether access to this shared drive and items inside this shared drive + is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.`, }, { @@ -1873,8 +1873,8 @@ export class GoogleDrive implements INodeType { name: 'adminManagedRestrictions', type: 'boolean', default: false, - description: `Whether the options to copy, print, or download files inside this shared drive,
- should be disabled for readers and commenters. When this restriction is set to true, it will
+ description: `Whether the options to copy, print, or download files inside this shared drive, + should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.`, }, { @@ -1882,8 +1882,8 @@ export class GoogleDrive implements INodeType { name: 'copyRequiresWriterPermission', type: 'boolean', default: false, - description: `Whether the options to copy, print, or download files inside this shared drive,
- should be disabled for readers and commenters. When this restriction is set to true, it will
+ description: `Whether the options to copy, print, or download files inside this shared drive, + should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive.`, }, { @@ -1891,8 +1891,8 @@ export class GoogleDrive implements INodeType { name: 'domainUsersOnly', type: 'boolean', default: false, - description: `Whether access to this shared drive and items inside this shared drive
- is restricted to users of the domain to which this shared drive belongs. This restriction
+ description: `Whether access to this shared drive and items inside this shared drive + is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive.`, }, { diff --git a/packages/nodes-base/nodes/Google/Gmail/DraftDescription.ts b/packages/nodes-base/nodes/Google/Gmail/DraftDescription.ts index ded9971f6a..3f4130f88a 100644 --- a/packages/nodes-base/nodes/Google/Gmail/DraftDescription.ts +++ b/packages/nodes-base/nodes/Google/Gmail/DraftDescription.ts @@ -252,7 +252,7 @@ export const draftFields = [ ], }, }, - description: 'Prefix for name of the binary property to which to
write the attachments. An index starting with 0 will be added.
So if name is "attachment_" the first attachment is saved to "attachment_0"', + description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.
So if name is "attachment_" the first attachment is saved to "attachment_0"', }, { displayName: 'Format', @@ -368,7 +368,7 @@ export const draftFields = [ ], }, }, - description: 'Prefix for name of the binary property to which to
write the attachments. An index starting with 0 will be added.
So if name is "attachment_" the first attachment is saved to "attachment_0"', + description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.
So if name is "attachment_" the first attachment is saved to "attachment_0"', }, { displayName: 'Format', diff --git a/packages/nodes-base/nodes/Google/Gmail/MessageDescription.ts b/packages/nodes-base/nodes/Google/Gmail/MessageDescription.ts index a257985509..8760770c1c 100644 --- a/packages/nodes-base/nodes/Google/Gmail/MessageDescription.ts +++ b/packages/nodes-base/nodes/Google/Gmail/MessageDescription.ts @@ -355,7 +355,7 @@ export const messageFields = [ ], }, }, - description: 'Prefix for name of the binary property to which to
write the attachments. An index starting with 0 will be added.
So if name is "attachment_" the first attachment is saved to "attachment_0"', + description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.
So if name is "attachment_" the first attachment is saved to "attachment_0"', }, ], }, @@ -437,7 +437,7 @@ export const messageFields = [ ], }, }, - description: 'Prefix for name of the binary property to which to
write the attachments. An index starting with 0 will be added.
So if name is "attachment_" the first attachment is saved to "attachment_0"', + description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.
So if name is "attachment_" the first attachment is saved to "attachment_0"', }, { displayName: 'Format', diff --git a/packages/nodes-base/nodes/Google/Sheet/GoogleSheets.node.ts b/packages/nodes-base/nodes/Google/Sheet/GoogleSheets.node.ts index d9aaf8f95c..a0ec5afaf0 100644 --- a/packages/nodes-base/nodes/Google/Sheet/GoogleSheets.node.ts +++ b/packages/nodes-base/nodes/Google/Sheet/GoogleSheets.node.ts @@ -201,7 +201,7 @@ export class GoogleSheets implements INodeType { }, default: 'A:F', required: true, - description: 'The table range to read from or to append data to. See the Google documentation for the details.
If it contains multiple sheets it can also be
added like this: "MySheet!A:F"', + description: 'The table range to read from or to append data to. See the Google documentation for the details.
If it contains multiple sheets it can also be added like this: "MySheet!A:F"', }, // ---------------------------------- @@ -420,7 +420,7 @@ export class GoogleSheets implements INodeType { ], }, }, - description: 'Index of the first row which contains
the actual data and not the keys. Starts with 0.', + description: 'Index of the first row which contains the actual data and not the keys. Starts with 0.', }, // ---------------------------------- @@ -518,7 +518,7 @@ export class GoogleSheets implements INodeType { ], }, }, - description: 'The name of the key to identify which
data should be updated in the sheet.', + description: 'The name of the key to identify which data should be updated in the sheet.', }, { @@ -1032,7 +1032,7 @@ export class GoogleSheets implements INodeType { status: 'OK', message: 'Connection successful!', }; - + }, }, }; diff --git a/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts b/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts index 15e12367e5..afd055cfeb 100644 --- a/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts +++ b/packages/nodes-base/nodes/Google/Slides/GoogleSlides.node.ts @@ -357,7 +357,7 @@ export class GoogleSlides implements INodeType { ], }, }, - description: 'Name of the binary property to which to
write the data of the read page.', + description: 'Name of the binary property to which to write the data of the read page.', }, { displayName: 'Binary Property', diff --git a/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts b/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts index 724bce0947..d87f412843 100644 --- a/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts +++ b/packages/nodes-base/nodes/Google/Translate/GoogleTranslate.node.ts @@ -136,7 +136,7 @@ export class GoogleTranslate implements INodeType { loadOptionsMethod: 'getLanguages', }, default: '', - description: 'The language to use for translation of the input text, set to one of the
language codes listed in Language Support', + description: 'The language to use for translation of the input text, set to one of the language codes listed in Language Support', required: true, displayOptions: { show: { diff --git a/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts b/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts index 2d49afe4f1..154c2ae0f5 100644 --- a/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts +++ b/packages/nodes-base/nodes/HelpScout/ConversationDescription.ts @@ -164,7 +164,7 @@ export const conversationFields = [ ], }, }, - description: 'By default the response only contain the ID to resource
. If this option gets activated it
will resolve the data automatically.', + description: 'By default the response only contain the ID to resource. If this option gets activated, it will resolve the data automatically.', }, { displayName: 'Additional Fields', @@ -195,7 +195,7 @@ export const conversationFields = [ name: 'autoReply', type: 'boolean', default: false, - description: `When autoReply is set to true, an auto reply will be sent
+ description: `When autoReply is set to true, an auto reply will be sent as long as there is at least one customer thread in the conversation.`, }, { diff --git a/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts b/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts index ff85b5fd52..52f8e6299f 100644 --- a/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts +++ b/packages/nodes-base/nodes/HelpScout/CustomerDescription.ts @@ -63,7 +63,7 @@ export const customerFields = [ ], }, }, - description: 'By default the response only contain the ID to resource
. If this option gets activated it
will resolve the data automatically.', + description: 'By default the response only contain the ID to resource. If this option gets activated, it will resolve the data automatically.', }, { displayName: 'Additional Fields', diff --git a/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts b/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts index 35764bfc2a..bd7f2b6852 100644 --- a/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts +++ b/packages/nodes-base/nodes/HomeAssistant/CameraProxyDescription.ts @@ -64,6 +64,6 @@ export const cameraProxyFields = [ ], }, }, - description: 'Name of the binary property to which to
write the data of the read file.', + description: 'Name of the binary property to which to write the data of the read file.', }, ] as INodeProperties[]; diff --git a/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.ts b/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.ts index 1285a141f0..b585ffb91c 100644 --- a/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.ts +++ b/packages/nodes-base/nodes/HtmlExtract/HtmlExtract.node.ts @@ -185,7 +185,7 @@ export class HtmlExtract implements INodeType { name: 'returnArray', type: 'boolean', default: false, - description: 'Returns the values as an array so if multiple ones get found they also get
returned separately.If not set all will be returned as a single string.', + description: 'Returns the values as an array so if multiple ones get found they also get returned separately. If not set all will be returned as a single string.', }, ], }, @@ -204,7 +204,7 @@ export class HtmlExtract implements INodeType { name: 'trimValues', type: 'boolean', default: true, - description: 'Removes automatically all spaces and newlines from
the beginning and end of the values.', + description: 'Removes automatically all spaces and newlines from the beginning and end of the values.', }, ], }, diff --git a/packages/nodes-base/nodes/HttpRequest.node.ts b/packages/nodes-base/nodes/HttpRequest.node.ts index 00765ad3b3..6048595d2f 100644 --- a/packages/nodes-base/nodes/HttpRequest.node.ts +++ b/packages/nodes-base/nodes/HttpRequest.node.ts @@ -228,7 +228,7 @@ export class HttpRequest implements INodeType { ], }, }, - description: 'Name of the binary property to which to
write the data of the read file.', + description: 'Name of the binary property to which to write the data of the read file.', }, { @@ -1057,4 +1057,4 @@ export class HttpRequest implements INodeType { return this.prepareOutputData(returnItems); } -} \ No newline at end of file +} diff --git a/packages/nodes-base/nodes/Hubspot/CompanyDescription.ts b/packages/nodes-base/nodes/Hubspot/CompanyDescription.ts index 0eefd20ec1..1194ef7acb 100644 --- a/packages/nodes-base/nodes/Hubspot/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/CompanyDescription.ts @@ -906,7 +906,7 @@ export const companyFields = [ name: 'propertiesWithHistory', type: 'string', default: '', - description: `Works similarly to properties=, but this parameter will include the history for the specified property,
+ 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.`, }, ], diff --git a/packages/nodes-base/nodes/Hubspot/ContactDescription.ts b/packages/nodes-base/nodes/Hubspot/ContactDescription.ts index dbb2be43ed..764ec30411 100644 --- a/packages/nodes-base/nodes/Hubspot/ContactDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/ContactDescription.ts @@ -88,7 +88,7 @@ export const contactFields = [ }, }, default: true, - description: 'By default the response only includes the ID. If this option gets activated it
will resolve the data automatically.', + description: 'By default the response only includes the ID. If this option gets activated, it will resolve the data automatically.', }, { displayName: 'Additional Fields', diff --git a/packages/nodes-base/nodes/Hubspot/DealDescription.ts b/packages/nodes-base/nodes/Hubspot/DealDescription.ts index 11b6eb5c75..a97b7b5df5 100644 --- a/packages/nodes-base/nodes/Hubspot/DealDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/DealDescription.ts @@ -441,7 +441,7 @@ export const dealFields = [ name: 'includeAssociations', type: 'boolean', default: false, - description: `Include the IDs of the associated contacts and companies in the results
. + description: `Include the IDs of the associated contacts and companies in the results. This will also automatically include the num_associated_contacts property.`, }, { @@ -465,7 +465,7 @@ export const dealFields = [ loadOptionsMethod: 'getDealProperties', }, default: [], - description: `Works similarly to properties=, but this parameter will include the history for the specified property,
+ 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.`, }, diff --git a/packages/nodes-base/nodes/Hubspot/TicketDescription.ts b/packages/nodes-base/nodes/Hubspot/TicketDescription.ts index 0836a6de4b..14beef27d8 100644 --- a/packages/nodes-base/nodes/Hubspot/TicketDescription.ts +++ b/packages/nodes-base/nodes/Hubspot/TicketDescription.ts @@ -443,7 +443,7 @@ export const ticketFields = [ name: 'propertiesWithHistory', type: 'string', default: '', - description: `Works similarly to properties=, but this parameter will include the history for the specified property,
+ 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.`, }, ], @@ -528,7 +528,7 @@ export const ticketFields = [ name: 'propertiesWithHistory', type: 'string', default: '', - description: `Works similarly to properties=, but this parameter will include the history for the specified property,
+ 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.`, }, ], diff --git a/packages/nodes-base/nodes/ICalendar.node.ts b/packages/nodes-base/nodes/ICalendar.node.ts index 98883d9b1e..b802664102 100644 --- a/packages/nodes-base/nodes/ICalendar.node.ts +++ b/packages/nodes-base/nodes/ICalendar.node.ts @@ -83,7 +83,7 @@ export class ICalendar implements INodeType { type: 'string', default: 'data', required: true, - description: 'The field that your iCalendar file will be
available under in the output.', + description: 'The field that your iCalendar file will be available under in the output.', }, { displayName: 'Additional Fields', diff --git a/packages/nodes-base/nodes/Intercom/CompanyDescription.ts b/packages/nodes-base/nodes/Intercom/CompanyDescription.ts index 77b6bb6c3a..2db69e1fcf 100644 --- a/packages/nodes-base/nodes/Intercom/CompanyDescription.ts +++ b/packages/nodes-base/nodes/Intercom/CompanyDescription.ts @@ -371,7 +371,7 @@ export const companyFields = [ name: 'website', type: 'string', default: '', - description: `The URL for this company's website. Please note that the value
specified here is not validated. Accepts any string.`, + description: `The URL for this company's website. Please note that the value specified here is not validated. Accepts any string.`, }, ], }, diff --git a/packages/nodes-base/nodes/Intercom/LeadDescription.ts b/packages/nodes-base/nodes/Intercom/LeadDescription.ts index de41a9cf7a..11d1a7bdb4 100644 --- a/packages/nodes-base/nodes/Intercom/LeadDescription.ts +++ b/packages/nodes-base/nodes/Intercom/LeadDescription.ts @@ -403,7 +403,7 @@ export const leadFields = [ name: 'updateLastRequestAt', type: 'boolean', default: false, - description: 'A boolean value, which if true, instructs Intercom to update the
users last_request_at value to the current API service time in
UTC. default value if not sent is false.', + description: 'A boolean value, which if true, instructs Intercom to update the users last_request_at value to the current API service time in UTC. default value if not sent is false.', }, { displayName: 'UTM Campaign', diff --git a/packages/nodes-base/nodes/Intercom/UserDescription.ts b/packages/nodes-base/nodes/Intercom/UserDescription.ts index f446205e2d..d6c2fd68a9 100644 --- a/packages/nodes-base/nodes/Intercom/UserDescription.ts +++ b/packages/nodes-base/nodes/Intercom/UserDescription.ts @@ -456,7 +456,7 @@ export const userFields = [ type: 'boolean', default: false, options: [], - description: 'A boolean value, which if true, instructs Intercom to update the users
last_request_at value to the current API service time in UTC.', + description: 'A boolean value, which if true, instructs Intercom to update the users last_request_at value to the current API service time in UTC.', }, { displayName: 'UTM Campaign', diff --git a/packages/nodes-base/nodes/Jira/IssueCommentDescription.ts b/packages/nodes-base/nodes/Jira/IssueCommentDescription.ts index 7b4980e20e..bfb66303da 100644 --- a/packages/nodes-base/nodes/Jira/IssueCommentDescription.ts +++ b/packages/nodes-base/nodes/Jira/IssueCommentDescription.ts @@ -151,7 +151,7 @@ export const issueCommentFields = [ }, ], default: '', - description: 'Use expand to include additional information about comments
in the response. This parameter accepts Rendered Body, which
returns the comment body rendered in HTML.', + description: 'Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML.', }, ], }, @@ -222,7 +222,7 @@ export const issueCommentFields = [ }, ], default: '', - description: 'Use expand to include additional information about comments in
the response. This parameter accepts Rendered Body, which
returns the comment body rendered in HTML.', + description: 'Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML.', }, ], }, @@ -317,7 +317,7 @@ export const issueCommentFields = [ }, ], default: '', - description: 'Use expand to include additional information about comments in the
response. This parameter accepts Rendered Body, which returns the comment
body rendered in HTML.', + description: 'Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML.', }, ], }, diff --git a/packages/nodes-base/nodes/Jira/IssueDescription.ts b/packages/nodes-base/nodes/Jira/IssueDescription.ts index 64b5497ac4..d8acd74384 100644 --- a/packages/nodes-base/nodes/Jira/IssueDescription.ts +++ b/packages/nodes-base/nodes/Jira/IssueDescription.ts @@ -268,7 +268,7 @@ export const issueFields = [ name: 'updateHistory', type: 'boolean', default: false, - description: `Whether the project in which the issue is created is added to the user's
+ description: `Whether the project in which the issue is created is added to the user's Recently viewed project list, as shown under Projects in Jira.`, }, ], @@ -546,7 +546,7 @@ export const issueFields = [ transitions Returns all possible transitions for the issue.
editmeta Returns information about how each field can be edited.
changelog Returns a list of recent updates to an issue, sorted by date, starting from the most recent.
- versionedRepresentations Returns a JSON array for each version of a field's value, with the highest number
+ versionedRepresentations Returns a JSON array for each version of a field's value, with the highest number representing the most recent version. Note: When included in the request, the fields parameter is ignored.`, }, { @@ -567,7 +567,7 @@ export const issueFields = [ type: 'boolean', default: false, description: `Indicates whether fields in fields are referenced by keys rather than IDs.
- This parameter is useful where fields have been added by a connect app and a field's key
+ This parameter is useful where fields have been added by a connect app and a field's key may differ from its ID.`, }, { @@ -723,7 +723,7 @@ export const issueFields = [ type: 'boolean', default: false, description: `Indicates whether fields in fields are referenced by keys rather than IDs.
- This parameter is useful where fields have been added by a connect app and a field's key
+ This parameter is useful where fields have been added by a connect app and a field's key may differ from its ID.`, }, { @@ -1111,8 +1111,8 @@ export const issueFields = [ type: 'string', default: '', description: `Use expand to include additional information about transitions in the response.
- This parameter accepts transitions.fields, which returns information about the fields in the
- transition screen for each transition. Fields hidden from the screen are not returned. Use this
+ This parameter accepts transitions.fields, which returns information about the fields in the + transition screen for each transition. Fields hidden from the screen are not returned. Use this information to populate the fields and update fields in Transition issue.`, }, { @@ -1127,7 +1127,7 @@ export const issueFields = [ name: 'skipRemoteOnlyCondition', type: 'boolean', default: false, - description: `Indicates whether transitions with the condition Hide
+ description: `Indicates whether transitions with the condition Hide From User Condition are included in the response.`, }, ], diff --git a/packages/nodes-base/nodes/JotForm/JotFormTrigger.node.ts b/packages/nodes-base/nodes/JotForm/JotFormTrigger.node.ts index b118379a04..00fc519753 100644 --- a/packages/nodes-base/nodes/JotForm/JotFormTrigger.node.ts +++ b/packages/nodes-base/nodes/JotForm/JotFormTrigger.node.ts @@ -69,7 +69,7 @@ export class JotFormTrigger implements INodeType { name: 'resolveData', type: 'boolean', default: true, - description: 'By default does the webhook-data use internal keys instead of the names.
If this option gets activated it will resolve the keys automatically to the actual names.', + description: 'By default does the webhook-data use internal keys instead of the names.
If this option gets activated, it will resolve the keys automatically to the actual names.', }, { displayName: 'Only Answers', diff --git a/packages/nodes-base/nodes/Keap/FileDescription.ts b/packages/nodes-base/nodes/Keap/FileDescription.ts index b030170c6f..7038c99850 100644 --- a/packages/nodes-base/nodes/Keap/FileDescription.ts +++ b/packages/nodes-base/nodes/Keap/FileDescription.ts @@ -76,7 +76,7 @@ export const fileFields = [ ], }, }, - description: 'Name of the binary property which contains
the data for the file to be uploaded.', + description: 'Name of the binary property which contains the data for the file to be uploaded.', }, { displayName: 'File Association', diff --git a/packages/nodes-base/nodes/LingvaNex/LingvaNex.node.ts b/packages/nodes-base/nodes/LingvaNex/LingvaNex.node.ts index 8740026919..2e89bafd7b 100644 --- a/packages/nodes-base/nodes/LingvaNex/LingvaNex.node.ts +++ b/packages/nodes-base/nodes/LingvaNex/LingvaNex.node.ts @@ -77,7 +77,7 @@ export class LingvaNex implements INodeType { loadOptionsMethod: 'getLanguages', }, default: '', - description: 'The language to use for translation of the input text, set to one of the
language codes listed in Language Support', + description: 'The language to use for translation of the input text, set to one of the language codes listed in Language Support', required: true, displayOptions: { show: { diff --git a/packages/nodes-base/nodes/Mailchimp/Mailchimp.node.ts b/packages/nodes-base/nodes/Mailchimp/Mailchimp.node.ts index 56c0780246..e96b579e09 100644 --- a/packages/nodes-base/nodes/Mailchimp/Mailchimp.node.ts +++ b/packages/nodes-base/nodes/Mailchimp/Mailchimp.node.ts @@ -1210,7 +1210,7 @@ export class Mailchimp implements INodeType { name: 'skipMergeValidation', type: 'boolean', default: false, - description: `If skip_merge_validation is true, member data will be accepted without merge field values,
+ description: `If skip_merge_validation is true, member data will be accepted without merge field values, even if the merge field is usually required`, }, { diff --git a/packages/nodes-base/nodes/Mailgun/Mailgun.node.ts b/packages/nodes-base/nodes/Mailgun/Mailgun.node.ts index fe9d338921..fe741c638b 100644 --- a/packages/nodes-base/nodes/Mailgun/Mailgun.node.ts +++ b/packages/nodes-base/nodes/Mailgun/Mailgun.node.ts @@ -101,7 +101,7 @@ export class Mailgun implements INodeType { name: 'attachments', type: 'string', default: '', - description: 'Name of the binary properties which contain
data which should be added to email as attachment.
Multiple ones can be comma separated.', + description: 'Name of the binary properties which contain data which should be added to email as attachment.
Multiple ones can be comma separated.', }, ], }; diff --git a/packages/nodes-base/nodes/Mandrill/Mandrill.node.ts b/packages/nodes-base/nodes/Mandrill/Mandrill.node.ts index f2a73cafe4..9304235753 100644 --- a/packages/nodes-base/nodes/Mandrill/Mandrill.node.ts +++ b/packages/nodes-base/nodes/Mandrill/Mandrill.node.ts @@ -247,21 +247,21 @@ export class Mandrill implements INodeType { name: 'async', type: 'boolean', default: false, - description: `Enable a background sending mode that is optimized for bulk sending.
In async mode, messages/send will immediately return a status of "queued"
for every recipient. To handle rejections when sending in async mode, set up
a webhook for the 'reject' event. Defaults to false for messages with
no more than 10 recipients; messages with more than 10 recipients are always sent
asynchronously, regardless of the value of async.`, + description: `Enable a background sending mode that is optimized for bulk sending.
In async mode, messages/send will immediately return a status of "queued" for every recipient. To handle rejections when sending in async mode, set up a webhook for the 'reject' event. Defaults to false for messages with no more than 10 recipients; messages with more than 10 recipients are always sent asynchronously, regardless of the value of async.`, }, { displayName: 'Auto Text', name: 'autoText', type: 'boolean', default: false, - description: 'Whether or not to automatically generate a text
part for messages that are not given text.', + description: 'Whether or not to automatically generate a text part for messages that are not given text.', }, { displayName: 'Auto HTML', name: 'autoHtml', type: 'boolean', default: false, - description: 'Whether or not to automatically generate an HTML
part for messages that are not given HTML.', + description: 'Whether or not to automatically generate an HTML part for messages that are not given HTML.', }, { displayName: 'BCC Address', @@ -293,7 +293,7 @@ export class Mandrill implements INodeType { type: 'string', default: '', placeholder: '', - description: `An array of strings separated by , indicating for which any matching URLs will automatically have Google Analytics parameters appended to their query string automatically.`, + description: `An array of strings separated by a comma (,) indicating for which any matching URLs will automatically have Google Analytics parameters appended to their query string automatically.`, }, { displayName: 'HTML', @@ -311,14 +311,14 @@ export class Mandrill implements INodeType { name: 'important', type: 'boolean', default: false, - description: 'Whether or not this message is important, and should be
delivered ahead of non-important messages.', + description: 'Whether or not this message is important, and should be delivered ahead of non-important messages.', }, { displayName: 'Inline CSS', name: 'inlineCss', type: 'boolean', default: false, - description: 'Whether or not to automatically inline all CSS styles provided in
the message HTML - only for HTML documents less than 256KB in size.', + description: 'Whether or not to automatically inline all CSS styles provided in the message HTML - only for HTML documents less than 256KB in size.', }, { displayName: 'Ip Pool', @@ -349,7 +349,7 @@ export class Mandrill implements INodeType { type: 'dateTime', default: '', placeholder: '', - description: `When this message should be sent as a UTC timestamp in
YYYY-MM-DD HH:MM:SS format. If you specify a time in the past, the message
will be sent immediately. An additional fee applies for scheduled email,
and this feature is only available to accounts with a positive balance.`, + description: `When this message should be sent as a UTC timestamp in YYYY-MM-DD HH:MM:SS format. If you specify a time in the past, the message will be sent immediately. An additional fee applies for scheduled email, and this feature is only available to accounts with a positive balance.`, }, { displayName: 'Signing Domain', @@ -357,7 +357,7 @@ export class Mandrill implements INodeType { type: 'string', default: '', placeholder: '', - description: `A custom domain to use for SPF/DKIM signing instead of
mandrill(for "via" or "on behalf of" in email clients).`, + description: `A custom domain to use for SPF/DKIM signing instead of mandrill(for "via" or "on behalf of" in email clients).`, }, { displayName: 'Subaccount', @@ -381,7 +381,7 @@ export class Mandrill implements INodeType { type: 'string', default: '', placeholder: '', - description: `An array of string separated by , to tag the message with. Stats are accumulated using tags, though we only store the first 100 we see, so this should not be unique or change frequently. Tags should be 50 characters or less. Any tags starting with an underscore are reserved for internal use and will cause errors.`, + description: `An array of string separated by a comma (,) to tag the message with. Stats are accumulated using tags, though we only store the first 100 we see, so this should not be unique or change frequently. Tags should be 50 characters or less. Any tags starting with an underscore are reserved for internal use and will cause errors.`, }, { displayName: 'Text', @@ -421,7 +421,7 @@ export class Mandrill implements INodeType { name: 'urlStripQs', type: 'boolean', default: false, - description: 'Whether or not to strip the query string from
URLs when aggregating tracked URL data.', + description: 'Whether or not to strip the query string from URLs when aggregating tracked URL data.', }, { displayName: 'View Content Link', @@ -508,7 +508,7 @@ export class Mandrill implements INodeType { ], }, }, - description: 'Metadata an associative array of user metadata. Mandrill will store
this metadata and make it available for retrieval. In addition, you can select
up to 10 metadata fields to index and make searchable using the Mandrill search api.', + description: 'Metadata an associative array of user metadata. Mandrill will store this metadata and make it available for retrieval. In addition, you can select up to 10 metadata fields to index and make searchable using the Mandrill search api.', options: [ { name: 'metadataValues', @@ -549,7 +549,7 @@ export class Mandrill implements INodeType { placeholder: `{ "website": "www.example.com" }`, - description: 'Metadata an associative array of user metadata. Mandrill will store this metadata
and make it available for retrieval. In addition, you can select up to
10 metadata fields to index and make searchable using the Mandrill search api.', + description: 'Metadata an associative array of user metadata. Mandrill will store this metadata and make it available for retrieval. In addition, you can select up to 10 metadata fields to index and make searchable using the Mandrill search api.', }, { displayName: 'Attachments', 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 1876e916c0..4570484d0c 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 @@ -65,7 +65,7 @@ export const channelMembersDescription: ChannelProperties = [ }, }, default: true, - description: 'By default the response only contain the ID of the user.
If this option gets activated it will resolve the user automatically.', + description: 'By default the response only contain the ID of the user.
If this option gets activated, it will resolve the user automatically.', }, { displayName: 'Return All', diff --git a/packages/nodes-base/nodes/Mautic/ContactDescription.ts b/packages/nodes-base/nodes/Mautic/ContactDescription.ts index 3f7d0d06fc..a1aa9f75d6 100644 --- a/packages/nodes-base/nodes/Mautic/ContactDescription.ts +++ b/packages/nodes-base/nodes/Mautic/ContactDescription.ts @@ -1233,7 +1233,7 @@ export const contactFields = [ name: 'rawData', type: 'boolean', default: true, - description: `By default only the data of the fields get returned. If this
+ description: `By default only the data of the fields get returned. If this options gets set the RAW response with all data gets returned.`, }, ], diff --git a/packages/nodes-base/nodes/Merge.node.ts b/packages/nodes-base/nodes/Merge.node.ts index a6cb8ab4f7..07b103f484 100644 --- a/packages/nodes-base/nodes/Merge.node.ts +++ b/packages/nodes-base/nodes/Merge.node.ts @@ -104,7 +104,7 @@ export class Merge implements INodeType { }, ], default: 'left', - description: 'How many items the output will contain
if inputs contain different amount of items.', + description: 'How many items the output will contain if inputs contain different amount of items.', }, { displayName: 'Property Input 1', diff --git a/packages/nodes-base/nodes/Microsoft/Excel/WorksheetDescription.ts b/packages/nodes-base/nodes/Microsoft/Excel/WorksheetDescription.ts index 2820161531..82a966d790 100644 --- a/packages/nodes-base/nodes/Microsoft/Excel/WorksheetDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Excel/WorksheetDescription.ts @@ -244,7 +244,7 @@ export const worksheetFields = [ ], }, }, - description: 'Index of the first row which contains
the actual data and not the keys. Starts with 0.', + description: 'Index of the first row which contains the actual data and not the keys. Starts with 0.', }, { displayName: 'Key Row', diff --git a/packages/nodes-base/nodes/Microsoft/OneDrive/FileDescription.ts b/packages/nodes-base/nodes/Microsoft/OneDrive/FileDescription.ts index 97d647027a..b723a55540 100644 --- a/packages/nodes-base/nodes/Microsoft/OneDrive/FileDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/OneDrive/FileDescription.ts @@ -236,7 +236,7 @@ export const fileFields = [ ], }, }, - description: 'Name of the binary property to which to
write the data of the read file.', + description: 'Name of the binary property to which to write the data of the read file.', }, /* -------------------------------------------------------------------------- */ /* file:get */ @@ -457,6 +457,6 @@ export const fileFields = [ }, placeholder: '', - description: 'Name of the binary property which contains
the data for the file.', + description: 'Name of the binary property which contains the data for the file.', }, ] as INodeProperties[]; diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/DraftMessageSharedDescription.ts b/packages/nodes-base/nodes/Microsoft/Outlook/DraftMessageSharedDescription.ts index 8c4e42dcc9..a7973d4610 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/DraftMessageSharedDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/DraftMessageSharedDescription.ts @@ -29,7 +29,7 @@ export const draftMessageSharedFields = [ name: 'dataPropertyAttachmentsPrefixName', type: 'string', default: 'attachment_', - description: 'Prefix for name of the binary property to which to
write the attachments. An index starting with 0 will be added.
So if name is "attachment_" the first attachment is saved to "attachment_0"', + description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.
So if name is "attachment_" the first attachment is saved to "attachment_0"', }, { displayName: 'Fields', diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/MessageAttachmentDescription.ts b/packages/nodes-base/nodes/Microsoft/Outlook/MessageAttachmentDescription.ts index 61b375f63f..46e85d52d8 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/MessageAttachmentDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/MessageAttachmentDescription.ts @@ -133,7 +133,7 @@ export const messageAttachmentFields = [ { displayName: 'Binary Property', name: 'binaryPropertyName', - description: 'Name of the binary property to which to
write the data of the read file.', + description: 'Name of the binary property to which to write the data of the read file.', type: 'string', required: true, default: 'data', diff --git a/packages/nodes-base/nodes/Microsoft/Outlook/MessageDescription.ts b/packages/nodes-base/nodes/Microsoft/Outlook/MessageDescription.ts index e67b6ce3ea..7eeafd2676 100644 --- a/packages/nodes-base/nodes/Microsoft/Outlook/MessageDescription.ts +++ b/packages/nodes-base/nodes/Microsoft/Outlook/MessageDescription.ts @@ -601,7 +601,7 @@ export const messageFields = [ { displayName: 'Binary Property', name: 'binaryPropertyName', - description: 'Name of the binary property to which to
write the data of the read file.', + description: 'Name of the binary property to which to write the data of the read file.', type: 'string', required: true, default: 'data', diff --git a/packages/nodes-base/nodes/MoveBinaryData.node.ts b/packages/nodes-base/nodes/MoveBinaryData.node.ts index 011812a5e0..dab5fd5f62 100644 --- a/packages/nodes-base/nodes/MoveBinaryData.node.ts +++ b/packages/nodes-base/nodes/MoveBinaryData.node.ts @@ -93,7 +93,7 @@ export class MoveBinaryData implements INodeType { }, }, default: true, - description: 'If all JSON data should be replaced with the data retrieved
from binary key. Else the data will be written to a single key.', + description: 'If all JSON data should be replaced with the data retrieved from binary key. Else the data will be written to a single key.', }, { displayName: 'Source Key', @@ -128,7 +128,7 @@ export class MoveBinaryData implements INodeType { default: 'data', required: true, placeholder: '', - description: 'The name the JSON key to copy data to. It is also possible
to define deep keys by using dot-notation like for example:
"level1.level2.newKey"', + description: 'The name the JSON key to copy data to. It is also possible to define deep keys by using dot-notation like for example:
"level1.level2.newKey"', }, // ---------------------------------- @@ -165,7 +165,7 @@ export class MoveBinaryData implements INodeType { default: 'data', required: true, placeholder: 'data', - description: 'The name of the JSON key to get data from. It is also possible
to define deep keys by using dot-notation like for example:
"level1.level2.currentKey"', + description: 'The name of the JSON key to get data from. It is also possible to define deep keys by using dot-notation like for example:
"level1.level2.currentKey"', }, { displayName: 'Destination Key', @@ -181,7 +181,7 @@ export class MoveBinaryData implements INodeType { default: 'data', required: true, placeholder: 'data', - description: 'The name the binary key to copy data to. It is also possible
to define deep keys by using dot-notation like for example:
"level1.level2.newKey"', + description: 'The name the binary key to copy data to. It is also possible to define deep keys by using dot-notation like for example:
"level1.level2.newKey"', }, { diff --git a/packages/nodes-base/nodes/NextCloud/NextCloud.node.ts b/packages/nodes-base/nodes/NextCloud/NextCloud.node.ts index 455d724a44..3e163bedcb 100644 --- a/packages/nodes-base/nodes/NextCloud/NextCloud.node.ts +++ b/packages/nodes-base/nodes/NextCloud/NextCloud.node.ts @@ -395,7 +395,7 @@ export class NextCloud implements INodeType { ], }, }, - description: 'Name of the binary property to which to
write the data of the read file.', + description: 'Name of the binary property to which to write the data of the read file.', }, // ---------------------------------- @@ -481,7 +481,7 @@ export class NextCloud implements INodeType { }, placeholder: '', - description: 'Name of the binary property which contains
the data for the file to be uploaded.', + description: 'Name of the binary property which contains the data for the file to be uploaded.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/PayPal/PaymentDescription.ts b/packages/nodes-base/nodes/PayPal/PaymentDescription.ts index 692729db24..1881702ae0 100644 --- a/packages/nodes-base/nodes/PayPal/PaymentDescription.ts +++ b/packages/nodes-base/nodes/PayPal/PaymentDescription.ts @@ -127,7 +127,7 @@ export const payoutFields = [ type: 'string', required: true, default: '', - description: 'The receiver of the payment. Corresponds to the recipient_type value
in the request. Max length: 127 characters.', + description: 'The receiver of the payment. Corresponds to the recipient_type value in the request. Max length: 127 characters.', }, { displayName: 'Currency', @@ -180,7 +180,7 @@ export const payoutFields = [ type: 'string', required: false, default: '', - description: 'The sender-specified note for notifications. Supports up to
4000 ASCII characters and 1000 non-ASCII characters.', + description: 'The sender-specified note for notifications. Supports up to 4000 ASCII characters and 1000 non-ASCII characters.', }, { displayName: 'Sender Item ID', @@ -256,14 +256,14 @@ export const payoutFields = [ name: 'emailSubject', type: 'string', default: '', - description: 'The subject line for the email that PayPal sends when payment
for a payout item completes. The subject line is the same for all
recipients. Max length: 255 characters.', + description: 'The subject line for the email that PayPal sends when payment for a payout item completes. The subject line is the same for all recipients. Max length: 255 characters.', }, { displayName: 'Email Message', name: 'emailMessage', type: 'string', default: '', - description: 'The email message that PayPal sends when the payout item completes.
The message is the same for all recipients.', + description: 'The email message that PayPal sends when the payout item completes. The message is the same for all recipients.', }, { displayName: 'Note', diff --git a/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts b/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts index 99f5c87dc1..2c97ef422f 100644 --- a/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts +++ b/packages/nodes-base/nodes/Phantombuster/AgentDescription.ts @@ -176,7 +176,7 @@ export const agentFields = [ ], }, }, - description: 'By default the outpout is presented as string. If this option gets activated it
will resolve the data automatically.', + description: 'By default the outpout is presented as string. If this option gets activated, it will resolve the data automatically.', }, { displayName: 'Additional Fields', @@ -283,7 +283,7 @@ export const agentFields = [ ], }, }, - description: 'By default the launch just include the container ID. If this option gets activated it
will resolve the data automatically.', + description: 'By default the launch just include the container ID. If this option gets activated, it will resolve the data automatically.', }, { displayName: 'JSON Parameters', diff --git a/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts b/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts index c0956012d1..66d135f5b5 100644 --- a/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts +++ b/packages/nodes-base/nodes/Pipedrive/Pipedrive.node.ts @@ -2001,7 +2001,7 @@ export class Pipedrive implements INodeType { }, placeholder: '', - description: 'Name of the binary property which contains
the data for the file to be created.', + description: 'Name of the binary property which contains the data for the file to be created.', }, { displayName: 'Additional Fields', @@ -2120,7 +2120,7 @@ export class Pipedrive implements INodeType { ], }, }, - description: 'Name of the binary property to which to
write the data of the downloaded file.', + description: 'Name of the binary property to which to write the data of the downloaded file.', }, // ---------------------------------- diff --git a/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts b/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts index 1e57ab093c..69654265b9 100644 --- a/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts +++ b/packages/nodes-base/nodes/Pushbullet/Pushbullet.node.ts @@ -208,7 +208,7 @@ export class Pushbullet implements INodeType { }, }, placeholder: '', - description: 'Name of the binary property which contains
the data for the file to be created.', + description: 'Name of the binary property which contains the data for the file to be created.', }, { displayName: 'Target', diff --git a/packages/nodes-base/nodes/ReadBinaryFile.node.ts b/packages/nodes-base/nodes/ReadBinaryFile.node.ts index e84f19a023..b378f97221 100644 --- a/packages/nodes-base/nodes/ReadBinaryFile.node.ts +++ b/packages/nodes-base/nodes/ReadBinaryFile.node.ts @@ -41,7 +41,7 @@ export class ReadBinaryFile implements INodeType { type: 'string', default: 'data', required: true, - description: 'Name of the binary property to which to
write the data of the read file.', + description: 'Name of the binary property to which to write the data of the read file.', }, ], }; diff --git a/packages/nodes-base/nodes/ReadBinaryFiles.node.ts b/packages/nodes-base/nodes/ReadBinaryFiles.node.ts index af7b3f9b12..8025c177a4 100644 --- a/packages/nodes-base/nodes/ReadBinaryFiles.node.ts +++ b/packages/nodes-base/nodes/ReadBinaryFiles.node.ts @@ -42,7 +42,7 @@ export class ReadBinaryFiles implements INodeType { type: 'string', default: 'data', required: true, - description: 'Name of the binary property to which to
write the data of the read files.', + description: 'Name of the binary property to which to write the data of the read files.', }, ], }; diff --git a/packages/nodes-base/nodes/ReadPdf.node.ts b/packages/nodes-base/nodes/ReadPdf.node.ts index c4e1ee0972..fbef80a90f 100644 --- a/packages/nodes-base/nodes/ReadPdf.node.ts +++ b/packages/nodes-base/nodes/ReadPdf.node.ts @@ -32,7 +32,7 @@ export class ReadPdf implements INodeType { type: 'string', default: 'data', required: true, - description: 'Name of the binary property from which to
read the PDF file.', + description: 'Name of the binary property from which to read the PDF file.', }, ], }; diff --git a/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts b/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts index fc2ed3509a..624fe18128 100644 --- a/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/AttachmentDescription.ts @@ -1,4 +1,4 @@ -import { +import { INodeProperties, } from 'n8n-workflow'; @@ -109,7 +109,7 @@ export const attachmentFields = [ }, }, placeholder: '', - description: 'Name of the binary property which contains
the data for the file to be uploaded.', + description: 'Name of the binary property which contains the data for the file to be uploaded.', }, { displayName: 'Additional Fields', @@ -199,7 +199,7 @@ export const attachmentFields = [ type: 'string', default: 'data', placeholder: '', - description: 'Name of the binary property which contains
the data for the file to be uploaded.', + description: 'Name of the binary property which contains the data for the file to be uploaded.', }, { displayName: 'Description', diff --git a/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts b/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts index a0a3671304..901f429a13 100644 --- a/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/DocumentDescription.ts @@ -66,7 +66,7 @@ export const documentFields = [ }, }, placeholder: '', - description: 'Name of the binary property which contains
the data for the file to be uploaded.', + description: 'Name of the binary property which contains the data for the file to be uploaded.', }, { displayName: 'Additional Fields', diff --git a/packages/nodes-base/nodes/Salesforce/TaskDescription.ts b/packages/nodes-base/nodes/Salesforce/TaskDescription.ts index a3d4a294e5..d0a15ad5c1 100644 --- a/packages/nodes-base/nodes/Salesforce/TaskDescription.ts +++ b/packages/nodes-base/nodes/Salesforce/TaskDescription.ts @@ -100,7 +100,7 @@ export const taskFields = [ type: 'dateTime', default: '', description: `Represents the due date of the task.
- This field has a timestamp that is always set to midnight
+ This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone.`, }, { @@ -111,8 +111,8 @@ export const taskFields = [ alwaysOpenEditWindow: true, }, default: '', - description: `Represents the result of a given call, for example, “we'll call back,” or “call
- unsuccessful.” Limit is 255 characters. Not subject to field-level security, available for any user
+ description: `Represents the result of a given call, for example, “we'll call back,” or “call + unsuccessful.” Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center.`, }, { @@ -120,7 +120,7 @@ export const taskFields = [ name: 'callDurationInSeconds', type: 'number', default: '', - description: `Duration of the call in seconds. Not subject to field-level security,
+ description: `Duration of the call in seconds. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center`, }, { @@ -132,7 +132,7 @@ export const taskFields = [ }, default: '', description: `Name of a call center. Limit is 255 characters.
- Not subject to field-level security, available for any user in an
+ Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center.`, }, { @@ -257,9 +257,9 @@ export const taskFields = [ name: 'recurrenceDayOfWeekMask', type: 'number', default: '', - description: `The day or days of the week on which the task repeats.
- This field contains a bitmask. The values are as follows: Sunday = 1 Monday = 2
- Tuesday = 4 Wednesday = 8 Thursday = 16 Friday = 32 Saturday = 64
+ description: `The day or days of the week on which the task repeats. + This field contains a bitmask. The values are as follows: Sunday = 1 Monday = 2 + Tuesday = 4 Wednesday = 8 Thursday = 16 Friday = 32 Saturday = 64 Multiple days are represented as the sum of their numerical values.
For example, Tuesday and Thursday = 4 + 16 = 20.`, }, @@ -268,7 +268,7 @@ export const taskFields = [ name: 'recurrenceEndDateOnly', type: 'dateTime', default: '', - description: `The last date on which the task repeats. This field has a timestamp that
+ description: `The last date on which the task repeats. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone.`, }, { @@ -348,8 +348,8 @@ export const taskFields = [ }, ], description: `Represents what triggers a repeating task to repeat.
- Add this field to a page layout together with the RecurrenceInterval field,
- which determines the number of days between the triggering date (due date or close date)
+ Add this field to a page layout together with the RecurrenceInterval field, + which determines the number of days between the triggering date (due date or close date) and the due date of the next repeating task in the series.Label is Repeat This Task.`, }, { @@ -373,9 +373,9 @@ export const taskFields = [ name: 'reminderDateTime', type: 'dateTime', default: '', - description: `Represents the time when the reminder is scheduled to fire,
- if IsReminderSet is set to true. If IsReminderSet is set to false, then the
- user may have deselected the reminder checkbox in the Salesforce user interface,
+ description: `Represents the time when the reminder is scheduled to fire, + if IsReminderSet is set to true. If IsReminderSet is set to false, then the + user may have deselected the reminder checkbox in the Salesforce user interface, or the reminder has already fired at the time indicated by the value.`, }, { @@ -403,8 +403,8 @@ export const taskFields = [ name: 'whatId', type: 'string', default: '', - description: `The WhatId represents nonhuman objects such as accounts, opportunities,
- campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a
+ description: `The WhatId represents nonhuman objects such as accounts, opportunities, + campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a WhatId is equivalent to the ID of a related object.`, }, { @@ -473,8 +473,8 @@ export const taskFields = [ alwaysOpenEditWindow: true, }, default: '', - description: `Represents the result of a given call, for example, “we'll call back,” or “call
- unsuccessful.” Limit is 255 characters. Not subject to field-level security, available for any user
+ description: `Represents the result of a given call, for example, “we'll call back,” or “call + unsuccessful.” Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center.`, }, { @@ -482,7 +482,7 @@ export const taskFields = [ name: 'callDurationInSeconds', type: 'number', default: '', - description: `Duration of the call in seconds. Not subject to field-level security,
+ description: `Duration of the call in seconds. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center`, }, { @@ -494,7 +494,7 @@ export const taskFields = [ }, default: '', description: `Name of a call center. Limit is 255 characters.
- Not subject to field-level security, available for any user in an
+ Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center.`, }, { @@ -613,8 +613,8 @@ export const taskFields = [ type: 'number', default: '', description: `The day or days of the week on which the task repeats.
- This field contains a bitmask. The values are as follows: Sunday = 1 Monday = 2
- Tuesday = 4 Wednesday = 8 Thursday = 16 Friday = 32 Saturday = 64
+ This field contains a bitmask. The values are as follows: Sunday = 1 Monday = 2 + Tuesday = 4 Wednesday = 8 Thursday = 16 Friday = 32 Saturday = 64 Multiple days are represented as the sum of their numerical values.
For example, Tuesday and Thursday = 4 + 16 = 20.`, }, @@ -623,7 +623,7 @@ export const taskFields = [ name: 'recurrenceEndDateOnly', type: 'dateTime', default: '', - description: `The last date on which the task repeats. This field has a timestamp that
+ description: `The last date on which the task repeats. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone.`, }, { @@ -728,8 +728,8 @@ export const taskFields = [ }, ], description: `Represents what triggers a repeating task to repeat.
- Add this field to a page layout together with the RecurrenceInterval field,
- which determines the number of days between the triggering date (due date or close date)
+ Add this field to a page layout together with the RecurrenceInterval field, + which determines the number of days between the triggering date (due date or close date) and the due date of the next repeating task in the series.Label is Repeat This Task.`, }, { @@ -755,9 +755,9 @@ export const taskFields = [ name: 'reminderDateTime', type: 'dateTime', default: '', - description: `Represents the time when the reminder is scheduled to fire,
- if IsReminderSet is set to true. If IsReminderSet is set to false, then the
- user may have deselected the reminder checkbox in the Salesforce user interface,
+ description: `Represents the time when the reminder is scheduled to fire, + if IsReminderSet is set to true. If IsReminderSet is set to false, then the + user may have deselected the reminder checkbox in the Salesforce user interface, or the reminder has already fired at the time indicated by the value.`, }, { @@ -775,8 +775,8 @@ export const taskFields = [ name: 'whatId', type: 'string', default: '', - description: `The WhatId represents nonhuman objects such as accounts, opportunities,
- campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a
+ description: `The WhatId represents nonhuman objects such as accounts, opportunities, + campaigns, cases, or custom objects. WhatIds are polymorphic. Polymorphic means a WhatId is equivalent to the ID of a related object.`, }, { diff --git a/packages/nodes-base/nodes/SecurityScorecard/descriptions/ReportDescription.ts b/packages/nodes-base/nodes/SecurityScorecard/descriptions/ReportDescription.ts index 332137bff5..9501d66a05 100644 --- a/packages/nodes-base/nodes/SecurityScorecard/descriptions/ReportDescription.ts +++ b/packages/nodes-base/nodes/SecurityScorecard/descriptions/ReportDescription.ts @@ -378,6 +378,6 @@ export const reportFields = [ ], }, }, - description: 'Name of the binary property to which to
write the data of the read file.', + description: 'Name of the binary property to which to write the data of the read file.', }, ] as INodeProperties[]; diff --git a/packages/nodes-base/nodes/Set.node.ts b/packages/nodes-base/nodes/Set.node.ts index 01cd0ff8f0..aa61b34df1 100644 --- a/packages/nodes-base/nodes/Set.node.ts +++ b/packages/nodes-base/nodes/Set.node.ts @@ -29,7 +29,7 @@ export class Set implements INodeType { name: 'keepOnlySet', type: 'boolean', default: false, - description: 'If only the values set on this node should be
kept and all others removed.', + description: 'If only the values set on this node should be kept and all others removed.', }, { displayName: 'Values to Set', diff --git a/packages/nodes-base/nodes/Signl4/Signl4.node.ts b/packages/nodes-base/nodes/Signl4/Signl4.node.ts index 34fa8497f3..354f150f5b 100644 --- a/packages/nodes-base/nodes/Signl4/Signl4.node.ts +++ b/packages/nodes-base/nodes/Signl4/Signl4.node.ts @@ -165,8 +165,8 @@ export class Signl4 implements INodeType { name: 'externalId', type: 'string', default: '', - description: `If the event originates from a record in a 3rd party system, use this parameter to pass
- the unique ID of that record. That ID will be communicated in outbound webhook notifications from SIGNL4,
+ description: `If the event originates from a record in a 3rd party system, use this parameter to pass + the unique ID of that record. That ID will be communicated in outbound webhook notifications from SIGNL4, which is great for correlation/synchronization of that record with the alert.
If you resolve / close an alert you must use the same External ID as in the original alert.`, }, @@ -176,7 +176,7 @@ export class Signl4 implements INodeType { type: 'boolean', default: 'false', description: `Specify a boolean value of true or false to apply event filtering for this event, or not.
- If set to true, the event will only trigger a notification to the team, if it contains at least one keyword
+ If set to true, the event will only trigger a notification to the team, if it contains at least one keyword from one of your services and system categories (i.e. it is whitelisted)`, }, { @@ -243,8 +243,8 @@ export class Signl4 implements INodeType { ], }, }, - description: `If the event originates from a record in a 3rd party system, use this parameter to pass
- the unique ID of that record. That ID will be communicated in outbound webhook notifications from SIGNL4,
+ description: `If the event originates from a record in a 3rd party system, use this parameter to pass + the unique ID of that record. That ID will be communicated in outbound webhook notifications from SIGNL4, which is great for correlation/synchronization of that record with the alert.
If you resolve / close an alert you must use the same External ID as in the original alert.`, }, diff --git a/packages/nodes-base/nodes/Slack/ChannelDescription.ts b/packages/nodes-base/nodes/Slack/ChannelDescription.ts index 2dbf1059e8..ba49482675 100644 --- a/packages/nodes-base/nodes/Slack/ChannelDescription.ts +++ b/packages/nodes-base/nodes/Slack/ChannelDescription.ts @@ -674,7 +674,7 @@ export const channelFields = [ ], }, }, - description: 'By default the response only contain the ID to resource. If this
option gets activated it will resolve the data automatically.', + description: 'By default the response only contain the ID to resource. If this option gets activated, it will resolve the data automatically.', }, /* -------------------------------------------------------------------------- */ diff --git a/packages/nodes-base/nodes/Slack/FileDescription.ts b/packages/nodes-base/nodes/Slack/FileDescription.ts index 73c73682b6..2ef166a694 100644 --- a/packages/nodes-base/nodes/Slack/FileDescription.ts +++ b/packages/nodes-base/nodes/Slack/FileDescription.ts @@ -99,7 +99,7 @@ export const fileFields = [ }, placeholder: '', - description: 'Name of the binary property which contains
the data for the file to be uploaded.', + description: 'Name of the binary property which contains the data for the file to be uploaded.', }, { displayName: 'Options', diff --git a/packages/nodes-base/nodes/SpreadsheetFile.node.ts b/packages/nodes-base/nodes/SpreadsheetFile.node.ts index fcf972de63..3406ebedc3 100644 --- a/packages/nodes-base/nodes/SpreadsheetFile.node.ts +++ b/packages/nodes-base/nodes/SpreadsheetFile.node.ts @@ -103,7 +103,7 @@ export class SpreadsheetFile implements INodeType { }, placeholder: '', - description: 'Name of the binary property from which to read
the binary data of the spreadsheet file.', + description: 'Name of the binary property from which to read the binary data of the spreadsheet file.', }, // ---------------------------------- @@ -169,7 +169,7 @@ export class SpreadsheetFile implements INodeType { }, }, placeholder: '', - description: 'Name of the binary property in which to save
the binary data of the spreadsheet file.', + description: 'Name of the binary property in which to save the binary data of the spreadsheet file.', }, { @@ -265,7 +265,7 @@ export class SpreadsheetFile implements INodeType { }, }, default: false, - description: 'In some cases and file formats, it is necessary to read
specifically as string else some special character get interpreted wrong.', + description: 'In some cases and file formats, it is necessary to read specifically as string else some special character get interpreted wrong.', }, { displayName: 'Range', diff --git a/packages/nodes-base/nodes/Ssh/Ssh.node.ts b/packages/nodes-base/nodes/Ssh/Ssh.node.ts index e9d1232435..a50930dea8 100644 --- a/packages/nodes-base/nodes/Ssh/Ssh.node.ts +++ b/packages/nodes-base/nodes/Ssh/Ssh.node.ts @@ -190,7 +190,7 @@ export class Ssh implements INodeType { }, }, placeholder: '', - description: 'Name of the binary property which contains
the data for the file to be uploaded.', + description: 'Name of the binary property which contains the data for the file to be uploaded.', }, { displayName: 'Target Directory', diff --git a/packages/nodes-base/nodes/Stackby/Stackby.node.ts b/packages/nodes-base/nodes/Stackby/Stackby.node.ts index 3db8ec3e7d..cf7f5c7667 100644 --- a/packages/nodes-base/nodes/Stackby/Stackby.node.ts +++ b/packages/nodes-base/nodes/Stackby/Stackby.node.ts @@ -161,7 +161,7 @@ export class Stackby implements INodeType { type: 'string', default: '', placeholder: 'All Stories', - description: 'The name or ID of a view in the Stories table. If set,
only the records in that view will be returned. The records
will be sorted according to the order of the view.', + description: 'The name or ID of a view in the Stories table. If set, only the records in that view will be returned. The records will be sorted according to the order of the view.', }, ], }, diff --git a/packages/nodes-base/nodes/Strava/StravaTrigger.node.ts b/packages/nodes-base/nodes/Strava/StravaTrigger.node.ts index 9500891224..7b27e5390c 100644 --- a/packages/nodes-base/nodes/Strava/StravaTrigger.node.ts +++ b/packages/nodes-base/nodes/Strava/StravaTrigger.node.ts @@ -103,7 +103,7 @@ export class StravaTrigger implements INodeType { name: 'resolveData', type: 'boolean', default: true, - description: 'By default the webhook-data only contain the Object ID. If this option gets activated it
will resolve the data automatically.', + description: 'By default the webhook-data only contain the Object ID. If this option gets activated, it will resolve the data automatically.', }, { displayName: 'Options', diff --git a/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts b/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts index 88bc851632..c775b1982a 100644 --- a/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts +++ b/packages/nodes-base/nodes/SurveyMonkey/SurveyMonkeyTrigger.node.ts @@ -325,7 +325,7 @@ export class SurveyMonkeyTrigger implements INodeType { }, }, default: true, - description: 'By default the webhook-data only contain the IDs. If this option gets activated it
will resolve the data automatically.', + description: 'By default the webhook-data only contain the IDs. If this option gets activated, it will resolve the data automatically.', }, { displayName: 'Only Answers', diff --git a/packages/nodes-base/nodes/Tapfiliate/AffiliateDescription.ts b/packages/nodes-base/nodes/Tapfiliate/AffiliateDescription.ts index 0970e34ccc..42a9245281 100644 --- a/packages/nodes-base/nodes/Tapfiliate/AffiliateDescription.ts +++ b/packages/nodes-base/nodes/Tapfiliate/AffiliateDescription.ts @@ -176,7 +176,7 @@ export const affiliateFields = [ name: 'companyName', type: 'string', default: '', - description: `The affiliate’s company data,`, + description: `The affiliate’s company data.`, }, ], }, diff --git a/packages/nodes-base/nodes/Telegram/Telegram.node.ts b/packages/nodes-base/nodes/Telegram/Telegram.node.ts index 3e1f9ad2fd..87bb7a973f 100644 --- a/packages/nodes-base/nodes/Telegram/Telegram.node.ts +++ b/packages/nodes-base/nodes/Telegram/Telegram.node.ts @@ -320,7 +320,7 @@ export class Telegram implements INodeType { }, }, required: true, - description: 'Unique identifier for the target chat or username of the target
channel (in the format @channelusername).', + description: 'Unique identifier for the target chat or username of the target channel (in the format @channelusername).', }, // ---------------------------------- @@ -740,7 +740,7 @@ export class Telegram implements INodeType { }, }, required: true, - description: 'Unique identifier for the target chat or username of the target
channel (in the format @channelusername). To find your chat id ask @get_id_bot.', + description: 'Unique identifier for the target chat or username of the target channel (in the format @channelusername). To find your chat id ask @get_id_bot.', }, // ---------------------------------- // message:sendAnimation/sendAudio/sendDocument/sendPhoto/sendSticker/sendVideo @@ -890,7 +890,7 @@ export class Telegram implements INodeType { ], }, }, - description: 'Animation to send. Pass a file_id to send an animation that exists on the Telegram servers (recommended)
, an HTTP URL for Telegram to get an animation from the Internet', + description: 'Animation to send. Pass a file_id to send an animation that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get an animation from the Internet', }, @@ -916,7 +916,7 @@ export class Telegram implements INodeType { ], }, }, - description: 'Audio file to send. Pass a file_id to send a file that exists on the Telegram servers (recommended)
, an HTTP URL for Telegram to get a file from the Internet', + description: 'Audio file to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a file from the Internet', }, @@ -1007,7 +1007,7 @@ export class Telegram implements INodeType { ], }, }, - description: 'Document to send. Pass a file_id to send a file that exists on the Telegram servers (recommended)
, an HTTP URL for Telegram to get a file from the Internet', + description: 'Document to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a file from the Internet', }, @@ -1110,7 +1110,7 @@ export class Telegram implements INodeType { name: 'media', type: 'string', default: '', - description: 'Media to send. Pass a file_id to send a file that exists on the Telegram servers (recommended)
or pass an HTTP URL for Telegram to get a file from the Internet.', + description: 'Media to send. Pass a file_id to send a file that exists on the Telegram servers (recommended) or pass an HTTP URL for Telegram to get a file from the Internet.', }, { displayName: 'Additional Fields', @@ -1202,7 +1202,7 @@ export class Telegram implements INodeType { ], }, }, - description: 'Photo to send. Pass a file_id to send a photo that exists on the Telegram servers (recommended)
, an HTTP URL for Telegram to get a photo from the Internet', + description: 'Photo to send. Pass a file_id to send a photo that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a photo from the Internet', }, @@ -1227,7 +1227,7 @@ export class Telegram implements INodeType { ], }, }, - description: 'Sticker to send. Pass a file_id to send a file that exists on the Telegram servers (recommended)
, an HTTP URL for Telegram to get a .webp file from the Internet', + description: 'Sticker to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a .webp file from the Internet', }, @@ -1252,7 +1252,7 @@ export class Telegram implements INodeType { ], }, }, - description: 'Video file to send. Pass a file_id to send a file that exists on the Telegram servers (recommended)
, an HTTP URL for Telegram to get a file from the Internet', + description: 'Video file to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a file from the Internet', }, // ---------------------------------- @@ -1414,14 +1414,14 @@ export class Telegram implements INodeType { name: 'switch_inline_query_current_chat', type: 'string', default: '', - description: 'If set, pressing the button will insert the bot‘s username and the specified
inline query in the current chat\'s input field.Can be empty, in which case only the
bot’s username will be inserted.', + description: 'If set, pressing the button will insert the bot‘s username and the specified inline query in the current chat\'s input field.Can be empty, in which case only the bot’s username will be inserted.', }, { displayName: 'Switch Inline Query', name: 'switch_inline_query', type: 'string', default: '', - description: 'If set, pressing the button will prompt the user to select one of their chats
, open that chat and insert the bot‘s username and the specified inline query in the
input field. Can be empty, in which case just the bot’s username will be inserted.', + description: 'If set, pressing the button will prompt the user to select one of their chats, open that chat and insert the bot‘s username and the specified inline query in the input field. Can be empty, in which case just the bot’s username will be inserted.', }, { displayName: 'URL', @@ -1788,7 +1788,7 @@ export class Telegram implements INodeType { }, }, default: '', - description: 'Thumbnail of the file sent; can be ignored if thumbnail generation
for the file is supported server-side. The thumbnail should be in
JPEG format and less than 200 kB in size. A thumbnail‘s
width and height should not exceed 320.', + description: 'Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail‘s width and height should not exceed 320.', }, { displayName: 'Width', diff --git a/packages/nodes-base/nodes/Trello/BoardDescription.ts b/packages/nodes-base/nodes/Trello/BoardDescription.ts index c613d0ce22..7498a21333 100644 --- a/packages/nodes-base/nodes/Trello/BoardDescription.ts +++ b/packages/nodes-base/nodes/Trello/BoardDescription.ts @@ -368,7 +368,7 @@ export const boardFields = [ name: 'fields', type: 'string', default: 'all', - description: 'Fields to return. Either "all" or a comma-separated list:
closed, dateLastActivity, dateLastView, desc, descData,
idOrganization, invitations, invited, labelNames, memberships,
name, pinned, powerUps, prefs, shortLink, shortUrl,
starred, subscribed, url', + description: 'Fields to return. Either "all" or a comma-separated list: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url', }, { displayName: 'Plugin Data', diff --git a/packages/nodes-base/nodes/Trello/CardDescription.ts b/packages/nodes-base/nodes/Trello/CardDescription.ts index 9a9661023e..7d400dd577 100644 --- a/packages/nodes-base/nodes/Trello/CardDescription.ts +++ b/packages/nodes-base/nodes/Trello/CardDescription.ts @@ -243,7 +243,7 @@ export const cardFields = [ name: 'fields', type: 'string', default: 'all', - description: 'Fields to return. Either "all" or a comma-separated list:
badges, checkItemStates, closed, dateLastActivity, desc,
descData, due, email, idBoard, idChecklists, idLabels, idList,
idMembers, idShort, idAttachmentCover, manualCoverAttachment
, labels, name, pos, shortUrl, url', + description: 'Fields to return. Either "all" or a comma-separated list:
badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idBoard, idChecklists, idLabels, idList, idMembers, idShort, idAttachmentCover, manualCoverAttachment, labels, name, pos, shortUrl, url', }, { displayName: 'Board', @@ -257,7 +257,7 @@ export const cardFields = [ name: 'board_fields', type: 'string', default: 'all', - description: 'Fields to return. Either "all" or a comma-separated list:
name, desc, descData, closed, idOrganization, pinned, url, prefs', + description: 'Fields to return. Either "all" or a comma-separated list: name, desc, descData, closed, idOrganization, pinned, url, prefs', }, { displayName: 'Custom Field Items', @@ -278,7 +278,7 @@ export const cardFields = [ name: 'member_fields', type: 'string', default: 'all', - description: 'Fields to return. Either "all" or a comma-separated list:
avatarHash, fullName, initials, username', + description: 'Fields to return. Either "all" or a comma-separated list: avatarHash, fullName, initials, username', }, { displayName: 'Plugin Data', diff --git a/packages/nodes-base/nodes/Twitter/DirectMessageDescription.ts b/packages/nodes-base/nodes/Twitter/DirectMessageDescription.ts index ba652990f5..0fb8e15cb1 100644 --- a/packages/nodes-base/nodes/Twitter/DirectMessageDescription.ts +++ b/packages/nodes-base/nodes/Twitter/DirectMessageDescription.ts @@ -91,7 +91,7 @@ export const directMessageFields = [ name: 'attachment', type: 'string', default: 'data', - description: 'Name of the binary property which contain
data that should be added to the direct message as attachment.', + description: 'Name of the binary property which contain data that should be added to the direct message as attachment.', }, ], }, diff --git a/packages/nodes-base/nodes/Twitter/TweetDescription.ts b/packages/nodes-base/nodes/Twitter/TweetDescription.ts index 254f600b48..f039f0f844 100644 --- a/packages/nodes-base/nodes/Twitter/TweetDescription.ts +++ b/packages/nodes-base/nodes/Twitter/TweetDescription.ts @@ -93,7 +93,7 @@ export const tweetFields = [ name: 'attachments', type: 'string', default: 'data', - description: 'Name of the binary properties which contain
data which should be added to tweet as attachment.
Multiple ones can be comma separated.', + description: 'Name of the binary properties which contain data which should be added to tweet as attachment.
Multiple ones can be comma separated.', }, { displayName: 'Display Coordinates', diff --git a/packages/nodes-base/nodes/Wait.node.ts b/packages/nodes-base/nodes/Wait.node.ts index 9c595c7b4b..2a5f064a62 100644 --- a/packages/nodes-base/nodes/Wait.node.ts +++ b/packages/nodes-base/nodes/Wait.node.ts @@ -340,7 +340,7 @@ export class Wait implements INodeType { }, ], default: 'firstEntryJson', - description: 'What data should be returned. If it should return
all the items as array or only the first item as object', + description: 'What data should be returned. If it should return all the items as array or only the first item as object', }, { displayName: 'Property Name', @@ -365,7 +365,7 @@ export class Wait implements INodeType { name: 'limitWaitTime', type: 'boolean', default: false, - description: `If no webhook call is received, the workflow will automatically
+ description: `If no webhook call is received, the workflow will automatically resume execution after the specified limit type`, displayOptions: { show: { @@ -528,8 +528,8 @@ export class Wait implements INodeType { ], }, }, - description: `Name of the binary property to which to write the data of
- the received file. If the data gets received via "Form-Data Multipart"
+ description: `Name of the binary property to which to write the data of + the received file. If the data gets received via "Form-Data Multipart" it will be the prefix and a number starting with 0 will be attached to it.`, }, { diff --git a/packages/nodes-base/nodes/Webhook.node.ts b/packages/nodes-base/nodes/Webhook.node.ts index dbe2f7041f..e04fe2813f 100644 --- a/packages/nodes-base/nodes/Webhook.node.ts +++ b/packages/nodes-base/nodes/Webhook.node.ts @@ -202,7 +202,7 @@ export class Webhook implements INodeType { }, ], default: 'firstEntryJson', - description: 'What data should be returned. If it should return
all items as an array or only the first item as object.', + description: 'What data should be returned. If it should return all items as an array or only the first item as object.', }, { displayName: 'Property Name', @@ -253,8 +253,8 @@ export class Webhook implements INodeType { ], }, }, - description: `Name of the binary property to write the data of
- the received file to. If the data gets received via "Form-Data Multipart"
+ description: `Name of the binary property to write the data of + the received file to. If the data gets received via "Form-Data Multipart" it will be the prefix and a number starting with 0 will be attached to it.`, }, { diff --git a/packages/nodes-base/nodes/WriteBinaryFile.node.ts b/packages/nodes-base/nodes/WriteBinaryFile.node.ts index a9e52696c6..923f01c119 100644 --- a/packages/nodes-base/nodes/WriteBinaryFile.node.ts +++ b/packages/nodes-base/nodes/WriteBinaryFile.node.ts @@ -44,7 +44,7 @@ export class WriteBinaryFile implements INodeType { type: 'string', default: 'data', required: true, - description: 'Name of the binary property which contains
the data for the file to be written.', + description: 'Name of the binary property which contains the data for the file to be written.', }, ], }; diff --git a/packages/nodes-base/nodes/Xml.node.ts b/packages/nodes-base/nodes/Xml.node.ts index 2b42926c81..f285fe0156 100644 --- a/packages/nodes-base/nodes/Xml.node.ts +++ b/packages/nodes-base/nodes/Xml.node.ts @@ -61,7 +61,7 @@ export class Xml implements INodeType { }, default: 'data', required: true, - description: 'Name of the property to which to contains
the converted XML data.', + description: 'Name of the property to which to contains the converted XML data.', }, { displayName: 'Options', @@ -140,7 +140,7 @@ export class Xml implements INodeType { }, default: 'data', required: true, - description: 'Name of the property which contains
the XML data to convert.', + description: 'Name of the property which contains the XML data to convert.', }, { displayName: 'Options', diff --git a/packages/nodes-base/nodes/Zulip/MessageDescription.ts b/packages/nodes-base/nodes/Zulip/MessageDescription.ts index 883928a7ca..454b51ac1d 100644 --- a/packages/nodes-base/nodes/Zulip/MessageDescription.ts +++ b/packages/nodes-base/nodes/Zulip/MessageDescription.ts @@ -302,6 +302,6 @@ export const messageFields = [ ], }, }, - description: 'Name of the binary property to which to
write the data of the read file.', + description: 'Name of the binary property to which to write the data of the read file.', }, ] as INodeProperties[];