refactor: Apply more eslint-plugin-n8n-nodes-base autofixable rules (#3243)

* ✏️ Alphabetize rules

* 🔖 Update version

*  Update lintfix command

*  Run baseline lintfix

* 📦 Update package-lock.json

* 👕 Apply `node-param-description-untrimmed` (#3200)

* Removing unneeded backticks (#3249)

* 👕 Apply node-param-description-wrong-for-return-all (#3253)

* 👕 Apply node-param-description-missing-limit (#3252)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply node-param-description-excess-final-period (#3250)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply node-param-description-unencoded-angle-brackets (#3256)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply node-param-description-url-missing-protocol (#3258)

* 👕 Apply `node-param-description-miscased-id` (#3254)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply node-param-description-wrong-for-limit (#3257)

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>

* 👕 Apply node-param-description-wrong-for-ignore-ssl-issues (#3261)

* 👕 Apply rule

*  Restore lintfix script

*  Restore lintfix script

Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com>
Co-authored-by: Omar Ajoue <krynble@gmail.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
This commit is contained in:
Iván Ovejero
2022-05-06 23:01:25 +02:00
committed by GitHub
parent 1ef10dd23f
commit 63b6c9f128
689 changed files with 6828 additions and 6935 deletions

View File

@@ -43,7 +43,7 @@ export const accountOperations: INodeProperties[] = [
{
name: 'Get Summary',
value: 'getSummary',
description: `Returns an overview of account's metadata.`,
description: 'Returns an overview of account\'s metadata',
},
{
name: 'Delete',
@@ -88,7 +88,7 @@ export const accountFields: INodeProperties[] = [
],
},
},
description: `The field to check to see if the account already exists`,
description: 'The field to check to see if the account already exists',
},
{
displayName: 'Value to Match',
@@ -160,7 +160,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getAccountSources',
},
default: '',
description: 'The source of the account record.',
description: 'The source of the account record',
},
{
displayName: 'Annual Revenue',
@@ -170,7 +170,7 @@ export const accountFields: INodeProperties[] = [
numberPrecision: 2,
},
default: '',
description: 'Estimated annual revenue of the account.',
description: 'Estimated annual revenue of the account',
},
{
displayName: 'Billing City',
@@ -205,7 +205,7 @@ export const accountFields: INodeProperties[] = [
name: 'billingStreet',
type: 'string',
default: '',
description: 'Street address for the billing address of this account.',
description: 'Street address for the billing address of this account',
},
{
displayName: 'Custom Fields',
@@ -215,7 +215,7 @@ export const accountFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'Filter by custom fields ',
description: 'Filter by custom fields',
default: {},
options: [
{
@@ -230,14 +230,14 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
default: '',
description: 'The ID of the field to add custom field to.',
description: 'The ID of the field to add custom field to',
},
{
displayName: 'Value',
name: 'value',
type: 'string',
default: '',
description: 'The value to set on custom field.',
description: 'The value to set on custom field',
},
],
},
@@ -258,7 +258,7 @@ export const accountFields: INodeProperties[] = [
name: 'fax',
type: 'string',
default: '',
description: 'Fax number for the account.',
description: 'Fax number for the account',
},
{
displayName: 'Jigsaw',
@@ -288,14 +288,14 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
description: 'The owner of the account.',
description: 'The owner of the account',
},
{
displayName: 'Phone',
name: 'phone',
type: 'string',
default: '',
description: 'Phone number for the account.',
description: 'Phone number for the account',
},
{
displayName: 'Record Type ID',
@@ -314,7 +314,7 @@ export const accountFields: INodeProperties[] = [
typeOptions: {
alwaysOpenEditWindow: true,
},
description: 'A brief description of an organizations line of business, based on its SIC code.',
description: 'A brief description of an organizations line of business, based on its SIC code',
},
{
displayName: 'Type',
@@ -331,7 +331,7 @@ export const accountFields: INodeProperties[] = [
name: 'parentId',
type: 'string',
default: '',
description: 'ID of the parent object, if any.',
description: 'ID of the parent object, if any',
},
{
displayName: 'Shipping City',
@@ -397,7 +397,7 @@ export const accountFields: INodeProperties[] = [
],
},
},
description: 'ID of account that needs to be fetched.',
description: 'ID of account that needs to be fetched',
},
{
displayName: 'Update Fields',
@@ -431,7 +431,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getAccountSources',
},
default: '',
description: 'The source of the account record.',
description: 'The source of the account record',
},
{
displayName: 'Annual Revenue',
@@ -441,7 +441,7 @@ export const accountFields: INodeProperties[] = [
numberPrecision: 2,
},
default: '',
description: 'Estimated annual revenue of the account.',
description: 'Estimated annual revenue of the account',
},
{
displayName: 'Billing City',
@@ -476,7 +476,7 @@ export const accountFields: INodeProperties[] = [
name: 'billingStreet',
type: 'string',
default: '',
description: 'Street address for the billing address of this account.',
description: 'Street address for the billing address of this account',
},
{
displayName: 'Custom Fields',
@@ -486,7 +486,7 @@ export const accountFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'Filter by custom fields ',
description: 'Filter by custom fields',
default: {},
options: [
{
@@ -501,14 +501,14 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
default: '',
description: 'The ID of the field to add custom field to.',
description: 'The ID of the field to add custom field to',
},
{
displayName: 'Value',
name: 'value',
type: 'string',
default: '',
description: 'The value to set on custom field.',
description: 'The value to set on custom field',
},
],
},
@@ -529,7 +529,7 @@ export const accountFields: INodeProperties[] = [
name: 'fax',
type: 'string',
default: '',
description: 'Fax number for the account.',
description: 'Fax number for the account',
},
{
displayName: 'Industry',
@@ -553,14 +553,14 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
description: 'The owner of the account.',
description: 'The owner of the account',
},
{
displayName: 'Phone',
name: 'phone',
type: 'string',
default: '',
description: 'Phone number for the account.',
description: 'Phone number for the account',
},
{
displayName: 'Record Type ID',
@@ -599,7 +599,7 @@ export const accountFields: INodeProperties[] = [
name: 'parentId',
type: 'string',
default: '',
description: 'ID of the parent object, if any.',
description: 'ID of the parent object, if any',
},
{
displayName: 'SicDesc',
@@ -609,7 +609,7 @@ export const accountFields: INodeProperties[] = [
typeOptions: {
alwaysOpenEditWindow: true,
},
description: 'A brief description of an organizations line of business, based on its SIC code.',
description: 'A brief description of an organizations line of business, based on its SIC code',
},
{
displayName: 'Shipping City',
@@ -675,7 +675,7 @@ export const accountFields: INodeProperties[] = [
],
},
},
description: 'ID of account that needs to be fetched.',
description: 'ID of account that needs to be fetched',
},
/* -------------------------------------------------------------------------- */
@@ -697,7 +697,7 @@ export const accountFields: INodeProperties[] = [
],
},
},
description: 'ID of account that needs to be fetched.',
description: 'ID of account that needs to be fetched',
},
/* -------------------------------------------------------------------------- */
@@ -718,7 +718,7 @@ export const accountFields: INodeProperties[] = [
},
},
default: false,
description: 'If all results should be returned or only up to a given limit.',
description: 'Whether to return all results or only up to a given limit',
},
{
displayName: 'Limit',
@@ -742,7 +742,7 @@ export const accountFields: INodeProperties[] = [
maxValue: 100,
},
default: 50,
description: 'How many results to return.',
description: 'Max number of results to return',
},
{
displayName: 'Options',
@@ -776,7 +776,7 @@ export const accountFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'The condition to set.',
description: 'The condition to set',
default: {},
options: [
{
@@ -853,7 +853,7 @@ export const accountFields: INodeProperties[] = [
],
},
},
description: 'ID of account that needs to be fetched.',
description: 'ID of account that needs to be fetched',
},
{
displayName: 'Title',
@@ -871,7 +871,7 @@ export const accountFields: INodeProperties[] = [
],
},
},
description: 'Title of the note.',
description: 'Title of the note',
},
{
displayName: 'Options',
@@ -915,7 +915,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
description: 'ID of the user who owns the note.',
description: 'ID of the user who owns the note',
},
],
},

View File

