peopledatalabs
Advanced tools
Comparing version 8.0.1 to 8.1.0
@@ -279,2 +279,3 @@ export interface LocationResponse { | ||
likelihood?: number; | ||
matched?: Array<string>; | ||
average_employee_tenure?: number; | ||
@@ -281,0 +282,0 @@ average_tenure_by_level?: { |
@@ -39,2 +39,3 @@ import { BaseResponse } from './api-types.js'; | ||
data: PersonResponse; | ||
matched?: Array<string>; | ||
} | ||
@@ -51,2 +52,3 @@ export type PersonEnrichmentPreviewParams = PersonEnrichmentParams; | ||
data: PersonPreviewResponse; | ||
matched?: Array<string>; | ||
} | ||
@@ -53,0 +55,0 @@ export interface CompanyEnrichmentRequiredParams { |
{ | ||
"name": "peopledatalabs", | ||
"version": "8.0.1", | ||
"version": "8.1.0", | ||
"description": "JavaScript client with TypeScript support for the People Data Labs API", | ||
@@ -46,5 +46,5 @@ "type": "module", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^7.6.0", | ||
"@typescript-eslint/parser": "^7.6.0", | ||
"chai": "^5.1.0", | ||
"@typescript-eslint/eslint-plugin": "^7.8.0", | ||
"@typescript-eslint/parser": "^7.8.0", | ||
"chai": "^5.1.1", | ||
"dotenv": "^16.4.5", | ||
@@ -58,9 +58,9 @@ "eslint": "^8.57.0", | ||
"eslint-plugin-react": "^7.34.1", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-simple-import-sort": "^12.0.0", | ||
"eslint-plugin-unused-imports": "^3.1.0", | ||
"eslint-plugin-react-hooks": "^4.6.2", | ||
"eslint-plugin-simple-import-sort": "^12.1.0", | ||
"eslint-plugin-unused-imports": "^3.2.0", | ||
"esm": "^3.2.25", | ||
"microbundle": "^0.15.1", | ||
"mocha": "^10.4.0", | ||
"typescript": "^5.4.4" | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -67,0 +67,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
309353
1155