diff --git a/package.json b/package.json index c62972b..6836392 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peopledatalabs", - "version": "9.3.9", + "version": "9.3.10", "description": "JavaScript client with TypeScript support for the People Data Labs API", "type": "module", "main": "dist/index.cjs", diff --git a/src/types/common-types.ts b/src/types/common-types.ts index 8f5ba0f..8a0e76a 100644 --- a/src/types/common-types.ts +++ b/src/types/common-types.ts @@ -165,6 +165,7 @@ export interface PersonResponse { full_name?: string | null; github_url?: string | null; github_username?: string | null; + headline?: string | null; id?: string | null; industry?: string | null; inferred_salary?: string | null;