@@ -38,7 +38,7 @@ export const attachmentOperations: INodeProperties[] = [
{
name: 'Get Summary',
value: 'getSummary',
description: `Returns an overview of attachment's metadata.`,
description: 'Returns an overview of attachment\'s metadata',
},
{
name: 'Update',
@@ -108,7 +108,7 @@ export const attachmentFields: INodeProperties[] = [
},
},
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',
@@ -132,14 +132,14 @@ export const attachmentFields: INodeProperties[] = [
name: 'description',
type: 'string',
default: '',
description: `Text description of the Document. Limit: 255 characters.`,
description: 'Text description of the Document. Limit: 255 characters.',
},
{
displayName: 'Is Private',
name: 'isPrivate',
type: 'boolean',
default: false,
description: 'Indicates whether this record is viewable only by the owner and administrators (true) or viewable by all otherwise-allowed users (false). ',
description: 'Indicates whether this record is viewable only by the owner and administrators (true) or viewable by all otherwise-allowed users (false)',
},
{
displayName: 'Owner',
@@ -149,7 +149,7 @@ export const attachmentFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
description: 'ID of the User who owns the attachment.',
description: 'ID of the User who owns the attachment',
},
],
},
@@ -173,7 +173,7 @@ export const attachmentFields: INodeProperties[] = [
],
},
},
description: 'ID of attachment that needs to be fetched.',
description: 'ID of attachment that needs to be fetched',
},
{
displayName: 'Update Fields',
@@ -198,21 +198,21 @@ export const attachmentFields: INodeProperties[] = [
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',
name: 'description',
type: 'string',
default: '',
description: `Text description of the Document. Limit: 255 characters.`,
description: 'Text description of the Document. Limit: 255 characters.',
},
{
displayName: 'Is Private',
name: 'isPrivate',
type: 'boolean',
default: false,
description: 'Indicates whether this record is viewable only by the owner and administrators (true) or viewable by all otherwise-allowed users (false). ',
description: 'Indicates whether this record is viewable only by the owner and administrators (true) or viewable by all otherwise-allowed users (false)',
},
{
displayName: 'Name',
@@ -229,7 +229,7 @@ export const attachmentFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
description: 'ID of the User who owns the attachment.',
description: 'ID of the User who owns the attachment',
},
],
},
@@ -253,7 +253,7 @@ export const attachmentFields: INodeProperties[] = [
],
},
},
description: 'ID of attachment that needs to be fetched.',
description: 'ID of attachment that needs to be fetched',
},
/* -------------------------------------------------------------------------- */
@@ -275,7 +275,7 @@ export const attachmentFields: INodeProperties[] = [
],
},
},
description: 'ID of attachment that needs to be fetched.',
description: 'ID of attachment that needs to be fetched',
},
/* -------------------------------------------------------------------------- */
@@ -296,7 +296,7 @@ export const attachmentFields: INodeProperties[] = [
},
},
default: false,
description: 'If all results should be returned or only up to a given limit.',
description: 'Whether to return all results or only up to a given limit',
},
{
displayName: 'Limit',
@@ -320,7 +320,7 @@ export const attachmentFields: INodeProperties[] = [
maxValue: 100,
},
default: 50,
description: 'How many results to return.',
description: 'Max number of results to return',
},
{
displayName: 'Options',
@@ -347,7 +347,7 @@ export const attachmentFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'The condition to set.',
description: 'The condition to set',
default: {},
options: [
{
@@ -362,7 +362,7 @@ export const attachmentFields: INodeProperties[] = [
loadOptionsMethod: 'getAtachmentFields',
},
default: '',
description: 'For date, number, or boolean, please use expressions.',
description: 'For date, number, or boolean, please use expressions',
},
{
displayName: 'Operation',

View File

@@ -36,7 +36,7 @@ export const caseOperations: INodeProperties[] = [
{
name: 'Get Summary',
value: 'getSummary',
description: `Returns an overview of case's metadata`,
description: 'Returns an overview of case\'s metadata',
},
{
name: 'Delete',
@@ -102,14 +102,14 @@ export const caseFields: INodeProperties[] = [
name: 'accountId',
type: 'string',
default: '',
description: 'ID of the account associated with this case.',
description: 'ID of the account associated with this case',
},
{
displayName: 'Contact ID',
name: 'contactId',
type: 'string',
default: '',
description: 'ID of the associated Contact.',
description: 'ID of the associated Contact',
},
{
displayName: 'Custom Fields',
@@ -119,7 +119,7 @@ export const caseFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'Filter by custom fields ',
description: 'Filter by custom fields',
default: {},
options: [
{
@@ -134,14 +134,14 @@ export const caseFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
default: '',
description: 'The ID of the field to add custom field to.',
description: 'The ID of the field to add custom field to',
},
{
displayName: 'Value',
name: 'value',
type: 'string',
default: '',
description: 'The value to set on custom field.',
description: 'The value to set on custom field',
},
],
},
@@ -159,7 +159,7 @@ export const caseFields: INodeProperties[] = [
name: 'isEscalated',
type: 'boolean',
default: false,
description: 'Indicates whether the case has been escalated (true) or not.',
description: 'Indicates whether the case has been escalated (true) or not',
},
{
displayName: 'Origin',
@@ -179,7 +179,7 @@ export const caseFields: INodeProperties[] = [
loadOptionsMethod: 'getCaseOwners',
},
default: '',
description: 'The owner of the case.',
description: 'The owner of the case',
},
{
displayName: 'Parent ID',
@@ -196,7 +196,7 @@ export const caseFields: INodeProperties[] = [
loadOptionsMethod: 'getCasePriorities',
},
default: '',
description: 'The importance or urgency of the case, such as High, Medium, or Low.',
description: 'The importance or urgency of the case, such as High, Medium, or Low',
},
{
displayName: 'Reason',
@@ -206,7 +206,7 @@ export const caseFields: INodeProperties[] = [
loadOptionsMethod: 'getCaseReasons',
},
default: '',
description: 'The reason why the case was created, such as Instructions not clear, or User didnt attend training.',
description: 'The reason why the case was created, such as Instructions not clear, or User didnt attend training',
},
{
displayName: 'Record Type ID',
@@ -239,14 +239,14 @@ export const caseFields: INodeProperties[] = [
name: 'suppliedCompany',
type: 'string',
default: '',
description: `The company name that was entered when the case was created. This field can't be updated after the case has been created..`,
description: 'The company name that was entered when the case was created. This field can\'t be updated after the case has been created..',
},
{
displayName: 'Supplied Email',
name: 'suppliedEmail',
type: 'string',
default: '',
description: `The email address that was entered when the case was created. This field can't be updated after the case has been created.`,
description: 'The email address that was entered when the case was created. This field can\'t be updated after the case has been created.',
},
{
displayName: 'Supplied Name',
@@ -260,7 +260,7 @@ export const caseFields: INodeProperties[] = [
name: 'suppliedPhone',
type: 'string',
default: '',
description: `The phone number that was entered when the case was created. This field can't be updated after the case has been created.`,
description: 'The phone number that was entered when the case was created. This field can\'t be updated after the case has been created.',
},
],
},
@@ -284,7 +284,7 @@ export const caseFields: INodeProperties[] = [
],
},
},
description: 'Id of case that needs to be fetched',
description: 'ID of case that needs to be fetched',
},
{
displayName: 'Update Fields',
@@ -308,14 +308,14 @@ export const caseFields: INodeProperties[] = [
name: 'accountId',
type: 'string',
default: '',
description: 'ID of the account associated with this case.',
description: 'ID of the account associated with this case',
},
{
displayName: 'Contact ID',
name: 'contactId',
type: 'string',
default: '',
description: 'ID of the associated Contact.',
description: 'ID of the associated Contact',
},
{
displayName: 'Custom Fields',
@@ -325,7 +325,7 @@ export const caseFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'Filter by custom fields ',
description: 'Filter by custom fields',
default: {},
options: [
{
@@ -340,14 +340,14 @@ export const caseFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
default: '',
description: 'The ID of the field to add custom field to.',
description: 'The ID of the field to add custom field to',
},
{
displayName: 'Value',
name: 'value',
type: 'string',
default: '',
description: 'The value to set on custom field.',
description: 'The value to set on custom field',
},
],
},
@@ -365,7 +365,7 @@ export const caseFields: INodeProperties[] = [
name: 'isEscalated',
type: 'boolean',
default: false,
description: 'Indicates whether the case has been escalated (true) or not.',
description: 'Indicates whether the case has been escalated (true) or not',
},
{
displayName: 'Origin',
@@ -385,7 +385,7 @@ export const caseFields: INodeProperties[] = [
loadOptionsMethod: 'getCaseOwners',
},
default: '',
description: 'The owner of the case.',
description: 'The owner of the case',
},
{
displayName: 'Parent ID',
@@ -402,7 +402,7 @@ export const caseFields: INodeProperties[] = [
loadOptionsMethod: 'getCasePriorities',
},
default: '',
description: 'The importance or urgency of the case, such as High, Medium, or Low.',
description: 'The importance or urgency of the case, such as High, Medium, or Low',
},
{
displayName: 'Reason',
@@ -412,7 +412,7 @@ export const caseFields: INodeProperties[] = [
loadOptionsMethod: 'getCaseReasons',
},
default: '',
description: 'The reason why the case was created, such as Instructions not clear, or User didnt attend training.',
description: 'The reason why the case was created, such as Instructions not clear, or User didnt attend training',
},
{
displayName: 'Record Type ID',
@@ -445,14 +445,14 @@ export const caseFields: INodeProperties[] = [
name: 'suppliedCompany',
type: 'string',
default: '',
description: `The company name that was entered when the case was created. This field can't be updated after the case has been created..`,
description: 'The company name that was entered when the case was created. This field can\'t be updated after the case has been created..',
},
{
displayName: 'Supplied Email',
name: 'suppliedEmail',
type: 'string',
default: '',
description: `The email address that was entered when the case was created. This field can't be updated after the case has been created.`,
description: 'The email address that was entered when the case was created. This field can\'t be updated after the case has been created.',
},
{
displayName: 'Supplied Name',
@@ -466,7 +466,7 @@ export const caseFields: INodeProperties[] = [
name: 'suppliedPhone',
type: 'string',
default: '',
description: `The phone number that was entered when the case was created. This field can't be updated after the case has been created.`,
description: 'The phone number that was entered when the case was created. This field can\'t be updated after the case has been created.',
},
{
displayName: 'Type',
@@ -500,7 +500,7 @@ export const caseFields: INodeProperties[] = [
],
},
},
description: 'ID of case that needs to be fetched.',
description: 'ID of case that needs to be fetched',
},
/* -------------------------------------------------------------------------- */
@@ -522,7 +522,7 @@ export const caseFields: INodeProperties[] = [
],
},
},
description: 'ID of case that needs to be fetched.',
description: 'ID of case that needs to be fetched',
},
/* -------------------------------------------------------------------------- */
@@ -543,7 +543,7 @@ export const caseFields: INodeProperties[] = [
},
},
default: false,
description: 'If all results should be returned or only up to a given limit.',
description: 'Whether to return all results or only up to a given limit',
},
{
displayName: 'Limit',
@@ -567,7 +567,7 @@ export const caseFields: INodeProperties[] = [
maxValue: 100,
},
default: 50,
description: 'How many results to return.',
description: 'Max number of results to return',
},
{
displayName: 'Options',
@@ -594,7 +594,7 @@ export const caseFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'The condition to set.',
description: 'The condition to set',
default: {},
options: [
{
@@ -609,7 +609,7 @@ export const caseFields: INodeProperties[] = [
loadOptionsMethod: 'getCaseFields',
},
default: '',
description: 'For date, number, or boolean, please use expressions.',
description: 'For date, number, or boolean, please use expressions',
},
{
displayName: 'Operation',
@@ -678,7 +678,7 @@ export const caseFields: INodeProperties[] = [
],
},
},
description: 'ID of case that needs to be fetched.',
description: 'ID of case that needs to be fetched',
},
{
displayName: 'Options',
@@ -712,7 +712,7 @@ export const caseFields: INodeProperties[] = [
name: 'isPublished',
type: 'boolean',
default: false,
description: 'Indicates whether the CaseComment is visible to customers in the Self-Service portal (true) or not (false). ',
description: 'Indicates whether the CaseComment is visible to customers in the Self-Service portal (true) or not (false)',
},
],
},

