@zitadel/api 0.1.0-alpha.12 → 0.1.0-alpha.14
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 +23 -1
- package/dist/generated/endpoints/zitadelNextGen.mjs.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.msw.d.mts +4 -2
- package/dist/generated/endpoints/zitadelNextGen.msw.d.mts.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.msw.mjs +36 -10
- package/dist/generated/endpoints/zitadelNextGen.msw.mjs.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.zod.d.mts +51 -34
- package/dist/generated/endpoints/zitadelNextGen.zod.d.mts.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.zod.mjs +45 -25
- 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 +17 -23
- package/dist/generated/model/index.mjs.map +1 -1
- package/dist/{index-1TIHnDrM.d.mts → index-4CTwhwmD.d.mts} +132 -126
- package/dist/index-4CTwhwmD.d.mts.map +1 -0
- package/dist/runtime/api-factory.d.mts +1 -1
- package/dist/{zitadelNextGen-AAujo87_.d.mts → zitadelNextGen-DDnOEggX.d.mts} +12 -4
- package/dist/zitadelNextGen-DDnOEggX.d.mts.map +1 -0
- package/package.json +26 -5
- package/src/generated/endpoints/zitadelNextGen.msw.ts +42 -9
- package/src/generated/endpoints/zitadelNextGen.ts +34 -0
- package/src/generated/endpoints/zitadelNextGen.zod.ts +76 -39
- package/src/generated/model/createFlow201StepChallengeMethod.ts +1 -0
- package/src/generated/model/createFlowDefinition201.ts +0 -11
- package/src/generated/model/createFlowDefinition201FlowDefinition.ts +6 -4
- package/src/generated/model/createFlowDefinitionBodyFlowDefinition.ts +6 -4
- package/src/generated/model/createProjectBody.ts +5 -0
- package/src/generated/model/createSchemaBody.ts +9 -1
- package/src/generated/model/getFlowDefinition200.ts +0 -11
- package/src/generated/model/getFlowDefinition200FlowDefinition.ts +6 -4
- package/src/generated/model/getFlowStep200StepChallengeMethod.ts +1 -0
- package/src/generated/model/getSchemaById200.ts +9 -1
- package/src/generated/model/index.ts +4 -3
- package/src/generated/model/listSchemas200Item.ts +13 -0
- package/src/generated/model/listSchemasDefault.ts +20 -0
- package/src/generated/model/listSchemasDefaultDetails.ts +12 -0
- package/src/generated/model/listSchemasParams.ts +33 -0
- package/src/generated/model/submitFlowStep200StepChallengeMethod.ts +1 -0
- package/src/generated/model/submitFlowStep400StepChallengeMethod.ts +1 -0
- package/src/generated/model/updateFlowDefinition200.ts +0 -11
- package/src/generated/model/updateFlowDefinition200FlowDefinition.ts +6 -4
- package/src/generated/model/updateFlowDefinitionBody.ts +0 -1
- package/src/generated/model/updateFlowDefinitionBodyFlowDefinition.ts +6 -4
- package/dist/index-1TIHnDrM.d.mts.map +0 -1
- package/dist/zitadelNextGen-AAujo87_.d.mts.map +0 -1
- package/src/generated/model/createFlowDefinition201Status.ts +0 -26
- package/src/generated/model/getFlowDefinition200Status.ts +0 -26
- package/src/generated/model/updateFlowDefinition200Status.ts +0 -26
|
@@ -312,11 +312,11 @@ declare const GetFlowStepResponse: zod.ZodObject<{
|
|
|
312
312
|
name: zod.ZodString;
|
|
313
313
|
type: zod.ZodEnum<{
|
|
314
314
|
number: "number";
|
|
315
|
-
email: "email";
|
|
316
315
|
url: "url";
|
|
317
|
-
text: "text";
|
|
318
316
|
date: "date";
|
|
317
|
+
email: "email";
|
|
319
318
|
password: "password";
|
|
319
|
+
text: "text";
|
|
320
320
|
tel: "tel";
|
|
321
321
|
hidden: "hidden";
|
|
322
322
|
checkbox: "checkbox";
|
|
@@ -364,6 +364,7 @@ declare const GetFlowStepResponse: zod.ZodObject<{
|
|
|
364
364
|
challenge: zod.ZodOptional<zod.ZodObject<{
|
|
365
365
|
method: zod.ZodOptional<zod.ZodEnum<{
|
|
366
366
|
passkey: "passkey";
|
|
367
|
+
passkey_register: "passkey_register";
|
|
367
368
|
}>>;
|
|
368
369
|
challenge_id: zod.ZodOptional<zod.ZodString>;
|
|
369
370
|
options: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
|
|
@@ -461,11 +462,11 @@ declare const SubmitFlowStepResponse: zod.ZodObject<{
|
|
|
461
462
|
name: zod.ZodString;
|
|
462
463
|
type: zod.ZodEnum<{
|
|
463
464
|
number: "number";
|
|
464
|
-
email: "email";
|
|
465
465
|
url: "url";
|
|
466
|
-
text: "text";
|
|
467
466
|
date: "date";
|
|
467
|
+
email: "email";
|
|
468
468
|
password: "password";
|
|
469
|
+
text: "text";
|
|
469
470
|
tel: "tel";
|
|
470
471
|
hidden: "hidden";
|
|
471
472
|
checkbox: "checkbox";
|
|
@@ -513,6 +514,7 @@ declare const SubmitFlowStepResponse: zod.ZodObject<{
|
|
|
513
514
|
challenge: zod.ZodOptional<zod.ZodObject<{
|
|
514
515
|
method: zod.ZodOptional<zod.ZodEnum<{
|
|
515
516
|
passkey: "passkey";
|
|
517
|
+
passkey_register: "passkey_register";
|
|
516
518
|
}>>;
|
|
517
519
|
challenge_id: zod.ZodOptional<zod.ZodString>;
|
|
518
520
|
options: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
|
|
@@ -826,8 +828,10 @@ declare const CreateHandoffResponse: zod.ZodObject<{
|
|
|
826
828
|
/**
|
|
827
829
|
* @summary Create project
|
|
828
830
|
*/
|
|
831
|
+
declare const createProjectBodySeedDefaultsDefault = true;
|
|
829
832
|
declare const CreateProjectBody: zod.ZodObject<{
|
|
830
833
|
previewOrigins: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
834
|
+
seedDefaults: zod.ZodDefault<zod.ZodBoolean>;
|
|
831
835
|
}, zod.z.core.$strip>;
|
|
832
836
|
/**
|
|
833
837
|
* Returns the current state of a project.
|
|
@@ -1161,6 +1165,7 @@ declare const CreateSchemaQueryParams: zod.ZodObject<{
|
|
|
1161
1165
|
project_id: zod.ZodString;
|
|
1162
1166
|
team_id: zod.ZodOptional<zod.ZodString>;
|
|
1163
1167
|
}, zod.z.core.$strict>;
|
|
1168
|
+
declare const createSchemaBodyOneObjectTypeMax = 256;
|
|
1164
1169
|
declare const createSchemaBodyOneXAuthMethodsPasswordPositionMin = 0;
|
|
1165
1170
|
declare const createSchemaBodyOneXAuthMethodsPasskeyPositionMin = 0;
|
|
1166
1171
|
declare const createSchemaBodyOneXAuthMethodsMagicLinkPositionMin = 0;
|
|
@@ -1170,6 +1175,7 @@ declare const createSchemaBodyOnePropertiesXEditableDefault = true;
|
|
|
1170
1175
|
declare const createSchemaBodyOnePropertiesXSensitiveDefault = false;
|
|
1171
1176
|
declare const createSchemaBodyOnePropertiesXMfaDefault = false;
|
|
1172
1177
|
declare const CreateSchemaBody: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1178
|
+
objectType: zod.ZodOptional<zod.ZodString>;
|
|
1173
1179
|
kind: zod.ZodLiteral<"user-schema">;
|
|
1174
1180
|
metaSchema: zod.ZodURL;
|
|
1175
1181
|
"x-auth-methods": zod.ZodObject<{
|
|
@@ -1211,6 +1217,30 @@ declare const CreateSchemaBody: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
|
1211
1217
|
kind: zod.ZodLiteral<"schema-url">;
|
|
1212
1218
|
url: zod.ZodURL;
|
|
1213
1219
|
}, zod.z.core.$strip>]>;
|
|
1220
|
+
/**
|
|
1221
|
+
* Retrieve a list of all schemas available in the system. This endpoint
|
|
1222
|
+
supports pagination and filtering based on schema attributes.
|
|
1223
|
+
|
|
1224
|
+
* @summary List all schemas
|
|
1225
|
+
*/
|
|
1226
|
+
declare const listSchemasQueryProjectIdRegExp: RegExp;
|
|
1227
|
+
declare const listSchemasQueryOffsetDefault = 0;
|
|
1228
|
+
declare const listSchemasQueryOffsetMin = 0;
|
|
1229
|
+
declare const listSchemasQueryObjectTypeMax = 256;
|
|
1230
|
+
declare const ListSchemasQueryParams: zod.ZodObject<{
|
|
1231
|
+
project_id: zod.ZodString;
|
|
1232
|
+
offset: zod.ZodDefault<zod.ZodNumber>;
|
|
1233
|
+
page_token: zod.ZodOptional<zod.ZodString>;
|
|
1234
|
+
object_type: zod.ZodOptional<zod.ZodString>;
|
|
1235
|
+
}, zod.z.core.$strict>;
|
|
1236
|
+
declare const ListSchemasResponseItem: zod.ZodObject<{
|
|
1237
|
+
id: zod.ZodString;
|
|
1238
|
+
createdAt: zod.z.ZodISODateTime;
|
|
1239
|
+
}, zod.z.core.$strip>;
|
|
1240
|
+
declare const ListSchemasResponse: zod.ZodArray<zod.ZodObject<{
|
|
1241
|
+
id: zod.ZodString;
|
|
1242
|
+
createdAt: zod.z.ZodISODateTime;
|
|
1243
|
+
}, zod.z.core.$strip>>;
|
|
1214
1244
|
/**
|
|
1215
1245
|
* Get a schema by its ID. This will return the default revision of the schema.
|
|
1216
1246
|
* @summary Get schema by ID
|
|
@@ -1224,6 +1254,7 @@ declare const GetSchemaByIdQueryParams: zod.ZodObject<{
|
|
|
1224
1254
|
project_id: zod.ZodString;
|
|
1225
1255
|
team_id: zod.ZodOptional<zod.ZodString>;
|
|
1226
1256
|
}, zod.z.core.$strict>;
|
|
1257
|
+
declare const getSchemaByIdResponseOneObjectTypeMax = 256;
|
|
1227
1258
|
declare const getSchemaByIdResponseOneXAuthMethodsPasswordPositionMin = 0;
|
|
1228
1259
|
declare const getSchemaByIdResponseOneXAuthMethodsPasskeyPositionMin = 0;
|
|
1229
1260
|
declare const getSchemaByIdResponseOneXAuthMethodsMagicLinkPositionMin = 0;
|
|
@@ -1233,6 +1264,7 @@ declare const getSchemaByIdResponseOnePropertiesXEditableDefault = true;
|
|
|
1233
1264
|
declare const getSchemaByIdResponseOnePropertiesXSensitiveDefault = false;
|
|
1234
1265
|
declare const getSchemaByIdResponseOnePropertiesXMfaDefault = false;
|
|
1235
1266
|
declare const GetSchemaByIdResponse: zod.ZodObject<{
|
|
1267
|
+
objectType: zod.ZodOptional<zod.ZodString>;
|
|
1236
1268
|
kind: zod.ZodLiteral<"user-schema">;
|
|
1237
1269
|
metaSchema: zod.ZodURL;
|
|
1238
1270
|
"x-auth-methods": zod.ZodObject<{
|
|
@@ -1282,7 +1314,6 @@ Flow definitions are created based on the flow definition schema, which includes
|
|
|
1282
1314
|
*/
|
|
1283
1315
|
declare const createFlowDefinitionBodyProjectIdRegExp: RegExp;
|
|
1284
1316
|
declare const createFlowDefinitionBodyFlowDefinitionNameRegExp: RegExp;
|
|
1285
|
-
declare const createFlowDefinitionBodyFlowDefinitionStatusDefault = "active";
|
|
1286
1317
|
declare const createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault: never[];
|
|
1287
1318
|
declare const createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1288
1319
|
declare const createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault: never[];
|
|
@@ -1293,11 +1324,11 @@ declare const CreateFlowDefinitionBody: zod.ZodObject<{
|
|
|
1293
1324
|
schema_uri: zod.ZodOptional<zod.ZodURL>;
|
|
1294
1325
|
flow_definition: zod.ZodObject<{
|
|
1295
1326
|
name: zod.ZodString;
|
|
1296
|
-
status: zod.
|
|
1327
|
+
status: zod.ZodEnum<{
|
|
1297
1328
|
active: "active";
|
|
1298
1329
|
draft: "draft";
|
|
1299
|
-
}
|
|
1300
|
-
user_schema: zod.
|
|
1330
|
+
}>;
|
|
1331
|
+
user_schema: zod.ZodString;
|
|
1301
1332
|
purposes: zod.ZodRecord<zod.ZodString, zod.ZodString>;
|
|
1302
1333
|
audience: zod.ZodOptional<zod.ZodObject<{
|
|
1303
1334
|
team_ids: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
@@ -1370,17 +1401,16 @@ declare const ListFlowDefinitionsQueryParams: zod.ZodObject<{
|
|
|
1370
1401
|
}>>;
|
|
1371
1402
|
}, zod.z.core.$strict>;
|
|
1372
1403
|
declare const listFlowDefinitionsResponseFlowDefinitionsItemNameRegExp: RegExp;
|
|
1373
|
-
declare const listFlowDefinitionsResponseFlowDefinitionsItemStatusDefault = "active";
|
|
1374
1404
|
declare const ListFlowDefinitionsResponse: zod.ZodObject<{
|
|
1375
1405
|
flow_definitions: zod.ZodArray<zod.ZodObject<{
|
|
1376
1406
|
id: zod.ZodString;
|
|
1377
1407
|
name: zod.ZodString;
|
|
1378
1408
|
project_id: zod.ZodString;
|
|
1379
1409
|
schema_uri: zod.ZodOptional<zod.ZodURL>;
|
|
1380
|
-
status: zod.
|
|
1410
|
+
status: zod.ZodEnum<{
|
|
1381
1411
|
active: "active";
|
|
1382
1412
|
draft: "draft";
|
|
1383
|
-
}
|
|
1413
|
+
}>;
|
|
1384
1414
|
created_at: zod.z.ZodISODateTime;
|
|
1385
1415
|
updated_at: zod.z.ZodISODateTime;
|
|
1386
1416
|
}, zod.z.core.$strip>>;
|
|
@@ -1397,9 +1427,7 @@ declare const getFlowDefinitionQueryProjectIdRegExp: RegExp;
|
|
|
1397
1427
|
declare const GetFlowDefinitionQueryParams: zod.ZodObject<{
|
|
1398
1428
|
project_id: zod.ZodString;
|
|
1399
1429
|
}, zod.z.core.$strict>;
|
|
1400
|
-
declare const getFlowDefinitionResponseStatusDefault = "active";
|
|
1401
1430
|
declare const getFlowDefinitionResponseFlowDefinitionNameRegExp: RegExp;
|
|
1402
|
-
declare const getFlowDefinitionResponseFlowDefinitionStatusDefault = "active";
|
|
1403
1431
|
declare const getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault: never[];
|
|
1404
1432
|
declare const getFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1405
1433
|
declare const getFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault: never[];
|
|
@@ -1408,17 +1436,13 @@ declare const getFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefaul
|
|
|
1408
1436
|
declare const GetFlowDefinitionResponse: zod.ZodObject<{
|
|
1409
1437
|
id: zod.ZodString;
|
|
1410
1438
|
project_id: zod.ZodString;
|
|
1411
|
-
status: zod.ZodDefault<zod.ZodEnum<{
|
|
1412
|
-
active: "active";
|
|
1413
|
-
draft: "draft";
|
|
1414
|
-
}>>;
|
|
1415
1439
|
flow_definition: zod.ZodObject<{
|
|
1416
1440
|
name: zod.ZodString;
|
|
1417
|
-
status: zod.
|
|
1441
|
+
status: zod.ZodEnum<{
|
|
1418
1442
|
active: "active";
|
|
1419
1443
|
draft: "draft";
|
|
1420
|
-
}
|
|
1421
|
-
user_schema: zod.
|
|
1444
|
+
}>;
|
|
1445
|
+
user_schema: zod.ZodString;
|
|
1422
1446
|
purposes: zod.ZodRecord<zod.ZodString, zod.ZodString>;
|
|
1423
1447
|
audience: zod.ZodOptional<zod.ZodObject<{
|
|
1424
1448
|
team_ids: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
@@ -1484,7 +1508,6 @@ declare const UpdateFlowDefinitionQueryParams: zod.ZodObject<{
|
|
|
1484
1508
|
project_id: zod.ZodString;
|
|
1485
1509
|
}, zod.z.core.$strict>;
|
|
1486
1510
|
declare const updateFlowDefinitionBodyFlowDefinitionNameRegExp: RegExp;
|
|
1487
|
-
declare const updateFlowDefinitionBodyFlowDefinitionStatusDefault = "active";
|
|
1488
1511
|
declare const updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault: never[];
|
|
1489
1512
|
declare const updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1490
1513
|
declare const updateFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault: never[];
|
|
@@ -1494,11 +1517,11 @@ declare const UpdateFlowDefinitionBody: zod.ZodObject<{
|
|
|
1494
1517
|
schema_uri: zod.ZodOptional<zod.ZodURL>;
|
|
1495
1518
|
flow_definition: zod.ZodObject<{
|
|
1496
1519
|
name: zod.ZodString;
|
|
1497
|
-
status: zod.
|
|
1520
|
+
status: zod.ZodEnum<{
|
|
1498
1521
|
active: "active";
|
|
1499
1522
|
draft: "draft";
|
|
1500
|
-
}
|
|
1501
|
-
user_schema: zod.
|
|
1523
|
+
}>;
|
|
1524
|
+
user_schema: zod.ZodString;
|
|
1502
1525
|
purposes: zod.ZodRecord<zod.ZodString, zod.ZodString>;
|
|
1503
1526
|
audience: zod.ZodOptional<zod.ZodObject<{
|
|
1504
1527
|
team_ids: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
@@ -1548,9 +1571,7 @@ declare const UpdateFlowDefinitionBody: zod.ZodObject<{
|
|
|
1548
1571
|
}, zod.z.core.$strip>>;
|
|
1549
1572
|
}, zod.z.core.$strip>;
|
|
1550
1573
|
}, zod.z.core.$strip>;
|
|
1551
|
-
declare const updateFlowDefinitionResponseStatusDefault = "active";
|
|
1552
1574
|
declare const updateFlowDefinitionResponseFlowDefinitionNameRegExp: RegExp;
|
|
1553
|
-
declare const updateFlowDefinitionResponseFlowDefinitionStatusDefault = "active";
|
|
1554
1575
|
declare const updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault: never[];
|
|
1555
1576
|
declare const updateFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1556
1577
|
declare const updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault: never[];
|
|
@@ -1559,17 +1580,13 @@ declare const updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDef
|
|
|
1559
1580
|
declare const UpdateFlowDefinitionResponse: zod.ZodObject<{
|
|
1560
1581
|
id: zod.ZodString;
|
|
1561
1582
|
project_id: zod.ZodString;
|
|
1562
|
-
status: zod.ZodDefault<zod.ZodEnum<{
|
|
1563
|
-
active: "active";
|
|
1564
|
-
draft: "draft";
|
|
1565
|
-
}>>;
|
|
1566
1583
|
flow_definition: zod.ZodObject<{
|
|
1567
1584
|
name: zod.ZodString;
|
|
1568
|
-
status: zod.
|
|
1585
|
+
status: zod.ZodEnum<{
|
|
1569
1586
|
active: "active";
|
|
1570
1587
|
draft: "draft";
|
|
1571
|
-
}
|
|
1572
|
-
user_schema: zod.
|
|
1588
|
+
}>;
|
|
1589
|
+
user_schema: zod.ZodString;
|
|
1573
1590
|
purposes: zod.ZodRecord<zod.ZodString, zod.ZodString>;
|
|
1574
1591
|
audience: zod.ZodOptional<zod.ZodObject<{
|
|
1575
1592
|
team_ids: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
@@ -1689,5 +1706,5 @@ declare const GetTeamResponse: zod.ZodObject<{
|
|
|
1689
1706
|
updatedAt: zod.z.ZodISODateTime;
|
|
1690
1707
|
}, zod.z.core.$strip>;
|
|
1691
1708
|
//#endregion
|
|
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,
|
|
1709
|
+
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, ListSchemasQueryParams, ListSchemasResponse, ListSchemasResponseItem, 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, createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, createFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, createFlowDefinitionBodyProjectIdRegExp, createHandoffPathAttemptIdRegExp, createProjectBodySeedDefaultsDefault, createSchemaBodyOneObjectTypeMax, 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, 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, getSchemaByIdResponseOneObjectTypeMax, getSchemaByIdResponseOnePropertiesXEditableDefault, getSchemaByIdResponseOnePropertiesXMfaDefault, getSchemaByIdResponseOnePropertiesXSensitiveDefault, getSchemaByIdResponseOneXAuthMethodsMagicLinkPositionMin, getSchemaByIdResponseOneXAuthMethodsOtpPositionMin, getSchemaByIdResponseOneXAuthMethodsPasskeyPositionMin, getSchemaByIdResponseOneXAuthMethodsPasswordPositionMin, getSchemaByIdResponseOneXAuthMethodsSsoPositionMin, getSessionPathSessionIdRegExp, getSessionQueryProjectIdRegExp, getSessionResponseFactorsItemPayloadOneUserIdRegExp, getSessionResponseProjectIdRegExp, getSessionResponseSessionIdRegExp, getSessionResponseUserIdOneRegExp, getTeamPathTeamIdRegExp, getTeamQueryProjectIdRegExp, getUserByIDPathUserIdRegExp, getUserByIDQueryProjectIdRegExp, getUserByIDQueryTeamIdRegExp, issueChallengePathAttemptIdRegExp, listFlowDefinitionsQueryLimitDefault, listFlowDefinitionsQueryLimitMax, listFlowDefinitionsQueryProjectIdRegExp, listFlowDefinitionsResponseFlowDefinitionsItemNameRegExp, listSchemasQueryObjectTypeMax, listSchemasQueryOffsetDefault, listSchemasQueryOffsetMin, listSchemasQueryProjectIdRegExp, 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, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, updateFlowDefinitionQueryProjectIdRegExp, updateFlowDefinitionResponseFlowDefinitionNameRegExp, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, verifyChallengeProofPathAttemptIdRegExp, verifyChallengeProofPathChallengeIdRegExp, verifyChallengeProofResponseAttemptIdRegExp, verifyChallengeProofResponseChallengesItemChallengeIdRegExp, verifyChallengeProofResponseCompletedFactorsItemPayloadOneUserIdRegExp, verifyChallengeProofResponseProjectIdRegExp, verifyChallengeProofResponseSessionIdOneRegExp, verifyChallengeProofResponseUserIdOneRegExp };
|
|
1693
1710
|
//# 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,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
|
|
1
|
+
{"version":3,"file":"zitadelNextGen.zod.d.mts","names":[],"sources":["../../../src/generated/endpoints/zitadelNextGen.zod.ts"],"mappings":"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"}
|
|
@@ -350,7 +350,7 @@ const GetFlowStepResponse = zod.object({
|
|
|
350
350
|
template: zod.string().describe("Template hint for rendering (logo, colors).")
|
|
351
351
|
}).describe("An available SSO identity provider.")).default(getFlowStepResponseStepSsoProvidersDefault).describe("Available SSO identity providers for this step."),
|
|
352
352
|
challenge: zod.object({
|
|
353
|
-
method: zod.enum(["passkey"]).optional().describe("Challenge method. Determines which component handles the ceremony."),
|
|
353
|
+
method: zod.enum(["passkey", "passkey_register"]).optional().describe("Challenge method. Determines which component handles the ceremony."),
|
|
354
354
|
challenge_id: zod.string().optional().describe("Server-side challenge identifier. Included in the proof submission\nso the server can match the response to the original challenge.\n"),
|
|
355
355
|
options: zod.record(zod.string(), zod.unknown()).optional().describe("Protocol-specific challenge options. For passkey, this is the\n`PublicKeyCredentialRequestOptions` (authenticate) or\n`PublicKeyCredentialCreationOptions` (register). Passed directly\nto the browser's `navigator.credentials` API.\n")
|
|
356
356
|
}).optional().describe("A pending authentication challenge issued by the server. Present when the\nflow engine has issued a challenge via auth_attempts (e.g., after the user\nsubmits `action: \"passkey\"`). The `<zl-passkey>` component reads this and\ntriggers the appropriate WebAuthn ceremony.\n\nThe challenge is NOT present on the initial step — it appears only after\nthe user explicitly selects a ceremony-based action.\n")
|
|
@@ -485,7 +485,7 @@ const SubmitFlowStepResponse = zod.object({
|
|
|
485
485
|
template: zod.string().describe("Template hint for rendering (logo, colors).")
|
|
486
486
|
}).describe("An available SSO identity provider.")).default(submitFlowStepResponseStepSsoProvidersDefault).describe("Available SSO identity providers for this step."),
|
|
487
487
|
challenge: zod.object({
|
|
488
|
-
method: zod.enum(["passkey"]).optional().describe("Challenge method. Determines which component handles the ceremony."),
|
|
488
|
+
method: zod.enum(["passkey", "passkey_register"]).optional().describe("Challenge method. Determines which component handles the ceremony."),
|
|
489
489
|
challenge_id: zod.string().optional().describe("Server-side challenge identifier. Included in the proof submission\nso the server can match the response to the original challenge.\n"),
|
|
490
490
|
options: zod.record(zod.string(), zod.unknown()).optional().describe("Protocol-specific challenge options. For passkey, this is the\n`PublicKeyCredentialRequestOptions` (authenticate) or\n`PublicKeyCredentialCreationOptions` (register). Passed directly\nto the browser's `navigator.credentials` API.\n")
|
|
491
491
|
}).optional().describe("A pending authentication challenge issued by the server. Present when the\nflow engine has issued a challenge via auth_attempts (e.g., after the user\nsubmits `action: \"passkey\"`). The `<zl-passkey>` component reads this and\ntriggers the appropriate WebAuthn ceremony.\n\nThe challenge is NOT present on the initial step — it appears only after\nthe user explicitly selects a ceremony-based action.\n")
|
|
@@ -774,7 +774,11 @@ const CreateHandoffResponse = zod.object({
|
|
|
774
774
|
/**
|
|
775
775
|
* @summary Create project
|
|
776
776
|
*/
|
|
777
|
-
const
|
|
777
|
+
const createProjectBodySeedDefaultsDefault = true;
|
|
778
|
+
const CreateProjectBody = zod.object({
|
|
779
|
+
previewOrigins: zod.array(zod.string()).optional().describe("Origins which are allowed for previewing and testing the project.\n"),
|
|
780
|
+
seedDefaults: zod.boolean().default(true).describe("Whether the server should provision fallback default user schema and flow\nresources for the project. CLI-managed projects set this to false and\nupload their local .zitadel config files through the schema and flow APIs.\n")
|
|
781
|
+
});
|
|
778
782
|
/**
|
|
779
783
|
* Returns the current state of a project.
|
|
780
784
|
|
|
@@ -1089,6 +1093,7 @@ const CreateSchemaQueryParams = zod.strictObject({
|
|
|
1089
1093
|
project_id: zod.string().regex(createSchemaQueryProjectIdRegExp).describe("The unique identifier of the project"),
|
|
1090
1094
|
team_id: zod.string().regex(createSchemaQueryTeamIdRegExp).optional().describe("The unique identifier of the team")
|
|
1091
1095
|
});
|
|
1096
|
+
const createSchemaBodyOneObjectTypeMax = 256;
|
|
1092
1097
|
const createSchemaBodyOneXAuthMethodsPasswordPositionMin = 0;
|
|
1093
1098
|
const createSchemaBodyOneXAuthMethodsPasskeyPositionMin = 0;
|
|
1094
1099
|
const createSchemaBodyOneXAuthMethodsMagicLinkPositionMin = 0;
|
|
@@ -1098,6 +1103,7 @@ const createSchemaBodyOnePropertiesXEditableDefault = true;
|
|
|
1098
1103
|
const createSchemaBodyOnePropertiesXSensitiveDefault = false;
|
|
1099
1104
|
const createSchemaBodyOnePropertiesXMfaDefault = false;
|
|
1100
1105
|
const CreateSchemaBody = zod.union([zod.object({
|
|
1106
|
+
objectType: zod.string().max(256).optional().describe("The type of user this schema describes. This is a customer chosen name.\n"),
|
|
1101
1107
|
kind: zod.literal("user-schema").describe("Discriminator value for a user schema create request."),
|
|
1102
1108
|
metaSchema: zod.url().describe("The user Schema version used for this schema."),
|
|
1103
1109
|
"x-auth-methods": zod.object({
|
|
@@ -1134,12 +1140,33 @@ const CreateSchemaBody = zod.union([zod.object({
|
|
|
1134
1140
|
"x-sensitive": zod.boolean().default(false).describe("Whether this property contains sensitive information or not"),
|
|
1135
1141
|
"x-mfa": zod.boolean().default(false).describe("Whether this property is used for multi-factor authentication or not"),
|
|
1136
1142
|
properties: zod.record(zod.string(), zod.unknown()).optional().describe("A map of additional properties for the user definition, where the key is the property name and the value is the property schema")
|
|
1137
|
-
}).describe("This schema is missing `\"allOf\": [{\"$ref\": \"https://json-schema.org/draft/2020-12/schema\"}],`. \nThis is done because a lot of code generators cannot handle that.\n")).optional().describe("A map of additional properties for the user definition, where the
|
|
1143
|
+
}).describe("This schema is missing `\"allOf\": [{\"$ref\": \"https://json-schema.org/draft/2020-12/schema\"}],`. \nThis is done because a lot of code generators cannot handle that.\n")).optional().describe("A map of additional properties for the user definition, where the\nkey is the property name and the value is the property schema\n")
|
|
1138
1144
|
}).describe("This schema is missing `\"allOf\": [{\"$ref\": \"https://json-schema.org/draft/2020-12/schema\"}],`. \nThis is done because a lot of code generators cannot handle that.\n"), zod.object({
|
|
1139
1145
|
kind: zod.literal("schema-url").describe("Discriminator value for a user schema create request."),
|
|
1140
1146
|
url: zod.url().describe("URL to the schema definition.")
|
|
1141
1147
|
}).describe("A schema definition that references an external schema via a URL. It is \non creation, validated against its metaschema and cached in the database.\n")]);
|
|
1142
1148
|
/**
|
|
1149
|
+
* Retrieve a list of all schemas available in the system. This endpoint
|
|
1150
|
+
supports pagination and filtering based on schema attributes.
|
|
1151
|
+
|
|
1152
|
+
* @summary List all schemas
|
|
1153
|
+
*/
|
|
1154
|
+
const listSchemasQueryProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
1155
|
+
const listSchemasQueryOffsetDefault = 0;
|
|
1156
|
+
const listSchemasQueryOffsetMin = 0;
|
|
1157
|
+
const listSchemasQueryObjectTypeMax = 256;
|
|
1158
|
+
const ListSchemasQueryParams = zod.strictObject({
|
|
1159
|
+
project_id: zod.string().regex(listSchemasQueryProjectIdRegExp).describe("The unique identifier of the project"),
|
|
1160
|
+
offset: zod.number().min(0).default(0).describe("Number of items to skip before returning results."),
|
|
1161
|
+
page_token: zod.string().optional().describe("Token for fetching the next page of results.\nObtain this value from `next_page_token` in the previous response.\nOmit to start from the beginning.\nIts format is opaque and may change between releases.\n"),
|
|
1162
|
+
object_type: zod.string().max(256).optional().describe("The type of object of the schema to filter by.")
|
|
1163
|
+
});
|
|
1164
|
+
const ListSchemasResponseItem = zod.object({
|
|
1165
|
+
id: zod.string().describe("The unique identifier for this schema."),
|
|
1166
|
+
createdAt: zod.iso.datetime({ offset: true })
|
|
1167
|
+
});
|
|
1168
|
+
const ListSchemasResponse = zod.array(ListSchemasResponseItem);
|
|
1169
|
+
/**
|
|
1143
1170
|
* Get a schema by its ID. This will return the default revision of the schema.
|
|
1144
1171
|
* @summary Get schema by ID
|
|
1145
1172
|
*/
|
|
@@ -1150,6 +1177,7 @@ const GetSchemaByIdQueryParams = zod.strictObject({
|
|
|
1150
1177
|
project_id: zod.string().regex(getSchemaByIdQueryProjectIdRegExp).describe("The unique identifier of the project"),
|
|
1151
1178
|
team_id: zod.string().regex(getSchemaByIdQueryTeamIdRegExp).optional().describe("The unique identifier of the team")
|
|
1152
1179
|
});
|
|
1180
|
+
const getSchemaByIdResponseOneObjectTypeMax = 256;
|
|
1153
1181
|
const getSchemaByIdResponseOneXAuthMethodsPasswordPositionMin = 0;
|
|
1154
1182
|
const getSchemaByIdResponseOneXAuthMethodsPasskeyPositionMin = 0;
|
|
1155
1183
|
const getSchemaByIdResponseOneXAuthMethodsMagicLinkPositionMin = 0;
|
|
@@ -1159,6 +1187,7 @@ const getSchemaByIdResponseOnePropertiesXEditableDefault = true;
|
|
|
1159
1187
|
const getSchemaByIdResponseOnePropertiesXSensitiveDefault = false;
|
|
1160
1188
|
const getSchemaByIdResponseOnePropertiesXMfaDefault = false;
|
|
1161
1189
|
const GetSchemaByIdResponse = zod.object({
|
|
1190
|
+
objectType: zod.string().max(256).optional().describe("The type of user this schema describes. This is a customer chosen name.\n"),
|
|
1162
1191
|
kind: zod.literal("user-schema").describe("Discriminator value for a user schema create request."),
|
|
1163
1192
|
metaSchema: zod.url().describe("The user Schema version used for this schema."),
|
|
1164
1193
|
"x-auth-methods": zod.object({
|
|
@@ -1195,7 +1224,7 @@ const GetSchemaByIdResponse = zod.object({
|
|
|
1195
1224
|
"x-sensitive": zod.boolean().default(false).describe("Whether this property contains sensitive information or not"),
|
|
1196
1225
|
"x-mfa": zod.boolean().default(false).describe("Whether this property is used for multi-factor authentication or not"),
|
|
1197
1226
|
properties: zod.record(zod.string(), zod.unknown()).optional().describe("A map of additional properties for the user definition, where the key is the property name and the value is the property schema")
|
|
1198
|
-
}).describe("This schema is missing `\"allOf\": [{\"$ref\": \"https://json-schema.org/draft/2020-12/schema\"}],`. \nThis is done because a lot of code generators cannot handle that.\n")).optional().describe("A map of additional properties for the user definition, where the
|
|
1227
|
+
}).describe("This schema is missing `\"allOf\": [{\"$ref\": \"https://json-schema.org/draft/2020-12/schema\"}],`. \nThis is done because a lot of code generators cannot handle that.\n")).optional().describe("A map of additional properties for the user definition, where the\nkey is the property name and the value is the property schema\n")
|
|
1199
1228
|
}).describe("This schema is missing `\"allOf\": [{\"$ref\": \"https://json-schema.org/draft/2020-12/schema\"}],`. \nThis is done because a lot of code generators cannot handle that.\n");
|
|
1200
1229
|
/**
|
|
1201
1230
|
* Creates a new flow definition.
|
|
@@ -1208,7 +1237,6 @@ Flow definitions are created based on the flow definition schema, which includes
|
|
|
1208
1237
|
*/
|
|
1209
1238
|
const createFlowDefinitionBodyProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
1210
1239
|
const createFlowDefinitionBodyFlowDefinitionNameRegExp = /* @__PURE__ */ new RegExp("^[a-z][a-z0-9-]*$");
|
|
1211
|
-
const createFlowDefinitionBodyFlowDefinitionStatusDefault = `active`;
|
|
1212
1240
|
const createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault = [];
|
|
1213
1241
|
const createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1214
1242
|
const createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault = [];
|
|
@@ -1219,8 +1247,8 @@ const CreateFlowDefinitionBody = zod.object({
|
|
|
1219
1247
|
schema_uri: zod.url().optional().describe("URI of the server-published flow definition schema this definition was\nauthored against. The server uses this to validate the definition.\nIf not provided, the engine will use the latest schema version for validation.\n"),
|
|
1220
1248
|
flow_definition: zod.object({
|
|
1221
1249
|
name: zod.string().regex(createFlowDefinitionBodyFlowDefinitionNameRegExp).describe("Stable identifier for this flow, used as the target of cross-flow\n`switch` and `pivot` transitions. Renaming is not supported — the\n`name` is part of the public contract another definition may\nreference. Acts as the human display label as well; no separate slug.\n"),
|
|
1222
|
-
status: zod.enum(["active", "draft"]).
|
|
1223
|
-
user_schema: zod.
|
|
1250
|
+
status: zod.enum(["active", "draft"]).describe("The lifecycle state of this flow definition. \n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n"),
|
|
1251
|
+
user_schema: zod.string().describe("Server-assigned identifier of the user schema this flow operates on,\nas returned by `POST /schemas`. Opaque to the client — the shape is a\nserver implementation detail. Step `fields` reference properties\ndefined in the resolved schema; the engine resolves field types, validation, and\nimplicit outcomes from schema annotations at runtime.\n"),
|
|
1224
1252
|
purposes: zod.record(zod.string(), zod.string()).describe("Maps each purpose this definition handles to its entry-point step.\nKeys are purpose names; values must match a `name` in `steps`. A\ndefinition can serve multiple purposes (e.g. a combined login/register\nflow) by listing one entry per purpose.\n"),
|
|
1225
1253
|
audience: zod.object({
|
|
1226
1254
|
team_ids: zod.array(zod.string()).optional().describe("Restrict to specific teams (organizations). Empty means no team restriction."),
|
|
@@ -1283,14 +1311,13 @@ const ListFlowDefinitionsQueryParams = zod.strictObject({
|
|
|
1283
1311
|
]).optional().describe("Filter flow definitions by purpose (e.g., registration, login).")
|
|
1284
1312
|
});
|
|
1285
1313
|
const listFlowDefinitionsResponseFlowDefinitionsItemNameRegExp = /* @__PURE__ */ new RegExp("^[a-z][a-z0-9-]*$");
|
|
1286
|
-
const listFlowDefinitionsResponseFlowDefinitionsItemStatusDefault = `active`;
|
|
1287
1314
|
const ListFlowDefinitionsResponse = zod.object({
|
|
1288
1315
|
flow_definitions: zod.array(zod.object({
|
|
1289
1316
|
id: zod.string().describe("Unique identifier for the created flow definition."),
|
|
1290
1317
|
name: zod.string().regex(listFlowDefinitionsResponseFlowDefinitionsItemNameRegExp).describe("Stable identifier for this flow (echoed from the request).\n"),
|
|
1291
1318
|
project_id: zod.string().describe("Identifier of the project this flow definition belongs to."),
|
|
1292
1319
|
schema_uri: zod.url().optional().describe("URI of the flow definition schema this definition was authored against.\nIf 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.\n"),
|
|
1293
|
-
status: zod.enum(["active", "draft"]).
|
|
1320
|
+
status: zod.enum(["active", "draft"]).describe("The lifecycle state of this flow definition. \n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n"),
|
|
1294
1321
|
created_at: zod.iso.datetime({ offset: true }).describe("Timestamp when the flow definition was created."),
|
|
1295
1322
|
updated_at: zod.iso.datetime({ offset: true }).describe("Timestamp when the flow definition was last updated.")
|
|
1296
1323
|
}).describe("Response object for a flow definition after creation.\n")),
|
|
@@ -1303,9 +1330,7 @@ const ListFlowDefinitionsResponse = zod.object({
|
|
|
1303
1330
|
const GetFlowDefinitionParams = zod.object({ id: zod.string().describe("The id returned by the POST /flow_definitions endpoint.\n") });
|
|
1304
1331
|
const getFlowDefinitionQueryProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
1305
1332
|
const GetFlowDefinitionQueryParams = zod.strictObject({ project_id: zod.string().regex(getFlowDefinitionQueryProjectIdRegExp).describe("The project id to filter by.") });
|
|
1306
|
-
const getFlowDefinitionResponseStatusDefault = `active`;
|
|
1307
1333
|
const getFlowDefinitionResponseFlowDefinitionNameRegExp = /* @__PURE__ */ new RegExp("^[a-z][a-z0-9-]*$");
|
|
1308
|
-
const getFlowDefinitionResponseFlowDefinitionStatusDefault = `active`;
|
|
1309
1334
|
const getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault = [];
|
|
1310
1335
|
const getFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1311
1336
|
const getFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault = [];
|
|
@@ -1314,11 +1339,10 @@ const getFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault = [];
|
|
|
1314
1339
|
const GetFlowDefinitionResponse = zod.object({
|
|
1315
1340
|
id: zod.string().describe("Unique identifier for the flow definition."),
|
|
1316
1341
|
project_id: zod.string().describe("Identifier of the project this flow definition belongs to."),
|
|
1317
|
-
status: zod.enum(["active", "draft"]).default(getFlowDefinitionResponseStatusDefault).describe("The lifecycle state of this flow definition. \n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n"),
|
|
1318
1342
|
flow_definition: zod.object({
|
|
1319
1343
|
name: zod.string().regex(getFlowDefinitionResponseFlowDefinitionNameRegExp).describe("Stable identifier for this flow, used as the target of cross-flow\n`switch` and `pivot` transitions. Renaming is not supported — the\n`name` is part of the public contract another definition may\nreference. Acts as the human display label as well; no separate slug.\n"),
|
|
1320
|
-
status: zod.enum(["active", "draft"]).
|
|
1321
|
-
user_schema: zod.
|
|
1344
|
+
status: zod.enum(["active", "draft"]).describe("The lifecycle state of this flow definition. \n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n"),
|
|
1345
|
+
user_schema: zod.string().describe("Server-assigned identifier of the user schema this flow operates on,\nas returned by `POST /schemas`. Opaque to the client — the shape is a\nserver implementation detail. Step `fields` reference properties\ndefined in the resolved schema; the engine resolves field types, validation, and\nimplicit outcomes from schema annotations at runtime.\n"),
|
|
1322
1346
|
purposes: zod.record(zod.string(), zod.string()).describe("Maps each purpose this definition handles to its entry-point step.\nKeys are purpose names; values must match a `name` in `steps`. A\ndefinition can serve multiple purposes (e.g. a combined login/register\nflow) by listing one entry per purpose.\n"),
|
|
1323
1347
|
audience: zod.object({
|
|
1324
1348
|
team_ids: zod.array(zod.string()).optional().describe("Restrict to specific teams (organizations). Empty means no team restriction."),
|
|
@@ -1370,7 +1394,6 @@ const UpdateFlowDefinitionParams = zod.object({ id: zod.string().describe("The i
|
|
|
1370
1394
|
const updateFlowDefinitionQueryProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
1371
1395
|
const UpdateFlowDefinitionQueryParams = zod.strictObject({ project_id: zod.string().regex(updateFlowDefinitionQueryProjectIdRegExp).describe("The project id to filter by.") });
|
|
1372
1396
|
const updateFlowDefinitionBodyFlowDefinitionNameRegExp = /* @__PURE__ */ new RegExp("^[a-z][a-z0-9-]*$");
|
|
1373
|
-
const updateFlowDefinitionBodyFlowDefinitionStatusDefault = `active`;
|
|
1374
1397
|
const updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault = [];
|
|
1375
1398
|
const updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1376
1399
|
const updateFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault = [];
|
|
@@ -1380,8 +1403,8 @@ const UpdateFlowDefinitionBody = zod.object({
|
|
|
1380
1403
|
schema_uri: zod.url().optional().describe("URI of the server-published flow definition schema this definition was\nauthored against. The server uses this to validate the definition.\nIf not provided, the engine will use the latest schema version for validation.\n"),
|
|
1381
1404
|
flow_definition: zod.object({
|
|
1382
1405
|
name: zod.string().regex(updateFlowDefinitionBodyFlowDefinitionNameRegExp).describe("Stable identifier for this flow, used as the target of cross-flow\n`switch` and `pivot` transitions. Renaming is not supported — the\n`name` is part of the public contract another definition may\nreference. Acts as the human display label as well; no separate slug.\n"),
|
|
1383
|
-
status: zod.enum(["active", "draft"]).
|
|
1384
|
-
user_schema: zod.
|
|
1406
|
+
status: zod.enum(["active", "draft"]).describe("The lifecycle state of this flow definition. \n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n"),
|
|
1407
|
+
user_schema: zod.string().describe("Server-assigned identifier of the user schema this flow operates on,\nas returned by `POST /schemas`. Opaque to the client — the shape is a\nserver implementation detail. Step `fields` reference properties\ndefined in the resolved schema; the engine resolves field types, validation, and\nimplicit outcomes from schema annotations at runtime.\n"),
|
|
1385
1408
|
purposes: zod.record(zod.string(), zod.string()).describe("Maps each purpose this definition handles to its entry-point step.\nKeys are purpose names; values must match a `name` in `steps`. A\ndefinition can serve multiple purposes (e.g. a combined login/register\nflow) by listing one entry per purpose.\n"),
|
|
1386
1409
|
audience: zod.object({
|
|
1387
1410
|
team_ids: zod.array(zod.string()).optional().describe("Restrict to specific teams (organizations). Empty means no team restriction."),
|
|
@@ -1420,10 +1443,8 @@ const UpdateFlowDefinitionBody = zod.object({
|
|
|
1420
1443
|
})).optional().describe("Maps action/outcome names to their transition descriptor.\n\nKeys match action names from the `actions` array. Additional keys\ncome from implicit outcomes based on schema annotations\n(e.g. `user_not_found` from `x-unique` fields) and engine\nevents (e.g. `sso`, `callback`).\n")
|
|
1421
1444
|
}).describe("A step in a flow definition. This is the admin-authored configuration,\nnot the runtime payload sent to the frontend.\n\nSteps are schema-driven: `fields` references properties from the flow's\nuser schema, and the engine resolves field metadata (type, validation,\nimplicit outcomes) from schema annotations at runtime.\n\nA step with only `complete` set is a terminal step. All other steps are\nrendered to the frontend as capability payloads.\n")).min(1).describe("Ordered list of steps in this flow. The order is for human readability —\nactual step sequencing is determined by transitions.\n")
|
|
1422
1445
|
}).describe("A flow definition is the server-side configuration that describes a complete\nauthentication or identity flow. It is NOT sent to the frontend — the flow\nengine evaluates it and produces FlowResponse payloads (steps with capability\ndictionaries) for the client.\n\nFlow definitions are created by administrators and stored in the project/team\nconfiguration hierarchy. The engine selects the matching definition based on\nthe purpose + audience when a flow is created via POST /flow.\n")
|
|
1423
|
-
}).describe("Replaces the existing flow definition.\
|
|
1424
|
-
const updateFlowDefinitionResponseStatusDefault = `active`;
|
|
1446
|
+
}).describe("Replaces the existing flow definition.\n");
|
|
1425
1447
|
const updateFlowDefinitionResponseFlowDefinitionNameRegExp = /* @__PURE__ */ new RegExp("^[a-z][a-z0-9-]*$");
|
|
1426
|
-
const updateFlowDefinitionResponseFlowDefinitionStatusDefault = `active`;
|
|
1427
1448
|
const updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault = [];
|
|
1428
1449
|
const updateFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1429
1450
|
const updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault = [];
|
|
@@ -1432,11 +1453,10 @@ const updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault = [
|
|
|
1432
1453
|
const UpdateFlowDefinitionResponse = zod.object({
|
|
1433
1454
|
id: zod.string().describe("Unique identifier for the flow definition."),
|
|
1434
1455
|
project_id: zod.string().describe("Identifier of the project this flow definition belongs to."),
|
|
1435
|
-
status: zod.enum(["active", "draft"]).default(updateFlowDefinitionResponseStatusDefault).describe("The lifecycle state of this flow definition. \n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n"),
|
|
1436
1456
|
flow_definition: zod.object({
|
|
1437
1457
|
name: zod.string().regex(updateFlowDefinitionResponseFlowDefinitionNameRegExp).describe("Stable identifier for this flow, used as the target of cross-flow\n`switch` and `pivot` transitions. Renaming is not supported — the\n`name` is part of the public contract another definition may\nreference. Acts as the human display label as well; no separate slug.\n"),
|
|
1438
|
-
status: zod.enum(["active", "draft"]).
|
|
1439
|
-
user_schema: zod.
|
|
1458
|
+
status: zod.enum(["active", "draft"]).describe("The lifecycle state of this flow definition. \n\nactive: The flow definition is ready to be used. The flow engine can select it for new flows.\ndraft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.\n\nAllowed transitions:\n- draft -> active: To activate the flow definition.\n- active -> draft: To remove the flow definition from active use immediately.\n"),
|
|
1459
|
+
user_schema: zod.string().describe("Server-assigned identifier of the user schema this flow operates on,\nas returned by `POST /schemas`. Opaque to the client — the shape is a\nserver implementation detail. Step `fields` reference properties\ndefined in the resolved schema; the engine resolves field types, validation, and\nimplicit outcomes from schema annotations at runtime.\n"),
|
|
1440
1460
|
purposes: zod.record(zod.string(), zod.string()).describe("Maps each purpose this definition handles to its entry-point step.\nKeys are purpose names; values must match a `name` in `steps`. A\ndefinition can serve multiple purposes (e.g. a combined login/register\nflow) by listing one entry per purpose.\n"),
|
|
1441
1461
|
audience: zod.object({
|
|
1442
1462
|
team_ids: zod.array(zod.string()).optional().describe("Restrict to specific teams (organizations). Empty means no team restriction."),
|
|
@@ -1528,6 +1548,6 @@ const GetTeamResponse = zod.object({
|
|
|
1528
1548
|
updatedAt: zod.iso.datetime({ offset: true }).describe("The time when the team was last updated.")
|
|
1529
1549
|
}).describe("The current state of a team.");
|
|
1530
1550
|
//#endregion
|
|
1531
|
-
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,
|
|
1551
|
+
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, ListSchemasQueryParams, ListSchemasResponse, ListSchemasResponseItem, 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, createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, createFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, createFlowDefinitionBodyProjectIdRegExp, createHandoffPathAttemptIdRegExp, createProjectBodySeedDefaultsDefault, createSchemaBodyOneObjectTypeMax, 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, 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, getSchemaByIdResponseOneObjectTypeMax, getSchemaByIdResponseOnePropertiesXEditableDefault, getSchemaByIdResponseOnePropertiesXMfaDefault, getSchemaByIdResponseOnePropertiesXSensitiveDefault, getSchemaByIdResponseOneXAuthMethodsMagicLinkPositionMin, getSchemaByIdResponseOneXAuthMethodsOtpPositionMin, getSchemaByIdResponseOneXAuthMethodsPasskeyPositionMin, getSchemaByIdResponseOneXAuthMethodsPasswordPositionMin, getSchemaByIdResponseOneXAuthMethodsSsoPositionMin, getSessionPathSessionIdRegExp, getSessionQueryProjectIdRegExp, getSessionResponseFactorsItemPayloadOneUserIdRegExp, getSessionResponseProjectIdRegExp, getSessionResponseSessionIdRegExp, getSessionResponseUserIdOneRegExp, getTeamPathTeamIdRegExp, getTeamQueryProjectIdRegExp, getUserByIDPathUserIdRegExp, getUserByIDQueryProjectIdRegExp, getUserByIDQueryTeamIdRegExp, issueChallengePathAttemptIdRegExp, listFlowDefinitionsQueryLimitDefault, listFlowDefinitionsQueryLimitMax, listFlowDefinitionsQueryProjectIdRegExp, listFlowDefinitionsResponseFlowDefinitionsItemNameRegExp, listSchemasQueryObjectTypeMax, listSchemasQueryOffsetDefault, listSchemasQueryOffsetMin, listSchemasQueryProjectIdRegExp, 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, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, updateFlowDefinitionQueryProjectIdRegExp, updateFlowDefinitionResponseFlowDefinitionNameRegExp, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, verifyChallengeProofPathAttemptIdRegExp, verifyChallengeProofPathChallengeIdRegExp, verifyChallengeProofResponseAttemptIdRegExp, verifyChallengeProofResponseChallengesItemChallengeIdRegExp, verifyChallengeProofResponseCompletedFactorsItemPayloadOneUserIdRegExp, verifyChallengeProofResponseProjectIdRegExp, verifyChallengeProofResponseSessionIdOneRegExp, verifyChallengeProofResponseUserIdOneRegExp };
|
|
1532
1552
|
|
|
1533
1553
|
//# sourceMappingURL=zitadelNextGen.zod.mjs.map
|