@zitadel/api 0.1.0-alpha.10 → 0.1.0-alpha.12
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.
- package/dist/generated/endpoints/zitadelNextGen.d.mts +2 -2
- package/dist/generated/endpoints/zitadelNextGen.mjs +56 -6
- package/dist/generated/endpoints/zitadelNextGen.mjs.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.msw.d.mts +5 -3
- package/dist/generated/endpoints/zitadelNextGen.msw.d.mts.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.msw.mjs +65 -18
- package/dist/generated/endpoints/zitadelNextGen.msw.mjs.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.zod.d.mts +165 -52
- package/dist/generated/endpoints/zitadelNextGen.zod.d.mts.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.zod.mjs +135 -51
- package/dist/generated/endpoints/zitadelNextGen.zod.mjs.map +1 -1
- package/dist/generated/model/index.d.mts +2 -2
- package/dist/generated/model/index.mjs +142 -7
- package/dist/generated/model/index.mjs.map +1 -1
- package/dist/{index-BGnjxx-b.d.mts → index-1TIHnDrM.d.mts} +915 -77
- package/dist/index-1TIHnDrM.d.mts.map +1 -0
- package/dist/runtime/api-factory.d.mts +1 -1
- package/dist/{zitadelNextGen-BS4VE7_Y.d.mts → zitadelNextGen-AAujo87_.d.mts} +30 -8
- package/dist/zitadelNextGen-AAujo87_.d.mts.map +1 -0
- package/package.json +1 -1
- package/src/generated/endpoints/zitadelNextGen.msw.ts +92 -7
- package/src/generated/endpoints/zitadelNextGen.ts +82 -5
- package/src/generated/endpoints/zitadelNextGen.zod.ts +479 -322
- package/src/generated/model/activateFlowDefinition400.ts +20 -0
- package/src/generated/model/activateFlowDefinition400Details.ts +12 -0
- package/src/generated/model/activateFlowDefinitionDefault.ts +20 -0
- package/src/generated/model/activateFlowDefinitionDefaultDetails.ts +12 -0
- package/src/generated/model/activateFlowDefinitionParams.ts +15 -0
- package/src/generated/model/createFlow201StepActionsItem.ts +15 -1
- package/src/generated/model/createFlow201StepActionsItemKind.ts +31 -0
- package/src/generated/model/createFlowBody.ts +5 -0
- package/src/generated/model/createFlowDefinition201.ts +11 -2
- package/src/generated/model/createFlowDefinition201FlowDefinition.ts +11 -0
- package/src/generated/model/createFlowDefinition201FlowDefinitionStatus.ts +26 -0
- package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemActionsItem.ts +15 -1
- package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemActionsItemKind.ts +31 -0
- package/src/generated/model/createFlowDefinition201Status.ts +26 -0
- package/src/generated/model/createFlowDefinitionBody.ts +6 -0
- package/src/generated/model/createFlowDefinitionBodyFlowDefinition.ts +11 -0
- package/src/generated/model/createFlowDefinitionBodyFlowDefinitionStatus.ts +26 -0
- package/src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemActionsItem.ts +15 -1
- package/src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind.ts +31 -0
- package/src/generated/model/deactivateFlowDefinition400.ts +20 -0
- package/src/generated/model/deactivateFlowDefinition400Details.ts +12 -0
- package/src/generated/model/deactivateFlowDefinition409.ts +20 -0
- package/src/generated/model/deactivateFlowDefinition409Details.ts +12 -0
- package/src/generated/model/deactivateFlowDefinitionDefault.ts +20 -0
- package/src/generated/model/deactivateFlowDefinitionDefaultDetails.ts +12 -0
- package/src/generated/model/deactivateFlowDefinitionParams.ts +15 -0
- package/src/generated/model/deleteFlowDefinition409.ts +20 -0
- package/src/generated/model/deleteFlowDefinition409Details.ts +12 -0
- package/src/generated/model/getFlowDefinition200.ts +11 -2
- package/src/generated/model/getFlowDefinition200FlowDefinition.ts +11 -0
- package/src/generated/model/getFlowDefinition200FlowDefinitionStatus.ts +26 -0
- package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActionsItem.ts +15 -1
- package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActionsItemKind.ts +31 -0
- package/src/generated/model/getFlowDefinition200Status.ts +26 -0
- package/src/generated/model/getFlowStep200StepActionsItem.ts +15 -1
- package/src/generated/model/getFlowStep200StepActionsItemKind.ts +31 -0
- package/src/generated/model/index.ts +43 -10
- package/src/generated/model/listFlowDefinitions200FlowDefinitionsItem.ts +11 -2
- package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemStatus.ts +26 -0
- package/src/generated/model/submitFlowStep200StepActionsItem.ts +15 -1
- package/src/generated/model/submitFlowStep200StepActionsItemKind.ts +31 -0
- package/src/generated/model/submitFlowStep400StepActionsItem.ts +15 -1
- package/src/generated/model/submitFlowStep400StepActionsItemKind.ts +31 -0
- package/src/generated/model/updateFlowDefinition200.ts +11 -2
- package/src/generated/model/updateFlowDefinition200FlowDefinition.ts +11 -0
- package/src/generated/model/updateFlowDefinition200FlowDefinitionStatus.ts +26 -0
- package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActionsItem.ts +15 -1
- package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActionsItemKind.ts +31 -0
- package/src/generated/model/updateFlowDefinition200Status.ts +26 -0
- package/src/generated/model/updateFlowDefinitionBody.ts +16 -30
- package/src/generated/model/updateFlowDefinitionBodyFlowDefinition.ts +69 -0
- package/src/generated/model/{updateFlowDefinitionBodyAudience.ts → updateFlowDefinitionBodyFlowDefinitionAudience.ts} +1 -1
- package/src/generated/model/updateFlowDefinitionBodyFlowDefinitionStatus.ts +26 -0
- package/src/generated/model/{updateFlowDefinitionBodyStepsItem.ts → updateFlowDefinitionBodyFlowDefinitionStepsItem.ts} +13 -13
- package/src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem.ts +42 -0
- package/src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind.ts +31 -0
- package/src/generated/model/{updateFlowDefinitionBodyStepsItemComplete.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemComplete.ts} +3 -3
- package/src/generated/model/{updateFlowDefinitionBodyStepsItemGates.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemGates.ts} +5 -5
- package/src/generated/model/{updateFlowDefinitionBodyStepsItemGatesConfig.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig.ts} +1 -1
- package/src/generated/model/{updateFlowDefinitionBodyStepsItemGatesKind.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind.ts} +3 -3
- package/src/generated/model/{updateFlowDefinitionBodyStepsItemOnSuccess.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess.ts} +3 -3
- package/src/generated/model/{updateFlowDefinitionBodyStepsItemSsoProvidersItem.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem.ts} +1 -1
- package/src/generated/model/{updateFlowDefinitionBodyStepsItemTransitions.ts → updateFlowDefinitionBodyFlowDefinitionStepsItemTransitions.ts} +1 -1
- package/dist/index-BGnjxx-b.d.mts.map +0 -1
- package/dist/zitadelNextGen-BS4VE7_Y.d.mts.map +0 -1
- 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/
|
|
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.
|
|
@@ -1109,6 +1211,11 @@ type CreateFlowBody = {
|
|
|
1109
1211
|
* @pattern ^[a-z][a-z0-9-]*$
|
|
1110
1212
|
*/
|
|
1111
1213
|
flow_definition_name?: string;
|
|
1214
|
+
/** Set to true to simulate the flow without actually creating any
|
|
1215
|
+
user or session. Useful for testing and validation of flow definitions.
|
|
1216
|
+
This requires setting the `flow_definition_name` property as well.
|
|
1217
|
+
*/
|
|
1218
|
+
dry_run?: boolean;
|
|
1112
1219
|
/**
|
|
1113
1220
|
* Semver version of the flow definition JSON Schema to use.
|
|
1114
1221
|
When omitted, the latest version is used.
|
|
@@ -1174,7 +1281,7 @@ type CreateFlowDefinition201FlowDefinitionAudience = {
|
|
|
1174
1281
|
app_ids?: string[];
|
|
1175
1282
|
};
|
|
1176
1283
|
//#endregion
|
|
1177
|
-
//#region src/generated/model/
|
|
1284
|
+
//#region src/generated/model/createFlowDefinition201FlowDefinitionStatus.d.ts
|
|
1178
1285
|
/**
|
|
1179
1286
|
* Generated by orval v8.10.0 🍺
|
|
1180
1287
|
* Do not edit manually.
|
|
@@ -1182,13 +1289,74 @@ type CreateFlowDefinition201FlowDefinitionAudience = {
|
|
|
1182
1289
|
* This is the next generation of the Zitadel identity platform.
|
|
1183
1290
|
* OpenAPI spec version: 0.0.1
|
|
1184
1291
|
*/
|
|
1292
|
+
/**
|
|
1293
|
+
* The lifecycle state of this flow definition.
|
|
1294
|
+
|
|
1295
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
1296
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
1297
|
+
|
|
1298
|
+
Allowed transitions:
|
|
1299
|
+
- draft -> active: To activate the flow definition.
|
|
1300
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
1301
|
+
|
|
1302
|
+
*/
|
|
1303
|
+
type CreateFlowDefinition201FlowDefinitionStatus = (typeof CreateFlowDefinition201FlowDefinitionStatus)[keyof typeof CreateFlowDefinition201FlowDefinitionStatus];
|
|
1304
|
+
declare const CreateFlowDefinition201FlowDefinitionStatus: {
|
|
1305
|
+
readonly active: "active";
|
|
1306
|
+
readonly draft: "draft";
|
|
1307
|
+
};
|
|
1308
|
+
//#endregion
|
|
1309
|
+
//#region src/generated/model/createFlowDefinition201FlowDefinitionStepsItemActionsItemKind.d.ts
|
|
1310
|
+
/**
|
|
1311
|
+
* Generated by orval v8.10.0 🍺
|
|
1312
|
+
* Do not edit manually.
|
|
1313
|
+
* Zitadel NextGen
|
|
1314
|
+
* This is the next generation of the Zitadel identity platform.
|
|
1315
|
+
* OpenAPI spec version: 0.0.1
|
|
1316
|
+
*/
|
|
1317
|
+
/**
|
|
1318
|
+
* Classifies how the engine handles this action:
|
|
1319
|
+
- `submit`: collect the step's fields and run validate/dispatch/on_success.
|
|
1320
|
+
- `passkey`: issue a WebAuthn assertion challenge; the matching transition
|
|
1321
|
+
fires once the returned assertion verifies.
|
|
1322
|
+
- `passkey_register`: issue a WebAuthn registration challenge; the matching
|
|
1323
|
+
transition fires once the returned attestation verifies.
|
|
1324
|
+
- `navigate`: route through the transition without running the input
|
|
1325
|
+
pipeline. Used for pure-routing actions declared in the flow definition.
|
|
1326
|
+
- `back`: return the user to the previous step. Surfaced by the engine
|
|
1327
|
+
when going back is available.
|
|
1328
|
+
|
|
1329
|
+
*/
|
|
1330
|
+
type CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind = (typeof CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind)[keyof typeof CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind];
|
|
1331
|
+
declare const CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind: {
|
|
1332
|
+
readonly submit: "submit";
|
|
1333
|
+
readonly passkey: "passkey";
|
|
1334
|
+
readonly passkey_register: "passkey_register";
|
|
1335
|
+
readonly navigate: "navigate";
|
|
1336
|
+
readonly back: "back";
|
|
1337
|
+
};
|
|
1338
|
+
//#endregion
|
|
1339
|
+
//#region src/generated/model/createFlowDefinition201FlowDefinitionStepsItemActionsItem.d.ts
|
|
1185
1340
|
/**
|
|
1186
1341
|
* Configuration for a user-invokable action on a step. The `name` is sent
|
|
1187
|
-
back in the submit request as `action
|
|
1342
|
+
back in the submit request as `action`; the engine resolves the action's
|
|
1343
|
+
declared `kind` to decide how to handle the submission.
|
|
1188
1344
|
|
|
1189
1345
|
*/
|
|
1190
1346
|
type CreateFlowDefinition201FlowDefinitionStepsItemActionsItem = {
|
|
1191
1347
|
/** Action identifier. Sent back in the submit request as `action`. */name: string;
|
|
1348
|
+
/** Classifies how the engine handles this action:
|
|
1349
|
+
- `submit`: collect the step's fields and run validate/dispatch/on_success.
|
|
1350
|
+
- `passkey`: issue a WebAuthn assertion challenge; the matching transition
|
|
1351
|
+
fires once the returned assertion verifies.
|
|
1352
|
+
- `passkey_register`: issue a WebAuthn registration challenge; the matching
|
|
1353
|
+
transition fires once the returned attestation verifies.
|
|
1354
|
+
- `navigate`: route through the transition without running the input
|
|
1355
|
+
pipeline. Used for pure-routing actions declared in the flow definition.
|
|
1356
|
+
- `back`: return the user to the previous step. Surfaced by the engine
|
|
1357
|
+
when going back is available.
|
|
1358
|
+
*/
|
|
1359
|
+
kind: CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind;
|
|
1192
1360
|
/** Marks this as the default/primary action. The runtime template uses
|
|
1193
1361
|
this hint to choose visual emphasis. At most one action per step
|
|
1194
1362
|
should be primary; this is not enforced here.
|
|
@@ -1435,6 +1603,14 @@ type CreateFlowDefinition201FlowDefinition = {
|
|
|
1435
1603
|
* @pattern ^[a-z][a-z0-9-]*$
|
|
1436
1604
|
*/
|
|
1437
1605
|
name: string;
|
|
1606
|
+
/** The lifecycle state of this flow definition.
|
|
1607
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
1608
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
1609
|
+
Allowed transitions:
|
|
1610
|
+
- draft -> active: To activate the flow definition.
|
|
1611
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
1612
|
+
*/
|
|
1613
|
+
status?: CreateFlowDefinition201FlowDefinitionStatus;
|
|
1438
1614
|
/** User schema this flow operates on. Step `fields` reference properties
|
|
1439
1615
|
defined in this schema. The engine resolves field types, validation,
|
|
1440
1616
|
and implicit outcomes from schema annotations at runtime.
|
|
@@ -1460,11 +1636,43 @@ type CreateFlowDefinition201FlowDefinition = {
|
|
|
1460
1636
|
steps: CreateFlowDefinition201FlowDefinitionStepsItem[];
|
|
1461
1637
|
};
|
|
1462
1638
|
//#endregion
|
|
1639
|
+
//#region src/generated/model/createFlowDefinition201Status.d.ts
|
|
1640
|
+
/**
|
|
1641
|
+
* Generated by orval v8.10.0 🍺
|
|
1642
|
+
* Do not edit manually.
|
|
1643
|
+
* Zitadel NextGen
|
|
1644
|
+
* This is the next generation of the Zitadel identity platform.
|
|
1645
|
+
* OpenAPI spec version: 0.0.1
|
|
1646
|
+
*/
|
|
1647
|
+
/**
|
|
1648
|
+
* The lifecycle state of this flow definition.
|
|
1649
|
+
|
|
1650
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
1651
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
1652
|
+
|
|
1653
|
+
Allowed transitions:
|
|
1654
|
+
- draft -> active: To activate the flow definition.
|
|
1655
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
1656
|
+
|
|
1657
|
+
*/
|
|
1658
|
+
type CreateFlowDefinition201Status = (typeof CreateFlowDefinition201Status)[keyof typeof CreateFlowDefinition201Status];
|
|
1659
|
+
declare const CreateFlowDefinition201Status: {
|
|
1660
|
+
readonly active: "active";
|
|
1661
|
+
readonly draft: "draft";
|
|
1662
|
+
};
|
|
1663
|
+
//#endregion
|
|
1463
1664
|
//#region src/generated/model/createFlowDefinition201.d.ts
|
|
1464
1665
|
type CreateFlowDefinition201 = {
|
|
1465
1666
|
/** Unique identifier for the flow definition. */id: string; /** Identifier of the project this flow definition belongs to. */
|
|
1466
|
-
project_id: string;
|
|
1467
|
-
|
|
1667
|
+
project_id: string;
|
|
1668
|
+
/** The lifecycle state of this flow definition.
|
|
1669
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
1670
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
1671
|
+
Allowed transitions:
|
|
1672
|
+
- draft -> active: To activate the flow definition.
|
|
1673
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
1674
|
+
*/
|
|
1675
|
+
status: CreateFlowDefinition201Status;
|
|
1468
1676
|
/** A flow definition is the server-side configuration that describes a complete
|
|
1469
1677
|
authentication or identity flow. It is NOT sent to the frontend — the flow
|
|
1470
1678
|
engine evaluates it and produces FlowResponse payloads (steps with capability
|
|
@@ -1548,7 +1756,32 @@ type CreateFlowDefinitionBodyFlowDefinitionAudience = {
|
|
|
1548
1756
|
app_ids?: string[];
|
|
1549
1757
|
};
|
|
1550
1758
|
//#endregion
|
|
1551
|
-
//#region src/generated/model/
|
|
1759
|
+
//#region src/generated/model/createFlowDefinitionBodyFlowDefinitionStatus.d.ts
|
|
1760
|
+
/**
|
|
1761
|
+
* Generated by orval v8.10.0 🍺
|
|
1762
|
+
* Do not edit manually.
|
|
1763
|
+
* Zitadel NextGen
|
|
1764
|
+
* This is the next generation of the Zitadel identity platform.
|
|
1765
|
+
* OpenAPI spec version: 0.0.1
|
|
1766
|
+
*/
|
|
1767
|
+
/**
|
|
1768
|
+
* The lifecycle state of this flow definition.
|
|
1769
|
+
|
|
1770
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
1771
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
1772
|
+
|
|
1773
|
+
Allowed transitions:
|
|
1774
|
+
- draft -> active: To activate the flow definition.
|
|
1775
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
1776
|
+
|
|
1777
|
+
*/
|
|
1778
|
+
type CreateFlowDefinitionBodyFlowDefinitionStatus = (typeof CreateFlowDefinitionBodyFlowDefinitionStatus)[keyof typeof CreateFlowDefinitionBodyFlowDefinitionStatus];
|
|
1779
|
+
declare const CreateFlowDefinitionBodyFlowDefinitionStatus: {
|
|
1780
|
+
readonly active: "active";
|
|
1781
|
+
readonly draft: "draft";
|
|
1782
|
+
};
|
|
1783
|
+
//#endregion
|
|
1784
|
+
//#region src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind.d.ts
|
|
1552
1785
|
/**
|
|
1553
1786
|
* Generated by orval v8.10.0 🍺
|
|
1554
1787
|
* Do not edit manually.
|
|
@@ -1556,13 +1789,49 @@ type CreateFlowDefinitionBodyFlowDefinitionAudience = {
|
|
|
1556
1789
|
* This is the next generation of the Zitadel identity platform.
|
|
1557
1790
|
* OpenAPI spec version: 0.0.1
|
|
1558
1791
|
*/
|
|
1792
|
+
/**
|
|
1793
|
+
* Classifies how the engine handles this action:
|
|
1794
|
+
- `submit`: collect the step's fields and run validate/dispatch/on_success.
|
|
1795
|
+
- `passkey`: issue a WebAuthn assertion challenge; the matching transition
|
|
1796
|
+
fires once the returned assertion verifies.
|
|
1797
|
+
- `passkey_register`: issue a WebAuthn registration challenge; the matching
|
|
1798
|
+
transition fires once the returned attestation verifies.
|
|
1799
|
+
- `navigate`: route through the transition without running the input
|
|
1800
|
+
pipeline. Used for pure-routing actions declared in the flow definition.
|
|
1801
|
+
- `back`: return the user to the previous step. Surfaced by the engine
|
|
1802
|
+
when going back is available.
|
|
1803
|
+
|
|
1804
|
+
*/
|
|
1805
|
+
type CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind = (typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind)[keyof typeof CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind];
|
|
1806
|
+
declare const CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind: {
|
|
1807
|
+
readonly submit: "submit";
|
|
1808
|
+
readonly passkey: "passkey";
|
|
1809
|
+
readonly passkey_register: "passkey_register";
|
|
1810
|
+
readonly navigate: "navigate";
|
|
1811
|
+
readonly back: "back";
|
|
1812
|
+
};
|
|
1813
|
+
//#endregion
|
|
1814
|
+
//#region src/generated/model/createFlowDefinitionBodyFlowDefinitionStepsItemActionsItem.d.ts
|
|
1559
1815
|
/**
|
|
1560
1816
|
* Configuration for a user-invokable action on a step. The `name` is sent
|
|
1561
|
-
back in the submit request as `action
|
|
1817
|
+
back in the submit request as `action`; the engine resolves the action's
|
|
1818
|
+
declared `kind` to decide how to handle the submission.
|
|
1562
1819
|
|
|
1563
1820
|
*/
|
|
1564
1821
|
type CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem = {
|
|
1565
1822
|
/** Action identifier. Sent back in the submit request as `action`. */name: string;
|
|
1823
|
+
/** Classifies how the engine handles this action:
|
|
1824
|
+
- `submit`: collect the step's fields and run validate/dispatch/on_success.
|
|
1825
|
+
- `passkey`: issue a WebAuthn assertion challenge; the matching transition
|
|
1826
|
+
fires once the returned assertion verifies.
|
|
1827
|
+
- `passkey_register`: issue a WebAuthn registration challenge; the matching
|
|
1828
|
+
transition fires once the returned attestation verifies.
|
|
1829
|
+
- `navigate`: route through the transition without running the input
|
|
1830
|
+
pipeline. Used for pure-routing actions declared in the flow definition.
|
|
1831
|
+
- `back`: return the user to the previous step. Surfaced by the engine
|
|
1832
|
+
when going back is available.
|
|
1833
|
+
*/
|
|
1834
|
+
kind: CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind;
|
|
1566
1835
|
/** Marks this as the default/primary action. The runtime template uses
|
|
1567
1836
|
this hint to choose visual emphasis. At most one action per step
|
|
1568
1837
|
should be primary; this is not enforced here.
|
|
@@ -1809,6 +2078,14 @@ type CreateFlowDefinitionBodyFlowDefinition = {
|
|
|
1809
2078
|
* @pattern ^[a-z][a-z0-9-]*$
|
|
1810
2079
|
*/
|
|
1811
2080
|
name: string;
|
|
2081
|
+
/** The lifecycle state of this flow definition.
|
|
2082
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
2083
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
2084
|
+
Allowed transitions:
|
|
2085
|
+
- draft -> active: To activate the flow definition.
|
|
2086
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
2087
|
+
*/
|
|
2088
|
+
status?: CreateFlowDefinitionBodyFlowDefinitionStatus;
|
|
1812
2089
|
/** User schema this flow operates on. Step `fields` reference properties
|
|
1813
2090
|
defined in this schema. The engine resolves field types, validation,
|
|
1814
2091
|
and implicit outcomes from schema annotations at runtime.
|
|
@@ -1835,6 +2112,12 @@ type CreateFlowDefinitionBodyFlowDefinition = {
|
|
|
1835
2112
|
};
|
|
1836
2113
|
//#endregion
|
|
1837
2114
|
//#region src/generated/model/createFlowDefinitionBody.d.ts
|
|
2115
|
+
/**
|
|
2116
|
+
* Creates a flow definition.
|
|
2117
|
+
The flow definition is created in an `active` state by default.
|
|
2118
|
+
The status can also be set via the `status` attribute in the flow definition payload.
|
|
2119
|
+
|
|
2120
|
+
*/
|
|
1838
2121
|
type CreateFlowDefinitionBody = {
|
|
1839
2122
|
/** @pattern ^[a-zA-Z0-9_-]+$ */project_id: string;
|
|
1840
2123
|
/** URI of the server-published flow definition schema this definition was
|
|
@@ -2786,6 +3069,122 @@ type CreateUserParams = {
|
|
|
2786
3069
|
team_id?: string;
|
|
2787
3070
|
};
|
|
2788
3071
|
//#endregion
|
|
3072
|
+
//#region src/generated/model/deactivateFlowDefinition400Details.d.ts
|
|
3073
|
+
/**
|
|
3074
|
+
* Generated by orval v8.10.0 🍺
|
|
3075
|
+
* Do not edit manually.
|
|
3076
|
+
* Zitadel NextGen
|
|
3077
|
+
* This is the next generation of the Zitadel identity platform.
|
|
3078
|
+
* OpenAPI spec version: 0.0.1
|
|
3079
|
+
*/
|
|
3080
|
+
/**
|
|
3081
|
+
* Additional error-specific context.
|
|
3082
|
+
*/
|
|
3083
|
+
type DeactivateFlowDefinition400Details = {
|
|
3084
|
+
[key: string]: unknown;
|
|
3085
|
+
};
|
|
3086
|
+
//#endregion
|
|
3087
|
+
//#region src/generated/model/deactivateFlowDefinition400.d.ts
|
|
3088
|
+
/**
|
|
3089
|
+
* Standard error payload returned for failed API requests.
|
|
3090
|
+
*/
|
|
3091
|
+
type DeactivateFlowDefinition400 = {
|
|
3092
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
3093
|
+
message: string; /** Additional error-specific context. */
|
|
3094
|
+
details?: DeactivateFlowDefinition400Details;
|
|
3095
|
+
};
|
|
3096
|
+
//#endregion
|
|
3097
|
+
//#region src/generated/model/deactivateFlowDefinition409Details.d.ts
|
|
3098
|
+
/**
|
|
3099
|
+
* Generated by orval v8.10.0 🍺
|
|
3100
|
+
* Do not edit manually.
|
|
3101
|
+
* Zitadel NextGen
|
|
3102
|
+
* This is the next generation of the Zitadel identity platform.
|
|
3103
|
+
* OpenAPI spec version: 0.0.1
|
|
3104
|
+
*/
|
|
3105
|
+
/**
|
|
3106
|
+
* Additional error-specific context.
|
|
3107
|
+
*/
|
|
3108
|
+
type DeactivateFlowDefinition409Details = {
|
|
3109
|
+
[key: string]: unknown;
|
|
3110
|
+
};
|
|
3111
|
+
//#endregion
|
|
3112
|
+
//#region src/generated/model/deactivateFlowDefinition409.d.ts
|
|
3113
|
+
/**
|
|
3114
|
+
* Standard error payload returned for failed API requests.
|
|
3115
|
+
*/
|
|
3116
|
+
type DeactivateFlowDefinition409 = {
|
|
3117
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
3118
|
+
message: string; /** Additional error-specific context. */
|
|
3119
|
+
details?: DeactivateFlowDefinition409Details;
|
|
3120
|
+
};
|
|
3121
|
+
//#endregion
|
|
3122
|
+
//#region src/generated/model/deactivateFlowDefinitionDefaultDetails.d.ts
|
|
3123
|
+
/**
|
|
3124
|
+
* Generated by orval v8.10.0 🍺
|
|
3125
|
+
* Do not edit manually.
|
|
3126
|
+
* Zitadel NextGen
|
|
3127
|
+
* This is the next generation of the Zitadel identity platform.
|
|
3128
|
+
* OpenAPI spec version: 0.0.1
|
|
3129
|
+
*/
|
|
3130
|
+
/**
|
|
3131
|
+
* Additional error-specific context.
|
|
3132
|
+
*/
|
|
3133
|
+
type DeactivateFlowDefinitionDefaultDetails = {
|
|
3134
|
+
[key: string]: unknown;
|
|
3135
|
+
};
|
|
3136
|
+
//#endregion
|
|
3137
|
+
//#region src/generated/model/deactivateFlowDefinitionDefault.d.ts
|
|
3138
|
+
/**
|
|
3139
|
+
* Standard error payload returned for failed API requests.
|
|
3140
|
+
*/
|
|
3141
|
+
type DeactivateFlowDefinitionDefault = {
|
|
3142
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
3143
|
+
message: string; /** Additional error-specific context. */
|
|
3144
|
+
details?: DeactivateFlowDefinitionDefaultDetails;
|
|
3145
|
+
};
|
|
3146
|
+
//#endregion
|
|
3147
|
+
//#region src/generated/model/deactivateFlowDefinitionParams.d.ts
|
|
3148
|
+
/**
|
|
3149
|
+
* Generated by orval v8.10.0 🍺
|
|
3150
|
+
* Do not edit manually.
|
|
3151
|
+
* Zitadel NextGen
|
|
3152
|
+
* This is the next generation of the Zitadel identity platform.
|
|
3153
|
+
* OpenAPI spec version: 0.0.1
|
|
3154
|
+
*/
|
|
3155
|
+
type DeactivateFlowDefinitionParams = {
|
|
3156
|
+
/**
|
|
3157
|
+
* The unique identifier of the project
|
|
3158
|
+
* @pattern ^[a-zA-Z0-9_-]+$
|
|
3159
|
+
*/
|
|
3160
|
+
project_id: string;
|
|
3161
|
+
};
|
|
3162
|
+
//#endregion
|
|
3163
|
+
//#region src/generated/model/deleteFlowDefinition409Details.d.ts
|
|
3164
|
+
/**
|
|
3165
|
+
* Generated by orval v8.10.0 🍺
|
|
3166
|
+
* Do not edit manually.
|
|
3167
|
+
* Zitadel NextGen
|
|
3168
|
+
* This is the next generation of the Zitadel identity platform.
|
|
3169
|
+
* OpenAPI spec version: 0.0.1
|
|
3170
|
+
*/
|
|
3171
|
+
/**
|
|
3172
|
+
* Additional error-specific context.
|
|
3173
|
+
*/
|
|
3174
|
+
type DeleteFlowDefinition409Details = {
|
|
3175
|
+
[key: string]: unknown;
|
|
3176
|
+
};
|
|
3177
|
+
//#endregion
|
|
3178
|
+
//#region src/generated/model/deleteFlowDefinition409.d.ts
|
|
3179
|
+
/**
|
|
3180
|
+
* Standard error payload returned for failed API requests.
|
|
3181
|
+
*/
|
|
3182
|
+
type DeleteFlowDefinition409 = {
|
|
3183
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
3184
|
+
message: string; /** Additional error-specific context. */
|
|
3185
|
+
details?: DeleteFlowDefinition409Details;
|
|
3186
|
+
};
|
|
3187
|
+
//#endregion
|
|
2789
3188
|
//#region src/generated/model/deleteFlowDefinitionDefaultDetails.d.ts
|
|
2790
3189
|
/**
|
|
2791
3190
|
* Generated by orval v8.10.0 🍺
|
|
@@ -3563,7 +3962,7 @@ type GetFlowDefinition200FlowDefinitionAudience = {
|
|
|
3563
3962
|
app_ids?: string[];
|
|
3564
3963
|
};
|
|
3565
3964
|
//#endregion
|
|
3566
|
-
//#region src/generated/model/
|
|
3965
|
+
//#region src/generated/model/getFlowDefinition200FlowDefinitionStatus.d.ts
|
|
3567
3966
|
/**
|
|
3568
3967
|
* Generated by orval v8.10.0 🍺
|
|
3569
3968
|
* Do not edit manually.
|
|
@@ -3571,13 +3970,74 @@ type GetFlowDefinition200FlowDefinitionAudience = {
|
|
|
3571
3970
|
* This is the next generation of the Zitadel identity platform.
|
|
3572
3971
|
* OpenAPI spec version: 0.0.1
|
|
3573
3972
|
*/
|
|
3973
|
+
/**
|
|
3974
|
+
* The lifecycle state of this flow definition.
|
|
3975
|
+
|
|
3976
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
3977
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
3978
|
+
|
|
3979
|
+
Allowed transitions:
|
|
3980
|
+
- draft -> active: To activate the flow definition.
|
|
3981
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
3982
|
+
|
|
3983
|
+
*/
|
|
3984
|
+
type GetFlowDefinition200FlowDefinitionStatus = (typeof GetFlowDefinition200FlowDefinitionStatus)[keyof typeof GetFlowDefinition200FlowDefinitionStatus];
|
|
3985
|
+
declare const GetFlowDefinition200FlowDefinitionStatus: {
|
|
3986
|
+
readonly active: "active";
|
|
3987
|
+
readonly draft: "draft";
|
|
3988
|
+
};
|
|
3989
|
+
//#endregion
|
|
3990
|
+
//#region src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActionsItemKind.d.ts
|
|
3991
|
+
/**
|
|
3992
|
+
* Generated by orval v8.10.0 🍺
|
|
3993
|
+
* Do not edit manually.
|
|
3994
|
+
* Zitadel NextGen
|
|
3995
|
+
* This is the next generation of the Zitadel identity platform.
|
|
3996
|
+
* OpenAPI spec version: 0.0.1
|
|
3997
|
+
*/
|
|
3998
|
+
/**
|
|
3999
|
+
* Classifies how the engine handles this action:
|
|
4000
|
+
- `submit`: collect the step's fields and run validate/dispatch/on_success.
|
|
4001
|
+
- `passkey`: issue a WebAuthn assertion challenge; the matching transition
|
|
4002
|
+
fires once the returned assertion verifies.
|
|
4003
|
+
- `passkey_register`: issue a WebAuthn registration challenge; the matching
|
|
4004
|
+
transition fires once the returned attestation verifies.
|
|
4005
|
+
- `navigate`: route through the transition without running the input
|
|
4006
|
+
pipeline. Used for pure-routing actions declared in the flow definition.
|
|
4007
|
+
- `back`: return the user to the previous step. Surfaced by the engine
|
|
4008
|
+
when going back is available.
|
|
4009
|
+
|
|
4010
|
+
*/
|
|
4011
|
+
type GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind = (typeof GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind)[keyof typeof GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind];
|
|
4012
|
+
declare const GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind: {
|
|
4013
|
+
readonly submit: "submit";
|
|
4014
|
+
readonly passkey: "passkey";
|
|
4015
|
+
readonly passkey_register: "passkey_register";
|
|
4016
|
+
readonly navigate: "navigate";
|
|
4017
|
+
readonly back: "back";
|
|
4018
|
+
};
|
|
4019
|
+
//#endregion
|
|
4020
|
+
//#region src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActionsItem.d.ts
|
|
3574
4021
|
/**
|
|
3575
4022
|
* Configuration for a user-invokable action on a step. The `name` is sent
|
|
3576
|
-
back in the submit request as `action
|
|
4023
|
+
back in the submit request as `action`; the engine resolves the action's
|
|
4024
|
+
declared `kind` to decide how to handle the submission.
|
|
3577
4025
|
|
|
3578
4026
|
*/
|
|
3579
4027
|
type GetFlowDefinition200FlowDefinitionStepsItemActionsItem = {
|
|
3580
4028
|
/** Action identifier. Sent back in the submit request as `action`. */name: string;
|
|
4029
|
+
/** Classifies how the engine handles this action:
|
|
4030
|
+
- `submit`: collect the step's fields and run validate/dispatch/on_success.
|
|
4031
|
+
- `passkey`: issue a WebAuthn assertion challenge; the matching transition
|
|
4032
|
+
fires once the returned assertion verifies.
|
|
4033
|
+
- `passkey_register`: issue a WebAuthn registration challenge; the matching
|
|
4034
|
+
transition fires once the returned attestation verifies.
|
|
4035
|
+
- `navigate`: route through the transition without running the input
|
|
4036
|
+
pipeline. Used for pure-routing actions declared in the flow definition.
|
|
4037
|
+
- `back`: return the user to the previous step. Surfaced by the engine
|
|
4038
|
+
when going back is available.
|
|
4039
|
+
*/
|
|
4040
|
+
kind: GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind;
|
|
3581
4041
|
/** Marks this as the default/primary action. The runtime template uses
|
|
3582
4042
|
this hint to choose visual emphasis. At most one action per step
|
|
3583
4043
|
should be primary; this is not enforced here.
|
|
@@ -3824,6 +4284,14 @@ type GetFlowDefinition200FlowDefinition = {
|
|
|
3824
4284
|
* @pattern ^[a-z][a-z0-9-]*$
|
|
3825
4285
|
*/
|
|
3826
4286
|
name: string;
|
|
4287
|
+
/** The lifecycle state of this flow definition.
|
|
4288
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
4289
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
4290
|
+
Allowed transitions:
|
|
4291
|
+
- draft -> active: To activate the flow definition.
|
|
4292
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
4293
|
+
*/
|
|
4294
|
+
status?: GetFlowDefinition200FlowDefinitionStatus;
|
|
3827
4295
|
/** User schema this flow operates on. Step `fields` reference properties
|
|
3828
4296
|
defined in this schema. The engine resolves field types, validation,
|
|
3829
4297
|
and implicit outcomes from schema annotations at runtime.
|
|
@@ -3849,11 +4317,43 @@ type GetFlowDefinition200FlowDefinition = {
|
|
|
3849
4317
|
steps: GetFlowDefinition200FlowDefinitionStepsItem[];
|
|
3850
4318
|
};
|
|
3851
4319
|
//#endregion
|
|
4320
|
+
//#region src/generated/model/getFlowDefinition200Status.d.ts
|
|
4321
|
+
/**
|
|
4322
|
+
* Generated by orval v8.10.0 🍺
|
|
4323
|
+
* Do not edit manually.
|
|
4324
|
+
* Zitadel NextGen
|
|
4325
|
+
* This is the next generation of the Zitadel identity platform.
|
|
4326
|
+
* OpenAPI spec version: 0.0.1
|
|
4327
|
+
*/
|
|
4328
|
+
/**
|
|
4329
|
+
* The lifecycle state of this flow definition.
|
|
4330
|
+
|
|
4331
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
4332
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
4333
|
+
|
|
4334
|
+
Allowed transitions:
|
|
4335
|
+
- draft -> active: To activate the flow definition.
|
|
4336
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
4337
|
+
|
|
4338
|
+
*/
|
|
4339
|
+
type GetFlowDefinition200Status = (typeof GetFlowDefinition200Status)[keyof typeof GetFlowDefinition200Status];
|
|
4340
|
+
declare const GetFlowDefinition200Status: {
|
|
4341
|
+
readonly active: "active";
|
|
4342
|
+
readonly draft: "draft";
|
|
4343
|
+
};
|
|
4344
|
+
//#endregion
|
|
3852
4345
|
//#region src/generated/model/getFlowDefinition200.d.ts
|
|
3853
4346
|
type GetFlowDefinition200 = {
|
|
3854
4347
|
/** Unique identifier for the flow definition. */id: string; /** Identifier of the project this flow definition belongs to. */
|
|
3855
|
-
project_id: string;
|
|
3856
|
-
|
|
4348
|
+
project_id: string;
|
|
4349
|
+
/** The lifecycle state of this flow definition.
|
|
4350
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
4351
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
4352
|
+
Allowed transitions:
|
|
4353
|
+
- draft -> active: To activate the flow definition.
|
|
4354
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
4355
|
+
*/
|
|
4356
|
+
status: GetFlowDefinition200Status;
|
|
3857
4357
|
/** A flow definition is the server-side configuration that describes a complete
|
|
3858
4358
|
authentication or identity flow. It is NOT sent to the frontend — the flow
|
|
3859
4359
|
engine evaluates it and produces FlowResponse payloads (steps with capability
|
|
@@ -3951,7 +4451,7 @@ type GetFlowStep200Branding = {
|
|
|
3951
4451
|
hero_url?: string;
|
|
3952
4452
|
};
|
|
3953
4453
|
//#endregion
|
|
3954
|
-
//#region src/generated/model/
|
|
4454
|
+
//#region src/generated/model/getFlowStep200StepActionsItemKind.d.ts
|
|
3955
4455
|
/**
|
|
3956
4456
|
* Generated by orval v8.10.0 🍺
|
|
3957
4457
|
* Do not edit manually.
|
|
@@ -3959,13 +4459,49 @@ type GetFlowStep200Branding = {
|
|
|
3959
4459
|
* This is the next generation of the Zitadel identity platform.
|
|
3960
4460
|
* OpenAPI spec version: 0.0.1
|
|
3961
4461
|
*/
|
|
4462
|
+
/**
|
|
4463
|
+
* Classifies how the engine handles this action:
|
|
4464
|
+
- `submit`: collect the step's fields and run validate/dispatch/on_success.
|
|
4465
|
+
- `passkey`: issue a WebAuthn assertion challenge; the matching transition
|
|
4466
|
+
fires once the returned assertion verifies.
|
|
4467
|
+
- `passkey_register`: issue a WebAuthn registration challenge; the matching
|
|
4468
|
+
transition fires once the returned attestation verifies.
|
|
4469
|
+
- `navigate`: route through the transition without running the input
|
|
4470
|
+
pipeline. Used for pure-routing actions declared in the flow definition.
|
|
4471
|
+
- `back`: return the user to the previous step. Surfaced by the engine
|
|
4472
|
+
when going back is available.
|
|
4473
|
+
|
|
4474
|
+
*/
|
|
4475
|
+
type GetFlowStep200StepActionsItemKind = (typeof GetFlowStep200StepActionsItemKind)[keyof typeof GetFlowStep200StepActionsItemKind];
|
|
4476
|
+
declare const GetFlowStep200StepActionsItemKind: {
|
|
4477
|
+
readonly submit: "submit";
|
|
4478
|
+
readonly passkey: "passkey";
|
|
4479
|
+
readonly passkey_register: "passkey_register";
|
|
4480
|
+
readonly navigate: "navigate";
|
|
4481
|
+
readonly back: "back";
|
|
4482
|
+
};
|
|
4483
|
+
//#endregion
|
|
4484
|
+
//#region src/generated/model/getFlowStep200StepActionsItem.d.ts
|
|
3962
4485
|
/**
|
|
3963
4486
|
* Configuration for a user-invokable action on a step. The `name` is sent
|
|
3964
|
-
back in the submit request as `action
|
|
4487
|
+
back in the submit request as `action`; the engine resolves the action's
|
|
4488
|
+
declared `kind` to decide how to handle the submission.
|
|
3965
4489
|
|
|
3966
4490
|
*/
|
|
3967
4491
|
type GetFlowStep200StepActionsItem = {
|
|
3968
4492
|
/** Action identifier. Sent back in the submit request as `action`. */name: string;
|
|
4493
|
+
/** Classifies how the engine handles this action:
|
|
4494
|
+
- `submit`: collect the step's fields and run validate/dispatch/on_success.
|
|
4495
|
+
- `passkey`: issue a WebAuthn assertion challenge; the matching transition
|
|
4496
|
+
fires once the returned assertion verifies.
|
|
4497
|
+
- `passkey_register`: issue a WebAuthn registration challenge; the matching
|
|
4498
|
+
transition fires once the returned attestation verifies.
|
|
4499
|
+
- `navigate`: route through the transition without running the input
|
|
4500
|
+
pipeline. Used for pure-routing actions declared in the flow definition.
|
|
4501
|
+
- `back`: return the user to the previous step. Surfaced by the engine
|
|
4502
|
+
when going back is available.
|
|
4503
|
+
*/
|
|
4504
|
+
kind: GetFlowStep200StepActionsItemKind;
|
|
3969
4505
|
/** Marks this as the default/primary action. The runtime template uses
|
|
3970
4506
|
this hint to choose visual emphasis. At most one action per step
|
|
3971
4507
|
should be primary; this is not enforced here.
|
|
@@ -6368,7 +6904,7 @@ type IssueChallengeDefault = ({
|
|
|
6368
6904
|
code: "internal";
|
|
6369
6905
|
});
|
|
6370
6906
|
//#endregion
|
|
6371
|
-
//#region src/generated/model/
|
|
6907
|
+
//#region src/generated/model/listFlowDefinitions200FlowDefinitionsItemStatus.d.ts
|
|
6372
6908
|
/**
|
|
6373
6909
|
* Generated by orval v8.10.0 🍺
|
|
6374
6910
|
* Do not edit manually.
|
|
@@ -6376,6 +6912,24 @@ type IssueChallengeDefault = ({
|
|
|
6376
6912
|
* This is the next generation of the Zitadel identity platform.
|
|
6377
6913
|
* OpenAPI spec version: 0.0.1
|
|
6378
6914
|
*/
|
|
6915
|
+
/**
|
|
6916
|
+
* The lifecycle state of this flow definition.
|
|
6917
|
+
|
|
6918
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
6919
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
6920
|
+
|
|
6921
|
+
Allowed transitions:
|
|
6922
|
+
- draft -> active: To activate the flow definition.
|
|
6923
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
6924
|
+
|
|
6925
|
+
*/
|
|
6926
|
+
type ListFlowDefinitions200FlowDefinitionsItemStatus = (typeof ListFlowDefinitions200FlowDefinitionsItemStatus)[keyof typeof ListFlowDefinitions200FlowDefinitionsItemStatus];
|
|
6927
|
+
declare const ListFlowDefinitions200FlowDefinitionsItemStatus: {
|
|
6928
|
+
readonly active: "active";
|
|
6929
|
+
readonly draft: "draft";
|
|
6930
|
+
};
|
|
6931
|
+
//#endregion
|
|
6932
|
+
//#region src/generated/model/listFlowDefinitions200FlowDefinitionsItem.d.ts
|
|
6379
6933
|
/**
|
|
6380
6934
|
* Response object for a flow definition after creation.
|
|
6381
6935
|
|
|
@@ -6391,8 +6945,15 @@ type ListFlowDefinitions200FlowDefinitionsItem = {
|
|
|
6391
6945
|
/** URI of the flow definition schema this definition was authored against.
|
|
6392
6946
|
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
6947
|
*/
|
|
6394
|
-
schema_uri?: string;
|
|
6395
|
-
|
|
6948
|
+
schema_uri?: string;
|
|
6949
|
+
/** The lifecycle state of this flow definition.
|
|
6950
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
6951
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
6952
|
+
Allowed transitions:
|
|
6953
|
+
- draft -> active: To activate the flow definition.
|
|
6954
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
6955
|
+
*/
|
|
6956
|
+
status: ListFlowDefinitions200FlowDefinitionsItemStatus; /** Timestamp when the flow definition was created. */
|
|
6396
6957
|
created_at: string; /** Timestamp when the flow definition was last updated. */
|
|
6397
6958
|
updated_at: string;
|
|
6398
6959
|
};
|
|
@@ -7500,7 +8061,7 @@ type SubmitFlowStep200Branding = {
|
|
|
7500
8061
|
hero_url?: string;
|
|
7501
8062
|
};
|
|
7502
8063
|
//#endregion
|
|
7503
|
-
//#region src/generated/model/
|
|
8064
|
+
//#region src/generated/model/submitFlowStep200StepActionsItemKind.d.ts
|
|
7504
8065
|
/**
|
|
7505
8066
|
* Generated by orval v8.10.0 🍺
|
|
7506
8067
|
* Do not edit manually.
|
|
@@ -7508,13 +8069,49 @@ type SubmitFlowStep200Branding = {
|
|
|
7508
8069
|
* This is the next generation of the Zitadel identity platform.
|
|
7509
8070
|
* OpenAPI spec version: 0.0.1
|
|
7510
8071
|
*/
|
|
8072
|
+
/**
|
|
8073
|
+
* Classifies how the engine handles this action:
|
|
8074
|
+
- `submit`: collect the step's fields and run validate/dispatch/on_success.
|
|
8075
|
+
- `passkey`: issue a WebAuthn assertion challenge; the matching transition
|
|
8076
|
+
fires once the returned assertion verifies.
|
|
8077
|
+
- `passkey_register`: issue a WebAuthn registration challenge; the matching
|
|
8078
|
+
transition fires once the returned attestation verifies.
|
|
8079
|
+
- `navigate`: route through the transition without running the input
|
|
8080
|
+
pipeline. Used for pure-routing actions declared in the flow definition.
|
|
8081
|
+
- `back`: return the user to the previous step. Surfaced by the engine
|
|
8082
|
+
when going back is available.
|
|
8083
|
+
|
|
8084
|
+
*/
|
|
8085
|
+
type SubmitFlowStep200StepActionsItemKind = (typeof SubmitFlowStep200StepActionsItemKind)[keyof typeof SubmitFlowStep200StepActionsItemKind];
|
|
8086
|
+
declare const SubmitFlowStep200StepActionsItemKind: {
|
|
8087
|
+
readonly submit: "submit";
|
|
8088
|
+
readonly passkey: "passkey";
|
|
8089
|
+
readonly passkey_register: "passkey_register";
|
|
8090
|
+
readonly navigate: "navigate";
|
|
8091
|
+
readonly back: "back";
|
|
8092
|
+
};
|
|
8093
|
+
//#endregion
|
|
8094
|
+
//#region src/generated/model/submitFlowStep200StepActionsItem.d.ts
|
|
7511
8095
|
/**
|
|
7512
8096
|
* Configuration for a user-invokable action on a step. The `name` is sent
|
|
7513
|
-
back in the submit request as `action
|
|
8097
|
+
back in the submit request as `action`; the engine resolves the action's
|
|
8098
|
+
declared `kind` to decide how to handle the submission.
|
|
7514
8099
|
|
|
7515
8100
|
*/
|
|
7516
8101
|
type SubmitFlowStep200StepActionsItem = {
|
|
7517
8102
|
/** Action identifier. Sent back in the submit request as `action`. */name: string;
|
|
8103
|
+
/** Classifies how the engine handles this action:
|
|
8104
|
+
- `submit`: collect the step's fields and run validate/dispatch/on_success.
|
|
8105
|
+
- `passkey`: issue a WebAuthn assertion challenge; the matching transition
|
|
8106
|
+
fires once the returned assertion verifies.
|
|
8107
|
+
- `passkey_register`: issue a WebAuthn registration challenge; the matching
|
|
8108
|
+
transition fires once the returned attestation verifies.
|
|
8109
|
+
- `navigate`: route through the transition without running the input
|
|
8110
|
+
pipeline. Used for pure-routing actions declared in the flow definition.
|
|
8111
|
+
- `back`: return the user to the previous step. Surfaced by the engine
|
|
8112
|
+
when going back is available.
|
|
8113
|
+
*/
|
|
8114
|
+
kind: SubmitFlowStep200StepActionsItemKind;
|
|
7518
8115
|
/** Marks this as the default/primary action. The runtime template uses
|
|
7519
8116
|
this hint to choose visual emphasis. At most one action per step
|
|
7520
8117
|
should be primary; this is not enforced here.
|
|
@@ -7954,7 +8551,7 @@ type SubmitFlowStep400Branding = {
|
|
|
7954
8551
|
hero_url?: string;
|
|
7955
8552
|
};
|
|
7956
8553
|
//#endregion
|
|
7957
|
-
//#region src/generated/model/
|
|
8554
|
+
//#region src/generated/model/submitFlowStep400StepActionsItemKind.d.ts
|
|
7958
8555
|
/**
|
|
7959
8556
|
* Generated by orval v8.10.0 🍺
|
|
7960
8557
|
* Do not edit manually.
|
|
@@ -7962,13 +8559,49 @@ type SubmitFlowStep400Branding = {
|
|
|
7962
8559
|
* This is the next generation of the Zitadel identity platform.
|
|
7963
8560
|
* OpenAPI spec version: 0.0.1
|
|
7964
8561
|
*/
|
|
8562
|
+
/**
|
|
8563
|
+
* Classifies how the engine handles this action:
|
|
8564
|
+
- `submit`: collect the step's fields and run validate/dispatch/on_success.
|
|
8565
|
+
- `passkey`: issue a WebAuthn assertion challenge; the matching transition
|
|
8566
|
+
fires once the returned assertion verifies.
|
|
8567
|
+
- `passkey_register`: issue a WebAuthn registration challenge; the matching
|
|
8568
|
+
transition fires once the returned attestation verifies.
|
|
8569
|
+
- `navigate`: route through the transition without running the input
|
|
8570
|
+
pipeline. Used for pure-routing actions declared in the flow definition.
|
|
8571
|
+
- `back`: return the user to the previous step. Surfaced by the engine
|
|
8572
|
+
when going back is available.
|
|
8573
|
+
|
|
8574
|
+
*/
|
|
8575
|
+
type SubmitFlowStep400StepActionsItemKind = (typeof SubmitFlowStep400StepActionsItemKind)[keyof typeof SubmitFlowStep400StepActionsItemKind];
|
|
8576
|
+
declare const SubmitFlowStep400StepActionsItemKind: {
|
|
8577
|
+
readonly submit: "submit";
|
|
8578
|
+
readonly passkey: "passkey";
|
|
8579
|
+
readonly passkey_register: "passkey_register";
|
|
8580
|
+
readonly navigate: "navigate";
|
|
8581
|
+
readonly back: "back";
|
|
8582
|
+
};
|
|
8583
|
+
//#endregion
|
|
8584
|
+
//#region src/generated/model/submitFlowStep400StepActionsItem.d.ts
|
|
7965
8585
|
/**
|
|
7966
8586
|
* Configuration for a user-invokable action on a step. The `name` is sent
|
|
7967
|
-
back in the submit request as `action
|
|
8587
|
+
back in the submit request as `action`; the engine resolves the action's
|
|
8588
|
+
declared `kind` to decide how to handle the submission.
|
|
7968
8589
|
|
|
7969
8590
|
*/
|
|
7970
8591
|
type SubmitFlowStep400StepActionsItem = {
|
|
7971
8592
|
/** Action identifier. Sent back in the submit request as `action`. */name: string;
|
|
8593
|
+
/** Classifies how the engine handles this action:
|
|
8594
|
+
- `submit`: collect the step's fields and run validate/dispatch/on_success.
|
|
8595
|
+
- `passkey`: issue a WebAuthn assertion challenge; the matching transition
|
|
8596
|
+
fires once the returned assertion verifies.
|
|
8597
|
+
- `passkey_register`: issue a WebAuthn registration challenge; the matching
|
|
8598
|
+
transition fires once the returned attestation verifies.
|
|
8599
|
+
- `navigate`: route through the transition without running the input
|
|
8600
|
+
pipeline. Used for pure-routing actions declared in the flow definition.
|
|
8601
|
+
- `back`: return the user to the previous step. Surfaced by the engine
|
|
8602
|
+
when going back is available.
|
|
8603
|
+
*/
|
|
8604
|
+
kind: SubmitFlowStep400StepActionsItemKind;
|
|
7972
8605
|
/** Marks this as the default/primary action. The runtime template uses
|
|
7973
8606
|
this hint to choose visual emphasis. At most one action per step
|
|
7974
8607
|
should be primary; this is not enforced here.
|
|
@@ -8530,7 +9163,32 @@ type UpdateFlowDefinition200FlowDefinitionAudience = {
|
|
|
8530
9163
|
app_ids?: string[];
|
|
8531
9164
|
};
|
|
8532
9165
|
//#endregion
|
|
8533
|
-
//#region src/generated/model/
|
|
9166
|
+
//#region src/generated/model/updateFlowDefinition200FlowDefinitionStatus.d.ts
|
|
9167
|
+
/**
|
|
9168
|
+
* Generated by orval v8.10.0 🍺
|
|
9169
|
+
* Do not edit manually.
|
|
9170
|
+
* Zitadel NextGen
|
|
9171
|
+
* This is the next generation of the Zitadel identity platform.
|
|
9172
|
+
* OpenAPI spec version: 0.0.1
|
|
9173
|
+
*/
|
|
9174
|
+
/**
|
|
9175
|
+
* The lifecycle state of this flow definition.
|
|
9176
|
+
|
|
9177
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
9178
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
9179
|
+
|
|
9180
|
+
Allowed transitions:
|
|
9181
|
+
- draft -> active: To activate the flow definition.
|
|
9182
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
9183
|
+
|
|
9184
|
+
*/
|
|
9185
|
+
type UpdateFlowDefinition200FlowDefinitionStatus = (typeof UpdateFlowDefinition200FlowDefinitionStatus)[keyof typeof UpdateFlowDefinition200FlowDefinitionStatus];
|
|
9186
|
+
declare const UpdateFlowDefinition200FlowDefinitionStatus: {
|
|
9187
|
+
readonly active: "active";
|
|
9188
|
+
readonly draft: "draft";
|
|
9189
|
+
};
|
|
9190
|
+
//#endregion
|
|
9191
|
+
//#region src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActionsItemKind.d.ts
|
|
8534
9192
|
/**
|
|
8535
9193
|
* Generated by orval v8.10.0 🍺
|
|
8536
9194
|
* Do not edit manually.
|
|
@@ -8538,13 +9196,49 @@ type UpdateFlowDefinition200FlowDefinitionAudience = {
|
|
|
8538
9196
|
* This is the next generation of the Zitadel identity platform.
|
|
8539
9197
|
* OpenAPI spec version: 0.0.1
|
|
8540
9198
|
*/
|
|
9199
|
+
/**
|
|
9200
|
+
* Classifies how the engine handles this action:
|
|
9201
|
+
- `submit`: collect the step's fields and run validate/dispatch/on_success.
|
|
9202
|
+
- `passkey`: issue a WebAuthn assertion challenge; the matching transition
|
|
9203
|
+
fires once the returned assertion verifies.
|
|
9204
|
+
- `passkey_register`: issue a WebAuthn registration challenge; the matching
|
|
9205
|
+
transition fires once the returned attestation verifies.
|
|
9206
|
+
- `navigate`: route through the transition without running the input
|
|
9207
|
+
pipeline. Used for pure-routing actions declared in the flow definition.
|
|
9208
|
+
- `back`: return the user to the previous step. Surfaced by the engine
|
|
9209
|
+
when going back is available.
|
|
9210
|
+
|
|
9211
|
+
*/
|
|
9212
|
+
type UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind = (typeof UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind)[keyof typeof UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind];
|
|
9213
|
+
declare const UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind: {
|
|
9214
|
+
readonly submit: "submit";
|
|
9215
|
+
readonly passkey: "passkey";
|
|
9216
|
+
readonly passkey_register: "passkey_register";
|
|
9217
|
+
readonly navigate: "navigate";
|
|
9218
|
+
readonly back: "back";
|
|
9219
|
+
};
|
|
9220
|
+
//#endregion
|
|
9221
|
+
//#region src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActionsItem.d.ts
|
|
8541
9222
|
/**
|
|
8542
9223
|
* Configuration for a user-invokable action on a step. The `name` is sent
|
|
8543
|
-
back in the submit request as `action
|
|
9224
|
+
back in the submit request as `action`; the engine resolves the action's
|
|
9225
|
+
declared `kind` to decide how to handle the submission.
|
|
8544
9226
|
|
|
8545
9227
|
*/
|
|
8546
9228
|
type UpdateFlowDefinition200FlowDefinitionStepsItemActionsItem = {
|
|
8547
9229
|
/** Action identifier. Sent back in the submit request as `action`. */name: string;
|
|
9230
|
+
/** Classifies how the engine handles this action:
|
|
9231
|
+
- `submit`: collect the step's fields and run validate/dispatch/on_success.
|
|
9232
|
+
- `passkey`: issue a WebAuthn assertion challenge; the matching transition
|
|
9233
|
+
fires once the returned assertion verifies.
|
|
9234
|
+
- `passkey_register`: issue a WebAuthn registration challenge; the matching
|
|
9235
|
+
transition fires once the returned attestation verifies.
|
|
9236
|
+
- `navigate`: route through the transition without running the input
|
|
9237
|
+
pipeline. Used for pure-routing actions declared in the flow definition.
|
|
9238
|
+
- `back`: return the user to the previous step. Surfaced by the engine
|
|
9239
|
+
when going back is available.
|
|
9240
|
+
*/
|
|
9241
|
+
kind: UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind;
|
|
8548
9242
|
/** Marks this as the default/primary action. The runtime template uses
|
|
8549
9243
|
this hint to choose visual emphasis. At most one action per step
|
|
8550
9244
|
should be primary; this is not enforced here.
|
|
@@ -8791,6 +9485,14 @@ type UpdateFlowDefinition200FlowDefinition = {
|
|
|
8791
9485
|
* @pattern ^[a-z][a-z0-9-]*$
|
|
8792
9486
|
*/
|
|
8793
9487
|
name: string;
|
|
9488
|
+
/** The lifecycle state of this flow definition.
|
|
9489
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
9490
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
9491
|
+
Allowed transitions:
|
|
9492
|
+
- draft -> active: To activate the flow definition.
|
|
9493
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
9494
|
+
*/
|
|
9495
|
+
status?: UpdateFlowDefinition200FlowDefinitionStatus;
|
|
8794
9496
|
/** User schema this flow operates on. Step `fields` reference properties
|
|
8795
9497
|
defined in this schema. The engine resolves field types, validation,
|
|
8796
9498
|
and implicit outcomes from schema annotations at runtime.
|
|
@@ -8816,11 +9518,43 @@ type UpdateFlowDefinition200FlowDefinition = {
|
|
|
8816
9518
|
steps: UpdateFlowDefinition200FlowDefinitionStepsItem[];
|
|
8817
9519
|
};
|
|
8818
9520
|
//#endregion
|
|
9521
|
+
//#region src/generated/model/updateFlowDefinition200Status.d.ts
|
|
9522
|
+
/**
|
|
9523
|
+
* Generated by orval v8.10.0 🍺
|
|
9524
|
+
* Do not edit manually.
|
|
9525
|
+
* Zitadel NextGen
|
|
9526
|
+
* This is the next generation of the Zitadel identity platform.
|
|
9527
|
+
* OpenAPI spec version: 0.0.1
|
|
9528
|
+
*/
|
|
9529
|
+
/**
|
|
9530
|
+
* The lifecycle state of this flow definition.
|
|
9531
|
+
|
|
9532
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
9533
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
9534
|
+
|
|
9535
|
+
Allowed transitions:
|
|
9536
|
+
- draft -> active: To activate the flow definition.
|
|
9537
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
9538
|
+
|
|
9539
|
+
*/
|
|
9540
|
+
type UpdateFlowDefinition200Status = (typeof UpdateFlowDefinition200Status)[keyof typeof UpdateFlowDefinition200Status];
|
|
9541
|
+
declare const UpdateFlowDefinition200Status: {
|
|
9542
|
+
readonly active: "active";
|
|
9543
|
+
readonly draft: "draft";
|
|
9544
|
+
};
|
|
9545
|
+
//#endregion
|
|
8819
9546
|
//#region src/generated/model/updateFlowDefinition200.d.ts
|
|
8820
9547
|
type UpdateFlowDefinition200 = {
|
|
8821
9548
|
/** Unique identifier for the flow definition. */id: string; /** Identifier of the project this flow definition belongs to. */
|
|
8822
|
-
project_id: string;
|
|
8823
|
-
|
|
9549
|
+
project_id: string;
|
|
9550
|
+
/** The lifecycle state of this flow definition.
|
|
9551
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
9552
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
9553
|
+
Allowed transitions:
|
|
9554
|
+
- draft -> active: To activate the flow definition.
|
|
9555
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
9556
|
+
*/
|
|
9557
|
+
status: UpdateFlowDefinition200Status;
|
|
8824
9558
|
/** A flow definition is the server-side configuration that describes a complete
|
|
8825
9559
|
authentication or identity flow. It is NOT sent to the frontend — the flow
|
|
8826
9560
|
engine evaluates it and produces FlowResponse payloads (steps with capability
|
|
@@ -8884,7 +9618,7 @@ type UpdateFlowDefinition404 = {
|
|
|
8884
9618
|
details?: UpdateFlowDefinition404Details;
|
|
8885
9619
|
};
|
|
8886
9620
|
//#endregion
|
|
8887
|
-
//#region src/generated/model/
|
|
9621
|
+
//#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionAudience.d.ts
|
|
8888
9622
|
/**
|
|
8889
9623
|
* Generated by orval v8.10.0 🍺
|
|
8890
9624
|
* Do not edit manually.
|
|
@@ -8899,12 +9633,12 @@ matches every request in the project. The engine picks the most specific
|
|
|
8899
9633
|
matching definition: app > team > project-wide.
|
|
8900
9634
|
|
|
8901
9635
|
*/
|
|
8902
|
-
type
|
|
9636
|
+
type UpdateFlowDefinitionBodyFlowDefinitionAudience = {
|
|
8903
9637
|
/** Restrict to specific teams (organizations). Empty means no team restriction. */team_ids?: string[]; /** Restrict to specific applications. Empty means no app restriction. */
|
|
8904
9638
|
app_ids?: string[];
|
|
8905
9639
|
};
|
|
8906
9640
|
//#endregion
|
|
8907
|
-
//#region src/generated/model/
|
|
9641
|
+
//#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStatus.d.ts
|
|
8908
9642
|
/**
|
|
8909
9643
|
* Generated by orval v8.10.0 🍺
|
|
8910
9644
|
* Do not edit manually.
|
|
@@ -8912,13 +9646,74 @@ type UpdateFlowDefinitionBodyAudience = {
|
|
|
8912
9646
|
* This is the next generation of the Zitadel identity platform.
|
|
8913
9647
|
* OpenAPI spec version: 0.0.1
|
|
8914
9648
|
*/
|
|
9649
|
+
/**
|
|
9650
|
+
* The lifecycle state of this flow definition.
|
|
9651
|
+
|
|
9652
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
9653
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
9654
|
+
|
|
9655
|
+
Allowed transitions:
|
|
9656
|
+
- draft -> active: To activate the flow definition.
|
|
9657
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
9658
|
+
|
|
9659
|
+
*/
|
|
9660
|
+
type UpdateFlowDefinitionBodyFlowDefinitionStatus = (typeof UpdateFlowDefinitionBodyFlowDefinitionStatus)[keyof typeof UpdateFlowDefinitionBodyFlowDefinitionStatus];
|
|
9661
|
+
declare const UpdateFlowDefinitionBodyFlowDefinitionStatus: {
|
|
9662
|
+
readonly active: "active";
|
|
9663
|
+
readonly draft: "draft";
|
|
9664
|
+
};
|
|
9665
|
+
//#endregion
|
|
9666
|
+
//#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind.d.ts
|
|
9667
|
+
/**
|
|
9668
|
+
* Generated by orval v8.10.0 🍺
|
|
9669
|
+
* Do not edit manually.
|
|
9670
|
+
* Zitadel NextGen
|
|
9671
|
+
* This is the next generation of the Zitadel identity platform.
|
|
9672
|
+
* OpenAPI spec version: 0.0.1
|
|
9673
|
+
*/
|
|
9674
|
+
/**
|
|
9675
|
+
* Classifies how the engine handles this action:
|
|
9676
|
+
- `submit`: collect the step's fields and run validate/dispatch/on_success.
|
|
9677
|
+
- `passkey`: issue a WebAuthn assertion challenge; the matching transition
|
|
9678
|
+
fires once the returned assertion verifies.
|
|
9679
|
+
- `passkey_register`: issue a WebAuthn registration challenge; the matching
|
|
9680
|
+
transition fires once the returned attestation verifies.
|
|
9681
|
+
- `navigate`: route through the transition without running the input
|
|
9682
|
+
pipeline. Used for pure-routing actions declared in the flow definition.
|
|
9683
|
+
- `back`: return the user to the previous step. Surfaced by the engine
|
|
9684
|
+
when going back is available.
|
|
9685
|
+
|
|
9686
|
+
*/
|
|
9687
|
+
type UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind = (typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind)[keyof typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind];
|
|
9688
|
+
declare const UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind: {
|
|
9689
|
+
readonly submit: "submit";
|
|
9690
|
+
readonly passkey: "passkey";
|
|
9691
|
+
readonly passkey_register: "passkey_register";
|
|
9692
|
+
readonly navigate: "navigate";
|
|
9693
|
+
readonly back: "back";
|
|
9694
|
+
};
|
|
9695
|
+
//#endregion
|
|
9696
|
+
//#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem.d.ts
|
|
8915
9697
|
/**
|
|
8916
9698
|
* Configuration for a user-invokable action on a step. The `name` is sent
|
|
8917
|
-
back in the submit request as `action
|
|
9699
|
+
back in the submit request as `action`; the engine resolves the action's
|
|
9700
|
+
declared `kind` to decide how to handle the submission.
|
|
8918
9701
|
|
|
8919
9702
|
*/
|
|
8920
|
-
type
|
|
9703
|
+
type UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem = {
|
|
8921
9704
|
/** Action identifier. Sent back in the submit request as `action`. */name: string;
|
|
9705
|
+
/** Classifies how the engine handles this action:
|
|
9706
|
+
- `submit`: collect the step's fields and run validate/dispatch/on_success.
|
|
9707
|
+
- `passkey`: issue a WebAuthn assertion challenge; the matching transition
|
|
9708
|
+
fires once the returned assertion verifies.
|
|
9709
|
+
- `passkey_register`: issue a WebAuthn registration challenge; the matching
|
|
9710
|
+
transition fires once the returned attestation verifies.
|
|
9711
|
+
- `navigate`: route through the transition without running the input
|
|
9712
|
+
pipeline. Used for pure-routing actions declared in the flow definition.
|
|
9713
|
+
- `back`: return the user to the previous step. Surfaced by the engine
|
|
9714
|
+
when going back is available.
|
|
9715
|
+
*/
|
|
9716
|
+
kind: UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind;
|
|
8922
9717
|
/** Marks this as the default/primary action. The runtime template uses
|
|
8923
9718
|
this hint to choose visual emphasis. At most one action per step
|
|
8924
9719
|
should be primary; this is not enforced here.
|
|
@@ -8932,7 +9727,7 @@ type UpdateFlowDefinitionBodyStepsItemActionsItem = {
|
|
|
8932
9727
|
text_key?: string;
|
|
8933
9728
|
};
|
|
8934
9729
|
//#endregion
|
|
8935
|
-
//#region src/generated/model/
|
|
9730
|
+
//#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemComplete.d.ts
|
|
8936
9731
|
/**
|
|
8937
9732
|
* Generated by orval v8.10.0 🍺
|
|
8938
9733
|
* Do not edit manually.
|
|
@@ -8946,13 +9741,13 @@ type UpdateFlowDefinitionBodyStepsItemActionsItem = {
|
|
|
8946
9741
|
- show: render as a success/info screen
|
|
8947
9742
|
|
|
8948
9743
|
*/
|
|
8949
|
-
type
|
|
8950
|
-
declare const
|
|
9744
|
+
type UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete = (typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete)[keyof typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete];
|
|
9745
|
+
declare const UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete: {
|
|
8951
9746
|
readonly redirect: "redirect";
|
|
8952
9747
|
readonly show: "show";
|
|
8953
9748
|
};
|
|
8954
9749
|
//#endregion
|
|
8955
|
-
//#region src/generated/model/
|
|
9750
|
+
//#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig.d.ts
|
|
8956
9751
|
/**
|
|
8957
9752
|
* Generated by orval v8.10.0 🍺
|
|
8958
9753
|
* Do not edit manually.
|
|
@@ -8965,11 +9760,11 @@ declare const UpdateFlowDefinitionBodyStepsItemComplete: {
|
|
|
8965
9760
|
issuing the per-render challenge. Opaque to the engine.
|
|
8966
9761
|
|
|
8967
9762
|
*/
|
|
8968
|
-
type
|
|
9763
|
+
type UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig = {
|
|
8969
9764
|
[key: string]: unknown;
|
|
8970
9765
|
};
|
|
8971
9766
|
//#endregion
|
|
8972
|
-
//#region src/generated/model/
|
|
9767
|
+
//#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind.d.ts
|
|
8973
9768
|
/**
|
|
8974
9769
|
* Generated by orval v8.10.0 🍺
|
|
8975
9770
|
* Do not edit manually.
|
|
@@ -8983,12 +9778,12 @@ ceremonies (e.g. passkey) are modelled as credential auth_attempts via
|
|
|
8983
9778
|
`x-credential` on a field, not as gates.
|
|
8984
9779
|
|
|
8985
9780
|
*/
|
|
8986
|
-
type
|
|
8987
|
-
declare const
|
|
9781
|
+
type UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind = (typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind)[keyof typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind];
|
|
9782
|
+
declare const UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind: {
|
|
8988
9783
|
readonly captcha: "captcha";
|
|
8989
9784
|
};
|
|
8990
9785
|
//#endregion
|
|
8991
|
-
//#region src/generated/model/
|
|
9786
|
+
//#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemGates.d.ts
|
|
8992
9787
|
/**
|
|
8993
9788
|
* Security gates that must be satisfied before submission. Keyed by gate
|
|
8994
9789
|
name. Each gate selects a kind (e.g. "captcha") and provider-specific
|
|
@@ -8996,13 +9791,13 @@ configuration. The engine may also inject gates dynamically based on
|
|
|
8996
9791
|
policy.
|
|
8997
9792
|
|
|
8998
9793
|
*/
|
|
8999
|
-
type
|
|
9794
|
+
type UpdateFlowDefinitionBodyFlowDefinitionStepsItemGates = {
|
|
9000
9795
|
[key: string]: {
|
|
9001
9796
|
/** The gate category. Only `captcha` is currently defined. Authenticator
|
|
9002
9797
|
ceremonies (e.g. passkey) are modelled as credential auth_attempts via
|
|
9003
9798
|
`x-credential` on a field, not as gates.
|
|
9004
9799
|
*/
|
|
9005
|
-
kind:
|
|
9800
|
+
kind: UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind;
|
|
9006
9801
|
/** Provider identifier within the gate kind — e.g. `altcha`, `turnstile`,
|
|
9007
9802
|
`hcaptcha`. The engine looks up an implementation in its provider
|
|
9008
9803
|
registry.
|
|
@@ -9011,11 +9806,11 @@ type UpdateFlowDefinitionBodyStepsItemGates = {
|
|
|
9011
9806
|
/** Provider-specific configuration consumed by the implementation when
|
|
9012
9807
|
issuing the per-render challenge. Opaque to the engine.
|
|
9013
9808
|
*/
|
|
9014
|
-
config?:
|
|
9809
|
+
config?: UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig;
|
|
9015
9810
|
};
|
|
9016
9811
|
};
|
|
9017
9812
|
//#endregion
|
|
9018
|
-
//#region src/generated/model/
|
|
9813
|
+
//#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess.d.ts
|
|
9019
9814
|
/**
|
|
9020
9815
|
* Generated by orval v8.10.0 🍺
|
|
9021
9816
|
* Do not edit manually.
|
|
@@ -9030,12 +9825,12 @@ Runs after field validation passes, before the transition fires.
|
|
|
9030
9825
|
- create_user: creates the user record (registration flows)
|
|
9031
9826
|
|
|
9032
9827
|
*/
|
|
9033
|
-
type
|
|
9034
|
-
declare const
|
|
9828
|
+
type UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess = (typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess)[keyof typeof UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess];
|
|
9829
|
+
declare const UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess: {
|
|
9035
9830
|
readonly create_user: "create_user";
|
|
9036
9831
|
};
|
|
9037
9832
|
//#endregion
|
|
9038
|
-
//#region src/generated/model/
|
|
9833
|
+
//#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem.d.ts
|
|
9039
9834
|
/**
|
|
9040
9835
|
* Generated by orval v8.10.0 🍺
|
|
9041
9836
|
* Do not edit manually.
|
|
@@ -9046,13 +9841,13 @@ declare const UpdateFlowDefinitionBodyStepsItemOnSuccess: {
|
|
|
9046
9841
|
/**
|
|
9047
9842
|
* An available SSO identity provider.
|
|
9048
9843
|
*/
|
|
9049
|
-
type
|
|
9844
|
+
type UpdateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem = {
|
|
9050
9845
|
/** Provider instance identifier. */id: string; /** Display name for the provider. */
|
|
9051
9846
|
name: string; /** Template hint for rendering (logo, colors). */
|
|
9052
9847
|
template: string;
|
|
9053
9848
|
};
|
|
9054
9849
|
//#endregion
|
|
9055
|
-
//#region src/generated/model/
|
|
9850
|
+
//#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItemTransitions.d.ts
|
|
9056
9851
|
/**
|
|
9057
9852
|
* Generated by orval v8.10.0 🍺
|
|
9058
9853
|
* Do not edit manually.
|
|
@@ -9069,7 +9864,7 @@ come from implicit outcomes based on schema annotations
|
|
|
9069
9864
|
events (e.g. `sso`, `callback`).
|
|
9070
9865
|
|
|
9071
9866
|
*/
|
|
9072
|
-
type
|
|
9867
|
+
type UpdateFlowDefinitionBodyFlowDefinitionStepsItemTransitions = {
|
|
9073
9868
|
[key: string]: {
|
|
9074
9869
|
/** Step name within this flow (when `action` is null), or the name
|
|
9075
9870
|
of another flow (when `action` is `switch` or `pivot`).
|
|
@@ -9088,7 +9883,7 @@ type UpdateFlowDefinitionBodyStepsItemTransitions = {
|
|
|
9088
9883
|
};
|
|
9089
9884
|
};
|
|
9090
9885
|
//#endregion
|
|
9091
|
-
//#region src/generated/model/
|
|
9886
|
+
//#region src/generated/model/updateFlowDefinitionBodyFlowDefinitionStepsItem.d.ts
|
|
9092
9887
|
/**
|
|
9093
9888
|
* A step in a flow definition. This is the admin-authored configuration,
|
|
9094
9889
|
not the runtime payload sent to the frontend.
|
|
@@ -9101,7 +9896,7 @@ A step with only `complete` set is a terminal step. All other steps are
|
|
|
9101
9896
|
rendered to the frontend as capability payloads.
|
|
9102
9897
|
|
|
9103
9898
|
*/
|
|
9104
|
-
type
|
|
9899
|
+
type UpdateFlowDefinitionBodyFlowDefinitionStepsItem = {
|
|
9105
9900
|
/** Unique step identifier within this flow. Used as transition targets
|
|
9106
9901
|
and returned in the API response as `step.name`.
|
|
9107
9902
|
*/
|
|
@@ -9117,65 +9912,108 @@ type UpdateFlowDefinitionBodyStepsItem = {
|
|
|
9117
9912
|
frontend sends back in the submit request. If omitted, the engine
|
|
9118
9913
|
provides a default `submit` action.
|
|
9119
9914
|
*/
|
|
9120
|
-
actions?:
|
|
9915
|
+
actions?: UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem[];
|
|
9121
9916
|
/** Security gates that must be satisfied before submission. Keyed by gate
|
|
9122
9917
|
name. Each gate selects a kind (e.g. "captcha") and provider-specific
|
|
9123
9918
|
configuration. The engine may also inject gates dynamically based on
|
|
9124
9919
|
policy.
|
|
9125
9920
|
*/
|
|
9126
|
-
gates?:
|
|
9127
|
-
sso_providers?:
|
|
9921
|
+
gates?: UpdateFlowDefinitionBodyFlowDefinitionStepsItemGates; /** Available SSO identity providers for this step. */
|
|
9922
|
+
sso_providers?: UpdateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem[];
|
|
9128
9923
|
/** Server-side mutation to execute when this step completes successfully.
|
|
9129
9924
|
Runs after field validation passes, before the transition fires.
|
|
9130
9925
|
- create_user: creates the user record (registration flows)
|
|
9131
9926
|
*/
|
|
9132
|
-
on_success?:
|
|
9927
|
+
on_success?: UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess;
|
|
9133
9928
|
/** Marks this as a terminal step. Tells the frontend what to do:
|
|
9134
9929
|
- redirect: navigate to redirect_uri (OIDC/SAML callback done)
|
|
9135
9930
|
- show: render as a success/info screen
|
|
9136
9931
|
*/
|
|
9137
|
-
complete?:
|
|
9932
|
+
complete?: UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete;
|
|
9138
9933
|
/** Maps action/outcome names to their transition descriptor.
|
|
9139
9934
|
Keys match action names from the `actions` array. Additional keys
|
|
9140
9935
|
come from implicit outcomes based on schema annotations
|
|
9141
9936
|
(e.g. `user_not_found` from `x-unique` fields) and engine
|
|
9142
9937
|
events (e.g. `sso`, `callback`).
|
|
9143
9938
|
*/
|
|
9144
|
-
transitions?:
|
|
9939
|
+
transitions?: UpdateFlowDefinitionBodyFlowDefinitionStepsItemTransitions;
|
|
9145
9940
|
};
|
|
9146
9941
|
//#endregion
|
|
9147
|
-
//#region src/generated/model/
|
|
9942
|
+
//#region src/generated/model/updateFlowDefinitionBodyFlowDefinition.d.ts
|
|
9148
9943
|
/**
|
|
9149
|
-
*
|
|
9150
|
-
|
|
9151
|
-
|
|
9152
|
-
|
|
9153
|
-
provided, the entire array/object is replaced. If omitted, the current
|
|
9154
|
-
value is preserved unchanged.
|
|
9944
|
+
* A flow definition is the server-side configuration that describes a complete
|
|
9945
|
+
authentication or identity flow. It is NOT sent to the frontend — the flow
|
|
9946
|
+
engine evaluates it and produces FlowResponse payloads (steps with capability
|
|
9947
|
+
dictionaries) for the client.
|
|
9155
9948
|
|
|
9156
|
-
|
|
9949
|
+
Flow definitions are created by administrators and stored in the project/team
|
|
9950
|
+
configuration hierarchy. The engine selects the matching definition based on
|
|
9951
|
+
the purpose + audience when a flow is created via POST /flow.
|
|
9157
9952
|
|
|
9158
9953
|
*/
|
|
9159
|
-
type
|
|
9160
|
-
/**
|
|
9954
|
+
type UpdateFlowDefinitionBodyFlowDefinition = {
|
|
9955
|
+
/**
|
|
9956
|
+
* Stable identifier for this flow, used as the target of cross-flow
|
|
9957
|
+
`switch` and `pivot` transitions. Renaming is not supported — the
|
|
9958
|
+
`name` is part of the public contract another definition may
|
|
9959
|
+
reference. Acts as the human display label as well; no separate slug.
|
|
9960
|
+
* @pattern ^[a-z][a-z0-9-]*$
|
|
9961
|
+
*/
|
|
9962
|
+
name: string;
|
|
9963
|
+
/** The lifecycle state of this flow definition.
|
|
9964
|
+
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
9965
|
+
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
9966
|
+
Allowed transitions:
|
|
9967
|
+
- draft -> active: To activate the flow definition.
|
|
9968
|
+
- active -> draft: To remove the flow definition from active use immediately.
|
|
9969
|
+
*/
|
|
9970
|
+
status?: UpdateFlowDefinitionBodyFlowDefinitionStatus;
|
|
9971
|
+
/** User schema this flow operates on. Step `fields` reference properties
|
|
9972
|
+
defined in this schema. The engine resolves field types, validation,
|
|
9973
|
+
and implicit outcomes from schema annotations at runtime.
|
|
9161
9974
|
*/
|
|
9162
|
-
user_schema
|
|
9163
|
-
/**
|
|
9164
|
-
purpose names; values must match a `name` in `steps`.
|
|
9975
|
+
user_schema: string;
|
|
9976
|
+
/** Maps each purpose this definition handles to its entry-point step.
|
|
9977
|
+
Keys are purpose names; values must match a `name` in `steps`. A
|
|
9978
|
+
definition can serve multiple purposes (e.g. a combined login/register
|
|
9979
|
+
flow) by listing one entry per purpose.
|
|
9165
9980
|
*/
|
|
9166
|
-
purposes
|
|
9981
|
+
purposes: Partial<Record<"login" | "register" | "recovery" | "profiling" | "reauth" | "link_account", string>>;
|
|
9167
9982
|
/** Scopes which teams or apps this flow definition applies to. Empty or
|
|
9168
9983
|
omitted fields mean "no restriction"; when both are empty the definition
|
|
9169
9984
|
matches every request in the project. The engine picks the most specific
|
|
9170
9985
|
matching definition: app > team > project-wide.
|
|
9171
9986
|
*/
|
|
9172
|
-
audience?:
|
|
9987
|
+
audience?: UpdateFlowDefinitionBodyFlowDefinitionAudience;
|
|
9173
9988
|
/**
|
|
9174
|
-
*
|
|
9175
|
-
|
|
9989
|
+
* Ordered list of steps in this flow. The order is for human readability —
|
|
9990
|
+
actual step sequencing is determined by transitions.
|
|
9176
9991
|
* @minItems 1
|
|
9177
9992
|
*/
|
|
9178
|
-
steps
|
|
9993
|
+
steps: UpdateFlowDefinitionBodyFlowDefinitionStepsItem[];
|
|
9994
|
+
};
|
|
9995
|
+
//#endregion
|
|
9996
|
+
//#region src/generated/model/updateFlowDefinitionBody.d.ts
|
|
9997
|
+
/**
|
|
9998
|
+
* Replaces the existing flow definition.
|
|
9999
|
+
If `flow_definition.status` is omitted, the current status is preserved
|
|
10000
|
+
|
|
10001
|
+
*/
|
|
10002
|
+
type UpdateFlowDefinitionBody = {
|
|
10003
|
+
/** URI of the server-published flow definition schema this definition was
|
|
10004
|
+
authored against. The server uses this to validate the definition.
|
|
10005
|
+
If not provided, the engine will use the latest schema version for validation.
|
|
10006
|
+
*/
|
|
10007
|
+
schema_uri?: string;
|
|
10008
|
+
/** A flow definition is the server-side configuration that describes a complete
|
|
10009
|
+
authentication or identity flow. It is NOT sent to the frontend — the flow
|
|
10010
|
+
engine evaluates it and produces FlowResponse payloads (steps with capability
|
|
10011
|
+
dictionaries) for the client.
|
|
10012
|
+
Flow definitions are created by administrators and stored in the project/team
|
|
10013
|
+
configuration hierarchy. The engine selects the matching definition based on
|
|
10014
|
+
the purpose + audience when a flow is created via POST /flow.
|
|
10015
|
+
*/
|
|
10016
|
+
flow_definition: UpdateFlowDefinitionBodyFlowDefinition;
|
|
9179
10017
|
};
|
|
9180
10018
|
//#endregion
|
|
9181
10019
|
//#region src/generated/model/updateFlowDefinitionDefaultDetails.d.ts
|
|
@@ -9574,5 +10412,5 @@ type VerifyChallengeProofDefault = ({
|
|
|
9574
10412
|
code: "internal";
|
|
9575
10413
|
});
|
|
9576
10414
|
//#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-
|
|
10415
|
+
export { SubmitFlowStepBodyFields as $, GetFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as $a, CreateFlow201StepComplete as $c, GetMySession200 as $i, ListSessions200SessionsItemFactorsItemPayload as $n, DeactivateFlowDefinition400 as $o, GetSessionParams as $r, CreateHandoff200 as $s, SetUserPasswordDefaultDetails as $t, UpdateFlowDefinition404 as A, GetFlowStep200StepGates as Aa, CreateFlowDefinition201FlowDefinitionStepsItemComplete as Ac, GetProject401Details as Ai, ActivateFlowDefinitionParams as Al, ListUsersDefault as An, ExchangeHandoff200 as Ao, GetUserByIDParams as Ar, CreateSession201Session as As, SubmitFlowStep200StepFieldsItem as At, UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess as B, GetFlowStep200StepChallengeMethod as Ba, CreateFlow400 as Bc, GetOpenIDConfiguration4xxDetails as Bi, ListSessionsDefaultDetails as Bn, EndSessionDefaultDetails as Bo, GetTokenBody as Br, CreateSchemaBody as Bs, SubmitFlowStep200Branding as Bt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind as C, GetFlowStep410Details as Ca, CreateFlowDefinition201FlowDefinitionStepsItem as Cc, GetReady4xx as Ci, AuthorizeGet400Details as Cl, RevokeMySession409 as Cn, ExchangeHandoffBody as Co, Introspect400Details as Cr, CreateSessionDefault as Cs, SubmitFlowStep200 as Ct, UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind as D, GetFlowStep200Step as Da, CreateFlowDefinition201FlowDefinitionStepsItemGates as Dc, GetProject404 as Di, AuthorizeDevice400 as Dl, RevokeMySession401 as Dn, ExchangeHandoff401Details as Do, GetUserInfo200 as Dr, CreateSession400 as Ds, SubmitFlowStep200StepGates as Dt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem as E, GetFlowStep200 as Ea, CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess as Ec, GetProjectDefaultDetails as Ei, AuthorizeDeviceDefaultDetails as El, RevokeMySession404Details as En, ExchangeHandoff401 as Eo, GetUserInfoDefaultDetails as Er, CreateSessionBodyUserAgent as Es, SubmitFlowStep200StepSsoProvidersItem as Et, UpdateFlowDefinition200Status as F, GetFlowStep200StepFieldsItemValidationFormat as Fa, CreateFlowDefault as Fc, GetOpenIDConfiguration200TokenEndpointAuthMethodsSupportedItem as Fi, ListUsers400Details as Fn, ExchangeHandoff200SessionFactorsItem as Fo, GetUserByID401 as Fr, CreateSession201SessionFactorsItemPayload as Fs, SubmitFlowStep200StepChallenge as Ft, UpdateFlowDefinition200FlowDefinitionStepsItemActionsItem as G, GetFlowDefinitionParams as Ga, CreateFlow201StepSsoProvidersItem as Gc, GetMyUser401Details as Gi, ListSessions400 as Gn, DeleteFlowDefinitionDefaultDetails as Go, GetTeamParams as Gr, CreateSchema201 as Gs, SubmitFlowEventBodyType as Gt, UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind as H, GetFlowStep200StepActionsItemKind as Ha, CreateFlow201 as Hc, GetMyUserDefaultDetails as Hi, ListSessions403Details as Hn, EndSession400Details as Ho, GetToken200 as Hr, CreateSchema409Details as Hs, SubmitFlowEventDefault as Ht, UpdateFlowDefinition200FlowDefinition as I, GetFlowStep200StepFieldsItemType as Ia, CreateFlowDefaultDetails as Ic, GetOpenIDConfiguration200SubjectTypesSupportedItem as Ii, ListUsers200Item as In, ExchangeHandoff200SessionFactorsItemPayload as Io, GetUserByID401Details as Ir, CreateSession201SessionFactorsItemMethod as Is, SubmitFlowStep200StepChallengeOptions as It, UpdateFlowDefinition200FlowDefinitionAudience as J, GetFlowDefinition200 as Ja, CreateFlow201StepGatesConfig as Jc, GetMySessionDefaultDetails as Ji, ListSessions200SessionsItem as Jn, DeactivateFlowDefinitionParams as Jo, GetTeam404 as Jr, CreateProjectBody as Js, SubmitFlowEvent404Details as Jt, UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind as K, GetFlowDefinitionDefault as Ka, CreateFlow201StepGates as Kc, GetMyUser200 as Ki, ListSessions400Details as Kn, DeleteFlowDefinition409 as Ko, GetTeamDefault as Kr, CreateProjectDefault as Ks, SubmitFlowEventBodyPayload as Kt, UpdateFlowDefinition200FlowDefinitionStepsItem as L, GetFlowStep200StepComplete as La, CreateFlowBody as Lc, GetOpenIDConfiguration200DisplayValuesSupportedItem as Li, ListSessionsParams as Ln, ExchangeHandoff200SessionFactorsItemMethod as Lo, GetUserByID200 as Lr, CreateSchemaParams as Ls, SubmitFlowStep200StepChallengeMethod as Lt, UpdateFlowDefinition400 as M, GetFlowStep200StepGatesConfig as Ma, CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind as Mc, GetOpenIDConfigurationDefault as Mi, ActivateFlowDefinitionDefaultDetails as Ml, ListUsers500 as Mn, ExchangeHandoff200SessionUserAgent as Mo, GetUserByIDDefaultDetails as Mr, CreateSession201SessionState as Ms, SubmitFlowStep200StepFieldsItemValidationFormat as Mt, UpdateFlowDefinition400Details as N, GetFlowStep200StepFieldsItem as Na, CreateFlowDefinition201FlowDefinitionStatus as Nc, GetOpenIDConfigurationDefaultDetails as Ni, ActivateFlowDefinition400 as Nl, ListUsers500Details as Nn, ExchangeHandoff200SessionState as No, GetUserByID404 as Nr, CreateSession201SessionMetadata as Ns, SubmitFlowStep200StepFieldsItemType as Nt, UpdateFlowDefinitionBodyFlowDefinitionStatus as O, GetFlowStep200StepTexts as Oa, CreateFlowDefinition201FlowDefinitionStepsItemGatesKind as Oc, GetProject404Details as Oi, AuthorizeDevice400Details as Ol, RevokeMySession401Details as On, ExchangeHandoff400 as Oo, GetUserInfo4xx as Or, CreateSession400Details as Os, SubmitFlowStep200StepGatesKind as Ot, UpdateFlowDefinition200 as P, GetFlowStep200StepFieldsItemValidation as Pa, CreateFlowDefinition201FlowDefinitionAudience as Pc, GetOpenIDConfiguration200 as Pi, ActivateFlowDefinition400Details as Pl, ListUsers400 as Pn, ExchangeHandoff200SessionMetadata as Po, GetUserByID404Details as Pr, CreateSession201SessionFactorsItem as Ps, SubmitFlowStep200StepComplete as Pt, SubmitFlowStepBodyGateProofs as Q, GetFlowDefinition200FlowDefinitionStepsItemTransitions as Qa, CreateFlow201StepFieldsItemType as Qc, GetMySession401Details as Qi, ListSessions200SessionsItemFactorsItem as Qn, DeactivateFlowDefinition409Details as Qo, GetTeam200 as Qr, CreateHandoffDefault as Qs, SetUserPasswordDefault as Qt, UpdateFlowDefinition200FlowDefinitionStepsItemTransitions as R, GetFlowStep200StepChallenge as Ra, CreateFlowBodyPurpose as Rc, GetOpenIDConfiguration200ClaimTypesSupportedItem as Ri, ListSessionsState as Rn, EndSessionParams as Ro, GetTokenDefault as Rr, CreateSchemaDefault as Rs, SubmitFlowStep200StepActionsItem as Rt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGates as S, GetFlowStep410 as Sa, CreateFlowDefinition201FlowDefinition as Sc, GetReadyDefaultDetails as Si, AuthorizeGet400 as Sl, RevokeMySessionDefaultDetails as Sn, ExchangeHandoffDefaultDetails as So, Introspect400 as Sr, CreateTeam201 as Ss, SubmitFlowStep400BrandingLayout as St, UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete as T, GetFlowStep404Details as Ta, CreateFlowDefinition201FlowDefinitionStepsItemSsoProvidersItem as Tc, GetProjectDefault as Ti, AuthorizeDeviceDefault as Tl, RevokeMySession404 as Tn, ExchangeHandoff410Details as To, GetUserInfoDefault as Tr, CreateSessionBody as Ts, SubmitFlowStep200StepTexts as Tt, UpdateFlowDefinition200FlowDefinitionStepsItemGatesConfig as U, GetFlowStep200Branding as Ua, CreateFlow201Step as Uc, GetMyUser404 as Ui, ListSessions401 as Un, DeleteFlowDefinitionParams as Uo, GetToken4xx as Ur, CreateSchema400 as Us, SubmitFlowEventDefaultDetails as Ut, UpdateFlowDefinition200FlowDefinitionStepsItemGates as V, GetFlowStep200StepActionsItem as Va, CreateFlow400Details as Vc, GetMyUserDefault as Vi, ListSessions403 as Vn, EndSession400 as Vo, GetTokenBodyGrantType as Vr, CreateSchema409 as Vs, SubmitFlowStep200BrandingLayout as Vt, UpdateFlowDefinition200FlowDefinitionStepsItemComplete as W, GetFlowStep200BrandingLayout as Wa, CreateFlow201StepTexts as Wc, GetMyUser401 as Wi, ListSessions401Details as Wn, DeleteFlowDefinitionDefault as Wo, GetToken4xxDetails as Wr, CreateSchema400Details as Ws, SubmitFlowEventBody as Wt, SubmitFlowStepDefaultDetails as X, GetFlowDefinition200FlowDefinition as Xa, CreateFlow201StepFieldsItemValidation as Xc, GetMySession404Details as Xi, ListSessions200SessionsItemState as Xn, DeactivateFlowDefinitionDefaultDetails as Xo, GetTeam401 as Xr, CreateProject429Details as Xs, SubmitFlowEvent400Details as Xt, SubmitFlowStepDefault as Y, GetFlowDefinition200Status as Ya, CreateFlow201StepFieldsItem as Yc, GetMySession404 as Yi, ListSessions200SessionsItemUserAgent as Yn, DeactivateFlowDefinitionDefault as Yo, GetTeam404Details as Yr, CreateProject429 as Ys, SubmitFlowEvent400 as Yt, SubmitFlowStepBody as Z, GetFlowDefinition200FlowDefinitionStepsItem as Za, CreateFlow201StepFieldsItemValidationFormat as Zc, GetMySession401 as Zi, ListSessions200SessionsItemMetadata as Zn, DeactivateFlowDefinition409 as Zo, GetTeam401Details as Zr, CreateProject201 as Zs, SetUserPasswordParams as Zt, UpdateFlowDefinitionBodyFlowDefinition as _, GetHealthDefaultDetails as _a, CreateFlowDefinition409Details as _c, GetSchemaById404Details as _i, CreateAuthAttempt201ChallengesItemPayload as _l, RevokeSession404 as _n, GetAuthAttempt200ChallengesItemState as _o, IssueChallenge201Payload as _r, CreateTeamBody as _s, SubmitFlowStep400StepChallengeOptions as _t, VerifyChallengeProof200RequiredFactorsItem as a, GetMySession200FactorsItemMethod as aa, CreateFlowDefinitionBodyFlowDefinitionStepsItemTransitions as ac, GetSession401Details as ai, CreateFlow201Branding as al, SetUserPassword400 as an, GetFlowDefinition200FlowDefinitionStepsItemActionsItem as ao, ListFlowDefinitions400 as ar, CreateUser409 as as, SubmitFlowStep400Step as at, UpdateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem as b, GetFlowStepDefault as ba, CreateFlowDefinition201 as bc, GetSchemaById200 as bi, AuthorizeGetDefault as bl, RevokeSession401Details as bn, ExchangeHandoffParams as bo, IntrospectDefaultDetails as br, CreateTeam400 as bs, SubmitFlowStep400StepActionsItemKind as bt, VerifyChallengeProof200CompletedFactorsItemMethod as c, GetLive4xx as ca, CreateFlowDefinitionBodyFlowDefinitionStepsItemGates as cc, GetSession200State as ci, CreateAuthAttemptBody as cl, RevokeTokenDefaultDetails as cn, GetFlowDefinition200FlowDefinitionAudience as co, ListFlowDefinitions200FlowDefinitionsItem as cr, CreateUser403Details as cs, SubmitFlowStep400StepGates as ct, VerifyChallengeProof200ChallengesItemPayload as d, GetKeysDefaultDetails as da, CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete as dc, GetSession200FactorsItemPayload as di, CreateAuthAttempt201RequiredFactorsItem as dl, RevokeToken4xxDetails as dn, GetAuthAttempt200State as do, IssueChallengeBody as dr, CreateUser400 as ds, SubmitFlowStep400StepFieldsItem as dt, GetMySession200UserAgent as ea, CreateFlowDefinitionDefault as ec, GetSessionDefault as ei, CreateFlow201StepChallenge as el, SetUserPasswordBody as en, GetFlowDefinition200FlowDefinitionStepsItemOnSuccess as eo, ListSessions200SessionsItemFactorsItemMethod as er, DeactivateFlowDefinition400Details as es, SubmitFlowStepBodyChallengeResponse as et, VerifyChallengeProof200ChallengesItemMethod as f, GetKeys200 as fa, CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem as fc, GetSession200FactorsItemMethod as fi, CreateAuthAttempt201CompletedFactorsItem as fl, RevokeSessionParams as fn, GetAuthAttempt200RequiredFactorsItem as fo, IssueChallengeBodyPasskeyOptions as fr, CreateUser400Details as fs, SubmitFlowStep400StepFieldsItemValidation as ft, UpdateFlowDefinitionBody as g, GetHealthDefault as ga, CreateFlowDefinition409 as gc, GetSchemaById404 as gi, CreateAuthAttempt201ChallengesItemState as gl, RevokeSession409Details as gn, GetAuthAttempt200ChallengesItem as go, IssueChallenge201State as gr, CreateTeamDefaultDetails as gs, SubmitFlowStep400StepChallenge as gt, UpdateFlowDefinitionDefaultDetails as h, GetKeys4xxDetails as ha, CreateFlowDefinitionBodyFlowDefinitionAudience as hc, GetSchemaByIdDefaultDetails as hi, CreateAuthAttempt201ChallengesItem as hl, RevokeSession409 as hn, GetAuthAttempt200CompletedFactorsItemMethod as ho, IssueChallenge201 as hr, CreateTeamDefault as hs, SubmitFlowStep400StepComplete as ht, VerifyChallengeProof200State as i, GetMySession200FactorsItemPayload as ia, CreateFlowDefinitionBodyFlowDefinitionStepsItem as ic, GetSession401 as ii, CreateFlow201StepActionsItemKind as il, SetUserPassword404Details as in, GetFlowDefinition200FlowDefinitionStepsItemComplete as io, ListFlowDefinitionsDefaultDetails as ir, CreateUserBody as is, SubmitFlowStep400 as it, UpdateFlowDefinition404Details as j, GetFlowStep200StepGatesKind as ja, CreateFlowDefinition201FlowDefinitionStepsItemActionsItem as jc, GetProject200 as ji, ActivateFlowDefinitionDefault as jl, ListUsersDefaultDetails as jn, ExchangeHandoff200Session as jo, GetUserByIDDefault as jr, CreateSession201SessionUserAgent as js, SubmitFlowStep200StepFieldsItemValidation as jt, UpdateFlowDefinitionBodyFlowDefinitionAudience as k, GetFlowStep200StepSsoProvidersItem as ka, CreateFlowDefinition201FlowDefinitionStepsItemGatesConfig as kc, GetProject401 as ki, AuthorizeDevice200 as kl, ListUsersParams as kn, ExchangeHandoff400Details as ko, GetUserInfo4xxDetails as kr, CreateSession201 as ks, SubmitFlowStep200StepGatesConfig as kt, VerifyChallengeProof200ChallengesItem as l, GetLive4xxDetails as la, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind as lc, GetSession200Metadata as li, CreateAuthAttempt201 as ll, RevokeTokenBody as ln, GetAuthAttemptDefault as lo, ListFlowDefinitions200FlowDefinitionsItemStatus as lr, CreateUser401 as ls, SubmitFlowStep400StepGatesKind as lt, UpdateFlowDefinitionDefault as m, GetKeys4xx as ma, CreateFlowDefinitionBodyFlowDefinitionStatus as mc, GetSchemaByIdDefault as mi, CreateAuthAttempt201CompletedFactorsItemMethod as ml, RevokeSessionDefaultDetails as mn, GetAuthAttempt200CompletedFactorsItemPayload as mo, IssueChallengeBodyMethod as mr, CreateTeamParams as ms, SubmitFlowStep400StepFieldsItemType as mt, VerifyChallengeProofBody as n, GetMySession200Metadata as na, CreateFlowDefinitionBody as nc, GetSession404 as ni, CreateFlow201StepChallengeMethod as nl, SetUserPassword500Details as nn, GetFlowDefinition200FlowDefinitionStepsItemGatesKind as no, ListFlowDefinitionsPurpose as nr, CreateUserDefault as ns, SubmitFlowStep409 as nt, VerifyChallengeProof200CompletedFactorsItem as o, GetLiveDefault as oa, CreateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem as oc, GetSession200 as oi, CreateFlow201BrandingLayout as ol, SetUserPassword400Details as on, GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind as oo, ListFlowDefinitions400Details as or, CreateUser409Details as os, SubmitFlowStep400StepTexts as ot, UpdateFlowDefinitionParams as p, GetKeys200KeysItem as pa, CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind as pc, GetSchemaByIdParams as pi, CreateAuthAttempt201CompletedFactorsItemPayload as pl, RevokeSessionDefault as pn, GetAuthAttempt200CompletedFactorsItem as po, IssueChallengeBodyPasskeyOptionsUserVerification as pr, CreateUser201 as ps, SubmitFlowStep400StepFieldsItemValidationFormat as pt, UpdateFlowDefinition200FlowDefinitionStatus as q, GetFlowDefinitionDefaultDetails as qa, CreateFlow201StepGatesKind as qc, GetMySessionDefault as qi, ListSessions200 as qn, DeleteFlowDefinition409Details as qo, GetTeamDefaultDetails as qr, CreateProjectDefaultDetails as qs, SubmitFlowEvent404 as qt, VerifyChallengeProof200 as r, GetMySession200FactorsItem as ra, CreateFlowDefinitionBodyFlowDefinition as rc, GetSession404Details as ri, CreateFlow201StepActionsItem as rl, SetUserPassword404 as rn, GetFlowDefinition200FlowDefinitionStepsItemGatesConfig as ro, ListFlowDefinitionsDefault as rr, CreateUserDefaultDetails as rs, SubmitFlowStep409Details as rt, VerifyChallengeProof200CompletedFactorsItemPayload as s, GetLiveDefaultDetails as sa, CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess as sc, GetSession200UserAgent as si, CreateAuthAttemptDefault as sl, RevokeTokenDefault as sn, GetFlowDefinition200FlowDefinitionStatus as so, ListFlowDefinitions200 as sr, CreateUser403 as ss, SubmitFlowStep400StepSsoProvidersItem as st, VerifyChallengeProofDefault as t, GetMySession200State as ta, CreateFlowDefinitionDefaultDetails as tc, GetSessionDefaultDetails as ti, CreateFlow201StepChallengeOptions as tl, SetUserPassword500 as tn, GetFlowDefinition200FlowDefinitionStepsItemGates as to, ListFlowDefinitionsParams as tr, CreateUserParams as ts, SubmitFlowStepBodyChallengeResponseProof as tt, VerifyChallengeProof200ChallengesItemState as u, GetKeysDefault as ua, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig as uc, GetSession200FactorsItem as ui, CreateAuthAttempt201State as ul, RevokeToken4xx as un, GetAuthAttempt200 as uo, IssueChallengeDefault as ur, CreateUser401Details as us, SubmitFlowStep400StepGatesConfig as ut, UpdateFlowDefinitionBodyFlowDefinitionStepsItem as v, GetHealth4xx as va, CreateFlowDefinition400 as vc, GetSchemaById400 as vi, CreateAuthAttempt201ChallengesItemMethod as vl, RevokeSession404Details as vn, GetAuthAttempt200ChallengesItemPayload as vo, IssueChallenge201Method as vr, CreateTeam429 as vs, SubmitFlowStep400StepChallengeMethod as vt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig as w, GetFlowStep404 as wa, CreateFlowDefinition201FlowDefinitionStepsItemTransitions as wc, GetReady4xxDetails as wi, AuthorizeDeviceParams as wl, RevokeMySession409Details as wn, ExchangeHandoff410 as wo, Introspect200 as wr, CreateSessionDefaultDetails as ws, SubmitFlowStep200Step as wt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess as x, GetFlowStepDefaultDetails as xa, CreateFlowDefinition201Status as xc, GetReadyDefault as xi, AuthorizeGetDefaultDetails as xl, RevokeMySessionDefault as xn, ExchangeHandoffDefault as xo, IntrospectBody as xr, CreateTeam400Details as xs, SubmitFlowStep400Branding as xt, UpdateFlowDefinitionBodyFlowDefinitionStepsItemTransitions as y, GetHealth4xxDetails as ya, CreateFlowDefinition400Details as yc, GetSchemaById400Details as yi, AuthorizeGetParams as yl, RevokeSession401 as yn, GetAuthAttempt200ChallengesItemMethod as yo, IntrospectDefault as yr, CreateTeam429Details as ys, SubmitFlowStep400StepActionsItem as yt, UpdateFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as z, GetFlowStep200StepChallengeOptions as za, CreateFlowBodyHint as zc, GetOpenIDConfiguration4xx as zi, ListSessionsDefault as zn, EndSessionDefault as zo, GetTokenDefaultDetails as zr, CreateSchemaDefaultDetails as zs, SubmitFlowStep200StepActionsItemKind as zt };
|
|
10416
|
+
//# sourceMappingURL=index-1TIHnDrM.d.mts.map
|