@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,31 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-zoom-oauth-app-logs.ts
4
+ const RecallaiListZoomOauthAppLogsInput = zod.z.object({
5
+ cursor: zod.z.string().describe("Pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.").optional(),
6
+ ordering: zod.z.string().describe("Field to use when ordering results. Specify a field name to sort the results (e.g., 'created_at', '-created_at' for descending).").optional(),
7
+ oauth_app: zod.z.string().describe("Filter logs by specific Zoom OAuth app identifier (UUID). Use to view logs for a particular OAuth app.").optional(),
8
+ created_at_after: zod.z.string().describe("Filter logs created after this ISO 8601 timestamp. Use to retrieve logs within a specific date range.").optional(),
9
+ created_at_before: zod.z.string().describe("Filter logs created before this ISO 8601 timestamp. Use to retrieve logs within a specific date range.").optional()
10
+ });
11
+ const RecallaiListZoomOauthAppLogs_ZoomOauthAppLogSchema = zod.z.object({
12
+ message: zod.z.string().describe("Log message content describing the warning or error (max 2000 characters)"),
13
+ oauth_app: zod.z.string().describe("UUID of the Zoom OAuth app that generated this log"),
14
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the log entry was created")
15
+ }).describe("Individual Zoom OAuth app log entry");
16
+ const RecallaiListZoomOauthAppLogsOutput = zod.z.object({
17
+ next: zod.z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
18
+ results: zod.z.array(RecallaiListZoomOauthAppLogs_ZoomOauthAppLogSchema).describe("List of Zoom OAuth app log entries matching the filter criteria").nullable().optional(),
19
+ previous: zod.z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
20
+ }).describe("Paginated response containing list of Zoom OAuth app logs");
21
+ const recallaiListZoomOauthAppLogs = require_action.action("RECALLAI_LIST_ZOOM_OAUTH_APP_LOGS", {
22
+ slug: "recallai-list-zoom-oauth-app-logs",
23
+ name: "List Zoom OAuth App Logs",
24
+ description: "Tool to retrieve Zoom OAuth app logs from Recall.ai. Use when you need to view warnings or errors related to Zoom OAuth apps for debugging purposes. Supports filtering by OAuth app, creation date, and pagination. Rate limit: 60 requests per minute per workspace.",
25
+ input: RecallaiListZoomOauthAppLogsInput,
26
+ output: RecallaiListZoomOauthAppLogsOutput
27
+ });
28
+ //#endregion
29
+ exports.recallaiListZoomOauthAppLogs = recallaiListZoomOauthAppLogs;
30
+
31
+ //# sourceMappingURL=list-zoom-oauth-app-logs.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-zoom-oauth-app-logs.cjs","names":["z","action"],"sources":["../../src/actions/list-zoom-oauth-app-logs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListZoomOauthAppLogsInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"Pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.\").optional(),\n ordering: z.string().describe(\"Field to use when ordering results. Specify a field name to sort the results (e.g., 'created_at', '-created_at' for descending).\").optional(),\n oauth_app: z.string().describe(\"Filter logs by specific Zoom OAuth app identifier (UUID). Use to view logs for a particular OAuth app.\").optional(),\n created_at_after: z.string().describe(\"Filter logs created after this ISO 8601 timestamp. Use to retrieve logs within a specific date range.\").optional(),\n created_at_before: z.string().describe(\"Filter logs created before this ISO 8601 timestamp. Use to retrieve logs within a specific date range.\").optional(),\n});\nconst RecallaiListZoomOauthAppLogs_ZoomOauthAppLogSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Log message content describing the warning or error (max 2000 characters)\"),\n oauth_app: z.string().describe(\"UUID of the Zoom OAuth app that generated this log\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the log entry was created\"),\n}).describe(\"Individual Zoom OAuth app log entry\");\nexport const RecallaiListZoomOauthAppLogsOutput: 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(RecallaiListZoomOauthAppLogs_ZoomOauthAppLogSchema).describe(\"List of Zoom OAuth app log entries matching the filter criteria\").nullable().optional(),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n}).describe(\"Paginated response containing list of Zoom OAuth app logs\");\n\nexport const recallaiListZoomOauthAppLogs = action(\"RECALLAI_LIST_ZOOM_OAUTH_APP_LOGS\", {\n slug: \"recallai-list-zoom-oauth-app-logs\",\n name: \"List Zoom OAuth App Logs\",\n description: \"Tool to retrieve Zoom OAuth app logs from Recall.ai. Use when you need to view warnings or errors related to Zoom OAuth apps for debugging purposes. Supports filtering by OAuth app, creation date, and pagination. Rate limit: 60 requests per minute per workspace.\",\n input: RecallaiListZoomOauthAppLogsInput,\n output: RecallaiListZoomOauthAppLogsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;CAC/J,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kIAAkI,CAAC,CAAC,SAAS;CAC3K,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;CAClJ,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;CACxJ,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;AAC5J,CAAC;AACD,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;CACxG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;AACrF,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,SAASA,IAAAA,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrK,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,+BAA+BC,eAAAA,OAAO,qCAAqC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-zoom-oauth-app-logs.d.ts
4
+ declare const RecallaiListZoomOauthAppLogsInput: z.ZodTypeAny;
5
+ declare const RecallaiListZoomOauthAppLogsOutput: z.ZodTypeAny;
6
+ declare const recallaiListZoomOauthAppLogs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListZoomOauthAppLogs };
9
+ //# sourceMappingURL=list-zoom-oauth-app-logs.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-zoom-oauth-app-logs.d.cts","names":[],"sources":["../../src/actions/list-zoom-oauth-app-logs.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAMhD;AAAA,cAMW,kCAAA,EAAoC,CAAA,CAAE,UAIqB;AAAA,cAE3D,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-zoom-oauth-app-logs.d.ts
4
+ declare const RecallaiListZoomOauthAppLogsInput: z.ZodTypeAny;
5
+ declare const RecallaiListZoomOauthAppLogsOutput: z.ZodTypeAny;
6
+ declare const recallaiListZoomOauthAppLogs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListZoomOauthAppLogs };
9
+ //# sourceMappingURL=list-zoom-oauth-app-logs.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-zoom-oauth-app-logs.d.mts","names":[],"sources":["../../src/actions/list-zoom-oauth-app-logs.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAMhD;AAAA,cAMW,kCAAA,EAAoC,CAAA,CAAE,UAIqB;AAAA,cAE3D,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,30 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-zoom-oauth-app-logs.ts
4
+ const RecallaiListZoomOauthAppLogsInput = z.object({
5
+ cursor: z.string().describe("Pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.").optional(),
6
+ ordering: z.string().describe("Field to use when ordering results. Specify a field name to sort the results (e.g., 'created_at', '-created_at' for descending).").optional(),
7
+ oauth_app: z.string().describe("Filter logs by specific Zoom OAuth app identifier (UUID). Use to view logs for a particular OAuth app.").optional(),
8
+ created_at_after: z.string().describe("Filter logs created after this ISO 8601 timestamp. Use to retrieve logs within a specific date range.").optional(),
9
+ created_at_before: z.string().describe("Filter logs created before this ISO 8601 timestamp. Use to retrieve logs within a specific date range.").optional()
10
+ });
11
+ const RecallaiListZoomOauthAppLogs_ZoomOauthAppLogSchema = z.object({
12
+ message: z.string().describe("Log message content describing the warning or error (max 2000 characters)"),
13
+ oauth_app: z.string().describe("UUID of the Zoom OAuth app that generated this log"),
14
+ created_at: z.string().describe("ISO 8601 timestamp when the log entry was created")
15
+ }).describe("Individual Zoom OAuth app log entry");
16
+ const recallaiListZoomOauthAppLogs = action("RECALLAI_LIST_ZOOM_OAUTH_APP_LOGS", {
17
+ slug: "recallai-list-zoom-oauth-app-logs",
18
+ name: "List Zoom OAuth App Logs",
19
+ description: "Tool to retrieve Zoom OAuth app logs from Recall.ai. Use when you need to view warnings or errors related to Zoom OAuth apps for debugging purposes. Supports filtering by OAuth app, creation date, and pagination. Rate limit: 60 requests per minute per workspace.",
20
+ input: RecallaiListZoomOauthAppLogsInput,
21
+ output: z.object({
22
+ next: z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
23
+ results: z.array(RecallaiListZoomOauthAppLogs_ZoomOauthAppLogSchema).describe("List of Zoom OAuth app log entries matching the filter criteria").nullable().optional(),
24
+ previous: z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
25
+ }).describe("Paginated response containing list of Zoom OAuth app logs")
26
+ });
27
+ //#endregion
28
+ export { recallaiListZoomOauthAppLogs };
29
+
30
+ //# sourceMappingURL=list-zoom-oauth-app-logs.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-zoom-oauth-app-logs.mjs","names":[],"sources":["../../src/actions/list-zoom-oauth-app-logs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListZoomOauthAppLogsInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"Pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.\").optional(),\n ordering: z.string().describe(\"Field to use when ordering results. Specify a field name to sort the results (e.g., 'created_at', '-created_at' for descending).\").optional(),\n oauth_app: z.string().describe(\"Filter logs by specific Zoom OAuth app identifier (UUID). Use to view logs for a particular OAuth app.\").optional(),\n created_at_after: z.string().describe(\"Filter logs created after this ISO 8601 timestamp. Use to retrieve logs within a specific date range.\").optional(),\n created_at_before: z.string().describe(\"Filter logs created before this ISO 8601 timestamp. Use to retrieve logs within a specific date range.\").optional(),\n});\nconst RecallaiListZoomOauthAppLogs_ZoomOauthAppLogSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Log message content describing the warning or error (max 2000 characters)\"),\n oauth_app: z.string().describe(\"UUID of the Zoom OAuth app that generated this log\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the log entry was created\"),\n}).describe(\"Individual Zoom OAuth app log entry\");\nexport const RecallaiListZoomOauthAppLogsOutput: 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(RecallaiListZoomOauthAppLogs_ZoomOauthAppLogSchema).describe(\"List of Zoom OAuth app log entries matching the filter criteria\").nullable().optional(),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n}).describe(\"Paginated response containing list of Zoom OAuth app logs\");\n\nexport const recallaiListZoomOauthAppLogs = action(\"RECALLAI_LIST_ZOOM_OAUTH_APP_LOGS\", {\n slug: \"recallai-list-zoom-oauth-app-logs\",\n name: \"List Zoom OAuth App Logs\",\n description: \"Tool to retrieve Zoom OAuth app logs from Recall.ai. Use when you need to view warnings or errors related to Zoom OAuth apps for debugging purposes. Supports filtering by OAuth app, creation date, and pagination. Rate limit: 60 requests per minute per workspace.\",\n input: RecallaiListZoomOauthAppLogsInput,\n output: RecallaiListZoomOauthAppLogsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO;CACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;CAC/J,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kIAAkI,CAAC,CAAC,SAAS;CAC3K,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;CAClJ,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;CACxJ,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;AAC5J,CAAC;AACD,MAAM,qDAAmE,EAAE,OAAO;CAChF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;CACxG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACnF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;AACrF,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAOjD,MAAa,+BAA+B,OAAO,qCAAqC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX8D,EAAE,OAAO;EACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,SAAS,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrK,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
@@ -0,0 +1,38 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-zoom-oauth-apps.ts
4
+ const RecallaiListZoomOauthAppsInput = zod.z.object({
5
+ kind: zod.z.string().describe("Filter by app kind/type. Specify the type of Zoom OAuth app to filter results.").optional(),
6
+ cursor: zod.z.string().describe("Pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.").optional(),
7
+ ordering: zod.z.string().describe("Field to use when ordering results. Specify a field name to sort the results (e.g., 'created_at', '-created_at' for descending).").optional(),
8
+ client_id: zod.z.string().describe("Filter Zoom OAuth apps by client ID. Use to find apps with a specific client ID.").optional(),
9
+ created_at_after: zod.z.string().describe("Filter apps created after this ISO 8601 timestamp. Use to retrieve only recently added apps.").optional(),
10
+ created_at_before: zod.z.string().describe("Filter apps created before this ISO 8601 timestamp. Use to retrieve apps within a date range.").optional(),
11
+ webhook_last_validation_after: zod.z.string().describe("Filter apps with webhook validation after this ISO 8601 timestamp. Use to find apps with recent webhook validations.").optional(),
12
+ webhook_last_validation_before: zod.z.string().describe("Filter apps with webhook validation before this ISO 8601 timestamp. Use to find apps within a validation date range.").optional()
13
+ });
14
+ const RecallaiListZoomOauthApps_ZoomOauthAppSchema = zod.z.object({
15
+ id: zod.z.string().describe("Unique identifier for the Zoom OAuth app"),
16
+ kind: zod.z.string().describe("Type/kind of the Zoom OAuth app"),
17
+ client_id: zod.z.string().describe("OAuth client ID provided by Zoom for this app"),
18
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the app was created"),
19
+ client_secret: zod.z.string().describe("OAuth client secret provided by Zoom for this app"),
20
+ webhook_secret: zod.z.string().describe("Secret used for webhook signature verification"),
21
+ webhook_last_validation: zod.z.string().describe("ISO 8601 timestamp of the last webhook validation").nullable().optional()
22
+ }).describe("Individual Zoom OAuth app details");
23
+ const RecallaiListZoomOauthAppsOutput = zod.z.object({
24
+ next: zod.z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
25
+ results: zod.z.array(RecallaiListZoomOauthApps_ZoomOauthAppSchema).describe("List of Zoom OAuth app objects matching the filter criteria").nullable().optional(),
26
+ previous: zod.z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
27
+ }).describe("Paginated response containing list of Zoom OAuth apps");
28
+ const recallaiListZoomOauthApps = require_action.action("RECALLAI_LIST_ZOOM_OAUTH_APPS", {
29
+ slug: "recallai-list-zoom-oauth-apps",
30
+ name: "List Zoom OAuth Apps",
31
+ description: "Tool to retrieve a list of Zoom OAuth apps configured in Recall.ai. Use when you need to view all registered Zoom OAuth applications, check their configuration, or filter by client ID, creation date, or webhook validation. Supports pagination for large result sets.",
32
+ input: RecallaiListZoomOauthAppsInput,
33
+ output: RecallaiListZoomOauthAppsOutput
34
+ });
35
+ //#endregion
36
+ exports.recallaiListZoomOauthApps = recallaiListZoomOauthApps;
37
+
38
+ //# sourceMappingURL=list-zoom-oauth-apps.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-zoom-oauth-apps.cjs","names":["z","action"],"sources":["../../src/actions/list-zoom-oauth-apps.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListZoomOauthAppsInput: z.ZodTypeAny = z.object({\n kind: z.string().describe(\"Filter by app kind/type. Specify the type of Zoom OAuth app to filter results.\").optional(),\n cursor: z.string().describe(\"Pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.\").optional(),\n ordering: z.string().describe(\"Field to use when ordering results. Specify a field name to sort the results (e.g., 'created_at', '-created_at' for descending).\").optional(),\n client_id: z.string().describe(\"Filter Zoom OAuth apps by client ID. Use to find apps with a specific client ID.\").optional(),\n created_at_after: z.string().describe(\"Filter apps created after this ISO 8601 timestamp. Use to retrieve only recently added apps.\").optional(),\n created_at_before: z.string().describe(\"Filter apps created before this ISO 8601 timestamp. Use to retrieve apps within a date range.\").optional(),\n webhook_last_validation_after: z.string().describe(\"Filter apps with webhook validation after this ISO 8601 timestamp. Use to find apps with recent webhook validations.\").optional(),\n webhook_last_validation_before: z.string().describe(\"Filter apps with webhook validation before this ISO 8601 timestamp. Use to find apps within a validation date range.\").optional(),\n});\nconst RecallaiListZoomOauthApps_ZoomOauthAppSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the Zoom OAuth app\"),\n kind: z.string().describe(\"Type/kind of the Zoom OAuth app\"),\n client_id: z.string().describe(\"OAuth client ID provided by Zoom for this app\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the app was created\"),\n client_secret: z.string().describe(\"OAuth client secret provided by Zoom for this app\"),\n webhook_secret: z.string().describe(\"Secret used for webhook signature verification\"),\n webhook_last_validation: z.string().describe(\"ISO 8601 timestamp of the last webhook validation\").nullable().optional(),\n}).describe(\"Individual Zoom OAuth app details\");\nexport const RecallaiListZoomOauthAppsOutput: 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(RecallaiListZoomOauthApps_ZoomOauthAppSchema).describe(\"List of Zoom OAuth app objects matching the filter criteria\").nullable().optional(),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n}).describe(\"Paginated response containing list of Zoom OAuth apps\");\n\nexport const recallaiListZoomOauthApps = action(\"RECALLAI_LIST_ZOOM_OAUTH_APPS\", {\n slug: \"recallai-list-zoom-oauth-apps\",\n name: \"List Zoom OAuth Apps\",\n description: \"Tool to retrieve a list of Zoom OAuth apps configured in Recall.ai. Use when you need to view all registered Zoom OAuth applications, check their configuration, or filter by client ID, creation date, or webhook validation. Supports pagination for large result sets.\",\n input: RecallaiListZoomOauthAppsInput,\n output: RecallaiListZoomOauthAppsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CACrH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;CAC/J,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kIAAkI,CAAC,CAAC,SAAS;CAC3K,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CAC5H,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;CAC/I,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CACjJ,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sHAAsH,CAAC,CAAC,SAAS;CACpL,gCAAgCA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sHAAsH,CAAC,CAAC,SAAS;AACvL,CAAC;AACD,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC3D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC7E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACtF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACpF,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,SAASA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3J,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,4BAA4BC,eAAAA,OAAO,iCAAiC;CAC/E,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-zoom-oauth-apps.d.ts
4
+ declare const RecallaiListZoomOauthAppsInput: z.ZodTypeAny;
5
+ declare const RecallaiListZoomOauthAppsOutput: z.ZodTypeAny;
6
+ declare const recallaiListZoomOauthApps: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListZoomOauthApps };
9
+ //# sourceMappingURL=list-zoom-oauth-apps.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-zoom-oauth-apps.d.cts","names":[],"sources":["../../src/actions/list-zoom-oauth-apps.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAS7C;AAAA,cAUW,+BAAA,EAAiC,CAAA,CAAE,UAIoB;AAAA,cAEvD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-zoom-oauth-apps.d.ts
4
+ declare const RecallaiListZoomOauthAppsInput: z.ZodTypeAny;
5
+ declare const RecallaiListZoomOauthAppsOutput: z.ZodTypeAny;
6
+ declare const recallaiListZoomOauthApps: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListZoomOauthApps };
9
+ //# sourceMappingURL=list-zoom-oauth-apps.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-zoom-oauth-apps.d.mts","names":[],"sources":["../../src/actions/list-zoom-oauth-apps.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAS7C;AAAA,cAUW,+BAAA,EAAiC,CAAA,CAAE,UAIoB;AAAA,cAEvD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,37 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-zoom-oauth-apps.ts
4
+ const RecallaiListZoomOauthAppsInput = z.object({
5
+ kind: z.string().describe("Filter by app kind/type. Specify the type of Zoom OAuth app to filter results.").optional(),
6
+ cursor: z.string().describe("Pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.").optional(),
7
+ ordering: z.string().describe("Field to use when ordering results. Specify a field name to sort the results (e.g., 'created_at', '-created_at' for descending).").optional(),
8
+ client_id: z.string().describe("Filter Zoom OAuth apps by client ID. Use to find apps with a specific client ID.").optional(),
9
+ created_at_after: z.string().describe("Filter apps created after this ISO 8601 timestamp. Use to retrieve only recently added apps.").optional(),
10
+ created_at_before: z.string().describe("Filter apps created before this ISO 8601 timestamp. Use to retrieve apps within a date range.").optional(),
11
+ webhook_last_validation_after: z.string().describe("Filter apps with webhook validation after this ISO 8601 timestamp. Use to find apps with recent webhook validations.").optional(),
12
+ webhook_last_validation_before: z.string().describe("Filter apps with webhook validation before this ISO 8601 timestamp. Use to find apps within a validation date range.").optional()
13
+ });
14
+ const RecallaiListZoomOauthApps_ZoomOauthAppSchema = z.object({
15
+ id: z.string().describe("Unique identifier for the Zoom OAuth app"),
16
+ kind: z.string().describe("Type/kind of the Zoom OAuth app"),
17
+ client_id: z.string().describe("OAuth client ID provided by Zoom for this app"),
18
+ created_at: z.string().describe("ISO 8601 timestamp when the app was created"),
19
+ client_secret: z.string().describe("OAuth client secret provided by Zoom for this app"),
20
+ webhook_secret: z.string().describe("Secret used for webhook signature verification"),
21
+ webhook_last_validation: z.string().describe("ISO 8601 timestamp of the last webhook validation").nullable().optional()
22
+ }).describe("Individual Zoom OAuth app details");
23
+ const recallaiListZoomOauthApps = action("RECALLAI_LIST_ZOOM_OAUTH_APPS", {
24
+ slug: "recallai-list-zoom-oauth-apps",
25
+ name: "List Zoom OAuth Apps",
26
+ description: "Tool to retrieve a list of Zoom OAuth apps configured in Recall.ai. Use when you need to view all registered Zoom OAuth applications, check their configuration, or filter by client ID, creation date, or webhook validation. Supports pagination for large result sets.",
27
+ input: RecallaiListZoomOauthAppsInput,
28
+ output: z.object({
29
+ next: z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
30
+ results: z.array(RecallaiListZoomOauthApps_ZoomOauthAppSchema).describe("List of Zoom OAuth app objects matching the filter criteria").nullable().optional(),
31
+ previous: z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
32
+ }).describe("Paginated response containing list of Zoom OAuth apps")
33
+ });
34
+ //#endregion
35
+ export { recallaiListZoomOauthApps };
36
+
37
+ //# sourceMappingURL=list-zoom-oauth-apps.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-zoom-oauth-apps.mjs","names":[],"sources":["../../src/actions/list-zoom-oauth-apps.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListZoomOauthAppsInput: z.ZodTypeAny = z.object({\n kind: z.string().describe(\"Filter by app kind/type. Specify the type of Zoom OAuth app to filter results.\").optional(),\n cursor: z.string().describe(\"Pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.\").optional(),\n ordering: z.string().describe(\"Field to use when ordering results. Specify a field name to sort the results (e.g., 'created_at', '-created_at' for descending).\").optional(),\n client_id: z.string().describe(\"Filter Zoom OAuth apps by client ID. Use to find apps with a specific client ID.\").optional(),\n created_at_after: z.string().describe(\"Filter apps created after this ISO 8601 timestamp. Use to retrieve only recently added apps.\").optional(),\n created_at_before: z.string().describe(\"Filter apps created before this ISO 8601 timestamp. Use to retrieve apps within a date range.\").optional(),\n webhook_last_validation_after: z.string().describe(\"Filter apps with webhook validation after this ISO 8601 timestamp. Use to find apps with recent webhook validations.\").optional(),\n webhook_last_validation_before: z.string().describe(\"Filter apps with webhook validation before this ISO 8601 timestamp. Use to find apps within a validation date range.\").optional(),\n});\nconst RecallaiListZoomOauthApps_ZoomOauthAppSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the Zoom OAuth app\"),\n kind: z.string().describe(\"Type/kind of the Zoom OAuth app\"),\n client_id: z.string().describe(\"OAuth client ID provided by Zoom for this app\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the app was created\"),\n client_secret: z.string().describe(\"OAuth client secret provided by Zoom for this app\"),\n webhook_secret: z.string().describe(\"Secret used for webhook signature verification\"),\n webhook_last_validation: z.string().describe(\"ISO 8601 timestamp of the last webhook validation\").nullable().optional(),\n}).describe(\"Individual Zoom OAuth app details\");\nexport const RecallaiListZoomOauthAppsOutput: 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(RecallaiListZoomOauthApps_ZoomOauthAppSchema).describe(\"List of Zoom OAuth app objects matching the filter criteria\").nullable().optional(),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n}).describe(\"Paginated response containing list of Zoom OAuth apps\");\n\nexport const recallaiListZoomOauthApps = action(\"RECALLAI_LIST_ZOOM_OAUTH_APPS\", {\n slug: \"recallai-list-zoom-oauth-apps\",\n name: \"List Zoom OAuth Apps\",\n description: \"Tool to retrieve a list of Zoom OAuth apps configured in Recall.ai. Use when you need to view all registered Zoom OAuth applications, check their configuration, or filter by client ID, creation date, or webhook validation. Supports pagination for large result sets.\",\n input: RecallaiListZoomOauthAppsInput,\n output: RecallaiListZoomOauthAppsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CACrH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;CAC/J,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kIAAkI,CAAC,CAAC,SAAS;CAC3K,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CAC5H,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;CAC/I,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CACjJ,+BAA+B,EAAE,OAAO,CAAC,CAAC,SAAS,sHAAsH,CAAC,CAAC,SAAS;CACpL,gCAAgC,EAAE,OAAO,CAAC,CAAC,SAAS,sHAAsH,CAAC,CAAC,SAAS;AACvL,CAAC;AACD,MAAM,+CAA6D,EAAE,OAAO;CAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC3D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC7E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACtF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACpF,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAO/C,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX2D,EAAE,OAAO;EACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,SAAS,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3J,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
@@ -0,0 +1,31 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-zoom-oauth-credential-logs.ts
4
+ const RecallaiListZoomOauthCredentialLogsInput = zod.z.object({
5
+ cursor: zod.z.string().describe("Pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.").optional(),
6
+ ordering: zod.z.string().describe("Field to use when ordering the results. Prefix with '-' for descending order (e.g., '-created_at').").optional(),
7
+ credential: zod.z.string().describe("Filter logs by specific OAuth credential UUID. Use to view all logs related to a particular credential.").optional(),
8
+ created_at_after: zod.z.string().describe("Filter logs created after this ISO 8601 timestamp. Use to retrieve only recent logs.").optional(),
9
+ created_at_before: zod.z.string().describe("Filter logs created before this ISO 8601 timestamp. Use to retrieve logs within a date range.").optional()
10
+ });
11
+ const RecallaiListZoomOauthCredentialLogs_ZoomOauthCredentialLogSchema = zod.z.object({
12
+ message: zod.z.string().describe("Log message describing the warning or error (max 2000 characters)"),
13
+ created_at: zod.z.string().describe("ISO 8601 timestamp when this log entry was created"),
14
+ credential: zod.z.string().describe("UUID identifier for the OAuth credential this log relates to")
15
+ }).describe("Individual Zoom OAuth credential log entry");
16
+ const RecallaiListZoomOauthCredentialLogsOutput = zod.z.object({
17
+ next: zod.z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
18
+ results: zod.z.array(RecallaiListZoomOauthCredentialLogs_ZoomOauthCredentialLogSchema).describe("List of Zoom OAuth credential log entries containing warnings and errors").nullable().optional(),
19
+ previous: zod.z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
20
+ }).describe("Paginated response containing list of Zoom OAuth credential logs");
21
+ const recallaiListZoomOauthCredentialLogs = require_action.action("RECALLAI_LIST_ZOOM_OAUTH_CREDENTIAL_LOGS", {
22
+ slug: "recallai-list-zoom-oauth-credential-logs",
23
+ name: "List Zoom OAuth Credential Logs",
24
+ description: "Tool to retrieve all Zoom OAuth Credential logs from Recall.ai. Use when debugging OAuth credential issues or investigating warnings and errors related to Zoom OAuth credentials. Helpful for troubleshooting authentication problems with Zoom bots.",
25
+ input: RecallaiListZoomOauthCredentialLogsInput,
26
+ output: RecallaiListZoomOauthCredentialLogsOutput
27
+ });
28
+ //#endregion
29
+ exports.recallaiListZoomOauthCredentialLogs = recallaiListZoomOauthCredentialLogs;
30
+
31
+ //# sourceMappingURL=list-zoom-oauth-credential-logs.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-zoom-oauth-credential-logs.cjs","names":["z","action"],"sources":["../../src/actions/list-zoom-oauth-credential-logs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListZoomOauthCredentialLogsInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"Pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.\").optional(),\n ordering: z.string().describe(\"Field to use when ordering the results. Prefix with '-' for descending order (e.g., '-created_at').\").optional(),\n credential: z.string().describe(\"Filter logs by specific OAuth credential UUID. Use to view all logs related to a particular credential.\").optional(),\n created_at_after: z.string().describe(\"Filter logs created after this ISO 8601 timestamp. Use to retrieve only recent logs.\").optional(),\n created_at_before: z.string().describe(\"Filter logs created before this ISO 8601 timestamp. Use to retrieve logs within a date range.\").optional(),\n});\nconst RecallaiListZoomOauthCredentialLogs_ZoomOauthCredentialLogSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Log message describing the warning or error (max 2000 characters)\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when this log entry was created\"),\n credential: z.string().describe(\"UUID identifier for the OAuth credential this log relates to\"),\n}).describe(\"Individual Zoom OAuth credential log entry\");\nexport const RecallaiListZoomOauthCredentialLogsOutput: 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(RecallaiListZoomOauthCredentialLogs_ZoomOauthCredentialLogSchema).describe(\"List of Zoom OAuth credential log entries containing warnings and errors\").nullable().optional(),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n}).describe(\"Paginated response containing list of Zoom OAuth credential logs\");\n\nexport const recallaiListZoomOauthCredentialLogs = action(\"RECALLAI_LIST_ZOOM_OAUTH_CREDENTIAL_LOGS\", {\n slug: \"recallai-list-zoom-oauth-credential-logs\",\n name: \"List Zoom OAuth Credential Logs\",\n description: \"Tool to retrieve all Zoom OAuth Credential logs from Recall.ai. Use when debugging OAuth credential issues or investigating warnings and errors related to Zoom OAuth credentials. Helpful for troubleshooting authentication problems with Zoom bots.\",\n input: RecallaiListZoomOauthCredentialLogsInput,\n output: RecallaiListZoomOauthCredentialLogsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;CAC/J,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;CAC9I,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CACpJ,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CACvI,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;AACnJ,CAAC;AACD,MAAM,mEAAiFA,IAAAA,EAAE,OAAO;CAC9F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CAChG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;AAChG,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,SAASA,IAAAA,EAAE,MAAM,gEAAgE,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5L,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAE9E,MAAa,sCAAsCC,eAAAA,OAAO,4CAA4C;CACpG,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-zoom-oauth-credential-logs.d.ts
4
+ declare const RecallaiListZoomOauthCredentialLogsInput: z.ZodTypeAny;
5
+ declare const RecallaiListZoomOauthCredentialLogsOutput: z.ZodTypeAny;
6
+ declare const recallaiListZoomOauthCredentialLogs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListZoomOauthCredentialLogs };
9
+ //# sourceMappingURL=list-zoom-oauth-credential-logs.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-zoom-oauth-credential-logs.d.cts","names":[],"sources":["../../src/actions/list-zoom-oauth-credential-logs.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAMvD;AAAA,cAMW,yCAAA,EAA2C,CAAA,CAAE,UAIqB;AAAA,cAElE,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-zoom-oauth-credential-logs.d.ts
4
+ declare const RecallaiListZoomOauthCredentialLogsInput: z.ZodTypeAny;
5
+ declare const RecallaiListZoomOauthCredentialLogsOutput: z.ZodTypeAny;
6
+ declare const recallaiListZoomOauthCredentialLogs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListZoomOauthCredentialLogs };
9
+ //# sourceMappingURL=list-zoom-oauth-credential-logs.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-zoom-oauth-credential-logs.d.mts","names":[],"sources":["../../src/actions/list-zoom-oauth-credential-logs.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAMvD;AAAA,cAMW,yCAAA,EAA2C,CAAA,CAAE,UAIqB;AAAA,cAElE,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,30 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-zoom-oauth-credential-logs.ts
4
+ const RecallaiListZoomOauthCredentialLogsInput = z.object({
5
+ cursor: z.string().describe("Pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.").optional(),
6
+ ordering: z.string().describe("Field to use when ordering the results. Prefix with '-' for descending order (e.g., '-created_at').").optional(),
7
+ credential: z.string().describe("Filter logs by specific OAuth credential UUID. Use to view all logs related to a particular credential.").optional(),
8
+ created_at_after: z.string().describe("Filter logs created after this ISO 8601 timestamp. Use to retrieve only recent logs.").optional(),
9
+ created_at_before: z.string().describe("Filter logs created before this ISO 8601 timestamp. Use to retrieve logs within a date range.").optional()
10
+ });
11
+ const RecallaiListZoomOauthCredentialLogs_ZoomOauthCredentialLogSchema = z.object({
12
+ message: z.string().describe("Log message describing the warning or error (max 2000 characters)"),
13
+ created_at: z.string().describe("ISO 8601 timestamp when this log entry was created"),
14
+ credential: z.string().describe("UUID identifier for the OAuth credential this log relates to")
15
+ }).describe("Individual Zoom OAuth credential log entry");
16
+ const recallaiListZoomOauthCredentialLogs = action("RECALLAI_LIST_ZOOM_OAUTH_CREDENTIAL_LOGS", {
17
+ slug: "recallai-list-zoom-oauth-credential-logs",
18
+ name: "List Zoom OAuth Credential Logs",
19
+ description: "Tool to retrieve all Zoom OAuth Credential logs from Recall.ai. Use when debugging OAuth credential issues or investigating warnings and errors related to Zoom OAuth credentials. Helpful for troubleshooting authentication problems with Zoom bots.",
20
+ input: RecallaiListZoomOauthCredentialLogsInput,
21
+ output: z.object({
22
+ next: z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
23
+ results: z.array(RecallaiListZoomOauthCredentialLogs_ZoomOauthCredentialLogSchema).describe("List of Zoom OAuth credential log entries containing warnings and errors").nullable().optional(),
24
+ previous: z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
25
+ }).describe("Paginated response containing list of Zoom OAuth credential logs")
26
+ });
27
+ //#endregion
28
+ export { recallaiListZoomOauthCredentialLogs };
29
+
30
+ //# sourceMappingURL=list-zoom-oauth-credential-logs.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-zoom-oauth-credential-logs.mjs","names":[],"sources":["../../src/actions/list-zoom-oauth-credential-logs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListZoomOauthCredentialLogsInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"Pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.\").optional(),\n ordering: z.string().describe(\"Field to use when ordering the results. Prefix with '-' for descending order (e.g., '-created_at').\").optional(),\n credential: z.string().describe(\"Filter logs by specific OAuth credential UUID. Use to view all logs related to a particular credential.\").optional(),\n created_at_after: z.string().describe(\"Filter logs created after this ISO 8601 timestamp. Use to retrieve only recent logs.\").optional(),\n created_at_before: z.string().describe(\"Filter logs created before this ISO 8601 timestamp. Use to retrieve logs within a date range.\").optional(),\n});\nconst RecallaiListZoomOauthCredentialLogs_ZoomOauthCredentialLogSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Log message describing the warning or error (max 2000 characters)\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when this log entry was created\"),\n credential: z.string().describe(\"UUID identifier for the OAuth credential this log relates to\"),\n}).describe(\"Individual Zoom OAuth credential log entry\");\nexport const RecallaiListZoomOauthCredentialLogsOutput: 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(RecallaiListZoomOauthCredentialLogs_ZoomOauthCredentialLogSchema).describe(\"List of Zoom OAuth credential log entries containing warnings and errors\").nullable().optional(),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n}).describe(\"Paginated response containing list of Zoom OAuth credential logs\");\n\nexport const recallaiListZoomOauthCredentialLogs = action(\"RECALLAI_LIST_ZOOM_OAUTH_CREDENTIAL_LOGS\", {\n slug: \"recallai-list-zoom-oauth-credential-logs\",\n name: \"List Zoom OAuth Credential Logs\",\n description: \"Tool to retrieve all Zoom OAuth Credential logs from Recall.ai. Use when debugging OAuth credential issues or investigating warnings and errors related to Zoom OAuth credentials. Helpful for troubleshooting authentication problems with Zoom bots.\",\n input: RecallaiListZoomOauthCredentialLogsInput,\n output: RecallaiListZoomOauthCredentialLogsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyD,EAAE,OAAO;CAC7E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;CAC/J,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;CAC9I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CACpJ,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CACvI,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;AACnJ,CAAC;AACD,MAAM,mEAAiF,EAAE,OAAO;CAC9F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CAChG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;AAChG,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAOxD,MAAa,sCAAsC,OAAO,4CAA4C;CACpG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXqE,EAAE,OAAO;EAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,SAAS,EAAE,MAAM,gEAAgE,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5L,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,CAAC,CAAC,CAAC,SAAS,kEAOF;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/remove-bot-from-call.ts
4
+ const RecallaiRemoveBotFromCallInput = zod.z.object({ id: zod.z.string().describe("The UUID of the bot to remove from the call. The bot must be in an active state (joining_call, in_call_recording, or in_call_not_recording).") });
5
+ const RecallaiRemoveBotFromCallOutput = zod.z.object({
6
+ message: zod.z.string().describe("Optional message about the operation").nullable().optional(),
7
+ success: zod.z.boolean().describe("Indicates whether the bot was successfully removed from the call")
8
+ });
9
+ const recallaiRemoveBotFromCall = require_action.action("RECALLAI_REMOVE_BOT_FROM_CALL", {
10
+ slug: "recallai-remove-bot-from-call",
11
+ name: "Remove bot from call",
12
+ description: "Removes the bot from the meeting call. This action is irreversible and will immediately disconnect the bot. Use this when you need to manually end a bot's participation in a meeting before it would automatically leave. The bot must be in a state where it's joining or in a call (not already completed or failed).",
13
+ input: RecallaiRemoveBotFromCallInput,
14
+ output: RecallaiRemoveBotFromCallOutput
15
+ });
16
+ //#endregion
17
+ exports.recallaiRemoveBotFromCall = recallaiRemoveBotFromCall;
18
+
19
+ //# sourceMappingURL=remove-bot-from-call.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-bot-from-call.cjs","names":["z","action"],"sources":["../../src/actions/remove-bot-from-call.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRemoveBotFromCallInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The UUID of the bot to remove from the call. The bot must be in an active state (joining_call, in_call_recording, or in_call_not_recording).\"),\n});\nexport const RecallaiRemoveBotFromCallOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Optional message about the operation\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the bot was successfully removed from the call\"),\n});\n\nexport const recallaiRemoveBotFromCall = action(\"RECALLAI_REMOVE_BOT_FROM_CALL\", {\n slug: \"recallai-remove-bot-from-call\",\n name: \"Remove bot from call\",\n description: \"Removes the bot from the meeting call. This action is irreversible and will immediately disconnect the bot. Use this when you need to manually end a bot's participation in a meeting before it would automatically leave. The bot must be in a state where it's joining or in a call (not already completed or failed).\",\n input: RecallaiRemoveBotFromCallInput,\n output: RecallaiRemoveBotFromCallOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8IAA8I,EACxK,CAAC;AACD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE;AAClG,CAAC;AAED,MAAa,4BAA4BC,eAAAA,OAAO,iCAAiC;CAC/E,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/remove-bot-from-call.d.ts
4
+ declare const RecallaiRemoveBotFromCallInput: z.ZodTypeAny;
5
+ declare const RecallaiRemoveBotFromCallOutput: z.ZodTypeAny;
6
+ declare const recallaiRemoveBotFromCall: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiRemoveBotFromCall };
9
+ //# sourceMappingURL=remove-bot-from-call.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-bot-from-call.d.cts","names":[],"sources":["../../src/actions/remove-bot-from-call.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cACW,+BAAA,EAAiC,CAAA,CAAE,UAG9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/remove-bot-from-call.d.ts
4
+ declare const RecallaiRemoveBotFromCallInput: z.ZodTypeAny;
5
+ declare const RecallaiRemoveBotFromCallOutput: z.ZodTypeAny;
6
+ declare const recallaiRemoveBotFromCall: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiRemoveBotFromCall };
9
+ //# sourceMappingURL=remove-bot-from-call.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-bot-from-call.d.mts","names":[],"sources":["../../src/actions/remove-bot-from-call.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cACW,+BAAA,EAAiC,CAAA,CAAE,UAG9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const recallaiRemoveBotFromCall = action("RECALLAI_REMOVE_BOT_FROM_CALL", {
4
+ slug: "recallai-remove-bot-from-call",
5
+ name: "Remove bot from call",
6
+ description: "Removes the bot from the meeting call. This action is irreversible and will immediately disconnect the bot. Use this when you need to manually end a bot's participation in a meeting before it would automatically leave. The bot must be in a state where it's joining or in a call (not already completed or failed).",
7
+ input: z.object({ id: z.string().describe("The UUID of the bot to remove from the call. The bot must be in an active state (joining_call, in_call_recording, or in_call_not_recording).") }),
8
+ output: z.object({
9
+ message: z.string().describe("Optional message about the operation").nullable().optional(),
10
+ success: z.boolean().describe("Indicates whether the bot was successfully removed from the call")
11
+ })
12
+ });
13
+ //#endregion
14
+ export { recallaiRemoveBotFromCall };
15
+
16
+ //# sourceMappingURL=remove-bot-from-call.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-bot-from-call.mjs","names":[],"sources":["../../src/actions/remove-bot-from-call.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRemoveBotFromCallInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The UUID of the bot to remove from the call. The bot must be in an active state (joining_call, in_call_recording, or in_call_not_recording).\"),\n});\nexport const RecallaiRemoveBotFromCallOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Optional message about the operation\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the bot was successfully removed from the call\"),\n});\n\nexport const recallaiRemoveBotFromCall = action(\"RECALLAI_REMOVE_BOT_FROM_CALL\", {\n slug: \"recallai-remove-bot-from-call\",\n name: \"Remove bot from call\",\n description: \"Removes the bot from the meeting call. This action is irreversible and will immediately disconnect the bot. Use this when you need to manually end a bot's participation in a meeting before it would automatically leave. The bot must be in a state where it's joining or in a call (not already completed or failed).\",\n input: RecallaiRemoveBotFromCallInput,\n output: RecallaiRemoveBotFromCallOutput,\n});\n"],"mappings":";;AAYA,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ0D,EAAE,OAAO,EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8IAA8I,EACxK,CAUS;CACP,QAV2D,EAAE,OAAO;EACpE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,kEAAkE;CAClG,CAOU;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/retrieve-billing-usage.ts
4
+ const RecallaiRetrieveBillingUsageInput = zod.z.object({
5
+ end: zod.z.string().describe("End date for the billing period in ISO 8601 format (e.g., '2024-01-31T23:59:59Z'). If not provided, usage statistics will include data up to the current date.").optional(),
6
+ start: zod.z.string().describe("Start date for the billing period in ISO 8601 format (e.g., '2024-01-01T00:00:00Z'). If not provided, usage statistics will start from the earliest available date.").optional()
7
+ });
8
+ const RecallaiRetrieveBillingUsageOutput = zod.z.object({ bot_total: zod.z.number().describe("The total amount of time, in seconds, of bots used during the specified period.") });
9
+ const recallaiRetrieveBillingUsage = require_action.action("RECALLAI_RETRIEVE_BILLING_USAGE", {
10
+ slug: "recallai-retrieve-billing-usage",
11
+ name: "Retrieve Billing Usage",
12
+ description: "Retrieve bot usage statistics for billing purposes. Returns the total amount of bot usage time in seconds for a specified date range. Use this to monitor usage, track billing metrics, or analyze bot activity over time.",
13
+ input: RecallaiRetrieveBillingUsageInput,
14
+ output: RecallaiRetrieveBillingUsageOutput
15
+ });
16
+ //#endregion
17
+ exports.recallaiRetrieveBillingUsage = recallaiRetrieveBillingUsage;
18
+
19
+ //# sourceMappingURL=retrieve-billing-usage.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-billing-usage.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-billing-usage.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveBillingUsageInput: z.ZodTypeAny = z.object({\n end: z.string().describe(\"End date for the billing period in ISO 8601 format (e.g., '2024-01-31T23:59:59Z'). If not provided, usage statistics will include data up to the current date.\").optional(),\n start: z.string().describe(\"Start date for the billing period in ISO 8601 format (e.g., '2024-01-01T00:00:00Z'). If not provided, usage statistics will start from the earliest available date.\").optional(),\n});\nexport const RecallaiRetrieveBillingUsageOutput: z.ZodTypeAny = z.object({\n bot_total: z.number().describe(\"The total amount of time, in seconds, of bots used during the specified period.\"),\n});\n\nexport const recallaiRetrieveBillingUsage = action(\"RECALLAI_RETRIEVE_BILLING_USAGE\", {\n slug: \"recallai-retrieve-billing-usage\",\n name: \"Retrieve Billing Usage\",\n description: \"Retrieve bot usage statistics for billing purposes. Returns the total amount of bot usage time in seconds for a specified date range. Use this to monitor usage, track billing metrics, or analyze bot activity over time.\",\n input: RecallaiRetrieveBillingUsageInput,\n output: RecallaiRetrieveBillingUsageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gKAAgK,CAAC,CAAC,SAAS;CACpM,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qKAAqK,CAAC,CAAC,SAAS;AAC7M,CAAC;AACD,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,EAClH,CAAC;AAED,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,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/retrieve-billing-usage.d.ts
4
+ declare const RecallaiRetrieveBillingUsageInput: z.ZodTypeAny;
5
+ declare const RecallaiRetrieveBillingUsageOutput: z.ZodTypeAny;
6
+ declare const recallaiRetrieveBillingUsage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiRetrieveBillingUsage };
9
+ //# sourceMappingURL=retrieve-billing-usage.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-billing-usage.d.cts","names":[],"sources":["../../src/actions/retrieve-billing-usage.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAGhD;AAAA,cACW,kCAAA,EAAoC,CAAA,CAAE,UAEjD;AAAA,cAEW,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/retrieve-billing-usage.d.ts
4
+ declare const RecallaiRetrieveBillingUsageInput: z.ZodTypeAny;
5
+ declare const RecallaiRetrieveBillingUsageOutput: z.ZodTypeAny;
6
+ declare const recallaiRetrieveBillingUsage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiRetrieveBillingUsage };
9
+ //# sourceMappingURL=retrieve-billing-usage.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-billing-usage.d.mts","names":[],"sources":["../../src/actions/retrieve-billing-usage.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAGhD;AAAA,cACW,kCAAA,EAAoC,CAAA,CAAE,UAEjD;AAAA,cAEW,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const recallaiRetrieveBillingUsage = action("RECALLAI_RETRIEVE_BILLING_USAGE", {
4
+ slug: "recallai-retrieve-billing-usage",
5
+ name: "Retrieve Billing Usage",
6
+ description: "Retrieve bot usage statistics for billing purposes. Returns the total amount of bot usage time in seconds for a specified date range. Use this to monitor usage, track billing metrics, or analyze bot activity over time.",
7
+ input: z.object({
8
+ end: z.string().describe("End date for the billing period in ISO 8601 format (e.g., '2024-01-31T23:59:59Z'). If not provided, usage statistics will include data up to the current date.").optional(),
9
+ start: z.string().describe("Start date for the billing period in ISO 8601 format (e.g., '2024-01-01T00:00:00Z'). If not provided, usage statistics will start from the earliest available date.").optional()
10
+ }),
11
+ output: z.object({ bot_total: z.number().describe("The total amount of time, in seconds, of bots used during the specified period.") })
12
+ });
13
+ //#endregion
14
+ export { recallaiRetrieveBillingUsage };
15
+
16
+ //# sourceMappingURL=retrieve-billing-usage.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-billing-usage.mjs","names":[],"sources":["../../src/actions/retrieve-billing-usage.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveBillingUsageInput: z.ZodTypeAny = z.object({\n end: z.string().describe(\"End date for the billing period in ISO 8601 format (e.g., '2024-01-31T23:59:59Z'). If not provided, usage statistics will include data up to the current date.\").optional(),\n start: z.string().describe(\"Start date for the billing period in ISO 8601 format (e.g., '2024-01-01T00:00:00Z'). If not provided, usage statistics will start from the earliest available date.\").optional(),\n});\nexport const RecallaiRetrieveBillingUsageOutput: z.ZodTypeAny = z.object({\n bot_total: z.number().describe(\"The total amount of time, in seconds, of bots used during the specified period.\"),\n});\n\nexport const recallaiRetrieveBillingUsage = action(\"RECALLAI_RETRIEVE_BILLING_USAGE\", {\n slug: \"recallai-retrieve-billing-usage\",\n name: \"Retrieve Billing Usage\",\n description: \"Retrieve bot usage statistics for billing purposes. Returns the total amount of bot usage time in seconds for a specified date range. Use this to monitor usage, track billing metrics, or analyze bot activity over time.\",\n input: RecallaiRetrieveBillingUsageInput,\n output: RecallaiRetrieveBillingUsageOutput,\n});\n"],"mappings":";;AAYA,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZ6D,EAAE,OAAO;EACtE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gKAAgK,CAAC,CAAC,SAAS;EACpM,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qKAAqK,CAAC,CAAC,SAAS;CAC7M,CASS;CACP,QAT8D,EAAE,OAAO,EACvE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,EAClH,CAOU;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/retrieve-bot.ts
4
+ const RecallaiRetrieveBotInput = zod.z.object({ bot_id: zod.z.string().describe("The unique identifier (UUID) of the bot instance to retrieve. This ID is returned when creating a bot or can be obtained from the list bots endpoint.") });
5
+ const RecallaiRetrieveBotOutput = zod.z.object({
6
+ id: zod.z.string().describe("The unique identifier (UUID) of the bot."),
7
+ join_at: zod.z.string().describe("The ISO 8601 timestamp when the bot joined or is scheduled to join the call. This field is cleared after the bot joins.").nullable().optional(),
8
+ bot_name: zod.z.string().describe("The display name of the bot (e.g., 'Meeting Notetaker')."),
9
+ metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom metadata attached to the bot instance.").nullable().optional(),
10
+ recordings: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("A list of recording objects associated with the bot. Each recording contains download URLs for video, audio, and transcripts.").nullable().optional(),
11
+ meeting_url: zod.z.record(zod.z.string(), zod.z.unknown()).describe("The parsed meeting URL object containing meeting_id, platform, and other platform-specific fields. This field will be cleared a few days after the bot has joined a call. Note: Returns as an object, not a string.").nullable().optional(),
12
+ status_changes: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("A chronological list of status changes for the bot, each containing code (e.g., 'joining_call', 'in_call_active', 'fatal'), message, created_at timestamp, and optional sub_code.").nullable().optional(),
13
+ automatic_leave: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Settings that control when the bot automatically leaves the call, including timeouts for waiting room, empty meetings, and recording states.").nullable().optional(),
14
+ recording_config: zod.z.record(zod.z.string(), zod.z.unknown()).describe("The recording configuration for the bot, including settings for video layout, transcription, retention, and automatic behaviors.").nullable().optional(),
15
+ calendar_meetings: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("A list of calendar meetings associated with the bot, if scheduled through calendar integration.").nullable().optional()
16
+ });
17
+ const recallaiRetrieveBot = require_action.action("RECALLAI_RETRIEVE_BOT", {
18
+ slug: "recallai-retrieve-bot",
19
+ name: "Retrieve bot",
20
+ description: "Retrieve detailed information about a specific bot instance by its ID. Returns comprehensive bot data including meeting details, recording configuration, status history, recordings, and automatic leave settings. Use this to check bot status, access recordings, or monitor bot lifecycle events.",
21
+ input: RecallaiRetrieveBotInput,
22
+ output: RecallaiRetrieveBotOutput
23
+ });
24
+ //#endregion
25
+ exports.recallaiRetrieveBot = recallaiRetrieveBot;
26
+
27
+ //# sourceMappingURL=retrieve-bot.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieve-bot.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-bot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveBotInput: z.ZodTypeAny = z.object({\n bot_id: z.string().describe(\"The unique identifier (UUID) of the bot instance to retrieve. This ID is returned when creating a bot or can be obtained from the list bots endpoint.\"),\n});\nexport const RecallaiRetrieveBotOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the bot.\"),\n join_at: z.string().describe(\"The ISO 8601 timestamp when the bot joined or is scheduled to join the call. This field is cleared after the bot joins.\").nullable().optional(),\n bot_name: z.string().describe(\"The display name of the bot (e.g., 'Meeting Notetaker').\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata attached to the bot instance.\").nullable().optional(),\n recordings: z.array(z.record(z.string(), z.unknown())).describe(\"A list of recording objects associated with the bot. Each recording contains download URLs for video, audio, and transcripts.\").nullable().optional(),\n meeting_url: z.record(z.string(), z.unknown()).describe(\"The parsed meeting URL object containing meeting_id, platform, and other platform-specific fields. This field will be cleared a few days after the bot has joined a call. Note: Returns as an object, not a string.\").nullable().optional(),\n status_changes: z.array(z.record(z.string(), z.unknown())).describe(\"A chronological list of status changes for the bot, each containing code (e.g., 'joining_call', 'in_call_active', 'fatal'), message, created_at timestamp, and optional sub_code.\").nullable().optional(),\n automatic_leave: z.record(z.string(), z.unknown()).describe(\"Settings that control when the bot automatically leaves the call, including timeouts for waiting room, empty meetings, and recording states.\").nullable().optional(),\n recording_config: z.record(z.string(), z.unknown()).describe(\"The recording configuration for the bot, including settings for video layout, transcription, retention, and automatic behaviors.\").nullable().optional(),\n calendar_meetings: z.array(z.record(z.string(), z.unknown())).describe(\"A list of calendar meetings associated with the bot, if scheduled through calendar integration.\").nullable().optional(),\n});\n\nexport const recallaiRetrieveBot = action(\"RECALLAI_RETRIEVE_BOT\", {\n slug: \"recallai-retrieve-bot\",\n name: \"Retrieve bot\",\n description: \"Retrieve detailed information about a specific bot instance by its ID. Returns comprehensive bot data including meeting details, recording configuration, status history, recordings, and automatic leave settings. Use this to check bot status, access recordings, or monitor bot lifecycle events.\",\n input: RecallaiRetrieveBotInput,\n output: RecallaiRetrieveBotOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uJAAuJ,EACrL,CAAC;AACD,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5K,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACxF,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrN,aAAaA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qNAAqN,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnS,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,mLAAmL,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7Q,iBAAiBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChO,kBAAkBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kIAAkI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrN,mBAAmBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChM,CAAC;AAED,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}