@zitadel/api 0.1.0-alpha.11 → 0.1.0-alpha.13

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 (90) hide show
  1. package/dist/generated/endpoints/zitadelNextGen.d.mts +2 -2
  2. package/dist/generated/endpoints/zitadelNextGen.mjs +55 -5
  3. package/dist/generated/endpoints/zitadelNextGen.mjs.map +1 -1
  4. package/dist/generated/endpoints/zitadelNextGen.msw.d.mts +5 -3
  5. package/dist/generated/endpoints/zitadelNextGen.msw.d.mts.map +1 -1
  6. package/dist/generated/endpoints/zitadelNextGen.msw.mjs +65 -21
  7. package/dist/generated/endpoints/zitadelNextGen.msw.mjs.map +1 -1
  8. package/dist/generated/endpoints/zitadelNextGen.zod.d.mts +151 -51
  9. package/dist/generated/endpoints/zitadelNextGen.zod.d.mts.map +1 -1
  10. package/dist/generated/endpoints/zitadelNextGen.zod.mjs +127 -52
  11. package/dist/generated/endpoints/zitadelNextGen.zod.mjs.map +1 -1
  12. package/dist/generated/model/index.d.mts +2 -2
  13. package/dist/generated/model/index.mjs +140 -11
  14. package/dist/generated/model/index.mjs.map +1 -1
  15. package/dist/{index-BGnjxx-b.d.mts → index-DLJ0vloQ.d.mts} +819 -77
  16. package/dist/index-DLJ0vloQ.d.mts.map +1 -0
  17. package/dist/runtime/api-factory.d.mts +1 -1
  18. package/dist/{zitadelNextGen-D1t6bmpx.d.mts → zitadelNextGen-CVTkhQJe.d.mts} +29 -7
  19. package/dist/zitadelNextGen-CVTkhQJe.d.mts.map +1 -0
  20. package/package.json +1 -1
  21. package/src/generated/endpoints/zitadelNextGen.msw.ts +92 -10
  22. package/src/generated/endpoints/zitadelNextGen.ts +81 -4
  23. package/src/generated/endpoints/zitadelNextGen.zod.ts +456 -325
  24. package/src/generated/model/activateFlowDefinition400.ts +20 -0
  25. package/src/generated/model/activateFlowDefinition400Details.ts +12 -0
  26. package/src/generated/model/activateFlowDefinitionDefault.ts +20 -0
  27. package/src/generated/model/activateFlowDefinitionDefaultDetails.ts +12 -0
  28. package/src/generated/model/activateFlowDefinitionParams.ts +15 -0
  29. package/src/generated/model/createFlow201StepActionsItem.ts +15 -1
  30. package/src/generated/model/createFlow201StepActionsItemKind.ts +31 -0
  31. package/src/generated/model/createFlow201StepChallengeMethod.ts +1 -0
  32. package/src/generated/model/createFlowBody.ts +5 -0
  33. package/src/generated/model/createFlowDefinition201.ts +0 -2
  34. package/src/generated/model/createFlowDefinition201FlowDefinition.ts +11 -0
  35. package/src/generated/model/createFlowDefinition201FlowDefinitionStatus.ts +26 -0
  36. package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemActionsItem.ts +15 -1
  37. package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemActionsItemKind.ts +31 -0
  38. package/src/generated/model/createFlowDefinitionBody.ts +6 -0
  39. package/src/generated/model/createFlowDefinitionBodyFlowDefinition.ts +11 -0
  40. package/src/generated/model/createFlowDefinitionBodyFlowDefinitionStatus.ts +26 -0
  41. package/src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemActionsItem.ts +15 -1
  42. package/src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind.ts +31 -0
  43. package/src/generated/model/deactivateFlowDefinition400.ts +20 -0
  44. package/src/generated/model/deactivateFlowDefinition400Details.ts +12 -0
  45. package/src/generated/model/deactivateFlowDefinition409.ts +20 -0
  46. package/src/generated/model/deactivateFlowDefinition409Details.ts +12 -0
  47. package/src/generated/model/deactivateFlowDefinitionDefault.ts +20 -0
  48. package/src/generated/model/deactivateFlowDefinitionDefaultDetails.ts +12 -0
  49. package/src/generated/model/deactivateFlowDefinitionParams.ts +15 -0
  50. package/src/generated/model/deleteFlowDefinition409.ts +20 -0
  51. package/src/generated/model/deleteFlowDefinition409Details.ts +12 -0
  52. package/src/generated/model/getFlowDefinition200.ts +0 -2
  53. package/src/generated/model/getFlowDefinition200FlowDefinition.ts +11 -0
  54. package/src/generated/model/getFlowDefinition200FlowDefinitionStatus.ts +26 -0
  55. package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActionsItem.ts +15 -1
  56. package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActionsItemKind.ts +31 -0
  57. package/src/generated/model/getFlowStep200StepActionsItem.ts +15 -1
  58. package/src/generated/model/getFlowStep200StepActionsItemKind.ts +31 -0
  59. package/src/generated/model/getFlowStep200StepChallengeMethod.ts +1 -0
  60. package/src/generated/model/index.ts +40 -10
  61. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItem.ts +11 -2
  62. package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemStatus.ts +26 -0
  63. package/src/generated/model/submitFlowStep200StepActionsItem.ts +15 -1
  64. package/src/generated/model/submitFlowStep200StepActionsItemKind.ts +31 -0
  65. package/src/generated/model/submitFlowStep200StepChallengeMethod.ts +1 -0
  66. package/src/generated/model/submitFlowStep400StepActionsItem.ts +15 -1
  67. package/src/generated/model/submitFlowStep400StepActionsItemKind.ts +31 -0
  68. package/src/generated/model/submitFlowStep400StepChallengeMethod.ts +1 -0
  69. package/src/generated/model/updateFlowDefinition200.ts +0 -2
  70. package/src/generated/model/updateFlowDefinition200FlowDefinition.ts +11 -0
  71. package/src/generated/model/updateFlowDefinition200FlowDefinitionStatus.ts +26 -0
  72. package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActionsItem.ts +15 -1
  73. package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActionsItemKind.ts +31 -0
  74. package/src/generated/model/updateFlowDefinitionBody.ts +15 -30
  75. package/src/generated/model/updateFlowDefinitionBodyFlowDefinition.ts +69 -0
  76. package/src/generated/model/{updateFlowDefinitionBodyAudience.ts → updateFlowDefinitionBodyFlowDefinitionAudience.ts} +1 -1
  77. package/src/generated/model/updateFlowDefinitionBodyFlowDefinitionStatus.ts +26 -0
  78. package/src/generated/model/{updateFlowDefinitionBodyStepsItem.ts → updateFlowDefinitionBodyFlowDefinitionStepsItem.ts} +13 -13
  79. package/src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem.ts +42 -0
  80. package/src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind.ts +31 -0
  81. package/src/generated/model/{updateFlowDefinitionBodyStepsItemComplete.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemComplete.ts} +3 -3
  82. package/src/generated/model/{updateFlowDefinitionBodyStepsItemGates.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemGates.ts} +5 -5
  83. package/src/generated/model/{updateFlowDefinitionBodyStepsItemGatesConfig.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig.ts} +1 -1
  84. package/src/generated/model/{updateFlowDefinitionBodyStepsItemGatesKind.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind.ts} +3 -3
  85. package/src/generated/model/{updateFlowDefinitionBodyStepsItemOnSuccess.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess.ts} +3 -3
  86. package/src/generated/model/{updateFlowDefinitionBodyStepsItemSsoProvidersItem.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem.ts} +1 -1
  87. package/src/generated/model/{updateFlowDefinitionBodyStepsItemTransitions.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemTransitions.ts} +1 -1
  88. package/dist/index-BGnjxx-b.d.mts.map +0 -1
  89. package/dist/zitadelNextGen-D1t6bmpx.d.mts.map +0 -1
  90. package/src/generated/model/updateFlowDefinitionBodyStepsItemActionsItem.ts +0 -28
@@ -1,3 +1,69 @@
1
+ //#region src/generated/model/activateFlowDefinition400Details.d.ts
2
+ /**
3
+ * Generated by orval v8.10.0 🍺
4
+ * Do not edit manually.
5
+ * Zitadel NextGen
6
+ * This is the next generation of the Zitadel identity platform.
7
+ * OpenAPI spec version: 0.0.1
8
+ */
9
+ /**
10
+ * Additional error-specific context.
11
+ */
12
+ type ActivateFlowDefinition400Details = {
13
+ [key: string]: unknown;
14
+ };
15
+ //#endregion
16
+ //#region src/generated/model/activateFlowDefinition400.d.ts
17
+ /**
18
+ * Standard error payload returned for failed API requests.
19
+ */
20
+ type ActivateFlowDefinition400 = {
21
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
22
+ message: string; /** Additional error-specific context. */
23
+ details?: ActivateFlowDefinition400Details;
24
+ };
25
+ //#endregion
26
+ //#region src/generated/model/activateFlowDefinitionDefaultDetails.d.ts
27
+ /**
28
+ * Generated by orval v8.10.0 🍺
29
+ * Do not edit manually.
30
+ * Zitadel NextGen
31
+ * This is the next generation of the Zitadel identity platform.
32
+ * OpenAPI spec version: 0.0.1
33
+ */
34
+ /**
35
+ * Additional error-specific context.
36
+ */
37
+ type ActivateFlowDefinitionDefaultDetails = {
38
+ [key: string]: unknown;
39
+ };
40
+ //#endregion
41
+ //#region src/generated/model/activateFlowDefinitionDefault.d.ts
42
+ /**
43
+ * Standard error payload returned for failed API requests.
44
+ */
45
+ type ActivateFlowDefinitionDefault = {
46
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
47
+ message: string; /** Additional error-specific context. */
48
+ details?: ActivateFlowDefinitionDefaultDetails;
49
+ };
50
+ //#endregion
51
+ //#region src/generated/model/activateFlowDefinitionParams.d.ts
52
+ /**
53
+ * Generated by orval v8.10.0 🍺
54
+ * Do not edit manually.
55
+ * Zitadel NextGen
56
+ * This is the next generation of the Zitadel identity platform.
57
+ * OpenAPI spec version: 0.0.1
58
+ */
59
+ type ActivateFlowDefinitionParams = {
60
+ /**
61
+ * The unique identifier of the project
62
+ * @pattern ^[a-zA-Z0-9_-]+$
63
+ */
64
+ project_id: string;
65
+ };
66
+ //#endregion
1
67
  //#region src/generated/model/authorizeDevice200.d.ts
2
68
  /**
3
69
  * Generated by orval v8.10.0 🍺
@@ -629,7 +695,7 @@ type CreateFlow201Branding = {
629
695
  hero_url?: string;
630
696
  };
631
697
  //#endregion
632
- //#region src/generated/model/createFlow201StepActionsItem.d.ts
698
+ //#region src/generated/model/createFlow201StepActionsItemKind.d.ts
633
699
  /**
634
700
  * Generated by orval v8.10.0 🍺
635
701
  * Do not edit manually.
@@ -637,13 +703,49 @@ type CreateFlow201Branding = {
637
703
  * This is the next generation of the Zitadel identity platform.
638
704
  * OpenAPI spec version: 0.0.1
639
705
  */
706
+ /**
707
+ * Classifies how the engine handles this action:
708
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
709
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
710
+ fires once the returned assertion verifies.
711
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
712
+ transition fires once the returned attestation verifies.
713
+ - `navigate`: route through the transition without running the input
714
+ pipeline. Used for pure-routing actions declared in the flow definition.
715
+ - `back`: return the user to the previous step. Surfaced by the engine
716
+ when going back is available.
717
+
718
+ */
719
+ type CreateFlow201StepActionsItemKind = (typeof CreateFlow201StepActionsItemKind)[keyof typeof CreateFlow201StepActionsItemKind];
720
+ declare const CreateFlow201StepActionsItemKind: {
721
+ readonly submit: "submit";
722
+ readonly passkey: "passkey";
723
+ readonly passkey_register: "passkey_register";
724
+ readonly navigate: "navigate";
725
+ readonly back: "back";
726
+ };
727
+ //#endregion
728
+ //#region src/generated/model/createFlow201StepActionsItem.d.ts
640
729
  /**
641
730
  * Configuration for a user-invokable action on a step. The `name` is sent
642
- back in the submit request as `action`.
731
+ back in the submit request as `action`; the engine resolves the action's
732
+ declared `kind` to decide how to handle the submission.
643
733
 
644
734
  */
