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

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

View File

@@ -22,7 +22,7 @@ export const workbookOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Get data of all workbooks',
action: 'Get all workbooks',
action: 'Get many workbooks',
},
],
default: 'create',

View File

@@ -16,7 +16,7 @@ export const worksheetOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Get all worksheets',
action: 'Get all worksheets',
action: 'Get many worksheets',
},
{
name: 'Get Content',

View File

@@ -20,7 +20,7 @@ export const secureScoreControlProfileOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all secure score control profiles',
action: 'Get many secure score control profiles',
},
{
name: 'Update',

View File

@@ -20,7 +20,7 @@ export const secureScoreOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all secure scores',
action: 'Get many secure scores',
},
],
default: 'get',

View File

@@ -40,7 +40,7 @@ export const folderOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Get all folders under the root folder of the signed-in user',
action: 'Get all folders',
action: 'Get many folders',
},
],
default: 'create',

View File

@@ -16,7 +16,7 @@ export const folderMessageOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Get all the messages in a folder',
action: 'Get all folder messages',
action: 'Get many folder messages',
},
],
default: 'create',

View File

@@ -34,7 +34,7 @@ export const messageAttachmentOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: "Get all the message's attachments",
action: 'Get all message attachments',
action: 'Get many message attachments',
},
],
default: 'add',

View File

@@ -28,7 +28,7 @@ export const messageOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: "Get all messages in the signed-in user's mailbox",
action: 'Get all messages',
action: 'Get many messages',
},
{
name: 'Get MIME Content',

View File

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

View File

@@ -22,7 +22,7 @@ export const channelMessageOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Get all messages',
action: 'Get all messages in a channel',
action: 'Get many messages in a channel',
},
],
default: 'create',

View File

@@ -28,7 +28,7 @@ export const chatMessageOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Get all messages',
action: 'Get all chat messages',
action: 'Get many chat messages',
},
],
default: 'create',

View File

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

View File

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

View File

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

View File

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