peopledatalabs
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -27,12 +27,4 @@ /* eslint no-console: "off" */ | ||
requests: [ | ||
{ | ||
params: { | ||
profile: ['linkedin.com/in/seanthorne'], | ||
}, | ||
}, | ||
{ | ||
params: { | ||
profile: ['linkedin.com/in/randrewn'], | ||
}, | ||
}, | ||
{ params: { profile: ['linkedin.com/in/seanthorne'] } }, | ||
{ params: { profile: ['linkedin.com/in/randrewn'] } }, | ||
], | ||
@@ -47,3 +39,6 @@ }; | ||
PDLJSClient.person.search.sql({ searchQuery: "SELECT * FROM person WHERE location_country='mexico' AND job_title_role='health'AND phone_numbers IS NOT NULL;", size: 10 }).then((data) => { | ||
PDLJSClient.person.search.sql({ | ||
searchQuery: "SELECT * FROM person WHERE location_country='mexico' AND job_title_role='health'AND phone_numbers IS NOT NULL;", | ||
size: 10, | ||
}).then((data) => { | ||
console.log(data); | ||
@@ -72,5 +67,3 @@ }).catch((error) => { | ||
bool: { | ||
must: [ | ||
{ term: { website: 'peopledatalabs.com' } }, | ||
], | ||
must: [{ term: { website: 'peopledatalabs.com' } }], | ||
}, | ||
@@ -88,3 +81,7 @@ }, | ||
PDLJSClient.autocomplete({ field: 'skill', text: 'c++', size: 10 }).then((data) => { | ||
PDLJSClient.autocomplete({ | ||
field: 'skill', | ||
text: 'c++', | ||
size: 10, | ||
}).then((data) => { | ||
console.log(data); | ||
@@ -91,0 +88,0 @@ }).catch((error) => { |
{ | ||
"name": "peopledatalabs", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "JavaScript client with TypeScript support for the People Data Labs API", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65935
38
1464