@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
|
@@ -155,7 +155,7 @@ declare const GetKeysResponse: zod.ZodObject<{
|
|
|
155
155
|
}, zod.z.core.$strip>>>;
|
|
156
156
|
}, zod.z.core.$strip>;
|
|
157
157
|
/**
|
|
158
|
-
* @summary Get
|
|
158
|
+
* @summary Get access token
|
|
159
159
|
*/
|
|
160
160
|
declare const GetTokenResponse: zod.ZodObject<{
|
|
161
161
|
access_token: zod.ZodOptional<zod.ZodString>;
|
|
@@ -248,6 +248,7 @@ cookie. The browser sends it automatically on subsequent requests.
|
|
|
248
248
|
*/
|
|
249
249
|
declare const createFlowBodyProjectIdRegExp: RegExp;
|
|
250
250
|
declare const createFlowBodyFlowDefinitionNameRegExp: RegExp;
|
|
251
|
+
declare const createFlowBodyDryRunDefault = false;
|
|
251
252
|
declare const createFlowBodySchemaVersionRegExp: RegExp;
|
|
252
253
|
declare const CreateFlowBody: zod.ZodObject<{
|
|
253
254
|
project_id: zod.ZodString;
|
|
@@ -260,6 +261,7 @@ declare const CreateFlowBody: zod.ZodObject<{
|
|
|
260
261
|
link_account: "link_account";
|
|
261
262
|
}>;
|
|
262
263
|
flow_definition_name: zod.ZodOptional<zod.ZodString>;
|
|
264
|
+
dry_run: zod.ZodDefault<zod.ZodBoolean>;
|
|
263
265
|
schema_version: zod.ZodOptional<zod.ZodString>;
|
|
264
266
|
challenge_nonce: zod.ZodOptional<zod.ZodString>;
|
|
265
267
|
session_id: zod.ZodOptional<zod.ZodString>;
|
|
@@ -337,6 +339,13 @@ declare const GetFlowStepResponse: zod.ZodObject<{
|
|
|
337
339
|
}, zod.z.core.$strip>>>;
|
|
338
340
|
actions: zod.ZodDefault<zod.ZodArray<zod.ZodObject<{
|
|
339
341
|
name: zod.ZodString;
|
|
342
|
+
kind: zod.ZodEnum<{
|
|
343
|
+
submit: "submit";
|
|
344
|
+
passkey: "passkey";
|
|
345
|
+
passkey_register: "passkey_register";
|
|
346
|
+
navigate: "navigate";
|
|
347
|
+
back: "back";
|
|
348
|
+
}>;
|
|
340
349
|
primary: zod.ZodDefault<zod.ZodBoolean>;
|
|
341
350
|
text_key: zod.ZodOptional<zod.ZodString>;
|
|
342
351
|
}, zod.z.core.$strip>>>;
|
|
@@ -479,6 +488,13 @@ declare const SubmitFlowStepResponse: zod.ZodObject<{
|
|
|
479
488
|
}, zod.z.core.$strip>>>;
|
|
480
489
|
actions: zod.ZodDefault<zod.ZodArray<zod.ZodObject<{
|
|
481
490
|
name: zod.ZodString;
|
|
491
|
+
kind: zod.ZodEnum<{
|
|
492
|
+
submit: "submit";
|
|
493
|
+
passkey: "passkey";
|
|
494
|
+
passkey_register: "passkey_register";
|
|
495
|
+
navigate: "navigate";
|
|
496
|
+
back: "back";
|
|
497
|
+
}>;
|
|
482
498
|
primary: zod.ZodDefault<zod.ZodBoolean>;
|
|
483
499
|
text_key: zod.ZodOptional<zod.ZodString>;
|
|
484
500
|
}, zod.z.core.$strip>>>;
|
|
@@ -1260,12 +1276,13 @@ declare const GetSchemaByIdResponse: zod.ZodObject<{
|
|
|
1260
1276
|
Flow definitions are templates that define the sequence of steps (capabilities)
|
|
1261
1277
|
for a particular user journey (e.g., registration, login, password reset).
|
|
1262
1278
|
|
|
1263
|
-
Flow definitions are created based on the flow
|
|
1279
|
+
Flow definitions are created based on the flow definition schema, which includes the flow's purpose, audience, and the steps involved.
|
|
1264
1280
|
|
|
1265
1281
|
* @summary Create a new flow definition
|
|
1266
1282
|
*/
|
|
1267
1283
|
declare const createFlowDefinitionBodyProjectIdRegExp: RegExp;
|
|
1268
1284
|
declare const createFlowDefinitionBodyFlowDefinitionNameRegExp: RegExp;
|
|
1285
|
+
declare const createFlowDefinitionBodyFlowDefinitionStatusDefault = "active";
|
|
1269
1286
|
declare const createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault: never[];
|
|
1270
1287
|
declare const createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1271
1288
|
declare const createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault: never[];
|
|
@@ -1276,6 +1293,10 @@ declare const CreateFlowDefinitionBody: zod.ZodObject<{
|
|
|
1276
1293
|
schema_uri: zod.ZodOptional<zod.ZodURL>;
|
|
1277
1294
|
flow_definition: zod.ZodObject<{
|
|
1278
1295
|
name: zod.ZodString;
|
|
1296
|
+
status: zod.ZodDefault<zod.ZodEnum<{
|
|
1297
|
+
active: "active";
|
|
1298
|
+
draft: "draft";
|
|
1299
|
+
}>>;
|
|
1279
1300
|
user_schema: zod.ZodURL;
|
|
1280
1301
|
purposes: zod.ZodRecord<zod.ZodString, zod.ZodString>;
|
|
1281
1302
|
audience: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -1287,6 +1308,13 @@ declare const CreateFlowDefinitionBody: zod.ZodObject<{
|
|
|
1287
1308
|
fields: zod.ZodDefault<zod.ZodArray<zod.ZodString>>;
|
|
1288
1309
|
actions: zod.ZodDefault<zod.ZodArray<zod.ZodObject<{
|
|
1289
1310
|
name: zod.ZodString;
|
|
1311
|
+
kind: zod.ZodEnum<{
|
|
1312
|
+
submit: "submit";
|
|
1313
|
+
passkey: "passkey";
|
|
1314
|
+
passkey_register: "passkey_register";
|
|
1315
|
+
navigate: "navigate";
|
|
1316
|
+
back: "back";
|
|
1317
|
+
}>;
|
|
1290
1318
|
primary: zod.ZodDefault<zod.ZodBoolean>;
|
|
1291
1319
|
text_key: zod.ZodOptional<zod.ZodString>;
|
|
1292
1320
|
}, zod.z.core.$strip>>>;
|
|
@@ -1342,13 +1370,17 @@ declare const ListFlowDefinitionsQueryParams: zod.ZodObject<{
|
|
|
1342
1370
|
}>>;
|
|
1343
1371
|
}, zod.z.core.$strict>;
|
|
1344
1372
|
declare const listFlowDefinitionsResponseFlowDefinitionsItemNameRegExp: RegExp;
|
|
1373
|
+
declare const listFlowDefinitionsResponseFlowDefinitionsItemStatusDefault = "active";
|
|
1345
1374
|
declare const ListFlowDefinitionsResponse: zod.ZodObject<{
|
|
1346
1375
|
flow_definitions: zod.ZodArray<zod.ZodObject<{
|
|
1347
1376
|
id: zod.ZodString;
|
|
1348
1377
|
name: zod.ZodString;
|
|
1349
1378
|
project_id: zod.ZodString;
|
|
1350
1379
|
schema_uri: zod.ZodOptional<zod.ZodURL>;
|
|
1351
|
-
status: zod.
|
|
1380
|
+
status: zod.ZodDefault<zod.ZodEnum<{
|
|
1381
|
+
active: "active";
|
|
1382
|
+
draft: "draft";
|
|
1383
|
+
}>>;
|
|
1352
1384
|
created_at: zod.z.ZodISODateTime;
|
|
1353
1385
|
updated_at: zod.z.ZodISODateTime;
|
|
1354
1386
|
}, zod.z.core.$strip>>;
|
|
@@ -1365,7 +1397,9 @@ declare const getFlowDefinitionQueryProjectIdRegExp: RegExp;
|
|
|
1365
1397
|
declare const GetFlowDefinitionQueryParams: zod.ZodObject<{
|
|
1366
1398
|
project_id: zod.ZodString;
|
|
1367
1399
|
}, zod.z.core.$strict>;
|
|
1400
|
+
declare const getFlowDefinitionResponseStatusDefault = "active";
|
|
1368
1401
|
declare const getFlowDefinitionResponseFlowDefinitionNameRegExp: RegExp;
|
|
1402
|
+
declare const getFlowDefinitionResponseFlowDefinitionStatusDefault = "active";
|
|
1369
1403
|
declare const getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault: never[];
|
|
1370
1404
|
declare const getFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1371
1405
|
declare const getFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault: never[];
|
|
@@ -1374,9 +1408,16 @@ declare const getFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefaul
|
|
|
1374
1408
|
declare const GetFlowDefinitionResponse: zod.ZodObject<{
|
|
1375
1409
|
id: zod.ZodString;
|
|
1376
1410
|
project_id: zod.ZodString;
|
|
1377
|
-
status: zod.
|
|
1411
|
+
status: zod.ZodDefault<zod.ZodEnum<{
|
|
1412
|
+
active: "active";
|
|
1413
|
+
draft: "draft";
|
|
1414
|
+
}>>;
|
|
1378
1415
|
flow_definition: zod.ZodObject<{
|
|
1379
1416
|
name: zod.ZodString;
|
|
1417
|
+
status: zod.ZodDefault<zod.ZodEnum<{
|
|
1418
|
+
active: "active";
|
|
1419
|
+
draft: "draft";
|
|
1420
|
+
}>>;
|
|
1380
1421
|
user_schema: zod.ZodURL;
|
|
1381
1422
|
purposes: zod.ZodRecord<zod.ZodString, zod.ZodString>;
|
|
1382
1423
|
audience: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -1388,6 +1429,13 @@ declare const GetFlowDefinitionResponse: zod.ZodObject<{
|
|
|
1388
1429
|
fields: zod.ZodDefault<zod.ZodArray<zod.ZodString>>;
|
|
1389
1430
|
actions: zod.ZodDefault<zod.ZodArray<zod.ZodObject<{
|
|
1390
1431
|
name: zod.ZodString;
|
|
1432
|
+
kind: zod.ZodEnum<{
|
|
1433
|
+
submit: "submit";
|
|
1434
|
+
passkey: "passkey";
|
|
1435
|
+
passkey_register: "passkey_register";
|
|
1436
|
+
navigate: "navigate";
|
|
1437
|
+
back: "back";
|
|
1438
|
+
}>;
|
|
1391
1439
|
primary: zod.ZodDefault<zod.ZodBoolean>;
|
|
1392
1440
|
text_key: zod.ZodOptional<zod.ZodString>;
|
|
1393
1441
|
}, zod.z.core.$strip>>>;
|
|
@@ -1423,7 +1471,9 @@ declare const GetFlowDefinitionResponse: zod.ZodObject<{
|
|
|
1423
1471
|
updated_at: zod.z.ZodISODateTime;
|
|
1424
1472
|
}, zod.z.core.$strip>;
|
|
1425
1473
|
/**
|
|
1426
|
-
* Update a flow definition by id
|
|
1474
|
+
* Update a flow definition by id. This endpoint replaces the existing flow definition.
|
|
1475
|
+
If `flow_definition.status` is omitted, the current status is preserved
|
|
1476
|
+
|
|
1427
1477
|
* @summary Update a flow definition by id
|
|
1428
1478
|
*/
|
|
1429
1479
|
declare const UpdateFlowDefinitionParams: zod.ZodObject<{
|
|
@@ -1433,55 +1483,74 @@ declare const updateFlowDefinitionQueryProjectIdRegExp: RegExp;
|
|
|
1433
1483
|
declare const UpdateFlowDefinitionQueryParams: zod.ZodObject<{
|
|
1434
1484
|
project_id: zod.ZodString;
|
|
1435
1485
|
}, zod.z.core.$strict>;
|
|
1436
|
-
declare const
|
|
1437
|
-
declare const
|
|
1438
|
-
declare const
|
|
1439
|
-
declare const
|
|
1440
|
-
declare const
|
|
1486
|
+
declare const updateFlowDefinitionBodyFlowDefinitionNameRegExp: RegExp;
|
|
1487
|
+
declare const updateFlowDefinitionBodyFlowDefinitionStatusDefault = "active";
|
|
1488
|
+
declare const updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault: never[];
|
|
1489
|
+
declare const updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1490
|
+
declare const updateFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault: never[];
|
|
1491
|
+
declare const updateFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault: {};
|
|
1492
|
+
declare const updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault: never[];
|
|
1441
1493
|
declare const UpdateFlowDefinitionBody: zod.ZodObject<{
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
audience: zod.ZodOptional<zod.ZodObject<{
|
|
1445
|
-
team_ids: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
1446
|
-
app_ids: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
1447
|
-
}, zod.z.core.$strip>>;
|
|
1448
|
-
steps: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
1494
|
+
schema_uri: zod.ZodOptional<zod.ZodURL>;
|
|
1495
|
+
flow_definition: zod.ZodObject<{
|
|
1449
1496
|
name: zod.ZodString;
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
primary: zod.ZodDefault<zod.ZodBoolean>;
|
|
1454
|
-
text_key: zod.ZodOptional<zod.ZodString>;
|
|
1455
|
-
}, zod.z.core.$strip>>>;
|
|
1456
|
-
gates: zod.ZodDefault<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1457
|
-
kind: zod.ZodEnum<{
|
|
1458
|
-
captcha: "captcha";
|
|
1459
|
-
}>;
|
|
1460
|
-
provider: zod.ZodString;
|
|
1461
|
-
config: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
|
|
1462
|
-
}, zod.z.core.$strip>>>;
|
|
1463
|
-
sso_providers: zod.ZodDefault<zod.ZodArray<zod.ZodObject<{
|
|
1464
|
-
id: zod.ZodString;
|
|
1465
|
-
name: zod.ZodString;
|
|
1466
|
-
template: zod.ZodString;
|
|
1467
|
-
}, zod.z.core.$strip>>>;
|
|
1468
|
-
on_success: zod.ZodOptional<zod.ZodEnum<{
|
|
1469
|
-
create_user: "create_user";
|
|
1470
|
-
}>>;
|
|
1471
|
-
complete: zod.ZodOptional<zod.ZodEnum<{
|
|
1472
|
-
redirect: "redirect";
|
|
1473
|
-
show: "show";
|
|
1497
|
+
status: zod.ZodDefault<zod.ZodEnum<{
|
|
1498
|
+
active: "active";
|
|
1499
|
+
draft: "draft";
|
|
1474
1500
|
}>>;
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1501
|
+
user_schema: zod.ZodURL;
|
|
1502
|
+
purposes: zod.ZodRecord<zod.ZodString, zod.ZodString>;
|
|
1503
|
+
audience: zod.ZodOptional<zod.ZodObject<{
|
|
1504
|
+
team_ids: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
1505
|
+
app_ids: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
1506
|
+
}, zod.z.core.$strip>>;
|
|
1507
|
+
steps: zod.ZodArray<zod.ZodObject<{
|
|
1508
|
+
name: zod.ZodString;
|
|
1509
|
+
fields: zod.ZodDefault<zod.ZodArray<zod.ZodString>>;
|
|
1510
|
+
actions: zod.ZodDefault<zod.ZodArray<zod.ZodObject<{
|
|
1511
|
+
name: zod.ZodString;
|
|
1512
|
+
kind: zod.ZodEnum<{
|
|
1513
|
+
submit: "submit";
|
|
1514
|
+
passkey: "passkey";
|
|
1515
|
+
passkey_register: "passkey_register";
|
|
1516
|
+
navigate: "navigate";
|
|
1517
|
+
back: "back";
|
|
1518
|
+
}>;
|
|
1519
|
+
primary: zod.ZodDefault<zod.ZodBoolean>;
|
|
1520
|
+
text_key: zod.ZodOptional<zod.ZodString>;
|
|
1521
|
+
}, zod.z.core.$strip>>>;
|
|
1522
|
+
gates: zod.ZodDefault<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1523
|
+
kind: zod.ZodEnum<{
|
|
1524
|
+
captcha: "captcha";
|
|
1525
|
+
}>;
|
|
1526
|
+
provider: zod.ZodString;
|
|
1527
|
+
config: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
|
|
1528
|
+
}, zod.z.core.$strip>>>;
|
|
1529
|
+
sso_providers: zod.ZodDefault<zod.ZodArray<zod.ZodObject<{
|
|
1530
|
+
id: zod.ZodString;
|
|
1531
|
+
name: zod.ZodString;
|
|
1532
|
+
template: zod.ZodString;
|
|
1533
|
+
}, zod.z.core.$strip>>>;
|
|
1534
|
+
on_success: zod.ZodOptional<zod.ZodEnum<{
|
|
1535
|
+
create_user: "create_user";
|
|
1536
|
+
}>>;
|
|
1537
|
+
complete: zod.ZodOptional<zod.ZodEnum<{
|
|
1538
|
+
redirect: "redirect";
|
|
1539
|
+
show: "show";
|
|
1540
|
+
}>>;
|
|
1541
|
+
transitions: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1542
|
+
target: zod.ZodString;
|
|
1543
|
+
action: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
1544
|
+
switch: "switch";
|
|
1545
|
+
pivot: "pivot";
|
|
1546
|
+
}>, zod.ZodNull]>>;
|
|
1547
|
+
}, zod.z.core.$strip>>>;
|
|
1548
|
+
}, zod.z.core.$strip>>;
|
|
1549
|
+
}, zod.z.core.$strip>;
|
|
1483
1550
|
}, zod.z.core.$strip>;
|
|
1551
|
+
declare const updateFlowDefinitionResponseStatusDefault = "active";
|
|
1484
1552
|
declare const updateFlowDefinitionResponseFlowDefinitionNameRegExp: RegExp;
|
|
1553
|
+
declare const updateFlowDefinitionResponseFlowDefinitionStatusDefault = "active";
|
|
1485
1554
|
declare const updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault: never[];
|
|
1486
1555
|
declare const updateFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1487
1556
|
declare const updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault: never[];
|
|
@@ -1490,9 +1559,16 @@ declare const updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDef
|
|
|
1490
1559
|
declare const UpdateFlowDefinitionResponse: zod.ZodObject<{
|
|
1491
1560
|
id: zod.ZodString;
|
|
1492
1561
|
project_id: zod.ZodString;
|
|
1493
|
-
status: zod.
|
|
1562
|
+
status: zod.ZodDefault<zod.ZodEnum<{
|
|
1563
|
+
active: "active";
|
|
1564
|
+
draft: "draft";
|
|
1565
|
+
}>>;
|
|
1494
1566
|
flow_definition: zod.ZodObject<{
|
|
1495
1567
|
name: zod.ZodString;
|
|
1568
|
+
status: zod.ZodDefault<zod.ZodEnum<{
|
|
1569
|
+
active: "active";
|
|
1570
|
+
draft: "draft";
|
|
1571
|
+
}>>;
|
|
1496
1572
|
user_schema: zod.ZodURL;
|
|
1497
1573
|
purposes: zod.ZodRecord<zod.ZodString, zod.ZodString>;
|
|
1498
1574
|
audience: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -1504,6 +1580,13 @@ declare const UpdateFlowDefinitionResponse: zod.ZodObject<{
|
|
|
1504
1580
|
fields: zod.ZodDefault<zod.ZodArray<zod.ZodString>>;
|
|
1505
1581
|
actions: zod.ZodDefault<zod.ZodArray<zod.ZodObject<{
|
|
1506
1582
|
name: zod.ZodString;
|
|
1583
|
+
kind: zod.ZodEnum<{
|
|
1584
|
+
submit: "submit";
|
|
1585
|
+
passkey: "passkey";
|
|
1586
|
+
passkey_register: "passkey_register";
|
|
1587
|
+
navigate: "navigate";
|
|
1588
|
+
back: "back";
|
|
1589
|
+
}>;
|
|
1507
1590
|
primary: zod.ZodDefault<zod.ZodBoolean>;
|
|
1508
1591
|
text_key: zod.ZodOptional<zod.ZodString>;
|
|
1509
1592
|
}, zod.z.core.$strip>>>;
|
|
@@ -1539,7 +1622,10 @@ declare const UpdateFlowDefinitionResponse: zod.ZodObject<{
|
|
|
1539
1622
|
updated_at: zod.z.ZodISODateTime;
|
|
1540
1623
|
}, zod.z.core.$strip>;
|
|
1541
1624
|
/**
|
|
1542
|
-
* Delete a flow definition by id
|
|
1625
|
+
* Delete a flow definition by id.
|
|
1626
|
+
If the flow definition is currently being used by a flow, the deletion will fail.
|
|
1627
|
+
If the flow definition is the last active flow definition for a given purpose, the deletion will fail to prevent disruption of new flows being started for that purpose.
|
|
1628
|
+
|
|
1543
1629
|
* @summary Delete a flow definition by id
|
|
1544
1630
|
*/
|
|
1545
1631
|
declare const DeleteFlowDefinitionParams: zod.ZodObject<{
|
|
@@ -1549,6 +1635,33 @@ declare const deleteFlowDefinitionQueryProjectIdRegExp: RegExp;
|
|
|
1549
1635
|
declare const DeleteFlowDefinitionQueryParams: zod.ZodObject<{
|
|
1550
1636
|
project_id: zod.ZodString;
|
|
1551
1637
|
}, zod.z.core.$strict>;
|
|
1638
|
+
/**
|
|
1639
|
+
* Activate a flow definition by transitioning it from a `draft` state to an `active` state.
|
|
1640
|
+
Alternatively, the status of a flow definition can also be set via the `POST /flow_definitions` and `PUT /flow_definitions/{id}` endpoints by setting the `status` attribute in the flow definition payload.
|
|
1641
|
+
|
|
1642
|
+
* @summary Activate a flow definition by ID.
|
|
1643
|
+
*/
|
|
1644
|
+
declare const ActivateFlowDefinitionParams: zod.ZodObject<{
|
|
1645
|
+
id: zod.ZodString;
|
|
1646
|
+
}, zod.z.core.$strip>;
|
|
1647
|
+
declare const activateFlowDefinitionQueryProjectIdRegExp: RegExp;
|
|
1648
|
+
declare const ActivateFlowDefinitionQueryParams: zod.ZodObject<{
|
|
1649
|
+
project_id: zod.ZodString;
|
|
1650
|
+
}, zod.z.core.$strict>;
|
|
1651
|
+
/**
|
|
1652
|
+
* Deactivates a flow definition in the `active` state by transitioning it to the `draft` state.
|
|
1653
|
+
Flow definitions in `draft` state cannot be used to start new flows. Existing flows that use the deactivated flow definition must gracefully handle this.
|
|
1654
|
+
Alternatively, the status of a flow definition can also be set via the `POST /flow_definitions` and `PUT /flow_definitions/{id}` endpoints by setting the `status` attribute in the flow definition payload.
|
|
1655
|
+
|
|
1656
|
+
* @summary Deactivate a flow definition by ID.
|
|
1657
|
+
*/
|
|
1658
|
+
declare const DeactivateFlowDefinitionParams: zod.ZodObject<{
|
|
1659
|
+
id: zod.ZodString;
|
|
1660
|
+
}, zod.z.core.$strip>;
|
|
1661
|
+
declare const deactivateFlowDefinitionQueryProjectIdRegExp: RegExp;
|
|
1662
|
+
declare const DeactivateFlowDefinitionQueryParams: zod.ZodObject<{
|
|
1663
|
+
project_id: zod.ZodString;
|
|
1664
|
+
}, zod.z.core.$strict>;
|
|
1552
1665
|
/**
|
|
1553
1666
|
* @summary Create team
|
|
1554
1667
|
*/
|
|
@@ -1576,5 +1689,5 @@ declare const GetTeamResponse: zod.ZodObject<{
|
|
|
1576
1689
|
updatedAt: zod.z.ZodISODateTime;
|
|
1577
1690
|
}, zod.z.core.$strip>;
|
|
1578
1691
|
//#endregion
|
|
1579
|
-
export { AuthorizeDeviceQueryParams, AuthorizeDeviceResponse, AuthorizeGetQueryParams, CreateAuthAttemptBody, CreateFlowBody, CreateFlowDefinitionBody, CreateHandoffHeader, CreateHandoffParams, CreateHandoffResponse, CreateProjectBody, CreateSchemaBody, CreateSchemaQueryParams, CreateSessionBody, CreateTeamBody, CreateTeamQueryParams, CreateUserBody, CreateUserQueryParams, DeleteFlowDefinitionParams, DeleteFlowDefinitionQueryParams, EndSessionQueryParams, ExchangeHandoffBody, ExchangeHandoffHeader, ExchangeHandoffQueryParams, ExchangeHandoffResponse, GetAuthAttemptParams, GetAuthAttemptResponse, GetFlowDefinitionParams, GetFlowDefinitionQueryParams, GetFlowDefinitionResponse, GetFlowStepParams, GetFlowStepResponse, GetKeysResponse, GetMySessionResponse, GetMyUserResponse, GetOpenIDConfigurationResponse, GetProjectParams, GetProjectResponse, GetSchemaByIdParams, GetSchemaByIdQueryParams, GetSchemaByIdResponse, GetSessionParams, GetSessionQueryParams, GetSessionResponse, GetTeamParams, GetTeamQueryParams, GetTeamResponse, GetTokenResponse, GetUserByIDParams, GetUserByIDQueryParams, GetUserByIDResponse, GetUserInfoResponse, IntrospectResponse, IssueChallengeBody, IssueChallengeParams, ListFlowDefinitionsQueryParams, ListFlowDefinitionsResponse, ListSessionsQueryParams, ListSessionsResponse, ListUsersQueryParams, ListUsersResponse, ListUsersResponseItem, RevokeSessionParams, RevokeSessionQueryParams, SetUserPasswordBody, SetUserPasswordParams, SetUserPasswordQueryParams, SubmitFlowEventBody, SubmitFlowEventParams, SubmitFlowStepBody, SubmitFlowStepHeader, SubmitFlowStepParams, SubmitFlowStepResponse, UpdateFlowDefinitionBody, UpdateFlowDefinitionParams, UpdateFlowDefinitionQueryParams, UpdateFlowDefinitionResponse, VerifyChallengeProofBody, VerifyChallengeProofHeader, VerifyChallengeProofParams, VerifyChallengeProofResponse, createAuthAttemptBodyProjectIdRegExp, createAuthAttemptBodySessionIdOneRegExp, createFlowBodyFlowDefinitionNameRegExp, createFlowBodyProjectIdRegExp, createFlowBodySchemaVersionRegExp, createFlowDefinitionBodyFlowDefinitionNameRegExp, createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, createFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, createFlowDefinitionBodyProjectIdRegExp, createHandoffPathAttemptIdRegExp, createSchemaBodyOnePropertiesXEditableDefault, createSchemaBodyOnePropertiesXMfaDefault, createSchemaBodyOnePropertiesXSensitiveDefault, createSchemaBodyOneXAuthMethodsMagicLinkPositionMin, createSchemaBodyOneXAuthMethodsOtpPositionMin, createSchemaBodyOneXAuthMethodsPasskeyPositionMin, createSchemaBodyOneXAuthMethodsPasswordPositionMin, createSchemaBodyOneXAuthMethodsSsoPositionMin, createSchemaQueryProjectIdRegExp, createSchemaQueryTeamIdRegExp, createSessionBodyProjectIdRegExp, createTeamQueryProjectIdRegExp, createUserQueryProjectIdRegExp, createUserQueryTeamIdRegExp, deleteFlowDefinitionQueryProjectIdRegExp, exchangeHandoffQueryProjectIdRegExp, exchangeHandoffResponseSessionFactorsItemPayloadOneUserIdRegExp, exchangeHandoffResponseSessionProjectIdRegExp, exchangeHandoffResponseSessionSessionIdRegExp, exchangeHandoffResponseSessionUserIdOneRegExp, getAuthAttemptPathAttemptIdRegExp, getAuthAttemptResponseAttemptIdRegExp, getAuthAttemptResponseChallengesItemChallengeIdRegExp, getAuthAttemptResponseCompletedFactorsItemPayloadOneUserIdRegExp, getAuthAttemptResponseProjectIdRegExp, getAuthAttemptResponseSessionIdOneRegExp, getAuthAttemptResponseUserIdOneRegExp, getFlowDefinitionQueryProjectIdRegExp, getFlowDefinitionResponseFlowDefinitionNameRegExp, getFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, getFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, getFlowStepResponseBrandingLayoutDefault, getFlowStepResponseStepActionsDefault, getFlowStepResponseStepActionsItemPrimaryDefault, getFlowStepResponseStepFieldsDefault, getFlowStepResponseStepFieldsItemRequiredDefault, getFlowStepResponseStepFieldsItemValidationMaxLengthMin, getFlowStepResponseStepFieldsItemValidationMinLengthMin, getFlowStepResponseStepGatesDefault, getFlowStepResponseStepSsoProvidersDefault, getMySessionResponseFactorsItemPayloadOneUserIdRegExp, getMySessionResponseProjectIdRegExp, getMySessionResponseSessionIdRegExp, getMySessionResponseUserIdOneRegExp, getOpenIDConfigurationResponseClaimsParameterSupportedDefault, getOpenIDConfigurationResponseRequestParameterSupportedDefault, getOpenIDConfigurationResponseRequestUriParameterSupportedDefault, getOpenIDConfigurationResponseRequireRequestUriRegistrationDefault, getProjectPathProjectIdRegExp, getSchemaByIdQueryProjectIdRegExp, getSchemaByIdQueryTeamIdRegExp, getSchemaByIdResponseOnePropertiesXEditableDefault, getSchemaByIdResponseOnePropertiesXMfaDefault, getSchemaByIdResponseOnePropertiesXSensitiveDefault, getSchemaByIdResponseOneXAuthMethodsMagicLinkPositionMin, getSchemaByIdResponseOneXAuthMethodsOtpPositionMin, getSchemaByIdResponseOneXAuthMethodsPasskeyPositionMin, getSchemaByIdResponseOneXAuthMethodsPasswordPositionMin, getSchemaByIdResponseOneXAuthMethodsSsoPositionMin, getSessionPathSessionIdRegExp, getSessionQueryProjectIdRegExp, getSessionResponseFactorsItemPayloadOneUserIdRegExp, getSessionResponseProjectIdRegExp, getSessionResponseSessionIdRegExp, getSessionResponseUserIdOneRegExp, getTeamPathTeamIdRegExp, getTeamQueryProjectIdRegExp, getUserByIDPathUserIdRegExp, getUserByIDQueryProjectIdRegExp, getUserByIDQueryTeamIdRegExp, issueChallengePathAttemptIdRegExp, listFlowDefinitionsQueryLimitDefault, listFlowDefinitionsQueryLimitMax, listFlowDefinitionsQueryProjectIdRegExp, listFlowDefinitionsResponseFlowDefinitionsItemNameRegExp, listSessionsQueryLimitDefault, listSessionsQueryLimitMax, listSessionsQueryProjectIdRegExp, listSessionsQueryUserIdRegExp, listSessionsResponseSessionsItemFactorsItemPayloadOneUserIdRegExp, listSessionsResponseSessionsItemProjectIdRegExp, listSessionsResponseSessionsItemSessionIdRegExp, listSessionsResponseSessionsItemUserIdOneRegExp, listUsersQueryLimitDefault, listUsersQueryLimitMax, listUsersQueryOffsetDefault, listUsersQueryOffsetMin, revokeSessionPathSessionIdRegExp, revokeSessionQueryProjectIdRegExp, setUserPasswordPathUserIdRegExp, setUserPasswordQueryProjectIdRegExp, submitFlowStepResponseBrandingLayoutDefault, submitFlowStepResponseStepActionsDefault, submitFlowStepResponseStepActionsItemPrimaryDefault, submitFlowStepResponseStepFieldsDefault, submitFlowStepResponseStepFieldsItemRequiredDefault, submitFlowStepResponseStepFieldsItemValidationMaxLengthMin, submitFlowStepResponseStepFieldsItemValidationMinLengthMin, submitFlowStepResponseStepGatesDefault, submitFlowStepResponseStepSsoProvidersDefault,
|
|
1692
|
+
export { ActivateFlowDefinitionParams, ActivateFlowDefinitionQueryParams, AuthorizeDeviceQueryParams, AuthorizeDeviceResponse, AuthorizeGetQueryParams, CreateAuthAttemptBody, CreateFlowBody, CreateFlowDefinitionBody, CreateHandoffHeader, CreateHandoffParams, CreateHandoffResponse, CreateProjectBody, CreateSchemaBody, CreateSchemaQueryParams, CreateSessionBody, CreateTeamBody, CreateTeamQueryParams, CreateUserBody, CreateUserQueryParams, DeactivateFlowDefinitionParams, DeactivateFlowDefinitionQueryParams, DeleteFlowDefinitionParams, DeleteFlowDefinitionQueryParams, EndSessionQueryParams, ExchangeHandoffBody, ExchangeHandoffHeader, ExchangeHandoffQueryParams, ExchangeHandoffResponse, GetAuthAttemptParams, GetAuthAttemptResponse, GetFlowDefinitionParams, GetFlowDefinitionQueryParams, GetFlowDefinitionResponse, GetFlowStepParams, GetFlowStepResponse, GetKeysResponse, GetMySessionResponse, GetMyUserResponse, GetOpenIDConfigurationResponse, GetProjectParams, GetProjectResponse, GetSchemaByIdParams, GetSchemaByIdQueryParams, GetSchemaByIdResponse, GetSessionParams, GetSessionQueryParams, GetSessionResponse, GetTeamParams, GetTeamQueryParams, GetTeamResponse, GetTokenResponse, GetUserByIDParams, GetUserByIDQueryParams, GetUserByIDResponse, GetUserInfoResponse, IntrospectResponse, IssueChallengeBody, IssueChallengeParams, ListFlowDefinitionsQueryParams, ListFlowDefinitionsResponse, ListSessionsQueryParams, ListSessionsResponse, ListUsersQueryParams, ListUsersResponse, ListUsersResponseItem, RevokeSessionParams, RevokeSessionQueryParams, SetUserPasswordBody, SetUserPasswordParams, SetUserPasswordQueryParams, SubmitFlowEventBody, SubmitFlowEventParams, SubmitFlowStepBody, SubmitFlowStepHeader, SubmitFlowStepParams, SubmitFlowStepResponse, UpdateFlowDefinitionBody, UpdateFlowDefinitionParams, UpdateFlowDefinitionQueryParams, UpdateFlowDefinitionResponse, VerifyChallengeProofBody, VerifyChallengeProofHeader, VerifyChallengeProofParams, VerifyChallengeProofResponse, activateFlowDefinitionQueryProjectIdRegExp, createAuthAttemptBodyProjectIdRegExp, createAuthAttemptBodySessionIdOneRegExp, createFlowBodyDryRunDefault, createFlowBodyFlowDefinitionNameRegExp, createFlowBodyProjectIdRegExp, createFlowBodySchemaVersionRegExp, createFlowDefinitionBodyFlowDefinitionNameRegExp, createFlowDefinitionBodyFlowDefinitionStatusDefault, createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, createFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, createFlowDefinitionBodyProjectIdRegExp, createHandoffPathAttemptIdRegExp, createSchemaBodyOnePropertiesXEditableDefault, createSchemaBodyOnePropertiesXMfaDefault, createSchemaBodyOnePropertiesXSensitiveDefault, createSchemaBodyOneXAuthMethodsMagicLinkPositionMin, createSchemaBodyOneXAuthMethodsOtpPositionMin, createSchemaBodyOneXAuthMethodsPasskeyPositionMin, createSchemaBodyOneXAuthMethodsPasswordPositionMin, createSchemaBodyOneXAuthMethodsSsoPositionMin, createSchemaQueryProjectIdRegExp, createSchemaQueryTeamIdRegExp, createSessionBodyProjectIdRegExp, createTeamQueryProjectIdRegExp, createUserQueryProjectIdRegExp, createUserQueryTeamIdRegExp, deactivateFlowDefinitionQueryProjectIdRegExp, deleteFlowDefinitionQueryProjectIdRegExp, exchangeHandoffQueryProjectIdRegExp, exchangeHandoffResponseSessionFactorsItemPayloadOneUserIdRegExp, exchangeHandoffResponseSessionProjectIdRegExp, exchangeHandoffResponseSessionSessionIdRegExp, exchangeHandoffResponseSessionUserIdOneRegExp, getAuthAttemptPathAttemptIdRegExp, getAuthAttemptResponseAttemptIdRegExp, getAuthAttemptResponseChallengesItemChallengeIdRegExp, getAuthAttemptResponseCompletedFactorsItemPayloadOneUserIdRegExp, getAuthAttemptResponseProjectIdRegExp, getAuthAttemptResponseSessionIdOneRegExp, getAuthAttemptResponseUserIdOneRegExp, getFlowDefinitionQueryProjectIdRegExp, getFlowDefinitionResponseFlowDefinitionNameRegExp, getFlowDefinitionResponseFlowDefinitionStatusDefault, getFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, getFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, getFlowDefinitionResponseStatusDefault, getFlowStepResponseBrandingLayoutDefault, getFlowStepResponseStepActionsDefault, getFlowStepResponseStepActionsItemPrimaryDefault, getFlowStepResponseStepFieldsDefault, getFlowStepResponseStepFieldsItemRequiredDefault, getFlowStepResponseStepFieldsItemValidationMaxLengthMin, getFlowStepResponseStepFieldsItemValidationMinLengthMin, getFlowStepResponseStepGatesDefault, getFlowStepResponseStepSsoProvidersDefault, getMySessionResponseFactorsItemPayloadOneUserIdRegExp, getMySessionResponseProjectIdRegExp, getMySessionResponseSessionIdRegExp, getMySessionResponseUserIdOneRegExp, getOpenIDConfigurationResponseClaimsParameterSupportedDefault, getOpenIDConfigurationResponseRequestParameterSupportedDefault, getOpenIDConfigurationResponseRequestUriParameterSupportedDefault, getOpenIDConfigurationResponseRequireRequestUriRegistrationDefault, getProjectPathProjectIdRegExp, getSchemaByIdQueryProjectIdRegExp, getSchemaByIdQueryTeamIdRegExp, getSchemaByIdResponseOnePropertiesXEditableDefault, getSchemaByIdResponseOnePropertiesXMfaDefault, getSchemaByIdResponseOnePropertiesXSensitiveDefault, getSchemaByIdResponseOneXAuthMethodsMagicLinkPositionMin, getSchemaByIdResponseOneXAuthMethodsOtpPositionMin, getSchemaByIdResponseOneXAuthMethodsPasskeyPositionMin, getSchemaByIdResponseOneXAuthMethodsPasswordPositionMin, getSchemaByIdResponseOneXAuthMethodsSsoPositionMin, getSessionPathSessionIdRegExp, getSessionQueryProjectIdRegExp, getSessionResponseFactorsItemPayloadOneUserIdRegExp, getSessionResponseProjectIdRegExp, getSessionResponseSessionIdRegExp, getSessionResponseUserIdOneRegExp, getTeamPathTeamIdRegExp, getTeamQueryProjectIdRegExp, getUserByIDPathUserIdRegExp, getUserByIDQueryProjectIdRegExp, getUserByIDQueryTeamIdRegExp, issueChallengePathAttemptIdRegExp, listFlowDefinitionsQueryLimitDefault, listFlowDefinitionsQueryLimitMax, listFlowDefinitionsQueryProjectIdRegExp, listFlowDefinitionsResponseFlowDefinitionsItemNameRegExp, listFlowDefinitionsResponseFlowDefinitionsItemStatusDefault, listSessionsQueryLimitDefault, listSessionsQueryLimitMax, listSessionsQueryProjectIdRegExp, listSessionsQueryUserIdRegExp, listSessionsResponseSessionsItemFactorsItemPayloadOneUserIdRegExp, listSessionsResponseSessionsItemProjectIdRegExp, listSessionsResponseSessionsItemSessionIdRegExp, listSessionsResponseSessionsItemUserIdOneRegExp, listUsersQueryLimitDefault, listUsersQueryLimitMax, listUsersQueryOffsetDefault, listUsersQueryOffsetMin, revokeSessionPathSessionIdRegExp, revokeSessionQueryProjectIdRegExp, setUserPasswordPathUserIdRegExp, setUserPasswordQueryProjectIdRegExp, submitFlowStepResponseBrandingLayoutDefault, submitFlowStepResponseStepActionsDefault, submitFlowStepResponseStepActionsItemPrimaryDefault, submitFlowStepResponseStepFieldsDefault, submitFlowStepResponseStepFieldsItemRequiredDefault, submitFlowStepResponseStepFieldsItemValidationMaxLengthMin, submitFlowStepResponseStepFieldsItemValidationMinLengthMin, submitFlowStepResponseStepGatesDefault, submitFlowStepResponseStepSsoProvidersDefault, updateFlowDefinitionBodyFlowDefinitionNameRegExp, updateFlowDefinitionBodyFlowDefinitionStatusDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, updateFlowDefinitionQueryProjectIdRegExp, updateFlowDefinitionResponseFlowDefinitionNameRegExp, updateFlowDefinitionResponseFlowDefinitionStatusDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, updateFlowDefinitionResponseStatusDefault, verifyChallengeProofPathAttemptIdRegExp, verifyChallengeProofPathChallengeIdRegExp, verifyChallengeProofResponseAttemptIdRegExp, verifyChallengeProofResponseChallengesItemChallengeIdRegExp, verifyChallengeProofResponseCompletedFactorsItemPayloadOneUserIdRegExp, verifyChallengeProofResponseProjectIdRegExp, verifyChallengeProofResponseSessionIdOneRegExp, verifyChallengeProofResponseUserIdOneRegExp };
|
|
1580
1693
|
//# sourceMappingURL=zitadelNextGen.zod.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zitadelNextGen.zod.d.mts","names":[],"sources":["../../../src/generated/endpoints/zitadelNextGen.zod.ts"],"mappings":";;;AAcA;;;;AAAA,cADa,6DAAA;AAAA,cACA,8DAAA;AAAA,cACA,iEAAA;AAAA,cACA,kEAAA;AAAA,cAEA,8BAAA,EAA8B,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAuN9B,uBAAA,EAAuB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;cAoGvB,0BAAA,EAA0B,GAAA,CAAA,SAAA;;;;cAc1B,uBAAA,EAAuB,GAAA,CAAA,SAAA;;;;;;;;;;;cAkCvB,qBAAA,EAAqB,GAAA,CAAA,SAAA;;;;;;;;;;;cA0CrB,kBAAA,EAAkB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cA8BlB,eAAA,EAAe,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgCf,gBAAA,EAAgB,GAAA,CAAA,SAAA;;;;;;;;;cAgBhB,mBAAA,EAAmB,GAAA,CAAA,SAAA;;;;;;;;;;;;cAanB,8BAAA,EAA8B,MAAA;AAAA,cAC9B,2BAAA,EAA2B,MAAA;AAAA,cAE3B,qBAAA,EAAqB,GAAA,CAAA,SAAA;;;;cAYrB,cAAA,EAAc,GAAA,CAAA,SAAA,CAAA,GAAA,CAAA,SAAA,EAAA,GAAA,CAAA,UAAA;;;;cASd,2BAAA;AAAA,cACA,uBAAA;AAAA,cAEA,0BAAA;AAAA,cACA,sBAAA;AAAA,cAEA,oBAAA,EAAoB,GAAA,CAAA,SAAA;;;;cAcpB,qBAAA,EAAqB,GAAA,CAAA,SAAA,CAAA,GAAA,CAAA,SAAA,EAAA,GAAA,CAAA,UAAA;AAAA,cACrB,iBAAA,EAAiB,GAAA,CAAA,QAAA,CAAA,GAAA,CAAA,SAAA,CAAA,GAAA,CAAA,SAAA,EAAA,GAAA,CAAA,UAAA;;;;cAKjB,2BAAA,EAA2B,MAAA;AAAA,cAE3B,iBAAA,EAAiB,GAAA,CAAA,SAAA;;;cAIjB,+BAAA,EAA+B,MAAA;AAAA,cAC/B,4BAAA,EAA4B,MAAA;AAAA,cAE5B,sBAAA,EAAsB,GAAA,CAAA,SAAA;;;;cAYtB,mBAAA,EAAmB,GAAA,CAAA,SAAA,CAAA,GAAA,CAAA,SAAA,EAAA,GAAA,CAAA,UAAA;;;;cAKnB,+BAAA,EAA+B,MAAA;AAAA,cAE/B,qBAAA,EAAqB,GAAA,CAAA,SAAA;;;cAIrB,mCAAA,EAAmC,MAAA;AAAA,cAEnC,0BAAA,EAA0B,GAAA,CAAA,SAAA;;;cAO1B,mBAAA,EAAmB,GAAA,CAAA,SAAA;;;;;;;cAenB,iBAAA,EAAiB,GAAA,CAAA,SAAA,CAAA,GAAA,CAAA,SAAA,EAAA,GAAA,CAAA,UAAA;;;;;;;;;;;;;;;;cAiBjB,6BAAA,EAA6B,MAAA;AAAA,cAC7B,sCAAA,EAAsC,MAAA;AAAA,cACtC,iCAAA,EAAiC,MAAA;AAAA,cAEjC,cAAA,EAAc,GAAA,CAAA,SAAA
|
|
1
|
+
{"version":3,"file":"zitadelNextGen.zod.d.mts","names":[],"sources":["../../../src/generated/endpoints/zitadelNextGen.zod.ts"],"mappings":";;;AAcA;;;;AAAA,cADa,6DAAA;AAAA,cACA,8DAAA;AAAA,cACA,iEAAA;AAAA,cACA,kEAAA;AAAA,cAEA,8BAAA,EAA8B,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAuN9B,uBAAA,EAAuB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;cAoGvB,0BAAA,EAA0B,GAAA,CAAA,SAAA;;;;cAc1B,uBAAA,EAAuB,GAAA,CAAA,SAAA;;;;;;;;;;;cAkCvB,qBAAA,EAAqB,GAAA,CAAA,SAAA;;;;;;;;;;;cA0CrB,kBAAA,EAAkB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cA8BlB,eAAA,EAAe,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cAgCf,gBAAA,EAAgB,GAAA,CAAA,SAAA;;;;;;;;;cAgBhB,mBAAA,EAAmB,GAAA,CAAA,SAAA;;;;;;;;;;;;cAanB,8BAAA,EAA8B,MAAA;AAAA,cAC9B,2BAAA,EAA2B,MAAA;AAAA,cAE3B,qBAAA,EAAqB,GAAA,CAAA,SAAA;;;;cAYrB,cAAA,EAAc,GAAA,CAAA,SAAA,CAAA,GAAA,CAAA,SAAA,EAAA,GAAA,CAAA,UAAA;;;;cASd,2BAAA;AAAA,cACA,uBAAA;AAAA,cAEA,0BAAA;AAAA,cACA,sBAAA;AAAA,cAEA,oBAAA,EAAoB,GAAA,CAAA,SAAA;;;;cAcpB,qBAAA,EAAqB,GAAA,CAAA,SAAA,CAAA,GAAA,CAAA,SAAA,EAAA,GAAA,CAAA,UAAA;AAAA,cACrB,iBAAA,EAAiB,GAAA,CAAA,QAAA,CAAA,GAAA,CAAA,SAAA,CAAA,GAAA,CAAA,SAAA,EAAA,GAAA,CAAA,UAAA;;;;cAKjB,2BAAA,EAA2B,MAAA;AAAA,cAE3B,iBAAA,EAAiB,GAAA,CAAA,SAAA;;;cAIjB,+BAAA,EAA+B,MAAA;AAAA,cAC/B,4BAAA,EAA4B,MAAA;AAAA,cAE5B,sBAAA,EAAsB,GAAA,CAAA,SAAA;;;;cAYtB,mBAAA,EAAmB,GAAA,CAAA,SAAA,CAAA,GAAA,CAAA,SAAA,EAAA,GAAA,CAAA,UAAA;;;;cAKnB,+BAAA,EAA+B,MAAA;AAAA,cAE/B,qBAAA,EAAqB,GAAA,CAAA,SAAA;;;cAIrB,mCAAA,EAAmC,MAAA;AAAA,cAEnC,0BAAA,EAA0B,GAAA,CAAA,SAAA;;;cAO1B,mBAAA,EAAmB,GAAA,CAAA,SAAA;;;;;;;cAenB,iBAAA,EAAiB,GAAA,CAAA,SAAA,CAAA,GAAA,CAAA,SAAA,EAAA,GAAA,CAAA,UAAA;;;;;;;;;;;;;;;;cAiBjB,6BAAA,EAA6B,MAAA;AAAA,cAC7B,sCAAA,EAAsC,MAAA;AAAA,cACtC,2BAAA;AAAA,cACA,iCAAA,EAAiC,MAAA;AAAA,cAEjC,cAAA,EAAc,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2Dd,iBAAA,EAAiB,GAAA,CAAA,SAAA;;;cAQjB,gDAAA;AAAA,cACA,uDAAA;AAAA,cAEA,uDAAA;AAAA,cAEA,oCAAA;AAAA,cACA,gDAAA;AAAA,cACA,qCAAA;AAAA,cACA,mCAAA;AAAA,cACA,0CAAA;AAAA,cACA,wCAAA;AAAA,cAEA,mBAAA,EAAmB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4RnB,oBAAA,EAAoB,GAAA,CAAA,SAAA;;;cAQpB,oBAAA,EAAoB,GAAA,CAAA,SAAA;;;cASpB,kBAAA,EAAkB,GAAA,CAAA,SAAA;;;;;;;;;;;;cAqDlB,mDAAA;AAAA,cACA,0DAAA;AAAA,cAEA,0DAAA;AAAA,cAEA,uCAAA;AAAA,cACA,mDAAA;AAAA,cACA,wCAAA;AAAA,cACA,sCAAA;AAAA,cACA,6CAAA;AAAA,cACA,2CAAA;AAAA,cAEA,sBAAA,EAAsB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAmQtB,qBAAA,EAAqB,GAAA,CAAA,SAAA;;;cAQrB,mBAAA,EAAmB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAyBnB,oCAAA,EAAoC,MAAA;AAAA,cACpC,uCAAA,EAAuC,MAAA;AAAA,cAEvC,qBAAA,EAAqB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;cAmCrB,iCAAA,EAAiC,MAAA;AAAA,cAEjC,oBAAA,EAAoB,GAAA,CAAA,SAAA;;;cAOpB,qCAAA,EAAqC,MAAA;AAAA,cACrC,qCAAA,EAAqC,MAAA;AAAA,cACrC,wCAAA,EAAwC,MAAA;AAAA,cACxC,qCAAA,EAAqC,MAAA;AAAA,cACrC,gEAAA,EAAgE,MAAA;AAAA,cAGhE,qDAAA,EAAqD,MAAA;AAAA,cAErD,sBAAA,EAAsB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAoMtB,iCAAA,EAAiC,MAAA;AAAA,cAEjC,oBAAA,EAAoB,GAAA,CAAA,SAAA;;;cAOpB,kBAAA,EAAkB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;AAnqC/B;;;;;;cA6sCa,uCAAA,EAAuC,MAAA;AAAA,cACvC,yCAAA,EAAyC,MAAA;AAAA,cAEzC,0BAAA,EAA0B,GAAA,CAAA,SAAA;;;;cAW1B,0BAAA,EAA0B,GAAA,CAAA,SAAA;;;cAS1B,wBAAA,EAAwB,GAAA,CAAA,QAAA,WAAA,GAAA,CAAA,SAAA;;;;;;;;;cA4BxB,2CAAA,EAA2C,MAAA;AAAA,cAC3C,2CAAA,EAA2C,MAAA;AAAA,cAC3C,8CAAA,EAA8C,MAAA;AAAA,cAC9C,2CAAA,EAA2C,MAAA;AAAA,cAC3C,sEAAA,EAAsE,MAAA;AAAA,cAGtE,2DAAA,EAA2D,MAAA;AAAA,cAI3D,4BAAA,EAA4B,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA0M5B,gCAAA,EAAgC,MAAA;AAAA,cAEhC,mBAAA,EAAmB,GAAA,CAAA,SAAA;;;cAOnB,mBAAA,EAAmB,GAAA,CAAA,SAAA;;;cASnB,qBAAA,EAAqB,GAAA,CAAA,SAAA;;;;;;;cAgBrB,iBAAA,EAAiB,GAAA,CAAA,SAAA;;;;;;;;cAYjB,6BAAA,EAA6B,MAAA;AAAA,cAE7B,gBAAA,EAAgB,GAAA,CAAA,SAAA;;;cAIhB,kBAAA,EAAkB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;cA6BlB,gCAAA,EAAgC,MAAA;AAAA,cAEhC,iBAAA,EAAiB,GAAA,CAAA,SAAA;;;;;;;;;AAxgD9B;;;;cA6hDa,6BAAA;AAAA,cACA,yBAAA;AAAA,cAEA,gCAAA,EAAgC,MAAA;AAAA,cAChC,6BAAA,EAA6B,MAAA;AAAA,cAE7B,uBAAA,EAAuB,GAAA,CAAA,SAAA;;;;;;;;;;;;cA4BvB,+CAAA,EAA+C,MAAA;AAAA,cAC/C,+CAAA,EAA+C,MAAA;AAAA,cAC/C,+CAAA,EAA+C,MAAA;AAAA,cAC/C,iEAAA,EAAiE,MAAA;AAAA,cAIjE,oBAAA,EAAoB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAwJpB,mCAAA,EAAmC,MAAA;AAAA,cAEnC,0BAAA,EAA0B,GAAA,CAAA,SAAA;;;cAO1B,qBAAA,EAAqB,GAAA,CAAA,SAAA;;;cASrB,mBAAA,EAAmB,GAAA,CAAA,SAAA;;;;cAgBnB,6CAAA,EAA6C,MAAA;AAAA,cAC7C,6CAAA,EAA6C,MAAA;AAAA,cAC7C,6CAAA,EAA6C,MAAA;AAAA,cAC7C,+DAAA,EAA+D,MAAA;AAAA,cAI/D,uBAAA,EAAuB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiIvB,6BAAA,EAA6B,MAAA;AAAA,cAE7B,gBAAA,EAAgB,GAAA,CAAA,SAAA;;;cAOhB,8BAAA,EAA8B,MAAA;AAAA,cAE9B,qBAAA,EAAqB,GAAA,CAAA,SAAA;;;cAOrB,iCAAA,EAAiC,MAAA;AAAA,cACjC,iCAAA,EAAiC,MAAA;AAAA,cACjC,iCAAA,EAAiC,MAAA;AAAA,cACjC,mDAAA,EAAmD,MAAA;AAAA,cAInD,kBAAA,EAAkB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAx1D/B;;;;;cA48Da,gCAAA,EAAgC,MAAA;AAAA,cAEhC,mBAAA,EAAmB,GAAA,CAAA,SAAA;;;cAOnB,iCAAA,EAAiC,MAAA;AAAA,cAEjC,wBAAA,EAAwB,GAAA,CAAA,SAAA;;;;;;AAt9DrC;;;;;;;cAu+Da,mCAAA,EAAmC,MAAA;AAAA,cACnC,mCAAA,EAAmC,MAAA;AAAA,cACnC,mCAAA,EAAmC,MAAA;AAAA,cACnC,qDAAA,EAAqD,MAAA;AAAA,cAIrD,oBAAA,EAAoB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAh+DjC;;;;;;;;cAulEa,gCAAA,EAAgC,MAAA;AAAA,cAChC,6BAAA,EAA6B,MAAA;AAAA,cAE7B,uBAAA,EAAuB,GAAA,CAAA,SAAA;;;;cAYvB,kDAAA;AAAA,cAEA,iDAAA;AAAA,cAEA,mDAAA;AAAA,cAEA,6CAAA;AAAA,cAEA,6CAAA;AAAA,cAEA,6CAAA;AAAA,cACA,8CAAA;AAAA,cACA,wCAAA;AAAA,cAEA,gBAAA,EAAgB,GAAA,CAAA,QAAA,WAAA,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA7lE7B;;cAyuEa,mBAAA,EAAmB,GAAA,CAAA,SAAA;;;cAInB,iCAAA,EAAiC,MAAA;AAAA,cACjC,8BAAA,EAA8B,MAAA;AAAA,cAE9B,wBAAA,EAAwB,GAAA,CAAA,SAAA;;;;cAYxB,uDAAA;AAAA,cAEA,sDAAA;AAAA,cAEA,wDAAA;AAAA,cAEA,kDAAA;AAAA,cAEA,kDAAA;AAAA,cAEA,kDAAA;AAAA,cACA,mDAAA;AAAA,cACA,6CAAA;AAAA,cAEA,qBAAA,EAAqB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjuElC;cA41Ea,uCAAA,EAAuC,MAAA;AAAA,cACvC,gDAAA,EAAgD,MAAA;AAAA,cAChD,mDAAA;AAAA,cACA,4DAAA;AAAA,cACA,wEAAA;AAAA,cACA,6DAAA;AAAA,cACA,2DAAA;AAAA,cACA,kEAAA;AAAA,cAEA,wBAAA,EAAwB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2MxB,oCAAA;AAAA,cACA,gCAAA;AAAA,cAEA,uCAAA,EAAuC,MAAA;AAAA,cAEvC,8BAAA,EAA8B,GAAA,CAAA,SAAA;;;;;;;;;;;;;cAuB9B,wDAAA,EAAwD,MAAA;AAAA,cAGxD,2DAAA;AAAA,cAEA,2BAAA,EAA2B,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cA6C3B,uBAAA,EAAuB,GAAA,CAAA,SAAA;;;cAIvB,qCAAA,EAAqC,MAAA;AAAA,cAErC,4BAAA,EAA4B,GAAA,CAAA,SAAA;;;cAO5B,sCAAA;AAAA,cACA,iDAAA,EAAiD,MAAA;AAAA,cACjD,oDAAA;AAAA,cACA,6DAAA;AAAA,cACA,yEAAA;AAAA,cACA,8DAAA;AAAA,cACA,4DAAA;AAAA,cACA,mEAAA;AAAA,cAEA,yBAAA,EAAyB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAnkFtC;;;;;cA6wFa,0BAAA,EAA0B,GAAA,CAAA,SAAA;;;cAI1B,wCAAA,EAAwC,MAAA;AAAA,cAExC,+BAAA,EAA+B,GAAA,CAAA,SAAA;;;cAO/B,gDAAA,EAAgD,MAAA;AAAA,cAChD,mDAAA;AAAA,cACA,4DAAA;AAAA,cACA,wEAAA;AAAA,cACA,6DAAA;AAAA,cACA,2DAAA;AAAA,cACA,kEAAA;AAAA,cAEA,wBAAA,EAAwB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAoMxB,yCAAA;AAAA,cACA,oDAAA,EAAoD,MAAA;AAAA,cAGpD,uDAAA;AAAA,cACA,gEAAA;AAAA,cACA,4EAAA;AAAA,cACA,iEAAA;AAAA,cACA,+DAAA;AAAA,cACA,sEAAA;AAAA,cAEA,4BAAA,EAA4B,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA2M5B,0BAAA,EAA0B,GAAA,CAAA,SAAA;;;cAI1B,wCAAA,EAAwC,MAAA;AAAA,cAExC,+BAAA,EAA+B,GAAA,CAAA,SAAA;;;;;;;;;cAa/B,4BAAA,EAA4B,GAAA,CAAA,SAAA;;;cAI5B,0CAAA,EAA0C,MAAA;AAAA,cAE1C,iCAAA,EAAiC,GAAA,CAAA,SAAA;;;;;;;;;;cAcjC,8BAAA,EAA8B,GAAA,CAAA,SAAA;;;cAI9B,4CAAA,EAA4C,MAAA;AAAA,cAE5C,mCAAA,EAAmC,GAAA,CAAA,SAAA;;;;;;cAUnC,8BAAA,EAA8B,MAAA;AAAA,cAE9B,qBAAA,EAAqB,GAAA,CAAA,SAAA;;;cAOrB,cAAA,EAAc,GAAA,CAAA,SAAA,KAAA,GAAA,CAAA,CAAA,CAAA,IAAA,CAAA,MAAA;;;;;;cAOd,uBAAA,EAAuB,MAAA;AAAA,cAEvB,aAAA,EAAa,GAAA,CAAA,SAAA;;;cAIb,2BAAA,EAA2B,MAAA;AAAA,cAE3B,kBAAA,EAAkB,GAAA,CAAA,SAAA;;;cAOlB,eAAA,EAAe,GAAA,CAAA,SAAA"}
|