mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +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:
@@ -34,7 +34,7 @@ export const accountOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all accounts',
|
||||
action: 'Get all accounts',
|
||||
action: 'Get many accounts',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -36,7 +36,7 @@ export const appointmentOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all appointments',
|
||||
action: 'Get all appointments',
|
||||
action: 'Get many appointments',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -34,7 +34,7 @@ export const contactOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all contacts',
|
||||
action: 'Get all contacts',
|
||||
action: 'Get many contacts',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -34,7 +34,7 @@ export const dealOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all deals',
|
||||
action: 'Get all deals',
|
||||
action: 'Get many deals',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -32,7 +32,7 @@ export const salesActivityOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all sales activities',
|
||||
action: 'Get all sales activities',
|
||||
action: 'Get many sales activities',
|
||||
},
|
||||
// {
|
||||
// name: 'Update',
|
||||
|
||||
@@ -34,7 +34,7 @@ export const taskOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all tasks',
|
||||
action: 'Get all tasks',
|
||||
action: 'Get many tasks',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
Reference in New Issue
Block a user