build: Upgrade nodelinter to 1.16.2 (no-changelog) (#10779)

This commit is contained in:
Iván Ovejero
2024-09-12 16:53:36 +02:00
committed by GitHub
parent 64aa1813b2
commit 05e609d714
518 changed files with 1908 additions and 1941 deletions

View File

@@ -101,7 +101,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getBusinessTypes',
},
description:
'ID of the business that the account belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the business that the account belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'City',
@@ -133,7 +133,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getIndustryTypes',
},
description:
'ID of the industry that the account belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the industry that the account belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'LinkedIn',
@@ -158,7 +158,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
'ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Parent Sales Account ID',
@@ -190,7 +190,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getTerritories',
},
description:
'ID of the territory that the account belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the territory that the account belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Twitter',
@@ -260,7 +260,7 @@ export const accountFields: INodeProperties[] = [
name: 'view',
type: 'options',
description:
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
required: true,
typeOptions: {
loadOptionsMethod: 'getAccountViews',
@@ -357,7 +357,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getBusinessTypes',
},
description:
'ID of the business that the account belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the business that the account belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'City',
@@ -389,7 +389,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getIndustryTypes',
},
description:
'ID of the industry that the account belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the industry that the account belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'LinkedIn',
@@ -421,7 +421,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
'ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Parent Sales Account ID',
@@ -453,7 +453,7 @@ export const accountFields: INodeProperties[] = [
loadOptionsMethod: 'getTerritories',
},
description:
'ID of the territory that the account belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the territory that the account belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Twitter',

View File

@@ -138,7 +138,7 @@ export const appointmentFields: INodeProperties[] = [
name: 'userId',
type: 'options',
description:
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
displayOptions: {
show: {
type: ['user'],
@@ -186,7 +186,7 @@ export const appointmentFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
'ID of the user who created the appointment. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user who created the appointment. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Is All-Day',
@@ -225,7 +225,7 @@ export const appointmentFields: INodeProperties[] = [
loadOptionsMethod: 'getOutcomes',
},
description:
'ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Target ID',
@@ -451,7 +451,7 @@ export const appointmentFields: INodeProperties[] = [
name: 'userId',
type: 'options',
description:
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
displayOptions: {
show: {
type: ['user'],
@@ -486,7 +486,7 @@ export const appointmentFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
'ID of the user who created the appointment. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user who created the appointment. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'End Date',
@@ -533,7 +533,7 @@ export const appointmentFields: INodeProperties[] = [
loadOptionsMethod: 'getOutcomes',
},
description:
'ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Start Date',

View File

@@ -122,7 +122,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getCampaigns',
},
description:
'ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'City',
@@ -140,7 +140,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getContactStatuses',
},
description:
'ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Country',
@@ -193,7 +193,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getLifecycleStages',
},
description:
'ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'LinkedIn',
@@ -225,7 +225,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
'ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Sales Account Names or IDs',
@@ -236,7 +236,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getAccounts',
},
description:
'Accounts which contact belongs to. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'Accounts which contact belongs to. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'State',
@@ -268,7 +268,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getTerritories',
},
description:
'ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Time Zone',
@@ -345,7 +345,7 @@ export const contactFields: INodeProperties[] = [
name: 'view',
type: 'options',
description:
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
displayOptions: {
show: {
resource: ['contact'],
@@ -434,7 +434,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getCampaigns',
},
description:
'ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'City',
@@ -452,7 +452,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getContactStatuses',
},
description:
'ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Country',
@@ -509,7 +509,7 @@ export const contactFields: INodeProperties[] = [
type: 'options',
default: '',
description:
'ID of the source where contact came from. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the source where contact came from. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Lifecycle Stage Name or ID',
@@ -520,7 +520,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getLifecycleStages',
},
description:
'ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'LinkedIn',
@@ -552,7 +552,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
'ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Sales Account Names or IDs',
@@ -563,7 +563,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getAccounts',
},
description:
'Accounts which contact belongs to. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'Accounts which contact belongs to. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'State',
@@ -578,7 +578,7 @@ export const contactFields: INodeProperties[] = [
type: 'options',
default: '',
description:
'Status of subscription that the contact is in. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'Status of subscription that the contact is in. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Subscription Types Name or ID',
@@ -586,7 +586,7 @@ export const contactFields: INodeProperties[] = [
type: 'options',
default: '',
description:
'Type of subscription that the contact is in. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'Type of subscription that the contact is in. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Territory Name or ID',
@@ -597,7 +597,7 @@ export const contactFields: INodeProperties[] = [
loadOptionsMethod: 'getTerritories',
},
description:
'ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Time Zone',

View File

@@ -108,7 +108,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getCampaigns',
},
description:
'ID of the campaign that landed this deal. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the campaign that landed this deal. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Currency Name or ID',
@@ -119,7 +119,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getCurrencies',
},
description:
'ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Deal Payment Status Name or ID',
@@ -130,7 +130,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealPaymentStatuses',
},
description:
'ID of the mode of payment for the deal. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the mode of payment for the deal. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Deal Pipeline Name or ID',
@@ -141,7 +141,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealPipelines',
},
description:
'ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Deal Product Name or ID',
@@ -152,7 +152,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealProducts',
},
description:
'ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Deal Reason Name or ID',
@@ -163,7 +163,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealReasons',
},
description:
'ID of the reason for losing the deal. Can only be set if the deal is in \'Lost\' stage. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the reason for losing the deal. Can only be set if the deal is in \'Lost\' stage. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Deal Stage Name or ID',
@@ -174,7 +174,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealStages',
},
description:
'ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Deal Type Name or ID',
@@ -185,7 +185,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealTypes',
},
description:
'ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Lead Source ID',
@@ -203,7 +203,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
'ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Probability',
@@ -225,7 +225,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getAccounts',
},
description:
'ID of the account that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the account that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Territory Name or ID',
@@ -236,7 +236,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getTerritories',
},
description:
'ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
],
},
@@ -285,7 +285,7 @@ export const dealFields: INodeProperties[] = [
name: 'view',
type: 'options',
description:
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>',
'Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>',
displayOptions: {
show: {
resource: ['deal'],
@@ -387,7 +387,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getCampaigns',
},
description:
'ID of the campaign that landed this deal. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the campaign that landed this deal. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Currency Name or ID',
@@ -398,7 +398,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getCurrencies',
},
description:
'ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Deal Payment Status Name or ID',
@@ -409,7 +409,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealPaymentStatuses',
},
description:
'ID of the mode of payment for the deal. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the mode of payment for the deal. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Deal Pipeline Name or ID',
@@ -420,7 +420,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealPipelines',
},
description:
'ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Deal Product Name or ID',
@@ -431,7 +431,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealProducts',
},
description:
'ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Deal Reason Name or ID',
@@ -442,7 +442,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealReasons',
},
description:
'ID of the reason for losing the deal. Can only be set if the deal is in \'Lost\' stage. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the reason for losing the deal. Can only be set if the deal is in \'Lost\' stage. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Deal Stage Name or ID',
@@ -453,7 +453,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealStages',
},
description:
'ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Deal Type Name or ID',
@@ -464,7 +464,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getDealTypes',
},
description:
'ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Lead Source ID',
@@ -489,7 +489,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
'ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Probability',
@@ -511,7 +511,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getAccounts',
},
description:
'ID of the account that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the account that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Territory Name or ID',
@@ -522,7 +522,7 @@ export const dealFields: INodeProperties[] = [
loadOptionsMethod: 'getTerritories',
},
description:
'ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
],
},

