@bubblelab/bubble-core 0.1.17 → 0.1.18
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 +84 -79
- package/dist/bubble-factory.js +1 -1
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +152 -152
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +140 -140
- package/dist/bubbles/service-bubble/followupboss.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +104 -104
- package/dist/bubbles/service-bubble/gmail.d.ts +456 -456
- package/dist/bubbles/service-bubble/google-calendar.d.ts +120 -120
- package/dist/bubbles/service-bubble/google-drive.d.ts +92 -92
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/notion/notion.d.ts +76 -76
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/slack/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/index.js +6 -0
- package/dist/bubbles/service-bubble/slack/index.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts +6812 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.js +1840 -0
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.d.ts +3980 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.js +1061 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.js +408 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/slack.d.ts +1 -6811
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack.js +2 -1829
- package/dist/bubbles/service-bubble/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +246 -246
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +2 -2
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
- package/dist/bubbles.json +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts +0 -37
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js +0 -203
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +0 -1358
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.js +0 -219
- package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +0 -1604
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +0 -194
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +0 -3
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/index.js +0 -3
- package/dist/bubbles/service-bubble/crustdata/index.js.map +0 -1
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts +0 -49
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/http.integration.flow.js +0 -425
- package/dist/bubbles/service-bubble/http.integration.flow.js.map +0 -1
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts +0 -31
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js +0 -100
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js.map +0 -1
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +0 -740
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +0 -1
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js +0 -350
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slack.d.ts","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/slack.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"slack.d.ts","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/slack.ts"],"names":[],"mappings":"AACA,cAAc,kBAAkB,CAAC"}
|