@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 @@
|
|
|
1
|
+
{"version":3,"file":"property-schemas.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/notion/property-schemas.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,341 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
// Color enum used across multiple property types
|
|
3
|
+
const ColorEnum = z.enum([
|
|
4
|
+
'default',
|
|
5
|
+
'gray',
|
|
6
|
+
'brown',
|
|
7
|
+
'orange',
|
|
8
|
+
'yellow',
|
|
9
|
+
'green',
|
|
10
|
+
'blue',
|
|
11
|
+
'purple',
|
|
12
|
+
'pink',
|
|
13
|
+
'red',
|
|
14
|
+
]);
|
|
15
|
+
// Checkbox property schema
|
|
16
|
+
const CheckboxPropertySchema = z.object({
|
|
17
|
+
id: z.string().describe('Property ID'),
|
|
18
|
+
name: z.string().describe('Property name'),
|
|
19
|
+
description: z.string().optional().describe('Property description'),
|
|
20
|
+
type: z.literal('checkbox').describe('Property type'),
|
|
21
|
+
checkbox: z.object({}).describe('Checkbox configuration (empty object)'),
|
|
22
|
+
});
|
|
23
|
+
// Created by property schema
|
|
24
|
+
const CreatedByPropertySchema = z.object({
|
|
25
|
+
id: z.string().describe('Property ID'),
|
|
26
|
+
name: z.string().describe('Property name'),
|
|
27
|
+
description: z.string().optional().describe('Property description'),
|
|
28
|
+
type: z.literal('created_by').describe('Property type'),
|
|
29
|
+
created_by: z.object({}).describe('Created by configuration (empty object)'),
|
|
30
|
+
});
|
|
31
|
+
// Created time property schema
|
|
32
|
+
const CreatedTimePropertySchema = z.object({
|
|
33
|
+
id: z.string().describe('Property ID'),
|
|
34
|
+
name: z.string().describe('Property name'),
|
|
35
|
+
description: z.string().optional().describe('Property description'),
|
|
36
|
+
type: z.literal('created_time').describe('Property type'),
|
|
37
|
+
created_time: z
|
|
38
|
+
.object({})
|
|
39
|
+
.describe('Created time configuration (empty object)'),
|
|
40
|
+
});
|
|
41
|
+
// Date property schema
|
|
42
|
+
const DatePropertySchema = z.object({
|
|
43
|
+
id: z.string().describe('Property ID'),
|
|
44
|
+
name: z.string().describe('Property name'),
|
|
45
|
+
description: z.string().optional().describe('Property description'),
|
|
46
|
+
type: z.literal('date').describe('Property type'),
|
|
47
|
+
date: z.object({}).describe('Date configuration (empty object)'),
|
|
48
|
+
});
|
|
49
|
+
// Email property schema
|
|
50
|
+
const EmailPropertySchema = z.object({
|
|
51
|
+
id: z.string().describe('Property ID'),
|
|
52
|
+
name: z.string().describe('Property name'),
|
|
53
|
+
description: z.string().optional().describe('Property description'),
|
|
54
|
+
type: z.literal('email').describe('Property type'),
|
|
55
|
+
email: z.object({}).describe('Email configuration (empty object)'),
|
|
56
|
+
});
|
|
57
|
+
// Files property schema
|
|
58
|
+
const FilesPropertySchema = z.object({
|
|
59
|
+
id: z.string().describe('Property ID'),
|
|
60
|
+
name: z.string().describe('Property name'),
|
|
61
|
+
description: z.string().optional().describe('Property description'),
|
|
62
|
+
type: z.literal('files').describe('Property type'),
|
|
63
|
+
files: z.object({}).describe('Files configuration (empty object)'),
|
|
64
|
+
});
|
|
65
|
+
// Formula property schema
|
|
66
|
+
const FormulaPropertySchema = z.object({
|
|
67
|
+
id: z.string().describe('Property ID'),
|
|
68
|
+
name: z.string().describe('Property name'),
|
|
69
|
+
description: z.string().optional().describe('Property description'),
|
|
70
|
+
type: z.literal('formula').describe('Property type'),
|
|
71
|
+
formula: z
|
|
72
|
+
.object({
|
|
73
|
+
expression: z.string().describe('The formula expression'),
|
|
74
|
+
})
|
|
75
|
+
.describe('Formula configuration'),
|
|
76
|
+
});
|
|
77
|
+
// Last edited by property schema
|
|
78
|
+
const LastEditedByPropertySchema = z.object({
|
|
79
|
+
id: z.string().describe('Property ID'),
|
|
80
|
+
name: z.string().describe('Property name'),
|
|
81
|
+
description: z.string().optional().describe('Property description'),
|
|
82
|
+
type: z.literal('last_edited_by').describe('Property type'),
|
|
83
|
+
last_edited_by: z
|
|
84
|
+
.object({})
|
|
85
|
+
.describe('Last edited by configuration (empty object)'),
|
|
86
|
+
});
|
|
87
|
+
// Last edited time property schema
|
|
88
|
+
const LastEditedTimePropertySchema = z.object({
|
|
89
|
+
id: z.string().describe('Property ID'),
|
|
90
|
+
name: z.string().describe('Property name'),
|
|
91
|
+
description: z.string().optional().describe('Property description'),
|
|
92
|
+
type: z.literal('last_edited_time').describe('Property type'),
|
|
93
|
+
last_edited_time: z
|
|
94
|
+
.object({})
|
|
95
|
+
.describe('Last edited time configuration (empty object)'),
|
|
96
|
+
});
|
|
97
|
+
// Multi-select option schema
|
|
98
|
+
const MultiSelectOptionSchema = z.object({
|
|
99
|
+
id: z.string().describe('Option ID'),
|
|
100
|
+
name: z.string().describe('Option name'),
|
|
101
|
+
color: ColorEnum.describe('Option color'),
|
|
102
|
+
});
|
|
103
|
+
// Multi-select property schema
|
|
104
|
+
const MultiSelectPropertySchema = z.object({
|
|
105
|
+
id: z.string().describe('Property ID'),
|
|
106
|
+
name: z.string().describe('Property name'),
|
|
107
|
+
description: z.string().optional().describe('Property description'),
|
|
108
|
+
type: z.literal('multi_select').describe('Property type'),
|
|
109
|
+
multi_select: z
|
|
110
|
+
.object({
|
|
111
|
+
options: z.array(MultiSelectOptionSchema).describe('Available options'),
|
|
112
|
+
})
|
|
113
|
+
.describe('Multi-select configuration'),
|
|
114
|
+
});
|
|
115
|
+
// Number format enum
|
|
116
|
+
const NumberFormatEnum = z.enum([
|
|
117
|
+
'number',
|
|
118
|
+
'number_with_commas',
|
|
119
|
+
'percent',
|
|
120
|
+
'dollar',
|
|
121
|
+
'canadian_dollar',
|
|
122
|
+
'singapore_dollar',
|
|
123
|
+
'euro',
|
|
124
|
+
'pound',
|
|
125
|
+
'yen',
|
|
126
|
+
'ruble',
|
|
127
|
+
'rupee',
|
|
128
|
+
'won',
|
|
129
|
+
'yuan',
|
|
130
|
+
'real',
|
|
131
|
+
'lira',
|
|
132
|
+
'rupiah',
|
|
133
|
+
'franc',
|
|
134
|
+
'hong_kong_dollar',
|
|
135
|
+
'new_zealand_dollar',
|
|
136
|
+
'krona',
|
|
137
|
+
'norwegian_krone',
|
|
138
|
+
'mexican_peso',
|
|
139
|
+
'rand',
|
|
140
|
+
'new_taiwan_dollar',
|
|
141
|
+
'danish_krone',
|
|
142
|
+
'zloty',
|
|
143
|
+
'baht',
|
|
144
|
+
'forint',
|
|
145
|
+
'koruna',
|
|
146
|
+
'shekel',
|
|
147
|
+
'chilean_peso',
|
|
148
|
+
'philippine_peso',
|
|
149
|
+
'dirham',
|
|
150
|
+
'colombian_peso',
|
|
151
|
+
'riyal',
|
|
152
|
+
'ringgit',
|
|
153
|
+
'leu',
|
|
154
|
+
'argentine_peso',
|
|
155
|
+
'uruguayan_peso',
|
|
156
|
+
'peruvian_sol',
|
|
157
|
+
]);
|
|
158
|
+
// Number property schema
|
|
159
|
+
const NumberPropertySchema = z.object({
|
|
160
|
+
id: z.string().describe('Property ID'),
|
|
161
|
+
name: z.string().describe('Property name'),
|
|
162
|
+
description: z.string().optional().describe('Property description'),
|
|
163
|
+
type: z.literal('number').describe('Property type'),
|
|
164
|
+
number: z
|
|
165
|
+
.object({
|
|
166
|
+
format: NumberFormatEnum.describe('Number format'),
|
|
167
|
+
})
|
|
168
|
+
.describe('Number configuration'),
|
|
169
|
+
});
|
|
170
|
+
// People property schema
|
|
171
|
+
const PeoplePropertySchema = z.object({
|
|
172
|
+
id: z.string().describe('Property ID'),
|
|
173
|
+
name: z.string().describe('Property name'),
|
|
174
|
+
description: z.string().optional().describe('Property description'),
|
|
175
|
+
type: z.literal('people').describe('Property type'),
|
|
176
|
+
people: z.object({}).describe('People configuration (empty object)'),
|
|
177
|
+
});
|
|
178
|
+
// Phone number property schema
|
|
179
|
+
const PhoneNumberPropertySchema = z.object({
|
|
180
|
+
id: z.string().describe('Property ID'),
|
|
181
|
+
name: z.string().describe('Property name'),
|
|
182
|
+
description: z.string().optional().describe('Property description'),
|
|
183
|
+
type: z.literal('phone_number').describe('Property type'),
|
|
184
|
+
phone_number: z
|
|
185
|
+
.object({})
|
|
186
|
+
.describe('Phone number configuration (empty object)'),
|
|
187
|
+
});
|
|
188
|
+
// Place property schema
|
|
189
|
+
const PlacePropertySchema = z.object({
|
|
190
|
+
name: z.string().describe('Property name'),
|
|
191
|
+
description: z.string().optional().describe('Property description'),
|
|
192
|
+
type: z.literal('place').describe('Property type'),
|
|
193
|
+
place: z.object({}).describe('Place configuration (empty object)'),
|
|
194
|
+
});
|
|
195
|
+
// Relation property schema
|
|
196
|
+
const RelationPropertySchema = z.object({
|
|
197
|
+
id: z.string().describe('Property ID'),
|
|
198
|
+
name: z.string().describe('Property name'),
|
|
199
|
+
description: z.string().optional().describe('Property description'),
|
|
200
|
+
type: z.literal('relation').describe('Property type'),
|
|
201
|
+
relation: z
|
|
202
|
+
.object({
|
|
203
|
+
data_source_id: z.string().describe('ID of the related data source'),
|
|
204
|
+
dual_property: z
|
|
205
|
+
.object({
|
|
206
|
+
synced_property_id: z.string().describe('ID of the synced property'),
|
|
207
|
+
synced_property_name: z
|
|
208
|
+
.string()
|
|
209
|
+
.describe('Name of the synced property'),
|
|
210
|
+
})
|
|
211
|
+
.optional()
|
|
212
|
+
.describe('Dual property configuration'),
|
|
213
|
+
})
|
|
214
|
+
.describe('Relation configuration'),
|
|
215
|
+
});
|
|
216
|
+
// Rich text property schema
|
|
217
|
+
const RichTextPropertySchema = z.object({
|
|
218
|
+
id: z.string().describe('Property ID'),
|
|
219
|
+
name: z.string().describe('Property name'),
|
|
220
|
+
description: z.string().optional().describe('Property description'),
|
|
221
|
+
type: z.literal('rich_text').describe('Property type'),
|
|
222
|
+
rich_text: z.object({}).describe('Rich text configuration (empty object)'),
|
|
223
|
+
});
|
|
224
|
+
// Rollup function enum
|
|
225
|
+
const RollupFunctionEnum = z.enum([
|
|
226
|
+
'average',
|
|
227
|
+
'checked',
|
|
228
|
+
'count_per_group',
|
|
229
|
+
'count',
|
|
230
|
+
'count_values',
|
|
231
|
+
'date_range',
|
|
232
|
+
'earliest_date',
|
|
233
|
+
'empty',
|
|
234
|
+
'latest_date',
|
|
235
|
+
'max',
|
|
236
|
+
'median',
|
|
237
|
+
'min',
|
|
238
|
+
'not_empty',
|
|
239
|
+
'percent_checked',
|
|
240
|
+
'percent_empty',
|
|
241
|
+
'percent_not_empty',
|
|
242
|
+
'percent_per_group',
|
|
243
|
+
'percent_unchecked',
|
|
244
|
+
'range',
|
|
245
|
+
'unchecked',
|
|
246
|
+
'unique',
|
|
247
|
+
'show_original',
|
|
248
|
+
'show_unique',
|
|
249
|
+
'sum',
|
|
250
|
+
]);
|
|
251
|
+
// Rollup property schema
|
|
252
|
+
const RollupPropertySchema = z.object({
|
|
253
|
+
id: z.string().describe('Property ID'),
|
|
254
|
+
name: z.string().describe('Property name'),
|
|
255
|
+
description: z.string().optional().describe('Property description'),
|
|
256
|
+
type: z.literal('rollup').describe('Property type'),
|
|
257
|
+
rollup: z
|
|
258
|
+
.object({
|
|
259
|
+
function: RollupFunctionEnum.describe('Rollup function'),
|
|
260
|
+
relation_property_id: z.string().describe('ID of the relation property'),
|
|
261
|
+
relation_property_name: z
|
|
262
|
+
.string()
|
|
263
|
+
.describe('Name of the relation property'),
|
|
264
|
+
rollup_property_id: z.string().describe('ID of the rollup property'),
|
|
265
|
+
rollup_property_name: z.string().describe('Name of the rollup property'),
|
|
266
|
+
})
|
|
267
|
+
.describe('Rollup configuration'),
|
|
268
|
+
});
|
|
269
|
+
// Select option schema
|
|
270
|
+
const SelectOptionSchema = z.object({
|
|
271
|
+
id: z.string().describe('Option ID'),
|
|
272
|
+
name: z.string().describe('Option name'),
|
|
273
|
+
color: ColorEnum.describe('Option color'),
|
|
274
|
+
});
|
|
275
|
+
// Select property schema
|
|
276
|
+
const SelectPropertySchema = z.object({
|
|
277
|
+
id: z.string().describe('Property ID'),
|
|
278
|
+
name: z.string().describe('Property name'),
|
|
279
|
+
description: z.string().optional().describe('Property description'),
|
|
280
|
+
type: z.literal('select').describe('Property type'),
|
|
281
|
+
select: z
|
|
282
|
+
.object({
|
|
283
|
+
options: z.array(SelectOptionSchema).describe('Available options'),
|
|
284
|
+
})
|
|
285
|
+
.describe('Select configuration'),
|
|
286
|
+
});
|
|
287
|
+
// Title property schema
|
|
288
|
+
const TitlePropertySchema = z.object({
|
|
289
|
+
id: z.string().describe('Property ID'),
|
|
290
|
+
name: z.string().describe('Property name'),
|
|
291
|
+
description: z.string().optional().describe('Property description'),
|
|
292
|
+
type: z.literal('title').describe('Property type'),
|
|
293
|
+
title: z.object({}).describe('Title configuration (empty object)'),
|
|
294
|
+
});
|
|
295
|
+
// URL property schema
|
|
296
|
+
const URLPropertySchema = z.object({
|
|
297
|
+
id: z.string().describe('Property ID'),
|
|
298
|
+
name: z.string().describe('Property name'),
|
|
299
|
+
description: z.string().optional().describe('Property description'),
|
|
300
|
+
type: z.literal('url').describe('Property type'),
|
|
301
|
+
url: z.object({}).describe('URL configuration (empty object)'),
|
|
302
|
+
});
|
|
303
|
+
// Unique ID property schema
|
|
304
|
+
const UniqueIDPropertySchema = z.object({
|
|
305
|
+
id: z.string().describe('Property ID'),
|
|
306
|
+
name: z.string().describe('Property name'),
|
|
307
|
+
description: z.string().optional().describe('Property description'),
|
|
308
|
+
type: z.literal('unique_id').describe('Property type'),
|
|
309
|
+
unique_id: z
|
|
310
|
+
.object({
|
|
311
|
+
prefix: z.string().optional().describe('Optional prefix for unique IDs'),
|
|
312
|
+
})
|
|
313
|
+
.describe('Unique ID configuration'),
|
|
314
|
+
});
|
|
315
|
+
// Union of all property types
|
|
316
|
+
export const DataSourcePropertySchema = z.discriminatedUnion('type', [
|
|
317
|
+
CheckboxPropertySchema,
|
|
318
|
+
CreatedByPropertySchema,
|
|
319
|
+
CreatedTimePropertySchema,
|
|
320
|
+
DatePropertySchema,
|
|
321
|
+
EmailPropertySchema,
|
|
322
|
+
FilesPropertySchema,
|
|
323
|
+
FormulaPropertySchema,
|
|
324
|
+
LastEditedByPropertySchema,
|
|
325
|
+
LastEditedTimePropertySchema,
|
|
326
|
+
MultiSelectPropertySchema,
|
|
327
|
+
NumberPropertySchema,
|
|
328
|
+
PeoplePropertySchema,
|
|
329
|
+
PhoneNumberPropertySchema,
|
|
330
|
+
PlacePropertySchema,
|
|
331
|
+
RelationPropertySchema,
|
|
332
|
+
RichTextPropertySchema,
|
|
333
|
+
RollupPropertySchema,
|
|
334
|
+
SelectPropertySchema,
|
|
335
|
+
TitlePropertySchema,
|
|
336
|
+
URLPropertySchema,
|
|
337
|
+
UniqueIDPropertySchema,
|
|
338
|
+
]);
|
|
339
|
+
// Export individual schemas for use in other files
|
|
340
|
+
export { ColorEnum, CheckboxPropertySchema, CreatedByPropertySchema, CreatedTimePropertySchema, DatePropertySchema, EmailPropertySchema, FilesPropertySchema, FormulaPropertySchema, LastEditedByPropertySchema, LastEditedTimePropertySchema, MultiSelectPropertySchema, MultiSelectOptionSchema, NumberPropertySchema, NumberFormatEnum, PeoplePropertySchema, PhoneNumberPropertySchema, PlacePropertySchema, RelationPropertySchema, RichTextPropertySchema, RollupPropertySchema, RollupFunctionEnum, SelectPropertySchema, SelectOptionSchema, TitlePropertySchema, URLPropertySchema, UniqueIDPropertySchema, };
|
|
341
|
+
//# sourceMappingURL=property-schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"property-schemas.js","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/notion/property-schemas.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,8 +12,8 @@ declare const PostgreSQLParamsSchema: z.ZodObject<{
|
|
|
12
12
|
maxRows: z.ZodDefault<z.ZodNumber>;
|
|
13
13
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
14
14
|
}, "strip", z.ZodTypeAny, {
|
|
15
|
-
timeout: number;
|
|
16
15
|
parameters: unknown[];
|
|
16
|
+
timeout: number;
|
|
17
17
|
ignoreSSL: boolean;
|
|
18
18
|
query: string;
|
|
19
19
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
|
|
@@ -21,9 +21,9 @@ declare const PostgreSQLParamsSchema: z.ZodObject<{
|
|
|
21
21
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
22
22
|
}, {
|
|
23
23
|
query: string;
|
|
24
|
+
parameters?: unknown[] | undefined;
|
|
24
25
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
25
26
|
timeout?: number | undefined;
|
|
26
|
-
parameters?: unknown[] | undefined;
|
|
27
27
|
ignoreSSL?: boolean | undefined;
|
|
28
28
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
|
|
29
29
|
maxRows?: number | undefined;
|
|
@@ -49,9 +49,9 @@ declare const PostgreSQLResultSchema: z.ZodObject<{
|
|
|
49
49
|
error: z.ZodString;
|
|
50
50
|
cleanedJSONString: z.ZodString;
|
|
51
51
|
}, "strip", z.ZodTypeAny, {
|
|
52
|
+
executionTime: number;
|
|
52
53
|
error: string;
|
|
53
54
|
success: boolean;
|
|
54
|
-
executionTime: number;
|
|
55
55
|
rows: Record<string, unknown>[];
|
|
56
56
|
rowCount: number | null;
|
|
57
57
|
command: string;
|
|
@@ -61,9 +61,9 @@ declare const PostgreSQLResultSchema: z.ZodObject<{
|
|
|
61
61
|
dataTypeID: number;
|
|
62
62
|
}[] | undefined;
|
|
63
63
|
}, {
|
|
64
|
+
executionTime: number;
|
|
64
65
|
error: string;
|
|
65
66
|
success: boolean;
|
|
66
|
-
executionTime: number;
|
|
67
67
|
rows: Record<string, unknown>[];
|
|
68
68
|
rowCount: number | null;
|
|
69
69
|
command: string;
|
|
@@ -89,8 +89,8 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
|
|
|
89
89
|
maxRows: z.ZodDefault<z.ZodNumber>;
|
|
90
90
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
|
92
|
-
timeout: number;
|
|
93
92
|
parameters: unknown[];
|
|
93
|
+
timeout: number;
|
|
94
94
|
ignoreSSL: boolean;
|
|
95
95
|
query: string;
|
|
96
96
|
allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
|
|
@@ -98,9 +98,9 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
|
|
|
98
98
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
99
99
|
}, {
|
|
100
100
|
query: string;
|
|
101
|
+
parameters?: unknown[] | undefined;
|
|
101
102
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
102
103
|
timeout?: number | undefined;
|
|
103
|
-
parameters?: unknown[] | undefined;
|
|
104
104
|
ignoreSSL?: boolean | undefined;
|
|
105
105
|
allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
|
|
106
106
|
maxRows?: number | undefined;
|
|
@@ -124,9 +124,9 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
|
|
|
124
124
|
error: z.ZodString;
|
|
125
125
|
cleanedJSONString: z.ZodString;
|
|
126
126
|
}, "strip", z.ZodTypeAny, {
|
|
127
|
+
executionTime: number;
|
|
127
128
|
error: string;
|
|
128
129
|
success: boolean;
|
|
129
|
-
executionTime: number;
|
|
130
130
|
rows: Record<string, unknown>[];
|
|
131
131
|
rowCount: number | null;
|
|
132
132
|
command: string;
|
|
@@ -136,9 +136,9 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
|
|
|
136
136
|
dataTypeID: number;
|
|
137
137
|
}[] | undefined;
|
|
138
138
|
}, {
|
|
139
|
+
executionTime: number;
|
|
139
140
|
error: string;
|
|
140
141
|
success: boolean;
|
|
141
|
-
executionTime: number;
|
|
142
142
|
rows: Record<string, unknown>[];
|
|
143
143
|
rowCount: number | null;
|
|
144
144
|
command: string;
|
|
@@ -46,14 +46,13 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
46
46
|
from: string;
|
|
47
47
|
to: string | string[];
|
|
48
48
|
subject: string;
|
|
49
|
-
text?: string | undefined;
|
|
50
49
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
50
|
+
text?: string | undefined;
|
|
51
51
|
tags?: {
|
|
52
52
|
value: string;
|
|
53
53
|
name: string;
|
|
54
54
|
}[] | undefined;
|
|
55
55
|
headers?: Record<string, string> | undefined;
|
|
56
|
-
html?: string | undefined;
|
|
57
56
|
attachments?: {
|
|
58
57
|
content: string | Buffer<ArrayBufferLike>;
|
|
59
58
|
filename: string;
|
|
@@ -62,20 +61,20 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
62
61
|
}[] | undefined;
|
|
63
62
|
cc?: string | string[] | undefined;
|
|
64
63
|
bcc?: string | string[] | undefined;
|
|
64
|
+
html?: string | undefined;
|
|
65
65
|
reply_to?: string | string[] | undefined;
|
|
66
66
|
scheduled_at?: string | undefined;
|
|
67
67
|
}, {
|
|
68
68
|
operation: "send_email";
|
|
69
69
|
to: string | string[];
|
|
70
70
|
subject: string;
|
|
71
|
-
text?: string | undefined;
|
|
72
71
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
72
|
+
text?: string | undefined;
|
|
73
73
|
tags?: {
|
|
74
74
|
value: string;
|
|
75
75
|
name: string;
|
|
76
76
|
}[] | undefined;
|
|
77
77
|
headers?: Record<string, string> | undefined;
|
|
78
|
-
html?: string | undefined;
|
|
79
78
|
attachments?: {
|
|
80
79
|
content: string | Buffer<ArrayBufferLike>;
|
|
81
80
|
filename: string;
|
|
@@ -85,6 +84,7 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
85
84
|
from?: string | undefined;
|
|
86
85
|
cc?: string | string[] | undefined;
|
|
87
86
|
bcc?: string | string[] | undefined;
|
|
87
|
+
html?: string | undefined;
|
|
88
88
|
reply_to?: string | string[] | undefined;
|
|
89
89
|
scheduled_at?: string | undefined;
|
|
90
90
|
}>, z.ZodObject<{
|
|
@@ -193,14 +193,13 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
193
193
|
from: string;
|
|
194
194
|
to: string | string[];
|
|
195
195
|
subject: string;
|
|
196
|
-
text?: string | undefined;
|
|
197
196
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
197
|
+
text?: string | undefined;
|
|
198
198
|
tags?: {
|
|
199
199
|
value: string;
|
|
200
200
|
name: string;
|
|
201
201
|
}[] | undefined;
|
|
202
202
|
headers?: Record<string, string> | undefined;
|
|
203
|
-
html?: string | undefined;
|
|
204
203
|
attachments?: {
|
|
205
204
|
content: string | Buffer<ArrayBufferLike>;
|
|
206
205
|
filename: string;
|
|
@@ -209,20 +208,20 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
209
208
|
}[] | undefined;
|
|
210
209
|
cc?: string | string[] | undefined;
|
|
211
210
|
bcc?: string | string[] | undefined;
|
|
211
|
+
html?: string | undefined;
|
|
212
212
|
reply_to?: string | string[] | undefined;
|
|
213
213
|
scheduled_at?: string | undefined;
|
|
214
214
|
}, {
|
|
215
215
|
operation: "send_email";
|
|
216
216
|
to: string | string[];
|
|
217
217
|
subject: string;
|
|
218
|
-
text?: string | undefined;
|
|
219
218
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
219
|
+
text?: string | undefined;
|
|
220
220
|
tags?: {
|
|
221
221
|
value: string;
|
|
222
222
|
name: string;
|
|
223
223
|
}[] | undefined;
|
|
224
224
|
headers?: Record<string, string> | undefined;
|
|
225
|
-
html?: string | undefined;
|
|
226
225
|
attachments?: {
|
|
227
226
|
content: string | Buffer<ArrayBufferLike>;
|
|
228
227
|
filename: string;
|
|
@@ -232,6 +231,7 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
232
231
|
from?: string | undefined;
|
|
233
232
|
cc?: string | string[] | undefined;
|
|
234
233
|
bcc?: string | string[] | undefined;
|
|
234
|
+
html?: string | undefined;
|
|
235
235
|
reply_to?: string | string[] | undefined;
|
|
236
236
|
scheduled_at?: string | undefined;
|
|
237
237
|
}>, z.ZodObject<{
|
|
@@ -285,10 +285,31 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
285
285
|
last_event?: string | undefined;
|
|
286
286
|
}>]>;
|
|
287
287
|
static readonly shortDescription = "Email sending service via Resend API";
|
|
288
|
-
static readonly longDescription = "\n Resend email service integration for sending transactional emails.\n Use cases:\n - Send transactional emails with HTML and text content\n - Track email delivery status and metrics\n - Manage email attachments and custom headers\n \n Security Features:\n - API key-based authentication\n - Email address validation\n - Content sanitization\n - Rate limiting awareness\n ";
|
|
288
|
+
static readonly longDescription = "\n Resend email service integration for sending transactional emails.\n Use cases:\n - Send transactional emails with HTML and text content\n - Track email delivery status and metrics\n - Manage email attachments and custom headers\n \n Security Features:\n - API key-based authentication\n - Email address validation\n - Domain enforcement for user credentials (validates that sender domain is verified in Resend)\n - System credentials (bubblelab.ai domain) skip domain validation\n - Content sanitization\n - Rate limiting awareness\n ";
|
|
289
289
|
static readonly alias = "resend";
|
|
290
290
|
private resend?;
|
|
291
|
+
private verifiedDomains?;
|
|
291
292
|
constructor(params?: T, context?: BubbleContext);
|
|
293
|
+
/**
|
|
294
|
+
* Extracts the domain from an email address.
|
|
295
|
+
* Handles both formats: "Name <email@domain.com>" and "email@domain.com"
|
|
296
|
+
*/
|
|
297
|
+
private extractDomainFromEmail;
|
|
298
|
+
/**
|
|
299
|
+
* Checks if the email domain is a system domain (BubbleLab's default domain).
|
|
300
|
+
* System credentials use bubblelab.ai domain and should skip domain validation.
|
|
301
|
+
*/
|
|
302
|
+
private isSystemDomain;
|
|
303
|
+
/**
|
|
304
|
+
* Fetches and caches the list of verified domains from Resend API
|
|
305
|
+
*/
|
|
306
|
+
private getVerifiedDomains;
|
|
307
|
+
/**
|
|
308
|
+
* Validates that the from email domain is verified in Resend.
|
|
309
|
+
* Skips validation for system domains (bubblelab.ai) as they use system credentials.
|
|
310
|
+
* Only enforces validation for user-provided credentials.
|
|
311
|
+
*/
|
|
312
|
+
private validateFromDomain;
|
|
292
313
|
testCredential(): Promise<boolean>;
|
|
293
314
|
protected performAction(context?: BubbleContext): Promise<Extract<ResendResult, {
|
|
294
315
|
operation: T['operation'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resend.d.ts","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/resend.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"resend.d.ts","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/resend.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAqB3D,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8FtB,CAAC;AAGH,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwBtB,CAAC;AAEH,KAAK,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,kBAAkB,CAAC,CAAC;AACxD,KAAK,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAGvD,MAAM,MAAM,qBAAqB,CAAC,CAAC,SAAS,YAAY,CAAC,WAAW,CAAC,IACnE,OAAO,CAAC,YAAY,EAAE;IAAE,SAAS,EAAE,CAAC,CAAA;CAAE,CAAC,CAAC;AAE1C,qBAAa,YAAY,CACvB,CAAC,SAAS,YAAY,GAAG,YAAY,CACrC,SAAQ,aAAa,CACrB,CAAC,EACD,OAAO,CAAC,YAAY,EAAE;IAAE,SAAS,EAAE,CAAC,CAAC,WAAW,CAAC,CAAA;CAAE,CAAC,CACrD;IACC,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAG,SAAS,CAAU;IAC1C,MAAM,CAAC,QAAQ,CAAC,OAAO,YAAY;IACnC,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,QAAQ,CAAU;IAC7C,MAAM,CAAC,QAAQ,CAAC,UAAU,YAAY;IACtC,MAAM,CAAC,QAAQ,CAAC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAsB;IAC5C,MAAM,CAAC,QAAQ,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAsB;IAClD,MAAM,CAAC,QAAQ,CAAC,gBAAgB,0CAA0C;IAC1E,MAAM,CAAC,QAAQ,CAAC,eAAe,wkBAc7B;IACF,MAAM,CAAC,QAAQ,CAAC,KAAK,YAAY;IAEjC,OAAO,CAAC,MAAM,CAAC,CAAS;IACxB,OAAO,CAAC,eAAe,CAAC,CAAc;gBAGpC,MAAM,GAAE,CAMF,EACN,OAAO,CAAC,EAAE,aAAa;IAKzB;;;OAGG;IACH,OAAO,CAAC,sBAAsB;IAgB9B;;;OAGG;IACH,OAAO,CAAC,cAAc;IAItB;;OAEG;YACW,kBAAkB;IA8ChC;;;;OAIG;YACW,kBAAkB;IAwBnB,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC;cAkB/B,aAAa,CAC3B,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAAC,OAAO,CAAC,YAAY,EAAE;QAAE,SAAS,EAAE,CAAC,CAAC,WAAW,CAAC,CAAA;KAAE,CAAC,CAAC;YAmClD,SAAS;YA4GT,cAAc;IAyB5B,SAAS,CAAC,gBAAgB,IAAI,MAAM,GAAG,SAAS;CAYjD"}
|