@bubblelab/bubble-core 0.1.10 → 0.1.12
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 +803 -351
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +130 -35
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +5 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +20 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.js +6 -3
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +1121 -0
- package/dist/bubbles/service-bubble/agi-inc.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/agi-inc.js +730 -0
- package/dist/bubbles/service-bubble/agi-inc.js.map +1 -0
- package/dist/bubbles/service-bubble/ai-agent.d.ts +273 -61
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +536 -405
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +1753 -0
- package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/airtable.js +1173 -0
- package/dist/bubbles/service-bubble/airtable.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +240 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.js +119 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +4 -4
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +14 -14
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +137 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.js +81 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +488 -0
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.js +463 -0
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +262 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.js +291 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +1301 -170
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +32 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +158 -13
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.js +222 -37
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +542 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts +37 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js +203 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.js +593 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +518 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +311 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/browserbase/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/index.js +3 -0
- package/dist/bubbles/service-bubble/browserbase/index.js.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +1358 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.js +219 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +1604 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +194 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/index.js +3 -0
- package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -0
- 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 +2393 -0
- package/dist/bubbles/service-bubble/github.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/github.js +1046 -0
- package/dist/bubbles/service-bubble/github.js.map +1 -0
- package/dist/bubbles/service-bubble/gmail.d.ts +180 -180
- package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
- package/dist/bubbles/service-bubble/google-drive.d.ts +69 -68
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +35 -3
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +943 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.js +401 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +1024 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/{google-sheets.js → google-sheets/google-sheets.schema.js} +45 -409
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.d.ts +38 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.js +183 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/google-sheets/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/index.js +4 -0
- package/dist/bubbles/service-bubble/google-sheets/index.js.map +1 -0
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +17 -5
- package/dist/bubbles/service-bubble/http.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts +49 -0
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/http.integration.flow.js +425 -0
- package/dist/bubbles/service-bubble/http.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/http.js +47 -5
- package/dist/bubbles/service-bubble/http.js.map +1 -1
- package/dist/bubbles/service-bubble/insforge-db.d.ts +140 -0
- package/dist/bubbles/service-bubble/insforge-db.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/insforge-db.js +260 -0
- package/dist/bubbles/service-bubble/insforge-db.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/notion/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/notion/index.js +3 -0
- package/dist/bubbles/service-bubble/notion/index.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +35405 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.js +1492 -0
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +1148 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.js +341 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.js.map +1 -0
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +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 +1741 -798
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack.js +322 -28
- package/dist/bubbles/service-bubble/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +26 -22
- package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/storage.js +45 -4
- 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/amazon-shopping-tool/amazon-shopping-tool.d.ts +494 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts +31 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js +100 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.js +1301 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +473 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.js +230 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +76 -20
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.js +12 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +188 -0
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/code-edit-tool.js +321 -0
- package/dist/bubbles/tool-bubble/code-edit-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +740 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js +350 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +115 -10
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +455 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.js +206 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/instagram-tool.js +4 -2
- package/dist/bubbles/tool-bubble/instagram-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +830 -453
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.js +236 -14
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +17 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.js +32 -17
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +485 -0
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/tiktok-tool.js +226 -0
- package/dist/bubbles/tool-bubble/tiktok-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +947 -0
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/twitter-tool.js +497 -0
- package/dist/bubbles/tool-bubble/twitter-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -16
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-crawl-tool.js +58 -59
- package/dist/bubbles/tool-bubble/web-crawl-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-extract-tool.js +17 -17
- package/dist/bubbles/tool-bubble/web-extract-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +21 -113
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.js +55 -73
- package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +20 -9
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.js +45 -35
- package/dist/bubbles/tool-bubble/web-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +25 -25
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/youtube-tool.js +8 -5
- package/dist/bubbles/tool-bubble/youtube-tool.js.map +1 -1
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +30 -30
- package/dist/bubbles/workflow-bubble/generate-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +22 -22
- package/dist/bubbles/workflow-bubble/parse-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +70 -70
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +6 -6
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +24 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +19 -19
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +8 -8
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
- package/dist/bubbles.json +260 -77
- package/dist/index.d.ts +25 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +18 -3
- package/dist/index.js.map +1 -1
- package/dist/logging/BubbleLogger.d.ts +55 -16
- package/dist/logging/BubbleLogger.d.ts.map +1 -1
- package/dist/logging/BubbleLogger.js +192 -77
- package/dist/logging/BubbleLogger.js.map +1 -1
- package/dist/logging/StreamingBubbleLogger.d.ts +21 -1
- package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
- package/dist/logging/StreamingBubbleLogger.js +80 -8
- package/dist/logging/StreamingBubbleLogger.js.map +1 -1
- package/dist/logging/WebhookStreamLogger.d.ts +66 -0
- package/dist/logging/WebhookStreamLogger.d.ts.map +1 -0
- package/dist/logging/WebhookStreamLogger.js +291 -0
- package/dist/logging/WebhookStreamLogger.js.map +1 -0
- package/dist/types/available-tools.d.ts +1 -1
- package/dist/types/available-tools.d.ts.map +1 -1
- package/dist/types/available-tools.js +7 -0
- package/dist/types/available-tools.js.map +1 -1
- package/dist/types/base-bubble-class.d.ts +6 -4
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +30 -23
- package/dist/types/base-bubble-class.js.map +1 -1
- package/dist/types/bubble.d.ts +2 -0
- package/dist/types/bubble.d.ts.map +1 -1
- package/dist/types/service-bubble-class.d.ts +1 -1
- package/dist/types/service-bubble-class.d.ts.map +1 -1
- package/dist/types/service-bubble-class.js +2 -2
- package/dist/types/service-bubble-class.js.map +1 -1
- package/dist/types/tool-bubble-class.d.ts +1 -1
- package/dist/types/tool-bubble-class.d.ts.map +1 -1
- package/dist/types/tool-bubble-class.js +60 -10
- package/dist/types/tool-bubble-class.js.map +1 -1
- package/dist/types/workflow-bubble-class.d.ts +1 -1
- package/dist/types/workflow-bubble-class.d.ts.map +1 -1
- package/dist/types/workflow-bubble-class.js +2 -2
- package/dist/types/workflow-bubble-class.js.map +1 -1
- package/dist/utils/agent-formatter.d.ts +14 -2
- package/dist/utils/agent-formatter.d.ts.map +1 -1
- package/dist/utils/agent-formatter.js +174 -26
- package/dist/utils/agent-formatter.js.map +1 -1
- package/dist/utils/bubbleflow-validation.d.ts +7 -0
- package/dist/utils/bubbleflow-validation.d.ts.map +1 -1
- package/dist/utils/bubbleflow-validation.js +171 -6
- package/dist/utils/bubbleflow-validation.js.map +1 -1
- package/dist/utils/json-parsing.d.ts.map +1 -1
- package/dist/utils/json-parsing.js +146 -0
- package/dist/utils/json-parsing.js.map +1 -1
- package/dist/utils/safe-gemini-chat.d.ts +31 -0
- package/dist/utils/safe-gemini-chat.d.ts.map +1 -0
- package/dist/utils/safe-gemini-chat.js +93 -0
- package/dist/utils/safe-gemini-chat.js.map +1 -0
- package/dist/utils/schema-comparison.d.ts +92 -0
- package/dist/utils/schema-comparison.d.ts.map +1 -0
- package/dist/utils/schema-comparison.js +716 -0
- package/dist/utils/schema-comparison.js.map +1 -0
- package/dist/utils/zod-schema.d.ts +24 -0
- package/dist/utils/zod-schema.d.ts.map +1 -0
- package/dist/utils/zod-schema.js +56 -0
- package/dist/utils/zod-schema.js.map +1 -0
- package/package.json +6 -4
- package/dist/bubbles/service-bubble/google-sheets.d.ts +0 -1811
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets.js.map +0 -1
- package/dist/bubbles/service-bubble/x-twitter.d.ts +0 -814
- package/dist/bubbles/service-bubble/x-twitter.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/x-twitter.js +0 -445
- package/dist/bubbles/service-bubble/x-twitter.js.map +0 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +0 -125
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +0 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +0 -808
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +0 -1
- package/dist/test-gm.d.ts +0 -10
- package/dist/test-gm.d.ts.map +0 -1
- package/dist/test-gm.js +0 -95
- package/dist/test-gm.js.map +0 -1
- package/dist/utils/param-helper.d.ts +0 -2
- package/dist/utils/param-helper.d.ts.map +0 -1
- package/dist/utils/param-helper.js +0 -5
- package/dist/utils/param-helper.js.map +0 -1
|
@@ -0,0 +1,518 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { CredentialType } from '@bubblelab/shared-schemas';
|
|
3
|
+
/**
|
|
4
|
+
* CDP Cookie schema matching Chrome DevTools Protocol
|
|
5
|
+
*/
|
|
6
|
+
export declare const CDPCookieSchema: z.ZodObject<{
|
|
7
|
+
name: z.ZodString;
|
|
8
|
+
value: z.ZodString;
|
|
9
|
+
domain: z.ZodString;
|
|
10
|
+
path: z.ZodString;
|
|
11
|
+
expires: z.ZodNumber;
|
|
12
|
+
httpOnly: z.ZodBoolean;
|
|
13
|
+
secure: z.ZodBoolean;
|
|
14
|
+
}, "strip", z.ZodTypeAny, {
|
|
15
|
+
value: string;
|
|
16
|
+
path: string;
|
|
17
|
+
name: string;
|
|
18
|
+
domain: string;
|
|
19
|
+
expires: number;
|
|
20
|
+
httpOnly: boolean;
|
|
21
|
+
secure: boolean;
|
|
22
|
+
}, {
|
|
23
|
+
value: string;
|
|
24
|
+
path: string;
|
|
25
|
+
name: string;
|
|
26
|
+
domain: string;
|
|
27
|
+
expires: number;
|
|
28
|
+
httpOnly: boolean;
|
|
29
|
+
secure: boolean;
|
|
30
|
+
}>;
|
|
31
|
+
export type CDPCookie = z.infer<typeof CDPCookieSchema>;
|
|
32
|
+
/**
|
|
33
|
+
* Browser session data returned from credential injection
|
|
34
|
+
* This is what gets decrypted from AMAZON_CRED or similar browser session credentials
|
|
35
|
+
*/
|
|
36
|
+
export declare const BrowserSessionDataSchema: z.ZodObject<{
|
|
37
|
+
contextId: z.ZodString;
|
|
38
|
+
cookies: z.ZodArray<z.ZodObject<{
|
|
39
|
+
name: z.ZodString;
|
|
40
|
+
value: z.ZodString;
|
|
41
|
+
domain: z.ZodString;
|
|
42
|
+
path: z.ZodString;
|
|
43
|
+
expires: z.ZodNumber;
|
|
44
|
+
httpOnly: z.ZodBoolean;
|
|
45
|
+
secure: z.ZodBoolean;
|
|
46
|
+
}, "strip", z.ZodTypeAny, {
|
|
47
|
+
value: string;
|
|
48
|
+
path: string;
|
|
49
|
+
name: string;
|
|
50
|
+
domain: string;
|
|
51
|
+
expires: number;
|
|
52
|
+
httpOnly: boolean;
|
|
53
|
+
secure: boolean;
|
|
54
|
+
}, {
|
|
55
|
+
value: string;
|
|
56
|
+
path: string;
|
|
57
|
+
name: string;
|
|
58
|
+
domain: string;
|
|
59
|
+
expires: number;
|
|
60
|
+
httpOnly: boolean;
|
|
61
|
+
secure: boolean;
|
|
62
|
+
}>, "many">;
|
|
63
|
+
}, "strip", z.ZodTypeAny, {
|
|
64
|
+
contextId: string;
|
|
65
|
+
cookies: {
|
|
66
|
+
value: string;
|
|
67
|
+
path: string;
|
|
68
|
+
name: string;
|
|
69
|
+
domain: string;
|
|
70
|
+
expires: number;
|
|
71
|
+
httpOnly: boolean;
|
|
72
|
+
secure: boolean;
|
|
73
|
+
}[];
|
|
74
|
+
}, {
|
|
75
|
+
contextId: string;
|
|
76
|
+
cookies: {
|
|
77
|
+
value: string;
|
|
78
|
+
path: string;
|
|
79
|
+
name: string;
|
|
80
|
+
domain: string;
|
|
81
|
+
expires: number;
|
|
82
|
+
httpOnly: boolean;
|
|
83
|
+
secure: boolean;
|
|
84
|
+
}[];
|
|
85
|
+
}>;
|
|
86
|
+
export type BrowserSessionData = z.infer<typeof BrowserSessionDataSchema>;
|
|
87
|
+
/**
|
|
88
|
+
* BrowserBase service bubble parameters schema
|
|
89
|
+
* Multi-operation service for browser automation
|
|
90
|
+
*/
|
|
91
|
+
export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
92
|
+
operation: z.ZodLiteral<"start_session">;
|
|
93
|
+
context_id: z.ZodOptional<z.ZodString>;
|
|
94
|
+
cookies: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
95
|
+
name: z.ZodString;
|
|
96
|
+
value: z.ZodString;
|
|
97
|
+
domain: z.ZodString;
|
|
98
|
+
path: z.ZodString;
|
|
99
|
+
expires: z.ZodNumber;
|
|
100
|
+
httpOnly: z.ZodBoolean;
|
|
101
|
+
secure: z.ZodBoolean;
|
|
102
|
+
}, "strip", z.ZodTypeAny, {
|
|
103
|
+
value: string;
|
|
104
|
+
path: string;
|
|
105
|
+
name: string;
|
|
106
|
+
domain: string;
|
|
107
|
+
expires: number;
|
|
108
|
+
httpOnly: boolean;
|
|
109
|
+
secure: boolean;
|
|
110
|
+
}, {
|
|
111
|
+
value: string;
|
|
112
|
+
path: string;
|
|
113
|
+
name: string;
|
|
114
|
+
domain: string;
|
|
115
|
+
expires: number;
|
|
116
|
+
httpOnly: boolean;
|
|
117
|
+
secure: boolean;
|
|
118
|
+
}>, "many">>;
|
|
119
|
+
viewport_width: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
120
|
+
viewport_height: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
121
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
122
|
+
}, "strip", z.ZodTypeAny, {
|
|
123
|
+
operation: "start_session";
|
|
124
|
+
viewport_width: number;
|
|
125
|
+
viewport_height: number;
|
|
126
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
127
|
+
cookies?: {
|
|
128
|
+
value: string;
|
|
129
|
+
path: string;
|
|
130
|
+
name: string;
|
|
131
|
+
domain: string;
|
|
132
|
+
expires: number;
|
|
133
|
+
httpOnly: boolean;
|
|
134
|
+
secure: boolean;
|
|
135
|
+
}[] | undefined;
|
|
136
|
+
context_id?: string | undefined;
|
|
137
|
+
}, {
|
|
138
|
+
operation: "start_session";
|
|
139
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
140
|
+
cookies?: {
|
|
141
|
+
value: string;
|
|
142
|
+
path: string;
|
|
143
|
+
name: string;
|
|
144
|
+
domain: string;
|
|
145
|
+
expires: number;
|
|
146
|
+
httpOnly: boolean;
|
|
147
|
+
secure: boolean;
|
|
148
|
+
}[] | undefined;
|
|
149
|
+
context_id?: string | undefined;
|
|
150
|
+
viewport_width?: number | undefined;
|
|
151
|
+
viewport_height?: number | undefined;
|
|
152
|
+
}>, z.ZodObject<{
|
|
153
|
+
operation: z.ZodLiteral<"navigate">;
|
|
154
|
+
session_id: z.ZodString;
|
|
155
|
+
url: z.ZodString;
|
|
156
|
+
wait_until: z.ZodDefault<z.ZodOptional<z.ZodEnum<["load", "domcontentloaded", "networkidle0", "networkidle2"]>>>;
|
|
157
|
+
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
158
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
159
|
+
}, "strip", z.ZodTypeAny, {
|
|
160
|
+
url: string;
|
|
161
|
+
timeout: number;
|
|
162
|
+
operation: "navigate";
|
|
163
|
+
session_id: string;
|
|
164
|
+
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
165
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
166
|
+
}, {
|
|
167
|
+
url: string;
|
|
168
|
+
operation: "navigate";
|
|
169
|
+
session_id: string;
|
|
170
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
171
|
+
timeout?: number | undefined;
|
|
172
|
+
wait_until?: "load" | "domcontentloaded" | "networkidle0" | "networkidle2" | undefined;
|
|
173
|
+
}>, z.ZodObject<{
|
|
174
|
+
operation: z.ZodLiteral<"click">;
|
|
175
|
+
session_id: z.ZodString;
|
|
176
|
+
selector: z.ZodString;
|
|
177
|
+
wait_for_navigation: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
178
|
+
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
179
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
180
|
+
}, "strip", z.ZodTypeAny, {
|
|
181
|
+
timeout: number;
|
|
182
|
+
operation: "click";
|
|
183
|
+
session_id: string;
|
|
184
|
+
selector: string;
|
|
185
|
+
wait_for_navigation: boolean;
|
|
186
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
187
|
+
}, {
|
|
188
|
+
operation: "click";
|
|
189
|
+
session_id: string;
|
|
190
|
+
selector: string;
|
|
191
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
192
|
+
timeout?: number | undefined;
|
|
193
|
+
wait_for_navigation?: boolean | undefined;
|
|
194
|
+
}>, z.ZodObject<{
|
|
195
|
+
operation: z.ZodLiteral<"type">;
|
|
196
|
+
session_id: z.ZodString;
|
|
197
|
+
selector: z.ZodString;
|
|
198
|
+
text: z.ZodString;
|
|
199
|
+
clear_first: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
200
|
+
delay: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
201
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
202
|
+
}, "strip", z.ZodTypeAny, {
|
|
203
|
+
text: string;
|
|
204
|
+
operation: "type";
|
|
205
|
+
session_id: string;
|
|
206
|
+
selector: string;
|
|
207
|
+
delay: number;
|
|
208
|
+
clear_first: boolean;
|
|
209
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
210
|
+
}, {
|
|
211
|
+
text: string;
|
|
212
|
+
operation: "type";
|
|
213
|
+
session_id: string;
|
|
214
|
+
selector: string;
|
|
215
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
216
|
+
delay?: number | undefined;
|
|
217
|
+
clear_first?: boolean | undefined;
|
|
218
|
+
}>, z.ZodObject<{
|
|
219
|
+
operation: z.ZodLiteral<"evaluate">;
|
|
220
|
+
session_id: z.ZodString;
|
|
221
|
+
script: z.ZodString;
|
|
222
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
223
|
+
}, "strip", z.ZodTypeAny, {
|
|
224
|
+
script: string;
|
|
225
|
+
operation: "evaluate";
|
|
226
|
+
session_id: string;
|
|
227
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
228
|
+
}, {
|
|
229
|
+
script: string;
|
|
230
|
+
operation: "evaluate";
|
|
231
|
+
session_id: string;
|
|
232
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
233
|
+
}>, z.ZodObject<{
|
|
234
|
+
operation: z.ZodLiteral<"get_content">;
|
|
235
|
+
session_id: z.ZodString;
|
|
236
|
+
selector: z.ZodOptional<z.ZodString>;
|
|
237
|
+
content_type: z.ZodDefault<z.ZodOptional<z.ZodEnum<["html", "text", "outer_html"]>>>;
|
|
238
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
239
|
+
}, "strip", z.ZodTypeAny, {
|
|
240
|
+
operation: "get_content";
|
|
241
|
+
content_type: "text" | "html" | "outer_html";
|
|
242
|
+
session_id: string;
|
|
243
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
244
|
+
selector?: string | undefined;
|
|
245
|
+
}, {
|
|
246
|
+
operation: "get_content";
|
|
247
|
+
session_id: string;
|
|
248
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
249
|
+
content_type?: "text" | "html" | "outer_html" | undefined;
|
|
250
|
+
selector?: string | undefined;
|
|
251
|
+
}>, z.ZodObject<{
|
|
252
|
+
operation: z.ZodLiteral<"screenshot">;
|
|
253
|
+
session_id: z.ZodString;
|
|
254
|
+
selector: z.ZodOptional<z.ZodString>;
|
|
255
|
+
full_page: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
256
|
+
format: z.ZodDefault<z.ZodOptional<z.ZodEnum<["png", "jpeg", "webp"]>>>;
|
|
257
|
+
quality: z.ZodOptional<z.ZodNumber>;
|
|
258
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
259
|
+
}, "strip", z.ZodTypeAny, {
|
|
260
|
+
format: "png" | "jpeg" | "webp";
|
|
261
|
+
operation: "screenshot";
|
|
262
|
+
session_id: string;
|
|
263
|
+
full_page: boolean;
|
|
264
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
265
|
+
quality?: number | undefined;
|
|
266
|
+
selector?: string | undefined;
|
|
267
|
+
}, {
|
|
268
|
+
operation: "screenshot";
|
|
269
|
+
session_id: string;
|
|
270
|
+
format?: "png" | "jpeg" | "webp" | undefined;
|
|
271
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
272
|
+
quality?: number | undefined;
|
|
273
|
+
selector?: string | undefined;
|
|
274
|
+
full_page?: boolean | undefined;
|
|
275
|
+
}>, z.ZodObject<{
|
|
276
|
+
operation: z.ZodLiteral<"wait">;
|
|
277
|
+
session_id: z.ZodString;
|
|
278
|
+
wait_type: z.ZodEnum<["selector", "timeout", "navigation"]>;
|
|
279
|
+
selector: z.ZodOptional<z.ZodString>;
|
|
280
|
+
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
281
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
282
|
+
}, "strip", z.ZodTypeAny, {
|
|
283
|
+
timeout: number;
|
|
284
|
+
operation: "wait";
|
|
285
|
+
session_id: string;
|
|
286
|
+
wait_type: "timeout" | "selector" | "navigation";
|
|
287
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
288
|
+
selector?: string | undefined;
|
|
289
|
+
}, {
|
|
290
|
+
operation: "wait";
|
|
291
|
+
session_id: string;
|
|
292
|
+
wait_type: "timeout" | "selector" | "navigation";
|
|
293
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
294
|
+
timeout?: number | undefined;
|
|
295
|
+
selector?: string | undefined;
|
|
296
|
+
}>, z.ZodObject<{
|
|
297
|
+
operation: z.ZodLiteral<"get_cookies">;
|
|
298
|
+
session_id: z.ZodString;
|
|
299
|
+
domain_filter: z.ZodOptional<z.ZodString>;
|
|
300
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
301
|
+
}, "strip", z.ZodTypeAny, {
|
|
302
|
+
operation: "get_cookies";
|
|
303
|
+
session_id: string;
|
|
304
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
305
|
+
domain_filter?: string | undefined;
|
|
306
|
+
}, {
|
|
307
|
+
operation: "get_cookies";
|
|
308
|
+
session_id: string;
|
|
309
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
310
|
+
domain_filter?: string | undefined;
|
|
311
|
+
}>, z.ZodObject<{
|
|
312
|
+
operation: z.ZodLiteral<"end_session">;
|
|
313
|
+
session_id: z.ZodString;
|
|
314
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
315
|
+
}, "strip", z.ZodTypeAny, {
|
|
316
|
+
operation: "end_session";
|
|
317
|
+
session_id: string;
|
|
318
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
319
|
+
}, {
|
|
320
|
+
operation: "end_session";
|
|
321
|
+
session_id: string;
|
|
322
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
323
|
+
}>]>;
|
|
324
|
+
/**
|
|
325
|
+
* BrowserBase result schemas for each operation
|
|
326
|
+
*/
|
|
327
|
+
export declare const BrowserBaseResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
328
|
+
operation: z.ZodLiteral<"start_session">;
|
|
329
|
+
success: z.ZodBoolean;
|
|
330
|
+
session_id: z.ZodOptional<z.ZodString>;
|
|
331
|
+
context_id: z.ZodOptional<z.ZodString>;
|
|
332
|
+
debug_url: z.ZodOptional<z.ZodString>;
|
|
333
|
+
error: z.ZodString;
|
|
334
|
+
}, "strip", z.ZodTypeAny, {
|
|
335
|
+
error: string;
|
|
336
|
+
success: boolean;
|
|
337
|
+
operation: "start_session";
|
|
338
|
+
session_id?: string | undefined;
|
|
339
|
+
context_id?: string | undefined;
|
|
340
|
+
debug_url?: string | undefined;
|
|
341
|
+
}, {
|
|
342
|
+
error: string;
|
|
343
|
+
success: boolean;
|
|
344
|
+
operation: "start_session";
|
|
345
|
+
session_id?: string | undefined;
|
|
346
|
+
context_id?: string | undefined;
|
|
347
|
+
debug_url?: string | undefined;
|
|
348
|
+
}>, z.ZodObject<{
|
|
349
|
+
operation: z.ZodLiteral<"navigate">;
|
|
350
|
+
success: z.ZodBoolean;
|
|
351
|
+
url: z.ZodOptional<z.ZodString>;
|
|
352
|
+
error: z.ZodString;
|
|
353
|
+
}, "strip", z.ZodTypeAny, {
|
|
354
|
+
error: string;
|
|
355
|
+
success: boolean;
|
|
356
|
+
operation: "navigate";
|
|
357
|
+
url?: string | undefined;
|
|
358
|
+
}, {
|
|
359
|
+
error: string;
|
|
360
|
+
success: boolean;
|
|
361
|
+
operation: "navigate";
|
|
362
|
+
url?: string | undefined;
|
|
363
|
+
}>, z.ZodObject<{
|
|
364
|
+
operation: z.ZodLiteral<"click">;
|
|
365
|
+
success: z.ZodBoolean;
|
|
366
|
+
error: z.ZodString;
|
|
367
|
+
}, "strip", z.ZodTypeAny, {
|
|
368
|
+
error: string;
|
|
369
|
+
success: boolean;
|
|
370
|
+
operation: "click";
|
|
371
|
+
}, {
|
|
372
|
+
error: string;
|
|
373
|
+
success: boolean;
|
|
374
|
+
operation: "click";
|
|
375
|
+
}>, z.ZodObject<{
|
|
376
|
+
operation: z.ZodLiteral<"type">;
|
|
377
|
+
success: z.ZodBoolean;
|
|
378
|
+
error: z.ZodString;
|
|
379
|
+
}, "strip", z.ZodTypeAny, {
|
|
380
|
+
error: string;
|
|
381
|
+
success: boolean;
|
|
382
|
+
operation: "type";
|
|
383
|
+
}, {
|
|
384
|
+
error: string;
|
|
385
|
+
success: boolean;
|
|
386
|
+
operation: "type";
|
|
387
|
+
}>, z.ZodObject<{
|
|
388
|
+
operation: z.ZodLiteral<"evaluate">;
|
|
389
|
+
success: z.ZodBoolean;
|
|
390
|
+
result: z.ZodOptional<z.ZodUnknown>;
|
|
391
|
+
error: z.ZodString;
|
|
392
|
+
}, "strip", z.ZodTypeAny, {
|
|
393
|
+
error: string;
|
|
394
|
+
success: boolean;
|
|
395
|
+
operation: "evaluate";
|
|
396
|
+
result?: unknown;
|
|
397
|
+
}, {
|
|
398
|
+
error: string;
|
|
399
|
+
success: boolean;
|
|
400
|
+
operation: "evaluate";
|
|
401
|
+
result?: unknown;
|
|
402
|
+
}>, z.ZodObject<{
|
|
403
|
+
operation: z.ZodLiteral<"get_content">;
|
|
404
|
+
success: z.ZodBoolean;
|
|
405
|
+
content: z.ZodOptional<z.ZodString>;
|
|
406
|
+
error: z.ZodString;
|
|
407
|
+
}, "strip", z.ZodTypeAny, {
|
|
408
|
+
error: string;
|
|
409
|
+
success: boolean;
|
|
410
|
+
operation: "get_content";
|
|
411
|
+
content?: string | undefined;
|
|
412
|
+
}, {
|
|
413
|
+
error: string;
|
|
414
|
+
success: boolean;
|
|
415
|
+
operation: "get_content";
|
|
416
|
+
content?: string | undefined;
|
|
417
|
+
}>, z.ZodObject<{
|
|
418
|
+
operation: z.ZodLiteral<"screenshot">;
|
|
419
|
+
success: z.ZodBoolean;
|
|
420
|
+
data: z.ZodOptional<z.ZodString>;
|
|
421
|
+
format: z.ZodOptional<z.ZodString>;
|
|
422
|
+
error: z.ZodString;
|
|
423
|
+
}, "strip", z.ZodTypeAny, {
|
|
424
|
+
error: string;
|
|
425
|
+
success: boolean;
|
|
426
|
+
operation: "screenshot";
|
|
427
|
+
format?: string | undefined;
|
|
428
|
+
data?: string | undefined;
|
|
429
|
+
}, {
|
|
430
|
+
error: string;
|
|
431
|
+
success: boolean;
|
|
432
|
+
operation: "screenshot";
|
|
433
|
+
format?: string | undefined;
|
|
434
|
+
data?: string | undefined;
|
|
435
|
+
}>, z.ZodObject<{
|
|
436
|
+
operation: z.ZodLiteral<"wait">;
|
|
437
|
+
success: z.ZodBoolean;
|
|
438
|
+
error: z.ZodString;
|
|
439
|
+
}, "strip", z.ZodTypeAny, {
|
|
440
|
+
error: string;
|
|
441
|
+
success: boolean;
|
|
442
|
+
operation: "wait";
|
|
443
|
+
}, {
|
|
444
|
+
error: string;
|
|
445
|
+
success: boolean;
|
|
446
|
+
operation: "wait";
|
|
447
|
+
}>, z.ZodObject<{
|
|
448
|
+
operation: z.ZodLiteral<"get_cookies">;
|
|
449
|
+
success: z.ZodBoolean;
|
|
450
|
+
cookies: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
451
|
+
name: z.ZodString;
|
|
452
|
+
value: z.ZodString;
|
|
453
|
+
domain: z.ZodString;
|
|
454
|
+
path: z.ZodString;
|
|
455
|
+
expires: z.ZodNumber;
|
|
456
|
+
httpOnly: z.ZodBoolean;
|
|
457
|
+
secure: z.ZodBoolean;
|
|
458
|
+
}, "strip", z.ZodTypeAny, {
|
|
459
|
+
value: string;
|
|
460
|
+
path: string;
|
|
461
|
+
name: string;
|
|
462
|
+
domain: string;
|
|
463
|
+
expires: number;
|
|
464
|
+
httpOnly: boolean;
|
|
465
|
+
secure: boolean;
|
|
466
|
+
}, {
|
|
467
|
+
value: string;
|
|
468
|
+
path: string;
|
|
469
|
+
name: string;
|
|
470
|
+
domain: string;
|
|
471
|
+
expires: number;
|
|
472
|
+
httpOnly: boolean;
|
|
473
|
+
secure: boolean;
|
|
474
|
+
}>, "many">>;
|
|
475
|
+
error: z.ZodString;
|
|
476
|
+
}, "strip", z.ZodTypeAny, {
|
|
477
|
+
error: string;
|
|
478
|
+
success: boolean;
|
|
479
|
+
operation: "get_cookies";
|
|
480
|
+
cookies?: {
|
|
481
|
+
value: string;
|
|
482
|
+
path: string;
|
|
483
|
+
name: string;
|
|
484
|
+
domain: string;
|
|
485
|
+
expires: number;
|
|
486
|
+
httpOnly: boolean;
|
|
487
|
+
secure: boolean;
|
|
488
|
+
}[] | undefined;
|
|
489
|
+
}, {
|
|
490
|
+
error: string;
|
|
491
|
+
success: boolean;
|
|
492
|
+
operation: "get_cookies";
|
|
493
|
+
cookies?: {
|
|
494
|
+
value: string;
|
|
495
|
+
path: string;
|
|
496
|
+
name: string;
|
|
497
|
+
domain: string;
|
|
498
|
+
expires: number;
|
|
499
|
+
httpOnly: boolean;
|
|
500
|
+
secure: boolean;
|
|
501
|
+
}[] | undefined;
|
|
502
|
+
}>, z.ZodObject<{
|
|
503
|
+
operation: z.ZodLiteral<"end_session">;
|
|
504
|
+
success: z.ZodBoolean;
|
|
505
|
+
error: z.ZodString;
|
|
506
|
+
}, "strip", z.ZodTypeAny, {
|
|
507
|
+
error: string;
|
|
508
|
+
success: boolean;
|
|
509
|
+
operation: "end_session";
|
|
510
|
+
}, {
|
|
511
|
+
error: string;
|
|
512
|
+
success: boolean;
|
|
513
|
+
operation: "end_session";
|
|
514
|
+
}>]>;
|
|
515
|
+
export type BrowserBaseParams = z.output<typeof BrowserBaseParamsSchema>;
|
|
516
|
+
export type BrowserBaseParamsInput = z.input<typeof BrowserBaseParamsSchema>;
|
|
517
|
+
export type BrowserBaseResult = z.output<typeof BrowserBaseResultSchema>;
|
|
518
|
+
//# sourceMappingURL=browserbase.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"browserbase.schema.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/browserbase/browserbase.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;EAQ1B,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC;AAExD;;;GAGG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKnC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE1E;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4NlC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA+ElC,CAAC;AAGH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACzE,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAC7E,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|