@bubblelab/bubble-core 0.1.253 → 0.1.254

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 (55) hide show
  1. package/dist/bubble-bundle.d.ts +84 -84
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
  4. package/dist/bubbles/service-bubble/airtable.d.ts +36 -36
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +150 -150
  7. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +5 -5
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
  11. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  12. package/dist/bubbles/service-bubble/firecrawl.d.ts +180 -180
  13. package/dist/bubbles/service-bubble/followupboss.d.ts +2 -2
  14. package/dist/bubbles/service-bubble/github.d.ts +120 -120
  15. package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
  16. package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  18. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  19. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +6 -6
  20. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  21. package/dist/bubbles/service-bubble/jira/jira.d.ts +48 -48
  22. package/dist/bubbles/service-bubble/linear/linear.d.ts +1 -1
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
  24. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  26. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +4 -4
  27. package/dist/bubbles/service-bubble/resend.d.ts +2 -2
  28. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
  29. package/dist/bubbles/service-bubble/slab/slab.d.ts +18 -18
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts +122 -122
  31. package/dist/bubbles/service-bubble/storage.d.ts +8 -8
  32. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +60 -60
  33. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +103 -103
  34. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  35. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  36. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  38. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +158 -158
  39. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  40. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  41. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  42. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  43. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +32 -32
  44. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +50 -50
  45. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  46. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  48. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  49. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  51. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
  52. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  53. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  54. package/dist/bubbles.json +1 -1
  55. 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.253",
3
+ "version": "0.1.254",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./dist/index.js",
@@ -41,7 +41,7 @@
41
41
  "puppeteer-core": "^24.10.0",
42
42
  "resend": "^4.8.0",
43
43
  "zod": "^3.24.1",
44
- "@bubblelab/shared-schemas": "0.1.253"
44
+ "@bubblelab/shared-schemas": "0.1.254"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^20.12.12",