Skip to content

Commit 7d825c9

Browse files
Add "About" section
1 parent 11c75b1 commit 7d825c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linkedapi-node",
3-
"version": "1.2.10",
3+
"version": "1.2.11",
44
"description": "Control your LinkedIn accounts and retrieve real-time data, all through this Node.js SDK.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/types/actions/person.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export interface TPerson {
4444
companyName: string;
4545
companyHashedUrl: string;
4646
followersCount: number | null;
47+
about: string | null;
4748
experiences?: ReadonlyArray<TPersonExperience>;
4849
education?: ReadonlyArray<TPersonEducation>;
4950
skills?: ReadonlyArray<TPersonSkill>;

0 commit comments

Comments
 (0)