@keystrokehq/recallai 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 (538) 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/create-bot.cjs +459 -0
  7. package/dist/actions/create-bot.cjs.map +1 -0
  8. package/dist/actions/create-bot.d.cts +9 -0
  9. package/dist/actions/create-bot.d.cts.map +1 -0
  10. package/dist/actions/create-bot.d.mts +9 -0
  11. package/dist/actions/create-bot.d.mts.map +1 -0
  12. package/dist/actions/create-bot.mjs +456 -0
  13. package/dist/actions/create-bot.mjs.map +1 -0
  14. package/dist/actions/create-calendar-authenticate.cjs +16 -0
  15. package/dist/actions/create-calendar-authenticate.cjs.map +1 -0
  16. package/dist/actions/create-calendar-authenticate.d.cts +9 -0
  17. package/dist/actions/create-calendar-authenticate.d.cts.map +1 -0
  18. package/dist/actions/create-calendar-authenticate.d.mts +9 -0
  19. package/dist/actions/create-calendar-authenticate.d.mts.map +1 -0
  20. package/dist/actions/create-calendar-authenticate.mjs +13 -0
  21. package/dist/actions/create-calendar-authenticate.mjs.map +1 -0
  22. package/dist/actions/create-calendar.cjs +35 -0
  23. package/dist/actions/create-calendar.cjs.map +1 -0
  24. package/dist/actions/create-calendar.d.cts +9 -0
  25. package/dist/actions/create-calendar.d.cts.map +1 -0
  26. package/dist/actions/create-calendar.d.mts +9 -0
  27. package/dist/actions/create-calendar.d.mts.map +1 -0
  28. package/dist/actions/create-calendar.mjs +32 -0
  29. package/dist/actions/create-calendar.mjs.map +1 -0
  30. package/dist/actions/create-google-login-group.cjs +37 -0
  31. package/dist/actions/create-google-login-group.cjs.map +1 -0
  32. package/dist/actions/create-google-login-group.d.cts +9 -0
  33. package/dist/actions/create-google-login-group.d.cts.map +1 -0
  34. package/dist/actions/create-google-login-group.d.mts +9 -0
  35. package/dist/actions/create-google-login-group.d.mts.map +1 -0
  36. package/dist/actions/create-google-login-group.mjs +36 -0
  37. package/dist/actions/create-google-login-group.mjs.map +1 -0
  38. package/dist/actions/create-google-login.cjs +33 -0
  39. package/dist/actions/create-google-login.cjs.map +1 -0
  40. package/dist/actions/create-google-login.d.cts +9 -0
  41. package/dist/actions/create-google-login.d.cts.map +1 -0
  42. package/dist/actions/create-google-login.d.mts +9 -0
  43. package/dist/actions/create-google-login.d.mts.map +1 -0
  44. package/dist/actions/create-google-login.mjs +30 -0
  45. package/dist/actions/create-google-login.mjs.map +1 -0
  46. package/dist/actions/create-meeting-direct-connect.cjs +104 -0
  47. package/dist/actions/create-meeting-direct-connect.cjs.map +1 -0
  48. package/dist/actions/create-meeting-direct-connect.d.cts +9 -0
  49. package/dist/actions/create-meeting-direct-connect.d.cts.map +1 -0
  50. package/dist/actions/create-meeting-direct-connect.d.mts +9 -0
  51. package/dist/actions/create-meeting-direct-connect.d.mts.map +1 -0
  52. package/dist/actions/create-meeting-direct-connect.mjs +103 -0
  53. package/dist/actions/create-meeting-direct-connect.mjs.map +1 -0
  54. package/dist/actions/create-sdk-upload.cjs +48 -0
  55. package/dist/actions/create-sdk-upload.cjs.map +1 -0
  56. package/dist/actions/create-sdk-upload.d.cts +9 -0
  57. package/dist/actions/create-sdk-upload.d.cts.map +1 -0
  58. package/dist/actions/create-sdk-upload.d.mts +9 -0
  59. package/dist/actions/create-sdk-upload.d.mts.map +1 -0
  60. package/dist/actions/create-sdk-upload.mjs +47 -0
  61. package/dist/actions/create-sdk-upload.mjs.map +1 -0
  62. package/dist/actions/create-zoom-oauth-app.cjs +30 -0
  63. package/dist/actions/create-zoom-oauth-app.cjs.map +1 -0
  64. package/dist/actions/create-zoom-oauth-app.d.cts +9 -0
  65. package/dist/actions/create-zoom-oauth-app.d.cts.map +1 -0
  66. package/dist/actions/create-zoom-oauth-app.d.mts +9 -0
  67. package/dist/actions/create-zoom-oauth-app.d.mts.map +1 -0
  68. package/dist/actions/create-zoom-oauth-app.mjs +27 -0
  69. package/dist/actions/create-zoom-oauth-app.mjs.map +1 -0
  70. package/dist/actions/delete-bot-media.cjs +27 -0
  71. package/dist/actions/delete-bot-media.cjs.map +1 -0
  72. package/dist/actions/delete-bot-media.d.cts +9 -0
  73. package/dist/actions/delete-bot-media.d.cts.map +1 -0
  74. package/dist/actions/delete-bot-media.d.mts +9 -0
  75. package/dist/actions/delete-bot-media.d.mts.map +1 -0
  76. package/dist/actions/delete-bot-media.mjs +24 -0
  77. package/dist/actions/delete-bot-media.mjs.map +1 -0
  78. package/dist/actions/delete-bot.cjs +16 -0
  79. package/dist/actions/delete-bot.cjs.map +1 -0
  80. package/dist/actions/delete-bot.d.cts +9 -0
  81. package/dist/actions/delete-bot.d.cts.map +1 -0
  82. package/dist/actions/delete-bot.d.mts +9 -0
  83. package/dist/actions/delete-bot.d.mts.map +1 -0
  84. package/dist/actions/delete-bot.mjs +13 -0
  85. package/dist/actions/delete-bot.mjs.map +1 -0
  86. package/dist/actions/delete-calendar.cjs +16 -0
  87. package/dist/actions/delete-calendar.cjs.map +1 -0
  88. package/dist/actions/delete-calendar.d.cts +9 -0
  89. package/dist/actions/delete-calendar.d.cts.map +1 -0
  90. package/dist/actions/delete-calendar.d.mts +9 -0
  91. package/dist/actions/delete-calendar.d.mts.map +1 -0
  92. package/dist/actions/delete-calendar.mjs +13 -0
  93. package/dist/actions/delete-calendar.mjs.map +1 -0
  94. package/dist/actions/destroy-calendar-user.cjs +16 -0
  95. package/dist/actions/destroy-calendar-user.cjs.map +1 -0
  96. package/dist/actions/destroy-calendar-user.d.cts +9 -0
  97. package/dist/actions/destroy-calendar-user.d.cts.map +1 -0
  98. package/dist/actions/destroy-calendar-user.d.mts +9 -0
  99. package/dist/actions/destroy-calendar-user.d.mts.map +1 -0
  100. package/dist/actions/destroy-calendar-user.mjs +13 -0
  101. package/dist/actions/destroy-calendar-user.mjs.map +1 -0
  102. package/dist/actions/destroy-google-login-group.cjs +16 -0
  103. package/dist/actions/destroy-google-login-group.cjs.map +1 -0
  104. package/dist/actions/destroy-google-login-group.d.cts +9 -0
  105. package/dist/actions/destroy-google-login-group.d.cts.map +1 -0
  106. package/dist/actions/destroy-google-login-group.d.mts +9 -0
  107. package/dist/actions/destroy-google-login-group.d.mts.map +1 -0
  108. package/dist/actions/destroy-google-login-group.mjs +13 -0
  109. package/dist/actions/destroy-google-login-group.mjs.map +1 -0
  110. package/dist/actions/destroy-google-login.cjs +16 -0
  111. package/dist/actions/destroy-google-login.cjs.map +1 -0
  112. package/dist/actions/destroy-google-login.d.cts +9 -0
  113. package/dist/actions/destroy-google-login.d.cts.map +1 -0
  114. package/dist/actions/destroy-google-login.d.mts +9 -0
  115. package/dist/actions/destroy-google-login.d.mts.map +1 -0
  116. package/dist/actions/destroy-google-login.mjs +13 -0
  117. package/dist/actions/destroy-google-login.mjs.map +1 -0
  118. package/dist/actions/destroy-zoom-o-auth-app.cjs +16 -0
  119. package/dist/actions/destroy-zoom-o-auth-app.cjs.map +1 -0
  120. package/dist/actions/destroy-zoom-o-auth-app.d.cts +9 -0
  121. package/dist/actions/destroy-zoom-o-auth-app.d.cts.map +1 -0
  122. package/dist/actions/destroy-zoom-o-auth-app.d.mts +9 -0
  123. package/dist/actions/destroy-zoom-o-auth-app.d.mts.map +1 -0
  124. package/dist/actions/destroy-zoom-o-auth-app.mjs +13 -0
  125. package/dist/actions/destroy-zoom-o-auth-app.mjs.map +1 -0
  126. package/dist/actions/disconnect-calendar-user.cjs +40 -0
  127. package/dist/actions/disconnect-calendar-user.cjs.map +1 -0
  128. package/dist/actions/disconnect-calendar-user.d.cts +9 -0
  129. package/dist/actions/disconnect-calendar-user.d.cts.map +1 -0
  130. package/dist/actions/disconnect-calendar-user.d.mts +9 -0
  131. package/dist/actions/disconnect-calendar-user.d.mts.map +1 -0
  132. package/dist/actions/disconnect-calendar-user.mjs +39 -0
  133. package/dist/actions/disconnect-calendar-user.mjs.map +1 -0
  134. package/dist/actions/index.cjs +127 -0
  135. package/dist/actions/index.d.cts +64 -0
  136. package/dist/actions/index.d.mts +64 -0
  137. package/dist/actions/index.mjs +64 -0
  138. package/dist/actions/list-audio-mixed.cjs +49 -0
  139. package/dist/actions/list-audio-mixed.cjs.map +1 -0
  140. package/dist/actions/list-audio-mixed.d.cts +9 -0
  141. package/dist/actions/list-audio-mixed.d.cts.map +1 -0
  142. package/dist/actions/list-audio-mixed.d.mts +9 -0
  143. package/dist/actions/list-audio-mixed.d.mts.map +1 -0
  144. package/dist/actions/list-audio-mixed.mjs +48 -0
  145. package/dist/actions/list-audio-mixed.mjs.map +1 -0
  146. package/dist/actions/list-audio-separate.cjs +50 -0
  147. package/dist/actions/list-audio-separate.cjs.map +1 -0
  148. package/dist/actions/list-audio-separate.d.cts +9 -0
  149. package/dist/actions/list-audio-separate.d.cts.map +1 -0
  150. package/dist/actions/list-audio-separate.d.mts +9 -0
  151. package/dist/actions/list-audio-separate.d.mts.map +1 -0
  152. package/dist/actions/list-audio-separate.mjs +49 -0
  153. package/dist/actions/list-audio-separate.mjs.map +1 -0
  154. package/dist/actions/list-bot-screenshots.cjs +28 -0
  155. package/dist/actions/list-bot-screenshots.cjs.map +1 -0
  156. package/dist/actions/list-bot-screenshots.d.cts +9 -0
  157. package/dist/actions/list-bot-screenshots.d.cts.map +1 -0
  158. package/dist/actions/list-bot-screenshots.d.mts +9 -0
  159. package/dist/actions/list-bot-screenshots.d.mts.map +1 -0
  160. package/dist/actions/list-bot-screenshots.mjs +27 -0
  161. package/dist/actions/list-bot-screenshots.mjs.map +1 -0
  162. package/dist/actions/list-bots.cjs +46 -0
  163. package/dist/actions/list-bots.cjs.map +1 -0
  164. package/dist/actions/list-bots.d.cts +9 -0
  165. package/dist/actions/list-bots.d.cts.map +1 -0
  166. package/dist/actions/list-bots.d.mts +9 -0
  167. package/dist/actions/list-bots.d.mts.map +1 -0
  168. package/dist/actions/list-bots.mjs +45 -0
  169. package/dist/actions/list-bots.mjs.map +1 -0
  170. package/dist/actions/list-calendar-events.cjs +45 -0
  171. package/dist/actions/list-calendar-events.cjs.map +1 -0
  172. package/dist/actions/list-calendar-events.d.cts +9 -0
  173. package/dist/actions/list-calendar-events.d.cts.map +1 -0
  174. package/dist/actions/list-calendar-events.d.mts +9 -0
  175. package/dist/actions/list-calendar-events.d.mts.map +1 -0
  176. package/dist/actions/list-calendar-events.mjs +44 -0
  177. package/dist/actions/list-calendar-events.mjs.map +1 -0
  178. package/dist/actions/list-calendar-meetings.cjs +73 -0
  179. package/dist/actions/list-calendar-meetings.cjs.map +1 -0
  180. package/dist/actions/list-calendar-meetings.d.cts +9 -0
  181. package/dist/actions/list-calendar-meetings.d.cts.map +1 -0
  182. package/dist/actions/list-calendar-meetings.d.mts +9 -0
  183. package/dist/actions/list-calendar-meetings.d.mts.map +1 -0
  184. package/dist/actions/list-calendar-meetings.mjs +72 -0
  185. package/dist/actions/list-calendar-meetings.mjs.map +1 -0
  186. package/dist/actions/list-calendar-users.cjs +36 -0
  187. package/dist/actions/list-calendar-users.cjs.map +1 -0
  188. package/dist/actions/list-calendar-users.d.cts +9 -0
  189. package/dist/actions/list-calendar-users.d.cts.map +1 -0
  190. package/dist/actions/list-calendar-users.d.mts +9 -0
  191. package/dist/actions/list-calendar-users.d.mts.map +1 -0
  192. package/dist/actions/list-calendar-users.mjs +35 -0
  193. package/dist/actions/list-calendar-users.mjs.map +1 -0
  194. package/dist/actions/list-calendars.cjs +45 -0
  195. package/dist/actions/list-calendars.cjs.map +1 -0
  196. package/dist/actions/list-calendars.d.cts +9 -0
  197. package/dist/actions/list-calendars.d.cts.map +1 -0
  198. package/dist/actions/list-calendars.d.mts +9 -0
  199. package/dist/actions/list-calendars.d.mts.map +1 -0
  200. package/dist/actions/list-calendars.mjs +44 -0
  201. package/dist/actions/list-calendars.mjs.map +1 -0
  202. package/dist/actions/list-chat-messages.cjs +20 -0
  203. package/dist/actions/list-chat-messages.cjs.map +1 -0
  204. package/dist/actions/list-chat-messages.d.cts +9 -0
  205. package/dist/actions/list-chat-messages.d.cts.map +1 -0
  206. package/dist/actions/list-chat-messages.d.mts +9 -0
  207. package/dist/actions/list-chat-messages.d.mts.map +1 -0
  208. package/dist/actions/list-chat-messages.mjs +17 -0
  209. package/dist/actions/list-chat-messages.mjs.map +1 -0
  210. package/dist/actions/list-google-login-groups.cjs +45 -0
  211. package/dist/actions/list-google-login-groups.cjs.map +1 -0
  212. package/dist/actions/list-google-login-groups.d.cts +9 -0
  213. package/dist/actions/list-google-login-groups.d.cts.map +1 -0
  214. package/dist/actions/list-google-login-groups.d.mts +9 -0
  215. package/dist/actions/list-google-login-groups.d.mts.map +1 -0
  216. package/dist/actions/list-google-login-groups.mjs +44 -0
  217. package/dist/actions/list-google-login-groups.mjs.map +1 -0
  218. package/dist/actions/list-google-logins.cjs +38 -0
  219. package/dist/actions/list-google-logins.cjs.map +1 -0
  220. package/dist/actions/list-google-logins.d.cts +9 -0
  221. package/dist/actions/list-google-logins.d.cts.map +1 -0
  222. package/dist/actions/list-google-logins.d.mts +9 -0
  223. package/dist/actions/list-google-logins.d.mts.map +1 -0
  224. package/dist/actions/list-google-logins.mjs +37 -0
  225. package/dist/actions/list-google-logins.mjs.map +1 -0
  226. package/dist/actions/list-meeting-direct-connect.cjs +68 -0
  227. package/dist/actions/list-meeting-direct-connect.cjs.map +1 -0
  228. package/dist/actions/list-meeting-direct-connect.d.cts +9 -0
  229. package/dist/actions/list-meeting-direct-connect.d.cts.map +1 -0
  230. package/dist/actions/list-meeting-direct-connect.d.mts +9 -0
  231. package/dist/actions/list-meeting-direct-connect.d.mts.map +1 -0
  232. package/dist/actions/list-meeting-direct-connect.mjs +67 -0
  233. package/dist/actions/list-meeting-direct-connect.mjs.map +1 -0
  234. package/dist/actions/list-meeting-metadata.cjs +52 -0
  235. package/dist/actions/list-meeting-metadata.cjs.map +1 -0
  236. package/dist/actions/list-meeting-metadata.d.cts +9 -0
  237. package/dist/actions/list-meeting-metadata.d.cts.map +1 -0
  238. package/dist/actions/list-meeting-metadata.d.mts +9 -0
  239. package/dist/actions/list-meeting-metadata.d.mts.map +1 -0
  240. package/dist/actions/list-meeting-metadata.mjs +51 -0
  241. package/dist/actions/list-meeting-metadata.mjs.map +1 -0
  242. package/dist/actions/list-participant-events.cjs +52 -0
  243. package/dist/actions/list-participant-events.cjs.map +1 -0
  244. package/dist/actions/list-participant-events.d.cts +9 -0
  245. package/dist/actions/list-participant-events.d.cts.map +1 -0
  246. package/dist/actions/list-participant-events.d.mts +9 -0
  247. package/dist/actions/list-participant-events.d.mts.map +1 -0
  248. package/dist/actions/list-participant-events.mjs +51 -0
  249. package/dist/actions/list-participant-events.mjs.map +1 -0
  250. package/dist/actions/list-realtime-endpoint.cjs +55 -0
  251. package/dist/actions/list-realtime-endpoint.cjs.map +1 -0
  252. package/dist/actions/list-realtime-endpoint.d.cts +9 -0
  253. package/dist/actions/list-realtime-endpoint.d.cts.map +1 -0
  254. package/dist/actions/list-realtime-endpoint.d.mts +9 -0
  255. package/dist/actions/list-realtime-endpoint.d.mts.map +1 -0
  256. package/dist/actions/list-realtime-endpoint.mjs +54 -0
  257. package/dist/actions/list-realtime-endpoint.mjs.map +1 -0
  258. package/dist/actions/list-recording.cjs +50 -0
  259. package/dist/actions/list-recording.cjs.map +1 -0
  260. package/dist/actions/list-recording.d.cts +9 -0
  261. package/dist/actions/list-recording.d.cts.map +1 -0
  262. package/dist/actions/list-recording.d.mts +9 -0
  263. package/dist/actions/list-recording.d.mts.map +1 -0
  264. package/dist/actions/list-recording.mjs +49 -0
  265. package/dist/actions/list-recording.mjs.map +1 -0
  266. package/dist/actions/list-sdk-uploads.cjs +44 -0
  267. package/dist/actions/list-sdk-uploads.cjs.map +1 -0
  268. package/dist/actions/list-sdk-uploads.d.cts +9 -0
  269. package/dist/actions/list-sdk-uploads.d.cts.map +1 -0
  270. package/dist/actions/list-sdk-uploads.d.mts +9 -0
  271. package/dist/actions/list-sdk-uploads.d.mts.map +1 -0
  272. package/dist/actions/list-sdk-uploads.mjs +43 -0
  273. package/dist/actions/list-sdk-uploads.mjs.map +1 -0
  274. package/dist/actions/list-slack-teams.cjs +52 -0
  275. package/dist/actions/list-slack-teams.cjs.map +1 -0
  276. package/dist/actions/list-slack-teams.d.cts +9 -0
  277. package/dist/actions/list-slack-teams.d.cts.map +1 -0
  278. package/dist/actions/list-slack-teams.d.mts +9 -0
  279. package/dist/actions/list-slack-teams.d.mts.map +1 -0
  280. package/dist/actions/list-slack-teams.mjs +51 -0
  281. package/dist/actions/list-slack-teams.mjs.map +1 -0
  282. package/dist/actions/list-transcript.cjs +40 -0
  283. package/dist/actions/list-transcript.cjs.map +1 -0
  284. package/dist/actions/list-transcript.d.cts +9 -0
  285. package/dist/actions/list-transcript.d.cts.map +1 -0
  286. package/dist/actions/list-transcript.d.mts +9 -0
  287. package/dist/actions/list-transcript.d.mts.map +1 -0
  288. package/dist/actions/list-transcript.mjs +39 -0
  289. package/dist/actions/list-transcript.mjs.map +1 -0
  290. package/dist/actions/list-video-mixed.cjs +49 -0
  291. package/dist/actions/list-video-mixed.cjs.map +1 -0
  292. package/dist/actions/list-video-mixed.d.cts +9 -0
  293. package/dist/actions/list-video-mixed.d.cts.map +1 -0
  294. package/dist/actions/list-video-mixed.d.mts +9 -0
  295. package/dist/actions/list-video-mixed.d.mts.map +1 -0
  296. package/dist/actions/list-video-mixed.mjs +48 -0
  297. package/dist/actions/list-video-mixed.mjs.map +1 -0
  298. package/dist/actions/list-video-separate.cjs +56 -0
  299. package/dist/actions/list-video-separate.cjs.map +1 -0
  300. package/dist/actions/list-video-separate.d.cts +9 -0
  301. package/dist/actions/list-video-separate.d.cts.map +1 -0
  302. package/dist/actions/list-video-separate.d.mts +9 -0
  303. package/dist/actions/list-video-separate.d.mts.map +1 -0
  304. package/dist/actions/list-video-separate.mjs +55 -0
  305. package/dist/actions/list-video-separate.mjs.map +1 -0
  306. package/dist/actions/list-zoom-meetings-to-credentials.cjs +32 -0
  307. package/dist/actions/list-zoom-meetings-to-credentials.cjs.map +1 -0
  308. package/dist/actions/list-zoom-meetings-to-credentials.d.cts +9 -0
  309. package/dist/actions/list-zoom-meetings-to-credentials.d.cts.map +1 -0
  310. package/dist/actions/list-zoom-meetings-to-credentials.d.mts +9 -0
  311. package/dist/actions/list-zoom-meetings-to-credentials.d.mts.map +1 -0
  312. package/dist/actions/list-zoom-meetings-to-credentials.mjs +31 -0
  313. package/dist/actions/list-zoom-meetings-to-credentials.mjs.map +1 -0
  314. package/dist/actions/list-zoom-o-auth-credentials.cjs +45 -0
  315. package/dist/actions/list-zoom-o-auth-credentials.cjs.map +1 -0
  316. package/dist/actions/list-zoom-o-auth-credentials.d.cts +9 -0
  317. package/dist/actions/list-zoom-o-auth-credentials.d.cts.map +1 -0
  318. package/dist/actions/list-zoom-o-auth-credentials.d.mts +9 -0
  319. package/dist/actions/list-zoom-o-auth-credentials.d.mts.map +1 -0
  320. package/dist/actions/list-zoom-o-auth-credentials.mjs +44 -0
  321. package/dist/actions/list-zoom-o-auth-credentials.mjs.map +1 -0
  322. package/dist/actions/list-zoom-oauth-app-logs.cjs +31 -0
  323. package/dist/actions/list-zoom-oauth-app-logs.cjs.map +1 -0
  324. package/dist/actions/list-zoom-oauth-app-logs.d.cts +9 -0
  325. package/dist/actions/list-zoom-oauth-app-logs.d.cts.map +1 -0
  326. package/dist/actions/list-zoom-oauth-app-logs.d.mts +9 -0
  327. package/dist/actions/list-zoom-oauth-app-logs.d.mts.map +1 -0
  328. package/dist/actions/list-zoom-oauth-app-logs.mjs +30 -0
  329. package/dist/actions/list-zoom-oauth-app-logs.mjs.map +1 -0
  330. package/dist/actions/list-zoom-oauth-apps.cjs +38 -0
  331. package/dist/actions/list-zoom-oauth-apps.cjs.map +1 -0
  332. package/dist/actions/list-zoom-oauth-apps.d.cts +9 -0
  333. package/dist/actions/list-zoom-oauth-apps.d.cts.map +1 -0
  334. package/dist/actions/list-zoom-oauth-apps.d.mts +9 -0
  335. package/dist/actions/list-zoom-oauth-apps.d.mts.map +1 -0
  336. package/dist/actions/list-zoom-oauth-apps.mjs +37 -0
  337. package/dist/actions/list-zoom-oauth-apps.mjs.map +1 -0
  338. package/dist/actions/list-zoom-oauth-credential-logs.cjs +31 -0
  339. package/dist/actions/list-zoom-oauth-credential-logs.cjs.map +1 -0
  340. package/dist/actions/list-zoom-oauth-credential-logs.d.cts +9 -0
  341. package/dist/actions/list-zoom-oauth-credential-logs.d.cts.map +1 -0
  342. package/dist/actions/list-zoom-oauth-credential-logs.d.mts +9 -0
  343. package/dist/actions/list-zoom-oauth-credential-logs.d.mts.map +1 -0
  344. package/dist/actions/list-zoom-oauth-credential-logs.mjs +30 -0
  345. package/dist/actions/list-zoom-oauth-credential-logs.mjs.map +1 -0
  346. package/dist/actions/remove-bot-from-call.cjs +19 -0
  347. package/dist/actions/remove-bot-from-call.cjs.map +1 -0
  348. package/dist/actions/remove-bot-from-call.d.cts +9 -0
  349. package/dist/actions/remove-bot-from-call.d.cts.map +1 -0
  350. package/dist/actions/remove-bot-from-call.d.mts +9 -0
  351. package/dist/actions/remove-bot-from-call.d.mts.map +1 -0
  352. package/dist/actions/remove-bot-from-call.mjs +16 -0
  353. package/dist/actions/remove-bot-from-call.mjs.map +1 -0
  354. package/dist/actions/retrieve-billing-usage.cjs +19 -0
  355. package/dist/actions/retrieve-billing-usage.cjs.map +1 -0
  356. package/dist/actions/retrieve-billing-usage.d.cts +9 -0
  357. package/dist/actions/retrieve-billing-usage.d.cts.map +1 -0
  358. package/dist/actions/retrieve-billing-usage.d.mts +9 -0
  359. package/dist/actions/retrieve-billing-usage.d.mts.map +1 -0
  360. package/dist/actions/retrieve-billing-usage.mjs +16 -0
  361. package/dist/actions/retrieve-billing-usage.mjs.map +1 -0
  362. package/dist/actions/retrieve-bot.cjs +27 -0
  363. package/dist/actions/retrieve-bot.cjs.map +1 -0
  364. package/dist/actions/retrieve-bot.d.cts +9 -0
  365. package/dist/actions/retrieve-bot.d.cts.map +1 -0
  366. package/dist/actions/retrieve-bot.d.mts +9 -0
  367. package/dist/actions/retrieve-bot.d.mts.map +1 -0
  368. package/dist/actions/retrieve-bot.mjs +24 -0
  369. package/dist/actions/retrieve-bot.mjs.map +1 -0
  370. package/dist/actions/retrieve-calendars.cjs +30 -0
  371. package/dist/actions/retrieve-calendars.cjs.map +1 -0
  372. package/dist/actions/retrieve-calendars.d.cts +9 -0
  373. package/dist/actions/retrieve-calendars.d.cts.map +1 -0
  374. package/dist/actions/retrieve-calendars.d.mts +9 -0
  375. package/dist/actions/retrieve-calendars.d.mts.map +1 -0
  376. package/dist/actions/retrieve-calendars.mjs +27 -0
  377. package/dist/actions/retrieve-calendars.mjs.map +1 -0
  378. package/dist/actions/retrieve-google-login-group.cjs +35 -0
  379. package/dist/actions/retrieve-google-login-group.cjs.map +1 -0
  380. package/dist/actions/retrieve-google-login-group.d.cts +9 -0
  381. package/dist/actions/retrieve-google-login-group.d.cts.map +1 -0
  382. package/dist/actions/retrieve-google-login-group.d.mts +9 -0
  383. package/dist/actions/retrieve-google-login-group.d.mts.map +1 -0
  384. package/dist/actions/retrieve-google-login-group.mjs +34 -0
  385. package/dist/actions/retrieve-google-login-group.mjs.map +1 -0
  386. package/dist/actions/retrieve-meeting-direct-connect.cjs +50 -0
  387. package/dist/actions/retrieve-meeting-direct-connect.cjs.map +1 -0
  388. package/dist/actions/retrieve-meeting-direct-connect.d.cts +9 -0
  389. package/dist/actions/retrieve-meeting-direct-connect.d.cts.map +1 -0
  390. package/dist/actions/retrieve-meeting-direct-connect.d.mts +9 -0
  391. package/dist/actions/retrieve-meeting-direct-connect.d.mts.map +1 -0
  392. package/dist/actions/retrieve-meeting-direct-connect.mjs +49 -0
  393. package/dist/actions/retrieve-meeting-direct-connect.mjs.map +1 -0
  394. package/dist/actions/retrieve-recording.cjs +52 -0
  395. package/dist/actions/retrieve-recording.cjs.map +1 -0
  396. package/dist/actions/retrieve-recording.d.cts +9 -0
  397. package/dist/actions/retrieve-recording.d.cts.map +1 -0
  398. package/dist/actions/retrieve-recording.d.mts +9 -0
  399. package/dist/actions/retrieve-recording.d.mts.map +1 -0
  400. package/dist/actions/retrieve-recording.mjs +51 -0
  401. package/dist/actions/retrieve-recording.mjs.map +1 -0
  402. package/dist/actions/retrieve-sdk-upload.cjs +29 -0
  403. package/dist/actions/retrieve-sdk-upload.cjs.map +1 -0
  404. package/dist/actions/retrieve-sdk-upload.d.cts +9 -0
  405. package/dist/actions/retrieve-sdk-upload.d.cts.map +1 -0
  406. package/dist/actions/retrieve-sdk-upload.d.mts +9 -0
  407. package/dist/actions/retrieve-sdk-upload.d.mts.map +1 -0
  408. package/dist/actions/retrieve-sdk-upload.mjs +28 -0
  409. package/dist/actions/retrieve-sdk-upload.mjs.map +1 -0
  410. package/dist/actions/retrieve-video-mixed.cjs +34 -0
  411. package/dist/actions/retrieve-video-mixed.cjs.map +1 -0
  412. package/dist/actions/retrieve-video-mixed.d.cts +9 -0
  413. package/dist/actions/retrieve-video-mixed.d.cts.map +1 -0
  414. package/dist/actions/retrieve-video-mixed.d.mts +9 -0
  415. package/dist/actions/retrieve-video-mixed.d.mts.map +1 -0
  416. package/dist/actions/retrieve-video-mixed.mjs +33 -0
  417. package/dist/actions/retrieve-video-mixed.mjs.map +1 -0
  418. package/dist/actions/retrieve-zoom-oauth-app.cjs +25 -0
  419. package/dist/actions/retrieve-zoom-oauth-app.cjs.map +1 -0
  420. package/dist/actions/retrieve-zoom-oauth-app.d.cts +9 -0
  421. package/dist/actions/retrieve-zoom-oauth-app.d.cts.map +1 -0
  422. package/dist/actions/retrieve-zoom-oauth-app.d.mts +9 -0
  423. package/dist/actions/retrieve-zoom-oauth-app.d.mts.map +1 -0
  424. package/dist/actions/retrieve-zoom-oauth-app.mjs +24 -0
  425. package/dist/actions/retrieve-zoom-oauth-app.mjs.map +1 -0
  426. package/dist/actions/start-recording.cjs +56 -0
  427. package/dist/actions/start-recording.cjs.map +1 -0
  428. package/dist/actions/start-recording.d.cts +9 -0
  429. package/dist/actions/start-recording.d.cts.map +1 -0
  430. package/dist/actions/start-recording.d.mts +9 -0
  431. package/dist/actions/start-recording.d.mts.map +1 -0
  432. package/dist/actions/start-recording.mjs +53 -0
  433. package/dist/actions/start-recording.mjs.map +1 -0
  434. package/dist/actions/stop-recording.cjs +21 -0
  435. package/dist/actions/stop-recording.cjs.map +1 -0
  436. package/dist/actions/stop-recording.d.cts +9 -0
  437. package/dist/actions/stop-recording.d.cts.map +1 -0
  438. package/dist/actions/stop-recording.d.mts +9 -0
  439. package/dist/actions/stop-recording.d.mts.map +1 -0
  440. package/dist/actions/stop-recording.mjs +18 -0
  441. package/dist/actions/stop-recording.mjs.map +1 -0
  442. package/dist/actions/update-bot.cjs +52 -0
  443. package/dist/actions/update-bot.cjs.map +1 -0
  444. package/dist/actions/update-bot.d.cts +9 -0
  445. package/dist/actions/update-bot.d.cts.map +1 -0
  446. package/dist/actions/update-bot.d.mts +9 -0
  447. package/dist/actions/update-bot.d.mts.map +1 -0
  448. package/dist/actions/update-bot.mjs +49 -0
  449. package/dist/actions/update-bot.mjs.map +1 -0
  450. package/dist/actions/update-calendar-user.cjs +57 -0
  451. package/dist/actions/update-calendar-user.cjs.map +1 -0
  452. package/dist/actions/update-calendar-user.d.cts +9 -0
  453. package/dist/actions/update-calendar-user.d.cts.map +1 -0
  454. package/dist/actions/update-calendar-user.d.mts +9 -0
  455. package/dist/actions/update-calendar-user.d.mts.map +1 -0
  456. package/dist/actions/update-calendar-user.mjs +56 -0
  457. package/dist/actions/update-calendar-user.mjs.map +1 -0
  458. package/dist/actions/update-calendar.cjs +40 -0
  459. package/dist/actions/update-calendar.cjs.map +1 -0
  460. package/dist/actions/update-calendar.d.cts +9 -0
  461. package/dist/actions/update-calendar.d.cts.map +1 -0
  462. package/dist/actions/update-calendar.d.mts +9 -0
  463. package/dist/actions/update-calendar.d.mts.map +1 -0
  464. package/dist/actions/update-calendar.mjs +39 -0
  465. package/dist/actions/update-calendar.mjs.map +1 -0
  466. package/dist/actions/update-google-login-group.cjs +51 -0
  467. package/dist/actions/update-google-login-group.cjs.map +1 -0
  468. package/dist/actions/update-google-login-group.d.cts +9 -0
  469. package/dist/actions/update-google-login-group.d.cts.map +1 -0
  470. package/dist/actions/update-google-login-group.d.mts +9 -0
  471. package/dist/actions/update-google-login-group.d.mts.map +1 -0
  472. package/dist/actions/update-google-login-group.mjs +50 -0
  473. package/dist/actions/update-google-login-group.mjs.map +1 -0
  474. package/dist/actions/update-google-login-groups.cjs +38 -0
  475. package/dist/actions/update-google-login-groups.cjs.map +1 -0
  476. package/dist/actions/update-google-login-groups.d.cts +9 -0
  477. package/dist/actions/update-google-login-groups.d.cts.map +1 -0
  478. package/dist/actions/update-google-login-groups.d.mts +9 -0
  479. package/dist/actions/update-google-login-groups.d.mts.map +1 -0
  480. package/dist/actions/update-google-login-groups.mjs +37 -0
  481. package/dist/actions/update-google-login-groups.mjs.map +1 -0
  482. package/dist/actions/update-google-login.cjs +36 -0
  483. package/dist/actions/update-google-login.cjs.map +1 -0
  484. package/dist/actions/update-google-login.d.cts +9 -0
  485. package/dist/actions/update-google-login.d.cts.map +1 -0
  486. package/dist/actions/update-google-login.d.mts +9 -0
  487. package/dist/actions/update-google-login.d.mts.map +1 -0
  488. package/dist/actions/update-google-login.mjs +33 -0
  489. package/dist/actions/update-google-login.mjs.map +1 -0
  490. package/dist/actions/update-recording.cjs +55 -0
  491. package/dist/actions/update-recording.cjs.map +1 -0
  492. package/dist/actions/update-recording.d.cts +9 -0
  493. package/dist/actions/update-recording.d.cts.map +1 -0
  494. package/dist/actions/update-recording.d.mts +9 -0
  495. package/dist/actions/update-recording.d.mts.map +1 -0
  496. package/dist/actions/update-recording.mjs +54 -0
  497. package/dist/actions/update-recording.mjs.map +1 -0
  498. package/dist/actions/update-video-mixed.cjs +49 -0
  499. package/dist/actions/update-video-mixed.cjs.map +1 -0
  500. package/dist/actions/update-video-mixed.d.cts +9 -0
  501. package/dist/actions/update-video-mixed.d.cts.map +1 -0
  502. package/dist/actions/update-video-mixed.d.mts +9 -0
  503. package/dist/actions/update-video-mixed.d.mts.map +1 -0
  504. package/dist/actions/update-video-mixed.mjs +48 -0
  505. package/dist/actions/update-video-mixed.mjs.map +1 -0
  506. package/dist/actions/update-zoom-o-auth-app.cjs +29 -0
  507. package/dist/actions/update-zoom-o-auth-app.cjs.map +1 -0
  508. package/dist/actions/update-zoom-o-auth-app.d.cts +9 -0
  509. package/dist/actions/update-zoom-o-auth-app.d.cts.map +1 -0
  510. package/dist/actions/update-zoom-o-auth-app.d.mts +9 -0
  511. package/dist/actions/update-zoom-o-auth-app.d.mts.map +1 -0
  512. package/dist/actions/update-zoom-o-auth-app.mjs +28 -0
  513. package/dist/actions/update-zoom-o-auth-app.mjs.map +1 -0
  514. package/dist/app.cjs +9 -0
  515. package/dist/app.cjs.map +1 -0
  516. package/dist/app.d.cts +5 -0
  517. package/dist/app.d.cts.map +1 -0
  518. package/dist/app.d.mts +5 -0
  519. package/dist/app.d.mts.map +1 -0
  520. package/dist/app.mjs +10 -0
  521. package/dist/app.mjs.map +1 -0
  522. package/dist/catalog.cjs +15 -0
  523. package/dist/catalog.cjs.map +1 -0
  524. package/dist/catalog.d.cts +14 -0
  525. package/dist/catalog.d.cts.map +1 -0
  526. package/dist/catalog.d.mts +14 -0
  527. package/dist/catalog.d.mts.map +1 -0
  528. package/dist/catalog.mjs +15 -0
  529. package/dist/catalog.mjs.map +1 -0
  530. package/dist/execute.cjs +18 -0
  531. package/dist/execute.cjs.map +1 -0
  532. package/dist/execute.mjs +18 -0
  533. package/dist/execute.mjs.map +1 -0
  534. package/dist/index.cjs +132 -0
  535. package/dist/index.d.cts +66 -0
  536. package/dist/index.d.mts +66 -0
  537. package/dist/index.mjs +67 -0
  538. package/package.json +49 -0
