mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(nodes-base): Apply lint rule node-param-option-name-wrong-for-get-many (#4051)
* ⬆️ Upgrade linter * 📦 Update `package-lock.json` * 👕 Substitute rule * 👕 Apply lintfix for `node-param-option-name-wrong-for-get-many` * 👕 Restore lint exceptions
This commit is contained in:
@@ -25,7 +25,7 @@ export const commentOperations: INodeProperties[] = [
|
||||
action: 'Delete a comment',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all comments',
|
||||
action: 'Get all comments',
|
||||
|
||||
@@ -31,7 +31,7 @@ export const folderOperations: INodeProperties[] = [
|
||||
action: 'Get a folder',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all folders',
|
||||
action: 'Get all folders',
|
||||
|
||||
@@ -31,7 +31,7 @@ export const goalOperations: INodeProperties[] = [
|
||||
action: 'Get a goal',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all goals',
|
||||
action: 'Get all goals',
|
||||
|
||||
@@ -37,7 +37,7 @@ export const listOperations: INodeProperties[] = [
|
||||
action: 'Get a list',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all lists',
|
||||
action: 'Get all lists',
|
||||
|
||||
@@ -25,7 +25,7 @@ export const spaceTagOperations: INodeProperties[] = [
|
||||
action: 'Delete a space tag',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all space tags',
|
||||
action: 'Get all space tags',
|
||||
|
||||
@@ -31,7 +31,7 @@ export const taskOperations: INodeProperties[] = [
|
||||
action: 'Get a task',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all tasks',
|
||||
action: 'Get all tasks',
|
||||
|
||||
@@ -31,7 +31,7 @@ export const timeEntryOperations: INodeProperties[] = [
|
||||
action: 'Get a time entry',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all time entries',
|
||||
action: 'Get all time entries',
|
||||
|
||||
@@ -19,7 +19,7 @@ export const timeEntryTagOperations: INodeProperties[] = [
|
||||
action: 'Add a time entry tag',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all time entry tags',
|
||||
action: 'Get all time entry tags',
|
||||
|
||||
Reference in New Issue
Block a user