@contember/react-client-tenant 2.1.0-alpha.3 → 2.1.0-alpha.35
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/package.json +12 -12
- package/src/components/IdentityProvider.tsx +0 -2
- package/src/components/forms/ChangeMyPasswordForm.tsx +0 -1
- package/src/components/forms/LoginForm.tsx +2 -2
- package/src/components/forms/OtpConfirmForm.tsx +1 -2
- package/src/components/forms/OtpPrepareForm.tsx +1 -3
- package/src/components/forms/PasswordResetForm.tsx +0 -1
- package/src/components/forms/PasswordResetRequestForm.tsx +0 -3
- package/src/components/forms/PasswordlessSignInForm.tsx +12 -9
- package/src/components/forms/PasswordlessSignInInitForm.tsx +6 -3
- package/src/components/forms/TenantForm.tsx +14 -10
- package/src/components/forms/UpdateProjectMemberForm.tsx +2 -2
- package/src/components/idp/IDP.tsx +5 -5
- package/src/components/idp/IDPInitTrigger.tsx +1 -3
- package/src/components/triggers/DisableOtpTrigger.tsx +2 -1
- package/src/components/triggers/RemoveProjectMemberTrigger.tsx +0 -1
- package/src/components/triggers/TenantActionTrigger.tsx +4 -2
- package/src/contexts.ts +0 -2
- package/src/hooks/mutations/apiKey/useDisableApiKeyMutation.tsx +0 -1
- package/src/hooks/mutations/auth/useSignInMutation.ts +0 -1
- package/src/hooks/mutations/idp/useInitSignInIDPMutation.ts +5 -2
- package/src/hooks/mutations/idp/useSignInIdpMutation.ts +6 -4
- package/src/hooks/mutations/otp/useConfirmOtpMutation.ts +5 -5
- package/src/hooks/mutations/otp/usePrepareOtpMutation.ts +0 -1
- package/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.ts +0 -1
- package/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.ts +0 -1
- package/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.ts +0 -1
- package/src/hooks/mutations/profile/useChangeMyProfile.ts +2 -2
- package/src/hooks/mutations/profile/useChangeProfile.ts +2 -2
- package/src/hooks/queries/useMeQuery.ts +5 -4
- package/src/hooks/queries/useProjectMembersQuery.ts +19 -14
- package/src/hooks/queries/useProjectMembershipsQuery.ts +0 -1
- package/src/hooks/queries/useProjectRolesDefinitionQuery.ts +1 -2
- package/src/hooks/useFetchIdentity.ts +4 -1
- package/src/hooks/usePasswordlessOtpActivator.ts +4 -3
- package/src/hooks/useTenantApi.ts +0 -1
- package/src/hooks/useTenantMutation.ts +8 -6
- package/src/hooks/useTenantQueryLoader.ts +4 -3
- package/src/internal/hooks/useHandleIDPResponse.ts +6 -3
- package/src/internal/hooks/useIDPAutoInit.ts +0 -1
- package/src/internal/hooks/useIDPStateStore.ts +1 -1
- package/src/internal/hooks/useInitIDPRedirect.ts +4 -3
- package/src/internal/hooks/useLogoutInternal.ts +1 -1
- package/src/internal/hooks/useRedirectToBacklink.ts +11 -5
- package/src/internal/utils/randomInt.ts +0 -1
- package/src/types/idp.ts +0 -1
- package/dist/development/index.cjs +0 -159
- package/dist/development/index.cjs.map +0 -1
- package/dist/development/index.js +0 -159
- package/dist/development/index.js.map +0 -1
- package/dist/development/src/components/IdentityProvider.cjs +0 -38
- package/dist/development/src/components/IdentityProvider.cjs.map +0 -1
- package/dist/development/src/components/IdentityProvider.js +0 -38
- package/dist/development/src/components/IdentityProvider.js.map +0 -1
- package/dist/development/src/components/IdentityState.cjs +0 -14
- package/dist/development/src/components/IdentityState.cjs.map +0 -1
- package/dist/development/src/components/IdentityState.js +0 -14
- package/dist/development/src/components/IdentityState.js.map +0 -1
- package/dist/development/src/components/forms/ChangeMyPasswordForm.cjs +0 -59
- package/dist/development/src/components/forms/ChangeMyPasswordForm.cjs.map +0 -1
- package/dist/development/src/components/forms/ChangeMyPasswordForm.js +0 -59
- package/dist/development/src/components/forms/ChangeMyPasswordForm.js.map +0 -1
- package/dist/development/src/components/forms/CreateApiKeyForm.cjs +0 -57
- package/dist/development/src/components/forms/CreateApiKeyForm.cjs.map +0 -1
- package/dist/development/src/components/forms/CreateApiKeyForm.js +0 -57
- package/dist/development/src/components/forms/CreateApiKeyForm.js.map +0 -1
- package/dist/development/src/components/forms/CreateSessionTokenForm.cjs +0 -50
- package/dist/development/src/components/forms/CreateSessionTokenForm.cjs.map +0 -1
- package/dist/development/src/components/forms/CreateSessionTokenForm.js +0 -50
- package/dist/development/src/components/forms/CreateSessionTokenForm.js.map +0 -1
- package/dist/development/src/components/forms/InviteForm.cjs +0 -62
- package/dist/development/src/components/forms/InviteForm.cjs.map +0 -1
- package/dist/development/src/components/forms/InviteForm.js +0 -62
- package/dist/development/src/components/forms/InviteForm.js.map +0 -1
- package/dist/development/src/components/forms/LoginForm.cjs +0 -85
- package/dist/development/src/components/forms/LoginForm.cjs.map +0 -1
- package/dist/development/src/components/forms/LoginForm.js +0 -85
- package/dist/development/src/components/forms/LoginForm.js.map +0 -1
- package/dist/development/src/components/forms/OtpConfirmForm.cjs +0 -49
- package/dist/development/src/components/forms/OtpConfirmForm.cjs.map +0 -1
- package/dist/development/src/components/forms/OtpConfirmForm.js +0 -49
- package/dist/development/src/components/forms/OtpConfirmForm.js.map +0 -1
- package/dist/development/src/components/forms/OtpPrepareForm.cjs +0 -36
- package/dist/development/src/components/forms/OtpPrepareForm.cjs.map +0 -1
- package/dist/development/src/components/forms/OtpPrepareForm.js +0 -36
- package/dist/development/src/components/forms/OtpPrepareForm.js.map +0 -1
- package/dist/development/src/components/forms/PasswordResetForm.cjs +0 -63
- package/dist/development/src/components/forms/PasswordResetForm.cjs.map +0 -1
- package/dist/development/src/components/forms/PasswordResetForm.js +0 -63
- package/dist/development/src/components/forms/PasswordResetForm.js.map +0 -1
- package/dist/development/src/components/forms/PasswordResetRequestForm.cjs +0 -49
- package/dist/development/src/components/forms/PasswordResetRequestForm.cjs.map +0 -1
- package/dist/development/src/components/forms/PasswordResetRequestForm.js +0 -49
- package/dist/development/src/components/forms/PasswordResetRequestForm.js.map +0 -1
- package/dist/development/src/components/forms/PasswordlessSignInForm.cjs +0 -79
- package/dist/development/src/components/forms/PasswordlessSignInForm.cjs.map +0 -1
- package/dist/development/src/components/forms/PasswordlessSignInForm.js +0 -79
- package/dist/development/src/components/forms/PasswordlessSignInForm.js.map +0 -1
- package/dist/development/src/components/forms/PasswordlessSignInInitForm.cjs +0 -54
- package/dist/development/src/components/forms/PasswordlessSignInInitForm.cjs.map +0 -1
- package/dist/development/src/components/forms/PasswordlessSignInInitForm.js +0 -54
- package/dist/development/src/components/forms/PasswordlessSignInInitForm.js.map +0 -1
- package/dist/development/src/components/forms/TenantForm.cjs +0 -91
- package/dist/development/src/components/forms/TenantForm.cjs.map +0 -1
- package/dist/development/src/components/forms/TenantForm.js +0 -91
- package/dist/development/src/components/forms/TenantForm.js.map +0 -1
- package/dist/development/src/components/forms/UpdateProjectMemberForm.cjs +0 -64
- package/dist/development/src/components/forms/UpdateProjectMemberForm.cjs.map +0 -1
- package/dist/development/src/components/forms/UpdateProjectMemberForm.js +0 -64
- package/dist/development/src/components/forms/UpdateProjectMemberForm.js.map +0 -1
- package/dist/development/src/components/idp/IDP.cjs +0 -56
- package/dist/development/src/components/idp/IDP.cjs.map +0 -1
- package/dist/development/src/components/idp/IDP.js +0 -56
- package/dist/development/src/components/idp/IDP.js.map +0 -1
- package/dist/development/src/components/idp/IDPInitTrigger.cjs +0 -16
- package/dist/development/src/components/idp/IDPInitTrigger.cjs.map +0 -1
- package/dist/development/src/components/idp/IDPInitTrigger.js +0 -16
- package/dist/development/src/components/idp/IDPInitTrigger.js.map +0 -1
- package/dist/development/src/components/idp/IDPState.cjs +0 -14
- package/dist/development/src/components/idp/IDPState.cjs.map +0 -1
- package/dist/development/src/components/idp/IDPState.js +0 -14
- package/dist/development/src/components/idp/IDPState.js.map +0 -1
- package/dist/development/src/components/triggers/DisableOtpTrigger.cjs +0 -32
- package/dist/development/src/components/triggers/DisableOtpTrigger.cjs.map +0 -1
- package/dist/development/src/components/triggers/DisableOtpTrigger.js +0 -32
- package/dist/development/src/components/triggers/DisableOtpTrigger.js.map +0 -1
- package/dist/development/src/components/triggers/LogoutTrigger.cjs +0 -16
- package/dist/development/src/components/triggers/LogoutTrigger.cjs.map +0 -1
- package/dist/development/src/components/triggers/LogoutTrigger.js +0 -16
- package/dist/development/src/components/triggers/LogoutTrigger.js.map +0 -1
- package/dist/development/src/components/triggers/RemoveProjectMemberTrigger.cjs +0 -17
- package/dist/development/src/components/triggers/RemoveProjectMemberTrigger.cjs.map +0 -1
- package/dist/development/src/components/triggers/RemoveProjectMemberTrigger.js +0 -17
- package/dist/development/src/components/triggers/RemoveProjectMemberTrigger.js.map +0 -1
- package/dist/development/src/components/triggers/TenantActionTrigger.cjs +0 -37
- package/dist/development/src/components/triggers/TenantActionTrigger.cjs.map +0 -1
- package/dist/development/src/components/triggers/TenantActionTrigger.js +0 -37
- package/dist/development/src/components/triggers/TenantActionTrigger.js.map +0 -1
- package/dist/development/src/consts.cjs +0 -5
- package/dist/development/src/consts.cjs.map +0 -1
- package/dist/development/src/consts.js +0 -5
- package/dist/development/src/consts.js.map +0 -1
- package/dist/development/src/contexts.cjs +0 -34
- package/dist/development/src/contexts.cjs.map +0 -1
- package/dist/development/src/contexts.js +0 -34
- package/dist/development/src/contexts.js.map +0 -1
- package/dist/development/src/hooks/mutations/apiKey/useCreateApiKeyMutation.cjs +0 -30
- package/dist/development/src/hooks/mutations/apiKey/useCreateApiKeyMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/apiKey/useCreateApiKeyMutation.js +0 -13
- package/dist/development/src/hooks/mutations/apiKey/useCreateApiKeyMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.cjs +0 -30
- package/dist/development/src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.js +0 -13
- package/dist/development/src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/apiKey/useCreateSessionTokenMutation.cjs +0 -30
- package/dist/development/src/hooks/mutations/apiKey/useCreateSessionTokenMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/apiKey/useCreateSessionTokenMutation.js +0 -13
- package/dist/development/src/hooks/mutations/apiKey/useCreateSessionTokenMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/apiKey/useDisableApiKeyMutation.cjs +0 -29
- package/dist/development/src/hooks/mutations/apiKey/useDisableApiKeyMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/apiKey/useDisableApiKeyMutation.js +0 -12
- package/dist/development/src/hooks/mutations/apiKey/useDisableApiKeyMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/auth/useChangeMyPasswordMutation.cjs +0 -29
- package/dist/development/src/hooks/mutations/auth/useChangeMyPasswordMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/auth/useChangeMyPasswordMutation.js +0 -12
- package/dist/development/src/hooks/mutations/auth/useChangeMyPasswordMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/auth/useSignInMutation.cjs +0 -33
- package/dist/development/src/hooks/mutations/auth/useSignInMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/auth/useSignInMutation.js +0 -16
- package/dist/development/src/hooks/mutations/auth/useSignInMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/auth/useSignOutMutation.cjs +0 -29
- package/dist/development/src/hooks/mutations/auth/useSignOutMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/auth/useSignOutMutation.js +0 -12
- package/dist/development/src/hooks/mutations/auth/useSignOutMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/idp/useInitSignInIDPMutation.cjs +0 -31
- package/dist/development/src/hooks/mutations/idp/useInitSignInIDPMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/idp/useInitSignInIDPMutation.js +0 -14
- package/dist/development/src/hooks/mutations/idp/useInitSignInIDPMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/idp/useSignInIdpMutation.cjs +0 -33
- package/dist/development/src/hooks/mutations/idp/useSignInIdpMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/idp/useSignInIdpMutation.js +0 -16
- package/dist/development/src/hooks/mutations/idp/useSignInIdpMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/invite/useInviteMutation.cjs +0 -30
- package/dist/development/src/hooks/mutations/invite/useInviteMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/invite/useInviteMutation.js +0 -13
- package/dist/development/src/hooks/mutations/invite/useInviteMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/memberships/useAddProjectMemberMutation.cjs +0 -29
- package/dist/development/src/hooks/mutations/memberships/useAddProjectMemberMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/memberships/useAddProjectMemberMutation.js +0 -12
- package/dist/development/src/hooks/mutations/memberships/useAddProjectMemberMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/memberships/useRemoveProjectMemberMutation.cjs +0 -29
- package/dist/development/src/hooks/mutations/memberships/useRemoveProjectMemberMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/memberships/useRemoveProjectMemberMutation.js +0 -12
- package/dist/development/src/hooks/mutations/memberships/useRemoveProjectMemberMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/memberships/useUpdateProjectMemberMutation.cjs +0 -29
- package/dist/development/src/hooks/mutations/memberships/useUpdateProjectMemberMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/memberships/useUpdateProjectMemberMutation.js +0 -12
- package/dist/development/src/hooks/mutations/memberships/useUpdateProjectMemberMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/otp/useConfirmOtpMutation.cjs +0 -29
- package/dist/development/src/hooks/mutations/otp/useConfirmOtpMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/otp/useConfirmOtpMutation.js +0 -12
- package/dist/development/src/hooks/mutations/otp/useConfirmOtpMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/otp/useDisableOtpMutation.cjs +0 -29
- package/dist/development/src/hooks/mutations/otp/useDisableOtpMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/otp/useDisableOtpMutation.js +0 -12
- package/dist/development/src/hooks/mutations/otp/useDisableOtpMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/otp/usePrepareOtpMutation.cjs +0 -30
- package/dist/development/src/hooks/mutations/otp/usePrepareOtpMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/otp/usePrepareOtpMutation.js +0 -13
- package/dist/development/src/hooks/mutations/otp/usePrepareOtpMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.cjs +0 -32
- package/dist/development/src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.js +0 -15
- package/dist/development/src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/passwordReset/useResetPasswordMutation.cjs +0 -32
- package/dist/development/src/hooks/mutations/passwordReset/useResetPasswordMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/passwordReset/useResetPasswordMutation.js +0 -15
- package/dist/development/src/hooks/mutations/passwordReset/useResetPasswordMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.cjs +0 -31
- package/dist/development/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.js +0 -14
- package/dist/development/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.cjs +0 -28
- package/dist/development/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.js +0 -11
- package/dist/development/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.cjs +0 -28
- package/dist/development/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.js +0 -11
- package/dist/development/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.cjs +0 -32
- package/dist/development/src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.js +0 -15
- package/dist/development/src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/passwordless/useSignInPasswordlessMutation.cjs +0 -32
- package/dist/development/src/hooks/mutations/passwordless/useSignInPasswordlessMutation.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/passwordless/useSignInPasswordlessMutation.js +0 -15
- package/dist/development/src/hooks/mutations/passwordless/useSignInPasswordlessMutation.js.map +0 -1
- package/dist/development/src/hooks/mutations/profile/useChangeMyProfile.cjs +0 -29
- package/dist/development/src/hooks/mutations/profile/useChangeMyProfile.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/profile/useChangeMyProfile.js +0 -12
- package/dist/development/src/hooks/mutations/profile/useChangeMyProfile.js.map +0 -1
- package/dist/development/src/hooks/mutations/profile/useChangeProfile.cjs +0 -29
- package/dist/development/src/hooks/mutations/profile/useChangeProfile.cjs.map +0 -1
- package/dist/development/src/hooks/mutations/profile/useChangeProfile.js +0 -12
- package/dist/development/src/hooks/mutations/profile/useChangeProfile.js.map +0 -1
- package/dist/development/src/hooks/queries/useMeQuery.cjs +0 -33
- package/dist/development/src/hooks/queries/useMeQuery.cjs.map +0 -1
- package/dist/development/src/hooks/queries/useMeQuery.js +0 -16
- package/dist/development/src/hooks/queries/useMeQuery.js.map +0 -1
- package/dist/development/src/hooks/queries/useProjectMembersQuery.cjs +0 -47
- package/dist/development/src/hooks/queries/useProjectMembersQuery.cjs.map +0 -1
- package/dist/development/src/hooks/queries/useProjectMembersQuery.js +0 -30
- package/dist/development/src/hooks/queries/useProjectMembersQuery.js.map +0 -1
- package/dist/development/src/hooks/queries/useProjectMembershipsQuery.cjs +0 -34
- package/dist/development/src/hooks/queries/useProjectMembershipsQuery.cjs.map +0 -1
- package/dist/development/src/hooks/queries/useProjectMembershipsQuery.js +0 -17
- package/dist/development/src/hooks/queries/useProjectMembershipsQuery.js.map +0 -1
- package/dist/development/src/hooks/queries/useProjectRolesDefinitionQuery.cjs +0 -36
- package/dist/development/src/hooks/queries/useProjectRolesDefinitionQuery.cjs.map +0 -1
- package/dist/development/src/hooks/queries/useProjectRolesDefinitionQuery.js +0 -19
- package/dist/development/src/hooks/queries/useProjectRolesDefinitionQuery.js.map +0 -1
- package/dist/development/src/hooks/useFetchIdentity.cjs +0 -52
- package/dist/development/src/hooks/useFetchIdentity.cjs.map +0 -1
- package/dist/development/src/hooks/useFetchIdentity.js +0 -52
- package/dist/development/src/hooks/useFetchIdentity.js.map +0 -1
- package/dist/development/src/hooks/useLogout.cjs +0 -10
- package/dist/development/src/hooks/useLogout.cjs.map +0 -1
- package/dist/development/src/hooks/useLogout.js +0 -10
- package/dist/development/src/hooks/useLogout.js.map +0 -1
- package/dist/development/src/hooks/usePasswordlessOtpActivator.cjs +0 -53
- package/dist/development/src/hooks/usePasswordlessOtpActivator.cjs.map +0 -1
- package/dist/development/src/hooks/usePasswordlessOtpActivator.js +0 -53
- package/dist/development/src/hooks/usePasswordlessOtpActivator.js.map +0 -1
- package/dist/development/src/hooks/useTenantApi.cjs +0 -36
- package/dist/development/src/hooks/useTenantApi.cjs.map +0 -1
- package/dist/development/src/hooks/useTenantApi.js +0 -36
- package/dist/development/src/hooks/useTenantApi.js.map +0 -1
- package/dist/development/src/hooks/useTenantMutation.cjs +0 -33
- package/dist/development/src/hooks/useTenantMutation.cjs.map +0 -1
- package/dist/development/src/hooks/useTenantMutation.js +0 -33
- package/dist/development/src/hooks/useTenantMutation.js.map +0 -1
- package/dist/development/src/hooks/useTenantQueryLoader.cjs +0 -36
- package/dist/development/src/hooks/useTenantQueryLoader.cjs.map +0 -1
- package/dist/development/src/hooks/useTenantQueryLoader.js +0 -36
- package/dist/development/src/hooks/useTenantQueryLoader.js.map +0 -1
- package/dist/development/src/internal/hooks/useHandleIDPResponse.cjs +0 -51
- package/dist/development/src/internal/hooks/useHandleIDPResponse.cjs.map +0 -1
- package/dist/development/src/internal/hooks/useHandleIDPResponse.js +0 -51
- package/dist/development/src/internal/hooks/useHandleIDPResponse.js.map +0 -1
- package/dist/development/src/internal/hooks/useIDPAutoInit.cjs +0 -19
- package/dist/development/src/internal/hooks/useIDPAutoInit.cjs.map +0 -1
- package/dist/development/src/internal/hooks/useIDPAutoInit.js +0 -19
- package/dist/development/src/internal/hooks/useIDPAutoInit.js.map +0 -1
- package/dist/development/src/internal/hooks/useIDPStateStore.cjs +0 -19
- package/dist/development/src/internal/hooks/useIDPStateStore.cjs.map +0 -1
- package/dist/development/src/internal/hooks/useIDPStateStore.js +0 -19
- package/dist/development/src/internal/hooks/useIDPStateStore.js.map +0 -1
- package/dist/development/src/internal/hooks/useInitIDPRedirect.cjs +0 -44
- package/dist/development/src/internal/hooks/useInitIDPRedirect.cjs.map +0 -1
- package/dist/development/src/internal/hooks/useInitIDPRedirect.js +0 -44
- package/dist/development/src/internal/hooks/useInitIDPRedirect.js.map +0 -1
- package/dist/development/src/internal/hooks/useLogoutInternal.cjs +0 -35
- package/dist/development/src/internal/hooks/useLogoutInternal.cjs.map +0 -1
- package/dist/development/src/internal/hooks/useLogoutInternal.js +0 -35
- package/dist/development/src/internal/hooks/useLogoutInternal.js.map +0 -1
- package/dist/development/src/internal/hooks/useRedirectToBacklink.cjs +0 -31
- package/dist/development/src/internal/hooks/useRedirectToBacklink.cjs.map +0 -1
- package/dist/development/src/internal/hooks/useRedirectToBacklink.js +0 -31
- package/dist/development/src/internal/hooks/useRedirectToBacklink.js.map +0 -1
- package/dist/development/src/internal/utils/getBaseHref.cjs +0 -8
- package/dist/development/src/internal/utils/getBaseHref.cjs.map +0 -1
- package/dist/development/src/internal/utils/getBaseHref.js +0 -8
- package/dist/development/src/internal/utils/getBaseHref.js.map +0 -1
- package/dist/development/src/internal/utils/hashing.cjs +0 -8
- package/dist/development/src/internal/utils/hashing.cjs.map +0 -1
- package/dist/development/src/internal/utils/hashing.js +0 -8
- package/dist/development/src/internal/utils/hashing.js.map +0 -1
- package/dist/development/src/internal/utils/randomInt.cjs +0 -29
- package/dist/development/src/internal/utils/randomInt.cjs.map +0 -1
- package/dist/development/src/internal/utils/randomInt.js +0 -29
- package/dist/development/src/internal/utils/randomInt.js.map +0 -1
- package/dist/production/index.cjs +0 -159
- package/dist/production/index.cjs.map +0 -1
- package/dist/production/index.js +0 -159
- package/dist/production/index.js.map +0 -1
- package/dist/production/src/components/IdentityProvider.cjs +0 -26
- package/dist/production/src/components/IdentityProvider.cjs.map +0 -1
- package/dist/production/src/components/IdentityProvider.js +0 -26
- package/dist/production/src/components/IdentityProvider.js.map +0 -1
- package/dist/production/src/components/IdentityState.cjs +0 -10
- package/dist/production/src/components/IdentityState.cjs.map +0 -1
- package/dist/production/src/components/IdentityState.js +0 -10
- package/dist/production/src/components/IdentityState.js.map +0 -1
- package/dist/production/src/components/forms/ChangeMyPasswordForm.cjs +0 -51
- package/dist/production/src/components/forms/ChangeMyPasswordForm.cjs.map +0 -1
- package/dist/production/src/components/forms/ChangeMyPasswordForm.js +0 -51
- package/dist/production/src/components/forms/ChangeMyPasswordForm.js.map +0 -1
- package/dist/production/src/components/forms/CreateApiKeyForm.cjs +0 -49
- package/dist/production/src/components/forms/CreateApiKeyForm.cjs.map +0 -1
- package/dist/production/src/components/forms/CreateApiKeyForm.js +0 -49
- package/dist/production/src/components/forms/CreateApiKeyForm.js.map +0 -1
- package/dist/production/src/components/forms/CreateSessionTokenForm.cjs +0 -42
- package/dist/production/src/components/forms/CreateSessionTokenForm.cjs.map +0 -1
- package/dist/production/src/components/forms/CreateSessionTokenForm.js +0 -42
- package/dist/production/src/components/forms/CreateSessionTokenForm.js.map +0 -1
- package/dist/production/src/components/forms/InviteForm.cjs +0 -54
- package/dist/production/src/components/forms/InviteForm.cjs.map +0 -1
- package/dist/production/src/components/forms/InviteForm.js +0 -54
- package/dist/production/src/components/forms/InviteForm.js.map +0 -1
- package/dist/production/src/components/forms/LoginForm.cjs +0 -77
- package/dist/production/src/components/forms/LoginForm.cjs.map +0 -1
- package/dist/production/src/components/forms/LoginForm.js +0 -77
- package/dist/production/src/components/forms/LoginForm.js.map +0 -1
- package/dist/production/src/components/forms/OtpConfirmForm.cjs +0 -41
- package/dist/production/src/components/forms/OtpConfirmForm.cjs.map +0 -1
- package/dist/production/src/components/forms/OtpConfirmForm.js +0 -41
- package/dist/production/src/components/forms/OtpConfirmForm.js.map +0 -1
- package/dist/production/src/components/forms/OtpPrepareForm.cjs +0 -28
- package/dist/production/src/components/forms/OtpPrepareForm.cjs.map +0 -1
- package/dist/production/src/components/forms/OtpPrepareForm.js +0 -28
- package/dist/production/src/components/forms/OtpPrepareForm.js.map +0 -1
- package/dist/production/src/components/forms/PasswordResetForm.cjs +0 -55
- package/dist/production/src/components/forms/PasswordResetForm.cjs.map +0 -1
- package/dist/production/src/components/forms/PasswordResetForm.js +0 -55
- package/dist/production/src/components/forms/PasswordResetForm.js.map +0 -1
- package/dist/production/src/components/forms/PasswordResetRequestForm.cjs +0 -41
- package/dist/production/src/components/forms/PasswordResetRequestForm.cjs.map +0 -1
- package/dist/production/src/components/forms/PasswordResetRequestForm.js +0 -41
- package/dist/production/src/components/forms/PasswordResetRequestForm.js.map +0 -1
- package/dist/production/src/components/forms/PasswordlessSignInForm.cjs +0 -71
- package/dist/production/src/components/forms/PasswordlessSignInForm.cjs.map +0 -1
- package/dist/production/src/components/forms/PasswordlessSignInForm.js +0 -71
- package/dist/production/src/components/forms/PasswordlessSignInForm.js.map +0 -1
- package/dist/production/src/components/forms/PasswordlessSignInInitForm.cjs +0 -46
- package/dist/production/src/components/forms/PasswordlessSignInInitForm.cjs.map +0 -1
- package/dist/production/src/components/forms/PasswordlessSignInInitForm.js +0 -46
- package/dist/production/src/components/forms/PasswordlessSignInInitForm.js.map +0 -1
- package/dist/production/src/components/forms/TenantForm.cjs +0 -83
- package/dist/production/src/components/forms/TenantForm.cjs.map +0 -1
- package/dist/production/src/components/forms/TenantForm.js +0 -83
- package/dist/production/src/components/forms/TenantForm.js.map +0 -1
- package/dist/production/src/components/forms/UpdateProjectMemberForm.cjs +0 -56
- package/dist/production/src/components/forms/UpdateProjectMemberForm.cjs.map +0 -1
- package/dist/production/src/components/forms/UpdateProjectMemberForm.js +0 -56
- package/dist/production/src/components/forms/UpdateProjectMemberForm.js.map +0 -1
- package/dist/production/src/components/idp/IDP.cjs +0 -48
- package/dist/production/src/components/idp/IDP.cjs.map +0 -1
- package/dist/production/src/components/idp/IDP.js +0 -48
- package/dist/production/src/components/idp/IDP.js.map +0 -1
- package/dist/production/src/components/idp/IDPInitTrigger.cjs +0 -12
- package/dist/production/src/components/idp/IDPInitTrigger.cjs.map +0 -1
- package/dist/production/src/components/idp/IDPInitTrigger.js +0 -12
- package/dist/production/src/components/idp/IDPInitTrigger.js.map +0 -1
- package/dist/production/src/components/idp/IDPState.cjs +0 -10
- package/dist/production/src/components/idp/IDPState.cjs.map +0 -1
- package/dist/production/src/components/idp/IDPState.js +0 -10
- package/dist/production/src/components/idp/IDPState.js.map +0 -1
- package/dist/production/src/components/triggers/DisableOtpTrigger.cjs +0 -24
- package/dist/production/src/components/triggers/DisableOtpTrigger.cjs.map +0 -1
- package/dist/production/src/components/triggers/DisableOtpTrigger.js +0 -24
- package/dist/production/src/components/triggers/DisableOtpTrigger.js.map +0 -1
- package/dist/production/src/components/triggers/LogoutTrigger.cjs +0 -12
- package/dist/production/src/components/triggers/LogoutTrigger.cjs.map +0 -1
- package/dist/production/src/components/triggers/LogoutTrigger.js +0 -12
- package/dist/production/src/components/triggers/LogoutTrigger.js.map +0 -1
- package/dist/production/src/components/triggers/RemoveProjectMemberTrigger.cjs +0 -13
- package/dist/production/src/components/triggers/RemoveProjectMemberTrigger.cjs.map +0 -1
- package/dist/production/src/components/triggers/RemoveProjectMemberTrigger.js +0 -13
- package/dist/production/src/components/triggers/RemoveProjectMemberTrigger.js.map +0 -1
- package/dist/production/src/components/triggers/TenantActionTrigger.cjs +0 -33
- package/dist/production/src/components/triggers/TenantActionTrigger.cjs.map +0 -1
- package/dist/production/src/components/triggers/TenantActionTrigger.js +0 -33
- package/dist/production/src/components/triggers/TenantActionTrigger.js.map +0 -1
- package/dist/production/src/consts.cjs +0 -5
- package/dist/production/src/consts.cjs.map +0 -1
- package/dist/production/src/consts.js +0 -5
- package/dist/production/src/consts.js.map +0 -1
- package/dist/production/src/contexts.cjs +0 -34
- package/dist/production/src/contexts.cjs.map +0 -1
- package/dist/production/src/contexts.js +0 -34
- package/dist/production/src/contexts.js.map +0 -1
- package/dist/production/src/hooks/mutations/apiKey/useCreateApiKeyMutation.cjs +0 -30
- package/dist/production/src/hooks/mutations/apiKey/useCreateApiKeyMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/apiKey/useCreateApiKeyMutation.js +0 -13
- package/dist/production/src/hooks/mutations/apiKey/useCreateApiKeyMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.cjs +0 -30
- package/dist/production/src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.js +0 -13
- package/dist/production/src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/apiKey/useCreateSessionTokenMutation.cjs +0 -30
- package/dist/production/src/hooks/mutations/apiKey/useCreateSessionTokenMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/apiKey/useCreateSessionTokenMutation.js +0 -13
- package/dist/production/src/hooks/mutations/apiKey/useCreateSessionTokenMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/apiKey/useDisableApiKeyMutation.cjs +0 -29
- package/dist/production/src/hooks/mutations/apiKey/useDisableApiKeyMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/apiKey/useDisableApiKeyMutation.js +0 -12
- package/dist/production/src/hooks/mutations/apiKey/useDisableApiKeyMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/auth/useChangeMyPasswordMutation.cjs +0 -29
- package/dist/production/src/hooks/mutations/auth/useChangeMyPasswordMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/auth/useChangeMyPasswordMutation.js +0 -12
- package/dist/production/src/hooks/mutations/auth/useChangeMyPasswordMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/auth/useSignInMutation.cjs +0 -33
- package/dist/production/src/hooks/mutations/auth/useSignInMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/auth/useSignInMutation.js +0 -16
- package/dist/production/src/hooks/mutations/auth/useSignInMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/auth/useSignOutMutation.cjs +0 -29
- package/dist/production/src/hooks/mutations/auth/useSignOutMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/auth/useSignOutMutation.js +0 -12
- package/dist/production/src/hooks/mutations/auth/useSignOutMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/idp/useInitSignInIDPMutation.cjs +0 -31
- package/dist/production/src/hooks/mutations/idp/useInitSignInIDPMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/idp/useInitSignInIDPMutation.js +0 -14
- package/dist/production/src/hooks/mutations/idp/useInitSignInIDPMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/idp/useSignInIdpMutation.cjs +0 -33
- package/dist/production/src/hooks/mutations/idp/useSignInIdpMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/idp/useSignInIdpMutation.js +0 -16
- package/dist/production/src/hooks/mutations/idp/useSignInIdpMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/invite/useInviteMutation.cjs +0 -30
- package/dist/production/src/hooks/mutations/invite/useInviteMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/invite/useInviteMutation.js +0 -13
- package/dist/production/src/hooks/mutations/invite/useInviteMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/memberships/useAddProjectMemberMutation.cjs +0 -29
- package/dist/production/src/hooks/mutations/memberships/useAddProjectMemberMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/memberships/useAddProjectMemberMutation.js +0 -12
- package/dist/production/src/hooks/mutations/memberships/useAddProjectMemberMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/memberships/useRemoveProjectMemberMutation.cjs +0 -29
- package/dist/production/src/hooks/mutations/memberships/useRemoveProjectMemberMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/memberships/useRemoveProjectMemberMutation.js +0 -12
- package/dist/production/src/hooks/mutations/memberships/useRemoveProjectMemberMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/memberships/useUpdateProjectMemberMutation.cjs +0 -29
- package/dist/production/src/hooks/mutations/memberships/useUpdateProjectMemberMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/memberships/useUpdateProjectMemberMutation.js +0 -12
- package/dist/production/src/hooks/mutations/memberships/useUpdateProjectMemberMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/otp/useConfirmOtpMutation.cjs +0 -29
- package/dist/production/src/hooks/mutations/otp/useConfirmOtpMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/otp/useConfirmOtpMutation.js +0 -12
- package/dist/production/src/hooks/mutations/otp/useConfirmOtpMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/otp/useDisableOtpMutation.cjs +0 -29
- package/dist/production/src/hooks/mutations/otp/useDisableOtpMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/otp/useDisableOtpMutation.js +0 -12
- package/dist/production/src/hooks/mutations/otp/useDisableOtpMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/otp/usePrepareOtpMutation.cjs +0 -30
- package/dist/production/src/hooks/mutations/otp/usePrepareOtpMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/otp/usePrepareOtpMutation.js +0 -13
- package/dist/production/src/hooks/mutations/otp/usePrepareOtpMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.cjs +0 -32
- package/dist/production/src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.js +0 -15
- package/dist/production/src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/passwordReset/useResetPasswordMutation.cjs +0 -32
- package/dist/production/src/hooks/mutations/passwordReset/useResetPasswordMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/passwordReset/useResetPasswordMutation.js +0 -15
- package/dist/production/src/hooks/mutations/passwordReset/useResetPasswordMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.cjs +0 -31
- package/dist/production/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.js +0 -14
- package/dist/production/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.cjs +0 -28
- package/dist/production/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.js +0 -11
- package/dist/production/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.cjs +0 -28
- package/dist/production/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.js +0 -11
- package/dist/production/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.cjs +0 -32
- package/dist/production/src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.js +0 -15
- package/dist/production/src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/passwordless/useSignInPasswordlessMutation.cjs +0 -32
- package/dist/production/src/hooks/mutations/passwordless/useSignInPasswordlessMutation.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/passwordless/useSignInPasswordlessMutation.js +0 -15
- package/dist/production/src/hooks/mutations/passwordless/useSignInPasswordlessMutation.js.map +0 -1
- package/dist/production/src/hooks/mutations/profile/useChangeMyProfile.cjs +0 -29
- package/dist/production/src/hooks/mutations/profile/useChangeMyProfile.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/profile/useChangeMyProfile.js +0 -12
- package/dist/production/src/hooks/mutations/profile/useChangeMyProfile.js.map +0 -1
- package/dist/production/src/hooks/mutations/profile/useChangeProfile.cjs +0 -29
- package/dist/production/src/hooks/mutations/profile/useChangeProfile.cjs.map +0 -1
- package/dist/production/src/hooks/mutations/profile/useChangeProfile.js +0 -12
- package/dist/production/src/hooks/mutations/profile/useChangeProfile.js.map +0 -1
- package/dist/production/src/hooks/queries/useMeQuery.cjs +0 -33
- package/dist/production/src/hooks/queries/useMeQuery.cjs.map +0 -1
- package/dist/production/src/hooks/queries/useMeQuery.js +0 -16
- package/dist/production/src/hooks/queries/useMeQuery.js.map +0 -1
- package/dist/production/src/hooks/queries/useProjectMembersQuery.cjs +0 -47
- package/dist/production/src/hooks/queries/useProjectMembersQuery.cjs.map +0 -1
- package/dist/production/src/hooks/queries/useProjectMembersQuery.js +0 -30
- package/dist/production/src/hooks/queries/useProjectMembersQuery.js.map +0 -1
- package/dist/production/src/hooks/queries/useProjectMembershipsQuery.cjs +0 -34
- package/dist/production/src/hooks/queries/useProjectMembershipsQuery.cjs.map +0 -1
- package/dist/production/src/hooks/queries/useProjectMembershipsQuery.js +0 -17
- package/dist/production/src/hooks/queries/useProjectMembershipsQuery.js.map +0 -1
- package/dist/production/src/hooks/queries/useProjectRolesDefinitionQuery.cjs +0 -36
- package/dist/production/src/hooks/queries/useProjectRolesDefinitionQuery.cjs.map +0 -1
- package/dist/production/src/hooks/queries/useProjectRolesDefinitionQuery.js +0 -19
- package/dist/production/src/hooks/queries/useProjectRolesDefinitionQuery.js.map +0 -1
- package/dist/production/src/hooks/useFetchIdentity.cjs +0 -52
- package/dist/production/src/hooks/useFetchIdentity.cjs.map +0 -1
- package/dist/production/src/hooks/useFetchIdentity.js +0 -52
- package/dist/production/src/hooks/useFetchIdentity.js.map +0 -1
- package/dist/production/src/hooks/useLogout.cjs +0 -10
- package/dist/production/src/hooks/useLogout.cjs.map +0 -1
- package/dist/production/src/hooks/useLogout.js +0 -10
- package/dist/production/src/hooks/useLogout.js.map +0 -1
- package/dist/production/src/hooks/usePasswordlessOtpActivator.cjs +0 -53
- package/dist/production/src/hooks/usePasswordlessOtpActivator.cjs.map +0 -1
- package/dist/production/src/hooks/usePasswordlessOtpActivator.js +0 -53
- package/dist/production/src/hooks/usePasswordlessOtpActivator.js.map +0 -1
- package/dist/production/src/hooks/useTenantApi.cjs +0 -36
- package/dist/production/src/hooks/useTenantApi.cjs.map +0 -1
- package/dist/production/src/hooks/useTenantApi.js +0 -36
- package/dist/production/src/hooks/useTenantApi.js.map +0 -1
- package/dist/production/src/hooks/useTenantMutation.cjs +0 -33
- package/dist/production/src/hooks/useTenantMutation.cjs.map +0 -1
- package/dist/production/src/hooks/useTenantMutation.js +0 -33
- package/dist/production/src/hooks/useTenantMutation.js.map +0 -1
- package/dist/production/src/hooks/useTenantQueryLoader.cjs +0 -36
- package/dist/production/src/hooks/useTenantQueryLoader.cjs.map +0 -1
- package/dist/production/src/hooks/useTenantQueryLoader.js +0 -36
- package/dist/production/src/hooks/useTenantQueryLoader.js.map +0 -1
- package/dist/production/src/internal/hooks/useHandleIDPResponse.cjs +0 -51
- package/dist/production/src/internal/hooks/useHandleIDPResponse.cjs.map +0 -1
- package/dist/production/src/internal/hooks/useHandleIDPResponse.js +0 -51
- package/dist/production/src/internal/hooks/useHandleIDPResponse.js.map +0 -1
- package/dist/production/src/internal/hooks/useIDPAutoInit.cjs +0 -19
- package/dist/production/src/internal/hooks/useIDPAutoInit.cjs.map +0 -1
- package/dist/production/src/internal/hooks/useIDPAutoInit.js +0 -19
- package/dist/production/src/internal/hooks/useIDPAutoInit.js.map +0 -1
- package/dist/production/src/internal/hooks/useIDPStateStore.cjs +0 -19
- package/dist/production/src/internal/hooks/useIDPStateStore.cjs.map +0 -1
- package/dist/production/src/internal/hooks/useIDPStateStore.js +0 -19
- package/dist/production/src/internal/hooks/useIDPStateStore.js.map +0 -1
- package/dist/production/src/internal/hooks/useInitIDPRedirect.cjs +0 -44
- package/dist/production/src/internal/hooks/useInitIDPRedirect.cjs.map +0 -1
- package/dist/production/src/internal/hooks/useInitIDPRedirect.js +0 -44
- package/dist/production/src/internal/hooks/useInitIDPRedirect.js.map +0 -1
- package/dist/production/src/internal/hooks/useLogoutInternal.cjs +0 -35
- package/dist/production/src/internal/hooks/useLogoutInternal.cjs.map +0 -1
- package/dist/production/src/internal/hooks/useLogoutInternal.js +0 -35
- package/dist/production/src/internal/hooks/useLogoutInternal.js.map +0 -1
- package/dist/production/src/internal/hooks/useRedirectToBacklink.cjs +0 -31
- package/dist/production/src/internal/hooks/useRedirectToBacklink.cjs.map +0 -1
- package/dist/production/src/internal/hooks/useRedirectToBacklink.js +0 -31
- package/dist/production/src/internal/hooks/useRedirectToBacklink.js.map +0 -1
- package/dist/production/src/internal/utils/getBaseHref.cjs +0 -8
- package/dist/production/src/internal/utils/getBaseHref.cjs.map +0 -1
- package/dist/production/src/internal/utils/getBaseHref.js +0 -8
- package/dist/production/src/internal/utils/getBaseHref.js.map +0 -1
- package/dist/production/src/internal/utils/hashing.cjs +0 -8
- package/dist/production/src/internal/utils/hashing.cjs.map +0 -1
- package/dist/production/src/internal/utils/hashing.js +0 -8
- package/dist/production/src/internal/utils/hashing.js.map +0 -1
- package/dist/production/src/internal/utils/randomInt.cjs +0 -29
- package/dist/production/src/internal/utils/randomInt.cjs.map +0 -1
- package/dist/production/src/internal/utils/randomInt.js +0 -29
- package/dist/production/src/internal/utils/randomInt.js.map +0 -1
- package/dist/types/components/IdentityProvider.d.ts +0 -6
- package/dist/types/components/IdentityProvider.d.ts.map +0 -1
- package/dist/types/components/IdentityState.d.ts +0 -8
- package/dist/types/components/IdentityState.d.ts.map +0 -1
- package/dist/types/components/forms/ChangeMyPasswordForm.d.ts +0 -19
- package/dist/types/components/forms/ChangeMyPasswordForm.d.ts.map +0 -1
- package/dist/types/components/forms/CreateApiKeyForm.d.ts +0 -23
- package/dist/types/components/forms/CreateApiKeyForm.d.ts.map +0 -1
- package/dist/types/components/forms/CreateSessionTokenForm.d.ts +0 -22
- package/dist/types/components/forms/CreateSessionTokenForm.d.ts.map +0 -1
- package/dist/types/components/forms/InviteForm.d.ts +0 -25
- package/dist/types/components/forms/InviteForm.d.ts.map +0 -1
- package/dist/types/components/forms/LoginForm.d.ts +0 -20
- package/dist/types/components/forms/LoginForm.d.ts.map +0 -1
- package/dist/types/components/forms/OtpConfirmForm.d.ts +0 -17
- package/dist/types/components/forms/OtpConfirmForm.d.ts.map +0 -1
- package/dist/types/components/forms/OtpPrepareForm.d.ts +0 -19
- package/dist/types/components/forms/OtpPrepareForm.d.ts.map +0 -1
- package/dist/types/components/forms/PasswordResetForm.d.ts +0 -20
- package/dist/types/components/forms/PasswordResetForm.d.ts.map +0 -1
- package/dist/types/components/forms/PasswordResetRequestForm.d.ts +0 -17
- package/dist/types/components/forms/PasswordResetRequestForm.d.ts.map +0 -1
- package/dist/types/components/forms/PasswordlessSignInForm.d.ts +0 -22
- package/dist/types/components/forms/PasswordlessSignInForm.d.ts.map +0 -1
- package/dist/types/components/forms/PasswordlessSignInInitForm.d.ts +0 -20
- package/dist/types/components/forms/PasswordlessSignInInitForm.d.ts.map +0 -1
- package/dist/types/components/forms/TenantForm.d.ts +0 -37
- package/dist/types/components/forms/TenantForm.d.ts.map +0 -1
- package/dist/types/components/forms/UpdateProjectMemberForm.d.ts +0 -19
- package/dist/types/components/forms/UpdateProjectMemberForm.d.ts.map +0 -1
- package/dist/types/components/forms/index.d.ts +0 -13
- package/dist/types/components/forms/index.d.ts.map +0 -1
- package/dist/types/components/idp/IDP.d.ts +0 -10
- package/dist/types/components/idp/IDP.d.ts.map +0 -1
- package/dist/types/components/idp/IDPInitTrigger.d.ts +0 -7
- package/dist/types/components/idp/IDPInitTrigger.d.ts.map +0 -1
- package/dist/types/components/idp/IDPState.d.ts +0 -8
- package/dist/types/components/idp/IDPState.d.ts.map +0 -1
- package/dist/types/components/idp/index.d.ts +0 -4
- package/dist/types/components/idp/index.d.ts.map +0 -1
- package/dist/types/components/index.d.ts +0 -6
- package/dist/types/components/index.d.ts.map +0 -1
- package/dist/types/components/triggers/DisableOtpTrigger.d.ts +0 -8
- package/dist/types/components/triggers/DisableOtpTrigger.d.ts.map +0 -1
- package/dist/types/components/triggers/LogoutTrigger.d.ts +0 -5
- package/dist/types/components/triggers/LogoutTrigger.d.ts.map +0 -1
- package/dist/types/components/triggers/RemoveProjectMemberTrigger.d.ts +0 -9
- package/dist/types/components/triggers/RemoveProjectMemberTrigger.d.ts.map +0 -1
- package/dist/types/components/triggers/TenantActionTrigger.d.ts +0 -22
- package/dist/types/components/triggers/TenantActionTrigger.d.ts.map +0 -1
- package/dist/types/components/triggers/index.d.ts +0 -4
- package/dist/types/components/triggers/index.d.ts.map +0 -1
- package/dist/types/consts.d.ts +0 -2
- package/dist/types/consts.d.ts.map +0 -1
- package/dist/types/contexts.d.ts +0 -20
- package/dist/types/contexts.d.ts.map +0 -1
- package/dist/types/hooks/index.d.ts +0 -9
- package/dist/types/hooks/index.d.ts.map +0 -1
- package/dist/types/hooks/mutations/apiKey/index.d.ts +0 -5
- package/dist/types/hooks/mutations/apiKey/index.d.ts.map +0 -1
- package/dist/types/hooks/mutations/apiKey/useCreateApiKeyMutation.d.ts +0 -83
- package/dist/types/hooks/mutations/apiKey/useCreateApiKeyMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.d.ts +0 -73
- package/dist/types/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/apiKey/useCreateSessionTokenMutation.d.ts +0 -59
- package/dist/types/hooks/mutations/apiKey/useCreateSessionTokenMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/apiKey/useDisableApiKeyMutation.d.ts +0 -21
- package/dist/types/hooks/mutations/apiKey/useDisableApiKeyMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/auth/index.d.ts +0 -4
- package/dist/types/hooks/mutations/auth/index.d.ts.map +0 -1
- package/dist/types/hooks/mutations/auth/useChangeMyPasswordMutation.d.ts +0 -21
- package/dist/types/hooks/mutations/auth/useChangeMyPasswordMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/auth/useSignInMutation.d.ts +0 -63
- package/dist/types/hooks/mutations/auth/useSignInMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/auth/useSignOutMutation.d.ts +0 -21
- package/dist/types/hooks/mutations/auth/useSignOutMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/idp/index.d.ts +0 -3
- package/dist/types/hooks/mutations/idp/index.d.ts.map +0 -1
- package/dist/types/hooks/mutations/idp/useInitSignInIDPMutation.d.ts +0 -19
- package/dist/types/hooks/mutations/idp/useInitSignInIDPMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/idp/useSignInIdpMutation.d.ts +0 -76
- package/dist/types/hooks/mutations/idp/useSignInIdpMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/index.d.ts +0 -10
- package/dist/types/hooks/mutations/index.d.ts.map +0 -1
- package/dist/types/hooks/mutations/invite/index.d.ts +0 -2
- package/dist/types/hooks/mutations/invite/index.d.ts.map +0 -1
- package/dist/types/hooks/mutations/invite/useInviteMutation.d.ts +0 -97
- package/dist/types/hooks/mutations/invite/useInviteMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/memberships/index.d.ts +0 -4
- package/dist/types/hooks/mutations/memberships/index.d.ts.map +0 -1
- package/dist/types/hooks/mutations/memberships/useAddProjectMemberMutation.d.ts +0 -33
- package/dist/types/hooks/mutations/memberships/useAddProjectMemberMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/memberships/useRemoveProjectMemberMutation.d.ts +0 -23
- package/dist/types/hooks/mutations/memberships/useRemoveProjectMemberMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/memberships/useUpdateProjectMemberMutation.d.ts +0 -33
- package/dist/types/hooks/mutations/memberships/useUpdateProjectMemberMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/otp/index.d.ts +0 -4
- package/dist/types/hooks/mutations/otp/index.d.ts.map +0 -1
- package/dist/types/hooks/mutations/otp/useConfirmOtpMutation.d.ts +0 -21
- package/dist/types/hooks/mutations/otp/useConfirmOtpMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/otp/useDisableOtpMutation.d.ts +0 -17
- package/dist/types/hooks/mutations/otp/useDisableOtpMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/otp/usePrepareOtpMutation.d.ts +0 -25
- package/dist/types/hooks/mutations/otp/usePrepareOtpMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/passwordReset/index.d.ts +0 -3
- package/dist/types/hooks/mutations/passwordReset/index.d.ts.map +0 -1
- package/dist/types/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.d.ts +0 -23
- package/dist/types/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/passwordReset/useResetPasswordMutation.d.ts +0 -23
- package/dist/types/hooks/mutations/passwordReset/useResetPasswordMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/passwordless/index.d.ts +0 -6
- package/dist/types/hooks/mutations/passwordless/index.d.ts.map +0 -1
- package/dist/types/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.d.ts +0 -8
- package/dist/types/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.d.ts +0 -3
- package/dist/types/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.d.ts +0 -3
- package/dist/types/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.d.ts +0 -19
- package/dist/types/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/passwordless/useSignInPasswordlessMutation.d.ts +0 -34
- package/dist/types/hooks/mutations/passwordless/useSignInPasswordlessMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/profile/index.d.ts +0 -3
- package/dist/types/hooks/mutations/profile/index.d.ts.map +0 -1
- package/dist/types/hooks/mutations/profile/useChangeMyProfile.d.ts +0 -21
- package/dist/types/hooks/mutations/profile/useChangeMyProfile.d.ts.map +0 -1
- package/dist/types/hooks/mutations/profile/useChangeProfile.d.ts +0 -23
- package/dist/types/hooks/mutations/profile/useChangeProfile.d.ts.map +0 -1
- package/dist/types/hooks/queries/index.d.ts +0 -5
- package/dist/types/hooks/queries/index.d.ts.map +0 -1
- package/dist/types/hooks/queries/useMeQuery.d.ts +0 -52
- package/dist/types/hooks/queries/useMeQuery.d.ts.map +0 -1
- package/dist/types/hooks/queries/useProjectMembersQuery.d.ts +0 -43
- package/dist/types/hooks/queries/useProjectMembersQuery.d.ts.map +0 -1
- package/dist/types/hooks/queries/useProjectMembershipsQuery.d.ts +0 -20
- package/dist/types/hooks/queries/useProjectMembershipsQuery.d.ts.map +0 -1
- package/dist/types/hooks/queries/useProjectRolesDefinitionQuery.d.ts +0 -66
- package/dist/types/hooks/queries/useProjectRolesDefinitionQuery.d.ts.map +0 -1
- package/dist/types/hooks/useFetchIdentity.d.ts +0 -6
- package/dist/types/hooks/useFetchIdentity.d.ts.map +0 -1
- package/dist/types/hooks/useLogout.d.ts +0 -4
- package/dist/types/hooks/useLogout.d.ts.map +0 -1
- package/dist/types/hooks/usePasswordlessOtpActivator.d.ts +0 -19
- package/dist/types/hooks/usePasswordlessOtpActivator.d.ts.map +0 -1
- package/dist/types/hooks/useTenantApi.d.ts +0 -12
- package/dist/types/hooks/useTenantApi.d.ts.map +0 -1
- package/dist/types/hooks/useTenantMutation.d.ts +0 -25
- package/dist/types/hooks/useTenantMutation.d.ts.map +0 -1
- package/dist/types/hooks/useTenantQueryLoader.d.ts +0 -17
- package/dist/types/hooks/useTenantQueryLoader.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -6
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/internal/hooks/useHandleIDPResponse.d.ts +0 -10
- package/dist/types/internal/hooks/useHandleIDPResponse.d.ts.map +0 -1
- package/dist/types/internal/hooks/useIDPAutoInit.d.ts +0 -2
- package/dist/types/internal/hooks/useIDPAutoInit.d.ts.map +0 -1
- package/dist/types/internal/hooks/useIDPStateStore.d.ts +0 -9
- package/dist/types/internal/hooks/useIDPStateStore.d.ts.map +0 -1
- package/dist/types/internal/hooks/useInitIDPRedirect.d.ts +0 -15
- package/dist/types/internal/hooks/useInitIDPRedirect.d.ts.map +0 -1
- package/dist/types/internal/hooks/useLogoutInternal.d.ts +0 -4
- package/dist/types/internal/hooks/useLogoutInternal.d.ts.map +0 -1
- package/dist/types/internal/hooks/useRedirectToBacklink.d.ts +0 -4
- package/dist/types/internal/hooks/useRedirectToBacklink.d.ts.map +0 -1
- package/dist/types/internal/utils/getBaseHref.d.ts +0 -2
- package/dist/types/internal/utils/getBaseHref.d.ts.map +0 -1
- package/dist/types/internal/utils/hashing.d.ts +0 -2
- package/dist/types/internal/utils/hashing.d.ts.map +0 -1
- package/dist/types/internal/utils/randomInt.d.ts +0 -3
- package/dist/types/internal/utils/randomInt.d.ts.map +0 -1
- package/dist/types/tsconfig.tsbuildinfo +0 -1
- package/dist/types/types/Identity.d.ts +0 -20
- package/dist/types/types/Identity.d.ts.map +0 -1
- package/dist/types/types/IdentityMethods.d.ts +0 -5
- package/dist/types/types/IdentityMethods.d.ts.map +0 -1
- package/dist/types/types/IdentityStateValue.d.ts +0 -2
- package/dist/types/types/IdentityStateValue.d.ts.map +0 -1
- package/dist/types/types/forms.d.ts +0 -18
- package/dist/types/types/forms.d.ts.map +0 -1
- package/dist/types/types/idp.d.ts +0 -30
- package/dist/types/types/idp.d.ts.map +0 -1
- package/dist/types/types/index.d.ts +0 -6
- package/dist/types/types/index.d.ts.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/apiKey/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAA;AACzC,cAAc,iCAAiC,CAAA;AAC/C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,4BAA4B,CAAA"}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
import { ModelType } from 'graphql-ts-client-api';
|
|
3
|
-
declare const createApiKeyMutationResult: TenantApi.CreateApiKeyResultFetcher<{
|
|
4
|
-
readonly apiKey: {
|
|
5
|
-
readonly id: string;
|
|
6
|
-
} & {
|
|
7
|
-
readonly token?: string;
|
|
8
|
-
} & {
|
|
9
|
-
readonly identity: {
|
|
10
|
-
readonly id: string;
|
|
11
|
-
} & {
|
|
12
|
-
readonly description?: string;
|
|
13
|
-
} & {
|
|
14
|
-
readonly roles?: ReadonlyArray<string>;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
}, {}>;
|
|
18
|
-
export type CreateApiKeyMutationResult = ModelType<typeof createApiKeyMutationResult>;
|
|
19
|
-
export declare const createApiKeyMutation: TenantApi.MutationFetcher<{
|
|
20
|
-
readonly mutation?: ({
|
|
21
|
-
readonly ok: boolean;
|
|
22
|
-
} & {
|
|
23
|
-
readonly error?: ({
|
|
24
|
-
readonly code: TenantApi.CreateApiKeyErrorCode;
|
|
25
|
-
} & {
|
|
26
|
-
readonly developerMessage: string;
|
|
27
|
-
} & {
|
|
28
|
-
readonly endUserMessage?: string;
|
|
29
|
-
} & {
|
|
30
|
-
readonly membershipValidation?: readonly ({
|
|
31
|
-
readonly code: TenantApi.MembershipValidationErrorCode;
|
|
32
|
-
} & {
|
|
33
|
-
readonly role: string;
|
|
34
|
-
} & {
|
|
35
|
-
readonly variable?: string;
|
|
36
|
-
})[] | undefined;
|
|
37
|
-
}) | undefined;
|
|
38
|
-
} & {
|
|
39
|
-
readonly result?: {
|
|
40
|
-
readonly apiKey: {
|
|
41
|
-
readonly id: string;
|
|
42
|
-
} & {
|
|
43
|
-
readonly token?: string;
|
|
44
|
-
} & {
|
|
45
|
-
readonly identity: {
|
|
46
|
-
readonly id: string;
|
|
47
|
-
} & {
|
|
48
|
-
readonly description?: string;
|
|
49
|
-
} & {
|
|
50
|
-
readonly roles?: ReadonlyArray<string>;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
} | undefined;
|
|
54
|
-
}) | undefined;
|
|
55
|
-
}, {
|
|
56
|
-
readonly projectSlug: string;
|
|
57
|
-
readonly memberships: ReadonlyArray<TenantApi.MembershipInput>;
|
|
58
|
-
readonly description: string;
|
|
59
|
-
readonly tokenHash?: string;
|
|
60
|
-
}>;
|
|
61
|
-
export declare const useCreateApiKeyMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {
|
|
62
|
-
readonly projectSlug: string;
|
|
63
|
-
readonly memberships: ReadonlyArray<TenantApi.MembershipInput>;
|
|
64
|
-
readonly description: string;
|
|
65
|
-
readonly tokenHash?: string;
|
|
66
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<{
|
|
67
|
-
readonly apiKey: {
|
|
68
|
-
readonly id: string;
|
|
69
|
-
} & {
|
|
70
|
-
readonly token?: string;
|
|
71
|
-
} & {
|
|
72
|
-
readonly identity: {
|
|
73
|
-
readonly id: string;
|
|
74
|
-
} & {
|
|
75
|
-
readonly description?: string;
|
|
76
|
-
} & {
|
|
77
|
-
readonly roles?: ReadonlyArray<string>;
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
}, TenantApi.CreateApiKeyErrorCode>>;
|
|
81
|
-
export type CreateApiKeyMutationVariables = Parameters<ReturnType<typeof useCreateApiKeyMutation>>[0];
|
|
82
|
-
export {};
|
|
83
|
-
//# sourceMappingURL=useCreateApiKeyMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useCreateApiKeyMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/apiKey/useCreateApiKeyMutation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAC7D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAGjD,QAAA,MAAM,0BAA0B;;;;;;;;;;;;;;MAAmG,CAAA;AAEnI,MAAM,MAAM,0BAA0B,GAAG,SAAS,CAAC,OAAO,0BAA0B,CAAC,CAAA;AAErF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAO/B,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;oCAA6C,CAAA;AACjF,MAAM,MAAM,6BAA6B,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,uBAAuB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
import { ModelType } from 'graphql-ts-client-api';
|
|
3
|
-
declare const createGlobalApiKeyMutationResult: TenantApi.CreateApiKeyResultFetcher<{
|
|
4
|
-
readonly apiKey: {
|
|
5
|
-
readonly id: string;
|
|
6
|
-
} & {
|
|
7
|
-
readonly token?: string;
|
|
8
|
-
} & {
|
|
9
|
-
readonly identity: {
|
|
10
|
-
readonly id: string;
|
|
11
|
-
} & {
|
|
12
|
-
readonly description?: string;
|
|
13
|
-
} & {
|
|
14
|
-
readonly roles?: ReadonlyArray<string>;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
}, {}>;
|
|
18
|
-
export type CreateGlobalApiKeyMutationResult = ModelType<typeof createGlobalApiKeyMutationResult>;
|
|
19
|
-
export declare const createGlobalApiKeyMutation: TenantApi.MutationFetcher<{
|
|
20
|
-
readonly mutation?: ({
|
|
21
|
-
readonly ok: boolean;
|
|
22
|
-
} & {
|
|
23
|
-
readonly error?: ({
|
|
24
|
-
readonly code: TenantApi.CreateApiKeyErrorCode;
|
|
25
|
-
} & {
|
|
26
|
-
readonly developerMessage: string;
|
|
27
|
-
} & {
|
|
28
|
-
readonly endUserMessage?: string;
|
|
29
|
-
}) | undefined;
|
|
30
|
-
} & {
|
|
31
|
-
readonly result?: {
|
|
32
|
-
readonly apiKey: {
|
|
33
|
-
readonly id: string;
|
|
34
|
-
} & {
|
|
35
|
-
readonly token?: string;
|
|
36
|
-
} & {
|
|
37
|
-
readonly identity: {
|
|
38
|
-
readonly id: string;
|
|
39
|
-
} & {
|
|
40
|
-
readonly description?: string;
|
|
41
|
-
} & {
|
|
42
|
-
readonly roles?: ReadonlyArray<string>;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
45
|
-
} | undefined;
|
|
46
|
-
}) | undefined;
|
|
47
|
-
}, {
|
|
48
|
-
readonly description: string;
|
|
49
|
-
readonly roles?: ReadonlyArray<string>;
|
|
50
|
-
readonly tokenHash?: string;
|
|
51
|
-
}>;
|
|
52
|
-
export declare const useCreateGlobalApiKeyMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {
|
|
53
|
-
readonly description: string;
|
|
54
|
-
readonly roles?: ReadonlyArray<string>;
|
|
55
|
-
readonly tokenHash?: string;
|
|
56
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<{
|
|
57
|
-
readonly apiKey: {
|
|
58
|
-
readonly id: string;
|
|
59
|
-
} & {
|
|
60
|
-
readonly token?: string;
|
|
61
|
-
} & {
|
|
62
|
-
readonly identity: {
|
|
63
|
-
readonly id: string;
|
|
64
|
-
} & {
|
|
65
|
-
readonly description?: string;
|
|
66
|
-
} & {
|
|
67
|
-
readonly roles?: ReadonlyArray<string>;
|
|
68
|
-
};
|
|
69
|
-
};
|
|
70
|
-
}, TenantApi.CreateApiKeyErrorCode>>;
|
|
71
|
-
export type CreateGlobalApiKeyMutationVariables = Parameters<ReturnType<typeof useCreateGlobalApiKeyMutation>>[0];
|
|
72
|
-
export {};
|
|
73
|
-
//# sourceMappingURL=useCreateGlobalApiKeyMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useCreateGlobalApiKeyMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAC7D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAGjD,QAAA,MAAM,gCAAgC;;;;;;;;;;;;;;MAAmG,CAAA;AAEzI,MAAM,MAAM,gCAAgC,GAAG,SAAS,CAAC,OAAO,gCAAgC,CAAC,CAAA;AAEjG,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOrC,CAAA;AAEF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;oCAAmD,CAAA;AAC7F,MAAM,MAAM,mCAAmC,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,6BAA6B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
import { ModelType } from 'graphql-ts-client-api';
|
|
3
|
-
declare const createSessionTokenMutationResult: TenantApi.CreateSessionTokenResultFetcher<{
|
|
4
|
-
readonly token: string;
|
|
5
|
-
} & {
|
|
6
|
-
readonly person: {
|
|
7
|
-
readonly id: string;
|
|
8
|
-
} & {
|
|
9
|
-
readonly email?: string;
|
|
10
|
-
} & {
|
|
11
|
-
readonly name?: string;
|
|
12
|
-
};
|
|
13
|
-
}, {}>;
|
|
14
|
-
export type CreateSessionTokenMutationResult = ModelType<typeof createSessionTokenMutationResult>;
|
|
15
|
-
export declare const createSessionTokenMutation: TenantApi.MutationFetcher<{
|
|
16
|
-
readonly mutation?: ({
|
|
17
|
-
readonly ok: boolean;
|
|
18
|
-
} & {
|
|
19
|
-
readonly error?: ({
|
|
20
|
-
readonly code: TenantApi.CreateSessionTokenErrorCode;
|
|
21
|
-
} & {
|
|
22
|
-
readonly developerMessage: string;
|
|
23
|
-
}) | undefined;
|
|
24
|
-
} & {
|
|
25
|
-
readonly result?: ({
|
|
26
|
-
readonly token: string;
|
|
27
|
-
} & {
|
|
28
|
-
readonly person: {
|
|
29
|
-
readonly id: string;
|
|
30
|
-
} & {
|
|
31
|
-
readonly email?: string;
|
|
32
|
-
} & {
|
|
33
|
-
readonly name?: string;
|
|
34
|
-
};
|
|
35
|
-
}) | undefined;
|
|
36
|
-
}) | undefined;
|
|
37
|
-
}, {
|
|
38
|
-
readonly email?: string;
|
|
39
|
-
readonly personId?: string;
|
|
40
|
-
readonly expiration?: number;
|
|
41
|
-
}>;
|
|
42
|
-
export declare const useCreateSessionTokenMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {
|
|
43
|
-
readonly email?: string;
|
|
44
|
-
readonly personId?: string;
|
|
45
|
-
readonly expiration?: number;
|
|
46
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<{
|
|
47
|
-
readonly token: string;
|
|
48
|
-
} & {
|
|
49
|
-
readonly person: {
|
|
50
|
-
readonly id: string;
|
|
51
|
-
} & {
|
|
52
|
-
readonly email?: string;
|
|
53
|
-
} & {
|
|
54
|
-
readonly name?: string;
|
|
55
|
-
};
|
|
56
|
-
}, TenantApi.CreateSessionTokenErrorCode>>;
|
|
57
|
-
export type CreateSessionTokenMutationVariables = Parameters<ReturnType<typeof useCreateSessionTokenMutation>>[0];
|
|
58
|
-
export {};
|
|
59
|
-
//# sourceMappingURL=useCreateSessionTokenMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useCreateSessionTokenMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/apiKey/useCreateSessionTokenMutation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAC7D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAGjD,QAAA,MAAM,gCAAgC;;;;;;;;;;MAAoF,CAAA;AAE1H,MAAM,MAAM,gCAAgC,GAAG,SAAS,CAAC,OAAO,gCAAgC,CAAC,CAAA;AAEjG,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;EAOrC,CAAA;AAEF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;0CAAmD,CAAA;AAC7F,MAAM,MAAM,mCAAmC,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,6BAA6B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
export declare const disableApiKeyMutation: TenantApi.MutationFetcher<{
|
|
3
|
-
readonly mutation?: ({
|
|
4
|
-
readonly ok: boolean;
|
|
5
|
-
} & {
|
|
6
|
-
readonly error?: ({
|
|
7
|
-
readonly code: TenantApi.DisableApiKeyErrorCode;
|
|
8
|
-
} & {
|
|
9
|
-
readonly developerMessage: string;
|
|
10
|
-
} & {
|
|
11
|
-
readonly endUserMessage?: string;
|
|
12
|
-
}) | undefined;
|
|
13
|
-
}) | undefined;
|
|
14
|
-
}, {
|
|
15
|
-
readonly id: string;
|
|
16
|
-
}>;
|
|
17
|
-
export declare const useDisableApiKeyMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {
|
|
18
|
-
readonly id: string;
|
|
19
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<unknown, "KEY_NOT_FOUND">>;
|
|
20
|
-
export type DisableApiKeyMutationVariables = Parameters<ReturnType<typeof useDisableApiKeyMutation>>[0];
|
|
21
|
-
//# sourceMappingURL=useDisableApiKeyMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useDisableApiKeyMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/apiKey/useDisableApiKeyMutation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAI7D,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;EAMhC,CAAA;AAEF,eAAO,MAAM,wBAAwB;;iGAA8C,CAAA;AACnF,MAAM,MAAM,8BAA8B,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/auth/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAA;AAC7C,cAAc,qBAAqB,CAAA;AACnC,cAAc,sBAAsB,CAAA"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
export declare const changeMyPasswordMutation: TenantApi.MutationFetcher<{
|
|
3
|
-
readonly mutation?: ({
|
|
4
|
-
readonly ok: boolean;
|
|
5
|
-
} & {
|
|
6
|
-
readonly error?: ({
|
|
7
|
-
readonly code: TenantApi.ChangeMyPasswordErrorCode;
|
|
8
|
-
} & {
|
|
9
|
-
readonly developerMessage: string;
|
|
10
|
-
}) | undefined;
|
|
11
|
-
}) | undefined;
|
|
12
|
-
}, {
|
|
13
|
-
readonly currentPassword: string;
|
|
14
|
-
readonly newPassword: string;
|
|
15
|
-
}>;
|
|
16
|
-
export declare const useChangeMyPasswordMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {
|
|
17
|
-
readonly currentPassword: string;
|
|
18
|
-
readonly newPassword: string;
|
|
19
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<unknown, TenantApi.ChangeMyPasswordErrorCode>>;
|
|
20
|
-
export type ChangeMyPasswordMutationVariables = Parameters<ReturnType<typeof useChangeMyPasswordMutation>>[0];
|
|
21
|
-
//# sourceMappingURL=useChangeMyPasswordMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useChangeMyPasswordMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/auth/useChangeMyPasswordMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAG7D,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;EAOnC,CAAA;AAEF,eAAO,MAAM,2BAA2B;;;qHAAiD,CAAA;AACzF,MAAM,MAAM,iCAAiC,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,2BAA2B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
import { ModelType } from 'graphql-ts-client-api';
|
|
3
|
-
declare const signInResultFragment: TenantApi.SignInResultFetcher<{
|
|
4
|
-
readonly token: string;
|
|
5
|
-
} & {
|
|
6
|
-
readonly person: {
|
|
7
|
-
readonly id: string;
|
|
8
|
-
} & {
|
|
9
|
-
readonly email?: string;
|
|
10
|
-
} & {
|
|
11
|
-
readonly name?: string;
|
|
12
|
-
};
|
|
13
|
-
}, {}>;
|
|
14
|
-
export type SignInMutationResult = ModelType<typeof signInResultFragment>;
|
|
15
|
-
export declare const signInMutation: TenantApi.MutationFetcher<{
|
|
16
|
-
readonly mutation?: ({
|
|
17
|
-
readonly ok: boolean;
|
|
18
|
-
} & {
|
|
19
|
-
readonly error?: ({
|
|
20
|
-
readonly code: TenantApi.SignInErrorCode;
|
|
21
|
-
} & {
|
|
22
|
-
readonly developerMessage: string;
|
|
23
|
-
} & {
|
|
24
|
-
readonly endUserMessage?: string;
|
|
25
|
-
}) | undefined;
|
|
26
|
-
} & {
|
|
27
|
-
readonly result?: ({
|
|
28
|
-
readonly token: string;
|
|
29
|
-
} & {
|
|
30
|
-
readonly person: {
|
|
31
|
-
readonly id: string;
|
|
32
|
-
} & {
|
|
33
|
-
readonly email?: string;
|
|
34
|
-
} & {
|
|
35
|
-
readonly name?: string;
|
|
36
|
-
};
|
|
37
|
-
}) | undefined;
|
|
38
|
-
}) | undefined;
|
|
39
|
-
}, {
|
|
40
|
-
readonly email: string;
|
|
41
|
-
readonly password: string;
|
|
42
|
-
readonly expiration?: number;
|
|
43
|
-
readonly otpToken?: string;
|
|
44
|
-
}>;
|
|
45
|
-
export declare const useSignInMutation: ({ headers, apiToken }?: import("../../useTenantApi").TenantApiOptions) => (variables: {
|
|
46
|
-
readonly email: string;
|
|
47
|
-
readonly password: string;
|
|
48
|
-
readonly expiration?: number;
|
|
49
|
-
readonly otpToken?: string;
|
|
50
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<{
|
|
51
|
-
readonly token: string;
|
|
52
|
-
} & {
|
|
53
|
-
readonly person: {
|
|
54
|
-
readonly id: string;
|
|
55
|
-
} & {
|
|
56
|
-
readonly email?: string;
|
|
57
|
-
} & {
|
|
58
|
-
readonly name?: string;
|
|
59
|
-
};
|
|
60
|
-
}, TenantApi.SignInErrorCode>>;
|
|
61
|
-
export type SignInMutationVariables = Parameters<ReturnType<typeof useSignInMutation>>[0];
|
|
62
|
-
export {};
|
|
63
|
-
//# sourceMappingURL=useSignInMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useSignInMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/auth/useSignInMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAE7D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAGjD,QAAA,MAAM,oBAAoB;;;;;;;;;;MAAmE,CAAA;AAE7F,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAC,OAAO,oBAAoB,CAAC,CAAA;AAEzE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQzB,CAAA;AAGF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;8BAE5B,CAAA;AAEF,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
export declare const signOutMutation: TenantApi.MutationFetcher<{
|
|
3
|
-
readonly mutation?: ({
|
|
4
|
-
readonly ok: boolean;
|
|
5
|
-
} & {
|
|
6
|
-
readonly error?: ({
|
|
7
|
-
readonly code: TenantApi.SignOutErrorCode;
|
|
8
|
-
} & {
|
|
9
|
-
readonly developerMessage: string;
|
|
10
|
-
} & {
|
|
11
|
-
readonly endUserMessage?: string;
|
|
12
|
-
}) | undefined;
|
|
13
|
-
}) | undefined;
|
|
14
|
-
}, {
|
|
15
|
-
readonly all?: boolean;
|
|
16
|
-
}>;
|
|
17
|
-
export declare const useSignOutMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {
|
|
18
|
-
readonly all?: boolean;
|
|
19
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<unknown, TenantApi.SignOutErrorCode>>;
|
|
20
|
-
export type SignOutMutationVariables = Parameters<ReturnType<typeof useSignOutMutation>>[0];
|
|
21
|
-
//# sourceMappingURL=useSignOutMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useSignOutMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/auth/useSignOutMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAG7D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;EAK3B,CAAA;AAED,eAAO,MAAM,kBAAkB;;4GAAwC,CAAA;AACvE,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/idp/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAA;AAC1C,cAAc,wBAAwB,CAAA"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
import { ModelType } from 'graphql-ts-client-api';
|
|
3
|
-
export type InitSignInIDPMutationVariables = {
|
|
4
|
-
identityProvider: string;
|
|
5
|
-
data: {
|
|
6
|
-
redirectUrl?: string;
|
|
7
|
-
} & {
|
|
8
|
-
[key: string]: string;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
export type InitSignInIDPMutationResult = ModelType<typeof TenantApi.initSignInIDPResult$$>;
|
|
12
|
-
export declare const useInitSignInIDPMutation: ({ headers, apiToken }?: import("../../useTenantApi").TenantApiOptions) => (variables: InitSignInIDPMutationVariables) => Promise<import("../../useTenantMutation").TenantMutationResponse<{
|
|
13
|
-
readonly authUrl: string;
|
|
14
|
-
} & {
|
|
15
|
-
readonly sessionData: unknown;
|
|
16
|
-
} & {
|
|
17
|
-
readonly idpConfiguration?: unknown;
|
|
18
|
-
}, TenantApi.InitSignInIDPErrorCode>>;
|
|
19
|
-
//# sourceMappingURL=useInitSignInIDPMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useInitSignInIDPMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/idp/useInitSignInIDPMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAG7D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAGjD,MAAM,MAAM,8BAA8B,GAAG;IAC5C,gBAAgB,EAAE,MAAM,CAAA;IACxB,IAAI,EAAE;QACL,WAAW,CAAC,EAAE,MAAM,CAAA;KACpB,GAAG;QACH,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KACrB,CAAA;CACD,CAAA;AACD,MAAM,MAAM,2BAA2B,GAAG,SAAS,CAAC,OAAO,SAAS,CAAC,qBAAqB,CAAC,CAAA;AAY3F,eAAO,MAAM,wBAAwB;;;;;;qCAEnC,CAAA"}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
import { ModelType } from 'graphql-ts-client-api';
|
|
3
|
-
declare const signInIdpFragment: TenantApi.SignInIDPResultFetcher<{
|
|
4
|
-
readonly token: string;
|
|
5
|
-
} & {
|
|
6
|
-
readonly idpResponse?: unknown;
|
|
7
|
-
} & {
|
|
8
|
-
readonly person: {
|
|
9
|
-
readonly id: string;
|
|
10
|
-
} & {
|
|
11
|
-
readonly email?: string;
|
|
12
|
-
} & {
|
|
13
|
-
readonly name?: string;
|
|
14
|
-
};
|
|
15
|
-
}, {}>;
|
|
16
|
-
export type SignInIDPMutationResult = ModelType<typeof signInIdpFragment>;
|
|
17
|
-
export declare const signInIDPMutation: TenantApi.MutationFetcher<{
|
|
18
|
-
readonly mutation?: ({
|
|
19
|
-
readonly ok: boolean;
|
|
20
|
-
} & {
|
|
21
|
-
readonly error?: ({
|
|
22
|
-
readonly code: TenantApi.SignInIDPErrorCode;
|
|
23
|
-
} & {
|
|
24
|
-
readonly developerMessage: string;
|
|
25
|
-
} & {
|
|
26
|
-
readonly endUserMessage?: string;
|
|
27
|
-
}) | undefined;
|
|
28
|
-
} & {
|
|
29
|
-
readonly result?: ({
|
|
30
|
-
readonly token: string;
|
|
31
|
-
} & {
|
|
32
|
-
readonly idpResponse?: unknown;
|
|
33
|
-
} & {
|
|
34
|
-
readonly person: {
|
|
35
|
-
readonly id: string;
|
|
36
|
-
} & {
|
|
37
|
-
readonly email?: string;
|
|
38
|
-
} & {
|
|
39
|
-
readonly name?: string;
|
|
40
|
-
};
|
|
41
|
-
}) | undefined;
|
|
42
|
-
}) | undefined;
|
|
43
|
-
}, {
|
|
44
|
-
readonly identityProvider: string;
|
|
45
|
-
readonly data?: unknown;
|
|
46
|
-
readonly expiration?: number;
|
|
47
|
-
readonly idpResponse?: TenantApi.IDPResponseInput;
|
|
48
|
-
readonly redirectUrl?: string;
|
|
49
|
-
readonly sessionData?: unknown;
|
|
50
|
-
}>;
|
|
51
|
-
export type SignInIDPMutationVariables = {
|
|
52
|
-
identityProvider: string;
|
|
53
|
-
expiration?: number;
|
|
54
|
-
data: {
|
|
55
|
-
url?: string;
|
|
56
|
-
redirectUrl?: string;
|
|
57
|
-
sessionData?: any;
|
|
58
|
-
} & {
|
|
59
|
-
[key: string]: any;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
export declare const useSignInIDPMutation: ({ headers, apiToken }?: import("../../useTenantApi").TenantApiOptions) => (variables: SignInIDPMutationVariables) => Promise<import("../../useTenantMutation").TenantMutationResponse<{
|
|
63
|
-
readonly token: string;
|
|
64
|
-
} & {
|
|
65
|
-
readonly idpResponse?: unknown;
|
|
66
|
-
} & {
|
|
67
|
-
readonly person: {
|
|
68
|
-
readonly id: string;
|
|
69
|
-
} & {
|
|
70
|
-
readonly email?: string;
|
|
71
|
-
} & {
|
|
72
|
-
readonly name?: string;
|
|
73
|
-
};
|
|
74
|
-
}, TenantApi.SignInIDPErrorCode>>;
|
|
75
|
-
export {};
|
|
76
|
-
//# sourceMappingURL=useSignInIdpMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useSignInIdpMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/idp/useSignInIdpMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAG7D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAEjD,QAAA,MAAM,iBAAiB;;;;;;;;;;;;MAAsE,CAAA;AAE7F,MAAM,MAAM,uBAAuB,GAAG,SAAS,CAAC,OAAO,iBAAiB,CAAC,CAAA;AAEzE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ5B,CAAA;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACxC,gBAAgB,EAAE,MAAM,CAAA;IACxB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,IAAI,EACD;QACD,GAAG,CAAC,EAAE,MAAM,CAAA;QACZ,WAAW,CAAC,EAAE,MAAM,CAAA;QACpB,WAAW,CAAC,EAAE,GAAG,CAAA;KACjB,GACC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAA;CACzB,CAAA;AAGD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;iCAE/B,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from './apiKey';
|
|
2
|
-
export * from './auth';
|
|
3
|
-
export * from './invite';
|
|
4
|
-
export * from './idp';
|
|
5
|
-
export * from './memberships';
|
|
6
|
-
export * from './passwordless';
|
|
7
|
-
export * from './otp';
|
|
8
|
-
export * from './passwordReset';
|
|
9
|
-
export * from './profile';
|
|
10
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/hooks/mutations/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,QAAQ,CAAA;AACtB,cAAc,UAAU,CAAA;AACxB,cAAc,OAAO,CAAA;AACrB,cAAc,eAAe,CAAA;AAC7B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,OAAO,CAAA;AACrB,cAAc,iBAAiB,CAAA;AAC/B,cAAc,WAAW,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/invite/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
import { ModelType } from 'graphql-ts-client-api';
|
|
3
|
-
declare const inviteMutationResult: TenantApi.InviteResultFetcher<{
|
|
4
|
-
readonly isNew: boolean;
|
|
5
|
-
} & {
|
|
6
|
-
readonly person: {
|
|
7
|
-
readonly id: string;
|
|
8
|
-
} & {
|
|
9
|
-
readonly email?: string;
|
|
10
|
-
} & {
|
|
11
|
-
readonly name?: string;
|
|
12
|
-
} & {
|
|
13
|
-
readonly identity: {
|
|
14
|
-
readonly id: string;
|
|
15
|
-
} & {
|
|
16
|
-
readonly description?: string;
|
|
17
|
-
} & {
|
|
18
|
-
readonly roles?: ReadonlyArray<string>;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
}, {}>;
|
|
22
|
-
export type InviteMutationResult = ModelType<typeof inviteMutationResult>;
|
|
23
|
-
export declare const inviteMutation: TenantApi.MutationFetcher<{
|
|
24
|
-
readonly mutation?: ({
|
|
25
|
-
readonly ok: boolean;
|
|
26
|
-
} & {
|
|
27
|
-
readonly error?: ({
|
|
28
|
-
readonly code: TenantApi.InviteErrorCode;
|
|
29
|
-
} & {
|
|
30
|
-
readonly developerMessage: string;
|
|
31
|
-
} & {
|
|
32
|
-
readonly endUserMessage?: string;
|
|
33
|
-
} & {
|
|
34
|
-
readonly membershipValidation?: readonly ({
|
|
35
|
-
readonly code: TenantApi.MembershipValidationErrorCode;
|
|
36
|
-
} & {
|
|
37
|
-
readonly role: string;
|
|
38
|
-
} & {
|
|
39
|
-
readonly variable?: string;
|
|
40
|
-
})[] | undefined;
|
|
41
|
-
}) | undefined;
|
|
42
|
-
} & {
|
|
43
|
-
readonly result?: ({
|
|
44
|
-
readonly isNew: boolean;
|
|
45
|
-
} & {
|
|
46
|
-
readonly person: {
|
|
47
|
-
readonly id: string;
|
|
48
|
-
} & {
|
|
49
|
-
readonly email?: string;
|
|
50
|
-
} & {
|
|
51
|
-
readonly name?: string;
|
|
52
|
-
} & {
|
|
53
|
-
readonly identity: {
|
|
54
|
-
readonly id: string;
|
|
55
|
-
} & {
|
|
56
|
-
readonly description?: string;
|
|
57
|
-
} & {
|
|
58
|
-
readonly roles?: ReadonlyArray<string>;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
}) | undefined;
|
|
62
|
-
}) | undefined;
|
|
63
|
-
}, {
|
|
64
|
-
readonly email: string;
|
|
65
|
-
readonly name?: string;
|
|
66
|
-
readonly projectSlug: string;
|
|
67
|
-
readonly memberships: ReadonlyArray<TenantApi.MembershipInput>;
|
|
68
|
-
readonly options?: TenantApi.InviteOptions;
|
|
69
|
-
}>;
|
|
70
|
-
export declare const useInviteMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {
|
|
71
|
-
readonly email: string;
|
|
72
|
-
readonly name?: string;
|
|
73
|
-
readonly projectSlug: string;
|
|
74
|
-
readonly memberships: ReadonlyArray<TenantApi.MembershipInput>;
|
|
75
|
-
readonly options?: TenantApi.InviteOptions;
|
|
76
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<{
|
|
77
|
-
readonly isNew: boolean;
|
|
78
|
-
} & {
|
|
79
|
-
readonly person: {
|
|
80
|
-
readonly id: string;
|
|
81
|
-
} & {
|
|
82
|
-
readonly email?: string;
|
|
83
|
-
} & {
|
|
84
|
-
readonly name?: string;
|
|
85
|
-
} & {
|
|
86
|
-
readonly identity: {
|
|
87
|
-
readonly id: string;
|
|
88
|
-
} & {
|
|
89
|
-
readonly description?: string;
|
|
90
|
-
} & {
|
|
91
|
-
readonly roles?: ReadonlyArray<string>;
|
|
92
|
-
};
|
|
93
|
-
};
|
|
94
|
-
}, TenantApi.InviteErrorCode>>;
|
|
95
|
-
export type InviteMutationVariables = Parameters<ReturnType<typeof useInviteMutation>>[0];
|
|
96
|
-
export {};
|
|
97
|
-
//# sourceMappingURL=useInviteMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useInviteMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/invite/useInviteMutation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAC7D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAGjD,QAAA,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;MAC8C,CAAA;AAExE,MAAM,MAAM,oBAAoB,GAAG,SAAS,CAAC,OAAO,oBAAoB,CAAC,CAAA;AAEzE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOzB,CAAA;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;8BAAuC,CAAA;AACrE,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/memberships/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAA;AAChD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,kCAAkC,CAAA"}
|