@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.
Files changed (781) hide show
  1. package/package.json +12 -12
  2. package/src/components/IdentityProvider.tsx +0 -2
  3. package/src/components/forms/ChangeMyPasswordForm.tsx +0 -1
  4. package/src/components/forms/LoginForm.tsx +2 -2
  5. package/src/components/forms/OtpConfirmForm.tsx +1 -2
  6. package/src/components/forms/OtpPrepareForm.tsx +1 -3
  7. package/src/components/forms/PasswordResetForm.tsx +0 -1
  8. package/src/components/forms/PasswordResetRequestForm.tsx +0 -3
  9. package/src/components/forms/PasswordlessSignInForm.tsx +12 -9
  10. package/src/components/forms/PasswordlessSignInInitForm.tsx +6 -3
  11. package/src/components/forms/TenantForm.tsx +14 -10
  12. package/src/components/forms/UpdateProjectMemberForm.tsx +2 -2
  13. package/src/components/idp/IDP.tsx +5 -5
  14. package/src/components/idp/IDPInitTrigger.tsx +1 -3
  15. package/src/components/triggers/DisableOtpTrigger.tsx +2 -1
  16. package/src/components/triggers/RemoveProjectMemberTrigger.tsx +0 -1
  17. package/src/components/triggers/TenantActionTrigger.tsx +4 -2
  18. package/src/contexts.ts +0 -2
  19. package/src/hooks/mutations/apiKey/useDisableApiKeyMutation.tsx +0 -1
  20. package/src/hooks/mutations/auth/useSignInMutation.ts +0 -1
  21. package/src/hooks/mutations/idp/useInitSignInIDPMutation.ts +5 -2
  22. package/src/hooks/mutations/idp/useSignInIdpMutation.ts +6 -4
  23. package/src/hooks/mutations/otp/useConfirmOtpMutation.ts +5 -5
  24. package/src/hooks/mutations/otp/usePrepareOtpMutation.ts +0 -1
  25. package/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.ts +0 -1
  26. package/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.ts +0 -1
  27. package/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.ts +0 -1
  28. package/src/hooks/mutations/profile/useChangeMyProfile.ts +2 -2
  29. package/src/hooks/mutations/profile/useChangeProfile.ts +2 -2
  30. package/src/hooks/queries/useMeQuery.ts +5 -4
  31. package/src/hooks/queries/useProjectMembersQuery.ts +19 -14
  32. package/src/hooks/queries/useProjectMembershipsQuery.ts +0 -1
  33. package/src/hooks/queries/useProjectRolesDefinitionQuery.ts +1 -2
  34. package/src/hooks/useFetchIdentity.ts +4 -1
  35. package/src/hooks/usePasswordlessOtpActivator.ts +4 -3
  36. package/src/hooks/useTenantApi.ts +0 -1
  37. package/src/hooks/useTenantMutation.ts +8 -6
  38. package/src/hooks/useTenantQueryLoader.ts +4 -3
  39. package/src/internal/hooks/useHandleIDPResponse.ts +6 -3
  40. package/src/internal/hooks/useIDPAutoInit.ts +0 -1
  41. package/src/internal/hooks/useIDPStateStore.ts +1 -1
  42. package/src/internal/hooks/useInitIDPRedirect.ts +4 -3
  43. package/src/internal/hooks/useLogoutInternal.ts +1 -1
  44. package/src/internal/hooks/useRedirectToBacklink.ts +11 -5
  45. package/src/internal/utils/randomInt.ts +0 -1
  46. package/src/types/idp.ts +0 -1
  47. package/dist/development/index.cjs +0 -159
  48. package/dist/development/index.cjs.map +0 -1
  49. package/dist/development/index.js +0 -159
  50. package/dist/development/index.js.map +0 -1
  51. package/dist/development/src/components/IdentityProvider.cjs +0 -38
  52. package/dist/development/src/components/IdentityProvider.cjs.map +0 -1
  53. package/dist/development/src/components/IdentityProvider.js +0 -38
  54. package/dist/development/src/components/IdentityProvider.js.map +0 -1
  55. package/dist/development/src/components/IdentityState.cjs +0 -14
  56. package/dist/development/src/components/IdentityState.cjs.map +0 -1
  57. package/dist/development/src/components/IdentityState.js +0 -14
  58. package/dist/development/src/components/IdentityState.js.map +0 -1
  59. package/dist/development/src/components/forms/ChangeMyPasswordForm.cjs +0 -59
  60. package/dist/development/src/components/forms/ChangeMyPasswordForm.cjs.map +0 -1
  61. package/dist/development/src/components/forms/ChangeMyPasswordForm.js +0 -59
  62. package/dist/development/src/components/forms/ChangeMyPasswordForm.js.map +0 -1
  63. package/dist/development/src/components/forms/CreateApiKeyForm.cjs +0 -57
  64. package/dist/development/src/components/forms/CreateApiKeyForm.cjs.map +0 -1
  65. package/dist/development/src/components/forms/CreateApiKeyForm.js +0 -57
  66. package/dist/development/src/components/forms/CreateApiKeyForm.js.map +0 -1
  67. package/dist/development/src/components/forms/CreateSessionTokenForm.cjs +0 -50
  68. package/dist/development/src/components/forms/CreateSessionTokenForm.cjs.map +0 -1
  69. package/dist/development/src/components/forms/CreateSessionTokenForm.js +0 -50
  70. package/dist/development/src/components/forms/CreateSessionTokenForm.js.map +0 -1
  71. package/dist/development/src/components/forms/InviteForm.cjs +0 -62
  72. package/dist/development/src/components/forms/InviteForm.cjs.map +0 -1
  73. package/dist/development/src/components/forms/InviteForm.js +0 -62
  74. package/dist/development/src/components/forms/InviteForm.js.map +0 -1
  75. package/dist/development/src/components/forms/LoginForm.cjs +0 -85
  76. package/dist/development/src/components/forms/LoginForm.cjs.map +0 -1
  77. package/dist/development/src/components/forms/LoginForm.js +0 -85
  78. package/dist/development/src/components/forms/LoginForm.js.map +0 -1
  79. package/dist/development/src/components/forms/OtpConfirmForm.cjs +0 -49
  80. package/dist/development/src/components/forms/OtpConfirmForm.cjs.map +0 -1
  81. package/dist/development/src/components/forms/OtpConfirmForm.js +0 -49
  82. package/dist/development/src/components/forms/OtpConfirmForm.js.map +0 -1
  83. package/dist/development/src/components/forms/OtpPrepareForm.cjs +0 -36
  84. package/dist/development/src/components/forms/OtpPrepareForm.cjs.map +0 -1
  85. package/dist/development/src/components/forms/OtpPrepareForm.js +0 -36
  86. package/dist/development/src/components/forms/OtpPrepareForm.js.map +0 -1
  87. package/dist/development/src/components/forms/PasswordResetForm.cjs +0 -63
  88. package/dist/development/src/components/forms/PasswordResetForm.cjs.map +0 -1
  89. package/dist/development/src/components/forms/PasswordResetForm.js +0 -63
  90. package/dist/development/src/components/forms/PasswordResetForm.js.map +0 -1
  91. package/dist/development/src/components/forms/PasswordResetRequestForm.cjs +0 -49
  92. package/dist/development/src/components/forms/PasswordResetRequestForm.cjs.map +0 -1
  93. package/dist/development/src/components/forms/PasswordResetRequestForm.js +0 -49
  94. package/dist/development/src/components/forms/PasswordResetRequestForm.js.map +0 -1
  95. package/dist/development/src/components/forms/PasswordlessSignInForm.cjs +0 -79
  96. package/dist/development/src/components/forms/PasswordlessSignInForm.cjs.map +0 -1
  97. package/dist/development/src/components/forms/PasswordlessSignInForm.js +0 -79
  98. package/dist/development/src/components/forms/PasswordlessSignInForm.js.map +0 -1
  99. package/dist/development/src/components/forms/PasswordlessSignInInitForm.cjs +0 -54
  100. package/dist/development/src/components/forms/PasswordlessSignInInitForm.cjs.map +0 -1
  101. package/dist/development/src/components/forms/PasswordlessSignInInitForm.js +0 -54
  102. package/dist/development/src/components/forms/PasswordlessSignInInitForm.js.map +0 -1
  103. package/dist/development/src/components/forms/TenantForm.cjs +0 -91
  104. package/dist/development/src/components/forms/TenantForm.cjs.map +0 -1
  105. package/dist/development/src/components/forms/TenantForm.js +0 -91
  106. package/dist/development/src/components/forms/TenantForm.js.map +0 -1
  107. package/dist/development/src/components/forms/UpdateProjectMemberForm.cjs +0 -64
  108. package/dist/development/src/components/forms/UpdateProjectMemberForm.cjs.map +0 -1
  109. package/dist/development/src/components/forms/UpdateProjectMemberForm.js +0 -64
  110. package/dist/development/src/components/forms/UpdateProjectMemberForm.js.map +0 -1
  111. package/dist/development/src/components/idp/IDP.cjs +0 -56
  112. package/dist/development/src/components/idp/IDP.cjs.map +0 -1
  113. package/dist/development/src/components/idp/IDP.js +0 -56
  114. package/dist/development/src/components/idp/IDP.js.map +0 -1
  115. package/dist/development/src/components/idp/IDPInitTrigger.cjs +0 -16
  116. package/dist/development/src/components/idp/IDPInitTrigger.cjs.map +0 -1
  117. package/dist/development/src/components/idp/IDPInitTrigger.js +0 -16
  118. package/dist/development/src/components/idp/IDPInitTrigger.js.map +0 -1
  119. package/dist/development/src/components/idp/IDPState.cjs +0 -14
  120. package/dist/development/src/components/idp/IDPState.cjs.map +0 -1
  121. package/dist/development/src/components/idp/IDPState.js +0 -14
  122. package/dist/development/src/components/idp/IDPState.js.map +0 -1
  123. package/dist/development/src/components/triggers/DisableOtpTrigger.cjs +0 -32
  124. package/dist/development/src/components/triggers/DisableOtpTrigger.cjs.map +0 -1
  125. package/dist/development/src/components/triggers/DisableOtpTrigger.js +0 -32
  126. package/dist/development/src/components/triggers/DisableOtpTrigger.js.map +0 -1
  127. package/dist/development/src/components/triggers/LogoutTrigger.cjs +0 -16
  128. package/dist/development/src/components/triggers/LogoutTrigger.cjs.map +0 -1
  129. package/dist/development/src/components/triggers/LogoutTrigger.js +0 -16
  130. package/dist/development/src/components/triggers/LogoutTrigger.js.map +0 -1
  131. package/dist/development/src/components/triggers/RemoveProjectMemberTrigger.cjs +0 -17
  132. package/dist/development/src/components/triggers/RemoveProjectMemberTrigger.cjs.map +0 -1
  133. package/dist/development/src/components/triggers/RemoveProjectMemberTrigger.js +0 -17
  134. package/dist/development/src/components/triggers/RemoveProjectMemberTrigger.js.map +0 -1
  135. package/dist/development/src/components/triggers/TenantActionTrigger.cjs +0 -37
  136. package/dist/development/src/components/triggers/TenantActionTrigger.cjs.map +0 -1
  137. package/dist/development/src/components/triggers/TenantActionTrigger.js +0 -37
  138. package/dist/development/src/components/triggers/TenantActionTrigger.js.map +0 -1
  139. package/dist/development/src/consts.cjs +0 -5
  140. package/dist/development/src/consts.cjs.map +0 -1
  141. package/dist/development/src/consts.js +0 -5
  142. package/dist/development/src/consts.js.map +0 -1
  143. package/dist/development/src/contexts.cjs +0 -34
  144. package/dist/development/src/contexts.cjs.map +0 -1
  145. package/dist/development/src/contexts.js +0 -34
  146. package/dist/development/src/contexts.js.map +0 -1
  147. package/dist/development/src/hooks/mutations/apiKey/useCreateApiKeyMutation.cjs +0 -30
  148. package/dist/development/src/hooks/mutations/apiKey/useCreateApiKeyMutation.cjs.map +0 -1
  149. package/dist/development/src/hooks/mutations/apiKey/useCreateApiKeyMutation.js +0 -13
  150. package/dist/development/src/hooks/mutations/apiKey/useCreateApiKeyMutation.js.map +0 -1
  151. package/dist/development/src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.cjs +0 -30
  152. package/dist/development/src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.cjs.map +0 -1
  153. package/dist/development/src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.js +0 -13
  154. package/dist/development/src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.js.map +0 -1
  155. package/dist/development/src/hooks/mutations/apiKey/useCreateSessionTokenMutation.cjs +0 -30
  156. package/dist/development/src/hooks/mutations/apiKey/useCreateSessionTokenMutation.cjs.map +0 -1
  157. package/dist/development/src/hooks/mutations/apiKey/useCreateSessionTokenMutation.js +0 -13
  158. package/dist/development/src/hooks/mutations/apiKey/useCreateSessionTokenMutation.js.map +0 -1
  159. package/dist/development/src/hooks/mutations/apiKey/useDisableApiKeyMutation.cjs +0 -29
  160. package/dist/development/src/hooks/mutations/apiKey/useDisableApiKeyMutation.cjs.map +0 -1
  161. package/dist/development/src/hooks/mutations/apiKey/useDisableApiKeyMutation.js +0 -12
  162. package/dist/development/src/hooks/mutations/apiKey/useDisableApiKeyMutation.js.map +0 -1
  163. package/dist/development/src/hooks/mutations/auth/useChangeMyPasswordMutation.cjs +0 -29
  164. package/dist/development/src/hooks/mutations/auth/useChangeMyPasswordMutation.cjs.map +0 -1
  165. package/dist/development/src/hooks/mutations/auth/useChangeMyPasswordMutation.js +0 -12
  166. package/dist/development/src/hooks/mutations/auth/useChangeMyPasswordMutation.js.map +0 -1
  167. package/dist/development/src/hooks/mutations/auth/useSignInMutation.cjs +0 -33
  168. package/dist/development/src/hooks/mutations/auth/useSignInMutation.cjs.map +0 -1
  169. package/dist/development/src/hooks/mutations/auth/useSignInMutation.js +0 -16
  170. package/dist/development/src/hooks/mutations/auth/useSignInMutation.js.map +0 -1
  171. package/dist/development/src/hooks/mutations/auth/useSignOutMutation.cjs +0 -29
  172. package/dist/development/src/hooks/mutations/auth/useSignOutMutation.cjs.map +0 -1
  173. package/dist/development/src/hooks/mutations/auth/useSignOutMutation.js +0 -12
  174. package/dist/development/src/hooks/mutations/auth/useSignOutMutation.js.map +0 -1
  175. package/dist/development/src/hooks/mutations/idp/useInitSignInIDPMutation.cjs +0 -31
  176. package/dist/development/src/hooks/mutations/idp/useInitSignInIDPMutation.cjs.map +0 -1
  177. package/dist/development/src/hooks/mutations/idp/useInitSignInIDPMutation.js +0 -14
  178. package/dist/development/src/hooks/mutations/idp/useInitSignInIDPMutation.js.map +0 -1
  179. package/dist/development/src/hooks/mutations/idp/useSignInIdpMutation.cjs +0 -33
  180. package/dist/development/src/hooks/mutations/idp/useSignInIdpMutation.cjs.map +0 -1
  181. package/dist/development/src/hooks/mutations/idp/useSignInIdpMutation.js +0 -16
  182. package/dist/development/src/hooks/mutations/idp/useSignInIdpMutation.js.map +0 -1
  183. package/dist/development/src/hooks/mutations/invite/useInviteMutation.cjs +0 -30
  184. package/dist/development/src/hooks/mutations/invite/useInviteMutation.cjs.map +0 -1
  185. package/dist/development/src/hooks/mutations/invite/useInviteMutation.js +0 -13
  186. package/dist/development/src/hooks/mutations/invite/useInviteMutation.js.map +0 -1
  187. package/dist/development/src/hooks/mutations/memberships/useAddProjectMemberMutation.cjs +0 -29
  188. package/dist/development/src/hooks/mutations/memberships/useAddProjectMemberMutation.cjs.map +0 -1
  189. package/dist/development/src/hooks/mutations/memberships/useAddProjectMemberMutation.js +0 -12
  190. package/dist/development/src/hooks/mutations/memberships/useAddProjectMemberMutation.js.map +0 -1
  191. package/dist/development/src/hooks/mutations/memberships/useRemoveProjectMemberMutation.cjs +0 -29
  192. package/dist/development/src/hooks/mutations/memberships/useRemoveProjectMemberMutation.cjs.map +0 -1
  193. package/dist/development/src/hooks/mutations/memberships/useRemoveProjectMemberMutation.js +0 -12
  194. package/dist/development/src/hooks/mutations/memberships/useRemoveProjectMemberMutation.js.map +0 -1
  195. package/dist/development/src/hooks/mutations/memberships/useUpdateProjectMemberMutation.cjs +0 -29
  196. package/dist/development/src/hooks/mutations/memberships/useUpdateProjectMemberMutation.cjs.map +0 -1
  197. package/dist/development/src/hooks/mutations/memberships/useUpdateProjectMemberMutation.js +0 -12
  198. package/dist/development/src/hooks/mutations/memberships/useUpdateProjectMemberMutation.js.map +0 -1
  199. package/dist/development/src/hooks/mutations/otp/useConfirmOtpMutation.cjs +0 -29
  200. package/dist/development/src/hooks/mutations/otp/useConfirmOtpMutation.cjs.map +0 -1
  201. package/dist/development/src/hooks/mutations/otp/useConfirmOtpMutation.js +0 -12
  202. package/dist/development/src/hooks/mutations/otp/useConfirmOtpMutation.js.map +0 -1
  203. package/dist/development/src/hooks/mutations/otp/useDisableOtpMutation.cjs +0 -29
  204. package/dist/development/src/hooks/mutations/otp/useDisableOtpMutation.cjs.map +0 -1
  205. package/dist/development/src/hooks/mutations/otp/useDisableOtpMutation.js +0 -12
  206. package/dist/development/src/hooks/mutations/otp/useDisableOtpMutation.js.map +0 -1
  207. package/dist/development/src/hooks/mutations/otp/usePrepareOtpMutation.cjs +0 -30
  208. package/dist/development/src/hooks/mutations/otp/usePrepareOtpMutation.cjs.map +0 -1
  209. package/dist/development/src/hooks/mutations/otp/usePrepareOtpMutation.js +0 -13
  210. package/dist/development/src/hooks/mutations/otp/usePrepareOtpMutation.js.map +0 -1
  211. package/dist/development/src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.cjs +0 -32
  212. package/dist/development/src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.cjs.map +0 -1
  213. package/dist/development/src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.js +0 -15
  214. package/dist/development/src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.js.map +0 -1
  215. package/dist/development/src/hooks/mutations/passwordReset/useResetPasswordMutation.cjs +0 -32
  216. package/dist/development/src/hooks/mutations/passwordReset/useResetPasswordMutation.cjs.map +0 -1
  217. package/dist/development/src/hooks/mutations/passwordReset/useResetPasswordMutation.js +0 -15
  218. package/dist/development/src/hooks/mutations/passwordReset/useResetPasswordMutation.js.map +0 -1
  219. package/dist/development/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.cjs +0 -31
  220. package/dist/development/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.cjs.map +0 -1
  221. package/dist/development/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.js +0 -14
  222. package/dist/development/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.js.map +0 -1
  223. package/dist/development/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.cjs +0 -28
  224. package/dist/development/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.cjs.map +0 -1
  225. package/dist/development/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.js +0 -11
  226. package/dist/development/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.js.map +0 -1
  227. package/dist/development/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.cjs +0 -28
  228. package/dist/development/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.cjs.map +0 -1
  229. package/dist/development/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.js +0 -11
  230. package/dist/development/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.js.map +0 -1
  231. package/dist/development/src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.cjs +0 -32
  232. package/dist/development/src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.cjs.map +0 -1
  233. package/dist/development/src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.js +0 -15
  234. package/dist/development/src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.js.map +0 -1
  235. package/dist/development/src/hooks/mutations/passwordless/useSignInPasswordlessMutation.cjs +0 -32
  236. package/dist/development/src/hooks/mutations/passwordless/useSignInPasswordlessMutation.cjs.map +0 -1
  237. package/dist/development/src/hooks/mutations/passwordless/useSignInPasswordlessMutation.js +0 -15
  238. package/dist/development/src/hooks/mutations/passwordless/useSignInPasswordlessMutation.js.map +0 -1
  239. package/dist/development/src/hooks/mutations/profile/useChangeMyProfile.cjs +0 -29
  240. package/dist/development/src/hooks/mutations/profile/useChangeMyProfile.cjs.map +0 -1
  241. package/dist/development/src/hooks/mutations/profile/useChangeMyProfile.js +0 -12
  242. package/dist/development/src/hooks/mutations/profile/useChangeMyProfile.js.map +0 -1
  243. package/dist/development/src/hooks/mutations/profile/useChangeProfile.cjs +0 -29
  244. package/dist/development/src/hooks/mutations/profile/useChangeProfile.cjs.map +0 -1
  245. package/dist/development/src/hooks/mutations/profile/useChangeProfile.js +0 -12
  246. package/dist/development/src/hooks/mutations/profile/useChangeProfile.js.map +0 -1
  247. package/dist/development/src/hooks/queries/useMeQuery.cjs +0 -33
  248. package/dist/development/src/hooks/queries/useMeQuery.cjs.map +0 -1
  249. package/dist/development/src/hooks/queries/useMeQuery.js +0 -16
  250. package/dist/development/src/hooks/queries/useMeQuery.js.map +0 -1
  251. package/dist/development/src/hooks/queries/useProjectMembersQuery.cjs +0 -47
  252. package/dist/development/src/hooks/queries/useProjectMembersQuery.cjs.map +0 -1
  253. package/dist/development/src/hooks/queries/useProjectMembersQuery.js +0 -30
  254. package/dist/development/src/hooks/queries/useProjectMembersQuery.js.map +0 -1
  255. package/dist/development/src/hooks/queries/useProjectMembershipsQuery.cjs +0 -34
  256. package/dist/development/src/hooks/queries/useProjectMembershipsQuery.cjs.map +0 -1
  257. package/dist/development/src/hooks/queries/useProjectMembershipsQuery.js +0 -17
  258. package/dist/development/src/hooks/queries/useProjectMembershipsQuery.js.map +0 -1
  259. package/dist/development/src/hooks/queries/useProjectRolesDefinitionQuery.cjs +0 -36
  260. package/dist/development/src/hooks/queries/useProjectRolesDefinitionQuery.cjs.map +0 -1
  261. package/dist/development/src/hooks/queries/useProjectRolesDefinitionQuery.js +0 -19
  262. package/dist/development/src/hooks/queries/useProjectRolesDefinitionQuery.js.map +0 -1
  263. package/dist/development/src/hooks/useFetchIdentity.cjs +0 -52
  264. package/dist/development/src/hooks/useFetchIdentity.cjs.map +0 -1
  265. package/dist/development/src/hooks/useFetchIdentity.js +0 -52
  266. package/dist/development/src/hooks/useFetchIdentity.js.map +0 -1
  267. package/dist/development/src/hooks/useLogout.cjs +0 -10
  268. package/dist/development/src/hooks/useLogout.cjs.map +0 -1
  269. package/dist/development/src/hooks/useLogout.js +0 -10
  270. package/dist/development/src/hooks/useLogout.js.map +0 -1
  271. package/dist/development/src/hooks/usePasswordlessOtpActivator.cjs +0 -53
  272. package/dist/development/src/hooks/usePasswordlessOtpActivator.cjs.map +0 -1
  273. package/dist/development/src/hooks/usePasswordlessOtpActivator.js +0 -53
  274. package/dist/development/src/hooks/usePasswordlessOtpActivator.js.map +0 -1
  275. package/dist/development/src/hooks/useTenantApi.cjs +0 -36
  276. package/dist/development/src/hooks/useTenantApi.cjs.map +0 -1
  277. package/dist/development/src/hooks/useTenantApi.js +0 -36
  278. package/dist/development/src/hooks/useTenantApi.js.map +0 -1
  279. package/dist/development/src/hooks/useTenantMutation.cjs +0 -33
  280. package/dist/development/src/hooks/useTenantMutation.cjs.map +0 -1
  281. package/dist/development/src/hooks/useTenantMutation.js +0 -33
  282. package/dist/development/src/hooks/useTenantMutation.js.map +0 -1
  283. package/dist/development/src/hooks/useTenantQueryLoader.cjs +0 -36
  284. package/dist/development/src/hooks/useTenantQueryLoader.cjs.map +0 -1
  285. package/dist/development/src/hooks/useTenantQueryLoader.js +0 -36
  286. package/dist/development/src/hooks/useTenantQueryLoader.js.map +0 -1
  287. package/dist/development/src/internal/hooks/useHandleIDPResponse.cjs +0 -51
  288. package/dist/development/src/internal/hooks/useHandleIDPResponse.cjs.map +0 -1
  289. package/dist/development/src/internal/hooks/useHandleIDPResponse.js +0 -51
  290. package/dist/development/src/internal/hooks/useHandleIDPResponse.js.map +0 -1
  291. package/dist/development/src/internal/hooks/useIDPAutoInit.cjs +0 -19
  292. package/dist/development/src/internal/hooks/useIDPAutoInit.cjs.map +0 -1
  293. package/dist/development/src/internal/hooks/useIDPAutoInit.js +0 -19
  294. package/dist/development/src/internal/hooks/useIDPAutoInit.js.map +0 -1
  295. package/dist/development/src/internal/hooks/useIDPStateStore.cjs +0 -19
  296. package/dist/development/src/internal/hooks/useIDPStateStore.cjs.map +0 -1
  297. package/dist/development/src/internal/hooks/useIDPStateStore.js +0 -19
  298. package/dist/development/src/internal/hooks/useIDPStateStore.js.map +0 -1
  299. package/dist/development/src/internal/hooks/useInitIDPRedirect.cjs +0 -44
  300. package/dist/development/src/internal/hooks/useInitIDPRedirect.cjs.map +0 -1
  301. package/dist/development/src/internal/hooks/useInitIDPRedirect.js +0 -44
  302. package/dist/development/src/internal/hooks/useInitIDPRedirect.js.map +0 -1
  303. package/dist/development/src/internal/hooks/useLogoutInternal.cjs +0 -35
  304. package/dist/development/src/internal/hooks/useLogoutInternal.cjs.map +0 -1
  305. package/dist/development/src/internal/hooks/useLogoutInternal.js +0 -35
  306. package/dist/development/src/internal/hooks/useLogoutInternal.js.map +0 -1
  307. package/dist/development/src/internal/hooks/useRedirectToBacklink.cjs +0 -31
  308. package/dist/development/src/internal/hooks/useRedirectToBacklink.cjs.map +0 -1
  309. package/dist/development/src/internal/hooks/useRedirectToBacklink.js +0 -31
  310. package/dist/development/src/internal/hooks/useRedirectToBacklink.js.map +0 -1
  311. package/dist/development/src/internal/utils/getBaseHref.cjs +0 -8
  312. package/dist/development/src/internal/utils/getBaseHref.cjs.map +0 -1
  313. package/dist/development/src/internal/utils/getBaseHref.js +0 -8
  314. package/dist/development/src/internal/utils/getBaseHref.js.map +0 -1
  315. package/dist/development/src/internal/utils/hashing.cjs +0 -8
  316. package/dist/development/src/internal/utils/hashing.cjs.map +0 -1
  317. package/dist/development/src/internal/utils/hashing.js +0 -8
  318. package/dist/development/src/internal/utils/hashing.js.map +0 -1
  319. package/dist/development/src/internal/utils/randomInt.cjs +0 -29
  320. package/dist/development/src/internal/utils/randomInt.cjs.map +0 -1
  321. package/dist/development/src/internal/utils/randomInt.js +0 -29
  322. package/dist/development/src/internal/utils/randomInt.js.map +0 -1
  323. package/dist/production/index.cjs +0 -159
  324. package/dist/production/index.cjs.map +0 -1
  325. package/dist/production/index.js +0 -159
  326. package/dist/production/index.js.map +0 -1
  327. package/dist/production/src/components/IdentityProvider.cjs +0 -26
  328. package/dist/production/src/components/IdentityProvider.cjs.map +0 -1
  329. package/dist/production/src/components/IdentityProvider.js +0 -26
  330. package/dist/production/src/components/IdentityProvider.js.map +0 -1
  331. package/dist/production/src/components/IdentityState.cjs +0 -10
  332. package/dist/production/src/components/IdentityState.cjs.map +0 -1
  333. package/dist/production/src/components/IdentityState.js +0 -10
  334. package/dist/production/src/components/IdentityState.js.map +0 -1
  335. package/dist/production/src/components/forms/ChangeMyPasswordForm.cjs +0 -51
  336. package/dist/production/src/components/forms/ChangeMyPasswordForm.cjs.map +0 -1
  337. package/dist/production/src/components/forms/ChangeMyPasswordForm.js +0 -51
  338. package/dist/production/src/components/forms/ChangeMyPasswordForm.js.map +0 -1
  339. package/dist/production/src/components/forms/CreateApiKeyForm.cjs +0 -49
  340. package/dist/production/src/components/forms/CreateApiKeyForm.cjs.map +0 -1
  341. package/dist/production/src/components/forms/CreateApiKeyForm.js +0 -49
  342. package/dist/production/src/components/forms/CreateApiKeyForm.js.map +0 -1
  343. package/dist/production/src/components/forms/CreateSessionTokenForm.cjs +0 -42
  344. package/dist/production/src/components/forms/CreateSessionTokenForm.cjs.map +0 -1
  345. package/dist/production/src/components/forms/CreateSessionTokenForm.js +0 -42
  346. package/dist/production/src/components/forms/CreateSessionTokenForm.js.map +0 -1
  347. package/dist/production/src/components/forms/InviteForm.cjs +0 -54
  348. package/dist/production/src/components/forms/InviteForm.cjs.map +0 -1
  349. package/dist/production/src/components/forms/InviteForm.js +0 -54
  350. package/dist/production/src/components/forms/InviteForm.js.map +0 -1
  351. package/dist/production/src/components/forms/LoginForm.cjs +0 -77
  352. package/dist/production/src/components/forms/LoginForm.cjs.map +0 -1
  353. package/dist/production/src/components/forms/LoginForm.js +0 -77
  354. package/dist/production/src/components/forms/LoginForm.js.map +0 -1
  355. package/dist/production/src/components/forms/OtpConfirmForm.cjs +0 -41
  356. package/dist/production/src/components/forms/OtpConfirmForm.cjs.map +0 -1
  357. package/dist/production/src/components/forms/OtpConfirmForm.js +0 -41
  358. package/dist/production/src/components/forms/OtpConfirmForm.js.map +0 -1
  359. package/dist/production/src/components/forms/OtpPrepareForm.cjs +0 -28
  360. package/dist/production/src/components/forms/OtpPrepareForm.cjs.map +0 -1
  361. package/dist/production/src/components/forms/OtpPrepareForm.js +0 -28
  362. package/dist/production/src/components/forms/OtpPrepareForm.js.map +0 -1
  363. package/dist/production/src/components/forms/PasswordResetForm.cjs +0 -55
  364. package/dist/production/src/components/forms/PasswordResetForm.cjs.map +0 -1
  365. package/dist/production/src/components/forms/PasswordResetForm.js +0 -55
  366. package/dist/production/src/components/forms/PasswordResetForm.js.map +0 -1
  367. package/dist/production/src/components/forms/PasswordResetRequestForm.cjs +0 -41
  368. package/dist/production/src/components/forms/PasswordResetRequestForm.cjs.map +0 -1
  369. package/dist/production/src/components/forms/PasswordResetRequestForm.js +0 -41
  370. package/dist/production/src/components/forms/PasswordResetRequestForm.js.map +0 -1
  371. package/dist/production/src/components/forms/PasswordlessSignInForm.cjs +0 -71
  372. package/dist/production/src/components/forms/PasswordlessSignInForm.cjs.map +0 -1
  373. package/dist/production/src/components/forms/PasswordlessSignInForm.js +0 -71
  374. package/dist/production/src/components/forms/PasswordlessSignInForm.js.map +0 -1
  375. package/dist/production/src/components/forms/PasswordlessSignInInitForm.cjs +0 -46
  376. package/dist/production/src/components/forms/PasswordlessSignInInitForm.cjs.map +0 -1
  377. package/dist/production/src/components/forms/PasswordlessSignInInitForm.js +0 -46
  378. package/dist/production/src/components/forms/PasswordlessSignInInitForm.js.map +0 -1
  379. package/dist/production/src/components/forms/TenantForm.cjs +0 -83
  380. package/dist/production/src/components/forms/TenantForm.cjs.map +0 -1
  381. package/dist/production/src/components/forms/TenantForm.js +0 -83
  382. package/dist/production/src/components/forms/TenantForm.js.map +0 -1
  383. package/dist/production/src/components/forms/UpdateProjectMemberForm.cjs +0 -56
  384. package/dist/production/src/components/forms/UpdateProjectMemberForm.cjs.map +0 -1
  385. package/dist/production/src/components/forms/UpdateProjectMemberForm.js +0 -56
  386. package/dist/production/src/components/forms/UpdateProjectMemberForm.js.map +0 -1
  387. package/dist/production/src/components/idp/IDP.cjs +0 -48
  388. package/dist/production/src/components/idp/IDP.cjs.map +0 -1
  389. package/dist/production/src/components/idp/IDP.js +0 -48
  390. package/dist/production/src/components/idp/IDP.js.map +0 -1
  391. package/dist/production/src/components/idp/IDPInitTrigger.cjs +0 -12
  392. package/dist/production/src/components/idp/IDPInitTrigger.cjs.map +0 -1
  393. package/dist/production/src/components/idp/IDPInitTrigger.js +0 -12
  394. package/dist/production/src/components/idp/IDPInitTrigger.js.map +0 -1
  395. package/dist/production/src/components/idp/IDPState.cjs +0 -10
  396. package/dist/production/src/components/idp/IDPState.cjs.map +0 -1
  397. package/dist/production/src/components/idp/IDPState.js +0 -10
  398. package/dist/production/src/components/idp/IDPState.js.map +0 -1
  399. package/dist/production/src/components/triggers/DisableOtpTrigger.cjs +0 -24
  400. package/dist/production/src/components/triggers/DisableOtpTrigger.cjs.map +0 -1
  401. package/dist/production/src/components/triggers/DisableOtpTrigger.js +0 -24
  402. package/dist/production/src/components/triggers/DisableOtpTrigger.js.map +0 -1
  403. package/dist/production/src/components/triggers/LogoutTrigger.cjs +0 -12
  404. package/dist/production/src/components/triggers/LogoutTrigger.cjs.map +0 -1
  405. package/dist/production/src/components/triggers/LogoutTrigger.js +0 -12
  406. package/dist/production/src/components/triggers/LogoutTrigger.js.map +0 -1
  407. package/dist/production/src/components/triggers/RemoveProjectMemberTrigger.cjs +0 -13
  408. package/dist/production/src/components/triggers/RemoveProjectMemberTrigger.cjs.map +0 -1
  409. package/dist/production/src/components/triggers/RemoveProjectMemberTrigger.js +0 -13
  410. package/dist/production/src/components/triggers/RemoveProjectMemberTrigger.js.map +0 -1
  411. package/dist/production/src/components/triggers/TenantActionTrigger.cjs +0 -33
  412. package/dist/production/src/components/triggers/TenantActionTrigger.cjs.map +0 -1
  413. package/dist/production/src/components/triggers/TenantActionTrigger.js +0 -33
  414. package/dist/production/src/components/triggers/TenantActionTrigger.js.map +0 -1
  415. package/dist/production/src/consts.cjs +0 -5
  416. package/dist/production/src/consts.cjs.map +0 -1
  417. package/dist/production/src/consts.js +0 -5
  418. package/dist/production/src/consts.js.map +0 -1
  419. package/dist/production/src/contexts.cjs +0 -34
  420. package/dist/production/src/contexts.cjs.map +0 -1
  421. package/dist/production/src/contexts.js +0 -34
  422. package/dist/production/src/contexts.js.map +0 -1
  423. package/dist/production/src/hooks/mutations/apiKey/useCreateApiKeyMutation.cjs +0 -30
  424. package/dist/production/src/hooks/mutations/apiKey/useCreateApiKeyMutation.cjs.map +0 -1
  425. package/dist/production/src/hooks/mutations/apiKey/useCreateApiKeyMutation.js +0 -13
  426. package/dist/production/src/hooks/mutations/apiKey/useCreateApiKeyMutation.js.map +0 -1
  427. package/dist/production/src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.cjs +0 -30
  428. package/dist/production/src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.cjs.map +0 -1
  429. package/dist/production/src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.js +0 -13
  430. package/dist/production/src/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.js.map +0 -1
  431. package/dist/production/src/hooks/mutations/apiKey/useCreateSessionTokenMutation.cjs +0 -30
  432. package/dist/production/src/hooks/mutations/apiKey/useCreateSessionTokenMutation.cjs.map +0 -1
  433. package/dist/production/src/hooks/mutations/apiKey/useCreateSessionTokenMutation.js +0 -13
  434. package/dist/production/src/hooks/mutations/apiKey/useCreateSessionTokenMutation.js.map +0 -1
  435. package/dist/production/src/hooks/mutations/apiKey/useDisableApiKeyMutation.cjs +0 -29
  436. package/dist/production/src/hooks/mutations/apiKey/useDisableApiKeyMutation.cjs.map +0 -1
  437. package/dist/production/src/hooks/mutations/apiKey/useDisableApiKeyMutation.js +0 -12
  438. package/dist/production/src/hooks/mutations/apiKey/useDisableApiKeyMutation.js.map +0 -1
  439. package/dist/production/src/hooks/mutations/auth/useChangeMyPasswordMutation.cjs +0 -29
  440. package/dist/production/src/hooks/mutations/auth/useChangeMyPasswordMutation.cjs.map +0 -1
  441. package/dist/production/src/hooks/mutations/auth/useChangeMyPasswordMutation.js +0 -12
  442. package/dist/production/src/hooks/mutations/auth/useChangeMyPasswordMutation.js.map +0 -1
  443. package/dist/production/src/hooks/mutations/auth/useSignInMutation.cjs +0 -33
  444. package/dist/production/src/hooks/mutations/auth/useSignInMutation.cjs.map +0 -1
  445. package/dist/production/src/hooks/mutations/auth/useSignInMutation.js +0 -16
  446. package/dist/production/src/hooks/mutations/auth/useSignInMutation.js.map +0 -1
  447. package/dist/production/src/hooks/mutations/auth/useSignOutMutation.cjs +0 -29
  448. package/dist/production/src/hooks/mutations/auth/useSignOutMutation.cjs.map +0 -1
  449. package/dist/production/src/hooks/mutations/auth/useSignOutMutation.js +0 -12
  450. package/dist/production/src/hooks/mutations/auth/useSignOutMutation.js.map +0 -1
  451. package/dist/production/src/hooks/mutations/idp/useInitSignInIDPMutation.cjs +0 -31
  452. package/dist/production/src/hooks/mutations/idp/useInitSignInIDPMutation.cjs.map +0 -1
  453. package/dist/production/src/hooks/mutations/idp/useInitSignInIDPMutation.js +0 -14
  454. package/dist/production/src/hooks/mutations/idp/useInitSignInIDPMutation.js.map +0 -1
  455. package/dist/production/src/hooks/mutations/idp/useSignInIdpMutation.cjs +0 -33
  456. package/dist/production/src/hooks/mutations/idp/useSignInIdpMutation.cjs.map +0 -1
  457. package/dist/production/src/hooks/mutations/idp/useSignInIdpMutation.js +0 -16
  458. package/dist/production/src/hooks/mutations/idp/useSignInIdpMutation.js.map +0 -1
  459. package/dist/production/src/hooks/mutations/invite/useInviteMutation.cjs +0 -30
  460. package/dist/production/src/hooks/mutations/invite/useInviteMutation.cjs.map +0 -1
  461. package/dist/production/src/hooks/mutations/invite/useInviteMutation.js +0 -13
  462. package/dist/production/src/hooks/mutations/invite/useInviteMutation.js.map +0 -1
  463. package/dist/production/src/hooks/mutations/memberships/useAddProjectMemberMutation.cjs +0 -29
  464. package/dist/production/src/hooks/mutations/memberships/useAddProjectMemberMutation.cjs.map +0 -1
  465. package/dist/production/src/hooks/mutations/memberships/useAddProjectMemberMutation.js +0 -12
  466. package/dist/production/src/hooks/mutations/memberships/useAddProjectMemberMutation.js.map +0 -1
  467. package/dist/production/src/hooks/mutations/memberships/useRemoveProjectMemberMutation.cjs +0 -29
  468. package/dist/production/src/hooks/mutations/memberships/useRemoveProjectMemberMutation.cjs.map +0 -1
  469. package/dist/production/src/hooks/mutations/memberships/useRemoveProjectMemberMutation.js +0 -12
  470. package/dist/production/src/hooks/mutations/memberships/useRemoveProjectMemberMutation.js.map +0 -1
  471. package/dist/production/src/hooks/mutations/memberships/useUpdateProjectMemberMutation.cjs +0 -29
  472. package/dist/production/src/hooks/mutations/memberships/useUpdateProjectMemberMutation.cjs.map +0 -1
  473. package/dist/production/src/hooks/mutations/memberships/useUpdateProjectMemberMutation.js +0 -12
  474. package/dist/production/src/hooks/mutations/memberships/useUpdateProjectMemberMutation.js.map +0 -1
  475. package/dist/production/src/hooks/mutations/otp/useConfirmOtpMutation.cjs +0 -29
  476. package/dist/production/src/hooks/mutations/otp/useConfirmOtpMutation.cjs.map +0 -1
  477. package/dist/production/src/hooks/mutations/otp/useConfirmOtpMutation.js +0 -12
  478. package/dist/production/src/hooks/mutations/otp/useConfirmOtpMutation.js.map +0 -1
  479. package/dist/production/src/hooks/mutations/otp/useDisableOtpMutation.cjs +0 -29
  480. package/dist/production/src/hooks/mutations/otp/useDisableOtpMutation.cjs.map +0 -1
  481. package/dist/production/src/hooks/mutations/otp/useDisableOtpMutation.js +0 -12
  482. package/dist/production/src/hooks/mutations/otp/useDisableOtpMutation.js.map +0 -1
  483. package/dist/production/src/hooks/mutations/otp/usePrepareOtpMutation.cjs +0 -30
  484. package/dist/production/src/hooks/mutations/otp/usePrepareOtpMutation.cjs.map +0 -1
  485. package/dist/production/src/hooks/mutations/otp/usePrepareOtpMutation.js +0 -13
  486. package/dist/production/src/hooks/mutations/otp/usePrepareOtpMutation.js.map +0 -1
  487. package/dist/production/src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.cjs +0 -32
  488. package/dist/production/src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.cjs.map +0 -1
  489. package/dist/production/src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.js +0 -15
  490. package/dist/production/src/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.js.map +0 -1
  491. package/dist/production/src/hooks/mutations/passwordReset/useResetPasswordMutation.cjs +0 -32
  492. package/dist/production/src/hooks/mutations/passwordReset/useResetPasswordMutation.cjs.map +0 -1
  493. package/dist/production/src/hooks/mutations/passwordReset/useResetPasswordMutation.js +0 -15
  494. package/dist/production/src/hooks/mutations/passwordReset/useResetPasswordMutation.js.map +0 -1
  495. package/dist/production/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.cjs +0 -31
  496. package/dist/production/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.cjs.map +0 -1
  497. package/dist/production/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.js +0 -14
  498. package/dist/production/src/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.js.map +0 -1
  499. package/dist/production/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.cjs +0 -28
  500. package/dist/production/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.cjs.map +0 -1
  501. package/dist/production/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.js +0 -11
  502. package/dist/production/src/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.js.map +0 -1
  503. package/dist/production/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.cjs +0 -28
  504. package/dist/production/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.cjs.map +0 -1
  505. package/dist/production/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.js +0 -11
  506. package/dist/production/src/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.js.map +0 -1
  507. package/dist/production/src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.cjs +0 -32
  508. package/dist/production/src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.cjs.map +0 -1
  509. package/dist/production/src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.js +0 -15
  510. package/dist/production/src/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.js.map +0 -1
  511. package/dist/production/src/hooks/mutations/passwordless/useSignInPasswordlessMutation.cjs +0 -32
  512. package/dist/production/src/hooks/mutations/passwordless/useSignInPasswordlessMutation.cjs.map +0 -1
  513. package/dist/production/src/hooks/mutations/passwordless/useSignInPasswordlessMutation.js +0 -15
  514. package/dist/production/src/hooks/mutations/passwordless/useSignInPasswordlessMutation.js.map +0 -1
  515. package/dist/production/src/hooks/mutations/profile/useChangeMyProfile.cjs +0 -29
  516. package/dist/production/src/hooks/mutations/profile/useChangeMyProfile.cjs.map +0 -1
  517. package/dist/production/src/hooks/mutations/profile/useChangeMyProfile.js +0 -12
  518. package/dist/production/src/hooks/mutations/profile/useChangeMyProfile.js.map +0 -1
  519. package/dist/production/src/hooks/mutations/profile/useChangeProfile.cjs +0 -29
  520. package/dist/production/src/hooks/mutations/profile/useChangeProfile.cjs.map +0 -1
  521. package/dist/production/src/hooks/mutations/profile/useChangeProfile.js +0 -12
  522. package/dist/production/src/hooks/mutations/profile/useChangeProfile.js.map +0 -1
  523. package/dist/production/src/hooks/queries/useMeQuery.cjs +0 -33
  524. package/dist/production/src/hooks/queries/useMeQuery.cjs.map +0 -1
  525. package/dist/production/src/hooks/queries/useMeQuery.js +0 -16
  526. package/dist/production/src/hooks/queries/useMeQuery.js.map +0 -1
  527. package/dist/production/src/hooks/queries/useProjectMembersQuery.cjs +0 -47
  528. package/dist/production/src/hooks/queries/useProjectMembersQuery.cjs.map +0 -1
  529. package/dist/production/src/hooks/queries/useProjectMembersQuery.js +0 -30
  530. package/dist/production/src/hooks/queries/useProjectMembersQuery.js.map +0 -1
  531. package/dist/production/src/hooks/queries/useProjectMembershipsQuery.cjs +0 -34
  532. package/dist/production/src/hooks/queries/useProjectMembershipsQuery.cjs.map +0 -1
  533. package/dist/production/src/hooks/queries/useProjectMembershipsQuery.js +0 -17
  534. package/dist/production/src/hooks/queries/useProjectMembershipsQuery.js.map +0 -1
  535. package/dist/production/src/hooks/queries/useProjectRolesDefinitionQuery.cjs +0 -36
  536. package/dist/production/src/hooks/queries/useProjectRolesDefinitionQuery.cjs.map +0 -1
  537. package/dist/production/src/hooks/queries/useProjectRolesDefinitionQuery.js +0 -19
  538. package/dist/production/src/hooks/queries/useProjectRolesDefinitionQuery.js.map +0 -1
  539. package/dist/production/src/hooks/useFetchIdentity.cjs +0 -52
  540. package/dist/production/src/hooks/useFetchIdentity.cjs.map +0 -1
  541. package/dist/production/src/hooks/useFetchIdentity.js +0 -52
  542. package/dist/production/src/hooks/useFetchIdentity.js.map +0 -1
  543. package/dist/production/src/hooks/useLogout.cjs +0 -10
  544. package/dist/production/src/hooks/useLogout.cjs.map +0 -1
  545. package/dist/production/src/hooks/useLogout.js +0 -10
  546. package/dist/production/src/hooks/useLogout.js.map +0 -1
  547. package/dist/production/src/hooks/usePasswordlessOtpActivator.cjs +0 -53
  548. package/dist/production/src/hooks/usePasswordlessOtpActivator.cjs.map +0 -1
  549. package/dist/production/src/hooks/usePasswordlessOtpActivator.js +0 -53
  550. package/dist/production/src/hooks/usePasswordlessOtpActivator.js.map +0 -1
  551. package/dist/production/src/hooks/useTenantApi.cjs +0 -36
  552. package/dist/production/src/hooks/useTenantApi.cjs.map +0 -1
  553. package/dist/production/src/hooks/useTenantApi.js +0 -36
  554. package/dist/production/src/hooks/useTenantApi.js.map +0 -1
  555. package/dist/production/src/hooks/useTenantMutation.cjs +0 -33
  556. package/dist/production/src/hooks/useTenantMutation.cjs.map +0 -1
  557. package/dist/production/src/hooks/useTenantMutation.js +0 -33
  558. package/dist/production/src/hooks/useTenantMutation.js.map +0 -1
  559. package/dist/production/src/hooks/useTenantQueryLoader.cjs +0 -36
  560. package/dist/production/src/hooks/useTenantQueryLoader.cjs.map +0 -1
  561. package/dist/production/src/hooks/useTenantQueryLoader.js +0 -36
  562. package/dist/production/src/hooks/useTenantQueryLoader.js.map +0 -1
  563. package/dist/production/src/internal/hooks/useHandleIDPResponse.cjs +0 -51
  564. package/dist/production/src/internal/hooks/useHandleIDPResponse.cjs.map +0 -1
  565. package/dist/production/src/internal/hooks/useHandleIDPResponse.js +0 -51
  566. package/dist/production/src/internal/hooks/useHandleIDPResponse.js.map +0 -1
  567. package/dist/production/src/internal/hooks/useIDPAutoInit.cjs +0 -19
  568. package/dist/production/src/internal/hooks/useIDPAutoInit.cjs.map +0 -1
  569. package/dist/production/src/internal/hooks/useIDPAutoInit.js +0 -19
  570. package/dist/production/src/internal/hooks/useIDPAutoInit.js.map +0 -1
  571. package/dist/production/src/internal/hooks/useIDPStateStore.cjs +0 -19
  572. package/dist/production/src/internal/hooks/useIDPStateStore.cjs.map +0 -1
  573. package/dist/production/src/internal/hooks/useIDPStateStore.js +0 -19
  574. package/dist/production/src/internal/hooks/useIDPStateStore.js.map +0 -1
  575. package/dist/production/src/internal/hooks/useInitIDPRedirect.cjs +0 -44
  576. package/dist/production/src/internal/hooks/useInitIDPRedirect.cjs.map +0 -1
  577. package/dist/production/src/internal/hooks/useInitIDPRedirect.js +0 -44
  578. package/dist/production/src/internal/hooks/useInitIDPRedirect.js.map +0 -1
  579. package/dist/production/src/internal/hooks/useLogoutInternal.cjs +0 -35
  580. package/dist/production/src/internal/hooks/useLogoutInternal.cjs.map +0 -1
  581. package/dist/production/src/internal/hooks/useLogoutInternal.js +0 -35
  582. package/dist/production/src/internal/hooks/useLogoutInternal.js.map +0 -1
  583. package/dist/production/src/internal/hooks/useRedirectToBacklink.cjs +0 -31
  584. package/dist/production/src/internal/hooks/useRedirectToBacklink.cjs.map +0 -1
  585. package/dist/production/src/internal/hooks/useRedirectToBacklink.js +0 -31
  586. package/dist/production/src/internal/hooks/useRedirectToBacklink.js.map +0 -1
  587. package/dist/production/src/internal/utils/getBaseHref.cjs +0 -8
  588. package/dist/production/src/internal/utils/getBaseHref.cjs.map +0 -1
  589. package/dist/production/src/internal/utils/getBaseHref.js +0 -8
  590. package/dist/production/src/internal/utils/getBaseHref.js.map +0 -1
  591. package/dist/production/src/internal/utils/hashing.cjs +0 -8
  592. package/dist/production/src/internal/utils/hashing.cjs.map +0 -1
  593. package/dist/production/src/internal/utils/hashing.js +0 -8
  594. package/dist/production/src/internal/utils/hashing.js.map +0 -1
  595. package/dist/production/src/internal/utils/randomInt.cjs +0 -29
  596. package/dist/production/src/internal/utils/randomInt.cjs.map +0 -1
  597. package/dist/production/src/internal/utils/randomInt.js +0 -29
  598. package/dist/production/src/internal/utils/randomInt.js.map +0 -1
  599. package/dist/types/components/IdentityProvider.d.ts +0 -6
  600. package/dist/types/components/IdentityProvider.d.ts.map +0 -1
  601. package/dist/types/components/IdentityState.d.ts +0 -8
  602. package/dist/types/components/IdentityState.d.ts.map +0 -1
  603. package/dist/types/components/forms/ChangeMyPasswordForm.d.ts +0 -19
  604. package/dist/types/components/forms/ChangeMyPasswordForm.d.ts.map +0 -1
  605. package/dist/types/components/forms/CreateApiKeyForm.d.ts +0 -23
  606. package/dist/types/components/forms/CreateApiKeyForm.d.ts.map +0 -1
  607. package/dist/types/components/forms/CreateSessionTokenForm.d.ts +0 -22
  608. package/dist/types/components/forms/CreateSessionTokenForm.d.ts.map +0 -1
  609. package/dist/types/components/forms/InviteForm.d.ts +0 -25
  610. package/dist/types/components/forms/InviteForm.d.ts.map +0 -1
  611. package/dist/types/components/forms/LoginForm.d.ts +0 -20
  612. package/dist/types/components/forms/LoginForm.d.ts.map +0 -1
  613. package/dist/types/components/forms/OtpConfirmForm.d.ts +0 -17
  614. package/dist/types/components/forms/OtpConfirmForm.d.ts.map +0 -1
  615. package/dist/types/components/forms/OtpPrepareForm.d.ts +0 -19
  616. package/dist/types/components/forms/OtpPrepareForm.d.ts.map +0 -1
  617. package/dist/types/components/forms/PasswordResetForm.d.ts +0 -20
  618. package/dist/types/components/forms/PasswordResetForm.d.ts.map +0 -1
  619. package/dist/types/components/forms/PasswordResetRequestForm.d.ts +0 -17
  620. package/dist/types/components/forms/PasswordResetRequestForm.d.ts.map +0 -1
  621. package/dist/types/components/forms/PasswordlessSignInForm.d.ts +0 -22
  622. package/dist/types/components/forms/PasswordlessSignInForm.d.ts.map +0 -1
  623. package/dist/types/components/forms/PasswordlessSignInInitForm.d.ts +0 -20
  624. package/dist/types/components/forms/PasswordlessSignInInitForm.d.ts.map +0 -1
  625. package/dist/types/components/forms/TenantForm.d.ts +0 -37
  626. package/dist/types/components/forms/TenantForm.d.ts.map +0 -1
  627. package/dist/types/components/forms/UpdateProjectMemberForm.d.ts +0 -19
  628. package/dist/types/components/forms/UpdateProjectMemberForm.d.ts.map +0 -1
  629. package/dist/types/components/forms/index.d.ts +0 -13
  630. package/dist/types/components/forms/index.d.ts.map +0 -1
  631. package/dist/types/components/idp/IDP.d.ts +0 -10
  632. package/dist/types/components/idp/IDP.d.ts.map +0 -1
  633. package/dist/types/components/idp/IDPInitTrigger.d.ts +0 -7
  634. package/dist/types/components/idp/IDPInitTrigger.d.ts.map +0 -1
  635. package/dist/types/components/idp/IDPState.d.ts +0 -8
  636. package/dist/types/components/idp/IDPState.d.ts.map +0 -1
  637. package/dist/types/components/idp/index.d.ts +0 -4
  638. package/dist/types/components/idp/index.d.ts.map +0 -1
  639. package/dist/types/components/index.d.ts +0 -6
  640. package/dist/types/components/index.d.ts.map +0 -1
  641. package/dist/types/components/triggers/DisableOtpTrigger.d.ts +0 -8
  642. package/dist/types/components/triggers/DisableOtpTrigger.d.ts.map +0 -1
  643. package/dist/types/components/triggers/LogoutTrigger.d.ts +0 -5
  644. package/dist/types/components/triggers/LogoutTrigger.d.ts.map +0 -1
  645. package/dist/types/components/triggers/RemoveProjectMemberTrigger.d.ts +0 -9
  646. package/dist/types/components/triggers/RemoveProjectMemberTrigger.d.ts.map +0 -1
  647. package/dist/types/components/triggers/TenantActionTrigger.d.ts +0 -22
  648. package/dist/types/components/triggers/TenantActionTrigger.d.ts.map +0 -1
  649. package/dist/types/components/triggers/index.d.ts +0 -4
  650. package/dist/types/components/triggers/index.d.ts.map +0 -1
  651. package/dist/types/consts.d.ts +0 -2
  652. package/dist/types/consts.d.ts.map +0 -1
  653. package/dist/types/contexts.d.ts +0 -20
  654. package/dist/types/contexts.d.ts.map +0 -1
  655. package/dist/types/hooks/index.d.ts +0 -9
  656. package/dist/types/hooks/index.d.ts.map +0 -1
  657. package/dist/types/hooks/mutations/apiKey/index.d.ts +0 -5
  658. package/dist/types/hooks/mutations/apiKey/index.d.ts.map +0 -1
  659. package/dist/types/hooks/mutations/apiKey/useCreateApiKeyMutation.d.ts +0 -83
  660. package/dist/types/hooks/mutations/apiKey/useCreateApiKeyMutation.d.ts.map +0 -1
  661. package/dist/types/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.d.ts +0 -73
  662. package/dist/types/hooks/mutations/apiKey/useCreateGlobalApiKeyMutation.d.ts.map +0 -1
  663. package/dist/types/hooks/mutations/apiKey/useCreateSessionTokenMutation.d.ts +0 -59
  664. package/dist/types/hooks/mutations/apiKey/useCreateSessionTokenMutation.d.ts.map +0 -1
  665. package/dist/types/hooks/mutations/apiKey/useDisableApiKeyMutation.d.ts +0 -21
  666. package/dist/types/hooks/mutations/apiKey/useDisableApiKeyMutation.d.ts.map +0 -1
  667. package/dist/types/hooks/mutations/auth/index.d.ts +0 -4
  668. package/dist/types/hooks/mutations/auth/index.d.ts.map +0 -1
  669. package/dist/types/hooks/mutations/auth/useChangeMyPasswordMutation.d.ts +0 -21
  670. package/dist/types/hooks/mutations/auth/useChangeMyPasswordMutation.d.ts.map +0 -1
  671. package/dist/types/hooks/mutations/auth/useSignInMutation.d.ts +0 -63
  672. package/dist/types/hooks/mutations/auth/useSignInMutation.d.ts.map +0 -1
  673. package/dist/types/hooks/mutations/auth/useSignOutMutation.d.ts +0 -21
  674. package/dist/types/hooks/mutations/auth/useSignOutMutation.d.ts.map +0 -1
  675. package/dist/types/hooks/mutations/idp/index.d.ts +0 -3
  676. package/dist/types/hooks/mutations/idp/index.d.ts.map +0 -1
  677. package/dist/types/hooks/mutations/idp/useInitSignInIDPMutation.d.ts +0 -19
  678. package/dist/types/hooks/mutations/idp/useInitSignInIDPMutation.d.ts.map +0 -1
  679. package/dist/types/hooks/mutations/idp/useSignInIdpMutation.d.ts +0 -76
  680. package/dist/types/hooks/mutations/idp/useSignInIdpMutation.d.ts.map +0 -1
  681. package/dist/types/hooks/mutations/index.d.ts +0 -10
  682. package/dist/types/hooks/mutations/index.d.ts.map +0 -1
  683. package/dist/types/hooks/mutations/invite/index.d.ts +0 -2
  684. package/dist/types/hooks/mutations/invite/index.d.ts.map +0 -1
  685. package/dist/types/hooks/mutations/invite/useInviteMutation.d.ts +0 -97
  686. package/dist/types/hooks/mutations/invite/useInviteMutation.d.ts.map +0 -1
  687. package/dist/types/hooks/mutations/memberships/index.d.ts +0 -4
  688. package/dist/types/hooks/mutations/memberships/index.d.ts.map +0 -1
  689. package/dist/types/hooks/mutations/memberships/useAddProjectMemberMutation.d.ts +0 -33
  690. package/dist/types/hooks/mutations/memberships/useAddProjectMemberMutation.d.ts.map +0 -1
  691. package/dist/types/hooks/mutations/memberships/useRemoveProjectMemberMutation.d.ts +0 -23
  692. package/dist/types/hooks/mutations/memberships/useRemoveProjectMemberMutation.d.ts.map +0 -1
  693. package/dist/types/hooks/mutations/memberships/useUpdateProjectMemberMutation.d.ts +0 -33
  694. package/dist/types/hooks/mutations/memberships/useUpdateProjectMemberMutation.d.ts.map +0 -1
  695. package/dist/types/hooks/mutations/otp/index.d.ts +0 -4
  696. package/dist/types/hooks/mutations/otp/index.d.ts.map +0 -1
  697. package/dist/types/hooks/mutations/otp/useConfirmOtpMutation.d.ts +0 -21
  698. package/dist/types/hooks/mutations/otp/useConfirmOtpMutation.d.ts.map +0 -1
  699. package/dist/types/hooks/mutations/otp/useDisableOtpMutation.d.ts +0 -17
  700. package/dist/types/hooks/mutations/otp/useDisableOtpMutation.d.ts.map +0 -1
  701. package/dist/types/hooks/mutations/otp/usePrepareOtpMutation.d.ts +0 -25
  702. package/dist/types/hooks/mutations/otp/usePrepareOtpMutation.d.ts.map +0 -1
  703. package/dist/types/hooks/mutations/passwordReset/index.d.ts +0 -3
  704. package/dist/types/hooks/mutations/passwordReset/index.d.ts.map +0 -1
  705. package/dist/types/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.d.ts +0 -23
  706. package/dist/types/hooks/mutations/passwordReset/useCreateResetPasswordRequestMutation.d.ts.map +0 -1
  707. package/dist/types/hooks/mutations/passwordReset/useResetPasswordMutation.d.ts +0 -23
  708. package/dist/types/hooks/mutations/passwordReset/useResetPasswordMutation.d.ts.map +0 -1
  709. package/dist/types/hooks/mutations/passwordless/index.d.ts +0 -6
  710. package/dist/types/hooks/mutations/passwordless/index.d.ts.map +0 -1
  711. package/dist/types/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.d.ts +0 -8
  712. package/dist/types/hooks/mutations/passwordless/useActivatePasswordlessOtpMutation.d.ts.map +0 -1
  713. package/dist/types/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.d.ts +0 -3
  714. package/dist/types/hooks/mutations/passwordless/useDisableMyPasswordlessMutation.d.ts.map +0 -1
  715. package/dist/types/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.d.ts +0 -3
  716. package/dist/types/hooks/mutations/passwordless/useEnableMyPasswordlessMutation.d.ts.map +0 -1
  717. package/dist/types/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.d.ts +0 -19
  718. package/dist/types/hooks/mutations/passwordless/useInitSignInPasswordlessMutation.d.ts.map +0 -1
  719. package/dist/types/hooks/mutations/passwordless/useSignInPasswordlessMutation.d.ts +0 -34
  720. package/dist/types/hooks/mutations/passwordless/useSignInPasswordlessMutation.d.ts.map +0 -1
  721. package/dist/types/hooks/mutations/profile/index.d.ts +0 -3
  722. package/dist/types/hooks/mutations/profile/index.d.ts.map +0 -1
  723. package/dist/types/hooks/mutations/profile/useChangeMyProfile.d.ts +0 -21
  724. package/dist/types/hooks/mutations/profile/useChangeMyProfile.d.ts.map +0 -1
  725. package/dist/types/hooks/mutations/profile/useChangeProfile.d.ts +0 -23
  726. package/dist/types/hooks/mutations/profile/useChangeProfile.d.ts.map +0 -1
  727. package/dist/types/hooks/queries/index.d.ts +0 -5
  728. package/dist/types/hooks/queries/index.d.ts.map +0 -1
  729. package/dist/types/hooks/queries/useMeQuery.d.ts +0 -52
  730. package/dist/types/hooks/queries/useMeQuery.d.ts.map +0 -1
  731. package/dist/types/hooks/queries/useProjectMembersQuery.d.ts +0 -43
  732. package/dist/types/hooks/queries/useProjectMembersQuery.d.ts.map +0 -1
  733. package/dist/types/hooks/queries/useProjectMembershipsQuery.d.ts +0 -20
  734. package/dist/types/hooks/queries/useProjectMembershipsQuery.d.ts.map +0 -1
  735. package/dist/types/hooks/queries/useProjectRolesDefinitionQuery.d.ts +0 -66
  736. package/dist/types/hooks/queries/useProjectRolesDefinitionQuery.d.ts.map +0 -1
  737. package/dist/types/hooks/useFetchIdentity.d.ts +0 -6
  738. package/dist/types/hooks/useFetchIdentity.d.ts.map +0 -1
  739. package/dist/types/hooks/useLogout.d.ts +0 -4
  740. package/dist/types/hooks/useLogout.d.ts.map +0 -1
  741. package/dist/types/hooks/usePasswordlessOtpActivator.d.ts +0 -19
  742. package/dist/types/hooks/usePasswordlessOtpActivator.d.ts.map +0 -1
  743. package/dist/types/hooks/useTenantApi.d.ts +0 -12
  744. package/dist/types/hooks/useTenantApi.d.ts.map +0 -1
  745. package/dist/types/hooks/useTenantMutation.d.ts +0 -25
  746. package/dist/types/hooks/useTenantMutation.d.ts.map +0 -1
  747. package/dist/types/hooks/useTenantQueryLoader.d.ts +0 -17
  748. package/dist/types/hooks/useTenantQueryLoader.d.ts.map +0 -1
  749. package/dist/types/index.d.ts +0 -6
  750. package/dist/types/index.d.ts.map +0 -1
  751. package/dist/types/internal/hooks/useHandleIDPResponse.d.ts +0 -10
  752. package/dist/types/internal/hooks/useHandleIDPResponse.d.ts.map +0 -1
  753. package/dist/types/internal/hooks/useIDPAutoInit.d.ts +0 -2
  754. package/dist/types/internal/hooks/useIDPAutoInit.d.ts.map +0 -1
  755. package/dist/types/internal/hooks/useIDPStateStore.d.ts +0 -9
  756. package/dist/types/internal/hooks/useIDPStateStore.d.ts.map +0 -1
  757. package/dist/types/internal/hooks/useInitIDPRedirect.d.ts +0 -15
  758. package/dist/types/internal/hooks/useInitIDPRedirect.d.ts.map +0 -1
  759. package/dist/types/internal/hooks/useLogoutInternal.d.ts +0 -4
  760. package/dist/types/internal/hooks/useLogoutInternal.d.ts.map +0 -1
  761. package/dist/types/internal/hooks/useRedirectToBacklink.d.ts +0 -4
  762. package/dist/types/internal/hooks/useRedirectToBacklink.d.ts.map +0 -1
  763. package/dist/types/internal/utils/getBaseHref.d.ts +0 -2
  764. package/dist/types/internal/utils/getBaseHref.d.ts.map +0 -1
  765. package/dist/types/internal/utils/hashing.d.ts +0 -2
  766. package/dist/types/internal/utils/hashing.d.ts.map +0 -1
  767. package/dist/types/internal/utils/randomInt.d.ts +0 -3
  768. package/dist/types/internal/utils/randomInt.d.ts.map +0 -1
  769. package/dist/types/tsconfig.tsbuildinfo +0 -1
  770. package/dist/types/types/Identity.d.ts +0 -20
  771. package/dist/types/types/Identity.d.ts.map +0 -1
  772. package/dist/types/types/IdentityMethods.d.ts +0 -5
  773. package/dist/types/types/IdentityMethods.d.ts.map +0 -1
  774. package/dist/types/types/IdentityStateValue.d.ts +0 -2
  775. package/dist/types/types/IdentityStateValue.d.ts.map +0 -1
  776. package/dist/types/types/forms.d.ts +0 -18
  777. package/dist/types/types/forms.d.ts.map +0 -1
  778. package/dist/types/types/idp.d.ts +0 -30
  779. package/dist/types/types/idp.d.ts.map +0 -1
  780. package/dist/types/types/index.d.ts +0 -6
  781. package/dist/types/types/index.d.ts.map +0 -1
@@ -1,5 +0,0 @@
1
- export * from './useCreateApiKeyMutation';
2
- export * from './useCreateSessionTokenMutation';
3
- export * from './useCreateGlobalApiKeyMutation';
4
- export * from './useDisableApiKeyMutation';
5
- //# sourceMappingURL=index.d.ts.map
@@ -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,4 +0,0 @@
1
- export * from './useChangeMyPasswordMutation';
2
- export * from './useSignInMutation';
3
- export * from './useSignOutMutation';
4
- //# sourceMappingURL=index.d.ts.map
@@ -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,3 +0,0 @@
1
- export * from './useInitSignInIDPMutation';
2
- export * from './useSignInIdpMutation';
3
- //# sourceMappingURL=index.d.ts.map
@@ -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,2 +0,0 @@
1
- export * from './useInviteMutation';
2
- //# sourceMappingURL=index.d.ts.map
@@ -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,4 +0,0 @@
1
- export * from './useRemoveProjectMemberMutation';
2
- export * from './useAddProjectMemberMutation';
3
- export * from './useUpdateProjectMemberMutation';
4
- //# sourceMappingURL=index.d.ts.map
@@ -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"}