mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +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:
@@ -30,7 +30,7 @@ export const attributeOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all attributes',
|
||||
action: 'Get many attributes',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -30,7 +30,7 @@ export const eventOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all events',
|
||||
action: 'Get many events',
|
||||
},
|
||||
{
|
||||
name: 'Publish',
|
||||
|
||||
@@ -35,7 +35,7 @@ export const feedOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all feeds',
|
||||
action: 'Get many feeds',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -25,7 +25,7 @@ export const galaxyOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all galaxies',
|
||||
action: 'Get many galaxies',
|
||||
},
|
||||
],
|
||||
default: 'get',
|
||||
|
||||
@@ -20,7 +20,7 @@ export const noticelistOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all noticelists',
|
||||
action: 'Get many noticelists',
|
||||
},
|
||||
],
|
||||
default: 'get',
|
||||
|
||||
@@ -30,7 +30,7 @@ export const organisationOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all organizations',
|
||||
action: 'Get many organizations',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -25,7 +25,7 @@ export const tagOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all tags',
|
||||
action: 'Get many tags',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -30,7 +30,7 @@ export const userOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all users',
|
||||
action: 'Get many users',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -20,7 +20,7 @@ export const warninglistOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all warninglists',
|
||||
action: 'Get many warninglists',
|
||||
},
|
||||
],
|
||||
default: 'get',
|
||||
|
||||
Reference in New Issue
Block a user