From 859a92e8a4313630ab8839a65857824c9c0e9d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Mon, 28 Jun 2021 10:24:39 +0200 Subject: [PATCH] :fire: Remove upsert descriptions --- .../nodes-base/nodes/Zoho/descriptions/AccountDescription.ts | 3 +-- .../nodes-base/nodes/Zoho/descriptions/ContactDescription.ts | 1 - packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts | 1 - .../nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts | 1 - packages/nodes-base/nodes/Zoho/descriptions/LeadDescription.ts | 1 - .../nodes-base/nodes/Zoho/descriptions/ProductDescription.ts | 1 - .../nodes/Zoho/descriptions/PurchaseOrderDescription.ts | 1 - .../nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts | 1 - .../nodes/Zoho/descriptions/SalesOrderDescription.ts | 1 - .../nodes-base/nodes/Zoho/descriptions/VendorDescription.ts | 1 - 10 files changed, 1 insertion(+), 11 deletions(-) diff --git a/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts index 5c26563b8b..21384708a6 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/AccountDescription.ts @@ -31,7 +31,6 @@ export const accountOperations = [ { name: 'Create or update', value: 'upsert', - description: 'Create a new record, or update the current one if it already exists (upsert)', }, { name: 'Delete', @@ -76,7 +75,7 @@ export const accountFields = [ }, }, }, - + // ---------------------------------------- // account: upsert // ---------------------------------------- diff --git a/packages/nodes-base/nodes/Zoho/descriptions/ContactDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/ContactDescription.ts index b382d2bb24..9f6785bd6d 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/ContactDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/ContactDescription.ts @@ -31,7 +31,6 @@ export const contactOperations = [ { name: 'Create or update', value: 'upsert', - description: 'Create a new record, or update the current one if it already exists (upsert)', }, { name: 'Delete', diff --git a/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts index 90211bfd42..7ba6cb3c76 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/DealDescription.ts @@ -29,7 +29,6 @@ export const dealOperations = [ { name: 'Create or update', value: 'upsert', - description: 'Create a new record, or update the current one if it already exists (upsert)', }, { name: 'Delete', diff --git a/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts index 7dbb03cc58..2cefe36da3 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/InvoiceDescription.ts @@ -32,7 +32,6 @@ export const invoiceOperations = [ { name: 'Create or update', value: 'upsert', - description: 'Create a new record, or update the current one if it already exists (upsert)', }, { name: 'Delete', diff --git a/packages/nodes-base/nodes/Zoho/descriptions/LeadDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/LeadDescription.ts index 5d73d2fee0..b233d5c3f0 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/LeadDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/LeadDescription.ts @@ -30,7 +30,6 @@ export const leadOperations = [ { name: 'Create or update', value: 'upsert', - description: 'Create a new record, or update the current one if it already exists (upsert)', }, { name: 'Delete', diff --git a/packages/nodes-base/nodes/Zoho/descriptions/ProductDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/ProductDescription.ts index 730921caf2..210dbb2bd5 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/ProductDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/ProductDescription.ts @@ -28,7 +28,6 @@ export const productOperations = [ { name: 'Create or update', value: 'upsert', - description: 'Create a new record, or update the current one if it already exists (upsert)', }, { name: 'Delete', diff --git a/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts index 7ee7fac6d8..fd159a860c 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/PurchaseOrderDescription.ts @@ -32,7 +32,6 @@ export const purchaseOrderOperations = [ { name: 'Create or update', value: 'upsert', - description: 'Create a new record, or update the current one if it already exists (upsert)', }, { name: 'Delete', diff --git a/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts index f566b964c2..611f65db42 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/QuoteDescription.ts @@ -32,7 +32,6 @@ export const quoteOperations = [ { name: 'Create or update', value: 'upsert', - description: 'Create a new record, or update the current one if it already exists (upsert)', }, { name: 'Delete', diff --git a/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts index 2f2894905e..fbcd2ad559 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/SalesOrderDescription.ts @@ -32,7 +32,6 @@ export const salesOrderOperations = [ { name: 'Create or update', value: 'upsert', - description: 'Create a new record, or update the current one if it already exists (upsert)', }, { name: 'Delete', diff --git a/packages/nodes-base/nodes/Zoho/descriptions/VendorDescription.ts b/packages/nodes-base/nodes/Zoho/descriptions/VendorDescription.ts index 6de157f065..24b0868608 100644 --- a/packages/nodes-base/nodes/Zoho/descriptions/VendorDescription.ts +++ b/packages/nodes-base/nodes/Zoho/descriptions/VendorDescription.ts @@ -30,7 +30,6 @@ export const vendorOperations = [ { name: 'Create or update', value: 'upsert', - description: 'Create a new record, or update the current one if it already exists (upsert)', }, { name: 'Delete',