@workos-inc/widgets 1.8.1 → 1.9.0

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