mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
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:
@@ -70,7 +70,7 @@ export const ecomCustomerFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The id of the connection object for the service where the customer originates.',
|
||||
description: 'The ID of the connection object for the service where the customer originates',
|
||||
},
|
||||
{
|
||||
displayName: 'Customer ID',
|
||||
@@ -88,7 +88,7 @@ export const ecomCustomerFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The id of the customer in the external service.',
|
||||
description: 'The ID of the customer in the external service',
|
||||
},
|
||||
{
|
||||
displayName: 'Customer Email',
|
||||
@@ -106,7 +106,7 @@ export const ecomCustomerFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The email address of the customer.',
|
||||
description: 'The email address of the customer',
|
||||
},
|
||||
{
|
||||
displayName: 'Additional Fields',
|
||||
@@ -130,7 +130,7 @@ export const ecomCustomerFields: INodeProperties[] = [
|
||||
name: 'acceptsMarketing',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Indication of whether customer has opt-ed in to marketing communications.',
|
||||
description: 'Indication of whether customer has opt-ed in to marketing communications',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -154,13 +154,13 @@ export const ecomCustomerFields: INodeProperties[] = [
|
||||
},
|
||||
default: 0,
|
||||
required: true,
|
||||
description: 'ID of the E-commerce customer to update.',
|
||||
description: 'ID of the E-commerce customer to update',
|
||||
},
|
||||
{
|
||||
displayName: 'Update Fields',
|
||||
name: 'updateFields',
|
||||
type: 'collection',
|
||||
description: 'The fields to update.',
|
||||
description: 'The fields to update',
|
||||
placeholder: 'Add Field',
|
||||
displayOptions: {
|
||||
show: {
|
||||
@@ -179,28 +179,28 @@ export const ecomCustomerFields: INodeProperties[] = [
|
||||
name: 'connectionid',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The id of the connection object for the service where the customer originates.',
|
||||
description: 'The ID of the connection object for the service where the customer originates',
|
||||
},
|
||||
{
|
||||
displayName: 'Customer ID',
|
||||
name: 'externalid',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The id of the customer in the external service.',
|
||||
description: 'The ID of the customer in the external service',
|
||||
},
|
||||
{
|
||||
displayName: 'Customer Email',
|
||||
name: 'email',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The email address of the customer.',
|
||||
description: 'The email address of the customer',
|
||||
},
|
||||
{
|
||||
displayName: 'Accepts Marketing',
|
||||
name: 'acceptsMarketing',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Indication of whether customer has opt-ed in to marketing communications.',
|
||||
description: 'Indication of whether customer has opt-ed in to marketing communications',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -224,7 +224,7 @@ export const ecomCustomerFields: INodeProperties[] = [
|
||||
},
|
||||
default: 0,
|
||||
required: true,
|
||||
description: 'ID of the E-commerce customer to delete.',
|
||||
description: 'ID of the E-commerce customer to delete',
|
||||
},
|
||||
|
||||
// ----------------------------------
|
||||
@@ -246,7 +246,7 @@ export const ecomCustomerFields: INodeProperties[] = [
|
||||
},
|
||||
default: 0,
|
||||
required: true,
|
||||
description: 'ID of the E-commerce customer to get.',
|
||||
description: 'ID of the E-commerce customer to get',
|
||||
},
|
||||
|
||||
// ----------------------------------
|
||||
|
||||
Reference in New Issue
Block a user