peopledatalabs
Advanced tools
Comparing version 3.1.2 to 3.1.4
{ | ||
"name": "peopledatalabs", | ||
"version": "3.1.2", | ||
"version": "3.1.4", | ||
"description": "JavaScript client with TypeScript support for the People Data Labs API", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -14,3 +14,3 @@ export interface LocationResponse { | ||
interface PersonEmailResponse { | ||
export interface PersonEmailResponse { | ||
address?: string, | ||
@@ -23,3 +23,3 @@ type?: string, | ||
interface PersonExperienceResponse { | ||
export interface PersonExperienceResponse { | ||
company?: { | ||
@@ -58,3 +58,3 @@ name?: string, | ||
interface PersonEducationResponse { | ||
export interface PersonEducationResponse { | ||
school?: { | ||
@@ -83,3 +83,3 @@ name?: string, | ||
interface PersonProfileResponse { | ||
export interface PersonProfileResponse { | ||
network?: string, | ||
@@ -94,3 +94,3 @@ id?: string, | ||
interface PersonPhoneResponse { | ||
export interface PersonPhoneResponse { | ||
number?: string, | ||
@@ -102,3 +102,3 @@ first_seen?: string, | ||
interface PersonStreetAddressResponse { | ||
export interface PersonStreetAddressResponse { | ||
street_address?: string, | ||
@@ -119,3 +119,3 @@ address_line_2?: string, | ||
interface PersonCertificateResponse { | ||
export interface PersonCertificateResponse { | ||
start_date?: string, | ||
@@ -127,3 +127,3 @@ end_date?: string, | ||
interface PersonBirthdateResponse { | ||
export interface PersonBirthdateResponse { | ||
month?: string, | ||
@@ -134,3 +134,3 @@ day?: string, | ||
interface PersonLanguageResponse { | ||
export interface PersonLanguageResponse { | ||
name?: string, | ||
@@ -140,3 +140,3 @@ proficiency?: number | ||
interface PersonJobHistoryResponse { | ||
export interface PersonJobHistoryResponse { | ||
company_id?: string, | ||
@@ -143,0 +143,0 @@ company_name?: string, |
@@ -22,4 +22,4 @@ { | ||
}, | ||
"include": ["src/**/*", "tests", "example"], | ||
"exclude": ["dist", "node_modules"] | ||
"include": ["src/**/*"], | ||
"exclude": ["dist", "node_modules", "tests", "example"] | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
65679
1