refactor(nodes-base): Apply lint rule node-param-option-name-wrong-for-get-many (#4051)

* ⬆️ Upgrade linter

* 📦 Update `package-lock.json`

* 👕 Substitute rule

* 👕 Apply lintfix for `node-param-option-name-wrong-for-get-many`

* 👕 Restore lint exceptions
This commit is contained in:
Iván Ovejero
2022-09-07 16:51:14 +02:00
committed by GitHub
parent b020811ac1
commit ca8c2d6577
456 changed files with 2043 additions and 2187 deletions

View File

@@ -44,7 +44,7 @@ export const accountOperations: INodeProperties[] = [
action: 'Get an account',
},
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all accounts',
action: 'Get all accounts',

View File

@@ -31,7 +31,7 @@ export const attachmentOperations: INodeProperties[] = [
action: 'Get an attachment',
},
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all attachments',
action: 'Get all attachments',

View File

@@ -37,7 +37,7 @@ export const caseOperations: INodeProperties[] = [
action: 'Get a case',
},
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all cases',
action: 'Get all cases',

View File

@@ -50,7 +50,7 @@ export const contactOperations: INodeProperties[] = [
action: 'Get a contact',
},
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all contacts',
action: 'Get all contacts',

View File

@@ -37,7 +37,7 @@ export const customObjectOperations: INodeProperties[] = [
action: 'Get a custom object',
},
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all custom object records',
action: 'Get all custom objects',

View File

@@ -13,7 +13,7 @@ export const flowOperations: INodeProperties[] = [
},
options: [
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all flows',
action: 'Get all flows',

View File

@@ -49,7 +49,7 @@ export const leadOperations: INodeProperties[] = [
action: 'Get a lead',
},
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all leads',
action: 'Get all leads',

View File

@@ -44,7 +44,7 @@ export const opportunityOperations: INodeProperties[] = [
action: 'Get an opportunity',
},
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all opportunities',
action: 'Get all opportunities',

View File

@@ -31,7 +31,7 @@ export const taskOperations: INodeProperties[] = [
action: 'Get a task',
},
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all tasks',
action: 'Get all tasks',

View File

@@ -19,7 +19,7 @@ export const userOperations: INodeProperties[] = [
action: 'Get a user',
},
{
name: 'Get All',
name: 'Get Many',
value: 'getAll',
description: 'Get all users',
action: 'Get all users',