@keystrokehq/recallai 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-bot.cjs +459 -0
- package/dist/actions/create-bot.cjs.map +1 -0
- package/dist/actions/create-bot.d.cts +9 -0
- package/dist/actions/create-bot.d.cts.map +1 -0
- package/dist/actions/create-bot.d.mts +9 -0
- package/dist/actions/create-bot.d.mts.map +1 -0
- package/dist/actions/create-bot.mjs +456 -0
- package/dist/actions/create-bot.mjs.map +1 -0
- package/dist/actions/create-calendar-authenticate.cjs +16 -0
- package/dist/actions/create-calendar-authenticate.cjs.map +1 -0
- package/dist/actions/create-calendar-authenticate.d.cts +9 -0
- package/dist/actions/create-calendar-authenticate.d.cts.map +1 -0
- package/dist/actions/create-calendar-authenticate.d.mts +9 -0
- package/dist/actions/create-calendar-authenticate.d.mts.map +1 -0
- package/dist/actions/create-calendar-authenticate.mjs +13 -0
- package/dist/actions/create-calendar-authenticate.mjs.map +1 -0
- package/dist/actions/create-calendar.cjs +35 -0
- package/dist/actions/create-calendar.cjs.map +1 -0
- package/dist/actions/create-calendar.d.cts +9 -0
- package/dist/actions/create-calendar.d.cts.map +1 -0
- package/dist/actions/create-calendar.d.mts +9 -0
- package/dist/actions/create-calendar.d.mts.map +1 -0
- package/dist/actions/create-calendar.mjs +32 -0
- package/dist/actions/create-calendar.mjs.map +1 -0
- package/dist/actions/create-google-login-group.cjs +37 -0
- package/dist/actions/create-google-login-group.cjs.map +1 -0
- package/dist/actions/create-google-login-group.d.cts +9 -0
- package/dist/actions/create-google-login-group.d.cts.map +1 -0
- package/dist/actions/create-google-login-group.d.mts +9 -0
- package/dist/actions/create-google-login-group.d.mts.map +1 -0
- package/dist/actions/create-google-login-group.mjs +36 -0
- package/dist/actions/create-google-login-group.mjs.map +1 -0
- package/dist/actions/create-google-login.cjs +33 -0
- package/dist/actions/create-google-login.cjs.map +1 -0
- package/dist/actions/create-google-login.d.cts +9 -0
- package/dist/actions/create-google-login.d.cts.map +1 -0
- package/dist/actions/create-google-login.d.mts +9 -0
- package/dist/actions/create-google-login.d.mts.map +1 -0
- package/dist/actions/create-google-login.mjs +30 -0
- package/dist/actions/create-google-login.mjs.map +1 -0
- package/dist/actions/create-meeting-direct-connect.cjs +104 -0
- package/dist/actions/create-meeting-direct-connect.cjs.map +1 -0
- package/dist/actions/create-meeting-direct-connect.d.cts +9 -0
- package/dist/actions/create-meeting-direct-connect.d.cts.map +1 -0
- package/dist/actions/create-meeting-direct-connect.d.mts +9 -0
- package/dist/actions/create-meeting-direct-connect.d.mts.map +1 -0
- package/dist/actions/create-meeting-direct-connect.mjs +103 -0
- package/dist/actions/create-meeting-direct-connect.mjs.map +1 -0
- package/dist/actions/create-sdk-upload.cjs +48 -0
- package/dist/actions/create-sdk-upload.cjs.map +1 -0
- package/dist/actions/create-sdk-upload.d.cts +9 -0
- package/dist/actions/create-sdk-upload.d.cts.map +1 -0
- package/dist/actions/create-sdk-upload.d.mts +9 -0
- package/dist/actions/create-sdk-upload.d.mts.map +1 -0
- package/dist/actions/create-sdk-upload.mjs +47 -0
- package/dist/actions/create-sdk-upload.mjs.map +1 -0
- package/dist/actions/create-zoom-oauth-app.cjs +30 -0
- package/dist/actions/create-zoom-oauth-app.cjs.map +1 -0
- package/dist/actions/create-zoom-oauth-app.d.cts +9 -0
- package/dist/actions/create-zoom-oauth-app.d.cts.map +1 -0
- package/dist/actions/create-zoom-oauth-app.d.mts +9 -0
- package/dist/actions/create-zoom-oauth-app.d.mts.map +1 -0
- package/dist/actions/create-zoom-oauth-app.mjs +27 -0
- package/dist/actions/create-zoom-oauth-app.mjs.map +1 -0
- package/dist/actions/delete-bot-media.cjs +27 -0
- package/dist/actions/delete-bot-media.cjs.map +1 -0
- package/dist/actions/delete-bot-media.d.cts +9 -0
- package/dist/actions/delete-bot-media.d.cts.map +1 -0
- package/dist/actions/delete-bot-media.d.mts +9 -0
- package/dist/actions/delete-bot-media.d.mts.map +1 -0
- package/dist/actions/delete-bot-media.mjs +24 -0
- package/dist/actions/delete-bot-media.mjs.map +1 -0
- package/dist/actions/delete-bot.cjs +16 -0
- package/dist/actions/delete-bot.cjs.map +1 -0
- package/dist/actions/delete-bot.d.cts +9 -0
- package/dist/actions/delete-bot.d.cts.map +1 -0
- package/dist/actions/delete-bot.d.mts +9 -0
- package/dist/actions/delete-bot.d.mts.map +1 -0
- package/dist/actions/delete-bot.mjs +13 -0
- package/dist/actions/delete-bot.mjs.map +1 -0
- package/dist/actions/delete-calendar.cjs +16 -0
- package/dist/actions/delete-calendar.cjs.map +1 -0
- package/dist/actions/delete-calendar.d.cts +9 -0
- package/dist/actions/delete-calendar.d.cts.map +1 -0
- package/dist/actions/delete-calendar.d.mts +9 -0
- package/dist/actions/delete-calendar.d.mts.map +1 -0
- package/dist/actions/delete-calendar.mjs +13 -0
- package/dist/actions/delete-calendar.mjs.map +1 -0
- package/dist/actions/destroy-calendar-user.cjs +16 -0
- package/dist/actions/destroy-calendar-user.cjs.map +1 -0
- package/dist/actions/destroy-calendar-user.d.cts +9 -0
- package/dist/actions/destroy-calendar-user.d.cts.map +1 -0
- package/dist/actions/destroy-calendar-user.d.mts +9 -0
- package/dist/actions/destroy-calendar-user.d.mts.map +1 -0
- package/dist/actions/destroy-calendar-user.mjs +13 -0
- package/dist/actions/destroy-calendar-user.mjs.map +1 -0
- package/dist/actions/destroy-google-login-group.cjs +16 -0
- package/dist/actions/destroy-google-login-group.cjs.map +1 -0
- package/dist/actions/destroy-google-login-group.d.cts +9 -0
- package/dist/actions/destroy-google-login-group.d.cts.map +1 -0
- package/dist/actions/destroy-google-login-group.d.mts +9 -0
- package/dist/actions/destroy-google-login-group.d.mts.map +1 -0
- package/dist/actions/destroy-google-login-group.mjs +13 -0
- package/dist/actions/destroy-google-login-group.mjs.map +1 -0
- package/dist/actions/destroy-google-login.cjs +16 -0
- package/dist/actions/destroy-google-login.cjs.map +1 -0
- package/dist/actions/destroy-google-login.d.cts +9 -0
- package/dist/actions/destroy-google-login.d.cts.map +1 -0
- package/dist/actions/destroy-google-login.d.mts +9 -0
- package/dist/actions/destroy-google-login.d.mts.map +1 -0
- package/dist/actions/destroy-google-login.mjs +13 -0
- package/dist/actions/destroy-google-login.mjs.map +1 -0
- package/dist/actions/destroy-zoom-o-auth-app.cjs +16 -0
- package/dist/actions/destroy-zoom-o-auth-app.cjs.map +1 -0
- package/dist/actions/destroy-zoom-o-auth-app.d.cts +9 -0
- package/dist/actions/destroy-zoom-o-auth-app.d.cts.map +1 -0
- package/dist/actions/destroy-zoom-o-auth-app.d.mts +9 -0
- package/dist/actions/destroy-zoom-o-auth-app.d.mts.map +1 -0
- package/dist/actions/destroy-zoom-o-auth-app.mjs +13 -0
- package/dist/actions/destroy-zoom-o-auth-app.mjs.map +1 -0
- package/dist/actions/disconnect-calendar-user.cjs +40 -0
- package/dist/actions/disconnect-calendar-user.cjs.map +1 -0
- package/dist/actions/disconnect-calendar-user.d.cts +9 -0
- package/dist/actions/disconnect-calendar-user.d.cts.map +1 -0
- package/dist/actions/disconnect-calendar-user.d.mts +9 -0
- package/dist/actions/disconnect-calendar-user.d.mts.map +1 -0
- package/dist/actions/disconnect-calendar-user.mjs +39 -0
- package/dist/actions/disconnect-calendar-user.mjs.map +1 -0
- package/dist/actions/index.cjs +127 -0
- package/dist/actions/index.d.cts +64 -0
- package/dist/actions/index.d.mts +64 -0
- package/dist/actions/index.mjs +64 -0
- package/dist/actions/list-audio-mixed.cjs +49 -0
- package/dist/actions/list-audio-mixed.cjs.map +1 -0
- package/dist/actions/list-audio-mixed.d.cts +9 -0
- package/dist/actions/list-audio-mixed.d.cts.map +1 -0
- package/dist/actions/list-audio-mixed.d.mts +9 -0
- package/dist/actions/list-audio-mixed.d.mts.map +1 -0
- package/dist/actions/list-audio-mixed.mjs +48 -0
- package/dist/actions/list-audio-mixed.mjs.map +1 -0
- package/dist/actions/list-audio-separate.cjs +50 -0
- package/dist/actions/list-audio-separate.cjs.map +1 -0
- package/dist/actions/list-audio-separate.d.cts +9 -0
- package/dist/actions/list-audio-separate.d.cts.map +1 -0
- package/dist/actions/list-audio-separate.d.mts +9 -0
- package/dist/actions/list-audio-separate.d.mts.map +1 -0
- package/dist/actions/list-audio-separate.mjs +49 -0
- package/dist/actions/list-audio-separate.mjs.map +1 -0
- package/dist/actions/list-bot-screenshots.cjs +28 -0
- package/dist/actions/list-bot-screenshots.cjs.map +1 -0
- package/dist/actions/list-bot-screenshots.d.cts +9 -0
- package/dist/actions/list-bot-screenshots.d.cts.map +1 -0
- package/dist/actions/list-bot-screenshots.d.mts +9 -0
- package/dist/actions/list-bot-screenshots.d.mts.map +1 -0
- package/dist/actions/list-bot-screenshots.mjs +27 -0
- package/dist/actions/list-bot-screenshots.mjs.map +1 -0
- package/dist/actions/list-bots.cjs +46 -0
- package/dist/actions/list-bots.cjs.map +1 -0
- package/dist/actions/list-bots.d.cts +9 -0
- package/dist/actions/list-bots.d.cts.map +1 -0
- package/dist/actions/list-bots.d.mts +9 -0
- package/dist/actions/list-bots.d.mts.map +1 -0
- package/dist/actions/list-bots.mjs +45 -0
- package/dist/actions/list-bots.mjs.map +1 -0
- package/dist/actions/list-calendar-events.cjs +45 -0
- package/dist/actions/list-calendar-events.cjs.map +1 -0
- package/dist/actions/list-calendar-events.d.cts +9 -0
- package/dist/actions/list-calendar-events.d.cts.map +1 -0
- package/dist/actions/list-calendar-events.d.mts +9 -0
- package/dist/actions/list-calendar-events.d.mts.map +1 -0
- package/dist/actions/list-calendar-events.mjs +44 -0
- package/dist/actions/list-calendar-events.mjs.map +1 -0
- package/dist/actions/list-calendar-meetings.cjs +73 -0
- package/dist/actions/list-calendar-meetings.cjs.map +1 -0
- package/dist/actions/list-calendar-meetings.d.cts +9 -0
- package/dist/actions/list-calendar-meetings.d.cts.map +1 -0
- package/dist/actions/list-calendar-meetings.d.mts +9 -0
- package/dist/actions/list-calendar-meetings.d.mts.map +1 -0
- package/dist/actions/list-calendar-meetings.mjs +72 -0
- package/dist/actions/list-calendar-meetings.mjs.map +1 -0
- package/dist/actions/list-calendar-users.cjs +36 -0
- package/dist/actions/list-calendar-users.cjs.map +1 -0
- package/dist/actions/list-calendar-users.d.cts +9 -0
- package/dist/actions/list-calendar-users.d.cts.map +1 -0
- package/dist/actions/list-calendar-users.d.mts +9 -0
- package/dist/actions/list-calendar-users.d.mts.map +1 -0
- package/dist/actions/list-calendar-users.mjs +35 -0
- package/dist/actions/list-calendar-users.mjs.map +1 -0
- package/dist/actions/list-calendars.cjs +45 -0
- package/dist/actions/list-calendars.cjs.map +1 -0
- package/dist/actions/list-calendars.d.cts +9 -0
- package/dist/actions/list-calendars.d.cts.map +1 -0
- package/dist/actions/list-calendars.d.mts +9 -0
- package/dist/actions/list-calendars.d.mts.map +1 -0
- package/dist/actions/list-calendars.mjs +44 -0
- package/dist/actions/list-calendars.mjs.map +1 -0
- package/dist/actions/list-chat-messages.cjs +20 -0
- package/dist/actions/list-chat-messages.cjs.map +1 -0
- package/dist/actions/list-chat-messages.d.cts +9 -0
- package/dist/actions/list-chat-messages.d.cts.map +1 -0
- package/dist/actions/list-chat-messages.d.mts +9 -0
- package/dist/actions/list-chat-messages.d.mts.map +1 -0
- package/dist/actions/list-chat-messages.mjs +17 -0
- package/dist/actions/list-chat-messages.mjs.map +1 -0
- package/dist/actions/list-google-login-groups.cjs +45 -0
- package/dist/actions/list-google-login-groups.cjs.map +1 -0
- package/dist/actions/list-google-login-groups.d.cts +9 -0
- package/dist/actions/list-google-login-groups.d.cts.map +1 -0
- package/dist/actions/list-google-login-groups.d.mts +9 -0
- package/dist/actions/list-google-login-groups.d.mts.map +1 -0
- package/dist/actions/list-google-login-groups.mjs +44 -0
- package/dist/actions/list-google-login-groups.mjs.map +1 -0
- package/dist/actions/list-google-logins.cjs +38 -0
- package/dist/actions/list-google-logins.cjs.map +1 -0
- package/dist/actions/list-google-logins.d.cts +9 -0
- package/dist/actions/list-google-logins.d.cts.map +1 -0
- package/dist/actions/list-google-logins.d.mts +9 -0
- package/dist/actions/list-google-logins.d.mts.map +1 -0
- package/dist/actions/list-google-logins.mjs +37 -0
- package/dist/actions/list-google-logins.mjs.map +1 -0
- package/dist/actions/list-meeting-direct-connect.cjs +68 -0
- package/dist/actions/list-meeting-direct-connect.cjs.map +1 -0
- package/dist/actions/list-meeting-direct-connect.d.cts +9 -0
- package/dist/actions/list-meeting-direct-connect.d.cts.map +1 -0
- package/dist/actions/list-meeting-direct-connect.d.mts +9 -0
- package/dist/actions/list-meeting-direct-connect.d.mts.map +1 -0
- package/dist/actions/list-meeting-direct-connect.mjs +67 -0
- package/dist/actions/list-meeting-direct-connect.mjs.map +1 -0
- package/dist/actions/list-meeting-metadata.cjs +52 -0
- package/dist/actions/list-meeting-metadata.cjs.map +1 -0
- package/dist/actions/list-meeting-metadata.d.cts +9 -0
- package/dist/actions/list-meeting-metadata.d.cts.map +1 -0
- package/dist/actions/list-meeting-metadata.d.mts +9 -0
- package/dist/actions/list-meeting-metadata.d.mts.map +1 -0
- package/dist/actions/list-meeting-metadata.mjs +51 -0
- package/dist/actions/list-meeting-metadata.mjs.map +1 -0
- package/dist/actions/list-participant-events.cjs +52 -0
- package/dist/actions/list-participant-events.cjs.map +1 -0
- package/dist/actions/list-participant-events.d.cts +9 -0
- package/dist/actions/list-participant-events.d.cts.map +1 -0
- package/dist/actions/list-participant-events.d.mts +9 -0
- package/dist/actions/list-participant-events.d.mts.map +1 -0
- package/dist/actions/list-participant-events.mjs +51 -0
- package/dist/actions/list-participant-events.mjs.map +1 -0
- package/dist/actions/list-realtime-endpoint.cjs +55 -0
- package/dist/actions/list-realtime-endpoint.cjs.map +1 -0
- package/dist/actions/list-realtime-endpoint.d.cts +9 -0
- package/dist/actions/list-realtime-endpoint.d.cts.map +1 -0
- package/dist/actions/list-realtime-endpoint.d.mts +9 -0
- package/dist/actions/list-realtime-endpoint.d.mts.map +1 -0
- package/dist/actions/list-realtime-endpoint.mjs +54 -0
- package/dist/actions/list-realtime-endpoint.mjs.map +1 -0
- package/dist/actions/list-recording.cjs +50 -0
- package/dist/actions/list-recording.cjs.map +1 -0
- package/dist/actions/list-recording.d.cts +9 -0
- package/dist/actions/list-recording.d.cts.map +1 -0
- package/dist/actions/list-recording.d.mts +9 -0
- package/dist/actions/list-recording.d.mts.map +1 -0
- package/dist/actions/list-recording.mjs +49 -0
- package/dist/actions/list-recording.mjs.map +1 -0
- package/dist/actions/list-sdk-uploads.cjs +44 -0
- package/dist/actions/list-sdk-uploads.cjs.map +1 -0
- package/dist/actions/list-sdk-uploads.d.cts +9 -0
- package/dist/actions/list-sdk-uploads.d.cts.map +1 -0
- package/dist/actions/list-sdk-uploads.d.mts +9 -0
- package/dist/actions/list-sdk-uploads.d.mts.map +1 -0
- package/dist/actions/list-sdk-uploads.mjs +43 -0
- package/dist/actions/list-sdk-uploads.mjs.map +1 -0
- package/dist/actions/list-slack-teams.cjs +52 -0
- package/dist/actions/list-slack-teams.cjs.map +1 -0
- package/dist/actions/list-slack-teams.d.cts +9 -0
- package/dist/actions/list-slack-teams.d.cts.map +1 -0
- package/dist/actions/list-slack-teams.d.mts +9 -0
- package/dist/actions/list-slack-teams.d.mts.map +1 -0
- package/dist/actions/list-slack-teams.mjs +51 -0
- package/dist/actions/list-slack-teams.mjs.map +1 -0
- package/dist/actions/list-transcript.cjs +40 -0
- package/dist/actions/list-transcript.cjs.map +1 -0
- package/dist/actions/list-transcript.d.cts +9 -0
- package/dist/actions/list-transcript.d.cts.map +1 -0
- package/dist/actions/list-transcript.d.mts +9 -0
- package/dist/actions/list-transcript.d.mts.map +1 -0
- package/dist/actions/list-transcript.mjs +39 -0
- package/dist/actions/list-transcript.mjs.map +1 -0
- package/dist/actions/list-video-mixed.cjs +49 -0
- package/dist/actions/list-video-mixed.cjs.map +1 -0
- package/dist/actions/list-video-mixed.d.cts +9 -0
- package/dist/actions/list-video-mixed.d.cts.map +1 -0
- package/dist/actions/list-video-mixed.d.mts +9 -0
- package/dist/actions/list-video-mixed.d.mts.map +1 -0
- package/dist/actions/list-video-mixed.mjs +48 -0
- package/dist/actions/list-video-mixed.mjs.map +1 -0
- package/dist/actions/list-video-separate.cjs +56 -0
- package/dist/actions/list-video-separate.cjs.map +1 -0
- package/dist/actions/list-video-separate.d.cts +9 -0
- package/dist/actions/list-video-separate.d.cts.map +1 -0
- package/dist/actions/list-video-separate.d.mts +9 -0
- package/dist/actions/list-video-separate.d.mts.map +1 -0
- package/dist/actions/list-video-separate.mjs +55 -0
- package/dist/actions/list-video-separate.mjs.map +1 -0
- package/dist/actions/list-zoom-meetings-to-credentials.cjs +32 -0
- package/dist/actions/list-zoom-meetings-to-credentials.cjs.map +1 -0
- package/dist/actions/list-zoom-meetings-to-credentials.d.cts +9 -0
- package/dist/actions/list-zoom-meetings-to-credentials.d.cts.map +1 -0
- package/dist/actions/list-zoom-meetings-to-credentials.d.mts +9 -0
- package/dist/actions/list-zoom-meetings-to-credentials.d.mts.map +1 -0
- package/dist/actions/list-zoom-meetings-to-credentials.mjs +31 -0
- package/dist/actions/list-zoom-meetings-to-credentials.mjs.map +1 -0
- package/dist/actions/list-zoom-o-auth-credentials.cjs +45 -0
- package/dist/actions/list-zoom-o-auth-credentials.cjs.map +1 -0
- package/dist/actions/list-zoom-o-auth-credentials.d.cts +9 -0
- package/dist/actions/list-zoom-o-auth-credentials.d.cts.map +1 -0
- package/dist/actions/list-zoom-o-auth-credentials.d.mts +9 -0
- package/dist/actions/list-zoom-o-auth-credentials.d.mts.map +1 -0
- package/dist/actions/list-zoom-o-auth-credentials.mjs +44 -0
- package/dist/actions/list-zoom-o-auth-credentials.mjs.map +1 -0
- package/dist/actions/list-zoom-oauth-app-logs.cjs +31 -0
- package/dist/actions/list-zoom-oauth-app-logs.cjs.map +1 -0
- package/dist/actions/list-zoom-oauth-app-logs.d.cts +9 -0
- package/dist/actions/list-zoom-oauth-app-logs.d.cts.map +1 -0
- package/dist/actions/list-zoom-oauth-app-logs.d.mts +9 -0
- package/dist/actions/list-zoom-oauth-app-logs.d.mts.map +1 -0
- package/dist/actions/list-zoom-oauth-app-logs.mjs +30 -0
- package/dist/actions/list-zoom-oauth-app-logs.mjs.map +1 -0
- package/dist/actions/list-zoom-oauth-apps.cjs +38 -0
- package/dist/actions/list-zoom-oauth-apps.cjs.map +1 -0
- package/dist/actions/list-zoom-oauth-apps.d.cts +9 -0
- package/dist/actions/list-zoom-oauth-apps.d.cts.map +1 -0
- package/dist/actions/list-zoom-oauth-apps.d.mts +9 -0
- package/dist/actions/list-zoom-oauth-apps.d.mts.map +1 -0
- package/dist/actions/list-zoom-oauth-apps.mjs +37 -0
- package/dist/actions/list-zoom-oauth-apps.mjs.map +1 -0
- package/dist/actions/list-zoom-oauth-credential-logs.cjs +31 -0
- package/dist/actions/list-zoom-oauth-credential-logs.cjs.map +1 -0
- package/dist/actions/list-zoom-oauth-credential-logs.d.cts +9 -0
- package/dist/actions/list-zoom-oauth-credential-logs.d.cts.map +1 -0
- package/dist/actions/list-zoom-oauth-credential-logs.d.mts +9 -0
- package/dist/actions/list-zoom-oauth-credential-logs.d.mts.map +1 -0
- package/dist/actions/list-zoom-oauth-credential-logs.mjs +30 -0
- package/dist/actions/list-zoom-oauth-credential-logs.mjs.map +1 -0
- package/dist/actions/remove-bot-from-call.cjs +19 -0
- package/dist/actions/remove-bot-from-call.cjs.map +1 -0
- package/dist/actions/remove-bot-from-call.d.cts +9 -0
- package/dist/actions/remove-bot-from-call.d.cts.map +1 -0
- package/dist/actions/remove-bot-from-call.d.mts +9 -0
- package/dist/actions/remove-bot-from-call.d.mts.map +1 -0
- package/dist/actions/remove-bot-from-call.mjs +16 -0
- package/dist/actions/remove-bot-from-call.mjs.map +1 -0
- package/dist/actions/retrieve-billing-usage.cjs +19 -0
- package/dist/actions/retrieve-billing-usage.cjs.map +1 -0
- package/dist/actions/retrieve-billing-usage.d.cts +9 -0
- package/dist/actions/retrieve-billing-usage.d.cts.map +1 -0
- package/dist/actions/retrieve-billing-usage.d.mts +9 -0
- package/dist/actions/retrieve-billing-usage.d.mts.map +1 -0
- package/dist/actions/retrieve-billing-usage.mjs +16 -0
- package/dist/actions/retrieve-billing-usage.mjs.map +1 -0
- package/dist/actions/retrieve-bot.cjs +27 -0
- package/dist/actions/retrieve-bot.cjs.map +1 -0
- package/dist/actions/retrieve-bot.d.cts +9 -0
- package/dist/actions/retrieve-bot.d.cts.map +1 -0
- package/dist/actions/retrieve-bot.d.mts +9 -0
- package/dist/actions/retrieve-bot.d.mts.map +1 -0
- package/dist/actions/retrieve-bot.mjs +24 -0
- package/dist/actions/retrieve-bot.mjs.map +1 -0
- package/dist/actions/retrieve-calendars.cjs +30 -0
- package/dist/actions/retrieve-calendars.cjs.map +1 -0
- package/dist/actions/retrieve-calendars.d.cts +9 -0
- package/dist/actions/retrieve-calendars.d.cts.map +1 -0
- package/dist/actions/retrieve-calendars.d.mts +9 -0
- package/dist/actions/retrieve-calendars.d.mts.map +1 -0
- package/dist/actions/retrieve-calendars.mjs +27 -0
- package/dist/actions/retrieve-calendars.mjs.map +1 -0
- package/dist/actions/retrieve-google-login-group.cjs +35 -0
- package/dist/actions/retrieve-google-login-group.cjs.map +1 -0
- package/dist/actions/retrieve-google-login-group.d.cts +9 -0
- package/dist/actions/retrieve-google-login-group.d.cts.map +1 -0
- package/dist/actions/retrieve-google-login-group.d.mts +9 -0
- package/dist/actions/retrieve-google-login-group.d.mts.map +1 -0
- package/dist/actions/retrieve-google-login-group.mjs +34 -0
- package/dist/actions/retrieve-google-login-group.mjs.map +1 -0
- package/dist/actions/retrieve-meeting-direct-connect.cjs +50 -0
- package/dist/actions/retrieve-meeting-direct-connect.cjs.map +1 -0
- package/dist/actions/retrieve-meeting-direct-connect.d.cts +9 -0
- package/dist/actions/retrieve-meeting-direct-connect.d.cts.map +1 -0
- package/dist/actions/retrieve-meeting-direct-connect.d.mts +9 -0
- package/dist/actions/retrieve-meeting-direct-connect.d.mts.map +1 -0
- package/dist/actions/retrieve-meeting-direct-connect.mjs +49 -0
- package/dist/actions/retrieve-meeting-direct-connect.mjs.map +1 -0
- package/dist/actions/retrieve-recording.cjs +52 -0
- package/dist/actions/retrieve-recording.cjs.map +1 -0
- package/dist/actions/retrieve-recording.d.cts +9 -0
- package/dist/actions/retrieve-recording.d.cts.map +1 -0
- package/dist/actions/retrieve-recording.d.mts +9 -0
- package/dist/actions/retrieve-recording.d.mts.map +1 -0
- package/dist/actions/retrieve-recording.mjs +51 -0
- package/dist/actions/retrieve-recording.mjs.map +1 -0
- package/dist/actions/retrieve-sdk-upload.cjs +29 -0
- package/dist/actions/retrieve-sdk-upload.cjs.map +1 -0
- package/dist/actions/retrieve-sdk-upload.d.cts +9 -0
- package/dist/actions/retrieve-sdk-upload.d.cts.map +1 -0
- package/dist/actions/retrieve-sdk-upload.d.mts +9 -0
- package/dist/actions/retrieve-sdk-upload.d.mts.map +1 -0
- package/dist/actions/retrieve-sdk-upload.mjs +28 -0
- package/dist/actions/retrieve-sdk-upload.mjs.map +1 -0
- package/dist/actions/retrieve-video-mixed.cjs +34 -0
- package/dist/actions/retrieve-video-mixed.cjs.map +1 -0
- package/dist/actions/retrieve-video-mixed.d.cts +9 -0
- package/dist/actions/retrieve-video-mixed.d.cts.map +1 -0
- package/dist/actions/retrieve-video-mixed.d.mts +9 -0
- package/dist/actions/retrieve-video-mixed.d.mts.map +1 -0
- package/dist/actions/retrieve-video-mixed.mjs +33 -0
- package/dist/actions/retrieve-video-mixed.mjs.map +1 -0
- package/dist/actions/retrieve-zoom-oauth-app.cjs +25 -0
- package/dist/actions/retrieve-zoom-oauth-app.cjs.map +1 -0
- package/dist/actions/retrieve-zoom-oauth-app.d.cts +9 -0
- package/dist/actions/retrieve-zoom-oauth-app.d.cts.map +1 -0
- package/dist/actions/retrieve-zoom-oauth-app.d.mts +9 -0
- package/dist/actions/retrieve-zoom-oauth-app.d.mts.map +1 -0
- package/dist/actions/retrieve-zoom-oauth-app.mjs +24 -0
- package/dist/actions/retrieve-zoom-oauth-app.mjs.map +1 -0
- package/dist/actions/start-recording.cjs +56 -0
- package/dist/actions/start-recording.cjs.map +1 -0
- package/dist/actions/start-recording.d.cts +9 -0
- package/dist/actions/start-recording.d.cts.map +1 -0
- package/dist/actions/start-recording.d.mts +9 -0
- package/dist/actions/start-recording.d.mts.map +1 -0
- package/dist/actions/start-recording.mjs +53 -0
- package/dist/actions/start-recording.mjs.map +1 -0
- package/dist/actions/stop-recording.cjs +21 -0
- package/dist/actions/stop-recording.cjs.map +1 -0
- package/dist/actions/stop-recording.d.cts +9 -0
- package/dist/actions/stop-recording.d.cts.map +1 -0
- package/dist/actions/stop-recording.d.mts +9 -0
- package/dist/actions/stop-recording.d.mts.map +1 -0
- package/dist/actions/stop-recording.mjs +18 -0
- package/dist/actions/stop-recording.mjs.map +1 -0
- package/dist/actions/update-bot.cjs +52 -0
- package/dist/actions/update-bot.cjs.map +1 -0
- package/dist/actions/update-bot.d.cts +9 -0
- package/dist/actions/update-bot.d.cts.map +1 -0
- package/dist/actions/update-bot.d.mts +9 -0
- package/dist/actions/update-bot.d.mts.map +1 -0
- package/dist/actions/update-bot.mjs +49 -0
- package/dist/actions/update-bot.mjs.map +1 -0
- package/dist/actions/update-calendar-user.cjs +57 -0
- package/dist/actions/update-calendar-user.cjs.map +1 -0
- package/dist/actions/update-calendar-user.d.cts +9 -0
- package/dist/actions/update-calendar-user.d.cts.map +1 -0
- package/dist/actions/update-calendar-user.d.mts +9 -0
- package/dist/actions/update-calendar-user.d.mts.map +1 -0
- package/dist/actions/update-calendar-user.mjs +56 -0
- package/dist/actions/update-calendar-user.mjs.map +1 -0
- package/dist/actions/update-calendar.cjs +40 -0
- package/dist/actions/update-calendar.cjs.map +1 -0
- package/dist/actions/update-calendar.d.cts +9 -0
- package/dist/actions/update-calendar.d.cts.map +1 -0
- package/dist/actions/update-calendar.d.mts +9 -0
- package/dist/actions/update-calendar.d.mts.map +1 -0
- package/dist/actions/update-calendar.mjs +39 -0
- package/dist/actions/update-calendar.mjs.map +1 -0
- package/dist/actions/update-google-login-group.cjs +51 -0
- package/dist/actions/update-google-login-group.cjs.map +1 -0
- package/dist/actions/update-google-login-group.d.cts +9 -0
- package/dist/actions/update-google-login-group.d.cts.map +1 -0
- package/dist/actions/update-google-login-group.d.mts +9 -0
- package/dist/actions/update-google-login-group.d.mts.map +1 -0
- package/dist/actions/update-google-login-group.mjs +50 -0
- package/dist/actions/update-google-login-group.mjs.map +1 -0
- package/dist/actions/update-google-login-groups.cjs +38 -0
- package/dist/actions/update-google-login-groups.cjs.map +1 -0
- package/dist/actions/update-google-login-groups.d.cts +9 -0
- package/dist/actions/update-google-login-groups.d.cts.map +1 -0
- package/dist/actions/update-google-login-groups.d.mts +9 -0
- package/dist/actions/update-google-login-groups.d.mts.map +1 -0
- package/dist/actions/update-google-login-groups.mjs +37 -0
- package/dist/actions/update-google-login-groups.mjs.map +1 -0
- package/dist/actions/update-google-login.cjs +36 -0
- package/dist/actions/update-google-login.cjs.map +1 -0
- package/dist/actions/update-google-login.d.cts +9 -0
- package/dist/actions/update-google-login.d.cts.map +1 -0
- package/dist/actions/update-google-login.d.mts +9 -0
- package/dist/actions/update-google-login.d.mts.map +1 -0
- package/dist/actions/update-google-login.mjs +33 -0
- package/dist/actions/update-google-login.mjs.map +1 -0
- package/dist/actions/update-recording.cjs +55 -0
- package/dist/actions/update-recording.cjs.map +1 -0
- package/dist/actions/update-recording.d.cts +9 -0
- package/dist/actions/update-recording.d.cts.map +1 -0
- package/dist/actions/update-recording.d.mts +9 -0
- package/dist/actions/update-recording.d.mts.map +1 -0
- package/dist/actions/update-recording.mjs +54 -0
- package/dist/actions/update-recording.mjs.map +1 -0
- package/dist/actions/update-video-mixed.cjs +49 -0
- package/dist/actions/update-video-mixed.cjs.map +1 -0
- package/dist/actions/update-video-mixed.d.cts +9 -0
- package/dist/actions/update-video-mixed.d.cts.map +1 -0
- package/dist/actions/update-video-mixed.d.mts +9 -0
- package/dist/actions/update-video-mixed.d.mts.map +1 -0
- package/dist/actions/update-video-mixed.mjs +48 -0
- package/dist/actions/update-video-mixed.mjs.map +1 -0
- package/dist/actions/update-zoom-o-auth-app.cjs +29 -0
- package/dist/actions/update-zoom-o-auth-app.cjs.map +1 -0
- package/dist/actions/update-zoom-o-auth-app.d.cts +9 -0
- package/dist/actions/update-zoom-o-auth-app.d.cts.map +1 -0
- package/dist/actions/update-zoom-o-auth-app.d.mts +9 -0
- package/dist/actions/update-zoom-o-auth-app.d.mts.map +1 -0
- package/dist/actions/update-zoom-o-auth-app.mjs +28 -0
- package/dist/actions/update-zoom-o-auth-app.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +132 -0
- package/dist/index.d.cts +66 -0
- package/dist/index.d.mts +66 -0
- package/dist/index.mjs +67 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-recording.d.mts","names":[],"sources":["../../src/actions/list-recording.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAOzC;AAAA,cAmBW,2BAAA,EAA6B,CAAA,CAAE,UAID;AAAA,cAE9B,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-recording.ts
|
|
4
|
+
const RecallaiListRecordingInput = z.object({
|
|
5
|
+
bot_id: z.string().describe("Filter recordings by bot ID").optional(),
|
|
6
|
+
cursor: z.string().describe("Pagination cursor value").optional(),
|
|
7
|
+
status_code: z.enum([
|
|
8
|
+
"processing",
|
|
9
|
+
"paused",
|
|
10
|
+
"done",
|
|
11
|
+
"failed"
|
|
12
|
+
]).describe("Status codes for recordings").optional(),
|
|
13
|
+
created_at_after: z.string().describe("Filter recordings created after this timestamp (ISO 8601 format)").optional(),
|
|
14
|
+
created_at_before: z.string().describe("Filter recordings created before this timestamp (ISO 8601 format)").optional(),
|
|
15
|
+
desktop_sdk_upload_id: z.string().describe("Filter recordings by desktop SDK upload ID").optional()
|
|
16
|
+
});
|
|
17
|
+
const RecallaiListRecording_RecordingStatusSchema = z.object({
|
|
18
|
+
code: z.string().describe("Status code of the recording").nullable().optional(),
|
|
19
|
+
sub_code: z.string().describe("Detailed sub-code for status").nullable().optional(),
|
|
20
|
+
updated_at: z.string().describe("ISO 8601 timestamp when status was updated").nullable().optional()
|
|
21
|
+
}).describe("Status information for a recording");
|
|
22
|
+
const RecallaiListRecording_RecordingSchema = z.object({
|
|
23
|
+
id: z.string().describe("Unique recording identifier (UUID)").nullable().optional(),
|
|
24
|
+
bot: z.record(z.string(), z.unknown()).describe("Associated bot information (minimal representation)").nullable().optional(),
|
|
25
|
+
status: RecallaiListRecording_RecordingStatusSchema.nullable().optional(),
|
|
26
|
+
metadata: z.record(z.string(), z.unknown()).describe("Custom metadata").nullable().optional(),
|
|
27
|
+
created_at: z.string().describe("ISO 8601 timestamp when recording was created").nullable().optional(),
|
|
28
|
+
expires_at: z.string().describe("ISO 8601 timestamp when recording expires").nullable().optional(),
|
|
29
|
+
started_at: z.string().describe("ISO 8601 timestamp when recording started").nullable().optional(),
|
|
30
|
+
completed_at: z.string().describe("ISO 8601 timestamp when recording completed").nullable().optional(),
|
|
31
|
+
media_shortcuts: z.record(z.string(), z.unknown()).describe("Shortcuts to media artifacts like video and transcript").nullable().optional(),
|
|
32
|
+
desktop_sdk_upload: z.record(z.string(), z.unknown()).describe("Desktop SDK upload information if applicable").nullable().optional(),
|
|
33
|
+
realtime_endpoints: z.array(z.unknown()).describe("Real-time streaming endpoints configured for this recording").nullable().optional()
|
|
34
|
+
}).describe("Individual recording details");
|
|
35
|
+
const recallaiListRecording = action("RECALLAI_LIST_RECORDING", {
|
|
36
|
+
slug: "recallai-list-recording",
|
|
37
|
+
name: "List Recordings",
|
|
38
|
+
description: "Tool to list recordings from Recall.ai. Use when you need to retrieve recordings filtered by bot, creation date, status, or desktop SDK upload. Returns paginated results.",
|
|
39
|
+
input: RecallaiListRecordingInput,
|
|
40
|
+
output: z.object({
|
|
41
|
+
next: z.string().describe("URL for next page of results (null if no more pages)").nullable().optional(),
|
|
42
|
+
results: z.array(RecallaiListRecording_RecordingSchema).describe("List of recording objects").nullable().optional(),
|
|
43
|
+
previous: z.string().describe("URL for previous page of results (null if on first page)").nullable().optional()
|
|
44
|
+
}).describe("Paginated list of recordings")
|
|
45
|
+
});
|
|
46
|
+
//#endregion
|
|
47
|
+
export { recallaiListRecording };
|
|
48
|
+
|
|
49
|
+
//# sourceMappingURL=list-recording.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-recording.mjs","names":[],"sources":["../../src/actions/list-recording.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListRecordingInput: z.ZodTypeAny = z.object({\n bot_id: z.string().describe(\"Filter recordings by bot ID\").optional(),\n cursor: z.string().describe(\"Pagination cursor value\").optional(),\n status_code: z.enum([\"processing\", \"paused\", \"done\", \"failed\"]).describe(\"Status codes for recordings\").optional(),\n created_at_after: z.string().describe(\"Filter recordings created after this timestamp (ISO 8601 format)\").optional(),\n created_at_before: z.string().describe(\"Filter recordings created before this timestamp (ISO 8601 format)\").optional(),\n desktop_sdk_upload_id: z.string().describe(\"Filter recordings by desktop SDK upload ID\").optional(),\n});\nconst RecallaiListRecording_RecordingStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code of the recording\").nullable().optional(),\n sub_code: z.string().describe(\"Detailed sub-code for status\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when status was updated\").nullable().optional(),\n}).describe(\"Status information for a recording\");\nconst RecallaiListRecording_RecordingSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique recording identifier (UUID)\").nullable().optional(),\n bot: z.record(z.string(), z.unknown()).describe(\"Associated bot information (minimal representation)\").nullable().optional(),\n status: RecallaiListRecording_RecordingStatusSchema.nullable().optional(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when recording was created\").nullable().optional(),\n expires_at: z.string().describe(\"ISO 8601 timestamp when recording expires\").nullable().optional(),\n started_at: z.string().describe(\"ISO 8601 timestamp when recording started\").nullable().optional(),\n completed_at: z.string().describe(\"ISO 8601 timestamp when recording completed\").nullable().optional(),\n media_shortcuts: z.record(z.string(), z.unknown()).describe(\"Shortcuts to media artifacts like video and transcript\").nullable().optional(),\n desktop_sdk_upload: z.record(z.string(), z.unknown()).describe(\"Desktop SDK upload information if applicable\").nullable().optional(),\n realtime_endpoints: z.array(z.unknown()).describe(\"Real-time streaming endpoints configured for this recording\").nullable().optional(),\n}).describe(\"Individual recording details\");\nexport const RecallaiListRecordingOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for next page of results (null if no more pages)\").nullable().optional(),\n results: z.array(RecallaiListRecording_RecordingSchema).describe(\"List of recording objects\").nullable().optional(),\n previous: z.string().describe(\"URL for previous page of results (null if on first page)\").nullable().optional(),\n}).describe(\"Paginated list of recordings\");\n\nexport const recallaiListRecording = action(\"RECALLAI_LIST_RECORDING\", {\n slug: \"recallai-list-recording\",\n name: \"List Recordings\",\n description: \"Tool to list recordings from Recall.ai. Use when you need to retrieve recordings filtered by bot, creation date, status, or desktop SDK upload. Returns paginated results.\",\n input: RecallaiListRecordingInput,\n output: RecallaiListRecordingOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-sdk-uploads.ts
|
|
4
|
+
const RecallaiListSdkUploadsInput = zod.z.object({ cursor: zod.z.string().describe("The pagination cursor value for fetching the next page of results. Obtained from the 'next' field in a previous response.").optional() });
|
|
5
|
+
const RecallaiListSdkUploads_StatusDetailsSchema = zod.z.object({
|
|
6
|
+
code: zod.z.string().describe("Status code of the SDK upload"),
|
|
7
|
+
sub_code: zod.z.string().describe("Sub-code providing additional status details").nullable().optional(),
|
|
8
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the status was last updated")
|
|
9
|
+
}).describe("Status details for the SDK upload");
|
|
10
|
+
const RecallaiListSdkUploads_RecordingConfigSchema = zod.z.object({
|
|
11
|
+
metadata: zod.z.object({}).describe("Custom metadata for the recording configuration").nullable().optional(),
|
|
12
|
+
retention: zod.z.object({}).describe("Configuration for data retention").nullable().optional(),
|
|
13
|
+
transcript: zod.z.object({}).describe("Configuration for transcript generation").nullable().optional(),
|
|
14
|
+
audio_mixed_mp3: zod.z.object({}).describe("Configuration for mixed MP3 audio output").nullable().optional(),
|
|
15
|
+
video_mixed_mp4: zod.z.object({}).describe("Configuration for mixed MP4 video output").nullable().optional(),
|
|
16
|
+
participant_events: zod.z.object({}).describe("Configuration for participant events").nullable().optional(),
|
|
17
|
+
realtime_endpoints: zod.z.array(zod.z.object({})).describe("List of real-time endpoints").nullable().optional(),
|
|
18
|
+
video_mixed_participant_video_when_screenshare: zod.z.object({}).describe("Configuration for participant video during screenshare").nullable().optional()
|
|
19
|
+
}).describe("Configuration for the Desktop SDK recording");
|
|
20
|
+
const RecallaiListSdkUploads_SdkUploadSchema = zod.z.object({
|
|
21
|
+
id: zod.z.string().describe("Unique identifier for the SDK upload (UUID)"),
|
|
22
|
+
status: RecallaiListSdkUploads_StatusDetailsSchema.nullable(),
|
|
23
|
+
metadata: zod.z.object({}).describe("Custom metadata attached to the upload").nullable().optional(),
|
|
24
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the upload was created"),
|
|
25
|
+
recording_id: zod.z.string().describe("Unique identifier for the associated recording"),
|
|
26
|
+
upload_token: zod.z.string().describe("Authentication token for the upload session"),
|
|
27
|
+
recording_config: RecallaiListSdkUploads_RecordingConfigSchema.nullable().optional()
|
|
28
|
+
}).describe("Individual Desktop SDK upload details");
|
|
29
|
+
const RecallaiListSdkUploadsOutput = zod.z.object({
|
|
30
|
+
next: zod.z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
|
|
31
|
+
results: zod.z.array(RecallaiListSdkUploads_SdkUploadSchema).describe("List of SDK upload objects"),
|
|
32
|
+
previous: zod.z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
|
|
33
|
+
});
|
|
34
|
+
const recallaiListSdkUploads = require_action.action("RECALLAI_LIST_SDK_UPLOADS", {
|
|
35
|
+
slug: "recallai-list-sdk-uploads",
|
|
36
|
+
name: "List Desktop SDK Uploads",
|
|
37
|
+
description: "Tool to get a paginated list of all Desktop SDK uploads in your Recall.ai workspace. Use when you need to retrieve upload history, monitor upload status, or access upload tokens and recording configurations.",
|
|
38
|
+
input: RecallaiListSdkUploadsInput,
|
|
39
|
+
output: RecallaiListSdkUploadsOutput
|
|
40
|
+
});
|
|
41
|
+
//#endregion
|
|
42
|
+
exports.recallaiListSdkUploads = recallaiListSdkUploads;
|
|
43
|
+
|
|
44
|
+
//# sourceMappingURL=list-sdk-uploads.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-sdk-uploads.cjs","names":["z","action"],"sources":["../../src/actions/list-sdk-uploads.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListSdkUploadsInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"The pagination cursor value for fetching the next page of results. Obtained from the 'next' field in a previous response.\").optional(),\n});\nconst RecallaiListSdkUploads_StatusDetailsSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code of the SDK upload\"),\n sub_code: z.string().describe(\"Sub-code providing additional status details\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Status details for the SDK upload\");\nconst RecallaiListSdkUploads_RecordingConfigSchema: z.ZodTypeAny = z.object({\n metadata: z.object({}).describe(\"Custom metadata for the recording configuration\").nullable().optional(),\n retention: z.object({}).describe(\"Configuration for data retention\").nullable().optional(),\n transcript: z.object({}).describe(\"Configuration for transcript generation\").nullable().optional(),\n audio_mixed_mp3: z.object({}).describe(\"Configuration for mixed MP3 audio output\").nullable().optional(),\n video_mixed_mp4: z.object({}).describe(\"Configuration for mixed MP4 video output\").nullable().optional(),\n participant_events: z.object({}).describe(\"Configuration for participant events\").nullable().optional(),\n realtime_endpoints: z.array(z.object({})).describe(\"List of real-time endpoints\").nullable().optional(),\n video_mixed_participant_video_when_screenshare: z.object({}).describe(\"Configuration for participant video during screenshare\").nullable().optional(),\n}).describe(\"Configuration for the Desktop SDK recording\");\nconst RecallaiListSdkUploads_SdkUploadSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the SDK upload (UUID)\"),\n status: RecallaiListSdkUploads_StatusDetailsSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata attached to the upload\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the upload was created\"),\n recording_id: z.string().describe(\"Unique identifier for the associated recording\"),\n upload_token: z.string().describe(\"Authentication token for the upload session\"),\n recording_config: RecallaiListSdkUploads_RecordingConfigSchema.nullable().optional(),\n}).describe(\"Individual Desktop SDK upload details\");\nexport const RecallaiListSdkUploadsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results (null if no more pages)\").nullable().optional(),\n results: z.array(RecallaiListSdkUploads_SdkUploadSchema).describe(\"List of SDK upload objects\"),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n});\n\nexport const recallaiListSdkUploads = action(\"RECALLAI_LIST_SDK_UPLOADS\", {\n slug: \"recallai-list-sdk-uploads\",\n name: \"List Desktop SDK Uploads\",\n description: \"Tool to get a paginated list of all Desktop SDK uploads in your Recall.ai workspace. Use when you need to retrieve upload history, monitor upload status, or access upload tokens and recording configurations.\",\n input: RecallaiListSdkUploadsInput,\n output: RecallaiListSdkUploadsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS,EACpK,CAAC;AACD,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACzD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,oBAAoBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,gDAAgDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtJ,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACrE,QAAQ,2CAA2C,SAAS;CAC5D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAClF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC/E,kBAAkB,6CAA6C,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,SAASA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,4BAA4B;CAC9F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-sdk-uploads.d.ts
|
|
4
|
+
declare const RecallaiListSdkUploadsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListSdkUploadsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListSdkUploads: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListSdkUploads };
|
|
9
|
+
//# sourceMappingURL=list-sdk-uploads.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-sdk-uploads.d.cts","names":[],"sources":["../../src/actions/list-sdk-uploads.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cAyBW,4BAAA,EAA8B,CAAA,CAAE,UAI3C;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/list-sdk-uploads.d.ts
|
|
4
|
+
declare const RecallaiListSdkUploadsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListSdkUploadsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListSdkUploads: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListSdkUploads };
|
|
9
|
+
//# sourceMappingURL=list-sdk-uploads.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-sdk-uploads.d.mts","names":[],"sources":["../../src/actions/list-sdk-uploads.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cAyBW,4BAAA,EAA8B,CAAA,CAAE,UAI3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-sdk-uploads.ts
|
|
4
|
+
const RecallaiListSdkUploadsInput = z.object({ cursor: z.string().describe("The pagination cursor value for fetching the next page of results. Obtained from the 'next' field in a previous response.").optional() });
|
|
5
|
+
const RecallaiListSdkUploads_StatusDetailsSchema = z.object({
|
|
6
|
+
code: z.string().describe("Status code of the SDK upload"),
|
|
7
|
+
sub_code: z.string().describe("Sub-code providing additional status details").nullable().optional(),
|
|
8
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the status was last updated")
|
|
9
|
+
}).describe("Status details for the SDK upload");
|
|
10
|
+
const RecallaiListSdkUploads_RecordingConfigSchema = z.object({
|
|
11
|
+
metadata: z.object({}).describe("Custom metadata for the recording configuration").nullable().optional(),
|
|
12
|
+
retention: z.object({}).describe("Configuration for data retention").nullable().optional(),
|
|
13
|
+
transcript: z.object({}).describe("Configuration for transcript generation").nullable().optional(),
|
|
14
|
+
audio_mixed_mp3: z.object({}).describe("Configuration for mixed MP3 audio output").nullable().optional(),
|
|
15
|
+
video_mixed_mp4: z.object({}).describe("Configuration for mixed MP4 video output").nullable().optional(),
|
|
16
|
+
participant_events: z.object({}).describe("Configuration for participant events").nullable().optional(),
|
|
17
|
+
realtime_endpoints: z.array(z.object({})).describe("List of real-time endpoints").nullable().optional(),
|
|
18
|
+
video_mixed_participant_video_when_screenshare: z.object({}).describe("Configuration for participant video during screenshare").nullable().optional()
|
|
19
|
+
}).describe("Configuration for the Desktop SDK recording");
|
|
20
|
+
const RecallaiListSdkUploads_SdkUploadSchema = z.object({
|
|
21
|
+
id: z.string().describe("Unique identifier for the SDK upload (UUID)"),
|
|
22
|
+
status: RecallaiListSdkUploads_StatusDetailsSchema.nullable(),
|
|
23
|
+
metadata: z.object({}).describe("Custom metadata attached to the upload").nullable().optional(),
|
|
24
|
+
created_at: z.string().describe("ISO 8601 timestamp when the upload was created"),
|
|
25
|
+
recording_id: z.string().describe("Unique identifier for the associated recording"),
|
|
26
|
+
upload_token: z.string().describe("Authentication token for the upload session"),
|
|
27
|
+
recording_config: RecallaiListSdkUploads_RecordingConfigSchema.nullable().optional()
|
|
28
|
+
}).describe("Individual Desktop SDK upload details");
|
|
29
|
+
const recallaiListSdkUploads = action("RECALLAI_LIST_SDK_UPLOADS", {
|
|
30
|
+
slug: "recallai-list-sdk-uploads",
|
|
31
|
+
name: "List Desktop SDK Uploads",
|
|
32
|
+
description: "Tool to get a paginated list of all Desktop SDK uploads in your Recall.ai workspace. Use when you need to retrieve upload history, monitor upload status, or access upload tokens and recording configurations.",
|
|
33
|
+
input: RecallaiListSdkUploadsInput,
|
|
34
|
+
output: z.object({
|
|
35
|
+
next: z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
|
|
36
|
+
results: z.array(RecallaiListSdkUploads_SdkUploadSchema).describe("List of SDK upload objects"),
|
|
37
|
+
previous: z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
|
|
38
|
+
})
|
|
39
|
+
});
|
|
40
|
+
//#endregion
|
|
41
|
+
export { recallaiListSdkUploads };
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=list-sdk-uploads.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-sdk-uploads.mjs","names":[],"sources":["../../src/actions/list-sdk-uploads.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListSdkUploadsInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"The pagination cursor value for fetching the next page of results. Obtained from the 'next' field in a previous response.\").optional(),\n});\nconst RecallaiListSdkUploads_StatusDetailsSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code of the SDK upload\"),\n sub_code: z.string().describe(\"Sub-code providing additional status details\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Status details for the SDK upload\");\nconst RecallaiListSdkUploads_RecordingConfigSchema: z.ZodTypeAny = z.object({\n metadata: z.object({}).describe(\"Custom metadata for the recording configuration\").nullable().optional(),\n retention: z.object({}).describe(\"Configuration for data retention\").nullable().optional(),\n transcript: z.object({}).describe(\"Configuration for transcript generation\").nullable().optional(),\n audio_mixed_mp3: z.object({}).describe(\"Configuration for mixed MP3 audio output\").nullable().optional(),\n video_mixed_mp4: z.object({}).describe(\"Configuration for mixed MP4 video output\").nullable().optional(),\n participant_events: z.object({}).describe(\"Configuration for participant events\").nullable().optional(),\n realtime_endpoints: z.array(z.object({})).describe(\"List of real-time endpoints\").nullable().optional(),\n video_mixed_participant_video_when_screenshare: z.object({}).describe(\"Configuration for participant video during screenshare\").nullable().optional(),\n}).describe(\"Configuration for the Desktop SDK recording\");\nconst RecallaiListSdkUploads_SdkUploadSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the SDK upload (UUID)\"),\n status: RecallaiListSdkUploads_StatusDetailsSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata attached to the upload\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the upload was created\"),\n recording_id: z.string().describe(\"Unique identifier for the associated recording\"),\n upload_token: z.string().describe(\"Authentication token for the upload session\"),\n recording_config: RecallaiListSdkUploads_RecordingConfigSchema.nullable().optional(),\n}).describe(\"Individual Desktop SDK upload details\");\nexport const RecallaiListSdkUploadsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results (null if no more pages)\").nullable().optional(),\n results: z.array(RecallaiListSdkUploads_SdkUploadSchema).describe(\"List of SDK upload objects\"),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n});\n\nexport const recallaiListSdkUploads = action(\"RECALLAI_LIST_SDK_UPLOADS\", {\n slug: \"recallai-list-sdk-uploads\",\n name: \"List Desktop SDK Uploads\",\n description: \"Tool to get a paginated list of all Desktop SDK uploads in your Recall.ai workspace. Use when you need to retrieve upload history, monitor upload status, or access upload tokens and recording configurations.\",\n input: RecallaiListSdkUploadsInput,\n output: RecallaiListSdkUploadsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO,EAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS,EACpK,CAAC;AACD,MAAM,6CAA2D,EAAE,OAAO;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACzD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,+CAA6D,EAAE,OAAO;CAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,WAAW,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAY,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,iBAAiB,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,iBAAiB,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,oBAAoB,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,oBAAoB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,gDAAgD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtJ,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACrE,QAAQ,2CAA2C,SAAS;CAC5D,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAClF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC/E,kBAAkB,6CAA6C,SAAS,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAOnD,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXwD,EAAE,OAAO;EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,SAAS,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,4BAA4B;EAC9F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-slack-teams.ts
|
|
4
|
+
const RecallaiListSlackTeamsInput = zod.z.object({});
|
|
5
|
+
const RecallaiListSlackTeams_HuddleBotConfigSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the bot config"),
|
|
7
|
+
chat: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Chat configuration").nullable().optional(),
|
|
8
|
+
zoom: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Zoom specific configuration").nullable().optional(),
|
|
9
|
+
join_at: zod.z.string().describe("ISO 8601 timestamp when the bot should join").nullable().optional(),
|
|
10
|
+
variant: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Bot variant configuration").nullable().optional(),
|
|
11
|
+
bot_name: zod.z.string().describe("Name of the bot").nullable().optional(),
|
|
12
|
+
metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom metadata").nullable().optional(),
|
|
13
|
+
recordings: zod.z.array(zod.z.unknown()).describe("List of recordings for the bot").nullable().optional(),
|
|
14
|
+
slack_team: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Slack team information").nullable().optional(),
|
|
15
|
+
google_meet: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Google Meet specific configuration").nullable().optional(),
|
|
16
|
+
meeting_url: zod.z.string().describe("URL of the meeting to join"),
|
|
17
|
+
output_media: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Output media settings").nullable().optional(),
|
|
18
|
+
breakout_room: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Breakout room configuration").nullable().optional(),
|
|
19
|
+
status_changes: zod.z.array(zod.z.unknown()).describe("History of bot status changes").nullable().optional(),
|
|
20
|
+
automatic_leave: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Automatic leave configuration").nullable().optional(),
|
|
21
|
+
recording_config: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Recording configuration").nullable().optional(),
|
|
22
|
+
calendar_meetings: zod.z.array(zod.z.unknown()).describe("Associated calendar meetings").nullable().optional(),
|
|
23
|
+
automatic_audio_output: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Automatic audio output configuration").nullable().optional(),
|
|
24
|
+
automatic_video_output: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Automatic video output configuration").nullable().optional()
|
|
25
|
+
}).describe("Configuration for the bot to join huddles");
|
|
26
|
+
const RecallaiListSlackTeams_SlackTeamSchema = zod.z.object({
|
|
27
|
+
id: zod.z.string().describe("Unique identifier (UUID) for the Slack team"),
|
|
28
|
+
status: zod.z.string().describe("Status of the Slack team integration"),
|
|
29
|
+
bot_name: zod.z.string().describe("The name of the bot user. This is the name that will be displayed in Slack"),
|
|
30
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when created"),
|
|
31
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when last updated"),
|
|
32
|
+
email_address: zod.z.string().describe("The email address of the bot user. This is the email address that the customer will invite to their Slack workspace"),
|
|
33
|
+
huddle_bot_config: RecallaiListSlackTeams_HuddleBotConfigSchema.nullable(),
|
|
34
|
+
slack_team_domain: zod.z.string().describe("The domain of the Slack workspace that the bot user will be invited to. For instance \"mycompany.slack.com\""),
|
|
35
|
+
ask_to_join_message: zod.z.string().describe("The message that the bot user will send when asking to join a private huddle"),
|
|
36
|
+
auto_join_public_huddles: zod.z.boolean().describe("Whether the bot user should automatically join huddles occurring in public channels"),
|
|
37
|
+
profile_photo_base64_jpg: zod.z.string().describe("The profile photo of the bot user, encoded as a base64 string. This is the profile photo that will be displayed in Slack. This must be a 512x512px JPEG image").nullable().optional(),
|
|
38
|
+
ask_to_join_private_huddles: zod.z.boolean().describe("Whether the bot user should ask to join huddles occurring in private channels"),
|
|
39
|
+
filter_huddles_by_user_emails: zod.z.array(zod.z.string()).describe("A list of email addresses. If this is set, the bot user will only join huddles where one of the users is a participant of the huddle").nullable().optional()
|
|
40
|
+
}).describe("Slack team integration details");
|
|
41
|
+
const RecallaiListSlackTeamsOutput = zod.z.object({ results: zod.z.array(RecallaiListSlackTeams_SlackTeamSchema).describe("List of Slack team objects").nullable().optional() }).describe("List of Slack team integrations");
|
|
42
|
+
const recallaiListSlackTeams = require_action.action("RECALLAI_LIST_SLACK_TEAMS", {
|
|
43
|
+
slug: "recallai-list-slack-teams",
|
|
44
|
+
name: "List Slack Teams",
|
|
45
|
+
description: "Tool to list all Slack team integrations. Use when you need to retrieve configured Slack teams for huddle bot functionality. Returns all Slack workspaces where the bot can join huddles.",
|
|
46
|
+
input: RecallaiListSlackTeamsInput,
|
|
47
|
+
output: RecallaiListSlackTeamsOutput
|
|
48
|
+
});
|
|
49
|
+
//#endregion
|
|
50
|
+
exports.recallaiListSlackTeams = recallaiListSlackTeams;
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=list-slack-teams.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-slack-teams.cjs","names":["z","action"],"sources":["../../src/actions/list-slack-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListSlackTeamsInput: z.ZodTypeAny = z.object({});\nconst RecallaiListSlackTeams_HuddleBotConfigSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the bot config\"),\n chat: z.record(z.string(), z.unknown()).describe(\"Chat configuration\").nullable().optional(),\n zoom: z.record(z.string(), z.unknown()).describe(\"Zoom specific configuration\").nullable().optional(),\n join_at: z.string().describe(\"ISO 8601 timestamp when the bot should join\").nullable().optional(),\n variant: z.record(z.string(), z.unknown()).describe(\"Bot variant configuration\").nullable().optional(),\n bot_name: z.string().describe(\"Name of the bot\").nullable().optional(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata\").nullable().optional(),\n recordings: z.array(z.unknown()).describe(\"List of recordings for the bot\").nullable().optional(),\n slack_team: z.record(z.string(), z.unknown()).describe(\"Slack team information\").nullable().optional(),\n google_meet: z.record(z.string(), z.unknown()).describe(\"Google Meet specific configuration\").nullable().optional(),\n meeting_url: z.string().describe(\"URL of the meeting to join\"),\n output_media: z.record(z.string(), z.unknown()).describe(\"Output media settings\").nullable().optional(),\n breakout_room: z.record(z.string(), z.unknown()).describe(\"Breakout room configuration\").nullable().optional(),\n status_changes: z.array(z.unknown()).describe(\"History of bot status changes\").nullable().optional(),\n automatic_leave: z.record(z.string(), z.unknown()).describe(\"Automatic leave configuration\").nullable().optional(),\n recording_config: z.record(z.string(), z.unknown()).describe(\"Recording configuration\").nullable().optional(),\n calendar_meetings: z.array(z.unknown()).describe(\"Associated calendar meetings\").nullable().optional(),\n automatic_audio_output: z.record(z.string(), z.unknown()).describe(\"Automatic audio output configuration\").nullable().optional(),\n automatic_video_output: z.record(z.string(), z.unknown()).describe(\"Automatic video output configuration\").nullable().optional(),\n}).describe(\"Configuration for the bot to join huddles\");\nconst RecallaiListSlackTeams_SlackTeamSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the Slack team\"),\n status: z.string().describe(\"Status of the Slack team integration\"),\n bot_name: z.string().describe(\"The name of the bot user. This is the name that will be displayed in Slack\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when created\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when last updated\"),\n email_address: z.string().describe(\"The email address of the bot user. This is the email address that the customer will invite to their Slack workspace\"),\n huddle_bot_config: RecallaiListSlackTeams_HuddleBotConfigSchema.nullable(),\n slack_team_domain: z.string().describe(\"The domain of the Slack workspace that the bot user will be invited to. For instance \\\"mycompany.slack.com\\\"\"),\n ask_to_join_message: z.string().describe(\"The message that the bot user will send when asking to join a private huddle\"),\n auto_join_public_huddles: z.boolean().describe(\"Whether the bot user should automatically join huddles occurring in public channels\"),\n profile_photo_base64_jpg: z.string().describe(\"The profile photo of the bot user, encoded as a base64 string. This is the profile photo that will be displayed in Slack. This must be a 512x512px JPEG image\").nullable().optional(),\n ask_to_join_private_huddles: z.boolean().describe(\"Whether the bot user should ask to join huddles occurring in private channels\"),\n filter_huddles_by_user_emails: z.array(z.string()).describe(\"A list of email addresses. If this is set, the bot user will only join huddles where one of the users is a participant of the huddle\").nullable().optional(),\n}).describe(\"Slack team integration details\");\nexport const RecallaiListSlackTeamsOutput: z.ZodTypeAny = z.object({\n results: z.array(RecallaiListSlackTeams_SlackTeamSchema).describe(\"List of Slack team objects\").nullable().optional(),\n}).describe(\"List of Slack team integrations\");\n\nexport const recallaiListSlackTeams = action(\"RECALLAI_LIST_SLACK_TEAMS\", {\n slug: \"recallai-list-slack-teams\",\n name: \"List Slack Teams\",\n description: \"Tool to list all Slack team integrations. Use when you need to retrieve configured Slack teams for huddle bot functionality. Returns all Slack workspaces where the bot can join huddles.\",\n input: RecallaiListSlackTeamsInput,\n output: RecallaiListSlackTeamsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-slack-teams.d.ts
|
|
4
|
+
declare const RecallaiListSlackTeamsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListSlackTeamsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListSlackTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListSlackTeams };
|
|
9
|
+
//# sourceMappingURL=list-slack-teams.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-slack-teams.d.cts","names":[],"sources":["../../src/actions/list-slack-teams.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAAyB;AAAA,cAqCxD,4BAAA,EAA8B,CAAA,CAAE,UAEC;AAAA,cAEjC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-slack-teams.d.ts
|
|
4
|
+
declare const RecallaiListSlackTeamsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListSlackTeamsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListSlackTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListSlackTeams };
|
|
9
|
+
//# sourceMappingURL=list-slack-teams.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-slack-teams.d.mts","names":[],"sources":["../../src/actions/list-slack-teams.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAAyB;AAAA,cAqCxD,4BAAA,EAA8B,CAAA,CAAE,UAEC;AAAA,cAEjC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-slack-teams.ts
|
|
4
|
+
const RecallaiListSlackTeamsInput = z.object({});
|
|
5
|
+
const RecallaiListSlackTeams_HuddleBotConfigSchema = z.object({
|
|
6
|
+
id: z.string().describe("Unique identifier for the bot config"),
|
|
7
|
+
chat: z.record(z.string(), z.unknown()).describe("Chat configuration").nullable().optional(),
|
|
8
|
+
zoom: z.record(z.string(), z.unknown()).describe("Zoom specific configuration").nullable().optional(),
|
|
9
|
+
join_at: z.string().describe("ISO 8601 timestamp when the bot should join").nullable().optional(),
|
|
10
|
+
variant: z.record(z.string(), z.unknown()).describe("Bot variant configuration").nullable().optional(),
|
|
11
|
+
bot_name: z.string().describe("Name of the bot").nullable().optional(),
|
|
12
|
+
metadata: z.record(z.string(), z.unknown()).describe("Custom metadata").nullable().optional(),
|
|
13
|
+
recordings: z.array(z.unknown()).describe("List of recordings for the bot").nullable().optional(),
|
|
14
|
+
slack_team: z.record(z.string(), z.unknown()).describe("Slack team information").nullable().optional(),
|
|
15
|
+
google_meet: z.record(z.string(), z.unknown()).describe("Google Meet specific configuration").nullable().optional(),
|
|
16
|
+
meeting_url: z.string().describe("URL of the meeting to join"),
|
|
17
|
+
output_media: z.record(z.string(), z.unknown()).describe("Output media settings").nullable().optional(),
|
|
18
|
+
breakout_room: z.record(z.string(), z.unknown()).describe("Breakout room configuration").nullable().optional(),
|
|
19
|
+
status_changes: z.array(z.unknown()).describe("History of bot status changes").nullable().optional(),
|
|
20
|
+
automatic_leave: z.record(z.string(), z.unknown()).describe("Automatic leave configuration").nullable().optional(),
|
|
21
|
+
recording_config: z.record(z.string(), z.unknown()).describe("Recording configuration").nullable().optional(),
|
|
22
|
+
calendar_meetings: z.array(z.unknown()).describe("Associated calendar meetings").nullable().optional(),
|
|
23
|
+
automatic_audio_output: z.record(z.string(), z.unknown()).describe("Automatic audio output configuration").nullable().optional(),
|
|
24
|
+
automatic_video_output: z.record(z.string(), z.unknown()).describe("Automatic video output configuration").nullable().optional()
|
|
25
|
+
}).describe("Configuration for the bot to join huddles");
|
|
26
|
+
const RecallaiListSlackTeams_SlackTeamSchema = z.object({
|
|
27
|
+
id: z.string().describe("Unique identifier (UUID) for the Slack team"),
|
|
28
|
+
status: z.string().describe("Status of the Slack team integration"),
|
|
29
|
+
bot_name: z.string().describe("The name of the bot user. This is the name that will be displayed in Slack"),
|
|
30
|
+
created_at: z.string().describe("ISO 8601 timestamp when created"),
|
|
31
|
+
updated_at: z.string().describe("ISO 8601 timestamp when last updated"),
|
|
32
|
+
email_address: z.string().describe("The email address of the bot user. This is the email address that the customer will invite to their Slack workspace"),
|
|
33
|
+
huddle_bot_config: RecallaiListSlackTeams_HuddleBotConfigSchema.nullable(),
|
|
34
|
+
slack_team_domain: z.string().describe("The domain of the Slack workspace that the bot user will be invited to. For instance \"mycompany.slack.com\""),
|
|
35
|
+
ask_to_join_message: z.string().describe("The message that the bot user will send when asking to join a private huddle"),
|
|
36
|
+
auto_join_public_huddles: z.boolean().describe("Whether the bot user should automatically join huddles occurring in public channels"),
|
|
37
|
+
profile_photo_base64_jpg: z.string().describe("The profile photo of the bot user, encoded as a base64 string. This is the profile photo that will be displayed in Slack. This must be a 512x512px JPEG image").nullable().optional(),
|
|
38
|
+
ask_to_join_private_huddles: z.boolean().describe("Whether the bot user should ask to join huddles occurring in private channels"),
|
|
39
|
+
filter_huddles_by_user_emails: z.array(z.string()).describe("A list of email addresses. If this is set, the bot user will only join huddles where one of the users is a participant of the huddle").nullable().optional()
|
|
40
|
+
}).describe("Slack team integration details");
|
|
41
|
+
const recallaiListSlackTeams = action("RECALLAI_LIST_SLACK_TEAMS", {
|
|
42
|
+
slug: "recallai-list-slack-teams",
|
|
43
|
+
name: "List Slack Teams",
|
|
44
|
+
description: "Tool to list all Slack team integrations. Use when you need to retrieve configured Slack teams for huddle bot functionality. Returns all Slack workspaces where the bot can join huddles.",
|
|
45
|
+
input: RecallaiListSlackTeamsInput,
|
|
46
|
+
output: z.object({ results: z.array(RecallaiListSlackTeams_SlackTeamSchema).describe("List of Slack team objects").nullable().optional() }).describe("List of Slack team integrations")
|
|
47
|
+
});
|
|
48
|
+
//#endregion
|
|
49
|
+
export { recallaiListSlackTeams };
|
|
50
|
+
|
|
51
|
+
//# sourceMappingURL=list-slack-teams.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-slack-teams.mjs","names":[],"sources":["../../src/actions/list-slack-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListSlackTeamsInput: z.ZodTypeAny = z.object({});\nconst RecallaiListSlackTeams_HuddleBotConfigSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the bot config\"),\n chat: z.record(z.string(), z.unknown()).describe(\"Chat configuration\").nullable().optional(),\n zoom: z.record(z.string(), z.unknown()).describe(\"Zoom specific configuration\").nullable().optional(),\n join_at: z.string().describe(\"ISO 8601 timestamp when the bot should join\").nullable().optional(),\n variant: z.record(z.string(), z.unknown()).describe(\"Bot variant configuration\").nullable().optional(),\n bot_name: z.string().describe(\"Name of the bot\").nullable().optional(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata\").nullable().optional(),\n recordings: z.array(z.unknown()).describe(\"List of recordings for the bot\").nullable().optional(),\n slack_team: z.record(z.string(), z.unknown()).describe(\"Slack team information\").nullable().optional(),\n google_meet: z.record(z.string(), z.unknown()).describe(\"Google Meet specific configuration\").nullable().optional(),\n meeting_url: z.string().describe(\"URL of the meeting to join\"),\n output_media: z.record(z.string(), z.unknown()).describe(\"Output media settings\").nullable().optional(),\n breakout_room: z.record(z.string(), z.unknown()).describe(\"Breakout room configuration\").nullable().optional(),\n status_changes: z.array(z.unknown()).describe(\"History of bot status changes\").nullable().optional(),\n automatic_leave: z.record(z.string(), z.unknown()).describe(\"Automatic leave configuration\").nullable().optional(),\n recording_config: z.record(z.string(), z.unknown()).describe(\"Recording configuration\").nullable().optional(),\n calendar_meetings: z.array(z.unknown()).describe(\"Associated calendar meetings\").nullable().optional(),\n automatic_audio_output: z.record(z.string(), z.unknown()).describe(\"Automatic audio output configuration\").nullable().optional(),\n automatic_video_output: z.record(z.string(), z.unknown()).describe(\"Automatic video output configuration\").nullable().optional(),\n}).describe(\"Configuration for the bot to join huddles\");\nconst RecallaiListSlackTeams_SlackTeamSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the Slack team\"),\n status: z.string().describe(\"Status of the Slack team integration\"),\n bot_name: z.string().describe(\"The name of the bot user. This is the name that will be displayed in Slack\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when created\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when last updated\"),\n email_address: z.string().describe(\"The email address of the bot user. This is the email address that the customer will invite to their Slack workspace\"),\n huddle_bot_config: RecallaiListSlackTeams_HuddleBotConfigSchema.nullable(),\n slack_team_domain: z.string().describe(\"The domain of the Slack workspace that the bot user will be invited to. For instance \\\"mycompany.slack.com\\\"\"),\n ask_to_join_message: z.string().describe(\"The message that the bot user will send when asking to join a private huddle\"),\n auto_join_public_huddles: z.boolean().describe(\"Whether the bot user should automatically join huddles occurring in public channels\"),\n profile_photo_base64_jpg: z.string().describe(\"The profile photo of the bot user, encoded as a base64 string. This is the profile photo that will be displayed in Slack. This must be a 512x512px JPEG image\").nullable().optional(),\n ask_to_join_private_huddles: z.boolean().describe(\"Whether the bot user should ask to join huddles occurring in private channels\"),\n filter_huddles_by_user_emails: z.array(z.string()).describe(\"A list of email addresses. If this is set, the bot user will only join huddles where one of the users is a participant of the huddle\").nullable().optional(),\n}).describe(\"Slack team integration details\");\nexport const RecallaiListSlackTeamsOutput: z.ZodTypeAny = z.object({\n results: z.array(RecallaiListSlackTeams_SlackTeamSchema).describe(\"List of Slack team objects\").nullable().optional(),\n}).describe(\"List of Slack team integrations\");\n\nexport const recallaiListSlackTeams = action(\"RECALLAI_LIST_SLACK_TEAMS\", {\n slug: \"recallai-list-slack-teams\",\n name: \"List Slack Teams\",\n description: \"Tool to list all Slack team integrations. Use when you need to retrieve configured Slack teams for huddle bot functionality. Returns all Slack workspaces where the bot can join huddles.\",\n input: RecallaiListSlackTeamsInput,\n output: RecallaiListSlackTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO,CAAC,CAAC;AACpE,MAAM,+CAA6D,EAAE,OAAO;CAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC9D,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,SAAS,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAY,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,YAAY,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAa,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CAC7D,cAAc,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,eAAe,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,gBAAgB,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,iBAAiB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,kBAAkB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,mBAAmB,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,wBAAwB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,wBAAwB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjI,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAClE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;CAC1G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACjE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACtE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH;CACxJ,mBAAmB,6CAA6C,SAAS;CACzE,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G;CACrJ,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;CACvH,0BAA0B,EAAE,QAAQ,CAAC,CAAC,SAAS,qFAAqF;CACpI,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,+JAA+J,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnO,6BAA6B,EAAE,QAAQ,CAAC,CAAC,SAAS,+EAA+E;CACjI,+BAA+B,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1N,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAK5C,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,SAAS,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtH,CAAC,CAAC,CAAC,SAAS,iCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-transcript.ts
|
|
4
|
+
const RecallaiListTranscriptInput = zod.z.object({
|
|
5
|
+
cursor: zod.z.string().describe("The pagination cursor value").optional(),
|
|
6
|
+
status_code: zod.z.enum([
|
|
7
|
+
"processing",
|
|
8
|
+
"done",
|
|
9
|
+
"failed"
|
|
10
|
+
]).describe("Status of the transcript processing").optional(),
|
|
11
|
+
recording_id: zod.z.string().describe("Filter transcripts by recording ID").optional(),
|
|
12
|
+
created_at_after: zod.z.string().describe("Filter transcripts created after this timestamp (ISO 8601 format)").optional(),
|
|
13
|
+
created_at_before: zod.z.string().describe("Filter transcripts created before this timestamp (ISO 8601 format)").optional()
|
|
14
|
+
});
|
|
15
|
+
const RecallaiListTranscript_TranscriptItemSchema = zod.z.object({
|
|
16
|
+
id: zod.z.string().describe("Unique transcript identifier"),
|
|
17
|
+
data: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Transcript data content"),
|
|
18
|
+
status: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Current status of the transcript"),
|
|
19
|
+
metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom metadata for the transcript"),
|
|
20
|
+
provider: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Information about the transcription provider used"),
|
|
21
|
+
recording: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Reference to the associated recording object"),
|
|
22
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when transcript was created"),
|
|
23
|
+
diarization: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Speaker diarization information for the transcript")
|
|
24
|
+
}).describe("Individual transcript item in the results");
|
|
25
|
+
const RecallaiListTranscriptOutput = zod.z.object({
|
|
26
|
+
next: zod.z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
|
|
27
|
+
results: zod.z.array(RecallaiListTranscript_TranscriptItemSchema).describe("List of transcript objects"),
|
|
28
|
+
previous: zod.z.string().describe("URL for the previous page (null if on first page)").nullable().optional()
|
|
29
|
+
}).describe("Paginated response containing transcript list");
|
|
30
|
+
const recallaiListTranscript = require_action.action("RECALLAI_LIST_TRANSCRIPT", {
|
|
31
|
+
slug: "recallai-list-transcript",
|
|
32
|
+
name: "List transcript",
|
|
33
|
+
description: "Tool to list transcripts from Recall.ai recordings. Returns a paginated list of transcripts with their status, content, and metadata. Use when you need to retrieve or filter transcripts by recording, status, or creation time.",
|
|
34
|
+
input: RecallaiListTranscriptInput,
|
|
35
|
+
output: RecallaiListTranscriptOutput
|
|
36
|
+
});
|
|
37
|
+
//#endregion
|
|
38
|
+
exports.recallaiListTranscript = recallaiListTranscript;
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=list-transcript.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-transcript.cjs","names":["z","action"],"sources":["../../src/actions/list-transcript.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListTranscriptInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"The pagination cursor value\").optional(),\n status_code: z.enum([\"processing\", \"done\", \"failed\"]).describe(\"Status of the transcript processing\").optional(),\n recording_id: z.string().describe(\"Filter transcripts by recording ID\").optional(),\n created_at_after: z.string().describe(\"Filter transcripts created after this timestamp (ISO 8601 format)\").optional(),\n created_at_before: z.string().describe(\"Filter transcripts created before this timestamp (ISO 8601 format)\").optional(),\n});\nconst RecallaiListTranscript_TranscriptItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique transcript identifier\"),\n data: z.record(z.string(), z.unknown()).describe(\"Transcript data content\"),\n status: z.record(z.string(), z.unknown()).describe(\"Current status of the transcript\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata for the transcript\"),\n provider: z.record(z.string(), z.unknown()).describe(\"Information about the transcription provider used\"),\n recording: z.record(z.string(), z.unknown()).describe(\"Reference to the associated recording object\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when transcript was created\"),\n diarization: z.record(z.string(), z.unknown()).describe(\"Speaker diarization information for the transcript\"),\n}).describe(\"Individual transcript item in the results\");\nexport const RecallaiListTranscriptOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results (null if no more pages)\").nullable().optional(),\n results: z.array(RecallaiListTranscript_TranscriptItemSchema).describe(\"List of transcript objects\"),\n previous: z.string().describe(\"URL for the previous page (null if on first page)\").nullable().optional(),\n}).describe(\"Paginated response containing transcript list\");\n\nexport const recallaiListTranscript = action(\"RECALLAI_LIST_TRANSCRIPT\", {\n slug: \"recallai-list-transcript\",\n name: \"List transcript\",\n description: \"Tool to list transcripts from Recall.ai recordings. Returns a paginated list of transcripts with their status, content, and metadata. Use when you need to retrieve or filter transcripts by recording, status, or creation time.\",\n input: RecallaiListTranscriptInput,\n output: RecallaiListTranscriptOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACpE,aAAaA,IAAAA,EAAE,KAAK;EAAC;EAAc;EAAQ;CAAQ,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC/G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACjF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CACpH,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;AACxH,CAAC;AACD,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yBAAyB;CAC1E,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kCAAkC;CACrF,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oCAAoC;CACzF,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mDAAmD;CACxG,WAAWA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8CAA8C;CACpG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,aAAaA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAC9G,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,SAASA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,4BAA4B;CACnG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,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/list-transcript.d.ts
|
|
4
|
+
declare const RecallaiListTranscriptInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListTranscriptOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListTranscript: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListTranscript };
|
|
9
|
+
//# sourceMappingURL=list-transcript.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-transcript.d.cts","names":[],"sources":["../../src/actions/list-transcript.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAM1C;AAAA,cAWW,4BAAA,EAA8B,CAAA,CAAE,UAIe;AAAA,cAE/C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-transcript.d.ts
|
|
4
|
+
declare const RecallaiListTranscriptInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListTranscriptOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListTranscript: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListTranscript };
|
|
9
|
+
//# sourceMappingURL=list-transcript.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-transcript.d.mts","names":[],"sources":["../../src/actions/list-transcript.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAM1C;AAAA,cAWW,4BAAA,EAA8B,CAAA,CAAE,UAIe;AAAA,cAE/C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-transcript.ts
|
|
4
|
+
const RecallaiListTranscriptInput = z.object({
|
|
5
|
+
cursor: z.string().describe("The pagination cursor value").optional(),
|
|
6
|
+
status_code: z.enum([
|
|
7
|
+
"processing",
|
|
8
|
+
"done",
|
|
9
|
+
"failed"
|
|
10
|
+
]).describe("Status of the transcript processing").optional(),
|
|
11
|
+
recording_id: z.string().describe("Filter transcripts by recording ID").optional(),
|
|
12
|
+
created_at_after: z.string().describe("Filter transcripts created after this timestamp (ISO 8601 format)").optional(),
|
|
13
|
+
created_at_before: z.string().describe("Filter transcripts created before this timestamp (ISO 8601 format)").optional()
|
|
14
|
+
});
|
|
15
|
+
const RecallaiListTranscript_TranscriptItemSchema = z.object({
|
|
16
|
+
id: z.string().describe("Unique transcript identifier"),
|
|
17
|
+
data: z.record(z.string(), z.unknown()).describe("Transcript data content"),
|
|
18
|
+
status: z.record(z.string(), z.unknown()).describe("Current status of the transcript"),
|
|
19
|
+
metadata: z.record(z.string(), z.unknown()).describe("Custom metadata for the transcript"),
|
|
20
|
+
provider: z.record(z.string(), z.unknown()).describe("Information about the transcription provider used"),
|
|
21
|
+
recording: z.record(z.string(), z.unknown()).describe("Reference to the associated recording object"),
|
|
22
|
+
created_at: z.string().describe("ISO 8601 timestamp when transcript was created"),
|
|
23
|
+
diarization: z.record(z.string(), z.unknown()).describe("Speaker diarization information for the transcript")
|
|
24
|
+
}).describe("Individual transcript item in the results");
|
|
25
|
+
const recallaiListTranscript = action("RECALLAI_LIST_TRANSCRIPT", {
|
|
26
|
+
slug: "recallai-list-transcript",
|
|
27
|
+
name: "List transcript",
|
|
28
|
+
description: "Tool to list transcripts from Recall.ai recordings. Returns a paginated list of transcripts with their status, content, and metadata. Use when you need to retrieve or filter transcripts by recording, status, or creation time.",
|
|
29
|
+
input: RecallaiListTranscriptInput,
|
|
30
|
+
output: z.object({
|
|
31
|
+
next: z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
|
|
32
|
+
results: z.array(RecallaiListTranscript_TranscriptItemSchema).describe("List of transcript objects"),
|
|
33
|
+
previous: z.string().describe("URL for the previous page (null if on first page)").nullable().optional()
|
|
34
|
+
}).describe("Paginated response containing transcript list")
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
export { recallaiListTranscript };
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=list-transcript.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-transcript.mjs","names":[],"sources":["../../src/actions/list-transcript.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListTranscriptInput: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"The pagination cursor value\").optional(),\n status_code: z.enum([\"processing\", \"done\", \"failed\"]).describe(\"Status of the transcript processing\").optional(),\n recording_id: z.string().describe(\"Filter transcripts by recording ID\").optional(),\n created_at_after: z.string().describe(\"Filter transcripts created after this timestamp (ISO 8601 format)\").optional(),\n created_at_before: z.string().describe(\"Filter transcripts created before this timestamp (ISO 8601 format)\").optional(),\n});\nconst RecallaiListTranscript_TranscriptItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique transcript identifier\"),\n data: z.record(z.string(), z.unknown()).describe(\"Transcript data content\"),\n status: z.record(z.string(), z.unknown()).describe(\"Current status of the transcript\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata for the transcript\"),\n provider: z.record(z.string(), z.unknown()).describe(\"Information about the transcription provider used\"),\n recording: z.record(z.string(), z.unknown()).describe(\"Reference to the associated recording object\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when transcript was created\"),\n diarization: z.record(z.string(), z.unknown()).describe(\"Speaker diarization information for the transcript\"),\n}).describe(\"Individual transcript item in the results\");\nexport const RecallaiListTranscriptOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results (null if no more pages)\").nullable().optional(),\n results: z.array(RecallaiListTranscript_TranscriptItemSchema).describe(\"List of transcript objects\"),\n previous: z.string().describe(\"URL for the previous page (null if on first page)\").nullable().optional(),\n}).describe(\"Paginated response containing transcript list\");\n\nexport const recallaiListTranscript = action(\"RECALLAI_LIST_TRANSCRIPT\", {\n slug: \"recallai-list-transcript\",\n name: \"List transcript\",\n description: \"Tool to list transcripts from Recall.ai recordings. Returns a paginated list of transcripts with their status, content, and metadata. Use when you need to retrieve or filter transcripts by recording, status, or creation time.\",\n input: RecallaiListTranscriptInput,\n output: RecallaiListTranscriptOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO;CAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACpE,aAAa,EAAE,KAAK;EAAC;EAAc;EAAQ;CAAQ,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC/G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACjF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CACpH,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;AACxH,CAAC;AACD,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,yBAAyB;CAC1E,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kCAAkC;CACrF,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oCAAoC;CACzF,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mDAAmD;CACxG,WAAW,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8CAA8C;CACpG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,aAAa,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAC9G,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAOvD,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXwD,EAAE,OAAO;EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,SAAS,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,4BAA4B;EACnG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-video-mixed.ts
|
|
4
|
+
const RecallaiListVideoMixedInput = zod.z.object({
|
|
5
|
+
cursor: zod.z.string().describe("The pagination cursor value for fetching next page").optional(),
|
|
6
|
+
status_code: zod.z.enum([
|
|
7
|
+
"processing",
|
|
8
|
+
"done",
|
|
9
|
+
"failed"
|
|
10
|
+
]).describe("Status code filter for video mixed artifacts").optional(),
|
|
11
|
+
recording_id: zod.z.string().describe("Filter results to only include video mixed artifacts for a specific recording ID").optional(),
|
|
12
|
+
created_at_after: zod.z.string().describe("Filter results to only include video mixed artifacts created after this timestamp (ISO 8601 format)").optional(),
|
|
13
|
+
created_at_before: zod.z.string().describe("Filter results to only include video mixed artifacts created before this timestamp (ISO 8601 format)").optional()
|
|
14
|
+
});
|
|
15
|
+
const RecallaiListVideoMixed_VideoMixedArtifactDataSchema = zod.z.object({ download_url: zod.z.string().describe("URL to download the MP4 video file (null if not ready)").nullable().optional() }).describe("Data section containing the download URL for the video");
|
|
16
|
+
const RecallaiListVideoMixed_ArtifactStatusSchema = zod.z.object({
|
|
17
|
+
code: zod.z.string().describe("Status code: 'processing', 'done', 'failed', or 'deleted'"),
|
|
18
|
+
sub_code: zod.z.string().describe("Detailed sub-code for additional status information").nullable().optional(),
|
|
19
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the status was last updated")
|
|
20
|
+
}).describe("Processing status information for a video mixed artifact");
|
|
21
|
+
const RecallaiListVideoMixed_RecordingMinimalSchema = zod.z.object({
|
|
22
|
+
id: zod.z.string().describe("Unique identifier (UUID) of the recording"),
|
|
23
|
+
metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom metadata associated with the recording").nullable().optional()
|
|
24
|
+
}).describe("Minimal recording information associated with the artifact");
|
|
25
|
+
const RecallaiListVideoMixed_VideoMixedArtifactSchema = zod.z.object({
|
|
26
|
+
id: zod.z.string().describe("Unique identifier (UUID) for this artifact"),
|
|
27
|
+
data: RecallaiListVideoMixed_VideoMixedArtifactDataSchema.nullable(),
|
|
28
|
+
format: zod.z.string().describe("Video format, typically 'mp4' for video mixed artifacts"),
|
|
29
|
+
status: RecallaiListVideoMixed_ArtifactStatusSchema.nullable(),
|
|
30
|
+
metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom metadata key-value pairs (strings with nullable values)"),
|
|
31
|
+
recording: RecallaiListVideoMixed_RecordingMinimalSchema.nullable(),
|
|
32
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the artifact was created")
|
|
33
|
+
}).describe("Individual video mixed artifact containing combined video output");
|
|
34
|
+
const RecallaiListVideoMixedOutput = zod.z.object({
|
|
35
|
+
next: zod.z.string().describe("Pagination cursor for the next page of results (null if no more pages)").nullable().optional(),
|
|
36
|
+
results: zod.z.array(RecallaiListVideoMixed_VideoMixedArtifactSchema).describe("List of video mixed artifact objects"),
|
|
37
|
+
previous: zod.z.string().describe("Pagination cursor for the previous page of results (null if on first page)").nullable().optional()
|
|
38
|
+
}).describe("Paginated list of video mixed artifacts");
|
|
39
|
+
const recallaiListVideoMixed = require_action.action("RECALLAI_LIST_VIDEO_MIXED", {
|
|
40
|
+
slug: "recallai-list-video-mixed",
|
|
41
|
+
name: "List Video Mixed Artifacts",
|
|
42
|
+
description: "List video mixed artifacts from recorded meetings. Video mixed artifacts combine all video sources (participants, screen shares, etc.) into a single MP4 file. Use when you need to retrieve processed meeting recordings with combined video output.",
|
|
43
|
+
input: RecallaiListVideoMixedInput,
|
|
44
|
+
output: RecallaiListVideoMixedOutput
|
|
45
|
+
});
|
|
46
|
+
//#endregion
|
|
47
|
+
exports.recallaiListVideoMixed = recallaiListVideoMixed;
|
|
48
|
+
|
|
49
|
+
//# sourceMappingURL=list-video-mixed.cjs.map
|