View File

@@ -57,7 +57,7 @@ export const salesActivityFields: INodeProperties[] = [
loadOptionsMethod: 'getSalesActivityTypes',
},
description:
'ID of a sales activity type for which the sales activity is created. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of a sales activity type for which the sales activity is created. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
displayOptions: {
show: {
resource: ['salesActivity'],
@@ -83,7 +83,7 @@ export const salesActivityFields: INodeProperties[] = [
displayName: 'Owner Name or ID',
name: 'ownerId',
description:
'ID of the user who owns the sales activity. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user who owns the sales activity. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
type: 'options',
default: '',
typeOptions: {
@@ -190,7 +190,7 @@ export const salesActivityFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
'ID of the user who created the sales activity. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user who created the sales activity. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Latitude',
@@ -229,7 +229,7 @@ export const salesActivityFields: INodeProperties[] = [
loadOptionsMethod: 'getOutcomes',
},
description:
'ID of a sales activity\'s outcome. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of a sales activity\'s outcome. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
],
},
@@ -343,7 +343,7 @@ export const salesActivityFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
'ID of the user who created the sales activity. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user who created the sales activity. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Start Date',
@@ -389,7 +389,7 @@ export const salesActivityFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
'ID of the user who owns the sales activity. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user who owns the sales activity. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Sales Activity Outcome Name or ID',
@@ -400,7 +400,7 @@ export const salesActivityFields: INodeProperties[] = [
loadOptionsMethod: 'getOutcomes',
},
description:
'ID of a sales activity\'s outcome. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of a sales activity\'s outcome. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Sales Activity Type Name or ID',
@@ -411,7 +411,7 @@ export const salesActivityFields: INodeProperties[] = [
loadOptionsMethod: 'getSalesActivityTypes',
},
description:
'ID of a sales activity type for which the sales activity is updated. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of a sales activity type for which the sales activity is updated. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Start Date',

View File

@@ -83,7 +83,7 @@ export const taskFields: INodeProperties[] = [
displayName: 'Owner Name or ID',
name: 'ownerId',
description:
'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
type: 'options',
default: '',
typeOptions: {
@@ -162,7 +162,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
'ID of the user who created the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user who created the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Outcome Name or ID',
@@ -173,7 +173,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getOutcomes',
},
description:
'ID of the outcome of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the outcome of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Task Type ID',
@@ -357,7 +357,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
'ID of the user who created the sales activity. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user who created the sales activity. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Due Date',
@@ -375,7 +375,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getOutcomes',
},
description:
'ID of the outcome of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the outcome of the task. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Owner Name or ID',
@@ -386,7 +386,7 @@ export const taskFields: INodeProperties[] = [
loadOptionsMethod: 'getUsers',
},
description:
'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
'ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
},
{
displayName: 'Target ID',