@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":"create-bot.mjs","names":[],"sources":["../../src/actions/create-bot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiCreateBotInput: z.ZodTypeAny = z.object({\n chat: z.object({\n on_bot_join: z.object({\n pin: z.boolean().default(false).describe(\"Pin message after sending. Only Google Meet supported at this time\").optional(),\n message: z.string().describe(\"The message to be sent.\"),\n send_to: z.enum([\"host\", \"everyone\", \"everyone_except_host\"]).describe(\"Specifies the recipients of the message.\"),\n}).describe(\"Message to send when bot joins\").optional(),\n on_participant_join: z.object({\n message: z.string().describe(\"The message to be sent.\"),\n exclude_host: z.boolean().describe(\"Flag to exclude the host from the message.\"),\n}).describe(\"Message to send when participant joins\").optional(),\n}).describe(\"Settings for the bot to send chat messages during the call.\").optional(),\n zoom: z.object({\n zak_url: z.string().describe(\"A URL which Recall will make GET request to, in order to retrieve the ZAK. The V1 Zoom bot uses this to join meetings that require authentication to join.This token can be generated through the Zoom API. Docs: https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/userZak.\").optional(),\n user_email: z.string().describe(\"This is only required for registration-required webinars. This should be the email address registered for the webinar..\").optional(),\n obf_token_url: z.string().describe(\"A URL which Recall will make a GET request to retrieve the obfuscated token for joining Zoom meetings.\").optional(),\n join_token_url: z.string().describe(\"A URL which Recall will make a GET request to, in order to retrieve the Zoom Join Token for Local Recording, which the Zoom bot uses to automatically record. This token can be generated through the Zoom API. Docs: https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meetingLocalRecordingJoinToken.\").optional(),\n}).describe(\"Settings for the bot to join Zoom meetings.\").optional(),\n webex: z.object({\n login_group_name: z.string().default(\"Default\").describe(\"The Webex login group name to use\").optional(),\n}).describe(\"Settings for the bot to join Webex meetings.\").optional(),\n join_at: z.string().describe(\"The time at which the bot will join the call, formatted in ISO 8601. This field can only be read from scheduled bots that have not yet joined a call. Once a bot has joined a call, it's join_at will be cleared.\").optional(),\n variant: z.object({\n zoom: z.enum([\"web\", \"web_4_core\", \"native\"]).describe(\"Zoom meetings bot variant\").optional(),\n webex: z.enum([\"web\"]).describe(\"Webex bot variant\").optional(),\n google_meet: z.enum([\"web\", \"web_4_core\", \"native\"]).describe(\"Google Meet bot variant\").optional(),\n microsoft_teams: z.enum([\"web\", \"web_4_core\", \"native\"]).describe(\"Microsoft Teams bot variant\").optional(),\n}).describe(\"The variant of the bot for different platforms (zoom, google_meet, microsoft_teams, webex).\").optional(),\n bot_name: z.string().default(\"Meeting Notetaker\").describe(\"The display name for the bot in the call. Maximum 100 characters. Defaults to 'Meeting Notetaker'.\").optional(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Additional metadata to attach to the bot.\").optional(),\n google_meet: z.object({\n google_login_group_id: z.string().describe(\"The ID of the google login group to use for this meeting.\").optional(),\n}).describe(\"Settings for the bot to join Google Meet meetings.\").optional(),\n meeting_url: z.string().describe(\"The url of the meeting. For example, https://zoom.us/j/123?pwd=456. This field will be cleared a few days after the bot has joined a call.\"),\n output_media: z.object({\n camera: z.object({\n kind: z.string().default(\"webpage\").describe(\"The kind of camera output media (e.g., mp4, webm).\").optional(),\n config: z.object({\n url: z.string().describe(\"The url of the webpage.\"),\n}).describe(\"Config object for the camera.\"),\n}).describe(\"Config object for the camera.\").optional(),\n screenshare: z.object({\n kind: z.string().default(\"webpage\").describe(\"The kind of screenshare output media (e.g., mp4, webm).\").optional(),\n config: z.object({\n url: z.string().describe(\"The url of the webpage.\"),\n}).describe(\"Config object for the screenshare.\"),\n}).describe(\"Config object for the screenshare.\").optional(),\n}).describe(\"Settings for the bot output media (camera and screenshare).\").optional(),\n breakout_room: z.object({\n mode: z.enum([\"join_main_room\", \"join_specific_room\"]).describe(\"Breakout room mode\"),\n room_id: z.string().describe(\"Specific room ID to join\").optional(),\n}).describe(\"Settings for the bot to join specific breakout rooms.\").optional(),\n automatic_leave: z.object({\n bot_detection: z.object({\n using_participant_names: z.object({\n matches: z.array(z.string()).describe(\"List of participant name patterns to match\").optional(),\n timeout: z.number().int().default(0).describe(\"Timeout in seconds\").optional(),\n activate_after: z.number().int().default(0).describe(\"Activate after this many seconds\").optional(),\n}).describe(\"Bot detection using participant names\").optional(),\n using_participant_events: z.object({\n timeout: z.number().int().describe(\"Timeout in seconds\"),\n activate_after: z.number().int().default(1200).describe(\"Activate after this many seconds\").optional(),\n}).describe(\"Bot detection using participant events\").optional(),\n}).describe(\"Bot detection configuration\").optional(),\n silence_detection: z.object({\n timeout: z.number().int().describe(\"Timeout in seconds\"),\n activate_after: z.number().int().default(1200).describe(\"Activate after this many seconds\").optional(),\n}).describe(\"Silence detection configuration\").optional(),\n noone_joined_timeout: z.number().int().default(1200).describe(\"The number of seconds after which the bot will automatically leave the call, if it has joined the meeting but no other participant has joined.\").optional(),\n waiting_room_timeout: z.number().int().default(1200).describe(\"The number of seconds after which the bot will automatically leave the call, if it has not been let in from the waiting room. Note that this has a max value of 600 seconds for Google Meet and 1800 for Microsoft Teams.\").optional(),\n everyone_left_timeout: z.union([z.number().int(), z.object({\n timeout: z.number().int().describe(\"Timeout in seconds\"),\n activate_after: z.number().int().nullable().optional(),\n})]).optional(),\n in_call_recording_timeout: z.number().int().describe(\"The number of seconds after which the bot will automatically leave the call, if it has joined the call and started recording it. This can be used to enforce a maximum recording time limit for a bot. If not specified, the bot will continue to record for as long as the meeting lasts.\").optional(),\n in_call_not_recording_timeout: z.number().int().default(3600).describe(\"The number of seconds after which the bot will automatically leave the call, if it has joined the call and is not recording. This includes all periods when the bot is not recording, even if the bot has recorded previously.\").optional(),\n recording_permission_denied_timeout: z.number().int().default(30).describe(\"The number of seconds after which the bot will automatically leave the call, if it has joined the call but has not started recording. For e.g This can occur due to bot being denied permission to record(Zoom meetings).\").optional(),\n}).describe(\"Settings for the bot to automatically leave the call under various conditions.\").optional(),\n recording_config: z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Metadata\").optional(),\n retention: z.object({\n type: z.enum([\"timed\", \"indefinite\"]).describe(\"Retention type\"),\n hours: z.number().int().default(168).describe(\"Hours to retain (for timed retention)\").optional(),\n}).describe(\"Retention policy\").optional(),\n transcript: z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Metadata\").optional(),\n provider: z.union([z.object({\n recallai_streaming: z.object({\n mode: z.enum([\"prioritize_accuracy\"]).nullable().optional(),\n spelling: z.array(z.object({\n find: z.array(z.string()).describe(\"List of words to find\"),\n replace: z.string().describe(\"Replacement word\"),\n})).nullable().optional(),\n key_terms: z.array(z.string()).nullable().optional(),\n language_code: z.enum([\"auto\"]).default(\"auto\").describe(\"Language code\").optional(),\n filter_profanity: z.boolean().nullable().optional(),\n}).describe(\"RecallAI streaming transcription provider configuration\"),\n}), z.object({\n assembly_ai_async_chunked: z.object({\n punctuate: z.boolean().nullable().optional(),\n redact_pii: z.boolean().nullable().optional(),\n word_boost: z.array(z.string()).nullable().optional(),\n boost_param: z.string().nullable().optional(),\n format_text: z.boolean().nullable().optional(),\n webhook_url: z.string().nullable().optional(),\n audio_end_at: z.number().int().nullable().optional(),\n disfluencies: z.boolean().nullable().optional(),\n dual_channel: z.boolean().nullable().optional(),\n multichannel: z.boolean().nullable().optional(),\n speech_model: z.string().nullable().optional(),\n summary_type: z.enum([\"bullets\", \"bullets_verbose\", \"gist\", \"headline\", \"paragraph\"]).nullable().optional(),\n auto_chapters: z.boolean().nullable().optional(),\n custom_topics: z.boolean().nullable().optional(),\n language_code: z.enum([\"en_us\"]).nullable().optional(),\n summarization: z.boolean().nullable().optional(),\n summary_model: z.enum([\"informative\", \"conversational\", \"catchy\"]).nullable().optional(),\n content_safety: z.boolean().nullable().optional(),\n iab_categories: z.boolean().nullable().optional(),\n redact_pii_sub: z.string().nullable().optional(),\n speaker_labels: z.boolean().nullable().optional(),\n auto_highlights: z.boolean().nullable().optional(),\n audio_start_from: z.number().int().nullable().optional(),\n entity_detection: z.boolean().nullable().optional(),\n filter_profanity: z.boolean().nullable().optional(),\n redact_pii_audio: z.boolean().nullable().optional(),\n speech_threshold: z.number().nullable().optional(),\n speakers_expected: z.number().int().nullable().optional(),\n language_detection: z.boolean().nullable().optional(),\n sentiment_analysis: z.boolean().nullable().optional(),\n redact_pii_policies: z.array(z.string()).nullable().optional(),\n redact_pii_audio_quality: z.enum([\"mp3\"]).nullable().optional(),\n webhook_auth_header_name: z.string().nullable().optional(),\n webhook_auth_header_value: z.string().nullable().optional(),\n language_confidence_threshold: z.number().nullable().optional(),\n}).describe(\"AssemblyAI async chunked transcription provider configuration\"),\n}), z.object({\n assembly_ai_v3_streaming: z.object({\n format_turns: z.boolean().nullable().optional(),\n keyterms_prompt: z.array(z.string()).nullable().optional(),\n}).describe(\"AssemblyAI v3 streaming transcription provider configuration\"),\n}), z.object({\n gladia_v2_streaming: z.object({\n model: z.enum([\"solaria-1\"]).nullable().optional(),\n callback: z.boolean().nullable().optional(),\n endpointing: z.number().nullable().optional(),\n pre_processing: z.object({\n audio_enhancer: z.boolean().nullable().optional(),\n speech_threshold: z.number().nullable().optional(),\n}).nullable().optional(),\n callback_config: z.object({\n url: z.string().describe(\"Callback URL\"),\n receive_errors: z.boolean().nullable().optional(),\n receive_speech_events: z.boolean().nullable().optional(),\n receive_acknowledgments: z.boolean().nullable().optional(),\n receive_lifecycle_events: z.boolean().nullable().optional(),\n receive_final_transcripts: z.boolean().nullable().optional(),\n receive_pre_processing_events: z.boolean().nullable().optional(),\n receive_post_processing_events: z.boolean().nullable().optional(),\n receive_realtime_processing_events: z.boolean().nullable().optional(),\n}).nullable().optional(),\n custom_metadata: z.record(z.string(), z.unknown()).nullable().optional(),\n language_config: z.object({\n languages: z.array(z.enum([\"af\", \"ar\", \"hy\", \"az\", \"be\", \"bs\", \"bg\", \"ca\", \"zh\", \"hr\", \"cs\", \"da\", \"nl\", \"en\", \"et\", \"fi\", \"fr\", \"gl\", \"de\", \"el\", \"he\", \"hi\", \"hu\", \"is\", \"id\", \"it\", \"ja\", \"kn\", \"kk\", \"ko\", \"lv\", \"lt\", \"mk\", \"ms\", \"mr\", \"mi\", \"ne\", \"no\", \"fa\", \"pl\", \"pt\", \"ro\", \"ru\", \"sr\", \"sk\", \"sl\", \"es\", \"sw\", \"sv\", \"tl\", \"ta\", \"th\", \"tr\", \"uk\", \"ur\", \"vi\", \"cy\"])).describe(\"Languages\"),\n code_switching: z.boolean().nullable().optional(),\n}).nullable().optional(),\n messages_config: z.object({\n receive_errors: z.boolean().nullable().optional(),\n receive_speech_events: z.boolean().nullable().optional(),\n receive_acknowledgments: z.boolean().nullable().optional(),\n receive_lifecycle_events: z.boolean().nullable().optional(),\n receive_final_transcripts: z.boolean().nullable().optional(),\n receive_pre_processing_events: z.boolean().nullable().optional(),\n receive_post_processing_events: z.boolean().nullable().optional(),\n receive_realtime_processing_events: z.boolean().nullable().optional(),\n}).nullable().optional(),\n post_processing: z.object({\n summarization: z.boolean().nullable().optional(),\n chapterization: z.boolean().nullable().optional(),\n summarization_config: z.object({\n type: z.enum([\"general\"]).describe(\"Summarization type\"),\n}).nullable().optional(),\n}).nullable().optional(),\n realtime_processing: z.object({\n translation: z.boolean().nullable().optional(),\n custom_spelling: z.boolean().nullable().optional(),\n custom_vocabulary: z.boolean().nullable().optional(),\n sentiment_analysis: z.boolean().nullable().optional(),\n translation_config: z.object({\n model: z.enum([\"base\"]).nullable().optional(),\n context: z.string().nullable().optional(),\n lipsync: z.boolean().nullable().optional(),\n informal: z.boolean().nullable().optional(),\n target_languages: z.array(z.string()).describe(\"Target languages\"),\n context_adaptation: z.boolean().nullable().optional(),\n match_original_utterances: z.boolean().nullable().optional(),\n}).nullable().optional(),\n custom_spelling_config: z.object({\n spelling_dictionary: z.object({}).describe(\"Spelling dictionary\"),\n}).nullable().optional(),\n custom_vocabulary_config: z.object({\n vocabulary: z.array(z.union([z.string(), z.object({\n value: z.string().describe(\"Vocabulary word\"),\n language: z.string().nullable().optional(),\n intensity: z.number().nullable().optional(),\n pronunciations: z.array(z.string()).nullable().optional(),\n})])).describe(\"Vocabulary list\"),\n default_intensity: z.number().nullable().optional(),\n}).nullable().optional(),\n named_entity_recognition: z.boolean().nullable().optional(),\n}).nullable().optional(),\n maximum_duration_without_endpointing: z.number().int().nullable().optional(),\n}).describe(\"Gladia v2 streaming transcription provider configuration\"),\n}), z.object({\n rev_streaming: z.object({\n language: z.string().nullable().optional(),\n metadata: z.string().nullable().optional(),\n priority: z.number().int().nullable().optional(),\n start_ts: z.string().nullable().optional(),\n user_agent: z.string().nullable().optional(),\n transcriber: z.number().int().nullable().optional(),\n delete_after: z.string().nullable().optional(),\n filter_profanity: z.boolean().nullable().optional(),\n detailed_partials: z.boolean().nullable().optional(),\n allow_interruption: z.boolean().nullable().optional(),\n obscure_expletives: z.boolean().nullable().optional(),\n \"audio_options._rate\": z.number().int().nullable().optional(),\n remove_disfluencies: z.boolean().nullable().optional(),\n skip_postprocessing: z.boolean().nullable().optional(),\n custom_vocabulary_id: z.string().nullable().optional(),\n delete_after_seconds: z.number().int().nullable().optional(),\n \"audio_options._format\": z.string().nullable().optional(),\n \"audio_options._layout\": z.string().nullable().optional(),\n enable_speaker_switch: z.boolean().nullable().optional(),\n \"audio_options._channels\": z.number().int().nullable().optional(),\n \"audio_options._content_type\": z.string().nullable().optional(),\n max_connection_wait_seconds: z.number().int().nullable().optional(),\n max_segment_duration_seconds: z.number().int().nullable().optional(),\n}).describe(\"Rev.ai streaming transcription provider configuration\"),\n}), z.object({\n speechmatics_streaming: z.object({\n domain: z.string().nullable().optional(),\n language: z.string().nullable().optional(),\n max_delay: z.number().nullable().optional(),\n diarization: z.enum([\"none\", \"speaker\"]).nullable().optional(),\n output_locale: z.string().nullable().optional(),\n max_delay_mode: z.enum([\"flexible\", \"fixed\"]).nullable().optional(),\n enable_entities: z.boolean().nullable().optional(),\n enable_partials: z.boolean().nullable().optional(),\n operating_point: z.enum([\"standard\", \"enhanced\"]).nullable().optional(),\n additional_vocab: z.array(z.union([z.string(), z.object({\n content: z.string().describe(\"Vocabulary word\"),\n sounds_like: z.array(z.string()).nullable().optional(),\n})])).nullable().optional(),\n conversation_config: z.object({\n end_of_utterance_silence_trigger: z.number().nullable().optional(),\n}).nullable().optional(),\n punctuation_overrides: z.object({\n sensitivity: z.number().nullable().optional(),\n permitted_marks: z.array(z.string()).nullable().optional(),\n}).nullable().optional(),\n audio_filtering_config: z.object({\n volume_threshold: z.number().nullable().optional(),\n}).nullable().optional(),\n speaker_diarization_config: z.object({\n max_speakers: z.number().int().nullable().optional(),\n speaker_sensitivity: z.number().nullable().optional(),\n prefer_current_speaker: z.boolean().nullable().optional(),\n}).nullable().optional(),\n transcript_filtering_config: z.object({\n replacements: z.array(z.object({\n to: z.string().describe(\"To text\"),\n from: z.string().describe(\"From text\"),\n})).nullable().optional(),\n remove_disfluencies: z.boolean().nullable().optional(),\n}).nullable().optional(),\n}).describe(\"Speechmatics streaming transcription provider configuration\"),\n}), z.object({\n elevenlabs_streaming: z.object({\n model_id: z.enum([\"eleven_whisper_v2_realtime\"]).nullable().optional(),\n language_code: z.string().nullable().optional(),\n previous_text: z.string().nullable().optional(),\n}).describe(\"ElevenLabs streaming transcription provider configuration\"),\n}), z.object({\n meeting_captions: z.object({\n language_code: z.enum([\"cs\", \"da\", \"nl\", \"en\", \"en-AU\", \"en-GB\", \"en-US\", \"fr\", \"fr-CA\", \"de\", \"hi\", \"id\", \"it\", \"ja\", \"ko\", \"no\", \"pl\", \"pt\", \"pt-BR\", \"ru\", \"es\", \"es-419\", \"sv\", \"uk\", \"vi\"]).describe(\"Language code\"),\n}).describe(\"Meeting captions transcription provider configuration\"),\n})]).optional(),\n diarization: z.object({\n use_separate_streams_when_available: z.boolean().default(false).describe(\"Use separate streams when available\").optional(),\n}).describe(\"Diarization settings\").optional(),\n}).describe(\"Transcript configuration\").optional(),\n audio_mixed_mp3: z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Metadata\").optional(),\n}).describe(\"Audio mixed MP3 output\").optional(),\n audio_mixed_raw: z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Metadata\").optional(),\n}).describe(\"Audio mixed raw output\").optional(),\n video_mixed_flv: z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Metadata\").optional(),\n}).describe(\"Video mixed FLV output\").optional(),\n video_mixed_mp4: z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Metadata\").optional(),\n}).describe(\"Video mixed MP4 output\").optional(),\n meeting_metadata: z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Metadata\").optional(),\n}).describe(\"Meeting metadata output\").optional(),\n audio_separate_mp3: z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Metadata\").optional(),\n}).describe(\"Audio separate MP3 output\").optional(),\n audio_separate_raw: z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Metadata\").optional(),\n}).describe(\"Audio separate raw output\").optional(),\n participant_events: z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Metadata\").optional(),\n}).describe(\"Participant events output\").optional(),\n realtime_endpoints: z.array(z.object({\n url: z.string().describe(\"Endpoint URL\"),\n type: z.enum([\"rtmp\", \"websocket\"]).describe(\"Endpoint type\"),\n events: z.array(z.string()).describe(\"Events to stream\").optional(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Metadata\").optional(),\n})).describe(\"Realtime streaming endpoints\").optional(),\n start_recording_on: z.enum([\"participant_join\"]).describe(\"When to start recording\").optional(),\n video_mixed_layout: z.enum([\"speaker_view\", \"gallery_view\"]).describe(\"Video mixed layout\").optional(),\n video_separate_mp4: z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Metadata\").optional(),\n}).describe(\"Video separate MP4 output\").optional(),\n video_separate_png: z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Metadata\").optional(),\n}).describe(\"Video separate PNG output\").optional(),\n video_separate_h264: z.object({\n metadata: z.record(z.string(), z.unknown()).describe(\"Metadata\").optional(),\n}).describe(\"Video separate H264 output\").optional(),\n include_bot_in_recording: z.object({\n audio: z.boolean().default(false).describe(\"Include bot audio in recording\").optional(),\n}).describe(\"Include bot in recording\").optional(),\n video_mixed_participant_video_when_screenshare: z.enum([\"overlap\", \"hide\"]).describe(\"Video behavior when screenshare is active\").optional(),\n}).describe(\"Configuration for recording settings.\").optional(),\n slack_authenticator: z.object({\n login_email: z.string().describe(\"The email address of the Slack user to use for this meeting. This is the email address of the Slack user that you have installed the Slack app in.\"),\n team_domain: z.string().describe(\"The domain of the Slack team to use for this meeting. This is the domain of the Slack workspace that you have installed the Slack app in.\"),\n profile_photo_base64_jpg: z.string().describe(\"The base64 encoded profile photo of the Slack user to use for this meeting. This is the profile photo of the Slack user that you have installed the Slack app in.\").optional(),\n slack_team_integration_id: z.string().describe(\"The ID of the Slack team integration to use for this meeting. This is the ID of the Slack app that you have installed in your Slack workspace.\"),\n}).describe(\"Settings for the bot to authenticate with Slack.\").optional(),\n slack_huddle_observer: z.object({\n login_email: z.string().describe(\"The email address of the Slack user to use for this huddle observer.\"),\n team_domain: z.string().describe(\"The domain of the Slack team to use for this huddle observer.\"),\n huddle_bot_config: z.string().describe(\"The configuration for the huddle bot.\"),\n ask_to_join_message: z.string().describe(\"The message to send when asking to join a private huddle.\").optional(),\n huddle_bot_api_token: z.string().describe(\"The API token for the huddle bot.\"),\n auto_join_public_huddles: z.boolean().default(true).describe(\"Automatically join public huddles.\").optional(),\n profile_photo_base64_jpg: z.string().describe(\"The base64 encoded profile photo of the Slack user to use for this huddle observer.\").optional(),\n slack_team_integration_id: z.string().describe(\"The ID of the Slack team integration to use for this huddle observer.\"),\n ask_to_join_private_huddles: z.boolean().default(true).describe(\"Ask to join private huddles.\").optional(),\n filter_huddles_by_user_emails: z.array(z.string()).describe(\"A list of user emails to filter huddles by.\").optional(),\n}).describe(\"Settings for the bot to observe Slack huddles.\").optional(),\n automatic_audio_output: z.object({\n in_call_recording: z.object({\n data: z.union([z.object({\n kind: z.string().default(\"mp3\").describe(\"Audio format\").optional(),\n b64_data: z.string().describe(\"Base64 encoded MP3 audio data\"),\n}), z.object({\n kind: z.string().default(\"wav\").describe(\"Audio format\").optional(),\n b64_data: z.string().describe(\"Base64 encoded WAV audio data\"),\n})]),\n replay_on_participant_join: z.object({\n debounce_mode: z.enum([\"trailing\", \"leading\"]).describe(\"Debounce mode\"),\n disable_after: z.number().int().default(0).describe(\"Disable after this many seconds\").optional(),\n debounce_interval: z.number().int().describe(\"Debounce interval in seconds\"),\n}).describe(\"Replay audio when participant joins\").optional(),\n}).describe(\"Audio to play when bot is recording\").optional(),\n}).describe(\"Settings for the bot to output audio during the call.\").optional(),\n automatic_video_output: z.object({\n in_call_recording: z.object({\n kind: z.string().default(\"jpeg\").describe(\"The kind of video output when recording in a call.\").optional(),\n b64_data: z.string().describe(\"Data encoded in Base64 format, using the standard alphabet (specified here: https://datatracker.ietf.org/doc/html/rfc4648#section-4)\"),\n}).describe(\"The video to output when the bot is recording.\").optional(),\n in_call_not_recording: z.object({\n kind: z.string().default(\"jpeg\").describe(\"The kind of video output when in a call but not recording.\").optional(),\n b64_data: z.string().describe(\"Data encoded in Base64 format, using the standard alphabet (specified here: https://datatracker.ietf.org/doc/html/rfc4648#section-4)\"),\n}).describe(\"The video to output when the bot is not recording.\").optional(),\n}).describe(\"Settings for the bot to output video. Image should be 16:9. Recommended resolution is 640x360.\").optional(),\n});\nexport const RecallaiCreateBotOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The display name of the bot as it appears in meetings.\"),\n bot_id: z.string().describe(\"The unique identifier (UUID) of the created bot.\"),\n description: z.string().describe(\"The name of the bot (same as name field for compatibility).\").nullable().optional(),\n webhook_url: z.string().default(\"\").describe(\"The webhook URL for receiving bot status change notifications. May be empty if not configured.\").nullable().optional(),\n});\n\nexport const recallaiCreateBot = action(\"RECALLAI_CREATE_BOT\", {\n slug: \"recallai-create-bot\",\n name: \"Create bot\",\n description: \"Create a new bot to join and record a meeting. This action creates a meeting bot that can join Zoom, Google Meet, Microsoft Teams, and other supported platforms to record audio, video, and capture transcriptions. For production use, schedule bots at least 10 minutes in advance using the join_at parameter to ensure the bot joins on time.\",\n input: RecallaiCreateBotInput,\n output: RecallaiCreateBotOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-calendar-authenticate.ts
|
|
4
|
+
const RecallaiCreateCalendarAuthenticateInput = zod.z.object({ user_id: zod.z.string().describe("The unique id of the user in your system.") });
|
|
5
|
+
const RecallaiCreateCalendarAuthenticateOutput = zod.z.object({ token: zod.z.string().describe("The authentication token for the user.") });
|
|
6
|
+
const recallaiCreateCalendarAuthenticate = require_action.action("RECALLAI_CREATE_CALENDAR_AUTHENTICATE", {
|
|
7
|
+
slug: "recallai-create-calendar-authenticate",
|
|
8
|
+
name: "Create Calendar Authentication Token",
|
|
9
|
+
description: "Tool to generate an authentication token for calendar APIs, scoped to the user. Use when you need to authenticate calendar operations for a specific user. Each token has an expiry of 1 day from time of creation.",
|
|
10
|
+
input: RecallaiCreateCalendarAuthenticateInput,
|
|
11
|
+
output: RecallaiCreateCalendarAuthenticateOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.recallaiCreateCalendarAuthenticate = recallaiCreateCalendarAuthenticate;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=create-calendar-authenticate.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-calendar-authenticate.cjs","names":["z","action"],"sources":["../../src/actions/create-calendar-authenticate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiCreateCalendarAuthenticateInput: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"The unique id of the user in your system.\"),\n});\nexport const RecallaiCreateCalendarAuthenticateOutput: z.ZodTypeAny = z.object({\n token: z.string().describe(\"The authentication token for the user.\"),\n});\n\nexport const recallaiCreateCalendarAuthenticate = action(\"RECALLAI_CREATE_CALENDAR_AUTHENTICATE\", {\n slug: \"recallai-create-calendar-authenticate\",\n name: \"Create Calendar Authentication Token\",\n description: \"Tool to generate an authentication token for calendar APIs, scoped to the user. Use when you need to authenticate calendar operations for a specific user. Each token has an expiry of 1 day from time of creation.\",\n input: RecallaiCreateCalendarAuthenticateInput,\n output: RecallaiCreateCalendarAuthenticateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwDA,IAAAA,EAAE,OAAO,EAC5E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,EAC1E,CAAC;AACD,MAAa,2CAAyDA,IAAAA,EAAE,OAAO,EAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,EACrE,CAAC;AAED,MAAa,qCAAqCC,eAAAA,OAAO,yCAAyC;CAChG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-calendar-authenticate.d.ts
|
|
4
|
+
declare const RecallaiCreateCalendarAuthenticateInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiCreateCalendarAuthenticateOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiCreateCalendarAuthenticate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiCreateCalendarAuthenticate };
|
|
9
|
+
//# sourceMappingURL=create-calendar-authenticate.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-calendar-authenticate.d.cts","names":[],"sources":["../../src/actions/create-calendar-authenticate.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAEtD;AAAA,cACW,wCAAA,EAA0C,CAAA,CAAE,UAEvD;AAAA,cAEW,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-calendar-authenticate.d.ts
|
|
4
|
+
declare const RecallaiCreateCalendarAuthenticateInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiCreateCalendarAuthenticateOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiCreateCalendarAuthenticate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiCreateCalendarAuthenticate };
|
|
9
|
+
//# sourceMappingURL=create-calendar-authenticate.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-calendar-authenticate.d.mts","names":[],"sources":["../../src/actions/create-calendar-authenticate.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAEtD;AAAA,cACW,wCAAA,EAA0C,CAAA,CAAE,UAEvD;AAAA,cAEW,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const recallaiCreateCalendarAuthenticate = action("RECALLAI_CREATE_CALENDAR_AUTHENTICATE", {
|
|
4
|
+
slug: "recallai-create-calendar-authenticate",
|
|
5
|
+
name: "Create Calendar Authentication Token",
|
|
6
|
+
description: "Tool to generate an authentication token for calendar APIs, scoped to the user. Use when you need to authenticate calendar operations for a specific user. Each token has an expiry of 1 day from time of creation.",
|
|
7
|
+
input: z.object({ user_id: z.string().describe("The unique id of the user in your system.") }),
|
|
8
|
+
output: z.object({ token: z.string().describe("The authentication token for the user.") })
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { recallaiCreateCalendarAuthenticate };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=create-calendar-authenticate.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-calendar-authenticate.mjs","names":[],"sources":["../../src/actions/create-calendar-authenticate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiCreateCalendarAuthenticateInput: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"The unique id of the user in your system.\"),\n});\nexport const RecallaiCreateCalendarAuthenticateOutput: z.ZodTypeAny = z.object({\n token: z.string().describe(\"The authentication token for the user.\"),\n});\n\nexport const recallaiCreateCalendarAuthenticate = action(\"RECALLAI_CREATE_CALENDAR_AUTHENTICATE\", {\n slug: \"recallai-create-calendar-authenticate\",\n name: \"Create Calendar Authentication Token\",\n description: \"Tool to generate an authentication token for calendar APIs, scoped to the user. Use when you need to authenticate calendar operations for a specific user. Each token has an expiry of 1 day from time of creation.\",\n input: RecallaiCreateCalendarAuthenticateInput,\n output: RecallaiCreateCalendarAuthenticateOutput,\n});\n"],"mappings":";;AAWA,MAAa,qCAAqC,OAAO,yCAAyC;CAChG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXmE,EAAE,OAAO,EAC5E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,EAC1E,CASS;CACP,QAToE,EAAE,OAAO,EAC7E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,EACrE,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-calendar.ts
|
|
4
|
+
const RecallaiCreateCalendarInput = zod.z.object({
|
|
5
|
+
platform: zod.z.enum(["google_calendar", "microsoft_outlook"]).describe("Calendar platform to integrate with. Choose 'google_calendar' for Google Calendar or 'microsoft_outlook' for Microsoft Outlook."),
|
|
6
|
+
oauth_client_id: zod.z.string().describe("OAuth 2.0 client ID for the calendar integration. Maximum 2000 characters."),
|
|
7
|
+
oauth_client_secret: zod.z.string().describe("OAuth 2.0 client secret for the calendar integration. Maximum 2000 characters."),
|
|
8
|
+
oauth_refresh_token: zod.z.string().describe("OAuth 2.0 refresh token for the calendar integration. Used to maintain long-term access to the calendar. Maximum 10000 characters.")
|
|
9
|
+
});
|
|
10
|
+
const RecallaiCreateCalendarOutput = zod.z.object({
|
|
11
|
+
id: zod.z.string().describe("Unique identifier (UUID) of the created calendar integration"),
|
|
12
|
+
status: zod.z.string().describe("Current status of the calendar integration"),
|
|
13
|
+
metadata: zod.z.object({}).describe("Additional metadata for the calendar integration").nullable().optional(),
|
|
14
|
+
platform: zod.z.string().describe("Calendar platform (google_calendar or microsoft_outlook)"),
|
|
15
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the calendar was created"),
|
|
16
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the calendar was last updated"),
|
|
17
|
+
oauth_email: zod.z.string().describe("Email address associated with the OAuth token").nullable().optional(),
|
|
18
|
+
webhook_url: zod.z.string().describe("Webhook URL for calendar event notifications").nullable().optional(),
|
|
19
|
+
platform_email: zod.z.string().describe("Email address on the calendar platform").nullable().optional(),
|
|
20
|
+
status_changes: zod.z.union([zod.z.record(zod.z.string(), zod.z.unknown()), zod.z.array(zod.z.unknown())]).nullable().optional(),
|
|
21
|
+
oauth_client_id: zod.z.string().describe("OAuth client ID used for the integration"),
|
|
22
|
+
oauth_client_secret: zod.z.string().describe("OAuth client secret used for the integration"),
|
|
23
|
+
oauth_refresh_token: zod.z.string().describe("OAuth refresh token used for the integration")
|
|
24
|
+
});
|
|
25
|
+
const recallaiCreateCalendar = require_action.action("RECALLAI_CREATE_CALENDAR", {
|
|
26
|
+
slug: "recallai-create-calendar",
|
|
27
|
+
name: "Create Calendar Integration",
|
|
28
|
+
description: "Tool to create a new calendar integration with Google Calendar or Microsoft Outlook. Use when you need to connect a calendar platform to enable automatic bot scheduling for meetings.",
|
|
29
|
+
input: RecallaiCreateCalendarInput,
|
|
30
|
+
output: RecallaiCreateCalendarOutput
|
|
31
|
+
});
|
|
32
|
+
//#endregion
|
|
33
|
+
exports.recallaiCreateCalendar = recallaiCreateCalendar;
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=create-calendar.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-calendar.cjs","names":["z","action"],"sources":["../../src/actions/create-calendar.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiCreateCalendarInput: z.ZodTypeAny = z.object({\n platform: z.enum([\"google_calendar\", \"microsoft_outlook\"]).describe(\"Calendar platform to integrate with. Choose 'google_calendar' for Google Calendar or 'microsoft_outlook' for Microsoft Outlook.\"),\n oauth_client_id: z.string().describe(\"OAuth 2.0 client ID for the calendar integration. Maximum 2000 characters.\"),\n oauth_client_secret: z.string().describe(\"OAuth 2.0 client secret for the calendar integration. Maximum 2000 characters.\"),\n oauth_refresh_token: z.string().describe(\"OAuth 2.0 refresh token for the calendar integration. Used to maintain long-term access to the calendar. Maximum 10000 characters.\"),\n});\nexport const RecallaiCreateCalendarOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the created calendar integration\"),\n status: z.string().describe(\"Current status of the calendar integration\"),\n metadata: z.object({}).describe(\"Additional metadata for the calendar integration\").nullable().optional(),\n platform: z.string().describe(\"Calendar platform (google_calendar or microsoft_outlook)\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the calendar was created\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the calendar was last updated\"),\n oauth_email: z.string().describe(\"Email address associated with the OAuth token\").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.union([z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),\n oauth_client_id: z.string().describe(\"OAuth client ID used for the integration\"),\n oauth_client_secret: z.string().describe(\"OAuth client secret used for the integration\"),\n oauth_refresh_token: z.string().describe(\"OAuth refresh token used for the integration\"),\n});\n\nexport const recallaiCreateCalendar = action(\"RECALLAI_CREATE_CALENDAR\", {\n slug: \"recallai-create-calendar\",\n name: \"Create Calendar Integration\",\n description: \"Tool to create a new calendar integration with Google Calendar or Microsoft Outlook. Use when you need to connect a calendar platform to enable automatic bot scheduling for meetings.\",\n input: RecallaiCreateCalendarInput,\n output: RecallaiCreateCalendarOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,UAAUA,IAAAA,EAAE,KAAK,CAAC,mBAAmB,mBAAmB,CAAC,CAAC,CAAC,SAAS,iIAAiI;CACrM,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;CACjH,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;CACzH,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oIAAoI;AAC/K,CAAC;AACD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CACtF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACxE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,gBAAgBA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,GAAGA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC/E,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACvF,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;AACzF,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-calendar.d.ts
|
|
4
|
+
declare const RecallaiCreateCalendarInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiCreateCalendarOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiCreateCalendar: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiCreateCalendar };
|
|
9
|
+
//# sourceMappingURL=create-calendar.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-calendar.d.cts","names":[],"sources":["../../src/actions/create-calendar.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAK1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAc3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-calendar.d.ts
|
|
4
|
+
declare const RecallaiCreateCalendarInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiCreateCalendarOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiCreateCalendar: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiCreateCalendar };
|
|
9
|
+
//# sourceMappingURL=create-calendar.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-calendar.d.mts","names":[],"sources":["../../src/actions/create-calendar.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAK1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAc3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const recallaiCreateCalendar = action("RECALLAI_CREATE_CALENDAR", {
|
|
4
|
+
slug: "recallai-create-calendar",
|
|
5
|
+
name: "Create Calendar Integration",
|
|
6
|
+
description: "Tool to create a new calendar integration with Google Calendar or Microsoft Outlook. Use when you need to connect a calendar platform to enable automatic bot scheduling for meetings.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
platform: z.enum(["google_calendar", "microsoft_outlook"]).describe("Calendar platform to integrate with. Choose 'google_calendar' for Google Calendar or 'microsoft_outlook' for Microsoft Outlook."),
|
|
9
|
+
oauth_client_id: z.string().describe("OAuth 2.0 client ID for the calendar integration. Maximum 2000 characters."),
|
|
10
|
+
oauth_client_secret: z.string().describe("OAuth 2.0 client secret for the calendar integration. Maximum 2000 characters."),
|
|
11
|
+
oauth_refresh_token: z.string().describe("OAuth 2.0 refresh token for the calendar integration. Used to maintain long-term access to the calendar. Maximum 10000 characters.")
|
|
12
|
+
}),
|
|
13
|
+
output: z.object({
|
|
14
|
+
id: z.string().describe("Unique identifier (UUID) of the created calendar integration"),
|
|
15
|
+
status: z.string().describe("Current status of the calendar integration"),
|
|
16
|
+
metadata: z.object({}).describe("Additional metadata for the calendar integration").nullable().optional(),
|
|
17
|
+
platform: z.string().describe("Calendar platform (google_calendar or microsoft_outlook)"),
|
|
18
|
+
created_at: z.string().describe("ISO 8601 timestamp when the calendar was created"),
|
|
19
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the calendar was last updated"),
|
|
20
|
+
oauth_email: z.string().describe("Email address associated with the OAuth token").nullable().optional(),
|
|
21
|
+
webhook_url: z.string().describe("Webhook URL for calendar event notifications").nullable().optional(),
|
|
22
|
+
platform_email: z.string().describe("Email address on the calendar platform").nullable().optional(),
|
|
23
|
+
status_changes: z.union([z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),
|
|
24
|
+
oauth_client_id: z.string().describe("OAuth client ID used for the integration"),
|
|
25
|
+
oauth_client_secret: z.string().describe("OAuth client secret used for the integration"),
|
|
26
|
+
oauth_refresh_token: z.string().describe("OAuth refresh token used for the integration")
|
|
27
|
+
})
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
export { recallaiCreateCalendar };
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=create-calendar.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-calendar.mjs","names":[],"sources":["../../src/actions/create-calendar.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiCreateCalendarInput: z.ZodTypeAny = z.object({\n platform: z.enum([\"google_calendar\", \"microsoft_outlook\"]).describe(\"Calendar platform to integrate with. Choose 'google_calendar' for Google Calendar or 'microsoft_outlook' for Microsoft Outlook.\"),\n oauth_client_id: z.string().describe(\"OAuth 2.0 client ID for the calendar integration. Maximum 2000 characters.\"),\n oauth_client_secret: z.string().describe(\"OAuth 2.0 client secret for the calendar integration. Maximum 2000 characters.\"),\n oauth_refresh_token: z.string().describe(\"OAuth 2.0 refresh token for the calendar integration. Used to maintain long-term access to the calendar. Maximum 10000 characters.\"),\n});\nexport const RecallaiCreateCalendarOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the created calendar integration\"),\n status: z.string().describe(\"Current status of the calendar integration\"),\n metadata: z.object({}).describe(\"Additional metadata for the calendar integration\").nullable().optional(),\n platform: z.string().describe(\"Calendar platform (google_calendar or microsoft_outlook)\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the calendar was created\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the calendar was last updated\"),\n oauth_email: z.string().describe(\"Email address associated with the OAuth token\").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.union([z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),\n oauth_client_id: z.string().describe(\"OAuth client ID used for the integration\"),\n oauth_client_secret: z.string().describe(\"OAuth client secret used for the integration\"),\n oauth_refresh_token: z.string().describe(\"OAuth refresh token used for the integration\"),\n});\n\nexport const recallaiCreateCalendar = action(\"RECALLAI_CREATE_CALENDAR\", {\n slug: \"recallai-create-calendar\",\n name: \"Create Calendar Integration\",\n description: \"Tool to create a new calendar integration with Google Calendar or Microsoft Outlook. Use when you need to connect a calendar platform to enable automatic bot scheduling for meetings.\",\n input: RecallaiCreateCalendarInput,\n output: RecallaiCreateCalendarOutput,\n});\n"],"mappings":";;AA0BA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA1BuD,EAAE,OAAO;EAChE,UAAU,EAAE,KAAK,CAAC,mBAAmB,mBAAmB,CAAC,CAAC,CAAC,SAAS,iIAAiI;EACrM,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;EACjH,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;EACzH,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,oIAAoI;CAC/K,CAqBS;CACP,QArBwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;EACtF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACxE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;EACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;EACvF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,gBAAgB,EAAE,MAAM,CAAC,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EAC/E,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACvF,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACzF,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-google-login-group.ts
|
|
4
|
+
const RecallaiCreateGoogleLoginGroupInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("Name of the login group. It can be used to filter out login groups when retrieving them via API."),
|
|
6
|
+
login_mode: zod.z.enum(["always", "only_if_required"]).describe("Login behavior of bots that use this login group. 'always' means bots will always login before joining, 'only_if_required' means bots will only login if the meeting requires authentication.")
|
|
7
|
+
});
|
|
8
|
+
const RecallaiCreateGoogleLoginGroup_GoogleLoginSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Unique identifier for the login credential"),
|
|
10
|
+
email: zod.z.string().describe("Google account email address"),
|
|
11
|
+
group_id: zod.z.string().describe("ID of the login group this credential belongs to"),
|
|
12
|
+
is_active: zod.z.boolean().describe("Whether this login is currently active").nullable().optional(),
|
|
13
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the login was created"),
|
|
14
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the login was last updated"),
|
|
15
|
+
sso_v2_cert: zod.z.string().describe("SSO v2 certificate for authentication"),
|
|
16
|
+
sso_v2_private_key: zod.z.string().describe("SSO v2 private key for authentication"),
|
|
17
|
+
sso_v2_workspace_domain: zod.z.string().describe("Google Workspace domain for SSO")
|
|
18
|
+
}).describe("Details of a Google login credential in the group");
|
|
19
|
+
const RecallaiCreateGoogleLoginGroupOutput = zod.z.object({
|
|
20
|
+
id: zod.z.string().describe("Unique identifier (UUID) for the created login group"),
|
|
21
|
+
name: zod.z.string().describe("Name of the login group"),
|
|
22
|
+
logins: zod.z.array(RecallaiCreateGoogleLoginGroup_GoogleLoginSchema).describe("List of Google login credentials associated with this group"),
|
|
23
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the group was created"),
|
|
24
|
+
login_mode: zod.z.string().describe("Login behavior mode: 'always' or 'only_if_required'"),
|
|
25
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the group was last updated")
|
|
26
|
+
});
|
|
27
|
+
const recallaiCreateGoogleLoginGroup = require_action.action("RECALLAI_CREATE_GOOGLE_LOGIN_GROUP", {
|
|
28
|
+
slug: "recallai-create-google-login-group",
|
|
29
|
+
name: "Create Google Login Group",
|
|
30
|
+
description: "Tool to create a new Google Login Group for managing bot authentication. Use when you need to create a group of Google login credentials that bots can use to join Google Meet meetings.",
|
|
31
|
+
input: RecallaiCreateGoogleLoginGroupInput,
|
|
32
|
+
output: RecallaiCreateGoogleLoginGroupOutput
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
exports.recallaiCreateGoogleLoginGroup = recallaiCreateGoogleLoginGroup;
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=create-google-login-group.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-google-login-group.cjs","names":["z","action"],"sources":["../../src/actions/create-google-login-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiCreateGoogleLoginGroupInput: z.ZodTypeAny = z.object({\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 login_mode: z.enum([\"always\", \"only_if_required\"]).describe(\"Login behavior of bots that use this login group. 'always' means bots will always login before joining, 'only_if_required' means bots will only login if the meeting requires authentication.\"),\n});\nconst RecallaiCreateGoogleLoginGroup_GoogleLoginSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the login credential\"),\n email: z.string().describe(\"Google account email address\"),\n group_id: z.string().describe(\"ID of the login group this credential 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\"),\n}).describe(\"Details of a Google login credential in the group\");\nexport const RecallaiCreateGoogleLoginGroupOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the created login group\"),\n name: z.string().describe(\"Name of the login group\"),\n logins: z.array(RecallaiCreateGoogleLoginGroup_GoogleLoginSchema).describe(\"List of Google login credentials associated with this group\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the group was created\"),\n login_mode: z.string().describe(\"Login behavior mode: 'always' or 'only_if_required'\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the group was last updated\"),\n});\n\nexport const recallaiCreateGoogleLoginGroup = action(\"RECALLAI_CREATE_GOOGLE_LOGIN_GROUP\", {\n slug: \"recallai-create-google-login-group\",\n name: \"Create Google Login Group\",\n description: \"Tool to create a new Google Login Group for managing bot authentication. Use when you need to create a group of Google login credentials that bots can use to join Google Meet meetings.\",\n input: RecallaiCreateGoogleLoginGroupInput,\n output: RecallaiCreateGoogleLoginGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;CAC5H,YAAYA,IAAAA,EAAE,KAAK,CAAC,UAAU,kBAAkB,CAAC,CAAC,CAAC,SAAS,+LAA+L;AAC7P,CAAC;AACD,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACzD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAChF,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,iCAAiC;AAChF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,QAAQA,IAAAA,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,6DAA6D;CACxI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;AACtF,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/create-google-login-group.d.ts
|
|
4
|
+
declare const RecallaiCreateGoogleLoginGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiCreateGoogleLoginGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiCreateGoogleLoginGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiCreateGoogleLoginGroup };
|
|
9
|
+
//# sourceMappingURL=create-google-login-group.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-google-login-group.d.cts","names":[],"sources":["../../src/actions/create-google-login-group.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAGlD;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/create-google-login-group.d.ts
|
|
4
|
+
declare const RecallaiCreateGoogleLoginGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiCreateGoogleLoginGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiCreateGoogleLoginGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiCreateGoogleLoginGroup };
|
|
9
|
+
//# sourceMappingURL=create-google-login-group.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-google-login-group.d.mts","names":[],"sources":["../../src/actions/create-google-login-group.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAGlD;AAAA,cAYW,oCAAA,EAAsC,CAAA,CAAE,UAOnD;AAAA,cAEW,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-google-login-group.ts
|
|
4
|
+
const RecallaiCreateGoogleLoginGroupInput = z.object({
|
|
5
|
+
name: z.string().describe("Name of the login group. It can be used to filter out login groups when retrieving them via API."),
|
|
6
|
+
login_mode: z.enum(["always", "only_if_required"]).describe("Login behavior of bots that use this login group. 'always' means bots will always login before joining, 'only_if_required' means bots will only login if the meeting requires authentication.")
|
|
7
|
+
});
|
|
8
|
+
const RecallaiCreateGoogleLoginGroup_GoogleLoginSchema = z.object({
|
|
9
|
+
id: z.string().describe("Unique identifier for the login credential"),
|
|
10
|
+
email: z.string().describe("Google account email address"),
|
|
11
|
+
group_id: z.string().describe("ID of the login group this credential belongs to"),
|
|
12
|
+
is_active: z.boolean().describe("Whether this login is currently active").nullable().optional(),
|
|
13
|
+
created_at: z.string().describe("ISO 8601 timestamp when the login was created"),
|
|
14
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the login was last updated"),
|
|
15
|
+
sso_v2_cert: z.string().describe("SSO v2 certificate for authentication"),
|
|
16
|
+
sso_v2_private_key: z.string().describe("SSO v2 private key for authentication"),
|
|
17
|
+
sso_v2_workspace_domain: z.string().describe("Google Workspace domain for SSO")
|
|
18
|
+
}).describe("Details of a Google login credential in the group");
|
|
19
|
+
const recallaiCreateGoogleLoginGroup = action("RECALLAI_CREATE_GOOGLE_LOGIN_GROUP", {
|
|
20
|
+
slug: "recallai-create-google-login-group",
|
|
21
|
+
name: "Create Google Login Group",
|
|
22
|
+
description: "Tool to create a new Google Login Group for managing bot authentication. Use when you need to create a group of Google login credentials that bots can use to join Google Meet meetings.",
|
|
23
|
+
input: RecallaiCreateGoogleLoginGroupInput,
|
|
24
|
+
output: z.object({
|
|
25
|
+
id: z.string().describe("Unique identifier (UUID) for the created login group"),
|
|
26
|
+
name: z.string().describe("Name of the login group"),
|
|
27
|
+
logins: z.array(RecallaiCreateGoogleLoginGroup_GoogleLoginSchema).describe("List of Google login credentials associated with this group"),
|
|
28
|
+
created_at: z.string().describe("ISO 8601 timestamp when the group was created"),
|
|
29
|
+
login_mode: z.string().describe("Login behavior mode: 'always' or 'only_if_required'"),
|
|
30
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the group was last updated")
|
|
31
|
+
})
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { recallaiCreateGoogleLoginGroup };
|
|
35
|
+
|
|
36
|
+
//# sourceMappingURL=create-google-login-group.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-google-login-group.mjs","names":[],"sources":["../../src/actions/create-google-login-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiCreateGoogleLoginGroupInput: z.ZodTypeAny = z.object({\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 login_mode: z.enum([\"always\", \"only_if_required\"]).describe(\"Login behavior of bots that use this login group. 'always' means bots will always login before joining, 'only_if_required' means bots will only login if the meeting requires authentication.\"),\n});\nconst RecallaiCreateGoogleLoginGroup_GoogleLoginSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the login credential\"),\n email: z.string().describe(\"Google account email address\"),\n group_id: z.string().describe(\"ID of the login group this credential 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\"),\n}).describe(\"Details of a Google login credential in the group\");\nexport const RecallaiCreateGoogleLoginGroupOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the created login group\"),\n name: z.string().describe(\"Name of the login group\"),\n logins: z.array(RecallaiCreateGoogleLoginGroup_GoogleLoginSchema).describe(\"List of Google login credentials associated with this group\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the group was created\"),\n login_mode: z.string().describe(\"Login behavior mode: 'always' or 'only_if_required'\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the group was last updated\"),\n});\n\nexport const recallaiCreateGoogleLoginGroup = action(\"RECALLAI_CREATE_GOOGLE_LOGIN_GROUP\", {\n slug: \"recallai-create-google-login-group\",\n name: \"Create Google Login Group\",\n description: \"Tool to create a new Google Login Group for managing bot authentication. Use when you need to create a group of Google login credentials that bots can use to join Google Meet meetings.\",\n input: RecallaiCreateGoogleLoginGroupInput,\n output: RecallaiCreateGoogleLoginGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;CAC5H,YAAY,EAAE,KAAK,CAAC,UAAU,kBAAkB,CAAC,CAAC,CAAC,SAAS,+LAA+L;AAC7P,CAAC;AACD,MAAM,mDAAiE,EAAE,OAAO;CAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACpE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACzD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAChF,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,iCAAiC;AAChF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAU/D,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAdgE,EAAE,OAAO;EACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EACnD,QAAQ,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,6DAA6D;EACxI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EACrF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACtF,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-google-login.ts
|
|
4
|
+
const RecallaiCreateGoogleLoginInput = zod.z.object({
|
|
5
|
+
email: zod.z.string().describe("The email address of the Google account to use for login."),
|
|
6
|
+
group_id: zod.z.string().describe("The ID of the login group this login belongs to."),
|
|
7
|
+
is_active: zod.z.boolean().default(true).describe("If the login should be used for round robin. (default: true)").optional(),
|
|
8
|
+
sso_v2_cert: zod.z.string().describe("PEM-formatted x509 certificate which is registered in your Google Workspace SSO Profile."),
|
|
9
|
+
sso_v2_private_key: zod.z.string().describe("PEM-formatted private key used for signing SSO requests."),
|
|
10
|
+
sso_v2_workspace_domain: zod.z.string().describe("The primary domain name of your Google Workspace Account used for SSO.")
|
|
11
|
+
});
|
|
12
|
+
const RecallaiCreateGoogleLoginOutput = zod.z.object({
|
|
13
|
+
id: zod.z.string().describe("Unique identifier (UUID) for the created Google login"),
|
|
14
|
+
email: zod.z.string().describe("The email address of the Google account"),
|
|
15
|
+
group_id: zod.z.string().describe("The ID of the login group this login belongs to"),
|
|
16
|
+
is_active: zod.z.boolean().describe("Whether this login is active for round robin").nullable().optional(),
|
|
17
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the login was created"),
|
|
18
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the login was last updated"),
|
|
19
|
+
sso_v2_cert: zod.z.string().describe("PEM-formatted x509 certificate for SSO"),
|
|
20
|
+
sso_v2_private_key: zod.z.string().describe("PEM-formatted private key for SSO"),
|
|
21
|
+
sso_v2_workspace_domain: zod.z.string().describe("The Google Workspace domain used for SSO")
|
|
22
|
+
});
|
|
23
|
+
const recallaiCreateGoogleLogin = require_action.action("RECALLAI_CREATE_GOOGLE_LOGIN", {
|
|
24
|
+
slug: "recallai-create-google-login",
|
|
25
|
+
name: "Create Google Login",
|
|
26
|
+
description: "Tool to create a new Google Login credential within a login group. Use when you need to add a new Google account that bots can use to authenticate and join Google Meet meetings.",
|
|
27
|
+
input: RecallaiCreateGoogleLoginInput,
|
|
28
|
+
output: RecallaiCreateGoogleLoginOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.recallaiCreateGoogleLogin = recallaiCreateGoogleLogin;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=create-google-login.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-google-login.cjs","names":["z","action"],"sources":["../../src/actions/create-google-login.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiCreateGoogleLoginInput: z.ZodTypeAny = z.object({\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().default(true).describe(\"If the login should be used for round robin. (default: true)\").optional(),\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 RecallaiCreateGoogleLoginOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the created 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 recallaiCreateGoogleLogin = action(\"RECALLAI_CREATE_GOOGLE_LOGIN\", {\n slug: \"recallai-create-google-login\",\n name: \"Create Google Login\",\n description: \"Tool to create a new Google Login credential within a login group. Use when you need to add a new Google account that bots can use to authenticate and join Google Meet meetings.\",\n input: RecallaiCreateGoogleLoginInput,\n output: RecallaiCreateGoogleLoginOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACtF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAChF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CACvH,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,uDAAuD;CAC/E,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/create-google-login.d.ts
|
|
4
|
+
declare const RecallaiCreateGoogleLoginInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiCreateGoogleLoginOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiCreateGoogleLogin: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiCreateGoogleLogin };
|
|
9
|
+
//# sourceMappingURL=create-google-login.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-google-login.d.cts","names":[],"sources":["../../src/actions/create-google-login.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAO7C;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/create-google-login.d.ts
|
|
4
|
+
declare const RecallaiCreateGoogleLoginInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiCreateGoogleLoginOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiCreateGoogleLogin: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiCreateGoogleLogin };
|
|
9
|
+
//# sourceMappingURL=create-google-login.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-google-login.d.mts","names":[],"sources":["../../src/actions/create-google-login.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAO7C;AAAA,cACW,+BAAA,EAAiC,CAAA,CAAE,UAU9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const recallaiCreateGoogleLogin = action("RECALLAI_CREATE_GOOGLE_LOGIN", {
|
|
4
|
+
slug: "recallai-create-google-login",
|
|
5
|
+
name: "Create Google Login",
|
|
6
|
+
description: "Tool to create a new Google Login credential within a login group. Use when you need to add a new Google account that bots can use to authenticate and join Google Meet meetings.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
email: z.string().describe("The email address of the Google account to use for login."),
|
|
9
|
+
group_id: z.string().describe("The ID of the login group this login belongs to."),
|
|
10
|
+
is_active: z.boolean().default(true).describe("If the login should be used for round robin. (default: true)").optional(),
|
|
11
|
+
sso_v2_cert: z.string().describe("PEM-formatted x509 certificate which is registered in your Google Workspace SSO Profile."),
|
|
12
|
+
sso_v2_private_key: z.string().describe("PEM-formatted private key used for signing SSO requests."),
|
|
13
|
+
sso_v2_workspace_domain: z.string().describe("The primary domain name of your Google Workspace Account used for SSO.")
|
|
14
|
+
}),
|
|
15
|
+
output: z.object({
|
|
16
|
+
id: z.string().describe("Unique identifier (UUID) for the created Google login"),
|
|
17
|
+
email: z.string().describe("The email address of the Google account"),
|
|
18
|
+
group_id: z.string().describe("The ID of the login group this login belongs to"),
|
|
19
|
+
is_active: z.boolean().describe("Whether this login is active for round robin").nullable().optional(),
|
|
20
|
+
created_at: z.string().describe("ISO 8601 timestamp when the login was created"),
|
|
21
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the login was last updated"),
|
|
22
|
+
sso_v2_cert: z.string().describe("PEM-formatted x509 certificate for SSO"),
|
|
23
|
+
sso_v2_private_key: z.string().describe("PEM-formatted private key for SSO"),
|
|
24
|
+
sso_v2_workspace_domain: z.string().describe("The Google Workspace domain used for SSO")
|
|
25
|
+
})
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
export { recallaiCreateGoogleLogin };
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=create-google-login.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-google-login.mjs","names":[],"sources":["../../src/actions/create-google-login.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiCreateGoogleLoginInput: z.ZodTypeAny = z.object({\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().default(true).describe(\"If the login should be used for round robin. (default: true)\").optional(),\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 RecallaiCreateGoogleLoginOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the created 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 recallaiCreateGoogleLogin = action(\"RECALLAI_CREATE_GOOGLE_LOGIN\", {\n slug: \"recallai-create-google-login\",\n name: \"Create Google Login\",\n description: \"Tool to create a new Google Login credential within a login group. Use when you need to add a new Google account that bots can use to authenticate and join Google Meet meetings.\",\n input: RecallaiCreateGoogleLoginInput,\n output: RecallaiCreateGoogleLoginOutput,\n});\n"],"mappings":";;AAwBA,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAxB0D,EAAE,OAAO;EACnE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EACtF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EAChF,WAAW,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;EACvH,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,uDAAuD;EAC/E,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"}
|