@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,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-bot.d.ts
|
|
4
|
+
declare const RecallaiRetrieveBotInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiRetrieveBotOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiRetrieveBot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiRetrieveBot };
|
|
9
|
+
//# sourceMappingURL=retrieve-bot.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-bot.d.cts","names":[],"sources":["../../src/actions/retrieve-bot.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEvC;AAAA,cACW,yBAAA,EAA2B,CAAA,CAAE,UAWxC;AAAA,cAEW,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-bot.d.ts
|
|
4
|
+
declare const RecallaiRetrieveBotInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiRetrieveBotOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiRetrieveBot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiRetrieveBot };
|
|
9
|
+
//# sourceMappingURL=retrieve-bot.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-bot.d.mts","names":[],"sources":["../../src/actions/retrieve-bot.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAEvC;AAAA,cACW,yBAAA,EAA2B,CAAA,CAAE,UAWxC;AAAA,cAEW,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const recallaiRetrieveBot = action("RECALLAI_RETRIEVE_BOT", {
|
|
4
|
+
slug: "recallai-retrieve-bot",
|
|
5
|
+
name: "Retrieve bot",
|
|
6
|
+
description: "Retrieve detailed information about a specific bot instance by its ID. Returns comprehensive bot data including meeting details, recording configuration, status history, recordings, and automatic leave settings. Use this to check bot status, access recordings, or monitor bot lifecycle events.",
|
|
7
|
+
input: z.object({ bot_id: z.string().describe("The unique identifier (UUID) of the bot instance to retrieve. This ID is returned when creating a bot or can be obtained from the list bots endpoint.") }),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.string().describe("The unique identifier (UUID) of the bot."),
|
|
10
|
+
join_at: z.string().describe("The ISO 8601 timestamp when the bot joined or is scheduled to join the call. This field is cleared after the bot joins.").nullable().optional(),
|
|
11
|
+
bot_name: z.string().describe("The display name of the bot (e.g., 'Meeting Notetaker')."),
|
|
12
|
+
metadata: z.record(z.string(), z.unknown()).describe("Custom metadata attached to the bot instance.").nullable().optional(),
|
|
13
|
+
recordings: z.array(z.record(z.string(), z.unknown())).describe("A list of recording objects associated with the bot. Each recording contains download URLs for video, audio, and transcripts.").nullable().optional(),
|
|
14
|
+
meeting_url: z.record(z.string(), z.unknown()).describe("The parsed meeting URL object containing meeting_id, platform, and other platform-specific fields. This field will be cleared a few days after the bot has joined a call. Note: Returns as an object, not a string.").nullable().optional(),
|
|
15
|
+
status_changes: z.array(z.record(z.string(), z.unknown())).describe("A chronological list of status changes for the bot, each containing code (e.g., 'joining_call', 'in_call_active', 'fatal'), message, created_at timestamp, and optional sub_code.").nullable().optional(),
|
|
16
|
+
automatic_leave: z.record(z.string(), z.unknown()).describe("Settings that control when the bot automatically leaves the call, including timeouts for waiting room, empty meetings, and recording states.").nullable().optional(),
|
|
17
|
+
recording_config: z.record(z.string(), z.unknown()).describe("The recording configuration for the bot, including settings for video layout, transcription, retention, and automatic behaviors.").nullable().optional(),
|
|
18
|
+
calendar_meetings: z.array(z.record(z.string(), z.unknown())).describe("A list of calendar meetings associated with the bot, if scheduled through calendar integration.").nullable().optional()
|
|
19
|
+
})
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { recallaiRetrieveBot };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=retrieve-bot.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-bot.mjs","names":[],"sources":["../../src/actions/retrieve-bot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveBotInput: z.ZodTypeAny = z.object({\n bot_id: z.string().describe(\"The unique identifier (UUID) of the bot instance to retrieve. This ID is returned when creating a bot or can be obtained from the list bots endpoint.\"),\n});\nexport const RecallaiRetrieveBotOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the bot.\"),\n join_at: z.string().describe(\"The ISO 8601 timestamp when the bot joined or is scheduled to join the call. This field is cleared after the bot joins.\").nullable().optional(),\n bot_name: z.string().describe(\"The display name of the bot (e.g., 'Meeting Notetaker').\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata attached to the bot instance.\").nullable().optional(),\n recordings: z.array(z.record(z.string(), z.unknown())).describe(\"A list of recording objects associated with the bot. Each recording contains download URLs for video, audio, and transcripts.\").nullable().optional(),\n meeting_url: z.record(z.string(), z.unknown()).describe(\"The parsed meeting URL object containing meeting_id, platform, and other platform-specific fields. This field will be cleared a few days after the bot has joined a call. Note: Returns as an object, not a string.\").nullable().optional(),\n status_changes: z.array(z.record(z.string(), z.unknown())).describe(\"A chronological list of status changes for the bot, each containing code (e.g., 'joining_call', 'in_call_active', 'fatal'), message, created_at timestamp, and optional sub_code.\").nullable().optional(),\n automatic_leave: z.record(z.string(), z.unknown()).describe(\"Settings that control when the bot automatically leaves the call, including timeouts for waiting room, empty meetings, and recording states.\").nullable().optional(),\n recording_config: z.record(z.string(), z.unknown()).describe(\"The recording configuration for the bot, including settings for video layout, transcription, retention, and automatic behaviors.\").nullable().optional(),\n calendar_meetings: z.array(z.record(z.string(), z.unknown())).describe(\"A list of calendar meetings associated with the bot, if scheduled through calendar integration.\").nullable().optional(),\n});\n\nexport const recallaiRetrieveBot = action(\"RECALLAI_RETRIEVE_BOT\", {\n slug: \"recallai-retrieve-bot\",\n name: \"Retrieve bot\",\n description: \"Retrieve detailed information about a specific bot instance by its ID. Returns comprehensive bot data including meeting details, recording configuration, status history, recordings, and automatic leave settings. Use this to check bot status, access recordings, or monitor bot lifecycle events.\",\n input: RecallaiRetrieveBotInput,\n output: RecallaiRetrieveBotOutput,\n});\n"],"mappings":";;AAoBA,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBoD,EAAE,OAAO,EAC7D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uJAAuJ,EACrL,CAkBS;CACP,QAlBqD,EAAE,OAAO;EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5K,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;EACxF,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1H,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrN,aAAa,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qNAAqN,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnS,gBAAgB,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,mLAAmL,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7Q,iBAAiB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChO,kBAAkB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kIAAkI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrN,mBAAmB,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,iGAAiG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChM,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-calendars.ts
|
|
4
|
+
const RecallaiRetrieveCalendarsInput = zod.z.object({ id: zod.z.string().describe("A UUID string identifying this calendar.") });
|
|
5
|
+
const RecallaiRetrieveCalendarsOutput = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the calendar."),
|
|
7
|
+
status: zod.z.string().describe("The current status of the calendar integration."),
|
|
8
|
+
metadata: zod.z.object({}).describe("Custom metadata associated with the calendar. Keys and values are strings, with nullable values.").nullable().optional(),
|
|
9
|
+
platform: zod.z.string().describe("The calendar platform. Either 'google_calendar' or 'microsoft_outlook'."),
|
|
10
|
+
created_at: zod.z.string().describe("The ISO 8601 timestamp when the calendar was created."),
|
|
11
|
+
updated_at: zod.z.string().describe("The ISO 8601 timestamp when the calendar was last updated."),
|
|
12
|
+
oauth_email: zod.z.string().describe("The email address associated with the OAuth authentication.").nullable().optional(),
|
|
13
|
+
webhook_url: zod.z.string().describe("The webhook URL for receiving calendar event notifications.").nullable().optional(),
|
|
14
|
+
platform_email: zod.z.string().describe("The email address of the calendar on the platform.").nullable().optional(),
|
|
15
|
+
status_changes: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("A record of status changes for the calendar integration."),
|
|
16
|
+
oauth_client_id: zod.z.string().describe("The OAuth client ID used for authentication with the calendar platform."),
|
|
17
|
+
oauth_client_secret: zod.z.string().describe("The OAuth client secret used for authentication with the calendar platform."),
|
|
18
|
+
oauth_refresh_token: zod.z.string().describe("The OAuth refresh token used to maintain access to the calendar.")
|
|
19
|
+
});
|
|
20
|
+
const recallaiRetrieveCalendars = require_action.action("RECALLAI_RETRIEVE_CALENDARS", {
|
|
21
|
+
slug: "recallai-retrieve-calendars",
|
|
22
|
+
name: "Retrieve calendars",
|
|
23
|
+
description: "Retrieve detailed information about a specific calendar by its UUID. Returns the calendar configuration including OAuth credentials, platform details, status, and webhook settings.",
|
|
24
|
+
input: RecallaiRetrieveCalendarsInput,
|
|
25
|
+
output: RecallaiRetrieveCalendarsOutput
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
exports.recallaiRetrieveCalendars = recallaiRetrieveCalendars;
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=retrieve-calendars.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-calendars.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-calendars.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveCalendarsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying this calendar.\"),\n});\nexport const RecallaiRetrieveCalendarsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the calendar.\"),\n status: z.string().describe(\"The current status of the calendar integration.\"),\n metadata: z.object({}).describe(\"Custom metadata associated with the calendar. Keys and values are strings, with nullable values.\").nullable().optional(),\n platform: z.string().describe(\"The calendar platform. Either 'google_calendar' or 'microsoft_outlook'.\"),\n created_at: z.string().describe(\"The ISO 8601 timestamp when the calendar was created.\"),\n updated_at: z.string().describe(\"The ISO 8601 timestamp when the calendar was last updated.\"),\n oauth_email: z.string().describe(\"The email address associated with the OAuth authentication.\").nullable().optional(),\n webhook_url: z.string().describe(\"The webhook URL for receiving calendar event notifications.\").nullable().optional(),\n platform_email: z.string().describe(\"The email address of the calendar on the platform.\").nullable().optional(),\n status_changes: z.array(z.record(z.string(), z.unknown())).describe(\"A record of status changes for the calendar integration.\"),\n oauth_client_id: z.string().describe(\"The OAuth client ID used for authentication with the calendar platform.\"),\n oauth_client_secret: z.string().describe(\"The OAuth client secret used for authentication with the calendar platform.\"),\n oauth_refresh_token: z.string().describe(\"The OAuth refresh token used to maintain access to the calendar.\"),\n});\n\nexport const recallaiRetrieveCalendars = action(\"RECALLAI_RETRIEVE_CALENDARS\", {\n slug: \"recallai-retrieve-calendars\",\n name: \"Retrieve calendars\",\n description: \"Retrieve detailed information about a specific calendar by its UUID. Returns the calendar configuration including OAuth credentials, platform details, status, and webhook settings.\",\n input: RecallaiRetrieveCalendarsInput,\n output: RecallaiRetrieveCalendarsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,EACpE,CAAC;AACD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC7E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxJ,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CACvG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC5F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;CAC9H,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CAC9G,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E;CACtH,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;AAC7G,CAAC;AAED,MAAa,4BAA4BC,eAAAA,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-calendars.d.ts
|
|
4
|
+
declare const RecallaiRetrieveCalendarsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiRetrieveCalendarsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiRetrieveCalendars: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiRetrieveCalendars };
|
|
9
|
+
//# sourceMappingURL=retrieve-calendars.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-calendars.d.cts","names":[],"sources":["../../src/actions/retrieve-calendars.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cACW,+BAAA,EAAiC,CAAA,CAAE,UAc9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-calendars.d.ts
|
|
4
|
+
declare const RecallaiRetrieveCalendarsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiRetrieveCalendarsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiRetrieveCalendars: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiRetrieveCalendars };
|
|
9
|
+
//# sourceMappingURL=retrieve-calendars.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-calendars.d.mts","names":[],"sources":["../../src/actions/retrieve-calendars.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cACW,+BAAA,EAAiC,CAAA,CAAE,UAc9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const recallaiRetrieveCalendars = action("RECALLAI_RETRIEVE_CALENDARS", {
|
|
4
|
+
slug: "recallai-retrieve-calendars",
|
|
5
|
+
name: "Retrieve calendars",
|
|
6
|
+
description: "Retrieve detailed information about a specific calendar by its UUID. Returns the calendar configuration including OAuth credentials, platform details, status, and webhook settings.",
|
|
7
|
+
input: z.object({ id: z.string().describe("A UUID string identifying this calendar.") }),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.string().describe("The unique identifier (UUID) of the calendar."),
|
|
10
|
+
status: z.string().describe("The current status of the calendar integration."),
|
|
11
|
+
metadata: z.object({}).describe("Custom metadata associated with the calendar. Keys and values are strings, with nullable values.").nullable().optional(),
|
|
12
|
+
platform: z.string().describe("The calendar platform. Either 'google_calendar' or 'microsoft_outlook'."),
|
|
13
|
+
created_at: z.string().describe("The ISO 8601 timestamp when the calendar was created."),
|
|
14
|
+
updated_at: z.string().describe("The ISO 8601 timestamp when the calendar was last updated."),
|
|
15
|
+
oauth_email: z.string().describe("The email address associated with the OAuth authentication.").nullable().optional(),
|
|
16
|
+
webhook_url: z.string().describe("The webhook URL for receiving calendar event notifications.").nullable().optional(),
|
|
17
|
+
platform_email: z.string().describe("The email address of the calendar on the platform.").nullable().optional(),
|
|
18
|
+
status_changes: z.array(z.record(z.string(), z.unknown())).describe("A record of status changes for the calendar integration."),
|
|
19
|
+
oauth_client_id: z.string().describe("The OAuth client ID used for authentication with the calendar platform."),
|
|
20
|
+
oauth_client_secret: z.string().describe("The OAuth client secret used for authentication with the calendar platform."),
|
|
21
|
+
oauth_refresh_token: z.string().describe("The OAuth refresh token used to maintain access to the calendar.")
|
|
22
|
+
})
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { recallaiRetrieveCalendars };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=retrieve-calendars.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-calendars.mjs","names":[],"sources":["../../src/actions/retrieve-calendars.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveCalendarsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying this calendar.\"),\n});\nexport const RecallaiRetrieveCalendarsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the calendar.\"),\n status: z.string().describe(\"The current status of the calendar integration.\"),\n metadata: z.object({}).describe(\"Custom metadata associated with the calendar. Keys and values are strings, with nullable values.\").nullable().optional(),\n platform: z.string().describe(\"The calendar platform. Either 'google_calendar' or 'microsoft_outlook'.\"),\n created_at: z.string().describe(\"The ISO 8601 timestamp when the calendar was created.\"),\n updated_at: z.string().describe(\"The ISO 8601 timestamp when the calendar was last updated.\"),\n oauth_email: z.string().describe(\"The email address associated with the OAuth authentication.\").nullable().optional(),\n webhook_url: z.string().describe(\"The webhook URL for receiving calendar event notifications.\").nullable().optional(),\n platform_email: z.string().describe(\"The email address of the calendar on the platform.\").nullable().optional(),\n status_changes: z.array(z.record(z.string(), z.unknown())).describe(\"A record of status changes for the calendar integration.\"),\n oauth_client_id: z.string().describe(\"The OAuth client ID used for authentication with the calendar platform.\"),\n oauth_client_secret: z.string().describe(\"The OAuth client secret used for authentication with the calendar platform.\"),\n oauth_refresh_token: z.string().describe(\"The OAuth refresh token used to maintain access to the calendar.\"),\n});\n\nexport const recallaiRetrieveCalendars = action(\"RECALLAI_RETRIEVE_CALENDARS\", {\n slug: \"recallai-retrieve-calendars\",\n name: \"Retrieve calendars\",\n description: \"Retrieve detailed information about a specific calendar by its UUID. Returns the calendar configuration including OAuth credentials, platform details, status, and webhook settings.\",\n input: RecallaiRetrieveCalendarsInput,\n output: RecallaiRetrieveCalendarsOutput,\n});\n"],"mappings":";;AAuBA,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvB0D,EAAE,OAAO,EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,EACpE,CAqBS;CACP,QArB2D,EAAE,OAAO;EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EACvE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EAC7E,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxJ,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;EACvG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;EACvF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;EAC5F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,gBAAgB,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;EAC9H,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;EAC9G,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E;EACtH,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC7G,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-google-login-group.ts
|
|
4
|
+
const RecallaiRetrieveGoogleLoginGroupInput = zod.z.object({ id: zod.z.string().describe("A UUID string identifying the Google login group to retrieve.") });
|
|
5
|
+
const RecallaiRetrieveGoogleLoginGroup_GoogleLoginSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("UUID of this login"),
|
|
7
|
+
email: zod.z.string().describe("Email address of the Google account"),
|
|
8
|
+
group_id: zod.z.string().describe("UUID of the login group this login belongs to"),
|
|
9
|
+
is_active: zod.z.boolean().describe("Whether this login is currently active").nullable().optional(),
|
|
10
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the login was created"),
|
|
11
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the login was last updated"),
|
|
12
|
+
sso_v2_cert: zod.z.string().describe("SSO v2 certificate for authentication"),
|
|
13
|
+
sso_v2_private_key: zod.z.string().describe("SSO v2 private key for authentication"),
|
|
14
|
+
sso_v2_workspace_domain: zod.z.string().describe("Google Workspace domain for SSO v2")
|
|
15
|
+
}).describe("Individual Google login details within the login group.");
|
|
16
|
+
const RecallaiRetrieveGoogleLoginGroup_LoginModeSchema = zod.z.enum(["always", "only_if_required"]).describe("Login behaviour of bots that use this login group.");
|
|
17
|
+
const RecallaiRetrieveGoogleLoginGroupOutput = zod.z.object({
|
|
18
|
+
id: zod.z.string().describe("UUID of the Google login group"),
|
|
19
|
+
name: zod.z.string().describe("Name of the login group. Can be used to filter login groups when retrieving them via API."),
|
|
20
|
+
logins: zod.z.array(RecallaiRetrieveGoogleLoginGroup_GoogleLoginSchema).describe("List of Google login credentials associated with this login group"),
|
|
21
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the login group was created"),
|
|
22
|
+
login_mode: RecallaiRetrieveGoogleLoginGroup_LoginModeSchema.nullable(),
|
|
23
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the login group was last updated")
|
|
24
|
+
});
|
|
25
|
+
const recallaiRetrieveGoogleLoginGroup = require_action.action("RECALLAI_RETRIEVE_GOOGLE_LOGIN_GROUP", {
|
|
26
|
+
slug: "recallai-retrieve-google-login-group",
|
|
27
|
+
name: "Retrieve Google Login Group",
|
|
28
|
+
description: "Tool to retrieve an existing Google Login Group by its ID. Use when you need to fetch details about a specific Google login group, including its login credentials, login mode, and associated metadata.",
|
|
29
|
+
input: RecallaiRetrieveGoogleLoginGroupInput,
|
|
30
|
+
output: RecallaiRetrieveGoogleLoginGroupOutput
|
|
31
|
+
});
|
|
32
|
+
//#endregion
|
|
33
|
+
exports.recallaiRetrieveGoogleLoginGroup = recallaiRetrieveGoogleLoginGroup;
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=retrieve-google-login-group.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-google-login-group.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-google-login-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveGoogleLoginGroupInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the Google login group to retrieve.\"),\n});\nconst RecallaiRetrieveGoogleLoginGroup_GoogleLoginSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of this login\"),\n email: z.string().describe(\"Email address of the Google account\"),\n group_id: z.string().describe(\"UUID of the login group this login belongs to\"),\n is_active: z.boolean().describe(\"Whether this login is currently active\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login was created\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login was last updated\"),\n sso_v2_cert: z.string().describe(\"SSO v2 certificate for authentication\"),\n sso_v2_private_key: z.string().describe(\"SSO v2 private key for authentication\"),\n sso_v2_workspace_domain: z.string().describe(\"Google Workspace domain for SSO v2\"),\n}).describe(\"Individual Google login details within the login group.\");\nconst RecallaiRetrieveGoogleLoginGroup_LoginModeSchema: z.ZodTypeAny = z.enum([\"always\", \"only_if_required\"]).describe(\"Login behaviour of bots that use this login group.\");\nexport const RecallaiRetrieveGoogleLoginGroupOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the Google login group\"),\n name: z.string().describe(\"Name of the login group. Can be used to filter login groups when retrieving them via API.\"),\n logins: z.array(RecallaiRetrieveGoogleLoginGroup_GoogleLoginSchema).describe(\"List of Google login credentials associated with this login group\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login group was created\"),\n login_mode: RecallaiRetrieveGoogleLoginGroup_LoginModeSchema.nullable(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login group was last updated\"),\n});\n\nexport const recallaiRetrieveGoogleLoginGroup = action(\"RECALLAI_RETRIEVE_GOOGLE_LOGIN_GROUP\", {\n slug: \"recallai-retrieve-google-login-group\",\n name: \"Retrieve Google Login Group\",\n description: \"Tool to retrieve an existing Google Login Group by its ID. Use when you need to fetch details about a specific Google login group, including its login credentials, login mode, and associated metadata.\",\n input: RecallaiRetrieveGoogleLoginGroupInput,\n output: RecallaiRetrieveGoogleLoginGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO,EAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EACzF,CAAC;AACD,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC5C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAChE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC7E,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACxE,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC/E,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;AACnF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,mDAAiEA,IAAAA,EAAE,KAAK,CAAC,UAAU,kBAAkB,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAC3K,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F;CACrH,QAAQA,IAAAA,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,mEAAmE;CAChJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACrF,YAAY,iDAAiD,SAAS;CACtE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AAC5F,CAAC;AAED,MAAa,mCAAmCC,eAAAA,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-google-login-group.d.ts
|
|
4
|
+
declare const RecallaiRetrieveGoogleLoginGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiRetrieveGoogleLoginGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiRetrieveGoogleLoginGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiRetrieveGoogleLoginGroup };
|
|
9
|
+
//# sourceMappingURL=retrieve-google-login-group.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-google-login-group.d.cts","names":[],"sources":["../../src/actions/retrieve-google-login-group.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAEpD;AAAA,cAaW,sCAAA,EAAwC,CAAA,CAAE,UAOrD;AAAA,cAEW,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-google-login-group.d.ts
|
|
4
|
+
declare const RecallaiRetrieveGoogleLoginGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiRetrieveGoogleLoginGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiRetrieveGoogleLoginGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiRetrieveGoogleLoginGroup };
|
|
9
|
+
//# sourceMappingURL=retrieve-google-login-group.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-google-login-group.d.mts","names":[],"sources":["../../src/actions/retrieve-google-login-group.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAEpD;AAAA,cAaW,sCAAA,EAAwC,CAAA,CAAE,UAOrD;AAAA,cAEW,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/retrieve-google-login-group.ts
|
|
4
|
+
const RecallaiRetrieveGoogleLoginGroupInput = z.object({ id: z.string().describe("A UUID string identifying the Google login group to retrieve.") });
|
|
5
|
+
const RecallaiRetrieveGoogleLoginGroup_GoogleLoginSchema = z.object({
|
|
6
|
+
id: z.string().describe("UUID of this login"),
|
|
7
|
+
email: z.string().describe("Email address of the Google account"),
|
|
8
|
+
group_id: z.string().describe("UUID of the login group this login belongs to"),
|
|
9
|
+
is_active: z.boolean().describe("Whether this login is currently active").nullable().optional(),
|
|
10
|
+
created_at: z.string().describe("ISO 8601 timestamp when the login was created"),
|
|
11
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the login was last updated"),
|
|
12
|
+
sso_v2_cert: z.string().describe("SSO v2 certificate for authentication"),
|
|
13
|
+
sso_v2_private_key: z.string().describe("SSO v2 private key for authentication"),
|
|
14
|
+
sso_v2_workspace_domain: z.string().describe("Google Workspace domain for SSO v2")
|
|
15
|
+
}).describe("Individual Google login details within the login group.");
|
|
16
|
+
const RecallaiRetrieveGoogleLoginGroup_LoginModeSchema = z.enum(["always", "only_if_required"]).describe("Login behaviour of bots that use this login group.");
|
|
17
|
+
const recallaiRetrieveGoogleLoginGroup = action("RECALLAI_RETRIEVE_GOOGLE_LOGIN_GROUP", {
|
|
18
|
+
slug: "recallai-retrieve-google-login-group",
|
|
19
|
+
name: "Retrieve Google Login Group",
|
|
20
|
+
description: "Tool to retrieve an existing Google Login Group by its ID. Use when you need to fetch details about a specific Google login group, including its login credentials, login mode, and associated metadata.",
|
|
21
|
+
input: RecallaiRetrieveGoogleLoginGroupInput,
|
|
22
|
+
output: z.object({
|
|
23
|
+
id: z.string().describe("UUID of the Google login group"),
|
|
24
|
+
name: z.string().describe("Name of the login group. Can be used to filter login groups when retrieving them via API."),
|
|
25
|
+
logins: z.array(RecallaiRetrieveGoogleLoginGroup_GoogleLoginSchema).describe("List of Google login credentials associated with this login group"),
|
|
26
|
+
created_at: z.string().describe("ISO 8601 timestamp when the login group was created"),
|
|
27
|
+
login_mode: RecallaiRetrieveGoogleLoginGroup_LoginModeSchema.nullable(),
|
|
28
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the login group was last updated")
|
|
29
|
+
})
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
export { recallaiRetrieveGoogleLoginGroup };
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=retrieve-google-login-group.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-google-login-group.mjs","names":[],"sources":["../../src/actions/retrieve-google-login-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveGoogleLoginGroupInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the Google login group to retrieve.\"),\n});\nconst RecallaiRetrieveGoogleLoginGroup_GoogleLoginSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of this login\"),\n email: z.string().describe(\"Email address of the Google account\"),\n group_id: z.string().describe(\"UUID of the login group this login belongs to\"),\n is_active: z.boolean().describe(\"Whether this login is currently active\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login was created\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login was last updated\"),\n sso_v2_cert: z.string().describe(\"SSO v2 certificate for authentication\"),\n sso_v2_private_key: z.string().describe(\"SSO v2 private key for authentication\"),\n sso_v2_workspace_domain: z.string().describe(\"Google Workspace domain for SSO v2\"),\n}).describe(\"Individual Google login details within the login group.\");\nconst RecallaiRetrieveGoogleLoginGroup_LoginModeSchema: z.ZodTypeAny = z.enum([\"always\", \"only_if_required\"]).describe(\"Login behaviour of bots that use this login group.\");\nexport const RecallaiRetrieveGoogleLoginGroupOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the Google login group\"),\n name: z.string().describe(\"Name of the login group. Can be used to filter login groups when retrieving them via API.\"),\n logins: z.array(RecallaiRetrieveGoogleLoginGroup_GoogleLoginSchema).describe(\"List of Google login credentials associated with this login group\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login group was created\"),\n login_mode: RecallaiRetrieveGoogleLoginGroup_LoginModeSchema.nullable(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login group was last updated\"),\n});\n\nexport const recallaiRetrieveGoogleLoginGroup = action(\"RECALLAI_RETRIEVE_GOOGLE_LOGIN_GROUP\", {\n slug: \"recallai-retrieve-google-login-group\",\n name: \"Retrieve Google Login Group\",\n description: \"Tool to retrieve an existing Google Login Group by its ID. Use when you need to fetch details about a specific Google login group, including its login credentials, login mode, and associated metadata.\",\n input: RecallaiRetrieveGoogleLoginGroupInput,\n output: RecallaiRetrieveGoogleLoginGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsD,EAAE,OAAO,EAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,EACzF,CAAC;AACD,MAAM,qDAAmE,EAAE,OAAO;CAChF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC5C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAChE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC7E,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACxE,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC/E,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;AACnF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,mDAAiE,EAAE,KAAK,CAAC,UAAU,kBAAkB,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAU3K,MAAa,mCAAmC,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAdkE,EAAE,OAAO;EAC3E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F;EACrH,QAAQ,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,mEAAmE;EAChJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EACrF,YAAY,iDAAiD,SAAS;EACtE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAC5F,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-meeting-direct-connect.ts
|
|
4
|
+
const RecallaiRetrieveMeetingDirectConnectInput = zod.z.object({ id: zod.z.string().describe("The unique identifier (UUID) of the Meeting Direct Connect instance to retrieve.") });
|
|
5
|
+
const RecallaiRetrieveMeetingDirectConnect_RecordingStatusSchema = zod.z.object({
|
|
6
|
+
code: zod.z.string().describe("Status code of the instance"),
|
|
7
|
+
sub_code: zod.z.string().describe("Sub-code providing additional status detail").nullable().optional(),
|
|
8
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the status was last updated")
|
|
9
|
+
}).describe("Status information for the Meeting Direct Connect instance");
|
|
10
|
+
const RecallaiRetrieveMeetingDirectConnect_ZoomRtmsSchema = zod.z.object({
|
|
11
|
+
signature: zod.z.string().describe("Signature for RTMS authentication"),
|
|
12
|
+
server_urls: zod.z.string().describe("Server URLs for RTMS"),
|
|
13
|
+
meeting_uuid: zod.z.string().describe("Zoom meeting UUID"),
|
|
14
|
+
rtms_stream_id: zod.z.string().describe("RTMS stream ID")
|
|
15
|
+
}).describe("Zoom RTMS configuration");
|
|
16
|
+
const RecallaiRetrieveMeetingDirectConnect_RecordingItemSchema = zod.z.object({
|
|
17
|
+
id: zod.z.string().describe("Unique identifier (UUID) of the recording"),
|
|
18
|
+
status: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Recording status information"),
|
|
19
|
+
metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom metadata attached to the recording").nullable().optional(),
|
|
20
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the recording was created"),
|
|
21
|
+
expires_at: zod.z.string().describe("ISO 8601 timestamp when the recording expires").nullable().optional(),
|
|
22
|
+
started_at: zod.z.string().describe("ISO 8601 timestamp when the recording started").nullable().optional(),
|
|
23
|
+
completed_at: zod.z.string().describe("ISO 8601 timestamp when the recording completed").nullable().optional(),
|
|
24
|
+
media_shortcuts: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Shortcuts to media files for the recording")
|
|
25
|
+
}).describe("Individual recording associated with the Meeting Direct Connect instance");
|
|
26
|
+
const RecallaiRetrieveMeetingDirectConnect_GoogleMeetMediaApiSchema = zod.z.object({
|
|
27
|
+
space_name: zod.z.string().describe("Google Meet space name"),
|
|
28
|
+
access_token: zod.z.string().describe("Access token for Google Meet Media API")
|
|
29
|
+
}).describe("Google Meet Media API configuration");
|
|
30
|
+
const RecallaiRetrieveMeetingDirectConnectOutput = zod.z.object({
|
|
31
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the Meeting Direct Connect instance"),
|
|
32
|
+
status: RecallaiRetrieveMeetingDirectConnect_RecordingStatusSchema.nullable(),
|
|
33
|
+
metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom metadata attached to the Meeting Direct Connect instance").nullable().optional(),
|
|
34
|
+
zoom_rtms: RecallaiRetrieveMeetingDirectConnect_ZoomRtmsSchema.nullable().optional(),
|
|
35
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the Meeting Direct Connect instance was created"),
|
|
36
|
+
recordings: zod.z.array(RecallaiRetrieveMeetingDirectConnect_RecordingItemSchema).describe("List of recordings associated with this instance"),
|
|
37
|
+
recording_config: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Recording configuration including settings for audio, video, transcription, and retention").nullable().optional(),
|
|
38
|
+
google_meet_media_api: RecallaiRetrieveMeetingDirectConnect_GoogleMeetMediaApiSchema.nullable().optional()
|
|
39
|
+
}).describe("Response containing Meeting Direct Connect instance details");
|
|
40
|
+
const recallaiRetrieveMeetingDirectConnect = require_action.action("RECALLAI_RETRIEVE_MEETING_DIRECT_CONNECT", {
|
|
41
|
+
slug: "recallai-retrieve-meeting-direct-connect",
|
|
42
|
+
name: "Retrieve Meeting Direct Connect",
|
|
43
|
+
description: "Tool to retrieve detailed information about a Meeting Direct Connect instance by its ID. Use when you need to check the status, configuration, or recordings of a specific Meeting Direct Connect instance.",
|
|
44
|
+
input: RecallaiRetrieveMeetingDirectConnectInput,
|
|
45
|
+
output: RecallaiRetrieveMeetingDirectConnectOutput
|
|
46
|
+
});
|
|
47
|
+
//#endregion
|
|
48
|
+
exports.recallaiRetrieveMeetingDirectConnect = recallaiRetrieveMeetingDirectConnect;
|
|
49
|
+
|
|
50
|
+
//# sourceMappingURL=retrieve-meeting-direct-connect.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-meeting-direct-connect.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-meeting-direct-connect.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveMeetingDirectConnectInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the Meeting Direct Connect instance to retrieve.\"),\n});\nconst RecallaiRetrieveMeetingDirectConnect_RecordingStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code of the instance\"),\n sub_code: z.string().describe(\"Sub-code providing additional status detail\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Status information for the Meeting Direct Connect instance\");\nconst RecallaiRetrieveMeetingDirectConnect_ZoomRtmsSchema: z.ZodTypeAny = z.object({\n signature: z.string().describe(\"Signature for RTMS authentication\"),\n server_urls: z.string().describe(\"Server URLs for RTMS\"),\n meeting_uuid: z.string().describe(\"Zoom meeting UUID\"),\n rtms_stream_id: z.string().describe(\"RTMS stream ID\"),\n}).describe(\"Zoom RTMS configuration\");\nconst RecallaiRetrieveMeetingDirectConnect_RecordingItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the recording\"),\n status: z.record(z.string(), z.unknown()).describe(\"Recording status information\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata attached to the recording\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the recording was created\"),\n expires_at: z.string().describe(\"ISO 8601 timestamp when the recording expires\").nullable().optional(),\n started_at: z.string().describe(\"ISO 8601 timestamp when the recording started\").nullable().optional(),\n completed_at: z.string().describe(\"ISO 8601 timestamp when the recording completed\").nullable().optional(),\n media_shortcuts: z.record(z.string(), z.unknown()).describe(\"Shortcuts to media files for the recording\"),\n}).describe(\"Individual recording associated with the Meeting Direct Connect instance\");\nconst RecallaiRetrieveMeetingDirectConnect_GoogleMeetMediaApiSchema: z.ZodTypeAny = z.object({\n space_name: z.string().describe(\"Google Meet space name\"),\n access_token: z.string().describe(\"Access token for Google Meet Media API\"),\n}).describe(\"Google Meet Media API configuration\");\nexport const RecallaiRetrieveMeetingDirectConnectOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the Meeting Direct Connect instance\"),\n status: RecallaiRetrieveMeetingDirectConnect_RecordingStatusSchema.nullable(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata attached to the Meeting Direct Connect instance\").nullable().optional(),\n zoom_rtms: RecallaiRetrieveMeetingDirectConnect_ZoomRtmsSchema.nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the Meeting Direct Connect instance was created\"),\n recordings: z.array(RecallaiRetrieveMeetingDirectConnect_RecordingItemSchema).describe(\"List of recordings associated with this instance\"),\n recording_config: z.record(z.string(), z.unknown()).describe(\"Recording configuration including settings for audio, video, transcription, and retention\").nullable().optional(),\n google_meet_media_api: RecallaiRetrieveMeetingDirectConnect_GoogleMeetMediaApiSchema.nullable().optional(),\n}).describe(\"Response containing Meeting Direct Connect instance details\");\n\nexport const recallaiRetrieveMeetingDirectConnect = action(\"RECALLAI_RETRIEVE_MEETING_DIRECT_CONNECT\", {\n slug: \"recallai-retrieve-meeting-direct-connect\",\n name: \"Retrieve Meeting Direct Connect\",\n description: \"Tool to retrieve detailed information about a Meeting Direct Connect instance by its ID. Use when you need to check the status, configuration, or recordings of a specific Meeting Direct Connect instance.\",\n input: RecallaiRetrieveMeetingDirectConnectInput,\n output: RecallaiRetrieveMeetingDirectConnectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0DA,IAAAA,EAAE,OAAO,EAC9E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,EAC5G,CAAC;AACD,MAAM,6DAA2EA,IAAAA,EAAE,OAAO;CACxF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACvD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAClE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACvD,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CACrD,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;AACtD,CAAC,CAAC,CAAC,SAAS,yBAAyB;AACrC,MAAM,2DAAyEA,IAAAA,EAAE,OAAO;CACtF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8BAA8B;CACjF,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,iBAAiBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAC1G,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,gEAA8EA,IAAAA,EAAE,OAAO;CAC3F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACxD,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AAC5E,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE;CAC7F,QAAQ,2DAA2D,SAAS;CAC5E,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5I,WAAW,oDAAoD,SAAS,CAAC,CAAC,SAAS;CACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CACzG,YAAYA,IAAAA,EAAE,MAAM,wDAAwD,CAAC,CAAC,SAAS,kDAAkD;CACzI,kBAAkBA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9K,uBAAuB,8DAA8D,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAEzE,MAAa,uCAAuCC,eAAAA,OAAO,4CAA4C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-meeting-direct-connect.d.ts
|
|
4
|
+
declare const RecallaiRetrieveMeetingDirectConnectInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiRetrieveMeetingDirectConnectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiRetrieveMeetingDirectConnect: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiRetrieveMeetingDirectConnect };
|
|
9
|
+
//# sourceMappingURL=retrieve-meeting-direct-connect.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-meeting-direct-connect.d.cts","names":[],"sources":["../../src/actions/retrieve-meeting-direct-connect.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAExD;AAAA,cA0BW,0CAAA,EAA4C,CAAA,CAAE,UASe;AAAA,cAE7D,oCAAA,gCAAoC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-meeting-direct-connect.d.ts
|
|
4
|
+
declare const RecallaiRetrieveMeetingDirectConnectInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiRetrieveMeetingDirectConnectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiRetrieveMeetingDirectConnect: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiRetrieveMeetingDirectConnect };
|
|
9
|
+
//# sourceMappingURL=retrieve-meeting-direct-connect.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-meeting-direct-connect.d.mts","names":[],"sources":["../../src/actions/retrieve-meeting-direct-connect.ts"],"mappings":";;;cAIa,yCAAA,EAA2C,CAAA,CAAE,UAExD;AAAA,cA0BW,0CAAA,EAA4C,CAAA,CAAE,UASe;AAAA,cAE7D,oCAAA,gCAAoC,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/retrieve-meeting-direct-connect.ts
|
|
4
|
+
const RecallaiRetrieveMeetingDirectConnectInput = z.object({ id: z.string().describe("The unique identifier (UUID) of the Meeting Direct Connect instance to retrieve.") });
|
|
5
|
+
const RecallaiRetrieveMeetingDirectConnect_RecordingStatusSchema = z.object({
|
|
6
|
+
code: z.string().describe("Status code of the instance"),
|
|
7
|
+
sub_code: z.string().describe("Sub-code providing additional status detail").nullable().optional(),
|
|
8
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the status was last updated")
|
|
9
|
+
}).describe("Status information for the Meeting Direct Connect instance");
|
|
10
|
+
const RecallaiRetrieveMeetingDirectConnect_ZoomRtmsSchema = z.object({
|
|
11
|
+
signature: z.string().describe("Signature for RTMS authentication"),
|
|
12
|
+
server_urls: z.string().describe("Server URLs for RTMS"),
|
|
13
|
+
meeting_uuid: z.string().describe("Zoom meeting UUID"),
|
|
14
|
+
rtms_stream_id: z.string().describe("RTMS stream ID")
|
|
15
|
+
}).describe("Zoom RTMS configuration");
|
|
16
|
+
const RecallaiRetrieveMeetingDirectConnect_RecordingItemSchema = z.object({
|
|
17
|
+
id: z.string().describe("Unique identifier (UUID) of the recording"),
|
|
18
|
+
status: z.record(z.string(), z.unknown()).describe("Recording status information"),
|
|
19
|
+
metadata: z.record(z.string(), z.unknown()).describe("Custom metadata attached to the recording").nullable().optional(),
|
|
20
|
+
created_at: z.string().describe("ISO 8601 timestamp when the recording was created"),
|
|
21
|
+
expires_at: z.string().describe("ISO 8601 timestamp when the recording expires").nullable().optional(),
|
|
22
|
+
started_at: z.string().describe("ISO 8601 timestamp when the recording started").nullable().optional(),
|
|
23
|
+
completed_at: z.string().describe("ISO 8601 timestamp when the recording completed").nullable().optional(),
|
|
24
|
+
media_shortcuts: z.record(z.string(), z.unknown()).describe("Shortcuts to media files for the recording")
|
|
25
|
+
}).describe("Individual recording associated with the Meeting Direct Connect instance");
|
|
26
|
+
const RecallaiRetrieveMeetingDirectConnect_GoogleMeetMediaApiSchema = z.object({
|
|
27
|
+
space_name: z.string().describe("Google Meet space name"),
|
|
28
|
+
access_token: z.string().describe("Access token for Google Meet Media API")
|
|
29
|
+
}).describe("Google Meet Media API configuration");
|
|
30
|
+
const recallaiRetrieveMeetingDirectConnect = action("RECALLAI_RETRIEVE_MEETING_DIRECT_CONNECT", {
|
|
31
|
+
slug: "recallai-retrieve-meeting-direct-connect",
|
|
32
|
+
name: "Retrieve Meeting Direct Connect",
|
|
33
|
+
description: "Tool to retrieve detailed information about a Meeting Direct Connect instance by its ID. Use when you need to check the status, configuration, or recordings of a specific Meeting Direct Connect instance.",
|
|
34
|
+
input: RecallaiRetrieveMeetingDirectConnectInput,
|
|
35
|
+
output: z.object({
|
|
36
|
+
id: z.string().describe("The unique identifier (UUID) of the Meeting Direct Connect instance"),
|
|
37
|
+
status: RecallaiRetrieveMeetingDirectConnect_RecordingStatusSchema.nullable(),
|
|
38
|
+
metadata: z.record(z.string(), z.unknown()).describe("Custom metadata attached to the Meeting Direct Connect instance").nullable().optional(),
|
|
39
|
+
zoom_rtms: RecallaiRetrieveMeetingDirectConnect_ZoomRtmsSchema.nullable().optional(),
|
|
40
|
+
created_at: z.string().describe("ISO 8601 timestamp when the Meeting Direct Connect instance was created"),
|
|
41
|
+
recordings: z.array(RecallaiRetrieveMeetingDirectConnect_RecordingItemSchema).describe("List of recordings associated with this instance"),
|
|
42
|
+
recording_config: z.record(z.string(), z.unknown()).describe("Recording configuration including settings for audio, video, transcription, and retention").nullable().optional(),
|
|
43
|
+
google_meet_media_api: RecallaiRetrieveMeetingDirectConnect_GoogleMeetMediaApiSchema.nullable().optional()
|
|
44
|
+
}).describe("Response containing Meeting Direct Connect instance details")
|
|
45
|
+
});
|
|
46
|
+
//#endregion
|
|
47
|
+
export { recallaiRetrieveMeetingDirectConnect };
|
|
48
|
+
|
|
49
|
+
//# sourceMappingURL=retrieve-meeting-direct-connect.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-meeting-direct-connect.mjs","names":[],"sources":["../../src/actions/retrieve-meeting-direct-connect.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveMeetingDirectConnectInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the Meeting Direct Connect instance to retrieve.\"),\n});\nconst RecallaiRetrieveMeetingDirectConnect_RecordingStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code of the instance\"),\n sub_code: z.string().describe(\"Sub-code providing additional status detail\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated\"),\n}).describe(\"Status information for the Meeting Direct Connect instance\");\nconst RecallaiRetrieveMeetingDirectConnect_ZoomRtmsSchema: z.ZodTypeAny = z.object({\n signature: z.string().describe(\"Signature for RTMS authentication\"),\n server_urls: z.string().describe(\"Server URLs for RTMS\"),\n meeting_uuid: z.string().describe(\"Zoom meeting UUID\"),\n rtms_stream_id: z.string().describe(\"RTMS stream ID\"),\n}).describe(\"Zoom RTMS configuration\");\nconst RecallaiRetrieveMeetingDirectConnect_RecordingItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the recording\"),\n status: z.record(z.string(), z.unknown()).describe(\"Recording status information\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata attached to the recording\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the recording was created\"),\n expires_at: z.string().describe(\"ISO 8601 timestamp when the recording expires\").nullable().optional(),\n started_at: z.string().describe(\"ISO 8601 timestamp when the recording started\").nullable().optional(),\n completed_at: z.string().describe(\"ISO 8601 timestamp when the recording completed\").nullable().optional(),\n media_shortcuts: z.record(z.string(), z.unknown()).describe(\"Shortcuts to media files for the recording\"),\n}).describe(\"Individual recording associated with the Meeting Direct Connect instance\");\nconst RecallaiRetrieveMeetingDirectConnect_GoogleMeetMediaApiSchema: z.ZodTypeAny = z.object({\n space_name: z.string().describe(\"Google Meet space name\"),\n access_token: z.string().describe(\"Access token for Google Meet Media API\"),\n}).describe(\"Google Meet Media API configuration\");\nexport const RecallaiRetrieveMeetingDirectConnectOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the Meeting Direct Connect instance\"),\n status: RecallaiRetrieveMeetingDirectConnect_RecordingStatusSchema.nullable(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata attached to the Meeting Direct Connect instance\").nullable().optional(),\n zoom_rtms: RecallaiRetrieveMeetingDirectConnect_ZoomRtmsSchema.nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the Meeting Direct Connect instance was created\"),\n recordings: z.array(RecallaiRetrieveMeetingDirectConnect_RecordingItemSchema).describe(\"List of recordings associated with this instance\"),\n recording_config: z.record(z.string(), z.unknown()).describe(\"Recording configuration including settings for audio, video, transcription, and retention\").nullable().optional(),\n google_meet_media_api: RecallaiRetrieveMeetingDirectConnect_GoogleMeetMediaApiSchema.nullable().optional(),\n}).describe(\"Response containing Meeting Direct Connect instance details\");\n\nexport const recallaiRetrieveMeetingDirectConnect = action(\"RECALLAI_RETRIEVE_MEETING_DIRECT_CONNECT\", {\n slug: \"recallai-retrieve-meeting-direct-connect\",\n name: \"Retrieve Meeting Direct Connect\",\n description: \"Tool to retrieve detailed information about a Meeting Direct Connect instance by its ID. Use when you need to check the status, configuration, or recordings of a specific Meeting Direct Connect instance.\",\n input: RecallaiRetrieveMeetingDirectConnectInput,\n output: RecallaiRetrieveMeetingDirectConnectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4CAA0D,EAAE,OAAO,EAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,EAC5G,CAAC;AACD,MAAM,6DAA2E,EAAE,OAAO;CACxF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACvD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,sDAAoE,EAAE,OAAO;CACjF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAClE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACvD,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CACrD,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB;AACtD,CAAC,CAAC,CAAC,SAAS,yBAAyB;AACrC,MAAM,2DAAyE,EAAE,OAAO;CACtF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACnE,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8BAA8B;CACjF,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACnF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,iBAAiB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAC1G,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,gEAA8E,EAAE,OAAO;CAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACxD,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AAC5E,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAYjD,MAAa,uCAAuC,OAAO,4CAA4C;CACrG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAhBsE,EAAE,OAAO;EAC/E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE;EAC7F,QAAQ,2DAA2D,SAAS;EAC5E,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5I,WAAW,oDAAoD,SAAS,CAAC,CAAC,SAAS;EACnF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;EACzG,YAAY,EAAE,MAAM,wDAAwD,CAAC,CAAC,SAAS,kDAAkD;EACzI,kBAAkB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9K,uBAAuB,8DAA8D,SAAS,CAAC,CAAC,SAAS;CAC3G,CAAC,CAAC,CAAC,SAAS,6DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-recording.ts
|
|
4
|
+
const RecallaiRetrieveRecordingInput = zod.z.object({ id: zod.z.string().describe("A UUID string identifying the recording to retrieve.") });
|
|
5
|
+
const RecallaiRetrieveRecording_BotReferenceSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the bot."),
|
|
7
|
+
metadata: zod.z.object({}).describe("Custom metadata attached to the bot.")
|
|
8
|
+
}).describe("Reference to a bot associated with the recording");
|
|
9
|
+
const RecallaiRetrieveRecording_RecordingStatusSchema = zod.z.object({
|
|
10
|
+
code: zod.z.string().describe("Status code indicating the current state of the recording (e.g., 'done', 'processing', 'failed')."),
|
|
11
|
+
sub_code: zod.z.string().describe("Additional sub-status code providing more detailed information.").nullable().optional(),
|
|
12
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the status was last updated.").nullable().optional()
|
|
13
|
+
}).describe("Status information for the recording");
|
|
14
|
+
const RecallaiRetrieveRecording_MediaShortcutsSchema = zod.z.object({
|
|
15
|
+
transcript: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
|
|
16
|
+
audio_mixed: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
|
|
17
|
+
video_mixed: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
|
|
18
|
+
meeting_metadata: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
|
|
19
|
+
participant_events: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional()
|
|
20
|
+
}).describe("Shortcuts to access various media files from the recording");
|
|
21
|
+
const RecallaiRetrieveRecording_DesktopSdkUploadReferenceSchema = zod.z.object({
|
|
22
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the desktop SDK upload."),
|
|
23
|
+
metadata: zod.z.object({}).describe("Custom metadata attached to the desktop SDK upload.")
|
|
24
|
+
}).describe("Reference to a desktop SDK upload");
|
|
25
|
+
const RecallaiRetrieveRecording_RealtimeEndpointReferenceSchema = zod.z.object({
|
|
26
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the realtime endpoint."),
|
|
27
|
+
metadata: zod.z.object({}).describe("Custom metadata attached to the realtime endpoint.")
|
|
28
|
+
}).describe("Reference to a realtime endpoint");
|
|
29
|
+
const RecallaiRetrieveRecordingOutput = zod.z.object({
|
|
30
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the recording."),
|
|
31
|
+
bot: RecallaiRetrieveRecording_BotReferenceSchema.nullable().optional(),
|
|
32
|
+
status: RecallaiRetrieveRecording_RecordingStatusSchema.nullable(),
|
|
33
|
+
metadata: zod.z.object({}).describe("Custom metadata attached to the recording. Keys are strings, values can be strings or null."),
|
|
34
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the recording was created."),
|
|
35
|
+
expires_at: zod.z.string().describe("ISO 8601 timestamp when the recording will expire and be deleted from storage.").nullable().optional(),
|
|
36
|
+
started_at: zod.z.string().describe("ISO 8601 timestamp when the recording started. Null if not yet started.").nullable().optional(),
|
|
37
|
+
completed_at: zod.z.string().describe("ISO 8601 timestamp when the recording was completed. Null if still in progress or failed.").nullable().optional(),
|
|
38
|
+
media_shortcuts: RecallaiRetrieveRecording_MediaShortcutsSchema.nullable(),
|
|
39
|
+
desktop_sdk_upload: RecallaiRetrieveRecording_DesktopSdkUploadReferenceSchema.nullable().optional(),
|
|
40
|
+
realtime_endpoints: zod.z.array(RecallaiRetrieveRecording_RealtimeEndpointReferenceSchema).describe("List of realtime endpoints associated with this recording for streaming or webhook delivery.")
|
|
41
|
+
}).describe("Complete recording information including metadata, status, and media links");
|
|
42
|
+
const recallaiRetrieveRecording = require_action.action("RECALLAI_RETRIEVE_RECORDING", {
|
|
43
|
+
slug: "recallai-retrieve-recording",
|
|
44
|
+
name: "Retrieve recording",
|
|
45
|
+
description: "Tool to retrieve detailed information about a specific recording by its UUID. Returns comprehensive recording data including creation timestamps, status, media file shortcuts, and associated bot or desktop SDK upload references. Use when you need to access recording details, download links, or check recording status.",
|
|
46
|
+
input: RecallaiRetrieveRecordingInput,
|
|
47
|
+
output: RecallaiRetrieveRecordingOutput
|
|
48
|
+
});
|
|
49
|
+
//#endregion
|
|
50
|
+
exports.recallaiRetrieveRecording = recallaiRetrieveRecording;
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=retrieve-recording.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-recording.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-recording.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiRetrieveRecordingInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the recording to retrieve.\"),\n});\nconst RecallaiRetrieveRecording_BotReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the bot.\"),\n metadata: z.object({}).describe(\"Custom metadata attached to the bot.\"),\n}).describe(\"Reference to a bot associated with the recording\");\nconst RecallaiRetrieveRecording_RecordingStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code indicating the current state of the recording (e.g., 'done', 'processing', 'failed').\"),\n sub_code: z.string().describe(\"Additional sub-status code providing more detailed information.\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated.\").nullable().optional(),\n}).describe(\"Status information for the recording\");\nconst RecallaiRetrieveRecording_MediaShortcutsSchema: z.ZodTypeAny = z.object({\n transcript: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n audio_mixed: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n video_mixed: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n meeting_metadata: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n participant_events: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n}).describe(\"Shortcuts to access various media files from the recording\");\nconst RecallaiRetrieveRecording_DesktopSdkUploadReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the desktop SDK upload.\"),\n metadata: z.object({}).describe(\"Custom metadata attached to the desktop SDK upload.\"),\n}).describe(\"Reference to a desktop SDK upload\");\nconst RecallaiRetrieveRecording_RealtimeEndpointReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the realtime endpoint.\"),\n metadata: z.object({}).describe(\"Custom metadata attached to the realtime endpoint.\"),\n}).describe(\"Reference to a realtime endpoint\");\nexport const RecallaiRetrieveRecordingOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the recording.\"),\n bot: RecallaiRetrieveRecording_BotReferenceSchema.nullable().optional(),\n status: RecallaiRetrieveRecording_RecordingStatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata attached to the recording. Keys are strings, values can be strings or null.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the recording was created.\"),\n expires_at: z.string().describe(\"ISO 8601 timestamp when the recording will expire and be deleted from storage.\").nullable().optional(),\n started_at: z.string().describe(\"ISO 8601 timestamp when the recording started. Null if not yet started.\").nullable().optional(),\n completed_at: z.string().describe(\"ISO 8601 timestamp when the recording was completed. Null if still in progress or failed.\").nullable().optional(),\n media_shortcuts: RecallaiRetrieveRecording_MediaShortcutsSchema.nullable(),\n desktop_sdk_upload: RecallaiRetrieveRecording_DesktopSdkUploadReferenceSchema.nullable().optional(),\n realtime_endpoints: z.array(RecallaiRetrieveRecording_RealtimeEndpointReferenceSchema).describe(\"List of realtime endpoints associated with this recording for streaming or webhook delivery.\"),\n}).describe(\"Complete recording information including metadata, status, and media links\");\n\nexport const recallaiRetrieveRecording = action(\"RECALLAI_RETRIEVE_RECORDING\", {\n slug: \"recallai-retrieve-recording\",\n name: \"Retrieve recording\",\n description: \"Tool to retrieve detailed information about a specific recording by its UUID. Returns comprehensive recording data including creation timestamps, status, media file shortcuts, and associated bot or desktop SDK upload references. Use when you need to access recording details, download links, or check recording status.\",\n input: RecallaiRetrieveRecordingInput,\n output: RecallaiRetrieveRecordingOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-recording.d.ts
|
|
4
|
+
declare const RecallaiRetrieveRecordingInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiRetrieveRecordingOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiRetrieveRecording: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiRetrieveRecording };
|
|
9
|
+
//# sourceMappingURL=retrieve-recording.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-recording.d.cts","names":[],"sources":["../../src/actions/retrieve-recording.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cAyBW,+BAAA,EAAiC,CAAA,CAAE,UAYyC;AAAA,cAE5E,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-recording.d.ts
|
|
4
|
+
declare const RecallaiRetrieveRecordingInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiRetrieveRecordingOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiRetrieveRecording: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiRetrieveRecording };
|
|
9
|
+
//# sourceMappingURL=retrieve-recording.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-recording.d.mts","names":[],"sources":["../../src/actions/retrieve-recording.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cAyBW,+BAAA,EAAiC,CAAA,CAAE,UAYyC;AAAA,cAE5E,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|