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

@@ -8,9 +8,7 @@ export const personOperations: INodeProperties[] = [
noDataExpression: true,
displayOptions: {
show: {
resource: [
'person',
],
resource: ['person'],
},
},
options: [
@@ -26,7 +24,6 @@ export const personOperations: INodeProperties[] = [
];
export const personFields: INodeProperties[] = [
/* -------------------------------------------------------------------------- */
/* person:enrich */
/* -------------------------------------------------------------------------- */
@@ -39,12 +36,8 @@ export const personFields: INodeProperties[] = [
required: true,
displayOptions: {
show: {
resource: [
'person',
],
operation: [
'enrich',
],
resource: ['person'],
operation: ['enrich'],
},
},
description: 'The email address to look up',
@@ -57,12 +50,8 @@ export const personFields: INodeProperties[] = [
default: {},
displayOptions: {
show: {
resource: [
'person',
],
operation: [
'enrich',
],
resource: ['person'],
operation: ['enrich'],
},
},
options: [
@@ -92,7 +81,8 @@ export const personFields: INodeProperties[] = [
name: 'familyName',
type: 'string',
default: '',
description: 'Last name of person. If you have this, passing this is strongly recommended to improve match rates.',
description:
'Last name of person. If you have this, passing this is strongly recommended to improve match rates.',
},
{
displayName: 'Given Name',
@@ -106,7 +96,8 @@ export const personFields: INodeProperties[] = [
name: 'ipAddress',
type: 'string',
default: '',
description: 'IP address of the person. If you have this, passing this is strongly recommended to improve match rates.',
description:
'IP address of the person. If you have this, passing this is strongly recommended to improve match rates.',
},
{
displayName: 'Location',