View File

@@ -48,7 +48,7 @@ export const contactOperations: INodeProperties[] = [
{
name: 'Get Summary',
value: 'getSummary',
description: `Returns an overview of contact's metadata`,
description: 'Returns an overview of contact\'s metadata',
},
{
name: 'Get All',
@@ -93,7 +93,7 @@ export const contactFields: INodeProperties[] = [
],
},
},
description: `The field to check to see if the contact already exists`,
description: 'The field to check to see if the contact already exists',
},
{
displayName: 'Value to Match',
@@ -158,28 +158,28 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getAccounts',
},
default: '',
description: 'ID of the account that is the parent of this contact.',
description: 'ID of the account that is the parent of this contact',
},
{
displayName: 'Assistant Name',
name: 'assistantName',
type: 'string',
default: '',
description: 'The name of the assistant.',
description: 'The name of the assistant',
},
{
displayName: 'Assistant Phone',
name: 'Assistant Phone',
type: 'string',
default: '',
description: 'The telephone number of the assistant.',
description: 'The telephone number of the assistant',
},
{
displayName: 'Birth Date',
name: 'birthdate',
type: 'dateTime',
default: '',
description: 'The birth date of the contact.',
description: 'The birth date of the contact',
},
{
displayName: 'Custom Fields',
@@ -189,7 +189,7 @@ export const contactFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'Filter by custom fields ',
description: 'Filter by custom fields',
default: {},
options: [
{
@@ -204,14 +204,14 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
default: '',
description: 'The ID of the field to add custom field to.',
description: 'The ID of the field to add custom field to',
},
{
displayName: 'Value',
name: 'value',
type: 'string',
default: '',
description: 'The value to set on custom field.',
description: 'The value to set on custom field',
},
],
},
@@ -222,7 +222,7 @@ export const contactFields: INodeProperties[] = [
name: 'department',
type: 'string',
default: '',
description: 'The department of the contact.',
description: 'The department of the contact',
},
{
displayName: 'Description',
@@ -236,21 +236,21 @@ export const contactFields: INodeProperties[] = [
name: 'email',
type: 'string',
default: '',
description: 'Email address for the contact.',
description: 'Email address for the contact',
},
{
displayName: 'Email Bounced Date',
name: 'otherPostalCode',
type: 'dateTime',
default: '',
description: 'If bounce management is activated and an email sent to the contact bounces, the date and time the bounce occurred.',
description: 'If bounce management is activated and an email sent to the contact bounces, the date and time the bounce occurred',
},
{
displayName: 'Email Bounced Reason',
name: 'emailBouncedReason',
type: 'string',
default: '',
description: 'If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred.',
description: 'If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred',
},
{
displayName: 'Fax',
@@ -288,7 +288,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getLeadSources',
},
default: '',
description: 'Source from which the lead was obtained.',
description: 'Source from which the lead was obtained',
},
{
displayName: 'Mailing City',
@@ -307,7 +307,7 @@ export const contactFields: INodeProperties[] = [
name: 'mobilePhone',
type: 'string',
default: '',
description: `Contacts mobile phone number.`,
description: 'Contacts mobile phone number',
},
{
displayName: 'Mailing Postal Code',
@@ -326,7 +326,7 @@ export const contactFields: INodeProperties[] = [
name: 'mailingStreet',
type: 'string',
default: '',
description: 'Street address for mailing address.',
description: 'Street address for mailing address',
},
{
displayName: 'Other City',
@@ -345,7 +345,7 @@ export const contactFields: INodeProperties[] = [
name: 'otherPhone',
type: 'string',
default: '',
description: 'Telephone for alternate address.',
description: 'Telephone for alternate address',
},
{
displayName: 'Other Postal Code',
@@ -364,7 +364,7 @@ export const contactFields: INodeProperties[] = [
name: 'otherStreet',
type: 'string',
default: '',
description: 'Street for alternate address.',
description: 'Street for alternate address',
},
{
displayName: 'Owner',
@@ -374,14 +374,14 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
description: 'The owner of the contact.',
description: 'The owner of the contact',
},
{
displayName: 'Phone',
name: 'phone',
type: 'string',
default: '',
description: 'Phone number for the contact.',
description: 'Phone number for the contact',
},
{
displayName: 'Record Type ID',
@@ -404,7 +404,7 @@ export const contactFields: INodeProperties[] = [
name: 'title',
type: 'string',
default: '',
description: 'Title of the contact such as CEO or Vice President.',
description: 'Title of the contact such as CEO or Vice President',
},
],
},
@@ -428,7 +428,7 @@ export const contactFields: INodeProperties[] = [
],
},
},
description: 'ID of contact that needs to be fetched.',
description: 'ID of contact that needs to be fetched',
},
{
displayName: 'Update Fields',
@@ -455,28 +455,28 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getAccounts',
},
default: '',
description: 'ID of the account that is the parent of this contact.',
description: 'ID of the account that is the parent of this contact',
},
{
displayName: 'Assistant Name',
name: 'assistantName',
type: 'string',
default: '',
description: 'The name of the assistant.',
description: 'The name of the assistant',
},
{
displayName: 'Assistant Phone',
name: 'Assistant Phone',
type: 'string',
default: '',
description: 'The telephone number of the assistant.',
description: 'The telephone number of the assistant',
},
{
displayName: 'Birth Date',
name: 'birthdate',
type: 'dateTime',
default: '',
description: 'The birth date of the contact.',
description: 'The birth date of the contact',
},
{
displayName: 'Custom Fields',
@@ -486,7 +486,7 @@ export const contactFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'Filter by custom fields ',
description: 'Filter by custom fields',
default: {},
options: [
{
@@ -501,14 +501,14 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
default: '',
description: 'The ID of the field to add custom field to.',
description: 'The ID of the field to add custom field to',
},
{
displayName: 'Value',
name: 'value',
type: 'string',
default: '',
description: 'The value to set on custom field.',
description: 'The value to set on custom field',
},
],
},
@@ -519,7 +519,7 @@ export const contactFields: INodeProperties[] = [
name: 'department',
type: 'string',
default: '',
description: 'The department of the contact.',
description: 'The department of the contact',
},
{
displayName: 'Description',
@@ -533,21 +533,21 @@ export const contactFields: INodeProperties[] = [
name: 'email',
type: 'string',
default: '',
description: 'Email address for the contact.',
description: 'Email address for the contact',
},
{
displayName: 'Email Bounced Date',
name: 'emailBouncedDate',
type: 'dateTime',
default: '',
description: 'If bounce management is activated and an email sent to the contact bounces, the date and time the bounce occurred.',
description: 'If bounce management is activated and an email sent to the contact bounces, the date and time the bounce occurred',
},
{
displayName: 'Email Bounced Reason',
name: 'emailBouncedReason',
type: 'string',
default: '',
description: 'If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred.',
description: 'If bounce management is activated and an email sent to the contact bounces, the reason the bounce occurred',
},
{
displayName: 'Fax',
@@ -568,7 +568,7 @@ export const contactFields: INodeProperties[] = [
name: 'homePhone',
type: 'string',
default: '',
description: 'Home telephone number for the contact.',
description: 'Home telephone number for the contact',
},
{
displayName: 'Jigsaw',
@@ -592,7 +592,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getLeadSources',
},
default: '',
description: 'Source from which the lead was obtained.',
description: 'Source from which the lead was obtained',
},
{
displayName: 'Mailing City',
@@ -617,7 +617,7 @@ export const contactFields: INodeProperties[] = [
name: 'mailingStreet',
type: 'string',
default: '',
description: 'Street address for mailing address.',
description: 'Street address for mailing address',
},
{
displayName: 'Mailing Postal Code',
@@ -630,7 +630,7 @@ export const contactFields: INodeProperties[] = [
name: 'mobilePhone',
type: 'string',
default: '',
description: `Contacts mobile phone number.`,
description: 'Contacts mobile phone number',
},
{
displayName: 'Other City',
@@ -649,7 +649,7 @@ export const contactFields: INodeProperties[] = [
name: 'otherPhone',
type: 'string',
default: '',
description: 'Telephone for alternate address.',
description: 'Telephone for alternate address',
},
{
displayName: 'Other Postal Code',
@@ -668,7 +668,7 @@ export const contactFields: INodeProperties[] = [
name: 'otherStreet',
type: 'string',
default: '',
description: 'Street for alternate address.',
description: 'Street for alternate address',
},
{
displayName: 'Owner',
@@ -678,14 +678,14 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
description: 'The owner of the contact.',
description: 'The owner of the contact',
},
{
displayName: 'Phone',
name: 'phone',
type: 'string',
default: '',
description: 'Phone number for the contact.',
description: 'Phone number for the contact',
},
{
displayName: 'Record Type ID',
@@ -708,7 +708,7 @@ export const contactFields: INodeProperties[] = [
name: 'title',
type: 'string',
default: '',
description: 'Title of the contact such as CEO or Vice President.',
description: 'Title of the contact such as CEO or Vice President',
},
],
},
@@ -732,7 +732,7 @@ export const contactFields: INodeProperties[] = [
],
},
},
description: 'ID of contact that needs to be fetched.',
description: 'ID of contact that needs to be fetched',
},
/* -------------------------------------------------------------------------- */
@@ -775,7 +775,7 @@ export const contactFields: INodeProperties[] = [
},
},
default: false,
description: 'If all results should be returned or only up to a given limit.',
description: 'Whether to return all results or only up to a given limit',
},
{
displayName: 'Limit',
@@ -799,7 +799,7 @@ export const contactFields: INodeProperties[] = [
maxValue: 100,
},
default: 50,
description: 'How many results to return.',
description: 'Max number of results to return',
},
{
displayName: 'Options',
@@ -826,7 +826,7 @@ export const contactFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'The condition to set.',
description: 'The condition to set',
default: {},
options: [
{
@@ -841,7 +841,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getContactFields',
},
default: '',
description: 'For date, number, or boolean, please use expressions.',
description: 'For date, number, or boolean, please use expressions',
},
{
displayName: 'Operation',
@@ -910,7 +910,7 @@ export const contactFields: INodeProperties[] = [
],
},
},
description: 'ID of contact that needs to be fetched.',
description: 'ID of contact that needs to be fetched',
},
{
displayName: 'Campaign',
@@ -931,7 +931,7 @@ export const contactFields: INodeProperties[] = [
],
},
},
description: 'ID of the campaign that needs to be fetched.',
description: 'ID of the campaign that needs to be fetched',
},
{
displayName: 'Options',
@@ -955,7 +955,7 @@ export const contactFields: INodeProperties[] = [
name: 'status',
type: 'string',
default: '',
description: 'Controls the HasResponded flag on this object.',
description: 'Controls the HasResponded flag on this object',
},
],
},
@@ -979,7 +979,7 @@ export const contactFields: INodeProperties[] = [
],
},
},
description: 'ID of contact that needs to be fetched.',
description: 'ID of contact that needs to be fetched',
},
{
displayName: 'Title',
@@ -997,7 +997,7 @@ export const contactFields: INodeProperties[] = [
],
},
},
description: 'Title of the note.',
description: 'Title of the note',
},
{
displayName: 'Options',
@@ -1041,7 +1041,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
description: 'ID of the user who owns the note.',
description: 'ID of the user who owns the note',
},
],
},

