n8n-3867-progressively-apply-prettier-to-all (#3873)

* 🔨 formatting nodes with prettier
This commit is contained in:
Michael Kret
2022-08-17 18:50:24 +03:00
committed by GitHub
parent f2d326c7f0
commit 91d7e16c81
1072 changed files with 42357 additions and 59109 deletions

View File

@@ -1,6 +1,4 @@
import {
INodeProperties,
} from 'n8n-workflow';
import { INodeProperties } from 'n8n-workflow';
export const projectOperations: INodeProperties[] = [
{
@@ -10,9 +8,7 @@ export const projectOperations: INodeProperties[] = [
noDataExpression: true,
displayOptions: {
show: {
resource: [
'project',
],
resource: ['project'],
},
},
options: [
@@ -65,17 +61,13 @@ export const projectFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'project',
],
operation: [
'create',
'get',
],
resource: ['project'],
operation: ['create', 'get'],
},
},
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>.',
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>.',
},
{
displayName: 'Project Slug Name or ID',
@@ -83,23 +75,18 @@ export const projectFields: INodeProperties[] = [
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
loadOptionsDependsOn: [
'organizationSlug',
],
loadOptionsDependsOn: ['organizationSlug'],
},
default: '',
displayOptions: {
show: {
resource: [
'project',
],
operation: [
'get',
],
resource: ['project'],
operation: ['get'],
},
},
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>.',
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>.',
},
{
displayName: 'Team Slug Name or ID',
@@ -107,23 +94,18 @@ export const projectFields: INodeProperties[] = [
type: 'options',
typeOptions: {
loadOptionsMethod: 'getTeams',
loadOptionsDependsOn: [
'organizationSlug',
],
loadOptionsDependsOn: ['organizationSlug'],
},
default: '',
displayOptions: {
show: {
resource: [
'project',
],
operation: [
'create',
],
resource: ['project'],
operation: ['create'],
},
},
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>.',
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>.',
},
{
displayName: 'Name',
@@ -132,12 +114,8 @@ export const projectFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'project',
],
operation: [
'create',
],
resource: ['project'],
operation: ['create'],
},
},
required: true,
@@ -151,12 +129,8 @@ export const projectFields: INodeProperties[] = [
default: {},
displayOptions: {
show: {
resource: [
'project',
],
operation: [
'create',
],
resource: ['project'],
operation: ['create'],
},
},
options: [
@@ -165,7 +139,8 @@ export const projectFields: INodeProperties[] = [
name: 'slug',
type: 'string',
default: '',
description: 'Optionally a slug for the new project. If its not provided a slug is generated from the name.',
description:
'Optionally a slug for the new project. If its not provided a slug is generated from the name.',
},
],
},
@@ -179,12 +154,8 @@ export const projectFields: INodeProperties[] = [
type: 'boolean',
displayOptions: {
show: {
operation: [
'getAll',
],
resource: [
'project',
],
operation: ['getAll'],
resource: ['project'],
},
},
default: false,
@@ -196,15 +167,9 @@ export const projectFields: INodeProperties[] = [
type: 'number',
displayOptions: {
show: {
operation: [
'getAll',
],
resource: [
'project',
],
returnAll: [
false,
],
operation: ['getAll'],
resource: ['project'],
returnAll: [false],
},
},
typeOptions: {
@@ -228,16 +193,13 @@ export const projectFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'project',
],
operation: [
'update',
],
resource: ['project'],
operation: ['update'],
},
},
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>.',
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>.',
},
{
displayName: 'Project Slug Name or ID',
@@ -245,23 +207,18 @@ export const projectFields: INodeProperties[] = [
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
loadOptionsDependsOn: [
'organizationSlug',
],
loadOptionsDependsOn: ['organizationSlug'],
},
default: '',
displayOptions: {
show: {
resource: [
'project',
],
operation: [
'update',
],
resource: ['project'],
operation: ['update'],
},
},
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>.',
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>.',
},
{
displayName: 'Update Fields',
@@ -271,12 +228,8 @@ export const projectFields: INodeProperties[] = [
default: {},
displayOptions: {
show: {
resource: [
'project',
],
operation: [
'update',
],
resource: ['project'],
operation: ['update'],
},
},
options: [
@@ -346,16 +299,13 @@ export const projectFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'project',
],
operation: [
'delete',
],
resource: ['project'],
operation: ['delete'],
},
},
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>.',
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>.',
},
{
displayName: 'Project Slug Name or ID',
@@ -363,22 +313,17 @@ export const projectFields: INodeProperties[] = [
type: 'options',
typeOptions: {
loadOptionsMethod: 'getProjects',
loadOptionsDependsOn: [
'organizationSlug',
],
loadOptionsDependsOn: ['organizationSlug'],
},
default: '',
displayOptions: {
show: {
resource: [
'project',
],
operation: [
'delete',
],
resource: ['project'],
operation: ['delete'],
},
},
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>.',
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>.',
},
];