mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
rename deal id
This commit is contained in:
@@ -532,8 +532,8 @@ export class ActiveCampaign implements INodeType {
|
|||||||
description: 'The description of the deal',
|
description: 'The description of the deal',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Deal ID',
|
displayName: 'Deal\'s contact ID',
|
||||||
name: 'dealId',
|
name: 'contactId',
|
||||||
type: 'number',
|
type: 'number',
|
||||||
default: '',
|
default: '',
|
||||||
required: true,
|
required: true,
|
||||||
@@ -547,7 +547,7 @@ export class ActiveCampaign implements INodeType {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
description: 'The ID of the deal',
|
description: 'The ID of the deal\'s contact',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Deal value',
|
displayName: 'Deal value',
|
||||||
@@ -799,8 +799,8 @@ export class ActiveCampaign implements INodeType {
|
|||||||
description: 'The description of the deal',
|
description: 'The description of the deal',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Deal ID',
|
displayName: 'Deal\'s contact ID',
|
||||||
name: 'dealId',
|
name: 'contactId',
|
||||||
type: 'number',
|
type: 'number',
|
||||||
default: '',
|
default: '',
|
||||||
displayOptions: {
|
displayOptions: {
|
||||||
@@ -813,7 +813,7 @@ export class ActiveCampaign implements INodeType {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
description: 'The ID of the deal',
|
description: 'The ID of the deal\'s contact',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Deal value',
|
displayName: 'Deal value',
|
||||||
|
|||||||
Reference in New Issue
Block a user