refactor: Deprecate alwaysOpenEditWindow for string (#4839)

* 🔥 Remove from client

* 📘 Update interface comment

* ✏️ Update docs

*  Update nodes

* ✏️ Fix typo

*  Restore misremoved property

* 🔥 Remove more instances
This commit is contained in:
Iván Ovejero
2022-12-07 15:29:45 +01:00
committed by GitHub
parent 7e1a13f9b2
commit fbb8611ae2
140 changed files with 3 additions and 761 deletions

View File

@@ -241,9 +241,6 @@ export const accountFields: INodeProperties[] = [
displayName: 'Description',
name: 'description',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
description: 'Text description of the account. Limited to 32,000 KB.',
},
@@ -315,9 +312,6 @@ export const accountFields: INodeProperties[] = [
name: 'sicDesc',
type: 'string',
default: '',
typeOptions: {
alwaysOpenEditWindow: true,
},
description:
'A brief description of an organizations line of business, based on its SIC code',
},
@@ -521,9 +515,6 @@ export const accountFields: INodeProperties[] = [
displayName: 'Description',
name: 'description',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
description: 'Text description of the account. Limited to 32,000 KB.',
},
@@ -602,9 +593,6 @@ export const accountFields: INodeProperties[] = [
name: 'sicDesc',
type: 'string',
default: '',
typeOptions: {
alwaysOpenEditWindow: true,
},
description:
'A brief description of an organizations line of business, based on its SIC code',
},
@@ -876,9 +864,6 @@ export const accountFields: INodeProperties[] = [
name: 'body',
type: 'string',
default: '',
typeOptions: {
alwaysOpenEditWindow: true,
},
description: 'Body of the note. Limited to 32 KB.',
},
{

View File

@@ -687,9 +687,6 @@ export const caseFields: INodeProperties[] = [
displayName: 'Comment Body',
name: 'commentBody',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
description:
'Text of the CaseComment. The maximum size of the comment body is 4,000 bytes. Label is Body.',

View File

@@ -980,9 +980,6 @@ export const contactFields: INodeProperties[] = [
name: 'body',
type: 'string',
default: '',
typeOptions: {
alwaysOpenEditWindow: true,
},
description: 'Body of the note. Limited to 32 KB.',
},
{

View File

@@ -217,9 +217,6 @@ export const leadFields: INodeProperties[] = [
displayName: 'Description',
name: 'description',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
description: 'Description of the lead',
},
@@ -481,9 +478,6 @@ export const leadFields: INodeProperties[] = [
displayName: 'Description',
name: 'description',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
description: 'Description of the lead',
},
@@ -914,9 +908,6 @@ export const leadFields: INodeProperties[] = [
name: 'body',
type: 'string',
default: '',
typeOptions: {
alwaysOpenEditWindow: true,
},
description: 'Body of the note. Limited to 32 KB.',
},
{

View File

@@ -742,9 +742,6 @@ export const opportunityFields: INodeProperties[] = [
name: 'body',
type: 'string',
default: '',
typeOptions: {
alwaysOpenEditWindow: true,
},
description: 'Body of the note. Limited to 32 KB.',
},
{

View File

@@ -100,9 +100,6 @@ export const taskFields: INodeProperties[] = [
displayName: 'Call Disposition',
name: 'callDisposition',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
description:
"Represents the result of a given call, for example, “we'll call back,” or “call unsuccessful.” Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center.",
@@ -119,9 +116,6 @@ export const taskFields: INodeProperties[] = [
displayName: 'Call Object',
name: 'callObject',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
description:
'Name of a call center. Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center.',
@@ -179,9 +173,6 @@ export const taskFields: INodeProperties[] = [
name: 'description',
type: 'string',
default: '',
typeOptions: {
alwaysOpenEditWindow: true,
},
description: 'Contains a text description of the task',
},
{
@@ -452,9 +443,6 @@ export const taskFields: INodeProperties[] = [
displayName: 'Call Disposition',
name: 'callDisposition',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
description:
"Represents the result of a given call, for example, “we'll call back,” or “call unsuccessful.” Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center.",
@@ -471,9 +459,6 @@ export const taskFields: INodeProperties[] = [
displayName: 'Call Object',
name: 'callObject',
type: 'string',
typeOptions: {
alwaysOpenEditWindow: true,
},
default: '',
description:
'Name of a call center. Limit is 255 characters. Not subject to field-level security, available for any user in an organization with Salesforce CRM Call Center.',
@@ -531,9 +516,6 @@ export const taskFields: INodeProperties[] = [
name: 'description',
type: 'string',
default: '',
typeOptions: {
alwaysOpenEditWindow: true,
},
description: 'Contains a text description of the task',
},
{