@noodleseed/one 0.63.0 → 0.64.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 (440) hide show
  1. package/dist/auth-discovery.d.ts +17 -0
  2. package/dist/auth-discovery.d.ts.map +1 -0
  3. package/dist/auth-discovery.js +54 -0
  4. package/dist/auth-discovery.js.map +1 -0
  5. package/dist/cli.d.ts.map +1 -1
  6. package/dist/cli.js +3 -0
  7. package/dist/cli.js.map +1 -1
  8. package/dist/commands/catalog-data-platform-auth.d.ts +7 -0
  9. package/dist/commands/catalog-data-platform-auth.d.ts.map +1 -0
  10. package/dist/commands/catalog-data-platform-auth.js +47 -0
  11. package/dist/commands/catalog-data-platform-auth.js.map +1 -0
  12. package/dist/commands/catalog.d.ts.map +1 -1
  13. package/dist/commands/catalog.js +6 -3
  14. package/dist/commands/catalog.js.map +1 -1
  15. package/dist/commands/docs-mcp.d.ts +3 -3
  16. package/dist/commands/docs-mcp.js +3 -3
  17. package/dist/commands/platform-auth-finalization-args.d.ts +13 -0
  18. package/dist/commands/platform-auth-finalization-args.d.ts.map +1 -0
  19. package/dist/commands/platform-auth-finalization-args.js +29 -0
  20. package/dist/commands/platform-auth-finalization-args.js.map +1 -0
  21. package/dist/commands/platform-auth-migration-args.d.ts +71 -0
  22. package/dist/commands/platform-auth-migration-args.d.ts.map +1 -0
  23. package/dist/commands/platform-auth-migration-args.js +320 -0
  24. package/dist/commands/platform-auth-migration-args.js.map +1 -0
  25. package/dist/commands/platform-auth-migration-ops.d.ts +3 -0
  26. package/dist/commands/platform-auth-migration-ops.d.ts.map +1 -0
  27. package/dist/commands/platform-auth-migration-ops.js +369 -0
  28. package/dist/commands/platform-auth-migration-ops.js.map +1 -0
  29. package/dist/commands/project-setup.js +1 -1
  30. package/dist/commands/project-setup.js.map +1 -1
  31. package/dist/config.d.ts +4 -4
  32. package/dist/config.d.ts.map +1 -1
  33. package/dist/control-plane.d.ts +0 -11
  34. package/dist/control-plane.d.ts.map +1 -1
  35. package/dist/control-plane.js +1 -8
  36. package/dist/control-plane.js.map +1 -1
  37. package/dist/doctor.d.ts.map +1 -1
  38. package/dist/doctor.js +3 -5
  39. package/dist/doctor.js.map +1 -1
  40. package/node_modules/@noodle-borg/agent-kit/dist/curated/command-groups.d.ts.map +1 -1
  41. package/node_modules/@noodle-borg/agent-kit/dist/curated/command-groups.js +4 -0
  42. package/node_modules/@noodle-borg/agent-kit/dist/curated/command-groups.js.map +1 -1
  43. package/node_modules/@noodle-borg/agent-kit/dist/generated/surface.d.ts.map +1 -1
  44. package/node_modules/@noodle-borg/agent-kit/dist/generated/surface.js +1 -0
  45. package/node_modules/@noodle-borg/agent-kit/dist/generated/surface.js.map +1 -1
  46. package/node_modules/@noodle-borg/auth/dist/jwt-issuer.d.ts +2 -2
  47. package/node_modules/@noodle-borg/auth/dist/jwt-issuer.d.ts.map +1 -1
  48. package/node_modules/@noodle-borg/auth/dist/jwt-issuer.js +1 -1
  49. package/node_modules/@noodle-borg/auth/dist/verify.d.ts +1 -1
  50. package/node_modules/@noodle-borg/auth/dist/verify.d.ts.map +1 -1
  51. package/node_modules/@noodle-borg/service/dist/auth/deploy-gate.d.ts +26 -0
  52. package/node_modules/@noodle-borg/service/dist/auth/deploy-gate.d.ts.map +1 -1
  53. package/node_modules/@noodle-borg/service/dist/auth/deploy-gate.js +105 -1
  54. package/node_modules/@noodle-borg/service/dist/auth/deploy-gate.js.map +1 -1
  55. package/node_modules/@noodle-borg/service/dist/control-plane-auth-bootstrap.d.ts +25 -0
  56. package/node_modules/@noodle-borg/service/dist/control-plane-auth-bootstrap.d.ts.map +1 -0
  57. package/node_modules/@noodle-borg/service/dist/control-plane-auth-bootstrap.js +99 -0
  58. package/node_modules/@noodle-borg/service/dist/control-plane-auth-bootstrap.js.map +1 -0
  59. package/node_modules/@noodle-borg/service/dist/index.d.ts +15 -0
  60. package/node_modules/@noodle-borg/service/dist/index.d.ts.map +1 -1
  61. package/node_modules/@noodle-borg/service/dist/index.js +15 -0
  62. package/node_modules/@noodle-borg/service/dist/index.js.map +1 -1
  63. package/node_modules/@noodle-borg/service/dist/main.js +112 -19
  64. package/node_modules/@noodle-borg/service/dist/main.js.map +1 -1
  65. package/node_modules/@noodle-borg/service/dist/oauth/app.d.ts +1 -1
  66. package/node_modules/@noodle-borg/service/dist/oauth/app.d.ts.map +1 -1
  67. package/node_modules/@noodle-borg/service/dist/oauth/app.js +9 -1
  68. package/node_modules/@noodle-borg/service/dist/oauth/app.js.map +1 -1
  69. package/node_modules/@noodle-borg/service/dist/oauth/authorization-initiation.d.ts +24 -0
  70. package/node_modules/@noodle-borg/service/dist/oauth/authorization-initiation.d.ts.map +1 -0
  71. package/node_modules/@noodle-borg/service/dist/oauth/authorization-initiation.js +88 -0
  72. package/node_modules/@noodle-borg/service/dist/oauth/authorization-initiation.js.map +1 -0
  73. package/node_modules/@noodle-borg/service/dist/oauth/branding.d.ts +2 -0
  74. package/node_modules/@noodle-borg/service/dist/oauth/branding.d.ts.map +1 -1
  75. package/node_modules/@noodle-borg/service/dist/oauth/branding.js +3 -2
  76. package/node_modules/@noodle-borg/service/dist/oauth/branding.js.map +1 -1
  77. package/node_modules/@noodle-borg/service/dist/oauth/consent-claims.d.ts +1 -1
  78. package/node_modules/@noodle-borg/service/dist/oauth/consent-claims.d.ts.map +1 -1
  79. package/node_modules/@noodle-borg/service/dist/oauth/consent-token.d.ts +5 -0
  80. package/node_modules/@noodle-borg/service/dist/oauth/consent-token.d.ts.map +1 -0
  81. package/node_modules/@noodle-borg/service/dist/oauth/consent-token.js +19 -0
  82. package/node_modules/@noodle-borg/service/dist/oauth/consent-token.js.map +1 -0
  83. package/node_modules/@noodle-borg/service/dist/oauth/consent.js +1 -1
  84. package/node_modules/@noodle-borg/service/dist/oauth/developer-grant-page.d.ts.map +1 -1
  85. package/node_modules/@noodle-borg/service/dist/oauth/developer-grant-page.js +216 -28
  86. package/node_modules/@noodle-borg/service/dist/oauth/developer-grant-page.js.map +1 -1
  87. package/node_modules/@noodle-borg/service/dist/oauth/first-party-client.d.ts +13 -0
  88. package/node_modules/@noodle-borg/service/dist/oauth/first-party-client.d.ts.map +1 -0
  89. package/node_modules/@noodle-borg/service/dist/oauth/first-party-client.js +62 -0
  90. package/node_modules/@noodle-borg/service/dist/oauth/first-party-client.js.map +1 -0
  91. package/node_modules/@noodle-borg/service/dist/oauth/metadata.d.ts +4 -0
  92. package/node_modules/@noodle-borg/service/dist/oauth/metadata.d.ts.map +1 -0
  93. package/node_modules/@noodle-borg/service/dist/oauth/metadata.js +20 -0
  94. package/node_modules/@noodle-borg/service/dist/oauth/metadata.js.map +1 -0
  95. package/node_modules/@noodle-borg/service/dist/oauth/paths.d.ts.map +1 -1
  96. package/node_modules/@noodle-borg/service/dist/oauth/paths.js +2 -0
  97. package/node_modules/@noodle-borg/service/dist/oauth/paths.js.map +1 -1
  98. package/node_modules/@noodle-borg/service/dist/oauth/platform-principal-guard.d.ts +15 -0
  99. package/node_modules/@noodle-borg/service/dist/oauth/platform-principal-guard.d.ts.map +1 -0
  100. package/node_modules/@noodle-borg/service/dist/oauth/platform-principal-guard.js +58 -0
  101. package/node_modules/@noodle-borg/service/dist/oauth/platform-principal-guard.js.map +1 -0
  102. package/node_modules/@noodle-borg/service/dist/oauth/platform-principal-postgres.d.ts +8 -0
  103. package/node_modules/@noodle-borg/service/dist/oauth/platform-principal-postgres.d.ts.map +1 -0
  104. package/node_modules/@noodle-borg/service/dist/oauth/platform-principal-postgres.js +49 -0
  105. package/node_modules/@noodle-borg/service/dist/oauth/platform-principal-postgres.js.map +1 -0
  106. package/node_modules/@noodle-borg/service/dist/oauth/postgres-time.d.ts +3 -0
  107. package/node_modules/@noodle-borg/service/dist/oauth/postgres-time.d.ts.map +1 -0
  108. package/node_modules/@noodle-borg/service/dist/oauth/postgres-time.js +7 -0
  109. package/node_modules/@noodle-borg/service/dist/oauth/postgres-time.js.map +1 -0
  110. package/node_modules/@noodle-borg/service/dist/oauth/provider.d.ts +20 -25
  111. package/node_modules/@noodle-borg/service/dist/oauth/provider.d.ts.map +1 -1
  112. package/node_modules/@noodle-borg/service/dist/oauth/provider.js +105 -196
  113. package/node_modules/@noodle-borg/service/dist/oauth/provider.js.map +1 -1
  114. package/node_modules/@noodle-borg/service/dist/oauth/service-bootstrap.d.ts +36 -0
  115. package/node_modules/@noodle-borg/service/dist/oauth/service-bootstrap.d.ts.map +1 -0
  116. package/node_modules/@noodle-borg/service/dist/oauth/service-bootstrap.js +157 -0
  117. package/node_modules/@noodle-borg/service/dist/oauth/service-bootstrap.js.map +1 -0
  118. package/node_modules/@noodle-borg/service/dist/oauth/store-postgres-schema.d.ts +4 -0
  119. package/node_modules/@noodle-borg/service/dist/oauth/store-postgres-schema.d.ts.map +1 -0
  120. package/node_modules/@noodle-borg/service/dist/oauth/store-postgres-schema.js +110 -0
  121. package/node_modules/@noodle-borg/service/dist/oauth/store-postgres-schema.js.map +1 -0
  122. package/node_modules/@noodle-borg/service/dist/oauth/store-postgres.d.ts +7 -4
  123. package/node_modules/@noodle-borg/service/dist/oauth/store-postgres.d.ts.map +1 -1
  124. package/node_modules/@noodle-borg/service/dist/oauth/store-postgres.js +63 -120
  125. package/node_modules/@noodle-borg/service/dist/oauth/store-postgres.js.map +1 -1
  126. package/node_modules/@noodle-borg/service/dist/oauth/store.d.ts +19 -6
  127. package/node_modules/@noodle-borg/service/dist/oauth/store.d.ts.map +1 -1
  128. package/node_modules/@noodle-borg/service/dist/oauth/store.js +24 -2
  129. package/node_modules/@noodle-borg/service/dist/oauth/store.js.map +1 -1
  130. package/node_modules/@noodle-borg/service/dist/oauth/tokens.d.ts +1 -1
  131. package/node_modules/@noodle-borg/service/dist/oauth/tokens.d.ts.map +1 -1
  132. package/node_modules/@noodle-borg/service/dist/oauth/tokens.js +1 -1
  133. package/node_modules/@noodle-borg/service/dist/oauth/tokens.js.map +1 -1
  134. package/node_modules/@noodle-borg/service/dist/oauth/upstream-callback-availability.d.ts +4 -0
  135. package/node_modules/@noodle-borg/service/dist/oauth/upstream-callback-availability.d.ts.map +1 -0
  136. package/node_modules/@noodle-borg/service/dist/oauth/upstream-callback-availability.js +8 -0
  137. package/node_modules/@noodle-borg/service/dist/oauth/upstream-callback-availability.js.map +1 -0
  138. package/node_modules/@noodle-borg/service/dist/oauth/upstream-callback-handler.d.ts +34 -0
  139. package/node_modules/@noodle-borg/service/dist/oauth/upstream-callback-handler.d.ts.map +1 -0
  140. package/node_modules/@noodle-borg/service/dist/oauth/upstream-callback-handler.js +109 -0
  141. package/node_modules/@noodle-borg/service/dist/oauth/upstream-callback-handler.js.map +1 -0
  142. package/node_modules/@noodle-borg/service/dist/oauth/upstream-callback-support.d.ts +22 -0
  143. package/node_modules/@noodle-borg/service/dist/oauth/upstream-callback-support.d.ts.map +1 -0
  144. package/node_modules/@noodle-borg/service/dist/oauth/upstream-callback-support.js +30 -0
  145. package/node_modules/@noodle-borg/service/dist/oauth/upstream-callback-support.js.map +1 -0
  146. package/node_modules/@noodle-borg/service/dist/oauth/upstream-consent.d.ts +21 -0
  147. package/node_modules/@noodle-borg/service/dist/oauth/upstream-consent.d.ts.map +1 -0
  148. package/node_modules/@noodle-borg/service/dist/oauth/upstream-consent.js +56 -0
  149. package/node_modules/@noodle-borg/service/dist/oauth/upstream-consent.js.map +1 -0
  150. package/node_modules/@noodle-borg/service/dist/oauth/upstream-federation.d.ts +30 -0
  151. package/node_modules/@noodle-borg/service/dist/oauth/upstream-federation.d.ts.map +1 -0
  152. package/node_modules/@noodle-borg/service/dist/oauth/upstream-federation.js +94 -0
  153. package/node_modules/@noodle-borg/service/dist/oauth/upstream-federation.js.map +1 -0
  154. package/node_modules/@noodle-borg/service/dist/oauth/upstream-human.d.ts +33 -0
  155. package/node_modules/@noodle-borg/service/dist/oauth/upstream-human.d.ts.map +1 -0
  156. package/node_modules/@noodle-borg/service/dist/oauth/upstream-human.js +27 -0
  157. package/node_modules/@noodle-borg/service/dist/oauth/upstream-human.js.map +1 -0
  158. package/node_modules/@noodle-borg/service/dist/oauth/upstream-provider-choice.d.ts +13 -0
  159. package/node_modules/@noodle-borg/service/dist/oauth/upstream-provider-choice.d.ts.map +1 -0
  160. package/node_modules/@noodle-borg/service/dist/oauth/upstream-provider-choice.js +63 -0
  161. package/node_modules/@noodle-borg/service/dist/oauth/upstream-provider-choice.js.map +1 -0
  162. package/node_modules/@noodle-borg/service/dist/oauth/upstream-rollout-store.d.ts +20 -0
  163. package/node_modules/@noodle-borg/service/dist/oauth/upstream-rollout-store.d.ts.map +1 -0
  164. package/node_modules/@noodle-borg/service/dist/oauth/upstream-rollout-store.js +40 -0
  165. package/node_modules/@noodle-borg/service/dist/oauth/upstream-rollout-store.js.map +1 -0
  166. package/node_modules/@noodle-borg/service/dist/oauth/workos-events.d.ts +115 -0
  167. package/node_modules/@noodle-borg/service/dist/oauth/workos-events.d.ts.map +1 -0
  168. package/node_modules/@noodle-borg/service/dist/oauth/workos-events.js +310 -0
  169. package/node_modules/@noodle-borg/service/dist/oauth/workos-events.js.map +1 -0
  170. package/node_modules/@noodle-borg/service/dist/oauth/workos.d.ts +65 -0
  171. package/node_modules/@noodle-borg/service/dist/oauth/workos.d.ts.map +1 -0
  172. package/node_modules/@noodle-borg/service/dist/oauth/workos.js +85 -0
  173. package/node_modules/@noodle-borg/service/dist/oauth/workos.js.map +1 -0
  174. package/node_modules/@noodle-borg/service/dist/options.d.ts +11 -2
  175. package/node_modules/@noodle-borg/service/dist/options.d.ts.map +1 -1
  176. package/node_modules/@noodle-borg/service/dist/personal-workspace.d.ts +2 -0
  177. package/node_modules/@noodle-borg/service/dist/personal-workspace.d.ts.map +1 -1
  178. package/node_modules/@noodle-borg/service/dist/personal-workspace.js +8 -2
  179. package/node_modules/@noodle-borg/service/dist/personal-workspace.js.map +1 -1
  180. package/node_modules/@noodle-borg/service/dist/platform-auth-configuration.d.ts +67 -0
  181. package/node_modules/@noodle-borg/service/dist/platform-auth-configuration.d.ts.map +1 -0
  182. package/node_modules/@noodle-borg/service/dist/platform-auth-configuration.js +54 -0
  183. package/node_modules/@noodle-borg/service/dist/platform-auth-configuration.js.map +1 -0
  184. package/node_modules/@noodle-borg/service/dist/platform-auth-frozen-candidate-postgres.d.ts +25 -0
  185. package/node_modules/@noodle-borg/service/dist/platform-auth-frozen-candidate-postgres.d.ts.map +1 -0
  186. package/node_modules/@noodle-borg/service/dist/platform-auth-frozen-candidate-postgres.js +61 -0
  187. package/node_modules/@noodle-borg/service/dist/platform-auth-frozen-candidate-postgres.js.map +1 -0
  188. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-legacy-sources-postgres.d.ts +32 -0
  189. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-legacy-sources-postgres.d.ts.map +1 -0
  190. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-legacy-sources-postgres.js +231 -0
  191. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-legacy-sources-postgres.js.map +1 -0
  192. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-local-postgres.d.ts +29 -0
  193. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-local-postgres.d.ts.map +1 -0
  194. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-local-postgres.js +350 -0
  195. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-local-postgres.js.map +1 -0
  196. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-local-subjects-postgres.d.ts +50 -0
  197. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-local-subjects-postgres.d.ts.map +1 -0
  198. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-local-subjects-postgres.js +239 -0
  199. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-local-subjects-postgres.js.map +1 -0
  200. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-paging.d.ts +66 -0
  201. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-paging.d.ts.map +1 -0
  202. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-paging.js +77 -0
  203. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-paging.js.map +1 -0
  204. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-postgres.d.ts +40 -0
  205. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-postgres.d.ts.map +1 -0
  206. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-postgres.js +355 -0
  207. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-postgres.js.map +1 -0
  208. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-progress-postgres.d.ts +41 -0
  209. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-progress-postgres.d.ts.map +1 -0
  210. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-progress-postgres.js +230 -0
  211. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-progress-postgres.js.map +1 -0
  212. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-source-fence-postgres.d.ts +20 -0
  213. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-source-fence-postgres.d.ts.map +1 -0
  214. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-source-fence-postgres.js +126 -0
  215. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-source-fence-postgres.js.map +1 -0
  216. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-sources.d.ts +8 -0
  217. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-sources.d.ts.map +1 -0
  218. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-sources.js +86 -0
  219. package/node_modules/@noodle-borg/service/dist/platform-auth-inventory-sources.js.map +1 -0
  220. package/node_modules/@noodle-borg/service/dist/platform-auth-migration-postgres.d.ts +42 -0
  221. package/node_modules/@noodle-borg/service/dist/platform-auth-migration-postgres.d.ts.map +1 -0
  222. package/node_modules/@noodle-borg/service/dist/platform-auth-migration-postgres.js +368 -0
  223. package/node_modules/@noodle-borg/service/dist/platform-auth-migration-postgres.js.map +1 -0
  224. package/node_modules/@noodle-borg/service/dist/platform-auth-migration-runs-postgres.d.ts +86 -0
  225. package/node_modules/@noodle-borg/service/dist/platform-auth-migration-runs-postgres.d.ts.map +1 -0
  226. package/node_modules/@noodle-borg/service/dist/platform-auth-migration-runs-postgres.js +474 -0
  227. package/node_modules/@noodle-borg/service/dist/platform-auth-migration-runs-postgres.js.map +1 -0
  228. package/node_modules/@noodle-borg/service/dist/platform-auth-migration-schema.d.ts +17 -0
  229. package/node_modules/@noodle-borg/service/dist/platform-auth-migration-schema.d.ts.map +1 -0
  230. package/node_modules/@noodle-borg/service/dist/platform-auth-migration-schema.js +435 -0
  231. package/node_modules/@noodle-borg/service/dist/platform-auth-migration-schema.js.map +1 -0
  232. package/node_modules/@noodle-borg/service/dist/platform-auth-migration.d.ts +202 -0
  233. package/node_modules/@noodle-borg/service/dist/platform-auth-migration.d.ts.map +1 -0
  234. package/node_modules/@noodle-borg/service/dist/platform-auth-migration.js +313 -0
  235. package/node_modules/@noodle-borg/service/dist/platform-auth-migration.js.map +1 -0
  236. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-batches.d.ts +48 -0
  237. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-batches.d.ts.map +1 -0
  238. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-batches.js +158 -0
  239. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-batches.js.map +1 -0
  240. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-effects.d.ts +43 -0
  241. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-effects.d.ts.map +1 -0
  242. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-effects.js +92 -0
  243. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-effects.js.map +1 -0
  244. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-operation-postgres.d.ts +31 -0
  245. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-operation-postgres.d.ts.map +1 -0
  246. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-operation-postgres.js +94 -0
  247. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-operation-postgres.js.map +1 -0
  248. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-ports.d.ts +102 -0
  249. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-ports.d.ts.map +1 -0
  250. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-ports.js +2 -0
  251. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-ports.js.map +1 -0
  252. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-postgres.d.ts +17 -0
  253. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-postgres.d.ts.map +1 -0
  254. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-postgres.js +367 -0
  255. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-postgres.js.map +1 -0
  256. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-remote-status.d.ts +10 -0
  257. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-remote-status.d.ts.map +1 -0
  258. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-remote-status.js +37 -0
  259. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-remote-status.js.map +1 -0
  260. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-rollout.d.ts +36 -0
  261. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-rollout.d.ts.map +1 -0
  262. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-rollout.js +156 -0
  263. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-rollout.js.map +1 -0
  264. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-schema.d.ts +4 -0
  265. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-schema.d.ts.map +1 -0
  266. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-schema.js +162 -0
  267. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-schema.js.map +1 -0
  268. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-state-postgres.d.ts +92 -0
  269. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-state-postgres.d.ts.map +1 -0
  270. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-state-postgres.js +271 -0
  271. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-state-postgres.js.map +1 -0
  272. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-state-support.d.ts +13 -0
  273. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-state-support.d.ts.map +1 -0
  274. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-state-support.js +67 -0
  275. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-state-support.js.map +1 -0
  276. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-support.d.ts +15 -0
  277. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-support.d.ts.map +1 -0
  278. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-support.js +47 -0
  279. package/node_modules/@noodle-borg/service/dist/platform-auth-operator-support.js.map +1 -0
  280. package/node_modules/@noodle-borg/service/dist/platform-auth-operator.d.ts +1569 -0
  281. package/node_modules/@noodle-borg/service/dist/platform-auth-operator.d.ts.map +1 -0
  282. package/node_modules/@noodle-borg/service/dist/platform-auth-operator.js +274 -0
  283. package/node_modules/@noodle-borg/service/dist/platform-auth-operator.js.map +1 -0
  284. package/node_modules/@noodle-borg/service/dist/platform-auth-remote-verification-postgres-support.d.ts +41 -0
  285. package/node_modules/@noodle-borg/service/dist/platform-auth-remote-verification-postgres-support.d.ts.map +1 -0
  286. package/node_modules/@noodle-borg/service/dist/platform-auth-remote-verification-postgres-support.js +163 -0
  287. package/node_modules/@noodle-borg/service/dist/platform-auth-remote-verification-postgres-support.js.map +1 -0
  288. package/node_modules/@noodle-borg/service/dist/platform-auth-remote-verification-postgres.d.ts +34 -0
  289. package/node_modules/@noodle-borg/service/dist/platform-auth-remote-verification-postgres.d.ts.map +1 -0
  290. package/node_modules/@noodle-borg/service/dist/platform-auth-remote-verification-postgres.js +274 -0
  291. package/node_modules/@noodle-borg/service/dist/platform-auth-remote-verification-postgres.js.map +1 -0
  292. package/node_modules/@noodle-borg/service/dist/platform-auth-remote-verification-schema.d.ts +3 -0
  293. package/node_modules/@noodle-borg/service/dist/platform-auth-remote-verification-schema.d.ts.map +1 -0
  294. package/node_modules/@noodle-borg/service/dist/platform-auth-remote-verification-schema.js +120 -0
  295. package/node_modules/@noodle-borg/service/dist/platform-auth-remote-verification-schema.js.map +1 -0
  296. package/node_modules/@noodle-borg/service/dist/platform-auth-remote-verification.d.ts +79 -0
  297. package/node_modules/@noodle-borg/service/dist/platform-auth-remote-verification.d.ts.map +1 -0
  298. package/node_modules/@noodle-borg/service/dist/platform-auth-remote-verification.js +88 -0
  299. package/node_modules/@noodle-borg/service/dist/platform-auth-remote-verification.js.map +1 -0
  300. package/node_modules/@noodle-borg/service/dist/platform-auth-rollback-guard.d.ts +6 -0
  301. package/node_modules/@noodle-borg/service/dist/platform-auth-rollback-guard.d.ts.map +1 -0
  302. package/node_modules/@noodle-borg/service/dist/platform-auth-rollback-guard.js +38 -0
  303. package/node_modules/@noodle-borg/service/dist/platform-auth-rollback-guard.js.map +1 -0
  304. package/node_modules/@noodle-borg/service/dist/platform-auth-rollout-postgres.d.ts +61 -0
  305. package/node_modules/@noodle-borg/service/dist/platform-auth-rollout-postgres.d.ts.map +1 -0
  306. package/node_modules/@noodle-borg/service/dist/platform-auth-rollout-postgres.js +292 -0
  307. package/node_modules/@noodle-borg/service/dist/platform-auth-rollout-postgres.js.map +1 -0
  308. package/node_modules/@noodle-borg/service/dist/platform-auth-rollout-readiness-postgres.d.ts +19 -0
  309. package/node_modules/@noodle-borg/service/dist/platform-auth-rollout-readiness-postgres.d.ts.map +1 -0
  310. package/node_modules/@noodle-borg/service/dist/platform-auth-rollout-readiness-postgres.js +121 -0
  311. package/node_modules/@noodle-borg/service/dist/platform-auth-rollout-readiness-postgres.js.map +1 -0
  312. package/node_modules/@noodle-borg/service/dist/platform-auth-rollout-support.d.ts +119 -0
  313. package/node_modules/@noodle-borg/service/dist/platform-auth-rollout-support.d.ts.map +1 -0
  314. package/node_modules/@noodle-borg/service/dist/platform-auth-rollout-support.js +194 -0
  315. package/node_modules/@noodle-borg/service/dist/platform-auth-rollout-support.js.map +1 -0
  316. package/node_modules/@noodle-borg/service/dist/platform-auth-runtime.d.ts +36 -0
  317. package/node_modules/@noodle-borg/service/dist/platform-auth-runtime.d.ts.map +1 -0
  318. package/node_modules/@noodle-borg/service/dist/platform-auth-runtime.js +93 -0
  319. package/node_modules/@noodle-borg/service/dist/platform-auth-runtime.js.map +1 -0
  320. package/node_modules/@noodle-borg/service/dist/platform-auth-service-bootstrap.d.ts +32 -0
  321. package/node_modules/@noodle-borg/service/dist/platform-auth-service-bootstrap.d.ts.map +1 -0
  322. package/node_modules/@noodle-borg/service/dist/platform-auth-service-bootstrap.js +68 -0
  323. package/node_modules/@noodle-borg/service/dist/platform-auth-service-bootstrap.js.map +1 -0
  324. package/node_modules/@noodle-borg/service/dist/platform-identity-maintenance.d.ts +36 -0
  325. package/node_modules/@noodle-borg/service/dist/platform-identity-maintenance.d.ts.map +1 -0
  326. package/node_modules/@noodle-borg/service/dist/platform-identity-maintenance.js +92 -0
  327. package/node_modules/@noodle-borg/service/dist/platform-identity-maintenance.js.map +1 -0
  328. package/node_modules/@noodle-borg/service/dist/platform-identity-postgres.d.ts +23 -0
  329. package/node_modules/@noodle-borg/service/dist/platform-identity-postgres.d.ts.map +1 -0
  330. package/node_modules/@noodle-borg/service/dist/platform-identity-postgres.js +231 -0
  331. package/node_modules/@noodle-borg/service/dist/platform-identity-postgres.js.map +1 -0
  332. package/node_modules/@noodle-borg/service/dist/platform-identity-schema-postgres.d.ts +13 -0
  333. package/node_modules/@noodle-borg/service/dist/platform-identity-schema-postgres.d.ts.map +1 -0
  334. package/node_modules/@noodle-borg/service/dist/platform-identity-schema-postgres.js +399 -0
  335. package/node_modules/@noodle-borg/service/dist/platform-identity-schema-postgres.js.map +1 -0
  336. package/node_modules/@noodle-borg/service/dist/platform-identity-sync-enqueue.d.ts +18 -0
  337. package/node_modules/@noodle-borg/service/dist/platform-identity-sync-enqueue.d.ts.map +1 -0
  338. package/node_modules/@noodle-borg/service/dist/platform-identity-sync-enqueue.js +25 -0
  339. package/node_modules/@noodle-borg/service/dist/platform-identity-sync-enqueue.js.map +1 -0
  340. package/node_modules/@noodle-borg/service/dist/platform-identity-sync-evidence-postgres.d.ts +15 -0
  341. package/node_modules/@noodle-borg/service/dist/platform-identity-sync-evidence-postgres.d.ts.map +1 -0
  342. package/node_modules/@noodle-borg/service/dist/platform-identity-sync-evidence-postgres.js +74 -0
  343. package/node_modules/@noodle-borg/service/dist/platform-identity-sync-evidence-postgres.js.map +1 -0
  344. package/node_modules/@noodle-borg/service/dist/platform-identity-sync-postgres.d.ts +19 -0
  345. package/node_modules/@noodle-borg/service/dist/platform-identity-sync-postgres.d.ts.map +1 -0
  346. package/node_modules/@noodle-borg/service/dist/platform-identity-sync-postgres.js +249 -0
  347. package/node_modules/@noodle-borg/service/dist/platform-identity-sync-postgres.js.map +1 -0
  348. package/node_modules/@noodle-borg/service/dist/platform-identity-sync-recovery-postgres.d.ts +34 -0
  349. package/node_modules/@noodle-borg/service/dist/platform-identity-sync-recovery-postgres.d.ts.map +1 -0
  350. package/node_modules/@noodle-borg/service/dist/platform-identity-sync-recovery-postgres.js +275 -0
  351. package/node_modules/@noodle-borg/service/dist/platform-identity-sync-recovery-postgres.js.map +1 -0
  352. package/node_modules/@noodle-borg/service/dist/platform-identity-sync.d.ts +98 -0
  353. package/node_modules/@noodle-borg/service/dist/platform-identity-sync.d.ts.map +1 -0
  354. package/node_modules/@noodle-borg/service/dist/platform-identity-sync.js +179 -0
  355. package/node_modules/@noodle-borg/service/dist/platform-identity-sync.js.map +1 -0
  356. package/node_modules/@noodle-borg/service/dist/platform-identity.d.ts +110 -0
  357. package/node_modules/@noodle-borg/service/dist/platform-identity.d.ts.map +1 -0
  358. package/node_modules/@noodle-borg/service/dist/platform-identity.js +312 -0
  359. package/node_modules/@noodle-borg/service/dist/platform-identity.js.map +1 -0
  360. package/node_modules/@noodle-borg/service/dist/routes/auth-discovery.d.ts +6 -0
  361. package/node_modules/@noodle-borg/service/dist/routes/auth-discovery.d.ts.map +1 -0
  362. package/node_modules/@noodle-borg/service/dist/routes/auth-discovery.js +36 -0
  363. package/node_modules/@noodle-borg/service/dist/routes/auth-discovery.js.map +1 -0
  364. package/node_modules/@noodle-borg/service/dist/routes/billing-read.d.ts.map +1 -1
  365. package/node_modules/@noodle-borg/service/dist/routes/billing-read.js +3 -9
  366. package/node_modules/@noodle-borg/service/dist/routes/billing-read.js.map +1 -1
  367. package/node_modules/@noodle-borg/service/dist/routes/billing-stripe.d.ts.map +1 -1
  368. package/node_modules/@noodle-borg/service/dist/routes/billing-stripe.js +3 -3
  369. package/node_modules/@noodle-borg/service/dist/routes/billing-stripe.js.map +1 -1
  370. package/node_modules/@noodle-borg/service/dist/routes/github-run-claim.d.ts.map +1 -1
  371. package/node_modules/@noodle-borg/service/dist/routes/github-run-claim.js +3 -1
  372. package/node_modules/@noodle-borg/service/dist/routes/github-run-claim.js.map +1 -1
  373. package/node_modules/@noodle-borg/service/dist/routes/platform-auth-migration-dispatch.d.ts +8 -0
  374. package/node_modules/@noodle-borg/service/dist/routes/platform-auth-migration-dispatch.d.ts.map +1 -0
  375. package/node_modules/@noodle-borg/service/dist/routes/platform-auth-migration-dispatch.js +40 -0
  376. package/node_modules/@noodle-borg/service/dist/routes/platform-auth-migration-dispatch.js.map +1 -0
  377. package/node_modules/@noodle-borg/service/dist/routes/platform-auth-migration.d.ts +13 -0
  378. package/node_modules/@noodle-borg/service/dist/routes/platform-auth-migration.d.ts.map +1 -0
  379. package/node_modules/@noodle-borg/service/dist/routes/platform-auth-migration.js +158 -0
  380. package/node_modules/@noodle-borg/service/dist/routes/platform-auth-migration.js.map +1 -0
  381. package/node_modules/@noodle-borg/service/dist/serve-options.d.ts +21 -3
  382. package/node_modules/@noodle-borg/service/dist/serve-options.d.ts.map +1 -1
  383. package/node_modules/@noodle-borg/service/dist/serve.d.ts.map +1 -1
  384. package/node_modules/@noodle-borg/service/dist/serve.js +61 -146
  385. package/node_modules/@noodle-borg/service/dist/serve.js.map +1 -1
  386. package/node_modules/@noodle-borg/service/dist/service-resource-cleanup.d.ts +1 -0
  387. package/node_modules/@noodle-borg/service/dist/service-resource-cleanup.d.ts.map +1 -1
  388. package/node_modules/@noodle-borg/service/dist/service-resource-cleanup.js +3 -0
  389. package/node_modules/@noodle-borg/service/dist/service-resource-cleanup.js.map +1 -1
  390. package/node_modules/@noodle-borg/service/dist/service.d.ts.map +1 -1
  391. package/node_modules/@noodle-borg/service/dist/service.js +17 -29
  392. package/node_modules/@noodle-borg/service/dist/service.js.map +1 -1
  393. package/node_modules/@noodle-borg/service/dist/store/control-plane.d.ts.map +1 -1
  394. package/node_modules/@noodle-borg/service/dist/store/control-plane.js +60 -19
  395. package/node_modules/@noodle-borg/service/dist/store/control-plane.js.map +1 -1
  396. package/node_modules/@noodle-borg/service/dist/store/postgres-control-plane.d.ts +1 -2
  397. package/node_modules/@noodle-borg/service/dist/store/postgres-control-plane.d.ts.map +1 -1
  398. package/node_modules/@noodle-borg/service/dist/store/postgres-control-plane.js +0 -40
  399. package/node_modules/@noodle-borg/service/dist/store/postgres-control-plane.js.map +1 -1
  400. package/node_modules/@noodle-borg/service/dist/store/postgres-personal-workspace.d.ts +5 -0
  401. package/node_modules/@noodle-borg/service/dist/store/postgres-personal-workspace.d.ts.map +1 -0
  402. package/node_modules/@noodle-borg/service/dist/store/postgres-personal-workspace.js +176 -0
  403. package/node_modules/@noodle-borg/service/dist/store/postgres-personal-workspace.js.map +1 -0
  404. package/node_modules/@noodle-borg/service/dist/store/postgres-schema.d.ts +2 -0
  405. package/node_modules/@noodle-borg/service/dist/store/postgres-schema.d.ts.map +1 -1
  406. package/node_modules/@noodle-borg/service/dist/store/postgres-schema.js +43 -1
  407. package/node_modules/@noodle-borg/service/dist/store/postgres-schema.js.map +1 -1
  408. package/node_modules/@noodle-borg/service/dist/store/postgres-signup.js +2 -1
  409. package/node_modules/@noodle-borg/service/dist/store/postgres-signup.js.map +1 -1
  410. package/node_modules/@noodle-borg/service/dist/workos-directory.d.ts +71 -0
  411. package/node_modules/@noodle-borg/service/dist/workos-directory.d.ts.map +1 -0
  412. package/node_modules/@noodle-borg/service/dist/workos-directory.js +175 -0
  413. package/node_modules/@noodle-borg/service/dist/workos-directory.js.map +1 -0
  414. package/node_modules/@noodle-borg/service/package.json +1 -0
  415. package/node_modules/@workos-inc/node/LICENSE +21 -0
  416. package/node_modules/@workos-inc/node/README.md +140 -0
  417. package/node_modules/@workos-inc/node/lib/factory-B8vTFojy.d.cts +9727 -0
  418. package/node_modules/@workos-inc/node/lib/factory-B8vTFojy.d.mts +9727 -0
  419. package/node_modules/@workos-inc/node/lib/factory-CoKXdPX2.cjs +8426 -0
  420. package/node_modules/@workos-inc/node/lib/factory-CoKXdPX2.cjs.map +1 -0
  421. package/node_modules/@workos-inc/node/lib/factory-MKPb5Egh.mjs +8241 -0
  422. package/node_modules/@workos-inc/node/lib/factory-MKPb5Egh.mjs.map +1 -0
  423. package/node_modules/@workos-inc/node/lib/index.cjs +449 -0
  424. package/node_modules/@workos-inc/node/lib/index.cjs.map +1 -0
  425. package/node_modules/@workos-inc/node/lib/index.d.cts +478 -0
  426. package/node_modules/@workos-inc/node/lib/index.d.mts +478 -0
  427. package/node_modules/@workos-inc/node/lib/index.mjs +394 -0
  428. package/node_modules/@workos-inc/node/lib/index.mjs.map +1 -0
  429. package/node_modules/@workos-inc/node/lib/index.worker.cjs +60 -0
  430. package/node_modules/@workos-inc/node/lib/index.worker.cjs.map +1 -0
  431. package/node_modules/@workos-inc/node/lib/index.worker.d.cts +16 -0
  432. package/node_modules/@workos-inc/node/lib/index.worker.d.mts +16 -0
  433. package/node_modules/@workos-inc/node/lib/index.worker.mjs +35 -0
  434. package/node_modules/@workos-inc/node/lib/index.worker.mjs.map +1 -0
  435. package/node_modules/@workos-inc/node/lib/webapi-BgpV54gi.mjs +3224 -0
  436. package/node_modules/@workos-inc/node/lib/webapi-BgpV54gi.mjs.map +1 -0
  437. package/node_modules/@workos-inc/node/lib/webapi-BzGFatFp.cjs +3271 -0
  438. package/node_modules/@workos-inc/node/lib/webapi-BzGFatFp.cjs.map +1 -0
  439. package/node_modules/@workos-inc/node/package.json +96 -0
  440. package/package.json +2 -1
