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:
@@ -28,7 +28,7 @@ export const customFieldOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all fields',
|
||||
action: 'Get all custom fields',
|
||||
action: 'Get many custom fields',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -22,7 +22,7 @@ export const formOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all forms',
|
||||
action: 'Get all forms',
|
||||
action: 'Get many forms',
|
||||
},
|
||||
{
|
||||
name: 'Get Subscriptions',
|
||||
|
||||
@@ -22,7 +22,7 @@ export const sequenceOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all sequences',
|
||||
action: 'Get all sequences',
|
||||
action: 'Get many sequences',
|
||||
},
|
||||
{
|
||||
name: 'Get Subscriptions',
|
||||
|
||||
@@ -22,7 +22,7 @@ export const tagOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all tags',
|
||||
action: 'Get all tags',
|
||||
action: 'Get many tags',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
|
||||
@@ -22,7 +22,7 @@ export const tagSubscriberOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'List subscriptions to a tag including subscriber data',
|
||||
action: 'Get all tag subscriptions',
|
||||
action: 'Get many tag subscriptions',
|
||||
},
|
||||
{
|
||||
name: 'Delete',
|
||||
|
||||
Reference in New Issue
Block a user