mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
🔥 Remove upsert descriptions
This commit is contained in:
parent
23eb1f8fda
commit
859a92e8a4
|
@ -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
|
||||
// ----------------------------------------
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue