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

@@ -8,9 +8,7 @@ export const mailboxOperations: INodeProperties[] = [
noDataExpression: true,
displayOptions: {
show: {
resource: [
'mailbox',
],
resource: ['mailbox'],
},
},
options: [
@@ -32,10 +30,9 @@ export const mailboxOperations: INodeProperties[] = [
];
export const mailboxFields: INodeProperties[] = [
/* -------------------------------------------------------------------------- */
/* mailbox:get */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* mailbox:get */
/* -------------------------------------------------------------------------- */
{
displayName: 'Mailbox ID',
name: 'mailboxId',
@@ -44,30 +41,22 @@ export const mailboxFields: INodeProperties[] = [
required: true,
displayOptions: {
show: {
resource: [
'mailbox',
],
operation: [
'get',
],
resource: ['mailbox'],
operation: ['get'],
},
},
},
/* -------------------------------------------------------------------------- */
/* mailbox:getAll */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* mailbox:getAll */
/* -------------------------------------------------------------------------- */
{
displayName: 'Return All',
name: 'returnAll',
type: 'boolean',
displayOptions: {
show: {
operation: [
'getAll',
],
resource: [
'mailbox',
],
operation: ['getAll'],
resource: ['mailbox'],
},
},
default: false,
@@ -79,15 +68,9 @@ export const mailboxFields: INodeProperties[] = [
type: 'number',
displayOptions: {
show: {
operation: [
'getAll',
],
resource: [
'mailbox',
],
returnAll: [
false,
],
operation: ['getAll'],
resource: ['mailbox'],
returnAll: [false],
},
},
typeOptions: {