@bubblelab/bubble-core 0.1.38 → 0.1.39

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 (66) hide show
  1. package/dist/bubble-bundle.d.ts +73 -73
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
  3. package/dist/bubbles/service-bubble/airtable.d.ts +132 -132
  4. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  5. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +88 -71
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/ashby/ashby.js +25 -6
  8. package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
  9. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -3
  10. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
  11. package/dist/bubbles/service-bubble/ashby/ashby.schema.js +9 -5
  12. package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
  13. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +23 -23
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +63 -63
  15. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +142 -92
  16. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
  17. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +104 -2
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
  19. package/dist/bubbles/service-bubble/crustdata/index.d.ts +1 -1
  20. package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/crustdata/index.js +2 -0
  22. package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -1
  23. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +156 -156
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +230 -230
  26. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +108 -108
  27. package/dist/bubbles/service-bubble/github.d.ts +124 -124
  28. package/dist/bubbles/service-bubble/gmail.d.ts +70 -70
  29. package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
  30. package/dist/bubbles/service-bubble/google-drive.d.ts +58 -58
  31. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  32. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  33. package/dist/bubbles/service-bubble/jira/jira.d.ts +33 -33
  34. package/dist/bubbles/service-bubble/notion/notion.d.ts +80 -80
  35. package/dist/bubbles/service-bubble/resend.d.ts +8 -8
  36. package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
  37. package/dist/bubbles/service-bubble/storage.d.ts +30 -30
  38. package/dist/bubbles/service-bubble/telegram.d.ts +214 -214
  39. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  40. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +138 -138
  41. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +42 -6
  42. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
  43. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +18 -7
  44. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
  45. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  46. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +346 -346
  48. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +165 -165
  50. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
  51. package/dist/bubbles/tool-bubble/people-search-tool.js +28 -13
  52. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
  53. package/dist/bubbles/tool-bubble/people-search-utils.d.ts +19 -0
  54. package/dist/bubbles/tool-bubble/people-search-utils.d.ts.map +1 -0
  55. package/dist/bubbles/tool-bubble/people-search-utils.js +268 -0
  56. package/dist/bubbles/tool-bubble/people-search-utils.js.map +1 -0
  57. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +102 -102
  60. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  62. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +34 -34
  63. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
  64. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  65. package/dist/bubbles.json +56 -77
  66. 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.38",
3
+ "version": "0.1.39",
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.39"
43
+ "@bubblelab/shared-schemas": "0.1.40"
44
44
  },
45
45
  "devDependencies": {
46
46
  "zod-to-json-schema": "^3.24.6",