645
735
  type CreateFlow201StepActionsItem = {
646
736
  /** Action identifier. Sent back in the submit request as `action`. */name: string;
737
+ /** Classifies how the engine handles this action:
738
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
739
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
740
+ fires once the returned assertion verifies.
741
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
742
+ transition fires once the returned attestation verifies.
743
+ - `navigate`: route through the transition without running the input
744
+ pipeline. Used for pure-routing actions declared in the flow definition.
745
+ - `back`: return the user to the previous step. Surfaced by the engine
746
+ when going back is available.
747
+ */
748
+ kind: CreateFlow201StepActionsItemKind;
647
749
  /** Marks this as the default/primary action. The runtime template uses
648
750
  this hint to choose visual emphasis. At most one action per step
649
751
  should be primary; this is not enforced here.
@@ -671,6 +773,7 @@ type CreateFlow201StepActionsItem = {
671
773
  type CreateFlow201StepChallengeMethod = (typeof CreateFlow201StepChallengeMethod)[keyof typeof CreateFlow201StepChallengeMethod];
672
774
  declare const CreateFlow201StepChallengeMethod: {
673
775
  readonly passkey: "passkey";
776
+ readonly passkey_register: "passkey_register";
674
777
  };
675
778
  //#endregion
676
779
  //#region src/generated/model/createFlow201StepChallengeOptions.d.ts
@@ -1109,6 +1212,11 @@ type CreateFlowBody = {
1109
1212
  * @pattern ^[a-z][a-z0-9-]*$
1110
1213
  */
1111
1214
  flow_definition_name?: string;
1215
+ /** Set to true to simulate the flow without actually creating any
1216
+ user or session. Useful for testing and validation of flow definitions.
1217
+ This requires setting the `flow_definition_name` property as well.
1218
+ */
1219
+ dry_run?: boolean;
1112
1220
  /**
1113
1221
  * Semver version of the flow definition JSON Schema to use.
1114
1222
  When omitted, the latest version is used.
@@ -1174,7 +1282,7 @@ type CreateFlowDefinition201FlowDefinitionAudience = {
1174
1282
  app_ids?: string[];
1175
1283
  };
1176
1284
  //#endregion
1177
- //#region src/generated/model/createFlowDefinition201FlowDefinitionStepsItemActionsItem.d.ts
1285
+ //#region src/generated/model/createFlowDefinition201FlowDefinitionStatus.d.ts
1178
1286
  /**
1179
1287
  * Generated by orval v8.10.0 🍺
1180
1288
  * Do not edit manually.
@@ -1182,13 +1290,74 @@ type CreateFlowDefinition201FlowDefinitionAudience = {
1182
1290
  * This is the next generation of the Zitadel identity platform.
1183
1291
  * OpenAPI spec version: 0.0.1
1184
1292
  */
1293
+ /**
1294
+ * The lifecycle state of this flow definition.
1295
+
1296
+ active: The flow definition is ready to be used. The flow engine can select it for new flows.
1297
+ draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
1298
+
1299
+ Allowed transitions:
1300
+ - draft -> active: To activate the flow definition.
1301
+ - active -> draft: To remove the flow definition from active use immediately.
1302
+
1303
+ */
1304
+ type CreateFlowDefinition201FlowDefinitionStatus = (typeof CreateFlowDefinition201FlowDefinitionStatus)[keyof typeof CreateFlowDefinition201FlowDefinitionStatus];
1305
+ declare const CreateFlowDefinition201FlowDefinitionStatus: {
1306
+ readonly active: "active";
1307
+ readonly draft: "draft";
1308
+ };
1309
+ //#endregion
1310
+ //#region src/generated/model/createFlowDefinition201FlowDefinitionStepsItemActionsItemKind.d.ts
1311
+ /**
1312
+ * Generated by orval v8.10.0 🍺
1313
+ * Do not edit manually.
1314
+ * Zitadel NextGen
1315
+ * This is the next generation of the Zitadel identity platform.
1316
+ * OpenAPI spec version: 0.0.1
1317
+ */
1318
+ /**
1319
+ * Classifies how the engine handles this action:
1320
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
1321
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
1322
+ fires once the returned assertion verifies.
1323
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
1324
+ transition fires once the returned attestation verifies.
1325
+ - `navigate`: route through the transition without running the input
1326
+ pipeline. Used for pure-routing actions declared in the flow definition.
1327
+ - `back`: return the user to the previous step. Surfaced by the engine
1328
+ when going back is available.
1329
+
1330
+ */
1331
+ type CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind = (typeof CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind)[keyof typeof CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind];
1332
+ declare const CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind: {
1333
+ readonly submit: "submit";
1334
+ readonly passkey: "passkey";
1335
+ readonly passkey_register: "passkey_register";
1336
+ readonly navigate: "navigate";
1337
+ readonly back: "back";
1338
+ };
1339
+ //#endregion
1340
+ //#region src/generated/model/createFlowDefinition201FlowDefinitionStepsItemActionsItem.d.ts
1185
1341
  /**
1186
1342
  * Configuration for a user-invokable action on a step. The `name` is sent
1187
- back in the submit request as `action`.
1343
+ back in the submit request as `action`; the engine resolves the action's
1344
+ declared `kind` to decide how to handle the submission.
1188
1345
 
1189
1346
  */
1190
1347
  type CreateFlowDefinition201FlowDefinitionStepsItemActionsItem = {
1191
1348
  /** Action identifier. Sent back in the submit request as `action`. */name: string;
1349
+ /** Classifies how the engine handles this action:
1350
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
1351
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
1352
+ fires once the returned assertion verifies.
1353
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
1354
+ transition fires once the returned attestation verifies.
1355
+ - `navigate`: route through the transition without running the input
1356
+ pipeline. Used for pure-routing actions declared in the flow definition.
1357
+ - `back`: return the user to the previous step. Surfaced by the engine
1358
+ when going back is available.
1359
+ */
1360
+ kind: CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind;
1192
1361
  /** Marks this as the default/primary action. The runtime template uses
1193
1362
  this hint to choose visual emphasis. At most one action per step
1194
1363
  should be primary; this is not enforced here.
@@ -1435,6 +1604,14 @@ type CreateFlowDefinition201FlowDefinition = {
1435
1604
  * @pattern ^[a-z][a-z0-9-]*$
1436
1605
  */
1437
1606
  name: string;
1607
+ /** The lifecycle state of this flow definition.
1608
+ active: The flow definition is ready to be used. The flow engine can select it for new flows.
1609
+ draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
1610
+ Allowed transitions:
1611
+ - draft -> active: To activate the flow definition.
1612
+ - active -> draft: To remove the flow definition from active use immediately.
1613
+ */
1614
+ status: CreateFlowDefinition201FlowDefinitionStatus;
1438
1615
  /** User schema this flow operates on. Step `fields` reference properties
1439
1616
  defined in this schema. The engine resolves field types, validation,
1440
1617
  and implicit outcomes from schema annotations at runtime.
@@ -1463,8 +1640,7 @@ type CreateFlowDefinition201FlowDefinition = {
1463
1640
  //#region src/generated/model/createFlowDefinition201.d.ts
1464
1641
  type CreateFlowDefinition201 = {
1465
1642
  /** Unique identifier for the flow definition. */id: string; /** Identifier of the project this flow definition belongs to. */
1466
- project_id: string; /** Status of the flow definition. */
1467
- status: string;
1643
+ project_id: string;
1468
1644
  /** A flow definition is the server-side configuration that describes a complete
1469
1645
  authentication or identity flow. It is NOT sent to the frontend — the flow
1470
1646
  engine evaluates it and produces FlowResponse payloads (steps with capability
@@ -1548,7 +1724,32 @@ type CreateFlowDefinitionBodyFlowDefinitionAudience = {
1548
1724
  app_ids?: string[];
1549
1725
  };
1550
1726
  //#endregion
1551
- //#region src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemActionsItem.d.ts
1727
+ //#region src/generated/model/createFlowDefinitionBodyFlowDefinitionStatus.d.ts
1728
+ /**
1729
+ * Generated by orval v8.10.0 🍺
1730
+ * Do not edit manually.
1731
+ * Zitadel NextGen
1732
+ * This is the next generation of the Zitadel identity platform.
1733
+ * OpenAPI spec version: 0.0.1
1734
+ */
1735
+ /**
1736
+ * The lifecycle state of this flow definition.
1737
+
1738
+ active: The flow definition is ready to be used. The flow engine can select it for new flows.
1739
+ draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
1740
+
1741
+ Allowed transitions:
1742
+ - draft -> active: To activate the flow definition.
1743
+ - active -> draft: To remove the flow definition from active use immediately.
1744
+
1745
+ */
1746
+ type CreateFlowDefinitionBodyFlowDefinitionStatus = (typeof CreateFlowDefinitionBodyFlowDefinitionStatus)[keyof typeof CreateFlowDefinitionBodyFlowDefinitionStatus];
1747
+ declare const CreateFlowDefinitionBodyFlowDefinitionStatus: {
1748
+ readonly active: "active";
1749
+ readonly draft: "draft";
1750
+ };
1751
+ //#endregion
1752
+ //#region src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind.d.ts
1552
1753
  /**
1553
1754
  * Generated by orval v8.10.0 🍺
1554
1755
  * Do not edit manually.
@@ -1556,13 +1757,49 @@ type CreateFlowDefinitionBodyFlowDefinitionAudience = {
1556
1757
  * This is the next generation of the Zitadel identity platform.
1557
1758
  * OpenAPI spec version: 0.0.1
1558
1759
  */
1760
+ /**
1761
+ * Classifies how the engine handles this action:
1762
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
1763
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
1764
+ fires once the returned assertion verifies.
1765
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
1766
+ transition fires once the returned attestation verifies.
1767
+ - `navigate`: route through the transition without running the input
1768
+ pipeline. Used for pure-routing actions declared in the flow definition.
1769
+ - `back`: return the user to the previous step. Surfaced by the engine
1770
+ when going back is available.
1771
+
1772
+ */
1773
+ type CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind = (typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind)[keyof typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind];
1774
+ declare const CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind: {
1775
+ readonly submit: "submit";
1776
+ readonly passkey: "passkey";
1777
+ readonly passkey_register: "passkey_register";
1778
+ readonly navigate: "navigate";
1779
+ readonly back: "back";
1780
+ };
1781
+ //#endregion
1782
+ //#region src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemActionsItem.d.ts
1559
1783
  /**
1560
1784
  * Configuration for a user-invokable action on a step. The `name` is sent
1561
- back in the submit request as `action`.
1785
+ back in the submit request as `action`; the engine resolves the action's
1786
+ declared `kind` to decide how to handle the submission.
1562
1787
 
1563
1788
  */
1564
1789
  type CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem = {
1565
1790
  /** Action identifier. Sent back in the submit request as `action`. */name: string;
1791
+ /** Classifies how the engine handles this action:
1792
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
1793
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
1794
+ fires once the returned assertion verifies.
1795
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
1796
+ transition fires once the returned attestation verifies.
1797
+ - `navigate`: route through the transition without running the input
1798
+ pipeline. Used for pure-routing actions declared in the flow definition.
1799
+ - `back`: return the user to the previous step. Surfaced by the engine
1800
+ when going back is available.
1801
+ */
1802
+ kind: CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind;
1566
1803
  /** Marks this as the default/primary action. The runtime template uses
1567
1804
  this hint to choose visual emphasis. At most one action per step
1568
1805
  should be primary; this is not enforced here.
@@ -1809,6 +2046,14 @@ type CreateFlowDefinitionBodyFlowDefinition = {
1809
2046
  * @pattern ^[a-z][a-z0-9-]*$
1810
2047
  */
1811
2048
  name: string;
2049
+ /** The lifecycle state of this flow definition.
2050
+ active: The flow definition is ready to be used. The flow engine can select it for new flows.
2051
+ draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
2052
+ Allowed transitions:
2053
+ - draft -> active: To activate the flow definition.
2054
+ - active -> draft: To remove the flow definition from active use immediately.
2055
+ */
2056
+ status: CreateFlowDefinitionBodyFlowDefinitionStatus;
1812
2057
  /** User schema this flow operates on. Step `fields` reference properties
1813
2058
  defined in this schema. The engine resolves field types, validation,
1814
2059
  and implicit outcomes from schema annotations at runtime.
@@ -1835,6 +2080,12 @@ type CreateFlowDefinitionBodyFlowDefinition = {
1835
2080
  };
1836
2081
  //#endregion
1837
2082
  //#region src/generated/model/createFlowDefinitionBody.d.ts
2083
+ /**
2084
+ * Creates a flow definition.
2085
+ The flow definition is created in an `active` state by default.
2086
+ The status can also be set via the `status` attribute in the flow definition payload.
2087
+
2088
+ */
1838
2089
  type CreateFlowDefinitionBody = {
1839
2090
  /** @pattern ^[a-zA-Z0-9_-]+$ */project_id: string;
1840
2091
  /** URI of the server-published flow definition schema this definition was
@@ -2786,6 +3037,122 @@ type CreateUserParams = {
2786
3037
  team_id?: string;
2787
3038
  };
2788
3039
  //#endregion
3040
+ //#region src/generated/model/deactivateFlowDefinition400Details.d.ts
3041
+ /**
3042
+ * Generated by orval v8.10.0 🍺
3043
+ * Do not edit manually.
3044
+ * Zitadel NextGen
3045
+ * This is the next generation of the Zitadel identity platform.
3046
+ * OpenAPI spec version: 0.0.1
3047
+ */
3048
+ /**
3049
+ * Additional error-specific context.
3050
+ */
3051
+ type DeactivateFlowDefinition400Details = {
3052
+ [key: string]: unknown;
3053
+ };
3054
+ //#endregion
3055
+ //#region src/generated/model/deactivateFlowDefinition400.d.ts
3056
+ /**
3057
+ * Standard error payload returned for failed API requests.
3058
+ */
3059
+ type DeactivateFlowDefinition400 = {
3060
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
3061
+ message: string; /** Additional error-specific context. */
3062
+ details?: DeactivateFlowDefinition400Details;
3063
+ };
3064
+ //#endregion
3065
+ //#region src/generated/model/deactivateFlowDefinition409Details.d.ts
3066
+ /**
3067
+ * Generated by orval v8.10.0 🍺
3068
+ * Do not edit manually.
3069
+ * Zitadel NextGen
3070
+ * This is the next generation of the Zitadel identity platform.
3071
+ * OpenAPI spec version: 0.0.1
3072
+ */
3073
+ /**
3074
+ * Additional error-specific context.
3075
+ */
3076
+ type DeactivateFlowDefinition409Details = {
3077
+ [key: string]: unknown;
3078
+ };
3079
+ //#endregion
3080
+ //#region src/generated/model/deactivateFlowDefinition409.d.ts
3081
+ /**
3082
+ * Standard error payload returned for failed API requests.
3083
+ */
3084
+ type DeactivateFlowDefinition409 = {
3085
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
3086
+ message: string; /** Additional error-specific context. */
3087
+ details?: DeactivateFlowDefinition409Details;
3088
+ };
3089
+ //#endregion
3090
+ //#region src/generated/model/deactivateFlowDefinitionDefaultDetails.d.ts
3091
+ /**
3092
+ * Generated by orval v8.10.0 🍺
3093
+ * Do not edit manually.
3094
+ * Zitadel NextGen
3095
+ * This is the next generation of the Zitadel identity platform.
3096
+ * OpenAPI spec version: 0.0.1
3097
+ */
3098
+ /**
3099
+ * Additional error-specific context.
3100
+ */
3101
+ type DeactivateFlowDefinitionDefaultDetails = {
3102
+ [key: string]: unknown;
3103
+ };
3104
+ //#endregion
3105
+ //#region src/generated/model/deactivateFlowDefinitionDefault.d.ts
3106
+ /**
3107
+ * Standard error payload returned for failed API requests.
3108
+ */
3109
+ type DeactivateFlowDefinitionDefault = {
3110
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
3111
+ message: string; /** Additional error-specific context. */
3112
+ details?: DeactivateFlowDefinitionDefaultDetails;
3113
+ };
3114
+ //#endregion
3115
+ //#region src/generated/model/deactivateFlowDefinitionParams.d.ts
3116
+ /**
3117
+ * Generated by orval v8.10.0 🍺
3118
+ * Do not edit manually.
3119
+ * Zitadel NextGen
3120
+ * This is the next generation of the Zitadel identity platform.
3121
+ * OpenAPI spec version: 0.0.1
3122
+ */
3123
+ type DeactivateFlowDefinitionParams = {
3124
+ /**
3125
+ * The unique identifier of the project
3126
+ * @pattern ^[a-zA-Z0-9_-]+$
3127
+ */
3128
+ project_id: string;
3129
+ };
3130
+ //#endregion
3131
+ //#region src/generated/model/deleteFlowDefinition409Details.d.ts
3132
+ /**
3133
+ * Generated by orval v8.10.0 🍺
3134
+ * Do not edit manually.
3135
+ * Zitadel NextGen
3136
+ * This is the next generation of the Zitadel identity platform.
3137
+ * OpenAPI spec version: 0.0.1
3138
+ */
3139
+ /**
3140
+ * Additional error-specific context.
3141
+ */
3142
+ type DeleteFlowDefinition409Details = {
3143
+ [key: string]: unknown;
3144
+ };
3145
+ //#endregion
3146
+ //#region src/generated/model/deleteFlowDefinition409.d.ts
3147
+ /**
3148
+ * Standard error payload returned for failed API requests.
3149
+ */
3150
+ type DeleteFlowDefinition409 = {
3151
+ /** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
3152
+ message: string; /** Additional error-specific context. */
3153
+ details?: DeleteFlowDefinition409Details;
3154
+ };
3155
+ //#endregion
2789
3156
  //#region src/generated/model/deleteFlowDefinitionDefaultDetails.d.ts
2790
3157
  /**
2791
3158
  * Generated by orval v8.10.0 🍺
@@ -3563,7 +3930,32 @@ type GetFlowDefinition200FlowDefinitionAudience = {
3563
3930
  app_ids?: string[];
3564
3931
  };
3565
3932
  //#endregion
3566
- //#region src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActionsItem.d.ts
3933
+ //#region src/generated/model/getFlowDefinition200FlowDefinitionStatus.d.ts
3934
+ /**
3935
+ * Generated by orval v8.10.0 🍺
3936
+ * Do not edit manually.
3937
+ * Zitadel NextGen
3938
+ * This is the next generation of the Zitadel identity platform.
3939
+ * OpenAPI spec version: 0.0.1
3940
+ */
3941
+ /**
3942
+ * The lifecycle state of this flow definition.
3943
+
3944
+ active: The flow definition is ready to be used. The flow engine can select it for new flows.
3945
+ draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
3946
+
3947
+ Allowed transitions:
3948
+ - draft -> active: To activate the flow definition.
3949
+ - active -> draft: To remove the flow definition from active use immediately.
3950
+
3951
+ */
3952
+ type GetFlowDefinition200FlowDefinitionStatus = (typeof GetFlowDefinition200FlowDefinitionStatus)[keyof typeof GetFlowDefinition200FlowDefinitionStatus];
3953
+ declare const GetFlowDefinition200FlowDefinitionStatus: {
3954
+ readonly active: "active";
3955
+ readonly draft: "draft";
3956
+ };
3957
+ //#endregion
3958
+ //#region src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActionsItemKind.d.ts
3567
3959
  /**
3568
3960
  * Generated by orval v8.10.0 🍺
3569
3961
  * Do not edit manually.
@@ -3571,13 +3963,49 @@ type GetFlowDefinition200FlowDefinitionAudience = {
3571
3963
  * This is the next generation of the Zitadel identity platform.
3572
3964
  * OpenAPI spec version: 0.0.1
3573
3965
  */
3966
+ /**
3967
+ * Classifies how the engine handles this action:
3968
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
3969
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
3970
+ fires once the returned assertion verifies.
3971
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
3972
+ transition fires once the returned attestation verifies.
3973
+ - `navigate`: route through the transition without running the input
3974
+ pipeline. Used for pure-routing actions declared in the flow definition.
3975
+ - `back`: return the user to the previous step. Surfaced by the engine
3976
+ when going back is available.
3977
+
3978
+ */
3979
+ type GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind = (typeof GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind)[keyof typeof GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind];
3980
+ declare const GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind: {
3981
+ readonly submit: "submit";
3982
+ readonly passkey: "passkey";
3983
+ readonly passkey_register: "passkey_register";
3984
+ readonly navigate: "navigate";
3985
+ readonly back: "back";
3986
+ };
3987
+ //#endregion
3988
+ //#region src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActionsItem.d.ts
3574
3989
  /**
3575
3990
  * Configuration for a user-invokable action on a step. The `name` is sent
3576
- back in the submit request as `action`.
3991
+ back in the submit request as `action`; the engine resolves the action's
3992
+ declared `kind` to decide how to handle the submission.
3577
3993
 
3578
3994
  */
3579
3995
  type GetFlowDefinition200FlowDefinitionStepsItemActionsItem = {
3580
3996
  /** Action identifier. Sent back in the submit request as `action`. */name: string;
3997
+ /** Classifies how the engine handles this action:
3998
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
3999
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
4000
+ fires once the returned assertion verifies.
4001
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
4002
+ transition fires once the returned attestation verifies.
4003
+ - `navigate`: route through the transition without running the input
4004
+ pipeline. Used for pure-routing actions declared in the flow definition.
4005
+ - `back`: return the user to the previous step. Surfaced by the engine
4006
+ when going back is available.
4007
+ */
4008
+ kind: GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind;
3581
4009
  /** Marks this as the default/primary action. The runtime template uses
3582
4010
  this hint to choose visual emphasis. At most one action per step
3583
4011
  should be primary; this is not enforced here.
@@ -3824,6 +4252,14 @@ type GetFlowDefinition200FlowDefinition = {
3824
4252
  * @pattern ^[a-z][a-z0-9-]*$
3825
4253
  */
3826
4254
  name: string;
4255
+ /** The lifecycle state of this flow definition.
4256
+ active: The flow definition is ready to be used. The flow engine can select it for new flows.
4257
+ draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
4258
+ Allowed transitions:
4259
+ - draft -> active: To activate the flow definition.
4260
+ - active -> draft: To remove the flow definition from active use immediately.
4261
+ */
4262
+ status: GetFlowDefinition200FlowDefinitionStatus;
3827
4263
  /** User schema this flow operates on. Step `fields` reference properties
3828
4264
  defined in this schema. The engine resolves field types, validation,
3829
4265
  and implicit outcomes from schema annotations at runtime.
@@ -3852,8 +4288,7 @@ type GetFlowDefinition200FlowDefinition = {
3852
4288
  //#region src/generated/model/getFlowDefinition200.d.ts
3853
4289
  type GetFlowDefinition200 = {
3854
4290
  /** Unique identifier for the flow definition. */id: string; /** Identifier of the project this flow definition belongs to. */
3855
- project_id: string; /** Status of the flow definition. */
3856
- status: string;
4291
+ project_id: string;
3857
4292
  /** A flow definition is the server-side configuration that describes a complete
3858
4293
  authentication or identity flow. It is NOT sent to the frontend — the flow
3859
4294
  engine evaluates it and produces FlowResponse payloads (steps with capability
@@ -3951,7 +4386,7 @@ type GetFlowStep200Branding = {
3951
4386
  hero_url?: string;
3952
4387
  };
3953
4388
  //#endregion
3954
- //#region src/generated/model/getFlowStep200StepActionsItem.d.ts
4389
+ //#region src/generated/model/getFlowStep200StepActionsItemKind.d.ts
3955
4390
  /**
3956
4391
  * Generated by orval v8.10.0 🍺
3957
4392
  * Do not edit manually.
@@ -3959,13 +4394,49 @@ type GetFlowStep200Branding = {
3959
4394
  * This is the next generation of the Zitadel identity platform.
3960
4395
  * OpenAPI spec version: 0.0.1
3961
4396
  */
4397
+ /**
4398
+ * Classifies how the engine handles this action:
4399
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
4400
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
4401
+ fires once the returned assertion verifies.
4402
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
4403
+ transition fires once the returned attestation verifies.
4404
+ - `navigate`: route through the transition without running the input
4405
+ pipeline. Used for pure-routing actions declared in the flow definition.
4406
+ - `back`: return the user to the previous step. Surfaced by the engine
4407
+ when going back is available.
4408
+
4409
+ */
4410
+ type GetFlowStep200StepActionsItemKind = (typeof GetFlowStep200StepActionsItemKind)[keyof typeof GetFlowStep200StepActionsItemKind];
4411
+ declare const GetFlowStep200StepActionsItemKind: {
4412
+ readonly submit: "submit";
4413
+ readonly passkey: "passkey";
4414
+ readonly passkey_register: "passkey_register";
4415
+ readonly navigate: "navigate";
4416
+ readonly back: "back";
4417
+ };
4418
+ //#endregion
4419
+ //#region src/generated/model/getFlowStep200StepActionsItem.d.ts
3962
4420
  /**
3963
4421
  * Configuration for a user-invokable action on a step. The `name` is sent
3964
- back in the submit request as `action`.
4422
+ back in the submit request as `action`; the engine resolves the action's
4423
+ declared `kind` to decide how to handle the submission.
3965
4424
 
3966
4425
  */
3967
4426
  type GetFlowStep200StepActionsItem = {
3968
4427
  /** Action identifier. Sent back in the submit request as `action`. */name: string;
4428
+ /** Classifies how the engine handles this action:
4429
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
4430
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
4431
+ fires once the returned assertion verifies.
4432
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
4433
+ transition fires once the returned attestation verifies.
4434
+ - `navigate`: route through the transition without running the input
4435
+ pipeline. Used for pure-routing actions declared in the flow definition.
4436
+ - `back`: return the user to the previous step. Surfaced by the engine
4437
+ when going back is available.
4438
+ */
4439
+ kind: GetFlowStep200StepActionsItemKind;
3969
4440
  /** Marks this as the default/primary action. The runtime template uses
3970
4441
  this hint to choose visual emphasis. At most one action per step
3971
4442
  should be primary; this is not enforced here.
@@ -3993,6 +4464,7 @@ type GetFlowStep200StepActionsItem = {
3993
4464
  type GetFlowStep200StepChallengeMethod = (typeof GetFlowStep200StepChallengeMethod)[keyof typeof GetFlowStep200StepChallengeMethod];
3994
4465
  declare const GetFlowStep200StepChallengeMethod: {
3995
4466
  readonly passkey: "passkey";
4467
+ readonly passkey_register: "passkey_register";
3996
4468
  };
3997
4469
  //#endregion
3998
4470
  //#region src/generated/model/getFlowStep200StepChallengeOptions.d.ts
@@ -6368,7 +6840,7 @@ type IssueChallengeDefault = ({
6368
6840
  code: "internal";
6369
6841
  });
6370
6842
  //#endregion
6371
- //#region src/generated/model/listFlowDefinitions200FlowDefinitionsItem.d.ts
6843
+ //#region src/generated/model/listFlowDefinitions200FlowDefinitionsItemStatus.d.ts
6372
6844
  /**
6373
6845
  * Generated by orval v8.10.0 🍺
6374
6846
  * Do not edit manually.
@@ -6376,6 +6848,24 @@ type IssueChallengeDefault = ({
6376
6848
  * This is the next generation of the Zitadel identity platform.
6377
6849
  * OpenAPI spec version: 0.0.1
6378
6850
  */
6851
+ /**
6852
+ * The lifecycle state of this flow definition.
6853
+
6854
+ active: The flow definition is ready to be used. The flow engine can select it for new flows.
6855
+ draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
6856
+
6857
+ Allowed transitions:
6858
+ - draft -> active: To activate the flow definition.
6859
+ - active -> draft: To remove the flow definition from active use immediately.
6860
+
6861
+ */
6862
+ type ListFlowDefinitions200FlowDefinitionsItemStatus = (typeof ListFlowDefinitions200FlowDefinitionsItemStatus)[keyof typeof ListFlowDefinitions200FlowDefinitionsItemStatus];
6863
+ declare const ListFlowDefinitions200FlowDefinitionsItemStatus: {
6864
+ readonly active: "active";
6865
+ readonly draft: "draft";
6866
+ };
6867
+ //#endregion
6868
+ //#region src/generated/model/listFlowDefinitions200FlowDefinitionsItem.d.ts
6379
6869
  /**
6380
6870
  * Response object for a flow definition after creation.
6381
6871
 
@@ -6391,8 +6881,15 @@ type ListFlowDefinitions200FlowDefinitionsItem = {
6391
6881
  /** URI of the flow definition schema this definition was authored against.
6392
6882
  If the schema_uri was not provided in the request, the flow definition is validated against the latest version of the schema, and the response includes the schema_uri of the latest version.
6393
6883
  */
6394
- schema_uri?: string; /** Status of the flow definition. */
6395
- status: string; /** Timestamp when the flow definition was created. */
6884
+ schema_uri?: string;
6885
+ /** The lifecycle state of this flow definition.
6886
+ active: The flow definition is ready to be used. The flow engine can select it for new flows.
6887
+ draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
6888
+ Allowed transitions:
6889
+ - draft -> active: To activate the flow definition.
6890
+ - active -> draft: To remove the flow definition from active use immediately.
6891
+ */
6892
+ status: ListFlowDefinitions200FlowDefinitionsItemStatus; /** Timestamp when the flow definition was created. */
6396
6893
  created_at: string; /** Timestamp when the flow definition was last updated. */
6397
6894
  updated_at: string;
6398
6895
  };
@@ -7500,7 +7997,7 @@ type SubmitFlowStep200Branding = {
7500
7997
  hero_url?: string;
7501
7998
  };
7502
7999
  //#endregion
7503
- //#region src/generated/model/submitFlowStep200StepActionsItem.d.ts
8000
+ //#region src/generated/model/submitFlowStep200StepActionsItemKind.d.ts
7504
8001
  /**
7505
8002
  * Generated by orval v8.10.0 🍺
7506
8003
  * Do not edit manually.
@@ -7508,13 +8005,49 @@ type SubmitFlowStep200Branding = {
7508
8005
  * This is the next generation of the Zitadel identity platform.
7509
8006
  * OpenAPI spec version: 0.0.1
7510
8007
  */
8008
+ /**
8009
+ * Classifies how the engine handles this action:
8010
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
8011
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
8012
+ fires once the returned assertion verifies.
8013
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
8014
+ transition fires once the returned attestation verifies.
8015
+ - `navigate`: route through the transition without running the input
8016
+ pipeline. Used for pure-routing actions declared in the flow definition.
8017
+ - `back`: return the user to the previous step. Surfaced by the engine
8018
+ when going back is available.
8019
+
8020
+ */
8021
+ type SubmitFlowStep200StepActionsItemKind = (typeof SubmitFlowStep200StepActionsItemKind)[keyof typeof SubmitFlowStep200StepActionsItemKind];
8022
+ declare const SubmitFlowStep200StepActionsItemKind: {
8023
+ readonly submit: "submit";
8024
+ readonly passkey: "passkey";
8025
+ readonly passkey_register: "passkey_register";
8026
+ readonly navigate: "navigate";
8027
+ readonly back: "back";
8028
+ };
8029
+ //#endregion
8030
+ //#region src/generated/model/submitFlowStep200StepActionsItem.d.ts
7511
8031
  /**
7512
8032
  * Configuration for a user-invokable action on a step. The `name` is sent
7513
- back in the submit request as `action`.
8033
+ back in the submit request as `action`; the engine resolves the action's
8034
+ declared `kind` to decide how to handle the submission.
7514
8035
 
7515
8036
  */
7516
8037
  type SubmitFlowStep200StepActionsItem = {
7517
8038
  /** Action identifier. Sent back in the submit request as `action`. */name: string;
8039
+ /** Classifies how the engine handles this action:
8040
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
8041
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
8042
+ fires once the returned assertion verifies.
8043
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
8044
+ transition fires once the returned attestation verifies.
8045
+ - `navigate`: route through the transition without running the input
8046
+ pipeline. Used for pure-routing actions declared in the flow definition.
8047
+ - `back`: return the user to the previous step. Surfaced by the engine
8048
+ when going back is available.
8049
+ */
8050
+ kind: SubmitFlowStep200StepActionsItemKind;
7518
8051
  /** Marks this as the default/primary action. The runtime template uses
7519
8052
  this hint to choose visual emphasis. At most one action per step
7520
8053
  should be primary; this is not enforced here.
@@ -7542,6 +8075,7 @@ type SubmitFlowStep200StepActionsItem = {
7542
8075
  type SubmitFlowStep200StepChallengeMethod = (typeof SubmitFlowStep200StepChallengeMethod)[keyof typeof SubmitFlowStep200StepChallengeMethod];
7543
8076
  declare const SubmitFlowStep200StepChallengeMethod: {
7544
8077
  readonly passkey: "passkey";
8078
+ readonly passkey_register: "passkey_register";
7545
8079
  };
7546
8080
  //#endregion
7547
8081
  //#region src/generated/model/submitFlowStep200StepChallengeOptions.d.ts
@@ -7954,7 +8488,7 @@ type SubmitFlowStep400Branding = {
7954
8488
  hero_url?: string;
7955
8489
  };
7956
8490
  //#endregion
7957
- //#region src/generated/model/submitFlowStep400StepActionsItem.d.ts
8491
+ //#region src/generated/model/submitFlowStep400StepActionsItemKind.d.ts
7958
8492
  /**
7959
8493
  * Generated by orval v8.10.0 🍺
7960
8494
  * Do not edit manually.
@@ -7962,13 +8496,49 @@ type SubmitFlowStep400Branding = {
7962
8496
  * This is the next generation of the Zitadel identity platform.
7963
8497
  * OpenAPI spec version: 0.0.1
7964
8498
  */
8499
+ /**
8500
+ * Classifies how the engine handles this action:
8501
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
8502
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
8503
+ fires once the returned assertion verifies.
8504
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
8505
+ transition fires once the returned attestation verifies.
8506
+ - `navigate`: route through the transition without running the input
8507
+ pipeline. Used for pure-routing actions declared in the flow definition.
8508
+ - `back`: return the user to the previous step. Surfaced by the engine
8509
+ when going back is available.
8510
+
8511
+ */
8512
+ type SubmitFlowStep400StepActionsItemKind = (typeof SubmitFlowStep400StepActionsItemKind)[keyof typeof SubmitFlowStep400StepActionsItemKind];
8513
+ declare const SubmitFlowStep400StepActionsItemKind: {
8514
+ readonly submit: "submit";
8515
+ readonly passkey: "passkey";
8516
+ readonly passkey_register: "passkey_register";
8517
+ readonly navigate: "navigate";
8518
+ readonly back: "back";
8519
+ };
8520
+ //#endregion
8521
+ //#region src/generated/model/submitFlowStep400StepActionsItem.d.ts
7965
8522
  /**
7966
8523
  * Configuration for a user-invokable action on a step. The `name` is sent
7967
- back in the submit request as `action`.
8524
+ back in the submit request as `action`; the engine resolves the action's
8525
+ declared `kind` to decide how to handle the submission.
7968
8526
 
7969
8527
  */
7970
8528
  type SubmitFlowStep400StepActionsItem = {
7971
8529
  /** Action identifier. Sent back in the submit request as `action`. */name: string;
8530
+ /** Classifies how the engine handles this action:
8531
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
8532
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
8533
+ fires once the returned assertion verifies.
8534
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
8535
+ transition fires once the returned attestation verifies.
8536
+ - `navigate`: route through the transition without running the input
8537
+ pipeline. Used for pure-routing actions declared in the flow definition.
8538
+ - `back`: return the user to the previous step. Surfaced by the engine
8539
+ when going back is available.
8540
+ */
8541
+ kind: SubmitFlowStep400StepActionsItemKind;
7972
8542
  /** Marks this as the default/primary action. The runtime template uses
7973
8543
  this hint to choose visual emphasis. At most one action per step
7974
8544
  should be primary; this is not enforced here.
@@ -7996,6 +8566,7 @@ type SubmitFlowStep400StepActionsItem = {
7996
8566
  type SubmitFlowStep400StepChallengeMethod = (typeof SubmitFlowStep400StepChallengeMethod)[keyof typeof SubmitFlowStep400StepChallengeMethod];
7997
8567
  declare const SubmitFlowStep400StepChallengeMethod: {
7998
8568
  readonly passkey: "passkey";
8569
+ readonly passkey_register: "passkey_register";
7999
8570
  };
8000
8571
  //#endregion
8001
8572
  //#region src/generated/model/submitFlowStep400StepChallengeOptions.d.ts
@@ -8530,7 +9101,32 @@ type UpdateFlowDefinition200FlowDefinitionAudience = {
8530
9101
  app_ids?: string[];
8531
9102
  };
8532
9103
  //#endregion
8533
- //#region src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActionsItem.d.ts
9104
+ //#region src/generated/model/updateFlowDefinition200FlowDefinitionStatus.d.ts
9105
+ /**
9106
+ * Generated by orval v8.10.0 🍺
9107
+ * Do not edit manually.
9108
+ * Zitadel NextGen
9109
+ * This is the next generation of the Zitadel identity platform.
9110
+ * OpenAPI spec version: 0.0.1
9111
+ */
9112
+ /**
9113
+ * The lifecycle state of this flow definition.
9114
+
9115
+ active: The flow definition is ready to be used. The flow engine can select it for new flows.
9116
+ draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
9117
+
9118
+ Allowed transitions:
9119
+ - draft -> active: To activate the flow definition.
9120
+ - active -> draft: To remove the flow definition from active use immediately.
9121
+
9122
+ */
9123
+ type UpdateFlowDefinition200FlowDefinitionStatus = (typeof UpdateFlowDefinition200FlowDefinitionStatus)[keyof typeof UpdateFlowDefinition200FlowDefinitionStatus];
9124
+ declare const UpdateFlowDefinition200FlowDefinitionStatus: {
9125
+ readonly active: "active";
9126
+ readonly draft: "draft";
9127
+ };
9128
+ //#endregion
9129
+ //#region src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActionsItemKind.d.ts
8534
9130
  /**
8535
9131
  * Generated by orval v8.10.0 🍺
8536
9132
  * Do not edit manually.
@@ -8538,13 +9134,49 @@ type UpdateFlowDefinition200FlowDefinitionAudience = {
8538
9134
  * This is the next generation of the Zitadel identity platform.
8539
9135
  * OpenAPI spec version: 0.0.1
8540
9136
  */
9137
+ /**
9138
+ * Classifies how the engine handles this action:
9139
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
9140
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
9141
+ fires once the returned assertion verifies.
9142
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
9143
+ transition fires once the returned attestation verifies.
9144
+ - `navigate`: route through the transition without running the input
9145
+ pipeline. Used for pure-routing actions declared in the flow definition.
9146
+ - `back`: return the user to the previous step. Surfaced by the engine
9147
+ when going back is available.
9148
+
9149
+ */
9150
+ type UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind = (typeof UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind)[keyof typeof UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind];
9151
+ declare const UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind: {
9152
+ readonly submit: "submit";
9153
+ readonly passkey: "passkey";
9154
+ readonly passkey_register: "passkey_register";
9155
+ readonly navigate: "navigate";
9156
+ readonly back: "back";
9157
+ };
9158
+ //#endregion
9159
+ //#region src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActionsItem.d.ts
8541
9160
  /**
8542
9161
  * Configuration for a user-invokable action on a step. The `name` is sent
8543
- back in the submit request as `action`.
9162
+ back in the submit request as `action`; the engine resolves the action's
9163
+ declared `kind` to decide how to handle the submission.
8544
9164
 
8545
9165
  */
8546
9166
  type UpdateFlowDefinition200FlowDefinitionStepsItemActionsItem = {
8547
9167
  /** Action identifier. Sent back in the submit request as `action`. */name: string;
9168
+ /** Classifies how the engine handles this action:
9169
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
9170
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
9171
+ fires once the returned assertion verifies.
9172
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
9173
+ transition fires once the returned attestation verifies.
9174
+ - `navigate`: route through the transition without running the input
9175
+ pipeline. Used for pure-routing actions declared in the flow definition.
9176
+ - `back`: return the user to the previous step. Surfaced by the engine
9177
+ when going back is available.
9178
+ */
9179
+ kind: UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind;
8548
9180
  /** Marks this as the default/primary action. The runtime template uses
8549
9181
  this hint to choose visual emphasis. At most one action per step
8550
9182
  should be primary; this is not enforced here.
@@ -8791,6 +9423,14 @@ type UpdateFlowDefinition200FlowDefinition = {
8791
9423
  * @pattern ^[a-z][a-z0-9-]*$
8792
9424
  */
8793
9425
  name: string;
9426
+ /** The lifecycle state of this flow definition.
9427
+ active: The flow definition is ready to be used. The flow engine can select it for new flows.
9428
+ draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
9429
+ Allowed transitions:
9430
+ - draft -> active: To activate the flow definition.
9431
+ - active -> draft: To remove the flow definition from active use immediately.
9432
+ */
9433
+ status: UpdateFlowDefinition200FlowDefinitionStatus;
8794
9434
  /** User schema this flow operates on. Step `fields` reference properties
8795
9435
  defined in this schema. The engine resolves field types, validation,
8796
9436
  and implicit outcomes from schema annotations at runtime.
@@ -8819,8 +9459,7 @@ type UpdateFlowDefinition200FlowDefinition = {
8819
9459
  //#region src/generated/model/updateFlowDefinition200.d.ts
8820
9460
  type UpdateFlowDefinition200 = {
8821
9461
  /** Unique identifier for the flow definition. */id: string; /** Identifier of the project this flow definition belongs to. */
8822
- project_id: string; /** Status of the flow definition. */
8823
- status: string;
9462
+ project_id: string;
8824
9463
  /** A flow definition is the server-side configuration that describes a complete
8825
9464
  authentication or identity flow. It is NOT sent to the frontend — the flow
8826
9465
  engine evaluates it and produces FlowResponse payloads (steps with capability
@@ -8884,7 +9523,7 @@ type UpdateFlowDefinition404 = {
8884
9523
  details?: UpdateFlowDefinition404Details;
8885
9524
  };
8886
9525
  //#endregion
8887
- //#region src/generated/model/updateFlowDefinitionBodyAudience.d.ts
9526
+ //#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionAudience.d.ts
8888
9527
  /**
8889
9528
  * Generated by orval v8.10.0 🍺
8890
9529
  * Do not edit manually.
@@ -8899,12 +9538,12 @@ matches every request in the project. The engine picks the most specific
8899
9538
  matching definition: app > team > project-wide.
8900
9539
 
8901
9540
  */
8902
- type UpdateFlowDefinitionBodyAudience = {
9541
+ type UpdateFlowDefinitionBodyFlowDefinitionAudience = {
8903
9542
  /** Restrict to specific teams (organizations). Empty means no team restriction. */team_ids?: string[]; /** Restrict to specific applications. Empty means no app restriction. */
8904
9543
  app_ids?: string[];
8905
9544
  };
8906
9545
  //#endregion
8907
- //#region src/generated/model/updateFlowDefinitionBodyStepsItemActionsItem.d.ts
9546
+ //#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStatus.d.ts
8908
9547
  /**
8909
9548
  * Generated by orval v8.10.0 🍺
8910
9549
  * Do not edit manually.
@@ -8912,13 +9551,74 @@ type UpdateFlowDefinitionBodyAudience = {
8912
9551
  * This is the next generation of the Zitadel identity platform.
8913
9552
  * OpenAPI spec version: 0.0.1
8914
9553
  */
9554
+ /**
9555
+ * The lifecycle state of this flow definition.
9556
+
9557
+ active: The flow definition is ready to be used. The flow engine can select it for new flows.
9558
+ draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
9559
+
9560
+ Allowed transitions:
9561
+ - draft -> active: To activate the flow definition.
9562
+ - active -> draft: To remove the flow definition from active use immediately.
9563
+
9564
+ */
9565
+ type UpdateFlowDefinitionBodyFlowDefinitionStatus = (typeof UpdateFlowDefinitionBodyFlowDefinitionStatus)[keyof typeof UpdateFlowDefinitionBodyFlowDefinitionStatus];
9566
+ declare const UpdateFlowDefinitionBodyFlowDefinitionStatus: {
9567
+ readonly active: "active";
9568
+ readonly draft: "draft";
9569
+ };
9570
+ //#endregion
9571
+ //#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind.d.ts
9572
+ /**
9573
+ * Generated by orval v8.10.0 🍺
9574
+ * Do not edit manually.
9575
+ * Zitadel NextGen
9576
+ * This is the next generation of the Zitadel identity platform.
9577
+ * OpenAPI spec version: 0.0.1
9578
+ */
9579
+ /**
9580
+ * Classifies how the engine handles this action:
9581
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
9582
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
9583
+ fires once the returned assertion verifies.
9584
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
9585
+ transition fires once the returned attestation verifies.
9586
+ - `navigate`: route through the transition without running the input
9587
+ pipeline. Used for pure-routing actions declared in the flow definition.
9588
+ - `back`: return the user to the previous step. Surfaced by the engine
9589
+ when going back is available.
9590
+
9591
+ */
9592
+ type UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind = (typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind)[keyof typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind];
9593
+ declare const UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind: {
9594
+ readonly submit: "submit";
9595
+ readonly passkey: "passkey";
9596
+ readonly passkey_register: "passkey_register";
9597
+ readonly navigate: "navigate";
9598
+ readonly back: "back";
9599
+ };
9600
+ //#endregion
9601
+ //#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem.d.ts
8915
9602
  /**
8916
9603
  * Configuration for a user-invokable action on a step. The `name` is sent
8917
- back in the submit request as `action`.
9604
+ back in the submit request as `action`; the engine resolves the action's
9605
+ declared `kind` to decide how to handle the submission.
8918
9606
 
8919
9607
  */
8920
- type UpdateFlowDefinitionBodyStepsItemActionsItem = {
9608
+ type UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem = {
8921
9609
  /** Action identifier. Sent back in the submit request as `action`. */name: string;
9610
+ /** Classifies how the engine handles this action:
9611
+ - `submit`: collect the step's fields and run validate/dispatch/on_success.
9612
+ - `passkey`: issue a WebAuthn assertion challenge; the matching transition
9613
+ fires once the returned assertion verifies.
9614
+ - `passkey_register`: issue a WebAuthn registration challenge; the matching
9615
+ transition fires once the returned attestation verifies.
9616
+ - `navigate`: route through the transition without running the input
9617
+ pipeline. Used for pure-routing actions declared in the flow definition.
9618
+ - `back`: return the user to the previous step. Surfaced by the engine
9619
+ when going back is available.
9620
+ */
9621
+ kind: UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind;
8922
9622
  /** Marks this as the default/primary action. The runtime template uses
8923
9623
  this hint to choose visual emphasis. At most one action per step
8924
9624
  should be primary; this is not enforced here.
@@ -8932,7 +9632,7 @@ type UpdateFlowDefinitionBodyStepsItemActionsItem = {
8932
9632
  text_key?: string;
8933
9633
  };
8934
9634
  //#endregion
8935
- //#region src/generated/model/updateFlowDefinitionBodyStepsItemComplete.d.ts
9635
+ //#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemComplete.d.ts
8936
9636
  /**
8937
9637
  * Generated by orval v8.10.0 🍺
8938
9638
  * Do not edit manually.
@@ -8946,13 +9646,13 @@ type UpdateFlowDefinitionBodyStepsItemActionsItem = {
8946
9646
  - show: render as a success/info screen
8947
9647
 
8948
9648
  */
8949
- type UpdateFlowDefinitionBodyStepsItemComplete = (typeof UpdateFlowDefinitionBodyStepsItemComplete)[keyof typeof UpdateFlowDefinitionBodyStepsItemComplete];
8950
- declare const UpdateFlowDefinitionBodyStepsItemComplete: {
9649
+ type UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete = (typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete)[keyof typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete];
9650
+ declare const UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete: {
8951
9651
  readonly redirect: "redirect";
8952
9652
  readonly show: "show";
8953
9653
  };
8954
9654
  //#endregion
8955
- //#region src/generated/model/updateFlowDefinitionBodyStepsItemGatesConfig.d.ts
9655
+ //#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig.d.ts
8956
9656
  /**
8957
9657
  * Generated by orval v8.10.0 🍺
8958
9658
  * Do not edit manually.
@@ -8965,11 +9665,11 @@ declare const UpdateFlowDefinitionBodyStepsItemComplete: {
8965
9665
  issuing the per-render challenge. Opaque to the engine.
8966
9666
 
8967
9667
  */
8968
- type UpdateFlowDefinitionBodyStepsItemGatesConfig = {
9668
+ type UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig = {
8969
9669
  [key: string]: unknown;
8970
9670
  };
8971
9671
  //#endregion
8972
- //#region src/generated/model/updateFlowDefinitionBodyStepsItemGatesKind.d.ts
9672
+ //#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind.d.ts
8973
9673
  /**
8974
9674
  * Generated by orval v8.10.0 🍺
8975
9675
  * Do not edit manually.
@@ -8983,12 +9683,12 @@ ceremonies (e.g. passkey) are modelled as credential auth_attempts via
8983
9683
  `x-credential` on a field, not as gates.
8984
9684
 
8985
9685
  */
8986
- type UpdateFlowDefinitionBodyStepsItemGatesKind = (typeof UpdateFlowDefinitionBodyStepsItemGatesKind)[keyof typeof UpdateFlowDefinitionBodyStepsItemGatesKind];
8987
- declare const UpdateFlowDefinitionBodyStepsItemGatesKind: {
9686
+ type UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind = (typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind)[keyof typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind];
9687
+ declare const UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind: {
8988
9688
  readonly captcha: "captcha";
8989
9689
  };
8990
9690
  //#endregion
8991
- //#region src/generated/model/updateFlowDefinitionBodyStepsItemGates.d.ts
9691
+ //#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemGates.d.ts
8992
9692
  /**
8993
9693
  * Security gates that must be satisfied before submission. Keyed by gate
8994
9694
  name. Each gate selects a kind (e.g. "captcha") and provider-specific
@@ -8996,13 +9696,13 @@ configuration. The engine may also inject gates dynamically based on
8996
9696
  policy.
8997
9697
 
8998
9698
  */
8999
- type UpdateFlowDefinitionBodyStepsItemGates = {
9699
+ type UpdateFlowDefinitionBodyFlowDefinitionStepsItemGates = {
9000
9700
  [key: string]: {
9001
9701
  /** The gate category. Only `captcha` is currently defined. Authenticator
9002
9702
  ceremonies (e.g. passkey) are modelled as credential auth_attempts via
9003
9703
  `x-credential` on a field, not as gates.
9004
9704
  */
9005
- kind: UpdateFlowDefinitionBodyStepsItemGatesKind;
9705
+ kind: UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind;
9006
9706
  /** Provider identifier within the gate kind — e.g. `altcha`, `turnstile`,
9007
9707
  `hcaptcha`. The engine looks up an implementation in its provider
9008
9708
  registry.
@@ -9011,11 +9711,11 @@ type UpdateFlowDefinitionBodyStepsItemGates = {
9011
9711
  /** Provider-specific configuration consumed by the implementation when
9012
9712
  issuing the per-render challenge. Opaque to the engine.
9013
9713
  */
9014
- config?: UpdateFlowDefinitionBodyStepsItemGatesConfig;
9714
+ config?: UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig;
9015
9715
  };
9016
9716
  };
9017
9717
  //#endregion
9018
- //#region src/generated/model/updateFlowDefinitionBodyStepsItemOnSuccess.d.ts
9718
+ //#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess.d.ts
9019
9719
  /**
9020
9720
  * Generated by orval v8.10.0 🍺
9021
9721
  * Do not edit manually.
@@ -9030,12 +9730,12 @@ Runs after field validation passes, before the transition fires.
9030
9730
  - create_user: creates the user record (registration flows)
9031
9731
 
9032
9732
  */
9033
- type UpdateFlowDefinitionBodyStepsItemOnSuccess = (typeof UpdateFlowDefinitionBodyStepsItemOnSuccess)[keyof typeof UpdateFlowDefinitionBodyStepsItemOnSuccess];
9034
- declare const UpdateFlowDefinitionBodyStepsItemOnSuccess: {
9733
+ type UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess = (typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess)[keyof typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess];
9734
+ declare const UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess: {
9035
9735
  readonly create_user: "create_user";
9036
9736
  };
9037
9737
  //#endregion
9038
- //#region src/generated/model/updateFlowDefinitionBodyStepsItemSsoProvidersItem.d.ts
9738
+ //#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem.d.ts
9039
9739
  /**
9040
9740
  * Generated by orval v8.10.0 🍺
9041
9741
  * Do not edit manually.
@@ -9046,13 +9746,13 @@ declare const UpdateFlowDefinitionBodyStepsItemOnSuccess: {
9046
9746
  /**
9047
9747
  * An available SSO identity provider.
9048
9748
  */
9049
- type UpdateFlowDefinitionBodyStepsItemSsoProvidersItem = {
9749
+ type UpdateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem = {
9050
9750
  /** Provider instance identifier. */id: string; /** Display name for the provider. */
9051
9751
  name: string; /** Template hint for rendering (logo, colors). */
9052
9752
  template: string;
9053
9753
  };
9054
9754
  //#endregion
9055
- //#region src/generated/model/updateFlowDefinitionBodyStepsItemTransitions.d.ts
9755
+ //#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemTransitions.d.ts
9056
9756
  /**
9057
9757
  * Generated by orval v8.10.0 🍺
9058
9758
  * Do not edit manually.
@@ -9069,7 +9769,7 @@ come from implicit outcomes based on schema annotations
9069
9769
  events (e.g. `sso`, `callback`).
9070
9770
 
9071
9771
  */
9072
- type UpdateFlowDefinitionBodyStepsItemTransitions = {
9772
+ type UpdateFlowDefinitionBodyFlowDefinitionStepsItemTransitions = {
9073
9773
  [key: string]: {
9074
9774
  /** Step name within this flow (when `action` is null), or the name
9075
9775
  of another flow (when `action` is `switch` or `pivot`).
@@ -9088,7 +9788,7 @@ type UpdateFlowDefinitionBodyStepsItemTransitions = {
9088
9788
  };
9089
9789
  };
9090
9790
  //#endregion
9091
- //#region src/generated/model/updateFlowDefinitionBodyStepsItem.d.ts
9791
+ //#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItem.d.ts
9092
9792
  /**
9093
9793
  * A step in a flow definition. This is the admin-authored configuration,
9094
9794
  not the runtime payload sent to the frontend.
@@ -9101,7 +9801,7 @@ A step with only `complete` set is a terminal step. All other steps are
9101
9801
  rendered to the frontend as capability payloads.
9102
9802
 
9103
9803
  */
9104
- type UpdateFlowDefinitionBodyStepsItem = {
9804
+ type UpdateFlowDefinitionBodyFlowDefinitionStepsItem = {
9105
9805
  /** Unique step identifier within this flow. Used as transition targets
9106
9806
  and returned in the API response as `step.name`.
9107
9807
  */
@@ -9117,65 +9817,107 @@ type UpdateFlowDefinitionBodyStepsItem = {
9117
9817
  frontend sends back in the submit request. If omitted, the engine
9118
9818
  provides a default `submit` action.
9119
9819
  */
9120
- actions?: UpdateFlowDefinitionBodyStepsItemActionsItem[];
9820
+ actions?: UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem[];
9121
9821
  /** Security gates that must be satisfied before submission. Keyed by gate
9122
9822
  name. Each gate selects a kind (e.g. "captcha") and provider-specific
9123
9823
  configuration. The engine may also inject gates dynamically based on
9124
9824
  policy.
9125
9825
  */
9126
- gates?: UpdateFlowDefinitionBodyStepsItemGates; /** Available SSO identity providers for this step. */
9127
- sso_providers?: UpdateFlowDefinitionBodyStepsItemSsoProvidersItem[];
9826
+ gates?: UpdateFlowDefinitionBodyFlowDefinitionStepsItemGates; /** Available SSO identity providers for this step. */
9827
+ sso_providers?: UpdateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem[];
9128
9828
  /** Server-side mutation to execute when this step completes successfully.
9129
9829
  Runs after field validation passes, before the transition fires.
9130
9830
  - create_user: creates the user record (registration flows)
9131
9831
  */
9132
- on_success?: UpdateFlowDefinitionBodyStepsItemOnSuccess;
9832
+ on_success?: UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess;
9133
9833
  /** Marks this as a terminal step. Tells the frontend what to do:
9134
9834
  - redirect: navigate to redirect_uri (OIDC/SAML callback done)
9135
9835
  - show: render as a success/info screen
9136
9836
  */
9137
- complete?: UpdateFlowDefinitionBodyStepsItemComplete;
9837
+ complete?: UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete;
9138
9838
  /** Maps action/outcome names to their transition descriptor.
9139
9839
  Keys match action names from the `actions` array. Additional keys
9140
9840
  come from implicit outcomes based on schema annotations
9141
9841
  (e.g. `user_not_found` from `x-unique` fields) and engine
9142
9842
  events (e.g. `sso`, `callback`).
9143
9843
  */
9144
- transitions?: UpdateFlowDefinitionBodyStepsItemTransitions;
9844
+ transitions?: UpdateFlowDefinitionBodyFlowDefinitionStepsItemTransitions;
9145
9845
  };
9146
9846
  //#endregion
9147
- //#region src/generated/model/updateFlowDefinitionBody.d.ts
9847
+ //#region src/generated/model/updateFlowDefinitionBodyFlowDefinition.d.ts
9148
9848
  /**
9149
- * Partial update for a flow definition. Only provided fields are replaced;
9150
- omitted fields retain their current server-side values.
9151
-
9152
- Collection fields (`steps`, `purposes`) are treated atomically: if
9153
- provided, the entire array/object is replaced. If omitted, the current
9154
- value is preserved unchanged.
9849
+ * A flow definition is the server-side configuration that describes a complete
9850
+ authentication or identity flow. It is NOT sent to the frontend — the flow
9851
+ engine evaluates it and produces FlowResponse payloads (steps with capability
9852
+ dictionaries) for the client.
9155
9853
 
9156
- `name` is a stable identifier and cannot be changed after creation.
9854
+ Flow definitions are created by administrators and stored in the project/team
9855
+ configuration hierarchy. The engine selects the matching definition based on
9856
+ the purpose + audience when a flow is created via POST /flow.
9157
9857
 
9158
9858
  */
9159
- type UpdateFlowDefinitionBody = {
9160
- /** User schema this flow operates on. Replaces the current value if provided.
9859
+ type UpdateFlowDefinitionBodyFlowDefinition = {
9860
+ /**
9861
+ * Stable identifier for this flow, used as the target of cross-flow
9862
+ `switch` and `pivot` transitions. Renaming is not supported — the
9863
+ `name` is part of the public contract another definition may
9864
+ reference. Acts as the human display label as well; no separate slug.
9865
+ * @pattern ^[a-z][a-z0-9-]*$
9866
+ */
9867
+ name: string;
9868
+ /** The lifecycle state of this flow definition.
9869
+ active: The flow definition is ready to be used. The flow engine can select it for new flows.
9870
+ draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
9871
+ Allowed transitions:
9872
+ - draft -> active: To activate the flow definition.
9873
+ - active -> draft: To remove the flow definition from active use immediately.
9874
+ */
9875
+ status: UpdateFlowDefinitionBodyFlowDefinitionStatus;
9876
+ /** User schema this flow operates on. Step `fields` reference properties
9877
+ defined in this schema. The engine resolves field types, validation,
9878
+ and implicit outcomes from schema annotations at runtime.
9161
9879
  */
9162
- user_schema?: string;
9163
- /** Replaces the full purpose-to-entry-step map if provided. Keys are
9164
- purpose names; values must match a `name` in `steps`.
9880
+ user_schema: string;
9881
+ /** Maps each purpose this definition handles to its entry-point step.
9882
+ Keys are purpose names; values must match a `name` in `steps`. A
9883
+ definition can serve multiple purposes (e.g. a combined login/register
9884
+ flow) by listing one entry per purpose.
9165
9885
  */
9166
- purposes?: Partial<Record<"login" | "register" | "recovery" | "profiling" | "reauth" | "link_account", string>>;
9886
+ purposes: Partial<Record<"login" | "register" | "recovery" | "profiling" | "reauth" | "link_account", string>>;
9167
9887
  /** Scopes which teams or apps this flow definition applies to. Empty or
9168
9888
  omitted fields mean "no restriction"; when both are empty the definition
9169
9889
  matches every request in the project. The engine picks the most specific
9170
9890
  matching definition: app > team > project-wide.
9171
9891
  */
9172
- audience?: UpdateFlowDefinitionBodyAudience;
9892
+ audience?: UpdateFlowDefinitionBodyFlowDefinitionAudience;
9173
9893
  /**
9174
- * Replaces the full steps array if provided. Partial step lists are not
9175
- supported supply all steps when updating this field.
9894
+ * Ordered list of steps in this flow. The order is for human readability —
9895
+ actual step sequencing is determined by transitions.
9176
9896
  * @minItems 1
9177
9897
  */
9178
- steps?: UpdateFlowDefinitionBodyStepsItem[];
9898
+ steps: UpdateFlowDefinitionBodyFlowDefinitionStepsItem[];
9899
+ };
9900
+ //#endregion
9901
+ //#region src/generated/model/updateFlowDefinitionBody.d.ts
9902
+ /**
9903
+ * Replaces the existing flow definition.
9904
+
9905
+ */
9906
+ type UpdateFlowDefinitionBody = {
9907
+ /** URI of the server-published flow definition schema this definition was
9908
+ authored against. The server uses this to validate the definition.
9909
+ If not provided, the engine will use the latest schema version for validation.
9910
+ */
9911
+ schema_uri?: string;
9912
+ /** A flow definition is the server-side configuration that describes a complete
9913
+ authentication or identity flow. It is NOT sent to the frontend — the flow
9914
+ engine evaluates it and produces FlowResponse payloads (steps with capability
9915
+ dictionaries) for the client.
9916
+ Flow definitions are created by administrators and stored in the project/team
9917
+ configuration hierarchy. The engine selects the matching definition based on
9918
+ the purpose + audience when a flow is created via POST /flow.
9919
+ */
9920
+ flow_definition: UpdateFlowDefinitionBodyFlowDefinition;
9179
9921
  };
9180
9922
  //#endregion
9181
9923
  //#region src/generated/model/updateFlowDefinitionDefaultDetails.d.ts
@@ -9574,5 +10316,5 @@ type VerifyChallengeProofDefault = ({
9574
10316
  code: "internal";
9575
10317
  });
9576
10318
  //#endregion
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
10319
+ export { SubmitFlowStepBodyChallengeResponse as $, GetFlowDefinition200FlowDefinitionStepsItemGates as $a, CreateFlow201StepChallengeMethod as $c, GetMySession200UserAgent as $i, ListSessions200SessionsItemFactorsItemMethod as $n, CreateUserParams as $o, GetSessionDefault as $r, CreateFlowDefinitionDefaultDetails as $s, SetUserPasswordBody as $t, UpdateFlowDefinition404 as A, GetFlowStep200StepGatesKind as Aa, CreateFlowDefinition201FlowDefinitionStatus as Ac, GetProject200 as Ai, ActivateFlowDefinition400 as Al, ListUsersDefaultDetails as An, ExchangeHandoff200SessionUserAgent as Ao, GetUserByIDDefault as Ar, CreateSession201SessionState as As, SubmitFlowStep200StepFieldsItemValidation as At, UpdateFlowDefinition200FlowDefinitionStepsItemGates as B, GetFlowStep200StepActionsItem as Ba, CreateFlow201Step as Bc, GetMyUserDefault as Bi, ListSessions403 as Bn, EndSession400Details as Bo, GetTokenBodyGrantType as Br, CreateSchema409Details as Bs, SubmitFlowStep200BrandingLayout as Bt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind as C, GetFlowStep404 as Ca, CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess as Cc, GetReady4xxDetails as Ci, AuthorizeDeviceDefaultDetails as Cl, RevokeMySession409Details as Cn, ExchangeHandoff410Details as Co, Introspect200 as Cr, CreateSessionBody as Cs, SubmitFlowStep200Step as Ct, UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind as D, GetFlowStep200StepTexts as Da, CreateFlowDefinition201FlowDefinitionStepsItemComplete as Dc, GetProject404Details as Di, ActivateFlowDefinitionParams as Dl, RevokeMySession401Details as Dn, ExchangeHandoff400Details as Do, GetUserInfo4xx as Dr, CreateSession201 as Ds, SubmitFlowStep200StepGatesKind as Dt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem as E, GetFlowStep200Step as Ea, CreateFlowDefinition201FlowDefinitionStepsItemGatesConfig as Ec, GetProject404 as Ei, AuthorizeDevice200 as El, RevokeMySession401 as En, ExchangeHandoff400 as Eo, GetUserInfo200 as Er, CreateSession400Details as Es, SubmitFlowStep200StepGates as Et, UpdateFlowDefinition200FlowDefinition as F, GetFlowStep200StepFieldsItemType as Fa, CreateFlowBodyPurpose as Fc, GetOpenIDConfiguration200SubjectTypesSupportedItem as Fi, ListUsers200Item as Fn, ExchangeHandoff200SessionFactorsItemMethod as Fo, GetUserByID401Details as Fr, CreateSchemaParams as Fs, SubmitFlowStep200StepChallengeOptions as Ft, UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind as G, GetFlowDefinitionDefault as Ga, CreateFlow201StepGatesConfig as Gc, GetMyUser200 as Gi, ListSessions400Details as Gn, DeleteFlowDefinition409Details as Go, GetTeamDefault as Gr, CreateProjectDefaultDetails as Gs, SubmitFlowEventBodyPayload as Gt, UpdateFlowDefinition200FlowDefinitionStepsItemGatesConfig as H, GetFlowStep200Branding as Ha, CreateFlow201StepSsoProvidersItem as Hc, GetMyUser404 as Hi, ListSessions401 as Hn, DeleteFlowDefinitionDefault as Ho, GetToken4xx as Hr, CreateSchema400Details as Hs, SubmitFlowEventDefaultDetails as Ht, UpdateFlowDefinition200FlowDefinitionStepsItem as I, GetFlowStep200StepComplete as Ia, CreateFlowBodyHint as Ic, GetOpenIDConfiguration200DisplayValuesSupportedItem as Ii, ListSessionsParams as In, EndSessionParams as Io, GetUserByID200 as Ir, CreateSchemaDefault as Is, SubmitFlowStep200StepChallengeMethod as It, SubmitFlowStepDefault as J, GetFlowDefinition200FlowDefinition as Ja, CreateFlow201StepFieldsItemValidationFormat as Jc, GetMySession404 as Ji, ListSessions200SessionsItemUserAgent as Jn, DeactivateFlowDefinitionDefaultDetails as Jo, GetTeam404Details as Jr, CreateProject429Details as Js, SubmitFlowEvent400 as Jt, UpdateFlowDefinition200FlowDefinitionStatus as K, GetFlowDefinitionDefaultDetails as Ka, CreateFlow201StepFieldsItem as Kc, GetMySessionDefault as Ki, ListSessions200 as Kn, DeactivateFlowDefinitionParams as Ko, GetTeamDefaultDetails as Kr, CreateProjectBody as Ks, SubmitFlowEvent404 as Kt, UpdateFlowDefinition200FlowDefinitionStepsItemTransitions as L, GetFlowStep200StepChallenge as La, CreateFlow400 as Lc, GetOpenIDConfiguration200ClaimTypesSupportedItem as Li, ListSessionsState as Ln, EndSessionDefault as Lo, GetTokenDefault as Lr, CreateSchemaDefaultDetails as Ls, SubmitFlowStep200StepActionsItem as Lt, UpdateFlowDefinition400 as M, GetFlowStep200StepFieldsItem as Ma, CreateFlowDefault as Mc, GetOpenIDConfigurationDefaultDetails as Mi, ListUsers500Details as Mn, ExchangeHandoff200SessionMetadata as Mo, GetUserByID404 as Mr, CreateSession201SessionFactorsItem as Ms, SubmitFlowStep200StepFieldsItemType as Mt, UpdateFlowDefinition400Details as N, GetFlowStep200StepFieldsItemValidation as Na, CreateFlowDefaultDetails as Nc, GetOpenIDConfiguration200 as Ni, ListUsers400 as Nn, ExchangeHandoff200SessionFactorsItem as No, GetUserByID404Details as Nr, CreateSession201SessionFactorsItemPayload as Ns, SubmitFlowStep200StepComplete as Nt, UpdateFlowDefinitionBodyFlowDefinitionStatus as O, GetFlowStep200StepSsoProvidersItem as Oa, CreateFlowDefinition201FlowDefinitionStepsItemActionsItem as Oc, GetProject401 as Oi, ActivateFlowDefinitionDefault as Ol, ListUsersParams as On, ExchangeHandoff200 as Oo, GetUserInfo4xxDetails as Or, CreateSession201Session as Os, SubmitFlowStep200StepGatesConfig as Ot, UpdateFlowDefinition200 as P, GetFlowStep200StepFieldsItemValidationFormat as Pa, CreateFlowBody as Pc, GetOpenIDConfiguration200TokenEndpointAuthMethodsSupportedItem as Pi, ListUsers400Details as Pn, ExchangeHandoff200SessionFactorsItemPayload as Po, GetUserByID401 as Pr, CreateSession201SessionFactorsItemMethod as Ps, SubmitFlowStep200StepChallenge as Pt, SubmitFlowStepBodyFields as Q, GetFlowDefinition200FlowDefinitionStepsItemOnSuccess as Qa, CreateFlow201StepChallengeOptions as Qc, GetMySession200 as Qi, ListSessions200SessionsItemFactorsItemPayload as Qn, DeactivateFlowDefinition400Details as Qo, GetSessionParams as Qr, CreateFlowDefinitionDefault as Qs, SetUserPasswordDefaultDetails as Qt, UpdateFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as R, GetFlowStep200StepChallengeOptions as Ra, CreateFlow400Details as Rc, GetOpenIDConfiguration4xx as Ri, ListSessionsDefault as Rn, EndSessionDefaultDetails as Ro, GetTokenDefaultDetails as Rr, CreateSchemaBody as Rs, SubmitFlowStep200StepActionsItemKind as Rt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGates as S, GetFlowStep410Details as Sa, CreateFlowDefinition201FlowDefinitionStepsItemSsoProvidersItem as Sc, GetReady4xx as Si, AuthorizeDeviceDefault as Sl, RevokeMySession409 as Sn, ExchangeHandoff410 as So, Introspect400Details as Sr, CreateSessionDefaultDetails as Ss, SubmitFlowStep200 as St, UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete as T, GetFlowStep200 as Ta, CreateFlowDefinition201FlowDefinitionStepsItemGatesKind as Tc, GetProjectDefaultDetails as Ti, AuthorizeDevice400Details as Tl, RevokeMySession404Details as Tn, ExchangeHandoff401Details as To, GetUserInfoDefaultDetails as Tr, CreateSession400 as Ts, SubmitFlowStep200StepSsoProvidersItem as Tt, UpdateFlowDefinition200FlowDefinitionStepsItemComplete as U, GetFlowStep200BrandingLayout as Ua, CreateFlow201StepGates as Uc, GetMyUser401 as Ui, ListSessions401Details as Un, DeleteFlowDefinitionDefaultDetails as Uo, GetToken4xxDetails as Ur, CreateSchema201 as Us, SubmitFlowEventBody as Ut, UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind as V, GetFlowStep200StepActionsItemKind as Va, CreateFlow201StepTexts as Vc, GetMyUserDefaultDetails as Vi, ListSessions403Details as Vn, DeleteFlowDefinitionParams as Vo, GetToken200 as Vr, CreateSchema400 as Vs, SubmitFlowEventDefault as Vt, UpdateFlowDefinition200FlowDefinitionStepsItemActionsItem as W, GetFlowDefinitionParams as Wa, CreateFlow201StepGatesKind as Wc, GetMyUser401Details as Wi, ListSessions400 as Wn, DeleteFlowDefinition409 as Wo, GetTeamParams as Wr, CreateProjectDefault as Ws, SubmitFlowEventBodyType as Wt, SubmitFlowStepBody as X, GetFlowDefinition200FlowDefinitionStepsItemTransitions as Xa, CreateFlow201StepComplete as Xc, GetMySession401 as Xi, ListSessions200SessionsItemMetadata as Xn, DeactivateFlowDefinition409Details as Xo, GetTeam401Details as Xr, CreateHandoffDefault as Xs, SetUserPasswordParams as Xt, SubmitFlowStepDefaultDetails as Y, GetFlowDefinition200FlowDefinitionStepsItem as Ya, CreateFlow201StepFieldsItemType as Yc, GetMySession404Details as Yi, ListSessions200SessionsItemState as Yn, DeactivateFlowDefinition409 as Yo, GetTeam401 as Yr, CreateProject201 as Ys, SubmitFlowEvent400Details as Yt, SubmitFlowStepBodyGateProofs as Z, GetFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as Za, CreateFlow201StepChallenge as Zc, GetMySession401Details as Zi, ListSessions200SessionsItemFactorsItem as Zn, DeactivateFlowDefinition400 as Zo, GetTeam200 as Zr, CreateHandoff200 as Zs, SetUserPasswordDefault as Zt, UpdateFlowDefinitionBodyFlowDefinition as _, GetHealth4xx as _a, CreateFlowDefinition400Details as _c, GetSchemaById400 as _i, AuthorizeGetDefault as _l, RevokeSession404Details as _n, GetAuthAttempt200ChallengesItemMethod as _o, IssueChallenge201Method as _r, CreateTeam429Details as _s, SubmitFlowStep400StepChallengeMethod as _t, VerifyChallengeProof200RequiredFactorsItem as a, GetLiveDefault as aa, CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess as ac, GetSession200 as ai, CreateAuthAttemptBody as al, SetUserPassword400Details as an, GetFlowDefinition200FlowDefinitionStatus as ao, ListFlowDefinitions400Details as ar, CreateUser403 as as, SubmitFlowStep400StepTexts as at, UpdateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem as b, GetFlowStepDefaultDetails as ba, CreateFlowDefinition201FlowDefinitionStepsItem as bc, GetReadyDefault as bi, AuthorizeGet400Details as bl, RevokeMySessionDefault as bn, ExchangeHandoffDefaultDetails as bo, IntrospectBody as br, CreateTeam201 as bs, SubmitFlowStep400Branding as bt, VerifyChallengeProof200CompletedFactorsItemMethod as c, GetLive4xxDetails as ca, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig as cc, GetSession200Metadata as ci, CreateAuthAttempt201RequiredFactorsItem as cl, RevokeTokenBody as cn, GetAuthAttempt200 as co, ListFlowDefinitions200FlowDefinitionsItemStatus as cr, CreateUser401Details as cs, SubmitFlowStep400StepGatesKind as ct, VerifyChallengeProof200ChallengesItemPayload as d, GetKeys200 as da, CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind as dc, GetSession200FactorsItemMethod as di, CreateAuthAttempt201CompletedFactorsItemMethod as dl, RevokeSessionParams as dn, GetAuthAttempt200CompletedFactorsItem as do, IssueChallengeBodyPasskeyOptions as dr, CreateUser201 as ds, SubmitFlowStep400StepFieldsItemValidation as dt, GetMySession200State as ea, CreateFlowDefinitionBody as ec, GetSessionDefaultDetails as ei, CreateFlow201StepActionsItem as el, SetUserPassword500 as en, GetFlowDefinition200FlowDefinitionStepsItemGatesKind as eo, ListFlowDefinitionsParams as er, CreateUserDefault as es, SubmitFlowStepBodyChallengeResponseProof as et, VerifyChallengeProof200ChallengesItemMethod as f, GetKeys200KeysItem as fa, CreateFlowDefinitionBodyFlowDefinitionStatus as fc, GetSchemaByIdParams as fi, CreateAuthAttempt201ChallengesItem as fl, RevokeSessionDefault as fn, GetAuthAttempt200CompletedFactorsItemPayload as fo, IssueChallengeBodyPasskeyOptionsUserVerification as fr, CreateTeamParams as fs, SubmitFlowStep400StepFieldsItemValidationFormat as ft, UpdateFlowDefinitionBody as g, GetHealthDefaultDetails as ga, CreateFlowDefinition400 as gc, GetSchemaById404Details as gi, AuthorizeGetParams as gl, RevokeSession404 as gn, GetAuthAttempt200ChallengesItemPayload as go, IssueChallenge201Payload as gr, CreateTeam429 as gs, SubmitFlowStep400StepChallengeOptions as gt, UpdateFlowDefinitionDefaultDetails as h, GetHealthDefault as ha, CreateFlowDefinition409Details as hc, GetSchemaById404 as hi, CreateAuthAttempt201ChallengesItemMethod as hl, RevokeSession409Details as hn, GetAuthAttempt200ChallengesItemState as ho, IssueChallenge201State as hr, CreateTeamBody as hs, SubmitFlowStep400StepChallenge as ht, VerifyChallengeProof200State as i, GetMySession200FactorsItemMethod as ia, CreateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem as ic, GetSession401Details as ii, CreateAuthAttemptDefault as il, SetUserPassword400 as in, GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind as io, ListFlowDefinitions400 as ir, CreateUser409Details as is, SubmitFlowStep400Step as it, UpdateFlowDefinition404Details as j, GetFlowStep200StepGatesConfig as ja, CreateFlowDefinition201FlowDefinitionAudience as jc, GetOpenIDConfigurationDefault as ji, ActivateFlowDefinition400Details as jl, ListUsers500 as jn, ExchangeHandoff200SessionState as jo, GetUserByIDDefaultDetails as jr, CreateSession201SessionMetadata as js, SubmitFlowStep200StepFieldsItemValidationFormat as jt, UpdateFlowDefinitionBodyFlowDefinitionAudience as k, GetFlowStep200StepGates as ka, CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind as kc, GetProject401Details as ki, ActivateFlowDefinitionDefaultDetails as kl, ListUsersDefault as kn, ExchangeHandoff200Session as ko, GetUserByIDParams as kr, CreateSession201SessionUserAgent as ks, SubmitFlowStep200StepFieldsItem as kt, VerifyChallengeProof200ChallengesItem as l, GetKeysDefault as la, CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete as lc, GetSession200FactorsItem as li, CreateAuthAttempt201CompletedFactorsItem as ll, RevokeToken4xx as ln, GetAuthAttempt200State as lo, IssueChallengeDefault as lr, CreateUser400 as ls, SubmitFlowStep400StepGatesConfig as lt, UpdateFlowDefinitionDefault as m, GetKeys4xxDetails as ma, CreateFlowDefinition409 as mc, GetSchemaByIdDefaultDetails as mi, CreateAuthAttempt201ChallengesItemPayload as ml, RevokeSession409 as mn, GetAuthAttempt200ChallengesItem as mo, IssueChallenge201 as mr, CreateTeamDefaultDetails as ms, SubmitFlowStep400StepComplete as mt, VerifyChallengeProofBody as n, GetMySession200FactorsItem as na, CreateFlowDefinitionBodyFlowDefinitionStepsItem as nc, GetSession404Details as ni, CreateFlow201Branding as nl, SetUserPassword404 as nn, GetFlowDefinition200FlowDefinitionStepsItemComplete as no, ListFlowDefinitionsDefault as nr, CreateUserBody as ns, SubmitFlowStep409Details as nt, VerifyChallengeProof200CompletedFactorsItem as o, GetLiveDefaultDetails as oa, CreateFlowDefinitionBodyFlowDefinitionStepsItemGates as oc, GetSession200UserAgent as oi, CreateAuthAttempt201 as ol, RevokeTokenDefault as on, GetFlowDefinition200FlowDefinitionAudience as oo, ListFlowDefinitions200 as or, CreateUser403Details as os, SubmitFlowStep400StepSsoProvidersItem as ot, UpdateFlowDefinitionParams as p, GetKeys4xx as pa, CreateFlowDefinitionBodyFlowDefinitionAudience as pc, GetSchemaByIdDefault as pi, CreateAuthAttempt201ChallengesItemState as pl, RevokeSessionDefaultDetails as pn, GetAuthAttempt200CompletedFactorsItemMethod as po, IssueChallengeBodyMethod as pr, CreateTeamDefault as ps, SubmitFlowStep400StepFieldsItemType as pt, UpdateFlowDefinition200FlowDefinitionAudience as q, GetFlowDefinition200 as qa, CreateFlow201StepFieldsItemValidation as qc, GetMySessionDefaultDetails as qi, ListSessions200SessionsItem as qn, DeactivateFlowDefinitionDefault as qo, GetTeam404 as qr, CreateProject429 as qs, SubmitFlowEvent404Details as qt, VerifyChallengeProof200 as r, GetMySession200FactorsItemPayload as ra, CreateFlowDefinitionBodyFlowDefinitionStepsItemTransitions as rc, GetSession401 as ri, CreateFlow201BrandingLayout as rl, SetUserPassword404Details as rn, GetFlowDefinition200FlowDefinitionStepsItemActionsItem as ro, ListFlowDefinitionsDefaultDetails as rr, CreateUser409 as rs, SubmitFlowStep400 as rt, VerifyChallengeProof200CompletedFactorsItemPayload as s, GetLive4xx as sa, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind as sc, GetSession200State as si, CreateAuthAttempt201State as sl, RevokeTokenDefaultDetails as sn, GetAuthAttemptDefault as so, ListFlowDefinitions200FlowDefinitionsItem as sr, CreateUser401 as ss, SubmitFlowStep400StepGates as st, VerifyChallengeProofDefault as t, GetMySession200Metadata as ta, CreateFlowDefinitionBodyFlowDefinition as tc, GetSession404 as ti, CreateFlow201StepActionsItemKind as tl, SetUserPassword500Details as tn, GetFlowDefinition200FlowDefinitionStepsItemGatesConfig as to, ListFlowDefinitionsPurpose as tr, CreateUserDefaultDetails as ts, SubmitFlowStep409 as tt, VerifyChallengeProof200ChallengesItemState as u, GetKeysDefaultDetails as ua, CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem as uc, GetSession200FactorsItemPayload as ui, CreateAuthAttempt201CompletedFactorsItemPayload as ul, RevokeToken4xxDetails as un, GetAuthAttempt200RequiredFactorsItem as uo, IssueChallengeBody as ur, CreateUser400Details as us, SubmitFlowStep400StepFieldsItem as ut, UpdateFlowDefinitionBodyFlowDefinitionStepsItem as v, GetHealth4xxDetails as va, CreateFlowDefinition201 as vc, GetSchemaById400Details as vi, AuthorizeGetDefaultDetails as vl, RevokeSession401 as vn, ExchangeHandoffParams as vo, IntrospectDefault as vr, CreateTeam400 as vs, SubmitFlowStep400StepActionsItem as vt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig as w, GetFlowStep404Details as wa, CreateFlowDefinition201FlowDefinitionStepsItemGates as wc, GetProjectDefault as wi, AuthorizeDevice400 as wl, RevokeMySession404 as wn, ExchangeHandoff401 as wo, GetUserInfoDefault as wr, CreateSessionBodyUserAgent as ws, SubmitFlowStep200StepTexts as wt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess as x, GetFlowStep410 as xa, CreateFlowDefinition201FlowDefinitionStepsItemTransitions as xc, GetReadyDefaultDetails as xi, AuthorizeDeviceParams as xl, RevokeMySessionDefaultDetails as xn, ExchangeHandoffBody as xo, Introspect400 as xr, CreateSessionDefault as xs, SubmitFlowStep400BrandingLayout as xt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemTransitions as y, GetFlowStepDefault as ya, CreateFlowDefinition201FlowDefinition as yc, GetSchemaById200 as yi, AuthorizeGet400 as yl, RevokeSession401Details as yn, ExchangeHandoffDefault as yo, IntrospectDefaultDetails as yr, CreateTeam400Details as ys, SubmitFlowStep400StepActionsItemKind as yt, UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess as z, GetFlowStep200StepChallengeMethod as za, CreateFlow201 as zc, GetOpenIDConfiguration4xxDetails as zi, ListSessionsDefaultDetails as zn, EndSession400 as zo, GetTokenBody as zr, CreateSchema409 as zs, SubmitFlowStep200Branding as zt };
10320
+ //# sourceMappingURL=index-DLJ0vloQ.d.mts.map