@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,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-bot-media.ts
4
+ const RecallaiDeleteBotMediaInput = zod.z.object({ id: zod.z.string().describe("A UUID string identifying the bot whose media should be deleted. This operation is irreversible and will permanently delete all stored bot media.") });
5
+ const RecallaiDeleteBotMediaOutput = zod.z.object({
6
+ id: zod.z.string().describe("The unique identifier (UUID) of the bot."),
7
+ join_at: zod.z.string().describe("The ISO 8601 timestamp when the bot is scheduled to join the call. This field is cleared after the bot joins.").nullable().optional(),
8
+ bot_name: zod.z.string().describe("The display name of the bot (e.g., 'Meeting Notetaker')."),
9
+ metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom metadata attached to the bot instance.").nullable().optional(),
10
+ recordings: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("A list of recording objects associated with the bot. Each recording contains metadata and status information."),
11
+ meeting_url: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
12
+ status_changes: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("A chronological list of status changes for the bot, each containing code, message, created_at timestamp, and sub_code."),
13
+ automatic_leave: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Settings that control when the bot automatically leaves the call, including timeouts for various states.").nullable().optional(),
14
+ recording_config: zod.z.record(zod.z.string(), zod.z.unknown()).describe("The recording configuration for the bot, including settings for video layout, transcription, retention, and automatic behaviors.").nullable().optional(),
15
+ calendar_meetings: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("A list of calendar meetings associated with the bot, if scheduled through calendar integration.")
16
+ });
17
+ const recallaiDeleteBotMedia = require_action.action("RECALLAI_DELETE_BOT_MEDIA", {
18
+ slug: "recallai-delete-bot-media",
19
+ name: "Delete Bot Media",
20
+ description: "Deletes bot media stored by Recall AI. This operation is irreversible and permanently removes all media files associated with the specified bot.",
21
+ input: RecallaiDeleteBotMediaInput,
22
+ output: RecallaiDeleteBotMediaOutput
23
+ });
24
+ //#endregion
25
+ exports.recallaiDeleteBotMedia = recallaiDeleteBotMedia;
26
+
27
+ //# sourceMappingURL=delete-bot-media.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-bot-media.cjs","names":["z","action"],"sources":["../../src/actions/delete-bot-media.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiDeleteBotMediaInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the bot whose media should be deleted. This operation is irreversible and will permanently delete all stored bot media.\"),\n});\nexport const RecallaiDeleteBotMediaOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the bot.\"),\n join_at: z.string().describe(\"The ISO 8601 timestamp when the bot is scheduled to join the call. This field is cleared after the bot joins.\").nullable().optional(),\n bot_name: z.string().describe(\"The display name of the bot (e.g., 'Meeting Notetaker').\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata attached to the bot instance.\").nullable().optional(),\n recordings: z.array(z.record(z.string(), z.unknown())).describe(\"A list of recording objects associated with the bot. Each recording contains metadata and status information.\"),\n meeting_url: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n status_changes: z.array(z.record(z.string(), z.unknown())).describe(\"A chronological list of status changes for the bot, each containing code, message, created_at timestamp, and sub_code.\"),\n automatic_leave: z.record(z.string(), z.unknown()).describe(\"Settings that control when the bot automatically leaves the call, including timeouts for various states.\").nullable().optional(),\n recording_config: z.record(z.string(), z.unknown()).describe(\"The recording configuration for the bot, including settings for video layout, transcription, retention, and automatic behaviors.\").nullable().optional(),\n calendar_meetings: z.array(z.record(z.string(), z.unknown())).describe(\"A list of calendar meetings associated with the bot, if scheduled through calendar integration.\"),\n});\n\nexport const recallaiDeleteBotMedia = action(\"RECALLAI_DELETE_BOT_MEDIA\", {\n slug: \"recallai-delete-bot-media\",\n name: \"Delete Bot Media\",\n description: \"Deletes bot media stored by Recall AI. This operation is irreversible and permanently removes all media files associated with the specified bot.\",\n input: RecallaiDeleteBotMediaInput,\n output: RecallaiDeleteBotMediaOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mJAAmJ,EAC7K,CAAC;AACD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClK,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACxF,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,+GAA+G;CAC/K,aAAaA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,wHAAwH;CAC5L,iBAAiBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5L,kBAAkBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kIAAkI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrN,mBAAmBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,iGAAiG;AAC1K,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-bot-media.d.ts
4
+ declare const RecallaiDeleteBotMediaInput: z.ZodTypeAny;
5
+ declare const RecallaiDeleteBotMediaOutput: z.ZodTypeAny;
6
+ declare const recallaiDeleteBotMedia: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiDeleteBotMedia };
9
+ //# sourceMappingURL=delete-bot-media.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-bot-media.d.cts","names":[],"sources":["../../src/actions/delete-bot-media.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAW3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-bot-media.d.ts
4
+ declare const RecallaiDeleteBotMediaInput: z.ZodTypeAny;
5
+ declare const RecallaiDeleteBotMediaOutput: z.ZodTypeAny;
6
+ declare const recallaiDeleteBotMedia: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiDeleteBotMedia };
9
+ //# sourceMappingURL=delete-bot-media.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-bot-media.d.mts","names":[],"sources":["../../src/actions/delete-bot-media.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAW3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const recallaiDeleteBotMedia = action("RECALLAI_DELETE_BOT_MEDIA", {
4
+ slug: "recallai-delete-bot-media",
5
+ name: "Delete Bot Media",
6
+ description: "Deletes bot media stored by Recall AI. This operation is irreversible and permanently removes all media files associated with the specified bot.",
7
+ input: z.object({ id: z.string().describe("A UUID string identifying the bot whose media should be deleted. This operation is irreversible and will permanently delete all stored bot media.") }),
8
+ output: z.object({
9
+ id: z.string().describe("The unique identifier (UUID) of the bot."),
10
+ join_at: z.string().describe("The ISO 8601 timestamp when the bot is scheduled to join the call. This field is cleared after the bot joins.").nullable().optional(),
11
+ bot_name: z.string().describe("The display name of the bot (e.g., 'Meeting Notetaker')."),
12
+ metadata: z.record(z.string(), z.unknown()).describe("Custom metadata attached to the bot instance.").nullable().optional(),
13
+ recordings: z.array(z.record(z.string(), z.unknown())).describe("A list of recording objects associated with the bot. Each recording contains metadata and status information."),
14
+ meeting_url: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
15
+ status_changes: z.array(z.record(z.string(), z.unknown())).describe("A chronological list of status changes for the bot, each containing code, message, created_at timestamp, and sub_code."),
16
+ automatic_leave: z.record(z.string(), z.unknown()).describe("Settings that control when the bot automatically leaves the call, including timeouts for various states.").nullable().optional(),
17
+ recording_config: z.record(z.string(), z.unknown()).describe("The recording configuration for the bot, including settings for video layout, transcription, retention, and automatic behaviors.").nullable().optional(),
18
+ calendar_meetings: z.array(z.record(z.string(), z.unknown())).describe("A list of calendar meetings associated with the bot, if scheduled through calendar integration.")
19
+ })
20
+ });
21
+ //#endregion
22
+ export { recallaiDeleteBotMedia };
23
+
24
+ //# sourceMappingURL=delete-bot-media.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-bot-media.mjs","names":[],"sources":["../../src/actions/delete-bot-media.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiDeleteBotMediaInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the bot whose media should be deleted. This operation is irreversible and will permanently delete all stored bot media.\"),\n});\nexport const RecallaiDeleteBotMediaOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the bot.\"),\n join_at: z.string().describe(\"The ISO 8601 timestamp when the bot is scheduled to join the call. This field is cleared after the bot joins.\").nullable().optional(),\n bot_name: z.string().describe(\"The display name of the bot (e.g., 'Meeting Notetaker').\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata attached to the bot instance.\").nullable().optional(),\n recordings: z.array(z.record(z.string(), z.unknown())).describe(\"A list of recording objects associated with the bot. Each recording contains metadata and status information.\"),\n meeting_url: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n status_changes: z.array(z.record(z.string(), z.unknown())).describe(\"A chronological list of status changes for the bot, each containing code, message, created_at timestamp, and sub_code.\"),\n automatic_leave: z.record(z.string(), z.unknown()).describe(\"Settings that control when the bot automatically leaves the call, including timeouts for various states.\").nullable().optional(),\n recording_config: z.record(z.string(), z.unknown()).describe(\"The recording configuration for the bot, including settings for video layout, transcription, retention, and automatic behaviors.\").nullable().optional(),\n calendar_meetings: z.array(z.record(z.string(), z.unknown())).describe(\"A list of calendar meetings associated with the bot, if scheduled through calendar integration.\"),\n});\n\nexport const recallaiDeleteBotMedia = action(\"RECALLAI_DELETE_BOT_MEDIA\", {\n slug: \"recallai-delete-bot-media\",\n name: \"Delete Bot Media\",\n description: \"Deletes bot media stored by Recall AI. This operation is irreversible and permanently removes all media files associated with the specified bot.\",\n input: RecallaiDeleteBotMediaInput,\n output: RecallaiDeleteBotMediaOutput,\n});\n"],"mappings":";;AAoBA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBuD,EAAE,OAAO,EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mJAAmJ,EAC7K,CAkBS;CACP,QAlBwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClK,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;EACxF,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1H,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,+GAA+G;EAC/K,aAAa,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,gBAAgB,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,wHAAwH;EAC5L,iBAAiB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5L,kBAAkB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kIAAkI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrN,mBAAmB,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,iGAAiG;CAC1K,CAOU;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-bot.ts
4
+ const RecallaiDeleteBotInput = zod.z.object({ id: zod.z.string().describe("The UUID of the scheduled bot to delete. Note: This can only delete scheduled bots that have not yet joined a call.") });
5
+ const RecallaiDeleteBotOutput = zod.z.object({ success: zod.z.boolean().describe("Indicates whether the bot was successfully deleted") });
6
+ const recallaiDeleteBot = require_action.action("RECALLAI_DELETE_BOT", {
7
+ slug: "recallai-delete-bot",
8
+ name: "Delete bot",
9
+ description: "Delete a scheduled bot by ID. This can only be used for scheduled bots that have not yet joined a call. If the bot is already in a call or about to join (less than 10 minutes before join time), use the REMOVE_BOT_FROM_CALL action instead.",
10
+ input: RecallaiDeleteBotInput,
11
+ output: RecallaiDeleteBotOutput
12
+ });
13
+ //#endregion
14
+ exports.recallaiDeleteBot = recallaiDeleteBot;
15
+
16
+ //# sourceMappingURL=delete-bot.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-bot.cjs","names":["z","action"],"sources":["../../src/actions/delete-bot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiDeleteBotInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The UUID of the scheduled bot to delete. Note: This can only delete scheduled bots that have not yet joined a call.\"),\n});\nexport const RecallaiDeleteBotOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the bot was successfully deleted\"),\n});\n\nexport const recallaiDeleteBot = action(\"RECALLAI_DELETE_BOT\", {\n slug: \"recallai-delete-bot\",\n name: \"Delete bot\",\n description: \"Delete a scheduled bot by ID. This can only be used for scheduled bots that have not yet joined a call. If the bot is already in a call or about to join (less than 10 minutes before join time), use the REMOVE_BOT_FROM_CALL action instead.\",\n input: RecallaiDeleteBotInput,\n output: RecallaiDeleteBotOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,EAC/I,CAAC;AACD,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,EAC5D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,EACpF,CAAC;AAED,MAAa,oBAAoBC,eAAAA,OAAO,uBAAuB;CAC7D,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/delete-bot.d.ts
4
+ declare const RecallaiDeleteBotInput: z.ZodTypeAny;
5
+ declare const RecallaiDeleteBotOutput: z.ZodTypeAny;
6
+ declare const recallaiDeleteBot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiDeleteBot };
9
+ //# sourceMappingURL=delete-bot.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-bot.d.cts","names":[],"sources":["../../src/actions/delete-bot.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAErC;AAAA,cACW,uBAAA,EAAyB,CAAA,CAAE,UAEtC;AAAA,cAEW,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-bot.d.ts
4
+ declare const RecallaiDeleteBotInput: z.ZodTypeAny;
5
+ declare const RecallaiDeleteBotOutput: z.ZodTypeAny;
6
+ declare const recallaiDeleteBot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiDeleteBot };
9
+ //# sourceMappingURL=delete-bot.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-bot.d.mts","names":[],"sources":["../../src/actions/delete-bot.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAErC;AAAA,cACW,uBAAA,EAAyB,CAAA,CAAE,UAEtC;AAAA,cAEW,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const recallaiDeleteBot = action("RECALLAI_DELETE_BOT", {
4
+ slug: "recallai-delete-bot",
5
+ name: "Delete bot",
6
+ description: "Delete a scheduled bot by ID. This can only be used for scheduled bots that have not yet joined a call. If the bot is already in a call or about to join (less than 10 minutes before join time), use the REMOVE_BOT_FROM_CALL action instead.",
7
+ input: z.object({ id: z.string().describe("The UUID of the scheduled bot to delete. Note: This can only delete scheduled bots that have not yet joined a call.") }),
8
+ output: z.object({ success: z.boolean().describe("Indicates whether the bot was successfully deleted") })
9
+ });
10
+ //#endregion
11
+ export { recallaiDeleteBot };
12
+
13
+ //# sourceMappingURL=delete-bot.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-bot.mjs","names":[],"sources":["../../src/actions/delete-bot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiDeleteBotInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The UUID of the scheduled bot to delete. Note: This can only delete scheduled bots that have not yet joined a call.\"),\n});\nexport const RecallaiDeleteBotOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the bot was successfully deleted\"),\n});\n\nexport const recallaiDeleteBot = action(\"RECALLAI_DELETE_BOT\", {\n slug: \"recallai-delete-bot\",\n name: \"Delete bot\",\n description: \"Delete a scheduled bot by ID. This can only be used for scheduled bots that have not yet joined a call. If the bot is already in a call or about to join (less than 10 minutes before join time), use the REMOVE_BOT_FROM_CALL action instead.\",\n input: RecallaiDeleteBotInput,\n output: RecallaiDeleteBotOutput,\n});\n"],"mappings":";;AAWA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXkD,EAAE,OAAO,EAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH,EAC/I,CASS;CACP,QATmD,EAAE,OAAO,EAC5D,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,EACpF,CAOU;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-calendar.ts
4
+ const RecallaiDeleteCalendarInput = zod.z.object({ id: zod.z.string().describe("A UUID string identifying the calendar to delete. This will disconnect the calendar from Recall.ai.") });
5
+ const RecallaiDeleteCalendarOutput = zod.z.object({ success: zod.z.boolean().describe("Indicates whether the calendar was successfully deleted") });
6
+ const recallaiDeleteCalendar = require_action.action("RECALLAI_DELETE_CALENDAR", {
7
+ slug: "recallai-delete-calendar",
8
+ name: "Delete calendar",
9
+ description: "Delete a calendar by ID. This will disconnect the calendar from Recall.ai. Use this when you need to remove a calendar integration.",
10
+ input: RecallaiDeleteCalendarInput,
11
+ output: RecallaiDeleteCalendarOutput
12
+ });
13
+ //#endregion
14
+ exports.recallaiDeleteCalendar = recallaiDeleteCalendar;
15
+
16
+ //# sourceMappingURL=delete-calendar.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-calendar.cjs","names":["z","action"],"sources":["../../src/actions/delete-calendar.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiDeleteCalendarInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the calendar to delete. This will disconnect the calendar from Recall.ai.\"),\n});\nexport const RecallaiDeleteCalendarOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the calendar was successfully deleted\"),\n});\n\nexport const recallaiDeleteCalendar = action(\"RECALLAI_DELETE_CALENDAR\", {\n slug: \"recallai-delete-calendar\",\n name: \"Delete calendar\",\n description: \"Delete a calendar by ID. This will disconnect the calendar from Recall.ai. Use this when you need to remove a calendar integration.\",\n input: RecallaiDeleteCalendarInput,\n output: RecallaiDeleteCalendarOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,EAC/H,CAAC;AACD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,EACzF,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,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/delete-calendar.d.ts
4
+ declare const RecallaiDeleteCalendarInput: z.ZodTypeAny;
5
+ declare const RecallaiDeleteCalendarOutput: z.ZodTypeAny;
6
+ declare const recallaiDeleteCalendar: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiDeleteCalendar };
9
+ //# sourceMappingURL=delete-calendar.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-calendar.d.cts","names":[],"sources":["../../src/actions/delete-calendar.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAE3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-calendar.d.ts
4
+ declare const RecallaiDeleteCalendarInput: z.ZodTypeAny;
5
+ declare const RecallaiDeleteCalendarOutput: z.ZodTypeAny;
6
+ declare const recallaiDeleteCalendar: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiDeleteCalendar };
9
+ //# sourceMappingURL=delete-calendar.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-calendar.d.mts","names":[],"sources":["../../src/actions/delete-calendar.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAE3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const recallaiDeleteCalendar = action("RECALLAI_DELETE_CALENDAR", {
4
+ slug: "recallai-delete-calendar",
5
+ name: "Delete calendar",
6
+ description: "Delete a calendar by ID. This will disconnect the calendar from Recall.ai. Use this when you need to remove a calendar integration.",
7
+ input: z.object({ id: z.string().describe("A UUID string identifying the calendar to delete. This will disconnect the calendar from Recall.ai.") }),
8
+ output: z.object({ success: z.boolean().describe("Indicates whether the calendar was successfully deleted") })
9
+ });
10
+ //#endregion
11
+ export { recallaiDeleteCalendar };
12
+
13
+ //# sourceMappingURL=delete-calendar.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-calendar.mjs","names":[],"sources":["../../src/actions/delete-calendar.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiDeleteCalendarInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the calendar to delete. This will disconnect the calendar from Recall.ai.\"),\n});\nexport const RecallaiDeleteCalendarOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the calendar was successfully deleted\"),\n});\n\nexport const recallaiDeleteCalendar = action(\"RECALLAI_DELETE_CALENDAR\", {\n slug: \"recallai-delete-calendar\",\n name: \"Delete calendar\",\n description: \"Delete a calendar by ID. This will disconnect the calendar from Recall.ai. Use this when you need to remove a calendar integration.\",\n input: RecallaiDeleteCalendarInput,\n output: RecallaiDeleteCalendarOutput,\n});\n"],"mappings":";;AAWA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXuD,EAAE,OAAO,EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,EAC/H,CASS;CACP,QATwD,EAAE,OAAO,EACjE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,EACzF,CAOU;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/destroy-calendar-user.ts
4
+ const RecallaiDestroyCalendarUserInput = zod.z.object({ user_id: zod.z.string().describe("The unique id of the user in your system. This identifies which calendar user to delete.") });
5
+ const RecallaiDestroyCalendarUserOutput = zod.z.object({ success: zod.z.boolean().describe("Indicates whether the calendar user was successfully deleted") });
6
+ const recallaiDestroyCalendarUser = require_action.action("RECALLAI_DESTROY_CALENDAR_USER", {
7
+ slug: "recallai-destroy-calendar-user",
8
+ name: "Delete Calendar User",
9
+ description: "Delete calendar user and disconnect any connected calendars. This is a destructive operation that permanently removes the calendar user account and disconnects all associated calendar platform connections (Google, Microsoft, etc.).",
10
+ input: RecallaiDestroyCalendarUserInput,
11
+ output: RecallaiDestroyCalendarUserOutput
12
+ });
13
+ //#endregion
14
+ exports.recallaiDestroyCalendarUser = recallaiDestroyCalendarUser;
15
+
16
+ //# sourceMappingURL=destroy-calendar-user.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy-calendar-user.cjs","names":["z","action"],"sources":["../../src/actions/destroy-calendar-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiDestroyCalendarUserInput: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"The unique id of the user in your system. This identifies which calendar user to delete.\"),\n});\nexport const RecallaiDestroyCalendarUserOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the calendar user was successfully deleted\"),\n});\n\nexport const recallaiDestroyCalendarUser = action(\"RECALLAI_DESTROY_CALENDAR_USER\", {\n slug: \"recallai-destroy-calendar-user\",\n name: \"Delete Calendar User\",\n description: \"Delete calendar user and disconnect any connected calendars. This is a destructive operation that permanently removes the calendar user account and disconnects all associated calendar platform connections (Google, Microsoft, etc.).\",\n input: RecallaiDestroyCalendarUserInput,\n output: RecallaiDestroyCalendarUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,EACzH,CAAC;AACD,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8DAA8D,EAC9F,CAAC;AAED,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/destroy-calendar-user.d.ts
4
+ declare const RecallaiDestroyCalendarUserInput: z.ZodTypeAny;
5
+ declare const RecallaiDestroyCalendarUserOutput: z.ZodTypeAny;
6
+ declare const recallaiDestroyCalendarUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiDestroyCalendarUser };
9
+ //# sourceMappingURL=destroy-calendar-user.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy-calendar-user.d.cts","names":[],"sources":["../../src/actions/destroy-calendar-user.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAE/C;AAAA,cACW,iCAAA,EAAmC,CAAA,CAAE,UAEhD;AAAA,cAEW,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/destroy-calendar-user.d.ts
4
+ declare const RecallaiDestroyCalendarUserInput: z.ZodTypeAny;
5
+ declare const RecallaiDestroyCalendarUserOutput: z.ZodTypeAny;
6
+ declare const recallaiDestroyCalendarUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiDestroyCalendarUser };
9
+ //# sourceMappingURL=destroy-calendar-user.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy-calendar-user.d.mts","names":[],"sources":["../../src/actions/destroy-calendar-user.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAE/C;AAAA,cACW,iCAAA,EAAmC,CAAA,CAAE,UAEhD;AAAA,cAEW,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const recallaiDestroyCalendarUser = action("RECALLAI_DESTROY_CALENDAR_USER", {
4
+ slug: "recallai-destroy-calendar-user",
5
+ name: "Delete Calendar User",
6
+ description: "Delete calendar user and disconnect any connected calendars. This is a destructive operation that permanently removes the calendar user account and disconnects all associated calendar platform connections (Google, Microsoft, etc.).",
7
+ input: z.object({ user_id: z.string().describe("The unique id of the user in your system. This identifies which calendar user to delete.") }),
8
+ output: z.object({ success: z.boolean().describe("Indicates whether the calendar user was successfully deleted") })
9
+ });
10
+ //#endregion
11
+ export { recallaiDestroyCalendarUser };
12
+
13
+ //# sourceMappingURL=destroy-calendar-user.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy-calendar-user.mjs","names":[],"sources":["../../src/actions/destroy-calendar-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiDestroyCalendarUserInput: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"The unique id of the user in your system. This identifies which calendar user to delete.\"),\n});\nexport const RecallaiDestroyCalendarUserOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the calendar user was successfully deleted\"),\n});\n\nexport const recallaiDestroyCalendarUser = action(\"RECALLAI_DESTROY_CALENDAR_USER\", {\n slug: \"recallai-destroy-calendar-user\",\n name: \"Delete Calendar User\",\n description: \"Delete calendar user and disconnect any connected calendars. This is a destructive operation that permanently removes the calendar user account and disconnects all associated calendar platform connections (Google, Microsoft, etc.).\",\n input: RecallaiDestroyCalendarUserInput,\n output: RecallaiDestroyCalendarUserOutput,\n});\n"],"mappings":";;AAWA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAX4D,EAAE,OAAO,EACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F,EACzH,CASS;CACP,QAT6D,EAAE,OAAO,EACtE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,8DAA8D,EAC9F,CAOU;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/destroy-google-login-group.ts
4
+ const RecallaiDestroyGoogleLoginGroupInput = zod.z.object({ id: zod.z.string().describe("A UUID string identifying this google login group.") });
5
+ const RecallaiDestroyGoogleLoginGroupOutput = zod.z.object({ success: zod.z.boolean().describe("Indicates whether the google login group was successfully deleted") });
6
+ const recallaiDestroyGoogleLoginGroup = require_action.action("RECALLAI_DESTROY_GOOGLE_LOGIN_GROUP", {
7
+ slug: "recallai-destroy-google-login-group",
8
+ name: "Destroy Google Login Group",
9
+ description: "Tool to delete an existing Google Login Group by ID. Use when you need to remove a Google Login Group that is no longer needed.",
10
+ input: RecallaiDestroyGoogleLoginGroupInput,
11
+ output: RecallaiDestroyGoogleLoginGroupOutput
12
+ });
13
+ //#endregion
14
+ exports.recallaiDestroyGoogleLoginGroup = recallaiDestroyGoogleLoginGroup;
15
+
16
+ //# sourceMappingURL=destroy-google-login-group.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy-google-login-group.cjs","names":["z","action"],"sources":["../../src/actions/destroy-google-login-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiDestroyGoogleLoginGroupInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying this google login group.\"),\n});\nexport const RecallaiDestroyGoogleLoginGroupOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the google login group was successfully deleted\"),\n});\n\nexport const recallaiDestroyGoogleLoginGroup = action(\"RECALLAI_DESTROY_GOOGLE_LOGIN_GROUP\", {\n slug: \"recallai-destroy-google-login-group\",\n name: \"Destroy Google Login Group\",\n description: \"Tool to delete an existing Google Login Group by ID. Use when you need to remove a Google Login Group that is no longer needed.\",\n input: RecallaiDestroyGoogleLoginGroupInput,\n output: RecallaiDestroyGoogleLoginGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,EACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,EAC9E,CAAC;AACD,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mEAAmE,EACnG,CAAC;AAED,MAAa,kCAAkCC,eAAAA,OAAO,uCAAuC;CAC3F,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/destroy-google-login-group.d.ts
4
+ declare const RecallaiDestroyGoogleLoginGroupInput: z.ZodTypeAny;
5
+ declare const RecallaiDestroyGoogleLoginGroupOutput: z.ZodTypeAny;
6
+ declare const recallaiDestroyGoogleLoginGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiDestroyGoogleLoginGroup };
9
+ //# sourceMappingURL=destroy-google-login-group.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy-google-login-group.d.cts","names":[],"sources":["../../src/actions/destroy-google-login-group.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAEnD;AAAA,cACW,qCAAA,EAAuC,CAAA,CAAE,UAEpD;AAAA,cAEW,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/destroy-google-login-group.d.ts
4
+ declare const RecallaiDestroyGoogleLoginGroupInput: z.ZodTypeAny;
5
+ declare const RecallaiDestroyGoogleLoginGroupOutput: z.ZodTypeAny;
6
+ declare const recallaiDestroyGoogleLoginGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiDestroyGoogleLoginGroup };
9
+ //# sourceMappingURL=destroy-google-login-group.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy-google-login-group.d.mts","names":[],"sources":["../../src/actions/destroy-google-login-group.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAEnD;AAAA,cACW,qCAAA,EAAuC,CAAA,CAAE,UAEpD;AAAA,cAEW,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const recallaiDestroyGoogleLoginGroup = action("RECALLAI_DESTROY_GOOGLE_LOGIN_GROUP", {
4
+ slug: "recallai-destroy-google-login-group",
5
+ name: "Destroy Google Login Group",
6
+ description: "Tool to delete an existing Google Login Group by ID. Use when you need to remove a Google Login Group that is no longer needed.",
7
+ input: z.object({ id: z.string().describe("A UUID string identifying this google login group.") }),
8
+ output: z.object({ success: z.boolean().describe("Indicates whether the google login group was successfully deleted") })
9
+ });
10
+ //#endregion
11
+ export { recallaiDestroyGoogleLoginGroup };
12
+
13
+ //# sourceMappingURL=destroy-google-login-group.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy-google-login-group.mjs","names":[],"sources":["../../src/actions/destroy-google-login-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiDestroyGoogleLoginGroupInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying this google login group.\"),\n});\nexport const RecallaiDestroyGoogleLoginGroupOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the google login group was successfully deleted\"),\n});\n\nexport const recallaiDestroyGoogleLoginGroup = action(\"RECALLAI_DESTROY_GOOGLE_LOGIN_GROUP\", {\n slug: \"recallai-destroy-google-login-group\",\n name: \"Destroy Google Login Group\",\n description: \"Tool to delete an existing Google Login Group by ID. Use when you need to remove a Google Login Group that is no longer needed.\",\n input: RecallaiDestroyGoogleLoginGroupInput,\n output: RecallaiDestroyGoogleLoginGroupOutput,\n});\n"],"mappings":";;AAWA,MAAa,kCAAkC,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXgE,EAAE,OAAO,EACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,EAC9E,CASS;CACP,QATiE,EAAE,OAAO,EAC1E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,mEAAmE,EACnG,CAOU;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/destroy-google-login.ts
4
+ const RecallaiDestroyGoogleLoginInput = zod.z.object({ id: zod.z.string().describe("A UUID string identifying this google login.") });
5
+ const RecallaiDestroyGoogleLoginOutput = zod.z.object({ success: zod.z.boolean().describe("Indicates whether the google login was successfully deleted") });
6
+ const recallaiDestroyGoogleLogin = require_action.action("RECALLAI_DESTROY_GOOGLE_LOGIN", {
7
+ slug: "recallai-destroy-google-login",
8
+ name: "Destroy Google Login",
9
+ description: "Tool to delete an existing Google Login by ID. Use when you need to remove a Google Login credential that is no longer needed.",
10
+ input: RecallaiDestroyGoogleLoginInput,
11
+ output: RecallaiDestroyGoogleLoginOutput
12
+ });
13
+ //#endregion
14
+ exports.recallaiDestroyGoogleLogin = recallaiDestroyGoogleLogin;
15
+
16
+ //# sourceMappingURL=destroy-google-login.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy-google-login.cjs","names":["z","action"],"sources":["../../src/actions/destroy-google-login.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiDestroyGoogleLoginInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying this google login.\"),\n});\nexport const RecallaiDestroyGoogleLoginOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the google login was successfully deleted\"),\n});\n\nexport const recallaiDestroyGoogleLogin = action(\"RECALLAI_DESTROY_GOOGLE_LOGIN\", {\n slug: \"recallai-destroy-google-login\",\n name: \"Destroy Google Login\",\n description: \"Tool to delete an existing Google Login by ID. Use when you need to remove a Google Login credential that is no longer needed.\",\n input: RecallaiDestroyGoogleLoginInput,\n output: RecallaiDestroyGoogleLoginOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EACxE,CAAC;AACD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6DAA6D,EAC7F,CAAC;AAED,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/destroy-google-login.d.ts
4
+ declare const RecallaiDestroyGoogleLoginInput: z.ZodTypeAny;
5
+ declare const RecallaiDestroyGoogleLoginOutput: z.ZodTypeAny;
6
+ declare const recallaiDestroyGoogleLogin: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiDestroyGoogleLogin };
9
+ //# sourceMappingURL=destroy-google-login.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy-google-login.d.cts","names":[],"sources":["../../src/actions/destroy-google-login.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE9C;AAAA,cACW,gCAAA,EAAkC,CAAA,CAAE,UAE/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/destroy-google-login.d.ts
4
+ declare const RecallaiDestroyGoogleLoginInput: z.ZodTypeAny;
5
+ declare const RecallaiDestroyGoogleLoginOutput: z.ZodTypeAny;
6
+ declare const recallaiDestroyGoogleLogin: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiDestroyGoogleLogin };
9
+ //# sourceMappingURL=destroy-google-login.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy-google-login.d.mts","names":[],"sources":["../../src/actions/destroy-google-login.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE9C;AAAA,cACW,gCAAA,EAAkC,CAAA,CAAE,UAE/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const recallaiDestroyGoogleLogin = action("RECALLAI_DESTROY_GOOGLE_LOGIN", {
4
+ slug: "recallai-destroy-google-login",
5
+ name: "Destroy Google Login",
6
+ description: "Tool to delete an existing Google Login by ID. Use when you need to remove a Google Login credential that is no longer needed.",
7
+ input: z.object({ id: z.string().describe("A UUID string identifying this google login.") }),
8
+ output: z.object({ success: z.boolean().describe("Indicates whether the google login was successfully deleted") })
9
+ });
10
+ //#endregion
11
+ export { recallaiDestroyGoogleLogin };
12
+
13
+ //# sourceMappingURL=destroy-google-login.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy-google-login.mjs","names":[],"sources":["../../src/actions/destroy-google-login.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiDestroyGoogleLoginInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying this google login.\"),\n});\nexport const RecallaiDestroyGoogleLoginOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the google login was successfully deleted\"),\n});\n\nexport const recallaiDestroyGoogleLogin = action(\"RECALLAI_DESTROY_GOOGLE_LOGIN\", {\n slug: \"recallai-destroy-google-login\",\n name: \"Destroy Google Login\",\n description: \"Tool to delete an existing Google Login by ID. Use when you need to remove a Google Login credential that is no longer needed.\",\n input: RecallaiDestroyGoogleLoginInput,\n output: RecallaiDestroyGoogleLoginOutput,\n});\n"],"mappings":";;AAWA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAX2D,EAAE,OAAO,EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EACxE,CASS;CACP,QAT4D,EAAE,OAAO,EACrE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,6DAA6D,EAC7F,CAOU;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/destroy-zoom-o-auth-app.ts
4
+ const RecallaiDestroyZoomOAuthAppInput = zod.z.object({ id: zod.z.string().describe("A UUID string identifying this zoom o auth app.") });
5
+ const RecallaiDestroyZoomOAuthAppOutput = zod.z.object({ success: zod.z.boolean().describe("Indicates whether the Zoom OAuth app was successfully deleted") });
6
+ const recallaiDestroyZoomOAuthApp = require_action.action("RECALLAI_DESTROY_ZOOM_O_AUTH_APP", {
7
+ slug: "recallai-destroy-zoom-o-auth-app",
8
+ name: "Destroy Zoom OAuth App",
9
+ description: "Tool to delete a Zoom OAuth App by ID. Use when you need to remove a Zoom OAuth application that is no longer needed.",
10
+ input: RecallaiDestroyZoomOAuthAppInput,
11
+ output: RecallaiDestroyZoomOAuthAppOutput
12
+ });
13
+ //#endregion
14
+ exports.recallaiDestroyZoomOAuthApp = recallaiDestroyZoomOAuthApp;
15
+
16
+ //# sourceMappingURL=destroy-zoom-o-auth-app.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy-zoom-o-auth-app.cjs","names":["z","action"],"sources":["../../src/actions/destroy-zoom-o-auth-app.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiDestroyZoomOAuthAppInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying this zoom o auth app.\"),\n});\nexport const RecallaiDestroyZoomOAuthAppOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the Zoom OAuth app was successfully deleted\"),\n});\n\nexport const recallaiDestroyZoomOAuthApp = action(\"RECALLAI_DESTROY_ZOOM_O_AUTH_APP\", {\n slug: \"recallai-destroy-zoom-o-auth-app\",\n name: \"Destroy Zoom OAuth App\",\n description: \"Tool to delete a Zoom OAuth App by ID. Use when you need to remove a Zoom OAuth application that is no longer needed.\",\n input: RecallaiDestroyZoomOAuthAppInput,\n output: RecallaiDestroyZoomOAuthAppOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EAC3E,CAAC;AACD,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+DAA+D,EAC/F,CAAC;AAED,MAAa,8BAA8BC,eAAAA,OAAO,oCAAoC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/destroy-zoom-o-auth-app.d.ts
4
+ declare const RecallaiDestroyZoomOAuthAppInput: z.ZodTypeAny;
5
+ declare const RecallaiDestroyZoomOAuthAppOutput: z.ZodTypeAny;
6
+ declare const recallaiDestroyZoomOAuthApp: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiDestroyZoomOAuthApp };
9
+ //# sourceMappingURL=destroy-zoom-o-auth-app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy-zoom-o-auth-app.d.cts","names":[],"sources":["../../src/actions/destroy-zoom-o-auth-app.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAE/C;AAAA,cACW,iCAAA,EAAmC,CAAA,CAAE,UAEhD;AAAA,cAEW,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/destroy-zoom-o-auth-app.d.ts
4
+ declare const RecallaiDestroyZoomOAuthAppInput: z.ZodTypeAny;
5
+ declare const RecallaiDestroyZoomOAuthAppOutput: z.ZodTypeAny;
6
+ declare const recallaiDestroyZoomOAuthApp: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recallaiDestroyZoomOAuthApp };
9
+ //# sourceMappingURL=destroy-zoom-o-auth-app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy-zoom-o-auth-app.d.mts","names":[],"sources":["../../src/actions/destroy-zoom-o-auth-app.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAE/C;AAAA,cACW,iCAAA,EAAmC,CAAA,CAAE,UAEhD;AAAA,cAEW,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const recallaiDestroyZoomOAuthApp = action("RECALLAI_DESTROY_ZOOM_O_AUTH_APP", {
4
+ slug: "recallai-destroy-zoom-o-auth-app",
5
+ name: "Destroy Zoom OAuth App",
6
+ description: "Tool to delete a Zoom OAuth App by ID. Use when you need to remove a Zoom OAuth application that is no longer needed.",
7
+ input: z.object({ id: z.string().describe("A UUID string identifying this zoom o auth app.") }),
8
+ output: z.object({ success: z.boolean().describe("Indicates whether the Zoom OAuth app was successfully deleted") })
9
+ });
10
+ //#endregion
11
+ export { recallaiDestroyZoomOAuthApp };
12
+
13
+ //# sourceMappingURL=destroy-zoom-o-auth-app.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"destroy-zoom-o-auth-app.mjs","names":[],"sources":["../../src/actions/destroy-zoom-o-auth-app.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiDestroyZoomOAuthAppInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying this zoom o auth app.\"),\n});\nexport const RecallaiDestroyZoomOAuthAppOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the Zoom OAuth app was successfully deleted\"),\n});\n\nexport const recallaiDestroyZoomOAuthApp = action(\"RECALLAI_DESTROY_ZOOM_O_AUTH_APP\", {\n slug: \"recallai-destroy-zoom-o-auth-app\",\n name: \"Destroy Zoom OAuth App\",\n description: \"Tool to delete a Zoom OAuth App by ID. Use when you need to remove a Zoom OAuth application that is no longer needed.\",\n input: RecallaiDestroyZoomOAuthAppInput,\n output: RecallaiDestroyZoomOAuthAppOutput,\n});\n"],"mappings":";;AAWA,MAAa,8BAA8B,OAAO,oCAAoC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAX4D,EAAE,OAAO,EACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EAC3E,CASS;CACP,QAT6D,EAAE,OAAO,EACtE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+DAA+D,EAC/F,CAOU;AACV,CAAC"}