@workos-inc/widgets 1.8.1 → 1.9.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/CHANGELOG.md +9 -0
- package/dist/cjs/api/api-provider.cjs.map +1 -1
- package/dist/cjs/api/api-provider.d.cts +1 -1
- package/dist/cjs/api/endpoint.cjs +702 -623
- package/dist/cjs/api/endpoint.cjs.map +1 -1
- package/dist/cjs/api/endpoint.d.cts +817 -730
- package/dist/cjs/directory-sync.client.cjs +143 -0
- package/dist/cjs/directory-sync.client.cjs.map +1 -0
- package/dist/cjs/directory-sync.client.d.cts +26 -0
- package/dist/cjs/experimental/api/fetch.cjs +541 -237
- package/dist/cjs/experimental/api/fetch.cjs.map +1 -1
- package/dist/cjs/experimental/api/fetch.d.cts +1535 -633
- package/dist/cjs/experimental/api/react-query.cjs +927 -598
- package/dist/cjs/experimental/api/react-query.cjs.map +1 -1
- package/dist/cjs/experimental/api/react-query.d.cts +2012 -1081
- package/dist/cjs/experimental/api/swr.cjs +888 -564
- package/dist/cjs/experimental/api/swr.cjs.map +1 -1
- package/dist/cjs/experimental/api/swr.d.cts +1908 -987
- package/dist/cjs/index.cjs +5 -0
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +2 -0
- package/dist/cjs/lib/add-mfa-dialog.cjs +2 -2
- package/dist/cjs/lib/add-mfa-dialog.cjs.map +1 -1
- package/dist/cjs/lib/api/user.d.cts +2 -2
- package/dist/cjs/lib/api-keys/api-keys-context.cjs +1 -1
- package/dist/cjs/lib/api-keys/api-keys-context.cjs.map +1 -1
- package/dist/cjs/lib/api-keys/api-keys-search.cjs +2 -2
- package/dist/cjs/lib/api-keys/api-keys-search.cjs.map +1 -1
- package/dist/cjs/lib/api-keys/api-keys-table.cjs +7 -5
- package/dist/cjs/lib/api-keys/api-keys-table.cjs.map +1 -1
- package/dist/cjs/lib/api-keys/create-api-key.cjs +8 -8
- package/dist/cjs/lib/api-keys/create-api-key.cjs.map +1 -1
- package/dist/cjs/lib/change-password-dialog.cjs +18 -18
- package/dist/cjs/lib/change-password-dialog.cjs.map +1 -1
- package/dist/cjs/lib/directory-sync.cjs +288 -0
- package/dist/cjs/lib/directory-sync.cjs.map +1 -0
- package/dist/cjs/lib/directory-sync.d.cts +72 -0
- package/dist/cjs/lib/edit-user-profile-dialog.cjs +8 -8
- package/dist/cjs/lib/edit-user-profile-dialog.cjs.map +1 -1
- package/dist/cjs/lib/elements/utils.cjs +3 -4
- package/dist/cjs/lib/elements/utils.cjs.map +1 -1
- package/dist/cjs/lib/elevated-access.cjs +2 -2
- package/dist/cjs/lib/elevated-access.cjs.map +1 -1
- package/dist/cjs/lib/identity-providers.cjs +57 -1
- package/dist/cjs/lib/identity-providers.cjs.map +1 -1
- package/dist/cjs/lib/identity-providers.d.cts +5 -3
- package/dist/cjs/lib/otp-input.cjs +6 -7
- package/dist/cjs/lib/otp-input.cjs.map +1 -1
- package/dist/cjs/lib/pipes.cjs +9 -9
- package/dist/cjs/lib/pipes.cjs.map +1 -1
- package/dist/cjs/lib/reset-mfa-dialog.cjs +2 -1
- package/dist/cjs/lib/reset-mfa-dialog.cjs.map +1 -1
- package/dist/cjs/lib/set-password-dialog.cjs +12 -12
- package/dist/cjs/lib/set-password-dialog.cjs.map +1 -1
- package/dist/cjs/lib/use-permissions.cjs.map +1 -1
- package/dist/cjs/lib/use-permissions.d.cts +1 -1
- package/dist/cjs/lib/users-management-context.cjs +1 -1
- package/dist/cjs/lib/users-management-context.cjs.map +1 -1
- package/dist/cjs/lib/users-management.cjs +3 -3
- package/dist/cjs/lib/users-management.cjs.map +1 -1
- package/dist/cjs/lib/users-search.cjs +2 -2
- package/dist/cjs/lib/users-search.cjs.map +1 -1
- package/dist/cjs/lib/utils.cjs +9 -0
- package/dist/cjs/lib/utils.cjs.map +1 -1
- package/dist/cjs/lib/utils.d.cts +16 -2
- package/dist/esm/api/api-provider.d.ts +1 -1
- package/dist/esm/api/api-provider.js.map +1 -1
- package/dist/esm/api/endpoint.d.ts +817 -730
- package/dist/esm/api/endpoint.js +691 -618
- package/dist/esm/api/endpoint.js.map +1 -1
- package/dist/esm/directory-sync.client.d.ts +26 -0
- package/dist/esm/directory-sync.client.js +121 -0
- package/dist/esm/directory-sync.client.js.map +1 -0
- package/dist/esm/experimental/api/fetch.d.ts +1535 -633
- package/dist/esm/experimental/api/fetch.js +509 -237
- package/dist/esm/experimental/api/fetch.js.map +1 -1
- package/dist/esm/experimental/api/react-query.d.ts +2012 -1081
- package/dist/esm/experimental/api/react-query.js +892 -598
- package/dist/esm/experimental/api/react-query.js.map +1 -1
- package/dist/esm/experimental/api/swr.d.ts +1908 -987
- package/dist/esm/experimental/api/swr.js +854 -564
- package/dist/esm/experimental/api/swr.js.map +1 -1
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lib/add-mfa-dialog.js +1 -1
- package/dist/esm/lib/add-mfa-dialog.js.map +1 -1
- package/dist/esm/lib/api/user.d.ts +2 -2
- package/dist/esm/lib/api-keys/api-keys-context.js +1 -1
- package/dist/esm/lib/api-keys/api-keys-context.js.map +1 -1
- package/dist/esm/lib/api-keys/api-keys-search.js +1 -1
- package/dist/esm/lib/api-keys/api-keys-search.js.map +1 -1
- package/dist/esm/lib/api-keys/api-keys-table.js +7 -5
- package/dist/esm/lib/api-keys/api-keys-table.js.map +1 -1
- package/dist/esm/lib/api-keys/create-api-key.js +1 -1
- package/dist/esm/lib/api-keys/create-api-key.js.map +1 -1
- package/dist/esm/lib/change-password-dialog.js +1 -1
- package/dist/esm/lib/change-password-dialog.js.map +1 -1
- package/dist/esm/lib/directory-sync.d.ts +72 -0
- package/dist/esm/lib/directory-sync.js +259 -0
- package/dist/esm/lib/directory-sync.js.map +1 -0
- package/dist/esm/lib/edit-user-profile-dialog.js +1 -1
- package/dist/esm/lib/edit-user-profile-dialog.js.map +1 -1
- package/dist/esm/lib/elements/utils.js +1 -2
- package/dist/esm/lib/elements/utils.js.map +1 -1
- package/dist/esm/lib/elevated-access.js +1 -1
- package/dist/esm/lib/elevated-access.js.map +1 -1
- package/dist/esm/lib/identity-providers.d.ts +5 -3
- package/dist/esm/lib/identity-providers.js +55 -1
- package/dist/esm/lib/identity-providers.js.map +1 -1
- package/dist/esm/lib/otp-input.js +6 -3
- package/dist/esm/lib/otp-input.js.map +1 -1
- package/dist/esm/lib/pipes.js +9 -10
- package/dist/esm/lib/pipes.js.map +1 -1
- package/dist/esm/lib/reset-mfa-dialog.js +2 -1
- package/dist/esm/lib/reset-mfa-dialog.js.map +1 -1
- package/dist/esm/lib/set-password-dialog.js +1 -1
- package/dist/esm/lib/set-password-dialog.js.map +1 -1
- package/dist/esm/lib/use-permissions.d.ts +1 -1
- package/dist/esm/lib/use-permissions.js.map +1 -1
- package/dist/esm/lib/users-management-context.js +1 -1
- package/dist/esm/lib/users-management-context.js.map +1 -1
- package/dist/esm/lib/users-management.js +5 -4
- package/dist/esm/lib/users-management.js.map +1 -1
- package/dist/esm/lib/users-search.js +1 -1
- package/dist/esm/lib/users-search.js.map +1 -1
- package/dist/esm/lib/utils.d.ts +16 -2
- package/dist/esm/lib/utils.js +8 -0
- package/dist/esm/lib/utils.js.map +1 -1
- package/package.json +7 -14
- package/dist/cjs/experimental/api/model/active-session-current-location.cjs +0 -17
- package/dist/cjs/experimental/api/model/active-session-current-location.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/active-session-current-location.d.cts +0 -16
- package/dist/cjs/experimental/api/model/active-session-state.cjs +0 -17
- package/dist/cjs/experimental/api/model/active-session-state.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/active-session-state.d.cts +0 -14
- package/dist/cjs/experimental/api/model/active-session.cjs +0 -17
- package/dist/cjs/experimental/api/model/active-session.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/active-session.d.cts +0 -50
- package/dist/cjs/experimental/api/model/active-sessions-response.cjs +0 -17
- package/dist/cjs/experimental/api/model/active-sessions-response.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/active-sessions-response.d.cts +0 -17
- package/dist/cjs/experimental/api/model/authentication-information-response-data-password-settings.cjs +0 -17
- package/dist/cjs/experimental/api/model/authentication-information-response-data-password-settings.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/authentication-information-response-data-password-settings.d.cts +0 -17
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-mfa-provider.cjs +0 -31
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-mfa-provider.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-mfa-provider.d.cts +0 -13
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-mfa.cjs +0 -17
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-mfa.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-mfa.d.cts +0 -21
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-passkey-pass-keys-item.cjs +0 -17
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-passkey-pass-keys-item.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-passkey-pass-keys-item.d.cts +0 -12
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-passkey-provider.cjs +0 -31
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-passkey-provider.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-passkey-provider.d.cts +0 -13
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-passkey.cjs +0 -17
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-passkey.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-passkey.d.cts +0 -24
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-password-provider.cjs +0 -31
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-password-provider.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-password-provider.d.cts +0 -13
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-password.cjs +0 -17
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-password.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods-password.d.cts +0 -22
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods.cjs +0 -17
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/authentication-information-response-data-verification-methods.d.cts +0 -26
- package/dist/cjs/experimental/api/model/authentication-information-response-data.cjs +0 -17
- package/dist/cjs/experimental/api/model/authentication-information-response-data.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/authentication-information-response-data.d.cts +0 -24
- package/dist/cjs/experimental/api/model/authentication-information-response.cjs +0 -17
- package/dist/cjs/experimental/api/model/authentication-information-response.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/authentication-information-response.d.cts +0 -24
- package/dist/cjs/experimental/api/model/authentication-information403.cjs +0 -17
- package/dist/cjs/experimental/api/model/authentication-information403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/authentication-information403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/create-organization-api-key-request.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-organization-api-key-request.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-organization-api-key-request.d.cts +0 -13
- package/dist/cjs/experimental/api/model/create-organization-api-key-response.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-organization-api-key-response.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-organization-api-key-response.d.cts +0 -17
- package/dist/cjs/experimental/api/model/create-organization-api-key400.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-organization-api-key400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-organization-api-key400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/create-organization-api-key403.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-organization-api-key403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-organization-api-key403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/create-organization-api-key404.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-organization-api-key404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-organization-api-key404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/create-organization-api-key422-errors-item.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-organization-api-key422-errors-item.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-organization-api-key422-errors-item.d.cts +0 -13
- package/dist/cjs/experimental/api/model/create-organization-api-key422.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-organization-api-key422.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-organization-api-key422.d.cts +0 -16
- package/dist/cjs/experimental/api/model/create-password-request.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-password-request.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-password-request.d.cts +0 -12
- package/dist/cjs/experimental/api/model/create-password201.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-password201.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-password201.d.cts +0 -12
- package/dist/cjs/experimental/api/model/create-password400.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-password400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-password400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/create-password403.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-password403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-password403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of-object.cjs +0 -31
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of-object.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of-object.d.cts +0 -13
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of-three.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of-three.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of-three.d.cts +0 -13
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of.d.cts +0 -21
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-challenge.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-challenge.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-challenge.d.cts +0 -15
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-eight.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-eight.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-eight.d.cts +0 -13
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-object.cjs +0 -31
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-object.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-object.d.cts +0 -13
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-sms.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-sms.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-sms.d.cts +0 -15
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp-any-of-two.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp-any-of-two.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp-any-of-two.d.cts +0 -16
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp-any-of.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp-any-of.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp-any-of.d.cts +0 -19
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp.d.cts +0 -14
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-type.cjs +0 -34
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-type.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-type.d.cts +0 -16
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor-all-of.d.cts +0 -27
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-totp-factor-response-authentication-factor.d.cts +0 -20
- package/dist/cjs/experimental/api/model/create-totp-factor-response.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-totp-factor-response.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-totp-factor-response.d.cts +0 -28
- package/dist/cjs/experimental/api/model/create-totp-factor400.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-totp-factor400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-totp-factor400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/create-totp-factor403.cjs +0 -17
- package/dist/cjs/experimental/api/model/create-totp-factor403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/create-totp-factor403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/data-installation-object.cjs +0 -32
- package/dist/cjs/experimental/api/model/data-installation-object.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/data-installation-object.d.cts +0 -13
- package/dist/cjs/experimental/api/model/data-installation-state.cjs +0 -32
- package/dist/cjs/experimental/api/model/data-installation-state.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/data-installation-state.d.cts +0 -13
- package/dist/cjs/experimental/api/model/data-installation.cjs +0 -17
- package/dist/cjs/experimental/api/model/data-installation.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/data-installation.d.cts +0 -25
- package/dist/cjs/experimental/api/model/data-integration-credentials-type.cjs +0 -32
- package/dist/cjs/experimental/api/model/data-integration-credentials-type.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/data-integration-credentials-type.d.cts +0 -13
- package/dist/cjs/experimental/api/model/data-integration-installation.cjs +0 -17
- package/dist/cjs/experimental/api/model/data-integration-installation.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/data-integration-installation.d.cts +0 -15
- package/dist/cjs/experimental/api/model/data-integration-integration-type.cjs +0 -67
- package/dist/cjs/experimental/api/model/data-integration-integration-type.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/data-integration-integration-type.d.cts +0 -48
- package/dist/cjs/experimental/api/model/data-integration-object.cjs +0 -31
- package/dist/cjs/experimental/api/model/data-integration-object.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/data-integration-object.d.cts +0 -13
- package/dist/cjs/experimental/api/model/data-integration-ownership.cjs +0 -32
- package/dist/cjs/experimental/api/model/data-integration-ownership.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/data-integration-ownership.d.cts +0 -13
- package/dist/cjs/experimental/api/model/data-integration.cjs +0 -17
- package/dist/cjs/experimental/api/model/data-integration.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/data-integration.d.cts +0 -35
- package/dist/cjs/experimental/api/model/data-integrations-response.cjs +0 -17
- package/dist/cjs/experimental/api/model/data-integrations-response.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/data-integrations-response.d.cts +0 -23
- package/dist/cjs/experimental/api/model/delete-data-installation200.cjs +0 -17
- package/dist/cjs/experimental/api/model/delete-data-installation200.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/delete-data-installation200.d.cts +0 -12
- package/dist/cjs/experimental/api/model/delete-data-installation403.cjs +0 -17
- package/dist/cjs/experimental/api/model/delete-data-installation403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/delete-data-installation403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/delete-data-installation404.cjs +0 -17
- package/dist/cjs/experimental/api/model/delete-data-installation404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/delete-data-installation404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/delete-organization-api-key200.cjs +0 -17
- package/dist/cjs/experimental/api/model/delete-organization-api-key200.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/delete-organization-api-key200.d.cts +0 -12
- package/dist/cjs/experimental/api/model/delete-organization-api-key403.cjs +0 -17
- package/dist/cjs/experimental/api/model/delete-organization-api-key403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/delete-organization-api-key403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/delete-organization-api-key404.cjs +0 -17
- package/dist/cjs/experimental/api/model/delete-organization-api-key404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/delete-organization-api-key404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/delete-organization-domain403.cjs +0 -17
- package/dist/cjs/experimental/api/model/delete-organization-domain403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/delete-organization-domain403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/delete-organization-domain404.cjs +0 -17
- package/dist/cjs/experimental/api/model/delete-organization-domain404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/delete-organization-domain404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/delete-passkey200.cjs +0 -17
- package/dist/cjs/experimental/api/model/delete-passkey200.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/delete-passkey200.d.cts +0 -12
- package/dist/cjs/experimental/api/model/delete-passkey400.cjs +0 -17
- package/dist/cjs/experimental/api/model/delete-passkey400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/delete-passkey400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/delete-passkey403.cjs +0 -17
- package/dist/cjs/experimental/api/model/delete-passkey403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/delete-passkey403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/delete-totp-factors200.cjs +0 -17
- package/dist/cjs/experimental/api/model/delete-totp-factors200.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/delete-totp-factors200.d.cts +0 -12
- package/dist/cjs/experimental/api/model/delete-totp-factors400.cjs +0 -17
- package/dist/cjs/experimental/api/model/delete-totp-factors400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/delete-totp-factors400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/delete-totp-factors403.cjs +0 -17
- package/dist/cjs/experimental/api/model/delete-totp-factors403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/delete-totp-factors403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/domain-verification-name-server.cjs +0 -35
- package/dist/cjs/experimental/api/model/domain-verification-name-server.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/domain-verification-name-server.d.cts +0 -17
- package/dist/cjs/experimental/api/model/generate-admin-portal-link-intent.cjs +0 -32
- package/dist/cjs/experimental/api/model/generate-admin-portal-link-intent.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/generate-admin-portal-link-intent.d.cts +0 -14
- package/dist/cjs/experimental/api/model/generate-admin-portal-link-params.cjs +0 -17
- package/dist/cjs/experimental/api/model/generate-admin-portal-link-params.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/generate-admin-portal-link-params.d.cts +0 -15
- package/dist/cjs/experimental/api/model/generate-admin-portal-link201.cjs +0 -17
- package/dist/cjs/experimental/api/model/generate-admin-portal-link201.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/generate-admin-portal-link201.d.cts +0 -12
- package/dist/cjs/experimental/api/model/generate-admin-portal-link403.cjs +0 -17
- package/dist/cjs/experimental/api/model/generate-admin-portal-link403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/generate-admin-portal-link403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/generate-admin-portal-link404.cjs +0 -17
- package/dist/cjs/experimental/api/model/generate-admin-portal-link404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/generate-admin-portal-link404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/generate-admin-portal-link500.cjs +0 -17
- package/dist/cjs/experimental/api/model/generate-admin-portal-link500.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/generate-admin-portal-link500.d.cts +0 -12
- package/dist/cjs/experimental/api/model/get-authorization-status-response.cjs +0 -17
- package/dist/cjs/experimental/api/model/get-authorization-status-response.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/get-authorization-status-response.d.cts +0 -12
- package/dist/cjs/experimental/api/model/get-data-installation-authorization-status400.cjs +0 -17
- package/dist/cjs/experimental/api/model/get-data-installation-authorization-status400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/get-data-installation-authorization-status400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/get-data-installation-authorization-status403.cjs +0 -17
- package/dist/cjs/experimental/api/model/get-data-installation-authorization-status403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/get-data-installation-authorization-status403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/get-data-installation-authorization-status404.cjs +0 -17
- package/dist/cjs/experimental/api/model/get-data-installation-authorization-status404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/get-data-installation-authorization-status404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url-params.cjs +0 -17
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url-params.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url-params.d.cts +0 -12
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url-response-all-of-two.cjs +0 -17
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url-response-all-of-two.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url-response-all-of-two.d.cts +0 -12
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url-response-all-of.cjs +0 -17
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url-response-all-of.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url-response-all-of.d.cts +0 -13
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url-response.cjs +0 -17
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url-response.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url-response.d.cts +0 -14
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url400.cjs +0 -17
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url403.cjs +0 -17
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url404.cjs +0 -17
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/get-data-integration-authorize-url404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/invite-member-body.cjs +0 -17
- package/dist/cjs/experimental/api/model/invite-member-body.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/invite-member-body.d.cts +0 -17
- package/dist/cjs/experimental/api/model/invite-member201.cjs +0 -17
- package/dist/cjs/experimental/api/model/invite-member201.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/invite-member201.d.cts +0 -12
- package/dist/cjs/experimental/api/model/invite-member400.cjs +0 -17
- package/dist/cjs/experimental/api/model/invite-member400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/invite-member400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/invite-member403.cjs +0 -17
- package/dist/cjs/experimental/api/model/invite-member403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/invite-member403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/invite-member404.cjs +0 -17
- package/dist/cjs/experimental/api/model/invite-member404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/invite-member404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/list-metadata.cjs +0 -17
- package/dist/cjs/experimental/api/model/list-metadata.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/list-metadata.d.cts +0 -15
- package/dist/cjs/experimental/api/model/list-organization-api-key-permission.cjs +0 -17
- package/dist/cjs/experimental/api/model/list-organization-api-key-permission.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/list-organization-api-key-permission.d.cts +0 -16
- package/dist/cjs/experimental/api/model/list-organization-api-key-permissions-params.cjs +0 -17
- package/dist/cjs/experimental/api/model/list-organization-api-key-permissions-params.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/list-organization-api-key-permissions-params.d.cts +0 -15
- package/dist/cjs/experimental/api/model/list-organization-api-key-permissions-response-list-metadata.cjs +0 -17
- package/dist/cjs/experimental/api/model/list-organization-api-key-permissions-response-list-metadata.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/list-organization-api-key-permissions-response-list-metadata.d.cts +0 -13
- package/dist/cjs/experimental/api/model/list-organization-api-key-permissions-response.cjs +0 -17
- package/dist/cjs/experimental/api/model/list-organization-api-key-permissions-response.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/list-organization-api-key-permissions-response.d.cts +0 -17
- package/dist/cjs/experimental/api/model/list-organization-api-key-permissions400.cjs +0 -17
- package/dist/cjs/experimental/api/model/list-organization-api-key-permissions400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/list-organization-api-key-permissions400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/list-organization-api-key-permissions403.cjs +0 -17
- package/dist/cjs/experimental/api/model/list-organization-api-key-permissions403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/list-organization-api-key-permissions403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/list-organization-api-keys-params.cjs +0 -17
- package/dist/cjs/experimental/api/model/list-organization-api-keys-params.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/list-organization-api-keys-params.d.cts +0 -15
- package/dist/cjs/experimental/api/model/list-organization-api-keys-response-data.cjs +0 -17
- package/dist/cjs/experimental/api/model/list-organization-api-keys-response-data.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/list-organization-api-keys-response-data.d.cts +0 -18
- package/dist/cjs/experimental/api/model/list-organization-api-keys-response-list-metadata.cjs +0 -17
- package/dist/cjs/experimental/api/model/list-organization-api-keys-response-list-metadata.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/list-organization-api-keys-response-list-metadata.d.cts +0 -13
- package/dist/cjs/experimental/api/model/list-organization-api-keys-response.cjs +0 -17
- package/dist/cjs/experimental/api/model/list-organization-api-keys-response.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/list-organization-api-keys-response.d.cts +0 -17
- package/dist/cjs/experimental/api/model/list-organization-api-keys400.cjs +0 -17
- package/dist/cjs/experimental/api/model/list-organization-api-keys400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/list-organization-api-keys400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/list-organization-api-keys403.cjs +0 -17
- package/dist/cjs/experimental/api/model/list-organization-api-keys403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/list-organization-api-keys403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/list-organization-domains200.cjs +0 -17
- package/dist/cjs/experimental/api/model/list-organization-domains200.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/list-organization-domains200.d.cts +0 -17
- package/dist/cjs/experimental/api/model/list-organization-domains403.cjs +0 -17
- package/dist/cjs/experimental/api/model/list-organization-domains403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/list-organization-domains403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/list-organization-domains404.cjs +0 -17
- package/dist/cjs/experimental/api/model/list-organization-domains404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/list-organization-domains404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/me-oauth-profiles.cjs +0 -17
- package/dist/cjs/experimental/api/model/me-oauth-profiles.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/me-oauth-profiles.d.cts +0 -21
- package/dist/cjs/experimental/api/model/me.cjs +0 -17
- package/dist/cjs/experimental/api/model/me.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/me.d.cts +0 -27
- package/dist/cjs/experimental/api/model/me403.cjs +0 -17
- package/dist/cjs/experimental/api/model/me403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/me403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/member-actions-item.cjs +0 -34
- package/dist/cjs/experimental/api/model/member-actions-item.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/member-actions-item.d.cts +0 -15
- package/dist/cjs/experimental/api/model/member-actions.cjs +0 -17
- package/dist/cjs/experimental/api/model/member-actions.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/member-actions.d.cts +0 -13
- package/dist/cjs/experimental/api/model/member-role.cjs +0 -17
- package/dist/cjs/experimental/api/model/member-role.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/member-role.d.cts +0 -16
- package/dist/cjs/experimental/api/model/member-roles-item.cjs +0 -17
- package/dist/cjs/experimental/api/model/member-roles-item.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/member-roles-item.d.cts +0 -15
- package/dist/cjs/experimental/api/model/member-status.cjs +0 -35
- package/dist/cjs/experimental/api/model/member-status.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/member-status.d.cts +0 -17
- package/dist/cjs/experimental/api/model/member.cjs +0 -17
- package/dist/cjs/experimental/api/model/member.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/member.d.cts +0 -35
- package/dist/cjs/experimental/api/model/members-params.cjs +0 -17
- package/dist/cjs/experimental/api/model/members-params.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/members-params.d.cts +0 -16
- package/dist/cjs/experimental/api/model/members200.cjs +0 -17
- package/dist/cjs/experimental/api/model/members200.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/members200.d.cts +0 -21
- package/dist/cjs/experimental/api/model/members403.cjs +0 -17
- package/dist/cjs/experimental/api/model/members403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/members403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/members404.cjs +0 -17
- package/dist/cjs/experimental/api/model/members404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/members404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/my-data-integrations403.cjs +0 -17
- package/dist/cjs/experimental/api/model/my-data-integrations403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/my-data-integrations403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/oauth-profile.cjs +0 -17
- package/dist/cjs/experimental/api/model/oauth-profile.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/oauth-profile.d.cts +0 -22
- package/dist/cjs/experimental/api/model/oidc-session-state.cjs +0 -36
- package/dist/cjs/experimental/api/model/oidc-session-state.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/oidc-session-state.d.cts +0 -18
- package/dist/cjs/experimental/api/model/organization-domain-state.cjs +0 -34
- package/dist/cjs/experimental/api/model/organization-domain-state.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/organization-domain-state.d.cts +0 -16
- package/dist/cjs/experimental/api/model/organization-domain.cjs +0 -17
- package/dist/cjs/experimental/api/model/organization-domain.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/organization-domain.d.cts +0 -26
- package/dist/cjs/experimental/api/model/organization-info.cjs +0 -17
- package/dist/cjs/experimental/api/model/organization-info.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/organization-info.d.cts +0 -16
- package/dist/cjs/experimental/api/model/organizations-response.cjs +0 -17
- package/dist/cjs/experimental/api/model/organizations-response.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/organizations-response.d.cts +0 -15
- package/dist/cjs/experimental/api/model/organizations403.cjs +0 -17
- package/dist/cjs/experimental/api/model/organizations403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/organizations403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/organizations404.cjs +0 -17
- package/dist/cjs/experimental/api/model/organizations404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/organizations404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/register-passkey-response-options.cjs +0 -17
- package/dist/cjs/experimental/api/model/register-passkey-response-options.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/register-passkey-response-options.d.cts +0 -12
- package/dist/cjs/experimental/api/model/register-passkey-response.cjs +0 -17
- package/dist/cjs/experimental/api/model/register-passkey-response.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/register-passkey-response.d.cts +0 -16
- package/dist/cjs/experimental/api/model/register-passkey400.cjs +0 -17
- package/dist/cjs/experimental/api/model/register-passkey400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/register-passkey400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/register-passkey403.cjs +0 -17
- package/dist/cjs/experimental/api/model/register-passkey403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/register-passkey403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/remove-member200.cjs +0 -17
- package/dist/cjs/experimental/api/model/remove-member200.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/remove-member200.d.cts +0 -13
- package/dist/cjs/experimental/api/model/remove-member400.cjs +0 -17
- package/dist/cjs/experimental/api/model/remove-member400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/remove-member400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/remove-member403.cjs +0 -17
- package/dist/cjs/experimental/api/model/remove-member403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/remove-member403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/remove-member404.cjs +0 -17
- package/dist/cjs/experimental/api/model/remove-member404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/remove-member404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/resend-invite201.cjs +0 -17
- package/dist/cjs/experimental/api/model/resend-invite201.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/resend-invite201.d.cts +0 -14
- package/dist/cjs/experimental/api/model/resend-invite400.cjs +0 -17
- package/dist/cjs/experimental/api/model/resend-invite400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/resend-invite400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/resend-invite403.cjs +0 -17
- package/dist/cjs/experimental/api/model/resend-invite403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/resend-invite403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/resend-invite404.cjs +0 -17
- package/dist/cjs/experimental/api/model/resend-invite404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/resend-invite404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/reverify-organization-domain403.cjs +0 -17
- package/dist/cjs/experimental/api/model/reverify-organization-domain403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/reverify-organization-domain403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/reverify-organization-domain404.cjs +0 -17
- package/dist/cjs/experimental/api/model/reverify-organization-domain404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/reverify-organization-domain404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/revoke-all-sessions-request.cjs +0 -17
- package/dist/cjs/experimental/api/model/revoke-all-sessions-request.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/revoke-all-sessions-request.d.cts +0 -12
- package/dist/cjs/experimental/api/model/revoke-all-sessions200.cjs +0 -17
- package/dist/cjs/experimental/api/model/revoke-all-sessions200.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/revoke-all-sessions200.d.cts +0 -12
- package/dist/cjs/experimental/api/model/revoke-all-sessions400.cjs +0 -17
- package/dist/cjs/experimental/api/model/revoke-all-sessions400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/revoke-all-sessions400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/revoke-all-sessions403.cjs +0 -17
- package/dist/cjs/experimental/api/model/revoke-all-sessions403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/revoke-all-sessions403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/revoke-invite200.cjs +0 -17
- package/dist/cjs/experimental/api/model/revoke-invite200.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/revoke-invite200.d.cts +0 -13
- package/dist/cjs/experimental/api/model/revoke-invite400.cjs +0 -17
- package/dist/cjs/experimental/api/model/revoke-invite400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/revoke-invite400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/revoke-invite403.cjs +0 -17
- package/dist/cjs/experimental/api/model/revoke-invite403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/revoke-invite403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/revoke-invite404.cjs +0 -17
- package/dist/cjs/experimental/api/model/revoke-invite404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/revoke-invite404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/revoke-session200.cjs +0 -17
- package/dist/cjs/experimental/api/model/revoke-session200.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/revoke-session200.d.cts +0 -12
- package/dist/cjs/experimental/api/model/revoke-session400.cjs +0 -17
- package/dist/cjs/experimental/api/model/revoke-session400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/revoke-session400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/revoke-session403.cjs +0 -17
- package/dist/cjs/experimental/api/model/revoke-session403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/revoke-session403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/roles-and-config-response.cjs +0 -17
- package/dist/cjs/experimental/api/model/roles-and-config-response.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/roles-and-config-response.d.cts +0 -16
- package/dist/cjs/experimental/api/model/roles-and-config403.cjs +0 -17
- package/dist/cjs/experimental/api/model/roles-and-config403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/roles-and-config403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/roles-and-config404.cjs +0 -17
- package/dist/cjs/experimental/api/model/roles-and-config404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/roles-and-config404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/roles403.cjs +0 -17
- package/dist/cjs/experimental/api/model/roles403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/roles403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/roles404.cjs +0 -17
- package/dist/cjs/experimental/api/model/roles404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/roles404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/saml-session-state.cjs +0 -35
- package/dist/cjs/experimental/api/model/saml-session-state.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/saml-session-state.d.cts +0 -17
- package/dist/cjs/experimental/api/model/send-verification-response-type.cjs +0 -31
- package/dist/cjs/experimental/api/model/send-verification-response-type.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/send-verification-response-type.d.cts +0 -13
- package/dist/cjs/experimental/api/model/send-verification-response.cjs +0 -17
- package/dist/cjs/experimental/api/model/send-verification-response.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/send-verification-response.d.cts +0 -16
- package/dist/cjs/experimental/api/model/send-verification400.cjs +0 -17
- package/dist/cjs/experimental/api/model/send-verification400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/send-verification400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/send-verification403.cjs +0 -17
- package/dist/cjs/experimental/api/model/send-verification403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/send-verification403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/sessions403.cjs +0 -17
- package/dist/cjs/experimental/api/model/sessions403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sessions403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/settings-response-object.cjs +0 -31
- package/dist/cjs/experimental/api/model/settings-response-object.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/settings-response-object.d.cts +0 -13
- package/dist/cjs/experimental/api/model/settings-response.cjs +0 -17
- package/dist/cjs/experimental/api/model/settings-response.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/settings-response.d.cts +0 -25
- package/dist/cjs/experimental/api/model/settings403.cjs +0 -17
- package/dist/cjs/experimental/api/model/settings403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/settings403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of-last-session.cjs +0 -17
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of-last-session.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of-last-session.d.cts +0 -14
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of-provider-tag.cjs +0 -31
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of-provider-tag.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of-provider-tag.d.cts +0 -13
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of-six.cjs +0 -17
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of-six.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of-six.d.cts +0 -14
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of-state.cjs +0 -34
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of-state.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of-state.d.cts +0 -16
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of-type.cjs +0 -38
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of-type.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of-type.d.cts +0 -20
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of.cjs +0 -17
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight-all-of.d.cts +0 -26
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight.cjs +0 -17
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection-any-of-eight.d.cts +0 -20
- package/dist/cjs/experimental/api/model/sso-connection-any-of-last-session.cjs +0 -17
- package/dist/cjs/experimental/api/model/sso-connection-any-of-last-session.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection-any-of-last-session.d.cts +0 -14
- package/dist/cjs/experimental/api/model/sso-connection-any-of-latest-expired-certificate.cjs +0 -17
- package/dist/cjs/experimental/api/model/sso-connection-any-of-latest-expired-certificate.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection-any-of-latest-expired-certificate.d.cts +0 -13
- package/dist/cjs/experimental/api/model/sso-connection-any-of-latest-expiring-certificate.cjs +0 -17
- package/dist/cjs/experimental/api/model/sso-connection-any-of-latest-expiring-certificate.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection-any-of-latest-expiring-certificate.d.cts +0 -13
- package/dist/cjs/experimental/api/model/sso-connection-any-of-provider-tag.cjs +0 -31
- package/dist/cjs/experimental/api/model/sso-connection-any-of-provider-tag.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection-any-of-provider-tag.d.cts +0 -13
- package/dist/cjs/experimental/api/model/sso-connection-any-of-state.cjs +0 -34
- package/dist/cjs/experimental/api/model/sso-connection-any-of-state.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection-any-of-state.d.cts +0 -16
- package/dist/cjs/experimental/api/model/sso-connection-any-of-type.cjs +0 -57
- package/dist/cjs/experimental/api/model/sso-connection-any-of-type.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection-any-of-type.d.cts +0 -39
- package/dist/cjs/experimental/api/model/sso-connection-any-of.cjs +0 -17
- package/dist/cjs/experimental/api/model/sso-connection-any-of.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection-any-of.d.cts +0 -32
- package/dist/cjs/experimental/api/model/sso-connection-session-jso-n.cjs +0 -17
- package/dist/cjs/experimental/api/model/sso-connection-session-jso-n.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection-session-jso-n.d.cts +0 -17
- package/dist/cjs/experimental/api/model/sso-connection-session-json-state.cjs +0 -34
- package/dist/cjs/experimental/api/model/sso-connection-session-json-state.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection-session-json-state.d.cts +0 -10
- package/dist/cjs/experimental/api/model/sso-connection.cjs +0 -17
- package/dist/cjs/experimental/api/model/sso-connection.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/sso-connection.d.cts +0 -29
- package/dist/cjs/experimental/api/model/update-me-body.cjs +0 -17
- package/dist/cjs/experimental/api/model/update-me-body.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/update-me-body.d.cts +0 -14
- package/dist/cjs/experimental/api/model/update-me400.cjs +0 -17
- package/dist/cjs/experimental/api/model/update-me400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/update-me400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/update-me403.cjs +0 -17
- package/dist/cjs/experimental/api/model/update-me403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/update-me403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/update-member-body.cjs +0 -17
- package/dist/cjs/experimental/api/model/update-member-body.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/update-member-body.d.cts +0 -12
- package/dist/cjs/experimental/api/model/update-member200.cjs +0 -17
- package/dist/cjs/experimental/api/model/update-member200.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/update-member200.d.cts +0 -13
- package/dist/cjs/experimental/api/model/update-member400.cjs +0 -17
- package/dist/cjs/experimental/api/model/update-member400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/update-member400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/update-member403.cjs +0 -17
- package/dist/cjs/experimental/api/model/update-member403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/update-member403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/update-member404.cjs +0 -17
- package/dist/cjs/experimental/api/model/update-member404.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/update-member404.d.cts +0 -12
- package/dist/cjs/experimental/api/model/update-password-request.cjs +0 -17
- package/dist/cjs/experimental/api/model/update-password-request.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/update-password-request.d.cts +0 -13
- package/dist/cjs/experimental/api/model/update-password201.cjs +0 -17
- package/dist/cjs/experimental/api/model/update-password201.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/update-password201.d.cts +0 -12
- package/dist/cjs/experimental/api/model/update-password400.cjs +0 -17
- package/dist/cjs/experimental/api/model/update-password400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/update-password400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/update-password403.cjs +0 -17
- package/dist/cjs/experimental/api/model/update-password403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/update-password403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/verify-passkey-request-response.cjs +0 -17
- package/dist/cjs/experimental/api/model/verify-passkey-request-response.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/verify-passkey-request-response.d.cts +0 -12
- package/dist/cjs/experimental/api/model/verify-passkey-request.cjs +0 -17
- package/dist/cjs/experimental/api/model/verify-passkey-request.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/verify-passkey-request.d.cts +0 -16
- package/dist/cjs/experimental/api/model/verify-passkey200.cjs +0 -17
- package/dist/cjs/experimental/api/model/verify-passkey200.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/verify-passkey200.d.cts +0 -12
- package/dist/cjs/experimental/api/model/verify-passkey400.cjs +0 -17
- package/dist/cjs/experimental/api/model/verify-passkey400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/verify-passkey400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/verify-passkey403.cjs +0 -17
- package/dist/cjs/experimental/api/model/verify-passkey403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/verify-passkey403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/verify-request.cjs +0 -17
- package/dist/cjs/experimental/api/model/verify-request.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/verify-request.d.cts +0 -13
- package/dist/cjs/experimental/api/model/verify-response.cjs +0 -17
- package/dist/cjs/experimental/api/model/verify-response.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/verify-response.d.cts +0 -13
- package/dist/cjs/experimental/api/model/verify-totp-factor-request.cjs +0 -17
- package/dist/cjs/experimental/api/model/verify-totp-factor-request.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/verify-totp-factor-request.d.cts +0 -13
- package/dist/cjs/experimental/api/model/verify-totp-factor200.cjs +0 -17
- package/dist/cjs/experimental/api/model/verify-totp-factor200.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/verify-totp-factor200.d.cts +0 -12
- package/dist/cjs/experimental/api/model/verify-totp-factor400.cjs +0 -17
- package/dist/cjs/experimental/api/model/verify-totp-factor400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/verify-totp-factor400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/verify-totp-factor403.cjs +0 -17
- package/dist/cjs/experimental/api/model/verify-totp-factor403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/verify-totp-factor403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/verify400.cjs +0 -17
- package/dist/cjs/experimental/api/model/verify400.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/verify400.d.cts +0 -12
- package/dist/cjs/experimental/api/model/verify403.cjs +0 -17
- package/dist/cjs/experimental/api/model/verify403.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/verify403.d.cts +0 -12
- package/dist/cjs/experimental/api/model/x509-certificate-jso-n.cjs +0 -17
- package/dist/cjs/experimental/api/model/x509-certificate-jso-n.cjs.map +0 -1
- package/dist/cjs/experimental/api/model/x509-certificate-jso-n.d.cts +0 -19
- package/dist/cjs/lib/use-layout-effect.cjs +0 -31
- package/dist/cjs/lib/use-layout-effect.cjs.map +0 -1
- package/dist/cjs/lib/use-layout-effect.d.cts +0 -5
- package/dist/esm/experimental/api/model/active-session-current-location.d.ts +0 -16
- package/dist/esm/experimental/api/model/active-session-current-location.js +0 -1
- package/dist/esm/experimental/api/model/active-session-current-location.js.map +0 -1
- package/dist/esm/experimental/api/model/active-session-state.d.ts +0 -14
- package/dist/esm/experimental/api/model/active-session-state.js +0 -1
- package/dist/esm/experimental/api/model/active-session-state.js.map +0 -1
- package/dist/esm/experimental/api/model/active-session.d.ts +0 -50
- package/dist/esm/experimental/api/model/active-session.js +0 -1
- package/dist/esm/experimental/api/model/active-session.js.map +0 -1
- package/dist/esm/experimental/api/model/active-sessions-response.d.ts +0 -17
- package/dist/esm/experimental/api/model/active-sessions-response.js +0 -1
- package/dist/esm/experimental/api/model/active-sessions-response.js.map +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data-password-settings.d.ts +0 -17
- package/dist/esm/experimental/api/model/authentication-information-response-data-password-settings.js +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data-password-settings.js.map +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-mfa-provider.d.ts +0 -13
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-mfa-provider.js +0 -7
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-mfa-provider.js.map +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-mfa.d.ts +0 -21
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-mfa.js +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-mfa.js.map +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-passkey-pass-keys-item.d.ts +0 -12
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-passkey-pass-keys-item.js +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-passkey-pass-keys-item.js.map +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-passkey-provider.d.ts +0 -13
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-passkey-provider.js +0 -7
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-passkey-provider.js.map +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-passkey.d.ts +0 -24
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-passkey.js +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-passkey.js.map +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-password-provider.d.ts +0 -13
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-password-provider.js +0 -7
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-password-provider.js.map +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-password.d.ts +0 -22
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-password.js +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods-password.js.map +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods.d.ts +0 -26
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods.js +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data-verification-methods.js.map +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data.d.ts +0 -24
- package/dist/esm/experimental/api/model/authentication-information-response-data.js +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response-data.js.map +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response.d.ts +0 -24
- package/dist/esm/experimental/api/model/authentication-information-response.js +0 -1
- package/dist/esm/experimental/api/model/authentication-information-response.js.map +0 -1
- package/dist/esm/experimental/api/model/authentication-information403.d.ts +0 -12
- package/dist/esm/experimental/api/model/authentication-information403.js +0 -1
- package/dist/esm/experimental/api/model/authentication-information403.js.map +0 -1
- package/dist/esm/experimental/api/model/create-organization-api-key-request.d.ts +0 -13
- package/dist/esm/experimental/api/model/create-organization-api-key-request.js +0 -1
- package/dist/esm/experimental/api/model/create-organization-api-key-request.js.map +0 -1
- package/dist/esm/experimental/api/model/create-organization-api-key-response.d.ts +0 -17
- package/dist/esm/experimental/api/model/create-organization-api-key-response.js +0 -1
- package/dist/esm/experimental/api/model/create-organization-api-key-response.js.map +0 -1
- package/dist/esm/experimental/api/model/create-organization-api-key400.d.ts +0 -12
- package/dist/esm/experimental/api/model/create-organization-api-key400.js +0 -1
- package/dist/esm/experimental/api/model/create-organization-api-key400.js.map +0 -1
- package/dist/esm/experimental/api/model/create-organization-api-key403.d.ts +0 -12
- package/dist/esm/experimental/api/model/create-organization-api-key403.js +0 -1
- package/dist/esm/experimental/api/model/create-organization-api-key403.js.map +0 -1
- package/dist/esm/experimental/api/model/create-organization-api-key404.d.ts +0 -12
- package/dist/esm/experimental/api/model/create-organization-api-key404.js +0 -1
- package/dist/esm/experimental/api/model/create-organization-api-key404.js.map +0 -1
- package/dist/esm/experimental/api/model/create-organization-api-key422-errors-item.d.ts +0 -13
- package/dist/esm/experimental/api/model/create-organization-api-key422-errors-item.js +0 -1
- package/dist/esm/experimental/api/model/create-organization-api-key422-errors-item.js.map +0 -1
- package/dist/esm/experimental/api/model/create-organization-api-key422.d.ts +0 -16
- package/dist/esm/experimental/api/model/create-organization-api-key422.js +0 -1
- package/dist/esm/experimental/api/model/create-organization-api-key422.js.map +0 -1
- package/dist/esm/experimental/api/model/create-password-request.d.ts +0 -12
- package/dist/esm/experimental/api/model/create-password-request.js +0 -1
- package/dist/esm/experimental/api/model/create-password-request.js.map +0 -1
- package/dist/esm/experimental/api/model/create-password201.d.ts +0 -12
- package/dist/esm/experimental/api/model/create-password201.js +0 -1
- package/dist/esm/experimental/api/model/create-password201.js.map +0 -1
- package/dist/esm/experimental/api/model/create-password400.d.ts +0 -12
- package/dist/esm/experimental/api/model/create-password400.js +0 -1
- package/dist/esm/experimental/api/model/create-password400.js.map +0 -1
- package/dist/esm/experimental/api/model/create-password403.d.ts +0 -12
- package/dist/esm/experimental/api/model/create-password403.js +0 -1
- package/dist/esm/experimental/api/model/create-password403.js.map +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of-object.d.ts +0 -13
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of-object.js +0 -7
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of-object.js.map +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of-three.d.ts +0 -13
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of-three.js +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of-three.js.map +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of.d.ts +0 -21
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of.js +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-challenge-all-of.js.map +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-challenge.d.ts +0 -15
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-challenge.js +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-challenge.js.map +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-eight.d.ts +0 -13
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-eight.js +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-eight.js.map +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-object.d.ts +0 -13
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-object.js +0 -7
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-object.js.map +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-sms.d.ts +0 -15
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-sms.js +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-sms.js.map +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp-any-of-two.d.ts +0 -16
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp-any-of-two.js +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp-any-of-two.js.map +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp-any-of.d.ts +0 -19
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp-any-of.js +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp-any-of.js.map +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp.d.ts +0 -14
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp.js +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-totp.js.map +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-type.d.ts +0 -16
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-type.js +0 -10
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of-type.js.map +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of.d.ts +0 -27
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of.js +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor-all-of.js.map +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor.d.ts +0 -20
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor.js +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response-authentication-factor.js.map +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response.d.ts +0 -28
- package/dist/esm/experimental/api/model/create-totp-factor-response.js +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor-response.js.map +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor400.d.ts +0 -12
- package/dist/esm/experimental/api/model/create-totp-factor400.js +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor400.js.map +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor403.d.ts +0 -12
- package/dist/esm/experimental/api/model/create-totp-factor403.js +0 -1
- package/dist/esm/experimental/api/model/create-totp-factor403.js.map +0 -1
- package/dist/esm/experimental/api/model/data-installation-object.d.ts +0 -13
- package/dist/esm/experimental/api/model/data-installation-object.js +0 -8
- package/dist/esm/experimental/api/model/data-installation-object.js.map +0 -1
- package/dist/esm/experimental/api/model/data-installation-state.d.ts +0 -13
- package/dist/esm/experimental/api/model/data-installation-state.js +0 -8
- package/dist/esm/experimental/api/model/data-installation-state.js.map +0 -1
- package/dist/esm/experimental/api/model/data-installation.d.ts +0 -25
- package/dist/esm/experimental/api/model/data-installation.js +0 -1
- package/dist/esm/experimental/api/model/data-installation.js.map +0 -1
- package/dist/esm/experimental/api/model/data-integration-credentials-type.d.ts +0 -13
- package/dist/esm/experimental/api/model/data-integration-credentials-type.js +0 -8
- package/dist/esm/experimental/api/model/data-integration-credentials-type.js.map +0 -1
- package/dist/esm/experimental/api/model/data-integration-installation.d.ts +0 -15
- package/dist/esm/experimental/api/model/data-integration-installation.js +0 -1
- package/dist/esm/experimental/api/model/data-integration-installation.js.map +0 -1
- package/dist/esm/experimental/api/model/data-integration-integration-type.d.ts +0 -48
- package/dist/esm/experimental/api/model/data-integration-integration-type.js +0 -43
- package/dist/esm/experimental/api/model/data-integration-integration-type.js.map +0 -1
- package/dist/esm/experimental/api/model/data-integration-object.d.ts +0 -13
- package/dist/esm/experimental/api/model/data-integration-object.js +0 -7
- package/dist/esm/experimental/api/model/data-integration-object.js.map +0 -1
- package/dist/esm/experimental/api/model/data-integration-ownership.d.ts +0 -13
- package/dist/esm/experimental/api/model/data-integration-ownership.js +0 -8
- package/dist/esm/experimental/api/model/data-integration-ownership.js.map +0 -1
- package/dist/esm/experimental/api/model/data-integration.d.ts +0 -35
- package/dist/esm/experimental/api/model/data-integration.js +0 -1
- package/dist/esm/experimental/api/model/data-integration.js.map +0 -1
- package/dist/esm/experimental/api/model/data-integrations-response.d.ts +0 -23
- package/dist/esm/experimental/api/model/data-integrations-response.js +0 -1
- package/dist/esm/experimental/api/model/data-integrations-response.js.map +0 -1
- package/dist/esm/experimental/api/model/delete-data-installation200.d.ts +0 -12
- package/dist/esm/experimental/api/model/delete-data-installation200.js +0 -1
- package/dist/esm/experimental/api/model/delete-data-installation200.js.map +0 -1
- package/dist/esm/experimental/api/model/delete-data-installation403.d.ts +0 -12
- package/dist/esm/experimental/api/model/delete-data-installation403.js +0 -1
- package/dist/esm/experimental/api/model/delete-data-installation403.js.map +0 -1
- package/dist/esm/experimental/api/model/delete-data-installation404.d.ts +0 -12
- package/dist/esm/experimental/api/model/delete-data-installation404.js +0 -1
- package/dist/esm/experimental/api/model/delete-data-installation404.js.map +0 -1
- package/dist/esm/experimental/api/model/delete-organization-api-key200.d.ts +0 -12
- package/dist/esm/experimental/api/model/delete-organization-api-key200.js +0 -1
- package/dist/esm/experimental/api/model/delete-organization-api-key200.js.map +0 -1
- package/dist/esm/experimental/api/model/delete-organization-api-key403.d.ts +0 -12
- package/dist/esm/experimental/api/model/delete-organization-api-key403.js +0 -1
- package/dist/esm/experimental/api/model/delete-organization-api-key403.js.map +0 -1
- package/dist/esm/experimental/api/model/delete-organization-api-key404.d.ts +0 -12
- package/dist/esm/experimental/api/model/delete-organization-api-key404.js +0 -1
- package/dist/esm/experimental/api/model/delete-organization-api-key404.js.map +0 -1
- package/dist/esm/experimental/api/model/delete-organization-domain403.d.ts +0 -12
- package/dist/esm/experimental/api/model/delete-organization-domain403.js +0 -1
- package/dist/esm/experimental/api/model/delete-organization-domain403.js.map +0 -1
- package/dist/esm/experimental/api/model/delete-organization-domain404.d.ts +0 -12
- package/dist/esm/experimental/api/model/delete-organization-domain404.js +0 -1
- package/dist/esm/experimental/api/model/delete-organization-domain404.js.map +0 -1
- package/dist/esm/experimental/api/model/delete-passkey200.d.ts +0 -12
- package/dist/esm/experimental/api/model/delete-passkey200.js +0 -1
- package/dist/esm/experimental/api/model/delete-passkey200.js.map +0 -1
- package/dist/esm/experimental/api/model/delete-passkey400.d.ts +0 -12
- package/dist/esm/experimental/api/model/delete-passkey400.js +0 -1
- package/dist/esm/experimental/api/model/delete-passkey400.js.map +0 -1
- package/dist/esm/experimental/api/model/delete-passkey403.d.ts +0 -12
- package/dist/esm/experimental/api/model/delete-passkey403.js +0 -1
- package/dist/esm/experimental/api/model/delete-passkey403.js.map +0 -1
- package/dist/esm/experimental/api/model/delete-totp-factors200.d.ts +0 -12
- package/dist/esm/experimental/api/model/delete-totp-factors200.js +0 -1
- package/dist/esm/experimental/api/model/delete-totp-factors200.js.map +0 -1
- package/dist/esm/experimental/api/model/delete-totp-factors400.d.ts +0 -12
- package/dist/esm/experimental/api/model/delete-totp-factors400.js +0 -1
- package/dist/esm/experimental/api/model/delete-totp-factors400.js.map +0 -1
- package/dist/esm/experimental/api/model/delete-totp-factors403.d.ts +0 -12
- package/dist/esm/experimental/api/model/delete-totp-factors403.js +0 -1
- package/dist/esm/experimental/api/model/delete-totp-factors403.js.map +0 -1
- package/dist/esm/experimental/api/model/domain-verification-name-server.d.ts +0 -17
- package/dist/esm/experimental/api/model/domain-verification-name-server.js +0 -11
- package/dist/esm/experimental/api/model/domain-verification-name-server.js.map +0 -1
- package/dist/esm/experimental/api/model/generate-admin-portal-link-intent.d.ts +0 -14
- package/dist/esm/experimental/api/model/generate-admin-portal-link-intent.js +0 -8
- package/dist/esm/experimental/api/model/generate-admin-portal-link-intent.js.map +0 -1
- package/dist/esm/experimental/api/model/generate-admin-portal-link-params.d.ts +0 -15
- package/dist/esm/experimental/api/model/generate-admin-portal-link-params.js +0 -1
- package/dist/esm/experimental/api/model/generate-admin-portal-link-params.js.map +0 -1
- package/dist/esm/experimental/api/model/generate-admin-portal-link201.d.ts +0 -12
- package/dist/esm/experimental/api/model/generate-admin-portal-link201.js +0 -1
- package/dist/esm/experimental/api/model/generate-admin-portal-link201.js.map +0 -1
- package/dist/esm/experimental/api/model/generate-admin-portal-link403.d.ts +0 -12
- package/dist/esm/experimental/api/model/generate-admin-portal-link403.js +0 -1
- package/dist/esm/experimental/api/model/generate-admin-portal-link403.js.map +0 -1
- package/dist/esm/experimental/api/model/generate-admin-portal-link404.d.ts +0 -12
- package/dist/esm/experimental/api/model/generate-admin-portal-link404.js +0 -1
- package/dist/esm/experimental/api/model/generate-admin-portal-link404.js.map +0 -1
- package/dist/esm/experimental/api/model/generate-admin-portal-link500.d.ts +0 -12
- package/dist/esm/experimental/api/model/generate-admin-portal-link500.js +0 -1
- package/dist/esm/experimental/api/model/generate-admin-portal-link500.js.map +0 -1
- package/dist/esm/experimental/api/model/get-authorization-status-response.d.ts +0 -12
- package/dist/esm/experimental/api/model/get-authorization-status-response.js +0 -1
- package/dist/esm/experimental/api/model/get-authorization-status-response.js.map +0 -1
- package/dist/esm/experimental/api/model/get-data-installation-authorization-status400.d.ts +0 -12
- package/dist/esm/experimental/api/model/get-data-installation-authorization-status400.js +0 -1
- package/dist/esm/experimental/api/model/get-data-installation-authorization-status400.js.map +0 -1
- package/dist/esm/experimental/api/model/get-data-installation-authorization-status403.d.ts +0 -12
- package/dist/esm/experimental/api/model/get-data-installation-authorization-status403.js +0 -1
- package/dist/esm/experimental/api/model/get-data-installation-authorization-status403.js.map +0 -1
- package/dist/esm/experimental/api/model/get-data-installation-authorization-status404.d.ts +0 -12
- package/dist/esm/experimental/api/model/get-data-installation-authorization-status404.js +0 -1
- package/dist/esm/experimental/api/model/get-data-installation-authorization-status404.js.map +0 -1
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url-params.d.ts +0 -12
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url-params.js +0 -1
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url-params.js.map +0 -1
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url-response-all-of-two.d.ts +0 -12
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url-response-all-of-two.js +0 -1
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url-response-all-of-two.js.map +0 -1
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url-response-all-of.d.ts +0 -13
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url-response-all-of.js +0 -1
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url-response-all-of.js.map +0 -1
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url-response.d.ts +0 -14
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url-response.js +0 -1
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url-response.js.map +0 -1
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url400.d.ts +0 -12
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url400.js +0 -1
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url400.js.map +0 -1
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url403.d.ts +0 -12
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url403.js +0 -1
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url403.js.map +0 -1
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url404.d.ts +0 -12
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url404.js +0 -1
- package/dist/esm/experimental/api/model/get-data-integration-authorize-url404.js.map +0 -1
- package/dist/esm/experimental/api/model/invite-member-body.d.ts +0 -17
- package/dist/esm/experimental/api/model/invite-member-body.js +0 -1
- package/dist/esm/experimental/api/model/invite-member-body.js.map +0 -1
- package/dist/esm/experimental/api/model/invite-member201.d.ts +0 -12
- package/dist/esm/experimental/api/model/invite-member201.js +0 -1
- package/dist/esm/experimental/api/model/invite-member201.js.map +0 -1
- package/dist/esm/experimental/api/model/invite-member400.d.ts +0 -12
- package/dist/esm/experimental/api/model/invite-member400.js +0 -1
- package/dist/esm/experimental/api/model/invite-member400.js.map +0 -1
- package/dist/esm/experimental/api/model/invite-member403.d.ts +0 -12
- package/dist/esm/experimental/api/model/invite-member403.js +0 -1
- package/dist/esm/experimental/api/model/invite-member403.js.map +0 -1
- package/dist/esm/experimental/api/model/invite-member404.d.ts +0 -12
- package/dist/esm/experimental/api/model/invite-member404.js +0 -1
- package/dist/esm/experimental/api/model/invite-member404.js.map +0 -1
- package/dist/esm/experimental/api/model/list-metadata.d.ts +0 -15
- package/dist/esm/experimental/api/model/list-metadata.js +0 -1
- package/dist/esm/experimental/api/model/list-metadata.js.map +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-key-permission.d.ts +0 -16
- package/dist/esm/experimental/api/model/list-organization-api-key-permission.js +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-key-permission.js.map +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-key-permissions-params.d.ts +0 -15
- package/dist/esm/experimental/api/model/list-organization-api-key-permissions-params.js +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-key-permissions-params.js.map +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-key-permissions-response-list-metadata.d.ts +0 -13
- package/dist/esm/experimental/api/model/list-organization-api-key-permissions-response-list-metadata.js +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-key-permissions-response-list-metadata.js.map +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-key-permissions-response.d.ts +0 -17
- package/dist/esm/experimental/api/model/list-organization-api-key-permissions-response.js +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-key-permissions-response.js.map +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-key-permissions400.d.ts +0 -12
- package/dist/esm/experimental/api/model/list-organization-api-key-permissions400.js +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-key-permissions400.js.map +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-key-permissions403.d.ts +0 -12
- package/dist/esm/experimental/api/model/list-organization-api-key-permissions403.js +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-key-permissions403.js.map +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-keys-params.d.ts +0 -15
- package/dist/esm/experimental/api/model/list-organization-api-keys-params.js +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-keys-params.js.map +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-keys-response-data.d.ts +0 -18
- package/dist/esm/experimental/api/model/list-organization-api-keys-response-data.js +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-keys-response-data.js.map +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-keys-response-list-metadata.d.ts +0 -13
- package/dist/esm/experimental/api/model/list-organization-api-keys-response-list-metadata.js +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-keys-response-list-metadata.js.map +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-keys-response.d.ts +0 -17
- package/dist/esm/experimental/api/model/list-organization-api-keys-response.js +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-keys-response.js.map +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-keys400.d.ts +0 -12
- package/dist/esm/experimental/api/model/list-organization-api-keys400.js +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-keys400.js.map +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-keys403.d.ts +0 -12
- package/dist/esm/experimental/api/model/list-organization-api-keys403.js +0 -1
- package/dist/esm/experimental/api/model/list-organization-api-keys403.js.map +0 -1
- package/dist/esm/experimental/api/model/list-organization-domains200.d.ts +0 -17
- package/dist/esm/experimental/api/model/list-organization-domains200.js +0 -1
- package/dist/esm/experimental/api/model/list-organization-domains200.js.map +0 -1
- package/dist/esm/experimental/api/model/list-organization-domains403.d.ts +0 -12
- package/dist/esm/experimental/api/model/list-organization-domains403.js +0 -1
- package/dist/esm/experimental/api/model/list-organization-domains403.js.map +0 -1
- package/dist/esm/experimental/api/model/list-organization-domains404.d.ts +0 -12
- package/dist/esm/experimental/api/model/list-organization-domains404.js +0 -1
- package/dist/esm/experimental/api/model/list-organization-domains404.js.map +0 -1
- package/dist/esm/experimental/api/model/me-oauth-profiles.d.ts +0 -21
- package/dist/esm/experimental/api/model/me-oauth-profiles.js +0 -1
- package/dist/esm/experimental/api/model/me-oauth-profiles.js.map +0 -1
- package/dist/esm/experimental/api/model/me.d.ts +0 -27
- package/dist/esm/experimental/api/model/me.js +0 -1
- package/dist/esm/experimental/api/model/me.js.map +0 -1
- package/dist/esm/experimental/api/model/me403.d.ts +0 -12
- package/dist/esm/experimental/api/model/me403.js +0 -1
- package/dist/esm/experimental/api/model/me403.js.map +0 -1
- package/dist/esm/experimental/api/model/member-actions-item.d.ts +0 -15
- package/dist/esm/experimental/api/model/member-actions-item.js +0 -10
- package/dist/esm/experimental/api/model/member-actions-item.js.map +0 -1
- package/dist/esm/experimental/api/model/member-actions.d.ts +0 -13
- package/dist/esm/experimental/api/model/member-actions.js +0 -1
- package/dist/esm/experimental/api/model/member-actions.js.map +0 -1
- package/dist/esm/experimental/api/model/member-role.d.ts +0 -16
- package/dist/esm/experimental/api/model/member-role.js +0 -1
- package/dist/esm/experimental/api/model/member-role.js.map +0 -1
- package/dist/esm/experimental/api/model/member-roles-item.d.ts +0 -15
- package/dist/esm/experimental/api/model/member-roles-item.js +0 -1
- package/dist/esm/experimental/api/model/member-roles-item.js.map +0 -1
- package/dist/esm/experimental/api/model/member-status.d.ts +0 -17
- package/dist/esm/experimental/api/model/member-status.js +0 -11
- package/dist/esm/experimental/api/model/member-status.js.map +0 -1
- package/dist/esm/experimental/api/model/member.d.ts +0 -35
- package/dist/esm/experimental/api/model/member.js +0 -1
- package/dist/esm/experimental/api/model/member.js.map +0 -1
- package/dist/esm/experimental/api/model/members-params.d.ts +0 -16
- package/dist/esm/experimental/api/model/members-params.js +0 -1
- package/dist/esm/experimental/api/model/members-params.js.map +0 -1
- package/dist/esm/experimental/api/model/members200.d.ts +0 -21
- package/dist/esm/experimental/api/model/members200.js +0 -1
- package/dist/esm/experimental/api/model/members200.js.map +0 -1
- package/dist/esm/experimental/api/model/members403.d.ts +0 -12
- package/dist/esm/experimental/api/model/members403.js +0 -1
- package/dist/esm/experimental/api/model/members403.js.map +0 -1
- package/dist/esm/experimental/api/model/members404.d.ts +0 -12
- package/dist/esm/experimental/api/model/members404.js +0 -1
- package/dist/esm/experimental/api/model/members404.js.map +0 -1
- package/dist/esm/experimental/api/model/my-data-integrations403.d.ts +0 -12
- package/dist/esm/experimental/api/model/my-data-integrations403.js +0 -1
- package/dist/esm/experimental/api/model/my-data-integrations403.js.map +0 -1
- package/dist/esm/experimental/api/model/oauth-profile.d.ts +0 -22
- package/dist/esm/experimental/api/model/oauth-profile.js +0 -1
- package/dist/esm/experimental/api/model/oauth-profile.js.map +0 -1
- package/dist/esm/experimental/api/model/oidc-session-state.d.ts +0 -18
- package/dist/esm/experimental/api/model/oidc-session-state.js +0 -12
- package/dist/esm/experimental/api/model/oidc-session-state.js.map +0 -1
- package/dist/esm/experimental/api/model/organization-domain-state.d.ts +0 -16
- package/dist/esm/experimental/api/model/organization-domain-state.js +0 -10
- package/dist/esm/experimental/api/model/organization-domain-state.js.map +0 -1
- package/dist/esm/experimental/api/model/organization-domain.d.ts +0 -26
- package/dist/esm/experimental/api/model/organization-domain.js +0 -1
- package/dist/esm/experimental/api/model/organization-domain.js.map +0 -1
- package/dist/esm/experimental/api/model/organization-info.d.ts +0 -16
- package/dist/esm/experimental/api/model/organization-info.js +0 -1
- package/dist/esm/experimental/api/model/organization-info.js.map +0 -1
- package/dist/esm/experimental/api/model/organizations-response.d.ts +0 -15
- package/dist/esm/experimental/api/model/organizations-response.js +0 -1
- package/dist/esm/experimental/api/model/organizations-response.js.map +0 -1
- package/dist/esm/experimental/api/model/organizations403.d.ts +0 -12
- package/dist/esm/experimental/api/model/organizations403.js +0 -1
- package/dist/esm/experimental/api/model/organizations403.js.map +0 -1
- package/dist/esm/experimental/api/model/organizations404.d.ts +0 -12
- package/dist/esm/experimental/api/model/organizations404.js +0 -1
- package/dist/esm/experimental/api/model/organizations404.js.map +0 -1
- package/dist/esm/experimental/api/model/register-passkey-response-options.d.ts +0 -12
- package/dist/esm/experimental/api/model/register-passkey-response-options.js +0 -1
- package/dist/esm/experimental/api/model/register-passkey-response-options.js.map +0 -1
- package/dist/esm/experimental/api/model/register-passkey-response.d.ts +0 -16
- package/dist/esm/experimental/api/model/register-passkey-response.js +0 -1
- package/dist/esm/experimental/api/model/register-passkey-response.js.map +0 -1
- package/dist/esm/experimental/api/model/register-passkey400.d.ts +0 -12
- package/dist/esm/experimental/api/model/register-passkey400.js +0 -1
- package/dist/esm/experimental/api/model/register-passkey400.js.map +0 -1
- package/dist/esm/experimental/api/model/register-passkey403.d.ts +0 -12
- package/dist/esm/experimental/api/model/register-passkey403.js +0 -1
- package/dist/esm/experimental/api/model/register-passkey403.js.map +0 -1
- package/dist/esm/experimental/api/model/remove-member200.d.ts +0 -13
- package/dist/esm/experimental/api/model/remove-member200.js +0 -1
- package/dist/esm/experimental/api/model/remove-member200.js.map +0 -1
- package/dist/esm/experimental/api/model/remove-member400.d.ts +0 -12
- package/dist/esm/experimental/api/model/remove-member400.js +0 -1
- package/dist/esm/experimental/api/model/remove-member400.js.map +0 -1
- package/dist/esm/experimental/api/model/remove-member403.d.ts +0 -12
- package/dist/esm/experimental/api/model/remove-member403.js +0 -1
- package/dist/esm/experimental/api/model/remove-member403.js.map +0 -1
- package/dist/esm/experimental/api/model/remove-member404.d.ts +0 -12
- package/dist/esm/experimental/api/model/remove-member404.js +0 -1
- package/dist/esm/experimental/api/model/remove-member404.js.map +0 -1
- package/dist/esm/experimental/api/model/resend-invite201.d.ts +0 -14
- package/dist/esm/experimental/api/model/resend-invite201.js +0 -1
- package/dist/esm/experimental/api/model/resend-invite201.js.map +0 -1
- package/dist/esm/experimental/api/model/resend-invite400.d.ts +0 -12
- package/dist/esm/experimental/api/model/resend-invite400.js +0 -1
- package/dist/esm/experimental/api/model/resend-invite400.js.map +0 -1
- package/dist/esm/experimental/api/model/resend-invite403.d.ts +0 -12
- package/dist/esm/experimental/api/model/resend-invite403.js +0 -1
- package/dist/esm/experimental/api/model/resend-invite403.js.map +0 -1
- package/dist/esm/experimental/api/model/resend-invite404.d.ts +0 -12
- package/dist/esm/experimental/api/model/resend-invite404.js +0 -1
- package/dist/esm/experimental/api/model/resend-invite404.js.map +0 -1
- package/dist/esm/experimental/api/model/reverify-organization-domain403.d.ts +0 -12
- package/dist/esm/experimental/api/model/reverify-organization-domain403.js +0 -1
- package/dist/esm/experimental/api/model/reverify-organization-domain403.js.map +0 -1
- package/dist/esm/experimental/api/model/reverify-organization-domain404.d.ts +0 -12
- package/dist/esm/experimental/api/model/reverify-organization-domain404.js +0 -1
- package/dist/esm/experimental/api/model/reverify-organization-domain404.js.map +0 -1
- package/dist/esm/experimental/api/model/revoke-all-sessions-request.d.ts +0 -12
- package/dist/esm/experimental/api/model/revoke-all-sessions-request.js +0 -1
- package/dist/esm/experimental/api/model/revoke-all-sessions-request.js.map +0 -1
- package/dist/esm/experimental/api/model/revoke-all-sessions200.d.ts +0 -12
- package/dist/esm/experimental/api/model/revoke-all-sessions200.js +0 -1
- package/dist/esm/experimental/api/model/revoke-all-sessions200.js.map +0 -1
- package/dist/esm/experimental/api/model/revoke-all-sessions400.d.ts +0 -12
- package/dist/esm/experimental/api/model/revoke-all-sessions400.js +0 -1
- package/dist/esm/experimental/api/model/revoke-all-sessions400.js.map +0 -1
- package/dist/esm/experimental/api/model/revoke-all-sessions403.d.ts +0 -12
- package/dist/esm/experimental/api/model/revoke-all-sessions403.js +0 -1
- package/dist/esm/experimental/api/model/revoke-all-sessions403.js.map +0 -1
- package/dist/esm/experimental/api/model/revoke-invite200.d.ts +0 -13
- package/dist/esm/experimental/api/model/revoke-invite200.js +0 -1
- package/dist/esm/experimental/api/model/revoke-invite200.js.map +0 -1
- package/dist/esm/experimental/api/model/revoke-invite400.d.ts +0 -12
- package/dist/esm/experimental/api/model/revoke-invite400.js +0 -1
- package/dist/esm/experimental/api/model/revoke-invite400.js.map +0 -1
- package/dist/esm/experimental/api/model/revoke-invite403.d.ts +0 -12
- package/dist/esm/experimental/api/model/revoke-invite403.js +0 -1
- package/dist/esm/experimental/api/model/revoke-invite403.js.map +0 -1
- package/dist/esm/experimental/api/model/revoke-invite404.d.ts +0 -12
- package/dist/esm/experimental/api/model/revoke-invite404.js +0 -1
- package/dist/esm/experimental/api/model/revoke-invite404.js.map +0 -1
- package/dist/esm/experimental/api/model/revoke-session200.d.ts +0 -12
- package/dist/esm/experimental/api/model/revoke-session200.js +0 -1
- package/dist/esm/experimental/api/model/revoke-session200.js.map +0 -1
- package/dist/esm/experimental/api/model/revoke-session400.d.ts +0 -12
- package/dist/esm/experimental/api/model/revoke-session400.js +0 -1
- package/dist/esm/experimental/api/model/revoke-session400.js.map +0 -1
- package/dist/esm/experimental/api/model/revoke-session403.d.ts +0 -12
- package/dist/esm/experimental/api/model/revoke-session403.js +0 -1
- package/dist/esm/experimental/api/model/revoke-session403.js.map +0 -1
- package/dist/esm/experimental/api/model/roles-and-config-response.d.ts +0 -16
- package/dist/esm/experimental/api/model/roles-and-config-response.js +0 -1
- package/dist/esm/experimental/api/model/roles-and-config-response.js.map +0 -1
- package/dist/esm/experimental/api/model/roles-and-config403.d.ts +0 -12
- package/dist/esm/experimental/api/model/roles-and-config403.js +0 -1
- package/dist/esm/experimental/api/model/roles-and-config403.js.map +0 -1
- package/dist/esm/experimental/api/model/roles-and-config404.d.ts +0 -12
- package/dist/esm/experimental/api/model/roles-and-config404.js +0 -1
- package/dist/esm/experimental/api/model/roles-and-config404.js.map +0 -1
- package/dist/esm/experimental/api/model/roles403.d.ts +0 -12
- package/dist/esm/experimental/api/model/roles403.js +0 -1
- package/dist/esm/experimental/api/model/roles403.js.map +0 -1
- package/dist/esm/experimental/api/model/roles404.d.ts +0 -12
- package/dist/esm/experimental/api/model/roles404.js +0 -1
- package/dist/esm/experimental/api/model/roles404.js.map +0 -1
- package/dist/esm/experimental/api/model/saml-session-state.d.ts +0 -17
- package/dist/esm/experimental/api/model/saml-session-state.js +0 -11
- package/dist/esm/experimental/api/model/saml-session-state.js.map +0 -1
- package/dist/esm/experimental/api/model/send-verification-response-type.d.ts +0 -13
- package/dist/esm/experimental/api/model/send-verification-response-type.js +0 -7
- package/dist/esm/experimental/api/model/send-verification-response-type.js.map +0 -1
- package/dist/esm/experimental/api/model/send-verification-response.d.ts +0 -16
- package/dist/esm/experimental/api/model/send-verification-response.js +0 -1
- package/dist/esm/experimental/api/model/send-verification-response.js.map +0 -1
- package/dist/esm/experimental/api/model/send-verification400.d.ts +0 -12
- package/dist/esm/experimental/api/model/send-verification400.js +0 -1
- package/dist/esm/experimental/api/model/send-verification400.js.map +0 -1
- package/dist/esm/experimental/api/model/send-verification403.d.ts +0 -12
- package/dist/esm/experimental/api/model/send-verification403.js +0 -1
- package/dist/esm/experimental/api/model/send-verification403.js.map +0 -1
- package/dist/esm/experimental/api/model/sessions403.d.ts +0 -12
- package/dist/esm/experimental/api/model/sessions403.js +0 -1
- package/dist/esm/experimental/api/model/sessions403.js.map +0 -1
- package/dist/esm/experimental/api/model/settings-response-object.d.ts +0 -13
- package/dist/esm/experimental/api/model/settings-response-object.js +0 -7
- package/dist/esm/experimental/api/model/settings-response-object.js.map +0 -1
- package/dist/esm/experimental/api/model/settings-response.d.ts +0 -25
- package/dist/esm/experimental/api/model/settings-response.js +0 -1
- package/dist/esm/experimental/api/model/settings-response.js.map +0 -1
- package/dist/esm/experimental/api/model/settings403.d.ts +0 -12
- package/dist/esm/experimental/api/model/settings403.js +0 -1
- package/dist/esm/experimental/api/model/settings403.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of-last-session.d.ts +0 -14
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of-last-session.js +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of-last-session.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of-provider-tag.d.ts +0 -13
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of-provider-tag.js +0 -7
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of-provider-tag.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of-six.d.ts +0 -14
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of-six.js +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of-six.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of-state.d.ts +0 -16
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of-state.js +0 -10
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of-state.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of-type.d.ts +0 -20
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of-type.js +0 -14
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of-type.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of.d.ts +0 -26
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of.js +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight-all-of.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight.d.ts +0 -20
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight.js +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-eight.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-last-session.d.ts +0 -14
- package/dist/esm/experimental/api/model/sso-connection-any-of-last-session.js +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-last-session.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-latest-expired-certificate.d.ts +0 -13
- package/dist/esm/experimental/api/model/sso-connection-any-of-latest-expired-certificate.js +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-latest-expired-certificate.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-latest-expiring-certificate.d.ts +0 -13
- package/dist/esm/experimental/api/model/sso-connection-any-of-latest-expiring-certificate.js +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-latest-expiring-certificate.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-provider-tag.d.ts +0 -13
- package/dist/esm/experimental/api/model/sso-connection-any-of-provider-tag.js +0 -7
- package/dist/esm/experimental/api/model/sso-connection-any-of-provider-tag.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-state.d.ts +0 -16
- package/dist/esm/experimental/api/model/sso-connection-any-of-state.js +0 -10
- package/dist/esm/experimental/api/model/sso-connection-any-of-state.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of-type.d.ts +0 -39
- package/dist/esm/experimental/api/model/sso-connection-any-of-type.js +0 -33
- package/dist/esm/experimental/api/model/sso-connection-any-of-type.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of.d.ts +0 -32
- package/dist/esm/experimental/api/model/sso-connection-any-of.js +0 -1
- package/dist/esm/experimental/api/model/sso-connection-any-of.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection-session-jso-n.d.ts +0 -17
- package/dist/esm/experimental/api/model/sso-connection-session-jso-n.js +0 -1
- package/dist/esm/experimental/api/model/sso-connection-session-jso-n.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection-session-json-state.d.ts +0 -10
- package/dist/esm/experimental/api/model/sso-connection-session-json-state.js +0 -10
- package/dist/esm/experimental/api/model/sso-connection-session-json-state.js.map +0 -1
- package/dist/esm/experimental/api/model/sso-connection.d.ts +0 -29
- package/dist/esm/experimental/api/model/sso-connection.js +0 -1
- package/dist/esm/experimental/api/model/sso-connection.js.map +0 -1
- package/dist/esm/experimental/api/model/update-me-body.d.ts +0 -14
- package/dist/esm/experimental/api/model/update-me-body.js +0 -1
- package/dist/esm/experimental/api/model/update-me-body.js.map +0 -1
- package/dist/esm/experimental/api/model/update-me400.d.ts +0 -12
- package/dist/esm/experimental/api/model/update-me400.js +0 -1
- package/dist/esm/experimental/api/model/update-me400.js.map +0 -1
- package/dist/esm/experimental/api/model/update-me403.d.ts +0 -12
- package/dist/esm/experimental/api/model/update-me403.js +0 -1
- package/dist/esm/experimental/api/model/update-me403.js.map +0 -1
- package/dist/esm/experimental/api/model/update-member-body.d.ts +0 -12
- package/dist/esm/experimental/api/model/update-member-body.js +0 -1
- package/dist/esm/experimental/api/model/update-member-body.js.map +0 -1
- package/dist/esm/experimental/api/model/update-member200.d.ts +0 -13
- package/dist/esm/experimental/api/model/update-member200.js +0 -1
- package/dist/esm/experimental/api/model/update-member200.js.map +0 -1
- package/dist/esm/experimental/api/model/update-member400.d.ts +0 -12
- package/dist/esm/experimental/api/model/update-member400.js +0 -1
- package/dist/esm/experimental/api/model/update-member400.js.map +0 -1
- package/dist/esm/experimental/api/model/update-member403.d.ts +0 -12
- package/dist/esm/experimental/api/model/update-member403.js +0 -1
- package/dist/esm/experimental/api/model/update-member403.js.map +0 -1
- package/dist/esm/experimental/api/model/update-member404.d.ts +0 -12
- package/dist/esm/experimental/api/model/update-member404.js +0 -1
- package/dist/esm/experimental/api/model/update-member404.js.map +0 -1
- package/dist/esm/experimental/api/model/update-password-request.d.ts +0 -13
- package/dist/esm/experimental/api/model/update-password-request.js +0 -1
- package/dist/esm/experimental/api/model/update-password-request.js.map +0 -1
- package/dist/esm/experimental/api/model/update-password201.d.ts +0 -12
- package/dist/esm/experimental/api/model/update-password201.js +0 -1
- package/dist/esm/experimental/api/model/update-password201.js.map +0 -1
- package/dist/esm/experimental/api/model/update-password400.d.ts +0 -12
- package/dist/esm/experimental/api/model/update-password400.js +0 -1
- package/dist/esm/experimental/api/model/update-password400.js.map +0 -1
- package/dist/esm/experimental/api/model/update-password403.d.ts +0 -12
- package/dist/esm/experimental/api/model/update-password403.js +0 -1
- package/dist/esm/experimental/api/model/update-password403.js.map +0 -1
- package/dist/esm/experimental/api/model/verify-passkey-request-response.d.ts +0 -12
- package/dist/esm/experimental/api/model/verify-passkey-request-response.js +0 -1
- package/dist/esm/experimental/api/model/verify-passkey-request-response.js.map +0 -1
- package/dist/esm/experimental/api/model/verify-passkey-request.d.ts +0 -16
- package/dist/esm/experimental/api/model/verify-passkey-request.js +0 -1
- package/dist/esm/experimental/api/model/verify-passkey-request.js.map +0 -1
- package/dist/esm/experimental/api/model/verify-passkey200.d.ts +0 -12
- package/dist/esm/experimental/api/model/verify-passkey200.js +0 -1
- package/dist/esm/experimental/api/model/verify-passkey200.js.map +0 -1
- package/dist/esm/experimental/api/model/verify-passkey400.d.ts +0 -12
- package/dist/esm/experimental/api/model/verify-passkey400.js +0 -1
- package/dist/esm/experimental/api/model/verify-passkey400.js.map +0 -1
- package/dist/esm/experimental/api/model/verify-passkey403.d.ts +0 -12
- package/dist/esm/experimental/api/model/verify-passkey403.js +0 -1
- package/dist/esm/experimental/api/model/verify-passkey403.js.map +0 -1
- package/dist/esm/experimental/api/model/verify-request.d.ts +0 -13
- package/dist/esm/experimental/api/model/verify-request.js +0 -1
- package/dist/esm/experimental/api/model/verify-request.js.map +0 -1
- package/dist/esm/experimental/api/model/verify-response.d.ts +0 -13
- package/dist/esm/experimental/api/model/verify-response.js +0 -1
- package/dist/esm/experimental/api/model/verify-response.js.map +0 -1
- package/dist/esm/experimental/api/model/verify-totp-factor-request.d.ts +0 -13
- package/dist/esm/experimental/api/model/verify-totp-factor-request.js +0 -1
- package/dist/esm/experimental/api/model/verify-totp-factor-request.js.map +0 -1
- package/dist/esm/experimental/api/model/verify-totp-factor200.d.ts +0 -12
- package/dist/esm/experimental/api/model/verify-totp-factor200.js +0 -1
- package/dist/esm/experimental/api/model/verify-totp-factor200.js.map +0 -1
- package/dist/esm/experimental/api/model/verify-totp-factor400.d.ts +0 -12
- package/dist/esm/experimental/api/model/verify-totp-factor400.js +0 -1
- package/dist/esm/experimental/api/model/verify-totp-factor400.js.map +0 -1
- package/dist/esm/experimental/api/model/verify-totp-factor403.d.ts +0 -12
- package/dist/esm/experimental/api/model/verify-totp-factor403.js +0 -1
- package/dist/esm/experimental/api/model/verify-totp-factor403.js.map +0 -1
- package/dist/esm/experimental/api/model/verify400.d.ts +0 -12
- package/dist/esm/experimental/api/model/verify400.js +0 -1
- package/dist/esm/experimental/api/model/verify400.js.map +0 -1
- package/dist/esm/experimental/api/model/verify403.d.ts +0 -12
- package/dist/esm/experimental/api/model/verify403.js +0 -1
- package/dist/esm/experimental/api/model/verify403.js.map +0 -1
- package/dist/esm/experimental/api/model/x509-certificate-jso-n.d.ts +0 -19
- package/dist/esm/experimental/api/model/x509-certificate-jso-n.js +0 -1
- package/dist/esm/experimental/api/model/x509-certificate-jso-n.js.map +0 -1
- package/dist/esm/lib/use-layout-effect.d.ts +0 -5
- package/dist/esm/lib/use-layout-effect.js +0 -7
- package/dist/esm/lib/use-layout-effect.js.map +0 -1
|
@@ -1,353 +1,1454 @@
|
|
|
1
|
-
import { UseQueryOptions, DataTag, QueryKey, DefinedInitialDataOptions,
|
|
2
|
-
import { ActiveSessionsResponse } from './model/active-sessions-response.js';
|
|
3
|
-
import { AuthenticationInformationResponse } from './model/authentication-information-response.js';
|
|
4
|
-
import { AuthenticationInformation403 } from './model/authentication-information403.js';
|
|
5
|
-
import { CreateOrganizationApiKeyRequest } from './model/create-organization-api-key-request.js';
|
|
6
|
-
import { CreateOrganizationApiKeyResponse } from './model/create-organization-api-key-response.js';
|
|
7
|
-
import { CreateOrganizationApiKey400 } from './model/create-organization-api-key400.js';
|
|
8
|
-
import { CreateOrganizationApiKey403 } from './model/create-organization-api-key403.js';
|
|
9
|
-
import { CreateOrganizationApiKey404 } from './model/create-organization-api-key404.js';
|
|
10
|
-
import { CreateOrganizationApiKey422 } from './model/create-organization-api-key422.js';
|
|
11
|
-
import { CreatePasswordRequest } from './model/create-password-request.js';
|
|
12
|
-
import { CreatePassword201 } from './model/create-password201.js';
|
|
13
|
-
import { CreatePassword400 } from './model/create-password400.js';
|
|
14
|
-
import { CreatePassword403 } from './model/create-password403.js';
|
|
15
|
-
import { CreateTotpFactorResponse } from './model/create-totp-factor-response.js';
|
|
16
|
-
import { CreateTotpFactor400 } from './model/create-totp-factor400.js';
|
|
17
|
-
import { CreateTotpFactor403 } from './model/create-totp-factor403.js';
|
|
18
|
-
import { DataIntegrationsResponse } from './model/data-integrations-response.js';
|
|
19
|
-
import { DeleteDataInstallation200 } from './model/delete-data-installation200.js';
|
|
20
|
-
import { DeleteDataInstallation403 } from './model/delete-data-installation403.js';
|
|
21
|
-
import { DeleteDataInstallation404 } from './model/delete-data-installation404.js';
|
|
22
|
-
import { DeleteOrganizationApiKey200 } from './model/delete-organization-api-key200.js';
|
|
23
|
-
import { DeleteOrganizationApiKey403 } from './model/delete-organization-api-key403.js';
|
|
24
|
-
import { DeleteOrganizationApiKey404 } from './model/delete-organization-api-key404.js';
|
|
25
|
-
import { DeleteOrganizationDomain403 } from './model/delete-organization-domain403.js';
|
|
26
|
-
import { DeleteOrganizationDomain404 } from './model/delete-organization-domain404.js';
|
|
27
|
-
import { DeletePasskey200 } from './model/delete-passkey200.js';
|
|
28
|
-
import { DeletePasskey400 } from './model/delete-passkey400.js';
|
|
29
|
-
import { DeletePasskey403 } from './model/delete-passkey403.js';
|
|
30
|
-
import { DeleteTotpFactors200 } from './model/delete-totp-factors200.js';
|
|
31
|
-
import { DeleteTotpFactors400 } from './model/delete-totp-factors400.js';
|
|
32
|
-
import { DeleteTotpFactors403 } from './model/delete-totp-factors403.js';
|
|
33
|
-
import { GenerateAdminPortalLinkParams } from './model/generate-admin-portal-link-params.js';
|
|
34
|
-
import { GenerateAdminPortalLink201 } from './model/generate-admin-portal-link201.js';
|
|
35
|
-
import { GenerateAdminPortalLink403 } from './model/generate-admin-portal-link403.js';
|
|
36
|
-
import { GenerateAdminPortalLink404 } from './model/generate-admin-portal-link404.js';
|
|
37
|
-
import { GenerateAdminPortalLink500 } from './model/generate-admin-portal-link500.js';
|
|
38
|
-
import { GetAuthorizationStatusResponse } from './model/get-authorization-status-response.js';
|
|
39
|
-
import { GetDataInstallationAuthorizationStatus400 } from './model/get-data-installation-authorization-status400.js';
|
|
40
|
-
import { GetDataInstallationAuthorizationStatus403 } from './model/get-data-installation-authorization-status403.js';
|
|
41
|
-
import { GetDataInstallationAuthorizationStatus404 } from './model/get-data-installation-authorization-status404.js';
|
|
42
|
-
import { GetDataIntegrationAuthorizeUrlParams } from './model/get-data-integration-authorize-url-params.js';
|
|
43
|
-
import { GetDataIntegrationAuthorizeUrlResponse } from './model/get-data-integration-authorize-url-response.js';
|
|
44
|
-
import { GetDataIntegrationAuthorizeUrl400 } from './model/get-data-integration-authorize-url400.js';
|
|
45
|
-
import { GetDataIntegrationAuthorizeUrl403 } from './model/get-data-integration-authorize-url403.js';
|
|
46
|
-
import { GetDataIntegrationAuthorizeUrl404 } from './model/get-data-integration-authorize-url404.js';
|
|
47
|
-
import { InviteMemberBody } from './model/invite-member-body.js';
|
|
48
|
-
import { InviteMember201 } from './model/invite-member201.js';
|
|
49
|
-
import { InviteMember400 } from './model/invite-member400.js';
|
|
50
|
-
import { InviteMember403 } from './model/invite-member403.js';
|
|
51
|
-
import { InviteMember404 } from './model/invite-member404.js';
|
|
52
|
-
import { ListOrganizationApiKeyPermissionsParams } from './model/list-organization-api-key-permissions-params.js';
|
|
53
|
-
import { ListOrganizationApiKeyPermissionsResponse } from './model/list-organization-api-key-permissions-response.js';
|
|
54
|
-
import { ListOrganizationApiKeyPermissions400 } from './model/list-organization-api-key-permissions400.js';
|
|
55
|
-
import { ListOrganizationApiKeyPermissions403 } from './model/list-organization-api-key-permissions403.js';
|
|
56
|
-
import { ListOrganizationApiKeysParams } from './model/list-organization-api-keys-params.js';
|
|
57
|
-
import { ListOrganizationApiKeysResponse } from './model/list-organization-api-keys-response.js';
|
|
58
|
-
import { ListOrganizationApiKeys400 } from './model/list-organization-api-keys400.js';
|
|
59
|
-
import { ListOrganizationApiKeys403 } from './model/list-organization-api-keys403.js';
|
|
60
|
-
import { ListOrganizationDomains200 } from './model/list-organization-domains200.js';
|
|
61
|
-
import { ListOrganizationDomains403 } from './model/list-organization-domains403.js';
|
|
62
|
-
import { ListOrganizationDomains404 } from './model/list-organization-domains404.js';
|
|
63
|
-
import { Me } from './model/me.js';
|
|
64
|
-
import { Me403 } from './model/me403.js';
|
|
65
|
-
import { MemberRole } from './model/member-role.js';
|
|
66
|
-
import { MembersParams } from './model/members-params.js';
|
|
67
|
-
import { Members200 } from './model/members200.js';
|
|
68
|
-
import { Members403 } from './model/members403.js';
|
|
69
|
-
import { Members404 } from './model/members404.js';
|
|
70
|
-
import { MyDataIntegrations403 } from './model/my-data-integrations403.js';
|
|
71
|
-
import { OrganizationDomain } from './model/organization-domain.js';
|
|
72
|
-
import { OrganizationsResponse } from './model/organizations-response.js';
|
|
73
|
-
import { Organizations403 } from './model/organizations403.js';
|
|
74
|
-
import { Organizations404 } from './model/organizations404.js';
|
|
75
|
-
import { RegisterPasskeyResponse } from './model/register-passkey-response.js';
|
|
76
|
-
import { RegisterPasskey400 } from './model/register-passkey400.js';
|
|
77
|
-
import { RegisterPasskey403 } from './model/register-passkey403.js';
|
|
78
|
-
import { RemoveMember200 } from './model/remove-member200.js';
|
|
79
|
-
import { RemoveMember400 } from './model/remove-member400.js';
|
|
80
|
-
import { RemoveMember403 } from './model/remove-member403.js';
|
|
81
|
-
import { RemoveMember404 } from './model/remove-member404.js';
|
|
82
|
-
import { ResendInvite201 } from './model/resend-invite201.js';
|
|
83
|
-
import { ResendInvite400 } from './model/resend-invite400.js';
|
|
84
|
-
import { ResendInvite403 } from './model/resend-invite403.js';
|
|
85
|
-
import { ResendInvite404 } from './model/resend-invite404.js';
|
|
86
|
-
import { ReverifyOrganizationDomain403 } from './model/reverify-organization-domain403.js';
|
|
87
|
-
import { ReverifyOrganizationDomain404 } from './model/reverify-organization-domain404.js';
|
|
88
|
-
import { RevokeAllSessionsRequest } from './model/revoke-all-sessions-request.js';
|
|
89
|
-
import { RevokeAllSessions200 } from './model/revoke-all-sessions200.js';
|
|
90
|
-
import { RevokeAllSessions400 } from './model/revoke-all-sessions400.js';
|
|
91
|
-
import { RevokeAllSessions403 } from './model/revoke-all-sessions403.js';
|
|
92
|
-
import { RevokeInvite200 } from './model/revoke-invite200.js';
|
|
93
|
-
import { RevokeInvite400 } from './model/revoke-invite400.js';
|
|
94
|
-
import { RevokeInvite403 } from './model/revoke-invite403.js';
|
|
95
|
-
import { RevokeInvite404 } from './model/revoke-invite404.js';
|
|
96
|
-
import { RevokeSession200 } from './model/revoke-session200.js';
|
|
97
|
-
import { RevokeSession400 } from './model/revoke-session400.js';
|
|
98
|
-
import { RevokeSession403 } from './model/revoke-session403.js';
|
|
99
|
-
import { RolesAndConfigResponse } from './model/roles-and-config-response.js';
|
|
100
|
-
import { RolesAndConfig403 } from './model/roles-and-config403.js';
|
|
101
|
-
import { RolesAndConfig404 } from './model/roles-and-config404.js';
|
|
102
|
-
import { Roles403 } from './model/roles403.js';
|
|
103
|
-
import { Roles404 } from './model/roles404.js';
|
|
104
|
-
import { SendVerificationResponse } from './model/send-verification-response.js';
|
|
105
|
-
import { SendVerification400 } from './model/send-verification400.js';
|
|
106
|
-
import { SendVerification403 } from './model/send-verification403.js';
|
|
107
|
-
import { Sessions403 } from './model/sessions403.js';
|
|
108
|
-
import { SettingsResponse } from './model/settings-response.js';
|
|
109
|
-
import { Settings403 } from './model/settings403.js';
|
|
110
|
-
import { SsoConnection } from './model/sso-connection.js';
|
|
111
|
-
import { UpdateMeBody } from './model/update-me-body.js';
|
|
112
|
-
import { UpdateMe400 } from './model/update-me400.js';
|
|
113
|
-
import { UpdateMe403 } from './model/update-me403.js';
|
|
114
|
-
import { UpdateMemberBody } from './model/update-member-body.js';
|
|
115
|
-
import { UpdateMember200 } from './model/update-member200.js';
|
|
116
|
-
import { UpdateMember400 } from './model/update-member400.js';
|
|
117
|
-
import { UpdateMember403 } from './model/update-member403.js';
|
|
118
|
-
import { UpdateMember404 } from './model/update-member404.js';
|
|
119
|
-
import { UpdatePasswordRequest } from './model/update-password-request.js';
|
|
120
|
-
import { UpdatePassword201 } from './model/update-password201.js';
|
|
121
|
-
import { UpdatePassword400 } from './model/update-password400.js';
|
|
122
|
-
import { UpdatePassword403 } from './model/update-password403.js';
|
|
123
|
-
import { VerifyPasskeyRequest } from './model/verify-passkey-request.js';
|
|
124
|
-
import { VerifyPasskey200 } from './model/verify-passkey200.js';
|
|
125
|
-
import { VerifyPasskey400 } from './model/verify-passkey400.js';
|
|
126
|
-
import { VerifyPasskey403 } from './model/verify-passkey403.js';
|
|
127
|
-
import { VerifyRequest } from './model/verify-request.js';
|
|
128
|
-
import { VerifyResponse } from './model/verify-response.js';
|
|
129
|
-
import { VerifyTotpFactorRequest } from './model/verify-totp-factor-request.js';
|
|
130
|
-
import { VerifyTotpFactor200 } from './model/verify-totp-factor200.js';
|
|
131
|
-
import { VerifyTotpFactor400 } from './model/verify-totp-factor400.js';
|
|
132
|
-
import { VerifyTotpFactor403 } from './model/verify-totp-factor403.js';
|
|
133
|
-
import { Verify400 } from './model/verify400.js';
|
|
134
|
-
import { Verify403 } from './model/verify403.js';
|
|
135
|
-
import './model/active-session.js';
|
|
136
|
-
import './model/active-session-state.js';
|
|
137
|
-
import './model/active-session-current-location.js';
|
|
138
|
-
import './model/authentication-information-response-data.js';
|
|
139
|
-
import './model/authentication-information-response-data-verification-methods.js';
|
|
140
|
-
import './model/authentication-information-response-data-verification-methods-mfa.js';
|
|
141
|
-
import './model/authentication-information-response-data-verification-methods-mfa-provider.js';
|
|
142
|
-
import './model/authentication-information-response-data-verification-methods-password.js';
|
|
143
|
-
import './model/authentication-information-response-data-verification-methods-password-provider.js';
|
|
144
|
-
import './model/authentication-information-response-data-verification-methods-passkey.js';
|
|
145
|
-
import './model/authentication-information-response-data-verification-methods-passkey-provider.js';
|
|
146
|
-
import './model/authentication-information-response-data-verification-methods-passkey-pass-keys-item.js';
|
|
147
|
-
import './model/authentication-information-response-data-password-settings.js';
|
|
148
|
-
import './model/create-organization-api-key422-errors-item.js';
|
|
149
|
-
import './model/create-totp-factor-response-authentication-factor.js';
|
|
150
|
-
import './model/create-totp-factor-response-authentication-factor-all-of.js';
|
|
151
|
-
import './model/create-totp-factor-response-authentication-factor-all-of-object.js';
|
|
152
|
-
import './model/create-totp-factor-response-authentication-factor-all-of-type.js';
|
|
153
|
-
import './model/create-totp-factor-response-authentication-factor-all-of-sms.js';
|
|
154
|
-
import './model/create-totp-factor-response-authentication-factor-all-of-totp.js';
|
|
155
|
-
import './model/create-totp-factor-response-authentication-factor-all-of-totp-any-of.js';
|
|
156
|
-
import './model/create-totp-factor-response-authentication-factor-all-of-totp-any-of-two.js';
|
|
157
|
-
import './model/create-totp-factor-response-authentication-factor-all-of-eight.js';
|
|
158
|
-
import './model/create-totp-factor-response-authentication-challenge.js';
|
|
159
|
-
import './model/create-totp-factor-response-authentication-challenge-all-of.js';
|
|
160
|
-
import './model/create-totp-factor-response-authentication-challenge-all-of-object.js';
|
|
161
|
-
import './model/create-totp-factor-response-authentication-challenge-all-of-three.js';
|
|
162
|
-
import './model/data-integration.js';
|
|
163
|
-
import './model/data-integration-object.js';
|
|
164
|
-
import './model/data-integration-integration-type.js';
|
|
165
|
-
import './model/data-integration-ownership.js';
|
|
166
|
-
import './model/data-integration-credentials-type.js';
|
|
167
|
-
import './model/data-integration-installation.js';
|
|
168
|
-
import './model/data-installation.js';
|
|
169
|
-
import './model/data-installation-object.js';
|
|
170
|
-
import './model/data-installation-state.js';
|
|
171
|
-
import './model/generate-admin-portal-link-intent.js';
|
|
172
|
-
import './model/get-data-integration-authorize-url-response-all-of.js';
|
|
173
|
-
import './model/get-data-integration-authorize-url-response-all-of-two.js';
|
|
174
|
-
import './model/list-organization-api-key-permission.js';
|
|
175
|
-
import './model/list-organization-api-key-permissions-response-list-metadata.js';
|
|
176
|
-
import './model/list-organization-api-keys-response-data.js';
|
|
177
|
-
import './model/list-organization-api-keys-response-list-metadata.js';
|
|
178
|
-
import './model/organization-domain-state.js';
|
|
179
|
-
import './model/domain-verification-name-server.js';
|
|
180
|
-
import './model/me-oauth-profiles.js';
|
|
181
|
-
import './model/oauth-profile.js';
|
|
182
|
-
import './model/member.js';
|
|
183
|
-
import './model/member-status.js';
|
|
184
|
-
import './model/member-actions.js';
|
|
185
|
-
import './model/member-actions-item.js';
|
|
186
|
-
import './model/member-roles-item.js';
|
|
187
|
-
import './model/list-metadata.js';
|
|
188
|
-
import './model/organization-info.js';
|
|
189
|
-
import './model/register-passkey-response-options.js';
|
|
190
|
-
import './model/send-verification-response-type.js';
|
|
191
|
-
import './model/settings-response-object.js';
|
|
192
|
-
import './model/sso-connection-any-of.js';
|
|
193
|
-
import './model/sso-connection-any-of-type.js';
|
|
194
|
-
import './model/sso-connection-any-of-state.js';
|
|
195
|
-
import './model/x509-certificate-jso-n.js';
|
|
196
|
-
import './model/sso-connection-any-of-latest-expiring-certificate.js';
|
|
197
|
-
import './model/sso-connection-any-of-latest-expired-certificate.js';
|
|
198
|
-
import './model/sso-connection-any-of-provider-tag.js';
|
|
199
|
-
import './model/sso-connection-any-of-last-session.js';
|
|
200
|
-
import './model/sso-connection-session-jso-n.js';
|
|
201
|
-
import './model/sso-connection-session-json-state.js';
|
|
202
|
-
import './model/sso-connection-any-of-eight.js';
|
|
203
|
-
import './model/sso-connection-any-of-eight-all-of.js';
|
|
204
|
-
import './model/sso-connection-any-of-eight-all-of-state.js';
|
|
205
|
-
import './model/sso-connection-any-of-eight-all-of-type.js';
|
|
206
|
-
import './model/sso-connection-any-of-eight-all-of-provider-tag.js';
|
|
207
|
-
import './model/sso-connection-any-of-eight-all-of-last-session.js';
|
|
208
|
-
import './model/sso-connection-any-of-eight-all-of-six.js';
|
|
209
|
-
import './model/verify-passkey-request-response.js';
|
|
1
|
+
import { UseMutationOptions, QueryClient, UseMutationResult, UseQueryOptions, DataTag, QueryKey, DefinedInitialDataOptions, DefinedUseQueryResult, UndefinedInitialDataOptions, UseQueryResult } from '@tanstack/react-query';
|
|
210
2
|
|
|
211
|
-
type
|
|
212
|
-
|
|
213
|
-
|
|
3
|
+
type MemberStatus = (typeof MemberStatus)[keyof typeof MemberStatus];
|
|
4
|
+
declare const MemberStatus: {
|
|
5
|
+
readonly Active: "Active";
|
|
6
|
+
readonly Invited: "Invited";
|
|
7
|
+
readonly InviteExpired: "InviteExpired";
|
|
8
|
+
readonly InviteRevoked: "InviteRevoked";
|
|
9
|
+
readonly NoInvite: "NoInvite";
|
|
10
|
+
};
|
|
11
|
+
type MemberActionsItem = (typeof MemberActionsItem)[keyof typeof MemberActionsItem];
|
|
12
|
+
declare const MemberActionsItem: {
|
|
13
|
+
readonly "edit-role": "edit-role";
|
|
14
|
+
readonly "resend-invite": "resend-invite";
|
|
15
|
+
readonly "revoke-invite": "revoke-invite";
|
|
16
|
+
readonly "revoke-membership": "revoke-membership";
|
|
17
|
+
};
|
|
18
|
+
type MemberActions = MemberActionsItem[];
|
|
19
|
+
type MemberProfilePictureUrl = string | null;
|
|
20
|
+
type MemberFirstName = string | null;
|
|
21
|
+
type MemberLastName = string | null;
|
|
22
|
+
type MemberLastActivityAt = string | null;
|
|
23
|
+
type MemberIsLoggedInUser = true | null;
|
|
24
|
+
type MemberRolesOneOfItemDescription = string | null;
|
|
25
|
+
type MemberRolesOneOfItem = {
|
|
26
|
+
name: string;
|
|
27
|
+
slug: string;
|
|
28
|
+
description?: MemberRolesOneOfItemDescription;
|
|
29
|
+
};
|
|
30
|
+
type MemberRoles = MemberRolesOneOfItem[] | null;
|
|
31
|
+
interface Member {
|
|
32
|
+
id: string;
|
|
33
|
+
email: string;
|
|
34
|
+
emailVerified: boolean;
|
|
35
|
+
profilePictureUrl?: MemberProfilePictureUrl;
|
|
36
|
+
firstName?: MemberFirstName;
|
|
37
|
+
lastName?: MemberLastName;
|
|
38
|
+
/** An ISO 8601 timestamp. */
|
|
39
|
+
createdAt: string;
|
|
40
|
+
lastActivityAt?: MemberLastActivityAt;
|
|
41
|
+
status: MemberStatus;
|
|
42
|
+
actions: MemberActions;
|
|
43
|
+
isLoggedInUser?: MemberIsLoggedInUser;
|
|
44
|
+
roles?: MemberRoles;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* An object ID that defines your place in the list. When the ID is not present, you are at the start of the list.
|
|
48
|
+
*/
|
|
49
|
+
type ListMetadataBefore = string | null;
|
|
50
|
+
/**
|
|
51
|
+
* An object ID that defines your place in the list. When the ID is not present, you are at the end of the list.
|
|
52
|
+
*/
|
|
53
|
+
type ListMetadataAfter = string | null;
|
|
54
|
+
interface ListMetadata {
|
|
55
|
+
/** An object ID that defines your place in the list. When the ID is not present, you are at the start of the list. */
|
|
56
|
+
before: ListMetadataBefore;
|
|
57
|
+
/** An object ID that defines your place in the list. When the ID is not present, you are at the end of the list. */
|
|
58
|
+
after: ListMetadataAfter;
|
|
59
|
+
}
|
|
60
|
+
type MemberRoleDescription = string | null;
|
|
61
|
+
interface MemberRole {
|
|
62
|
+
name: string;
|
|
63
|
+
slug: string;
|
|
64
|
+
default: boolean;
|
|
65
|
+
description?: MemberRoleDescription;
|
|
66
|
+
}
|
|
67
|
+
interface RolesAndConfigResponse {
|
|
68
|
+
roles: MemberRole[];
|
|
69
|
+
multipleRolesEnabled: boolean;
|
|
70
|
+
}
|
|
71
|
+
type OrganizationInfoFavicon = string | null;
|
|
72
|
+
interface OrganizationInfo {
|
|
73
|
+
id: string;
|
|
74
|
+
name: string;
|
|
75
|
+
current: boolean;
|
|
76
|
+
favicon?: OrganizationInfoFavicon;
|
|
77
|
+
}
|
|
78
|
+
interface OrganizationsResponse {
|
|
79
|
+
data: OrganizationInfo[];
|
|
80
|
+
}
|
|
81
|
+
type OAuthProfileEmail = string | null;
|
|
82
|
+
type OAuthProfileFirstName = string | null;
|
|
83
|
+
type OAuthProfileLastName = string | null;
|
|
84
|
+
type OAuthProfileProfilePictureUrl = string | null;
|
|
85
|
+
type OAuthProfileLastLoginAt = string | null;
|
|
86
|
+
interface OAuthProfile {
|
|
87
|
+
id: string;
|
|
88
|
+
email?: OAuthProfileEmail;
|
|
89
|
+
firstName?: OAuthProfileFirstName;
|
|
90
|
+
lastName?: OAuthProfileLastName;
|
|
91
|
+
profilePictureUrl?: OAuthProfileProfilePictureUrl;
|
|
92
|
+
lastLoginAt?: OAuthProfileLastLoginAt;
|
|
93
|
+
}
|
|
94
|
+
type MeFirstName = string | null;
|
|
95
|
+
type MeLastName = string | null;
|
|
96
|
+
type MeLocale = string | null;
|
|
97
|
+
type MeProfilePictureUrl = string | null;
|
|
98
|
+
type MeOauthProfilesOneOf = {
|
|
99
|
+
AppleOAuth?: OAuthProfile;
|
|
100
|
+
GithubOAuth?: OAuthProfile;
|
|
101
|
+
GoogleOAuth?: OAuthProfile;
|
|
102
|
+
MicrosoftOAuth?: OAuthProfile;
|
|
103
|
+
};
|
|
104
|
+
type MeOauthProfiles = MeOauthProfilesOneOf | null;
|
|
105
|
+
interface Me {
|
|
106
|
+
id: string;
|
|
107
|
+
email: string;
|
|
108
|
+
firstName?: MeFirstName;
|
|
109
|
+
lastName?: MeLastName;
|
|
110
|
+
locale?: MeLocale;
|
|
111
|
+
profilePictureUrl?: MeProfilePictureUrl;
|
|
112
|
+
oauthProfiles?: MeOauthProfiles;
|
|
113
|
+
}
|
|
114
|
+
type CreateTotpFactorResponseAuthenticationFactorAllOfObject = (typeof CreateTotpFactorResponseAuthenticationFactorAllOfObject)[keyof typeof CreateTotpFactorResponseAuthenticationFactorAllOfObject];
|
|
115
|
+
declare const CreateTotpFactorResponseAuthenticationFactorAllOfObject: {
|
|
116
|
+
readonly authentication_factor: "authentication_factor";
|
|
117
|
+
};
|
|
118
|
+
type CreateTotpFactorResponseAuthenticationFactorAllOfType = (typeof CreateTotpFactorResponseAuthenticationFactorAllOfType)[keyof typeof CreateTotpFactorResponseAuthenticationFactorAllOfType];
|
|
119
|
+
declare const CreateTotpFactorResponseAuthenticationFactorAllOfType: {
|
|
120
|
+
readonly generic_otp: "generic_otp";
|
|
121
|
+
readonly sms: "sms";
|
|
122
|
+
readonly totp: "totp";
|
|
123
|
+
readonly webauthn: "webauthn";
|
|
124
|
+
};
|
|
125
|
+
type CreateTotpFactorResponseAuthenticationFactorAllOfUserId = string | null;
|
|
126
|
+
type CreateTotpFactorResponseAuthenticationFactorAllOfSmsOneOf = {
|
|
127
|
+
phone_number: string;
|
|
128
|
+
};
|
|
129
|
+
type CreateTotpFactorResponseAuthenticationFactorAllOfSms = CreateTotpFactorResponseAuthenticationFactorAllOfSmsOneOf | null;
|
|
130
|
+
type CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOf = {
|
|
131
|
+
issuer: string;
|
|
132
|
+
user: string;
|
|
133
|
+
secret: string;
|
|
134
|
+
qr_code: string;
|
|
135
|
+
uri: string;
|
|
136
|
+
};
|
|
137
|
+
type CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOfTwo = {
|
|
138
|
+
issuer: string;
|
|
139
|
+
user: string;
|
|
140
|
+
};
|
|
141
|
+
type CreateTotpFactorResponseAuthenticationFactorAllOfTotp = CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOf | CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOfTwo | null;
|
|
142
|
+
type CreateTotpFactorResponseAuthenticationFactorAllOf = {
|
|
143
|
+
object: CreateTotpFactorResponseAuthenticationFactorAllOfObject;
|
|
144
|
+
id: string;
|
|
145
|
+
type: CreateTotpFactorResponseAuthenticationFactorAllOfType;
|
|
146
|
+
user_id?: CreateTotpFactorResponseAuthenticationFactorAllOfUserId;
|
|
147
|
+
sms?: CreateTotpFactorResponseAuthenticationFactorAllOfSms;
|
|
148
|
+
totp?: CreateTotpFactorResponseAuthenticationFactorAllOfTotp;
|
|
149
|
+
};
|
|
150
|
+
type CreateTotpFactorResponseAuthenticationFactorAllOfOnezero = {
|
|
151
|
+
created_at: string;
|
|
152
|
+
updated_at: string;
|
|
153
|
+
};
|
|
154
|
+
type CreateTotpFactorResponseAuthenticationFactor = CreateTotpFactorResponseAuthenticationFactorAllOf & CreateTotpFactorResponseAuthenticationFactorAllOfOnezero;
|
|
155
|
+
type CreateTotpFactorResponseAuthenticationChallengeAllOfObject = (typeof CreateTotpFactorResponseAuthenticationChallengeAllOfObject)[keyof typeof CreateTotpFactorResponseAuthenticationChallengeAllOfObject];
|
|
156
|
+
declare const CreateTotpFactorResponseAuthenticationChallengeAllOfObject: {
|
|
157
|
+
readonly authentication_challenge: "authentication_challenge";
|
|
158
|
+
};
|
|
159
|
+
type CreateTotpFactorResponseAuthenticationChallengeAllOfExpiresAt = string | null;
|
|
160
|
+
type CreateTotpFactorResponseAuthenticationChallengeAllOfCode = string | null;
|
|
161
|
+
type CreateTotpFactorResponseAuthenticationChallengeAllOf = {
|
|
162
|
+
object: CreateTotpFactorResponseAuthenticationChallengeAllOfObject;
|
|
163
|
+
id: string;
|
|
164
|
+
expires_at?: CreateTotpFactorResponseAuthenticationChallengeAllOfExpiresAt;
|
|
165
|
+
code?: CreateTotpFactorResponseAuthenticationChallengeAllOfCode;
|
|
166
|
+
authentication_factor_id: string;
|
|
167
|
+
};
|
|
168
|
+
type CreateTotpFactorResponseAuthenticationChallengeAllOfFive = {
|
|
169
|
+
created_at: string;
|
|
170
|
+
updated_at: string;
|
|
171
|
+
};
|
|
172
|
+
type CreateTotpFactorResponseAuthenticationChallenge = CreateTotpFactorResponseAuthenticationChallengeAllOf & CreateTotpFactorResponseAuthenticationChallengeAllOfFive;
|
|
173
|
+
interface CreateTotpFactorResponse {
|
|
174
|
+
authenticationFactor: CreateTotpFactorResponseAuthenticationFactor;
|
|
175
|
+
authenticationChallenge: CreateTotpFactorResponseAuthenticationChallenge;
|
|
176
|
+
}
|
|
177
|
+
interface VerifyTotpFactorRequest {
|
|
178
|
+
code: string;
|
|
179
|
+
authenticationChallengeId: string;
|
|
180
|
+
}
|
|
181
|
+
type AuthenticationInformationResponseDataVerificationMethodsMfaOneOfProvider = (typeof AuthenticationInformationResponseDataVerificationMethodsMfaOneOfProvider)[keyof typeof AuthenticationInformationResponseDataVerificationMethodsMfaOneOfProvider];
|
|
182
|
+
declare const AuthenticationInformationResponseDataVerificationMethodsMfaOneOfProvider: {
|
|
183
|
+
readonly MFA: "MFA";
|
|
184
|
+
};
|
|
185
|
+
type AuthenticationInformationResponseDataVerificationMethodsMfaOneOfLastUsed = string | null;
|
|
186
|
+
type AuthenticationInformationResponseDataVerificationMethodsMfaOneOf = {
|
|
187
|
+
provider: AuthenticationInformationResponseDataVerificationMethodsMfaOneOfProvider;
|
|
188
|
+
isSetUp: boolean;
|
|
189
|
+
lastUsed?: AuthenticationInformationResponseDataVerificationMethodsMfaOneOfLastUsed;
|
|
190
|
+
};
|
|
191
|
+
type AuthenticationInformationResponseDataVerificationMethodsMfa = AuthenticationInformationResponseDataVerificationMethodsMfaOneOf | null;
|
|
192
|
+
type AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfProvider = (typeof AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfProvider)[keyof typeof AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfProvider];
|
|
193
|
+
declare const AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfProvider: {
|
|
194
|
+
readonly Password: "Password";
|
|
195
|
+
};
|
|
196
|
+
type AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfLastUsed = string | null;
|
|
197
|
+
type AuthenticationInformationResponseDataVerificationMethodsPasswordOneOf = {
|
|
198
|
+
provider: AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfProvider;
|
|
199
|
+
isSetUp: boolean;
|
|
200
|
+
lastUsed?: AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfLastUsed;
|
|
201
|
+
isCurrentSession: boolean;
|
|
202
|
+
};
|
|
203
|
+
type AuthenticationInformationResponseDataVerificationMethodsPassword = AuthenticationInformationResponseDataVerificationMethodsPasswordOneOf | null;
|
|
204
|
+
type AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfProvider = (typeof AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfProvider)[keyof typeof AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfProvider];
|
|
205
|
+
declare const AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfProvider: {
|
|
206
|
+
readonly Passkey: "Passkey";
|
|
207
|
+
};
|
|
208
|
+
type AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfLastUsed = string | null;
|
|
209
|
+
type AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfPassKeysItem = {
|
|
210
|
+
id: string;
|
|
211
|
+
};
|
|
212
|
+
type AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOf = {
|
|
213
|
+
provider: AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfProvider;
|
|
214
|
+
isSetUp: boolean;
|
|
215
|
+
lastUsed?: AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfLastUsed;
|
|
216
|
+
passKeys: AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfPassKeysItem[];
|
|
217
|
+
isCurrentSession: boolean;
|
|
218
|
+
};
|
|
219
|
+
type AuthenticationInformationResponseDataVerificationMethodsPasskey = AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOf | null;
|
|
220
|
+
type AuthenticationInformationResponseDataVerificationMethods = {
|
|
221
|
+
Mfa?: AuthenticationInformationResponseDataVerificationMethodsMfa;
|
|
222
|
+
Password?: AuthenticationInformationResponseDataVerificationMethodsPassword;
|
|
223
|
+
Passkey?: AuthenticationInformationResponseDataVerificationMethodsPasskey;
|
|
224
|
+
};
|
|
225
|
+
type AuthenticationInformationResponseDataPasswordSettings = {
|
|
226
|
+
isPasswordNumberRequired: boolean;
|
|
227
|
+
isPasswordPwnedRequired: boolean;
|
|
228
|
+
isPasswordSymbolRequired: boolean;
|
|
229
|
+
isPasswordUppercaseRequired: boolean;
|
|
230
|
+
passwordMinimumLength: number;
|
|
231
|
+
passwordMinimumStrength: number;
|
|
232
|
+
};
|
|
233
|
+
type AuthenticationInformationResponseData = {
|
|
234
|
+
verificationMethods: AuthenticationInformationResponseDataVerificationMethods;
|
|
235
|
+
passwordSettings: AuthenticationInformationResponseDataPasswordSettings;
|
|
236
|
+
};
|
|
237
|
+
interface AuthenticationInformationResponse {
|
|
238
|
+
data: AuthenticationInformationResponseData;
|
|
239
|
+
}
|
|
240
|
+
interface CreatePasswordRequest {
|
|
241
|
+
password: string;
|
|
242
|
+
}
|
|
243
|
+
interface UpdatePasswordRequest {
|
|
244
|
+
newPassword: string;
|
|
245
|
+
currentPassword: string;
|
|
246
|
+
}
|
|
247
|
+
interface RevokeAllSessionsRequest {
|
|
248
|
+
currentSessionId: string;
|
|
249
|
+
}
|
|
250
|
+
type ActiveSessionIpAddress = string | null;
|
|
251
|
+
type ActiveSessionUserAgent = string | null;
|
|
252
|
+
type ActiveSessionOrganizationId = string | null;
|
|
253
|
+
type ActiveSessionStateExpiresAt = string | null;
|
|
254
|
+
type ActiveSessionState = {
|
|
255
|
+
tag: string;
|
|
256
|
+
expiresAt?: ActiveSessionStateExpiresAt;
|
|
257
|
+
};
|
|
258
|
+
type ActiveSessionCurrentLocationOneOf = {
|
|
259
|
+
cityName: string;
|
|
260
|
+
countryISOCode: string;
|
|
261
|
+
};
|
|
262
|
+
type ActiveSessionCurrentLocation = ActiveSessionCurrentLocationOneOf | null;
|
|
263
|
+
type ActiveSessionImpersonatorUserId = string | null;
|
|
264
|
+
type ActiveSessionImpersonatorEmail = string | null;
|
|
265
|
+
type ActiveSessionImpersonationReason = string | null;
|
|
266
|
+
type ActiveSessionLastActivityAt = string | null;
|
|
267
|
+
interface ActiveSession {
|
|
268
|
+
id: string;
|
|
269
|
+
userlandUserId: string;
|
|
270
|
+
ipAddress?: ActiveSessionIpAddress;
|
|
271
|
+
userAgent?: ActiveSessionUserAgent;
|
|
272
|
+
organizationId?: ActiveSessionOrganizationId;
|
|
273
|
+
state: ActiveSessionState;
|
|
274
|
+
currentLocation?: ActiveSessionCurrentLocation;
|
|
275
|
+
usedSsoAuth: boolean;
|
|
276
|
+
usedPasswordAuth: boolean;
|
|
277
|
+
usedPasskeyAuth: boolean;
|
|
278
|
+
usedAppleOauth: boolean;
|
|
279
|
+
usedBitbucketOauth: boolean;
|
|
280
|
+
usedGithubOauth: boolean;
|
|
281
|
+
usedGitLabOauth: boolean;
|
|
282
|
+
usedGoogleOauth: boolean;
|
|
283
|
+
usedLinkedInOauth: boolean;
|
|
284
|
+
usedImpersonation: boolean;
|
|
285
|
+
usedMicrosoftOauth: boolean;
|
|
286
|
+
usedSlackOauth: boolean;
|
|
287
|
+
usedXeroOauth: boolean;
|
|
288
|
+
usedMagicAuth: boolean;
|
|
289
|
+
impersonatorUserId?: ActiveSessionImpersonatorUserId;
|
|
290
|
+
impersonatorEmail?: ActiveSessionImpersonatorEmail;
|
|
291
|
+
impersonationReason?: ActiveSessionImpersonationReason;
|
|
292
|
+
lastActivityAt?: ActiveSessionLastActivityAt;
|
|
293
|
+
createdAt: string;
|
|
294
|
+
updatedAt: string;
|
|
295
|
+
}
|
|
296
|
+
interface ActiveSessionsResponse {
|
|
297
|
+
data: ActiveSession[];
|
|
298
|
+
}
|
|
299
|
+
type SendVerificationResponseType = (typeof SendVerificationResponseType)[keyof typeof SendVerificationResponseType];
|
|
300
|
+
declare const SendVerificationResponseType: {
|
|
301
|
+
readonly EmailVerification: "EmailVerification";
|
|
302
|
+
};
|
|
303
|
+
interface SendVerificationResponse {
|
|
304
|
+
authenticationChallenge: string;
|
|
305
|
+
type: SendVerificationResponseType;
|
|
306
|
+
}
|
|
307
|
+
interface VerifyRequest {
|
|
308
|
+
code: string;
|
|
309
|
+
authenticationChallengeId: string;
|
|
310
|
+
}
|
|
311
|
+
interface VerifyResponse {
|
|
312
|
+
elevatedAccessToken: string;
|
|
313
|
+
expiresAt: string;
|
|
314
|
+
}
|
|
315
|
+
type RegisterPasskeyResponseOptions = {
|
|
316
|
+
[key: string]: unknown;
|
|
317
|
+
};
|
|
318
|
+
interface RegisterPasskeyResponse {
|
|
319
|
+
challengeId: string;
|
|
320
|
+
options: RegisterPasskeyResponseOptions;
|
|
321
|
+
}
|
|
322
|
+
type VerifyPasskeyRequestResponse = {
|
|
323
|
+
[key: string]: unknown;
|
|
324
|
+
};
|
|
325
|
+
interface VerifyPasskeyRequest {
|
|
326
|
+
challengeId: string;
|
|
327
|
+
response: VerifyPasskeyRequestResponse;
|
|
328
|
+
}
|
|
329
|
+
type SettingsResponseObject = (typeof SettingsResponseObject)[keyof typeof SettingsResponseObject];
|
|
330
|
+
declare const SettingsResponseObject: {
|
|
331
|
+
readonly settings: "settings";
|
|
332
|
+
};
|
|
333
|
+
type SettingsResponseLogoDarkIconPath = string | null;
|
|
334
|
+
type SettingsResponseLogoDarkPath = string | null;
|
|
335
|
+
type SettingsResponseLogoLightIconPath = string | null;
|
|
336
|
+
type SettingsResponseLogoLightPath = string | null;
|
|
337
|
+
interface SettingsResponse {
|
|
338
|
+
object: SettingsResponseObject;
|
|
339
|
+
authkitOrigin: string;
|
|
340
|
+
logoDarkIconPath?: SettingsResponseLogoDarkIconPath;
|
|
341
|
+
logoDarkPath?: SettingsResponseLogoDarkPath;
|
|
342
|
+
logoLightIconPath?: SettingsResponseLogoLightIconPath;
|
|
343
|
+
logoLightPath?: SettingsResponseLogoLightPath;
|
|
344
|
+
teamName: string;
|
|
345
|
+
}
|
|
346
|
+
type OrganizationDomainState = (typeof OrganizationDomainState)[keyof typeof OrganizationDomainState];
|
|
347
|
+
declare const OrganizationDomainState: {
|
|
348
|
+
readonly Failed: "Failed";
|
|
349
|
+
readonly LegacyVerified: "LegacyVerified";
|
|
350
|
+
readonly Pending: "Pending";
|
|
351
|
+
readonly Verified: "Verified";
|
|
352
|
+
};
|
|
353
|
+
type DomainVerificationNameServer = (typeof DomainVerificationNameServer)[keyof typeof DomainVerificationNameServer];
|
|
354
|
+
declare const DomainVerificationNameServer: {
|
|
355
|
+
readonly AwsRoute53: "AwsRoute53";
|
|
356
|
+
readonly GoogleDomains: "GoogleDomains";
|
|
357
|
+
readonly CloudFlare: "CloudFlare";
|
|
358
|
+
readonly GoDaddy: "GoDaddy";
|
|
359
|
+
readonly Other: "Other";
|
|
360
|
+
};
|
|
361
|
+
type OrganizationDomainVerificationPrefix = string | null;
|
|
362
|
+
type OrganizationDomainVerificationToken = string | null;
|
|
363
|
+
type OrganizationDomainSubdomain = string | null;
|
|
364
|
+
interface OrganizationDomain {
|
|
365
|
+
id: string;
|
|
366
|
+
domain: string;
|
|
367
|
+
state: OrganizationDomainState;
|
|
368
|
+
nameServer: DomainVerificationNameServer;
|
|
369
|
+
verificationPrefix?: OrganizationDomainVerificationPrefix;
|
|
370
|
+
verificationToken?: OrganizationDomainVerificationToken;
|
|
371
|
+
subdomain?: OrganizationDomainSubdomain;
|
|
372
|
+
createdAt: string;
|
|
373
|
+
}
|
|
374
|
+
type X509CertificateJSONNotBefore = string | null;
|
|
375
|
+
type X509CertificateJSONNotAfter = string | null;
|
|
376
|
+
type X509CertificateJSONLastExpiryEventSentAt = string | null;
|
|
377
|
+
interface X509CertificateJSON {
|
|
378
|
+
id: string;
|
|
379
|
+
value: string;
|
|
380
|
+
notBefore?: X509CertificateJSONNotBefore;
|
|
381
|
+
notAfter?: X509CertificateJSONNotAfter;
|
|
382
|
+
lastExpiryEventSentAt?: X509CertificateJSONLastExpiryEventSentAt;
|
|
383
|
+
}
|
|
384
|
+
type SamlSessionState = (typeof SamlSessionState)[keyof typeof SamlSessionState];
|
|
385
|
+
declare const SamlSessionState: {
|
|
386
|
+
readonly Authorized: "Authorized";
|
|
387
|
+
readonly Failed: "Failed";
|
|
388
|
+
readonly Started: "Started";
|
|
389
|
+
readonly Successful: "Successful";
|
|
390
|
+
readonly Timedout: "Timedout";
|
|
391
|
+
};
|
|
392
|
+
type OidcSessionState = (typeof OidcSessionState)[keyof typeof OidcSessionState];
|
|
393
|
+
declare const OidcSessionState: {
|
|
394
|
+
readonly Started: "Started";
|
|
395
|
+
readonly Authorized: "Authorized";
|
|
396
|
+
readonly Successful: "Successful";
|
|
397
|
+
readonly Failed: "Failed";
|
|
398
|
+
readonly Terminated: "Terminated";
|
|
399
|
+
readonly Timedout: "Timedout";
|
|
400
|
+
};
|
|
401
|
+
declare const SsoConnectionSessionJSONState: {
|
|
402
|
+
readonly Started: "Started";
|
|
403
|
+
readonly Authorized: "Authorized";
|
|
404
|
+
readonly Successful: "Successful";
|
|
405
|
+
readonly Failed: "Failed";
|
|
406
|
+
readonly Terminated: "Terminated";
|
|
407
|
+
readonly Timedout: "Timedout";
|
|
408
|
+
};
|
|
409
|
+
interface SsoConnectionSessionJSON {
|
|
410
|
+
id: string;
|
|
411
|
+
createdAt: string;
|
|
412
|
+
state: (typeof SsoConnectionSessionJSONState)[keyof typeof SsoConnectionSessionJSONState];
|
|
413
|
+
}
|
|
414
|
+
type SsoConnectionAnyOfType = (typeof SsoConnectionAnyOfType)[keyof typeof SsoConnectionAnyOfType];
|
|
415
|
+
declare const SsoConnectionAnyOfType: {
|
|
416
|
+
readonly AdfsSaml: "AdfsSaml";
|
|
417
|
+
readonly Auth0Saml: "Auth0Saml";
|
|
418
|
+
readonly AzureSaml: "AzureSaml";
|
|
419
|
+
readonly CasSaml: "CasSaml";
|
|
420
|
+
readonly ClassLinkSaml: "ClassLinkSaml";
|
|
421
|
+
readonly CloudflareSaml: "CloudflareSaml";
|
|
422
|
+
readonly CyberArkSaml: "CyberArkSaml";
|
|
423
|
+
readonly DuoSaml: "DuoSaml";
|
|
424
|
+
readonly GenericSaml: "GenericSaml";
|
|
425
|
+
readonly GoogleSaml: "GoogleSaml";
|
|
426
|
+
readonly JumpCloudSaml: "JumpCloudSaml";
|
|
427
|
+
readonly KeycloakSaml: "KeycloakSaml";
|
|
428
|
+
readonly LastPassSaml: "LastPassSaml";
|
|
429
|
+
readonly MiniOrangeSaml: "MiniOrangeSaml";
|
|
430
|
+
readonly NetIqSaml: "NetIqSaml";
|
|
431
|
+
readonly OktaSaml: "OktaSaml";
|
|
432
|
+
readonly OneLoginSaml: "OneLoginSaml";
|
|
433
|
+
readonly OracleSaml: "OracleSaml";
|
|
434
|
+
readonly PingFederateSaml: "PingFederateSaml";
|
|
435
|
+
readonly PingOneSaml: "PingOneSaml";
|
|
436
|
+
readonly RipplingSaml: "RipplingSaml";
|
|
437
|
+
readonly SalesforceSaml: "SalesforceSaml";
|
|
438
|
+
readonly ShibbolethGenericSaml: "ShibbolethGenericSaml";
|
|
439
|
+
readonly ShibbolethSaml: "ShibbolethSaml";
|
|
440
|
+
readonly SimpleSamlPhpSaml: "SimpleSamlPhpSaml";
|
|
441
|
+
readonly TestIdp: "TestIdp";
|
|
442
|
+
readonly VmWareSaml: "VmWareSaml";
|
|
443
|
+
};
|
|
444
|
+
type SsoConnectionAnyOfState = (typeof SsoConnectionAnyOfState)[keyof typeof SsoConnectionAnyOfState];
|
|
445
|
+
declare const SsoConnectionAnyOfState: {
|
|
446
|
+
readonly Inactive: "Inactive";
|
|
447
|
+
readonly Validating: "Validating";
|
|
448
|
+
readonly Active: "Active";
|
|
449
|
+
readonly Deleting: "Deleting";
|
|
450
|
+
};
|
|
451
|
+
type SsoConnectionAnyOfLatestExpiringCertificate = X509CertificateJSON | null;
|
|
452
|
+
type SsoConnectionAnyOfLatestExpiredCertificate = X509CertificateJSON | null;
|
|
453
|
+
type SsoConnectionAnyOfProviderTag = (typeof SsoConnectionAnyOfProviderTag)[keyof typeof SsoConnectionAnyOfProviderTag];
|
|
454
|
+
declare const SsoConnectionAnyOfProviderTag: {
|
|
455
|
+
readonly Saml: "Saml";
|
|
456
|
+
};
|
|
457
|
+
type SsoConnectionAnyOfLastSession = SsoConnectionSessionJSON | null;
|
|
458
|
+
type SsoConnectionAnyOf = {
|
|
459
|
+
id: string;
|
|
460
|
+
type: SsoConnectionAnyOfType;
|
|
461
|
+
name: string;
|
|
462
|
+
state: SsoConnectionAnyOfState;
|
|
463
|
+
x509Certificates: X509CertificateJSON[];
|
|
464
|
+
latestExpiringCertificate?: SsoConnectionAnyOfLatestExpiringCertificate;
|
|
465
|
+
latestExpiredCertificate?: SsoConnectionAnyOfLatestExpiredCertificate;
|
|
466
|
+
createdAt: string;
|
|
467
|
+
providerTag: SsoConnectionAnyOfProviderTag;
|
|
468
|
+
lastSession?: SsoConnectionAnyOfLastSession;
|
|
469
|
+
};
|
|
470
|
+
type SsoConnectionAnyOfEightAllOfState = (typeof SsoConnectionAnyOfEightAllOfState)[keyof typeof SsoConnectionAnyOfEightAllOfState];
|
|
471
|
+
declare const SsoConnectionAnyOfEightAllOfState: {
|
|
472
|
+
readonly Inactive: "Inactive";
|
|
473
|
+
readonly Validating: "Validating";
|
|
474
|
+
readonly Active: "Active";
|
|
475
|
+
readonly Deleting: "Deleting";
|
|
476
|
+
};
|
|
477
|
+
type SsoConnectionAnyOfEightAllOfType = (typeof SsoConnectionAnyOfEightAllOfType)[keyof typeof SsoConnectionAnyOfEightAllOfType];
|
|
478
|
+
declare const SsoConnectionAnyOfEightAllOfType: {
|
|
479
|
+
readonly AdpOidc: "AdpOidc";
|
|
480
|
+
readonly Auth0Migration: "Auth0Migration";
|
|
481
|
+
readonly CleverOidc: "CleverOidc";
|
|
482
|
+
readonly EntraIdOidc: "EntraIdOidc";
|
|
483
|
+
readonly GenericOidc: "GenericOidc";
|
|
484
|
+
readonly GoogleOidc: "GoogleOidc";
|
|
485
|
+
readonly OktaOidc: "OktaOidc";
|
|
486
|
+
readonly LoginGovOidc: "LoginGovOidc";
|
|
487
|
+
};
|
|
488
|
+
type SsoConnectionAnyOfEightAllOfProviderTag = (typeof SsoConnectionAnyOfEightAllOfProviderTag)[keyof typeof SsoConnectionAnyOfEightAllOfProviderTag];
|
|
489
|
+
declare const SsoConnectionAnyOfEightAllOfProviderTag: {
|
|
490
|
+
readonly OpenIdConnect: "OpenIdConnect";
|
|
491
|
+
};
|
|
492
|
+
type SsoConnectionAnyOfEightAllOfLastSession = SsoConnectionSessionJSON | null;
|
|
493
|
+
type SsoConnectionAnyOfEightAllOf = {
|
|
494
|
+
id: string;
|
|
495
|
+
name: string;
|
|
496
|
+
state: SsoConnectionAnyOfEightAllOfState;
|
|
497
|
+
type: SsoConnectionAnyOfEightAllOfType;
|
|
498
|
+
createdAt: string;
|
|
499
|
+
providerTag: SsoConnectionAnyOfEightAllOfProviderTag;
|
|
500
|
+
lastSession?: SsoConnectionAnyOfEightAllOfLastSession;
|
|
501
|
+
};
|
|
502
|
+
type SsoConnectionAnyOfEightAllOfSix = {
|
|
503
|
+
x509Certificates?: null;
|
|
504
|
+
latestExpiringCertificate?: null;
|
|
505
|
+
latestExpiredCertificate?: null;
|
|
506
|
+
};
|
|
507
|
+
type SsoConnectionAnyOfEight = SsoConnectionAnyOfEightAllOf & SsoConnectionAnyOfEightAllOfSix;
|
|
508
|
+
type SsoConnection = SsoConnectionAnyOf | SsoConnectionAnyOfEight;
|
|
509
|
+
type ListOrganizationApiKeysResponseDataLastUsedAt = string | null;
|
|
510
|
+
interface ListOrganizationApiKeysResponseData {
|
|
511
|
+
id: string;
|
|
512
|
+
name: string;
|
|
513
|
+
obfuscatedValue: string;
|
|
514
|
+
createdAt: string;
|
|
515
|
+
lastUsedAt?: ListOrganizationApiKeysResponseDataLastUsedAt;
|
|
516
|
+
permissions: string[];
|
|
517
|
+
}
|
|
518
|
+
type ListOrganizationApiKeysResponseListMetadata = {
|
|
519
|
+
before?: string;
|
|
520
|
+
after?: string;
|
|
521
|
+
};
|
|
522
|
+
interface ListOrganizationApiKeysResponse {
|
|
523
|
+
data: ListOrganizationApiKeysResponseData[];
|
|
524
|
+
list_metadata: ListOrganizationApiKeysResponseListMetadata;
|
|
525
|
+
}
|
|
526
|
+
interface CreateOrganizationApiKeyRequest {
|
|
527
|
+
name: string;
|
|
528
|
+
permissions: string[];
|
|
529
|
+
}
|
|
530
|
+
interface CreateOrganizationApiKeyResponse {
|
|
531
|
+
id: string;
|
|
532
|
+
value: string;
|
|
533
|
+
obfuscatedValue: string;
|
|
534
|
+
createdAt: string;
|
|
535
|
+
name: string;
|
|
536
|
+
permissions: string[];
|
|
537
|
+
}
|
|
538
|
+
type ListOrganizationApiKeyPermissionDescription = string | null;
|
|
539
|
+
interface ListOrganizationApiKeyPermission {
|
|
540
|
+
id: string;
|
|
541
|
+
slug: string;
|
|
542
|
+
name: string;
|
|
543
|
+
description?: ListOrganizationApiKeyPermissionDescription;
|
|
544
|
+
}
|
|
545
|
+
type ListOrganizationApiKeyPermissionsResponseListMetadata = {
|
|
546
|
+
before?: string;
|
|
547
|
+
after?: string;
|
|
548
|
+
};
|
|
549
|
+
interface ListOrganizationApiKeyPermissionsResponse {
|
|
550
|
+
data: ListOrganizationApiKeyPermission[];
|
|
551
|
+
list_metadata: ListOrganizationApiKeyPermissionsResponseListMetadata;
|
|
552
|
+
}
|
|
553
|
+
declare const DataInstallationAllOfObject: {
|
|
554
|
+
readonly data_installation: "data_installation";
|
|
555
|
+
readonly connected_account: "connected_account";
|
|
556
|
+
};
|
|
557
|
+
type DataInstallationAllOfUserId = string | null;
|
|
558
|
+
type DataInstallationAllOfOrganizationId = string | null;
|
|
559
|
+
declare const DataInstallationAllOfState: {
|
|
560
|
+
readonly connected: "connected";
|
|
561
|
+
readonly needs_reauthorization: "needs_reauthorization";
|
|
562
|
+
};
|
|
563
|
+
type DataInstallationAllOf = {
|
|
564
|
+
object: (typeof DataInstallationAllOfObject)[keyof typeof DataInstallationAllOfObject];
|
|
565
|
+
id: string;
|
|
566
|
+
user_id?: DataInstallationAllOfUserId;
|
|
567
|
+
organization_id?: DataInstallationAllOfOrganizationId;
|
|
568
|
+
scopes: string[];
|
|
569
|
+
state: (typeof DataInstallationAllOfState)[keyof typeof DataInstallationAllOfState];
|
|
570
|
+
created_at: string;
|
|
571
|
+
updated_at: string;
|
|
572
|
+
};
|
|
573
|
+
type DataInstallationAllOfSixUserlandUserId = string | null;
|
|
574
|
+
type DataInstallationAllOfSixOrganizationId = string | null;
|
|
575
|
+
type DataInstallationAllOfSix = {
|
|
576
|
+
userlandUserId?: DataInstallationAllOfSixUserlandUserId;
|
|
577
|
+
organizationId?: DataInstallationAllOfSixOrganizationId;
|
|
578
|
+
createdAt?: string;
|
|
579
|
+
updatedAt?: string;
|
|
580
|
+
};
|
|
581
|
+
type DataInstallation = DataInstallationAllOf & DataInstallationAllOfSix;
|
|
582
|
+
type DataIntegrationObject = (typeof DataIntegrationObject)[keyof typeof DataIntegrationObject];
|
|
583
|
+
declare const DataIntegrationObject: {
|
|
584
|
+
readonly data_integration: "data_integration";
|
|
585
|
+
};
|
|
586
|
+
type DataIntegrationDescription = string | null;
|
|
587
|
+
declare const DataIntegrationIntegrationType: {
|
|
588
|
+
readonly asana: "asana";
|
|
589
|
+
readonly box: "box";
|
|
590
|
+
readonly "cal-dot-com": "cal-dot-com";
|
|
591
|
+
readonly calendly: "calendly";
|
|
592
|
+
readonly confluence: "confluence";
|
|
593
|
+
readonly dropbox: "dropbox";
|
|
594
|
+
readonly "frame-io": "frame-io";
|
|
595
|
+
readonly front: "front";
|
|
596
|
+
readonly github: "github";
|
|
597
|
+
readonly gitlab: "gitlab";
|
|
598
|
+
readonly gmail: "gmail";
|
|
599
|
+
readonly google: "google";
|
|
600
|
+
readonly "google-calendar": "google-calendar";
|
|
601
|
+
readonly "google-drive": "google-drive";
|
|
602
|
+
readonly helpscout: "helpscout";
|
|
603
|
+
readonly hubspot: "hubspot";
|
|
604
|
+
readonly intercom: "intercom";
|
|
605
|
+
readonly jira: "jira";
|
|
606
|
+
readonly linear: "linear";
|
|
607
|
+
readonly microsoft: "microsoft";
|
|
608
|
+
readonly "microsoft-onedrive": "microsoft-onedrive";
|
|
609
|
+
readonly "microsoft-onenote": "microsoft-onenote";
|
|
610
|
+
readonly "microsoft-outlook": "microsoft-outlook";
|
|
611
|
+
readonly "microsoft-outlook-calendar": "microsoft-outlook-calendar";
|
|
612
|
+
readonly "microsoft-sharepoint": "microsoft-sharepoint";
|
|
613
|
+
readonly "microsoft-teams": "microsoft-teams";
|
|
614
|
+
readonly "microsoft-todo": "microsoft-todo";
|
|
615
|
+
readonly notion: "notion";
|
|
616
|
+
readonly prefect: "prefect";
|
|
617
|
+
readonly "pydantic-logfire": "pydantic-logfire";
|
|
618
|
+
readonly salesforce: "salesforce";
|
|
619
|
+
readonly sentry: "sentry";
|
|
620
|
+
readonly slack: "slack";
|
|
621
|
+
readonly snowflake: "snowflake";
|
|
622
|
+
readonly stripe: "stripe";
|
|
623
|
+
readonly xero: "xero";
|
|
624
|
+
readonly zendesk: "zendesk";
|
|
625
|
+
};
|
|
626
|
+
declare const DataIntegrationOwnership: {
|
|
627
|
+
readonly userland_user: "userland_user";
|
|
628
|
+
readonly organization: "organization";
|
|
629
|
+
};
|
|
630
|
+
declare const DataIntegrationCredentialsType: {
|
|
631
|
+
readonly shared: "shared";
|
|
632
|
+
readonly custom: "custom";
|
|
633
|
+
};
|
|
634
|
+
type DataIntegrationScopes = string[] | null;
|
|
635
|
+
type DataIntegrationInstallation = DataInstallation | null;
|
|
636
|
+
interface DataIntegration {
|
|
637
|
+
object: DataIntegrationObject;
|
|
638
|
+
id: string;
|
|
639
|
+
name: string;
|
|
640
|
+
description?: DataIntegrationDescription;
|
|
641
|
+
slug: string;
|
|
642
|
+
integrationType: (typeof DataIntegrationIntegrationType)[keyof typeof DataIntegrationIntegrationType];
|
|
643
|
+
ownership: (typeof DataIntegrationOwnership)[keyof typeof DataIntegrationOwnership];
|
|
644
|
+
credentialsType: (typeof DataIntegrationCredentialsType)[keyof typeof DataIntegrationCredentialsType];
|
|
645
|
+
scopes?: DataIntegrationScopes;
|
|
646
|
+
createdAt: string;
|
|
647
|
+
updatedAt: string;
|
|
648
|
+
installation?: DataIntegrationInstallation;
|
|
649
|
+
}
|
|
650
|
+
interface DataIntegrationsResponse {
|
|
651
|
+
data: DataIntegration[];
|
|
652
|
+
}
|
|
653
|
+
type GetDataIntegrationAuthorizeUrlResponseAllOf = {
|
|
654
|
+
url: string;
|
|
655
|
+
redirectToken: string;
|
|
656
|
+
};
|
|
657
|
+
type GetDataIntegrationAuthorizeUrlResponseAllOfTwo = {
|
|
658
|
+
handoffToken?: string;
|
|
659
|
+
};
|
|
660
|
+
type GetDataIntegrationAuthorizeUrlResponse = GetDataIntegrationAuthorizeUrlResponseAllOf & GetDataIntegrationAuthorizeUrlResponseAllOfTwo;
|
|
661
|
+
interface GetAuthorizationStatusResponse {
|
|
662
|
+
isConnecting: boolean;
|
|
663
|
+
}
|
|
664
|
+
type DirectoryType = (typeof DirectoryType)[keyof typeof DirectoryType];
|
|
665
|
+
declare const DirectoryType: {
|
|
666
|
+
readonly azure_scim_v20: "azure scim v2.0";
|
|
667
|
+
readonly bamboohr: "bamboohr";
|
|
668
|
+
readonly breathe_hr: "breathe hr";
|
|
669
|
+
readonly cezanne_hr: "cezanne hr";
|
|
670
|
+
readonly cyberark_scim_v20: "cyberark scim v2.0";
|
|
671
|
+
readonly fourth_hr: "fourth hr";
|
|
672
|
+
readonly generic_scim_v20: "generic scim v2.0";
|
|
673
|
+
readonly gsuite_directory: "gsuite directory";
|
|
674
|
+
readonly gusto: "gusto";
|
|
675
|
+
readonly hibob: "hibob";
|
|
676
|
+
readonly jump_cloud_scim_v20: "jump cloud scim v2.0";
|
|
677
|
+
readonly okta_scim_v20: "okta scim v2.0";
|
|
678
|
+
readonly onelogin_scim_v20: "onelogin scim v2.0";
|
|
679
|
+
readonly people_hr: "people hr";
|
|
680
|
+
readonly personio: "personio";
|
|
681
|
+
readonly pingfederate_scim_v20: "pingfederate scim v2.0";
|
|
682
|
+
readonly rippling: "rippling";
|
|
683
|
+
readonly rippling_scim_v20: "rippling scim v2.0";
|
|
684
|
+
readonly s3: "s3";
|
|
685
|
+
readonly sailpoint_scim_v20: "sailpoint scim v2.0";
|
|
686
|
+
readonly sftp: "sftp";
|
|
687
|
+
readonly sftp_workday: "sftp workday";
|
|
688
|
+
readonly workday: "workday";
|
|
689
|
+
};
|
|
690
|
+
type DirectoryState = (typeof DirectoryState)[keyof typeof DirectoryState];
|
|
691
|
+
declare const DirectoryState: {
|
|
692
|
+
readonly requires_type: "requires_type";
|
|
693
|
+
readonly linked: "linked";
|
|
694
|
+
readonly validating: "validating";
|
|
695
|
+
readonly invalid_credentials: "invalid_credentials";
|
|
696
|
+
readonly unlinked: "unlinked";
|
|
697
|
+
readonly deleting: "deleting";
|
|
698
|
+
};
|
|
699
|
+
interface DirectoryUsersMetadata {
|
|
700
|
+
active: number;
|
|
701
|
+
inactive: number;
|
|
702
|
+
}
|
|
703
|
+
interface DirectoryMetadata {
|
|
704
|
+
users: DirectoryUsersMetadata;
|
|
705
|
+
groups: number;
|
|
706
|
+
}
|
|
707
|
+
interface Directory {
|
|
708
|
+
id: string;
|
|
709
|
+
name: string;
|
|
710
|
+
type: DirectoryType;
|
|
711
|
+
state: DirectoryState;
|
|
712
|
+
createdAt: string;
|
|
713
|
+
updatedAt: string;
|
|
714
|
+
metadata: DirectoryMetadata;
|
|
715
|
+
}
|
|
716
|
+
interface DirectoriesResponse {
|
|
717
|
+
data: Directory[];
|
|
718
|
+
link: string;
|
|
719
|
+
}
|
|
720
|
+
type CreateOrganizationApiKey400 = {
|
|
721
|
+
message: string;
|
|
722
|
+
};
|
|
723
|
+
type CreateOrganizationApiKey403 = {
|
|
724
|
+
message: string;
|
|
725
|
+
};
|
|
726
|
+
type CreateOrganizationApiKey404 = {
|
|
727
|
+
message: string;
|
|
728
|
+
};
|
|
729
|
+
type CreateOrganizationApiKey422ErrorsItem = {
|
|
730
|
+
code: string;
|
|
731
|
+
field: string;
|
|
732
|
+
};
|
|
733
|
+
type CreateOrganizationApiKey422 = {
|
|
734
|
+
message: string;
|
|
735
|
+
errors: CreateOrganizationApiKey422ErrorsItem[];
|
|
736
|
+
};
|
|
737
|
+
type ListOrganizationApiKeysParams = {
|
|
738
|
+
limit?: number;
|
|
739
|
+
before?: string;
|
|
740
|
+
after?: string;
|
|
741
|
+
search?: string;
|
|
742
|
+
};
|
|
743
|
+
type ListOrganizationApiKeys400 = {
|
|
744
|
+
message: string;
|
|
745
|
+
};
|
|
746
|
+
type ListOrganizationApiKeys403 = {
|
|
747
|
+
message: string;
|
|
748
|
+
};
|
|
749
|
+
type ListOrganizationApiKeyPermissionsParams = {
|
|
750
|
+
search?: string;
|
|
751
|
+
limit?: number;
|
|
752
|
+
before?: string;
|
|
753
|
+
after?: string;
|
|
754
|
+
};
|
|
755
|
+
type ListOrganizationApiKeyPermissions400 = {
|
|
756
|
+
message: string;
|
|
757
|
+
};
|
|
758
|
+
type ListOrganizationApiKeyPermissions403 = {
|
|
759
|
+
message: string;
|
|
760
|
+
};
|
|
761
|
+
type DeleteOrganizationApiKey200 = {
|
|
762
|
+
success: boolean;
|
|
763
|
+
};
|
|
764
|
+
type DeleteOrganizationApiKey403 = {
|
|
765
|
+
message: string;
|
|
766
|
+
};
|
|
767
|
+
type DeleteOrganizationApiKey404 = {
|
|
768
|
+
message: string;
|
|
769
|
+
};
|
|
770
|
+
type DeleteDataInstallation200 = {
|
|
771
|
+
success: boolean;
|
|
772
|
+
};
|
|
773
|
+
type DeleteDataInstallation403 = {
|
|
774
|
+
message: string;
|
|
775
|
+
};
|
|
776
|
+
type DeleteDataInstallation404 = {
|
|
777
|
+
message: string;
|
|
778
|
+
};
|
|
779
|
+
type MyDataIntegrations403 = {
|
|
780
|
+
message: string;
|
|
781
|
+
};
|
|
782
|
+
type GetDataInstallationAuthorizationStatus400 = {
|
|
783
|
+
message: string;
|
|
784
|
+
};
|
|
785
|
+
type GetDataInstallationAuthorizationStatus403 = {
|
|
786
|
+
message: string;
|
|
214
787
|
};
|
|
215
|
-
type
|
|
216
|
-
|
|
788
|
+
type GetDataInstallationAuthorizationStatus404 = {
|
|
789
|
+
message: string;
|
|
790
|
+
};
|
|
791
|
+
type GetDataIntegrationAuthorizeUrlParams = {
|
|
792
|
+
requireHandoff?: boolean;
|
|
793
|
+
};
|
|
794
|
+
type GetDataIntegrationAuthorizeUrl400 = {
|
|
795
|
+
message: string;
|
|
796
|
+
};
|
|
797
|
+
type GetDataIntegrationAuthorizeUrl403 = {
|
|
798
|
+
message: string;
|
|
799
|
+
};
|
|
800
|
+
type GetDataIntegrationAuthorizeUrl404 = {
|
|
801
|
+
message: string;
|
|
802
|
+
};
|
|
803
|
+
type InviteMemberBodyFirstName = string | null;
|
|
804
|
+
type InviteMemberBodyLastName = string | null;
|
|
805
|
+
type InviteMemberBody = {
|
|
806
|
+
email: string;
|
|
807
|
+
firstName?: InviteMemberBodyFirstName;
|
|
808
|
+
lastName?: InviteMemberBodyLastName;
|
|
809
|
+
roles: string[];
|
|
810
|
+
};
|
|
811
|
+
type InviteMember201 = {
|
|
812
|
+
success: boolean;
|
|
813
|
+
};
|
|
814
|
+
type InviteMember400 = {
|
|
815
|
+
message: string;
|
|
816
|
+
};
|
|
817
|
+
type InviteMember403 = {
|
|
818
|
+
message: string;
|
|
819
|
+
};
|
|
820
|
+
type InviteMember404 = {
|
|
821
|
+
message: string;
|
|
822
|
+
};
|
|
823
|
+
type RevokeInvite200 = {
|
|
824
|
+
id: string;
|
|
825
|
+
success: boolean;
|
|
826
|
+
};
|
|
827
|
+
type RevokeInvite400 = {
|
|
828
|
+
message: string;
|
|
829
|
+
};
|
|
830
|
+
type RevokeInvite403 = {
|
|
831
|
+
message: string;
|
|
832
|
+
};
|
|
833
|
+
type RevokeInvite404 = {
|
|
834
|
+
message: string;
|
|
835
|
+
};
|
|
836
|
+
type ResendInvite201Id = string | null;
|
|
837
|
+
type ResendInvite201 = {
|
|
838
|
+
id?: ResendInvite201Id;
|
|
839
|
+
success: boolean;
|
|
840
|
+
};
|
|
841
|
+
type ResendInvite400 = {
|
|
842
|
+
message: string;
|
|
843
|
+
};
|
|
844
|
+
type ResendInvite403 = {
|
|
845
|
+
message: string;
|
|
846
|
+
};
|
|
847
|
+
type ResendInvite404 = {
|
|
848
|
+
message: string;
|
|
849
|
+
};
|
|
850
|
+
type ResendInvite422 = {
|
|
851
|
+
message: string;
|
|
852
|
+
};
|
|
853
|
+
type MembersParams = {
|
|
854
|
+
search?: string;
|
|
855
|
+
limit?: string;
|
|
856
|
+
before?: string;
|
|
857
|
+
after?: string;
|
|
858
|
+
role?: string;
|
|
859
|
+
};
|
|
860
|
+
type Members200 = {
|
|
861
|
+
data: Member[];
|
|
862
|
+
list_metadata: ListMetadata;
|
|
863
|
+
};
|
|
864
|
+
type Members403 = {
|
|
865
|
+
message: string;
|
|
866
|
+
};
|
|
867
|
+
type Members404 = {
|
|
868
|
+
message: string;
|
|
869
|
+
};
|
|
870
|
+
type RemoveMember200 = {
|
|
871
|
+
id: string;
|
|
872
|
+
success: boolean;
|
|
873
|
+
};
|
|
874
|
+
type RemoveMember400 = {
|
|
875
|
+
message: string;
|
|
876
|
+
};
|
|
877
|
+
type RemoveMember403 = {
|
|
878
|
+
message: string;
|
|
879
|
+
};
|
|
880
|
+
type RemoveMember404 = {
|
|
881
|
+
message: string;
|
|
882
|
+
};
|
|
883
|
+
type UpdateMemberBody = {
|
|
884
|
+
roles: string[];
|
|
885
|
+
};
|
|
886
|
+
type UpdateMember200 = {
|
|
887
|
+
id: string;
|
|
888
|
+
success: boolean;
|
|
889
|
+
};
|
|
890
|
+
type UpdateMember400 = {
|
|
891
|
+
message: string;
|
|
892
|
+
};
|
|
893
|
+
type UpdateMember403 = {
|
|
894
|
+
message: string;
|
|
895
|
+
};
|
|
896
|
+
type UpdateMember404 = {
|
|
897
|
+
message: string;
|
|
898
|
+
};
|
|
899
|
+
type UpdateMember422 = {
|
|
900
|
+
message: string;
|
|
901
|
+
};
|
|
902
|
+
type Organizations403 = {
|
|
903
|
+
message: string;
|
|
904
|
+
};
|
|
905
|
+
type Organizations404 = {
|
|
906
|
+
message: string;
|
|
907
|
+
};
|
|
908
|
+
type Roles403 = {
|
|
909
|
+
message: string;
|
|
910
|
+
};
|
|
911
|
+
type Roles404 = {
|
|
912
|
+
message: string;
|
|
913
|
+
};
|
|
914
|
+
type RolesAndConfig403 = {
|
|
915
|
+
message: string;
|
|
916
|
+
};
|
|
917
|
+
type RolesAndConfig404 = {
|
|
918
|
+
message: string;
|
|
919
|
+
};
|
|
920
|
+
type AuthenticationInformation403 = {
|
|
921
|
+
message: string;
|
|
922
|
+
};
|
|
923
|
+
type CreatePassword201 = {
|
|
924
|
+
success: boolean;
|
|
925
|
+
};
|
|
926
|
+
type CreatePassword400 = {
|
|
927
|
+
message: string;
|
|
928
|
+
};
|
|
929
|
+
type CreatePassword403 = {
|
|
930
|
+
message: string;
|
|
931
|
+
};
|
|
932
|
+
type CreateTotpFactor400 = {
|
|
933
|
+
message: string;
|
|
934
|
+
};
|
|
935
|
+
type CreateTotpFactor403 = {
|
|
936
|
+
message: string;
|
|
937
|
+
};
|
|
938
|
+
type Me403 = {
|
|
939
|
+
message: string;
|
|
940
|
+
};
|
|
941
|
+
type UpdateMeBody = {
|
|
942
|
+
firstName?: string;
|
|
943
|
+
lastName?: string;
|
|
944
|
+
locale?: string;
|
|
945
|
+
};
|
|
946
|
+
type UpdateMe400 = {
|
|
947
|
+
message: string;
|
|
948
|
+
};
|
|
949
|
+
type UpdateMe403 = {
|
|
950
|
+
message: string;
|
|
951
|
+
};
|
|
952
|
+
type RegisterPasskey400 = {
|
|
953
|
+
message: string;
|
|
954
|
+
};
|
|
955
|
+
type RegisterPasskey403 = {
|
|
956
|
+
message: string;
|
|
957
|
+
};
|
|
958
|
+
type VerifyPasskey200 = {
|
|
959
|
+
success: boolean;
|
|
960
|
+
};
|
|
961
|
+
type VerifyPasskey400 = {
|
|
962
|
+
message: string;
|
|
963
|
+
};
|
|
964
|
+
type VerifyPasskey403 = {
|
|
965
|
+
message: string;
|
|
966
|
+
};
|
|
967
|
+
type DeletePasskey200 = {
|
|
968
|
+
success: boolean;
|
|
969
|
+
};
|
|
970
|
+
type DeletePasskey400 = {
|
|
971
|
+
message: string;
|
|
972
|
+
};
|
|
973
|
+
type DeletePasskey403 = {
|
|
974
|
+
message: string;
|
|
975
|
+
};
|
|
976
|
+
type SendVerification400 = {
|
|
977
|
+
message: string;
|
|
978
|
+
};
|
|
979
|
+
type SendVerification403 = {
|
|
980
|
+
message: string;
|
|
981
|
+
};
|
|
982
|
+
type Sessions403 = {
|
|
983
|
+
message: string;
|
|
984
|
+
};
|
|
985
|
+
type RevokeAllSessions200 = {
|
|
986
|
+
success: boolean;
|
|
987
|
+
};
|
|
988
|
+
type RevokeAllSessions400 = {
|
|
989
|
+
message: string;
|
|
990
|
+
};
|
|
991
|
+
type RevokeAllSessions403 = {
|
|
992
|
+
message: string;
|
|
993
|
+
};
|
|
994
|
+
type RevokeSession200 = {
|
|
995
|
+
success: boolean;
|
|
996
|
+
};
|
|
997
|
+
type RevokeSession400 = {
|
|
998
|
+
message: string;
|
|
999
|
+
};
|
|
1000
|
+
type RevokeSession403 = {
|
|
1001
|
+
message: string;
|
|
1002
|
+
};
|
|
1003
|
+
type DeleteTotpFactors200 = {
|
|
1004
|
+
success: boolean;
|
|
1005
|
+
};
|
|
1006
|
+
type DeleteTotpFactors400 = {
|
|
1007
|
+
message: string;
|
|
1008
|
+
};
|
|
1009
|
+
type DeleteTotpFactors403 = {
|
|
1010
|
+
message: string;
|
|
1011
|
+
};
|
|
1012
|
+
type UpdatePassword201 = {
|
|
1013
|
+
success: boolean;
|
|
1014
|
+
};
|
|
1015
|
+
type UpdatePassword400 = {
|
|
1016
|
+
message: string;
|
|
1017
|
+
};
|
|
1018
|
+
type UpdatePassword403 = {
|
|
1019
|
+
message: string;
|
|
1020
|
+
};
|
|
1021
|
+
type Verify400 = {
|
|
1022
|
+
message: string;
|
|
1023
|
+
};
|
|
1024
|
+
type Verify403 = {
|
|
1025
|
+
message: string;
|
|
1026
|
+
};
|
|
1027
|
+
type VerifyTotpFactor200 = {
|
|
1028
|
+
success: boolean;
|
|
1029
|
+
};
|
|
1030
|
+
type VerifyTotpFactor400 = {
|
|
1031
|
+
message: string;
|
|
1032
|
+
};
|
|
1033
|
+
type VerifyTotpFactor403 = {
|
|
1034
|
+
message: string;
|
|
1035
|
+
};
|
|
1036
|
+
type GenerateAdminPortalLinkParams = {
|
|
1037
|
+
intent: GenerateAdminPortalLinkIntent;
|
|
1038
|
+
};
|
|
1039
|
+
type GenerateAdminPortalLinkIntent = (typeof GenerateAdminPortalLinkIntent)[keyof typeof GenerateAdminPortalLinkIntent];
|
|
1040
|
+
declare const GenerateAdminPortalLinkIntent: {
|
|
1041
|
+
readonly domain_verification: "domain_verification";
|
|
1042
|
+
readonly sso: "sso";
|
|
1043
|
+
};
|
|
1044
|
+
type GenerateAdminPortalLink201 = {
|
|
1045
|
+
link: string;
|
|
1046
|
+
};
|
|
1047
|
+
type GenerateAdminPortalLink403 = {
|
|
1048
|
+
message: string;
|
|
1049
|
+
};
|
|
1050
|
+
type GenerateAdminPortalLink404 = {
|
|
1051
|
+
message: string;
|
|
1052
|
+
};
|
|
1053
|
+
type GenerateAdminPortalLink500 = {
|
|
1054
|
+
message: string;
|
|
1055
|
+
};
|
|
1056
|
+
type ListOrganizationDomains200 = {
|
|
1057
|
+
data: OrganizationDomain[];
|
|
1058
|
+
};
|
|
1059
|
+
type ListOrganizationDomains403 = {
|
|
1060
|
+
message: string;
|
|
1061
|
+
};
|
|
1062
|
+
type ListOrganizationDomains404 = {
|
|
1063
|
+
message: string;
|
|
1064
|
+
};
|
|
1065
|
+
type DeleteOrganizationDomain403 = {
|
|
1066
|
+
message: string;
|
|
1067
|
+
};
|
|
1068
|
+
type DeleteOrganizationDomain404 = {
|
|
1069
|
+
message: string;
|
|
1070
|
+
};
|
|
1071
|
+
type ReverifyOrganizationDomain403 = {
|
|
1072
|
+
message: string;
|
|
1073
|
+
};
|
|
1074
|
+
type ReverifyOrganizationDomain404 = {
|
|
1075
|
+
message: string;
|
|
1076
|
+
};
|
|
1077
|
+
type ListDirectories403 = {
|
|
1078
|
+
message: string;
|
|
1079
|
+
};
|
|
1080
|
+
type ListDirectories404 = {
|
|
1081
|
+
message: string;
|
|
1082
|
+
};
|
|
1083
|
+
type Settings403 = {
|
|
1084
|
+
message: string;
|
|
1085
|
+
};
|
|
1086
|
+
type createOrganizationApiKeyResponse201 = {
|
|
1087
|
+
data: CreateOrganizationApiKeyResponse;
|
|
1088
|
+
status: 201;
|
|
1089
|
+
};
|
|
1090
|
+
type createOrganizationApiKeyResponse400 = {
|
|
1091
|
+
data: CreateOrganizationApiKey400;
|
|
1092
|
+
status: 400;
|
|
1093
|
+
};
|
|
1094
|
+
type createOrganizationApiKeyResponse403 = {
|
|
1095
|
+
data: CreateOrganizationApiKey403;
|
|
217
1096
|
status: 403;
|
|
218
1097
|
};
|
|
219
|
-
type
|
|
220
|
-
data:
|
|
1098
|
+
type createOrganizationApiKeyResponse404 = {
|
|
1099
|
+
data: CreateOrganizationApiKey404;
|
|
221
1100
|
status: 404;
|
|
222
1101
|
};
|
|
223
|
-
type
|
|
1102
|
+
type createOrganizationApiKeyResponse422 = {
|
|
1103
|
+
data: CreateOrganizationApiKey422;
|
|
1104
|
+
status: 422;
|
|
1105
|
+
};
|
|
1106
|
+
type createOrganizationApiKeyResponseSuccess = createOrganizationApiKeyResponse201 & {
|
|
224
1107
|
headers: Headers;
|
|
225
1108
|
};
|
|
226
|
-
type
|
|
1109
|
+
type createOrganizationApiKeyResponseError = (createOrganizationApiKeyResponse400 | createOrganizationApiKeyResponse403 | createOrganizationApiKeyResponse404 | createOrganizationApiKeyResponse422) & {
|
|
227
1110
|
headers: Headers;
|
|
228
1111
|
};
|
|
229
|
-
type
|
|
230
|
-
declare const
|
|
231
|
-
declare const
|
|
232
|
-
declare const
|
|
233
|
-
|
|
234
|
-
|
|
1112
|
+
type createOrganizationApiKeyResponse = createOrganizationApiKeyResponseSuccess | createOrganizationApiKeyResponseError;
|
|
1113
|
+
declare const getCreateOrganizationApiKeyUrl: () => string;
|
|
1114
|
+
declare const createOrganizationApiKey: (createOrganizationApiKeyRequest: CreateOrganizationApiKeyRequest, options?: RequestInit) => Promise<createOrganizationApiKeyResponse>;
|
|
1115
|
+
declare const getCreateOrganizationApiKeyMutationOptions: <TError = CreateOrganizationApiKey400 | CreateOrganizationApiKey403 | CreateOrganizationApiKey404 | CreateOrganizationApiKey422, TContext = unknown>(options?: {
|
|
1116
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof createOrganizationApiKey>>, TError, {
|
|
1117
|
+
data: CreateOrganizationApiKeyRequest;
|
|
1118
|
+
}, TContext>;
|
|
235
1119
|
fetch?: RequestInit;
|
|
236
|
-
}) =>
|
|
1120
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof createOrganizationApiKey>>, TError, {
|
|
1121
|
+
data: CreateOrganizationApiKeyRequest;
|
|
1122
|
+
}, TContext>;
|
|
1123
|
+
type CreateOrganizationApiKeyMutationResult = NonNullable<Awaited<ReturnType<typeof createOrganizationApiKey>>>;
|
|
1124
|
+
type CreateOrganizationApiKeyMutationBody = CreateOrganizationApiKeyRequest;
|
|
1125
|
+
type CreateOrganizationApiKeyMutationError = CreateOrganizationApiKey400 | CreateOrganizationApiKey403 | CreateOrganizationApiKey404 | CreateOrganizationApiKey422;
|
|
1126
|
+
declare const useCreateOrganizationApiKey: <TError = CreateOrganizationApiKey400 | CreateOrganizationApiKey403 | CreateOrganizationApiKey404 | CreateOrganizationApiKey422, TContext = unknown>(options?: {
|
|
1127
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof createOrganizationApiKey>>, TError, {
|
|
1128
|
+
data: CreateOrganizationApiKeyRequest;
|
|
1129
|
+
}, TContext>;
|
|
1130
|
+
fetch?: RequestInit;
|
|
1131
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof createOrganizationApiKey>>, TError, {
|
|
1132
|
+
data: CreateOrganizationApiKeyRequest;
|
|
1133
|
+
}, TContext>;
|
|
1134
|
+
type listOrganizationApiKeysResponse200 = {
|
|
1135
|
+
data: ListOrganizationApiKeysResponse;
|
|
1136
|
+
status: 200;
|
|
1137
|
+
};
|
|
1138
|
+
type listOrganizationApiKeysResponse400 = {
|
|
1139
|
+
data: ListOrganizationApiKeys400;
|
|
1140
|
+
status: 400;
|
|
1141
|
+
};
|
|
1142
|
+
type listOrganizationApiKeysResponse403 = {
|
|
1143
|
+
data: ListOrganizationApiKeys403;
|
|
1144
|
+
status: 403;
|
|
1145
|
+
};
|
|
1146
|
+
type listOrganizationApiKeysResponseSuccess = listOrganizationApiKeysResponse200 & {
|
|
1147
|
+
headers: Headers;
|
|
1148
|
+
};
|
|
1149
|
+
type listOrganizationApiKeysResponseError = (listOrganizationApiKeysResponse400 | listOrganizationApiKeysResponse403) & {
|
|
1150
|
+
headers: Headers;
|
|
1151
|
+
};
|
|
1152
|
+
type listOrganizationApiKeysResponse = listOrganizationApiKeysResponseSuccess | listOrganizationApiKeysResponseError;
|
|
1153
|
+
declare const getListOrganizationApiKeysUrl: (params?: ListOrganizationApiKeysParams) => string;
|
|
1154
|
+
declare const listOrganizationApiKeys: (params?: ListOrganizationApiKeysParams, options?: RequestInit) => Promise<listOrganizationApiKeysResponse>;
|
|
1155
|
+
declare const getListOrganizationApiKeysQueryKey: (params?: ListOrganizationApiKeysParams) => readonly ["https://api.workos.com/_widgets/ApiKeys/organization-api-keys", ...ListOrganizationApiKeysParams[]];
|
|
1156
|
+
declare const getListOrganizationApiKeysQueryOptions: <TData = Awaited<ReturnType<typeof listOrganizationApiKeys>>, TError = ListOrganizationApiKeys400 | ListOrganizationApiKeys403>(params?: ListOrganizationApiKeysParams, options?: {
|
|
1157
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof listOrganizationApiKeys>>, TError, TData>>;
|
|
1158
|
+
fetch?: RequestInit;
|
|
1159
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof listOrganizationApiKeys>>, TError, TData> & {
|
|
237
1160
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
238
1161
|
};
|
|
239
|
-
type
|
|
240
|
-
type
|
|
241
|
-
declare function
|
|
242
|
-
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
1162
|
+
type ListOrganizationApiKeysQueryResult = NonNullable<Awaited<ReturnType<typeof listOrganizationApiKeys>>>;
|
|
1163
|
+
type ListOrganizationApiKeysQueryError = ListOrganizationApiKeys400 | ListOrganizationApiKeys403;
|
|
1164
|
+
declare function useListOrganizationApiKeys<TData = Awaited<ReturnType<typeof listOrganizationApiKeys>>, TError = ListOrganizationApiKeys400 | ListOrganizationApiKeys403>(params: undefined | ListOrganizationApiKeysParams, options: {
|
|
1165
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof listOrganizationApiKeys>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof listOrganizationApiKeys>>, TError, Awaited<ReturnType<typeof listOrganizationApiKeys>>>, "initialData">;
|
|
243
1166
|
fetch?: RequestInit;
|
|
244
1167
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
245
1168
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
246
1169
|
};
|
|
247
|
-
declare function
|
|
248
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
1170
|
+
declare function useListOrganizationApiKeys<TData = Awaited<ReturnType<typeof listOrganizationApiKeys>>, TError = ListOrganizationApiKeys400 | ListOrganizationApiKeys403>(params?: ListOrganizationApiKeysParams, options?: {
|
|
1171
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof listOrganizationApiKeys>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof listOrganizationApiKeys>>, TError, Awaited<ReturnType<typeof listOrganizationApiKeys>>>, "initialData">;
|
|
249
1172
|
fetch?: RequestInit;
|
|
250
1173
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
251
1174
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
252
1175
|
};
|
|
253
|
-
declare function
|
|
254
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
1176
|
+
declare function useListOrganizationApiKeys<TData = Awaited<ReturnType<typeof listOrganizationApiKeys>>, TError = ListOrganizationApiKeys400 | ListOrganizationApiKeys403>(params?: ListOrganizationApiKeysParams, options?: {
|
|
1177
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof listOrganizationApiKeys>>, TError, TData>>;
|
|
255
1178
|
fetch?: RequestInit;
|
|
256
1179
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
257
1180
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
258
1181
|
};
|
|
259
|
-
type
|
|
260
|
-
data:
|
|
1182
|
+
type listOrganizationApiKeyPermissionsResponse200 = {
|
|
1183
|
+
data: ListOrganizationApiKeyPermissionsResponse;
|
|
261
1184
|
status: 200;
|
|
262
1185
|
};
|
|
263
|
-
type
|
|
264
|
-
data:
|
|
265
|
-
status:
|
|
1186
|
+
type listOrganizationApiKeyPermissionsResponse400 = {
|
|
1187
|
+
data: ListOrganizationApiKeyPermissions400;
|
|
1188
|
+
status: 400;
|
|
266
1189
|
};
|
|
267
|
-
type
|
|
268
|
-
data:
|
|
269
|
-
status:
|
|
1190
|
+
type listOrganizationApiKeyPermissionsResponse403 = {
|
|
1191
|
+
data: ListOrganizationApiKeyPermissions403;
|
|
1192
|
+
status: 403;
|
|
270
1193
|
};
|
|
271
|
-
type
|
|
1194
|
+
type listOrganizationApiKeyPermissionsResponseSuccess = listOrganizationApiKeyPermissionsResponse200 & {
|
|
272
1195
|
headers: Headers;
|
|
273
1196
|
};
|
|
274
|
-
type
|
|
1197
|
+
type listOrganizationApiKeyPermissionsResponseError = (listOrganizationApiKeyPermissionsResponse400 | listOrganizationApiKeyPermissionsResponse403) & {
|
|
275
1198
|
headers: Headers;
|
|
276
1199
|
};
|
|
277
|
-
type
|
|
278
|
-
declare const
|
|
279
|
-
declare const
|
|
280
|
-
declare const
|
|
281
|
-
declare const
|
|
282
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
1200
|
+
type listOrganizationApiKeyPermissionsResponse = listOrganizationApiKeyPermissionsResponseSuccess | listOrganizationApiKeyPermissionsResponseError;
|
|
1201
|
+
declare const getListOrganizationApiKeyPermissionsUrl: (params?: ListOrganizationApiKeyPermissionsParams) => string;
|
|
1202
|
+
declare const listOrganizationApiKeyPermissions: (params?: ListOrganizationApiKeyPermissionsParams, options?: RequestInit) => Promise<listOrganizationApiKeyPermissionsResponse>;
|
|
1203
|
+
declare const getListOrganizationApiKeyPermissionsQueryKey: (params?: ListOrganizationApiKeyPermissionsParams) => readonly ["https://api.workos.com/_widgets/ApiKeys/permissions", ...ListOrganizationApiKeyPermissionsParams[]];
|
|
1204
|
+
declare const getListOrganizationApiKeyPermissionsQueryOptions: <TData = Awaited<ReturnType<typeof listOrganizationApiKeyPermissions>>, TError = ListOrganizationApiKeyPermissions400 | ListOrganizationApiKeyPermissions403>(params?: ListOrganizationApiKeyPermissionsParams, options?: {
|
|
1205
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof listOrganizationApiKeyPermissions>>, TError, TData>>;
|
|
283
1206
|
fetch?: RequestInit;
|
|
284
|
-
}) => UseQueryOptions<Awaited<ReturnType<typeof
|
|
1207
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof listOrganizationApiKeyPermissions>>, TError, TData> & {
|
|
285
1208
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
286
1209
|
};
|
|
287
|
-
type
|
|
288
|
-
type
|
|
289
|
-
declare function
|
|
290
|
-
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
1210
|
+
type ListOrganizationApiKeyPermissionsQueryResult = NonNullable<Awaited<ReturnType<typeof listOrganizationApiKeyPermissions>>>;
|
|
1211
|
+
type ListOrganizationApiKeyPermissionsQueryError = ListOrganizationApiKeyPermissions400 | ListOrganizationApiKeyPermissions403;
|
|
1212
|
+
declare function useListOrganizationApiKeyPermissions<TData = Awaited<ReturnType<typeof listOrganizationApiKeyPermissions>>, TError = ListOrganizationApiKeyPermissions400 | ListOrganizationApiKeyPermissions403>(params: undefined | ListOrganizationApiKeyPermissionsParams, options: {
|
|
1213
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof listOrganizationApiKeyPermissions>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof listOrganizationApiKeyPermissions>>, TError, Awaited<ReturnType<typeof listOrganizationApiKeyPermissions>>>, "initialData">;
|
|
291
1214
|
fetch?: RequestInit;
|
|
292
1215
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
293
1216
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
294
1217
|
};
|
|
295
|
-
declare function
|
|
296
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
1218
|
+
declare function useListOrganizationApiKeyPermissions<TData = Awaited<ReturnType<typeof listOrganizationApiKeyPermissions>>, TError = ListOrganizationApiKeyPermissions400 | ListOrganizationApiKeyPermissions403>(params?: ListOrganizationApiKeyPermissionsParams, options?: {
|
|
1219
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof listOrganizationApiKeyPermissions>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof listOrganizationApiKeyPermissions>>, TError, Awaited<ReturnType<typeof listOrganizationApiKeyPermissions>>>, "initialData">;
|
|
297
1220
|
fetch?: RequestInit;
|
|
298
1221
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
299
1222
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
300
1223
|
};
|
|
301
|
-
declare function
|
|
302
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
1224
|
+
declare function useListOrganizationApiKeyPermissions<TData = Awaited<ReturnType<typeof listOrganizationApiKeyPermissions>>, TError = ListOrganizationApiKeyPermissions400 | ListOrganizationApiKeyPermissions403>(params?: ListOrganizationApiKeyPermissionsParams, options?: {
|
|
1225
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof listOrganizationApiKeyPermissions>>, TError, TData>>;
|
|
303
1226
|
fetch?: RequestInit;
|
|
304
1227
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
305
1228
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
306
1229
|
};
|
|
307
|
-
type
|
|
308
|
-
data:
|
|
1230
|
+
type deleteOrganizationApiKeyResponse200 = {
|
|
1231
|
+
data: DeleteOrganizationApiKey200;
|
|
309
1232
|
status: 200;
|
|
310
1233
|
};
|
|
311
|
-
type
|
|
312
|
-
data:
|
|
1234
|
+
type deleteOrganizationApiKeyResponse403 = {
|
|
1235
|
+
data: DeleteOrganizationApiKey403;
|
|
313
1236
|
status: 403;
|
|
314
1237
|
};
|
|
315
|
-
type
|
|
316
|
-
data:
|
|
1238
|
+
type deleteOrganizationApiKeyResponse404 = {
|
|
1239
|
+
data: DeleteOrganizationApiKey404;
|
|
317
1240
|
status: 404;
|
|
318
1241
|
};
|
|
319
|
-
type
|
|
1242
|
+
type deleteOrganizationApiKeyResponseSuccess = deleteOrganizationApiKeyResponse200 & {
|
|
320
1243
|
headers: Headers;
|
|
321
1244
|
};
|
|
322
|
-
type
|
|
1245
|
+
type deleteOrganizationApiKeyResponseError = (deleteOrganizationApiKeyResponse403 | deleteOrganizationApiKeyResponse404) & {
|
|
323
1246
|
headers: Headers;
|
|
324
1247
|
};
|
|
325
|
-
type
|
|
326
|
-
declare const
|
|
327
|
-
declare const
|
|
328
|
-
declare const
|
|
329
|
-
|
|
330
|
-
|
|
1248
|
+
type deleteOrganizationApiKeyResponse = deleteOrganizationApiKeyResponseSuccess | deleteOrganizationApiKeyResponseError;
|
|
1249
|
+
declare const getDeleteOrganizationApiKeyUrl: (apiKeyId: string) => string;
|
|
1250
|
+
declare const deleteOrganizationApiKey: (apiKeyId: string, options?: RequestInit) => Promise<deleteOrganizationApiKeyResponse>;
|
|
1251
|
+
declare const getDeleteOrganizationApiKeyMutationOptions: <TError = DeleteOrganizationApiKey403 | DeleteOrganizationApiKey404, TContext = unknown>(options?: {
|
|
1252
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteOrganizationApiKey>>, TError, {
|
|
1253
|
+
apiKeyId: string;
|
|
1254
|
+
}, TContext>;
|
|
331
1255
|
fetch?: RequestInit;
|
|
332
|
-
}) =>
|
|
1256
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof deleteOrganizationApiKey>>, TError, {
|
|
1257
|
+
apiKeyId: string;
|
|
1258
|
+
}, TContext>;
|
|
1259
|
+
type DeleteOrganizationApiKeyMutationResult = NonNullable<Awaited<ReturnType<typeof deleteOrganizationApiKey>>>;
|
|
1260
|
+
type DeleteOrganizationApiKeyMutationError = DeleteOrganizationApiKey403 | DeleteOrganizationApiKey404;
|
|
1261
|
+
declare const useDeleteOrganizationApiKey: <TError = DeleteOrganizationApiKey403 | DeleteOrganizationApiKey404, TContext = unknown>(options?: {
|
|
1262
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteOrganizationApiKey>>, TError, {
|
|
1263
|
+
apiKeyId: string;
|
|
1264
|
+
}, TContext>;
|
|
1265
|
+
fetch?: RequestInit;
|
|
1266
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof deleteOrganizationApiKey>>, TError, {
|
|
1267
|
+
apiKeyId: string;
|
|
1268
|
+
}, TContext>;
|
|
1269
|
+
type deleteDataInstallationResponse200 = {
|
|
1270
|
+
data: DeleteDataInstallation200;
|
|
1271
|
+
status: 200;
|
|
1272
|
+
};
|
|
1273
|
+
type deleteDataInstallationResponse403 = {
|
|
1274
|
+
data: DeleteDataInstallation403;
|
|
1275
|
+
status: 403;
|
|
1276
|
+
};
|
|
1277
|
+
type deleteDataInstallationResponse404 = {
|
|
1278
|
+
data: DeleteDataInstallation404;
|
|
1279
|
+
status: 404;
|
|
1280
|
+
};
|
|
1281
|
+
type deleteDataInstallationResponseSuccess = deleteDataInstallationResponse200 & {
|
|
1282
|
+
headers: Headers;
|
|
1283
|
+
};
|
|
1284
|
+
type deleteDataInstallationResponseError = (deleteDataInstallationResponse403 | deleteDataInstallationResponse404) & {
|
|
1285
|
+
headers: Headers;
|
|
1286
|
+
};
|
|
1287
|
+
type deleteDataInstallationResponse = deleteDataInstallationResponseSuccess | deleteDataInstallationResponseError;
|
|
1288
|
+
declare const getDeleteDataInstallationUrl: (installationId: string) => string;
|
|
1289
|
+
declare const deleteDataInstallation: (installationId: string, options?: RequestInit) => Promise<deleteDataInstallationResponse>;
|
|
1290
|
+
declare const getDeleteDataInstallationMutationOptions: <TError = DeleteDataInstallation403 | DeleteDataInstallation404, TContext = unknown>(options?: {
|
|
1291
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteDataInstallation>>, TError, {
|
|
1292
|
+
installationId: string;
|
|
1293
|
+
}, TContext>;
|
|
1294
|
+
fetch?: RequestInit;
|
|
1295
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof deleteDataInstallation>>, TError, {
|
|
1296
|
+
installationId: string;
|
|
1297
|
+
}, TContext>;
|
|
1298
|
+
type DeleteDataInstallationMutationResult = NonNullable<Awaited<ReturnType<typeof deleteDataInstallation>>>;
|
|
1299
|
+
type DeleteDataInstallationMutationError = DeleteDataInstallation403 | DeleteDataInstallation404;
|
|
1300
|
+
declare const useDeleteDataInstallation: <TError = DeleteDataInstallation403 | DeleteDataInstallation404, TContext = unknown>(options?: {
|
|
1301
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteDataInstallation>>, TError, {
|
|
1302
|
+
installationId: string;
|
|
1303
|
+
}, TContext>;
|
|
1304
|
+
fetch?: RequestInit;
|
|
1305
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof deleteDataInstallation>>, TError, {
|
|
1306
|
+
installationId: string;
|
|
1307
|
+
}, TContext>;
|
|
1308
|
+
type myDataIntegrationsResponse200 = {
|
|
1309
|
+
data: DataIntegrationsResponse;
|
|
1310
|
+
status: 200;
|
|
1311
|
+
};
|
|
1312
|
+
type myDataIntegrationsResponse403 = {
|
|
1313
|
+
data: MyDataIntegrations403;
|
|
1314
|
+
status: 403;
|
|
1315
|
+
};
|
|
1316
|
+
type myDataIntegrationsResponseSuccess = myDataIntegrationsResponse200 & {
|
|
1317
|
+
headers: Headers;
|
|
1318
|
+
};
|
|
1319
|
+
type myDataIntegrationsResponseError = myDataIntegrationsResponse403 & {
|
|
1320
|
+
headers: Headers;
|
|
1321
|
+
};
|
|
1322
|
+
type myDataIntegrationsResponse = myDataIntegrationsResponseSuccess | myDataIntegrationsResponseError;
|
|
1323
|
+
declare const getMyDataIntegrationsUrl: () => string;
|
|
1324
|
+
declare const myDataIntegrations: (options?: RequestInit) => Promise<myDataIntegrationsResponse>;
|
|
1325
|
+
declare const getMyDataIntegrationsQueryKey: () => readonly ["https://api.workos.com/_widgets/DataIntegrations/mine"];
|
|
1326
|
+
declare const getMyDataIntegrationsQueryOptions: <TData = Awaited<ReturnType<typeof myDataIntegrations>>, TError = MyDataIntegrations403>(options?: {
|
|
1327
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof myDataIntegrations>>, TError, TData>>;
|
|
1328
|
+
fetch?: RequestInit;
|
|
1329
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof myDataIntegrations>>, TError, TData> & {
|
|
333
1330
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
334
1331
|
};
|
|
335
|
-
type
|
|
336
|
-
type
|
|
337
|
-
declare function
|
|
338
|
-
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
1332
|
+
type MyDataIntegrationsQueryResult = NonNullable<Awaited<ReturnType<typeof myDataIntegrations>>>;
|
|
1333
|
+
type MyDataIntegrationsQueryError = MyDataIntegrations403;
|
|
1334
|
+
declare function useMyDataIntegrations<TData = Awaited<ReturnType<typeof myDataIntegrations>>, TError = MyDataIntegrations403>(options: {
|
|
1335
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof myDataIntegrations>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof myDataIntegrations>>, TError, Awaited<ReturnType<typeof myDataIntegrations>>>, "initialData">;
|
|
339
1336
|
fetch?: RequestInit;
|
|
340
1337
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
341
1338
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
342
1339
|
};
|
|
343
|
-
declare function
|
|
344
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
1340
|
+
declare function useMyDataIntegrations<TData = Awaited<ReturnType<typeof myDataIntegrations>>, TError = MyDataIntegrations403>(options?: {
|
|
1341
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof myDataIntegrations>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof myDataIntegrations>>, TError, Awaited<ReturnType<typeof myDataIntegrations>>>, "initialData">;
|
|
345
1342
|
fetch?: RequestInit;
|
|
346
1343
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
347
1344
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
348
1345
|
};
|
|
349
|
-
declare function
|
|
350
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
1346
|
+
declare function useMyDataIntegrations<TData = Awaited<ReturnType<typeof myDataIntegrations>>, TError = MyDataIntegrations403>(options?: {
|
|
1347
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof myDataIntegrations>>, TError, TData>>;
|
|
1348
|
+
fetch?: RequestInit;
|
|
1349
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1350
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1351
|
+
};
|
|
1352
|
+
type getDataInstallationAuthorizationStatusResponse200 = {
|
|
1353
|
+
data: GetAuthorizationStatusResponse;
|
|
1354
|
+
status: 200;
|
|
1355
|
+
};
|
|
1356
|
+
type getDataInstallationAuthorizationStatusResponse400 = {
|
|
1357
|
+
data: GetDataInstallationAuthorizationStatus400;
|
|
1358
|
+
status: 400;
|
|
1359
|
+
};
|
|
1360
|
+
type getDataInstallationAuthorizationStatusResponse403 = {
|
|
1361
|
+
data: GetDataInstallationAuthorizationStatus403;
|
|
1362
|
+
status: 403;
|
|
1363
|
+
};
|
|
1364
|
+
type getDataInstallationAuthorizationStatusResponse404 = {
|
|
1365
|
+
data: GetDataInstallationAuthorizationStatus404;
|
|
1366
|
+
status: 404;
|
|
1367
|
+
};
|
|
1368
|
+
type getDataInstallationAuthorizationStatusResponseSuccess = getDataInstallationAuthorizationStatusResponse200 & {
|
|
1369
|
+
headers: Headers;
|
|
1370
|
+
};
|
|
1371
|
+
type getDataInstallationAuthorizationStatusResponseError = (getDataInstallationAuthorizationStatusResponse400 | getDataInstallationAuthorizationStatusResponse403 | getDataInstallationAuthorizationStatusResponse404) & {
|
|
1372
|
+
headers: Headers;
|
|
1373
|
+
};
|
|
1374
|
+
type getDataInstallationAuthorizationStatusResponse = getDataInstallationAuthorizationStatusResponseSuccess | getDataInstallationAuthorizationStatusResponseError;
|
|
1375
|
+
declare const getGetDataInstallationAuthorizationStatusUrl: (dataIntegrationId: string, state: string) => string;
|
|
1376
|
+
declare const getDataInstallationAuthorizationStatus: (dataIntegrationId: string, state: string, options?: RequestInit) => Promise<getDataInstallationAuthorizationStatusResponse>;
|
|
1377
|
+
declare const getGetDataInstallationAuthorizationStatusQueryKey: (dataIntegrationId?: string, state?: string) => readonly [`https://api.workos.com/_widgets/DataIntegrations/undefined/authorization-status/${string}` | `https://api.workos.com/_widgets/DataIntegrations/${string}/authorization-status/undefined` | `https://api.workos.com/_widgets/DataIntegrations/${string}/authorization-status/${string}`];
|
|
1378
|
+
declare const getGetDataInstallationAuthorizationStatusQueryOptions: <TData = Awaited<ReturnType<typeof getDataInstallationAuthorizationStatus>>, TError = GetDataInstallationAuthorizationStatus400 | GetDataInstallationAuthorizationStatus403 | GetDataInstallationAuthorizationStatus404>(dataIntegrationId: string, state: string, options?: {
|
|
1379
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getDataInstallationAuthorizationStatus>>, TError, TData>>;
|
|
1380
|
+
fetch?: RequestInit;
|
|
1381
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof getDataInstallationAuthorizationStatus>>, TError, TData> & {
|
|
1382
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1383
|
+
};
|
|
1384
|
+
type GetDataInstallationAuthorizationStatusQueryResult = NonNullable<Awaited<ReturnType<typeof getDataInstallationAuthorizationStatus>>>;
|
|
1385
|
+
type GetDataInstallationAuthorizationStatusQueryError = GetDataInstallationAuthorizationStatus400 | GetDataInstallationAuthorizationStatus403 | GetDataInstallationAuthorizationStatus404;
|
|
1386
|
+
declare function useGetDataInstallationAuthorizationStatus<TData = Awaited<ReturnType<typeof getDataInstallationAuthorizationStatus>>, TError = GetDataInstallationAuthorizationStatus400 | GetDataInstallationAuthorizationStatus403 | GetDataInstallationAuthorizationStatus404>(dataIntegrationId: string, state: string, options: {
|
|
1387
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getDataInstallationAuthorizationStatus>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getDataInstallationAuthorizationStatus>>, TError, Awaited<ReturnType<typeof getDataInstallationAuthorizationStatus>>>, "initialData">;
|
|
1388
|
+
fetch?: RequestInit;
|
|
1389
|
+
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
1390
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1391
|
+
};
|
|
1392
|
+
declare function useGetDataInstallationAuthorizationStatus<TData = Awaited<ReturnType<typeof getDataInstallationAuthorizationStatus>>, TError = GetDataInstallationAuthorizationStatus400 | GetDataInstallationAuthorizationStatus403 | GetDataInstallationAuthorizationStatus404>(dataIntegrationId: string, state: string, options?: {
|
|
1393
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getDataInstallationAuthorizationStatus>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getDataInstallationAuthorizationStatus>>, TError, Awaited<ReturnType<typeof getDataInstallationAuthorizationStatus>>>, "initialData">;
|
|
1394
|
+
fetch?: RequestInit;
|
|
1395
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1396
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1397
|
+
};
|
|
1398
|
+
declare function useGetDataInstallationAuthorizationStatus<TData = Awaited<ReturnType<typeof getDataInstallationAuthorizationStatus>>, TError = GetDataInstallationAuthorizationStatus400 | GetDataInstallationAuthorizationStatus403 | GetDataInstallationAuthorizationStatus404>(dataIntegrationId: string, state: string, options?: {
|
|
1399
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getDataInstallationAuthorizationStatus>>, TError, TData>>;
|
|
1400
|
+
fetch?: RequestInit;
|
|
1401
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1402
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1403
|
+
};
|
|
1404
|
+
type getDataIntegrationAuthorizeUrlResponse200 = {
|
|
1405
|
+
data: GetDataIntegrationAuthorizeUrlResponse;
|
|
1406
|
+
status: 200;
|
|
1407
|
+
};
|
|
1408
|
+
type getDataIntegrationAuthorizeUrlResponse400 = {
|
|
1409
|
+
data: GetDataIntegrationAuthorizeUrl400;
|
|
1410
|
+
status: 400;
|
|
1411
|
+
};
|
|
1412
|
+
type getDataIntegrationAuthorizeUrlResponse403 = {
|
|
1413
|
+
data: GetDataIntegrationAuthorizeUrl403;
|
|
1414
|
+
status: 403;
|
|
1415
|
+
};
|
|
1416
|
+
type getDataIntegrationAuthorizeUrlResponse404 = {
|
|
1417
|
+
data: GetDataIntegrationAuthorizeUrl404;
|
|
1418
|
+
status: 404;
|
|
1419
|
+
};
|
|
1420
|
+
type getDataIntegrationAuthorizeUrlResponseSuccess = getDataIntegrationAuthorizeUrlResponse200 & {
|
|
1421
|
+
headers: Headers;
|
|
1422
|
+
};
|
|
1423
|
+
type getDataIntegrationAuthorizeUrlResponseError = (getDataIntegrationAuthorizeUrlResponse400 | getDataIntegrationAuthorizeUrlResponse403 | getDataIntegrationAuthorizeUrlResponse404) & {
|
|
1424
|
+
headers: Headers;
|
|
1425
|
+
};
|
|
1426
|
+
type getDataIntegrationAuthorizeUrlResponse = getDataIntegrationAuthorizeUrlResponseSuccess | getDataIntegrationAuthorizeUrlResponseError;
|
|
1427
|
+
declare const getGetDataIntegrationAuthorizeUrlUrl: (slug: string, params?: GetDataIntegrationAuthorizeUrlParams) => string;
|
|
1428
|
+
declare const getDataIntegrationAuthorizeUrl: (slug: string, params?: GetDataIntegrationAuthorizeUrlParams, options?: RequestInit) => Promise<getDataIntegrationAuthorizeUrlResponse>;
|
|
1429
|
+
declare const getGetDataIntegrationAuthorizeUrlQueryKey: (slug?: string, params?: GetDataIntegrationAuthorizeUrlParams) => readonly [`https://api.workos.com/_widgets/DataIntegrations/${string}/authorize`, ...GetDataIntegrationAuthorizeUrlParams[]];
|
|
1430
|
+
declare const getGetDataIntegrationAuthorizeUrlQueryOptions: <TData = Awaited<ReturnType<typeof getDataIntegrationAuthorizeUrl>>, TError = GetDataIntegrationAuthorizeUrl400 | GetDataIntegrationAuthorizeUrl403 | GetDataIntegrationAuthorizeUrl404>(slug: string, params?: GetDataIntegrationAuthorizeUrlParams, options?: {
|
|
1431
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getDataIntegrationAuthorizeUrl>>, TError, TData>>;
|
|
1432
|
+
fetch?: RequestInit;
|
|
1433
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof getDataIntegrationAuthorizeUrl>>, TError, TData> & {
|
|
1434
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1435
|
+
};
|
|
1436
|
+
type GetDataIntegrationAuthorizeUrlQueryResult = NonNullable<Awaited<ReturnType<typeof getDataIntegrationAuthorizeUrl>>>;
|
|
1437
|
+
type GetDataIntegrationAuthorizeUrlQueryError = GetDataIntegrationAuthorizeUrl400 | GetDataIntegrationAuthorizeUrl403 | GetDataIntegrationAuthorizeUrl404;
|
|
1438
|
+
declare function useGetDataIntegrationAuthorizeUrl<TData = Awaited<ReturnType<typeof getDataIntegrationAuthorizeUrl>>, TError = GetDataIntegrationAuthorizeUrl400 | GetDataIntegrationAuthorizeUrl403 | GetDataIntegrationAuthorizeUrl404>(slug: string, params: undefined | GetDataIntegrationAuthorizeUrlParams, options: {
|
|
1439
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof getDataIntegrationAuthorizeUrl>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof getDataIntegrationAuthorizeUrl>>, TError, Awaited<ReturnType<typeof getDataIntegrationAuthorizeUrl>>>, "initialData">;
|
|
1440
|
+
fetch?: RequestInit;
|
|
1441
|
+
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
1442
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1443
|
+
};
|
|
1444
|
+
declare function useGetDataIntegrationAuthorizeUrl<TData = Awaited<ReturnType<typeof getDataIntegrationAuthorizeUrl>>, TError = GetDataIntegrationAuthorizeUrl400 | GetDataIntegrationAuthorizeUrl403 | GetDataIntegrationAuthorizeUrl404>(slug: string, params?: GetDataIntegrationAuthorizeUrlParams, options?: {
|
|
1445
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getDataIntegrationAuthorizeUrl>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof getDataIntegrationAuthorizeUrl>>, TError, Awaited<ReturnType<typeof getDataIntegrationAuthorizeUrl>>>, "initialData">;
|
|
1446
|
+
fetch?: RequestInit;
|
|
1447
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1448
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1449
|
+
};
|
|
1450
|
+
declare function useGetDataIntegrationAuthorizeUrl<TData = Awaited<ReturnType<typeof getDataIntegrationAuthorizeUrl>>, TError = GetDataIntegrationAuthorizeUrl400 | GetDataIntegrationAuthorizeUrl403 | GetDataIntegrationAuthorizeUrl404>(slug: string, params?: GetDataIntegrationAuthorizeUrlParams, options?: {
|
|
1451
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof getDataIntegrationAuthorizeUrl>>, TError, TData>>;
|
|
351
1452
|
fetch?: RequestInit;
|
|
352
1453
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
353
1454
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
@@ -396,49 +1497,6 @@ declare const useInviteMember: <TError = InviteMember400 | InviteMember403 | Inv
|
|
|
396
1497
|
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof inviteMember>>, TError, {
|
|
397
1498
|
data: InviteMemberBody;
|
|
398
1499
|
}, TContext>;
|
|
399
|
-
type resendInviteResponse201 = {
|
|
400
|
-
data: ResendInvite201;
|
|
401
|
-
status: 201;
|
|
402
|
-
};
|
|
403
|
-
type resendInviteResponse400 = {
|
|
404
|
-
data: ResendInvite400;
|
|
405
|
-
status: 400;
|
|
406
|
-
};
|
|
407
|
-
type resendInviteResponse403 = {
|
|
408
|
-
data: ResendInvite403;
|
|
409
|
-
status: 403;
|
|
410
|
-
};
|
|
411
|
-
type resendInviteResponse404 = {
|
|
412
|
-
data: ResendInvite404;
|
|
413
|
-
status: 404;
|
|
414
|
-
};
|
|
415
|
-
type resendInviteResponseSuccess = resendInviteResponse201 & {
|
|
416
|
-
headers: Headers;
|
|
417
|
-
};
|
|
418
|
-
type resendInviteResponseError = (resendInviteResponse400 | resendInviteResponse403 | resendInviteResponse404) & {
|
|
419
|
-
headers: Headers;
|
|
420
|
-
};
|
|
421
|
-
type resendInviteResponse = resendInviteResponseSuccess | resendInviteResponseError;
|
|
422
|
-
declare const getResendInviteUrl: (userId: string) => string;
|
|
423
|
-
declare const resendInvite: (userId: string, options?: RequestInit) => Promise<resendInviteResponse>;
|
|
424
|
-
declare const getResendInviteMutationOptions: <TError = ResendInvite400 | ResendInvite403 | ResendInvite404, TContext = unknown>(options?: {
|
|
425
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof resendInvite>>, TError, {
|
|
426
|
-
userId: string;
|
|
427
|
-
}, TContext>;
|
|
428
|
-
fetch?: RequestInit;
|
|
429
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof resendInvite>>, TError, {
|
|
430
|
-
userId: string;
|
|
431
|
-
}, TContext>;
|
|
432
|
-
type ResendInviteMutationResult = NonNullable<Awaited<ReturnType<typeof resendInvite>>>;
|
|
433
|
-
type ResendInviteMutationError = ResendInvite400 | ResendInvite403 | ResendInvite404;
|
|
434
|
-
declare const useResendInvite: <TError = ResendInvite400 | ResendInvite403 | ResendInvite404, TContext = unknown>(options?: {
|
|
435
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof resendInvite>>, TError, {
|
|
436
|
-
userId: string;
|
|
437
|
-
}, TContext>;
|
|
438
|
-
fetch?: RequestInit;
|
|
439
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof resendInvite>>, TError, {
|
|
440
|
-
userId: string;
|
|
441
|
-
}, TContext>;
|
|
442
1500
|
type revokeInviteResponse200 = {
|
|
443
1501
|
data: RevokeInvite200;
|
|
444
1502
|
status: 200;
|
|
@@ -482,13 +1540,108 @@ declare const useRevokeInvite: <TError = RevokeInvite400 | RevokeInvite403 | Rev
|
|
|
482
1540
|
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof revokeInvite>>, TError, {
|
|
483
1541
|
userId: string;
|
|
484
1542
|
}, TContext>;
|
|
485
|
-
type
|
|
486
|
-
data:
|
|
487
|
-
status:
|
|
1543
|
+
type resendInviteResponse201 = {
|
|
1544
|
+
data: ResendInvite201;
|
|
1545
|
+
status: 201;
|
|
488
1546
|
};
|
|
489
|
-
type
|
|
490
|
-
data:
|
|
491
|
-
status: 400;
|
|
1547
|
+
type resendInviteResponse400 = {
|
|
1548
|
+
data: ResendInvite400;
|
|
1549
|
+
status: 400;
|
|
1550
|
+
};
|
|
1551
|
+
type resendInviteResponse403 = {
|
|
1552
|
+
data: ResendInvite403;
|
|
1553
|
+
status: 403;
|
|
1554
|
+
};
|
|
1555
|
+
type resendInviteResponse404 = {
|
|
1556
|
+
data: ResendInvite404;
|
|
1557
|
+
status: 404;
|
|
1558
|
+
};
|
|
1559
|
+
type resendInviteResponse422 = {
|
|
1560
|
+
data: ResendInvite422;
|
|
1561
|
+
status: 422;
|
|
1562
|
+
};
|
|
1563
|
+
type resendInviteResponseSuccess = resendInviteResponse201 & {
|
|
1564
|
+
headers: Headers;
|
|
1565
|
+
};
|
|
1566
|
+
type resendInviteResponseError = (resendInviteResponse400 | resendInviteResponse403 | resendInviteResponse404 | resendInviteResponse422) & {
|
|
1567
|
+
headers: Headers;
|
|
1568
|
+
};
|
|
1569
|
+
type resendInviteResponse = resendInviteResponseSuccess | resendInviteResponseError;
|
|
1570
|
+
declare const getResendInviteUrl: (userId: string) => string;
|
|
1571
|
+
declare const resendInvite: (userId: string, options?: RequestInit) => Promise<resendInviteResponse>;
|
|
1572
|
+
declare const getResendInviteMutationOptions: <TError = ResendInvite400 | ResendInvite403 | ResendInvite404 | ResendInvite422, TContext = unknown>(options?: {
|
|
1573
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof resendInvite>>, TError, {
|
|
1574
|
+
userId: string;
|
|
1575
|
+
}, TContext>;
|
|
1576
|
+
fetch?: RequestInit;
|
|
1577
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof resendInvite>>, TError, {
|
|
1578
|
+
userId: string;
|
|
1579
|
+
}, TContext>;
|
|
1580
|
+
type ResendInviteMutationResult = NonNullable<Awaited<ReturnType<typeof resendInvite>>>;
|
|
1581
|
+
type ResendInviteMutationError = ResendInvite400 | ResendInvite403 | ResendInvite404 | ResendInvite422;
|
|
1582
|
+
declare const useResendInvite: <TError = ResendInvite400 | ResendInvite403 | ResendInvite404 | ResendInvite422, TContext = unknown>(options?: {
|
|
1583
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof resendInvite>>, TError, {
|
|
1584
|
+
userId: string;
|
|
1585
|
+
}, TContext>;
|
|
1586
|
+
fetch?: RequestInit;
|
|
1587
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof resendInvite>>, TError, {
|
|
1588
|
+
userId: string;
|
|
1589
|
+
}, TContext>;
|
|
1590
|
+
type membersResponse200 = {
|
|
1591
|
+
data: Members200;
|
|
1592
|
+
status: 200;
|
|
1593
|
+
};
|
|
1594
|
+
type membersResponse403 = {
|
|
1595
|
+
data: Members403;
|
|
1596
|
+
status: 403;
|
|
1597
|
+
};
|
|
1598
|
+
type membersResponse404 = {
|
|
1599
|
+
data: Members404;
|
|
1600
|
+
status: 404;
|
|
1601
|
+
};
|
|
1602
|
+
type membersResponseSuccess = membersResponse200 & {
|
|
1603
|
+
headers: Headers;
|
|
1604
|
+
};
|
|
1605
|
+
type membersResponseError = (membersResponse403 | membersResponse404) & {
|
|
1606
|
+
headers: Headers;
|
|
1607
|
+
};
|
|
1608
|
+
type membersResponse = membersResponseSuccess | membersResponseError;
|
|
1609
|
+
declare const getMembersUrl: (params?: MembersParams) => string;
|
|
1610
|
+
declare const members: (params?: MembersParams, options?: RequestInit) => Promise<membersResponse>;
|
|
1611
|
+
declare const getMembersQueryKey: (params?: MembersParams) => readonly ["https://api.workos.com/_widgets/UserManagement/members", ...MembersParams[]];
|
|
1612
|
+
declare const getMembersQueryOptions: <TData = Awaited<ReturnType<typeof members>>, TError = Members403 | Members404>(params?: MembersParams, options?: {
|
|
1613
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof members>>, TError, TData>>;
|
|
1614
|
+
fetch?: RequestInit;
|
|
1615
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof members>>, TError, TData> & {
|
|
1616
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1617
|
+
};
|
|
1618
|
+
type MembersQueryResult = NonNullable<Awaited<ReturnType<typeof members>>>;
|
|
1619
|
+
type MembersQueryError = Members403 | Members404;
|
|
1620
|
+
declare function useMembers<TData = Awaited<ReturnType<typeof members>>, TError = Members403 | Members404>(params: undefined | MembersParams, options: {
|
|
1621
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof members>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof members>>, TError, Awaited<ReturnType<typeof members>>>, "initialData">;
|
|
1622
|
+
fetch?: RequestInit;
|
|
1623
|
+
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
1624
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1625
|
+
};
|
|
1626
|
+
declare function useMembers<TData = Awaited<ReturnType<typeof members>>, TError = Members403 | Members404>(params?: MembersParams, options?: {
|
|
1627
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof members>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof members>>, TError, Awaited<ReturnType<typeof members>>>, "initialData">;
|
|
1628
|
+
fetch?: RequestInit;
|
|
1629
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1630
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1631
|
+
};
|
|
1632
|
+
declare function useMembers<TData = Awaited<ReturnType<typeof members>>, TError = Members403 | Members404>(params?: MembersParams, options?: {
|
|
1633
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof members>>, TError, TData>>;
|
|
1634
|
+
fetch?: RequestInit;
|
|
1635
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1636
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1637
|
+
};
|
|
1638
|
+
type removeMemberResponse200 = {
|
|
1639
|
+
data: RemoveMember200;
|
|
1640
|
+
status: 200;
|
|
1641
|
+
};
|
|
1642
|
+
type removeMemberResponse400 = {
|
|
1643
|
+
data: RemoveMember400;
|
|
1644
|
+
status: 400;
|
|
492
1645
|
};
|
|
493
1646
|
type removeMemberResponse403 = {
|
|
494
1647
|
data: RemoveMember403;
|
|
@@ -541,16 +1694,20 @@ type updateMemberResponse404 = {
|
|
|
541
1694
|
data: UpdateMember404;
|
|
542
1695
|
status: 404;
|
|
543
1696
|
};
|
|
1697
|
+
type updateMemberResponse422 = {
|
|
1698
|
+
data: UpdateMember422;
|
|
1699
|
+
status: 422;
|
|
1700
|
+
};
|
|
544
1701
|
type updateMemberResponseSuccess = updateMemberResponse200 & {
|
|
545
1702
|
headers: Headers;
|
|
546
1703
|
};
|
|
547
|
-
type updateMemberResponseError = (updateMemberResponse400 | updateMemberResponse403 | updateMemberResponse404) & {
|
|
1704
|
+
type updateMemberResponseError = (updateMemberResponse400 | updateMemberResponse403 | updateMemberResponse404 | updateMemberResponse422) & {
|
|
548
1705
|
headers: Headers;
|
|
549
1706
|
};
|
|
550
1707
|
type updateMemberResponse = updateMemberResponseSuccess | updateMemberResponseError;
|
|
551
1708
|
declare const getUpdateMemberUrl: (userId: string) => string;
|
|
552
1709
|
declare const updateMember: (userId: string, updateMemberBody: UpdateMemberBody, options?: RequestInit) => Promise<updateMemberResponse>;
|
|
553
|
-
declare const getUpdateMemberMutationOptions: <TError = UpdateMember400 | UpdateMember403 | UpdateMember404, TContext = unknown>(options?: {
|
|
1710
|
+
declare const getUpdateMemberMutationOptions: <TError = UpdateMember400 | UpdateMember403 | UpdateMember404 | UpdateMember422, TContext = unknown>(options?: {
|
|
554
1711
|
mutation?: UseMutationOptions<Awaited<ReturnType<typeof updateMember>>, TError, {
|
|
555
1712
|
userId: string;
|
|
556
1713
|
data: UpdateMemberBody;
|
|
@@ -562,8 +1719,8 @@ declare const getUpdateMemberMutationOptions: <TError = UpdateMember400 | Update
|
|
|
562
1719
|
}, TContext>;
|
|
563
1720
|
type UpdateMemberMutationResult = NonNullable<Awaited<ReturnType<typeof updateMember>>>;
|
|
564
1721
|
type UpdateMemberMutationBody = UpdateMemberBody;
|
|
565
|
-
type UpdateMemberMutationError = UpdateMember400 | UpdateMember403 | UpdateMember404;
|
|
566
|
-
declare const useUpdateMember: <TError = UpdateMember400 | UpdateMember403 | UpdateMember404, TContext = unknown>(options?: {
|
|
1722
|
+
type UpdateMemberMutationError = UpdateMember400 | UpdateMember403 | UpdateMember404 | UpdateMember422;
|
|
1723
|
+
declare const useUpdateMember: <TError = UpdateMember400 | UpdateMember403 | UpdateMember404 | UpdateMember422, TContext = unknown>(options?: {
|
|
567
1724
|
mutation?: UseMutationOptions<Awaited<ReturnType<typeof updateMember>>, TError, {
|
|
568
1725
|
userId: string;
|
|
569
1726
|
data: UpdateMemberBody;
|
|
@@ -621,204 +1778,114 @@ declare function useOrganizations<TData = Awaited<ReturnType<typeof organization
|
|
|
621
1778
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
622
1779
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
623
1780
|
};
|
|
624
|
-
type
|
|
625
|
-
data:
|
|
1781
|
+
type rolesResponse200 = {
|
|
1782
|
+
data: MemberRole[];
|
|
626
1783
|
status: 200;
|
|
627
1784
|
};
|
|
628
|
-
type
|
|
629
|
-
data:
|
|
1785
|
+
type rolesResponse403 = {
|
|
1786
|
+
data: Roles403;
|
|
630
1787
|
status: 403;
|
|
631
1788
|
};
|
|
632
|
-
type
|
|
1789
|
+
type rolesResponse404 = {
|
|
1790
|
+
data: Roles404;
|
|
1791
|
+
status: 404;
|
|
1792
|
+
};
|
|
1793
|
+
type rolesResponseSuccess = rolesResponse200 & {
|
|
633
1794
|
headers: Headers;
|
|
634
1795
|
};
|
|
635
|
-
type
|
|
1796
|
+
type rolesResponseError = (rolesResponse403 | rolesResponse404) & {
|
|
636
1797
|
headers: Headers;
|
|
637
1798
|
};
|
|
638
|
-
type
|
|
639
|
-
declare const
|
|
640
|
-
declare const
|
|
641
|
-
declare const
|
|
642
|
-
declare const
|
|
643
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
1799
|
+
type rolesResponse = rolesResponseSuccess | rolesResponseError;
|
|
1800
|
+
declare const getRolesUrl: () => string;
|
|
1801
|
+
declare const roles: (options?: RequestInit) => Promise<rolesResponse>;
|
|
1802
|
+
declare const getRolesQueryKey: () => readonly ["https://api.workos.com/_widgets/UserManagement/roles"];
|
|
1803
|
+
declare const getRolesQueryOptions: <TData = Awaited<ReturnType<typeof roles>>, TError = Roles403 | Roles404>(options?: {
|
|
1804
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof roles>>, TError, TData>>;
|
|
644
1805
|
fetch?: RequestInit;
|
|
645
|
-
}) => UseQueryOptions<Awaited<ReturnType<typeof
|
|
1806
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof roles>>, TError, TData> & {
|
|
646
1807
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
647
1808
|
};
|
|
648
|
-
type
|
|
649
|
-
type
|
|
650
|
-
declare function
|
|
651
|
-
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
1809
|
+
type RolesQueryResult = NonNullable<Awaited<ReturnType<typeof roles>>>;
|
|
1810
|
+
type RolesQueryError = Roles403 | Roles404;
|
|
1811
|
+
declare function useRoles<TData = Awaited<ReturnType<typeof roles>>, TError = Roles403 | Roles404>(options: {
|
|
1812
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof roles>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof roles>>, TError, Awaited<ReturnType<typeof roles>>>, "initialData">;
|
|
652
1813
|
fetch?: RequestInit;
|
|
653
1814
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
654
1815
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
655
1816
|
};
|
|
656
|
-
declare function
|
|
657
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
1817
|
+
declare function useRoles<TData = Awaited<ReturnType<typeof roles>>, TError = Roles403 | Roles404>(options?: {
|
|
1818
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof roles>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof roles>>, TError, Awaited<ReturnType<typeof roles>>>, "initialData">;
|
|
658
1819
|
fetch?: RequestInit;
|
|
659
1820
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
660
1821
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
661
1822
|
};
|
|
662
|
-
declare function
|
|
663
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
1823
|
+
declare function useRoles<TData = Awaited<ReturnType<typeof roles>>, TError = Roles403 | Roles404>(options?: {
|
|
1824
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof roles>>, TError, TData>>;
|
|
664
1825
|
fetch?: RequestInit;
|
|
665
1826
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
666
1827
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
667
1828
|
};
|
|
668
|
-
type
|
|
669
|
-
data:
|
|
1829
|
+
type rolesAndConfigResponse200 = {
|
|
1830
|
+
data: RolesAndConfigResponse;
|
|
670
1831
|
status: 200;
|
|
671
1832
|
};
|
|
672
|
-
type
|
|
673
|
-
data:
|
|
674
|
-
status: 400;
|
|
675
|
-
};
|
|
676
|
-
type updateMeResponse403 = {
|
|
677
|
-
data: UpdateMe403;
|
|
1833
|
+
type rolesAndConfigResponse403 = {
|
|
1834
|
+
data: RolesAndConfig403;
|
|
678
1835
|
status: 403;
|
|
679
1836
|
};
|
|
680
|
-
type
|
|
1837
|
+
type rolesAndConfigResponse404 = {
|
|
1838
|
+
data: RolesAndConfig404;
|
|
1839
|
+
status: 404;
|
|
1840
|
+
};
|
|
1841
|
+
type rolesAndConfigResponseSuccess = rolesAndConfigResponse200 & {
|
|
681
1842
|
headers: Headers;
|
|
682
1843
|
};
|
|
683
|
-
type
|
|
1844
|
+
type rolesAndConfigResponseError = (rolesAndConfigResponse403 | rolesAndConfigResponse404) & {
|
|
684
1845
|
headers: Headers;
|
|
685
1846
|
};
|
|
686
|
-
type
|
|
687
|
-
declare const
|
|
688
|
-
declare const
|
|
689
|
-
declare const
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
}, TContext>;
|
|
693
|
-
fetch?: RequestInit;
|
|
694
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof updateMe>>, TError, {
|
|
695
|
-
data: UpdateMeBody;
|
|
696
|
-
}, TContext>;
|
|
697
|
-
type UpdateMeMutationResult = NonNullable<Awaited<ReturnType<typeof updateMe>>>;
|
|
698
|
-
type UpdateMeMutationBody = UpdateMeBody;
|
|
699
|
-
type UpdateMeMutationError = UpdateMe400 | UpdateMe403;
|
|
700
|
-
declare const useUpdateMe: <TError = UpdateMe400 | UpdateMe403, TContext = unknown>(options?: {
|
|
701
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof updateMe>>, TError, {
|
|
702
|
-
data: UpdateMeBody;
|
|
703
|
-
}, TContext>;
|
|
1847
|
+
type rolesAndConfigResponse = rolesAndConfigResponseSuccess | rolesAndConfigResponseError;
|
|
1848
|
+
declare const getRolesAndConfigUrl: () => string;
|
|
1849
|
+
declare const rolesAndConfig: (options?: RequestInit) => Promise<rolesAndConfigResponse>;
|
|
1850
|
+
declare const getRolesAndConfigQueryKey: () => readonly ["https://api.workos.com/_widgets/UserManagement/roles-and-config"];
|
|
1851
|
+
declare const getRolesAndConfigQueryOptions: <TData = Awaited<ReturnType<typeof rolesAndConfig>>, TError = RolesAndConfig403 | RolesAndConfig404>(options?: {
|
|
1852
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof rolesAndConfig>>, TError, TData>>;
|
|
704
1853
|
fetch?: RequestInit;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
}, TContext>;
|
|
708
|
-
type createTotpFactorResponse201 = {
|
|
709
|
-
data: CreateTotpFactorResponse;
|
|
710
|
-
status: 201;
|
|
711
|
-
};
|
|
712
|
-
type createTotpFactorResponse400 = {
|
|
713
|
-
data: CreateTotpFactor400;
|
|
714
|
-
status: 400;
|
|
715
|
-
};
|
|
716
|
-
type createTotpFactorResponse403 = {
|
|
717
|
-
data: CreateTotpFactor403;
|
|
718
|
-
status: 403;
|
|
719
|
-
};
|
|
720
|
-
type createTotpFactorResponseSuccess = createTotpFactorResponse201 & {
|
|
721
|
-
headers: Headers;
|
|
1854
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof rolesAndConfig>>, TError, TData> & {
|
|
1855
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
722
1856
|
};
|
|
723
|
-
type
|
|
724
|
-
|
|
1857
|
+
type RolesAndConfigQueryResult = NonNullable<Awaited<ReturnType<typeof rolesAndConfig>>>;
|
|
1858
|
+
type RolesAndConfigQueryError = RolesAndConfig403 | RolesAndConfig404;
|
|
1859
|
+
declare function useRolesAndConfig<TData = Awaited<ReturnType<typeof rolesAndConfig>>, TError = RolesAndConfig403 | RolesAndConfig404>(options: {
|
|
1860
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof rolesAndConfig>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof rolesAndConfig>>, TError, Awaited<ReturnType<typeof rolesAndConfig>>>, "initialData">;
|
|
1861
|
+
fetch?: RequestInit;
|
|
1862
|
+
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
1863
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
725
1864
|
};
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
declare const createTotpFactor: (options?: RequestInit) => Promise<createTotpFactorResponse>;
|
|
729
|
-
declare const getCreateTotpFactorMutationOptions: <TError = CreateTotpFactor400 | CreateTotpFactor403, TContext = unknown>(options?: {
|
|
730
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof createTotpFactor>>, TError, void, TContext>;
|
|
1865
|
+
declare function useRolesAndConfig<TData = Awaited<ReturnType<typeof rolesAndConfig>>, TError = RolesAndConfig403 | RolesAndConfig404>(options?: {
|
|
1866
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof rolesAndConfig>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof rolesAndConfig>>, TError, Awaited<ReturnType<typeof rolesAndConfig>>>, "initialData">;
|
|
731
1867
|
fetch?: RequestInit;
|
|
732
|
-
})
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
declare
|
|
736
|
-
|
|
1868
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1869
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1870
|
+
};
|
|
1871
|
+
declare function useRolesAndConfig<TData = Awaited<ReturnType<typeof rolesAndConfig>>, TError = RolesAndConfig403 | RolesAndConfig404>(options?: {
|
|
1872
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof rolesAndConfig>>, TError, TData>>;
|
|
737
1873
|
fetch?: RequestInit;
|
|
738
|
-
}, queryClient?: QueryClient)
|
|
739
|
-
|
|
740
|
-
data: VerifyTotpFactor200;
|
|
741
|
-
status: 200;
|
|
1874
|
+
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1875
|
+
queryKey: DataTag<QueryKey, TData, TError>;
|
|
742
1876
|
};
|
|
743
|
-
type
|
|
744
|
-
data:
|
|
745
|
-
status:
|
|
1877
|
+
type authenticationInformationResponse200 = {
|
|
1878
|
+
data: AuthenticationInformationResponse;
|
|
1879
|
+
status: 200;
|
|
746
1880
|
};
|
|
747
|
-
type
|
|
748
|
-
data:
|
|
1881
|
+
type authenticationInformationResponse403 = {
|
|
1882
|
+
data: AuthenticationInformation403;
|
|
749
1883
|
status: 403;
|
|
750
1884
|
};
|
|
751
|
-
type
|
|
1885
|
+
type authenticationInformationResponseSuccess = authenticationInformationResponse200 & {
|
|
752
1886
|
headers: Headers;
|
|
753
1887
|
};
|
|
754
|
-
type
|
|
755
|
-
headers: Headers;
|
|
756
|
-
};
|
|
757
|
-
type verifyTotpFactorResponse = verifyTotpFactorResponseSuccess | verifyTotpFactorResponseError;
|
|
758
|
-
declare const getVerifyTotpFactorUrl: () => string;
|
|
759
|
-
declare const verifyTotpFactor: (verifyTotpFactorRequest: VerifyTotpFactorRequest, options?: RequestInit) => Promise<verifyTotpFactorResponse>;
|
|
760
|
-
declare const getVerifyTotpFactorMutationOptions: <TError = VerifyTotpFactor400 | VerifyTotpFactor403, TContext = unknown>(options?: {
|
|
761
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof verifyTotpFactor>>, TError, {
|
|
762
|
-
data: VerifyTotpFactorRequest;
|
|
763
|
-
}, TContext>;
|
|
764
|
-
fetch?: RequestInit;
|
|
765
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof verifyTotpFactor>>, TError, {
|
|
766
|
-
data: VerifyTotpFactorRequest;
|
|
767
|
-
}, TContext>;
|
|
768
|
-
type VerifyTotpFactorMutationResult = NonNullable<Awaited<ReturnType<typeof verifyTotpFactor>>>;
|
|
769
|
-
type VerifyTotpFactorMutationBody = VerifyTotpFactorRequest;
|
|
770
|
-
type VerifyTotpFactorMutationError = VerifyTotpFactor400 | VerifyTotpFactor403;
|
|
771
|
-
declare const useVerifyTotpFactor: <TError = VerifyTotpFactor400 | VerifyTotpFactor403, TContext = unknown>(options?: {
|
|
772
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof verifyTotpFactor>>, TError, {
|
|
773
|
-
data: VerifyTotpFactorRequest;
|
|
774
|
-
}, TContext>;
|
|
775
|
-
fetch?: RequestInit;
|
|
776
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof verifyTotpFactor>>, TError, {
|
|
777
|
-
data: VerifyTotpFactorRequest;
|
|
778
|
-
}, TContext>;
|
|
779
|
-
type deleteTotpFactorsResponse200 = {
|
|
780
|
-
data: DeleteTotpFactors200;
|
|
781
|
-
status: 200;
|
|
782
|
-
};
|
|
783
|
-
type deleteTotpFactorsResponse400 = {
|
|
784
|
-
data: DeleteTotpFactors400;
|
|
785
|
-
status: 400;
|
|
786
|
-
};
|
|
787
|
-
type deleteTotpFactorsResponse403 = {
|
|
788
|
-
data: DeleteTotpFactors403;
|
|
789
|
-
status: 403;
|
|
790
|
-
};
|
|
791
|
-
type deleteTotpFactorsResponseSuccess = deleteTotpFactorsResponse200 & {
|
|
792
|
-
headers: Headers;
|
|
793
|
-
};
|
|
794
|
-
type deleteTotpFactorsResponseError = (deleteTotpFactorsResponse400 | deleteTotpFactorsResponse403) & {
|
|
795
|
-
headers: Headers;
|
|
796
|
-
};
|
|
797
|
-
type deleteTotpFactorsResponse = deleteTotpFactorsResponseSuccess | deleteTotpFactorsResponseError;
|
|
798
|
-
declare const getDeleteTotpFactorsUrl: () => string;
|
|
799
|
-
declare const deleteTotpFactors: (options?: RequestInit) => Promise<deleteTotpFactorsResponse>;
|
|
800
|
-
declare const getDeleteTotpFactorsMutationOptions: <TError = DeleteTotpFactors400 | DeleteTotpFactors403, TContext = unknown>(options?: {
|
|
801
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteTotpFactors>>, TError, void, TContext>;
|
|
802
|
-
fetch?: RequestInit;
|
|
803
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof deleteTotpFactors>>, TError, void, TContext>;
|
|
804
|
-
type DeleteTotpFactorsMutationResult = NonNullable<Awaited<ReturnType<typeof deleteTotpFactors>>>;
|
|
805
|
-
type DeleteTotpFactorsMutationError = DeleteTotpFactors400 | DeleteTotpFactors403;
|
|
806
|
-
declare const useDeleteTotpFactors: <TError = DeleteTotpFactors400 | DeleteTotpFactors403, TContext = unknown>(options?: {
|
|
807
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteTotpFactors>>, TError, void, TContext>;
|
|
808
|
-
fetch?: RequestInit;
|
|
809
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof deleteTotpFactors>>, TError, void, TContext>;
|
|
810
|
-
type authenticationInformationResponse200 = {
|
|
811
|
-
data: AuthenticationInformationResponse;
|
|
812
|
-
status: 200;
|
|
813
|
-
};
|
|
814
|
-
type authenticationInformationResponse403 = {
|
|
815
|
-
data: AuthenticationInformation403;
|
|
816
|
-
status: 403;
|
|
817
|
-
};
|
|
818
|
-
type authenticationInformationResponseSuccess = authenticationInformationResponse200 & {
|
|
819
|
-
headers: Headers;
|
|
820
|
-
};
|
|
821
|
-
type authenticationInformationResponseError = authenticationInformationResponse403 & {
|
|
1888
|
+
type authenticationInformationResponseError = authenticationInformationResponse403 & {
|
|
822
1889
|
headers: Headers;
|
|
823
1890
|
};
|
|
824
1891
|
type authenticationInformationResponse = authenticationInformationResponseSuccess | authenticationInformationResponseError;
|
|
@@ -891,239 +1958,120 @@ declare const useCreatePassword: <TError = CreatePassword400 | CreatePassword403
|
|
|
891
1958
|
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof createPassword>>, TError, {
|
|
892
1959
|
data: CreatePasswordRequest;
|
|
893
1960
|
}, TContext>;
|
|
894
|
-
type
|
|
895
|
-
data:
|
|
1961
|
+
type createTotpFactorResponse201 = {
|
|
1962
|
+
data: CreateTotpFactorResponse;
|
|
896
1963
|
status: 201;
|
|
897
1964
|
};
|
|
898
|
-
type
|
|
899
|
-
data:
|
|
900
|
-
status: 400;
|
|
901
|
-
};
|
|
902
|
-
type updatePasswordResponse403 = {
|
|
903
|
-
data: UpdatePassword403;
|
|
904
|
-
status: 403;
|
|
905
|
-
};
|
|
906
|
-
type updatePasswordResponseSuccess = updatePasswordResponse201 & {
|
|
907
|
-
headers: Headers;
|
|
908
|
-
};
|
|
909
|
-
type updatePasswordResponseError = (updatePasswordResponse400 | updatePasswordResponse403) & {
|
|
910
|
-
headers: Headers;
|
|
911
|
-
};
|
|
912
|
-
type updatePasswordResponse = updatePasswordResponseSuccess | updatePasswordResponseError;
|
|
913
|
-
declare const getUpdatePasswordUrl: () => string;
|
|
914
|
-
declare const updatePassword: (updatePasswordRequest: UpdatePasswordRequest, options?: RequestInit) => Promise<updatePasswordResponse>;
|
|
915
|
-
declare const getUpdatePasswordMutationOptions: <TError = UpdatePassword400 | UpdatePassword403, TContext = unknown>(options?: {
|
|
916
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof updatePassword>>, TError, {
|
|
917
|
-
data: UpdatePasswordRequest;
|
|
918
|
-
}, TContext>;
|
|
919
|
-
fetch?: RequestInit;
|
|
920
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof updatePassword>>, TError, {
|
|
921
|
-
data: UpdatePasswordRequest;
|
|
922
|
-
}, TContext>;
|
|
923
|
-
type UpdatePasswordMutationResult = NonNullable<Awaited<ReturnType<typeof updatePassword>>>;
|
|
924
|
-
type UpdatePasswordMutationBody = UpdatePasswordRequest;
|
|
925
|
-
type UpdatePasswordMutationError = UpdatePassword400 | UpdatePassword403;
|
|
926
|
-
declare const useUpdatePassword: <TError = UpdatePassword400 | UpdatePassword403, TContext = unknown>(options?: {
|
|
927
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof updatePassword>>, TError, {
|
|
928
|
-
data: UpdatePasswordRequest;
|
|
929
|
-
}, TContext>;
|
|
930
|
-
fetch?: RequestInit;
|
|
931
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof updatePassword>>, TError, {
|
|
932
|
-
data: UpdatePasswordRequest;
|
|
933
|
-
}, TContext>;
|
|
934
|
-
type revokeAllSessionsResponse200 = {
|
|
935
|
-
data: RevokeAllSessions200;
|
|
936
|
-
status: 200;
|
|
937
|
-
};
|
|
938
|
-
type revokeAllSessionsResponse400 = {
|
|
939
|
-
data: RevokeAllSessions400;
|
|
940
|
-
status: 400;
|
|
941
|
-
};
|
|
942
|
-
type revokeAllSessionsResponse403 = {
|
|
943
|
-
data: RevokeAllSessions403;
|
|
944
|
-
status: 403;
|
|
945
|
-
};
|
|
946
|
-
type revokeAllSessionsResponseSuccess = revokeAllSessionsResponse200 & {
|
|
947
|
-
headers: Headers;
|
|
948
|
-
};
|
|
949
|
-
type revokeAllSessionsResponseError = (revokeAllSessionsResponse400 | revokeAllSessionsResponse403) & {
|
|
950
|
-
headers: Headers;
|
|
951
|
-
};
|
|
952
|
-
type revokeAllSessionsResponse = revokeAllSessionsResponseSuccess | revokeAllSessionsResponseError;
|
|
953
|
-
declare const getRevokeAllSessionsUrl: () => string;
|
|
954
|
-
declare const revokeAllSessions: (revokeAllSessionsRequest: RevokeAllSessionsRequest, options?: RequestInit) => Promise<revokeAllSessionsResponse>;
|
|
955
|
-
declare const getRevokeAllSessionsMutationOptions: <TError = RevokeAllSessions400 | RevokeAllSessions403, TContext = unknown>(options?: {
|
|
956
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof revokeAllSessions>>, TError, {
|
|
957
|
-
data: RevokeAllSessionsRequest;
|
|
958
|
-
}, TContext>;
|
|
959
|
-
fetch?: RequestInit;
|
|
960
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof revokeAllSessions>>, TError, {
|
|
961
|
-
data: RevokeAllSessionsRequest;
|
|
962
|
-
}, TContext>;
|
|
963
|
-
type RevokeAllSessionsMutationResult = NonNullable<Awaited<ReturnType<typeof revokeAllSessions>>>;
|
|
964
|
-
type RevokeAllSessionsMutationBody = RevokeAllSessionsRequest;
|
|
965
|
-
type RevokeAllSessionsMutationError = RevokeAllSessions400 | RevokeAllSessions403;
|
|
966
|
-
declare const useRevokeAllSessions: <TError = RevokeAllSessions400 | RevokeAllSessions403, TContext = unknown>(options?: {
|
|
967
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof revokeAllSessions>>, TError, {
|
|
968
|
-
data: RevokeAllSessionsRequest;
|
|
969
|
-
}, TContext>;
|
|
970
|
-
fetch?: RequestInit;
|
|
971
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof revokeAllSessions>>, TError, {
|
|
972
|
-
data: RevokeAllSessionsRequest;
|
|
973
|
-
}, TContext>;
|
|
974
|
-
type revokeSessionResponse200 = {
|
|
975
|
-
data: RevokeSession200;
|
|
976
|
-
status: 200;
|
|
977
|
-
};
|
|
978
|
-
type revokeSessionResponse400 = {
|
|
979
|
-
data: RevokeSession400;
|
|
1965
|
+
type createTotpFactorResponse400 = {
|
|
1966
|
+
data: CreateTotpFactor400;
|
|
980
1967
|
status: 400;
|
|
981
1968
|
};
|
|
982
|
-
type
|
|
983
|
-
data:
|
|
1969
|
+
type createTotpFactorResponse403 = {
|
|
1970
|
+
data: CreateTotpFactor403;
|
|
984
1971
|
status: 403;
|
|
985
1972
|
};
|
|
986
|
-
type
|
|
1973
|
+
type createTotpFactorResponseSuccess = createTotpFactorResponse201 & {
|
|
987
1974
|
headers: Headers;
|
|
988
1975
|
};
|
|
989
|
-
type
|
|
1976
|
+
type createTotpFactorResponseError = (createTotpFactorResponse400 | createTotpFactorResponse403) & {
|
|
990
1977
|
headers: Headers;
|
|
991
1978
|
};
|
|
992
|
-
type
|
|
993
|
-
declare const
|
|
994
|
-
declare const
|
|
995
|
-
declare const
|
|
996
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof
|
|
997
|
-
sessionId: string;
|
|
998
|
-
}, TContext>;
|
|
1979
|
+
type createTotpFactorResponse = createTotpFactorResponseSuccess | createTotpFactorResponseError;
|
|
1980
|
+
declare const getCreateTotpFactorUrl: () => string;
|
|
1981
|
+
declare const createTotpFactor: (options?: RequestInit) => Promise<createTotpFactorResponse>;
|
|
1982
|
+
declare const getCreateTotpFactorMutationOptions: <TError = CreateTotpFactor400 | CreateTotpFactor403, TContext = unknown>(options?: {
|
|
1983
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof createTotpFactor>>, TError, void, TContext>;
|
|
999
1984
|
fetch?: RequestInit;
|
|
1000
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
declare const useRevokeSession: <TError = RevokeSession400 | RevokeSession403, TContext = unknown>(options?: {
|
|
1006
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof revokeSession>>, TError, {
|
|
1007
|
-
sessionId: string;
|
|
1008
|
-
}, TContext>;
|
|
1985
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof createTotpFactor>>, TError, void, TContext>;
|
|
1986
|
+
type CreateTotpFactorMutationResult = NonNullable<Awaited<ReturnType<typeof createTotpFactor>>>;
|
|
1987
|
+
type CreateTotpFactorMutationError = CreateTotpFactor400 | CreateTotpFactor403;
|
|
1988
|
+
declare const useCreateTotpFactor: <TError = CreateTotpFactor400 | CreateTotpFactor403, TContext = unknown>(options?: {
|
|
1989
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof createTotpFactor>>, TError, void, TContext>;
|
|
1009
1990
|
fetch?: RequestInit;
|
|
1010
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
type sessionsResponse200 = {
|
|
1014
|
-
data: ActiveSessionsResponse;
|
|
1991
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof createTotpFactor>>, TError, void, TContext>;
|
|
1992
|
+
type meResponse200 = {
|
|
1993
|
+
data: Me;
|
|
1015
1994
|
status: 200;
|
|
1016
1995
|
};
|
|
1017
|
-
type
|
|
1018
|
-
data:
|
|
1996
|
+
type meResponse403 = {
|
|
1997
|
+
data: Me403;
|
|
1019
1998
|
status: 403;
|
|
1020
1999
|
};
|
|
1021
|
-
type
|
|
2000
|
+
type meResponseSuccess = meResponse200 & {
|
|
1022
2001
|
headers: Headers;
|
|
1023
2002
|
};
|
|
1024
|
-
type
|
|
2003
|
+
type meResponseError = meResponse403 & {
|
|
1025
2004
|
headers: Headers;
|
|
1026
2005
|
};
|
|
1027
|
-
type
|
|
1028
|
-
declare const
|
|
1029
|
-
declare const
|
|
1030
|
-
declare const
|
|
1031
|
-
declare const
|
|
1032
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2006
|
+
type meResponse = meResponseSuccess | meResponseError;
|
|
2007
|
+
declare const getMeUrl: () => string;
|
|
2008
|
+
declare const me: (options?: RequestInit) => Promise<meResponse>;
|
|
2009
|
+
declare const getMeQueryKey: () => readonly ["https://api.workos.com/_widgets/UserProfile/me"];
|
|
2010
|
+
declare const getMeQueryOptions: <TData = Awaited<ReturnType<typeof me>>, TError = Me403>(options?: {
|
|
2011
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof me>>, TError, TData>>;
|
|
1033
2012
|
fetch?: RequestInit;
|
|
1034
|
-
}) => UseQueryOptions<Awaited<ReturnType<typeof
|
|
2013
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof me>>, TError, TData> & {
|
|
1035
2014
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1036
2015
|
};
|
|
1037
|
-
type
|
|
1038
|
-
type
|
|
1039
|
-
declare function
|
|
1040
|
-
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2016
|
+
type MeQueryResult = NonNullable<Awaited<ReturnType<typeof me>>>;
|
|
2017
|
+
type MeQueryError = Me403;
|
|
2018
|
+
declare function useMe<TData = Awaited<ReturnType<typeof me>>, TError = Me403>(options: {
|
|
2019
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof me>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof me>>, TError, Awaited<ReturnType<typeof me>>>, "initialData">;
|
|
1041
2020
|
fetch?: RequestInit;
|
|
1042
2021
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
1043
2022
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1044
2023
|
};
|
|
1045
|
-
declare function
|
|
1046
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2024
|
+
declare function useMe<TData = Awaited<ReturnType<typeof me>>, TError = Me403>(options?: {
|
|
2025
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof me>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof me>>, TError, Awaited<ReturnType<typeof me>>>, "initialData">;
|
|
1047
2026
|
fetch?: RequestInit;
|
|
1048
2027
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1049
2028
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1050
2029
|
};
|
|
1051
|
-
declare function
|
|
1052
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2030
|
+
declare function useMe<TData = Awaited<ReturnType<typeof me>>, TError = Me403>(options?: {
|
|
2031
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof me>>, TError, TData>>;
|
|
1053
2032
|
fetch?: RequestInit;
|
|
1054
2033
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1055
2034
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1056
2035
|
};
|
|
1057
|
-
type
|
|
1058
|
-
data:
|
|
2036
|
+
type updateMeResponse200 = {
|
|
2037
|
+
data: Me;
|
|
1059
2038
|
status: 200;
|
|
1060
2039
|
};
|
|
1061
|
-
type
|
|
1062
|
-
data:
|
|
2040
|
+
type updateMeResponse400 = {
|
|
2041
|
+
data: UpdateMe400;
|
|
1063
2042
|
status: 400;
|
|
1064
2043
|
};
|
|
1065
|
-
type
|
|
1066
|
-
data:
|
|
2044
|
+
type updateMeResponse403 = {
|
|
2045
|
+
data: UpdateMe403;
|
|
1067
2046
|
status: 403;
|
|
1068
2047
|
};
|
|
1069
|
-
type
|
|
2048
|
+
type updateMeResponseSuccess = updateMeResponse200 & {
|
|
1070
2049
|
headers: Headers;
|
|
1071
2050
|
};
|
|
1072
|
-
type
|
|
2051
|
+
type updateMeResponseError = (updateMeResponse400 | updateMeResponse403) & {
|
|
1073
2052
|
headers: Headers;
|
|
1074
2053
|
};
|
|
1075
|
-
type
|
|
1076
|
-
declare const
|
|
1077
|
-
declare const
|
|
1078
|
-
declare const
|
|
1079
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof
|
|
2054
|
+
type updateMeResponse = updateMeResponseSuccess | updateMeResponseError;
|
|
2055
|
+
declare const getUpdateMeUrl: () => string;
|
|
2056
|
+
declare const updateMe: (updateMeBody: UpdateMeBody, options?: RequestInit) => Promise<updateMeResponse>;
|
|
2057
|
+
declare const getUpdateMeMutationOptions: <TError = UpdateMe400 | UpdateMe403, TContext = unknown>(options?: {
|
|
2058
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof updateMe>>, TError, {
|
|
2059
|
+
data: UpdateMeBody;
|
|
2060
|
+
}, TContext>;
|
|
1080
2061
|
fetch?: RequestInit;
|
|
1081
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof
|
|
1082
|
-
|
|
1083
|
-
type SendVerificationMutationError = SendVerification400 | SendVerification403;
|
|
1084
|
-
declare const useSendVerification: <TError = SendVerification400 | SendVerification403, TContext = unknown>(options?: {
|
|
1085
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof sendVerification>>, TError, void, TContext>;
|
|
1086
|
-
fetch?: RequestInit;
|
|
1087
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof sendVerification>>, TError, void, TContext>;
|
|
1088
|
-
type verifyResponse200 = {
|
|
1089
|
-
data: VerifyResponse;
|
|
1090
|
-
status: 200;
|
|
1091
|
-
};
|
|
1092
|
-
type verifyResponse400 = {
|
|
1093
|
-
data: Verify400;
|
|
1094
|
-
status: 400;
|
|
1095
|
-
};
|
|
1096
|
-
type verifyResponse403 = {
|
|
1097
|
-
data: Verify403;
|
|
1098
|
-
status: 403;
|
|
1099
|
-
};
|
|
1100
|
-
type verifyResponseSuccess = verifyResponse200 & {
|
|
1101
|
-
headers: Headers;
|
|
1102
|
-
};
|
|
1103
|
-
type verifyResponseError = (verifyResponse400 | verifyResponse403) & {
|
|
1104
|
-
headers: Headers;
|
|
1105
|
-
};
|
|
1106
|
-
type verifyResponse = verifyResponseSuccess | verifyResponseError;
|
|
1107
|
-
declare const getVerifyUrl: () => string;
|
|
1108
|
-
declare const verify: (verifyRequest: VerifyRequest, options?: RequestInit) => Promise<verifyResponse>;
|
|
1109
|
-
declare const getVerifyMutationOptions: <TError = Verify400 | Verify403, TContext = unknown>(options?: {
|
|
1110
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof verify>>, TError, {
|
|
1111
|
-
data: VerifyRequest;
|
|
1112
|
-
}, TContext>;
|
|
1113
|
-
fetch?: RequestInit;
|
|
1114
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof verify>>, TError, {
|
|
1115
|
-
data: VerifyRequest;
|
|
2062
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof updateMe>>, TError, {
|
|
2063
|
+
data: UpdateMeBody;
|
|
1116
2064
|
}, TContext>;
|
|
1117
|
-
type
|
|
1118
|
-
type
|
|
1119
|
-
type
|
|
1120
|
-
declare const
|
|
1121
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof
|
|
1122
|
-
data:
|
|
2065
|
+
type UpdateMeMutationResult = NonNullable<Awaited<ReturnType<typeof updateMe>>>;
|
|
2066
|
+
type UpdateMeMutationBody = UpdateMeBody;
|
|
2067
|
+
type UpdateMeMutationError = UpdateMe400 | UpdateMe403;
|
|
2068
|
+
declare const useUpdateMe: <TError = UpdateMe400 | UpdateMe403, TContext = unknown>(options?: {
|
|
2069
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof updateMe>>, TError, {
|
|
2070
|
+
data: UpdateMeBody;
|
|
1123
2071
|
}, TContext>;
|
|
1124
2072
|
fetch?: RequestInit;
|
|
1125
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof
|
|
1126
|
-
data:
|
|
2073
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof updateMe>>, TError, {
|
|
2074
|
+
data: UpdateMeBody;
|
|
1127
2075
|
}, TContext>;
|
|
1128
2076
|
type registerPasskeyResponse201 = {
|
|
1129
2077
|
data: RegisterPasskeyResponse;
|
|
@@ -1235,625 +2183,608 @@ declare const useDeletePasskey: <TError = DeletePasskey400 | DeletePasskey403, T
|
|
|
1235
2183
|
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof deletePasskey>>, TError, {
|
|
1236
2184
|
passkeyId: string;
|
|
1237
2185
|
}, TContext>;
|
|
1238
|
-
type
|
|
1239
|
-
data:
|
|
2186
|
+
type sendVerificationResponse200 = {
|
|
2187
|
+
data: SendVerificationResponse;
|
|
1240
2188
|
status: 200;
|
|
1241
2189
|
};
|
|
1242
|
-
type
|
|
1243
|
-
data:
|
|
2190
|
+
type sendVerificationResponse400 = {
|
|
2191
|
+
data: SendVerification400;
|
|
2192
|
+
status: 400;
|
|
2193
|
+
};
|
|
2194
|
+
type sendVerificationResponse403 = {
|
|
2195
|
+
data: SendVerification403;
|
|
1244
2196
|
status: 403;
|
|
1245
2197
|
};
|
|
1246
|
-
type
|
|
2198
|
+
type sendVerificationResponseSuccess = sendVerificationResponse200 & {
|
|
1247
2199
|
headers: Headers;
|
|
1248
2200
|
};
|
|
1249
|
-
type
|
|
2201
|
+
type sendVerificationResponseError = (sendVerificationResponse400 | sendVerificationResponse403) & {
|
|
1250
2202
|
headers: Headers;
|
|
1251
2203
|
};
|
|
1252
|
-
type
|
|
1253
|
-
declare const
|
|
1254
|
-
declare const
|
|
1255
|
-
declare const
|
|
1256
|
-
|
|
1257
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof settings>>, TError, TData>>;
|
|
1258
|
-
fetch?: RequestInit;
|
|
1259
|
-
}) => UseQueryOptions<Awaited<ReturnType<typeof settings>>, TError, TData> & {
|
|
1260
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1261
|
-
};
|
|
1262
|
-
type SettingsQueryResult = NonNullable<Awaited<ReturnType<typeof settings>>>;
|
|
1263
|
-
type SettingsQueryError = Settings403;
|
|
1264
|
-
declare function useSettings<TData = Awaited<ReturnType<typeof settings>>, TError = Settings403>(options: {
|
|
1265
|
-
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof settings>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof settings>>, TError, Awaited<ReturnType<typeof settings>>>, "initialData">;
|
|
1266
|
-
fetch?: RequestInit;
|
|
1267
|
-
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
1268
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1269
|
-
};
|
|
1270
|
-
declare function useSettings<TData = Awaited<ReturnType<typeof settings>>, TError = Settings403>(options?: {
|
|
1271
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof settings>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof settings>>, TError, Awaited<ReturnType<typeof settings>>>, "initialData">;
|
|
2204
|
+
type sendVerificationResponse = sendVerificationResponseSuccess | sendVerificationResponseError;
|
|
2205
|
+
declare const getSendVerificationUrl: () => string;
|
|
2206
|
+
declare const sendVerification: (options?: RequestInit) => Promise<sendVerificationResponse>;
|
|
2207
|
+
declare const getSendVerificationMutationOptions: <TError = SendVerification400 | SendVerification403, TContext = unknown>(options?: {
|
|
2208
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof sendVerification>>, TError, void, TContext>;
|
|
1272
2209
|
fetch?: RequestInit;
|
|
1273
|
-
}
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
declare
|
|
1277
|
-
|
|
2210
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof sendVerification>>, TError, void, TContext>;
|
|
2211
|
+
type SendVerificationMutationResult = NonNullable<Awaited<ReturnType<typeof sendVerification>>>;
|
|
2212
|
+
type SendVerificationMutationError = SendVerification400 | SendVerification403;
|
|
2213
|
+
declare const useSendVerification: <TError = SendVerification400 | SendVerification403, TContext = unknown>(options?: {
|
|
2214
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof sendVerification>>, TError, void, TContext>;
|
|
1278
2215
|
fetch?: RequestInit;
|
|
1279
|
-
}, queryClient?: QueryClient)
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
type listOrganizationDomainsResponse200 = {
|
|
1283
|
-
data: ListOrganizationDomains200;
|
|
2216
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof sendVerification>>, TError, void, TContext>;
|
|
2217
|
+
type sessionsResponse200 = {
|
|
2218
|
+
data: ActiveSessionsResponse;
|
|
1284
2219
|
status: 200;
|
|
1285
2220
|
};
|
|
1286
|
-
type
|
|
1287
|
-
data:
|
|
2221
|
+
type sessionsResponse403 = {
|
|
2222
|
+
data: Sessions403;
|
|
1288
2223
|
status: 403;
|
|
1289
2224
|
};
|
|
1290
|
-
type
|
|
1291
|
-
data: ListOrganizationDomains404;
|
|
1292
|
-
status: 404;
|
|
1293
|
-
};
|
|
1294
|
-
type listOrganizationDomainsResponseSuccess = listOrganizationDomainsResponse200 & {
|
|
2225
|
+
type sessionsResponseSuccess = sessionsResponse200 & {
|
|
1295
2226
|
headers: Headers;
|
|
1296
2227
|
};
|
|
1297
|
-
type
|
|
2228
|
+
type sessionsResponseError = sessionsResponse403 & {
|
|
1298
2229
|
headers: Headers;
|
|
1299
2230
|
};
|
|
1300
|
-
type
|
|
1301
|
-
declare const
|
|
1302
|
-
declare const
|
|
1303
|
-
declare const
|
|
1304
|
-
declare const
|
|
1305
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2231
|
+
type sessionsResponse = sessionsResponseSuccess | sessionsResponseError;
|
|
2232
|
+
declare const getSessionsUrl: () => string;
|
|
2233
|
+
declare const sessions: (options?: RequestInit) => Promise<sessionsResponse>;
|
|
2234
|
+
declare const getSessionsQueryKey: () => readonly ["https://api.workos.com/_widgets/UserProfile/sessions"];
|
|
2235
|
+
declare const getSessionsQueryOptions: <TData = Awaited<ReturnType<typeof sessions>>, TError = Sessions403>(options?: {
|
|
2236
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof sessions>>, TError, TData>>;
|
|
1306
2237
|
fetch?: RequestInit;
|
|
1307
|
-
}) => UseQueryOptions<Awaited<ReturnType<typeof
|
|
2238
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof sessions>>, TError, TData> & {
|
|
1308
2239
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1309
2240
|
};
|
|
1310
|
-
type
|
|
1311
|
-
type
|
|
1312
|
-
declare function
|
|
1313
|
-
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2241
|
+
type SessionsQueryResult = NonNullable<Awaited<ReturnType<typeof sessions>>>;
|
|
2242
|
+
type SessionsQueryError = Sessions403;
|
|
2243
|
+
declare function useSessions<TData = Awaited<ReturnType<typeof sessions>>, TError = Sessions403>(options: {
|
|
2244
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof sessions>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof sessions>>, TError, Awaited<ReturnType<typeof sessions>>>, "initialData">;
|
|
1314
2245
|
fetch?: RequestInit;
|
|
1315
2246
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
1316
2247
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1317
2248
|
};
|
|
1318
|
-
declare function
|
|
1319
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2249
|
+
declare function useSessions<TData = Awaited<ReturnType<typeof sessions>>, TError = Sessions403>(options?: {
|
|
2250
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof sessions>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof sessions>>, TError, Awaited<ReturnType<typeof sessions>>>, "initialData">;
|
|
1320
2251
|
fetch?: RequestInit;
|
|
1321
2252
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1322
2253
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1323
2254
|
};
|
|
1324
|
-
declare function
|
|
1325
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2255
|
+
declare function useSessions<TData = Awaited<ReturnType<typeof sessions>>, TError = Sessions403>(options?: {
|
|
2256
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof sessions>>, TError, TData>>;
|
|
1326
2257
|
fetch?: RequestInit;
|
|
1327
2258
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1328
2259
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1329
2260
|
};
|
|
1330
|
-
type
|
|
1331
|
-
data:
|
|
1332
|
-
status:
|
|
1333
|
-
};
|
|
1334
|
-
type generateAdminPortalLinkResponse403 = {
|
|
1335
|
-
data: GenerateAdminPortalLink403;
|
|
1336
|
-
status: 403;
|
|
2261
|
+
type revokeAllSessionsResponse200 = {
|
|
2262
|
+
data: RevokeAllSessions200;
|
|
2263
|
+
status: 200;
|
|
1337
2264
|
};
|
|
1338
|
-
type
|
|
1339
|
-
data:
|
|
1340
|
-
status:
|
|
2265
|
+
type revokeAllSessionsResponse400 = {
|
|
2266
|
+
data: RevokeAllSessions400;
|
|
2267
|
+
status: 400;
|
|
1341
2268
|
};
|
|
1342
|
-
type
|
|
1343
|
-
data:
|
|
1344
|
-
status:
|
|
2269
|
+
type revokeAllSessionsResponse403 = {
|
|
2270
|
+
data: RevokeAllSessions403;
|
|
2271
|
+
status: 403;
|
|
1345
2272
|
};
|
|
1346
|
-
type
|
|
2273
|
+
type revokeAllSessionsResponseSuccess = revokeAllSessionsResponse200 & {
|
|
1347
2274
|
headers: Headers;
|
|
1348
2275
|
};
|
|
1349
|
-
type
|
|
2276
|
+
type revokeAllSessionsResponseError = (revokeAllSessionsResponse400 | revokeAllSessionsResponse403) & {
|
|
1350
2277
|
headers: Headers;
|
|
1351
2278
|
};
|
|
1352
|
-
type
|
|
1353
|
-
declare const
|
|
1354
|
-
declare const
|
|
1355
|
-
declare const
|
|
1356
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof
|
|
1357
|
-
|
|
2279
|
+
type revokeAllSessionsResponse = revokeAllSessionsResponseSuccess | revokeAllSessionsResponseError;
|
|
2280
|
+
declare const getRevokeAllSessionsUrl: () => string;
|
|
2281
|
+
declare const revokeAllSessions: (revokeAllSessionsRequest: RevokeAllSessionsRequest, options?: RequestInit) => Promise<revokeAllSessionsResponse>;
|
|
2282
|
+
declare const getRevokeAllSessionsMutationOptions: <TError = RevokeAllSessions400 | RevokeAllSessions403, TContext = unknown>(options?: {
|
|
2283
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof revokeAllSessions>>, TError, {
|
|
2284
|
+
data: RevokeAllSessionsRequest;
|
|
1358
2285
|
}, TContext>;
|
|
1359
2286
|
fetch?: RequestInit;
|
|
1360
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof
|
|
1361
|
-
|
|
2287
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof revokeAllSessions>>, TError, {
|
|
2288
|
+
data: RevokeAllSessionsRequest;
|
|
1362
2289
|
}, TContext>;
|
|
1363
|
-
type
|
|
1364
|
-
type
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
2290
|
+
type RevokeAllSessionsMutationResult = NonNullable<Awaited<ReturnType<typeof revokeAllSessions>>>;
|
|
2291
|
+
type RevokeAllSessionsMutationBody = RevokeAllSessionsRequest;
|
|
2292
|
+
type RevokeAllSessionsMutationError = RevokeAllSessions400 | RevokeAllSessions403;
|
|
2293
|
+
declare const useRevokeAllSessions: <TError = RevokeAllSessions400 | RevokeAllSessions403, TContext = unknown>(options?: {
|
|
2294
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof revokeAllSessions>>, TError, {
|
|
2295
|
+
data: RevokeAllSessionsRequest;
|
|
1368
2296
|
}, TContext>;
|
|
1369
2297
|
fetch?: RequestInit;
|
|
1370
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof
|
|
1371
|
-
|
|
2298
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof revokeAllSessions>>, TError, {
|
|
2299
|
+
data: RevokeAllSessionsRequest;
|
|
1372
2300
|
}, TContext>;
|
|
1373
|
-
type
|
|
1374
|
-
data:
|
|
2301
|
+
type revokeSessionResponse200 = {
|
|
2302
|
+
data: RevokeSession200;
|
|
1375
2303
|
status: 200;
|
|
1376
2304
|
};
|
|
1377
|
-
type
|
|
1378
|
-
data:
|
|
1379
|
-
status:
|
|
2305
|
+
type revokeSessionResponse400 = {
|
|
2306
|
+
data: RevokeSession400;
|
|
2307
|
+
status: 400;
|
|
1380
2308
|
};
|
|
1381
|
-
type
|
|
1382
|
-
data:
|
|
1383
|
-
status:
|
|
2309
|
+
type revokeSessionResponse403 = {
|
|
2310
|
+
data: RevokeSession403;
|
|
2311
|
+
status: 403;
|
|
1384
2312
|
};
|
|
1385
|
-
type
|
|
2313
|
+
type revokeSessionResponseSuccess = revokeSessionResponse200 & {
|
|
1386
2314
|
headers: Headers;
|
|
1387
2315
|
};
|
|
1388
|
-
type
|
|
2316
|
+
type revokeSessionResponseError = (revokeSessionResponse400 | revokeSessionResponse403) & {
|
|
1389
2317
|
headers: Headers;
|
|
1390
2318
|
};
|
|
1391
|
-
type
|
|
1392
|
-
declare const
|
|
1393
|
-
declare const
|
|
1394
|
-
declare const
|
|
1395
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof
|
|
1396
|
-
|
|
2319
|
+
type revokeSessionResponse = revokeSessionResponseSuccess | revokeSessionResponseError;
|
|
2320
|
+
declare const getRevokeSessionUrl: (sessionId: string) => string;
|
|
2321
|
+
declare const revokeSession: (sessionId: string, options?: RequestInit) => Promise<revokeSessionResponse>;
|
|
2322
|
+
declare const getRevokeSessionMutationOptions: <TError = RevokeSession400 | RevokeSession403, TContext = unknown>(options?: {
|
|
2323
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof revokeSession>>, TError, {
|
|
2324
|
+
sessionId: string;
|
|
1397
2325
|
}, TContext>;
|
|
1398
2326
|
fetch?: RequestInit;
|
|
1399
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof
|
|
1400
|
-
|
|
2327
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof revokeSession>>, TError, {
|
|
2328
|
+
sessionId: string;
|
|
1401
2329
|
}, TContext>;
|
|
1402
|
-
type
|
|
1403
|
-
type
|
|
1404
|
-
declare const
|
|
1405
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof
|
|
1406
|
-
|
|
1407
|
-
}, TContext>;
|
|
1408
|
-
fetch?: RequestInit;
|
|
1409
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof
|
|
1410
|
-
|
|
2330
|
+
type RevokeSessionMutationResult = NonNullable<Awaited<ReturnType<typeof revokeSession>>>;
|
|
2331
|
+
type RevokeSessionMutationError = RevokeSession400 | RevokeSession403;
|
|
2332
|
+
declare const useRevokeSession: <TError = RevokeSession400 | RevokeSession403, TContext = unknown>(options?: {
|
|
2333
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof revokeSession>>, TError, {
|
|
2334
|
+
sessionId: string;
|
|
2335
|
+
}, TContext>;
|
|
2336
|
+
fetch?: RequestInit;
|
|
2337
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof revokeSession>>, TError, {
|
|
2338
|
+
sessionId: string;
|
|
1411
2339
|
}, TContext>;
|
|
1412
|
-
type
|
|
1413
|
-
data:
|
|
2340
|
+
type deleteTotpFactorsResponse200 = {
|
|
2341
|
+
data: DeleteTotpFactors200;
|
|
1414
2342
|
status: 200;
|
|
1415
2343
|
};
|
|
1416
|
-
type
|
|
1417
|
-
data:
|
|
1418
|
-
status:
|
|
2344
|
+
type deleteTotpFactorsResponse400 = {
|
|
2345
|
+
data: DeleteTotpFactors400;
|
|
2346
|
+
status: 400;
|
|
1419
2347
|
};
|
|
1420
|
-
type
|
|
1421
|
-
data:
|
|
1422
|
-
status:
|
|
2348
|
+
type deleteTotpFactorsResponse403 = {
|
|
2349
|
+
data: DeleteTotpFactors403;
|
|
2350
|
+
status: 403;
|
|
1423
2351
|
};
|
|
1424
|
-
type
|
|
2352
|
+
type deleteTotpFactorsResponseSuccess = deleteTotpFactorsResponse200 & {
|
|
1425
2353
|
headers: Headers;
|
|
1426
2354
|
};
|
|
1427
|
-
type
|
|
2355
|
+
type deleteTotpFactorsResponseError = (deleteTotpFactorsResponse400 | deleteTotpFactorsResponse403) & {
|
|
1428
2356
|
headers: Headers;
|
|
1429
2357
|
};
|
|
1430
|
-
type
|
|
1431
|
-
declare const
|
|
1432
|
-
declare const
|
|
1433
|
-
declare const
|
|
1434
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof
|
|
1435
|
-
domainId: string;
|
|
1436
|
-
}, TContext>;
|
|
2358
|
+
type deleteTotpFactorsResponse = deleteTotpFactorsResponseSuccess | deleteTotpFactorsResponseError;
|
|
2359
|
+
declare const getDeleteTotpFactorsUrl: () => string;
|
|
2360
|
+
declare const deleteTotpFactors: (options?: RequestInit) => Promise<deleteTotpFactorsResponse>;
|
|
2361
|
+
declare const getDeleteTotpFactorsMutationOptions: <TError = DeleteTotpFactors400 | DeleteTotpFactors403, TContext = unknown>(options?: {
|
|
2362
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteTotpFactors>>, TError, void, TContext>;
|
|
1437
2363
|
fetch?: RequestInit;
|
|
1438
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
declare const useReverifyOrganizationDomain: <TError = ReverifyOrganizationDomain403 | ReverifyOrganizationDomain404, TContext = unknown>(options?: {
|
|
1444
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof reverifyOrganizationDomain>>, TError, {
|
|
1445
|
-
domainId: string;
|
|
1446
|
-
}, TContext>;
|
|
2364
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof deleteTotpFactors>>, TError, void, TContext>;
|
|
2365
|
+
type DeleteTotpFactorsMutationResult = NonNullable<Awaited<ReturnType<typeof deleteTotpFactors>>>;
|
|
2366
|
+
type DeleteTotpFactorsMutationError = DeleteTotpFactors400 | DeleteTotpFactors403;
|
|
2367
|
+
declare const useDeleteTotpFactors: <TError = DeleteTotpFactors400 | DeleteTotpFactors403, TContext = unknown>(options?: {
|
|
2368
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteTotpFactors>>, TError, void, TContext>;
|
|
1447
2369
|
fetch?: RequestInit;
|
|
1448
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
data: SsoConnection[];
|
|
1453
|
-
status: 200;
|
|
2370
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof deleteTotpFactors>>, TError, void, TContext>;
|
|
2371
|
+
type updatePasswordResponse201 = {
|
|
2372
|
+
data: UpdatePassword201;
|
|
2373
|
+
status: 201;
|
|
1454
2374
|
};
|
|
1455
|
-
type
|
|
1456
|
-
|
|
2375
|
+
type updatePasswordResponse400 = {
|
|
2376
|
+
data: UpdatePassword400;
|
|
2377
|
+
status: 400;
|
|
1457
2378
|
};
|
|
1458
|
-
type
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
declare const getListSsoConnectionsQueryKey: () => readonly ["https://api.workos.com/_widgets/admin-portal/sso-connections"];
|
|
1462
|
-
declare const getListSsoConnectionsQueryOptions: <TData = Awaited<ReturnType<typeof listSsoConnections>>, TError = unknown>(options?: {
|
|
1463
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof listSsoConnections>>, TError, TData>>;
|
|
1464
|
-
fetch?: RequestInit;
|
|
1465
|
-
}) => UseQueryOptions<Awaited<ReturnType<typeof listSsoConnections>>, TError, TData> & {
|
|
1466
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
2379
|
+
type updatePasswordResponse403 = {
|
|
2380
|
+
data: UpdatePassword403;
|
|
2381
|
+
status: 403;
|
|
1467
2382
|
};
|
|
1468
|
-
type
|
|
1469
|
-
|
|
1470
|
-
declare function useListSsoConnections<TData = Awaited<ReturnType<typeof listSsoConnections>>, TError = unknown>(options: {
|
|
1471
|
-
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof listSsoConnections>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof listSsoConnections>>, TError, Awaited<ReturnType<typeof listSsoConnections>>>, "initialData">;
|
|
1472
|
-
fetch?: RequestInit;
|
|
1473
|
-
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
1474
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
2383
|
+
type updatePasswordResponseSuccess = updatePasswordResponse201 & {
|
|
2384
|
+
headers: Headers;
|
|
1475
2385
|
};
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
fetch?: RequestInit;
|
|
1479
|
-
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1480
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
2386
|
+
type updatePasswordResponseError = (updatePasswordResponse400 | updatePasswordResponse403) & {
|
|
2387
|
+
headers: Headers;
|
|
1481
2388
|
};
|
|
1482
|
-
|
|
1483
|
-
|
|
2389
|
+
type updatePasswordResponse = updatePasswordResponseSuccess | updatePasswordResponseError;
|
|
2390
|
+
declare const getUpdatePasswordUrl: () => string;
|
|
2391
|
+
declare const updatePassword: (updatePasswordRequest: UpdatePasswordRequest, options?: RequestInit) => Promise<updatePasswordResponse>;
|
|
2392
|
+
declare const getUpdatePasswordMutationOptions: <TError = UpdatePassword400 | UpdatePassword403, TContext = unknown>(options?: {
|
|
2393
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof updatePassword>>, TError, {
|
|
2394
|
+
data: UpdatePasswordRequest;
|
|
2395
|
+
}, TContext>;
|
|
1484
2396
|
fetch?: RequestInit;
|
|
1485
|
-
}
|
|
1486
|
-
|
|
1487
|
-
}
|
|
1488
|
-
type
|
|
1489
|
-
|
|
1490
|
-
|
|
2397
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof updatePassword>>, TError, {
|
|
2398
|
+
data: UpdatePasswordRequest;
|
|
2399
|
+
}, TContext>;
|
|
2400
|
+
type UpdatePasswordMutationResult = NonNullable<Awaited<ReturnType<typeof updatePassword>>>;
|
|
2401
|
+
type UpdatePasswordMutationBody = UpdatePasswordRequest;
|
|
2402
|
+
type UpdatePasswordMutationError = UpdatePassword400 | UpdatePassword403;
|
|
2403
|
+
declare const useUpdatePassword: <TError = UpdatePassword400 | UpdatePassword403, TContext = unknown>(options?: {
|
|
2404
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof updatePassword>>, TError, {
|
|
2405
|
+
data: UpdatePasswordRequest;
|
|
2406
|
+
}, TContext>;
|
|
2407
|
+
fetch?: RequestInit;
|
|
2408
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof updatePassword>>, TError, {
|
|
2409
|
+
data: UpdatePasswordRequest;
|
|
2410
|
+
}, TContext>;
|
|
2411
|
+
type verifyResponse200 = {
|
|
2412
|
+
data: VerifyResponse;
|
|
2413
|
+
status: 200;
|
|
1491
2414
|
};
|
|
1492
|
-
type
|
|
1493
|
-
data:
|
|
2415
|
+
type verifyResponse400 = {
|
|
2416
|
+
data: Verify400;
|
|
1494
2417
|
status: 400;
|
|
1495
2418
|
};
|
|
1496
|
-
type
|
|
1497
|
-
data:
|
|
2419
|
+
type verifyResponse403 = {
|
|
2420
|
+
data: Verify403;
|
|
1498
2421
|
status: 403;
|
|
1499
2422
|
};
|
|
1500
|
-
type
|
|
1501
|
-
data: CreateOrganizationApiKey404;
|
|
1502
|
-
status: 404;
|
|
1503
|
-
};
|
|
1504
|
-
type createOrganizationApiKeyResponse422 = {
|
|
1505
|
-
data: CreateOrganizationApiKey422;
|
|
1506
|
-
status: 422;
|
|
1507
|
-
};
|
|
1508
|
-
type createOrganizationApiKeyResponseSuccess = createOrganizationApiKeyResponse201 & {
|
|
2423
|
+
type verifyResponseSuccess = verifyResponse200 & {
|
|
1509
2424
|
headers: Headers;
|
|
1510
2425
|
};
|
|
1511
|
-
type
|
|
2426
|
+
type verifyResponseError = (verifyResponse400 | verifyResponse403) & {
|
|
1512
2427
|
headers: Headers;
|
|
1513
2428
|
};
|
|
1514
|
-
type
|
|
1515
|
-
declare const
|
|
1516
|
-
declare const
|
|
1517
|
-
declare const
|
|
1518
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof
|
|
1519
|
-
data:
|
|
2429
|
+
type verifyResponse = verifyResponseSuccess | verifyResponseError;
|
|
2430
|
+
declare const getVerifyUrl: () => string;
|
|
2431
|
+
declare const verify: (verifyRequest: VerifyRequest, options?: RequestInit) => Promise<verifyResponse>;
|
|
2432
|
+
declare const getVerifyMutationOptions: <TError = Verify400 | Verify403, TContext = unknown>(options?: {
|
|
2433
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof verify>>, TError, {
|
|
2434
|
+
data: VerifyRequest;
|
|
1520
2435
|
}, TContext>;
|
|
1521
2436
|
fetch?: RequestInit;
|
|
1522
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof
|
|
1523
|
-
data:
|
|
2437
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof verify>>, TError, {
|
|
2438
|
+
data: VerifyRequest;
|
|
1524
2439
|
}, TContext>;
|
|
1525
|
-
type
|
|
1526
|
-
type
|
|
1527
|
-
type
|
|
1528
|
-
declare const
|
|
1529
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof
|
|
1530
|
-
data:
|
|
2440
|
+
type VerifyMutationResult = NonNullable<Awaited<ReturnType<typeof verify>>>;
|
|
2441
|
+
type VerifyMutationBody = VerifyRequest;
|
|
2442
|
+
type VerifyMutationError = Verify400 | Verify403;
|
|
2443
|
+
declare const useVerify: <TError = Verify400 | Verify403, TContext = unknown>(options?: {
|
|
2444
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof verify>>, TError, {
|
|
2445
|
+
data: VerifyRequest;
|
|
1531
2446
|
}, TContext>;
|
|
1532
2447
|
fetch?: RequestInit;
|
|
1533
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof
|
|
1534
|
-
data:
|
|
2448
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof verify>>, TError, {
|
|
2449
|
+
data: VerifyRequest;
|
|
1535
2450
|
}, TContext>;
|
|
1536
|
-
type
|
|
1537
|
-
data:
|
|
2451
|
+
type verifyTotpFactorResponse200 = {
|
|
2452
|
+
data: VerifyTotpFactor200;
|
|
1538
2453
|
status: 200;
|
|
1539
2454
|
};
|
|
1540
|
-
type
|
|
1541
|
-
data:
|
|
2455
|
+
type verifyTotpFactorResponse400 = {
|
|
2456
|
+
data: VerifyTotpFactor400;
|
|
1542
2457
|
status: 400;
|
|
1543
2458
|
};
|
|
1544
|
-
type
|
|
1545
|
-
data:
|
|
2459
|
+
type verifyTotpFactorResponse403 = {
|
|
2460
|
+
data: VerifyTotpFactor403;
|
|
1546
2461
|
status: 403;
|
|
1547
2462
|
};
|
|
1548
|
-
type
|
|
2463
|
+
type verifyTotpFactorResponseSuccess = verifyTotpFactorResponse200 & {
|
|
1549
2464
|
headers: Headers;
|
|
1550
2465
|
};
|
|
1551
|
-
type
|
|
2466
|
+
type verifyTotpFactorResponseError = (verifyTotpFactorResponse400 | verifyTotpFactorResponse403) & {
|
|
1552
2467
|
headers: Headers;
|
|
1553
2468
|
};
|
|
1554
|
-
type
|
|
1555
|
-
declare const
|
|
1556
|
-
declare const
|
|
1557
|
-
declare const
|
|
1558
|
-
|
|
1559
|
-
|
|
2469
|
+
type verifyTotpFactorResponse = verifyTotpFactorResponseSuccess | verifyTotpFactorResponseError;
|
|
2470
|
+
declare const getVerifyTotpFactorUrl: () => string;
|
|
2471
|
+
declare const verifyTotpFactor: (verifyTotpFactorRequest: VerifyTotpFactorRequest, options?: RequestInit) => Promise<verifyTotpFactorResponse>;
|
|
2472
|
+
declare const getVerifyTotpFactorMutationOptions: <TError = VerifyTotpFactor400 | VerifyTotpFactor403, TContext = unknown>(options?: {
|
|
2473
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof verifyTotpFactor>>, TError, {
|
|
2474
|
+
data: VerifyTotpFactorRequest;
|
|
2475
|
+
}, TContext>;
|
|
1560
2476
|
fetch?: RequestInit;
|
|
1561
|
-
}) =>
|
|
1562
|
-
|
|
1563
|
-
}
|
|
1564
|
-
type
|
|
1565
|
-
type
|
|
1566
|
-
|
|
1567
|
-
|
|
2477
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof verifyTotpFactor>>, TError, {
|
|
2478
|
+
data: VerifyTotpFactorRequest;
|
|
2479
|
+
}, TContext>;
|
|
2480
|
+
type VerifyTotpFactorMutationResult = NonNullable<Awaited<ReturnType<typeof verifyTotpFactor>>>;
|
|
2481
|
+
type VerifyTotpFactorMutationBody = VerifyTotpFactorRequest;
|
|
2482
|
+
type VerifyTotpFactorMutationError = VerifyTotpFactor400 | VerifyTotpFactor403;
|
|
2483
|
+
declare const useVerifyTotpFactor: <TError = VerifyTotpFactor400 | VerifyTotpFactor403, TContext = unknown>(options?: {
|
|
2484
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof verifyTotpFactor>>, TError, {
|
|
2485
|
+
data: VerifyTotpFactorRequest;
|
|
2486
|
+
}, TContext>;
|
|
1568
2487
|
fetch?: RequestInit;
|
|
1569
|
-
}, queryClient?: QueryClient)
|
|
1570
|
-
|
|
2488
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof verifyTotpFactor>>, TError, {
|
|
2489
|
+
data: VerifyTotpFactorRequest;
|
|
2490
|
+
}, TContext>;
|
|
2491
|
+
type generateAdminPortalLinkResponse201 = {
|
|
2492
|
+
data: GenerateAdminPortalLink201;
|
|
2493
|
+
status: 201;
|
|
1571
2494
|
};
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1576
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
2495
|
+
type generateAdminPortalLinkResponse403 = {
|
|
2496
|
+
data: GenerateAdminPortalLink403;
|
|
2497
|
+
status: 403;
|
|
1577
2498
|
};
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1582
|
-
queryKey: DataTag<QueryKey, TData, TError>;
|
|
2499
|
+
type generateAdminPortalLinkResponse404 = {
|
|
2500
|
+
data: GenerateAdminPortalLink404;
|
|
2501
|
+
status: 404;
|
|
1583
2502
|
};
|
|
1584
|
-
type
|
|
1585
|
-
data:
|
|
1586
|
-
status:
|
|
2503
|
+
type generateAdminPortalLinkResponse500 = {
|
|
2504
|
+
data: GenerateAdminPortalLink500;
|
|
2505
|
+
status: 500;
|
|
1587
2506
|
};
|
|
1588
|
-
type
|
|
1589
|
-
|
|
1590
|
-
status: 400;
|
|
2507
|
+
type generateAdminPortalLinkResponseSuccess = generateAdminPortalLinkResponse201 & {
|
|
2508
|
+
headers: Headers;
|
|
1591
2509
|
};
|
|
1592
|
-
type
|
|
1593
|
-
|
|
2510
|
+
type generateAdminPortalLinkResponseError = (generateAdminPortalLinkResponse403 | generateAdminPortalLinkResponse404 | generateAdminPortalLinkResponse500) & {
|
|
2511
|
+
headers: Headers;
|
|
2512
|
+
};
|
|
2513
|
+
type generateAdminPortalLinkResponse = generateAdminPortalLinkResponseSuccess | generateAdminPortalLinkResponseError;
|
|
2514
|
+
declare const getGenerateAdminPortalLinkUrl: (params: GenerateAdminPortalLinkParams) => string;
|
|
2515
|
+
declare const generateAdminPortalLink: (params: GenerateAdminPortalLinkParams, options?: RequestInit) => Promise<generateAdminPortalLinkResponse>;
|
|
2516
|
+
declare const getGenerateAdminPortalLinkMutationOptions: <TError = GenerateAdminPortalLink403 | GenerateAdminPortalLink404 | GenerateAdminPortalLink500, TContext = unknown>(options?: {
|
|
2517
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof generateAdminPortalLink>>, TError, {
|
|
2518
|
+
params: GenerateAdminPortalLinkParams;
|
|
2519
|
+
}, TContext>;
|
|
2520
|
+
fetch?: RequestInit;
|
|
2521
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof generateAdminPortalLink>>, TError, {
|
|
2522
|
+
params: GenerateAdminPortalLinkParams;
|
|
2523
|
+
}, TContext>;
|
|
2524
|
+
type GenerateAdminPortalLinkMutationResult = NonNullable<Awaited<ReturnType<typeof generateAdminPortalLink>>>;
|
|
2525
|
+
type GenerateAdminPortalLinkMutationError = GenerateAdminPortalLink403 | GenerateAdminPortalLink404 | GenerateAdminPortalLink500;
|
|
2526
|
+
declare const useGenerateAdminPortalLink: <TError = GenerateAdminPortalLink403 | GenerateAdminPortalLink404 | GenerateAdminPortalLink500, TContext = unknown>(options?: {
|
|
2527
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof generateAdminPortalLink>>, TError, {
|
|
2528
|
+
params: GenerateAdminPortalLinkParams;
|
|
2529
|
+
}, TContext>;
|
|
2530
|
+
fetch?: RequestInit;
|
|
2531
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof generateAdminPortalLink>>, TError, {
|
|
2532
|
+
params: GenerateAdminPortalLinkParams;
|
|
2533
|
+
}, TContext>;
|
|
2534
|
+
type listOrganizationDomainsResponse200 = {
|
|
2535
|
+
data: ListOrganizationDomains200;
|
|
2536
|
+
status: 200;
|
|
2537
|
+
};
|
|
2538
|
+
type listOrganizationDomainsResponse403 = {
|
|
2539
|
+
data: ListOrganizationDomains403;
|
|
1594
2540
|
status: 403;
|
|
1595
2541
|
};
|
|
1596
|
-
type
|
|
2542
|
+
type listOrganizationDomainsResponse404 = {
|
|
2543
|
+
data: ListOrganizationDomains404;
|
|
2544
|
+
status: 404;
|
|
2545
|
+
};
|
|
2546
|
+
type listOrganizationDomainsResponseSuccess = listOrganizationDomainsResponse200 & {
|
|
1597
2547
|
headers: Headers;
|
|
1598
2548
|
};
|
|
1599
|
-
type
|
|
2549
|
+
type listOrganizationDomainsResponseError = (listOrganizationDomainsResponse403 | listOrganizationDomainsResponse404) & {
|
|
1600
2550
|
headers: Headers;
|
|
1601
2551
|
};
|
|
1602
|
-
type
|
|
1603
|
-
declare const
|
|
1604
|
-
declare const
|
|
1605
|
-
declare const
|
|
1606
|
-
declare const
|
|
1607
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2552
|
+
type listOrganizationDomainsResponse = listOrganizationDomainsResponseSuccess | listOrganizationDomainsResponseError;
|
|
2553
|
+
declare const getListOrganizationDomainsUrl: () => string;
|
|
2554
|
+
declare const listOrganizationDomains: (options?: RequestInit) => Promise<listOrganizationDomainsResponse>;
|
|
2555
|
+
declare const getListOrganizationDomainsQueryKey: () => readonly ["https://api.workos.com/_widgets/admin-portal/organization-domains"];
|
|
2556
|
+
declare const getListOrganizationDomainsQueryOptions: <TData = Awaited<ReturnType<typeof listOrganizationDomains>>, TError = ListOrganizationDomains403 | ListOrganizationDomains404>(options?: {
|
|
2557
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof listOrganizationDomains>>, TError, TData>>;
|
|
1608
2558
|
fetch?: RequestInit;
|
|
1609
|
-
}) => UseQueryOptions<Awaited<ReturnType<typeof
|
|
2559
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof listOrganizationDomains>>, TError, TData> & {
|
|
1610
2560
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1611
2561
|
};
|
|
1612
|
-
type
|
|
1613
|
-
type
|
|
1614
|
-
declare function
|
|
1615
|
-
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2562
|
+
type ListOrganizationDomainsQueryResult = NonNullable<Awaited<ReturnType<typeof listOrganizationDomains>>>;
|
|
2563
|
+
type ListOrganizationDomainsQueryError = ListOrganizationDomains403 | ListOrganizationDomains404;
|
|
2564
|
+
declare function useListOrganizationDomains<TData = Awaited<ReturnType<typeof listOrganizationDomains>>, TError = ListOrganizationDomains403 | ListOrganizationDomains404>(options: {
|
|
2565
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof listOrganizationDomains>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof listOrganizationDomains>>, TError, Awaited<ReturnType<typeof listOrganizationDomains>>>, "initialData">;
|
|
1616
2566
|
fetch?: RequestInit;
|
|
1617
2567
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
1618
2568
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1619
2569
|
};
|
|
1620
|
-
declare function
|
|
1621
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2570
|
+
declare function useListOrganizationDomains<TData = Awaited<ReturnType<typeof listOrganizationDomains>>, TError = ListOrganizationDomains403 | ListOrganizationDomains404>(options?: {
|
|
2571
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof listOrganizationDomains>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof listOrganizationDomains>>, TError, Awaited<ReturnType<typeof listOrganizationDomains>>>, "initialData">;
|
|
1622
2572
|
fetch?: RequestInit;
|
|
1623
2573
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1624
2574
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1625
2575
|
};
|
|
1626
|
-
declare function
|
|
1627
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2576
|
+
declare function useListOrganizationDomains<TData = Awaited<ReturnType<typeof listOrganizationDomains>>, TError = ListOrganizationDomains403 | ListOrganizationDomains404>(options?: {
|
|
2577
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof listOrganizationDomains>>, TError, TData>>;
|
|
1628
2578
|
fetch?: RequestInit;
|
|
1629
2579
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1630
2580
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1631
2581
|
};
|
|
1632
|
-
type
|
|
1633
|
-
data:
|
|
2582
|
+
type deleteOrganizationDomainResponse200 = {
|
|
2583
|
+
data: OrganizationDomain;
|
|
1634
2584
|
status: 200;
|
|
1635
2585
|
};
|
|
1636
|
-
type
|
|
1637
|
-
data:
|
|
2586
|
+
type deleteOrganizationDomainResponse403 = {
|
|
2587
|
+
data: DeleteOrganizationDomain403;
|
|
1638
2588
|
status: 403;
|
|
1639
2589
|
};
|
|
1640
|
-
type
|
|
1641
|
-
data:
|
|
2590
|
+
type deleteOrganizationDomainResponse404 = {
|
|
2591
|
+
data: DeleteOrganizationDomain404;
|
|
1642
2592
|
status: 404;
|
|
1643
2593
|
};
|
|
1644
|
-
type
|
|
2594
|
+
type deleteOrganizationDomainResponseSuccess = deleteOrganizationDomainResponse200 & {
|
|
1645
2595
|
headers: Headers;
|
|
1646
2596
|
};
|
|
1647
|
-
type
|
|
2597
|
+
type deleteOrganizationDomainResponseError = (deleteOrganizationDomainResponse403 | deleteOrganizationDomainResponse404) & {
|
|
1648
2598
|
headers: Headers;
|
|
1649
2599
|
};
|
|
1650
|
-
type
|
|
1651
|
-
declare const
|
|
1652
|
-
declare const
|
|
1653
|
-
declare const
|
|
1654
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof
|
|
1655
|
-
|
|
2600
|
+
type deleteOrganizationDomainResponse = deleteOrganizationDomainResponseSuccess | deleteOrganizationDomainResponseError;
|
|
2601
|
+
declare const getDeleteOrganizationDomainUrl: (domainId: string) => string;
|
|
2602
|
+
declare const deleteOrganizationDomain: (domainId: string, options?: RequestInit) => Promise<deleteOrganizationDomainResponse>;
|
|
2603
|
+
declare const getDeleteOrganizationDomainMutationOptions: <TError = DeleteOrganizationDomain403 | DeleteOrganizationDomain404, TContext = unknown>(options?: {
|
|
2604
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteOrganizationDomain>>, TError, {
|
|
2605
|
+
domainId: string;
|
|
1656
2606
|
}, TContext>;
|
|
1657
2607
|
fetch?: RequestInit;
|
|
1658
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof
|
|
1659
|
-
|
|
2608
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof deleteOrganizationDomain>>, TError, {
|
|
2609
|
+
domainId: string;
|
|
1660
2610
|
}, TContext>;
|
|
1661
|
-
type
|
|
1662
|
-
type
|
|
1663
|
-
declare const
|
|
1664
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof
|
|
1665
|
-
|
|
2611
|
+
type DeleteOrganizationDomainMutationResult = NonNullable<Awaited<ReturnType<typeof deleteOrganizationDomain>>>;
|
|
2612
|
+
type DeleteOrganizationDomainMutationError = DeleteOrganizationDomain403 | DeleteOrganizationDomain404;
|
|
2613
|
+
declare const useDeleteOrganizationDomain: <TError = DeleteOrganizationDomain403 | DeleteOrganizationDomain404, TContext = unknown>(options?: {
|
|
2614
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteOrganizationDomain>>, TError, {
|
|
2615
|
+
domainId: string;
|
|
1666
2616
|
}, TContext>;
|
|
1667
2617
|
fetch?: RequestInit;
|
|
1668
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof
|
|
1669
|
-
|
|
2618
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof deleteOrganizationDomain>>, TError, {
|
|
2619
|
+
domainId: string;
|
|
1670
2620
|
}, TContext>;
|
|
1671
|
-
type
|
|
1672
|
-
data:
|
|
2621
|
+
type reverifyOrganizationDomainResponse200 = {
|
|
2622
|
+
data: OrganizationDomain;
|
|
1673
2623
|
status: 200;
|
|
1674
2624
|
};
|
|
1675
|
-
type
|
|
1676
|
-
data:
|
|
2625
|
+
type reverifyOrganizationDomainResponse403 = {
|
|
2626
|
+
data: ReverifyOrganizationDomain403;
|
|
1677
2627
|
status: 403;
|
|
1678
2628
|
};
|
|
1679
|
-
type
|
|
2629
|
+
type reverifyOrganizationDomainResponse404 = {
|
|
2630
|
+
data: ReverifyOrganizationDomain404;
|
|
2631
|
+
status: 404;
|
|
2632
|
+
};
|
|
2633
|
+
type reverifyOrganizationDomainResponseSuccess = reverifyOrganizationDomainResponse200 & {
|
|
1680
2634
|
headers: Headers;
|
|
1681
2635
|
};
|
|
1682
|
-
type
|
|
2636
|
+
type reverifyOrganizationDomainResponseError = (reverifyOrganizationDomainResponse403 | reverifyOrganizationDomainResponse404) & {
|
|
1683
2637
|
headers: Headers;
|
|
1684
2638
|
};
|
|
1685
|
-
type
|
|
1686
|
-
declare const
|
|
1687
|
-
declare const
|
|
1688
|
-
declare const
|
|
1689
|
-
|
|
1690
|
-
|
|
2639
|
+
type reverifyOrganizationDomainResponse = reverifyOrganizationDomainResponseSuccess | reverifyOrganizationDomainResponseError;
|
|
2640
|
+
declare const getReverifyOrganizationDomainUrl: (domainId: string) => string;
|
|
2641
|
+
declare const reverifyOrganizationDomain: (domainId: string, options?: RequestInit) => Promise<reverifyOrganizationDomainResponse>;
|
|
2642
|
+
declare const getReverifyOrganizationDomainMutationOptions: <TError = ReverifyOrganizationDomain403 | ReverifyOrganizationDomain404, TContext = unknown>(options?: {
|
|
2643
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof reverifyOrganizationDomain>>, TError, {
|
|
2644
|
+
domainId: string;
|
|
2645
|
+
}, TContext>;
|
|
1691
2646
|
fetch?: RequestInit;
|
|
1692
|
-
}) =>
|
|
2647
|
+
}) => UseMutationOptions<Awaited<ReturnType<typeof reverifyOrganizationDomain>>, TError, {
|
|
2648
|
+
domainId: string;
|
|
2649
|
+
}, TContext>;
|
|
2650
|
+
type ReverifyOrganizationDomainMutationResult = NonNullable<Awaited<ReturnType<typeof reverifyOrganizationDomain>>>;
|
|
2651
|
+
type ReverifyOrganizationDomainMutationError = ReverifyOrganizationDomain403 | ReverifyOrganizationDomain404;
|
|
2652
|
+
declare const useReverifyOrganizationDomain: <TError = ReverifyOrganizationDomain403 | ReverifyOrganizationDomain404, TContext = unknown>(options?: {
|
|
2653
|
+
mutation?: UseMutationOptions<Awaited<ReturnType<typeof reverifyOrganizationDomain>>, TError, {
|
|
2654
|
+
domainId: string;
|
|
2655
|
+
}, TContext>;
|
|
2656
|
+
fetch?: RequestInit;
|
|
2657
|
+
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof reverifyOrganizationDomain>>, TError, {
|
|
2658
|
+
domainId: string;
|
|
2659
|
+
}, TContext>;
|
|
2660
|
+
type listSsoConnectionsResponse200 = {
|
|
2661
|
+
data: SsoConnection[];
|
|
2662
|
+
status: 200;
|
|
2663
|
+
};
|
|
2664
|
+
type listSsoConnectionsResponseSuccess = listSsoConnectionsResponse200 & {
|
|
2665
|
+
headers: Headers;
|
|
2666
|
+
};
|
|
2667
|
+
type listSsoConnectionsResponse = listSsoConnectionsResponseSuccess;
|
|
2668
|
+
declare const getListSsoConnectionsUrl: () => string;
|
|
2669
|
+
declare const listSsoConnections: (options?: RequestInit) => Promise<listSsoConnectionsResponse>;
|
|
2670
|
+
declare const getListSsoConnectionsQueryKey: () => readonly ["https://api.workos.com/_widgets/admin-portal/sso-connections"];
|
|
2671
|
+
declare const getListSsoConnectionsQueryOptions: <TData = Awaited<ReturnType<typeof listSsoConnections>>, TError = unknown>(options?: {
|
|
2672
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof listSsoConnections>>, TError, TData>>;
|
|
2673
|
+
fetch?: RequestInit;
|
|
2674
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof listSsoConnections>>, TError, TData> & {
|
|
1693
2675
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1694
2676
|
};
|
|
1695
|
-
type
|
|
1696
|
-
type
|
|
1697
|
-
declare function
|
|
1698
|
-
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2677
|
+
type ListSsoConnectionsQueryResult = NonNullable<Awaited<ReturnType<typeof listSsoConnections>>>;
|
|
2678
|
+
type ListSsoConnectionsQueryError = unknown;
|
|
2679
|
+
declare function useListSsoConnections<TData = Awaited<ReturnType<typeof listSsoConnections>>, TError = unknown>(options: {
|
|
2680
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof listSsoConnections>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof listSsoConnections>>, TError, Awaited<ReturnType<typeof listSsoConnections>>>, "initialData">;
|
|
1699
2681
|
fetch?: RequestInit;
|
|
1700
2682
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
1701
2683
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1702
2684
|
};
|
|
1703
|
-
declare function
|
|
1704
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2685
|
+
declare function useListSsoConnections<TData = Awaited<ReturnType<typeof listSsoConnections>>, TError = unknown>(options?: {
|
|
2686
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof listSsoConnections>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof listSsoConnections>>, TError, Awaited<ReturnType<typeof listSsoConnections>>>, "initialData">;
|
|
1705
2687
|
fetch?: RequestInit;
|
|
1706
2688
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1707
2689
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1708
2690
|
};
|
|
1709
|
-
declare function
|
|
1710
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2691
|
+
declare function useListSsoConnections<TData = Awaited<ReturnType<typeof listSsoConnections>>, TError = unknown>(options?: {
|
|
2692
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof listSsoConnections>>, TError, TData>>;
|
|
1711
2693
|
fetch?: RequestInit;
|
|
1712
2694
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1713
2695
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1714
2696
|
};
|
|
1715
|
-
type
|
|
1716
|
-
data:
|
|
2697
|
+
type listDirectoriesResponse200 = {
|
|
2698
|
+
data: DirectoriesResponse;
|
|
1717
2699
|
status: 200;
|
|
1718
2700
|
};
|
|
1719
|
-
type
|
|
1720
|
-
data:
|
|
1721
|
-
status: 400;
|
|
1722
|
-
};
|
|
1723
|
-
type getDataIntegrationAuthorizeUrlResponse403 = {
|
|
1724
|
-
data: GetDataIntegrationAuthorizeUrl403;
|
|
2701
|
+
type listDirectoriesResponse403 = {
|
|
2702
|
+
data: ListDirectories403;
|
|
1725
2703
|
status: 403;
|
|
1726
2704
|
};
|
|
1727
|
-
type
|
|
1728
|
-
data:
|
|
2705
|
+
type listDirectoriesResponse404 = {
|
|
2706
|
+
data: ListDirectories404;
|
|
1729
2707
|
status: 404;
|
|
1730
2708
|
};
|
|
1731
|
-
type
|
|
2709
|
+
type listDirectoriesResponseSuccess = listDirectoriesResponse200 & {
|
|
1732
2710
|
headers: Headers;
|
|
1733
2711
|
};
|
|
1734
|
-
type
|
|
2712
|
+
type listDirectoriesResponseError = (listDirectoriesResponse403 | listDirectoriesResponse404) & {
|
|
1735
2713
|
headers: Headers;
|
|
1736
2714
|
};
|
|
1737
|
-
type
|
|
1738
|
-
declare const
|
|
1739
|
-
declare const
|
|
1740
|
-
declare const
|
|
1741
|
-
declare const
|
|
1742
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2715
|
+
type listDirectoriesResponse = listDirectoriesResponseSuccess | listDirectoriesResponseError;
|
|
2716
|
+
declare const getListDirectoriesUrl: () => string;
|
|
2717
|
+
declare const listDirectories: (options?: RequestInit) => Promise<listDirectoriesResponse>;
|
|
2718
|
+
declare const getListDirectoriesQueryKey: () => readonly ["https://api.workos.com/_widgets/directory-sync/directories"];
|
|
2719
|
+
declare const getListDirectoriesQueryOptions: <TData = Awaited<ReturnType<typeof listDirectories>>, TError = ListDirectories403 | ListDirectories404>(options?: {
|
|
2720
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof listDirectories>>, TError, TData>>;
|
|
1743
2721
|
fetch?: RequestInit;
|
|
1744
|
-
}) => UseQueryOptions<Awaited<ReturnType<typeof
|
|
2722
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof listDirectories>>, TError, TData> & {
|
|
1745
2723
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1746
2724
|
};
|
|
1747
|
-
type
|
|
1748
|
-
type
|
|
1749
|
-
declare function
|
|
1750
|
-
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2725
|
+
type ListDirectoriesQueryResult = NonNullable<Awaited<ReturnType<typeof listDirectories>>>;
|
|
2726
|
+
type ListDirectoriesQueryError = ListDirectories403 | ListDirectories404;
|
|
2727
|
+
declare function useListDirectories<TData = Awaited<ReturnType<typeof listDirectories>>, TError = ListDirectories403 | ListDirectories404>(options: {
|
|
2728
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof listDirectories>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof listDirectories>>, TError, Awaited<ReturnType<typeof listDirectories>>>, "initialData">;
|
|
1751
2729
|
fetch?: RequestInit;
|
|
1752
2730
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
1753
2731
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1754
2732
|
};
|
|
1755
|
-
declare function
|
|
1756
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2733
|
+
declare function useListDirectories<TData = Awaited<ReturnType<typeof listDirectories>>, TError = ListDirectories403 | ListDirectories404>(options?: {
|
|
2734
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof listDirectories>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof listDirectories>>, TError, Awaited<ReturnType<typeof listDirectories>>>, "initialData">;
|
|
1757
2735
|
fetch?: RequestInit;
|
|
1758
2736
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1759
2737
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1760
2738
|
};
|
|
1761
|
-
declare function
|
|
1762
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2739
|
+
declare function useListDirectories<TData = Awaited<ReturnType<typeof listDirectories>>, TError = ListDirectories403 | ListDirectories404>(options?: {
|
|
2740
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof listDirectories>>, TError, TData>>;
|
|
1763
2741
|
fetch?: RequestInit;
|
|
1764
2742
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1765
2743
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1766
2744
|
};
|
|
1767
|
-
type
|
|
1768
|
-
data:
|
|
2745
|
+
type settingsResponse200 = {
|
|
2746
|
+
data: SettingsResponse;
|
|
1769
2747
|
status: 200;
|
|
1770
2748
|
};
|
|
1771
|
-
type
|
|
1772
|
-
data:
|
|
1773
|
-
status: 400;
|
|
1774
|
-
};
|
|
1775
|
-
type getDataInstallationAuthorizationStatusResponse403 = {
|
|
1776
|
-
data: GetDataInstallationAuthorizationStatus403;
|
|
2749
|
+
type settingsResponse403 = {
|
|
2750
|
+
data: Settings403;
|
|
1777
2751
|
status: 403;
|
|
1778
2752
|
};
|
|
1779
|
-
type
|
|
1780
|
-
data: GetDataInstallationAuthorizationStatus404;
|
|
1781
|
-
status: 404;
|
|
1782
|
-
};
|
|
1783
|
-
type getDataInstallationAuthorizationStatusResponseSuccess = getDataInstallationAuthorizationStatusResponse200 & {
|
|
2753
|
+
type settingsResponseSuccess = settingsResponse200 & {
|
|
1784
2754
|
headers: Headers;
|
|
1785
2755
|
};
|
|
1786
|
-
type
|
|
2756
|
+
type settingsResponseError = settingsResponse403 & {
|
|
1787
2757
|
headers: Headers;
|
|
1788
2758
|
};
|
|
1789
|
-
type
|
|
1790
|
-
declare const
|
|
1791
|
-
declare const
|
|
1792
|
-
declare const
|
|
1793
|
-
declare const
|
|
1794
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2759
|
+
type settingsResponse = settingsResponseSuccess | settingsResponseError;
|
|
2760
|
+
declare const getSettingsUrl: () => string;
|
|
2761
|
+
declare const settings: (options?: RequestInit) => Promise<settingsResponse>;
|
|
2762
|
+
declare const getSettingsQueryKey: () => readonly ["https://api.workos.com/_widgets/settings"];
|
|
2763
|
+
declare const getSettingsQueryOptions: <TData = Awaited<ReturnType<typeof settings>>, TError = Settings403>(options?: {
|
|
2764
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof settings>>, TError, TData>>;
|
|
1795
2765
|
fetch?: RequestInit;
|
|
1796
|
-
}) => UseQueryOptions<Awaited<ReturnType<typeof
|
|
2766
|
+
}) => UseQueryOptions<Awaited<ReturnType<typeof settings>>, TError, TData> & {
|
|
1797
2767
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1798
2768
|
};
|
|
1799
|
-
type
|
|
1800
|
-
type
|
|
1801
|
-
declare function
|
|
1802
|
-
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2769
|
+
type SettingsQueryResult = NonNullable<Awaited<ReturnType<typeof settings>>>;
|
|
2770
|
+
type SettingsQueryError = Settings403;
|
|
2771
|
+
declare function useSettings<TData = Awaited<ReturnType<typeof settings>>, TError = Settings403>(options: {
|
|
2772
|
+
query: Partial<UseQueryOptions<Awaited<ReturnType<typeof settings>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<typeof settings>>, TError, Awaited<ReturnType<typeof settings>>>, "initialData">;
|
|
1803
2773
|
fetch?: RequestInit;
|
|
1804
2774
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
1805
2775
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1806
2776
|
};
|
|
1807
|
-
declare function
|
|
1808
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2777
|
+
declare function useSettings<TData = Awaited<ReturnType<typeof settings>>, TError = Settings403>(options?: {
|
|
2778
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof settings>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<typeof settings>>, TError, Awaited<ReturnType<typeof settings>>>, "initialData">;
|
|
1809
2779
|
fetch?: RequestInit;
|
|
1810
2780
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1811
2781
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1812
2782
|
};
|
|
1813
|
-
declare function
|
|
1814
|
-
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof
|
|
2783
|
+
declare function useSettings<TData = Awaited<ReturnType<typeof settings>>, TError = Settings403>(options?: {
|
|
2784
|
+
query?: Partial<UseQueryOptions<Awaited<ReturnType<typeof settings>>, TError, TData>>;
|
|
1815
2785
|
fetch?: RequestInit;
|
|
1816
2786
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1817
2787
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1818
2788
|
};
|
|
1819
|
-
type deleteDataInstallationResponse200 = {
|
|
1820
|
-
data: DeleteDataInstallation200;
|
|
1821
|
-
status: 200;
|
|
1822
|
-
};
|
|
1823
|
-
type deleteDataInstallationResponse403 = {
|
|
1824
|
-
data: DeleteDataInstallation403;
|
|
1825
|
-
status: 403;
|
|
1826
|
-
};
|
|
1827
|
-
type deleteDataInstallationResponse404 = {
|
|
1828
|
-
data: DeleteDataInstallation404;
|
|
1829
|
-
status: 404;
|
|
1830
|
-
};
|
|
1831
|
-
type deleteDataInstallationResponseSuccess = deleteDataInstallationResponse200 & {
|
|
1832
|
-
headers: Headers;
|
|
1833
|
-
};
|
|
1834
|
-
type deleteDataInstallationResponseError = (deleteDataInstallationResponse403 | deleteDataInstallationResponse404) & {
|
|
1835
|
-
headers: Headers;
|
|
1836
|
-
};
|
|
1837
|
-
type deleteDataInstallationResponse = deleteDataInstallationResponseSuccess | deleteDataInstallationResponseError;
|
|
1838
|
-
declare const getDeleteDataInstallationUrl: (installationId: string) => string;
|
|
1839
|
-
declare const deleteDataInstallation: (installationId: string, options?: RequestInit) => Promise<deleteDataInstallationResponse>;
|
|
1840
|
-
declare const getDeleteDataInstallationMutationOptions: <TError = DeleteDataInstallation403 | DeleteDataInstallation404, TContext = unknown>(options?: {
|
|
1841
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteDataInstallation>>, TError, {
|
|
1842
|
-
installationId: string;
|
|
1843
|
-
}, TContext>;
|
|
1844
|
-
fetch?: RequestInit;
|
|
1845
|
-
}) => UseMutationOptions<Awaited<ReturnType<typeof deleteDataInstallation>>, TError, {
|
|
1846
|
-
installationId: string;
|
|
1847
|
-
}, TContext>;
|
|
1848
|
-
type DeleteDataInstallationMutationResult = NonNullable<Awaited<ReturnType<typeof deleteDataInstallation>>>;
|
|
1849
|
-
type DeleteDataInstallationMutationError = DeleteDataInstallation403 | DeleteDataInstallation404;
|
|
1850
|
-
declare const useDeleteDataInstallation: <TError = DeleteDataInstallation403 | DeleteDataInstallation404, TContext = unknown>(options?: {
|
|
1851
|
-
mutation?: UseMutationOptions<Awaited<ReturnType<typeof deleteDataInstallation>>, TError, {
|
|
1852
|
-
installationId: string;
|
|
1853
|
-
}, TContext>;
|
|
1854
|
-
fetch?: RequestInit;
|
|
1855
|
-
}, queryClient?: QueryClient) => UseMutationResult<Awaited<ReturnType<typeof deleteDataInstallation>>, TError, {
|
|
1856
|
-
installationId: string;
|
|
1857
|
-
}, TContext>;
|
|
1858
2789
|
|
|
1859
|
-
export { type AuthenticationInformationQueryError, type AuthenticationInformationQueryResult, type CreateOrganizationApiKeyMutationBody, type CreateOrganizationApiKeyMutationError, type CreateOrganizationApiKeyMutationResult, type CreatePasswordMutationBody, type CreatePasswordMutationError, type CreatePasswordMutationResult, type CreateTotpFactorMutationError, type CreateTotpFactorMutationResult, type DeleteDataInstallationMutationError, type DeleteDataInstallationMutationResult, type DeleteOrganizationApiKeyMutationError, type DeleteOrganizationApiKeyMutationResult, type DeleteOrganizationDomainMutationError, type DeleteOrganizationDomainMutationResult, type DeletePasskeyMutationError, type DeletePasskeyMutationResult, type DeleteTotpFactorsMutationError, type DeleteTotpFactorsMutationResult, type GenerateAdminPortalLinkMutationError, type GenerateAdminPortalLinkMutationResult, type GetDataInstallationAuthorizationStatusQueryError, type GetDataInstallationAuthorizationStatusQueryResult, type GetDataIntegrationAuthorizeUrlQueryError, type GetDataIntegrationAuthorizeUrlQueryResult, type InviteMemberMutationBody, type InviteMemberMutationError, type InviteMemberMutationResult, type ListOrganizationApiKeyPermissionsQueryError, type ListOrganizationApiKeyPermissionsQueryResult, type ListOrganizationApiKeysQueryError, type ListOrganizationApiKeysQueryResult, type ListOrganizationDomainsQueryError, type ListOrganizationDomainsQueryResult, type ListSsoConnectionsQueryError, type ListSsoConnectionsQueryResult, type MeQueryError, type MeQueryResult, type MembersQueryError, type MembersQueryResult, type MyDataIntegrationsQueryError, type MyDataIntegrationsQueryResult, type OrganizationsQueryError, type OrganizationsQueryResult, type RegisterPasskeyMutationError, type RegisterPasskeyMutationResult, type RemoveMemberMutationError, type RemoveMemberMutationResult, type ResendInviteMutationError, type ResendInviteMutationResult, type ReverifyOrganizationDomainMutationError, type ReverifyOrganizationDomainMutationResult, type RevokeAllSessionsMutationBody, type RevokeAllSessionsMutationError, type RevokeAllSessionsMutationResult, type RevokeInviteMutationError, type RevokeInviteMutationResult, type RevokeSessionMutationError, type RevokeSessionMutationResult, type RolesAndConfigQueryError, type RolesAndConfigQueryResult, type RolesQueryError, type RolesQueryResult, type SendVerificationMutationError, type SendVerificationMutationResult, type SessionsQueryError, type SessionsQueryResult, type SettingsQueryError, type SettingsQueryResult, type UpdateMeMutationBody, type UpdateMeMutationError, type UpdateMeMutationResult, type UpdateMemberMutationBody, type UpdateMemberMutationError, type UpdateMemberMutationResult, type UpdatePasswordMutationBody, type UpdatePasswordMutationError, type UpdatePasswordMutationResult, type VerifyMutationBody, type VerifyMutationError, type VerifyMutationResult, type VerifyPasskeyMutationBody, type VerifyPasskeyMutationError, type VerifyPasskeyMutationResult, type VerifyTotpFactorMutationBody, type VerifyTotpFactorMutationError, type VerifyTotpFactorMutationResult, authenticationInformation, type authenticationInformationResponse, type authenticationInformationResponse200, type authenticationInformationResponse403, type authenticationInformationResponseError, type authenticationInformationResponseSuccess, createOrganizationApiKey, type createOrganizationApiKeyResponse, type createOrganizationApiKeyResponse201, type createOrganizationApiKeyResponse400, type createOrganizationApiKeyResponse403, type createOrganizationApiKeyResponse404, type createOrganizationApiKeyResponse422, type createOrganizationApiKeyResponseError, type createOrganizationApiKeyResponseSuccess, createPassword, type createPasswordResponse, type createPasswordResponse201, type createPasswordResponse400, type createPasswordResponse403, type createPasswordResponseError, type createPasswordResponseSuccess, createTotpFactor, type createTotpFactorResponse, type createTotpFactorResponse201, type createTotpFactorResponse400, type createTotpFactorResponse403, type createTotpFactorResponseError, type createTotpFactorResponseSuccess, deleteDataInstallation, type deleteDataInstallationResponse, type deleteDataInstallationResponse200, type deleteDataInstallationResponse403, type deleteDataInstallationResponse404, type deleteDataInstallationResponseError, type deleteDataInstallationResponseSuccess, deleteOrganizationApiKey, type deleteOrganizationApiKeyResponse, type deleteOrganizationApiKeyResponse200, type deleteOrganizationApiKeyResponse403, type deleteOrganizationApiKeyResponse404, type deleteOrganizationApiKeyResponseError, type deleteOrganizationApiKeyResponseSuccess, deleteOrganizationDomain, type deleteOrganizationDomainResponse, type deleteOrganizationDomainResponse200, type deleteOrganizationDomainResponse403, type deleteOrganizationDomainResponse404, type deleteOrganizationDomainResponseError, type deleteOrganizationDomainResponseSuccess, deletePasskey, type deletePasskeyResponse, type deletePasskeyResponse200, type deletePasskeyResponse400, type deletePasskeyResponse403, type deletePasskeyResponseError, type deletePasskeyResponseSuccess, deleteTotpFactors, type deleteTotpFactorsResponse, type deleteTotpFactorsResponse200, type deleteTotpFactorsResponse400, type deleteTotpFactorsResponse403, type deleteTotpFactorsResponseError, type deleteTotpFactorsResponseSuccess, generateAdminPortalLink, type generateAdminPortalLinkResponse, type generateAdminPortalLinkResponse201, type generateAdminPortalLinkResponse403, type generateAdminPortalLinkResponse404, type generateAdminPortalLinkResponse500, type generateAdminPortalLinkResponseError, type generateAdminPortalLinkResponseSuccess, getAuthenticationInformationQueryKey, getAuthenticationInformationQueryOptions, getAuthenticationInformationUrl, getCreateOrganizationApiKeyMutationOptions, getCreateOrganizationApiKeyUrl, getCreatePasswordMutationOptions, getCreatePasswordUrl, getCreateTotpFactorMutationOptions, getCreateTotpFactorUrl, getDataInstallationAuthorizationStatus, type getDataInstallationAuthorizationStatusResponse, type getDataInstallationAuthorizationStatusResponse200, type getDataInstallationAuthorizationStatusResponse400, type getDataInstallationAuthorizationStatusResponse403, type getDataInstallationAuthorizationStatusResponse404, type getDataInstallationAuthorizationStatusResponseError, type getDataInstallationAuthorizationStatusResponseSuccess, getDataIntegrationAuthorizeUrl, type getDataIntegrationAuthorizeUrlResponse, type getDataIntegrationAuthorizeUrlResponse200, type getDataIntegrationAuthorizeUrlResponse400, type getDataIntegrationAuthorizeUrlResponse403, type getDataIntegrationAuthorizeUrlResponse404, type getDataIntegrationAuthorizeUrlResponseError, type getDataIntegrationAuthorizeUrlResponseSuccess, getDeleteDataInstallationMutationOptions, getDeleteDataInstallationUrl, getDeleteOrganizationApiKeyMutationOptions, getDeleteOrganizationApiKeyUrl, getDeleteOrganizationDomainMutationOptions, getDeleteOrganizationDomainUrl, getDeletePasskeyMutationOptions, getDeletePasskeyUrl, getDeleteTotpFactorsMutationOptions, getDeleteTotpFactorsUrl, getGenerateAdminPortalLinkMutationOptions, getGenerateAdminPortalLinkUrl, getGetDataInstallationAuthorizationStatusQueryKey, getGetDataInstallationAuthorizationStatusQueryOptions, getGetDataInstallationAuthorizationStatusUrl, getGetDataIntegrationAuthorizeUrlQueryKey, getGetDataIntegrationAuthorizeUrlQueryOptions, getGetDataIntegrationAuthorizeUrlUrl, getInviteMemberMutationOptions, getInviteMemberUrl, getListOrganizationApiKeyPermissionsQueryKey, getListOrganizationApiKeyPermissionsQueryOptions, getListOrganizationApiKeyPermissionsUrl, getListOrganizationApiKeysQueryKey, getListOrganizationApiKeysQueryOptions, getListOrganizationApiKeysUrl, getListOrganizationDomainsQueryKey, getListOrganizationDomainsQueryOptions, getListOrganizationDomainsUrl, getListSsoConnectionsQueryKey, getListSsoConnectionsQueryOptions, getListSsoConnectionsUrl, getMeQueryKey, getMeQueryOptions, getMeUrl, getMembersQueryKey, getMembersQueryOptions, getMembersUrl, getMyDataIntegrationsQueryKey, getMyDataIntegrationsQueryOptions, getMyDataIntegrationsUrl, getOrganizationsQueryKey, getOrganizationsQueryOptions, getOrganizationsUrl, getRegisterPasskeyMutationOptions, getRegisterPasskeyUrl, getRemoveMemberMutationOptions, getRemoveMemberUrl, getResendInviteMutationOptions, getResendInviteUrl, getReverifyOrganizationDomainMutationOptions, getReverifyOrganizationDomainUrl, getRevokeAllSessionsMutationOptions, getRevokeAllSessionsUrl, getRevokeInviteMutationOptions, getRevokeInviteUrl, getRevokeSessionMutationOptions, getRevokeSessionUrl, getRolesAndConfigQueryKey, getRolesAndConfigQueryOptions, getRolesAndConfigUrl, getRolesQueryKey, getRolesQueryOptions, getRolesUrl, getSendVerificationMutationOptions, getSendVerificationUrl, getSessionsQueryKey, getSessionsQueryOptions, getSessionsUrl, getSettingsQueryKey, getSettingsQueryOptions, getSettingsUrl, getUpdateMeMutationOptions, getUpdateMeUrl, getUpdateMemberMutationOptions, getUpdateMemberUrl, getUpdatePasswordMutationOptions, getUpdatePasswordUrl, getVerifyMutationOptions, getVerifyPasskeyMutationOptions, getVerifyPasskeyUrl, getVerifyTotpFactorMutationOptions, getVerifyTotpFactorUrl, getVerifyUrl, inviteMember, type inviteMemberResponse, type inviteMemberResponse201, type inviteMemberResponse400, type inviteMemberResponse403, type inviteMemberResponse404, type inviteMemberResponseError, type inviteMemberResponseSuccess, listOrganizationApiKeyPermissions, type listOrganizationApiKeyPermissionsResponse, type listOrganizationApiKeyPermissionsResponse200, type listOrganizationApiKeyPermissionsResponse400, type listOrganizationApiKeyPermissionsResponse403, type listOrganizationApiKeyPermissionsResponseError, type listOrganizationApiKeyPermissionsResponseSuccess, listOrganizationApiKeys, type listOrganizationApiKeysResponse, type listOrganizationApiKeysResponse200, type listOrganizationApiKeysResponse400, type listOrganizationApiKeysResponse403, type listOrganizationApiKeysResponseError, type listOrganizationApiKeysResponseSuccess, listOrganizationDomains, type listOrganizationDomainsResponse, type listOrganizationDomainsResponse200, type listOrganizationDomainsResponse403, type listOrganizationDomainsResponse404, type listOrganizationDomainsResponseError, type listOrganizationDomainsResponseSuccess, listSsoConnections, type listSsoConnectionsResponse, type listSsoConnectionsResponse200, type listSsoConnectionsResponseSuccess, me, type meResponse, type meResponse200, type meResponse403, type meResponseError, type meResponseSuccess, members, type membersResponse, type membersResponse200, type membersResponse403, type membersResponse404, type membersResponseError, type membersResponseSuccess, myDataIntegrations, type myDataIntegrationsResponse, type myDataIntegrationsResponse200, type myDataIntegrationsResponse403, type myDataIntegrationsResponseError, type myDataIntegrationsResponseSuccess, organizations, type organizationsResponse, type organizationsResponse200, type organizationsResponse403, type organizationsResponse404, type organizationsResponseError, type organizationsResponseSuccess, registerPasskey, type registerPasskeyResponse, type registerPasskeyResponse201, type registerPasskeyResponse400, type registerPasskeyResponse403, type registerPasskeyResponseError, type registerPasskeyResponseSuccess, removeMember, type removeMemberResponse, type removeMemberResponse200, type removeMemberResponse400, type removeMemberResponse403, type removeMemberResponse404, type removeMemberResponseError, type removeMemberResponseSuccess, resendInvite, type resendInviteResponse, type resendInviteResponse201, type resendInviteResponse400, type resendInviteResponse403, type resendInviteResponse404, type resendInviteResponseError, type resendInviteResponseSuccess, reverifyOrganizationDomain, type reverifyOrganizationDomainResponse, type reverifyOrganizationDomainResponse200, type reverifyOrganizationDomainResponse403, type reverifyOrganizationDomainResponse404, type reverifyOrganizationDomainResponseError, type reverifyOrganizationDomainResponseSuccess, revokeAllSessions, type revokeAllSessionsResponse, type revokeAllSessionsResponse200, type revokeAllSessionsResponse400, type revokeAllSessionsResponse403, type revokeAllSessionsResponseError, type revokeAllSessionsResponseSuccess, revokeInvite, type revokeInviteResponse, type revokeInviteResponse200, type revokeInviteResponse400, type revokeInviteResponse403, type revokeInviteResponse404, type revokeInviteResponseError, type revokeInviteResponseSuccess, revokeSession, type revokeSessionResponse, type revokeSessionResponse200, type revokeSessionResponse400, type revokeSessionResponse403, type revokeSessionResponseError, type revokeSessionResponseSuccess, roles, rolesAndConfig, type rolesAndConfigResponse, type rolesAndConfigResponse200, type rolesAndConfigResponse403, type rolesAndConfigResponse404, type rolesAndConfigResponseError, type rolesAndConfigResponseSuccess, type rolesResponse, type rolesResponse200, type rolesResponse403, type rolesResponse404, type rolesResponseError, type rolesResponseSuccess, sendVerification, type sendVerificationResponse, type sendVerificationResponse200, type sendVerificationResponse400, type sendVerificationResponse403, type sendVerificationResponseError, type sendVerificationResponseSuccess, sessions, type sessionsResponse, type sessionsResponse200, type sessionsResponse403, type sessionsResponseError, type sessionsResponseSuccess, settings, type settingsResponse, type settingsResponse200, type settingsResponse403, type settingsResponseError, type settingsResponseSuccess, updateMe, type updateMeResponse, type updateMeResponse200, type updateMeResponse400, type updateMeResponse403, type updateMeResponseError, type updateMeResponseSuccess, updateMember, type updateMemberResponse, type updateMemberResponse200, type updateMemberResponse400, type updateMemberResponse403, type updateMemberResponse404, type updateMemberResponseError, type updateMemberResponseSuccess, updatePassword, type updatePasswordResponse, type updatePasswordResponse201, type updatePasswordResponse400, type updatePasswordResponse403, type updatePasswordResponseError, type updatePasswordResponseSuccess, useAuthenticationInformation, useCreateOrganizationApiKey, useCreatePassword, useCreateTotpFactor, useDeleteDataInstallation, useDeleteOrganizationApiKey, useDeleteOrganizationDomain, useDeletePasskey, useDeleteTotpFactors, useGenerateAdminPortalLink, useGetDataInstallationAuthorizationStatus, useGetDataIntegrationAuthorizeUrl, useInviteMember, useListOrganizationApiKeyPermissions, useListOrganizationApiKeys, useListOrganizationDomains, useListSsoConnections, useMe, useMembers, useMyDataIntegrations, useOrganizations, useRegisterPasskey, useRemoveMember, useResendInvite, useReverifyOrganizationDomain, useRevokeAllSessions, useRevokeInvite, useRevokeSession, useRoles, useRolesAndConfig, useSendVerification, useSessions, useSettings, useUpdateMe, useUpdateMember, useUpdatePassword, useVerify, useVerifyPasskey, useVerifyTotpFactor, verify, verifyPasskey, type verifyPasskeyResponse, type verifyPasskeyResponse200, type verifyPasskeyResponse400, type verifyPasskeyResponse403, type verifyPasskeyResponseError, type verifyPasskeyResponseSuccess, type verifyResponse, type verifyResponse200, type verifyResponse400, type verifyResponse403, type verifyResponseError, type verifyResponseSuccess, verifyTotpFactor, type verifyTotpFactorResponse, type verifyTotpFactorResponse200, type verifyTotpFactorResponse400, type verifyTotpFactorResponse403, type verifyTotpFactorResponseError, type verifyTotpFactorResponseSuccess };
|
|
2790
|
+
export { type ActiveSession, type ActiveSessionCurrentLocation, type ActiveSessionCurrentLocationOneOf, type ActiveSessionImpersonationReason, type ActiveSessionImpersonatorEmail, type ActiveSessionImpersonatorUserId, type ActiveSessionIpAddress, type ActiveSessionLastActivityAt, type ActiveSessionOrganizationId, type ActiveSessionState, type ActiveSessionStateExpiresAt, type ActiveSessionUserAgent, type ActiveSessionsResponse, type AuthenticationInformation403, type AuthenticationInformationQueryError, type AuthenticationInformationQueryResult, type AuthenticationInformationResponse, type AuthenticationInformationResponseData, type AuthenticationInformationResponseDataPasswordSettings, type AuthenticationInformationResponseDataVerificationMethods, type AuthenticationInformationResponseDataVerificationMethodsMfa, type AuthenticationInformationResponseDataVerificationMethodsMfaOneOf, type AuthenticationInformationResponseDataVerificationMethodsMfaOneOfLastUsed, AuthenticationInformationResponseDataVerificationMethodsMfaOneOfProvider, type AuthenticationInformationResponseDataVerificationMethodsPasskey, type AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOf, type AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfLastUsed, type AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfPassKeysItem, AuthenticationInformationResponseDataVerificationMethodsPasskeyOneOfProvider, type AuthenticationInformationResponseDataVerificationMethodsPassword, type AuthenticationInformationResponseDataVerificationMethodsPasswordOneOf, type AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfLastUsed, AuthenticationInformationResponseDataVerificationMethodsPasswordOneOfProvider, type CreateOrganizationApiKey400, type CreateOrganizationApiKey403, type CreateOrganizationApiKey404, type CreateOrganizationApiKey422, type CreateOrganizationApiKey422ErrorsItem, type CreateOrganizationApiKeyMutationBody, type CreateOrganizationApiKeyMutationError, type CreateOrganizationApiKeyMutationResult, type CreateOrganizationApiKeyRequest, type CreateOrganizationApiKeyResponse, type CreatePassword201, type CreatePassword400, type CreatePassword403, type CreatePasswordMutationBody, type CreatePasswordMutationError, type CreatePasswordMutationResult, type CreatePasswordRequest, type CreateTotpFactor400, type CreateTotpFactor403, type CreateTotpFactorMutationError, type CreateTotpFactorMutationResult, type CreateTotpFactorResponse, type CreateTotpFactorResponseAuthenticationChallenge, type CreateTotpFactorResponseAuthenticationChallengeAllOf, type CreateTotpFactorResponseAuthenticationChallengeAllOfCode, type CreateTotpFactorResponseAuthenticationChallengeAllOfExpiresAt, type CreateTotpFactorResponseAuthenticationChallengeAllOfFive, CreateTotpFactorResponseAuthenticationChallengeAllOfObject, type CreateTotpFactorResponseAuthenticationFactor, type CreateTotpFactorResponseAuthenticationFactorAllOf, CreateTotpFactorResponseAuthenticationFactorAllOfObject, type CreateTotpFactorResponseAuthenticationFactorAllOfOnezero, type CreateTotpFactorResponseAuthenticationFactorAllOfSms, type CreateTotpFactorResponseAuthenticationFactorAllOfSmsOneOf, type CreateTotpFactorResponseAuthenticationFactorAllOfTotp, type CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOf, type CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOfTwo, CreateTotpFactorResponseAuthenticationFactorAllOfType, type CreateTotpFactorResponseAuthenticationFactorAllOfUserId, type DataInstallation, type DataInstallationAllOf, DataInstallationAllOfObject, type DataInstallationAllOfOrganizationId, type DataInstallationAllOfSix, type DataInstallationAllOfSixOrganizationId, type DataInstallationAllOfSixUserlandUserId, DataInstallationAllOfState, type DataInstallationAllOfUserId, type DataIntegration, DataIntegrationCredentialsType, type DataIntegrationDescription, type DataIntegrationInstallation, DataIntegrationIntegrationType, DataIntegrationObject, DataIntegrationOwnership, type DataIntegrationScopes, type DataIntegrationsResponse, type DeleteDataInstallation200, type DeleteDataInstallation403, type DeleteDataInstallation404, type DeleteDataInstallationMutationError, type DeleteDataInstallationMutationResult, type DeleteOrganizationApiKey200, type DeleteOrganizationApiKey403, type DeleteOrganizationApiKey404, type DeleteOrganizationApiKeyMutationError, type DeleteOrganizationApiKeyMutationResult, type DeleteOrganizationDomain403, type DeleteOrganizationDomain404, type DeleteOrganizationDomainMutationError, type DeleteOrganizationDomainMutationResult, type DeletePasskey200, type DeletePasskey400, type DeletePasskey403, type DeletePasskeyMutationError, type DeletePasskeyMutationResult, type DeleteTotpFactors200, type DeleteTotpFactors400, type DeleteTotpFactors403, type DeleteTotpFactorsMutationError, type DeleteTotpFactorsMutationResult, type DirectoriesResponse, type Directory, type DirectoryMetadata, DirectoryState, DirectoryType, type DirectoryUsersMetadata, DomainVerificationNameServer, type GenerateAdminPortalLink201, type GenerateAdminPortalLink403, type GenerateAdminPortalLink404, type GenerateAdminPortalLink500, GenerateAdminPortalLinkIntent, type GenerateAdminPortalLinkMutationError, type GenerateAdminPortalLinkMutationResult, type GenerateAdminPortalLinkParams, type GetAuthorizationStatusResponse, type GetDataInstallationAuthorizationStatus400, type GetDataInstallationAuthorizationStatus403, type GetDataInstallationAuthorizationStatus404, type GetDataInstallationAuthorizationStatusQueryError, type GetDataInstallationAuthorizationStatusQueryResult, type GetDataIntegrationAuthorizeUrl400, type GetDataIntegrationAuthorizeUrl403, type GetDataIntegrationAuthorizeUrl404, type GetDataIntegrationAuthorizeUrlParams, type GetDataIntegrationAuthorizeUrlQueryError, type GetDataIntegrationAuthorizeUrlQueryResult, type GetDataIntegrationAuthorizeUrlResponse, type GetDataIntegrationAuthorizeUrlResponseAllOf, type GetDataIntegrationAuthorizeUrlResponseAllOfTwo, type InviteMember201, type InviteMember400, type InviteMember403, type InviteMember404, type InviteMemberBody, type InviteMemberBodyFirstName, type InviteMemberBodyLastName, type InviteMemberMutationBody, type InviteMemberMutationError, type InviteMemberMutationResult, type ListDirectories403, type ListDirectories404, type ListDirectoriesQueryError, type ListDirectoriesQueryResult, type ListMetadata, type ListMetadataAfter, type ListMetadataBefore, type ListOrganizationApiKeyPermission, type ListOrganizationApiKeyPermissionDescription, type ListOrganizationApiKeyPermissions400, type ListOrganizationApiKeyPermissions403, type ListOrganizationApiKeyPermissionsParams, type ListOrganizationApiKeyPermissionsQueryError, type ListOrganizationApiKeyPermissionsQueryResult, type ListOrganizationApiKeyPermissionsResponse, type ListOrganizationApiKeyPermissionsResponseListMetadata, type ListOrganizationApiKeys400, type ListOrganizationApiKeys403, type ListOrganizationApiKeysParams, type ListOrganizationApiKeysQueryError, type ListOrganizationApiKeysQueryResult, type ListOrganizationApiKeysResponse, type ListOrganizationApiKeysResponseData, type ListOrganizationApiKeysResponseDataLastUsedAt, type ListOrganizationApiKeysResponseListMetadata, type ListOrganizationDomains200, type ListOrganizationDomains403, type ListOrganizationDomains404, type ListOrganizationDomainsQueryError, type ListOrganizationDomainsQueryResult, type ListSsoConnectionsQueryError, type ListSsoConnectionsQueryResult, type Me, type Me403, type MeFirstName, type MeLastName, type MeLocale, type MeOauthProfiles, type MeOauthProfilesOneOf, type MeProfilePictureUrl, type MeQueryError, type MeQueryResult, type Member, type MemberActions, MemberActionsItem, type MemberFirstName, type MemberIsLoggedInUser, type MemberLastActivityAt, type MemberLastName, type MemberProfilePictureUrl, type MemberRole, type MemberRoleDescription, type MemberRoles, type MemberRolesOneOfItem, type MemberRolesOneOfItemDescription, MemberStatus, type Members200, type Members403, type Members404, type MembersParams, type MembersQueryError, type MembersQueryResult, type MyDataIntegrations403, type MyDataIntegrationsQueryError, type MyDataIntegrationsQueryResult, type OAuthProfile, type OAuthProfileEmail, type OAuthProfileFirstName, type OAuthProfileLastLoginAt, type OAuthProfileLastName, type OAuthProfileProfilePictureUrl, OidcSessionState, type OrganizationDomain, OrganizationDomainState, type OrganizationDomainSubdomain, type OrganizationDomainVerificationPrefix, type OrganizationDomainVerificationToken, type OrganizationInfo, type OrganizationInfoFavicon, type Organizations403, type Organizations404, type OrganizationsQueryError, type OrganizationsQueryResult, type OrganizationsResponse, type RegisterPasskey400, type RegisterPasskey403, type RegisterPasskeyMutationError, type RegisterPasskeyMutationResult, type RegisterPasskeyResponse, type RegisterPasskeyResponseOptions, type RemoveMember200, type RemoveMember400, type RemoveMember403, type RemoveMember404, type RemoveMemberMutationError, type RemoveMemberMutationResult, type ResendInvite201, type ResendInvite201Id, type ResendInvite400, type ResendInvite403, type ResendInvite404, type ResendInvite422, type ResendInviteMutationError, type ResendInviteMutationResult, type ReverifyOrganizationDomain403, type ReverifyOrganizationDomain404, type ReverifyOrganizationDomainMutationError, type ReverifyOrganizationDomainMutationResult, type RevokeAllSessions200, type RevokeAllSessions400, type RevokeAllSessions403, type RevokeAllSessionsMutationBody, type RevokeAllSessionsMutationError, type RevokeAllSessionsMutationResult, type RevokeAllSessionsRequest, type RevokeInvite200, type RevokeInvite400, type RevokeInvite403, type RevokeInvite404, type RevokeInviteMutationError, type RevokeInviteMutationResult, type RevokeSession200, type RevokeSession400, type RevokeSession403, type RevokeSessionMutationError, type RevokeSessionMutationResult, type Roles403, type Roles404, type RolesAndConfig403, type RolesAndConfig404, type RolesAndConfigQueryError, type RolesAndConfigQueryResult, type RolesAndConfigResponse, type RolesQueryError, type RolesQueryResult, SamlSessionState, type SendVerification400, type SendVerification403, type SendVerificationMutationError, type SendVerificationMutationResult, type SendVerificationResponse, SendVerificationResponseType, type Sessions403, type SessionsQueryError, type SessionsQueryResult, type Settings403, type SettingsQueryError, type SettingsQueryResult, type SettingsResponse, type SettingsResponseLogoDarkIconPath, type SettingsResponseLogoDarkPath, type SettingsResponseLogoLightIconPath, type SettingsResponseLogoLightPath, SettingsResponseObject, type SsoConnection, type SsoConnectionAnyOf, type SsoConnectionAnyOfEight, type SsoConnectionAnyOfEightAllOf, type SsoConnectionAnyOfEightAllOfLastSession, SsoConnectionAnyOfEightAllOfProviderTag, type SsoConnectionAnyOfEightAllOfSix, SsoConnectionAnyOfEightAllOfState, SsoConnectionAnyOfEightAllOfType, type SsoConnectionAnyOfLastSession, type SsoConnectionAnyOfLatestExpiredCertificate, type SsoConnectionAnyOfLatestExpiringCertificate, SsoConnectionAnyOfProviderTag, SsoConnectionAnyOfState, SsoConnectionAnyOfType, type SsoConnectionSessionJSON, SsoConnectionSessionJSONState, type UpdateMe400, type UpdateMe403, type UpdateMeBody, type UpdateMeMutationBody, type UpdateMeMutationError, type UpdateMeMutationResult, type UpdateMember200, type UpdateMember400, type UpdateMember403, type UpdateMember404, type UpdateMember422, type UpdateMemberBody, type UpdateMemberMutationBody, type UpdateMemberMutationError, type UpdateMemberMutationResult, type UpdatePassword201, type UpdatePassword400, type UpdatePassword403, type UpdatePasswordMutationBody, type UpdatePasswordMutationError, type UpdatePasswordMutationResult, type UpdatePasswordRequest, type Verify400, type Verify403, type VerifyMutationBody, type VerifyMutationError, type VerifyMutationResult, type VerifyPasskey200, type VerifyPasskey400, type VerifyPasskey403, type VerifyPasskeyMutationBody, type VerifyPasskeyMutationError, type VerifyPasskeyMutationResult, type VerifyPasskeyRequest, type VerifyPasskeyRequestResponse, type VerifyRequest, type VerifyResponse, type VerifyTotpFactor200, type VerifyTotpFactor400, type VerifyTotpFactor403, type VerifyTotpFactorMutationBody, type VerifyTotpFactorMutationError, type VerifyTotpFactorMutationResult, type VerifyTotpFactorRequest, type X509CertificateJSON, type X509CertificateJSONLastExpiryEventSentAt, type X509CertificateJSONNotAfter, type X509CertificateJSONNotBefore, authenticationInformation, type authenticationInformationResponse, type authenticationInformationResponse200, type authenticationInformationResponse403, type authenticationInformationResponseError, type authenticationInformationResponseSuccess, createOrganizationApiKey, type createOrganizationApiKeyResponse, type createOrganizationApiKeyResponse201, type createOrganizationApiKeyResponse400, type createOrganizationApiKeyResponse403, type createOrganizationApiKeyResponse404, type createOrganizationApiKeyResponse422, type createOrganizationApiKeyResponseError, type createOrganizationApiKeyResponseSuccess, createPassword, type createPasswordResponse, type createPasswordResponse201, type createPasswordResponse400, type createPasswordResponse403, type createPasswordResponseError, type createPasswordResponseSuccess, createTotpFactor, type createTotpFactorResponse, type createTotpFactorResponse201, type createTotpFactorResponse400, type createTotpFactorResponse403, type createTotpFactorResponseError, type createTotpFactorResponseSuccess, deleteDataInstallation, type deleteDataInstallationResponse, type deleteDataInstallationResponse200, type deleteDataInstallationResponse403, type deleteDataInstallationResponse404, type deleteDataInstallationResponseError, type deleteDataInstallationResponseSuccess, deleteOrganizationApiKey, type deleteOrganizationApiKeyResponse, type deleteOrganizationApiKeyResponse200, type deleteOrganizationApiKeyResponse403, type deleteOrganizationApiKeyResponse404, type deleteOrganizationApiKeyResponseError, type deleteOrganizationApiKeyResponseSuccess, deleteOrganizationDomain, type deleteOrganizationDomainResponse, type deleteOrganizationDomainResponse200, type deleteOrganizationDomainResponse403, type deleteOrganizationDomainResponse404, type deleteOrganizationDomainResponseError, type deleteOrganizationDomainResponseSuccess, deletePasskey, type deletePasskeyResponse, type deletePasskeyResponse200, type deletePasskeyResponse400, type deletePasskeyResponse403, type deletePasskeyResponseError, type deletePasskeyResponseSuccess, deleteTotpFactors, type deleteTotpFactorsResponse, type deleteTotpFactorsResponse200, type deleteTotpFactorsResponse400, type deleteTotpFactorsResponse403, type deleteTotpFactorsResponseError, type deleteTotpFactorsResponseSuccess, generateAdminPortalLink, type generateAdminPortalLinkResponse, type generateAdminPortalLinkResponse201, type generateAdminPortalLinkResponse403, type generateAdminPortalLinkResponse404, type generateAdminPortalLinkResponse500, type generateAdminPortalLinkResponseError, type generateAdminPortalLinkResponseSuccess, getAuthenticationInformationQueryKey, getAuthenticationInformationQueryOptions, getAuthenticationInformationUrl, getCreateOrganizationApiKeyMutationOptions, getCreateOrganizationApiKeyUrl, getCreatePasswordMutationOptions, getCreatePasswordUrl, getCreateTotpFactorMutationOptions, getCreateTotpFactorUrl, getDataInstallationAuthorizationStatus, type getDataInstallationAuthorizationStatusResponse, type getDataInstallationAuthorizationStatusResponse200, type getDataInstallationAuthorizationStatusResponse400, type getDataInstallationAuthorizationStatusResponse403, type getDataInstallationAuthorizationStatusResponse404, type getDataInstallationAuthorizationStatusResponseError, type getDataInstallationAuthorizationStatusResponseSuccess, getDataIntegrationAuthorizeUrl, type getDataIntegrationAuthorizeUrlResponse, type getDataIntegrationAuthorizeUrlResponse200, type getDataIntegrationAuthorizeUrlResponse400, type getDataIntegrationAuthorizeUrlResponse403, type getDataIntegrationAuthorizeUrlResponse404, type getDataIntegrationAuthorizeUrlResponseError, type getDataIntegrationAuthorizeUrlResponseSuccess, getDeleteDataInstallationMutationOptions, getDeleteDataInstallationUrl, getDeleteOrganizationApiKeyMutationOptions, getDeleteOrganizationApiKeyUrl, getDeleteOrganizationDomainMutationOptions, getDeleteOrganizationDomainUrl, getDeletePasskeyMutationOptions, getDeletePasskeyUrl, getDeleteTotpFactorsMutationOptions, getDeleteTotpFactorsUrl, getGenerateAdminPortalLinkMutationOptions, getGenerateAdminPortalLinkUrl, getGetDataInstallationAuthorizationStatusQueryKey, getGetDataInstallationAuthorizationStatusQueryOptions, getGetDataInstallationAuthorizationStatusUrl, getGetDataIntegrationAuthorizeUrlQueryKey, getGetDataIntegrationAuthorizeUrlQueryOptions, getGetDataIntegrationAuthorizeUrlUrl, getInviteMemberMutationOptions, getInviteMemberUrl, getListDirectoriesQueryKey, getListDirectoriesQueryOptions, getListDirectoriesUrl, getListOrganizationApiKeyPermissionsQueryKey, getListOrganizationApiKeyPermissionsQueryOptions, getListOrganizationApiKeyPermissionsUrl, getListOrganizationApiKeysQueryKey, getListOrganizationApiKeysQueryOptions, getListOrganizationApiKeysUrl, getListOrganizationDomainsQueryKey, getListOrganizationDomainsQueryOptions, getListOrganizationDomainsUrl, getListSsoConnectionsQueryKey, getListSsoConnectionsQueryOptions, getListSsoConnectionsUrl, getMeQueryKey, getMeQueryOptions, getMeUrl, getMembersQueryKey, getMembersQueryOptions, getMembersUrl, getMyDataIntegrationsQueryKey, getMyDataIntegrationsQueryOptions, getMyDataIntegrationsUrl, getOrganizationsQueryKey, getOrganizationsQueryOptions, getOrganizationsUrl, getRegisterPasskeyMutationOptions, getRegisterPasskeyUrl, getRemoveMemberMutationOptions, getRemoveMemberUrl, getResendInviteMutationOptions, getResendInviteUrl, getReverifyOrganizationDomainMutationOptions, getReverifyOrganizationDomainUrl, getRevokeAllSessionsMutationOptions, getRevokeAllSessionsUrl, getRevokeInviteMutationOptions, getRevokeInviteUrl, getRevokeSessionMutationOptions, getRevokeSessionUrl, getRolesAndConfigQueryKey, getRolesAndConfigQueryOptions, getRolesAndConfigUrl, getRolesQueryKey, getRolesQueryOptions, getRolesUrl, getSendVerificationMutationOptions, getSendVerificationUrl, getSessionsQueryKey, getSessionsQueryOptions, getSessionsUrl, getSettingsQueryKey, getSettingsQueryOptions, getSettingsUrl, getUpdateMeMutationOptions, getUpdateMeUrl, getUpdateMemberMutationOptions, getUpdateMemberUrl, getUpdatePasswordMutationOptions, getUpdatePasswordUrl, getVerifyMutationOptions, getVerifyPasskeyMutationOptions, getVerifyPasskeyUrl, getVerifyTotpFactorMutationOptions, getVerifyTotpFactorUrl, getVerifyUrl, inviteMember, type inviteMemberResponse, type inviteMemberResponse201, type inviteMemberResponse400, type inviteMemberResponse403, type inviteMemberResponse404, type inviteMemberResponseError, type inviteMemberResponseSuccess, listDirectories, type listDirectoriesResponse, type listDirectoriesResponse200, type listDirectoriesResponse403, type listDirectoriesResponse404, type listDirectoriesResponseError, type listDirectoriesResponseSuccess, listOrganizationApiKeyPermissions, type listOrganizationApiKeyPermissionsResponse, type listOrganizationApiKeyPermissionsResponse200, type listOrganizationApiKeyPermissionsResponse400, type listOrganizationApiKeyPermissionsResponse403, type listOrganizationApiKeyPermissionsResponseError, type listOrganizationApiKeyPermissionsResponseSuccess, listOrganizationApiKeys, type listOrganizationApiKeysResponse, type listOrganizationApiKeysResponse200, type listOrganizationApiKeysResponse400, type listOrganizationApiKeysResponse403, type listOrganizationApiKeysResponseError, type listOrganizationApiKeysResponseSuccess, listOrganizationDomains, type listOrganizationDomainsResponse, type listOrganizationDomainsResponse200, type listOrganizationDomainsResponse403, type listOrganizationDomainsResponse404, type listOrganizationDomainsResponseError, type listOrganizationDomainsResponseSuccess, listSsoConnections, type listSsoConnectionsResponse, type listSsoConnectionsResponse200, type listSsoConnectionsResponseSuccess, me, type meResponse, type meResponse200, type meResponse403, type meResponseError, type meResponseSuccess, members, type membersResponse, type membersResponse200, type membersResponse403, type membersResponse404, type membersResponseError, type membersResponseSuccess, myDataIntegrations, type myDataIntegrationsResponse, type myDataIntegrationsResponse200, type myDataIntegrationsResponse403, type myDataIntegrationsResponseError, type myDataIntegrationsResponseSuccess, organizations, type organizationsResponse, type organizationsResponse200, type organizationsResponse403, type organizationsResponse404, type organizationsResponseError, type organizationsResponseSuccess, registerPasskey, type registerPasskeyResponse, type registerPasskeyResponse201, type registerPasskeyResponse400, type registerPasskeyResponse403, type registerPasskeyResponseError, type registerPasskeyResponseSuccess, removeMember, type removeMemberResponse, type removeMemberResponse200, type removeMemberResponse400, type removeMemberResponse403, type removeMemberResponse404, type removeMemberResponseError, type removeMemberResponseSuccess, resendInvite, type resendInviteResponse, type resendInviteResponse201, type resendInviteResponse400, type resendInviteResponse403, type resendInviteResponse404, type resendInviteResponse422, type resendInviteResponseError, type resendInviteResponseSuccess, reverifyOrganizationDomain, type reverifyOrganizationDomainResponse, type reverifyOrganizationDomainResponse200, type reverifyOrganizationDomainResponse403, type reverifyOrganizationDomainResponse404, type reverifyOrganizationDomainResponseError, type reverifyOrganizationDomainResponseSuccess, revokeAllSessions, type revokeAllSessionsResponse, type revokeAllSessionsResponse200, type revokeAllSessionsResponse400, type revokeAllSessionsResponse403, type revokeAllSessionsResponseError, type revokeAllSessionsResponseSuccess, revokeInvite, type revokeInviteResponse, type revokeInviteResponse200, type revokeInviteResponse400, type revokeInviteResponse403, type revokeInviteResponse404, type revokeInviteResponseError, type revokeInviteResponseSuccess, revokeSession, type revokeSessionResponse, type revokeSessionResponse200, type revokeSessionResponse400, type revokeSessionResponse403, type revokeSessionResponseError, type revokeSessionResponseSuccess, roles, rolesAndConfig, type rolesAndConfigResponse, type rolesAndConfigResponse200, type rolesAndConfigResponse403, type rolesAndConfigResponse404, type rolesAndConfigResponseError, type rolesAndConfigResponseSuccess, type rolesResponse, type rolesResponse200, type rolesResponse403, type rolesResponse404, type rolesResponseError, type rolesResponseSuccess, sendVerification, type sendVerificationResponse, type sendVerificationResponse200, type sendVerificationResponse400, type sendVerificationResponse403, type sendVerificationResponseError, type sendVerificationResponseSuccess, sessions, type sessionsResponse, type sessionsResponse200, type sessionsResponse403, type sessionsResponseError, type sessionsResponseSuccess, settings, type settingsResponse, type settingsResponse200, type settingsResponse403, type settingsResponseError, type settingsResponseSuccess, updateMe, type updateMeResponse, type updateMeResponse200, type updateMeResponse400, type updateMeResponse403, type updateMeResponseError, type updateMeResponseSuccess, updateMember, type updateMemberResponse, type updateMemberResponse200, type updateMemberResponse400, type updateMemberResponse403, type updateMemberResponse404, type updateMemberResponse422, type updateMemberResponseError, type updateMemberResponseSuccess, updatePassword, type updatePasswordResponse, type updatePasswordResponse201, type updatePasswordResponse400, type updatePasswordResponse403, type updatePasswordResponseError, type updatePasswordResponseSuccess, useAuthenticationInformation, useCreateOrganizationApiKey, useCreatePassword, useCreateTotpFactor, useDeleteDataInstallation, useDeleteOrganizationApiKey, useDeleteOrganizationDomain, useDeletePasskey, useDeleteTotpFactors, useGenerateAdminPortalLink, useGetDataInstallationAuthorizationStatus, useGetDataIntegrationAuthorizeUrl, useInviteMember, useListDirectories, useListOrganizationApiKeyPermissions, useListOrganizationApiKeys, useListOrganizationDomains, useListSsoConnections, useMe, useMembers, useMyDataIntegrations, useOrganizations, useRegisterPasskey, useRemoveMember, useResendInvite, useReverifyOrganizationDomain, useRevokeAllSessions, useRevokeInvite, useRevokeSession, useRoles, useRolesAndConfig, useSendVerification, useSessions, useSettings, useUpdateMe, useUpdateMember, useUpdatePassword, useVerify, useVerifyPasskey, useVerifyTotpFactor, verify, verifyPasskey, type verifyPasskeyResponse, type verifyPasskeyResponse200, type verifyPasskeyResponse400, type verifyPasskeyResponse403, type verifyPasskeyResponseError, type verifyPasskeyResponseSuccess, type verifyResponse, type verifyResponse200, type verifyResponse400, type verifyResponse403, type verifyResponseError, type verifyResponseSuccess, verifyTotpFactor, type verifyTotpFactorResponse, type verifyTotpFactorResponse200, type verifyTotpFactorResponse400, type verifyTotpFactorResponse403, type verifyTotpFactorResponseError, type verifyTotpFactorResponseSuccess };
|