View File

@@ -76,7 +76,7 @@ export const customObjectFields: INodeProperties[] = [
],
},
},
description: 'Name of the custom object.',
description: 'Name of the custom object',
},
{
displayName: 'Match Against',
@@ -100,7 +100,7 @@ export const customObjectFields: INodeProperties[] = [
],
},
},
description: `The field to check to see if the object already exists`,
description: 'The field to check to see if the object already exists',
},
{
displayName: 'Value to Match',
@@ -139,7 +139,7 @@ export const customObjectFields: INodeProperties[] = [
],
},
},
description: 'Filter by custom fields.',
description: 'Filter by custom fields',
default: {},
options: [
{
@@ -157,14 +157,14 @@ export const customObjectFields: INodeProperties[] = [
],
},
default: '',
description: 'The ID of the field.',
description: 'The ID of the field',
},
{
displayName: 'Value',
name: 'value',
type: 'string',
default: '',
description: 'The value to set on custom field.',
description: 'The value to set on custom field',
},
],
},
@@ -211,7 +211,7 @@ export const customObjectFields: INodeProperties[] = [
],
},
},
description: 'Record ID to be updated.',
description: 'Record ID to be updated',
},
{
displayName: 'Fields',
@@ -221,7 +221,7 @@ export const customObjectFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'Filter by custom fields ',
description: 'Filter by custom fields',
default: {},
displayOptions: {
show: {
@@ -249,14 +249,14 @@ export const customObjectFields: INodeProperties[] = [
],
},
default: '',
description: 'The ID of the field.',
description: 'The ID of the field',
},
{
displayName: 'Value',
name: 'value',
type: 'string',
default: '',
description: 'The value to set on custom field.',
description: 'The value to set on custom field',
},
],
},
@@ -303,7 +303,7 @@ export const customObjectFields: INodeProperties[] = [
],
},
},
description: 'Record ID to be retrieved.',
description: 'Record ID to be retrieved',
},
/* -------------------------------------------------------------------------- */
@@ -328,7 +328,7 @@ export const customObjectFields: INodeProperties[] = [
],
},
},
description: 'Name of the custom object.',
description: 'Name of the custom object',
},
{
displayName: 'Record ID',
@@ -346,7 +346,7 @@ export const customObjectFields: INodeProperties[] = [
],
},
},
description: 'Record ID to be deleted.',
description: 'Record ID to be deleted',
},
/* -------------------------------------------------------------------------- */
@@ -388,7 +388,7 @@ export const customObjectFields: INodeProperties[] = [
},
},
default: false,
description: 'If all results should be returned or only up to a given limit.',
description: 'Whether to return all results or only up to a given limit',
},
{
displayName: 'Limit',
@@ -412,7 +412,7 @@ export const customObjectFields: INodeProperties[] = [
maxValue: 100,
},
default: 50,
description: 'How many results to return.',
description: 'Max number of results to return',
},
{
displayName: 'Options',
@@ -439,7 +439,7 @@ export const customObjectFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'The condition to set.',
description: 'The condition to set',
default: {},
options: [
{
@@ -457,7 +457,7 @@ export const customObjectFields: INodeProperties[] = [
],
},
default: '',
description: 'For date, number, or boolean, please use expressions.',
description: 'For date, number, or boolean, please use expressions',
},
{
displayName: 'Operation',

View File

@@ -66,7 +66,7 @@ export const documentFields: INodeProperties[] = [
},
},
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',

View File

@@ -51,7 +51,7 @@ export const flowFields: INodeProperties[] = [
},
},
default: false,
description: 'If all results should be returned or only up to a given limit.',
description: 'Whether to return all results or only up to a given limit',
},
{
displayName: 'Limit',
@@ -75,7 +75,7 @@ export const flowFields: INodeProperties[] = [
maxValue: 500,
},
default: 100,
description: 'How many results to return.',
description: 'Max number of results to return',
},
/* -------------------------------------------------------------------------- */
@@ -114,7 +114,7 @@ export const flowFields: INodeProperties[] = [
],
},
},
description: 'If the input variables should be set via the value-key pair UI or JSON/RAW.',
description: 'If the input variables should be set via the value-key pair UI or JSON/RAW',
},
{
displayName: 'Variables',
@@ -134,7 +134,7 @@ export const flowFields: INodeProperties[] = [
},
},
default: '',
description: 'Input variables as JSON object.',
description: 'Input variables as JSON object',
},
{
displayName: 'Variables',
@@ -157,7 +157,7 @@ export const flowFields: INodeProperties[] = [
],
},
},
description: 'The input variable to send.',
description: 'The input variable to send',
default: {},
options: [
{
@@ -169,14 +169,14 @@ export const flowFields: INodeProperties[] = [
name: 'name',
type: 'string',
default: '',
description: 'Name of the input variable.',
description: 'Name of the input variable',
},
{
displayName: 'Value',
name: 'value',
type: 'string',
default: '',
description: 'Value of the input variable.',
description: 'Value of the input variable',
},
],
},

