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

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

View File

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

View File

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

View File

@@ -25,7 +25,7 @@ export const galaxyOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all galaxies',
action: 'Get many galaxies',
},
],
default: 'get',

View File

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

View File

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

View File

@@ -25,7 +25,7 @@ export const tagOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all tags',
action: 'Get many tags',
},
{
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

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