@lhremote/core 0.6.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +39 -0
- package/dist/cdp/client.d.ts +5 -1
- package/dist/cdp/client.d.ts.map +1 -1
- package/dist/cdp/client.js +11 -3
- package/dist/cdp/client.js.map +1 -1
- package/dist/data/index.d.ts +1 -0
- package/dist/data/index.d.ts.map +1 -1
- package/dist/data/index.js +1 -0
- package/dist/data/index.js.map +1 -1
- package/dist/data/linkedin-reference.d.ts +44 -0
- package/dist/data/linkedin-reference.d.ts.map +1 -0
- package/dist/data/linkedin-reference.js +316 -0
- package/dist/data/linkedin-reference.js.map +1 -0
- package/dist/data/linkedin-reference.test.d.ts +2 -0
- package/dist/data/linkedin-reference.test.d.ts.map +1 -0
- package/dist/data/linkedin-reference.test.js +124 -0
- package/dist/data/linkedin-reference.test.js.map +1 -0
- package/dist/db/index.d.ts +1 -1
- package/dist/db/index.d.ts.map +1 -1
- package/dist/db/index.js +1 -1
- package/dist/db/index.js.map +1 -1
- package/dist/db/repositories/action-budget.d.ts +29 -0
- package/dist/db/repositories/action-budget.d.ts.map +1 -0
- package/dist/db/repositories/action-budget.js +100 -0
- package/dist/db/repositories/action-budget.js.map +1 -0
- package/dist/db/repositories/action-budget.test.d.ts +2 -0
- package/dist/db/repositories/action-budget.test.d.ts.map +1 -0
- package/dist/db/repositories/action-budget.test.js +181 -0
- package/dist/db/repositories/action-budget.test.js.map +1 -0
- package/dist/db/repositories/campaign-hard-delete.integration.test.d.ts +2 -0
- package/dist/db/repositories/campaign-hard-delete.integration.test.d.ts.map +1 -0
- package/dist/db/repositories/campaign-hard-delete.integration.test.js +78 -0
- package/dist/db/repositories/campaign-hard-delete.integration.test.js.map +1 -0
- package/dist/db/repositories/campaign.d.ts +14 -0
- package/dist/db/repositories/campaign.d.ts.map +1 -1
- package/dist/db/repositories/campaign.js +125 -0
- package/dist/db/repositories/campaign.js.map +1 -1
- package/dist/db/repositories/index.d.ts +1 -0
- package/dist/db/repositories/index.d.ts.map +1 -1
- package/dist/db/repositories/index.js +1 -0
- package/dist/db/repositories/index.js.map +1 -1
- package/dist/index.d.ts +6 -5
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +28 -6
- package/dist/index.js.map +1 -1
- package/dist/linkedin/__tests__/dom-automation.integration.test.d.ts +2 -0
- package/dist/linkedin/__tests__/dom-automation.integration.test.d.ts.map +1 -0
- package/dist/linkedin/__tests__/dom-automation.integration.test.js +160 -0
- package/dist/linkedin/__tests__/dom-automation.integration.test.js.map +1 -0
- package/dist/linkedin/__tests__/selectors.integration.test.d.ts +2 -0
- package/dist/linkedin/__tests__/selectors.integration.test.d.ts.map +1 -0
- package/dist/linkedin/__tests__/selectors.integration.test.js +258 -0
- package/dist/linkedin/__tests__/selectors.integration.test.js.map +1 -0
- package/dist/linkedin/dom-automation.d.ts +67 -0
- package/dist/linkedin/dom-automation.d.ts.map +1 -0
- package/dist/linkedin/dom-automation.js +139 -0
- package/dist/linkedin/dom-automation.js.map +1 -0
- package/dist/linkedin/index.d.ts +3 -0
- package/dist/linkedin/index.d.ts.map +1 -0
- package/dist/linkedin/index.js +5 -0
- package/dist/linkedin/index.js.map +1 -0
- package/dist/linkedin/selectors.d.ts +67 -0
- package/dist/linkedin/selectors.d.ts.map +1 -0
- package/dist/linkedin/selectors.js +74 -0
- package/dist/linkedin/selectors.js.map +1 -0
- package/dist/operations/build-linkedin-url.d.ts +39 -0
- package/dist/operations/build-linkedin-url.d.ts.map +1 -0
- package/dist/operations/build-linkedin-url.js +72 -0
- package/dist/operations/build-linkedin-url.js.map +1 -0
- package/dist/operations/campaign-delete.d.ts +6 -2
- package/dist/operations/campaign-delete.d.ts.map +1 -1
- package/dist/operations/campaign-delete.js +9 -2
- package/dist/operations/campaign-delete.js.map +1 -1
- package/dist/operations/campaign-delete.test.js +41 -1
- package/dist/operations/campaign-delete.test.js.map +1 -1
- package/dist/operations/campaign-erase.d.ts +19 -0
- package/dist/operations/campaign-erase.d.ts.map +1 -0
- package/dist/operations/campaign-erase.js +22 -0
- package/dist/operations/campaign-erase.js.map +1 -0
- package/dist/operations/campaign-erase.test.d.ts +2 -0
- package/dist/operations/campaign-erase.test.d.ts.map +1 -0
- package/dist/operations/campaign-erase.test.js +101 -0
- package/dist/operations/campaign-erase.test.js.map +1 -0
- package/dist/operations/comment-on-post.d.ts +34 -0
- package/dist/operations/comment-on-post.d.ts.map +1 -0
- package/dist/operations/comment-on-post.js +108 -0
- package/dist/operations/comment-on-post.js.map +1 -0
- package/dist/operations/comment-on-post.test.d.ts +2 -0
- package/dist/operations/comment-on-post.test.d.ts.map +1 -0
- package/dist/operations/comment-on-post.test.js +240 -0
- package/dist/operations/comment-on-post.test.js.map +1 -0
- package/dist/operations/dismiss-errors.d.ts +22 -0
- package/dist/operations/dismiss-errors.d.ts.map +1 -0
- package/dist/operations/dismiss-errors.js +55 -0
- package/dist/operations/dismiss-errors.js.map +1 -0
- package/dist/operations/dismiss-errors.test.d.ts +2 -0
- package/dist/operations/dismiss-errors.test.d.ts.map +1 -0
- package/dist/operations/dismiss-errors.test.js +136 -0
- package/dist/operations/dismiss-errors.test.js.map +1 -0
- package/dist/operations/endorse-skills.d.ts +10 -0
- package/dist/operations/endorse-skills.d.ts.map +1 -0
- package/dist/operations/endorse-skills.js +12 -0
- package/dist/operations/endorse-skills.js.map +1 -0
- package/dist/operations/enrich-profile.d.ts +18 -0
- package/dist/operations/enrich-profile.d.ts.map +1 -0
- package/dist/operations/enrich-profile.js +15 -0
- package/dist/operations/enrich-profile.js.map +1 -0
- package/dist/operations/ephemeral-action.d.ts +22 -0
- package/dist/operations/ephemeral-action.d.ts.map +1 -0
- package/dist/operations/ephemeral-action.js +31 -0
- package/dist/operations/ephemeral-action.js.map +1 -0
- package/dist/operations/follow-person.d.ts +9 -0
- package/dist/operations/follow-person.d.ts.map +1 -0
- package/dist/operations/follow-person.js +11 -0
- package/dist/operations/follow-person.js.map +1 -0
- package/dist/operations/get-action-budget.d.ts +6 -0
- package/dist/operations/get-action-budget.d.ts.map +1 -0
- package/dist/operations/get-action-budget.js +22 -0
- package/dist/operations/get-action-budget.js.map +1 -0
- package/dist/operations/get-action-budget.test.d.ts +2 -0
- package/dist/operations/get-action-budget.test.d.ts.map +1 -0
- package/dist/operations/get-action-budget.test.js +79 -0
- package/dist/operations/get-action-budget.test.js.map +1 -0
- package/dist/operations/get-errors.d.ts +9 -3
- package/dist/operations/get-errors.d.ts.map +1 -1
- package/dist/operations/get-errors.js +41 -4
- package/dist/operations/get-errors.js.map +1 -1
- package/dist/operations/get-errors.test.js +108 -42
- package/dist/operations/get-errors.test.js.map +1 -1
- package/dist/operations/get-feed.d.ts +33 -0
- package/dist/operations/get-feed.d.ts.map +1 -0
- package/dist/operations/get-feed.js +220 -0
- package/dist/operations/get-feed.js.map +1 -0
- package/dist/operations/get-feed.test.d.ts +2 -0
- package/dist/operations/get-feed.test.d.ts.map +1 -0
- package/dist/operations/get-feed.test.js +276 -0
- package/dist/operations/get-feed.test.js.map +1 -0
- package/dist/operations/get-post-engagers.d.ts +40 -0
- package/dist/operations/get-post-engagers.d.ts.map +1 -0
- package/dist/operations/get-post-engagers.js +128 -0
- package/dist/operations/get-post-engagers.js.map +1 -0
- package/dist/operations/get-post-engagers.test.d.ts +2 -0
- package/dist/operations/get-post-engagers.test.d.ts.map +1 -0
- package/dist/operations/get-post-engagers.test.js +19 -0
- package/dist/operations/get-post-engagers.test.js.map +1 -0
- package/dist/operations/get-post-stats.d.ts +38 -0
- package/dist/operations/get-post-stats.d.ts.map +1 -0
- package/dist/operations/get-post-stats.js +100 -0
- package/dist/operations/get-post-stats.js.map +1 -0
- package/dist/operations/get-post-stats.test.d.ts +2 -0
- package/dist/operations/get-post-stats.test.d.ts.map +1 -0
- package/dist/operations/get-post-stats.test.js +34 -0
- package/dist/operations/get-post-stats.test.js.map +1 -0
- package/dist/operations/get-post.d.ts +183 -0
- package/dist/operations/get-post.d.ts.map +1 -0
- package/dist/operations/get-post.js +270 -0
- package/dist/operations/get-post.js.map +1 -0
- package/dist/operations/get-post.test.d.ts +2 -0
- package/dist/operations/get-post.test.d.ts.map +1 -0
- package/dist/operations/get-post.test.js +449 -0
- package/dist/operations/get-post.test.js.map +1 -0
- package/dist/operations/get-profile-activity.d.ts +129 -0
- package/dist/operations/get-profile-activity.d.ts.map +1 -0
- package/dist/operations/get-profile-activity.js +181 -0
- package/dist/operations/get-profile-activity.js.map +1 -0
- package/dist/operations/get-profile-activity.test.d.ts +2 -0
- package/dist/operations/get-profile-activity.test.d.ts.map +1 -0
- package/dist/operations/get-profile-activity.test.js +205 -0
- package/dist/operations/get-profile-activity.test.js.map +1 -0
- package/dist/operations/get-throttle-status.d.ts +6 -0
- package/dist/operations/get-throttle-status.d.ts.map +1 -0
- package/dist/operations/get-throttle-status.js +30 -0
- package/dist/operations/get-throttle-status.js.map +1 -0
- package/dist/operations/get-throttle-status.test.d.ts +2 -0
- package/dist/operations/get-throttle-status.test.d.ts.map +1 -0
- package/dist/operations/get-throttle-status.test.js +62 -0
- package/dist/operations/get-throttle-status.test.js.map +1 -0
- package/dist/operations/index.d.ts +24 -0
- package/dist/operations/index.d.ts.map +1 -1
- package/dist/operations/index.js +35 -0
- package/dist/operations/index.js.map +1 -1
- package/dist/operations/like-person-posts.d.ts +14 -0
- package/dist/operations/like-person-posts.d.ts.map +1 -0
- package/dist/operations/like-person-posts.js +28 -0
- package/dist/operations/like-person-posts.js.map +1 -0
- package/dist/operations/message-person.d.ts +11 -0
- package/dist/operations/message-person.d.ts.map +1 -0
- package/dist/operations/message-person.js +19 -0
- package/dist/operations/message-person.js.map +1 -0
- package/dist/operations/react-to-post.d.ts +38 -0
- package/dist/operations/react-to-post.d.ts.map +1 -0
- package/dist/operations/react-to-post.js +82 -0
- package/dist/operations/react-to-post.js.map +1 -0
- package/dist/operations/react-to-post.test.d.ts +2 -0
- package/dist/operations/react-to-post.test.d.ts.map +1 -0
- package/dist/operations/react-to-post.test.js +154 -0
- package/dist/operations/react-to-post.test.js.map +1 -0
- package/dist/operations/remove-connection.d.ts +6 -0
- package/dist/operations/remove-connection.d.ts.map +1 -0
- package/dist/operations/remove-connection.js +7 -0
- package/dist/operations/remove-connection.js.map +1 -0
- package/dist/operations/resolve-linkedin-entity.d.ts +33 -0
- package/dist/operations/resolve-linkedin-entity.d.ts.map +1 -0
- package/dist/operations/resolve-linkedin-entity.js +198 -0
- package/dist/operations/resolve-linkedin-entity.js.map +1 -0
- package/dist/operations/search-posts.d.ts +143 -0
- package/dist/operations/search-posts.d.ts.map +1 -0
- package/dist/operations/search-posts.js +220 -0
- package/dist/operations/search-posts.js.map +1 -0
- package/dist/operations/search-posts.test.d.ts +2 -0
- package/dist/operations/search-posts.test.d.ts.map +1 -0
- package/dist/operations/search-posts.test.js +261 -0
- package/dist/operations/search-posts.test.js.map +1 -0
- package/dist/operations/send-inmail.d.ts +11 -0
- package/dist/operations/send-inmail.d.ts.map +1 -0
- package/dist/operations/send-inmail.js +19 -0
- package/dist/operations/send-inmail.js.map +1 -0
- package/dist/operations/send-invite.d.ts +9 -0
- package/dist/operations/send-invite.d.ts.map +1 -0
- package/dist/operations/send-invite.js +14 -0
- package/dist/operations/send-invite.js.map +1 -0
- package/dist/operations/visit-profile.d.ts +14 -0
- package/dist/operations/visit-profile.d.ts.map +1 -0
- package/dist/operations/visit-profile.js +49 -0
- package/dist/operations/visit-profile.js.map +1 -0
- package/dist/operations/visit-profile.test.d.ts +2 -0
- package/dist/operations/visit-profile.test.d.ts.map +1 -0
- package/dist/operations/visit-profile.test.js +193 -0
- package/dist/operations/visit-profile.test.js.map +1 -0
- package/dist/services/app.d.ts.map +1 -1
- package/dist/services/app.js +37 -12
- package/dist/services/app.js.map +1 -1
- package/dist/services/app.test.js +57 -0
- package/dist/services/app.test.js.map +1 -1
- package/dist/services/boolean-expression.d.ts +29 -0
- package/dist/services/boolean-expression.d.ts.map +1 -0
- package/dist/services/boolean-expression.js +79 -0
- package/dist/services/boolean-expression.js.map +1 -0
- package/dist/services/boolean-expression.test.d.ts +2 -0
- package/dist/services/boolean-expression.test.d.ts.map +1 -0
- package/dist/services/boolean-expression.test.js +64 -0
- package/dist/services/boolean-expression.test.js.map +1 -0
- package/dist/services/campaign.d.ts +10 -0
- package/dist/services/campaign.d.ts.map +1 -1
- package/dist/services/campaign.js +16 -0
- package/dist/services/campaign.js.map +1 -1
- package/dist/services/collection.d.ts +5 -2
- package/dist/services/collection.d.ts.map +1 -1
- package/dist/services/collection.js +33 -5
- package/dist/services/collection.js.map +1 -1
- package/dist/services/collection.test.js +64 -6
- package/dist/services/collection.test.js.map +1 -1
- package/dist/services/ephemeral-campaign.d.ts +64 -0
- package/dist/services/ephemeral-campaign.d.ts.map +1 -0
- package/dist/services/ephemeral-campaign.js +210 -0
- package/dist/services/ephemeral-campaign.js.map +1 -0
- package/dist/services/ephemeral-campaign.test.d.ts +2 -0
- package/dist/services/ephemeral-campaign.test.d.ts.map +1 -0
- package/dist/services/ephemeral-campaign.test.js +333 -0
- package/dist/services/ephemeral-campaign.test.js.map +1 -0
- package/dist/services/errors.d.ts +21 -0
- package/dist/services/errors.d.ts.map +1 -1
- package/dist/services/errors.js +35 -0
- package/dist/services/errors.js.map +1 -1
- package/dist/services/index.d.ts +7 -1
- package/dist/services/index.d.ts.map +1 -1
- package/dist/services/index.js +7 -1
- package/dist/services/index.js.map +1 -1
- package/dist/services/instance-context.d.ts.map +1 -1
- package/dist/services/instance-context.js +9 -1
- package/dist/services/instance-context.js.map +1 -1
- package/dist/services/instance-context.test.js +77 -1
- package/dist/services/instance-context.test.js.map +1 -1
- package/dist/services/instance.d.ts +43 -0
- package/dist/services/instance.d.ts.map +1 -1
- package/dist/services/instance.js +151 -0
- package/dist/services/instance.js.map +1 -1
- package/dist/services/instance.test.js +101 -0
- package/dist/services/instance.test.js.map +1 -1
- package/dist/services/launcher.d.ts +23 -0
- package/dist/services/launcher.d.ts.map +1 -1
- package/dist/services/launcher.js +81 -11
- package/dist/services/launcher.js.map +1 -1
- package/dist/services/launcher.test.js +109 -42
- package/dist/services/launcher.test.js.map +1 -1
- package/dist/services/sn-url-builder.d.ts +21 -0
- package/dist/services/sn-url-builder.d.ts.map +1 -0
- package/dist/services/sn-url-builder.js +132 -0
- package/dist/services/sn-url-builder.js.map +1 -0
- package/dist/services/sn-url-builder.test.d.ts +2 -0
- package/dist/services/sn-url-builder.test.d.ts.map +1 -0
- package/dist/services/sn-url-builder.test.js +130 -0
- package/dist/services/sn-url-builder.test.js.map +1 -0
- package/dist/services/url-builder.d.ts +12 -0
- package/dist/services/url-builder.d.ts.map +1 -0
- package/dist/services/url-builder.js +100 -0
- package/dist/services/url-builder.js.map +1 -0
- package/dist/services/url-builder.test.d.ts +2 -0
- package/dist/services/url-builder.test.d.ts.map +1 -0
- package/dist/services/url-builder.test.js +79 -0
- package/dist/services/url-builder.test.js.map +1 -0
- package/dist/services/url-templates.d.ts +41 -0
- package/dist/services/url-templates.d.ts.map +1 -0
- package/dist/services/url-templates.js +118 -0
- package/dist/services/url-templates.js.map +1 -0
- package/dist/services/url-templates.test.d.ts +2 -0
- package/dist/services/url-templates.test.d.ts.map +1 -0
- package/dist/services/url-templates.test.js +159 -0
- package/dist/services/url-templates.test.js.map +1 -0
- package/dist/types/action-budget.d.ts +52 -0
- package/dist/types/action-budget.d.ts.map +1 -0
- package/dist/types/action-budget.js +4 -0
- package/dist/types/action-budget.js.map +1 -0
- package/dist/types/campaign.d.ts +24 -0
- package/dist/types/campaign.d.ts.map +1 -1
- package/dist/types/feed.d.ts +32 -0
- package/dist/types/feed.d.ts.map +1 -0
- package/dist/types/feed.js +4 -0
- package/dist/types/feed.js.map +1 -0
- package/dist/types/index.d.ts +8 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/linkedin-url.d.ts +109 -0
- package/dist/types/linkedin-url.d.ts.map +1 -0
- package/dist/types/linkedin-url.js +4 -0
- package/dist/types/linkedin-url.js.map +1 -0
- package/dist/types/post-analytics.d.ts +40 -0
- package/dist/types/post-analytics.d.ts.map +1 -0
- package/dist/types/post-analytics.js +4 -0
- package/dist/types/post-analytics.js.map +1 -0
- package/dist/types/post.d.ts +43 -0
- package/dist/types/post.d.ts.map +1 -0
- package/dist/types/post.js +4 -0
- package/dist/types/post.js.map +1 -0
- package/dist/types/search-posts.d.ts +22 -0
- package/dist/types/search-posts.d.ts.map +1 -0
- package/dist/types/search-posts.js +4 -0
- package/dist/types/search-posts.js.map +1 -0
- package/dist/types/ui-health.d.ts +16 -0
- package/dist/types/ui-health.d.ts.map +1 -1
- package/dist/voyager/index.d.ts +2 -0
- package/dist/voyager/index.d.ts.map +1 -0
- package/dist/voyager/index.js +4 -0
- package/dist/voyager/index.js.map +1 -0
- package/dist/voyager/interceptor.d.ts +100 -0
- package/dist/voyager/interceptor.d.ts.map +1 -0
- package/dist/voyager/interceptor.integration.test.d.ts +2 -0
- package/dist/voyager/interceptor.integration.test.d.ts.map +1 -0
- package/dist/voyager/interceptor.integration.test.js +89 -0
- package/dist/voyager/interceptor.integration.test.js.map +1 -0
- package/dist/voyager/interceptor.js +235 -0
- package/dist/voyager/interceptor.js.map +1 -0
- package/dist/voyager/interceptor.test.d.ts +2 -0
- package/dist/voyager/interceptor.test.d.ts.map +1 -0
- package/dist/voyager/interceptor.test.js +372 -0
- package/dist/voyager/interceptor.test.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,449 @@
|
|
|
1
|
+
// SPDX-License-Identifier: AGPL-3.0-only
|
|
2
|
+
// Copyright (C) 2026 Oleksii PELYKH
|
|
3
|
+
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest";
|
|
4
|
+
vi.mock("../cdp/discovery.js", () => ({
|
|
5
|
+
discoverTargets: vi.fn(),
|
|
6
|
+
}));
|
|
7
|
+
vi.mock("../cdp/client.js", () => ({
|
|
8
|
+
CDPClient: vi.fn(),
|
|
9
|
+
}));
|
|
10
|
+
vi.mock("../voyager/interceptor.js", () => ({
|
|
11
|
+
VoyagerInterceptor: vi.fn(),
|
|
12
|
+
}));
|
|
13
|
+
import { discoverTargets } from "../cdp/discovery.js";
|
|
14
|
+
import { CDPClient } from "../cdp/client.js";
|
|
15
|
+
import { VoyagerInterceptor } from "../voyager/interceptor.js";
|
|
16
|
+
import { getPost, parseCommentsResponse, parseFeedUpdateResponse, resolveTextValue, } from "./get-post.js";
|
|
17
|
+
describe("resolveTextValue", () => {
|
|
18
|
+
it("returns empty string for undefined", () => {
|
|
19
|
+
expect(resolveTextValue(undefined)).toBe("");
|
|
20
|
+
});
|
|
21
|
+
it("returns empty string for null", () => {
|
|
22
|
+
expect(resolveTextValue(null)).toBe("");
|
|
23
|
+
});
|
|
24
|
+
it("returns string value as-is", () => {
|
|
25
|
+
expect(resolveTextValue("hello")).toBe("hello");
|
|
26
|
+
});
|
|
27
|
+
it("extracts text from object with text field", () => {
|
|
28
|
+
expect(resolveTextValue({ text: "hello" })).toBe("hello");
|
|
29
|
+
});
|
|
30
|
+
it("returns empty string for object without text field", () => {
|
|
31
|
+
expect(resolveTextValue({})).toBe("");
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
describe("parseFeedUpdateResponse", () => {
|
|
35
|
+
const postUrn = "urn:li:activity:1234567890";
|
|
36
|
+
it("parses flat response with inline actor", () => {
|
|
37
|
+
const raw = {
|
|
38
|
+
actor: {
|
|
39
|
+
name: { text: "John Doe" },
|
|
40
|
+
description: { text: "Software Engineer" },
|
|
41
|
+
navigationUrl: "https://www.linkedin.com/in/johndoe",
|
|
42
|
+
},
|
|
43
|
+
commentary: { text: { text: "Hello world!" } },
|
|
44
|
+
publishedAt: 1700000000000,
|
|
45
|
+
socialDetail: {
|
|
46
|
+
totalSocialActivityCounts: {
|
|
47
|
+
numLikes: 42,
|
|
48
|
+
numComments: 5,
|
|
49
|
+
numShares: 3,
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
};
|
|
53
|
+
const result = parseFeedUpdateResponse(raw, postUrn, []);
|
|
54
|
+
expect(result).toEqual({
|
|
55
|
+
postUrn,
|
|
56
|
+
authorName: "John Doe",
|
|
57
|
+
authorHeadline: "Software Engineer",
|
|
58
|
+
authorPublicId: "johndoe",
|
|
59
|
+
text: "Hello world!",
|
|
60
|
+
publishedAt: 1700000000000,
|
|
61
|
+
reactionCount: 42,
|
|
62
|
+
commentCount: 5,
|
|
63
|
+
shareCount: 3,
|
|
64
|
+
});
|
|
65
|
+
});
|
|
66
|
+
it("parses nested data response", () => {
|
|
67
|
+
const raw = {
|
|
68
|
+
data: {
|
|
69
|
+
actor: {
|
|
70
|
+
name: { text: "Jane Smith" },
|
|
71
|
+
description: { text: "Product Manager" },
|
|
72
|
+
publicIdentifier: "janesmith",
|
|
73
|
+
},
|
|
74
|
+
commentary: { text: { text: "Great post!" } },
|
|
75
|
+
publishedAt: 1700001000000,
|
|
76
|
+
socialDetail: {
|
|
77
|
+
totalSocialActivityCounts: {
|
|
78
|
+
numLikes: 10,
|
|
79
|
+
numComments: 2,
|
|
80
|
+
numShares: 1,
|
|
81
|
+
},
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
};
|
|
85
|
+
const result = parseFeedUpdateResponse(raw, postUrn, []);
|
|
86
|
+
expect(result.authorName).toBe("Jane Smith");
|
|
87
|
+
expect(result.authorPublicId).toBe("janesmith");
|
|
88
|
+
expect(result.text).toBe("Great post!");
|
|
89
|
+
expect(result.publishedAt).toBe(1700001000000);
|
|
90
|
+
});
|
|
91
|
+
it("parses data.elements array response", () => {
|
|
92
|
+
const raw = {
|
|
93
|
+
data: {
|
|
94
|
+
elements: [
|
|
95
|
+
{
|
|
96
|
+
actor: {
|
|
97
|
+
name: { text: "Bob Johnson" },
|
|
98
|
+
description: { text: "Developer" },
|
|
99
|
+
},
|
|
100
|
+
commentary: { text: { text: "First element" } },
|
|
101
|
+
publishedAt: 1700002000000,
|
|
102
|
+
socialDetail: {
|
|
103
|
+
totalSocialActivityCounts: {
|
|
104
|
+
numLikes: 5,
|
|
105
|
+
numComments: 1,
|
|
106
|
+
numShares: 0,
|
|
107
|
+
},
|
|
108
|
+
},
|
|
109
|
+
},
|
|
110
|
+
],
|
|
111
|
+
},
|
|
112
|
+
};
|
|
113
|
+
const result = parseFeedUpdateResponse(raw, postUrn, []);
|
|
114
|
+
expect(result.authorName).toBe("Bob Johnson");
|
|
115
|
+
expect(result.text).toBe("First element");
|
|
116
|
+
});
|
|
117
|
+
it("resolves actor from URN reference via included", () => {
|
|
118
|
+
const actorUrn = "urn:li:member:999";
|
|
119
|
+
const raw = {
|
|
120
|
+
data: {
|
|
121
|
+
actor: actorUrn,
|
|
122
|
+
commentary: { text: { text: "Referenced actor" } },
|
|
123
|
+
},
|
|
124
|
+
};
|
|
125
|
+
const included = [
|
|
126
|
+
{
|
|
127
|
+
entityUrn: actorUrn,
|
|
128
|
+
firstName: "Alice",
|
|
129
|
+
lastName: "Williams",
|
|
130
|
+
publicIdentifier: "alicew",
|
|
131
|
+
headline: { text: "Engineer" },
|
|
132
|
+
},
|
|
133
|
+
];
|
|
134
|
+
const result = parseFeedUpdateResponse(raw, postUrn, included);
|
|
135
|
+
expect(result.authorName).toBe("Alice Williams");
|
|
136
|
+
expect(result.authorPublicId).toBe("alicew");
|
|
137
|
+
expect(result.authorHeadline).toBe("Engineer");
|
|
138
|
+
});
|
|
139
|
+
it("resolves actor from *actor URN reference", () => {
|
|
140
|
+
const actorUrn = "urn:li:member:888";
|
|
141
|
+
const raw = {
|
|
142
|
+
data: {
|
|
143
|
+
"*actor": actorUrn,
|
|
144
|
+
commentary: { text: { text: "Star actor ref" } },
|
|
145
|
+
},
|
|
146
|
+
};
|
|
147
|
+
const included = [
|
|
148
|
+
{
|
|
149
|
+
entityUrn: actorUrn,
|
|
150
|
+
name: { text: "Star Actor" },
|
|
151
|
+
description: { text: "CTO" },
|
|
152
|
+
navigationUrl: "https://www.linkedin.com/in/staractor",
|
|
153
|
+
},
|
|
154
|
+
];
|
|
155
|
+
const result = parseFeedUpdateResponse(raw, postUrn, included);
|
|
156
|
+
expect(result.authorName).toBe("Star Actor");
|
|
157
|
+
expect(result.authorPublicId).toBe("staractor");
|
|
158
|
+
});
|
|
159
|
+
it("handles missing optional fields gracefully", () => {
|
|
160
|
+
const raw = {};
|
|
161
|
+
const result = parseFeedUpdateResponse(raw, postUrn, []);
|
|
162
|
+
expect(result.postUrn).toBe(postUrn);
|
|
163
|
+
expect(result.authorName).toBe("");
|
|
164
|
+
expect(result.authorHeadline).toBeNull();
|
|
165
|
+
expect(result.authorPublicId).toBeNull();
|
|
166
|
+
expect(result.text).toBe("");
|
|
167
|
+
expect(result.publishedAt).toBeNull();
|
|
168
|
+
expect(result.reactionCount).toBe(0);
|
|
169
|
+
expect(result.commentCount).toBe(0);
|
|
170
|
+
expect(result.shareCount).toBe(0);
|
|
171
|
+
});
|
|
172
|
+
it("handles string commentary text", () => {
|
|
173
|
+
const raw = {
|
|
174
|
+
commentary: { text: "Plain string text" },
|
|
175
|
+
};
|
|
176
|
+
const result = parseFeedUpdateResponse(raw, postUrn, []);
|
|
177
|
+
expect(result.text).toBe("Plain string text");
|
|
178
|
+
});
|
|
179
|
+
it("resolves actor with firstName/lastName pattern", () => {
|
|
180
|
+
const raw = {
|
|
181
|
+
actor: {
|
|
182
|
+
firstName: "First",
|
|
183
|
+
lastName: "Last",
|
|
184
|
+
headline: { text: "Title" },
|
|
185
|
+
publicIdentifier: "firstlast",
|
|
186
|
+
},
|
|
187
|
+
};
|
|
188
|
+
const result = parseFeedUpdateResponse(raw, postUrn, []);
|
|
189
|
+
expect(result.authorName).toBe("First Last");
|
|
190
|
+
expect(result.authorPublicId).toBe("firstlast");
|
|
191
|
+
expect(result.authorHeadline).toBe("Title");
|
|
192
|
+
});
|
|
193
|
+
});
|
|
194
|
+
describe("parseCommentsResponse", () => {
|
|
195
|
+
it("parses comments with inline commenter", () => {
|
|
196
|
+
const raw = {
|
|
197
|
+
elements: [
|
|
198
|
+
{
|
|
199
|
+
urn: "urn:li:comment:100",
|
|
200
|
+
commenter: {
|
|
201
|
+
firstName: "Alice",
|
|
202
|
+
lastName: "Smith",
|
|
203
|
+
publicIdentifier: "alices",
|
|
204
|
+
headline: { text: "Engineer" },
|
|
205
|
+
},
|
|
206
|
+
commentV2: { text: { text: "Nice post!" } },
|
|
207
|
+
createdTime: 1700010000000,
|
|
208
|
+
socialDetail: {
|
|
209
|
+
totalSocialActivityCounts: { numLikes: 3 },
|
|
210
|
+
},
|
|
211
|
+
},
|
|
212
|
+
],
|
|
213
|
+
paging: { start: 0, count: 10, total: 1 },
|
|
214
|
+
};
|
|
215
|
+
const result = parseCommentsResponse(raw);
|
|
216
|
+
expect(result.comments).toHaveLength(1);
|
|
217
|
+
expect(result.comments[0]).toEqual({
|
|
218
|
+
commentUrn: "urn:li:comment:100",
|
|
219
|
+
authorName: "Alice Smith",
|
|
220
|
+
authorHeadline: "Engineer",
|
|
221
|
+
authorPublicId: "alices",
|
|
222
|
+
text: "Nice post!",
|
|
223
|
+
createdAt: 1700010000000,
|
|
224
|
+
reactionCount: 3,
|
|
225
|
+
});
|
|
226
|
+
expect(result.paging).toEqual({ start: 0, count: 10, total: 1 });
|
|
227
|
+
});
|
|
228
|
+
it("parses nested data.elements response", () => {
|
|
229
|
+
const raw = {
|
|
230
|
+
data: {
|
|
231
|
+
elements: [
|
|
232
|
+
{
|
|
233
|
+
entityUrn: "urn:li:comment:200",
|
|
234
|
+
commenter: {
|
|
235
|
+
firstName: "Bob",
|
|
236
|
+
lastName: "Jones",
|
|
237
|
+
},
|
|
238
|
+
commentary: { text: { text: "Commentary format" } },
|
|
239
|
+
createdTime: 1700020000000,
|
|
240
|
+
},
|
|
241
|
+
],
|
|
242
|
+
paging: { start: 0, count: 5, total: 1 },
|
|
243
|
+
},
|
|
244
|
+
};
|
|
245
|
+
const result = parseCommentsResponse(raw);
|
|
246
|
+
expect(result.comments).toHaveLength(1);
|
|
247
|
+
expect(result.comments[0]?.text).toBe("Commentary format");
|
|
248
|
+
expect(result.comments[0]?.commentUrn).toBe("urn:li:comment:200");
|
|
249
|
+
expect(result.paging).toEqual({ start: 0, count: 5, total: 1 });
|
|
250
|
+
});
|
|
251
|
+
it("resolves commenter from included via URN reference", () => {
|
|
252
|
+
const commenterUrn = "urn:li:member:555";
|
|
253
|
+
const raw = {
|
|
254
|
+
elements: [
|
|
255
|
+
{
|
|
256
|
+
urn: "urn:li:comment:300",
|
|
257
|
+
commenterUrn,
|
|
258
|
+
commentV2: { text: { text: "Looked up commenter" } },
|
|
259
|
+
createdTime: 1700030000000,
|
|
260
|
+
},
|
|
261
|
+
],
|
|
262
|
+
included: [
|
|
263
|
+
{
|
|
264
|
+
entityUrn: commenterUrn,
|
|
265
|
+
firstName: "Charlie",
|
|
266
|
+
lastName: "Brown",
|
|
267
|
+
publicIdentifier: "charlieb",
|
|
268
|
+
occupation: "Writer",
|
|
269
|
+
},
|
|
270
|
+
],
|
|
271
|
+
};
|
|
272
|
+
const result = parseCommentsResponse(raw);
|
|
273
|
+
expect(result.comments[0]?.authorName).toBe("Charlie Brown");
|
|
274
|
+
expect(result.comments[0]?.authorPublicId).toBe("charlieb");
|
|
275
|
+
expect(result.comments[0]?.authorHeadline).toBe("Writer");
|
|
276
|
+
});
|
|
277
|
+
it("resolves commenter from *commenter URN reference", () => {
|
|
278
|
+
const commenterUrn = "urn:li:member:666";
|
|
279
|
+
const raw = {
|
|
280
|
+
elements: [
|
|
281
|
+
{
|
|
282
|
+
urn: "urn:li:comment:400",
|
|
283
|
+
"*commenter": commenterUrn,
|
|
284
|
+
commentV2: { text: { text: "Star commenter ref" } },
|
|
285
|
+
},
|
|
286
|
+
],
|
|
287
|
+
included: [
|
|
288
|
+
{
|
|
289
|
+
entityUrn: commenterUrn,
|
|
290
|
+
firstName: "Dana",
|
|
291
|
+
lastName: "White",
|
|
292
|
+
headline: { text: "Manager" },
|
|
293
|
+
},
|
|
294
|
+
],
|
|
295
|
+
};
|
|
296
|
+
const result = parseCommentsResponse(raw);
|
|
297
|
+
expect(result.comments[0]?.authorName).toBe("Dana White");
|
|
298
|
+
expect(result.comments[0]?.authorHeadline).toBe("Manager");
|
|
299
|
+
});
|
|
300
|
+
it("handles plain string comment text", () => {
|
|
301
|
+
const raw = {
|
|
302
|
+
elements: [
|
|
303
|
+
{
|
|
304
|
+
comment: "Simple string comment",
|
|
305
|
+
},
|
|
306
|
+
],
|
|
307
|
+
};
|
|
308
|
+
const result = parseCommentsResponse(raw);
|
|
309
|
+
expect(result.comments[0]?.text).toBe("Simple string comment");
|
|
310
|
+
});
|
|
311
|
+
it("handles comment with text object", () => {
|
|
312
|
+
const raw = {
|
|
313
|
+
elements: [
|
|
314
|
+
{
|
|
315
|
+
comment: { text: "Object text comment" },
|
|
316
|
+
},
|
|
317
|
+
],
|
|
318
|
+
};
|
|
319
|
+
const result = parseCommentsResponse(raw);
|
|
320
|
+
expect(result.comments[0]?.text).toBe("Object text comment");
|
|
321
|
+
});
|
|
322
|
+
it("handles comment with values array", () => {
|
|
323
|
+
const raw = {
|
|
324
|
+
elements: [
|
|
325
|
+
{
|
|
326
|
+
comment: { values: [{ value: "Part 1" }, { value: " Part 2" }] },
|
|
327
|
+
},
|
|
328
|
+
],
|
|
329
|
+
};
|
|
330
|
+
const result = parseCommentsResponse(raw);
|
|
331
|
+
expect(result.comments[0]?.text).toBe("Part 1 Part 2");
|
|
332
|
+
});
|
|
333
|
+
it("handles created.time timestamp variant", () => {
|
|
334
|
+
const raw = {
|
|
335
|
+
elements: [
|
|
336
|
+
{
|
|
337
|
+
created: { time: 1700040000000 },
|
|
338
|
+
commentV2: { text: "Nested time" },
|
|
339
|
+
},
|
|
340
|
+
],
|
|
341
|
+
};
|
|
342
|
+
const result = parseCommentsResponse(raw);
|
|
343
|
+
expect(result.comments[0]?.createdAt).toBe(1700040000000);
|
|
344
|
+
});
|
|
345
|
+
it("handles empty response gracefully", () => {
|
|
346
|
+
const result = parseCommentsResponse({});
|
|
347
|
+
expect(result.comments).toEqual([]);
|
|
348
|
+
expect(result.paging).toEqual({ start: 0, count: 0, total: 0 });
|
|
349
|
+
});
|
|
350
|
+
it("handles missing optional fields", () => {
|
|
351
|
+
const raw = {
|
|
352
|
+
elements: [{}],
|
|
353
|
+
};
|
|
354
|
+
const result = parseCommentsResponse(raw);
|
|
355
|
+
expect(result.comments).toHaveLength(1);
|
|
356
|
+
expect(result.comments[0]).toEqual({
|
|
357
|
+
commentUrn: null,
|
|
358
|
+
authorName: "",
|
|
359
|
+
authorHeadline: null,
|
|
360
|
+
authorPublicId: null,
|
|
361
|
+
text: "",
|
|
362
|
+
createdAt: null,
|
|
363
|
+
reactionCount: 0,
|
|
364
|
+
});
|
|
365
|
+
});
|
|
366
|
+
it("defaults paging from comment count when absent", () => {
|
|
367
|
+
const raw = {
|
|
368
|
+
elements: [{}, {}, {}],
|
|
369
|
+
};
|
|
370
|
+
const result = parseCommentsResponse(raw);
|
|
371
|
+
expect(result.paging).toEqual({ start: 0, count: 3, total: 3 });
|
|
372
|
+
});
|
|
373
|
+
});
|
|
374
|
+
describe("getPost", () => {
|
|
375
|
+
const CDP_PORT = 9222;
|
|
376
|
+
const POST_URL = "https://www.linkedin.com/feed/update/urn:li:activity:1234567890/";
|
|
377
|
+
function setupMocks(opts) {
|
|
378
|
+
const { postStatus = 200, postBody = {}, commentsStatus = 200, commentsBody = { elements: [] }, } = opts ?? {};
|
|
379
|
+
vi.mocked(discoverTargets).mockResolvedValue([
|
|
380
|
+
{
|
|
381
|
+
id: "target-1",
|
|
382
|
+
type: "page",
|
|
383
|
+
title: "LinkedIn",
|
|
384
|
+
url: "https://www.linkedin.com/feed/",
|
|
385
|
+
description: "",
|
|
386
|
+
devtoolsFrontendUrl: "",
|
|
387
|
+
},
|
|
388
|
+
]);
|
|
389
|
+
const disconnect = vi.fn();
|
|
390
|
+
vi.mocked(CDPClient).mockImplementation(function () {
|
|
391
|
+
return {
|
|
392
|
+
connect: vi.fn().mockResolvedValue(undefined),
|
|
393
|
+
disconnect,
|
|
394
|
+
};
|
|
395
|
+
});
|
|
396
|
+
const fetchMock = vi
|
|
397
|
+
.fn()
|
|
398
|
+
.mockResolvedValueOnce({ url: "", status: postStatus, body: postBody })
|
|
399
|
+
.mockResolvedValueOnce({
|
|
400
|
+
url: "",
|
|
401
|
+
status: commentsStatus,
|
|
402
|
+
body: commentsBody,
|
|
403
|
+
});
|
|
404
|
+
vi.mocked(VoyagerInterceptor).mockImplementation(function () {
|
|
405
|
+
return { fetch: fetchMock };
|
|
406
|
+
});
|
|
407
|
+
return { fetchMock, disconnect };
|
|
408
|
+
}
|
|
409
|
+
beforeEach(() => {
|
|
410
|
+
vi.clearAllMocks();
|
|
411
|
+
});
|
|
412
|
+
afterEach(() => {
|
|
413
|
+
vi.restoreAllMocks();
|
|
414
|
+
});
|
|
415
|
+
it("throws on non-loopback host without allowRemote", async () => {
|
|
416
|
+
await expect(getPost({ postUrl: POST_URL, cdpPort: CDP_PORT, cdpHost: "192.168.1.1" })).rejects.toThrow("requires --allow-remote");
|
|
417
|
+
});
|
|
418
|
+
it("throws when no LinkedIn page found", async () => {
|
|
419
|
+
vi.mocked(discoverTargets).mockResolvedValue([]);
|
|
420
|
+
await expect(getPost({ postUrl: POST_URL, cdpPort: CDP_PORT })).rejects.toThrow("No LinkedIn page found in LinkedHelper");
|
|
421
|
+
});
|
|
422
|
+
it("throws on non-200 response for post detail", async () => {
|
|
423
|
+
setupMocks({ postStatus: 403 });
|
|
424
|
+
await expect(getPost({ postUrl: POST_URL, cdpPort: CDP_PORT })).rejects.toThrow("Voyager API returned HTTP 403 for post detail");
|
|
425
|
+
});
|
|
426
|
+
it("throws on non-object response body for post detail", async () => {
|
|
427
|
+
setupMocks({ postBody: null });
|
|
428
|
+
await expect(getPost({ postUrl: POST_URL, cdpPort: CDP_PORT })).rejects.toThrow("Voyager API returned an unexpected response format for post detail");
|
|
429
|
+
});
|
|
430
|
+
it("throws on non-200 response for post comments", async () => {
|
|
431
|
+
setupMocks({ commentsStatus: 500 });
|
|
432
|
+
await expect(getPost({ postUrl: POST_URL, cdpPort: CDP_PORT })).rejects.toThrow("Voyager API returned HTTP 500 for post comments");
|
|
433
|
+
});
|
|
434
|
+
it("throws on non-object response body for post comments", async () => {
|
|
435
|
+
setupMocks({ commentsBody: null });
|
|
436
|
+
await expect(getPost({ postUrl: POST_URL, cdpPort: CDP_PORT })).rejects.toThrow("Voyager API returned an unexpected response format for post comments");
|
|
437
|
+
});
|
|
438
|
+
it("disconnects CDP client after successful operation", async () => {
|
|
439
|
+
const { disconnect } = setupMocks();
|
|
440
|
+
await getPost({ postUrl: POST_URL, cdpPort: CDP_PORT });
|
|
441
|
+
expect(disconnect).toHaveBeenCalled();
|
|
442
|
+
});
|
|
443
|
+
it("disconnects CDP client even on error", async () => {
|
|
444
|
+
const { disconnect } = setupMocks({ postStatus: 500 });
|
|
445
|
+
await expect(getPost({ postUrl: POST_URL, cdpPort: CDP_PORT })).rejects.toThrow();
|
|
446
|
+
expect(disconnect).toHaveBeenCalled();
|
|
447
|
+
});
|
|
448
|
+
});
|
|
449
|
+
//# sourceMappingURL=get-post.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-post.test.js","sourceRoot":"","sources":["../../src/operations/get-post.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import type { FeedPost } from "../types/feed.js";
|
|
2
|
+
import type { ConnectionOptions } from "./types.js";
|
|
3
|
+
/**
|
|
4
|
+
* Input for the get-profile-activity operation.
|
|
5
|
+
*/
|
|
6
|
+
export interface GetProfileActivityInput extends ConnectionOptions {
|
|
7
|
+
/** LinkedIn profile public ID or full profile URL. */
|
|
8
|
+
readonly profile: string;
|
|
9
|
+
/** Number of posts to return per page (default: 20). */
|
|
10
|
+
readonly count?: number | undefined;
|
|
11
|
+
/** Offset for pagination (default: 0). */
|
|
12
|
+
readonly start?: number | undefined;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Output from the get-profile-activity operation.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetProfileActivityOutput {
|
|
18
|
+
/** Resolved profile public ID. */
|
|
19
|
+
readonly profilePublicId: string;
|
|
20
|
+
/** List of posts from the profile. */
|
|
21
|
+
readonly posts: FeedPost[];
|
|
22
|
+
/** Pagination metadata. */
|
|
23
|
+
readonly paging: {
|
|
24
|
+
readonly start: number;
|
|
25
|
+
readonly count: number;
|
|
26
|
+
readonly total: number;
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Extract a LinkedIn public profile ID from a URL or bare identifier.
|
|
31
|
+
*
|
|
32
|
+
* Accepts:
|
|
33
|
+
* - Full URL: `https://www.linkedin.com/in/johndoe`
|
|
34
|
+
* - Bare public ID: `johndoe`
|
|
35
|
+
*
|
|
36
|
+
* @returns The decoded public ID.
|
|
37
|
+
*/
|
|
38
|
+
export declare function extractProfileId(input: string): string;
|
|
39
|
+
interface VoyagerProfileUpdatesResponse {
|
|
40
|
+
data?: {
|
|
41
|
+
elements?: VoyagerFeedElement[];
|
|
42
|
+
paging?: VoyagerPaging;
|
|
43
|
+
};
|
|
44
|
+
elements?: VoyagerFeedElement[];
|
|
45
|
+
paging?: VoyagerPaging;
|
|
46
|
+
included?: VoyagerIncludedEntity[];
|
|
47
|
+
}
|
|
48
|
+
interface VoyagerFeedElement {
|
|
49
|
+
actor?: {
|
|
50
|
+
name?: {
|
|
51
|
+
text?: string;
|
|
52
|
+
};
|
|
53
|
+
publicIdentifier?: string;
|
|
54
|
+
description?: {
|
|
55
|
+
text?: string;
|
|
56
|
+
};
|
|
57
|
+
urn?: string;
|
|
58
|
+
"*miniProfile"?: string;
|
|
59
|
+
};
|
|
60
|
+
commentary?: {
|
|
61
|
+
text?: {
|
|
62
|
+
text?: string;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
socialDetail?: {
|
|
66
|
+
totalSocialActivityCounts?: {
|
|
67
|
+
numLikes?: number;
|
|
68
|
+
numComments?: number;
|
|
69
|
+
numShares?: number;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
updateMetadata?: {
|
|
73
|
+
urn?: string;
|
|
74
|
+
shareUrl?: string;
|
|
75
|
+
};
|
|
76
|
+
publishedAt?: number;
|
|
77
|
+
/** Alternative: some API versions use a top-level urn. */
|
|
78
|
+
urn?: string;
|
|
79
|
+
/** Alternative: resharedUpdate text in some versions. */
|
|
80
|
+
resharedUpdate?: {
|
|
81
|
+
commentary?: {
|
|
82
|
+
text?: {
|
|
83
|
+
text?: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
interface VoyagerIncludedEntity {
|
|
89
|
+
$type?: string;
|
|
90
|
+
entityUrn?: string;
|
|
91
|
+
firstName?: string;
|
|
92
|
+
lastName?: string;
|
|
93
|
+
publicIdentifier?: string;
|
|
94
|
+
headline?: {
|
|
95
|
+
text?: string;
|
|
96
|
+
} | string;
|
|
97
|
+
occupation?: string;
|
|
98
|
+
}
|
|
99
|
+
interface VoyagerPaging {
|
|
100
|
+
start?: number;
|
|
101
|
+
count?: number;
|
|
102
|
+
total?: number;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Parse the Voyager profile-updates response into normalised FeedPost entries.
|
|
106
|
+
*
|
|
107
|
+
* @internal Exported for testing only.
|
|
108
|
+
*/
|
|
109
|
+
export declare function parseProfileUpdatesResponse(raw: VoyagerProfileUpdatesResponse): {
|
|
110
|
+
posts: FeedPost[];
|
|
111
|
+
paging: {
|
|
112
|
+
start: number;
|
|
113
|
+
count: number;
|
|
114
|
+
total: number;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
/**
|
|
118
|
+
* Retrieve recent posts/activity from a LinkedIn profile.
|
|
119
|
+
*
|
|
120
|
+
* Connects to the LinkedIn webview in LinkedHelper and calls the
|
|
121
|
+
* Voyager identity/profileUpdates API to get the profile's recent
|
|
122
|
+
* posts with engagement counts.
|
|
123
|
+
*
|
|
124
|
+
* @param input - Profile identifier, pagination, and CDP connection options.
|
|
125
|
+
* @returns List of posts with pagination metadata.
|
|
126
|
+
*/
|
|
127
|
+
export declare function getProfileActivity(input: GetProfileActivityInput): Promise<GetProfileActivityOutput>;
|
|
128
|
+
export {};
|
|
129
|
+
//# sourceMappingURL=get-profile-activity.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-profile-activity.d.ts","sourceRoot":"","sources":["../../src/operations/get-profile-activity.ts"],"names":[],"mappings":"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"}
|