@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,54 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-recording.ts
4
+ const RecallaiUpdateRecordingInput = z.object({
5
+ id: z.string().describe("A UUID string identifying the recording to update."),
6
+ metadata: z.object({}).describe("Custom metadata to attach to the recording. Use this to store application-specific data like user IDs, session identifiers, or custom tags. Keys and values must be strings or null.").optional()
7
+ });
8
+ const RecallaiUpdateRecording_BotReferenceSchema = z.object({
9
+ id: z.string().describe("The unique identifier (UUID) of the bot."),
10
+ metadata: z.object({}).describe("Custom metadata attached to the bot instance.")
11
+ }).describe("Reference to a bot instance.");
12
+ const RecallaiUpdateRecording_RecordingStatusSchema = z.object({
13
+ code: z.string().describe("The status code of the recording."),
14
+ sub_code: z.string().describe("The sub-status code of the recording.").nullable().optional(),
15
+ updated_at: z.string().describe("The ISO 8601 timestamp when the status was last updated.").nullable().optional()
16
+ }).describe("Status information for a recording.");
17
+ const RecallaiUpdateRecording_MediaShortcutsSchema = z.object({
18
+ transcript: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
19
+ audio_mixed: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
20
+ video_mixed: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
21
+ meeting_metadata: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
22
+ participant_events: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional()
23
+ }).describe("Media shortcuts for accessing different media types.");
24
+ const RecallaiUpdateRecording_DesktopSdkUploadSchema = z.object({
25
+ id: z.string().describe("The unique identifier (UUID) of the desktop SDK upload."),
26
+ metadata: z.object({}).describe("Custom metadata attached to the desktop SDK upload.")
27
+ }).describe("Reference to a desktop SDK upload.");
28
+ const RecallaiUpdateRecording_RealtimeEndpointSchema = z.object({
29
+ id: z.string().describe("The unique identifier (UUID) of the realtime endpoint."),
30
+ metadata: z.object({}).describe("Custom metadata attached to the realtime endpoint.")
31
+ }).describe("Reference to a realtime endpoint.");
32
+ const recallaiUpdateRecording = action("RECALLAI_UPDATE_RECORDING", {
33
+ slug: "recallai-update-recording",
34
+ name: "Update Recording",
35
+ description: "Tool to update a recording's metadata. Use when you need to update custom metadata fields on an existing recording without modifying other recording properties.",
36
+ input: RecallaiUpdateRecordingInput,
37
+ output: z.object({
38
+ id: z.string().describe("The unique identifier (UUID) of the recording."),
39
+ bot: RecallaiUpdateRecording_BotReferenceSchema.nullable().optional(),
40
+ status: RecallaiUpdateRecording_RecordingStatusSchema.nullable().optional(),
41
+ metadata: z.object({}).describe("Custom metadata attached to the recording."),
42
+ created_at: z.string().describe("The ISO 8601 timestamp when the recording was created."),
43
+ expires_at: z.string().describe("The ISO 8601 timestamp when the recording will expire and be automatically deleted.").nullable().optional(),
44
+ started_at: z.string().describe("The ISO 8601 timestamp when the recording started. Null if recording has not started yet.").nullable().optional(),
45
+ completed_at: z.string().describe("The ISO 8601 timestamp when the recording was completed. Null if recording is still in progress.").nullable().optional(),
46
+ media_shortcuts: RecallaiUpdateRecording_MediaShortcutsSchema.nullable().optional(),
47
+ desktop_sdk_upload: RecallaiUpdateRecording_DesktopSdkUploadSchema.nullable().optional(),
48
+ realtime_endpoints: z.array(RecallaiUpdateRecording_RealtimeEndpointSchema).describe("List of realtime endpoints associated with this recording for streaming data.")
49
+ })
50
+ });
51
+ //#endregion
52
+ export { recallaiUpdateRecording };
53
+
54
+ //# sourceMappingURL=update-recording.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-recording.mjs","names":[],"sources":["../../src/actions/update-recording.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateRecordingInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the recording to update.\"),\n metadata: z.object({}).describe(\"Custom metadata to attach to the recording. Use this to store application-specific data like user IDs, session identifiers, or custom tags. Keys and values must be strings or null.\").optional(),\n});\nconst RecallaiUpdateRecording_BotReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the bot.\"),\n metadata: z.object({}).describe(\"Custom metadata attached to the bot instance.\"),\n}).describe(\"Reference to a bot instance.\");\nconst RecallaiUpdateRecording_RecordingStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"The status code of the recording.\"),\n sub_code: z.string().describe(\"The sub-status code of the recording.\").nullable().optional(),\n updated_at: z.string().describe(\"The ISO 8601 timestamp when the status was last updated.\").nullable().optional(),\n}).describe(\"Status information for a recording.\");\nconst RecallaiUpdateRecording_MediaShortcutsSchema: z.ZodTypeAny = z.object({\n transcript: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n audio_mixed: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n video_mixed: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n meeting_metadata: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n participant_events: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n}).describe(\"Media shortcuts for accessing different media types.\");\nconst RecallaiUpdateRecording_DesktopSdkUploadSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the desktop SDK upload.\"),\n metadata: z.object({}).describe(\"Custom metadata attached to the desktop SDK upload.\"),\n}).describe(\"Reference to a desktop SDK upload.\");\nconst RecallaiUpdateRecording_RealtimeEndpointSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the realtime endpoint.\"),\n metadata: z.object({}).describe(\"Custom metadata attached to the realtime endpoint.\"),\n}).describe(\"Reference to a realtime endpoint.\");\nexport const RecallaiUpdateRecordingOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the recording.\"),\n bot: RecallaiUpdateRecording_BotReferenceSchema.nullable().optional(),\n status: RecallaiUpdateRecording_RecordingStatusSchema.nullable().optional(),\n metadata: z.object({}).describe(\"Custom metadata attached to the recording.\"),\n created_at: z.string().describe(\"The ISO 8601 timestamp when the recording was created.\"),\n expires_at: z.string().describe(\"The ISO 8601 timestamp when the recording will expire and be automatically deleted.\").nullable().optional(),\n started_at: z.string().describe(\"The ISO 8601 timestamp when the recording started. Null if recording has not started yet.\").nullable().optional(),\n completed_at: z.string().describe(\"The ISO 8601 timestamp when the recording was completed. Null if recording is still in progress.\").nullable().optional(),\n media_shortcuts: RecallaiUpdateRecording_MediaShortcutsSchema.nullable().optional(),\n desktop_sdk_upload: RecallaiUpdateRecording_DesktopSdkUploadSchema.nullable().optional(),\n realtime_endpoints: z.array(RecallaiUpdateRecording_RealtimeEndpointSchema).describe(\"List of realtime endpoints associated with this recording for streaming data.\"),\n});\n\nexport const recallaiUpdateRecording = action(\"RECALLAI_UPDATE_RECORDING\", {\n slug: \"recallai-update-recording\",\n name: \"Update Recording\",\n description: \"Tool to update a recording's metadata. Use when you need to update custom metadata fields on an existing recording without modifying other recording properties.\",\n input: RecallaiUpdateRecordingInput,\n output: RecallaiUpdateRecordingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sLAAsL,CAAC,CAAC,SAAS;AACnO,CAAC;AACD,MAAM,6CAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+CAA+C;AACjF,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAC1C,MAAM,gDAA8D,EAAE,OAAO;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC7D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClH,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,+CAA6D,EAAE,OAAO;CAC1E,YAAY,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAa,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,aAAa,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,kBAAkB,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,oBAAoB,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACjF,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAChF,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD;AACtF,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAe/C,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAnByD,EAAE,OAAO;EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EACxE,KAAK,2CAA2C,SAAS,CAAC,CAAC,SAAS;EACpE,QAAQ,8CAA8C,SAAS,CAAC,CAAC,SAAS;EAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4CAA4C;EAC5E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjJ,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1J,iBAAiB,6CAA6C,SAAS,CAAC,CAAC,SAAS;EAClF,oBAAoB,+CAA+C,SAAS,CAAC,CAAC,SAAS;EACvF,oBAAoB,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,+EAA+E;CACtK,CAOU;AACV,CAAC"}
@@ -0,0 +1,49 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-video-mixed.ts
4
+ const RecallaiUpdateVideoMixedInput = zod.z.object({
5
+ id: zod.z.string().describe("A UUID string identifying this video mixed artifact"),
6
+ data: zod.z.object({ download_url: zod.z.string().describe("URL to download the mixed video file (null if not ready)").optional() }).describe("Data object containing download URL for the video").optional(),
7
+ format: zod.z.string().describe("Format of the mixed video file. Currently only 'mp4' is supported").optional(),
8
+ status: zod.z.object({
9
+ code: zod.z.string().describe("Status code indicating the current state of the video mixed artifact"),
10
+ sub_code: zod.z.string().describe("Detailed sub-code providing additional status information").optional(),
11
+ updated_at: zod.z.string().describe("ISO 8601 timestamp when the status was last updated")
12
+ }).describe("Status information for the video mixed artifact").optional(),
13
+ metadata: zod.z.object({}).describe("Custom metadata dictionary to attach to the video mixed artifact. Values can be strings or null.").optional(),
14
+ recording: zod.z.object({
15
+ id: zod.z.string().describe("Unique identifier of the recording"),
16
+ metadata: zod.z.object({}).describe("Custom metadata associated with the recording")
17
+ }).describe("Recording information associated with the video mixed artifact").optional(),
18
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the video mixed artifact was created").optional()
19
+ });
20
+ const RecallaiUpdateVideoMixed_VideoMixedDataSchema = zod.z.object({ download_url: zod.z.string().describe("URL to download the mixed video file (null if not ready)").nullable().optional() }).describe("Data object containing download URL for the video");
21
+ const RecallaiUpdateVideoMixed_VideoMixedStatusSchema = zod.z.object({
22
+ code: zod.z.string().describe("Status code indicating the current state of the video mixed artifact"),
23
+ sub_code: zod.z.string().describe("Detailed sub-code providing additional status information").nullable().optional(),
24
+ updated_at: zod.z.string().describe("ISO 8601 timestamp when the status was last updated")
25
+ }).describe("Status information for the video mixed artifact");
26
+ const RecallaiUpdateVideoMixed_VideoMixedRecordingSchema = zod.z.object({
27
+ id: zod.z.string().describe("Unique identifier of the recording"),
28
+ metadata: zod.z.object({}).describe("Custom metadata associated with the recording")
29
+ }).describe("Recording information associated with the video mixed artifact");
30
+ const RecallaiUpdateVideoMixedOutput = zod.z.object({
31
+ id: zod.z.string().describe("Unique identifier (UUID) of the video mixed artifact"),
32
+ data: RecallaiUpdateVideoMixed_VideoMixedDataSchema.nullable(),
33
+ format: zod.z.string().describe("Format of the mixed video file (e.g., 'mp4')"),
34
+ status: RecallaiUpdateVideoMixed_VideoMixedStatusSchema.nullable(),
35
+ metadata: zod.z.object({}).describe("Custom metadata dictionary attached to the video mixed artifact"),
36
+ recording: RecallaiUpdateVideoMixed_VideoMixedRecordingSchema.nullable(),
37
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the video mixed artifact was created")
38
+ });
39
+ const recallaiUpdateVideoMixed = require_action.action("RECALLAI_UPDATE_VIDEO_MIXED", {
40
+ slug: "recallai-update-video-mixed",
41
+ name: "Update Video Mixed",
42
+ description: "Tool to partially update a video mixed artifact by ID. Use when you need to update metadata or other properties of an existing video mixed artifact without replacing the entire resource. This is commonly used to attach custom metadata to video recordings.",
43
+ input: RecallaiUpdateVideoMixedInput,
44
+ output: RecallaiUpdateVideoMixedOutput
45
+ });
46
+ //#endregion
47
+ exports.recallaiUpdateVideoMixed = recallaiUpdateVideoMixed;
48
+
49
+ //# sourceMappingURL=update-video-mixed.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-video-mixed.cjs","names":["z","action"],"sources":["../../src/actions/update-video-mixed.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateVideoMixedInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying this video mixed artifact\"),\n data: z.object({\n download_url: z.string().describe(\"URL to download the mixed video file (null if not ready)\").optional(),\n}).describe(\"Data object containing download URL for the video\").optional(),\n format: z.string().describe(\"Format of the mixed video file. Currently only 'mp4' is supported\").optional(),\n status: z.object({\n code: z.string().describe(\"Status code indicating the current state of the video mixed artifact\"),\n sub_code: z.string().describe(\"Detailed sub-code providing additional status information\").optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Status information for the video mixed artifact\").optional(),\n metadata: z.object({}).describe(\"Custom metadata dictionary to attach to the video mixed artifact. Values can be strings or null.\").optional(),\n recording: z.object({\n id: z.string().describe(\"Unique identifier of the recording\"),\n metadata: z.object({}).describe(\"Custom metadata associated with the recording\"),\n}).describe(\"Recording information associated with the video mixed artifact\").optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the video mixed artifact was created\").optional(),\n});\nconst RecallaiUpdateVideoMixed_VideoMixedDataSchema: z.ZodTypeAny = z.object({\n download_url: z.string().describe(\"URL to download the mixed video file (null if not ready)\").nullable().optional(),\n}).describe(\"Data object containing download URL for the video\");\nconst RecallaiUpdateVideoMixed_VideoMixedStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code indicating the current state of the video mixed artifact\"),\n sub_code: z.string().describe(\"Detailed sub-code providing additional status information\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Status information for the video mixed artifact\");\nconst RecallaiUpdateVideoMixed_VideoMixedRecordingSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the recording\"),\n metadata: z.object({}).describe(\"Custom metadata associated with the recording\"),\n}).describe(\"Recording information associated with the video mixed artifact\");\nexport const RecallaiUpdateVideoMixedOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the video mixed artifact\"),\n data: RecallaiUpdateVideoMixed_VideoMixedDataSchema.nullable(),\n format: z.string().describe(\"Format of the mixed video file (e.g., 'mp4')\"),\n status: RecallaiUpdateVideoMixed_VideoMixedStatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata dictionary attached to the video mixed artifact\"),\n recording: RecallaiUpdateVideoMixed_VideoMixedRecordingSchema.nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the video mixed artifact was created\"),\n});\n\nexport const recallaiUpdateVideoMixed = action(\"RECALLAI_UPDATE_VIDEO_MIXED\", {\n slug: \"recallai-update-video-mixed\",\n name: \"Update Video Mixed\",\n description: \"Tool to partially update a video mixed artifact by ID. Use when you need to update metadata or other properties of an existing video mixed artifact without replacing the entire resource. This is commonly used to attach custom metadata to video recordings.\",\n input: RecallaiUpdateVideoMixedInput,\n output: RecallaiUpdateVideoMixedOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC7E,MAAMA,IAAAA,EAAE,OAAO,EACf,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,EACzG,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC1G,QAAQA,IAAAA,EAAE,OAAO;EACjB,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;EAChG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;EACpG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACvF,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CAC7I,WAAWA,IAAAA,EAAE,OAAO;EACpB,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;EAC5D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+CAA+C;CACjF,CAAC,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AAC3G,CAAC;AACD,MAAM,gDAA8DA,IAAAA,EAAE,OAAO,EAC3E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpH,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CAChG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+CAA+C;AACjF,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAC9E,MAAM,8CAA8C,SAAS;CAC7D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC1E,QAAQ,gDAAgD,SAAS;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iEAAiE;CACjG,WAAW,mDAAmD,SAAS;CACvE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;AAChG,CAAC;AAED,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,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/update-video-mixed.d.ts
4
+ declare const RecallaiUpdateVideoMixedInput: z.ZodTypeAny;
5
+ declare const RecallaiUpdateVideoMixedOutput: z.ZodTypeAny;
6
+ declare const recallaiUpdateVideoMixed: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiUpdateVideoMixed };
9
+ //# sourceMappingURL=update-video-mixed.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-video-mixed.d.cts","names":[],"sources":["../../src/actions/update-video-mixed.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAiB5C;AAAA,cAaW,8BAAA,EAAgC,CAAA,CAAE,UAQ7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-video-mixed.d.ts
4
+ declare const RecallaiUpdateVideoMixedInput: z.ZodTypeAny;
5
+ declare const RecallaiUpdateVideoMixedOutput: z.ZodTypeAny;
6
+ declare const recallaiUpdateVideoMixed: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiUpdateVideoMixed };
9
+ //# sourceMappingURL=update-video-mixed.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-video-mixed.d.mts","names":[],"sources":["../../src/actions/update-video-mixed.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAiB5C;AAAA,cAaW,8BAAA,EAAgC,CAAA,CAAE,UAQ7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,48 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-video-mixed.ts
4
+ const RecallaiUpdateVideoMixedInput = z.object({
5
+ id: z.string().describe("A UUID string identifying this video mixed artifact"),
6
+ data: z.object({ download_url: z.string().describe("URL to download the mixed video file (null if not ready)").optional() }).describe("Data object containing download URL for the video").optional(),
7
+ format: z.string().describe("Format of the mixed video file. Currently only 'mp4' is supported").optional(),
8
+ status: z.object({
9
+ code: z.string().describe("Status code indicating the current state of the video mixed artifact"),
10
+ sub_code: z.string().describe("Detailed sub-code providing additional status information").optional(),
11
+ updated_at: z.string().describe("ISO 8601 timestamp when the status was last updated")
12
+ }).describe("Status information for the video mixed artifact").optional(),
13
+ metadata: z.object({}).describe("Custom metadata dictionary to attach to the video mixed artifact. Values can be strings or null.").optional(),
14
+ recording: z.object({
15
+ id: z.string().describe("Unique identifier of the recording"),
16
+ metadata: z.object({}).describe("Custom metadata associated with the recording")
17
+ }).describe("Recording information associated with the video mixed artifact").optional(),
18
+ created_at: z.string().describe("ISO 8601 timestamp when the video mixed artifact was created").optional()
19
+ });
20
+ const RecallaiUpdateVideoMixed_VideoMixedDataSchema = z.object({ download_url: z.string().describe("URL to download the mixed video file (null if not ready)").nullable().optional() }).describe("Data object containing download URL for the video");
21
+ const RecallaiUpdateVideoMixed_VideoMixedStatusSchema = z.object({
22
+ code: z.string().describe("Status code indicating the current state of the video mixed artifact"),
23
+ sub_code: z.string().describe("Detailed sub-code providing additional status information").nullable().optional(),
24
+ updated_at: z.string().describe("ISO 8601 timestamp when the status was last updated")
25
+ }).describe("Status information for the video mixed artifact");
26
+ const RecallaiUpdateVideoMixed_VideoMixedRecordingSchema = z.object({
27
+ id: z.string().describe("Unique identifier of the recording"),
28
+ metadata: z.object({}).describe("Custom metadata associated with the recording")
29
+ }).describe("Recording information associated with the video mixed artifact");
30
+ const recallaiUpdateVideoMixed = action("RECALLAI_UPDATE_VIDEO_MIXED", {
31
+ slug: "recallai-update-video-mixed",
32
+ name: "Update Video Mixed",
33
+ description: "Tool to partially update a video mixed artifact by ID. Use when you need to update metadata or other properties of an existing video mixed artifact without replacing the entire resource. This is commonly used to attach custom metadata to video recordings.",
34
+ input: RecallaiUpdateVideoMixedInput,
35
+ output: z.object({
36
+ id: z.string().describe("Unique identifier (UUID) of the video mixed artifact"),
37
+ data: RecallaiUpdateVideoMixed_VideoMixedDataSchema.nullable(),
38
+ format: z.string().describe("Format of the mixed video file (e.g., 'mp4')"),
39
+ status: RecallaiUpdateVideoMixed_VideoMixedStatusSchema.nullable(),
40
+ metadata: z.object({}).describe("Custom metadata dictionary attached to the video mixed artifact"),
41
+ recording: RecallaiUpdateVideoMixed_VideoMixedRecordingSchema.nullable(),
42
+ created_at: z.string().describe("ISO 8601 timestamp when the video mixed artifact was created")
43
+ })
44
+ });
45
+ //#endregion
46
+ export { recallaiUpdateVideoMixed };
47
+
48
+ //# sourceMappingURL=update-video-mixed.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-video-mixed.mjs","names":[],"sources":["../../src/actions/update-video-mixed.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateVideoMixedInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying this video mixed artifact\"),\n data: z.object({\n download_url: z.string().describe(\"URL to download the mixed video file (null if not ready)\").optional(),\n}).describe(\"Data object containing download URL for the video\").optional(),\n format: z.string().describe(\"Format of the mixed video file. Currently only 'mp4' is supported\").optional(),\n status: z.object({\n code: z.string().describe(\"Status code indicating the current state of the video mixed artifact\"),\n sub_code: z.string().describe(\"Detailed sub-code providing additional status information\").optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Status information for the video mixed artifact\").optional(),\n metadata: z.object({}).describe(\"Custom metadata dictionary to attach to the video mixed artifact. Values can be strings or null.\").optional(),\n recording: z.object({\n id: z.string().describe(\"Unique identifier of the recording\"),\n metadata: z.object({}).describe(\"Custom metadata associated with the recording\"),\n}).describe(\"Recording information associated with the video mixed artifact\").optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the video mixed artifact was created\").optional(),\n});\nconst RecallaiUpdateVideoMixed_VideoMixedDataSchema: z.ZodTypeAny = z.object({\n download_url: z.string().describe(\"URL to download the mixed video file (null if not ready)\").nullable().optional(),\n}).describe(\"Data object containing download URL for the video\");\nconst RecallaiUpdateVideoMixed_VideoMixedStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code indicating the current state of the video mixed artifact\"),\n sub_code: z.string().describe(\"Detailed sub-code providing additional status information\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Status information for the video mixed artifact\");\nconst RecallaiUpdateVideoMixed_VideoMixedRecordingSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the recording\"),\n metadata: z.object({}).describe(\"Custom metadata associated with the recording\"),\n}).describe(\"Recording information associated with the video mixed artifact\");\nexport const RecallaiUpdateVideoMixedOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the video mixed artifact\"),\n data: RecallaiUpdateVideoMixed_VideoMixedDataSchema.nullable(),\n format: z.string().describe(\"Format of the mixed video file (e.g., 'mp4')\"),\n status: RecallaiUpdateVideoMixed_VideoMixedStatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata dictionary attached to the video mixed artifact\"),\n recording: RecallaiUpdateVideoMixed_VideoMixedRecordingSchema.nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the video mixed artifact was created\"),\n});\n\nexport const recallaiUpdateVideoMixed = action(\"RECALLAI_UPDATE_VIDEO_MIXED\", {\n slug: \"recallai-update-video-mixed\",\n name: \"Update Video Mixed\",\n description: \"Tool to partially update a video mixed artifact by ID. Use when you need to update metadata or other properties of an existing video mixed artifact without replacing the entire resource. This is commonly used to attach custom metadata to video recordings.\",\n input: RecallaiUpdateVideoMixedInput,\n output: RecallaiUpdateVideoMixedOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO;CAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC7E,MAAM,EAAE,OAAO,EACf,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,EACzG,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC1G,QAAQ,EAAE,OAAO;EACjB,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;EAChG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;EACpG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACvF,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACtE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CAC7I,WAAW,EAAE,OAAO;EACpB,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;EAC5D,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+CAA+C;CACjF,CAAC,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACrF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AAC3G,CAAC;AACD,MAAM,gDAA8D,EAAE,OAAO,EAC3E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpH,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,kDAAgE,EAAE,OAAO;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CAChG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,qDAAmE,EAAE,OAAO;CAChF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+CAA+C;AACjF,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAW5E,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAf0D,EAAE,OAAO;EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EAC9E,MAAM,8CAA8C,SAAS;EAC7D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC1E,QAAQ,gDAAgD,SAAS;EACjE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iEAAiE;EACjG,WAAW,mDAAmD,SAAS;EACvE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAChG,CAOU;AACV,CAAC"}
@@ -0,0 +1,29 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-zoom-o-auth-app.ts
4
+ const RecallaiUpdateZoomOAuthAppInput = zod.z.object({
5
+ id: zod.z.string().describe("A UUID string identifying the Zoom OAuth app to update."),
6
+ client_secret: zod.z.string().describe("The client secret for the Zoom OAuth app. Use this to update the app's authentication credentials.").optional(),
7
+ webhook_secret: zod.z.string().describe("The webhook secret for verifying webhook requests from Zoom. Update this to enhance security or rotate credentials.").optional()
8
+ });
9
+ const RecallaiUpdateZoomOAuthApp_ZoomOAuthAppKindSchema = zod.z.enum(["user_level", "account_level"]).describe("Type of Zoom OAuth application.");
10
+ const RecallaiUpdateZoomOAuthAppOutput = zod.z.object({
11
+ id: zod.z.string().describe("The unique identifier (UUID) of the Zoom OAuth app."),
12
+ kind: RecallaiUpdateZoomOAuthApp_ZoomOAuthAppKindSchema.nullable(),
13
+ client_id: zod.z.string().describe("The client ID for the Zoom OAuth app."),
14
+ created_at: zod.z.string().describe("The ISO 8601 timestamp when the Zoom OAuth app was created."),
15
+ client_secret: zod.z.string().describe("The client secret for the Zoom OAuth app."),
16
+ webhook_secret: zod.z.string().describe("The webhook secret for verifying webhook requests from Zoom."),
17
+ webhook_last_validation: zod.z.string().describe("The ISO 8601 timestamp when the webhook was last validated. Null if never validated.").nullable().optional()
18
+ });
19
+ const recallaiUpdateZoomOAuthApp = require_action.action("RECALLAI_UPDATE_ZOOM_O_AUTH_APP", {
20
+ slug: "recallai-update-zoom-o-auth-app",
21
+ name: "Update Zoom OAuth App",
22
+ description: "Tool to update an existing Zoom OAuth App's credentials. Use when you need to update the client secret or webhook secret for a Zoom OAuth app without changing other properties.",
23
+ input: RecallaiUpdateZoomOAuthAppInput,
24
+ output: RecallaiUpdateZoomOAuthAppOutput
25
+ });
26
+ //#endregion
27
+ exports.recallaiUpdateZoomOAuthApp = recallaiUpdateZoomOAuthApp;
28
+
29
+ //# sourceMappingURL=update-zoom-o-auth-app.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-zoom-o-auth-app.cjs","names":["z","action"],"sources":["../../src/actions/update-zoom-o-auth-app.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateZoomOAuthAppInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the Zoom OAuth app to update.\"),\n client_secret: z.string().describe(\"The client secret for the Zoom OAuth app. Use this to update the app's authentication credentials.\").optional(),\n webhook_secret: z.string().describe(\"The webhook secret for verifying webhook requests from Zoom. Update this to enhance security or rotate credentials.\").optional(),\n});\nconst RecallaiUpdateZoomOAuthApp_ZoomOAuthAppKindSchema: z.ZodTypeAny = z.enum([\"user_level\", \"account_level\"]).describe(\"Type of Zoom OAuth application.\");\nexport const RecallaiUpdateZoomOAuthAppOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the Zoom OAuth app.\"),\n kind: RecallaiUpdateZoomOAuthApp_ZoomOAuthAppKindSchema.nullable(),\n client_id: z.string().describe(\"The client ID for the Zoom OAuth app.\"),\n created_at: z.string().describe(\"The ISO 8601 timestamp when the Zoom OAuth app was created.\"),\n client_secret: z.string().describe(\"The client secret for the Zoom OAuth app.\"),\n webhook_secret: z.string().describe(\"The webhook secret for verifying webhook requests from Zoom.\"),\n webhook_last_validation: z.string().describe(\"The ISO 8601 timestamp when the webhook was last validated. Null if never validated.\").nullable().optional(),\n});\n\nexport const recallaiUpdateZoomOAuthApp = action(\"RECALLAI_UPDATE_ZOOM_O_AUTH_APP\", {\n slug: \"recallai-update-zoom-o-auth-app\",\n name: \"Update Zoom OAuth App\",\n description: \"Tool to update an existing Zoom OAuth App's credentials. Use when you need to update the client secret or webhook secret for a Zoom OAuth app without changing other properties.\",\n input: RecallaiUpdateZoomOAuthAppInput,\n output: RecallaiUpdateZoomOAuthAppOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACjF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CAClJ,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,CAAC,CAAC,SAAS;AACtK,CAAC;AACD,MAAM,oDAAkEA,IAAAA,EAAE,KAAK,CAAC,cAAc,eAAe,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC1J,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC7E,MAAM,kDAAkD,SAAS;CACjE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACtE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC7F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC9E,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAClG,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3J,CAAC;AAED,MAAa,6BAA6BC,eAAAA,OAAO,mCAAmC;CAClF,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/update-zoom-o-auth-app.d.ts
4
+ declare const RecallaiUpdateZoomOAuthAppInput: z.ZodTypeAny;
5
+ declare const RecallaiUpdateZoomOAuthAppOutput: z.ZodTypeAny;
6
+ declare const recallaiUpdateZoomOAuthApp: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiUpdateZoomOAuthApp };
9
+ //# sourceMappingURL=update-zoom-o-auth-app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-zoom-o-auth-app.d.cts","names":[],"sources":["../../src/actions/update-zoom-o-auth-app.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAI9C;AAAA,cAEW,gCAAA,EAAkC,CAAA,CAAE,UAQ/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-zoom-o-auth-app.d.ts
4
+ declare const RecallaiUpdateZoomOAuthAppInput: z.ZodTypeAny;
5
+ declare const RecallaiUpdateZoomOAuthAppOutput: z.ZodTypeAny;
6
+ declare const recallaiUpdateZoomOAuthApp: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiUpdateZoomOAuthApp };
9
+ //# sourceMappingURL=update-zoom-o-auth-app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-zoom-o-auth-app.d.mts","names":[],"sources":["../../src/actions/update-zoom-o-auth-app.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAI9C;AAAA,cAEW,gCAAA,EAAkC,CAAA,CAAE,UAQ/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,28 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-zoom-o-auth-app.ts
4
+ const RecallaiUpdateZoomOAuthAppInput = z.object({
5
+ id: z.string().describe("A UUID string identifying the Zoom OAuth app to update."),
6
+ client_secret: z.string().describe("The client secret for the Zoom OAuth app. Use this to update the app's authentication credentials.").optional(),
7
+ webhook_secret: z.string().describe("The webhook secret for verifying webhook requests from Zoom. Update this to enhance security or rotate credentials.").optional()
8
+ });
9
+ const RecallaiUpdateZoomOAuthApp_ZoomOAuthAppKindSchema = z.enum(["user_level", "account_level"]).describe("Type of Zoom OAuth application.");
10
+ const recallaiUpdateZoomOAuthApp = action("RECALLAI_UPDATE_ZOOM_O_AUTH_APP", {
11
+ slug: "recallai-update-zoom-o-auth-app",
12
+ name: "Update Zoom OAuth App",
13
+ description: "Tool to update an existing Zoom OAuth App's credentials. Use when you need to update the client secret or webhook secret for a Zoom OAuth app without changing other properties.",
14
+ input: RecallaiUpdateZoomOAuthAppInput,
15
+ output: z.object({
16
+ id: z.string().describe("The unique identifier (UUID) of the Zoom OAuth app."),
17
+ kind: RecallaiUpdateZoomOAuthApp_ZoomOAuthAppKindSchema.nullable(),
18
+ client_id: z.string().describe("The client ID for the Zoom OAuth app."),
19
+ created_at: z.string().describe("The ISO 8601 timestamp when the Zoom OAuth app was created."),
20
+ client_secret: z.string().describe("The client secret for the Zoom OAuth app."),
21
+ webhook_secret: z.string().describe("The webhook secret for verifying webhook requests from Zoom."),
22
+ webhook_last_validation: z.string().describe("The ISO 8601 timestamp when the webhook was last validated. Null if never validated.").nullable().optional()
23
+ })
24
+ });
25
+ //#endregion
26
+ export { recallaiUpdateZoomOAuthApp };
27
+
28
+ //# sourceMappingURL=update-zoom-o-auth-app.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-zoom-o-auth-app.mjs","names":[],"sources":["../../src/actions/update-zoom-o-auth-app.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateZoomOAuthAppInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the Zoom OAuth app to update.\"),\n client_secret: z.string().describe(\"The client secret for the Zoom OAuth app. Use this to update the app's authentication credentials.\").optional(),\n webhook_secret: z.string().describe(\"The webhook secret for verifying webhook requests from Zoom. Update this to enhance security or rotate credentials.\").optional(),\n});\nconst RecallaiUpdateZoomOAuthApp_ZoomOAuthAppKindSchema: z.ZodTypeAny = z.enum([\"user_level\", \"account_level\"]).describe(\"Type of Zoom OAuth application.\");\nexport const RecallaiUpdateZoomOAuthAppOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the Zoom OAuth app.\"),\n kind: RecallaiUpdateZoomOAuthApp_ZoomOAuthAppKindSchema.nullable(),\n client_id: z.string().describe(\"The client ID for the Zoom OAuth app.\"),\n created_at: z.string().describe(\"The ISO 8601 timestamp when the Zoom OAuth app was created.\"),\n client_secret: z.string().describe(\"The client secret for the Zoom OAuth app.\"),\n webhook_secret: z.string().describe(\"The webhook secret for verifying webhook requests from Zoom.\"),\n webhook_last_validation: z.string().describe(\"The ISO 8601 timestamp when the webhook was last validated. Null if never validated.\").nullable().optional(),\n});\n\nexport const recallaiUpdateZoomOAuthApp = action(\"RECALLAI_UPDATE_ZOOM_O_AUTH_APP\", {\n slug: \"recallai-update-zoom-o-auth-app\",\n name: \"Update Zoom OAuth App\",\n description: \"Tool to update an existing Zoom OAuth App's credentials. Use when you need to update the client secret or webhook secret for a Zoom OAuth app without changing other properties.\",\n input: RecallaiUpdateZoomOAuthAppInput,\n output: RecallaiUpdateZoomOAuthAppOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACjF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CAClJ,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,CAAC,CAAC,SAAS;AACtK,CAAC;AACD,MAAM,oDAAkE,EAAE,KAAK,CAAC,cAAc,eAAe,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAW1J,MAAa,6BAA6B,OAAO,mCAAmC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAf4D,EAAE,OAAO;EACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EAC7E,MAAM,kDAAkD,SAAS;EACjE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EACtE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;EAC7F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;EAC9E,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EAClG,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3J,CAOU;AACV,CAAC"}
package/dist/app.cjs ADDED
@@ -0,0 +1,9 @@
1
+ //#region src/app.ts
2
+ const recallai = (0, require("@keystrokehq/keystroke/app").defineApp)({
3
+ slug: "recallai",
4
+ auth: "keystroke"
5
+ });
6
+ //#endregion
7
+ exports.recallai = recallai;
8
+
9
+ //# sourceMappingURL=app.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const recallai = defineApp({\n slug: \"recallai\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,YAAA,uCAAA,CAAA,CAAA,UAAA,CAAqB;CAChC,MAAM;CACN,MAAM;AACR,CAAC"}
package/dist/app.d.cts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const recallai: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { recallai };
5
+ //# sourceMappingURL=app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,QAAA,6BAAQ,GAAA,+BAAA,UAAA"}
package/dist/app.d.mts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const recallai: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { recallai };
5
+ //# sourceMappingURL=app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,QAAA,6BAAQ,GAAA,+BAAA,UAAA"}
package/dist/app.mjs ADDED
@@ -0,0 +1,10 @@
1
+ import { defineApp } from "@keystrokehq/keystroke/app";
2
+ //#region src/app.ts
3
+ const recallai = defineApp({
4
+ slug: "recallai",
5
+ auth: "keystroke"
6
+ });
7
+ //#endregion
8
+ export { recallai };
9
+
10
+ //# sourceMappingURL=app.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const recallai = defineApp({\n slug: \"recallai\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,WAAW,UAAU;CAChC,MAAM;CACN,MAAM;AACR,CAAC"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const recallaiCatalog = {
4
+ "slug": "recallai",
5
+ "name": "Recall.ai",
6
+ "description": "Recall AI provides a unified API to integrate meeting bots and access conversation data from major video conferencing platforms, enabling seamless automation, transcription, and analysis of virtual meetings.",
7
+ "category": "AI Meeting Assistants",
8
+ "logo": "https://logos.composio.dev/api/recallai",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ exports.recallaiCatalog = recallaiCatalog;
14
+
15
+ //# sourceMappingURL=catalog.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const recallaiCatalog = {\n \"slug\": \"recallai\",\n \"name\": \"Recall.ai\",\n \"description\": \"Recall AI provides a unified API to integrate meeting bots and access conversation data from major video conferencing platforms, enabling seamless automation, transcription, and analysis of virtual meetings.\",\n \"category\": \"AI Meeting Assistants\",\n \"logo\": \"https://logos.composio.dev/api/recallai\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const recallaiCatalog: {
4
+ readonly slug: "recallai";
5
+ readonly name: "Recall.ai";
6
+ readonly description: "Recall AI provides a unified API to integrate meeting bots and access conversation data from major video conferencing platforms, enabling seamless automation, transcription, and analysis of virtual meetings.";
7
+ readonly category: "AI Meeting Assistants";
8
+ readonly logo: "https://logos.composio.dev/api/recallai";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { recallaiCatalog };
14
+ //# sourceMappingURL=catalog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,eAAA;EAAA"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const recallaiCatalog: {
4
+ readonly slug: "recallai";
5
+ readonly name: "Recall.ai";
6
+ readonly description: "Recall AI provides a unified API to integrate meeting bots and access conversation data from major video conferencing platforms, enabling seamless automation, transcription, and analysis of virtual meetings.";
7
+ readonly category: "AI Meeting Assistants";
8
+ readonly logo: "https://logos.composio.dev/api/recallai";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { recallaiCatalog };
14
+ //# sourceMappingURL=catalog.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,eAAA;EAAA"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const recallaiCatalog = {
4
+ "slug": "recallai",
5
+ "name": "Recall.ai",
6
+ "description": "Recall AI provides a unified API to integrate meeting bots and access conversation data from major video conferencing platforms, enabling seamless automation, transcription, and analysis of virtual meetings.",
7
+ "category": "AI Meeting Assistants",
8
+ "logo": "https://logos.composio.dev/api/recallai",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ export { recallaiCatalog };
14
+
15
+ //# sourceMappingURL=catalog.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const recallaiCatalog = {\n \"slug\": \"recallai\",\n \"name\": \"Recall.ai\",\n \"description\": \"Recall AI provides a unified API to integrate meeting bots and access conversation data from major video conferencing platforms, enabling seamless automation, transcription, and analysis of virtual meetings.\",\n \"category\": \"AI Meeting Assistants\",\n \"logo\": \"https://logos.composio.dev/api/recallai\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,18 @@
1
+ let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "recallai";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeRecallaiTool(tool, args) {
7
+ const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ exports.executeRecallaiTool = executeRecallaiTool;
17
+
18
+ //# sourceMappingURL=execute.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"recallai\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeRecallaiTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,oBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
@@ -0,0 +1,18 @@
1
+ import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "recallai";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeRecallaiTool(tool, args) {
7
+ const { result } = await createKeystrokeClient().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ export { executeRecallaiTool };
17
+
18
+ //# sourceMappingURL=execute.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"recallai\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeRecallaiTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,oBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}