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:
Iván Ovejero
2022-09-08 17:10:13 +02:00
committed by GitHub
parent 74304db4e2
commit d4f858db92
446 changed files with 622 additions and 638 deletions

View File

@@ -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',

View File

@@ -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',

View File

@@ -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',

View File

@@ -15,7 +15,7 @@ export const departmentOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all departments',
action: 'Get many departments',
},
],
default: 'getAll',

View File

@@ -15,7 +15,7 @@ export const dictionaryOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all dictionaries',
action: 'Get many dictionaries',
},
],
default: 'getAll',

View File

@@ -30,7 +30,7 @@ export const incidentOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all incidents',
action: 'Get many incidents',
},
{
name: 'Update',

View File

@@ -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',

View File

@@ -30,7 +30,7 @@ export const userOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all users',
action: 'Get many users',
},
{
name: 'Update',

View File

@@ -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',

View File

@@ -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',