@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,21 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/stop-recording.ts
|
|
4
|
+
const RecallaiStopRecordingInput = zod.z.object({ id: zod.z.string().describe("The UUID of the bot whose recording should be stopped.") });
|
|
5
|
+
const RecallaiStopRecordingOutput = zod.z.object({
|
|
6
|
+
bot_id: zod.z.string().describe("The unique identifier of the bot."),
|
|
7
|
+
message: zod.z.string().describe("Status message providing additional information about the bot state.").nullable().optional(),
|
|
8
|
+
bot_name: zod.z.string().describe("The name of the bot.").nullable().optional(),
|
|
9
|
+
status_code: zod.z.string().describe("The current status code of the bot (e.g., 'in_call_not_recording', 'in_call_recording', 'done').").nullable().optional()
|
|
10
|
+
});
|
|
11
|
+
const recallaiStopRecording = require_action.action("RECALLAI_STOP_RECORDING", {
|
|
12
|
+
slug: "recallai-stop-recording",
|
|
13
|
+
name: "Stop recording",
|
|
14
|
+
description: "Stops the current recording for the specified bot. This creates a new recording entry in the bot's recordings field. Important: The bot must be actively recording for this action to succeed. If the bot is not in a call or not currently recording, the API will return a 400 error. Use the RECALLAI_RETRIEVE_BOT action to check the bot's status before attempting to stop recording. Note: For pausing and resuming a single continuous recording, use the pause/resume recording endpoints instead. Stop recording will create separate recording entries.",
|
|
15
|
+
input: RecallaiStopRecordingInput,
|
|
16
|
+
output: RecallaiStopRecordingOutput
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.recallaiStopRecording = recallaiStopRecording;
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=stop-recording.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop-recording.cjs","names":["z","action"],"sources":["../../src/actions/stop-recording.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiStopRecordingInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The UUID of the bot whose recording should be stopped.\"),\n});\nexport const RecallaiStopRecordingOutput: z.ZodTypeAny = z.object({\n bot_id: z.string().describe(\"The unique identifier of the bot.\"),\n message: z.string().describe(\"Status message providing additional information about the bot state.\").nullable().optional(),\n bot_name: z.string().describe(\"The name of the bot.\").nullable().optional(),\n status_code: z.string().describe(\"The current status code of the bot (e.g., 'in_call_not_recording', 'in_call_recording', 'done').\").nullable().optional(),\n});\n\nexport const recallaiStopRecording = action(\"RECALLAI_STOP_RECORDING\", {\n slug: \"recallai-stop-recording\",\n name: \"Stop recording\",\n description: \"Stops the current recording for the specified bot. This creates a new recording entry in the bot's recordings field. Important: The bot must be actively recording for this action to succeed. If the bot is not in a call or not currently recording, the API will return a 400 error. Use the RECALLAI_RETRIEVE_BOT action to check the bot's status before attempting to stop recording. Note: For pausing and resuming a single continuous recording, use the pause/resume recording endpoints instead. Stop recording will create separate recording entries.\",\n input: RecallaiStopRecordingInput,\n output: RecallaiStopRecordingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EAClF,CAAC;AACD,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3J,CAAC;AAED,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,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/stop-recording.d.ts
|
|
4
|
+
declare const RecallaiStopRecordingInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiStopRecordingOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiStopRecording: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiStopRecording };
|
|
9
|
+
//# sourceMappingURL=stop-recording.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop-recording.d.cts","names":[],"sources":["../../src/actions/stop-recording.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cACW,2BAAA,EAA6B,CAAA,CAAE,UAK1C;AAAA,cAEW,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/stop-recording.d.ts
|
|
4
|
+
declare const RecallaiStopRecordingInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiStopRecordingOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiStopRecording: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiStopRecording };
|
|
9
|
+
//# sourceMappingURL=stop-recording.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop-recording.d.mts","names":[],"sources":["../../src/actions/stop-recording.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cACW,2BAAA,EAA6B,CAAA,CAAE,UAK1C;AAAA,cAEW,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const recallaiStopRecording = action("RECALLAI_STOP_RECORDING", {
|
|
4
|
+
slug: "recallai-stop-recording",
|
|
5
|
+
name: "Stop recording",
|
|
6
|
+
description: "Stops the current recording for the specified bot. This creates a new recording entry in the bot's recordings field. Important: The bot must be actively recording for this action to succeed. If the bot is not in a call or not currently recording, the API will return a 400 error. Use the RECALLAI_RETRIEVE_BOT action to check the bot's status before attempting to stop recording. Note: For pausing and resuming a single continuous recording, use the pause/resume recording endpoints instead. Stop recording will create separate recording entries.",
|
|
7
|
+
input: z.object({ id: z.string().describe("The UUID of the bot whose recording should be stopped.") }),
|
|
8
|
+
output: z.object({
|
|
9
|
+
bot_id: z.string().describe("The unique identifier of the bot."),
|
|
10
|
+
message: z.string().describe("Status message providing additional information about the bot state.").nullable().optional(),
|
|
11
|
+
bot_name: z.string().describe("The name of the bot.").nullable().optional(),
|
|
12
|
+
status_code: z.string().describe("The current status code of the bot (e.g., 'in_call_not_recording', 'in_call_recording', 'done').").nullable().optional()
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
//#endregion
|
|
16
|
+
export { recallaiStopRecording };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=stop-recording.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stop-recording.mjs","names":[],"sources":["../../src/actions/stop-recording.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiStopRecordingInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The UUID of the bot whose recording should be stopped.\"),\n});\nexport const RecallaiStopRecordingOutput: z.ZodTypeAny = z.object({\n bot_id: z.string().describe(\"The unique identifier of the bot.\"),\n message: z.string().describe(\"Status message providing additional information about the bot state.\").nullable().optional(),\n bot_name: z.string().describe(\"The name of the bot.\").nullable().optional(),\n status_code: z.string().describe(\"The current status code of the bot (e.g., 'in_call_not_recording', 'in_call_recording', 'done').\").nullable().optional(),\n});\n\nexport const recallaiStopRecording = action(\"RECALLAI_STOP_RECORDING\", {\n slug: \"recallai-stop-recording\",\n name: \"Stop recording\",\n description: \"Stops the current recording for the specified bot. This creates a new recording entry in the bot's recordings field. Important: The bot must be actively recording for this action to succeed. If the bot is not in a call or not currently recording, the API will return a 400 error. Use the RECALLAI_RETRIEVE_BOT action to check the bot's status before attempting to stop recording. Note: For pausing and resuming a single continuous recording, use the pause/resume recording endpoints instead. Stop recording will create separate recording entries.\",\n input: RecallaiStopRecordingInput,\n output: RecallaiStopRecordingOutput,\n});\n"],"mappings":";;AAcA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAdsD,EAAE,OAAO,EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EAClF,CAYS;CACP,QAZuD,EAAE,OAAO;EAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3J,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-bot.ts
|
|
4
|
+
const RecallaiUpdateBotInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("A UUID string identifying the bot to update."),
|
|
6
|
+
chat: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Settings for the bot to send chat messages. Note: Chat functionality is only supported for Zoom, Google Meet and Microsoft Teams currently.").optional(),
|
|
7
|
+
zoom: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Zoom specific parameters like join_token_url, zak_url, user_email, obf_token_url.").optional(),
|
|
8
|
+
join_at: zod.z.string().describe("The time at which the bot will join the call, formatted in ISO 8601. This field can only be read from scheduled bots that have not yet joined a call. Once a bot has joined a call, it's join_at will be cleared.").optional(),
|
|
9
|
+
variant: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Configure bot variants per meeting platforms, e.g. {'zoom': 'web_4_core'}.").optional(),
|
|
10
|
+
bot_name: zod.z.string().describe("The name of the bot that will be displayed in the call. Note: Authenticated Google Meet bots will use the Google account name and this field will be ignored.").optional(),
|
|
11
|
+
metadata: zod.z.object({}).describe("Custom metadata as key-value pairs. Values must be strings or null.").optional(),
|
|
12
|
+
google_meet: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Google Meet specific parameters such as google_login_group_id.").optional(),
|
|
13
|
+
meeting_url: zod.z.string().describe("The url of the meeting. For example, https://zoom.us/j/123?pwd=456. This field will be cleared a few days after the bot has joined a call.").optional(),
|
|
14
|
+
output_media: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Settings for the bot output media including camera and screenshare configuration.").optional(),
|
|
15
|
+
breakout_room: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Configure how the bot handles breakout rooms. Currently, Zoom is supported. Examples: {'mode': 'join_main_room'} | {'mode': 'join_specific_room', 'room_id': '<uuid>'} | {'mode': 'auto_accept_all_invites'} (default).").optional(),
|
|
16
|
+
automatic_leave: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Settings for the bot to automatically leave the call. Configure timeouts for various scenarios like waiting room, empty meeting, recording states.").optional(),
|
|
17
|
+
recording_config: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Configure the recording generated by the bot. Includes options for getting meeting transcript, the layout of the recorded video, when to start recording and more.").optional(),
|
|
18
|
+
automatic_audio_output: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Settings for the bot to output audio.").optional(),
|
|
19
|
+
automatic_video_output: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Settings for the bot to output video. Image should be 16:9. Read more about this here: https://docs.recall.ai/docs/output-video-in-meetings").optional()
|
|
20
|
+
});
|
|
21
|
+
const RecallaiUpdateBotOutput = zod.z.object({
|
|
22
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the bot."),
|
|
23
|
+
chat: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Chat message settings.").nullable().optional(),
|
|
24
|
+
zoom: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Zoom specific parameters.").nullable().optional(),
|
|
25
|
+
join_at: zod.z.string().describe("The time at which the bot will join the call, formatted in ISO 8601.").nullable().optional(),
|
|
26
|
+
variant: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Bot variants per meeting platform.").nullable().optional(),
|
|
27
|
+
bot_name: zod.z.string().describe("The name of the bot that is displayed in the call."),
|
|
28
|
+
metadata: zod.z.object({}).describe("Custom metadata attached to the bot.").nullable().optional(),
|
|
29
|
+
recordings: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Recordings associated with this bot.").nullable().optional(),
|
|
30
|
+
slack_team: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Slack team information if applicable.").nullable().optional(),
|
|
31
|
+
google_meet: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Google Meet specific parameters.").nullable().optional(),
|
|
32
|
+
meeting_url: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
|
|
33
|
+
output_media: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Output media settings including camera and screenshare.").nullable().optional(),
|
|
34
|
+
breakout_room: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Breakout room handling configuration.").nullable().optional(),
|
|
35
|
+
status_changes: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Status change history for the bot.").nullable().optional(),
|
|
36
|
+
automatic_leave: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Automatic leave settings for the bot.").nullable().optional(),
|
|
37
|
+
recording_config: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Recording configuration for the bot.").nullable().optional(),
|
|
38
|
+
calendar_meetings: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Calendar meetings associated with this bot.").nullable().optional(),
|
|
39
|
+
automatic_audio_output: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Automatic audio output settings.").nullable().optional(),
|
|
40
|
+
automatic_video_output: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Automatic video output settings.").nullable().optional()
|
|
41
|
+
});
|
|
42
|
+
const recallaiUpdateBot = require_action.action("RECALLAI_UPDATE_BOT", {
|
|
43
|
+
slug: "recallai-update-bot",
|
|
44
|
+
name: "Update Bot",
|
|
45
|
+
description: "Tool to partially update a scheduled bot. Use when you need to modify bot settings like bot_name, metadata, or configuration options for a scheduled bot that has not yet completed. Only provide fields you want to update.",
|
|
46
|
+
input: RecallaiUpdateBotInput,
|
|
47
|
+
output: RecallaiUpdateBotOutput
|
|
48
|
+
});
|
|
49
|
+
//#endregion
|
|
50
|
+
exports.recallaiUpdateBot = recallaiUpdateBot;
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=update-bot.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-bot.cjs","names":["z","action"],"sources":["../../src/actions/update-bot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateBotInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the bot to update.\"),\n chat: z.record(z.string(), z.unknown()).describe(\"Settings for the bot to send chat messages. Note: Chat functionality is only supported for Zoom, Google Meet and Microsoft Teams currently.\").optional(),\n zoom: z.record(z.string(), z.unknown()).describe(\"Zoom specific parameters like join_token_url, zak_url, user_email, obf_token_url.\").optional(),\n join_at: z.string().describe(\"The time at which the bot will join the call, formatted in ISO 8601. This field can only be read from scheduled bots that have not yet joined a call. Once a bot has joined a call, it's join_at will be cleared.\").optional(),\n variant: z.record(z.string(), z.unknown()).describe(\"Configure bot variants per meeting platforms, e.g. {'zoom': 'web_4_core'}.\").optional(),\n bot_name: z.string().describe(\"The name of the bot that will be displayed in the call. Note: Authenticated Google Meet bots will use the Google account name and this field will be ignored.\").optional(),\n metadata: z.object({}).describe(\"Custom metadata as key-value pairs. Values must be strings or null.\").optional(),\n google_meet: z.record(z.string(), z.unknown()).describe(\"Google Meet specific parameters such as google_login_group_id.\").optional(),\n meeting_url: z.string().describe(\"The url of the meeting. For example, https://zoom.us/j/123?pwd=456. This field will be cleared a few days after the bot has joined a call.\").optional(),\n output_media: z.record(z.string(), z.unknown()).describe(\"Settings for the bot output media including camera and screenshare configuration.\").optional(),\n breakout_room: z.record(z.string(), z.unknown()).describe(\"Configure how the bot handles breakout rooms. Currently, Zoom is supported. Examples: {'mode': 'join_main_room'} | {'mode': 'join_specific_room', 'room_id': '<uuid>'} | {'mode': 'auto_accept_all_invites'} (default).\").optional(),\n automatic_leave: z.record(z.string(), z.unknown()).describe(\"Settings for the bot to automatically leave the call. Configure timeouts for various scenarios like waiting room, empty meeting, recording states.\").optional(),\n recording_config: z.record(z.string(), z.unknown()).describe(\"Configure the recording generated by the bot. Includes options for getting meeting transcript, the layout of the recorded video, when to start recording and more.\").optional(),\n automatic_audio_output: z.record(z.string(), z.unknown()).describe(\"Settings for the bot to output audio.\").optional(),\n automatic_video_output: z.record(z.string(), z.unknown()).describe(\"Settings for the bot to output video. Image should be 16:9. Read more about this here: https://docs.recall.ai/docs/output-video-in-meetings\").optional(),\n});\nexport const RecallaiUpdateBotOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the bot.\"),\n chat: z.record(z.string(), z.unknown()).describe(\"Chat message settings.\").nullable().optional(),\n zoom: z.record(z.string(), z.unknown()).describe(\"Zoom specific parameters.\").nullable().optional(),\n join_at: z.string().describe(\"The time at which the bot will join the call, formatted in ISO 8601.\").nullable().optional(),\n variant: z.record(z.string(), z.unknown()).describe(\"Bot variants per meeting platform.\").nullable().optional(),\n bot_name: z.string().describe(\"The name of the bot that is displayed in the call.\"),\n metadata: z.object({}).describe(\"Custom metadata attached to the bot.\").nullable().optional(),\n recordings: z.array(z.record(z.string(), z.unknown())).describe(\"Recordings associated with this bot.\").nullable().optional(),\n slack_team: z.record(z.string(), z.unknown()).describe(\"Slack team information if applicable.\").nullable().optional(),\n google_meet: z.record(z.string(), z.unknown()).describe(\"Google Meet specific parameters.\").nullable().optional(),\n meeting_url: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n output_media: z.record(z.string(), z.unknown()).describe(\"Output media settings including camera and screenshare.\").nullable().optional(),\n breakout_room: z.record(z.string(), z.unknown()).describe(\"Breakout room handling configuration.\").nullable().optional(),\n status_changes: z.array(z.record(z.string(), z.unknown())).describe(\"Status change history for the bot.\").nullable().optional(),\n automatic_leave: z.record(z.string(), z.unknown()).describe(\"Automatic leave settings for the bot.\").nullable().optional(),\n recording_config: z.record(z.string(), z.unknown()).describe(\"Recording configuration for the bot.\").nullable().optional(),\n calendar_meetings: z.array(z.record(z.string(), z.unknown())).describe(\"Calendar meetings associated with this bot.\").nullable().optional(),\n automatic_audio_output: z.record(z.string(), z.unknown()).describe(\"Automatic audio output settings.\").nullable().optional(),\n automatic_video_output: z.record(z.string(), z.unknown()).describe(\"Automatic video output settings.\").nullable().optional(),\n});\n\nexport const recallaiUpdateBot = action(\"RECALLAI_UPDATE_BOT\", {\n slug: \"recallai-update-bot\",\n name: \"Update Bot\",\n description: \"Tool to partially update a scheduled bot. Use when you need to modify bot settings like bot_name, metadata, or configuration options for a scheduled bot that has not yet completed. Only provide fields you want to update.\",\n input: RecallaiUpdateBotInput,\n output: RecallaiUpdateBotOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-bot.d.ts
|
|
4
|
+
declare const RecallaiUpdateBotInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiUpdateBotOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiUpdateBot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiUpdateBot };
|
|
9
|
+
//# sourceMappingURL=update-bot.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-bot.d.cts","names":[],"sources":["../../src/actions/update-bot.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAgBrC;AAAA,cACW,uBAAA,EAAyB,CAAA,CAAE,UAoBtC;AAAA,cAEW,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-bot.d.ts
|
|
4
|
+
declare const RecallaiUpdateBotInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiUpdateBotOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiUpdateBot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiUpdateBot };
|
|
9
|
+
//# sourceMappingURL=update-bot.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-bot.d.mts","names":[],"sources":["../../src/actions/update-bot.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAgBrC;AAAA,cACW,uBAAA,EAAyB,CAAA,CAAE,UAoBtC;AAAA,cAEW,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const recallaiUpdateBot = action("RECALLAI_UPDATE_BOT", {
|
|
4
|
+
slug: "recallai-update-bot",
|
|
5
|
+
name: "Update Bot",
|
|
6
|
+
description: "Tool to partially update a scheduled bot. Use when you need to modify bot settings like bot_name, metadata, or configuration options for a scheduled bot that has not yet completed. Only provide fields you want to update.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.string().describe("A UUID string identifying the bot to update."),
|
|
9
|
+
chat: z.record(z.string(), z.unknown()).describe("Settings for the bot to send chat messages. Note: Chat functionality is only supported for Zoom, Google Meet and Microsoft Teams currently.").optional(),
|
|
10
|
+
zoom: z.record(z.string(), z.unknown()).describe("Zoom specific parameters like join_token_url, zak_url, user_email, obf_token_url.").optional(),
|
|
11
|
+
join_at: z.string().describe("The time at which the bot will join the call, formatted in ISO 8601. This field can only be read from scheduled bots that have not yet joined a call. Once a bot has joined a call, it's join_at will be cleared.").optional(),
|
|
12
|
+
variant: z.record(z.string(), z.unknown()).describe("Configure bot variants per meeting platforms, e.g. {'zoom': 'web_4_core'}.").optional(),
|
|
13
|
+
bot_name: z.string().describe("The name of the bot that will be displayed in the call. Note: Authenticated Google Meet bots will use the Google account name and this field will be ignored.").optional(),
|
|
14
|
+
metadata: z.object({}).describe("Custom metadata as key-value pairs. Values must be strings or null.").optional(),
|
|
15
|
+
google_meet: z.record(z.string(), z.unknown()).describe("Google Meet specific parameters such as google_login_group_id.").optional(),
|
|
16
|
+
meeting_url: z.string().describe("The url of the meeting. For example, https://zoom.us/j/123?pwd=456. This field will be cleared a few days after the bot has joined a call.").optional(),
|
|
17
|
+
output_media: z.record(z.string(), z.unknown()).describe("Settings for the bot output media including camera and screenshare configuration.").optional(),
|
|
18
|
+
breakout_room: z.record(z.string(), z.unknown()).describe("Configure how the bot handles breakout rooms. Currently, Zoom is supported. Examples: {'mode': 'join_main_room'} | {'mode': 'join_specific_room', 'room_id': '<uuid>'} | {'mode': 'auto_accept_all_invites'} (default).").optional(),
|
|
19
|
+
automatic_leave: z.record(z.string(), z.unknown()).describe("Settings for the bot to automatically leave the call. Configure timeouts for various scenarios like waiting room, empty meeting, recording states.").optional(),
|
|
20
|
+
recording_config: z.record(z.string(), z.unknown()).describe("Configure the recording generated by the bot. Includes options for getting meeting transcript, the layout of the recorded video, when to start recording and more.").optional(),
|
|
21
|
+
automatic_audio_output: z.record(z.string(), z.unknown()).describe("Settings for the bot to output audio.").optional(),
|
|
22
|
+
automatic_video_output: z.record(z.string(), z.unknown()).describe("Settings for the bot to output video. Image should be 16:9. Read more about this here: https://docs.recall.ai/docs/output-video-in-meetings").optional()
|
|
23
|
+
}),
|
|
24
|
+
output: z.object({
|
|
25
|
+
id: z.string().describe("The unique identifier (UUID) of the bot."),
|
|
26
|
+
chat: z.record(z.string(), z.unknown()).describe("Chat message settings.").nullable().optional(),
|
|
27
|
+
zoom: z.record(z.string(), z.unknown()).describe("Zoom specific parameters.").nullable().optional(),
|
|
28
|
+
join_at: z.string().describe("The time at which the bot will join the call, formatted in ISO 8601.").nullable().optional(),
|
|
29
|
+
variant: z.record(z.string(), z.unknown()).describe("Bot variants per meeting platform.").nullable().optional(),
|
|
30
|
+
bot_name: z.string().describe("The name of the bot that is displayed in the call."),
|
|
31
|
+
metadata: z.object({}).describe("Custom metadata attached to the bot.").nullable().optional(),
|
|
32
|
+
recordings: z.array(z.record(z.string(), z.unknown())).describe("Recordings associated with this bot.").nullable().optional(),
|
|
33
|
+
slack_team: z.record(z.string(), z.unknown()).describe("Slack team information if applicable.").nullable().optional(),
|
|
34
|
+
google_meet: z.record(z.string(), z.unknown()).describe("Google Meet specific parameters.").nullable().optional(),
|
|
35
|
+
meeting_url: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),
|
|
36
|
+
output_media: z.record(z.string(), z.unknown()).describe("Output media settings including camera and screenshare.").nullable().optional(),
|
|
37
|
+
breakout_room: z.record(z.string(), z.unknown()).describe("Breakout room handling configuration.").nullable().optional(),
|
|
38
|
+
status_changes: z.array(z.record(z.string(), z.unknown())).describe("Status change history for the bot.").nullable().optional(),
|
|
39
|
+
automatic_leave: z.record(z.string(), z.unknown()).describe("Automatic leave settings for the bot.").nullable().optional(),
|
|
40
|
+
recording_config: z.record(z.string(), z.unknown()).describe("Recording configuration for the bot.").nullable().optional(),
|
|
41
|
+
calendar_meetings: z.array(z.record(z.string(), z.unknown())).describe("Calendar meetings associated with this bot.").nullable().optional(),
|
|
42
|
+
automatic_audio_output: z.record(z.string(), z.unknown()).describe("Automatic audio output settings.").nullable().optional(),
|
|
43
|
+
automatic_video_output: z.record(z.string(), z.unknown()).describe("Automatic video output settings.").nullable().optional()
|
|
44
|
+
})
|
|
45
|
+
});
|
|
46
|
+
//#endregion
|
|
47
|
+
export { recallaiUpdateBot };
|
|
48
|
+
|
|
49
|
+
//# sourceMappingURL=update-bot.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-bot.mjs","names":[],"sources":["../../src/actions/update-bot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateBotInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the bot to update.\"),\n chat: z.record(z.string(), z.unknown()).describe(\"Settings for the bot to send chat messages. Note: Chat functionality is only supported for Zoom, Google Meet and Microsoft Teams currently.\").optional(),\n zoom: z.record(z.string(), z.unknown()).describe(\"Zoom specific parameters like join_token_url, zak_url, user_email, obf_token_url.\").optional(),\n join_at: z.string().describe(\"The time at which the bot will join the call, formatted in ISO 8601. This field can only be read from scheduled bots that have not yet joined a call. Once a bot has joined a call, it's join_at will be cleared.\").optional(),\n variant: z.record(z.string(), z.unknown()).describe(\"Configure bot variants per meeting platforms, e.g. {'zoom': 'web_4_core'}.\").optional(),\n bot_name: z.string().describe(\"The name of the bot that will be displayed in the call. Note: Authenticated Google Meet bots will use the Google account name and this field will be ignored.\").optional(),\n metadata: z.object({}).describe(\"Custom metadata as key-value pairs. Values must be strings or null.\").optional(),\n google_meet: z.record(z.string(), z.unknown()).describe(\"Google Meet specific parameters such as google_login_group_id.\").optional(),\n meeting_url: z.string().describe(\"The url of the meeting. For example, https://zoom.us/j/123?pwd=456. This field will be cleared a few days after the bot has joined a call.\").optional(),\n output_media: z.record(z.string(), z.unknown()).describe(\"Settings for the bot output media including camera and screenshare configuration.\").optional(),\n breakout_room: z.record(z.string(), z.unknown()).describe(\"Configure how the bot handles breakout rooms. Currently, Zoom is supported. Examples: {'mode': 'join_main_room'} | {'mode': 'join_specific_room', 'room_id': '<uuid>'} | {'mode': 'auto_accept_all_invites'} (default).\").optional(),\n automatic_leave: z.record(z.string(), z.unknown()).describe(\"Settings for the bot to automatically leave the call. Configure timeouts for various scenarios like waiting room, empty meeting, recording states.\").optional(),\n recording_config: z.record(z.string(), z.unknown()).describe(\"Configure the recording generated by the bot. Includes options for getting meeting transcript, the layout of the recorded video, when to start recording and more.\").optional(),\n automatic_audio_output: z.record(z.string(), z.unknown()).describe(\"Settings for the bot to output audio.\").optional(),\n automatic_video_output: z.record(z.string(), z.unknown()).describe(\"Settings for the bot to output video. Image should be 16:9. Read more about this here: https://docs.recall.ai/docs/output-video-in-meetings\").optional(),\n});\nexport const RecallaiUpdateBotOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the bot.\"),\n chat: z.record(z.string(), z.unknown()).describe(\"Chat message settings.\").nullable().optional(),\n zoom: z.record(z.string(), z.unknown()).describe(\"Zoom specific parameters.\").nullable().optional(),\n join_at: z.string().describe(\"The time at which the bot will join the call, formatted in ISO 8601.\").nullable().optional(),\n variant: z.record(z.string(), z.unknown()).describe(\"Bot variants per meeting platform.\").nullable().optional(),\n bot_name: z.string().describe(\"The name of the bot that is displayed in the call.\"),\n metadata: z.object({}).describe(\"Custom metadata attached to the bot.\").nullable().optional(),\n recordings: z.array(z.record(z.string(), z.unknown())).describe(\"Recordings associated with this bot.\").nullable().optional(),\n slack_team: z.record(z.string(), z.unknown()).describe(\"Slack team information if applicable.\").nullable().optional(),\n google_meet: z.record(z.string(), z.unknown()).describe(\"Google Meet specific parameters.\").nullable().optional(),\n meeting_url: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n output_media: z.record(z.string(), z.unknown()).describe(\"Output media settings including camera and screenshare.\").nullable().optional(),\n breakout_room: z.record(z.string(), z.unknown()).describe(\"Breakout room handling configuration.\").nullable().optional(),\n status_changes: z.array(z.record(z.string(), z.unknown())).describe(\"Status change history for the bot.\").nullable().optional(),\n automatic_leave: z.record(z.string(), z.unknown()).describe(\"Automatic leave settings for the bot.\").nullable().optional(),\n recording_config: z.record(z.string(), z.unknown()).describe(\"Recording configuration for the bot.\").nullable().optional(),\n calendar_meetings: z.array(z.record(z.string(), z.unknown())).describe(\"Calendar meetings associated with this bot.\").nullable().optional(),\n automatic_audio_output: z.record(z.string(), z.unknown()).describe(\"Automatic audio output settings.\").nullable().optional(),\n automatic_video_output: z.record(z.string(), z.unknown()).describe(\"Automatic video output settings.\").nullable().optional(),\n});\n\nexport const recallaiUpdateBot = action(\"RECALLAI_UPDATE_BOT\", {\n slug: \"recallai-update-bot\",\n name: \"Update Bot\",\n description: \"Tool to partially update a scheduled bot. Use when you need to modify bot settings like bot_name, metadata, or configuration options for a scheduled bot that has not yet completed. Only provide fields you want to update.\",\n input: RecallaiUpdateBotInput,\n output: RecallaiUpdateBotOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-calendar-user.ts
|
|
4
|
+
const RecallaiUpdateCalendarUserInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the calendar user to update"),
|
|
6
|
+
connections: zod.z.array(zod.z.object({
|
|
7
|
+
id: zod.z.string().describe("The unique identifier for this calendar connection").optional(),
|
|
8
|
+
email: zod.z.string().describe("The email address associated with this calendar connection").optional(),
|
|
9
|
+
platform: zod.z.enum(["google", "microsoft"]).describe("The calendar platform (google or microsoft)"),
|
|
10
|
+
connected: zod.z.boolean().describe("Whether the platform connection is enabled or disabled")
|
|
11
|
+
}).describe("Calendar platform connection settings")).describe("List of calendar platform connections with their enabled/disabled status"),
|
|
12
|
+
external_id: zod.z.string().describe("External identifier for the calendar user").optional(),
|
|
13
|
+
preferences: zod.z.object({
|
|
14
|
+
id: zod.z.string().describe("The unique identifier for these preferences").optional(),
|
|
15
|
+
bot_name: zod.z.string().describe("The display name for the recording bot in meetings").optional(),
|
|
16
|
+
record_external: zod.z.boolean().describe("Whether to record external meetings (with participants outside the organization)").optional(),
|
|
17
|
+
record_internal: zod.z.boolean().describe("Whether to record internal meetings (with participants within the organization)").optional(),
|
|
18
|
+
record_non_host: zod.z.boolean().describe("Whether to record meetings where the user is not the host").optional(),
|
|
19
|
+
record_confirmed: zod.z.boolean().describe("Whether to record confirmed meetings").optional(),
|
|
20
|
+
record_only_host: zod.z.boolean().describe("Whether to only record meetings where the user is the host").optional(),
|
|
21
|
+
record_recurring: zod.z.boolean().describe("Whether to record recurring meetings").optional()
|
|
22
|
+
}).describe("Recording preferences for calendar user").optional()
|
|
23
|
+
});
|
|
24
|
+
const RecallaiUpdateCalendarUser_CalendarPlatformSchema = zod.z.enum(["google", "microsoft"]).describe("Calendar platform types");
|
|
25
|
+
const RecallaiUpdateCalendarUser_CalendarConnectionSchema = zod.z.object({
|
|
26
|
+
id: zod.z.string().describe("The unique identifier for this calendar connection").nullable().optional(),
|
|
27
|
+
email: zod.z.string().describe("The email address associated with this calendar connection").nullable().optional(),
|
|
28
|
+
platform: RecallaiUpdateCalendarUser_CalendarPlatformSchema.nullable(),
|
|
29
|
+
connected: zod.z.boolean().describe("Whether the platform connection is enabled or disabled")
|
|
30
|
+
}).describe("Calendar platform connection settings");
|
|
31
|
+
const RecallaiUpdateCalendarUser_RecordingPreferencesSchema = zod.z.object({
|
|
32
|
+
id: zod.z.string().describe("The unique identifier for these preferences").nullable().optional(),
|
|
33
|
+
bot_name: zod.z.string().describe("The display name for the recording bot in meetings").nullable().optional(),
|
|
34
|
+
record_external: zod.z.boolean().describe("Whether to record external meetings (with participants outside the organization)").nullable().optional(),
|
|
35
|
+
record_internal: zod.z.boolean().describe("Whether to record internal meetings (with participants within the organization)").nullable().optional(),
|
|
36
|
+
record_non_host: zod.z.boolean().describe("Whether to record meetings where the user is not the host").nullable().optional(),
|
|
37
|
+
record_confirmed: zod.z.boolean().describe("Whether to record confirmed meetings").nullable().optional(),
|
|
38
|
+
record_only_host: zod.z.boolean().describe("Whether to only record meetings where the user is the host").nullable().optional(),
|
|
39
|
+
record_recurring: zod.z.boolean().describe("Whether to record recurring meetings").nullable().optional()
|
|
40
|
+
}).describe("Recording preferences for calendar user");
|
|
41
|
+
const RecallaiUpdateCalendarUserOutput = zod.z.object({
|
|
42
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the calendar user"),
|
|
43
|
+
connections: zod.z.array(RecallaiUpdateCalendarUser_CalendarConnectionSchema).describe("List of calendar platform connections"),
|
|
44
|
+
external_id: zod.z.string().describe("External identifier for the calendar user").nullable().optional(),
|
|
45
|
+
preferences: RecallaiUpdateCalendarUser_RecordingPreferencesSchema.nullable().optional()
|
|
46
|
+
});
|
|
47
|
+
const recallaiUpdateCalendarUser = require_action.action("RECALLAI_UPDATE_CALENDAR_USER", {
|
|
48
|
+
slug: "recallai-update-calendar-user",
|
|
49
|
+
name: "Update Calendar User",
|
|
50
|
+
description: "Update recording preferences and calendar connections for a calendar user. Use this to configure which meetings should be automatically recorded based on meeting type (internal/external, recurring, host status) and to manage calendar platform connections (Google, Microsoft).",
|
|
51
|
+
input: RecallaiUpdateCalendarUserInput,
|
|
52
|
+
output: RecallaiUpdateCalendarUserOutput
|
|
53
|
+
});
|
|
54
|
+
//#endregion
|
|
55
|
+
exports.recallaiUpdateCalendarUser = recallaiUpdateCalendarUser;
|
|
56
|
+
|
|
57
|
+
//# sourceMappingURL=update-calendar-user.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-calendar-user.cjs","names":["z","action"],"sources":["../../src/actions/update-calendar-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateCalendarUserInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the calendar user to update\"),\n connections: z.array(z.object({\n id: z.string().describe(\"The unique identifier for this calendar connection\").optional(),\n email: z.string().describe(\"The email address associated with this calendar connection\").optional(),\n platform: z.enum([\"google\", \"microsoft\"]).describe(\"The calendar platform (google or microsoft)\"),\n connected: z.boolean().describe(\"Whether the platform connection is enabled or disabled\"),\n}).describe(\"Calendar platform connection settings\")).describe(\"List of calendar platform connections with their enabled/disabled status\"),\n external_id: z.string().describe(\"External identifier for the calendar user\").optional(),\n preferences: z.object({\n id: z.string().describe(\"The unique identifier for these preferences\").optional(),\n bot_name: z.string().describe(\"The display name for the recording bot in meetings\").optional(),\n record_external: z.boolean().describe(\"Whether to record external meetings (with participants outside the organization)\").optional(),\n record_internal: z.boolean().describe(\"Whether to record internal meetings (with participants within the organization)\").optional(),\n record_non_host: z.boolean().describe(\"Whether to record meetings where the user is not the host\").optional(),\n record_confirmed: z.boolean().describe(\"Whether to record confirmed meetings\").optional(),\n record_only_host: z.boolean().describe(\"Whether to only record meetings where the user is the host\").optional(),\n record_recurring: z.boolean().describe(\"Whether to record recurring meetings\").optional(),\n}).describe(\"Recording preferences for calendar user\").optional(),\n});\nconst RecallaiUpdateCalendarUser_CalendarPlatformSchema: z.ZodTypeAny = z.enum([\"google\", \"microsoft\"]).describe(\"Calendar platform types\");\nconst RecallaiUpdateCalendarUser_CalendarConnectionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for this calendar connection\").nullable().optional(),\n email: z.string().describe(\"The email address associated with this calendar connection\").nullable().optional(),\n platform: RecallaiUpdateCalendarUser_CalendarPlatformSchema.nullable(),\n connected: z.boolean().describe(\"Whether the platform connection is enabled or disabled\"),\n}).describe(\"Calendar platform connection settings\");\nconst RecallaiUpdateCalendarUser_RecordingPreferencesSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for these preferences\").nullable().optional(),\n bot_name: z.string().describe(\"The display name for the recording bot in meetings\").nullable().optional(),\n record_external: z.boolean().describe(\"Whether to record external meetings (with participants outside the organization)\").nullable().optional(),\n record_internal: z.boolean().describe(\"Whether to record internal meetings (with participants within the organization)\").nullable().optional(),\n record_non_host: z.boolean().describe(\"Whether to record meetings where the user is not the host\").nullable().optional(),\n record_confirmed: z.boolean().describe(\"Whether to record confirmed meetings\").nullable().optional(),\n record_only_host: z.boolean().describe(\"Whether to only record meetings where the user is the host\").nullable().optional(),\n record_recurring: z.boolean().describe(\"Whether to record recurring meetings\").nullable().optional(),\n}).describe(\"Recording preferences for calendar user\");\nexport const RecallaiUpdateCalendarUserOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the calendar user\"),\n connections: z.array(RecallaiUpdateCalendarUser_CalendarConnectionSchema).describe(\"List of calendar platform connections\"),\n external_id: z.string().describe(\"External identifier for the calendar user\").nullable().optional(),\n preferences: RecallaiUpdateCalendarUser_RecordingPreferencesSchema.nullable().optional(),\n});\n\nexport const recallaiUpdateCalendarUser = action(\"RECALLAI_UPDATE_CALENDAR_USER\", {\n slug: \"recallai-update-calendar-user\",\n name: \"Update Calendar User\",\n description: \"Update recording preferences and calendar connections for a calendar user. Use this to configure which meetings should be automatically recorded based on meeting type (internal/external, recurring, host status) and to manage calendar platform connections (Google, Microsoft).\",\n input: RecallaiUpdateCalendarUserInput,\n output: RecallaiUpdateCalendarUserOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-calendar-user.d.ts
|
|
4
|
+
declare const RecallaiUpdateCalendarUserInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiUpdateCalendarUserOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiUpdateCalendarUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiUpdateCalendarUser };
|
|
9
|
+
//# sourceMappingURL=update-calendar-user.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-calendar-user.d.cts","names":[],"sources":["../../src/actions/update-calendar-user.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAmB9C;AAAA,cAkBW,gCAAA,EAAkC,CAAA,CAAE,UAK/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/update-calendar-user.d.ts
|
|
4
|
+
declare const RecallaiUpdateCalendarUserInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiUpdateCalendarUserOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiUpdateCalendarUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiUpdateCalendarUser };
|
|
9
|
+
//# sourceMappingURL=update-calendar-user.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-calendar-user.d.mts","names":[],"sources":["../../src/actions/update-calendar-user.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAmB9C;AAAA,cAkBW,gCAAA,EAAkC,CAAA,CAAE,UAK/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-calendar-user.ts
|
|
4
|
+
const RecallaiUpdateCalendarUserInput = z.object({
|
|
5
|
+
id: z.string().describe("The unique identifier (UUID) of the calendar user to update"),
|
|
6
|
+
connections: z.array(z.object({
|
|
7
|
+
id: z.string().describe("The unique identifier for this calendar connection").optional(),
|
|
8
|
+
email: z.string().describe("The email address associated with this calendar connection").optional(),
|
|
9
|
+
platform: z.enum(["google", "microsoft"]).describe("The calendar platform (google or microsoft)"),
|
|
10
|
+
connected: z.boolean().describe("Whether the platform connection is enabled or disabled")
|
|
11
|
+
}).describe("Calendar platform connection settings")).describe("List of calendar platform connections with their enabled/disabled status"),
|
|
12
|
+
external_id: z.string().describe("External identifier for the calendar user").optional(),
|
|
13
|
+
preferences: z.object({
|
|
14
|
+
id: z.string().describe("The unique identifier for these preferences").optional(),
|
|
15
|
+
bot_name: z.string().describe("The display name for the recording bot in meetings").optional(),
|
|
16
|
+
record_external: z.boolean().describe("Whether to record external meetings (with participants outside the organization)").optional(),
|
|
17
|
+
record_internal: z.boolean().describe("Whether to record internal meetings (with participants within the organization)").optional(),
|
|
18
|
+
record_non_host: z.boolean().describe("Whether to record meetings where the user is not the host").optional(),
|
|
19
|
+
record_confirmed: z.boolean().describe("Whether to record confirmed meetings").optional(),
|
|
20
|
+
record_only_host: z.boolean().describe("Whether to only record meetings where the user is the host").optional(),
|
|
21
|
+
record_recurring: z.boolean().describe("Whether to record recurring meetings").optional()
|
|
22
|
+
}).describe("Recording preferences for calendar user").optional()
|
|
23
|
+
});
|
|
24
|
+
const RecallaiUpdateCalendarUser_CalendarPlatformSchema = z.enum(["google", "microsoft"]).describe("Calendar platform types");
|
|
25
|
+
const RecallaiUpdateCalendarUser_CalendarConnectionSchema = z.object({
|
|
26
|
+
id: z.string().describe("The unique identifier for this calendar connection").nullable().optional(),
|
|
27
|
+
email: z.string().describe("The email address associated with this calendar connection").nullable().optional(),
|
|
28
|
+
platform: RecallaiUpdateCalendarUser_CalendarPlatformSchema.nullable(),
|
|
29
|
+
connected: z.boolean().describe("Whether the platform connection is enabled or disabled")
|
|
30
|
+
}).describe("Calendar platform connection settings");
|
|
31
|
+
const RecallaiUpdateCalendarUser_RecordingPreferencesSchema = z.object({
|
|
32
|
+
id: z.string().describe("The unique identifier for these preferences").nullable().optional(),
|
|
33
|
+
bot_name: z.string().describe("The display name for the recording bot in meetings").nullable().optional(),
|
|
34
|
+
record_external: z.boolean().describe("Whether to record external meetings (with participants outside the organization)").nullable().optional(),
|
|
35
|
+
record_internal: z.boolean().describe("Whether to record internal meetings (with participants within the organization)").nullable().optional(),
|
|
36
|
+
record_non_host: z.boolean().describe("Whether to record meetings where the user is not the host").nullable().optional(),
|
|
37
|
+
record_confirmed: z.boolean().describe("Whether to record confirmed meetings").nullable().optional(),
|
|
38
|
+
record_only_host: z.boolean().describe("Whether to only record meetings where the user is the host").nullable().optional(),
|
|
39
|
+
record_recurring: z.boolean().describe("Whether to record recurring meetings").nullable().optional()
|
|
40
|
+
}).describe("Recording preferences for calendar user");
|
|
41
|
+
const recallaiUpdateCalendarUser = action("RECALLAI_UPDATE_CALENDAR_USER", {
|
|
42
|
+
slug: "recallai-update-calendar-user",
|
|
43
|
+
name: "Update Calendar User",
|
|
44
|
+
description: "Update recording preferences and calendar connections for a calendar user. Use this to configure which meetings should be automatically recorded based on meeting type (internal/external, recurring, host status) and to manage calendar platform connections (Google, Microsoft).",
|
|
45
|
+
input: RecallaiUpdateCalendarUserInput,
|
|
46
|
+
output: z.object({
|
|
47
|
+
id: z.string().describe("The unique identifier (UUID) of the calendar user"),
|
|
48
|
+
connections: z.array(RecallaiUpdateCalendarUser_CalendarConnectionSchema).describe("List of calendar platform connections"),
|
|
49
|
+
external_id: z.string().describe("External identifier for the calendar user").nullable().optional(),
|
|
50
|
+
preferences: RecallaiUpdateCalendarUser_RecordingPreferencesSchema.nullable().optional()
|
|
51
|
+
})
|
|
52
|
+
});
|
|
53
|
+
//#endregion
|
|
54
|
+
export { recallaiUpdateCalendarUser };
|
|
55
|
+
|
|
56
|
+
//# sourceMappingURL=update-calendar-user.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-calendar-user.mjs","names":[],"sources":["../../src/actions/update-calendar-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateCalendarUserInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the calendar user to update\"),\n connections: z.array(z.object({\n id: z.string().describe(\"The unique identifier for this calendar connection\").optional(),\n email: z.string().describe(\"The email address associated with this calendar connection\").optional(),\n platform: z.enum([\"google\", \"microsoft\"]).describe(\"The calendar platform (google or microsoft)\"),\n connected: z.boolean().describe(\"Whether the platform connection is enabled or disabled\"),\n}).describe(\"Calendar platform connection settings\")).describe(\"List of calendar platform connections with their enabled/disabled status\"),\n external_id: z.string().describe(\"External identifier for the calendar user\").optional(),\n preferences: z.object({\n id: z.string().describe(\"The unique identifier for these preferences\").optional(),\n bot_name: z.string().describe(\"The display name for the recording bot in meetings\").optional(),\n record_external: z.boolean().describe(\"Whether to record external meetings (with participants outside the organization)\").optional(),\n record_internal: z.boolean().describe(\"Whether to record internal meetings (with participants within the organization)\").optional(),\n record_non_host: z.boolean().describe(\"Whether to record meetings where the user is not the host\").optional(),\n record_confirmed: z.boolean().describe(\"Whether to record confirmed meetings\").optional(),\n record_only_host: z.boolean().describe(\"Whether to only record meetings where the user is the host\").optional(),\n record_recurring: z.boolean().describe(\"Whether to record recurring meetings\").optional(),\n}).describe(\"Recording preferences for calendar user\").optional(),\n});\nconst RecallaiUpdateCalendarUser_CalendarPlatformSchema: z.ZodTypeAny = z.enum([\"google\", \"microsoft\"]).describe(\"Calendar platform types\");\nconst RecallaiUpdateCalendarUser_CalendarConnectionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for this calendar connection\").nullable().optional(),\n email: z.string().describe(\"The email address associated with this calendar connection\").nullable().optional(),\n platform: RecallaiUpdateCalendarUser_CalendarPlatformSchema.nullable(),\n connected: z.boolean().describe(\"Whether the platform connection is enabled or disabled\"),\n}).describe(\"Calendar platform connection settings\");\nconst RecallaiUpdateCalendarUser_RecordingPreferencesSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for these preferences\").nullable().optional(),\n bot_name: z.string().describe(\"The display name for the recording bot in meetings\").nullable().optional(),\n record_external: z.boolean().describe(\"Whether to record external meetings (with participants outside the organization)\").nullable().optional(),\n record_internal: z.boolean().describe(\"Whether to record internal meetings (with participants within the organization)\").nullable().optional(),\n record_non_host: z.boolean().describe(\"Whether to record meetings where the user is not the host\").nullable().optional(),\n record_confirmed: z.boolean().describe(\"Whether to record confirmed meetings\").nullable().optional(),\n record_only_host: z.boolean().describe(\"Whether to only record meetings where the user is the host\").nullable().optional(),\n record_recurring: z.boolean().describe(\"Whether to record recurring meetings\").nullable().optional(),\n}).describe(\"Recording preferences for calendar user\");\nexport const RecallaiUpdateCalendarUserOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the calendar user\"),\n connections: z.array(RecallaiUpdateCalendarUser_CalendarConnectionSchema).describe(\"List of calendar platform connections\"),\n external_id: z.string().describe(\"External identifier for the calendar user\").nullable().optional(),\n preferences: RecallaiUpdateCalendarUser_RecordingPreferencesSchema.nullable().optional(),\n});\n\nexport const recallaiUpdateCalendarUser = action(\"RECALLAI_UPDATE_CALENDAR_USER\", {\n slug: \"recallai-update-calendar-user\",\n name: \"Update Calendar User\",\n description: \"Update recording preferences and calendar connections for a calendar user. Use this to configure which meetings should be automatically recorded based on meeting type (internal/external, recurring, host status) and to manage calendar platform connections (Google, Microsoft).\",\n input: RecallaiUpdateCalendarUserInput,\n output: RecallaiUpdateCalendarUserOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-calendar.ts
|
|
4
|
+
const RecallaiUpdateCalendarInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("A UUID string identifying this calendar."),
|
|
6
|
+
metadata: zod.z.object({}).describe("Custom metadata for the calendar. Keys and values must be strings. Values can be null.").optional(),
|
|
7
|
+
platform: zod.z.enum(["google_calendar", "microsoft_outlook"]).describe("The calendar platform type (Google Calendar or Microsoft Outlook).").optional(),
|
|
8
|
+
oauth_email: zod.z.string().describe("Email address associated with the OAuth credentials.").optional(),
|
|
9
|
+
webhook_url: zod.z.string().describe("Webhook URL to receive calendar event notifications.").optional(),
|
|
10
|
+
oauth_client_id: zod.z.string().describe("OAuth client ID for the calendar integration.").optional(),
|
|
11
|
+
oauth_client_secret: zod.z.string().describe("OAuth client secret for the calendar integration.").optional(),
|
|
12
|
+
oauth_refresh_token: zod.z.string().describe("OAuth refresh token for maintaining calendar access.").optional()
|
|
13
|
+
});
|
|
14
|
+
const RecallaiUpdateCalendar_CalendarPlatformSchema = zod.z.enum(["google_calendar", "microsoft_outlook"]);
|
|
15
|
+
const RecallaiUpdateCalendarOutput = zod.z.object({
|
|
16
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the calendar."),
|
|
17
|
+
status: zod.z.string().describe("Current status of the calendar integration."),
|
|
18
|
+
metadata: zod.z.object({}).describe("Custom metadata associated with the calendar.").nullable().optional(),
|
|
19
|
+
platform: RecallaiUpdateCalendar_CalendarPlatformSchema.nullable(),
|
|
20
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp of when the calendar was created."),
|
|
21
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp of when the calendar was last updated."),
|
|
22
|
+
oauth_email: zod.z.string().describe("Email address associated with the OAuth credentials.").nullable().optional(),
|
|
23
|
+
webhook_url: zod.z.string().describe("Webhook URL for calendar event notifications.").nullable().optional(),
|
|
24
|
+
platform_email: zod.z.string().describe("Email address on the calendar platform.").nullable().optional(),
|
|
25
|
+
status_changes: zod.z.array(zod.z.object({})).describe("History of status changes for the calendar."),
|
|
26
|
+
oauth_client_id: zod.z.string().describe("OAuth client ID for the calendar."),
|
|
27
|
+
oauth_client_secret: zod.z.string().describe("OAuth client secret for the calendar."),
|
|
28
|
+
oauth_refresh_token: zod.z.string().describe("OAuth refresh token for the calendar.")
|
|
29
|
+
});
|
|
30
|
+
const recallaiUpdateCalendar = require_action.action("RECALLAI_UPDATE_CALENDAR", {
|
|
31
|
+
slug: "recallai-update-calendar",
|
|
32
|
+
name: "Update Calendar",
|
|
33
|
+
description: "Update an existing calendar integration in Recall.ai. Use this to modify calendar metadata, OAuth credentials, webhook URLs, or platform settings. Only include fields you want to update; omitted fields remain unchanged.",
|
|
34
|
+
input: RecallaiUpdateCalendarInput,
|
|
35
|
+
output: RecallaiUpdateCalendarOutput
|
|
36
|
+
});
|
|
37
|
+
//#endregion
|
|
38
|
+
exports.recallaiUpdateCalendar = recallaiUpdateCalendar;
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=update-calendar.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-calendar.cjs","names":["z","action"],"sources":["../../src/actions/update-calendar.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateCalendarInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying this calendar.\"),\n metadata: z.object({}).describe(\"Custom metadata for the calendar. Keys and values must be strings. Values can be null.\").optional(),\n platform: z.enum([\"google_calendar\", \"microsoft_outlook\"]).describe(\"The calendar platform type (Google Calendar or Microsoft Outlook).\").optional(),\n oauth_email: z.string().describe(\"Email address associated with the OAuth credentials.\").optional(),\n webhook_url: z.string().describe(\"Webhook URL to receive calendar event notifications.\").optional(),\n oauth_client_id: z.string().describe(\"OAuth client ID for the calendar integration.\").optional(),\n oauth_client_secret: z.string().describe(\"OAuth client secret for the calendar integration.\").optional(),\n oauth_refresh_token: z.string().describe(\"OAuth refresh token for maintaining calendar access.\").optional(),\n});\nconst RecallaiUpdateCalendar_CalendarPlatformSchema: z.ZodTypeAny = z.enum([\"google_calendar\", \"microsoft_outlook\"]);\nexport const RecallaiUpdateCalendarOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the calendar.\"),\n status: z.string().describe(\"Current status of the calendar integration.\"),\n metadata: z.object({}).describe(\"Custom metadata associated with the calendar.\").nullable().optional(),\n platform: RecallaiUpdateCalendar_CalendarPlatformSchema.nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp of when the calendar was created.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp of when the calendar was last updated.\"),\n oauth_email: z.string().describe(\"Email address associated with the OAuth credentials.\").nullable().optional(),\n webhook_url: z.string().describe(\"Webhook URL for calendar event notifications.\").nullable().optional(),\n platform_email: z.string().describe(\"Email address on the calendar platform.\").nullable().optional(),\n status_changes: z.array(z.object({})).describe(\"History of status changes for the calendar.\"),\n oauth_client_id: z.string().describe(\"OAuth client ID for the calendar.\"),\n oauth_client_secret: z.string().describe(\"OAuth client secret for the calendar.\"),\n oauth_refresh_token: z.string().describe(\"OAuth refresh token for the calendar.\"),\n});\n\nexport const recallaiUpdateCalendar = action(\"RECALLAI_UPDATE_CALENDAR\", {\n slug: \"recallai-update-calendar\",\n name: \"Update Calendar\",\n description: \"Update an existing calendar integration in Recall.ai. Use this to modify calendar metadata, OAuth credentials, webhook URLs, or platform settings. Only include fields you want to update; omitted fields remain unchanged.\",\n input: RecallaiUpdateCalendarInput,\n output: RecallaiUpdateCalendarOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CACnI,UAAUA,IAAAA,EAAE,KAAK,CAAC,mBAAmB,mBAAmB,CAAC,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CACnJ,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAClG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAClG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC/F,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACvG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AAC5G,CAAC;AACD,MAAM,gDAA8DA,IAAAA,EAAE,KAAK,CAAC,mBAAmB,mBAAmB,CAAC;AACnH,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CACzE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,UAAU,8CAA8C,SAAS;CACjE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC3F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,6CAA6C;CAC5F,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CACxE,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAChF,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;AAClF,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-calendar.d.ts
|
|
4
|
+
declare const RecallaiUpdateCalendarInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiUpdateCalendarOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiUpdateCalendar: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiUpdateCalendar };
|
|
9
|
+
//# sourceMappingURL=update-calendar.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-calendar.d.cts","names":[],"sources":["../../src/actions/update-calendar.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAS1C;AAAA,cAEW,4BAAA,EAA8B,CAAA,CAAE,UAc3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-calendar.d.ts
|
|
4
|
+
declare const RecallaiUpdateCalendarInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiUpdateCalendarOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiUpdateCalendar: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiUpdateCalendar };
|
|
9
|
+
//# sourceMappingURL=update-calendar.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-calendar.d.mts","names":[],"sources":["../../src/actions/update-calendar.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAS1C;AAAA,cAEW,4BAAA,EAA8B,CAAA,CAAE,UAc3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-calendar.ts
|
|
4
|
+
const RecallaiUpdateCalendarInput = z.object({
|
|
5
|
+
id: z.string().describe("A UUID string identifying this calendar."),
|
|
6
|
+
metadata: z.object({}).describe("Custom metadata for the calendar. Keys and values must be strings. Values can be null.").optional(),
|
|
7
|
+
platform: z.enum(["google_calendar", "microsoft_outlook"]).describe("The calendar platform type (Google Calendar or Microsoft Outlook).").optional(),
|
|
8
|
+
oauth_email: z.string().describe("Email address associated with the OAuth credentials.").optional(),
|
|
9
|
+
webhook_url: z.string().describe("Webhook URL to receive calendar event notifications.").optional(),
|
|
10
|
+
oauth_client_id: z.string().describe("OAuth client ID for the calendar integration.").optional(),
|
|
11
|
+
oauth_client_secret: z.string().describe("OAuth client secret for the calendar integration.").optional(),
|
|
12
|
+
oauth_refresh_token: z.string().describe("OAuth refresh token for maintaining calendar access.").optional()
|
|
13
|
+
});
|
|
14
|
+
const RecallaiUpdateCalendar_CalendarPlatformSchema = z.enum(["google_calendar", "microsoft_outlook"]);
|
|
15
|
+
const recallaiUpdateCalendar = action("RECALLAI_UPDATE_CALENDAR", {
|
|
16
|
+
slug: "recallai-update-calendar",
|
|
17
|
+
name: "Update Calendar",
|
|
18
|
+
description: "Update an existing calendar integration in Recall.ai. Use this to modify calendar metadata, OAuth credentials, webhook URLs, or platform settings. Only include fields you want to update; omitted fields remain unchanged.",
|
|
19
|
+
input: RecallaiUpdateCalendarInput,
|
|
20
|
+
output: z.object({
|
|
21
|
+
id: z.string().describe("The unique identifier (UUID) of the calendar."),
|
|
22
|
+
status: z.string().describe("Current status of the calendar integration."),
|
|
23
|
+
metadata: z.object({}).describe("Custom metadata associated with the calendar.").nullable().optional(),
|
|
24
|
+
platform: RecallaiUpdateCalendar_CalendarPlatformSchema.nullable(),
|
|
25
|
+
created_at: z.string().describe("ISO 8601 timestamp of when the calendar was created."),
|
|
26
|
+
updated_at: z.string().describe("ISO 8601 timestamp of when the calendar was last updated."),
|
|
27
|
+
oauth_email: z.string().describe("Email address associated with the OAuth credentials.").nullable().optional(),
|
|
28
|
+
webhook_url: z.string().describe("Webhook URL for calendar event notifications.").nullable().optional(),
|
|
29
|
+
platform_email: z.string().describe("Email address on the calendar platform.").nullable().optional(),
|
|
30
|
+
status_changes: z.array(z.object({})).describe("History of status changes for the calendar."),
|
|
31
|
+
oauth_client_id: z.string().describe("OAuth client ID for the calendar."),
|
|
32
|
+
oauth_client_secret: z.string().describe("OAuth client secret for the calendar."),
|
|
33
|
+
oauth_refresh_token: z.string().describe("OAuth refresh token for the calendar.")
|
|
34
|
+
})
|
|
35
|
+
});
|
|
36
|
+
//#endregion
|
|
37
|
+
export { recallaiUpdateCalendar };
|
|
38
|
+
|
|
39
|
+
//# sourceMappingURL=update-calendar.mjs.map
|