View File

@@ -53,7 +53,7 @@ export const leadOperations: INodeProperties[] = [
{
name: 'Get Summary',
value: 'getSummary',
description: `Returns an overview of Lead's metadata`,
description: 'Returns an overview of Lead\'s metadata',
},
{
name: 'Update',
@@ -93,7 +93,7 @@ export const leadFields: INodeProperties[] = [
],
},
},
description: `The field to check to see if the lead already exists`,
description: 'The field to check to see if the lead already exists',
},
{
displayName: 'Value to Match',
@@ -177,14 +177,14 @@ export const leadFields: INodeProperties[] = [
numberPrecision: 2,
},
default: '',
description: 'Annual revenue for the company of the lead.',
description: 'Annual revenue for the company of the lead',
},
{
displayName: 'City',
name: 'city',
type: 'string',
default: '',
description: 'City for the address of the lead.',
description: 'City for the address of the lead',
},
{
displayName: 'Custom Fields',
@@ -194,7 +194,7 @@ export const leadFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'Filter by custom fields ',
description: 'Filter by custom fields',
default: {},
options: [
{
@@ -209,14 +209,14 @@ export const leadFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
default: '',
description: 'The ID of the field to add custom field to.',
description: 'The ID of the field to add custom field to',
},
{
displayName: 'Value',
name: 'value',
type: 'string',
default: '',
description: 'The value to set on custom field.',
description: 'The value to set on custom field',
},
],
},
@@ -230,14 +230,14 @@ export const leadFields: INodeProperties[] = [
alwaysOpenEditWindow: true,
},
default: '',
description: 'Description of the lead.',
description: 'Description of the lead',
},
{
displayName: 'Email',
name: 'email',
type: 'string',
default: '',
description: 'Email address for the lead.',
description: 'Email address for the lead',
},
{
displayName: 'Fist Name',
@@ -251,7 +251,7 @@ export const leadFields: INodeProperties[] = [
name: 'industry',
type: 'string',
default: '',
description: 'Website for the lead.',
description: 'Website for the lead',
},
{
displayName: 'Is Unread By Owner',
@@ -275,14 +275,14 @@ export const leadFields: INodeProperties[] = [
loadOptionsMethod: 'getLeadSources',
},
default: '',
description: 'Source from which the lead was obtained.',
description: 'Source from which the lead was obtained',
},
{
displayName: 'Mobile Phone',
name: 'mobilePhone',
type: 'string',
default: '',
description: `Contacts mobile phone number.`,
description: 'Contacts mobile phone number',
},
{
displayName: 'Number Of Employees',
@@ -299,14 +299,14 @@ export const leadFields: INodeProperties[] = [
loadOptionsMethod: 'getLeadOwners',
},
default: '',
description: 'The owner of the lead.',
description: 'The owner of the lead',
},
{
displayName: 'Phone',
name: 'phone',
type: 'string',
default: '',
description: 'Phone number for the lead.',
description: 'Phone number for the lead',
},
{
displayName: 'Postal Code',
@@ -329,21 +329,21 @@ export const leadFields: INodeProperties[] = [
name: 'rating',
type: 'string',
default: '',
description: 'Rating of the lead.',
description: 'Rating of the lead',
},
{
displayName: 'Salutation',
name: 'salutation',
type: 'string',
default: '',
description: 'Salutation for the lead.',
description: 'Salutation for the lead',
},
{
displayName: 'State',
name: 'state',
type: 'string',
default: '',
description: 'State for the address of the lead.',
description: 'State for the address of the lead',
},
{
displayName: 'Status',
@@ -353,28 +353,28 @@ export const leadFields: INodeProperties[] = [
loadOptionsMethod: 'getLeadStatuses',
},
default: '',
description: 'Status code for this converted lead.',
description: 'Status code for this converted lead',
},
{
displayName: 'Street',
name: 'street',
type: 'string',
default: '',
description: 'Street number and name for the address of the lead.',
description: 'Street number and name for the address of the lead',
},
{
displayName: 'Title',
name: 'title',
type: 'string',
default: '',
description: 'Title for the lead, for example CFO or CEO.',
description: 'Title for the lead, for example CFO or CEO',
},
{
displayName: 'Website',
name: 'website',
type: 'string',
default: '',
description: 'Website for the lead.',
description: 'Website for the lead',
},
],
},
@@ -398,7 +398,7 @@ export const leadFields: INodeProperties[] = [
],
},
},
description: 'ID of Lead that needs to be fetched.',
description: 'ID of Lead that needs to be fetched',
},
{
displayName: 'Update Fields',
@@ -425,14 +425,14 @@ export const leadFields: INodeProperties[] = [
numberPrecision: 2,
},
default: '',
description: 'Annual revenue for the company of the lead.',
description: 'Annual revenue for the company of the lead',
},
{
displayName: 'City',
name: 'city',
type: 'string',
default: '',
description: 'City for the address of the lead.',
description: 'City for the address of the lead',
},
{
displayName: 'Company',
@@ -449,7 +449,7 @@ export const leadFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'Filter by custom fields ',
description: 'Filter by custom fields',
default: {},
options: [
{
@@ -464,14 +464,14 @@ export const leadFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
default: '',
description: 'The ID of the field to add custom field to.',
description: 'The ID of the field to add custom field to',
},
{
displayName: 'Value',
name: 'value',
type: 'string',
default: '',
description: 'The value to set on custom field.',
description: 'The value to set on custom field',
},
],
},
@@ -485,14 +485,14 @@ export const leadFields: INodeProperties[] = [
alwaysOpenEditWindow: true,
},
default: '',
description: 'Description of the lead.',
description: 'Description of the lead',
},
{
displayName: 'Email',
name: 'email',
type: 'string',
default: '',
description: 'Email address for the lead.',
description: 'Email address for the lead',
},
{
displayName: 'Fist Name',
@@ -506,7 +506,7 @@ export const leadFields: INodeProperties[] = [
name: 'industry',
type: 'string',
default: '',
description: 'Website for the lead.',
description: 'Website for the lead',
},
{
displayName: 'Is Unread By Owner',
@@ -537,14 +537,14 @@ export const leadFields: INodeProperties[] = [
loadOptionsMethod: 'getLeadSources',
},
default: '',
description: 'Source from which the lead was obtained.',
description: 'Source from which the lead was obtained',
},
{
displayName: 'Mobile Phone',
name: 'mobilePhone',
type: 'string',
default: '',
description: `Contacts mobile phone number.`,
description: 'Contacts mobile phone number',
},
{
displayName: 'Number Of Employees',
@@ -561,7 +561,7 @@ export const leadFields: INodeProperties[] = [
loadOptionsMethod: 'getLeadOwners',
},
default: '',
description: 'The owner of the lead.',
description: 'The owner of the lead',
},
{
displayName: 'Postal Code',
@@ -575,7 +575,7 @@ export const leadFields: INodeProperties[] = [
name: 'phone',
type: 'string',
default: '',
description: 'Phone number for the lead.',
description: 'Phone number for the lead',
},
{
displayName: 'Record Type ID',
@@ -591,21 +591,21 @@ export const leadFields: INodeProperties[] = [
name: 'rating',
type: 'string',
default: '',
description: 'Rating of the lead.',
description: 'Rating of the lead',
},
{
displayName: 'Salutation',
name: 'salutation',
type: 'string',
default: '',
description: 'Salutation for the lead.',
description: 'Salutation for the lead',
},
{
displayName: 'State',
name: 'state',
type: 'string',
default: '',
description: 'State for the address of the lead.',
description: 'State for the address of the lead',
},
{
displayName: 'Status',
@@ -615,28 +615,28 @@ export const leadFields: INodeProperties[] = [
loadOptionsMethod: 'getLeadStatuses',
},
default: '',
description: 'Status code for this converted lead.',
description: 'Status code for this converted lead',
},
{
displayName: 'Street',
name: 'street',
type: 'string',
default: '',
description: 'Street number and name for the address of the lead.',
description: 'Street number and name for the address of the lead',
},
{
displayName: 'Title',
name: 'title',
type: 'string',
default: '',
description: 'Title for the lead, for example CFO or CEO.',
description: 'Title for the lead, for example CFO or CEO',
},
{
displayName: 'Website',
name: 'website',
type: 'string',
default: '',
description: 'Website for the lead.',
description: 'Website for the lead',
},
],
},
@@ -660,7 +660,7 @@ export const leadFields: INodeProperties[] = [
],
},
},
description: 'ID of Lead that needs to be fetched.',
description: 'ID of Lead that needs to be fetched',
},
/* -------------------------------------------------------------------------- */
@@ -682,7 +682,7 @@ export const leadFields: INodeProperties[] = [
],
},
},
description: 'ID of Lead that needs to be fetched.',
description: 'ID of Lead that needs to be fetched',
},
/* -------------------------------------------------------------------------- */
@@ -703,7 +703,7 @@ export const leadFields: INodeProperties[] = [
},
},
default: false,
description: 'If all results should be returned or only up to a given limit.',
description: 'Whether to return all results or only up to a given limit',
},
{
displayName: 'Limit',
@@ -727,7 +727,7 @@ export const leadFields: INodeProperties[] = [
maxValue: 100,
},
default: 50,
description: 'How many results to return.',
description: 'Max number of results to return',
},
{
displayName: 'Options',
@@ -754,7 +754,7 @@ export const leadFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'The condition to set.',
description: 'The condition to set',
default: {},
options: [
{
@@ -769,7 +769,7 @@ export const leadFields: INodeProperties[] = [
loadOptionsMethod: 'getLeadFields',
},
default: '',
description: 'For date, number, or boolean, please use expressions.',
description: 'For date, number, or boolean, please use expressions',
},
{
displayName: 'Operation',
@@ -838,7 +838,7 @@ export const leadFields: INodeProperties[] = [
],
},
},
description: 'ID of contact that needs to be fetched.',
description: 'ID of contact that needs to be fetched',
},
{
displayName: 'Campaign',
@@ -859,7 +859,7 @@ export const leadFields: INodeProperties[] = [
],
},
},
description: 'ID of the campaign that needs to be fetched.',
description: 'ID of the campaign that needs to be fetched',
},
{
displayName: 'Options',
@@ -883,7 +883,7 @@ export const leadFields: INodeProperties[] = [
name: 'status',
type: 'string',
default: '',
description: 'Controls the HasResponded flag on this object.',
description: 'Controls the HasResponded flag on this object',
},
],
},
@@ -907,7 +907,7 @@ export const leadFields: INodeProperties[] = [
],
},
},
description: 'ID of lead that needs to be fetched.',
description: 'ID of lead that needs to be fetched',
},
{
displayName: 'Title',
@@ -925,7 +925,7 @@ export const leadFields: INodeProperties[] = [
],
},
},
description: 'Title of the note.',
description: 'Title of the note',
},
{
displayName: 'Options',
@@ -969,7 +969,7 @@ export const leadFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
description: 'ID of the user who owns the note.',
description: 'ID of the user who owns the note',
},
],
},

