@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
|
@@ -0,0 +1,321 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* EDIT BUBBLEFLOW TOOL
|
|
3
|
+
*
|
|
4
|
+
* A tool bubble that applies code edits to BubbleFlow files using Morph Fast Apply.
|
|
5
|
+
* This tool uses the Morph API via OpenRouter to intelligently merge code changes
|
|
6
|
+
* specified by an AI agent into existing BubbleFlow code, following the Fast Apply
|
|
7
|
+
* pattern used in Cursor.
|
|
8
|
+
*
|
|
9
|
+
* Features:
|
|
10
|
+
* - Intelligent code merging using Morph Fast Apply model
|
|
11
|
+
* - Support for lazy edits with "// ... existing code ..." markers
|
|
12
|
+
* - Minimal context repetition for efficient edits
|
|
13
|
+
* - Automatic validation after edits
|
|
14
|
+
* - Detailed diff reporting
|
|
15
|
+
*/
|
|
16
|
+
import { z } from 'zod';
|
|
17
|
+
import { ToolBubble } from '../../types/tool-bubble-class.js';
|
|
18
|
+
import { CredentialType } from '@bubblelab/shared-schemas';
|
|
19
|
+
import { HttpBubble } from '../service-bubble/http.js';
|
|
20
|
+
/**
|
|
21
|
+
* Define the parameters schema using Zod
|
|
22
|
+
* This schema validates and types the input parameters for the edit tool
|
|
23
|
+
*/
|
|
24
|
+
const EditBubbleFlowToolParamsSchema = z.object({
|
|
25
|
+
// The original BubbleFlow code
|
|
26
|
+
initialCode: z.string().describe('The original code to be edited'),
|
|
27
|
+
// The edit instructions
|
|
28
|
+
instructions: z
|
|
29
|
+
.string()
|
|
30
|
+
.describe('A single sentence instruction in first person describing what changes are being made (e.g., "I am adding error handling to the user auth and removing the old auth functions"). Used to help disambiguate uncertainty in the edit.'),
|
|
31
|
+
// The code edit with markers
|
|
32
|
+
codeEdit: z
|
|
33
|
+
.string()
|
|
34
|
+
.describe('The code changes to apply. Specify ONLY the precise lines of code that you wish to edit. Use "// ... existing code ..." to represent unchanged sections. DO NOT omit spans of pre-existing code without using the marker, as this may cause inadvertent deletion.'),
|
|
35
|
+
// Optional Morph model configuration
|
|
36
|
+
morphModel: z
|
|
37
|
+
.string()
|
|
38
|
+
.default('morph/morph-v3-large')
|
|
39
|
+
.optional()
|
|
40
|
+
.describe('Morph model to use for applying edits via OpenRouter'),
|
|
41
|
+
// Credentials (injected at runtime)
|
|
42
|
+
credentials: z
|
|
43
|
+
.record(z.string(), z.string())
|
|
44
|
+
.optional()
|
|
45
|
+
.describe('Credentials (HIDDEN from AI - injected at runtime)'),
|
|
46
|
+
// Optional configuration
|
|
47
|
+
config: z
|
|
48
|
+
.record(z.string(), z.unknown())
|
|
49
|
+
.optional()
|
|
50
|
+
.describe('Configuration for the edit tool (HIDDEN from AI - injected at runtime)'),
|
|
51
|
+
});
|
|
52
|
+
/**
|
|
53
|
+
* Define the result schema
|
|
54
|
+
* This schema defines what the edit tool returns
|
|
55
|
+
*/
|
|
56
|
+
const EditBubbleFlowToolResultSchema = z.object({
|
|
57
|
+
// The final merged code
|
|
58
|
+
mergedCode: z.string().describe('The final code after applying edits'),
|
|
59
|
+
// Success indicator
|
|
60
|
+
applied: z.boolean().describe('Whether the edit was successfully applied'),
|
|
61
|
+
// Optional diff information
|
|
62
|
+
diff: z
|
|
63
|
+
.string()
|
|
64
|
+
.optional()
|
|
65
|
+
.describe('Unified diff showing the changes made (if available)'),
|
|
66
|
+
// Metadata
|
|
67
|
+
metadata: z.object({
|
|
68
|
+
editedAt: z.string().describe('Timestamp when edit was performed'),
|
|
69
|
+
originalLength: z
|
|
70
|
+
.number()
|
|
71
|
+
.describe('Length of original code in characters'),
|
|
72
|
+
finalLength: z.number().describe('Length of final code in characters'),
|
|
73
|
+
morphModel: z.string().describe('Morph model used for the edit'),
|
|
74
|
+
}),
|
|
75
|
+
// Standard result fields
|
|
76
|
+
success: z.boolean().describe('Whether the edit operation was successful'),
|
|
77
|
+
error: z.string().describe('Error message if edit failed'),
|
|
78
|
+
});
|
|
79
|
+
/**
|
|
80
|
+
* Edit BubbleFlow Tool
|
|
81
|
+
* Applies code edits using Morph Fast Apply API via AIAgent
|
|
82
|
+
*/
|
|
83
|
+
export class EditBubbleFlowTool extends ToolBubble {
|
|
84
|
+
/**
|
|
85
|
+
* REQUIRED STATIC METADATA
|
|
86
|
+
*/
|
|
87
|
+
// Bubble type - always 'tool' for tool bubbles
|
|
88
|
+
static type = 'tool';
|
|
89
|
+
// Unique identifier for the tool
|
|
90
|
+
static bubbleName = 'code-edit-tool';
|
|
91
|
+
// Schemas for validation
|
|
92
|
+
static schema = EditBubbleFlowToolParamsSchema;
|
|
93
|
+
static resultSchema = EditBubbleFlowToolResultSchema;
|
|
94
|
+
// Short description
|
|
95
|
+
static shortDescription = 'Applies code edits to BubbleFlow files using Morph Fast Apply';
|
|
96
|
+
// Long description with detailed information
|
|
97
|
+
static longDescription = `
|
|
98
|
+
A tool for intelligently applying code edits to BubbleFlow TypeScript files.
|
|
99
|
+
Uses the Morph Fast Apply API via OpenRouter to merge lazy code edits into existing code.
|
|
100
|
+
|
|
101
|
+
What it does:
|
|
102
|
+
- Merges code edits specified with "// ... existing code ..." markers
|
|
103
|
+
- Uses Morph's apply model for intelligent code merging
|
|
104
|
+
- Minimizes context repetition for efficient edits
|
|
105
|
+
- Returns the final merged code
|
|
106
|
+
|
|
107
|
+
How it works:
|
|
108
|
+
- Takes original code, edit instructions, and code edit as input
|
|
109
|
+
- Sends to Morph API via OpenRouter using HttpBubble
|
|
110
|
+
- Receives merged code from Morph's apply model
|
|
111
|
+
- Returns the final code ready to be written to file
|
|
112
|
+
|
|
113
|
+
Use cases:
|
|
114
|
+
- When an AI agent needs to make edits to BubbleFlow code
|
|
115
|
+
- When applying multiple distinct edits to a file at once
|
|
116
|
+
- When making targeted changes without rewriting entire files
|
|
117
|
+
- When following the Cursor Fast Apply pattern for code edits
|
|
118
|
+
|
|
119
|
+
Important:
|
|
120
|
+
- The codeEdit parameter should use "// ... existing code ..." to mark unchanged sections
|
|
121
|
+
- The instructions parameter should be generated by the model in first person
|
|
122
|
+
- Requires OPENROUTER_CRED credential for Morph API access via OpenRouter
|
|
123
|
+
`;
|
|
124
|
+
// Short alias for the tool
|
|
125
|
+
static alias = 'code-edit';
|
|
126
|
+
/**
|
|
127
|
+
* Main action method - performs code edit merging
|
|
128
|
+
*/
|
|
129
|
+
async performAction() {
|
|
130
|
+
try {
|
|
131
|
+
// Extract parameters
|
|
132
|
+
const { initialCode, instructions, codeEdit, morphModel } = this.params;
|
|
133
|
+
// Validate inputs
|
|
134
|
+
if (!initialCode || initialCode.trim().length === 0) {
|
|
135
|
+
return {
|
|
136
|
+
mergedCode: '',
|
|
137
|
+
applied: false,
|
|
138
|
+
metadata: {
|
|
139
|
+
editedAt: new Date().toISOString(),
|
|
140
|
+
originalLength: 0,
|
|
141
|
+
finalLength: 0,
|
|
142
|
+
morphModel: morphModel ?? 'morph/morph-v3-large',
|
|
143
|
+
},
|
|
144
|
+
success: false,
|
|
145
|
+
error: 'Initial code cannot be empty',
|
|
146
|
+
};
|
|
147
|
+
}
|
|
148
|
+
if (!instructions || instructions.trim().length === 0) {
|
|
149
|
+
return {
|
|
150
|
+
mergedCode: initialCode,
|
|
151
|
+
applied: false,
|
|
152
|
+
metadata: {
|
|
153
|
+
editedAt: new Date().toISOString(),
|
|
154
|
+
originalLength: initialCode.length,
|
|
155
|
+
finalLength: initialCode.length,
|
|
156
|
+
morphModel: morphModel ?? 'morph/morph-v3-large',
|
|
157
|
+
},
|
|
158
|
+
success: false,
|
|
159
|
+
error: 'Instructions cannot be empty',
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
if (!codeEdit || codeEdit.trim().length === 0) {
|
|
163
|
+
return {
|
|
164
|
+
mergedCode: initialCode,
|
|
165
|
+
applied: false,
|
|
166
|
+
metadata: {
|
|
167
|
+
editedAt: new Date().toISOString(),
|
|
168
|
+
originalLength: initialCode.length,
|
|
169
|
+
finalLength: initialCode.length,
|
|
170
|
+
morphModel: morphModel ?? 'morph/morph-v3-large',
|
|
171
|
+
},
|
|
172
|
+
success: false,
|
|
173
|
+
error: 'Code edit cannot be empty',
|
|
174
|
+
};
|
|
175
|
+
}
|
|
176
|
+
// Get OpenRouter API key from credentials
|
|
177
|
+
const apiKey = this.params.credentials?.[CredentialType.OPENROUTER_CRED];
|
|
178
|
+
if (!apiKey) {
|
|
179
|
+
return {
|
|
180
|
+
mergedCode: initialCode,
|
|
181
|
+
applied: false,
|
|
182
|
+
metadata: {
|
|
183
|
+
editedAt: new Date().toISOString(),
|
|
184
|
+
originalLength: initialCode.length,
|
|
185
|
+
finalLength: initialCode.length,
|
|
186
|
+
morphModel: morphModel ?? 'morph/morph-v3-large',
|
|
187
|
+
},
|
|
188
|
+
success: false,
|
|
189
|
+
error: 'OpenRouter API key not found. Please provide OPENROUTER_CRED credential.',
|
|
190
|
+
};
|
|
191
|
+
}
|
|
192
|
+
// Construct the message for Morph API following the recommended format
|
|
193
|
+
const morphPrompt = `<instruction>${instructions}</instruction>\n<code>${initialCode}</code>\n<update>${codeEdit}</update>`;
|
|
194
|
+
// Use HttpBubble to call OpenRouter API
|
|
195
|
+
const httpBubble = new HttpBubble({
|
|
196
|
+
url: 'https://openrouter.ai/api/v1/chat/completions',
|
|
197
|
+
method: 'POST',
|
|
198
|
+
headers: {
|
|
199
|
+
Authorization: `Bearer ${apiKey}`,
|
|
200
|
+
'Content-Type': 'application/json',
|
|
201
|
+
},
|
|
202
|
+
body: {
|
|
203
|
+
model: 'morph/morph-v3-large',
|
|
204
|
+
messages: [
|
|
205
|
+
{
|
|
206
|
+
role: 'user',
|
|
207
|
+
content: morphPrompt,
|
|
208
|
+
},
|
|
209
|
+
],
|
|
210
|
+
},
|
|
211
|
+
timeout: 60000, // 60 second timeout for code generation
|
|
212
|
+
}, this.context);
|
|
213
|
+
// Execute the HTTP request
|
|
214
|
+
const result = await httpBubble.action();
|
|
215
|
+
if (!result.success || !result.data?.json) {
|
|
216
|
+
return {
|
|
217
|
+
mergedCode: initialCode,
|
|
218
|
+
applied: false,
|
|
219
|
+
metadata: {
|
|
220
|
+
editedAt: new Date().toISOString(),
|
|
221
|
+
originalLength: initialCode.length,
|
|
222
|
+
finalLength: initialCode.length,
|
|
223
|
+
morphModel: morphModel ?? 'morph/morph-v3-large',
|
|
224
|
+
},
|
|
225
|
+
success: false,
|
|
226
|
+
error: result.error || 'Morph API returned empty response',
|
|
227
|
+
};
|
|
228
|
+
}
|
|
229
|
+
const responseData = result.data.json;
|
|
230
|
+
// Extract token usage - OpenRouter uses 'usage' field (OpenAI format)
|
|
231
|
+
// Fallback to usage_metadata if present (some providers use this)
|
|
232
|
+
let inputTokens = 0;
|
|
233
|
+
let outputTokens = 0;
|
|
234
|
+
let totalTokens = 0;
|
|
235
|
+
if (responseData.usage) {
|
|
236
|
+
// OpenAI format: usage.prompt_tokens, usage.completion_tokens
|
|
237
|
+
inputTokens = responseData.usage.prompt_tokens ?? 0;
|
|
238
|
+
outputTokens = responseData.usage.completion_tokens ?? 0;
|
|
239
|
+
totalTokens = responseData.usage.total_tokens ?? 0;
|
|
240
|
+
}
|
|
241
|
+
else if (responseData.usage_metadata) {
|
|
242
|
+
// Alternative format: usage_metadata.input_tokens, usage_metadata.output_tokens
|
|
243
|
+
inputTokens = responseData.usage_metadata.input_tokens ?? 0;
|
|
244
|
+
outputTokens = responseData.usage_metadata.output_tokens ?? 0;
|
|
245
|
+
totalTokens = responseData.usage_metadata.total_tokens ?? 0;
|
|
246
|
+
}
|
|
247
|
+
const tokenUsage = {
|
|
248
|
+
inputTokens,
|
|
249
|
+
outputTokens,
|
|
250
|
+
totalTokens,
|
|
251
|
+
modelName: morphModel ?? 'morph/morph-v3-large',
|
|
252
|
+
};
|
|
253
|
+
if (this.context?.logger) {
|
|
254
|
+
this.context.logger.logTokenUsage({
|
|
255
|
+
usage: tokenUsage.inputTokens,
|
|
256
|
+
service: CredentialType.OPENROUTER_CRED,
|
|
257
|
+
unit: 'input_tokens',
|
|
258
|
+
subService: morphModel ?? 'morph/morph-v3-large',
|
|
259
|
+
}, `LLM completion: ${tokenUsage.inputTokens} input`, {
|
|
260
|
+
bubbleName: 'code-edit-tool',
|
|
261
|
+
variableId: this.context?.variableId,
|
|
262
|
+
operationType: 'bubble_execution',
|
|
263
|
+
});
|
|
264
|
+
this.context.logger.logTokenUsage({
|
|
265
|
+
usage: tokenUsage.outputTokens,
|
|
266
|
+
service: CredentialType.OPENROUTER_CRED,
|
|
267
|
+
unit: 'output_tokens',
|
|
268
|
+
subService: morphModel ?? 'morph/morph-v3-large',
|
|
269
|
+
}, `LLM completion: ${tokenUsage.outputTokens} output`, {
|
|
270
|
+
bubbleName: 'code-edit-tool',
|
|
271
|
+
variableId: this.context?.variableId,
|
|
272
|
+
operationType: 'bubble_execution',
|
|
273
|
+
});
|
|
274
|
+
}
|
|
275
|
+
const mergedCode = responseData.choices?.[0]?.message?.content;
|
|
276
|
+
if (!mergedCode) {
|
|
277
|
+
return {
|
|
278
|
+
mergedCode: initialCode,
|
|
279
|
+
applied: false,
|
|
280
|
+
metadata: {
|
|
281
|
+
editedAt: new Date().toISOString(),
|
|
282
|
+
originalLength: initialCode.length,
|
|
283
|
+
finalLength: initialCode.length,
|
|
284
|
+
morphModel: morphModel ?? 'morph/morph-v3-large',
|
|
285
|
+
},
|
|
286
|
+
success: false,
|
|
287
|
+
error: 'Morph API returned empty content',
|
|
288
|
+
};
|
|
289
|
+
}
|
|
290
|
+
// Return successful result
|
|
291
|
+
return {
|
|
292
|
+
mergedCode,
|
|
293
|
+
applied: true,
|
|
294
|
+
metadata: {
|
|
295
|
+
editedAt: new Date().toISOString(),
|
|
296
|
+
originalLength: initialCode.length,
|
|
297
|
+
finalLength: mergedCode.length,
|
|
298
|
+
morphModel: morphModel ?? 'openrouter/morph/morph-v3-large',
|
|
299
|
+
},
|
|
300
|
+
success: true,
|
|
301
|
+
error: '',
|
|
302
|
+
};
|
|
303
|
+
}
|
|
304
|
+
catch (error) {
|
|
305
|
+
// Handle unexpected errors gracefully
|
|
306
|
+
return {
|
|
307
|
+
mergedCode: this.params.initialCode || '',
|
|
308
|
+
applied: false,
|
|
309
|
+
metadata: {
|
|
310
|
+
editedAt: new Date().toISOString(),
|
|
311
|
+
originalLength: this.params.initialCode?.length || 0,
|
|
312
|
+
finalLength: this.params.initialCode?.length || 0,
|
|
313
|
+
morphModel: this.params.morphModel ?? 'openrouter/morph/morph-v3-large',
|
|
314
|
+
},
|
|
315
|
+
success: false,
|
|
316
|
+
error: error instanceof Error ? error.message : 'Unknown error occurred',
|
|
317
|
+
};
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
//# sourceMappingURL=code-edit-tool.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"code-edit-tool.js","sourceRoot":"","sources":["../../../src/bubbles/tool-bubble/code-edit-tool.ts"],"names":[],"mappings":"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"}
|
|
@@ -28,16 +28,16 @@ declare const GetBubbleDetailsToolResultSchema: z.ZodObject<{
|
|
|
28
28
|
error: z.ZodString;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
30
|
name: string;
|
|
31
|
-
success: boolean;
|
|
32
31
|
error: string;
|
|
32
|
+
success: boolean;
|
|
33
33
|
outputSchema: string;
|
|
34
34
|
usageExample: string;
|
|
35
35
|
alias?: string | undefined;
|
|
36
36
|
inputSchema?: string | undefined;
|
|
37
37
|
}, {
|
|
38
38
|
name: string;
|
|
39
|
-
success: boolean;
|
|
40
39
|
error: string;
|
|
40
|
+
success: boolean;
|
|
41
41
|
outputSchema: string;
|
|
42
42
|
usageExample: string;
|
|
43
43
|
alias?: string | undefined;
|
|
@@ -69,16 +69,16 @@ export declare class GetBubbleDetailsTool extends ToolBubble<GetBubbleDetailsToo
|
|
|
69
69
|
error: z.ZodString;
|
|
70
70
|
}, "strip", z.ZodTypeAny, {
|
|
71
71
|
name: string;
|
|
72
|
-
success: boolean;
|
|
73
72
|
error: string;
|
|
73
|
+
success: boolean;
|
|
74
74
|
outputSchema: string;
|
|
75
75
|
usageExample: string;
|
|
76
76
|
alias?: string | undefined;
|
|
77
77
|
inputSchema?: string | undefined;
|
|
78
78
|
}, {
|
|
79
79
|
name: string;
|
|
80
|
-
success: boolean;
|
|
81
80
|
error: string;
|
|
81
|
+
success: boolean;
|
|
82
82
|
outputSchema: string;
|
|
83
83
|
usageExample: string;
|
|
84
84
|
alias?: string | undefined;
|
|
@@ -105,6 +105,10 @@ export declare class GetBubbleDetailsTool extends ToolBubble<GetBubbleDetailsToo
|
|
|
105
105
|
private getParameterDescription;
|
|
106
106
|
private generateExampleParams;
|
|
107
107
|
private generateExampleValue;
|
|
108
|
+
/**
|
|
109
|
+
* Checks if a key represents a credential parameter that should be omitted from examples
|
|
110
|
+
*/
|
|
111
|
+
private isCredentialKey;
|
|
108
112
|
private toCamelCase;
|
|
109
113
|
private toPascalCase;
|
|
110
114
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-bubble-details-tool.d.ts","sourceRoot":"","sources":["../../../src/bubbles/tool-bubble/get-bubble-details-tool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAK3D,QAAA,MAAM,gCAAgC;;;;;;;;;;;;EAgBpC,CAAC;AAGH,KAAK,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAC5C,OAAO,gCAAgC,CACxC,CAAC;AACF,KAAK,0BAA0B,GAAG,CAAC,CAAC,MAAM,CACxC,OAAO,gCAAgC,CACxC,CAAC;AAEF,KAAK,0BAA0B,GAAG,CAAC,CAAC,MAAM,CACxC,OAAO,gCAAgC,CACxC,CAAC;AAGF,QAAA,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;EAepC,CAAC;AAEH,qBAAa,oBAAqB,SAAQ,UAAU,CAClD,0BAA0B,EAC1B,0BAA0B,CAC3B;IACC,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAG,MAAM,CAAU;IACvC,MAAM,CAAC,QAAQ,CAAC,UAAU,6BAA6B;IACvD,MAAM,CAAC,QAAQ,CAAC,MAAM;;;;;;;;;;;;OAAoC;IAC1D,MAAM,CAAC,QAAQ,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;OAAoC;IAChE,MAAM,CAAC,QAAQ,CAAC,gBAAgB,4GAC2E;IAC3G,MAAM,CAAC,QAAQ,CAAC,eAAe,ulBAe7B;IACF,MAAM,CAAC,QAAQ,CAAC,KAAK,aAAa;IAClC,OAAO,CAAC,OAAO,CAAgB;gBAG7B,MAAM,EAAE,+BAA+B,EACvC,OAAO,CAAC,EAAE,aAAa;IAMnB,aAAa,CACjB,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAAC,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"get-bubble-details-tool.d.ts","sourceRoot":"","sources":["../../../src/bubbles/tool-bubble/get-bubble-details-tool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAK3D,QAAA,MAAM,gCAAgC;;;;;;;;;;;;EAgBpC,CAAC;AAGH,KAAK,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAC5C,OAAO,gCAAgC,CACxC,CAAC;AACF,KAAK,0BAA0B,GAAG,CAAC,CAAC,MAAM,CACxC,OAAO,gCAAgC,CACxC,CAAC;AAEF,KAAK,0BAA0B,GAAG,CAAC,CAAC,MAAM,CACxC,OAAO,gCAAgC,CACxC,CAAC;AAGF,QAAA,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;EAepC,CAAC;AAEH,qBAAa,oBAAqB,SAAQ,UAAU,CAClD,0BAA0B,EAC1B,0BAA0B,CAC3B;IACC,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAG,MAAM,CAAU;IACvC,MAAM,CAAC,QAAQ,CAAC,UAAU,6BAA6B;IACvD,MAAM,CAAC,QAAQ,CAAC,MAAM;;;;;;;;;;;;OAAoC;IAC1D,MAAM,CAAC,QAAQ,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;OAAoC;IAChE,MAAM,CAAC,QAAQ,CAAC,gBAAgB,4GAC2E;IAC3G,MAAM,CAAC,QAAQ,CAAC,eAAe,ulBAe7B;IACF,MAAM,CAAC,QAAQ,CAAC,KAAK,aAAa;IAClC,OAAO,CAAC,OAAO,CAAgB;gBAG7B,MAAM,EAAE,+BAA+B,EACvC,OAAO,CAAC,EAAE,aAAa;IAMnB,aAAa,CACjB,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAAC,0BAA0B,CAAC;IAsDtC,OAAO,CAAC,0BAA0B;IAyClC,OAAO,CAAC,gBAAgB;IAuJxB,OAAO,CAAC,oBAAoB;IA4B5B,OAAO,CAAC,oBAAoB;IAQ5B,OAAO,CAAC,yBAAyB;IAkIjC,OAAO,CAAC,qBAAqB;IA0D7B,OAAO,CAAC,sBAAsB;IAY9B,OAAO,CAAC,qBAAqB;IAuC7B,OAAO,CAAC,0BAA0B;IAwBlC;;OAEG;IACH,OAAO,CAAC,uBAAuB;IAyB/B,OAAO,CAAC,qBAAqB;IAoF7B,OAAO,CAAC,oBAAoB;IAyN5B;;OAEG;IACH,OAAO,CAAC,eAAe;IAMvB,OAAO,CAAC,WAAW;IAInB,OAAO,CAAC,YAAY;CAIrB"}
|