@bubblelab/bubble-core 0.1.64 → 0.1.66

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.
Files changed (54) hide show
  1. package/dist/bubble-bundle.d.ts +79 -79
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +113 -104
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  4. package/dist/bubbles/service-bubble/ai-agent.js +129 -0
  5. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  6. package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
  7. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  8. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +95 -74
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
  10. package/dist/bubbles/service-bubble/ashby/ashby.js +96 -0
  11. package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
  12. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +108 -102
  13. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
  14. package/dist/bubbles/service-bubble/ashby/ashby.schema.js +10 -1
  15. package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
  16. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
  17. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +2 -2
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
  19. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  20. package/dist/bubbles/service-bubble/firecrawl.d.ts +272 -272
  21. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/github.d.ts +40 -40
  23. package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
  24. package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
  25. package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
  26. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  27. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +68 -68
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts +32 -32
  31. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +4 -4
  32. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  34. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  35. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
  36. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +52 -52
  37. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
  38. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +10 -10
  39. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
  41. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +46 -46
  42. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  43. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  45. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  46. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +10 -10
  47. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +10 -10
  48. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
  49. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
  50. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  51. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +20 -20
  52. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +10 -10
  53. package/dist/bubbles.json +50 -21
  54. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bubblelab/bubble-core",
3
- "version": "0.1.64",
3
+ "version": "0.1.66",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./dist/index.js",
@@ -40,7 +40,7 @@
40
40
  "puppeteer-core": "^24.10.0",
41
41
  "resend": "^4.8.0",
42
42
  "zod": "^3.24.1",
43
- "@bubblelab/shared-schemas": "0.1.65"
43
+ "@bubblelab/shared-schemas": "0.1.67"
44
44
  },
45
45
  "devDependencies": {
46
46
  "zod-to-json-schema": "^3.24.6",