@bubblelab/bubble-core 0.1.10 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bubble-bundle.d.ts +803 -351
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +130 -35
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +5 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +20 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts.map +1 -1
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.js +6 -3
- package/dist/bubble-flow/sample/simplified-data-analysis.flow.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +1121 -0
- package/dist/bubbles/service-bubble/agi-inc.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/agi-inc.js +730 -0
- package/dist/bubbles/service-bubble/agi-inc.js.map +1 -0
- package/dist/bubbles/service-bubble/ai-agent.d.ts +273 -61
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +536 -405
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +1753 -0
- package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/airtable.js +1173 -0
- package/dist/bubbles/service-bubble/airtable.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +240 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.js +119 -0
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +4 -4
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +14 -14
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +137 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.js +81 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +488 -0
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.js +463 -0
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +262 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.js +291 -0
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +1301 -170
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +32 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +158 -13
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.js +222 -37
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +542 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts +37 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js +203 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.js +593 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +518 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +311 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/browserbase/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/browserbase/index.js +3 -0
- package/dist/bubbles/service-bubble/browserbase/index.js.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +1358 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.js +219 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +1604 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +194 -0
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/crustdata/index.js +3 -0
- package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -0
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +421 -0
- package/dist/bubbles/service-bubble/eleven-labs.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/eleven-labs.js +479 -0
- package/dist/bubbles/service-bubble/eleven-labs.js.map +1 -0
- package/dist/bubbles/service-bubble/firecrawl.d.ts +37748 -0
- package/dist/bubbles/service-bubble/firecrawl.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/firecrawl.js +1489 -0
- package/dist/bubbles/service-bubble/firecrawl.js.map +1 -0
- package/dist/bubbles/service-bubble/followupboss.d.ts +6822 -0
- package/dist/bubbles/service-bubble/followupboss.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/followupboss.js +1394 -0
- package/dist/bubbles/service-bubble/followupboss.js.map +1 -0
- package/dist/bubbles/service-bubble/github.d.ts +2393 -0
- package/dist/bubbles/service-bubble/github.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/github.js +1046 -0
- package/dist/bubbles/service-bubble/github.js.map +1 -0
- package/dist/bubbles/service-bubble/gmail.d.ts +180 -180
- package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
- package/dist/bubbles/service-bubble/google-drive.d.ts +69 -68
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +35 -3
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +943 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.js +401 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +1024 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/{google-sheets.js → google-sheets/google-sheets.schema.js} +45 -409
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.d.ts +38 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.js +183 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/google-sheets/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/index.js +4 -0
- package/dist/bubbles/service-bubble/google-sheets/index.js.map +1 -0
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +17 -5
- package/dist/bubbles/service-bubble/http.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts +49 -0
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/http.integration.flow.js +425 -0
- package/dist/bubbles/service-bubble/http.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/http.js +47 -5
- package/dist/bubbles/service-bubble/http.js.map +1 -1
- package/dist/bubbles/service-bubble/insforge-db.d.ts +140 -0
- package/dist/bubbles/service-bubble/insforge-db.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/insforge-db.js +260 -0
- package/dist/bubbles/service-bubble/insforge-db.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/notion/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/notion/index.js +3 -0
- package/dist/bubbles/service-bubble/notion/index.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +35405 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.js +1492 -0
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +1148 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.js +341 -0
- package/dist/bubbles/service-bubble/notion/property-schemas.js.map +1 -0
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +30 -9
- package/dist/bubbles/service-bubble/resend.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/resend.js +133 -2
- package/dist/bubbles/service-bubble/resend.js.map +1 -1
- package/dist/bubbles/service-bubble/slack.d.ts +1741 -798
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack.js +322 -28
- package/dist/bubbles/service-bubble/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +26 -22
- package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/storage.js +45 -4
- package/dist/bubbles/service-bubble/storage.js.map +1 -1
- package/dist/bubbles/service-bubble/telegram.d.ts +7742 -0
- package/dist/bubbles/service-bubble/telegram.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/telegram.js +1132 -0
- package/dist/bubbles/service-bubble/telegram.js.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +494 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts +31 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js +100 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.js +1301 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +473 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.js +230 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +76 -20
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.js +12 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +188 -0
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/code-edit-tool.js +321 -0
- package/dist/bubbles/tool-bubble/code-edit-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +740 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js +350 -0
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +115 -10
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +455 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.js +206 -0
- package/dist/bubbles/tool-bubble/google-maps-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/instagram-tool.js +4 -2
- package/dist/bubbles/tool-bubble/instagram-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +830 -453
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.js +236 -14
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +17 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.js +32 -17
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +485 -0
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/tiktok-tool.js +226 -0
- package/dist/bubbles/tool-bubble/tiktok-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +947 -0
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/twitter-tool.js +497 -0
- package/dist/bubbles/tool-bubble/twitter-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -16
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-crawl-tool.js +58 -59
- package/dist/bubbles/tool-bubble/web-crawl-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-extract-tool.js +17 -17
- package/dist/bubbles/tool-bubble/web-extract-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +21 -113
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.js +55 -73
- package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +20 -9
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.js +45 -35
- package/dist/bubbles/tool-bubble/web-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +25 -25
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/youtube-tool.js +8 -5
- package/dist/bubbles/tool-bubble/youtube-tool.js.map +1 -1
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +30 -30
- package/dist/bubbles/workflow-bubble/generate-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +22 -22
- package/dist/bubbles/workflow-bubble/parse-document.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +70 -70
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +6 -6
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +24 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +19 -19
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +8 -8
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
- package/dist/bubbles.json +260 -77
- package/dist/index.d.ts +25 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +18 -3
- package/dist/index.js.map +1 -1
- package/dist/logging/BubbleLogger.d.ts +55 -16
- package/dist/logging/BubbleLogger.d.ts.map +1 -1
- package/dist/logging/BubbleLogger.js +192 -77
- package/dist/logging/BubbleLogger.js.map +1 -1
- package/dist/logging/StreamingBubbleLogger.d.ts +21 -1
- package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
- package/dist/logging/StreamingBubbleLogger.js +80 -8
- package/dist/logging/StreamingBubbleLogger.js.map +1 -1
- package/dist/logging/WebhookStreamLogger.d.ts +66 -0
- package/dist/logging/WebhookStreamLogger.d.ts.map +1 -0
- package/dist/logging/WebhookStreamLogger.js +291 -0
- package/dist/logging/WebhookStreamLogger.js.map +1 -0
- package/dist/types/available-tools.d.ts +1 -1
- package/dist/types/available-tools.d.ts.map +1 -1
- package/dist/types/available-tools.js +7 -0
- package/dist/types/available-tools.js.map +1 -1
- package/dist/types/base-bubble-class.d.ts +6 -4
- package/dist/types/base-bubble-class.d.ts.map +1 -1
- package/dist/types/base-bubble-class.js +30 -23
- package/dist/types/base-bubble-class.js.map +1 -1
- package/dist/types/bubble.d.ts +2 -0
- package/dist/types/bubble.d.ts.map +1 -1
- package/dist/types/service-bubble-class.d.ts +1 -1
- package/dist/types/service-bubble-class.d.ts.map +1 -1
- package/dist/types/service-bubble-class.js +2 -2
- package/dist/types/service-bubble-class.js.map +1 -1
- package/dist/types/tool-bubble-class.d.ts +1 -1
- package/dist/types/tool-bubble-class.d.ts.map +1 -1
- package/dist/types/tool-bubble-class.js +60 -10
- package/dist/types/tool-bubble-class.js.map +1 -1
- package/dist/types/workflow-bubble-class.d.ts +1 -1
- package/dist/types/workflow-bubble-class.d.ts.map +1 -1
- package/dist/types/workflow-bubble-class.js +2 -2
- package/dist/types/workflow-bubble-class.js.map +1 -1
- package/dist/utils/agent-formatter.d.ts +14 -2
- package/dist/utils/agent-formatter.d.ts.map +1 -1
- package/dist/utils/agent-formatter.js +174 -26
- package/dist/utils/agent-formatter.js.map +1 -1
- package/dist/utils/bubbleflow-validation.d.ts +7 -0
- package/dist/utils/bubbleflow-validation.d.ts.map +1 -1
- package/dist/utils/bubbleflow-validation.js +171 -6
- package/dist/utils/bubbleflow-validation.js.map +1 -1
- package/dist/utils/json-parsing.d.ts.map +1 -1
- package/dist/utils/json-parsing.js +146 -0
- package/dist/utils/json-parsing.js.map +1 -1
- package/dist/utils/safe-gemini-chat.d.ts +31 -0
- package/dist/utils/safe-gemini-chat.d.ts.map +1 -0
- package/dist/utils/safe-gemini-chat.js +93 -0
- package/dist/utils/safe-gemini-chat.js.map +1 -0
- package/dist/utils/schema-comparison.d.ts +92 -0
- package/dist/utils/schema-comparison.d.ts.map +1 -0
- package/dist/utils/schema-comparison.js +716 -0
- package/dist/utils/schema-comparison.js.map +1 -0
- package/dist/utils/zod-schema.d.ts +24 -0
- package/dist/utils/zod-schema.d.ts.map +1 -0
- package/dist/utils/zod-schema.js +56 -0
- package/dist/utils/zod-schema.js.map +1 -0
- package/package.json +6 -4
- package/dist/bubbles/service-bubble/google-sheets.d.ts +0 -1811
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets.js.map +0 -1
- package/dist/bubbles/service-bubble/x-twitter.d.ts +0 -814
- package/dist/bubbles/service-bubble/x-twitter.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/x-twitter.js +0 -445
- package/dist/bubbles/service-bubble/x-twitter.js.map +0 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +0 -125
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +0 -1
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +0 -808
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +0 -1
- package/dist/test-gm.d.ts +0 -10
- package/dist/test-gm.d.ts.map +0 -1
- package/dist/test-gm.js +0 -95
- package/dist/test-gm.js.map +0 -1
- package/dist/utils/param-helper.d.ts +0 -2
- package/dist/utils/param-helper.d.ts.map +0 -1
- package/dist/utils/param-helper.js +0 -5
- package/dist/utils/param-helper.js.map +0 -1
|
@@ -116,18 +116,18 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
116
116
|
conference: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
117
117
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
118
118
|
}, "strip", z.ZodTypeAny, {
|
|
119
|
-
|
|
119
|
+
summary: string;
|
|
120
|
+
start: {
|
|
120
121
|
date?: string | undefined;
|
|
121
122
|
timeZone?: string | undefined;
|
|
122
123
|
dateTime?: string | undefined;
|
|
123
124
|
};
|
|
124
|
-
|
|
125
|
+
operation: "create_event";
|
|
126
|
+
end: {
|
|
125
127
|
date?: string | undefined;
|
|
126
128
|
timeZone?: string | undefined;
|
|
127
129
|
dateTime?: string | undefined;
|
|
128
130
|
};
|
|
129
|
-
operation: "create_event";
|
|
130
|
-
summary: string;
|
|
131
131
|
calendar_id: string;
|
|
132
132
|
conference: boolean;
|
|
133
133
|
description?: string | undefined;
|
|
@@ -140,18 +140,18 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
140
140
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
141
141
|
}[] | undefined;
|
|
142
142
|
}, {
|
|
143
|
-
|
|
143
|
+
summary: string;
|
|
144
|
+
start: {
|
|
144
145
|
date?: string | undefined;
|
|
145
146
|
timeZone?: string | undefined;
|
|
146
147
|
dateTime?: string | undefined;
|
|
147
148
|
};
|
|
148
|
-
|
|
149
|
+
operation: "create_event";
|
|
150
|
+
end: {
|
|
149
151
|
date?: string | undefined;
|
|
150
152
|
timeZone?: string | undefined;
|
|
151
153
|
dateTime?: string | undefined;
|
|
152
154
|
};
|
|
153
|
-
operation: "create_event";
|
|
154
|
-
summary: string;
|
|
155
155
|
description?: string | undefined;
|
|
156
156
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
157
157
|
location?: string | undefined;
|
|
@@ -219,18 +219,18 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
219
219
|
event_id: string;
|
|
220
220
|
description?: string | undefined;
|
|
221
221
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
222
|
-
|
|
222
|
+
summary?: string | undefined;
|
|
223
|
+
start?: {
|
|
223
224
|
date?: string | undefined;
|
|
224
225
|
timeZone?: string | undefined;
|
|
225
226
|
dateTime?: string | undefined;
|
|
226
227
|
} | undefined;
|
|
227
|
-
|
|
228
|
+
location?: string | undefined;
|
|
229
|
+
end?: {
|
|
228
230
|
date?: string | undefined;
|
|
229
231
|
timeZone?: string | undefined;
|
|
230
232
|
dateTime?: string | undefined;
|
|
231
233
|
} | undefined;
|
|
232
|
-
summary?: string | undefined;
|
|
233
|
-
location?: string | undefined;
|
|
234
234
|
attendees?: {
|
|
235
235
|
email: string;
|
|
236
236
|
optional?: boolean | undefined;
|
|
@@ -242,18 +242,18 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
242
242
|
event_id: string;
|
|
243
243
|
description?: string | undefined;
|
|
244
244
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
245
|
-
|
|
245
|
+
summary?: string | undefined;
|
|
246
|
+
start?: {
|
|
246
247
|
date?: string | undefined;
|
|
247
248
|
timeZone?: string | undefined;
|
|
248
249
|
dateTime?: string | undefined;
|
|
249
250
|
} | undefined;
|
|
250
|
-
|
|
251
|
+
location?: string | undefined;
|
|
252
|
+
end?: {
|
|
251
253
|
date?: string | undefined;
|
|
252
254
|
timeZone?: string | undefined;
|
|
253
255
|
dateTime?: string | undefined;
|
|
254
256
|
} | undefined;
|
|
255
|
-
summary?: string | undefined;
|
|
256
|
-
location?: string | undefined;
|
|
257
257
|
attendees?: {
|
|
258
258
|
email: string;
|
|
259
259
|
optional?: boolean | undefined;
|
|
@@ -271,14 +271,14 @@ declare const GoogleCalendarParamsSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
271
271
|
operation: "delete_event";
|
|
272
272
|
calendar_id: string;
|
|
273
273
|
event_id: string;
|
|
274
|
-
send_updates: "
|
|
274
|
+
send_updates: "none" | "all" | "externalOnly";
|
|
275
275
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
276
276
|
}, {
|
|
277
277
|
operation: "delete_event";
|
|
278
278
|
event_id: string;
|
|
279
279
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
280
280
|
calendar_id?: string | undefined;
|
|
281
|
-
send_updates?: "
|
|
281
|
+
send_updates?: "none" | "all" | "externalOnly" | undefined;
|
|
282
282
|
}>]>;
|
|
283
283
|
declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
284
284
|
operation: z.ZodLiteral<"list_calendars">;
|
|
@@ -308,8 +308,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
308
308
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
309
309
|
error: z.ZodString;
|
|
310
310
|
}, "strip", z.ZodTypeAny, {
|
|
311
|
-
success: boolean;
|
|
312
311
|
error: string;
|
|
312
|
+
success: boolean;
|
|
313
313
|
operation: "list_calendars";
|
|
314
314
|
next_page_token?: string | undefined;
|
|
315
315
|
calendars?: z.objectOutputType<{
|
|
@@ -321,8 +321,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
321
321
|
accessRole: z.ZodOptional<z.ZodEnum<["freeBusyReader", "reader", "writer", "owner"]>>;
|
|
322
322
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
323
323
|
}, {
|
|
324
|
-
success: boolean;
|
|
325
324
|
error: string;
|
|
325
|
+
success: boolean;
|
|
326
326
|
operation: "list_calendars";
|
|
327
327
|
next_page_token?: string | undefined;
|
|
328
328
|
calendars?: z.objectInputType<{
|
|
@@ -529,8 +529,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
529
529
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
530
530
|
error: z.ZodString;
|
|
531
531
|
}, "strip", z.ZodTypeAny, {
|
|
532
|
-
success: boolean;
|
|
533
532
|
error: string;
|
|
533
|
+
success: boolean;
|
|
534
534
|
operation: "list_events";
|
|
535
535
|
next_page_token?: string | undefined;
|
|
536
536
|
events?: z.objectOutputType<{
|
|
@@ -598,8 +598,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
598
598
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
599
599
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
600
600
|
}, {
|
|
601
|
-
success: boolean;
|
|
602
601
|
error: string;
|
|
602
|
+
success: boolean;
|
|
603
603
|
operation: "list_events";
|
|
604
604
|
next_page_token?: string | undefined;
|
|
605
605
|
events?: z.objectInputType<{
|
|
@@ -861,8 +861,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
861
861
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
862
862
|
error: z.ZodString;
|
|
863
863
|
}, "strip", z.ZodTypeAny, {
|
|
864
|
-
success: boolean;
|
|
865
864
|
error: string;
|
|
865
|
+
success: boolean;
|
|
866
866
|
operation: "get_event";
|
|
867
867
|
event?: z.objectOutputType<{
|
|
868
868
|
id: z.ZodString;
|
|
@@ -929,8 +929,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
929
929
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
930
930
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
931
931
|
}, {
|
|
932
|
-
success: boolean;
|
|
933
932
|
error: string;
|
|
933
|
+
success: boolean;
|
|
934
934
|
operation: "get_event";
|
|
935
935
|
event?: z.objectInputType<{
|
|
936
936
|
id: z.ZodString;
|
|
@@ -1191,8 +1191,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1191
1191
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1192
1192
|
error: z.ZodString;
|
|
1193
1193
|
}, "strip", z.ZodTypeAny, {
|
|
1194
|
-
success: boolean;
|
|
1195
1194
|
error: string;
|
|
1195
|
+
success: boolean;
|
|
1196
1196
|
operation: "create_event";
|
|
1197
1197
|
event?: z.objectOutputType<{
|
|
1198
1198
|
id: z.ZodString;
|
|
@@ -1259,8 +1259,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1259
1259
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
1260
1260
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1261
1261
|
}, {
|
|
1262
|
-
success: boolean;
|
|
1263
1262
|
error: string;
|
|
1263
|
+
success: boolean;
|
|
1264
1264
|
operation: "create_event";
|
|
1265
1265
|
event?: z.objectInputType<{
|
|
1266
1266
|
id: z.ZodString;
|
|
@@ -1521,8 +1521,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1521
1521
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
1522
1522
|
error: z.ZodString;
|
|
1523
1523
|
}, "strip", z.ZodTypeAny, {
|
|
1524
|
-
success: boolean;
|
|
1525
1524
|
error: string;
|
|
1525
|
+
success: boolean;
|
|
1526
1526
|
operation: "update_event";
|
|
1527
1527
|
event?: z.objectOutputType<{
|
|
1528
1528
|
id: z.ZodString;
|
|
@@ -1589,8 +1589,8 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1589
1589
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
1590
1590
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
1591
1591
|
}, {
|
|
1592
|
-
success: boolean;
|
|
1593
1592
|
error: string;
|
|
1593
|
+
success: boolean;
|
|
1594
1594
|
operation: "update_event";
|
|
1595
1595
|
event?: z.objectInputType<{
|
|
1596
1596
|
id: z.ZodString;
|
|
@@ -1662,13 +1662,13 @@ declare const GoogleCalendarResultSchema: z.ZodDiscriminatedUnion<"operation", [
|
|
|
1662
1662
|
deleted: z.ZodOptional<z.ZodBoolean>;
|
|
1663
1663
|
error: z.ZodString;
|
|
1664
1664
|
}, "strip", z.ZodTypeAny, {
|
|
1665
|
-
success: boolean;
|
|
1666
1665
|
error: string;
|
|
1666
|
+
success: boolean;
|
|
1667
1667
|
operation: "delete_event";
|
|
1668
1668
|
deleted?: boolean | undefined;
|
|
1669
1669
|
}, {
|
|
1670
|
-
success: boolean;
|
|
1671
1670
|
error: string;
|
|
1671
|
+
success: boolean;
|
|
1672
1672
|
operation: "delete_event";
|
|
1673
1673
|
deleted?: boolean | undefined;
|
|
1674
1674
|
}>]>;
|
|
@@ -1799,18 +1799,18 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
1799
1799
|
conference: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1800
1800
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1801
1801
|
}, "strip", z.ZodTypeAny, {
|
|
1802
|
-
|
|
1802
|
+
summary: string;
|
|
1803
|
+
start: {
|
|
1803
1804
|
date?: string | undefined;
|
|
1804
1805
|
timeZone?: string | undefined;
|
|
1805
1806
|
dateTime?: string | undefined;
|
|
1806
1807
|
};
|
|
1807
|
-
|
|
1808
|
+
operation: "create_event";
|
|
1809
|
+
end: {
|
|
1808
1810
|
date?: string | undefined;
|
|
1809
1811
|
timeZone?: string | undefined;
|
|
1810
1812
|
dateTime?: string | undefined;
|
|
1811
1813
|
};
|
|
1812
|
-
operation: "create_event";
|
|
1813
|
-
summary: string;
|
|
1814
1814
|
calendar_id: string;
|
|
1815
1815
|
conference: boolean;
|
|
1816
1816
|
description?: string | undefined;
|
|
@@ -1823,18 +1823,18 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
1823
1823
|
responseStatus?: "needsAction" | "declined" | "tentative" | "accepted" | undefined;
|
|
1824
1824
|
}[] | undefined;
|
|
1825
1825
|
}, {
|
|
1826
|
-
|
|
1826
|
+
summary: string;
|
|
1827
|
+
start: {
|
|
1827
1828
|
date?: string | undefined;
|
|
1828
1829
|
timeZone?: string | undefined;
|
|
1829
1830
|
dateTime?: string | undefined;
|
|
1830
1831
|
};
|
|
1831
|
-
|
|
1832
|
+
operation: "create_event";
|
|
1833
|
+
end: {
|
|
1832
1834
|
date?: string | undefined;
|
|
1833
1835
|
timeZone?: string | undefined;
|
|
1834
1836
|
dateTime?: string | undefined;
|
|
1835
1837
|
};
|
|
1836
|
-
operation: "create_event";
|
|
1837
|
-
summary: string;
|
|
1838
1838
|
description?: string | undefined;
|
|
1839
1839
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1840
1840
|
location?: string | undefined;
|
|
@@ -1902,18 +1902,18 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
1902
1902
|
event_id: string;
|
|
1903
1903
|
description?: string | undefined;
|
|
1904
1904
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1905
|
-
|
|
1905
|
+
summary?: string | undefined;
|
|
1906
|
+
start?: {
|
|
1906
1907
|
date?: string | undefined;
|
|
1907
1908
|
timeZone?: string | undefined;
|
|
1908
1909
|
dateTime?: string | undefined;
|
|
1909
1910
|
} | undefined;
|
|
1910
|
-
|
|
1911
|
+
location?: string | undefined;
|
|
1912
|
+
end?: {
|
|
1911
1913
|
date?: string | undefined;
|
|
1912
1914
|
timeZone?: string | undefined;
|
|
1913
1915
|
dateTime?: string | undefined;
|
|
1914
1916
|
} | undefined;
|
|
1915
|
-
summary?: string | undefined;
|
|
1916
|
-
location?: string | undefined;
|
|
1917
1917
|
attendees?: {
|
|
1918
1918
|
email: string;
|
|
1919
1919
|
optional?: boolean | undefined;
|
|
@@ -1925,18 +1925,18 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
1925
1925
|
event_id: string;
|
|
1926
1926
|
description?: string | undefined;
|
|
1927
1927
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1928
|
-
|
|
1928
|
+
summary?: string | undefined;
|
|
1929
|
+
start?: {
|
|
1929
1930
|
date?: string | undefined;
|
|
1930
1931
|
timeZone?: string | undefined;
|
|
1931
1932
|
dateTime?: string | undefined;
|
|
1932
1933
|
} | undefined;
|
|
1933
|
-
|
|
1934
|
+
location?: string | undefined;
|
|
1935
|
+
end?: {
|
|
1934
1936
|
date?: string | undefined;
|
|
1935
1937
|
timeZone?: string | undefined;
|
|
1936
1938
|
dateTime?: string | undefined;
|
|
1937
1939
|
} | undefined;
|
|
1938
|
-
summary?: string | undefined;
|
|
1939
|
-
location?: string | undefined;
|
|
1940
1940
|
attendees?: {
|
|
1941
1941
|
email: string;
|
|
1942
1942
|
optional?: boolean | undefined;
|
|
@@ -1954,14 +1954,14 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
1954
1954
|
operation: "delete_event";
|
|
1955
1955
|
calendar_id: string;
|
|
1956
1956
|
event_id: string;
|
|
1957
|
-
send_updates: "
|
|
1957
|
+
send_updates: "none" | "all" | "externalOnly";
|
|
1958
1958
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1959
1959
|
}, {
|
|
1960
1960
|
operation: "delete_event";
|
|
1961
1961
|
event_id: string;
|
|
1962
1962
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1963
1963
|
calendar_id?: string | undefined;
|
|
1964
|
-
send_updates?: "
|
|
1964
|
+
send_updates?: "none" | "all" | "externalOnly" | undefined;
|
|
1965
1965
|
}>]>;
|
|
1966
1966
|
static readonly resultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
1967
1967
|
operation: z.ZodLiteral<"list_calendars">;
|
|
@@ -1991,8 +1991,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
1991
1991
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
1992
1992
|
error: z.ZodString;
|
|
1993
1993
|
}, "strip", z.ZodTypeAny, {
|
|
1994
|
-
success: boolean;
|
|
1995
1994
|
error: string;
|
|
1995
|
+
success: boolean;
|
|
1996
1996
|
operation: "list_calendars";
|
|
1997
1997
|
next_page_token?: string | undefined;
|
|
1998
1998
|
calendars?: z.objectOutputType<{
|
|
@@ -2004,8 +2004,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2004
2004
|
accessRole: z.ZodOptional<z.ZodEnum<["freeBusyReader", "reader", "writer", "owner"]>>;
|
|
2005
2005
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
2006
2006
|
}, {
|
|
2007
|
-
success: boolean;
|
|
2008
2007
|
error: string;
|
|
2008
|
+
success: boolean;
|
|
2009
2009
|
operation: "list_calendars";
|
|
2010
2010
|
next_page_token?: string | undefined;
|
|
2011
2011
|
calendars?: z.objectInputType<{
|
|
@@ -2212,8 +2212,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2212
2212
|
next_page_token: z.ZodOptional<z.ZodString>;
|
|
2213
2213
|
error: z.ZodString;
|
|
2214
2214
|
}, "strip", z.ZodTypeAny, {
|
|
2215
|
-
success: boolean;
|
|
2216
2215
|
error: string;
|
|
2216
|
+
success: boolean;
|
|
2217
2217
|
operation: "list_events";
|
|
2218
2218
|
next_page_token?: string | undefined;
|
|
2219
2219
|
events?: z.objectOutputType<{
|
|
@@ -2281,8 +2281,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2281
2281
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
2282
2282
|
}, z.ZodTypeAny, "passthrough">[] | undefined;
|
|
2283
2283
|
}, {
|
|
2284
|
-
success: boolean;
|
|
2285
2284
|
error: string;
|
|
2285
|
+
success: boolean;
|
|
2286
2286
|
operation: "list_events";
|
|
2287
2287
|
next_page_token?: string | undefined;
|
|
2288
2288
|
events?: z.objectInputType<{
|
|
@@ -2544,8 +2544,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2544
2544
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2545
2545
|
error: z.ZodString;
|
|
2546
2546
|
}, "strip", z.ZodTypeAny, {
|
|
2547
|
-
success: boolean;
|
|
2548
2547
|
error: string;
|
|
2548
|
+
success: boolean;
|
|
2549
2549
|
operation: "get_event";
|
|
2550
2550
|
event?: z.objectOutputType<{
|
|
2551
2551
|
id: z.ZodString;
|
|
@@ -2612,8 +2612,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2612
2612
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
2613
2613
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2614
2614
|
}, {
|
|
2615
|
-
success: boolean;
|
|
2616
2615
|
error: string;
|
|
2616
|
+
success: boolean;
|
|
2617
2617
|
operation: "get_event";
|
|
2618
2618
|
event?: z.objectInputType<{
|
|
2619
2619
|
id: z.ZodString;
|
|
@@ -2874,8 +2874,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2874
2874
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
2875
2875
|
error: z.ZodString;
|
|
2876
2876
|
}, "strip", z.ZodTypeAny, {
|
|
2877
|
-
success: boolean;
|
|
2878
2877
|
error: string;
|
|
2878
|
+
success: boolean;
|
|
2879
2879
|
operation: "create_event";
|
|
2880
2880
|
event?: z.objectOutputType<{
|
|
2881
2881
|
id: z.ZodString;
|
|
@@ -2942,8 +2942,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
2942
2942
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
2943
2943
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
2944
2944
|
}, {
|
|
2945
|
-
success: boolean;
|
|
2946
2945
|
error: string;
|
|
2946
|
+
success: boolean;
|
|
2947
2947
|
operation: "create_event";
|
|
2948
2948
|
event?: z.objectInputType<{
|
|
2949
2949
|
id: z.ZodString;
|
|
@@ -3204,8 +3204,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3204
3204
|
}, z.ZodTypeAny, "passthrough">>>;
|
|
3205
3205
|
error: z.ZodString;
|
|
3206
3206
|
}, "strip", z.ZodTypeAny, {
|
|
3207
|
-
success: boolean;
|
|
3208
3207
|
error: string;
|
|
3208
|
+
success: boolean;
|
|
3209
3209
|
operation: "update_event";
|
|
3210
3210
|
event?: z.objectOutputType<{
|
|
3211
3211
|
id: z.ZodString;
|
|
@@ -3272,8 +3272,8 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3272
3272
|
conferenceData: z.ZodOptional<z.ZodAny>;
|
|
3273
3273
|
}, z.ZodTypeAny, "passthrough"> | undefined;
|
|
3274
3274
|
}, {
|
|
3275
|
-
success: boolean;
|
|
3276
3275
|
error: string;
|
|
3276
|
+
success: boolean;
|
|
3277
3277
|
operation: "update_event";
|
|
3278
3278
|
event?: z.objectInputType<{
|
|
3279
3279
|
id: z.ZodString;
|
|
@@ -3345,13 +3345,13 @@ export declare class GoogleCalendarBubble<T extends GoogleCalendarParams = Googl
|
|
|
3345
3345
|
deleted: z.ZodOptional<z.ZodBoolean>;
|
|
3346
3346
|
error: z.ZodString;
|
|
3347
3347
|
}, "strip", z.ZodTypeAny, {
|
|
3348
|
-
success: boolean;
|
|
3349
3348
|
error: string;
|
|
3349
|
+
success: boolean;
|
|
3350
3350
|
operation: "delete_event";
|
|
3351
3351
|
deleted?: boolean | undefined;
|
|
3352
3352
|
}, {
|
|
3353
|
-
success: boolean;
|
|
3354
3353
|
error: string;
|
|
3354
|
+
success: boolean;
|
|
3355
3355
|
operation: "delete_event";
|
|
3356
3356
|
deleted?: boolean | undefined;
|
|
3357
3357
|
}>]>;
|