@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,104 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-meeting-direct-connect.ts
|
|
4
|
+
const RecallaiCreateMeetingDirectConnectInput = zod.z.object({
|
|
5
|
+
metadata: zod.z.object({}).describe("Optional key-value pairs for custom metadata. Values must be strings or null.").optional(),
|
|
6
|
+
zoom_rtms: zod.z.object({
|
|
7
|
+
signature: zod.z.string().describe("RTMS signature for authentication with Zoom servers"),
|
|
8
|
+
server_urls: zod.z.string().describe("Comma-separated list of RTMS server URLs provided by Zoom"),
|
|
9
|
+
meeting_uuid: zod.z.string().describe("The unique identifier for the Zoom meeting instance"),
|
|
10
|
+
rtms_stream_id: zod.z.string().describe("The RTMS stream identifier provided by Zoom")
|
|
11
|
+
}).describe("Zoom RTMS credentials for Direct Connect.").optional(),
|
|
12
|
+
recording_config: zod.z.object({
|
|
13
|
+
metadata: zod.z.object({}).describe("Additional metadata configuration").optional(),
|
|
14
|
+
retention: zod.z.object({}).describe("Data retention configuration").optional(),
|
|
15
|
+
transcript: zod.z.object({}).describe("Transcript recording configuration").optional(),
|
|
16
|
+
audio_mixed_mp3: zod.z.object({}).describe("Configuration for mixed audio in MP3 format").optional(),
|
|
17
|
+
audio_mixed_raw: zod.z.object({}).describe("Configuration for mixed audio in raw format").optional(),
|
|
18
|
+
legacy_settings: zod.z.object({}).describe("Legacy recording settings for backward compatibility").optional(),
|
|
19
|
+
video_mixed_flv: zod.z.object({}).describe("Configuration for mixed video in FLV format").optional(),
|
|
20
|
+
video_mixed_mp4: zod.z.object({}).describe("Configuration for mixed video in MP4 format").optional(),
|
|
21
|
+
meeting_metadata: zod.z.object({}).describe("Configuration for meeting metadata capture").optional(),
|
|
22
|
+
audio_separate_mp3: zod.z.object({}).describe("Configuration for separate audio tracks in MP3 format").optional(),
|
|
23
|
+
audio_separate_raw: zod.z.object({}).describe("Configuration for separate audio tracks in raw format").optional(),
|
|
24
|
+
participant_events: zod.z.object({}).describe("Configuration for participant event tracking").optional(),
|
|
25
|
+
realtime_endpoints: zod.z.array(zod.z.object({})).describe("List of real-time endpoints for streaming").optional(),
|
|
26
|
+
start_recording_on: zod.z.string().describe("When to start recording (e.g., 'call_join')").optional(),
|
|
27
|
+
video_mixed_layout: zod.z.union([zod.z.string(), zod.z.object({})]).optional(),
|
|
28
|
+
video_separate_mp4: zod.z.object({}).describe("Configuration for separate video tracks in MP4 format").optional(),
|
|
29
|
+
video_separate_png: zod.z.object({}).describe("Configuration for separate video frames in PNG format").optional(),
|
|
30
|
+
video_separate_h264: zod.z.object({}).describe("Configuration for separate video tracks in H.264 format").optional(),
|
|
31
|
+
video_mixed_participant_video_when_screenshare: zod.z.union([zod.z.string(), zod.z.object({})]).optional()
|
|
32
|
+
}).describe("Optional configuration for recording settings.").optional(),
|
|
33
|
+
google_meet_media_api: zod.z.object({
|
|
34
|
+
space_name: zod.z.string().describe("The Google Meet space name in the format 'spaces/{space_id}' where space_id is obtained from the meeting URL"),
|
|
35
|
+
access_token: zod.z.string().describe("OAuth 2.0 access token for Google Meet Media API with required scopes (meet.readonly, meet.space)")
|
|
36
|
+
}).describe("Google Meet Media API credentials for Direct Connect.").optional()
|
|
37
|
+
}).describe("Request model for creating a Meeting Direct Connect.");
|
|
38
|
+
const RecallaiCreateMeetingDirectConnect_StatusSchema = zod.z.object({
|
|
39
|
+
code: zod.z.string().describe("Status code indicating the current state (e.g., 'connecting', 'in_call', 'done', 'failed')"),
|
|
40
|
+
sub_code: zod.z.string().describe("Sub-status code providing additional detail about the current state").nullable().optional(),
|
|
41
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp of when the status was last updated")
|
|
42
|
+
}).describe("Status information for the Meeting Direct Connect.");
|
|
43
|
+
const RecallaiCreateMeetingDirectConnect_ZoomRTMSSchema = zod.z.object({
|
|
44
|
+
signature: zod.z.string().describe("RTMS signature for authentication with Zoom servers"),
|
|
45
|
+
server_urls: zod.z.string().describe("Comma-separated list of RTMS server URLs provided by Zoom"),
|
|
46
|
+
meeting_uuid: zod.z.string().describe("The unique identifier for the Zoom meeting instance"),
|
|
47
|
+
rtms_stream_id: zod.z.string().describe("The RTMS stream identifier provided by Zoom")
|
|
48
|
+
}).describe("Zoom RTMS credentials for Direct Connect.");
|
|
49
|
+
const RecallaiCreateMeetingDirectConnect_RecordingInfoSchema = zod.z.object({
|
|
50
|
+
id: zod.z.string().describe("Unique identifier (UUID) of the recording"),
|
|
51
|
+
status: zod.z.object({}).describe("Current status of the recording"),
|
|
52
|
+
metadata: zod.z.object({}).describe("Additional metadata associated with the recording").nullable().optional(),
|
|
53
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the recording was created"),
|
|
54
|
+
expires_at: zod.z.string().describe("ISO 8601 timestamp when the recording will expire").nullable().optional(),
|
|
55
|
+
started_at: zod.z.string().describe("ISO 8601 timestamp when the recording started").nullable().optional(),
|
|
56
|
+
completed_at: zod.z.string().describe("ISO 8601 timestamp when the recording was completed").nullable().optional(),
|
|
57
|
+
media_shortcuts: zod.z.object({}).describe("Shortcuts to various media outputs from the recording")
|
|
58
|
+
}).describe("Information about a recording associated with the Meeting Direct Connect.");
|
|
59
|
+
const RecallaiCreateMeetingDirectConnect_RecordingConfigSchema = zod.z.object({
|
|
60
|
+
metadata: zod.z.object({}).describe("Additional metadata configuration").nullable().optional(),
|
|
61
|
+
retention: zod.z.object({}).describe("Data retention configuration").nullable().optional(),
|
|
62
|
+
transcript: zod.z.object({}).describe("Transcript recording configuration").nullable().optional(),
|
|
63
|
+
audio_mixed_mp3: zod.z.object({}).describe("Configuration for mixed audio in MP3 format").nullable().optional(),
|
|
64
|
+
audio_mixed_raw: zod.z.object({}).describe("Configuration for mixed audio in raw format").nullable().optional(),
|
|
65
|
+
legacy_settings: zod.z.object({}).describe("Legacy recording settings for backward compatibility").nullable().optional(),
|
|
66
|
+
video_mixed_flv: zod.z.object({}).describe("Configuration for mixed video in FLV format").nullable().optional(),
|
|
67
|
+
video_mixed_mp4: zod.z.object({}).describe("Configuration for mixed video in MP4 format").nullable().optional(),
|
|
68
|
+
meeting_metadata: zod.z.object({}).describe("Configuration for meeting metadata capture").nullable().optional(),
|
|
69
|
+
audio_separate_mp3: zod.z.object({}).describe("Configuration for separate audio tracks in MP3 format").nullable().optional(),
|
|
70
|
+
audio_separate_raw: zod.z.object({}).describe("Configuration for separate audio tracks in raw format").nullable().optional(),
|
|
71
|
+
participant_events: zod.z.object({}).describe("Configuration for participant event tracking").nullable().optional(),
|
|
72
|
+
realtime_endpoints: zod.z.array(zod.z.object({})).describe("List of real-time endpoints for streaming").nullable().optional(),
|
|
73
|
+
start_recording_on: zod.z.string().describe("When to start recording (e.g., 'call_join')").nullable().optional(),
|
|
74
|
+
video_mixed_layout: zod.z.union([zod.z.string(), zod.z.object({})]).nullable().optional(),
|
|
75
|
+
video_separate_mp4: zod.z.object({}).describe("Configuration for separate video tracks in MP4 format").nullable().optional(),
|
|
76
|
+
video_separate_png: zod.z.object({}).describe("Configuration for separate video frames in PNG format").nullable().optional(),
|
|
77
|
+
video_separate_h264: zod.z.object({}).describe("Configuration for separate video tracks in H.264 format").nullable().optional(),
|
|
78
|
+
video_mixed_participant_video_when_screenshare: zod.z.union([zod.z.string(), zod.z.object({})]).nullable().optional()
|
|
79
|
+
}).describe("Optional configuration for recording settings.");
|
|
80
|
+
const RecallaiCreateMeetingDirectConnect_GoogleMeetMediaAPISchema = zod.z.object({
|
|
81
|
+
space_name: zod.z.string().describe("The Google Meet space name in the format 'spaces/{space_id}' where space_id is obtained from the meeting URL"),
|
|
82
|
+
access_token: zod.z.string().describe("OAuth 2.0 access token for Google Meet Media API with required scopes (meet.readonly, meet.space)")
|
|
83
|
+
}).describe("Google Meet Media API credentials for Direct Connect.");
|
|
84
|
+
const RecallaiCreateMeetingDirectConnectOutput = zod.z.object({
|
|
85
|
+
id: zod.z.string().describe("Unique identifier (UUID) for the Meeting Direct Connect"),
|
|
86
|
+
status: RecallaiCreateMeetingDirectConnect_StatusSchema.nullable(),
|
|
87
|
+
metadata: zod.z.object({}).describe("Custom metadata key-value pairs").nullable().optional(),
|
|
88
|
+
zoom_rtms: RecallaiCreateMeetingDirectConnect_ZoomRTMSSchema.nullable().optional(),
|
|
89
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the Meeting Direct Connect was created"),
|
|
90
|
+
recordings: zod.z.array(RecallaiCreateMeetingDirectConnect_RecordingInfoSchema).describe("List of recordings associated with this Meeting Direct Connect"),
|
|
91
|
+
recording_config: RecallaiCreateMeetingDirectConnect_RecordingConfigSchema.nullable().optional(),
|
|
92
|
+
google_meet_media_api: RecallaiCreateMeetingDirectConnect_GoogleMeetMediaAPISchema.nullable().optional()
|
|
93
|
+
}).describe("Response model for a created Meeting Direct Connect.");
|
|
94
|
+
const recallaiCreateMeetingDirectConnect = require_action.action("RECALLAI_CREATE_MEETING_DIRECT_CONNECT", {
|
|
95
|
+
slug: "recallai-create-meeting-direct-connect",
|
|
96
|
+
name: "Create Meeting Direct Connect",
|
|
97
|
+
description: "Tool to create a Meeting Direct Connect for Google Meet or Zoom. Use when you need to connect directly to a meeting platform's media stream via Google Meet Media API or Zoom RTMS. Either google_meet_media_api or zoom_rtms credentials must be provided, but not both.",
|
|
98
|
+
input: RecallaiCreateMeetingDirectConnectInput,
|
|
99
|
+
output: RecallaiCreateMeetingDirectConnectOutput
|
|
100
|
+
});
|
|
101
|
+
//#endregion
|
|
102
|
+
exports.recallaiCreateMeetingDirectConnect = recallaiCreateMeetingDirectConnect;
|
|
103
|
+
|
|
104
|
+
//# sourceMappingURL=create-meeting-direct-connect.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-meeting-direct-connect.cjs","names":["z","action"],"sources":["../../src/actions/create-meeting-direct-connect.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiCreateMeetingDirectConnectInput: z.ZodTypeAny = z.object({\n metadata: z.object({}).describe(\"Optional key-value pairs for custom metadata. Values must be strings or null.\").optional(),\n zoom_rtms: z.object({\n signature: z.string().describe(\"RTMS signature for authentication with Zoom servers\"),\n server_urls: z.string().describe(\"Comma-separated list of RTMS server URLs provided by Zoom\"),\n meeting_uuid: z.string().describe(\"The unique identifier for the Zoom meeting instance\"),\n rtms_stream_id: z.string().describe(\"The RTMS stream identifier provided by Zoom\"),\n}).describe(\"Zoom RTMS credentials for Direct Connect.\").optional(),\n recording_config: z.object({\n metadata: z.object({}).describe(\"Additional metadata configuration\").optional(),\n retention: z.object({}).describe(\"Data retention configuration\").optional(),\n transcript: z.object({}).describe(\"Transcript recording configuration\").optional(),\n audio_mixed_mp3: z.object({}).describe(\"Configuration for mixed audio in MP3 format\").optional(),\n audio_mixed_raw: z.object({}).describe(\"Configuration for mixed audio in raw format\").optional(),\n legacy_settings: z.object({}).describe(\"Legacy recording settings for backward compatibility\").optional(),\n video_mixed_flv: z.object({}).describe(\"Configuration for mixed video in FLV format\").optional(),\n video_mixed_mp4: z.object({}).describe(\"Configuration for mixed video in MP4 format\").optional(),\n meeting_metadata: z.object({}).describe(\"Configuration for meeting metadata capture\").optional(),\n audio_separate_mp3: z.object({}).describe(\"Configuration for separate audio tracks in MP3 format\").optional(),\n audio_separate_raw: z.object({}).describe(\"Configuration for separate audio tracks in raw format\").optional(),\n participant_events: z.object({}).describe(\"Configuration for participant event tracking\").optional(),\n realtime_endpoints: z.array(z.object({})).describe(\"List of real-time endpoints for streaming\").optional(),\n start_recording_on: z.string().describe(\"When to start recording (e.g., 'call_join')\").optional(),\n video_mixed_layout: z.union([z.string(), z.object({})]).optional(),\n video_separate_mp4: z.object({}).describe(\"Configuration for separate video tracks in MP4 format\").optional(),\n video_separate_png: z.object({}).describe(\"Configuration for separate video frames in PNG format\").optional(),\n video_separate_h264: z.object({}).describe(\"Configuration for separate video tracks in H.264 format\").optional(),\n video_mixed_participant_video_when_screenshare: z.union([z.string(), z.object({})]).optional(),\n}).describe(\"Optional configuration for recording settings.\").optional(),\n google_meet_media_api: z.object({\n space_name: z.string().describe(\"The Google Meet space name in the format 'spaces/{space_id}' where space_id is obtained from the meeting URL\"),\n access_token: z.string().describe(\"OAuth 2.0 access token for Google Meet Media API with required scopes (meet.readonly, meet.space)\"),\n}).describe(\"Google Meet Media API credentials for Direct Connect.\").optional(),\n}).describe(\"Request model for creating a Meeting Direct Connect.\");\nconst RecallaiCreateMeetingDirectConnect_StatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code indicating the current state (e.g., 'connecting', 'in_call', 'done', 'failed')\"),\n sub_code: z.string().describe(\"Sub-status code providing additional detail about the current state\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp of when the status was last updated\"),\n}).describe(\"Status information for the Meeting Direct Connect.\");\nconst RecallaiCreateMeetingDirectConnect_ZoomRTMSSchema: z.ZodTypeAny = z.object({\n signature: z.string().describe(\"RTMS signature for authentication with Zoom servers\"),\n server_urls: z.string().describe(\"Comma-separated list of RTMS server URLs provided by Zoom\"),\n meeting_uuid: z.string().describe(\"The unique identifier for the Zoom meeting instance\"),\n rtms_stream_id: z.string().describe(\"The RTMS stream identifier provided by Zoom\"),\n}).describe(\"Zoom RTMS credentials for Direct Connect.\");\nconst RecallaiCreateMeetingDirectConnect_RecordingInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the recording\"),\n status: z.object({}).describe(\"Current status of the recording\"),\n metadata: z.object({}).describe(\"Additional metadata associated with 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 will expire\").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 was completed\").nullable().optional(),\n media_shortcuts: z.object({}).describe(\"Shortcuts to various media outputs from the recording\"),\n}).describe(\"Information about a recording associated with the Meeting Direct Connect.\");\nconst RecallaiCreateMeetingDirectConnect_RecordingConfigSchema: z.ZodTypeAny = z.object({\n metadata: z.object({}).describe(\"Additional metadata configuration\").nullable().optional(),\n retention: z.object({}).describe(\"Data retention configuration\").nullable().optional(),\n transcript: z.object({}).describe(\"Transcript recording configuration\").nullable().optional(),\n audio_mixed_mp3: z.object({}).describe(\"Configuration for mixed audio in MP3 format\").nullable().optional(),\n audio_mixed_raw: z.object({}).describe(\"Configuration for mixed audio in raw format\").nullable().optional(),\n legacy_settings: z.object({}).describe(\"Legacy recording settings for backward compatibility\").nullable().optional(),\n video_mixed_flv: z.object({}).describe(\"Configuration for mixed video in FLV format\").nullable().optional(),\n video_mixed_mp4: z.object({}).describe(\"Configuration for mixed video in MP4 format\").nullable().optional(),\n meeting_metadata: z.object({}).describe(\"Configuration for meeting metadata capture\").nullable().optional(),\n audio_separate_mp3: z.object({}).describe(\"Configuration for separate audio tracks in MP3 format\").nullable().optional(),\n audio_separate_raw: z.object({}).describe(\"Configuration for separate audio tracks in raw format\").nullable().optional(),\n participant_events: z.object({}).describe(\"Configuration for participant event tracking\").nullable().optional(),\n realtime_endpoints: z.array(z.object({})).describe(\"List of real-time endpoints for streaming\").nullable().optional(),\n start_recording_on: z.string().describe(\"When to start recording (e.g., 'call_join')\").nullable().optional(),\n video_mixed_layout: z.union([z.string(), z.object({})]).nullable().optional(),\n video_separate_mp4: z.object({}).describe(\"Configuration for separate video tracks in MP4 format\").nullable().optional(),\n video_separate_png: z.object({}).describe(\"Configuration for separate video frames in PNG format\").nullable().optional(),\n video_separate_h264: z.object({}).describe(\"Configuration for separate video tracks in H.264 format\").nullable().optional(),\n video_mixed_participant_video_when_screenshare: z.union([z.string(), z.object({})]).nullable().optional(),\n}).describe(\"Optional configuration for recording settings.\");\nconst RecallaiCreateMeetingDirectConnect_GoogleMeetMediaAPISchema: z.ZodTypeAny = z.object({\n space_name: z.string().describe(\"The Google Meet space name in the format 'spaces/{space_id}' where space_id is obtained from the meeting URL\"),\n access_token: z.string().describe(\"OAuth 2.0 access token for Google Meet Media API with required scopes (meet.readonly, meet.space)\"),\n}).describe(\"Google Meet Media API credentials for Direct Connect.\");\nexport const RecallaiCreateMeetingDirectConnectOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the Meeting Direct Connect\"),\n status: RecallaiCreateMeetingDirectConnect_StatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata key-value pairs\").nullable().optional(),\n zoom_rtms: RecallaiCreateMeetingDirectConnect_ZoomRTMSSchema.nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the Meeting Direct Connect was created\"),\n recordings: z.array(RecallaiCreateMeetingDirectConnect_RecordingInfoSchema).describe(\"List of recordings associated with this Meeting Direct Connect\"),\n recording_config: RecallaiCreateMeetingDirectConnect_RecordingConfigSchema.nullable().optional(),\n google_meet_media_api: RecallaiCreateMeetingDirectConnect_GoogleMeetMediaAPISchema.nullable().optional(),\n}).describe(\"Response model for a created Meeting Direct Connect.\");\n\nexport const recallaiCreateMeetingDirectConnect = action(\"RECALLAI_CREATE_MEETING_DIRECT_CONNECT\", {\n slug: \"recallai-create-meeting-direct-connect\",\n name: \"Create Meeting Direct Connect\",\n description: \"Tool to create a Meeting Direct Connect for Google Meet or Zoom. Use when you need to connect directly to a meeting platform's media stream via Google Meet Media API or Zoom RTMS. Either google_meet_media_api or zoom_rtms credentials must be provided, but not both.\",\n input: RecallaiCreateMeetingDirectConnectInput,\n output: RecallaiCreateMeetingDirectConnectOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-meeting-direct-connect.d.ts
|
|
4
|
+
declare const RecallaiCreateMeetingDirectConnectInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiCreateMeetingDirectConnectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiCreateMeetingDirectConnect: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiCreateMeetingDirectConnect };
|
|
9
|
+
//# sourceMappingURL=create-meeting-direct-connect.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-meeting-direct-connect.d.cts","names":[],"sources":["../../src/actions/create-meeting-direct-connect.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAiCW;AAAA,cA+CtD,wCAAA,EAA0C,CAAA,CAAE,UASU;AAAA,cAEtD,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-meeting-direct-connect.d.ts
|
|
4
|
+
declare const RecallaiCreateMeetingDirectConnectInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiCreateMeetingDirectConnectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiCreateMeetingDirectConnect: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiCreateMeetingDirectConnect };
|
|
9
|
+
//# sourceMappingURL=create-meeting-direct-connect.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-meeting-direct-connect.d.mts","names":[],"sources":["../../src/actions/create-meeting-direct-connect.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAiCW;AAAA,cA+CtD,wCAAA,EAA0C,CAAA,CAAE,UASU;AAAA,cAEtD,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-meeting-direct-connect.ts
|
|
4
|
+
const RecallaiCreateMeetingDirectConnectInput = z.object({
|
|
5
|
+
metadata: z.object({}).describe("Optional key-value pairs for custom metadata. Values must be strings or null.").optional(),
|
|
6
|
+
zoom_rtms: z.object({
|
|
7
|
+
signature: z.string().describe("RTMS signature for authentication with Zoom servers"),
|
|
8
|
+
server_urls: z.string().describe("Comma-separated list of RTMS server URLs provided by Zoom"),
|
|
9
|
+
meeting_uuid: z.string().describe("The unique identifier for the Zoom meeting instance"),
|
|
10
|
+
rtms_stream_id: z.string().describe("The RTMS stream identifier provided by Zoom")
|
|
11
|
+
}).describe("Zoom RTMS credentials for Direct Connect.").optional(),
|
|
12
|
+
recording_config: z.object({
|
|
13
|
+
metadata: z.object({}).describe("Additional metadata configuration").optional(),
|
|
14
|
+
retention: z.object({}).describe("Data retention configuration").optional(),
|
|
15
|
+
transcript: z.object({}).describe("Transcript recording configuration").optional(),
|
|
16
|
+
audio_mixed_mp3: z.object({}).describe("Configuration for mixed audio in MP3 format").optional(),
|
|
17
|
+
audio_mixed_raw: z.object({}).describe("Configuration for mixed audio in raw format").optional(),
|
|
18
|
+
legacy_settings: z.object({}).describe("Legacy recording settings for backward compatibility").optional(),
|
|
19
|
+
video_mixed_flv: z.object({}).describe("Configuration for mixed video in FLV format").optional(),
|
|
20
|
+
video_mixed_mp4: z.object({}).describe("Configuration for mixed video in MP4 format").optional(),
|
|
21
|
+
meeting_metadata: z.object({}).describe("Configuration for meeting metadata capture").optional(),
|
|
22
|
+
audio_separate_mp3: z.object({}).describe("Configuration for separate audio tracks in MP3 format").optional(),
|
|
23
|
+
audio_separate_raw: z.object({}).describe("Configuration for separate audio tracks in raw format").optional(),
|
|
24
|
+
participant_events: z.object({}).describe("Configuration for participant event tracking").optional(),
|
|
25
|
+
realtime_endpoints: z.array(z.object({})).describe("List of real-time endpoints for streaming").optional(),
|
|
26
|
+
start_recording_on: z.string().describe("When to start recording (e.g., 'call_join')").optional(),
|
|
27
|
+
video_mixed_layout: z.union([z.string(), z.object({})]).optional(),
|
|
28
|
+
video_separate_mp4: z.object({}).describe("Configuration for separate video tracks in MP4 format").optional(),
|
|
29
|
+
video_separate_png: z.object({}).describe("Configuration for separate video frames in PNG format").optional(),
|
|
30
|
+
video_separate_h264: z.object({}).describe("Configuration for separate video tracks in H.264 format").optional(),
|
|
31
|
+
video_mixed_participant_video_when_screenshare: z.union([z.string(), z.object({})]).optional()
|
|
32
|
+
}).describe("Optional configuration for recording settings.").optional(),
|
|
33
|
+
google_meet_media_api: z.object({
|
|
34
|
+
space_name: z.string().describe("The Google Meet space name in the format 'spaces/{space_id}' where space_id is obtained from the meeting URL"),
|
|
35
|
+
access_token: z.string().describe("OAuth 2.0 access token for Google Meet Media API with required scopes (meet.readonly, meet.space)")
|
|
36
|
+
}).describe("Google Meet Media API credentials for Direct Connect.").optional()
|
|
37
|
+
}).describe("Request model for creating a Meeting Direct Connect.");
|
|
38
|
+
const RecallaiCreateMeetingDirectConnect_StatusSchema = z.object({
|
|
39
|
+
code: z.string().describe("Status code indicating the current state (e.g., 'connecting', 'in_call', 'done', 'failed')"),
|
|
40
|
+
sub_code: z.string().describe("Sub-status code providing additional detail about the current state").nullable().optional(),
|
|
41
|
+
updated_at: z.string().describe("ISO 8601 timestamp of when the status was last updated")
|
|
42
|
+
}).describe("Status information for the Meeting Direct Connect.");
|
|
43
|
+
const RecallaiCreateMeetingDirectConnect_ZoomRTMSSchema = z.object({
|
|
44
|
+
signature: z.string().describe("RTMS signature for authentication with Zoom servers"),
|
|
45
|
+
server_urls: z.string().describe("Comma-separated list of RTMS server URLs provided by Zoom"),
|
|
46
|
+
meeting_uuid: z.string().describe("The unique identifier for the Zoom meeting instance"),
|
|
47
|
+
rtms_stream_id: z.string().describe("The RTMS stream identifier provided by Zoom")
|
|
48
|
+
}).describe("Zoom RTMS credentials for Direct Connect.");
|
|
49
|
+
const RecallaiCreateMeetingDirectConnect_RecordingInfoSchema = z.object({
|
|
50
|
+
id: z.string().describe("Unique identifier (UUID) of the recording"),
|
|
51
|
+
status: z.object({}).describe("Current status of the recording"),
|
|
52
|
+
metadata: z.object({}).describe("Additional metadata associated with the recording").nullable().optional(),
|
|
53
|
+
created_at: z.string().describe("ISO 8601 timestamp when the recording was created"),
|
|
54
|
+
expires_at: z.string().describe("ISO 8601 timestamp when the recording will expire").nullable().optional(),
|
|
55
|
+
started_at: z.string().describe("ISO 8601 timestamp when the recording started").nullable().optional(),
|
|
56
|
+
completed_at: z.string().describe("ISO 8601 timestamp when the recording was completed").nullable().optional(),
|
|
57
|
+
media_shortcuts: z.object({}).describe("Shortcuts to various media outputs from the recording")
|
|
58
|
+
}).describe("Information about a recording associated with the Meeting Direct Connect.");
|
|
59
|
+
const RecallaiCreateMeetingDirectConnect_RecordingConfigSchema = z.object({
|
|
60
|
+
metadata: z.object({}).describe("Additional metadata configuration").nullable().optional(),
|
|
61
|
+
retention: z.object({}).describe("Data retention configuration").nullable().optional(),
|
|
62
|
+
transcript: z.object({}).describe("Transcript recording configuration").nullable().optional(),
|
|
63
|
+
audio_mixed_mp3: z.object({}).describe("Configuration for mixed audio in MP3 format").nullable().optional(),
|
|
64
|
+
audio_mixed_raw: z.object({}).describe("Configuration for mixed audio in raw format").nullable().optional(),
|
|
65
|
+
legacy_settings: z.object({}).describe("Legacy recording settings for backward compatibility").nullable().optional(),
|
|
66
|
+
video_mixed_flv: z.object({}).describe("Configuration for mixed video in FLV format").nullable().optional(),
|
|
67
|
+
video_mixed_mp4: z.object({}).describe("Configuration for mixed video in MP4 format").nullable().optional(),
|
|
68
|
+
meeting_metadata: z.object({}).describe("Configuration for meeting metadata capture").nullable().optional(),
|
|
69
|
+
audio_separate_mp3: z.object({}).describe("Configuration for separate audio tracks in MP3 format").nullable().optional(),
|
|
70
|
+
audio_separate_raw: z.object({}).describe("Configuration for separate audio tracks in raw format").nullable().optional(),
|
|
71
|
+
participant_events: z.object({}).describe("Configuration for participant event tracking").nullable().optional(),
|
|
72
|
+
realtime_endpoints: z.array(z.object({})).describe("List of real-time endpoints for streaming").nullable().optional(),
|
|
73
|
+
start_recording_on: z.string().describe("When to start recording (e.g., 'call_join')").nullable().optional(),
|
|
74
|
+
video_mixed_layout: z.union([z.string(), z.object({})]).nullable().optional(),
|
|
75
|
+
video_separate_mp4: z.object({}).describe("Configuration for separate video tracks in MP4 format").nullable().optional(),
|
|
76
|
+
video_separate_png: z.object({}).describe("Configuration for separate video frames in PNG format").nullable().optional(),
|
|
77
|
+
video_separate_h264: z.object({}).describe("Configuration for separate video tracks in H.264 format").nullable().optional(),
|
|
78
|
+
video_mixed_participant_video_when_screenshare: z.union([z.string(), z.object({})]).nullable().optional()
|
|
79
|
+
}).describe("Optional configuration for recording settings.");
|
|
80
|
+
const RecallaiCreateMeetingDirectConnect_GoogleMeetMediaAPISchema = z.object({
|
|
81
|
+
space_name: z.string().describe("The Google Meet space name in the format 'spaces/{space_id}' where space_id is obtained from the meeting URL"),
|
|
82
|
+
access_token: z.string().describe("OAuth 2.0 access token for Google Meet Media API with required scopes (meet.readonly, meet.space)")
|
|
83
|
+
}).describe("Google Meet Media API credentials for Direct Connect.");
|
|
84
|
+
const recallaiCreateMeetingDirectConnect = action("RECALLAI_CREATE_MEETING_DIRECT_CONNECT", {
|
|
85
|
+
slug: "recallai-create-meeting-direct-connect",
|
|
86
|
+
name: "Create Meeting Direct Connect",
|
|
87
|
+
description: "Tool to create a Meeting Direct Connect for Google Meet or Zoom. Use when you need to connect directly to a meeting platform's media stream via Google Meet Media API or Zoom RTMS. Either google_meet_media_api or zoom_rtms credentials must be provided, but not both.",
|
|
88
|
+
input: RecallaiCreateMeetingDirectConnectInput,
|
|
89
|
+
output: z.object({
|
|
90
|
+
id: z.string().describe("Unique identifier (UUID) for the Meeting Direct Connect"),
|
|
91
|
+
status: RecallaiCreateMeetingDirectConnect_StatusSchema.nullable(),
|
|
92
|
+
metadata: z.object({}).describe("Custom metadata key-value pairs").nullable().optional(),
|
|
93
|
+
zoom_rtms: RecallaiCreateMeetingDirectConnect_ZoomRTMSSchema.nullable().optional(),
|
|
94
|
+
created_at: z.string().describe("ISO 8601 timestamp when the Meeting Direct Connect was created"),
|
|
95
|
+
recordings: z.array(RecallaiCreateMeetingDirectConnect_RecordingInfoSchema).describe("List of recordings associated with this Meeting Direct Connect"),
|
|
96
|
+
recording_config: RecallaiCreateMeetingDirectConnect_RecordingConfigSchema.nullable().optional(),
|
|
97
|
+
google_meet_media_api: RecallaiCreateMeetingDirectConnect_GoogleMeetMediaAPISchema.nullable().optional()
|
|
98
|
+
}).describe("Response model for a created Meeting Direct Connect.")
|
|
99
|
+
});
|
|
100
|
+
//#endregion
|
|
101
|
+
export { recallaiCreateMeetingDirectConnect };
|
|
102
|
+
|
|
103
|
+
//# sourceMappingURL=create-meeting-direct-connect.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-meeting-direct-connect.mjs","names":[],"sources":["../../src/actions/create-meeting-direct-connect.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiCreateMeetingDirectConnectInput: z.ZodTypeAny = z.object({\n metadata: z.object({}).describe(\"Optional key-value pairs for custom metadata. Values must be strings or null.\").optional(),\n zoom_rtms: z.object({\n signature: z.string().describe(\"RTMS signature for authentication with Zoom servers\"),\n server_urls: z.string().describe(\"Comma-separated list of RTMS server URLs provided by Zoom\"),\n meeting_uuid: z.string().describe(\"The unique identifier for the Zoom meeting instance\"),\n rtms_stream_id: z.string().describe(\"The RTMS stream identifier provided by Zoom\"),\n}).describe(\"Zoom RTMS credentials for Direct Connect.\").optional(),\n recording_config: z.object({\n metadata: z.object({}).describe(\"Additional metadata configuration\").optional(),\n retention: z.object({}).describe(\"Data retention configuration\").optional(),\n transcript: z.object({}).describe(\"Transcript recording configuration\").optional(),\n audio_mixed_mp3: z.object({}).describe(\"Configuration for mixed audio in MP3 format\").optional(),\n audio_mixed_raw: z.object({}).describe(\"Configuration for mixed audio in raw format\").optional(),\n legacy_settings: z.object({}).describe(\"Legacy recording settings for backward compatibility\").optional(),\n video_mixed_flv: z.object({}).describe(\"Configuration for mixed video in FLV format\").optional(),\n video_mixed_mp4: z.object({}).describe(\"Configuration for mixed video in MP4 format\").optional(),\n meeting_metadata: z.object({}).describe(\"Configuration for meeting metadata capture\").optional(),\n audio_separate_mp3: z.object({}).describe(\"Configuration for separate audio tracks in MP3 format\").optional(),\n audio_separate_raw: z.object({}).describe(\"Configuration for separate audio tracks in raw format\").optional(),\n participant_events: z.object({}).describe(\"Configuration for participant event tracking\").optional(),\n realtime_endpoints: z.array(z.object({})).describe(\"List of real-time endpoints for streaming\").optional(),\n start_recording_on: z.string().describe(\"When to start recording (e.g., 'call_join')\").optional(),\n video_mixed_layout: z.union([z.string(), z.object({})]).optional(),\n video_separate_mp4: z.object({}).describe(\"Configuration for separate video tracks in MP4 format\").optional(),\n video_separate_png: z.object({}).describe(\"Configuration for separate video frames in PNG format\").optional(),\n video_separate_h264: z.object({}).describe(\"Configuration for separate video tracks in H.264 format\").optional(),\n video_mixed_participant_video_when_screenshare: z.union([z.string(), z.object({})]).optional(),\n}).describe(\"Optional configuration for recording settings.\").optional(),\n google_meet_media_api: z.object({\n space_name: z.string().describe(\"The Google Meet space name in the format 'spaces/{space_id}' where space_id is obtained from the meeting URL\"),\n access_token: z.string().describe(\"OAuth 2.0 access token for Google Meet Media API with required scopes (meet.readonly, meet.space)\"),\n}).describe(\"Google Meet Media API credentials for Direct Connect.\").optional(),\n}).describe(\"Request model for creating a Meeting Direct Connect.\");\nconst RecallaiCreateMeetingDirectConnect_StatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code indicating the current state (e.g., 'connecting', 'in_call', 'done', 'failed')\"),\n sub_code: z.string().describe(\"Sub-status code providing additional detail about the current state\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp of when the status was last updated\"),\n}).describe(\"Status information for the Meeting Direct Connect.\");\nconst RecallaiCreateMeetingDirectConnect_ZoomRTMSSchema: z.ZodTypeAny = z.object({\n signature: z.string().describe(\"RTMS signature for authentication with Zoom servers\"),\n server_urls: z.string().describe(\"Comma-separated list of RTMS server URLs provided by Zoom\"),\n meeting_uuid: z.string().describe(\"The unique identifier for the Zoom meeting instance\"),\n rtms_stream_id: z.string().describe(\"The RTMS stream identifier provided by Zoom\"),\n}).describe(\"Zoom RTMS credentials for Direct Connect.\");\nconst RecallaiCreateMeetingDirectConnect_RecordingInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the recording\"),\n status: z.object({}).describe(\"Current status of the recording\"),\n metadata: z.object({}).describe(\"Additional metadata associated with 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 will expire\").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 was completed\").nullable().optional(),\n media_shortcuts: z.object({}).describe(\"Shortcuts to various media outputs from the recording\"),\n}).describe(\"Information about a recording associated with the Meeting Direct Connect.\");\nconst RecallaiCreateMeetingDirectConnect_RecordingConfigSchema: z.ZodTypeAny = z.object({\n metadata: z.object({}).describe(\"Additional metadata configuration\").nullable().optional(),\n retention: z.object({}).describe(\"Data retention configuration\").nullable().optional(),\n transcript: z.object({}).describe(\"Transcript recording configuration\").nullable().optional(),\n audio_mixed_mp3: z.object({}).describe(\"Configuration for mixed audio in MP3 format\").nullable().optional(),\n audio_mixed_raw: z.object({}).describe(\"Configuration for mixed audio in raw format\").nullable().optional(),\n legacy_settings: z.object({}).describe(\"Legacy recording settings for backward compatibility\").nullable().optional(),\n video_mixed_flv: z.object({}).describe(\"Configuration for mixed video in FLV format\").nullable().optional(),\n video_mixed_mp4: z.object({}).describe(\"Configuration for mixed video in MP4 format\").nullable().optional(),\n meeting_metadata: z.object({}).describe(\"Configuration for meeting metadata capture\").nullable().optional(),\n audio_separate_mp3: z.object({}).describe(\"Configuration for separate audio tracks in MP3 format\").nullable().optional(),\n audio_separate_raw: z.object({}).describe(\"Configuration for separate audio tracks in raw format\").nullable().optional(),\n participant_events: z.object({}).describe(\"Configuration for participant event tracking\").nullable().optional(),\n realtime_endpoints: z.array(z.object({})).describe(\"List of real-time endpoints for streaming\").nullable().optional(),\n start_recording_on: z.string().describe(\"When to start recording (e.g., 'call_join')\").nullable().optional(),\n video_mixed_layout: z.union([z.string(), z.object({})]).nullable().optional(),\n video_separate_mp4: z.object({}).describe(\"Configuration for separate video tracks in MP4 format\").nullable().optional(),\n video_separate_png: z.object({}).describe(\"Configuration for separate video frames in PNG format\").nullable().optional(),\n video_separate_h264: z.object({}).describe(\"Configuration for separate video tracks in H.264 format\").nullable().optional(),\n video_mixed_participant_video_when_screenshare: z.union([z.string(), z.object({})]).nullable().optional(),\n}).describe(\"Optional configuration for recording settings.\");\nconst RecallaiCreateMeetingDirectConnect_GoogleMeetMediaAPISchema: z.ZodTypeAny = z.object({\n space_name: z.string().describe(\"The Google Meet space name in the format 'spaces/{space_id}' where space_id is obtained from the meeting URL\"),\n access_token: z.string().describe(\"OAuth 2.0 access token for Google Meet Media API with required scopes (meet.readonly, meet.space)\"),\n}).describe(\"Google Meet Media API credentials for Direct Connect.\");\nexport const RecallaiCreateMeetingDirectConnectOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the Meeting Direct Connect\"),\n status: RecallaiCreateMeetingDirectConnect_StatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata key-value pairs\").nullable().optional(),\n zoom_rtms: RecallaiCreateMeetingDirectConnect_ZoomRTMSSchema.nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the Meeting Direct Connect was created\"),\n recordings: z.array(RecallaiCreateMeetingDirectConnect_RecordingInfoSchema).describe(\"List of recordings associated with this Meeting Direct Connect\"),\n recording_config: RecallaiCreateMeetingDirectConnect_RecordingConfigSchema.nullable().optional(),\n google_meet_media_api: RecallaiCreateMeetingDirectConnect_GoogleMeetMediaAPISchema.nullable().optional(),\n}).describe(\"Response model for a created Meeting Direct Connect.\");\n\nexport const recallaiCreateMeetingDirectConnect = action(\"RECALLAI_CREATE_MEETING_DIRECT_CONNECT\", {\n slug: \"recallai-create-meeting-direct-connect\",\n name: \"Create Meeting Direct Connect\",\n description: \"Tool to create a Meeting Direct Connect for Google Meet or Zoom. Use when you need to connect directly to a meeting platform's media stream via Google Meet Media API or Zoom RTMS. Either google_meet_media_api or zoom_rtms credentials must be provided, but not both.\",\n input: RecallaiCreateMeetingDirectConnectInput,\n output: RecallaiCreateMeetingDirectConnectOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-sdk-upload.ts
|
|
4
|
+
const RecallaiCreateSdkUploadInput = zod.z.object({ recording_config: zod.z.object({
|
|
5
|
+
metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom metadata for the recording configuration.").optional(),
|
|
6
|
+
retention: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Configuration for data retention.").optional(),
|
|
7
|
+
transcript: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Configuration for transcript generation.").optional(),
|
|
8
|
+
audio_mixed_mp3: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Configuration for mixed MP3 audio output.").optional(),
|
|
9
|
+
video_mixed_mp4: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Configuration for mixed MP4 video output.").optional(),
|
|
10
|
+
participant_events: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Configuration for participant events.").optional(),
|
|
11
|
+
realtime_endpoints: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of real-time endpoints for streaming.").optional(),
|
|
12
|
+
video_mixed_participant_video_when_screenshare: zod.z.string().describe("Layout options for participant video during screenshare. Options: 'hide', 'beside', 'overlap' (default: 'overlap').").optional()
|
|
13
|
+
}).describe("Configuration for the Desktop SDK recording.").optional() });
|
|
14
|
+
const RecallaiCreateSdkUpload_StatusDetailsSchema = zod.z.object({
|
|
15
|
+
code: zod.z.string().describe("Status code of the SDK upload."),
|
|
16
|
+
sub_code: zod.z.string().describe("Sub-code providing additional status details.").nullable().optional(),
|
|
17
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the status was last updated.")
|
|
18
|
+
}).describe("Status details for the SDK upload.");
|
|
19
|
+
const RecallaiCreateSdkUpload_RecordingConfigSchema = zod.z.object({
|
|
20
|
+
metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom metadata for the recording configuration.").nullable().optional(),
|
|
21
|
+
retention: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Configuration for data retention.").nullable().optional(),
|
|
22
|
+
transcript: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Configuration for transcript generation.").nullable().optional(),
|
|
23
|
+
audio_mixed_mp3: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Configuration for mixed MP3 audio output.").nullable().optional(),
|
|
24
|
+
video_mixed_mp4: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Configuration for mixed MP4 video output.").nullable().optional(),
|
|
25
|
+
participant_events: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Configuration for participant events.").nullable().optional(),
|
|
26
|
+
realtime_endpoints: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of real-time endpoints for streaming.").nullable().optional(),
|
|
27
|
+
video_mixed_participant_video_when_screenshare: zod.z.string().describe("Layout options for participant video during screenshare. Options: 'hide', 'beside', 'overlap' (default: 'overlap').").nullable().optional()
|
|
28
|
+
}).describe("Configuration for the Desktop SDK recording.");
|
|
29
|
+
const RecallaiCreateSdkUploadOutput = zod.z.object({
|
|
30
|
+
id: zod.z.string().describe("Unique identifier (UUID) for the SDK upload."),
|
|
31
|
+
status: RecallaiCreateSdkUpload_StatusDetailsSchema.nullable(),
|
|
32
|
+
metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom metadata associated with the SDK upload.").nullable().optional(),
|
|
33
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the SDK upload was created."),
|
|
34
|
+
recording_id: zod.z.string().describe("Unique identifier for the associated recording."),
|
|
35
|
+
upload_token: zod.z.string().describe("Token to be used for uploading via the Desktop SDK."),
|
|
36
|
+
recording_config: RecallaiCreateSdkUpload_RecordingConfigSchema.nullable().optional()
|
|
37
|
+
});
|
|
38
|
+
const recallaiCreateSdkUpload = require_action.action("RECALLAI_CREATE_SDK_UPLOAD", {
|
|
39
|
+
slug: "recallai-create-sdk-upload",
|
|
40
|
+
name: "Create SDK Upload",
|
|
41
|
+
description: "Create a new Desktop SDK upload. Use this to generate an upload token that can be used with the Recall.ai Desktop SDK to upload recordings directly from desktop applications.",
|
|
42
|
+
input: RecallaiCreateSdkUploadInput,
|
|
43
|
+
output: RecallaiCreateSdkUploadOutput
|
|
44
|
+
});
|
|
45
|
+
//#endregion
|
|
46
|
+
exports.recallaiCreateSdkUpload = recallaiCreateSdkUpload;
|
|
47
|
+
|
|
48
|
+
//# sourceMappingURL=create-sdk-upload.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-sdk-upload.cjs","names":["z","action"],"sources":["../../src/actions/create-sdk-upload.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiCreateSdkUploadInput: z.ZodTypeAny = z.object({\n recording_config: z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata for the recording configuration.\").optional(),\n retention: z.record(z.string(), z.unknown()).describe(\"Configuration for data retention.\").optional(),\n transcript: z.record(z.string(), z.unknown()).describe(\"Configuration for transcript generation.\").optional(),\n audio_mixed_mp3: z.record(z.string(), z.unknown()).describe(\"Configuration for mixed MP3 audio output.\").optional(),\n video_mixed_mp4: z.record(z.string(), z.unknown()).describe(\"Configuration for mixed MP4 video output.\").optional(),\n participant_events: z.record(z.string(), z.unknown()).describe(\"Configuration for participant events.\").optional(),\n realtime_endpoints: z.array(z.record(z.string(), z.unknown())).describe(\"List of real-time endpoints for streaming.\").optional(),\n video_mixed_participant_video_when_screenshare: z.string().describe(\"Layout options for participant video during screenshare. Options: 'hide', 'beside', 'overlap' (default: 'overlap').\").optional(),\n}).describe(\"Configuration for the Desktop SDK recording.\").optional(),\n});\nconst RecallaiCreateSdkUpload_StatusDetailsSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code of the SDK upload.\"),\n sub_code: z.string().describe(\"Sub-code providing additional status details.\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated.\"),\n}).describe(\"Status details for the SDK upload.\");\nconst RecallaiCreateSdkUpload_RecordingConfigSchema: z.ZodTypeAny = z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata for the recording configuration.\").nullable().optional(),\n retention: z.record(z.string(), z.unknown()).describe(\"Configuration for data retention.\").nullable().optional(),\n transcript: z.record(z.string(), z.unknown()).describe(\"Configuration for transcript generation.\").nullable().optional(),\n audio_mixed_mp3: z.record(z.string(), z.unknown()).describe(\"Configuration for mixed MP3 audio output.\").nullable().optional(),\n video_mixed_mp4: z.record(z.string(), z.unknown()).describe(\"Configuration for mixed MP4 video output.\").nullable().optional(),\n participant_events: z.record(z.string(), z.unknown()).describe(\"Configuration for participant events.\").nullable().optional(),\n realtime_endpoints: z.array(z.record(z.string(), z.unknown())).describe(\"List of real-time endpoints for streaming.\").nullable().optional(),\n video_mixed_participant_video_when_screenshare: z.string().describe(\"Layout options for participant video during screenshare. Options: 'hide', 'beside', 'overlap' (default: 'overlap').\").nullable().optional(),\n}).describe(\"Configuration for the Desktop SDK recording.\");\nexport const RecallaiCreateSdkUploadOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the SDK upload.\"),\n status: RecallaiCreateSdkUpload_StatusDetailsSchema.nullable(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata associated with the SDK upload.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the SDK upload was created.\"),\n recording_id: z.string().describe(\"Unique identifier for the associated recording.\"),\n upload_token: z.string().describe(\"Token to be used for uploading via the Desktop SDK.\"),\n recording_config: RecallaiCreateSdkUpload_RecordingConfigSchema.nullable().optional(),\n});\n\nexport const recallaiCreateSdkUpload = action(\"RECALLAI_CREATE_SDK_UPLOAD\", {\n slug: \"recallai-create-sdk-upload\",\n name: \"Create SDK Upload\",\n description: \"Create a new Desktop SDK upload. Use this to generate an upload token that can be used with the Recall.ai Desktop SDK to upload recordings directly from desktop applications.\",\n input: RecallaiCreateSdkUploadInput,\n output: RecallaiCreateSdkUploadOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-sdk-upload.d.ts
|
|
4
|
+
declare const RecallaiCreateSdkUploadInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiCreateSdkUploadOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiCreateSdkUpload: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiCreateSdkUpload };
|
|
9
|
+
//# sourceMappingURL=create-sdk-upload.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-sdk-upload.d.cts","names":[],"sources":["../../src/actions/create-sdk-upload.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAW3C;AAAA,cAgBW,6BAAA,EAA+B,CAAA,CAAE,UAQ5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-sdk-upload.d.ts
|
|
4
|
+
declare const RecallaiCreateSdkUploadInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiCreateSdkUploadOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiCreateSdkUpload: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiCreateSdkUpload };
|
|
9
|
+
//# sourceMappingURL=create-sdk-upload.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-sdk-upload.d.mts","names":[],"sources":["../../src/actions/create-sdk-upload.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAW3C;AAAA,cAgBW,6BAAA,EAA+B,CAAA,CAAE,UAQ5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-sdk-upload.ts
|
|
4
|
+
const RecallaiCreateSdkUploadInput = z.object({ recording_config: z.object({
|
|
5
|
+
metadata: z.record(z.string(), z.unknown()).describe("Custom metadata for the recording configuration.").optional(),
|
|
6
|
+
retention: z.record(z.string(), z.unknown()).describe("Configuration for data retention.").optional(),
|
|
7
|
+
transcript: z.record(z.string(), z.unknown()).describe("Configuration for transcript generation.").optional(),
|
|
8
|
+
audio_mixed_mp3: z.record(z.string(), z.unknown()).describe("Configuration for mixed MP3 audio output.").optional(),
|
|
9
|
+
video_mixed_mp4: z.record(z.string(), z.unknown()).describe("Configuration for mixed MP4 video output.").optional(),
|
|
10
|
+
participant_events: z.record(z.string(), z.unknown()).describe("Configuration for participant events.").optional(),
|
|
11
|
+
realtime_endpoints: z.array(z.record(z.string(), z.unknown())).describe("List of real-time endpoints for streaming.").optional(),
|
|
12
|
+
video_mixed_participant_video_when_screenshare: z.string().describe("Layout options for participant video during screenshare. Options: 'hide', 'beside', 'overlap' (default: 'overlap').").optional()
|
|
13
|
+
}).describe("Configuration for the Desktop SDK recording.").optional() });
|
|
14
|
+
const RecallaiCreateSdkUpload_StatusDetailsSchema = z.object({
|
|
15
|
+
code: z.string().describe("Status code of the SDK upload."),
|
|
16
|
+
sub_code: z.string().describe("Sub-code providing additional status details.").nullable().optional(),
|
|
17
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the status was last updated.")
|
|
18
|
+
}).describe("Status details for the SDK upload.");
|
|
19
|
+
const RecallaiCreateSdkUpload_RecordingConfigSchema = z.object({
|
|
20
|
+
metadata: z.record(z.string(), z.unknown()).describe("Custom metadata for the recording configuration.").nullable().optional(),
|
|
21
|
+
retention: z.record(z.string(), z.unknown()).describe("Configuration for data retention.").nullable().optional(),
|
|
22
|
+
transcript: z.record(z.string(), z.unknown()).describe("Configuration for transcript generation.").nullable().optional(),
|
|
23
|
+
audio_mixed_mp3: z.record(z.string(), z.unknown()).describe("Configuration for mixed MP3 audio output.").nullable().optional(),
|
|
24
|
+
video_mixed_mp4: z.record(z.string(), z.unknown()).describe("Configuration for mixed MP4 video output.").nullable().optional(),
|
|
25
|
+
participant_events: z.record(z.string(), z.unknown()).describe("Configuration for participant events.").nullable().optional(),
|
|
26
|
+
realtime_endpoints: z.array(z.record(z.string(), z.unknown())).describe("List of real-time endpoints for streaming.").nullable().optional(),
|
|
27
|
+
video_mixed_participant_video_when_screenshare: z.string().describe("Layout options for participant video during screenshare. Options: 'hide', 'beside', 'overlap' (default: 'overlap').").nullable().optional()
|
|
28
|
+
}).describe("Configuration for the Desktop SDK recording.");
|
|
29
|
+
const recallaiCreateSdkUpload = action("RECALLAI_CREATE_SDK_UPLOAD", {
|
|
30
|
+
slug: "recallai-create-sdk-upload",
|
|
31
|
+
name: "Create SDK Upload",
|
|
32
|
+
description: "Create a new Desktop SDK upload. Use this to generate an upload token that can be used with the Recall.ai Desktop SDK to upload recordings directly from desktop applications.",
|
|
33
|
+
input: RecallaiCreateSdkUploadInput,
|
|
34
|
+
output: z.object({
|
|
35
|
+
id: z.string().describe("Unique identifier (UUID) for the SDK upload."),
|
|
36
|
+
status: RecallaiCreateSdkUpload_StatusDetailsSchema.nullable(),
|
|
37
|
+
metadata: z.record(z.string(), z.unknown()).describe("Custom metadata associated with the SDK upload.").nullable().optional(),
|
|
38
|
+
created_at: z.string().describe("ISO 8601 timestamp when the SDK upload was created."),
|
|
39
|
+
recording_id: z.string().describe("Unique identifier for the associated recording."),
|
|
40
|
+
upload_token: z.string().describe("Token to be used for uploading via the Desktop SDK."),
|
|
41
|
+
recording_config: RecallaiCreateSdkUpload_RecordingConfigSchema.nullable().optional()
|
|
42
|
+
})
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
export { recallaiCreateSdkUpload };
|
|
46
|
+
|
|
47
|
+
//# sourceMappingURL=create-sdk-upload.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-sdk-upload.mjs","names":[],"sources":["../../src/actions/create-sdk-upload.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiCreateSdkUploadInput: z.ZodTypeAny = z.object({\n recording_config: z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata for the recording configuration.\").optional(),\n retention: z.record(z.string(), z.unknown()).describe(\"Configuration for data retention.\").optional(),\n transcript: z.record(z.string(), z.unknown()).describe(\"Configuration for transcript generation.\").optional(),\n audio_mixed_mp3: z.record(z.string(), z.unknown()).describe(\"Configuration for mixed MP3 audio output.\").optional(),\n video_mixed_mp4: z.record(z.string(), z.unknown()).describe(\"Configuration for mixed MP4 video output.\").optional(),\n participant_events: z.record(z.string(), z.unknown()).describe(\"Configuration for participant events.\").optional(),\n realtime_endpoints: z.array(z.record(z.string(), z.unknown())).describe(\"List of real-time endpoints for streaming.\").optional(),\n video_mixed_participant_video_when_screenshare: z.string().describe(\"Layout options for participant video during screenshare. Options: 'hide', 'beside', 'overlap' (default: 'overlap').\").optional(),\n}).describe(\"Configuration for the Desktop SDK recording.\").optional(),\n});\nconst RecallaiCreateSdkUpload_StatusDetailsSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code of the SDK upload.\"),\n sub_code: z.string().describe(\"Sub-code providing additional status details.\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the status was last updated.\"),\n}).describe(\"Status details for the SDK upload.\");\nconst RecallaiCreateSdkUpload_RecordingConfigSchema: z.ZodTypeAny = z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata for the recording configuration.\").nullable().optional(),\n retention: z.record(z.string(), z.unknown()).describe(\"Configuration for data retention.\").nullable().optional(),\n transcript: z.record(z.string(), z.unknown()).describe(\"Configuration for transcript generation.\").nullable().optional(),\n audio_mixed_mp3: z.record(z.string(), z.unknown()).describe(\"Configuration for mixed MP3 audio output.\").nullable().optional(),\n video_mixed_mp4: z.record(z.string(), z.unknown()).describe(\"Configuration for mixed MP4 video output.\").nullable().optional(),\n participant_events: z.record(z.string(), z.unknown()).describe(\"Configuration for participant events.\").nullable().optional(),\n realtime_endpoints: z.array(z.record(z.string(), z.unknown())).describe(\"List of real-time endpoints for streaming.\").nullable().optional(),\n video_mixed_participant_video_when_screenshare: z.string().describe(\"Layout options for participant video during screenshare. Options: 'hide', 'beside', 'overlap' (default: 'overlap').\").nullable().optional(),\n}).describe(\"Configuration for the Desktop SDK recording.\");\nexport const RecallaiCreateSdkUploadOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the SDK upload.\"),\n status: RecallaiCreateSdkUpload_StatusDetailsSchema.nullable(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom metadata associated with the SDK upload.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the SDK upload was created.\"),\n recording_id: z.string().describe(\"Unique identifier for the associated recording.\"),\n upload_token: z.string().describe(\"Token to be used for uploading via the Desktop SDK.\"),\n recording_config: RecallaiCreateSdkUpload_RecordingConfigSchema.nullable().optional(),\n});\n\nexport const recallaiCreateSdkUpload = action(\"RECALLAI_CREATE_SDK_UPLOAD\", {\n slug: \"recallai-create-sdk-upload\",\n name: \"Create SDK Upload\",\n description: \"Create a new Desktop SDK upload. Use this to generate an upload token that can be used with the Recall.ai Desktop SDK to upload recordings directly from desktop applications.\",\n input: RecallaiCreateSdkUploadInput,\n output: RecallaiCreateSdkUploadOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-zoom-oauth-app.ts
|
|
4
|
+
const RecallaiCreateZoomOauthAppInput = zod.z.object({
|
|
5
|
+
kind: zod.z.enum(["user_level", "account_level"]).describe("Type of OAuth App: 'user_level' for User Level apps or 'account_level' for Account Level apps."),
|
|
6
|
+
client_id: zod.z.string().describe("Zoom OAuth client ID. Maximum 200 characters."),
|
|
7
|
+
client_secret: zod.z.string().describe("Zoom OAuth client secret. Maximum 200 characters."),
|
|
8
|
+
webhook_secret: zod.z.string().describe("Zoom webhook secret for validating webhook requests. Maximum 200 characters."),
|
|
9
|
+
verification_token: zod.z.string().describe("Zoom webhook verification token (optional). Maximum 200 characters.").optional()
|
|
10
|
+
});
|
|
11
|
+
const RecallaiCreateZoomOauthAppOutput = zod.z.object({
|
|
12
|
+
id: zod.z.string().describe("Unique identifier (UUID) of the created Zoom OAuth App"),
|
|
13
|
+
kind: zod.z.string().describe("Type of OAuth App (user_level or account_level)"),
|
|
14
|
+
client_id: zod.z.string().describe("Zoom OAuth client ID"),
|
|
15
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the Zoom OAuth App was created"),
|
|
16
|
+
client_secret: zod.z.string().describe("Zoom OAuth client secret"),
|
|
17
|
+
webhook_secret: zod.z.string().describe("Zoom webhook secret"),
|
|
18
|
+
webhook_last_validation: zod.z.string().describe("ISO 8601 timestamp of the last successful webhook validation").nullable().optional()
|
|
19
|
+
});
|
|
20
|
+
const recallaiCreateZoomOauthApp = require_action.action("RECALLAI_CREATE_ZOOM_OAUTH_APP", {
|
|
21
|
+
slug: "recallai-create-zoom-oauth-app",
|
|
22
|
+
name: "Create Zoom OAuth App",
|
|
23
|
+
description: "Tool to create a new Zoom OAuth App integration with Recall.ai. Use when you need to configure Zoom OAuth credentials to enable bots to join Zoom meetings.",
|
|
24
|
+
input: RecallaiCreateZoomOauthAppInput,
|
|
25
|
+
output: RecallaiCreateZoomOauthAppOutput
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
exports.recallaiCreateZoomOauthApp = recallaiCreateZoomOauthApp;
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=create-zoom-oauth-app.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-zoom-oauth-app.cjs","names":["z","action"],"sources":["../../src/actions/create-zoom-oauth-app.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiCreateZoomOauthAppInput: z.ZodTypeAny = z.object({\n kind: z.enum([\"user_level\", \"account_level\"]).describe(\"Type of OAuth App: 'user_level' for User Level apps or 'account_level' for Account Level apps.\"),\n client_id: z.string().describe(\"Zoom OAuth client ID. Maximum 200 characters.\"),\n client_secret: z.string().describe(\"Zoom OAuth client secret. Maximum 200 characters.\"),\n webhook_secret: z.string().describe(\"Zoom webhook secret for validating webhook requests. Maximum 200 characters.\"),\n verification_token: z.string().describe(\"Zoom webhook verification token (optional). Maximum 200 characters.\").optional(),\n});\nexport const RecallaiCreateZoomOauthAppOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the created Zoom OAuth App\"),\n kind: z.string().describe(\"Type of OAuth App (user_level or account_level)\"),\n client_id: z.string().describe(\"Zoom OAuth client ID\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the Zoom OAuth App was created\"),\n client_secret: z.string().describe(\"Zoom OAuth client secret\"),\n webhook_secret: z.string().describe(\"Zoom webhook secret\"),\n webhook_last_validation: z.string().describe(\"ISO 8601 timestamp of the last successful webhook validation\").nullable().optional(),\n});\n\nexport const recallaiCreateZoomOauthApp = action(\"RECALLAI_CREATE_ZOOM_OAUTH_APP\", {\n slug: \"recallai-create-zoom-oauth-app\",\n name: \"Create Zoom OAuth App\",\n description: \"Tool to create a new Zoom OAuth App integration with Recall.ai. Use when you need to configure Zoom OAuth credentials to enable bots to join Zoom meetings.\",\n input: RecallaiCreateZoomOauthAppInput,\n output: RecallaiCreateZoomOauthAppOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,MAAMA,IAAAA,EAAE,KAAK,CAAC,cAAc,eAAe,CAAC,CAAC,CAAC,SAAS,gGAAgG;CACvJ,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CACtF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;CAClH,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;AAC1H,CAAC;AACD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC3E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACrD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CAC7D,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACzD,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnI,CAAC;AAED,MAAa,6BAA6BC,eAAAA,OAAO,kCAAkC;CACjF,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/create-zoom-oauth-app.d.ts
|
|
4
|
+
declare const RecallaiCreateZoomOauthAppInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiCreateZoomOauthAppOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiCreateZoomOauthApp: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiCreateZoomOauthApp };
|
|
9
|
+
//# sourceMappingURL=create-zoom-oauth-app.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-zoom-oauth-app.d.cts","names":[],"sources":["../../src/actions/create-zoom-oauth-app.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAM9C;AAAA,cACW,gCAAA,EAAkC,CAAA,CAAE,UAQ/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-zoom-oauth-app.d.ts
|
|
4
|
+
declare const RecallaiCreateZoomOauthAppInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiCreateZoomOauthAppOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiCreateZoomOauthApp: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiCreateZoomOauthApp };
|
|
9
|
+
//# sourceMappingURL=create-zoom-oauth-app.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-zoom-oauth-app.d.mts","names":[],"sources":["../../src/actions/create-zoom-oauth-app.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAM9C;AAAA,cACW,gCAAA,EAAkC,CAAA,CAAE,UAQ/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const recallaiCreateZoomOauthApp = action("RECALLAI_CREATE_ZOOM_OAUTH_APP", {
|
|
4
|
+
slug: "recallai-create-zoom-oauth-app",
|
|
5
|
+
name: "Create Zoom OAuth App",
|
|
6
|
+
description: "Tool to create a new Zoom OAuth App integration with Recall.ai. Use when you need to configure Zoom OAuth credentials to enable bots to join Zoom meetings.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
kind: z.enum(["user_level", "account_level"]).describe("Type of OAuth App: 'user_level' for User Level apps or 'account_level' for Account Level apps."),
|
|
9
|
+
client_id: z.string().describe("Zoom OAuth client ID. Maximum 200 characters."),
|
|
10
|
+
client_secret: z.string().describe("Zoom OAuth client secret. Maximum 200 characters."),
|
|
11
|
+
webhook_secret: z.string().describe("Zoom webhook secret for validating webhook requests. Maximum 200 characters."),
|
|
12
|
+
verification_token: z.string().describe("Zoom webhook verification token (optional). Maximum 200 characters.").optional()
|
|
13
|
+
}),
|
|
14
|
+
output: z.object({
|
|
15
|
+
id: z.string().describe("Unique identifier (UUID) of the created Zoom OAuth App"),
|
|
16
|
+
kind: z.string().describe("Type of OAuth App (user_level or account_level)"),
|
|
17
|
+
client_id: z.string().describe("Zoom OAuth client ID"),
|
|
18
|
+
created_at: z.string().describe("ISO 8601 timestamp when the Zoom OAuth App was created"),
|
|
19
|
+
client_secret: z.string().describe("Zoom OAuth client secret"),
|
|
20
|
+
webhook_secret: z.string().describe("Zoom webhook secret"),
|
|
21
|
+
webhook_last_validation: z.string().describe("ISO 8601 timestamp of the last successful webhook validation").nullable().optional()
|
|
22
|
+
})
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { recallaiCreateZoomOauthApp };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=create-zoom-oauth-app.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-zoom-oauth-app.mjs","names":[],"sources":["../../src/actions/create-zoom-oauth-app.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiCreateZoomOauthAppInput: z.ZodTypeAny = z.object({\n kind: z.enum([\"user_level\", \"account_level\"]).describe(\"Type of OAuth App: 'user_level' for User Level apps or 'account_level' for Account Level apps.\"),\n client_id: z.string().describe(\"Zoom OAuth client ID. Maximum 200 characters.\"),\n client_secret: z.string().describe(\"Zoom OAuth client secret. Maximum 200 characters.\"),\n webhook_secret: z.string().describe(\"Zoom webhook secret for validating webhook requests. Maximum 200 characters.\"),\n verification_token: z.string().describe(\"Zoom webhook verification token (optional). Maximum 200 characters.\").optional(),\n});\nexport const RecallaiCreateZoomOauthAppOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the created Zoom OAuth App\"),\n kind: z.string().describe(\"Type of OAuth App (user_level or account_level)\"),\n client_id: z.string().describe(\"Zoom OAuth client ID\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the Zoom OAuth App was created\"),\n client_secret: z.string().describe(\"Zoom OAuth client secret\"),\n webhook_secret: z.string().describe(\"Zoom webhook secret\"),\n webhook_last_validation: z.string().describe(\"ISO 8601 timestamp of the last successful webhook validation\").nullable().optional(),\n});\n\nexport const recallaiCreateZoomOauthApp = action(\"RECALLAI_CREATE_ZOOM_OAUTH_APP\", {\n slug: \"recallai-create-zoom-oauth-app\",\n name: \"Create Zoom OAuth App\",\n description: \"Tool to create a new Zoom OAuth App integration with Recall.ai. Use when you need to configure Zoom OAuth credentials to enable bots to join Zoom meetings.\",\n input: RecallaiCreateZoomOauthAppInput,\n output: RecallaiCreateZoomOauthAppOutput,\n});\n"],"mappings":";;AAqBA,MAAa,6BAA6B,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArB2D,EAAE,OAAO;EACpE,MAAM,EAAE,KAAK,CAAC,cAAc,eAAe,CAAC,CAAC,CAAC,SAAS,gGAAgG;EACvJ,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC9E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EACtF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;EAClH,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CAC1H,CAeS;CACP,QAf4D,EAAE,OAAO;EACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EAC3E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EACrD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EACxF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;EAC7D,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EACzD,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,CAOU;AACV,CAAC"}
|