n8n-3867-progressively-apply-prettier-to-all (#3873)
* 🔨 formatting nodes with prettier
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import {
|
||||
CustomerProperties,
|
||||
} from '../../Interfaces';
|
||||
import { CustomerProperties } from '../../Interfaces';
|
||||
|
||||
import {
|
||||
addressFixedCollection
|
||||
} from '../../../methods/sharedFields';
|
||||
import { addressFixedCollection } from '../../../methods/sharedFields';
|
||||
|
||||
export const customerCreateDescription: CustomerProperties = [
|
||||
{
|
||||
@@ -14,12 +10,8 @@ export const customerCreateDescription: CustomerProperties = [
|
||||
placeholder: 'name@email.com',
|
||||
displayOptions: {
|
||||
show: {
|
||||
resource: [
|
||||
'customer',
|
||||
],
|
||||
operation: [
|
||||
'create',
|
||||
],
|
||||
resource: ['customer'],
|
||||
operation: ['create'],
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
@@ -31,12 +23,8 @@ export const customerCreateDescription: CustomerProperties = [
|
||||
placeholder: 'Add Field',
|
||||
displayOptions: {
|
||||
show: {
|
||||
resource: [
|
||||
'customer',
|
||||
],
|
||||
operation: [
|
||||
'create',
|
||||
],
|
||||
resource: ['customer'],
|
||||
operation: ['create'],
|
||||
},
|
||||
},
|
||||
default: {},
|
||||
@@ -95,9 +83,7 @@ export const customerCreateDescription: CustomerProperties = [
|
||||
default: '',
|
||||
displayOptions: {
|
||||
show: {
|
||||
noEmail: [
|
||||
false,
|
||||
],
|
||||
noEmail: [false],
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -112,7 +98,8 @@ export const customerCreateDescription: CustomerProperties = [
|
||||
name: 'referredBy',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'Source from which customer is referred to the platform like Linkedin, Google, Customer name etc',
|
||||
description:
|
||||
'Source from which customer is referred to the platform like Linkedin, Google, Customer name etc',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user