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:
@@ -34,7 +34,7 @@ export const attachmentOperations: INodeProperties[] = [
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all attachments on a table',
|
||||
action: 'Get all attachments',
|
||||
action: 'Get many attachments',
|
||||
},
|
||||
],
|
||||
default: 'upload',
|
||||
|
||||
@@ -15,7 +15,7 @@ export const businessServiceOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all business services',
|
||||
action: 'Get many business services',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
||||
@@ -15,7 +15,7 @@ export const configurationItemsOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all configuration items',
|
||||
action: 'Get many configuration items',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
||||
@@ -15,7 +15,7 @@ export const departmentOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all departments',
|
||||
action: 'Get many departments',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
||||
@@ -15,7 +15,7 @@ export const dictionaryOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all dictionaries',
|
||||
action: 'Get many dictionaries',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
||||
@@ -30,7 +30,7 @@ export const incidentOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all incidents',
|
||||
action: 'Get many incidents',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -30,7 +30,7 @@ export const tableRecordOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all table records',
|
||||
action: 'Get many table records',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -30,7 +30,7 @@ export const userOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all users',
|
||||
action: 'Get many users',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -15,7 +15,7 @@ export const userGroupOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all user groups',
|
||||
action: 'Get many user groups',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
||||
@@ -15,7 +15,7 @@ export const userRoleOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all user roles',
|
||||
action: 'Get many user roles',
|
||||
},
|
||||
],
|
||||
default: 'getAll',
|
||||
|
||||
Reference in New Issue
Block a user