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-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 commentOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all comments',
|
||||
action: 'Get all comments',
|
||||
action: 'Get many comments',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -34,7 +34,7 @@ export const folderOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all folders',
|
||||
action: 'Get all folders',
|
||||
action: 'Get many folders',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -34,7 +34,7 @@ export const goalOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all goals',
|
||||
action: 'Get all goals',
|
||||
action: 'Get many goals',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -40,7 +40,7 @@ export const listOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all lists',
|
||||
action: 'Get all lists',
|
||||
action: 'Get many lists',
|
||||
},
|
||||
{
|
||||
name: 'Member',
|
||||
|
||||
@@ -28,7 +28,7 @@ export const spaceTagOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all space tags',
|
||||
action: 'Get all space tags',
|
||||
action: 'Get many space tags',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -34,7 +34,7 @@ export const taskOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all tasks',
|
||||
action: 'Get all tasks',
|
||||
action: 'Get many tasks',
|
||||
},
|
||||
{
|
||||
name: 'Member',
|
||||
|
||||
@@ -34,7 +34,7 @@ export const timeEntryOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all time entries',
|
||||
action: 'Get all time entries',
|
||||
action: 'Get many time entries',
|
||||
},
|
||||
{
|
||||
name: 'Start',
|
||||
|
||||
@@ -22,7 +22,7 @@ export const timeEntryTagOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all time entry tags',
|
||||
action: 'Get all time entry tags',
|
||||
action: 'Get many time entry tags',
|
||||
},
|
||||
{
|
||||
name: 'Remove',
|
||||
|
||||
Reference in New Issue
Block a user