@@ -0,0 +1,48 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-audio-mixed.ts
4
+ const RecallaiListAudioMixedInput = z.object({
5
+ cursor: z.string().describe("Pagination cursor value for traversing result sets. Use the 'next' or 'previous' URL from the response to get subsequent pages.").optional(),
6
+ status_code: z.enum([
7
+ "done",
8
+ "failed",
9
+ "processing"
10
+ ]).describe("Status codes for audio mixed artifacts").optional(),
11
+ recording_id: z.string().describe("Filter by specific recording identifier (UUID format)").optional(),
12
+ created_at_after: z.string().describe("Filter artifacts created after this timestamp (ISO 8601 date-time format)").optional(),
13
+ created_at_before: z.string().describe("Filter artifacts created before this timestamp (ISO 8601 date-time format)").optional()
14
+ });
15
+ const RecallaiListAudioMixed_AudioMixedArtifactDataSchema = z.object({ download_url: z.string().describe("URL to download the mixed audio file. Null if not yet available or processing failed.").nullable().optional() }).describe("Data containing the download URL for the audio file");
16
+ const RecallaiListAudioMixed_ArtifactStatusSchema = z.object({
17
+ code: z.string().describe("Status code (processing, done, failed, deleted)"),
18
+ sub_code: z.string().describe("Detailed sub-code providing additional status context").nullable().optional(),
19
+ updated_at: z.string().describe("ISO 8601 timestamp when the status was last updated")
20
+ }).describe("Processing status details for an audio artifact");
21
+ const RecallaiListAudioMixed_RecordingMinimalSchema = z.object({
22
+ id: z.string().describe("Unique recording identifier (UUID)"),
23
+ metadata: z.object({}).describe("Custom metadata key-value pairs for the recording").nullable().optional()
24
+ }).describe("Minimal recording metadata associated with the artifact");
25
+ const RecallaiListAudioMixed_AudioMixedArtifactSchema = z.object({
26
+ id: z.string().describe("Unique artifact identifier (UUID)"),
27
+ data: RecallaiListAudioMixed_AudioMixedArtifactDataSchema.nullable(),
28
+ format: z.string().describe("Audio file format: 'mp3' or 'raw'"),
29
+ status: RecallaiListAudioMixed_ArtifactStatusSchema.nullable(),
30
+ metadata: z.object({}).describe("Custom metadata key-value pairs (nullable)").nullable().optional(),
31
+ recording: RecallaiListAudioMixed_RecordingMinimalSchema.nullable(),
32
+ created_at: z.string().describe("ISO 8601 timestamp when the artifact was created")
33
+ }).describe("Individual audio mixed artifact with metadata and download information");
34
+ const recallaiListAudioMixed = action("RECALLAI_LIST_AUDIO_MIXED", {
35
+ slug: "recallai-list-audio-mixed",
36
+ name: "List audio mixed",
37
+ description: "List audio mixed artifacts from Recall.ai recordings. Returns a paginated list of mixed audio files with their processing status and download URLs. Use filters to narrow results by date range, recording ID, or processing status. Rate limit: 60 requests per minute per workspace.",
38
+ input: RecallaiListAudioMixedInput,
39
+ output: z.object({
40
+ next: z.string().describe("URL to the next page of results. Null if this is the last page.").nullable().optional(),
41
+ results: z.array(RecallaiListAudioMixed_AudioMixedArtifactSchema).describe("List of audio mixed artifact objects"),
42
+ previous: z.string().describe("URL to the previous page of results. Null if this is the first page.").nullable().optional()
43
+ }).describe("Paginated list of audio mixed artifacts")
44
+ });
45
+ //#endregion
46
+ export { recallaiListAudioMixed };
47
+
48
+ //# sourceMappingURL=list-audio-mixed.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-audio-mixed.mjs","names":[],"sources":["../../src/actions/list-audio-mixed.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListAudioMixedInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"Pagination cursor value for traversing result sets. Use the 'next' or 'previous' URL from the response to get subsequent pages.\").optional(),\n status_code: z.enum([\"done\", \"failed\", \"processing\"]).describe(\"Status codes for audio mixed artifacts\").optional(),\n recording_id: z.string().describe(\"Filter by specific recording identifier (UUID format)\").optional(),\n created_at_after: z.string().describe(\"Filter artifacts created after this timestamp (ISO 8601 date-time format)\").optional(),\n created_at_before: z.string().describe(\"Filter artifacts created before this timestamp (ISO 8601 date-time format)\").optional(),\n});\nconst RecallaiListAudioMixed_AudioMixedArtifactDataSchema: z.ZodTypeAny = z.object({\n download_url: z.string().describe(\"URL to download the mixed audio file. Null if not yet available or processing failed.\").nullable().optional(),\n}).describe(\"Data containing the download URL for the audio file\");\nconst RecallaiListAudioMixed_ArtifactStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code (processing, done, failed, deleted)\"),\n sub_code: z.string().describe(\"Detailed sub-code providing additional status context\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Processing status details for an audio artifact\");\nconst RecallaiListAudioMixed_RecordingMinimalSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique recording identifier (UUID)\"),\n metadata: z.object({}).describe(\"Custom metadata key-value pairs for the recording\").nullable().optional(),\n}).describe(\"Minimal recording metadata associated with the artifact\");\nconst RecallaiListAudioMixed_AudioMixedArtifactSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique artifact identifier (UUID)\"),\n data: RecallaiListAudioMixed_AudioMixedArtifactDataSchema.nullable(),\n format: z.string().describe(\"Audio file format: 'mp3' or 'raw'\"),\n status: RecallaiListAudioMixed_ArtifactStatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata key-value pairs (nullable)\").nullable().optional(),\n recording: RecallaiListAudioMixed_RecordingMinimalSchema.nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the artifact was created\"),\n}).describe(\"Individual audio mixed artifact with metadata and download information\");\nexport const RecallaiListAudioMixedOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL to the next page of results. Null if this is the last page.\").nullable().optional(),\n results: z.array(RecallaiListAudioMixed_AudioMixedArtifactSchema).describe(\"List of audio mixed artifact objects\"),\n previous: z.string().describe(\"URL to the previous page of results. Null if this is the first page.\").nullable().optional(),\n}).describe(\"Paginated list of audio mixed artifacts\");\n\nexport const recallaiListAudioMixed = action(\"RECALLAI_LIST_AUDIO_MIXED\", {\n slug: \"recallai-list-audio-mixed\",\n name: \"List audio mixed\",\n description: \"List audio mixed artifacts from Recall.ai recordings. Returns a paginated list of mixed audio files with their processing status and download URLs. Use filters to narrow results by date range, recording ID, or processing status. Rate limit: 60 requests per minute per workspace.\",\n input: RecallaiListAudioMixedInput,\n output: RecallaiListAudioMixedOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO;CAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;CACxK,aAAa,EAAE,KAAK;EAAC;EAAQ;EAAU;CAAY,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAClH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CACpG,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;CAC5H,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;AAChI,CAAC;AACD,MAAM,sDAAoE,EAAE,OAAO,EACjF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACjJ,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,8CAA4D,EAAE,OAAO;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC3E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,gDAA8D,EAAE,OAAO;CAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,kDAAgE,EAAE,OAAO;CAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC3D,MAAM,oDAAoD,SAAS;CACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC/D,QAAQ,4CAA4C,SAAS;CAC7D,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,WAAW,8CAA8C,SAAS;CAClE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;AACpF,CAAC,CAAC,CAAC,SAAS,wEAAwE;AAOpF,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXwD,EAAE,OAAO;EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,SAAS,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,sCAAsC;EACjH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
@@ -0,0 +1,50 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-audio-separate.ts
4
+ const RecallaiListAudioSeparateInput = zod.z.object({
5
+ cursor: zod.z.string().describe("The pagination cursor value for fetching the next page of results").optional(),
6
+ status_code: zod.z.enum([
7
+ "processing",
8
+ "done",
9
+ "failed"
10
+ ]).describe("Status codes for audio separation artifacts").optional(),
11
+ recording_id: zod.z.string().describe("Filter results to only include artifacts for a specific recording UUID").optional(),
12
+ created_at_after: zod.z.string().describe("Filter results to only include artifacts created after this ISO 8601 timestamp").optional(),
13
+ created_at_before: zod.z.string().describe("Filter results to only include artifacts created before this ISO 8601 timestamp").optional()
14
+ }).describe("Request parameters for listing audio separation artifacts");
15
+ const RecallaiListAudioSeparate_AudioSeparateArtifactDataSchema = zod.z.object({ download_url: zod.z.string().describe("URL to download all participant-separated audio parts as a zip file. Available when status is 'done'").nullable().optional() }).describe("Data containing download URL for separated audio files");
16
+ const RecallaiListAudioSeparate_AudioSeparateFormatSchema = zod.z.enum(["raw", "ogg"]).describe("Format of participant separated audio files");
17
+ const RecallaiListAudioSeparate_ArtifactStatusSchema = zod.z.object({
18
+ code: zod.z.string().describe("Current status code: 'processing', 'done', 'failed', or 'deleted'"),
19
+ sub_code: zod.z.string().describe("Additional status details or error code if applicable").nullable().optional(),
20
+ updated_at: zod.z.string().describe("ISO 8601 timestamp when the status was last updated")
21
+ }).describe("Status information for an audio separation artifact");
22
+ const RecallaiListAudioSeparate_RecordingMinimalSchema = zod.z.object({
23
+ id: zod.z.string().describe("Unique identifier (UUID) of the recording"),
24
+ metadata: zod.z.object({}).describe("Custom metadata associated with the recording").nullable().optional()
25
+ }).describe("Minimal recording information for the audio separation artifact");
26
+ const RecallaiListAudioSeparate_AudioSeparateArtifactSchema = zod.z.object({
27
+ id: zod.z.string().describe("Unique identifier (UUID) for the audio separation artifact"),
28
+ data: RecallaiListAudioSeparate_AudioSeparateArtifactDataSchema.nullable(),
29
+ format: RecallaiListAudioSeparate_AudioSeparateFormatSchema.nullable(),
30
+ status: RecallaiListAudioSeparate_ArtifactStatusSchema.nullable(),
31
+ metadata: zod.z.object({}).describe("Custom metadata for this audio separation artifact").nullable().optional(),
32
+ recording: RecallaiListAudioSeparate_RecordingMinimalSchema.nullable(),
33
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the artifact was created")
34
+ }).describe("Individual audio separation artifact details");
35
+ const RecallaiListAudioSeparateOutput = zod.z.object({
36
+ next: zod.z.string().describe("URL for the next page of results, or null if this is the last page").nullable().optional(),
37
+ results: zod.z.array(RecallaiListAudioSeparate_AudioSeparateArtifactSchema).describe("List of audio separation artifacts"),
38
+ previous: zod.z.string().describe("URL for the previous page of results, or null if this is the first page").nullable().optional()
39
+ }).describe("Paginated list of audio separation artifacts");
40
+ const recallaiListAudioSeparate = require_action.action("RECALLAI_LIST_AUDIO_SEPARATE", {
41
+ slug: "recallai-list-audio-separate",
42
+ name: "List Audio Separate",
43
+ description: "List audio separation artifacts from recordings. Returns a paginated list of audio separation processing jobs with their status and download URLs for completed separations. Use this to retrieve participant-separated audio files from recorded meetings.",
44
+ input: RecallaiListAudioSeparateInput,
45
+ output: RecallaiListAudioSeparateOutput
46
+ });
47
+ //#endregion
48
+ exports.recallaiListAudioSeparate = recallaiListAudioSeparate;
49
+
50
+ //# sourceMappingURL=list-audio-separate.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-audio-separate.cjs","names":["z","action"],"sources":["../../src/actions/list-audio-separate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListAudioSeparateInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"The pagination cursor value for fetching the next page of results\").optional(),\n status_code: z.enum([\"processing\", \"done\", \"failed\"]).describe(\"Status codes for audio separation artifacts\").optional(),\n recording_id: z.string().describe(\"Filter results to only include artifacts for a specific recording UUID\").optional(),\n created_at_after: z.string().describe(\"Filter results to only include artifacts created after this ISO 8601 timestamp\").optional(),\n created_at_before: z.string().describe(\"Filter results to only include artifacts created before this ISO 8601 timestamp\").optional(),\n}).describe(\"Request parameters for listing audio separation artifacts\");\nconst RecallaiListAudioSeparate_AudioSeparateArtifactDataSchema: z.ZodTypeAny = z.object({\n download_url: z.string().describe(\"URL to download all participant-separated audio parts as a zip file. Available when status is 'done'\").nullable().optional(),\n}).describe(\"Data containing download URL for separated audio files\");\nconst RecallaiListAudioSeparate_AudioSeparateFormatSchema: z.ZodTypeAny = z.enum([\"raw\", \"ogg\"]).describe(\"Format of participant separated audio files\");\nconst RecallaiListAudioSeparate_ArtifactStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Current status code: 'processing', 'done', 'failed', or 'deleted'\"),\n sub_code: z.string().describe(\"Additional status details or error code if applicable\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Status information for an audio separation artifact\");\nconst RecallaiListAudioSeparate_RecordingMinimalSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the recording\"),\n metadata: z.object({}).describe(\"Custom metadata associated with the recording\").nullable().optional(),\n}).describe(\"Minimal recording information for the audio separation artifact\");\nconst RecallaiListAudioSeparate_AudioSeparateArtifactSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the audio separation artifact\"),\n data: RecallaiListAudioSeparate_AudioSeparateArtifactDataSchema.nullable(),\n format: RecallaiListAudioSeparate_AudioSeparateFormatSchema.nullable(),\n status: RecallaiListAudioSeparate_ArtifactStatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata for this audio separation artifact\").nullable().optional(),\n recording: RecallaiListAudioSeparate_RecordingMinimalSchema.nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the artifact was created\"),\n}).describe(\"Individual audio separation artifact details\");\nexport const RecallaiListAudioSeparateOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results, or null if this is the last page\").nullable().optional(),\n results: z.array(RecallaiListAudioSeparate_AudioSeparateArtifactSchema).describe(\"List of audio separation artifacts\"),\n previous: z.string().describe(\"URL for the previous page of results, or null if this is the first page\").nullable().optional(),\n}).describe(\"Paginated list of audio separation artifacts\");\n\nexport const recallaiListAudioSeparate = action(\"RECALLAI_LIST_AUDIO_SEPARATE\", {\n slug: \"recallai-list-audio-separate\",\n name: \"List Audio Separate\",\n description: \"List audio separation artifacts from recordings. Returns a paginated list of audio separation processing jobs with their status and download URLs for completed separations. Use this to retrieve participant-separated audio files from recorded meetings.\",\n input: RecallaiListAudioSeparateInput,\n output: RecallaiListAudioSeparateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC1G,aAAaA,IAAAA,EAAE,KAAK;EAAC;EAAc;EAAQ;CAAQ,CAAC,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACvH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CACrH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CACjI,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;AACrI,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,4DAA0EA,IAAAA,EAAE,OAAO,EACvF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAChK,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,sDAAoEA,IAAAA,EAAE,KAAK,CAAC,OAAO,KAAK,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACvJ,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CAC7F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACpF,MAAM,0DAA0D,SAAS;CACzE,QAAQ,oDAAoD,SAAS;CACrE,QAAQ,+CAA+C,SAAS;CAChE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,WAAW,iDAAiD,SAAS;CACrE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;AACpF,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,SAASA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,oCAAoC;CACrH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/H,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,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-audio-separate.d.ts
4
+ declare const RecallaiListAudioSeparateInput: z.ZodTypeAny;
5
+ declare const RecallaiListAudioSeparateOutput: z.ZodTypeAny;
6
+ declare const recallaiListAudioSeparate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListAudioSeparate };
9
+ //# sourceMappingURL=list-audio-separate.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-audio-separate.d.cts","names":[],"sources":["../../src/actions/list-audio-separate.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAMyB;AAAA,cAuB3D,+BAAA,EAAiC,CAAA,CAAE,UAIW;AAAA,cAE9C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-audio-separate.d.ts
4
+ declare const RecallaiListAudioSeparateInput: z.ZodTypeAny;
5
+ declare const RecallaiListAudioSeparateOutput: z.ZodTypeAny;
6
+ declare const recallaiListAudioSeparate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListAudioSeparate };
9
+ //# sourceMappingURL=list-audio-separate.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-audio-separate.d.mts","names":[],"sources":["../../src/actions/list-audio-separate.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAMyB;AAAA,cAuB3D,+BAAA,EAAiC,CAAA,CAAE,UAIW;AAAA,cAE9C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,49 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-audio-separate.ts
4
+ const RecallaiListAudioSeparateInput = z.object({
5
+ cursor: z.string().describe("The pagination cursor value for fetching the next page of results").optional(),
6
+ status_code: z.enum([
7
+ "processing",
8
+ "done",
9
+ "failed"
10
+ ]).describe("Status codes for audio separation artifacts").optional(),
11
+ recording_id: z.string().describe("Filter results to only include artifacts for a specific recording UUID").optional(),
12
+ created_at_after: z.string().describe("Filter results to only include artifacts created after this ISO 8601 timestamp").optional(),
13
+ created_at_before: z.string().describe("Filter results to only include artifacts created before this ISO 8601 timestamp").optional()
14
+ }).describe("Request parameters for listing audio separation artifacts");
15
+ const RecallaiListAudioSeparate_AudioSeparateArtifactDataSchema = z.object({ download_url: z.string().describe("URL to download all participant-separated audio parts as a zip file. Available when status is 'done'").nullable().optional() }).describe("Data containing download URL for separated audio files");
16
+ const RecallaiListAudioSeparate_AudioSeparateFormatSchema = z.enum(["raw", "ogg"]).describe("Format of participant separated audio files");
17
+ const RecallaiListAudioSeparate_ArtifactStatusSchema = z.object({
18
+ code: z.string().describe("Current status code: 'processing', 'done', 'failed', or 'deleted'"),
19
+ sub_code: z.string().describe("Additional status details or error code if applicable").nullable().optional(),
20
+ updated_at: z.string().describe("ISO 8601 timestamp when the status was last updated")
21
+ }).describe("Status information for an audio separation artifact");
22
+ const RecallaiListAudioSeparate_RecordingMinimalSchema = z.object({
23
+ id: z.string().describe("Unique identifier (UUID) of the recording"),
24
+ metadata: z.object({}).describe("Custom metadata associated with the recording").nullable().optional()
25
+ }).describe("Minimal recording information for the audio separation artifact");
26
+ const RecallaiListAudioSeparate_AudioSeparateArtifactSchema = z.object({
27
+ id: z.string().describe("Unique identifier (UUID) for the audio separation artifact"),
28
+ data: RecallaiListAudioSeparate_AudioSeparateArtifactDataSchema.nullable(),
29
+ format: RecallaiListAudioSeparate_AudioSeparateFormatSchema.nullable(),
30
+ status: RecallaiListAudioSeparate_ArtifactStatusSchema.nullable(),
31
+ metadata: z.object({}).describe("Custom metadata for this audio separation artifact").nullable().optional(),
32
+ recording: RecallaiListAudioSeparate_RecordingMinimalSchema.nullable(),
33
+ created_at: z.string().describe("ISO 8601 timestamp when the artifact was created")
34
+ }).describe("Individual audio separation artifact details");
35
+ const recallaiListAudioSeparate = action("RECALLAI_LIST_AUDIO_SEPARATE", {
36
+ slug: "recallai-list-audio-separate",
37
+ name: "List Audio Separate",
38
+ description: "List audio separation artifacts from recordings. Returns a paginated list of audio separation processing jobs with their status and download URLs for completed separations. Use this to retrieve participant-separated audio files from recorded meetings.",
39
+ input: RecallaiListAudioSeparateInput,
40
+ output: z.object({
41
+ next: z.string().describe("URL for the next page of results, or null if this is the last page").nullable().optional(),
42
+ results: z.array(RecallaiListAudioSeparate_AudioSeparateArtifactSchema).describe("List of audio separation artifacts"),
43
+ previous: z.string().describe("URL for the previous page of results, or null if this is the first page").nullable().optional()
44
+ }).describe("Paginated list of audio separation artifacts")
45
+ });
46
+ //#endregion
47
+ export { recallaiListAudioSeparate };
48
+
49
+ //# sourceMappingURL=list-audio-separate.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-audio-separate.mjs","names":[],"sources":["../../src/actions/list-audio-separate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListAudioSeparateInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"The pagination cursor value for fetching the next page of results\").optional(),\n status_code: z.enum([\"processing\", \"done\", \"failed\"]).describe(\"Status codes for audio separation artifacts\").optional(),\n recording_id: z.string().describe(\"Filter results to only include artifacts for a specific recording UUID\").optional(),\n created_at_after: z.string().describe(\"Filter results to only include artifacts created after this ISO 8601 timestamp\").optional(),\n created_at_before: z.string().describe(\"Filter results to only include artifacts created before this ISO 8601 timestamp\").optional(),\n}).describe(\"Request parameters for listing audio separation artifacts\");\nconst RecallaiListAudioSeparate_AudioSeparateArtifactDataSchema: z.ZodTypeAny = z.object({\n download_url: z.string().describe(\"URL to download all participant-separated audio parts as a zip file. Available when status is 'done'\").nullable().optional(),\n}).describe(\"Data containing download URL for separated audio files\");\nconst RecallaiListAudioSeparate_AudioSeparateFormatSchema: z.ZodTypeAny = z.enum([\"raw\", \"ogg\"]).describe(\"Format of participant separated audio files\");\nconst RecallaiListAudioSeparate_ArtifactStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Current status code: 'processing', 'done', 'failed', or 'deleted'\"),\n sub_code: z.string().describe(\"Additional status details or error code if applicable\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Status information for an audio separation artifact\");\nconst RecallaiListAudioSeparate_RecordingMinimalSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the recording\"),\n metadata: z.object({}).describe(\"Custom metadata associated with the recording\").nullable().optional(),\n}).describe(\"Minimal recording information for the audio separation artifact\");\nconst RecallaiListAudioSeparate_AudioSeparateArtifactSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the audio separation artifact\"),\n data: RecallaiListAudioSeparate_AudioSeparateArtifactDataSchema.nullable(),\n format: RecallaiListAudioSeparate_AudioSeparateFormatSchema.nullable(),\n status: RecallaiListAudioSeparate_ArtifactStatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata for this audio separation artifact\").nullable().optional(),\n recording: RecallaiListAudioSeparate_RecordingMinimalSchema.nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the artifact was created\"),\n}).describe(\"Individual audio separation artifact details\");\nexport const RecallaiListAudioSeparateOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results, or null if this is the last page\").nullable().optional(),\n results: z.array(RecallaiListAudioSeparate_AudioSeparateArtifactSchema).describe(\"List of audio separation artifacts\"),\n previous: z.string().describe(\"URL for the previous page of results, or null if this is the first page\").nullable().optional(),\n}).describe(\"Paginated list of audio separation artifacts\");\n\nexport const recallaiListAudioSeparate = action(\"RECALLAI_LIST_AUDIO_SEPARATE\", {\n slug: \"recallai-list-audio-separate\",\n name: \"List Audio Separate\",\n description: \"List audio separation artifacts from recordings. Returns a paginated list of audio separation processing jobs with their status and download URLs for completed separations. Use this to retrieve participant-separated audio files from recorded meetings.\",\n input: RecallaiListAudioSeparateInput,\n output: RecallaiListAudioSeparateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC1G,aAAa,EAAE,KAAK;EAAC;EAAc;EAAQ;CAAQ,CAAC,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACvH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CACrH,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CACjI,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;AACrI,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,4DAA0E,EAAE,OAAO,EACvF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAChK,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,sDAAoE,EAAE,KAAK,CAAC,OAAO,KAAK,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACvJ,MAAM,iDAA+D,EAAE,OAAO;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CAC7F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,mDAAiE,EAAE,OAAO;CAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAM,wDAAsE,EAAE,OAAO;CACnF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACpF,MAAM,0DAA0D,SAAS;CACzE,QAAQ,oDAAoD,SAAS;CACrE,QAAQ,+CAA+C,SAAS;CAChE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,WAAW,iDAAiD,SAAS;CACrE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;AACpF,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAO1D,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX2D,EAAE,OAAO;EACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,SAAS,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,oCAAoC;EACrH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-bot-screenshots.ts
4
+ const RecallaiListBotScreenshotsInput = zod.z.object({
5
+ meta: zod.z.string().describe("Encoded metadata for pagination state").optional(),
6
+ action: zod.z.string().describe("Navigation direction ('prev' for previous page)").optional(),
7
+ bot_id: zod.z.string().describe("The ID of the bot for which to retrieve the screenshots"),
8
+ recorded_at_after: zod.z.string().describe("Filter screenshots recorded after this datetime (ISO 8601 format)").optional(),
9
+ continuation_token: zod.z.string().describe("Token for fetching the next page of results").optional(),
10
+ recorded_at_before: zod.z.string().describe("Filter screenshots recorded before this datetime (ISO 8601 format)").optional()
11
+ });
12
+ const RecallaiListBotScreenshots_ScreenshotSchema = zod.z.object({
13
+ id: zod.z.string().describe("Unique screenshot identifier"),
14
+ url: zod.z.string().describe("URL to download the screenshot image"),
15
+ recorded_at: zod.z.string().describe("ISO 8601 timestamp when the screenshot was recorded")
16
+ }).describe("Individual screenshot details");
17
+ const RecallaiListBotScreenshotsOutput = zod.z.object({ screenshots: zod.z.array(RecallaiListBotScreenshots_ScreenshotSchema).describe("List of screenshot objects") });
18
+ const recallaiListBotScreenshots = require_action.action("RECALLAI_LIST_BOT_SCREENSHOTS", {
19
+ slug: "recallai-list-bot-screenshots",
20
+ name: "List Bot Screenshots",
21
+ description: "List all screenshots captured by a bot during a meeting. Returns screenshots with their timestamp and download URL. Use filters to narrow results by recording time.",
22
+ input: RecallaiListBotScreenshotsInput,
23
+ output: RecallaiListBotScreenshotsOutput
24
+ });
25
+ //#endregion
26
+ exports.recallaiListBotScreenshots = recallaiListBotScreenshots;
27
+
28
+ //# sourceMappingURL=list-bot-screenshots.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-bot-screenshots.cjs","names":["z","action"],"sources":["../../src/actions/list-bot-screenshots.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListBotScreenshotsInput: z.ZodTypeAny = z.object({\n meta: z.string().describe(\"Encoded metadata for pagination state\").optional(),\n action: z.string().describe(\"Navigation direction ('prev' for previous page)\").optional(),\n bot_id: z.string().describe(\"The ID of the bot for which to retrieve the screenshots\"),\n recorded_at_after: z.string().describe(\"Filter screenshots recorded after this datetime (ISO 8601 format)\").optional(),\n continuation_token: z.string().describe(\"Token for fetching the next page of results\").optional(),\n recorded_at_before: z.string().describe(\"Filter screenshots recorded before this datetime (ISO 8601 format)\").optional(),\n});\nconst RecallaiListBotScreenshots_ScreenshotSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique screenshot identifier\"),\n url: z.string().describe(\"URL to download the screenshot image\"),\n recorded_at: z.string().describe(\"ISO 8601 timestamp when the screenshot was recorded\"),\n}).describe(\"Individual screenshot details\");\nexport const RecallaiListBotScreenshotsOutput: z.ZodTypeAny = z.object({\n screenshots: z.array(RecallaiListBotScreenshots_ScreenshotSchema).describe(\"List of screenshot objects\"),\n});\n\nexport const recallaiListBotScreenshots = action(\"RECALLAI_LIST_BOT_SCREENSHOTS\", {\n slug: \"recallai-list-bot-screenshots\",\n name: \"List Bot Screenshots\",\n description: \"List all screenshots captured by a bot during a meeting. Returns screenshots with their timestamp and download URL. Use filters to narrow results by recording time.\",\n input: RecallaiListBotScreenshotsInput,\n output: RecallaiListBotScreenshotsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC5E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACxF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACrF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CACrH,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAChG,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;AACzH,CAAC;AACD,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC/D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACxF,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,aAAaA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,4BAA4B,EACzG,CAAC;AAED,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-bot-screenshots.d.ts
4
+ declare const RecallaiListBotScreenshotsInput: z.ZodTypeAny;
5
+ declare const RecallaiListBotScreenshotsOutput: z.ZodTypeAny;
6
+ declare const recallaiListBotScreenshots: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListBotScreenshots };
9
+ //# sourceMappingURL=list-bot-screenshots.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-bot-screenshots.d.cts","names":[],"sources":["../../src/actions/list-bot-screenshots.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAO9C;AAAA,cAMW,gCAAA,EAAkC,CAAA,CAAE,UAE/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-bot-screenshots.d.ts
4
+ declare const RecallaiListBotScreenshotsInput: z.ZodTypeAny;
5
+ declare const RecallaiListBotScreenshotsOutput: z.ZodTypeAny;
6
+ declare const recallaiListBotScreenshots: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListBotScreenshots };
9
+ //# sourceMappingURL=list-bot-screenshots.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-bot-screenshots.d.mts","names":[],"sources":["../../src/actions/list-bot-screenshots.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAO9C;AAAA,cAMW,gCAAA,EAAkC,CAAA,CAAE,UAE/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,27 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-bot-screenshots.ts
4
+ const RecallaiListBotScreenshotsInput = z.object({
5
+ meta: z.string().describe("Encoded metadata for pagination state").optional(),
6
+ action: z.string().describe("Navigation direction ('prev' for previous page)").optional(),
7
+ bot_id: z.string().describe("The ID of the bot for which to retrieve the screenshots"),
8
+ recorded_at_after: z.string().describe("Filter screenshots recorded after this datetime (ISO 8601 format)").optional(),
9
+ continuation_token: z.string().describe("Token for fetching the next page of results").optional(),
10
+ recorded_at_before: z.string().describe("Filter screenshots recorded before this datetime (ISO 8601 format)").optional()
11
+ });
12
+ const RecallaiListBotScreenshots_ScreenshotSchema = z.object({
13
+ id: z.string().describe("Unique screenshot identifier"),
14
+ url: z.string().describe("URL to download the screenshot image"),
15
+ recorded_at: z.string().describe("ISO 8601 timestamp when the screenshot was recorded")
16
+ }).describe("Individual screenshot details");
17
+ const recallaiListBotScreenshots = action("RECALLAI_LIST_BOT_SCREENSHOTS", {
18
+ slug: "recallai-list-bot-screenshots",
19
+ name: "List Bot Screenshots",
20
+ description: "List all screenshots captured by a bot during a meeting. Returns screenshots with their timestamp and download URL. Use filters to narrow results by recording time.",
21
+ input: RecallaiListBotScreenshotsInput,
22
+ output: z.object({ screenshots: z.array(RecallaiListBotScreenshots_ScreenshotSchema).describe("List of screenshot objects") })
23
+ });
24
+ //#endregion
25
+ export { recallaiListBotScreenshots };
26
+
27
+ //# sourceMappingURL=list-bot-screenshots.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-bot-screenshots.mjs","names":[],"sources":["../../src/actions/list-bot-screenshots.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListBotScreenshotsInput: z.ZodTypeAny = z.object({\n meta: z.string().describe(\"Encoded metadata for pagination state\").optional(),\n action: z.string().describe(\"Navigation direction ('prev' for previous page)\").optional(),\n bot_id: z.string().describe(\"The ID of the bot for which to retrieve the screenshots\"),\n recorded_at_after: z.string().describe(\"Filter screenshots recorded after this datetime (ISO 8601 format)\").optional(),\n continuation_token: z.string().describe(\"Token for fetching the next page of results\").optional(),\n recorded_at_before: z.string().describe(\"Filter screenshots recorded before this datetime (ISO 8601 format)\").optional(),\n});\nconst RecallaiListBotScreenshots_ScreenshotSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique screenshot identifier\"),\n url: z.string().describe(\"URL to download the screenshot image\"),\n recorded_at: z.string().describe(\"ISO 8601 timestamp when the screenshot was recorded\"),\n}).describe(\"Individual screenshot details\");\nexport const RecallaiListBotScreenshotsOutput: z.ZodTypeAny = z.object({\n screenshots: z.array(RecallaiListBotScreenshots_ScreenshotSchema).describe(\"List of screenshot objects\"),\n});\n\nexport const recallaiListBotScreenshots = action(\"RECALLAI_LIST_BOT_SCREENSHOTS\", {\n slug: \"recallai-list-bot-screenshots\",\n name: \"List Bot Screenshots\",\n description: \"List all screenshots captured by a bot during a meeting. Returns screenshots with their timestamp and download URL. Use filters to narrow results by recording time.\",\n input: RecallaiListBotScreenshotsInput,\n output: RecallaiListBotScreenshotsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC5E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACxF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACrF,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CACrH,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAChG,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;AACzH,CAAC;AACD,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC/D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACxF,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAK3C,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT4D,EAAE,OAAO,EACrE,aAAa,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,4BAA4B,EACzG,CAOU;AACV,CAAC"}
@@ -0,0 +1,46 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-bots.ts
4
+ const RecallaiListBotsInput = zod.z.object({ page: zod.z.number().int().describe("Page number for pagination.").optional() });
5
+ const RecallaiListBots_MeetingUrlSchema = zod.z.object({
6
+ tk: zod.z.string().describe("Zoom tk parameter if applicable").nullable().optional(),
7
+ zak: zod.z.string().describe("Zoom zak parameter if applicable").nullable().optional(),
8
+ platform: zod.z.string().describe("Meeting platform (e.g., 'zoom', 'google_meet', 'teams')"),
9
+ meeting_id: zod.z.string().describe("Meeting ID extracted from the URL"),
10
+ meeting_password: zod.z.string().describe("Meeting password if required").nullable().optional()
11
+ }).describe("Meeting URL details parsed from the original meeting link");
12
+ const RecallaiListBots_StatusChangeSchema = zod.z.object({
13
+ code: zod.z.string().describe("Status code (e.g., 'joining_call', 'in_call', 'fatal')"),
14
+ message: zod.z.string().describe("Human-readable status message").nullable().optional(),
15
+ sub_code: zod.z.string().describe("Detailed sub-code for the status").nullable().optional(),
16
+ created_at: zod.z.string().describe("ISO 8601 timestamp when status changed")
17
+ }).describe("Bot status change event");
18
+ const RecallaiListBots_BotSchema = zod.z.object({
19
+ id: zod.z.string().describe("Unique bot identifier (UUID)"),
20
+ join_at: zod.z.string().describe("ISO 8601 timestamp when bot is scheduled to join"),
21
+ bot_name: zod.z.string().describe("Display name of the bot"),
22
+ metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom metadata for the bot"),
23
+ recordings: zod.z.array(zod.z.unknown()).describe("List of recordings associated with this bot"),
24
+ meeting_url: RecallaiListBots_MeetingUrlSchema.nullable(),
25
+ status_changes: zod.z.array(RecallaiListBots_StatusChangeSchema).describe("History of bot status changes"),
26
+ automatic_leave: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Automatic leave configuration"),
27
+ recording_config: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Recording configuration settings for the bot"),
28
+ calendar_meetings: zod.z.array(zod.z.unknown()).describe("Associated calendar meetings")
29
+ }).describe("Individual bot details");
30
+ const RecallaiListBotsOutput = zod.z.object({
31
+ next: zod.z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
32
+ count: zod.z.number().int().describe("Total number of bots"),
33
+ results: zod.z.array(RecallaiListBots_BotSchema).describe("List of bot objects"),
34
+ previous: zod.z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
35
+ });
36
+ const recallaiListBots = require_action.action("RECALLAI_LIST_BOTS", {
37
+ slug: "recallai-list-bots",
38
+ name: "List bots",
39
+ description: "List all bots in your Recall.ai workspace. Returns a paginated list of bots with their current status, meeting details, and configuration. Note: The meeting_url field is returned as a parsed object rather than a string.",
40
+ input: RecallaiListBotsInput,
41
+ output: RecallaiListBotsOutput
42
+ });
43
+ //#endregion
44
+ exports.recallaiListBots = recallaiListBots;
45
+
46
+ //# sourceMappingURL=list-bots.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-bots.cjs","names":["z","action"],"sources":["../../src/actions/list-bots.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListBotsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination.\").optional(),\n});\nconst RecallaiListBots_MeetingUrlSchema: z.ZodTypeAny = z.object({\n tk: z.string().describe(\"Zoom tk parameter if applicable\").nullable().optional(),\n zak: z.string().describe(\"Zoom zak parameter if applicable\").nullable().optional(),\n platform: z.string().describe(\"Meeting platform (e.g., 'zoom', 'google_meet', 'teams')\"),\n meeting_id: z.string().describe(\"Meeting ID extracted from the URL\"),\n meeting_password: z.string().describe(\"Meeting password if required\").nullable().optional(),\n}).describe(\"Meeting URL details parsed from the original meeting link\");\nconst RecallaiListBots_StatusChangeSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code (e.g., 'joining_call', 'in_call', 'fatal')\"),\n message: z.string().describe(\"Human-readable status message\").nullable().optional(),\n sub_code: z.string().describe(\"Detailed sub-code for the status\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when status changed\"),\n}).describe(\"Bot status change event\");\nconst RecallaiListBots_BotSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique bot identifier (UUID)\"),\n join_at: z.string().describe(\"ISO 8601 timestamp when bot is scheduled to join\"),\n bot_name: z.string().describe(\"Display name of the bot\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata for the bot\"),\n recordings: z.array(z.unknown()).describe(\"List of recordings associated with this bot\"),\n meeting_url: RecallaiListBots_MeetingUrlSchema.nullable(),\n status_changes: z.array(RecallaiListBots_StatusChangeSchema).describe(\"History of bot status changes\"),\n automatic_leave: z.record(z.string(), z.unknown()).describe(\"Automatic leave configuration\"),\n recording_config: z.record(z.string(), z.unknown()).describe(\"Recording configuration settings for the bot\"),\n calendar_meetings: z.array(z.unknown()).describe(\"Associated calendar meetings\"),\n}).describe(\"Individual bot details\");\nexport const RecallaiListBotsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results (null if no more pages)\").nullable().optional(),\n count: z.number().int().describe(\"Total number of bots\"),\n results: z.array(RecallaiListBots_BotSchema).describe(\"List of bot objects\"),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n});\n\nexport const recallaiListBots = action(\"RECALLAI_LIST_BOTS\", {\n slug: \"recallai-list-bots\",\n name: \"List bots\",\n description: \"List all bots in your Recall.ai workspace. Returns a paginated list of bots with their current status, meeting details, and configuration. Note: The meeting_url field is returned as a parsed object rather than a string.\",\n input: RecallaiListBotsInput,\n output: RecallaiListBotsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,EAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,EAC1E,CAAC;AACD,MAAM,oCAAkDA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACvF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CACnE,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAClF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AAC1E,CAAC,CAAC,CAAC,SAAS,yBAAyB;AACrC,MAAM,6BAA2CA,IAAAA,EAAE,OAAO;CACxD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC/E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACvD,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6BAA6B;CAClF,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6CAA6C;CACvF,aAAa,kCAAkC,SAAS;CACxD,gBAAgBA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,+BAA+B;CACrG,iBAAiBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+BAA+B;CAC3F,kBAAkBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8CAA8C;CAC3G,mBAAmBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8BAA8B;AACjF,CAAC,CAAC,CAAC,SAAS,wBAAwB;AACpC,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;CACvD,SAASA,IAAAA,EAAE,MAAM,0BAA0B,CAAC,CAAC,SAAS,qBAAqB;CAC3E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC;AAED,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,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-bots.d.ts
4
+ declare const RecallaiListBotsInput: z.ZodTypeAny;
5
+ declare const RecallaiListBotsOutput: z.ZodTypeAny;
6
+ declare const recallaiListBots: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListBots };
9
+ //# sourceMappingURL=list-bots.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-bots.d.cts","names":[],"sources":["../../src/actions/list-bots.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAEpC;AAAA,cA0BW,sBAAA,EAAwB,CAAA,CAAE,UAKrC;AAAA,cAEW,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-bots.d.ts
4
+ declare const RecallaiListBotsInput: z.ZodTypeAny;
5
+ declare const RecallaiListBotsOutput: z.ZodTypeAny;
6
+ declare const recallaiListBots: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListBots };
9
+ //# sourceMappingURL=list-bots.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-bots.d.mts","names":[],"sources":["../../src/actions/list-bots.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAEpC;AAAA,cA0BW,sBAAA,EAAwB,CAAA,CAAE,UAKrC;AAAA,cAEW,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,45 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-bots.ts
4
+ const RecallaiListBotsInput = z.object({ page: z.number().int().describe("Page number for pagination.").optional() });
5
+ const RecallaiListBots_MeetingUrlSchema = z.object({
6
+ tk: z.string().describe("Zoom tk parameter if applicable").nullable().optional(),
7
+ zak: z.string().describe("Zoom zak parameter if applicable").nullable().optional(),
8
+ platform: z.string().describe("Meeting platform (e.g., 'zoom', 'google_meet', 'teams')"),
9
+ meeting_id: z.string().describe("Meeting ID extracted from the URL"),
10
+ meeting_password: z.string().describe("Meeting password if required").nullable().optional()
11
+ }).describe("Meeting URL details parsed from the original meeting link");
12
+ const RecallaiListBots_StatusChangeSchema = z.object({
13
+ code: z.string().describe("Status code (e.g., 'joining_call', 'in_call', 'fatal')"),
14
+ message: z.string().describe("Human-readable status message").nullable().optional(),
15
+ sub_code: z.string().describe("Detailed sub-code for the status").nullable().optional(),
16
+ created_at: z.string().describe("ISO 8601 timestamp when status changed")
17
+ }).describe("Bot status change event");
18
+ const RecallaiListBots_BotSchema = z.object({
19
+ id: z.string().describe("Unique bot identifier (UUID)"),
20
+ join_at: z.string().describe("ISO 8601 timestamp when bot is scheduled to join"),
21
+ bot_name: z.string().describe("Display name of the bot"),
22
+ metadata: z.record(z.string(), z.unknown()).describe("Custom metadata for the bot"),
23
+ recordings: z.array(z.unknown()).describe("List of recordings associated with this bot"),
24
+ meeting_url: RecallaiListBots_MeetingUrlSchema.nullable(),
25
+ status_changes: z.array(RecallaiListBots_StatusChangeSchema).describe("History of bot status changes"),
26
+ automatic_leave: z.record(z.string(), z.unknown()).describe("Automatic leave configuration"),
27
+ recording_config: z.record(z.string(), z.unknown()).describe("Recording configuration settings for the bot"),
28
+ calendar_meetings: z.array(z.unknown()).describe("Associated calendar meetings")
29
+ }).describe("Individual bot details");
30
+ const recallaiListBots = action("RECALLAI_LIST_BOTS", {
31
+ slug: "recallai-list-bots",
32
+ name: "List bots",
33
+ description: "List all bots in your Recall.ai workspace. Returns a paginated list of bots with their current status, meeting details, and configuration. Note: The meeting_url field is returned as a parsed object rather than a string.",
34
+ input: RecallaiListBotsInput,
35
+ output: z.object({
36
+ next: z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
37
+ count: z.number().int().describe("Total number of bots"),
38
+ results: z.array(RecallaiListBots_BotSchema).describe("List of bot objects"),
39
+ previous: z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
40
+ })
41
+ });
42
+ //#endregion
43
+ export { recallaiListBots };
44
+
45
+ //# sourceMappingURL=list-bots.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-bots.mjs","names":[],"sources":["../../src/actions/list-bots.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListBotsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination.\").optional(),\n});\nconst RecallaiListBots_MeetingUrlSchema: z.ZodTypeAny = z.object({\n tk: z.string().describe(\"Zoom tk parameter if applicable\").nullable().optional(),\n zak: z.string().describe(\"Zoom zak parameter if applicable\").nullable().optional(),\n platform: z.string().describe(\"Meeting platform (e.g., 'zoom', 'google_meet', 'teams')\"),\n meeting_id: z.string().describe(\"Meeting ID extracted from the URL\"),\n meeting_password: z.string().describe(\"Meeting password if required\").nullable().optional(),\n}).describe(\"Meeting URL details parsed from the original meeting link\");\nconst RecallaiListBots_StatusChangeSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code (e.g., 'joining_call', 'in_call', 'fatal')\"),\n message: z.string().describe(\"Human-readable status message\").nullable().optional(),\n sub_code: z.string().describe(\"Detailed sub-code for the status\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when status changed\"),\n}).describe(\"Bot status change event\");\nconst RecallaiListBots_BotSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique bot identifier (UUID)\"),\n join_at: z.string().describe(\"ISO 8601 timestamp when bot is scheduled to join\"),\n bot_name: z.string().describe(\"Display name of the bot\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata for the bot\"),\n recordings: z.array(z.unknown()).describe(\"List of recordings associated with this bot\"),\n meeting_url: RecallaiListBots_MeetingUrlSchema.nullable(),\n status_changes: z.array(RecallaiListBots_StatusChangeSchema).describe(\"History of bot status changes\"),\n automatic_leave: z.record(z.string(), z.unknown()).describe(\"Automatic leave configuration\"),\n recording_config: z.record(z.string(), z.unknown()).describe(\"Recording configuration settings for the bot\"),\n calendar_meetings: z.array(z.unknown()).describe(\"Associated calendar meetings\"),\n}).describe(\"Individual bot details\");\nexport const RecallaiListBotsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results (null if no more pages)\").nullable().optional(),\n count: z.number().int().describe(\"Total number of bots\"),\n results: z.array(RecallaiListBots_BotSchema).describe(\"List of bot objects\"),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n});\n\nexport const recallaiListBots = action(\"RECALLAI_LIST_BOTS\", {\n slug: \"recallai-list-bots\",\n name: \"List bots\",\n description: \"List all bots in your Recall.ai workspace. Returns a paginated list of bots with their current status, meeting details, and configuration. Note: The meeting_url field is returned as a parsed object rather than a string.\",\n input: RecallaiListBotsInput,\n output: RecallaiListBotsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsC,EAAE,OAAO,EAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,EAC1E,CAAC;AACD,MAAM,oCAAkD,EAAE,OAAO;CAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACvF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CACnE,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,sCAAoD,EAAE,OAAO;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAClF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AAC1E,CAAC,CAAC,CAAC,SAAS,yBAAyB;AACrC,MAAM,6BAA2C,EAAE,OAAO;CACxD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC/E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACvD,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6BAA6B;CAClF,YAAY,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6CAA6C;CACvF,aAAa,kCAAkC,SAAS;CACxD,gBAAgB,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,+BAA+B;CACrG,iBAAiB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+BAA+B;CAC3F,kBAAkB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8CAA8C;CAC3G,mBAAmB,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8BAA8B;AACjF,CAAC,CAAC,CAAC,SAAS,wBAAwB;AAQpC,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZkD,EAAE,OAAO;EAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;EACvD,SAAS,EAAE,MAAM,0BAA0B,CAAC,CAAC,SAAS,qBAAqB;EAC3E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,CAOU;AACV,CAAC"}
@@ -0,0 +1,45 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-calendar-events.ts
4
+ const RecallaiListCalendarEventsInput = zod.z.object({
5
+ cursor: zod.z.string().describe("The pagination cursor value for retrieving the next page.").optional(),
6
+ ical_uid: zod.z.string().describe("Filter results by iCal UID. Case-sensitive prefix match will be performed.").optional(),
7
+ is_deleted: zod.z.boolean().describe("Filter results by deletion status.").optional(),
8
+ start_time: zod.z.string().describe("Filter results by exact start time in ISO 8601 format (e.g., '2024-01-15T10:00:00Z').").optional(),
9
+ calendar_id: zod.z.string().describe("Filter results by calendar ID.").optional(),
10
+ start_time__gte: zod.z.string().describe("Filter results where start time is greater than or equal to the specified timestamp in ISO 8601 format.").optional(),
11
+ start_time__lte: zod.z.string().describe("Filter results where start time is less than or equal to the specified timestamp in ISO 8601 format.").optional(),
12
+ updated_at__gte: zod.z.string().describe("Filter results where updated_at is greater than or equal to the specified timestamp in ISO 8601 format.").optional()
13
+ });
14
+ const RecallaiListCalendarEvents_CalendarEventSchema = zod.z.object({
15
+ id: zod.z.string().describe("Unique calendar event identifier (UUID)"),
16
+ raw: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Raw event data from the calendar platform"),
17
+ bots: zod.z.array(zod.z.unknown()).describe("List of bots associated with this calendar event"),
18
+ end_time: zod.z.string().describe("Event end time in ISO 8601 format (e.g., '2024-01-15T11:00:00Z')"),
19
+ ical_uid: zod.z.string().describe("iCal UID for the calendar event"),
20
+ platform: zod.z.string().describe("Calendar platform (e.g., 'google', 'microsoft')"),
21
+ created_at: zod.z.string().describe("Timestamp when the event was created in Recall.ai"),
22
+ is_deleted: zod.z.boolean().describe("Whether the event has been deleted"),
23
+ start_time: zod.z.string().describe("Event start time in ISO 8601 format (e.g., '2024-01-15T10:00:00Z')"),
24
+ updated_at: zod.z.string().describe("Timestamp when the event was last updated in Recall.ai"),
25
+ calendar_id: zod.z.string().describe("ID of the calendar this event belongs to"),
26
+ meeting_url: zod.z.string().describe("Meeting URL extracted from the event").nullable().optional(),
27
+ platform_id: zod.z.string().describe("Platform-specific event identifier"),
28
+ meeting_platform: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Meeting platform details").nullable().optional()
29
+ }).describe("Individual calendar event details");
30
+ const RecallaiListCalendarEventsOutput = zod.z.object({
31
+ next: zod.z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
32
+ results: zod.z.array(RecallaiListCalendarEvents_CalendarEventSchema).describe("List of calendar event objects"),
33
+ previous: zod.z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
34
+ });
35
+ const recallaiListCalendarEvents = require_action.action("RECALLAI_LIST_CALENDAR_EVENTS", {
36
+ slug: "recallai-list-calendar-events",
37
+ name: "List Calendar Events",
38
+ description: "Get a list of calendar events from connected calendars. Returns paginated calendar events with details about meeting URLs, platforms, and associated bots. Use filters like start_time__gte and start_time__lte to retrieve events within specific time ranges.",
39
+ input: RecallaiListCalendarEventsInput,
40
+ output: RecallaiListCalendarEventsOutput
41
+ });
42
+ //#endregion
43
+ exports.recallaiListCalendarEvents = recallaiListCalendarEvents;
44
+
45
+ //# sourceMappingURL=list-calendar-events.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-calendar-events.cjs","names":["z","action"],"sources":["../../src/actions/list-calendar-events.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListCalendarEventsInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"The pagination cursor value for retrieving the next page.\").optional(),\n ical_uid: z.string().describe(\"Filter results by iCal UID. Case-sensitive prefix match will be performed.\").optional(),\n is_deleted: z.boolean().describe(\"Filter results by deletion status.\").optional(),\n start_time: z.string().describe(\"Filter results by exact start time in ISO 8601 format (e.g., '2024-01-15T10:00:00Z').\").optional(),\n calendar_id: z.string().describe(\"Filter results by calendar ID.\").optional(),\n start_time__gte: z.string().describe(\"Filter results where start time is greater than or equal to the specified timestamp in ISO 8601 format.\").optional(),\n start_time__lte: z.string().describe(\"Filter results where start time is less than or equal to the specified timestamp in ISO 8601 format.\").optional(),\n updated_at__gte: z.string().describe(\"Filter results where updated_at is greater than or equal to the specified timestamp in ISO 8601 format.\").optional(),\n});\nconst RecallaiListCalendarEvents_CalendarEventSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique calendar event identifier (UUID)\"),\n raw: z.record(z.string(), z.unknown()).describe(\"Raw event data from the calendar platform\"),\n bots: z.array(z.unknown()).describe(\"List of bots associated with this calendar event\"),\n end_time: z.string().describe(\"Event end time in ISO 8601 format (e.g., '2024-01-15T11:00:00Z')\"),\n ical_uid: z.string().describe(\"iCal UID for the calendar event\"),\n platform: z.string().describe(\"Calendar platform (e.g., 'google', 'microsoft')\"),\n created_at: z.string().describe(\"Timestamp when the event was created in Recall.ai\"),\n is_deleted: z.boolean().describe(\"Whether the event has been deleted\"),\n start_time: z.string().describe(\"Event start time in ISO 8601 format (e.g., '2024-01-15T10:00:00Z')\"),\n updated_at: z.string().describe(\"Timestamp when the event was last updated in Recall.ai\"),\n calendar_id: z.string().describe(\"ID of the calendar this event belongs to\"),\n meeting_url: z.string().describe(\"Meeting URL extracted from the event\").nullable().optional(),\n platform_id: z.string().describe(\"Platform-specific event identifier\"),\n meeting_platform: z.record(z.string(), z.unknown()).describe(\"Meeting platform details\").nullable().optional(),\n}).describe(\"Individual calendar event details\");\nexport const RecallaiListCalendarEventsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results (null if no more pages)\").nullable().optional(),\n results: z.array(RecallaiListCalendarEvents_CalendarEventSchema).describe(\"List of calendar event objects\"),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n});\n\nexport const recallaiListCalendarEvents = action(\"RECALLAI_LIST_CALENDAR_EVENTS\", {\n slug: \"recallai-list-calendar-events\",\n name: \"List Calendar Events\",\n description: \"Get a list of calendar events from connected calendars. Returns paginated calendar events with details about meeting URLs, platforms, and associated bots. Use filters like start_time__gte and start_time__lte to retrieve events within specific time ranges.\",\n input: RecallaiListCalendarEventsInput,\n output: RecallaiListCalendarEventsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CAClG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CACrH,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAChF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;CAClI,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CAC5E,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CACzJ,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CACtJ,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;AAC3J,CAAC;AACD,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACjE,KAAKA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2CAA2C;CAC3F,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kDAAkD;CACtF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAChG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC/D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACnF,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CACrE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACpG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC3E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACrE,kBAAkBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,SAASA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,gCAAgC;CAC1G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC;AAED,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-calendar-events.d.ts
4
+ declare const RecallaiListCalendarEventsInput: z.ZodTypeAny;
5
+ declare const RecallaiListCalendarEventsOutput: z.ZodTypeAny;
6
+ declare const recallaiListCalendarEvents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListCalendarEvents };
9
+ //# sourceMappingURL=list-calendar-events.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-calendar-events.d.cts","names":[],"sources":["../../src/actions/list-calendar-events.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAS9C;AAAA,cAiBW,gCAAA,EAAkC,CAAA,CAAE,UAI/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-calendar-events.d.ts
4
+ declare const RecallaiListCalendarEventsInput: z.ZodTypeAny;
5
+ declare const RecallaiListCalendarEventsOutput: z.ZodTypeAny;
6
+ declare const recallaiListCalendarEvents: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListCalendarEvents };
9
+ //# sourceMappingURL=list-calendar-events.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-calendar-events.d.mts","names":[],"sources":["../../src/actions/list-calendar-events.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAS9C;AAAA,cAiBW,gCAAA,EAAkC,CAAA,CAAE,UAI/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}