⚡ Minor improvements to Clearbit-Node
This commit is contained in:
@@ -21,7 +21,7 @@ export const companyOperations = [
|
||||
{
|
||||
name: 'Autocomplete',
|
||||
value: 'autocomplete',
|
||||
description: 'lets you auto-complete company names and retreive logo and domain',
|
||||
description: 'Lets you auto-complete company names and retreive logo and domain',
|
||||
},
|
||||
],
|
||||
default: 'enrich',
|
||||
@@ -69,13 +69,6 @@ export const companyFields = [
|
||||
},
|
||||
},
|
||||
options: [
|
||||
{
|
||||
displayName: 'Webhook URL',
|
||||
name: 'webhookUrl',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'A webhook URL that results will be sent to.',
|
||||
},
|
||||
{
|
||||
displayName: 'Company Name',
|
||||
name: 'companyName',
|
||||
@@ -83,6 +76,13 @@ export const companyFields = [
|
||||
default: '',
|
||||
description: 'The name of the company.',
|
||||
},
|
||||
{
|
||||
displayName: 'Facebook',
|
||||
name: 'facebook',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The Facebook URL for the company.',
|
||||
},
|
||||
{
|
||||
displayName: 'Linkedin',
|
||||
name: 'linkedin',
|
||||
@@ -97,13 +97,6 @@ export const companyFields = [
|
||||
default: '',
|
||||
description: 'The Twitter handle for the company.',
|
||||
},
|
||||
{
|
||||
displayName: 'Facebook',
|
||||
name: 'facebook',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'The Facebook URL for the company.',
|
||||
},
|
||||
],
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user