refactor: Format nodes-base package (A-F) (#3800)

* 🔨 prettier formated nodes - A

* 🔨 prettier formated nodes - B

*  prettier formated nodes - C

*  prettier formated nodes - D

*  prettier formated nodes - E-F

* 🎨 Adjust nodes-base formatting command (#3805)

* Format additional files in nodes A-F (#3811)

*  fixes

* 🎨 Add Mindee to ignored dirs

Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
This commit is contained in:
Michael Kret
2022-08-01 23:47:55 +03:00
committed by GitHub
parent 2c17e6f3ca
commit 0ecbb4a19d
411 changed files with 12906 additions and 20148 deletions

View File

@@ -1,6 +1,4 @@
import {
INodeProperties,
} from 'n8n-workflow';
import { INodeProperties } from 'n8n-workflow';
export const meetingTranscriptOperations: INodeProperties[] = [
{
@@ -10,9 +8,7 @@ export const meetingTranscriptOperations: INodeProperties[] = [
noDataExpression: true,
displayOptions: {
show: {
resource: [
'meetingTranscript',
],
resource: ['meetingTranscript'],
},
},
options: [
@@ -43,12 +39,8 @@ export const meetingTranscriptFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'meetingTranscript',
],
operation: [
'download',
],
resource: ['meetingTranscript'],
operation: ['download'],
},
},
description: 'Unique identifier for the meeting transcript',
@@ -61,12 +53,8 @@ export const meetingTranscriptFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'meetingTranscript',
],
operation: [
'download',
],
resource: ['meetingTranscript'],
operation: ['download'],
},
},
description: 'Unique identifier for the meeting instance which the transcripts belong to',
@@ -77,12 +65,8 @@ export const meetingTranscriptFields: INodeProperties[] = [
type: 'collection',
displayOptions: {
show: {
resource: [
'meetingTranscript',
],
operation: [
'download',
],
resource: ['meetingTranscript'],
operation: ['download'],
},
},
default: {},
@@ -121,12 +105,8 @@ export const meetingTranscriptFields: INodeProperties[] = [
default: '',
displayOptions: {
show: {
resource: [
'meetingTranscript',
],
operation: [
'getAll',
],
resource: ['meetingTranscript'],
operation: ['getAll'],
},
},
description: 'Unique identifier for the meeting instance which the transcripts belong to',
@@ -139,12 +119,8 @@ export const meetingTranscriptFields: INodeProperties[] = [
description: 'Whether to return all results or only up to a given limit',
displayOptions: {
show: {
resource: [
'meetingTranscript',
],
operation: [
'getAll',
],
resource: ['meetingTranscript'],
operation: ['getAll'],
},
},
},
@@ -159,15 +135,9 @@ export const meetingTranscriptFields: INodeProperties[] = [
},
displayOptions: {
show: {
resource: [
'meetingTranscript',
],
operation: [
'getAll',
],
returnAll: [
false,
],
resource: ['meetingTranscript'],
operation: ['getAll'],
returnAll: [false],
},
},
},
@@ -179,12 +149,8 @@ export const meetingTranscriptFields: INodeProperties[] = [
default: {},
displayOptions: {
show: {
resource: [
'meetingTranscript',
],
operation: [
'getAll',
],
resource: ['meetingTranscript'],
operation: ['getAll'],
},
},
options: [