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-description-wrong-for-get-many (#4064)
* 👕 Enable rule * ⬆️ Upgrade linter * 📦 Update `package-lock.json` * 👕 Apply rule * ✏️ Fix plurals * ✏️ More typos * ✏️ Final typos
This commit is contained in:
@@ -46,7 +46,7 @@ export const accountOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all accounts',
|
||||
description: 'Get many accounts',
|
||||
action: 'Get many accounts',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@ export const attachmentOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all attachments',
|
||||
description: 'Get many attachments',
|
||||
action: 'Get many attachments',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -39,7 +39,7 @@ export const caseOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all cases',
|
||||
description: 'Get many cases',
|
||||
action: 'Get many cases',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -52,7 +52,7 @@ export const contactOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all contacts',
|
||||
description: 'Get many contacts',
|
||||
action: 'Get many contacts',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -39,7 +39,7 @@ export const customObjectOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all custom object records',
|
||||
description: 'Get many custom object records',
|
||||
action: 'Get many custom objects',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -15,7 +15,7 @@ export const flowOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all flows',
|
||||
description: 'Get many flows',
|
||||
action: 'Get many flows',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -51,7 +51,7 @@ export const leadOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all leads',
|
||||
description: 'Get many leads',
|
||||
action: 'Get many leads',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -46,7 +46,7 @@ export const opportunityOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all opportunities',
|
||||
description: 'Get many opportunities',
|
||||
action: 'Get many opportunities',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@ export const taskOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all tasks',
|
||||
description: 'Get many tasks',
|
||||
action: 'Get many tasks',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -21,7 +21,7 @@ export const userOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all users',
|
||||
description: 'Get many users',
|
||||
action: 'Get many users',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user