@zitadel/api 0.1.0-alpha.4 → 0.1.0-alpha.8

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 (1068) hide show
  1. package/dist/generated/endpoints/zitadelNextGen.d.mts +1 -1
  2. package/dist/generated/endpoints/zitadelNextGen.msw.d.mts +1 -1
  3. package/dist/generated/endpoints/zitadelNextGen.msw.d.mts.map +1 -1
  4. package/dist/generated/endpoints/zitadelNextGen.msw.mjs +114 -24
  5. package/dist/generated/endpoints/zitadelNextGen.msw.mjs.map +1 -1
  6. package/dist/generated/endpoints/zitadelNextGen.zod.d.mts +47 -33
  7. package/dist/generated/endpoints/zitadelNextGen.zod.d.mts.map +1 -1
  8. package/dist/generated/endpoints/zitadelNextGen.zod.mjs +63 -49
  9. package/dist/generated/endpoints/zitadelNextGen.zod.mjs.map +1 -1
  10. package/dist/generated/model/index.d.mts +2 -2
  11. package/dist/generated/model/index.mjs +29 -21
  12. package/dist/generated/model/index.mjs.map +1 -1
  13. package/dist/{index-DyBulyp9.d.mts → index-BGnjxx-b.d.mts} +440 -406
  14. package/dist/index-BGnjxx-b.d.mts.map +1 -0
  15. package/dist/runtime/api-factory.d.mts +1 -1
  16. package/dist/{zitadelNextGen-D6pDH5nq.d.mts → zitadelNextGen-BS4VE7_Y.d.mts} +2 -2
  17. package/dist/{zitadelNextGen-D6pDH5nq.d.mts.map → zitadelNextGen-BS4VE7_Y.d.mts.map} +1 -1
  18. package/package.json +1 -46
  19. package/src/generated/endpoints/zitadelNextGen.msw.ts +69 -36
  20. package/src/generated/endpoints/zitadelNextGen.zod.ts +132 -72
  21. package/src/generated/model/createFlow201.ts +3 -2
  22. package/src/generated/model/createFlow201Step.ts +13 -12
  23. package/src/generated/model/{createFlow201StepActions.ts → createFlow201StepActionsItem.ts} +9 -9
  24. package/src/generated/model/createFlow201StepFieldsItem.ts +46 -0
  25. package/src/generated/model/createFlow201StepFieldsItemType.ts +31 -0
  26. package/src/generated/model/{createFlow201StepFieldsValidation.ts → createFlow201StepFieldsItemValidation.ts} +9 -3
  27. package/src/generated/model/{submitFlowStep400StepFieldsValidationFormat.ts → createFlow201StepFieldsItemValidationFormat.ts} +3 -3
  28. package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItem.ts +6 -6
  29. package/src/generated/model/{createFlowDefinition201FlowDefinitionStepsItemActions.ts → createFlowDefinition201FlowDefinitionStepsItemActionsItem.ts} +9 -10
  30. package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemTransitions.ts +1 -1
  31. package/src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItem.ts +6 -6
  32. package/src/generated/model/{createFlowDefinitionBodyFlowDefinitionStepsItemActions.ts → createFlowDefinitionBodyFlowDefinitionStepsItemActionsItem.ts} +9 -10
  33. package/src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemTransitions.ts +1 -1
  34. package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItem.ts +6 -6
  35. package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActionsItem.ts +28 -0
  36. package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemTransitions.ts +1 -1
  37. package/src/generated/model/getFlowStep200.ts +3 -2
  38. package/src/generated/model/getFlowStep200Step.ts +13 -12
  39. package/src/generated/model/{submitFlowStep200StepActions.ts → getFlowStep200StepActionsItem.ts} +9 -9
  40. package/src/generated/model/getFlowStep200StepFieldsItem.ts +46 -0
  41. package/src/generated/model/getFlowStep200StepFieldsItemType.ts +31 -0
  42. package/src/generated/model/{getFlowStep200StepFieldsValidation.ts → getFlowStep200StepFieldsItemValidation.ts} +9 -3
  43. package/src/generated/model/{submitFlowStep200StepFieldsValidationFormat.ts → getFlowStep200StepFieldsItemValidationFormat.ts} +3 -3
  44. package/src/generated/model/index.ts +25 -25
  45. package/src/generated/model/submitFlowStep200.ts +3 -2
  46. package/src/generated/model/submitFlowStep200Step.ts +13 -12
  47. package/src/generated/model/{getFlowStep200StepActions.ts → submitFlowStep200StepActionsItem.ts} +9 -9
  48. package/src/generated/model/submitFlowStep200StepFieldsItem.ts +46 -0
  49. package/src/generated/model/submitFlowStep200StepFieldsItemType.ts +31 -0
  50. package/src/generated/model/{submitFlowStep200StepFieldsValidation.ts → submitFlowStep200StepFieldsItemValidation.ts} +9 -3
  51. package/src/generated/model/{createFlow201StepFieldsValidationFormat.ts → submitFlowStep200StepFieldsItemValidationFormat.ts} +3 -3
  52. package/src/generated/model/submitFlowStep400.ts +3 -2
  53. package/src/generated/model/submitFlowStep400Step.ts +13 -12
  54. package/src/generated/model/{submitFlowStep400StepActions.ts → submitFlowStep400StepActionsItem.ts} +9 -9
  55. package/src/generated/model/submitFlowStep400StepFieldsItem.ts +46 -0
  56. package/src/generated/model/submitFlowStep400StepFieldsItemType.ts +31 -0
  57. package/src/generated/model/{submitFlowStep400StepFieldsValidation.ts → submitFlowStep400StepFieldsItemValidation.ts} +9 -3
  58. package/src/generated/model/{getFlowStep200StepFieldsValidationFormat.ts → submitFlowStep400StepFieldsItemValidationFormat.ts} +3 -3
  59. package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItem.ts +6 -6
  60. package/src/generated/model/{updateFlowDefinition200FlowDefinitionStepsItemActions.ts → updateFlowDefinition200FlowDefinitionStepsItemActionsItem.ts} +9 -10
  61. package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemTransitions.ts +1 -1
  62. package/src/generated/model/updateFlowDefinitionBodyStepsItem.ts +6 -6
  63. package/src/generated/model/updateFlowDefinitionBodyStepsItemActionsItem.ts +28 -0
  64. package/src/generated/model/updateFlowDefinitionBodyStepsItemTransitions.ts +1 -1
  65. package/dist/generated/endpoints/zitadelNextGen.d.ts +0 -401
  66. package/dist/generated/endpoints/zitadelNextGen.d.ts.map +0 -1
  67. package/dist/generated/endpoints/zitadelNextGen.msw.d.ts +0 -82
  68. package/dist/generated/endpoints/zitadelNextGen.msw.d.ts.map +0 -1
  69. package/dist/generated/endpoints/zitadelNextGen.zod.d.ts +0 -1569
  70. package/dist/generated/endpoints/zitadelNextGen.zod.d.ts.map +0 -1
  71. package/dist/generated/model/authorizeDevice200.d.ts +0 -30
  72. package/dist/generated/model/authorizeDevice200.d.ts.map +0 -1
  73. package/dist/generated/model/authorizeDevice400.d.ts +0 -20
  74. package/dist/generated/model/authorizeDevice400.d.ts.map +0 -1
  75. package/dist/generated/model/authorizeDevice400Details.d.ts +0 -14
  76. package/dist/generated/model/authorizeDevice400Details.d.ts.map +0 -1
  77. package/dist/generated/model/authorizeDeviceDefault.d.ts +0 -20
  78. package/dist/generated/model/authorizeDeviceDefault.d.ts.map +0 -1
  79. package/dist/generated/model/authorizeDeviceDefaultDetails.d.ts +0 -14
  80. package/dist/generated/model/authorizeDeviceDefaultDetails.d.ts.map +0 -1
  81. package/dist/generated/model/authorizeDeviceParams.d.ts +0 -25
  82. package/dist/generated/model/authorizeDeviceParams.d.ts.map +0 -1
  83. package/dist/generated/model/authorizeGet400.d.ts +0 -20
  84. package/dist/generated/model/authorizeGet400.d.ts.map +0 -1
  85. package/dist/generated/model/authorizeGet400Details.d.ts +0 -14
  86. package/dist/generated/model/authorizeGet400Details.d.ts.map +0 -1
  87. package/dist/generated/model/authorizeGetDefault.d.ts +0 -20
  88. package/dist/generated/model/authorizeGetDefault.d.ts.map +0 -1
  89. package/dist/generated/model/authorizeGetDefaultDetails.d.ts +0 -14
  90. package/dist/generated/model/authorizeGetDefaultDetails.d.ts.map +0 -1
  91. package/dist/generated/model/authorizeGetParams.d.ts +0 -136
  92. package/dist/generated/model/authorizeGetParams.d.ts.map +0 -1
  93. package/dist/generated/model/createAuthAttempt201.d.ts +0 -70
  94. package/dist/generated/model/createAuthAttempt201.d.ts.map +0 -1
  95. package/dist/generated/model/createAuthAttempt201ChallengesItem.d.ts +0 -43
  96. package/dist/generated/model/createAuthAttempt201ChallengesItem.d.ts.map +0 -1
  97. package/dist/generated/model/createAuthAttempt201ChallengesItemMethod.d.ts +0 -17
  98. package/dist/generated/model/createAuthAttempt201ChallengesItemMethod.d.ts.map +0 -1
  99. package/dist/generated/model/createAuthAttempt201ChallengesItemPayload.d.ts +0 -36
  100. package/dist/generated/model/createAuthAttempt201ChallengesItemPayload.d.ts.map +0 -1
  101. package/dist/generated/model/createAuthAttempt201ChallengesItemState.d.ts +0 -21
  102. package/dist/generated/model/createAuthAttempt201ChallengesItemState.d.ts.map +0 -1
  103. package/dist/generated/model/createAuthAttempt201CompletedFactorsItem.d.ts +0 -27
  104. package/dist/generated/model/createAuthAttempt201CompletedFactorsItem.d.ts.map +0 -1
  105. package/dist/generated/model/createAuthAttempt201CompletedFactorsItemMethod.d.ts +0 -17
  106. package/dist/generated/model/createAuthAttempt201CompletedFactorsItemMethod.d.ts.map +0 -1
  107. package/dist/generated/model/createAuthAttempt201CompletedFactorsItemPayload.d.ts +0 -32
  108. package/dist/generated/model/createAuthAttempt201CompletedFactorsItemPayload.d.ts.map +0 -1
  109. package/dist/generated/model/createAuthAttempt201RequiredFactorsItem.d.ts +0 -17
  110. package/dist/generated/model/createAuthAttempt201RequiredFactorsItem.d.ts.map +0 -1
  111. package/dist/generated/model/createAuthAttempt201State.d.ts +0 -23
  112. package/dist/generated/model/createAuthAttempt201State.d.ts.map +0 -1
  113. package/dist/generated/model/createAuthAttemptBody.d.ts +0 -24
  114. package/dist/generated/model/createAuthAttemptBody.d.ts.map +0 -1
  115. package/dist/generated/model/createAuthAttemptDefault.d.ts +0 -31
  116. package/dist/generated/model/createAuthAttemptDefault.d.ts.map +0 -1
  117. package/dist/generated/model/createFlow201.d.ts +0 -42
  118. package/dist/generated/model/createFlow201.d.ts.map +0 -1
  119. package/dist/generated/model/createFlow201Branding.d.ts +0 -33
  120. package/dist/generated/model/createFlow201Branding.d.ts.map +0 -1
  121. package/dist/generated/model/createFlow201BrandingLayout.d.ts +0 -19
  122. package/dist/generated/model/createFlow201BrandingLayout.d.ts.map +0 -1
  123. package/dist/generated/model/createFlow201Step.d.ts +0 -64
  124. package/dist/generated/model/createFlow201Step.d.ts.map +0 -1
  125. package/dist/generated/model/createFlow201StepActions.d.ts +0 -28
  126. package/dist/generated/model/createFlow201StepActions.d.ts.map +0 -1
  127. package/dist/generated/model/createFlow201StepChallenge.d.ts +0 -34
  128. package/dist/generated/model/createFlow201StepChallenge.d.ts.map +0 -1
  129. package/dist/generated/model/createFlow201StepChallengeMethod.d.ts +0 -15
  130. package/dist/generated/model/createFlow201StepChallengeMethod.d.ts.map +0 -1
  131. package/dist/generated/model/createFlow201StepChallengeOptions.d.ts +0 -18
  132. package/dist/generated/model/createFlow201StepChallengeOptions.d.ts.map +0 -1
  133. package/dist/generated/model/createFlow201StepComplete.d.ts +0 -19
  134. package/dist/generated/model/createFlow201StepComplete.d.ts.map +0 -1
  135. package/dist/generated/model/createFlow201StepFields.d.ts +0 -45
  136. package/dist/generated/model/createFlow201StepFields.d.ts.map +0 -1
  137. package/dist/generated/model/createFlow201StepFieldsType.d.ts +0 -26
  138. package/dist/generated/model/createFlow201StepFieldsType.d.ts.map +0 -1
  139. package/dist/generated/model/createFlow201StepFieldsValidation.d.ts +0 -39
  140. package/dist/generated/model/createFlow201StepFieldsValidation.d.ts.map +0 -1
  141. package/dist/generated/model/createFlow201StepFieldsValidationFormat.d.ts +0 -23
  142. package/dist/generated/model/createFlow201StepFieldsValidationFormat.d.ts.map +0 -1
  143. package/dist/generated/model/createFlow201StepGates.d.ts +0 -34
  144. package/dist/generated/model/createFlow201StepGates.d.ts.map +0 -1
  145. package/dist/generated/model/createFlow201StepGatesConfig.d.ts +0 -16
  146. package/dist/generated/model/createFlow201StepGatesConfig.d.ts.map +0 -1
  147. package/dist/generated/model/createFlow201StepGatesKind.d.ts +0 -18
  148. package/dist/generated/model/createFlow201StepGatesKind.d.ts.map +0 -1
  149. package/dist/generated/model/createFlow201StepSsoProvidersItem.d.ts +0 -19
  150. package/dist/generated/model/createFlow201StepSsoProvidersItem.d.ts.map +0 -1
  151. package/dist/generated/model/createFlow201StepTexts.d.ts +0 -19
  152. package/dist/generated/model/createFlow201StepTexts.d.ts.map +0 -1
  153. package/dist/generated/model/createFlow400.d.ts +0 -20
  154. package/dist/generated/model/createFlow400.d.ts.map +0 -1
  155. package/dist/generated/model/createFlow400Details.d.ts +0 -14
  156. package/dist/generated/model/createFlow400Details.d.ts.map +0 -1
  157. package/dist/generated/model/createFlowBody.d.ts +0 -43
  158. package/dist/generated/model/createFlowBody.d.ts.map +0 -1
  159. package/dist/generated/model/createFlowBodyHint.d.ts +0 -18
  160. package/dist/generated/model/createFlowBodyHint.d.ts.map +0 -1
  161. package/dist/generated/model/createFlowBodyPurpose.d.ts +0 -17
  162. package/dist/generated/model/createFlowBodyPurpose.d.ts.map +0 -1
  163. package/dist/generated/model/createFlowDefault.d.ts +0 -20
  164. package/dist/generated/model/createFlowDefault.d.ts.map +0 -1
  165. package/dist/generated/model/createFlowDefaultDetails.d.ts +0 -14
  166. package/dist/generated/model/createFlowDefaultDetails.d.ts.map +0 -1
  167. package/dist/generated/model/createFlowDefinition201.d.ts +0 -29
  168. package/dist/generated/model/createFlowDefinition201.d.ts.map +0 -1
  169. package/dist/generated/model/createFlowDefinition201FlowDefinition.d.ts +0 -56
  170. package/dist/generated/model/createFlowDefinition201FlowDefinition.d.ts.map +0 -1
  171. package/dist/generated/model/createFlowDefinition201FlowDefinitionAudience.d.ts +0 -21
  172. package/dist/generated/model/createFlowDefinition201FlowDefinitionAudience.d.ts.map +0 -1
  173. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItem.d.ts +0 -71
  174. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItem.d.ts.map +0 -1
  175. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemActions.d.ts +0 -29
  176. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemActions.d.ts.map +0 -1
  177. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemComplete.d.ts +0 -19
  178. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemComplete.d.ts.map +0 -1
  179. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemGates.d.ts +0 -35
  180. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemGates.d.ts.map +0 -1
  181. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemGatesConfig.d.ts +0 -16
  182. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemGatesConfig.d.ts.map +0 -1
  183. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemGatesKind.d.ts +0 -18
  184. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemGatesKind.d.ts.map +0 -1
  185. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemOnSuccess.d.ts +0 -19
  186. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemOnSuccess.d.ts.map +0 -1
  187. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemSsoProvidersItem.d.ts +0 -19
  188. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemSsoProvidersItem.d.ts.map +0 -1
  189. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemTransitions.d.ts +0 -35
  190. package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemTransitions.d.ts.map +0 -1
  191. package/dist/generated/model/createFlowDefinition400.d.ts +0 -20
  192. package/dist/generated/model/createFlowDefinition400.d.ts.map +0 -1
  193. package/dist/generated/model/createFlowDefinition400Details.d.ts +0 -14
  194. package/dist/generated/model/createFlowDefinition400Details.d.ts.map +0 -1
  195. package/dist/generated/model/createFlowDefinition409.d.ts +0 -20
  196. package/dist/generated/model/createFlowDefinition409.d.ts.map +0 -1
  197. package/dist/generated/model/createFlowDefinition409Details.d.ts +0 -14
  198. package/dist/generated/model/createFlowDefinition409Details.d.ts.map +0 -1
  199. package/dist/generated/model/createFlowDefinitionBody.d.ts +0 -28
  200. package/dist/generated/model/createFlowDefinitionBody.d.ts.map +0 -1
  201. package/dist/generated/model/createFlowDefinitionBodyFlowDefinition.d.ts +0 -56
  202. package/dist/generated/model/createFlowDefinitionBodyFlowDefinition.d.ts.map +0 -1
  203. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionAudience.d.ts +0 -21
  204. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionAudience.d.ts.map +0 -1
  205. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItem.d.ts +0 -71
  206. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItem.d.ts.map +0 -1
  207. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemActions.d.ts +0 -29
  208. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemActions.d.ts.map +0 -1
  209. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemComplete.d.ts +0 -19
  210. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemComplete.d.ts.map +0 -1
  211. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemGates.d.ts +0 -35
  212. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemGates.d.ts.map +0 -1
  213. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig.d.ts +0 -16
  214. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig.d.ts.map +0 -1
  215. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemGatesKind.d.ts +0 -18
  216. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemGatesKind.d.ts.map +0 -1
  217. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess.d.ts +0 -19
  218. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess.d.ts.map +0 -1
  219. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem.d.ts +0 -19
  220. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem.d.ts.map +0 -1
  221. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemTransitions.d.ts +0 -35
  222. package/dist/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemTransitions.d.ts.map +0 -1
  223. package/dist/generated/model/createFlowDefinitionDefault.d.ts +0 -20
  224. package/dist/generated/model/createFlowDefinitionDefault.d.ts.map +0 -1
  225. package/dist/generated/model/createFlowDefinitionDefaultDetails.d.ts +0 -14
  226. package/dist/generated/model/createFlowDefinitionDefaultDetails.d.ts.map +0 -1
  227. package/dist/generated/model/createHandoff200.d.ts +0 -31
  228. package/dist/generated/model/createHandoff200.d.ts.map +0 -1
  229. package/dist/generated/model/createHandoffDefault.d.ts +0 -53
  230. package/dist/generated/model/createHandoffDefault.d.ts.map +0 -1
  231. package/dist/generated/model/createProject201.d.ts +0 -23
  232. package/dist/generated/model/createProject201.d.ts.map +0 -1
  233. package/dist/generated/model/createProject429.d.ts +0 -20
  234. package/dist/generated/model/createProject429.d.ts.map +0 -1
  235. package/dist/generated/model/createProject429Details.d.ts +0 -14
  236. package/dist/generated/model/createProject429Details.d.ts.map +0 -1
  237. package/dist/generated/model/createProjectBody.d.ts +0 -13
  238. package/dist/generated/model/createProjectBody.d.ts.map +0 -1
  239. package/dist/generated/model/createProjectDefault.d.ts +0 -20
  240. package/dist/generated/model/createProjectDefault.d.ts.map +0 -1
  241. package/dist/generated/model/createProjectDefaultDetails.d.ts +0 -14
  242. package/dist/generated/model/createProjectDefaultDetails.d.ts.map +0 -1
  243. package/dist/generated/model/createSchema201.d.ts +0 -12
  244. package/dist/generated/model/createSchema201.d.ts.map +0 -1
  245. package/dist/generated/model/createSchema400.d.ts +0 -20
  246. package/dist/generated/model/createSchema400.d.ts.map +0 -1
  247. package/dist/generated/model/createSchema400Details.d.ts +0 -14
  248. package/dist/generated/model/createSchema400Details.d.ts.map +0 -1
  249. package/dist/generated/model/createSchema409.d.ts +0 -20
  250. package/dist/generated/model/createSchema409.d.ts.map +0 -1
  251. package/dist/generated/model/createSchema409Details.d.ts +0 -14
  252. package/dist/generated/model/createSchema409Details.d.ts.map +0 -1
  253. package/dist/generated/model/createSchemaBody.d.ts +0 -90
  254. package/dist/generated/model/createSchemaBody.d.ts.map +0 -1
  255. package/dist/generated/model/createSchemaDefault.d.ts +0 -20
  256. package/dist/generated/model/createSchemaDefault.d.ts.map +0 -1
  257. package/dist/generated/model/createSchemaDefaultDetails.d.ts +0 -14
  258. package/dist/generated/model/createSchemaDefaultDetails.d.ts.map +0 -1
  259. package/dist/generated/model/createSchemaParams.d.ts +0 -20
  260. package/dist/generated/model/createSchemaParams.d.ts.map +0 -1
  261. package/dist/generated/model/createSession201.d.ts +0 -29
  262. package/dist/generated/model/createSession201.d.ts.map +0 -1
  263. package/dist/generated/model/createSession201Session.d.ts +0 -63
  264. package/dist/generated/model/createSession201Session.d.ts.map +0 -1
  265. package/dist/generated/model/createSession201SessionFactorsItem.d.ts +0 -27
  266. package/dist/generated/model/createSession201SessionFactorsItem.d.ts.map +0 -1
  267. package/dist/generated/model/createSession201SessionFactorsItemMethod.d.ts +0 -17
  268. package/dist/generated/model/createSession201SessionFactorsItemMethod.d.ts.map +0 -1
  269. package/dist/generated/model/createSession201SessionFactorsItemPayload.d.ts +0 -32
  270. package/dist/generated/model/createSession201SessionFactorsItemPayload.d.ts.map +0 -1
  271. package/dist/generated/model/createSession201SessionMetadata.d.ts +0 -14
  272. package/dist/generated/model/createSession201SessionMetadata.d.ts.map +0 -1
  273. package/dist/generated/model/createSession201SessionState.d.ts +0 -23
  274. package/dist/generated/model/createSession201SessionState.d.ts.map +0 -1
  275. package/dist/generated/model/createSession201SessionUserAgent.d.ts +0 -18
  276. package/dist/generated/model/createSession201SessionUserAgent.d.ts.map +0 -1
  277. package/dist/generated/model/createSession400.d.ts +0 -20
  278. package/dist/generated/model/createSession400.d.ts.map +0 -1
  279. package/dist/generated/model/createSession400Details.d.ts +0 -14
  280. package/dist/generated/model/createSession400Details.d.ts.map +0 -1
  281. package/dist/generated/model/createSessionBody.d.ts +0 -21
  282. package/dist/generated/model/createSessionBody.d.ts.map +0 -1
  283. package/dist/generated/model/createSessionBodyUserAgent.d.ts +0 -21
  284. package/dist/generated/model/createSessionBodyUserAgent.d.ts.map +0 -1
  285. package/dist/generated/model/createSessionDefault.d.ts +0 -20
  286. package/dist/generated/model/createSessionDefault.d.ts.map +0 -1
  287. package/dist/generated/model/createSessionDefaultDetails.d.ts +0 -14
  288. package/dist/generated/model/createSessionDefaultDetails.d.ts.map +0 -1
  289. package/dist/generated/model/createTeam201.d.ts +0 -14
  290. package/dist/generated/model/createTeam201.d.ts.map +0 -1
  291. package/dist/generated/model/createTeam400.d.ts +0 -20
  292. package/dist/generated/model/createTeam400.d.ts.map +0 -1
  293. package/dist/generated/model/createTeam400Details.d.ts +0 -14
  294. package/dist/generated/model/createTeam400Details.d.ts.map +0 -1
  295. package/dist/generated/model/createTeam429.d.ts +0 -20
  296. package/dist/generated/model/createTeam429.d.ts.map +0 -1
  297. package/dist/generated/model/createTeam429Details.d.ts +0 -14
  298. package/dist/generated/model/createTeam429Details.d.ts.map +0 -1
  299. package/dist/generated/model/createTeamBody.d.ts +0 -11
  300. package/dist/generated/model/createTeamBody.d.ts.map +0 -1
  301. package/dist/generated/model/createTeamDefault.d.ts +0 -20
  302. package/dist/generated/model/createTeamDefault.d.ts.map +0 -1
  303. package/dist/generated/model/createTeamDefaultDetails.d.ts +0 -14
  304. package/dist/generated/model/createTeamDefaultDetails.d.ts.map +0 -1
  305. package/dist/generated/model/createTeamParams.d.ts +0 -15
  306. package/dist/generated/model/createTeamParams.d.ts.map +0 -1
  307. package/dist/generated/model/createUser201.d.ts +0 -18
  308. package/dist/generated/model/createUser201.d.ts.map +0 -1
  309. package/dist/generated/model/createUser400.d.ts +0 -20
  310. package/dist/generated/model/createUser400.d.ts.map +0 -1
  311. package/dist/generated/model/createUser400Details.d.ts +0 -14
  312. package/dist/generated/model/createUser400Details.d.ts.map +0 -1
  313. package/dist/generated/model/createUser401.d.ts +0 -20
  314. package/dist/generated/model/createUser401.d.ts.map +0 -1
  315. package/dist/generated/model/createUser401Details.d.ts +0 -14
  316. package/dist/generated/model/createUser401Details.d.ts.map +0 -1
  317. package/dist/generated/model/createUser403.d.ts +0 -20
  318. package/dist/generated/model/createUser403.d.ts.map +0 -1
  319. package/dist/generated/model/createUser403Details.d.ts +0 -14
  320. package/dist/generated/model/createUser403Details.d.ts.map +0 -1
  321. package/dist/generated/model/createUser409.d.ts +0 -20
  322. package/dist/generated/model/createUser409.d.ts.map +0 -1
  323. package/dist/generated/model/createUser409Details.d.ts +0 -14
  324. package/dist/generated/model/createUser409Details.d.ts.map +0 -1
  325. package/dist/generated/model/createUserBody.d.ts +0 -18
  326. package/dist/generated/model/createUserBody.d.ts.map +0 -1
  327. package/dist/generated/model/createUserDefault.d.ts +0 -20
  328. package/dist/generated/model/createUserDefault.d.ts.map +0 -1
  329. package/dist/generated/model/createUserDefaultDetails.d.ts +0 -14
  330. package/dist/generated/model/createUserDefaultDetails.d.ts.map +0 -1
  331. package/dist/generated/model/createUserParams.d.ts +0 -20
  332. package/dist/generated/model/createUserParams.d.ts.map +0 -1
  333. package/dist/generated/model/deleteFlowDefinitionDefault.d.ts +0 -20
  334. package/dist/generated/model/deleteFlowDefinitionDefault.d.ts.map +0 -1
  335. package/dist/generated/model/deleteFlowDefinitionDefaultDetails.d.ts +0 -14
  336. package/dist/generated/model/deleteFlowDefinitionDefaultDetails.d.ts.map +0 -1
  337. package/dist/generated/model/deleteFlowDefinitionParams.d.ts +0 -15
  338. package/dist/generated/model/deleteFlowDefinitionParams.d.ts.map +0 -1
  339. package/dist/generated/model/endSession400.d.ts +0 -20
  340. package/dist/generated/model/endSession400.d.ts.map +0 -1
  341. package/dist/generated/model/endSession400Details.d.ts +0 -14
  342. package/dist/generated/model/endSession400Details.d.ts.map +0 -1
  343. package/dist/generated/model/endSessionDefault.d.ts +0 -20
  344. package/dist/generated/model/endSessionDefault.d.ts.map +0 -1
  345. package/dist/generated/model/endSessionDefaultDetails.d.ts +0 -14
  346. package/dist/generated/model/endSessionDefaultDetails.d.ts.map +0 -1
  347. package/dist/generated/model/endSessionParams.d.ts +0 -57
  348. package/dist/generated/model/endSessionParams.d.ts.map +0 -1
  349. package/dist/generated/model/exchangeHandoff200.d.ts +0 -29
  350. package/dist/generated/model/exchangeHandoff200.d.ts.map +0 -1
  351. package/dist/generated/model/exchangeHandoff200Session.d.ts +0 -63
  352. package/dist/generated/model/exchangeHandoff200Session.d.ts.map +0 -1
  353. package/dist/generated/model/exchangeHandoff200SessionFactorsItem.d.ts +0 -27
  354. package/dist/generated/model/exchangeHandoff200SessionFactorsItem.d.ts.map +0 -1
  355. package/dist/generated/model/exchangeHandoff200SessionFactorsItemMethod.d.ts +0 -17
  356. package/dist/generated/model/exchangeHandoff200SessionFactorsItemMethod.d.ts.map +0 -1
  357. package/dist/generated/model/exchangeHandoff200SessionFactorsItemPayload.d.ts +0 -32
  358. package/dist/generated/model/exchangeHandoff200SessionFactorsItemPayload.d.ts.map +0 -1
  359. package/dist/generated/model/exchangeHandoff200SessionMetadata.d.ts +0 -14
  360. package/dist/generated/model/exchangeHandoff200SessionMetadata.d.ts.map +0 -1
  361. package/dist/generated/model/exchangeHandoff200SessionState.d.ts +0 -23
  362. package/dist/generated/model/exchangeHandoff200SessionState.d.ts.map +0 -1
  363. package/dist/generated/model/exchangeHandoff200SessionUserAgent.d.ts +0 -18
  364. package/dist/generated/model/exchangeHandoff200SessionUserAgent.d.ts.map +0 -1
  365. package/dist/generated/model/exchangeHandoff400.d.ts +0 -20
  366. package/dist/generated/model/exchangeHandoff400.d.ts.map +0 -1
  367. package/dist/generated/model/exchangeHandoff400Details.d.ts +0 -14
  368. package/dist/generated/model/exchangeHandoff400Details.d.ts.map +0 -1
  369. package/dist/generated/model/exchangeHandoff401.d.ts +0 -20
  370. package/dist/generated/model/exchangeHandoff401.d.ts.map +0 -1
  371. package/dist/generated/model/exchangeHandoff401Details.d.ts +0 -14
  372. package/dist/generated/model/exchangeHandoff401Details.d.ts.map +0 -1
  373. package/dist/generated/model/exchangeHandoff410.d.ts +0 -20
  374. package/dist/generated/model/exchangeHandoff410.d.ts.map +0 -1
  375. package/dist/generated/model/exchangeHandoff410Details.d.ts +0 -14
  376. package/dist/generated/model/exchangeHandoff410Details.d.ts.map +0 -1
  377. package/dist/generated/model/exchangeHandoffBody.d.ts +0 -21
  378. package/dist/generated/model/exchangeHandoffBody.d.ts.map +0 -1
  379. package/dist/generated/model/exchangeHandoffDefault.d.ts +0 -20
  380. package/dist/generated/model/exchangeHandoffDefault.d.ts.map +0 -1
  381. package/dist/generated/model/exchangeHandoffDefaultDetails.d.ts +0 -14
  382. package/dist/generated/model/exchangeHandoffDefaultDetails.d.ts.map +0 -1
  383. package/dist/generated/model/exchangeHandoffParams.d.ts +0 -15
  384. package/dist/generated/model/exchangeHandoffParams.d.ts.map +0 -1
  385. package/dist/generated/model/getAuthAttempt200.d.ts +0 -70
  386. package/dist/generated/model/getAuthAttempt200.d.ts.map +0 -1
  387. package/dist/generated/model/getAuthAttempt200ChallengesItem.d.ts +0 -43
  388. package/dist/generated/model/getAuthAttempt200ChallengesItem.d.ts.map +0 -1
  389. package/dist/generated/model/getAuthAttempt200ChallengesItemMethod.d.ts +0 -17
  390. package/dist/generated/model/getAuthAttempt200ChallengesItemMethod.d.ts.map +0 -1
  391. package/dist/generated/model/getAuthAttempt200ChallengesItemPayload.d.ts +0 -36
  392. package/dist/generated/model/getAuthAttempt200ChallengesItemPayload.d.ts.map +0 -1
  393. package/dist/generated/model/getAuthAttempt200ChallengesItemState.d.ts +0 -21
  394. package/dist/generated/model/getAuthAttempt200ChallengesItemState.d.ts.map +0 -1
  395. package/dist/generated/model/getAuthAttempt200CompletedFactorsItem.d.ts +0 -27
  396. package/dist/generated/model/getAuthAttempt200CompletedFactorsItem.d.ts.map +0 -1
  397. package/dist/generated/model/getAuthAttempt200CompletedFactorsItemMethod.d.ts +0 -17
  398. package/dist/generated/model/getAuthAttempt200CompletedFactorsItemMethod.d.ts.map +0 -1
  399. package/dist/generated/model/getAuthAttempt200CompletedFactorsItemPayload.d.ts +0 -32
  400. package/dist/generated/model/getAuthAttempt200CompletedFactorsItemPayload.d.ts.map +0 -1
  401. package/dist/generated/model/getAuthAttempt200RequiredFactorsItem.d.ts +0 -17
  402. package/dist/generated/model/getAuthAttempt200RequiredFactorsItem.d.ts.map +0 -1
  403. package/dist/generated/model/getAuthAttempt200State.d.ts +0 -23
  404. package/dist/generated/model/getAuthAttempt200State.d.ts.map +0 -1
  405. package/dist/generated/model/getAuthAttemptDefault.d.ts +0 -31
  406. package/dist/generated/model/getAuthAttemptDefault.d.ts.map +0 -1
  407. package/dist/generated/model/getFlowDefinition200.d.ts +0 -29
  408. package/dist/generated/model/getFlowDefinition200.d.ts.map +0 -1
  409. package/dist/generated/model/getFlowDefinition200FlowDefinition.d.ts +0 -56
  410. package/dist/generated/model/getFlowDefinition200FlowDefinition.d.ts.map +0 -1
  411. package/dist/generated/model/getFlowDefinition200FlowDefinitionAudience.d.ts +0 -21
  412. package/dist/generated/model/getFlowDefinition200FlowDefinitionAudience.d.ts.map +0 -1
  413. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItem.d.ts +0 -71
  414. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItem.d.ts.map +0 -1
  415. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemActions.d.ts +0 -29
  416. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemActions.d.ts.map +0 -1
  417. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemComplete.d.ts +0 -19
  418. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemComplete.d.ts.map +0 -1
  419. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemGates.d.ts +0 -35
  420. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemGates.d.ts.map +0 -1
  421. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemGatesConfig.d.ts +0 -16
  422. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemGatesConfig.d.ts.map +0 -1
  423. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemGatesKind.d.ts +0 -18
  424. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemGatesKind.d.ts.map +0 -1
  425. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemOnSuccess.d.ts +0 -19
  426. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemOnSuccess.d.ts.map +0 -1
  427. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem.d.ts +0 -19
  428. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem.d.ts.map +0 -1
  429. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemTransitions.d.ts +0 -35
  430. package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemTransitions.d.ts.map +0 -1
  431. package/dist/generated/model/getFlowDefinitionDefault.d.ts +0 -20
  432. package/dist/generated/model/getFlowDefinitionDefault.d.ts.map +0 -1
  433. package/dist/generated/model/getFlowDefinitionDefaultDetails.d.ts +0 -14
  434. package/dist/generated/model/getFlowDefinitionDefaultDetails.d.ts.map +0 -1
  435. package/dist/generated/model/getFlowDefinitionParams.d.ts +0 -15
  436. package/dist/generated/model/getFlowDefinitionParams.d.ts.map +0 -1
  437. package/dist/generated/model/getFlowStep200.d.ts +0 -42
  438. package/dist/generated/model/getFlowStep200.d.ts.map +0 -1
  439. package/dist/generated/model/getFlowStep200Branding.d.ts +0 -33
  440. package/dist/generated/model/getFlowStep200Branding.d.ts.map +0 -1
  441. package/dist/generated/model/getFlowStep200BrandingLayout.d.ts +0 -19
  442. package/dist/generated/model/getFlowStep200BrandingLayout.d.ts.map +0 -1
  443. package/dist/generated/model/getFlowStep200Step.d.ts +0 -64
  444. package/dist/generated/model/getFlowStep200Step.d.ts.map +0 -1
  445. package/dist/generated/model/getFlowStep200StepActions.d.ts +0 -28
  446. package/dist/generated/model/getFlowStep200StepActions.d.ts.map +0 -1
  447. package/dist/generated/model/getFlowStep200StepChallenge.d.ts +0 -34
  448. package/dist/generated/model/getFlowStep200StepChallenge.d.ts.map +0 -1
  449. package/dist/generated/model/getFlowStep200StepChallengeMethod.d.ts +0 -15
  450. package/dist/generated/model/getFlowStep200StepChallengeMethod.d.ts.map +0 -1
  451. package/dist/generated/model/getFlowStep200StepChallengeOptions.d.ts +0 -18
  452. package/dist/generated/model/getFlowStep200StepChallengeOptions.d.ts.map +0 -1
  453. package/dist/generated/model/getFlowStep200StepComplete.d.ts +0 -19
  454. package/dist/generated/model/getFlowStep200StepComplete.d.ts.map +0 -1
  455. package/dist/generated/model/getFlowStep200StepFields.d.ts +0 -45
  456. package/dist/generated/model/getFlowStep200StepFields.d.ts.map +0 -1
  457. package/dist/generated/model/getFlowStep200StepFieldsType.d.ts +0 -26
  458. package/dist/generated/model/getFlowStep200StepFieldsType.d.ts.map +0 -1
  459. package/dist/generated/model/getFlowStep200StepFieldsValidation.d.ts +0 -39
  460. package/dist/generated/model/getFlowStep200StepFieldsValidation.d.ts.map +0 -1
  461. package/dist/generated/model/getFlowStep200StepFieldsValidationFormat.d.ts +0 -23
  462. package/dist/generated/model/getFlowStep200StepFieldsValidationFormat.d.ts.map +0 -1
  463. package/dist/generated/model/getFlowStep200StepGates.d.ts +0 -34
  464. package/dist/generated/model/getFlowStep200StepGates.d.ts.map +0 -1
  465. package/dist/generated/model/getFlowStep200StepGatesConfig.d.ts +0 -16
  466. package/dist/generated/model/getFlowStep200StepGatesConfig.d.ts.map +0 -1
  467. package/dist/generated/model/getFlowStep200StepGatesKind.d.ts +0 -18
  468. package/dist/generated/model/getFlowStep200StepGatesKind.d.ts.map +0 -1
  469. package/dist/generated/model/getFlowStep200StepSsoProvidersItem.d.ts +0 -19
  470. package/dist/generated/model/getFlowStep200StepSsoProvidersItem.d.ts.map +0 -1
  471. package/dist/generated/model/getFlowStep200StepTexts.d.ts +0 -19
  472. package/dist/generated/model/getFlowStep200StepTexts.d.ts.map +0 -1
  473. package/dist/generated/model/getFlowStep404.d.ts +0 -20
  474. package/dist/generated/model/getFlowStep404.d.ts.map +0 -1
  475. package/dist/generated/model/getFlowStep404Details.d.ts +0 -14
  476. package/dist/generated/model/getFlowStep404Details.d.ts.map +0 -1
  477. package/dist/generated/model/getFlowStep410.d.ts +0 -20
  478. package/dist/generated/model/getFlowStep410.d.ts.map +0 -1
  479. package/dist/generated/model/getFlowStep410Details.d.ts +0 -14
  480. package/dist/generated/model/getFlowStep410Details.d.ts.map +0 -1
  481. package/dist/generated/model/getFlowStepDefault.d.ts +0 -20
  482. package/dist/generated/model/getFlowStepDefault.d.ts.map +0 -1
  483. package/dist/generated/model/getFlowStepDefaultDetails.d.ts +0 -14
  484. package/dist/generated/model/getFlowStepDefaultDetails.d.ts.map +0 -1
  485. package/dist/generated/model/getHealth4xx.d.ts +0 -20
  486. package/dist/generated/model/getHealth4xx.d.ts.map +0 -1
  487. package/dist/generated/model/getHealth4xxDetails.d.ts +0 -14
  488. package/dist/generated/model/getHealth4xxDetails.d.ts.map +0 -1
  489. package/dist/generated/model/getHealthDefault.d.ts +0 -20
  490. package/dist/generated/model/getHealthDefault.d.ts.map +0 -1
  491. package/dist/generated/model/getHealthDefaultDetails.d.ts +0 -14
  492. package/dist/generated/model/getHealthDefaultDetails.d.ts.map +0 -1
  493. package/dist/generated/model/getKeys200.d.ts +0 -12
  494. package/dist/generated/model/getKeys200.d.ts.map +0 -1
  495. package/dist/generated/model/getKeys200KeysItem.d.ts +0 -30
  496. package/dist/generated/model/getKeys200KeysItem.d.ts.map +0 -1
  497. package/dist/generated/model/getKeys4xx.d.ts +0 -20
  498. package/dist/generated/model/getKeys4xx.d.ts.map +0 -1
  499. package/dist/generated/model/getKeys4xxDetails.d.ts +0 -14
  500. package/dist/generated/model/getKeys4xxDetails.d.ts.map +0 -1
  501. package/dist/generated/model/getKeysDefault.d.ts +0 -20
  502. package/dist/generated/model/getKeysDefault.d.ts.map +0 -1
  503. package/dist/generated/model/getKeysDefaultDetails.d.ts +0 -14
  504. package/dist/generated/model/getKeysDefaultDetails.d.ts.map +0 -1
  505. package/dist/generated/model/getLive4xx.d.ts +0 -20
  506. package/dist/generated/model/getLive4xx.d.ts.map +0 -1
  507. package/dist/generated/model/getLive4xxDetails.d.ts +0 -14
  508. package/dist/generated/model/getLive4xxDetails.d.ts.map +0 -1
  509. package/dist/generated/model/getLiveDefault.d.ts +0 -20
  510. package/dist/generated/model/getLiveDefault.d.ts.map +0 -1
  511. package/dist/generated/model/getLiveDefaultDetails.d.ts +0 -14
  512. package/dist/generated/model/getLiveDefaultDetails.d.ts.map +0 -1
  513. package/dist/generated/model/getMySession200.d.ts +0 -63
  514. package/dist/generated/model/getMySession200.d.ts.map +0 -1
  515. package/dist/generated/model/getMySession200FactorsItem.d.ts +0 -27
  516. package/dist/generated/model/getMySession200FactorsItem.d.ts.map +0 -1
  517. package/dist/generated/model/getMySession200FactorsItemMethod.d.ts +0 -17
  518. package/dist/generated/model/getMySession200FactorsItemMethod.d.ts.map +0 -1
  519. package/dist/generated/model/getMySession200FactorsItemPayload.d.ts +0 -32
  520. package/dist/generated/model/getMySession200FactorsItemPayload.d.ts.map +0 -1
  521. package/dist/generated/model/getMySession200Metadata.d.ts +0 -14
  522. package/dist/generated/model/getMySession200Metadata.d.ts.map +0 -1
  523. package/dist/generated/model/getMySession200State.d.ts +0 -23
  524. package/dist/generated/model/getMySession200State.d.ts.map +0 -1
  525. package/dist/generated/model/getMySession200UserAgent.d.ts +0 -18
  526. package/dist/generated/model/getMySession200UserAgent.d.ts.map +0 -1
  527. package/dist/generated/model/getMySession401.d.ts +0 -20
  528. package/dist/generated/model/getMySession401.d.ts.map +0 -1
  529. package/dist/generated/model/getMySession401Details.d.ts +0 -14
  530. package/dist/generated/model/getMySession401Details.d.ts.map +0 -1
  531. package/dist/generated/model/getMySession404.d.ts +0 -20
  532. package/dist/generated/model/getMySession404.d.ts.map +0 -1
  533. package/dist/generated/model/getMySession404Details.d.ts +0 -14
  534. package/dist/generated/model/getMySession404Details.d.ts.map +0 -1
  535. package/dist/generated/model/getMySessionDefault.d.ts +0 -20
  536. package/dist/generated/model/getMySessionDefault.d.ts.map +0 -1
  537. package/dist/generated/model/getMySessionDefaultDetails.d.ts +0 -14
  538. package/dist/generated/model/getMySessionDefaultDetails.d.ts.map +0 -1
  539. package/dist/generated/model/getMyUser200.d.ts +0 -11
  540. package/dist/generated/model/getMyUser200.d.ts.map +0 -1
  541. package/dist/generated/model/getMyUser401.d.ts +0 -20
  542. package/dist/generated/model/getMyUser401.d.ts.map +0 -1
  543. package/dist/generated/model/getMyUser401Details.d.ts +0 -14
  544. package/dist/generated/model/getMyUser401Details.d.ts.map +0 -1
  545. package/dist/generated/model/getMyUser404.d.ts +0 -26
  546. package/dist/generated/model/getMyUser404.d.ts.map +0 -1
  547. package/dist/generated/model/getMyUserDefault.d.ts +0 -20
  548. package/dist/generated/model/getMyUserDefault.d.ts.map +0 -1
  549. package/dist/generated/model/getMyUserDefaultDetails.d.ts +0 -14
  550. package/dist/generated/model/getMyUserDefaultDetails.d.ts.map +0 -1
  551. package/dist/generated/model/getOpenIDConfiguration200.d.ts +0 -87
  552. package/dist/generated/model/getOpenIDConfiguration200.d.ts.map +0 -1
  553. package/dist/generated/model/getOpenIDConfiguration200ClaimTypesSupportedItem.d.ts +0 -14
  554. package/dist/generated/model/getOpenIDConfiguration200ClaimTypesSupportedItem.d.ts.map +0 -1
  555. package/dist/generated/model/getOpenIDConfiguration200DisplayValuesSupportedItem.d.ts +0 -15
  556. package/dist/generated/model/getOpenIDConfiguration200DisplayValuesSupportedItem.d.ts.map +0 -1
  557. package/dist/generated/model/getOpenIDConfiguration200SubjectTypesSupportedItem.d.ts +0 -13
  558. package/dist/generated/model/getOpenIDConfiguration200SubjectTypesSupportedItem.d.ts.map +0 -1
  559. package/dist/generated/model/getOpenIDConfiguration200TokenEndpointAuthMethodsSupportedItem.d.ts +0 -15
  560. package/dist/generated/model/getOpenIDConfiguration200TokenEndpointAuthMethodsSupportedItem.d.ts.map +0 -1
  561. package/dist/generated/model/getOpenIDConfiguration4xx.d.ts +0 -20
  562. package/dist/generated/model/getOpenIDConfiguration4xx.d.ts.map +0 -1
  563. package/dist/generated/model/getOpenIDConfiguration4xxDetails.d.ts +0 -14
  564. package/dist/generated/model/getOpenIDConfiguration4xxDetails.d.ts.map +0 -1
  565. package/dist/generated/model/getOpenIDConfigurationDefault.d.ts +0 -20
  566. package/dist/generated/model/getOpenIDConfigurationDefault.d.ts.map +0 -1
  567. package/dist/generated/model/getOpenIDConfigurationDefaultDetails.d.ts +0 -14
  568. package/dist/generated/model/getOpenIDConfigurationDefaultDetails.d.ts.map +0 -1
  569. package/dist/generated/model/getProject200.d.ts +0 -19
  570. package/dist/generated/model/getProject200.d.ts.map +0 -1
  571. package/dist/generated/model/getProject401.d.ts +0 -20
  572. package/dist/generated/model/getProject401.d.ts.map +0 -1
  573. package/dist/generated/model/getProject401Details.d.ts +0 -14
  574. package/dist/generated/model/getProject401Details.d.ts.map +0 -1
  575. package/dist/generated/model/getProject404.d.ts +0 -20
  576. package/dist/generated/model/getProject404.d.ts.map +0 -1
  577. package/dist/generated/model/getProject404Details.d.ts +0 -14
  578. package/dist/generated/model/getProject404Details.d.ts.map +0 -1
  579. package/dist/generated/model/getProjectDefault.d.ts +0 -20
  580. package/dist/generated/model/getProjectDefault.d.ts.map +0 -1
  581. package/dist/generated/model/getProjectDefaultDetails.d.ts +0 -14
  582. package/dist/generated/model/getProjectDefaultDetails.d.ts.map +0 -1
  583. package/dist/generated/model/getReady4xx.d.ts +0 -20
  584. package/dist/generated/model/getReady4xx.d.ts.map +0 -1
  585. package/dist/generated/model/getReady4xxDetails.d.ts +0 -14
  586. package/dist/generated/model/getReady4xxDetails.d.ts.map +0 -1
  587. package/dist/generated/model/getReadyDefault.d.ts +0 -20
  588. package/dist/generated/model/getReadyDefault.d.ts.map +0 -1
  589. package/dist/generated/model/getReadyDefaultDetails.d.ts +0 -14
  590. package/dist/generated/model/getReadyDefaultDetails.d.ts.map +0 -1
  591. package/dist/generated/model/getSchemaById200.d.ts +0 -85
  592. package/dist/generated/model/getSchemaById200.d.ts.map +0 -1
  593. package/dist/generated/model/getSchemaById400.d.ts +0 -20
  594. package/dist/generated/model/getSchemaById400.d.ts.map +0 -1
  595. package/dist/generated/model/getSchemaById400Details.d.ts +0 -14
  596. package/dist/generated/model/getSchemaById400Details.d.ts.map +0 -1
  597. package/dist/generated/model/getSchemaById404.d.ts +0 -20
  598. package/dist/generated/model/getSchemaById404.d.ts.map +0 -1
  599. package/dist/generated/model/getSchemaById404Details.d.ts +0 -14
  600. package/dist/generated/model/getSchemaById404Details.d.ts.map +0 -1
  601. package/dist/generated/model/getSchemaByIdDefault.d.ts +0 -20
  602. package/dist/generated/model/getSchemaByIdDefault.d.ts.map +0 -1
  603. package/dist/generated/model/getSchemaByIdDefaultDetails.d.ts +0 -14
  604. package/dist/generated/model/getSchemaByIdDefaultDetails.d.ts.map +0 -1
  605. package/dist/generated/model/getSchemaByIdParams.d.ts +0 -20
  606. package/dist/generated/model/getSchemaByIdParams.d.ts.map +0 -1
  607. package/dist/generated/model/getSession200.d.ts +0 -63
  608. package/dist/generated/model/getSession200.d.ts.map +0 -1
  609. package/dist/generated/model/getSession200FactorsItem.d.ts +0 -27
  610. package/dist/generated/model/getSession200FactorsItem.d.ts.map +0 -1
  611. package/dist/generated/model/getSession200FactorsItemMethod.d.ts +0 -17
  612. package/dist/generated/model/getSession200FactorsItemMethod.d.ts.map +0 -1
  613. package/dist/generated/model/getSession200FactorsItemPayload.d.ts +0 -32
  614. package/dist/generated/model/getSession200FactorsItemPayload.d.ts.map +0 -1
  615. package/dist/generated/model/getSession200Metadata.d.ts +0 -14
  616. package/dist/generated/model/getSession200Metadata.d.ts.map +0 -1
  617. package/dist/generated/model/getSession200State.d.ts +0 -23
  618. package/dist/generated/model/getSession200State.d.ts.map +0 -1
  619. package/dist/generated/model/getSession200UserAgent.d.ts +0 -18
  620. package/dist/generated/model/getSession200UserAgent.d.ts.map +0 -1
  621. package/dist/generated/model/getSession401.d.ts +0 -20
  622. package/dist/generated/model/getSession401.d.ts.map +0 -1
  623. package/dist/generated/model/getSession401Details.d.ts +0 -14
  624. package/dist/generated/model/getSession401Details.d.ts.map +0 -1
  625. package/dist/generated/model/getSession404.d.ts +0 -20
  626. package/dist/generated/model/getSession404.d.ts.map +0 -1
  627. package/dist/generated/model/getSession404Details.d.ts +0 -14
  628. package/dist/generated/model/getSession404Details.d.ts.map +0 -1
  629. package/dist/generated/model/getSessionDefault.d.ts +0 -20
  630. package/dist/generated/model/getSessionDefault.d.ts.map +0 -1
  631. package/dist/generated/model/getSessionDefaultDetails.d.ts +0 -14
  632. package/dist/generated/model/getSessionDefaultDetails.d.ts.map +0 -1
  633. package/dist/generated/model/getSessionParams.d.ts +0 -15
  634. package/dist/generated/model/getSessionParams.d.ts.map +0 -1
  635. package/dist/generated/model/getTeam200.d.ts +0 -19
  636. package/dist/generated/model/getTeam200.d.ts.map +0 -1
  637. package/dist/generated/model/getTeam401.d.ts +0 -20
  638. package/dist/generated/model/getTeam401.d.ts.map +0 -1
  639. package/dist/generated/model/getTeam401Details.d.ts +0 -14
  640. package/dist/generated/model/getTeam401Details.d.ts.map +0 -1
  641. package/dist/generated/model/getTeam404.d.ts +0 -20
  642. package/dist/generated/model/getTeam404.d.ts.map +0 -1
  643. package/dist/generated/model/getTeam404Details.d.ts +0 -14
  644. package/dist/generated/model/getTeam404Details.d.ts.map +0 -1
  645. package/dist/generated/model/getTeamDefault.d.ts +0 -20
  646. package/dist/generated/model/getTeamDefault.d.ts.map +0 -1
  647. package/dist/generated/model/getTeamDefaultDetails.d.ts +0 -14
  648. package/dist/generated/model/getTeamDefaultDetails.d.ts.map +0 -1
  649. package/dist/generated/model/getTeamParams.d.ts +0 -15
  650. package/dist/generated/model/getTeamParams.d.ts.map +0 -1
  651. package/dist/generated/model/getToken200.d.ts +0 -18
  652. package/dist/generated/model/getToken200.d.ts.map +0 -1
  653. package/dist/generated/model/getToken4xx.d.ts +0 -20
  654. package/dist/generated/model/getToken4xx.d.ts.map +0 -1
  655. package/dist/generated/model/getToken4xxDetails.d.ts +0 -14
  656. package/dist/generated/model/getToken4xxDetails.d.ts.map +0 -1
  657. package/dist/generated/model/getTokenBody.d.ts +0 -40
  658. package/dist/generated/model/getTokenBody.d.ts.map +0 -1
  659. package/dist/generated/model/getTokenBodyGrantType.d.ts +0 -18
  660. package/dist/generated/model/getTokenBodyGrantType.d.ts.map +0 -1
  661. package/dist/generated/model/getTokenDefault.d.ts +0 -20
  662. package/dist/generated/model/getTokenDefault.d.ts.map +0 -1
  663. package/dist/generated/model/getTokenDefaultDetails.d.ts +0 -14
  664. package/dist/generated/model/getTokenDefaultDetails.d.ts.map +0 -1
  665. package/dist/generated/model/getUserByID200.d.ts +0 -11
  666. package/dist/generated/model/getUserByID200.d.ts.map +0 -1
  667. package/dist/generated/model/getUserByID401.d.ts +0 -20
  668. package/dist/generated/model/getUserByID401.d.ts.map +0 -1
  669. package/dist/generated/model/getUserByID401Details.d.ts +0 -14
  670. package/dist/generated/model/getUserByID401Details.d.ts.map +0 -1
  671. package/dist/generated/model/getUserByID404.d.ts +0 -20
  672. package/dist/generated/model/getUserByID404.d.ts.map +0 -1
  673. package/dist/generated/model/getUserByID404Details.d.ts +0 -14
  674. package/dist/generated/model/getUserByID404Details.d.ts.map +0 -1
  675. package/dist/generated/model/getUserByIDDefault.d.ts +0 -20
  676. package/dist/generated/model/getUserByIDDefault.d.ts.map +0 -1
  677. package/dist/generated/model/getUserByIDDefaultDetails.d.ts +0 -14
  678. package/dist/generated/model/getUserByIDDefaultDetails.d.ts.map +0 -1
  679. package/dist/generated/model/getUserByIDParams.d.ts +0 -20
  680. package/dist/generated/model/getUserByIDParams.d.ts.map +0 -1
  681. package/dist/generated/model/getUserInfo200.d.ts +0 -24
  682. package/dist/generated/model/getUserInfo200.d.ts.map +0 -1
  683. package/dist/generated/model/getUserInfo4xx.d.ts +0 -20
  684. package/dist/generated/model/getUserInfo4xx.d.ts.map +0 -1
  685. package/dist/generated/model/getUserInfo4xxDetails.d.ts +0 -14
  686. package/dist/generated/model/getUserInfo4xxDetails.d.ts.map +0 -1
  687. package/dist/generated/model/getUserInfoDefault.d.ts +0 -20
  688. package/dist/generated/model/getUserInfoDefault.d.ts.map +0 -1
  689. package/dist/generated/model/getUserInfoDefaultDetails.d.ts +0 -14
  690. package/dist/generated/model/getUserInfoDefaultDetails.d.ts.map +0 -1
  691. package/dist/generated/model/index.d.ts +0 -495
  692. package/dist/generated/model/index.d.ts.map +0 -1
  693. package/dist/generated/model/introspect200.d.ts +0 -34
  694. package/dist/generated/model/introspect200.d.ts.map +0 -1
  695. package/dist/generated/model/introspect400.d.ts +0 -20
  696. package/dist/generated/model/introspect400.d.ts.map +0 -1
  697. package/dist/generated/model/introspect400Details.d.ts +0 -14
  698. package/dist/generated/model/introspect400Details.d.ts.map +0 -1
  699. package/dist/generated/model/introspectBody.d.ts +0 -14
  700. package/dist/generated/model/introspectBody.d.ts.map +0 -1
  701. package/dist/generated/model/introspectDefault.d.ts +0 -20
  702. package/dist/generated/model/introspectDefault.d.ts.map +0 -1
  703. package/dist/generated/model/introspectDefaultDetails.d.ts +0 -14
  704. package/dist/generated/model/introspectDefaultDetails.d.ts.map +0 -1
  705. package/dist/generated/model/issueChallenge201.d.ts +0 -43
  706. package/dist/generated/model/issueChallenge201.d.ts.map +0 -1
  707. package/dist/generated/model/issueChallenge201Method.d.ts +0 -17
  708. package/dist/generated/model/issueChallenge201Method.d.ts.map +0 -1
  709. package/dist/generated/model/issueChallenge201Payload.d.ts +0 -36
  710. package/dist/generated/model/issueChallenge201Payload.d.ts.map +0 -1
  711. package/dist/generated/model/issueChallenge201State.d.ts +0 -21
  712. package/dist/generated/model/issueChallenge201State.d.ts.map +0 -1
  713. package/dist/generated/model/issueChallengeBody.d.ts +0 -26
  714. package/dist/generated/model/issueChallengeBody.d.ts.map +0 -1
  715. package/dist/generated/model/issueChallengeBodyMethod.d.ts +0 -17
  716. package/dist/generated/model/issueChallengeBodyMethod.d.ts.map +0 -1
  717. package/dist/generated/model/issueChallengeBodyPasskeyOptions.d.ts +0 -19
  718. package/dist/generated/model/issueChallengeBodyPasskeyOptions.d.ts.map +0 -1
  719. package/dist/generated/model/issueChallengeBodyPasskeyOptionsUserVerification.d.ts +0 -14
  720. package/dist/generated/model/issueChallengeBodyPasskeyOptionsUserVerification.d.ts.map +0 -1
  721. package/dist/generated/model/issueChallengeDefault.d.ts +0 -64
  722. package/dist/generated/model/issueChallengeDefault.d.ts.map +0 -1
  723. package/dist/generated/model/listFlowDefinitions200.d.ts +0 -14
  724. package/dist/generated/model/listFlowDefinitions200.d.ts.map +0 -1
  725. package/dist/generated/model/listFlowDefinitions200FlowDefinitionsItem.d.ts +0 -34
  726. package/dist/generated/model/listFlowDefinitions200FlowDefinitionsItem.d.ts.map +0 -1
  727. package/dist/generated/model/listFlowDefinitions400.d.ts +0 -20
  728. package/dist/generated/model/listFlowDefinitions400.d.ts.map +0 -1
  729. package/dist/generated/model/listFlowDefinitions400Details.d.ts +0 -14
  730. package/dist/generated/model/listFlowDefinitions400Details.d.ts.map +0 -1
  731. package/dist/generated/model/listFlowDefinitionsDefault.d.ts +0 -20
  732. package/dist/generated/model/listFlowDefinitionsDefault.d.ts.map +0 -1
  733. package/dist/generated/model/listFlowDefinitionsDefaultDetails.d.ts +0 -14
  734. package/dist/generated/model/listFlowDefinitionsDefaultDetails.d.ts.map +0 -1
  735. package/dist/generated/model/listFlowDefinitionsParams.d.ts +0 -34
  736. package/dist/generated/model/listFlowDefinitionsParams.d.ts.map +0 -1
  737. package/dist/generated/model/listFlowDefinitionsPurpose.d.ts +0 -17
  738. package/dist/generated/model/listFlowDefinitionsPurpose.d.ts.map +0 -1
  739. package/dist/generated/model/listSessions200.d.ts +0 -19
  740. package/dist/generated/model/listSessions200.d.ts.map +0 -1
  741. package/dist/generated/model/listSessions200SessionsItem.d.ts +0 -63
  742. package/dist/generated/model/listSessions200SessionsItem.d.ts.map +0 -1
  743. package/dist/generated/model/listSessions200SessionsItemFactorsItem.d.ts +0 -27
  744. package/dist/generated/model/listSessions200SessionsItemFactorsItem.d.ts.map +0 -1
  745. package/dist/generated/model/listSessions200SessionsItemFactorsItemMethod.d.ts +0 -17
  746. package/dist/generated/model/listSessions200SessionsItemFactorsItemMethod.d.ts.map +0 -1
  747. package/dist/generated/model/listSessions200SessionsItemFactorsItemPayload.d.ts +0 -32
  748. package/dist/generated/model/listSessions200SessionsItemFactorsItemPayload.d.ts.map +0 -1
  749. package/dist/generated/model/listSessions200SessionsItemMetadata.d.ts +0 -14
  750. package/dist/generated/model/listSessions200SessionsItemMetadata.d.ts.map +0 -1
  751. package/dist/generated/model/listSessions200SessionsItemState.d.ts +0 -23
  752. package/dist/generated/model/listSessions200SessionsItemState.d.ts.map +0 -1
  753. package/dist/generated/model/listSessions200SessionsItemUserAgent.d.ts +0 -18
  754. package/dist/generated/model/listSessions200SessionsItemUserAgent.d.ts.map +0 -1
  755. package/dist/generated/model/listSessions400.d.ts +0 -20
  756. package/dist/generated/model/listSessions400.d.ts.map +0 -1
  757. package/dist/generated/model/listSessions400Details.d.ts +0 -14
  758. package/dist/generated/model/listSessions400Details.d.ts.map +0 -1
  759. package/dist/generated/model/listSessions401.d.ts +0 -20
  760. package/dist/generated/model/listSessions401.d.ts.map +0 -1
  761. package/dist/generated/model/listSessions401Details.d.ts +0 -14
  762. package/dist/generated/model/listSessions401Details.d.ts.map +0 -1
  763. package/dist/generated/model/listSessions403.d.ts +0 -20
  764. package/dist/generated/model/listSessions403.d.ts.map +0 -1
  765. package/dist/generated/model/listSessions403Details.d.ts +0 -14
  766. package/dist/generated/model/listSessions403Details.d.ts.map +0 -1
  767. package/dist/generated/model/listSessionsDefault.d.ts +0 -20
  768. package/dist/generated/model/listSessionsDefault.d.ts.map +0 -1
  769. package/dist/generated/model/listSessionsDefaultDetails.d.ts +0 -14
  770. package/dist/generated/model/listSessionsDefaultDetails.d.ts.map +0 -1
  771. package/dist/generated/model/listSessionsParams.d.ts +0 -39
  772. package/dist/generated/model/listSessionsParams.d.ts.map +0 -1
  773. package/dist/generated/model/listSessionsState.d.ts +0 -15
  774. package/dist/generated/model/listSessionsState.d.ts.map +0 -1
  775. package/dist/generated/model/listUsers200Item.d.ts +0 -11
  776. package/dist/generated/model/listUsers200Item.d.ts.map +0 -1
  777. package/dist/generated/model/listUsers400.d.ts +0 -20
  778. package/dist/generated/model/listUsers400.d.ts.map +0 -1
  779. package/dist/generated/model/listUsers400Details.d.ts +0 -14
  780. package/dist/generated/model/listUsers400Details.d.ts.map +0 -1
  781. package/dist/generated/model/listUsers500.d.ts +0 -20
  782. package/dist/generated/model/listUsers500.d.ts.map +0 -1
  783. package/dist/generated/model/listUsers500Details.d.ts +0 -14
  784. package/dist/generated/model/listUsers500Details.d.ts.map +0 -1
  785. package/dist/generated/model/listUsersDefault.d.ts +0 -20
  786. package/dist/generated/model/listUsersDefault.d.ts.map +0 -1
  787. package/dist/generated/model/listUsersDefaultDetails.d.ts +0 -14
  788. package/dist/generated/model/listUsersDefaultDetails.d.ts.map +0 -1
  789. package/dist/generated/model/listUsersParams.d.ts +0 -21
  790. package/dist/generated/model/listUsersParams.d.ts.map +0 -1
  791. package/dist/generated/model/revokeMySession401.d.ts +0 -20
  792. package/dist/generated/model/revokeMySession401.d.ts.map +0 -1
  793. package/dist/generated/model/revokeMySession401Details.d.ts +0 -14
  794. package/dist/generated/model/revokeMySession401Details.d.ts.map +0 -1
  795. package/dist/generated/model/revokeMySession404.d.ts +0 -20
  796. package/dist/generated/model/revokeMySession404.d.ts.map +0 -1
  797. package/dist/generated/model/revokeMySession404Details.d.ts +0 -14
  798. package/dist/generated/model/revokeMySession404Details.d.ts.map +0 -1
  799. package/dist/generated/model/revokeMySession409.d.ts +0 -20
  800. package/dist/generated/model/revokeMySession409.d.ts.map +0 -1
  801. package/dist/generated/model/revokeMySession409Details.d.ts +0 -14
  802. package/dist/generated/model/revokeMySession409Details.d.ts.map +0 -1
  803. package/dist/generated/model/revokeMySessionDefault.d.ts +0 -20
  804. package/dist/generated/model/revokeMySessionDefault.d.ts.map +0 -1
  805. package/dist/generated/model/revokeMySessionDefaultDetails.d.ts +0 -14
  806. package/dist/generated/model/revokeMySessionDefaultDetails.d.ts.map +0 -1
  807. package/dist/generated/model/revokeSession401.d.ts +0 -20
  808. package/dist/generated/model/revokeSession401.d.ts.map +0 -1
  809. package/dist/generated/model/revokeSession401Details.d.ts +0 -14
  810. package/dist/generated/model/revokeSession401Details.d.ts.map +0 -1
  811. package/dist/generated/model/revokeSession404.d.ts +0 -20
  812. package/dist/generated/model/revokeSession404.d.ts.map +0 -1
  813. package/dist/generated/model/revokeSession404Details.d.ts +0 -14
  814. package/dist/generated/model/revokeSession404Details.d.ts.map +0 -1
  815. package/dist/generated/model/revokeSession409.d.ts +0 -20
  816. package/dist/generated/model/revokeSession409.d.ts.map +0 -1
  817. package/dist/generated/model/revokeSession409Details.d.ts +0 -14
  818. package/dist/generated/model/revokeSession409Details.d.ts.map +0 -1
  819. package/dist/generated/model/revokeSessionDefault.d.ts +0 -20
  820. package/dist/generated/model/revokeSessionDefault.d.ts.map +0 -1
  821. package/dist/generated/model/revokeSessionDefaultDetails.d.ts +0 -14
  822. package/dist/generated/model/revokeSessionDefaultDetails.d.ts.map +0 -1
  823. package/dist/generated/model/revokeSessionParams.d.ts +0 -15
  824. package/dist/generated/model/revokeSessionParams.d.ts.map +0 -1
  825. package/dist/generated/model/revokeToken4xx.d.ts +0 -20
  826. package/dist/generated/model/revokeToken4xx.d.ts.map +0 -1
  827. package/dist/generated/model/revokeToken4xxDetails.d.ts +0 -14
  828. package/dist/generated/model/revokeToken4xxDetails.d.ts.map +0 -1
  829. package/dist/generated/model/revokeTokenBody.d.ts +0 -14
  830. package/dist/generated/model/revokeTokenBody.d.ts.map +0 -1
  831. package/dist/generated/model/revokeTokenDefault.d.ts +0 -20
  832. package/dist/generated/model/revokeTokenDefault.d.ts.map +0 -1
  833. package/dist/generated/model/revokeTokenDefaultDetails.d.ts +0 -14
  834. package/dist/generated/model/revokeTokenDefaultDetails.d.ts.map +0 -1
  835. package/dist/generated/model/setUserPassword400.d.ts +0 -20
  836. package/dist/generated/model/setUserPassword400.d.ts.map +0 -1
  837. package/dist/generated/model/setUserPassword400Details.d.ts +0 -14
  838. package/dist/generated/model/setUserPassword400Details.d.ts.map +0 -1
  839. package/dist/generated/model/setUserPassword404.d.ts +0 -20
  840. package/dist/generated/model/setUserPassword404.d.ts.map +0 -1
  841. package/dist/generated/model/setUserPassword404Details.d.ts +0 -14
  842. package/dist/generated/model/setUserPassword404Details.d.ts.map +0 -1
  843. package/dist/generated/model/setUserPassword500.d.ts +0 -20
  844. package/dist/generated/model/setUserPassword500.d.ts.map +0 -1
  845. package/dist/generated/model/setUserPassword500Details.d.ts +0 -14
  846. package/dist/generated/model/setUserPassword500Details.d.ts.map +0 -1
  847. package/dist/generated/model/setUserPasswordBody.d.ts +0 -19
  848. package/dist/generated/model/setUserPasswordBody.d.ts.map +0 -1
  849. package/dist/generated/model/setUserPasswordDefault.d.ts +0 -20
  850. package/dist/generated/model/setUserPasswordDefault.d.ts.map +0 -1
  851. package/dist/generated/model/setUserPasswordDefaultDetails.d.ts +0 -14
  852. package/dist/generated/model/setUserPasswordDefaultDetails.d.ts.map +0 -1
  853. package/dist/generated/model/setUserPasswordParams.d.ts +0 -15
  854. package/dist/generated/model/setUserPasswordParams.d.ts.map +0 -1
  855. package/dist/generated/model/submitFlowEvent400.d.ts +0 -20
  856. package/dist/generated/model/submitFlowEvent400.d.ts.map +0 -1
  857. package/dist/generated/model/submitFlowEvent400Details.d.ts +0 -14
  858. package/dist/generated/model/submitFlowEvent400Details.d.ts.map +0 -1
  859. package/dist/generated/model/submitFlowEvent404.d.ts +0 -20
  860. package/dist/generated/model/submitFlowEvent404.d.ts.map +0 -1
  861. package/dist/generated/model/submitFlowEvent404Details.d.ts +0 -14
  862. package/dist/generated/model/submitFlowEvent404Details.d.ts.map +0 -1
  863. package/dist/generated/model/submitFlowEventBody.d.ts +0 -17
  864. package/dist/generated/model/submitFlowEventBody.d.ts.map +0 -1
  865. package/dist/generated/model/submitFlowEventBodyPayload.d.ts +0 -14
  866. package/dist/generated/model/submitFlowEventBodyPayload.d.ts.map +0 -1
  867. package/dist/generated/model/submitFlowEventBodyType.d.ts +0 -13
  868. package/dist/generated/model/submitFlowEventBodyType.d.ts.map +0 -1
  869. package/dist/generated/model/submitFlowEventDefault.d.ts +0 -20
  870. package/dist/generated/model/submitFlowEventDefault.d.ts.map +0 -1
  871. package/dist/generated/model/submitFlowEventDefaultDetails.d.ts +0 -14
  872. package/dist/generated/model/submitFlowEventDefaultDetails.d.ts.map +0 -1
  873. package/dist/generated/model/submitFlowStep200.d.ts +0 -42
  874. package/dist/generated/model/submitFlowStep200.d.ts.map +0 -1
  875. package/dist/generated/model/submitFlowStep200Branding.d.ts +0 -33
  876. package/dist/generated/model/submitFlowStep200Branding.d.ts.map +0 -1
  877. package/dist/generated/model/submitFlowStep200BrandingLayout.d.ts +0 -19
  878. package/dist/generated/model/submitFlowStep200BrandingLayout.d.ts.map +0 -1
  879. package/dist/generated/model/submitFlowStep200Step.d.ts +0 -64
  880. package/dist/generated/model/submitFlowStep200Step.d.ts.map +0 -1
  881. package/dist/generated/model/submitFlowStep200StepActions.d.ts +0 -28
  882. package/dist/generated/model/submitFlowStep200StepActions.d.ts.map +0 -1
  883. package/dist/generated/model/submitFlowStep200StepChallenge.d.ts +0 -34
  884. package/dist/generated/model/submitFlowStep200StepChallenge.d.ts.map +0 -1
  885. package/dist/generated/model/submitFlowStep200StepChallengeMethod.d.ts +0 -15
  886. package/dist/generated/model/submitFlowStep200StepChallengeMethod.d.ts.map +0 -1
  887. package/dist/generated/model/submitFlowStep200StepChallengeOptions.d.ts +0 -18
  888. package/dist/generated/model/submitFlowStep200StepChallengeOptions.d.ts.map +0 -1
  889. package/dist/generated/model/submitFlowStep200StepComplete.d.ts +0 -19
  890. package/dist/generated/model/submitFlowStep200StepComplete.d.ts.map +0 -1
  891. package/dist/generated/model/submitFlowStep200StepFields.d.ts +0 -45
  892. package/dist/generated/model/submitFlowStep200StepFields.d.ts.map +0 -1
  893. package/dist/generated/model/submitFlowStep200StepFieldsType.d.ts +0 -26
  894. package/dist/generated/model/submitFlowStep200StepFieldsType.d.ts.map +0 -1
  895. package/dist/generated/model/submitFlowStep200StepFieldsValidation.d.ts +0 -39
  896. package/dist/generated/model/submitFlowStep200StepFieldsValidation.d.ts.map +0 -1
  897. package/dist/generated/model/submitFlowStep200StepFieldsValidationFormat.d.ts +0 -23
  898. package/dist/generated/model/submitFlowStep200StepFieldsValidationFormat.d.ts.map +0 -1
  899. package/dist/generated/model/submitFlowStep200StepGates.d.ts +0 -34
  900. package/dist/generated/model/submitFlowStep200StepGates.d.ts.map +0 -1
  901. package/dist/generated/model/submitFlowStep200StepGatesConfig.d.ts +0 -16
  902. package/dist/generated/model/submitFlowStep200StepGatesConfig.d.ts.map +0 -1
  903. package/dist/generated/model/submitFlowStep200StepGatesKind.d.ts +0 -18
  904. package/dist/generated/model/submitFlowStep200StepGatesKind.d.ts.map +0 -1
  905. package/dist/generated/model/submitFlowStep200StepSsoProvidersItem.d.ts +0 -19
  906. package/dist/generated/model/submitFlowStep200StepSsoProvidersItem.d.ts.map +0 -1
  907. package/dist/generated/model/submitFlowStep200StepTexts.d.ts +0 -19
  908. package/dist/generated/model/submitFlowStep200StepTexts.d.ts.map +0 -1
  909. package/dist/generated/model/submitFlowStep400.d.ts +0 -42
  910. package/dist/generated/model/submitFlowStep400.d.ts.map +0 -1
  911. package/dist/generated/model/submitFlowStep400Branding.d.ts +0 -33
  912. package/dist/generated/model/submitFlowStep400Branding.d.ts.map +0 -1
  913. package/dist/generated/model/submitFlowStep400BrandingLayout.d.ts +0 -19
  914. package/dist/generated/model/submitFlowStep400BrandingLayout.d.ts.map +0 -1
  915. package/dist/generated/model/submitFlowStep400Step.d.ts +0 -64
  916. package/dist/generated/model/submitFlowStep400Step.d.ts.map +0 -1
  917. package/dist/generated/model/submitFlowStep400StepActions.d.ts +0 -28
  918. package/dist/generated/model/submitFlowStep400StepActions.d.ts.map +0 -1
  919. package/dist/generated/model/submitFlowStep400StepChallenge.d.ts +0 -34
  920. package/dist/generated/model/submitFlowStep400StepChallenge.d.ts.map +0 -1
  921. package/dist/generated/model/submitFlowStep400StepChallengeMethod.d.ts +0 -15
  922. package/dist/generated/model/submitFlowStep400StepChallengeMethod.d.ts.map +0 -1
  923. package/dist/generated/model/submitFlowStep400StepChallengeOptions.d.ts +0 -18
  924. package/dist/generated/model/submitFlowStep400StepChallengeOptions.d.ts.map +0 -1
  925. package/dist/generated/model/submitFlowStep400StepComplete.d.ts +0 -19
  926. package/dist/generated/model/submitFlowStep400StepComplete.d.ts.map +0 -1
  927. package/dist/generated/model/submitFlowStep400StepFields.d.ts +0 -45
  928. package/dist/generated/model/submitFlowStep400StepFields.d.ts.map +0 -1
  929. package/dist/generated/model/submitFlowStep400StepFieldsType.d.ts +0 -26
  930. package/dist/generated/model/submitFlowStep400StepFieldsType.d.ts.map +0 -1
  931. package/dist/generated/model/submitFlowStep400StepFieldsValidation.d.ts +0 -39
  932. package/dist/generated/model/submitFlowStep400StepFieldsValidation.d.ts.map +0 -1
  933. package/dist/generated/model/submitFlowStep400StepFieldsValidationFormat.d.ts +0 -23
  934. package/dist/generated/model/submitFlowStep400StepFieldsValidationFormat.d.ts.map +0 -1
  935. package/dist/generated/model/submitFlowStep400StepGates.d.ts +0 -34
  936. package/dist/generated/model/submitFlowStep400StepGates.d.ts.map +0 -1
  937. package/dist/generated/model/submitFlowStep400StepGatesConfig.d.ts +0 -16
  938. package/dist/generated/model/submitFlowStep400StepGatesConfig.d.ts.map +0 -1
  939. package/dist/generated/model/submitFlowStep400StepGatesKind.d.ts +0 -18
  940. package/dist/generated/model/submitFlowStep400StepGatesKind.d.ts.map +0 -1
  941. package/dist/generated/model/submitFlowStep400StepSsoProvidersItem.d.ts +0 -19
  942. package/dist/generated/model/submitFlowStep400StepSsoProvidersItem.d.ts.map +0 -1
  943. package/dist/generated/model/submitFlowStep400StepTexts.d.ts +0 -19
  944. package/dist/generated/model/submitFlowStep400StepTexts.d.ts.map +0 -1
  945. package/dist/generated/model/submitFlowStep409.d.ts +0 -20
  946. package/dist/generated/model/submitFlowStep409.d.ts.map +0 -1
  947. package/dist/generated/model/submitFlowStep409Details.d.ts +0 -14
  948. package/dist/generated/model/submitFlowStep409Details.d.ts.map +0 -1
  949. package/dist/generated/model/submitFlowStepBody.d.ts +0 -36
  950. package/dist/generated/model/submitFlowStepBody.d.ts.map +0 -1
  951. package/dist/generated/model/submitFlowStepBodyChallengeResponse.d.ts +0 -27
  952. package/dist/generated/model/submitFlowStepBodyChallengeResponse.d.ts.map +0 -1
  953. package/dist/generated/model/submitFlowStepBodyChallengeResponseProof.d.ts +0 -16
  954. package/dist/generated/model/submitFlowStepBodyChallengeResponseProof.d.ts.map +0 -1
  955. package/dist/generated/model/submitFlowStepBodyFields.d.ts +0 -15
  956. package/dist/generated/model/submitFlowStepBodyFields.d.ts.map +0 -1
  957. package/dist/generated/model/submitFlowStepBodyGateProofs.d.ts +0 -16
  958. package/dist/generated/model/submitFlowStepBodyGateProofs.d.ts.map +0 -1
  959. package/dist/generated/model/submitFlowStepDefault.d.ts +0 -20
  960. package/dist/generated/model/submitFlowStepDefault.d.ts.map +0 -1
  961. package/dist/generated/model/submitFlowStepDefaultDetails.d.ts +0 -14
  962. package/dist/generated/model/submitFlowStepDefaultDetails.d.ts.map +0 -1
  963. package/dist/generated/model/updateFlowDefinition200.d.ts +0 -29
  964. package/dist/generated/model/updateFlowDefinition200.d.ts.map +0 -1
  965. package/dist/generated/model/updateFlowDefinition200FlowDefinition.d.ts +0 -56
  966. package/dist/generated/model/updateFlowDefinition200FlowDefinition.d.ts.map +0 -1
  967. package/dist/generated/model/updateFlowDefinition200FlowDefinitionAudience.d.ts +0 -21
  968. package/dist/generated/model/updateFlowDefinition200FlowDefinitionAudience.d.ts.map +0 -1
  969. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItem.d.ts +0 -71
  970. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItem.d.ts.map +0 -1
  971. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActions.d.ts +0 -29
  972. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActions.d.ts.map +0 -1
  973. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemComplete.d.ts +0 -19
  974. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemComplete.d.ts.map +0 -1
  975. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGates.d.ts +0 -35
  976. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGates.d.ts.map +0 -1
  977. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGatesConfig.d.ts +0 -16
  978. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGatesConfig.d.ts.map +0 -1
  979. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGatesKind.d.ts +0 -18
  980. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGatesKind.d.ts.map +0 -1
  981. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemOnSuccess.d.ts +0 -19
  982. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemOnSuccess.d.ts.map +0 -1
  983. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem.d.ts +0 -19
  984. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem.d.ts.map +0 -1
  985. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemTransitions.d.ts +0 -35
  986. package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemTransitions.d.ts.map +0 -1
  987. package/dist/generated/model/updateFlowDefinition400.d.ts +0 -20
  988. package/dist/generated/model/updateFlowDefinition400.d.ts.map +0 -1
  989. package/dist/generated/model/updateFlowDefinition400Details.d.ts +0 -14
  990. package/dist/generated/model/updateFlowDefinition400Details.d.ts.map +0 -1
  991. package/dist/generated/model/updateFlowDefinition404.d.ts +0 -20
  992. package/dist/generated/model/updateFlowDefinition404.d.ts.map +0 -1
  993. package/dist/generated/model/updateFlowDefinition404Details.d.ts +0 -14
  994. package/dist/generated/model/updateFlowDefinition404Details.d.ts.map +0 -1
  995. package/dist/generated/model/updateFlowDefinitionBody.d.ts +0 -43
  996. package/dist/generated/model/updateFlowDefinitionBody.d.ts.map +0 -1
  997. package/dist/generated/model/updateFlowDefinitionBodyAudience.d.ts +0 -21
  998. package/dist/generated/model/updateFlowDefinitionBodyAudience.d.ts.map +0 -1
  999. package/dist/generated/model/updateFlowDefinitionBodyStepsItem.d.ts +0 -71
  1000. package/dist/generated/model/updateFlowDefinitionBodyStepsItem.d.ts.map +0 -1
  1001. package/dist/generated/model/updateFlowDefinitionBodyStepsItemActions.d.ts +0 -29
  1002. package/dist/generated/model/updateFlowDefinitionBodyStepsItemActions.d.ts.map +0 -1
  1003. package/dist/generated/model/updateFlowDefinitionBodyStepsItemComplete.d.ts +0 -19
  1004. package/dist/generated/model/updateFlowDefinitionBodyStepsItemComplete.d.ts.map +0 -1
  1005. package/dist/generated/model/updateFlowDefinitionBodyStepsItemGates.d.ts +0 -35
  1006. package/dist/generated/model/updateFlowDefinitionBodyStepsItemGates.d.ts.map +0 -1
  1007. package/dist/generated/model/updateFlowDefinitionBodyStepsItemGatesConfig.d.ts +0 -16
  1008. package/dist/generated/model/updateFlowDefinitionBodyStepsItemGatesConfig.d.ts.map +0 -1
  1009. package/dist/generated/model/updateFlowDefinitionBodyStepsItemGatesKind.d.ts +0 -18
  1010. package/dist/generated/model/updateFlowDefinitionBodyStepsItemGatesKind.d.ts.map +0 -1
  1011. package/dist/generated/model/updateFlowDefinitionBodyStepsItemOnSuccess.d.ts +0 -19
  1012. package/dist/generated/model/updateFlowDefinitionBodyStepsItemOnSuccess.d.ts.map +0 -1
  1013. package/dist/generated/model/updateFlowDefinitionBodyStepsItemSsoProvidersItem.d.ts +0 -19
  1014. package/dist/generated/model/updateFlowDefinitionBodyStepsItemSsoProvidersItem.d.ts.map +0 -1
  1015. package/dist/generated/model/updateFlowDefinitionBodyStepsItemTransitions.d.ts +0 -35
  1016. package/dist/generated/model/updateFlowDefinitionBodyStepsItemTransitions.d.ts.map +0 -1
  1017. package/dist/generated/model/updateFlowDefinitionDefault.d.ts +0 -20
  1018. package/dist/generated/model/updateFlowDefinitionDefault.d.ts.map +0 -1
  1019. package/dist/generated/model/updateFlowDefinitionDefaultDetails.d.ts +0 -14
  1020. package/dist/generated/model/updateFlowDefinitionDefaultDetails.d.ts.map +0 -1
  1021. package/dist/generated/model/updateFlowDefinitionParams.d.ts +0 -15
  1022. package/dist/generated/model/updateFlowDefinitionParams.d.ts.map +0 -1
  1023. package/dist/generated/model/verifyChallengeProof200.d.ts +0 -70
  1024. package/dist/generated/model/verifyChallengeProof200.d.ts.map +0 -1
  1025. package/dist/generated/model/verifyChallengeProof200ChallengesItem.d.ts +0 -43
  1026. package/dist/generated/model/verifyChallengeProof200ChallengesItem.d.ts.map +0 -1
  1027. package/dist/generated/model/verifyChallengeProof200ChallengesItemMethod.d.ts +0 -17
  1028. package/dist/generated/model/verifyChallengeProof200ChallengesItemMethod.d.ts.map +0 -1
  1029. package/dist/generated/model/verifyChallengeProof200ChallengesItemPayload.d.ts +0 -36
  1030. package/dist/generated/model/verifyChallengeProof200ChallengesItemPayload.d.ts.map +0 -1
  1031. package/dist/generated/model/verifyChallengeProof200ChallengesItemState.d.ts +0 -21
  1032. package/dist/generated/model/verifyChallengeProof200ChallengesItemState.d.ts.map +0 -1
  1033. package/dist/generated/model/verifyChallengeProof200CompletedFactorsItem.d.ts +0 -27
  1034. package/dist/generated/model/verifyChallengeProof200CompletedFactorsItem.d.ts.map +0 -1
  1035. package/dist/generated/model/verifyChallengeProof200CompletedFactorsItemMethod.d.ts +0 -17
  1036. package/dist/generated/model/verifyChallengeProof200CompletedFactorsItemMethod.d.ts.map +0 -1
  1037. package/dist/generated/model/verifyChallengeProof200CompletedFactorsItemPayload.d.ts +0 -32
  1038. package/dist/generated/model/verifyChallengeProof200CompletedFactorsItemPayload.d.ts.map +0 -1
  1039. package/dist/generated/model/verifyChallengeProof200RequiredFactorsItem.d.ts +0 -17
  1040. package/dist/generated/model/verifyChallengeProof200RequiredFactorsItem.d.ts.map +0 -1
  1041. package/dist/generated/model/verifyChallengeProof200State.d.ts +0 -23
  1042. package/dist/generated/model/verifyChallengeProof200State.d.ts.map +0 -1
  1043. package/dist/generated/model/verifyChallengeProofBody.d.ts +0 -30
  1044. package/dist/generated/model/verifyChallengeProofBody.d.ts.map +0 -1
  1045. package/dist/generated/model/verifyChallengeProofDefault.d.ts +0 -86
  1046. package/dist/generated/model/verifyChallengeProofDefault.d.ts.map +0 -1
  1047. package/dist/index-DyBulyp9.d.mts.map +0 -1
  1048. package/dist/runtime/api-factory.d.ts +0 -56
  1049. package/dist/runtime/api-factory.d.ts.map +0 -1
  1050. package/dist/runtime/auth.d.ts +0 -3
  1051. package/dist/runtime/auth.d.ts.map +0 -1
  1052. package/dist/runtime/base-url.d.ts +0 -3
  1053. package/dist/runtime/base-url.d.ts.map +0 -1
  1054. package/dist/runtime/config.d.ts +0 -64
  1055. package/dist/runtime/config.d.ts.map +0 -1
  1056. package/dist/runtime/fetch.d.ts +0 -33
  1057. package/dist/runtime/fetch.d.ts.map +0 -1
  1058. package/dist/tsconfig.lib.tsbuildinfo +0 -1
  1059. package/src/generated/model/createFlow201StepFields.ts +0 -45
  1060. package/src/generated/model/createFlow201StepFieldsType.ts +0 -28
  1061. package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActions.ts +0 -29
  1062. package/src/generated/model/getFlowStep200StepFields.ts +0 -45
  1063. package/src/generated/model/getFlowStep200StepFieldsType.ts +0 -28
  1064. package/src/generated/model/submitFlowStep200StepFields.ts +0 -45
  1065. package/src/generated/model/submitFlowStep200StepFieldsType.ts +0 -28
  1066. package/src/generated/model/submitFlowStep400StepFields.ts +0 -45
  1067. package/src/generated/model/submitFlowStep400StepFieldsType.ts +0 -28
  1068. package/src/generated/model/updateFlowDefinitionBodyStepsItemActions.ts +0 -29
