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

@@ -28,7 +28,7 @@ export const billOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all bills',
action: 'Get many bills',
},
{
name: 'Update',

View File

@@ -23,7 +23,7 @@ export const customerOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all customers',
action: 'Get many customers',
},
{
name: 'Update',

View File

@@ -23,7 +23,7 @@ export const employeeOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all employees',
action: 'Get many employees',
},
{
name: 'Update',

View File

@@ -28,7 +28,7 @@ export const estimateOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all estimates',
action: 'Get many estimates',
},
{
name: 'Send',

View File

@@ -28,7 +28,7 @@ export const invoiceOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all invoices',
action: 'Get many invoices',
},
{
name: 'Send',

View File

@@ -16,7 +16,7 @@ export const itemOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all items',
action: 'Get many items',
},
],
displayOptions: {

View File

@@ -28,7 +28,7 @@ export const paymentOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all payments',
action: 'Get many payments',
},
{
name: 'Send',

View File

@@ -16,7 +16,7 @@ export const purchaseOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all purchases',
action: 'Get many purchases',
},
],
displayOptions: {

View File

@@ -23,7 +23,7 @@ export const vendorOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
action: 'Get all vendors',
action: 'Get many vendors',
},
{
name: 'Update',