Minor improvements to Clearbit-Node

This commit is contained in:
Jan Oberhauser
2020-01-29 21:49:04 -08:00
parent 5784df637d
commit cb6a1924d2
5 changed files with 49 additions and 58 deletions

View File

@@ -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.',
},
],
},
/* -------------------------------------------------------------------------- */