@contember/react-client-tenant 2.1.0-alpha.30 → 2.1.0-alpha.36
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 +0 -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 +8 -5
- package/src/components/forms/PasswordlessSignInInitForm.tsx +0 -3
- package/src/components/forms/TenantForm.tsx +14 -10
- package/src/components/forms/UpdateProjectMemberForm.tsx +2 -2
- package/src/components/idp/IDP.tsx +0 -2
- 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 +3 -1
- package/src/internal/hooks/useIDPAutoInit.ts +0 -1
- package/src/internal/hooks/useIDPStateStore.ts +1 -1
- package/src/internal/hooks/useLogoutInternal.ts +1 -1
- package/src/internal/hooks/useRedirectToBacklink.ts +0 -1
- 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 -87
- package/dist/development/src/components/forms/LoginForm.cjs.map +0 -1
- package/dist/development/src/components/forms/LoginForm.js +0 -87
- 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 -59
- package/dist/development/src/components/forms/PasswordlessSignInInitForm.cjs.map +0 -1
- package/dist/development/src/components/forms/PasswordlessSignInInitForm.js +0 -59
- 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 -36
- package/dist/development/src/internal/hooks/useRedirectToBacklink.cjs.map +0 -1
- package/dist/development/src/internal/hooks/useRedirectToBacklink.js +0 -36
- 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 -79
- package/dist/production/src/components/forms/LoginForm.cjs.map +0 -1
- package/dist/production/src/components/forms/LoginForm.js +0 -79
- 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 -51
- package/dist/production/src/components/forms/PasswordlessSignInInitForm.cjs.map +0 -1
- package/dist/production/src/components/forms/PasswordlessSignInInitForm.js +0 -51
- 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 -36
- package/dist/production/src/internal/hooks/useRedirectToBacklink.cjs.map +0 -1
- package/dist/production/src/internal/hooks/useRedirectToBacklink.js +0 -36
- 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 -12
- 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 -23
- package/dist/types/hooks/mutations/auth/useChangeMyPasswordMutation.d.ts.map +0 -1
- package/dist/types/hooks/mutations/auth/useSignInMutation.d.ts +0 -65
- 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 -25
- 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 -11
- 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 -16
- 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 -6
- 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,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"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
export declare const addProjectMemberMutation: TenantApi.MutationFetcher<{
|
|
3
|
-
readonly mutation?: ({
|
|
4
|
-
readonly ok: boolean;
|
|
5
|
-
} & {
|
|
6
|
-
readonly error?: ({
|
|
7
|
-
readonly code: TenantApi.AddProjectMemberErrorCode;
|
|
8
|
-
} & {
|
|
9
|
-
readonly developerMessage: string;
|
|
10
|
-
} & {
|
|
11
|
-
readonly endUserMessage?: string;
|
|
12
|
-
} & {
|
|
13
|
-
readonly membershipValidation?: readonly ({
|
|
14
|
-
readonly code: TenantApi.MembershipValidationErrorCode;
|
|
15
|
-
} & {
|
|
16
|
-
readonly role: string;
|
|
17
|
-
} & {
|
|
18
|
-
readonly variable?: string;
|
|
19
|
-
})[] | undefined;
|
|
20
|
-
}) | undefined;
|
|
21
|
-
}) | undefined;
|
|
22
|
-
}, {
|
|
23
|
-
readonly projectSlug: string;
|
|
24
|
-
readonly identityId: string;
|
|
25
|
-
readonly memberships: ReadonlyArray<TenantApi.MembershipInput>;
|
|
26
|
-
}>;
|
|
27
|
-
export declare const useAddProjectMemberMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {
|
|
28
|
-
readonly projectSlug: string;
|
|
29
|
-
readonly identityId: string;
|
|
30
|
-
readonly memberships: ReadonlyArray<TenantApi.MembershipInput>;
|
|
31
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<unknown, TenantApi.AddProjectMemberErrorCode>>;
|
|
32
|
-
export type AddProjectMemberMutationVariables = Parameters<ReturnType<typeof useAddProjectMemberMutation>>[0];
|
|
33
|
-
//# sourceMappingURL=useAddProjectMemberMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useAddProjectMemberMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/memberships/useAddProjectMemberMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAG7D,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;EAMnC,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,23 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
export declare const removeProjectMemberMutation: TenantApi.MutationFetcher<{
|
|
3
|
-
readonly mutation?: ({
|
|
4
|
-
readonly ok: boolean;
|
|
5
|
-
} & {
|
|
6
|
-
readonly error?: ({
|
|
7
|
-
readonly code: TenantApi.RemoveProjectMemberErrorCode;
|
|
8
|
-
} & {
|
|
9
|
-
readonly developerMessage: string;
|
|
10
|
-
} & {
|
|
11
|
-
readonly endUserMessage?: string;
|
|
12
|
-
}) | undefined;
|
|
13
|
-
}) | undefined;
|
|
14
|
-
}, {
|
|
15
|
-
readonly projectSlug: string;
|
|
16
|
-
readonly identityId: string;
|
|
17
|
-
}>;
|
|
18
|
-
export declare const useRemoveProjectMemberMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {
|
|
19
|
-
readonly projectSlug: string;
|
|
20
|
-
readonly identityId: string;
|
|
21
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<unknown, TenantApi.RemoveProjectMemberErrorCode>>;
|
|
22
|
-
export type RemoveProjectMemberMutationVariables = Parameters<ReturnType<typeof useRemoveProjectMemberMutation>>[0];
|
|
23
|
-
//# sourceMappingURL=useRemoveProjectMemberMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useRemoveProjectMemberMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/memberships/useRemoveProjectMemberMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAG7D,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;EAMtC,CAAA;AAEF,eAAO,MAAM,8BAA8B;;;wHAAoD,CAAA;AAC/F,MAAM,MAAM,oCAAoC,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,8BAA8B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
export declare const updateProjectMemberMutation: TenantApi.MutationFetcher<{
|
|
3
|
-
readonly mutation?: ({
|
|
4
|
-
readonly ok: boolean;
|
|
5
|
-
} & {
|
|
6
|
-
readonly error?: ({
|
|
7
|
-
readonly code: TenantApi.UpdateProjectMemberErrorCode;
|
|
8
|
-
} & {
|
|
9
|
-
readonly developerMessage: string;
|
|
10
|
-
} & {
|
|
11
|
-
readonly endUserMessage?: string;
|
|
12
|
-
} & {
|
|
13
|
-
readonly membershipValidation?: readonly ({
|
|
14
|
-
readonly code: TenantApi.MembershipValidationErrorCode;
|
|
15
|
-
} & {
|
|
16
|
-
readonly role: string;
|
|
17
|
-
} & {
|
|
18
|
-
readonly variable?: string;
|
|
19
|
-
})[] | undefined;
|
|
20
|
-
}) | undefined;
|
|
21
|
-
}) | undefined;
|
|
22
|
-
}, {
|
|
23
|
-
readonly projectSlug: string;
|
|
24
|
-
readonly identityId: string;
|
|
25
|
-
readonly memberships: ReadonlyArray<TenantApi.MembershipInput>;
|
|
26
|
-
}>;
|
|
27
|
-
export declare const useUpdateProjectMemberMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {
|
|
28
|
-
readonly projectSlug: string;
|
|
29
|
-
readonly identityId: string;
|
|
30
|
-
readonly memberships: ReadonlyArray<TenantApi.MembershipInput>;
|
|
31
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<unknown, TenantApi.UpdateProjectMemberErrorCode>>;
|
|
32
|
-
export type UpdateProjectMemberMutationVariables = Parameters<ReturnType<typeof useUpdateProjectMemberMutation>>[0];
|
|
33
|
-
//# sourceMappingURL=useUpdateProjectMemberMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useUpdateProjectMemberMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/memberships/useUpdateProjectMemberMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAG7D,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;EAMtC,CAAA;AAEF,eAAO,MAAM,8BAA8B;;;;wHAAoD,CAAA;AAC/F,MAAM,MAAM,oCAAoC,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,8BAA8B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/otp/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,yBAAyB,CAAA;AACvC,cAAc,yBAAyB,CAAA"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
export declare const confirmOtpMutation: TenantApi.MutationFetcher<{
|
|
3
|
-
readonly mutation?: ({
|
|
4
|
-
readonly ok: boolean;
|
|
5
|
-
} & {
|
|
6
|
-
readonly error?: ({
|
|
7
|
-
readonly code: TenantApi.ConfirmOtpErrorCode;
|
|
8
|
-
} & {
|
|
9
|
-
readonly developerMessage: string;
|
|
10
|
-
} & {
|
|
11
|
-
readonly endUserMessage?: string;
|
|
12
|
-
}) | undefined;
|
|
13
|
-
}) | undefined;
|
|
14
|
-
}, {
|
|
15
|
-
readonly otpToken: string;
|
|
16
|
-
}>;
|
|
17
|
-
export declare const useConfirmOtpMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {
|
|
18
|
-
readonly otpToken: string;
|
|
19
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<unknown, TenantApi.ConfirmOtpErrorCode>>;
|
|
20
|
-
export type ConfirmOtpMutationVariables = Parameters<ReturnType<typeof useConfirmOtpMutation>>[0];
|
|
21
|
-
//# sourceMappingURL=useConfirmOtpMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useConfirmOtpMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/otp/useConfirmOtpMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAG7D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;EAK7B,CAAA;AAGF,eAAO,MAAM,qBAAqB;;+GAA2C,CAAA;AAC7E,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
export declare const disableOtpMutation: TenantApi.MutationFetcher<{
|
|
3
|
-
readonly mutation?: ({
|
|
4
|
-
readonly ok: boolean;
|
|
5
|
-
} & {
|
|
6
|
-
readonly error?: ({
|
|
7
|
-
readonly code: TenantApi.DisableOtpErrorCode;
|
|
8
|
-
} & {
|
|
9
|
-
readonly developerMessage: string;
|
|
10
|
-
} & {
|
|
11
|
-
readonly endUserMessage?: string;
|
|
12
|
-
}) | undefined;
|
|
13
|
-
}) | undefined;
|
|
14
|
-
}, {}>;
|
|
15
|
-
export declare const useDisableOtpMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {}) => Promise<import("../../useTenantMutation").TenantMutationResponse<unknown, "OTP_NOT_ACTIVE">>;
|
|
16
|
-
export type DisableOtpMutationVariables = Parameters<ReturnType<typeof useDisableOtpMutation>>[0];
|
|
17
|
-
//# sourceMappingURL=useDisableOtpMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useDisableOtpMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/otp/useDisableOtpMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAG7D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;MAG9B,CAAA;AAED,eAAO,MAAM,qBAAqB,+KAA2C,CAAA;AAC7E,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
import { ModelType } from 'graphql-ts-client-api';
|
|
3
|
-
export type PrepareOtpMutationResult = ModelType<typeof TenantApi.prepareOtpResult$$>;
|
|
4
|
-
export declare const prepareOtpMutation: TenantApi.MutationFetcher<{
|
|
5
|
-
readonly mutation?: ({
|
|
6
|
-
readonly ok: boolean;
|
|
7
|
-
} & {
|
|
8
|
-
readonly result?: ({
|
|
9
|
-
readonly otpUri: string;
|
|
10
|
-
} & {
|
|
11
|
-
readonly otpSecret: string;
|
|
12
|
-
}) | undefined;
|
|
13
|
-
}) | undefined;
|
|
14
|
-
}, {
|
|
15
|
-
readonly label?: string;
|
|
16
|
-
}>;
|
|
17
|
-
export declare const usePrepareOtpMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {
|
|
18
|
-
readonly label?: string;
|
|
19
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<{
|
|
20
|
-
readonly otpUri: string;
|
|
21
|
-
} & {
|
|
22
|
-
readonly otpSecret: string;
|
|
23
|
-
}, never>>;
|
|
24
|
-
export type PrepareOtpMutationVariables = Parameters<ReturnType<typeof usePrepareOtpMutation>>[0];
|
|
25
|
-
//# sourceMappingURL=usePrepareOtpMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"usePrepareOtpMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/otp/usePrepareOtpMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAC7D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAKjD,MAAM,MAAM,wBAAwB,GAAG,SAAS,CAAC,OAAO,SAAS,CAAC,kBAAkB,CAAC,CAAA;AAErF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;EAG9B,CAAA;AAGD,eAAO,MAAM,qBAAqB;;;;;;UAA2C,CAAA;AAC7E,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/passwordReset/index.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAA;AACvD,cAAc,4BAA4B,CAAA"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
export declare const createResetPasswordRequestMutation: TenantApi.MutationFetcher<{
|
|
3
|
-
readonly mutation?: ({
|
|
4
|
-
readonly ok: boolean;
|
|
5
|
-
} & {
|
|
6
|
-
readonly error?: ({
|
|
7
|
-
readonly code: TenantApi.CreatePasswordResetRequestErrorCode;
|
|
8
|
-
} & {
|
|
9
|
-
readonly developerMessage: string;
|
|
10
|
-
} & {
|
|
11
|
-
readonly endUserMessage?: string;
|
|
12
|
-
}) | undefined;
|
|
13
|
-
}) | undefined;
|
|
14
|
-
}, {
|
|
15
|
-
readonly email: string;
|
|
16
|
-
readonly options?: TenantApi.CreateResetPasswordRequestOptions;
|
|
17
|
-
}>;
|
|
18
|
-
export declare const useCreateResetPasswordRequestMutation: ({ headers, apiToken }?: import("../../useTenantApi").TenantApiOptions) => (variables: {
|
|
19
|
-
readonly email: string;
|
|
20
|
-
readonly options?: TenantApi.CreateResetPasswordRequestOptions;
|
|
21
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<unknown, "PERSON_NOT_FOUND">>;
|
|
22
|
-
export type CreateResetPasswordRequestMutationVariables = Parameters<ReturnType<typeof useCreateResetPasswordRequestMutation>>[0];
|
|
23
|
-
//# sourceMappingURL=useCreateResetPasswordRequestMutation.d.ts.map
|
package/dist/types/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useCreateResetPasswordRequestMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAI7D,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;EAO7C,CAAA;AAEF,eAAO,MAAM,qCAAqC;;;oGAEhD,CAAA;AACF,MAAM,MAAM,2CAA2C,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,qCAAqC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
export declare const resetPasswordMutation: TenantApi.MutationFetcher<{
|
|
3
|
-
readonly mutation?: ({
|
|
4
|
-
readonly ok: boolean;
|
|
5
|
-
} & {
|
|
6
|
-
readonly error?: ({
|
|
7
|
-
readonly code: TenantApi.ResetPasswordErrorCode;
|
|
8
|
-
} & {
|
|
9
|
-
readonly weakPasswordReasons?: ReadonlyArray<TenantApi.WeakPasswordReason>;
|
|
10
|
-
} & {
|
|
11
|
-
readonly developerMessage: string;
|
|
12
|
-
} & {
|
|
13
|
-
readonly endUserMessage?: string;
|
|
14
|
-
}) | undefined;
|
|
15
|
-
}) | undefined;
|
|
16
|
-
}, {
|
|
17
|
-
readonly token: string;
|
|
18
|
-
readonly password: string;
|
|
19
|
-
}>;
|
|
20
|
-
export declare const useResetPasswordMutation: ({ headers, apiToken }?: import("../../useTenantApi").TenantApiOptions) => (variables: {
|
|
21
|
-
readonly token: string;
|
|
22
|
-
readonly password: string;
|
|
23
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<unknown, TenantApi.ResetPasswordErrorCode>>;
|
|
24
|
-
export type ResetPasswordMutationVariables = Parameters<ReturnType<typeof useResetPasswordMutation>>[0];
|
|
25
|
-
//# sourceMappingURL=useResetPasswordMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useResetPasswordMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/passwordReset/useResetPasswordMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAI7D,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;EAOhC,CAAA;AAEF,eAAO,MAAM,wBAAwB;;;kHAEnC,CAAA;AACF,MAAM,MAAM,8BAA8B,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from './useActivatePasswordlessOtpMutation';
|
|
2
|
-
export * from './useDisableMyPasswordlessMutation';
|
|
3
|
-
export * from './useEnableMyPasswordlessMutation';
|
|
4
|
-
export * from './useSignInPasswordlessMutation';
|
|
5
|
-
export * from './useInitSignInPasswordlessMutation';
|
|
6
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/passwordless/index.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAA;AACpD,cAAc,oCAAoC,CAAA;AAClD,cAAc,mCAAmC,CAAA;AACjD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,qCAAqC,CAAA"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
export declare const useActivatePasswordlessOtpMutation: ({ headers, apiToken }?: import("../../useTenantApi").TenantApiOptions) => (variables: {
|
|
3
|
-
readonly requestId: string;
|
|
4
|
-
readonly token: string;
|
|
5
|
-
readonly otpHash: string;
|
|
6
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<unknown, TenantApi.ActivatePasswordlessOtpErrorCode>>;
|
|
7
|
-
export type ActivatePasswordlessOtpMutationVariables = Parameters<ReturnType<typeof useActivatePasswordlessOtpMutation>>[0];
|
|
8
|
-
//# sourceMappingURL=useActivatePasswordlessOtpMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useActivatePasswordlessOtpMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAc7D,eAAO,MAAM,kCAAkC;;;;4HAE7C,CAAA;AAEF,MAAM,MAAM,wCAAwC,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,kCAAkC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
export declare const useDisableMyPasswordlessMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {}) => Promise<import("../../useTenantMutation").TenantMutationResponse<unknown, TenantApi.ToggleMyPasswordlessErrorCode>>;
|
|
3
|
-
//# sourceMappingURL=useDisableMyPasswordlessMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useDisableMyPasswordlessMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAa7D,eAAO,MAAM,gCAAgC,sMAAsD,CAAA"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
export declare const useEnableMyPasswordlessMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {}) => Promise<import("../../useTenantMutation").TenantMutationResponse<unknown, TenantApi.ToggleMyPasswordlessErrorCode>>;
|
|
3
|
-
//# sourceMappingURL=useEnableMyPasswordlessMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useEnableMyPasswordlessMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAa7D,eAAO,MAAM,+BAA+B,sMAAqD,CAAA"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
import { ModelType } from 'graphql-ts-client-api';
|
|
3
|
-
declare const InitSignInPasswordlessMutationResult: TenantApi.InitSignInPasswordlessResultFetcher<{
|
|
4
|
-
readonly requestId: string;
|
|
5
|
-
} & {
|
|
6
|
-
readonly expiresAt: string;
|
|
7
|
-
}, {}>;
|
|
8
|
-
export type InitSignInPasswordlessMutationResult = ModelType<typeof InitSignInPasswordlessMutationResult>;
|
|
9
|
-
export declare const useInitSignInPasswordlessMutation: ({ headers, apiToken }?: import("../../useTenantApi").TenantApiOptions) => (variables: {
|
|
10
|
-
readonly email: string;
|
|
11
|
-
readonly options?: TenantApi.InitSignInPasswordlessOptions;
|
|
12
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<{
|
|
13
|
-
readonly requestId: string;
|
|
14
|
-
} & {
|
|
15
|
-
readonly expiresAt: string;
|
|
16
|
-
}, TenantApi.InitSignInPasswordlessErrorCode>>;
|
|
17
|
-
export type InitSignInPasswordlessMutationVariables = Parameters<ReturnType<typeof useInitSignInPasswordlessMutation>>[0];
|
|
18
|
-
export {};
|
|
19
|
-
//# sourceMappingURL=useInitSignInPasswordlessMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useInitSignInPasswordlessMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAG7D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAEjD,QAAA,MAAM,oCAAoC;;;;MAA2C,CAAA;AACrF,MAAM,MAAM,oCAAoC,GAAG,SAAS,CAAC,OAAO,oCAAoC,CAAC,CAAA;AAWzG,eAAO,MAAM,iCAAiC;;;;;;;8CAE5C,CAAA;AAEF,MAAM,MAAM,uCAAuC,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,iCAAiC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
import { ModelType } from 'graphql-ts-client-api';
|
|
3
|
-
declare const signInResultFragment: TenantApi.SignInPasswordlessResultFetcher<{
|
|
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 SignInPasswordlessMutationResult = ModelType<typeof signInResultFragment>;
|
|
15
|
-
export declare const useSignInPasswordlessMutation: ({ headers, apiToken }?: import("../../useTenantApi").TenantApiOptions) => (variables: {
|
|
16
|
-
readonly requestId: string;
|
|
17
|
-
readonly validationType: TenantApi.PasswordlessValidationType;
|
|
18
|
-
readonly token: string;
|
|
19
|
-
readonly expiration?: number;
|
|
20
|
-
readonly mfaOtp?: string;
|
|
21
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<{
|
|
22
|
-
readonly token: string;
|
|
23
|
-
} & {
|
|
24
|
-
readonly person: {
|
|
25
|
-
readonly id: string;
|
|
26
|
-
} & {
|
|
27
|
-
readonly email?: string;
|
|
28
|
-
} & {
|
|
29
|
-
readonly name?: string;
|
|
30
|
-
};
|
|
31
|
-
}, TenantApi.SignInPasswordlessErrorCode>>;
|
|
32
|
-
export type SignInPasswordlessMutationVariables = Parameters<ReturnType<typeof useSignInPasswordlessMutation>>[0];
|
|
33
|
-
export {};
|
|
34
|
-
//# sourceMappingURL=useSignInPasswordlessMutation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useSignInPasswordlessMutation.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/passwordless/useSignInPasswordlessMutation.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAG7D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAEjD,QAAA,MAAM,oBAAoB;;;;;;;;;;MAA+E,CAAA;AAEzG,MAAM,MAAM,gCAAgC,GAAG,SAAS,CAAC,OAAO,oBAAoB,CAAC,CAAA;AAYrF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;0CAExC,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,6BAA6B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/profile/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAA;AAClC,cAAc,sBAAsB,CAAA"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
export declare const changeMyProfile: TenantApi.MutationFetcher<{
|
|
3
|
-
readonly mutation?: ({
|
|
4
|
-
readonly ok: boolean;
|
|
5
|
-
} & {
|
|
6
|
-
readonly error?: ({
|
|
7
|
-
readonly code: TenantApi.ChangeMyProfileErrorCode;
|
|
8
|
-
} & {
|
|
9
|
-
readonly developerMessage: string;
|
|
10
|
-
}) | undefined;
|
|
11
|
-
}) | undefined;
|
|
12
|
-
}, {
|
|
13
|
-
readonly email?: string;
|
|
14
|
-
readonly name?: string;
|
|
15
|
-
}>;
|
|
16
|
-
export declare const useChangeMyProfileMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {
|
|
17
|
-
readonly email?: string;
|
|
18
|
-
readonly name?: string;
|
|
19
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<unknown, TenantApi.ChangeMyProfileErrorCode>>;
|
|
20
|
-
export type ChangeMyProfileMutationVariables = Parameters<ReturnType<typeof useChangeMyProfileMutation>>[0];
|
|
21
|
-
//# sourceMappingURL=useChangeMyProfile.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useChangeMyProfile.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/profile/useChangeMyProfile.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAG7D,eAAO,MAAM,eAAe;;;;;;;;;;;;;EAM1B,CAAA;AAEF,eAAO,MAAM,0BAA0B;;;oHAAwC,CAAA;AAC/E,MAAM,MAAM,gCAAgC,GAAG,UAAU,CAAC,UAAU,CAAC,OAAO,0BAA0B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
export declare const changeProfile: TenantApi.MutationFetcher<{
|
|
3
|
-
readonly mutation?: ({
|
|
4
|
-
readonly ok: boolean;
|
|
5
|
-
} & {
|
|
6
|
-
readonly error?: ({
|
|
7
|
-
readonly code: TenantApi.ChangeProfileErrorCode;
|
|
8
|
-
} & {
|
|
9
|
-
readonly developerMessage: string;
|
|
10
|
-
}) | undefined;
|
|
11
|
-
}) | undefined;
|
|
12
|
-
}, {
|
|
13
|
-
readonly personId: string;
|
|
14
|
-
readonly email?: string;
|
|
15
|
-
readonly name?: string;
|
|
16
|
-
}>;
|
|
17
|
-
export declare const useChangeProfileMutation: ({ headers, apiToken }?: import("../..").TenantApiOptions) => (variables: {
|
|
18
|
-
readonly personId: string;
|
|
19
|
-
readonly email?: string;
|
|
20
|
-
readonly name?: string;
|
|
21
|
-
}) => Promise<import("../../useTenantMutation").TenantMutationResponse<unknown, TenantApi.ChangeProfileErrorCode>>;
|
|
22
|
-
export type ChangeProfileMutationVariables = Parameters<ReturnType<typeof useChangeProfileMutation>>[0];
|
|
23
|
-
//# sourceMappingURL=useChangeProfile.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useChangeProfile.d.ts","sourceRoot":"","sources":["../../../../../src/hooks/mutations/profile/useChangeProfile.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAG7D,eAAO,MAAM,aAAa;;;;;;;;;;;;;;EAMxB,CAAA;AAEF,eAAO,MAAM,wBAAwB;;;;kHAAsC,CAAA;AAC3E,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/queries/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,0BAA0B,CAAA;AACxC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,kCAAkC,CAAA"}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import * as TenantApi from '@contember/graphql-client-tenant';
|
|
2
|
-
import { ModelType } from 'graphql-ts-client-api';
|
|
3
|
-
import { TenantApiOptions } from '../useTenantApi';
|
|
4
|
-
declare const identityFragment: TenantApi.IdentityFetcher<{
|
|
5
|
-
readonly id: string;
|
|
6
|
-
} & {
|
|
7
|
-
readonly description?: string;
|
|
8
|
-
} & {
|
|
9
|
-
readonly roles?: ReadonlyArray<string>;
|
|
10
|
-
} & {
|
|
11
|
-
readonly person?: ({
|
|
12
|
-
readonly id: string;
|
|
13
|
-
} & {
|
|
14
|
-
readonly email?: string;
|
|
15
|
-
} & {
|
|
16
|
-
readonly name?: string;
|
|
17
|
-
} & {
|
|
18
|
-
readonly otpEnabled: boolean;
|
|
19
|
-
}) | undefined;
|
|
20
|
-
} & {
|
|
21
|
-
readonly projects: readonly ({
|
|
22
|
-
readonly project: {
|
|
23
|
-
readonly id: string;
|
|
24
|
-
} & {
|
|
25
|
-
readonly name: string;
|
|
26
|
-
} & {
|
|
27
|
-
readonly slug: string;
|
|
28
|
-
} & {
|
|
29
|
-
readonly config: unknown;
|
|
30
|
-
};
|
|
31
|
-
} & {
|
|
32
|
-
readonly memberships: readonly ({
|
|
33
|
-
readonly role: string;
|
|
34
|
-
} & {
|
|
35
|
-
readonly variables: readonly ({
|
|
36
|
-
readonly name: string;
|
|
37
|
-
} & {
|
|
38
|
-
readonly values: ReadonlyArray<string>;
|
|
39
|
-
})[];
|
|
40
|
-
})[];
|
|
41
|
-
})[];
|
|
42
|
-
} & {
|
|
43
|
-
readonly permissions?: ({
|
|
44
|
-
readonly canCreateProject: boolean;
|
|
45
|
-
} & {
|
|
46
|
-
readonly canDeployEntrypoint: boolean;
|
|
47
|
-
}) | undefined;
|
|
48
|
-
}, {}>;
|
|
49
|
-
export type MeQueryData = ModelType<typeof identityFragment>;
|
|
50
|
-
export declare const useMeQuery: (options?: TenantApiOptions) => ({}: {}) => Promise<MeQueryData>;
|
|
51
|
-
export {};
|
|
52
|
-
//# sourceMappingURL=useMeQuery.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useMeQuery.d.ts","sourceRoot":"","sources":["../../../../src/hooks/queries/useMeQuery.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,kCAAkC,CAAA;AAC7D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AACjD,OAAO,EAAE,gBAAgB,EAAgB,MAAM,iBAAiB,CAAA;AAGhE,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAQ8B,CAAA;AAEpD,MAAM,MAAM,WAAW,GAAG,SAAS,CAAC,OAAO,gBAAgB,CAAC,CAAA;AAE5D,eAAO,MAAM,UAAU,GAAI,UAAS,gBAAqB,UAE1B,EAAE,KAAG,OAAO,CAAC,WAAW,CAGtD,CAAA"}
|