🔥 Remove upsert descriptions

This commit is contained in:
Iván Ovejero 2021-06-28 10:24:39 +02:00
parent 23eb1f8fda
commit 859a92e8a4
10 changed files with 1 additions and 11 deletions

View file

@ -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
// ----------------------------------------

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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',

View file

@ -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',