@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
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v8.10.0 🍺
|
|
3
|
-
* Do not edit manually.
|
|
4
|
-
* Zitadel NextGen
|
|
5
|
-
* This is the next generation of the Zitadel identity platform.
|
|
6
|
-
* OpenAPI spec version: 0.0.1
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* The lifecycle state of this flow definition.
|
|
11
|
-
|
|
12
|
-
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
13
|
-
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
14
|
-
|
|
15
|
-
Allowed transitions:
|
|
16
|
-
- draft -> active: To activate the flow definition.
|
|
17
|
-
- active -> draft: To remove the flow definition from active use immediately.
|
|
18
|
-
|
|
19
|
-
*/
|
|
20
|
-
export type CreateFlowDefinition201Status =
|
|
21
|
-
(typeof CreateFlowDefinition201Status)[keyof typeof CreateFlowDefinition201Status];
|
|
22
|
-
|
|
23
|
-
export const CreateFlowDefinition201Status = {
|
|
24
|
-
active: "active",
|
|
25
|
-
draft: "draft",
|
|
26
|
-
} as const;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v8.10.0 🍺
|
|
3
|
-
* Do not edit manually.
|
|
4
|
-
* Zitadel NextGen
|
|
5
|
-
* This is the next generation of the Zitadel identity platform.
|
|
6
|
-
* OpenAPI spec version: 0.0.1
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* The lifecycle state of this flow definition.
|
|
11
|
-
|
|
12
|
-
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
13
|
-
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
14
|
-
|
|
15
|
-
Allowed transitions:
|
|
16
|
-
- draft -> active: To activate the flow definition.
|
|
17
|
-
- active -> draft: To remove the flow definition from active use immediately.
|
|
18
|
-
|
|
19
|
-
*/
|
|
20
|
-
export type GetFlowDefinition200Status =
|
|
21
|
-
(typeof GetFlowDefinition200Status)[keyof typeof GetFlowDefinition200Status];
|
|
22
|
-
|
|
23
|
-
export const GetFlowDefinition200Status = {
|
|
24
|
-
active: "active",
|
|
25
|
-
draft: "draft",
|
|
26
|
-
} as const;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated by orval v8.10.0 🍺
|
|
3
|
-
* Do not edit manually.
|
|
4
|
-
* Zitadel NextGen
|
|
5
|
-
* This is the next generation of the Zitadel identity platform.
|
|
6
|
-
* OpenAPI spec version: 0.0.1
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* The lifecycle state of this flow definition.
|
|
11
|
-
|
|
12
|
-
active: The flow definition is ready to be used. The flow engine can select it for new flows.
|
|
13
|
-
draft: The engine will not select it for new flows, and existing flows must handle it gracefully if they reference this definition.
|
|
14
|
-
|
|
15
|
-
Allowed transitions:
|
|
16
|
-
- draft -> active: To activate the flow definition.
|
|
17
|
-
- active -> draft: To remove the flow definition from active use immediately.
|
|
18
|
-
|
|
19
|
-
*/
|
|
20
|
-
export type UpdateFlowDefinition200Status =
|
|
21
|
-
(typeof UpdateFlowDefinition200Status)[keyof typeof UpdateFlowDefinition200Status];
|
|
22
|
-
|
|
23
|
-
export const UpdateFlowDefinition200Status = {
|
|
24
|
-
active: "active",
|
|
25
|
-
draft: "draft",
|
|
26
|
-
} as const;
|