@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":"list-chat-messages.cjs","names":["z","action"],"sources":["../../src/actions/list-chat-messages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListChatMessagesInput: z.ZodTypeAny = z.object({\n bot_id: z.string().describe(\"The ID of the bot for which to retrieve the chat messages.\"),\n cursor: z.string().describe(\"The pagination cursor value.\").optional(),\n ordering: z.string().describe(\"Which field to use when ordering the results.\").optional(),\n});\nexport const RecallaiListChatMessagesOutput: z.ZodTypeAny = z.object({\n response: z.record(z.string(), z.unknown()).describe(\"An object containing list of bots\"),\n});\n\nexport const recallaiListChatMessages = action(\"RECALLAI_LIST_CHAT_MESSAGES\", {\n slug: \"recallai-list-chat-messages\",\n name: \"List chat messages\",\n description: \"Get list of chat messages read by the bot in the meeting(excluding messages sent by the bot itself).\",\n input: RecallaiListChatMessagesInput,\n output: RecallaiListChatMessagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CACxF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACrE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC1F,CAAC;AACD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC,EAC1F,CAAC;AAED,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,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/list-chat-messages.d.ts
|
|
4
|
+
declare const RecallaiListChatMessagesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListChatMessagesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListChatMessages: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListChatMessages };
|
|
9
|
+
//# sourceMappingURL=list-chat-messages.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-chat-messages.d.cts","names":[],"sources":["../../src/actions/list-chat-messages.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAI5C;AAAA,cACW,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-chat-messages.d.ts
|
|
4
|
+
declare const RecallaiListChatMessagesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListChatMessagesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListChatMessages: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListChatMessages };
|
|
9
|
+
//# sourceMappingURL=list-chat-messages.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-chat-messages.d.mts","names":[],"sources":["../../src/actions/list-chat-messages.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAI5C;AAAA,cACW,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const recallaiListChatMessages = action("RECALLAI_LIST_CHAT_MESSAGES", {
|
|
4
|
+
slug: "recallai-list-chat-messages",
|
|
5
|
+
name: "List chat messages",
|
|
6
|
+
description: "Get list of chat messages read by the bot in the meeting(excluding messages sent by the bot itself).",
|
|
7
|
+
input: z.object({
|
|
8
|
+
bot_id: z.string().describe("The ID of the bot for which to retrieve the chat messages."),
|
|
9
|
+
cursor: z.string().describe("The pagination cursor value.").optional(),
|
|
10
|
+
ordering: z.string().describe("Which field to use when ordering the results.").optional()
|
|
11
|
+
}),
|
|
12
|
+
output: z.object({ response: z.record(z.string(), z.unknown()).describe("An object containing list of bots") })
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { recallaiListChatMessages };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=list-chat-messages.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-chat-messages.mjs","names":[],"sources":["../../src/actions/list-chat-messages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListChatMessagesInput: z.ZodTypeAny = z.object({\n bot_id: z.string().describe(\"The ID of the bot for which to retrieve the chat messages.\"),\n cursor: z.string().describe(\"The pagination cursor value.\").optional(),\n ordering: z.string().describe(\"Which field to use when ordering the results.\").optional(),\n});\nexport const RecallaiListChatMessagesOutput: z.ZodTypeAny = z.object({\n response: z.record(z.string(), z.unknown()).describe(\"An object containing list of bots\"),\n});\n\nexport const recallaiListChatMessages = action(\"RECALLAI_LIST_CHAT_MESSAGES\", {\n slug: \"recallai-list-chat-messages\",\n name: \"List chat messages\",\n description: \"Get list of chat messages read by the bot in the meeting(excluding messages sent by the bot itself).\",\n input: RecallaiListChatMessagesInput,\n output: RecallaiListChatMessagesOutput,\n});\n"],"mappings":";;AAaA,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbyD,EAAE,OAAO;EAClE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;EACxF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EACrE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC1F,CASS;CACP,QAT0D,EAAE,OAAO,EACnE,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mCAAmC,EAC1F,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-google-login-groups.ts
|
|
4
|
+
const RecallaiListGoogleLoginGroupsInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("Filter by exact group name.").optional(),
|
|
6
|
+
cursor: zod.z.string().describe("The pagination cursor value to retrieve the next page of results.").optional(),
|
|
7
|
+
ordering: zod.z.string().describe("Which field to use when ordering the results (e.g., 'name', '-name' for descending).").optional(),
|
|
8
|
+
name__contains: zod.z.string().describe("Filter by groups whose name contains this substring.").optional()
|
|
9
|
+
});
|
|
10
|
+
const RecallaiListGoogleLoginGroups_GoogleLoginSchema = zod.z.object({
|
|
11
|
+
id: zod.z.string().describe("Unique identifier (UUID) for the Google login"),
|
|
12
|
+
email: zod.z.string().describe("Email address associated with this login"),
|
|
13
|
+
group_id: zod.z.string().describe("UUID of the group this login belongs to"),
|
|
14
|
+
is_active: zod.z.boolean().describe("Whether this Google login is currently active"),
|
|
15
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the login was created"),
|
|
16
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the login was last updated"),
|
|
17
|
+
sso_v2_cert: zod.z.string().describe("PEM-formatted x509 certificate for SSO v2 authentication").nullable().optional(),
|
|
18
|
+
sso_v2_private_key: zod.z.string().describe("PEM-formatted private key for SSO v2 authentication").nullable().optional(),
|
|
19
|
+
sso_v2_workspace_domain: zod.z.string().describe("SSO v2 workspace domain for authentication").nullable().optional()
|
|
20
|
+
}).describe("Individual Google Login details with SSO configuration");
|
|
21
|
+
const RecallaiListGoogleLoginGroups_LoginModeSchema = zod.z.enum(["always", "only_if_required"]).describe("Google Login Mode configuration");
|
|
22
|
+
const RecallaiListGoogleLoginGroups_GoogleLoginGroupSchema = zod.z.object({
|
|
23
|
+
id: zod.z.string().describe("Unique identifier (UUID) for the Google login group"),
|
|
24
|
+
name: zod.z.string().describe("Name of the Google login group (max 2000 chars)"),
|
|
25
|
+
logins: zod.z.array(RecallaiListGoogleLoginGroups_GoogleLoginSchema).describe("List of Google logins with SSO configuration for this group"),
|
|
26
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the group was created"),
|
|
27
|
+
login_mode: RecallaiListGoogleLoginGroups_LoginModeSchema.nullable(),
|
|
28
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the group was last updated")
|
|
29
|
+
}).describe("Individual Google Login Group details");
|
|
30
|
+
const RecallaiListGoogleLoginGroupsOutput = zod.z.object({
|
|
31
|
+
next: zod.z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
|
|
32
|
+
results: zod.z.array(RecallaiListGoogleLoginGroups_GoogleLoginGroupSchema).describe("List of Google Login Group objects"),
|
|
33
|
+
previous: zod.z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
|
|
34
|
+
}).describe("Response containing paginated list of Google Login Groups");
|
|
35
|
+
const recallaiListGoogleLoginGroups = require_action.action("RECALLAI_LIST_GOOGLE_LOGIN_GROUPS", {
|
|
36
|
+
slug: "recallai-list-google-login-groups",
|
|
37
|
+
name: "List Google Login Groups",
|
|
38
|
+
description: "Tool to retrieve a list of all Google Login Groups in your Recall.ai workspace. Use when you need to view available Google login configurations for bot authentication. Supports pagination and filtering by name.",
|
|
39
|
+
input: RecallaiListGoogleLoginGroupsInput,
|
|
40
|
+
output: RecallaiListGoogleLoginGroupsOutput
|
|
41
|
+
});
|
|
42
|
+
//#endregion
|
|
43
|
+
exports.recallaiListGoogleLoginGroups = recallaiListGoogleLoginGroups;
|
|
44
|
+
|
|
45
|
+
//# sourceMappingURL=list-google-login-groups.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-google-login-groups.cjs","names":["z","action"],"sources":["../../src/actions/list-google-login-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListGoogleLoginGroupsInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Filter by exact group name.\").optional(),\n cursor: z.string().describe(\"The pagination cursor value to retrieve the next page of results.\").optional(),\n ordering: z.string().describe(\"Which field to use when ordering the results (e.g., 'name', '-name' for descending).\").optional(),\n name__contains: z.string().describe(\"Filter by groups whose name contains this substring.\").optional(),\n});\nconst RecallaiListGoogleLoginGroups_GoogleLoginSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the Google login\"),\n email: z.string().describe(\"Email address associated with this login\"),\n group_id: z.string().describe(\"UUID of the group this login belongs to\"),\n is_active: z.boolean().describe(\"Whether this Google login is currently active\"),\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 v2 authentication\").nullable().optional(),\n sso_v2_private_key: z.string().describe(\"PEM-formatted private key for SSO v2 authentication\").nullable().optional(),\n sso_v2_workspace_domain: z.string().describe(\"SSO v2 workspace domain for authentication\").nullable().optional(),\n}).describe(\"Individual Google Login details with SSO configuration\");\nconst RecallaiListGoogleLoginGroups_LoginModeSchema: z.ZodTypeAny = z.enum([\"always\", \"only_if_required\"]).describe(\"Google Login Mode configuration\");\nconst RecallaiListGoogleLoginGroups_GoogleLoginGroupSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the Google login group\"),\n name: z.string().describe(\"Name of the Google login group (max 2000 chars)\"),\n logins: z.array(RecallaiListGoogleLoginGroups_GoogleLoginSchema).describe(\"List of Google logins with SSO configuration for this group\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the group was created\"),\n login_mode: RecallaiListGoogleLoginGroups_LoginModeSchema.nullable(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the group was last updated\"),\n}).describe(\"Individual Google Login Group details\");\nexport const RecallaiListGoogleLoginGroupsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results (null if no more pages)\").nullable().optional(),\n results: z.array(RecallaiListGoogleLoginGroups_GoogleLoginGroupSchema).describe(\"List of Google Login Group objects\"),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n}).describe(\"Response containing paginated list of Google Login Groups\");\n\nexport const recallaiListGoogleLoginGroups = action(\"RECALLAI_LIST_GOOGLE_LOGIN_GROUPS\", {\n slug: \"recallai-list-google-login-groups\",\n name: \"List Google Login Groups\",\n description: \"Tool to retrieve a list of all Google Login Groups in your Recall.ai workspace. Use when you need to view available Google login configurations for bot authentication. Supports pagination and filtering by name.\",\n input: RecallaiListGoogleLoginGroupsInput,\n output: RecallaiListGoogleLoginGroupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAClE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC1G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAC/H,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AACvG,CAAC;AACD,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACrE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACvE,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;CAC/E,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,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,gDAA8DA,IAAAA,EAAE,KAAK,CAAC,UAAU,kBAAkB,CAAC,CAAC,CAAC,SAAS,iCAAiC;AACrJ,MAAM,uDAAqEA,IAAAA,EAAE,OAAO;CAClF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC3E,QAAQA,IAAAA,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,6DAA6D;CACvI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,YAAY,8CAA8C,SAAS;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;AACtF,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,SAASA,IAAAA,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,oCAAoC;CACpH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,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/list-google-login-groups.d.ts
|
|
4
|
+
declare const RecallaiListGoogleLoginGroupsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListGoogleLoginGroupsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListGoogleLoginGroups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListGoogleLoginGroups };
|
|
9
|
+
//# sourceMappingURL=list-google-login-groups.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-google-login-groups.d.cts","names":[],"sources":["../../src/actions/list-google-login-groups.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAKjD;AAAA,cAqBW,mCAAA,EAAqC,CAAA,CAAE,UAIoB;AAAA,cAE3D,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-google-login-groups.d.ts
|
|
4
|
+
declare const RecallaiListGoogleLoginGroupsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListGoogleLoginGroupsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListGoogleLoginGroups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListGoogleLoginGroups };
|
|
9
|
+
//# sourceMappingURL=list-google-login-groups.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-google-login-groups.d.mts","names":[],"sources":["../../src/actions/list-google-login-groups.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAKjD;AAAA,cAqBW,mCAAA,EAAqC,CAAA,CAAE,UAIoB;AAAA,cAE3D,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-google-login-groups.ts
|
|
4
|
+
const RecallaiListGoogleLoginGroupsInput = z.object({
|
|
5
|
+
name: z.string().describe("Filter by exact group name.").optional(),
|
|
6
|
+
cursor: z.string().describe("The pagination cursor value to retrieve the next page of results.").optional(),
|
|
7
|
+
ordering: z.string().describe("Which field to use when ordering the results (e.g., 'name', '-name' for descending).").optional(),
|
|
8
|
+
name__contains: z.string().describe("Filter by groups whose name contains this substring.").optional()
|
|
9
|
+
});
|
|
10
|
+
const RecallaiListGoogleLoginGroups_GoogleLoginSchema = z.object({
|
|
11
|
+
id: z.string().describe("Unique identifier (UUID) for the Google login"),
|
|
12
|
+
email: z.string().describe("Email address associated with this login"),
|
|
13
|
+
group_id: z.string().describe("UUID of the group this login belongs to"),
|
|
14
|
+
is_active: z.boolean().describe("Whether this Google login is currently active"),
|
|
15
|
+
created_at: z.string().describe("ISO 8601 timestamp when the login was created"),
|
|
16
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the login was last updated"),
|
|
17
|
+
sso_v2_cert: z.string().describe("PEM-formatted x509 certificate for SSO v2 authentication").nullable().optional(),
|
|
18
|
+
sso_v2_private_key: z.string().describe("PEM-formatted private key for SSO v2 authentication").nullable().optional(),
|
|
19
|
+
sso_v2_workspace_domain: z.string().describe("SSO v2 workspace domain for authentication").nullable().optional()
|
|
20
|
+
}).describe("Individual Google Login details with SSO configuration");
|
|
21
|
+
const RecallaiListGoogleLoginGroups_LoginModeSchema = z.enum(["always", "only_if_required"]).describe("Google Login Mode configuration");
|
|
22
|
+
const RecallaiListGoogleLoginGroups_GoogleLoginGroupSchema = z.object({
|
|
23
|
+
id: z.string().describe("Unique identifier (UUID) for the Google login group"),
|
|
24
|
+
name: z.string().describe("Name of the Google login group (max 2000 chars)"),
|
|
25
|
+
logins: z.array(RecallaiListGoogleLoginGroups_GoogleLoginSchema).describe("List of Google logins with SSO configuration for this group"),
|
|
26
|
+
created_at: z.string().describe("ISO 8601 timestamp when the group was created"),
|
|
27
|
+
login_mode: RecallaiListGoogleLoginGroups_LoginModeSchema.nullable(),
|
|
28
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the group was last updated")
|
|
29
|
+
}).describe("Individual Google Login Group details");
|
|
30
|
+
const recallaiListGoogleLoginGroups = action("RECALLAI_LIST_GOOGLE_LOGIN_GROUPS", {
|
|
31
|
+
slug: "recallai-list-google-login-groups",
|
|
32
|
+
name: "List Google Login Groups",
|
|
33
|
+
description: "Tool to retrieve a list of all Google Login Groups in your Recall.ai workspace. Use when you need to view available Google login configurations for bot authentication. Supports pagination and filtering by name.",
|
|
34
|
+
input: RecallaiListGoogleLoginGroupsInput,
|
|
35
|
+
output: z.object({
|
|
36
|
+
next: z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
|
|
37
|
+
results: z.array(RecallaiListGoogleLoginGroups_GoogleLoginGroupSchema).describe("List of Google Login Group objects"),
|
|
38
|
+
previous: z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
|
|
39
|
+
}).describe("Response containing paginated list of Google Login Groups")
|
|
40
|
+
});
|
|
41
|
+
//#endregion
|
|
42
|
+
export { recallaiListGoogleLoginGroups };
|
|
43
|
+
|
|
44
|
+
//# sourceMappingURL=list-google-login-groups.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-google-login-groups.mjs","names":[],"sources":["../../src/actions/list-google-login-groups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListGoogleLoginGroupsInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Filter by exact group name.\").optional(),\n cursor: z.string().describe(\"The pagination cursor value to retrieve the next page of results.\").optional(),\n ordering: z.string().describe(\"Which field to use when ordering the results (e.g., 'name', '-name' for descending).\").optional(),\n name__contains: z.string().describe(\"Filter by groups whose name contains this substring.\").optional(),\n});\nconst RecallaiListGoogleLoginGroups_GoogleLoginSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the Google login\"),\n email: z.string().describe(\"Email address associated with this login\"),\n group_id: z.string().describe(\"UUID of the group this login belongs to\"),\n is_active: z.boolean().describe(\"Whether this Google login is currently active\"),\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 v2 authentication\").nullable().optional(),\n sso_v2_private_key: z.string().describe(\"PEM-formatted private key for SSO v2 authentication\").nullable().optional(),\n sso_v2_workspace_domain: z.string().describe(\"SSO v2 workspace domain for authentication\").nullable().optional(),\n}).describe(\"Individual Google Login details with SSO configuration\");\nconst RecallaiListGoogleLoginGroups_LoginModeSchema: z.ZodTypeAny = z.enum([\"always\", \"only_if_required\"]).describe(\"Google Login Mode configuration\");\nconst RecallaiListGoogleLoginGroups_GoogleLoginGroupSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the Google login group\"),\n name: z.string().describe(\"Name of the Google login group (max 2000 chars)\"),\n logins: z.array(RecallaiListGoogleLoginGroups_GoogleLoginSchema).describe(\"List of Google logins with SSO configuration for this group\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the group was created\"),\n login_mode: RecallaiListGoogleLoginGroups_LoginModeSchema.nullable(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the group was last updated\"),\n}).describe(\"Individual Google Login Group details\");\nexport const RecallaiListGoogleLoginGroupsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results (null if no more pages)\").nullable().optional(),\n results: z.array(RecallaiListGoogleLoginGroups_GoogleLoginGroupSchema).describe(\"List of Google Login Group objects\"),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n}).describe(\"Response containing paginated list of Google Login Groups\");\n\nexport const recallaiListGoogleLoginGroups = action(\"RECALLAI_LIST_GOOGLE_LOGIN_GROUPS\", {\n slug: \"recallai-list-google-login-groups\",\n name: \"List Google Login Groups\",\n description: \"Tool to retrieve a list of all Google Login Groups in your Recall.ai workspace. Use when you need to view available Google login configurations for bot authentication. Supports pagination and filtering by name.\",\n input: RecallaiListGoogleLoginGroupsInput,\n output: RecallaiListGoogleLoginGroupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAClE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC1G,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAC/H,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AACvG,CAAC;AACD,MAAM,kDAAgE,EAAE,OAAO;CAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACrE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACvE,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;CAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,gDAA8D,EAAE,KAAK,CAAC,UAAU,kBAAkB,CAAC,CAAC,CAAC,SAAS,iCAAiC;AACrJ,MAAM,uDAAqE,EAAE,OAAO;CAClF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC3E,QAAQ,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,6DAA6D;CACvI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,YAAY,8CAA8C,SAAS;CACnE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;AACtF,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAOnD,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX+D,EAAE,OAAO;EACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,SAAS,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,oCAAoC;EACpH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-google-logins.ts
|
|
4
|
+
const RecallaiListGoogleLoginsInput = zod.z.object({
|
|
5
|
+
email: zod.z.string().describe("Filter by email address.").optional(),
|
|
6
|
+
cursor: zod.z.string().describe("The pagination cursor value to retrieve the next page of results.").optional(),
|
|
7
|
+
group_id: zod.z.string().describe("Filter by Google login group ID.").optional(),
|
|
8
|
+
ordering: zod.z.string().describe("Which field to use when ordering the results (e.g., 'email', '-email' for descending).").optional(),
|
|
9
|
+
is_active: zod.z.boolean().describe("Filter by active status (true for active logins, false for inactive).").optional(),
|
|
10
|
+
sso_v2_workspace_domain: zod.z.string().describe("Filter by SSO v2 workspace domain.").optional()
|
|
11
|
+
});
|
|
12
|
+
const RecallaiListGoogleLogins_GoogleLoginSchema = zod.z.object({
|
|
13
|
+
id: zod.z.string().describe("Unique identifier (UUID) for the Google login"),
|
|
14
|
+
email: zod.z.string().describe("Email address associated with this login"),
|
|
15
|
+
group_id: zod.z.string().describe("ID of the Google login group this login belongs to"),
|
|
16
|
+
is_active: zod.z.boolean().describe("Whether this Google login is currently active").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("SSO v2 certificate"),
|
|
20
|
+
sso_v2_private_key: zod.z.string().describe("SSO v2 private key"),
|
|
21
|
+
sso_v2_workspace_domain: zod.z.string().describe("SSO v2 workspace domain")
|
|
22
|
+
}).describe("Individual Google Login details");
|
|
23
|
+
const RecallaiListGoogleLoginsOutput = zod.z.object({
|
|
24
|
+
next: zod.z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
|
|
25
|
+
results: zod.z.array(RecallaiListGoogleLogins_GoogleLoginSchema).describe("List of Google Login objects"),
|
|
26
|
+
previous: zod.z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
|
|
27
|
+
}).describe("Response containing paginated list of Google Logins");
|
|
28
|
+
const recallaiListGoogleLogins = require_action.action("RECALLAI_LIST_GOOGLE_LOGINS", {
|
|
29
|
+
slug: "recallai-list-google-logins",
|
|
30
|
+
name: "List Google Logins",
|
|
31
|
+
description: "Tool to retrieve a list of all Google Logins in your Recall.ai workspace. Use when you need to view individual Google login credentials. Supports pagination and filtering by email, group ID, active status, and workspace domain.",
|
|
32
|
+
input: RecallaiListGoogleLoginsInput,
|
|
33
|
+
output: RecallaiListGoogleLoginsOutput
|
|
34
|
+
});
|
|
35
|
+
//#endregion
|
|
36
|
+
exports.recallaiListGoogleLogins = recallaiListGoogleLogins;
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=list-google-logins.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-google-logins.cjs","names":["z","action"],"sources":["../../src/actions/list-google-logins.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListGoogleLoginsInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Filter by email address.\").optional(),\n cursor: z.string().describe(\"The pagination cursor value to retrieve the next page of results.\").optional(),\n group_id: z.string().describe(\"Filter by Google login group ID.\").optional(),\n ordering: z.string().describe(\"Which field to use when ordering the results (e.g., 'email', '-email' for descending).\").optional(),\n is_active: z.boolean().describe(\"Filter by active status (true for active logins, false for inactive).\").optional(),\n sso_v2_workspace_domain: z.string().describe(\"Filter by SSO v2 workspace domain.\").optional(),\n});\nconst RecallaiListGoogleLogins_GoogleLoginSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the Google login\"),\n email: z.string().describe(\"Email address associated with this login\"),\n group_id: z.string().describe(\"ID of the Google login group this login belongs to\"),\n is_active: z.boolean().describe(\"Whether this Google 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\"),\n sso_v2_private_key: z.string().describe(\"SSO v2 private key\"),\n sso_v2_workspace_domain: z.string().describe(\"SSO v2 workspace domain\"),\n}).describe(\"Individual Google Login details\");\nexport const RecallaiListGoogleLoginsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results (null if no more pages)\").nullable().optional(),\n results: z.array(RecallaiListGoogleLogins_GoogleLoginSchema).describe(\"List of Google Login objects\"),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n}).describe(\"Response containing paginated list of Google Logins\");\n\nexport const recallaiListGoogleLogins = action(\"RECALLAI_LIST_GOOGLE_LOGINS\", {\n slug: \"recallai-list-google-logins\",\n name: \"List Google Logins\",\n description: \"Tool to retrieve a list of all Google Logins in your Recall.ai workspace. Use when you need to view individual Google login credentials. Supports pagination and filtering by email, group ID, active status, and workspace domain.\",\n input: RecallaiListGoogleLoginsInput,\n output: RecallaiListGoogleLoginsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC1G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC3E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CACjI,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAClH,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AAC9F,CAAC;AACD,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACrE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAClF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,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,oBAAoB;CACrD,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC5D,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;AACxE,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC7C,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,SAASA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,8BAA8B;CACpG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,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/list-google-logins.d.ts
|
|
4
|
+
declare const RecallaiListGoogleLoginsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListGoogleLoginsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListGoogleLogins: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListGoogleLogins };
|
|
9
|
+
//# sourceMappingURL=list-google-logins.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-google-logins.d.cts","names":[],"sources":["../../src/actions/list-google-logins.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAO5C;AAAA,cAYW,8BAAA,EAAgC,CAAA,CAAE,UAImB;AAAA,cAErD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-google-logins.d.ts
|
|
4
|
+
declare const RecallaiListGoogleLoginsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListGoogleLoginsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListGoogleLogins: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListGoogleLogins };
|
|
9
|
+
//# sourceMappingURL=list-google-logins.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-google-logins.d.mts","names":[],"sources":["../../src/actions/list-google-logins.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAO5C;AAAA,cAYW,8BAAA,EAAgC,CAAA,CAAE,UAImB;AAAA,cAErD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-google-logins.ts
|
|
4
|
+
const RecallaiListGoogleLoginsInput = z.object({
|
|
5
|
+
email: z.string().describe("Filter by email address.").optional(),
|
|
6
|
+
cursor: z.string().describe("The pagination cursor value to retrieve the next page of results.").optional(),
|
|
7
|
+
group_id: z.string().describe("Filter by Google login group ID.").optional(),
|
|
8
|
+
ordering: z.string().describe("Which field to use when ordering the results (e.g., 'email', '-email' for descending).").optional(),
|
|
9
|
+
is_active: z.boolean().describe("Filter by active status (true for active logins, false for inactive).").optional(),
|
|
10
|
+
sso_v2_workspace_domain: z.string().describe("Filter by SSO v2 workspace domain.").optional()
|
|
11
|
+
});
|
|
12
|
+
const RecallaiListGoogleLogins_GoogleLoginSchema = z.object({
|
|
13
|
+
id: z.string().describe("Unique identifier (UUID) for the Google login"),
|
|
14
|
+
email: z.string().describe("Email address associated with this login"),
|
|
15
|
+
group_id: z.string().describe("ID of the Google login group this login belongs to"),
|
|
16
|
+
is_active: z.boolean().describe("Whether this Google login is currently active").nullable().optional(),
|
|
17
|
+
created_at: z.string().describe("ISO 8601 timestamp when the login was created"),
|
|
18
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the login was last updated"),
|
|
19
|
+
sso_v2_cert: z.string().describe("SSO v2 certificate"),
|
|
20
|
+
sso_v2_private_key: z.string().describe("SSO v2 private key"),
|
|
21
|
+
sso_v2_workspace_domain: z.string().describe("SSO v2 workspace domain")
|
|
22
|
+
}).describe("Individual Google Login details");
|
|
23
|
+
const recallaiListGoogleLogins = action("RECALLAI_LIST_GOOGLE_LOGINS", {
|
|
24
|
+
slug: "recallai-list-google-logins",
|
|
25
|
+
name: "List Google Logins",
|
|
26
|
+
description: "Tool to retrieve a list of all Google Logins in your Recall.ai workspace. Use when you need to view individual Google login credentials. Supports pagination and filtering by email, group ID, active status, and workspace domain.",
|
|
27
|
+
input: RecallaiListGoogleLoginsInput,
|
|
28
|
+
output: z.object({
|
|
29
|
+
next: z.string().describe("URL for the next page of results (null if no more pages)").nullable().optional(),
|
|
30
|
+
results: z.array(RecallaiListGoogleLogins_GoogleLoginSchema).describe("List of Google Login objects"),
|
|
31
|
+
previous: z.string().describe("URL for the previous page of results (null if on first page)").nullable().optional()
|
|
32
|
+
}).describe("Response containing paginated list of Google Logins")
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
export { recallaiListGoogleLogins };
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=list-google-logins.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-google-logins.mjs","names":[],"sources":["../../src/actions/list-google-logins.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListGoogleLoginsInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Filter by email address.\").optional(),\n cursor: z.string().describe(\"The pagination cursor value to retrieve the next page of results.\").optional(),\n group_id: z.string().describe(\"Filter by Google login group ID.\").optional(),\n ordering: z.string().describe(\"Which field to use when ordering the results (e.g., 'email', '-email' for descending).\").optional(),\n is_active: z.boolean().describe(\"Filter by active status (true for active logins, false for inactive).\").optional(),\n sso_v2_workspace_domain: z.string().describe(\"Filter by SSO v2 workspace domain.\").optional(),\n});\nconst RecallaiListGoogleLogins_GoogleLoginSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) for the Google login\"),\n email: z.string().describe(\"Email address associated with this login\"),\n group_id: z.string().describe(\"ID of the Google login group this login belongs to\"),\n is_active: z.boolean().describe(\"Whether this Google 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\"),\n sso_v2_private_key: z.string().describe(\"SSO v2 private key\"),\n sso_v2_workspace_domain: z.string().describe(\"SSO v2 workspace domain\"),\n}).describe(\"Individual Google Login details\");\nexport const RecallaiListGoogleLoginsOutput: z.ZodTypeAny = z.object({\n next: z.string().describe(\"URL for the next page of results (null if no more pages)\").nullable().optional(),\n results: z.array(RecallaiListGoogleLogins_GoogleLoginSchema).describe(\"List of Google Login objects\"),\n previous: z.string().describe(\"URL for the previous page of results (null if on first page)\").nullable().optional(),\n}).describe(\"Response containing paginated list of Google Logins\");\n\nexport const recallaiListGoogleLogins = action(\"RECALLAI_LIST_GOOGLE_LOGINS\", {\n slug: \"recallai-list-google-logins\",\n name: \"List Google Logins\",\n description: \"Tool to retrieve a list of all Google Logins in your Recall.ai workspace. Use when you need to view individual Google login credentials. Supports pagination and filtering by email, group ID, active status, and workspace domain.\",\n input: RecallaiListGoogleLoginsInput,\n output: RecallaiListGoogleLoginsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO;CAClE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAChE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC1G,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC3E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;CACjI,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAClH,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;AAC9F,CAAC;AACD,MAAM,6CAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACrE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAClF,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CACrD,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC5D,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;AACxE,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAO7C,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX0D,EAAE,OAAO;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,SAAS,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,8BAA8B;EACpG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-meeting-direct-connect.ts
|
|
4
|
+
const RecallaiListMeetingDirectConnectInput = zod.z.object({});
|
|
5
|
+
const RecallaiListMeetingDirectConnect_StatusSchema = zod.z.object({
|
|
6
|
+
code: zod.z.string().describe("Status code (e.g., 'ready', 'active', 'completed')"),
|
|
7
|
+
sub_code: zod.z.string().describe("Detailed sub-code for the status").nullable().optional(),
|
|
8
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when status was last updated")
|
|
9
|
+
}).describe("Meeting Direct Connect status information");
|
|
10
|
+
const RecallaiListMeetingDirectConnect_ZoomRtmsSchema = zod.z.object({
|
|
11
|
+
signature: zod.z.string().describe("Authentication signature for RTMS"),
|
|
12
|
+
server_urls: zod.z.string().describe("RTMS server URLs"),
|
|
13
|
+
meeting_uuid: zod.z.string().describe("Zoom meeting UUID"),
|
|
14
|
+
rtms_stream_id: zod.z.string().describe("RTMS stream identifier")
|
|
15
|
+
}).describe("Zoom RTMS (Real-Time Media Streaming) configuration");
|
|
16
|
+
const RecallaiListMeetingDirectConnect_RecordingSchema = zod.z.object({
|
|
17
|
+
id: zod.z.string().describe("Recording identifier").nullable().optional(),
|
|
18
|
+
status: zod.z.string().describe("Recording status").nullable().optional(),
|
|
19
|
+
audio_url: zod.z.string().describe("Audio download URL").nullable().optional(),
|
|
20
|
+
video_url: zod.z.string().describe("Video download URL").nullable().optional(),
|
|
21
|
+
transcript_url: zod.z.string().describe("Transcript download URL").nullable().optional()
|
|
22
|
+
}).describe("Recording details");
|
|
23
|
+
const RecallaiListMeetingDirectConnect_RecordingConfigSchema = zod.z.object({
|
|
24
|
+
metadata: zod.z.object({}).describe("Additional metadata").nullable().optional(),
|
|
25
|
+
retention: zod.z.object({}).describe("Retention policy configuration").nullable().optional(),
|
|
26
|
+
transcript: zod.z.object({}).describe("Transcript configuration").nullable().optional(),
|
|
27
|
+
audio_mixed_mp3: zod.z.object({}).describe("Mixed audio MP3 configuration").nullable().optional(),
|
|
28
|
+
audio_mixed_raw: zod.z.object({}).describe("Mixed audio raw configuration").nullable().optional(),
|
|
29
|
+
legacy_settings: zod.z.object({}).describe("Legacy configuration settings").nullable().optional(),
|
|
30
|
+
video_mixed_flv: zod.z.object({}).describe("Mixed video FLV configuration").nullable().optional(),
|
|
31
|
+
video_mixed_mp4: zod.z.object({}).describe("Mixed video MP4 configuration").nullable().optional(),
|
|
32
|
+
meeting_metadata: zod.z.object({}).describe("Meeting metadata configuration").nullable().optional(),
|
|
33
|
+
audio_separate_mp3: zod.z.object({}).describe("Separate audio MP3 configuration").nullable().optional(),
|
|
34
|
+
audio_separate_raw: zod.z.object({}).describe("Separate audio raw configuration").nullable().optional(),
|
|
35
|
+
participant_events: zod.z.object({}).describe("Participant events configuration").nullable().optional(),
|
|
36
|
+
realtime_endpoints: zod.z.array(zod.z.string()).describe("Realtime streaming endpoints").nullable().optional(),
|
|
37
|
+
video_mixed_layout: zod.z.union([zod.z.string(), zod.z.object({})]).nullable().optional(),
|
|
38
|
+
video_separate_mp4: zod.z.object({}).describe("Separate video MP4 configuration").nullable().optional(),
|
|
39
|
+
video_separate_png: zod.z.object({}).describe("Separate video PNG configuration").nullable().optional(),
|
|
40
|
+
video_separate_h264: zod.z.object({}).describe("Separate video H264 configuration").nullable().optional(),
|
|
41
|
+
video_mixed_participant_video_when_screenshare: zod.z.union([zod.z.string(), zod.z.object({})]).nullable().optional()
|
|
42
|
+
}).describe("Recording configuration settings");
|
|
43
|
+
const RecallaiListMeetingDirectConnect_GoogleMeetMediaApiSchema = zod.z.object({
|
|
44
|
+
space_name: zod.z.string().describe("Google Meet space name"),
|
|
45
|
+
access_token: zod.z.string().describe("Access token for Google Meet Media API")
|
|
46
|
+
}).describe("Google Meet Media API configuration");
|
|
47
|
+
const RecallaiListMeetingDirectConnect_MeetingDirectConnectSchema = zod.z.object({
|
|
48
|
+
id: zod.z.string().describe("Unique Meeting Direct Connect identifier (UUID)"),
|
|
49
|
+
status: RecallaiListMeetingDirectConnect_StatusSchema.nullable(),
|
|
50
|
+
metadata: zod.z.object({}).describe("Custom metadata attached to the Meeting Direct Connect").nullable().optional(),
|
|
51
|
+
zoom_rtms: RecallaiListMeetingDirectConnect_ZoomRtmsSchema.nullable().optional(),
|
|
52
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the Meeting Direct Connect was created"),
|
|
53
|
+
recordings: zod.z.array(RecallaiListMeetingDirectConnect_RecordingSchema).describe("List of recordings associated with this Meeting Direct Connect"),
|
|
54
|
+
recording_config: RecallaiListMeetingDirectConnect_RecordingConfigSchema.nullable().optional(),
|
|
55
|
+
google_meet_media_api: RecallaiListMeetingDirectConnect_GoogleMeetMediaApiSchema.nullable().optional()
|
|
56
|
+
}).describe("Individual Meeting Direct Connect details");
|
|
57
|
+
const RecallaiListMeetingDirectConnectOutput = zod.z.object({ results: zod.z.array(RecallaiListMeetingDirectConnect_MeetingDirectConnectSchema).describe("List of Meeting Direct Connect objects") });
|
|
58
|
+
const recallaiListMeetingDirectConnect = require_action.action("RECALLAI_LIST_MEETING_DIRECT_CONNECT", {
|
|
59
|
+
slug: "recallai-list-meeting-direct-connect",
|
|
60
|
+
name: "List Meeting Direct Connects",
|
|
61
|
+
description: "List all Meeting Direct Connect instances in your Recall.ai workspace. Returns a list of Meeting Direct Connect objects with their status, recordings, and configuration. Use this to monitor active direct connections and access their recordings.",
|
|
62
|
+
input: RecallaiListMeetingDirectConnectInput,
|
|
63
|
+
output: RecallaiListMeetingDirectConnectOutput
|
|
64
|
+
});
|
|
65
|
+
//#endregion
|
|
66
|
+
exports.recallaiListMeetingDirectConnect = recallaiListMeetingDirectConnect;
|
|
67
|
+
|
|
68
|
+
//# sourceMappingURL=list-meeting-direct-connect.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-meeting-direct-connect.cjs","names":["z","action"],"sources":["../../src/actions/list-meeting-direct-connect.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListMeetingDirectConnectInput: z.ZodTypeAny = z.object({});\nconst RecallaiListMeetingDirectConnect_StatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code (e.g., 'ready', 'active', 'completed')\"),\n sub_code: z.string().describe(\"Detailed sub-code for the status\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when status was last updated\"),\n}).describe(\"Meeting Direct Connect status information\");\nconst RecallaiListMeetingDirectConnect_ZoomRtmsSchema: z.ZodTypeAny = z.object({\n signature: z.string().describe(\"Authentication signature for RTMS\"),\n server_urls: z.string().describe(\"RTMS server URLs\"),\n meeting_uuid: z.string().describe(\"Zoom meeting UUID\"),\n rtms_stream_id: z.string().describe(\"RTMS stream identifier\"),\n}).describe(\"Zoom RTMS (Real-Time Media Streaming) configuration\");\nconst RecallaiListMeetingDirectConnect_RecordingSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Recording identifier\").nullable().optional(),\n status: z.string().describe(\"Recording status\").nullable().optional(),\n audio_url: z.string().describe(\"Audio download URL\").nullable().optional(),\n video_url: z.string().describe(\"Video download URL\").nullable().optional(),\n transcript_url: z.string().describe(\"Transcript download URL\").nullable().optional(),\n}).describe(\"Recording details\");\nconst RecallaiListMeetingDirectConnect_RecordingConfigSchema: z.ZodTypeAny = z.object({\n metadata: z.object({}).describe(\"Additional metadata\").nullable().optional(),\n retention: z.object({}).describe(\"Retention policy configuration\").nullable().optional(),\n transcript: z.object({}).describe(\"Transcript configuration\").nullable().optional(),\n audio_mixed_mp3: z.object({}).describe(\"Mixed audio MP3 configuration\").nullable().optional(),\n audio_mixed_raw: z.object({}).describe(\"Mixed audio raw configuration\").nullable().optional(),\n legacy_settings: z.object({}).describe(\"Legacy configuration settings\").nullable().optional(),\n video_mixed_flv: z.object({}).describe(\"Mixed video FLV configuration\").nullable().optional(),\n video_mixed_mp4: z.object({}).describe(\"Mixed video MP4 configuration\").nullable().optional(),\n meeting_metadata: z.object({}).describe(\"Meeting metadata configuration\").nullable().optional(),\n audio_separate_mp3: z.object({}).describe(\"Separate audio MP3 configuration\").nullable().optional(),\n audio_separate_raw: z.object({}).describe(\"Separate audio raw configuration\").nullable().optional(),\n participant_events: z.object({}).describe(\"Participant events configuration\").nullable().optional(),\n realtime_endpoints: z.array(z.string()).describe(\"Realtime streaming endpoints\").nullable().optional(),\n video_mixed_layout: z.union([z.string(), z.object({})]).nullable().optional(),\n video_separate_mp4: z.object({}).describe(\"Separate video MP4 configuration\").nullable().optional(),\n video_separate_png: z.object({}).describe(\"Separate video PNG configuration\").nullable().optional(),\n video_separate_h264: z.object({}).describe(\"Separate video H264 configuration\").nullable().optional(),\n video_mixed_participant_video_when_screenshare: z.union([z.string(), z.object({})]).nullable().optional(),\n}).describe(\"Recording configuration settings\");\nconst RecallaiListMeetingDirectConnect_GoogleMeetMediaApiSchema: z.ZodTypeAny = z.object({\n space_name: z.string().describe(\"Google Meet space name\"),\n access_token: z.string().describe(\"Access token for Google Meet Media API\"),\n}).describe(\"Google Meet Media API configuration\");\nconst RecallaiListMeetingDirectConnect_MeetingDirectConnectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique Meeting Direct Connect identifier (UUID)\"),\n status: RecallaiListMeetingDirectConnect_StatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata attached to the Meeting Direct Connect\").nullable().optional(),\n zoom_rtms: RecallaiListMeetingDirectConnect_ZoomRtmsSchema.nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the Meeting Direct Connect was created\"),\n recordings: z.array(RecallaiListMeetingDirectConnect_RecordingSchema).describe(\"List of recordings associated with this Meeting Direct Connect\"),\n recording_config: RecallaiListMeetingDirectConnect_RecordingConfigSchema.nullable().optional(),\n google_meet_media_api: RecallaiListMeetingDirectConnect_GoogleMeetMediaApiSchema.nullable().optional(),\n}).describe(\"Individual Meeting Direct Connect details\");\nexport const RecallaiListMeetingDirectConnectOutput: z.ZodTypeAny = z.object({\n results: z.array(RecallaiListMeetingDirectConnect_MeetingDirectConnectSchema).describe(\"List of Meeting Direct Connect objects\"),\n});\n\nexport const recallaiListMeetingDirectConnect = action(\"RECALLAI_LIST_MEETING_DIRECT_CONNECT\", {\n slug: \"recallai-list-meeting-direct-connect\",\n name: \"List Meeting Direct Connects\",\n description: \"List all Meeting Direct Connect instances in your Recall.ai workspace. Returns a list of Meeting Direct Connect objects with their status, recordings, and configuration. Use this to monitor active direct connections and access their recordings.\",\n input: RecallaiListMeetingDirectConnectInput,\n output: RecallaiListMeetingDirectConnectOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-meeting-direct-connect.d.ts
|
|
4
|
+
declare const RecallaiListMeetingDirectConnectInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListMeetingDirectConnectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListMeetingDirectConnect: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListMeetingDirectConnect };
|
|
9
|
+
//# sourceMappingURL=list-meeting-direct-connect.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-meeting-direct-connect.d.cts","names":[],"sources":["../../src/actions/list-meeting-direct-connect.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAAyB;AAAA,cAqDlE,sCAAA,EAAwC,CAAA,CAAE,UAErD;AAAA,cAEW,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-meeting-direct-connect.d.ts
|
|
4
|
+
declare const RecallaiListMeetingDirectConnectInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecallaiListMeetingDirectConnectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recallaiListMeetingDirectConnect: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recallaiListMeetingDirectConnect };
|
|
9
|
+
//# sourceMappingURL=list-meeting-direct-connect.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-meeting-direct-connect.d.mts","names":[],"sources":["../../src/actions/list-meeting-direct-connect.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAAyB;AAAA,cAqDlE,sCAAA,EAAwC,CAAA,CAAE,UAErD;AAAA,cAEW,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-meeting-direct-connect.ts
|
|
4
|
+
const RecallaiListMeetingDirectConnectInput = z.object({});
|
|
5
|
+
const RecallaiListMeetingDirectConnect_StatusSchema = z.object({
|
|
6
|
+
code: z.string().describe("Status code (e.g., 'ready', 'active', 'completed')"),
|
|
7
|
+
sub_code: z.string().describe("Detailed sub-code for the status").nullable().optional(),
|
|
8
|
+
updated_at: z.string().describe("ISO 8601 timestamp when status was last updated")
|
|
9
|
+
}).describe("Meeting Direct Connect status information");
|
|
10
|
+
const RecallaiListMeetingDirectConnect_ZoomRtmsSchema = z.object({
|
|
11
|
+
signature: z.string().describe("Authentication signature for RTMS"),
|
|
12
|
+
server_urls: z.string().describe("RTMS server URLs"),
|
|
13
|
+
meeting_uuid: z.string().describe("Zoom meeting UUID"),
|
|
14
|
+
rtms_stream_id: z.string().describe("RTMS stream identifier")
|
|
15
|
+
}).describe("Zoom RTMS (Real-Time Media Streaming) configuration");
|
|
16
|
+
const RecallaiListMeetingDirectConnect_RecordingSchema = z.object({
|
|
17
|
+
id: z.string().describe("Recording identifier").nullable().optional(),
|
|
18
|
+
status: z.string().describe("Recording status").nullable().optional(),
|
|
19
|
+
audio_url: z.string().describe("Audio download URL").nullable().optional(),
|
|
20
|
+
video_url: z.string().describe("Video download URL").nullable().optional(),
|
|
21
|
+
transcript_url: z.string().describe("Transcript download URL").nullable().optional()
|
|
22
|
+
}).describe("Recording details");
|
|
23
|
+
const RecallaiListMeetingDirectConnect_RecordingConfigSchema = z.object({
|
|
24
|
+
metadata: z.object({}).describe("Additional metadata").nullable().optional(),
|
|
25
|
+
retention: z.object({}).describe("Retention policy configuration").nullable().optional(),
|
|
26
|
+
transcript: z.object({}).describe("Transcript configuration").nullable().optional(),
|
|
27
|
+
audio_mixed_mp3: z.object({}).describe("Mixed audio MP3 configuration").nullable().optional(),
|
|
28
|
+
audio_mixed_raw: z.object({}).describe("Mixed audio raw configuration").nullable().optional(),
|
|
29
|
+
legacy_settings: z.object({}).describe("Legacy configuration settings").nullable().optional(),
|
|
30
|
+
video_mixed_flv: z.object({}).describe("Mixed video FLV configuration").nullable().optional(),
|
|
31
|
+
video_mixed_mp4: z.object({}).describe("Mixed video MP4 configuration").nullable().optional(),
|
|
32
|
+
meeting_metadata: z.object({}).describe("Meeting metadata configuration").nullable().optional(),
|
|
33
|
+
audio_separate_mp3: z.object({}).describe("Separate audio MP3 configuration").nullable().optional(),
|
|
34
|
+
audio_separate_raw: z.object({}).describe("Separate audio raw configuration").nullable().optional(),
|
|
35
|
+
participant_events: z.object({}).describe("Participant events configuration").nullable().optional(),
|
|
36
|
+
realtime_endpoints: z.array(z.string()).describe("Realtime streaming endpoints").nullable().optional(),
|
|
37
|
+
video_mixed_layout: z.union([z.string(), z.object({})]).nullable().optional(),
|
|
38
|
+
video_separate_mp4: z.object({}).describe("Separate video MP4 configuration").nullable().optional(),
|
|
39
|
+
video_separate_png: z.object({}).describe("Separate video PNG configuration").nullable().optional(),
|
|
40
|
+
video_separate_h264: z.object({}).describe("Separate video H264 configuration").nullable().optional(),
|
|
41
|
+
video_mixed_participant_video_when_screenshare: z.union([z.string(), z.object({})]).nullable().optional()
|
|
42
|
+
}).describe("Recording configuration settings");
|
|
43
|
+
const RecallaiListMeetingDirectConnect_GoogleMeetMediaApiSchema = z.object({
|
|
44
|
+
space_name: z.string().describe("Google Meet space name"),
|
|
45
|
+
access_token: z.string().describe("Access token for Google Meet Media API")
|
|
46
|
+
}).describe("Google Meet Media API configuration");
|
|
47
|
+
const RecallaiListMeetingDirectConnect_MeetingDirectConnectSchema = z.object({
|
|
48
|
+
id: z.string().describe("Unique Meeting Direct Connect identifier (UUID)"),
|
|
49
|
+
status: RecallaiListMeetingDirectConnect_StatusSchema.nullable(),
|
|
50
|
+
metadata: z.object({}).describe("Custom metadata attached to the Meeting Direct Connect").nullable().optional(),
|
|
51
|
+
zoom_rtms: RecallaiListMeetingDirectConnect_ZoomRtmsSchema.nullable().optional(),
|
|
52
|
+
created_at: z.string().describe("ISO 8601 timestamp when the Meeting Direct Connect was created"),
|
|
53
|
+
recordings: z.array(RecallaiListMeetingDirectConnect_RecordingSchema).describe("List of recordings associated with this Meeting Direct Connect"),
|
|
54
|
+
recording_config: RecallaiListMeetingDirectConnect_RecordingConfigSchema.nullable().optional(),
|
|
55
|
+
google_meet_media_api: RecallaiListMeetingDirectConnect_GoogleMeetMediaApiSchema.nullable().optional()
|
|
56
|
+
}).describe("Individual Meeting Direct Connect details");
|
|
57
|
+
const recallaiListMeetingDirectConnect = action("RECALLAI_LIST_MEETING_DIRECT_CONNECT", {
|
|
58
|
+
slug: "recallai-list-meeting-direct-connect",
|
|
59
|
+
name: "List Meeting Direct Connects",
|
|
60
|
+
description: "List all Meeting Direct Connect instances in your Recall.ai workspace. Returns a list of Meeting Direct Connect objects with their status, recordings, and configuration. Use this to monitor active direct connections and access their recordings.",
|
|
61
|
+
input: RecallaiListMeetingDirectConnectInput,
|
|
62
|
+
output: z.object({ results: z.array(RecallaiListMeetingDirectConnect_MeetingDirectConnectSchema).describe("List of Meeting Direct Connect objects") })
|
|
63
|
+
});
|
|
64
|
+
//#endregion
|
|
65
|
+
export { recallaiListMeetingDirectConnect };
|
|
66
|
+
|
|
67
|
+
//# sourceMappingURL=list-meeting-direct-connect.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-meeting-direct-connect.mjs","names":[],"sources":["../../src/actions/list-meeting-direct-connect.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecallaiListMeetingDirectConnectInput: z.ZodTypeAny = z.object({});\nconst RecallaiListMeetingDirectConnect_StatusSchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"Status code (e.g., 'ready', 'active', 'completed')\"),\n sub_code: z.string().describe(\"Detailed sub-code for the status\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when status was last updated\"),\n}).describe(\"Meeting Direct Connect status information\");\nconst RecallaiListMeetingDirectConnect_ZoomRtmsSchema: z.ZodTypeAny = z.object({\n signature: z.string().describe(\"Authentication signature for RTMS\"),\n server_urls: z.string().describe(\"RTMS server URLs\"),\n meeting_uuid: z.string().describe(\"Zoom meeting UUID\"),\n rtms_stream_id: z.string().describe(\"RTMS stream identifier\"),\n}).describe(\"Zoom RTMS (Real-Time Media Streaming) configuration\");\nconst RecallaiListMeetingDirectConnect_RecordingSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Recording identifier\").nullable().optional(),\n status: z.string().describe(\"Recording status\").nullable().optional(),\n audio_url: z.string().describe(\"Audio download URL\").nullable().optional(),\n video_url: z.string().describe(\"Video download URL\").nullable().optional(),\n transcript_url: z.string().describe(\"Transcript download URL\").nullable().optional(),\n}).describe(\"Recording details\");\nconst RecallaiListMeetingDirectConnect_RecordingConfigSchema: z.ZodTypeAny = z.object({\n metadata: z.object({}).describe(\"Additional metadata\").nullable().optional(),\n retention: z.object({}).describe(\"Retention policy configuration\").nullable().optional(),\n transcript: z.object({}).describe(\"Transcript configuration\").nullable().optional(),\n audio_mixed_mp3: z.object({}).describe(\"Mixed audio MP3 configuration\").nullable().optional(),\n audio_mixed_raw: z.object({}).describe(\"Mixed audio raw configuration\").nullable().optional(),\n legacy_settings: z.object({}).describe(\"Legacy configuration settings\").nullable().optional(),\n video_mixed_flv: z.object({}).describe(\"Mixed video FLV configuration\").nullable().optional(),\n video_mixed_mp4: z.object({}).describe(\"Mixed video MP4 configuration\").nullable().optional(),\n meeting_metadata: z.object({}).describe(\"Meeting metadata configuration\").nullable().optional(),\n audio_separate_mp3: z.object({}).describe(\"Separate audio MP3 configuration\").nullable().optional(),\n audio_separate_raw: z.object({}).describe(\"Separate audio raw configuration\").nullable().optional(),\n participant_events: z.object({}).describe(\"Participant events configuration\").nullable().optional(),\n realtime_endpoints: z.array(z.string()).describe(\"Realtime streaming endpoints\").nullable().optional(),\n video_mixed_layout: z.union([z.string(), z.object({})]).nullable().optional(),\n video_separate_mp4: z.object({}).describe(\"Separate video MP4 configuration\").nullable().optional(),\n video_separate_png: z.object({}).describe(\"Separate video PNG configuration\").nullable().optional(),\n video_separate_h264: z.object({}).describe(\"Separate video H264 configuration\").nullable().optional(),\n video_mixed_participant_video_when_screenshare: z.union([z.string(), z.object({})]).nullable().optional(),\n}).describe(\"Recording configuration settings\");\nconst RecallaiListMeetingDirectConnect_GoogleMeetMediaApiSchema: z.ZodTypeAny = z.object({\n space_name: z.string().describe(\"Google Meet space name\"),\n access_token: z.string().describe(\"Access token for Google Meet Media API\"),\n}).describe(\"Google Meet Media API configuration\");\nconst RecallaiListMeetingDirectConnect_MeetingDirectConnectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique Meeting Direct Connect identifier (UUID)\"),\n status: RecallaiListMeetingDirectConnect_StatusSchema.nullable(),\n metadata: z.object({}).describe(\"Custom metadata attached to the Meeting Direct Connect\").nullable().optional(),\n zoom_rtms: RecallaiListMeetingDirectConnect_ZoomRtmsSchema.nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the Meeting Direct Connect was created\"),\n recordings: z.array(RecallaiListMeetingDirectConnect_RecordingSchema).describe(\"List of recordings associated with this Meeting Direct Connect\"),\n recording_config: RecallaiListMeetingDirectConnect_RecordingConfigSchema.nullable().optional(),\n google_meet_media_api: RecallaiListMeetingDirectConnect_GoogleMeetMediaApiSchema.nullable().optional(),\n}).describe(\"Individual Meeting Direct Connect details\");\nexport const RecallaiListMeetingDirectConnectOutput: z.ZodTypeAny = z.object({\n results: z.array(RecallaiListMeetingDirectConnect_MeetingDirectConnectSchema).describe(\"List of Meeting Direct Connect objects\"),\n});\n\nexport const recallaiListMeetingDirectConnect = action(\"RECALLAI_LIST_MEETING_DIRECT_CONNECT\", {\n slug: \"recallai-list-meeting-direct-connect\",\n name: \"List Meeting Direct Connects\",\n description: \"List all Meeting Direct Connect instances in your Recall.ai workspace. Returns a list of Meeting Direct Connect objects with their status, recordings, and configuration. Use this to monitor active direct connections and access their recordings.\",\n input: RecallaiListMeetingDirectConnectInput,\n output: RecallaiListMeetingDirectConnectOutput,\n});\n"],"mappings":"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"}
|