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 alertsOperations: INodeProperties[] = [
url: '/api/alert/',
},
},
action: 'Get all alerts',
action: 'Get many alerts',
},
],
default: 'getAll',

View File

@@ -44,7 +44,7 @@ export const databasesOperations: INodeProperties[] = [
],
},
},
action: 'Get all databases',
action: 'Get many databases',
},
{
name: 'Get Fields',

View File

@@ -35,7 +35,7 @@ export const metricsOperations: INodeProperties[] = [
url: '/api/metric/',
},
},
action: 'Get all metrics',
action: 'Get many metrics',
},
],
default: 'getAll',

View File

@@ -40,7 +40,7 @@ export const questionsOperations: INodeProperties[] = [
url: '/api/card/',
},
},
action: 'Get all questions',
action: 'Get many questions',
},
{
name: 'Result Data',