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:
@@ -37,7 +37,7 @@ export const attachmentOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Returns all attachments for the card',
|
||||
action: 'Get all attachments',
|
||||
action: 'Get many attachments',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
||||
@@ -25,7 +25,7 @@ export const boardMemberOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all members of a board',
|
||||
action: 'Get all board members',
|
||||
action: 'Get many board members',
|
||||
},
|
||||
{
|
||||
name: 'Invite',
|
||||
|
||||
@@ -61,7 +61,7 @@ export const checklistOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Returns all checklists for the card',
|
||||
action: 'Get all checklists',
|
||||
action: 'Get many checklists',
|
||||
},
|
||||
{
|
||||
name: 'Update Checklist Item',
|
||||
|
||||
@@ -43,7 +43,7 @@ export const labelOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Returns all labels for the board',
|
||||
action: 'Get all labels',
|
||||
action: 'Get many labels',
|
||||
},
|
||||
{
|
||||
name: 'Remove From Card',
|
||||
|
||||
@@ -43,7 +43,7 @@ export const listOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all the lists',
|
||||
action: 'Get all lists',
|
||||
action: 'Get many lists',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
Reference in New Issue
Block a user