From 69b62c7dd21221165645d35df8c323c8a565ea1d Mon Sep 17 00:00:00 2001 From: Varun Villait Date: Thu, 28 Nov 2024 23:02:42 -0700 Subject: [PATCH] add headline to person schema --- package.json | 2 +- src/types/common-types.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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;