@bubblelab/bubble-core 0.1.9 → 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 +633 -1658
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +165 -43
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +22 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +36 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubble-flow/sample/data-analyst-flow.d.ts +1 -1
- package/dist/bubble-flow/sample/data-analyst-flow.d.ts.map +1 -1
- package/dist/bubble-flow/sample/error-ts.d.ts +1 -1
- package/dist/bubble-flow/sample/error-ts.d.ts.map +1 -1
- package/dist/bubble-flow/sample/sanitytest.d.ts +1 -1
- package/dist/bubble-flow/sample/sanitytest.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simple-webhook-2.d.ts +1 -1
- package/dist/bubble-flow/sample/simple-webhook-2.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simple-webhook.d.ts +1 -1
- package/dist/bubble-flow/sample/simple-webhook.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts +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/bubble-flow/sample/slack-v0.1.d.ts +1 -1
- package/dist/bubble-flow/sample/slack-v0.1.d.ts.map +1 -1
- package/dist/bubble-flow/sample/slackagenttest.d.ts +1 -1
- package/dist/bubble-flow/sample/slackagenttest.d.ts.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 +297 -85
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +535 -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 +38 -38
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +56 -56
- 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 +27 -27
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +38 -38
- 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 +184 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.js +145 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.d.ts +52 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.js +29 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +1483 -123
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +48 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +156 -11
- 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/apify/index.d.ts +2 -0
- package/dist/bubbles/service-bubble/apify/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/index.js +3 -0
- package/dist/bubbles/service-bubble/apify/index.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/types.js +1 -2
- package/dist/bubbles/service-bubble/apify/types.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 +726 -232
- package/dist/bubbles/service-bubble/gmail.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/gmail.js +435 -7
- package/dist/bubbles/service-bubble/gmail.js.map +1 -1
- package/dist/bubbles/service-bubble/google-calendar.d.ts +8 -8
- package/dist/bubbles/service-bubble/google-drive.d.ts +270 -40
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +100 -78
- 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.js +2 -2
- package/dist/bubbles/service-bubble/hello-world.js.map +1 -1
- package/dist/bubbles/service-bubble/http.d.ts +6 -6
- 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 +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +30 -9
- 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 +525 -525
- 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 +21 -17
- package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/storage.js +59 -7
- 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 +60 -4
- 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 +4 -4
- 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 +132 -19
- 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 +90 -90
- 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 +808 -431
- 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 +21 -16
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.js +97 -22
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.js.map +1 -1
- 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 +27 -17
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- 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/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 +32 -26
- 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 +4 -4
- 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 +23 -115
- 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 +18 -6
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.js +46 -32
- package/dist/bubbles/tool-bubble/web-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +394 -0
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/youtube-tool.js +352 -0
- package/dist/bubbles/tool-bubble/youtube-tool.js.map +1 -0
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +78 -78
- package/dist/bubbles/workflow-bubble/generate-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +62 -62
- package/dist/bubbles/workflow-bubble/parse-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +80 -80
- 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 +52 -52
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +2 -2
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
- 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 +46 -46
- 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 +27 -27
- 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 +251 -88
- package/dist/index.d.ts +27 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +18 -4
- 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 +197 -89
- 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 +56 -13
- 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 +7 -5
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +63 -40
- package/dist/types/base-bubble-class.js.map +1 -1
- package/dist/types/bubble.d.ts +3 -10
- package/dist/types/bubble.d.ts.map +1 -1
- package/dist/types/bubble.js +1 -1
- package/dist/types/bubble.js.map +1 -1
- package/dist/types/service-bubble-class.d.ts +2 -2
- 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 +2 -2
- package/dist/types/tool-bubble-class.d.ts.map +1 -1
- package/dist/types/tool-bubble-class.js +2 -4
- package/dist/types/tool-bubble-class.js.map +1 -1
- package/dist/types/workflow-bubble-class.d.ts +2 -2
- 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 +176 -28
- 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 +257 -35
- package/dist/utils/bubbleflow-validation.js.map +1 -1
- package/dist/utils/error-sanitizer.d.ts +12 -0
- package/dist/utils/error-sanitizer.d.ts.map +1 -0
- package/dist/utils/error-sanitizer.js +77 -0
- package/dist/utils/error-sanitizer.js.map +1 -0
- 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 +7 -6
- package/dist/bubble-trigger/index.d.ts +0 -2
- package/dist/bubble-trigger/index.d.ts.map +0 -1
- package/dist/bubble-trigger/index.js +0 -2
- package/dist/bubble-trigger/index.js.map +0 -1
- package/dist/bubble-trigger/types.d.ts +0 -87
- package/dist/bubble-trigger/types.d.ts.map +0 -1
- package/dist/bubble-trigger/types.js +0 -14
- package/dist/bubble-trigger/types.js.map +0 -1
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts +0 -370
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.js +0 -14
- package/dist/bubbles/service-bubble/apify/api-scraper.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/apify.d.ts +0 -136
- package/dist/bubbles/service-bubble/apify.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/apify.js +0 -282
- package/dist/bubbles/service-bubble/apify.js.map +0 -1
- 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/workflow-bubble/bubbleflow-generator.workflow.d.ts +0 -114
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +0 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +0 -782
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +0 -1
- package/dist/types/ai-models.d.ts +0 -4
- package/dist/types/ai-models.d.ts.map +0 -1
- package/dist/types/ai-models.js +0 -20
- package/dist/types/ai-models.js.map +0 -1
- package/dist/types/api-scraper.schema.d.ts +0 -453
- package/dist/types/api-scraper.schema.d.ts.map +0 -1
- package/dist/types/api-scraper.schema.js +0 -160
- package/dist/types/api-scraper.schema.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>;
|
|
@@ -171,13 +171,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
171
171
|
}, "strip", z.ZodTypeAny, {
|
|
172
172
|
title: string | null;
|
|
173
173
|
url: string | null;
|
|
174
|
-
subtitle: string | null;
|
|
175
174
|
thumbnail: string | null;
|
|
175
|
+
subtitle: string | null;
|
|
176
176
|
}, {
|
|
177
177
|
title: string | null;
|
|
178
178
|
url: string | null;
|
|
179
|
-
subtitle: string | null;
|
|
180
179
|
thumbnail: string | null;
|
|
180
|
+
subtitle: string | null;
|
|
181
181
|
}>>;
|
|
182
182
|
document: z.ZodNullable<z.ZodObject<{
|
|
183
183
|
title: 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>;
|
|
@@ -303,17 +303,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
303
303
|
thumbnail: string | null;
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
|
-
text: string | null;
|
|
307
|
-
url: string | null;
|
|
308
|
-
urn: string | null;
|
|
309
|
-
author: {
|
|
310
|
-
username: string | null;
|
|
311
|
-
headline: string | null;
|
|
312
|
-
firstName: string | null;
|
|
313
|
-
lastName: string | null;
|
|
314
|
-
profileUrl: string | null;
|
|
315
|
-
profilePicture: string | null;
|
|
316
|
-
} | null;
|
|
317
306
|
stats: {
|
|
318
307
|
like: number | null;
|
|
319
308
|
support: number | null;
|
|
@@ -325,6 +314,17 @@ 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;
|
|
@@ -342,17 +342,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
342
342
|
} | null;
|
|
343
343
|
postType: string | null;
|
|
344
344
|
}, {
|
|
345
|
-
text: string | null;
|
|
346
|
-
url: string | null;
|
|
347
|
-
urn: string | null;
|
|
348
|
-
author: {
|
|
349
|
-
username: string | null;
|
|
350
|
-
headline: string | null;
|
|
351
|
-
firstName: string | null;
|
|
352
|
-
lastName: string | null;
|
|
353
|
-
profileUrl: string | null;
|
|
354
|
-
profilePicture: string | null;
|
|
355
|
-
} | null;
|
|
356
345
|
stats: {
|
|
357
346
|
like: number | null;
|
|
358
347
|
support: number | null;
|
|
@@ -364,6 +353,17 @@ 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;
|
|
@@ -382,17 +382,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
382
382
|
postType: string | null;
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
-
text: string | null;
|
|
386
|
-
url: string | null;
|
|
387
|
-
urn: string | null;
|
|
388
|
-
author: {
|
|
389
|
-
username: string | null;
|
|
390
|
-
headline: string | null;
|
|
391
|
-
firstName: string | null;
|
|
392
|
-
lastName: string | null;
|
|
393
|
-
profileUrl: string | null;
|
|
394
|
-
profilePicture: string | null;
|
|
395
|
-
} | null;
|
|
396
385
|
stats: {
|
|
397
386
|
like: number | null;
|
|
398
387
|
support: number | null;
|
|
@@ -404,6 +393,23 @@ 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;
|
|
@@ -415,36 +421,19 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
415
421
|
thumbnail: string | null;
|
|
416
422
|
} | null;
|
|
417
423
|
article: {
|
|
418
|
-
title: string | null;
|
|
419
|
-
url: string | null;
|
|
420
|
-
subtitle: string | null;
|
|
421
|
-
thumbnail: string | null;
|
|
422
|
-
} | null;
|
|
423
|
-
document: {
|
|
424
424
|
title: string | null;
|
|
425
425
|
url: string | null;
|
|
426
426
|
thumbnail: string | null;
|
|
427
|
-
|
|
427
|
+
subtitle: string | null;
|
|
428
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
|
-
text: string | null;
|
|
438
|
-
url: string | null;
|
|
439
|
-
urn: string | null;
|
|
440
|
-
author: {
|
|
441
|
-
username: string | null;
|
|
442
|
-
headline: string | null;
|
|
443
|
-
firstName: string | null;
|
|
444
|
-
lastName: string | null;
|
|
445
|
-
profileUrl: string | null;
|
|
446
|
-
profilePicture: string | null;
|
|
447
|
-
} | null;
|
|
448
437
|
stats: {
|
|
449
438
|
like: number | null;
|
|
450
439
|
support: number | null;
|
|
@@ -456,6 +445,17 @@ 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;
|
|
@@ -474,17 +474,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
474
474
|
postType: string | null;
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
|
-
text: string | null;
|
|
478
|
-
url: string | null;
|
|
479
|
-
urn: string | null;
|
|
480
|
-
author: {
|
|
481
|
-
username: string | null;
|
|
482
|
-
headline: string | null;
|
|
483
|
-
firstName: string | null;
|
|
484
|
-
lastName: string | null;
|
|
485
|
-
profileUrl: string | null;
|
|
486
|
-
profilePicture: string | null;
|
|
487
|
-
} | null;
|
|
488
477
|
stats: {
|
|
489
478
|
like: number | null;
|
|
490
479
|
support: number | null;
|
|
@@ -496,6 +485,23 @@ 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;
|
|
@@ -507,36 +513,19 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
507
513
|
thumbnail: string | null;
|
|
508
514
|
} | null;
|
|
509
515
|
article: {
|
|
510
|
-
title: string | null;
|
|
511
|
-
url: string | null;
|
|
512
|
-
subtitle: string | null;
|
|
513
|
-
thumbnail: string | null;
|
|
514
|
-
} | null;
|
|
515
|
-
document: {
|
|
516
516
|
title: string | null;
|
|
517
517
|
url: string | null;
|
|
518
518
|
thumbnail: string | null;
|
|
519
|
-
|
|
519
|
+
subtitle: string | null;
|
|
520
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
|
-
text: string | null;
|
|
530
|
-
url: string | null;
|
|
531
|
-
urn: string | null;
|
|
532
|
-
author: {
|
|
533
|
-
username: string | null;
|
|
534
|
-
headline: string | null;
|
|
535
|
-
firstName: string | null;
|
|
536
|
-
lastName: string | null;
|
|
537
|
-
profileUrl: string | null;
|
|
538
|
-
profilePicture: string | null;
|
|
539
|
-
} | null;
|
|
540
529
|
stats: {
|
|
541
530
|
like: number | null;
|
|
542
531
|
support: number | null;
|
|
@@ -548,6 +537,17 @@ 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;
|
|
@@ -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";
|
|
668
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
580
669
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
581
|
-
limit?: number | undefined;
|
|
582
670
|
username?: string | undefined;
|
|
671
|
+
limit?: number | undefined;
|
|
672
|
+
pageNumber?: number | undefined;
|
|
673
|
+
location?: string | undefined;
|
|
583
674
|
keyword?: string | undefined;
|
|
584
|
-
sortBy?: "relevance" | "date_posted" | undefined;
|
|
585
675
|
dateFilter?: "" | "past-24h" | "past-week" | "past-month" | undefined;
|
|
586
|
-
|
|
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;
|
|
679
|
+
sortBy?: "relevance" | "date_posted" | undefined;
|
|
587
680
|
}, {
|
|
588
|
-
operation: "scrapePosts" | "searchPosts";
|
|
681
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
589
682
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
590
|
-
limit?: number | undefined;
|
|
591
683
|
username?: string | undefined;
|
|
684
|
+
limit?: number | undefined;
|
|
685
|
+
pageNumber?: number | undefined;
|
|
686
|
+
location?: string | undefined;
|
|
592
687
|
keyword?: string | undefined;
|
|
593
|
-
sortBy?: "relevance" | "date_posted" | undefined;
|
|
594
688
|
dateFilter?: "" | "past-24h" | "past-week" | "past-month" | undefined;
|
|
595
|
-
|
|
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;
|
|
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>;
|
|
@@ -712,13 +894,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
712
894
|
}, "strip", z.ZodTypeAny, {
|
|
713
895
|
title: string | null;
|
|
714
896
|
url: string | null;
|
|
715
|
-
subtitle: string | null;
|
|
716
897
|
thumbnail: string | null;
|
|
898
|
+
subtitle: string | null;
|
|
717
899
|
}, {
|
|
718
900
|
title: string | null;
|
|
719
901
|
url: string | null;
|
|
720
|
-
subtitle: string | null;
|
|
721
902
|
thumbnail: string | null;
|
|
903
|
+
subtitle: string | null;
|
|
722
904
|
}>>;
|
|
723
905
|
document: z.ZodNullable<z.ZodObject<{
|
|
724
906
|
title: 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>;
|
|
@@ -844,17 +1026,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
844
1026
|
thumbnail: string | null;
|
|
845
1027
|
}>>;
|
|
846
1028
|
}, "strip", z.ZodTypeAny, {
|
|
847
|
-
text: string | null;
|
|
848
|
-
url: string | null;
|
|
849
|
-
urn: string | null;
|
|
850
|
-
author: {
|
|
851
|
-
username: string | null;
|
|
852
|
-
headline: string | null;
|
|
853
|
-
firstName: string | null;
|
|
854
|
-
lastName: string | null;
|
|
855
|
-
profileUrl: string | null;
|
|
856
|
-
profilePicture: string | null;
|
|
857
|
-
} | null;
|
|
858
1029
|
stats: {
|
|
859
1030
|
like: number | null;
|
|
860
1031
|
support: number | null;
|
|
@@ -866,6 +1037,17 @@ 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;
|
|
@@ -883,17 +1065,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
883
1065
|
} | null;
|
|
884
1066
|
postType: string | null;
|
|
885
1067
|
}, {
|
|
886
|
-
text: string | null;
|
|
887
|
-
url: string | null;
|
|
888
|
-
urn: string | null;
|
|
889
|
-
author: {
|
|
890
|
-
username: string | null;
|
|
891
|
-
headline: string | null;
|
|
892
|
-
firstName: string | null;
|
|
893
|
-
lastName: string | null;
|
|
894
|
-
profileUrl: string | null;
|
|
895
|
-
profilePicture: string | null;
|
|
896
|
-
} | null;
|
|
897
1068
|
stats: {
|
|
898
1069
|
like: number | null;
|
|
899
1070
|
support: number | null;
|
|
@@ -905,6 +1076,17 @@ 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;
|
|
@@ -923,17 +1105,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
923
1105
|
postType: string | null;
|
|
924
1106
|
}>>;
|
|
925
1107
|
}, "strip", z.ZodTypeAny, {
|
|
926
|
-
text: string | null;
|
|
927
|
-
url: string | null;
|
|
928
|
-
urn: string | null;
|
|
929
|
-
author: {
|
|
930
|
-
username: string | null;
|
|
931
|
-
headline: string | null;
|
|
932
|
-
firstName: string | null;
|
|
933
|
-
lastName: string | null;
|
|
934
|
-
profileUrl: string | null;
|
|
935
|
-
profilePicture: string | null;
|
|
936
|
-
} | null;
|
|
937
1108
|
stats: {
|
|
938
1109
|
like: number | null;
|
|
939
1110
|
support: number | null;
|
|
@@ -945,6 +1116,23 @@ 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;
|
|
@@ -956,36 +1144,19 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
956
1144
|
thumbnail: string | null;
|
|
957
1145
|
} | null;
|
|
958
1146
|
article: {
|
|
959
|
-
title: string | null;
|
|
960
|
-
url: string | null;
|
|
961
|
-
subtitle: string | null;
|
|
962
|
-
thumbnail: string | null;
|
|
963
|
-
} | null;
|
|
964
|
-
document: {
|
|
965
1147
|
title: string | null;
|
|
966
1148
|
url: string | null;
|
|
967
1149
|
thumbnail: string | null;
|
|
968
|
-
|
|
1150
|
+
subtitle: string | null;
|
|
969
1151
|
} | 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
|
-
text: string | null;
|
|
979
|
-
url: string | null;
|
|
980
|
-
urn: string | null;
|
|
981
|
-
author: {
|
|
982
|
-
username: string | null;
|
|
983
|
-
headline: string | null;
|
|
984
|
-
firstName: string | null;
|
|
985
|
-
lastName: string | null;
|
|
986
|
-
profileUrl: string | null;
|
|
987
|
-
profilePicture: string | null;
|
|
988
|
-
} | null;
|
|
989
1160
|
stats: {
|
|
990
1161
|
like: number | null;
|
|
991
1162
|
support: number | null;
|
|
@@ -997,6 +1168,17 @@ 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;
|
|
@@ -1015,17 +1197,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1015
1197
|
postType: string | null;
|
|
1016
1198
|
} | null;
|
|
1017
1199
|
}, {
|
|
1018
|
-
text: string | null;
|
|
1019
|
-
url: string | null;
|
|
1020
|
-
urn: string | null;
|
|
1021
|
-
author: {
|
|
1022
|
-
username: string | null;
|
|
1023
|
-
headline: string | null;
|
|
1024
|
-
firstName: string | null;
|
|
1025
|
-
lastName: string | null;
|
|
1026
|
-
profileUrl: string | null;
|
|
1027
|
-
profilePicture: string | null;
|
|
1028
|
-
} | null;
|
|
1029
1200
|
stats: {
|
|
1030
1201
|
like: number | null;
|
|
1031
1202
|
support: number | null;
|
|
@@ -1037,6 +1208,23 @@ 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;
|
|
@@ -1048,36 +1236,19 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1048
1236
|
thumbnail: string | null;
|
|
1049
1237
|
} | null;
|
|
1050
1238
|
article: {
|
|
1051
|
-
title: string | null;
|
|
1052
|
-
url: string | null;
|
|
1053
|
-
subtitle: string | null;
|
|
1054
|
-
thumbnail: string | null;
|
|
1055
|
-
} | null;
|
|
1056
|
-
document: {
|
|
1057
1239
|
title: string | null;
|
|
1058
1240
|
url: string | null;
|
|
1059
1241
|
thumbnail: string | null;
|
|
1060
|
-
|
|
1242
|
+
subtitle: string | null;
|
|
1061
1243
|
} | 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
|
-
text: string | null;
|
|
1071
|
-
url: string | null;
|
|
1072
|
-
urn: string | null;
|
|
1073
|
-
author: {
|
|
1074
|
-
username: string | null;
|
|
1075
|
-
headline: string | null;
|
|
1076
|
-
firstName: string | null;
|
|
1077
|
-
lastName: string | null;
|
|
1078
|
-
profileUrl: string | null;
|
|
1079
|
-
profilePicture: string | null;
|
|
1080
|
-
} | null;
|
|
1081
1252
|
stats: {
|
|
1082
1253
|
like: number | null;
|
|
1083
1254
|
support: number | null;
|
|
@@ -1089,6 +1260,17 @@ 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;
|
|
@@ -1118,19 +1300,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1118
1300
|
}, "strip", z.ZodTypeAny, {
|
|
1119
1301
|
error: string;
|
|
1120
1302
|
success: boolean;
|
|
1121
|
-
operation: "scrapePosts" | "searchPosts";
|
|
1303
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1122
1304
|
posts: {
|
|
1123
|
-
text: string | null;
|
|
1124
|
-
url: string | null;
|
|
1125
|
-
urn: string | null;
|
|
1126
|
-
author: {
|
|
1127
|
-
username: string | null;
|
|
1128
|
-
headline: string | null;
|
|
1129
|
-
firstName: string | null;
|
|
1130
|
-
lastName: string | null;
|
|
1131
|
-
profileUrl: string | null;
|
|
1132
|
-
profilePicture: string | null;
|
|
1133
|
-
} | null;
|
|
1134
1305
|
stats: {
|
|
1135
1306
|
like: number | null;
|
|
1136
1307
|
support: number | null;
|
|
@@ -1142,6 +1313,23 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1142
1313
|
reposts: number | null;
|
|
1143
1314
|
totalReactions: number | null;
|
|
1144
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;
|
|
1145
1333
|
media: {
|
|
1146
1334
|
type: string | null;
|
|
1147
1335
|
url: string | null;
|
|
@@ -1153,36 +1341,19 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1153
1341
|
thumbnail: string | null;
|
|
1154
1342
|
} | null;
|
|
1155
1343
|
article: {
|
|
1156
|
-
title: string | null;
|
|
1157
|
-
url: string | null;
|
|
1158
|
-
subtitle: string | null;
|
|
1159
|
-
thumbnail: string | null;
|
|
1160
|
-
} | null;
|
|
1161
|
-
document: {
|
|
1162
1344
|
title: string | null;
|
|
1163
1345
|
url: string | null;
|
|
1164
1346
|
thumbnail: string | null;
|
|
1165
|
-
|
|
1347
|
+
subtitle: string | null;
|
|
1166
1348
|
} | null;
|
|
1167
|
-
fullUrn: string | null;
|
|
1168
1349
|
postedAt: {
|
|
1169
1350
|
date: string | null;
|
|
1170
1351
|
timestamp: number | null;
|
|
1171
1352
|
relative: string | null;
|
|
1172
1353
|
} | null;
|
|
1354
|
+
fullUrn: string | null;
|
|
1173
1355
|
postType: string | null;
|
|
1174
1356
|
resharedPost: {
|
|
1175
|
-
text: string | null;
|
|
1176
|
-
url: string | null;
|
|
1177
|
-
urn: string | null;
|
|
1178
|
-
author: {
|
|
1179
|
-
username: string | null;
|
|
1180
|
-
headline: string | null;
|
|
1181
|
-
firstName: string | null;
|
|
1182
|
-
lastName: string | null;
|
|
1183
|
-
profileUrl: string | null;
|
|
1184
|
-
profilePicture: string | null;
|
|
1185
|
-
} | null;
|
|
1186
1357
|
stats: {
|
|
1187
1358
|
like: number | null;
|
|
1188
1359
|
support: number | null;
|
|
@@ -1194,6 +1365,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1194
1365
|
reposts: number | null;
|
|
1195
1366
|
totalReactions: number | null;
|
|
1196
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;
|
|
1197
1379
|
media: {
|
|
1198
1380
|
type: string | null;
|
|
1199
1381
|
url: string | null;
|
|
@@ -1215,25 +1397,37 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1215
1397
|
totalPosts: number;
|
|
1216
1398
|
username?: string | undefined;
|
|
1217
1399
|
keyword?: string | undefined;
|
|
1218
|
-
|
|
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;
|
|
1219
1423
|
totalResults?: number | null | undefined;
|
|
1424
|
+
paginationToken?: string | null | undefined;
|
|
1220
1425
|
hasNextPage?: boolean | null | undefined;
|
|
1221
1426
|
}, {
|
|
1222
1427
|
error: string;
|
|
1223
1428
|
success: boolean;
|
|
1224
|
-
operation: "scrapePosts" | "searchPosts";
|
|
1429
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1225
1430
|
posts: {
|
|
1226
|
-
text: string | null;
|
|
1227
|
-
url: string | null;
|
|
1228
|
-
urn: string | null;
|
|
1229
|
-
author: {
|
|
1230
|
-
username: string | null;
|
|
1231
|
-
headline: string | null;
|
|
1232
|
-
firstName: string | null;
|
|
1233
|
-
lastName: string | null;
|
|
1234
|
-
profileUrl: string | null;
|
|
1235
|
-
profilePicture: string | null;
|
|
1236
|
-
} | null;
|
|
1237
1431
|
stats: {
|
|
1238
1432
|
like: number | null;
|
|
1239
1433
|
support: number | null;
|
|
@@ -1245,8 +1439,25 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1245
1439
|
reposts: number | null;
|
|
1246
1440
|
totalReactions: number | null;
|
|
1247
1441
|
} | null;
|
|
1248
|
-
|
|
1249
|
-
|
|
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;
|
|
1459
|
+
media: {
|
|
1460
|
+
type: string | null;
|
|
1250
1461
|
url: string | null;
|
|
1251
1462
|
images: {
|
|
1252
1463
|
url: string | null;
|
|
@@ -1258,34 +1469,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1258
1469
|
article: {
|
|
1259
1470
|
title: string | null;
|
|
1260
1471
|
url: string | null;
|
|
1261
|
-
subtitle: string | null;
|
|
1262
1472
|
thumbnail: string | null;
|
|
1473
|
+
subtitle: string | null;
|
|
1263
1474
|
} | null;
|
|
1264
|
-
document: {
|
|
1265
|
-
title: string | null;
|
|
1266
|
-
url: string | null;
|
|
1267
|
-
thumbnail: string | null;
|
|
1268
|
-
pageCount: number | null;
|
|
1269
|
-
} | null;
|
|
1270
|
-
fullUrn: string | null;
|
|
1271
1475
|
postedAt: {
|
|
1272
1476
|
date: string | null;
|
|
1273
1477
|
timestamp: number | null;
|
|
1274
1478
|
relative: string | null;
|
|
1275
1479
|
} | null;
|
|
1480
|
+
fullUrn: string | null;
|
|
1276
1481
|
postType: string | null;
|
|
1277
1482
|
resharedPost: {
|
|
1278
|
-
text: string | null;
|
|
1279
|
-
url: string | null;
|
|
1280
|
-
urn: string | null;
|
|
1281
|
-
author: {
|
|
1282
|
-
username: string | null;
|
|
1283
|
-
headline: string | null;
|
|
1284
|
-
firstName: string | null;
|
|
1285
|
-
lastName: string | null;
|
|
1286
|
-
profileUrl: string | null;
|
|
1287
|
-
profilePicture: string | null;
|
|
1288
|
-
} | null;
|
|
1289
1483
|
stats: {
|
|
1290
1484
|
like: number | null;
|
|
1291
1485
|
support: number | null;
|
|
@@ -1297,6 +1491,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1297
1491
|
reposts: number | null;
|
|
1298
1492
|
totalReactions: number | null;
|
|
1299
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;
|
|
1300
1505
|
media: {
|
|
1301
1506
|
type: string | null;
|
|
1302
1507
|
url: string | null;
|
|
@@ -1318,14 +1523,38 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1318
1523
|
totalPosts: number;
|
|
1319
1524
|
username?: string | undefined;
|
|
1320
1525
|
keyword?: string | undefined;
|
|
1321
|
-
|
|
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;
|
|
1322
1549
|
totalResults?: number | null | undefined;
|
|
1550
|
+
paginationToken?: string | null | undefined;
|
|
1323
1551
|
hasNextPage?: boolean | null | undefined;
|
|
1324
1552
|
}>;
|
|
1325
1553
|
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";
|
|
1591
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1359
1592
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1360
|
-
limit?: number | undefined;
|
|
1361
1593
|
username?: string | undefined;
|
|
1594
|
+
limit?: number | undefined;
|
|
1595
|
+
pageNumber?: number | undefined;
|
|
1596
|
+
location?: string | undefined;
|
|
1362
1597
|
keyword?: string | undefined;
|
|
1363
|
-
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1364
1598
|
dateFilter?: "" | "past-24h" | "past-week" | "past-month" | undefined;
|
|
1365
|
-
|
|
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;
|
|
1602
|
+
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1366
1603
|
}, {
|
|
1367
|
-
operation: "scrapePosts" | "searchPosts";
|
|
1604
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1368
1605
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1369
|
-
limit?: number | undefined;
|
|
1370
1606
|
username?: string | undefined;
|
|
1607
|
+
limit?: number | undefined;
|
|
1608
|
+
pageNumber?: number | undefined;
|
|
1609
|
+
location?: string | undefined;
|
|
1371
1610
|
keyword?: string | undefined;
|
|
1372
|
-
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1373
1611
|
dateFilter?: "" | "past-24h" | "past-week" | "past-month" | undefined;
|
|
1374
|
-
|
|
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;
|
|
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>;
|
|
@@ -1491,13 +1817,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1491
1817
|
}, "strip", z.ZodTypeAny, {
|
|
1492
1818
|
title: string | null;
|
|
1493
1819
|
url: string | null;
|
|
1494
|
-
subtitle: string | null;
|
|
1495
1820
|
thumbnail: string | null;
|
|
1821
|
+
subtitle: string | null;
|
|
1496
1822
|
}, {
|
|
1497
1823
|
title: string | null;
|
|
1498
1824
|
url: string | null;
|
|
1499
|
-
subtitle: string | null;
|
|
1500
1825
|
thumbnail: string | null;
|
|
1826
|
+
subtitle: string | null;
|
|
1501
1827
|
}>>;
|
|
1502
1828
|
document: z.ZodNullable<z.ZodObject<{
|
|
1503
1829
|
title: 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>;
|
|
@@ -1623,17 +1949,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1623
1949
|
thumbnail: string | null;
|
|
1624
1950
|
}>>;
|
|
1625
1951
|
}, "strip", z.ZodTypeAny, {
|
|
1626
|
-
text: string | null;
|
|
1627
|
-
url: string | null;
|
|
1628
|
-
urn: string | null;
|
|
1629
|
-
author: {
|
|
1630
|
-
username: string | null;
|
|
1631
|
-
headline: string | null;
|
|
1632
|
-
firstName: string | null;
|
|
1633
|
-
lastName: string | null;
|
|
1634
|
-
profileUrl: string | null;
|
|
1635
|
-
profilePicture: string | null;
|
|
1636
|
-
} | null;
|
|
1637
1952
|
stats: {
|
|
1638
1953
|
like: number | null;
|
|
1639
1954
|
support: number | null;
|
|
@@ -1645,6 +1960,17 @@ 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;
|
|
@@ -1662,17 +1988,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1662
1988
|
} | null;
|
|
1663
1989
|
postType: string | null;
|
|
1664
1990
|
}, {
|
|
1665
|
-
text: string | null;
|
|
1666
|
-
url: string | null;
|
|
1667
|
-
urn: string | null;
|
|
1668
|
-
author: {
|
|
1669
|
-
username: string | null;
|
|
1670
|
-
headline: string | null;
|
|
1671
|
-
firstName: string | null;
|
|
1672
|
-
lastName: string | null;
|
|
1673
|
-
profileUrl: string | null;
|
|
1674
|
-
profilePicture: string | null;
|
|
1675
|
-
} | null;
|
|
1676
1991
|
stats: {
|
|
1677
1992
|
like: number | null;
|
|
1678
1993
|
support: number | null;
|
|
@@ -1684,6 +1999,17 @@ 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;
|
|
@@ -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
|
-
text: string | null;
|
|
1706
|
-
url: string | null;
|
|
1707
|
-
urn: string | null;
|
|
1708
|
-
author: {
|
|
1709
|
-
username: string | null;
|
|
1710
|
-
headline: string | null;
|
|
1711
|
-
firstName: string | null;
|
|
1712
|
-
lastName: string | null;
|
|
1713
|
-
profileUrl: string | null;
|
|
1714
|
-
profilePicture: string | null;
|
|
1715
|
-
} | null;
|
|
1716
2031
|
stats: {
|
|
1717
2032
|
like: number | null;
|
|
1718
2033
|
support: number | null;
|
|
@@ -1724,6 +2039,23 @@ 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;
|
|
@@ -1737,34 +2069,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1737
2069
|
article: {
|
|
1738
2070
|
title: string | null;
|
|
1739
2071
|
url: string | null;
|
|
1740
|
-
subtitle: string | null;
|
|
1741
2072
|
thumbnail: string | null;
|
|
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
|
-
text: string | null;
|
|
1758
|
-
url: string | null;
|
|
1759
|
-
urn: string | null;
|
|
1760
|
-
author: {
|
|
1761
|
-
username: string | null;
|
|
1762
|
-
headline: string | null;
|
|
1763
|
-
firstName: string | null;
|
|
1764
|
-
lastName: string | null;
|
|
1765
|
-
profileUrl: string | null;
|
|
1766
|
-
profilePicture: string | null;
|
|
1767
|
-
} | null;
|
|
1768
2083
|
stats: {
|
|
1769
2084
|
like: number | null;
|
|
1770
2085
|
support: number | null;
|
|
@@ -1776,6 +2091,17 @@ 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;
|
|
@@ -1794,17 +2120,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1794
2120
|
postType: string | null;
|
|
1795
2121
|
} | null;
|
|
1796
2122
|
}, {
|
|
1797
|
-
text: string | null;
|
|
1798
|
-
url: string | null;
|
|
1799
|
-
urn: string | null;
|
|
1800
|
-
author: {
|
|
1801
|
-
username: string | null;
|
|
1802
|
-
headline: string | null;
|
|
1803
|
-
firstName: string | null;
|
|
1804
|
-
lastName: string | null;
|
|
1805
|
-
profileUrl: string | null;
|
|
1806
|
-
profilePicture: string | null;
|
|
1807
|
-
} | null;
|
|
1808
2123
|
stats: {
|
|
1809
2124
|
like: number | null;
|
|
1810
2125
|
support: number | null;
|
|
@@ -1816,6 +2131,23 @@ 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;
|
|
@@ -1829,34 +2161,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1829
2161
|
article: {
|
|
1830
2162
|
title: string | null;
|
|
1831
2163
|
url: string | null;
|
|
1832
|
-
subtitle: string | null;
|
|
1833
2164
|
thumbnail: string | null;
|
|
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
|
-
text: string | null;
|
|
1850
|
-
url: string | null;
|
|
1851
|
-
urn: string | null;
|
|
1852
|
-
author: {
|
|
1853
|
-
username: string | null;
|
|
1854
|
-
headline: string | null;
|
|
1855
|
-
firstName: string | null;
|
|
1856
|
-
lastName: string | null;
|
|
1857
|
-
profileUrl: string | null;
|
|
1858
|
-
profilePicture: string | null;
|
|
1859
|
-
} | null;
|
|
1860
2175
|
stats: {
|
|
1861
2176
|
like: number | null;
|
|
1862
2177
|
support: number | null;
|
|
@@ -1868,6 +2183,17 @@ 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;
|
|
@@ -1897,19 +2223,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1897
2223
|
}, "strip", z.ZodTypeAny, {
|
|
1898
2224
|
error: string;
|
|
1899
2225
|
success: boolean;
|
|
1900
|
-
operation: "scrapePosts" | "searchPosts";
|
|
2226
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1901
2227
|
posts: {
|
|
1902
|
-
text: string | null;
|
|
1903
|
-
url: string | null;
|
|
1904
|
-
urn: string | null;
|
|
1905
|
-
author: {
|
|
1906
|
-
username: string | null;
|
|
1907
|
-
headline: string | null;
|
|
1908
|
-
firstName: string | null;
|
|
1909
|
-
lastName: string | null;
|
|
1910
|
-
profileUrl: string | null;
|
|
1911
|
-
profilePicture: string | null;
|
|
1912
|
-
} | null;
|
|
1913
2228
|
stats: {
|
|
1914
2229
|
like: number | null;
|
|
1915
2230
|
support: number | null;
|
|
@@ -1921,6 +2236,23 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1921
2236
|
reposts: number | null;
|
|
1922
2237
|
totalReactions: number | null;
|
|
1923
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;
|
|
1924
2256
|
media: {
|
|
1925
2257
|
type: string | null;
|
|
1926
2258
|
url: string | null;
|
|
@@ -1934,34 +2266,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1934
2266
|
article: {
|
|
1935
2267
|
title: string | null;
|
|
1936
2268
|
url: string | null;
|
|
1937
|
-
subtitle: string | null;
|
|
1938
2269
|
thumbnail: string | null;
|
|
2270
|
+
subtitle: string | null;
|
|
1939
2271
|
} | null;
|
|
1940
|
-
document: {
|
|
1941
|
-
title: string | null;
|
|
1942
|
-
url: string | null;
|
|
1943
|
-
thumbnail: string | null;
|
|
1944
|
-
pageCount: number | null;
|
|
1945
|
-
} | null;
|
|
1946
|
-
fullUrn: string | null;
|
|
1947
2272
|
postedAt: {
|
|
1948
2273
|
date: string | null;
|
|
1949
2274
|
timestamp: number | null;
|
|
1950
2275
|
relative: string | null;
|
|
1951
2276
|
} | null;
|
|
2277
|
+
fullUrn: string | null;
|
|
1952
2278
|
postType: string | null;
|
|
1953
2279
|
resharedPost: {
|
|
1954
|
-
text: string | null;
|
|
1955
|
-
url: string | null;
|
|
1956
|
-
urn: string | null;
|
|
1957
|
-
author: {
|
|
1958
|
-
username: string | null;
|
|
1959
|
-
headline: string | null;
|
|
1960
|
-
firstName: string | null;
|
|
1961
|
-
lastName: string | null;
|
|
1962
|
-
profileUrl: string | null;
|
|
1963
|
-
profilePicture: string | null;
|
|
1964
|
-
} | null;
|
|
1965
2280
|
stats: {
|
|
1966
2281
|
like: number | null;
|
|
1967
2282
|
support: number | null;
|
|
@@ -1973,6 +2288,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1973
2288
|
reposts: number | null;
|
|
1974
2289
|
totalReactions: number | null;
|
|
1975
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;
|
|
1976
2302
|
media: {
|
|
1977
2303
|
type: string | null;
|
|
1978
2304
|
url: string | null;
|
|
@@ -1994,25 +2320,37 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1994
2320
|
totalPosts: number;
|
|
1995
2321
|
username?: string | undefined;
|
|
1996
2322
|
keyword?: string | undefined;
|
|
1997
|
-
|
|
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;
|
|
1998
2346
|
totalResults?: number | null | undefined;
|
|
2347
|
+
paginationToken?: string | null | undefined;
|
|
1999
2348
|
hasNextPage?: boolean | null | undefined;
|
|
2000
2349
|
}, {
|
|
2001
2350
|
error: string;
|
|
2002
2351
|
success: boolean;
|
|
2003
|
-
operation: "scrapePosts" | "searchPosts";
|
|
2352
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2004
2353
|
posts: {
|
|
2005
|
-
text: string | null;
|
|
2006
|
-
url: string | null;
|
|
2007
|
-
urn: string | null;
|
|
2008
|
-
author: {
|
|
2009
|
-
username: string | null;
|
|
2010
|
-
headline: string | null;
|
|
2011
|
-
firstName: string | null;
|
|
2012
|
-
lastName: string | null;
|
|
2013
|
-
profileUrl: string | null;
|
|
2014
|
-
profilePicture: string | null;
|
|
2015
|
-
} | null;
|
|
2016
2354
|
stats: {
|
|
2017
2355
|
like: number | null;
|
|
2018
2356
|
support: number | null;
|
|
@@ -2024,6 +2362,23 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2024
2362
|
reposts: number | null;
|
|
2025
2363
|
totalReactions: number | null;
|
|
2026
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;
|
|
2027
2382
|
media: {
|
|
2028
2383
|
type: string | null;
|
|
2029
2384
|
url: string | null;
|
|
@@ -2035,36 +2390,19 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2035
2390
|
thumbnail: string | null;
|
|
2036
2391
|
} | null;
|
|
2037
2392
|
article: {
|
|
2038
|
-
title: string | null;
|
|
2039
|
-
url: string | null;
|
|
2040
|
-
subtitle: string | null;
|
|
2041
|
-
thumbnail: string | null;
|
|
2042
|
-
} | null;
|
|
2043
|
-
document: {
|
|
2044
2393
|
title: string | null;
|
|
2045
2394
|
url: string | null;
|
|
2046
2395
|
thumbnail: string | null;
|
|
2047
|
-
|
|
2396
|
+
subtitle: string | null;
|
|
2048
2397
|
} | null;
|
|
2049
|
-
fullUrn: string | null;
|
|
2050
2398
|
postedAt: {
|
|
2051
2399
|
date: string | null;
|
|
2052
2400
|
timestamp: number | null;
|
|
2053
2401
|
relative: string | null;
|
|
2054
2402
|
} | null;
|
|
2403
|
+
fullUrn: string | null;
|
|
2055
2404
|
postType: string | null;
|
|
2056
2405
|
resharedPost: {
|
|
2057
|
-
text: string | null;
|
|
2058
|
-
url: string | null;
|
|
2059
|
-
urn: string | null;
|
|
2060
|
-
author: {
|
|
2061
|
-
username: string | null;
|
|
2062
|
-
headline: string | null;
|
|
2063
|
-
firstName: string | null;
|
|
2064
|
-
lastName: string | null;
|
|
2065
|
-
profileUrl: string | null;
|
|
2066
|
-
profilePicture: string | null;
|
|
2067
|
-
} | null;
|
|
2068
2406
|
stats: {
|
|
2069
2407
|
like: number | null;
|
|
2070
2408
|
support: number | null;
|
|
@@ -2076,6 +2414,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2076
2414
|
reposts: number | null;
|
|
2077
2415
|
totalReactions: number | null;
|
|
2078
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;
|
|
2079
2428
|
media: {
|
|
2080
2429
|
type: string | null;
|
|
2081
2430
|
url: string | null;
|
|
@@ -2097,12 +2446,35 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2097
2446
|
totalPosts: number;
|
|
2098
2447
|
username?: string | undefined;
|
|
2099
2448
|
keyword?: string | undefined;
|
|
2100
|
-
|
|
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;
|
|
2101
2472
|
totalResults?: number | null | undefined;
|
|
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
|