mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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:
@@ -28,7 +28,7 @@ export const billOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all bills',
|
||||
action: 'Get many bills',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -23,7 +23,7 @@ export const customerOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all customers',
|
||||
action: 'Get many customers',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -23,7 +23,7 @@ export const employeeOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all employees',
|
||||
action: 'Get many employees',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
@@ -28,7 +28,7 @@ export const estimateOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all estimates',
|
||||
action: 'Get many estimates',
|
||||
},
|
||||
{
|
||||
name: 'Send',
|
||||
|
||||
@@ -28,7 +28,7 @@ export const invoiceOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all invoices',
|
||||
action: 'Get many invoices',
|
||||
},
|
||||
{
|
||||
name: 'Send',
|
||||
|
||||
@@ -16,7 +16,7 @@ export const itemOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all items',
|
||||
action: 'Get many items',
|
||||
},
|
||||
],
|
||||
displayOptions: {
|
||||
|
||||
@@ -28,7 +28,7 @@ export const paymentOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all payments',
|
||||
action: 'Get many payments',
|
||||
},
|
||||
{
|
||||
name: 'Send',
|
||||
|
||||
@@ -16,7 +16,7 @@ export const purchaseOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all purchases',
|
||||
action: 'Get many purchases',
|
||||
},
|
||||
],
|
||||
displayOptions: {
|
||||
|
||||
@@ -23,7 +23,7 @@ export const vendorOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all vendors',
|
||||
action: 'Get many vendors',
|
||||
},
|
||||
{
|
||||
name: 'Update',
|
||||
|
||||
Reference in New Issue
Block a user