peopledatalabs
Advanced tools
Comparing version
@@ -16,3 +16,3 @@ import { RequireAtLeastOne } from './utility-types'; | ||
id?: string; | ||
founded?: string; | ||
founded?: number; | ||
industry?: string; | ||
@@ -19,0 +19,0 @@ type?: string; |
@@ -25,3 +25,3 @@ export interface LocationResponse { | ||
id?: string; | ||
founded?: string; | ||
founded?: number; | ||
industry?: string; | ||
@@ -49,3 +49,3 @@ location?: LocationResponse; | ||
}; | ||
is_primary?: string; | ||
is_primary?: boolean; | ||
summary?: string; | ||
@@ -163,3 +163,3 @@ first_seen?: string; | ||
job_company_size?: string; | ||
job_company_founded?: string; | ||
job_company_founded?: number; | ||
job_company_industry?: string; | ||
@@ -166,0 +166,0 @@ job_company_linkedin_url?: string; |
{ | ||
"name": "peopledatalabs", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"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
224755
0