@@ -629,7 +629,7 @@ type CreateFlow201Branding = {
629
629
  hero_url?: string;
630
630
  };
631
631
  //#endregion
632
- //#region src/generated/model/createFlow201StepActions.d.ts
632
+ //#region src/generated/model/createFlow201StepActionsItem.d.ts
633
633
  /**
634
634
  * Generated by orval v8.10.0 🍺
635
635
  * Do not edit manually.
@@ -638,24 +638,23 @@ type CreateFlow201Branding = {
638
638
  * OpenAPI spec version: 0.0.1
639
639
  */
640
640
  /**
641
- * Unordered dictionary of available user actions. Keyed by action name.
642
- The LiquidJS template controls positioning and presentation.
641
+ * Configuration for a user-invokable action on a step. The `name` is sent
642
+ back in the submit request as `action`.
643
643
 
644
644
  */
645
- type CreateFlow201StepActions = {
646
- [key: string]: {
647
- /** Marks this as the default/primary action. The runtime template uses
648
- this hint to choose visual emphasis. At most one action per step
649
- should be primary; this is not enforced here.
650
- */
651
- primary?: boolean;
652
- /** Optional localization key override for the action's label. When
653
- omitted, the engine derives a key from the step and action names.
654
- Display text is resolved client-side from a locale dictionary, never
655
- by the engine.
656
- */
657
- text_key?: string;
658
- };
645
+ type CreateFlow201StepActionsItem = {
646
+ /** Action identifier. Sent back in the submit request as `action`. */name: string;
647
+ /** Marks this as the default/primary action. The runtime template uses
648
+ this hint to choose visual emphasis. At most one action per step
649
+ should be primary; this is not enforced here.
650
+ */
651
+ primary?: boolean;
652
+ /** Optional localization key override for the action's label. When
653
+ omitted, the engine derives a key from the step and action names.
654
+ Display text is resolved client-side from a locale dictionary, never
655
+ by the engine.
656
+ */
657
+ text_key?: string;
659
658
  };
660
659
  //#endregion
661
660
  //#region src/generated/model/createFlow201StepChallengeMethod.d.ts
@@ -738,7 +737,7 @@ declare const CreateFlow201StepComplete: {
738
737
  readonly show: "show";
739
738
  };
740
739
  //#endregion
741
- //#region src/generated/model/createFlow201StepFieldsType.d.ts
740
+ //#region src/generated/model/createFlow201StepFieldsItemType.d.ts
742
741
  /**
743
742
  * Generated by orval v8.10.0 🍺
744
743
  * Do not edit manually.
@@ -747,14 +746,15 @@ declare const CreateFlow201StepComplete: {
747
746
  * OpenAPI spec version: 0.0.1
748
747
  */
749
748
  /**
750
- * The input kind the client should render. Encodes the formats that
751
- have a matching HTML input type (email, url, date). For other
752
- formats (e.g. uuid) the type is `text` and `validation.format`
753
- carries the rule.
749
+ * The input kind the client should render. Encodes the formats and
750
+ JSON types that map to a familiar HTML input: `email`, `url`,
751
+ `date` come from `format`; `checkbox` from JSON `type: boolean`;
752
+ `select` from a closed `enum`. For other formats (e.g. uuid) the
753
+ type is `text` and `validation.format` carries the rule.
754
754
 
755
755
  */
756
- type CreateFlow201StepFieldsType = (typeof CreateFlow201StepFieldsType)[keyof typeof CreateFlow201StepFieldsType];
757
- declare const CreateFlow201StepFieldsType: {
756
+ type CreateFlow201StepFieldsItemType = (typeof CreateFlow201StepFieldsItemType)[keyof typeof CreateFlow201StepFieldsItemType];
757
+ declare const CreateFlow201StepFieldsItemType: {
758
758
  readonly text: "text";
759
759
  readonly email: "email";
760
760
  readonly password: "password";
@@ -763,9 +763,11 @@ declare const CreateFlow201StepFieldsType: {
763
763
  readonly url: "url";
764
764
  readonly date: "date";
765
765
  readonly hidden: "hidden";
766
+ readonly checkbox: "checkbox";
767
+ readonly select: "select";
766
768
  };
767
769
  //#endregion
768
- //#region src/generated/model/createFlow201StepFieldsValidationFormat.d.ts
770
+ //#region src/generated/model/createFlow201StepFieldsItemValidationFormat.d.ts
769
771
  /**
770
772
  * Generated by orval v8.10.0 🍺
771
773
  * Do not edit manually.
@@ -781,15 +783,15 @@ sufficient for client-side validation. When `type` is `text`
781
783
  (e.g. `format: uuid`), this key is the only signal.
782
784
 
783
785
  */
784
- type CreateFlow201StepFieldsValidationFormat = (typeof CreateFlow201StepFieldsValidationFormat)[keyof typeof CreateFlow201StepFieldsValidationFormat];
785
- declare const CreateFlow201StepFieldsValidationFormat: {
786
+ type CreateFlow201StepFieldsItemValidationFormat = (typeof CreateFlow201StepFieldsItemValidationFormat)[keyof typeof CreateFlow201StepFieldsItemValidationFormat];
787
+ declare const CreateFlow201StepFieldsItemValidationFormat: {
786
788
  readonly email: "email";
787
789
  readonly "date-time": "date-time";
788
790
  readonly uuid: "uuid";
789
791
  readonly uri: "uri";
790
792
  };
791
793
  //#endregion
792
- //#region src/generated/model/createFlow201StepFieldsValidation.d.ts
794
+ //#region src/generated/model/createFlow201StepFieldsItemValidation.d.ts
793
795
  /**
794
796
  * Schema-derived rules the frontend SHOULD apply at input time. The
795
797
  server runs the same rules on submit and is the only authority on
@@ -801,14 +803,14 @@ Each key mirrors a JSON Schema keyword on the underlying user
801
803
  property; absent keys mean no rule.
802
804
 
803
805
  */
804
- type CreateFlow201StepFieldsValidation = {
806
+ type CreateFlow201StepFieldsItemValidation = {
805
807
  /** Semantic format the value must match. Values mirror the user
806
808
  meta-schema. When `type` already encodes the format (email,
807
809
  url, date), this key is informative and the input type is
808
810
  sufficient for client-side validation. When `type` is `text`
809
811
  (e.g. `format: uuid`), this key is the only signal.
810
812
  */
811
- format?: CreateFlow201StepFieldsValidationFormat;
813
+ format?: CreateFlow201StepFieldsItemValidationFormat;
812
814
  /**
813
815
  * Minimum length in characters (inclusive). Mirrors `minLength`.
814
816
  * @minimum 0
@@ -819,40 +821,47 @@ type CreateFlow201StepFieldsValidation = {
819
821
  * @minimum 0
820
822
  */
821
823
  max_length?: number;
824
+ /** Closed list of allowed values. Mirrors the JSON Schema `enum`
825
+ keyword on the underlying user property. When `type` is
826
+ `select` the client renders these as options; for other types
827
+ the rule still applies as a membership check.
828
+ */
829
+ enum?: string[];
822
830
  };
823
831
  //#endregion
824
- //#region src/generated/model/createFlow201StepFields.d.ts
832
+ //#region src/generated/model/createFlow201StepFieldsItem.d.ts
825
833
  /**
826
- * Unordered dictionary of input fields to collect. Keyed by field name.
827
- The LiquidJS template controls which fields appear and in what order.
828
- Field metadata (type, validation) is resolved by the engine from the
829
- flow's user schema.
834
+ * A data input capability. Describes what the user must provide.
835
+ Does not contain display text only a `text_key` resolved client-side.
830
836
 
831
837
  */
832
- type CreateFlow201StepFields = {
833
- [key: string]: {
834
- /** The input kind the client should render. Encodes the formats that
835
- have a matching HTML input type (email, url, date). For other
836
- formats (e.g. uuid) the type is `text` and `validation.format`
837
- carries the rule.
838
- */
839
- type: CreateFlow201StepFieldsType; /** Localization key for the field label. */
840
- text_key: string;
841
- /** The field MUST be present and non-empty on submit. Mirrors the
842
- schema's top-level `required` array.
843
- */
844
- required?: boolean; /** Pre-filled value (e.g., an identifier carried over from a pivot). */
845
- value?: unknown;
846
- /** Schema-derived rules the frontend SHOULD apply at input time. The
847
- server runs the same rules on submit and is the only authority on
848
- whether the step advances these rules are a UX hint to reduce
849
- round trips, not a contract guarantee.
850
- Omitted entirely when the field has no rules beyond its `type`.
851
- Each key mirrors a JSON Schema keyword on the underlying user
852
- property; absent keys mean no rule.
853
- */
854
- validation?: CreateFlow201StepFieldsValidation;
855
- };
838
+ type CreateFlow201StepFieldsItem = {
839
+ /** Field name, matching a property in the flow's user schema. Carries
840
+ the submitted value back to the engine.
841
+ */
842
+ name: string;
843
+ /** The input kind the client should render. Encodes the formats and
844
+ JSON types that map to a familiar HTML input: `email`, `url`,
845
+ `date` come from `format`; `checkbox` from JSON `type: boolean`;
846
+ `select` from a closed `enum`. For other formats (e.g. uuid) the
847
+ type is `text` and `validation.format` carries the rule.
848
+ */
849
+ type: CreateFlow201StepFieldsItemType; /** Localization key for the field label. */
850
+ text_key: string;
851
+ /** The field MUST be present and non-empty on submit. Mirrors the
852
+ schema's top-level `required` array.
853
+ */
854
+ required?: boolean; /** Pre-filled value (e.g., an identifier carried over from a pivot). */
855
+ value?: unknown;
856
+ /** Schema-derived rules the frontend SHOULD apply at input time. The
857
+ server runs the same rules on submit and is the only authority on
858
+ whether the step advances these rules are a UX hint to reduce
859
+ round trips, not a contract guarantee.
860
+ Omitted entirely when the field has no rules beyond its `type`.
861
+ Each key mirrors a JSON Schema keyword on the underlying user
862
+ property; absent keys mean no rule.
863
+ */
864
+ validation?: CreateFlow201StepFieldsItemValidation;
856
865
  };
857
866
  //#endregion
858
867
  //#region src/generated/model/createFlow201StepGatesConfig.d.ts
@@ -954,9 +963,10 @@ type CreateFlow201StepTexts = {
954
963
  //#endregion
955
964
  //#region src/generated/model/createFlow201Step.d.ts
956
965
  /**
957
- * A step contains unordered capability dictionaries: what to collect (fields),
966
+ * A step contains ordered capability arrays: what to collect (fields),
958
967
  what the user can do (actions), and what security gates must be satisfied (gates).
959
- Layout and element ordering are controlled by the LiquidJS template in `branding.liquid_template`.
968
+ The LiquidJS template in `branding.liquid_template` iterates these arrays in order
969
+ and builds name-keyed indexes locally for lookup.
960
970
 
961
971
  */
962
972
  type CreateFlow201Step = {
@@ -972,16 +982,16 @@ type CreateFlow201Step = {
972
982
  */
973
983
  complete?: CreateFlow201StepComplete; /** URL to navigate to (e.g., SSO provider redirect). */
974
984
  redirect_url?: string;
975
- /** Unordered dictionary of input fields to collect. Keyed by field name.
976
- The LiquidJS template controls which fields appear and in what order.
977
- Field metadata (type, validation) is resolved by the engine from the
978
- flow's user schema.
985
+ /** Ordered list of input fields to collect. Field metadata (type, validation)
986
+ is resolved by the engine from the flow's user schema. The LiquidJS
987
+ template iterates this array; for keyed lookup it builds a name-indexed
988
+ map locally.
979
989
  */
980
- fields: CreateFlow201StepFields;
981
- /** Unordered dictionary of available user actions. Keyed by action name.
982
- The LiquidJS template controls positioning and presentation.
990
+ fields: CreateFlow201StepFieldsItem[];
991
+ /** Ordered list of available user actions. The LiquidJS template iterates
992
+ this array and builds a name-indexed map locally for keyed lookup.
983
993
  */
984
- actions: CreateFlow201StepActions;
994
+ actions: CreateFlow201StepActionsItem[];
985
995
  /** Security gates that must be satisfied before the step can be submitted.
986
996
  The engine injects gates dynamically based on policy, even if they
987
997
  are not declared in the flow definition.
@@ -1007,9 +1017,10 @@ type CreateFlow201 = {
1007
1017
  id: string; /** Underlying session ID. Stable across all stacked flows. */
1008
1018
  session_id: string; /** Reserved for future rotation. The sealed `_zflow` cookie carries the flow state today. */
1009
1019
  session_token?: string;
1010
- /** A step contains unordered capability dictionaries: what to collect (fields),
1020
+ /** A step contains ordered capability arrays: what to collect (fields),
1011
1021
  what the user can do (actions), and what security gates must be satisfied (gates).
1012
- Layout and element ordering are controlled by the LiquidJS template in `branding.liquid_template`.
1022
+ The LiquidJS template in `branding.liquid_template` iterates these arrays in order
1023
+ and builds name-keyed indexes locally for lookup.
1013
1024
  */
1014
1025
  step: CreateFlow201Step;
1015
1026
  /** Resolved branding configuration. Inherited from the app → team → project
@@ -1163,7 +1174,7 @@ type CreateFlowDefinition201FlowDefinitionAudience = {
1163
1174
  app_ids?: string[];
1164
1175
  };
1165
1176
  //#endregion
1166
- //#region src/generated/model/createFlowDefinition201FlowDefinitionStepsItemActions.d.ts
1177
+ //#region src/generated/model/createFlowDefinition201FlowDefinitionStepsItemActionsItem.d.ts
1167
1178
  /**
1168
1179
  * Generated by orval v8.10.0 🍺
1169
1180
  * Do not edit manually.
@@ -1172,25 +1183,23 @@ type CreateFlowDefinition201FlowDefinitionAudience = {
1172
1183
  * OpenAPI spec version: 0.0.1
1173
1184
  */
1174
1185
  /**
1175
- * Actions the user can take. Keyed by action name.
1176
- The action name is what the frontend sends back in the submit request.
1177
- If omitted, the engine provides a default `submit` action.
1186
+ * Configuration for a user-invokable action on a step. The `name` is sent
1187
+ back in the submit request as `action`.
1178
1188
 
1179
1189
  */
1180
- type CreateFlowDefinition201FlowDefinitionStepsItemActions = {
1181
- [key: string]: {
1182
- /** Marks this as the default/primary action. The runtime template uses
1183
- this hint to choose visual emphasis. At most one action per step
1184
- should be primary; this is not enforced here.
1185
- */
1186
- primary?: boolean;
1187
- /** Optional localization key override for the action's label. When
1188
- omitted, the engine derives a key from the step and action names.
1189
- Display text is resolved client-side from a locale dictionary, never
1190
- by the engine.
1191
- */
1192
- text_key?: string;
1193
- };
1190
+ type CreateFlowDefinition201FlowDefinitionStepsItemActionsItem = {
1191
+ /** Action identifier. Sent back in the submit request as `action`. */name: string;
1192
+ /** Marks this as the default/primary action. The runtime template uses
1193
+ this hint to choose visual emphasis. At most one action per step
1194
+ should be primary; this is not enforced here.
1195
+ */
1196
+ primary?: boolean;
1197
+ /** Optional localization key override for the action's label. When
1198
+ omitted, the engine derives a key from the step and action names.
1199
+ Display text is resolved client-side from a locale dictionary, never
1200
+ by the engine.
1201
+ */
1202
+ text_key?: string;
1194
1203
  };
1195
1204
  //#endregion
1196
1205
  //#region src/generated/model/createFlowDefinition201FlowDefinitionStepsItemComplete.d.ts
@@ -1324,7 +1333,7 @@ type CreateFlowDefinition201FlowDefinitionStepsItemSsoProvidersItem = {
1324
1333
  /**
1325
1334
  * Maps action/outcome names to their transition descriptor.
1326
1335
 
1327
- Keys match action names from the `actions` dict. Additional keys
1336
+ Keys match action names from the `actions` array. Additional keys
1328
1337
  come from implicit outcomes based on schema annotations
1329
1338
  (e.g. `user_not_found` from `x-unique` fields) and engine
1330
1339
  events (e.g. `sso`, `callback`).
@@ -1374,11 +1383,11 @@ type CreateFlowDefinition201FlowDefinitionStepsItem = {
1374
1383
  transition outcome).
1375
1384
  */
1376
1385
  fields?: string[];
1377
- /** Actions the user can take. Keyed by action name.
1378
- The action name is what the frontend sends back in the submit request.
1379
- If omitted, the engine provides a default `submit` action.
1386
+ /** Ordered list of actions the user can take. The action name is what the
1387
+ frontend sends back in the submit request. If omitted, the engine
1388
+ provides a default `submit` action.
1380
1389
  */
1381
- actions?: CreateFlowDefinition201FlowDefinitionStepsItemActions;
1390
+ actions?: CreateFlowDefinition201FlowDefinitionStepsItemActionsItem[];
1382
1391
  /** Security gates that must be satisfied before submission. Keyed by gate
1383
1392
  name. Each gate selects a kind (e.g. "captcha") and provider-specific
1384
1393
  configuration. The engine may also inject gates dynamically based on
@@ -1397,7 +1406,7 @@ type CreateFlowDefinition201FlowDefinitionStepsItem = {
1397
1406
  */
1398
1407
  complete?: CreateFlowDefinition201FlowDefinitionStepsItemComplete;
1399
1408
  /** Maps action/outcome names to their transition descriptor.
1400
- Keys match action names from the `actions` dict. Additional keys
1409
+ Keys match action names from the `actions` array. Additional keys
1401
1410
  come from implicit outcomes based on schema annotations
1402
1411
  (e.g. `user_not_found` from `x-unique` fields) and engine
1403
1412
  events (e.g. `sso`, `callback`).
@@ -1539,7 +1548,7 @@ type CreateFlowDefinitionBodyFlowDefinitionAudience = {
1539
1548
  app_ids?: string[];
1540
1549
  };
1541
1550
  //#endregion
1542
- //#region src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemActions.d.ts
1551
+ //#region src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemActionsItem.d.ts
1543
1552
  /**
1544
1553
  * Generated by orval v8.10.0 🍺
1545
1554
  * Do not edit manually.
@@ -1548,25 +1557,23 @@ type CreateFlowDefinitionBodyFlowDefinitionAudience = {
1548
1557
  * OpenAPI spec version: 0.0.1
1549
1558
  */
1550
1559
  /**
1551
- * Actions the user can take. Keyed by action name.
1552
- The action name is what the frontend sends back in the submit request.
1553
- If omitted, the engine provides a default `submit` action.
1560
+ * Configuration for a user-invokable action on a step. The `name` is sent
1561
+ back in the submit request as `action`.
1554
1562
 
1555
1563
  */
1556
- type CreateFlowDefinitionBodyFlowDefinitionStepsItemActions = {
1557
- [key: string]: {
1558
- /** Marks this as the default/primary action. The runtime template uses
1559
- this hint to choose visual emphasis. At most one action per step
1560
- should be primary; this is not enforced here.
1561
- */
1562
- primary?: boolean;
1563
- /** Optional localization key override for the action's label. When
1564
- omitted, the engine derives a key from the step and action names.
1565
- Display text is resolved client-side from a locale dictionary, never
1566
- by the engine.
1567
- */
1568
- text_key?: string;
1569
- };
1564
+ type CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem = {
1565
+ /** Action identifier. Sent back in the submit request as `action`. */name: string;
1566
+ /** Marks this as the default/primary action. The runtime template uses
1567
+ this hint to choose visual emphasis. At most one action per step
1568
+ should be primary; this is not enforced here.
1569
+ */
1570
+ primary?: boolean;
1571
+ /** Optional localization key override for the action's label. When
1572
+ omitted, the engine derives a key from the step and action names.
1573
+ Display text is resolved client-side from a locale dictionary, never
1574
+ by the engine.
1575
+ */
1576
+ text_key?: string;
1570
1577
  };
1571
1578
  //#endregion
1572
1579
  //#region src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemComplete.d.ts
@@ -1700,7 +1707,7 @@ type CreateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem = {
1700
1707
  /**
1701
1708
  * Maps action/outcome names to their transition descriptor.
1702
1709
 
1703
- Keys match action names from the `actions` dict. Additional keys
1710
+ Keys match action names from the `actions` array. Additional keys
1704
1711
  come from implicit outcomes based on schema annotations
1705
1712
  (e.g. `user_not_found` from `x-unique` fields) and engine
1706
1713
  events (e.g. `sso`, `callback`).
@@ -1750,11 +1757,11 @@ type CreateFlowDefinitionBodyFlowDefinitionStepsItem = {
1750
1757
  transition outcome).
1751
1758
  */
1752
1759
  fields?: string[];
1753
- /** Actions the user can take. Keyed by action name.
1754
- The action name is what the frontend sends back in the submit request.
1755
- If omitted, the engine provides a default `submit` action.
1760
+ /** Ordered list of actions the user can take. The action name is what the
1761
+ frontend sends back in the submit request. If omitted, the engine
1762
+ provides a default `submit` action.
1756
1763
  */
1757
- actions?: CreateFlowDefinitionBodyFlowDefinitionStepsItemActions;
1764
+ actions?: CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem[];
1758
1765
  /** Security gates that must be satisfied before submission. Keyed by gate
1759
1766
  name. Each gate selects a kind (e.g. "captcha") and provider-specific
1760
1767
  configuration. The engine may also inject gates dynamically based on
@@ -1773,7 +1780,7 @@ type CreateFlowDefinitionBodyFlowDefinitionStepsItem = {
1773
1780
  */
1774
1781
  complete?: CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete;
1775
1782
  /** Maps action/outcome names to their transition descriptor.
1776
- Keys match action names from the `actions` dict. Additional keys
1783
+ Keys match action names from the `actions` array. Additional keys
1777
1784
  come from implicit outcomes based on schema annotations
1778
1785
  (e.g. `user_not_found` from `x-unique` fields) and engine
1779
1786
  events (e.g. `sso`, `callback`).
@@ -3556,7 +3563,7 @@ type GetFlowDefinition200FlowDefinitionAudience = {
3556
3563
  app_ids?: string[];
3557
3564
  };
3558
3565
  //#endregion
3559
- //#region src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActions.d.ts
3566
+ //#region src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActionsItem.d.ts
3560
3567
  /**
3561
3568
  * Generated by orval v8.10.0 🍺
3562
3569
  * Do not edit manually.
@@ -3565,25 +3572,23 @@ type GetFlowDefinition200FlowDefinitionAudience = {
3565
3572
  * OpenAPI spec version: 0.0.1
3566
3573
  */
3567
3574
  /**
3568
- * Actions the user can take. Keyed by action name.
3569
- The action name is what the frontend sends back in the submit request.
3570
- If omitted, the engine provides a default `submit` action.
3575
+ * Configuration for a user-invokable action on a step. The `name` is sent
3576
+ back in the submit request as `action`.
3571
3577
 
3572
3578
  */
3573
- type GetFlowDefinition200FlowDefinitionStepsItemActions = {
3574
- [key: string]: {
3575
- /** Marks this as the default/primary action. The runtime template uses
3576
- this hint to choose visual emphasis. At most one action per step
3577
- should be primary; this is not enforced here.
3578
- */
3579
- primary?: boolean;
3580
- /** Optional localization key override for the action's label. When
3581
- omitted, the engine derives a key from the step and action names.
3582
- Display text is resolved client-side from a locale dictionary, never
3583
- by the engine.
3584
- */
3585
- text_key?: string;
3586
- };
3579
+ type GetFlowDefinition200FlowDefinitionStepsItemActionsItem = {
3580
+ /** Action identifier. Sent back in the submit request as `action`. */name: string;
3581
+ /** Marks this as the default/primary action. The runtime template uses
3582
+ this hint to choose visual emphasis. At most one action per step
3583
+ should be primary; this is not enforced here.
3584
+ */
3585
+ primary?: boolean;
3586
+ /** Optional localization key override for the action's label. When
3587
+ omitted, the engine derives a key from the step and action names.
3588
+ Display text is resolved client-side from a locale dictionary, never
3589
+ by the engine.
3590
+ */
3591
+ text_key?: string;
3587
3592
  };
3588
3593
  //#endregion
3589
3594
  //#region src/generated/model/getFlowDefinition200FlowDefinitionStepsItemComplete.d.ts
@@ -3717,7 +3722,7 @@ type GetFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem = {
3717
3722
  /**
3718
3723
  * Maps action/outcome names to their transition descriptor.
3719
3724
 
3720
- Keys match action names from the `actions` dict. Additional keys
3725
+ Keys match action names from the `actions` array. Additional keys
3721
3726
  come from implicit outcomes based on schema annotations
3722
3727
  (e.g. `user_not_found` from `x-unique` fields) and engine
3723
3728
  events (e.g. `sso`, `callback`).
@@ -3767,11 +3772,11 @@ type GetFlowDefinition200FlowDefinitionStepsItem = {
3767
3772
  transition outcome).
3768
3773
  */
3769
3774
  fields?: string[];
3770
- /** Actions the user can take. Keyed by action name.
3771
- The action name is what the frontend sends back in the submit request.
3772
- If omitted, the engine provides a default `submit` action.
3775
+ /** Ordered list of actions the user can take. The action name is what the
3776
+ frontend sends back in the submit request. If omitted, the engine
3777
+ provides a default `submit` action.
3773
3778
  */
3774
- actions?: GetFlowDefinition200FlowDefinitionStepsItemActions;
3779
+ actions?: GetFlowDefinition200FlowDefinitionStepsItemActionsItem[];
3775
3780
  /** Security gates that must be satisfied before submission. Keyed by gate
3776
3781
  name. Each gate selects a kind (e.g. "captcha") and provider-specific
3777
3782
  configuration. The engine may also inject gates dynamically based on
@@ -3790,7 +3795,7 @@ type GetFlowDefinition200FlowDefinitionStepsItem = {
3790
3795
  */
3791
3796
  complete?: GetFlowDefinition200FlowDefinitionStepsItemComplete;
3792
3797
  /** Maps action/outcome names to their transition descriptor.
3793
- Keys match action names from the `actions` dict. Additional keys
3798
+ Keys match action names from the `actions` array. Additional keys
3794
3799
  come from implicit outcomes based on schema annotations
3795
3800
  (e.g. `user_not_found` from `x-unique` fields) and engine
3796
3801
  events (e.g. `sso`, `callback`).
@@ -3946,7 +3951,7 @@ type GetFlowStep200Branding = {
3946
3951
  hero_url?: string;
3947
3952
  };
3948
3953
  //#endregion
3949
- //#region src/generated/model/getFlowStep200StepActions.d.ts
3954
+ //#region src/generated/model/getFlowStep200StepActionsItem.d.ts
3950
3955
  /**
3951
3956
  * Generated by orval v8.10.0 🍺
3952
3957
  * Do not edit manually.
@@ -3955,24 +3960,23 @@ type GetFlowStep200Branding = {
3955
3960
  * OpenAPI spec version: 0.0.1
3956
3961
  */
3957
3962
  /**
3958
- * Unordered dictionary of available user actions. Keyed by action name.
3959
- The LiquidJS template controls positioning and presentation.
3963
+ * Configuration for a user-invokable action on a step. The `name` is sent
3964
+ back in the submit request as `action`.
3960
3965
 
3961
3966
  */
3962
- type GetFlowStep200StepActions = {
3963
- [key: string]: {
3964
- /** Marks this as the default/primary action. The runtime template uses
3965
- this hint to choose visual emphasis. At most one action per step
3966
- should be primary; this is not enforced here.
3967
- */
3968
- primary?: boolean;
3969
- /** Optional localization key override for the action's label. When
3970
- omitted, the engine derives a key from the step and action names.
3971
- Display text is resolved client-side from a locale dictionary, never
3972
- by the engine.
3973
- */
3974
- text_key?: string;
3975
- };
3967
+ type GetFlowStep200StepActionsItem = {
3968
+ /** Action identifier. Sent back in the submit request as `action`. */name: string;
3969
+ /** Marks this as the default/primary action. The runtime template uses
3970
+ this hint to choose visual emphasis. At most one action per step
3971
+ should be primary; this is not enforced here.
3972
+ */
3973
+ primary?: boolean;
3974
+ /** Optional localization key override for the action's label. When
3975
+ omitted, the engine derives a key from the step and action names.
3976
+ Display text is resolved client-side from a locale dictionary, never
3977
+ by the engine.
3978
+ */
3979
+ text_key?: string;
3976
3980
  };
3977
3981
  //#endregion
3978
3982
  //#region src/generated/model/getFlowStep200StepChallengeMethod.d.ts
@@ -4055,7 +4059,7 @@ declare const GetFlowStep200StepComplete: {
4055
4059
  readonly show: "show";
4056
4060
  };
4057
4061
  //#endregion
4058
- //#region src/generated/model/getFlowStep200StepFieldsType.d.ts
4062
+ //#region src/generated/model/getFlowStep200StepFieldsItemType.d.ts
4059
4063
  /**
4060
4064
  * Generated by orval v8.10.0 🍺
4061
4065
  * Do not edit manually.
@@ -4064,14 +4068,15 @@ declare const GetFlowStep200StepComplete: {
4064
4068
  * OpenAPI spec version: 0.0.1
4065
4069
  */
4066
4070
  /**
4067
- * The input kind the client should render. Encodes the formats that
4068
- have a matching HTML input type (email, url, date). For other
4069
- formats (e.g. uuid) the type is `text` and `validation.format`
4070
- carries the rule.
4071
+ * The input kind the client should render. Encodes the formats and
4072
+ JSON types that map to a familiar HTML input: `email`, `url`,
4073
+ `date` come from `format`; `checkbox` from JSON `type: boolean`;
4074
+ `select` from a closed `enum`. For other formats (e.g. uuid) the
4075
+ type is `text` and `validation.format` carries the rule.
4071
4076
 
4072
4077
  */
4073
- type GetFlowStep200StepFieldsType = (typeof GetFlowStep200StepFieldsType)[keyof typeof GetFlowStep200StepFieldsType];
4074
- declare const GetFlowStep200StepFieldsType: {
4078
+ type GetFlowStep200StepFieldsItemType = (typeof GetFlowStep200StepFieldsItemType)[keyof typeof GetFlowStep200StepFieldsItemType];
4079
+ declare const GetFlowStep200StepFieldsItemType: {
4075
4080
  readonly text: "text";
4076
4081
  readonly email: "email";
4077
4082
  readonly password: "password";
@@ -4080,9 +4085,11 @@ declare const GetFlowStep200StepFieldsType: {
4080
4085
  readonly url: "url";
4081
4086
  readonly date: "date";
4082
4087
  readonly hidden: "hidden";
4088
+ readonly checkbox: "checkbox";
4089
+ readonly select: "select";
4083
4090
  };
4084
4091
  //#endregion
4085
- //#region src/generated/model/getFlowStep200StepFieldsValidationFormat.d.ts
4092
+ //#region src/generated/model/getFlowStep200StepFieldsItemValidationFormat.d.ts
4086
4093
  /**
4087
4094
  * Generated by orval v8.10.0 🍺
4088
4095
  * Do not edit manually.
@@ -4098,15 +4105,15 @@ sufficient for client-side validation. When `type` is `text`
4098
4105
  (e.g. `format: uuid`), this key is the only signal.
4099
4106
 
4100
4107
  */
4101
- type GetFlowStep200StepFieldsValidationFormat = (typeof GetFlowStep200StepFieldsValidationFormat)[keyof typeof GetFlowStep200StepFieldsValidationFormat];
4102
- declare const GetFlowStep200StepFieldsValidationFormat: {
4108
+ type GetFlowStep200StepFieldsItemValidationFormat = (typeof GetFlowStep200StepFieldsItemValidationFormat)[keyof typeof GetFlowStep200StepFieldsItemValidationFormat];
4109
+ declare const GetFlowStep200StepFieldsItemValidationFormat: {
4103
4110
  readonly email: "email";
4104
4111
  readonly "date-time": "date-time";
4105
4112
  readonly uuid: "uuid";
4106
4113
  readonly uri: "uri";
4107
4114
  };
4108
4115
  //#endregion
4109
- //#region src/generated/model/getFlowStep200StepFieldsValidation.d.ts
4116
+ //#region src/generated/model/getFlowStep200StepFieldsItemValidation.d.ts
4110
4117
  /**
4111
4118
  * Schema-derived rules the frontend SHOULD apply at input time. The
4112
4119
  server runs the same rules on submit and is the only authority on
@@ -4118,14 +4125,14 @@ Each key mirrors a JSON Schema keyword on the underlying user
4118
4125
  property; absent keys mean no rule.
4119
4126
 
4120
4127
  */
4121
- type GetFlowStep200StepFieldsValidation = {
4128
+ type GetFlowStep200StepFieldsItemValidation = {
4122
4129
  /** Semantic format the value must match. Values mirror the user
4123
4130
  meta-schema. When `type` already encodes the format (email,
4124
4131
  url, date), this key is informative and the input type is
4125
4132
  sufficient for client-side validation. When `type` is `text`
4126
4133
  (e.g. `format: uuid`), this key is the only signal.
4127
4134
  */
4128
- format?: GetFlowStep200StepFieldsValidationFormat;
4135
+ format?: GetFlowStep200StepFieldsItemValidationFormat;
4129
4136
  /**
4130
4137
  * Minimum length in characters (inclusive). Mirrors `minLength`.
4131
4138
  * @minimum 0
@@ -4136,40 +4143,47 @@ type GetFlowStep200StepFieldsValidation = {
4136
4143
  * @minimum 0
4137
4144
  */
4138
4145
  max_length?: number;
4146
+ /** Closed list of allowed values. Mirrors the JSON Schema `enum`
4147
+ keyword on the underlying user property. When `type` is
4148
+ `select` the client renders these as options; for other types
4149
+ the rule still applies as a membership check.
4150
+ */
4151
+ enum?: string[];
4139
4152
  };
4140
4153
  //#endregion
4141
- //#region src/generated/model/getFlowStep200StepFields.d.ts
4154
+ //#region src/generated/model/getFlowStep200StepFieldsItem.d.ts
4142
4155
  /**
4143
- * Unordered dictionary of input fields to collect. Keyed by field name.
4144
- The LiquidJS template controls which fields appear and in what order.
4145
- Field metadata (type, validation) is resolved by the engine from the
4146
- flow's user schema.
4156
+ * A data input capability. Describes what the user must provide.
4157
+ Does not contain display text only a `text_key` resolved client-side.
4147
4158
 
4148
4159
  */
4149
- type GetFlowStep200StepFields = {
4150
- [key: string]: {
4151
- /** The input kind the client should render. Encodes the formats that
4152
- have a matching HTML input type (email, url, date). For other
4153
- formats (e.g. uuid) the type is `text` and `validation.format`
4154
- carries the rule.
4155
- */
4156
- type: GetFlowStep200StepFieldsType; /** Localization key for the field label. */
4157
- text_key: string;
4158
- /** The field MUST be present and non-empty on submit. Mirrors the
4159
- schema's top-level `required` array.
4160
- */
4161
- required?: boolean; /** Pre-filled value (e.g., an identifier carried over from a pivot). */
4162
- value?: unknown;
4163
- /** Schema-derived rules the frontend SHOULD apply at input time. The
4164
- server runs the same rules on submit and is the only authority on
4165
- whether the step advances these rules are a UX hint to reduce
4166
- round trips, not a contract guarantee.
4167
- Omitted entirely when the field has no rules beyond its `type`.
4168
- Each key mirrors a JSON Schema keyword on the underlying user
4169
- property; absent keys mean no rule.
4170
- */
4171
- validation?: GetFlowStep200StepFieldsValidation;
4172
- };
4160
+ type GetFlowStep200StepFieldsItem = {
4161
+ /** Field name, matching a property in the flow's user schema. Carries
4162
+ the submitted value back to the engine.
4163
+ */
4164
+ name: string;
4165
+ /** The input kind the client should render. Encodes the formats and
4166
+ JSON types that map to a familiar HTML input: `email`, `url`,
4167
+ `date` come from `format`; `checkbox` from JSON `type: boolean`;
4168
+ `select` from a closed `enum`. For other formats (e.g. uuid) the
4169
+ type is `text` and `validation.format` carries the rule.
4170
+ */
4171
+ type: GetFlowStep200StepFieldsItemType; /** Localization key for the field label. */
4172
+ text_key: string;
4173
+ /** The field MUST be present and non-empty on submit. Mirrors the
4174
+ schema's top-level `required` array.
4175
+ */
4176
+ required?: boolean; /** Pre-filled value (e.g., an identifier carried over from a pivot). */
4177
+ value?: unknown;
4178
+ /** Schema-derived rules the frontend SHOULD apply at input time. The
4179
+ server runs the same rules on submit and is the only authority on
4180
+ whether the step advances these rules are a UX hint to reduce
4181
+ round trips, not a contract guarantee.
4182
+ Omitted entirely when the field has no rules beyond its `type`.
4183
+ Each key mirrors a JSON Schema keyword on the underlying user
4184
+ property; absent keys mean no rule.
4185
+ */
4186
+ validation?: GetFlowStep200StepFieldsItemValidation;
4173
4187
  };
4174
4188
  //#endregion
4175
4189
  //#region src/generated/model/getFlowStep200StepGatesConfig.d.ts
@@ -4271,9 +4285,10 @@ type GetFlowStep200StepTexts = {
4271
4285
  //#endregion
4272
4286
  //#region src/generated/model/getFlowStep200Step.d.ts
4273
4287
  /**
4274
- * A step contains unordered capability dictionaries: what to collect (fields),
4288
+ * A step contains ordered capability arrays: what to collect (fields),
4275
4289
  what the user can do (actions), and what security gates must be satisfied (gates).
4276
- Layout and element ordering are controlled by the LiquidJS template in `branding.liquid_template`.
4290
+ The LiquidJS template in `branding.liquid_template` iterates these arrays in order
4291
+ and builds name-keyed indexes locally for lookup.
4277
4292
 
4278
4293
  */
4279
4294
  type GetFlowStep200Step = {
@@ -4289,16 +4304,16 @@ type GetFlowStep200Step = {
4289
4304
  */
4290
4305
  complete?: GetFlowStep200StepComplete; /** URL to navigate to (e.g., SSO provider redirect). */
4291
4306
  redirect_url?: string;
4292
- /** Unordered dictionary of input fields to collect. Keyed by field name.
4293
- The LiquidJS template controls which fields appear and in what order.
4294
- Field metadata (type, validation) is resolved by the engine from the
4295
- flow's user schema.
4307
+ /** Ordered list of input fields to collect. Field metadata (type, validation)
4308
+ is resolved by the engine from the flow's user schema. The LiquidJS
4309
+ template iterates this array; for keyed lookup it builds a name-indexed
4310
+ map locally.
4296
4311
  */
4297
- fields: GetFlowStep200StepFields;
4298
- /** Unordered dictionary of available user actions. Keyed by action name.
4299
- The LiquidJS template controls positioning and presentation.
4312
+ fields: GetFlowStep200StepFieldsItem[];
4313
+ /** Ordered list of available user actions. The LiquidJS template iterates
4314
+ this array and builds a name-indexed map locally for keyed lookup.
4300
4315
  */
4301
- actions: GetFlowStep200StepActions;
4316
+ actions: GetFlowStep200StepActionsItem[];
4302
4317
  /** Security gates that must be satisfied before the step can be submitted.
4303
4318
  The engine injects gates dynamically based on policy, even if they
4304
4319
  are not declared in the flow definition.
@@ -4324,9 +4339,10 @@ type GetFlowStep200 = {
4324
4339
  id: string; /** Underlying session ID. Stable across all stacked flows. */
4325
4340
  session_id: string; /** Reserved for future rotation. The sealed `_zflow` cookie carries the flow state today. */
4326
4341
  session_token?: string;
4327
- /** A step contains unordered capability dictionaries: what to collect (fields),
4342
+ /** A step contains ordered capability arrays: what to collect (fields),
4328
4343
  what the user can do (actions), and what security gates must be satisfied (gates).
4329
- Layout and element ordering are controlled by the LiquidJS template in `branding.liquid_template`.
4344
+ The LiquidJS template in `branding.liquid_template` iterates these arrays in order
4345
+ and builds name-keyed indexes locally for lookup.
4330
4346
  */
4331
4347
  step: GetFlowStep200Step;
4332
4348
  /** Resolved branding configuration. Inherited from the app → team → project
@@ -7484,7 +7500,7 @@ type SubmitFlowStep200Branding = {
7484
7500
  hero_url?: string;
7485
7501
  };
7486
7502
  //#endregion
7487
- //#region src/generated/model/submitFlowStep200StepActions.d.ts
7503
+ //#region src/generated/model/submitFlowStep200StepActionsItem.d.ts
7488
7504
  /**
7489
7505
  * Generated by orval v8.10.0 🍺
7490
7506
  * Do not edit manually.
@@ -7493,24 +7509,23 @@ type SubmitFlowStep200Branding = {
7493
7509
  * OpenAPI spec version: 0.0.1
7494
7510
  */
7495
7511
  /**
7496
- * Unordered dictionary of available user actions. Keyed by action name.
7497
- The LiquidJS template controls positioning and presentation.
7512
+ * Configuration for a user-invokable action on a step. The `name` is sent
7513
+ back in the submit request as `action`.
7498
7514
 
7499
7515
  */
7500
- type SubmitFlowStep200StepActions = {
7501
- [key: string]: {
7502
- /** Marks this as the default/primary action. The runtime template uses
7503
- this hint to choose visual emphasis. At most one action per step
7504
- should be primary; this is not enforced here.
7505
- */
7506
- primary?: boolean;
7507
- /** Optional localization key override for the action's label. When
7508
- omitted, the engine derives a key from the step and action names.
7509
- Display text is resolved client-side from a locale dictionary, never
7510
- by the engine.
7511
- */
7512
- text_key?: string;
7513
- };
7516
+ type SubmitFlowStep200StepActionsItem = {
7517
+ /** Action identifier. Sent back in the submit request as `action`. */name: string;
7518
+ /** Marks this as the default/primary action. The runtime template uses
7519
+ this hint to choose visual emphasis. At most one action per step
7520
+ should be primary; this is not enforced here.
7521
+ */
7522
+ primary?: boolean;
7523
+ /** Optional localization key override for the action's label. When
7524
+ omitted, the engine derives a key from the step and action names.
7525
+ Display text is resolved client-side from a locale dictionary, never
7526
+ by the engine.
7527
+ */
7528
+ text_key?: string;
7514
7529
  };
7515
7530
  //#endregion
7516
7531
  //#region src/generated/model/submitFlowStep200StepChallengeMethod.d.ts
@@ -7593,7 +7608,7 @@ declare const SubmitFlowStep200StepComplete: {
7593
7608
  readonly show: "show";
7594
7609
  };
7595
7610
  //#endregion
7596
- //#region src/generated/model/submitFlowStep200StepFieldsType.d.ts
7611
+ //#region src/generated/model/submitFlowStep200StepFieldsItemType.d.ts
7597
7612
  /**
7598
7613
  * Generated by orval v8.10.0 🍺
7599
7614
  * Do not edit manually.
@@ -7602,14 +7617,15 @@ declare const SubmitFlowStep200StepComplete: {
7602
7617
  * OpenAPI spec version: 0.0.1
7603
7618
  */
7604
7619
  /**
7605
- * The input kind the client should render. Encodes the formats that
7606
- have a matching HTML input type (email, url, date). For other
7607
- formats (e.g. uuid) the type is `text` and `validation.format`
7608
- carries the rule.
7620
+ * The input kind the client should render. Encodes the formats and
7621
+ JSON types that map to a familiar HTML input: `email`, `url`,
7622
+ `date` come from `format`; `checkbox` from JSON `type: boolean`;
7623
+ `select` from a closed `enum`. For other formats (e.g. uuid) the
7624
+ type is `text` and `validation.format` carries the rule.
7609
7625
 
7610
7626
  */
7611
- type SubmitFlowStep200StepFieldsType = (typeof SubmitFlowStep200StepFieldsType)[keyof typeof SubmitFlowStep200StepFieldsType];
7612
- declare const SubmitFlowStep200StepFieldsType: {
7627
+ type SubmitFlowStep200StepFieldsItemType = (typeof SubmitFlowStep200StepFieldsItemType)[keyof typeof SubmitFlowStep200StepFieldsItemType];
7628
+ declare const SubmitFlowStep200StepFieldsItemType: {
7613
7629
  readonly text: "text";
7614
7630
  readonly email: "email";
7615
7631
  readonly password: "password";
@@ -7618,9 +7634,11 @@ declare const SubmitFlowStep200StepFieldsType: {
7618
7634
  readonly url: "url";
7619
7635
  readonly date: "date";
7620
7636
  readonly hidden: "hidden";
7637
+ readonly checkbox: "checkbox";
7638
+ readonly select: "select";
7621
7639
  };
7622
7640
  //#endregion
7623
- //#region src/generated/model/submitFlowStep200StepFieldsValidationFormat.d.ts
7641
+ //#region src/generated/model/submitFlowStep200StepFieldsItemValidationFormat.d.ts
7624
7642
  /**
7625
7643
  * Generated by orval v8.10.0 🍺
7626
7644
  * Do not edit manually.
@@ -7636,15 +7654,15 @@ sufficient for client-side validation. When `type` is `text`
7636
7654
  (e.g. `format: uuid`), this key is the only signal.
7637
7655
 
7638
7656
  */
7639
- type SubmitFlowStep200StepFieldsValidationFormat = (typeof SubmitFlowStep200StepFieldsValidationFormat)[keyof typeof SubmitFlowStep200StepFieldsValidationFormat];
7640
- declare const SubmitFlowStep200StepFieldsValidationFormat: {
7657
+ type SubmitFlowStep200StepFieldsItemValidationFormat = (typeof SubmitFlowStep200StepFieldsItemValidationFormat)[keyof typeof SubmitFlowStep200StepFieldsItemValidationFormat];
7658
+ declare const SubmitFlowStep200StepFieldsItemValidationFormat: {
7641
7659
  readonly email: "email";
7642
7660
  readonly "date-time": "date-time";
7643
7661
  readonly uuid: "uuid";
7644
7662
  readonly uri: "uri";
7645
7663
  };
7646
7664
  //#endregion
7647
- //#region src/generated/model/submitFlowStep200StepFieldsValidation.d.ts
7665
+ //#region src/generated/model/submitFlowStep200StepFieldsItemValidation.d.ts
7648
7666
  /**
7649
7667
  * Schema-derived rules the frontend SHOULD apply at input time. The
7650
7668
  server runs the same rules on submit and is the only authority on
@@ -7656,14 +7674,14 @@ Each key mirrors a JSON Schema keyword on the underlying user
7656
7674
  property; absent keys mean no rule.
7657
7675
 
7658
7676
  */
7659
- type SubmitFlowStep200StepFieldsValidation = {
7677
+ type SubmitFlowStep200StepFieldsItemValidation = {
7660
7678
  /** Semantic format the value must match. Values mirror the user
7661
7679
  meta-schema. When `type` already encodes the format (email,
7662
7680
  url, date), this key is informative and the input type is
7663
7681
  sufficient for client-side validation. When `type` is `text`
7664
7682
  (e.g. `format: uuid`), this key is the only signal.
7665
7683
  */
7666
- format?: SubmitFlowStep200StepFieldsValidationFormat;
7684
+ format?: SubmitFlowStep200StepFieldsItemValidationFormat;
7667
7685
  /**
7668
7686
  * Minimum length in characters (inclusive). Mirrors `minLength`.
7669
7687
  * @minimum 0
@@ -7674,40 +7692,47 @@ type SubmitFlowStep200StepFieldsValidation = {
7674
7692
  * @minimum 0
7675
7693
  */
7676
7694
  max_length?: number;
7695
+ /** Closed list of allowed values. Mirrors the JSON Schema `enum`
7696
+ keyword on the underlying user property. When `type` is
7697
+ `select` the client renders these as options; for other types
7698
+ the rule still applies as a membership check.
7699
+ */
7700
+ enum?: string[];
7677
7701
  };
7678
7702
  //#endregion
7679
- //#region src/generated/model/submitFlowStep200StepFields.d.ts
7703
+ //#region src/generated/model/submitFlowStep200StepFieldsItem.d.ts
7680
7704
  /**
7681
- * Unordered dictionary of input fields to collect. Keyed by field name.
7682
- The LiquidJS template controls which fields appear and in what order.
7683
- Field metadata (type, validation) is resolved by the engine from the
7684
- flow's user schema.
7705
+ * A data input capability. Describes what the user must provide.
7706
+ Does not contain display text only a `text_key` resolved client-side.
7685
7707
 
7686
7708
  */
7687
- type SubmitFlowStep200StepFields = {
7688
- [key: string]: {
7689
- /** The input kind the client should render. Encodes the formats that
7690
- have a matching HTML input type (email, url, date). For other
7691
- formats (e.g. uuid) the type is `text` and `validation.format`
7692
- carries the rule.
7693
- */
7694
- type: SubmitFlowStep200StepFieldsType; /** Localization key for the field label. */
7695
- text_key: string;
7696
- /** The field MUST be present and non-empty on submit. Mirrors the
7697
- schema's top-level `required` array.
7698
- */
7699
- required?: boolean; /** Pre-filled value (e.g., an identifier carried over from a pivot). */
7700
- value?: unknown;
7701
- /** Schema-derived rules the frontend SHOULD apply at input time. The
7702
- server runs the same rules on submit and is the only authority on
7703
- whether the step advances these rules are a UX hint to reduce
7704
- round trips, not a contract guarantee.
7705
- Omitted entirely when the field has no rules beyond its `type`.
7706
- Each key mirrors a JSON Schema keyword on the underlying user
7707
- property; absent keys mean no rule.
7708
- */
7709
- validation?: SubmitFlowStep200StepFieldsValidation;
7710
- };
7709
+ type SubmitFlowStep200StepFieldsItem = {
7710
+ /** Field name, matching a property in the flow's user schema. Carries
7711
+ the submitted value back to the engine.
7712
+ */
7713
+ name: string;
7714
+ /** The input kind the client should render. Encodes the formats and
7715
+ JSON types that map to a familiar HTML input: `email`, `url`,
7716
+ `date` come from `format`; `checkbox` from JSON `type: boolean`;
7717
+ `select` from a closed `enum`. For other formats (e.g. uuid) the
7718
+ type is `text` and `validation.format` carries the rule.
7719
+ */
7720
+ type: SubmitFlowStep200StepFieldsItemType; /** Localization key for the field label. */
7721
+ text_key: string;
7722
+ /** The field MUST be present and non-empty on submit. Mirrors the
7723
+ schema's top-level `required` array.
7724
+ */
7725
+ required?: boolean; /** Pre-filled value (e.g., an identifier carried over from a pivot). */
7726
+ value?: unknown;
7727
+ /** Schema-derived rules the frontend SHOULD apply at input time. The
7728
+ server runs the same rules on submit and is the only authority on
7729
+ whether the step advances these rules are a UX hint to reduce
7730
+ round trips, not a contract guarantee.
7731
+ Omitted entirely when the field has no rules beyond its `type`.
7732
+ Each key mirrors a JSON Schema keyword on the underlying user
7733
+ property; absent keys mean no rule.
7734
+ */
7735
+ validation?: SubmitFlowStep200StepFieldsItemValidation;
7711
7736
  };
7712
7737
  //#endregion
7713
7738
  //#region src/generated/model/submitFlowStep200StepGatesConfig.d.ts
@@ -7809,9 +7834,10 @@ type SubmitFlowStep200StepTexts = {
7809
7834
  //#endregion
7810
7835
  //#region src/generated/model/submitFlowStep200Step.d.ts
7811
7836
  /**
7812
- * A step contains unordered capability dictionaries: what to collect (fields),
7837
+ * A step contains ordered capability arrays: what to collect (fields),
7813
7838
  what the user can do (actions), and what security gates must be satisfied (gates).
7814
- Layout and element ordering are controlled by the LiquidJS template in `branding.liquid_template`.
7839
+ The LiquidJS template in `branding.liquid_template` iterates these arrays in order
7840
+ and builds name-keyed indexes locally for lookup.
7815
7841
 
7816
7842
  */
7817
7843
  type SubmitFlowStep200Step = {
@@ -7827,16 +7853,16 @@ type SubmitFlowStep200Step = {
7827
7853
  */
7828
7854
  complete?: SubmitFlowStep200StepComplete; /** URL to navigate to (e.g., SSO provider redirect). */
7829
7855
  redirect_url?: string;
7830
- /** Unordered dictionary of input fields to collect. Keyed by field name.
7831
- The LiquidJS template controls which fields appear and in what order.
7832
- Field metadata (type, validation) is resolved by the engine from the
7833
- flow's user schema.
7856
+ /** Ordered list of input fields to collect. Field metadata (type, validation)
7857
+ is resolved by the engine from the flow's user schema. The LiquidJS
7858
+ template iterates this array; for keyed lookup it builds a name-indexed
7859
+ map locally.
7834
7860
  */
7835
- fields: SubmitFlowStep200StepFields;
7836
- /** Unordered dictionary of available user actions. Keyed by action name.
7837
- The LiquidJS template controls positioning and presentation.
7861
+ fields: SubmitFlowStep200StepFieldsItem[];
7862
+ /** Ordered list of available user actions. The LiquidJS template iterates
7863
+ this array and builds a name-indexed map locally for keyed lookup.
7838
7864
  */
7839
- actions: SubmitFlowStep200StepActions;
7865
+ actions: SubmitFlowStep200StepActionsItem[];
7840
7866
  /** Security gates that must be satisfied before the step can be submitted.
7841
7867
  The engine injects gates dynamically based on policy, even if they
7842
7868
  are not declared in the flow definition.
@@ -7862,9 +7888,10 @@ type SubmitFlowStep200 = {
7862
7888
  id: string; /** Underlying session ID. Stable across all stacked flows. */
7863
7889
  session_id: string; /** Reserved for future rotation. The sealed `_zflow` cookie carries the flow state today. */
7864
7890
  session_token?: string;
7865
- /** A step contains unordered capability dictionaries: what to collect (fields),
7891
+ /** A step contains ordered capability arrays: what to collect (fields),
7866
7892
  what the user can do (actions), and what security gates must be satisfied (gates).
7867
- Layout and element ordering are controlled by the LiquidJS template in `branding.liquid_template`.
7893
+ The LiquidJS template in `branding.liquid_template` iterates these arrays in order
7894
+ and builds name-keyed indexes locally for lookup.
7868
7895
  */
7869
7896
  step: SubmitFlowStep200Step;
7870
7897
  /** Resolved branding configuration. Inherited from the app → team → project
@@ -7927,7 +7954,7 @@ type SubmitFlowStep400Branding = {
7927
7954
  hero_url?: string;
7928
7955
  };
7929
7956
  //#endregion
7930
- //#region src/generated/model/submitFlowStep400StepActions.d.ts
7957
+ //#region src/generated/model/submitFlowStep400StepActionsItem.d.ts
7931
7958
  /**
7932
7959
  * Generated by orval v8.10.0 🍺
7933
7960
  * Do not edit manually.
@@ -7936,24 +7963,23 @@ type SubmitFlowStep400Branding = {
7936
7963
  * OpenAPI spec version: 0.0.1
7937
7964
  */
7938
7965
  /**
7939
- * Unordered dictionary of available user actions. Keyed by action name.
7940
- The LiquidJS template controls positioning and presentation.
7966
+ * Configuration for a user-invokable action on a step. The `name` is sent
7967
+ back in the submit request as `action`.
7941
7968
 
7942
7969
  */
7943
- type SubmitFlowStep400StepActions = {
7944
- [key: string]: {
7945
- /** Marks this as the default/primary action. The runtime template uses
7946
- this hint to choose visual emphasis. At most one action per step
7947
- should be primary; this is not enforced here.
7948
- */
7949
- primary?: boolean;
7950
- /** Optional localization key override for the action's label. When
7951
- omitted, the engine derives a key from the step and action names.
7952
- Display text is resolved client-side from a locale dictionary, never
7953
- by the engine.
7954
- */
7955
- text_key?: string;
7956
- };
7970
+ type SubmitFlowStep400StepActionsItem = {
7971
+ /** Action identifier. Sent back in the submit request as `action`. */name: string;
7972
+ /** Marks this as the default/primary action. The runtime template uses
7973
+ this hint to choose visual emphasis. At most one action per step
7974
+ should be primary; this is not enforced here.
7975
+ */
7976
+ primary?: boolean;
7977
+ /** Optional localization key override for the action's label. When
7978
+ omitted, the engine derives a key from the step and action names.
7979
+ Display text is resolved client-side from a locale dictionary, never
7980
+ by the engine.
7981
+ */
7982
+ text_key?: string;
7957
7983
  };
7958
7984
  //#endregion
7959
7985
  //#region src/generated/model/submitFlowStep400StepChallengeMethod.d.ts
@@ -8036,7 +8062,7 @@ declare const SubmitFlowStep400StepComplete: {
8036
8062
  readonly show: "show";
8037
8063
  };
8038
8064
  //#endregion
8039
- //#region src/generated/model/submitFlowStep400StepFieldsType.d.ts
8065
+ //#region src/generated/model/submitFlowStep400StepFieldsItemType.d.ts
8040
8066
  /**
8041
8067
  * Generated by orval v8.10.0 🍺
8042
8068
  * Do not edit manually.
@@ -8045,14 +8071,15 @@ declare const SubmitFlowStep400StepComplete: {
8045
8071
  * OpenAPI spec version: 0.0.1
8046
8072
  */
8047
8073
  /**
8048
- * The input kind the client should render. Encodes the formats that
8049
- have a matching HTML input type (email, url, date). For other
8050
- formats (e.g. uuid) the type is `text` and `validation.format`
8051
- carries the rule.
8074
+ * The input kind the client should render. Encodes the formats and
8075
+ JSON types that map to a familiar HTML input: `email`, `url`,
8076
+ `date` come from `format`; `checkbox` from JSON `type: boolean`;
8077
+ `select` from a closed `enum`. For other formats (e.g. uuid) the
8078
+ type is `text` and `validation.format` carries the rule.
8052
8079
 
8053
8080
  */
8054
- type SubmitFlowStep400StepFieldsType = (typeof SubmitFlowStep400StepFieldsType)[keyof typeof SubmitFlowStep400StepFieldsType];
8055
- declare const SubmitFlowStep400StepFieldsType: {
8081
+ type SubmitFlowStep400StepFieldsItemType = (typeof SubmitFlowStep400StepFieldsItemType)[keyof typeof SubmitFlowStep400StepFieldsItemType];
8082
+ declare const SubmitFlowStep400StepFieldsItemType: {
8056
8083
  readonly text: "text";
8057
8084
  readonly email: "email";
8058
8085
  readonly password: "password";
@@ -8061,9 +8088,11 @@ declare const SubmitFlowStep400StepFieldsType: {
8061
8088
  readonly url: "url";
8062
8089
  readonly date: "date";
8063
8090
  readonly hidden: "hidden";
8091
+ readonly checkbox: "checkbox";
8092
+ readonly select: "select";
8064
8093
  };
8065
8094
  //#endregion
8066
- //#region src/generated/model/submitFlowStep400StepFieldsValidationFormat.d.ts
8095
+ //#region src/generated/model/submitFlowStep400StepFieldsItemValidationFormat.d.ts
8067
8096
  /**
8068
8097
  * Generated by orval v8.10.0 🍺
8069
8098
  * Do not edit manually.
@@ -8079,15 +8108,15 @@ sufficient for client-side validation. When `type` is `text`
8079
8108
  (e.g. `format: uuid`), this key is the only signal.
8080
8109
 
8081
8110
  */
8082
- type SubmitFlowStep400StepFieldsValidationFormat = (typeof SubmitFlowStep400StepFieldsValidationFormat)[keyof typeof SubmitFlowStep400StepFieldsValidationFormat];
8083
- declare const SubmitFlowStep400StepFieldsValidationFormat: {
8111
+ type SubmitFlowStep400StepFieldsItemValidationFormat = (typeof SubmitFlowStep400StepFieldsItemValidationFormat)[keyof typeof SubmitFlowStep400StepFieldsItemValidationFormat];
8112
+ declare const SubmitFlowStep400StepFieldsItemValidationFormat: {
8084
8113
  readonly email: "email";
8085
8114
  readonly "date-time": "date-time";
8086
8115
  readonly uuid: "uuid";
8087
8116
  readonly uri: "uri";
8088
8117
  };
8089
8118
  //#endregion
8090
- //#region src/generated/model/submitFlowStep400StepFieldsValidation.d.ts
8119
+ //#region src/generated/model/submitFlowStep400StepFieldsItemValidation.d.ts
8091
8120
  /**
8092
8121
  * Schema-derived rules the frontend SHOULD apply at input time. The
8093
8122
  server runs the same rules on submit and is the only authority on
@@ -8099,14 +8128,14 @@ Each key mirrors a JSON Schema keyword on the underlying user
8099
8128
  property; absent keys mean no rule.
8100
8129
 
8101
8130
  */
8102
- type SubmitFlowStep400StepFieldsValidation = {
8131
+ type SubmitFlowStep400StepFieldsItemValidation = {
8103
8132
  /** Semantic format the value must match. Values mirror the user
8104
8133
  meta-schema. When `type` already encodes the format (email,
8105
8134
  url, date), this key is informative and the input type is
8106
8135
  sufficient for client-side validation. When `type` is `text`
8107
8136
  (e.g. `format: uuid`), this key is the only signal.
8108
8137
  */
8109
- format?: SubmitFlowStep400StepFieldsValidationFormat;
8138
+ format?: SubmitFlowStep400StepFieldsItemValidationFormat;
8110
8139
  /**
8111
8140
  * Minimum length in characters (inclusive). Mirrors `minLength`.
8112
8141
  * @minimum 0
@@ -8117,40 +8146,47 @@ type SubmitFlowStep400StepFieldsValidation = {
8117
8146
  * @minimum 0
8118
8147
  */
8119
8148
  max_length?: number;
8149
+ /** Closed list of allowed values. Mirrors the JSON Schema `enum`
8150
+ keyword on the underlying user property. When `type` is
8151
+ `select` the client renders these as options; for other types
8152
+ the rule still applies as a membership check.
8153
+ */
8154
+ enum?: string[];
8120
8155
  };
8121
8156
  //#endregion
8122
- //#region src/generated/model/submitFlowStep400StepFields.d.ts
8157
+ //#region src/generated/model/submitFlowStep400StepFieldsItem.d.ts
8123
8158
  /**
8124
- * Unordered dictionary of input fields to collect. Keyed by field name.
8125
- The LiquidJS template controls which fields appear and in what order.
8126
- Field metadata (type, validation) is resolved by the engine from the
8127
- flow's user schema.
8159
+ * A data input capability. Describes what the user must provide.
8160
+ Does not contain display text only a `text_key` resolved client-side.
8128
8161
 
8129
8162
  */
8130
- type SubmitFlowStep400StepFields = {
8131
- [key: string]: {
8132
- /** The input kind the client should render. Encodes the formats that
8133
- have a matching HTML input type (email, url, date). For other
8134
- formats (e.g. uuid) the type is `text` and `validation.format`
8135
- carries the rule.
8136
- */
8137
- type: SubmitFlowStep400StepFieldsType; /** Localization key for the field label. */
8138
- text_key: string;
8139
- /** The field MUST be present and non-empty on submit. Mirrors the
8140
- schema's top-level `required` array.
8141
- */
8142
- required?: boolean; /** Pre-filled value (e.g., an identifier carried over from a pivot). */
8143
- value?: unknown;
8144
- /** Schema-derived rules the frontend SHOULD apply at input time. The
8145
- server runs the same rules on submit and is the only authority on
8146
- whether the step advances these rules are a UX hint to reduce
8147
- round trips, not a contract guarantee.
8148
- Omitted entirely when the field has no rules beyond its `type`.
8149
- Each key mirrors a JSON Schema keyword on the underlying user
8150
- property; absent keys mean no rule.
8151
- */
8152
- validation?: SubmitFlowStep400StepFieldsValidation;
8153
- };
8163
+ type SubmitFlowStep400StepFieldsItem = {
8164
+ /** Field name, matching a property in the flow's user schema. Carries
8165
+ the submitted value back to the engine.
8166
+ */
8167
+ name: string;
8168
+ /** The input kind the client should render. Encodes the formats and
8169
+ JSON types that map to a familiar HTML input: `email`, `url`,
8170
+ `date` come from `format`; `checkbox` from JSON `type: boolean`;
8171
+ `select` from a closed `enum`. For other formats (e.g. uuid) the
8172
+ type is `text` and `validation.format` carries the rule.
8173
+ */
8174
+ type: SubmitFlowStep400StepFieldsItemType; /** Localization key for the field label. */
8175
+ text_key: string;
8176
+ /** The field MUST be present and non-empty on submit. Mirrors the
8177
+ schema's top-level `required` array.
8178
+ */
8179
+ required?: boolean; /** Pre-filled value (e.g., an identifier carried over from a pivot). */
8180
+ value?: unknown;
8181
+ /** Schema-derived rules the frontend SHOULD apply at input time. The
8182
+ server runs the same rules on submit and is the only authority on
8183
+ whether the step advances these rules are a UX hint to reduce
8184
+ round trips, not a contract guarantee.
8185
+ Omitted entirely when the field has no rules beyond its `type`.
8186
+ Each key mirrors a JSON Schema keyword on the underlying user
8187
+ property; absent keys mean no rule.
8188
+ */
8189
+ validation?: SubmitFlowStep400StepFieldsItemValidation;
8154
8190
  };
8155
8191
  //#endregion
8156
8192
  //#region src/generated/model/submitFlowStep400StepGatesConfig.d.ts
@@ -8252,9 +8288,10 @@ type SubmitFlowStep400StepTexts = {
8252
8288
  //#endregion
8253
8289
  //#region src/generated/model/submitFlowStep400Step.d.ts
8254
8290
  /**
8255
- * A step contains unordered capability dictionaries: what to collect (fields),
8291
+ * A step contains ordered capability arrays: what to collect (fields),
8256
8292
  what the user can do (actions), and what security gates must be satisfied (gates).
8257
- Layout and element ordering are controlled by the LiquidJS template in `branding.liquid_template`.
8293
+ The LiquidJS template in `branding.liquid_template` iterates these arrays in order
8294
+ and builds name-keyed indexes locally for lookup.
8258
8295
 
8259
8296
  */
8260
8297
  type SubmitFlowStep400Step = {
@@ -8270,16 +8307,16 @@ type SubmitFlowStep400Step = {
8270
8307
  */
8271
8308
  complete?: SubmitFlowStep400StepComplete; /** URL to navigate to (e.g., SSO provider redirect). */
8272
8309
  redirect_url?: string;
8273
- /** Unordered dictionary of input fields to collect. Keyed by field name.
8274
- The LiquidJS template controls which fields appear and in what order.
8275
- Field metadata (type, validation) is resolved by the engine from the
8276
- flow's user schema.
8310
+ /** Ordered list of input fields to collect. Field metadata (type, validation)
8311
+ is resolved by the engine from the flow's user schema. The LiquidJS
8312
+ template iterates this array; for keyed lookup it builds a name-indexed
8313
+ map locally.
8277
8314
  */
8278
- fields: SubmitFlowStep400StepFields;
8279
- /** Unordered dictionary of available user actions. Keyed by action name.
8280
- The LiquidJS template controls positioning and presentation.
8315
+ fields: SubmitFlowStep400StepFieldsItem[];
8316
+ /** Ordered list of available user actions. The LiquidJS template iterates
8317
+ this array and builds a name-indexed map locally for keyed lookup.
8281
8318
  */
8282
- actions: SubmitFlowStep400StepActions;
8319
+ actions: SubmitFlowStep400StepActionsItem[];
8283
8320
  /** Security gates that must be satisfied before the step can be submitted.
8284
8321
  The engine injects gates dynamically based on policy, even if they
8285
8322
  are not declared in the flow definition.
@@ -8305,9 +8342,10 @@ type SubmitFlowStep400 = {
8305
8342
  id: string; /** Underlying session ID. Stable across all stacked flows. */
8306
8343
  session_id: string; /** Reserved for future rotation. The sealed `_zflow` cookie carries the flow state today. */
8307
8344
  session_token?: string;
8308
- /** A step contains unordered capability dictionaries: what to collect (fields),
8345
+ /** A step contains ordered capability arrays: what to collect (fields),
8309
8346
  what the user can do (actions), and what security gates must be satisfied (gates).
8310
- Layout and element ordering are controlled by the LiquidJS template in `branding.liquid_template`.
8347
+ The LiquidJS template in `branding.liquid_template` iterates these arrays in order
8348
+ and builds name-keyed indexes locally for lookup.
8311
8349
  */
8312
8350
  step: SubmitFlowStep400Step;
8313
8351
  /** Resolved branding configuration. Inherited from the app → team → project
@@ -8492,7 +8530,7 @@ type UpdateFlowDefinition200FlowDefinitionAudience = {
8492
8530
  app_ids?: string[];
8493
8531
  };
8494
8532
  //#endregion
8495
- //#region src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActions.d.ts
8533
+ //#region src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActionsItem.d.ts
8496
8534
  /**
8497
8535
  * Generated by orval v8.10.0 🍺
8498
8536
  * Do not edit manually.
@@ -8501,25 +8539,23 @@ type UpdateFlowDefinition200FlowDefinitionAudience = {
8501
8539
  * OpenAPI spec version: 0.0.1
8502
8540
  */
8503
8541
  /**
8504
- * Actions the user can take. Keyed by action name.
8505
- The action name is what the frontend sends back in the submit request.
8506
- If omitted, the engine provides a default `submit` action.
8542
+ * Configuration for a user-invokable action on a step. The `name` is sent
8543
+ back in the submit request as `action`.
8507
8544
 
8508
8545
  */
8509
- type UpdateFlowDefinition200FlowDefinitionStepsItemActions = {
8510
- [key: string]: {
8511
- /** Marks this as the default/primary action. The runtime template uses
8512
- this hint to choose visual emphasis. At most one action per step
8513
- should be primary; this is not enforced here.
8514
- */
8515
- primary?: boolean;
8516
- /** Optional localization key override for the action's label. When
8517
- omitted, the engine derives a key from the step and action names.
8518
- Display text is resolved client-side from a locale dictionary, never
8519
- by the engine.
8520
- */
8521
- text_key?: string;
8522
- };
8546
+ type UpdateFlowDefinition200FlowDefinitionStepsItemActionsItem = {
8547
+ /** Action identifier. Sent back in the submit request as `action`. */name: string;
8548
+ /** Marks this as the default/primary action. The runtime template uses
8549
+ this hint to choose visual emphasis. At most one action per step
8550
+ should be primary; this is not enforced here.
8551
+ */
8552
+ primary?: boolean;
8553
+ /** Optional localization key override for the action's label. When
8554
+ omitted, the engine derives a key from the step and action names.
8555
+ Display text is resolved client-side from a locale dictionary, never
8556
+ by the engine.
8557
+ */
8558
+ text_key?: string;
8523
8559
  };
8524
8560
  //#endregion
8525
8561
  //#region src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemComplete.d.ts
@@ -8653,7 +8689,7 @@ type UpdateFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem = {
8653
8689
  /**
8654
8690
  * Maps action/outcome names to their transition descriptor.
8655
8691
 
8656
- Keys match action names from the `actions` dict. Additional keys
8692
+ Keys match action names from the `actions` array. Additional keys
8657
8693
  come from implicit outcomes based on schema annotations
8658
8694
  (e.g. `user_not_found` from `x-unique` fields) and engine
8659
8695
  events (e.g. `sso`, `callback`).
@@ -8703,11 +8739,11 @@ type UpdateFlowDefinition200FlowDefinitionStepsItem = {
8703
8739
  transition outcome).
8704
8740
  */
8705
8741
  fields?: string[];
8706
- /** Actions the user can take. Keyed by action name.
8707
- The action name is what the frontend sends back in the submit request.
8708
- If omitted, the engine provides a default `submit` action.
8742
+ /** Ordered list of actions the user can take. The action name is what the
8743
+ frontend sends back in the submit request. If omitted, the engine
8744
+ provides a default `submit` action.
8709
8745
  */
8710
- actions?: UpdateFlowDefinition200FlowDefinitionStepsItemActions;
8746
+ actions?: UpdateFlowDefinition200FlowDefinitionStepsItemActionsItem[];
8711
8747
  /** Security gates that must be satisfied before submission. Keyed by gate
8712
8748
  name. Each gate selects a kind (e.g. "captcha") and provider-specific
8713
8749
  configuration. The engine may also inject gates dynamically based on
@@ -8726,7 +8762,7 @@ type UpdateFlowDefinition200FlowDefinitionStepsItem = {
8726
8762
  */
8727
8763
  complete?: UpdateFlowDefinition200FlowDefinitionStepsItemComplete;
8728
8764
  /** Maps action/outcome names to their transition descriptor.
8729
- Keys match action names from the `actions` dict. Additional keys
8765
+ Keys match action names from the `actions` array. Additional keys
8730
8766
  come from implicit outcomes based on schema annotations
8731
8767
  (e.g. `user_not_found` from `x-unique` fields) and engine
8732
8768
  events (e.g. `sso`, `callback`).
@@ -8868,7 +8904,7 @@ type UpdateFlowDefinitionBodyAudience = {
8868
8904
  app_ids?: string[];
8869
8905
  };
8870
8906
  //#endregion
8871
- //#region src/generated/model/updateFlowDefinitionBodyStepsItemActions.d.ts
8907
+ //#region src/generated/model/updateFlowDefinitionBodyStepsItemActionsItem.d.ts
8872
8908
  /**
8873
8909
  * Generated by orval v8.10.0 🍺
8874
8910
  * Do not edit manually.
@@ -8877,25 +8913,23 @@ type UpdateFlowDefinitionBodyAudience = {
8877
8913
  * OpenAPI spec version: 0.0.1
8878
8914
  */
8879
8915
  /**
8880
- * Actions the user can take. Keyed by action name.
8881
- The action name is what the frontend sends back in the submit request.
8882
- If omitted, the engine provides a default `submit` action.
8916
+ * Configuration for a user-invokable action on a step. The `name` is sent
8917
+ back in the submit request as `action`.
8883
8918
 
8884
8919
  */
8885
- type UpdateFlowDefinitionBodyStepsItemActions = {
8886
- [key: string]: {
8887
- /** Marks this as the default/primary action. The runtime template uses
8888
- this hint to choose visual emphasis. At most one action per step
8889
- should be primary; this is not enforced here.
8890
- */
8891
- primary?: boolean;
8892
- /** Optional localization key override for the action's label. When
8893
- omitted, the engine derives a key from the step and action names.
8894
- Display text is resolved client-side from a locale dictionary, never
8895
- by the engine.
8896
- */
8897
- text_key?: string;
8898
- };
8920
+ type UpdateFlowDefinitionBodyStepsItemActionsItem = {
8921
+ /** Action identifier. Sent back in the submit request as `action`. */name: string;
8922
+ /** Marks this as the default/primary action. The runtime template uses
8923
+ this hint to choose visual emphasis. At most one action per step
8924
+ should be primary; this is not enforced here.
8925
+ */
8926
+ primary?: boolean;
8927
+ /** Optional localization key override for the action's label. When
8928
+ omitted, the engine derives a key from the step and action names.
8929
+ Display text is resolved client-side from a locale dictionary, never
8930
+ by the engine.
8931
+ */
8932
+ text_key?: string;
8899
8933
  };
8900
8934
  //#endregion
8901
8935
  //#region src/generated/model/updateFlowDefinitionBodyStepsItemComplete.d.ts
@@ -9029,7 +9063,7 @@ type UpdateFlowDefinitionBodyStepsItemSsoProvidersItem = {
9029
9063
  /**
9030
9064
  * Maps action/outcome names to their transition descriptor.
9031
9065
 
9032
- Keys match action names from the `actions` dict. Additional keys
9066
+ Keys match action names from the `actions` array. Additional keys
9033
9067
  come from implicit outcomes based on schema annotations
9034
9068
  (e.g. `user_not_found` from `x-unique` fields) and engine
9035
9069
  events (e.g. `sso`, `callback`).
@@ -9079,11 +9113,11 @@ type UpdateFlowDefinitionBodyStepsItem = {
9079
9113
  transition outcome).
9080
9114
  */
9081
9115
  fields?: string[];
9082
- /** Actions the user can take. Keyed by action name.
9083
- The action name is what the frontend sends back in the submit request.
9084
- If omitted, the engine provides a default `submit` action.
9116
+ /** Ordered list of actions the user can take. The action name is what the
9117
+ frontend sends back in the submit request. If omitted, the engine
9118
+ provides a default `submit` action.
9085
9119
  */
9086
- actions?: UpdateFlowDefinitionBodyStepsItemActions;
9120
+ actions?: UpdateFlowDefinitionBodyStepsItemActionsItem[];
9087
9121
  /** Security gates that must be satisfied before submission. Keyed by gate
9088
9122
  name. Each gate selects a kind (e.g. "captcha") and provider-specific
9089
9123
  configuration. The engine may also inject gates dynamically based on
@@ -9102,7 +9136,7 @@ type UpdateFlowDefinitionBodyStepsItem = {
9102
9136
  */
9103
9137
  complete?: UpdateFlowDefinitionBodyStepsItemComplete;
9104
9138
  /** Maps action/outcome names to their transition descriptor.
9105
- Keys match action names from the `actions` dict. Additional keys
9139
+ Keys match action names from the `actions` array. Additional keys
9106
9140
  come from implicit outcomes based on schema annotations
9107
9141
  (e.g. `user_not_found` from `x-unique` fields) and engine
9108
9142
  events (e.g. `sso`, `callback`).
@@ -9540,5 +9574,5 @@ type VerifyChallengeProofDefault = ({
9540
9574
  code: "internal";
9541
9575
  });
9542
9576
  //#endregion
9543
- export { SubmitFlowStep400Step as $, GetAuthAttempt200RequiredFactorsItem as $a, AuthorizeDevice400 as $c, GetLive4xx as $i, ListFlowDefinitions200 as $n, CreateTeam400Details as $o, GetSession200State as $r, CreateFlowDefinition201FlowDefinitionStepsItemTransitions as $s, RevokeTokenDefault as $t, UpdateFlowDefinition400Details as A, GetFlowStep200StepChallengeOptions as Aa, CreateFlow201StepActions as Ac, GetOpenIDConfiguration4xx as Ai, ListSessionsState as An, DeleteFlowDefinitionParams as Ao, GetTokenDefaultDetails as Ar, CreateHandoffDefault as As, SubmitFlowStep200StepChallengeMethod as At, UpdateFlowDefinition200FlowDefinitionStepsItemComplete as B, GetFlowDefinition200FlowDefinitionStepsItem as Ba, CreateAuthAttempt201CompletedFactorsItemMethod as Bc, GetMySession404 as Bi, ListSessions200SessionsItem as Bn, CreateUser403Details as Bo, GetTeam404Details as Br, CreateFlowDefinitionBodyFlowDefinitionStepsItemGates as Bs, SubmitFlowEvent404Details as Bt, UpdateFlowDefinitionBodyStepsItemGatesConfig as C, GetFlowStep200StepGatesConfig as Ca, CreateFlow201StepFieldsValidation as Cc, GetOpenIDConfigurationDefault as Ci, ListUsersDefaultDetails as Cn, ExchangeHandoff200SessionFactorsItemPayload as Co, GetUserByIDDefaultDetails as Cr, CreateSchema201 as Cs, SubmitFlowStep200StepFields as Ct, UpdateFlowDefinition404 as D, GetFlowStep200StepFieldsType as Da, CreateFlow201StepChallenge as Dc, GetOpenIDConfiguration200SubjectTypesSupportedItem as Di, ListUsers400Details as Dn, EndSessionDefaultDetails as Do, GetUserByID401Details as Dr, CreateProject429 as Ds, SubmitFlowStep200StepComplete as Dt, UpdateFlowDefinitionBodyAudience as E, GetFlowStep200StepFieldsValidationFormat as Ea, CreateFlow201StepComplete as Ec, GetOpenIDConfiguration200TokenEndpointAuthMethodsSupportedItem as Ei, ListUsers400 as En, EndSessionDefault as Eo, GetUserByID401 as Er, CreateProjectBody as Es, SubmitFlowStep200StepFieldsType as Et, UpdateFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as F, GetFlowDefinitionParams as Fa, CreateAuthAttempt201 as Fc, GetMyUser401 as Fi, ListSessions401 as Fn, CreateUserDefaultDetails as Fo, GetToken4xxDetails as Fr, CreateFlowDefinitionBodyFlowDefinition as Fs, SubmitFlowEventDefaultDetails as Ft, SubmitFlowStepBody as G, GetFlowDefinition200FlowDefinitionStepsItemGatesKind as Ga, AuthorizeGetParams as Gc, GetMySession200UserAgent as Gi, ListSessions200SessionsItemFactorsItemPayload as Gn, CreateUser201 as Go, GetSessionDefault as Gr, CreateFlowDefinitionBodyFlowDefinitionAudience as Gs, SetUserPasswordDefaultDetails as Gt, UpdateFlowDefinition200FlowDefinitionAudience as H, GetFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as Ha, CreateAuthAttempt201ChallengesItemState as Hc, GetMySession401 as Hi, ListSessions200SessionsItemState as Hn, CreateUser401Details as Ho, GetTeam401Details as Hr, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig as Hs, SubmitFlowEvent400Details as Ht, UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess as I, GetFlowDefinitionDefault as Ia, CreateAuthAttempt201State as Ic, GetMyUser401Details as Ii, ListSessions401Details as In, CreateUserBody as Io, GetTeamParams as Ir, CreateFlowDefinitionBodyFlowDefinitionStepsItem as Is, SubmitFlowEventBody as It, SubmitFlowStepBodyChallengeResponse as J, GetFlowDefinition200FlowDefinitionStepsItemActions as Ja, AuthorizeGet400 as Jc, GetMySession200FactorsItem as Ji, ListFlowDefinitionsPurpose as Jn, CreateTeamDefaultDetails as Jo, GetSession404Details as Jr, CreateFlowDefinition400 as Js, SetUserPassword500Details as Jt, SubmitFlowStepBodyGateProofs as K, GetFlowDefinition200FlowDefinitionStepsItemGatesConfig as Ka, AuthorizeGetDefault as Kc, GetMySession200State as Ki, ListSessions200SessionsItemFactorsItemMethod as Kn, CreateTeamParams as Ko, GetSessionDefaultDetails as Kr, CreateFlowDefinition409 as Ks, SetUserPasswordBody as Kt, UpdateFlowDefinition200FlowDefinitionStepsItemGates as L, GetFlowDefinitionDefaultDetails as La, CreateAuthAttempt201RequiredFactorsItem as Lc, GetMyUser200 as Li, ListSessions400 as Ln, CreateUser409 as Lo, GetTeamDefault as Lr, CreateFlowDefinitionBodyFlowDefinitionStepsItemTransitions as Ls, SubmitFlowEventBodyType as Lt, UpdateFlowDefinition200FlowDefinition as M, GetFlowStep200StepActions as Ma, CreateFlow201BrandingLayout as Mc, GetMyUserDefault as Mi, ListSessionsDefaultDetails as Mn, DeleteFlowDefinitionDefaultDetails as Mo, GetTokenBodyGrantType as Mr, CreateFlowDefinitionDefault as Ms, SubmitFlowStep200Branding as Mt, UpdateFlowDefinition200FlowDefinitionStepsItem as N, GetFlowStep200Branding as Na, CreateAuthAttemptDefault as Nc, GetMyUserDefaultDetails as Ni, ListSessions403 as Nn, CreateUserParams as No, GetToken200 as Nr, CreateFlowDefinitionDefaultDetails as Ns, SubmitFlowStep200BrandingLayout as Nt, UpdateFlowDefinition404Details as O, GetFlowStep200StepComplete as Oa, CreateFlow201StepChallengeOptions as Oc, GetOpenIDConfiguration200DisplayValuesSupportedItem as Oi, ListUsers200Item as On, EndSession400 as Oo, GetUserByID200 as Or, CreateProject429Details as Os, SubmitFlowStep200StepChallenge as Ot, UpdateFlowDefinition200FlowDefinitionStepsItemTransitions as P, GetFlowStep200BrandingLayout as Pa, CreateAuthAttemptBody as Pc, GetMyUser404 as Pi, ListSessions403Details as Pn, CreateUserDefault as Po, GetToken4xx as Pr, CreateFlowDefinitionBody as Ps, SubmitFlowEventDefault as Pt, SubmitFlowStep400 as Q, GetAuthAttempt200State as Qa, AuthorizeDeviceDefaultDetails as Qc, GetLiveDefaultDetails as Qi, ListFlowDefinitions400Details as Qn, CreateTeam400 as Qo, GetSession200UserAgent as Qr, CreateFlowDefinition201FlowDefinitionStepsItem as Qs, SetUserPassword400Details as Qt, UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind as R, GetFlowDefinition200 as Ra, CreateAuthAttempt201CompletedFactorsItem as Rc, GetMySessionDefault as Ri, ListSessions400Details as Rn, CreateUser409Details as Ro, GetTeamDefaultDetails as Rr, CreateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem as Rs, SubmitFlowEventBodyPayload as Rt, UpdateFlowDefinitionBodyStepsItemGatesKind as S, GetFlowStep200StepGatesKind as Sa, CreateFlow201StepFields as Sc, GetProject200 as Si, ListUsersDefault as Sn, ExchangeHandoff200SessionFactorsItem as So, GetUserByIDDefault as Sr, CreateSchema400Details as Ss, SubmitFlowStep200StepGatesConfig as St, UpdateFlowDefinitionBodyStepsItemActions as T, GetFlowStep200StepFieldsValidation as Ta, CreateFlow201StepFieldsType as Tc, GetOpenIDConfiguration200 as Ti, ListUsers500Details as Tn, EndSessionParams as To, GetUserByID404Details as Tr, CreateProjectDefaultDetails as Ts, SubmitFlowStep200StepFieldsValidationFormat as Tt, SubmitFlowStepDefault as U, GetFlowDefinition200FlowDefinitionStepsItemOnSuccess as Ua, CreateAuthAttempt201ChallengesItemPayload as Uc, GetMySession401Details as Ui, ListSessions200SessionsItemMetadata as Un, CreateUser400 as Uo, GetTeam200 as Ur, CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete as Us, SetUserPasswordParams as Ut, UpdateFlowDefinition200FlowDefinitionStepsItemActions as V, GetFlowDefinition200FlowDefinitionStepsItemTransitions as Va, CreateAuthAttempt201ChallengesItem as Vc, GetMySession404Details as Vi, ListSessions200SessionsItemUserAgent as Vn, CreateUser401 as Vo, GetTeam401 as Vr, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind as Vs, SubmitFlowEvent400 as Vt, SubmitFlowStepDefaultDetails as W, GetFlowDefinition200FlowDefinitionStepsItemGates as Wa, CreateAuthAttempt201ChallengesItemMethod as Wc, GetMySession200 as Wi, ListSessions200SessionsItemFactorsItem as Wn, CreateUser400Details as Wo, GetSessionParams as Wr, CreateFlowDefinitionBodyFlowDefinitionStepsItemActions as Ws, SetUserPasswordDefault as Wt, SubmitFlowStep409 as X, GetAuthAttemptDefault as Xa, AuthorizeDeviceParams as Xc, GetMySession200FactorsItemMethod as Xi, ListFlowDefinitionsDefaultDetails as Xn, CreateTeam429 as Xo, GetSession401Details as Xr, CreateFlowDefinition201 as Xs, SetUserPassword404Details as Xt, SubmitFlowStepBodyChallengeResponseProof as Y, GetFlowDefinition200FlowDefinitionAudience as Ya, AuthorizeGet400Details as Yc, GetMySession200FactorsItemPayload as Yi, ListFlowDefinitionsDefault as Yn, CreateTeamBody as Yo, GetSession401 as Yr, CreateFlowDefinition400Details as Ys, SetUserPassword404 as Yt, SubmitFlowStep409Details as Z, GetAuthAttempt200 as Za, AuthorizeDeviceDefault as Zc, GetLiveDefault as Zi, ListFlowDefinitions400 as Zn, CreateTeam429Details as Zo, GetSession200 as Zr, CreateFlowDefinition201FlowDefinition as Zs, SetUserPassword400 as Zt, UpdateFlowDefinitionBodyStepsItem as _, GetFlowStep200 as _a, CreateFlow201StepTexts as _c, GetProjectDefaultDetails as _i, RevokeMySession404 as _n, ExchangeHandoff200 as _o, GetUserInfoDefaultDetails as _r, CreateSchemaDefaultDetails as _s, SubmitFlowStep200Step as _t, VerifyChallengeProof200RequiredFactorsItem as a, GetKeys4xx as aa, CreateFlowDefinition201FlowDefinitionStepsItemComplete as ac, GetSchemaByIdDefault as ai, RevokeSessionDefault as an, GetAuthAttempt200ChallengesItemPayload as ao, IssueChallengeBodyMethod as ar, CreateSession400 as as, SubmitFlowStep400StepFields as at, UpdateFlowDefinitionBodyStepsItemOnSuccess as b, GetFlowStep200StepSsoProvidersItem as ba, CreateFlow201StepGatesKind as bc, GetProject401 as bi, RevokeMySession401Details as bn, ExchangeHandoff200SessionState as bo, GetUserInfo4xxDetails as br, CreateSchema409Details as bs, SubmitFlowStep200StepGates as bt, VerifyChallengeProof200CompletedFactorsItemMethod as c, GetHealthDefaultDetails as ca, CreateFlowDefault as cc, GetSchemaById404Details as ci, RevokeSession409Details as cn, ExchangeHandoffDefault as co, IssueChallenge201Payload as cr, CreateSession201Session as cs, SubmitFlowStep400StepFieldsType as ct, VerifyChallengeProof200ChallengesItemPayload as d, GetFlowStepDefault as da, CreateFlowBodyPurpose as dc, GetSchemaById200 as di, RevokeSession401 as dn, ExchangeHandoff410 as do, IntrospectDefaultDetails as dr, CreateSession201SessionMetadata as ds, SubmitFlowStep400StepChallengeOptions as dt, GetLive4xxDetails as ea, CreateFlowDefinition201FlowDefinitionStepsItemSsoProvidersItem as ec, GetSession200Metadata as ei, AuthorizeDevice400Details as el, RevokeTokenDefaultDetails as en, GetAuthAttempt200CompletedFactorsItem as eo, ListFlowDefinitions200FlowDefinitionsItem as er, CreateTeam201 as es, SubmitFlowStep400StepTexts as et, VerifyChallengeProof200ChallengesItemMethod as f, GetFlowStepDefaultDetails as fa, CreateFlowBodyHint as fc, GetReadyDefault as fi, RevokeSession401Details as fn, ExchangeHandoff410Details as fo, IntrospectBody as fr, CreateSession201SessionFactorsItem as fs, SubmitFlowStep400StepChallengeMethod as ft, UpdateFlowDefinitionBody as g, GetFlowStep404Details as ga, CreateFlow201Step as gc, GetProjectDefault as gi, RevokeMySession409Details as gn, ExchangeHandoff400Details as go, GetUserInfoDefault as gr, CreateSchemaDefault as gs, SubmitFlowStep200 as gt, UpdateFlowDefinitionDefaultDetails as h, GetFlowStep404 as ha, CreateFlow201 as hc, GetReady4xxDetails as hi, RevokeMySession409 as hn, ExchangeHandoff400 as ho, Introspect200 as hr, CreateSchemaParams as hs, SubmitFlowStep400BrandingLayout as ht, VerifyChallengeProof200State as i, GetKeys200KeysItem as ia, CreateFlowDefinition201FlowDefinitionStepsItemGatesConfig as ic, GetSchemaByIdParams as ii, RevokeSessionParams as in, GetAuthAttempt200ChallengesItemState as io, IssueChallengeBodyPasskeyOptionsUserVerification as ir, CreateSessionBodyUserAgent as is, SubmitFlowStep400StepGatesConfig as it, UpdateFlowDefinition200 as j, GetFlowStep200StepChallengeMethod as ja, CreateFlow201Branding as jc, GetOpenIDConfiguration4xxDetails as ji, ListSessionsDefault as jn, DeleteFlowDefinitionDefault as jo, GetTokenBody as jr, CreateHandoff200 as js, SubmitFlowStep200StepActions as jt, UpdateFlowDefinition400 as k, GetFlowStep200StepChallenge as ka, CreateFlow201StepChallengeMethod as kc, GetOpenIDConfiguration200ClaimTypesSupportedItem as ki, ListSessionsParams as kn, EndSession400Details as ko, GetTokenDefault as kr, CreateProject201 as ks, SubmitFlowStep200StepChallengeOptions as kt, VerifyChallengeProof200ChallengesItem as l, GetHealth4xx as la, CreateFlowDefaultDetails as lc, GetSchemaById400 as li, RevokeSession404 as ln, ExchangeHandoffDefaultDetails as lo, IssueChallenge201Method as lr, CreateSession201SessionUserAgent as ls, SubmitFlowStep400StepComplete as lt, UpdateFlowDefinitionDefault as m, GetFlowStep410Details as ma, CreateFlow400Details as mc, GetReady4xx as mi, RevokeMySessionDefaultDetails as mn, ExchangeHandoff401Details as mo, Introspect400Details as mr, CreateSession201SessionFactorsItemMethod as ms, SubmitFlowStep400Branding as mt, VerifyChallengeProofBody as n, GetKeysDefaultDetails as na, CreateFlowDefinition201FlowDefinitionStepsItemGates as nc, GetSession200FactorsItemPayload as ni, RevokeToken4xx as nn, GetAuthAttempt200CompletedFactorsItemMethod as no, IssueChallengeBody as nr, CreateSessionDefaultDetails as ns, SubmitFlowStep400StepGates as nt, VerifyChallengeProof200CompletedFactorsItem as o, GetKeys4xxDetails as oa, CreateFlowDefinition201FlowDefinitionStepsItemActions as oc, GetSchemaByIdDefaultDetails as oi, RevokeSessionDefaultDetails as on, GetAuthAttempt200ChallengesItemMethod as oo, IssueChallenge201 as or, CreateSession400Details as os, SubmitFlowStep400StepFieldsValidation as ot, UpdateFlowDefinitionParams as p, GetFlowStep410 as pa, CreateFlow400 as pc, GetReadyDefaultDetails as pi, RevokeMySessionDefault as pn, ExchangeHandoff401 as po, Introspect400 as pr, CreateSession201SessionFactorsItemPayload as ps, SubmitFlowStep400StepActions as pt, SubmitFlowStepBodyFields as q, GetFlowDefinition200FlowDefinitionStepsItemComplete as qa, AuthorizeGetDefaultDetails as qc, GetMySession200Metadata as qi, ListFlowDefinitionsParams as qn, CreateTeamDefault as qo, GetSession404 as qr, CreateFlowDefinition409Details as qs, SetUserPassword500 as qt, VerifyChallengeProof200 as r, GetKeys200 as ra, CreateFlowDefinition201FlowDefinitionStepsItemGatesKind as rc, GetSession200FactorsItemMethod as ri, RevokeToken4xxDetails as rn, GetAuthAttempt200ChallengesItem as ro, IssueChallengeBodyPasskeyOptions as rr, CreateSessionBody as rs, SubmitFlowStep400StepGatesKind as rt, VerifyChallengeProof200CompletedFactorsItemPayload as s, GetHealthDefault as sa, CreateFlowDefinition201FlowDefinitionAudience as sc, GetSchemaById404 as si, RevokeSession409 as sn, ExchangeHandoffParams as so, IssueChallenge201State as sr, CreateSession201 as ss, SubmitFlowStep400StepFieldsValidationFormat as st, VerifyChallengeProofDefault as t, GetKeysDefault as ta, CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess as tc, GetSession200FactorsItem as ti, AuthorizeDevice200 as tl, RevokeTokenBody as tn, GetAuthAttempt200CompletedFactorsItemPayload as to, IssueChallengeDefault as tr, CreateSessionDefault as ts, SubmitFlowStep400StepSsoProvidersItem as tt, VerifyChallengeProof200ChallengesItemState as u, GetHealth4xxDetails as ua, CreateFlowBody as uc, GetSchemaById400Details as ui, RevokeSession404Details as un, ExchangeHandoffBody as uo, IntrospectDefault as ur, CreateSession201SessionState as us, SubmitFlowStep400StepChallenge as ut, UpdateFlowDefinitionBodyStepsItemTransitions as v, GetFlowStep200Step as va, CreateFlow201StepSsoProvidersItem as vc, GetProject404 as vi, RevokeMySession404Details as vn, ExchangeHandoff200Session as vo, GetUserInfo200 as vr, CreateSchemaBody as vs, SubmitFlowStep200StepTexts as vt, UpdateFlowDefinitionBodyStepsItemComplete as w, GetFlowStep200StepFields as wa, CreateFlow201StepFieldsValidationFormat as wc, GetOpenIDConfigurationDefaultDetails as wi, ListUsers500 as wn, ExchangeHandoff200SessionFactorsItemMethod as wo, GetUserByID404 as wr, CreateProjectDefault as ws, SubmitFlowStep200StepFieldsValidation as wt, UpdateFlowDefinitionBodyStepsItemGates as x, GetFlowStep200StepGates as xa, CreateFlow201StepGatesConfig as xc, GetProject401Details as xi, ListUsersParams as xn, ExchangeHandoff200SessionMetadata as xo, GetUserByIDParams as xr, CreateSchema400 as xs, SubmitFlowStep200StepGatesKind as xt, UpdateFlowDefinitionBodyStepsItemSsoProvidersItem as y, GetFlowStep200StepTexts as ya, CreateFlow201StepGates as yc, GetProject404Details as yi, RevokeMySession401 as yn, ExchangeHandoff200SessionUserAgent as yo, GetUserInfo4xx as yr, CreateSchema409 as ys, SubmitFlowStep200StepSsoProvidersItem as yt, UpdateFlowDefinition200FlowDefinitionStepsItemGatesConfig as z, GetFlowDefinition200FlowDefinition as za, CreateAuthAttempt201CompletedFactorsItemPayload as zc, GetMySessionDefaultDetails as zi, ListSessions200 as zn, CreateUser403 as zo, GetTeam404 as zr, CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess as zs, SubmitFlowEvent404 as zt };
9544
- //# sourceMappingURL=index-DyBulyp9.d.mts.map
9577
+ export { SubmitFlowStep400Step as $, GetAuthAttempt200RequiredFactorsItem as $a, AuthorizeDevice400 as $c, GetLive4xx as $i, ListFlowDefinitions200 as $n, CreateTeam400Details as $o, GetSession200State as $r, CreateFlowDefinition201FlowDefinitionStepsItemTransitions as $s, RevokeTokenDefault as $t, UpdateFlowDefinition400Details as A, GetFlowStep200StepChallengeOptions as Aa, CreateFlow201StepActionsItem as Ac, GetOpenIDConfiguration4xx as Ai, ListSessionsState as An, DeleteFlowDefinitionParams as Ao, GetTokenDefaultDetails as Ar, CreateHandoffDefault as As, SubmitFlowStep200StepChallengeMethod as At, UpdateFlowDefinition200FlowDefinitionStepsItemComplete as B, GetFlowDefinition200FlowDefinitionStepsItem as Ba, CreateAuthAttempt201CompletedFactorsItemMethod as Bc, GetMySession404 as Bi, ListSessions200SessionsItem as Bn, CreateUser403Details as Bo, GetTeam404Details as Br, CreateFlowDefinitionBodyFlowDefinitionStepsItemGates as Bs, SubmitFlowEvent404Details as Bt, UpdateFlowDefinitionBodyStepsItemGatesConfig as C, GetFlowStep200StepGatesConfig as Ca, CreateFlow201StepFieldsItemValidation as Cc, GetOpenIDConfigurationDefault as Ci, ListUsersDefaultDetails as Cn, ExchangeHandoff200SessionFactorsItemPayload as Co, GetUserByIDDefaultDetails as Cr, CreateSchema201 as Cs, SubmitFlowStep200StepFieldsItem as Ct, UpdateFlowDefinition404 as D, GetFlowStep200StepFieldsItemType as Da, CreateFlow201StepChallenge as Dc, GetOpenIDConfiguration200SubjectTypesSupportedItem as Di, ListUsers400Details as Dn, EndSessionDefaultDetails as Do, GetUserByID401Details as Dr, CreateProject429 as Ds, SubmitFlowStep200StepComplete as Dt, UpdateFlowDefinitionBodyAudience as E, GetFlowStep200StepFieldsItemValidationFormat as Ea, CreateFlow201StepComplete as Ec, GetOpenIDConfiguration200TokenEndpointAuthMethodsSupportedItem as Ei, ListUsers400 as En, EndSessionDefault as Eo, GetUserByID401 as Er, CreateProjectBody as Es, SubmitFlowStep200StepFieldsItemType as Et, UpdateFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as F, GetFlowDefinitionParams as Fa, CreateAuthAttempt201 as Fc, GetMyUser401 as Fi, ListSessions401 as Fn, CreateUserDefaultDetails as Fo, GetToken4xxDetails as Fr, CreateFlowDefinitionBodyFlowDefinition as Fs, SubmitFlowEventDefaultDetails as Ft, SubmitFlowStepBody as G, GetFlowDefinition200FlowDefinitionStepsItemGatesKind as Ga, AuthorizeGetParams as Gc, GetMySession200UserAgent as Gi, ListSessions200SessionsItemFactorsItemPayload as Gn, CreateUser201 as Go, GetSessionDefault as Gr, CreateFlowDefinitionBodyFlowDefinitionAudience as Gs, SetUserPasswordDefaultDetails as Gt, UpdateFlowDefinition200FlowDefinitionAudience as H, GetFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as Ha, CreateAuthAttempt201ChallengesItemState as Hc, GetMySession401 as Hi, ListSessions200SessionsItemState as Hn, CreateUser401Details as Ho, GetTeam401Details as Hr, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig as Hs, SubmitFlowEvent400Details as Ht, UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess as I, GetFlowDefinitionDefault as Ia, CreateAuthAttempt201State as Ic, GetMyUser401Details as Ii, ListSessions401Details as In, CreateUserBody as Io, GetTeamParams as Ir, CreateFlowDefinitionBodyFlowDefinitionStepsItem as Is, SubmitFlowEventBody as It, SubmitFlowStepBodyChallengeResponse as J, GetFlowDefinition200FlowDefinitionStepsItemActionsItem as Ja, AuthorizeGet400 as Jc, GetMySession200FactorsItem as Ji, ListFlowDefinitionsPurpose as Jn, CreateTeamDefaultDetails as Jo, GetSession404Details as Jr, CreateFlowDefinition400 as Js, SetUserPassword500Details as Jt, SubmitFlowStepBodyGateProofs as K, GetFlowDefinition200FlowDefinitionStepsItemGatesConfig as Ka, AuthorizeGetDefault as Kc, GetMySession200State as Ki, ListSessions200SessionsItemFactorsItemMethod as Kn, CreateTeamParams as Ko, GetSessionDefaultDetails as Kr, CreateFlowDefinition409 as Ks, SetUserPasswordBody as Kt, UpdateFlowDefinition200FlowDefinitionStepsItemGates as L, GetFlowDefinitionDefaultDetails as La, CreateAuthAttempt201RequiredFactorsItem as Lc, GetMyUser200 as Li, ListSessions400 as Ln, CreateUser409 as Lo, GetTeamDefault as Lr, CreateFlowDefinitionBodyFlowDefinitionStepsItemTransitions as Ls, SubmitFlowEventBodyType as Lt, UpdateFlowDefinition200FlowDefinition as M, GetFlowStep200StepActionsItem as Ma, CreateFlow201BrandingLayout as Mc, GetMyUserDefault as Mi, ListSessionsDefaultDetails as Mn, DeleteFlowDefinitionDefaultDetails as Mo, GetTokenBodyGrantType as Mr, CreateFlowDefinitionDefault as Ms, SubmitFlowStep200Branding as Mt, UpdateFlowDefinition200FlowDefinitionStepsItem as N, GetFlowStep200Branding as Na, CreateAuthAttemptDefault as Nc, GetMyUserDefaultDetails as Ni, ListSessions403 as Nn, CreateUserParams as No, GetToken200 as Nr, CreateFlowDefinitionDefaultDetails as Ns, SubmitFlowStep200BrandingLayout as Nt, UpdateFlowDefinition404Details as O, GetFlowStep200StepComplete as Oa, CreateFlow201StepChallengeOptions as Oc, GetOpenIDConfiguration200DisplayValuesSupportedItem as Oi, ListUsers200Item as On, EndSession400 as Oo, GetUserByID200 as Or, CreateProject429Details as Os, SubmitFlowStep200StepChallenge as Ot, UpdateFlowDefinition200FlowDefinitionStepsItemTransitions as P, GetFlowStep200BrandingLayout as Pa, CreateAuthAttemptBody as Pc, GetMyUser404 as Pi, ListSessions403Details as Pn, CreateUserDefault as Po, GetToken4xx as Pr, CreateFlowDefinitionBody as Ps, SubmitFlowEventDefault as Pt, SubmitFlowStep400 as Q, GetAuthAttempt200State as Qa, AuthorizeDeviceDefaultDetails as Qc, GetLiveDefaultDetails as Qi, ListFlowDefinitions400Details as Qn, CreateTeam400 as Qo, GetSession200UserAgent as Qr, CreateFlowDefinition201FlowDefinitionStepsItem as Qs, SetUserPassword400Details as Qt, UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind as R, GetFlowDefinition200 as Ra, CreateAuthAttempt201CompletedFactorsItem as Rc, GetMySessionDefault as Ri, ListSessions400Details as Rn, CreateUser409Details as Ro, GetTeamDefaultDetails as Rr, CreateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem as Rs, SubmitFlowEventBodyPayload as Rt, UpdateFlowDefinitionBodyStepsItemGatesKind as S, GetFlowStep200StepGatesKind as Sa, CreateFlow201StepFieldsItem as Sc, GetProject200 as Si, ListUsersDefault as Sn, ExchangeHandoff200SessionFactorsItem as So, GetUserByIDDefault as Sr, CreateSchema400Details as Ss, SubmitFlowStep200StepGatesConfig as St, UpdateFlowDefinitionBodyStepsItemActionsItem as T, GetFlowStep200StepFieldsItemValidation as Ta, CreateFlow201StepFieldsItemType as Tc, GetOpenIDConfiguration200 as Ti, ListUsers500Details as Tn, EndSessionParams as To, GetUserByID404Details as Tr, CreateProjectDefaultDetails as Ts, SubmitFlowStep200StepFieldsItemValidationFormat as Tt, SubmitFlowStepDefault as U, GetFlowDefinition200FlowDefinitionStepsItemOnSuccess as Ua, CreateAuthAttempt201ChallengesItemPayload as Uc, GetMySession401Details as Ui, ListSessions200SessionsItemMetadata as Un, CreateUser400 as Uo, GetTeam200 as Ur, CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete as Us, SetUserPasswordParams as Ut, UpdateFlowDefinition200FlowDefinitionStepsItemActionsItem as V, GetFlowDefinition200FlowDefinitionStepsItemTransitions as Va, CreateAuthAttempt201ChallengesItem as Vc, GetMySession404Details as Vi, ListSessions200SessionsItemUserAgent as Vn, CreateUser401 as Vo, GetTeam401 as Vr, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind as Vs, SubmitFlowEvent400 as Vt, SubmitFlowStepDefaultDetails as W, GetFlowDefinition200FlowDefinitionStepsItemGates as Wa, CreateAuthAttempt201ChallengesItemMethod as Wc, GetMySession200 as Wi, ListSessions200SessionsItemFactorsItem as Wn, CreateUser400Details as Wo, GetSessionParams as Wr, CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem as Ws, SetUserPasswordDefault as Wt, SubmitFlowStep409 as X, GetAuthAttemptDefault as Xa, AuthorizeDeviceParams as Xc, GetMySession200FactorsItemMethod as Xi, ListFlowDefinitionsDefaultDetails as Xn, CreateTeam429 as Xo, GetSession401Details as Xr, CreateFlowDefinition201 as Xs, SetUserPassword404Details as Xt, SubmitFlowStepBodyChallengeResponseProof as Y, GetFlowDefinition200FlowDefinitionAudience as Ya, AuthorizeGet400Details as Yc, GetMySession200FactorsItemPayload as Yi, ListFlowDefinitionsDefault as Yn, CreateTeamBody as Yo, GetSession401 as Yr, CreateFlowDefinition400Details as Ys, SetUserPassword404 as Yt, SubmitFlowStep409Details as Z, GetAuthAttempt200 as Za, AuthorizeDeviceDefault as Zc, GetLiveDefault as Zi, ListFlowDefinitions400 as Zn, CreateTeam429Details as Zo, GetSession200 as Zr, CreateFlowDefinition201FlowDefinition as Zs, SetUserPassword400 as Zt, UpdateFlowDefinitionBodyStepsItem as _, GetFlowStep200 as _a, CreateFlow201StepTexts as _c, GetProjectDefaultDetails as _i, RevokeMySession404 as _n, ExchangeHandoff200 as _o, GetUserInfoDefaultDetails as _r, CreateSchemaDefaultDetails as _s, SubmitFlowStep200Step as _t, VerifyChallengeProof200RequiredFactorsItem as a, GetKeys4xx as aa, CreateFlowDefinition201FlowDefinitionStepsItemComplete as ac, GetSchemaByIdDefault as ai, RevokeSessionDefault as an, GetAuthAttempt200ChallengesItemPayload as ao, IssueChallengeBodyMethod as ar, CreateSession400 as as, SubmitFlowStep400StepFieldsItem as at, UpdateFlowDefinitionBodyStepsItemOnSuccess as b, GetFlowStep200StepSsoProvidersItem as ba, CreateFlow201StepGatesKind as bc, GetProject401 as bi, RevokeMySession401Details as bn, ExchangeHandoff200SessionState as bo, GetUserInfo4xxDetails as br, CreateSchema409Details as bs, SubmitFlowStep200StepGates as bt, VerifyChallengeProof200CompletedFactorsItemMethod as c, GetHealthDefaultDetails as ca, CreateFlowDefault as cc, GetSchemaById404Details as ci, RevokeSession409Details as cn, ExchangeHandoffDefault as co, IssueChallenge201Payload as cr, CreateSession201Session as cs, SubmitFlowStep400StepFieldsItemType as ct, VerifyChallengeProof200ChallengesItemPayload as d, GetFlowStepDefault as da, CreateFlowBodyPurpose as dc, GetSchemaById200 as di, RevokeSession401 as dn, ExchangeHandoff410 as do, IntrospectDefaultDetails as dr, CreateSession201SessionMetadata as ds, SubmitFlowStep400StepChallengeOptions as dt, GetLive4xxDetails as ea, CreateFlowDefinition201FlowDefinitionStepsItemSsoProvidersItem as ec, GetSession200Metadata as ei, AuthorizeDevice400Details as el, RevokeTokenDefaultDetails as en, GetAuthAttempt200CompletedFactorsItem as eo, ListFlowDefinitions200FlowDefinitionsItem as er, CreateTeam201 as es, SubmitFlowStep400StepTexts as et, VerifyChallengeProof200ChallengesItemMethod as f, GetFlowStepDefaultDetails as fa, CreateFlowBodyHint as fc, GetReadyDefault as fi, RevokeSession401Details as fn, ExchangeHandoff410Details as fo, IntrospectBody as fr, CreateSession201SessionFactorsItem as fs, SubmitFlowStep400StepChallengeMethod as ft, UpdateFlowDefinitionBody as g, GetFlowStep404Details as ga, CreateFlow201Step as gc, GetProjectDefault as gi, RevokeMySession409Details as gn, ExchangeHandoff400Details as go, GetUserInfoDefault as gr, CreateSchemaDefault as gs, SubmitFlowStep200 as gt, UpdateFlowDefinitionDefaultDetails as h, GetFlowStep404 as ha, CreateFlow201 as hc, GetReady4xxDetails as hi, RevokeMySession409 as hn, ExchangeHandoff400 as ho, Introspect200 as hr, CreateSchemaParams as hs, SubmitFlowStep400BrandingLayout as ht, VerifyChallengeProof200State as i, GetKeys200KeysItem as ia, CreateFlowDefinition201FlowDefinitionStepsItemGatesConfig as ic, GetSchemaByIdParams as ii, RevokeSessionParams as in, GetAuthAttempt200ChallengesItemState as io, IssueChallengeBodyPasskeyOptionsUserVerification as ir, CreateSessionBodyUserAgent as is, SubmitFlowStep400StepGatesConfig as it, UpdateFlowDefinition200 as j, GetFlowStep200StepChallengeMethod as ja, CreateFlow201Branding as jc, GetOpenIDConfiguration4xxDetails as ji, ListSessionsDefault as jn, DeleteFlowDefinitionDefault as jo, GetTokenBody as jr, CreateHandoff200 as js, SubmitFlowStep200StepActionsItem as jt, UpdateFlowDefinition400 as k, GetFlowStep200StepChallenge as ka, CreateFlow201StepChallengeMethod as kc, GetOpenIDConfiguration200ClaimTypesSupportedItem as ki, ListSessionsParams as kn, EndSession400Details as ko, GetTokenDefault as kr, CreateProject201 as ks, SubmitFlowStep200StepChallengeOptions as kt, VerifyChallengeProof200ChallengesItem as l, GetHealth4xx as la, CreateFlowDefaultDetails as lc, GetSchemaById400 as li, RevokeSession404 as ln, ExchangeHandoffDefaultDetails as lo, IssueChallenge201Method as lr, CreateSession201SessionUserAgent as ls, SubmitFlowStep400StepComplete as lt, UpdateFlowDefinitionDefault as m, GetFlowStep410Details as ma, CreateFlow400Details as mc, GetReady4xx as mi, RevokeMySessionDefaultDetails as mn, ExchangeHandoff401Details as mo, Introspect400Details as mr, CreateSession201SessionFactorsItemMethod as ms, SubmitFlowStep400Branding as mt, VerifyChallengeProofBody as n, GetKeysDefaultDetails as na, CreateFlowDefinition201FlowDefinitionStepsItemGates as nc, GetSession200FactorsItemPayload as ni, RevokeToken4xx as nn, GetAuthAttempt200CompletedFactorsItemMethod as no, IssueChallengeBody as nr, CreateSessionDefaultDetails as ns, SubmitFlowStep400StepGates as nt, VerifyChallengeProof200CompletedFactorsItem as o, GetKeys4xxDetails as oa, CreateFlowDefinition201FlowDefinitionStepsItemActionsItem as oc, GetSchemaByIdDefaultDetails as oi, RevokeSessionDefaultDetails as on, GetAuthAttempt200ChallengesItemMethod as oo, IssueChallenge201 as or, CreateSession400Details as os, SubmitFlowStep400StepFieldsItemValidation as ot, UpdateFlowDefinitionParams as p, GetFlowStep410 as pa, CreateFlow400 as pc, GetReadyDefaultDetails as pi, RevokeMySessionDefault as pn, ExchangeHandoff401 as po, Introspect400 as pr, CreateSession201SessionFactorsItemPayload as ps, SubmitFlowStep400StepActionsItem as pt, SubmitFlowStepBodyFields as q, GetFlowDefinition200FlowDefinitionStepsItemComplete as qa, AuthorizeGetDefaultDetails as qc, GetMySession200Metadata as qi, ListFlowDefinitionsParams as qn, CreateTeamDefault as qo, GetSession404 as qr, CreateFlowDefinition409Details as qs, SetUserPassword500 as qt, VerifyChallengeProof200 as r, GetKeys200 as ra, CreateFlowDefinition201FlowDefinitionStepsItemGatesKind as rc, GetSession200FactorsItemMethod as ri, RevokeToken4xxDetails as rn, GetAuthAttempt200ChallengesItem as ro, IssueChallengeBodyPasskeyOptions as rr, CreateSessionBody as rs, SubmitFlowStep400StepGatesKind as rt, VerifyChallengeProof200CompletedFactorsItemPayload as s, GetHealthDefault as sa, CreateFlowDefinition201FlowDefinitionAudience as sc, GetSchemaById404 as si, RevokeSession409 as sn, ExchangeHandoffParams as so, IssueChallenge201State as sr, CreateSession201 as ss, SubmitFlowStep400StepFieldsItemValidationFormat as st, VerifyChallengeProofDefault as t, GetKeysDefault as ta, CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess as tc, GetSession200FactorsItem as ti, AuthorizeDevice200 as tl, RevokeTokenBody as tn, GetAuthAttempt200CompletedFactorsItemPayload as to, IssueChallengeDefault as tr, CreateSessionDefault as ts, SubmitFlowStep400StepSsoProvidersItem as tt, VerifyChallengeProof200ChallengesItemState as u, GetHealth4xxDetails as ua, CreateFlowBody as uc, GetSchemaById400Details as ui, RevokeSession404Details as un, ExchangeHandoffBody as uo, IntrospectDefault as ur, CreateSession201SessionState as us, SubmitFlowStep400StepChallenge as ut, UpdateFlowDefinitionBodyStepsItemTransitions as v, GetFlowStep200Step as va, CreateFlow201StepSsoProvidersItem as vc, GetProject404 as vi, RevokeMySession404Details as vn, ExchangeHandoff200Session as vo, GetUserInfo200 as vr, CreateSchemaBody as vs, SubmitFlowStep200StepTexts as vt, UpdateFlowDefinitionBodyStepsItemComplete as w, GetFlowStep200StepFieldsItem as wa, CreateFlow201StepFieldsItemValidationFormat as wc, GetOpenIDConfigurationDefaultDetails as wi, ListUsers500 as wn, ExchangeHandoff200SessionFactorsItemMethod as wo, GetUserByID404 as wr, CreateProjectDefault as ws, SubmitFlowStep200StepFieldsItemValidation as wt, UpdateFlowDefinitionBodyStepsItemGates as x, GetFlowStep200StepGates as xa, CreateFlow201StepGatesConfig as xc, GetProject401Details as xi, ListUsersParams as xn, ExchangeHandoff200SessionMetadata as xo, GetUserByIDParams as xr, CreateSchema400 as xs, SubmitFlowStep200StepGatesKind as xt, UpdateFlowDefinitionBodyStepsItemSsoProvidersItem as y, GetFlowStep200StepTexts as ya, CreateFlow201StepGates as yc, GetProject404Details as yi, RevokeMySession401 as yn, ExchangeHandoff200SessionUserAgent as yo, GetUserInfo4xx as yr, CreateSchema409 as ys, SubmitFlowStep200StepSsoProvidersItem as yt, UpdateFlowDefinition200FlowDefinitionStepsItemGatesConfig as z, GetFlowDefinition200FlowDefinition as za, CreateAuthAttempt201CompletedFactorsItemPayload as zc, GetMySessionDefaultDetails as zi, ListSessions200 as zn, CreateUser403 as zo, GetTeam404 as zr, CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess as zs, SubmitFlowEvent404 as zt };
9578
+ //# sourceMappingURL=index-BGnjxx-b.d.mts.map