mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
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:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user