@keystrokehq/retellai 0.1.0

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 (570) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/add-community-voice.cjs +27 -0
  7. package/dist/actions/add-community-voice.cjs.map +1 -0
  8. package/dist/actions/add-community-voice.d.cts +9 -0
  9. package/dist/actions/add-community-voice.d.cts.map +1 -0
  10. package/dist/actions/add-community-voice.d.mts +9 -0
  11. package/dist/actions/add-community-voice.d.mts.map +1 -0
  12. package/dist/actions/add-community-voice.mjs +24 -0
  13. package/dist/actions/add-community-voice.mjs.map +1 -0
  14. package/dist/actions/add-knowledge-base-sources.cjs +57 -0
  15. package/dist/actions/add-knowledge-base-sources.cjs.map +1 -0
  16. package/dist/actions/add-knowledge-base-sources.d.cts +9 -0
  17. package/dist/actions/add-knowledge-base-sources.d.cts.map +1 -0
  18. package/dist/actions/add-knowledge-base-sources.d.mts +9 -0
  19. package/dist/actions/add-knowledge-base-sources.d.mts.map +1 -0
  20. package/dist/actions/add-knowledge-base-sources.mjs +56 -0
  21. package/dist/actions/add-knowledge-base-sources.mjs.map +1 -0
  22. package/dist/actions/buy-a-new-phone-number-bind-agents.cjs +41 -0
  23. package/dist/actions/buy-a-new-phone-number-bind-agents.cjs.map +1 -0
  24. package/dist/actions/buy-a-new-phone-number-bind-agents.d.cts +9 -0
  25. package/dist/actions/buy-a-new-phone-number-bind-agents.d.cts.map +1 -0
  26. package/dist/actions/buy-a-new-phone-number-bind-agents.d.mts +9 -0
  27. package/dist/actions/buy-a-new-phone-number-bind-agents.d.mts.map +1 -0
  28. package/dist/actions/buy-a-new-phone-number-bind-agents.mjs +40 -0
  29. package/dist/actions/buy-a-new-phone-number-bind-agents.mjs.map +1 -0
  30. package/dist/actions/create-a-new-outbound-phone-call.cjs +195 -0
  31. package/dist/actions/create-a-new-outbound-phone-call.cjs.map +1 -0
  32. package/dist/actions/create-a-new-outbound-phone-call.d.cts +9 -0
  33. package/dist/actions/create-a-new-outbound-phone-call.d.cts.map +1 -0
  34. package/dist/actions/create-a-new-outbound-phone-call.d.mts +9 -0
  35. package/dist/actions/create-a-new-outbound-phone-call.d.mts.map +1 -0
  36. package/dist/actions/create-a-new-outbound-phone-call.mjs +194 -0
  37. package/dist/actions/create-a-new-outbound-phone-call.mjs.map +1 -0
  38. package/dist/actions/create-a-new-web-call.cjs +69 -0
  39. package/dist/actions/create-a-new-web-call.cjs.map +1 -0
  40. package/dist/actions/create-a-new-web-call.d.cts +9 -0
  41. package/dist/actions/create-a-new-web-call.d.cts.map +1 -0
  42. package/dist/actions/create-a-new-web-call.d.mts +9 -0
  43. package/dist/actions/create-a-new-web-call.d.mts.map +1 -0
  44. package/dist/actions/create-a-new-web-call.mjs +68 -0
  45. package/dist/actions/create-a-new-web-call.mjs.map +1 -0
  46. package/dist/actions/create-agent.cjs +162 -0
  47. package/dist/actions/create-agent.cjs.map +1 -0
  48. package/dist/actions/create-agent.d.cts +9 -0
  49. package/dist/actions/create-agent.d.cts.map +1 -0
  50. package/dist/actions/create-agent.d.mts +9 -0
  51. package/dist/actions/create-agent.d.mts.map +1 -0
  52. package/dist/actions/create-agent.mjs +159 -0
  53. package/dist/actions/create-agent.mjs.map +1 -0
  54. package/dist/actions/create-batch-test.cjs +44 -0
  55. package/dist/actions/create-batch-test.cjs.map +1 -0
  56. package/dist/actions/create-batch-test.d.cts +9 -0
  57. package/dist/actions/create-batch-test.d.cts.map +1 -0
  58. package/dist/actions/create-batch-test.d.mts +9 -0
  59. package/dist/actions/create-batch-test.d.mts.map +1 -0
  60. package/dist/actions/create-batch-test.mjs +43 -0
  61. package/dist/actions/create-batch-test.mjs.map +1 -0
  62. package/dist/actions/create-chat-agent.cjs +138 -0
  63. package/dist/actions/create-chat-agent.cjs.map +1 -0
  64. package/dist/actions/create-chat-agent.d.cts +9 -0
  65. package/dist/actions/create-chat-agent.d.cts.map +1 -0
  66. package/dist/actions/create-chat-agent.d.mts +9 -0
  67. package/dist/actions/create-chat-agent.d.mts.map +1 -0
  68. package/dist/actions/create-chat-agent.mjs +137 -0
  69. package/dist/actions/create-chat-agent.mjs.map +1 -0
  70. package/dist/actions/create-chat-completion.cjs +19 -0
  71. package/dist/actions/create-chat-completion.cjs.map +1 -0
  72. package/dist/actions/create-chat-completion.d.cts +9 -0
  73. package/dist/actions/create-chat-completion.d.cts.map +1 -0
  74. package/dist/actions/create-chat-completion.d.mts +9 -0
  75. package/dist/actions/create-chat-completion.d.mts.map +1 -0
  76. package/dist/actions/create-chat-completion.mjs +16 -0
  77. package/dist/actions/create-chat-completion.mjs.map +1 -0
  78. package/dist/actions/create-chat.cjs +61 -0
  79. package/dist/actions/create-chat.cjs.map +1 -0
  80. package/dist/actions/create-chat.d.cts +9 -0
  81. package/dist/actions/create-chat.d.cts.map +1 -0
  82. package/dist/actions/create-chat.d.mts +9 -0
  83. package/dist/actions/create-chat.d.mts.map +1 -0
  84. package/dist/actions/create-chat.mjs +60 -0
  85. package/dist/actions/create-chat.mjs.map +1 -0
  86. package/dist/actions/create-conversation-flow-component.cjs +66 -0
  87. package/dist/actions/create-conversation-flow-component.cjs.map +1 -0
  88. package/dist/actions/create-conversation-flow-component.d.cts +9 -0
  89. package/dist/actions/create-conversation-flow-component.d.cts.map +1 -0
  90. package/dist/actions/create-conversation-flow-component.d.mts +9 -0
  91. package/dist/actions/create-conversation-flow-component.d.mts.map +1 -0
  92. package/dist/actions/create-conversation-flow-component.mjs +65 -0
  93. package/dist/actions/create-conversation-flow-component.mjs.map +1 -0
  94. package/dist/actions/create-conversation-flow.cjs +52 -0
  95. package/dist/actions/create-conversation-flow.cjs.map +1 -0
  96. package/dist/actions/create-conversation-flow.d.cts +9 -0
  97. package/dist/actions/create-conversation-flow.d.cts.map +1 -0
  98. package/dist/actions/create-conversation-flow.d.mts +9 -0
  99. package/dist/actions/create-conversation-flow.d.mts.map +1 -0
  100. package/dist/actions/create-conversation-flow.mjs +49 -0
  101. package/dist/actions/create-conversation-flow.mjs.map +1 -0
  102. package/dist/actions/create-knowledge-base.cjs +35 -0
  103. package/dist/actions/create-knowledge-base.cjs.map +1 -0
  104. package/dist/actions/create-knowledge-base.d.cts +9 -0
  105. package/dist/actions/create-knowledge-base.d.cts.map +1 -0
  106. package/dist/actions/create-knowledge-base.d.mts +9 -0
  107. package/dist/actions/create-knowledge-base.d.mts.map +1 -0
  108. package/dist/actions/create-knowledge-base.mjs +32 -0
  109. package/dist/actions/create-knowledge-base.mjs.map +1 -0
  110. package/dist/actions/create-retell-llm.cjs +122 -0
  111. package/dist/actions/create-retell-llm.cjs.map +1 -0
  112. package/dist/actions/create-retell-llm.d.cts +9 -0
  113. package/dist/actions/create-retell-llm.d.cts.map +1 -0
  114. package/dist/actions/create-retell-llm.d.mts +9 -0
  115. package/dist/actions/create-retell-llm.d.mts.map +1 -0
  116. package/dist/actions/create-retell-llm.mjs +121 -0
  117. package/dist/actions/create-retell-llm.mjs.map +1 -0
  118. package/dist/actions/create-test-case-definition.cjs +44 -0
  119. package/dist/actions/create-test-case-definition.cjs.map +1 -0
  120. package/dist/actions/create-test-case-definition.d.cts +9 -0
  121. package/dist/actions/create-test-case-definition.d.cts.map +1 -0
  122. package/dist/actions/create-test-case-definition.d.mts +9 -0
  123. package/dist/actions/create-test-case-definition.d.mts.map +1 -0
  124. package/dist/actions/create-test-case-definition.mjs +41 -0
  125. package/dist/actions/create-test-case-definition.mjs.map +1 -0
  126. package/dist/actions/delete-agent.cjs +20 -0
  127. package/dist/actions/delete-agent.cjs.map +1 -0
  128. package/dist/actions/delete-agent.d.cts +9 -0
  129. package/dist/actions/delete-agent.d.cts.map +1 -0
  130. package/dist/actions/delete-agent.d.mts +9 -0
  131. package/dist/actions/delete-agent.d.mts.map +1 -0
  132. package/dist/actions/delete-agent.mjs +19 -0
  133. package/dist/actions/delete-agent.mjs.map +1 -0
  134. package/dist/actions/delete-call.cjs +16 -0
  135. package/dist/actions/delete-call.cjs.map +1 -0
  136. package/dist/actions/delete-call.d.cts +9 -0
  137. package/dist/actions/delete-call.d.cts.map +1 -0
  138. package/dist/actions/delete-call.d.mts +9 -0
  139. package/dist/actions/delete-call.d.mts.map +1 -0
  140. package/dist/actions/delete-call.mjs +13 -0
  141. package/dist/actions/delete-call.mjs.map +1 -0
  142. package/dist/actions/delete-chat-agent.cjs +19 -0
  143. package/dist/actions/delete-chat-agent.cjs.map +1 -0
  144. package/dist/actions/delete-chat-agent.d.cts +9 -0
  145. package/dist/actions/delete-chat-agent.d.cts.map +1 -0
  146. package/dist/actions/delete-chat-agent.d.mts +9 -0
  147. package/dist/actions/delete-chat-agent.d.mts.map +1 -0
  148. package/dist/actions/delete-chat-agent.mjs +16 -0
  149. package/dist/actions/delete-chat-agent.mjs.map +1 -0
  150. package/dist/actions/delete-conversation-flow-component.cjs +16 -0
  151. package/dist/actions/delete-conversation-flow-component.cjs.map +1 -0
  152. package/dist/actions/delete-conversation-flow-component.d.cts +9 -0
  153. package/dist/actions/delete-conversation-flow-component.d.cts.map +1 -0
  154. package/dist/actions/delete-conversation-flow-component.d.mts +9 -0
  155. package/dist/actions/delete-conversation-flow-component.d.mts.map +1 -0
  156. package/dist/actions/delete-conversation-flow-component.mjs +13 -0
  157. package/dist/actions/delete-conversation-flow-component.mjs.map +1 -0
  158. package/dist/actions/delete-conversation-flow.cjs +16 -0
  159. package/dist/actions/delete-conversation-flow.cjs.map +1 -0
  160. package/dist/actions/delete-conversation-flow.d.cts +9 -0
  161. package/dist/actions/delete-conversation-flow.d.cts.map +1 -0
  162. package/dist/actions/delete-conversation-flow.d.mts +9 -0
  163. package/dist/actions/delete-conversation-flow.d.mts.map +1 -0
  164. package/dist/actions/delete-conversation-flow.mjs +13 -0
  165. package/dist/actions/delete-conversation-flow.mjs.map +1 -0
  166. package/dist/actions/delete-knowledge-base-source.cjs +19 -0
  167. package/dist/actions/delete-knowledge-base-source.cjs.map +1 -0
  168. package/dist/actions/delete-knowledge-base-source.d.cts +9 -0
  169. package/dist/actions/delete-knowledge-base-source.d.cts.map +1 -0
  170. package/dist/actions/delete-knowledge-base-source.d.mts +9 -0
  171. package/dist/actions/delete-knowledge-base-source.d.mts.map +1 -0
  172. package/dist/actions/delete-knowledge-base-source.mjs +16 -0
  173. package/dist/actions/delete-knowledge-base-source.mjs.map +1 -0
  174. package/dist/actions/delete-knowledge-base.cjs +16 -0
  175. package/dist/actions/delete-knowledge-base.cjs.map +1 -0
  176. package/dist/actions/delete-knowledge-base.d.cts +9 -0
  177. package/dist/actions/delete-knowledge-base.d.cts.map +1 -0
  178. package/dist/actions/delete-knowledge-base.d.mts +9 -0
  179. package/dist/actions/delete-knowledge-base.d.mts.map +1 -0
  180. package/dist/actions/delete-knowledge-base.mjs +13 -0
  181. package/dist/actions/delete-knowledge-base.mjs.map +1 -0
  182. package/dist/actions/delete-phone-number.cjs +19 -0
  183. package/dist/actions/delete-phone-number.cjs.map +1 -0
  184. package/dist/actions/delete-phone-number.d.cts +9 -0
  185. package/dist/actions/delete-phone-number.d.cts.map +1 -0
  186. package/dist/actions/delete-phone-number.d.mts +9 -0
  187. package/dist/actions/delete-phone-number.d.mts.map +1 -0
  188. package/dist/actions/delete-phone-number.mjs +16 -0
  189. package/dist/actions/delete-phone-number.mjs.map +1 -0
  190. package/dist/actions/delete-retell-llm.cjs +16 -0
  191. package/dist/actions/delete-retell-llm.cjs.map +1 -0
  192. package/dist/actions/delete-retell-llm.d.cts +9 -0
  193. package/dist/actions/delete-retell-llm.d.cts.map +1 -0
  194. package/dist/actions/delete-retell-llm.d.mts +9 -0
  195. package/dist/actions/delete-retell-llm.d.mts.map +1 -0
  196. package/dist/actions/delete-retell-llm.mjs +13 -0
  197. package/dist/actions/delete-retell-llm.mjs.map +1 -0
  198. package/dist/actions/delete-test-case-definition.cjs +16 -0
  199. package/dist/actions/delete-test-case-definition.cjs.map +1 -0
  200. package/dist/actions/delete-test-case-definition.d.cts +9 -0
  201. package/dist/actions/delete-test-case-definition.d.cts.map +1 -0
  202. package/dist/actions/delete-test-case-definition.d.mts +9 -0
  203. package/dist/actions/delete-test-case-definition.d.mts.map +1 -0
  204. package/dist/actions/delete-test-case-definition.mjs +13 -0
  205. package/dist/actions/delete-test-case-definition.mjs.map +1 -0
  206. package/dist/actions/end-chat.cjs +19 -0
  207. package/dist/actions/end-chat.cjs.map +1 -0
  208. package/dist/actions/end-chat.d.cts +9 -0
  209. package/dist/actions/end-chat.d.cts.map +1 -0
  210. package/dist/actions/end-chat.d.mts +9 -0
  211. package/dist/actions/end-chat.d.mts.map +1 -0
  212. package/dist/actions/end-chat.mjs +16 -0
  213. package/dist/actions/end-chat.mjs.map +1 -0
  214. package/dist/actions/get-agent-versions.cjs +16 -0
  215. package/dist/actions/get-agent-versions.cjs.map +1 -0
  216. package/dist/actions/get-agent-versions.d.cts +9 -0
  217. package/dist/actions/get-agent-versions.d.cts.map +1 -0
  218. package/dist/actions/get-agent-versions.d.mts +9 -0
  219. package/dist/actions/get-agent-versions.d.mts.map +1 -0
  220. package/dist/actions/get-agent-versions.mjs +13 -0
  221. package/dist/actions/get-agent-versions.mjs.map +1 -0
  222. package/dist/actions/get-agent.cjs +148 -0
  223. package/dist/actions/get-agent.cjs.map +1 -0
  224. package/dist/actions/get-agent.d.cts +9 -0
  225. package/dist/actions/get-agent.d.cts.map +1 -0
  226. package/dist/actions/get-agent.d.mts +9 -0
  227. package/dist/actions/get-agent.d.mts.map +1 -0
  228. package/dist/actions/get-agent.mjs +147 -0
  229. package/dist/actions/get-agent.mjs.map +1 -0
  230. package/dist/actions/get-batch-test.cjs +44 -0
  231. package/dist/actions/get-batch-test.cjs.map +1 -0
  232. package/dist/actions/get-batch-test.d.cts +9 -0
  233. package/dist/actions/get-batch-test.d.cts.map +1 -0
  234. package/dist/actions/get-batch-test.d.mts +9 -0
  235. package/dist/actions/get-batch-test.d.mts.map +1 -0
  236. package/dist/actions/get-batch-test.mjs +43 -0
  237. package/dist/actions/get-batch-test.mjs.map +1 -0
  238. package/dist/actions/get-chat-agent-versions.cjs +31 -0
  239. package/dist/actions/get-chat-agent-versions.cjs.map +1 -0
  240. package/dist/actions/get-chat-agent-versions.d.cts +9 -0
  241. package/dist/actions/get-chat-agent-versions.d.cts.map +1 -0
  242. package/dist/actions/get-chat-agent-versions.d.mts +9 -0
  243. package/dist/actions/get-chat-agent-versions.d.mts.map +1 -0
  244. package/dist/actions/get-chat-agent-versions.mjs +30 -0
  245. package/dist/actions/get-chat-agent-versions.mjs.map +1 -0
  246. package/dist/actions/get-chat-agent.cjs +105 -0
  247. package/dist/actions/get-chat-agent.cjs.map +1 -0
  248. package/dist/actions/get-chat-agent.d.cts +9 -0
  249. package/dist/actions/get-chat-agent.d.cts.map +1 -0
  250. package/dist/actions/get-chat-agent.d.mts +9 -0
  251. package/dist/actions/get-chat-agent.d.mts.map +1 -0
  252. package/dist/actions/get-chat-agent.mjs +104 -0
  253. package/dist/actions/get-chat-agent.mjs.map +1 -0
  254. package/dist/actions/get-chat.cjs +56 -0
  255. package/dist/actions/get-chat.cjs.map +1 -0
  256. package/dist/actions/get-chat.d.cts +9 -0
  257. package/dist/actions/get-chat.d.cts.map +1 -0
  258. package/dist/actions/get-chat.d.mts +9 -0
  259. package/dist/actions/get-chat.d.mts.map +1 -0
  260. package/dist/actions/get-chat.mjs +55 -0
  261. package/dist/actions/get-chat.mjs.map +1 -0
  262. package/dist/actions/get-concurrency.cjs +23 -0
  263. package/dist/actions/get-concurrency.cjs.map +1 -0
  264. package/dist/actions/get-concurrency.d.cts +9 -0
  265. package/dist/actions/get-concurrency.d.cts.map +1 -0
  266. package/dist/actions/get-concurrency.d.mts +9 -0
  267. package/dist/actions/get-concurrency.d.mts.map +1 -0
  268. package/dist/actions/get-concurrency.mjs +20 -0
  269. package/dist/actions/get-concurrency.mjs.map +1 -0
  270. package/dist/actions/get-conversation-flow-component.cjs +75 -0
  271. package/dist/actions/get-conversation-flow-component.cjs.map +1 -0
  272. package/dist/actions/get-conversation-flow-component.d.cts +9 -0
  273. package/dist/actions/get-conversation-flow-component.d.cts.map +1 -0
  274. package/dist/actions/get-conversation-flow-component.d.mts +9 -0
  275. package/dist/actions/get-conversation-flow-component.d.mts.map +1 -0
  276. package/dist/actions/get-conversation-flow-component.mjs +74 -0
  277. package/dist/actions/get-conversation-flow-component.mjs.map +1 -0
  278. package/dist/actions/get-conversation-flow.cjs +83 -0
  279. package/dist/actions/get-conversation-flow.cjs.map +1 -0
  280. package/dist/actions/get-conversation-flow.d.cts +9 -0
  281. package/dist/actions/get-conversation-flow.d.cts.map +1 -0
  282. package/dist/actions/get-conversation-flow.d.mts +9 -0
  283. package/dist/actions/get-conversation-flow.d.mts.map +1 -0
  284. package/dist/actions/get-conversation-flow.mjs +82 -0
  285. package/dist/actions/get-conversation-flow.mjs.map +1 -0
  286. package/dist/actions/get-knowledge-base.cjs +45 -0
  287. package/dist/actions/get-knowledge-base.cjs.map +1 -0
  288. package/dist/actions/get-knowledge-base.d.cts +9 -0
  289. package/dist/actions/get-knowledge-base.d.cts.map +1 -0
  290. package/dist/actions/get-knowledge-base.d.mts +9 -0
  291. package/dist/actions/get-knowledge-base.d.mts.map +1 -0
  292. package/dist/actions/get-knowledge-base.mjs +44 -0
  293. package/dist/actions/get-knowledge-base.mjs.map +1 -0
  294. package/dist/actions/get-retell-llm.cjs +253 -0
  295. package/dist/actions/get-retell-llm.cjs.map +1 -0
  296. package/dist/actions/get-retell-llm.d.cts +9 -0
  297. package/dist/actions/get-retell-llm.d.cts.map +1 -0
  298. package/dist/actions/get-retell-llm.d.mts +9 -0
  299. package/dist/actions/get-retell-llm.d.mts.map +1 -0
  300. package/dist/actions/get-retell-llm.mjs +252 -0
  301. package/dist/actions/get-retell-llm.mjs.map +1 -0
  302. package/dist/actions/import-phone-number.cjs +50 -0
  303. package/dist/actions/import-phone-number.cjs.map +1 -0
  304. package/dist/actions/import-phone-number.d.cts +9 -0
  305. package/dist/actions/import-phone-number.d.cts.map +1 -0
  306. package/dist/actions/import-phone-number.d.mts +9 -0
  307. package/dist/actions/import-phone-number.d.mts.map +1 -0
  308. package/dist/actions/import-phone-number.mjs +49 -0
  309. package/dist/actions/import-phone-number.mjs.map +1 -0
  310. package/dist/actions/index.cjs +135 -0
  311. package/dist/actions/index.d.cts +68 -0
  312. package/dist/actions/index.d.mts +68 -0
  313. package/dist/actions/index.mjs +68 -0
  314. package/dist/actions/list-agents.cjs +16 -0
  315. package/dist/actions/list-agents.cjs.map +1 -0
  316. package/dist/actions/list-agents.d.cts +9 -0
  317. package/dist/actions/list-agents.d.cts.map +1 -0
  318. package/dist/actions/list-agents.d.mts +9 -0
  319. package/dist/actions/list-agents.d.mts.map +1 -0
  320. package/dist/actions/list-agents.mjs +13 -0
  321. package/dist/actions/list-agents.mjs.map +1 -0
  322. package/dist/actions/list-all-chats.cjs +20 -0
  323. package/dist/actions/list-all-chats.cjs.map +1 -0
  324. package/dist/actions/list-all-chats.d.cts +9 -0
  325. package/dist/actions/list-all-chats.d.cts.map +1 -0
  326. package/dist/actions/list-all-chats.d.mts +9 -0
  327. package/dist/actions/list-all-chats.d.mts.map +1 -0
  328. package/dist/actions/list-all-chats.mjs +17 -0
  329. package/dist/actions/list-all-chats.mjs.map +1 -0
  330. package/dist/actions/list-all-phone-numbers.cjs +16 -0
  331. package/dist/actions/list-all-phone-numbers.cjs.map +1 -0
  332. package/dist/actions/list-all-phone-numbers.d.cts +9 -0
  333. package/dist/actions/list-all-phone-numbers.d.cts.map +1 -0
  334. package/dist/actions/list-all-phone-numbers.d.mts +9 -0
  335. package/dist/actions/list-all-phone-numbers.d.mts.map +1 -0
  336. package/dist/actions/list-all-phone-numbers.mjs +13 -0
  337. package/dist/actions/list-all-phone-numbers.mjs.map +1 -0
  338. package/dist/actions/list-batch-tests.cjs +51 -0
  339. package/dist/actions/list-batch-tests.cjs.map +1 -0
  340. package/dist/actions/list-batch-tests.d.cts +9 -0
  341. package/dist/actions/list-batch-tests.d.cts.map +1 -0
  342. package/dist/actions/list-batch-tests.d.mts +9 -0
  343. package/dist/actions/list-batch-tests.d.mts.map +1 -0
  344. package/dist/actions/list-batch-tests.mjs +50 -0
  345. package/dist/actions/list-batch-tests.mjs.map +1 -0
  346. package/dist/actions/list-chat-agents.cjs +20 -0
  347. package/dist/actions/list-chat-agents.cjs.map +1 -0
  348. package/dist/actions/list-chat-agents.d.cts +9 -0
  349. package/dist/actions/list-chat-agents.d.cts.map +1 -0
  350. package/dist/actions/list-chat-agents.d.mts +9 -0
  351. package/dist/actions/list-chat-agents.d.mts.map +1 -0
  352. package/dist/actions/list-chat-agents.mjs +17 -0
  353. package/dist/actions/list-chat-agents.mjs.map +1 -0
  354. package/dist/actions/list-conversation-flow-components.cjs +24 -0
  355. package/dist/actions/list-conversation-flow-components.cjs.map +1 -0
  356. package/dist/actions/list-conversation-flow-components.d.cts +9 -0
  357. package/dist/actions/list-conversation-flow-components.d.cts.map +1 -0
  358. package/dist/actions/list-conversation-flow-components.d.mts +9 -0
  359. package/dist/actions/list-conversation-flow-components.d.mts.map +1 -0
  360. package/dist/actions/list-conversation-flow-components.mjs +23 -0
  361. package/dist/actions/list-conversation-flow-components.mjs.map +1 -0
  362. package/dist/actions/list-conversation-flows.cjs +31 -0
  363. package/dist/actions/list-conversation-flows.cjs.map +1 -0
  364. package/dist/actions/list-conversation-flows.d.cts +9 -0
  365. package/dist/actions/list-conversation-flows.d.cts.map +1 -0
  366. package/dist/actions/list-conversation-flows.d.mts +9 -0
  367. package/dist/actions/list-conversation-flows.d.mts.map +1 -0
  368. package/dist/actions/list-conversation-flows.mjs +30 -0
  369. package/dist/actions/list-conversation-flows.mjs.map +1 -0
  370. package/dist/actions/list-knowledge-bases.cjs +16 -0
  371. package/dist/actions/list-knowledge-bases.cjs.map +1 -0
  372. package/dist/actions/list-knowledge-bases.d.cts +9 -0
  373. package/dist/actions/list-knowledge-bases.d.cts.map +1 -0
  374. package/dist/actions/list-knowledge-bases.d.mts +9 -0
  375. package/dist/actions/list-knowledge-bases.d.mts.map +1 -0
  376. package/dist/actions/list-knowledge-bases.mjs +13 -0
  377. package/dist/actions/list-knowledge-bases.mjs.map +1 -0
  378. package/dist/actions/list-retell-llms.cjs +72 -0
  379. package/dist/actions/list-retell-llms.cjs.map +1 -0
  380. package/dist/actions/list-retell-llms.d.cts +9 -0
  381. package/dist/actions/list-retell-llms.d.cts.map +1 -0
  382. package/dist/actions/list-retell-llms.d.mts +9 -0
  383. package/dist/actions/list-retell-llms.d.mts.map +1 -0
  384. package/dist/actions/list-retell-llms.mjs +71 -0
  385. package/dist/actions/list-retell-llms.mjs.map +1 -0
  386. package/dist/actions/list-test-case-definitions.cjs +34 -0
  387. package/dist/actions/list-test-case-definitions.cjs.map +1 -0
  388. package/dist/actions/list-test-case-definitions.d.cts +9 -0
  389. package/dist/actions/list-test-case-definitions.d.cts.map +1 -0
  390. package/dist/actions/list-test-case-definitions.d.mts +9 -0
  391. package/dist/actions/list-test-case-definitions.d.mts.map +1 -0
  392. package/dist/actions/list-test-case-definitions.mjs +33 -0
  393. package/dist/actions/list-test-case-definitions.mjs.map +1 -0
  394. package/dist/actions/list-test-runs.cjs +16 -0
  395. package/dist/actions/list-test-runs.cjs.map +1 -0
  396. package/dist/actions/list-test-runs.d.cts +9 -0
  397. package/dist/actions/list-test-runs.d.cts.map +1 -0
  398. package/dist/actions/list-test-runs.d.mts +9 -0
  399. package/dist/actions/list-test-runs.d.mts.map +1 -0
  400. package/dist/actions/list-test-runs.mjs +13 -0
  401. package/dist/actions/list-test-runs.mjs.map +1 -0
  402. package/dist/actions/list-voices.cjs +16 -0
  403. package/dist/actions/list-voices.cjs.map +1 -0
  404. package/dist/actions/list-voices.d.cts +9 -0
  405. package/dist/actions/list-voices.d.cts.map +1 -0
  406. package/dist/actions/list-voices.d.mts +9 -0
  407. package/dist/actions/list-voices.d.mts.map +1 -0
  408. package/dist/actions/list-voices.mjs +13 -0
  409. package/dist/actions/list-voices.mjs.map +1 -0
  410. package/dist/actions/publish-agent.cjs +70 -0
  411. package/dist/actions/publish-agent.cjs.map +1 -0
  412. package/dist/actions/publish-agent.d.cts +9 -0
  413. package/dist/actions/publish-agent.d.cts.map +1 -0
  414. package/dist/actions/publish-agent.d.mts +9 -0
  415. package/dist/actions/publish-agent.d.mts.map +1 -0
  416. package/dist/actions/publish-agent.mjs +67 -0
  417. package/dist/actions/publish-agent.mjs.map +1 -0
  418. package/dist/actions/publish-chat-agent.cjs +37 -0
  419. package/dist/actions/publish-chat-agent.cjs.map +1 -0
  420. package/dist/actions/publish-chat-agent.d.cts +9 -0
  421. package/dist/actions/publish-chat-agent.d.cts.map +1 -0
  422. package/dist/actions/publish-chat-agent.d.mts +9 -0
  423. package/dist/actions/publish-chat-agent.d.mts.map +1 -0
  424. package/dist/actions/publish-chat-agent.mjs +34 -0
  425. package/dist/actions/publish-chat-agent.mjs.map +1 -0
  426. package/dist/actions/register-phone-call.cjs +196 -0
  427. package/dist/actions/register-phone-call.cjs.map +1 -0
  428. package/dist/actions/register-phone-call.d.cts +9 -0
  429. package/dist/actions/register-phone-call.d.cts.map +1 -0
  430. package/dist/actions/register-phone-call.d.mts +9 -0
  431. package/dist/actions/register-phone-call.d.mts.map +1 -0
  432. package/dist/actions/register-phone-call.mjs +195 -0
  433. package/dist/actions/register-phone-call.mjs.map +1 -0
  434. package/dist/actions/retrieve-call-details-by-id.cjs +16 -0
  435. package/dist/actions/retrieve-call-details-by-id.cjs.map +1 -0
  436. package/dist/actions/retrieve-call-details-by-id.d.cts +9 -0
  437. package/dist/actions/retrieve-call-details-by-id.d.cts.map +1 -0
  438. package/dist/actions/retrieve-call-details-by-id.d.mts +9 -0
  439. package/dist/actions/retrieve-call-details-by-id.d.mts.map +1 -0
  440. package/dist/actions/retrieve-call-details-by-id.mjs +13 -0
  441. package/dist/actions/retrieve-call-details-by-id.mjs.map +1 -0
  442. package/dist/actions/retrieve-call-details.cjs +136 -0
  443. package/dist/actions/retrieve-call-details.cjs.map +1 -0
  444. package/dist/actions/retrieve-call-details.d.cts +9 -0
  445. package/dist/actions/retrieve-call-details.d.cts.map +1 -0
  446. package/dist/actions/retrieve-call-details.d.mts +9 -0
  447. package/dist/actions/retrieve-call-details.d.mts.map +1 -0
  448. package/dist/actions/retrieve-call-details.mjs +135 -0
  449. package/dist/actions/retrieve-call-details.mjs.map +1 -0
  450. package/dist/actions/retrieve-details-of-a-specific-phone-number.cjs +29 -0
  451. package/dist/actions/retrieve-details-of-a-specific-phone-number.cjs.map +1 -0
  452. package/dist/actions/retrieve-details-of-a-specific-phone-number.d.cts +9 -0
  453. package/dist/actions/retrieve-details-of-a-specific-phone-number.d.cts.map +1 -0
  454. package/dist/actions/retrieve-details-of-a-specific-phone-number.d.mts +9 -0
  455. package/dist/actions/retrieve-details-of-a-specific-phone-number.d.mts.map +1 -0
  456. package/dist/actions/retrieve-details-of-a-specific-phone-number.mjs +28 -0
  457. package/dist/actions/retrieve-details-of-a-specific-phone-number.mjs.map +1 -0
  458. package/dist/actions/retrieve-details-of-a-specific-voice.cjs +24 -0
  459. package/dist/actions/retrieve-details-of-a-specific-voice.cjs.map +1 -0
  460. package/dist/actions/retrieve-details-of-a-specific-voice.d.cts +9 -0
  461. package/dist/actions/retrieve-details-of-a-specific-voice.d.cts.map +1 -0
  462. package/dist/actions/retrieve-details-of-a-specific-voice.d.mts +9 -0
  463. package/dist/actions/retrieve-details-of-a-specific-voice.d.mts.map +1 -0
  464. package/dist/actions/retrieve-details-of-a-specific-voice.mjs +21 -0
  465. package/dist/actions/retrieve-details-of-a-specific-voice.mjs.map +1 -0
  466. package/dist/actions/search-community-voice.cjs +29 -0
  467. package/dist/actions/search-community-voice.cjs.map +1 -0
  468. package/dist/actions/search-community-voice.d.cts +9 -0
  469. package/dist/actions/search-community-voice.d.cts.map +1 -0
  470. package/dist/actions/search-community-voice.d.mts +9 -0
  471. package/dist/actions/search-community-voice.d.mts.map +1 -0
  472. package/dist/actions/search-community-voice.mjs +28 -0
  473. package/dist/actions/search-community-voice.mjs.map +1 -0
  474. package/dist/actions/update-agent.cjs +261 -0
  475. package/dist/actions/update-agent.cjs.map +1 -0
  476. package/dist/actions/update-agent.d.cts +9 -0
  477. package/dist/actions/update-agent.d.cts.map +1 -0
  478. package/dist/actions/update-agent.d.mts +9 -0
  479. package/dist/actions/update-agent.d.mts.map +1 -0
  480. package/dist/actions/update-agent.mjs +260 -0
  481. package/dist/actions/update-agent.mjs.map +1 -0
  482. package/dist/actions/update-call.cjs +36 -0
  483. package/dist/actions/update-call.cjs.map +1 -0
  484. package/dist/actions/update-call.d.cts +9 -0
  485. package/dist/actions/update-call.d.cts.map +1 -0
  486. package/dist/actions/update-call.d.mts +9 -0
  487. package/dist/actions/update-call.d.mts.map +1 -0
  488. package/dist/actions/update-call.mjs +35 -0
  489. package/dist/actions/update-call.mjs.map +1 -0
  490. package/dist/actions/update-chat-agent.cjs +222 -0
  491. package/dist/actions/update-chat-agent.cjs.map +1 -0
  492. package/dist/actions/update-chat-agent.d.cts +9 -0
  493. package/dist/actions/update-chat-agent.d.cts.map +1 -0
  494. package/dist/actions/update-chat-agent.d.mts +9 -0
  495. package/dist/actions/update-chat-agent.d.mts.map +1 -0
  496. package/dist/actions/update-chat-agent.mjs +221 -0
  497. package/dist/actions/update-chat-agent.mjs.map +1 -0
  498. package/dist/actions/update-chat-metadata.cjs +62 -0
  499. package/dist/actions/update-chat-metadata.cjs.map +1 -0
  500. package/dist/actions/update-chat-metadata.d.cts +9 -0
  501. package/dist/actions/update-chat-metadata.d.cts.map +1 -0
  502. package/dist/actions/update-chat-metadata.d.mts +9 -0
  503. package/dist/actions/update-chat-metadata.d.mts.map +1 -0
  504. package/dist/actions/update-chat-metadata.mjs +61 -0
  505. package/dist/actions/update-chat-metadata.mjs.map +1 -0
  506. package/dist/actions/update-conversation-flow-component.cjs +258 -0
  507. package/dist/actions/update-conversation-flow-component.cjs.map +1 -0
  508. package/dist/actions/update-conversation-flow-component.d.cts +9 -0
  509. package/dist/actions/update-conversation-flow-component.d.cts.map +1 -0
  510. package/dist/actions/update-conversation-flow-component.d.mts +9 -0
  511. package/dist/actions/update-conversation-flow-component.d.mts.map +1 -0
  512. package/dist/actions/update-conversation-flow-component.mjs +257 -0
  513. package/dist/actions/update-conversation-flow-component.mjs.map +1 -0
  514. package/dist/actions/update-conversation-flow.cjs +109 -0
  515. package/dist/actions/update-conversation-flow.cjs.map +1 -0
  516. package/dist/actions/update-conversation-flow.d.cts +9 -0
  517. package/dist/actions/update-conversation-flow.d.cts.map +1 -0
  518. package/dist/actions/update-conversation-flow.d.mts +9 -0
  519. package/dist/actions/update-conversation-flow.d.mts.map +1 -0
  520. package/dist/actions/update-conversation-flow.mjs +108 -0
  521. package/dist/actions/update-conversation-flow.mjs.map +1 -0
  522. package/dist/actions/update-phone-number.cjs +58 -0
  523. package/dist/actions/update-phone-number.cjs.map +1 -0
  524. package/dist/actions/update-phone-number.d.cts +9 -0
  525. package/dist/actions/update-phone-number.d.cts.map +1 -0
  526. package/dist/actions/update-phone-number.d.mts +9 -0
  527. package/dist/actions/update-phone-number.d.mts.map +1 -0
  528. package/dist/actions/update-phone-number.mjs +57 -0
  529. package/dist/actions/update-phone-number.mjs.map +1 -0
  530. package/dist/actions/update-retell-llm.cjs +125 -0
  531. package/dist/actions/update-retell-llm.cjs.map +1 -0
  532. package/dist/actions/update-retell-llm.d.cts +9 -0
  533. package/dist/actions/update-retell-llm.d.cts.map +1 -0
  534. package/dist/actions/update-retell-llm.d.mts +9 -0
  535. package/dist/actions/update-retell-llm.d.mts.map +1 -0
  536. package/dist/actions/update-retell-llm.mjs +124 -0
  537. package/dist/actions/update-retell-llm.mjs.map +1 -0
  538. package/dist/actions/update-test-case-definition.cjs +80 -0
  539. package/dist/actions/update-test-case-definition.cjs.map +1 -0
  540. package/dist/actions/update-test-case-definition.d.cts +9 -0
  541. package/dist/actions/update-test-case-definition.d.cts.map +1 -0
  542. package/dist/actions/update-test-case-definition.d.mts +9 -0
  543. package/dist/actions/update-test-case-definition.d.mts.map +1 -0
  544. package/dist/actions/update-test-case-definition.mjs +79 -0
  545. package/dist/actions/update-test-case-definition.mjs.map +1 -0
  546. package/dist/app.cjs +9 -0
  547. package/dist/app.cjs.map +1 -0
  548. package/dist/app.d.cts +5 -0
  549. package/dist/app.d.cts.map +1 -0
  550. package/dist/app.d.mts +5 -0
  551. package/dist/app.d.mts.map +1 -0
  552. package/dist/app.mjs +10 -0
  553. package/dist/app.mjs.map +1 -0
  554. package/dist/catalog.cjs +15 -0
  555. package/dist/catalog.cjs.map +1 -0
  556. package/dist/catalog.d.cts +14 -0
  557. package/dist/catalog.d.cts.map +1 -0
  558. package/dist/catalog.d.mts +14 -0
  559. package/dist/catalog.d.mts.map +1 -0
  560. package/dist/catalog.mjs +15 -0
  561. package/dist/catalog.mjs.map +1 -0
  562. package/dist/execute.cjs +18 -0
  563. package/dist/execute.cjs.map +1 -0
  564. package/dist/execute.mjs +18 -0
  565. package/dist/execute.mjs.map +1 -0
  566. package/dist/index.cjs +140 -0
  567. package/dist/index.d.cts +70 -0
  568. package/dist/index.d.mts +70 -0
  569. package/dist/index.mjs +71 -0
  570. package/package.json +49 -0
