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

@@ -25,7 +25,7 @@ export const blockOperations: INodeProperties[] = [
name: 'Get Child Blocks',
value: 'getAll',
description: 'Get all children blocks',
action: 'Get all children blocks',
action: 'Get many children blocks',
},
],
default: 'append',

View File

@@ -23,7 +23,7 @@ export const databaseOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Get all databases',
action: 'Get all databases',
action: 'Get many databases',
},
{
name: 'Search',
@@ -56,7 +56,7 @@ export const databaseOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Get all databases',
action: 'Get all databases',
action: 'Get many databases',
},
],
default: 'get',

View File

@@ -35,7 +35,7 @@ export const databasePageOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Get all pages in a database',
action: 'Get all database pages',
action: 'Get many database pages',
},
{
name: 'Update',
@@ -68,7 +68,7 @@ export const databasePageOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Get all pages in a database',
action: 'Get all database pages',
action: 'Get many database pages',
},
{
name: 'Update',

View File

@@ -22,7 +22,7 @@ export const userOperations: INodeProperties[] = [
name: 'Get Many',
value: 'getAll',
description: 'Get all users',
action: 'Get all users',
action: 'Get many users',
},
],
default: 'get',