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

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