mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
build: Upgrade nodelinter to 1.16.2 (no-changelog) (#10779)
This commit is contained in:
@@ -49,7 +49,7 @@ export const eventFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization the events belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization the events belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Project Slug Name or ID',
|
||||
@@ -68,7 +68,7 @@ export const eventFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the project the events belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the project the events belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Full',
|
||||
@@ -135,7 +135,7 @@ export const eventFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization the events belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization the events belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Project Slug Name or ID',
|
||||
@@ -153,7 +153,7 @@ export const eventFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the project the events belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the project the events belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Event ID',
|
||||
|
||||
@@ -80,7 +80,7 @@ export const issueFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization the issues belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization the issues belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Project Slug Name or ID',
|
||||
@@ -99,7 +99,7 @@ export const issueFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the project the issues belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the project the issues belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
|
||||
@@ -125,7 +125,7 @@ export const organizationFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization the team should be created for. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization the team should be created for. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
@@ -202,7 +202,7 @@ export const organizationFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization to update. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization to update. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Update Fields',
|
||||
|
||||
@@ -67,7 +67,7 @@ export const projectFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization the events belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization the events belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Project Slug Name or ID',
|
||||
@@ -86,7 +86,7 @@ export const projectFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the project to retrieve. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the project to retrieve. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Team Slug Name or ID',
|
||||
@@ -105,7 +105,7 @@ export const projectFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the team to create a new project for. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the team to create a new project for. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Name',
|
||||
@@ -199,7 +199,7 @@ export const projectFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization the project belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization the project belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Project Slug Name or ID',
|
||||
@@ -218,7 +218,7 @@ export const projectFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the project to update. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the project to update. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Update Fields',
|
||||
@@ -305,7 +305,7 @@ export const projectFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization the project belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization the project belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Project Slug Name or ID',
|
||||
@@ -324,6 +324,6 @@ export const projectFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the project to delete. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the project to delete. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
];
|
||||
|
||||
@@ -67,7 +67,7 @@ export const releaseFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization the releases belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization the releases belong to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
@@ -142,7 +142,7 @@ export const releaseFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Version',
|
||||
@@ -178,7 +178,7 @@ export const releaseFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Version',
|
||||
@@ -226,7 +226,7 @@ export const releaseFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'A list of project slugs that are involved in this release. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'A list of project slugs that are involved in this release. Choose from the list, or specify IDs using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Additional Fields',
|
||||
@@ -423,7 +423,7 @@ export const releaseFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization the release belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Version',
|
||||
|
||||
@@ -67,7 +67,7 @@ export const teamFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization for which the teams should be listed. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization for which the teams should be listed. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
@@ -120,7 +120,7 @@ export const teamFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Team Slug Name or ID',
|
||||
@@ -139,7 +139,7 @@ export const teamFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the team to get. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the team to get. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
@@ -161,7 +161,7 @@ export const teamFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Name',
|
||||
@@ -220,7 +220,7 @@ export const teamFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Team Slug Name or ID',
|
||||
@@ -239,7 +239,7 @@ export const teamFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the team to update. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the team to update. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Update Fields',
|
||||
@@ -290,7 +290,7 @@ export const teamFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the organization the team belongs to. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
{
|
||||
displayName: 'Team Slug Name or ID',
|
||||
@@ -309,6 +309,6 @@ export const teamFields: INodeProperties[] = [
|
||||
},
|
||||
required: true,
|
||||
description:
|
||||
'The slug of the team to delete. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
|
||||
'The slug of the team to delete. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code/expressions/">expression</a>.',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user