@bubblelab/bubble-core 0.1.9 → 0.1.11

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 (355) hide show
  1. package/dist/bubble-bundle.d.ts +633 -1658
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +165 -43
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubble-flow/bubble-flow-class.d.ts +22 -1
  6. package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
  7. package/dist/bubble-flow/bubble-flow-class.js +36 -0
  8. package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
  9. package/dist/bubble-flow/sample/data-analyst-flow.d.ts +1 -1
  10. package/dist/bubble-flow/sample/data-analyst-flow.d.ts.map +1 -1
  11. package/dist/bubble-flow/sample/error-ts.d.ts +1 -1
  12. package/dist/bubble-flow/sample/error-ts.d.ts.map +1 -1
  13. package/dist/bubble-flow/sample/sanitytest.d.ts +1 -1
  14. package/dist/bubble-flow/sample/sanitytest.d.ts.map +1 -1
  15. package/dist/bubble-flow/sample/simple-webhook-2.d.ts +1 -1
  16. package/dist/bubble-flow/sample/simple-webhook-2.d.ts.map +1 -1
  17. package/dist/bubble-flow/sample/simple-webhook.d.ts +1 -1
  18. package/dist/bubble-flow/sample/simple-webhook.d.ts.map +1 -1
  19. package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts +1 -1
  20. package/dist/bubble-flow/sample/simplified-data-analysis.flow.d.ts.map +1 -1
  21. package/dist/bubble-flow/sample/simplified-data-analysis.flow.js +6 -3
  22. package/dist/bubble-flow/sample/simplified-data-analysis.flow.js.map +1 -1
  23. package/dist/bubble-flow/sample/slack-v0.1.d.ts +1 -1
  24. package/dist/bubble-flow/sample/slack-v0.1.d.ts.map +1 -1
  25. package/dist/bubble-flow/sample/slackagenttest.d.ts +1 -1
  26. package/dist/bubble-flow/sample/slackagenttest.d.ts.map +1 -1
  27. package/dist/bubbles/service-bubble/agi-inc.d.ts +1121 -0
  28. package/dist/bubbles/service-bubble/agi-inc.d.ts.map +1 -0
  29. package/dist/bubbles/service-bubble/agi-inc.js +730 -0
  30. package/dist/bubbles/service-bubble/agi-inc.js.map +1 -0
  31. package/dist/bubbles/service-bubble/ai-agent.d.ts +297 -85
  32. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  33. package/dist/bubbles/service-bubble/ai-agent.js +535 -399
  34. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  35. package/dist/bubbles/service-bubble/airtable.d.ts +1753 -0
  36. package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -0
  37. package/dist/bubbles/service-bubble/airtable.js +1173 -0
  38. package/dist/bubbles/service-bubble/airtable.js.map +1 -0
  39. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +240 -0
  40. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts.map +1 -0
  41. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.js +119 -0
  42. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.js.map +1 -0
  43. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +38 -38
  44. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +56 -56
  45. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +137 -0
  46. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts.map +1 -0
  47. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.js +81 -0
  48. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.js.map +1 -0
  49. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +27 -27
  50. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +38 -38
  51. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +488 -0
  52. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts.map +1 -0
  53. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.js +463 -0
  54. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.js.map +1 -0
  55. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +262 -0
  56. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts.map +1 -0
  57. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.js +291 -0
  58. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.js.map +1 -0
  59. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +184 -0
  60. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts.map +1 -0
  61. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.js +145 -0
  62. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.js.map +1 -0
  63. package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.d.ts +52 -0
  64. package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.d.ts.map +1 -0
  65. package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.js +29 -0
  66. package/dist/bubbles/service-bubble/apify/actors/youtube-transcript-scraper.js.map +1 -0
  67. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +1483 -123
  68. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
  69. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +48 -0
  70. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
  71. package/dist/bubbles/service-bubble/apify/apify.d.ts +156 -11
  72. package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
  73. package/dist/bubbles/service-bubble/apify/apify.js +205 -32
  74. package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
  75. package/dist/bubbles/service-bubble/apify/index.d.ts +2 -0
  76. package/dist/bubbles/service-bubble/apify/index.d.ts.map +1 -1
  77. package/dist/bubbles/service-bubble/apify/index.js +3 -0
  78. package/dist/bubbles/service-bubble/apify/index.js.map +1 -1
  79. package/dist/bubbles/service-bubble/apify/types.js +1 -2
  80. package/dist/bubbles/service-bubble/apify/types.js.map +1 -1
  81. package/dist/bubbles/service-bubble/eleven-labs.d.ts +421 -0
  82. package/dist/bubbles/service-bubble/eleven-labs.d.ts.map +1 -0
  83. package/dist/bubbles/service-bubble/eleven-labs.js +479 -0
  84. package/dist/bubbles/service-bubble/eleven-labs.js.map +1 -0
  85. package/dist/bubbles/service-bubble/firecrawl.d.ts +37748 -0
  86. package/dist/bubbles/service-bubble/firecrawl.d.ts.map +1 -0
  87. package/dist/bubbles/service-bubble/firecrawl.js +1489 -0
  88. package/dist/bubbles/service-bubble/firecrawl.js.map +1 -0
  89. package/dist/bubbles/service-bubble/followupboss.d.ts +6822 -0
  90. package/dist/bubbles/service-bubble/followupboss.d.ts.map +1 -0
  91. package/dist/bubbles/service-bubble/followupboss.js +1394 -0
  92. package/dist/bubbles/service-bubble/followupboss.js.map +1 -0
  93. package/dist/bubbles/service-bubble/github.d.ts +2399 -0
  94. package/dist/bubbles/service-bubble/github.d.ts.map +1 -0
  95. package/dist/bubbles/service-bubble/github.js +1052 -0
  96. package/dist/bubbles/service-bubble/github.js.map +1 -0
  97. package/dist/bubbles/service-bubble/gmail.d.ts +726 -232
  98. package/dist/bubbles/service-bubble/gmail.d.ts.map +1 -1
  99. package/dist/bubbles/service-bubble/gmail.js +435 -7
  100. package/dist/bubbles/service-bubble/gmail.js.map +1 -1
  101. package/dist/bubbles/service-bubble/google-calendar.d.ts +8 -8
  102. package/dist/bubbles/service-bubble/google-drive.d.ts +270 -40
  103. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  104. package/dist/bubbles/service-bubble/google-drive.js +100 -78
  105. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  106. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +943 -0
  107. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts.map +1 -0
  108. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
  109. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
  110. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
  111. package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
  112. package/dist/bubbles/service-bubble/google-sheets/google-sheets.js +401 -0
  113. package/dist/bubbles/service-bubble/google-sheets/google-sheets.js.map +1 -0
  114. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +1024 -0
  115. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts.map +1 -0
  116. package/dist/bubbles/service-bubble/{google-sheets.js → google-sheets/google-sheets.schema.js} +45 -409
  117. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js.map +1 -0
  118. package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.d.ts +38 -0
  119. package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.d.ts.map +1 -0
  120. package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.js +183 -0
  121. package/dist/bubbles/service-bubble/google-sheets/google-sheets.utils.js.map +1 -0
  122. package/dist/bubbles/service-bubble/google-sheets/index.d.ts +4 -0
  123. package/dist/bubbles/service-bubble/google-sheets/index.d.ts.map +1 -0
  124. package/dist/bubbles/service-bubble/google-sheets/index.js +4 -0
  125. package/dist/bubbles/service-bubble/google-sheets/index.js.map +1 -0
  126. package/dist/bubbles/service-bubble/hello-world.js +2 -2
  127. package/dist/bubbles/service-bubble/hello-world.js.map +1 -1
  128. package/dist/bubbles/service-bubble/http.d.ts +6 -6
  129. package/dist/bubbles/service-bubble/http.d.ts.map +1 -1
  130. package/dist/bubbles/service-bubble/http.js +7 -1
  131. package/dist/bubbles/service-bubble/http.js.map +1 -1
  132. package/dist/bubbles/service-bubble/insforge-db.d.ts +140 -0
  133. package/dist/bubbles/service-bubble/insforge-db.d.ts.map +1 -0
  134. package/dist/bubbles/service-bubble/insforge-db.js +260 -0
  135. package/dist/bubbles/service-bubble/insforge-db.js.map +1 -0
  136. package/dist/bubbles/service-bubble/notion/index.d.ts +3 -0
  137. package/dist/bubbles/service-bubble/notion/index.d.ts.map +1 -0
  138. package/dist/bubbles/service-bubble/notion/index.js +3 -0
  139. package/dist/bubbles/service-bubble/notion/index.js.map +1 -0
  140. package/dist/bubbles/service-bubble/notion/notion.d.ts +35405 -0
  141. package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -0
  142. package/dist/bubbles/service-bubble/notion/notion.js +1492 -0
  143. package/dist/bubbles/service-bubble/notion/notion.js.map +1 -0
  144. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +1148 -0
  145. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts.map +1 -0
  146. package/dist/bubbles/service-bubble/notion/property-schemas.js +341 -0
  147. package/dist/bubbles/service-bubble/notion/property-schemas.js.map +1 -0
  148. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  149. package/dist/bubbles/service-bubble/resend.d.ts +30 -9
  150. package/dist/bubbles/service-bubble/resend.d.ts.map +1 -1
  151. package/dist/bubbles/service-bubble/resend.js +133 -2
  152. package/dist/bubbles/service-bubble/resend.js.map +1 -1
  153. package/dist/bubbles/service-bubble/slack.d.ts +525 -525
  154. package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
  155. package/dist/bubbles/service-bubble/slack.js +2 -2
  156. package/dist/bubbles/service-bubble/slack.js.map +1 -1
  157. package/dist/bubbles/service-bubble/storage.d.ts +21 -17
  158. package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
  159. package/dist/bubbles/service-bubble/storage.js +59 -7
  160. package/dist/bubbles/service-bubble/storage.js.map +1 -1
  161. package/dist/bubbles/service-bubble/telegram.d.ts +7742 -0
  162. package/dist/bubbles/service-bubble/telegram.d.ts.map +1 -0
  163. package/dist/bubbles/service-bubble/telegram.js +1132 -0
  164. package/dist/bubbles/service-bubble/telegram.js.map +1 -0
  165. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +60 -4
  166. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts.map +1 -1
  167. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.js +12 -0
  168. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.js.map +1 -1
  169. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  170. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +188 -0
  171. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts.map +1 -0
  172. package/dist/bubbles/tool-bubble/code-edit-tool.js +321 -0
  173. package/dist/bubbles/tool-bubble/code-edit-tool.js.map +1 -0
  174. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -4
  175. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
  176. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +132 -19
  177. package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
  178. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +455 -0
  179. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts.map +1 -0
  180. package/dist/bubbles/tool-bubble/google-maps-tool.js +205 -0
  181. package/dist/bubbles/tool-bubble/google-maps-tool.js.map +1 -0
  182. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +90 -90
  183. package/dist/bubbles/tool-bubble/instagram-tool.d.ts.map +1 -1
  184. package/dist/bubbles/tool-bubble/instagram-tool.js +2 -2
  185. package/dist/bubbles/tool-bubble/instagram-tool.js.map +1 -1
  186. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +808 -431
  187. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
  188. package/dist/bubbles/tool-bubble/linkedin-tool.js +232 -12
  189. package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
  190. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  191. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +21 -16
  192. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts.map +1 -1
  193. package/dist/bubbles/tool-bubble/reddit-scrape-tool.js +97 -22
  194. package/dist/bubbles/tool-bubble/reddit-scrape-tool.js.map +1 -1
  195. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +17 -16
  196. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts.map +1 -1
  197. package/dist/bubbles/tool-bubble/research-agent-tool.js +27 -17
  198. package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
  199. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  200. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +485 -0
  201. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts.map +1 -0
  202. package/dist/bubbles/tool-bubble/tiktok-tool.js +226 -0
  203. package/dist/bubbles/tool-bubble/tiktok-tool.js.map +1 -0
  204. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +947 -0
  205. package/dist/bubbles/tool-bubble/twitter-tool.d.ts.map +1 -0
  206. package/dist/bubbles/tool-bubble/twitter-tool.js +494 -0
  207. package/dist/bubbles/tool-bubble/twitter-tool.js.map +1 -0
  208. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +32 -26
  209. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts.map +1 -1
  210. package/dist/bubbles/tool-bubble/web-crawl-tool.js +58 -59
  211. package/dist/bubbles/tool-bubble/web-crawl-tool.js.map +1 -1
  212. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  213. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts.map +1 -1
  214. package/dist/bubbles/tool-bubble/web-extract-tool.js +17 -17
  215. package/dist/bubbles/tool-bubble/web-extract-tool.js.map +1 -1
  216. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +23 -115
  217. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts.map +1 -1
  218. package/dist/bubbles/tool-bubble/web-scrape-tool.js +51 -72
  219. package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
  220. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +18 -6
  221. package/dist/bubbles/tool-bubble/web-search-tool.d.ts.map +1 -1
  222. package/dist/bubbles/tool-bubble/web-search-tool.js +46 -32
  223. package/dist/bubbles/tool-bubble/web-search-tool.js.map +1 -1
  224. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +394 -0
  225. package/dist/bubbles/tool-bubble/youtube-tool.d.ts.map +1 -0
  226. package/dist/bubbles/tool-bubble/youtube-tool.js +352 -0
  227. package/dist/bubbles/tool-bubble/youtube-tool.js.map +1 -0
  228. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +78 -78
  229. package/dist/bubbles/workflow-bubble/generate-document.workflow.js +1 -1
  230. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +62 -62
  231. package/dist/bubbles/workflow-bubble/parse-document.workflow.js +1 -1
  232. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +80 -80
  233. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts.map +1 -1
  234. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js +4 -4
  235. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.js.map +1 -1
  236. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +52 -52
  237. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts.map +1 -1
  238. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js +2 -2
  239. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.js.map +1 -1
  240. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
  241. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts.map +1 -1
  242. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +6 -6
  243. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
  244. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +46 -46
  245. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
  246. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +24 -4
  247. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
  248. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +27 -27
  249. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts.map +1 -1
  250. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +8 -8
  251. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
  252. package/dist/bubbles.json +251 -88
  253. package/dist/index.d.ts +27 -6
  254. package/dist/index.d.ts.map +1 -1
  255. package/dist/index.js +18 -4
  256. package/dist/index.js.map +1 -1
  257. package/dist/logging/BubbleLogger.d.ts +45 -16
  258. package/dist/logging/BubbleLogger.d.ts.map +1 -1
  259. package/dist/logging/BubbleLogger.js +197 -89
  260. package/dist/logging/BubbleLogger.js.map +1 -1
  261. package/dist/logging/StreamingBubbleLogger.d.ts +13 -1
  262. package/dist/logging/StreamingBubbleLogger.d.ts.map +1 -1
  263. package/dist/logging/StreamingBubbleLogger.js +56 -13
  264. package/dist/logging/StreamingBubbleLogger.js.map +1 -1
  265. package/dist/logging/WebhookStreamLogger.d.ts +66 -0
  266. package/dist/logging/WebhookStreamLogger.d.ts.map +1 -0
  267. package/dist/logging/WebhookStreamLogger.js +291 -0
  268. package/dist/logging/WebhookStreamLogger.js.map +1 -0
  269. package/dist/types/available-tools.d.ts +1 -1
  270. package/dist/types/available-tools.d.ts.map +1 -1
  271. package/dist/types/available-tools.js +1 -0
  272. package/dist/types/available-tools.js.map +1 -1
  273. package/dist/types/base-bubble-class.d.ts +7 -5
  274. package/dist/types/base-bubble-class.d.ts.map +1 -1
  275. package/dist/types/base-bubble-class.js +63 -40
  276. package/dist/types/base-bubble-class.js.map +1 -1
  277. package/dist/types/bubble.d.ts +3 -10
  278. package/dist/types/bubble.d.ts.map +1 -1
  279. package/dist/types/bubble.js +1 -1
  280. package/dist/types/bubble.js.map +1 -1
  281. package/dist/types/service-bubble-class.d.ts +2 -2
  282. package/dist/types/service-bubble-class.d.ts.map +1 -1
  283. package/dist/types/service-bubble-class.js +2 -2
  284. package/dist/types/service-bubble-class.js.map +1 -1
  285. package/dist/types/tool-bubble-class.d.ts +2 -2
  286. package/dist/types/tool-bubble-class.d.ts.map +1 -1
  287. package/dist/types/tool-bubble-class.js +2 -4
  288. package/dist/types/tool-bubble-class.js.map +1 -1
  289. package/dist/types/workflow-bubble-class.d.ts +2 -2
  290. package/dist/types/workflow-bubble-class.d.ts.map +1 -1
  291. package/dist/types/workflow-bubble-class.js +2 -2
  292. package/dist/types/workflow-bubble-class.js.map +1 -1
  293. package/dist/utils/agent-formatter.d.ts +14 -2
  294. package/dist/utils/agent-formatter.d.ts.map +1 -1
  295. package/dist/utils/agent-formatter.js +176 -28
  296. package/dist/utils/agent-formatter.js.map +1 -1
  297. package/dist/utils/bubbleflow-validation.d.ts +7 -0
  298. package/dist/utils/bubbleflow-validation.d.ts.map +1 -1
  299. package/dist/utils/bubbleflow-validation.js +257 -35
  300. package/dist/utils/bubbleflow-validation.js.map +1 -1
  301. package/dist/utils/error-sanitizer.d.ts +12 -0
  302. package/dist/utils/error-sanitizer.d.ts.map +1 -0
  303. package/dist/utils/error-sanitizer.js +77 -0
  304. package/dist/utils/error-sanitizer.js.map +1 -0
  305. package/dist/utils/json-parsing.d.ts.map +1 -1
  306. package/dist/utils/json-parsing.js +146 -0
  307. package/dist/utils/json-parsing.js.map +1 -1
  308. package/dist/utils/safe-gemini-chat.d.ts +31 -0
  309. package/dist/utils/safe-gemini-chat.d.ts.map +1 -0
  310. package/dist/utils/safe-gemini-chat.js +93 -0
  311. package/dist/utils/safe-gemini-chat.js.map +1 -0
  312. package/dist/utils/schema-comparison.d.ts +92 -0
  313. package/dist/utils/schema-comparison.d.ts.map +1 -0
  314. package/dist/utils/schema-comparison.js +716 -0
  315. package/dist/utils/schema-comparison.js.map +1 -0
  316. package/dist/utils/zod-schema.d.ts +24 -0
  317. package/dist/utils/zod-schema.d.ts.map +1 -0
  318. package/dist/utils/zod-schema.js +56 -0
  319. package/dist/utils/zod-schema.js.map +1 -0
  320. package/package.json +7 -6
  321. package/dist/bubble-trigger/index.d.ts +0 -2
  322. package/dist/bubble-trigger/index.d.ts.map +0 -1
  323. package/dist/bubble-trigger/index.js +0 -2
  324. package/dist/bubble-trigger/index.js.map +0 -1
  325. package/dist/bubble-trigger/types.d.ts +0 -87
  326. package/dist/bubble-trigger/types.d.ts.map +0 -1
  327. package/dist/bubble-trigger/types.js +0 -14
  328. package/dist/bubble-trigger/types.js.map +0 -1
  329. package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts +0 -370
  330. package/dist/bubbles/service-bubble/apify/api-scraper.schema.d.ts.map +0 -1
  331. package/dist/bubbles/service-bubble/apify/api-scraper.schema.js +0 -14
  332. package/dist/bubbles/service-bubble/apify/api-scraper.schema.js.map +0 -1
  333. package/dist/bubbles/service-bubble/apify.d.ts +0 -136
  334. package/dist/bubbles/service-bubble/apify.d.ts.map +0 -1
  335. package/dist/bubbles/service-bubble/apify.js +0 -282
  336. package/dist/bubbles/service-bubble/apify.js.map +0 -1
  337. package/dist/bubbles/service-bubble/google-sheets.d.ts +0 -1811
  338. package/dist/bubbles/service-bubble/google-sheets.d.ts.map +0 -1
  339. package/dist/bubbles/service-bubble/google-sheets.js.map +0 -1
  340. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +0 -114
  341. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +0 -1
  342. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +0 -782
  343. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +0 -1
  344. package/dist/types/ai-models.d.ts +0 -4
  345. package/dist/types/ai-models.d.ts.map +0 -1
  346. package/dist/types/ai-models.js +0 -20
  347. package/dist/types/ai-models.js.map +0 -1
  348. package/dist/types/api-scraper.schema.d.ts +0 -453
  349. package/dist/types/api-scraper.schema.d.ts.map +0 -1
  350. package/dist/types/api-scraper.schema.js +0 -160
  351. package/dist/types/api-scraper.schema.js.map +0 -1
  352. package/dist/utils/param-helper.d.ts +0 -2
  353. package/dist/utils/param-helper.d.ts.map +0 -1
  354. package/dist/utils/param-helper.js +0 -5
  355. package/dist/utils/param-helper.js.map +0 -1
