@bubblelab/bubble-core 0.1.156 → 0.1.157

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 +67 -28
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +4 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
  6. package/dist/bubble-trigger/index.d.ts +2 -0
  7. package/dist/bubble-trigger/index.d.ts.map +1 -0
  8. package/dist/bubble-trigger/index.js +2 -0
  9. package/dist/bubble-trigger/index.js.map +1 -0
  10. package/dist/bubble-trigger/types.d.ts +87 -0
  11. package/dist/bubble-trigger/types.d.ts.map +1 -0
  12. package/dist/bubble-trigger/types.js +14 -0
  13. package/dist/bubble-trigger/types.js.map +1 -0
  14. package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
  15. package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
  16. package/dist/bubbles/service-bubble/google-sheets.js +904 -0
  17. package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
  18. package/dist/bubbles/service-bubble/notion/notion.d.ts +4 -4
  19. package/dist/bubbles/service-bubble/posthog/index.d.ts +3 -0
  20. package/dist/bubbles/service-bubble/posthog/index.d.ts.map +1 -0
  21. package/dist/bubbles/service-bubble/posthog/index.js +3 -0
  22. package/dist/bubbles/service-bubble/posthog/index.js.map +1 -0
  23. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +387 -0
  24. package/dist/bubbles/service-bubble/posthog/posthog.d.ts.map +1 -0
  25. package/dist/bubbles/service-bubble/posthog/posthog.js +291 -0
  26. package/dist/bubbles/service-bubble/posthog/posthog.js.map +1 -0
  27. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +432 -0
  28. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts.map +1 -0
  29. package/dist/bubbles/service-bubble/posthog/posthog.schema.js +298 -0
  30. package/dist/bubbles/service-bubble/posthog/posthog.schema.js.map +1 -0
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +60 -60
  32. package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
  33. package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
  34. package/dist/bubbles/service-bubble/slack.js +1536 -0
  35. package/dist/bubbles/service-bubble/slack.js.map +1 -0
  36. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
  37. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
  38. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
  39. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
  40. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +160 -0
  41. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
  42. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +706 -0
  43. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
  44. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
  45. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
  46. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +50 -0
  47. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
  48. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +114 -0
  49. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +1 -0
  50. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +777 -0
  51. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +1 -0
  52. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  53. package/dist/bubbles.json +494 -2
  54. package/dist/index.d.ts +2 -0
  55. package/dist/index.d.ts.map +1 -1
  56. package/dist/index.js +1 -0
  57. package/dist/index.js.map +1 -1
  58. package/dist/types/ai-models.d.ts +4 -0
  59. package/dist/types/ai-models.d.ts.map +1 -0
  60. package/dist/types/ai-models.js +16 -0
  61. package/dist/types/ai-models.js.map +1 -0
  62. package/dist/utils/param-helper.d.ts +2 -0
  63. package/dist/utils/param-helper.d.ts.map +1 -0
  64. package/dist/utils/param-helper.js +5 -0
  65. package/dist/utils/param-helper.js.map +1 -0
  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.156",
3
+ "version": "0.1.157",
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.156"
43
+ "@bubblelab/shared-schemas": "0.1.157"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "^20.12.12",