mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
✏️ Add descriptions to upsert
This commit is contained in:
parent
299e88af8d
commit
6ebbca4607
|
@ -29,6 +29,7 @@ export const accountOperations = [
|
||||||
{
|
{
|
||||||
name: 'Create or update',
|
name: 'Create or update',
|
||||||
value: 'upsert',
|
value: 'upsert',
|
||||||
|
description: 'Create a new record, or update the current one if it already exists (upsert)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Delete',
|
name: 'Delete',
|
||||||
|
|
|
@ -29,6 +29,7 @@ export const contactOperations = [
|
||||||
{
|
{
|
||||||
name: 'Create or update',
|
name: 'Create or update',
|
||||||
value: 'upsert',
|
value: 'upsert',
|
||||||
|
description: 'Create a new record, or update the current one if it already exists (upsert)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Delete',
|
name: 'Delete',
|
||||||
|
|
|
@ -27,6 +27,7 @@ export const dealOperations = [
|
||||||
{
|
{
|
||||||
name: 'Create or update',
|
name: 'Create or update',
|
||||||
value: 'upsert',
|
value: 'upsert',
|
||||||
|
description: 'Create a new record, or update the current one if it already exists (upsert)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Delete',
|
name: 'Delete',
|
||||||
|
|
|
@ -30,6 +30,7 @@ export const invoiceOperations = [
|
||||||
{
|
{
|
||||||
name: 'Create or update',
|
name: 'Create or update',
|
||||||
value: 'upsert',
|
value: 'upsert',
|
||||||
|
description: 'Create a new record, or update the current one if it already exists (upsert)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Delete',
|
name: 'Delete',
|
||||||
|
|
|
@ -28,6 +28,7 @@ export const leadOperations = [
|
||||||
{
|
{
|
||||||
name: 'Create or update',
|
name: 'Create or update',
|
||||||
value: 'upsert',
|
value: 'upsert',
|
||||||
|
description: 'Create a new record, or update the current one if it already exists (upsert)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Delete',
|
name: 'Delete',
|
||||||
|
|
|
@ -27,6 +27,7 @@ export const productOperations = [
|
||||||
{
|
{
|
||||||
name: 'Create or update',
|
name: 'Create or update',
|
||||||
value: 'upsert',
|
value: 'upsert',
|
||||||
|
description: 'Create a new record, or update the current one if it already exists (upsert)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Delete',
|
name: 'Delete',
|
||||||
|
|
|
@ -30,6 +30,7 @@ export const purchaseOrderOperations = [
|
||||||
{
|
{
|
||||||
name: 'Create or update',
|
name: 'Create or update',
|
||||||
value: 'upsert',
|
value: 'upsert',
|
||||||
|
description: 'Create a new record, or update the current one if it already exists (upsert)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Delete',
|
name: 'Delete',
|
||||||
|
|
|
@ -30,6 +30,7 @@ export const quoteOperations = [
|
||||||
{
|
{
|
||||||
name: 'Create or update',
|
name: 'Create or update',
|
||||||
value: 'upsert',
|
value: 'upsert',
|
||||||
|
description: 'Create a new record, or update the current one if it already exists (upsert)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Delete',
|
name: 'Delete',
|
||||||
|
|
|
@ -30,6 +30,7 @@ export const salesOrderOperations = [
|
||||||
{
|
{
|
||||||
name: 'Create or update',
|
name: 'Create or update',
|
||||||
value: 'upsert',
|
value: 'upsert',
|
||||||
|
description: 'Create a new record, or update the current one if it already exists (upsert)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Delete',
|
name: 'Delete',
|
||||||
|
|
|
@ -28,6 +28,7 @@ export const vendorOperations = [
|
||||||
{
|
{
|
||||||
name: 'Create or update',
|
name: 'Create or update',
|
||||||
value: 'upsert',
|
value: 'upsert',
|
||||||
|
description: 'Create a new record, or update the current one if it already exists (upsert)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Delete',
|
name: 'Delete',
|
||||||
|
|
Loading…
Reference in a new issue