View File

@@ -48,7 +48,7 @@ export const opportunityOperations: INodeProperties[] = [
{
name: 'Get Summary',
value: 'getSummary',
description: `Returns an overview of opportunity's metadata`,
description: 'Returns an overview of opportunity\'s metadata',
},
{
name: 'Update',
@@ -88,7 +88,7 @@ export const opportunityFields: INodeProperties[] = [
],
},
},
description: `The field to check to see if the opportunity already exists`,
description: 'The field to check to see if the opportunity already exists',
},
{
displayName: 'Value to Match',
@@ -194,7 +194,7 @@ export const opportunityFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getAccounts',
},
description: 'ID of the account associated with this opportunity.',
description: 'ID of the account associated with this opportunity',
},
{
displayName: 'Amount',
@@ -214,7 +214,7 @@ export const opportunityFields: INodeProperties[] = [
loadOptionsMethod: 'getCampaigns',
},
default: '',
description: 'ID of the campaign that needs to be fetched.',
description: 'ID of the campaign that needs to be fetched',
},
{
displayName: 'Custom Fields',
@@ -224,7 +224,7 @@ export const opportunityFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'Filter by custom fields ',
description: 'Filter by custom fields',
default: {},
options: [
{
@@ -239,14 +239,14 @@ export const opportunityFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
default: '',
description: 'The ID of the field to add custom field to.',
description: 'The ID of the field to add custom field to',
},
{
displayName: 'Value',
name: 'value',
type: 'string',
default: '',
description: 'The value to set on custom field.',
description: 'The value to set on custom field',
},
],
},
@@ -274,7 +274,7 @@ export const opportunityFields: INodeProperties[] = [
loadOptionsMethod: 'getLeadSources',
},
default: '',
description: 'Source from which the lead was obtained.',
description: 'Source from which the lead was obtained',
},
{
displayName: 'Next Step',
@@ -291,14 +291,14 @@ export const opportunityFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
description: 'The owner of the opportunity.',
description: 'The owner of the opportunity',
},
{
displayName: 'Phone',
name: 'phone',
type: 'string',
default: '',
description: 'Phone number for the opportunity.',
description: 'Phone number for the opportunity',
},
{
displayName: 'Pricebook2 ID',
@@ -356,7 +356,7 @@ export const opportunityFields: INodeProperties[] = [
],
},
},
description: 'ID of opportunity that needs to be fetched.',
description: 'ID of opportunity that needs to be fetched',
},
{
displayName: 'Update Fields',
@@ -383,7 +383,7 @@ export const opportunityFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getAccounts',
},
description: 'ID of the account associated with this opportunity.',
description: 'ID of the account associated with this opportunity',
},
{
displayName: 'Amount',
@@ -393,7 +393,7 @@ export const opportunityFields: INodeProperties[] = [
numberPrecision: 2,
},
default: '',
description: 'Estimated total sale amount.',
description: 'Estimated total sale amount',
},
{
displayName: 'Campaign',
@@ -403,7 +403,7 @@ export const opportunityFields: INodeProperties[] = [
loadOptionsMethod: 'getCampaigns',
},
default: '',
description: 'ID of the campaign that needs to be fetched.',
description: 'ID of the campaign that needs to be fetched',
},
{
displayName: 'Close Date',
@@ -420,7 +420,7 @@ export const opportunityFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'Filter by custom fields ',
description: 'Filter by custom fields',
default: {},
options: [
{
@@ -435,14 +435,14 @@ export const opportunityFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
default: '',
description: 'The ID of the field to add custom field to.',
description: 'The ID of the field to add custom field to',
},
{
displayName: 'Value',
name: 'value',
type: 'string',
default: '',
description: 'The value to set on custom field.',
description: 'The value to set on custom field',
},
],
},
@@ -460,7 +460,7 @@ export const opportunityFields: INodeProperties[] = [
name: 'forecastCategoryName',
type: 'string',
default: '',
description: 'It is implied, but not directly controlled, by the StageName field.',
description: 'It is implied, but not directly controlled, by the StageName field',
},
{
displayName: 'Lead Source',
@@ -470,7 +470,7 @@ export const opportunityFields: INodeProperties[] = [
loadOptionsMethod: 'getLeadSources',
},
default: '',
description: 'Source from which the lead was obtained.',
description: 'Source from which the lead was obtained',
},
{
displayName: 'Name',
@@ -494,14 +494,14 @@ export const opportunityFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
description: 'The owner of the opportunity.',
description: 'The owner of the opportunity',
},
{
displayName: 'Phone',
name: 'phone',
type: 'string',
default: '',
description: 'Phone number for the opportunity.',
description: 'Phone number for the opportunity',
},
{
displayName: 'Pricebook2 ID',
@@ -518,7 +518,7 @@ export const opportunityFields: INodeProperties[] = [
numberPrecision: 1,
},
default: '',
description: 'Percentage of estimated confidence in closing the opportunity.',
description: 'Percentage of estimated confidence in closing the opportunity',
},
{
displayName: 'Stage Name',
@@ -569,7 +569,7 @@ export const opportunityFields: INodeProperties[] = [
],
},
},
description: 'ID of opportunity that needs to be fetched.',
description: 'ID of opportunity that needs to be fetched',
},
/* -------------------------------------------------------------------------- */
@@ -591,7 +591,7 @@ export const opportunityFields: INodeProperties[] = [
],
},
},
description: 'ID of opportunity that needs to be fetched.',
description: 'ID of opportunity that needs to be fetched',
},
/* -------------------------------------------------------------------------- */
@@ -612,7 +612,7 @@ export const opportunityFields: INodeProperties[] = [
},
},
default: false,
description: 'If all results should be returned or only up to a given limit.',
description: 'Whether to return all results or only up to a given limit',
},
{
displayName: 'Limit',
@@ -636,7 +636,7 @@ export const opportunityFields: INodeProperties[] = [
maxValue: 100,
},
default: 50,
description: 'How many results to return.',
description: 'Max number of results to return',
},
{
displayName: 'Options',
@@ -663,7 +663,7 @@ export const opportunityFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'The condition to set.',
description: 'The condition to set',
default: {},
options: [
{
@@ -747,7 +747,7 @@ export const opportunityFields: INodeProperties[] = [
],
},
},
description: 'ID of opportunity that needs to be fetched.',
description: 'ID of opportunity that needs to be fetched',
},
{
displayName: 'Title',
@@ -765,7 +765,7 @@ export const opportunityFields: INodeProperties[] = [
],
},
},
description: 'Title of the note.',
description: 'Title of the note',
},
{
displayName: 'Options',
@@ -809,7 +809,7 @@ export const opportunityFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
description: 'ID of the user who owns the note.',
description: 'ID of the user who owns the note',
},
],
},

