@zitadel/api 0.1.0-alpha.12 → 0.1.0-alpha.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/endpoints/zitadelNextGen.d.mts +1 -1
- package/dist/generated/endpoints/zitadelNextGen.msw.d.mts +1 -1
- package/dist/generated/endpoints/zitadelNextGen.msw.d.mts.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.msw.mjs +3 -6
- package/dist/generated/endpoints/zitadelNextGen.msw.mjs.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.zod.d.mts +13 -26
- package/dist/generated/endpoints/zitadelNextGen.zod.d.mts.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.zod.mjs +9 -18
- 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-DLJ0vloQ.d.mts} +11 -107
- package/dist/index-DLJ0vloQ.d.mts.map +1 -0
- package/dist/runtime/api-factory.d.mts +1 -1
- package/dist/{zitadelNextGen-AAujo87_.d.mts → zitadelNextGen-CVTkhQJe.d.mts} +2 -2
- package/dist/{zitadelNextGen-AAujo87_.d.mts.map → zitadelNextGen-CVTkhQJe.d.mts.map} +1 -1
- package/package.json +1 -1
- package/src/generated/endpoints/zitadelNextGen.msw.ts +3 -6
- package/src/generated/endpoints/zitadelNextGen.zod.ts +3 -29
- package/src/generated/model/createFlow201StepChallengeMethod.ts +1 -0
- package/src/generated/model/createFlowDefinition201.ts +0 -11
- package/src/generated/model/createFlowDefinition201FlowDefinition.ts +1 -1
- package/src/generated/model/createFlowDefinitionBodyFlowDefinition.ts +1 -1
- package/src/generated/model/getFlowDefinition200.ts +0 -11
- package/src/generated/model/getFlowDefinition200FlowDefinition.ts +1 -1
- package/src/generated/model/getFlowStep200StepChallengeMethod.ts +1 -0
- package/src/generated/model/index.ts +0 -3
- 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 +1 -1
- package/src/generated/model/updateFlowDefinitionBody.ts +0 -1
- package/src/generated/model/updateFlowDefinitionBodyFlowDefinition.ts +1 -1
- package/dist/index-1TIHnDrM.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
|
@@ -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>>;
|
|
@@ -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>>;
|
|
@@ -1282,7 +1284,6 @@ Flow definitions are created based on the flow definition schema, which includes
|
|
|
1282
1284
|
*/
|
|
1283
1285
|
declare const createFlowDefinitionBodyProjectIdRegExp: RegExp;
|
|
1284
1286
|
declare const createFlowDefinitionBodyFlowDefinitionNameRegExp: RegExp;
|
|
1285
|
-
declare const createFlowDefinitionBodyFlowDefinitionStatusDefault = "active";
|
|
1286
1287
|
declare const createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault: never[];
|
|
1287
1288
|
declare const createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1288
1289
|
declare const createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault: never[];
|
|
@@ -1293,10 +1294,10 @@ declare const CreateFlowDefinitionBody: zod.ZodObject<{
|
|
|
1293
1294
|
schema_uri: zod.ZodOptional<zod.ZodURL>;
|
|
1294
1295
|
flow_definition: zod.ZodObject<{
|
|
1295
1296
|
name: zod.ZodString;
|
|
1296
|
-
status: zod.
|
|
1297
|
+
status: zod.ZodEnum<{
|
|
1297
1298
|
active: "active";
|
|
1298
1299
|
draft: "draft";
|
|
1299
|
-
}
|
|
1300
|
+
}>;
|
|
1300
1301
|
user_schema: zod.ZodURL;
|
|
1301
1302
|
purposes: zod.ZodRecord<zod.ZodString, zod.ZodString>;
|
|
1302
1303
|
audience: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -1370,17 +1371,16 @@ declare const ListFlowDefinitionsQueryParams: zod.ZodObject<{
|
|
|
1370
1371
|
}>>;
|
|
1371
1372
|
}, zod.z.core.$strict>;
|
|
1372
1373
|
declare const listFlowDefinitionsResponseFlowDefinitionsItemNameRegExp: RegExp;
|
|
1373
|
-
declare const listFlowDefinitionsResponseFlowDefinitionsItemStatusDefault = "active";
|
|
1374
1374
|
declare const ListFlowDefinitionsResponse: zod.ZodObject<{
|
|
1375
1375
|
flow_definitions: zod.ZodArray<zod.ZodObject<{
|
|
1376
1376
|
id: zod.ZodString;
|
|
1377
1377
|
name: zod.ZodString;
|
|
1378
1378
|
project_id: zod.ZodString;
|
|
1379
1379
|
schema_uri: zod.ZodOptional<zod.ZodURL>;
|
|
1380
|
-
status: zod.
|
|
1380
|
+
status: zod.ZodEnum<{
|
|
1381
1381
|
active: "active";
|
|
1382
1382
|
draft: "draft";
|
|
1383
|
-
}
|
|
1383
|
+
}>;
|
|
1384
1384
|
created_at: zod.z.ZodISODateTime;
|
|
1385
1385
|
updated_at: zod.z.ZodISODateTime;
|
|
1386
1386
|
}, zod.z.core.$strip>>;
|
|
@@ -1397,9 +1397,7 @@ declare const getFlowDefinitionQueryProjectIdRegExp: RegExp;
|
|
|
1397
1397
|
declare const GetFlowDefinitionQueryParams: zod.ZodObject<{
|
|
1398
1398
|
project_id: zod.ZodString;
|
|
1399
1399
|
}, zod.z.core.$strict>;
|
|
1400
|
-
declare const getFlowDefinitionResponseStatusDefault = "active";
|
|
1401
1400
|
declare const getFlowDefinitionResponseFlowDefinitionNameRegExp: RegExp;
|
|
1402
|
-
declare const getFlowDefinitionResponseFlowDefinitionStatusDefault = "active";
|
|
1403
1401
|
declare const getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault: never[];
|
|
1404
1402
|
declare const getFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1405
1403
|
declare const getFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault: never[];
|
|
@@ -1408,16 +1406,12 @@ declare const getFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefaul
|
|
|
1408
1406
|
declare const GetFlowDefinitionResponse: zod.ZodObject<{
|
|
1409
1407
|
id: zod.ZodString;
|
|
1410
1408
|
project_id: zod.ZodString;
|
|
1411
|
-
status: zod.ZodDefault<zod.ZodEnum<{
|
|
1412
|
-
active: "active";
|
|
1413
|
-
draft: "draft";
|
|
1414
|
-
}>>;
|
|
1415
1409
|
flow_definition: zod.ZodObject<{
|
|
1416
1410
|
name: zod.ZodString;
|
|
1417
|
-
status: zod.
|
|
1411
|
+
status: zod.ZodEnum<{
|
|
1418
1412
|
active: "active";
|
|
1419
1413
|
draft: "draft";
|
|
1420
|
-
}
|
|
1414
|
+
}>;
|
|
1421
1415
|
user_schema: zod.ZodURL;
|
|
1422
1416
|
purposes: zod.ZodRecord<zod.ZodString, zod.ZodString>;
|
|
1423
1417
|
audience: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -1484,7 +1478,6 @@ declare const UpdateFlowDefinitionQueryParams: zod.ZodObject<{
|
|
|
1484
1478
|
project_id: zod.ZodString;
|
|
1485
1479
|
}, zod.z.core.$strict>;
|
|
1486
1480
|
declare const updateFlowDefinitionBodyFlowDefinitionNameRegExp: RegExp;
|
|
1487
|
-
declare const updateFlowDefinitionBodyFlowDefinitionStatusDefault = "active";
|
|
1488
1481
|
declare const updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault: never[];
|
|
1489
1482
|
declare const updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1490
1483
|
declare const updateFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault: never[];
|
|
@@ -1494,10 +1487,10 @@ declare const UpdateFlowDefinitionBody: zod.ZodObject<{
|
|
|
1494
1487
|
schema_uri: zod.ZodOptional<zod.ZodURL>;
|
|
1495
1488
|
flow_definition: zod.ZodObject<{
|
|
1496
1489
|
name: zod.ZodString;
|
|
1497
|
-
status: zod.
|
|
1490
|
+
status: zod.ZodEnum<{
|
|
1498
1491
|
active: "active";
|
|
1499
1492
|
draft: "draft";
|
|
1500
|
-
}
|
|
1493
|
+
}>;
|
|
1501
1494
|
user_schema: zod.ZodURL;
|
|
1502
1495
|
purposes: zod.ZodRecord<zod.ZodString, zod.ZodString>;
|
|
1503
1496
|
audience: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -1548,9 +1541,7 @@ declare const UpdateFlowDefinitionBody: zod.ZodObject<{
|
|
|
1548
1541
|
}, zod.z.core.$strip>>;
|
|
1549
1542
|
}, zod.z.core.$strip>;
|
|
1550
1543
|
}, zod.z.core.$strip>;
|
|
1551
|
-
declare const updateFlowDefinitionResponseStatusDefault = "active";
|
|
1552
1544
|
declare const updateFlowDefinitionResponseFlowDefinitionNameRegExp: RegExp;
|
|
1553
|
-
declare const updateFlowDefinitionResponseFlowDefinitionStatusDefault = "active";
|
|
1554
1545
|
declare const updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault: never[];
|
|
1555
1546
|
declare const updateFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1556
1547
|
declare const updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault: never[];
|
|
@@ -1559,16 +1550,12 @@ declare const updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDef
|
|
|
1559
1550
|
declare const UpdateFlowDefinitionResponse: zod.ZodObject<{
|
|
1560
1551
|
id: zod.ZodString;
|
|
1561
1552
|
project_id: zod.ZodString;
|
|
1562
|
-
status: zod.ZodDefault<zod.ZodEnum<{
|
|
1563
|
-
active: "active";
|
|
1564
|
-
draft: "draft";
|
|
1565
|
-
}>>;
|
|
1566
1553
|
flow_definition: zod.ZodObject<{
|
|
1567
1554
|
name: zod.ZodString;
|
|
1568
|
-
status: zod.
|
|
1555
|
+
status: zod.ZodEnum<{
|
|
1569
1556
|
active: "active";
|
|
1570
1557
|
draft: "draft";
|
|
1571
|
-
}
|
|
1558
|
+
}>;
|
|
1572
1559
|
user_schema: zod.ZodURL;
|
|
1573
1560
|
purposes: zod.ZodRecord<zod.ZodString, zod.ZodString>;
|
|
1574
1561
|
audience: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -1689,5 +1676,5 @@ declare const GetTeamResponse: zod.ZodObject<{
|
|
|
1689
1676
|
updatedAt: zod.z.ZodISODateTime;
|
|
1690
1677
|
}, zod.z.core.$strip>;
|
|
1691
1678
|
//#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,
|
|
1679
|
+
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, 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, 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, updateFlowDefinitionBodyFlowDefinitionNameRegExp, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, updateFlowDefinitionQueryProjectIdRegExp, updateFlowDefinitionResponseFlowDefinitionNameRegExp, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, verifyChallengeProofPathAttemptIdRegExp, verifyChallengeProofPathChallengeIdRegExp, verifyChallengeProofResponseAttemptIdRegExp, verifyChallengeProofResponseChallengesItemChallengeIdRegExp, verifyChallengeProofResponseCompletedFactorsItemPayloadOneUserIdRegExp, verifyChallengeProofResponseProjectIdRegExp, verifyChallengeProofResponseSessionIdOneRegExp, verifyChallengeProofResponseUserIdOneRegExp };
|
|
1693
1680
|
//# 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":";;;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;;;;;;AAAA,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;;;;AAAA,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,4DAAA;AAAA,cACA,wEAAA;AAAA,cACA,6DAAA;AAAA,cACA,2DAAA;AAAA,cACA,kEAAA;AAAA,cAEA,wBAAA,EAAwB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA0MxB,oCAAA;AAAA,cACA,gCAAA;AAAA,cAEA,uCAAA,EAAuC,MAAA;AAAA,cAEvC,8BAAA,EAA8B,GAAA,CAAA,SAAA;;;;;;;;;;;;;cAuB9B,wDAAA,EAAwD,MAAA;AAAA,cAIxD,2BAAA,EAA2B,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cA4C3B,uBAAA,EAAuB,GAAA,CAAA,SAAA;;;cAIvB,qCAAA,EAAqC,MAAA;AAAA,cAErC,4BAAA,EAA4B,GAAA,CAAA,SAAA;;;cAO5B,iDAAA,EAAiD,MAAA;AAAA,cACjD,6DAAA;AAAA,cACA,yEAAA;AAAA,cACA,8DAAA;AAAA,cACA,4DAAA;AAAA,cACA,mEAAA;AAAA,cAEA,yBAAA,EAAyB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA9jFtC;;;;cAiwFa,0BAAA,EAA0B,GAAA,CAAA,SAAA;;;cAI1B,wCAAA,EAAwC,MAAA;AAAA,cAExC,+BAAA,EAA+B,GAAA,CAAA,SAAA;;;cAO/B,gDAAA,EAAgD,MAAA;AAAA,cAChD,4DAAA;AAAA,cACA,wEAAA;AAAA,cACA,6DAAA;AAAA,cACA,2DAAA;AAAA,cACA,kEAAA;AAAA,cAEA,wBAAA,EAAwB,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiMxB,oDAAA,EAAoD,MAAA;AAAA,cAGpD,gEAAA;AAAA,cACA,4EAAA;AAAA,cACA,iEAAA;AAAA,cACA,+DAAA;AAAA,cACA,sEAAA;AAAA,cAEA,4BAAA,EAA4B,GAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAoM5B,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"}
|
|
@@ -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")
|
|
@@ -1208,7 +1208,6 @@ Flow definitions are created based on the flow definition schema, which includes
|
|
|
1208
1208
|
*/
|
|
1209
1209
|
const createFlowDefinitionBodyProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
1210
1210
|
const createFlowDefinitionBodyFlowDefinitionNameRegExp = /* @__PURE__ */ new RegExp("^[a-z][a-z0-9-]*$");
|
|
1211
|
-
const createFlowDefinitionBodyFlowDefinitionStatusDefault = `active`;
|
|
1212
1211
|
const createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault = [];
|
|
1213
1212
|
const createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1214
1213
|
const createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault = [];
|
|
@@ -1219,7 +1218,7 @@ const CreateFlowDefinitionBody = zod.object({
|
|
|
1219
1218
|
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
1219
|
flow_definition: zod.object({
|
|
1221
1220
|
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"]).
|
|
1221
|
+
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"),
|
|
1223
1222
|
user_schema: zod.url().describe("User schema this flow operates on. Step `fields` reference properties\ndefined in this schema. The engine resolves field types, validation,\nand implicit outcomes from schema annotations at runtime.\n"),
|
|
1224
1223
|
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
1224
|
audience: zod.object({
|
|
@@ -1283,14 +1282,13 @@ const ListFlowDefinitionsQueryParams = zod.strictObject({
|
|
|
1283
1282
|
]).optional().describe("Filter flow definitions by purpose (e.g., registration, login).")
|
|
1284
1283
|
});
|
|
1285
1284
|
const listFlowDefinitionsResponseFlowDefinitionsItemNameRegExp = /* @__PURE__ */ new RegExp("^[a-z][a-z0-9-]*$");
|
|
1286
|
-
const listFlowDefinitionsResponseFlowDefinitionsItemStatusDefault = `active`;
|
|
1287
1285
|
const ListFlowDefinitionsResponse = zod.object({
|
|
1288
1286
|
flow_definitions: zod.array(zod.object({
|
|
1289
1287
|
id: zod.string().describe("Unique identifier for the created flow definition."),
|
|
1290
1288
|
name: zod.string().regex(listFlowDefinitionsResponseFlowDefinitionsItemNameRegExp).describe("Stable identifier for this flow (echoed from the request).\n"),
|
|
1291
1289
|
project_id: zod.string().describe("Identifier of the project this flow definition belongs to."),
|
|
1292
1290
|
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"]).
|
|
1291
|
+
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
1292
|
created_at: zod.iso.datetime({ offset: true }).describe("Timestamp when the flow definition was created."),
|
|
1295
1293
|
updated_at: zod.iso.datetime({ offset: true }).describe("Timestamp when the flow definition was last updated.")
|
|
1296
1294
|
}).describe("Response object for a flow definition after creation.\n")),
|
|
@@ -1303,9 +1301,7 @@ const ListFlowDefinitionsResponse = zod.object({
|
|
|
1303
1301
|
const GetFlowDefinitionParams = zod.object({ id: zod.string().describe("The id returned by the POST /flow_definitions endpoint.\n") });
|
|
1304
1302
|
const getFlowDefinitionQueryProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
1305
1303
|
const GetFlowDefinitionQueryParams = zod.strictObject({ project_id: zod.string().regex(getFlowDefinitionQueryProjectIdRegExp).describe("The project id to filter by.") });
|
|
1306
|
-
const getFlowDefinitionResponseStatusDefault = `active`;
|
|
1307
1304
|
const getFlowDefinitionResponseFlowDefinitionNameRegExp = /* @__PURE__ */ new RegExp("^[a-z][a-z0-9-]*$");
|
|
1308
|
-
const getFlowDefinitionResponseFlowDefinitionStatusDefault = `active`;
|
|
1309
1305
|
const getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault = [];
|
|
1310
1306
|
const getFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1311
1307
|
const getFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault = [];
|
|
@@ -1314,10 +1310,9 @@ const getFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault = [];
|
|
|
1314
1310
|
const GetFlowDefinitionResponse = zod.object({
|
|
1315
1311
|
id: zod.string().describe("Unique identifier for the flow definition."),
|
|
1316
1312
|
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
1313
|
flow_definition: zod.object({
|
|
1319
1314
|
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"]).
|
|
1315
|
+
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"),
|
|
1321
1316
|
user_schema: zod.url().describe("User schema this flow operates on. Step `fields` reference properties\ndefined in this schema. The engine resolves field types, validation,\nand implicit outcomes from schema annotations at runtime.\n"),
|
|
1322
1317
|
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
1318
|
audience: zod.object({
|
|
@@ -1370,7 +1365,6 @@ const UpdateFlowDefinitionParams = zod.object({ id: zod.string().describe("The i
|
|
|
1370
1365
|
const updateFlowDefinitionQueryProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
1371
1366
|
const UpdateFlowDefinitionQueryParams = zod.strictObject({ project_id: zod.string().regex(updateFlowDefinitionQueryProjectIdRegExp).describe("The project id to filter by.") });
|
|
1372
1367
|
const updateFlowDefinitionBodyFlowDefinitionNameRegExp = /* @__PURE__ */ new RegExp("^[a-z][a-z0-9-]*$");
|
|
1373
|
-
const updateFlowDefinitionBodyFlowDefinitionStatusDefault = `active`;
|
|
1374
1368
|
const updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault = [];
|
|
1375
1369
|
const updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1376
1370
|
const updateFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault = [];
|
|
@@ -1380,7 +1374,7 @@ const UpdateFlowDefinitionBody = zod.object({
|
|
|
1380
1374
|
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
1375
|
flow_definition: zod.object({
|
|
1382
1376
|
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"]).
|
|
1377
|
+
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"),
|
|
1384
1378
|
user_schema: zod.url().describe("User schema this flow operates on. Step `fields` reference properties\ndefined in this schema. The engine resolves field types, validation,\nand implicit outcomes from schema annotations at runtime.\n"),
|
|
1385
1379
|
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
1380
|
audience: zod.object({
|
|
@@ -1420,10 +1414,8 @@ const UpdateFlowDefinitionBody = zod.object({
|
|
|
1420
1414
|
})).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
1415
|
}).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
1416
|
}).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`;
|
|
1417
|
+
}).describe("Replaces the existing flow definition.\n");
|
|
1425
1418
|
const updateFlowDefinitionResponseFlowDefinitionNameRegExp = /* @__PURE__ */ new RegExp("^[a-z][a-z0-9-]*$");
|
|
1426
|
-
const updateFlowDefinitionResponseFlowDefinitionStatusDefault = `active`;
|
|
1427
1419
|
const updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault = [];
|
|
1428
1420
|
const updateFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault = false;
|
|
1429
1421
|
const updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault = [];
|
|
@@ -1432,10 +1424,9 @@ const updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault = [
|
|
|
1432
1424
|
const UpdateFlowDefinitionResponse = zod.object({
|
|
1433
1425
|
id: zod.string().describe("Unique identifier for the flow definition."),
|
|
1434
1426
|
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
1427
|
flow_definition: zod.object({
|
|
1437
1428
|
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"]).
|
|
1429
|
+
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"),
|
|
1439
1430
|
user_schema: zod.url().describe("User schema this flow operates on. Step `fields` reference properties\ndefined in this schema. The engine resolves field types, validation,\nand implicit outcomes from schema annotations at runtime.\n"),
|
|
1440
1431
|
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
1432
|
audience: zod.object({
|
|
@@ -1528,6 +1519,6 @@ const GetTeamResponse = zod.object({
|
|
|
1528
1519
|
updatedAt: zod.iso.datetime({ offset: true }).describe("The time when the team was last updated.")
|
|
1529
1520
|
}).describe("The current state of a team.");
|
|
1530
1521
|
//#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,
|
|
1522
|
+
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, 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, 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, updateFlowDefinitionBodyFlowDefinitionNameRegExp, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, updateFlowDefinitionQueryProjectIdRegExp, updateFlowDefinitionResponseFlowDefinitionNameRegExp, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, verifyChallengeProofPathAttemptIdRegExp, verifyChallengeProofPathChallengeIdRegExp, verifyChallengeProofResponseAttemptIdRegExp, verifyChallengeProofResponseChallengesItemChallengeIdRegExp, verifyChallengeProofResponseCompletedFactorsItemPayloadOneUserIdRegExp, verifyChallengeProofResponseProjectIdRegExp, verifyChallengeProofResponseSessionIdOneRegExp, verifyChallengeProofResponseUserIdOneRegExp };
|
|
1532
1523
|
|
|
1533
1524
|
//# sourceMappingURL=zitadelNextGen.zod.mjs.map
|