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

@@ -36,7 +36,7 @@ export const agentOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all agents',
action: 'Get all agents',
action: 'Get many agents',
},
{
name: 'Update',

View File

@@ -34,7 +34,7 @@ export const agentGroupOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all agent groups',
action: 'Get all agent groups',
action: 'Get many agent groups',
},
{
name: 'Update',

View File

@@ -22,7 +22,7 @@ export const agentRoleOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all agent roles',
action: 'Get all agent roles',
action: 'Get many agent roles',
},
],
default: 'get',

View File

@@ -34,7 +34,7 @@ export const announcementOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all announcements',
action: 'Get all announcements',
action: 'Get many announcements',
},
{
name: 'Update',

View File

@@ -34,7 +34,7 @@ export const assetOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all assets',
action: 'Get all assets',
action: 'Get many assets',
},
{
name: 'Update',

View File

@@ -34,7 +34,7 @@ export const assetTypeOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all asset types',
action: 'Get all asset types',
action: 'Get many asset types',
},
{
name: 'Update',

View File

@@ -34,7 +34,7 @@ export const changeOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all changes',
action: 'Get all changes',
action: 'Get many changes',
},
{
name: 'Update',

View File

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

View File

@@ -34,7 +34,7 @@ export const locationOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all locations',
action: 'Get all locations',
action: 'Get many locations',
},
{
name: 'Update',

View File

@@ -34,7 +34,7 @@ export const problemOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all problems',
action: 'Get all problems',
action: 'Get many problems',
},
{
name: 'Update',

View File

@@ -34,7 +34,7 @@ export const productOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all products',
action: 'Get all products',
action: 'Get many products',
},
{
name: 'Update',

View File

@@ -34,7 +34,7 @@ export const releaseOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all releases',
action: 'Get all releases',
action: 'Get many releases',
},
{
name: 'Update',

View File

@@ -35,7 +35,7 @@ export const requesterOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all requesters',
action: 'Get all requesters',
action: 'Get many requesters',
},
{
name: 'Update',

View File

@@ -34,7 +34,7 @@ export const requesterGroupOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all requester groups',
action: 'Get all requester groups',
action: 'Get many requester groups',
},
{
name: 'Update',

View File

@@ -34,7 +34,7 @@ export const softwareOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all software applications',
action: 'Get all software applications',
action: 'Get many software applications',
},
{
name: 'Update',

View File

@@ -34,7 +34,7 @@ export const ticketOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all tickets',
action: 'Get all tickets',
action: 'Get many tickets',
},
{
name: 'Update',