View File

@@ -185,47 +185,47 @@ export class Salesforce implements INodeType {
{
name: 'Account',
value: 'account',
description: 'Represents an individual account, which is an organization or person involved with your business (such as customers, competitors, and partners).',
description: 'Represents an individual account, which is an organization or person involved with your business (such as customers, competitors, and partners)',
},
{
name: 'Attachment',
value: 'attachment',
description: 'Represents a file that a has uploaded and attached to a parent object.',
description: 'Represents a file that a has uploaded and attached to a parent object',
},
{
name: 'Case',
value: 'case',
description: 'Represents a case, which is a customer issue or problem.',
description: 'Represents a case, which is a customer issue or problem',
},
{
name: 'Contact',
value: 'contact',
description: 'Represents a contact, which is an individual associated with an account.',
description: 'Represents a contact, which is an individual associated with an account',
},
{
name: 'Custom Object',
value: 'customObject',
description: 'Represents a custom object.',
description: 'Represents a custom object',
},
{
name: 'Document',
value: 'document',
description: 'Represents a document.',
description: 'Represents a document',
},
{
name: 'Flow',
value: 'flow',
description: 'Represents an autolaunched flow.',
description: 'Represents an autolaunched flow',
},
{
name: 'Lead',
value: 'lead',
description: 'Represents a prospect or potential.',
description: 'Represents a prospect or potential',
},
{
name: 'Opportunity',
value: 'opportunity',
description: 'Represents an opportunity, which is a sale or pending deal.',
description: 'Represents an opportunity, which is a sale or pending deal',
},
{
name: 'Search',
@@ -240,7 +240,7 @@ export class Salesforce implements INodeType {
{
name: 'User',
value: 'user',
description: 'Represents a person, which is one user in system.',
description: 'Represents a person, which is one user in system',
},
],
default: 'lead',

View File

@@ -38,7 +38,7 @@ export const taskOperations: INodeProperties[] = [
{
name: 'Get Summary',
value: 'getSummary',
description: `Returns an overview of task's metadata`,
description: 'Returns an overview of task\'s metadata',
},
{
name: 'Update',
@@ -75,7 +75,7 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getTaskStatuses',
},
description: 'The current status of the task, such as In Progress or Completed.',
description: 'The current status of the task, such as In Progress or Completed',
},
{
displayName: 'Additional Fields',
@@ -99,7 +99,7 @@ export const taskFields: INodeProperties[] = [
name: 'activityDate',
type: 'dateTime',
default: '',
description: `Represents the due date of the task. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone.`,
description: 'Represents the due date of the task. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone.',
},
{
displayName: 'Call Disposition',
@@ -116,7 +116,7 @@ export const taskFields: INodeProperties[] = [
name: 'callDurationInSeconds',
type: 'number',
default: '',
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',
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.',
},
{
displayName: 'Call Object',
@@ -126,7 +126,7 @@ export const taskFields: INodeProperties[] = [
alwaysOpenEditWindow: true,
},
default: '',
description: `Name of a call center. Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center.`,
description: 'Name of a call center. Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center.',
},
{
displayName: 'Call Type',
@@ -136,7 +136,7 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getTaskCallTypes',
},
description: 'The type of call being answered: Inbound, Internal, or Outbound.',
description: 'The type of call being answered: Inbound, Internal, or Outbound',
},
{
displayName: 'Custom Fields',
@@ -146,7 +146,7 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'Filter by custom fields ',
description: 'Filter by custom fields',
default: {},
options: [
{
@@ -161,14 +161,14 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
default: '',
description: 'The ID of the field to add custom field to.',
description: 'The ID of the field to add custom field to',
},
{
displayName: 'Value',
name: 'value',
type: 'string',
default: '',
description: 'The value to set on custom field.',
description: 'The value to set on custom field',
},
],
},
@@ -182,14 +182,14 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
alwaysOpenEditWindow: true,
},
description: 'Contains a text description of the task.',
description: 'Contains a text description of the task',
},
{
displayName: 'Is ReminderSet',
name: 'isReminderSet',
type: 'boolean',
default: false,
description: 'Indicates whether a popup reminder has been set for the task (true) or not (false).',
description: 'Indicates whether a popup reminder has been set for the task (true) or not (false)',
},
{
displayName: 'Owner',
@@ -199,7 +199,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
description: 'ID of the User who owns the record.',
description: 'ID of the User who owns the record',
},
{
displayName: 'Priority',
@@ -209,7 +209,7 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getTaskPriorities',
},
description: `Indicates the importance or urgency of a task, such as high or low.`,
description: 'Indicates the importance or urgency of a task, such as high or low',
},
{
displayName: 'Recurrence Type',
@@ -219,7 +219,7 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getTaskRecurrenceTypes',
},
description: 'Recurrence Type of the task.',
description: 'Recurrence Type of the task',
},
{
displayName: 'Recurrence Instance',
@@ -236,21 +236,21 @@ export const taskFields: INodeProperties[] = [
name: 'recurrenceInterval',
type: 'number',
default: '',
description: 'The interval between recurring tasks.',
description: 'The interval between recurring tasks',
},
{
displayName: 'Recurrence Day Of Month',
name: 'recurrenceDayOfMonth',
type: 'number',
default: '',
description: 'The day of the month in which the task repeats.',
description: 'The day of the month in which the task repeats',
},
{
displayName: 'Recurrence Day Of Week Mask',
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 Multiple days are represented as the sum of their numerical values. For example, Tuesday and Thursday = 4 + 16 = 20.`,
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.',
},
{
displayName: 'Recurrence End Date Only',
@@ -314,7 +314,7 @@ export const taskFields: INodeProperties[] = [
},
],
default: '',
description: 'The month of the year in which the task repeats.',
description: 'The month of the year in which the task repeats',
},
{
displayName: 'Recurrence Regenerated Type',
@@ -335,21 +335,21 @@ export const taskFields: INodeProperties[] = [
value: 'RecurrenceRegenerated',
},
],
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) and the due date of the next repeating task in the series. Label is Repeat This Task.`,
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) and the due date of the next repeating task in the series. Label is Repeat This Task.',
},
{
displayName: 'Recurrence Start Date Only',
name: 'recurrenceEndDateOnly',
type: 'dateTime',
default: '',
description: `The date when the recurring task begins. Must be a date and time before RecurrenceEndDateOnly.`,
description: 'The date when the recurring task begins. Must be a date and time before RecurrenceEndDateOnly.',
},
{
displayName: 'Recurrence TimeZone SidKey',
name: 'recurrenceTimeZoneSidKey',
type: 'string',
default: '',
description: `The time zone associated with the recurring task. For example, “UTC-8:00” for Pacific Standard Time.`,
description: 'The time zone associated with the recurring task. For example, “UTC-8:00” for Pacific Standard Time.',
},
{
displayName: 'Reminder Date Time',
@@ -366,7 +366,7 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getTaskSubjects',
},
description: 'The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters.',
description: 'The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters',
},
{
displayName: 'Type',
@@ -376,7 +376,7 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getTaskTypes',
},
description: `Represents Type of the task, such as Call or Meeting.`,
description: 'Represents Type of the task, such as Call or Meeting',
},
{
displayName: 'What Id',
@@ -390,7 +390,7 @@ export const taskFields: INodeProperties[] = [
name: 'whoId',
type: 'string',
default: '',
description: `The WhoId represents a human such as a lead or a contact. WhoIds are polymorphic. Polymorphic means a WhoId is equivalent to a contacts ID or a leads ID.`,
description: 'The WhoId represents a human such as a lead or a contact. WhoIds are polymorphic. Polymorphic means a WhoId is equivalent to a contacts ID or a leads ID.',
},
],
},
@@ -414,7 +414,7 @@ export const taskFields: INodeProperties[] = [
],
},
},
description: 'ID of task that needs to be fetched.',
description: 'ID of task that needs to be fetched',
},
{
displayName: 'Update Fields',
@@ -438,7 +438,7 @@ export const taskFields: INodeProperties[] = [
name: 'activityDate',
type: 'dateTime',
default: '',
description: `Represents the due date of the task. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone.`,
description: 'Represents the due date of the task. This field has a timestamp that is always set to midnight in the Coordinated Universal Time (UTC) time zone.',
},
{
displayName: 'Call Disposition',
@@ -455,7 +455,7 @@ export const taskFields: INodeProperties[] = [
name: 'callDurationInSeconds',
type: 'number',
default: '',
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',
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.',
},
{
displayName: 'Call Object',
@@ -465,7 +465,7 @@ export const taskFields: INodeProperties[] = [
alwaysOpenEditWindow: true,
},
default: '',
description: `Name of a call center. Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center.`,
description: 'Name of a call center. Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center.',
},
{
displayName: 'Call Type',
@@ -475,7 +475,7 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getTaskCallTypes',
},
description: 'The type of call being answered: Inbound, Internal, or Outbound.',
description: 'The type of call being answered: Inbound, Internal, or Outbound',
},
{
displayName: 'Custom Fields',
@@ -485,7 +485,7 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'Filter by custom fields ',
description: 'Filter by custom fields',
default: {},
options: [
{
@@ -500,14 +500,14 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getCustomFields',
},
default: '',
description: 'The ID of the field to add custom field to.',
description: 'The ID of the field to add custom field to',
},
{
displayName: 'Value',
name: 'value',
type: 'string',
default: '',
description: 'The value to set on custom field.',
description: 'The value to set on custom field',
},
],
},
@@ -521,14 +521,14 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
alwaysOpenEditWindow: true,
},
description: 'Contains a text description of the task.',
description: 'Contains a text description of the task',
},
{
displayName: 'Is ReminderSet',
name: 'isReminderSet',
type: 'boolean',
default: false,
description: 'Indicates whether a popup reminder has been set for the task (true) or not (false).',
description: 'Indicates whether a popup reminder has been set for the task (true) or not (false)',
},
{
displayName: 'Owner',
@@ -538,7 +538,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
default: '',
description: 'ID of the User who owns the record.',
description: 'ID of the User who owns the record',
},
{
displayName: 'Priority',
@@ -548,7 +548,7 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getTaskPriorities',
},
description: `Indicates the importance or urgency of a task, such as high or low.`,
description: 'Indicates the importance or urgency of a task, such as high or low',
},
{
displayName: 'Status',
@@ -558,7 +558,7 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getTaskStatuses',
},
description: 'The current status of the task, such as In Progress or Completed.',
description: 'The current status of the task, such as In Progress or Completed',
},
{
displayName: 'Subject',
@@ -568,21 +568,21 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getTaskSubjects',
},
description: 'The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters.',
description: 'The subject line of the task, such as “Call” or “Send Quote.” Limit: 255 characters',
},
{
displayName: 'Recurrence Day Of Month',
name: 'recurrenceDayOfMonth',
type: 'number',
default: '',
description: 'The day of the month in which the task repeats.',
description: 'The day of the month in which the task repeats',
},
{
displayName: 'Recurrence Day Of Week Mask',
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. Multiple days are represented as the sum of their numerical values. For example, Tuesday and Thursday = 4 + 16 = 20.`,
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.',
},
{
displayName: 'Recurrence End Date Only',
@@ -606,7 +606,7 @@ export const taskFields: INodeProperties[] = [
name: 'recurrenceInterval',
type: 'number',
default: '',
description: 'The interval between recurring tasks.',
description: 'The interval between recurring tasks',
},
{
displayName: 'Recurrence Month Of Year',
@@ -663,14 +663,14 @@ export const taskFields: INodeProperties[] = [
},
],
default: '',
description: 'The month of the year in which the task repeats.',
description: 'The month of the year in which the task repeats',
},
{
displayName: 'Recurrence Start Date Only',
name: 'recurrenceEndDateOnly',
type: 'dateTime',
default: '',
description: `The date when the recurring task begins. Must be a date and time before RecurrenceEndDateOnly.`,
description: 'The date when the recurring task begins. Must be a date and time before RecurrenceEndDateOnly.',
},
{
displayName: 'Recurrence Regenerated Type',
@@ -691,7 +691,7 @@ export const taskFields: INodeProperties[] = [
value: 'RecurrenceRegenerated',
},
],
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) and the due date of the next repeating task in the series. Label is Repeat This Task.`,
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) and the due date of the next repeating task in the series. Label is Repeat This Task.',
},
{
displayName: 'Recurrence Type',
@@ -701,14 +701,14 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getTaskRecurrenceTypes',
},
description: 'Website for the task.',
description: 'Website for the task',
},
{
displayName: 'Recurrence TimeZone SidKey',
name: 'recurrenceTimeZoneSidKey',
type: 'string',
default: '',
description: `The time zone associated with the recurring task. For example, “UTC-8:00” for Pacific Standard Time.`,
description: 'The time zone associated with the recurring task. For example, “UTC-8:00” for Pacific Standard Time.',
},
{
displayName: 'Reminder Date Time',
@@ -725,7 +725,7 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getTaskTypes',
},
description: `Represents Type of the task, such as Call or Meeting.`,
description: 'Represents Type of the task, such as Call or Meeting',
},
{
displayName: 'What Id',
@@ -739,7 +739,7 @@ export const taskFields: INodeProperties[] = [
name: 'whoId',
type: 'string',
default: '',
description: `The WhoId represents a human such as a lead or a contact. WhoIds are polymorphic. Polymorphic means a WhoId is equivalent to a contacts ID or a leads ID.`,
description: 'The WhoId represents a human such as a lead or a contact. WhoIds are polymorphic. Polymorphic means a WhoId is equivalent to a contacts ID or a leads ID.',
},
],
},
@@ -763,7 +763,7 @@ export const taskFields: INodeProperties[] = [
],
},
},
description: 'ID of task that needs to be fetched.',
description: 'ID of task that needs to be fetched',
},
/* -------------------------------------------------------------------------- */
@@ -785,7 +785,7 @@ export const taskFields: INodeProperties[] = [
],
},
},
description: 'ID of task that needs to be fetched.',
description: 'ID of task that needs to be fetched',
},
/* -------------------------------------------------------------------------- */
@@ -806,7 +806,7 @@ export const taskFields: INodeProperties[] = [
},
},
default: false,
description: 'If all results should be returned or only up to a given limit.',
description: 'Whether to return all results or only up to a given limit',
},
{
displayName: 'Limit',
@@ -830,7 +830,7 @@ export const taskFields: INodeProperties[] = [
maxValue: 100,
},
default: 50,
description: 'How many results to return.',
description: 'Max number of results to return',
},
{
displayName: 'Options',
@@ -857,7 +857,7 @@ export const taskFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'The condition to set.',
description: 'The condition to set',
default: {},
options: [
{
@@ -872,7 +872,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getTaskFields',
},
default: '',
description: 'For date, number, or boolean, please use expressions.',
description: 'For date, number, or boolean, please use expressions',
},
{
displayName: 'Operation',

View File

@@ -52,7 +52,7 @@ export const userFields: INodeProperties[] = [
],
},
},
description: 'ID of user that needs to be fetched.',
description: 'ID of user that needs to be fetched',
},
/* -------------------------------------------------------------------------- */
@@ -73,7 +73,7 @@ export const userFields: INodeProperties[] = [
},
},
default: false,
description: 'If all results should be returned or only up to a given limit.',
description: 'Whether to return all results or only up to a given limit',
},
{
displayName: 'Limit',
@@ -97,7 +97,7 @@ export const userFields: INodeProperties[] = [
maxValue: 100,
},
default: 50,
description: 'How many results to return.',
description: 'Max number of results to return',
},
{
displayName: 'Options',
@@ -124,7 +124,7 @@ export const userFields: INodeProperties[] = [
typeOptions: {
multipleValues: true,
},
description: 'The condition to set.',
description: 'The condition to set',
default: {},
options: [
{
@@ -139,7 +139,7 @@ export const userFields: INodeProperties[] = [
loadOptionsMethod: 'getUserFields',
},
default: '',
description: 'For date, number, or boolean, please use expressions.',
description: 'For date, number, or boolean, please use expressions',
},
{
displayName: 'Operation',