We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c75b1 commit 7d825c9Copy full SHA for 7d825c9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "linkedapi-node",
3
- "version": "1.2.10",
+ "version": "1.2.11",
4
"description": "Control your LinkedIn accounts and retrieve real-time data, all through this Node.js SDK.",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/types/actions/person.ts
@@ -44,6 +44,7 @@ export interface TPerson {
44
companyName: string;
45
companyHashedUrl: string;
46
followersCount: number | null;
47
+ about: string | null;
48
experiences?: ReadonlyArray<TPersonExperience>;
49
education?: ReadonlyArray<TPersonEducation>;
50
skills?: ReadonlyArray<TPersonSkill>;
0 commit comments