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:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user