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 accountOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all accounts',
action: 'Get all accounts',
action: 'Get many accounts',
},
{
name: 'Update',

View File

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

View File

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

View File

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

View File

@@ -32,7 +32,7 @@ export const salesActivityOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all sales activities',
action: 'Get all sales activities',
action: 'Get many sales activities',
},
// {
// name: 'Update',

View File

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