mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user