@zitadel/api 0.1.0-alpha.9 → 1.0.0-alpha.21

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 (633) hide show
  1. package/README.md +38 -3
  2. package/dist/generated/endpoints/zitadelNextGen.d.mts +2 -2
  3. package/dist/generated/endpoints/zitadelNextGen.mjs +765 -288
  4. package/dist/generated/endpoints/zitadelNextGen.mjs.map +1 -1
  5. package/dist/generated/endpoints/zitadelNextGen.msw.d.mts +61 -26
  6. package/dist/generated/endpoints/zitadelNextGen.msw.d.mts.map +1 -1
  7. package/dist/generated/endpoints/zitadelNextGen.msw.mjs +7502 -573
  8. package/dist/generated/endpoints/zitadelNextGen.msw.mjs.map +1 -1
  9. package/dist/generated/endpoints/zitadelNextGen.zod.d.mts +4483 -417
  10. package/dist/generated/endpoints/zitadelNextGen.zod.d.mts.map +1 -1
  11. package/dist/generated/endpoints/zitadelNextGen.zod.mjs +4254 -462
  12. package/dist/generated/endpoints/zitadelNextGen.zod.mjs.map +1 -1
  13. package/dist/generated/model/index.d.mts +2 -2
  14. package/dist/generated/model/index.mjs +498 -63
  15. package/dist/generated/model/index.mjs.map +1 -1
  16. package/dist/index-BK4Q468Q.d.mts +20960 -0
  17. package/dist/index-BK4Q468Q.d.mts.map +1 -0
  18. package/dist/runtime/api-factory.d.mts +2 -2
  19. package/dist/runtime/api-factory.d.mts.map +1 -1
  20. package/dist/runtime/api-factory.mjs +3 -2
  21. package/dist/runtime/api-factory.mjs.map +1 -1
  22. package/dist/runtime/config.d.mts +12 -0
  23. package/dist/runtime/config.d.mts.map +1 -1
  24. package/dist/runtime/config.mjs +8 -4
  25. package/dist/runtime/config.mjs.map +1 -1
  26. package/dist/runtime/fetch.d.mts +9 -1
  27. package/dist/runtime/fetch.d.mts.map +1 -1
  28. package/dist/runtime/fetch.mjs +32 -1
  29. package/dist/runtime/fetch.mjs.map +1 -1
  30. package/dist/zitadelNextGen-C8m49W5h.d.mts +671 -0
  31. package/dist/zitadelNextGen-C8m49W5h.d.mts.map +1 -0
  32. package/package.json +26 -5
  33. package/src/generated/endpoints/zitadelNextGen.msw.ts +8730 -730
  34. package/src/generated/endpoints/zitadelNextGen.ts +1003 -441
  35. package/src/generated/endpoints/zitadelNextGen.zod.ts +9437 -1585
  36. package/src/generated/model/beginUserPasskeyRegistration201.ts +23 -0
  37. package/src/generated/model/beginUserPasskeyRegistration201Options.ts +14 -0
  38. package/src/generated/model/beginUserPasskeyRegistration400.ts +20 -0
  39. package/src/generated/model/beginUserPasskeyRegistration400Details.ts +12 -0
  40. package/src/generated/model/beginUserPasskeyRegistration401.ts +20 -0
  41. package/src/generated/model/beginUserPasskeyRegistration401Details.ts +12 -0
  42. package/src/generated/model/beginUserPasskeyRegistration403.ts +20 -0
  43. package/src/generated/model/beginUserPasskeyRegistration403Details.ts +12 -0
  44. package/src/generated/model/beginUserPasskeyRegistration404.ts +20 -0
  45. package/src/generated/model/beginUserPasskeyRegistration404Details.ts +12 -0
  46. package/src/generated/model/beginUserPasskeyRegistration500.ts +20 -0
  47. package/src/generated/model/beginUserPasskeyRegistration500Details.ts +12 -0
  48. package/src/generated/model/beginUserPasskeyRegistrationBody.ts +33 -0
  49. package/src/generated/model/beginUserPasskeyRegistrationDefault.ts +119 -0
  50. package/src/generated/model/completeClaim200.ts +19 -0
  51. package/src/generated/model/{listUsersDefault.ts → completeClaim400.ts} +3 -3
  52. package/src/generated/model/{getMyUserDefaultDetails.ts → completeClaim400Details.ts} +1 -1
  53. package/src/generated/model/completeClaim401.ts +24 -0
  54. package/src/generated/model/completeClaim403.ts +29 -0
  55. package/src/generated/model/{revokeSession404.ts → completeClaim404.ts} +3 -3
  56. package/src/generated/model/{listUsersDefaultDetails.ts → completeClaim404Details.ts} +1 -1
  57. package/src/generated/model/completeClaim409.ts +26 -0
  58. package/src/generated/model/completeClaim409Details.ts +14 -0
  59. package/src/generated/model/completeClaim410.ts +24 -0
  60. package/src/generated/model/{revokeSession409.ts → completeClaim429.ts} +3 -3
  61. package/src/generated/model/{revokeSession404Details.ts → completeClaim429Details.ts} +1 -1
  62. package/src/generated/model/completeClaimBody.ts +18 -0
  63. package/src/generated/model/completeClaimDefault.ts +20 -0
  64. package/src/generated/model/{createProjectDefaultDetails.ts → completeClaimDefaultDetails.ts} +1 -1
  65. package/src/generated/model/createAuthAttempt201.ts +2 -2
  66. package/src/generated/model/createAuthAttempt201ChallengesItem.ts +2 -2
  67. package/src/generated/model/createAuthAttemptDefault.ts +30 -0
  68. package/src/generated/model/createBranding201.ts +31 -0
  69. package/src/generated/model/createBranding201Branding.ts +49 -0
  70. package/src/generated/model/createBranding201BrandingLayout.ts +22 -0
  71. package/src/generated/model/createBranding400.ts +20 -0
  72. package/src/generated/model/{endSessionDefaultDetails.ts → createBranding400Details.ts} +1 -1
  73. package/src/generated/model/createBrandingBody.ts +49 -0
  74. package/src/generated/model/createBrandingBodyLayout.ts +22 -0
  75. package/src/generated/model/createBrandingDefault.ts +20 -0
  76. package/src/generated/model/{submitFlowStepDefaultDetails.ts → createBrandingDefaultDetails.ts} +1 -1
  77. package/src/generated/model/{setUserPasswordParams.ts → createBrandingParams.ts} +1 -1
  78. package/src/generated/model/createFlow201.ts +8 -3
  79. package/src/generated/model/createFlow201Branding.ts +23 -7
  80. package/src/generated/model/createFlow201BrandingLayout.ts +2 -1
  81. package/src/generated/model/createFlow201Step.ts +11 -1
  82. package/src/generated/model/createFlow201StepActionsItem.ts +15 -1
  83. package/src/generated/model/createFlow201StepActionsItemKind.ts +31 -0
  84. package/src/generated/model/createFlow201StepChallengeMethod.ts +1 -0
  85. package/src/generated/model/createFlowBody.ts +5 -0
  86. package/src/generated/model/createFlowDefault.ts +141 -12
  87. package/src/generated/model/createFlowDefinition201.ts +7 -2
  88. package/src/generated/model/createFlowDefinition201FlowDefinition.ts +16 -3
  89. package/src/generated/model/createFlowDefinition201FlowDefinitionStatus.ts +26 -0
  90. package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemActionsItem.ts +15 -1
  91. package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemActionsItemKind.ts +31 -0
  92. package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemTransitions.ts +11 -0
  93. package/src/generated/model/createFlowDefinition201UserSchema.ts +103 -0
  94. package/src/generated/model/createFlowDefinitionBody.ts +6 -0
  95. package/src/generated/model/createFlowDefinitionBodyFlowDefinition.ts +16 -3
  96. package/src/generated/model/createFlowDefinitionBodyFlowDefinitionStatus.ts +26 -0
  97. package/src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemActionsItem.ts +15 -1
  98. package/src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind.ts +31 -0
  99. package/src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemTransitions.ts +11 -0
  100. package/src/generated/model/createFlowDefinitionDefault.ts +101 -12
  101. package/src/generated/model/createGrant201.ts +34 -0
  102. package/src/generated/model/createGrant201ObjectType.ts +17 -0
  103. package/src/generated/model/createGrant201PrincipalType.ts +18 -0
  104. package/src/generated/model/createGrant201Relation.ts +19 -0
  105. package/src/generated/model/{getUserInfo4xx.ts → createGrant400.ts} +3 -3
  106. package/src/generated/model/{getKeysDefaultDetails.ts → createGrant400Details.ts} +1 -1
  107. package/src/generated/model/{revokeToken4xx.ts → createGrant401.ts} +3 -3
  108. package/src/generated/model/createGrant401Details.ts +12 -0
  109. package/src/generated/model/{getKeysDefault.ts → createGrant403.ts} +3 -3
  110. package/src/generated/model/createGrant403Details.ts +12 -0
  111. package/src/generated/model/createGrant404.ts +20 -0
  112. package/src/generated/model/createGrant404Details.ts +12 -0
  113. package/src/generated/model/createGrant409.ts +20 -0
  114. package/src/generated/model/createGrant409Details.ts +12 -0
  115. package/src/generated/model/createGrant429.ts +20 -0
  116. package/src/generated/model/createGrant429Details.ts +12 -0
  117. package/src/generated/model/createGrantBody.ts +28 -0
  118. package/src/generated/model/createGrantBodyPrincipalType.ts +18 -0
  119. package/src/generated/model/createGrantBodyRelation.ts +19 -0
  120. package/src/generated/model/createGrantDefault.ts +99 -0
  121. package/src/generated/model/{revokeSessionParams.ts → createGrantParams.ts} +1 -1
  122. package/src/generated/model/createHandoffDefault.ts +41 -1
  123. package/src/generated/model/createProject201.ts +6 -4
  124. package/src/generated/model/createProjectBody.ts +8 -1
  125. package/src/generated/model/createProjectDefault.ts +121 -12
  126. package/src/generated/model/createRelease200.ts +43 -0
  127. package/src/generated/model/createRelease200Metadata.ts +39 -0
  128. package/src/generated/model/createRelease200PointersItem.ts +58 -0
  129. package/src/generated/model/createRelease200PointersItemKind.ts +27 -0
  130. package/src/generated/model/createRelease201.ts +43 -0
  131. package/src/generated/model/createRelease201Metadata.ts +39 -0
  132. package/src/generated/model/createRelease201PointersItem.ts +58 -0
  133. package/src/generated/model/createRelease201PointersItemKind.ts +27 -0
  134. package/src/generated/model/createReleaseBody.ts +48 -0
  135. package/src/generated/model/createReleaseBodyPointersItem.ts +39 -0
  136. package/src/generated/model/createReleaseBodyPointersItemKind.ts +27 -0
  137. package/src/generated/model/createReleaseDefault.ts +39 -0
  138. package/src/generated/model/createReleaseParams.ts +15 -0
  139. package/src/generated/model/createSchemaBody.ts +37 -35
  140. package/src/generated/model/createSession201Session.ts +11 -4
  141. package/src/generated/model/createSession201SessionState.ts +1 -3
  142. package/src/generated/model/createSession201SessionUser.ts +37 -0
  143. package/src/generated/model/createSessionDefault.ts +101 -12
  144. package/src/generated/model/createTeam201.ts +15 -1
  145. package/src/generated/model/createTeam201Status.ts +21 -0
  146. package/src/generated/model/{introspect400.ts → createTeam401.ts} +3 -3
  147. package/src/generated/model/{endSession400Details.ts → createTeam401Details.ts} +1 -1
  148. package/src/generated/model/{endSession400.ts → createTeam403.ts} +3 -3
  149. package/src/generated/model/{introspect400Details.ts → createTeam403Details.ts} +1 -1
  150. package/src/generated/model/createTeam404.ts +20 -0
  151. package/src/generated/model/createTeam404Details.ts +12 -0
  152. package/src/generated/model/createTeam409.ts +20 -0
  153. package/src/generated/model/createTeam409Details.ts +12 -0
  154. package/src/generated/model/createTeamBody.ts +8 -1
  155. package/src/generated/model/createUser201.ts +57 -4
  156. package/src/generated/model/createUser201Attributes.ts +14 -0
  157. package/src/generated/model/createUser201Metadata.ts +43 -0
  158. package/src/generated/model/createUser201MetadataLifecycleOwnerTeam.ts +43 -0
  159. package/src/generated/model/createUser201MetadataStatus.ts +20 -0
  160. package/src/generated/model/createUser201TeamsItem.ts +33 -0
  161. package/src/generated/model/createUser201TeamsItemMembershipStatus.ts +21 -0
  162. package/src/generated/model/createUser500.ts +20 -0
  163. package/src/generated/model/createUser500Details.ts +12 -0
  164. package/src/generated/model/createUserBody.ts +25 -5
  165. package/src/generated/model/createUserBodyAttributes.ts +14 -0
  166. package/src/generated/model/createUserDefault.ts +81 -12
  167. package/src/generated/model/createUserParams.ts +15 -3
  168. package/src/generated/model/deleteFlowDefinition409.ts +20 -0
  169. package/src/generated/model/{authorizeDeviceDefaultDetails.ts → deleteFlowDefinition409Details.ts} +1 -1
  170. package/src/generated/model/deleteFlowDefinitionDefault.ts +81 -12
  171. package/src/generated/model/deleteGrant401.ts +20 -0
  172. package/src/generated/model/deleteGrant401Details.ts +12 -0
  173. package/src/generated/model/deleteGrant403.ts +20 -0
  174. package/src/generated/model/{deleteFlowDefinitionDefaultDetails.ts → deleteGrant403Details.ts} +1 -1
  175. package/src/generated/model/deleteGrant404.ts +20 -0
  176. package/src/generated/model/deleteGrant404Details.ts +12 -0
  177. package/src/generated/model/deleteGrantDefault.ts +69 -0
  178. package/src/generated/model/deleteGrantParams.ts +15 -0
  179. package/src/generated/model/deleteTeam400.ts +20 -0
  180. package/src/generated/model/deleteTeam400Details.ts +12 -0
  181. package/src/generated/model/deleteTeam401.ts +20 -0
  182. package/src/generated/model/deleteTeam401Details.ts +12 -0
  183. package/src/generated/model/deleteTeam403.ts +20 -0
  184. package/src/generated/model/deleteTeam403Details.ts +12 -0
  185. package/src/generated/model/{introspectDefault.ts → deleteTeamDefault.ts} +3 -3
  186. package/src/generated/model/{getProjectDefaultDetails.ts → deleteTeamDefaultDetails.ts} +1 -1
  187. package/src/generated/model/deleteUserByID401.ts +20 -0
  188. package/src/generated/model/{createFlowDefaultDetails.ts → deleteUserByID401Details.ts} +1 -1
  189. package/src/generated/model/deleteUserByID404.ts +20 -0
  190. package/src/generated/model/{createUserDefaultDetails.ts → deleteUserByID404Details.ts} +1 -1
  191. package/src/generated/model/deleteUserByIDDefault.ts +69 -0
  192. package/src/generated/model/exchangeHandoff200Session.ts +11 -4
  193. package/src/generated/model/exchangeHandoff200SessionState.ts +1 -3
  194. package/src/generated/model/exchangeHandoff200SessionUser.ts +37 -0
  195. package/src/generated/model/exchangeHandoffDefault.ts +151 -12
  196. package/src/generated/model/finishUserPasskeyRegistration201.ts +19 -0
  197. package/src/generated/model/finishUserPasskeyRegistration400.ts +20 -0
  198. package/src/generated/model/finishUserPasskeyRegistration400Details.ts +12 -0
  199. package/src/generated/model/finishUserPasskeyRegistration401.ts +20 -0
  200. package/src/generated/model/finishUserPasskeyRegistration401Details.ts +12 -0
  201. package/src/generated/model/finishUserPasskeyRegistration403.ts +20 -0
  202. package/src/generated/model/finishUserPasskeyRegistration403Details.ts +12 -0
  203. package/src/generated/model/finishUserPasskeyRegistration404.ts +20 -0
  204. package/src/generated/model/finishUserPasskeyRegistration404Details.ts +12 -0
  205. package/src/generated/model/finishUserPasskeyRegistration500.ts +20 -0
  206. package/src/generated/model/finishUserPasskeyRegistration500Details.ts +12 -0
  207. package/src/generated/model/finishUserPasskeyRegistrationBody.ts +20 -0
  208. package/src/generated/model/finishUserPasskeyRegistrationBodyAttestation.ts +12 -0
  209. package/src/generated/model/finishUserPasskeyRegistrationDefault.ts +149 -0
  210. package/src/generated/model/getAuthAttempt200.ts +2 -2
  211. package/src/generated/model/getAuthAttempt200ChallengesItem.ts +2 -2
  212. package/src/generated/model/getAuthAttemptDefault.ts +20 -0
  213. package/src/generated/model/getBrandingById200.ts +31 -0
  214. package/src/generated/model/getBrandingById200Branding.ts +49 -0
  215. package/src/generated/model/getBrandingById200BrandingLayout.ts +22 -0
  216. package/src/generated/model/{authorizeDevice400.ts → getBrandingById404.ts} +3 -3
  217. package/src/generated/model/{getFlowStepDefaultDetails.ts → getBrandingById404Details.ts} +1 -1
  218. package/src/generated/model/{authorizeDeviceDefault.ts → getBrandingByIdDefault.ts} +3 -3
  219. package/src/generated/model/{exchangeHandoffDefaultDetails.ts → getBrandingByIdDefaultDetails.ts} +1 -1
  220. package/src/generated/model/getClaimStatus200.ts +31 -0
  221. package/src/generated/model/getClaimStatus401.ts +20 -0
  222. package/src/generated/model/getClaimStatus401Details.ts +12 -0
  223. package/src/generated/model/getClaimStatus403.ts +24 -0
  224. package/src/generated/model/getClaimStatus404.ts +20 -0
  225. package/src/generated/model/getClaimStatus404Details.ts +12 -0
  226. package/src/generated/model/getClaimStatus410.ts +24 -0
  227. package/src/generated/model/getClaimStatus429.ts +20 -0
  228. package/src/generated/model/getClaimStatus429Details.ts +12 -0
  229. package/src/generated/model/getClaimStatusDefault.ts +20 -0
  230. package/src/generated/model/getClaimStatusDefaultDetails.ts +12 -0
  231. package/src/generated/model/{deleteFlowDefinitionParams.ts → getClaimStatusParams.ts} +4 -4
  232. package/src/generated/model/getEnvironmentByName200.ts +37 -0
  233. package/src/generated/model/getEnvironmentByNameDefault.ts +59 -0
  234. package/src/generated/model/getEnvironmentByNameParams.ts +15 -0
  235. package/src/generated/model/getEvent200.ts +1878 -0
  236. package/src/generated/model/{getToken4xx.ts → getEvent401.ts} +3 -3
  237. package/src/generated/model/{getToken4xxDetails.ts → getEvent401Details.ts} +1 -1
  238. package/src/generated/model/{getKeys4xx.ts → getEvent403.ts} +3 -3
  239. package/src/generated/model/{getKeys4xxDetails.ts → getEvent403Details.ts} +1 -1
  240. package/src/generated/model/{listUsers500.ts → getEvent404.ts} +3 -3
  241. package/src/generated/model/{listUsers400Details.ts → getEvent404Details.ts} +1 -1
  242. package/src/generated/model/{authorizeGet400.ts → getEventDefault.ts} +3 -3
  243. package/src/generated/model/{authorizeGet400Details.ts → getEventDefaultDetails.ts} +1 -1
  244. package/src/generated/model/{getTeamParams.ts → getEventParams.ts} +1 -1
  245. package/src/generated/model/getFlowDefinition200.ts +7 -2
  246. package/src/generated/model/getFlowDefinition200FlowDefinition.ts +16 -3
  247. package/src/generated/model/getFlowDefinition200FlowDefinitionStatus.ts +26 -0
  248. package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActionsItem.ts +15 -1
  249. package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActionsItemKind.ts +31 -0
  250. package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemTransitions.ts +11 -0
  251. package/src/generated/model/getFlowDefinition200UserSchema.ts +103 -0
  252. package/src/generated/model/getFlowDefinitionDefault.ts +71 -12
  253. package/src/generated/model/getFlowStep200.ts +8 -3
  254. package/src/generated/model/getFlowStep200Branding.ts +23 -7
  255. package/src/generated/model/getFlowStep200BrandingLayout.ts +2 -1
  256. package/src/generated/model/getFlowStep200Step.ts +11 -1
  257. package/src/generated/model/getFlowStep200StepActionsItem.ts +15 -1
  258. package/src/generated/model/getFlowStep200StepActionsItemKind.ts +31 -0
  259. package/src/generated/model/getFlowStep200StepChallengeMethod.ts +1 -0
  260. package/src/generated/model/getFlowStepDefault.ts +111 -12
  261. package/src/generated/model/getGrant200.ts +34 -0
  262. package/src/generated/model/getGrant200ObjectType.ts +17 -0
  263. package/src/generated/model/getGrant200PrincipalType.ts +18 -0
  264. package/src/generated/model/getGrant200Relation.ts +18 -0
  265. package/src/generated/model/getGrant401.ts +20 -0
  266. package/src/generated/model/{listUsers500Details.ts → getGrant401Details.ts} +1 -1
  267. package/src/generated/model/getGrant403.ts +20 -0
  268. package/src/generated/model/getGrant403Details.ts +12 -0
  269. package/src/generated/model/getGrant404.ts +20 -0
  270. package/src/generated/model/getGrant404Details.ts +12 -0
  271. package/src/generated/model/getGrantDefault.ts +59 -0
  272. package/src/generated/model/{getSessionParams.ts → getGrantParams.ts} +1 -1
  273. package/src/generated/model/getMySession200.ts +11 -4
  274. package/src/generated/model/getMySession200State.ts +1 -3
  275. package/src/generated/model/getMySession200User.ts +37 -0
  276. package/src/generated/model/getMySession401.ts +7 -3
  277. package/src/generated/model/getMySession404.ts +7 -3
  278. package/src/generated/model/getMySessionDefault.ts +41 -12
  279. package/src/generated/model/getMyUser200.ts +63 -1
  280. package/src/generated/model/getMyUser200Attributes.ts +14 -0
  281. package/src/generated/model/getMyUser200Metadata.ts +43 -0
  282. package/src/generated/model/getMyUser200MetadataLifecycleOwnerTeam.ts +43 -0
  283. package/src/generated/model/getMyUser200MetadataStatus.ts +20 -0
  284. package/src/generated/model/getMyUser200TeamsItem.ts +33 -0
  285. package/src/generated/model/getMyUser200TeamsItemMembershipStatus.ts +21 -0
  286. package/src/generated/model/getMyUserDefault.ts +51 -12
  287. package/src/generated/model/getProject200.ts +7 -2
  288. package/src/generated/model/getProjectDefault.ts +71 -12
  289. package/src/generated/model/getReleaseById200.ts +43 -0
  290. package/src/generated/model/getReleaseById200Metadata.ts +39 -0
  291. package/src/generated/model/getReleaseById200PointersItem.ts +58 -0
  292. package/src/generated/model/getReleaseById200PointersItemKind.ts +27 -0
  293. package/src/generated/model/getReleaseByIdDefault.ts +39 -0
  294. package/src/generated/model/getReleaseByIdParams.ts +15 -0
  295. package/src/generated/model/getSchemaById200.ts +21 -73
  296. package/src/generated/model/getSchemaById200Metadata.ts +12 -0
  297. package/src/generated/model/getSchemaById200Schema.ts +88 -0
  298. package/src/generated/model/getSchemaByIdParams.ts +0 -5
  299. package/src/generated/model/getSession200.ts +11 -4
  300. package/src/generated/model/getSession200State.ts +1 -3
  301. package/src/generated/model/getSession200User.ts +37 -0
  302. package/src/generated/model/getSession403.ts +20 -0
  303. package/src/generated/model/getSession403Details.ts +12 -0
  304. package/src/generated/model/getSessionDefault.ts +51 -12
  305. package/src/generated/model/getTeam200.ts +12 -3
  306. package/src/generated/model/getTeam200Status.ts +21 -0
  307. package/src/generated/model/getUserByID200.ts +63 -1
  308. package/src/generated/model/getUserByID200Attributes.ts +14 -0
  309. package/src/generated/model/getUserByID200Metadata.ts +43 -0
  310. package/src/generated/model/getUserByID200MetadataLifecycleOwnerTeam.ts +43 -0
  311. package/src/generated/model/getUserByID200MetadataStatus.ts +20 -0
  312. package/src/generated/model/getUserByID200TeamsItem.ts +33 -0
  313. package/src/generated/model/getUserByID200TeamsItemMembershipStatus.ts +21 -0
  314. package/src/generated/model/getUserByIDDefault.ts +51 -12
  315. package/src/generated/model/getUserByIDParams.ts +14 -8
  316. package/src/generated/model/index.ts +428 -137
  317. package/src/generated/model/initClaim201.ts +24 -0
  318. package/src/generated/model/{listUsers400.ts → initClaim401.ts} +3 -3
  319. package/src/generated/model/initClaim401Details.ts +12 -0
  320. package/src/generated/model/initClaim404.ts +24 -0
  321. package/src/generated/model/initClaim409.ts +26 -0
  322. package/src/generated/model/initClaim409Details.ts +14 -0
  323. package/src/generated/model/initClaimDefault.ts +20 -0
  324. package/src/generated/model/{revokeSession409Details.ts → initClaimDefaultDetails.ts} +1 -1
  325. package/src/generated/model/issueChallenge201.ts +2 -2
  326. package/src/generated/model/issueChallengeDefault.ts +22 -2
  327. package/src/generated/model/listBranding200Item.ts +14 -0
  328. package/src/generated/model/{listSessionsDefault.ts → listBrandingDefault.ts} +3 -3
  329. package/src/generated/model/{getMySessionDefaultDetails.ts → listBrandingDefaultDetails.ts} +1 -1
  330. package/src/generated/model/listBrandingParams.ts +15 -0
  331. package/src/generated/model/listEnvironments200.ts +19 -0
  332. package/src/generated/model/listEnvironments200EnvironmentsItem.ts +37 -0
  333. package/src/generated/model/listEnvironmentsDefault.ts +59 -0
  334. package/src/generated/model/{listSessionsParams.ts → listEnvironmentsParams.ts} +6 -16
  335. package/src/generated/model/listEvents200.ts +19 -0
  336. package/src/generated/model/listEvents200DataItem.ts +1878 -0
  337. package/src/generated/model/listEvents400.ts +20 -0
  338. package/src/generated/model/listEvents400Details.ts +12 -0
  339. package/src/generated/model/listEvents401.ts +20 -0
  340. package/src/generated/model/listEvents401Details.ts +12 -0
  341. package/src/generated/model/listEvents403.ts +20 -0
  342. package/src/generated/model/listEvents403Details.ts +12 -0
  343. package/src/generated/model/listEventsCategoryItem.ts +19 -0
  344. package/src/generated/model/{endSessionDefault.ts → listEventsDefault.ts} +3 -3
  345. package/src/generated/model/listEventsDefaultDetails.ts +12 -0
  346. package/src/generated/model/listEventsOrder.ts +14 -0
  347. package/src/generated/model/listEventsParams.ts +67 -0
  348. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItem.ts +18 -18
  349. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinition.ts +71 -0
  350. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionAudience.ts +21 -0
  351. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionStatus.ts +26 -0
  352. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItem.ts +71 -0
  353. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemActionsItem.ts +42 -0
  354. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemActionsItemKind.ts +31 -0
  355. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemComplete.ts +21 -0
  356. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGates.ts +35 -0
  357. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGatesConfig.ts +16 -0
  358. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGatesKind.ts +20 -0
  359. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemOnSuccess.ts +21 -0
  360. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemSsoProvidersItem.ts +19 -0
  361. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemTransitions.ts +46 -0
  362. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemUserSchema.ts +103 -0
  363. package/src/generated/model/listFlowDefinitionsDefault.ts +91 -12
  364. package/src/generated/model/listFlowDefinitionsExpandItem.ts +25 -0
  365. package/src/generated/model/listFlowDefinitionsParams.ts +5 -0
  366. package/src/generated/model/listReleases200.ts +19 -0
  367. package/src/generated/model/listReleases200ReleasesItem.ts +30 -0
  368. package/src/generated/model/listReleases200ReleasesItemMetadata.ts +39 -0
  369. package/src/generated/model/listReleasesDefault.ts +39 -0
  370. package/src/generated/model/listReleasesParams.ts +29 -0
  371. package/src/generated/model/listSchemas200.ts +19 -0
  372. package/src/generated/model/listSchemas200SchemasItem.ts +31 -0
  373. package/src/generated/model/listSchemas200SchemasItemMetadata.ts +12 -0
  374. package/src/generated/model/listSchemas200SchemasItemSchema.ts +88 -0
  375. package/src/generated/model/{getUserInfoDefault.ts → listSchemasDefault.ts} +3 -3
  376. package/src/generated/model/{authorizeDevice400Details.ts → listSchemasDefaultDetails.ts} +1 -1
  377. package/src/generated/model/listSchemasKind.ts +13 -0
  378. package/src/generated/model/listSchemasParams.ts +65 -0
  379. package/src/generated/model/listSchemasRevisions.ts +14 -0
  380. package/src/generated/model/listUserPasskeys200.ts +19 -0
  381. package/src/generated/model/listUserPasskeys200PasskeysItem.ts +16 -0
  382. package/src/generated/model/{authorizeGetDefault.ts → listUserPasskeys400.ts} +3 -3
  383. package/src/generated/model/{listSessionsDefaultDetails.ts → listUserPasskeys400Details.ts} +1 -1
  384. package/src/generated/model/listUserPasskeys401.ts +20 -0
  385. package/src/generated/model/{authorizeGetDefaultDetails.ts → listUserPasskeys401Details.ts} +1 -1
  386. package/src/generated/model/listUserPasskeys403.ts +20 -0
  387. package/src/generated/model/listUserPasskeys403Details.ts +12 -0
  388. package/src/generated/model/listUserPasskeys404.ts +20 -0
  389. package/src/generated/model/listUserPasskeys404Details.ts +12 -0
  390. package/src/generated/model/listUserPasskeys500.ts +20 -0
  391. package/src/generated/model/listUserPasskeys500Details.ts +12 -0
  392. package/src/generated/model/listUserPasskeysDefault.ts +59 -0
  393. package/src/generated/model/listUserPasskeysParams.ts +24 -0
  394. package/src/generated/model/listUserTeams200.ts +19 -0
  395. package/src/generated/model/listUserTeams200TeamsItem.ts +33 -0
  396. package/src/generated/model/listUserTeams200TeamsItemMembershipStatus.ts +21 -0
  397. package/src/generated/model/listUserTeams400.ts +20 -0
  398. package/src/generated/model/listUserTeams400Details.ts +12 -0
  399. package/src/generated/model/listUserTeams401.ts +20 -0
  400. package/src/generated/model/listUserTeams401Details.ts +12 -0
  401. package/src/generated/model/listUserTeams403.ts +20 -0
  402. package/src/generated/model/listUserTeams403Details.ts +12 -0
  403. package/src/generated/model/listUserTeams404.ts +20 -0
  404. package/src/generated/model/listUserTeams404Details.ts +12 -0
  405. package/src/generated/model/listUserTeams500.ts +20 -0
  406. package/src/generated/model/listUserTeams500Details.ts +12 -0
  407. package/src/generated/model/listUserTeamsDefault.ts +59 -0
  408. package/src/generated/model/{listUsersParams.ts → listUserTeamsParams.ts} +9 -6
  409. package/src/generated/model/patchProject200.ts +24 -0
  410. package/src/generated/model/{getTokenDefault.ts → patchProject400.ts} +3 -3
  411. package/src/generated/model/{getMySession401Details.ts → patchProject400Details.ts} +1 -1
  412. package/src/generated/model/{listSessions400.ts → patchProject401.ts} +3 -3
  413. package/src/generated/model/{getMySession404Details.ts → patchProject401Details.ts} +1 -1
  414. package/src/generated/model/{listSessions401.ts → patchProject404.ts} +3 -3
  415. package/src/generated/model/{getTokenDefaultDetails.ts → patchProject404Details.ts} +1 -1
  416. package/src/generated/model/{listUsers200Item.ts → patchProjectBody.ts} +4 -1
  417. package/src/generated/model/patchProjectDefault.ts +89 -0
  418. package/src/generated/model/queryProjects200.ts +20 -0
  419. package/src/generated/model/queryProjects200ProjectsItem.ts +24 -0
  420. package/src/generated/model/queryProjects400.ts +20 -0
  421. package/src/generated/model/queryProjects400Details.ts +12 -0
  422. package/src/generated/model/queryProjects401.ts +20 -0
  423. package/src/generated/model/queryProjects401Details.ts +12 -0
  424. package/src/generated/model/queryProjects403.ts +20 -0
  425. package/src/generated/model/queryProjects403Details.ts +12 -0
  426. package/src/generated/model/queryProjects429.ts +20 -0
  427. package/src/generated/model/queryProjects429Details.ts +12 -0
  428. package/src/generated/model/queryProjectsBody.ts +28 -0
  429. package/src/generated/model/queryProjectsBodyFilterItem.ts +26 -0
  430. package/src/generated/model/queryProjectsBodyFilterItemField.ts +14 -0
  431. package/src/generated/model/queryProjectsBodyFilterItemOperation.ts +30 -0
  432. package/src/generated/model/queryProjectsBodySorting.ts +14 -0
  433. package/src/generated/model/queryProjectsBodySortingDirection.ts +15 -0
  434. package/src/generated/model/queryProjectsBodySortingField.ts +14 -0
  435. package/src/generated/model/queryProjectsDefault.ts +79 -0
  436. package/src/generated/model/{listSessions200.ts → querySessions200.ts} +3 -3
  437. package/src/generated/model/{listSessions200SessionsItem.ts → querySessions200SessionsItem.ts} +20 -13
  438. package/src/generated/model/{listSessions200SessionsItemFactorsItem.ts → querySessions200SessionsItemFactorsItem.ts} +5 -5
  439. package/src/generated/model/{listSessions200SessionsItemFactorsItemMethod.ts → querySessions200SessionsItemFactorsItemMethod.ts} +3 -3
  440. package/src/generated/model/{listSessions200SessionsItemFactorsItemPayload.ts → querySessions200SessionsItemFactorsItemPayload.ts} +1 -1
  441. package/src/generated/model/{listSessions200SessionsItemMetadata.ts → querySessions200SessionsItemMetadata.ts} +1 -1
  442. package/src/generated/model/{listSessions200SessionsItemState.ts → querySessions200SessionsItemState.ts} +4 -6
  443. package/src/generated/model/querySessions200SessionsItemUser.ts +37 -0
  444. package/src/generated/model/{listSessions200SessionsItemUserAgent.ts → querySessions200SessionsItemUserAgent.ts} +1 -1
  445. package/src/generated/model/querySessions400.ts +20 -0
  446. package/src/generated/model/querySessions400Details.ts +12 -0
  447. package/src/generated/model/querySessions401.ts +20 -0
  448. package/src/generated/model/querySessions401Details.ts +12 -0
  449. package/src/generated/model/querySessions403.ts +20 -0
  450. package/src/generated/model/querySessions403Details.ts +12 -0
  451. package/src/generated/model/querySessionsBody.ts +25 -0
  452. package/src/generated/model/querySessionsBodyFilterItem.ts +40 -0
  453. package/src/generated/model/querySessionsBodyFilterItemField.ts +33 -0
  454. package/src/generated/model/querySessionsBodyFilterItemOperation.ts +30 -0
  455. package/src/generated/model/querySessionsBodySorting.ts +18 -0
  456. package/src/generated/model/querySessionsBodySortingDirection.ts +15 -0
  457. package/src/generated/model/querySessionsBodySortingField.ts +21 -0
  458. package/src/generated/model/querySessionsDefault.ts +79 -0
  459. package/src/generated/model/querySessionsParams.ts +15 -0
  460. package/src/generated/model/queryTeams200.ts +20 -0
  461. package/src/generated/model/queryTeams200TeamsItem.ts +28 -0
  462. package/src/generated/model/queryTeams200TeamsItemStatus.ts +22 -0
  463. package/src/generated/model/queryTeams400.ts +20 -0
  464. package/src/generated/model/queryTeams400Details.ts +12 -0
  465. package/src/generated/model/queryTeams401.ts +20 -0
  466. package/src/generated/model/queryTeams401Details.ts +12 -0
  467. package/src/generated/model/queryTeams403.ts +20 -0
  468. package/src/generated/model/queryTeams403Details.ts +12 -0
  469. package/src/generated/model/queryTeams404.ts +20 -0
  470. package/src/generated/model/queryTeams404Details.ts +12 -0
  471. package/src/generated/model/queryTeams429.ts +20 -0
  472. package/src/generated/model/queryTeams429Details.ts +12 -0
  473. package/src/generated/model/queryTeamsBody.ts +28 -0
  474. package/src/generated/model/queryTeamsBodyFilterItem.ts +31 -0
  475. package/src/generated/model/queryTeamsBodyFilterItemField.ts +23 -0
  476. package/src/generated/model/queryTeamsBodyFilterItemOperation.ts +30 -0
  477. package/src/generated/model/queryTeamsBodySorting.ts +19 -0
  478. package/src/generated/model/queryTeamsBodySortingDirection.ts +15 -0
  479. package/src/generated/model/queryTeamsBodySortingField.ts +23 -0
  480. package/src/generated/model/queryTeamsDefault.ts +20 -0
  481. package/src/generated/model/queryTeamsDefaultDetails.ts +12 -0
  482. package/src/generated/model/queryTeamsParams.ts +15 -0
  483. package/src/generated/model/queryUsers200.ts +19 -0
  484. package/src/generated/model/queryUsers200UsersItem.ts +71 -0
  485. package/src/generated/model/{getOpenIDConfiguration4xxDetails.ts → queryUsers200UsersItemAttributes.ts} +4 -2
  486. package/src/generated/model/queryUsers200UsersItemMetadata.ts +43 -0
  487. package/src/generated/model/queryUsers200UsersItemMetadataLifecycleOwnerTeam.ts +43 -0
  488. package/src/generated/model/queryUsers200UsersItemMetadataStatus.ts +20 -0
  489. package/src/generated/model/queryUsers200UsersItemTeamsItem.ts +33 -0
  490. package/src/generated/model/queryUsers200UsersItemTeamsItemMembershipStatus.ts +21 -0
  491. package/src/generated/model/queryUsers400.ts +20 -0
  492. package/src/generated/model/queryUsers400Details.ts +12 -0
  493. package/src/generated/model/queryUsers401.ts +20 -0
  494. package/src/generated/model/queryUsers401Details.ts +12 -0
  495. package/src/generated/model/queryUsers403.ts +20 -0
  496. package/src/generated/model/queryUsers403Details.ts +12 -0
  497. package/src/generated/model/queryUsersBody.ts +33 -0
  498. package/src/generated/model/queryUsersBodyExpandItem.ts +43 -0
  499. package/src/generated/model/queryUsersBodyFilterItem.ts +53 -0
  500. package/src/generated/model/queryUsersBodyFilterItemField.ts +48 -0
  501. package/src/generated/model/queryUsersBodyFilterItemOperation.ts +30 -0
  502. package/src/generated/model/queryUsersBodySorting.ts +21 -0
  503. package/src/generated/model/queryUsersBodySortingDirection.ts +15 -0
  504. package/src/generated/model/queryUsersBodySortingField.ts +27 -0
  505. package/src/generated/model/queryUsersDefault.ts +69 -0
  506. package/src/generated/model/revokeMySession401.ts +7 -3
  507. package/src/generated/model/revokeMySessionDefault.ts +51 -12
  508. package/src/generated/model/revokeSession403.ts +20 -0
  509. package/src/generated/model/revokeSession403Details.ts +12 -0
  510. package/src/generated/model/revokeSessionDefault.ts +61 -12
  511. package/src/generated/model/setUserPasswordBody.ts +1 -1
  512. package/src/generated/model/setUserPasswordDefault.ts +71 -12
  513. package/src/generated/model/submitFlowStep200.ts +8 -3
  514. package/src/generated/model/submitFlowStep200Branding.ts +23 -7
  515. package/src/generated/model/submitFlowStep200BrandingLayout.ts +2 -1
  516. package/src/generated/model/submitFlowStep200Step.ts +11 -1
  517. package/src/generated/model/submitFlowStep200StepActionsItem.ts +15 -1
  518. package/src/generated/model/submitFlowStep200StepActionsItemKind.ts +31 -0
  519. package/src/generated/model/submitFlowStep200StepChallengeMethod.ts +1 -0
  520. package/src/generated/model/submitFlowStep400.ts +8 -3
  521. package/src/generated/model/submitFlowStep400Branding.ts +23 -7
  522. package/src/generated/model/submitFlowStep400BrandingLayout.ts +2 -1
  523. package/src/generated/model/submitFlowStep400Step.ts +11 -1
  524. package/src/generated/model/submitFlowStep400StepActionsItem.ts +15 -1
  525. package/src/generated/model/submitFlowStep400StepActionsItemKind.ts +31 -0
  526. package/src/generated/model/submitFlowStep400StepChallengeMethod.ts +1 -0
  527. package/src/generated/model/submitFlowStepDefault.ts +261 -12
  528. package/src/generated/model/updateFlowDefinition200.ts +7 -2
  529. package/src/generated/model/updateFlowDefinition200FlowDefinition.ts +16 -3
  530. package/src/generated/model/updateFlowDefinition200FlowDefinitionStatus.ts +26 -0
  531. package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActionsItem.ts +15 -1
  532. package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActionsItemKind.ts +31 -0
  533. package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemTransitions.ts +11 -0
  534. package/src/generated/model/updateFlowDefinition200UserSchema.ts +103 -0
  535. package/src/generated/model/updateFlowDefinitionBody.ts +15 -30
  536. package/src/generated/model/updateFlowDefinitionBodyFlowDefinition.ts +71 -0
  537. package/src/generated/model/{updateFlowDefinitionBodyAudience.ts → updateFlowDefinitionBodyFlowDefinitionAudience.ts} +1 -1
  538. package/src/generated/model/updateFlowDefinitionBodyFlowDefinitionStatus.ts +26 -0
  539. package/src/generated/model/{updateFlowDefinitionBodyStepsItem.ts → updateFlowDefinitionBodyFlowDefinitionStepsItem.ts} +13 -13
  540. package/src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem.ts +42 -0
  541. package/src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind.ts +31 -0
  542. package/src/generated/model/{updateFlowDefinitionBodyStepsItemComplete.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemComplete.ts} +3 -3
  543. package/src/generated/model/{updateFlowDefinitionBodyStepsItemGates.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemGates.ts} +5 -5
  544. package/src/generated/model/{updateFlowDefinitionBodyStepsItemGatesConfig.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig.ts} +1 -1
  545. package/src/generated/model/{updateFlowDefinitionBodyStepsItemGatesKind.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind.ts} +3 -3
  546. package/src/generated/model/{updateFlowDefinitionBodyStepsItemOnSuccess.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess.ts} +3 -3
  547. package/src/generated/model/{updateFlowDefinitionBodyStepsItemSsoProvidersItem.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem.ts} +1 -1
  548. package/src/generated/model/{updateFlowDefinitionBodyStepsItemTransitions.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemTransitions.ts} +12 -1
  549. package/src/generated/model/updateFlowDefinitionDefault.ts +121 -12
  550. package/src/generated/model/updateTeam200.ts +28 -0
  551. package/src/generated/model/updateTeam200Status.ts +21 -0
  552. package/src/generated/model/updateTeam400.ts +20 -0
  553. package/src/generated/model/updateTeam400Details.ts +12 -0
  554. package/src/generated/model/updateTeam401.ts +20 -0
  555. package/src/generated/model/updateTeam401Details.ts +12 -0
  556. package/src/generated/model/updateTeam403.ts +20 -0
  557. package/src/generated/model/updateTeam403Details.ts +12 -0
  558. package/src/generated/model/updateTeam404.ts +20 -0
  559. package/src/generated/model/updateTeam404Details.ts +12 -0
  560. package/src/generated/model/updateTeam409.ts +20 -0
  561. package/src/generated/model/updateTeam409Details.ts +12 -0
  562. package/src/generated/model/{getFlowDefinitionParams.ts → updateTeamBody.ts} +5 -4
  563. package/src/generated/model/updateTeamDefault.ts +20 -0
  564. package/src/generated/model/updateTeamDefaultDetails.ts +12 -0
  565. package/src/generated/model/verifyChallengeProof200.ts +2 -2
  566. package/src/generated/model/verifyChallengeProof200ChallengesItem.ts +2 -2
  567. package/src/generated/model/verifyChallengeProofDefault.ts +64 -4
  568. package/src/runtime/api-factory.ts +5 -2
  569. package/src/runtime/config.spec.ts +31 -1
  570. package/src/runtime/config.ts +22 -3
  571. package/src/runtime/fetch.ts +45 -0
  572. package/dist/index-BGnjxx-b.d.mts +0 -9578
  573. package/dist/index-BGnjxx-b.d.mts.map +0 -1
  574. package/dist/zitadelNextGen-BS4VE7_Y.d.mts +0 -408
  575. package/dist/zitadelNextGen-BS4VE7_Y.d.mts.map +0 -1
  576. package/src/generated/model/authorizeDevice200.ts +0 -30
  577. package/src/generated/model/authorizeDeviceParams.ts +0 -25
  578. package/src/generated/model/authorizeGetParams.ts +0 -136
  579. package/src/generated/model/createFlowDefinitionDefaultDetails.ts +0 -12
  580. package/src/generated/model/createSessionDefaultDetails.ts +0 -12
  581. package/src/generated/model/endSessionParams.ts +0 -57
  582. package/src/generated/model/getFlowDefinitionDefaultDetails.ts +0 -12
  583. package/src/generated/model/getKeys200.ts +0 -12
  584. package/src/generated/model/getKeys200KeysItem.ts +0 -30
  585. package/src/generated/model/getOpenIDConfiguration200.ts +0 -87
  586. package/src/generated/model/getOpenIDConfiguration200ClaimTypesSupportedItem.ts +0 -16
  587. package/src/generated/model/getOpenIDConfiguration200DisplayValuesSupportedItem.ts +0 -17
  588. package/src/generated/model/getOpenIDConfiguration200SubjectTypesSupportedItem.ts +0 -15
  589. package/src/generated/model/getOpenIDConfiguration200TokenEndpointAuthMethodsSupportedItem.ts +0 -17
  590. package/src/generated/model/getOpenIDConfiguration4xx.ts +0 -20
  591. package/src/generated/model/getOpenIDConfigurationDefault.ts +0 -20
  592. package/src/generated/model/getOpenIDConfigurationDefaultDetails.ts +0 -12
  593. package/src/generated/model/getSessionDefaultDetails.ts +0 -12
  594. package/src/generated/model/getToken200.ts +0 -18
  595. package/src/generated/model/getTokenBody.ts +0 -40
  596. package/src/generated/model/getTokenBodyGrantType.ts +0 -20
  597. package/src/generated/model/getUserByIDDefaultDetails.ts +0 -12
  598. package/src/generated/model/getUserInfo200.ts +0 -24
  599. package/src/generated/model/getUserInfo4xxDetails.ts +0 -12
  600. package/src/generated/model/getUserInfoDefaultDetails.ts +0 -12
  601. package/src/generated/model/introspect200.ts +0 -34
  602. package/src/generated/model/introspectBody.ts +0 -14
  603. package/src/generated/model/introspectDefaultDetails.ts +0 -12
  604. package/src/generated/model/listFlowDefinitionsDefaultDetails.ts +0 -12
  605. package/src/generated/model/listSessions400Details.ts +0 -12
  606. package/src/generated/model/listSessions401Details.ts +0 -12
  607. package/src/generated/model/listSessions403.ts +0 -20
  608. package/src/generated/model/listSessions403Details.ts +0 -12
  609. package/src/generated/model/listSessionsState.ts +0 -16
  610. package/src/generated/model/revokeMySession401Details.ts +0 -12
  611. package/src/generated/model/revokeMySession404.ts +0 -20
  612. package/src/generated/model/revokeMySession404Details.ts +0 -12
  613. package/src/generated/model/revokeMySession409.ts +0 -20
  614. package/src/generated/model/revokeMySession409Details.ts +0 -12
  615. package/src/generated/model/revokeMySessionDefaultDetails.ts +0 -12
  616. package/src/generated/model/revokeSessionDefaultDetails.ts +0 -12
  617. package/src/generated/model/revokeToken4xxDetails.ts +0 -12
  618. package/src/generated/model/revokeTokenBody.ts +0 -14
  619. package/src/generated/model/revokeTokenDefault.ts +0 -20
  620. package/src/generated/model/revokeTokenDefaultDetails.ts +0 -12
  621. package/src/generated/model/setUserPasswordDefaultDetails.ts +0 -12
  622. package/src/generated/model/submitFlowEvent400.ts +0 -20
  623. package/src/generated/model/submitFlowEvent400Details.ts +0 -12
  624. package/src/generated/model/submitFlowEvent404.ts +0 -20
  625. package/src/generated/model/submitFlowEvent404Details.ts +0 -12
  626. package/src/generated/model/submitFlowEventBody.ts +0 -17
  627. package/src/generated/model/submitFlowEventBodyPayload.ts +0 -12
  628. package/src/generated/model/submitFlowEventBodyType.ts +0 -15
  629. package/src/generated/model/submitFlowEventDefault.ts +0 -20
  630. package/src/generated/model/submitFlowEventDefaultDetails.ts +0 -12
  631. package/src/generated/model/updateFlowDefinitionBodyStepsItemActionsItem.ts +0 -28
  632. package/src/generated/model/updateFlowDefinitionDefaultDetails.ts +0 -12
  633. package/src/generated/model/updateFlowDefinitionParams.ts +0 -15
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":[],"sources":["../../../src/generated/model/createAuthAttempt201ChallengesItemMethod.ts","../../../src/generated/model/createAuthAttempt201ChallengesItemState.ts","../../../src/generated/model/createAuthAttempt201CompletedFactorsItemMethod.ts","../../../src/generated/model/createAuthAttempt201RequiredFactorsItem.ts","../../../src/generated/model/createAuthAttempt201State.ts","../../../src/generated/model/createFlow201BrandingLayout.ts","../../../src/generated/model/createFlow201StepChallengeMethod.ts","../../../src/generated/model/createFlow201StepComplete.ts","../../../src/generated/model/createFlow201StepFieldsItemType.ts","../../../src/generated/model/createFlow201StepFieldsItemValidationFormat.ts","../../../src/generated/model/createFlow201StepGatesKind.ts","../../../src/generated/model/createFlowBodyPurpose.ts","../../../src/generated/model/createFlowDefinition201FlowDefinitionStepsItemComplete.ts","../../../src/generated/model/createFlowDefinition201FlowDefinitionStepsItemGatesKind.ts","../../../src/generated/model/createFlowDefinition201FlowDefinitionStepsItemOnSuccess.ts","../../../src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemComplete.ts","../../../src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemGatesKind.ts","../../../src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess.ts","../../../src/generated/model/createSession201SessionFactorsItemMethod.ts","../../../src/generated/model/createSession201SessionState.ts","../../../src/generated/model/exchangeHandoff200SessionFactorsItemMethod.ts","../../../src/generated/model/exchangeHandoff200SessionState.ts","../../../src/generated/model/getAuthAttempt200ChallengesItemMethod.ts","../../../src/generated/model/getAuthAttempt200ChallengesItemState.ts","../../../src/generated/model/getAuthAttempt200CompletedFactorsItemMethod.ts","../../../src/generated/model/getAuthAttempt200RequiredFactorsItem.ts","../../../src/generated/model/getAuthAttempt200State.ts","../../../src/generated/model/getFlowDefinition200FlowDefinitionStepsItemComplete.ts","../../../src/generated/model/getFlowDefinition200FlowDefinitionStepsItemGatesKind.ts","../../../src/generated/model/getFlowDefinition200FlowDefinitionStepsItemOnSuccess.ts","../../../src/generated/model/getFlowStep200BrandingLayout.ts","../../../src/generated/model/getFlowStep200StepChallengeMethod.ts","../../../src/generated/model/getFlowStep200StepComplete.ts","../../../src/generated/model/getFlowStep200StepFieldsItemType.ts","../../../src/generated/model/getFlowStep200StepFieldsItemValidationFormat.ts","../../../src/generated/model/getFlowStep200StepGatesKind.ts","../../../src/generated/model/getMySession200FactorsItemMethod.ts","../../../src/generated/model/getMySession200State.ts","../../../src/generated/model/getOpenIDConfiguration200ClaimTypesSupportedItem.ts","../../../src/generated/model/getOpenIDConfiguration200DisplayValuesSupportedItem.ts","../../../src/generated/model/getOpenIDConfiguration200SubjectTypesSupportedItem.ts","../../../src/generated/model/getOpenIDConfiguration200TokenEndpointAuthMethodsSupportedItem.ts","../../../src/generated/model/getSession200FactorsItemMethod.ts","../../../src/generated/model/getSession200State.ts","../../../src/generated/model/getTokenBodyGrantType.ts","../../../src/generated/model/issueChallenge201Method.ts","../../../src/generated/model/issueChallenge201State.ts","../../../src/generated/model/issueChallengeBodyMethod.ts","../../../src/generated/model/issueChallengeBodyPasskeyOptionsUserVerification.ts","../../../src/generated/model/listFlowDefinitionsPurpose.ts","../../../src/generated/model/listSessions200SessionsItemFactorsItemMethod.ts","../../../src/generated/model/listSessions200SessionsItemState.ts","../../../src/generated/model/listSessionsState.ts","../../../src/generated/model/submitFlowEventBodyType.ts","../../../src/generated/model/submitFlowStep200BrandingLayout.ts","../../../src/generated/model/submitFlowStep200StepChallengeMethod.ts","../../../src/generated/model/submitFlowStep200StepComplete.ts","../../../src/generated/model/submitFlowStep200StepFieldsItemType.ts","../../../src/generated/model/submitFlowStep200StepFieldsItemValidationFormat.ts","../../../src/generated/model/submitFlowStep200StepGatesKind.ts","../../../src/generated/model/submitFlowStep400BrandingLayout.ts","../../../src/generated/model/submitFlowStep400StepChallengeMethod.ts","../../../src/generated/model/submitFlowStep400StepComplete.ts","../../../src/generated/model/submitFlowStep400StepFieldsItemType.ts","../../../src/generated/model/submitFlowStep400StepFieldsItemValidationFormat.ts","../../../src/generated/model/submitFlowStep400StepGatesKind.ts","../../../src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemComplete.ts","../../../src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGatesKind.ts","../../../src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemOnSuccess.ts","../../../src/generated/model/updateFlowDefinitionBodyStepsItemComplete.ts","../../../src/generated/model/updateFlowDefinitionBodyStepsItemGatesKind.ts","../../../src/generated/model/updateFlowDefinitionBodyStepsItemOnSuccess.ts","../../../src/generated/model/verifyChallengeProof200ChallengesItemMethod.ts","../../../src/generated/model/verifyChallengeProof200ChallengesItemState.ts","../../../src/generated/model/verifyChallengeProof200CompletedFactorsItemMethod.ts","../../../src/generated/model/verifyChallengeProof200RequiredFactorsItem.ts","../../../src/generated/model/verifyChallengeProof200State.ts"],"sourcesContent":["/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type CreateAuthAttempt201ChallengesItemMethod =\n (typeof CreateAuthAttempt201ChallengesItemMethod)[keyof typeof CreateAuthAttempt201ChallengesItemMethod];\n\nexport const CreateAuthAttempt201ChallengesItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current state of this challenge:\n- `pending`: awaiting proof submission\n- `failed`: proof rejected (invalid credential, wrong code, etc.)\n- `expired`: challenge TTL exceeded without verification\n\n */\nexport type CreateAuthAttempt201ChallengesItemState =\n (typeof CreateAuthAttempt201ChallengesItemState)[keyof typeof CreateAuthAttempt201ChallengesItemState];\n\nexport const CreateAuthAttempt201ChallengesItemState = {\n pending: \"pending\",\n failed: \"failed\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type CreateAuthAttempt201CompletedFactorsItemMethod =\n (typeof CreateAuthAttempt201CompletedFactorsItemMethod)[keyof typeof CreateAuthAttempt201CompletedFactorsItemMethod];\n\nexport const CreateAuthAttempt201CompletedFactorsItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type CreateAuthAttempt201RequiredFactorsItem =\n (typeof CreateAuthAttempt201RequiredFactorsItem)[keyof typeof CreateAuthAttempt201RequiredFactorsItem];\n\nexport const CreateAuthAttempt201RequiredFactorsItem = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Overall state of the authentication attempt:\n- `in_progress`: factors are still being collected; continue issuing challenges.\n- `completed`: all required factors have been verified; the attempt is ready for handoff.\n- `failed`: the attempt has failed (e.g. too many failed proofs) and cannot be continued.\n- `expired`: the 15-minute TTL has been exceeded.\n\n */\nexport type CreateAuthAttempt201State =\n (typeof CreateAuthAttempt201State)[keyof typeof CreateAuthAttempt201State];\n\nexport const CreateAuthAttempt201State = {\n in_progress: \"in_progress\",\n completed: \"completed\",\n failed: \"failed\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Layout preset selector. The default.liquid master template uses this\nto branch into layout variants. Customers who eject the template\ncan ignore this field entirely.\n\n */\nexport type CreateFlow201BrandingLayout =\n (typeof CreateFlow201BrandingLayout)[keyof typeof CreateFlow201BrandingLayout];\n\nexport const CreateFlow201BrandingLayout = {\n centered: \"centered\",\n split: \"split\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Challenge method. Determines which component handles the ceremony.\n */\nexport type CreateFlow201StepChallengeMethod =\n (typeof CreateFlow201StepChallengeMethod)[keyof typeof CreateFlow201StepChallengeMethod];\n\nexport const CreateFlow201StepChallengeMethod = {\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Present only on terminal steps. Tells the frontend what to do:\n- redirect: navigate to redirect_uri immediately (OIDC/SAML done)\n- show: render the step as a success screen (e.g., registration confirmed)\n\n */\nexport type CreateFlow201StepComplete =\n (typeof CreateFlow201StepComplete)[keyof typeof CreateFlow201StepComplete];\n\nexport const CreateFlow201StepComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The input kind the client should render. Encodes the formats and\nJSON types that map to a familiar HTML input: `email`, `url`,\n`date` come from `format`; `checkbox` from JSON `type: boolean`;\n`select` from a closed `enum`. For other formats (e.g. uuid) the\ntype is `text` and `validation.format` carries the rule.\n\n */\nexport type CreateFlow201StepFieldsItemType =\n (typeof CreateFlow201StepFieldsItemType)[keyof typeof CreateFlow201StepFieldsItemType];\n\nexport const CreateFlow201StepFieldsItemType = {\n text: \"text\",\n email: \"email\",\n password: \"password\",\n tel: \"tel\",\n number: \"number\",\n url: \"url\",\n date: \"date\",\n hidden: \"hidden\",\n checkbox: \"checkbox\",\n select: \"select\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Semantic format the value must match. Values mirror the user\nmeta-schema. When `type` already encodes the format (email,\nurl, date), this key is informative and the input type is\nsufficient for client-side validation. When `type` is `text`\n(e.g. `format: uuid`), this key is the only signal.\n\n */\nexport type CreateFlow201StepFieldsItemValidationFormat =\n (typeof CreateFlow201StepFieldsItemValidationFormat)[keyof typeof CreateFlow201StepFieldsItemValidationFormat];\n\nexport const CreateFlow201StepFieldsItemValidationFormat = {\n email: \"email\",\n \"date-time\": \"date-time\",\n uuid: \"uuid\",\n uri: \"uri\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type CreateFlow201StepGatesKind =\n (typeof CreateFlow201StepGatesKind)[keyof typeof CreateFlow201StepGatesKind];\n\nexport const CreateFlow201StepGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type CreateFlowBodyPurpose =\n (typeof CreateFlowBodyPurpose)[keyof typeof CreateFlowBodyPurpose];\n\nexport const CreateFlowBodyPurpose = {\n login: \"login\",\n register: \"register\",\n recovery: \"recovery\",\n profiling: \"profiling\",\n reauth: \"reauth\",\n link_account: \"link_account\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Marks this as a terminal step. Tells the frontend what to do:\n- redirect: navigate to redirect_uri (OIDC/SAML callback done)\n- show: render as a success/info screen\n\n */\nexport type CreateFlowDefinition201FlowDefinitionStepsItemComplete =\n (typeof CreateFlowDefinition201FlowDefinitionStepsItemComplete)[keyof typeof CreateFlowDefinition201FlowDefinitionStepsItemComplete];\n\nexport const CreateFlowDefinition201FlowDefinitionStepsItemComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type CreateFlowDefinition201FlowDefinitionStepsItemGatesKind =\n (typeof CreateFlowDefinition201FlowDefinitionStepsItemGatesKind)[keyof typeof CreateFlowDefinition201FlowDefinitionStepsItemGatesKind];\n\nexport const CreateFlowDefinition201FlowDefinitionStepsItemGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Server-side mutation to execute when this step completes successfully.\nRuns after field validation passes, before the transition fires.\n\n- create_user: creates the user record (registration flows)\n\n */\nexport type CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess =\n (typeof CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess)[keyof typeof CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess];\n\nexport const CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess = {\n create_user: \"create_user\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Marks this as a terminal step. Tells the frontend what to do:\n- redirect: navigate to redirect_uri (OIDC/SAML callback done)\n- show: render as a success/info screen\n\n */\nexport type CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete =\n (typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete)[keyof typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete];\n\nexport const CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind =\n (typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind)[keyof typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind];\n\nexport const CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Server-side mutation to execute when this step completes successfully.\nRuns after field validation passes, before the transition fires.\n\n- create_user: creates the user record (registration flows)\n\n */\nexport type CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess =\n (typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess)[keyof typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess];\n\nexport const CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess = {\n create_user: \"create_user\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type CreateSession201SessionFactorsItemMethod =\n (typeof CreateSession201SessionFactorsItemMethod)[keyof typeof CreateSession201SessionFactorsItemMethod];\n\nexport const CreateSession201SessionFactorsItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current lifecycle state of the session:\n- `building`: has a user factor but is still gathering authentication factors\n- `active`: has at least one verified authentication factor; `assurance_levels[]` may shrink as factors age\n- `expired`: TTL elapsed\n- `revoked`: explicitly revoked via DELETE\n\n */\nexport type CreateSession201SessionState =\n (typeof CreateSession201SessionState)[keyof typeof CreateSession201SessionState];\n\nexport const CreateSession201SessionState = {\n building: \"building\",\n active: \"active\",\n expired: \"expired\",\n revoked: \"revoked\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type ExchangeHandoff200SessionFactorsItemMethod =\n (typeof ExchangeHandoff200SessionFactorsItemMethod)[keyof typeof ExchangeHandoff200SessionFactorsItemMethod];\n\nexport const ExchangeHandoff200SessionFactorsItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current lifecycle state of the session:\n- `building`: has a user factor but is still gathering authentication factors\n- `active`: has at least one verified authentication factor; `assurance_levels[]` may shrink as factors age\n- `expired`: TTL elapsed\n- `revoked`: explicitly revoked via DELETE\n\n */\nexport type ExchangeHandoff200SessionState =\n (typeof ExchangeHandoff200SessionState)[keyof typeof ExchangeHandoff200SessionState];\n\nexport const ExchangeHandoff200SessionState = {\n building: \"building\",\n active: \"active\",\n expired: \"expired\",\n revoked: \"revoked\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type GetAuthAttempt200ChallengesItemMethod =\n (typeof GetAuthAttempt200ChallengesItemMethod)[keyof typeof GetAuthAttempt200ChallengesItemMethod];\n\nexport const GetAuthAttempt200ChallengesItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current state of this challenge:\n- `pending`: awaiting proof submission\n- `failed`: proof rejected (invalid credential, wrong code, etc.)\n- `expired`: challenge TTL exceeded without verification\n\n */\nexport type GetAuthAttempt200ChallengesItemState =\n (typeof GetAuthAttempt200ChallengesItemState)[keyof typeof GetAuthAttempt200ChallengesItemState];\n\nexport const GetAuthAttempt200ChallengesItemState = {\n pending: \"pending\",\n failed: \"failed\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type GetAuthAttempt200CompletedFactorsItemMethod =\n (typeof GetAuthAttempt200CompletedFactorsItemMethod)[keyof typeof GetAuthAttempt200CompletedFactorsItemMethod];\n\nexport const GetAuthAttempt200CompletedFactorsItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type GetAuthAttempt200RequiredFactorsItem =\n (typeof GetAuthAttempt200RequiredFactorsItem)[keyof typeof GetAuthAttempt200RequiredFactorsItem];\n\nexport const GetAuthAttempt200RequiredFactorsItem = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Overall state of the authentication attempt:\n- `in_progress`: factors are still being collected; continue issuing challenges.\n- `completed`: all required factors have been verified; the attempt is ready for handoff.\n- `failed`: the attempt has failed (e.g. too many failed proofs) and cannot be continued.\n- `expired`: the 15-minute TTL has been exceeded.\n\n */\nexport type GetAuthAttempt200State =\n (typeof GetAuthAttempt200State)[keyof typeof GetAuthAttempt200State];\n\nexport const GetAuthAttempt200State = {\n in_progress: \"in_progress\",\n completed: \"completed\",\n failed: \"failed\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Marks this as a terminal step. Tells the frontend what to do:\n- redirect: navigate to redirect_uri (OIDC/SAML callback done)\n- show: render as a success/info screen\n\n */\nexport type GetFlowDefinition200FlowDefinitionStepsItemComplete =\n (typeof GetFlowDefinition200FlowDefinitionStepsItemComplete)[keyof typeof GetFlowDefinition200FlowDefinitionStepsItemComplete];\n\nexport const GetFlowDefinition200FlowDefinitionStepsItemComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type GetFlowDefinition200FlowDefinitionStepsItemGatesKind =\n (typeof GetFlowDefinition200FlowDefinitionStepsItemGatesKind)[keyof typeof GetFlowDefinition200FlowDefinitionStepsItemGatesKind];\n\nexport const GetFlowDefinition200FlowDefinitionStepsItemGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Server-side mutation to execute when this step completes successfully.\nRuns after field validation passes, before the transition fires.\n\n- create_user: creates the user record (registration flows)\n\n */\nexport type GetFlowDefinition200FlowDefinitionStepsItemOnSuccess =\n (typeof GetFlowDefinition200FlowDefinitionStepsItemOnSuccess)[keyof typeof GetFlowDefinition200FlowDefinitionStepsItemOnSuccess];\n\nexport const GetFlowDefinition200FlowDefinitionStepsItemOnSuccess = {\n create_user: \"create_user\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Layout preset selector. The default.liquid master template uses this\nto branch into layout variants. Customers who eject the template\ncan ignore this field entirely.\n\n */\nexport type GetFlowStep200BrandingLayout =\n (typeof GetFlowStep200BrandingLayout)[keyof typeof GetFlowStep200BrandingLayout];\n\nexport const GetFlowStep200BrandingLayout = {\n centered: \"centered\",\n split: \"split\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Challenge method. Determines which component handles the ceremony.\n */\nexport type GetFlowStep200StepChallengeMethod =\n (typeof GetFlowStep200StepChallengeMethod)[keyof typeof GetFlowStep200StepChallengeMethod];\n\nexport const GetFlowStep200StepChallengeMethod = {\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Present only on terminal steps. Tells the frontend what to do:\n- redirect: navigate to redirect_uri immediately (OIDC/SAML done)\n- show: render the step as a success screen (e.g., registration confirmed)\n\n */\nexport type GetFlowStep200StepComplete =\n (typeof GetFlowStep200StepComplete)[keyof typeof GetFlowStep200StepComplete];\n\nexport const GetFlowStep200StepComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The input kind the client should render. Encodes the formats and\nJSON types that map to a familiar HTML input: `email`, `url`,\n`date` come from `format`; `checkbox` from JSON `type: boolean`;\n`select` from a closed `enum`. For other formats (e.g. uuid) the\ntype is `text` and `validation.format` carries the rule.\n\n */\nexport type GetFlowStep200StepFieldsItemType =\n (typeof GetFlowStep200StepFieldsItemType)[keyof typeof GetFlowStep200StepFieldsItemType];\n\nexport const GetFlowStep200StepFieldsItemType = {\n text: \"text\",\n email: \"email\",\n password: \"password\",\n tel: \"tel\",\n number: \"number\",\n url: \"url\",\n date: \"date\",\n hidden: \"hidden\",\n checkbox: \"checkbox\",\n select: \"select\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Semantic format the value must match. Values mirror the user\nmeta-schema. When `type` already encodes the format (email,\nurl, date), this key is informative and the input type is\nsufficient for client-side validation. When `type` is `text`\n(e.g. `format: uuid`), this key is the only signal.\n\n */\nexport type GetFlowStep200StepFieldsItemValidationFormat =\n (typeof GetFlowStep200StepFieldsItemValidationFormat)[keyof typeof GetFlowStep200StepFieldsItemValidationFormat];\n\nexport const GetFlowStep200StepFieldsItemValidationFormat = {\n email: \"email\",\n \"date-time\": \"date-time\",\n uuid: \"uuid\",\n uri: \"uri\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type GetFlowStep200StepGatesKind =\n (typeof GetFlowStep200StepGatesKind)[keyof typeof GetFlowStep200StepGatesKind];\n\nexport const GetFlowStep200StepGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type GetMySession200FactorsItemMethod =\n (typeof GetMySession200FactorsItemMethod)[keyof typeof GetMySession200FactorsItemMethod];\n\nexport const GetMySession200FactorsItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current lifecycle state of the session:\n- `building`: has a user factor but is still gathering authentication factors\n- `active`: has at least one verified authentication factor; `assurance_levels[]` may shrink as factors age\n- `expired`: TTL elapsed\n- `revoked`: explicitly revoked via DELETE\n\n */\nexport type GetMySession200State = (typeof GetMySession200State)[keyof typeof GetMySession200State];\n\nexport const GetMySession200State = {\n building: \"building\",\n active: \"active\",\n expired: \"expired\",\n revoked: \"revoked\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type GetOpenIDConfiguration200ClaimTypesSupportedItem =\n (typeof GetOpenIDConfiguration200ClaimTypesSupportedItem)[keyof typeof GetOpenIDConfiguration200ClaimTypesSupportedItem];\n\nexport const GetOpenIDConfiguration200ClaimTypesSupportedItem = {\n normal: \"normal\",\n aggregated: \"aggregated\",\n distributed: \"distributed\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type GetOpenIDConfiguration200DisplayValuesSupportedItem =\n (typeof GetOpenIDConfiguration200DisplayValuesSupportedItem)[keyof typeof GetOpenIDConfiguration200DisplayValuesSupportedItem];\n\nexport const GetOpenIDConfiguration200DisplayValuesSupportedItem = {\n page: \"page\",\n popup: \"popup\",\n touch: \"touch\",\n wap: \"wap\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type GetOpenIDConfiguration200SubjectTypesSupportedItem =\n (typeof GetOpenIDConfiguration200SubjectTypesSupportedItem)[keyof typeof GetOpenIDConfiguration200SubjectTypesSupportedItem];\n\nexport const GetOpenIDConfiguration200SubjectTypesSupportedItem = {\n public: \"public\",\n pairwise: \"pairwise\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type GetOpenIDConfiguration200TokenEndpointAuthMethodsSupportedItem =\n (typeof GetOpenIDConfiguration200TokenEndpointAuthMethodsSupportedItem)[keyof typeof GetOpenIDConfiguration200TokenEndpointAuthMethodsSupportedItem];\n\nexport const GetOpenIDConfiguration200TokenEndpointAuthMethodsSupportedItem = {\n client_secret_post: \"client_secret_post\",\n client_secret_basic: \"client_secret_basic\",\n client_secret_jwt: \"client_secret_jwt\",\n private_key_jwt: \"private_key_jwt\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type GetSession200FactorsItemMethod =\n (typeof GetSession200FactorsItemMethod)[keyof typeof GetSession200FactorsItemMethod];\n\nexport const GetSession200FactorsItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current lifecycle state of the session:\n- `building`: has a user factor but is still gathering authentication factors\n- `active`: has at least one verified authentication factor; `assurance_levels[]` may shrink as factors age\n- `expired`: TTL elapsed\n- `revoked`: explicitly revoked via DELETE\n\n */\nexport type GetSession200State = (typeof GetSession200State)[keyof typeof GetSession200State];\n\nexport const GetSession200State = {\n building: \"building\",\n active: \"active\",\n expired: \"expired\",\n revoked: \"revoked\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The type of grant being requested.\n */\nexport type GetTokenBodyGrantType =\n (typeof GetTokenBodyGrantType)[keyof typeof GetTokenBodyGrantType];\n\nexport const GetTokenBodyGrantType = {\n authorization_code: \"authorization_code\",\n client_credentials: \"client_credentials\",\n password: \"password\",\n refresh_token: \"refresh_token\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type IssueChallenge201Method =\n (typeof IssueChallenge201Method)[keyof typeof IssueChallenge201Method];\n\nexport const IssueChallenge201Method = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current state of this challenge:\n- `pending`: awaiting proof submission\n- `failed`: proof rejected (invalid credential, wrong code, etc.)\n- `expired`: challenge TTL exceeded without verification\n\n */\nexport type IssueChallenge201State =\n (typeof IssueChallenge201State)[keyof typeof IssueChallenge201State];\n\nexport const IssueChallenge201State = {\n pending: \"pending\",\n failed: \"failed\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type IssueChallengeBodyMethod =\n (typeof IssueChallengeBodyMethod)[keyof typeof IssueChallengeBodyMethod];\n\nexport const IssueChallengeBodyMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type IssueChallengeBodyPasskeyOptionsUserVerification =\n (typeof IssueChallengeBodyPasskeyOptionsUserVerification)[keyof typeof IssueChallengeBodyPasskeyOptionsUserVerification];\n\nexport const IssueChallengeBodyPasskeyOptionsUserVerification = {\n required: \"required\",\n preferred: \"preferred\",\n discouraged: \"discouraged\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type ListFlowDefinitionsPurpose =\n (typeof ListFlowDefinitionsPurpose)[keyof typeof ListFlowDefinitionsPurpose];\n\nexport const ListFlowDefinitionsPurpose = {\n login: \"login\",\n register: \"register\",\n recovery: \"recovery\",\n profiling: \"profiling\",\n reauth: \"reauth\",\n link_account: \"link_account\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type ListSessions200SessionsItemFactorsItemMethod =\n (typeof ListSessions200SessionsItemFactorsItemMethod)[keyof typeof ListSessions200SessionsItemFactorsItemMethod];\n\nexport const ListSessions200SessionsItemFactorsItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current lifecycle state of the session:\n- `building`: has a user factor but is still gathering authentication factors\n- `active`: has at least one verified authentication factor; `assurance_levels[]` may shrink as factors age\n- `expired`: TTL elapsed\n- `revoked`: explicitly revoked via DELETE\n\n */\nexport type ListSessions200SessionsItemState =\n (typeof ListSessions200SessionsItemState)[keyof typeof ListSessions200SessionsItemState];\n\nexport const ListSessions200SessionsItemState = {\n building: \"building\",\n active: \"active\",\n expired: \"expired\",\n revoked: \"revoked\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type ListSessionsState = (typeof ListSessionsState)[keyof typeof ListSessionsState];\n\nexport const ListSessionsState = {\n building: \"building\",\n active: \"active\",\n expired: \"expired\",\n revoked: \"revoked\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type SubmitFlowEventBodyType =\n (typeof SubmitFlowEventBodyType)[keyof typeof SubmitFlowEventBodyType];\n\nexport const SubmitFlowEventBodyType = {\n fingerprint: \"fingerprint\",\n telemetry: \"telemetry\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Layout preset selector. The default.liquid master template uses this\nto branch into layout variants. Customers who eject the template\ncan ignore this field entirely.\n\n */\nexport type SubmitFlowStep200BrandingLayout =\n (typeof SubmitFlowStep200BrandingLayout)[keyof typeof SubmitFlowStep200BrandingLayout];\n\nexport const SubmitFlowStep200BrandingLayout = {\n centered: \"centered\",\n split: \"split\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Challenge method. Determines which component handles the ceremony.\n */\nexport type SubmitFlowStep200StepChallengeMethod =\n (typeof SubmitFlowStep200StepChallengeMethod)[keyof typeof SubmitFlowStep200StepChallengeMethod];\n\nexport const SubmitFlowStep200StepChallengeMethod = {\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Present only on terminal steps. Tells the frontend what to do:\n- redirect: navigate to redirect_uri immediately (OIDC/SAML done)\n- show: render the step as a success screen (e.g., registration confirmed)\n\n */\nexport type SubmitFlowStep200StepComplete =\n (typeof SubmitFlowStep200StepComplete)[keyof typeof SubmitFlowStep200StepComplete];\n\nexport const SubmitFlowStep200StepComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The input kind the client should render. Encodes the formats and\nJSON types that map to a familiar HTML input: `email`, `url`,\n`date` come from `format`; `checkbox` from JSON `type: boolean`;\n`select` from a closed `enum`. For other formats (e.g. uuid) the\ntype is `text` and `validation.format` carries the rule.\n\n */\nexport type SubmitFlowStep200StepFieldsItemType =\n (typeof SubmitFlowStep200StepFieldsItemType)[keyof typeof SubmitFlowStep200StepFieldsItemType];\n\nexport const SubmitFlowStep200StepFieldsItemType = {\n text: \"text\",\n email: \"email\",\n password: \"password\",\n tel: \"tel\",\n number: \"number\",\n url: \"url\",\n date: \"date\",\n hidden: \"hidden\",\n checkbox: \"checkbox\",\n select: \"select\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Semantic format the value must match. Values mirror the user\nmeta-schema. When `type` already encodes the format (email,\nurl, date), this key is informative and the input type is\nsufficient for client-side validation. When `type` is `text`\n(e.g. `format: uuid`), this key is the only signal.\n\n */\nexport type SubmitFlowStep200StepFieldsItemValidationFormat =\n (typeof SubmitFlowStep200StepFieldsItemValidationFormat)[keyof typeof SubmitFlowStep200StepFieldsItemValidationFormat];\n\nexport const SubmitFlowStep200StepFieldsItemValidationFormat = {\n email: \"email\",\n \"date-time\": \"date-time\",\n uuid: \"uuid\",\n uri: \"uri\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type SubmitFlowStep200StepGatesKind =\n (typeof SubmitFlowStep200StepGatesKind)[keyof typeof SubmitFlowStep200StepGatesKind];\n\nexport const SubmitFlowStep200StepGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Layout preset selector. The default.liquid master template uses this\nto branch into layout variants. Customers who eject the template\ncan ignore this field entirely.\n\n */\nexport type SubmitFlowStep400BrandingLayout =\n (typeof SubmitFlowStep400BrandingLayout)[keyof typeof SubmitFlowStep400BrandingLayout];\n\nexport const SubmitFlowStep400BrandingLayout = {\n centered: \"centered\",\n split: \"split\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Challenge method. Determines which component handles the ceremony.\n */\nexport type SubmitFlowStep400StepChallengeMethod =\n (typeof SubmitFlowStep400StepChallengeMethod)[keyof typeof SubmitFlowStep400StepChallengeMethod];\n\nexport const SubmitFlowStep400StepChallengeMethod = {\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Present only on terminal steps. Tells the frontend what to do:\n- redirect: navigate to redirect_uri immediately (OIDC/SAML done)\n- show: render the step as a success screen (e.g., registration confirmed)\n\n */\nexport type SubmitFlowStep400StepComplete =\n (typeof SubmitFlowStep400StepComplete)[keyof typeof SubmitFlowStep400StepComplete];\n\nexport const SubmitFlowStep400StepComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The input kind the client should render. Encodes the formats and\nJSON types that map to a familiar HTML input: `email`, `url`,\n`date` come from `format`; `checkbox` from JSON `type: boolean`;\n`select` from a closed `enum`. For other formats (e.g. uuid) the\ntype is `text` and `validation.format` carries the rule.\n\n */\nexport type SubmitFlowStep400StepFieldsItemType =\n (typeof SubmitFlowStep400StepFieldsItemType)[keyof typeof SubmitFlowStep400StepFieldsItemType];\n\nexport const SubmitFlowStep400StepFieldsItemType = {\n text: \"text\",\n email: \"email\",\n password: \"password\",\n tel: \"tel\",\n number: \"number\",\n url: \"url\",\n date: \"date\",\n hidden: \"hidden\",\n checkbox: \"checkbox\",\n select: \"select\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Semantic format the value must match. Values mirror the user\nmeta-schema. When `type` already encodes the format (email,\nurl, date), this key is informative and the input type is\nsufficient for client-side validation. When `type` is `text`\n(e.g. `format: uuid`), this key is the only signal.\n\n */\nexport type SubmitFlowStep400StepFieldsItemValidationFormat =\n (typeof SubmitFlowStep400StepFieldsItemValidationFormat)[keyof typeof SubmitFlowStep400StepFieldsItemValidationFormat];\n\nexport const SubmitFlowStep400StepFieldsItemValidationFormat = {\n email: \"email\",\n \"date-time\": \"date-time\",\n uuid: \"uuid\",\n uri: \"uri\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type SubmitFlowStep400StepGatesKind =\n (typeof SubmitFlowStep400StepGatesKind)[keyof typeof SubmitFlowStep400StepGatesKind];\n\nexport const SubmitFlowStep400StepGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Marks this as a terminal step. Tells the frontend what to do:\n- redirect: navigate to redirect_uri (OIDC/SAML callback done)\n- show: render as a success/info screen\n\n */\nexport type UpdateFlowDefinition200FlowDefinitionStepsItemComplete =\n (typeof UpdateFlowDefinition200FlowDefinitionStepsItemComplete)[keyof typeof UpdateFlowDefinition200FlowDefinitionStepsItemComplete];\n\nexport const UpdateFlowDefinition200FlowDefinitionStepsItemComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind =\n (typeof UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind)[keyof typeof UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind];\n\nexport const UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Server-side mutation to execute when this step completes successfully.\nRuns after field validation passes, before the transition fires.\n\n- create_user: creates the user record (registration flows)\n\n */\nexport type UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess =\n (typeof UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess)[keyof typeof UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess];\n\nexport const UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess = {\n create_user: \"create_user\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Marks this as a terminal step. Tells the frontend what to do:\n- redirect: navigate to redirect_uri (OIDC/SAML callback done)\n- show: render as a success/info screen\n\n */\nexport type UpdateFlowDefinitionBodyStepsItemComplete =\n (typeof UpdateFlowDefinitionBodyStepsItemComplete)[keyof typeof UpdateFlowDefinitionBodyStepsItemComplete];\n\nexport const UpdateFlowDefinitionBodyStepsItemComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type UpdateFlowDefinitionBodyStepsItemGatesKind =\n (typeof UpdateFlowDefinitionBodyStepsItemGatesKind)[keyof typeof UpdateFlowDefinitionBodyStepsItemGatesKind];\n\nexport const UpdateFlowDefinitionBodyStepsItemGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Server-side mutation to execute when this step completes successfully.\nRuns after field validation passes, before the transition fires.\n\n- create_user: creates the user record (registration flows)\n\n */\nexport type UpdateFlowDefinitionBodyStepsItemOnSuccess =\n (typeof UpdateFlowDefinitionBodyStepsItemOnSuccess)[keyof typeof UpdateFlowDefinitionBodyStepsItemOnSuccess];\n\nexport const UpdateFlowDefinitionBodyStepsItemOnSuccess = {\n create_user: \"create_user\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type VerifyChallengeProof200ChallengesItemMethod =\n (typeof VerifyChallengeProof200ChallengesItemMethod)[keyof typeof VerifyChallengeProof200ChallengesItemMethod];\n\nexport const VerifyChallengeProof200ChallengesItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current state of this challenge:\n- `pending`: awaiting proof submission\n- `failed`: proof rejected (invalid credential, wrong code, etc.)\n- `expired`: challenge TTL exceeded without verification\n\n */\nexport type VerifyChallengeProof200ChallengesItemState =\n (typeof VerifyChallengeProof200ChallengesItemState)[keyof typeof VerifyChallengeProof200ChallengesItemState];\n\nexport const VerifyChallengeProof200ChallengesItemState = {\n pending: \"pending\",\n failed: \"failed\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type VerifyChallengeProof200CompletedFactorsItemMethod =\n (typeof VerifyChallengeProof200CompletedFactorsItemMethod)[keyof typeof VerifyChallengeProof200CompletedFactorsItemMethod];\n\nexport const VerifyChallengeProof200CompletedFactorsItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type VerifyChallengeProof200RequiredFactorsItem =\n (typeof VerifyChallengeProof200RequiredFactorsItem)[keyof typeof VerifyChallengeProof200RequiredFactorsItem];\n\nexport const VerifyChallengeProof200RequiredFactorsItem = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Overall state of the authentication attempt:\n- `in_progress`: factors are still being collected; continue issuing challenges.\n- `completed`: all required factors have been verified; the attempt is ready for handoff.\n- `failed`: the attempt has failed (e.g. too many failed proofs) and cannot be continued.\n- `expired`: the 15-minute TTL has been exceeded.\n\n */\nexport type VerifyChallengeProof200State =\n (typeof VerifyChallengeProof200State)[keyof typeof VerifyChallengeProof200State];\n\nexport const VerifyChallengeProof200State = {\n in_progress: \"in_progress\",\n completed: \"completed\",\n failed: \"failed\",\n expired: \"expired\",\n} as const;\n"],"mappings":"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"}
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../../../src/generated/model/createAuthAttempt201ChallengesItemMethod.ts","../../../src/generated/model/createAuthAttempt201ChallengesItemState.ts","../../../src/generated/model/createAuthAttempt201CompletedFactorsItemMethod.ts","../../../src/generated/model/createAuthAttempt201RequiredFactorsItem.ts","../../../src/generated/model/createAuthAttempt201State.ts","../../../src/generated/model/createBranding201BrandingLayout.ts","../../../src/generated/model/createBrandingBodyLayout.ts","../../../src/generated/model/createFlow201BrandingLayout.ts","../../../src/generated/model/createFlow201StepActionsItemKind.ts","../../../src/generated/model/createFlow201StepChallengeMethod.ts","../../../src/generated/model/createFlow201StepComplete.ts","../../../src/generated/model/createFlow201StepFieldsItemType.ts","../../../src/generated/model/createFlow201StepFieldsItemValidationFormat.ts","../../../src/generated/model/createFlow201StepGatesKind.ts","../../../src/generated/model/createFlowBodyPurpose.ts","../../../src/generated/model/createFlowDefinition201FlowDefinitionStatus.ts","../../../src/generated/model/createFlowDefinition201FlowDefinitionStepsItemActionsItemKind.ts","../../../src/generated/model/createFlowDefinition201FlowDefinitionStepsItemComplete.ts","../../../src/generated/model/createFlowDefinition201FlowDefinitionStepsItemGatesKind.ts","../../../src/generated/model/createFlowDefinition201FlowDefinitionStepsItemOnSuccess.ts","../../../src/generated/model/createFlowDefinitionBodyFlowDefinitionStatus.ts","../../../src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind.ts","../../../src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemComplete.ts","../../../src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemGatesKind.ts","../../../src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess.ts","../../../src/generated/model/createGrant201ObjectType.ts","../../../src/generated/model/createGrant201PrincipalType.ts","../../../src/generated/model/createGrant201Relation.ts","../../../src/generated/model/createGrantBodyPrincipalType.ts","../../../src/generated/model/createGrantBodyRelation.ts","../../../src/generated/model/createRelease200PointersItemKind.ts","../../../src/generated/model/createRelease201PointersItemKind.ts","../../../src/generated/model/createReleaseBodyPointersItemKind.ts","../../../src/generated/model/createSession201SessionFactorsItemMethod.ts","../../../src/generated/model/createSession201SessionState.ts","../../../src/generated/model/createTeam201Status.ts","../../../src/generated/model/createUser201MetadataStatus.ts","../../../src/generated/model/createUser201TeamsItemMembershipStatus.ts","../../../src/generated/model/exchangeHandoff200SessionFactorsItemMethod.ts","../../../src/generated/model/exchangeHandoff200SessionState.ts","../../../src/generated/model/getAuthAttempt200ChallengesItemMethod.ts","../../../src/generated/model/getAuthAttempt200ChallengesItemState.ts","../../../src/generated/model/getAuthAttempt200CompletedFactorsItemMethod.ts","../../../src/generated/model/getAuthAttempt200RequiredFactorsItem.ts","../../../src/generated/model/getAuthAttempt200State.ts","../../../src/generated/model/getBrandingById200BrandingLayout.ts","../../../src/generated/model/getFlowDefinition200FlowDefinitionStatus.ts","../../../src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActionsItemKind.ts","../../../src/generated/model/getFlowDefinition200FlowDefinitionStepsItemComplete.ts","../../../src/generated/model/getFlowDefinition200FlowDefinitionStepsItemGatesKind.ts","../../../src/generated/model/getFlowDefinition200FlowDefinitionStepsItemOnSuccess.ts","../../../src/generated/model/getFlowStep200BrandingLayout.ts","../../../src/generated/model/getFlowStep200StepActionsItemKind.ts","../../../src/generated/model/getFlowStep200StepChallengeMethod.ts","../../../src/generated/model/getFlowStep200StepComplete.ts","../../../src/generated/model/getFlowStep200StepFieldsItemType.ts","../../../src/generated/model/getFlowStep200StepFieldsItemValidationFormat.ts","../../../src/generated/model/getFlowStep200StepGatesKind.ts","../../../src/generated/model/getGrant200ObjectType.ts","../../../src/generated/model/getGrant200PrincipalType.ts","../../../src/generated/model/getGrant200Relation.ts","../../../src/generated/model/getMySession200FactorsItemMethod.ts","../../../src/generated/model/getMySession200State.ts","../../../src/generated/model/getMyUser200MetadataStatus.ts","../../../src/generated/model/getMyUser200TeamsItemMembershipStatus.ts","../../../src/generated/model/getReleaseById200PointersItemKind.ts","../../../src/generated/model/getSession200FactorsItemMethod.ts","../../../src/generated/model/getSession200State.ts","../../../src/generated/model/getTeam200Status.ts","../../../src/generated/model/getUserByID200MetadataStatus.ts","../../../src/generated/model/getUserByID200TeamsItemMembershipStatus.ts","../../../src/generated/model/issueChallenge201Method.ts","../../../src/generated/model/issueChallenge201State.ts","../../../src/generated/model/issueChallengeBodyMethod.ts","../../../src/generated/model/issueChallengeBodyPasskeyOptionsUserVerification.ts","../../../src/generated/model/listEventsCategoryItem.ts","../../../src/generated/model/listEventsOrder.ts","../../../src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionStatus.ts","../../../src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemActionsItemKind.ts","../../../src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemComplete.ts","../../../src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGatesKind.ts","../../../src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemOnSuccess.ts","../../../src/generated/model/listFlowDefinitionsExpandItem.ts","../../../src/generated/model/listFlowDefinitionsPurpose.ts","../../../src/generated/model/listSchemasKind.ts","../../../src/generated/model/listSchemasRevisions.ts","../../../src/generated/model/listUserTeams200TeamsItemMembershipStatus.ts","../../../src/generated/model/queryProjectsBodyFilterItemField.ts","../../../src/generated/model/queryProjectsBodyFilterItemOperation.ts","../../../src/generated/model/queryProjectsBodySortingDirection.ts","../../../src/generated/model/queryProjectsBodySortingField.ts","../../../src/generated/model/querySessions200SessionsItemFactorsItemMethod.ts","../../../src/generated/model/querySessions200SessionsItemState.ts","../../../src/generated/model/querySessionsBodyFilterItemField.ts","../../../src/generated/model/querySessionsBodyFilterItemOperation.ts","../../../src/generated/model/querySessionsBodySortingDirection.ts","../../../src/generated/model/querySessionsBodySortingField.ts","../../../src/generated/model/queryTeams200TeamsItemStatus.ts","../../../src/generated/model/queryTeamsBodyFilterItemField.ts","../../../src/generated/model/queryTeamsBodyFilterItemOperation.ts","../../../src/generated/model/queryTeamsBodySortingDirection.ts","../../../src/generated/model/queryTeamsBodySortingField.ts","../../../src/generated/model/queryUsers200UsersItemMetadataStatus.ts","../../../src/generated/model/queryUsers200UsersItemTeamsItemMembershipStatus.ts","../../../src/generated/model/queryUsersBodyExpandItem.ts","../../../src/generated/model/queryUsersBodyFilterItemField.ts","../../../src/generated/model/queryUsersBodyFilterItemOperation.ts","../../../src/generated/model/queryUsersBodySortingDirection.ts","../../../src/generated/model/queryUsersBodySortingField.ts","../../../src/generated/model/submitFlowStep200BrandingLayout.ts","../../../src/generated/model/submitFlowStep200StepActionsItemKind.ts","../../../src/generated/model/submitFlowStep200StepChallengeMethod.ts","../../../src/generated/model/submitFlowStep200StepComplete.ts","../../../src/generated/model/submitFlowStep200StepFieldsItemType.ts","../../../src/generated/model/submitFlowStep200StepFieldsItemValidationFormat.ts","../../../src/generated/model/submitFlowStep200StepGatesKind.ts","../../../src/generated/model/submitFlowStep400BrandingLayout.ts","../../../src/generated/model/submitFlowStep400StepActionsItemKind.ts","../../../src/generated/model/submitFlowStep400StepChallengeMethod.ts","../../../src/generated/model/submitFlowStep400StepComplete.ts","../../../src/generated/model/submitFlowStep400StepFieldsItemType.ts","../../../src/generated/model/submitFlowStep400StepFieldsItemValidationFormat.ts","../../../src/generated/model/submitFlowStep400StepGatesKind.ts","../../../src/generated/model/updateFlowDefinition200FlowDefinitionStatus.ts","../../../src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActionsItemKind.ts","../../../src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemComplete.ts","../../../src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGatesKind.ts","../../../src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemOnSuccess.ts","../../../src/generated/model/updateFlowDefinitionBodyFlowDefinitionStatus.ts","../../../src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind.ts","../../../src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemComplete.ts","../../../src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind.ts","../../../src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess.ts","../../../src/generated/model/updateTeam200Status.ts","../../../src/generated/model/verifyChallengeProof200ChallengesItemMethod.ts","../../../src/generated/model/verifyChallengeProof200ChallengesItemState.ts","../../../src/generated/model/verifyChallengeProof200CompletedFactorsItemMethod.ts","../../../src/generated/model/verifyChallengeProof200RequiredFactorsItem.ts","../../../src/generated/model/verifyChallengeProof200State.ts"],"sourcesContent":["/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type CreateAuthAttempt201ChallengesItemMethod =\n (typeof CreateAuthAttempt201ChallengesItemMethod)[keyof typeof CreateAuthAttempt201ChallengesItemMethod];\n\nexport const CreateAuthAttempt201ChallengesItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current state of this challenge:\n- `pending`: awaiting proof submission\n- `failed`: proof rejected (invalid credential, wrong code, etc.)\n- `expired`: challenge TTL exceeded without verification\n\n */\nexport type CreateAuthAttempt201ChallengesItemState =\n (typeof CreateAuthAttempt201ChallengesItemState)[keyof typeof CreateAuthAttempt201ChallengesItemState];\n\nexport const CreateAuthAttempt201ChallengesItemState = {\n pending: \"pending\",\n failed: \"failed\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type CreateAuthAttempt201CompletedFactorsItemMethod =\n (typeof CreateAuthAttempt201CompletedFactorsItemMethod)[keyof typeof CreateAuthAttempt201CompletedFactorsItemMethod];\n\nexport const CreateAuthAttempt201CompletedFactorsItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type CreateAuthAttempt201RequiredFactorsItem =\n (typeof CreateAuthAttempt201RequiredFactorsItem)[keyof typeof CreateAuthAttempt201RequiredFactorsItem];\n\nexport const CreateAuthAttempt201RequiredFactorsItem = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Overall state of the authentication attempt:\n- `in_progress`: factors are still being collected; continue issuing challenges.\n- `completed`: all required factors have been verified; the attempt is ready for handoff.\n- `failed`: the attempt has failed (e.g. too many failed proofs) and cannot be continued.\n- `expired`: the 15-minute TTL has been exceeded.\n\n */\nexport type CreateAuthAttempt201State =\n (typeof CreateAuthAttempt201State)[keyof typeof CreateAuthAttempt201State];\n\nexport const CreateAuthAttempt201State = {\n in_progress: \"in_progress\",\n completed: \"completed\",\n failed: \"failed\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Layout preset selector. The default.liquid master template uses this\nto branch into layout variants. Customers who eject the template\ncan ignore this field entirely; it also serves as the degrade target\nwhen a custom template fails component-side validation.\n\n */\nexport type CreateBranding201BrandingLayout =\n (typeof CreateBranding201BrandingLayout)[keyof typeof CreateBranding201BrandingLayout];\n\nexport const CreateBranding201BrandingLayout = {\n centered: \"centered\",\n split: \"split\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Layout preset selector. The default.liquid master template uses this\nto branch into layout variants. Customers who eject the template\ncan ignore this field entirely; it also serves as the degrade target\nwhen a custom template fails component-side validation.\n\n */\nexport type CreateBrandingBodyLayout =\n (typeof CreateBrandingBodyLayout)[keyof typeof CreateBrandingBodyLayout];\n\nexport const CreateBrandingBodyLayout = {\n centered: \"centered\",\n split: \"split\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Layout preset selector. The default.liquid master template uses this\nto branch into layout variants. Customers who eject the template\ncan ignore this field entirely; it also serves as the degrade target\nwhen a custom template fails component-side validation.\n\n */\nexport type CreateFlow201BrandingLayout =\n (typeof CreateFlow201BrandingLayout)[keyof typeof CreateFlow201BrandingLayout];\n\nexport const CreateFlow201BrandingLayout = {\n centered: \"centered\",\n split: \"split\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Classifies how the engine handles this action:\n- `submit`: collect the step's fields and run validate/dispatch/on_success.\n- `passkey`: issue a WebAuthn assertion challenge; the matching transition\n fires once the returned assertion verifies.\n- `passkey_register`: issue a WebAuthn registration challenge; the matching\n transition fires once the returned attestation verifies.\n- `navigate`: route through the transition without running the input\n pipeline. Used for pure-routing actions declared in the flow definition.\n- `back`: return the user to the previous step. Surfaced by the engine\n when going back is available.\n\n */\nexport type CreateFlow201StepActionsItemKind =\n (typeof CreateFlow201StepActionsItemKind)[keyof typeof CreateFlow201StepActionsItemKind];\n\nexport const CreateFlow201StepActionsItemKind = {\n submit: \"submit\",\n passkey: \"passkey\",\n passkey_register: \"passkey_register\",\n navigate: \"navigate\",\n back: \"back\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Challenge method. Determines which component handles the ceremony.\n */\nexport type CreateFlow201StepChallengeMethod =\n (typeof CreateFlow201StepChallengeMethod)[keyof typeof CreateFlow201StepChallengeMethod];\n\nexport const CreateFlow201StepChallengeMethod = {\n passkey: \"passkey\",\n passkey_register: \"passkey_register\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Present only on terminal steps. Tells the frontend what to do:\n- redirect: navigate to redirect_uri immediately (OIDC/SAML done)\n- show: render the step as a success screen (e.g., registration confirmed)\n\n */\nexport type CreateFlow201StepComplete =\n (typeof CreateFlow201StepComplete)[keyof typeof CreateFlow201StepComplete];\n\nexport const CreateFlow201StepComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The input kind the client should render. Encodes the formats and\nJSON types that map to a familiar HTML input: `email`, `url`,\n`date` come from `format`; `checkbox` from JSON `type: boolean`;\n`select` from a closed `enum`. For other formats (e.g. uuid) the\ntype is `text` and `validation.format` carries the rule.\n\n */\nexport type CreateFlow201StepFieldsItemType =\n (typeof CreateFlow201StepFieldsItemType)[keyof typeof CreateFlow201StepFieldsItemType];\n\nexport const CreateFlow201StepFieldsItemType = {\n text: \"text\",\n email: \"email\",\n password: \"password\",\n tel: \"tel\",\n number: \"number\",\n url: \"url\",\n date: \"date\",\n hidden: \"hidden\",\n checkbox: \"checkbox\",\n select: \"select\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Semantic format the value must match. Values mirror the user\nmeta-schema. When `type` already encodes the format (email,\nurl, date), this key is informative and the input type is\nsufficient for client-side validation. When `type` is `text`\n(e.g. `format: uuid`), this key is the only signal.\n\n */\nexport type CreateFlow201StepFieldsItemValidationFormat =\n (typeof CreateFlow201StepFieldsItemValidationFormat)[keyof typeof CreateFlow201StepFieldsItemValidationFormat];\n\nexport const CreateFlow201StepFieldsItemValidationFormat = {\n email: \"email\",\n \"date-time\": \"date-time\",\n uuid: \"uuid\",\n uri: \"uri\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type CreateFlow201StepGatesKind =\n (typeof CreateFlow201StepGatesKind)[keyof typeof CreateFlow201StepGatesKind];\n\nexport const CreateFlow201StepGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type CreateFlowBodyPurpose =\n (typeof CreateFlowBodyPurpose)[keyof typeof CreateFlowBodyPurpose];\n\nexport const CreateFlowBodyPurpose = {\n login: \"login\",\n register: \"register\",\n recovery: \"recovery\",\n profiling: \"profiling\",\n reauth: \"reauth\",\n link_account: \"link_account\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The lifecycle state of this flow definition.\n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n\n */\nexport type CreateFlowDefinition201FlowDefinitionStatus =\n (typeof CreateFlowDefinition201FlowDefinitionStatus)[keyof typeof CreateFlowDefinition201FlowDefinitionStatus];\n\nexport const CreateFlowDefinition201FlowDefinitionStatus = {\n active: \"active\",\n draft: \"draft\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Classifies how the engine handles this action:\n- `submit`: collect the step's fields and run validate/dispatch/on_success.\n- `passkey`: issue a WebAuthn assertion challenge; the matching transition\n fires once the returned assertion verifies.\n- `passkey_register`: issue a WebAuthn registration challenge; the matching\n transition fires once the returned attestation verifies.\n- `navigate`: route through the transition without running the input\n pipeline. Used for pure-routing actions declared in the flow definition.\n- `back`: return the user to the previous step. Surfaced by the engine\n when going back is available.\n\n */\nexport type CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind =\n (typeof CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind)[keyof typeof CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind];\n\nexport const CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind = {\n submit: \"submit\",\n passkey: \"passkey\",\n passkey_register: \"passkey_register\",\n navigate: \"navigate\",\n back: \"back\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Marks this as a terminal step. Tells the frontend what to do:\n- redirect: navigate to redirect_uri (OIDC/SAML callback done)\n- show: render as a success/info screen\n\n */\nexport type CreateFlowDefinition201FlowDefinitionStepsItemComplete =\n (typeof CreateFlowDefinition201FlowDefinitionStepsItemComplete)[keyof typeof CreateFlowDefinition201FlowDefinitionStepsItemComplete];\n\nexport const CreateFlowDefinition201FlowDefinitionStepsItemComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type CreateFlowDefinition201FlowDefinitionStepsItemGatesKind =\n (typeof CreateFlowDefinition201FlowDefinitionStepsItemGatesKind)[keyof typeof CreateFlowDefinition201FlowDefinitionStepsItemGatesKind];\n\nexport const CreateFlowDefinition201FlowDefinitionStepsItemGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Server-side mutation to execute when this step completes successfully.\nRuns after field validation passes, before the transition fires.\n\n- create_user: creates the user record (registration flows)\n\n */\nexport type CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess =\n (typeof CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess)[keyof typeof CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess];\n\nexport const CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess = {\n create_user: \"create_user\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The lifecycle state of this flow definition.\n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n\n */\nexport type CreateFlowDefinitionBodyFlowDefinitionStatus =\n (typeof CreateFlowDefinitionBodyFlowDefinitionStatus)[keyof typeof CreateFlowDefinitionBodyFlowDefinitionStatus];\n\nexport const CreateFlowDefinitionBodyFlowDefinitionStatus = {\n active: \"active\",\n draft: \"draft\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Classifies how the engine handles this action:\n- `submit`: collect the step's fields and run validate/dispatch/on_success.\n- `passkey`: issue a WebAuthn assertion challenge; the matching transition\n fires once the returned assertion verifies.\n- `passkey_register`: issue a WebAuthn registration challenge; the matching\n transition fires once the returned attestation verifies.\n- `navigate`: route through the transition without running the input\n pipeline. Used for pure-routing actions declared in the flow definition.\n- `back`: return the user to the previous step. Surfaced by the engine\n when going back is available.\n\n */\nexport type CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind =\n (typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind)[keyof typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind];\n\nexport const CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind = {\n submit: \"submit\",\n passkey: \"passkey\",\n passkey_register: \"passkey_register\",\n navigate: \"navigate\",\n back: \"back\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Marks this as a terminal step. Tells the frontend what to do:\n- redirect: navigate to redirect_uri (OIDC/SAML callback done)\n- show: render as a success/info screen\n\n */\nexport type CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete =\n (typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete)[keyof typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete];\n\nexport const CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind =\n (typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind)[keyof typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind];\n\nexport const CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Server-side mutation to execute when this step completes successfully.\nRuns after field validation passes, before the transition fires.\n\n- create_user: creates the user record (registration flows)\n\n */\nexport type CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess =\n (typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess)[keyof typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess];\n\nexport const CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess = {\n create_user: \"create_user\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Catalog object type. Always `project` for this API.\n */\nexport type CreateGrant201ObjectType =\n (typeof CreateGrant201ObjectType)[keyof typeof CreateGrant201ObjectType];\n\nexport const CreateGrant201ObjectType = {\n project: \"project\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Kind of principal bound by this grant.\n */\nexport type CreateGrant201PrincipalType =\n (typeof CreateGrant201PrincipalType)[keyof typeof CreateGrant201PrincipalType];\n\nexport const CreateGrant201PrincipalType = {\n user: \"user\",\n team: \"team\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Catalog relation on the project.\n */\nexport type CreateGrant201Relation =\n (typeof CreateGrant201Relation)[keyof typeof CreateGrant201Relation];\n\nexport const CreateGrant201Relation = {\n viewer: \"viewer\",\n editor: \"editor\",\n admin: \"admin\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Kind of principal to bind. `sk_proj` and owning-team grants are not accepted.\n */\nexport type CreateGrantBodyPrincipalType =\n (typeof CreateGrantBodyPrincipalType)[keyof typeof CreateGrantBodyPrincipalType];\n\nexport const CreateGrantBodyPrincipalType = {\n user: \"user\",\n team: \"team\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Catalog relation on `object_type` `project`. `team` (owning-team) is not allowed.\n */\nexport type CreateGrantBodyRelation =\n (typeof CreateGrantBodyRelation)[keyof typeof CreateGrantBodyRelation];\n\nexport const CreateGrantBodyRelation = {\n viewer: \"viewer\",\n editor: \"editor\",\n admin: \"admin\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The kind of resource a release pointer pins.\n\nCarried explicitly rather than inferred from `revision_id`, because a\nrevision id is not always shaped distinctly enough to identify its kind: a\nschema's is its `$id`, which may be any URL.\n\n`flow_definition` rather than `flow`: a release pins the definitions served\nat `/flow_definitions`, not the runtime flows at `/flow`.\n\n */\nexport type CreateRelease200PointersItemKind =\n (typeof CreateRelease200PointersItemKind)[keyof typeof CreateRelease200PointersItemKind];\n\nexport const CreateRelease200PointersItemKind = {\n schema: \"schema\",\n flow_definition: \"flow_definition\",\n branding: \"branding\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The kind of resource a release pointer pins.\n\nCarried explicitly rather than inferred from `revision_id`, because a\nrevision id is not always shaped distinctly enough to identify its kind: a\nschema's is its `$id`, which may be any URL.\n\n`flow_definition` rather than `flow`: a release pins the definitions served\nat `/flow_definitions`, not the runtime flows at `/flow`.\n\n */\nexport type CreateRelease201PointersItemKind =\n (typeof CreateRelease201PointersItemKind)[keyof typeof CreateRelease201PointersItemKind];\n\nexport const CreateRelease201PointersItemKind = {\n schema: \"schema\",\n flow_definition: \"flow_definition\",\n branding: \"branding\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The kind of resource a release pointer pins.\n\nCarried explicitly rather than inferred from `revision_id`, because a\nrevision id is not always shaped distinctly enough to identify its kind: a\nschema's is its `$id`, which may be any URL.\n\n`flow_definition` rather than `flow`: a release pins the definitions served\nat `/flow_definitions`, not the runtime flows at `/flow`.\n\n */\nexport type CreateReleaseBodyPointersItemKind =\n (typeof CreateReleaseBodyPointersItemKind)[keyof typeof CreateReleaseBodyPointersItemKind];\n\nexport const CreateReleaseBodyPointersItemKind = {\n schema: \"schema\",\n flow_definition: \"flow_definition\",\n branding: \"branding\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type CreateSession201SessionFactorsItemMethod =\n (typeof CreateSession201SessionFactorsItemMethod)[keyof typeof CreateSession201SessionFactorsItemMethod];\n\nexport const CreateSession201SessionFactorsItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current lifecycle state of the session:\n- `building`: no verified authentication factors yet\n- `active`: has at least one verified authentication factor; `assurance_levels[]` may shrink as factors age\n- `expired`: TTL elapsed\n\n */\nexport type CreateSession201SessionState =\n (typeof CreateSession201SessionState)[keyof typeof CreateSession201SessionState];\n\nexport const CreateSession201SessionState = {\n building: \"building\",\n active: \"active\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The lifecycle state of a team.\n\nactive: The team is available for use.\ndeactivated: The team is no longer active but is retained for historical and audit purposes.\n\n */\nexport type CreateTeam201Status = (typeof CreateTeam201Status)[keyof typeof CreateTeam201Status];\n\nexport const CreateTeam201Status = {\n active: \"active\",\n deactivated: \"deactivated\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The status of the user.\n */\nexport type CreateUser201MetadataStatus =\n (typeof CreateUser201MetadataStatus)[keyof typeof CreateUser201MetadataStatus];\n\nexport const CreateUser201MetadataStatus = {\n active: \"active\",\n suspended: \"suspended\",\n deactivated: \"deactivated\",\n pending_purge: \"pending_purge\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The user's participation state on this team. Memberships the user was\nremoved from are not returned.\n\n */\nexport type CreateUser201TeamsItemMembershipStatus =\n (typeof CreateUser201TeamsItemMembershipStatus)[keyof typeof CreateUser201TeamsItemMembershipStatus];\n\nexport const CreateUser201TeamsItemMembershipStatus = {\n pending: \"pending\",\n active: \"active\",\n inactive: \"inactive\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type ExchangeHandoff200SessionFactorsItemMethod =\n (typeof ExchangeHandoff200SessionFactorsItemMethod)[keyof typeof ExchangeHandoff200SessionFactorsItemMethod];\n\nexport const ExchangeHandoff200SessionFactorsItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current lifecycle state of the session:\n- `building`: no verified authentication factors yet\n- `active`: has at least one verified authentication factor; `assurance_levels[]` may shrink as factors age\n- `expired`: TTL elapsed\n\n */\nexport type ExchangeHandoff200SessionState =\n (typeof ExchangeHandoff200SessionState)[keyof typeof ExchangeHandoff200SessionState];\n\nexport const ExchangeHandoff200SessionState = {\n building: \"building\",\n active: \"active\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type GetAuthAttempt200ChallengesItemMethod =\n (typeof GetAuthAttempt200ChallengesItemMethod)[keyof typeof GetAuthAttempt200ChallengesItemMethod];\n\nexport const GetAuthAttempt200ChallengesItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current state of this challenge:\n- `pending`: awaiting proof submission\n- `failed`: proof rejected (invalid credential, wrong code, etc.)\n- `expired`: challenge TTL exceeded without verification\n\n */\nexport type GetAuthAttempt200ChallengesItemState =\n (typeof GetAuthAttempt200ChallengesItemState)[keyof typeof GetAuthAttempt200ChallengesItemState];\n\nexport const GetAuthAttempt200ChallengesItemState = {\n pending: \"pending\",\n failed: \"failed\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type GetAuthAttempt200CompletedFactorsItemMethod =\n (typeof GetAuthAttempt200CompletedFactorsItemMethod)[keyof typeof GetAuthAttempt200CompletedFactorsItemMethod];\n\nexport const GetAuthAttempt200CompletedFactorsItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type GetAuthAttempt200RequiredFactorsItem =\n (typeof GetAuthAttempt200RequiredFactorsItem)[keyof typeof GetAuthAttempt200RequiredFactorsItem];\n\nexport const GetAuthAttempt200RequiredFactorsItem = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Overall state of the authentication attempt:\n- `in_progress`: factors are still being collected; continue issuing challenges.\n- `completed`: all required factors have been verified; the attempt is ready for handoff.\n- `failed`: the attempt has failed (e.g. too many failed proofs) and cannot be continued.\n- `expired`: the 15-minute TTL has been exceeded.\n\n */\nexport type GetAuthAttempt200State =\n (typeof GetAuthAttempt200State)[keyof typeof GetAuthAttempt200State];\n\nexport const GetAuthAttempt200State = {\n in_progress: \"in_progress\",\n completed: \"completed\",\n failed: \"failed\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Layout preset selector. The default.liquid master template uses this\nto branch into layout variants. Customers who eject the template\ncan ignore this field entirely; it also serves as the degrade target\nwhen a custom template fails component-side validation.\n\n */\nexport type GetBrandingById200BrandingLayout =\n (typeof GetBrandingById200BrandingLayout)[keyof typeof GetBrandingById200BrandingLayout];\n\nexport const GetBrandingById200BrandingLayout = {\n centered: \"centered\",\n split: \"split\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The lifecycle state of this flow definition.\n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n\n */\nexport type GetFlowDefinition200FlowDefinitionStatus =\n (typeof GetFlowDefinition200FlowDefinitionStatus)[keyof typeof GetFlowDefinition200FlowDefinitionStatus];\n\nexport const GetFlowDefinition200FlowDefinitionStatus = {\n active: \"active\",\n draft: \"draft\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Classifies how the engine handles this action:\n- `submit`: collect the step's fields and run validate/dispatch/on_success.\n- `passkey`: issue a WebAuthn assertion challenge; the matching transition\n fires once the returned assertion verifies.\n- `passkey_register`: issue a WebAuthn registration challenge; the matching\n transition fires once the returned attestation verifies.\n- `navigate`: route through the transition without running the input\n pipeline. Used for pure-routing actions declared in the flow definition.\n- `back`: return the user to the previous step. Surfaced by the engine\n when going back is available.\n\n */\nexport type GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind =\n (typeof GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind)[keyof typeof GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind];\n\nexport const GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind = {\n submit: \"submit\",\n passkey: \"passkey\",\n passkey_register: \"passkey_register\",\n navigate: \"navigate\",\n back: \"back\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Marks this as a terminal step. Tells the frontend what to do:\n- redirect: navigate to redirect_uri (OIDC/SAML callback done)\n- show: render as a success/info screen\n\n */\nexport type GetFlowDefinition200FlowDefinitionStepsItemComplete =\n (typeof GetFlowDefinition200FlowDefinitionStepsItemComplete)[keyof typeof GetFlowDefinition200FlowDefinitionStepsItemComplete];\n\nexport const GetFlowDefinition200FlowDefinitionStepsItemComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type GetFlowDefinition200FlowDefinitionStepsItemGatesKind =\n (typeof GetFlowDefinition200FlowDefinitionStepsItemGatesKind)[keyof typeof GetFlowDefinition200FlowDefinitionStepsItemGatesKind];\n\nexport const GetFlowDefinition200FlowDefinitionStepsItemGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Server-side mutation to execute when this step completes successfully.\nRuns after field validation passes, before the transition fires.\n\n- create_user: creates the user record (registration flows)\n\n */\nexport type GetFlowDefinition200FlowDefinitionStepsItemOnSuccess =\n (typeof GetFlowDefinition200FlowDefinitionStepsItemOnSuccess)[keyof typeof GetFlowDefinition200FlowDefinitionStepsItemOnSuccess];\n\nexport const GetFlowDefinition200FlowDefinitionStepsItemOnSuccess = {\n create_user: \"create_user\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Layout preset selector. The default.liquid master template uses this\nto branch into layout variants. Customers who eject the template\ncan ignore this field entirely; it also serves as the degrade target\nwhen a custom template fails component-side validation.\n\n */\nexport type GetFlowStep200BrandingLayout =\n (typeof GetFlowStep200BrandingLayout)[keyof typeof GetFlowStep200BrandingLayout];\n\nexport const GetFlowStep200BrandingLayout = {\n centered: \"centered\",\n split: \"split\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Classifies how the engine handles this action:\n- `submit`: collect the step's fields and run validate/dispatch/on_success.\n- `passkey`: issue a WebAuthn assertion challenge; the matching transition\n fires once the returned assertion verifies.\n- `passkey_register`: issue a WebAuthn registration challenge; the matching\n transition fires once the returned attestation verifies.\n- `navigate`: route through the transition without running the input\n pipeline. Used for pure-routing actions declared in the flow definition.\n- `back`: return the user to the previous step. Surfaced by the engine\n when going back is available.\n\n */\nexport type GetFlowStep200StepActionsItemKind =\n (typeof GetFlowStep200StepActionsItemKind)[keyof typeof GetFlowStep200StepActionsItemKind];\n\nexport const GetFlowStep200StepActionsItemKind = {\n submit: \"submit\",\n passkey: \"passkey\",\n passkey_register: \"passkey_register\",\n navigate: \"navigate\",\n back: \"back\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Challenge method. Determines which component handles the ceremony.\n */\nexport type GetFlowStep200StepChallengeMethod =\n (typeof GetFlowStep200StepChallengeMethod)[keyof typeof GetFlowStep200StepChallengeMethod];\n\nexport const GetFlowStep200StepChallengeMethod = {\n passkey: \"passkey\",\n passkey_register: \"passkey_register\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Present only on terminal steps. Tells the frontend what to do:\n- redirect: navigate to redirect_uri immediately (OIDC/SAML done)\n- show: render the step as a success screen (e.g., registration confirmed)\n\n */\nexport type GetFlowStep200StepComplete =\n (typeof GetFlowStep200StepComplete)[keyof typeof GetFlowStep200StepComplete];\n\nexport const GetFlowStep200StepComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The input kind the client should render. Encodes the formats and\nJSON types that map to a familiar HTML input: `email`, `url`,\n`date` come from `format`; `checkbox` from JSON `type: boolean`;\n`select` from a closed `enum`. For other formats (e.g. uuid) the\ntype is `text` and `validation.format` carries the rule.\n\n */\nexport type GetFlowStep200StepFieldsItemType =\n (typeof GetFlowStep200StepFieldsItemType)[keyof typeof GetFlowStep200StepFieldsItemType];\n\nexport const GetFlowStep200StepFieldsItemType = {\n text: \"text\",\n email: \"email\",\n password: \"password\",\n tel: \"tel\",\n number: \"number\",\n url: \"url\",\n date: \"date\",\n hidden: \"hidden\",\n checkbox: \"checkbox\",\n select: \"select\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Semantic format the value must match. Values mirror the user\nmeta-schema. When `type` already encodes the format (email,\nurl, date), this key is informative and the input type is\nsufficient for client-side validation. When `type` is `text`\n(e.g. `format: uuid`), this key is the only signal.\n\n */\nexport type GetFlowStep200StepFieldsItemValidationFormat =\n (typeof GetFlowStep200StepFieldsItemValidationFormat)[keyof typeof GetFlowStep200StepFieldsItemValidationFormat];\n\nexport const GetFlowStep200StepFieldsItemValidationFormat = {\n email: \"email\",\n \"date-time\": \"date-time\",\n uuid: \"uuid\",\n uri: \"uri\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type GetFlowStep200StepGatesKind =\n (typeof GetFlowStep200StepGatesKind)[keyof typeof GetFlowStep200StepGatesKind];\n\nexport const GetFlowStep200StepGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Catalog object type. Always `project` for this API.\n */\nexport type GetGrant200ObjectType =\n (typeof GetGrant200ObjectType)[keyof typeof GetGrant200ObjectType];\n\nexport const GetGrant200ObjectType = {\n project: \"project\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Kind of principal bound by this grant.\n */\nexport type GetGrant200PrincipalType =\n (typeof GetGrant200PrincipalType)[keyof typeof GetGrant200PrincipalType];\n\nexport const GetGrant200PrincipalType = {\n user: \"user\",\n team: \"team\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Catalog relation on the project.\n */\nexport type GetGrant200Relation = (typeof GetGrant200Relation)[keyof typeof GetGrant200Relation];\n\nexport const GetGrant200Relation = {\n viewer: \"viewer\",\n editor: \"editor\",\n admin: \"admin\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type GetMySession200FactorsItemMethod =\n (typeof GetMySession200FactorsItemMethod)[keyof typeof GetMySession200FactorsItemMethod];\n\nexport const GetMySession200FactorsItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current lifecycle state of the session:\n- `building`: no verified authentication factors yet\n- `active`: has at least one verified authentication factor; `assurance_levels[]` may shrink as factors age\n- `expired`: TTL elapsed\n\n */\nexport type GetMySession200State = (typeof GetMySession200State)[keyof typeof GetMySession200State];\n\nexport const GetMySession200State = {\n building: \"building\",\n active: \"active\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The status of the user.\n */\nexport type GetMyUser200MetadataStatus =\n (typeof GetMyUser200MetadataStatus)[keyof typeof GetMyUser200MetadataStatus];\n\nexport const GetMyUser200MetadataStatus = {\n active: \"active\",\n suspended: \"suspended\",\n deactivated: \"deactivated\",\n pending_purge: \"pending_purge\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The user's participation state on this team. Memberships the user was\nremoved from are not returned.\n\n */\nexport type GetMyUser200TeamsItemMembershipStatus =\n (typeof GetMyUser200TeamsItemMembershipStatus)[keyof typeof GetMyUser200TeamsItemMembershipStatus];\n\nexport const GetMyUser200TeamsItemMembershipStatus = {\n pending: \"pending\",\n active: \"active\",\n inactive: \"inactive\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The kind of resource a release pointer pins.\n\nCarried explicitly rather than inferred from `revision_id`, because a\nrevision id is not always shaped distinctly enough to identify its kind: a\nschema's is its `$id`, which may be any URL.\n\n`flow_definition` rather than `flow`: a release pins the definitions served\nat `/flow_definitions`, not the runtime flows at `/flow`.\n\n */\nexport type GetReleaseById200PointersItemKind =\n (typeof GetReleaseById200PointersItemKind)[keyof typeof GetReleaseById200PointersItemKind];\n\nexport const GetReleaseById200PointersItemKind = {\n schema: \"schema\",\n flow_definition: \"flow_definition\",\n branding: \"branding\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type GetSession200FactorsItemMethod =\n (typeof GetSession200FactorsItemMethod)[keyof typeof GetSession200FactorsItemMethod];\n\nexport const GetSession200FactorsItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current lifecycle state of the session:\n- `building`: no verified authentication factors yet\n- `active`: has at least one verified authentication factor; `assurance_levels[]` may shrink as factors age\n- `expired`: TTL elapsed\n\n */\nexport type GetSession200State = (typeof GetSession200State)[keyof typeof GetSession200State];\n\nexport const GetSession200State = {\n building: \"building\",\n active: \"active\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The lifecycle state of a team.\n\nactive: The team is available for use.\ndeactivated: The team is no longer active but is retained for historical and audit purposes.\n\n */\nexport type GetTeam200Status = (typeof GetTeam200Status)[keyof typeof GetTeam200Status];\n\nexport const GetTeam200Status = {\n active: \"active\",\n deactivated: \"deactivated\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The status of the user.\n */\nexport type GetUserByID200MetadataStatus =\n (typeof GetUserByID200MetadataStatus)[keyof typeof GetUserByID200MetadataStatus];\n\nexport const GetUserByID200MetadataStatus = {\n active: \"active\",\n suspended: \"suspended\",\n deactivated: \"deactivated\",\n pending_purge: \"pending_purge\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The user's participation state on this team. Memberships the user was\nremoved from are not returned.\n\n */\nexport type GetUserByID200TeamsItemMembershipStatus =\n (typeof GetUserByID200TeamsItemMembershipStatus)[keyof typeof GetUserByID200TeamsItemMembershipStatus];\n\nexport const GetUserByID200TeamsItemMembershipStatus = {\n pending: \"pending\",\n active: \"active\",\n inactive: \"inactive\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type IssueChallenge201Method =\n (typeof IssueChallenge201Method)[keyof typeof IssueChallenge201Method];\n\nexport const IssueChallenge201Method = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current state of this challenge:\n- `pending`: awaiting proof submission\n- `failed`: proof rejected (invalid credential, wrong code, etc.)\n- `expired`: challenge TTL exceeded without verification\n\n */\nexport type IssueChallenge201State =\n (typeof IssueChallenge201State)[keyof typeof IssueChallenge201State];\n\nexport const IssueChallenge201State = {\n pending: \"pending\",\n failed: \"failed\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type IssueChallengeBodyMethod =\n (typeof IssueChallengeBodyMethod)[keyof typeof IssueChallengeBodyMethod];\n\nexport const IssueChallengeBodyMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type IssueChallengeBodyPasskeyOptionsUserVerification =\n (typeof IssueChallengeBodyPasskeyOptionsUserVerification)[keyof typeof IssueChallengeBodyPasskeyOptionsUserVerification];\n\nexport const IssueChallengeBodyPasskeyOptionsUserVerification = {\n required: \"required\",\n preferred: \"preferred\",\n discouraged: \"discouraged\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type ListEventsCategoryItem =\n (typeof ListEventsCategoryItem)[keyof typeof ListEventsCategoryItem];\n\nexport const ListEventsCategoryItem = {\n request: \"request\",\n auth: \"auth\",\n session: \"session\",\n admin: \"admin\",\n entity: \"entity\",\n signal: \"signal\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type ListEventsOrder = (typeof ListEventsOrder)[keyof typeof ListEventsOrder];\n\nexport const ListEventsOrder = {\n asc: \"asc\",\n desc: \"desc\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The lifecycle state of this flow definition.\n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n\n */\nexport type ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStatus =\n (typeof ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStatus)[keyof typeof ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStatus];\n\nexport const ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStatus = {\n active: \"active\",\n draft: \"draft\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Classifies how the engine handles this action:\n- `submit`: collect the step's fields and run validate/dispatch/on_success.\n- `passkey`: issue a WebAuthn assertion challenge; the matching transition\n fires once the returned assertion verifies.\n- `passkey_register`: issue a WebAuthn registration challenge; the matching\n transition fires once the returned attestation verifies.\n- `navigate`: route through the transition without running the input\n pipeline. Used for pure-routing actions declared in the flow definition.\n- `back`: return the user to the previous step. Surfaced by the engine\n when going back is available.\n\n */\nexport type ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemActionsItemKind =\n (typeof ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemActionsItemKind)[keyof typeof ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemActionsItemKind];\n\nexport const ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemActionsItemKind = {\n submit: \"submit\",\n passkey: \"passkey\",\n passkey_register: \"passkey_register\",\n navigate: \"navigate\",\n back: \"back\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Marks this as a terminal step. Tells the frontend what to do:\n- redirect: navigate to redirect_uri (OIDC/SAML callback done)\n- show: render as a success/info screen\n\n */\nexport type ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemComplete =\n (typeof ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemComplete)[keyof typeof ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemComplete];\n\nexport const ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGatesKind =\n (typeof ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGatesKind)[keyof typeof ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGatesKind];\n\nexport const ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Server-side mutation to execute when this step completes successfully.\nRuns after field validation passes, before the transition fires.\n\n- create_user: creates the user record (registration flows)\n\n */\nexport type ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemOnSuccess =\n (typeof ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemOnSuccess)[keyof typeof ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemOnSuccess];\n\nexport const ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemOnSuccess = {\n create_user: \"create_user\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * A related entity to embed on each returned flow definition.\n\n- `user_schema`: the user schema the flow operates on, embedded as\n `user_schema` on each entry: the same object `GET /schemas/{id}` returns.\n The property is omitted entirely when not requested and `null` when the\n referenced schema no longer resolves or the caller may not read it, so\n \"did not ask\" stays distinguishable from \"cannot resolve\". Requesting it\n requires read access to schemas.\n\n */\nexport type ListFlowDefinitionsExpandItem =\n (typeof ListFlowDefinitionsExpandItem)[keyof typeof ListFlowDefinitionsExpandItem];\n\nexport const ListFlowDefinitionsExpandItem = {\n user_schema: \"user_schema\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type ListFlowDefinitionsPurpose =\n (typeof ListFlowDefinitionsPurpose)[keyof typeof ListFlowDefinitionsPurpose];\n\nexport const ListFlowDefinitionsPurpose = {\n login: \"login\",\n register: \"register\",\n recovery: \"recovery\",\n profiling: \"profiling\",\n reauth: \"reauth\",\n link_account: \"link_account\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type ListSchemasKind = (typeof ListSchemasKind)[keyof typeof ListSchemasKind];\n\nexport const ListSchemasKind = {\n \"user-schema\": \"user-schema\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type ListSchemasRevisions = (typeof ListSchemasRevisions)[keyof typeof ListSchemasRevisions];\n\nexport const ListSchemasRevisions = {\n all: \"all\",\n latest: \"latest\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The user's participation state on this team. Memberships the user was\nremoved from are not returned.\n\n */\nexport type ListUserTeams200TeamsItemMembershipStatus =\n (typeof ListUserTeams200TeamsItemMembershipStatus)[keyof typeof ListUserTeams200TeamsItemMembershipStatus];\n\nexport const ListUserTeams200TeamsItemMembershipStatus = {\n pending: \"pending\",\n active: \"active\",\n inactive: \"inactive\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type QueryProjectsBodyFilterItemField =\n (typeof QueryProjectsBodyFilterItemField)[keyof typeof QueryProjectsBodyFilterItemField];\n\nexport const QueryProjectsBodyFilterItemField = {\n created_at: \"created_at\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Filter operation defines the operations which can be used when filtering on a\nquery endpoint.\n\nOn text fields, `contains` is a case-insensitive substring match. `equals`\ncompares the whole value and is case-sensitive unless the field documents\notherwise.\n\n */\nexport type QueryProjectsBodyFilterItemOperation =\n (typeof QueryProjectsBodyFilterItemOperation)[keyof typeof QueryProjectsBodyFilterItemOperation];\n\nexport const QueryProjectsBodyFilterItemOperation = {\n equals: \"equals\",\n not_equals: \"not_equals\",\n contains: \"contains\",\n not_contains: \"not_contains\",\n less_than: \"less_than\",\n less_than_or_equal: \"less_than_or_equal\",\n greater_than: \"greater_than\",\n greater_than_or_equal: \"greater_than_or_equal\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type QueryProjectsBodySortingDirection =\n (typeof QueryProjectsBodySortingDirection)[keyof typeof QueryProjectsBodySortingDirection];\n\nexport const QueryProjectsBodySortingDirection = {\n asc: \"asc\",\n desc: \"desc\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type QueryProjectsBodySortingField =\n (typeof QueryProjectsBodySortingField)[keyof typeof QueryProjectsBodySortingField];\n\nexport const QueryProjectsBodySortingField = {\n created_at: \"created_at\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type QuerySessions200SessionsItemFactorsItemMethod =\n (typeof QuerySessions200SessionsItemFactorsItemMethod)[keyof typeof QuerySessions200SessionsItemFactorsItemMethod];\n\nexport const QuerySessions200SessionsItemFactorsItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current lifecycle state of the session:\n- `building`: no verified authentication factors yet\n- `active`: has at least one verified authentication factor; `assurance_levels[]` may shrink as factors age\n- `expired`: TTL elapsed\n\n */\nexport type QuerySessions200SessionsItemState =\n (typeof QuerySessions200SessionsItemState)[keyof typeof QuerySessions200SessionsItemState];\n\nexport const QuerySessions200SessionsItemState = {\n building: \"building\",\n active: \"active\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Field to filter sessions by:\n- `created_at`: RFC3339 timestamp\n- `user_id`: user id\n- `state`: one of `building`, `active`, `expired`. State is computed at read\n time, so a session expiring mid-request can match `active` but return `expired`.\n- `lifecycle_owner_team_id`: team id. Matches the sessions of the users whose\n lifecycle that team owns — the same users it can deactivate and whose\n sessions it can revoke. Roster membership does not match: a collaborator on\n the team's roster whose lifecycle another team (or the user themselves)\n owns is not returned. A session is project-scoped and is not bound to a\n team, so the link is read from the user at query time; a session of a\n self-owned user, and a session with no user, match no team. Only `equals`\n is supported.\n\n */\nexport type QuerySessionsBodyFilterItemField =\n (typeof QuerySessionsBodyFilterItemField)[keyof typeof QuerySessionsBodyFilterItemField];\n\nexport const QuerySessionsBodyFilterItemField = {\n created_at: \"created_at\",\n user_id: \"user_id\",\n state: \"state\",\n lifecycle_owner_team_id: \"lifecycle_owner_team_id\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Filter operation defines the operations which can be used when filtering on a\nquery endpoint.\n\nOn text fields, `contains` is a case-insensitive substring match. `equals`\ncompares the whole value and is case-sensitive unless the field documents\notherwise.\n\n */\nexport type QuerySessionsBodyFilterItemOperation =\n (typeof QuerySessionsBodyFilterItemOperation)[keyof typeof QuerySessionsBodyFilterItemOperation];\n\nexport const QuerySessionsBodyFilterItemOperation = {\n equals: \"equals\",\n not_equals: \"not_equals\",\n contains: \"contains\",\n not_contains: \"not_contains\",\n less_than: \"less_than\",\n less_than_or_equal: \"less_than_or_equal\",\n greater_than: \"greater_than\",\n greater_than_or_equal: \"greater_than_or_equal\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type QuerySessionsBodySortingDirection =\n (typeof QuerySessionsBodySortingDirection)[keyof typeof QuerySessionsBodySortingDirection];\n\nexport const QuerySessionsBodySortingDirection = {\n asc: \"asc\",\n desc: \"desc\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Field to sort sessions by. Only stored columns are sortable: the keyset\ncursor holds the last row's sort values, so a computed value such as\n`state` would skip or duplicate rows between pages.\n\n */\nexport type QuerySessionsBodySortingField =\n (typeof QuerySessionsBodySortingField)[keyof typeof QuerySessionsBodySortingField];\n\nexport const QuerySessionsBodySortingField = {\n created_at: \"created_at\",\n user_id: \"user_id\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The lifecycle state of a team.\n\nactive: The team is available for use.\ndeactivated: The team is no longer active but is retained for historical and audit purposes.\n\n */\nexport type QueryTeams200TeamsItemStatus =\n (typeof QueryTeams200TeamsItemStatus)[keyof typeof QueryTeams200TeamsItemStatus];\n\nexport const QueryTeams200TeamsItemStatus = {\n active: \"active\",\n deactivated: \"deactivated\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Field to filter or sort teams by.\n\nTeam names are unique per project case-insensitively, so `name` is matched\ncase-insensitively by `equals` as well as by `contains`.\n\n */\nexport type QueryTeamsBodyFilterItemField =\n (typeof QueryTeamsBodyFilterItemField)[keyof typeof QueryTeamsBodyFilterItemField];\n\nexport const QueryTeamsBodyFilterItemField = {\n created_at: \"created_at\",\n name: \"name\",\n status: \"status\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Filter operation defines the operations which can be used when filtering on a\nquery endpoint.\n\nOn text fields, `contains` is a case-insensitive substring match. `equals`\ncompares the whole value and is case-sensitive unless the field documents\notherwise.\n\n */\nexport type QueryTeamsBodyFilterItemOperation =\n (typeof QueryTeamsBodyFilterItemOperation)[keyof typeof QueryTeamsBodyFilterItemOperation];\n\nexport const QueryTeamsBodyFilterItemOperation = {\n equals: \"equals\",\n not_equals: \"not_equals\",\n contains: \"contains\",\n not_contains: \"not_contains\",\n less_than: \"less_than\",\n less_than_or_equal: \"less_than_or_equal\",\n greater_than: \"greater_than\",\n greater_than_or_equal: \"greater_than_or_equal\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type QueryTeamsBodySortingDirection =\n (typeof QueryTeamsBodySortingDirection)[keyof typeof QueryTeamsBodySortingDirection];\n\nexport const QueryTeamsBodySortingDirection = {\n asc: \"asc\",\n desc: \"desc\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Field to filter or sort teams by.\n\nTeam names are unique per project case-insensitively, so `name` is matched\ncase-insensitively by `equals` as well as by `contains`.\n\n */\nexport type QueryTeamsBodySortingField =\n (typeof QueryTeamsBodySortingField)[keyof typeof QueryTeamsBodySortingField];\n\nexport const QueryTeamsBodySortingField = {\n created_at: \"created_at\",\n name: \"name\",\n status: \"status\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The status of the user.\n */\nexport type QueryUsers200UsersItemMetadataStatus =\n (typeof QueryUsers200UsersItemMetadataStatus)[keyof typeof QueryUsers200UsersItemMetadataStatus];\n\nexport const QueryUsers200UsersItemMetadataStatus = {\n active: \"active\",\n suspended: \"suspended\",\n deactivated: \"deactivated\",\n pending_purge: \"pending_purge\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The user's participation state on this team. Memberships the user was\nremoved from are not returned.\n\n */\nexport type QueryUsers200UsersItemTeamsItemMembershipStatus =\n (typeof QueryUsers200UsersItemTeamsItemMembershipStatus)[keyof typeof QueryUsers200UsersItemTeamsItemMembershipStatus];\n\nexport const QueryUsers200UsersItemTeamsItemMembershipStatus = {\n pending: \"pending\",\n active: \"active\",\n inactive: \"inactive\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * A related object to embed on each returned user (ADR 059).\n\n- `teams`: the user's team memberships, as `teams` on each user. The property\n is omitted entirely when not requested and `[]` when the user has none, so\n \"did not ask\" is distinguishable from \"there are none\". Embedded lists are\n capped and are not paginated: past the cap the user carries\n `teams_truncated: true` and the whole list is read at\n `GET /users/{user_id}/teams`.\n\n Membership is team participation, not lifecycle ownership — the\n owning team stays at `metadata.lifecycle_owner_team_id` (ADR 024).\n\n Requires `team_membership.read` in addition to `user.read`.\n\n- `lifecycle_owner_team`: the team that owns the user's identity lifecycle,\n as `metadata.lifecycle_owner_team`. It resolves the id already carried at\n `metadata.lifecycle_owner_team_id`, and serves the same representation as\n `GET /teams/{team_id}`. The property is omitted when not requested and\n `null` when the user is self-owned. One team, so no cap and no truncation\n flag.\n\n Requires `team.read` in addition to `user.read`.\n\nThe two are independent: asking for one says nothing about the other, and\nneither implies the other's permission.\n\n */\nexport type QueryUsersBodyExpandItem =\n (typeof QueryUsersBodyExpandItem)[keyof typeof QueryUsersBodyExpandItem];\n\nexport const QueryUsersBodyExpandItem = {\n teams: \"teams\",\n lifecycle_owner_team: \"lifecycle_owner_team\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Field to filter users by:\n- `created_at`: RFC3339 timestamp\n- `id`: user id\n- `schema`: the schema the user's attributes satisfy, matched against the\n value the user carries as `schema`\n- `status`: one of `active`, `suspended`, `deactivated`, `pending_purge`\n- `team_id`: restricts the result to users holding an **active** membership\n in that team. A user who has been invited but has not accepted does not\n match. `equals` is the only operation, and the field may be given once —\n this names one team, not a set.\n- `lifecycle_owner_team_id`: the team that owns the user's identity\n lifecycle. The column is nullable for self-owned users, and a null filter\n value is rejected, so self-owned users cannot be selected by this field.\n\n**The two team fields answer different questions.** `team_id` is membership:\nwhich team the user collaborates in, readable per user at\n`GET /users/{user_id}/teams`. `lifecycle_owner_team_id` is ownership: which\nteam may deprovision the user. A user can belong to many teams while owning\ntheir own lifecycle, so the two disagree often and neither implies the other\n(ADR 024).\n\n`team_id` is filterable but not sortable — it is not a column on the user, so\nit is absent from the sort-field enum.\n\nFiltering on `team_id` requires `team_membership.read` in addition to\n`user.read`: it reads the same memberships that `expand: [\"teams\"]` embeds.\n\n */\nexport type QueryUsersBodyFilterItemField =\n (typeof QueryUsersBodyFilterItemField)[keyof typeof QueryUsersBodyFilterItemField];\n\nexport const QueryUsersBodyFilterItemField = {\n created_at: \"created_at\",\n id: \"id\",\n schema: \"schema\",\n status: \"status\",\n team_id: \"team_id\",\n lifecycle_owner_team_id: \"lifecycle_owner_team_id\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Filter operation defines the operations which can be used when filtering on a\nquery endpoint.\n\nOn text fields, `contains` is a case-insensitive substring match. `equals`\ncompares the whole value and is case-sensitive unless the field documents\notherwise.\n\n */\nexport type QueryUsersBodyFilterItemOperation =\n (typeof QueryUsersBodyFilterItemOperation)[keyof typeof QueryUsersBodyFilterItemOperation];\n\nexport const QueryUsersBodyFilterItemOperation = {\n equals: \"equals\",\n not_equals: \"not_equals\",\n contains: \"contains\",\n not_contains: \"not_contains\",\n less_than: \"less_than\",\n less_than_or_equal: \"less_than_or_equal\",\n greater_than: \"greater_than\",\n greater_than_or_equal: \"greater_than_or_equal\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\nexport type QueryUsersBodySortingDirection =\n (typeof QueryUsersBodySortingDirection)[keyof typeof QueryUsersBodySortingDirection];\n\nexport const QueryUsersBodySortingDirection = {\n asc: \"asc\",\n desc: \"desc\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Field to sort users by. Only stored columns are sortable: the keyset cursor\nholds the last row's sort values, so a value computed per request would skip\nor duplicate rows between pages.\n\nSorting by `lifecycle_owner_team_id` groups self-owned users together, since\nthe column is null for them.\n\n */\nexport type QueryUsersBodySortingField =\n (typeof QueryUsersBodySortingField)[keyof typeof QueryUsersBodySortingField];\n\nexport const QueryUsersBodySortingField = {\n created_at: \"created_at\",\n id: \"id\",\n schema: \"schema\",\n status: \"status\",\n lifecycle_owner_team_id: \"lifecycle_owner_team_id\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Layout preset selector. The default.liquid master template uses this\nto branch into layout variants. Customers who eject the template\ncan ignore this field entirely; it also serves as the degrade target\nwhen a custom template fails component-side validation.\n\n */\nexport type SubmitFlowStep200BrandingLayout =\n (typeof SubmitFlowStep200BrandingLayout)[keyof typeof SubmitFlowStep200BrandingLayout];\n\nexport const SubmitFlowStep200BrandingLayout = {\n centered: \"centered\",\n split: \"split\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Classifies how the engine handles this action:\n- `submit`: collect the step's fields and run validate/dispatch/on_success.\n- `passkey`: issue a WebAuthn assertion challenge; the matching transition\n fires once the returned assertion verifies.\n- `passkey_register`: issue a WebAuthn registration challenge; the matching\n transition fires once the returned attestation verifies.\n- `navigate`: route through the transition without running the input\n pipeline. Used for pure-routing actions declared in the flow definition.\n- `back`: return the user to the previous step. Surfaced by the engine\n when going back is available.\n\n */\nexport type SubmitFlowStep200StepActionsItemKind =\n (typeof SubmitFlowStep200StepActionsItemKind)[keyof typeof SubmitFlowStep200StepActionsItemKind];\n\nexport const SubmitFlowStep200StepActionsItemKind = {\n submit: \"submit\",\n passkey: \"passkey\",\n passkey_register: \"passkey_register\",\n navigate: \"navigate\",\n back: \"back\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Challenge method. Determines which component handles the ceremony.\n */\nexport type SubmitFlowStep200StepChallengeMethod =\n (typeof SubmitFlowStep200StepChallengeMethod)[keyof typeof SubmitFlowStep200StepChallengeMethod];\n\nexport const SubmitFlowStep200StepChallengeMethod = {\n passkey: \"passkey\",\n passkey_register: \"passkey_register\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Present only on terminal steps. Tells the frontend what to do:\n- redirect: navigate to redirect_uri immediately (OIDC/SAML done)\n- show: render the step as a success screen (e.g., registration confirmed)\n\n */\nexport type SubmitFlowStep200StepComplete =\n (typeof SubmitFlowStep200StepComplete)[keyof typeof SubmitFlowStep200StepComplete];\n\nexport const SubmitFlowStep200StepComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The input kind the client should render. Encodes the formats and\nJSON types that map to a familiar HTML input: `email`, `url`,\n`date` come from `format`; `checkbox` from JSON `type: boolean`;\n`select` from a closed `enum`. For other formats (e.g. uuid) the\ntype is `text` and `validation.format` carries the rule.\n\n */\nexport type SubmitFlowStep200StepFieldsItemType =\n (typeof SubmitFlowStep200StepFieldsItemType)[keyof typeof SubmitFlowStep200StepFieldsItemType];\n\nexport const SubmitFlowStep200StepFieldsItemType = {\n text: \"text\",\n email: \"email\",\n password: \"password\",\n tel: \"tel\",\n number: \"number\",\n url: \"url\",\n date: \"date\",\n hidden: \"hidden\",\n checkbox: \"checkbox\",\n select: \"select\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Semantic format the value must match. Values mirror the user\nmeta-schema. When `type` already encodes the format (email,\nurl, date), this key is informative and the input type is\nsufficient for client-side validation. When `type` is `text`\n(e.g. `format: uuid`), this key is the only signal.\n\n */\nexport type SubmitFlowStep200StepFieldsItemValidationFormat =\n (typeof SubmitFlowStep200StepFieldsItemValidationFormat)[keyof typeof SubmitFlowStep200StepFieldsItemValidationFormat];\n\nexport const SubmitFlowStep200StepFieldsItemValidationFormat = {\n email: \"email\",\n \"date-time\": \"date-time\",\n uuid: \"uuid\",\n uri: \"uri\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type SubmitFlowStep200StepGatesKind =\n (typeof SubmitFlowStep200StepGatesKind)[keyof typeof SubmitFlowStep200StepGatesKind];\n\nexport const SubmitFlowStep200StepGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Layout preset selector. The default.liquid master template uses this\nto branch into layout variants. Customers who eject the template\ncan ignore this field entirely; it also serves as the degrade target\nwhen a custom template fails component-side validation.\n\n */\nexport type SubmitFlowStep400BrandingLayout =\n (typeof SubmitFlowStep400BrandingLayout)[keyof typeof SubmitFlowStep400BrandingLayout];\n\nexport const SubmitFlowStep400BrandingLayout = {\n centered: \"centered\",\n split: \"split\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Classifies how the engine handles this action:\n- `submit`: collect the step's fields and run validate/dispatch/on_success.\n- `passkey`: issue a WebAuthn assertion challenge; the matching transition\n fires once the returned assertion verifies.\n- `passkey_register`: issue a WebAuthn registration challenge; the matching\n transition fires once the returned attestation verifies.\n- `navigate`: route through the transition without running the input\n pipeline. Used for pure-routing actions declared in the flow definition.\n- `back`: return the user to the previous step. Surfaced by the engine\n when going back is available.\n\n */\nexport type SubmitFlowStep400StepActionsItemKind =\n (typeof SubmitFlowStep400StepActionsItemKind)[keyof typeof SubmitFlowStep400StepActionsItemKind];\n\nexport const SubmitFlowStep400StepActionsItemKind = {\n submit: \"submit\",\n passkey: \"passkey\",\n passkey_register: \"passkey_register\",\n navigate: \"navigate\",\n back: \"back\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Challenge method. Determines which component handles the ceremony.\n */\nexport type SubmitFlowStep400StepChallengeMethod =\n (typeof SubmitFlowStep400StepChallengeMethod)[keyof typeof SubmitFlowStep400StepChallengeMethod];\n\nexport const SubmitFlowStep400StepChallengeMethod = {\n passkey: \"passkey\",\n passkey_register: \"passkey_register\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Present only on terminal steps. Tells the frontend what to do:\n- redirect: navigate to redirect_uri immediately (OIDC/SAML done)\n- show: render the step as a success screen (e.g., registration confirmed)\n\n */\nexport type SubmitFlowStep400StepComplete =\n (typeof SubmitFlowStep400StepComplete)[keyof typeof SubmitFlowStep400StepComplete];\n\nexport const SubmitFlowStep400StepComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The input kind the client should render. Encodes the formats and\nJSON types that map to a familiar HTML input: `email`, `url`,\n`date` come from `format`; `checkbox` from JSON `type: boolean`;\n`select` from a closed `enum`. For other formats (e.g. uuid) the\ntype is `text` and `validation.format` carries the rule.\n\n */\nexport type SubmitFlowStep400StepFieldsItemType =\n (typeof SubmitFlowStep400StepFieldsItemType)[keyof typeof SubmitFlowStep400StepFieldsItemType];\n\nexport const SubmitFlowStep400StepFieldsItemType = {\n text: \"text\",\n email: \"email\",\n password: \"password\",\n tel: \"tel\",\n number: \"number\",\n url: \"url\",\n date: \"date\",\n hidden: \"hidden\",\n checkbox: \"checkbox\",\n select: \"select\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Semantic format the value must match. Values mirror the user\nmeta-schema. When `type` already encodes the format (email,\nurl, date), this key is informative and the input type is\nsufficient for client-side validation. When `type` is `text`\n(e.g. `format: uuid`), this key is the only signal.\n\n */\nexport type SubmitFlowStep400StepFieldsItemValidationFormat =\n (typeof SubmitFlowStep400StepFieldsItemValidationFormat)[keyof typeof SubmitFlowStep400StepFieldsItemValidationFormat];\n\nexport const SubmitFlowStep400StepFieldsItemValidationFormat = {\n email: \"email\",\n \"date-time\": \"date-time\",\n uuid: \"uuid\",\n uri: \"uri\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type SubmitFlowStep400StepGatesKind =\n (typeof SubmitFlowStep400StepGatesKind)[keyof typeof SubmitFlowStep400StepGatesKind];\n\nexport const SubmitFlowStep400StepGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The lifecycle state of this flow definition.\n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n\n */\nexport type UpdateFlowDefinition200FlowDefinitionStatus =\n (typeof UpdateFlowDefinition200FlowDefinitionStatus)[keyof typeof UpdateFlowDefinition200FlowDefinitionStatus];\n\nexport const UpdateFlowDefinition200FlowDefinitionStatus = {\n active: \"active\",\n draft: \"draft\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Classifies how the engine handles this action:\n- `submit`: collect the step's fields and run validate/dispatch/on_success.\n- `passkey`: issue a WebAuthn assertion challenge; the matching transition\n fires once the returned assertion verifies.\n- `passkey_register`: issue a WebAuthn registration challenge; the matching\n transition fires once the returned attestation verifies.\n- `navigate`: route through the transition without running the input\n pipeline. Used for pure-routing actions declared in the flow definition.\n- `back`: return the user to the previous step. Surfaced by the engine\n when going back is available.\n\n */\nexport type UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind =\n (typeof UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind)[keyof typeof UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind];\n\nexport const UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind = {\n submit: \"submit\",\n passkey: \"passkey\",\n passkey_register: \"passkey_register\",\n navigate: \"navigate\",\n back: \"back\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Marks this as a terminal step. Tells the frontend what to do:\n- redirect: navigate to redirect_uri (OIDC/SAML callback done)\n- show: render as a success/info screen\n\n */\nexport type UpdateFlowDefinition200FlowDefinitionStepsItemComplete =\n (typeof UpdateFlowDefinition200FlowDefinitionStepsItemComplete)[keyof typeof UpdateFlowDefinition200FlowDefinitionStepsItemComplete];\n\nexport const UpdateFlowDefinition200FlowDefinitionStepsItemComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind =\n (typeof UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind)[keyof typeof UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind];\n\nexport const UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Server-side mutation to execute when this step completes successfully.\nRuns after field validation passes, before the transition fires.\n\n- create_user: creates the user record (registration flows)\n\n */\nexport type UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess =\n (typeof UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess)[keyof typeof UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess];\n\nexport const UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess = {\n create_user: \"create_user\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The lifecycle state of this flow definition.\n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n\n */\nexport type UpdateFlowDefinitionBodyFlowDefinitionStatus =\n (typeof UpdateFlowDefinitionBodyFlowDefinitionStatus)[keyof typeof UpdateFlowDefinitionBodyFlowDefinitionStatus];\n\nexport const UpdateFlowDefinitionBodyFlowDefinitionStatus = {\n active: \"active\",\n draft: \"draft\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Classifies how the engine handles this action:\n- `submit`: collect the step's fields and run validate/dispatch/on_success.\n- `passkey`: issue a WebAuthn assertion challenge; the matching transition\n fires once the returned assertion verifies.\n- `passkey_register`: issue a WebAuthn registration challenge; the matching\n transition fires once the returned attestation verifies.\n- `navigate`: route through the transition without running the input\n pipeline. Used for pure-routing actions declared in the flow definition.\n- `back`: return the user to the previous step. Surfaced by the engine\n when going back is available.\n\n */\nexport type UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind =\n (typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind)[keyof typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind];\n\nexport const UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind = {\n submit: \"submit\",\n passkey: \"passkey\",\n passkey_register: \"passkey_register\",\n navigate: \"navigate\",\n back: \"back\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Marks this as a terminal step. Tells the frontend what to do:\n- redirect: navigate to redirect_uri (OIDC/SAML callback done)\n- show: render as a success/info screen\n\n */\nexport type UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete =\n (typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete)[keyof typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete];\n\nexport const UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete = {\n redirect: \"redirect\",\n show: \"show\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n\n */\nexport type UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind =\n (typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind)[keyof typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind];\n\nexport const UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind = {\n captcha: \"captcha\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Server-side mutation to execute when this step completes successfully.\nRuns after field validation passes, before the transition fires.\n\n- create_user: creates the user record (registration flows)\n\n */\nexport type UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess =\n (typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess)[keyof typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess];\n\nexport const UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess = {\n create_user: \"create_user\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * The lifecycle state of a team.\n\nactive: The team is available for use.\ndeactivated: The team is no longer active but is retained for historical and audit purposes.\n\n */\nexport type UpdateTeam200Status = (typeof UpdateTeam200Status)[keyof typeof UpdateTeam200Status];\n\nexport const UpdateTeam200Status = {\n active: \"active\",\n deactivated: \"deactivated\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type VerifyChallengeProof200ChallengesItemMethod =\n (typeof VerifyChallengeProof200ChallengesItemMethod)[keyof typeof VerifyChallengeProof200ChallengesItemMethod];\n\nexport const VerifyChallengeProof200ChallengesItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Current state of this challenge:\n- `pending`: awaiting proof submission\n- `failed`: proof rejected (invalid credential, wrong code, etc.)\n- `expired`: challenge TTL exceeded without verification\n\n */\nexport type VerifyChallengeProof200ChallengesItemState =\n (typeof VerifyChallengeProof200ChallengesItemState)[keyof typeof VerifyChallengeProof200ChallengesItemState];\n\nexport const VerifyChallengeProof200ChallengesItemState = {\n pending: \"pending\",\n failed: \"failed\",\n expired: \"expired\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type VerifyChallengeProof200CompletedFactorsItemMethod =\n (typeof VerifyChallengeProof200CompletedFactorsItemMethod)[keyof typeof VerifyChallengeProof200CompletedFactorsItemMethod];\n\nexport const VerifyChallengeProof200CompletedFactorsItemMethod = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * An authentication factor method.\n */\nexport type VerifyChallengeProof200RequiredFactorsItem =\n (typeof VerifyChallengeProof200RequiredFactorsItem)[keyof typeof VerifyChallengeProof200RequiredFactorsItem];\n\nexport const VerifyChallengeProof200RequiredFactorsItem = {\n identifier: \"identifier\",\n password: \"password\",\n passkey: \"passkey\",\n} as const;\n","/**\n * Generated by orval v8.10.0 🍺\n * Do not edit manually.\n * Zitadel NextGen\n * This is the next generation of the Zitadel identity platform.\n * OpenAPI spec version: 0.0.1\n */\n\n/**\n * Overall state of the authentication attempt:\n- `in_progress`: factors are still being collected; continue issuing challenges.\n- `completed`: all required factors have been verified; the attempt is ready for handoff.\n- `failed`: the attempt has failed (e.g. too many failed proofs) and cannot be continued.\n- `expired`: the 15-minute TTL has been exceeded.\n\n */\nexport type VerifyChallengeProof200State =\n (typeof VerifyChallengeProof200State)[keyof typeof VerifyChallengeProof200State];\n\nexport const VerifyChallengeProof200State = {\n in_progress: \"in_progress\",\n completed: \"completed\",\n failed: \"failed\",\n expired: \"expired\",\n} as const;\n"],"mappings":"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"}