@bubblelab/bubble-core 0.1.10 → 0.1.11
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/dist/bubble-bundle.d.ts +759 -350
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +125 -35
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +5 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +20 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.js +6 -3
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +1121 -0
- package/dist/bubbles/service-bubble/agi-inc.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/agi-inc.js +730 -0
- package/dist/bubbles/service-bubble/agi-inc.js.map +1 -0
- package/dist/bubbles/service-bubble/ai-agent.d.ts +277 -65
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +533 -399
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +1753 -0
- package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/airtable.js +1173 -0
- package/dist/bubbles/service-bubble/airtable.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +240 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.js +119 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +4 -4
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +14 -14
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +137 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.js +81 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +488 -0
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.js +463 -0
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +262 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.js +291 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +1301 -170
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +32 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +162 -17
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.js +205 -32
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +421 -0
- package/dist/bubbles/service-bubble/eleven-labs.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/eleven-labs.js +479 -0
- package/dist/bubbles/service-bubble/eleven-labs.js.map +1 -0
- package/dist/bubbles/service-bubble/firecrawl.d.ts +37748 -0
- package/dist/bubbles/service-bubble/firecrawl.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/firecrawl.js +1489 -0
- package/dist/bubbles/service-bubble/firecrawl.js.map +1 -0
- package/dist/bubbles/service-bubble/followupboss.d.ts +6822 -0
- package/dist/bubbles/service-bubble/followupboss.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/followupboss.js +1394 -0
- package/dist/bubbles/service-bubble/followupboss.js.map +1 -0
- package/dist/bubbles/service-bubble/github.d.ts +2399 -0
- package/dist/bubbles/service-bubble/github.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/github.js +1052 -0
- package/dist/bubbles/service-bubble/github.js.map +1 -0
- package/dist/bubbles/service-bubble/gmail.d.ts +180 -180
- package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
- package/dist/bubbles/service-bubble/google-drive.d.ts +37 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +35 -3
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +943 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.js +401 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +1024 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/{google-sheets.js → google-sheets/google-sheets.schema.js} +45 -409
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.d.ts +38 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.js +183 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/google-sheets/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/index.js +4 -0
- package/dist/bubbles/service-bubble/google-sheets/index.js.map +1 -0
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/http.js +7 -1
- package/dist/bubbles/service-bubble/http.js.map +1 -1
- package/dist/bubbles/service-bubble/insforge-db.d.ts +140 -0
- package/dist/bubbles/service-bubble/insforge-db.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/insforge-db.js +260 -0
- package/dist/bubbles/service-bubble/insforge-db.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/notion/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/notion/index.js +3 -0
- package/dist/bubbles/service-bubble/notion/index.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +35405 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.js +1492 -0
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +1148 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.js +341 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.js.map +1 -0
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +34 -13
- package/dist/bubbles/service-bubble/resend.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/resend.js +133 -2
- package/dist/bubbles/service-bubble/resend.js.map +1 -1
- package/dist/bubbles/service-bubble/slack.d.ts +241 -241
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack.js +2 -2
- package/dist/bubbles/service-bubble/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +25 -21
- package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/storage.js +43 -2
- package/dist/bubbles/service-bubble/storage.js.map +1 -1
- package/dist/bubbles/service-bubble/telegram.d.ts +7742 -0
- package/dist/bubbles/service-bubble/telegram.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/telegram.js +1132 -0
- package/dist/bubbles/service-bubble/telegram.js.map +1 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +76 -20
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.js +12 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +188 -0
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/code-edit-tool.js +321 -0
- package/dist/bubbles/tool-bubble/code-edit-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +115 -10
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +455 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.js +205 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/instagram-tool.js +2 -2
- package/dist/bubbles/tool-bubble/instagram-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +824 -447
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.js +232 -12
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +17 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.js +26 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +485 -0
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/tiktok-tool.js +226 -0
- package/dist/bubbles/tool-bubble/tiktok-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +947 -0
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/twitter-tool.js +494 -0
- package/dist/bubbles/tool-bubble/twitter-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -16
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-crawl-tool.js +58 -59
- package/dist/bubbles/tool-bubble/web-crawl-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-extract-tool.js +17 -17
- package/dist/bubbles/tool-bubble/web-extract-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +15 -107
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.js +51 -72
- package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +20 -9
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.js +45 -35
- package/dist/bubbles/tool-bubble/web-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +25 -25
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/youtube-tool.js +5 -5
- package/dist/bubbles/tool-bubble/youtube-tool.js.map +1 -1
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +30 -30
- package/dist/bubbles/workflow-bubble/generate-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +22 -22
- package/dist/bubbles/workflow-bubble/parse-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +54 -54
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +6 -6
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +24 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +19 -19
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +8 -8
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
- package/dist/bubbles.json +220 -72
- package/dist/index.d.ts +23 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +16 -3
- package/dist/index.js.map +1 -1
- package/dist/logging/BubbleLogger.d.ts +45 -16
- package/dist/logging/BubbleLogger.d.ts.map +1 -1
- package/dist/logging/BubbleLogger.js +178 -77
- package/dist/logging/BubbleLogger.js.map +1 -1
- package/dist/logging/StreamingBubbleLogger.d.ts +13 -1
- package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
- package/dist/logging/StreamingBubbleLogger.js +51 -8
- package/dist/logging/StreamingBubbleLogger.js.map +1 -1
- package/dist/logging/WebhookStreamLogger.d.ts +66 -0
- package/dist/logging/WebhookStreamLogger.d.ts.map +1 -0
- package/dist/logging/WebhookStreamLogger.js +291 -0
- package/dist/logging/WebhookStreamLogger.js.map +1 -0
- package/dist/types/available-tools.d.ts +1 -1
- package/dist/types/available-tools.d.ts.map +1 -1
- package/dist/types/available-tools.js +1 -0
- package/dist/types/available-tools.js.map +1 -1
- package/dist/types/base-bubble-class.d.ts +6 -4
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +35 -20
- package/dist/types/base-bubble-class.js.map +1 -1
- package/dist/types/bubble.d.ts +2 -0
- package/dist/types/bubble.d.ts.map +1 -1
- package/dist/types/service-bubble-class.d.ts +1 -1
- package/dist/types/service-bubble-class.d.ts.map +1 -1
- package/dist/types/service-bubble-class.js +2 -2
- package/dist/types/service-bubble-class.js.map +1 -1
- package/dist/types/tool-bubble-class.d.ts +1 -1
- package/dist/types/tool-bubble-class.d.ts.map +1 -1
- package/dist/types/tool-bubble-class.js +2 -2
- package/dist/types/tool-bubble-class.js.map +1 -1
- package/dist/types/workflow-bubble-class.d.ts +1 -1
- package/dist/types/workflow-bubble-class.d.ts.map +1 -1
- package/dist/types/workflow-bubble-class.js +2 -2
- package/dist/types/workflow-bubble-class.js.map +1 -1
- package/dist/utils/agent-formatter.d.ts +14 -2
- package/dist/utils/agent-formatter.d.ts.map +1 -1
- package/dist/utils/agent-formatter.js +174 -26
- package/dist/utils/agent-formatter.js.map +1 -1
- package/dist/utils/bubbleflow-validation.d.ts +7 -0
- package/dist/utils/bubbleflow-validation.d.ts.map +1 -1
- package/dist/utils/bubbleflow-validation.js +171 -6
- package/dist/utils/bubbleflow-validation.js.map +1 -1
- package/dist/utils/json-parsing.d.ts.map +1 -1
- package/dist/utils/json-parsing.js +146 -0
- package/dist/utils/json-parsing.js.map +1 -1
- package/dist/utils/safe-gemini-chat.d.ts +31 -0
- package/dist/utils/safe-gemini-chat.d.ts.map +1 -0
- package/dist/utils/safe-gemini-chat.js +93 -0
- package/dist/utils/safe-gemini-chat.js.map +1 -0
- package/dist/utils/schema-comparison.d.ts +92 -0
- package/dist/utils/schema-comparison.d.ts.map +1 -0
- package/dist/utils/schema-comparison.js +716 -0
- package/dist/utils/schema-comparison.js.map +1 -0
- package/dist/utils/zod-schema.d.ts +24 -0
- package/dist/utils/zod-schema.d.ts.map +1 -0
- package/dist/utils/zod-schema.js +56 -0
- package/dist/utils/zod-schema.js.map +1 -0
- package/package.json +5 -4
- package/dist/bubbles/service-bubble/google-sheets.d.ts +0 -1811
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets.js.map +0 -1
- package/dist/bubbles/service-bubble/x-twitter.d.ts +0 -814
- package/dist/bubbles/service-bubble/x-twitter.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/x-twitter.js +0 -445
- package/dist/bubbles/service-bubble/x-twitter.js.map +0 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +0 -125
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +0 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +0 -808
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +0 -1
- package/dist/test-gm.d.ts +0 -10
- package/dist/test-gm.d.ts.map +0 -1
- package/dist/test-gm.js +0 -95
- package/dist/test-gm.js.map +0 -1
- package/dist/utils/param-helper.d.ts +0 -2
- package/dist/utils/param-helper.d.ts.map +0 -1
- package/dist/utils/param-helper.js +0 -5
- package/dist/utils/param-helper.js.map +0 -1
|
@@ -12,17 +12,17 @@ declare const LinkedInAuthorSchema: z.ZodObject<{
|
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
13
|
username: string | null;
|
|
14
14
|
headline: string | null;
|
|
15
|
-
firstName: string | null;
|
|
16
|
-
lastName: string | null;
|
|
17
15
|
profileUrl: string | null;
|
|
18
16
|
profilePicture: string | null;
|
|
17
|
+
firstName: string | null;
|
|
18
|
+
lastName: string | null;
|
|
19
19
|
}, {
|
|
20
20
|
username: string | null;
|
|
21
21
|
headline: string | null;
|
|
22
|
-
firstName: string | null;
|
|
23
|
-
lastName: string | null;
|
|
24
22
|
profileUrl: string | null;
|
|
25
23
|
profilePicture: string | null;
|
|
24
|
+
firstName: string | null;
|
|
25
|
+
lastName: string | null;
|
|
26
26
|
}>;
|
|
27
27
|
declare const LinkedInStatsSchema: z.ZodObject<{
|
|
28
28
|
totalReactions: z.ZodNullable<z.ZodNumber>;
|
|
@@ -84,17 +84,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
85
|
username: string | null;
|
|
86
86
|
headline: string | null;
|
|
87
|
-
firstName: string | null;
|
|
88
|
-
lastName: string | null;
|
|
89
87
|
profileUrl: string | null;
|
|
90
88
|
profilePicture: string | null;
|
|
89
|
+
firstName: string | null;
|
|
90
|
+
lastName: string | null;
|
|
91
91
|
}, {
|
|
92
92
|
username: string | null;
|
|
93
93
|
headline: string | null;
|
|
94
|
-
firstName: string | null;
|
|
95
|
-
lastName: string | null;
|
|
96
94
|
profileUrl: string | null;
|
|
97
95
|
profilePicture: string | null;
|
|
96
|
+
firstName: string | null;
|
|
97
|
+
lastName: string | null;
|
|
98
98
|
}>>;
|
|
99
99
|
stats: z.ZodNullable<z.ZodObject<{
|
|
100
100
|
totalReactions: z.ZodNullable<z.ZodNumber>;
|
|
@@ -147,21 +147,21 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
147
147
|
}, "strip", z.ZodTypeAny, {
|
|
148
148
|
type: string | null;
|
|
149
149
|
url: string | null;
|
|
150
|
-
thumbnail: string | null;
|
|
151
150
|
images: {
|
|
152
151
|
url: string | null;
|
|
153
152
|
width: number | null;
|
|
154
153
|
height: number | null;
|
|
155
154
|
}[] | null;
|
|
155
|
+
thumbnail: string | null;
|
|
156
156
|
}, {
|
|
157
157
|
type: string | null;
|
|
158
158
|
url: string | null;
|
|
159
|
-
thumbnail: string | null;
|
|
160
159
|
images: {
|
|
161
160
|
url: string | null;
|
|
162
161
|
width: number | null;
|
|
163
162
|
height: number | null;
|
|
164
163
|
}[] | null;
|
|
164
|
+
thumbnail: string | null;
|
|
165
165
|
}>>;
|
|
166
166
|
article: z.ZodNullable<z.ZodObject<{
|
|
167
167
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -223,17 +223,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
223
223
|
}, "strip", z.ZodTypeAny, {
|
|
224
224
|
username: string | null;
|
|
225
225
|
headline: string | null;
|
|
226
|
-
firstName: string | null;
|
|
227
|
-
lastName: string | null;
|
|
228
226
|
profileUrl: string | null;
|
|
229
227
|
profilePicture: string | null;
|
|
228
|
+
firstName: string | null;
|
|
229
|
+
lastName: string | null;
|
|
230
230
|
}, {
|
|
231
231
|
username: string | null;
|
|
232
232
|
headline: string | null;
|
|
233
|
-
firstName: string | null;
|
|
234
|
-
lastName: string | null;
|
|
235
233
|
profileUrl: string | null;
|
|
236
234
|
profilePicture: string | null;
|
|
235
|
+
firstName: string | null;
|
|
236
|
+
lastName: string | null;
|
|
237
237
|
}>>;
|
|
238
238
|
stats: z.ZodNullable<z.ZodObject<{
|
|
239
239
|
totalReactions: z.ZodNullable<z.ZodNumber>;
|
|
@@ -286,34 +286,23 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
286
286
|
}, "strip", z.ZodTypeAny, {
|
|
287
287
|
type: string | null;
|
|
288
288
|
url: string | null;
|
|
289
|
-
thumbnail: string | null;
|
|
290
289
|
images: {
|
|
291
290
|
url: string | null;
|
|
292
291
|
width: number | null;
|
|
293
292
|
height: number | null;
|
|
294
293
|
}[] | null;
|
|
294
|
+
thumbnail: string | null;
|
|
295
295
|
}, {
|
|
296
296
|
type: string | null;
|
|
297
297
|
url: string | null;
|
|
298
|
-
thumbnail: string | null;
|
|
299
298
|
images: {
|
|
300
299
|
url: string | null;
|
|
301
300
|
width: number | null;
|
|
302
301
|
height: number | null;
|
|
303
302
|
}[] | null;
|
|
303
|
+
thumbnail: string | null;
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
|
-
url: string | null;
|
|
307
|
-
author: {
|
|
308
|
-
username: string | null;
|
|
309
|
-
headline: string | null;
|
|
310
|
-
firstName: string | null;
|
|
311
|
-
lastName: string | null;
|
|
312
|
-
profileUrl: string | null;
|
|
313
|
-
profilePicture: string | null;
|
|
314
|
-
} | null;
|
|
315
|
-
text: string | null;
|
|
316
|
-
urn: string | null;
|
|
317
306
|
stats: {
|
|
318
307
|
like: number | null;
|
|
319
308
|
support: number | null;
|
|
@@ -325,15 +314,26 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
325
314
|
reposts: number | null;
|
|
326
315
|
totalReactions: number | null;
|
|
327
316
|
} | null;
|
|
317
|
+
url: string | null;
|
|
318
|
+
text: string | null;
|
|
319
|
+
urn: string | null;
|
|
320
|
+
author: {
|
|
321
|
+
username: string | null;
|
|
322
|
+
headline: string | null;
|
|
323
|
+
profileUrl: string | null;
|
|
324
|
+
profilePicture: string | null;
|
|
325
|
+
firstName: string | null;
|
|
326
|
+
lastName: string | null;
|
|
327
|
+
} | null;
|
|
328
328
|
media: {
|
|
329
329
|
type: string | null;
|
|
330
330
|
url: string | null;
|
|
331
|
-
thumbnail: string | null;
|
|
332
331
|
images: {
|
|
333
332
|
url: string | null;
|
|
334
333
|
width: number | null;
|
|
335
334
|
height: number | null;
|
|
336
335
|
}[] | null;
|
|
336
|
+
thumbnail: string | null;
|
|
337
337
|
} | null;
|
|
338
338
|
postedAt: {
|
|
339
339
|
date: string | null;
|
|
@@ -342,17 +342,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
342
342
|
} | null;
|
|
343
343
|
postType: string | null;
|
|
344
344
|
}, {
|
|
345
|
-
url: string | null;
|
|
346
|
-
author: {
|
|
347
|
-
username: string | null;
|
|
348
|
-
headline: string | null;
|
|
349
|
-
firstName: string | null;
|
|
350
|
-
lastName: string | null;
|
|
351
|
-
profileUrl: string | null;
|
|
352
|
-
profilePicture: string | null;
|
|
353
|
-
} | null;
|
|
354
|
-
text: string | null;
|
|
355
|
-
urn: string | null;
|
|
356
345
|
stats: {
|
|
357
346
|
like: number | null;
|
|
358
347
|
support: number | null;
|
|
@@ -364,15 +353,26 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
364
353
|
reposts: number | null;
|
|
365
354
|
totalReactions: number | null;
|
|
366
355
|
} | null;
|
|
356
|
+
url: string | null;
|
|
357
|
+
text: string | null;
|
|
358
|
+
urn: string | null;
|
|
359
|
+
author: {
|
|
360
|
+
username: string | null;
|
|
361
|
+
headline: string | null;
|
|
362
|
+
profileUrl: string | null;
|
|
363
|
+
profilePicture: string | null;
|
|
364
|
+
firstName: string | null;
|
|
365
|
+
lastName: string | null;
|
|
366
|
+
} | null;
|
|
367
367
|
media: {
|
|
368
368
|
type: string | null;
|
|
369
369
|
url: string | null;
|
|
370
|
-
thumbnail: string | null;
|
|
371
370
|
images: {
|
|
372
371
|
url: string | null;
|
|
373
372
|
width: number | null;
|
|
374
373
|
height: number | null;
|
|
375
374
|
}[] | null;
|
|
375
|
+
thumbnail: string | null;
|
|
376
376
|
} | null;
|
|
377
377
|
postedAt: {
|
|
378
378
|
date: string | null;
|
|
@@ -382,17 +382,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
382
382
|
postType: string | null;
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
-
url: string | null;
|
|
386
|
-
author: {
|
|
387
|
-
username: string | null;
|
|
388
|
-
headline: string | null;
|
|
389
|
-
firstName: string | null;
|
|
390
|
-
lastName: string | null;
|
|
391
|
-
profileUrl: string | null;
|
|
392
|
-
profilePicture: string | null;
|
|
393
|
-
} | null;
|
|
394
|
-
text: string | null;
|
|
395
|
-
urn: string | null;
|
|
396
385
|
stats: {
|
|
397
386
|
like: number | null;
|
|
398
387
|
support: number | null;
|
|
@@ -404,15 +393,32 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
404
393
|
reposts: number | null;
|
|
405
394
|
totalReactions: number | null;
|
|
406
395
|
} | null;
|
|
396
|
+
url: string | null;
|
|
397
|
+
text: string | null;
|
|
398
|
+
document: {
|
|
399
|
+
title: string | null;
|
|
400
|
+
url: string | null;
|
|
401
|
+
thumbnail: string | null;
|
|
402
|
+
pageCount: number | null;
|
|
403
|
+
} | null;
|
|
404
|
+
urn: string | null;
|
|
405
|
+
author: {
|
|
406
|
+
username: string | null;
|
|
407
|
+
headline: string | null;
|
|
408
|
+
profileUrl: string | null;
|
|
409
|
+
profilePicture: string | null;
|
|
410
|
+
firstName: string | null;
|
|
411
|
+
lastName: string | null;
|
|
412
|
+
} | null;
|
|
407
413
|
media: {
|
|
408
414
|
type: string | null;
|
|
409
415
|
url: string | null;
|
|
410
|
-
thumbnail: string | null;
|
|
411
416
|
images: {
|
|
412
417
|
url: string | null;
|
|
413
418
|
width: number | null;
|
|
414
419
|
height: number | null;
|
|
415
420
|
}[] | null;
|
|
421
|
+
thumbnail: string | null;
|
|
416
422
|
} | null;
|
|
417
423
|
article: {
|
|
418
424
|
title: string | null;
|
|
@@ -420,31 +426,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
420
426
|
thumbnail: string | null;
|
|
421
427
|
subtitle: string | null;
|
|
422
428
|
} | null;
|
|
423
|
-
document: {
|
|
424
|
-
title: string | null;
|
|
425
|
-
url: string | null;
|
|
426
|
-
thumbnail: string | null;
|
|
427
|
-
pageCount: number | null;
|
|
428
|
-
} | null;
|
|
429
|
-
fullUrn: string | null;
|
|
430
429
|
postedAt: {
|
|
431
430
|
date: string | null;
|
|
432
431
|
timestamp: number | null;
|
|
433
432
|
relative: string | null;
|
|
434
433
|
} | null;
|
|
434
|
+
fullUrn: string | null;
|
|
435
435
|
postType: string | null;
|
|
436
436
|
resharedPost: {
|
|
437
|
-
url: string | null;
|
|
438
|
-
author: {
|
|
439
|
-
username: string | null;
|
|
440
|
-
headline: string | null;
|
|
441
|
-
firstName: string | null;
|
|
442
|
-
lastName: string | null;
|
|
443
|
-
profileUrl: string | null;
|
|
444
|
-
profilePicture: string | null;
|
|
445
|
-
} | null;
|
|
446
|
-
text: string | null;
|
|
447
|
-
urn: string | null;
|
|
448
437
|
stats: {
|
|
449
438
|
like: number | null;
|
|
450
439
|
support: number | null;
|
|
@@ -456,15 +445,26 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
456
445
|
reposts: number | null;
|
|
457
446
|
totalReactions: number | null;
|
|
458
447
|
} | null;
|
|
448
|
+
url: string | null;
|
|
449
|
+
text: string | null;
|
|
450
|
+
urn: string | null;
|
|
451
|
+
author: {
|
|
452
|
+
username: string | null;
|
|
453
|
+
headline: string | null;
|
|
454
|
+
profileUrl: string | null;
|
|
455
|
+
profilePicture: string | null;
|
|
456
|
+
firstName: string | null;
|
|
457
|
+
lastName: string | null;
|
|
458
|
+
} | null;
|
|
459
459
|
media: {
|
|
460
460
|
type: string | null;
|
|
461
461
|
url: string | null;
|
|
462
|
-
thumbnail: string | null;
|
|
463
462
|
images: {
|
|
464
463
|
url: string | null;
|
|
465
464
|
width: number | null;
|
|
466
465
|
height: number | null;
|
|
467
466
|
}[] | null;
|
|
467
|
+
thumbnail: string | null;
|
|
468
468
|
} | null;
|
|
469
469
|
postedAt: {
|
|
470
470
|
date: string | null;
|
|
@@ -474,17 +474,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
474
474
|
postType: string | null;
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
|
-
url: string | null;
|
|
478
|
-
author: {
|
|
479
|
-
username: string | null;
|
|
480
|
-
headline: string | null;
|
|
481
|
-
firstName: string | null;
|
|
482
|
-
lastName: string | null;
|
|
483
|
-
profileUrl: string | null;
|
|
484
|
-
profilePicture: string | null;
|
|
485
|
-
} | null;
|
|
486
|
-
text: string | null;
|
|
487
|
-
urn: string | null;
|
|
488
477
|
stats: {
|
|
489
478
|
like: number | null;
|
|
490
479
|
support: number | null;
|
|
@@ -496,15 +485,32 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
496
485
|
reposts: number | null;
|
|
497
486
|
totalReactions: number | null;
|
|
498
487
|
} | null;
|
|
488
|
+
url: string | null;
|
|
489
|
+
text: string | null;
|
|
490
|
+
document: {
|
|
491
|
+
title: string | null;
|
|
492
|
+
url: string | null;
|
|
493
|
+
thumbnail: string | null;
|
|
494
|
+
pageCount: number | null;
|
|
495
|
+
} | null;
|
|
496
|
+
urn: string | null;
|
|
497
|
+
author: {
|
|
498
|
+
username: string | null;
|
|
499
|
+
headline: string | null;
|
|
500
|
+
profileUrl: string | null;
|
|
501
|
+
profilePicture: string | null;
|
|
502
|
+
firstName: string | null;
|
|
503
|
+
lastName: string | null;
|
|
504
|
+
} | null;
|
|
499
505
|
media: {
|
|
500
506
|
type: string | null;
|
|
501
507
|
url: string | null;
|
|
502
|
-
thumbnail: string | null;
|
|
503
508
|
images: {
|
|
504
509
|
url: string | null;
|
|
505
510
|
width: number | null;
|
|
506
511
|
height: number | null;
|
|
507
512
|
}[] | null;
|
|
513
|
+
thumbnail: string | null;
|
|
508
514
|
} | null;
|
|
509
515
|
article: {
|
|
510
516
|
title: string | null;
|
|
@@ -512,31 +518,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
512
518
|
thumbnail: string | null;
|
|
513
519
|
subtitle: string | null;
|
|
514
520
|
} | null;
|
|
515
|
-
document: {
|
|
516
|
-
title: string | null;
|
|
517
|
-
url: string | null;
|
|
518
|
-
thumbnail: string | null;
|
|
519
|
-
pageCount: number | null;
|
|
520
|
-
} | null;
|
|
521
|
-
fullUrn: string | null;
|
|
522
521
|
postedAt: {
|
|
523
522
|
date: string | null;
|
|
524
523
|
timestamp: number | null;
|
|
525
524
|
relative: string | null;
|
|
526
525
|
} | null;
|
|
526
|
+
fullUrn: string | null;
|
|
527
527
|
postType: string | null;
|
|
528
528
|
resharedPost: {
|
|
529
|
-
url: string | null;
|
|
530
|
-
author: {
|
|
531
|
-
username: string | null;
|
|
532
|
-
headline: string | null;
|
|
533
|
-
firstName: string | null;
|
|
534
|
-
lastName: string | null;
|
|
535
|
-
profileUrl: string | null;
|
|
536
|
-
profilePicture: string | null;
|
|
537
|
-
} | null;
|
|
538
|
-
text: string | null;
|
|
539
|
-
urn: string | null;
|
|
540
529
|
stats: {
|
|
541
530
|
like: number | null;
|
|
542
531
|
support: number | null;
|
|
@@ -548,15 +537,26 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
548
537
|
reposts: number | null;
|
|
549
538
|
totalReactions: number | null;
|
|
550
539
|
} | null;
|
|
540
|
+
url: string | null;
|
|
541
|
+
text: string | null;
|
|
542
|
+
urn: string | null;
|
|
543
|
+
author: {
|
|
544
|
+
username: string | null;
|
|
545
|
+
headline: string | null;
|
|
546
|
+
profileUrl: string | null;
|
|
547
|
+
profilePicture: string | null;
|
|
548
|
+
firstName: string | null;
|
|
549
|
+
lastName: string | null;
|
|
550
|
+
} | null;
|
|
551
551
|
media: {
|
|
552
552
|
type: string | null;
|
|
553
553
|
url: string | null;
|
|
554
|
-
thumbnail: string | null;
|
|
555
554
|
images: {
|
|
556
555
|
url: string | null;
|
|
557
556
|
width: number | null;
|
|
558
557
|
height: number | null;
|
|
559
558
|
}[] | null;
|
|
559
|
+
thumbnail: string | null;
|
|
560
560
|
} | null;
|
|
561
561
|
postedAt: {
|
|
562
562
|
date: string | null;
|
|
@@ -566,36 +566,218 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
566
566
|
postType: string | null;
|
|
567
567
|
} | null;
|
|
568
568
|
}>;
|
|
569
|
+
declare const LinkedInJobSchema: z.ZodObject<{
|
|
570
|
+
id: z.ZodNullable<z.ZodString>;
|
|
571
|
+
title: z.ZodNullable<z.ZodString>;
|
|
572
|
+
company: z.ZodNullable<z.ZodObject<{
|
|
573
|
+
name: z.ZodNullable<z.ZodString>;
|
|
574
|
+
url: z.ZodNullable<z.ZodString>;
|
|
575
|
+
logo: z.ZodNullable<z.ZodString>;
|
|
576
|
+
}, "strip", z.ZodTypeAny, {
|
|
577
|
+
name: string | null;
|
|
578
|
+
url: string | null;
|
|
579
|
+
logo: string | null;
|
|
580
|
+
}, {
|
|
581
|
+
name: string | null;
|
|
582
|
+
url: string | null;
|
|
583
|
+
logo: string | null;
|
|
584
|
+
}>>;
|
|
585
|
+
location: z.ZodNullable<z.ZodString>;
|
|
586
|
+
description: z.ZodNullable<z.ZodString>;
|
|
587
|
+
employmentType: z.ZodNullable<z.ZodString>;
|
|
588
|
+
seniorityLevel: z.ZodNullable<z.ZodString>;
|
|
589
|
+
postedAt: z.ZodNullable<z.ZodString>;
|
|
590
|
+
url: z.ZodNullable<z.ZodString>;
|
|
591
|
+
applyUrl: z.ZodNullable<z.ZodString>;
|
|
592
|
+
salary: z.ZodNullable<z.ZodObject<{
|
|
593
|
+
from: z.ZodNullable<z.ZodNumber>;
|
|
594
|
+
to: z.ZodNullable<z.ZodNumber>;
|
|
595
|
+
currency: z.ZodNullable<z.ZodString>;
|
|
596
|
+
period: z.ZodNullable<z.ZodString>;
|
|
597
|
+
}, "strip", z.ZodTypeAny, {
|
|
598
|
+
from: number | null;
|
|
599
|
+
to: number | null;
|
|
600
|
+
currency: string | null;
|
|
601
|
+
period: string | null;
|
|
602
|
+
}, {
|
|
603
|
+
from: number | null;
|
|
604
|
+
to: number | null;
|
|
605
|
+
currency: string | null;
|
|
606
|
+
period: string | null;
|
|
607
|
+
}>>;
|
|
608
|
+
skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
609
|
+
}, "strip", z.ZodTypeAny, {
|
|
610
|
+
description: string | null;
|
|
611
|
+
title: string | null;
|
|
612
|
+
url: string | null;
|
|
613
|
+
id: string | null;
|
|
614
|
+
location: string | null;
|
|
615
|
+
postedAt: string | null;
|
|
616
|
+
applyUrl: string | null;
|
|
617
|
+
salary: {
|
|
618
|
+
from: number | null;
|
|
619
|
+
to: number | null;
|
|
620
|
+
currency: string | null;
|
|
621
|
+
period: string | null;
|
|
622
|
+
} | null;
|
|
623
|
+
seniorityLevel: string | null;
|
|
624
|
+
employmentType: string | null;
|
|
625
|
+
company: {
|
|
626
|
+
name: string | null;
|
|
627
|
+
url: string | null;
|
|
628
|
+
logo: string | null;
|
|
629
|
+
} | null;
|
|
630
|
+
skills: string[] | null;
|
|
631
|
+
}, {
|
|
632
|
+
description: string | null;
|
|
633
|
+
title: string | null;
|
|
634
|
+
url: string | null;
|
|
635
|
+
id: string | null;
|
|
636
|
+
location: string | null;
|
|
637
|
+
postedAt: string | null;
|
|
638
|
+
applyUrl: string | null;
|
|
639
|
+
salary: {
|
|
640
|
+
from: number | null;
|
|
641
|
+
to: number | null;
|
|
642
|
+
currency: string | null;
|
|
643
|
+
period: string | null;
|
|
644
|
+
} | null;
|
|
645
|
+
seniorityLevel: string | null;
|
|
646
|
+
employmentType: string | null;
|
|
647
|
+
company: {
|
|
648
|
+
name: string | null;
|
|
649
|
+
url: string | null;
|
|
650
|
+
logo: string | null;
|
|
651
|
+
} | null;
|
|
652
|
+
skills: string[] | null;
|
|
653
|
+
}>;
|
|
569
654
|
declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
570
|
-
operation: z.ZodEnum<["scrapePosts", "searchPosts"]>;
|
|
655
|
+
operation: z.ZodEnum<["scrapePosts", "searchPosts", "scrapeJobs"]>;
|
|
571
656
|
username: z.ZodOptional<z.ZodString>;
|
|
572
657
|
keyword: z.ZodOptional<z.ZodString>;
|
|
658
|
+
location: z.ZodOptional<z.ZodString>;
|
|
659
|
+
jobType: z.ZodOptional<z.ZodArray<z.ZodEnum<["full-time", "part-time", "contract", "temporary", "internship"]>, "many">>;
|
|
660
|
+
workplaceType: z.ZodOptional<z.ZodArray<z.ZodEnum<["on-site", "remote", "hybrid"]>, "many">>;
|
|
661
|
+
experienceLevel: z.ZodOptional<z.ZodArray<z.ZodEnum<["internship", "entry-level", "associate", "mid-senior", "director", "executive"]>, "many">>;
|
|
573
662
|
sortBy: z.ZodOptional<z.ZodDefault<z.ZodEnum<["relevance", "date_posted"]>>>;
|
|
574
663
|
dateFilter: z.ZodOptional<z.ZodDefault<z.ZodEnum<["", "past-24h", "past-week", "past-month"]>>>;
|
|
575
664
|
limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
576
665
|
pageNumber: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
577
666
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
578
667
|
}, "strip", z.ZodTypeAny, {
|
|
579
|
-
operation: "scrapePosts" | "searchPosts";
|
|
580
|
-
limit?: number | undefined;
|
|
668
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
581
669
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
582
670
|
username?: string | undefined;
|
|
671
|
+
limit?: number | undefined;
|
|
583
672
|
pageNumber?: number | undefined;
|
|
673
|
+
location?: string | undefined;
|
|
584
674
|
keyword?: string | undefined;
|
|
585
675
|
dateFilter?: "" | "past-24h" | "past-week" | "past-month" | undefined;
|
|
676
|
+
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
677
|
+
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
678
|
+
experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
|
|
586
679
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
587
680
|
}, {
|
|
588
|
-
operation: "scrapePosts" | "searchPosts";
|
|
589
|
-
limit?: number | undefined;
|
|
681
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
590
682
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
591
683
|
username?: string | undefined;
|
|
684
|
+
limit?: number | undefined;
|
|
592
685
|
pageNumber?: number | undefined;
|
|
686
|
+
location?: string | undefined;
|
|
593
687
|
keyword?: string | undefined;
|
|
594
688
|
dateFilter?: "" | "past-24h" | "past-week" | "past-month" | undefined;
|
|
689
|
+
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
690
|
+
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
691
|
+
experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
|
|
595
692
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
596
693
|
}>;
|
|
597
694
|
declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
598
|
-
operation: z.ZodEnum<["scrapePosts", "searchPosts"]>;
|
|
695
|
+
operation: z.ZodEnum<["scrapePosts", "searchPosts", "scrapeJobs"]>;
|
|
696
|
+
jobs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
697
|
+
id: z.ZodNullable<z.ZodString>;
|
|
698
|
+
title: z.ZodNullable<z.ZodString>;
|
|
699
|
+
company: z.ZodNullable<z.ZodObject<{
|
|
700
|
+
name: z.ZodNullable<z.ZodString>;
|
|
701
|
+
url: z.ZodNullable<z.ZodString>;
|
|
702
|
+
logo: z.ZodNullable<z.ZodString>;
|
|
703
|
+
}, "strip", z.ZodTypeAny, {
|
|
704
|
+
name: string | null;
|
|
705
|
+
url: string | null;
|
|
706
|
+
logo: string | null;
|
|
707
|
+
}, {
|
|
708
|
+
name: string | null;
|
|
709
|
+
url: string | null;
|
|
710
|
+
logo: string | null;
|
|
711
|
+
}>>;
|
|
712
|
+
location: z.ZodNullable<z.ZodString>;
|
|
713
|
+
description: z.ZodNullable<z.ZodString>;
|
|
714
|
+
employmentType: z.ZodNullable<z.ZodString>;
|
|
715
|
+
seniorityLevel: z.ZodNullable<z.ZodString>;
|
|
716
|
+
postedAt: z.ZodNullable<z.ZodString>;
|
|
717
|
+
url: z.ZodNullable<z.ZodString>;
|
|
718
|
+
applyUrl: z.ZodNullable<z.ZodString>;
|
|
719
|
+
salary: z.ZodNullable<z.ZodObject<{
|
|
720
|
+
from: z.ZodNullable<z.ZodNumber>;
|
|
721
|
+
to: z.ZodNullable<z.ZodNumber>;
|
|
722
|
+
currency: z.ZodNullable<z.ZodString>;
|
|
723
|
+
period: z.ZodNullable<z.ZodString>;
|
|
724
|
+
}, "strip", z.ZodTypeAny, {
|
|
725
|
+
from: number | null;
|
|
726
|
+
to: number | null;
|
|
727
|
+
currency: string | null;
|
|
728
|
+
period: string | null;
|
|
729
|
+
}, {
|
|
730
|
+
from: number | null;
|
|
731
|
+
to: number | null;
|
|
732
|
+
currency: string | null;
|
|
733
|
+
period: string | null;
|
|
734
|
+
}>>;
|
|
735
|
+
skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
736
|
+
}, "strip", z.ZodTypeAny, {
|
|
737
|
+
description: string | null;
|
|
738
|
+
title: string | null;
|
|
739
|
+
url: string | null;
|
|
740
|
+
id: string | null;
|
|
741
|
+
location: string | null;
|
|
742
|
+
postedAt: string | null;
|
|
743
|
+
applyUrl: string | null;
|
|
744
|
+
salary: {
|
|
745
|
+
from: number | null;
|
|
746
|
+
to: number | null;
|
|
747
|
+
currency: string | null;
|
|
748
|
+
period: string | null;
|
|
749
|
+
} | null;
|
|
750
|
+
seniorityLevel: string | null;
|
|
751
|
+
employmentType: string | null;
|
|
752
|
+
company: {
|
|
753
|
+
name: string | null;
|
|
754
|
+
url: string | null;
|
|
755
|
+
logo: string | null;
|
|
756
|
+
} | null;
|
|
757
|
+
skills: string[] | null;
|
|
758
|
+
}, {
|
|
759
|
+
description: string | null;
|
|
760
|
+
title: string | null;
|
|
761
|
+
url: string | null;
|
|
762
|
+
id: string | null;
|
|
763
|
+
location: string | null;
|
|
764
|
+
postedAt: string | null;
|
|
765
|
+
applyUrl: string | null;
|
|
766
|
+
salary: {
|
|
767
|
+
from: number | null;
|
|
768
|
+
to: number | null;
|
|
769
|
+
currency: string | null;
|
|
770
|
+
period: string | null;
|
|
771
|
+
} | null;
|
|
772
|
+
seniorityLevel: string | null;
|
|
773
|
+
employmentType: string | null;
|
|
774
|
+
company: {
|
|
775
|
+
name: string | null;
|
|
776
|
+
url: string | null;
|
|
777
|
+
logo: string | null;
|
|
778
|
+
} | null;
|
|
779
|
+
skills: string[] | null;
|
|
780
|
+
}>, "many">>;
|
|
599
781
|
posts: z.ZodArray<z.ZodObject<{
|
|
600
782
|
urn: z.ZodNullable<z.ZodString>;
|
|
601
783
|
fullUrn: z.ZodNullable<z.ZodString>;
|
|
@@ -625,17 +807,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
625
807
|
}, "strip", z.ZodTypeAny, {
|
|
626
808
|
username: string | null;
|
|
627
809
|
headline: string | null;
|
|
628
|
-
firstName: string | null;
|
|
629
|
-
lastName: string | null;
|
|
630
810
|
profileUrl: string | null;
|
|
631
811
|
profilePicture: string | null;
|
|
812
|
+
firstName: string | null;
|
|
813
|
+
lastName: string | null;
|
|
632
814
|
}, {
|
|
633
815
|
username: string | null;
|
|
634
816
|
headline: string | null;
|
|
635
|
-
firstName: string | null;
|
|
636
|
-
lastName: string | null;
|
|
637
817
|
profileUrl: string | null;
|
|
638
818
|
profilePicture: string | null;
|
|
819
|
+
firstName: string | null;
|
|
820
|
+
lastName: string | null;
|
|
639
821
|
}>>;
|
|
640
822
|
stats: z.ZodNullable<z.ZodObject<{
|
|
641
823
|
totalReactions: z.ZodNullable<z.ZodNumber>;
|
|
@@ -688,21 +870,21 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
688
870
|
}, "strip", z.ZodTypeAny, {
|
|
689
871
|
type: string | null;
|
|
690
872
|
url: string | null;
|
|
691
|
-
thumbnail: string | null;
|
|
692
873
|
images: {
|
|
693
874
|
url: string | null;
|
|
694
875
|
width: number | null;
|
|
695
876
|
height: number | null;
|
|
696
877
|
}[] | null;
|
|
878
|
+
thumbnail: string | null;
|
|
697
879
|
}, {
|
|
698
880
|
type: string | null;
|
|
699
881
|
url: string | null;
|
|
700
|
-
thumbnail: string | null;
|
|
701
882
|
images: {
|
|
702
883
|
url: string | null;
|
|
703
884
|
width: number | null;
|
|
704
885
|
height: number | null;
|
|
705
886
|
}[] | null;
|
|
887
|
+
thumbnail: string | null;
|
|
706
888
|
}>>;
|
|
707
889
|
article: z.ZodNullable<z.ZodObject<{
|
|
708
890
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -764,17 +946,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
764
946
|
}, "strip", z.ZodTypeAny, {
|
|
765
947
|
username: string | null;
|
|
766
948
|
headline: string | null;
|
|
767
|
-
firstName: string | null;
|
|
768
|
-
lastName: string | null;
|
|
769
949
|
profileUrl: string | null;
|
|
770
950
|
profilePicture: string | null;
|
|
951
|
+
firstName: string | null;
|
|
952
|
+
lastName: string | null;
|
|
771
953
|
}, {
|
|
772
954
|
username: string | null;
|
|
773
955
|
headline: string | null;
|
|
774
|
-
firstName: string | null;
|
|
775
|
-
lastName: string | null;
|
|
776
956
|
profileUrl: string | null;
|
|
777
957
|
profilePicture: string | null;
|
|
958
|
+
firstName: string | null;
|
|
959
|
+
lastName: string | null;
|
|
778
960
|
}>>;
|
|
779
961
|
stats: z.ZodNullable<z.ZodObject<{
|
|
780
962
|
totalReactions: z.ZodNullable<z.ZodNumber>;
|
|
@@ -827,34 +1009,23 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
827
1009
|
}, "strip", z.ZodTypeAny, {
|
|
828
1010
|
type: string | null;
|
|
829
1011
|
url: string | null;
|
|
830
|
-
thumbnail: string | null;
|
|
831
1012
|
images: {
|
|
832
1013
|
url: string | null;
|
|
833
1014
|
width: number | null;
|
|
834
1015
|
height: number | null;
|
|
835
1016
|
}[] | null;
|
|
1017
|
+
thumbnail: string | null;
|
|
836
1018
|
}, {
|
|
837
1019
|
type: string | null;
|
|
838
1020
|
url: string | null;
|
|
839
|
-
thumbnail: string | null;
|
|
840
1021
|
images: {
|
|
841
1022
|
url: string | null;
|
|
842
1023
|
width: number | null;
|
|
843
1024
|
height: number | null;
|
|
844
1025
|
}[] | null;
|
|
1026
|
+
thumbnail: string | null;
|
|
845
1027
|
}>>;
|
|
846
1028
|
}, "strip", z.ZodTypeAny, {
|
|
847
|
-
url: string | null;
|
|
848
|
-
author: {
|
|
849
|
-
username: string | null;
|
|
850
|
-
headline: string | null;
|
|
851
|
-
firstName: string | null;
|
|
852
|
-
lastName: string | null;
|
|
853
|
-
profileUrl: string | null;
|
|
854
|
-
profilePicture: string | null;
|
|
855
|
-
} | null;
|
|
856
|
-
text: string | null;
|
|
857
|
-
urn: string | null;
|
|
858
1029
|
stats: {
|
|
859
1030
|
like: number | null;
|
|
860
1031
|
support: number | null;
|
|
@@ -866,15 +1037,26 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
866
1037
|
reposts: number | null;
|
|
867
1038
|
totalReactions: number | null;
|
|
868
1039
|
} | null;
|
|
1040
|
+
url: string | null;
|
|
1041
|
+
text: string | null;
|
|
1042
|
+
urn: string | null;
|
|
1043
|
+
author: {
|
|
1044
|
+
username: string | null;
|
|
1045
|
+
headline: string | null;
|
|
1046
|
+
profileUrl: string | null;
|
|
1047
|
+
profilePicture: string | null;
|
|
1048
|
+
firstName: string | null;
|
|
1049
|
+
lastName: string | null;
|
|
1050
|
+
} | null;
|
|
869
1051
|
media: {
|
|
870
1052
|
type: string | null;
|
|
871
1053
|
url: string | null;
|
|
872
|
-
thumbnail: string | null;
|
|
873
1054
|
images: {
|
|
874
1055
|
url: string | null;
|
|
875
1056
|
width: number | null;
|
|
876
1057
|
height: number | null;
|
|
877
1058
|
}[] | null;
|
|
1059
|
+
thumbnail: string | null;
|
|
878
1060
|
} | null;
|
|
879
1061
|
postedAt: {
|
|
880
1062
|
date: string | null;
|
|
@@ -883,17 +1065,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
883
1065
|
} | null;
|
|
884
1066
|
postType: string | null;
|
|
885
1067
|
}, {
|
|
886
|
-
url: string | null;
|
|
887
|
-
author: {
|
|
888
|
-
username: string | null;
|
|
889
|
-
headline: string | null;
|
|
890
|
-
firstName: string | null;
|
|
891
|
-
lastName: string | null;
|
|
892
|
-
profileUrl: string | null;
|
|
893
|
-
profilePicture: string | null;
|
|
894
|
-
} | null;
|
|
895
|
-
text: string | null;
|
|
896
|
-
urn: string | null;
|
|
897
1068
|
stats: {
|
|
898
1069
|
like: number | null;
|
|
899
1070
|
support: number | null;
|
|
@@ -905,15 +1076,26 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
905
1076
|
reposts: number | null;
|
|
906
1077
|
totalReactions: number | null;
|
|
907
1078
|
} | null;
|
|
1079
|
+
url: string | null;
|
|
1080
|
+
text: string | null;
|
|
1081
|
+
urn: string | null;
|
|
1082
|
+
author: {
|
|
1083
|
+
username: string | null;
|
|
1084
|
+
headline: string | null;
|
|
1085
|
+
profileUrl: string | null;
|
|
1086
|
+
profilePicture: string | null;
|
|
1087
|
+
firstName: string | null;
|
|
1088
|
+
lastName: string | null;
|
|
1089
|
+
} | null;
|
|
908
1090
|
media: {
|
|
909
1091
|
type: string | null;
|
|
910
1092
|
url: string | null;
|
|
911
|
-
thumbnail: string | null;
|
|
912
1093
|
images: {
|
|
913
1094
|
url: string | null;
|
|
914
1095
|
width: number | null;
|
|
915
1096
|
height: number | null;
|
|
916
1097
|
}[] | null;
|
|
1098
|
+
thumbnail: string | null;
|
|
917
1099
|
} | null;
|
|
918
1100
|
postedAt: {
|
|
919
1101
|
date: string | null;
|
|
@@ -923,17 +1105,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
923
1105
|
postType: string | null;
|
|
924
1106
|
}>>;
|
|
925
1107
|
}, "strip", z.ZodTypeAny, {
|
|
926
|
-
url: string | null;
|
|
927
|
-
author: {
|
|
928
|
-
username: string | null;
|
|
929
|
-
headline: string | null;
|
|
930
|
-
firstName: string | null;
|
|
931
|
-
lastName: string | null;
|
|
932
|
-
profileUrl: string | null;
|
|
933
|
-
profilePicture: string | null;
|
|
934
|
-
} | null;
|
|
935
|
-
text: string | null;
|
|
936
|
-
urn: string | null;
|
|
937
1108
|
stats: {
|
|
938
1109
|
like: number | null;
|
|
939
1110
|
support: number | null;
|
|
@@ -945,15 +1116,32 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
945
1116
|
reposts: number | null;
|
|
946
1117
|
totalReactions: number | null;
|
|
947
1118
|
} | null;
|
|
1119
|
+
url: string | null;
|
|
1120
|
+
text: string | null;
|
|
1121
|
+
document: {
|
|
1122
|
+
title: string | null;
|
|
1123
|
+
url: string | null;
|
|
1124
|
+
thumbnail: string | null;
|
|
1125
|
+
pageCount: number | null;
|
|
1126
|
+
} | null;
|
|
1127
|
+
urn: string | null;
|
|
1128
|
+
author: {
|
|
1129
|
+
username: string | null;
|
|
1130
|
+
headline: string | null;
|
|
1131
|
+
profileUrl: string | null;
|
|
1132
|
+
profilePicture: string | null;
|
|
1133
|
+
firstName: string | null;
|
|
1134
|
+
lastName: string | null;
|
|
1135
|
+
} | null;
|
|
948
1136
|
media: {
|
|
949
1137
|
type: string | null;
|
|
950
1138
|
url: string | null;
|
|
951
|
-
thumbnail: string | null;
|
|
952
1139
|
images: {
|
|
953
1140
|
url: string | null;
|
|
954
1141
|
width: number | null;
|
|
955
1142
|
height: number | null;
|
|
956
1143
|
}[] | null;
|
|
1144
|
+
thumbnail: string | null;
|
|
957
1145
|
} | null;
|
|
958
1146
|
article: {
|
|
959
1147
|
title: string | null;
|
|
@@ -961,31 +1149,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
961
1149
|
thumbnail: string | null;
|
|
962
1150
|
subtitle: string | null;
|
|
963
1151
|
} | null;
|
|
964
|
-
document: {
|
|
965
|
-
title: string | null;
|
|
966
|
-
url: string | null;
|
|
967
|
-
thumbnail: string | null;
|
|
968
|
-
pageCount: number | null;
|
|
969
|
-
} | null;
|
|
970
|
-
fullUrn: string | null;
|
|
971
1152
|
postedAt: {
|
|
972
1153
|
date: string | null;
|
|
973
1154
|
timestamp: number | null;
|
|
974
1155
|
relative: string | null;
|
|
975
1156
|
} | null;
|
|
1157
|
+
fullUrn: string | null;
|
|
976
1158
|
postType: string | null;
|
|
977
1159
|
resharedPost: {
|
|
978
|
-
url: string | null;
|
|
979
|
-
author: {
|
|
980
|
-
username: string | null;
|
|
981
|
-
headline: string | null;
|
|
982
|
-
firstName: string | null;
|
|
983
|
-
lastName: string | null;
|
|
984
|
-
profileUrl: string | null;
|
|
985
|
-
profilePicture: string | null;
|
|
986
|
-
} | null;
|
|
987
|
-
text: string | null;
|
|
988
|
-
urn: string | null;
|
|
989
1160
|
stats: {
|
|
990
1161
|
like: number | null;
|
|
991
1162
|
support: number | null;
|
|
@@ -997,15 +1168,26 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
997
1168
|
reposts: number | null;
|
|
998
1169
|
totalReactions: number | null;
|
|
999
1170
|
} | null;
|
|
1171
|
+
url: string | null;
|
|
1172
|
+
text: string | null;
|
|
1173
|
+
urn: string | null;
|
|
1174
|
+
author: {
|
|
1175
|
+
username: string | null;
|
|
1176
|
+
headline: string | null;
|
|
1177
|
+
profileUrl: string | null;
|
|
1178
|
+
profilePicture: string | null;
|
|
1179
|
+
firstName: string | null;
|
|
1180
|
+
lastName: string | null;
|
|
1181
|
+
} | null;
|
|
1000
1182
|
media: {
|
|
1001
1183
|
type: string | null;
|
|
1002
1184
|
url: string | null;
|
|
1003
|
-
thumbnail: string | null;
|
|
1004
1185
|
images: {
|
|
1005
1186
|
url: string | null;
|
|
1006
1187
|
width: number | null;
|
|
1007
1188
|
height: number | null;
|
|
1008
1189
|
}[] | null;
|
|
1190
|
+
thumbnail: string | null;
|
|
1009
1191
|
} | null;
|
|
1010
1192
|
postedAt: {
|
|
1011
1193
|
date: string | null;
|
|
@@ -1015,17 +1197,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1015
1197
|
postType: string | null;
|
|
1016
1198
|
} | null;
|
|
1017
1199
|
}, {
|
|
1018
|
-
url: string | null;
|
|
1019
|
-
author: {
|
|
1020
|
-
username: string | null;
|
|
1021
|
-
headline: string | null;
|
|
1022
|
-
firstName: string | null;
|
|
1023
|
-
lastName: string | null;
|
|
1024
|
-
profileUrl: string | null;
|
|
1025
|
-
profilePicture: string | null;
|
|
1026
|
-
} | null;
|
|
1027
|
-
text: string | null;
|
|
1028
|
-
urn: string | null;
|
|
1029
1200
|
stats: {
|
|
1030
1201
|
like: number | null;
|
|
1031
1202
|
support: number | null;
|
|
@@ -1037,15 +1208,32 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1037
1208
|
reposts: number | null;
|
|
1038
1209
|
totalReactions: number | null;
|
|
1039
1210
|
} | null;
|
|
1211
|
+
url: string | null;
|
|
1212
|
+
text: string | null;
|
|
1213
|
+
document: {
|
|
1214
|
+
title: string | null;
|
|
1215
|
+
url: string | null;
|
|
1216
|
+
thumbnail: string | null;
|
|
1217
|
+
pageCount: number | null;
|
|
1218
|
+
} | null;
|
|
1219
|
+
urn: string | null;
|
|
1220
|
+
author: {
|
|
1221
|
+
username: string | null;
|
|
1222
|
+
headline: string | null;
|
|
1223
|
+
profileUrl: string | null;
|
|
1224
|
+
profilePicture: string | null;
|
|
1225
|
+
firstName: string | null;
|
|
1226
|
+
lastName: string | null;
|
|
1227
|
+
} | null;
|
|
1040
1228
|
media: {
|
|
1041
1229
|
type: string | null;
|
|
1042
1230
|
url: string | null;
|
|
1043
|
-
thumbnail: string | null;
|
|
1044
1231
|
images: {
|
|
1045
1232
|
url: string | null;
|
|
1046
1233
|
width: number | null;
|
|
1047
1234
|
height: number | null;
|
|
1048
1235
|
}[] | null;
|
|
1236
|
+
thumbnail: string | null;
|
|
1049
1237
|
} | null;
|
|
1050
1238
|
article: {
|
|
1051
1239
|
title: string | null;
|
|
@@ -1053,31 +1241,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1053
1241
|
thumbnail: string | null;
|
|
1054
1242
|
subtitle: string | null;
|
|
1055
1243
|
} | null;
|
|
1056
|
-
document: {
|
|
1057
|
-
title: string | null;
|
|
1058
|
-
url: string | null;
|
|
1059
|
-
thumbnail: string | null;
|
|
1060
|
-
pageCount: number | null;
|
|
1061
|
-
} | null;
|
|
1062
|
-
fullUrn: string | null;
|
|
1063
1244
|
postedAt: {
|
|
1064
1245
|
date: string | null;
|
|
1065
1246
|
timestamp: number | null;
|
|
1066
1247
|
relative: string | null;
|
|
1067
1248
|
} | null;
|
|
1249
|
+
fullUrn: string | null;
|
|
1068
1250
|
postType: string | null;
|
|
1069
1251
|
resharedPost: {
|
|
1070
|
-
url: string | null;
|
|
1071
|
-
author: {
|
|
1072
|
-
username: string | null;
|
|
1073
|
-
headline: string | null;
|
|
1074
|
-
firstName: string | null;
|
|
1075
|
-
lastName: string | null;
|
|
1076
|
-
profileUrl: string | null;
|
|
1077
|
-
profilePicture: string | null;
|
|
1078
|
-
} | null;
|
|
1079
|
-
text: string | null;
|
|
1080
|
-
urn: string | null;
|
|
1081
1252
|
stats: {
|
|
1082
1253
|
like: number | null;
|
|
1083
1254
|
support: number | null;
|
|
@@ -1089,15 +1260,26 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1089
1260
|
reposts: number | null;
|
|
1090
1261
|
totalReactions: number | null;
|
|
1091
1262
|
} | null;
|
|
1263
|
+
url: string | null;
|
|
1264
|
+
text: string | null;
|
|
1265
|
+
urn: string | null;
|
|
1266
|
+
author: {
|
|
1267
|
+
username: string | null;
|
|
1268
|
+
headline: string | null;
|
|
1269
|
+
profileUrl: string | null;
|
|
1270
|
+
profilePicture: string | null;
|
|
1271
|
+
firstName: string | null;
|
|
1272
|
+
lastName: string | null;
|
|
1273
|
+
} | null;
|
|
1092
1274
|
media: {
|
|
1093
1275
|
type: string | null;
|
|
1094
1276
|
url: string | null;
|
|
1095
|
-
thumbnail: string | null;
|
|
1096
1277
|
images: {
|
|
1097
1278
|
url: string | null;
|
|
1098
1279
|
width: number | null;
|
|
1099
1280
|
height: number | null;
|
|
1100
1281
|
}[] | null;
|
|
1282
|
+
thumbnail: string | null;
|
|
1101
1283
|
} | null;
|
|
1102
1284
|
postedAt: {
|
|
1103
1285
|
date: string | null;
|
|
@@ -1116,18 +1298,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1116
1298
|
success: z.ZodBoolean;
|
|
1117
1299
|
error: z.ZodString;
|
|
1118
1300
|
}, "strip", z.ZodTypeAny, {
|
|
1301
|
+
error: string;
|
|
1302
|
+
success: boolean;
|
|
1303
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1119
1304
|
posts: {
|
|
1120
|
-
url: string | null;
|
|
1121
|
-
author: {
|
|
1122
|
-
username: string | null;
|
|
1123
|
-
headline: string | null;
|
|
1124
|
-
firstName: string | null;
|
|
1125
|
-
lastName: string | null;
|
|
1126
|
-
profileUrl: string | null;
|
|
1127
|
-
profilePicture: string | null;
|
|
1128
|
-
} | null;
|
|
1129
|
-
text: string | null;
|
|
1130
|
-
urn: string | null;
|
|
1131
1305
|
stats: {
|
|
1132
1306
|
like: number | null;
|
|
1133
1307
|
support: number | null;
|
|
@@ -1139,15 +1313,32 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1139
1313
|
reposts: number | null;
|
|
1140
1314
|
totalReactions: number | null;
|
|
1141
1315
|
} | null;
|
|
1316
|
+
url: string | null;
|
|
1317
|
+
text: string | null;
|
|
1318
|
+
document: {
|
|
1319
|
+
title: string | null;
|
|
1320
|
+
url: string | null;
|
|
1321
|
+
thumbnail: string | null;
|
|
1322
|
+
pageCount: number | null;
|
|
1323
|
+
} | null;
|
|
1324
|
+
urn: string | null;
|
|
1325
|
+
author: {
|
|
1326
|
+
username: string | null;
|
|
1327
|
+
headline: string | null;
|
|
1328
|
+
profileUrl: string | null;
|
|
1329
|
+
profilePicture: string | null;
|
|
1330
|
+
firstName: string | null;
|
|
1331
|
+
lastName: string | null;
|
|
1332
|
+
} | null;
|
|
1142
1333
|
media: {
|
|
1143
1334
|
type: string | null;
|
|
1144
1335
|
url: string | null;
|
|
1145
|
-
thumbnail: string | null;
|
|
1146
1336
|
images: {
|
|
1147
1337
|
url: string | null;
|
|
1148
1338
|
width: number | null;
|
|
1149
1339
|
height: number | null;
|
|
1150
1340
|
}[] | null;
|
|
1341
|
+
thumbnail: string | null;
|
|
1151
1342
|
} | null;
|
|
1152
1343
|
article: {
|
|
1153
1344
|
title: string | null;
|
|
@@ -1155,31 +1346,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1155
1346
|
thumbnail: string | null;
|
|
1156
1347
|
subtitle: string | null;
|
|
1157
1348
|
} | null;
|
|
1158
|
-
document: {
|
|
1159
|
-
title: string | null;
|
|
1160
|
-
url: string | null;
|
|
1161
|
-
thumbnail: string | null;
|
|
1162
|
-
pageCount: number | null;
|
|
1163
|
-
} | null;
|
|
1164
|
-
fullUrn: string | null;
|
|
1165
1349
|
postedAt: {
|
|
1166
1350
|
date: string | null;
|
|
1167
1351
|
timestamp: number | null;
|
|
1168
1352
|
relative: string | null;
|
|
1169
1353
|
} | null;
|
|
1354
|
+
fullUrn: string | null;
|
|
1170
1355
|
postType: string | null;
|
|
1171
1356
|
resharedPost: {
|
|
1172
|
-
url: string | null;
|
|
1173
|
-
author: {
|
|
1174
|
-
username: string | null;
|
|
1175
|
-
headline: string | null;
|
|
1176
|
-
firstName: string | null;
|
|
1177
|
-
lastName: string | null;
|
|
1178
|
-
profileUrl: string | null;
|
|
1179
|
-
profilePicture: string | null;
|
|
1180
|
-
} | null;
|
|
1181
|
-
text: string | null;
|
|
1182
|
-
urn: string | null;
|
|
1183
1357
|
stats: {
|
|
1184
1358
|
like: number | null;
|
|
1185
1359
|
support: number | null;
|
|
@@ -1191,15 +1365,26 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1191
1365
|
reposts: number | null;
|
|
1192
1366
|
totalReactions: number | null;
|
|
1193
1367
|
} | null;
|
|
1368
|
+
url: string | null;
|
|
1369
|
+
text: string | null;
|
|
1370
|
+
urn: string | null;
|
|
1371
|
+
author: {
|
|
1372
|
+
username: string | null;
|
|
1373
|
+
headline: string | null;
|
|
1374
|
+
profileUrl: string | null;
|
|
1375
|
+
profilePicture: string | null;
|
|
1376
|
+
firstName: string | null;
|
|
1377
|
+
lastName: string | null;
|
|
1378
|
+
} | null;
|
|
1194
1379
|
media: {
|
|
1195
1380
|
type: string | null;
|
|
1196
1381
|
url: string | null;
|
|
1197
|
-
thumbnail: string | null;
|
|
1198
1382
|
images: {
|
|
1199
1383
|
url: string | null;
|
|
1200
1384
|
width: number | null;
|
|
1201
1385
|
height: number | null;
|
|
1202
1386
|
}[] | null;
|
|
1387
|
+
thumbnail: string | null;
|
|
1203
1388
|
} | null;
|
|
1204
1389
|
postedAt: {
|
|
1205
1390
|
date: string | null;
|
|
@@ -1209,28 +1394,40 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1209
1394
|
postType: string | null;
|
|
1210
1395
|
} | null;
|
|
1211
1396
|
}[];
|
|
1212
|
-
success: boolean;
|
|
1213
|
-
error: string;
|
|
1214
|
-
operation: "scrapePosts" | "searchPosts";
|
|
1215
1397
|
totalPosts: number;
|
|
1216
1398
|
username?: string | undefined;
|
|
1217
1399
|
keyword?: string | undefined;
|
|
1400
|
+
jobs?: {
|
|
1401
|
+
description: string | null;
|
|
1402
|
+
title: string | null;
|
|
1403
|
+
url: string | null;
|
|
1404
|
+
id: string | null;
|
|
1405
|
+
location: string | null;
|
|
1406
|
+
postedAt: string | null;
|
|
1407
|
+
applyUrl: string | null;
|
|
1408
|
+
salary: {
|
|
1409
|
+
from: number | null;
|
|
1410
|
+
to: number | null;
|
|
1411
|
+
currency: string | null;
|
|
1412
|
+
period: string | null;
|
|
1413
|
+
} | null;
|
|
1414
|
+
seniorityLevel: string | null;
|
|
1415
|
+
employmentType: string | null;
|
|
1416
|
+
company: {
|
|
1417
|
+
name: string | null;
|
|
1418
|
+
url: string | null;
|
|
1419
|
+
logo: string | null;
|
|
1420
|
+
} | null;
|
|
1421
|
+
skills: string[] | null;
|
|
1422
|
+
}[] | undefined;
|
|
1218
1423
|
totalResults?: number | null | undefined;
|
|
1219
1424
|
paginationToken?: string | null | undefined;
|
|
1220
1425
|
hasNextPage?: boolean | null | undefined;
|
|
1221
1426
|
}, {
|
|
1427
|
+
error: string;
|
|
1428
|
+
success: boolean;
|
|
1429
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1222
1430
|
posts: {
|
|
1223
|
-
url: string | null;
|
|
1224
|
-
author: {
|
|
1225
|
-
username: string | null;
|
|
1226
|
-
headline: string | null;
|
|
1227
|
-
firstName: string | null;
|
|
1228
|
-
lastName: string | null;
|
|
1229
|
-
profileUrl: string | null;
|
|
1230
|
-
profilePicture: string | null;
|
|
1231
|
-
} | null;
|
|
1232
|
-
text: string | null;
|
|
1233
|
-
urn: string | null;
|
|
1234
1431
|
stats: {
|
|
1235
1432
|
like: number | null;
|
|
1236
1433
|
support: number | null;
|
|
@@ -1242,15 +1439,32 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1242
1439
|
reposts: number | null;
|
|
1243
1440
|
totalReactions: number | null;
|
|
1244
1441
|
} | null;
|
|
1442
|
+
url: string | null;
|
|
1443
|
+
text: string | null;
|
|
1444
|
+
document: {
|
|
1445
|
+
title: string | null;
|
|
1446
|
+
url: string | null;
|
|
1447
|
+
thumbnail: string | null;
|
|
1448
|
+
pageCount: number | null;
|
|
1449
|
+
} | null;
|
|
1450
|
+
urn: string | null;
|
|
1451
|
+
author: {
|
|
1452
|
+
username: string | null;
|
|
1453
|
+
headline: string | null;
|
|
1454
|
+
profileUrl: string | null;
|
|
1455
|
+
profilePicture: string | null;
|
|
1456
|
+
firstName: string | null;
|
|
1457
|
+
lastName: string | null;
|
|
1458
|
+
} | null;
|
|
1245
1459
|
media: {
|
|
1246
1460
|
type: string | null;
|
|
1247
1461
|
url: string | null;
|
|
1248
|
-
thumbnail: string | null;
|
|
1249
1462
|
images: {
|
|
1250
1463
|
url: string | null;
|
|
1251
1464
|
width: number | null;
|
|
1252
1465
|
height: number | null;
|
|
1253
1466
|
}[] | null;
|
|
1467
|
+
thumbnail: string | null;
|
|
1254
1468
|
} | null;
|
|
1255
1469
|
article: {
|
|
1256
1470
|
title: string | null;
|
|
@@ -1258,31 +1472,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1258
1472
|
thumbnail: string | null;
|
|
1259
1473
|
subtitle: string | null;
|
|
1260
1474
|
} | null;
|
|
1261
|
-
document: {
|
|
1262
|
-
title: string | null;
|
|
1263
|
-
url: string | null;
|
|
1264
|
-
thumbnail: string | null;
|
|
1265
|
-
pageCount: number | null;
|
|
1266
|
-
} | null;
|
|
1267
|
-
fullUrn: string | null;
|
|
1268
1475
|
postedAt: {
|
|
1269
1476
|
date: string | null;
|
|
1270
1477
|
timestamp: number | null;
|
|
1271
1478
|
relative: string | null;
|
|
1272
1479
|
} | null;
|
|
1480
|
+
fullUrn: string | null;
|
|
1273
1481
|
postType: string | null;
|
|
1274
1482
|
resharedPost: {
|
|
1275
|
-
url: string | null;
|
|
1276
|
-
author: {
|
|
1277
|
-
username: string | null;
|
|
1278
|
-
headline: string | null;
|
|
1279
|
-
firstName: string | null;
|
|
1280
|
-
lastName: string | null;
|
|
1281
|
-
profileUrl: string | null;
|
|
1282
|
-
profilePicture: string | null;
|
|
1283
|
-
} | null;
|
|
1284
|
-
text: string | null;
|
|
1285
|
-
urn: string | null;
|
|
1286
1483
|
stats: {
|
|
1287
1484
|
like: number | null;
|
|
1288
1485
|
support: number | null;
|
|
@@ -1294,15 +1491,26 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1294
1491
|
reposts: number | null;
|
|
1295
1492
|
totalReactions: number | null;
|
|
1296
1493
|
} | null;
|
|
1494
|
+
url: string | null;
|
|
1495
|
+
text: string | null;
|
|
1496
|
+
urn: string | null;
|
|
1497
|
+
author: {
|
|
1498
|
+
username: string | null;
|
|
1499
|
+
headline: string | null;
|
|
1500
|
+
profileUrl: string | null;
|
|
1501
|
+
profilePicture: string | null;
|
|
1502
|
+
firstName: string | null;
|
|
1503
|
+
lastName: string | null;
|
|
1504
|
+
} | null;
|
|
1297
1505
|
media: {
|
|
1298
1506
|
type: string | null;
|
|
1299
1507
|
url: string | null;
|
|
1300
|
-
thumbnail: string | null;
|
|
1301
1508
|
images: {
|
|
1302
1509
|
url: string | null;
|
|
1303
1510
|
width: number | null;
|
|
1304
1511
|
height: number | null;
|
|
1305
1512
|
}[] | null;
|
|
1513
|
+
thumbnail: string | null;
|
|
1306
1514
|
} | null;
|
|
1307
1515
|
postedAt: {
|
|
1308
1516
|
date: string | null;
|
|
@@ -1312,12 +1520,32 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1312
1520
|
postType: string | null;
|
|
1313
1521
|
} | null;
|
|
1314
1522
|
}[];
|
|
1315
|
-
success: boolean;
|
|
1316
|
-
error: string;
|
|
1317
|
-
operation: "scrapePosts" | "searchPosts";
|
|
1318
1523
|
totalPosts: number;
|
|
1319
1524
|
username?: string | undefined;
|
|
1320
1525
|
keyword?: string | undefined;
|
|
1526
|
+
jobs?: {
|
|
1527
|
+
description: string | null;
|
|
1528
|
+
title: string | null;
|
|
1529
|
+
url: string | null;
|
|
1530
|
+
id: string | null;
|
|
1531
|
+
location: string | null;
|
|
1532
|
+
postedAt: string | null;
|
|
1533
|
+
applyUrl: string | null;
|
|
1534
|
+
salary: {
|
|
1535
|
+
from: number | null;
|
|
1536
|
+
to: number | null;
|
|
1537
|
+
currency: string | null;
|
|
1538
|
+
period: string | null;
|
|
1539
|
+
} | null;
|
|
1540
|
+
seniorityLevel: string | null;
|
|
1541
|
+
employmentType: string | null;
|
|
1542
|
+
company: {
|
|
1543
|
+
name: string | null;
|
|
1544
|
+
url: string | null;
|
|
1545
|
+
logo: string | null;
|
|
1546
|
+
} | null;
|
|
1547
|
+
skills: string[] | null;
|
|
1548
|
+
}[] | undefined;
|
|
1321
1549
|
totalResults?: number | null | undefined;
|
|
1322
1550
|
paginationToken?: string | null | undefined;
|
|
1323
1551
|
hasNextPage?: boolean | null | undefined;
|
|
@@ -1326,6 +1554,7 @@ type LinkedInToolParams = z.output<typeof LinkedInToolParamsSchema>;
|
|
|
1326
1554
|
type LinkedInToolResult = z.output<typeof LinkedInToolResultSchema>;
|
|
1327
1555
|
type LinkedInToolParamsInput = z.input<typeof LinkedInToolParamsSchema>;
|
|
1328
1556
|
export type LinkedInPost = z.output<typeof LinkedInPostSchema>;
|
|
1557
|
+
export type LinkedInJob = z.output<typeof LinkedInJobSchema>;
|
|
1329
1558
|
export type LinkedInAuthor = z.output<typeof LinkedInAuthorSchema>;
|
|
1330
1559
|
export type LinkedInStats = z.output<typeof LinkedInStatsSchema>;
|
|
1331
1560
|
/**
|
|
@@ -1346,35 +1575,132 @@ export type LinkedInStats = z.output<typeof LinkedInStatsSchema>;
|
|
|
1346
1575
|
export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedInToolResult> {
|
|
1347
1576
|
static readonly bubbleName: BubbleName;
|
|
1348
1577
|
static readonly schema: z.ZodObject<{
|
|
1349
|
-
operation: z.ZodEnum<["scrapePosts", "searchPosts"]>;
|
|
1578
|
+
operation: z.ZodEnum<["scrapePosts", "searchPosts", "scrapeJobs"]>;
|
|
1350
1579
|
username: z.ZodOptional<z.ZodString>;
|
|
1351
1580
|
keyword: z.ZodOptional<z.ZodString>;
|
|
1581
|
+
location: z.ZodOptional<z.ZodString>;
|
|
1582
|
+
jobType: z.ZodOptional<z.ZodArray<z.ZodEnum<["full-time", "part-time", "contract", "temporary", "internship"]>, "many">>;
|
|
1583
|
+
workplaceType: z.ZodOptional<z.ZodArray<z.ZodEnum<["on-site", "remote", "hybrid"]>, "many">>;
|
|
1584
|
+
experienceLevel: z.ZodOptional<z.ZodArray<z.ZodEnum<["internship", "entry-level", "associate", "mid-senior", "director", "executive"]>, "many">>;
|
|
1352
1585
|
sortBy: z.ZodOptional<z.ZodDefault<z.ZodEnum<["relevance", "date_posted"]>>>;
|
|
1353
1586
|
dateFilter: z.ZodOptional<z.ZodDefault<z.ZodEnum<["", "past-24h", "past-week", "past-month"]>>>;
|
|
1354
1587
|
limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1355
1588
|
pageNumber: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
1356
1589
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1357
1590
|
}, "strip", z.ZodTypeAny, {
|
|
1358
|
-
operation: "scrapePosts" | "searchPosts";
|
|
1359
|
-
limit?: number | undefined;
|
|
1591
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1360
1592
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1361
1593
|
username?: string | undefined;
|
|
1594
|
+
limit?: number | undefined;
|
|
1362
1595
|
pageNumber?: number | undefined;
|
|
1596
|
+
location?: string | undefined;
|
|
1363
1597
|
keyword?: string | undefined;
|
|
1364
1598
|
dateFilter?: "" | "past-24h" | "past-week" | "past-month" | undefined;
|
|
1599
|
+
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1600
|
+
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1601
|
+
experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
|
|
1365
1602
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1366
1603
|
}, {
|
|
1367
|
-
operation: "scrapePosts" | "searchPosts";
|
|
1368
|
-
limit?: number | undefined;
|
|
1604
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1369
1605
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1370
1606
|
username?: string | undefined;
|
|
1607
|
+
limit?: number | undefined;
|
|
1371
1608
|
pageNumber?: number | undefined;
|
|
1609
|
+
location?: string | undefined;
|
|
1372
1610
|
keyword?: string | undefined;
|
|
1373
1611
|
dateFilter?: "" | "past-24h" | "past-week" | "past-month" | undefined;
|
|
1612
|
+
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1613
|
+
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1614
|
+
experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
|
|
1374
1615
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1375
1616
|
}>;
|
|
1376
1617
|
static readonly resultSchema: z.ZodObject<{
|
|
1377
|
-
operation: z.ZodEnum<["scrapePosts", "searchPosts"]>;
|
|
1618
|
+
operation: z.ZodEnum<["scrapePosts", "searchPosts", "scrapeJobs"]>;
|
|
1619
|
+
jobs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1620
|
+
id: z.ZodNullable<z.ZodString>;
|
|
1621
|
+
title: z.ZodNullable<z.ZodString>;
|
|
1622
|
+
company: z.ZodNullable<z.ZodObject<{
|
|
1623
|
+
name: z.ZodNullable<z.ZodString>;
|
|
1624
|
+
url: z.ZodNullable<z.ZodString>;
|
|
1625
|
+
logo: z.ZodNullable<z.ZodString>;
|
|
1626
|
+
}, "strip", z.ZodTypeAny, {
|
|
1627
|
+
name: string | null;
|
|
1628
|
+
url: string | null;
|
|
1629
|
+
logo: string | null;
|
|
1630
|
+
}, {
|
|
1631
|
+
name: string | null;
|
|
1632
|
+
url: string | null;
|
|
1633
|
+
logo: string | null;
|
|
1634
|
+
}>>;
|
|
1635
|
+
location: z.ZodNullable<z.ZodString>;
|
|
1636
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1637
|
+
employmentType: z.ZodNullable<z.ZodString>;
|
|
1638
|
+
seniorityLevel: z.ZodNullable<z.ZodString>;
|
|
1639
|
+
postedAt: z.ZodNullable<z.ZodString>;
|
|
1640
|
+
url: z.ZodNullable<z.ZodString>;
|
|
1641
|
+
applyUrl: z.ZodNullable<z.ZodString>;
|
|
1642
|
+
salary: z.ZodNullable<z.ZodObject<{
|
|
1643
|
+
from: z.ZodNullable<z.ZodNumber>;
|
|
1644
|
+
to: z.ZodNullable<z.ZodNumber>;
|
|
1645
|
+
currency: z.ZodNullable<z.ZodString>;
|
|
1646
|
+
period: z.ZodNullable<z.ZodString>;
|
|
1647
|
+
}, "strip", z.ZodTypeAny, {
|
|
1648
|
+
from: number | null;
|
|
1649
|
+
to: number | null;
|
|
1650
|
+
currency: string | null;
|
|
1651
|
+
period: string | null;
|
|
1652
|
+
}, {
|
|
1653
|
+
from: number | null;
|
|
1654
|
+
to: number | null;
|
|
1655
|
+
currency: string | null;
|
|
1656
|
+
period: string | null;
|
|
1657
|
+
}>>;
|
|
1658
|
+
skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
1659
|
+
}, "strip", z.ZodTypeAny, {
|
|
1660
|
+
description: string | null;
|
|
1661
|
+
title: string | null;
|
|
1662
|
+
url: string | null;
|
|
1663
|
+
id: string | null;
|
|
1664
|
+
location: string | null;
|
|
1665
|
+
postedAt: string | null;
|
|
1666
|
+
applyUrl: string | null;
|
|
1667
|
+
salary: {
|
|
1668
|
+
from: number | null;
|
|
1669
|
+
to: number | null;
|
|
1670
|
+
currency: string | null;
|
|
1671
|
+
period: string | null;
|
|
1672
|
+
} | null;
|
|
1673
|
+
seniorityLevel: string | null;
|
|
1674
|
+
employmentType: string | null;
|
|
1675
|
+
company: {
|
|
1676
|
+
name: string | null;
|
|
1677
|
+
url: string | null;
|
|
1678
|
+
logo: string | null;
|
|
1679
|
+
} | null;
|
|
1680
|
+
skills: string[] | null;
|
|
1681
|
+
}, {
|
|
1682
|
+
description: string | null;
|
|
1683
|
+
title: string | null;
|
|
1684
|
+
url: string | null;
|
|
1685
|
+
id: string | null;
|
|
1686
|
+
location: string | null;
|
|
1687
|
+
postedAt: string | null;
|
|
1688
|
+
applyUrl: string | null;
|
|
1689
|
+
salary: {
|
|
1690
|
+
from: number | null;
|
|
1691
|
+
to: number | null;
|
|
1692
|
+
currency: string | null;
|
|
1693
|
+
period: string | null;
|
|
1694
|
+
} | null;
|
|
1695
|
+
seniorityLevel: string | null;
|
|
1696
|
+
employmentType: string | null;
|
|
1697
|
+
company: {
|
|
1698
|
+
name: string | null;
|
|
1699
|
+
url: string | null;
|
|
1700
|
+
logo: string | null;
|
|
1701
|
+
} | null;
|
|
1702
|
+
skills: string[] | null;
|
|
1703
|
+
}>, "many">>;
|
|
1378
1704
|
posts: z.ZodArray<z.ZodObject<{
|
|
1379
1705
|
urn: z.ZodNullable<z.ZodString>;
|
|
1380
1706
|
fullUrn: z.ZodNullable<z.ZodString>;
|
|
@@ -1404,17 +1730,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1404
1730
|
}, "strip", z.ZodTypeAny, {
|
|
1405
1731
|
username: string | null;
|
|
1406
1732
|
headline: string | null;
|
|
1407
|
-
firstName: string | null;
|
|
1408
|
-
lastName: string | null;
|
|
1409
1733
|
profileUrl: string | null;
|
|
1410
1734
|
profilePicture: string | null;
|
|
1735
|
+
firstName: string | null;
|
|
1736
|
+
lastName: string | null;
|
|
1411
1737
|
}, {
|
|
1412
1738
|
username: string | null;
|
|
1413
1739
|
headline: string | null;
|
|
1414
|
-
firstName: string | null;
|
|
1415
|
-
lastName: string | null;
|
|
1416
1740
|
profileUrl: string | null;
|
|
1417
1741
|
profilePicture: string | null;
|
|
1742
|
+
firstName: string | null;
|
|
1743
|
+
lastName: string | null;
|
|
1418
1744
|
}>>;
|
|
1419
1745
|
stats: z.ZodNullable<z.ZodObject<{
|
|
1420
1746
|
totalReactions: z.ZodNullable<z.ZodNumber>;
|
|
@@ -1467,21 +1793,21 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1467
1793
|
}, "strip", z.ZodTypeAny, {
|
|
1468
1794
|
type: string | null;
|
|
1469
1795
|
url: string | null;
|
|
1470
|
-
thumbnail: string | null;
|
|
1471
1796
|
images: {
|
|
1472
1797
|
url: string | null;
|
|
1473
1798
|
width: number | null;
|
|
1474
1799
|
height: number | null;
|
|
1475
1800
|
}[] | null;
|
|
1801
|
+
thumbnail: string | null;
|
|
1476
1802
|
}, {
|
|
1477
1803
|
type: string | null;
|
|
1478
1804
|
url: string | null;
|
|
1479
|
-
thumbnail: string | null;
|
|
1480
1805
|
images: {
|
|
1481
1806
|
url: string | null;
|
|
1482
1807
|
width: number | null;
|
|
1483
1808
|
height: number | null;
|
|
1484
1809
|
}[] | null;
|
|
1810
|
+
thumbnail: string | null;
|
|
1485
1811
|
}>>;
|
|
1486
1812
|
article: z.ZodNullable<z.ZodObject<{
|
|
1487
1813
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -1543,17 +1869,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1543
1869
|
}, "strip", z.ZodTypeAny, {
|
|
1544
1870
|
username: string | null;
|
|
1545
1871
|
headline: string | null;
|
|
1546
|
-
firstName: string | null;
|
|
1547
|
-
lastName: string | null;
|
|
1548
1872
|
profileUrl: string | null;
|
|
1549
1873
|
profilePicture: string | null;
|
|
1874
|
+
firstName: string | null;
|
|
1875
|
+
lastName: string | null;
|
|
1550
1876
|
}, {
|
|
1551
1877
|
username: string | null;
|
|
1552
1878
|
headline: string | null;
|
|
1553
|
-
firstName: string | null;
|
|
1554
|
-
lastName: string | null;
|
|
1555
1879
|
profileUrl: string | null;
|
|
1556
1880
|
profilePicture: string | null;
|
|
1881
|
+
firstName: string | null;
|
|
1882
|
+
lastName: string | null;
|
|
1557
1883
|
}>>;
|
|
1558
1884
|
stats: z.ZodNullable<z.ZodObject<{
|
|
1559
1885
|
totalReactions: z.ZodNullable<z.ZodNumber>;
|
|
@@ -1606,34 +1932,23 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1606
1932
|
}, "strip", z.ZodTypeAny, {
|
|
1607
1933
|
type: string | null;
|
|
1608
1934
|
url: string | null;
|
|
1609
|
-
thumbnail: string | null;
|
|
1610
1935
|
images: {
|
|
1611
1936
|
url: string | null;
|
|
1612
1937
|
width: number | null;
|
|
1613
1938
|
height: number | null;
|
|
1614
1939
|
}[] | null;
|
|
1940
|
+
thumbnail: string | null;
|
|
1615
1941
|
}, {
|
|
1616
1942
|
type: string | null;
|
|
1617
1943
|
url: string | null;
|
|
1618
|
-
thumbnail: string | null;
|
|
1619
1944
|
images: {
|
|
1620
1945
|
url: string | null;
|
|
1621
1946
|
width: number | null;
|
|
1622
1947
|
height: number | null;
|
|
1623
1948
|
}[] | null;
|
|
1949
|
+
thumbnail: string | null;
|
|
1624
1950
|
}>>;
|
|
1625
1951
|
}, "strip", z.ZodTypeAny, {
|
|
1626
|
-
url: string | null;
|
|
1627
|
-
author: {
|
|
1628
|
-
username: string | null;
|
|
1629
|
-
headline: string | null;
|
|
1630
|
-
firstName: string | null;
|
|
1631
|
-
lastName: string | null;
|
|
1632
|
-
profileUrl: string | null;
|
|
1633
|
-
profilePicture: string | null;
|
|
1634
|
-
} | null;
|
|
1635
|
-
text: string | null;
|
|
1636
|
-
urn: string | null;
|
|
1637
1952
|
stats: {
|
|
1638
1953
|
like: number | null;
|
|
1639
1954
|
support: number | null;
|
|
@@ -1645,15 +1960,26 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1645
1960
|
reposts: number | null;
|
|
1646
1961
|
totalReactions: number | null;
|
|
1647
1962
|
} | null;
|
|
1963
|
+
url: string | null;
|
|
1964
|
+
text: string | null;
|
|
1965
|
+
urn: string | null;
|
|
1966
|
+
author: {
|
|
1967
|
+
username: string | null;
|
|
1968
|
+
headline: string | null;
|
|
1969
|
+
profileUrl: string | null;
|
|
1970
|
+
profilePicture: string | null;
|
|
1971
|
+
firstName: string | null;
|
|
1972
|
+
lastName: string | null;
|
|
1973
|
+
} | null;
|
|
1648
1974
|
media: {
|
|
1649
1975
|
type: string | null;
|
|
1650
1976
|
url: string | null;
|
|
1651
|
-
thumbnail: string | null;
|
|
1652
1977
|
images: {
|
|
1653
1978
|
url: string | null;
|
|
1654
1979
|
width: number | null;
|
|
1655
1980
|
height: number | null;
|
|
1656
1981
|
}[] | null;
|
|
1982
|
+
thumbnail: string | null;
|
|
1657
1983
|
} | null;
|
|
1658
1984
|
postedAt: {
|
|
1659
1985
|
date: string | null;
|
|
@@ -1662,17 +1988,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1662
1988
|
} | null;
|
|
1663
1989
|
postType: string | null;
|
|
1664
1990
|
}, {
|
|
1665
|
-
url: string | null;
|
|
1666
|
-
author: {
|
|
1667
|
-
username: string | null;
|
|
1668
|
-
headline: string | null;
|
|
1669
|
-
firstName: string | null;
|
|
1670
|
-
lastName: string | null;
|
|
1671
|
-
profileUrl: string | null;
|
|
1672
|
-
profilePicture: string | null;
|
|
1673
|
-
} | null;
|
|
1674
|
-
text: string | null;
|
|
1675
|
-
urn: string | null;
|
|
1676
1991
|
stats: {
|
|
1677
1992
|
like: number | null;
|
|
1678
1993
|
support: number | null;
|
|
@@ -1684,15 +1999,26 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1684
1999
|
reposts: number | null;
|
|
1685
2000
|
totalReactions: number | null;
|
|
1686
2001
|
} | null;
|
|
2002
|
+
url: string | null;
|
|
2003
|
+
text: string | null;
|
|
2004
|
+
urn: string | null;
|
|
2005
|
+
author: {
|
|
2006
|
+
username: string | null;
|
|
2007
|
+
headline: string | null;
|
|
2008
|
+
profileUrl: string | null;
|
|
2009
|
+
profilePicture: string | null;
|
|
2010
|
+
firstName: string | null;
|
|
2011
|
+
lastName: string | null;
|
|
2012
|
+
} | null;
|
|
1687
2013
|
media: {
|
|
1688
2014
|
type: string | null;
|
|
1689
2015
|
url: string | null;
|
|
1690
|
-
thumbnail: string | null;
|
|
1691
2016
|
images: {
|
|
1692
2017
|
url: string | null;
|
|
1693
2018
|
width: number | null;
|
|
1694
2019
|
height: number | null;
|
|
1695
2020
|
}[] | null;
|
|
2021
|
+
thumbnail: string | null;
|
|
1696
2022
|
} | null;
|
|
1697
2023
|
postedAt: {
|
|
1698
2024
|
date: string | null;
|
|
@@ -1702,17 +2028,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1702
2028
|
postType: string | null;
|
|
1703
2029
|
}>>;
|
|
1704
2030
|
}, "strip", z.ZodTypeAny, {
|
|
1705
|
-
url: string | null;
|
|
1706
|
-
author: {
|
|
1707
|
-
username: string | null;
|
|
1708
|
-
headline: string | null;
|
|
1709
|
-
firstName: string | null;
|
|
1710
|
-
lastName: string | null;
|
|
1711
|
-
profileUrl: string | null;
|
|
1712
|
-
profilePicture: string | null;
|
|
1713
|
-
} | null;
|
|
1714
|
-
text: string | null;
|
|
1715
|
-
urn: string | null;
|
|
1716
2031
|
stats: {
|
|
1717
2032
|
like: number | null;
|
|
1718
2033
|
support: number | null;
|
|
@@ -1724,15 +2039,32 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1724
2039
|
reposts: number | null;
|
|
1725
2040
|
totalReactions: number | null;
|
|
1726
2041
|
} | null;
|
|
2042
|
+
url: string | null;
|
|
2043
|
+
text: string | null;
|
|
2044
|
+
document: {
|
|
2045
|
+
title: string | null;
|
|
2046
|
+
url: string | null;
|
|
2047
|
+
thumbnail: string | null;
|
|
2048
|
+
pageCount: number | null;
|
|
2049
|
+
} | null;
|
|
2050
|
+
urn: string | null;
|
|
2051
|
+
author: {
|
|
2052
|
+
username: string | null;
|
|
2053
|
+
headline: string | null;
|
|
2054
|
+
profileUrl: string | null;
|
|
2055
|
+
profilePicture: string | null;
|
|
2056
|
+
firstName: string | null;
|
|
2057
|
+
lastName: string | null;
|
|
2058
|
+
} | null;
|
|
1727
2059
|
media: {
|
|
1728
2060
|
type: string | null;
|
|
1729
2061
|
url: string | null;
|
|
1730
|
-
thumbnail: string | null;
|
|
1731
2062
|
images: {
|
|
1732
2063
|
url: string | null;
|
|
1733
2064
|
width: number | null;
|
|
1734
2065
|
height: number | null;
|
|
1735
2066
|
}[] | null;
|
|
2067
|
+
thumbnail: string | null;
|
|
1736
2068
|
} | null;
|
|
1737
2069
|
article: {
|
|
1738
2070
|
title: string | null;
|
|
@@ -1740,31 +2072,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1740
2072
|
thumbnail: string | null;
|
|
1741
2073
|
subtitle: string | null;
|
|
1742
2074
|
} | null;
|
|
1743
|
-
document: {
|
|
1744
|
-
title: string | null;
|
|
1745
|
-
url: string | null;
|
|
1746
|
-
thumbnail: string | null;
|
|
1747
|
-
pageCount: number | null;
|
|
1748
|
-
} | null;
|
|
1749
|
-
fullUrn: string | null;
|
|
1750
2075
|
postedAt: {
|
|
1751
2076
|
date: string | null;
|
|
1752
2077
|
timestamp: number | null;
|
|
1753
2078
|
relative: string | null;
|
|
1754
2079
|
} | null;
|
|
2080
|
+
fullUrn: string | null;
|
|
1755
2081
|
postType: string | null;
|
|
1756
2082
|
resharedPost: {
|
|
1757
|
-
url: string | null;
|
|
1758
|
-
author: {
|
|
1759
|
-
username: string | null;
|
|
1760
|
-
headline: string | null;
|
|
1761
|
-
firstName: string | null;
|
|
1762
|
-
lastName: string | null;
|
|
1763
|
-
profileUrl: string | null;
|
|
1764
|
-
profilePicture: string | null;
|
|
1765
|
-
} | null;
|
|
1766
|
-
text: string | null;
|
|
1767
|
-
urn: string | null;
|
|
1768
2083
|
stats: {
|
|
1769
2084
|
like: number | null;
|
|
1770
2085
|
support: number | null;
|
|
@@ -1776,15 +2091,26 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1776
2091
|
reposts: number | null;
|
|
1777
2092
|
totalReactions: number | null;
|
|
1778
2093
|
} | null;
|
|
2094
|
+
url: string | null;
|
|
2095
|
+
text: string | null;
|
|
2096
|
+
urn: string | null;
|
|
2097
|
+
author: {
|
|
2098
|
+
username: string | null;
|
|
2099
|
+
headline: string | null;
|
|
2100
|
+
profileUrl: string | null;
|
|
2101
|
+
profilePicture: string | null;
|
|
2102
|
+
firstName: string | null;
|
|
2103
|
+
lastName: string | null;
|
|
2104
|
+
} | null;
|
|
1779
2105
|
media: {
|
|
1780
2106
|
type: string | null;
|
|
1781
2107
|
url: string | null;
|
|
1782
|
-
thumbnail: string | null;
|
|
1783
2108
|
images: {
|
|
1784
2109
|
url: string | null;
|
|
1785
2110
|
width: number | null;
|
|
1786
2111
|
height: number | null;
|
|
1787
2112
|
}[] | null;
|
|
2113
|
+
thumbnail: string | null;
|
|
1788
2114
|
} | null;
|
|
1789
2115
|
postedAt: {
|
|
1790
2116
|
date: string | null;
|
|
@@ -1794,17 +2120,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1794
2120
|
postType: string | null;
|
|
1795
2121
|
} | null;
|
|
1796
2122
|
}, {
|
|
1797
|
-
url: string | null;
|
|
1798
|
-
author: {
|
|
1799
|
-
username: string | null;
|
|
1800
|
-
headline: string | null;
|
|
1801
|
-
firstName: string | null;
|
|
1802
|
-
lastName: string | null;
|
|
1803
|
-
profileUrl: string | null;
|
|
1804
|
-
profilePicture: string | null;
|
|
1805
|
-
} | null;
|
|
1806
|
-
text: string | null;
|
|
1807
|
-
urn: string | null;
|
|
1808
2123
|
stats: {
|
|
1809
2124
|
like: number | null;
|
|
1810
2125
|
support: number | null;
|
|
@@ -1816,15 +2131,32 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1816
2131
|
reposts: number | null;
|
|
1817
2132
|
totalReactions: number | null;
|
|
1818
2133
|
} | null;
|
|
2134
|
+
url: string | null;
|
|
2135
|
+
text: string | null;
|
|
2136
|
+
document: {
|
|
2137
|
+
title: string | null;
|
|
2138
|
+
url: string | null;
|
|
2139
|
+
thumbnail: string | null;
|
|
2140
|
+
pageCount: number | null;
|
|
2141
|
+
} | null;
|
|
2142
|
+
urn: string | null;
|
|
2143
|
+
author: {
|
|
2144
|
+
username: string | null;
|
|
2145
|
+
headline: string | null;
|
|
2146
|
+
profileUrl: string | null;
|
|
2147
|
+
profilePicture: string | null;
|
|
2148
|
+
firstName: string | null;
|
|
2149
|
+
lastName: string | null;
|
|
2150
|
+
} | null;
|
|
1819
2151
|
media: {
|
|
1820
2152
|
type: string | null;
|
|
1821
2153
|
url: string | null;
|
|
1822
|
-
thumbnail: string | null;
|
|
1823
2154
|
images: {
|
|
1824
2155
|
url: string | null;
|
|
1825
2156
|
width: number | null;
|
|
1826
2157
|
height: number | null;
|
|
1827
2158
|
}[] | null;
|
|
2159
|
+
thumbnail: string | null;
|
|
1828
2160
|
} | null;
|
|
1829
2161
|
article: {
|
|
1830
2162
|
title: string | null;
|
|
@@ -1832,31 +2164,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1832
2164
|
thumbnail: string | null;
|
|
1833
2165
|
subtitle: string | null;
|
|
1834
2166
|
} | null;
|
|
1835
|
-
document: {
|
|
1836
|
-
title: string | null;
|
|
1837
|
-
url: string | null;
|
|
1838
|
-
thumbnail: string | null;
|
|
1839
|
-
pageCount: number | null;
|
|
1840
|
-
} | null;
|
|
1841
|
-
fullUrn: string | null;
|
|
1842
2167
|
postedAt: {
|
|
1843
2168
|
date: string | null;
|
|
1844
2169
|
timestamp: number | null;
|
|
1845
2170
|
relative: string | null;
|
|
1846
2171
|
} | null;
|
|
2172
|
+
fullUrn: string | null;
|
|
1847
2173
|
postType: string | null;
|
|
1848
2174
|
resharedPost: {
|
|
1849
|
-
url: string | null;
|
|
1850
|
-
author: {
|
|
1851
|
-
username: string | null;
|
|
1852
|
-
headline: string | null;
|
|
1853
|
-
firstName: string | null;
|
|
1854
|
-
lastName: string | null;
|
|
1855
|
-
profileUrl: string | null;
|
|
1856
|
-
profilePicture: string | null;
|
|
1857
|
-
} | null;
|
|
1858
|
-
text: string | null;
|
|
1859
|
-
urn: string | null;
|
|
1860
2175
|
stats: {
|
|
1861
2176
|
like: number | null;
|
|
1862
2177
|
support: number | null;
|
|
@@ -1868,15 +2183,26 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1868
2183
|
reposts: number | null;
|
|
1869
2184
|
totalReactions: number | null;
|
|
1870
2185
|
} | null;
|
|
2186
|
+
url: string | null;
|
|
2187
|
+
text: string | null;
|
|
2188
|
+
urn: string | null;
|
|
2189
|
+
author: {
|
|
2190
|
+
username: string | null;
|
|
2191
|
+
headline: string | null;
|
|
2192
|
+
profileUrl: string | null;
|
|
2193
|
+
profilePicture: string | null;
|
|
2194
|
+
firstName: string | null;
|
|
2195
|
+
lastName: string | null;
|
|
2196
|
+
} | null;
|
|
1871
2197
|
media: {
|
|
1872
2198
|
type: string | null;
|
|
1873
2199
|
url: string | null;
|
|
1874
|
-
thumbnail: string | null;
|
|
1875
2200
|
images: {
|
|
1876
2201
|
url: string | null;
|
|
1877
2202
|
width: number | null;
|
|
1878
2203
|
height: number | null;
|
|
1879
2204
|
}[] | null;
|
|
2205
|
+
thumbnail: string | null;
|
|
1880
2206
|
} | null;
|
|
1881
2207
|
postedAt: {
|
|
1882
2208
|
date: string | null;
|
|
@@ -1895,18 +2221,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1895
2221
|
success: z.ZodBoolean;
|
|
1896
2222
|
error: z.ZodString;
|
|
1897
2223
|
}, "strip", z.ZodTypeAny, {
|
|
2224
|
+
error: string;
|
|
2225
|
+
success: boolean;
|
|
2226
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1898
2227
|
posts: {
|
|
1899
|
-
url: string | null;
|
|
1900
|
-
author: {
|
|
1901
|
-
username: string | null;
|
|
1902
|
-
headline: string | null;
|
|
1903
|
-
firstName: string | null;
|
|
1904
|
-
lastName: string | null;
|
|
1905
|
-
profileUrl: string | null;
|
|
1906
|
-
profilePicture: string | null;
|
|
1907
|
-
} | null;
|
|
1908
|
-
text: string | null;
|
|
1909
|
-
urn: string | null;
|
|
1910
2228
|
stats: {
|
|
1911
2229
|
like: number | null;
|
|
1912
2230
|
support: number | null;
|
|
@@ -1918,15 +2236,32 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1918
2236
|
reposts: number | null;
|
|
1919
2237
|
totalReactions: number | null;
|
|
1920
2238
|
} | null;
|
|
2239
|
+
url: string | null;
|
|
2240
|
+
text: string | null;
|
|
2241
|
+
document: {
|
|
2242
|
+
title: string | null;
|
|
2243
|
+
url: string | null;
|
|
2244
|
+
thumbnail: string | null;
|
|
2245
|
+
pageCount: number | null;
|
|
2246
|
+
} | null;
|
|
2247
|
+
urn: string | null;
|
|
2248
|
+
author: {
|
|
2249
|
+
username: string | null;
|
|
2250
|
+
headline: string | null;
|
|
2251
|
+
profileUrl: string | null;
|
|
2252
|
+
profilePicture: string | null;
|
|
2253
|
+
firstName: string | null;
|
|
2254
|
+
lastName: string | null;
|
|
2255
|
+
} | null;
|
|
1921
2256
|
media: {
|
|
1922
2257
|
type: string | null;
|
|
1923
2258
|
url: string | null;
|
|
1924
|
-
thumbnail: string | null;
|
|
1925
2259
|
images: {
|
|
1926
2260
|
url: string | null;
|
|
1927
2261
|
width: number | null;
|
|
1928
2262
|
height: number | null;
|
|
1929
2263
|
}[] | null;
|
|
2264
|
+
thumbnail: string | null;
|
|
1930
2265
|
} | null;
|
|
1931
2266
|
article: {
|
|
1932
2267
|
title: string | null;
|
|
@@ -1934,31 +2269,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1934
2269
|
thumbnail: string | null;
|
|
1935
2270
|
subtitle: string | null;
|
|
1936
2271
|
} | null;
|
|
1937
|
-
document: {
|
|
1938
|
-
title: string | null;
|
|
1939
|
-
url: string | null;
|
|
1940
|
-
thumbnail: string | null;
|
|
1941
|
-
pageCount: number | null;
|
|
1942
|
-
} | null;
|
|
1943
|
-
fullUrn: string | null;
|
|
1944
2272
|
postedAt: {
|
|
1945
2273
|
date: string | null;
|
|
1946
2274
|
timestamp: number | null;
|
|
1947
2275
|
relative: string | null;
|
|
1948
2276
|
} | null;
|
|
2277
|
+
fullUrn: string | null;
|
|
1949
2278
|
postType: string | null;
|
|
1950
2279
|
resharedPost: {
|
|
1951
|
-
url: string | null;
|
|
1952
|
-
author: {
|
|
1953
|
-
username: string | null;
|
|
1954
|
-
headline: string | null;
|
|
1955
|
-
firstName: string | null;
|
|
1956
|
-
lastName: string | null;
|
|
1957
|
-
profileUrl: string | null;
|
|
1958
|
-
profilePicture: string | null;
|
|
1959
|
-
} | null;
|
|
1960
|
-
text: string | null;
|
|
1961
|
-
urn: string | null;
|
|
1962
2280
|
stats: {
|
|
1963
2281
|
like: number | null;
|
|
1964
2282
|
support: number | null;
|
|
@@ -1970,15 +2288,26 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1970
2288
|
reposts: number | null;
|
|
1971
2289
|
totalReactions: number | null;
|
|
1972
2290
|
} | null;
|
|
2291
|
+
url: string | null;
|
|
2292
|
+
text: string | null;
|
|
2293
|
+
urn: string | null;
|
|
2294
|
+
author: {
|
|
2295
|
+
username: string | null;
|
|
2296
|
+
headline: string | null;
|
|
2297
|
+
profileUrl: string | null;
|
|
2298
|
+
profilePicture: string | null;
|
|
2299
|
+
firstName: string | null;
|
|
2300
|
+
lastName: string | null;
|
|
2301
|
+
} | null;
|
|
1973
2302
|
media: {
|
|
1974
2303
|
type: string | null;
|
|
1975
2304
|
url: string | null;
|
|
1976
|
-
thumbnail: string | null;
|
|
1977
2305
|
images: {
|
|
1978
2306
|
url: string | null;
|
|
1979
2307
|
width: number | null;
|
|
1980
2308
|
height: number | null;
|
|
1981
2309
|
}[] | null;
|
|
2310
|
+
thumbnail: string | null;
|
|
1982
2311
|
} | null;
|
|
1983
2312
|
postedAt: {
|
|
1984
2313
|
date: string | null;
|
|
@@ -1988,28 +2317,40 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1988
2317
|
postType: string | null;
|
|
1989
2318
|
} | null;
|
|
1990
2319
|
}[];
|
|
1991
|
-
success: boolean;
|
|
1992
|
-
error: string;
|
|
1993
|
-
operation: "scrapePosts" | "searchPosts";
|
|
1994
2320
|
totalPosts: number;
|
|
1995
2321
|
username?: string | undefined;
|
|
1996
2322
|
keyword?: string | undefined;
|
|
2323
|
+
jobs?: {
|
|
2324
|
+
description: string | null;
|
|
2325
|
+
title: string | null;
|
|
2326
|
+
url: string | null;
|
|
2327
|
+
id: string | null;
|
|
2328
|
+
location: string | null;
|
|
2329
|
+
postedAt: string | null;
|
|
2330
|
+
applyUrl: string | null;
|
|
2331
|
+
salary: {
|
|
2332
|
+
from: number | null;
|
|
2333
|
+
to: number | null;
|
|
2334
|
+
currency: string | null;
|
|
2335
|
+
period: string | null;
|
|
2336
|
+
} | null;
|
|
2337
|
+
seniorityLevel: string | null;
|
|
2338
|
+
employmentType: string | null;
|
|
2339
|
+
company: {
|
|
2340
|
+
name: string | null;
|
|
2341
|
+
url: string | null;
|
|
2342
|
+
logo: string | null;
|
|
2343
|
+
} | null;
|
|
2344
|
+
skills: string[] | null;
|
|
2345
|
+
}[] | undefined;
|
|
1997
2346
|
totalResults?: number | null | undefined;
|
|
1998
2347
|
paginationToken?: string | null | undefined;
|
|
1999
2348
|
hasNextPage?: boolean | null | undefined;
|
|
2000
2349
|
}, {
|
|
2350
|
+
error: string;
|
|
2351
|
+
success: boolean;
|
|
2352
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2001
2353
|
posts: {
|
|
2002
|
-
url: string | null;
|
|
2003
|
-
author: {
|
|
2004
|
-
username: string | null;
|
|
2005
|
-
headline: string | null;
|
|
2006
|
-
firstName: string | null;
|
|
2007
|
-
lastName: string | null;
|
|
2008
|
-
profileUrl: string | null;
|
|
2009
|
-
profilePicture: string | null;
|
|
2010
|
-
} | null;
|
|
2011
|
-
text: string | null;
|
|
2012
|
-
urn: string | null;
|
|
2013
2354
|
stats: {
|
|
2014
2355
|
like: number | null;
|
|
2015
2356
|
support: number | null;
|
|
@@ -2021,15 +2362,32 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2021
2362
|
reposts: number | null;
|
|
2022
2363
|
totalReactions: number | null;
|
|
2023
2364
|
} | null;
|
|
2365
|
+
url: string | null;
|
|
2366
|
+
text: string | null;
|
|
2367
|
+
document: {
|
|
2368
|
+
title: string | null;
|
|
2369
|
+
url: string | null;
|
|
2370
|
+
thumbnail: string | null;
|
|
2371
|
+
pageCount: number | null;
|
|
2372
|
+
} | null;
|
|
2373
|
+
urn: string | null;
|
|
2374
|
+
author: {
|
|
2375
|
+
username: string | null;
|
|
2376
|
+
headline: string | null;
|
|
2377
|
+
profileUrl: string | null;
|
|
2378
|
+
profilePicture: string | null;
|
|
2379
|
+
firstName: string | null;
|
|
2380
|
+
lastName: string | null;
|
|
2381
|
+
} | null;
|
|
2024
2382
|
media: {
|
|
2025
2383
|
type: string | null;
|
|
2026
2384
|
url: string | null;
|
|
2027
|
-
thumbnail: string | null;
|
|
2028
2385
|
images: {
|
|
2029
2386
|
url: string | null;
|
|
2030
2387
|
width: number | null;
|
|
2031
2388
|
height: number | null;
|
|
2032
2389
|
}[] | null;
|
|
2390
|
+
thumbnail: string | null;
|
|
2033
2391
|
} | null;
|
|
2034
2392
|
article: {
|
|
2035
2393
|
title: string | null;
|
|
@@ -2037,31 +2395,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2037
2395
|
thumbnail: string | null;
|
|
2038
2396
|
subtitle: string | null;
|
|
2039
2397
|
} | null;
|
|
2040
|
-
document: {
|
|
2041
|
-
title: string | null;
|
|
2042
|
-
url: string | null;
|
|
2043
|
-
thumbnail: string | null;
|
|
2044
|
-
pageCount: number | null;
|
|
2045
|
-
} | null;
|
|
2046
|
-
fullUrn: string | null;
|
|
2047
2398
|
postedAt: {
|
|
2048
2399
|
date: string | null;
|
|
2049
2400
|
timestamp: number | null;
|
|
2050
2401
|
relative: string | null;
|
|
2051
2402
|
} | null;
|
|
2403
|
+
fullUrn: string | null;
|
|
2052
2404
|
postType: string | null;
|
|
2053
2405
|
resharedPost: {
|
|
2054
|
-
url: string | null;
|
|
2055
|
-
author: {
|
|
2056
|
-
username: string | null;
|
|
2057
|
-
headline: string | null;
|
|
2058
|
-
firstName: string | null;
|
|
2059
|
-
lastName: string | null;
|
|
2060
|
-
profileUrl: string | null;
|
|
2061
|
-
profilePicture: string | null;
|
|
2062
|
-
} | null;
|
|
2063
|
-
text: string | null;
|
|
2064
|
-
urn: string | null;
|
|
2065
2406
|
stats: {
|
|
2066
2407
|
like: number | null;
|
|
2067
2408
|
support: number | null;
|
|
@@ -2073,15 +2414,26 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2073
2414
|
reposts: number | null;
|
|
2074
2415
|
totalReactions: number | null;
|
|
2075
2416
|
} | null;
|
|
2417
|
+
url: string | null;
|
|
2418
|
+
text: string | null;
|
|
2419
|
+
urn: string | null;
|
|
2420
|
+
author: {
|
|
2421
|
+
username: string | null;
|
|
2422
|
+
headline: string | null;
|
|
2423
|
+
profileUrl: string | null;
|
|
2424
|
+
profilePicture: string | null;
|
|
2425
|
+
firstName: string | null;
|
|
2426
|
+
lastName: string | null;
|
|
2427
|
+
} | null;
|
|
2076
2428
|
media: {
|
|
2077
2429
|
type: string | null;
|
|
2078
2430
|
url: string | null;
|
|
2079
|
-
thumbnail: string | null;
|
|
2080
2431
|
images: {
|
|
2081
2432
|
url: string | null;
|
|
2082
2433
|
width: number | null;
|
|
2083
2434
|
height: number | null;
|
|
2084
2435
|
}[] | null;
|
|
2436
|
+
thumbnail: string | null;
|
|
2085
2437
|
} | null;
|
|
2086
2438
|
postedAt: {
|
|
2087
2439
|
date: string | null;
|
|
@@ -2091,18 +2443,38 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2091
2443
|
postType: string | null;
|
|
2092
2444
|
} | null;
|
|
2093
2445
|
}[];
|
|
2094
|
-
success: boolean;
|
|
2095
|
-
error: string;
|
|
2096
|
-
operation: "scrapePosts" | "searchPosts";
|
|
2097
2446
|
totalPosts: number;
|
|
2098
2447
|
username?: string | undefined;
|
|
2099
2448
|
keyword?: string | undefined;
|
|
2449
|
+
jobs?: {
|
|
2450
|
+
description: string | null;
|
|
2451
|
+
title: string | null;
|
|
2452
|
+
url: string | null;
|
|
2453
|
+
id: string | null;
|
|
2454
|
+
location: string | null;
|
|
2455
|
+
postedAt: string | null;
|
|
2456
|
+
applyUrl: string | null;
|
|
2457
|
+
salary: {
|
|
2458
|
+
from: number | null;
|
|
2459
|
+
to: number | null;
|
|
2460
|
+
currency: string | null;
|
|
2461
|
+
period: string | null;
|
|
2462
|
+
} | null;
|
|
2463
|
+
seniorityLevel: string | null;
|
|
2464
|
+
employmentType: string | null;
|
|
2465
|
+
company: {
|
|
2466
|
+
name: string | null;
|
|
2467
|
+
url: string | null;
|
|
2468
|
+
logo: string | null;
|
|
2469
|
+
} | null;
|
|
2470
|
+
skills: string[] | null;
|
|
2471
|
+
}[] | undefined;
|
|
2100
2472
|
totalResults?: number | null | undefined;
|
|
2101
2473
|
paginationToken?: string | null | undefined;
|
|
2102
2474
|
hasNextPage?: boolean | null | undefined;
|
|
2103
2475
|
}>;
|
|
2104
2476
|
static readonly shortDescription = "Scrape LinkedIn posts by profile or search by keyword. Get engagement metrics, media, and complete metadata.";
|
|
2105
|
-
static readonly longDescription = "\n Universal LinkedIn scraping tool for extracting posts and activity data.\n \n **OPERATIONS:**\n 1. **scrapePosts**: Scrape posts from a LinkedIn profile\n - Get posts from specific users\n - Extract author information and post metadata\n - Track reactions, comments, and reposts\n - Support for articles, documents, and reshared content\n \n 2. **searchPosts**: Search LinkedIn posts by keyword\n - Find posts across all of LinkedIn by keyword\n - Filter by date (past 24h, week, month)\n - Sort by relevance or date\n - Perfect for monitoring topics, trends, and mentions\n \n **WHEN TO USE THIS TOOL:**\n - **LinkedIn profile research** - analyze someone's LinkedIn activity\n - **Content strategy** - research what content performs well\n - **Influencer analysis** - track thought leaders and their engagement\n - **Competitive intelligence** - monitor competitor LinkedIn presence\n - **Lead generation** - identify active LinkedIn users in your space\n - **Social listening** - track discussions and trends on LinkedIn\n \n **DO NOT USE research-agent-tool or web-scrape-tool for LinkedIn** - This tool is specifically optimized for LinkedIn and provides:\n - Clean, structured post data ready for analysis\n - Complete engagement metrics (reactions, comments, reposts)\n - Support for all LinkedIn post types\n - Automatic pagination handling\n - Rate limiting and reliability\n \n **Simple Interface:**\n Just provide a LinkedIn username to get back all their recent posts with complete metadata.\n The tool automatically handles:\n - Authentication with Apify\n - Data transformation to unified format\n - Error handling and retries\n - Pagination token management\n \n **What you get:**\n - Post text and metadata (URN, URL, type, timestamp)\n - Complete engagement statistics (likes, comments, reposts, all reaction types)\n - Author information (name, headline, profile URL, picture)\n - Media content (images, videos, documents, articles)\n - Reshared post data (for quote posts)\n \n **Use cases:**\n - Influencer and thought leader tracking\n - Content performance analysis\n - Competitive research on LinkedIn\n - Lead generation and prospecting\n - Brand monitoring and reputation management\n - Recruitment and talent sourcing\n - Partnership and collaboration discovery\n \n The tool uses Apify's LinkedIn
|
|
2477
|
+
static readonly longDescription = "\n Universal LinkedIn scraping tool for extracting posts and activity data.\n \n **OPERATIONS:**\n 1. **scrapePosts**: Scrape posts from a LinkedIn profile\n - Get posts from specific users\n - Extract author information and post metadata\n - Track reactions, comments, and reposts\n - Support for articles, documents, and reshared content\n \n 2. **searchPosts**: Search LinkedIn posts by keyword\n - Find posts across all of LinkedIn by keyword\n - Filter by date (past 24h, week, month)\n - Sort by relevance or date\n - Perfect for monitoring topics, trends, and mentions\n \n **WHEN TO USE THIS TOOL:**\n - **LinkedIn profile research** - analyze someone's LinkedIn activity\n - **Content strategy** - research what content performs well\n - **Influencer analysis** - track thought leaders and their engagement\n - **Competitive intelligence** - monitor competitor LinkedIn presence\n - **Lead generation** - identify active LinkedIn users in your space\n - **Social listening** - track discussions and trends on LinkedIn\n - **Job Market Analysis** - scrape job postings and salary data\n \n **DO NOT USE research-agent-tool or web-scrape-tool for LinkedIn** - This tool is specifically optimized for LinkedIn and provides:\n - Clean, structured post data ready for analysis\n - Complete engagement metrics (reactions, comments, reposts)\n - Support for all LinkedIn post types\n - Automatic pagination handling\n - Rate limiting and reliability\n \n **Simple Interface:**\n Just provide a LinkedIn username to get back all their recent posts with complete metadata.\n The tool automatically handles:\n - Authentication with Apify\n - Data transformation to unified format\n - Error handling and retries\n - Pagination token management\n \n **What you get:**\n - Post text and metadata (URN, URL, type, timestamp)\n - Complete engagement statistics (likes, comments, reposts, all reaction types)\n - Author information (name, headline, profile URL, picture)\n - Media content (images, videos, documents, articles)\n - Reshared post data (for quote posts)\n \n **Use cases:**\n - Influencer and thought leader tracking\n - Content performance analysis\n - Competitive research on LinkedIn\n - Lead generation and prospecting\n - Brand monitoring and reputation management\n - Recruitment and talent sourcing\n - Partnership and collaboration discovery\n - Job market research and salary analysis\n\n The tool uses Apify's LinkedIn scrapers behind the scenes while maintaining a clean, consistent interface.\n ";
|
|
2106
2478
|
static readonly alias = "li";
|
|
2107
2479
|
static readonly type = "tool";
|
|
2108
2480
|
constructor(params?: LinkedInToolParamsInput, context?: BubbleContext);
|
|
@@ -2131,6 +2503,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2131
2503
|
* Helper to get reaction count by type from reactions array
|
|
2132
2504
|
*/
|
|
2133
2505
|
private getReactionCount;
|
|
2506
|
+
/**
|
|
2507
|
+
* Handle scrapeJobs operation
|
|
2508
|
+
*/
|
|
2509
|
+
private handleScrapeJobs;
|
|
2510
|
+
private transformJobs;
|
|
2134
2511
|
}
|
|
2135
2512
|
export {};
|
|
2136
2513
|
//# sourceMappingURL=linkedin-tool.d.ts.map
|