@keystrokehq/recallai 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-bot.cjs +459 -0
- package/dist/actions/create-bot.cjs.map +1 -0
- package/dist/actions/create-bot.d.cts +9 -0
- package/dist/actions/create-bot.d.cts.map +1 -0
- package/dist/actions/create-bot.d.mts +9 -0
- package/dist/actions/create-bot.d.mts.map +1 -0
- package/dist/actions/create-bot.mjs +456 -0
- package/dist/actions/create-bot.mjs.map +1 -0
- package/dist/actions/create-calendar-authenticate.cjs +16 -0
- package/dist/actions/create-calendar-authenticate.cjs.map +1 -0
- package/dist/actions/create-calendar-authenticate.d.cts +9 -0
- package/dist/actions/create-calendar-authenticate.d.cts.map +1 -0
- package/dist/actions/create-calendar-authenticate.d.mts +9 -0
- package/dist/actions/create-calendar-authenticate.d.mts.map +1 -0
- package/dist/actions/create-calendar-authenticate.mjs +13 -0
- package/dist/actions/create-calendar-authenticate.mjs.map +1 -0
- package/dist/actions/create-calendar.cjs +35 -0
- package/dist/actions/create-calendar.cjs.map +1 -0
- package/dist/actions/create-calendar.d.cts +9 -0
- package/dist/actions/create-calendar.d.cts.map +1 -0
- package/dist/actions/create-calendar.d.mts +9 -0
- package/dist/actions/create-calendar.d.mts.map +1 -0
- package/dist/actions/create-calendar.mjs +32 -0
- package/dist/actions/create-calendar.mjs.map +1 -0
- package/dist/actions/create-google-login-group.cjs +37 -0
- package/dist/actions/create-google-login-group.cjs.map +1 -0
- package/dist/actions/create-google-login-group.d.cts +9 -0
- package/dist/actions/create-google-login-group.d.cts.map +1 -0
- package/dist/actions/create-google-login-group.d.mts +9 -0
- package/dist/actions/create-google-login-group.d.mts.map +1 -0
- package/dist/actions/create-google-login-group.mjs +36 -0
- package/dist/actions/create-google-login-group.mjs.map +1 -0
- package/dist/actions/create-google-login.cjs +33 -0
- package/dist/actions/create-google-login.cjs.map +1 -0
- package/dist/actions/create-google-login.d.cts +9 -0
- package/dist/actions/create-google-login.d.cts.map +1 -0
- package/dist/actions/create-google-login.d.mts +9 -0
- package/dist/actions/create-google-login.d.mts.map +1 -0
- package/dist/actions/create-google-login.mjs +30 -0
- package/dist/actions/create-google-login.mjs.map +1 -0
- package/dist/actions/create-meeting-direct-connect.cjs +104 -0
- package/dist/actions/create-meeting-direct-connect.cjs.map +1 -0
- package/dist/actions/create-meeting-direct-connect.d.cts +9 -0
- package/dist/actions/create-meeting-direct-connect.d.cts.map +1 -0
- package/dist/actions/create-meeting-direct-connect.d.mts +9 -0
- package/dist/actions/create-meeting-direct-connect.d.mts.map +1 -0
- package/dist/actions/create-meeting-direct-connect.mjs +103 -0
- package/dist/actions/create-meeting-direct-connect.mjs.map +1 -0
- package/dist/actions/create-sdk-upload.cjs +48 -0
- package/dist/actions/create-sdk-upload.cjs.map +1 -0
- package/dist/actions/create-sdk-upload.d.cts +9 -0
- package/dist/actions/create-sdk-upload.d.cts.map +1 -0
- package/dist/actions/create-sdk-upload.d.mts +9 -0
- package/dist/actions/create-sdk-upload.d.mts.map +1 -0
- package/dist/actions/create-sdk-upload.mjs +47 -0
- package/dist/actions/create-sdk-upload.mjs.map +1 -0
- package/dist/actions/create-zoom-oauth-app.cjs +30 -0
- package/dist/actions/create-zoom-oauth-app.cjs.map +1 -0
- package/dist/actions/create-zoom-oauth-app.d.cts +9 -0
- package/dist/actions/create-zoom-oauth-app.d.cts.map +1 -0
- package/dist/actions/create-zoom-oauth-app.d.mts +9 -0
- package/dist/actions/create-zoom-oauth-app.d.mts.map +1 -0
- package/dist/actions/create-zoom-oauth-app.mjs +27 -0
- package/dist/actions/create-zoom-oauth-app.mjs.map +1 -0
- package/dist/actions/delete-bot-media.cjs +27 -0
- package/dist/actions/delete-bot-media.cjs.map +1 -0
- package/dist/actions/delete-bot-media.d.cts +9 -0
- package/dist/actions/delete-bot-media.d.cts.map +1 -0
- package/dist/actions/delete-bot-media.d.mts +9 -0
- package/dist/actions/delete-bot-media.d.mts.map +1 -0
- package/dist/actions/delete-bot-media.mjs +24 -0
- package/dist/actions/delete-bot-media.mjs.map +1 -0
- package/dist/actions/delete-bot.cjs +16 -0
- package/dist/actions/delete-bot.cjs.map +1 -0
- package/dist/actions/delete-bot.d.cts +9 -0
- package/dist/actions/delete-bot.d.cts.map +1 -0
- package/dist/actions/delete-bot.d.mts +9 -0
- package/dist/actions/delete-bot.d.mts.map +1 -0
- package/dist/actions/delete-bot.mjs +13 -0
- package/dist/actions/delete-bot.mjs.map +1 -0
- package/dist/actions/delete-calendar.cjs +16 -0
- package/dist/actions/delete-calendar.cjs.map +1 -0
- package/dist/actions/delete-calendar.d.cts +9 -0
- package/dist/actions/delete-calendar.d.cts.map +1 -0
- package/dist/actions/delete-calendar.d.mts +9 -0
- package/dist/actions/delete-calendar.d.mts.map +1 -0
- package/dist/actions/delete-calendar.mjs +13 -0
- package/dist/actions/delete-calendar.mjs.map +1 -0
- package/dist/actions/destroy-calendar-user.cjs +16 -0
- package/dist/actions/destroy-calendar-user.cjs.map +1 -0
- package/dist/actions/destroy-calendar-user.d.cts +9 -0
- package/dist/actions/destroy-calendar-user.d.cts.map +1 -0
- package/dist/actions/destroy-calendar-user.d.mts +9 -0
- package/dist/actions/destroy-calendar-user.d.mts.map +1 -0
- package/dist/actions/destroy-calendar-user.mjs +13 -0
- package/dist/actions/destroy-calendar-user.mjs.map +1 -0
- package/dist/actions/destroy-google-login-group.cjs +16 -0
- package/dist/actions/destroy-google-login-group.cjs.map +1 -0
- package/dist/actions/destroy-google-login-group.d.cts +9 -0
- package/dist/actions/destroy-google-login-group.d.cts.map +1 -0
- package/dist/actions/destroy-google-login-group.d.mts +9 -0
- package/dist/actions/destroy-google-login-group.d.mts.map +1 -0
- package/dist/actions/destroy-google-login-group.mjs +13 -0
- package/dist/actions/destroy-google-login-group.mjs.map +1 -0
- package/dist/actions/destroy-google-login.cjs +16 -0
- package/dist/actions/destroy-google-login.cjs.map +1 -0
- package/dist/actions/destroy-google-login.d.cts +9 -0
- package/dist/actions/destroy-google-login.d.cts.map +1 -0
- package/dist/actions/destroy-google-login.d.mts +9 -0
- package/dist/actions/destroy-google-login.d.mts.map +1 -0
- package/dist/actions/destroy-google-login.mjs +13 -0
- package/dist/actions/destroy-google-login.mjs.map +1 -0
- package/dist/actions/destroy-zoom-o-auth-app.cjs +16 -0
- package/dist/actions/destroy-zoom-o-auth-app.cjs.map +1 -0
- package/dist/actions/destroy-zoom-o-auth-app.d.cts +9 -0
- package/dist/actions/destroy-zoom-o-auth-app.d.cts.map +1 -0
- package/dist/actions/destroy-zoom-o-auth-app.d.mts +9 -0
- package/dist/actions/destroy-zoom-o-auth-app.d.mts.map +1 -0
- package/dist/actions/destroy-zoom-o-auth-app.mjs +13 -0
- package/dist/actions/destroy-zoom-o-auth-app.mjs.map +1 -0
- package/dist/actions/disconnect-calendar-user.cjs +40 -0
- package/dist/actions/disconnect-calendar-user.cjs.map +1 -0
- package/dist/actions/disconnect-calendar-user.d.cts +9 -0
- package/dist/actions/disconnect-calendar-user.d.cts.map +1 -0
- package/dist/actions/disconnect-calendar-user.d.mts +9 -0
- package/dist/actions/disconnect-calendar-user.d.mts.map +1 -0
- package/dist/actions/disconnect-calendar-user.mjs +39 -0
- package/dist/actions/disconnect-calendar-user.mjs.map +1 -0
- package/dist/actions/index.cjs +127 -0
- package/dist/actions/index.d.cts +64 -0
- package/dist/actions/index.d.mts +64 -0
- package/dist/actions/index.mjs +64 -0
- package/dist/actions/list-audio-mixed.cjs +49 -0
- package/dist/actions/list-audio-mixed.cjs.map +1 -0
- package/dist/actions/list-audio-mixed.d.cts +9 -0
- package/dist/actions/list-audio-mixed.d.cts.map +1 -0
- package/dist/actions/list-audio-mixed.d.mts +9 -0
- package/dist/actions/list-audio-mixed.d.mts.map +1 -0
- package/dist/actions/list-audio-mixed.mjs +48 -0
- package/dist/actions/list-audio-mixed.mjs.map +1 -0
- package/dist/actions/list-audio-separate.cjs +50 -0
- package/dist/actions/list-audio-separate.cjs.map +1 -0
- package/dist/actions/list-audio-separate.d.cts +9 -0
- package/dist/actions/list-audio-separate.d.cts.map +1 -0
- package/dist/actions/list-audio-separate.d.mts +9 -0
- package/dist/actions/list-audio-separate.d.mts.map +1 -0
- package/dist/actions/list-audio-separate.mjs +49 -0
- package/dist/actions/list-audio-separate.mjs.map +1 -0
- package/dist/actions/list-bot-screenshots.cjs +28 -0
- package/dist/actions/list-bot-screenshots.cjs.map +1 -0
- package/dist/actions/list-bot-screenshots.d.cts +9 -0
- package/dist/actions/list-bot-screenshots.d.cts.map +1 -0
- package/dist/actions/list-bot-screenshots.d.mts +9 -0
- package/dist/actions/list-bot-screenshots.d.mts.map +1 -0
- package/dist/actions/list-bot-screenshots.mjs +27 -0
- package/dist/actions/list-bot-screenshots.mjs.map +1 -0
- package/dist/actions/list-bots.cjs +46 -0
- package/dist/actions/list-bots.cjs.map +1 -0
- package/dist/actions/list-bots.d.cts +9 -0
- package/dist/actions/list-bots.d.cts.map +1 -0
- package/dist/actions/list-bots.d.mts +9 -0
- package/dist/actions/list-bots.d.mts.map +1 -0
- package/dist/actions/list-bots.mjs +45 -0
- package/dist/actions/list-bots.mjs.map +1 -0
- package/dist/actions/list-calendar-events.cjs +45 -0
- package/dist/actions/list-calendar-events.cjs.map +1 -0
- package/dist/actions/list-calendar-events.d.cts +9 -0
- package/dist/actions/list-calendar-events.d.cts.map +1 -0
- package/dist/actions/list-calendar-events.d.mts +9 -0
- package/dist/actions/list-calendar-events.d.mts.map +1 -0
- package/dist/actions/list-calendar-events.mjs +44 -0
- package/dist/actions/list-calendar-events.mjs.map +1 -0
- package/dist/actions/list-calendar-meetings.cjs +73 -0
- package/dist/actions/list-calendar-meetings.cjs.map +1 -0
- package/dist/actions/list-calendar-meetings.d.cts +9 -0
- package/dist/actions/list-calendar-meetings.d.cts.map +1 -0
- package/dist/actions/list-calendar-meetings.d.mts +9 -0
- package/dist/actions/list-calendar-meetings.d.mts.map +1 -0
- package/dist/actions/list-calendar-meetings.mjs +72 -0
- package/dist/actions/list-calendar-meetings.mjs.map +1 -0
- package/dist/actions/list-calendar-users.cjs +36 -0
- package/dist/actions/list-calendar-users.cjs.map +1 -0
- package/dist/actions/list-calendar-users.d.cts +9 -0
- package/dist/actions/list-calendar-users.d.cts.map +1 -0
- package/dist/actions/list-calendar-users.d.mts +9 -0
- package/dist/actions/list-calendar-users.d.mts.map +1 -0
- package/dist/actions/list-calendar-users.mjs +35 -0
- package/dist/actions/list-calendar-users.mjs.map +1 -0
- package/dist/actions/list-calendars.cjs +45 -0
- package/dist/actions/list-calendars.cjs.map +1 -0
- package/dist/actions/list-calendars.d.cts +9 -0
- package/dist/actions/list-calendars.d.cts.map +1 -0
- package/dist/actions/list-calendars.d.mts +9 -0
- package/dist/actions/list-calendars.d.mts.map +1 -0
- package/dist/actions/list-calendars.mjs +44 -0
- package/dist/actions/list-calendars.mjs.map +1 -0
- package/dist/actions/list-chat-messages.cjs +20 -0
- package/dist/actions/list-chat-messages.cjs.map +1 -0
- package/dist/actions/list-chat-messages.d.cts +9 -0
- package/dist/actions/list-chat-messages.d.cts.map +1 -0
- package/dist/actions/list-chat-messages.d.mts +9 -0
- package/dist/actions/list-chat-messages.d.mts.map +1 -0
- package/dist/actions/list-chat-messages.mjs +17 -0
- package/dist/actions/list-chat-messages.mjs.map +1 -0
- package/dist/actions/list-google-login-groups.cjs +45 -0
- package/dist/actions/list-google-login-groups.cjs.map +1 -0
- package/dist/actions/list-google-login-groups.d.cts +9 -0
- package/dist/actions/list-google-login-groups.d.cts.map +1 -0
- package/dist/actions/list-google-login-groups.d.mts +9 -0
- package/dist/actions/list-google-login-groups.d.mts.map +1 -0
- package/dist/actions/list-google-login-groups.mjs +44 -0
- package/dist/actions/list-google-login-groups.mjs.map +1 -0
- package/dist/actions/list-google-logins.cjs +38 -0
- package/dist/actions/list-google-logins.cjs.map +1 -0
- package/dist/actions/list-google-logins.d.cts +9 -0
- package/dist/actions/list-google-logins.d.cts.map +1 -0
- package/dist/actions/list-google-logins.d.mts +9 -0
- package/dist/actions/list-google-logins.d.mts.map +1 -0
- package/dist/actions/list-google-logins.mjs +37 -0
- package/dist/actions/list-google-logins.mjs.map +1 -0
- package/dist/actions/list-meeting-direct-connect.cjs +68 -0
- package/dist/actions/list-meeting-direct-connect.cjs.map +1 -0
- package/dist/actions/list-meeting-direct-connect.d.cts +9 -0
- package/dist/actions/list-meeting-direct-connect.d.cts.map +1 -0
- package/dist/actions/list-meeting-direct-connect.d.mts +9 -0
- package/dist/actions/list-meeting-direct-connect.d.mts.map +1 -0
- package/dist/actions/list-meeting-direct-connect.mjs +67 -0
- package/dist/actions/list-meeting-direct-connect.mjs.map +1 -0
- package/dist/actions/list-meeting-metadata.cjs +52 -0
- package/dist/actions/list-meeting-metadata.cjs.map +1 -0
- package/dist/actions/list-meeting-metadata.d.cts +9 -0
- package/dist/actions/list-meeting-metadata.d.cts.map +1 -0
- package/dist/actions/list-meeting-metadata.d.mts +9 -0
- package/dist/actions/list-meeting-metadata.d.mts.map +1 -0
- package/dist/actions/list-meeting-metadata.mjs +51 -0
- package/dist/actions/list-meeting-metadata.mjs.map +1 -0
- package/dist/actions/list-participant-events.cjs +52 -0
- package/dist/actions/list-participant-events.cjs.map +1 -0
- package/dist/actions/list-participant-events.d.cts +9 -0
- package/dist/actions/list-participant-events.d.cts.map +1 -0
- package/dist/actions/list-participant-events.d.mts +9 -0
- package/dist/actions/list-participant-events.d.mts.map +1 -0
- package/dist/actions/list-participant-events.mjs +51 -0
- package/dist/actions/list-participant-events.mjs.map +1 -0
- package/dist/actions/list-realtime-endpoint.cjs +55 -0
- package/dist/actions/list-realtime-endpoint.cjs.map +1 -0
- package/dist/actions/list-realtime-endpoint.d.cts +9 -0
- package/dist/actions/list-realtime-endpoint.d.cts.map +1 -0
- package/dist/actions/list-realtime-endpoint.d.mts +9 -0
- package/dist/actions/list-realtime-endpoint.d.mts.map +1 -0
- package/dist/actions/list-realtime-endpoint.mjs +54 -0
- package/dist/actions/list-realtime-endpoint.mjs.map +1 -0
- package/dist/actions/list-recording.cjs +50 -0
- package/dist/actions/list-recording.cjs.map +1 -0
- package/dist/actions/list-recording.d.cts +9 -0
- package/dist/actions/list-recording.d.cts.map +1 -0
- package/dist/actions/list-recording.d.mts +9 -0
- package/dist/actions/list-recording.d.mts.map +1 -0
- package/dist/actions/list-recording.mjs +49 -0
- package/dist/actions/list-recording.mjs.map +1 -0
- package/dist/actions/list-sdk-uploads.cjs +44 -0
- package/dist/actions/list-sdk-uploads.cjs.map +1 -0
- package/dist/actions/list-sdk-uploads.d.cts +9 -0
- package/dist/actions/list-sdk-uploads.d.cts.map +1 -0
- package/dist/actions/list-sdk-uploads.d.mts +9 -0
- package/dist/actions/list-sdk-uploads.d.mts.map +1 -0
- package/dist/actions/list-sdk-uploads.mjs +43 -0
- package/dist/actions/list-sdk-uploads.mjs.map +1 -0
- package/dist/actions/list-slack-teams.cjs +52 -0
- package/dist/actions/list-slack-teams.cjs.map +1 -0
- package/dist/actions/list-slack-teams.d.cts +9 -0
- package/dist/actions/list-slack-teams.d.cts.map +1 -0
- package/dist/actions/list-slack-teams.d.mts +9 -0
- package/dist/actions/list-slack-teams.d.mts.map +1 -0
- package/dist/actions/list-slack-teams.mjs +51 -0
- package/dist/actions/list-slack-teams.mjs.map +1 -0
- package/dist/actions/list-transcript.cjs +40 -0
- package/dist/actions/list-transcript.cjs.map +1 -0
- package/dist/actions/list-transcript.d.cts +9 -0
- package/dist/actions/list-transcript.d.cts.map +1 -0
- package/dist/actions/list-transcript.d.mts +9 -0
- package/dist/actions/list-transcript.d.mts.map +1 -0
- package/dist/actions/list-transcript.mjs +39 -0
- package/dist/actions/list-transcript.mjs.map +1 -0
- package/dist/actions/list-video-mixed.cjs +49 -0
- package/dist/actions/list-video-mixed.cjs.map +1 -0
- package/dist/actions/list-video-mixed.d.cts +9 -0
- package/dist/actions/list-video-mixed.d.cts.map +1 -0
- package/dist/actions/list-video-mixed.d.mts +9 -0
- package/dist/actions/list-video-mixed.d.mts.map +1 -0
- package/dist/actions/list-video-mixed.mjs +48 -0
- package/dist/actions/list-video-mixed.mjs.map +1 -0
- package/dist/actions/list-video-separate.cjs +56 -0
- package/dist/actions/list-video-separate.cjs.map +1 -0
- package/dist/actions/list-video-separate.d.cts +9 -0
- package/dist/actions/list-video-separate.d.cts.map +1 -0
- package/dist/actions/list-video-separate.d.mts +9 -0
- package/dist/actions/list-video-separate.d.mts.map +1 -0
- package/dist/actions/list-video-separate.mjs +55 -0
- package/dist/actions/list-video-separate.mjs.map +1 -0
- package/dist/actions/list-zoom-meetings-to-credentials.cjs +32 -0
- package/dist/actions/list-zoom-meetings-to-credentials.cjs.map +1 -0
- package/dist/actions/list-zoom-meetings-to-credentials.d.cts +9 -0
- package/dist/actions/list-zoom-meetings-to-credentials.d.cts.map +1 -0
- package/dist/actions/list-zoom-meetings-to-credentials.d.mts +9 -0
- package/dist/actions/list-zoom-meetings-to-credentials.d.mts.map +1 -0
- package/dist/actions/list-zoom-meetings-to-credentials.mjs +31 -0
- package/dist/actions/list-zoom-meetings-to-credentials.mjs.map +1 -0
- package/dist/actions/list-zoom-o-auth-credentials.cjs +45 -0
- package/dist/actions/list-zoom-o-auth-credentials.cjs.map +1 -0
- package/dist/actions/list-zoom-o-auth-credentials.d.cts +9 -0
- package/dist/actions/list-zoom-o-auth-credentials.d.cts.map +1 -0
- package/dist/actions/list-zoom-o-auth-credentials.d.mts +9 -0
- package/dist/actions/list-zoom-o-auth-credentials.d.mts.map +1 -0
- package/dist/actions/list-zoom-o-auth-credentials.mjs +44 -0
- package/dist/actions/list-zoom-o-auth-credentials.mjs.map +1 -0
- package/dist/actions/list-zoom-oauth-app-logs.cjs +31 -0
- package/dist/actions/list-zoom-oauth-app-logs.cjs.map +1 -0
- package/dist/actions/list-zoom-oauth-app-logs.d.cts +9 -0
- package/dist/actions/list-zoom-oauth-app-logs.d.cts.map +1 -0
- package/dist/actions/list-zoom-oauth-app-logs.d.mts +9 -0
- package/dist/actions/list-zoom-oauth-app-logs.d.mts.map +1 -0
- package/dist/actions/list-zoom-oauth-app-logs.mjs +30 -0
- package/dist/actions/list-zoom-oauth-app-logs.mjs.map +1 -0
- package/dist/actions/list-zoom-oauth-apps.cjs +38 -0
- package/dist/actions/list-zoom-oauth-apps.cjs.map +1 -0
- package/dist/actions/list-zoom-oauth-apps.d.cts +9 -0
- package/dist/actions/list-zoom-oauth-apps.d.cts.map +1 -0
- package/dist/actions/list-zoom-oauth-apps.d.mts +9 -0
- package/dist/actions/list-zoom-oauth-apps.d.mts.map +1 -0
- package/dist/actions/list-zoom-oauth-apps.mjs +37 -0
- package/dist/actions/list-zoom-oauth-apps.mjs.map +1 -0
- package/dist/actions/list-zoom-oauth-credential-logs.cjs +31 -0
- package/dist/actions/list-zoom-oauth-credential-logs.cjs.map +1 -0
- package/dist/actions/list-zoom-oauth-credential-logs.d.cts +9 -0
- package/dist/actions/list-zoom-oauth-credential-logs.d.cts.map +1 -0
- package/dist/actions/list-zoom-oauth-credential-logs.d.mts +9 -0
- package/dist/actions/list-zoom-oauth-credential-logs.d.mts.map +1 -0
- package/dist/actions/list-zoom-oauth-credential-logs.mjs +30 -0
- package/dist/actions/list-zoom-oauth-credential-logs.mjs.map +1 -0
- package/dist/actions/remove-bot-from-call.cjs +19 -0
- package/dist/actions/remove-bot-from-call.cjs.map +1 -0
- package/dist/actions/remove-bot-from-call.d.cts +9 -0
- package/dist/actions/remove-bot-from-call.d.cts.map +1 -0
- package/dist/actions/remove-bot-from-call.d.mts +9 -0
- package/dist/actions/remove-bot-from-call.d.mts.map +1 -0
- package/dist/actions/remove-bot-from-call.mjs +16 -0
- package/dist/actions/remove-bot-from-call.mjs.map +1 -0
- package/dist/actions/retrieve-billing-usage.cjs +19 -0
- package/dist/actions/retrieve-billing-usage.cjs.map +1 -0
- package/dist/actions/retrieve-billing-usage.d.cts +9 -0
- package/dist/actions/retrieve-billing-usage.d.cts.map +1 -0
- package/dist/actions/retrieve-billing-usage.d.mts +9 -0
- package/dist/actions/retrieve-billing-usage.d.mts.map +1 -0
- package/dist/actions/retrieve-billing-usage.mjs +16 -0
- package/dist/actions/retrieve-billing-usage.mjs.map +1 -0
- package/dist/actions/retrieve-bot.cjs +27 -0
- package/dist/actions/retrieve-bot.cjs.map +1 -0
- package/dist/actions/retrieve-bot.d.cts +9 -0
- package/dist/actions/retrieve-bot.d.cts.map +1 -0
- package/dist/actions/retrieve-bot.d.mts +9 -0
- package/dist/actions/retrieve-bot.d.mts.map +1 -0
- package/dist/actions/retrieve-bot.mjs +24 -0
- package/dist/actions/retrieve-bot.mjs.map +1 -0
- package/dist/actions/retrieve-calendars.cjs +30 -0
- package/dist/actions/retrieve-calendars.cjs.map +1 -0
- package/dist/actions/retrieve-calendars.d.cts +9 -0
- package/dist/actions/retrieve-calendars.d.cts.map +1 -0
- package/dist/actions/retrieve-calendars.d.mts +9 -0
- package/dist/actions/retrieve-calendars.d.mts.map +1 -0
- package/dist/actions/retrieve-calendars.mjs +27 -0
- package/dist/actions/retrieve-calendars.mjs.map +1 -0
- package/dist/actions/retrieve-google-login-group.cjs +35 -0
- package/dist/actions/retrieve-google-login-group.cjs.map +1 -0
- package/dist/actions/retrieve-google-login-group.d.cts +9 -0
- package/dist/actions/retrieve-google-login-group.d.cts.map +1 -0
- package/dist/actions/retrieve-google-login-group.d.mts +9 -0
- package/dist/actions/retrieve-google-login-group.d.mts.map +1 -0
- package/dist/actions/retrieve-google-login-group.mjs +34 -0
- package/dist/actions/retrieve-google-login-group.mjs.map +1 -0
- package/dist/actions/retrieve-meeting-direct-connect.cjs +50 -0
- package/dist/actions/retrieve-meeting-direct-connect.cjs.map +1 -0
- package/dist/actions/retrieve-meeting-direct-connect.d.cts +9 -0
- package/dist/actions/retrieve-meeting-direct-connect.d.cts.map +1 -0
- package/dist/actions/retrieve-meeting-direct-connect.d.mts +9 -0
- package/dist/actions/retrieve-meeting-direct-connect.d.mts.map +1 -0
- package/dist/actions/retrieve-meeting-direct-connect.mjs +49 -0
- package/dist/actions/retrieve-meeting-direct-connect.mjs.map +1 -0
- package/dist/actions/retrieve-recording.cjs +52 -0
- package/dist/actions/retrieve-recording.cjs.map +1 -0
- package/dist/actions/retrieve-recording.d.cts +9 -0
- package/dist/actions/retrieve-recording.d.cts.map +1 -0
- package/dist/actions/retrieve-recording.d.mts +9 -0
- package/dist/actions/retrieve-recording.d.mts.map +1 -0
- package/dist/actions/retrieve-recording.mjs +51 -0
- package/dist/actions/retrieve-recording.mjs.map +1 -0
- package/dist/actions/retrieve-sdk-upload.cjs +29 -0
- package/dist/actions/retrieve-sdk-upload.cjs.map +1 -0
- package/dist/actions/retrieve-sdk-upload.d.cts +9 -0
- package/dist/actions/retrieve-sdk-upload.d.cts.map +1 -0
- package/dist/actions/retrieve-sdk-upload.d.mts +9 -0
- package/dist/actions/retrieve-sdk-upload.d.mts.map +1 -0
- package/dist/actions/retrieve-sdk-upload.mjs +28 -0
- package/dist/actions/retrieve-sdk-upload.mjs.map +1 -0
- package/dist/actions/retrieve-video-mixed.cjs +34 -0
- package/dist/actions/retrieve-video-mixed.cjs.map +1 -0
- package/dist/actions/retrieve-video-mixed.d.cts +9 -0
- package/dist/actions/retrieve-video-mixed.d.cts.map +1 -0
- package/dist/actions/retrieve-video-mixed.d.mts +9 -0
- package/dist/actions/retrieve-video-mixed.d.mts.map +1 -0
- package/dist/actions/retrieve-video-mixed.mjs +33 -0
- package/dist/actions/retrieve-video-mixed.mjs.map +1 -0
- package/dist/actions/retrieve-zoom-oauth-app.cjs +25 -0
- package/dist/actions/retrieve-zoom-oauth-app.cjs.map +1 -0
- package/dist/actions/retrieve-zoom-oauth-app.d.cts +9 -0
- package/dist/actions/retrieve-zoom-oauth-app.d.cts.map +1 -0
- package/dist/actions/retrieve-zoom-oauth-app.d.mts +9 -0
- package/dist/actions/retrieve-zoom-oauth-app.d.mts.map +1 -0
- package/dist/actions/retrieve-zoom-oauth-app.mjs +24 -0
- package/dist/actions/retrieve-zoom-oauth-app.mjs.map +1 -0
- package/dist/actions/start-recording.cjs +56 -0
- package/dist/actions/start-recording.cjs.map +1 -0
- package/dist/actions/start-recording.d.cts +9 -0
- package/dist/actions/start-recording.d.cts.map +1 -0
- package/dist/actions/start-recording.d.mts +9 -0
- package/dist/actions/start-recording.d.mts.map +1 -0
- package/dist/actions/start-recording.mjs +53 -0
- package/dist/actions/start-recording.mjs.map +1 -0
- package/dist/actions/stop-recording.cjs +21 -0
- package/dist/actions/stop-recording.cjs.map +1 -0
- package/dist/actions/stop-recording.d.cts +9 -0
- package/dist/actions/stop-recording.d.cts.map +1 -0
- package/dist/actions/stop-recording.d.mts +9 -0
- package/dist/actions/stop-recording.d.mts.map +1 -0
- package/dist/actions/stop-recording.mjs +18 -0
- package/dist/actions/stop-recording.mjs.map +1 -0
- package/dist/actions/update-bot.cjs +52 -0
- package/dist/actions/update-bot.cjs.map +1 -0
- package/dist/actions/update-bot.d.cts +9 -0
- package/dist/actions/update-bot.d.cts.map +1 -0
- package/dist/actions/update-bot.d.mts +9 -0
- package/dist/actions/update-bot.d.mts.map +1 -0
- package/dist/actions/update-bot.mjs +49 -0
- package/dist/actions/update-bot.mjs.map +1 -0
- package/dist/actions/update-calendar-user.cjs +57 -0
- package/dist/actions/update-calendar-user.cjs.map +1 -0
- package/dist/actions/update-calendar-user.d.cts +9 -0
- package/dist/actions/update-calendar-user.d.cts.map +1 -0
- package/dist/actions/update-calendar-user.d.mts +9 -0
- package/dist/actions/update-calendar-user.d.mts.map +1 -0
- package/dist/actions/update-calendar-user.mjs +56 -0
- package/dist/actions/update-calendar-user.mjs.map +1 -0
- package/dist/actions/update-calendar.cjs +40 -0
- package/dist/actions/update-calendar.cjs.map +1 -0
- package/dist/actions/update-calendar.d.cts +9 -0
- package/dist/actions/update-calendar.d.cts.map +1 -0
- package/dist/actions/update-calendar.d.mts +9 -0
- package/dist/actions/update-calendar.d.mts.map +1 -0
- package/dist/actions/update-calendar.mjs +39 -0
- package/dist/actions/update-calendar.mjs.map +1 -0
- package/dist/actions/update-google-login-group.cjs +51 -0
- package/dist/actions/update-google-login-group.cjs.map +1 -0
- package/dist/actions/update-google-login-group.d.cts +9 -0
- package/dist/actions/update-google-login-group.d.cts.map +1 -0
- package/dist/actions/update-google-login-group.d.mts +9 -0
- package/dist/actions/update-google-login-group.d.mts.map +1 -0
- package/dist/actions/update-google-login-group.mjs +50 -0
- package/dist/actions/update-google-login-group.mjs.map +1 -0
- package/dist/actions/update-google-login-groups.cjs +38 -0
- package/dist/actions/update-google-login-groups.cjs.map +1 -0
- package/dist/actions/update-google-login-groups.d.cts +9 -0
- package/dist/actions/update-google-login-groups.d.cts.map +1 -0
- package/dist/actions/update-google-login-groups.d.mts +9 -0
- package/dist/actions/update-google-login-groups.d.mts.map +1 -0
- package/dist/actions/update-google-login-groups.mjs +37 -0
- package/dist/actions/update-google-login-groups.mjs.map +1 -0
- package/dist/actions/update-google-login.cjs +36 -0
- package/dist/actions/update-google-login.cjs.map +1 -0
- package/dist/actions/update-google-login.d.cts +9 -0
- package/dist/actions/update-google-login.d.cts.map +1 -0
- package/dist/actions/update-google-login.d.mts +9 -0
- package/dist/actions/update-google-login.d.mts.map +1 -0
- package/dist/actions/update-google-login.mjs +33 -0
- package/dist/actions/update-google-login.mjs.map +1 -0
- package/dist/actions/update-recording.cjs +55 -0
- package/dist/actions/update-recording.cjs.map +1 -0
- package/dist/actions/update-recording.d.cts +9 -0
- package/dist/actions/update-recording.d.cts.map +1 -0
- package/dist/actions/update-recording.d.mts +9 -0
- package/dist/actions/update-recording.d.mts.map +1 -0
- package/dist/actions/update-recording.mjs +54 -0
- package/dist/actions/update-recording.mjs.map +1 -0
- package/dist/actions/update-video-mixed.cjs +49 -0
- package/dist/actions/update-video-mixed.cjs.map +1 -0
- package/dist/actions/update-video-mixed.d.cts +9 -0
- package/dist/actions/update-video-mixed.d.cts.map +1 -0
- package/dist/actions/update-video-mixed.d.mts +9 -0
- package/dist/actions/update-video-mixed.d.mts.map +1 -0
- package/dist/actions/update-video-mixed.mjs +48 -0
- package/dist/actions/update-video-mixed.mjs.map +1 -0
- package/dist/actions/update-zoom-o-auth-app.cjs +29 -0
- package/dist/actions/update-zoom-o-auth-app.cjs.map +1 -0
- package/dist/actions/update-zoom-o-auth-app.d.cts +9 -0
- package/dist/actions/update-zoom-o-auth-app.d.cts.map +1 -0
- package/dist/actions/update-zoom-o-auth-app.d.mts +9 -0
- package/dist/actions/update-zoom-o-auth-app.d.mts.map +1 -0
- package/dist/actions/update-zoom-o-auth-app.mjs +28 -0
- package/dist/actions/update-zoom-o-auth-app.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +132 -0
- package/dist/index.d.cts +66 -0
- package/dist/index.d.mts +66 -0
- package/dist/index.mjs +67 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-calendar.mjs","names":[],"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,8BAA4C,EAAE,OAAO;CAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CACnI,UAAU,EAAE,KAAK,CAAC,mBAAmB,mBAAmB,CAAC,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CACnJ,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAClG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAClG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC/F,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACvG,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AAC5G,CAAC;AACD,MAAM,gDAA8D,EAAE,KAAK,CAAC,mBAAmB,mBAAmB,CAAC;AAiBnH,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QArBwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EACvE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EACzE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,UAAU,8CAA8C,SAAS;EACjE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EACtF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EAC3F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,6CAA6C;EAC5F,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EACxE,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EAChF,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAClF,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-google-login-group.ts
|
|
4
|
+
const RecallaiUpdateGoogleLoginGroupInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("A UUID string identifying the Google login group to update"),
|
|
6
|
+
name: zod.z.string().describe("Name of the login group. It can be used to filter out login groups when retrieving them via API."),
|
|
7
|
+
logins: zod.z.array(zod.z.object({
|
|
8
|
+
id: zod.z.string().describe("UUID of this login"),
|
|
9
|
+
email: zod.z.string().describe("Email address of the Google account"),
|
|
10
|
+
group_id: zod.z.string().describe("UUID of the login group this login belongs to"),
|
|
11
|
+
is_active: zod.z.boolean().describe("Whether this login is currently active").optional(),
|
|
12
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the login was created"),
|
|
13
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the login was last updated"),
|
|
14
|
+
sso_v2_cert: zod.z.string().describe("SSO v2 certificate for authentication"),
|
|
15
|
+
sso_v2_private_key: zod.z.string().describe("SSO v2 private key for authentication"),
|
|
16
|
+
sso_v2_workspace_domain: zod.z.string().describe("Google Workspace domain for SSO v2")
|
|
17
|
+
}).describe("Individual Google login details within the login group.")).describe("List of Google login credentials in this group. Each login contains authentication details for a specific Google account."),
|
|
18
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the login group was created. This field is typically returned by the API and should match the existing value when updating."),
|
|
19
|
+
login_mode: zod.z.enum(["always", "only_if_required"]).describe("Login behaviour of bots that use this login group. 'always' means bots will always login before joining meetings. 'only_if_required' means bots will only login if the meeting requires authentication."),
|
|
20
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the login group was last updated. This field is typically returned by the API and should match the existing value when updating.")
|
|
21
|
+
});
|
|
22
|
+
const RecallaiUpdateGoogleLoginGroup_GoogleLoginSchema = zod.z.object({
|
|
23
|
+
id: zod.z.string().describe("UUID of this login"),
|
|
24
|
+
email: zod.z.string().describe("Email address of the Google account"),
|
|
25
|
+
group_id: zod.z.string().describe("UUID of the login group this login belongs to"),
|
|
26
|
+
is_active: zod.z.boolean().describe("Whether this login is currently active").nullable().optional(),
|
|
27
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the login was created"),
|
|
28
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the login was last updated"),
|
|
29
|
+
sso_v2_cert: zod.z.string().describe("SSO v2 certificate for authentication"),
|
|
30
|
+
sso_v2_private_key: zod.z.string().describe("SSO v2 private key for authentication"),
|
|
31
|
+
sso_v2_workspace_domain: zod.z.string().describe("Google Workspace domain for SSO v2")
|
|
32
|
+
}).describe("Individual Google login details within the login group.");
|
|
33
|
+
const RecallaiUpdateGoogleLoginGroupOutput = zod.z.object({
|
|
34
|
+
id: zod.z.string().describe("UUID of the Google login group"),
|
|
35
|
+
name: zod.z.string().describe("Name of the login group. Can be used to filter login groups when retrieving them via API."),
|
|
36
|
+
logins: zod.z.array(RecallaiUpdateGoogleLoginGroup_GoogleLoginSchema).describe("List of Google login credentials associated with this login group"),
|
|
37
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the login group was created"),
|
|
38
|
+
login_mode: zod.z.string().describe("Login behaviour of bots that use this login group. 'always' means bots will always login, 'only_if_required' means bots will only login if the meeting requires it."),
|
|
39
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the login group was last updated")
|
|
40
|
+
});
|
|
41
|
+
const recallaiUpdateGoogleLoginGroup = require_action.action("RECALLAI_UPDATE_GOOGLE_LOGIN_GROUP", {
|
|
42
|
+
slug: "recallai-update-google-login-group",
|
|
43
|
+
name: "Update Google Login Group",
|
|
44
|
+
description: "Tool to update an existing Google Login Group in Recall.ai. Use when you need to modify the name, login mode, or login credentials for a Google login group that bots use to authenticate with Google Meet.",
|
|
45
|
+
input: RecallaiUpdateGoogleLoginGroupInput,
|
|
46
|
+
output: RecallaiUpdateGoogleLoginGroupOutput
|
|
47
|
+
});
|
|
48
|
+
//#endregion
|
|
49
|
+
exports.recallaiUpdateGoogleLoginGroup = recallaiUpdateGoogleLoginGroup;
|
|
50
|
+
|
|
51
|
+
//# sourceMappingURL=update-google-login-group.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-google-login-group.cjs","names":["z","action"],"sources":["../../src/actions/update-google-login-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateGoogleLoginGroupInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the Google login group to update\"),\n name: z.string().describe(\"Name of the login group. It can be used to filter out login groups when retrieving them via API.\"),\n logins: z.array(z.object({\n id: z.string().describe(\"UUID of this login\"),\n email: z.string().describe(\"Email address of the Google account\"),\n group_id: z.string().describe(\"UUID of the login group this login belongs to\"),\n is_active: z.boolean().describe(\"Whether this login is currently active\").optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login was created\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login was last updated\"),\n sso_v2_cert: z.string().describe(\"SSO v2 certificate for authentication\"),\n sso_v2_private_key: z.string().describe(\"SSO v2 private key for authentication\"),\n sso_v2_workspace_domain: z.string().describe(\"Google Workspace domain for SSO v2\"),\n}).describe(\"Individual Google login details within the login group.\")).describe(\"List of Google login credentials in this group. Each login contains authentication details for a specific Google account.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login group was created. This field is typically returned by the API and should match the existing value when updating.\"),\n login_mode: z.enum([\"always\", \"only_if_required\"]).describe(\"Login behaviour of bots that use this login group. 'always' means bots will always login before joining meetings. 'only_if_required' means bots will only login if the meeting requires authentication.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login group was last updated. This field is typically returned by the API and should match the existing value when updating.\"),\n});\nconst RecallaiUpdateGoogleLoginGroup_GoogleLoginSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of this login\"),\n email: z.string().describe(\"Email address of the Google account\"),\n group_id: z.string().describe(\"UUID of the login group this login belongs to\"),\n is_active: z.boolean().describe(\"Whether this login is currently active\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login was created\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login was last updated\"),\n sso_v2_cert: z.string().describe(\"SSO v2 certificate for authentication\"),\n sso_v2_private_key: z.string().describe(\"SSO v2 private key for authentication\"),\n sso_v2_workspace_domain: z.string().describe(\"Google Workspace domain for SSO v2\"),\n}).describe(\"Individual Google login details within the login group.\");\nexport const RecallaiUpdateGoogleLoginGroupOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the Google login group\"),\n name: z.string().describe(\"Name of the login group. Can be used to filter login groups when retrieving them via API.\"),\n logins: z.array(RecallaiUpdateGoogleLoginGroup_GoogleLoginSchema).describe(\"List of Google login credentials associated with this login group\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login group was created\"),\n login_mode: z.string().describe(\"Login behaviour of bots that use this login group. 'always' means bots will always login, 'only_if_required' means bots will only login if the meeting requires it.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login group was last updated\"),\n});\n\nexport const recallaiUpdateGoogleLoginGroup = action(\"RECALLAI_UPDATE_GOOGLE_LOGIN_GROUP\", {\n slug: \"recallai-update-google-login-group\",\n name: \"Update Google Login Group\",\n description: \"Tool to update an existing Google Login Group in Recall.ai. Use when you need to modify the name, login mode, or login credentials for a Google login group that bots use to authenticate with Google Meet.\",\n input: RecallaiUpdateGoogleLoginGroupInput,\n output: RecallaiUpdateGoogleLoginGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;CAC5H,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EACzB,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;EAC5C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;EAChE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC7E,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;EACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EACxE,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EAC/E,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACnF,CAAC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,CAAC,SAAS,2HAA2H;CAC1M,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qJAAqJ;CACrL,YAAYA,IAAAA,EAAE,KAAK,CAAC,UAAU,kBAAkB,CAAC,CAAC,CAAC,SAAS,yMAAyM;CACrQ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0JAA0J;AAC5L,CAAC;AACD,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC5C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAChE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC7E,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACxE,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC/E,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;AACnF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F;CACrH,QAAQA,IAAAA,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,mEAAmE;CAC9I,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qKAAqK;CACrM,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AAC5F,CAAC;AAED,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,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-google-login-group.d.ts
|
|
4
|
+
declare const RecallaiUpdateGoogleLoginGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiUpdateGoogleLoginGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiUpdateGoogleLoginGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiUpdateGoogleLoginGroup };
|
|
9
|
+
//# sourceMappingURL=update-google-login-group.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-google-login-group.d.cts","names":[],"sources":["../../src/actions/update-google-login-group.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAiBlD;AAAA,cAYW,oCAAA,EAAsC,CAAA,CAAE,UAOnD;AAAA,cAEW,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-google-login-group.d.ts
|
|
4
|
+
declare const RecallaiUpdateGoogleLoginGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiUpdateGoogleLoginGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiUpdateGoogleLoginGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiUpdateGoogleLoginGroup };
|
|
9
|
+
//# sourceMappingURL=update-google-login-group.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-google-login-group.d.mts","names":[],"sources":["../../src/actions/update-google-login-group.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAiBlD;AAAA,cAYW,oCAAA,EAAsC,CAAA,CAAE,UAOnD;AAAA,cAEW,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-google-login-group.ts
|
|
4
|
+
const RecallaiUpdateGoogleLoginGroupInput = z.object({
|
|
5
|
+
id: z.string().describe("A UUID string identifying the Google login group to update"),
|
|
6
|
+
name: z.string().describe("Name of the login group. It can be used to filter out login groups when retrieving them via API."),
|
|
7
|
+
logins: z.array(z.object({
|
|
8
|
+
id: z.string().describe("UUID of this login"),
|
|
9
|
+
email: z.string().describe("Email address of the Google account"),
|
|
10
|
+
group_id: z.string().describe("UUID of the login group this login belongs to"),
|
|
11
|
+
is_active: z.boolean().describe("Whether this login is currently active").optional(),
|
|
12
|
+
created_at: z.string().describe("ISO 8601 timestamp when the login was created"),
|
|
13
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the login was last updated"),
|
|
14
|
+
sso_v2_cert: z.string().describe("SSO v2 certificate for authentication"),
|
|
15
|
+
sso_v2_private_key: z.string().describe("SSO v2 private key for authentication"),
|
|
16
|
+
sso_v2_workspace_domain: z.string().describe("Google Workspace domain for SSO v2")
|
|
17
|
+
}).describe("Individual Google login details within the login group.")).describe("List of Google login credentials in this group. Each login contains authentication details for a specific Google account."),
|
|
18
|
+
created_at: z.string().describe("ISO 8601 timestamp when the login group was created. This field is typically returned by the API and should match the existing value when updating."),
|
|
19
|
+
login_mode: z.enum(["always", "only_if_required"]).describe("Login behaviour of bots that use this login group. 'always' means bots will always login before joining meetings. 'only_if_required' means bots will only login if the meeting requires authentication."),
|
|
20
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the login group was last updated. This field is typically returned by the API and should match the existing value when updating.")
|
|
21
|
+
});
|
|
22
|
+
const RecallaiUpdateGoogleLoginGroup_GoogleLoginSchema = z.object({
|
|
23
|
+
id: z.string().describe("UUID of this login"),
|
|
24
|
+
email: z.string().describe("Email address of the Google account"),
|
|
25
|
+
group_id: z.string().describe("UUID of the login group this login belongs to"),
|
|
26
|
+
is_active: z.boolean().describe("Whether this login is currently active").nullable().optional(),
|
|
27
|
+
created_at: z.string().describe("ISO 8601 timestamp when the login was created"),
|
|
28
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the login was last updated"),
|
|
29
|
+
sso_v2_cert: z.string().describe("SSO v2 certificate for authentication"),
|
|
30
|
+
sso_v2_private_key: z.string().describe("SSO v2 private key for authentication"),
|
|
31
|
+
sso_v2_workspace_domain: z.string().describe("Google Workspace domain for SSO v2")
|
|
32
|
+
}).describe("Individual Google login details within the login group.");
|
|
33
|
+
const recallaiUpdateGoogleLoginGroup = action("RECALLAI_UPDATE_GOOGLE_LOGIN_GROUP", {
|
|
34
|
+
slug: "recallai-update-google-login-group",
|
|
35
|
+
name: "Update Google Login Group",
|
|
36
|
+
description: "Tool to update an existing Google Login Group in Recall.ai. Use when you need to modify the name, login mode, or login credentials for a Google login group that bots use to authenticate with Google Meet.",
|
|
37
|
+
input: RecallaiUpdateGoogleLoginGroupInput,
|
|
38
|
+
output: z.object({
|
|
39
|
+
id: z.string().describe("UUID of the Google login group"),
|
|
40
|
+
name: z.string().describe("Name of the login group. Can be used to filter login groups when retrieving them via API."),
|
|
41
|
+
logins: z.array(RecallaiUpdateGoogleLoginGroup_GoogleLoginSchema).describe("List of Google login credentials associated with this login group"),
|
|
42
|
+
created_at: z.string().describe("ISO 8601 timestamp when the login group was created"),
|
|
43
|
+
login_mode: z.string().describe("Login behaviour of bots that use this login group. 'always' means bots will always login, 'only_if_required' means bots will only login if the meeting requires it."),
|
|
44
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the login group was last updated")
|
|
45
|
+
})
|
|
46
|
+
});
|
|
47
|
+
//#endregion
|
|
48
|
+
export { recallaiUpdateGoogleLoginGroup };
|
|
49
|
+
|
|
50
|
+
//# sourceMappingURL=update-google-login-group.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-google-login-group.mjs","names":[],"sources":["../../src/actions/update-google-login-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateGoogleLoginGroupInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the Google login group to update\"),\n name: z.string().describe(\"Name of the login group. It can be used to filter out login groups when retrieving them via API.\"),\n logins: z.array(z.object({\n id: z.string().describe(\"UUID of this login\"),\n email: z.string().describe(\"Email address of the Google account\"),\n group_id: z.string().describe(\"UUID of the login group this login belongs to\"),\n is_active: z.boolean().describe(\"Whether this login is currently active\").optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login was created\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login was last updated\"),\n sso_v2_cert: z.string().describe(\"SSO v2 certificate for authentication\"),\n sso_v2_private_key: z.string().describe(\"SSO v2 private key for authentication\"),\n sso_v2_workspace_domain: z.string().describe(\"Google Workspace domain for SSO v2\"),\n}).describe(\"Individual Google login details within the login group.\")).describe(\"List of Google login credentials in this group. Each login contains authentication details for a specific Google account.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login group was created. This field is typically returned by the API and should match the existing value when updating.\"),\n login_mode: z.enum([\"always\", \"only_if_required\"]).describe(\"Login behaviour of bots that use this login group. 'always' means bots will always login before joining meetings. 'only_if_required' means bots will only login if the meeting requires authentication.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login group was last updated. This field is typically returned by the API and should match the existing value when updating.\"),\n});\nconst RecallaiUpdateGoogleLoginGroup_GoogleLoginSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of this login\"),\n email: z.string().describe(\"Email address of the Google account\"),\n group_id: z.string().describe(\"UUID of the login group this login belongs to\"),\n is_active: z.boolean().describe(\"Whether this login is currently active\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login was created\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login was last updated\"),\n sso_v2_cert: z.string().describe(\"SSO v2 certificate for authentication\"),\n sso_v2_private_key: z.string().describe(\"SSO v2 private key for authentication\"),\n sso_v2_workspace_domain: z.string().describe(\"Google Workspace domain for SSO v2\"),\n}).describe(\"Individual Google login details within the login group.\");\nexport const RecallaiUpdateGoogleLoginGroupOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the Google login group\"),\n name: z.string().describe(\"Name of the login group. Can be used to filter login groups when retrieving them via API.\"),\n logins: z.array(RecallaiUpdateGoogleLoginGroup_GoogleLoginSchema).describe(\"List of Google login credentials associated with this login group\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login group was created\"),\n login_mode: z.string().describe(\"Login behaviour of bots that use this login group. 'always' means bots will always login, 'only_if_required' means bots will only login if the meeting requires it.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login group was last updated\"),\n});\n\nexport const recallaiUpdateGoogleLoginGroup = action(\"RECALLAI_UPDATE_GOOGLE_LOGIN_GROUP\", {\n slug: \"recallai-update-google-login-group\",\n name: \"Update Google Login Group\",\n description: \"Tool to update an existing Google Login Group in Recall.ai. Use when you need to modify the name, login mode, or login credentials for a Google login group that bots use to authenticate with Google Meet.\",\n input: RecallaiUpdateGoogleLoginGroupInput,\n output: RecallaiUpdateGoogleLoginGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;CAC5H,QAAQ,EAAE,MAAM,EAAE,OAAO;EACzB,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;EAC5C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;EAChE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC7E,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EACnF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;EACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EACxE,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;EAC/E,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACnF,CAAC,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,CAAC,SAAS,2HAA2H;CAC1M,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qJAAqJ;CACrL,YAAY,EAAE,KAAK,CAAC,UAAU,kBAAkB,CAAC,CAAC,CAAC,SAAS,yMAAyM;CACrQ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0JAA0J;AAC5L,CAAC;AACD,MAAM,mDAAiE,EAAE,OAAO;CAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC5C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAChE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC7E,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACxE,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC/E,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;AACnF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAUrE,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAdgE,EAAE,OAAO;EACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F;EACrH,QAAQ,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,mEAAmE;EAC9I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EACrF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qKAAqK;EACrM,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAC5F,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-google-login-groups.ts
|
|
4
|
+
const RecallaiUpdateGoogleLoginGroupsInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("A UUID string identifying the Google login group to update."),
|
|
6
|
+
name: zod.z.string().describe("Name of the login group. It can be used to filter out login groups when retrieving them via API.").optional(),
|
|
7
|
+
login_mode: zod.z.enum(["always", "only_if_required"]).describe("Login mode for bots using this login group").optional()
|
|
8
|
+
});
|
|
9
|
+
const RecallaiUpdateGoogleLoginGroups_LoginSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("UUID of the login credential"),
|
|
11
|
+
email: zod.z.string().describe("Email address of the Google account"),
|
|
12
|
+
group_id: zod.z.string().describe("UUID of the parent login group"),
|
|
13
|
+
is_active: zod.z.boolean().describe("Whether this login is currently active").nullable().optional(),
|
|
14
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when login was created"),
|
|
15
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when login was updated"),
|
|
16
|
+
sso_v2_cert: zod.z.string().describe("SSO v2 certificate for authentication"),
|
|
17
|
+
sso_v2_private_key: zod.z.string().describe("SSO v2 private key for authentication"),
|
|
18
|
+
sso_v2_workspace_domain: zod.z.string().describe("Google Workspace domain for SSO v2")
|
|
19
|
+
}).describe("Google login credentials within a login group");
|
|
20
|
+
const RecallaiUpdateGoogleLoginGroupsOutput = zod.z.object({
|
|
21
|
+
id: zod.z.string().describe("UUID of the Google login group"),
|
|
22
|
+
name: zod.z.string().describe("Name of the login group"),
|
|
23
|
+
logins: zod.z.array(RecallaiUpdateGoogleLoginGroups_LoginSchema).describe("List of Google login credentials in this group"),
|
|
24
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the login group was created"),
|
|
25
|
+
login_mode: zod.z.string().describe("Login behaviour of bots that use this login group - either 'always' or 'only_if_required'"),
|
|
26
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the login group was last updated")
|
|
27
|
+
});
|
|
28
|
+
const recallaiUpdateGoogleLoginGroups = require_action.action("RECALLAI_UPDATE_GOOGLE_LOGIN_GROUPS", {
|
|
29
|
+
slug: "recallai-update-google-login-groups",
|
|
30
|
+
name: "Partial Update Google Login Group",
|
|
31
|
+
description: "Tool to partially update an existing Google Login Group in Recall.ai. Use when you need to modify the name or login mode of a Google login group without replacing all fields. This performs a PATCH operation that only updates the fields you provide.",
|
|
32
|
+
input: RecallaiUpdateGoogleLoginGroupsInput,
|
|
33
|
+
output: RecallaiUpdateGoogleLoginGroupsOutput
|
|
34
|
+
});
|
|
35
|
+
//#endregion
|
|
36
|
+
exports.recallaiUpdateGoogleLoginGroups = recallaiUpdateGoogleLoginGroups;
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=update-google-login-groups.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-google-login-groups.cjs","names":["z","action"],"sources":["../../src/actions/update-google-login-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateGoogleLoginGroupsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the Google login group to update.\"),\n name: z.string().describe(\"Name of the login group. It can be used to filter out login groups when retrieving them via API.\").optional(),\n login_mode: z.enum([\"always\", \"only_if_required\"]).describe(\"Login mode for bots using this login group\").optional(),\n});\nconst RecallaiUpdateGoogleLoginGroups_LoginSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the login credential\"),\n email: z.string().describe(\"Email address of the Google account\"),\n group_id: z.string().describe(\"UUID of the parent login group\"),\n is_active: z.boolean().describe(\"Whether this login is currently active\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when login was created\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when login was updated\"),\n sso_v2_cert: z.string().describe(\"SSO v2 certificate for authentication\"),\n sso_v2_private_key: z.string().describe(\"SSO v2 private key for authentication\"),\n sso_v2_workspace_domain: z.string().describe(\"Google Workspace domain for SSO v2\"),\n}).describe(\"Google login credentials within a login group\");\nexport const RecallaiUpdateGoogleLoginGroupsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the Google login group\"),\n name: z.string().describe(\"Name of the login group\"),\n logins: z.array(RecallaiUpdateGoogleLoginGroups_LoginSchema).describe(\"List of Google login credentials in this group\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login group was created\"),\n login_mode: z.string().describe(\"Login behaviour of bots that use this login group - either 'always' or 'only_if_required'\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login group was last updated\"),\n});\n\nexport const recallaiUpdateGoogleLoginGroups = action(\"RECALLAI_UPDATE_GOOGLE_LOGIN_GROUPS\", {\n slug: \"recallai-update-google-login-groups\",\n name: \"Partial Update Google Login Group\",\n description: \"Tool to partially update an existing Google Login Group in Recall.ai. Use when you need to modify the name or login mode of a Google login group without replacing all fields. This performs a PATCH operation that only updates the fields you provide.\",\n input: RecallaiUpdateGoogleLoginGroupsInput,\n output: RecallaiUpdateGoogleLoginGroupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACrF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CACvI,YAAYA,IAAAA,EAAE,KAAK,CAAC,UAAU,kBAAkB,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;AACrH,CAAC;AACD,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAChE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC9D,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC3E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC3E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACxE,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC/E,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;AACnF,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,QAAQA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,gDAAgD;CACtH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F;CAC3H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;AAC5F,CAAC;AAED,MAAa,kCAAkCC,eAAAA,OAAO,uCAAuC;CAC3F,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-google-login-groups.d.ts
|
|
4
|
+
declare const RecallaiUpdateGoogleLoginGroupsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiUpdateGoogleLoginGroupsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiUpdateGoogleLoginGroups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiUpdateGoogleLoginGroups };
|
|
9
|
+
//# sourceMappingURL=update-google-login-groups.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-google-login-groups.d.cts","names":[],"sources":["../../src/actions/update-google-login-groups.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAInD;AAAA,cAYW,qCAAA,EAAuC,CAAA,CAAE,UAOpD;AAAA,cAEW,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-google-login-groups.d.ts
|
|
4
|
+
declare const RecallaiUpdateGoogleLoginGroupsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiUpdateGoogleLoginGroupsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiUpdateGoogleLoginGroups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiUpdateGoogleLoginGroups };
|
|
9
|
+
//# sourceMappingURL=update-google-login-groups.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-google-login-groups.d.mts","names":[],"sources":["../../src/actions/update-google-login-groups.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAInD;AAAA,cAYW,qCAAA,EAAuC,CAAA,CAAE,UAOpD;AAAA,cAEW,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-google-login-groups.ts
|
|
4
|
+
const RecallaiUpdateGoogleLoginGroupsInput = z.object({
|
|
5
|
+
id: z.string().describe("A UUID string identifying the Google login group to update."),
|
|
6
|
+
name: z.string().describe("Name of the login group. It can be used to filter out login groups when retrieving them via API.").optional(),
|
|
7
|
+
login_mode: z.enum(["always", "only_if_required"]).describe("Login mode for bots using this login group").optional()
|
|
8
|
+
});
|
|
9
|
+
const RecallaiUpdateGoogleLoginGroups_LoginSchema = z.object({
|
|
10
|
+
id: z.string().describe("UUID of the login credential"),
|
|
11
|
+
email: z.string().describe("Email address of the Google account"),
|
|
12
|
+
group_id: z.string().describe("UUID of the parent login group"),
|
|
13
|
+
is_active: z.boolean().describe("Whether this login is currently active").nullable().optional(),
|
|
14
|
+
created_at: z.string().describe("ISO 8601 timestamp when login was created"),
|
|
15
|
+
updated_at: z.string().describe("ISO 8601 timestamp when login was updated"),
|
|
16
|
+
sso_v2_cert: z.string().describe("SSO v2 certificate for authentication"),
|
|
17
|
+
sso_v2_private_key: z.string().describe("SSO v2 private key for authentication"),
|
|
18
|
+
sso_v2_workspace_domain: z.string().describe("Google Workspace domain for SSO v2")
|
|
19
|
+
}).describe("Google login credentials within a login group");
|
|
20
|
+
const recallaiUpdateGoogleLoginGroups = action("RECALLAI_UPDATE_GOOGLE_LOGIN_GROUPS", {
|
|
21
|
+
slug: "recallai-update-google-login-groups",
|
|
22
|
+
name: "Partial Update Google Login Group",
|
|
23
|
+
description: "Tool to partially update an existing Google Login Group in Recall.ai. Use when you need to modify the name or login mode of a Google login group without replacing all fields. This performs a PATCH operation that only updates the fields you provide.",
|
|
24
|
+
input: RecallaiUpdateGoogleLoginGroupsInput,
|
|
25
|
+
output: z.object({
|
|
26
|
+
id: z.string().describe("UUID of the Google login group"),
|
|
27
|
+
name: z.string().describe("Name of the login group"),
|
|
28
|
+
logins: z.array(RecallaiUpdateGoogleLoginGroups_LoginSchema).describe("List of Google login credentials in this group"),
|
|
29
|
+
created_at: z.string().describe("ISO 8601 timestamp when the login group was created"),
|
|
30
|
+
login_mode: z.string().describe("Login behaviour of bots that use this login group - either 'always' or 'only_if_required'"),
|
|
31
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the login group was last updated")
|
|
32
|
+
})
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
export { recallaiUpdateGoogleLoginGroups };
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=update-google-login-groups.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-google-login-groups.mjs","names":[],"sources":["../../src/actions/update-google-login-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateGoogleLoginGroupsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the Google login group to update.\"),\n name: z.string().describe(\"Name of the login group. It can be used to filter out login groups when retrieving them via API.\").optional(),\n login_mode: z.enum([\"always\", \"only_if_required\"]).describe(\"Login mode for bots using this login group\").optional(),\n});\nconst RecallaiUpdateGoogleLoginGroups_LoginSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the login credential\"),\n email: z.string().describe(\"Email address of the Google account\"),\n group_id: z.string().describe(\"UUID of the parent login group\"),\n is_active: z.boolean().describe(\"Whether this login is currently active\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when login was created\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when login was updated\"),\n sso_v2_cert: z.string().describe(\"SSO v2 certificate for authentication\"),\n sso_v2_private_key: z.string().describe(\"SSO v2 private key for authentication\"),\n sso_v2_workspace_domain: z.string().describe(\"Google Workspace domain for SSO v2\"),\n}).describe(\"Google login credentials within a login group\");\nexport const RecallaiUpdateGoogleLoginGroupsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the Google login group\"),\n name: z.string().describe(\"Name of the login group\"),\n logins: z.array(RecallaiUpdateGoogleLoginGroups_LoginSchema).describe(\"List of Google login credentials in this group\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login group was created\"),\n login_mode: z.string().describe(\"Login behaviour of bots that use this login group - either 'always' or 'only_if_required'\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login group was last updated\"),\n});\n\nexport const recallaiUpdateGoogleLoginGroups = action(\"RECALLAI_UPDATE_GOOGLE_LOGIN_GROUPS\", {\n slug: \"recallai-update-google-login-groups\",\n name: \"Partial Update Google Login Group\",\n description: \"Tool to partially update an existing Google Login Group in Recall.ai. Use when you need to modify the name or login mode of a Google login group without replacing all fields. This performs a PATCH operation that only updates the fields you provide.\",\n input: RecallaiUpdateGoogleLoginGroupsInput,\n output: RecallaiUpdateGoogleLoginGroupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqD,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CACrF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CACvI,YAAY,EAAE,KAAK,CAAC,UAAU,kBAAkB,CAAC,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;AACrH,CAAC;AACD,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAChE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC9D,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC3E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC3E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACxE,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC/E,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;AACnF,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAU3D,MAAa,kCAAkC,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAdiE,EAAE,OAAO;EAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EACnD,QAAQ,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,gDAAgD;EACtH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EACrF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F;EAC3H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAC5F,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-google-login.ts
|
|
4
|
+
const RecallaiUpdateGoogleLoginInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("A UUID string identifying the Google login to update."),
|
|
6
|
+
email: zod.z.string().describe("The email address of the Google account to use for login."),
|
|
7
|
+
group_id: zod.z.string().describe("The ID of the login group this login belongs to."),
|
|
8
|
+
is_active: zod.z.boolean().describe("If the login should be used for round robin. (default: true)").optional(),
|
|
9
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the login was created. This field is typically returned by the API and should match the existing value when updating."),
|
|
10
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the login was last updated. This field is typically returned by the API and should match the existing value when updating."),
|
|
11
|
+
sso_v2_cert: zod.z.string().describe("PEM-formatted x509 certificate which is registered in your Google Workspace SSO Profile."),
|
|
12
|
+
sso_v2_private_key: zod.z.string().describe("PEM-formatted private key used for signing SSO requests."),
|
|
13
|
+
sso_v2_workspace_domain: zod.z.string().describe("The primary domain name of your Google Workspace Account used for SSO.")
|
|
14
|
+
});
|
|
15
|
+
const RecallaiUpdateGoogleLoginOutput = zod.z.object({
|
|
16
|
+
id: zod.z.string().describe("Unique identifier (UUID) for the Google login"),
|
|
17
|
+
email: zod.z.string().describe("The email address of the Google account"),
|
|
18
|
+
group_id: zod.z.string().describe("The ID of the login group this login belongs to"),
|
|
19
|
+
is_active: zod.z.boolean().describe("Whether this login is active for round robin").nullable().optional(),
|
|
20
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the login was created"),
|
|
21
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the login was last updated"),
|
|
22
|
+
sso_v2_cert: zod.z.string().describe("PEM-formatted x509 certificate for SSO"),
|
|
23
|
+
sso_v2_private_key: zod.z.string().describe("PEM-formatted private key for SSO"),
|
|
24
|
+
sso_v2_workspace_domain: zod.z.string().describe("The Google Workspace domain used for SSO")
|
|
25
|
+
});
|
|
26
|
+
const recallaiUpdateGoogleLogin = require_action.action("RECALLAI_UPDATE_GOOGLE_LOGIN", {
|
|
27
|
+
slug: "recallai-update-google-login",
|
|
28
|
+
name: "Update Google Login",
|
|
29
|
+
description: "Tool to update an existing Google Login credential. Use when you need to modify authentication details like email, certificates, private keys, or SSO workspace domain for an existing Google login that bots use to join Google Meet meetings.",
|
|
30
|
+
input: RecallaiUpdateGoogleLoginInput,
|
|
31
|
+
output: RecallaiUpdateGoogleLoginOutput
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
exports.recallaiUpdateGoogleLogin = recallaiUpdateGoogleLogin;
|
|
35
|
+
|
|
36
|
+
//# sourceMappingURL=update-google-login.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-google-login.cjs","names":["z","action"],"sources":["../../src/actions/update-google-login.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateGoogleLoginInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the Google login to update.\"),\n email: z.string().describe(\"The email address of the Google account to use for login.\"),\n group_id: z.string().describe(\"The ID of the login group this login belongs to.\"),\n is_active: z.boolean().describe(\"If the login should be used for round robin. (default: true)\").optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login was created. This field is typically returned by the API and should match the existing value when updating.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login was last updated. This field is typically returned by the API and should match the existing value when updating.\"),\n sso_v2_cert: z.string().describe(\"PEM-formatted x509 certificate which is registered in your Google Workspace SSO Profile.\"),\n sso_v2_private_key: z.string().describe(\"PEM-formatted private key used for signing SSO requests.\"),\n sso_v2_workspace_domain: z.string().describe(\"The primary domain name of your Google Workspace Account used for SSO.\"),\n});\nexport const RecallaiUpdateGoogleLoginOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the Google login\"),\n email: z.string().describe(\"The email address of the Google account\"),\n group_id: z.string().describe(\"The ID of the login group this login belongs to\"),\n is_active: z.boolean().describe(\"Whether this login is active for round robin\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login was created\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login was last updated\"),\n sso_v2_cert: z.string().describe(\"PEM-formatted x509 certificate for SSO\"),\n sso_v2_private_key: z.string().describe(\"PEM-formatted private key for SSO\"),\n sso_v2_workspace_domain: z.string().describe(\"The Google Workspace domain used for SSO\"),\n});\n\nexport const recallaiUpdateGoogleLogin = action(\"RECALLAI_UPDATE_GOOGLE_LOGIN\", {\n slug: \"recallai-update-google-login\",\n name: \"Update Google Login\",\n description: \"Tool to update an existing Google Login credential. Use when you need to modify authentication details like email, certificates, private keys, or SSO workspace domain for an existing Google login that bots use to join Google Meet meetings.\",\n input: RecallaiUpdateGoogleLoginInput,\n output: RecallaiUpdateGoogleLoginOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CAC/E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACtF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAChF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CACzG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+IAA+I;CAC/K,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oJAAoJ;CACpL,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F;CAC3H,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAClG,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;AACvH,CAAC;AACD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACpE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC/E,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACzE,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC3E,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AACzF,CAAC;AAED,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-google-login.d.ts
|
|
4
|
+
declare const RecallaiUpdateGoogleLoginInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiUpdateGoogleLoginOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiUpdateGoogleLogin: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiUpdateGoogleLogin };
|
|
9
|
+
//# sourceMappingURL=update-google-login.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-google-login.d.cts","names":[],"sources":["../../src/actions/update-google-login.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAU7C;AAAA,cACW,+BAAA,EAAiC,CAAA,CAAE,UAU9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-google-login.d.ts
|
|
4
|
+
declare const RecallaiUpdateGoogleLoginInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiUpdateGoogleLoginOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiUpdateGoogleLogin: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiUpdateGoogleLogin };
|
|
9
|
+
//# sourceMappingURL=update-google-login.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-google-login.d.mts","names":[],"sources":["../../src/actions/update-google-login.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAU7C;AAAA,cACW,+BAAA,EAAiC,CAAA,CAAE,UAU9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const recallaiUpdateGoogleLogin = action("RECALLAI_UPDATE_GOOGLE_LOGIN", {
|
|
4
|
+
slug: "recallai-update-google-login",
|
|
5
|
+
name: "Update Google Login",
|
|
6
|
+
description: "Tool to update an existing Google Login credential. Use when you need to modify authentication details like email, certificates, private keys, or SSO workspace domain for an existing Google login that bots use to join Google Meet meetings.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
id: z.string().describe("A UUID string identifying the Google login to update."),
|
|
9
|
+
email: z.string().describe("The email address of the Google account to use for login."),
|
|
10
|
+
group_id: z.string().describe("The ID of the login group this login belongs to."),
|
|
11
|
+
is_active: z.boolean().describe("If the login should be used for round robin. (default: true)").optional(),
|
|
12
|
+
created_at: z.string().describe("ISO 8601 timestamp when the login was created. This field is typically returned by the API and should match the existing value when updating."),
|
|
13
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the login was last updated. This field is typically returned by the API and should match the existing value when updating."),
|
|
14
|
+
sso_v2_cert: z.string().describe("PEM-formatted x509 certificate which is registered in your Google Workspace SSO Profile."),
|
|
15
|
+
sso_v2_private_key: z.string().describe("PEM-formatted private key used for signing SSO requests."),
|
|
16
|
+
sso_v2_workspace_domain: z.string().describe("The primary domain name of your Google Workspace Account used for SSO.")
|
|
17
|
+
}),
|
|
18
|
+
output: z.object({
|
|
19
|
+
id: z.string().describe("Unique identifier (UUID) for the Google login"),
|
|
20
|
+
email: z.string().describe("The email address of the Google account"),
|
|
21
|
+
group_id: z.string().describe("The ID of the login group this login belongs to"),
|
|
22
|
+
is_active: z.boolean().describe("Whether this login is active for round robin").nullable().optional(),
|
|
23
|
+
created_at: z.string().describe("ISO 8601 timestamp when the login was created"),
|
|
24
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the login was last updated"),
|
|
25
|
+
sso_v2_cert: z.string().describe("PEM-formatted x509 certificate for SSO"),
|
|
26
|
+
sso_v2_private_key: z.string().describe("PEM-formatted private key for SSO"),
|
|
27
|
+
sso_v2_workspace_domain: z.string().describe("The Google Workspace domain used for SSO")
|
|
28
|
+
})
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
export { recallaiUpdateGoogleLogin };
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=update-google-login.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-google-login.mjs","names":[],"sources":["../../src/actions/update-google-login.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateGoogleLoginInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the Google login to update.\"),\n email: z.string().describe(\"The email address of the Google account to use for login.\"),\n group_id: z.string().describe(\"The ID of the login group this login belongs to.\"),\n is_active: z.boolean().describe(\"If the login should be used for round robin. (default: true)\").optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login was created. This field is typically returned by the API and should match the existing value when updating.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login was last updated. This field is typically returned by the API and should match the existing value when updating.\"),\n sso_v2_cert: z.string().describe(\"PEM-formatted x509 certificate which is registered in your Google Workspace SSO Profile.\"),\n sso_v2_private_key: z.string().describe(\"PEM-formatted private key used for signing SSO requests.\"),\n sso_v2_workspace_domain: z.string().describe(\"The primary domain name of your Google Workspace Account used for SSO.\"),\n});\nexport const RecallaiUpdateGoogleLoginOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the Google login\"),\n email: z.string().describe(\"The email address of the Google account\"),\n group_id: z.string().describe(\"The ID of the login group this login belongs to\"),\n is_active: z.boolean().describe(\"Whether this login is active for round robin\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the login was created\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the login was last updated\"),\n sso_v2_cert: z.string().describe(\"PEM-formatted x509 certificate for SSO\"),\n sso_v2_private_key: z.string().describe(\"PEM-formatted private key for SSO\"),\n sso_v2_workspace_domain: z.string().describe(\"The Google Workspace domain used for SSO\"),\n});\n\nexport const recallaiUpdateGoogleLogin = action(\"RECALLAI_UPDATE_GOOGLE_LOGIN\", {\n slug: \"recallai-update-google-login\",\n name: \"Update Google Login\",\n description: \"Tool to update an existing Google Login credential. Use when you need to modify authentication details like email, certificates, private keys, or SSO workspace domain for an existing Google login that bots use to join Google Meet meetings.\",\n input: RecallaiUpdateGoogleLoginInput,\n output: RecallaiUpdateGoogleLoginOutput,\n});\n"],"mappings":";;AA2BA,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA3B0D,EAAE,OAAO;EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;EAC/E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EACtF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EAChF,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;EACzG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+IAA+I;EAC/K,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oJAAoJ;EACpL,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F;EAC3H,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;EAClG,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;CACvH,CAiBS;CACP,QAjB2D,EAAE,OAAO;EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EACvE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACpE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EAC/E,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;EACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EACzE,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC3E,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACzF,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-recording.ts
|
|
4
|
+
const RecallaiUpdateRecordingInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("A UUID string identifying the recording to update."),
|
|
6
|
+
metadata: zod.z.object({}).describe("Custom metadata to attach to the recording. Use this to store application-specific data like user IDs, session identifiers, or custom tags. Keys and values must be strings or null.").optional()
|
|
7
|
+
});
|
|
8
|
+
const RecallaiUpdateRecording_BotReferenceSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the bot."),
|
|
10
|
+
metadata: zod.z.object({}).describe("Custom metadata attached to the bot instance.")
|
|
11
|
+
}).describe("Reference to a bot instance.");
|
|
12
|
+
const RecallaiUpdateRecording_RecordingStatusSchema = zod.z.object({
|
|
13
|
+
code: zod.z.string().describe("The status code of the recording."),
|
|
14
|
+
sub_code: zod.z.string().describe("The sub-status code of the recording.").nullable().optional(),
|
|
15
|
+
updated_at: zod.z.string().describe("The ISO 8601 timestamp when the status was last updated.").nullable().optional()
|
|
16
|
+
}).describe("Status information for a recording.");
|
|
17
|
+
const RecallaiUpdateRecording_MediaShortcutsSchema = zod.z.object({
|
|
18
|
+
transcript: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
|
|
19
|
+
audio_mixed: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
|
|
20
|
+
video_mixed: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
|
|
21
|
+
meeting_metadata: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
|
|
22
|
+
participant_events: zod.z.union([zod.z.string(), zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional()
|
|
23
|
+
}).describe("Media shortcuts for accessing different media types.");
|
|
24
|
+
const RecallaiUpdateRecording_DesktopSdkUploadSchema = zod.z.object({
|
|
25
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the desktop SDK upload."),
|
|
26
|
+
metadata: zod.z.object({}).describe("Custom metadata attached to the desktop SDK upload.")
|
|
27
|
+
}).describe("Reference to a desktop SDK upload.");
|
|
28
|
+
const RecallaiUpdateRecording_RealtimeEndpointSchema = zod.z.object({
|
|
29
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the realtime endpoint."),
|
|
30
|
+
metadata: zod.z.object({}).describe("Custom metadata attached to the realtime endpoint.")
|
|
31
|
+
}).describe("Reference to a realtime endpoint.");
|
|
32
|
+
const RecallaiUpdateRecordingOutput = zod.z.object({
|
|
33
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the recording."),
|
|
34
|
+
bot: RecallaiUpdateRecording_BotReferenceSchema.nullable().optional(),
|
|
35
|
+
status: RecallaiUpdateRecording_RecordingStatusSchema.nullable().optional(),
|
|
36
|
+
metadata: zod.z.object({}).describe("Custom metadata attached to the recording."),
|
|
37
|
+
created_at: zod.z.string().describe("The ISO 8601 timestamp when the recording was created."),
|
|
38
|
+
expires_at: zod.z.string().describe("The ISO 8601 timestamp when the recording will expire and be automatically deleted.").nullable().optional(),
|
|
39
|
+
started_at: zod.z.string().describe("The ISO 8601 timestamp when the recording started. Null if recording has not started yet.").nullable().optional(),
|
|
40
|
+
completed_at: zod.z.string().describe("The ISO 8601 timestamp when the recording was completed. Null if recording is still in progress.").nullable().optional(),
|
|
41
|
+
media_shortcuts: RecallaiUpdateRecording_MediaShortcutsSchema.nullable().optional(),
|
|
42
|
+
desktop_sdk_upload: RecallaiUpdateRecording_DesktopSdkUploadSchema.nullable().optional(),
|
|
43
|
+
realtime_endpoints: zod.z.array(RecallaiUpdateRecording_RealtimeEndpointSchema).describe("List of realtime endpoints associated with this recording for streaming data.")
|
|
44
|
+
});
|
|
45
|
+
const recallaiUpdateRecording = require_action.action("RECALLAI_UPDATE_RECORDING", {
|
|
46
|
+
slug: "recallai-update-recording",
|
|
47
|
+
name: "Update Recording",
|
|
48
|
+
description: "Tool to update a recording's metadata. Use when you need to update custom metadata fields on an existing recording without modifying other recording properties.",
|
|
49
|
+
input: RecallaiUpdateRecordingInput,
|
|
50
|
+
output: RecallaiUpdateRecordingOutput
|
|
51
|
+
});
|
|
52
|
+
//#endregion
|
|
53
|
+
exports.recallaiUpdateRecording = recallaiUpdateRecording;
|
|
54
|
+
|
|
55
|
+
//# sourceMappingURL=update-recording.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-recording.cjs","names":["z","action"],"sources":["../../src/actions/update-recording.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiUpdateRecordingInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A UUID string identifying the recording to update.\"),\n metadata: z.object({}).describe(\"Custom metadata to attach to the recording. Use this to store application-specific data like user IDs, session identifiers, or custom tags. Keys and values must be strings or null.\").optional(),\n});\nconst RecallaiUpdateRecording_BotReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the bot.\"),\n metadata: z.object({}).describe(\"Custom metadata attached to the bot instance.\"),\n}).describe(\"Reference to a bot instance.\");\nconst RecallaiUpdateRecording_RecordingStatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"The status code of the recording.\"),\n sub_code: z.string().describe(\"The sub-status code of the recording.\").nullable().optional(),\n updated_at: z.string().describe(\"The ISO 8601 timestamp when the status was last updated.\").nullable().optional(),\n}).describe(\"Status information for a recording.\");\nconst RecallaiUpdateRecording_MediaShortcutsSchema: z.ZodTypeAny = z.object({\n transcript: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n audio_mixed: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n video_mixed: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n meeting_metadata: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n participant_events: z.union([z.string(), z.record(z.string(), z.unknown())]).nullable().optional(),\n}).describe(\"Media shortcuts for accessing different media types.\");\nconst RecallaiUpdateRecording_DesktopSdkUploadSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the desktop SDK upload.\"),\n metadata: z.object({}).describe(\"Custom metadata attached to the desktop SDK upload.\"),\n}).describe(\"Reference to a desktop SDK upload.\");\nconst RecallaiUpdateRecording_RealtimeEndpointSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the realtime endpoint.\"),\n metadata: z.object({}).describe(\"Custom metadata attached to the realtime endpoint.\"),\n}).describe(\"Reference to a realtime endpoint.\");\nexport const RecallaiUpdateRecordingOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the recording.\"),\n bot: RecallaiUpdateRecording_BotReferenceSchema.nullable().optional(),\n status: RecallaiUpdateRecording_RecordingStatusSchema.nullable().optional(),\n metadata: z.object({}).describe(\"Custom metadata attached to the recording.\"),\n created_at: z.string().describe(\"The ISO 8601 timestamp when the recording was created.\"),\n expires_at: z.string().describe(\"The ISO 8601 timestamp when the recording will expire and be automatically deleted.\").nullable().optional(),\n started_at: z.string().describe(\"The ISO 8601 timestamp when the recording started. Null if recording has not started yet.\").nullable().optional(),\n completed_at: z.string().describe(\"The ISO 8601 timestamp when the recording was completed. Null if recording is still in progress.\").nullable().optional(),\n media_shortcuts: RecallaiUpdateRecording_MediaShortcutsSchema.nullable().optional(),\n desktop_sdk_upload: RecallaiUpdateRecording_DesktopSdkUploadSchema.nullable().optional(),\n realtime_endpoints: z.array(RecallaiUpdateRecording_RealtimeEndpointSchema).describe(\"List of realtime endpoints associated with this recording for streaming data.\"),\n});\n\nexport const recallaiUpdateRecording = action(\"RECALLAI_UPDATE_RECORDING\", {\n slug: \"recallai-update-recording\",\n name: \"Update Recording\",\n description: \"Tool to update a recording's metadata. Use when you need to update custom metadata fields on an existing recording without modifying other recording properties.\",\n input: RecallaiUpdateRecordingInput,\n output: RecallaiUpdateRecordingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sLAAsL,CAAC,CAAC,SAAS;AACnO,CAAC;AACD,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+CAA+C;AACjF,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAC1C,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC7D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClH,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,YAAYA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAaA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,aAAaA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,kBAAkBA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,oBAAoBA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACjF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACvF,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAChF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD;AACtF,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACxE,KAAK,2CAA2C,SAAS,CAAC,CAAC,SAAS;CACpE,QAAQ,8CAA8C,SAAS,CAAC,CAAC,SAAS;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4CAA4C;CAC5E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3I,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjJ,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1J,iBAAiB,6CAA6C,SAAS,CAAC,CAAC,SAAS;CAClF,oBAAoB,+CAA+C,SAAS,CAAC,CAAC,SAAS;CACvF,oBAAoBA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,+EAA+E;AACtK,CAAC;AAED,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,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-recording.d.ts
|
|
4
|
+
declare const RecallaiUpdateRecordingInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiUpdateRecordingOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiUpdateRecording: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiUpdateRecording };
|
|
9
|
+
//# sourceMappingURL=update-recording.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-recording.d.cts","names":[],"sources":["../../src/actions/update-recording.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAG3C;AAAA,cAyBW,6BAAA,EAA+B,CAAA,CAAE,UAY5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-recording.d.ts
|
|
4
|
+
declare const RecallaiUpdateRecordingInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiUpdateRecordingOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiUpdateRecording: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiUpdateRecording };
|
|
9
|
+
//# sourceMappingURL=update-recording.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-recording.d.mts","names":[],"sources":["../../src/actions/update-recording.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAG3C;AAAA,cAyBW,6BAAA,EAA+B,CAAA,CAAE,UAY5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|