@bubblelab/bubble-core 0.1.8 → 0.1.9

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 (160) hide show
  1. package/dist/bubble-bundle.d.ts +625 -296
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +13 -9
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.d.ts +135 -117
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/ai-agent.js +273 -95
  8. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +805 -0
  10. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts.map +1 -0
  11. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.js +131 -0
  12. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.js.map +1 -0
  13. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +485 -0
  14. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts.map +1 -0
  15. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.js +176 -0
  16. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.js.map +1 -0
  17. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +302 -0
  18. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts.map +1 -0
  19. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.js +138 -0
  20. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.js.map +1 -0
  21. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +642 -0
  22. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts.map +1 -0
  23. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.js +123 -0
  24. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.js.map +1 -0
  25. package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts +370 -0
  26. package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts.map +1 -0
  27. package/dist/bubbles/service-bubble/apify/api-scraper.schema.js +14 -0
  28. package/dist/bubbles/service-bubble/apify/api-scraper.schema.js.map +1 -0
  29. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +1770 -0
  30. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -0
  31. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +38 -0
  32. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -0
  33. package/dist/bubbles/service-bubble/apify/apify.d.ts +143 -0
  34. package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -0
  35. package/dist/bubbles/service-bubble/apify/apify.js +276 -0
  36. package/dist/bubbles/service-bubble/apify/apify.js.map +1 -0
  37. package/dist/bubbles/service-bubble/apify/index.d.ts +4 -0
  38. package/dist/bubbles/service-bubble/apify/index.d.ts.map +1 -0
  39. package/dist/bubbles/service-bubble/apify/index.js +3 -0
  40. package/dist/bubbles/service-bubble/apify/index.js.map +1 -0
  41. package/dist/bubbles/service-bubble/apify/types.d.ts +7 -0
  42. package/dist/bubbles/service-bubble/apify/types.d.ts.map +1 -0
  43. package/dist/bubbles/service-bubble/apify/types.js +6 -0
  44. package/dist/bubbles/service-bubble/apify/types.js.map +1 -0
  45. package/dist/bubbles/service-bubble/apify.d.ts +136 -0
  46. package/dist/bubbles/service-bubble/apify.d.ts.map +1 -0
  47. package/dist/bubbles/service-bubble/apify.js +282 -0
  48. package/dist/bubbles/service-bubble/apify.js.map +1 -0
  49. package/dist/bubbles/service-bubble/gmail.d.ts +52 -52
  50. package/dist/bubbles/service-bubble/google-calendar.d.ts +24 -24
  51. package/dist/bubbles/service-bubble/google-drive.d.ts +68 -68
  52. package/dist/bubbles/service-bubble/google-sheets.d.ts +64 -64
  53. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  54. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  55. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  56. package/dist/bubbles/service-bubble/resend.d.ts +13 -13
  57. package/dist/bubbles/service-bubble/resend.d.ts.map +1 -1
  58. package/dist/bubbles/service-bubble/resend.js +16 -5
  59. package/dist/bubbles/service-bubble/resend.js.map +1 -1
  60. package/dist/bubbles/service-bubble/slack.d.ts +462 -462
  61. package/dist/bubbles/service-bubble/storage.d.ts +32 -32
  62. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
  63. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +14 -1
  64. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
  65. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +85 -39
  66. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
  67. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +435 -0
  68. package/dist/bubbles/tool-bubble/instagram-tool.d.ts.map +1 -0
  69. package/dist/bubbles/tool-bubble/instagram-tool.js +474 -0
  70. package/dist/bubbles/tool-bubble/instagram-tool.js.map +1 -0
  71. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +2136 -0
  72. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -0
  73. package/dist/bubbles/tool-bubble/linkedin-tool.js +608 -0
  74. package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -0
  75. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  76. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
  77. package/dist/bubbles/tool-bubble/research-agent-tool.js +1 -1
  78. package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
  79. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  80. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  81. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  82. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  83. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +16 -16
  84. package/dist/bubbles/tool-bubble/web-scrape-tool.js +1 -1
  85. package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
  86. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
  87. package/dist/bubbles/tool-bubble/web-search-tool.js +1 -1
  88. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +1 -1
  89. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +5 -0
  90. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +1 -1
  91. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  92. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +78 -78
  93. package/dist/bubbles/workflow-bubble/generate-document.workflow.js +1 -1
  94. package/dist/bubbles/workflow-bubble/generate-document.workflow.js.map +1 -1
  95. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +50 -50
  96. package/dist/bubbles/workflow-bubble/parse-document.workflow.js +1 -1
  97. package/dist/bubbles/workflow-bubble/parse-document.workflow.js.map +1 -1
  98. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
  99. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts.map +1 -1
  100. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js +1 -4
  101. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js.map +1 -1
  102. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +36 -36
  103. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +1 -1
  104. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js.map +1 -1
  105. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +40 -40
  106. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +1 -1
  107. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
  108. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  109. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +1 -1
  110. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
  111. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +10 -10
  112. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts.map +1 -1
  113. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +1 -2
  114. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
  115. package/dist/bubbles.json +474 -0
  116. package/dist/index.d.ts +12 -1
  117. package/dist/index.d.ts.map +1 -1
  118. package/dist/index.js +6 -0
  119. package/dist/index.js.map +1 -1
  120. package/dist/logging/BubbleLogger.d.ts +11 -0
  121. package/dist/logging/BubbleLogger.d.ts.map +1 -1
  122. package/dist/logging/BubbleLogger.js +69 -22
  123. package/dist/logging/BubbleLogger.js.map +1 -1
  124. package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
  125. package/dist/logging/StreamingBubbleLogger.js +18 -11
  126. package/dist/logging/StreamingBubbleLogger.js.map +1 -1
  127. package/dist/types/ai-models.d.ts +1 -1
  128. package/dist/types/ai-models.d.ts.map +1 -1
  129. package/dist/types/ai-models.js +4 -0
  130. package/dist/types/ai-models.js.map +1 -1
  131. package/dist/types/api-scraper.schema.d.ts +453 -0
  132. package/dist/types/api-scraper.schema.d.ts.map +1 -0
  133. package/dist/types/api-scraper.schema.js +160 -0
  134. package/dist/types/api-scraper.schema.js.map +1 -0
  135. package/dist/types/available-tools.d.ts +1 -1
  136. package/dist/types/available-tools.d.ts.map +1 -1
  137. package/dist/types/available-tools.js +2 -0
  138. package/dist/types/available-tools.js.map +1 -1
  139. package/dist/types/base-bubble-class.d.ts +5 -0
  140. package/dist/types/base-bubble-class.d.ts.map +1 -1
  141. package/dist/types/base-bubble-class.js +18 -3
  142. package/dist/types/base-bubble-class.js.map +1 -1
  143. package/dist/types/bubble.d.ts +2 -3
  144. package/dist/types/bubble.d.ts.map +1 -1
  145. package/dist/types/service-bubble-class.d.ts +4 -4
  146. package/dist/types/service-bubble-class.d.ts.map +1 -1
  147. package/dist/types/service-bubble-class.js +6 -7
  148. package/dist/types/service-bubble-class.js.map +1 -1
  149. package/dist/types/tool-bubble-class.d.ts.map +1 -1
  150. package/dist/types/tool-bubble-class.js +9 -1
  151. package/dist/types/tool-bubble-class.js.map +1 -1
  152. package/dist/utils/agent-formatter.d.ts +17 -0
  153. package/dist/utils/agent-formatter.d.ts.map +1 -0
  154. package/dist/utils/agent-formatter.js +139 -0
  155. package/dist/utils/agent-formatter.js.map +1 -0
  156. package/dist/utils/json-parsing.d.ts +1 -0
  157. package/dist/utils/json-parsing.d.ts.map +1 -1
  158. package/dist/utils/json-parsing.js +205 -32
  159. package/dist/utils/json-parsing.js.map +1 -1
  160. package/package.json +4 -3

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.