✏️ Add descriptions to upsert

This commit is contained in:
Iván Ovejero 2021-06-15 16:55:53 +02:00
parent 299e88af8d
commit 6ebbca4607
10 changed files with 10 additions and 0 deletions

View file

@ -29,6 +29,7 @@ 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',

View file

@ -29,6 +29,7 @@ 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',

View file

@ -27,6 +27,7 @@ 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',

View file

@ -30,6 +30,7 @@ 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',

View file

@ -28,6 +28,7 @@ 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',

View file

@ -27,6 +27,7 @@ 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',

View file

@ -30,6 +30,7 @@ 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',

View file

@ -30,6 +30,7 @@ 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',

View file

@ -30,6 +30,7 @@ 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',

View file

@ -28,6 +28,7 @@ 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',