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 programAffiliateOperations: INodeProperties[] = [
{
@@ -10,9 +8,7 @@ export const programAffiliateOperations: INodeProperties[] = [
noDataExpression: true,
displayOptions: {
show: {
resource: [
'programAffiliate',
],
resource: ['programAffiliate'],
},
},
options: [
@@ -66,15 +62,12 @@ export const programAffiliateFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
operation: [
'add',
],
resource: [
'programAffiliate',
],
operation: ['add'],
resource: ['programAffiliate'],
},
},
description: 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
description:
'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
},
{
displayName: 'Affiliate ID',
@@ -84,12 +77,8 @@ export const programAffiliateFields: INodeProperties[] = [
required: true,
displayOptions: {
show: {
resource: [
'programAffiliate',
],
operation: [
'add',
],
resource: ['programAffiliate'],
operation: ['add'],
},
},
description: 'The ID of the affiliate',
@@ -102,12 +91,8 @@ export const programAffiliateFields: INodeProperties[] = [
default: {},
displayOptions: {
show: {
resource: [
'programAffiliate',
],
operation: [
'add',
],
resource: ['programAffiliate'],
operation: ['add'],
},
},
options: [
@@ -142,15 +127,12 @@ export const programAffiliateFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
operation: [
'approve',
],
resource: [
'programAffiliate',
],
operation: ['approve'],
resource: ['programAffiliate'],
},
},
description: 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
description:
'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
},
{
displayName: 'Affiliate ID',
@@ -159,12 +141,8 @@ export const programAffiliateFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'programAffiliate',
],
operation: [
'approve',
],
resource: ['programAffiliate'],
operation: ['approve'],
},
},
description: 'The ID of the affiliate',
@@ -183,15 +161,12 @@ export const programAffiliateFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
operation: [
'disapprove',
],
resource: [
'programAffiliate',
],
operation: ['disapprove'],
resource: ['programAffiliate'],
},
},
description: 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
description:
'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
},
{
displayName: 'Affiliate ID',
@@ -200,12 +175,8 @@ export const programAffiliateFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'programAffiliate',
],
operation: [
'disapprove',
],
resource: ['programAffiliate'],
operation: ['disapprove'],
},
},
description: 'The ID of the affiliate',
@@ -225,15 +196,12 @@ export const programAffiliateFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
operation: [
'get',
],
resource: [
'programAffiliate',
],
operation: ['get'],
resource: ['programAffiliate'],
},
},
description: 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
description:
'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
},
{
displayName: 'Affiliate ID',
@@ -243,12 +211,8 @@ export const programAffiliateFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'programAffiliate',
],
operation: [
'get',
],
resource: ['programAffiliate'],
operation: ['get'],
},
},
description: 'The ID of the affiliate',
@@ -268,15 +232,12 @@ export const programAffiliateFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
operation: [
'getAll',
],
resource: [
'programAffiliate',
],
operation: ['getAll'],
resource: ['programAffiliate'],
},
},
description: 'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
description:
'The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
},
{
displayName: 'Return All',
@@ -284,12 +245,8 @@ export const programAffiliateFields: INodeProperties[] = [
type: 'boolean',
displayOptions: {
show: {
resource: [
'programAffiliate',
],
operation: [
'getAll',
],
resource: ['programAffiliate'],
operation: ['getAll'],
},
},
default: false,
@@ -301,15 +258,9 @@ export const programAffiliateFields: INodeProperties[] = [
type: 'number',
displayOptions: {
show: {
resource: [
'programAffiliate',
],
operation: [
'getAll',
],
returnAll: [
false,
],
resource: ['programAffiliate'],
operation: ['getAll'],
returnAll: [false],
},
},
typeOptions: {
@@ -327,12 +278,8 @@ export const programAffiliateFields: INodeProperties[] = [
default: {},
displayOptions: {
show: {
resource: [
'programAffiliate',
],
operation: [
'getAll',
],
resource: ['programAffiliate'],
operation: ['getAll'],
},
},
options: [