mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
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:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user