@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.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-bot.cjs +459 -0
- package/dist/actions/create-bot.cjs.map +1 -0
- package/dist/actions/create-bot.d.cts +9 -0
- package/dist/actions/create-bot.d.cts.map +1 -0
- package/dist/actions/create-bot.d.mts +9 -0
- package/dist/actions/create-bot.d.mts.map +1 -0
- package/dist/actions/create-bot.mjs +456 -0
- package/dist/actions/create-bot.mjs.map +1 -0
- package/dist/actions/create-calendar-authenticate.cjs +16 -0
- package/dist/actions/create-calendar-authenticate.cjs.map +1 -0
- package/dist/actions/create-calendar-authenticate.d.cts +9 -0
- package/dist/actions/create-calendar-authenticate.d.cts.map +1 -0
- package/dist/actions/create-calendar-authenticate.d.mts +9 -0
- package/dist/actions/create-calendar-authenticate.d.mts.map +1 -0
- package/dist/actions/create-calendar-authenticate.mjs +13 -0
- package/dist/actions/create-calendar-authenticate.mjs.map +1 -0
- package/dist/actions/create-calendar.cjs +35 -0
- package/dist/actions/create-calendar.cjs.map +1 -0
- package/dist/actions/create-calendar.d.cts +9 -0
- package/dist/actions/create-calendar.d.cts.map +1 -0
- package/dist/actions/create-calendar.d.mts +9 -0
- package/dist/actions/create-calendar.d.mts.map +1 -0
- package/dist/actions/create-calendar.mjs +32 -0
- package/dist/actions/create-calendar.mjs.map +1 -0
- package/dist/actions/create-google-login-group.cjs +37 -0
- package/dist/actions/create-google-login-group.cjs.map +1 -0
- package/dist/actions/create-google-login-group.d.cts +9 -0
- package/dist/actions/create-google-login-group.d.cts.map +1 -0
- package/dist/actions/create-google-login-group.d.mts +9 -0
- package/dist/actions/create-google-login-group.d.mts.map +1 -0
- package/dist/actions/create-google-login-group.mjs +36 -0
- package/dist/actions/create-google-login-group.mjs.map +1 -0
- package/dist/actions/create-google-login.cjs +33 -0
- package/dist/actions/create-google-login.cjs.map +1 -0
- package/dist/actions/create-google-login.d.cts +9 -0
- package/dist/actions/create-google-login.d.cts.map +1 -0
- package/dist/actions/create-google-login.d.mts +9 -0
- package/dist/actions/create-google-login.d.mts.map +1 -0
- package/dist/actions/create-google-login.mjs +30 -0
- package/dist/actions/create-google-login.mjs.map +1 -0
- package/dist/actions/create-meeting-direct-connect.cjs +104 -0
- package/dist/actions/create-meeting-direct-connect.cjs.map +1 -0
- package/dist/actions/create-meeting-direct-connect.d.cts +9 -0
- package/dist/actions/create-meeting-direct-connect.d.cts.map +1 -0
- package/dist/actions/create-meeting-direct-connect.d.mts +9 -0
- package/dist/actions/create-meeting-direct-connect.d.mts.map +1 -0
- package/dist/actions/create-meeting-direct-connect.mjs +103 -0
- package/dist/actions/create-meeting-direct-connect.mjs.map +1 -0
- package/dist/actions/create-sdk-upload.cjs +48 -0
- package/dist/actions/create-sdk-upload.cjs.map +1 -0
- package/dist/actions/create-sdk-upload.d.cts +9 -0
- package/dist/actions/create-sdk-upload.d.cts.map +1 -0
- package/dist/actions/create-sdk-upload.d.mts +9 -0
- package/dist/actions/create-sdk-upload.d.mts.map +1 -0
- package/dist/actions/create-sdk-upload.mjs +47 -0
- package/dist/actions/create-sdk-upload.mjs.map +1 -0
- package/dist/actions/create-zoom-oauth-app.cjs +30 -0
- package/dist/actions/create-zoom-oauth-app.cjs.map +1 -0
- package/dist/actions/create-zoom-oauth-app.d.cts +9 -0
- package/dist/actions/create-zoom-oauth-app.d.cts.map +1 -0
- package/dist/actions/create-zoom-oauth-app.d.mts +9 -0
- package/dist/actions/create-zoom-oauth-app.d.mts.map +1 -0
- package/dist/actions/create-zoom-oauth-app.mjs +27 -0
- package/dist/actions/create-zoom-oauth-app.mjs.map +1 -0
- package/dist/actions/delete-bot-media.cjs +27 -0
- package/dist/actions/delete-bot-media.cjs.map +1 -0
- package/dist/actions/delete-bot-media.d.cts +9 -0
- package/dist/actions/delete-bot-media.d.cts.map +1 -0
- package/dist/actions/delete-bot-media.d.mts +9 -0
- package/dist/actions/delete-bot-media.d.mts.map +1 -0
- package/dist/actions/delete-bot-media.mjs +24 -0
- package/dist/actions/delete-bot-media.mjs.map +1 -0
- package/dist/actions/delete-bot.cjs +16 -0
- package/dist/actions/delete-bot.cjs.map +1 -0
- package/dist/actions/delete-bot.d.cts +9 -0
- package/dist/actions/delete-bot.d.cts.map +1 -0
- package/dist/actions/delete-bot.d.mts +9 -0
- package/dist/actions/delete-bot.d.mts.map +1 -0
- package/dist/actions/delete-bot.mjs +13 -0
- package/dist/actions/delete-bot.mjs.map +1 -0
- package/dist/actions/delete-calendar.cjs +16 -0
- package/dist/actions/delete-calendar.cjs.map +1 -0
- package/dist/actions/delete-calendar.d.cts +9 -0
- package/dist/actions/delete-calendar.d.cts.map +1 -0
- package/dist/actions/delete-calendar.d.mts +9 -0
- package/dist/actions/delete-calendar.d.mts.map +1 -0
- package/dist/actions/delete-calendar.mjs +13 -0
- package/dist/actions/delete-calendar.mjs.map +1 -0
- package/dist/actions/destroy-calendar-user.cjs +16 -0
- package/dist/actions/destroy-calendar-user.cjs.map +1 -0
- package/dist/actions/destroy-calendar-user.d.cts +9 -0
- package/dist/actions/destroy-calendar-user.d.cts.map +1 -0
- package/dist/actions/destroy-calendar-user.d.mts +9 -0
- package/dist/actions/destroy-calendar-user.d.mts.map +1 -0
- package/dist/actions/destroy-calendar-user.mjs +13 -0
- package/dist/actions/destroy-calendar-user.mjs.map +1 -0
- package/dist/actions/destroy-google-login-group.cjs +16 -0
- package/dist/actions/destroy-google-login-group.cjs.map +1 -0
- package/dist/actions/destroy-google-login-group.d.cts +9 -0
- package/dist/actions/destroy-google-login-group.d.cts.map +1 -0
- package/dist/actions/destroy-google-login-group.d.mts +9 -0
- package/dist/actions/destroy-google-login-group.d.mts.map +1 -0
- package/dist/actions/destroy-google-login-group.mjs +13 -0
- package/dist/actions/destroy-google-login-group.mjs.map +1 -0
- package/dist/actions/destroy-google-login.cjs +16 -0
- package/dist/actions/destroy-google-login.cjs.map +1 -0
- package/dist/actions/destroy-google-login.d.cts +9 -0
- package/dist/actions/destroy-google-login.d.cts.map +1 -0
- package/dist/actions/destroy-google-login.d.mts +9 -0
- package/dist/actions/destroy-google-login.d.mts.map +1 -0
- package/dist/actions/destroy-google-login.mjs +13 -0
- package/dist/actions/destroy-google-login.mjs.map +1 -0
- package/dist/actions/destroy-zoom-o-auth-app.cjs +16 -0
- package/dist/actions/destroy-zoom-o-auth-app.cjs.map +1 -0
- package/dist/actions/destroy-zoom-o-auth-app.d.cts +9 -0
- package/dist/actions/destroy-zoom-o-auth-app.d.cts.map +1 -0
- package/dist/actions/destroy-zoom-o-auth-app.d.mts +9 -0
- package/dist/actions/destroy-zoom-o-auth-app.d.mts.map +1 -0
- package/dist/actions/destroy-zoom-o-auth-app.mjs +13 -0
- package/dist/actions/destroy-zoom-o-auth-app.mjs.map +1 -0
- package/dist/actions/disconnect-calendar-user.cjs +40 -0
- package/dist/actions/disconnect-calendar-user.cjs.map +1 -0
- package/dist/actions/disconnect-calendar-user.d.cts +9 -0
- package/dist/actions/disconnect-calendar-user.d.cts.map +1 -0
- package/dist/actions/disconnect-calendar-user.d.mts +9 -0
- package/dist/actions/disconnect-calendar-user.d.mts.map +1 -0
- package/dist/actions/disconnect-calendar-user.mjs +39 -0
- package/dist/actions/disconnect-calendar-user.mjs.map +1 -0
- package/dist/actions/index.cjs +127 -0
- package/dist/actions/index.d.cts +64 -0
- package/dist/actions/index.d.mts +64 -0
- package/dist/actions/index.mjs +64 -0
- package/dist/actions/list-audio-mixed.cjs +49 -0
- package/dist/actions/list-audio-mixed.cjs.map +1 -0
- package/dist/actions/list-audio-mixed.d.cts +9 -0
- package/dist/actions/list-audio-mixed.d.cts.map +1 -0
- package/dist/actions/list-audio-mixed.d.mts +9 -0
- package/dist/actions/list-audio-mixed.d.mts.map +1 -0
- package/dist/actions/list-audio-mixed.mjs +48 -0
- package/dist/actions/list-audio-mixed.mjs.map +1 -0
- package/dist/actions/list-audio-separate.cjs +50 -0
- package/dist/actions/list-audio-separate.cjs.map +1 -0
- package/dist/actions/list-audio-separate.d.cts +9 -0
- package/dist/actions/list-audio-separate.d.cts.map +1 -0
- package/dist/actions/list-audio-separate.d.mts +9 -0
- package/dist/actions/list-audio-separate.d.mts.map +1 -0
- package/dist/actions/list-audio-separate.mjs +49 -0
- package/dist/actions/list-audio-separate.mjs.map +1 -0
- package/dist/actions/list-bot-screenshots.cjs +28 -0
- package/dist/actions/list-bot-screenshots.cjs.map +1 -0
- package/dist/actions/list-bot-screenshots.d.cts +9 -0
- package/dist/actions/list-bot-screenshots.d.cts.map +1 -0
- package/dist/actions/list-bot-screenshots.d.mts +9 -0
- package/dist/actions/list-bot-screenshots.d.mts.map +1 -0
- package/dist/actions/list-bot-screenshots.mjs +27 -0
- package/dist/actions/list-bot-screenshots.mjs.map +1 -0
- package/dist/actions/list-bots.cjs +46 -0
- package/dist/actions/list-bots.cjs.map +1 -0
- package/dist/actions/list-bots.d.cts +9 -0
- package/dist/actions/list-bots.d.cts.map +1 -0
- package/dist/actions/list-bots.d.mts +9 -0
- package/dist/actions/list-bots.d.mts.map +1 -0
- package/dist/actions/list-bots.mjs +45 -0
- package/dist/actions/list-bots.mjs.map +1 -0
- package/dist/actions/list-calendar-events.cjs +45 -0
- package/dist/actions/list-calendar-events.cjs.map +1 -0
- package/dist/actions/list-calendar-events.d.cts +9 -0
- package/dist/actions/list-calendar-events.d.cts.map +1 -0
- package/dist/actions/list-calendar-events.d.mts +9 -0
- package/dist/actions/list-calendar-events.d.mts.map +1 -0
- package/dist/actions/list-calendar-events.mjs +44 -0
- package/dist/actions/list-calendar-events.mjs.map +1 -0
- package/dist/actions/list-calendar-meetings.cjs +73 -0
- package/dist/actions/list-calendar-meetings.cjs.map +1 -0
- package/dist/actions/list-calendar-meetings.d.cts +9 -0
- package/dist/actions/list-calendar-meetings.d.cts.map +1 -0
- package/dist/actions/list-calendar-meetings.d.mts +9 -0
- package/dist/actions/list-calendar-meetings.d.mts.map +1 -0
- package/dist/actions/list-calendar-meetings.mjs +72 -0
- package/dist/actions/list-calendar-meetings.mjs.map +1 -0
- package/dist/actions/list-calendar-users.cjs +36 -0
- package/dist/actions/list-calendar-users.cjs.map +1 -0
- package/dist/actions/list-calendar-users.d.cts +9 -0
- package/dist/actions/list-calendar-users.d.cts.map +1 -0
- package/dist/actions/list-calendar-users.d.mts +9 -0
- package/dist/actions/list-calendar-users.d.mts.map +1 -0
- package/dist/actions/list-calendar-users.mjs +35 -0
- package/dist/actions/list-calendar-users.mjs.map +1 -0
- package/dist/actions/list-calendars.cjs +45 -0
- package/dist/actions/list-calendars.cjs.map +1 -0
- package/dist/actions/list-calendars.d.cts +9 -0
- package/dist/actions/list-calendars.d.cts.map +1 -0
- package/dist/actions/list-calendars.d.mts +9 -0
- package/dist/actions/list-calendars.d.mts.map +1 -0
- package/dist/actions/list-calendars.mjs +44 -0
- package/dist/actions/list-calendars.mjs.map +1 -0
- package/dist/actions/list-chat-messages.cjs +20 -0
- package/dist/actions/list-chat-messages.cjs.map +1 -0
- package/dist/actions/list-chat-messages.d.cts +9 -0
- package/dist/actions/list-chat-messages.d.cts.map +1 -0
- package/dist/actions/list-chat-messages.d.mts +9 -0
- package/dist/actions/list-chat-messages.d.mts.map +1 -0
- package/dist/actions/list-chat-messages.mjs +17 -0
- package/dist/actions/list-chat-messages.mjs.map +1 -0
- package/dist/actions/list-google-login-groups.cjs +45 -0
- package/dist/actions/list-google-login-groups.cjs.map +1 -0
- package/dist/actions/list-google-login-groups.d.cts +9 -0
- package/dist/actions/list-google-login-groups.d.cts.map +1 -0
- package/dist/actions/list-google-login-groups.d.mts +9 -0
- package/dist/actions/list-google-login-groups.d.mts.map +1 -0
- package/dist/actions/list-google-login-groups.mjs +44 -0
- package/dist/actions/list-google-login-groups.mjs.map +1 -0
- package/dist/actions/list-google-logins.cjs +38 -0
- package/dist/actions/list-google-logins.cjs.map +1 -0
- package/dist/actions/list-google-logins.d.cts +9 -0
- package/dist/actions/list-google-logins.d.cts.map +1 -0
- package/dist/actions/list-google-logins.d.mts +9 -0
- package/dist/actions/list-google-logins.d.mts.map +1 -0
- package/dist/actions/list-google-logins.mjs +37 -0
- package/dist/actions/list-google-logins.mjs.map +1 -0
- package/dist/actions/list-meeting-direct-connect.cjs +68 -0
- package/dist/actions/list-meeting-direct-connect.cjs.map +1 -0
- package/dist/actions/list-meeting-direct-connect.d.cts +9 -0
- package/dist/actions/list-meeting-direct-connect.d.cts.map +1 -0
- package/dist/actions/list-meeting-direct-connect.d.mts +9 -0
- package/dist/actions/list-meeting-direct-connect.d.mts.map +1 -0
- package/dist/actions/list-meeting-direct-connect.mjs +67 -0
- package/dist/actions/list-meeting-direct-connect.mjs.map +1 -0
- package/dist/actions/list-meeting-metadata.cjs +52 -0
- package/dist/actions/list-meeting-metadata.cjs.map +1 -0
- package/dist/actions/list-meeting-metadata.d.cts +9 -0
- package/dist/actions/list-meeting-metadata.d.cts.map +1 -0
- package/dist/actions/list-meeting-metadata.d.mts +9 -0
- package/dist/actions/list-meeting-metadata.d.mts.map +1 -0
- package/dist/actions/list-meeting-metadata.mjs +51 -0
- package/dist/actions/list-meeting-metadata.mjs.map +1 -0
- package/dist/actions/list-participant-events.cjs +52 -0
- package/dist/actions/list-participant-events.cjs.map +1 -0
- package/dist/actions/list-participant-events.d.cts +9 -0
- package/dist/actions/list-participant-events.d.cts.map +1 -0
- package/dist/actions/list-participant-events.d.mts +9 -0
- package/dist/actions/list-participant-events.d.mts.map +1 -0
- package/dist/actions/list-participant-events.mjs +51 -0
- package/dist/actions/list-participant-events.mjs.map +1 -0
- package/dist/actions/list-realtime-endpoint.cjs +55 -0
- package/dist/actions/list-realtime-endpoint.cjs.map +1 -0
- package/dist/actions/list-realtime-endpoint.d.cts +9 -0
- package/dist/actions/list-realtime-endpoint.d.cts.map +1 -0
- package/dist/actions/list-realtime-endpoint.d.mts +9 -0
- package/dist/actions/list-realtime-endpoint.d.mts.map +1 -0
- package/dist/actions/list-realtime-endpoint.mjs +54 -0
- package/dist/actions/list-realtime-endpoint.mjs.map +1 -0
- package/dist/actions/list-recording.cjs +50 -0
- package/dist/actions/list-recording.cjs.map +1 -0
- package/dist/actions/list-recording.d.cts +9 -0
- package/dist/actions/list-recording.d.cts.map +1 -0
- package/dist/actions/list-recording.d.mts +9 -0
- package/dist/actions/list-recording.d.mts.map +1 -0
- package/dist/actions/list-recording.mjs +49 -0
- package/dist/actions/list-recording.mjs.map +1 -0
- package/dist/actions/list-sdk-uploads.cjs +44 -0
- package/dist/actions/list-sdk-uploads.cjs.map +1 -0
- package/dist/actions/list-sdk-uploads.d.cts +9 -0
- package/dist/actions/list-sdk-uploads.d.cts.map +1 -0
- package/dist/actions/list-sdk-uploads.d.mts +9 -0
- package/dist/actions/list-sdk-uploads.d.mts.map +1 -0
- package/dist/actions/list-sdk-uploads.mjs +43 -0
- package/dist/actions/list-sdk-uploads.mjs.map +1 -0
- package/dist/actions/list-slack-teams.cjs +52 -0
- package/dist/actions/list-slack-teams.cjs.map +1 -0
- package/dist/actions/list-slack-teams.d.cts +9 -0
- package/dist/actions/list-slack-teams.d.cts.map +1 -0
- package/dist/actions/list-slack-teams.d.mts +9 -0
- package/dist/actions/list-slack-teams.d.mts.map +1 -0
- package/dist/actions/list-slack-teams.mjs +51 -0
- package/dist/actions/list-slack-teams.mjs.map +1 -0
- package/dist/actions/list-transcript.cjs +40 -0
- package/dist/actions/list-transcript.cjs.map +1 -0
- package/dist/actions/list-transcript.d.cts +9 -0
- package/dist/actions/list-transcript.d.cts.map +1 -0
- package/dist/actions/list-transcript.d.mts +9 -0
- package/dist/actions/list-transcript.d.mts.map +1 -0
- package/dist/actions/list-transcript.mjs +39 -0
- package/dist/actions/list-transcript.mjs.map +1 -0
- package/dist/actions/list-video-mixed.cjs +49 -0
- package/dist/actions/list-video-mixed.cjs.map +1 -0
- package/dist/actions/list-video-mixed.d.cts +9 -0
- package/dist/actions/list-video-mixed.d.cts.map +1 -0
- package/dist/actions/list-video-mixed.d.mts +9 -0
- package/dist/actions/list-video-mixed.d.mts.map +1 -0
- package/dist/actions/list-video-mixed.mjs +48 -0
- package/dist/actions/list-video-mixed.mjs.map +1 -0
- package/dist/actions/list-video-separate.cjs +56 -0
- package/dist/actions/list-video-separate.cjs.map +1 -0
- package/dist/actions/list-video-separate.d.cts +9 -0
- package/dist/actions/list-video-separate.d.cts.map +1 -0
- package/dist/actions/list-video-separate.d.mts +9 -0
- package/dist/actions/list-video-separate.d.mts.map +1 -0
- package/dist/actions/list-video-separate.mjs +55 -0
- package/dist/actions/list-video-separate.mjs.map +1 -0
- package/dist/actions/list-zoom-meetings-to-credentials.cjs +32 -0
- package/dist/actions/list-zoom-meetings-to-credentials.cjs.map +1 -0
- package/dist/actions/list-zoom-meetings-to-credentials.d.cts +9 -0
- package/dist/actions/list-zoom-meetings-to-credentials.d.cts.map +1 -0
- package/dist/actions/list-zoom-meetings-to-credentials.d.mts +9 -0
- package/dist/actions/list-zoom-meetings-to-credentials.d.mts.map +1 -0
- package/dist/actions/list-zoom-meetings-to-credentials.mjs +31 -0
- package/dist/actions/list-zoom-meetings-to-credentials.mjs.map +1 -0
- package/dist/actions/list-zoom-o-auth-credentials.cjs +45 -0
- package/dist/actions/list-zoom-o-auth-credentials.cjs.map +1 -0
- package/dist/actions/list-zoom-o-auth-credentials.d.cts +9 -0
- package/dist/actions/list-zoom-o-auth-credentials.d.cts.map +1 -0
- package/dist/actions/list-zoom-o-auth-credentials.d.mts +9 -0
- package/dist/actions/list-zoom-o-auth-credentials.d.mts.map +1 -0
- package/dist/actions/list-zoom-o-auth-credentials.mjs +44 -0
- package/dist/actions/list-zoom-o-auth-credentials.mjs.map +1 -0
- package/dist/actions/list-zoom-oauth-app-logs.cjs +31 -0
- package/dist/actions/list-zoom-oauth-app-logs.cjs.map +1 -0
- package/dist/actions/list-zoom-oauth-app-logs.d.cts +9 -0
- package/dist/actions/list-zoom-oauth-app-logs.d.cts.map +1 -0
- package/dist/actions/list-zoom-oauth-app-logs.d.mts +9 -0
- package/dist/actions/list-zoom-oauth-app-logs.d.mts.map +1 -0
- package/dist/actions/list-zoom-oauth-app-logs.mjs +30 -0
- package/dist/actions/list-zoom-oauth-app-logs.mjs.map +1 -0
- package/dist/actions/list-zoom-oauth-apps.cjs +38 -0
- package/dist/actions/list-zoom-oauth-apps.cjs.map +1 -0
- package/dist/actions/list-zoom-oauth-apps.d.cts +9 -0
- package/dist/actions/list-zoom-oauth-apps.d.cts.map +1 -0
- package/dist/actions/list-zoom-oauth-apps.d.mts +9 -0
- package/dist/actions/list-zoom-oauth-apps.d.mts.map +1 -0
- package/dist/actions/list-zoom-oauth-apps.mjs +37 -0
- package/dist/actions/list-zoom-oauth-apps.mjs.map +1 -0
- package/dist/actions/list-zoom-oauth-credential-logs.cjs +31 -0
- package/dist/actions/list-zoom-oauth-credential-logs.cjs.map +1 -0
- package/dist/actions/list-zoom-oauth-credential-logs.d.cts +9 -0
- package/dist/actions/list-zoom-oauth-credential-logs.d.cts.map +1 -0
- package/dist/actions/list-zoom-oauth-credential-logs.d.mts +9 -0
- package/dist/actions/list-zoom-oauth-credential-logs.d.mts.map +1 -0
- package/dist/actions/list-zoom-oauth-credential-logs.mjs +30 -0
- package/dist/actions/list-zoom-oauth-credential-logs.mjs.map +1 -0
- package/dist/actions/remove-bot-from-call.cjs +19 -0
- package/dist/actions/remove-bot-from-call.cjs.map +1 -0
- package/dist/actions/remove-bot-from-call.d.cts +9 -0
- package/dist/actions/remove-bot-from-call.d.cts.map +1 -0
- package/dist/actions/remove-bot-from-call.d.mts +9 -0
- package/dist/actions/remove-bot-from-call.d.mts.map +1 -0
- package/dist/actions/remove-bot-from-call.mjs +16 -0
- package/dist/actions/remove-bot-from-call.mjs.map +1 -0
- package/dist/actions/retrieve-billing-usage.cjs +19 -0
- package/dist/actions/retrieve-billing-usage.cjs.map +1 -0
- package/dist/actions/retrieve-billing-usage.d.cts +9 -0
- package/dist/actions/retrieve-billing-usage.d.cts.map +1 -0
- package/dist/actions/retrieve-billing-usage.d.mts +9 -0
- package/dist/actions/retrieve-billing-usage.d.mts.map +1 -0
- package/dist/actions/retrieve-billing-usage.mjs +16 -0
- package/dist/actions/retrieve-billing-usage.mjs.map +1 -0
- package/dist/actions/retrieve-bot.cjs +27 -0
- package/dist/actions/retrieve-bot.cjs.map +1 -0
- package/dist/actions/retrieve-bot.d.cts +9 -0
- package/dist/actions/retrieve-bot.d.cts.map +1 -0
- package/dist/actions/retrieve-bot.d.mts +9 -0
- package/dist/actions/retrieve-bot.d.mts.map +1 -0
- package/dist/actions/retrieve-bot.mjs +24 -0
- package/dist/actions/retrieve-bot.mjs.map +1 -0
- package/dist/actions/retrieve-calendars.cjs +30 -0
- package/dist/actions/retrieve-calendars.cjs.map +1 -0
- package/dist/actions/retrieve-calendars.d.cts +9 -0
- package/dist/actions/retrieve-calendars.d.cts.map +1 -0
- package/dist/actions/retrieve-calendars.d.mts +9 -0
- package/dist/actions/retrieve-calendars.d.mts.map +1 -0
- package/dist/actions/retrieve-calendars.mjs +27 -0
- package/dist/actions/retrieve-calendars.mjs.map +1 -0
- package/dist/actions/retrieve-google-login-group.cjs +35 -0
- package/dist/actions/retrieve-google-login-group.cjs.map +1 -0
- package/dist/actions/retrieve-google-login-group.d.cts +9 -0
- package/dist/actions/retrieve-google-login-group.d.cts.map +1 -0
- package/dist/actions/retrieve-google-login-group.d.mts +9 -0
- package/dist/actions/retrieve-google-login-group.d.mts.map +1 -0
- package/dist/actions/retrieve-google-login-group.mjs +34 -0
- package/dist/actions/retrieve-google-login-group.mjs.map +1 -0
- package/dist/actions/retrieve-meeting-direct-connect.cjs +50 -0
- package/dist/actions/retrieve-meeting-direct-connect.cjs.map +1 -0
- package/dist/actions/retrieve-meeting-direct-connect.d.cts +9 -0
- package/dist/actions/retrieve-meeting-direct-connect.d.cts.map +1 -0
- package/dist/actions/retrieve-meeting-direct-connect.d.mts +9 -0
- package/dist/actions/retrieve-meeting-direct-connect.d.mts.map +1 -0
- package/dist/actions/retrieve-meeting-direct-connect.mjs +49 -0
- package/dist/actions/retrieve-meeting-direct-connect.mjs.map +1 -0
- package/dist/actions/retrieve-recording.cjs +52 -0
- package/dist/actions/retrieve-recording.cjs.map +1 -0
- package/dist/actions/retrieve-recording.d.cts +9 -0
- package/dist/actions/retrieve-recording.d.cts.map +1 -0
- package/dist/actions/retrieve-recording.d.mts +9 -0
- package/dist/actions/retrieve-recording.d.mts.map +1 -0
- package/dist/actions/retrieve-recording.mjs +51 -0
- package/dist/actions/retrieve-recording.mjs.map +1 -0
- package/dist/actions/retrieve-sdk-upload.cjs +29 -0
- package/dist/actions/retrieve-sdk-upload.cjs.map +1 -0
- package/dist/actions/retrieve-sdk-upload.d.cts +9 -0
- package/dist/actions/retrieve-sdk-upload.d.cts.map +1 -0
- package/dist/actions/retrieve-sdk-upload.d.mts +9 -0
- package/dist/actions/retrieve-sdk-upload.d.mts.map +1 -0
- package/dist/actions/retrieve-sdk-upload.mjs +28 -0
- package/dist/actions/retrieve-sdk-upload.mjs.map +1 -0
- package/dist/actions/retrieve-video-mixed.cjs +34 -0
- package/dist/actions/retrieve-video-mixed.cjs.map +1 -0
- package/dist/actions/retrieve-video-mixed.d.cts +9 -0
- package/dist/actions/retrieve-video-mixed.d.cts.map +1 -0
- package/dist/actions/retrieve-video-mixed.d.mts +9 -0
- package/dist/actions/retrieve-video-mixed.d.mts.map +1 -0
- package/dist/actions/retrieve-video-mixed.mjs +33 -0
- package/dist/actions/retrieve-video-mixed.mjs.map +1 -0
- package/dist/actions/retrieve-zoom-oauth-app.cjs +25 -0
- package/dist/actions/retrieve-zoom-oauth-app.cjs.map +1 -0
- package/dist/actions/retrieve-zoom-oauth-app.d.cts +9 -0
- package/dist/actions/retrieve-zoom-oauth-app.d.cts.map +1 -0
- package/dist/actions/retrieve-zoom-oauth-app.d.mts +9 -0
- package/dist/actions/retrieve-zoom-oauth-app.d.mts.map +1 -0
- package/dist/actions/retrieve-zoom-oauth-app.mjs +24 -0
- package/dist/actions/retrieve-zoom-oauth-app.mjs.map +1 -0
- package/dist/actions/start-recording.cjs +56 -0
- package/dist/actions/start-recording.cjs.map +1 -0
- package/dist/actions/start-recording.d.cts +9 -0
- package/dist/actions/start-recording.d.cts.map +1 -0
- package/dist/actions/start-recording.d.mts +9 -0
- package/dist/actions/start-recording.d.mts.map +1 -0
- package/dist/actions/start-recording.mjs +53 -0
- package/dist/actions/start-recording.mjs.map +1 -0
- package/dist/actions/stop-recording.cjs +21 -0
- package/dist/actions/stop-recording.cjs.map +1 -0
- package/dist/actions/stop-recording.d.cts +9 -0
- package/dist/actions/stop-recording.d.cts.map +1 -0
- package/dist/actions/stop-recording.d.mts +9 -0
- package/dist/actions/stop-recording.d.mts.map +1 -0
- package/dist/actions/stop-recording.mjs +18 -0
- package/dist/actions/stop-recording.mjs.map +1 -0
- package/dist/actions/update-bot.cjs +52 -0
- package/dist/actions/update-bot.cjs.map +1 -0
- package/dist/actions/update-bot.d.cts +9 -0
- package/dist/actions/update-bot.d.cts.map +1 -0
- package/dist/actions/update-bot.d.mts +9 -0
- package/dist/actions/update-bot.d.mts.map +1 -0
- package/dist/actions/update-bot.mjs +49 -0
- package/dist/actions/update-bot.mjs.map +1 -0
- package/dist/actions/update-calendar-user.cjs +57 -0
- package/dist/actions/update-calendar-user.cjs.map +1 -0
- package/dist/actions/update-calendar-user.d.cts +9 -0
- package/dist/actions/update-calendar-user.d.cts.map +1 -0
- package/dist/actions/update-calendar-user.d.mts +9 -0
- package/dist/actions/update-calendar-user.d.mts.map +1 -0
- package/dist/actions/update-calendar-user.mjs +56 -0
- package/dist/actions/update-calendar-user.mjs.map +1 -0
- package/dist/actions/update-calendar.cjs +40 -0
- package/dist/actions/update-calendar.cjs.map +1 -0
- package/dist/actions/update-calendar.d.cts +9 -0
- package/dist/actions/update-calendar.d.cts.map +1 -0
- package/dist/actions/update-calendar.d.mts +9 -0
- package/dist/actions/update-calendar.d.mts.map +1 -0
- package/dist/actions/update-calendar.mjs +39 -0
- package/dist/actions/update-calendar.mjs.map +1 -0
- package/dist/actions/update-google-login-group.cjs +51 -0
- package/dist/actions/update-google-login-group.cjs.map +1 -0
- package/dist/actions/update-google-login-group.d.cts +9 -0
- package/dist/actions/update-google-login-group.d.cts.map +1 -0
- package/dist/actions/update-google-login-group.d.mts +9 -0
- package/dist/actions/update-google-login-group.d.mts.map +1 -0
- package/dist/actions/update-google-login-group.mjs +50 -0
- package/dist/actions/update-google-login-group.mjs.map +1 -0
- package/dist/actions/update-google-login-groups.cjs +38 -0
- package/dist/actions/update-google-login-groups.cjs.map +1 -0
- package/dist/actions/update-google-login-groups.d.cts +9 -0
- package/dist/actions/update-google-login-groups.d.cts.map +1 -0
- package/dist/actions/update-google-login-groups.d.mts +9 -0
- package/dist/actions/update-google-login-groups.d.mts.map +1 -0
- package/dist/actions/update-google-login-groups.mjs +37 -0
- package/dist/actions/update-google-login-groups.mjs.map +1 -0
- package/dist/actions/update-google-login.cjs +36 -0
- package/dist/actions/update-google-login.cjs.map +1 -0
- package/dist/actions/update-google-login.d.cts +9 -0
- package/dist/actions/update-google-login.d.cts.map +1 -0
- package/dist/actions/update-google-login.d.mts +9 -0
- package/dist/actions/update-google-login.d.mts.map +1 -0
- package/dist/actions/update-google-login.mjs +33 -0
- package/dist/actions/update-google-login.mjs.map +1 -0
- package/dist/actions/update-recording.cjs +55 -0
- package/dist/actions/update-recording.cjs.map +1 -0
- package/dist/actions/update-recording.d.cts +9 -0
- package/dist/actions/update-recording.d.cts.map +1 -0
- package/dist/actions/update-recording.d.mts +9 -0
- package/dist/actions/update-recording.d.mts.map +1 -0
- package/dist/actions/update-recording.mjs +54 -0
- package/dist/actions/update-recording.mjs.map +1 -0
- package/dist/actions/update-video-mixed.cjs +49 -0
- package/dist/actions/update-video-mixed.cjs.map +1 -0
- package/dist/actions/update-video-mixed.d.cts +9 -0
- package/dist/actions/update-video-mixed.d.cts.map +1 -0
- package/dist/actions/update-video-mixed.d.mts +9 -0
- package/dist/actions/update-video-mixed.d.mts.map +1 -0
- package/dist/actions/update-video-mixed.mjs +48 -0
- package/dist/actions/update-video-mixed.mjs.map +1 -0
- package/dist/actions/update-zoom-o-auth-app.cjs +29 -0
- package/dist/actions/update-zoom-o-auth-app.cjs.map +1 -0
- package/dist/actions/update-zoom-o-auth-app.d.cts +9 -0
- package/dist/actions/update-zoom-o-auth-app.d.cts.map +1 -0
- package/dist/actions/update-zoom-o-auth-app.d.mts +9 -0
- package/dist/actions/update-zoom-o-auth-app.d.mts.map +1 -0
- package/dist/actions/update-zoom-o-auth-app.mjs +28 -0
- package/dist/actions/update-zoom-o-auth-app.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +132 -0
- package/dist/index.d.cts +66 -0
- package/dist/index.d.mts +66 -0
- package/dist/index.mjs +67 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-video-mixed.cjs","names":["z","action"],"sources":["../../src/actions/list-video-mixed.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListVideoMixedInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"The pagination cursor value for fetching next page\").optional(),\n status_code: z.enum([\"processing\", \"done\", \"failed\"]).describe(\"Status code filter for video mixed artifacts\").optional(),\n recording_id: z.string().describe(\"Filter results to only include video mixed artifacts for a specific recording ID\").optional(),\n created_at_after: z.string().describe(\"Filter results to only include video mixed artifacts created after this timestamp (ISO 8601 format)\").optional(),\n created_at_before: z.string().describe(\"Filter results to only include video mixed artifacts created before this timestamp (ISO 8601 format)\").optional(),\n});\nconst RecallaiListVideoMixed_VideoMixedArtifactDataSchema: z.ZodTypeAny = z.object({\n download_url: z.string().describe(\"URL to download the MP4 video file (null if not ready)\").nullable().optional(),\n}).describe(\"Data section containing the download URL for the video\");\nconst RecallaiListVideoMixed_ArtifactStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code: 'processing', 'done', 'failed', or 'deleted'\"),\n sub_code: z.string().describe(\"Detailed sub-code for additional status information\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Processing status information for a video mixed artifact\");\nconst RecallaiListVideoMixed_RecordingMinimalSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the recording\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata associated with the recording\").nullable().optional(),\n}).describe(\"Minimal recording information associated with the artifact\");\nconst RecallaiListVideoMixed_VideoMixedArtifactSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for this artifact\"),\n data: RecallaiListVideoMixed_VideoMixedArtifactDataSchema.nullable(),\n format: z.string().describe(\"Video format, typically 'mp4' for video mixed artifacts\"),\n status: RecallaiListVideoMixed_ArtifactStatusSchema.nullable(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata key-value pairs (strings with nullable values)\"),\n recording: RecallaiListVideoMixed_RecordingMinimalSchema.nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the artifact was created\"),\n}).describe(\"Individual video mixed artifact containing combined video output\");\nexport const RecallaiListVideoMixedOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Pagination cursor for the next page of results (null if no more pages)\").nullable().optional(),\n results: z.array(RecallaiListVideoMixed_VideoMixedArtifactSchema).describe(\"List of video mixed artifact objects\"),\n previous: z.string().describe(\"Pagination cursor for the previous page of results (null if on first page)\").nullable().optional(),\n}).describe(\"Paginated list of video mixed artifacts\");\n\nexport const recallaiListVideoMixed = action(\"RECALLAI_LIST_VIDEO_MIXED\", {\n slug: \"recallai-list-video-mixed\",\n name: \"List Video Mixed Artifacts\",\n description: \"List video mixed artifacts from recorded meetings. Video mixed artifacts combine all video sources (participants, screen shares, etc.) into a single MP4 file. Use when you need to retrieve processed meeting recordings with combined video output.\",\n input: RecallaiListVideoMixedInput,\n output: RecallaiListVideoMixedOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC3F,aAAaA,IAAAA,EAAE,KAAK;EAAC;EAAc;EAAQ;CAAQ,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACxH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CAC/H,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;CACtJ,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;AAC1J,CAAC;AACD,MAAM,sDAAoEA,IAAAA,EAAE,OAAO,EACjF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClH,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACrF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACpE,MAAM,oDAAoD,SAAS;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACrF,QAAQ,4CAA4C,SAAS;CAC7D,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gEAAgE;CACrH,WAAW,8CAA8C,SAAS;CAClE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;AACpF,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAC9E,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,SAASA,IAAAA,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,sCAAsC;CACjH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClI,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,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/list-video-mixed.d.ts
|
|
4
|
+
declare const RecallaiListVideoMixedInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListVideoMixedOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListVideoMixed: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListVideoMixed };
|
|
9
|
+
//# sourceMappingURL=list-video-mixed.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-video-mixed.d.cts","names":[],"sources":["../../src/actions/list-video-mixed.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAM1C;AAAA,cAsBW,4BAAA,EAA8B,CAAA,CAAE,UAIS;AAAA,cAEzC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-video-mixed.d.ts
|
|
4
|
+
declare const RecallaiListVideoMixedInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListVideoMixedOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListVideoMixed: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListVideoMixed };
|
|
9
|
+
//# sourceMappingURL=list-video-mixed.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-video-mixed.d.mts","names":[],"sources":["../../src/actions/list-video-mixed.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAM1C;AAAA,cAsBW,4BAAA,EAA8B,CAAA,CAAE,UAIS;AAAA,cAEzC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-video-mixed.ts
|
|
4
|
+
const RecallaiListVideoMixedInput = z.object({
|
|
5
|
+
cursor: z.string().describe("The pagination cursor value for fetching next page").optional(),
|
|
6
|
+
status_code: z.enum([
|
|
7
|
+
"processing",
|
|
8
|
+
"done",
|
|
9
|
+
"failed"
|
|
10
|
+
]).describe("Status code filter for video mixed artifacts").optional(),
|
|
11
|
+
recording_id: z.string().describe("Filter results to only include video mixed artifacts for a specific recording ID").optional(),
|
|
12
|
+
created_at_after: z.string().describe("Filter results to only include video mixed artifacts created after this timestamp (ISO 8601 format)").optional(),
|
|
13
|
+
created_at_before: z.string().describe("Filter results to only include video mixed artifacts created before this timestamp (ISO 8601 format)").optional()
|
|
14
|
+
});
|
|
15
|
+
const RecallaiListVideoMixed_VideoMixedArtifactDataSchema = z.object({ download_url: z.string().describe("URL to download the MP4 video file (null if not ready)").nullable().optional() }).describe("Data section containing the download URL for the video");
|
|
16
|
+
const RecallaiListVideoMixed_ArtifactStatusSchema = z.object({
|
|
17
|
+
code: z.string().describe("Status code: 'processing', 'done', 'failed', or 'deleted'"),
|
|
18
|
+
sub_code: z.string().describe("Detailed sub-code for additional status information").nullable().optional(),
|
|
19
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the status was last updated")
|
|
20
|
+
}).describe("Processing status information for a video mixed artifact");
|
|
21
|
+
const RecallaiListVideoMixed_RecordingMinimalSchema = z.object({
|
|
22
|
+
id: z.string().describe("Unique identifier (UUID) of the recording"),
|
|
23
|
+
metadata: z.record(z.string(), z.unknown()).describe("Custom metadata associated with the recording").nullable().optional()
|
|
24
|
+
}).describe("Minimal recording information associated with the artifact");
|
|
25
|
+
const RecallaiListVideoMixed_VideoMixedArtifactSchema = z.object({
|
|
26
|
+
id: z.string().describe("Unique identifier (UUID) for this artifact"),
|
|
27
|
+
data: RecallaiListVideoMixed_VideoMixedArtifactDataSchema.nullable(),
|
|
28
|
+
format: z.string().describe("Video format, typically 'mp4' for video mixed artifacts"),
|
|
29
|
+
status: RecallaiListVideoMixed_ArtifactStatusSchema.nullable(),
|
|
30
|
+
metadata: z.record(z.string(), z.unknown()).describe("Custom metadata key-value pairs (strings with nullable values)"),
|
|
31
|
+
recording: RecallaiListVideoMixed_RecordingMinimalSchema.nullable(),
|
|
32
|
+
created_at: z.string().describe("ISO 8601 timestamp when the artifact was created")
|
|
33
|
+
}).describe("Individual video mixed artifact containing combined video output");
|
|
34
|
+
const recallaiListVideoMixed = action("RECALLAI_LIST_VIDEO_MIXED", {
|
|
35
|
+
slug: "recallai-list-video-mixed",
|
|
36
|
+
name: "List Video Mixed Artifacts",
|
|
37
|
+
description: "List video mixed artifacts from recorded meetings. Video mixed artifacts combine all video sources (participants, screen shares, etc.) into a single MP4 file. Use when you need to retrieve processed meeting recordings with combined video output.",
|
|
38
|
+
input: RecallaiListVideoMixedInput,
|
|
39
|
+
output: z.object({
|
|
40
|
+
next: z.string().describe("Pagination cursor for the next page of results (null if no more pages)").nullable().optional(),
|
|
41
|
+
results: z.array(RecallaiListVideoMixed_VideoMixedArtifactSchema).describe("List of video mixed artifact objects"),
|
|
42
|
+
previous: z.string().describe("Pagination cursor for the previous page of results (null if on first page)").nullable().optional()
|
|
43
|
+
}).describe("Paginated list of video mixed artifacts")
|
|
44
|
+
});
|
|
45
|
+
//#endregion
|
|
46
|
+
export { recallaiListVideoMixed };
|
|
47
|
+
|
|
48
|
+
//# sourceMappingURL=list-video-mixed.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-video-mixed.mjs","names":[],"sources":["../../src/actions/list-video-mixed.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListVideoMixedInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"The pagination cursor value for fetching next page\").optional(),\n status_code: z.enum([\"processing\", \"done\", \"failed\"]).describe(\"Status code filter for video mixed artifacts\").optional(),\n recording_id: z.string().describe(\"Filter results to only include video mixed artifacts for a specific recording ID\").optional(),\n created_at_after: z.string().describe(\"Filter results to only include video mixed artifacts created after this timestamp (ISO 8601 format)\").optional(),\n created_at_before: z.string().describe(\"Filter results to only include video mixed artifacts created before this timestamp (ISO 8601 format)\").optional(),\n});\nconst RecallaiListVideoMixed_VideoMixedArtifactDataSchema: z.ZodTypeAny = z.object({\n download_url: z.string().describe(\"URL to download the MP4 video file (null if not ready)\").nullable().optional(),\n}).describe(\"Data section containing the download URL for the video\");\nconst RecallaiListVideoMixed_ArtifactStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code: 'processing', 'done', 'failed', or 'deleted'\"),\n sub_code: z.string().describe(\"Detailed sub-code for additional status information\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Processing status information for a video mixed artifact\");\nconst RecallaiListVideoMixed_RecordingMinimalSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the recording\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata associated with the recording\").nullable().optional(),\n}).describe(\"Minimal recording information associated with the artifact\");\nconst RecallaiListVideoMixed_VideoMixedArtifactSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for this artifact\"),\n data: RecallaiListVideoMixed_VideoMixedArtifactDataSchema.nullable(),\n format: z.string().describe(\"Video format, typically 'mp4' for video mixed artifacts\"),\n status: RecallaiListVideoMixed_ArtifactStatusSchema.nullable(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata key-value pairs (strings with nullable values)\"),\n recording: RecallaiListVideoMixed_RecordingMinimalSchema.nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the artifact was created\"),\n}).describe(\"Individual video mixed artifact containing combined video output\");\nexport const RecallaiListVideoMixedOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Pagination cursor for the next page of results (null if no more pages)\").nullable().optional(),\n results: z.array(RecallaiListVideoMixed_VideoMixedArtifactSchema).describe(\"List of video mixed artifact objects\"),\n previous: z.string().describe(\"Pagination cursor for the previous page of results (null if on first page)\").nullable().optional(),\n}).describe(\"Paginated list of video mixed artifacts\");\n\nexport const recallaiListVideoMixed = action(\"RECALLAI_LIST_VIDEO_MIXED\", {\n slug: \"recallai-list-video-mixed\",\n name: \"List Video Mixed Artifacts\",\n description: \"List video mixed artifacts from recorded meetings. Video mixed artifacts combine all video sources (participants, screen shares, etc.) into a single MP4 file. Use when you need to retrieve processed meeting recordings with combined video output.\",\n input: RecallaiListVideoMixedInput,\n output: RecallaiListVideoMixedOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO;CAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC3F,aAAa,EAAE,KAAK;EAAC;EAAc;EAAQ;CAAQ,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACxH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS;CAC/H,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;CACtJ,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;AAC1J,CAAC;AACD,MAAM,sDAAoE,EAAE,OAAO,EACjF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClH,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,8CAA4D,EAAE,OAAO;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACrF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,gDAA8D,EAAE,OAAO;CAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,kDAAgE,EAAE,OAAO;CAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACpE,MAAM,oDAAoD,SAAS;CACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACrF,QAAQ,4CAA4C,SAAS;CAC7D,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gEAAgE;CACrH,WAAW,8CAA8C,SAAS;CAClE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;AACpF,CAAC,CAAC,CAAC,SAAS,kEAAkE;AAO9E,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXwD,EAAE,OAAO;EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,SAAS,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,sCAAsC;EACjH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,CAAC,CAAC,CAAC,SAAS,yCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-video-separate.ts
|
|
4
|
+
const RecallaiListVideoSeparateInput = zod.z.object({
|
|
5
|
+
cursor: zod.z.string().describe("The pagination cursor value to retrieve the next or previous page of results").optional(),
|
|
6
|
+
status_code: zod.z.enum([
|
|
7
|
+
"processing",
|
|
8
|
+
"done",
|
|
9
|
+
"failed"
|
|
10
|
+
]).describe("Video separate processing status").optional(),
|
|
11
|
+
recording_id: zod.z.string().describe("Filter results to video separate artifacts associated with a specific recording ID (UUID format)").optional(),
|
|
12
|
+
created_at_after: zod.z.string().describe("Filter results to video separate artifacts created after this ISO 8601 timestamp (e.g., '2024-01-15T10:00:00Z')").optional(),
|
|
13
|
+
created_at_before: zod.z.string().describe("Filter results to video separate artifacts created before this ISO 8601 timestamp (e.g., '2024-01-20T23:59:59Z')").optional()
|
|
14
|
+
});
|
|
15
|
+
const RecallaiListVideoSeparate_VideoSeparateArtifactDataSchema = zod.z.object({ download_url: zod.z.string().describe("URI providing access to download the separate participant video files in the specified format. This URL is temporary and expires after a certain period.").nullable().optional() }).describe("Download information for the video separate artifact");
|
|
16
|
+
const RecallaiListVideoSeparate_VideoFormatSchema = zod.z.enum(["mp4", "h264"]).describe("Video format for the separate video artifacts");
|
|
17
|
+
const RecallaiListVideoSeparate_ArtifactStatusCodeSchema = zod.z.enum([
|
|
18
|
+
"processing",
|
|
19
|
+
"done",
|
|
20
|
+
"failed",
|
|
21
|
+
"deleted"
|
|
22
|
+
]).describe("Artifact processing status code");
|
|
23
|
+
const RecallaiListVideoSeparate_ArtifactStatusSchema = zod.z.object({
|
|
24
|
+
code: RecallaiListVideoSeparate_ArtifactStatusCodeSchema.nullable(),
|
|
25
|
+
sub_code: zod.z.string().describe("Detailed sub-code providing additional context about the status").nullable().optional(),
|
|
26
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the status was last updated")
|
|
27
|
+
}).describe("Processing status details for the video separate artifact");
|
|
28
|
+
const RecallaiListVideoSeparate_RecordingMinimalSchema = zod.z.object({
|
|
29
|
+
id: zod.z.string().describe("Unique identifier of the recording (UUID format)"),
|
|
30
|
+
metadata: zod.z.object({}).describe("Custom metadata associated with the recording as key-value pairs").nullable().optional()
|
|
31
|
+
}).describe("Minimal recording reference information");
|
|
32
|
+
const RecallaiListVideoSeparate_VideoSeparateArtifactSchema = zod.z.object({
|
|
33
|
+
id: zod.z.string().describe("Unique identifier for this video separate artifact (UUID format)"),
|
|
34
|
+
data: RecallaiListVideoSeparate_VideoSeparateArtifactDataSchema.nullable(),
|
|
35
|
+
format: RecallaiListVideoSeparate_VideoFormatSchema.nullable(),
|
|
36
|
+
status: RecallaiListVideoSeparate_ArtifactStatusSchema.nullable(),
|
|
37
|
+
metadata: zod.z.object({}).describe("Custom metadata for this artifact as key-value pairs where keys are strings and values are nullable strings").nullable().optional(),
|
|
38
|
+
recording: RecallaiListVideoSeparate_RecordingMinimalSchema.nullable(),
|
|
39
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when this video separate artifact was created")
|
|
40
|
+
}).describe("Individual video separate artifact details");
|
|
41
|
+
const RecallaiListVideoSeparateOutput = zod.z.object({
|
|
42
|
+
next: zod.z.string().describe("URL for the next page of results. Null if this is the last page.").nullable().optional(),
|
|
43
|
+
results: zod.z.array(RecallaiListVideoSeparate_VideoSeparateArtifactSchema).describe("List of video separate artifacts matching the filter criteria"),
|
|
44
|
+
previous: zod.z.string().describe("URL for the previous page of results. Null if this is the first page.").nullable().optional()
|
|
45
|
+
}).describe("Paginated response containing video separate artifacts");
|
|
46
|
+
const recallaiListVideoSeparate = require_action.action("RECALLAI_LIST_VIDEO_SEPARATE", {
|
|
47
|
+
slug: "recallai-list-video-separate",
|
|
48
|
+
name: "List video separate",
|
|
49
|
+
description: "List video separate artifacts from Recall.ai recordings. Returns a paginated list of artifacts containing individual participant video files separated from recordings. Filter by creation date, recording ID, or processing status. Use cursor for pagination.",
|
|
50
|
+
input: RecallaiListVideoSeparateInput,
|
|
51
|
+
output: RecallaiListVideoSeparateOutput
|
|
52
|
+
});
|
|
53
|
+
//#endregion
|
|
54
|
+
exports.recallaiListVideoSeparate = recallaiListVideoSeparate;
|
|
55
|
+
|
|
56
|
+
//# sourceMappingURL=list-video-separate.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-video-separate.cjs","names":["z","action"],"sources":["../../src/actions/list-video-separate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListVideoSeparateInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"The pagination cursor value to retrieve the next or previous page of results\").optional(),\n status_code: z.enum([\"processing\", \"done\", \"failed\"]).describe(\"Video separate processing status\").optional(),\n recording_id: z.string().describe(\"Filter results to video separate artifacts associated with a specific recording ID (UUID format)\").optional(),\n created_at_after: z.string().describe(\"Filter results to video separate artifacts created after this ISO 8601 timestamp (e.g., '2024-01-15T10:00:00Z')\").optional(),\n created_at_before: z.string().describe(\"Filter results to video separate artifacts created before this ISO 8601 timestamp (e.g., '2024-01-20T23:59:59Z')\").optional(),\n});\nconst RecallaiListVideoSeparate_VideoSeparateArtifactDataSchema: z.ZodTypeAny = z.object({\n download_url: z.string().describe(\"URI providing access to download the separate participant video files in the specified format. This URL is temporary and expires after a certain period.\").nullable().optional(),\n}).describe(\"Download information for the video separate artifact\");\nconst RecallaiListVideoSeparate_VideoFormatSchema: z.ZodTypeAny = z.enum([\"mp4\", \"h264\"]).describe(\"Video format for the separate video artifacts\");\nconst RecallaiListVideoSeparate_ArtifactStatusCodeSchema: z.ZodTypeAny = z.enum([\"processing\", \"done\", \"failed\", \"deleted\"]).describe(\"Artifact processing status code\");\nconst RecallaiListVideoSeparate_ArtifactStatusSchema: z.ZodTypeAny = z.object({\n code: RecallaiListVideoSeparate_ArtifactStatusCodeSchema.nullable(),\n sub_code: z.string().describe(\"Detailed sub-code providing additional context about the status\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Processing status details for the video separate artifact\");\nconst RecallaiListVideoSeparate_RecordingMinimalSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the recording (UUID format)\"),\n metadata: z.object({}).describe(\"Custom metadata associated with the recording as key-value pairs\").nullable().optional(),\n}).describe(\"Minimal recording reference information\");\nconst RecallaiListVideoSeparate_VideoSeparateArtifactSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this video separate artifact (UUID format)\"),\n data: RecallaiListVideoSeparate_VideoSeparateArtifactDataSchema.nullable(),\n format: RecallaiListVideoSeparate_VideoFormatSchema.nullable(),\n status: RecallaiListVideoSeparate_ArtifactStatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata for this artifact as key-value pairs where keys are strings and values are nullable strings\").nullable().optional(),\n recording: RecallaiListVideoSeparate_RecordingMinimalSchema.nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp when this video separate artifact was created\"),\n}).describe(\"Individual video separate artifact details\");\nexport const RecallaiListVideoSeparateOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results. Null if this is the last page.\").nullable().optional(),\n results: z.array(RecallaiListVideoSeparate_VideoSeparateArtifactSchema).describe(\"List of video separate artifacts matching the filter criteria\"),\n previous: z.string().describe(\"URL for the previous page of results. Null if this is the first page.\").nullable().optional(),\n}).describe(\"Paginated response containing video separate artifacts\");\n\nexport const recallaiListVideoSeparate = action(\"RECALLAI_LIST_VIDEO_SEPARATE\", {\n slug: \"recallai-list-video-separate\",\n name: \"List video separate\",\n description: \"List video separate artifacts from Recall.ai recordings. Returns a paginated list of artifacts containing individual participant video files separated from recordings. Filter by creation date, recording ID, or processing status. Use cursor for pagination.\",\n input: RecallaiListVideoSeparateInput,\n output: RecallaiListVideoSeparateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;CACrH,aAAaA,IAAAA,EAAE,KAAK;EAAC;EAAc;EAAQ;CAAQ,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC5G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CAC/I,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS;CAClK,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS;AACtK,CAAC;AACD,MAAM,4DAA0EA,IAAAA,EAAE,OAAO,EACvF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0JAA0J,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpN,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,8CAA4DA,IAAAA,EAAE,KAAK,CAAC,OAAO,MAAM,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAClJ,MAAM,qDAAmEA,IAAAA,EAAE,KAAK;CAAC;CAAc;CAAQ;CAAU;AAAS,CAAC,CAAC,CAAC,SAAS,iCAAiC;AACvK,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,MAAM,mDAAmD,SAAS;CAClE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC1F,MAAM,0DAA0D,SAAS;CACzE,QAAQ,4CAA4C,SAAS;CAC7D,QAAQ,+CAA+C,SAAS;CAChE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnK,WAAW,iDAAiD,SAAS;CACrE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;AACpG,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,SAASA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,+DAA+D;CAChJ,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7H,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAEpE,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-video-separate.d.ts
|
|
4
|
+
declare const RecallaiListVideoSeparateInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListVideoSeparateOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListVideoSeparate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListVideoSeparate };
|
|
9
|
+
//# sourceMappingURL=list-video-separate.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-video-separate.d.cts","names":[],"sources":["../../src/actions/list-video-separate.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAM7C;AAAA,cAwBW,+BAAA,EAAiC,CAAA,CAAE,UAIqB;AAAA,cAExD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-video-separate.d.ts
|
|
4
|
+
declare const RecallaiListVideoSeparateInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListVideoSeparateOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListVideoSeparate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListVideoSeparate };
|
|
9
|
+
//# sourceMappingURL=list-video-separate.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-video-separate.d.mts","names":[],"sources":["../../src/actions/list-video-separate.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAM7C;AAAA,cAwBW,+BAAA,EAAiC,CAAA,CAAE,UAIqB;AAAA,cAExD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-video-separate.ts
|
|
4
|
+
const RecallaiListVideoSeparateInput = z.object({
|
|
5
|
+
cursor: z.string().describe("The pagination cursor value to retrieve the next or previous page of results").optional(),
|
|
6
|
+
status_code: z.enum([
|
|
7
|
+
"processing",
|
|
8
|
+
"done",
|
|
9
|
+
"failed"
|
|
10
|
+
]).describe("Video separate processing status").optional(),
|
|
11
|
+
recording_id: z.string().describe("Filter results to video separate artifacts associated with a specific recording ID (UUID format)").optional(),
|
|
12
|
+
created_at_after: z.string().describe("Filter results to video separate artifacts created after this ISO 8601 timestamp (e.g., '2024-01-15T10:00:00Z')").optional(),
|
|
13
|
+
created_at_before: z.string().describe("Filter results to video separate artifacts created before this ISO 8601 timestamp (e.g., '2024-01-20T23:59:59Z')").optional()
|
|
14
|
+
});
|
|
15
|
+
const RecallaiListVideoSeparate_VideoSeparateArtifactDataSchema = z.object({ download_url: z.string().describe("URI providing access to download the separate participant video files in the specified format. This URL is temporary and expires after a certain period.").nullable().optional() }).describe("Download information for the video separate artifact");
|
|
16
|
+
const RecallaiListVideoSeparate_VideoFormatSchema = z.enum(["mp4", "h264"]).describe("Video format for the separate video artifacts");
|
|
17
|
+
const RecallaiListVideoSeparate_ArtifactStatusCodeSchema = z.enum([
|
|
18
|
+
"processing",
|
|
19
|
+
"done",
|
|
20
|
+
"failed",
|
|
21
|
+
"deleted"
|
|
22
|
+
]).describe("Artifact processing status code");
|
|
23
|
+
const RecallaiListVideoSeparate_ArtifactStatusSchema = z.object({
|
|
24
|
+
code: RecallaiListVideoSeparate_ArtifactStatusCodeSchema.nullable(),
|
|
25
|
+
sub_code: z.string().describe("Detailed sub-code providing additional context about the status").nullable().optional(),
|
|
26
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the status was last updated")
|
|
27
|
+
}).describe("Processing status details for the video separate artifact");
|
|
28
|
+
const RecallaiListVideoSeparate_RecordingMinimalSchema = z.object({
|
|
29
|
+
id: z.string().describe("Unique identifier of the recording (UUID format)"),
|
|
30
|
+
metadata: z.object({}).describe("Custom metadata associated with the recording as key-value pairs").nullable().optional()
|
|
31
|
+
}).describe("Minimal recording reference information");
|
|
32
|
+
const RecallaiListVideoSeparate_VideoSeparateArtifactSchema = z.object({
|
|
33
|
+
id: z.string().describe("Unique identifier for this video separate artifact (UUID format)"),
|
|
34
|
+
data: RecallaiListVideoSeparate_VideoSeparateArtifactDataSchema.nullable(),
|
|
35
|
+
format: RecallaiListVideoSeparate_VideoFormatSchema.nullable(),
|
|
36
|
+
status: RecallaiListVideoSeparate_ArtifactStatusSchema.nullable(),
|
|
37
|
+
metadata: z.object({}).describe("Custom metadata for this artifact as key-value pairs where keys are strings and values are nullable strings").nullable().optional(),
|
|
38
|
+
recording: RecallaiListVideoSeparate_RecordingMinimalSchema.nullable(),
|
|
39
|
+
created_at: z.string().describe("ISO 8601 timestamp when this video separate artifact was created")
|
|
40
|
+
}).describe("Individual video separate artifact details");
|
|
41
|
+
const recallaiListVideoSeparate = action("RECALLAI_LIST_VIDEO_SEPARATE", {
|
|
42
|
+
slug: "recallai-list-video-separate",
|
|
43
|
+
name: "List video separate",
|
|
44
|
+
description: "List video separate artifacts from Recall.ai recordings. Returns a paginated list of artifacts containing individual participant video files separated from recordings. Filter by creation date, recording ID, or processing status. Use cursor for pagination.",
|
|
45
|
+
input: RecallaiListVideoSeparateInput,
|
|
46
|
+
output: z.object({
|
|
47
|
+
next: z.string().describe("URL for the next page of results. Null if this is the last page.").nullable().optional(),
|
|
48
|
+
results: z.array(RecallaiListVideoSeparate_VideoSeparateArtifactSchema).describe("List of video separate artifacts matching the filter criteria"),
|
|
49
|
+
previous: z.string().describe("URL for the previous page of results. Null if this is the first page.").nullable().optional()
|
|
50
|
+
}).describe("Paginated response containing video separate artifacts")
|
|
51
|
+
});
|
|
52
|
+
//#endregion
|
|
53
|
+
export { recallaiListVideoSeparate };
|
|
54
|
+
|
|
55
|
+
//# sourceMappingURL=list-video-separate.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-video-separate.mjs","names":[],"sources":["../../src/actions/list-video-separate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListVideoSeparateInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"The pagination cursor value to retrieve the next or previous page of results\").optional(),\n status_code: z.enum([\"processing\", \"done\", \"failed\"]).describe(\"Video separate processing status\").optional(),\n recording_id: z.string().describe(\"Filter results to video separate artifacts associated with a specific recording ID (UUID format)\").optional(),\n created_at_after: z.string().describe(\"Filter results to video separate artifacts created after this ISO 8601 timestamp (e.g., '2024-01-15T10:00:00Z')\").optional(),\n created_at_before: z.string().describe(\"Filter results to video separate artifacts created before this ISO 8601 timestamp (e.g., '2024-01-20T23:59:59Z')\").optional(),\n});\nconst RecallaiListVideoSeparate_VideoSeparateArtifactDataSchema: z.ZodTypeAny = z.object({\n download_url: z.string().describe(\"URI providing access to download the separate participant video files in the specified format. This URL is temporary and expires after a certain period.\").nullable().optional(),\n}).describe(\"Download information for the video separate artifact\");\nconst RecallaiListVideoSeparate_VideoFormatSchema: z.ZodTypeAny = z.enum([\"mp4\", \"h264\"]).describe(\"Video format for the separate video artifacts\");\nconst RecallaiListVideoSeparate_ArtifactStatusCodeSchema: z.ZodTypeAny = z.enum([\"processing\", \"done\", \"failed\", \"deleted\"]).describe(\"Artifact processing status code\");\nconst RecallaiListVideoSeparate_ArtifactStatusSchema: z.ZodTypeAny = z.object({\n code: RecallaiListVideoSeparate_ArtifactStatusCodeSchema.nullable(),\n sub_code: z.string().describe(\"Detailed sub-code providing additional context about the status\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Processing status details for the video separate artifact\");\nconst RecallaiListVideoSeparate_RecordingMinimalSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the recording (UUID format)\"),\n metadata: z.object({}).describe(\"Custom metadata associated with the recording as key-value pairs\").nullable().optional(),\n}).describe(\"Minimal recording reference information\");\nconst RecallaiListVideoSeparate_VideoSeparateArtifactSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this video separate artifact (UUID format)\"),\n data: RecallaiListVideoSeparate_VideoSeparateArtifactDataSchema.nullable(),\n format: RecallaiListVideoSeparate_VideoFormatSchema.nullable(),\n status: RecallaiListVideoSeparate_ArtifactStatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata for this artifact as key-value pairs where keys are strings and values are nullable strings\").nullable().optional(),\n recording: RecallaiListVideoSeparate_RecordingMinimalSchema.nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp when this video separate artifact was created\"),\n}).describe(\"Individual video separate artifact details\");\nexport const RecallaiListVideoSeparateOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results. Null if this is the last page.\").nullable().optional(),\n results: z.array(RecallaiListVideoSeparate_VideoSeparateArtifactSchema).describe(\"List of video separate artifacts matching the filter criteria\"),\n previous: z.string().describe(\"URL for the previous page of results. Null if this is the first page.\").nullable().optional(),\n}).describe(\"Paginated response containing video separate artifacts\");\n\nexport const recallaiListVideoSeparate = action(\"RECALLAI_LIST_VIDEO_SEPARATE\", {\n slug: \"recallai-list-video-separate\",\n name: \"List video separate\",\n description: \"List video separate artifacts from Recall.ai recordings. Returns a paginated list of artifacts containing individual participant video files separated from recordings. Filter by creation date, recording ID, or processing status. Use cursor for pagination.\",\n input: RecallaiListVideoSeparateInput,\n output: RecallaiListVideoSeparateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;CACrH,aAAa,EAAE,KAAK;EAAC;EAAc;EAAQ;CAAQ,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC5G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CAC/I,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS;CAClK,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS;AACtK,CAAC;AACD,MAAM,4DAA0E,EAAE,OAAO,EACvF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0JAA0J,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpN,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,8CAA4D,EAAE,KAAK,CAAC,OAAO,MAAM,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAClJ,MAAM,qDAAmE,EAAE,KAAK;CAAC;CAAc;CAAQ;CAAU;AAAS,CAAC,CAAC,CAAC,SAAS,iCAAiC;AACvK,MAAM,iDAA+D,EAAE,OAAO;CAC5E,MAAM,mDAAmD,SAAS;CAClE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,mDAAiE,EAAE,OAAO;CAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1H,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,wDAAsE,EAAE,OAAO;CACnF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC1F,MAAM,0DAA0D,SAAS;CACzE,QAAQ,4CAA4C,SAAS;CAC7D,QAAQ,+CAA+C,SAAS;CAChE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnK,WAAW,iDAAiD,SAAS;CACrE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;AACpG,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAOxD,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX2D,EAAE,OAAO;EACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClH,SAAS,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,+DAA+D;EAChJ,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,CAAC,CAAC,CAAC,SAAS,wDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-zoom-meetings-to-credentials.ts
|
|
4
|
+
const RecallaiListZoomMeetingsToCredentialsInput = zod.z.object({
|
|
5
|
+
cursor: zod.z.string().describe("Pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.").optional(),
|
|
6
|
+
ordering: zod.z.string().describe("Field to use when ordering the results. Prefix with '-' for descending order (e.g., '-synced_at').").optional(),
|
|
7
|
+
credential: zod.z.string().describe("Filter mappings by credential UUID. Use to retrieve all mappings associated with a specific Zoom OAuth credential.").optional(),
|
|
8
|
+
meeting_id: zod.z.string().describe("Filter mappings by Zoom meeting ID. Use to find which credential is mapped to a specific meeting.").optional(),
|
|
9
|
+
synced_at_after: zod.z.string().describe("Filter mappings synced on or after this ISO 8601 timestamp. Use to retrieve recently updated mappings.").optional(),
|
|
10
|
+
synced_at_before: zod.z.string().describe("Filter mappings synced on or before this ISO 8601 timestamp. Use to retrieve mappings last updated before a specific time.").optional()
|
|
11
|
+
});
|
|
12
|
+
const RecallaiListZoomMeetingsToCredentials_ZoomMeetingToCredentialMappingSchema = zod.z.object({
|
|
13
|
+
synced_at: zod.z.string().describe("ISO 8601 timestamp when this mapping was last synced"),
|
|
14
|
+
credential: zod.z.string().describe("UUID of the Zoom OAuth credential used for this meeting"),
|
|
15
|
+
meeting_id: zod.z.string().describe("Zoom meeting ID")
|
|
16
|
+
}).describe("Individual Zoom meeting to credential mapping");
|
|
17
|
+
const RecallaiListZoomMeetingsToCredentialsOutput = zod.z.object({
|
|
18
|
+
next: zod.z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
|
|
19
|
+
results: zod.z.array(RecallaiListZoomMeetingsToCredentials_ZoomMeetingToCredentialMappingSchema).describe("List of Zoom meeting to credential mapping objects"),
|
|
20
|
+
previous: zod.z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
|
|
21
|
+
}).describe("Paginated response containing list of Zoom meeting to credential mappings");
|
|
22
|
+
const recallaiListZoomMeetingsToCredentials = require_action.action("RECALLAI_LIST_ZOOM_MEETINGS_TO_CREDENTIALS", {
|
|
23
|
+
slug: "recallai-list-zoom-meetings-to-credentials",
|
|
24
|
+
name: "List zoom meetings to credentials",
|
|
25
|
+
description: "Tool to retrieve mappings from Zoom Meeting IDs to Zoom OAuth Credentials. Use when debugging bots that don't automatically record due to missing credentials or when inspecting which credential Recall uses for automatically fetching join tokens for a meeting. Supports filtering by credential, meeting ID, or sync time.",
|
|
26
|
+
input: RecallaiListZoomMeetingsToCredentialsInput,
|
|
27
|
+
output: RecallaiListZoomMeetingsToCredentialsOutput
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
exports.recallaiListZoomMeetingsToCredentials = recallaiListZoomMeetingsToCredentials;
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=list-zoom-meetings-to-credentials.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zoom-meetings-to-credentials.cjs","names":["z","action"],"sources":["../../src/actions/list-zoom-meetings-to-credentials.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListZoomMeetingsToCredentialsInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"Pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.\").optional(),\n ordering: z.string().describe(\"Field to use when ordering the results. Prefix with '-' for descending order (e.g., '-synced_at').\").optional(),\n credential: z.string().describe(\"Filter mappings by credential UUID. Use to retrieve all mappings associated with a specific Zoom OAuth credential.\").optional(),\n meeting_id: z.string().describe(\"Filter mappings by Zoom meeting ID. Use to find which credential is mapped to a specific meeting.\").optional(),\n synced_at_after: z.string().describe(\"Filter mappings synced on or after this ISO 8601 timestamp. Use to retrieve recently updated mappings.\").optional(),\n synced_at_before: z.string().describe(\"Filter mappings synced on or before this ISO 8601 timestamp. Use to retrieve mappings last updated before a specific time.\").optional(),\n});\nconst RecallaiListZoomMeetingsToCredentials_ZoomMeetingToCredentialMappingSchema: z.ZodTypeAny = z.object({\n synced_at: z.string().describe(\"ISO 8601 timestamp when this mapping was last synced\"),\n credential: z.string().describe(\"UUID of the Zoom OAuth credential used for this meeting\"),\n meeting_id: z.string().describe(\"Zoom meeting ID\"),\n}).describe(\"Individual Zoom meeting to credential mapping\");\nexport const RecallaiListZoomMeetingsToCredentialsOutput: 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(RecallaiListZoomMeetingsToCredentials_ZoomMeetingToCredentialMappingSchema).describe(\"List of Zoom meeting to credential mapping objects\"),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n}).describe(\"Paginated response containing list of Zoom meeting to credential mappings\");\n\nexport const recallaiListZoomMeetingsToCredentials = action(\"RECALLAI_LIST_ZOOM_MEETINGS_TO_CREDENTIALS\", {\n slug: \"recallai-list-zoom-meetings-to-credentials\",\n name: \"List zoom meetings to credentials\",\n description: \"Tool to retrieve mappings from Zoom Meeting IDs to Zoom OAuth Credentials. Use when debugging bots that don't automatically record due to missing credentials or when inspecting which credential Recall uses for automatically fetching join tokens for a meeting. Supports filtering by credential, meeting ID, or sync time.\",\n input: RecallaiListZoomMeetingsToCredentialsInput,\n output: RecallaiListZoomMeetingsToCredentialsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;CAC/J,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CAC7I,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;CAC/J,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;CAC9I,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;CACxJ,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4HAA4H,CAAC,CAAC,SAAS;AAC/K,CAAC;AACD,MAAM,6EAA2FA,IAAAA,EAAE,OAAO;CACxG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;AACnD,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,8CAA4DA,IAAAA,EAAE,OAAO;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,SAASA,IAAAA,EAAE,MAAM,0EAA0E,CAAC,CAAC,SAAS,oDAAoD;CAC1J,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,SAAS,2EAA2E;AAEvF,MAAa,wCAAwCC,eAAAA,OAAO,8CAA8C;CACxG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-zoom-meetings-to-credentials.d.ts
|
|
4
|
+
declare const RecallaiListZoomMeetingsToCredentialsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListZoomMeetingsToCredentialsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListZoomMeetingsToCredentials: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListZoomMeetingsToCredentials };
|
|
9
|
+
//# sourceMappingURL=list-zoom-meetings-to-credentials.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zoom-meetings-to-credentials.d.cts","names":[],"sources":["../../src/actions/list-zoom-meetings-to-credentials.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAOzD;AAAA,cAMW,2CAAA,EAA6C,CAAA,CAAE,UAI4B;AAAA,cAE3E,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-zoom-meetings-to-credentials.d.ts
|
|
4
|
+
declare const RecallaiListZoomMeetingsToCredentialsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListZoomMeetingsToCredentialsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListZoomMeetingsToCredentials: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListZoomMeetingsToCredentials };
|
|
9
|
+
//# sourceMappingURL=list-zoom-meetings-to-credentials.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zoom-meetings-to-credentials.d.mts","names":[],"sources":["../../src/actions/list-zoom-meetings-to-credentials.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAOzD;AAAA,cAMW,2CAAA,EAA6C,CAAA,CAAE,UAI4B;AAAA,cAE3E,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-zoom-meetings-to-credentials.ts
|
|
4
|
+
const RecallaiListZoomMeetingsToCredentialsInput = z.object({
|
|
5
|
+
cursor: z.string().describe("Pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.").optional(),
|
|
6
|
+
ordering: z.string().describe("Field to use when ordering the results. Prefix with '-' for descending order (e.g., '-synced_at').").optional(),
|
|
7
|
+
credential: z.string().describe("Filter mappings by credential UUID. Use to retrieve all mappings associated with a specific Zoom OAuth credential.").optional(),
|
|
8
|
+
meeting_id: z.string().describe("Filter mappings by Zoom meeting ID. Use to find which credential is mapped to a specific meeting.").optional(),
|
|
9
|
+
synced_at_after: z.string().describe("Filter mappings synced on or after this ISO 8601 timestamp. Use to retrieve recently updated mappings.").optional(),
|
|
10
|
+
synced_at_before: z.string().describe("Filter mappings synced on or before this ISO 8601 timestamp. Use to retrieve mappings last updated before a specific time.").optional()
|
|
11
|
+
});
|
|
12
|
+
const RecallaiListZoomMeetingsToCredentials_ZoomMeetingToCredentialMappingSchema = z.object({
|
|
13
|
+
synced_at: z.string().describe("ISO 8601 timestamp when this mapping was last synced"),
|
|
14
|
+
credential: z.string().describe("UUID of the Zoom OAuth credential used for this meeting"),
|
|
15
|
+
meeting_id: z.string().describe("Zoom meeting ID")
|
|
16
|
+
}).describe("Individual Zoom meeting to credential mapping");
|
|
17
|
+
const recallaiListZoomMeetingsToCredentials = action("RECALLAI_LIST_ZOOM_MEETINGS_TO_CREDENTIALS", {
|
|
18
|
+
slug: "recallai-list-zoom-meetings-to-credentials",
|
|
19
|
+
name: "List zoom meetings to credentials",
|
|
20
|
+
description: "Tool to retrieve mappings from Zoom Meeting IDs to Zoom OAuth Credentials. Use when debugging bots that don't automatically record due to missing credentials or when inspecting which credential Recall uses for automatically fetching join tokens for a meeting. Supports filtering by credential, meeting ID, or sync time.",
|
|
21
|
+
input: RecallaiListZoomMeetingsToCredentialsInput,
|
|
22
|
+
output: z.object({
|
|
23
|
+
next: z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
|
|
24
|
+
results: z.array(RecallaiListZoomMeetingsToCredentials_ZoomMeetingToCredentialMappingSchema).describe("List of Zoom meeting to credential mapping objects"),
|
|
25
|
+
previous: z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
|
|
26
|
+
}).describe("Paginated response containing list of Zoom meeting to credential mappings")
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
export { recallaiListZoomMeetingsToCredentials };
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=list-zoom-meetings-to-credentials.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zoom-meetings-to-credentials.mjs","names":[],"sources":["../../src/actions/list-zoom-meetings-to-credentials.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListZoomMeetingsToCredentialsInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"Pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.\").optional(),\n ordering: z.string().describe(\"Field to use when ordering the results. Prefix with '-' for descending order (e.g., '-synced_at').\").optional(),\n credential: z.string().describe(\"Filter mappings by credential UUID. Use to retrieve all mappings associated with a specific Zoom OAuth credential.\").optional(),\n meeting_id: z.string().describe(\"Filter mappings by Zoom meeting ID. Use to find which credential is mapped to a specific meeting.\").optional(),\n synced_at_after: z.string().describe(\"Filter mappings synced on or after this ISO 8601 timestamp. Use to retrieve recently updated mappings.\").optional(),\n synced_at_before: z.string().describe(\"Filter mappings synced on or before this ISO 8601 timestamp. Use to retrieve mappings last updated before a specific time.\").optional(),\n});\nconst RecallaiListZoomMeetingsToCredentials_ZoomMeetingToCredentialMappingSchema: z.ZodTypeAny = z.object({\n synced_at: z.string().describe(\"ISO 8601 timestamp when this mapping was last synced\"),\n credential: z.string().describe(\"UUID of the Zoom OAuth credential used for this meeting\"),\n meeting_id: z.string().describe(\"Zoom meeting ID\"),\n}).describe(\"Individual Zoom meeting to credential mapping\");\nexport const RecallaiListZoomMeetingsToCredentialsOutput: 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(RecallaiListZoomMeetingsToCredentials_ZoomMeetingToCredentialMappingSchema).describe(\"List of Zoom meeting to credential mapping objects\"),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n}).describe(\"Paginated response containing list of Zoom meeting to credential mappings\");\n\nexport const recallaiListZoomMeetingsToCredentials = action(\"RECALLAI_LIST_ZOOM_MEETINGS_TO_CREDENTIALS\", {\n slug: \"recallai-list-zoom-meetings-to-credentials\",\n name: \"List zoom meetings to credentials\",\n description: \"Tool to retrieve mappings from Zoom Meeting IDs to Zoom OAuth Credentials. Use when debugging bots that don't automatically record due to missing credentials or when inspecting which credential Recall uses for automatically fetching join tokens for a meeting. Supports filtering by credential, meeting ID, or sync time.\",\n input: RecallaiListZoomMeetingsToCredentialsInput,\n output: RecallaiListZoomMeetingsToCredentialsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2D,EAAE,OAAO;CAC/E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS;CAC/J,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CAC7I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;CAC/J,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;CAC9I,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;CACxJ,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,4HAA4H,CAAC,CAAC,SAAS;AAC/K,CAAC;AACD,MAAM,6EAA2F,EAAE,OAAO;CACxG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACrF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;AACnD,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAO3D,MAAa,wCAAwC,OAAO,8CAA8C;CACxG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXuE,EAAE,OAAO;EAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,SAAS,EAAE,MAAM,0EAA0E,CAAC,CAAC,SAAS,oDAAoD;EAC1J,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,CAAC,CAAC,CAAC,SAAS,2EAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-zoom-o-auth-credentials.ts
|
|
4
|
+
const RecallaiListZoomOAuthCredentialsInput = zod.z.object({
|
|
5
|
+
cursor: zod.z.string().describe("The pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.").optional(),
|
|
6
|
+
status: zod.z.enum(["healthy", "unhealthy"]).describe("Status of the Zoom OAuth credential").optional(),
|
|
7
|
+
user_id: zod.z.string().describe("Filter by Zoom user ID associated with the credential.").optional(),
|
|
8
|
+
ordering: zod.z.string().describe("Which field to use when ordering the results. Prefix with '-' for descending order (e.g., '-created_at').").optional(),
|
|
9
|
+
oauth_app: zod.z.string().describe("Filter by OAuth app UUID. Use to retrieve credentials associated with a specific OAuth app.").optional(),
|
|
10
|
+
account_id: zod.z.string().describe("Filter by Zoom account ID associated with the credential.").optional(),
|
|
11
|
+
created_at_after: zod.z.string().describe("Filter credentials created after this ISO 8601 timestamp. Use to retrieve recently added credentials.").optional(),
|
|
12
|
+
created_at_before: zod.z.string().describe("Filter credentials created before this ISO 8601 timestamp. Use to retrieve older credentials.").optional(),
|
|
13
|
+
meeting_sync_status: zod.z.enum([
|
|
14
|
+
"not_started",
|
|
15
|
+
"in_progress",
|
|
16
|
+
"completed",
|
|
17
|
+
"failed"
|
|
18
|
+
]).describe("Status of initial meeting sync on the credential").optional()
|
|
19
|
+
});
|
|
20
|
+
const RecallaiListZoomOAuthCredentials_ZoomOAuthCredentialSchema = zod.z.object({
|
|
21
|
+
id: zod.z.string().describe("Unique credential identifier (UUID)"),
|
|
22
|
+
status: zod.z.string().describe("Current status of the credential ('healthy' or 'unhealthy')"),
|
|
23
|
+
user_id: zod.z.string().describe("Zoom user ID associated with this credential").nullable().optional(),
|
|
24
|
+
oauth_app: zod.z.string().describe("UUID of the OAuth app associated with this credential"),
|
|
25
|
+
account_id: zod.z.string().describe("Zoom account ID associated with this credential").nullable().optional(),
|
|
26
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the credential was created"),
|
|
27
|
+
meeting_sync_status: zod.z.string().describe("Status of initial meeting sync ('not_started', 'in_progress', 'completed', 'failed')"),
|
|
28
|
+
access_token_callback_url: zod.z.string().describe("Callback URL for customer-managed OAuth flow (max 200 characters)").nullable().optional()
|
|
29
|
+
}).describe("Individual Zoom OAuth credential details");
|
|
30
|
+
const RecallaiListZoomOAuthCredentialsOutput = 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(RecallaiListZoomOAuthCredentials_ZoomOAuthCredentialSchema).describe("List of Zoom OAuth credential 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 Zoom OAuth credentials");
|
|
35
|
+
const recallaiListZoomOAuthCredentials = require_action.action("RECALLAI_LIST_ZOOM_O_AUTH_CREDENTIALS", {
|
|
36
|
+
slug: "recallai-list-zoom-o-auth-credentials",
|
|
37
|
+
name: "List Zoom OAuth Credentials",
|
|
38
|
+
description: "Tool to retrieve a list of all Zoom OAuth credentials in your Recall.ai workspace. Use when you need to view Zoom authentication credentials, check their health status, or filter by account ID, user ID, sync status, or OAuth app. Supports pagination for large result sets.",
|
|
39
|
+
input: RecallaiListZoomOAuthCredentialsInput,
|
|
40
|
+
output: RecallaiListZoomOAuthCredentialsOutput
|
|
41
|
+
});
|
|
42
|
+
//#endregion
|
|
43
|
+
exports.recallaiListZoomOAuthCredentials = recallaiListZoomOAuthCredentials;
|
|
44
|
+
|
|
45
|
+
//# sourceMappingURL=list-zoom-o-auth-credentials.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zoom-o-auth-credentials.cjs","names":["z","action"],"sources":["../../src/actions/list-zoom-o-auth-credentials.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListZoomOAuthCredentialsInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"The pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.\").optional(),\n status: z.enum([\"healthy\", \"unhealthy\"]).describe(\"Status of the Zoom OAuth credential\").optional(),\n user_id: z.string().describe(\"Filter by Zoom user ID associated with the credential.\").optional(),\n ordering: z.string().describe(\"Which field to use when ordering the results. Prefix with '-' for descending order (e.g., '-created_at').\").optional(),\n oauth_app: z.string().describe(\"Filter by OAuth app UUID. Use to retrieve credentials associated with a specific OAuth app.\").optional(),\n account_id: z.string().describe(\"Filter by Zoom account ID associated with the credential.\").optional(),\n created_at_after: z.string().describe(\"Filter credentials created after this ISO 8601 timestamp. Use to retrieve recently added credentials.\").optional(),\n created_at_before: z.string().describe(\"Filter credentials created before this ISO 8601 timestamp. Use to retrieve older credentials.\").optional(),\n meeting_sync_status: z.enum([\"not_started\", \"in_progress\", \"completed\", \"failed\"]).describe(\"Status of initial meeting sync on the credential\").optional(),\n});\nconst RecallaiListZoomOAuthCredentials_ZoomOAuthCredentialSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique credential identifier (UUID)\"),\n status: z.string().describe(\"Current status of the credential ('healthy' or 'unhealthy')\"),\n user_id: z.string().describe(\"Zoom user ID associated with this credential\").nullable().optional(),\n oauth_app: z.string().describe(\"UUID of the OAuth app associated with this credential\"),\n account_id: z.string().describe(\"Zoom account ID associated with this credential\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the credential was created\"),\n meeting_sync_status: z.string().describe(\"Status of initial meeting sync ('not_started', 'in_progress', 'completed', 'failed')\"),\n access_token_callback_url: z.string().describe(\"Callback URL for customer-managed OAuth flow (max 200 characters)\").nullable().optional(),\n}).describe(\"Individual Zoom OAuth credential details\");\nexport const RecallaiListZoomOAuthCredentialsOutput: 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(RecallaiListZoomOAuthCredentials_ZoomOAuthCredentialSchema).describe(\"List of Zoom OAuth credential 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 Zoom OAuth credentials\");\n\nexport const recallaiListZoomOAuthCredentials = action(\"RECALLAI_LIST_ZOOM_O_AUTH_CREDENTIALS\", {\n slug: \"recallai-list-zoom-o-auth-credentials\",\n name: \"List Zoom OAuth Credentials\",\n description: \"Tool to retrieve a list of all Zoom OAuth credentials in your Recall.ai workspace. Use when you need to view Zoom authentication credentials, check their health status, or filter by account ID, user ID, sync status, or OAuth app. Supports pagination for large result sets.\",\n input: RecallaiListZoomOAuthCredentialsInput,\n output: RecallaiListZoomOAuthCredentialsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4HAA4H,CAAC,CAAC,SAAS;CACnK,QAAQA,IAAAA,EAAE,KAAK,CAAC,WAAW,WAAW,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAClG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAChG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;CACpJ,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS;CACvI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACtG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;CACxJ,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CACjJ,qBAAqBA,IAAAA,EAAE,KAAK;EAAC;EAAe;EAAe;EAAa;CAAQ,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;AAC3J,CAAC;AACD,MAAM,6DAA2EA,IAAAA,EAAE,OAAO;CACxF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC7D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACzF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;CAC/H,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1I,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,SAASA,IAAAA,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,oEAAoE;CAC1J,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAE1E,MAAa,mCAAmCC,eAAAA,OAAO,yCAAyC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-zoom-o-auth-credentials.d.ts
|
|
4
|
+
declare const RecallaiListZoomOAuthCredentialsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListZoomOAuthCredentialsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListZoomOAuthCredentials: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListZoomOAuthCredentials };
|
|
9
|
+
//# sourceMappingURL=list-zoom-o-auth-credentials.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zoom-o-auth-credentials.d.cts","names":[],"sources":["../../src/actions/list-zoom-o-auth-credentials.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAUpD;AAAA,cAWW,sCAAA,EAAwC,CAAA,CAAE,UAIoB;AAAA,cAE9D,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-zoom-o-auth-credentials.d.ts
|
|
4
|
+
declare const RecallaiListZoomOAuthCredentialsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListZoomOAuthCredentialsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListZoomOAuthCredentials: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListZoomOAuthCredentials };
|
|
9
|
+
//# sourceMappingURL=list-zoom-o-auth-credentials.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zoom-o-auth-credentials.d.mts","names":[],"sources":["../../src/actions/list-zoom-o-auth-credentials.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAUpD;AAAA,cAWW,sCAAA,EAAwC,CAAA,CAAE,UAIoB;AAAA,cAE9D,gCAAA,gCAAgC,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-zoom-o-auth-credentials.ts
|
|
4
|
+
const RecallaiListZoomOAuthCredentialsInput = z.object({
|
|
5
|
+
cursor: z.string().describe("The pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.").optional(),
|
|
6
|
+
status: z.enum(["healthy", "unhealthy"]).describe("Status of the Zoom OAuth credential").optional(),
|
|
7
|
+
user_id: z.string().describe("Filter by Zoom user ID associated with the credential.").optional(),
|
|
8
|
+
ordering: z.string().describe("Which field to use when ordering the results. Prefix with '-' for descending order (e.g., '-created_at').").optional(),
|
|
9
|
+
oauth_app: z.string().describe("Filter by OAuth app UUID. Use to retrieve credentials associated with a specific OAuth app.").optional(),
|
|
10
|
+
account_id: z.string().describe("Filter by Zoom account ID associated with the credential.").optional(),
|
|
11
|
+
created_at_after: z.string().describe("Filter credentials created after this ISO 8601 timestamp. Use to retrieve recently added credentials.").optional(),
|
|
12
|
+
created_at_before: z.string().describe("Filter credentials created before this ISO 8601 timestamp. Use to retrieve older credentials.").optional(),
|
|
13
|
+
meeting_sync_status: z.enum([
|
|
14
|
+
"not_started",
|
|
15
|
+
"in_progress",
|
|
16
|
+
"completed",
|
|
17
|
+
"failed"
|
|
18
|
+
]).describe("Status of initial meeting sync on the credential").optional()
|
|
19
|
+
});
|
|
20
|
+
const RecallaiListZoomOAuthCredentials_ZoomOAuthCredentialSchema = z.object({
|
|
21
|
+
id: z.string().describe("Unique credential identifier (UUID)"),
|
|
22
|
+
status: z.string().describe("Current status of the credential ('healthy' or 'unhealthy')"),
|
|
23
|
+
user_id: z.string().describe("Zoom user ID associated with this credential").nullable().optional(),
|
|
24
|
+
oauth_app: z.string().describe("UUID of the OAuth app associated with this credential"),
|
|
25
|
+
account_id: z.string().describe("Zoom account ID associated with this credential").nullable().optional(),
|
|
26
|
+
created_at: z.string().describe("ISO 8601 timestamp when the credential was created"),
|
|
27
|
+
meeting_sync_status: z.string().describe("Status of initial meeting sync ('not_started', 'in_progress', 'completed', 'failed')"),
|
|
28
|
+
access_token_callback_url: z.string().describe("Callback URL for customer-managed OAuth flow (max 200 characters)").nullable().optional()
|
|
29
|
+
}).describe("Individual Zoom OAuth credential details");
|
|
30
|
+
const recallaiListZoomOAuthCredentials = action("RECALLAI_LIST_ZOOM_O_AUTH_CREDENTIALS", {
|
|
31
|
+
slug: "recallai-list-zoom-o-auth-credentials",
|
|
32
|
+
name: "List Zoom OAuth Credentials",
|
|
33
|
+
description: "Tool to retrieve a list of all Zoom OAuth credentials in your Recall.ai workspace. Use when you need to view Zoom authentication credentials, check their health status, or filter by account ID, user ID, sync status, or OAuth app. Supports pagination for large result sets.",
|
|
34
|
+
input: RecallaiListZoomOAuthCredentialsInput,
|
|
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(RecallaiListZoomOAuthCredentials_ZoomOAuthCredentialSchema).describe("List of Zoom OAuth credential 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 Zoom OAuth credentials")
|
|
40
|
+
});
|
|
41
|
+
//#endregion
|
|
42
|
+
export { recallaiListZoomOAuthCredentials };
|
|
43
|
+
|
|
44
|
+
//# sourceMappingURL=list-zoom-o-auth-credentials.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-zoom-o-auth-credentials.mjs","names":[],"sources":["../../src/actions/list-zoom-o-auth-credentials.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListZoomOAuthCredentialsInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"The pagination cursor value for retrieving the next page of results. Obtained from the 'next' field in previous responses.\").optional(),\n status: z.enum([\"healthy\", \"unhealthy\"]).describe(\"Status of the Zoom OAuth credential\").optional(),\n user_id: z.string().describe(\"Filter by Zoom user ID associated with the credential.\").optional(),\n ordering: z.string().describe(\"Which field to use when ordering the results. Prefix with '-' for descending order (e.g., '-created_at').\").optional(),\n oauth_app: z.string().describe(\"Filter by OAuth app UUID. Use to retrieve credentials associated with a specific OAuth app.\").optional(),\n account_id: z.string().describe(\"Filter by Zoom account ID associated with the credential.\").optional(),\n created_at_after: z.string().describe(\"Filter credentials created after this ISO 8601 timestamp. Use to retrieve recently added credentials.\").optional(),\n created_at_before: z.string().describe(\"Filter credentials created before this ISO 8601 timestamp. Use to retrieve older credentials.\").optional(),\n meeting_sync_status: z.enum([\"not_started\", \"in_progress\", \"completed\", \"failed\"]).describe(\"Status of initial meeting sync on the credential\").optional(),\n});\nconst RecallaiListZoomOAuthCredentials_ZoomOAuthCredentialSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique credential identifier (UUID)\"),\n status: z.string().describe(\"Current status of the credential ('healthy' or 'unhealthy')\"),\n user_id: z.string().describe(\"Zoom user ID associated with this credential\").nullable().optional(),\n oauth_app: z.string().describe(\"UUID of the OAuth app associated with this credential\"),\n account_id: z.string().describe(\"Zoom account ID associated with this credential\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the credential was created\"),\n meeting_sync_status: z.string().describe(\"Status of initial meeting sync ('not_started', 'in_progress', 'completed', 'failed')\"),\n access_token_callback_url: z.string().describe(\"Callback URL for customer-managed OAuth flow (max 200 characters)\").nullable().optional(),\n}).describe(\"Individual Zoom OAuth credential details\");\nexport const RecallaiListZoomOAuthCredentialsOutput: 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(RecallaiListZoomOAuthCredentials_ZoomOAuthCredentialSchema).describe(\"List of Zoom OAuth credential 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 Zoom OAuth credentials\");\n\nexport const recallaiListZoomOAuthCredentials = action(\"RECALLAI_LIST_ZOOM_O_AUTH_CREDENTIALS\", {\n slug: \"recallai-list-zoom-o-auth-credentials\",\n name: \"List Zoom OAuth Credentials\",\n description: \"Tool to retrieve a list of all Zoom OAuth credentials in your Recall.ai workspace. Use when you need to view Zoom authentication credentials, check their health status, or filter by account ID, user ID, sync status, or OAuth app. Supports pagination for large result sets.\",\n input: RecallaiListZoomOAuthCredentialsInput,\n output: RecallaiListZoomOAuthCredentialsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsD,EAAE,OAAO;CAC1E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4HAA4H,CAAC,CAAC,SAAS;CACnK,QAAQ,EAAE,KAAK,CAAC,WAAW,WAAW,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAClG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAChG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2GAA2G,CAAC,CAAC,SAAS;CACpJ,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS;CACvI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACtG,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;CACxJ,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CACjJ,qBAAqB,EAAE,KAAK;EAAC;EAAe;EAAe;EAAa;CAAQ,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;AAC3J,CAAC;AACD,MAAM,6DAA2E,EAAE,OAAO;CACxF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC7D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACzF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACtF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;CAC/H,2BAA2B,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1I,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAOtD,MAAa,mCAAmC,OAAO,yCAAyC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXkE,EAAE,OAAO;EAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,SAAS,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,oEAAoE;EAC1J,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,CAAC,CAAC,CAAC,SAAS,8DAOF;AACV,CAAC"}
|