@@ -0,0 +1,51 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-batch-tests.ts
4
+ const RetellaiListBatchTestsInput = zod.z.object({
5
+ type: zod.z.enum(["retell-llm", "conversation-flow"]).describe("Type of response engine to filter batch tests"),
6
+ llm_id: zod.z.string().describe("LLM ID (required when type is retell-llm)").optional(),
7
+ version: zod.z.number().int().describe("Version of the response engine (defaults to latest if not specified)").optional(),
8
+ conversation_flow_id: zod.z.string().describe("Conversation flow ID (required when type is conversation-flow)").optional()
9
+ }).describe("Request schema for listing batch test jobs");
10
+ const RetellaiListBatchTests_BatchTestStatusSchema = zod.z.enum(["in_progress", "complete"]).describe("Status of the batch test job");
11
+ const RetellaiListBatchTests_RetellLlmResponseEngineSchema = zod.z.object({
12
+ type: zod.z.string().describe("Type of response engine"),
13
+ llm_id: zod.z.string().describe("ID of the Retell LLM"),
14
+ version: zod.z.number().describe("Version of the LLM").nullable().optional()
15
+ }).describe("Retell LLM response engine configuration");
16
+ const RetellaiListBatchTests_CustomLlmResponseEngineSchema = zod.z.object({
17
+ type: zod.z.string().describe("Type of response engine"),
18
+ llm_websocket_url: zod.z.string().describe("WebSocket URL for custom LLM")
19
+ }).describe("Custom LLM response engine configuration");
20
+ const RetellaiListBatchTests_ConversationFlowResponseEngineSchema = zod.z.object({
21
+ type: zod.z.string().describe("Type of response engine"),
22
+ version: zod.z.number().describe("Version of the conversation flow").nullable().optional(),
23
+ conversation_flow_id: zod.z.string().describe("ID of the conversation flow")
24
+ }).describe("Conversation flow response engine configuration");
25
+ const RetellaiListBatchTests_BatchTestJobSchema = zod.z.object({
26
+ status: RetellaiListBatchTests_BatchTestStatusSchema.nullable(),
27
+ fail_count: zod.z.number().int().describe("Number of test cases that failed"),
28
+ pass_count: zod.z.number().int().describe("Number of test cases that passed"),
29
+ error_count: zod.z.number().int().describe("Number of test cases that encountered errors"),
30
+ total_count: zod.z.number().int().describe("Total number of test cases in the batch"),
31
+ response_engine: zod.z.union([
32
+ RetellaiListBatchTests_RetellLlmResponseEngineSchema,
33
+ RetellaiListBatchTests_CustomLlmResponseEngineSchema,
34
+ RetellaiListBatchTests_ConversationFlowResponseEngineSchema
35
+ ]),
36
+ creation_timestamp: zod.z.number().int().describe("Timestamp when the batch job was created (milliseconds since epoch)"),
37
+ test_case_batch_job_id: zod.z.string().describe("Unique identifier for the test case batch job"),
38
+ user_modified_timestamp: zod.z.number().int().describe("Timestamp when the batch job was last modified (milliseconds since epoch)")
39
+ }).describe("Batch test job details");
40
+ const RetellaiListBatchTestsOutput = zod.z.object({ batch_tests: zod.z.array(RetellaiListBatchTests_BatchTestJobSchema).describe("List of batch test jobs for the specified response engine").nullable().optional() }).describe("Response schema for listing batch test jobs");
41
+ const retellaiListBatchTests = require_action.action("RETELLAI_LIST_BATCH_TESTS", {
42
+ slug: "retellai-list-batch-tests",
43
+ name: "List batch tests",
44
+ description: "Tool to list batch test jobs for a response engine. Use when you need to retrieve batch testing results for a Retell LLM or conversation flow.",
45
+ input: RetellaiListBatchTestsInput,
46
+ output: RetellaiListBatchTestsOutput
47
+ });
48
+ //#endregion
49
+ exports.retellaiListBatchTests = retellaiListBatchTests;
50
+
51
+ //# sourceMappingURL=list-batch-tests.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-batch-tests.cjs","names":["z","action"],"sources":["../../src/actions/list-batch-tests.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RetellaiListBatchTestsInput: z.ZodTypeAny = z.object({\n type: z.enum([\"retell-llm\", \"conversation-flow\"]).describe(\"Type of response engine to filter batch tests\"),\n llm_id: z.string().describe(\"LLM ID (required when type is retell-llm)\").optional(),\n version: z.number().int().describe(\"Version of the response engine (defaults to latest if not specified)\").optional(),\n conversation_flow_id: z.string().describe(\"Conversation flow ID (required when type is conversation-flow)\").optional(),\n}).describe(\"Request schema for listing batch test jobs\");\nconst RetellaiListBatchTests_BatchTestStatusSchema: z.ZodTypeAny = z.enum([\"in_progress\", \"complete\"]).describe(\"Status of the batch test job\");\nconst RetellaiListBatchTests_RetellLlmResponseEngineSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of response engine\"),\n llm_id: z.string().describe(\"ID of the Retell LLM\"),\n version: z.number().describe(\"Version of the LLM\").nullable().optional(),\n}).describe(\"Retell LLM response engine configuration\");\nconst RetellaiListBatchTests_CustomLlmResponseEngineSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of response engine\"),\n llm_websocket_url: z.string().describe(\"WebSocket URL for custom LLM\"),\n}).describe(\"Custom LLM response engine configuration\");\nconst RetellaiListBatchTests_ConversationFlowResponseEngineSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of response engine\"),\n version: z.number().describe(\"Version of the conversation flow\").nullable().optional(),\n conversation_flow_id: z.string().describe(\"ID of the conversation flow\"),\n}).describe(\"Conversation flow response engine configuration\");\nconst RetellaiListBatchTests_BatchTestJobSchema: z.ZodTypeAny = z.object({\n status: RetellaiListBatchTests_BatchTestStatusSchema.nullable(),\n fail_count: z.number().int().describe(\"Number of test cases that failed\"),\n pass_count: z.number().int().describe(\"Number of test cases that passed\"),\n error_count: z.number().int().describe(\"Number of test cases that encountered errors\"),\n total_count: z.number().int().describe(\"Total number of test cases in the batch\"),\n response_engine: z.union([RetellaiListBatchTests_RetellLlmResponseEngineSchema, RetellaiListBatchTests_CustomLlmResponseEngineSchema, RetellaiListBatchTests_ConversationFlowResponseEngineSchema]),\n creation_timestamp: z.number().int().describe(\"Timestamp when the batch job was created (milliseconds since epoch)\"),\n test_case_batch_job_id: z.string().describe(\"Unique identifier for the test case batch job\"),\n user_modified_timestamp: z.number().int().describe(\"Timestamp when the batch job was last modified (milliseconds since epoch)\"),\n}).describe(\"Batch test job details\");\nexport const RetellaiListBatchTestsOutput: z.ZodTypeAny = z.object({\n batch_tests: z.array(RetellaiListBatchTests_BatchTestJobSchema).describe(\"List of batch test jobs for the specified response engine\").nullable().optional(),\n}).describe(\"Response schema for listing batch test jobs\");\n\nexport const retellaiListBatchTests = action(\"RETELLAI_LIST_BATCH_TESTS\", {\n slug: \"retellai-list-batch-tests\",\n name: \"List batch tests\",\n description: \"Tool to list batch test jobs for a response engine. Use when you need to retrieve batch testing results for a Retell LLM or conversation flow.\",\n input: RetellaiListBatchTestsInput,\n output: RetellaiListBatchTestsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,KAAK,CAAC,cAAc,mBAAmB,CAAC,CAAC,CAAC,SAAS,+CAA+C;CAC1G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAClF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CACpH,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,+CAA6DA,IAAAA,EAAE,KAAK,CAAC,eAAe,UAAU,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAC9I,MAAM,uDAAqEA,IAAAA,EAAE,OAAO;CAClF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAClD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzE,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,uDAAqEA,IAAAA,EAAE,OAAO;CAClF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;AACvE,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,8DAA4EA,IAAAA,EAAE,OAAO;CACzF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;AACzE,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,QAAQ,6CAA6C,SAAS;CAC9D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACxE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C;CACrF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC;CAChF,iBAAiBA,IAAAA,EAAE,MAAM;EAAC;EAAsD;EAAsD;CAA2D,CAAC;CAClM,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE;CACnH,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC3F,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2EAA2E;AAChI,CAAC,CAAC,CAAC,SAAS,wBAAwB;AACpC,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,aAAaA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5J,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-batch-tests.d.ts
4
+ declare const RetellaiListBatchTestsInput: z.ZodTypeAny;
5
+ declare const RetellaiListBatchTestsOutput: z.ZodTypeAny;
6
+ declare const retellaiListBatchTests: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { retellaiListBatchTests };
9
+ //# sourceMappingURL=list-batch-tests.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-batch-tests.d.cts","names":[],"sources":["../../src/actions/list-batch-tests.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAKa;AAAA,cA2B5C,4BAAA,EAA8B,CAAA,CAAE,UAEa;AAAA,cAE7C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-batch-tests.d.ts
4
+ declare const RetellaiListBatchTestsInput: z.ZodTypeAny;
5
+ declare const RetellaiListBatchTestsOutput: z.ZodTypeAny;
6
+ declare const retellaiListBatchTests: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { retellaiListBatchTests };
9
+ //# sourceMappingURL=list-batch-tests.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-batch-tests.d.mts","names":[],"sources":["../../src/actions/list-batch-tests.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAKa;AAAA,cA2B5C,4BAAA,EAA8B,CAAA,CAAE,UAEa;AAAA,cAE7C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,50 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-batch-tests.ts
4
+ const RetellaiListBatchTestsInput = z.object({
5
+ type: z.enum(["retell-llm", "conversation-flow"]).describe("Type of response engine to filter batch tests"),
6
+ llm_id: z.string().describe("LLM ID (required when type is retell-llm)").optional(),
7
+ version: z.number().int().describe("Version of the response engine (defaults to latest if not specified)").optional(),
8
+ conversation_flow_id: z.string().describe("Conversation flow ID (required when type is conversation-flow)").optional()
9
+ }).describe("Request schema for listing batch test jobs");
10
+ const RetellaiListBatchTests_BatchTestStatusSchema = z.enum(["in_progress", "complete"]).describe("Status of the batch test job");
11
+ const RetellaiListBatchTests_RetellLlmResponseEngineSchema = z.object({
12
+ type: z.string().describe("Type of response engine"),
13
+ llm_id: z.string().describe("ID of the Retell LLM"),
14
+ version: z.number().describe("Version of the LLM").nullable().optional()
15
+ }).describe("Retell LLM response engine configuration");
16
+ const RetellaiListBatchTests_CustomLlmResponseEngineSchema = z.object({
17
+ type: z.string().describe("Type of response engine"),
18
+ llm_websocket_url: z.string().describe("WebSocket URL for custom LLM")
19
+ }).describe("Custom LLM response engine configuration");
20
+ const RetellaiListBatchTests_ConversationFlowResponseEngineSchema = z.object({
21
+ type: z.string().describe("Type of response engine"),
22
+ version: z.number().describe("Version of the conversation flow").nullable().optional(),
23
+ conversation_flow_id: z.string().describe("ID of the conversation flow")
24
+ }).describe("Conversation flow response engine configuration");
25
+ const RetellaiListBatchTests_BatchTestJobSchema = z.object({
26
+ status: RetellaiListBatchTests_BatchTestStatusSchema.nullable(),
27
+ fail_count: z.number().int().describe("Number of test cases that failed"),
28
+ pass_count: z.number().int().describe("Number of test cases that passed"),
29
+ error_count: z.number().int().describe("Number of test cases that encountered errors"),
30
+ total_count: z.number().int().describe("Total number of test cases in the batch"),
31
+ response_engine: z.union([
32
+ RetellaiListBatchTests_RetellLlmResponseEngineSchema,
33
+ RetellaiListBatchTests_CustomLlmResponseEngineSchema,
34
+ RetellaiListBatchTests_ConversationFlowResponseEngineSchema
35
+ ]),
36
+ creation_timestamp: z.number().int().describe("Timestamp when the batch job was created (milliseconds since epoch)"),
37
+ test_case_batch_job_id: z.string().describe("Unique identifier for the test case batch job"),
38
+ user_modified_timestamp: z.number().int().describe("Timestamp when the batch job was last modified (milliseconds since epoch)")
39
+ }).describe("Batch test job details");
40
+ const retellaiListBatchTests = action("RETELLAI_LIST_BATCH_TESTS", {
41
+ slug: "retellai-list-batch-tests",
42
+ name: "List batch tests",
43
+ description: "Tool to list batch test jobs for a response engine. Use when you need to retrieve batch testing results for a Retell LLM or conversation flow.",
44
+ input: RetellaiListBatchTestsInput,
45
+ output: z.object({ batch_tests: z.array(RetellaiListBatchTests_BatchTestJobSchema).describe("List of batch test jobs for the specified response engine").nullable().optional() }).describe("Response schema for listing batch test jobs")
46
+ });
47
+ //#endregion
48
+ export { retellaiListBatchTests };
49
+
50
+ //# sourceMappingURL=list-batch-tests.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-batch-tests.mjs","names":[],"sources":["../../src/actions/list-batch-tests.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RetellaiListBatchTestsInput: z.ZodTypeAny = z.object({\n type: z.enum([\"retell-llm\", \"conversation-flow\"]).describe(\"Type of response engine to filter batch tests\"),\n llm_id: z.string().describe(\"LLM ID (required when type is retell-llm)\").optional(),\n version: z.number().int().describe(\"Version of the response engine (defaults to latest if not specified)\").optional(),\n conversation_flow_id: z.string().describe(\"Conversation flow ID (required when type is conversation-flow)\").optional(),\n}).describe(\"Request schema for listing batch test jobs\");\nconst RetellaiListBatchTests_BatchTestStatusSchema: z.ZodTypeAny = z.enum([\"in_progress\", \"complete\"]).describe(\"Status of the batch test job\");\nconst RetellaiListBatchTests_RetellLlmResponseEngineSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of response engine\"),\n llm_id: z.string().describe(\"ID of the Retell LLM\"),\n version: z.number().describe(\"Version of the LLM\").nullable().optional(),\n}).describe(\"Retell LLM response engine configuration\");\nconst RetellaiListBatchTests_CustomLlmResponseEngineSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of response engine\"),\n llm_websocket_url: z.string().describe(\"WebSocket URL for custom LLM\"),\n}).describe(\"Custom LLM response engine configuration\");\nconst RetellaiListBatchTests_ConversationFlowResponseEngineSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of response engine\"),\n version: z.number().describe(\"Version of the conversation flow\").nullable().optional(),\n conversation_flow_id: z.string().describe(\"ID of the conversation flow\"),\n}).describe(\"Conversation flow response engine configuration\");\nconst RetellaiListBatchTests_BatchTestJobSchema: z.ZodTypeAny = z.object({\n status: RetellaiListBatchTests_BatchTestStatusSchema.nullable(),\n fail_count: z.number().int().describe(\"Number of test cases that failed\"),\n pass_count: z.number().int().describe(\"Number of test cases that passed\"),\n error_count: z.number().int().describe(\"Number of test cases that encountered errors\"),\n total_count: z.number().int().describe(\"Total number of test cases in the batch\"),\n response_engine: z.union([RetellaiListBatchTests_RetellLlmResponseEngineSchema, RetellaiListBatchTests_CustomLlmResponseEngineSchema, RetellaiListBatchTests_ConversationFlowResponseEngineSchema]),\n creation_timestamp: z.number().int().describe(\"Timestamp when the batch job was created (milliseconds since epoch)\"),\n test_case_batch_job_id: z.string().describe(\"Unique identifier for the test case batch job\"),\n user_modified_timestamp: z.number().int().describe(\"Timestamp when the batch job was last modified (milliseconds since epoch)\"),\n}).describe(\"Batch test job details\");\nexport const RetellaiListBatchTestsOutput: z.ZodTypeAny = z.object({\n batch_tests: z.array(RetellaiListBatchTests_BatchTestJobSchema).describe(\"List of batch test jobs for the specified response engine\").nullable().optional(),\n}).describe(\"Response schema for listing batch test jobs\");\n\nexport const retellaiListBatchTests = action(\"RETELLAI_LIST_BATCH_TESTS\", {\n slug: \"retellai-list-batch-tests\",\n name: \"List batch tests\",\n description: \"Tool to list batch test jobs for a response engine. Use when you need to retrieve batch testing results for a Retell LLM or conversation flow.\",\n input: RetellaiListBatchTestsInput,\n output: RetellaiListBatchTestsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO;CAChE,MAAM,EAAE,KAAK,CAAC,cAAc,mBAAmB,CAAC,CAAC,CAAC,SAAS,+CAA+C;CAC1G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAClF,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CACpH,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,+CAA6D,EAAE,KAAK,CAAC,eAAe,UAAU,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAC9I,MAAM,uDAAqE,EAAE,OAAO;CAClF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAClD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzE,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,uDAAqE,EAAE,OAAO;CAClF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;AACvE,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,8DAA4E,EAAE,OAAO;CACzF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;AACzE,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,4CAA0D,EAAE,OAAO;CACvE,QAAQ,6CAA6C,SAAS;CAC9D,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACxE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACxE,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C;CACrF,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC;CAChF,iBAAiB,EAAE,MAAM;EAAC;EAAsD;EAAsD;CAA2D,CAAC;CAClM,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE;CACnH,wBAAwB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC3F,yBAAyB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2EAA2E;AAChI,CAAC,CAAC,CAAC,SAAS,wBAAwB;AAKpC,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,aAAa,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5J,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-chat-agents.ts
4
+ const RetellaiListChatAgentsInput = zod.z.object({
5
+ limit: zod.z.number().int().describe("A limit on the number of objects to be returned. Limit can range between 1 and 1000, and the default is 1000.").optional(),
6
+ pagination_key: zod.z.string().describe("The pagination key to continue fetching the next page of agents. Pagination key is represented by a agent id, pagination key and version pair is exclusive (not included in the fetched page). If not set, will start from the beginning.").optional(),
7
+ pagination_key_version: zod.z.number().int().describe("Specifies the version of the agent associated with the pagination_key. When paginating, both the pagination_key and its version must be provided to ensure consistent ordering and to fetch the next page correctly.").optional()
8
+ }).describe("Request schema for `ListChatAgents`");
9
+ const RetellaiListChatAgentsOutput = zod.z.unknown();
10
+ const retellaiListChatAgents = require_action.action("RETELLAI_LIST_CHAT_AGENTS", {
11
+ slug: "retellai-list-chat-agents",
12
+ name: "List chat agents",
13
+ description: "Tool to retrieve a list of all chat agents associated with the account. Use when you need to view available chat agents or find specific chat agent configurations.",
14
+ input: RetellaiListChatAgentsInput,
15
+ output: RetellaiListChatAgentsOutput
16
+ });
17
+ //#endregion
18
+ exports.retellaiListChatAgents = retellaiListChatAgents;
19
+
20
+ //# sourceMappingURL=list-chat-agents.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-chat-agents.cjs","names":["z","action"],"sources":["../../src/actions/list-chat-agents.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RetellaiListChatAgentsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"A limit on the number of objects to be returned. Limit can range between 1 and 1000, and the default is 1000.\").optional(),\n pagination_key: z.string().describe(\"The pagination key to continue fetching the next page of agents. Pagination key is represented by a agent id, pagination key and version pair is exclusive (not included in the fetched page). If not set, will start from the beginning.\").optional(),\n pagination_key_version: z.number().int().describe(\"Specifies the version of the agent associated with the pagination_key. When paginating, both the pagination_key and its version must be provided to ensure consistent ordering and to fetch the next page correctly.\").optional(),\n}).describe(\"Request schema for `ListChatAgents`\");\nexport const RetellaiListChatAgentsOutput: z.ZodTypeAny = z.unknown();\n\nexport const retellaiListChatAgents = action(\"RETELLAI_LIST_CHAT_AGENTS\", {\n slug: \"retellai-list-chat-agents\",\n name: \"List chat agents\",\n description: \"Tool to retrieve a list of all chat agents associated with the account. Use when you need to view available chat agents or find specific chat agent configurations.\",\n input: RetellaiListChatAgentsInput,\n output: RetellaiListChatAgentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;CAC3J,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2OAA2O,CAAC,CAAC,SAAS;CAC1R,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sNAAsN,CAAC,CAAC,SAAS;AACrR,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,+BAA6CA,IAAAA,EAAE,QAAQ;AAEpE,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-chat-agents.d.ts
4
+ declare const RetellaiListChatAgentsInput: z.ZodTypeAny;
5
+ declare const RetellaiListChatAgentsOutput: z.ZodTypeAny;
6
+ declare const retellaiListChatAgents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { retellaiListChatAgents };
9
+ //# sourceMappingURL=list-chat-agents.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-chat-agents.d.cts","names":[],"sources":["../../src/actions/list-chat-agents.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAIM;AAAA,cACrC,4BAAA,EAA8B,CAAA,CAAE,UAAwB;AAAA,cAExD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-chat-agents.d.ts
4
+ declare const RetellaiListChatAgentsInput: z.ZodTypeAny;
5
+ declare const RetellaiListChatAgentsOutput: z.ZodTypeAny;
6
+ declare const retellaiListChatAgents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { retellaiListChatAgents };
9
+ //# sourceMappingURL=list-chat-agents.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-chat-agents.d.mts","names":[],"sources":["../../src/actions/list-chat-agents.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAIM;AAAA,cACrC,4BAAA,EAA8B,CAAA,CAAE,UAAwB;AAAA,cAExD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const retellaiListChatAgents = action("RETELLAI_LIST_CHAT_AGENTS", {
4
+ slug: "retellai-list-chat-agents",
5
+ name: "List chat agents",
6
+ description: "Tool to retrieve a list of all chat agents associated with the account. Use when you need to view available chat agents or find specific chat agent configurations.",
7
+ input: z.object({
8
+ limit: z.number().int().describe("A limit on the number of objects to be returned. Limit can range between 1 and 1000, and the default is 1000.").optional(),
9
+ pagination_key: z.string().describe("The pagination key to continue fetching the next page of agents. Pagination key is represented by a agent id, pagination key and version pair is exclusive (not included in the fetched page). If not set, will start from the beginning.").optional(),
10
+ pagination_key_version: z.number().int().describe("Specifies the version of the agent associated with the pagination_key. When paginating, both the pagination_key and its version must be provided to ensure consistent ordering and to fetch the next page correctly.").optional()
11
+ }).describe("Request schema for `ListChatAgents`"),
12
+ output: z.unknown()
13
+ });
14
+ //#endregion
15
+ export { retellaiListChatAgents };
16
+
17
+ //# sourceMappingURL=list-chat-agents.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-chat-agents.mjs","names":[],"sources":["../../src/actions/list-chat-agents.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RetellaiListChatAgentsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"A limit on the number of objects to be returned. Limit can range between 1 and 1000, and the default is 1000.\").optional(),\n pagination_key: z.string().describe(\"The pagination key to continue fetching the next page of agents. Pagination key is represented by a agent id, pagination key and version pair is exclusive (not included in the fetched page). If not set, will start from the beginning.\").optional(),\n pagination_key_version: z.number().int().describe(\"Specifies the version of the agent associated with the pagination_key. When paginating, both the pagination_key and its version must be provided to ensure consistent ordering and to fetch the next page correctly.\").optional(),\n}).describe(\"Request schema for `ListChatAgents`\");\nexport const RetellaiListChatAgentsOutput: z.ZodTypeAny = z.unknown();\n\nexport const retellaiListChatAgents = action(\"RETELLAI_LIST_CHAT_AGENTS\", {\n slug: \"retellai-list-chat-agents\",\n name: \"List chat agents\",\n description: \"Tool to retrieve a list of all chat agents associated with the account. Use when you need to view available chat agents or find specific chat agent configurations.\",\n input: RetellaiListChatAgentsInput,\n output: RetellaiListChatAgentsOutput,\n});\n"],"mappings":";;AAWA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXuD,EAAE,OAAO;EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;EAC3J,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,2OAA2O,CAAC,CAAC,SAAS;EAC1R,wBAAwB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sNAAsN,CAAC,CAAC,SAAS;CACrR,CAAC,CAAC,CAAC,SAAS,qCAOH;CACP,QAPwD,EAAE,QAOlD;AACV,CAAC"}
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-conversation-flow-components.ts
4
+ const RetellaiListConversationFlowComponentsInput = zod.z.object({}).describe("Request schema for `ListConversationFlowComponents`");
5
+ const RetellaiListConversationFlowComponents_ConversationFlowComponentSchema = zod.z.object({
6
+ name: zod.z.string().describe("Name of the component").nullable().optional(),
7
+ nodes: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Array of nodes in the conversation flow component").nullable().optional(),
8
+ start_node_id: zod.z.string().describe("ID of the starting node").nullable().optional(),
9
+ user_modified_timestamp: zod.z.number().describe("Timestamp of last modification in milliseconds").nullable().optional(),
10
+ linked_conversation_flow_ids: zod.z.array(zod.z.string()).describe("Array of conversation flow IDs that use this component").nullable().optional(),
11
+ conversation_flow_component_id: zod.z.string().describe("Unique identifier for the conversation flow component").nullable().optional()
12
+ }).describe("Schema for a single conversation flow component");
13
+ const RetellaiListConversationFlowComponentsOutput = zod.z.object({ data: zod.z.array(RetellaiListConversationFlowComponents_ConversationFlowComponentSchema).describe("List of conversation flow components") }).describe("Response schema for `ListConversationFlowComponents`");
14
+ const retellaiListConversationFlowComponents = require_action.action("RETELLAI_LIST_CONVERSATION_FLOW_COMPONENTS", {
15
+ slug: "retellai-list-conversation-flow-components",
16
+ name: "List conversation flow components",
17
+ description: "Retrieves a list of all shared conversation flow components. Use when you need to access reusable conversation flow building blocks that can be referenced across multiple conversation flows.",
18
+ input: RetellaiListConversationFlowComponentsInput,
19
+ output: RetellaiListConversationFlowComponentsOutput
20
+ });
21
+ //#endregion
22
+ exports.retellaiListConversationFlowComponents = retellaiListConversationFlowComponents;
23
+
24
+ //# sourceMappingURL=list-conversation-flow-components.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-conversation-flow-components.cjs","names":["z","action"],"sources":["../../src/actions/list-conversation-flow-components.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RetellaiListConversationFlowComponentsInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `ListConversationFlowComponents`\");\nconst RetellaiListConversationFlowComponents_ConversationFlowComponentSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the component\").nullable().optional(),\n nodes: z.array(z.record(z.string(), z.unknown())).describe(\"Array of nodes in the conversation flow component\").nullable().optional(),\n start_node_id: z.string().describe(\"ID of the starting node\").nullable().optional(),\n user_modified_timestamp: z.number().describe(\"Timestamp of last modification in milliseconds\").nullable().optional(),\n linked_conversation_flow_ids: z.array(z.string()).describe(\"Array of conversation flow IDs that use this component\").nullable().optional(),\n conversation_flow_component_id: z.string().describe(\"Unique identifier for the conversation flow component\").nullable().optional(),\n}).describe(\"Schema for a single conversation flow component\");\nexport const RetellaiListConversationFlowComponentsOutput: z.ZodTypeAny = z.object({\n data: z.array(RetellaiListConversationFlowComponents_ConversationFlowComponentSchema).describe(\"List of conversation flow components\"),\n}).describe(\"Response schema for `ListConversationFlowComponents`\");\n\nexport const retellaiListConversationFlowComponents = action(\"RETELLAI_LIST_CONVERSATION_FLOW_COMPONENTS\", {\n slug: \"retellai-list-conversation-flow-components\",\n name: \"List conversation flow components\",\n description: \"Retrieves a list of all shared conversation flow components. Use when you need to access reusable conversation flow building blocks that can be referenced across multiple conversation flows.\",\n input: RetellaiListConversationFlowComponentsInput,\n output: RetellaiListConversationFlowComponentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA4DA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACpJ,MAAM,yEAAuFA,IAAAA,EAAE,OAAO;CACpG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,8BAA8BA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,gCAAgCA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnI,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,+CAA6DA,IAAAA,EAAE,OAAO,EACjF,MAAMA,IAAAA,EAAE,MAAM,sEAAsE,CAAC,CAAC,SAAS,sCAAsC,EACvI,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,yCAAyCC,eAAAA,OAAO,8CAA8C;CACzG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-conversation-flow-components.d.ts
4
+ declare const RetellaiListConversationFlowComponentsInput: z.ZodTypeAny;
5
+ declare const RetellaiListConversationFlowComponentsOutput: z.ZodTypeAny;
6
+ declare const retellaiListConversationFlowComponents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { retellaiListConversationFlowComponents };
9
+ //# sourceMappingURL=list-conversation-flow-components.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-conversation-flow-components.d.cts","names":[],"sources":["../../src/actions/list-conversation-flow-components.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAAyF;AAAA,cASxI,4CAAA,EAA8C,CAAA,CAAE,UAEM;AAAA,cAEtD,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-conversation-flow-components.d.ts
4
+ declare const RetellaiListConversationFlowComponentsInput: z.ZodTypeAny;
5
+ declare const RetellaiListConversationFlowComponentsOutput: z.ZodTypeAny;
6
+ declare const retellaiListConversationFlowComponents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { retellaiListConversationFlowComponents };
9
+ //# sourceMappingURL=list-conversation-flow-components.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-conversation-flow-components.d.mts","names":[],"sources":["../../src/actions/list-conversation-flow-components.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAAyF;AAAA,cASxI,4CAAA,EAA8C,CAAA,CAAE,UAEM;AAAA,cAEtD,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,23 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-conversation-flow-components.ts
4
+ const RetellaiListConversationFlowComponentsInput = z.object({}).describe("Request schema for `ListConversationFlowComponents`");
5
+ const RetellaiListConversationFlowComponents_ConversationFlowComponentSchema = z.object({
6
+ name: z.string().describe("Name of the component").nullable().optional(),
7
+ nodes: z.array(z.record(z.string(), z.unknown())).describe("Array of nodes in the conversation flow component").nullable().optional(),
8
+ start_node_id: z.string().describe("ID of the starting node").nullable().optional(),
9
+ user_modified_timestamp: z.number().describe("Timestamp of last modification in milliseconds").nullable().optional(),
10
+ linked_conversation_flow_ids: z.array(z.string()).describe("Array of conversation flow IDs that use this component").nullable().optional(),
11
+ conversation_flow_component_id: z.string().describe("Unique identifier for the conversation flow component").nullable().optional()
12
+ }).describe("Schema for a single conversation flow component");
13
+ const retellaiListConversationFlowComponents = action("RETELLAI_LIST_CONVERSATION_FLOW_COMPONENTS", {
14
+ slug: "retellai-list-conversation-flow-components",
15
+ name: "List conversation flow components",
16
+ description: "Retrieves a list of all shared conversation flow components. Use when you need to access reusable conversation flow building blocks that can be referenced across multiple conversation flows.",
17
+ input: RetellaiListConversationFlowComponentsInput,
18
+ output: z.object({ data: z.array(RetellaiListConversationFlowComponents_ConversationFlowComponentSchema).describe("List of conversation flow components") }).describe("Response schema for `ListConversationFlowComponents`")
19
+ });
20
+ //#endregion
21
+ export { retellaiListConversationFlowComponents };
22
+
23
+ //# sourceMappingURL=list-conversation-flow-components.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-conversation-flow-components.mjs","names":[],"sources":["../../src/actions/list-conversation-flow-components.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RetellaiListConversationFlowComponentsInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `ListConversationFlowComponents`\");\nconst RetellaiListConversationFlowComponents_ConversationFlowComponentSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the component\").nullable().optional(),\n nodes: z.array(z.record(z.string(), z.unknown())).describe(\"Array of nodes in the conversation flow component\").nullable().optional(),\n start_node_id: z.string().describe(\"ID of the starting node\").nullable().optional(),\n user_modified_timestamp: z.number().describe(\"Timestamp of last modification in milliseconds\").nullable().optional(),\n linked_conversation_flow_ids: z.array(z.string()).describe(\"Array of conversation flow IDs that use this component\").nullable().optional(),\n conversation_flow_component_id: z.string().describe(\"Unique identifier for the conversation flow component\").nullable().optional(),\n}).describe(\"Schema for a single conversation flow component\");\nexport const RetellaiListConversationFlowComponentsOutput: z.ZodTypeAny = z.object({\n data: z.array(RetellaiListConversationFlowComponents_ConversationFlowComponentSchema).describe(\"List of conversation flow components\"),\n}).describe(\"Response schema for `ListConversationFlowComponents`\");\n\nexport const retellaiListConversationFlowComponents = action(\"RETELLAI_LIST_CONVERSATION_FLOW_COMPONENTS\", {\n slug: \"retellai-list-conversation-flow-components\",\n name: \"List conversation flow components\",\n description: \"Retrieves a list of all shared conversation flow components. Use when you need to access reusable conversation flow building blocks that can be referenced across multiple conversation flows.\",\n input: RetellaiListConversationFlowComponentsInput,\n output: RetellaiListConversationFlowComponentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA4D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACpJ,MAAM,yEAAuF,EAAE,OAAO;CACpG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,8BAA8B,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,gCAAgC,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnI,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAK7D,MAAa,yCAAyC,OAAO,8CAA8C;CACzG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwE,EAAE,OAAO,EACjF,MAAM,EAAE,MAAM,sEAAsE,CAAC,CAAC,SAAS,sCAAsC,EACvI,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
@@ -0,0 +1,31 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-conversation-flows.ts
4
+ const RetellaiListConversationFlowsInput = zod.z.object({
5
+ limit: zod.z.number().int().describe("Limit the number of conversation flows returned. Default is 1000, maximum is 1000.").optional(),
6
+ pagination_key: zod.z.string().describe("The pagination key to continue fetching the next page of conversation flows. Represented by a conversation flow id, pagination key is exclusive (not included in the fetched page). If not set, will start from the beginning.").optional(),
7
+ pagination_key_version: zod.z.number().int().describe("Specifies the version of the conversation flow associated with the pagination_key. When paginating, both the pagination_key and its version must be provided to ensure consistent ordering and to fetch the next page correctly.").optional()
8
+ }).describe("Request schema for `ListConversationFlows`");
9
+ const RetellaiListConversationFlows_ConversationFlowSchema = zod.z.object({
10
+ nodes: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of nodes in the conversation flow").nullable().optional(),
11
+ version: zod.z.number().int().describe("Version number of the conversation flow").nullable().optional(),
12
+ kb_config: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Knowledge base configuration for the conversation flow").nullable().optional(),
13
+ is_published: zod.z.boolean().describe("Whether the conversation flow is published").nullable().optional(),
14
+ model_choice: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Model configuration for the conversation flow").nullable().optional(),
15
+ global_prompt: zod.z.string().describe("Global prompt text for the conversation flow").nullable().optional(),
16
+ start_node_id: zod.z.string().describe("Identifier of the starting node in the flow").nullable().optional(),
17
+ start_speaker: zod.z.string().describe("Indicates which speaker starts the conversation").nullable().optional(),
18
+ conversation_flow_id: zod.z.string().describe("Unique identifier for the conversation flow").nullable().optional()
19
+ }).describe("Individual conversation flow object");
20
+ const RetellaiListConversationFlowsOutput = zod.z.object({ data: zod.z.array(RetellaiListConversationFlows_ConversationFlowSchema).describe("List of conversation flows").nullable().optional() }).describe("Response schema for `ListConversationFlows`");
21
+ const retellaiListConversationFlows = require_action.action("RETELLAI_LIST_CONVERSATION_FLOWS", {
22
+ slug: "retellai-list-conversation-flows",
23
+ name: "List conversation flows",
24
+ description: "Tool to list all conversation flows that can be attached to an agent. Use when you need to retrieve available conversation flows for agent configuration.",
25
+ input: RetellaiListConversationFlowsInput,
26
+ output: RetellaiListConversationFlowsOutput
27
+ });
28
+ //#endregion
29
+ exports.retellaiListConversationFlows = retellaiListConversationFlows;
30
+
31
+ //# sourceMappingURL=list-conversation-flows.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-conversation-flows.cjs","names":["z","action"],"sources":["../../src/actions/list-conversation-flows.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RetellaiListConversationFlowsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Limit the number of conversation flows returned. Default is 1000, maximum is 1000.\").optional(),\n pagination_key: z.string().describe(\"The pagination key to continue fetching the next page of conversation flows. Represented by a conversation flow id, pagination key is exclusive (not included in the fetched page). If not set, will start from the beginning.\").optional(),\n pagination_key_version: z.number().int().describe(\"Specifies the version of the conversation flow associated with the pagination_key. When paginating, both the pagination_key and its version must be provided to ensure consistent ordering and to fetch the next page correctly.\").optional(),\n}).describe(\"Request schema for `ListConversationFlows`\");\nconst RetellaiListConversationFlows_ConversationFlowSchema: z.ZodTypeAny = z.object({\n nodes: z.array(z.record(z.string(), z.unknown())).describe(\"List of nodes in the conversation flow\").nullable().optional(),\n version: z.number().int().describe(\"Version number of the conversation flow\").nullable().optional(),\n kb_config: z.record(z.string(), z.unknown()).describe(\"Knowledge base configuration for the conversation flow\").nullable().optional(),\n is_published: z.boolean().describe(\"Whether the conversation flow is published\").nullable().optional(),\n model_choice: z.record(z.string(), z.unknown()).describe(\"Model configuration for the conversation flow\").nullable().optional(),\n global_prompt: z.string().describe(\"Global prompt text for the conversation flow\").nullable().optional(),\n start_node_id: z.string().describe(\"Identifier of the starting node in the flow\").nullable().optional(),\n start_speaker: z.string().describe(\"Indicates which speaker starts the conversation\").nullable().optional(),\n conversation_flow_id: z.string().describe(\"Unique identifier for the conversation flow\").nullable().optional(),\n}).describe(\"Individual conversation flow object\");\nexport const RetellaiListConversationFlowsOutput: z.ZodTypeAny = z.object({\n data: z.array(RetellaiListConversationFlows_ConversationFlowSchema).describe(\"List of conversation flows\").nullable().optional(),\n}).describe(\"Response schema for `ListConversationFlows`\");\n\nexport const retellaiListConversationFlows = action(\"RETELLAI_LIST_CONVERSATION_FLOWS\", {\n slug: \"retellai-list-conversation-flows\",\n name: \"List conversation flows\",\n description: \"Tool to list all conversation flows that can be attached to an agent. Use when you need to retrieve available conversation flows for agent configuration.\",\n input: RetellaiListConversationFlowsInput,\n output: RetellaiListConversationFlowsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;CAChI,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gOAAgO,CAAC,CAAC,SAAS;CAC/Q,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kOAAkO,CAAC,CAAC,SAAS;AACjS,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,uDAAqEA,IAAAA,EAAE,OAAO;CAClF,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,WAAWA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAcA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,MAAMA,IAAAA,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjI,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,gCAAgCC,eAAAA,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-conversation-flows.d.ts
4
+ declare const RetellaiListConversationFlowsInput: z.ZodTypeAny;
5
+ declare const RetellaiListConversationFlowsOutput: z.ZodTypeAny;
6
+ declare const retellaiListConversationFlows: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { retellaiListConversationFlows };
9
+ //# sourceMappingURL=list-conversation-flows.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-conversation-flows.d.cts","names":[],"sources":["../../src/actions/list-conversation-flows.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAIM;AAAA,cAY5C,mCAAA,EAAqC,CAAA,CAAE,UAEM;AAAA,cAE7C,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-conversation-flows.d.ts
4
+ declare const RetellaiListConversationFlowsInput: z.ZodTypeAny;
5
+ declare const RetellaiListConversationFlowsOutput: z.ZodTypeAny;
6
+ declare const retellaiListConversationFlows: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { retellaiListConversationFlows };
9
+ //# sourceMappingURL=list-conversation-flows.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-conversation-flows.d.mts","names":[],"sources":["../../src/actions/list-conversation-flows.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAIM;AAAA,cAY5C,mCAAA,EAAqC,CAAA,CAAE,UAEM;AAAA,cAE7C,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,30 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-conversation-flows.ts
4
+ const RetellaiListConversationFlowsInput = z.object({
5
+ limit: z.number().int().describe("Limit the number of conversation flows returned. Default is 1000, maximum is 1000.").optional(),
6
+ pagination_key: z.string().describe("The pagination key to continue fetching the next page of conversation flows. Represented by a conversation flow id, pagination key is exclusive (not included in the fetched page). If not set, will start from the beginning.").optional(),
7
+ pagination_key_version: z.number().int().describe("Specifies the version of the conversation flow associated with the pagination_key. When paginating, both the pagination_key and its version must be provided to ensure consistent ordering and to fetch the next page correctly.").optional()
8
+ }).describe("Request schema for `ListConversationFlows`");
9
+ const RetellaiListConversationFlows_ConversationFlowSchema = z.object({
10
+ nodes: z.array(z.record(z.string(), z.unknown())).describe("List of nodes in the conversation flow").nullable().optional(),
11
+ version: z.number().int().describe("Version number of the conversation flow").nullable().optional(),
12
+ kb_config: z.record(z.string(), z.unknown()).describe("Knowledge base configuration for the conversation flow").nullable().optional(),
13
+ is_published: z.boolean().describe("Whether the conversation flow is published").nullable().optional(),
14
+ model_choice: z.record(z.string(), z.unknown()).describe("Model configuration for the conversation flow").nullable().optional(),
15
+ global_prompt: z.string().describe("Global prompt text for the conversation flow").nullable().optional(),
16
+ start_node_id: z.string().describe("Identifier of the starting node in the flow").nullable().optional(),
17
+ start_speaker: z.string().describe("Indicates which speaker starts the conversation").nullable().optional(),
18
+ conversation_flow_id: z.string().describe("Unique identifier for the conversation flow").nullable().optional()
19
+ }).describe("Individual conversation flow object");
20
+ const retellaiListConversationFlows = action("RETELLAI_LIST_CONVERSATION_FLOWS", {
21
+ slug: "retellai-list-conversation-flows",
22
+ name: "List conversation flows",
23
+ description: "Tool to list all conversation flows that can be attached to an agent. Use when you need to retrieve available conversation flows for agent configuration.",
24
+ input: RetellaiListConversationFlowsInput,
25
+ output: z.object({ data: z.array(RetellaiListConversationFlows_ConversationFlowSchema).describe("List of conversation flows").nullable().optional() }).describe("Response schema for `ListConversationFlows`")
26
+ });
27
+ //#endregion
28
+ export { retellaiListConversationFlows };
29
+
30
+ //# sourceMappingURL=list-conversation-flows.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-conversation-flows.mjs","names":[],"sources":["../../src/actions/list-conversation-flows.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RetellaiListConversationFlowsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Limit the number of conversation flows returned. Default is 1000, maximum is 1000.\").optional(),\n pagination_key: z.string().describe(\"The pagination key to continue fetching the next page of conversation flows. Represented by a conversation flow id, pagination key is exclusive (not included in the fetched page). If not set, will start from the beginning.\").optional(),\n pagination_key_version: z.number().int().describe(\"Specifies the version of the conversation flow associated with the pagination_key. When paginating, both the pagination_key and its version must be provided to ensure consistent ordering and to fetch the next page correctly.\").optional(),\n}).describe(\"Request schema for `ListConversationFlows`\");\nconst RetellaiListConversationFlows_ConversationFlowSchema: z.ZodTypeAny = z.object({\n nodes: z.array(z.record(z.string(), z.unknown())).describe(\"List of nodes in the conversation flow\").nullable().optional(),\n version: z.number().int().describe(\"Version number of the conversation flow\").nullable().optional(),\n kb_config: z.record(z.string(), z.unknown()).describe(\"Knowledge base configuration for the conversation flow\").nullable().optional(),\n is_published: z.boolean().describe(\"Whether the conversation flow is published\").nullable().optional(),\n model_choice: z.record(z.string(), z.unknown()).describe(\"Model configuration for the conversation flow\").nullable().optional(),\n global_prompt: z.string().describe(\"Global prompt text for the conversation flow\").nullable().optional(),\n start_node_id: z.string().describe(\"Identifier of the starting node in the flow\").nullable().optional(),\n start_speaker: z.string().describe(\"Indicates which speaker starts the conversation\").nullable().optional(),\n conversation_flow_id: z.string().describe(\"Unique identifier for the conversation flow\").nullable().optional(),\n}).describe(\"Individual conversation flow object\");\nexport const RetellaiListConversationFlowsOutput: z.ZodTypeAny = z.object({\n data: z.array(RetellaiListConversationFlows_ConversationFlowSchema).describe(\"List of conversation flows\").nullable().optional(),\n}).describe(\"Response schema for `ListConversationFlows`\");\n\nexport const retellaiListConversationFlows = action(\"RETELLAI_LIST_CONVERSATION_FLOWS\", {\n slug: \"retellai-list-conversation-flows\",\n name: \"List conversation flows\",\n description: \"Tool to list all conversation flows that can be attached to an agent. Use when you need to retrieve available conversation flows for agent configuration.\",\n input: RetellaiListConversationFlowsInput,\n output: RetellaiListConversationFlowsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO;CACvE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;CAChI,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,gOAAgO,CAAC,CAAC,SAAS;CAC/Q,wBAAwB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kOAAkO,CAAC,CAAC,SAAS;AACjS,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,uDAAqE,EAAE,OAAO;CAClF,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,WAAW,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAc,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAKjD,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+D,EAAE,OAAO,EACxE,MAAM,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjI,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-knowledge-bases.ts
4
+ const RetellaiListKnowledgeBasesInput = zod.z.object({}).describe("Request schema for `ListKnowledgeBases`");
5
+ const RetellaiListKnowledgeBasesOutput = zod.z.unknown();
6
+ const retellaiListKnowledgeBases = require_action.action("RETELLAI_LIST_KNOWLEDGE_BASES", {
7
+ slug: "retellai-list-knowledge-bases",
8
+ name: "List knowledge bases",
9
+ description: "Tool to retrieve all knowledge bases associated with the account. Use when you need to list or view all available knowledge bases with their details including IDs, names, statuses, sources, and refresh settings.",
10
+ input: RetellaiListKnowledgeBasesInput,
11
+ output: RetellaiListKnowledgeBasesOutput
12
+ });
13
+ //#endregion
14
+ exports.retellaiListKnowledgeBases = retellaiListKnowledgeBases;
15
+
16
+ //# sourceMappingURL=list-knowledge-bases.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-knowledge-bases.cjs","names":["z","action"],"sources":["../../src/actions/list-knowledge-bases.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RetellaiListKnowledgeBasesInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `ListKnowledgeBases`\");\nexport const RetellaiListKnowledgeBasesOutput: z.ZodTypeAny = z.unknown();\n\nexport const retellaiListKnowledgeBases = action(\"RETELLAI_LIST_KNOWLEDGE_BASES\", {\n slug: \"retellai-list-knowledge-bases\",\n name: \"List knowledge bases\",\n description: \"Tool to retrieve all knowledge bases associated with the account. Use when you need to list or view all available knowledge bases with their details including IDs, names, statuses, sources, and refresh settings.\",\n input: RetellaiListKnowledgeBasesInput,\n output: RetellaiListKnowledgeBasesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAC5H,MAAa,mCAAiDA,IAAAA,EAAE,QAAQ;AAExE,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-knowledge-bases.d.ts
4
+ declare const RetellaiListKnowledgeBasesInput: z.ZodTypeAny;
5
+ declare const RetellaiListKnowledgeBasesOutput: z.ZodTypeAny;
6
+ declare const retellaiListKnowledgeBases: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { retellaiListKnowledgeBases };
9
+ //# sourceMappingURL=list-knowledge-bases.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-knowledge-bases.d.cts","names":[],"sources":["../../src/actions/list-knowledge-bases.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAA6E;AAAA,cAChH,gCAAA,EAAkC,CAAA,CAAE,UAAwB;AAAA,cAE5D,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-knowledge-bases.d.ts
4
+ declare const RetellaiListKnowledgeBasesInput: z.ZodTypeAny;
5
+ declare const RetellaiListKnowledgeBasesOutput: z.ZodTypeAny;
6
+ declare const retellaiListKnowledgeBases: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { retellaiListKnowledgeBases };
9
+ //# sourceMappingURL=list-knowledge-bases.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-knowledge-bases.d.mts","names":[],"sources":["../../src/actions/list-knowledge-bases.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAA6E;AAAA,cAChH,gCAAA,EAAkC,CAAA,CAAE,UAAwB;AAAA,cAE5D,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const retellaiListKnowledgeBases = action("RETELLAI_LIST_KNOWLEDGE_BASES", {
4
+ slug: "retellai-list-knowledge-bases",
5
+ name: "List knowledge bases",
6
+ description: "Tool to retrieve all knowledge bases associated with the account. Use when you need to list or view all available knowledge bases with their details including IDs, names, statuses, sources, and refresh settings.",
7
+ input: z.object({}).describe("Request schema for `ListKnowledgeBases`"),
8
+ output: z.unknown()
9
+ });
10
+ //#endregion
11
+ export { retellaiListKnowledgeBases };
12
+
13
+ //# sourceMappingURL=list-knowledge-bases.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-knowledge-bases.mjs","names":[],"sources":["../../src/actions/list-knowledge-bases.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RetellaiListKnowledgeBasesInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `ListKnowledgeBases`\");\nexport const RetellaiListKnowledgeBasesOutput: z.ZodTypeAny = z.unknown();\n\nexport const retellaiListKnowledgeBases = action(\"RETELLAI_LIST_KNOWLEDGE_BASES\", {\n slug: \"retellai-list-knowledge-bases\",\n name: \"List knowledge bases\",\n description: \"Tool to retrieve all knowledge bases associated with the account. Use when you need to list or view all available knowledge bases with their details including IDs, names, statuses, sources, and refresh settings.\",\n input: RetellaiListKnowledgeBasesInput,\n output: RetellaiListKnowledgeBasesOutput,\n});\n"],"mappings":";;AAOA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAP2D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAO1E;CACP,QAP4D,EAAE,QAOtD;AACV,CAAC"}