@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,44 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-calendar-events.ts
4
+ const RecallaiListCalendarEventsInput = z.object({
5
+ cursor: z.string().describe("The pagination cursor value for retrieving the next page.").optional(),
6
+ ical_uid: z.string().describe("Filter results by iCal UID. Case-sensitive prefix match will be performed.").optional(),
7
+ is_deleted: z.boolean().describe("Filter results by deletion status.").optional(),
8
+ start_time: z.string().describe("Filter results by exact start time in ISO 8601 format (e.g., '2024-01-15T10:00:00Z').").optional(),
9
+ calendar_id: z.string().describe("Filter results by calendar ID.").optional(),
10
+ start_time__gte: z.string().describe("Filter results where start time is greater than or equal to the specified timestamp in ISO 8601 format.").optional(),
11
+ start_time__lte: z.string().describe("Filter results where start time is less than or equal to the specified timestamp in ISO 8601 format.").optional(),
12
+ updated_at__gte: z.string().describe("Filter results where updated_at is greater than or equal to the specified timestamp in ISO 8601 format.").optional()
13
+ });
14
+ const RecallaiListCalendarEvents_CalendarEventSchema = z.object({
15
+ id: z.string().describe("Unique calendar event identifier (UUID)"),
16
+ raw: z.record(z.string(), z.unknown()).describe("Raw event data from the calendar platform"),
17
+ bots: z.array(z.unknown()).describe("List of bots associated with this calendar event"),
18
+ end_time: z.string().describe("Event end time in ISO 8601 format (e.g., '2024-01-15T11:00:00Z')"),
19
+ ical_uid: z.string().describe("iCal UID for the calendar event"),
20
+ platform: z.string().describe("Calendar platform (e.g., 'google', 'microsoft')"),
21
+ created_at: z.string().describe("Timestamp when the event was created in Recall.ai"),
22
+ is_deleted: z.boolean().describe("Whether the event has been deleted"),
23
+ start_time: z.string().describe("Event start time in ISO 8601 format (e.g., '2024-01-15T10:00:00Z')"),
24
+ updated_at: z.string().describe("Timestamp when the event was last updated in Recall.ai"),
25
+ calendar_id: z.string().describe("ID of the calendar this event belongs to"),
26
+ meeting_url: z.string().describe("Meeting URL extracted from the event").nullable().optional(),
27
+ platform_id: z.string().describe("Platform-specific event identifier"),
28
+ meeting_platform: z.record(z.string(), z.unknown()).describe("Meeting platform details").nullable().optional()
29
+ }).describe("Individual calendar event details");
30
+ const recallaiListCalendarEvents = action("RECALLAI_LIST_CALENDAR_EVENTS", {
31
+ slug: "recallai-list-calendar-events",
32
+ name: "List Calendar Events",
33
+ description: "Get a list of calendar events from connected calendars. Returns paginated calendar events with details about meeting URLs, platforms, and associated bots. Use filters like start_time__gte and start_time__lte to retrieve events within specific time ranges.",
34
+ input: RecallaiListCalendarEventsInput,
35
+ output: z.object({
36
+ next: z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
37
+ results: z.array(RecallaiListCalendarEvents_CalendarEventSchema).describe("List of calendar event objects"),
38
+ previous: z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
39
+ })
40
+ });
41
+ //#endregion
42
+ export { recallaiListCalendarEvents };
43
+
44
+ //# sourceMappingURL=list-calendar-events.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-calendar-events.mjs","names":[],"sources":["../../src/actions/list-calendar-events.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListCalendarEventsInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"The pagination cursor value for retrieving the next page.\").optional(),\n ical_uid: z.string().describe(\"Filter results by iCal UID. Case-sensitive prefix match will be performed.\").optional(),\n is_deleted: z.boolean().describe(\"Filter results by deletion status.\").optional(),\n start_time: z.string().describe(\"Filter results by exact start time in ISO 8601 format (e.g., '2024-01-15T10:00:00Z').\").optional(),\n calendar_id: z.string().describe(\"Filter results by calendar ID.\").optional(),\n start_time__gte: z.string().describe(\"Filter results where start time is greater than or equal to the specified timestamp in ISO 8601 format.\").optional(),\n start_time__lte: z.string().describe(\"Filter results where start time is less than or equal to the specified timestamp in ISO 8601 format.\").optional(),\n updated_at__gte: z.string().describe(\"Filter results where updated_at is greater than or equal to the specified timestamp in ISO 8601 format.\").optional(),\n});\nconst RecallaiListCalendarEvents_CalendarEventSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique calendar event identifier (UUID)\"),\n raw: z.record(z.string(), z.unknown()).describe(\"Raw event data from the calendar platform\"),\n bots: z.array(z.unknown()).describe(\"List of bots associated with this calendar event\"),\n end_time: z.string().describe(\"Event end time in ISO 8601 format (e.g., '2024-01-15T11:00:00Z')\"),\n ical_uid: z.string().describe(\"iCal UID for the calendar event\"),\n platform: z.string().describe(\"Calendar platform (e.g., 'google', 'microsoft')\"),\n created_at: z.string().describe(\"Timestamp when the event was created in Recall.ai\"),\n is_deleted: z.boolean().describe(\"Whether the event has been deleted\"),\n start_time: z.string().describe(\"Event start time in ISO 8601 format (e.g., '2024-01-15T10:00:00Z')\"),\n updated_at: z.string().describe(\"Timestamp when the event was last updated in Recall.ai\"),\n calendar_id: z.string().describe(\"ID of the calendar this event belongs to\"),\n meeting_url: z.string().describe(\"Meeting URL extracted from the event\").nullable().optional(),\n platform_id: z.string().describe(\"Platform-specific event identifier\"),\n meeting_platform: z.record(z.string(), z.unknown()).describe(\"Meeting platform details\").nullable().optional(),\n}).describe(\"Individual calendar event details\");\nexport const RecallaiListCalendarEventsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results (null if no more pages)\").nullable().optional(),\n results: z.array(RecallaiListCalendarEvents_CalendarEventSchema).describe(\"List of calendar event objects\"),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n});\n\nexport const recallaiListCalendarEvents = action(\"RECALLAI_LIST_CALENDAR_EVENTS\", {\n slug: \"recallai-list-calendar-events\",\n name: \"List Calendar Events\",\n description: \"Get a list of calendar events from connected calendars. Returns paginated calendar events with details about meeting URLs, platforms, and associated bots. Use filters like start_time__gte and start_time__lte to retrieve events within specific time ranges.\",\n input: RecallaiListCalendarEventsInput,\n output: RecallaiListCalendarEventsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CAClG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CACrH,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAChF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS;CAClI,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CAC5E,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CACzJ,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CACtJ,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;AAC3J,CAAC;AACD,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACjE,KAAK,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2CAA2C;CAC3F,MAAM,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kDAAkD;CACtF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAChG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC/D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACnF,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CACrE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACpG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC3E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACrE,kBAAkB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAO/C,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX4D,EAAE,OAAO;EACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,SAAS,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,gCAAgC;EAC1G,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,CAOU;AACV,CAAC"}
@@ -0,0 +1,73 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-calendar-meetings.ts
4
+ const RecallaiListCalendarMeetingsInput = zod.z.object({
5
+ ical_uid: zod.z.string().describe("Filter results by ical_uid. A case-sensitive prefix match will be performed.").optional(),
6
+ start_time_after: zod.z.string().describe("Filter meetings that start after this timestamp (ISO 8601 format).").optional(),
7
+ start_time_before: zod.z.string().describe("Filter meetings that start before this timestamp (ISO 8601 format).").optional(),
8
+ calendar_auth_token: zod.z.string().describe("Calendar JWT authentication token obtained from the Create Calendar Authenticate endpoint. Required for accessing calendar meetings. Valid for 24 hours.")
9
+ });
10
+ const RecallaiListCalendarMeetings_AttendeeSchema = zod.z.object({
11
+ email: zod.z.string().describe("Attendee email address").nullable().optional(),
12
+ display_name: zod.z.string().describe("Attendee display name").nullable().optional(),
13
+ is_organizer: zod.z.boolean().describe("Whether this attendee is the organizer").nullable().optional(),
14
+ response_status: zod.z.string().describe("Response status (e.g., 'accepted', 'declined', 'tentative')").nullable().optional()
15
+ }).describe("Meeting attendee details");
16
+ const RecallaiListCalendarMeetings_MeetInviteSchema = zod.z.object({ meeting_id: zod.z.string().describe("Google Meet meeting ID") }).describe("Google Meet invite details");
17
+ const RecallaiListCalendarMeetings_ZoomInviteSchema = zod.z.object({
18
+ meeting_id: zod.z.string().describe("Zoom meeting ID"),
19
+ meeting_password: zod.z.string().describe("Zoom meeting password").nullable().optional()
20
+ }).describe("Zoom invite details");
21
+ const RecallaiListCalendarMeetings_TeamsInviteSchema = zod.z.object({
22
+ tenant_id: zod.z.string().describe("Teams tenant ID"),
23
+ thread_id: zod.z.string().describe("Teams thread ID"),
24
+ message_id: zod.z.string().describe("Teams message ID"),
25
+ organizer_id: zod.z.string().describe("Teams organizer ID")
26
+ }).describe("Microsoft Teams invite details");
27
+ const RecallaiListCalendarMeetings_WebexInviteSchema = zod.z.object({
28
+ meeting_mtid: zod.z.string().describe("Webex meeting MTID").nullable().optional(),
29
+ meeting_path: zod.z.string().describe("Webex meeting path").nullable().optional(),
30
+ meeting_subdomain: zod.z.string().describe("Webex meeting subdomain"),
31
+ meeting_personal_room_id: zod.z.string().describe("Webex meeting personal room ID").nullable().optional()
32
+ }).describe("Webex invite details");
33
+ const RecallaiListCalendarMeetings_GotoMeetingInviteSchema = zod.z.object({ meeting_id: zod.z.string().describe("GoToMeeting meeting ID") }).describe("GoToMeeting invite details");
34
+ const RecallaiListCalendarMeetings_CalendarMeetingSchema = zod.z.object({
35
+ id: zod.z.string().describe("Unique calendar meeting identifier (UUID)"),
36
+ title: zod.z.string().describe("Meeting title"),
37
+ bot_id: zod.z.string().describe("UUID of the bot assigned to this meeting").nullable().optional(),
38
+ end_time: zod.z.string().describe("ISO 8601 timestamp when the meeting ends"),
39
+ ical_uid: zod.z.string().describe("iCalendar UID for the meeting"),
40
+ platform: zod.z.string().describe("Combined platform identifier"),
41
+ attendees: zod.z.array(RecallaiListCalendarMeetings_AttendeeSchema).describe("List of attendee objects with detailed information"),
42
+ start_time: zod.z.string().describe("ISO 8601 timestamp when the meeting starts"),
43
+ visibility: zod.z.string().describe("Meeting visibility setting. For Google calendar: 'default', 'public', 'private', or 'confidential'. For Microsoft Outlook: 'normal', 'personal', 'private', or 'confidential'. May be null.").nullable().optional(),
44
+ description: zod.z.string().describe("Meeting description"),
45
+ is_external: zod.z.boolean().describe("Whether the meeting includes external participants"),
46
+ meet_invite: RecallaiListCalendarMeetings_MeetInviteSchema.nullable().optional(),
47
+ platform_id: zod.z.string().describe("Platform-specific ID for the calendar event"),
48
+ will_record: zod.z.boolean().describe("Whether this meeting will be recorded by a bot"),
49
+ zoom_invite: RecallaiListCalendarMeetings_ZoomInviteSchema.nullable().optional(),
50
+ is_recurring: zod.z.boolean().describe("Whether this is a recurring meeting"),
51
+ teams_invite: RecallaiListCalendarMeetings_TeamsInviteSchema.nullable().optional(),
52
+ webex_invite: RecallaiListCalendarMeetings_WebexInviteSchema.nullable().optional(),
53
+ attendee_emails: zod.z.array(zod.z.string()).describe("List of email addresses of meeting attendees"),
54
+ is_hosted_by_me: zod.z.boolean().describe("Whether the calendar user is hosting this meeting"),
55
+ organizer_email: zod.z.string().describe("Email address of the meeting organizer"),
56
+ meeting_platform: zod.z.string().describe("Meeting platform (e.g., 'zoom', 'google_meet', 'teams')"),
57
+ calendar_platform: zod.z.string().describe("Calendar platform (e.g., 'google_calendar', 'outlook_calendar')"),
58
+ will_record_reason: zod.z.string().describe("Reason why the meeting will or will not be recorded"),
59
+ goto_meeting_invite: RecallaiListCalendarMeetings_GotoMeetingInviteSchema.nullable().optional(),
60
+ override_should_record: zod.z.boolean().describe("Manual override for whether the meeting should be recorded").nullable().optional()
61
+ }).describe("Individual calendar meeting details");
62
+ const RecallaiListCalendarMeetingsOutput = zod.z.object({ meetings: zod.z.array(RecallaiListCalendarMeetings_CalendarMeetingSchema).describe("List of calendar meeting objects") }).describe("List of calendar meetings");
63
+ const recallaiListCalendarMeetings = require_action.action("RECALLAI_LIST_CALENDAR_MEETINGS", {
64
+ slug: "recallai-list-calendar-meetings",
65
+ name: "List calendar meetings",
66
+ description: "List all calendar meetings for the authenticated calendar user. Filter by iCalendar UID or time range. Use this to retrieve upcoming meetings, find specific events, or sync calendar data with bots.",
67
+ input: RecallaiListCalendarMeetingsInput,
68
+ output: RecallaiListCalendarMeetingsOutput
69
+ });
70
+ //#endregion
71
+ exports.recallaiListCalendarMeetings = recallaiListCalendarMeetings;
72
+
73
+ //# sourceMappingURL=list-calendar-meetings.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-calendar-meetings.cjs","names":["z","action"],"sources":["../../src/actions/list-calendar-meetings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListCalendarMeetingsInput: z.ZodTypeAny = z.object({\n ical_uid: z.string().describe(\"Filter results by ical_uid. A case-sensitive prefix match will be performed.\").optional(),\n start_time_after: z.string().describe(\"Filter meetings that start after this timestamp (ISO 8601 format).\").optional(),\n start_time_before: z.string().describe(\"Filter meetings that start before this timestamp (ISO 8601 format).\").optional(),\n calendar_auth_token: z.string().describe(\"Calendar JWT authentication token obtained from the Create Calendar Authenticate endpoint. Required for accessing calendar meetings. Valid for 24 hours.\"),\n});\nconst RecallaiListCalendarMeetings_AttendeeSchema: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Attendee email address\").nullable().optional(),\n display_name: z.string().describe(\"Attendee display name\").nullable().optional(),\n is_organizer: z.boolean().describe(\"Whether this attendee is the organizer\").nullable().optional(),\n response_status: z.string().describe(\"Response status (e.g., 'accepted', 'declined', 'tentative')\").nullable().optional(),\n}).describe(\"Meeting attendee details\");\nconst RecallaiListCalendarMeetings_MeetInviteSchema: z.ZodTypeAny = z.object({\n meeting_id: z.string().describe(\"Google Meet meeting ID\"),\n}).describe(\"Google Meet invite details\");\nconst RecallaiListCalendarMeetings_ZoomInviteSchema: z.ZodTypeAny = z.object({\n meeting_id: z.string().describe(\"Zoom meeting ID\"),\n meeting_password: z.string().describe(\"Zoom meeting password\").nullable().optional(),\n}).describe(\"Zoom invite details\");\nconst RecallaiListCalendarMeetings_TeamsInviteSchema: z.ZodTypeAny = z.object({\n tenant_id: z.string().describe(\"Teams tenant ID\"),\n thread_id: z.string().describe(\"Teams thread ID\"),\n message_id: z.string().describe(\"Teams message ID\"),\n organizer_id: z.string().describe(\"Teams organizer ID\"),\n}).describe(\"Microsoft Teams invite details\");\nconst RecallaiListCalendarMeetings_WebexInviteSchema: z.ZodTypeAny = z.object({\n meeting_mtid: z.string().describe(\"Webex meeting MTID\").nullable().optional(),\n meeting_path: z.string().describe(\"Webex meeting path\").nullable().optional(),\n meeting_subdomain: z.string().describe(\"Webex meeting subdomain\"),\n meeting_personal_room_id: z.string().describe(\"Webex meeting personal room ID\").nullable().optional(),\n}).describe(\"Webex invite details\");\nconst RecallaiListCalendarMeetings_GotoMeetingInviteSchema: z.ZodTypeAny = z.object({\n meeting_id: z.string().describe(\"GoToMeeting meeting ID\"),\n}).describe(\"GoToMeeting invite details\");\nconst RecallaiListCalendarMeetings_CalendarMeetingSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique calendar meeting identifier (UUID)\"),\n title: z.string().describe(\"Meeting title\"),\n bot_id: z.string().describe(\"UUID of the bot assigned to this meeting\").nullable().optional(),\n end_time: z.string().describe(\"ISO 8601 timestamp when the meeting ends\"),\n ical_uid: z.string().describe(\"iCalendar UID for the meeting\"),\n platform: z.string().describe(\"Combined platform identifier\"),\n attendees: z.array(RecallaiListCalendarMeetings_AttendeeSchema).describe(\"List of attendee objects with detailed information\"),\n start_time: z.string().describe(\"ISO 8601 timestamp when the meeting starts\"),\n visibility: z.string().describe(\"Meeting visibility setting. For Google calendar: 'default', 'public', 'private', or 'confidential'. For Microsoft Outlook: 'normal', 'personal', 'private', or 'confidential'. May be null.\").nullable().optional(),\n description: z.string().describe(\"Meeting description\"),\n is_external: z.boolean().describe(\"Whether the meeting includes external participants\"),\n meet_invite: RecallaiListCalendarMeetings_MeetInviteSchema.nullable().optional(),\n platform_id: z.string().describe(\"Platform-specific ID for the calendar event\"),\n will_record: z.boolean().describe(\"Whether this meeting will be recorded by a bot\"),\n zoom_invite: RecallaiListCalendarMeetings_ZoomInviteSchema.nullable().optional(),\n is_recurring: z.boolean().describe(\"Whether this is a recurring meeting\"),\n teams_invite: RecallaiListCalendarMeetings_TeamsInviteSchema.nullable().optional(),\n webex_invite: RecallaiListCalendarMeetings_WebexInviteSchema.nullable().optional(),\n attendee_emails: z.array(z.string()).describe(\"List of email addresses of meeting attendees\"),\n is_hosted_by_me: z.boolean().describe(\"Whether the calendar user is hosting this meeting\"),\n organizer_email: z.string().describe(\"Email address of the meeting organizer\"),\n meeting_platform: z.string().describe(\"Meeting platform (e.g., 'zoom', 'google_meet', 'teams')\"),\n calendar_platform: z.string().describe(\"Calendar platform (e.g., 'google_calendar', 'outlook_calendar')\"),\n will_record_reason: z.string().describe(\"Reason why the meeting will or will not be recorded\"),\n goto_meeting_invite: RecallaiListCalendarMeetings_GotoMeetingInviteSchema.nullable().optional(),\n override_should_record: z.boolean().describe(\"Manual override for whether the meeting should be recorded\").nullable().optional(),\n}).describe(\"Individual calendar meeting details\");\nexport const RecallaiListCalendarMeetingsOutput: z.ZodTypeAny = z.object({\n meetings: z.array(RecallaiListCalendarMeetings_CalendarMeetingSchema).describe(\"List of calendar meeting objects\"),\n}).describe(\"List of calendar meetings\");\n\nexport const recallaiListCalendarMeetings = action(\"RECALLAI_LIST_CALENDAR_MEETINGS\", {\n slug: \"recallai-list-calendar-meetings\",\n name: \"List calendar meetings\",\n description: \"List all calendar meetings for the authenticated calendar user. Filter by iCalendar UID or time range. Use this to retrieve upcoming meetings, find specific events, or sync calendar data with bots.\",\n input: RecallaiListCalendarMeetingsInput,\n output: RecallaiListCalendarMeetingsOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-calendar-meetings.d.ts
4
+ declare const RecallaiListCalendarMeetingsInput: z.ZodTypeAny;
5
+ declare const RecallaiListCalendarMeetingsOutput: z.ZodTypeAny;
6
+ declare const recallaiListCalendarMeetings: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListCalendarMeetings };
9
+ //# sourceMappingURL=list-calendar-meetings.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-calendar-meetings.d.cts","names":[],"sources":["../../src/actions/list-calendar-meetings.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAKhD;AAAA,cAyDW,kCAAA,EAAoC,CAAA,CAAE,UAEX;AAAA,cAE3B,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-calendar-meetings.d.ts
4
+ declare const RecallaiListCalendarMeetingsInput: z.ZodTypeAny;
5
+ declare const RecallaiListCalendarMeetingsOutput: z.ZodTypeAny;
6
+ declare const recallaiListCalendarMeetings: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListCalendarMeetings };
9
+ //# sourceMappingURL=list-calendar-meetings.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-calendar-meetings.d.mts","names":[],"sources":["../../src/actions/list-calendar-meetings.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAKhD;AAAA,cAyDW,kCAAA,EAAoC,CAAA,CAAE,UAEX;AAAA,cAE3B,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,72 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-calendar-meetings.ts
4
+ const RecallaiListCalendarMeetingsInput = z.object({
5
+ ical_uid: z.string().describe("Filter results by ical_uid. A case-sensitive prefix match will be performed.").optional(),
6
+ start_time_after: z.string().describe("Filter meetings that start after this timestamp (ISO 8601 format).").optional(),
7
+ start_time_before: z.string().describe("Filter meetings that start before this timestamp (ISO 8601 format).").optional(),
8
+ calendar_auth_token: z.string().describe("Calendar JWT authentication token obtained from the Create Calendar Authenticate endpoint. Required for accessing calendar meetings. Valid for 24 hours.")
9
+ });
10
+ const RecallaiListCalendarMeetings_AttendeeSchema = z.object({
11
+ email: z.string().describe("Attendee email address").nullable().optional(),
12
+ display_name: z.string().describe("Attendee display name").nullable().optional(),
13
+ is_organizer: z.boolean().describe("Whether this attendee is the organizer").nullable().optional(),
14
+ response_status: z.string().describe("Response status (e.g., 'accepted', 'declined', 'tentative')").nullable().optional()
15
+ }).describe("Meeting attendee details");
16
+ const RecallaiListCalendarMeetings_MeetInviteSchema = z.object({ meeting_id: z.string().describe("Google Meet meeting ID") }).describe("Google Meet invite details");
17
+ const RecallaiListCalendarMeetings_ZoomInviteSchema = z.object({
18
+ meeting_id: z.string().describe("Zoom meeting ID"),
19
+ meeting_password: z.string().describe("Zoom meeting password").nullable().optional()
20
+ }).describe("Zoom invite details");
21
+ const RecallaiListCalendarMeetings_TeamsInviteSchema = z.object({
22
+ tenant_id: z.string().describe("Teams tenant ID"),
23
+ thread_id: z.string().describe("Teams thread ID"),
24
+ message_id: z.string().describe("Teams message ID"),
25
+ organizer_id: z.string().describe("Teams organizer ID")
26
+ }).describe("Microsoft Teams invite details");
27
+ const RecallaiListCalendarMeetings_WebexInviteSchema = z.object({
28
+ meeting_mtid: z.string().describe("Webex meeting MTID").nullable().optional(),
29
+ meeting_path: z.string().describe("Webex meeting path").nullable().optional(),
30
+ meeting_subdomain: z.string().describe("Webex meeting subdomain"),
31
+ meeting_personal_room_id: z.string().describe("Webex meeting personal room ID").nullable().optional()
32
+ }).describe("Webex invite details");
33
+ const RecallaiListCalendarMeetings_GotoMeetingInviteSchema = z.object({ meeting_id: z.string().describe("GoToMeeting meeting ID") }).describe("GoToMeeting invite details");
34
+ const RecallaiListCalendarMeetings_CalendarMeetingSchema = z.object({
35
+ id: z.string().describe("Unique calendar meeting identifier (UUID)"),
36
+ title: z.string().describe("Meeting title"),
37
+ bot_id: z.string().describe("UUID of the bot assigned to this meeting").nullable().optional(),
38
+ end_time: z.string().describe("ISO 8601 timestamp when the meeting ends"),
39
+ ical_uid: z.string().describe("iCalendar UID for the meeting"),
40
+ platform: z.string().describe("Combined platform identifier"),
41
+ attendees: z.array(RecallaiListCalendarMeetings_AttendeeSchema).describe("List of attendee objects with detailed information"),
42
+ start_time: z.string().describe("ISO 8601 timestamp when the meeting starts"),
43
+ visibility: z.string().describe("Meeting visibility setting. For Google calendar: 'default', 'public', 'private', or 'confidential'. For Microsoft Outlook: 'normal', 'personal', 'private', or 'confidential'. May be null.").nullable().optional(),
44
+ description: z.string().describe("Meeting description"),
45
+ is_external: z.boolean().describe("Whether the meeting includes external participants"),
46
+ meet_invite: RecallaiListCalendarMeetings_MeetInviteSchema.nullable().optional(),
47
+ platform_id: z.string().describe("Platform-specific ID for the calendar event"),
48
+ will_record: z.boolean().describe("Whether this meeting will be recorded by a bot"),
49
+ zoom_invite: RecallaiListCalendarMeetings_ZoomInviteSchema.nullable().optional(),
50
+ is_recurring: z.boolean().describe("Whether this is a recurring meeting"),
51
+ teams_invite: RecallaiListCalendarMeetings_TeamsInviteSchema.nullable().optional(),
52
+ webex_invite: RecallaiListCalendarMeetings_WebexInviteSchema.nullable().optional(),
53
+ attendee_emails: z.array(z.string()).describe("List of email addresses of meeting attendees"),
54
+ is_hosted_by_me: z.boolean().describe("Whether the calendar user is hosting this meeting"),
55
+ organizer_email: z.string().describe("Email address of the meeting organizer"),
56
+ meeting_platform: z.string().describe("Meeting platform (e.g., 'zoom', 'google_meet', 'teams')"),
57
+ calendar_platform: z.string().describe("Calendar platform (e.g., 'google_calendar', 'outlook_calendar')"),
58
+ will_record_reason: z.string().describe("Reason why the meeting will or will not be recorded"),
59
+ goto_meeting_invite: RecallaiListCalendarMeetings_GotoMeetingInviteSchema.nullable().optional(),
60
+ override_should_record: z.boolean().describe("Manual override for whether the meeting should be recorded").nullable().optional()
61
+ }).describe("Individual calendar meeting details");
62
+ const recallaiListCalendarMeetings = action("RECALLAI_LIST_CALENDAR_MEETINGS", {
63
+ slug: "recallai-list-calendar-meetings",
64
+ name: "List calendar meetings",
65
+ description: "List all calendar meetings for the authenticated calendar user. Filter by iCalendar UID or time range. Use this to retrieve upcoming meetings, find specific events, or sync calendar data with bots.",
66
+ input: RecallaiListCalendarMeetingsInput,
67
+ output: z.object({ meetings: z.array(RecallaiListCalendarMeetings_CalendarMeetingSchema).describe("List of calendar meeting objects") }).describe("List of calendar meetings")
68
+ });
69
+ //#endregion
70
+ export { recallaiListCalendarMeetings };
71
+
72
+ //# sourceMappingURL=list-calendar-meetings.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-calendar-meetings.mjs","names":[],"sources":["../../src/actions/list-calendar-meetings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListCalendarMeetingsInput: z.ZodTypeAny = z.object({\n ical_uid: z.string().describe(\"Filter results by ical_uid. A case-sensitive prefix match will be performed.\").optional(),\n start_time_after: z.string().describe(\"Filter meetings that start after this timestamp (ISO 8601 format).\").optional(),\n start_time_before: z.string().describe(\"Filter meetings that start before this timestamp (ISO 8601 format).\").optional(),\n calendar_auth_token: z.string().describe(\"Calendar JWT authentication token obtained from the Create Calendar Authenticate endpoint. Required for accessing calendar meetings. Valid for 24 hours.\"),\n});\nconst RecallaiListCalendarMeetings_AttendeeSchema: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Attendee email address\").nullable().optional(),\n display_name: z.string().describe(\"Attendee display name\").nullable().optional(),\n is_organizer: z.boolean().describe(\"Whether this attendee is the organizer\").nullable().optional(),\n response_status: z.string().describe(\"Response status (e.g., 'accepted', 'declined', 'tentative')\").nullable().optional(),\n}).describe(\"Meeting attendee details\");\nconst RecallaiListCalendarMeetings_MeetInviteSchema: z.ZodTypeAny = z.object({\n meeting_id: z.string().describe(\"Google Meet meeting ID\"),\n}).describe(\"Google Meet invite details\");\nconst RecallaiListCalendarMeetings_ZoomInviteSchema: z.ZodTypeAny = z.object({\n meeting_id: z.string().describe(\"Zoom meeting ID\"),\n meeting_password: z.string().describe(\"Zoom meeting password\").nullable().optional(),\n}).describe(\"Zoom invite details\");\nconst RecallaiListCalendarMeetings_TeamsInviteSchema: z.ZodTypeAny = z.object({\n tenant_id: z.string().describe(\"Teams tenant ID\"),\n thread_id: z.string().describe(\"Teams thread ID\"),\n message_id: z.string().describe(\"Teams message ID\"),\n organizer_id: z.string().describe(\"Teams organizer ID\"),\n}).describe(\"Microsoft Teams invite details\");\nconst RecallaiListCalendarMeetings_WebexInviteSchema: z.ZodTypeAny = z.object({\n meeting_mtid: z.string().describe(\"Webex meeting MTID\").nullable().optional(),\n meeting_path: z.string().describe(\"Webex meeting path\").nullable().optional(),\n meeting_subdomain: z.string().describe(\"Webex meeting subdomain\"),\n meeting_personal_room_id: z.string().describe(\"Webex meeting personal room ID\").nullable().optional(),\n}).describe(\"Webex invite details\");\nconst RecallaiListCalendarMeetings_GotoMeetingInviteSchema: z.ZodTypeAny = z.object({\n meeting_id: z.string().describe(\"GoToMeeting meeting ID\"),\n}).describe(\"GoToMeeting invite details\");\nconst RecallaiListCalendarMeetings_CalendarMeetingSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique calendar meeting identifier (UUID)\"),\n title: z.string().describe(\"Meeting title\"),\n bot_id: z.string().describe(\"UUID of the bot assigned to this meeting\").nullable().optional(),\n end_time: z.string().describe(\"ISO 8601 timestamp when the meeting ends\"),\n ical_uid: z.string().describe(\"iCalendar UID for the meeting\"),\n platform: z.string().describe(\"Combined platform identifier\"),\n attendees: z.array(RecallaiListCalendarMeetings_AttendeeSchema).describe(\"List of attendee objects with detailed information\"),\n start_time: z.string().describe(\"ISO 8601 timestamp when the meeting starts\"),\n visibility: z.string().describe(\"Meeting visibility setting. For Google calendar: 'default', 'public', 'private', or 'confidential'. For Microsoft Outlook: 'normal', 'personal', 'private', or 'confidential'. May be null.\").nullable().optional(),\n description: z.string().describe(\"Meeting description\"),\n is_external: z.boolean().describe(\"Whether the meeting includes external participants\"),\n meet_invite: RecallaiListCalendarMeetings_MeetInviteSchema.nullable().optional(),\n platform_id: z.string().describe(\"Platform-specific ID for the calendar event\"),\n will_record: z.boolean().describe(\"Whether this meeting will be recorded by a bot\"),\n zoom_invite: RecallaiListCalendarMeetings_ZoomInviteSchema.nullable().optional(),\n is_recurring: z.boolean().describe(\"Whether this is a recurring meeting\"),\n teams_invite: RecallaiListCalendarMeetings_TeamsInviteSchema.nullable().optional(),\n webex_invite: RecallaiListCalendarMeetings_WebexInviteSchema.nullable().optional(),\n attendee_emails: z.array(z.string()).describe(\"List of email addresses of meeting attendees\"),\n is_hosted_by_me: z.boolean().describe(\"Whether the calendar user is hosting this meeting\"),\n organizer_email: z.string().describe(\"Email address of the meeting organizer\"),\n meeting_platform: z.string().describe(\"Meeting platform (e.g., 'zoom', 'google_meet', 'teams')\"),\n calendar_platform: z.string().describe(\"Calendar platform (e.g., 'google_calendar', 'outlook_calendar')\"),\n will_record_reason: z.string().describe(\"Reason why the meeting will or will not be recorded\"),\n goto_meeting_invite: RecallaiListCalendarMeetings_GotoMeetingInviteSchema.nullable().optional(),\n override_should_record: z.boolean().describe(\"Manual override for whether the meeting should be recorded\").nullable().optional(),\n}).describe(\"Individual calendar meeting details\");\nexport const RecallaiListCalendarMeetingsOutput: z.ZodTypeAny = z.object({\n meetings: z.array(RecallaiListCalendarMeetings_CalendarMeetingSchema).describe(\"List of calendar meeting objects\"),\n}).describe(\"List of calendar meetings\");\n\nexport const recallaiListCalendarMeetings = action(\"RECALLAI_LIST_CALENDAR_MEETINGS\", {\n slug: \"recallai-list-calendar-meetings\",\n name: \"List calendar meetings\",\n description: \"List all calendar meetings for the authenticated calendar user. Filter by iCalendar UID or time range. Use this to retrieve upcoming meetings, find specific events, or sync calendar data with bots.\",\n input: RecallaiListCalendarMeetingsInput,\n output: RecallaiListCalendarMeetingsOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,36 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-calendar-users.ts
4
+ const RecallaiListCalendarUsersInput = zod.z.object({
5
+ email: zod.z.string().describe("Filter results by email address. Only calendar users with this email will be returned.").optional(),
6
+ paginate: zod.z.boolean().describe("Enable pagination for the results. When set to true, the API will paginate the response. Defaults to false if not specified.").optional()
7
+ });
8
+ const RecallaiListCalendarUsers_CalendarUserConnectionSchema = zod.z.object({}).describe("Calendar connection details for a calendar user");
9
+ const RecallaiListCalendarUsers_CalendarUserPreferencesSchema = zod.z.object({
10
+ id: zod.z.string().describe("Unique identifier for preferences").nullable().optional(),
11
+ bot_name: zod.z.string().describe("The bot name that will be used for this calendar user").nullable().optional(),
12
+ record_external: zod.z.boolean().describe("Whether to record external meetings").nullable().optional(),
13
+ record_internal: zod.z.boolean().describe("Whether to record internal meetings").nullable().optional(),
14
+ record_non_host: zod.z.boolean().describe("Whether to record meetings where user is not the host").nullable().optional(),
15
+ record_confirmed: zod.z.boolean().describe("Whether to record confirmed meetings").nullable().optional(),
16
+ record_only_host: zod.z.boolean().describe("Whether to record only meetings where user is the host").nullable().optional(),
17
+ record_recurring: zod.z.boolean().describe("Whether to record recurring meetings").nullable().optional()
18
+ }).describe("Preferences and recording settings for the calendar user");
19
+ const RecallaiListCalendarUsers_CalendarUserSchema = zod.z.object({
20
+ id: zod.z.string().describe("Unique identifier (UUID format) for the calendar user"),
21
+ connections: zod.z.array(RecallaiListCalendarUsers_CalendarUserConnectionSchema).describe("List of calendar connections associated with this user"),
22
+ external_id: zod.z.string().describe("External identifier for the calendar user from the calendar provider").nullable().optional(),
23
+ preferences: RecallaiListCalendarUsers_CalendarUserPreferencesSchema.nullable().optional()
24
+ }).describe("Individual calendar user details");
25
+ const RecallaiListCalendarUsersOutput = zod.z.object({ users: zod.z.array(RecallaiListCalendarUsers_CalendarUserSchema).describe("Array of calendar user objects") });
26
+ const recallaiListCalendarUsers = require_action.action("RECALLAI_LIST_CALENDAR_USERS", {
27
+ slug: "recallai-list-calendar-users",
28
+ name: "List calendar users",
29
+ description: "List all calendar users created for the account. Calendar users are used to automatically join and record meetings from integrated calendar providers. Use this to view all configured calendar users and their connection status.",
30
+ input: RecallaiListCalendarUsersInput,
31
+ output: RecallaiListCalendarUsersOutput
32
+ });
33
+ //#endregion
34
+ exports.recallaiListCalendarUsers = recallaiListCalendarUsers;
35
+
36
+ //# sourceMappingURL=list-calendar-users.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-calendar-users.cjs","names":["z","action"],"sources":["../../src/actions/list-calendar-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListCalendarUsersInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Filter results by email address. Only calendar users with this email will be returned.\").optional(),\n paginate: z.boolean().describe(\"Enable pagination for the results. When set to true, the API will paginate the response. Defaults to false if not specified.\").optional(),\n});\nconst RecallaiListCalendarUsers_CalendarUserConnectionSchema: z.ZodTypeAny = z.object({}).describe(\"Calendar connection details for a calendar user\");\nconst RecallaiListCalendarUsers_CalendarUserPreferencesSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for preferences\").nullable().optional(),\n bot_name: z.string().describe(\"The bot name that will be used for this calendar user\").nullable().optional(),\n record_external: z.boolean().describe(\"Whether to record external meetings\").nullable().optional(),\n record_internal: z.boolean().describe(\"Whether to record internal meetings\").nullable().optional(),\n record_non_host: z.boolean().describe(\"Whether to record meetings where user is not the host\").nullable().optional(),\n record_confirmed: z.boolean().describe(\"Whether to record confirmed meetings\").nullable().optional(),\n record_only_host: z.boolean().describe(\"Whether to record only meetings where user is the host\").nullable().optional(),\n record_recurring: z.boolean().describe(\"Whether to record recurring meetings\").nullable().optional(),\n}).describe(\"Preferences and recording settings for the calendar user\");\nconst RecallaiListCalendarUsers_CalendarUserSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID format) for the calendar user\"),\n connections: z.array(RecallaiListCalendarUsers_CalendarUserConnectionSchema).describe(\"List of calendar connections associated with this user\"),\n external_id: z.string().describe(\"External identifier for the calendar user from the calendar provider\").nullable().optional(),\n preferences: RecallaiListCalendarUsers_CalendarUserPreferencesSchema.nullable().optional(),\n}).describe(\"Individual calendar user details\");\nexport const RecallaiListCalendarUsersOutput: z.ZodTypeAny = z.object({\n users: z.array(RecallaiListCalendarUsers_CalendarUserSchema).describe(\"Array of calendar user objects\"),\n});\n\nexport const recallaiListCalendarUsers = action(\"RECALLAI_LIST_CALENDAR_USERS\", {\n slug: \"recallai-list-calendar-users\",\n name: \"List calendar users\",\n description: \"List all calendar users created for the account. Calendar users are used to automatically join and record meetings from integrated calendar providers. Use this to view all configured calendar users and their connection status.\",\n input: RecallaiListCalendarUsersInput,\n output: RecallaiListCalendarUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CAC9H,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8HAA8H,CAAC,CAAC,SAAS;AAC1K,CAAC;AACD,MAAM,yDAAuEA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;AACpJ,MAAM,0DAAwEA,IAAAA,EAAE,OAAO;CACrF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CAC/E,aAAaA,IAAAA,EAAE,MAAM,sDAAsD,CAAC,CAAC,SAAS,wDAAwD;CAC9I,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,aAAa,wDAAwD,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,OAAOA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,gCAAgC,EACxG,CAAC;AAED,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-calendar-users.d.ts
4
+ declare const RecallaiListCalendarUsersInput: z.ZodTypeAny;
5
+ declare const RecallaiListCalendarUsersOutput: z.ZodTypeAny;
6
+ declare const recallaiListCalendarUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListCalendarUsers };
9
+ //# sourceMappingURL=list-calendar-users.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-calendar-users.d.cts","names":[],"sources":["../../src/actions/list-calendar-users.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAG7C;AAAA,cAkBW,+BAAA,EAAiC,CAAA,CAAE,UAE9C;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/list-calendar-users.d.ts
4
+ declare const RecallaiListCalendarUsersInput: z.ZodTypeAny;
5
+ declare const RecallaiListCalendarUsersOutput: z.ZodTypeAny;
6
+ declare const recallaiListCalendarUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListCalendarUsers };
9
+ //# sourceMappingURL=list-calendar-users.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-calendar-users.d.mts","names":[],"sources":["../../src/actions/list-calendar-users.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAG7C;AAAA,cAkBW,+BAAA,EAAiC,CAAA,CAAE,UAE9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,35 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-calendar-users.ts
4
+ const RecallaiListCalendarUsersInput = z.object({
5
+ email: z.string().describe("Filter results by email address. Only calendar users with this email will be returned.").optional(),
6
+ paginate: z.boolean().describe("Enable pagination for the results. When set to true, the API will paginate the response. Defaults to false if not specified.").optional()
7
+ });
8
+ const RecallaiListCalendarUsers_CalendarUserConnectionSchema = z.object({}).describe("Calendar connection details for a calendar user");
9
+ const RecallaiListCalendarUsers_CalendarUserPreferencesSchema = z.object({
10
+ id: z.string().describe("Unique identifier for preferences").nullable().optional(),
11
+ bot_name: z.string().describe("The bot name that will be used for this calendar user").nullable().optional(),
12
+ record_external: z.boolean().describe("Whether to record external meetings").nullable().optional(),
13
+ record_internal: z.boolean().describe("Whether to record internal meetings").nullable().optional(),
14
+ record_non_host: z.boolean().describe("Whether to record meetings where user is not the host").nullable().optional(),
15
+ record_confirmed: z.boolean().describe("Whether to record confirmed meetings").nullable().optional(),
16
+ record_only_host: z.boolean().describe("Whether to record only meetings where user is the host").nullable().optional(),
17
+ record_recurring: z.boolean().describe("Whether to record recurring meetings").nullable().optional()
18
+ }).describe("Preferences and recording settings for the calendar user");
19
+ const RecallaiListCalendarUsers_CalendarUserSchema = z.object({
20
+ id: z.string().describe("Unique identifier (UUID format) for the calendar user"),
21
+ connections: z.array(RecallaiListCalendarUsers_CalendarUserConnectionSchema).describe("List of calendar connections associated with this user"),
22
+ external_id: z.string().describe("External identifier for the calendar user from the calendar provider").nullable().optional(),
23
+ preferences: RecallaiListCalendarUsers_CalendarUserPreferencesSchema.nullable().optional()
24
+ }).describe("Individual calendar user details");
25
+ const recallaiListCalendarUsers = action("RECALLAI_LIST_CALENDAR_USERS", {
26
+ slug: "recallai-list-calendar-users",
27
+ name: "List calendar users",
28
+ description: "List all calendar users created for the account. Calendar users are used to automatically join and record meetings from integrated calendar providers. Use this to view all configured calendar users and their connection status.",
29
+ input: RecallaiListCalendarUsersInput,
30
+ output: z.object({ users: z.array(RecallaiListCalendarUsers_CalendarUserSchema).describe("Array of calendar user objects") })
31
+ });
32
+ //#endregion
33
+ export { recallaiListCalendarUsers };
34
+
35
+ //# sourceMappingURL=list-calendar-users.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-calendar-users.mjs","names":[],"sources":["../../src/actions/list-calendar-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListCalendarUsersInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Filter results by email address. Only calendar users with this email will be returned.\").optional(),\n paginate: z.boolean().describe(\"Enable pagination for the results. When set to true, the API will paginate the response. Defaults to false if not specified.\").optional(),\n});\nconst RecallaiListCalendarUsers_CalendarUserConnectionSchema: z.ZodTypeAny = z.object({}).describe(\"Calendar connection details for a calendar user\");\nconst RecallaiListCalendarUsers_CalendarUserPreferencesSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for preferences\").nullable().optional(),\n bot_name: z.string().describe(\"The bot name that will be used for this calendar user\").nullable().optional(),\n record_external: z.boolean().describe(\"Whether to record external meetings\").nullable().optional(),\n record_internal: z.boolean().describe(\"Whether to record internal meetings\").nullable().optional(),\n record_non_host: z.boolean().describe(\"Whether to record meetings where user is not the host\").nullable().optional(),\n record_confirmed: z.boolean().describe(\"Whether to record confirmed meetings\").nullable().optional(),\n record_only_host: z.boolean().describe(\"Whether to record only meetings where user is the host\").nullable().optional(),\n record_recurring: z.boolean().describe(\"Whether to record recurring meetings\").nullable().optional(),\n}).describe(\"Preferences and recording settings for the calendar user\");\nconst RecallaiListCalendarUsers_CalendarUserSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID format) for the calendar user\"),\n connections: z.array(RecallaiListCalendarUsers_CalendarUserConnectionSchema).describe(\"List of calendar connections associated with this user\"),\n external_id: z.string().describe(\"External identifier for the calendar user from the calendar provider\").nullable().optional(),\n preferences: RecallaiListCalendarUsers_CalendarUserPreferencesSchema.nullable().optional(),\n}).describe(\"Individual calendar user details\");\nexport const RecallaiListCalendarUsersOutput: z.ZodTypeAny = z.object({\n users: z.array(RecallaiListCalendarUsers_CalendarUserSchema).describe(\"Array of calendar user objects\"),\n});\n\nexport const recallaiListCalendarUsers = action(\"RECALLAI_LIST_CALENDAR_USERS\", {\n slug: \"recallai-list-calendar-users\",\n name: \"List calendar users\",\n description: \"List all calendar users created for the account. Calendar users are used to automatically join and record meetings from integrated calendar providers. Use this to view all configured calendar users and their connection status.\",\n input: RecallaiListCalendarUsersInput,\n output: RecallaiListCalendarUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CAC9H,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,8HAA8H,CAAC,CAAC,SAAS;AAC1K,CAAC;AACD,MAAM,yDAAuE,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;AACpJ,MAAM,0DAAwE,EAAE,OAAO;CACrF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,+CAA6D,EAAE,OAAO;CAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CAC/E,aAAa,EAAE,MAAM,sDAAsD,CAAC,CAAC,SAAS,wDAAwD;CAC9I,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,aAAa,wDAAwD,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAK9C,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2D,EAAE,OAAO,EACpE,OAAO,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,gCAAgC,EACxG,CAOU;AACV,CAAC"}
@@ -0,0 +1,45 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-calendars.ts
4
+ const RecallaiListCalendarsInput = zod.z.object({
5
+ email: zod.z.string().describe("Filter calendars by the OAuth email address associated with the calendar account.").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
+ status: zod.z.enum([
8
+ "connecting",
9
+ "connected",
10
+ "disconnected"
11
+ ]).describe("Calendar connection status").optional(),
12
+ platform: zod.z.enum(["google_calendar", "microsoft_outlook"]).describe("Calendar platform types supported by Recall.ai").optional(),
13
+ created_at__gte: zod.z.string().describe("Filter calendars created on or after this ISO 8601 timestamp. Use to retrieve only recently added calendars.").optional()
14
+ });
15
+ const RecallaiListCalendars_CalendarSchema = zod.z.object({
16
+ id: zod.z.string().describe("Unique calendar identifier (UUID)"),
17
+ status: zod.z.string().describe("Current connection status ('connecting', 'connected', 'disconnected')"),
18
+ metadata: zod.z.object({}).describe("Custom metadata associated with the calendar").nullable().optional(),
19
+ platform: zod.z.string().describe("Calendar platform (e.g., 'google_calendar', 'microsoft_outlook')"),
20
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the calendar was created"),
21
+ updated_at: zod.z.string().describe("ISO 8601 timestamp when the calendar was last updated"),
22
+ oauth_email: zod.z.string().describe("OAuth email address used for authentication").nullable().optional(),
23
+ webhook_url: zod.z.string().describe("Webhook URL for calendar event notifications").nullable().optional(),
24
+ platform_email: zod.z.string().describe("Email address associated with the calendar on the platform").nullable().optional(),
25
+ status_changes: zod.z.array(zod.z.object({})).describe("History of status changes for this calendar"),
26
+ oauth_client_id: zod.z.string().describe("OAuth client ID for the calendar"),
27
+ oauth_client_secret: zod.z.string().describe("OAuth client secret for the calendar"),
28
+ oauth_refresh_token: zod.z.string().describe("OAuth refresh token for maintaining calendar access")
29
+ }).describe("Individual calendar details");
30
+ const RecallaiListCalendarsOutput = zod.z.object({
31
+ next: zod.z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
32
+ results: zod.z.array(RecallaiListCalendars_CalendarSchema).describe("List of calendar objects matching the filter criteria"),
33
+ previous: zod.z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
34
+ }).describe("Paginated response containing list of calendars");
35
+ const recallaiListCalendars = require_action.action("RECALLAI_LIST_CALENDARS", {
36
+ slug: "recallai-list-calendars",
37
+ name: "List calendars",
38
+ description: "Tool to retrieve a list of calendars integrated with Recall.ai. Use when you need to view all connected calendar accounts, check connection status, or filter calendars by platform (Google Calendar, Microsoft Outlook), email, or creation date. Supports pagination for large result sets.",
39
+ input: RecallaiListCalendarsInput,
40
+ output: RecallaiListCalendarsOutput
41
+ });
42
+ //#endregion
43
+ exports.recallaiListCalendars = recallaiListCalendars;
44
+
45
+ //# sourceMappingURL=list-calendars.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-calendars.cjs","names":["z","action"],"sources":["../../src/actions/list-calendars.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListCalendarsInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Filter calendars by the OAuth email address associated with the calendar account.\").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 status: z.enum([\"connecting\", \"connected\", \"disconnected\"]).describe(\"Calendar connection status\").optional(),\n platform: z.enum([\"google_calendar\", \"microsoft_outlook\"]).describe(\"Calendar platform types supported by Recall.ai\").optional(),\n created_at__gte: z.string().describe(\"Filter calendars created on or after this ISO 8601 timestamp. Use to retrieve only recently added calendars.\").optional(),\n});\nconst RecallaiListCalendars_CalendarSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique calendar identifier (UUID)\"),\n status: z.string().describe(\"Current connection status ('connecting', 'connected', 'disconnected')\"),\n metadata: z.object({}).describe(\"Custom metadata associated with the calendar\").nullable().optional(),\n platform: z.string().describe(\"Calendar platform (e.g., 'google_calendar', 'microsoft_outlook')\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the calendar was created\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the calendar was last updated\"),\n oauth_email: z.string().describe(\"OAuth email address used for authentication\").nullable().optional(),\n webhook_url: z.string().describe(\"Webhook URL for calendar event notifications\").nullable().optional(),\n platform_email: z.string().describe(\"Email address associated with the calendar on the platform\").nullable().optional(),\n status_changes: z.array(z.object({})).describe(\"History of status changes for this calendar\"),\n oauth_client_id: z.string().describe(\"OAuth client ID for the calendar\"),\n oauth_client_secret: z.string().describe(\"OAuth client secret for the calendar\"),\n oauth_refresh_token: z.string().describe(\"OAuth refresh token for maintaining calendar access\"),\n}).describe(\"Individual calendar details\");\nexport const RecallaiListCalendarsOutput: 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(RecallaiListCalendars_CalendarSchema).describe(\"List of calendar objects matching the filter criteria\"),\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 calendars\");\n\nexport const recallaiListCalendars = action(\"RECALLAI_LIST_CALENDARS\", {\n slug: \"recallai-list-calendars\",\n name: \"List calendars\",\n description: \"Tool to retrieve a list of calendars integrated with Recall.ai. Use when you need to view all connected calendar accounts, check connection status, or filter calendars by platform (Google Calendar, Microsoft Outlook), email, or creation date. Supports pagination for large result sets.\",\n input: RecallaiListCalendarsInput,\n output: RecallaiListCalendarsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CACzH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;CAC/J,QAAQA,IAAAA,EAAE,KAAK;EAAC;EAAc;EAAa;CAAc,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC5G,UAAUA,IAAAA,EAAE,KAAK,CAAC,mBAAmB,mBAAmB,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC/H,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;AAChK,CAAC;AACD,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC3D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACnG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAChG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,6CAA6C;CAC5F,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CACvE,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC/E,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AAChG,CAAC,CAAC,CAAC,SAAS,6BAA6B;AACzC,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,SAASA,IAAAA,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,uDAAuD;CACvH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,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-calendars.d.ts
4
+ declare const RecallaiListCalendarsInput: z.ZodTypeAny;
5
+ declare const RecallaiListCalendarsOutput: z.ZodTypeAny;
6
+ declare const recallaiListCalendars: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListCalendars };
9
+ //# sourceMappingURL=list-calendars.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-calendars.d.cts","names":[],"sources":["../../src/actions/list-calendars.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAMzC;AAAA,cAgBW,2BAAA,EAA6B,CAAA,CAAE,UAIkB;AAAA,cAEjD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-calendars.d.ts
4
+ declare const RecallaiListCalendarsInput: z.ZodTypeAny;
5
+ declare const RecallaiListCalendarsOutput: z.ZodTypeAny;
6
+ declare const recallaiListCalendars: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiListCalendars };
9
+ //# sourceMappingURL=list-calendars.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-calendars.d.mts","names":[],"sources":["../../src/actions/list-calendars.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAMzC;AAAA,cAgBW,2BAAA,EAA6B,CAAA,CAAE,UAIkB;AAAA,cAEjD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,44 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-calendars.ts
4
+ const RecallaiListCalendarsInput = z.object({
5
+ email: z.string().describe("Filter calendars by the OAuth email address associated with the calendar account.").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
+ status: z.enum([
8
+ "connecting",
9
+ "connected",
10
+ "disconnected"
11
+ ]).describe("Calendar connection status").optional(),
12
+ platform: z.enum(["google_calendar", "microsoft_outlook"]).describe("Calendar platform types supported by Recall.ai").optional(),
13
+ created_at__gte: z.string().describe("Filter calendars created on or after this ISO 8601 timestamp. Use to retrieve only recently added calendars.").optional()
14
+ });
15
+ const RecallaiListCalendars_CalendarSchema = z.object({
16
+ id: z.string().describe("Unique calendar identifier (UUID)"),
17
+ status: z.string().describe("Current connection status ('connecting', 'connected', 'disconnected')"),
18
+ metadata: z.object({}).describe("Custom metadata associated with the calendar").nullable().optional(),
19
+ platform: z.string().describe("Calendar platform (e.g., 'google_calendar', 'microsoft_outlook')"),
20
+ created_at: z.string().describe("ISO 8601 timestamp when the calendar was created"),
21
+ updated_at: z.string().describe("ISO 8601 timestamp when the calendar was last updated"),
22
+ oauth_email: z.string().describe("OAuth email address used for authentication").nullable().optional(),
23
+ webhook_url: z.string().describe("Webhook URL for calendar event notifications").nullable().optional(),
24
+ platform_email: z.string().describe("Email address associated with the calendar on the platform").nullable().optional(),
25
+ status_changes: z.array(z.object({})).describe("History of status changes for this calendar"),
26
+ oauth_client_id: z.string().describe("OAuth client ID for the calendar"),
27
+ oauth_client_secret: z.string().describe("OAuth client secret for the calendar"),
28
+ oauth_refresh_token: z.string().describe("OAuth refresh token for maintaining calendar access")
29
+ }).describe("Individual calendar details");
30
+ const recallaiListCalendars = action("RECALLAI_LIST_CALENDARS", {
31
+ slug: "recallai-list-calendars",
32
+ name: "List calendars",
33
+ description: "Tool to retrieve a list of calendars integrated with Recall.ai. Use when you need to view all connected calendar accounts, check connection status, or filter calendars by platform (Google Calendar, Microsoft Outlook), email, or creation date. Supports pagination for large result sets.",
34
+ input: RecallaiListCalendarsInput,
35
+ output: z.object({
36
+ next: z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
37
+ results: z.array(RecallaiListCalendars_CalendarSchema).describe("List of calendar objects matching the filter criteria"),
38
+ previous: z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
39
+ }).describe("Paginated response containing list of calendars")
40
+ });
41
+ //#endregion
42
+ export { recallaiListCalendars };
43
+
44
+ //# sourceMappingURL=list-calendars.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-calendars.mjs","names":[],"sources":["../../src/actions/list-calendars.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListCalendarsInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Filter calendars by the OAuth email address associated with the calendar account.\").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 status: z.enum([\"connecting\", \"connected\", \"disconnected\"]).describe(\"Calendar connection status\").optional(),\n platform: z.enum([\"google_calendar\", \"microsoft_outlook\"]).describe(\"Calendar platform types supported by Recall.ai\").optional(),\n created_at__gte: z.string().describe(\"Filter calendars created on or after this ISO 8601 timestamp. Use to retrieve only recently added calendars.\").optional(),\n});\nconst RecallaiListCalendars_CalendarSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique calendar identifier (UUID)\"),\n status: z.string().describe(\"Current connection status ('connecting', 'connected', 'disconnected')\"),\n metadata: z.object({}).describe(\"Custom metadata associated with the calendar\").nullable().optional(),\n platform: z.string().describe(\"Calendar platform (e.g., 'google_calendar', 'microsoft_outlook')\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the calendar was created\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the calendar was last updated\"),\n oauth_email: z.string().describe(\"OAuth email address used for authentication\").nullable().optional(),\n webhook_url: z.string().describe(\"Webhook URL for calendar event notifications\").nullable().optional(),\n platform_email: z.string().describe(\"Email address associated with the calendar on the platform\").nullable().optional(),\n status_changes: z.array(z.object({})).describe(\"History of status changes for this calendar\"),\n oauth_client_id: z.string().describe(\"OAuth client ID for the calendar\"),\n oauth_client_secret: z.string().describe(\"OAuth client secret for the calendar\"),\n oauth_refresh_token: z.string().describe(\"OAuth refresh token for maintaining calendar access\"),\n}).describe(\"Individual calendar details\");\nexport const RecallaiListCalendarsOutput: 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(RecallaiListCalendars_CalendarSchema).describe(\"List of calendar objects matching the filter criteria\"),\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 calendars\");\n\nexport const recallaiListCalendars = action(\"RECALLAI_LIST_CALENDARS\", {\n slug: \"recallai-list-calendars\",\n name: \"List calendars\",\n description: \"Tool to retrieve a list of calendars integrated with Recall.ai. Use when you need to view all connected calendar accounts, check connection status, or filter calendars by platform (Google Calendar, Microsoft Outlook), email, or creation date. Supports pagination for large result sets.\",\n input: RecallaiListCalendarsInput,\n output: RecallaiListCalendarsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CACzH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;CAC/J,QAAQ,EAAE,KAAK;EAAC;EAAc;EAAa;CAAc,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC5G,UAAU,EAAE,KAAK,CAAC,mBAAmB,mBAAmB,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC/H,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;AAChK,CAAC;AACD,MAAM,uCAAqD,EAAE,OAAO;CAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC3D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACnG,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAChG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,6CAA6C;CAC5F,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CACvE,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC/E,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AAChG,CAAC,CAAC,CAAC,SAAS,6BAA6B;AAOzC,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXuD,EAAE,OAAO;EAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,SAAS,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,uDAAuD;EACvH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-chat-messages.ts
4
+ const RecallaiListChatMessagesInput = zod.z.object({
5
+ bot_id: zod.z.string().describe("The ID of the bot for which to retrieve the chat messages."),
6
+ cursor: zod.z.string().describe("The pagination cursor value.").optional(),
7
+ ordering: zod.z.string().describe("Which field to use when ordering the results.").optional()
8
+ });
9
+ const RecallaiListChatMessagesOutput = zod.z.object({ response: zod.z.record(zod.z.string(), zod.z.unknown()).describe("An object containing list of bots") });
10
+ const recallaiListChatMessages = require_action.action("RECALLAI_LIST_CHAT_MESSAGES", {
11
+ slug: "recallai-list-chat-messages",
12
+ name: "List chat messages",
13
+ description: "Get list of chat messages read by the bot in the meeting(excluding messages sent by the bot itself).",
14
+ input: RecallaiListChatMessagesInput,
15
+ output: RecallaiListChatMessagesOutput
16
+ });
17
+ //#endregion
18
+ exports.recallaiListChatMessages = recallaiListChatMessages;
19
+
20
+ //# sourceMappingURL=list-chat-messages.cjs.map