@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,51 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/retrieve-recording.ts
|
|
4
|
+
const RecallaiRetrieveRecordingInput = z.object({ id: z.string().describe("A UUID string identifying the recording to retrieve.") });
|
|
5
|
+
const RecallaiRetrieveRecording_BotReferenceSchema = z.object({
|
|
6
|
+
id: z.string().describe("The unique identifier (UUID) of the bot."),
|
|
7
|
+
metadata: z.object({}).describe("Custom metadata attached to the bot.")
|
|
8
|
+
}).describe("Reference to a bot associated with the recording");
|
|
9
|
+
const RecallaiRetrieveRecording_RecordingStatusSchema = z.object({
|
|
10
|
+
code: z.string().describe("Status code indicating the current state of the recording (e.g., 'done', 'processing', 'failed')."),
|
|
11
|
+
sub_code: z.string().describe("Additional sub-status code providing more detailed information.").nullable().optional(),
|
|
12
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the status was last updated.").nullable().optional()
|
|
13
|
+
}).describe("Status information for the recording");
|
|
14
|
+
const RecallaiRetrieveRecording_MediaShortcutsSchema = z.object({
|
|
15
|
+
transcript: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
|
|
16
|
+
audio_mixed: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
|
|
17
|
+
video_mixed: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
|
|
18
|
+
meeting_metadata: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
|
|
19
|
+
participant_events: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional()
|
|
20
|
+
}).describe("Shortcuts to access various media files from the recording");
|
|
21
|
+
const RecallaiRetrieveRecording_DesktopSdkUploadReferenceSchema = z.object({
|
|
22
|
+
id: z.string().describe("The unique identifier (UUID) of the desktop SDK upload."),
|
|
23
|
+
metadata: z.object({}).describe("Custom metadata attached to the desktop SDK upload.")
|
|
24
|
+
}).describe("Reference to a desktop SDK upload");
|
|
25
|
+
const RecallaiRetrieveRecording_RealtimeEndpointReferenceSchema = z.object({
|
|
26
|
+
id: z.string().describe("The unique identifier (UUID) of the realtime endpoint."),
|
|
27
|
+
metadata: z.object({}).describe("Custom metadata attached to the realtime endpoint.")
|
|
28
|
+
}).describe("Reference to a realtime endpoint");
|
|
29
|
+
const recallaiRetrieveRecording = action("RECALLAI_RETRIEVE_RECORDING", {
|
|
30
|
+
slug: "recallai-retrieve-recording",
|
|
31
|
+
name: "Retrieve recording",
|
|
32
|
+
description: "Tool to retrieve detailed information about a specific recording by its UUID. Returns comprehensive recording data including creation timestamps, status, media file shortcuts, and associated bot or desktop SDK upload references. Use when you need to access recording details, download links, or check recording status.",
|
|
33
|
+
input: RecallaiRetrieveRecordingInput,
|
|
34
|
+
output: z.object({
|
|
35
|
+
id: z.string().describe("The unique identifier (UUID) of the recording."),
|
|
36
|
+
bot: RecallaiRetrieveRecording_BotReferenceSchema.nullable().optional(),
|
|
37
|
+
status: RecallaiRetrieveRecording_RecordingStatusSchema.nullable(),
|
|
38
|
+
metadata: z.object({}).describe("Custom metadata attached to the recording. Keys are strings, values can be strings or null."),
|
|
39
|
+
created_at: z.string().describe("ISO 8601 timestamp when the recording was created."),
|
|
40
|
+
expires_at: z.string().describe("ISO 8601 timestamp when the recording will expire and be deleted from storage.").nullable().optional(),
|
|
41
|
+
started_at: z.string().describe("ISO 8601 timestamp when the recording started. Null if not yet started.").nullable().optional(),
|
|
42
|
+
completed_at: z.string().describe("ISO 8601 timestamp when the recording was completed. Null if still in progress or failed.").nullable().optional(),
|
|
43
|
+
media_shortcuts: RecallaiRetrieveRecording_MediaShortcutsSchema.nullable(),
|
|
44
|
+
desktop_sdk_upload: RecallaiRetrieveRecording_DesktopSdkUploadReferenceSchema.nullable().optional(),
|
|
45
|
+
realtime_endpoints: z.array(RecallaiRetrieveRecording_RealtimeEndpointReferenceSchema).describe("List of realtime endpoints associated with this recording for streaming or webhook delivery.")
|
|
46
|
+
}).describe("Complete recording information including metadata, status, and media links")
|
|
47
|
+
});
|
|
48
|
+
//#endregion
|
|
49
|
+
export { recallaiRetrieveRecording };
|
|
50
|
+
|
|
51
|
+
//# sourceMappingURL=retrieve-recording.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-recording.mjs","names":[],"sources":["../../src/actions/retrieve-recording.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveRecordingInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the recording to retrieve.\"),\n});\nconst RecallaiRetrieveRecording_BotReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the bot.\"),\n metadata: z.object({}).describe(\"Custom metadata attached to the bot.\"),\n}).describe(\"Reference to a bot associated with the recording\");\nconst RecallaiRetrieveRecording_RecordingStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code indicating the current state of the recording (e.g., 'done', 'processing', 'failed').\"),\n sub_code: z.string().describe(\"Additional sub-status code providing more detailed information.\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated.\").nullable().optional(),\n}).describe(\"Status information for the recording\");\nconst RecallaiRetrieveRecording_MediaShortcutsSchema: z.ZodTypeAny = z.object({\n transcript: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n audio_mixed: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n video_mixed: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n meeting_metadata: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n participant_events: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n}).describe(\"Shortcuts to access various media files from the recording\");\nconst RecallaiRetrieveRecording_DesktopSdkUploadReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the desktop SDK upload.\"),\n metadata: z.object({}).describe(\"Custom metadata attached to the desktop SDK upload.\"),\n}).describe(\"Reference to a desktop SDK upload\");\nconst RecallaiRetrieveRecording_RealtimeEndpointReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the realtime endpoint.\"),\n metadata: z.object({}).describe(\"Custom metadata attached to the realtime endpoint.\"),\n}).describe(\"Reference to a realtime endpoint\");\nexport const RecallaiRetrieveRecordingOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the recording.\"),\n bot: RecallaiRetrieveRecording_BotReferenceSchema.nullable().optional(),\n status: RecallaiRetrieveRecording_RecordingStatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata attached to the recording. Keys are strings, values can be strings or null.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the recording was created.\"),\n expires_at: z.string().describe(\"ISO 8601 timestamp when the recording will expire and be deleted from storage.\").nullable().optional(),\n started_at: z.string().describe(\"ISO 8601 timestamp when the recording started. Null if not yet started.\").nullable().optional(),\n completed_at: z.string().describe(\"ISO 8601 timestamp when the recording was completed. Null if still in progress or failed.\").nullable().optional(),\n media_shortcuts: RecallaiRetrieveRecording_MediaShortcutsSchema.nullable(),\n desktop_sdk_upload: RecallaiRetrieveRecording_DesktopSdkUploadReferenceSchema.nullable().optional(),\n realtime_endpoints: z.array(RecallaiRetrieveRecording_RealtimeEndpointReferenceSchema).describe(\"List of realtime endpoints associated with this recording for streaming or webhook delivery.\"),\n}).describe(\"Complete recording information including metadata, status, and media links\");\n\nexport const recallaiRetrieveRecording = action(\"RECALLAI_RETRIEVE_RECORDING\", {\n slug: \"recallai-retrieve-recording\",\n name: \"Retrieve recording\",\n description: \"Tool to retrieve detailed information about a specific recording by its UUID. Returns comprehensive recording data including creation timestamps, status, media file shortcuts, and associated bot or desktop SDK upload references. Use when you need to access recording details, download links, or check recording status.\",\n input: RecallaiRetrieveRecordingInput,\n output: RecallaiRetrieveRecordingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO,EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EAChF,CAAC;AACD,MAAM,+CAA6D,EAAE,OAAO;CAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sCAAsC;AACxE,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,kDAAgE,EAAE,OAAO;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG;CAC7H,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,iDAA+D,EAAE,OAAO;CAC5E,YAAY,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAa,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,aAAa,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,kBAAkB,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,oBAAoB,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,4DAA0E,EAAE,OAAO;CACvF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACjF,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,4DAA0E,EAAE,OAAO;CACvF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAChF,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD;AACtF,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAe9C,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAnB2D,EAAE,OAAO;EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EACxE,KAAK,6CAA6C,SAAS,CAAC,CAAC,SAAS;EACtE,QAAQ,gDAAgD,SAAS;EACjE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6FAA6F;EAC7H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;EACpF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/H,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnJ,iBAAiB,+CAA+C,SAAS;EACzE,oBAAoB,0DAA0D,SAAS,CAAC,CAAC,SAAS;EAClG,oBAAoB,EAAE,MAAM,yDAAyD,CAAC,CAAC,SAAS,8FAA8F;CAChM,CAAC,CAAC,CAAC,SAAS,4EAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-sdk-upload.ts
|
|
4
|
+
const RecallaiRetrieveSdkUploadInput = zod.z.object({ id: zod.z.string().describe("The unique identifier (UUID) of the Desktop SDK upload instance to retrieve. This ID is returned when creating an SDK upload.") });
|
|
5
|
+
const RecallaiRetrieveSdkUpload_SdkUploadStatusSchema = zod.z.object({
|
|
6
|
+
code: zod.z.string().describe("Status code indicating the current state of the upload"),
|
|
7
|
+
sub_code: zod.z.string().describe("Detailed sub-code for the status").nullable().optional(),
|
|
8
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the status was last updated")
|
|
9
|
+
}).describe("Status information for the SDK upload");
|
|
10
|
+
const RecallaiRetrieveSdkUploadOutput = zod.z.object({
|
|
11
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the SDK upload instance"),
|
|
12
|
+
status: RecallaiRetrieveSdkUpload_SdkUploadStatusSchema.nullable(),
|
|
13
|
+
metadata: zod.z.object({}).describe("Custom metadata attached to the SDK upload instance. Values can be null.").nullable().optional(),
|
|
14
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the upload was created"),
|
|
15
|
+
recording_id: zod.z.string().describe("The unique identifier of the recording associated with this SDK upload"),
|
|
16
|
+
upload_token: zod.z.string().describe("Token used for authenticating SDK upload operations. Keep this secure."),
|
|
17
|
+
recording_config: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Configuration for the recording generated by the SDK, including settings for audio, video, transcription, and retention.").nullable().optional()
|
|
18
|
+
});
|
|
19
|
+
const recallaiRetrieveSdkUpload = require_action.action("RECALLAI_RETRIEVE_SDK_UPLOAD", {
|
|
20
|
+
slug: "recallai-retrieve-sdk-upload",
|
|
21
|
+
name: "Retrieve sdk upload",
|
|
22
|
+
description: "Retrieve detailed information about a Desktop SDK upload instance by its ID. Returns comprehensive upload data including status, recording configuration, upload token, and metadata. Use this to check upload status or access recording details.",
|
|
23
|
+
input: RecallaiRetrieveSdkUploadInput,
|
|
24
|
+
output: RecallaiRetrieveSdkUploadOutput
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
exports.recallaiRetrieveSdkUpload = recallaiRetrieveSdkUpload;
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=retrieve-sdk-upload.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-sdk-upload.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-sdk-upload.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveSdkUploadInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the Desktop SDK upload instance to retrieve. This ID is returned when creating an SDK upload.\"),\n});\nconst RecallaiRetrieveSdkUpload_SdkUploadStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code indicating the current state of the upload\"),\n sub_code: z.string().describe(\"Detailed sub-code for the status\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Status information for the SDK upload\");\nexport const RecallaiRetrieveSdkUploadOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the SDK upload instance\"),\n status: RecallaiRetrieveSdkUpload_SdkUploadStatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata attached to the SDK upload instance. Values can be null.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the upload was created\"),\n recording_id: z.string().describe(\"The unique identifier of the recording associated with this SDK upload\"),\n upload_token: z.string().describe(\"Token used for authenticating SDK upload operations. Keep this secure.\"),\n recording_config: z.record(z.string(), z.unknown()).describe(\"Configuration for the recording generated by the SDK, including settings for audio, video, transcription, and retention.\").nullable().optional(),\n});\n\nexport const recallaiRetrieveSdkUpload = action(\"RECALLAI_RETRIEVE_SDK_UPLOAD\", {\n slug: \"recallai-retrieve-sdk-upload\",\n name: \"Retrieve sdk upload\",\n description: \"Retrieve detailed information about a Desktop SDK upload instance by its ID. Returns comprehensive upload data including status, recording configuration, upload token, and metadata. Use this to check upload status or access recording details.\",\n input: RecallaiRetrieveSdkUploadInput,\n output: RecallaiRetrieveSdkUploadOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H,EACzJ,CAAC;AACD,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAClF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACjF,QAAQ,gDAAgD,SAAS;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;CAC1G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;CAC1G,kBAAkBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0HAA0H,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/M,CAAC;AAED,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-sdk-upload.d.ts
|
|
4
|
+
declare const RecallaiRetrieveSdkUploadInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiRetrieveSdkUploadOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiRetrieveSdkUpload: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiRetrieveSdkUpload };
|
|
9
|
+
//# sourceMappingURL=retrieve-sdk-upload.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-sdk-upload.d.cts","names":[],"sources":["../../src/actions/retrieve-sdk-upload.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cAMW,+BAAA,EAAiC,CAAA,CAAE,UAQ9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-sdk-upload.d.ts
|
|
4
|
+
declare const RecallaiRetrieveSdkUploadInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiRetrieveSdkUploadOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiRetrieveSdkUpload: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiRetrieveSdkUpload };
|
|
9
|
+
//# sourceMappingURL=retrieve-sdk-upload.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-sdk-upload.d.mts","names":[],"sources":["../../src/actions/retrieve-sdk-upload.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cAMW,+BAAA,EAAiC,CAAA,CAAE,UAQ9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/retrieve-sdk-upload.ts
|
|
4
|
+
const RecallaiRetrieveSdkUploadInput = z.object({ id: z.string().describe("The unique identifier (UUID) of the Desktop SDK upload instance to retrieve. This ID is returned when creating an SDK upload.") });
|
|
5
|
+
const RecallaiRetrieveSdkUpload_SdkUploadStatusSchema = z.object({
|
|
6
|
+
code: z.string().describe("Status code indicating the current state of the upload"),
|
|
7
|
+
sub_code: z.string().describe("Detailed sub-code for the status").nullable().optional(),
|
|
8
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the status was last updated")
|
|
9
|
+
}).describe("Status information for the SDK upload");
|
|
10
|
+
const recallaiRetrieveSdkUpload = action("RECALLAI_RETRIEVE_SDK_UPLOAD", {
|
|
11
|
+
slug: "recallai-retrieve-sdk-upload",
|
|
12
|
+
name: "Retrieve sdk upload",
|
|
13
|
+
description: "Retrieve detailed information about a Desktop SDK upload instance by its ID. Returns comprehensive upload data including status, recording configuration, upload token, and metadata. Use this to check upload status or access recording details.",
|
|
14
|
+
input: RecallaiRetrieveSdkUploadInput,
|
|
15
|
+
output: z.object({
|
|
16
|
+
id: z.string().describe("The unique identifier (UUID) of the SDK upload instance"),
|
|
17
|
+
status: RecallaiRetrieveSdkUpload_SdkUploadStatusSchema.nullable(),
|
|
18
|
+
metadata: z.object({}).describe("Custom metadata attached to the SDK upload instance. Values can be null.").nullable().optional(),
|
|
19
|
+
created_at: z.string().describe("ISO 8601 timestamp when the upload was created"),
|
|
20
|
+
recording_id: z.string().describe("The unique identifier of the recording associated with this SDK upload"),
|
|
21
|
+
upload_token: z.string().describe("Token used for authenticating SDK upload operations. Keep this secure."),
|
|
22
|
+
recording_config: z.record(z.string(), z.unknown()).describe("Configuration for the recording generated by the SDK, including settings for audio, video, transcription, and retention.").nullable().optional()
|
|
23
|
+
})
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { recallaiRetrieveSdkUpload };
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=retrieve-sdk-upload.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-sdk-upload.mjs","names":[],"sources":["../../src/actions/retrieve-sdk-upload.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveSdkUploadInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the Desktop SDK upload instance to retrieve. This ID is returned when creating an SDK upload.\"),\n});\nconst RecallaiRetrieveSdkUpload_SdkUploadStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code indicating the current state of the upload\"),\n sub_code: z.string().describe(\"Detailed sub-code for the status\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Status information for the SDK upload\");\nexport const RecallaiRetrieveSdkUploadOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the SDK upload instance\"),\n status: RecallaiRetrieveSdkUpload_SdkUploadStatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata attached to the SDK upload instance. Values can be null.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the upload was created\"),\n recording_id: z.string().describe(\"The unique identifier of the recording associated with this SDK upload\"),\n upload_token: z.string().describe(\"Token used for authenticating SDK upload operations. Keep this secure.\"),\n recording_config: z.record(z.string(), z.unknown()).describe(\"Configuration for the recording generated by the SDK, including settings for audio, video, transcription, and retention.\").nullable().optional(),\n});\n\nexport const recallaiRetrieveSdkUpload = action(\"RECALLAI_RETRIEVE_SDK_UPLOAD\", {\n slug: \"recallai-retrieve-sdk-upload\",\n name: \"Retrieve sdk upload\",\n description: \"Retrieve detailed information about a Desktop SDK upload instance by its ID. Returns comprehensive upload data including status, recording configuration, upload token, and metadata. Use this to check upload status or access recording details.\",\n input: RecallaiRetrieveSdkUploadInput,\n output: RecallaiRetrieveSdkUploadOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO,EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H,EACzJ,CAAC;AACD,MAAM,kDAAgE,EAAE,OAAO;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAClF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAWnD,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAf2D,EAAE,OAAO;EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;EACjF,QAAQ,gDAAgD,SAAS;EACjE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EAChF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;EAC1G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;EAC1G,kBAAkB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0HAA0H,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/M,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-video-mixed.ts
|
|
4
|
+
const RecallaiRetrieveVideoMixedInput = zod.z.object({ id: zod.z.string().describe("A UUID string identifying this video mixed artifact.") });
|
|
5
|
+
const RecallaiRetrieveVideoMixed_VideoMixedDataSchema = zod.z.object({ download_url: zod.z.string().describe("URL to download the mixed video file (null if not ready)").nullable().optional() }).describe("Data containing download URL for the mixed video");
|
|
6
|
+
const RecallaiRetrieveVideoMixed_VideoMixedStatusSchema = zod.z.object({
|
|
7
|
+
code: zod.z.string().describe("Status code for the video mixed artifact"),
|
|
8
|
+
sub_code: zod.z.string().describe("Detailed sub-code for the status").nullable().optional(),
|
|
9
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the status was last updated")
|
|
10
|
+
}).describe("Status information for the video mixed artifact");
|
|
11
|
+
const RecallaiRetrieveVideoMixed_VideoMixedRecordingSchema = zod.z.object({
|
|
12
|
+
id: zod.z.string().describe("The unique identifier of the recording"),
|
|
13
|
+
metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Metadata associated with the recording")
|
|
14
|
+
}).describe("Recording information associated with the video mixed artifact");
|
|
15
|
+
const RecallaiRetrieveVideoMixedOutput = zod.z.object({
|
|
16
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the video mixed artifact"),
|
|
17
|
+
data: RecallaiRetrieveVideoMixed_VideoMixedDataSchema.nullable(),
|
|
18
|
+
format: zod.z.string().describe("Format of the mixed video file (e.g., 'mp4')"),
|
|
19
|
+
status: RecallaiRetrieveVideoMixed_VideoMixedStatusSchema.nullable(),
|
|
20
|
+
metadata: zod.z.object({}).describe("Custom metadata associated with the video mixed artifact"),
|
|
21
|
+
recording: RecallaiRetrieveVideoMixed_VideoMixedRecordingSchema.nullable(),
|
|
22
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the video mixed artifact was created")
|
|
23
|
+
});
|
|
24
|
+
const recallaiRetrieveVideoMixed = require_action.action("RECALLAI_RETRIEVE_VIDEO_MIXED", {
|
|
25
|
+
slug: "recallai-retrieve-video-mixed",
|
|
26
|
+
name: "Retrieve Video Mixed",
|
|
27
|
+
description: "Retrieve a video mixed artifact by its ID. Returns details about the mixed video including download URL, format, status, and associated recording information. Use this to access processed mixed video files from recordings.",
|
|
28
|
+
input: RecallaiRetrieveVideoMixedInput,
|
|
29
|
+
output: RecallaiRetrieveVideoMixedOutput
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
exports.recallaiRetrieveVideoMixed = recallaiRetrieveVideoMixed;
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=retrieve-video-mixed.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-video-mixed.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-video-mixed.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveVideoMixedInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying this video mixed artifact.\"),\n});\nconst RecallaiRetrieveVideoMixed_VideoMixedDataSchema: z.ZodTypeAny = z.object({\n download_url: z.string().describe(\"URL to download the mixed video file (null if not ready)\").nullable().optional(),\n}).describe(\"Data containing download URL for the mixed video\");\nconst RecallaiRetrieveVideoMixed_VideoMixedStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code for the video mixed artifact\"),\n sub_code: z.string().describe(\"Detailed sub-code for the status\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Status information for the video mixed artifact\");\nconst RecallaiRetrieveVideoMixed_VideoMixedRecordingSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the recording\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Metadata associated with the recording\"),\n}).describe(\"Recording information associated with the video mixed artifact\");\nexport const RecallaiRetrieveVideoMixedOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the video mixed artifact\"),\n data: RecallaiRetrieveVideoMixed_VideoMixedDataSchema.nullable(),\n format: z.string().describe(\"Format of the mixed video file (e.g., 'mp4')\"),\n status: RecallaiRetrieveVideoMixed_VideoMixedStatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata associated with the video mixed artifact\"),\n recording: RecallaiRetrieveVideoMixed_VideoMixedRecordingSchema.nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the video mixed artifact was created\"),\n});\n\nexport const recallaiRetrieveVideoMixed = action(\"RECALLAI_RETRIEVE_VIDEO_MIXED\", {\n slug: \"recallai-retrieve-video-mixed\",\n name: \"Retrieve Video Mixed\",\n description: \"Retrieve a video mixed artifact by its ID. Returns details about the mixed video including download URL, format, status, and associated recording information. Use this to access processed mixed video files from recordings.\",\n input: RecallaiRetrieveVideoMixedInput,\n output: RecallaiRetrieveVideoMixedOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EAChF,CAAC;AACD,MAAM,kDAAgEA,IAAAA,EAAE,OAAO,EAC7E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpH,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,oDAAkEA,IAAAA,EAAE,OAAO;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACpE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,uDAAqEA,IAAAA,EAAE,OAAO;CAClF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAChE,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAC/F,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAClF,MAAM,gDAAgD,SAAS;CAC/D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC1E,QAAQ,kDAAkD,SAAS;CACnE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;CAC1F,WAAW,qDAAqD,SAAS;CACzE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;AAChG,CAAC;AAED,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-video-mixed.d.ts
|
|
4
|
+
declare const RecallaiRetrieveVideoMixedInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiRetrieveVideoMixedOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiRetrieveVideoMixed: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiRetrieveVideoMixed };
|
|
9
|
+
//# sourceMappingURL=retrieve-video-mixed.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-video-mixed.d.cts","names":[],"sources":["../../src/actions/retrieve-video-mixed.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE9C;AAAA,cAaW,gCAAA,EAAkC,CAAA,CAAE,UAQ/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-video-mixed.d.ts
|
|
4
|
+
declare const RecallaiRetrieveVideoMixedInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiRetrieveVideoMixedOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiRetrieveVideoMixed: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiRetrieveVideoMixed };
|
|
9
|
+
//# sourceMappingURL=retrieve-video-mixed.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-video-mixed.d.mts","names":[],"sources":["../../src/actions/retrieve-video-mixed.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE9C;AAAA,cAaW,gCAAA,EAAkC,CAAA,CAAE,UAQ/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/retrieve-video-mixed.ts
|
|
4
|
+
const RecallaiRetrieveVideoMixedInput = z.object({ id: z.string().describe("A UUID string identifying this video mixed artifact.") });
|
|
5
|
+
const RecallaiRetrieveVideoMixed_VideoMixedDataSchema = z.object({ download_url: z.string().describe("URL to download the mixed video file (null if not ready)").nullable().optional() }).describe("Data containing download URL for the mixed video");
|
|
6
|
+
const RecallaiRetrieveVideoMixed_VideoMixedStatusSchema = z.object({
|
|
7
|
+
code: z.string().describe("Status code for the video mixed artifact"),
|
|
8
|
+
sub_code: z.string().describe("Detailed sub-code for the status").nullable().optional(),
|
|
9
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the status was last updated")
|
|
10
|
+
}).describe("Status information for the video mixed artifact");
|
|
11
|
+
const RecallaiRetrieveVideoMixed_VideoMixedRecordingSchema = z.object({
|
|
12
|
+
id: z.string().describe("The unique identifier of the recording"),
|
|
13
|
+
metadata: z.record(z.string(), z.unknown()).describe("Metadata associated with the recording")
|
|
14
|
+
}).describe("Recording information associated with the video mixed artifact");
|
|
15
|
+
const recallaiRetrieveVideoMixed = action("RECALLAI_RETRIEVE_VIDEO_MIXED", {
|
|
16
|
+
slug: "recallai-retrieve-video-mixed",
|
|
17
|
+
name: "Retrieve Video Mixed",
|
|
18
|
+
description: "Retrieve a video mixed artifact by its ID. Returns details about the mixed video including download URL, format, status, and associated recording information. Use this to access processed mixed video files from recordings.",
|
|
19
|
+
input: RecallaiRetrieveVideoMixedInput,
|
|
20
|
+
output: z.object({
|
|
21
|
+
id: z.string().describe("The unique identifier (UUID) of the video mixed artifact"),
|
|
22
|
+
data: RecallaiRetrieveVideoMixed_VideoMixedDataSchema.nullable(),
|
|
23
|
+
format: z.string().describe("Format of the mixed video file (e.g., 'mp4')"),
|
|
24
|
+
status: RecallaiRetrieveVideoMixed_VideoMixedStatusSchema.nullable(),
|
|
25
|
+
metadata: z.object({}).describe("Custom metadata associated with the video mixed artifact"),
|
|
26
|
+
recording: RecallaiRetrieveVideoMixed_VideoMixedRecordingSchema.nullable(),
|
|
27
|
+
created_at: z.string().describe("ISO 8601 timestamp when the video mixed artifact was created")
|
|
28
|
+
})
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
export { recallaiRetrieveVideoMixed };
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=retrieve-video-mixed.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-video-mixed.mjs","names":[],"sources":["../../src/actions/retrieve-video-mixed.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveVideoMixedInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying this video mixed artifact.\"),\n});\nconst RecallaiRetrieveVideoMixed_VideoMixedDataSchema: z.ZodTypeAny = z.object({\n download_url: z.string().describe(\"URL to download the mixed video file (null if not ready)\").nullable().optional(),\n}).describe(\"Data containing download URL for the mixed video\");\nconst RecallaiRetrieveVideoMixed_VideoMixedStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code for the video mixed artifact\"),\n sub_code: z.string().describe(\"Detailed sub-code for the status\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Status information for the video mixed artifact\");\nconst RecallaiRetrieveVideoMixed_VideoMixedRecordingSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the recording\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Metadata associated with the recording\"),\n}).describe(\"Recording information associated with the video mixed artifact\");\nexport const RecallaiRetrieveVideoMixedOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the video mixed artifact\"),\n data: RecallaiRetrieveVideoMixed_VideoMixedDataSchema.nullable(),\n format: z.string().describe(\"Format of the mixed video file (e.g., 'mp4')\"),\n status: RecallaiRetrieveVideoMixed_VideoMixedStatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata associated with the video mixed artifact\"),\n recording: RecallaiRetrieveVideoMixed_VideoMixedRecordingSchema.nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the video mixed artifact was created\"),\n});\n\nexport const recallaiRetrieveVideoMixed = action(\"RECALLAI_RETRIEVE_VIDEO_MIXED\", {\n slug: \"recallai-retrieve-video-mixed\",\n name: \"Retrieve Video Mixed\",\n description: \"Retrieve a video mixed artifact by its ID. Returns details about the mixed video including download URL, format, status, and associated recording information. Use this to access processed mixed video files from recordings.\",\n input: RecallaiRetrieveVideoMixedInput,\n output: RecallaiRetrieveVideoMixedOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO,EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,EAChF,CAAC;AACD,MAAM,kDAAgE,EAAE,OAAO,EAC7E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpH,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,oDAAkE,EAAE,OAAO;CAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACpE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,uDAAqE,EAAE,OAAO;CAClF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAChE,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAC/F,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAW5E,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAf4D,EAAE,OAAO;EACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;EAClF,MAAM,gDAAgD,SAAS;EAC/D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC1E,QAAQ,kDAAkD,SAAS;EACnE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;EAC1F,WAAW,qDAAqD,SAAS;EACzE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAChG,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-zoom-oauth-app.ts
|
|
4
|
+
const RecallaiRetrieveZoomOauthAppInput = zod.z.object({ id: zod.z.string().describe("A UUID string identifying the Zoom OAuth app to retrieve. This ID is returned when creating a Zoom OAuth app or can be obtained from the list Zoom OAuth apps endpoint.") });
|
|
5
|
+
const RecallaiRetrieveZoomOauthApp_ZoomOauthAppKindSchema = zod.z.enum(["user_level", "account_level"]).describe("Type of Zoom OAuth App");
|
|
6
|
+
const RecallaiRetrieveZoomOauthAppOutput = zod.z.object({
|
|
7
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the Zoom OAuth app."),
|
|
8
|
+
kind: RecallaiRetrieveZoomOauthApp_ZoomOauthAppKindSchema.nullable(),
|
|
9
|
+
client_id: zod.z.string().describe("The client ID of the Zoom OAuth app (max 200 characters)."),
|
|
10
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp indicating when the Zoom OAuth app was created."),
|
|
11
|
+
client_secret: zod.z.string().describe("The client secret of the Zoom OAuth app (max 200 characters)."),
|
|
12
|
+
webhook_secret: zod.z.string().describe("The webhook secret for validating webhook requests from Zoom (max 200 characters)."),
|
|
13
|
+
webhook_last_validation: zod.z.string().describe("ISO 8601 timestamp of the last successful webhook validation. Will be null if no webhook validation has occurred yet.").nullable().optional()
|
|
14
|
+
});
|
|
15
|
+
const recallaiRetrieveZoomOauthApp = require_action.action("RECALLAI_RETRIEVE_ZOOM_OAUTH_APP", {
|
|
16
|
+
slug: "recallai-retrieve-zoom-oauth-app",
|
|
17
|
+
name: "Retrieve Zoom OAuth App",
|
|
18
|
+
description: "Retrieve detailed information about a specific Zoom OAuth app by its ID. Returns the OAuth app configuration including client credentials, app type (user-level or account-level), webhook settings, and creation timestamp. Use this to verify OAuth app configuration or retrieve credentials for integration setup.",
|
|
19
|
+
input: RecallaiRetrieveZoomOauthAppInput,
|
|
20
|
+
output: RecallaiRetrieveZoomOauthAppOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.recallaiRetrieveZoomOauthApp = recallaiRetrieveZoomOauthApp;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=retrieve-zoom-oauth-app.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-zoom-oauth-app.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-zoom-oauth-app.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveZoomOauthAppInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the Zoom OAuth app to retrieve. This ID is returned when creating a Zoom OAuth app or can be obtained from the list Zoom OAuth apps endpoint.\"),\n});\nconst RecallaiRetrieveZoomOauthApp_ZoomOauthAppKindSchema: z.ZodTypeAny = z.enum([\"user_level\", \"account_level\"]).describe(\"Type of Zoom OAuth App\");\nexport const RecallaiRetrieveZoomOauthAppOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the Zoom OAuth app.\"),\n kind: RecallaiRetrieveZoomOauthApp_ZoomOauthAppKindSchema.nullable(),\n client_id: z.string().describe(\"The client ID of the Zoom OAuth app (max 200 characters).\"),\n created_at: z.string().describe(\"ISO 8601 timestamp indicating when the Zoom OAuth app was created.\"),\n client_secret: z.string().describe(\"The client secret of the Zoom OAuth app (max 200 characters).\"),\n webhook_secret: z.string().describe(\"The webhook secret for validating webhook requests from Zoom (max 200 characters).\"),\n webhook_last_validation: z.string().describe(\"ISO 8601 timestamp of the last successful webhook validation. Will be null if no webhook validation has occurred yet.\").nullable().optional(),\n});\n\nexport const recallaiRetrieveZoomOauthApp = action(\"RECALLAI_RETRIEVE_ZOOM_OAUTH_APP\", {\n slug: \"recallai-retrieve-zoom-oauth-app\",\n name: \"Retrieve Zoom OAuth App\",\n description: \"Retrieve detailed information about a specific Zoom OAuth app by its ID. Returns the OAuth app configuration including client credentials, app type (user-level or account-level), webhook settings, and creation timestamp. Use this to verify OAuth app configuration or retrieve credentials for integration setup.\",\n input: RecallaiRetrieveZoomOauthAppInput,\n output: RecallaiRetrieveZoomOauthAppOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yKAAyK,EACnM,CAAC;AACD,MAAM,sDAAoEA,IAAAA,EAAE,KAAK,CAAC,cAAc,eAAe,CAAC,CAAC,CAAC,SAAS,wBAAwB;AACnJ,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC7E,MAAM,oDAAoD,SAAS;CACnE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC1F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACpG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAClG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF;CACxH,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5L,CAAC;AAED,MAAa,+BAA+BC,eAAAA,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-zoom-oauth-app.d.ts
|
|
4
|
+
declare const RecallaiRetrieveZoomOauthAppInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiRetrieveZoomOauthAppOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiRetrieveZoomOauthApp: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiRetrieveZoomOauthApp };
|
|
9
|
+
//# sourceMappingURL=retrieve-zoom-oauth-app.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-zoom-oauth-app.d.cts","names":[],"sources":["../../src/actions/retrieve-zoom-oauth-app.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEhD;AAAA,cAEW,kCAAA,EAAoC,CAAA,CAAE,UAQjD;AAAA,cAEW,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-zoom-oauth-app.d.ts
|
|
4
|
+
declare const RecallaiRetrieveZoomOauthAppInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiRetrieveZoomOauthAppOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiRetrieveZoomOauthApp: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiRetrieveZoomOauthApp };
|
|
9
|
+
//# sourceMappingURL=retrieve-zoom-oauth-app.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-zoom-oauth-app.d.mts","names":[],"sources":["../../src/actions/retrieve-zoom-oauth-app.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEhD;AAAA,cAEW,kCAAA,EAAoC,CAAA,CAAE,UAQjD;AAAA,cAEW,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/retrieve-zoom-oauth-app.ts
|
|
4
|
+
const RecallaiRetrieveZoomOauthAppInput = z.object({ id: z.string().describe("A UUID string identifying the Zoom OAuth app to retrieve. This ID is returned when creating a Zoom OAuth app or can be obtained from the list Zoom OAuth apps endpoint.") });
|
|
5
|
+
const RecallaiRetrieveZoomOauthApp_ZoomOauthAppKindSchema = z.enum(["user_level", "account_level"]).describe("Type of Zoom OAuth App");
|
|
6
|
+
const recallaiRetrieveZoomOauthApp = action("RECALLAI_RETRIEVE_ZOOM_OAUTH_APP", {
|
|
7
|
+
slug: "recallai-retrieve-zoom-oauth-app",
|
|
8
|
+
name: "Retrieve Zoom OAuth App",
|
|
9
|
+
description: "Retrieve detailed information about a specific Zoom OAuth app by its ID. Returns the OAuth app configuration including client credentials, app type (user-level or account-level), webhook settings, and creation timestamp. Use this to verify OAuth app configuration or retrieve credentials for integration setup.",
|
|
10
|
+
input: RecallaiRetrieveZoomOauthAppInput,
|
|
11
|
+
output: z.object({
|
|
12
|
+
id: z.string().describe("The unique identifier (UUID) of the Zoom OAuth app."),
|
|
13
|
+
kind: RecallaiRetrieveZoomOauthApp_ZoomOauthAppKindSchema.nullable(),
|
|
14
|
+
client_id: z.string().describe("The client ID of the Zoom OAuth app (max 200 characters)."),
|
|
15
|
+
created_at: z.string().describe("ISO 8601 timestamp indicating when the Zoom OAuth app was created."),
|
|
16
|
+
client_secret: z.string().describe("The client secret of the Zoom OAuth app (max 200 characters)."),
|
|
17
|
+
webhook_secret: z.string().describe("The webhook secret for validating webhook requests from Zoom (max 200 characters)."),
|
|
18
|
+
webhook_last_validation: z.string().describe("ISO 8601 timestamp of the last successful webhook validation. Will be null if no webhook validation has occurred yet.").nullable().optional()
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { recallaiRetrieveZoomOauthApp };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=retrieve-zoom-oauth-app.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-zoom-oauth-app.mjs","names":[],"sources":["../../src/actions/retrieve-zoom-oauth-app.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveZoomOauthAppInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the Zoom OAuth app to retrieve. This ID is returned when creating a Zoom OAuth app or can be obtained from the list Zoom OAuth apps endpoint.\"),\n});\nconst RecallaiRetrieveZoomOauthApp_ZoomOauthAppKindSchema: z.ZodTypeAny = z.enum([\"user_level\", \"account_level\"]).describe(\"Type of Zoom OAuth App\");\nexport const RecallaiRetrieveZoomOauthAppOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the Zoom OAuth app.\"),\n kind: RecallaiRetrieveZoomOauthApp_ZoomOauthAppKindSchema.nullable(),\n client_id: z.string().describe(\"The client ID of the Zoom OAuth app (max 200 characters).\"),\n created_at: z.string().describe(\"ISO 8601 timestamp indicating when the Zoom OAuth app was created.\"),\n client_secret: z.string().describe(\"The client secret of the Zoom OAuth app (max 200 characters).\"),\n webhook_secret: z.string().describe(\"The webhook secret for validating webhook requests from Zoom (max 200 characters).\"),\n webhook_last_validation: z.string().describe(\"ISO 8601 timestamp of the last successful webhook validation. Will be null if no webhook validation has occurred yet.\").nullable().optional(),\n});\n\nexport const recallaiRetrieveZoomOauthApp = action(\"RECALLAI_RETRIEVE_ZOOM_OAUTH_APP\", {\n slug: \"recallai-retrieve-zoom-oauth-app\",\n name: \"Retrieve Zoom OAuth App\",\n description: \"Retrieve detailed information about a specific Zoom OAuth app by its ID. Returns the OAuth app configuration including client credentials, app type (user-level or account-level), webhook settings, and creation timestamp. Use this to verify OAuth app configuration or retrieve credentials for integration setup.\",\n input: RecallaiRetrieveZoomOauthAppInput,\n output: RecallaiRetrieveZoomOauthAppOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO,EACtE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yKAAyK,EACnM,CAAC;AACD,MAAM,sDAAoE,EAAE,KAAK,CAAC,cAAc,eAAe,CAAC,CAAC,CAAC,SAAS,wBAAwB;AAWnJ,MAAa,+BAA+B,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAf8D,EAAE,OAAO;EACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EAC7E,MAAM,oDAAoD,SAAS;EACnE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EAC1F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;EACpG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;EAClG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF;EACxH,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5L,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/start-recording.ts
|
|
4
|
+
const RecallaiStartRecordingInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The ID of the bot to start recording."),
|
|
6
|
+
recording_mode: zod.z.enum([
|
|
7
|
+
"speaker_view",
|
|
8
|
+
"gallery_view",
|
|
9
|
+
"gallery_view_v2",
|
|
10
|
+
"audio_only"
|
|
11
|
+
]).default("speaker_view").describe("Setting for the recording mode.").optional(),
|
|
12
|
+
real_time_media: zod.z.object({
|
|
13
|
+
rtmp_destination_url: zod.z.string().describe("The RTMP destination URL for streaming media.").optional(),
|
|
14
|
+
websocket_audio_destination_url: zod.z.string().describe("The WebSocket URL for streaming audio data.").optional(),
|
|
15
|
+
websocket_video_destination_url: zod.z.string().describe("The WebSocket URL for streaming video data.").optional(),
|
|
16
|
+
webhook_call_events_destination_url: zod.z.string().describe("Receive webhooks for in call events('bot.participant_join'/'bot.participant_leave'/'bot.active_speaker_notify').").optional(),
|
|
17
|
+
webhook_chat_messages_destination_url: zod.z.string().describe("Receive webhooks for chat messages read by the bot in the meeting(only Zoom & Google Meet supported).").optional(),
|
|
18
|
+
websocket_speaker_timeline_destination_url: zod.z.string().describe("The WebSocket URL for streaming speaker timeline data.").optional(),
|
|
19
|
+
websocket_speaker_timeline_exclude_null_speaker: zod.z.boolean().default(true).describe("Set to false to include null active speaker events in the speaker timeline websocket. Defaults to true.").optional()
|
|
20
|
+
}).describe("The settings for real-time media output. For example \n {\n \"webhook_call_events_destination_url\": \"some_webhook_url\",\n \"webhook_chat_messages_destination_url\": \"some_webhook_url\",\n \"websocket_speaker_timeline_exclude_null_speaker\": true,\n \"websocket_speaker_timeline_destination_url\": \"some_url\",\n \"websocket_audio_destination_url\": \"some_url\",\n \"websocket_video_destination_url\": \"some_url\",\n \"rtmp_destination_url\": \"some_url\"\n }").optional(),
|
|
21
|
+
recording_mode_options: zod.z.object({
|
|
22
|
+
start_recording_on: zod.z.enum([
|
|
23
|
+
"call_join",
|
|
24
|
+
"participant_join",
|
|
25
|
+
"participant_speak",
|
|
26
|
+
"manual"
|
|
27
|
+
]).default("call_join").describe("Setting for when the bot should start recording.").optional(),
|
|
28
|
+
participant_video_when_screenshare: zod.z.enum([
|
|
29
|
+
"hide",
|
|
30
|
+
"beside",
|
|
31
|
+
"overlap"
|
|
32
|
+
]).default("overlap").describe("Setting for how the bot should show the participant video when screensharing.").optional()
|
|
33
|
+
}).describe("Additional options for recording mode. For example \n {\n \"participant_video_when_screenshare\": \"beside\",\n \"start_recording_on\": \"participant_speak\"\n }").optional(),
|
|
34
|
+
real_time_transcription: zod.z.object({
|
|
35
|
+
destination_url: zod.z.string().describe("The URL where real-time transcription data will be sent."),
|
|
36
|
+
partial_results: zod.z.boolean().default(false).describe("Whether to include partial transcription results before the final transcript is ready.").optional(),
|
|
37
|
+
enhanced_diarization: zod.z.boolean().default(false).describe("Whether to use enhanced speaker diarization to better distinguish between different speakers.").optional()
|
|
38
|
+
}).describe("The settings for real-time transcription. \n {\n \"destination_url\": \"some_url\",\n \"partial_results\": false,\n \"enhanced_diarization\": true\n }").optional()
|
|
39
|
+
});
|
|
40
|
+
const RecallaiStartRecordingOutput = zod.z.object({
|
|
41
|
+
name: zod.z.string().describe("The name of the created bot."),
|
|
42
|
+
bot_id: zod.z.string().describe("The ID of the created bot."),
|
|
43
|
+
description: zod.z.string().describe("A description of the created bot.").nullable().optional(),
|
|
44
|
+
webhook_url: zod.z.string().describe("The webhook URL for the created bot.")
|
|
45
|
+
});
|
|
46
|
+
const recallaiStartRecording = require_action.action("RECALLAI_START_RECORDING", {
|
|
47
|
+
slug: "recallai-start-recording",
|
|
48
|
+
name: "Start recording",
|
|
49
|
+
description: "Instructs the bot to start recording the meeting. This will restart the current recording if one is already in progress.",
|
|
50
|
+
input: RecallaiStartRecordingInput,
|
|
51
|
+
output: RecallaiStartRecordingOutput
|
|
52
|
+
});
|
|
53
|
+
//#endregion
|
|
54
|
+
exports.recallaiStartRecording = recallaiStartRecording;
|
|
55
|
+
|
|
56
|
+
//# sourceMappingURL=start-recording.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-recording.cjs","names":["z","action"],"sources":["../../src/actions/start-recording.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiStartRecordingInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the bot to start recording.\"),\n recording_mode: z.enum([\"speaker_view\", \"gallery_view\", \"gallery_view_v2\", \"audio_only\"]).default(\"speaker_view\").describe(\"Setting for the recording mode.\").optional(),\n real_time_media: z.object({\n rtmp_destination_url: z.string().describe(\"The RTMP destination URL for streaming media.\").optional(),\n websocket_audio_destination_url: z.string().describe(\"The WebSocket URL for streaming audio data.\").optional(),\n websocket_video_destination_url: z.string().describe(\"The WebSocket URL for streaming video data.\").optional(),\n webhook_call_events_destination_url: z.string().describe(\"Receive webhooks for in call events('bot.participant_join'/'bot.participant_leave'/'bot.active_speaker_notify').\").optional(),\n webhook_chat_messages_destination_url: z.string().describe(\"Receive webhooks for chat messages read by the bot in the meeting(only Zoom & Google Meet supported).\").optional(),\n websocket_speaker_timeline_destination_url: z.string().describe(\"The WebSocket URL for streaming speaker timeline data.\").optional(),\n websocket_speaker_timeline_exclude_null_speaker: z.boolean().default(true).describe(\"Set to false to include null active speaker events in the speaker timeline websocket. Defaults to true.\").optional(),\n}).describe(\"The settings for real-time media output. For example \\n {\\n \\\"webhook_call_events_destination_url\\\": \\\"some_webhook_url\\\",\\n \\\"webhook_chat_messages_destination_url\\\": \\\"some_webhook_url\\\",\\n \\\"websocket_speaker_timeline_exclude_null_speaker\\\": true,\\n \\\"websocket_speaker_timeline_destination_url\\\": \\\"some_url\\\",\\n \\\"websocket_audio_destination_url\\\": \\\"some_url\\\",\\n \\\"websocket_video_destination_url\\\": \\\"some_url\\\",\\n \\\"rtmp_destination_url\\\": \\\"some_url\\\"\\n }\").optional(),\n recording_mode_options: z.object({\n start_recording_on: z.enum([\"call_join\", \"participant_join\", \"participant_speak\", \"manual\"]).default(\"call_join\").describe(\"Setting for when the bot should start recording.\").optional(),\n participant_video_when_screenshare: z.enum([\"hide\", \"beside\", \"overlap\"]).default(\"overlap\").describe(\"Setting for how the bot should show the participant video when screensharing.\").optional(),\n}).describe(\"Additional options for recording mode. For example \\n {\\n \\\"participant_video_when_screenshare\\\": \\\"beside\\\",\\n \\\"start_recording_on\\\": \\\"participant_speak\\\"\\n }\").optional(),\n real_time_transcription: z.object({\n destination_url: z.string().describe(\"The URL where real-time transcription data will be sent.\"),\n partial_results: z.boolean().default(false).describe(\"Whether to include partial transcription results before the final transcript is ready.\").optional(),\n enhanced_diarization: z.boolean().default(false).describe(\"Whether to use enhanced speaker diarization to better distinguish between different speakers.\").optional(),\n}).describe(\"The settings for real-time transcription. \\n {\\n \\\"destination_url\\\": \\\"some_url\\\",\\n \\\"partial_results\\\": false,\\n \\\"enhanced_diarization\\\": true\\n }\").optional(),\n});\nexport const RecallaiStartRecordingOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the created bot.\"),\n bot_id: z.string().describe(\"The ID of the created bot.\"),\n description: z.string().describe(\"A description of the created bot.\").nullable().optional(),\n webhook_url: z.string().describe(\"The webhook URL for the created bot.\"),\n});\n\nexport const recallaiStartRecording = action(\"RECALLAI_START_RECORDING\", {\n slug: \"recallai-start-recording\",\n name: \"Start recording\",\n description: \"Instructs the bot to start recording the meeting. This will restart the current recording if one is already in progress.\",\n input: RecallaiStartRecordingInput,\n output: RecallaiStartRecordingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC/D,gBAAgBA,IAAAA,EAAE,KAAK;EAAC;EAAgB;EAAgB;EAAmB;CAAY,CAAC,CAAC,CAAC,QAAQ,cAAc,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACvK,iBAAiBA,IAAAA,EAAE,OAAO;EAC1B,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EACpG,iCAAiCA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EAC7G,iCAAiCA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EAC7G,qCAAqCA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS;EACtL,uCAAuCA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;EAC7K,4CAA4CA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;EACnI,iDAAiDA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CAC1M,CAAC,CAAC,CAAC,SAAS,8iBAA8iB,CAAC,CAAC,SAAS;CACnkB,wBAAwBA,IAAAA,EAAE,OAAO;EACjC,oBAAoBA,IAAAA,EAAE,KAAK;GAAC;GAAa;GAAoB;GAAqB;EAAQ,CAAC,CAAC,CAAC,QAAQ,WAAW,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;EACxL,oCAAoCA,IAAAA,EAAE,KAAK;GAAC;GAAQ;GAAU;EAAS,CAAC,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CAClM,CAAC,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS;CAC5N,yBAAyBA,IAAAA,EAAE,OAAO;EAClC,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;EAC/F,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;EACxJ,sBAAsBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CACtK,CAAC,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS;AAC9N,CAAC;AACD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACxD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACxD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;AACzE,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/start-recording.d.ts
|
|
4
|
+
declare const RecallaiStartRecordingInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiStartRecordingOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiStartRecording: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiStartRecording };
|
|
9
|
+
//# sourceMappingURL=start-recording.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-recording.d.cts","names":[],"sources":["../../src/actions/start-recording.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAqB1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAK3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/start-recording.d.ts
|
|
4
|
+
declare const RecallaiStartRecordingInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiStartRecordingOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiStartRecording: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiStartRecording };
|
|
9
|
+
//# sourceMappingURL=start-recording.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-recording.d.mts","names":[],"sources":["../../src/actions/start-recording.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAqB1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAK3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const recallaiStartRecording = action("RECALLAI_START_RECORDING", {
|
|
4
|
+
slug: "recallai-start-recording",
|
|
5
|
+
name: "Start recording",
|
|
6
|
+
description: "Instructs the bot to start recording the meeting. This will restart the current recording if one is already in progress.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.string().describe("The ID of the bot to start recording."),
|
|
9
|
+
recording_mode: z.enum([
|
|
10
|
+
"speaker_view",
|
|
11
|
+
"gallery_view",
|
|
12
|
+
"gallery_view_v2",
|
|
13
|
+
"audio_only"
|
|
14
|
+
]).default("speaker_view").describe("Setting for the recording mode.").optional(),
|
|
15
|
+
real_time_media: z.object({
|
|
16
|
+
rtmp_destination_url: z.string().describe("The RTMP destination URL for streaming media.").optional(),
|
|
17
|
+
websocket_audio_destination_url: z.string().describe("The WebSocket URL for streaming audio data.").optional(),
|
|
18
|
+
websocket_video_destination_url: z.string().describe("The WebSocket URL for streaming video data.").optional(),
|
|
19
|
+
webhook_call_events_destination_url: z.string().describe("Receive webhooks for in call events('bot.participant_join'/'bot.participant_leave'/'bot.active_speaker_notify').").optional(),
|
|
20
|
+
webhook_chat_messages_destination_url: z.string().describe("Receive webhooks for chat messages read by the bot in the meeting(only Zoom & Google Meet supported).").optional(),
|
|
21
|
+
websocket_speaker_timeline_destination_url: z.string().describe("The WebSocket URL for streaming speaker timeline data.").optional(),
|
|
22
|
+
websocket_speaker_timeline_exclude_null_speaker: z.boolean().default(true).describe("Set to false to include null active speaker events in the speaker timeline websocket. Defaults to true.").optional()
|
|
23
|
+
}).describe("The settings for real-time media output. For example \n {\n \"webhook_call_events_destination_url\": \"some_webhook_url\",\n \"webhook_chat_messages_destination_url\": \"some_webhook_url\",\n \"websocket_speaker_timeline_exclude_null_speaker\": true,\n \"websocket_speaker_timeline_destination_url\": \"some_url\",\n \"websocket_audio_destination_url\": \"some_url\",\n \"websocket_video_destination_url\": \"some_url\",\n \"rtmp_destination_url\": \"some_url\"\n }").optional(),
|
|
24
|
+
recording_mode_options: z.object({
|
|
25
|
+
start_recording_on: z.enum([
|
|
26
|
+
"call_join",
|
|
27
|
+
"participant_join",
|
|
28
|
+
"participant_speak",
|
|
29
|
+
"manual"
|
|
30
|
+
]).default("call_join").describe("Setting for when the bot should start recording.").optional(),
|
|
31
|
+
participant_video_when_screenshare: z.enum([
|
|
32
|
+
"hide",
|
|
33
|
+
"beside",
|
|
34
|
+
"overlap"
|
|
35
|
+
]).default("overlap").describe("Setting for how the bot should show the participant video when screensharing.").optional()
|
|
36
|
+
}).describe("Additional options for recording mode. For example \n {\n \"participant_video_when_screenshare\": \"beside\",\n \"start_recording_on\": \"participant_speak\"\n }").optional(),
|
|
37
|
+
real_time_transcription: z.object({
|
|
38
|
+
destination_url: z.string().describe("The URL where real-time transcription data will be sent."),
|
|
39
|
+
partial_results: z.boolean().default(false).describe("Whether to include partial transcription results before the final transcript is ready.").optional(),
|
|
40
|
+
enhanced_diarization: z.boolean().default(false).describe("Whether to use enhanced speaker diarization to better distinguish between different speakers.").optional()
|
|
41
|
+
}).describe("The settings for real-time transcription. \n {\n \"destination_url\": \"some_url\",\n \"partial_results\": false,\n \"enhanced_diarization\": true\n }").optional()
|
|
42
|
+
}),
|
|
43
|
+
output: z.object({
|
|
44
|
+
name: z.string().describe("The name of the created bot."),
|
|
45
|
+
bot_id: z.string().describe("The ID of the created bot."),
|
|
46
|
+
description: z.string().describe("A description of the created bot.").nullable().optional(),
|
|
47
|
+
webhook_url: z.string().describe("The webhook URL for the created bot.")
|
|
48
|
+
})
|
|
49
|
+
});
|
|
50
|
+
//#endregion
|
|
51
|
+
export { recallaiStartRecording };
|
|
52
|
+
|
|
53
|
+
//# sourceMappingURL=start-recording.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"start-recording.mjs","names":[],"sources":["../../src/actions/start-recording.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiStartRecordingInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the bot to start recording.\"),\n recording_mode: z.enum([\"speaker_view\", \"gallery_view\", \"gallery_view_v2\", \"audio_only\"]).default(\"speaker_view\").describe(\"Setting for the recording mode.\").optional(),\n real_time_media: z.object({\n rtmp_destination_url: z.string().describe(\"The RTMP destination URL for streaming media.\").optional(),\n websocket_audio_destination_url: z.string().describe(\"The WebSocket URL for streaming audio data.\").optional(),\n websocket_video_destination_url: z.string().describe(\"The WebSocket URL for streaming video data.\").optional(),\n webhook_call_events_destination_url: z.string().describe(\"Receive webhooks for in call events('bot.participant_join'/'bot.participant_leave'/'bot.active_speaker_notify').\").optional(),\n webhook_chat_messages_destination_url: z.string().describe(\"Receive webhooks for chat messages read by the bot in the meeting(only Zoom & Google Meet supported).\").optional(),\n websocket_speaker_timeline_destination_url: z.string().describe(\"The WebSocket URL for streaming speaker timeline data.\").optional(),\n websocket_speaker_timeline_exclude_null_speaker: z.boolean().default(true).describe(\"Set to false to include null active speaker events in the speaker timeline websocket. Defaults to true.\").optional(),\n}).describe(\"The settings for real-time media output. For example \\n {\\n \\\"webhook_call_events_destination_url\\\": \\\"some_webhook_url\\\",\\n \\\"webhook_chat_messages_destination_url\\\": \\\"some_webhook_url\\\",\\n \\\"websocket_speaker_timeline_exclude_null_speaker\\\": true,\\n \\\"websocket_speaker_timeline_destination_url\\\": \\\"some_url\\\",\\n \\\"websocket_audio_destination_url\\\": \\\"some_url\\\",\\n \\\"websocket_video_destination_url\\\": \\\"some_url\\\",\\n \\\"rtmp_destination_url\\\": \\\"some_url\\\"\\n }\").optional(),\n recording_mode_options: z.object({\n start_recording_on: z.enum([\"call_join\", \"participant_join\", \"participant_speak\", \"manual\"]).default(\"call_join\").describe(\"Setting for when the bot should start recording.\").optional(),\n participant_video_when_screenshare: z.enum([\"hide\", \"beside\", \"overlap\"]).default(\"overlap\").describe(\"Setting for how the bot should show the participant video when screensharing.\").optional(),\n}).describe(\"Additional options for recording mode. For example \\n {\\n \\\"participant_video_when_screenshare\\\": \\\"beside\\\",\\n \\\"start_recording_on\\\": \\\"participant_speak\\\"\\n }\").optional(),\n real_time_transcription: z.object({\n destination_url: z.string().describe(\"The URL where real-time transcription data will be sent.\"),\n partial_results: z.boolean().default(false).describe(\"Whether to include partial transcription results before the final transcript is ready.\").optional(),\n enhanced_diarization: z.boolean().default(false).describe(\"Whether to use enhanced speaker diarization to better distinguish between different speakers.\").optional(),\n}).describe(\"The settings for real-time transcription. \\n {\\n \\\"destination_url\\\": \\\"some_url\\\",\\n \\\"partial_results\\\": false,\\n \\\"enhanced_diarization\\\": true\\n }\").optional(),\n});\nexport const RecallaiStartRecordingOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the created bot.\"),\n bot_id: z.string().describe(\"The ID of the created bot.\"),\n description: z.string().describe(\"A description of the created bot.\").nullable().optional(),\n webhook_url: z.string().describe(\"The webhook URL for the created bot.\"),\n});\n\nexport const recallaiStartRecording = action(\"RECALLAI_START_RECORDING\", {\n slug: \"recallai-start-recording\",\n name: \"Start recording\",\n description: \"Instructs the bot to start recording the meeting. This will restart the current recording if one is already in progress.\",\n input: RecallaiStartRecordingInput,\n output: RecallaiStartRecordingOutput,\n});\n"],"mappings":";;AAiCA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjCuD,EAAE,OAAO;EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EAC/D,gBAAgB,EAAE,KAAK;GAAC;GAAgB;GAAgB;GAAmB;EAAY,CAAC,CAAC,CAAC,QAAQ,cAAc,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EACvK,iBAAiB,EAAE,OAAO;GAC1B,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;GACpG,iCAAiC,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;GAC7G,iCAAiC,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;GAC7G,qCAAqC,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS;GACtL,uCAAuC,EAAE,OAAO,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;GAC7K,4CAA4C,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;GACnI,iDAAiD,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;EAC1M,CAAC,CAAC,CAAC,SAAS,8iBAA8iB,CAAC,CAAC,SAAS;EACnkB,wBAAwB,EAAE,OAAO;GACjC,oBAAoB,EAAE,KAAK;IAAC;IAAa;IAAoB;IAAqB;GAAQ,CAAC,CAAC,CAAC,QAAQ,WAAW,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;GACxL,oCAAoC,EAAE,KAAK;IAAC;IAAQ;IAAU;GAAS,CAAC,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;EAClM,CAAC,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS;EAC5N,yBAAyB,EAAE,OAAO;GAClC,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;GAC/F,iBAAiB,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;GACxJ,sBAAsB,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;EACtK,CAAC,CAAC,CAAC,SAAS,uMAAuM,CAAC,CAAC,SAAS;CAC9N,CAYS;CACP,QAZwD,EAAE,OAAO;EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EACxD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;EACxD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACzE,CAOU;AACV,CAAC"}
|