Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add headline to person schema
Browse files Browse the repository at this point in the history
vvillait88 committed Nov 29, 2024
1 parent 25a5602 commit 69b62c7
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
1 change: 1 addition & 0 deletions src/types/common-types.ts
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 69b62c7

Please sign in to comment.