@zitadel/api 0.1.0-alpha.0 → 0.1.0-alpha.2
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.d.ts +17 -7
- package/dist/generated/endpoints/zitadelNextGen.d.ts.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.mjs +69 -16
- package/dist/generated/endpoints/zitadelNextGen.mjs.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.msw.d.mts +8 -5
- package/dist/generated/endpoints/zitadelNextGen.msw.d.mts.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.msw.d.ts +7 -4
- package/dist/generated/endpoints/zitadelNextGen.msw.d.ts.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.msw.mjs +248 -228
- package/dist/generated/endpoints/zitadelNextGen.msw.mjs.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.zod.d.mts +139 -108
- package/dist/generated/endpoints/zitadelNextGen.zod.d.mts.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.zod.d.ts +134 -103
- package/dist/generated/endpoints/zitadelNextGen.zod.d.ts.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.zod.mjs +104 -83
- package/dist/generated/endpoints/zitadelNextGen.zod.mjs.map +1 -1
- package/dist/generated/model/createFlowDefinition201.d.ts +11 -144
- package/dist/generated/model/createFlowDefinition201.d.ts.map +1 -1
- package/dist/generated/model/createFlowDefinition201FlowDefinition.d.ts +56 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinition.d.ts.map +1 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionAudience.d.ts +21 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionAudience.d.ts.map +1 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItem.d.ts +71 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItem.d.ts.map +1 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemActions.d.ts +29 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemActions.d.ts.map +1 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemComplete.d.ts +19 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemComplete.d.ts.map +1 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemGates.d.ts +35 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemGates.d.ts.map +1 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemGatesConfig.d.ts +16 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemGatesConfig.d.ts.map +1 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemGatesKind.d.ts +18 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemGatesKind.d.ts.map +1 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemOnSuccess.d.ts +19 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemOnSuccess.d.ts.map +1 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemSsoProvidersItem.d.ts +19 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemSsoProvidersItem.d.ts.map +1 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemTransitions.d.ts +35 -0
- package/dist/generated/model/createFlowDefinition201FlowDefinitionStepsItemTransitions.d.ts.map +1 -0
- package/dist/generated/model/deleteFlowDefinitionParams.d.ts +15 -0
- package/dist/generated/model/deleteFlowDefinitionParams.d.ts.map +1 -0
- package/dist/generated/model/getFlowDefinition200.d.ts +11 -144
- package/dist/generated/model/getFlowDefinition200.d.ts.map +1 -1
- package/dist/generated/model/getFlowDefinition200FlowDefinition.d.ts +56 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinition.d.ts.map +1 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionAudience.d.ts +21 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionAudience.d.ts.map +1 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItem.d.ts +71 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItem.d.ts.map +1 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemActions.d.ts +29 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemActions.d.ts.map +1 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemComplete.d.ts +19 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemComplete.d.ts.map +1 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemGates.d.ts +35 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemGates.d.ts.map +1 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemGatesConfig.d.ts +16 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemGatesConfig.d.ts.map +1 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemGatesKind.d.ts +18 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemGatesKind.d.ts.map +1 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemOnSuccess.d.ts +19 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemOnSuccess.d.ts.map +1 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem.d.ts +19 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem.d.ts.map +1 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemTransitions.d.ts +35 -0
- package/dist/generated/model/getFlowDefinition200FlowDefinitionStepsItemTransitions.d.ts.map +1 -0
- package/dist/generated/model/getFlowDefinitionParams.d.ts +15 -0
- package/dist/generated/model/getFlowDefinitionParams.d.ts.map +1 -0
- package/dist/generated/model/getMyUser200.d.ts +11 -0
- package/dist/generated/model/getMyUser200.d.ts.map +1 -0
- package/dist/generated/model/{getFlowDefinition404.d.ts → getMyUser401.d.ts} +4 -4
- package/dist/generated/model/getMyUser401.d.ts.map +1 -0
- package/dist/generated/model/{getFlowDefinition404Details.d.ts → getMyUser401Details.d.ts} +2 -2
- package/dist/generated/model/getMyUser401Details.d.ts.map +1 -0
- package/dist/generated/model/getMyUser404.d.ts +26 -0
- package/dist/generated/model/getMyUser404.d.ts.map +1 -0
- package/dist/generated/model/{deleteFlowDefinition404.d.ts → getMyUserDefault.d.ts} +4 -4
- package/dist/generated/model/getMyUserDefault.d.ts.map +1 -0
- package/dist/generated/model/{deleteFlowDefinition404Details.d.ts → getMyUserDefaultDetails.d.ts} +2 -2
- package/dist/generated/model/getMyUserDefaultDetails.d.ts.map +1 -0
- package/dist/generated/model/index.d.mts +2 -2
- package/dist/generated/model/index.d.ts +52 -4
- package/dist/generated/model/index.d.ts.map +1 -1
- package/dist/generated/model/index.mjs +37 -1
- package/dist/generated/model/index.mjs.map +1 -1
- package/dist/generated/model/listFlowDefinitions200FlowDefinitionsItem.d.ts +1 -1
- package/dist/generated/model/listFlowDefinitions200FlowDefinitionsItem.d.ts.map +1 -1
- package/dist/generated/model/listFlowDefinitionsParams.d.ts +1 -1
- package/dist/generated/model/setUserPassword400.d.ts +20 -0
- package/dist/generated/model/setUserPassword400.d.ts.map +1 -0
- package/dist/generated/model/setUserPassword400Details.d.ts +14 -0
- package/dist/generated/model/setUserPassword400Details.d.ts.map +1 -0
- package/dist/generated/model/setUserPassword404.d.ts +20 -0
- package/dist/generated/model/setUserPassword404.d.ts.map +1 -0
- package/dist/generated/model/setUserPassword404Details.d.ts +14 -0
- package/dist/generated/model/setUserPassword404Details.d.ts.map +1 -0
- package/dist/generated/model/setUserPassword500.d.ts +20 -0
- package/dist/generated/model/setUserPassword500.d.ts.map +1 -0
- package/dist/generated/model/setUserPassword500Details.d.ts +14 -0
- package/dist/generated/model/setUserPassword500Details.d.ts.map +1 -0
- package/dist/generated/model/setUserPasswordBody.d.ts +19 -0
- package/dist/generated/model/setUserPasswordBody.d.ts.map +1 -0
- package/dist/generated/model/setUserPasswordDefault.d.ts +20 -0
- package/dist/generated/model/setUserPasswordDefault.d.ts.map +1 -0
- package/dist/generated/model/setUserPasswordDefaultDetails.d.ts +14 -0
- package/dist/generated/model/setUserPasswordDefaultDetails.d.ts.map +1 -0
- package/dist/generated/model/setUserPasswordParams.d.ts +15 -0
- package/dist/generated/model/setUserPasswordParams.d.ts.map +1 -0
- package/dist/generated/model/updateFlowDefinition200.d.ts +11 -144
- package/dist/generated/model/updateFlowDefinition200.d.ts.map +1 -1
- package/dist/generated/model/updateFlowDefinition200FlowDefinition.d.ts +56 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinition.d.ts.map +1 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionAudience.d.ts +21 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionAudience.d.ts.map +1 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItem.d.ts +71 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItem.d.ts.map +1 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActions.d.ts +29 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActions.d.ts.map +1 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemComplete.d.ts +19 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemComplete.d.ts.map +1 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGates.d.ts +35 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGates.d.ts.map +1 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGatesConfig.d.ts +16 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGatesConfig.d.ts.map +1 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGatesKind.d.ts +18 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGatesKind.d.ts.map +1 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemOnSuccess.d.ts +19 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemOnSuccess.d.ts.map +1 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem.d.ts +19 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem.d.ts.map +1 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemTransitions.d.ts +35 -0
- package/dist/generated/model/updateFlowDefinition200FlowDefinitionStepsItemTransitions.d.ts.map +1 -0
- package/dist/generated/model/updateFlowDefinitionParams.d.ts +15 -0
- package/dist/generated/model/updateFlowDefinitionParams.d.ts.map +1 -0
- package/dist/{index-DlEenfQJ.d.mts → index-DyBulyp9.d.mts} +1685 -938
- package/dist/index-DyBulyp9.d.mts.map +1 -0
- package/dist/runtime/api-factory.d.mts +1 -1
- package/dist/runtime/config.d.mts +6 -3
- package/dist/runtime/config.d.mts.map +1 -1
- package/dist/runtime/config.d.ts +6 -3
- package/dist/runtime/config.d.ts.map +1 -1
- package/dist/runtime/config.mjs +42 -11
- package/dist/runtime/config.mjs.map +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/dist/{zitadelNextGen-C-fBEgnH.d.mts → zitadelNextGen-D6pDH5nq.d.mts} +20 -10
- package/dist/zitadelNextGen-D6pDH5nq.d.mts.map +1 -0
- package/package.json +1 -1
- package/src/generated/endpoints/zitadelNextGen.msw.ts +82 -34
- package/src/generated/endpoints/zitadelNextGen.ts +111 -16
- package/src/generated/endpoints/zitadelNextGen.zod.ts +443 -384
- package/src/generated/model/createFlowDefinition201.ts +11 -144
- package/src/generated/model/createFlowDefinition201FlowDefinition.ts +58 -0
- package/src/generated/model/createFlowDefinition201FlowDefinitionAudience.ts +21 -0
- package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItem.ts +71 -0
- package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemActions.ts +29 -0
- package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemComplete.ts +21 -0
- package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemGates.ts +35 -0
- package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemGatesConfig.ts +14 -0
- package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemGatesKind.ts +20 -0
- package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemOnSuccess.ts +21 -0
- package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemSsoProvidersItem.ts +19 -0
- package/src/generated/model/createFlowDefinition201FlowDefinitionStepsItemTransitions.ts +35 -0
- package/src/generated/model/deleteFlowDefinitionParams.ts +15 -0
- package/src/generated/model/getFlowDefinition200.ts +11 -144
- package/src/generated/model/getFlowDefinition200FlowDefinition.ts +58 -0
- package/src/generated/model/getFlowDefinition200FlowDefinitionAudience.ts +21 -0
- package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItem.ts +71 -0
- package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemActions.ts +29 -0
- package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemComplete.ts +21 -0
- package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemGates.ts +35 -0
- package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemGatesConfig.ts +14 -0
- package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemGatesKind.ts +20 -0
- package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemOnSuccess.ts +21 -0
- package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem.ts +19 -0
- package/src/generated/model/getFlowDefinition200FlowDefinitionStepsItemTransitions.ts +35 -0
- package/src/generated/model/getFlowDefinitionParams.ts +15 -0
- package/src/generated/model/getMyUser200.ts +9 -0
- package/src/generated/model/{getFlowDefinition404.ts → getMyUser401.ts} +3 -3
- package/src/generated/model/{getFlowDefinition404Details.ts → getMyUser401Details.ts} +1 -1
- package/src/generated/model/getMyUser404.ts +24 -0
- package/src/generated/model/{deleteFlowDefinition404.ts → getMyUserDefault.ts} +3 -3
- package/src/generated/model/{deleteFlowDefinition404Details.ts → getMyUserDefaultDetails.ts} +1 -1
- package/src/generated/model/index.ts +52 -4
- package/src/generated/model/listFlowDefinitions200FlowDefinitionsItem.ts +1 -1
- package/src/generated/model/listFlowDefinitionsParams.ts +1 -1
- package/src/generated/model/setUserPassword400.ts +20 -0
- package/src/generated/model/setUserPassword400Details.ts +12 -0
- package/src/generated/model/setUserPassword404.ts +20 -0
- package/src/generated/model/setUserPassword404Details.ts +12 -0
- package/src/generated/model/setUserPassword500.ts +20 -0
- package/src/generated/model/setUserPassword500Details.ts +12 -0
- package/src/generated/model/setUserPasswordBody.ts +19 -0
- package/src/generated/model/setUserPasswordDefault.ts +20 -0
- package/src/generated/model/setUserPasswordDefaultDetails.ts +12 -0
- package/src/generated/model/setUserPasswordParams.ts +15 -0
- package/src/generated/model/updateFlowDefinition200.ts +11 -144
- package/src/generated/model/updateFlowDefinition200FlowDefinition.ts +58 -0
- package/src/generated/model/updateFlowDefinition200FlowDefinitionAudience.ts +21 -0
- package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItem.ts +71 -0
- package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemActions.ts +29 -0
- package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemComplete.ts +21 -0
- package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGates.ts +35 -0
- package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGatesConfig.ts +14 -0
- package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemGatesKind.ts +20 -0
- package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemOnSuccess.ts +21 -0
- package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem.ts +19 -0
- package/src/generated/model/updateFlowDefinition200FlowDefinitionStepsItemTransitions.ts +35 -0
- package/src/generated/model/updateFlowDefinitionParams.ts +15 -0
- package/src/runtime/config.spec.ts +41 -0
- package/src/runtime/config.ts +46 -18
- package/dist/generated/model/deleteFlowDefinition404.d.ts.map +0 -1
- package/dist/generated/model/deleteFlowDefinition404Details.d.ts.map +0 -1
- package/dist/generated/model/getFlowDefinition404.d.ts.map +0 -1
- package/dist/generated/model/getFlowDefinition404Details.d.ts.map +0 -1
- package/dist/index-DlEenfQJ.d.mts.map +0 -1
- package/dist/zitadelNextGen-C-fBEgnH.d.mts.map +0 -1
|
@@ -212,6 +212,21 @@ const GetUserByIDQueryParams = zod.strictObject({
|
|
|
212
212
|
});
|
|
213
213
|
const GetUserByIDResponse = zod.record(zod.string(), zod.unknown());
|
|
214
214
|
/**
|
|
215
|
+
* @summary Set user password
|
|
216
|
+
*/
|
|
217
|
+
const setUserPasswordPathUserIdRegExp = /* @__PURE__ */ new RegExp("^user_[a-zA-Z0-9_-]+$");
|
|
218
|
+
const SetUserPasswordParams = zod.object({ user_id: zod.string().regex(setUserPasswordPathUserIdRegExp) });
|
|
219
|
+
const setUserPasswordQueryProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
220
|
+
const SetUserPasswordQueryParams = zod.strictObject({ project_id: zod.string().regex(setUserPasswordQueryProjectIdRegExp).describe("The unique identifier of the project") });
|
|
221
|
+
const SetUserPasswordBody = zod.object({
|
|
222
|
+
password: zod.string().describe("The new password for the user."),
|
|
223
|
+
isChangeRequired: zod.boolean().optional().describe("Whether the user is required to change their password on the next login.\nIf not provided, it will default to false.\n")
|
|
224
|
+
}).describe("Request to update the user's password.");
|
|
225
|
+
/**
|
|
226
|
+
* @summary Get my user information
|
|
227
|
+
*/
|
|
228
|
+
const GetMyUserResponse = zod.record(zod.string(), zod.unknown());
|
|
229
|
+
/**
|
|
215
230
|
* Resolves a flow definition based on purpose + audience context and returns
|
|
216
231
|
the first capability step. Creates a new session implicitly unless
|
|
217
232
|
`session_id` is provided (for step-up / reauth on an existing session).
|
|
@@ -1221,7 +1236,7 @@ const listFlowDefinitionsQueryProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-
|
|
|
1221
1236
|
const ListFlowDefinitionsQueryParams = zod.strictObject({
|
|
1222
1237
|
limit: zod.number().min(1).max(100).default(20).describe("Maximum number of items to return."),
|
|
1223
1238
|
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"),
|
|
1224
|
-
project_id: zod.string().regex(listFlowDefinitionsQueryProjectIdRegExp).describe("The
|
|
1239
|
+
project_id: zod.string().regex(listFlowDefinitionsQueryProjectIdRegExp).describe("The project id to filter by."),
|
|
1225
1240
|
purpose: zod.enum([
|
|
1226
1241
|
"login",
|
|
1227
1242
|
"register",
|
|
@@ -1237,7 +1252,7 @@ const ListFlowDefinitionsResponse = zod.object({
|
|
|
1237
1252
|
id: zod.string().describe("Unique identifier for the created flow definition."),
|
|
1238
1253
|
name: zod.string().regex(listFlowDefinitionsResponseFlowDefinitionsItemNameRegExp).describe("Stable identifier for this flow (echoed from the request).\n"),
|
|
1239
1254
|
project_id: zod.string().describe("Identifier of the project this flow definition belongs to."),
|
|
1240
|
-
schema_uri: zod.url().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"),
|
|
1255
|
+
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"),
|
|
1241
1256
|
status: zod.string().describe("Status of the flow definition."),
|
|
1242
1257
|
created_at: zod.iso.datetime({ offset: true }).describe("Timestamp when the flow definition was created."),
|
|
1243
1258
|
updated_at: zod.iso.datetime({ offset: true }).describe("Timestamp when the flow definition was last updated.")
|
|
@@ -1249,57 +1264,61 @@ const ListFlowDefinitionsResponse = zod.object({
|
|
|
1249
1264
|
* @summary Get a flow definition by id
|
|
1250
1265
|
*/
|
|
1251
1266
|
const GetFlowDefinitionParams = zod.object({ id: zod.string().describe("The id returned by the POST /flow_definitions endpoint.\n") });
|
|
1252
|
-
const
|
|
1253
|
-
const
|
|
1254
|
-
const
|
|
1255
|
-
const
|
|
1256
|
-
const
|
|
1257
|
-
const
|
|
1267
|
+
const getFlowDefinitionQueryProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
1268
|
+
const GetFlowDefinitionQueryParams = zod.strictObject({ project_id: zod.string().regex(getFlowDefinitionQueryProjectIdRegExp).describe("The project id to filter by.") });
|
|
1269
|
+
const getFlowDefinitionResponseFlowDefinitionNameRegExp = /* @__PURE__ */ new RegExp("^[a-z][a-z0-9-]*$");
|
|
1270
|
+
const getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault = [];
|
|
1271
|
+
const getFlowDefinitionResponseFlowDefinitionStepsItemActionsPrimaryDefault = false;
|
|
1272
|
+
const getFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault = {};
|
|
1273
|
+
const getFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault = {};
|
|
1274
|
+
const getFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault = [];
|
|
1258
1275
|
const GetFlowDefinitionResponse = zod.object({
|
|
1259
|
-
name: zod.string().regex(getFlowDefinitionResponseOneNameRegExp).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"),
|
|
1260
|
-
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"),
|
|
1261
|
-
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"),
|
|
1262
|
-
audience: zod.object({
|
|
1263
|
-
team_ids: zod.array(zod.string()).optional().describe("Restrict to specific teams (organizations). Empty means no team restriction."),
|
|
1264
|
-
app_ids: zod.array(zod.string()).optional().describe("Restrict to specific applications. Empty means no app restriction.")
|
|
1265
|
-
}).optional().describe("Scopes which teams or apps this flow definition applies to. Empty or\nomitted fields mean \"no restriction\"; when both are empty the definition\nmatches every request in the project. The engine picks the most specific\nmatching definition: app > team > project-wide.\n"),
|
|
1266
|
-
steps: zod.array(zod.object({
|
|
1267
|
-
name: zod.string().describe("Unique step identifier within this flow. Used as transition targets\nand returned in the API response as `step.name`.\n"),
|
|
1268
|
-
fields: zod.array(zod.string()).default(getFlowDefinitionResponseOneStepsItemFieldsDefault).describe("Schema property names to collect from the user. Each entry references\na property in the flow's user schema. The engine resolves field type,\nvalidation rules, and implicit outcomes from schema annotations\n(e.g. a property with `x-unique` set implies a `user_not_found`\ntransition outcome).\n"),
|
|
1269
|
-
actions: zod.record(zod.string(), zod.object({
|
|
1270
|
-
primary: zod.boolean().default(false).describe("Marks this as the default/primary action. The runtime template uses\nthis hint to choose visual emphasis. At most one action per step\nshould be primary; this is not enforced here.\n"),
|
|
1271
|
-
text_key: zod.string().optional().describe("Optional localization key override for the action's label. When\nomitted, the engine derives a key from the step and action names.\nDisplay text is resolved client-side from a locale dictionary, never\nby the engine.\n")
|
|
1272
|
-
}).describe("Configuration for a user-invokable action on a step. Keyed by action name\nin the parent dictionary. The action name is sent back in the submit\nrequest as `action`.\n")).default(getFlowDefinitionResponseOneStepsItemActionsDefault).describe("Actions the user can take. Keyed by action name.\nThe action name is what the frontend sends back in the submit request.\nIf omitted, the engine provides a default `submit` action.\n"),
|
|
1273
|
-
gates: zod.record(zod.string(), zod.object({
|
|
1274
|
-
kind: zod.enum(["captcha"]).describe("The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n"),
|
|
1275
|
-
provider: zod.string().describe("Provider identifier within the gate kind — e.g. `altcha`, `turnstile`,\n`hcaptcha`. The engine looks up an implementation in its provider\nregistry.\n"),
|
|
1276
|
-
config: zod.record(zod.string(), zod.unknown()).optional().describe("Provider-specific configuration consumed by the implementation when\nissuing the per-render challenge. Opaque to the engine.\n")
|
|
1277
|
-
}).describe("A security challenge that must be satisfied before this step's submission\nis accepted. The engine may also inject gates at runtime based on policy\nor risk evaluation.\n")).default(getFlowDefinitionResponseOneStepsItemGatesDefault).describe("Security gates that must be satisfied before submission. Keyed by gate\nname. Each gate selects a kind (e.g. \"captcha\") and provider-specific\nconfiguration. The engine may also inject gates dynamically based on\npolicy.\n"),
|
|
1278
|
-
sso_providers: zod.array(zod.object({
|
|
1279
|
-
id: zod.string().describe("Provider instance identifier."),
|
|
1280
|
-
name: zod.string().describe("Display name for the provider."),
|
|
1281
|
-
template: zod.string().describe("Template hint for rendering (logo, colors).")
|
|
1282
|
-
}).describe("An available SSO identity provider.")).default(getFlowDefinitionResponseOneStepsItemSsoProvidersDefault).describe("Available SSO identity providers for this step."),
|
|
1283
|
-
on_success: zod.enum(["create_user"]).optional().describe("Server-side mutation to execute when this step completes successfully.\nRuns after field validation passes, before the transition fires.\n\n- create_user: creates the user record (registration flows)\n"),
|
|
1284
|
-
complete: zod.enum(["redirect", "show"]).optional().describe("Marks this as a terminal step. Tells the frontend what to do:\n- redirect: navigate to redirect_uri (OIDC/SAML callback done)\n- show: render as a success/info screen\n"),
|
|
1285
|
-
transitions: zod.record(zod.string(), zod.object({
|
|
1286
|
-
target: zod.string().describe("Step name within this flow (when `action` is null), or the name\nof another flow (when `action` is `switch` or `pivot`).\n"),
|
|
1287
|
-
action: zod.union([zod.enum(["switch", "pivot"]), zod.null()]).optional().describe("How to interpret `target`:\n- null (omitted): transition to a step in the current flow.\n- switch: replace the current flow with the target flow.\n No return — the current flow is discarded.\n Example: login ↔ register.\n- pivot: push the target flow onto the stack. The current flow\n is paused and resumes when the target flow completes (auto-pop).\n Example: login → recovery → back to login.\n")
|
|
1288
|
-
})).optional().describe("Maps action/outcome names to their transition descriptor.\n\nKeys match action names from the `actions` dict. 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")
|
|
1289
|
-
}).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")
|
|
1290
|
-
}).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").and(zod.object({
|
|
1291
1276
|
id: zod.string().describe("Unique identifier for the flow definition."),
|
|
1292
1277
|
project_id: zod.string().describe("Identifier of the project this flow definition belongs to."),
|
|
1293
|
-
schema_uri: zod.url().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"),
|
|
1294
1278
|
status: zod.string().describe("Status of the flow definition."),
|
|
1279
|
+
flow_definition: zod.object({
|
|
1280
|
+
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"),
|
|
1281
|
+
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"),
|
|
1282
|
+
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"),
|
|
1283
|
+
audience: zod.object({
|
|
1284
|
+
team_ids: zod.array(zod.string()).optional().describe("Restrict to specific teams (organizations). Empty means no team restriction."),
|
|
1285
|
+
app_ids: zod.array(zod.string()).optional().describe("Restrict to specific applications. Empty means no app restriction.")
|
|
1286
|
+
}).optional().describe("Scopes which teams or apps this flow definition applies to. Empty or\nomitted fields mean \"no restriction\"; when both are empty the definition\nmatches every request in the project. The engine picks the most specific\nmatching definition: app > team > project-wide.\n"),
|
|
1287
|
+
steps: zod.array(zod.object({
|
|
1288
|
+
name: zod.string().describe("Unique step identifier within this flow. Used as transition targets\nand returned in the API response as `step.name`.\n"),
|
|
1289
|
+
fields: zod.array(zod.string()).default(getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault).describe("Schema property names to collect from the user. Each entry references\na property in the flow's user schema. The engine resolves field type,\nvalidation rules, and implicit outcomes from schema annotations\n(e.g. a property with `x-unique` set implies a `user_not_found`\ntransition outcome).\n"),
|
|
1290
|
+
actions: zod.record(zod.string(), zod.object({
|
|
1291
|
+
primary: zod.boolean().default(false).describe("Marks this as the default/primary action. The runtime template uses\nthis hint to choose visual emphasis. At most one action per step\nshould be primary; this is not enforced here.\n"),
|
|
1292
|
+
text_key: zod.string().optional().describe("Optional localization key override for the action's label. When\nomitted, the engine derives a key from the step and action names.\nDisplay text is resolved client-side from a locale dictionary, never\nby the engine.\n")
|
|
1293
|
+
}).describe("Configuration for a user-invokable action on a step. Keyed by action name\nin the parent dictionary. The action name is sent back in the submit\nrequest as `action`.\n")).default(getFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault).describe("Actions the user can take. Keyed by action name.\nThe action name is what the frontend sends back in the submit request.\nIf omitted, the engine provides a default `submit` action.\n"),
|
|
1294
|
+
gates: zod.record(zod.string(), zod.object({
|
|
1295
|
+
kind: zod.enum(["captcha"]).describe("The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n"),
|
|
1296
|
+
provider: zod.string().describe("Provider identifier within the gate kind — e.g. `altcha`, `turnstile`,\n`hcaptcha`. The engine looks up an implementation in its provider\nregistry.\n"),
|
|
1297
|
+
config: zod.record(zod.string(), zod.unknown()).optional().describe("Provider-specific configuration consumed by the implementation when\nissuing the per-render challenge. Opaque to the engine.\n")
|
|
1298
|
+
}).describe("A security challenge that must be satisfied before this step's submission\nis accepted. The engine may also inject gates at runtime based on policy\nor risk evaluation.\n")).default(getFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault).describe("Security gates that must be satisfied before submission. Keyed by gate\nname. Each gate selects a kind (e.g. \"captcha\") and provider-specific\nconfiguration. The engine may also inject gates dynamically based on\npolicy.\n"),
|
|
1299
|
+
sso_providers: zod.array(zod.object({
|
|
1300
|
+
id: zod.string().describe("Provider instance identifier."),
|
|
1301
|
+
name: zod.string().describe("Display name for the provider."),
|
|
1302
|
+
template: zod.string().describe("Template hint for rendering (logo, colors).")
|
|
1303
|
+
}).describe("An available SSO identity provider.")).default(getFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault).describe("Available SSO identity providers for this step."),
|
|
1304
|
+
on_success: zod.enum(["create_user"]).optional().describe("Server-side mutation to execute when this step completes successfully.\nRuns after field validation passes, before the transition fires.\n\n- create_user: creates the user record (registration flows)\n"),
|
|
1305
|
+
complete: zod.enum(["redirect", "show"]).optional().describe("Marks this as a terminal step. Tells the frontend what to do:\n- redirect: navigate to redirect_uri (OIDC/SAML callback done)\n- show: render as a success/info screen\n"),
|
|
1306
|
+
transitions: zod.record(zod.string(), zod.object({
|
|
1307
|
+
target: zod.string().describe("Step name within this flow (when `action` is null), or the name\nof another flow (when `action` is `switch` or `pivot`).\n"),
|
|
1308
|
+
action: zod.union([zod.enum(["switch", "pivot"]), zod.null()]).optional().describe("How to interpret `target`:\n- null (omitted): transition to a step in the current flow.\n- switch: replace the current flow with the target flow.\n No return — the current flow is discarded.\n Example: login ↔ register.\n- pivot: push the target flow onto the stack. The current flow\n is paused and resumes when the target flow completes (auto-pop).\n Example: login → recovery → back to login.\n")
|
|
1309
|
+
})).optional().describe("Maps action/outcome names to their transition descriptor.\n\nKeys match action names from the `actions` dict. 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")
|
|
1310
|
+
}).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")
|
|
1311
|
+
}).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"),
|
|
1295
1312
|
created_at: zod.iso.datetime({ offset: true }),
|
|
1296
1313
|
updated_at: zod.iso.datetime({ offset: true })
|
|
1297
|
-
})
|
|
1314
|
+
});
|
|
1298
1315
|
/**
|
|
1299
1316
|
* Update a flow definition by id
|
|
1300
1317
|
* @summary Update a flow definition by id
|
|
1301
1318
|
*/
|
|
1302
1319
|
const UpdateFlowDefinitionParams = zod.object({ id: zod.string().describe("The id returned by the POST /flow_definitions endpoint.\n") });
|
|
1320
|
+
const updateFlowDefinitionQueryProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
1321
|
+
const UpdateFlowDefinitionQueryParams = zod.strictObject({ project_id: zod.string().regex(updateFlowDefinitionQueryProjectIdRegExp).describe("The project id to filter by.") });
|
|
1303
1322
|
const updateFlowDefinitionBodyStepsItemFieldsDefault = [];
|
|
1304
1323
|
const updateFlowDefinitionBodyStepsItemActionsPrimaryDefault = false;
|
|
1305
1324
|
const updateFlowDefinitionBodyStepsItemActionsDefault = {};
|
|
@@ -1337,57 +1356,59 @@ const UpdateFlowDefinitionBody = zod.object({
|
|
|
1337
1356
|
})).optional().describe("Maps action/outcome names to their transition descriptor.\n\nKeys match action names from the `actions` dict. 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")
|
|
1338
1357
|
}).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).optional().describe("Replaces the full steps array if provided. Partial step lists are not\nsupported — supply all steps when updating this field.\n")
|
|
1339
1358
|
}).describe("Partial update for a flow definition. Only provided fields are replaced;\nomitted fields retain their current server-side values.\n\nCollection fields (`steps`, `purposes`) are treated atomically: if\nprovided, the entire array/object is replaced. If omitted, the current\nvalue is preserved unchanged.\n\n`name` is a stable identifier and cannot be changed after creation.\n");
|
|
1340
|
-
const
|
|
1341
|
-
const
|
|
1342
|
-
const
|
|
1343
|
-
const
|
|
1344
|
-
const
|
|
1345
|
-
const
|
|
1359
|
+
const updateFlowDefinitionResponseFlowDefinitionNameRegExp = /* @__PURE__ */ new RegExp("^[a-z][a-z0-9-]*$");
|
|
1360
|
+
const updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault = [];
|
|
1361
|
+
const updateFlowDefinitionResponseFlowDefinitionStepsItemActionsPrimaryDefault = false;
|
|
1362
|
+
const updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault = {};
|
|
1363
|
+
const updateFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault = {};
|
|
1364
|
+
const updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault = [];
|
|
1346
1365
|
const UpdateFlowDefinitionResponse = zod.object({
|
|
1347
|
-
name: zod.string().regex(updateFlowDefinitionResponseOneNameRegExp).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"),
|
|
1348
|
-
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"),
|
|
1349
|
-
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"),
|
|
1350
|
-
audience: zod.object({
|
|
1351
|
-
team_ids: zod.array(zod.string()).optional().describe("Restrict to specific teams (organizations). Empty means no team restriction."),
|
|
1352
|
-
app_ids: zod.array(zod.string()).optional().describe("Restrict to specific applications. Empty means no app restriction.")
|
|
1353
|
-
}).optional().describe("Scopes which teams or apps this flow definition applies to. Empty or\nomitted fields mean \"no restriction\"; when both are empty the definition\nmatches every request in the project. The engine picks the most specific\nmatching definition: app > team > project-wide.\n"),
|
|
1354
|
-
steps: zod.array(zod.object({
|
|
1355
|
-
name: zod.string().describe("Unique step identifier within this flow. Used as transition targets\nand returned in the API response as `step.name`.\n"),
|
|
1356
|
-
fields: zod.array(zod.string()).default(updateFlowDefinitionResponseOneStepsItemFieldsDefault).describe("Schema property names to collect from the user. Each entry references\na property in the flow's user schema. The engine resolves field type,\nvalidation rules, and implicit outcomes from schema annotations\n(e.g. a property with `x-unique` set implies a `user_not_found`\ntransition outcome).\n"),
|
|
1357
|
-
actions: zod.record(zod.string(), zod.object({
|
|
1358
|
-
primary: zod.boolean().default(false).describe("Marks this as the default/primary action. The runtime template uses\nthis hint to choose visual emphasis. At most one action per step\nshould be primary; this is not enforced here.\n"),
|
|
1359
|
-
text_key: zod.string().optional().describe("Optional localization key override for the action's label. When\nomitted, the engine derives a key from the step and action names.\nDisplay text is resolved client-side from a locale dictionary, never\nby the engine.\n")
|
|
1360
|
-
}).describe("Configuration for a user-invokable action on a step. Keyed by action name\nin the parent dictionary. The action name is sent back in the submit\nrequest as `action`.\n")).default(updateFlowDefinitionResponseOneStepsItemActionsDefault).describe("Actions the user can take. Keyed by action name.\nThe action name is what the frontend sends back in the submit request.\nIf omitted, the engine provides a default `submit` action.\n"),
|
|
1361
|
-
gates: zod.record(zod.string(), zod.object({
|
|
1362
|
-
kind: zod.enum(["captcha"]).describe("The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n"),
|
|
1363
|
-
provider: zod.string().describe("Provider identifier within the gate kind — e.g. `altcha`, `turnstile`,\n`hcaptcha`. The engine looks up an implementation in its provider\nregistry.\n"),
|
|
1364
|
-
config: zod.record(zod.string(), zod.unknown()).optional().describe("Provider-specific configuration consumed by the implementation when\nissuing the per-render challenge. Opaque to the engine.\n")
|
|
1365
|
-
}).describe("A security challenge that must be satisfied before this step's submission\nis accepted. The engine may also inject gates at runtime based on policy\nor risk evaluation.\n")).default(updateFlowDefinitionResponseOneStepsItemGatesDefault).describe("Security gates that must be satisfied before submission. Keyed by gate\nname. Each gate selects a kind (e.g. \"captcha\") and provider-specific\nconfiguration. The engine may also inject gates dynamically based on\npolicy.\n"),
|
|
1366
|
-
sso_providers: zod.array(zod.object({
|
|
1367
|
-
id: zod.string().describe("Provider instance identifier."),
|
|
1368
|
-
name: zod.string().describe("Display name for the provider."),
|
|
1369
|
-
template: zod.string().describe("Template hint for rendering (logo, colors).")
|
|
1370
|
-
}).describe("An available SSO identity provider.")).default(updateFlowDefinitionResponseOneStepsItemSsoProvidersDefault).describe("Available SSO identity providers for this step."),
|
|
1371
|
-
on_success: zod.enum(["create_user"]).optional().describe("Server-side mutation to execute when this step completes successfully.\nRuns after field validation passes, before the transition fires.\n\n- create_user: creates the user record (registration flows)\n"),
|
|
1372
|
-
complete: zod.enum(["redirect", "show"]).optional().describe("Marks this as a terminal step. Tells the frontend what to do:\n- redirect: navigate to redirect_uri (OIDC/SAML callback done)\n- show: render as a success/info screen\n"),
|
|
1373
|
-
transitions: zod.record(zod.string(), zod.object({
|
|
1374
|
-
target: zod.string().describe("Step name within this flow (when `action` is null), or the name\nof another flow (when `action` is `switch` or `pivot`).\n"),
|
|
1375
|
-
action: zod.union([zod.enum(["switch", "pivot"]), zod.null()]).optional().describe("How to interpret `target`:\n- null (omitted): transition to a step in the current flow.\n- switch: replace the current flow with the target flow.\n No return — the current flow is discarded.\n Example: login ↔ register.\n- pivot: push the target flow onto the stack. The current flow\n is paused and resumes when the target flow completes (auto-pop).\n Example: login → recovery → back to login.\n")
|
|
1376
|
-
})).optional().describe("Maps action/outcome names to their transition descriptor.\n\nKeys match action names from the `actions` dict. 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")
|
|
1377
|
-
}).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")
|
|
1378
|
-
}).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").and(zod.object({
|
|
1379
1366
|
id: zod.string().describe("Unique identifier for the flow definition."),
|
|
1380
1367
|
project_id: zod.string().describe("Identifier of the project this flow definition belongs to."),
|
|
1381
|
-
schema_uri: zod.url().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"),
|
|
1382
1368
|
status: zod.string().describe("Status of the flow definition."),
|
|
1369
|
+
flow_definition: zod.object({
|
|
1370
|
+
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"),
|
|
1371
|
+
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"),
|
|
1372
|
+
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"),
|
|
1373
|
+
audience: zod.object({
|
|
1374
|
+
team_ids: zod.array(zod.string()).optional().describe("Restrict to specific teams (organizations). Empty means no team restriction."),
|
|
1375
|
+
app_ids: zod.array(zod.string()).optional().describe("Restrict to specific applications. Empty means no app restriction.")
|
|
1376
|
+
}).optional().describe("Scopes which teams or apps this flow definition applies to. Empty or\nomitted fields mean \"no restriction\"; when both are empty the definition\nmatches every request in the project. The engine picks the most specific\nmatching definition: app > team > project-wide.\n"),
|
|
1377
|
+
steps: zod.array(zod.object({
|
|
1378
|
+
name: zod.string().describe("Unique step identifier within this flow. Used as transition targets\nand returned in the API response as `step.name`.\n"),
|
|
1379
|
+
fields: zod.array(zod.string()).default(updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault).describe("Schema property names to collect from the user. Each entry references\na property in the flow's user schema. The engine resolves field type,\nvalidation rules, and implicit outcomes from schema annotations\n(e.g. a property with `x-unique` set implies a `user_not_found`\ntransition outcome).\n"),
|
|
1380
|
+
actions: zod.record(zod.string(), zod.object({
|
|
1381
|
+
primary: zod.boolean().default(false).describe("Marks this as the default/primary action. The runtime template uses\nthis hint to choose visual emphasis. At most one action per step\nshould be primary; this is not enforced here.\n"),
|
|
1382
|
+
text_key: zod.string().optional().describe("Optional localization key override for the action's label. When\nomitted, the engine derives a key from the step and action names.\nDisplay text is resolved client-side from a locale dictionary, never\nby the engine.\n")
|
|
1383
|
+
}).describe("Configuration for a user-invokable action on a step. Keyed by action name\nin the parent dictionary. The action name is sent back in the submit\nrequest as `action`.\n")).default(updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault).describe("Actions the user can take. Keyed by action name.\nThe action name is what the frontend sends back in the submit request.\nIf omitted, the engine provides a default `submit` action.\n"),
|
|
1384
|
+
gates: zod.record(zod.string(), zod.object({
|
|
1385
|
+
kind: zod.enum(["captcha"]).describe("The gate category. Only `captcha` is currently defined. Authenticator\nceremonies (e.g. passkey) are modelled as credential auth_attempts via\n`x-credential` on a field, not as gates.\n"),
|
|
1386
|
+
provider: zod.string().describe("Provider identifier within the gate kind — e.g. `altcha`, `turnstile`,\n`hcaptcha`. The engine looks up an implementation in its provider\nregistry.\n"),
|
|
1387
|
+
config: zod.record(zod.string(), zod.unknown()).optional().describe("Provider-specific configuration consumed by the implementation when\nissuing the per-render challenge. Opaque to the engine.\n")
|
|
1388
|
+
}).describe("A security challenge that must be satisfied before this step's submission\nis accepted. The engine may also inject gates at runtime based on policy\nor risk evaluation.\n")).default(updateFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault).describe("Security gates that must be satisfied before submission. Keyed by gate\nname. Each gate selects a kind (e.g. \"captcha\") and provider-specific\nconfiguration. The engine may also inject gates dynamically based on\npolicy.\n"),
|
|
1389
|
+
sso_providers: zod.array(zod.object({
|
|
1390
|
+
id: zod.string().describe("Provider instance identifier."),
|
|
1391
|
+
name: zod.string().describe("Display name for the provider."),
|
|
1392
|
+
template: zod.string().describe("Template hint for rendering (logo, colors).")
|
|
1393
|
+
}).describe("An available SSO identity provider.")).default(updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault).describe("Available SSO identity providers for this step."),
|
|
1394
|
+
on_success: zod.enum(["create_user"]).optional().describe("Server-side mutation to execute when this step completes successfully.\nRuns after field validation passes, before the transition fires.\n\n- create_user: creates the user record (registration flows)\n"),
|
|
1395
|
+
complete: zod.enum(["redirect", "show"]).optional().describe("Marks this as a terminal step. Tells the frontend what to do:\n- redirect: navigate to redirect_uri (OIDC/SAML callback done)\n- show: render as a success/info screen\n"),
|
|
1396
|
+
transitions: zod.record(zod.string(), zod.object({
|
|
1397
|
+
target: zod.string().describe("Step name within this flow (when `action` is null), or the name\nof another flow (when `action` is `switch` or `pivot`).\n"),
|
|
1398
|
+
action: zod.union([zod.enum(["switch", "pivot"]), zod.null()]).optional().describe("How to interpret `target`:\n- null (omitted): transition to a step in the current flow.\n- switch: replace the current flow with the target flow.\n No return — the current flow is discarded.\n Example: login ↔ register.\n- pivot: push the target flow onto the stack. The current flow\n is paused and resumes when the target flow completes (auto-pop).\n Example: login → recovery → back to login.\n")
|
|
1399
|
+
})).optional().describe("Maps action/outcome names to their transition descriptor.\n\nKeys match action names from the `actions` dict. 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")
|
|
1400
|
+
}).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")
|
|
1401
|
+
}).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"),
|
|
1383
1402
|
created_at: zod.iso.datetime({ offset: true }),
|
|
1384
1403
|
updated_at: zod.iso.datetime({ offset: true })
|
|
1385
|
-
})
|
|
1404
|
+
});
|
|
1386
1405
|
/**
|
|
1387
1406
|
* Delete a flow definition by id
|
|
1388
1407
|
* @summary Delete a flow definition by id
|
|
1389
1408
|
*/
|
|
1390
1409
|
const DeleteFlowDefinitionParams = zod.object({ id: zod.string().describe("The id returned by the POST /flow_definitions endpoint.\n") });
|
|
1410
|
+
const deleteFlowDefinitionQueryProjectIdRegExp = /* @__PURE__ */ new RegExp("^[a-zA-Z0-9_-]+$");
|
|
1411
|
+
const DeleteFlowDefinitionQueryParams = zod.strictObject({ project_id: zod.string().regex(deleteFlowDefinitionQueryProjectIdRegExp).describe("The project id to filter by.") });
|
|
1391
1412
|
/**
|
|
1392
1413
|
* @summary Create team
|
|
1393
1414
|
*/
|
|
@@ -1409,6 +1430,6 @@ const GetTeamResponse = zod.object({
|
|
|
1409
1430
|
updatedAt: zod.iso.datetime({ offset: true }).describe("The time when the team was last updated.")
|
|
1410
1431
|
}).describe("The current state of a team.");
|
|
1411
1432
|
//#endregion
|
|
1412
|
-
export { AuthorizeDeviceQueryParams, AuthorizeDeviceResponse, AuthorizeGetQueryParams, CreateAuthAttemptBody, CreateFlowBody, CreateFlowDefinitionBody, CreateHandoffHeader, CreateHandoffParams, CreateHandoffResponse, CreateProjectBody, CreateSchemaBody, CreateSchemaQueryParams, CreateSessionBody, CreateTeamBody, CreateTeamQueryParams, CreateUserBody, CreateUserQueryParams, DeleteFlowDefinitionParams, EndSessionQueryParams, ExchangeHandoffBody, ExchangeHandoffHeader, ExchangeHandoffQueryParams, ExchangeHandoffResponse, GetAuthAttemptParams, GetAuthAttemptResponse, GetFlowDefinitionParams, GetFlowDefinitionResponse, GetFlowStepParams, GetFlowStepResponse, GetKeysResponse, GetMySessionResponse, 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, SubmitFlowEventBody, SubmitFlowEventParams, SubmitFlowStepBody, SubmitFlowStepHeader, SubmitFlowStepParams, SubmitFlowStepResponse, UpdateFlowDefinitionBody, UpdateFlowDefinitionParams, UpdateFlowDefinitionResponse, VerifyChallengeProofBody, VerifyChallengeProofHeader, VerifyChallengeProofParams, VerifyChallengeProofResponse, createAuthAttemptBodyProjectIdRegExp, createAuthAttemptBodySessionIdOneRegExp, createFlowBodyFlowDefinitionNameRegExp, createFlowBodyProjectIdRegExp, createFlowBodySchemaVersionRegExp, createFlowDefinitionBodyFlowDefinitionNameRegExp, createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemActionsPrimaryDefault, createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, createFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, createFlowDefinitionBodyProjectIdRegExp, createHandoffPathAttemptIdRegExp, createSchemaBodyOnePropertiesXEditableDefault, createSchemaBodyOnePropertiesXMfaDefault, createSchemaBodyOnePropertiesXSensitiveDefault, createSchemaBodyOneXAuthMethodsMagicLinkPositionMin, createSchemaBodyOneXAuthMethodsOtpPositionMin, createSchemaBodyOneXAuthMethodsPasskeyPositionMin, createSchemaBodyOneXAuthMethodsPasswordPositionMin, createSchemaBodyOneXAuthMethodsSsoPositionMin, createSchemaQueryProjectIdRegExp, createSchemaQueryTeamIdRegExp, createSessionBodyProjectIdRegExp, createTeamQueryProjectIdRegExp, createUserQueryProjectIdRegExp, createUserQueryTeamIdRegExp, exchangeHandoffQueryProjectIdRegExp, exchangeHandoffResponseSessionFactorsItemPayloadOneUserIdRegExp, exchangeHandoffResponseSessionProjectIdRegExp, exchangeHandoffResponseSessionSessionIdRegExp, exchangeHandoffResponseSessionUserIdOneRegExp, getAuthAttemptPathAttemptIdRegExp, getAuthAttemptResponseAttemptIdRegExp, getAuthAttemptResponseChallengesItemChallengeIdRegExp, getAuthAttemptResponseCompletedFactorsItemPayloadOneUserIdRegExp, getAuthAttemptResponseProjectIdRegExp, getAuthAttemptResponseSessionIdOneRegExp, getAuthAttemptResponseUserIdOneRegExp,
|
|
1433
|
+
export { AuthorizeDeviceQueryParams, AuthorizeDeviceResponse, AuthorizeGetQueryParams, CreateAuthAttemptBody, CreateFlowBody, CreateFlowDefinitionBody, CreateHandoffHeader, CreateHandoffParams, CreateHandoffResponse, CreateProjectBody, CreateSchemaBody, CreateSchemaQueryParams, CreateSessionBody, CreateTeamBody, CreateTeamQueryParams, CreateUserBody, CreateUserQueryParams, DeleteFlowDefinitionParams, DeleteFlowDefinitionQueryParams, EndSessionQueryParams, ExchangeHandoffBody, ExchangeHandoffHeader, ExchangeHandoffQueryParams, ExchangeHandoffResponse, GetAuthAttemptParams, GetAuthAttemptResponse, GetFlowDefinitionParams, GetFlowDefinitionQueryParams, GetFlowDefinitionResponse, GetFlowStepParams, GetFlowStepResponse, GetKeysResponse, GetMySessionResponse, GetMyUserResponse, GetOpenIDConfigurationResponse, GetProjectParams, GetProjectResponse, GetSchemaByIdParams, GetSchemaByIdQueryParams, GetSchemaByIdResponse, GetSessionParams, GetSessionQueryParams, GetSessionResponse, GetTeamParams, GetTeamQueryParams, GetTeamResponse, GetTokenResponse, GetUserByIDParams, GetUserByIDQueryParams, GetUserByIDResponse, GetUserInfoResponse, IntrospectResponse, IssueChallengeBody, IssueChallengeParams, ListFlowDefinitionsQueryParams, ListFlowDefinitionsResponse, ListSessionsQueryParams, ListSessionsResponse, ListUsersQueryParams, ListUsersResponse, ListUsersResponseItem, RevokeSessionParams, RevokeSessionQueryParams, SetUserPasswordBody, SetUserPasswordParams, SetUserPasswordQueryParams, SubmitFlowEventBody, SubmitFlowEventParams, SubmitFlowStepBody, SubmitFlowStepHeader, SubmitFlowStepParams, SubmitFlowStepResponse, UpdateFlowDefinitionBody, UpdateFlowDefinitionParams, UpdateFlowDefinitionQueryParams, UpdateFlowDefinitionResponse, VerifyChallengeProofBody, VerifyChallengeProofHeader, VerifyChallengeProofParams, VerifyChallengeProofResponse, createAuthAttemptBodyProjectIdRegExp, createAuthAttemptBodySessionIdOneRegExp, createFlowBodyFlowDefinitionNameRegExp, createFlowBodyProjectIdRegExp, createFlowBodySchemaVersionRegExp, createFlowDefinitionBodyFlowDefinitionNameRegExp, createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemActionsPrimaryDefault, createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, createFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, createFlowDefinitionBodyProjectIdRegExp, createHandoffPathAttemptIdRegExp, createSchemaBodyOnePropertiesXEditableDefault, createSchemaBodyOnePropertiesXMfaDefault, createSchemaBodyOnePropertiesXSensitiveDefault, createSchemaBodyOneXAuthMethodsMagicLinkPositionMin, createSchemaBodyOneXAuthMethodsOtpPositionMin, createSchemaBodyOneXAuthMethodsPasskeyPositionMin, createSchemaBodyOneXAuthMethodsPasswordPositionMin, createSchemaBodyOneXAuthMethodsSsoPositionMin, createSchemaQueryProjectIdRegExp, createSchemaQueryTeamIdRegExp, createSessionBodyProjectIdRegExp, createTeamQueryProjectIdRegExp, createUserQueryProjectIdRegExp, createUserQueryTeamIdRegExp, deleteFlowDefinitionQueryProjectIdRegExp, exchangeHandoffQueryProjectIdRegExp, exchangeHandoffResponseSessionFactorsItemPayloadOneUserIdRegExp, exchangeHandoffResponseSessionProjectIdRegExp, exchangeHandoffResponseSessionSessionIdRegExp, exchangeHandoffResponseSessionUserIdOneRegExp, getAuthAttemptPathAttemptIdRegExp, getAuthAttemptResponseAttemptIdRegExp, getAuthAttemptResponseChallengesItemChallengeIdRegExp, getAuthAttemptResponseCompletedFactorsItemPayloadOneUserIdRegExp, getAuthAttemptResponseProjectIdRegExp, getAuthAttemptResponseSessionIdOneRegExp, getAuthAttemptResponseUserIdOneRegExp, getFlowDefinitionQueryProjectIdRegExp, getFlowDefinitionResponseFlowDefinitionNameRegExp, getFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemActionsPrimaryDefault, getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, getFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, getFlowStepResponseBrandingLayoutDefault, getFlowStepResponseStepActionsDefault, getFlowStepResponseStepActionsPrimaryDefault, getFlowStepResponseStepFieldsDefault, getFlowStepResponseStepFieldsRequiredDefault, getFlowStepResponseStepFieldsValidationMaxLengthMin, getFlowStepResponseStepFieldsValidationMinLengthMin, 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, submitFlowStepResponseStepActionsPrimaryDefault, submitFlowStepResponseStepFieldsDefault, submitFlowStepResponseStepFieldsRequiredDefault, submitFlowStepResponseStepFieldsValidationMaxLengthMin, submitFlowStepResponseStepFieldsValidationMinLengthMin, submitFlowStepResponseStepGatesDefault, submitFlowStepResponseStepSsoProvidersDefault, updateFlowDefinitionBodyStepsItemActionsDefault, updateFlowDefinitionBodyStepsItemActionsPrimaryDefault, updateFlowDefinitionBodyStepsItemFieldsDefault, updateFlowDefinitionBodyStepsItemGatesDefault, updateFlowDefinitionBodyStepsItemSsoProvidersDefault, updateFlowDefinitionQueryProjectIdRegExp, updateFlowDefinitionResponseFlowDefinitionNameRegExp, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsPrimaryDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, verifyChallengeProofPathAttemptIdRegExp, verifyChallengeProofPathChallengeIdRegExp, verifyChallengeProofResponseAttemptIdRegExp, verifyChallengeProofResponseChallengesItemChallengeIdRegExp, verifyChallengeProofResponseCompletedFactorsItemPayloadOneUserIdRegExp, verifyChallengeProofResponseProjectIdRegExp, verifyChallengeProofResponseSessionIdOneRegExp, verifyChallengeProofResponseUserIdOneRegExp };
|
|
1413
1434
|
|
|
1414
1435
|
//# sourceMappingURL=zitadelNextGen.zod.mjs.map
|