mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(nodes-base): Apply lint rule node-param-operation-option-action-wrong-for-get-many (#4055)
* 👕 Apply `node-param-operation-option-action-wrong-for-get-many` * 🔥 Remove `package-lock.json` * 📦 Re-add `package-lock.json` * ⚡ master update Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
@@ -22,7 +22,7 @@ export const companyOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all companies',
|
||||
action: 'Get all companies',
|
||||
action: 'Get many companies',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
||||
@@ -35,7 +35,7 @@ export const contactOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all contacts',
|
||||
action: 'Get all contacts',
|
||||
action: 'Get many contacts',
|
||||
},
|
||||
],
|
||||
default: 'upsert',
|
||||
|
||||
@@ -34,7 +34,7 @@ export const contactNoteOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all notes',
|
||||
action: 'Get all contact notes',
|
||||
action: 'Get many contact notes',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -28,7 +28,7 @@ export const contactTagOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: "Retrieve all contact's tags",
|
||||
action: 'Get all contact tags',
|
||||
action: 'Get many contact tags',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
||||
@@ -34,7 +34,7 @@ export const ecommerceOrderOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all ecommerce orders',
|
||||
action: 'Get all e-commerce orders',
|
||||
action: 'Get many e-commerce orders',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
||||
@@ -34,7 +34,7 @@ export const ecommerceProductOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all ecommerce product',
|
||||
action: 'Get all e-commerce products',
|
||||
action: 'Get many e-commerce products',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
||||
@@ -22,7 +22,7 @@ export const emailOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all sent emails',
|
||||
action: 'Get all emails',
|
||||
action: 'Get many emails',
|
||||
},
|
||||
{
|
||||
name: 'Send',
|
||||
|
||||
@@ -22,7 +22,7 @@ export const fileOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all files',
|
||||
action: 'Get all files',
|
||||
action: 'Get many files',
|
||||
},
|
||||
{
|
||||
name: 'Upload',
|
||||
|
||||
Reference in New Issue
Block a user