@@ -0,0 +1,421 @@
1
+ import { z } from 'zod';
2
+ import { ServiceBubble } from '../../types/service-bubble-class.js';
3
+ import type { BubbleContext } from '../../types/bubble.js';
4
+ import { CredentialType } from '@bubblelab/shared-schemas';
5
+ export declare const ElevenLabsParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
6
+ operation: z.ZodLiteral<"get_signed_url">;
7
+ agentId: z.ZodString;
8
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
9
+ }, "strip", z.ZodTypeAny, {
10
+ operation: "get_signed_url";
11
+ agentId: string;
12
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
13
+ }, {
14
+ operation: "get_signed_url";
15
+ agentId: string;
16
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
17
+ }>, z.ZodObject<{
18
+ operation: z.ZodLiteral<"trigger_outbound_call">;
19
+ agentId: z.ZodString;
20
+ toPhoneNumber: z.ZodString;
21
+ phoneNumberId: z.ZodOptional<z.ZodString>;
22
+ variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
23
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
24
+ }, "strip", z.ZodTypeAny, {
25
+ operation: "trigger_outbound_call";
26
+ agentId: string;
27
+ toPhoneNumber: string;
28
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
29
+ phoneNumberId?: string | undefined;
30
+ variables?: Record<string, string> | undefined;
31
+ }, {
32
+ operation: "trigger_outbound_call";
33
+ agentId: string;
34
+ toPhoneNumber: string;
35
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
36
+ phoneNumberId?: string | undefined;
37
+ variables?: Record<string, string> | undefined;
38
+ }>, z.ZodObject<{
39
+ operation: z.ZodLiteral<"get_agent">;
40
+ agentId: z.ZodString;
41
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
42
+ }, "strip", z.ZodTypeAny, {
43
+ operation: "get_agent";
44
+ agentId: string;
45
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
46
+ }, {
47
+ operation: "get_agent";
48
+ agentId: string;
49
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
50
+ }>, z.ZodObject<{
51
+ operation: z.ZodLiteral<"validate_webhook_signature">;
52
+ signature: z.ZodString;
53
+ timestamp: z.ZodString;
54
+ body: z.ZodString;
55
+ webhookSecret: z.ZodString;
56
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
57
+ }, "strip", z.ZodTypeAny, {
58
+ operation: "validate_webhook_signature";
59
+ timestamp: string;
60
+ body: string;
61
+ signature: string;
62
+ webhookSecret: string;
63
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
64
+ }, {
65
+ operation: "validate_webhook_signature";
66
+ timestamp: string;
67
+ body: string;
68
+ signature: string;
69
+ webhookSecret: string;
70
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
71
+ }>, z.ZodObject<{
72
+ operation: z.ZodLiteral<"get_conversation">;
73
+ conversationId: z.ZodString;
74
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
75
+ }, "strip", z.ZodTypeAny, {
76
+ operation: "get_conversation";
77
+ conversationId: string;
78
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
79
+ }, {
80
+ operation: "get_conversation";
81
+ conversationId: string;
82
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
83
+ }>, z.ZodObject<{
84
+ operation: z.ZodLiteral<"get_conversations">;
85
+ agentId: z.ZodOptional<z.ZodString>;
86
+ pageSize: z.ZodOptional<z.ZodNumber>;
87
+ cursor: z.ZodOptional<z.ZodString>;
88
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
89
+ }, "strip", z.ZodTypeAny, {
90
+ operation: "get_conversations";
91
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
92
+ cursor?: string | undefined;
93
+ pageSize?: number | undefined;
94
+ agentId?: string | undefined;
95
+ }, {
96
+ operation: "get_conversations";
97
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
98
+ cursor?: string | undefined;
99
+ pageSize?: number | undefined;
100
+ agentId?: string | undefined;
101
+ }>]>;
102
+ export type ElevenLabsParamsInput = z.input<typeof ElevenLabsParamsSchema>;
103
+ export type ElevenLabsParamsParsed = z.output<typeof ElevenLabsParamsSchema>;
104
+ export declare const ElevenLabsResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
105
+ operation: z.ZodLiteral<"get_signed_url">;
106
+ signedUrl: z.ZodOptional<z.ZodString>;
107
+ success: z.ZodBoolean;
108
+ error: z.ZodString;
109
+ }, "strip", z.ZodTypeAny, {
110
+ error: string;
111
+ success: boolean;
112
+ operation: "get_signed_url";
113
+ signedUrl?: string | undefined;
114
+ }, {
115
+ error: string;
116
+ success: boolean;
117
+ operation: "get_signed_url";
118
+ signedUrl?: string | undefined;
119
+ }>, z.ZodObject<{
120
+ operation: z.ZodLiteral<"trigger_outbound_call">;
121
+ callSid: z.ZodOptional<z.ZodString>;
122
+ conversationId: z.ZodOptional<z.ZodString>;
123
+ success: z.ZodBoolean;
124
+ error: z.ZodString;
125
+ }, "strip", z.ZodTypeAny, {
126
+ error: string;
127
+ success: boolean;
128
+ operation: "trigger_outbound_call";
129
+ conversationId?: string | undefined;
130
+ callSid?: string | undefined;
131
+ }, {
132
+ error: string;
133
+ success: boolean;
134
+ operation: "trigger_outbound_call";
135
+ conversationId?: string | undefined;
136
+ callSid?: string | undefined;
137
+ }>, z.ZodObject<{
138
+ operation: z.ZodLiteral<"get_agent">;
139
+ agent: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
140
+ success: z.ZodBoolean;
141
+ error: z.ZodString;
142
+ }, "strip", z.ZodTypeAny, {
143
+ error: string;
144
+ success: boolean;
145
+ operation: "get_agent";
146
+ agent?: Record<string, unknown> | undefined;
147
+ }, {
148
+ error: string;
149
+ success: boolean;
150
+ operation: "get_agent";
151
+ agent?: Record<string, unknown> | undefined;
152
+ }>, z.ZodObject<{
153
+ operation: z.ZodLiteral<"validate_webhook_signature">;
154
+ isValid: z.ZodBoolean;
155
+ success: z.ZodBoolean;
156
+ error: z.ZodString;
157
+ }, "strip", z.ZodTypeAny, {
158
+ error: string;
159
+ success: boolean;
160
+ operation: "validate_webhook_signature";
161
+ isValid: boolean;
162
+ }, {
163
+ error: string;
164
+ success: boolean;
165
+ operation: "validate_webhook_signature";
166
+ isValid: boolean;
167
+ }>, z.ZodObject<{
168
+ operation: z.ZodLiteral<"get_conversation">;
169
+ conversation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
170
+ success: z.ZodBoolean;
171
+ error: z.ZodString;
172
+ }, "strip", z.ZodTypeAny, {
173
+ error: string;
174
+ success: boolean;
175
+ operation: "get_conversation";
176
+ conversation?: Record<string, unknown> | undefined;
177
+ }, {
178
+ error: string;
179
+ success: boolean;
180
+ operation: "get_conversation";
181
+ conversation?: Record<string, unknown> | undefined;
182
+ }>, z.ZodObject<{
183
+ operation: z.ZodLiteral<"get_conversations">;
184
+ conversations: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">>;
185
+ hasMore: z.ZodOptional<z.ZodBoolean>;
186
+ nextCursor: z.ZodOptional<z.ZodString>;
187
+ success: z.ZodBoolean;
188
+ error: z.ZodString;
189
+ }, "strip", z.ZodTypeAny, {
190
+ error: string;
191
+ success: boolean;
192
+ operation: "get_conversations";
193
+ conversations?: Record<string, unknown>[] | undefined;
194
+ hasMore?: boolean | undefined;
195
+ nextCursor?: string | undefined;
196
+ }, {
197
+ error: string;
198
+ success: boolean;
199
+ operation: "get_conversations";
200
+ conversations?: Record<string, unknown>[] | undefined;
201
+ hasMore?: boolean | undefined;
202
+ nextCursor?: string | undefined;
203
+ }>]>;
204
+ export type ElevenLabsResult = z.output<typeof ElevenLabsResultSchema>;
205
+ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsParsed, ElevenLabsResult> {
206
+ static readonly type: "service";
207
+ static readonly service = "eleven-labs";
208
+ static readonly authType: "apikey";
209
+ static readonly bubbleName = "eleven-labs";
210
+ static readonly schema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
211
+ operation: z.ZodLiteral<"get_signed_url">;
212
+ agentId: z.ZodString;
213
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
214
+ }, "strip", z.ZodTypeAny, {
215
+ operation: "get_signed_url";
216
+ agentId: string;
217
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
218
+ }, {
219
+ operation: "get_signed_url";
220
+ agentId: string;
221
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
222
+ }>, z.ZodObject<{
223
+ operation: z.ZodLiteral<"trigger_outbound_call">;
224
+ agentId: z.ZodString;
225
+ toPhoneNumber: z.ZodString;
226
+ phoneNumberId: z.ZodOptional<z.ZodString>;
227
+ variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
228
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
229
+ }, "strip", z.ZodTypeAny, {
230
+ operation: "trigger_outbound_call";
231
+ agentId: string;
232
+ toPhoneNumber: string;
233
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
234
+ phoneNumberId?: string | undefined;
235
+ variables?: Record<string, string> | undefined;
236
+ }, {
237
+ operation: "trigger_outbound_call";
238
+ agentId: string;
239
+ toPhoneNumber: string;
240
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
241
+ phoneNumberId?: string | undefined;
242
+ variables?: Record<string, string> | undefined;
243
+ }>, z.ZodObject<{
244
+ operation: z.ZodLiteral<"get_agent">;
245
+ agentId: z.ZodString;
246
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
247
+ }, "strip", z.ZodTypeAny, {
248
+ operation: "get_agent";
249
+ agentId: string;
250
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
251
+ }, {
252
+ operation: "get_agent";
253
+ agentId: string;
254
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
255
+ }>, z.ZodObject<{
256
+ operation: z.ZodLiteral<"validate_webhook_signature">;
257
+ signature: z.ZodString;
258
+ timestamp: z.ZodString;
259
+ body: z.ZodString;
260
+ webhookSecret: z.ZodString;
261
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
262
+ }, "strip", z.ZodTypeAny, {
263
+ operation: "validate_webhook_signature";
264
+ timestamp: string;
265
+ body: string;
266
+ signature: string;
267
+ webhookSecret: string;
268
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
269
+ }, {
270
+ operation: "validate_webhook_signature";
271
+ timestamp: string;
272
+ body: string;
273
+ signature: string;
274
+ webhookSecret: string;
275
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
276
+ }>, z.ZodObject<{
277
+ operation: z.ZodLiteral<"get_conversation">;
278
+ conversationId: z.ZodString;
279
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
280
+ }, "strip", z.ZodTypeAny, {
281
+ operation: "get_conversation";
282
+ conversationId: string;
283
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
284
+ }, {
285
+ operation: "get_conversation";
286
+ conversationId: string;
287
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
288
+ }>, z.ZodObject<{
289
+ operation: z.ZodLiteral<"get_conversations">;
290
+ agentId: z.ZodOptional<z.ZodString>;
291
+ pageSize: z.ZodOptional<z.ZodNumber>;
292
+ cursor: z.ZodOptional<z.ZodString>;
293
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
294
+ }, "strip", z.ZodTypeAny, {
295
+ operation: "get_conversations";
296
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
297
+ cursor?: string | undefined;
298
+ pageSize?: number | undefined;
299
+ agentId?: string | undefined;
300
+ }, {
301
+ operation: "get_conversations";
302
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
303
+ cursor?: string | undefined;
304
+ pageSize?: number | undefined;
305
+ agentId?: string | undefined;
306
+ }>]>;
307
+ static readonly resultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
308
+ operation: z.ZodLiteral<"get_signed_url">;
309
+ signedUrl: z.ZodOptional<z.ZodString>;
310
+ success: z.ZodBoolean;
311
+ error: z.ZodString;
312
+ }, "strip", z.ZodTypeAny, {
313
+ error: string;
314
+ success: boolean;
315
+ operation: "get_signed_url";
316
+ signedUrl?: string | undefined;
317
+ }, {
318
+ error: string;
319
+ success: boolean;
320
+ operation: "get_signed_url";
321
+ signedUrl?: string | undefined;
322
+ }>, z.ZodObject<{
323
+ operation: z.ZodLiteral<"trigger_outbound_call">;
324
+ callSid: z.ZodOptional<z.ZodString>;
325
+ conversationId: z.ZodOptional<z.ZodString>;
326
+ success: z.ZodBoolean;
327
+ error: z.ZodString;
328
+ }, "strip", z.ZodTypeAny, {
329
+ error: string;
330
+ success: boolean;
331
+ operation: "trigger_outbound_call";
332
+ conversationId?: string | undefined;
333
+ callSid?: string | undefined;
334
+ }, {
335
+ error: string;
336
+ success: boolean;
337
+ operation: "trigger_outbound_call";
338
+ conversationId?: string | undefined;
339
+ callSid?: string | undefined;
340
+ }>, z.ZodObject<{
341
+ operation: z.ZodLiteral<"get_agent">;
342
+ agent: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
343
+ success: z.ZodBoolean;
344
+ error: z.ZodString;
345
+ }, "strip", z.ZodTypeAny, {
346
+ error: string;
347
+ success: boolean;
348
+ operation: "get_agent";
349
+ agent?: Record<string, unknown> | undefined;
350
+ }, {
351
+ error: string;
352
+ success: boolean;
353
+ operation: "get_agent";
354
+ agent?: Record<string, unknown> | undefined;
355
+ }>, z.ZodObject<{
356
+ operation: z.ZodLiteral<"validate_webhook_signature">;
357
+ isValid: z.ZodBoolean;
358
+ success: z.ZodBoolean;
359
+ error: z.ZodString;
360
+ }, "strip", z.ZodTypeAny, {
361
+ error: string;
362
+ success: boolean;
363
+ operation: "validate_webhook_signature";
364
+ isValid: boolean;
365
+ }, {
366
+ error: string;
367
+ success: boolean;
368
+ operation: "validate_webhook_signature";
369
+ isValid: boolean;
370
+ }>, z.ZodObject<{
371
+ operation: z.ZodLiteral<"get_conversation">;
372
+ conversation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
373
+ success: z.ZodBoolean;
374
+ error: z.ZodString;
375
+ }, "strip", z.ZodTypeAny, {
376
+ error: string;
377
+ success: boolean;
378
+ operation: "get_conversation";
379
+ conversation?: Record<string, unknown> | undefined;
380
+ }, {
381
+ error: string;
382
+ success: boolean;
383
+ operation: "get_conversation";
384
+ conversation?: Record<string, unknown> | undefined;
385
+ }>, z.ZodObject<{
386
+ operation: z.ZodLiteral<"get_conversations">;
387
+ conversations: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">>;
388
+ hasMore: z.ZodOptional<z.ZodBoolean>;
389
+ nextCursor: z.ZodOptional<z.ZodString>;
390
+ success: z.ZodBoolean;
391
+ error: z.ZodString;
392
+ }, "strip", z.ZodTypeAny, {
393
+ error: string;
394
+ success: boolean;
395
+ operation: "get_conversations";
396
+ conversations?: Record<string, unknown>[] | undefined;
397
+ hasMore?: boolean | undefined;
398
+ nextCursor?: string | undefined;
399
+ }, {
400
+ error: string;
401
+ success: boolean;
402
+ operation: "get_conversations";
403
+ conversations?: Record<string, unknown>[] | undefined;
404
+ hasMore?: boolean | undefined;
405
+ nextCursor?: string | undefined;
406
+ }>]>;
407
+ static readonly shortDescription = "Eleven Labs integration for Conversational AI";
408
+ static readonly longDescription = "\n Integrate with Eleven Labs Conversational AI agents.\n Use cases:\n - Generate signed URLs for secure WebSocket connections to agents\n - Trigger outbound calls\n - Get agent details\n - Validate webhook signatures\n - Get conversation history\n ";
409
+ static readonly alias = "elevenlabs";
410
+ constructor(params: ElevenLabsParamsInput, context?: BubbleContext);
411
+ protected chooseCredential(): string | undefined;
412
+ performAction(context?: BubbleContext): Promise<ElevenLabsResult>;
413
+ testCredential(): Promise<boolean>;
414
+ private getSignedUrl;
415
+ private triggerOutboundCall;
416
+ private getAgent;
417
+ private validateWebhookSignature;
418
+ private getConversation;
419
+ private getConversations;
420
+ }
421
+ //# sourceMappingURL=eleven-labs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eleven-labs.d.ts","sourceRoot":"","sources":["../../../src/bubbles/service-bubble/eleven-labs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAG3D,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkGjC,CAAC;AAEH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAC3E,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAE7E,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA6DjC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEvE,qBAAa,gBAAiB,SAAQ,aAAa,CACjD,sBAAsB,EACtB,gBAAgB,CACjB;IACC,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAG,SAAS,CAAU;IAC1C,MAAM,CAAC,QAAQ,CAAC,OAAO,iBAAiB;IACxC,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAG,QAAQ,CAAU;IAC7C,MAAM,CAAC,QAAQ,CAAC,UAAU,iBAAiB;IAC3C,MAAM,CAAC,QAAQ,CAAC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAA0B;IAChD,MAAM,CAAC,QAAQ,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAA0B;IACtD,MAAM,CAAC,QAAQ,CAAC,gBAAgB,mDACkB;IAClD,MAAM,CAAC,QAAQ,CAAC,eAAe,qRAQ7B;IACF,MAAM,CAAC,QAAQ,CAAC,KAAK,gBAAgB;gBAEzB,MAAM,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,aAAa;IAIlE,SAAS,CAAC,gBAAgB,IAAI,MAAM,GAAG,SAAS;IAQnC,aAAa,CACxB,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAAC,gBAAgB,CAAC;IAqBf,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC;YAkBjC,YAAY;YAmDZ,mBAAmB;YA6EnB,QAAQ;YAmDR,wBAAwB;YAsCxB,eAAe;YAmDf,gBAAgB;CA6D/B"}