@@ -0,0 +1,478 @@
1
+ import { $ as ReadObjectMetadataResponse, $a as FlagDeletedEvent, $c as SessionStatus, $d as ListEffectivePermissionsByExternalIdOptions, $f as ListResourcesForMembershipOptionsWithParentId, $i as AuthenticationMfaSucceededEvent, $l as EmailVerification, $n as DataIntegrationCredentialsDtoResponse, $o as OrganizationUpdatedEvent, $p as DirectoryResponse, $r as ValidateAgentApiKeyOptions, $s as RemoveGroupOrganizationMembershipOptions, $t as RadarStandaloneAssessRequestAction, $u as AuthenticateWithOrganizationSelectionOptions, A as ApiKeyRequiredException, Aa as DsyncGroupCreatedEventResponse, Ac as CreateOrganizationApiKeyRequestOptions, Ad as SerializedListConnectionsOptions, Af as RemoveRoleOptionsWithResourceId, Ai as SerializedCreateOrganizationOptions, Al as ListUserFeatureFlagsOptions, An as DataIntegrationCredentialResponse, Ao as OrganizationDeletedResponse, Ap as SerializedUpdateOrganizationRoleOptions, Ar as CreateM2MApplicationResponse, As as VaultDataCreatedEvent, At as SerializedAuditLogExportOptions, Au as AuthenticateWithSessionCookieFailedResponse, B as ObjectSummaryResponse, Ba as DsyncUserCreatedEventResponse, Bc as CreateOrganizationDomainOptions, Bd as DirectoryUser, Bf as ListRoleAssignmentsOptions, Bi as ListResponse, Bl as OrganizationMembershipResponse, Bn as AuthorizeDataIntegrationOptions, Bo as OrganizationDomainVerifiedEventResponse, Bp as SerializedCreateEnvironmentRoleOptions, Br as UserConsentOptionChoiceResponse, Bs as VaultDekReadEvent, Bt as EnrollFactorOptions, Bu as User, C as BadRequestException, Ca as ConnectionDeletedEvent, Cc as SerializedValidateApiKeyResponse, Cd as ProfileAndToken, Cf as ListGroupRoleAssignmentsOptions, Ci as UpdateOrganizationOptions, Cl as MagicAuthEvent, Cn as DataIntegration, Co as InvitationRevokedEvent, Cp as CreatePermissionOptions, Cr as CreateApplicationClientSecretOptions, Cs as UserCreatedEventResponse, Ct as AuditLogSchema, Cu as AuthenticationEvent, D as isAuthenticationErrorData, Da as DsyncDeletedEvent, Dc as CreatedApiKey, Dd as OauthTokens, Df as BaseRemoveRoleOptions, Di as ListOrganizationFeatureFlagsOptions, Dl as Locale, Dn as DataIntegrationCustomProviderResponse, Do as OrganizationCreatedEvent, Dp as RemoveOrganizationRolePermissionOptions, Dr as GetApplicationOptions, Ds as UserUpdatedEventResponse, Dt as AuditLogExport, Du as AuthenticateUserWithTotpCredentials, E as AuthenticationException, Ea as DsyncActivatedEventResponse, Ec as ListOrganizationApiKeysOptions, Ed as ProfileResponse, Ef as RemoveRoleAssignmentOptions, Ei as ListOrganizationsOptions, El as LogoutURLOptions, En as DataIntegrationCustomProvider, Eo as MagicAuthCreatedEventResponse, Ep as PermissionResponse, Er as UpdateApplicationOptions, Es as UserUpdatedEvent, Et as AuditLogTargetSchema, Eu as AuthenticationEventSsoResponse, F as UpdateWebhookEndpointEvents, Fa as DsyncGroupUserAddedEvent, Fc as OrganizationDomainVerificationFailedResponse, Fd as ConnectionResponse, Ff as BaseAssignRoleOptions, Fi as UnprocessableEntityError, Fl as AuthorizationOrganizationMembership, Fn as CreateUserConnectedAccountOptions, Fo as OrganizationDomainUpdatedEvent, Fp as AddEnvironmentRolePermissionOptions, Fr as ListApplicationsOptions, Fs as VaultDataReadEventResponse, Ft as FactorResponse, Fu as UserManagementAccessToken, G as ObjectMetadata, Ga as EmailVerificationCreatedEvent, Gc as UpdateUserPasswordOptions, Gd as OrganizationRoleEvent, Gf as RoleAssignmentResponse, Gi as ApiKeyRevokedEvent, Gl as ListAuthFactorsOptions, Gn as UpdateCustomProviderDefinitionResponse, Go as OrganizationMembershipUpdated, Gp as ListDirectoryUsersOptions, Gr as AgentCredentialType, Gs as VaultMetadataReadEventResponse, Gt as RadarListEntryAlreadyPresentResponseWire, Gu as SerializedAuthenticateWithRefreshTokenPublicClientOptions, H as ObjectVersionResponse, Ha as DsyncUserDeletedEventResponse, Hc as SerializedVerifyEmailOptions, Hd as DirectoryUserWithGroups, Hf as RoleAssignment, Hi as GenerateLinkIntent, Hl as ListInvitationsOptions, Hn as DeleteDataIntegrationOptions, Ho as OrganizationMembershipCreatedResponse, Hp as EnvironmentRoleList, Hr as UserObjectResponse, Hs as VaultKekCreatedEvent, Ht as ChallengeResponse, Hu as Impersonator, I as UpdateWebhookEndpointStatus, Ia as DsyncGroupUserAddedEventResponse, Ic as OrganizationDomain, Id as ConnectionType, If as SerializedAssignRoleOptions, Ii as PutOptions, Il as AuthorizationOrganizationMembershipResponse, In as ConnectedAccountState, Io as OrganizationDomainUpdatedEventResponse, Ip as SetEnvironmentRolePermissionsOptions, Ir as CompleteOAuth2Options, Is as VaultDataUpdatedEvent, It as FactorWithSecrets, Iu as AuthenticationResponse, J as ActorResponse, Ja as EventBase, Jc as SerializedUpdateOrganizationMembershipOptions, Jd as Role, Jf as RoleAssignmentSourceResponse, Ji as AuthenticationEmailVerificationSucceededEventResponse, Jl as InvitationEventResponse, Jn as CreateDataIntegrationOptions, Jo as OrganizationRoleCreatedEventResponse, Jp as SerializedListDirectoriesOptions, Jr as SerializedAgentAccessTokenClaims, Js as DataKey, Jt as RadarStandaloneResponseBlocklistType, Ju as SerializedAuthenticateWithRefreshTokenOptions, K as ObjectMetadataResponse, Ka as EmailVerificationCreatedEventResponse, Kc as SerializedUpdateUserOptions, Kd as OrganizationRoleEventResponse, Kf as RoleAssignmentRole, Ki as ApiKeyRevokedEventResponse, Kl as Invitation, Kn as UpdateCustomProviderDefinitionAuthenticateVia, Ko as OrganizationMembershipUpdatedResponse, Kp as ListDirectoryGroupsOptions, Kr as AgentCredentialValidation, Ks as VaultNamesListedEvent, Kt as RadarStandaloneResponse, Ku as AuthenticateUserWithRefreshTokenCredentials, L as CreateWebhookEndpointEvents, La as DsyncGroupUserRemovedEvent, Lc as OrganizationDomainResponse, Ld as SSOAuthorizationURLOptions, Lf as ListRoleAssignmentsForResourceByExternalIdOptions, Li as PostOptions, Ll as BaseOrganizationMembership, Ln as GetUserConnectedAccountOptions, Lo as OrganizationDomainVerificationFailedEvent, Lp as SerializedUpdateEnvironmentRoleOptions, Lr as UserConsentOption, Ls as VaultDataUpdatedEventResponse, Lt as FactorWithSecretsResponse, Lu as AuthenticationResponseResponse, M as WebhookEndpoint, Ma as DsyncGroupDeletedEventResponse, Mc as ApiKey, Md as GetProfileOptions, Mf as AssignRoleOptions, Mi as DomainDataState, Ml as SerializedListSessionsOptions, Mn as ListUserDataProvidersOptions, Mo as OrganizationDomainCreatedEventResponse, Mp as CreateOrganizationRoleOptions, Mr as CreateOAuthApplicationResponse, Ms as VaultDataDeletedEvent, Mt as VerifyResponseResponse, Mu as AuthenticateWithSessionCookieOptions, N as WebhookEndpointResponse, Na as DsyncGroupUpdatedEvent, Nc as SerializedApiKey, Nd as Connection, Nf as AssignRoleOptionsWithResourceExternalId, Ni as WorkOSResponseError, Nl as ListOrganizationMembershipsOptions, Nn as DeleteUserConnectedAccountOptions, No as OrganizationDomainDeletedEvent, Np as SerializedCreateOrganizationRoleOptions, Nr as RedirectUriInput, Ns as VaultDataDeletedEventResponse, Nt as VerifyChallengeOptions, Nu as AuthenticateWithSessionCookieSuccessResponse, O as GenericServerException, Oa as DsyncDeletedEventResponse, Oc as SerializedCreatedApiKey, Od as OauthTokensResponse, Of as RemoveRoleOptions, Oi as CreateOrganizationOptions, Ol as ListUsersOptions, On as DataIntegrationCustomProviderAuthenticateVia, Oo as OrganizationCreatedResponse, Op as AddOrganizationRolePermissionOptions, Or as CreateApplicationOptions, Os as VaultByokKeyVerificationCompletedEvent, Ot as AuditLogExportResponse, Ou as AuthenticateWithTotpOptions, P as WebhookEndpointStatus, Pa as DsyncGroupUpdatedEventResponse, Pc as OrganizationDomainVerificationFailed, Pd as ConnectionDomain, Pf as AssignRoleOptionsWithResourceId, Pi as WorkOSOptions, Pl as SerializedListOrganizationMembershipsOptions, Pn as UpdateUserConnectedAccountOptions, Po as OrganizationDomainDeletedEventResponse, Pp as OrganizationRole, Pr as RedirectUriInputResponse, Ps as VaultDataReadEvent, Pt as Factor, Pu as SessionCookieData, Q as UpdateObjectOptions, Qa as FlagCreatedEventResponse, Qc as SessionResponse, Qd as RoleResponse, Qf as ListResourcesForMembershipOptionsWithParentExternalId, Qi as AuthenticationMagicAuthSucceededEventResponse, Ql as SerializedEnrollUserInMfaFactorOptions, Qn as DataIntegrationCredentialsDto, Qo as OrganizationRoleUpdatedEventResponse, Qp as Directory, Qr as ValidateAgentAccessTokenOptions, Qs as UpdateGroupOptions, Qt as RadarListType, Qu as AuthenticateUserWithOrganizationSelectionCredentials, R as WorkOS, Ra as DsyncGroupUserRemovedEventResponse, Rc as OrganizationDomainState, Rd as SSOPKCEAuthorizationURLResult, Rf as ListRoleAssignmentsForResourceOptions, Ri as PatchOptions, Rl as BaseOrganizationMembershipResponse, Rn as GetAccessTokenOptions, Ro as OrganizationDomainVerificationFailedEventResponse, Rp as UpdateEnvironmentRoleOptions, Rr as UserConsentOptionResponse, Rs as VaultDekDecryptedEvent, Rt as Sms, Ru as CreateUserResponse, S as ConflictException, Sa as ConnectionDeactivatedEventResponse, Sc as AddFlagTargetOptions, Sd as WithResolvedClientId, Sf as GetGroupRoleAssignmentOptions, Si as SerializedUpdateOrganizationOptions, Sl as MagicAuth, Sn as ConnectedAccountAuthMethod, So as InvitationResentEventResponse, Sp as UpdatePermissionOptions, Sr as DeleteClientSecretOptions, Ss as UserCreatedEvent, St as AuditLogActorSchema, Su as TotpWithSecretsResponse, T as AuthenticationErrorData, Ta as DsyncActivatedEvent, Tc as ValidateApiKeyResponse, Td as Profile, Tf as GroupRoleAssignmentResponse, Ti as OrganizationResponse, Tl as MagicAuthResponse, Tn as DataIntegrationState, To as MagicAuthCreatedEvent, Tp as Permission, Tr as DeleteApplicationOptions, Ts as UserDeletedEventResponse, Tt as AuditLogSchemaResponse, Tu as AuthenticationEventSso, U as VaultObject, Ua as DsyncUserUpdatedEvent, Uc as VerifyEmailOptions, Ud as DirectoryUserWithGroupsResponse, Uf as RoleAssignmentResource, Ui as ApiKeyCreatedEvent, Ul as SerializedListInvitationsOptions, Un as UpdateDataIntegrationOptions, Uo as OrganizationMembershipDeleted, Up as EnvironmentRoleListResponse, Ur as AutoPaginatable, Us as VaultKekCreatedEventResponse, Ut as ChallengeFactorOptions, Uu as ImpersonatorResponse, V as ObjectVersion, Va as DsyncUserDeletedEvent, Vc as SerializedCreateOrganizationDomainOptions, Vd as DirectoryUserResponse, Vf as SerializedListRoleAssignmentsOptions, Vi as GetOptions, Vl as OrganizationMembershipStatus, Vn as UpdateDataIntegrationApiKeyOptions, Vo as OrganizationMembershipCreated, Vp as EnvironmentRole, Vr as UserObject, Vs as VaultDekReadEventResponse, Vt as Challenge, Vu as UserResponse, W as VaultObjectResponse, Wa as DsyncUserUpdatedEventResponse, Wc as SerializedUpdateUserPasswordOptions, Wd as ListOrganizationRolesResponse, Wf as RoleAssignmentResourceResponse, Wi as ApiKeyCreatedEventResponse, Wl as ListGroupsForOrganizationMembershipOptions, Wn as UpdateCustomProviderDefinition, Wo as OrganizationMembershipDeletedResponse, Wp as EnvironmentRoleResponse, Wr as AgentAccessTokenClaims, Ws as VaultMetadataReadEvent, Wt as RadarListEntryAlreadyPresentResponse, Wu as AuthenticateWithRefreshTokenPublicClientOptions, X as CreateDataKeyResponseWire, Xa as EventResponse, Xc as AuthMethod, Xd as RoleEventResponse, Xf as ListMembershipsForResourceOptions, Xi as AuthenticationMagicAuthFailedEventResponse, Xl as Identity, Xn as CustomProviderDefinitionResponse, Xo as OrganizationRoleDeletedEventResponse, Xp as DirectoryGroup, Xr as SerializedValidateAgentCredentialOptions, Xs as KeyContext, Xt as RadarStandaloneResponseVerdict, Xu as AuthenticateWithPasswordOptions, Y as CreateDataKeyResponse, Ya as EventName, Yc as UpdateOrganizationMembershipOptions, Yd as RoleEvent, Yf as ListMembershipsForResourceByExternalIdOptions, Yi as AuthenticationMagicAuthFailedEvent, Yl as InvitationResponse, Yn as CustomProviderDefinition, Yo as OrganizationRoleDeletedEvent, Yp as PaginationOptions, Yr as SerializedAgentCredentialValidation, Ys as DataKeyPair, Yt as RadarStandaloneResponseControl, Yu as AuthenticateUserWithPasswordCredentials, Z as UpdateObjectEntity, Za as FlagCreatedEvent, Zc as Session, Zd as RoleList, Zf as ListResourcesForMembershipOptions, Zi as AuthenticationMagicAuthSucceededEvent, Zl as EnrollAuthFactorOptions, Zn as CustomProviderDefinitionAuthenticateVia, Zo as OrganizationRoleUpdatedEvent, Zp as DirectoryGroupResponse, Zr as ValidAgentCredential, Zs as SerializedUpdateGroupOptions, Zt as RadarListAction, Zu as SerializedAuthenticateWithPasswordOptions, _ as SignatureVerificationException, _a as AuthenticationSSOSucceededEvent, _c as FlagPollResponse, _d as SerializedAuthenticateWithCodeOptions, _f as CreateGroupRoleAssignmentOptions, _i as ActionContext, _l as PasswordResetEvent, _n as DataIntegrationCredentialsResponseCredentialResponse, _o as InvitationAcceptedEvent, _p as SerializedCreateAuthorizationResourceOptions, _r as ConnectApplicationResponse, _s as SessionCreatedEvent, _t as AuditLogActor, _u as AuthenticationFactorWithSecrets, a as PublicWorkOS, aa as AuthenticationPasskeyFailedEvent, ac as DeleteGroupOptions, ad as AuthenticateWithRadarEmailChallengeOptions, af as GroupRoleAssignmentEntryWithResourceId, ai as AgentRegistrationKind, al as SendInvitationOptions, am as HttpClient, an as DataIntegrationsListResponseDataOwnership, ao as GroupCreatedEvent, ap as SerializedAuthorizationCheckOptions, ar as PasswordlessSessionResponse, as as PermissionCreatedEvent, at as DecryptDataKeyResponse, au as CreatePasswordResetOptions, b as NotFoundException, ba as ConnectionActivatedEventResponse, bc as FeatureFlagResponse, bd as SerializedAuthenticatePublicClientBase, bf as CreateGroupRoleAssignmentOptionsWithResourceId, bi as UserDataPayload, bl as CreateMagicAuthResponse, bn as ConnectedAccount, bo as InvitationCreatedEventResponse, bp as ListPermissionsOptions, br as ExternalAuthCompleteResponse, bs as SessionRevokedEventResponse, bt as CreateAuditLogEventRequestOptions, bu as TotpResponse, c as PortalLinkResponseWire, ca as AuthenticationPasskeySucceededEventResponse, cc as AddGroupOrganizationMembershipOptions, cd as AuthenticateWithMagicAuthOptions, cf as SerializedReplaceGroupRoleAssignmentsOptions, ci as SerializedAgentRegistration, cl as SerializedRevokeSessionOptions, cm as RequestHeaders, cn as DataIntegrationsListResponseDataConnectedAccountResponse, co as GroupDeletedEventResponse, cp as UpdateAuthorizationResourceByExternalIdOptions, cr as NewConnectApplicationSecret, cs as PermissionDeletedEventResponse, ct as WidgetSessionTokenResponseWire, cu as SerializedCreateOrganizationMembershipOptions, d as IntentOptions, da as AuthenticationPasswordSucceededEvent, dc as RuntimeClientLogger, dd as AuthenticateWithEmailVerificationOptions, df as RemoveGroupRoleAssignmentsOptionsForOrganization, di as PKCE, dl as SerializedResetPasswordOptions, dm as ResponseHeaders, dn as DataIntegrationAccessTokenResponse, do as GroupMemberEventData, dp as SerializedListAuthorizationResourcesOptions, dr as ApplicationCredentialsListItemResponse, ds as RoleCreatedEvent, dt as FeatureFlagsRuntimeClient, du as PKCEAuthorizationURLResult, ea as AuthenticationMfaSucceededEventResponse, ec as ListGroupsOptions, ed as SerializedAuthenticateWithOrganizationSelectionOptions, ef as ListEffectivePermissionsOptions, ei as ValidateAgentCredentialOptions, el as SendVerificationEmailOptions, em as DirectoryState, en as RadarStandaloneAssessRequestAuthMethod, eo as FlagDeletedEventResponse, ep as SerializedListResourcesForMembershipOptions, er as DataIntegrationCredentialsType, es as OrganizationUpdatedResponse, et as ReadObjectOptions, eu as EmailVerificationEvent, f as IntentOptionsResponse, fa as AuthenticationPasswordSucceededEventResponse, fc as RuntimeClientOptions, fd as SerializedAuthenticateWithEmailVerificationOptions, ff as RemoveGroupRoleAssignmentsOptionsWithResourceExternalId, fi as PKCEPair, fl as ResendInvitationOptions, fm as CryptoProvider, fn as DataIntegrationAccessTokenResponseWire, fo as GroupMemberEventResponseData, fp as AuthorizationResource, fr as ConnectApplication, fs as RoleCreatedEventResponse, ft as CookieSession, fu as UserManagementAuthorizationURLOptions, g as UnauthorizedException, ga as AuthenticationSSOFailedEventResponse, gc as FlagPollEntry, gd as AuthenticateWithCodeOptions, gf as BaseCreateGroupRoleAssignmentOptions, gi as UserRegistrationActionResponseData, gl as PasswordReset, gn as DataIntegrationCredentialsResponseCredential, go as GroupUpdatedEventResponse, gp as CreateOptionsWithParentResourceId, gr as ConnectApplicationOAuthResponse, gs as RoleUpdatedEventResponse, gt as SerializedCreateAuditLogSchemaOptions, gu as AuthenticationFactorResponse, h as UnprocessableEntityException, ha as AuthenticationSSOFailedEvent, hc as FlagChange, hd as AuthenticateUserWithCodeCredentials, hf as RemoveGroupRoleAssignmentOptions, hi as ResponsePayload, hl as RefreshSessionResponse, hn as DataIntegrationCredentialsResponseError, ho as GroupUpdatedEvent, hp as CreateOptionsWithParentExternalId, hr as ConnectApplicationOAuth, hs as RoleUpdatedEvent, ht as CreateAuditLogSchemaResponse, hu as AuthenticationFactor, i as PublicUserManagement, ia as AuthenticationOAuthSucceededEventResponse, ic as GetGroupOptions, id as AuthenticateUserWithRadarEmailChallengeCredentials, if as GroupRoleAssignmentEntryWithResourceExternalId, ii as AgentRegistrationClaimCompletion, il as SerializedSendRadarSmsChallengeOptions, im as EventDirectoryResponse, in as DataIntegrationsListResponseDataResponse, io as FlagUpdatedEventResponse, ip as AuthorizationCheckResult, ir as PasswordlessSession, is as PasswordResetSucceededEventResponse, it as DecryptDataKeyOptions, iu as SerializedCreateUserOptions, j as Webhooks, ja as DsyncGroupDeletedEvent, jc as SerializedCreateOrganizationApiKeyOptions, jd as GetProfileAndTokenOptions, jf as SerializedRemoveRoleOptions, ji as DomainData, jl as ListSessionsOptions, jn as DataIntegrationCredentialType, jo as OrganizationDomainCreatedEvent, jp as UpdateOrganizationRoleOptions, jr as CreateOAuthApplication, js as VaultDataCreatedEventResponse, jt as VerifyResponse, ju as AuthenticateWithSessionCookieFailureReason, k as WorkOSErrorData, ka as DsyncGroupCreatedEvent, kc as CreateOrganizationApiKeyOptions, kd as ListConnectionsOptions, kf as RemoveRoleOptionsWithResourceExternalId, ki as CreateOrganizationRequestOptions, kl as SerializedListUsersOptions, kn as DataIntegrationCredential, ko as OrganizationDeletedEvent, kp as SetOrganizationRolePermissionsOptions, kr as CreateM2MApplication, ks as VaultByokKeyVerificationCompletedEventResponse, kt as AuditLogExportOptions, ku as SerializedAuthenticateWithTotpOptions, l as GenerateLink, la as AuthenticationPasswordFailedEvent, lc as SerializedAddGroupOrganizationMembershipOptions, ld as SerializedAuthenticateWithMagicAuthOptions, lf as BaseRemoveGroupRoleAssignmentsOptions, li as SerializedAgentRegistrationClaim, ll as serializeRevokeSessionOptions, lm as RequestOptions, ln as DataIntegrationsListResponseDataConnectedAccountState, lo as GroupMemberAddedEvent, lp as GetAuthorizationResourceByExternalIdOptions, lr as NewConnectApplicationSecretResponse, ls as PermissionUpdatedEvent, lt as CreateTokenOptions, lu as CreateMagicAuthOptions, m as SSOIntentOptionsResponse, ma as AuthenticationRadarRiskDetectedEventResponse, mc as ListFeatureFlagsOptions, md as SerializedAuthenticateWithCodeAndVerifierOptions, mf as SerializedRemoveGroupRoleAssignmentsOptions, mi as AuthenticationActionResponseData, ml as RefreshSessionFailureReason, mn as DataIntegrationAccessTokenResponseAccessTokenResponse, mo as GroupMemberRemovedEventResponse, mp as CreateAuthorizationResourceOptions, mr as ConnectApplicationM2MResponse, ms as RoleDeletedEventResponse, mt as CreateAuditLogSchemaRequestOptions, mu as AuthenticationRadarRiskDetectedEventResponseData, n as PublicClientOptions, na as AuthenticationOAuthFailedEventResponse, nc as Group, nd as AuthenticateWithRadarSmsChallengeOptions, nf as GroupRoleAssignmentEntry, ni as AgentRegistration, nl as SendRadarSmsChallengeResponse, nm as DirectoryType, nn as DataIntegrationsListResponseWire, no as FlagRuleUpdatedEventResponse, np as AuthorizationCheckOptionsWithResourceExternalId, nr as CreatePasswordlessSessionOptions, ns as PasswordResetCreatedEventResponse, nt as CreateObjectEntity, nu as EmailVerificationResponse, o as createWorkOS, oa as AuthenticationPasskeyFailedEventResponse, oc as CreateGroupOptions, od as SerializedAuthenticateWithRadarEmailChallengeOptions, of as ReplaceGroupRoleAssignmentsOptions, oi as AgentRegistrationStatus, ol as SerializedSendInvitationOptions, om as HttpClientInterface, on as DataIntegrationsListResponseDataAuthMethods, oo as GroupCreatedEventResponse, op as DeleteAuthorizationResourceOptions, or as ListEventOptions, os as PermissionCreatedEventResponse, ot as CreateDataKeyOptions, ou as SerializedCreatePasswordResetOptions, p as SSOIntentOptions, pa as AuthenticationRadarRiskDetectedEvent, pc as RemoveFlagTargetOptions, pd as AuthenticateWithCodeAndVerifierOptions, pf as RemoveGroupRoleAssignmentsOptionsWithResourceId, pi as Actions, pl as SerializedResendInvitationOptions, pn as DataIntegrationAccessTokenResponseAccessToken, po as GroupMemberRemovedEvent, pp as AuthorizationResourceResponse, pr as ConnectApplicationM2M, ps as RoleDeletedEvent, pt as CreateAuditLogSchemaOptions, pu as AuthenticationRadarRiskDetectedEventData, q as Actor, qa as Event, qc as UpdateUserOptions, qd as OrganizationRoleResponse, qf as RoleAssignmentSource, qi as AuthenticationEmailVerificationSucceededEvent, ql as InvitationEvent, qn as GetDataIntegrationOptions, qo as OrganizationRoleCreatedEvent, qp as ListDirectoriesOptions, qr as InvalidAgentCredential, qs as VaultNamesListedEventResponse, qt as RadarStandaloneResponseWire, qu as AuthenticateWithRefreshTokenOptions, r as PublicSSO, ra as AuthenticationOAuthSucceededEvent, rc as GroupResponse, rd as SerializedAuthenticateWithRadarSmsChallengeOptions, rf as GroupRoleAssignmentEntryForOrganization, ri as AgentRegistrationClaim, rl as SendRadarSmsChallengeResponseResponse, rm as EventDirectory, rn as DataIntegrationsListResponseData, ro as FlagUpdatedEvent, rp as AuthorizationCheckOptionsWithResourceId, rr as SerializedCreatePasswordlessSessionOptions, rs as PasswordResetSucceededEvent, rt as CreateObjectOptions, ru as CreateUserOptions, s as PortalLinkResponse, sa as AuthenticationPasskeySucceededEvent, sc as SerializedCreateGroupOptions, sd as AuthenticateUserWithMagicAuthCredentials, sf as SerializedGroupRoleAssignmentEntry, si as SerializedAgentIdentity, sl as RevokeSessionOptions, sm as HttpClientResponseInterface, sn as DataIntegrationsListResponseDataConnectedAccount, so as GroupDeletedEvent, sp as DeleteAuthorizationResourceByExternalIdOptions, sr as SerializedListEventOptions, ss as PermissionDeletedEvent, st as WidgetSessionTokenResponse, su as CreateOrganizationMembershipOptions, t as ConfidentialClientOptions, ta as AuthenticationOAuthFailedEvent, tc as ListGroupOrganizationMembershipsOptions, td as AuthenticateUserWithRadarSmsChallengeCredentials, tf as BaseGroupRoleAssignmentEntry, ti as AgentIdentity, tl as SendRadarSmsChallengeOptions, tm as DirectoryStateResponse, tn as DataIntegrationsListResponse, to as FlagRuleUpdatedEvent, tp as AuthorizationCheckOptions, tr as SendSessionResponse, ts as PasswordResetCreatedEvent, tt as ReadObjectResponse, tu as EmailVerificationEventResponse, u as GenerateLinkResponse, ua as AuthenticationPasswordFailedEventResponse, uc as RuntimeClientStats, ud as AuthenticateUserWithEmailVerificationCredentials, uf as RemoveGroupRoleAssignmentsOptions, ui as SerializedAgentRegistrationClaimCompletion, ul as ResetPasswordOptions, um as ResponseHeaderValue, un as DataIntegrationsListResponseDataConnectedAccountAuthMethod, uo as GroupMemberAddedEventResponse, up as ListAuthorizationResourcesOptions, ur as ApplicationCredentialsListItem, us as PermissionUpdatedEventResponse, ut as WidgetSessionTokenScopes, uu as SerializedCreateMagicAuthOptions, v as RateLimitExceededException, va as AuthenticationSSOSucceededEventResponse, vc as FlagTarget, vd as AuthenticateWithOptionsBase, vf as CreateGroupRoleAssignmentOptionsForOrganization, vi as ActionPayload, vl as PasswordResetEventResponse, vn as DataIntegrationAuthorizeUrlResponse, vo as InvitationAcceptedEventResponse, vp as SerializedUpdateAuthorizationResourceOptions, vr as ConnectApplicationRedirectUri, vs as SessionCreatedEventResponse, vt as AuditLogTarget, vu as AuthenticationFactorWithSecretsResponse, w as AuthenticationErrorCode, wa as ConnectionDeletedEventResponse, wc as ValidateApiKeyOptions, wd as ProfileAndTokenResponse, wf as GroupRoleAssignment, wi as Organization, wl as MagicAuthEventResponse, wn as DataIntegrationResponse, wo as InvitationRevokedEventResponse, wp as SerializedCreatePermissionOptions, wr as ListApplicationClientSecretsOptions, ws as UserDeletedEvent, wt as AuditLogSchemaMetadata, wu as AuthenticationEventResponse, x as NoApiKeyProvidedException, xa as ConnectionDeactivatedEvent, xc as EvaluationContext, xd as SerializedAuthenticateWithOptionsBase, xf as SerializedCreateGroupRoleAssignmentOptions, xi as UserRegistrationActionPayload, xl as CreateMagicAuthResponseResponse, xn as ConnectedAccountResponse, xo as InvitationResentEvent, xp as SerializedUpdatePermissionOptions, xr as ExternalAuthCompleteResponseWire, xs as UnknownEvent, xt as SerializedCreateAuditLogEventOptions, xu as TotpWithSecrets, y as OauthException, ya as ConnectionActivatedEvent, yc as FeatureFlag, yd as AuthenticateWithSessionOptions, yf as CreateGroupRoleAssignmentOptionsWithResourceExternalId, yi as UserData, yl as PasswordResetResponse, yn as DataIntegrationAuthorizeUrlResponseWire, yo as InvitationCreatedEvent, yp as UpdateAuthorizationResourceOptions, yr as ConnectApplicationRedirectUriResponse, ys as SessionRevokedEvent, yt as CreateAuditLogEventOptions, yu as Totp, z as ObjectSummary, za as DsyncUserCreatedEvent, zc as OrganizationDomainVerificationStrategy, zd as DefaultCustomAttributes, zf as SerializedListRoleAssignmentsForResourceOptions, zi as List, zl as OrganizationMembership, zn as CreateDataIntegrationCredentialOptions, zo as OrganizationDomainVerifiedEvent, zp as CreateEnvironmentRoleOptions, zr as UserConsentOptionChoice, zs as VaultDekDecryptedEventResponse, zt as SmsResponse, zu as CreateUserResponseResponse } from "./factory-B8vTFojy.cjs";
2
+ //#region src/groups/interfaces/create-group-membership.interface.d.ts
3
+ interface CreateGroupMembership {
4
+ /** The ID of the Organization Membership to add to the group. */
5
+ organizationMembershipId: string;
6
+ }
7
+ interface CreateGroupMembershipResponse {
8
+ organization_membership_id: string;
9
+ }
10
+ //#endregion
11
+ //#region src/groups/interfaces/create-group.interface.d.ts
12
+ interface CreateGroup {
13
+ /** The name of the Group. */
14
+ name: string;
15
+ /** An optional description of the Group. */
16
+ description?: string | null;
17
+ }
18
+ interface CreateGroupResponse {
19
+ name: string;
20
+ description?: string | null;
21
+ }
22
+ //#endregion
23
+ //#region src/groups/interfaces/update-group.interface.d.ts
24
+ interface UpdateGroup {
25
+ /** The name of the Group. */
26
+ name?: string;
27
+ /** An optional description of the Group. */
28
+ description?: string | null;
29
+ }
30
+ interface UpdateGroupResponse {
31
+ name?: string;
32
+ description?: string | null;
33
+ }
34
+ //#endregion
35
+ //#region src/groups/interfaces/user-organization-membership-base-list-data-status.interface.d.ts
36
+ declare const UserOrganizationMembershipBaseListDataStatus: {
37
+ readonly Active: "active";
38
+ readonly Inactive: "inactive";
39
+ readonly Pending: "pending";
40
+ };
41
+ type UserOrganizationMembershipBaseListDataStatus = (typeof UserOrganizationMembershipBaseListDataStatus)[keyof typeof UserOrganizationMembershipBaseListDataStatus];
42
+ //#endregion
43
+ //#region src/groups/interfaces/user-organization-membership-base-list-data.interface.d.ts
44
+ interface UserOrganizationMembershipBaseListData {
45
+ /** Distinguishes the organization membership object. */
46
+ object: 'organization_membership';
47
+ /** The unique ID of the organization membership. */
48
+ id: string;
49
+ /** The ID of the user. */
50
+ userId: string;
51
+ /** The ID of the organization which the user belongs to. */
52
+ organizationId: string;
53
+ /** The status of the organization membership. One of `active`, `inactive`, or `pending`. */
54
+ status: UserOrganizationMembershipBaseListDataStatus;
55
+ /** Whether this organization membership is managed by a directory sync connection. */
56
+ directoryManaged: boolean;
57
+ /** The name of the organization which the user belongs to. */
58
+ organizationName?: string;
59
+ /** An object containing IdP-sourced attributes from the linked [Directory User](https://workos.com/docs/reference/directory-sync/directory-user) or [SSO Profile](https://workos.com/docs/reference/sso/profile). Directory User attributes take precedence when both are linked. */
60
+ customAttributes?: Record<string, any>;
61
+ /** An ISO 8601 timestamp. */
62
+ createdAt: Date;
63
+ /** An ISO 8601 timestamp. */
64
+ updatedAt: Date;
65
+ /** The user that belongs to the organization through this membership. */
66
+ user: User;
67
+ }
68
+ interface UserOrganizationMembershipBaseListDataResponse {
69
+ object: 'organization_membership';
70
+ id: string;
71
+ user_id: string;
72
+ organization_id: string;
73
+ status: UserOrganizationMembershipBaseListDataStatus;
74
+ directory_managed: boolean;
75
+ organization_name?: string;
76
+ custom_attributes?: Record<string, any>;
77
+ created_at: string;
78
+ updated_at: string;
79
+ user: UserResponse;
80
+ }
81
+ //#endregion
82
+ //#region src/connect/interfaces/create-application-secret.interface.d.ts
83
+ type CreateApplicationSecret = object;
84
+ type CreateApplicationSecretResponse = object;
85
+ //#endregion
86
+ //#region src/connect/interfaces/update-oauth-application.interface.d.ts
87
+ interface UpdateOAuthApplication {
88
+ /** The name of the application. */
89
+ name?: string;
90
+ /** A description for the application. */
91
+ description?: string | null;
92
+ /** The OAuth scopes granted to the application. */
93
+ scopes?: string[] | null;
94
+ /** Updated redirect URIs for the application. OAuth applications only. */
95
+ redirectUris?: RedirectUriInput[] | null;
96
+ }
97
+ interface UpdateOAuthApplicationResponse {
98
+ name?: string;
99
+ description?: string | null;
100
+ scopes?: string[] | null;
101
+ redirect_uris?: RedirectUriInputResponse[] | null;
102
+ }
103
+ //#endregion
104
+ //#region src/connect/interfaces/user-management-login-request.interface.d.ts
105
+ interface UserManagementLoginRequest {
106
+ /** Identifier provided when AuthKit redirected to your login page. */
107
+ externalAuthId: string;
108
+ /** The user to create or update in AuthKit. */
109
+ user: UserObject;
110
+ /** Array of [User Consent Options](https://workos.com/docs/reference/workos-connect/standalone/user-consent-options) to store with the session. */
111
+ userConsentOptions?: UserConsentOption[];
112
+ }
113
+ interface UserManagementLoginRequestResponse {
114
+ external_auth_id: string;
115
+ user: UserObjectResponse;
116
+ user_consent_options?: UserConsentOptionResponse[];
117
+ }
118
+ //#endregion
119
+ //#region src/pipes/interfaces/access-token.interface.d.ts
120
+ interface AccessToken {
121
+ object: 'access_token';
122
+ accessToken: string;
123
+ expiresAt: Date | null;
124
+ scopes: string[];
125
+ missingScopes: string[];
126
+ }
127
+ interface SerializedAccessToken {
128
+ object: 'access_token';
129
+ access_token: string;
130
+ expires_at: string | null;
131
+ scopes: string[];
132
+ missing_scopes: string[];
133
+ }
134
+ //#endregion
135
+ //#region src/pipes/interfaces/connected-account-dto.interface.d.ts
136
+ interface ConnectedAccountDto {
137
+ /** The OAuth access token for the connected account. */
138
+ accessToken?: string;
139
+ /** The OAuth refresh token for the connected account. */
140
+ refreshToken?: string;
141
+ /** The ISO-8601 timestamp when the access token expires. Required when `access_token` is provided for tokens that expire. */
142
+ expiresAt?: Date;
143
+ /** The OAuth scopes granted for this connection. */
144
+ scopes?: string[];
145
+ /** Explicitly set the state of the connected account. When omitted, the state is derived from the token combination provided. */
146
+ state?: ConnectedAccountState;
147
+ }
148
+ interface ConnectedAccountDtoResponse {
149
+ access_token?: string;
150
+ refresh_token?: string;
151
+ expires_at?: string;
152
+ scopes?: string[];
153
+ state?: ConnectedAccountState;
154
+ }
155
+ //#endregion
156
+ //#region src/pipes/interfaces/create-data-integration-token-options.interface.d.ts
157
+ interface CreateDataIntegrationTokenOptions {
158
+ /** The identifier of the integration. */
159
+ slug: string;
160
+ /** A [User](https://workos.com/docs/reference/authkit/user) identifier. */
161
+ userId: string;
162
+ /** An [Organization](https://workos.com/docs/reference/organization) identifier. Optional parameter to scope the connection to a specific organization. */
163
+ organizationId?: string;
164
+ }
165
+ //#endregion
166
+ //#region src/pipes/interfaces/create-data-integration.interface.d.ts
167
+ interface CreateDataIntegration {
168
+ /** The provider to create a Data Integration for. For a built-in provider use its slug (e.g. `github`, `slack`). For a custom provider, this is the new provider slug and `custom_provider` must be supplied. A custom provider slug cannot shadow an existing global provider slug. */
169
+ provider: string;
170
+ /** An optional description of the Data Integration. */
171
+ description?: string | null;
172
+ /** Whether the Data Integration is enabled. Defaults to `false`. */
173
+ enabled?: boolean;
174
+ /** The OAuth scopes to request for the Data Integration. Defaults to the provider's configured scopes when omitted. */
175
+ scopes?: string[] | null;
176
+ /** The credentials to configure for the Data Integration. Required for both built-in and custom providers. */
177
+ credentials?: DataIntegrationCredentialsDto;
178
+ /** The OAuth definition for a custom provider. Supply this to define a custom provider; omit it to create an integration for a built-in provider. */
179
+ customProvider?: CustomProviderDefinition;
180
+ }
181
+ interface CreateDataIntegrationResponse {
182
+ provider: string;
183
+ description?: string | null;
184
+ enabled?: boolean;
185
+ scopes?: string[] | null;
186
+ credentials?: DataIntegrationCredentialsDtoResponse;
187
+ custom_provider?: CustomProviderDefinitionResponse;
188
+ }
189
+ //#endregion
190
+ //#region src/pipes/interfaces/data-integration-access-token-response-error.interface.d.ts
191
+ declare const DataIntegrationAccessTokenResponseError: {
192
+ readonly NotInstalled: "not_installed";
193
+ readonly NeedsReauthorization: "needs_reauthorization";
194
+ };
195
+ type DataIntegrationAccessTokenResponseError = (typeof DataIntegrationAccessTokenResponseError)[keyof typeof DataIntegrationAccessTokenResponseError];
196
+ //#endregion
197
+ //#region src/pipes/interfaces/data-integrations-get-data-integration-authorize-url-request.interface.d.ts
198
+ interface DataIntegrationsGetDataIntegrationAuthorizeUrlRequest {
199
+ /** The ID of the user to authorize. */
200
+ userId: string;
201
+ /** An organization ID to scope the authorization to a specific organization. */
202
+ organizationId?: string;
203
+ /** The URL to redirect the user to after authorization. */
204
+ returnTo?: string;
205
+ }
206
+ interface DataIntegrationsGetDataIntegrationAuthorizeUrlRequestResponse {
207
+ user_id: string;
208
+ organization_id?: string;
209
+ return_to?: string;
210
+ }
211
+ //#endregion
212
+ //#region src/pipes/interfaces/data-integrations-get-user-token-request.interface.d.ts
213
+ interface DataIntegrationsGetUserTokenRequest {
214
+ /** A [User](https://workos.com/docs/reference/authkit/user) identifier. */
215
+ userId: string;
216
+ /** An [Organization](https://workos.com/docs/reference/organization) identifier. Optional parameter to scope the connection to a specific organization. */
217
+ organizationId?: string | null;
218
+ }
219
+ interface DataIntegrationsGetUserTokenRequestResponse {
220
+ user_id: string;
221
+ organization_id?: string | null;
222
+ }
223
+ //#endregion
224
+ //#region src/pipes/interfaces/data-integrations-upsert-api-key-request.interface.d.ts
225
+ interface DataIntegrationsUpsertApiKeyRequest {
226
+ /** A [User](https://workos.com/docs/reference/authkit/user) identifier. */
227
+ userId: string;
228
+ /** An [Organization](https://workos.com/docs/reference/organization) identifier. Optional parameter to scope the connection to a specific organization. */
229
+ organizationId?: string;
230
+ /** The API key secret to store for this integration. */
231
+ secret: string;
232
+ }
233
+ interface DataIntegrationsUpsertApiKeyRequestResponse {
234
+ user_id: string;
235
+ organization_id?: string;
236
+ secret: string;
237
+ }
238
+ //#endregion
239
+ //#region src/pipes/interfaces/data-integrations-vend-credentials-request.interface.d.ts
240
+ interface DataIntegrationsVendCredentialsRequest {
241
+ /** A [User](https://workos.com/docs/reference/authkit/user) identifier. */
242
+ userId: string;
243
+ /** An [Organization](https://workos.com/docs/reference/organization) identifier. Optional parameter to scope the connection to a specific organization. */
244
+ organizationId?: string;
245
+ }
246
+ interface DataIntegrationsVendCredentialsRequestResponse {
247
+ user_id: string;
248
+ organization_id?: string;
249
+ }
250
+ //#endregion
251
+ //#region src/pipes/interfaces/list-data-integrations-options.interface.d.ts
252
+ type ListDataIntegrationsOptions = PaginationOptions;
253
+ //#endregion
254
+ //#region src/pipes/interfaces/update-data-integration.interface.d.ts
255
+ interface UpdateDataIntegration {
256
+ /** An optional description of the Data Integration. */
257
+ description?: string | null;
258
+ /** Whether the Data Integration is enabled. */
259
+ enabled?: boolean;
260
+ /** The OAuth scopes to request for the Data Integration. Pass `null` to reset to the provider's configured scopes. */
261
+ scopes?: string[] | null;
262
+ /** New credentials for the Data Integration. When provided, rotates the stored client secret. */
263
+ credentials?: DataIntegrationCredentialsDto;
264
+ /** Updates to a custom provider's OAuth definition. Only valid for custom-provider integrations. */
265
+ customProvider?: UpdateCustomProviderDefinition;
266
+ }
267
+ interface UpdateDataIntegrationResponse {
268
+ description?: string | null;
269
+ enabled?: boolean;
270
+ scopes?: string[] | null;
271
+ credentials?: DataIntegrationCredentialsDtoResponse;
272
+ custom_provider?: UpdateCustomProviderDefinitionResponse;
273
+ }
274
+ //#endregion
275
+ //#region src/radar/interfaces/radar-standalone-assess-request.interface.d.ts
276
+ interface RadarStandaloneAssessRequest {
277
+ /** The IP address of the request to assess. */
278
+ ipAddress: string;
279
+ /** The user agent string of the request to assess. */
280
+ userAgent: string;
281
+ /** The email address of the user making the request. */
282
+ email: string;
283
+ /** The authentication method being used. */
284
+ authMethod: RadarStandaloneAssessRequestAuthMethod;
285
+ /** The action being performed. */
286
+ action: RadarStandaloneAssessRequestAction;
287
+ }
288
+ interface RadarStandaloneAssessRequestResponse {
289
+ ip_address: string;
290
+ user_agent: string;
291
+ email: string;
292
+ auth_method: RadarStandaloneAssessRequestAuthMethod;
293
+ action: RadarStandaloneAssessRequestAction;
294
+ }
295
+ //#endregion
296
+ //#region src/radar/interfaces/radar-standalone-delete-radar-list-entry-request.interface.d.ts
297
+ interface RadarStandaloneDeleteRadarListEntryRequest {
298
+ /** The value to remove from the list. Must match an existing entry. */
299
+ entry: string;
300
+ }
301
+ interface RadarStandaloneDeleteRadarListEntryRequestResponse {
302
+ entry: string;
303
+ }
304
+ //#endregion
305
+ //#region src/radar/interfaces/radar-standalone-update-radar-attempt-request.interface.d.ts
306
+ interface RadarStandaloneUpdateRadarAttemptRequest {
307
+ /** Set to `"success"` to mark the challenge as completed. */
308
+ challengeStatus?: 'success';
309
+ /** Set to `"success"` to mark the authentication attempt as successful. */
310
+ attemptStatus?: 'success';
311
+ }
312
+ interface RadarStandaloneUpdateRadarAttemptRequestResponse {
313
+ challenge_status?: 'success';
314
+ attempt_status?: 'success';
315
+ }
316
+ //#endregion
317
+ //#region src/radar/interfaces/radar-standalone-update-radar-list-request.interface.d.ts
318
+ interface RadarStandaloneUpdateRadarListRequest {
319
+ /** The value to add to the list. Must match the format of the list type (e.g. a valid IP address for `ip_address`, a valid email for `email`). */
320
+ entry: string;
321
+ }
322
+ interface RadarStandaloneUpdateRadarListRequestResponse {
323
+ entry: string;
324
+ }
325
+ //#endregion
326
+ //#region src/vault/interfaces/create-data-key-request.interface.d.ts
327
+ interface CreateDataKeyRequest {
328
+ /** Map of values used to determine the encryption key. */
329
+ context: Record<string, string>;
330
+ }
331
+ interface CreateDataKeyRequestResponse {
332
+ context: Record<string, string>;
333
+ }
334
+ //#endregion
335
+ //#region src/vault/interfaces/create-object-request.interface.d.ts
336
+ interface CreateObjectRequest {
337
+ /** Map of values used to determine the encryption key. */
338
+ keyContext: Record<string, string>;
339
+ /** Unique name for the object. */
340
+ name: string;
341
+ /** Plaintext data to encrypt and store. */
342
+ value: string;
343
+ }
344
+ interface CreateObjectRequestResponse {
345
+ key_context: Record<string, string>;
346
+ name: string;
347
+ value: string;
348
+ }
349
+ //#endregion
350
+ //#region src/vault/interfaces/decrypt-request.interface.d.ts
351
+ interface DecryptRequest {
352
+ /** Base64-encoded encrypted data key to decrypt. */
353
+ keys: string;
354
+ }
355
+ interface DecryptRequestResponse {
356
+ keys: string;
357
+ }
358
+ //#endregion
359
+ //#region src/vault/interfaces/decrypt-response.interface.d.ts
360
+ interface DecryptResponse {
361
+ /** Base64-encoded decrypted data key. */
362
+ dataKey: string;
363
+ /** Unique identifier of the decrypted data key. */
364
+ id: string;
365
+ }
366
+ interface DecryptResponseWire {
367
+ data_key: string;
368
+ id: string;
369
+ }
370
+ //#endregion
371
+ //#region src/vault/interfaces/object-without-value.interface.d.ts
372
+ /** An encrypted object's metadata (value excluded). */
373
+ interface ObjectWithoutValue {
374
+ /** Unique identifier of the object. */
375
+ id: string;
376
+ metadata: ObjectMetadata;
377
+ /** Unique name of the object. */
378
+ name: string;
379
+ }
380
+ interface ObjectWithoutValueResponse {
381
+ id: string;
382
+ metadata: ObjectMetadataResponse;
383
+ name: string;
384
+ }
385
+ //#endregion
386
+ //#region src/vault/interfaces/object/delete-object.interface.d.ts
387
+ interface DeleteObjectOptions {
388
+ id: string;
389
+ }
390
+ //#endregion
391
+ //#region src/vault/interfaces/rekey-request.interface.d.ts
392
+ interface RekeyRequest {
393
+ /** Map of values used to determine the new encryption key. */
394
+ context: Record<string, string>;
395
+ /** Base64-encoded encrypted data key blob to re-encrypt. */
396
+ encryptedKeys: string;
397
+ }
398
+ interface RekeyRequestResponse {
399
+ context: Record<string, string>;
400
+ encrypted_keys: string;
401
+ }
402
+ //#endregion
403
+ //#region src/vault/interfaces/update-object-request.interface.d.ts
404
+ interface UpdateObjectRequest {
405
+ /** New plaintext value. */
406
+ value: string;
407
+ /** ID of the expected current version for optimistic locking. */
408
+ versionCheck?: string | null;
409
+ }
410
+ interface UpdateObjectRequestResponse {
411
+ value: string;
412
+ version_check?: string | null;
413
+ }
414
+ //#endregion
415
+ //#region src/vault/interfaces/vault-order.interface.d.ts
416
+ declare const VaultOrder: {
417
+ readonly Asc: "asc";
418
+ readonly Desc: "desc";
419
+ };
420
+ type VaultOrder = (typeof VaultOrder)[keyof typeof VaultOrder];
421
+ //#endregion
422
+ //#region src/webhooks/interfaces/create-webhook-endpoint.interface.d.ts
423
+ interface CreateWebhookEndpoint {
424
+ /** The HTTPS URL where webhooks will be sent. */
425
+ endpointUrl: string;
426
+ /** The events that the Webhook Endpoint is subscribed to. */
427
+ events: CreateWebhookEndpointEvents[];
428
+ }
429
+ interface CreateWebhookEndpointResponse {
430
+ endpoint_url: string;
431
+ events: CreateWebhookEndpointEvents[];
432
+ }
433
+ //#endregion
434
+ //#region src/webhooks/interfaces/update-webhook-endpoint.interface.d.ts
435
+ interface UpdateWebhookEndpoint {
436
+ /** The HTTPS URL where webhooks will be sent. */
437
+ endpointUrl?: string;
438
+ /** Whether the Webhook Endpoint is enabled or disabled. */
439
+ status?: UpdateWebhookEndpointStatus;
440
+ /** The events that the Webhook Endpoint is subscribed to. */
441
+ events?: UpdateWebhookEndpointEvents[];
442
+ }
443
+ interface UpdateWebhookEndpointResponse {
444
+ endpoint_url?: string;
445
+ status?: UpdateWebhookEndpointStatus;
446
+ events?: UpdateWebhookEndpointEvents[];
447
+ }
448
+ //#endregion
449
+ //#region src/widgets/interfaces/widget-session-token.interface.d.ts
450
+ interface GetTokenOptions {
451
+ /** The ID of the organization to scope the widget session to. */
452
+ organizationId: string;
453
+ /** The ID of the user to issue the widget session token for. */
454
+ userId?: string;
455
+ /** The scopes to grant the widget session. */
456
+ scopes?: WidgetSessionTokenScopes[];
457
+ }
458
+ interface SerializedGetTokenOptions {
459
+ organization_id: string;
460
+ user_id?: string;
461
+ scopes?: WidgetSessionTokenScopes[];
462
+ }
463
+ //#endregion
464
+ //#region src/index.d.ts
465
+ declare class WorkOSNode extends WorkOS {
466
+ /** @override */
467
+ createHttpClient(options: WorkOSOptions, userAgent: string): HttpClient;
468
+ /** @override */
469
+ createWebhookClient(): Webhooks;
470
+ getCryptoProvider(): CryptoProvider;
471
+ /** @override */
472
+ createActionsClient(): Actions;
473
+ /** @override */
474
+ emitWarning(warning: string): void;
475
+ }
476
+ //#endregion
477
+ export { AccessToken, ActionContext, ActionPayload, Actor, ActorResponse, AddEnvironmentRolePermissionOptions, AddFlagTargetOptions, AddGroupOrganizationMembershipOptions, AddOrganizationRolePermissionOptions, AgentAccessTokenClaims, AgentCredentialType, AgentCredentialValidation, AgentIdentity, AgentRegistration, AgentRegistrationClaim, AgentRegistrationClaimCompletion, AgentRegistrationKind, AgentRegistrationStatus, ApiKey, ApiKeyCreatedEvent, ApiKeyCreatedEventResponse, ApiKeyRequiredException, ApiKeyRevokedEvent, ApiKeyRevokedEventResponse, ApplicationCredentialsListItem, ApplicationCredentialsListItemResponse, AssignRoleOptions, AssignRoleOptionsWithResourceExternalId, AssignRoleOptionsWithResourceId, AuditLogActor, AuditLogActorSchema, AuditLogExport, AuditLogExportOptions, AuditLogExportResponse, AuditLogSchema, AuditLogSchemaMetadata, AuditLogSchemaResponse, AuditLogTarget, AuditLogTargetSchema, AuthMethod, AuthenticateUserWithCodeCredentials, AuthenticateUserWithEmailVerificationCredentials, AuthenticateUserWithMagicAuthCredentials, AuthenticateUserWithOrganizationSelectionCredentials, AuthenticateUserWithPasswordCredentials, AuthenticateUserWithRadarEmailChallengeCredentials, AuthenticateUserWithRadarSmsChallengeCredentials, AuthenticateUserWithRefreshTokenCredentials, AuthenticateUserWithTotpCredentials, AuthenticateWithCodeAndVerifierOptions, AuthenticateWithCodeOptions, AuthenticateWithEmailVerificationOptions, AuthenticateWithMagicAuthOptions, AuthenticateWithOptionsBase, AuthenticateWithOrganizationSelectionOptions, AuthenticateWithPasswordOptions, AuthenticateWithRadarEmailChallengeOptions, AuthenticateWithRadarSmsChallengeOptions, AuthenticateWithRefreshTokenOptions, AuthenticateWithRefreshTokenPublicClientOptions, AuthenticateWithSessionCookieFailedResponse, AuthenticateWithSessionCookieFailureReason, AuthenticateWithSessionCookieOptions, AuthenticateWithSessionCookieSuccessResponse, AuthenticateWithSessionOptions, AuthenticateWithTotpOptions, AuthenticationActionResponseData, AuthenticationEmailVerificationSucceededEvent, AuthenticationEmailVerificationSucceededEventResponse, AuthenticationErrorCode, AuthenticationErrorData, AuthenticationEvent, AuthenticationEventResponse, AuthenticationEventSso, AuthenticationEventSsoResponse, AuthenticationException, AuthenticationFactor, AuthenticationFactorResponse, AuthenticationFactorWithSecrets, AuthenticationFactorWithSecretsResponse, AuthenticationMagicAuthFailedEvent, AuthenticationMagicAuthFailedEventResponse, AuthenticationMagicAuthSucceededEvent, AuthenticationMagicAuthSucceededEventResponse, AuthenticationMfaSucceededEvent, AuthenticationMfaSucceededEventResponse, AuthenticationOAuthFailedEvent, AuthenticationOAuthFailedEventResponse, AuthenticationOAuthSucceededEvent, AuthenticationOAuthSucceededEventResponse, AuthenticationPasskeyFailedEvent, AuthenticationPasskeyFailedEventResponse, AuthenticationPasskeySucceededEvent, AuthenticationPasskeySucceededEventResponse, AuthenticationPasswordFailedEvent, AuthenticationPasswordFailedEventResponse, AuthenticationPasswordSucceededEvent, AuthenticationPasswordSucceededEventResponse, AuthenticationRadarRiskDetectedEvent, AuthenticationRadarRiskDetectedEventData, AuthenticationRadarRiskDetectedEventResponse, AuthenticationRadarRiskDetectedEventResponseData, AuthenticationResponse, AuthenticationResponseResponse, AuthenticationSSOFailedEvent, AuthenticationSSOFailedEventResponse, AuthenticationSSOSucceededEvent, AuthenticationSSOSucceededEventResponse, AuthorizationCheckOptions, AuthorizationCheckOptionsWithResourceExternalId, AuthorizationCheckOptionsWithResourceId, AuthorizationCheckResult, AuthorizationOrganizationMembership, AuthorizationOrganizationMembershipResponse, AuthorizationResource, AuthorizationResourceResponse, AuthorizeDataIntegrationOptions, AutoPaginatable, BadRequestException, BaseAssignRoleOptions, BaseCreateGroupRoleAssignmentOptions, BaseGroupRoleAssignmentEntry, BaseOrganizationMembership, BaseOrganizationMembershipResponse, BaseRemoveGroupRoleAssignmentsOptions, BaseRemoveRoleOptions, Challenge, ChallengeFactorOptions, ChallengeResponse, CompleteOAuth2Options, type ConfidentialClientOptions, ConflictException, ConnectApplication, ConnectApplicationM2M, ConnectApplicationM2MResponse, ConnectApplicationOAuth, ConnectApplicationOAuthResponse, ConnectApplicationRedirectUri, ConnectApplicationRedirectUriResponse, ConnectApplicationResponse, ConnectedAccount, ConnectedAccountAuthMethod, ConnectedAccountDto, ConnectedAccountDtoResponse, ConnectedAccountResponse, ConnectedAccountState, Connection, ConnectionActivatedEvent, ConnectionActivatedEventResponse, ConnectionDeactivatedEvent, ConnectionDeactivatedEventResponse, ConnectionDeletedEvent, ConnectionDeletedEventResponse, ConnectionDomain, ConnectionResponse, ConnectionType, CookieSession, CreateApplicationClientSecretOptions, CreateApplicationOptions, CreateApplicationSecret, CreateApplicationSecretResponse, CreateAuditLogEventOptions, CreateAuditLogEventRequestOptions, CreateAuditLogSchemaOptions, CreateAuditLogSchemaRequestOptions, CreateAuditLogSchemaResponse, CreateAuthorizationResourceOptions, CreateDataIntegration, CreateDataIntegrationCredentialOptions, CreateDataIntegrationOptions, CreateDataIntegrationResponse, CreateDataIntegrationTokenOptions, type CreateDataKeyOptions, CreateDataKeyRequest, CreateDataKeyRequestResponse, CreateDataKeyResponse, CreateDataKeyResponseWire, CreateEnvironmentRoleOptions, CreateGroup, CreateGroupMembership, CreateGroupMembershipResponse, CreateGroupOptions, CreateGroupResponse, CreateGroupRoleAssignmentOptions, CreateGroupRoleAssignmentOptionsForOrganization, CreateGroupRoleAssignmentOptionsWithResourceExternalId, CreateGroupRoleAssignmentOptionsWithResourceId, CreateM2MApplication, CreateM2MApplicationResponse, CreateMagicAuthOptions, CreateMagicAuthResponse, CreateMagicAuthResponseResponse, CreateOAuthApplication, CreateOAuthApplicationResponse, CreateObjectEntity, CreateObjectOptions, CreateObjectRequest, CreateObjectRequestResponse, CreateOptionsWithParentExternalId, CreateOptionsWithParentResourceId, CreateOrganizationApiKeyOptions, CreateOrganizationApiKeyRequestOptions, CreateOrganizationDomainOptions, CreateOrganizationMembershipOptions, CreateOrganizationOptions, CreateOrganizationRequestOptions, CreateOrganizationRoleOptions, CreatePasswordResetOptions, CreatePasswordlessSessionOptions, CreatePermissionOptions, CreateTokenOptions, CreateUserConnectedAccountOptions, CreateUserOptions, CreateUserResponse, CreateUserResponseResponse, CreateWebhookEndpoint, CreateWebhookEndpointEvents, CreateWebhookEndpointResponse, CreatedApiKey, CustomProviderDefinition, CustomProviderDefinitionAuthenticateVia, CustomProviderDefinitionResponse, DataIntegration, DataIntegrationAccessTokenResponse, DataIntegrationAccessTokenResponseAccessToken, DataIntegrationAccessTokenResponseAccessTokenResponse, DataIntegrationAccessTokenResponseError, DataIntegrationAccessTokenResponseWire, DataIntegrationAuthorizeUrlResponse, DataIntegrationAuthorizeUrlResponseWire, DataIntegrationCredential, DataIntegrationCredentialResponse, DataIntegrationCredentialType, DataIntegrationCredentialsDto, DataIntegrationCredentialsDtoResponse, DataIntegrationCredentialsResponseCredential, DataIntegrationCredentialsResponseCredentialResponse, DataIntegrationCredentialsResponseError, DataIntegrationCredentialsType, DataIntegrationCustomProvider, DataIntegrationCustomProviderAuthenticateVia, DataIntegrationCustomProviderResponse, DataIntegrationResponse, DataIntegrationState, DataIntegrationsGetDataIntegrationAuthorizeUrlRequest, DataIntegrationsGetDataIntegrationAuthorizeUrlRequestResponse, DataIntegrationsGetUserTokenRequest, DataIntegrationsGetUserTokenRequestResponse, DataIntegrationsListResponse, DataIntegrationsListResponseData, DataIntegrationsListResponseDataAuthMethods, DataIntegrationsListResponseDataConnectedAccount, DataIntegrationsListResponseDataConnectedAccountAuthMethod, DataIntegrationsListResponseDataConnectedAccountResponse, DataIntegrationsListResponseDataConnectedAccountState, DataIntegrationsListResponseDataOwnership, DataIntegrationsListResponseDataResponse, DataIntegrationsListResponseWire, DataIntegrationsUpsertApiKeyRequest, DataIntegrationsUpsertApiKeyRequestResponse, DataIntegrationsVendCredentialsRequest, DataIntegrationsVendCredentialsRequestResponse, DataKey, DataKeyPair, DecryptDataKeyOptions, DecryptDataKeyResponse, DecryptRequest, DecryptRequestResponse, DecryptResponse, DecryptResponseWire, DefaultCustomAttributes, DeleteApplicationOptions, DeleteAuthorizationResourceByExternalIdOptions, DeleteAuthorizationResourceOptions, DeleteClientSecretOptions, DeleteDataIntegrationOptions, DeleteGroupOptions, DeleteObjectOptions, DeleteUserConnectedAccountOptions, Directory, DirectoryGroup, DirectoryGroupResponse, DirectoryResponse, DirectoryState, DirectoryStateResponse, DirectoryType, DirectoryUser, DirectoryUserResponse, DirectoryUserWithGroups, DirectoryUserWithGroupsResponse, DomainData, DomainDataState, DsyncActivatedEvent, DsyncActivatedEventResponse, DsyncDeletedEvent, DsyncDeletedEventResponse, DsyncGroupCreatedEvent, DsyncGroupCreatedEventResponse, DsyncGroupDeletedEvent, DsyncGroupDeletedEventResponse, DsyncGroupUpdatedEvent, DsyncGroupUpdatedEventResponse, DsyncGroupUserAddedEvent, DsyncGroupUserAddedEventResponse, DsyncGroupUserRemovedEvent, DsyncGroupUserRemovedEventResponse, DsyncUserCreatedEvent, DsyncUserCreatedEventResponse, DsyncUserDeletedEvent, DsyncUserDeletedEventResponse, DsyncUserUpdatedEvent, DsyncUserUpdatedEventResponse, EmailVerification, EmailVerificationCreatedEvent, EmailVerificationCreatedEventResponse, EmailVerificationEvent, EmailVerificationEventResponse, EmailVerificationResponse, EnrollAuthFactorOptions, EnrollFactorOptions, EnvironmentRole, EnvironmentRoleList, EnvironmentRoleListResponse, EnvironmentRoleResponse, EvaluationContext, Event, EventBase, EventDirectory, EventDirectoryResponse, EventName, EventResponse, ExternalAuthCompleteResponse, ExternalAuthCompleteResponseWire, Factor, FactorResponse, FactorWithSecrets, FactorWithSecretsResponse, FeatureFlag, FeatureFlagResponse, FeatureFlagsRuntimeClient, FlagChange, FlagCreatedEvent, FlagCreatedEventResponse, FlagDeletedEvent, FlagDeletedEventResponse, FlagPollEntry, FlagPollResponse, FlagRuleUpdatedEvent, FlagRuleUpdatedEventResponse, FlagTarget, FlagUpdatedEvent, FlagUpdatedEventResponse, GenerateLink, GenerateLinkIntent, GenerateLinkResponse, GenericServerException, GetAccessTokenOptions, GetApplicationOptions, GetAuthorizationResourceByExternalIdOptions, GetDataIntegrationOptions, GetGroupOptions, GetGroupRoleAssignmentOptions, GetOptions, GetProfileAndTokenOptions, GetProfileOptions, GetTokenOptions, GetUserConnectedAccountOptions, Group, GroupCreatedEvent, GroupCreatedEventResponse, GroupDeletedEvent, GroupDeletedEventResponse, GroupMemberAddedEvent, GroupMemberAddedEventResponse, GroupMemberEventData, GroupMemberEventResponseData, GroupMemberRemovedEvent, GroupMemberRemovedEventResponse, GroupResponse, GroupRoleAssignment, GroupRoleAssignmentEntry, GroupRoleAssignmentEntryForOrganization, GroupRoleAssignmentEntryWithResourceExternalId, GroupRoleAssignmentEntryWithResourceId, GroupRoleAssignmentResponse, GroupUpdatedEvent, GroupUpdatedEventResponse, HttpClientInterface, HttpClientResponseInterface, Identity, Impersonator, ImpersonatorResponse, IntentOptions, IntentOptionsResponse, InvalidAgentCredential, Invitation, InvitationAcceptedEvent, InvitationAcceptedEventResponse, InvitationCreatedEvent, InvitationCreatedEventResponse, InvitationEvent, InvitationEventResponse, InvitationResentEvent, InvitationResentEventResponse, InvitationResponse, InvitationRevokedEvent, InvitationRevokedEventResponse, KeyContext, List, ListApplicationClientSecretsOptions, ListApplicationsOptions, ListAuthFactorsOptions, ListAuthorizationResourcesOptions, ListConnectionsOptions, ListDataIntegrationsOptions, ListDirectoriesOptions, ListDirectoryGroupsOptions, ListDirectoryUsersOptions, ListEffectivePermissionsByExternalIdOptions, ListEffectivePermissionsOptions, ListEventOptions, ListFeatureFlagsOptions, ListGroupOrganizationMembershipsOptions, ListGroupRoleAssignmentsOptions, ListGroupsForOrganizationMembershipOptions, ListGroupsOptions, ListInvitationsOptions, ListMembershipsForResourceByExternalIdOptions, ListMembershipsForResourceOptions, ListOrganizationApiKeysOptions, ListOrganizationFeatureFlagsOptions, ListOrganizationMembershipsOptions, ListOrganizationRolesResponse, ListOrganizationsOptions, ListPermissionsOptions, ListResourcesForMembershipOptions, ListResourcesForMembershipOptionsWithParentExternalId, ListResourcesForMembershipOptionsWithParentId, ListResponse, ListRoleAssignmentsForResourceByExternalIdOptions, ListRoleAssignmentsForResourceOptions, ListRoleAssignmentsOptions, ListSessionsOptions, ListUserDataProvidersOptions, ListUserFeatureFlagsOptions, ListUsersOptions, Locale, LogoutURLOptions, MagicAuth, MagicAuthCreatedEvent, MagicAuthCreatedEventResponse, MagicAuthEvent, MagicAuthEventResponse, MagicAuthResponse, NewConnectApplicationSecret, NewConnectApplicationSecretResponse, NoApiKeyProvidedException, NotFoundException, OauthException, OauthTokens, OauthTokensResponse, ObjectMetadata, ObjectMetadataResponse, ObjectSummary, ObjectSummaryResponse, ObjectVersion, ObjectVersionResponse, ObjectWithoutValue, ObjectWithoutValueResponse, Organization, OrganizationCreatedEvent, OrganizationCreatedResponse, OrganizationDeletedEvent, OrganizationDeletedResponse, OrganizationDomain, OrganizationDomainCreatedEvent, OrganizationDomainCreatedEventResponse, OrganizationDomainDeletedEvent, OrganizationDomainDeletedEventResponse, OrganizationDomainResponse, OrganizationDomainState, OrganizationDomainUpdatedEvent, OrganizationDomainUpdatedEventResponse, OrganizationDomainVerificationFailed, OrganizationDomainVerificationFailedEvent, OrganizationDomainVerificationFailedEventResponse, OrganizationDomainVerificationFailedResponse, OrganizationDomainVerificationStrategy, OrganizationDomainVerifiedEvent, OrganizationDomainVerifiedEventResponse, OrganizationMembership, OrganizationMembershipCreated, OrganizationMembershipCreatedResponse, OrganizationMembershipDeleted, OrganizationMembershipDeletedResponse, OrganizationMembershipResponse, OrganizationMembershipStatus, OrganizationMembershipUpdated, OrganizationMembershipUpdatedResponse, OrganizationResponse, OrganizationRole, OrganizationRoleCreatedEvent, OrganizationRoleCreatedEventResponse, OrganizationRoleDeletedEvent, OrganizationRoleDeletedEventResponse, OrganizationRoleEvent, OrganizationRoleEventResponse, OrganizationRoleResponse, OrganizationRoleUpdatedEvent, OrganizationRoleUpdatedEventResponse, OrganizationUpdatedEvent, OrganizationUpdatedResponse, PKCE, PKCEAuthorizationURLResult, PKCEPair, PaginationOptions, PasswordReset, PasswordResetCreatedEvent, PasswordResetCreatedEventResponse, PasswordResetEvent, PasswordResetEventResponse, PasswordResetResponse, PasswordResetSucceededEvent, PasswordResetSucceededEventResponse, PasswordlessSession, PasswordlessSessionResponse, PatchOptions, Permission, PermissionCreatedEvent, PermissionCreatedEventResponse, PermissionDeletedEvent, PermissionDeletedEventResponse, PermissionResponse, PermissionUpdatedEvent, PermissionUpdatedEventResponse, PortalLinkResponse, PortalLinkResponseWire, PostOptions, Profile, ProfileAndToken, ProfileAndTokenResponse, ProfileResponse, type PublicClientOptions, type PublicSSO, type PublicUserManagement, type PublicWorkOS, PutOptions, RadarListAction, RadarListEntryAlreadyPresentResponse, RadarListEntryAlreadyPresentResponseWire, RadarListType, RadarStandaloneAssessRequest, RadarStandaloneAssessRequestAction, RadarStandaloneAssessRequestAuthMethod, RadarStandaloneAssessRequestResponse, RadarStandaloneDeleteRadarListEntryRequest, RadarStandaloneDeleteRadarListEntryRequestResponse, RadarStandaloneResponse, RadarStandaloneResponseBlocklistType, RadarStandaloneResponseControl, RadarStandaloneResponseVerdict, RadarStandaloneResponseWire, RadarStandaloneUpdateRadarAttemptRequest, RadarStandaloneUpdateRadarAttemptRequestResponse, RadarStandaloneUpdateRadarListRequest, RadarStandaloneUpdateRadarListRequestResponse, RateLimitExceededException, ReadObjectMetadataResponse, ReadObjectOptions, ReadObjectResponse, RedirectUriInput, RedirectUriInputResponse, RefreshSessionFailureReason, RefreshSessionResponse, RekeyRequest, RekeyRequestResponse, RemoveFlagTargetOptions, RemoveGroupOrganizationMembershipOptions, RemoveGroupRoleAssignmentOptions, RemoveGroupRoleAssignmentsOptions, RemoveGroupRoleAssignmentsOptionsForOrganization, RemoveGroupRoleAssignmentsOptionsWithResourceExternalId, RemoveGroupRoleAssignmentsOptionsWithResourceId, RemoveOrganizationRolePermissionOptions, RemoveRoleAssignmentOptions, RemoveRoleOptions, RemoveRoleOptionsWithResourceExternalId, RemoveRoleOptionsWithResourceId, ReplaceGroupRoleAssignmentsOptions, RequestHeaders, RequestOptions, ResendInvitationOptions, ResetPasswordOptions, ResponseHeaderValue, ResponseHeaders, ResponsePayload, RevokeSessionOptions, Role, RoleAssignment, RoleAssignmentResource, RoleAssignmentResourceResponse, RoleAssignmentResponse, RoleAssignmentRole, RoleAssignmentSource, RoleAssignmentSourceResponse, RoleCreatedEvent, RoleCreatedEventResponse, RoleDeletedEvent, RoleDeletedEventResponse, RoleEvent, RoleEventResponse, RoleList, RoleResponse, RoleUpdatedEvent, RoleUpdatedEventResponse, RuntimeClientLogger, RuntimeClientOptions, RuntimeClientStats, SSOAuthorizationURLOptions, SSOIntentOptions, SSOIntentOptionsResponse, SSOPKCEAuthorizationURLResult, SendInvitationOptions, SendRadarSmsChallengeOptions, SendRadarSmsChallengeResponse, SendRadarSmsChallengeResponseResponse, SendSessionResponse, SendVerificationEmailOptions, SerializedAccessToken, SerializedAddGroupOrganizationMembershipOptions, SerializedAgentAccessTokenClaims, SerializedAgentCredentialValidation, SerializedAgentIdentity, SerializedAgentRegistration, SerializedAgentRegistrationClaim, SerializedAgentRegistrationClaimCompletion, SerializedApiKey, SerializedAssignRoleOptions, SerializedAuditLogExportOptions, SerializedAuthenticatePublicClientBase, SerializedAuthenticateWithCodeAndVerifierOptions, SerializedAuthenticateWithCodeOptions, SerializedAuthenticateWithEmailVerificationOptions, SerializedAuthenticateWithMagicAuthOptions, SerializedAuthenticateWithOptionsBase, SerializedAuthenticateWithOrganizationSelectionOptions, SerializedAuthenticateWithPasswordOptions, SerializedAuthenticateWithRadarEmailChallengeOptions, SerializedAuthenticateWithRadarSmsChallengeOptions, SerializedAuthenticateWithRefreshTokenOptions, SerializedAuthenticateWithRefreshTokenPublicClientOptions, SerializedAuthenticateWithTotpOptions, SerializedAuthorizationCheckOptions, SerializedCreateAuditLogEventOptions, SerializedCreateAuditLogSchemaOptions, SerializedCreateAuthorizationResourceOptions, SerializedCreateEnvironmentRoleOptions, SerializedCreateGroupOptions, SerializedCreateGroupRoleAssignmentOptions, SerializedCreateMagicAuthOptions, SerializedCreateOrganizationApiKeyOptions, SerializedCreateOrganizationDomainOptions, SerializedCreateOrganizationMembershipOptions, SerializedCreateOrganizationOptions, SerializedCreateOrganizationRoleOptions, SerializedCreatePasswordResetOptions, SerializedCreatePasswordlessSessionOptions, SerializedCreatePermissionOptions, SerializedCreateUserOptions, SerializedCreatedApiKey, SerializedEnrollUserInMfaFactorOptions, SerializedGetTokenOptions, SerializedGroupRoleAssignmentEntry, SerializedListAuthorizationResourcesOptions, SerializedListConnectionsOptions, SerializedListDirectoriesOptions, SerializedListEventOptions, SerializedListInvitationsOptions, SerializedListOrganizationMembershipsOptions, SerializedListResourcesForMembershipOptions, SerializedListRoleAssignmentsForResourceOptions, SerializedListRoleAssignmentsOptions, SerializedListSessionsOptions, SerializedListUsersOptions, SerializedRemoveGroupRoleAssignmentsOptions, SerializedRemoveRoleOptions, SerializedReplaceGroupRoleAssignmentsOptions, SerializedResendInvitationOptions, SerializedResetPasswordOptions, SerializedRevokeSessionOptions, SerializedSendInvitationOptions, SerializedSendRadarSmsChallengeOptions, SerializedUpdateAuthorizationResourceOptions, SerializedUpdateEnvironmentRoleOptions, SerializedUpdateGroupOptions, SerializedUpdateOrganizationMembershipOptions, SerializedUpdateOrganizationOptions, SerializedUpdateOrganizationRoleOptions, SerializedUpdatePermissionOptions, SerializedUpdateUserOptions, SerializedUpdateUserPasswordOptions, SerializedValidateAgentCredentialOptions, SerializedValidateApiKeyResponse, SerializedVerifyEmailOptions, Session, SessionCookieData, SessionCreatedEvent, SessionCreatedEventResponse, SessionResponse, SessionRevokedEvent, SessionRevokedEventResponse, SessionStatus, SetEnvironmentRolePermissionsOptions, SetOrganizationRolePermissionsOptions, SignatureVerificationException, Sms, SmsResponse, Totp, TotpResponse, TotpWithSecrets, TotpWithSecretsResponse, UnauthorizedException, UnknownEvent, UnprocessableEntityError, UnprocessableEntityException, UpdateApplicationOptions, UpdateAuthorizationResourceByExternalIdOptions, UpdateAuthorizationResourceOptions, UpdateCustomProviderDefinition, UpdateCustomProviderDefinitionAuthenticateVia, UpdateCustomProviderDefinitionResponse, UpdateDataIntegration, UpdateDataIntegrationApiKeyOptions, UpdateDataIntegrationOptions, UpdateDataIntegrationResponse, UpdateEnvironmentRoleOptions, UpdateGroup, UpdateGroupOptions, UpdateGroupResponse, UpdateOAuthApplication, UpdateOAuthApplicationResponse, UpdateObjectEntity, UpdateObjectOptions, UpdateObjectRequest, UpdateObjectRequestResponse, UpdateOrganizationMembershipOptions, UpdateOrganizationOptions, UpdateOrganizationRoleOptions, UpdatePermissionOptions, UpdateUserConnectedAccountOptions, UpdateUserOptions, UpdateUserPasswordOptions, UpdateWebhookEndpoint, UpdateWebhookEndpointEvents, UpdateWebhookEndpointResponse, UpdateWebhookEndpointStatus, User, UserConsentOption, UserConsentOptionChoice, UserConsentOptionChoiceResponse, UserConsentOptionResponse, UserCreatedEvent, UserCreatedEventResponse, UserData, UserDataPayload, UserDeletedEvent, UserDeletedEventResponse, UserManagementAccessToken, UserManagementAuthorizationURLOptions, UserManagementLoginRequest, UserManagementLoginRequestResponse, UserObject, UserObjectResponse, UserOrganizationMembershipBaseListData, UserOrganizationMembershipBaseListDataResponse, UserOrganizationMembershipBaseListDataStatus, UserRegistrationActionPayload, UserRegistrationActionResponseData, UserResponse, UserUpdatedEvent, UserUpdatedEventResponse, ValidAgentCredential, ValidateAgentAccessTokenOptions, ValidateAgentApiKeyOptions, ValidateAgentCredentialOptions, ValidateApiKeyOptions, ValidateApiKeyResponse, VaultByokKeyVerificationCompletedEvent, VaultByokKeyVerificationCompletedEventResponse, VaultDataCreatedEvent, VaultDataCreatedEventResponse, VaultDataDeletedEvent, VaultDataDeletedEventResponse, VaultDataReadEvent, VaultDataReadEventResponse, VaultDataUpdatedEvent, VaultDataUpdatedEventResponse, VaultDekDecryptedEvent, VaultDekDecryptedEventResponse, VaultDekReadEvent, VaultDekReadEventResponse, VaultKekCreatedEvent, VaultKekCreatedEventResponse, VaultMetadataReadEvent, VaultMetadataReadEventResponse, VaultNamesListedEvent, VaultNamesListedEventResponse, VaultObject, VaultObjectResponse, VaultOrder, VerifyChallengeOptions, VerifyEmailOptions, VerifyResponse, VerifyResponseResponse, WebhookEndpoint, WebhookEndpointResponse, WebhookEndpointStatus, WidgetSessionTokenResponse, WidgetSessionTokenResponseWire, WidgetSessionTokenScopes, WithResolvedClientId, WorkOSNode as WorkOS, WorkOSErrorData, WorkOSOptions, WorkOSResponseError, createWorkOS, isAuthenticationErrorData, serializeRevokeSessionOptions };
478
+ //# sourceMappingURL=index.d.cts.map