mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +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:
@@ -33,7 +33,7 @@ export const accountOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all accounts',
|
||||
description: 'Retrieve many accounts',
|
||||
action: 'Get many accounts',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -35,7 +35,7 @@ export const appointmentOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all appointments',
|
||||
description: 'Retrieve many appointments',
|
||||
action: 'Get many appointments',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@ export const contactOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all contacts',
|
||||
description: 'Retrieve many contacts',
|
||||
action: 'Get many contacts',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -33,7 +33,7 @@ export const dealOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all deals',
|
||||
description: 'Retrieve many deals',
|
||||
action: 'Get many deals',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -31,7 +31,7 @@ export const salesActivityOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all sales activities',
|
||||
description: 'Retrieve many sales activities',
|
||||
action: 'Get many sales activities',
|
||||
},
|
||||
// {
|
||||
|
||||
@@ -33,7 +33,7 @@ export const taskOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all tasks',
|
||||
description: 'Retrieve many tasks',
|
||||
action: 'Get many tasks',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user