@zitadel/api 1.0.0-alpha.21 → 1.0.0-alpha.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/endpoints/zitadelNextGen.d.mts +2 -2
- package/dist/generated/endpoints/zitadelNextGen.mjs +75 -4
- package/dist/generated/endpoints/zitadelNextGen.mjs.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.msw.d.mts +6 -2
- package/dist/generated/endpoints/zitadelNextGen.msw.d.mts.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.msw.mjs +622 -1
- package/dist/generated/endpoints/zitadelNextGen.msw.mjs.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.zod.d.mts +380 -24
- package/dist/generated/endpoints/zitadelNextGen.zod.d.mts.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.zod.mjs +370 -39
- 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 +54 -1
- package/dist/generated/model/index.mjs.map +1 -1
- package/dist/{index-BK4Q468Q.d.mts → index-DtExHu2p.d.mts} +1452 -140
- package/dist/index-DtExHu2p.d.mts.map +1 -0
- package/dist/runtime/api-factory.d.mts +1 -1
- package/dist/{zitadelNextGen-C8m49W5h.d.mts → zitadelNextGen-C79YSuEo.d.mts} +45 -7
- package/dist/zitadelNextGen-C79YSuEo.d.mts.map +1 -0
- package/package.json +1 -1
- package/src/generated/endpoints/zitadelNextGen.msw.ts +759 -55
- package/src/generated/endpoints/zitadelNextGen.ts +98 -3
- package/src/generated/endpoints/zitadelNextGen.zod.ts +1199 -422
- package/src/generated/model/completeClaim410.ts +21 -16
- package/src/generated/model/createFlowDefinition201FlowDefinition.ts +5 -3
- package/src/generated/model/createFlowDefinitionBodyFlowDefinition.ts +5 -3
- package/src/generated/model/createFlowDefinitionDefault.ts +0 -10
- package/src/generated/model/createGrant201.ts +32 -0
- package/src/generated/model/createGrant201Principal.ts +147 -0
- package/src/generated/model/createGrant201Team.ts +22 -0
- package/src/generated/model/createGrant201User.ts +38 -0
- package/src/generated/model/createSession201Session.ts +1 -0
- package/src/generated/model/createSession201SessionUser.ts +1 -0
- package/src/generated/model/exchangeHandoff200Session.ts +1 -0
- package/src/generated/model/exchangeHandoff200SessionUser.ts +1 -0
- package/src/generated/model/getClaimStatus410.ts +21 -16
- package/src/generated/model/getClaimWindow200.ts +23 -0
- package/src/generated/model/{createFlowDefinition409.ts → getClaimWindow404.ts} +3 -3
- package/src/generated/model/{createFlowDefinition409Details.ts → getClaimWindow404Details.ts} +1 -1
- package/src/generated/model/getClaimWindow429.ts +20 -0
- package/src/generated/model/getClaimWindow429Details.ts +12 -0
- package/src/generated/model/getClaimWindowDefault.ts +20 -0
- package/src/generated/model/getClaimWindowDefaultDetails.ts +12 -0
- package/src/generated/model/getClaimWindowParams.ts +15 -0
- package/src/generated/model/getEvent200.ts +75 -0
- package/src/generated/model/getFlowDefinition200FlowDefinition.ts +5 -3
- package/src/generated/model/getGrant200.ts +32 -0
- package/src/generated/model/getGrant200Principal.ts +147 -0
- package/src/generated/model/getGrant200Team.ts +22 -0
- package/src/generated/model/getGrant200User.ts +38 -0
- package/src/generated/model/getMySession200.ts +1 -0
- package/src/generated/model/getMySession200User.ts +1 -0
- package/src/generated/model/getSession200.ts +1 -0
- package/src/generated/model/getSession200User.ts +1 -0
- package/src/generated/model/index.ts +39 -2
- package/src/generated/model/initClaim410.ts +24 -0
- package/src/generated/model/listEvents200DataItem.ts +75 -0
- package/src/generated/model/listFlowDefinitions200.ts +3 -0
- package/src/generated/model/listFlowDefinitions200FlowDefinitionsItemFlowDefinition.ts +5 -3
- package/src/generated/model/listFlowDefinitionsParams.ts +8 -0
- package/src/generated/model/queryGrants200.ts +20 -0
- package/src/generated/model/queryGrants200GrantsItem.ts +66 -0
- package/src/generated/model/queryGrants200GrantsItemObjectType.ts +17 -0
- package/src/generated/model/queryGrants200GrantsItemPrincipal.ts +147 -0
- package/src/generated/model/queryGrants200GrantsItemPrincipalType.ts +18 -0
- package/src/generated/model/queryGrants200GrantsItemRelation.ts +19 -0
- package/src/generated/model/queryGrants200GrantsItemTeam.ts +22 -0
- package/src/generated/model/queryGrants200GrantsItemUser.ts +38 -0
- package/src/generated/model/queryGrants400.ts +20 -0
- package/src/generated/model/queryGrants400Details.ts +12 -0
- package/src/generated/model/queryGrants401.ts +20 -0
- package/src/generated/model/queryGrants401Details.ts +12 -0
- package/src/generated/model/queryGrants403.ts +20 -0
- package/src/generated/model/queryGrants403Details.ts +12 -0
- package/src/generated/model/queryGrantsBody.ts +33 -0
- package/src/generated/model/queryGrantsBodyExpandItem.ts +30 -0
- package/src/generated/model/queryGrantsBodyFilterItem.ts +33 -0
- package/src/generated/model/queryGrantsBodyFilterItemField.ts +27 -0
- package/src/generated/model/queryGrantsBodyFilterItemOperation.ts +30 -0
- package/src/generated/model/queryGrantsBodySorting.ts +17 -0
- package/src/generated/model/queryGrantsBodySortingDirection.ts +15 -0
- package/src/generated/model/queryGrantsBodySortingField.ts +21 -0
- package/src/generated/model/queryGrantsDefault.ts +99 -0
- package/src/generated/model/queryGrantsParams.ts +15 -0
- package/src/generated/model/querySessions200SessionsItem.ts +1 -0
- package/src/generated/model/querySessions200SessionsItemUser.ts +1 -0
- package/src/generated/model/updateFlowDefinition200FlowDefinition.ts +5 -3
- package/src/generated/model/updateFlowDefinitionBodyFlowDefinition.ts +5 -3
- package/dist/index-BK4Q468Q.d.mts.map +0 -1
- package/dist/zitadelNextGen-C8m49W5h.d.mts.map +0 -1
|
@@ -443,13 +443,7 @@ type CompleteClaim409 = {
|
|
|
443
443
|
* This is the next generation of the Zitadel identity platform.
|
|
444
444
|
* OpenAPI spec version: 0.0.1
|
|
445
445
|
*/
|
|
446
|
-
|
|
447
|
-
* The claim challenge has expired
|
|
448
|
-
|
|
449
|
-
Error code: proj.claim_expired
|
|
450
|
-
|
|
451
|
-
*/
|
|
452
|
-
type CompleteClaim410 = {
|
|
446
|
+
type CompleteClaim410 = ({
|
|
453
447
|
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
454
448
|
message: string; /** Additional error-specific context. */
|
|
455
449
|
details?: {
|
|
@@ -457,7 +451,15 @@ type CompleteClaim410 = {
|
|
|
457
451
|
};
|
|
458
452
|
} & {
|
|
459
453
|
code: "proj.claim_expired";
|
|
460
|
-
}
|
|
454
|
+
}) | ({
|
|
455
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
456
|
+
message: string; /** Additional error-specific context. */
|
|
457
|
+
details?: {
|
|
458
|
+
[key: string]: unknown;
|
|
459
|
+
};
|
|
460
|
+
} & {
|
|
461
|
+
code: "proj.claim_window_expired";
|
|
462
|
+
});
|
|
461
463
|
//#endregion
|
|
462
464
|
//#region src/generated/model/completeClaim429Details.d.ts
|
|
463
465
|
/**
|
|
@@ -2157,9 +2159,11 @@ the purpose + audience when a flow is created via POST /flow.
|
|
|
2157
2159
|
type CreateFlowDefinition201FlowDefinition = {
|
|
2158
2160
|
/**
|
|
2159
2161
|
* Stable identifier for this flow, used as the target of cross-flow
|
|
2160
|
-
`switch` and `pivot` transitions.
|
|
2161
|
-
`name
|
|
2162
|
-
|
|
2162
|
+
`switch` and `pivot` transitions. Every revision of a flow shares its
|
|
2163
|
+
`name`; publishing a definition under an existing `name` adds a
|
|
2164
|
+
revision to that flow. Renaming is not supported — the `name` is part
|
|
2165
|
+
of the public contract another definition may reference. Acts as the
|
|
2166
|
+
human display label as well; no separate slug.
|
|
2163
2167
|
* @pattern ^[a-z][a-z0-9-]*$
|
|
2164
2168
|
*/
|
|
2165
2169
|
name: string;
|
|
@@ -2337,31 +2341,6 @@ type CreateFlowDefinition400 = {
|
|
|
2337
2341
|
details?: CreateFlowDefinition400Details;
|
|
2338
2342
|
};
|
|
2339
2343
|
//#endregion
|
|
2340
|
-
//#region src/generated/model/createFlowDefinition409Details.d.ts
|
|
2341
|
-
/**
|
|
2342
|
-
* Generated by orval v8.10.0 🍺
|
|
2343
|
-
* Do not edit manually.
|
|
2344
|
-
* Zitadel NextGen
|
|
2345
|
-
* This is the next generation of the Zitadel identity platform.
|
|
2346
|
-
* OpenAPI spec version: 0.0.1
|
|
2347
|
-
*/
|
|
2348
|
-
/**
|
|
2349
|
-
* Additional error-specific context.
|
|
2350
|
-
*/
|
|
2351
|
-
type CreateFlowDefinition409Details = {
|
|
2352
|
-
[key: string]: unknown;
|
|
2353
|
-
};
|
|
2354
|
-
//#endregion
|
|
2355
|
-
//#region src/generated/model/createFlowDefinition409.d.ts
|
|
2356
|
-
/**
|
|
2357
|
-
* Standard error payload returned for failed API requests.
|
|
2358
|
-
*/
|
|
2359
|
-
type CreateFlowDefinition409 = {
|
|
2360
|
-
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
2361
|
-
message: string; /** Additional error-specific context. */
|
|
2362
|
-
details?: CreateFlowDefinition409Details;
|
|
2363
|
-
};
|
|
2364
|
-
//#endregion
|
|
2365
2344
|
//#region src/generated/model/createFlowDefinitionBodyFlowDefinitionAudience.d.ts
|
|
2366
2345
|
/**
|
|
2367
2346
|
* Generated by orval v8.10.0 🍺
|
|
@@ -2709,9 +2688,11 @@ the purpose + audience when a flow is created via POST /flow.
|
|
|
2709
2688
|
type CreateFlowDefinitionBodyFlowDefinition = {
|
|
2710
2689
|
/**
|
|
2711
2690
|
* Stable identifier for this flow, used as the target of cross-flow
|
|
2712
|
-
`switch` and `pivot` transitions.
|
|
2713
|
-
`name
|
|
2714
|
-
|
|
2691
|
+
`switch` and `pivot` transitions. Every revision of a flow shares its
|
|
2692
|
+
`name`; publishing a definition under an existing `name` adds a
|
|
2693
|
+
revision to that flow. Renaming is not supported — the `name` is part
|
|
2694
|
+
of the public contract another definition may reference. Acts as the
|
|
2695
|
+
human display label as well; no separate slug.
|
|
2715
2696
|
* @pattern ^[a-z][a-z0-9-]*$
|
|
2716
2697
|
*/
|
|
2717
2698
|
name: string;
|
|
@@ -2805,14 +2786,6 @@ type CreateFlowDefinitionDefault = ({
|
|
|
2805
2786
|
details?: {
|
|
2806
2787
|
[key: string]: unknown;
|
|
2807
2788
|
};
|
|
2808
|
-
} & {
|
|
2809
|
-
code: "flowdef.already_exists";
|
|
2810
|
-
}) | ({
|
|
2811
|
-
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
2812
|
-
message: string; /** Additional error-specific context. */
|
|
2813
|
-
details?: {
|
|
2814
|
-
[key: string]: unknown;
|
|
2815
|
-
};
|
|
2816
2789
|
} & {
|
|
2817
2790
|
code: "flowdef.invalid";
|
|
2818
2791
|
}) | ({
|
|
@@ -2881,6 +2854,132 @@ declare const CreateGrant201ObjectType: {
|
|
|
2881
2854
|
readonly project: "project";
|
|
2882
2855
|
};
|
|
2883
2856
|
//#endregion
|
|
2857
|
+
//#region src/generated/model/createGrant201Principal.d.ts
|
|
2858
|
+
/**
|
|
2859
|
+
* Generated by orval v8.10.0 🍺
|
|
2860
|
+
* Do not edit manually.
|
|
2861
|
+
* Zitadel NextGen
|
|
2862
|
+
* This is the next generation of the Zitadel identity platform.
|
|
2863
|
+
* OpenAPI spec version: 0.0.1
|
|
2864
|
+
*/
|
|
2865
|
+
/**
|
|
2866
|
+
* The principal named by `principal_id`, present only when the request
|
|
2867
|
+
asked for it with `expand: ["principal"]` (ADR 059). Absent means it
|
|
2868
|
+
was not requested; `null` means the principal cannot be loaded
|
|
2869
|
+
(deleted or missing). GET and create never set this field.
|
|
2870
|
+
|
|
2871
|
+
When present, the body is the same representation `GET /users/{id}`
|
|
2872
|
+
serves for `principal_type=user`, or `GET /teams/{id}` for
|
|
2873
|
+
`principal_type=team`. Discriminate with the grant's existing
|
|
2874
|
+
`principal_type`.
|
|
2875
|
+
|
|
2876
|
+
Requires `user.read` and `team.read` in addition to `project.read`.
|
|
2877
|
+
Both are checked on the whole request before the list.
|
|
2878
|
+
|
|
2879
|
+
*/
|
|
2880
|
+
type CreateGrant201Principal = {
|
|
2881
|
+
/** @pattern ^user_[a-zA-Z0-9_-]+$ */id: string;
|
|
2882
|
+
/** The schema that defines the content of `attributes`. These schemas can be
|
|
2883
|
+
created using the `/schemas` endpoint. A default schema is provided.
|
|
2884
|
+
This schema can be retrieved using the same endpoint.
|
|
2885
|
+
*/
|
|
2886
|
+
schema: string;
|
|
2887
|
+
/** The user's content, satisfying the schema named by `schema`. Property
|
|
2888
|
+
names and types are determined entirely by that schema.
|
|
2889
|
+
*/
|
|
2890
|
+
attributes: {
|
|
2891
|
+
[key: string]: unknown;
|
|
2892
|
+
};
|
|
2893
|
+
metadata: {
|
|
2894
|
+
/** The time when the user was created. */created_at: string; /** The time when the user was last updated. */
|
|
2895
|
+
updated_at: string; /** The status of the user. */
|
|
2896
|
+
status: "active" | "suspended" | "deactivated" | "pending_purge";
|
|
2897
|
+
/** The team that owns this user's identity lifecycle, or `null` when the
|
|
2898
|
+
user is self-owned. This is a single team and a different concept from
|
|
2899
|
+
the user's team memberships: it decides who may deprovision the user, not
|
|
2900
|
+
which teams the user collaborates in. Memberships are their own paginated
|
|
2901
|
+
resource — `GET /users/{user_id}/teams`.
|
|
2902
|
+
*/
|
|
2903
|
+
lifecycle_owner_team_id?: string | null;
|
|
2904
|
+
/** The team named by `lifecycle_owner_team_id`, present only when the
|
|
2905
|
+
request asked for it with `expand: ["lifecycle_owner_team"]` (ADR 059).
|
|
2906
|
+
Absent means it was not requested; `null` means the user is self-owned
|
|
2907
|
+
and there is no owner to resolve.
|
|
2908
|
+
Requesting it does not guarantee it is present on every user. Today
|
|
2909
|
+
`team.read` is checked once for the whole request, so it is; once that
|
|
2910
|
+
check is per team, a page may contain a user whose owner the caller may
|
|
2911
|
+
not read, and such a row answers with neither the team nor `null` —
|
|
2912
|
+
`null` already means self-owned. What it answers with instead is decided
|
|
2913
|
+
with the granular scopes (#420); do not read the two cases above as the
|
|
2914
|
+
complete set.
|
|
2915
|
+
This is the same representation `GET /teams/{team_id}` serves. It is a
|
|
2916
|
+
single team, not a collection, so it carries no cap and no truncation
|
|
2917
|
+
flag.
|
|
2918
|
+
*/
|
|
2919
|
+
readonly lifecycle_owner_team?: {
|
|
2920
|
+
/** The unique identifier of the team. */id: string; /** The name of the team. */
|
|
2921
|
+
name: string;
|
|
2922
|
+
/** The lifecycle state of a team.
|
|
2923
|
+
active: The team is available for use.
|
|
2924
|
+
deactivated: The team is no longer active but is retained for historical and audit purposes.
|
|
2925
|
+
*/
|
|
2926
|
+
status: "active" | "deactivated"; /** The time when the team was created. */
|
|
2927
|
+
created_at: string; /** The time when the team was last updated. */
|
|
2928
|
+
updated_at: string;
|
|
2929
|
+
} | null;
|
|
2930
|
+
};
|
|
2931
|
+
/** The current value of the user schema's designated identifier
|
|
2932
|
+
(`x-identifier`), resolved live at read time. Absent when the schema
|
|
2933
|
+
designates no identifier or the user carries no value for it.
|
|
2934
|
+
*/
|
|
2935
|
+
readonly identifier?: string;
|
|
2936
|
+
/** The schema property `identifier` came from, so clients can reach the
|
|
2937
|
+
property's schema for semantics (a mailto link, a field label)
|
|
2938
|
+
instead of guessing from the value. Present exactly when
|
|
2939
|
+
`identifier` is.
|
|
2940
|
+
*/
|
|
2941
|
+
readonly identifier_property?: string;
|
|
2942
|
+
/** The `x-display` rendering — the designated properties' values joined
|
|
2943
|
+
in list order, resolved live at read time. Purely presentational.
|
|
2944
|
+
Absent when the schema designates no display properties or the user
|
|
2945
|
+
carries no values for them. Clients render `display`, falling back
|
|
2946
|
+
to `identifier`, then `id`.
|
|
2947
|
+
*/
|
|
2948
|
+
readonly display?: string;
|
|
2949
|
+
/** The user's team memberships, present only when the request asked for them with
|
|
2950
|
+
`expand: ["teams"]` (ADR 059). Absent means it was not requested; `[]`
|
|
2951
|
+
means the user has none.
|
|
2952
|
+
Deliberately outside `metadata`: memberships are a related collection, not
|
|
2953
|
+
part of the server-owned envelope, and it is a different concept from
|
|
2954
|
+
`metadata.lifecycle_owner_team_id` (ADR 024).
|
|
2955
|
+
*/
|
|
2956
|
+
readonly teams?: readonly {
|
|
2957
|
+
/** The unique identifier of the team. */id: string; /** The name of the team. */
|
|
2958
|
+
name: string;
|
|
2959
|
+
/** The user's participation state on this team. Memberships the user was
|
|
2960
|
+
removed from are not returned.
|
|
2961
|
+
*/
|
|
2962
|
+
membership_status: "pending" | "active" | "inactive"; /** The time when the user joined this team. */
|
|
2963
|
+
created_at: string; /** The time when this membership was last changed. */
|
|
2964
|
+
updated_at: string;
|
|
2965
|
+
}[];
|
|
2966
|
+
/** True when the user is on more teams than the embedded list carries. The
|
|
2967
|
+
embedded list is capped and cannot be paged; read them all at
|
|
2968
|
+
`GET /users/{user_id}/teams`. Present only alongside `teams`.
|
|
2969
|
+
*/
|
|
2970
|
+
readonly teams_truncated?: boolean;
|
|
2971
|
+
} | {
|
|
2972
|
+
/** The unique identifier of the team. */id: string; /** The name of the team. */
|
|
2973
|
+
name: string;
|
|
2974
|
+
/** The lifecycle state of a team.
|
|
2975
|
+
active: The team is available for use.
|
|
2976
|
+
deactivated: The team is no longer active but is retained for historical and audit purposes.
|
|
2977
|
+
*/
|
|
2978
|
+
status: "active" | "deactivated"; /** The time when the team was created. */
|
|
2979
|
+
created_at: string; /** The time when the team was last updated. */
|
|
2980
|
+
updated_at: string;
|
|
2981
|
+
} | null;
|
|
2982
|
+
//#endregion
|
|
2884
2983
|
//#region src/generated/model/createGrant201PrincipalType.d.ts
|
|
2885
2984
|
/**
|
|
2886
2985
|
* Generated by orval v8.10.0 🍺
|
|
@@ -2916,6 +3015,65 @@ declare const CreateGrant201Relation: {
|
|
|
2916
3015
|
readonly admin: "admin";
|
|
2917
3016
|
};
|
|
2918
3017
|
//#endregion
|
|
3018
|
+
//#region src/generated/model/createGrant201Team.d.ts
|
|
3019
|
+
/**
|
|
3020
|
+
* Generated by orval v8.10.0 🍺
|
|
3021
|
+
* Do not edit manually.
|
|
3022
|
+
* Zitadel NextGen
|
|
3023
|
+
* This is the next generation of the Zitadel identity platform.
|
|
3024
|
+
* OpenAPI spec version: 0.0.1
|
|
3025
|
+
*/
|
|
3026
|
+
/**
|
|
3027
|
+
* A resolved reference to a team. Carries the team's id and name so a grant
|
|
3028
|
+
list is readable without embedding the full Team body. Id and display ride
|
|
3029
|
+
`project.read` (ADR 059 rule 8): a reference field carrying only the
|
|
3030
|
+
target's id and display strings needs no gate of its own. Missing or
|
|
3031
|
+
deleted teams degrade to `team_id` only.
|
|
3032
|
+
|
|
3033
|
+
*/
|
|
3034
|
+
type CreateGrant201Team = {
|
|
3035
|
+
/** The referenced team's id (`team_<opaque>`). Always present. */team_id: string; /** The team's name. Absent when the team can no longer be loaded. */
|
|
3036
|
+
name?: string;
|
|
3037
|
+
};
|
|
3038
|
+
//#endregion
|
|
3039
|
+
//#region src/generated/model/createGrant201User.d.ts
|
|
3040
|
+
/**
|
|
3041
|
+
* Generated by orval v8.10.0 🍺
|
|
3042
|
+
* Do not edit manually.
|
|
3043
|
+
* Zitadel NextGen
|
|
3044
|
+
* This is the next generation of the Zitadel identity platform.
|
|
3045
|
+
* OpenAPI spec version: 0.0.1
|
|
3046
|
+
*/
|
|
3047
|
+
/**
|
|
3048
|
+
* A resolved reference to a user (ADR 058 §3). Fields are role-named, not
|
|
3049
|
+
property-named, so responses can mix users from different schemas.
|
|
3050
|
+
`identifier` and `display` are resolved independently from the user
|
|
3051
|
+
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
3052
|
+
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
3053
|
+
Missing or deleted users degrade to `user_id` only.
|
|
3054
|
+
|
|
3055
|
+
*/
|
|
3056
|
+
type CreateGrant201User = {
|
|
3057
|
+
/** @pattern ^user_[a-zA-Z0-9_-]+$ */user_id: string;
|
|
3058
|
+
/** The current value of the schema's designated identifier
|
|
3059
|
+
(`x-identifier`). Absent when the schema designates no identifier or
|
|
3060
|
+
the user carries no value for it.
|
|
3061
|
+
*/
|
|
3062
|
+
identifier?: string;
|
|
3063
|
+
/** The schema property `identifier` came from, so clients can reach the
|
|
3064
|
+
property's schema for semantics (a mailto link, a field label)
|
|
3065
|
+
instead of guessing from the value. Present exactly when
|
|
3066
|
+
`identifier` is.
|
|
3067
|
+
*/
|
|
3068
|
+
identifier_property?: string;
|
|
3069
|
+
/** The `x-display` rendering — the designated properties' values joined
|
|
3070
|
+
in list order. Purely presentational, with no source attribution.
|
|
3071
|
+
Absent when the schema designates no display properties or the user
|
|
3072
|
+
carries no values for them.
|
|
3073
|
+
*/
|
|
3074
|
+
display?: string;
|
|
3075
|
+
};
|
|
3076
|
+
//#endregion
|
|
2919
3077
|
//#region src/generated/model/createGrant201.d.ts
|
|
2920
3078
|
/**
|
|
2921
3079
|
* A collaboration grant binding a principal to a project relation.
|
|
@@ -2932,6 +3090,33 @@ type CreateGrant201 = {
|
|
|
2932
3090
|
returns expired unrevoked grants; authorization ignores them.
|
|
2933
3091
|
*/
|
|
2934
3092
|
expires_at?: string | null;
|
|
3093
|
+
/** A resolved reference to a user (ADR 058 §3). Fields are role-named, not
|
|
3094
|
+
property-named, so responses can mix users from different schemas.
|
|
3095
|
+
`identifier` and `display` are resolved independently from the user
|
|
3096
|
+
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
3097
|
+
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
3098
|
+
Missing or deleted users degrade to `user_id` only.
|
|
3099
|
+
*/
|
|
3100
|
+
user?: CreateGrant201User;
|
|
3101
|
+
/** A resolved reference to a team. Carries the team's id and name so a grant
|
|
3102
|
+
list is readable without embedding the full Team body. Id and display ride
|
|
3103
|
+
`project.read` (ADR 059 rule 8): a reference field carrying only the
|
|
3104
|
+
target's id and display strings needs no gate of its own. Missing or
|
|
3105
|
+
deleted teams degrade to `team_id` only.
|
|
3106
|
+
*/
|
|
3107
|
+
team?: CreateGrant201Team;
|
|
3108
|
+
/** The principal named by `principal_id`, present only when the request
|
|
3109
|
+
asked for it with `expand: ["principal"]` (ADR 059). Absent means it
|
|
3110
|
+
was not requested; `null` means the principal cannot be loaded
|
|
3111
|
+
(deleted or missing). GET and create never set this field.
|
|
3112
|
+
When present, the body is the same representation `GET /users/{id}`
|
|
3113
|
+
serves for `principal_type=user`, or `GET /teams/{id}` for
|
|
3114
|
+
`principal_type=team`. Discriminate with the grant's existing
|
|
3115
|
+
`principal_type`.
|
|
3116
|
+
Requires `user.read` and `team.read` in addition to `project.read`.
|
|
3117
|
+
Both are checked on the whole request before the list.
|
|
3118
|
+
*/
|
|
3119
|
+
readonly principal?: CreateGrant201Principal;
|
|
2935
3120
|
};
|
|
2936
3121
|
//#endregion
|
|
2937
3122
|
//#region src/generated/model/createGrant400Details.d.ts
|
|
@@ -4234,6 +4419,7 @@ property-named, so responses can mix users from different schemas.
|
|
|
4234
4419
|
`identifier` and `display` are resolved independently from the user
|
|
4235
4420
|
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
4236
4421
|
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
4422
|
+
Missing or deleted users degrade to `user_id` only.
|
|
4237
4423
|
|
|
4238
4424
|
*/
|
|
4239
4425
|
type CreateSession201SessionUser = {
|
|
@@ -4306,6 +4492,7 @@ type CreateSession201Session = {
|
|
|
4306
4492
|
`identifier` and `display` are resolved independently from the user
|
|
4307
4493
|
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
4308
4494
|
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
4495
|
+
Missing or deleted users degrade to `user_id` only.
|
|
4309
4496
|
*/
|
|
4310
4497
|
user?: CreateSession201SessionUser;
|
|
4311
4498
|
/** Verified authentication factors accumulated by this session.
|
|
@@ -5793,6 +5980,7 @@ property-named, so responses can mix users from different schemas.
|
|
|
5793
5980
|
`identifier` and `display` are resolved independently from the user
|
|
5794
5981
|
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
5795
5982
|
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
5983
|
+
Missing or deleted users degrade to `user_id` only.
|
|
5796
5984
|
|
|
5797
5985
|
*/
|
|
5798
5986
|
type ExchangeHandoff200SessionUser = {
|
|
@@ -5865,6 +6053,7 @@ type ExchangeHandoff200Session = {
|
|
|
5865
6053
|
`identifier` and `display` are resolved independently from the user
|
|
5866
6054
|
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
5867
6055
|
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
6056
|
+
Missing or deleted users degrade to `user_id` only.
|
|
5868
6057
|
*/
|
|
5869
6058
|
user?: ExchangeHandoff200SessionUser;
|
|
5870
6059
|
/** Verified authentication factors accumulated by this session.
|
|
@@ -6985,13 +7174,7 @@ type GetClaimStatus404 = {
|
|
|
6985
7174
|
* This is the next generation of the Zitadel identity platform.
|
|
6986
7175
|
* OpenAPI spec version: 0.0.1
|
|
6987
7176
|
*/
|
|
6988
|
-
|
|
6989
|
-
* The claim challenge has expired
|
|
6990
|
-
|
|
6991
|
-
Error code: proj.claim_expired
|
|
6992
|
-
|
|
6993
|
-
*/
|
|
6994
|
-
type GetClaimStatus410 = {
|
|
7177
|
+
type GetClaimStatus410 = ({
|
|
6995
7178
|
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
6996
7179
|
message: string; /** Additional error-specific context. */
|
|
6997
7180
|
details?: {
|
|
@@ -6999,7 +7182,15 @@ type GetClaimStatus410 = {
|
|
|
6999
7182
|
};
|
|
7000
7183
|
} & {
|
|
7001
7184
|
code: "proj.claim_expired";
|
|
7002
|
-
}
|
|
7185
|
+
}) | ({
|
|
7186
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
7187
|
+
message: string; /** Additional error-specific context. */
|
|
7188
|
+
details?: {
|
|
7189
|
+
[key: string]: unknown;
|
|
7190
|
+
};
|
|
7191
|
+
} & {
|
|
7192
|
+
code: "proj.claim_window_expired";
|
|
7193
|
+
});
|
|
7003
7194
|
//#endregion
|
|
7004
7195
|
//#region src/generated/model/getClaimStatus429Details.d.ts
|
|
7005
7196
|
/**
|
|
@@ -7067,7 +7258,7 @@ type GetClaimStatusParams = {
|
|
|
7067
7258
|
challenge_id: string;
|
|
7068
7259
|
};
|
|
7069
7260
|
//#endregion
|
|
7070
|
-
//#region src/generated/model/
|
|
7261
|
+
//#region src/generated/model/getClaimWindow200.d.ts
|
|
7071
7262
|
/**
|
|
7072
7263
|
* Generated by orval v8.10.0 🍺
|
|
7073
7264
|
* Do not edit manually.
|
|
@@ -7076,31 +7267,21 @@ type GetClaimStatusParams = {
|
|
|
7076
7267
|
* OpenAPI spec version: 0.0.1
|
|
7077
7268
|
*/
|
|
7078
7269
|
/**
|
|
7079
|
-
*
|
|
7080
|
-
|
|
7081
|
-
|
|
7082
|
-
deployment history, arrive with the deployments endpoints; environment
|
|
7083
|
-
lifecycle (create, rename, retire) arrives with its own ADR. Until then
|
|
7084
|
-
every project is seeded with a fixed set of environments at creation and
|
|
7085
|
-
the set cannot be changed.
|
|
7270
|
+
* How long the project can still be claimed. Derived from the project's
|
|
7271
|
+
creation time and the fixed 14-day claim window (ADR 046); it does not
|
|
7272
|
+
depend on the challenge, which has its own much shorter expiry.
|
|
7086
7273
|
|
|
7087
7274
|
*/
|
|
7088
|
-
type
|
|
7089
|
-
/** The
|
|
7090
|
-
|
|
7091
|
-
|
|
7092
|
-
|
|
7093
|
-
|
|
7094
|
-
|
|
7095
|
-
between them.
|
|
7096
|
-
* @maxLength 63
|
|
7097
|
-
* @pattern ^[a-z0-9]([a-z0-9-]*[a-z0-9])?$
|
|
7098
|
-
*/
|
|
7099
|
-
name: string; /** When the environment was created. */
|
|
7100
|
-
readonly created_at: string;
|
|
7275
|
+
type GetClaimWindow200 = {
|
|
7276
|
+
/** The time when the project's claim window closes. */expires_at: string;
|
|
7277
|
+
/** Whether the window has already closed. Reported alongside `expires_at`
|
|
7278
|
+
rather than left to the client so a skewed browser clock cannot show a
|
|
7279
|
+
claimable project as expired, or the reverse.
|
|
7280
|
+
*/
|
|
7281
|
+
expired: boolean;
|
|
7101
7282
|
};
|
|
7102
7283
|
//#endregion
|
|
7103
|
-
//#region src/generated/model/
|
|
7284
|
+
//#region src/generated/model/getClaimWindow404Details.d.ts
|
|
7104
7285
|
/**
|
|
7105
7286
|
* Generated by orval v8.10.0 🍺
|
|
7106
7287
|
* Do not edit manually.
|
|
@@ -7108,49 +7289,24 @@ type GetEnvironmentByName200 = {
|
|
|
7108
7289
|
* This is the next generation of the Zitadel identity platform.
|
|
7109
7290
|
* OpenAPI spec version: 0.0.1
|
|
7110
7291
|
*/
|
|
7111
|
-
|
|
7112
|
-
|
|
7113
|
-
|
|
7114
|
-
|
|
7115
|
-
|
|
7116
|
-
|
|
7117
|
-
|
|
7118
|
-
|
|
7119
|
-
|
|
7120
|
-
|
|
7121
|
-
|
|
7122
|
-
|
|
7123
|
-
[key: string]: unknown;
|
|
7124
|
-
};
|
|
7125
|
-
} & {
|
|
7126
|
-
code: "env.not_found";
|
|
7127
|
-
}) | ({
|
|
7128
|
-
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
7129
|
-
message: string; /** Additional error-specific context. */
|
|
7130
|
-
details?: {
|
|
7131
|
-
[key: string]: unknown;
|
|
7132
|
-
};
|
|
7133
|
-
} & {
|
|
7134
|
-
code: "env.permission_denied";
|
|
7135
|
-
}) | ({
|
|
7136
|
-
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
7137
|
-
message: string; /** Additional error-specific context. */
|
|
7138
|
-
details?: {
|
|
7139
|
-
[key: string]: unknown;
|
|
7140
|
-
};
|
|
7141
|
-
} & {
|
|
7142
|
-
code: "internal";
|
|
7143
|
-
}) | ({
|
|
7292
|
+
/**
|
|
7293
|
+
* Additional error-specific context.
|
|
7294
|
+
*/
|
|
7295
|
+
type GetClaimWindow404Details = {
|
|
7296
|
+
[key: string]: unknown;
|
|
7297
|
+
};
|
|
7298
|
+
//#endregion
|
|
7299
|
+
//#region src/generated/model/getClaimWindow404.d.ts
|
|
7300
|
+
/**
|
|
7301
|
+
* Standard error payload returned for failed API requests.
|
|
7302
|
+
*/
|
|
7303
|
+
type GetClaimWindow404 = {
|
|
7144
7304
|
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
7145
7305
|
message: string; /** Additional error-specific context. */
|
|
7146
|
-
details?:
|
|
7147
|
-
|
|
7148
|
-
};
|
|
7149
|
-
} & {
|
|
7150
|
-
code: "req.invalid";
|
|
7151
|
-
});
|
|
7306
|
+
details?: GetClaimWindow404Details;
|
|
7307
|
+
};
|
|
7152
7308
|
//#endregion
|
|
7153
|
-
//#region src/generated/model/
|
|
7309
|
+
//#region src/generated/model/getClaimWindow429Details.d.ts
|
|
7154
7310
|
/**
|
|
7155
7311
|
* Generated by orval v8.10.0 🍺
|
|
7156
7312
|
* Do not edit manually.
|
|
@@ -7158,14 +7314,163 @@ type GetEnvironmentByNameDefault = ({
|
|
|
7158
7314
|
* This is the next generation of the Zitadel identity platform.
|
|
7159
7315
|
* OpenAPI spec version: 0.0.1
|
|
7160
7316
|
*/
|
|
7161
|
-
|
|
7162
|
-
|
|
7163
|
-
|
|
7164
|
-
|
|
7165
|
-
|
|
7166
|
-
|
|
7167
|
-
|
|
7168
|
-
//#
|
|
7317
|
+
/**
|
|
7318
|
+
* Additional error-specific context.
|
|
7319
|
+
*/
|
|
7320
|
+
type GetClaimWindow429Details = {
|
|
7321
|
+
[key: string]: unknown;
|
|
7322
|
+
};
|
|
7323
|
+
//#endregion
|
|
7324
|
+
//#region src/generated/model/getClaimWindow429.d.ts
|
|
7325
|
+
/**
|
|
7326
|
+
* Standard error payload returned for failed API requests.
|
|
7327
|
+
*/
|
|
7328
|
+
type GetClaimWindow429 = {
|
|
7329
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
7330
|
+
message: string; /** Additional error-specific context. */
|
|
7331
|
+
details?: GetClaimWindow429Details;
|
|
7332
|
+
};
|
|
7333
|
+
//#endregion
|
|
7334
|
+
//#region src/generated/model/getClaimWindowDefaultDetails.d.ts
|
|
7335
|
+
/**
|
|
7336
|
+
* Generated by orval v8.10.0 🍺
|
|
7337
|
+
* Do not edit manually.
|
|
7338
|
+
* Zitadel NextGen
|
|
7339
|
+
* This is the next generation of the Zitadel identity platform.
|
|
7340
|
+
* OpenAPI spec version: 0.0.1
|
|
7341
|
+
*/
|
|
7342
|
+
/**
|
|
7343
|
+
* Additional error-specific context.
|
|
7344
|
+
*/
|
|
7345
|
+
type GetClaimWindowDefaultDetails = {
|
|
7346
|
+
[key: string]: unknown;
|
|
7347
|
+
};
|
|
7348
|
+
//#endregion
|
|
7349
|
+
//#region src/generated/model/getClaimWindowDefault.d.ts
|
|
7350
|
+
/**
|
|
7351
|
+
* Standard error payload returned for failed API requests.
|
|
7352
|
+
*/
|
|
7353
|
+
type GetClaimWindowDefault = {
|
|
7354
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
7355
|
+
message: string; /** Additional error-specific context. */
|
|
7356
|
+
details?: GetClaimWindowDefaultDetails;
|
|
7357
|
+
};
|
|
7358
|
+
//#endregion
|
|
7359
|
+
//#region src/generated/model/getClaimWindowParams.d.ts
|
|
7360
|
+
/**
|
|
7361
|
+
* Generated by orval v8.10.0 🍺
|
|
7362
|
+
* Do not edit manually.
|
|
7363
|
+
* Zitadel NextGen
|
|
7364
|
+
* This is the next generation of the Zitadel identity platform.
|
|
7365
|
+
* OpenAPI spec version: 0.0.1
|
|
7366
|
+
*/
|
|
7367
|
+
type GetClaimWindowParams = {
|
|
7368
|
+
/**
|
|
7369
|
+
* Unique identifier for this challenge (dialect-minted prefixed opaque string).
|
|
7370
|
+
* @pattern ^ch_[a-zA-Z0-9_-]+$
|
|
7371
|
+
*/
|
|
7372
|
+
challenge_id: string;
|
|
7373
|
+
};
|
|
7374
|
+
//#endregion
|
|
7375
|
+
//#region src/generated/model/getEnvironmentByName200.d.ts
|
|
7376
|
+
/**
|
|
7377
|
+
* Generated by orval v8.10.0 🍺
|
|
7378
|
+
* Do not edit manually.
|
|
7379
|
+
* Zitadel NextGen
|
|
7380
|
+
* This is the next generation of the Zitadel identity platform.
|
|
7381
|
+
* OpenAPI spec version: 0.0.1
|
|
7382
|
+
*/
|
|
7383
|
+
/**
|
|
7384
|
+
* A runtime slot on a project (ADR 035).
|
|
7385
|
+
|
|
7386
|
+
This is identity only. The release an environment currently runs, and its
|
|
7387
|
+
deployment history, arrive with the deployments endpoints; environment
|
|
7388
|
+
lifecycle (create, rename, retire) arrives with its own ADR. Until then
|
|
7389
|
+
every project is seeded with a fixed set of environments at creation and
|
|
7390
|
+
the set cannot be changed.
|
|
7391
|
+
|
|
7392
|
+
*/
|
|
7393
|
+
type GetEnvironmentByName200 = {
|
|
7394
|
+
/** The opaque, immutable resource id. */readonly id: string; /** @pattern ^[a-zA-Z0-9_-]+$ */
|
|
7395
|
+
project_id: string;
|
|
7396
|
+
/**
|
|
7397
|
+
* An environment's public handle, unique within its project and immutable.
|
|
7398
|
+
It addresses the environment on the wire and names a deploy target in the
|
|
7399
|
+
CLI, so it is a lowercase DNS-style label: letters, digits, and hyphens
|
|
7400
|
+
between them.
|
|
7401
|
+
* @maxLength 63
|
|
7402
|
+
* @pattern ^[a-z0-9]([a-z0-9-]*[a-z0-9])?$
|
|
7403
|
+
*/
|
|
7404
|
+
name: string; /** When the environment was created. */
|
|
7405
|
+
readonly created_at: string;
|
|
7406
|
+
};
|
|
7407
|
+
//#endregion
|
|
7408
|
+
//#region src/generated/model/getEnvironmentByNameDefault.d.ts
|
|
7409
|
+
/**
|
|
7410
|
+
* Generated by orval v8.10.0 🍺
|
|
7411
|
+
* Do not edit manually.
|
|
7412
|
+
* Zitadel NextGen
|
|
7413
|
+
* This is the next generation of the Zitadel identity platform.
|
|
7414
|
+
* OpenAPI spec version: 0.0.1
|
|
7415
|
+
*/
|
|
7416
|
+
type GetEnvironmentByNameDefault = ({
|
|
7417
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
7418
|
+
message: string; /** Additional error-specific context. */
|
|
7419
|
+
details?: {
|
|
7420
|
+
[key: string]: unknown;
|
|
7421
|
+
};
|
|
7422
|
+
} & {
|
|
7423
|
+
code: "auth.unauthorized";
|
|
7424
|
+
}) | ({
|
|
7425
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
7426
|
+
message: string; /** Additional error-specific context. */
|
|
7427
|
+
details?: {
|
|
7428
|
+
[key: string]: unknown;
|
|
7429
|
+
};
|
|
7430
|
+
} & {
|
|
7431
|
+
code: "env.not_found";
|
|
7432
|
+
}) | ({
|
|
7433
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
7434
|
+
message: string; /** Additional error-specific context. */
|
|
7435
|
+
details?: {
|
|
7436
|
+
[key: string]: unknown;
|
|
7437
|
+
};
|
|
7438
|
+
} & {
|
|
7439
|
+
code: "env.permission_denied";
|
|
7440
|
+
}) | ({
|
|
7441
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
7442
|
+
message: string; /** Additional error-specific context. */
|
|
7443
|
+
details?: {
|
|
7444
|
+
[key: string]: unknown;
|
|
7445
|
+
};
|
|
7446
|
+
} & {
|
|
7447
|
+
code: "internal";
|
|
7448
|
+
}) | ({
|
|
7449
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
7450
|
+
message: string; /** Additional error-specific context. */
|
|
7451
|
+
details?: {
|
|
7452
|
+
[key: string]: unknown;
|
|
7453
|
+
};
|
|
7454
|
+
} & {
|
|
7455
|
+
code: "req.invalid";
|
|
7456
|
+
});
|
|
7457
|
+
//#endregion
|
|
7458
|
+
//#region src/generated/model/getEnvironmentByNameParams.d.ts
|
|
7459
|
+
/**
|
|
7460
|
+
* Generated by orval v8.10.0 🍺
|
|
7461
|
+
* Do not edit manually.
|
|
7462
|
+
* Zitadel NextGen
|
|
7463
|
+
* This is the next generation of the Zitadel identity platform.
|
|
7464
|
+
* OpenAPI spec version: 0.0.1
|
|
7465
|
+
*/
|
|
7466
|
+
type GetEnvironmentByNameParams = {
|
|
7467
|
+
/**
|
|
7468
|
+
* The unique identifier of the project
|
|
7469
|
+
* @pattern ^[a-zA-Z0-9_-]+$
|
|
7470
|
+
*/
|
|
7471
|
+
project_id: string;
|
|
7472
|
+
};
|
|
7473
|
+
//#endregion
|
|
7169
7474
|
//#region src/generated/model/getEvent200.d.ts
|
|
7170
7475
|
/**
|
|
7171
7476
|
* Generated by orval v8.10.0 🍺
|
|
@@ -8024,6 +8329,59 @@ type GetEvent200 = ({
|
|
|
8024
8329
|
};
|
|
8025
8330
|
[key: string]: unknown;
|
|
8026
8331
|
};
|
|
8332
|
+
} & {
|
|
8333
|
+
event_type: "release.created";
|
|
8334
|
+
/** Allowlisted fields for `release.created`. The release id is already the
|
|
8335
|
+
event's `entity_id`; the pinned set is repeated here so the audit stream
|
|
8336
|
+
answers what a release contained without reading the release itself.
|
|
8337
|
+
*/
|
|
8338
|
+
payload: {
|
|
8339
|
+
content_hash?: string;
|
|
8340
|
+
message?: string;
|
|
8341
|
+
git_sha?: string;
|
|
8342
|
+
git_dirty?: boolean;
|
|
8343
|
+
pointers?: {
|
|
8344
|
+
kind?: string;
|
|
8345
|
+
handle?: string;
|
|
8346
|
+
revision_id?: string;
|
|
8347
|
+
}[];
|
|
8348
|
+
};
|
|
8349
|
+
}) | ({
|
|
8350
|
+
/** Managed event id (`evt_<opaque>`). */id: string; /** @pattern ^[a-zA-Z0-9_-]+$ */
|
|
8351
|
+
project_id: string; /** Emit-time team scope, when the actor operated under a team. */
|
|
8352
|
+
team_id?: string | null;
|
|
8353
|
+
/** Semantic event name (dot-separated). Discriminator for the Event union —
|
|
8354
|
+
see docs/design/api/events-catalog.md.
|
|
8355
|
+
*/
|
|
8356
|
+
event_type: string; /** Wide-event category. */
|
|
8357
|
+
category: "request" | "auth" | "session" | "admin" | "entity" | "signal"; /** When the action happened (server/storage clock, dialect-owned). */
|
|
8358
|
+
occurred_at: string; /** When the row was inserted (server/storage clock, dialect-owned). */
|
|
8359
|
+
created_at: string; /** Who triggered the event. */
|
|
8360
|
+
actor_id?: string | null; /** Actor kind. */
|
|
8361
|
+
actor_type?: "human" | "service" | "system" | "agent" | null; /** Resource type affected. */
|
|
8362
|
+
entity_type?: string | null; /** Resource id affected. */
|
|
8363
|
+
entity_id?: string | null; /** Application or agent that produced the event. */
|
|
8364
|
+
client_id: string; /** Token id present at emit time, when any. */
|
|
8365
|
+
token_id?: string; /** Delegation kind (omit when unset). */
|
|
8366
|
+
delegation_type?: "direct" | "delegated" | "pat_shared" | "exchanged";
|
|
8367
|
+
delegation_id?: string;
|
|
8368
|
+
grantor?: string; /** Device fingerprint correlation id. */
|
|
8369
|
+
fingerprint?: string; /** HTTP request correlation id. */
|
|
8370
|
+
request_id?: string | null; /** Session correlation id. */
|
|
8371
|
+
session_id?: string | null; /** Login flow correlation id. */
|
|
8372
|
+
flow_id?: string | null;
|
|
8373
|
+
/** Emit-time metadata, already redacted at write. Path A request.api may
|
|
8374
|
+
set client (ip, user_agent, origin) for SIEM join on request_id. Not a
|
|
8375
|
+
live risk-evaluator input.
|
|
8376
|
+
*/
|
|
8377
|
+
metadata?: {
|
|
8378
|
+
/** Observed HTTP requestor context on Path A request.api only. */client?: {
|
|
8379
|
+
/** Client IP from the first X-Forwarded-For hop or RemoteAddr. */ip?: string; /** Observed User-Agent header. */
|
|
8380
|
+
user_agent?: string; /** Origin header when present. */
|
|
8381
|
+
origin?: string;
|
|
8382
|
+
};
|
|
8383
|
+
[key: string]: unknown;
|
|
8384
|
+
};
|
|
8027
8385
|
} & {
|
|
8028
8386
|
event_type: "request.api"; /** Payload for `request.api` events. */
|
|
8029
8387
|
payload: {
|
|
@@ -8901,9 +9259,11 @@ the purpose + audience when a flow is created via POST /flow.
|
|
|
8901
9259
|
type GetFlowDefinition200FlowDefinition = {
|
|
8902
9260
|
/**
|
|
8903
9261
|
* Stable identifier for this flow, used as the target of cross-flow
|
|
8904
|
-
`switch` and `pivot` transitions.
|
|
8905
|
-
`name
|
|
8906
|
-
|
|
9262
|
+
`switch` and `pivot` transitions. Every revision of a flow shares its
|
|
9263
|
+
`name`; publishing a definition under an existing `name` adds a
|
|
9264
|
+
revision to that flow. Renaming is not supported — the `name` is part
|
|
9265
|
+
of the public contract another definition may reference. Acts as the
|
|
9266
|
+
human display label as well; no separate slug.
|
|
8907
9267
|
* @pattern ^[a-z][a-z0-9-]*$
|
|
8908
9268
|
*/
|
|
8909
9269
|
name: string;
|
|
@@ -9809,6 +10169,132 @@ declare const GetGrant200ObjectType: {
|
|
|
9809
10169
|
readonly project: "project";
|
|
9810
10170
|
};
|
|
9811
10171
|
//#endregion
|
|
10172
|
+
//#region src/generated/model/getGrant200Principal.d.ts
|
|
10173
|
+
/**
|
|
10174
|
+
* Generated by orval v8.10.0 🍺
|
|
10175
|
+
* Do not edit manually.
|
|
10176
|
+
* Zitadel NextGen
|
|
10177
|
+
* This is the next generation of the Zitadel identity platform.
|
|
10178
|
+
* OpenAPI spec version: 0.0.1
|
|
10179
|
+
*/
|
|
10180
|
+
/**
|
|
10181
|
+
* The principal named by `principal_id`, present only when the request
|
|
10182
|
+
asked for it with `expand: ["principal"]` (ADR 059). Absent means it
|
|
10183
|
+
was not requested; `null` means the principal cannot be loaded
|
|
10184
|
+
(deleted or missing). GET and create never set this field.
|
|
10185
|
+
|
|
10186
|
+
When present, the body is the same representation `GET /users/{id}`
|
|
10187
|
+
serves for `principal_type=user`, or `GET /teams/{id}` for
|
|
10188
|
+
`principal_type=team`. Discriminate with the grant's existing
|
|
10189
|
+
`principal_type`.
|
|
10190
|
+
|
|
10191
|
+
Requires `user.read` and `team.read` in addition to `project.read`.
|
|
10192
|
+
Both are checked on the whole request before the list.
|
|
10193
|
+
|
|
10194
|
+
*/
|
|
10195
|
+
type GetGrant200Principal = {
|
|
10196
|
+
/** @pattern ^user_[a-zA-Z0-9_-]+$ */id: string;
|
|
10197
|
+
/** The schema that defines the content of `attributes`. These schemas can be
|
|
10198
|
+
created using the `/schemas` endpoint. A default schema is provided.
|
|
10199
|
+
This schema can be retrieved using the same endpoint.
|
|
10200
|
+
*/
|
|
10201
|
+
schema: string;
|
|
10202
|
+
/** The user's content, satisfying the schema named by `schema`. Property
|
|
10203
|
+
names and types are determined entirely by that schema.
|
|
10204
|
+
*/
|
|
10205
|
+
attributes: {
|
|
10206
|
+
[key: string]: unknown;
|
|
10207
|
+
};
|
|
10208
|
+
metadata: {
|
|
10209
|
+
/** The time when the user was created. */created_at: string; /** The time when the user was last updated. */
|
|
10210
|
+
updated_at: string; /** The status of the user. */
|
|
10211
|
+
status: "active" | "suspended" | "deactivated" | "pending_purge";
|
|
10212
|
+
/** The team that owns this user's identity lifecycle, or `null` when the
|
|
10213
|
+
user is self-owned. This is a single team and a different concept from
|
|
10214
|
+
the user's team memberships: it decides who may deprovision the user, not
|
|
10215
|
+
which teams the user collaborates in. Memberships are their own paginated
|
|
10216
|
+
resource — `GET /users/{user_id}/teams`.
|
|
10217
|
+
*/
|
|
10218
|
+
lifecycle_owner_team_id?: string | null;
|
|
10219
|
+
/** The team named by `lifecycle_owner_team_id`, present only when the
|
|
10220
|
+
request asked for it with `expand: ["lifecycle_owner_team"]` (ADR 059).
|
|
10221
|
+
Absent means it was not requested; `null` means the user is self-owned
|
|
10222
|
+
and there is no owner to resolve.
|
|
10223
|
+
Requesting it does not guarantee it is present on every user. Today
|
|
10224
|
+
`team.read` is checked once for the whole request, so it is; once that
|
|
10225
|
+
check is per team, a page may contain a user whose owner the caller may
|
|
10226
|
+
not read, and such a row answers with neither the team nor `null` —
|
|
10227
|
+
`null` already means self-owned. What it answers with instead is decided
|
|
10228
|
+
with the granular scopes (#420); do not read the two cases above as the
|
|
10229
|
+
complete set.
|
|
10230
|
+
This is the same representation `GET /teams/{team_id}` serves. It is a
|
|
10231
|
+
single team, not a collection, so it carries no cap and no truncation
|
|
10232
|
+
flag.
|
|
10233
|
+
*/
|
|
10234
|
+
readonly lifecycle_owner_team?: {
|
|
10235
|
+
/** The unique identifier of the team. */id: string; /** The name of the team. */
|
|
10236
|
+
name: string;
|
|
10237
|
+
/** The lifecycle state of a team.
|
|
10238
|
+
active: The team is available for use.
|
|
10239
|
+
deactivated: The team is no longer active but is retained for historical and audit purposes.
|
|
10240
|
+
*/
|
|
10241
|
+
status: "active" | "deactivated"; /** The time when the team was created. */
|
|
10242
|
+
created_at: string; /** The time when the team was last updated. */
|
|
10243
|
+
updated_at: string;
|
|
10244
|
+
} | null;
|
|
10245
|
+
};
|
|
10246
|
+
/** The current value of the user schema's designated identifier
|
|
10247
|
+
(`x-identifier`), resolved live at read time. Absent when the schema
|
|
10248
|
+
designates no identifier or the user carries no value for it.
|
|
10249
|
+
*/
|
|
10250
|
+
readonly identifier?: string;
|
|
10251
|
+
/** The schema property `identifier` came from, so clients can reach the
|
|
10252
|
+
property's schema for semantics (a mailto link, a field label)
|
|
10253
|
+
instead of guessing from the value. Present exactly when
|
|
10254
|
+
`identifier` is.
|
|
10255
|
+
*/
|
|
10256
|
+
readonly identifier_property?: string;
|
|
10257
|
+
/** The `x-display` rendering — the designated properties' values joined
|
|
10258
|
+
in list order, resolved live at read time. Purely presentational.
|
|
10259
|
+
Absent when the schema designates no display properties or the user
|
|
10260
|
+
carries no values for them. Clients render `display`, falling back
|
|
10261
|
+
to `identifier`, then `id`.
|
|
10262
|
+
*/
|
|
10263
|
+
readonly display?: string;
|
|
10264
|
+
/** The user's team memberships, present only when the request asked for them with
|
|
10265
|
+
`expand: ["teams"]` (ADR 059). Absent means it was not requested; `[]`
|
|
10266
|
+
means the user has none.
|
|
10267
|
+
Deliberately outside `metadata`: memberships are a related collection, not
|
|
10268
|
+
part of the server-owned envelope, and it is a different concept from
|
|
10269
|
+
`metadata.lifecycle_owner_team_id` (ADR 024).
|
|
10270
|
+
*/
|
|
10271
|
+
readonly teams?: readonly {
|
|
10272
|
+
/** The unique identifier of the team. */id: string; /** The name of the team. */
|
|
10273
|
+
name: string;
|
|
10274
|
+
/** The user's participation state on this team. Memberships the user was
|
|
10275
|
+
removed from are not returned.
|
|
10276
|
+
*/
|
|
10277
|
+
membership_status: "pending" | "active" | "inactive"; /** The time when the user joined this team. */
|
|
10278
|
+
created_at: string; /** The time when this membership was last changed. */
|
|
10279
|
+
updated_at: string;
|
|
10280
|
+
}[];
|
|
10281
|
+
/** True when the user is on more teams than the embedded list carries. The
|
|
10282
|
+
embedded list is capped and cannot be paged; read them all at
|
|
10283
|
+
`GET /users/{user_id}/teams`. Present only alongside `teams`.
|
|
10284
|
+
*/
|
|
10285
|
+
readonly teams_truncated?: boolean;
|
|
10286
|
+
} | {
|
|
10287
|
+
/** The unique identifier of the team. */id: string; /** The name of the team. */
|
|
10288
|
+
name: string;
|
|
10289
|
+
/** The lifecycle state of a team.
|
|
10290
|
+
active: The team is available for use.
|
|
10291
|
+
deactivated: The team is no longer active but is retained for historical and audit purposes.
|
|
10292
|
+
*/
|
|
10293
|
+
status: "active" | "deactivated"; /** The time when the team was created. */
|
|
10294
|
+
created_at: string; /** The time when the team was last updated. */
|
|
10295
|
+
updated_at: string;
|
|
10296
|
+
} | null;
|
|
10297
|
+
//#endregion
|
|
9812
10298
|
//#region src/generated/model/getGrant200PrincipalType.d.ts
|
|
9813
10299
|
/**
|
|
9814
10300
|
* Generated by orval v8.10.0 🍺
|
|
@@ -9844,7 +10330,66 @@ declare const GetGrant200Relation: {
|
|
|
9844
10330
|
readonly admin: "admin";
|
|
9845
10331
|
};
|
|
9846
10332
|
//#endregion
|
|
9847
|
-
//#region src/generated/model/
|
|
10333
|
+
//#region src/generated/model/getGrant200Team.d.ts
|
|
10334
|
+
/**
|
|
10335
|
+
* Generated by orval v8.10.0 🍺
|
|
10336
|
+
* Do not edit manually.
|
|
10337
|
+
* Zitadel NextGen
|
|
10338
|
+
* This is the next generation of the Zitadel identity platform.
|
|
10339
|
+
* OpenAPI spec version: 0.0.1
|
|
10340
|
+
*/
|
|
10341
|
+
/**
|
|
10342
|
+
* A resolved reference to a team. Carries the team's id and name so a grant
|
|
10343
|
+
list is readable without embedding the full Team body. Id and display ride
|
|
10344
|
+
`project.read` (ADR 059 rule 8): a reference field carrying only the
|
|
10345
|
+
target's id and display strings needs no gate of its own. Missing or
|
|
10346
|
+
deleted teams degrade to `team_id` only.
|
|
10347
|
+
|
|
10348
|
+
*/
|
|
10349
|
+
type GetGrant200Team = {
|
|
10350
|
+
/** The referenced team's id (`team_<opaque>`). Always present. */team_id: string; /** The team's name. Absent when the team can no longer be loaded. */
|
|
10351
|
+
name?: string;
|
|
10352
|
+
};
|
|
10353
|
+
//#endregion
|
|
10354
|
+
//#region src/generated/model/getGrant200User.d.ts
|
|
10355
|
+
/**
|
|
10356
|
+
* Generated by orval v8.10.0 🍺
|
|
10357
|
+
* Do not edit manually.
|
|
10358
|
+
* Zitadel NextGen
|
|
10359
|
+
* This is the next generation of the Zitadel identity platform.
|
|
10360
|
+
* OpenAPI spec version: 0.0.1
|
|
10361
|
+
*/
|
|
10362
|
+
/**
|
|
10363
|
+
* A resolved reference to a user (ADR 058 §3). Fields are role-named, not
|
|
10364
|
+
property-named, so responses can mix users from different schemas.
|
|
10365
|
+
`identifier` and `display` are resolved independently from the user
|
|
10366
|
+
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
10367
|
+
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
10368
|
+
Missing or deleted users degrade to `user_id` only.
|
|
10369
|
+
|
|
10370
|
+
*/
|
|
10371
|
+
type GetGrant200User = {
|
|
10372
|
+
/** @pattern ^user_[a-zA-Z0-9_-]+$ */user_id: string;
|
|
10373
|
+
/** The current value of the schema's designated identifier
|
|
10374
|
+
(`x-identifier`). Absent when the schema designates no identifier or
|
|
10375
|
+
the user carries no value for it.
|
|
10376
|
+
*/
|
|
10377
|
+
identifier?: string;
|
|
10378
|
+
/** The schema property `identifier` came from, so clients can reach the
|
|
10379
|
+
property's schema for semantics (a mailto link, a field label)
|
|
10380
|
+
instead of guessing from the value. Present exactly when
|
|
10381
|
+
`identifier` is.
|
|
10382
|
+
*/
|
|
10383
|
+
identifier_property?: string;
|
|
10384
|
+
/** The `x-display` rendering — the designated properties' values joined
|
|
10385
|
+
in list order. Purely presentational, with no source attribution.
|
|
10386
|
+
Absent when the schema designates no display properties or the user
|
|
10387
|
+
carries no values for them.
|
|
10388
|
+
*/
|
|
10389
|
+
display?: string;
|
|
10390
|
+
};
|
|
10391
|
+
//#endregion
|
|
10392
|
+
//#region src/generated/model/getGrant200.d.ts
|
|
9848
10393
|
/**
|
|
9849
10394
|
* A collaboration grant binding a principal to a project relation.
|
|
9850
10395
|
*/
|
|
@@ -9860,6 +10405,33 @@ type GetGrant200 = {
|
|
|
9860
10405
|
returns expired unrevoked grants; authorization ignores them.
|
|
9861
10406
|
*/
|
|
9862
10407
|
expires_at?: string | null;
|
|
10408
|
+
/** A resolved reference to a user (ADR 058 §3). Fields are role-named, not
|
|
10409
|
+
property-named, so responses can mix users from different schemas.
|
|
10410
|
+
`identifier` and `display` are resolved independently from the user
|
|
10411
|
+
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
10412
|
+
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
10413
|
+
Missing or deleted users degrade to `user_id` only.
|
|
10414
|
+
*/
|
|
10415
|
+
user?: GetGrant200User;
|
|
10416
|
+
/** A resolved reference to a team. Carries the team's id and name so a grant
|
|
10417
|
+
list is readable without embedding the full Team body. Id and display ride
|
|
10418
|
+
`project.read` (ADR 059 rule 8): a reference field carrying only the
|
|
10419
|
+
target's id and display strings needs no gate of its own. Missing or
|
|
10420
|
+
deleted teams degrade to `team_id` only.
|
|
10421
|
+
*/
|
|
10422
|
+
team?: GetGrant200Team;
|
|
10423
|
+
/** The principal named by `principal_id`, present only when the request
|
|
10424
|
+
asked for it with `expand: ["principal"]` (ADR 059). Absent means it
|
|
10425
|
+
was not requested; `null` means the principal cannot be loaded
|
|
10426
|
+
(deleted or missing). GET and create never set this field.
|
|
10427
|
+
When present, the body is the same representation `GET /users/{id}`
|
|
10428
|
+
serves for `principal_type=user`, or `GET /teams/{id}` for
|
|
10429
|
+
`principal_type=team`. Discriminate with the grant's existing
|
|
10430
|
+
`principal_type`.
|
|
10431
|
+
Requires `user.read` and `team.read` in addition to `project.read`.
|
|
10432
|
+
Both are checked on the whole request before the list.
|
|
10433
|
+
*/
|
|
10434
|
+
readonly principal?: GetGrant200Principal;
|
|
9863
10435
|
};
|
|
9864
10436
|
//#endregion
|
|
9865
10437
|
//#region src/generated/model/getGrant401Details.d.ts
|
|
@@ -10216,6 +10788,7 @@ property-named, so responses can mix users from different schemas.
|
|
|
10216
10788
|
`identifier` and `display` are resolved independently from the user
|
|
10217
10789
|
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
10218
10790
|
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
10791
|
+
Missing or deleted users degrade to `user_id` only.
|
|
10219
10792
|
|
|
10220
10793
|
*/
|
|
10221
10794
|
type GetMySession200User = {
|
|
@@ -10288,6 +10861,7 @@ type GetMySession200 = {
|
|
|
10288
10861
|
`identifier` and `display` are resolved independently from the user
|
|
10289
10862
|
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
10290
10863
|
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
10864
|
+
Missing or deleted users degrade to `user_id` only.
|
|
10291
10865
|
*/
|
|
10292
10866
|
user?: GetMySession200User;
|
|
10293
10867
|
/** Verified authentication factors accumulated by this session.
|
|
@@ -11401,6 +11975,7 @@ property-named, so responses can mix users from different schemas.
|
|
|
11401
11975
|
`identifier` and `display` are resolved independently from the user
|
|
11402
11976
|
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
11403
11977
|
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
11978
|
+
Missing or deleted users degrade to `user_id` only.
|
|
11404
11979
|
|
|
11405
11980
|
*/
|
|
11406
11981
|
type GetSession200User = {
|
|
@@ -11473,6 +12048,7 @@ type GetSession200 = {
|
|
|
11473
12048
|
`identifier` and `display` are resolved independently from the user
|
|
11474
12049
|
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
11475
12050
|
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
12051
|
+
Missing or deleted users degrade to `user_id` only.
|
|
11476
12052
|
*/
|
|
11477
12053
|
user?: GetSession200User;
|
|
11478
12054
|
/** Verified authentication factors accumulated by this session.
|
|
@@ -12168,6 +12744,30 @@ type InitClaim409 = {
|
|
|
12168
12744
|
details: InitClaim409Details;
|
|
12169
12745
|
};
|
|
12170
12746
|
//#endregion
|
|
12747
|
+
//#region src/generated/model/initClaim410.d.ts
|
|
12748
|
+
/**
|
|
12749
|
+
* Generated by orval v8.10.0 🍺
|
|
12750
|
+
* Do not edit manually.
|
|
12751
|
+
* Zitadel NextGen
|
|
12752
|
+
* This is the next generation of the Zitadel identity platform.
|
|
12753
|
+
* OpenAPI spec version: 0.0.1
|
|
12754
|
+
*/
|
|
12755
|
+
/**
|
|
12756
|
+
* The project was not claimed within 14 days of creation and can no longer be claimed
|
|
12757
|
+
|
|
12758
|
+
Error code: proj.claim_window_expired
|
|
12759
|
+
|
|
12760
|
+
*/
|
|
12761
|
+
type InitClaim410 = {
|
|
12762
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
12763
|
+
message: string; /** Additional error-specific context. */
|
|
12764
|
+
details?: {
|
|
12765
|
+
[key: string]: unknown;
|
|
12766
|
+
};
|
|
12767
|
+
} & {
|
|
12768
|
+
code: "proj.claim_window_expired";
|
|
12769
|
+
};
|
|
12770
|
+
//#endregion
|
|
12171
12771
|
//#region src/generated/model/initClaimDefaultDetails.d.ts
|
|
12172
12772
|
/**
|
|
12173
12773
|
* Generated by orval v8.10.0 🍺
|
|
@@ -13457,6 +14057,59 @@ type ListEvents200DataItem = ({
|
|
|
13457
14057
|
};
|
|
13458
14058
|
[key: string]: unknown;
|
|
13459
14059
|
};
|
|
14060
|
+
} & {
|
|
14061
|
+
event_type: "release.created";
|
|
14062
|
+
/** Allowlisted fields for `release.created`. The release id is already the
|
|
14063
|
+
event's `entity_id`; the pinned set is repeated here so the audit stream
|
|
14064
|
+
answers what a release contained without reading the release itself.
|
|
14065
|
+
*/
|
|
14066
|
+
payload: {
|
|
14067
|
+
content_hash?: string;
|
|
14068
|
+
message?: string;
|
|
14069
|
+
git_sha?: string;
|
|
14070
|
+
git_dirty?: boolean;
|
|
14071
|
+
pointers?: {
|
|
14072
|
+
kind?: string;
|
|
14073
|
+
handle?: string;
|
|
14074
|
+
revision_id?: string;
|
|
14075
|
+
}[];
|
|
14076
|
+
};
|
|
14077
|
+
}) | ({
|
|
14078
|
+
/** Managed event id (`evt_<opaque>`). */id: string; /** @pattern ^[a-zA-Z0-9_-]+$ */
|
|
14079
|
+
project_id: string; /** Emit-time team scope, when the actor operated under a team. */
|
|
14080
|
+
team_id?: string | null;
|
|
14081
|
+
/** Semantic event name (dot-separated). Discriminator for the Event union —
|
|
14082
|
+
see docs/design/api/events-catalog.md.
|
|
14083
|
+
*/
|
|
14084
|
+
event_type: string; /** Wide-event category. */
|
|
14085
|
+
category: "request" | "auth" | "session" | "admin" | "entity" | "signal"; /** When the action happened (server/storage clock, dialect-owned). */
|
|
14086
|
+
occurred_at: string; /** When the row was inserted (server/storage clock, dialect-owned). */
|
|
14087
|
+
created_at: string; /** Who triggered the event. */
|
|
14088
|
+
actor_id?: string | null; /** Actor kind. */
|
|
14089
|
+
actor_type?: "human" | "service" | "system" | "agent" | null; /** Resource type affected. */
|
|
14090
|
+
entity_type?: string | null; /** Resource id affected. */
|
|
14091
|
+
entity_id?: string | null; /** Application or agent that produced the event. */
|
|
14092
|
+
client_id: string; /** Token id present at emit time, when any. */
|
|
14093
|
+
token_id?: string; /** Delegation kind (omit when unset). */
|
|
14094
|
+
delegation_type?: "direct" | "delegated" | "pat_shared" | "exchanged";
|
|
14095
|
+
delegation_id?: string;
|
|
14096
|
+
grantor?: string; /** Device fingerprint correlation id. */
|
|
14097
|
+
fingerprint?: string; /** HTTP request correlation id. */
|
|
14098
|
+
request_id?: string | null; /** Session correlation id. */
|
|
14099
|
+
session_id?: string | null; /** Login flow correlation id. */
|
|
14100
|
+
flow_id?: string | null;
|
|
14101
|
+
/** Emit-time metadata, already redacted at write. Path A request.api may
|
|
14102
|
+
set client (ip, user_agent, origin) for SIEM join on request_id. Not a
|
|
14103
|
+
live risk-evaluator input.
|
|
14104
|
+
*/
|
|
14105
|
+
metadata?: {
|
|
14106
|
+
/** Observed HTTP requestor context on Path A request.api only. */client?: {
|
|
14107
|
+
/** Client IP from the first X-Forwarded-For hop or RemoteAddr. */ip?: string; /** Observed User-Agent header. */
|
|
14108
|
+
user_agent?: string; /** Origin header when present. */
|
|
14109
|
+
origin?: string;
|
|
14110
|
+
};
|
|
14111
|
+
[key: string]: unknown;
|
|
14112
|
+
};
|
|
13460
14113
|
} & {
|
|
13461
14114
|
event_type: "request.api"; /** Payload for `request.api` events. */
|
|
13462
14115
|
payload: {
|
|
@@ -14417,9 +15070,11 @@ the purpose + audience when a flow is created via POST /flow.
|
|
|
14417
15070
|
type ListFlowDefinitions200FlowDefinitionsItemFlowDefinition = {
|
|
14418
15071
|
/**
|
|
14419
15072
|
* Stable identifier for this flow, used as the target of cross-flow
|
|
14420
|
-
`switch` and `pivot` transitions.
|
|
14421
|
-
`name
|
|
14422
|
-
|
|
15073
|
+
`switch` and `pivot` transitions. Every revision of a flow shares its
|
|
15074
|
+
`name`; publishing a definition under an existing `name` adds a
|
|
15075
|
+
revision to that flow. Renaming is not supported — the `name` is part
|
|
15076
|
+
of the public contract another definition may reference. Acts as the
|
|
15077
|
+
human display label as well; no separate slug.
|
|
14423
15078
|
* @pattern ^[a-z][a-z0-9-]*$
|
|
14424
15079
|
*/
|
|
14425
15080
|
name: string;
|
|
@@ -14573,6 +15228,9 @@ type ListFlowDefinitions200FlowDefinitionsItem = {
|
|
|
14573
15228
|
};
|
|
14574
15229
|
//#endregion
|
|
14575
15230
|
//#region src/generated/model/listFlowDefinitions200.d.ts
|
|
15231
|
+
/**
|
|
15232
|
+
* List of flow definitions, newest by creation time first.
|
|
15233
|
+
*/
|
|
14576
15234
|
type ListFlowDefinitions200 = {
|
|
14577
15235
|
flow_definitions: ListFlowDefinitions200FlowDefinitionsItem[]; /** The token to retrieve the next page of results. Absent if there are no more results. */
|
|
14578
15236
|
next_page_token?: string | null;
|
|
@@ -14751,6 +15409,13 @@ type ListFlowDefinitionsParams = {
|
|
|
14751
15409
|
* Filter flow definitions by purpose (e.g., registration, login).
|
|
14752
15410
|
*/
|
|
14753
15411
|
purpose?: ListFlowDefinitionsPurpose;
|
|
15412
|
+
/**
|
|
15413
|
+
* The flow name to filter by. Every revision of a flow shares its
|
|
15414
|
+
`name`, so the result is that flow's revisions, newest by creation
|
|
15415
|
+
time first.
|
|
15416
|
+
* @pattern ^[a-z][a-z0-9-]*$
|
|
15417
|
+
*/
|
|
15418
|
+
name?: string;
|
|
14754
15419
|
/**
|
|
14755
15420
|
* Related entities to embed on each returned flow definition.
|
|
14756
15421
|
*/
|
|
@@ -15777,6 +16442,647 @@ type PatchProjectDefault = ({
|
|
|
15777
16442
|
code: "req.invalid";
|
|
15778
16443
|
});
|
|
15779
16444
|
//#endregion
|
|
16445
|
+
//#region src/generated/model/queryGrants200GrantsItemObjectType.d.ts
|
|
16446
|
+
/**
|
|
16447
|
+
* Generated by orval v8.10.0 🍺
|
|
16448
|
+
* Do not edit manually.
|
|
16449
|
+
* Zitadel NextGen
|
|
16450
|
+
* This is the next generation of the Zitadel identity platform.
|
|
16451
|
+
* OpenAPI spec version: 0.0.1
|
|
16452
|
+
*/
|
|
16453
|
+
/**
|
|
16454
|
+
* Catalog object type. Always `project` for this API.
|
|
16455
|
+
*/
|
|
16456
|
+
type QueryGrants200GrantsItemObjectType = (typeof QueryGrants200GrantsItemObjectType)[keyof typeof QueryGrants200GrantsItemObjectType];
|
|
16457
|
+
declare const QueryGrants200GrantsItemObjectType: {
|
|
16458
|
+
readonly project: "project";
|
|
16459
|
+
};
|
|
16460
|
+
//#endregion
|
|
16461
|
+
//#region src/generated/model/queryGrants200GrantsItemPrincipal.d.ts
|
|
16462
|
+
/**
|
|
16463
|
+
* Generated by orval v8.10.0 🍺
|
|
16464
|
+
* Do not edit manually.
|
|
16465
|
+
* Zitadel NextGen
|
|
16466
|
+
* This is the next generation of the Zitadel identity platform.
|
|
16467
|
+
* OpenAPI spec version: 0.0.1
|
|
16468
|
+
*/
|
|
16469
|
+
/**
|
|
16470
|
+
* The principal named by `principal_id`, present only when the request
|
|
16471
|
+
asked for it with `expand: ["principal"]` (ADR 059). Absent means it
|
|
16472
|
+
was not requested; `null` means the principal cannot be loaded
|
|
16473
|
+
(deleted or missing). GET and create never set this field.
|
|
16474
|
+
|
|
16475
|
+
When present, the body is the same representation `GET /users/{id}`
|
|
16476
|
+
serves for `principal_type=user`, or `GET /teams/{id}` for
|
|
16477
|
+
`principal_type=team`. Discriminate with the grant's existing
|
|
16478
|
+
`principal_type`.
|
|
16479
|
+
|
|
16480
|
+
Requires `user.read` and `team.read` in addition to `project.read`.
|
|
16481
|
+
Both are checked on the whole request before the list.
|
|
16482
|
+
|
|
16483
|
+
*/
|
|
16484
|
+
type QueryGrants200GrantsItemPrincipal = {
|
|
16485
|
+
/** @pattern ^user_[a-zA-Z0-9_-]+$ */id: string;
|
|
16486
|
+
/** The schema that defines the content of `attributes`. These schemas can be
|
|
16487
|
+
created using the `/schemas` endpoint. A default schema is provided.
|
|
16488
|
+
This schema can be retrieved using the same endpoint.
|
|
16489
|
+
*/
|
|
16490
|
+
schema: string;
|
|
16491
|
+
/** The user's content, satisfying the schema named by `schema`. Property
|
|
16492
|
+
names and types are determined entirely by that schema.
|
|
16493
|
+
*/
|
|
16494
|
+
attributes: {
|
|
16495
|
+
[key: string]: unknown;
|
|
16496
|
+
};
|
|
16497
|
+
metadata: {
|
|
16498
|
+
/** The time when the user was created. */created_at: string; /** The time when the user was last updated. */
|
|
16499
|
+
updated_at: string; /** The status of the user. */
|
|
16500
|
+
status: "active" | "suspended" | "deactivated" | "pending_purge";
|
|
16501
|
+
/** The team that owns this user's identity lifecycle, or `null` when the
|
|
16502
|
+
user is self-owned. This is a single team and a different concept from
|
|
16503
|
+
the user's team memberships: it decides who may deprovision the user, not
|
|
16504
|
+
which teams the user collaborates in. Memberships are their own paginated
|
|
16505
|
+
resource — `GET /users/{user_id}/teams`.
|
|
16506
|
+
*/
|
|
16507
|
+
lifecycle_owner_team_id?: string | null;
|
|
16508
|
+
/** The team named by `lifecycle_owner_team_id`, present only when the
|
|
16509
|
+
request asked for it with `expand: ["lifecycle_owner_team"]` (ADR 059).
|
|
16510
|
+
Absent means it was not requested; `null` means the user is self-owned
|
|
16511
|
+
and there is no owner to resolve.
|
|
16512
|
+
Requesting it does not guarantee it is present on every user. Today
|
|
16513
|
+
`team.read` is checked once for the whole request, so it is; once that
|
|
16514
|
+
check is per team, a page may contain a user whose owner the caller may
|
|
16515
|
+
not read, and such a row answers with neither the team nor `null` —
|
|
16516
|
+
`null` already means self-owned. What it answers with instead is decided
|
|
16517
|
+
with the granular scopes (#420); do not read the two cases above as the
|
|
16518
|
+
complete set.
|
|
16519
|
+
This is the same representation `GET /teams/{team_id}` serves. It is a
|
|
16520
|
+
single team, not a collection, so it carries no cap and no truncation
|
|
16521
|
+
flag.
|
|
16522
|
+
*/
|
|
16523
|
+
readonly lifecycle_owner_team?: {
|
|
16524
|
+
/** The unique identifier of the team. */id: string; /** The name of the team. */
|
|
16525
|
+
name: string;
|
|
16526
|
+
/** The lifecycle state of a team.
|
|
16527
|
+
active: The team is available for use.
|
|
16528
|
+
deactivated: The team is no longer active but is retained for historical and audit purposes.
|
|
16529
|
+
*/
|
|
16530
|
+
status: "active" | "deactivated"; /** The time when the team was created. */
|
|
16531
|
+
created_at: string; /** The time when the team was last updated. */
|
|
16532
|
+
updated_at: string;
|
|
16533
|
+
} | null;
|
|
16534
|
+
};
|
|
16535
|
+
/** The current value of the user schema's designated identifier
|
|
16536
|
+
(`x-identifier`), resolved live at read time. Absent when the schema
|
|
16537
|
+
designates no identifier or the user carries no value for it.
|
|
16538
|
+
*/
|
|
16539
|
+
readonly identifier?: string;
|
|
16540
|
+
/** The schema property `identifier` came from, so clients can reach the
|
|
16541
|
+
property's schema for semantics (a mailto link, a field label)
|
|
16542
|
+
instead of guessing from the value. Present exactly when
|
|
16543
|
+
`identifier` is.
|
|
16544
|
+
*/
|
|
16545
|
+
readonly identifier_property?: string;
|
|
16546
|
+
/** The `x-display` rendering — the designated properties' values joined
|
|
16547
|
+
in list order, resolved live at read time. Purely presentational.
|
|
16548
|
+
Absent when the schema designates no display properties or the user
|
|
16549
|
+
carries no values for them. Clients render `display`, falling back
|
|
16550
|
+
to `identifier`, then `id`.
|
|
16551
|
+
*/
|
|
16552
|
+
readonly display?: string;
|
|
16553
|
+
/** The user's team memberships, present only when the request asked for them with
|
|
16554
|
+
`expand: ["teams"]` (ADR 059). Absent means it was not requested; `[]`
|
|
16555
|
+
means the user has none.
|
|
16556
|
+
Deliberately outside `metadata`: memberships are a related collection, not
|
|
16557
|
+
part of the server-owned envelope, and it is a different concept from
|
|
16558
|
+
`metadata.lifecycle_owner_team_id` (ADR 024).
|
|
16559
|
+
*/
|
|
16560
|
+
readonly teams?: readonly {
|
|
16561
|
+
/** The unique identifier of the team. */id: string; /** The name of the team. */
|
|
16562
|
+
name: string;
|
|
16563
|
+
/** The user's participation state on this team. Memberships the user was
|
|
16564
|
+
removed from are not returned.
|
|
16565
|
+
*/
|
|
16566
|
+
membership_status: "pending" | "active" | "inactive"; /** The time when the user joined this team. */
|
|
16567
|
+
created_at: string; /** The time when this membership was last changed. */
|
|
16568
|
+
updated_at: string;
|
|
16569
|
+
}[];
|
|
16570
|
+
/** True when the user is on more teams than the embedded list carries. The
|
|
16571
|
+
embedded list is capped and cannot be paged; read them all at
|
|
16572
|
+
`GET /users/{user_id}/teams`. Present only alongside `teams`.
|
|
16573
|
+
*/
|
|
16574
|
+
readonly teams_truncated?: boolean;
|
|
16575
|
+
} | {
|
|
16576
|
+
/** The unique identifier of the team. */id: string; /** The name of the team. */
|
|
16577
|
+
name: string;
|
|
16578
|
+
/** The lifecycle state of a team.
|
|
16579
|
+
active: The team is available for use.
|
|
16580
|
+
deactivated: The team is no longer active but is retained for historical and audit purposes.
|
|
16581
|
+
*/
|
|
16582
|
+
status: "active" | "deactivated"; /** The time when the team was created. */
|
|
16583
|
+
created_at: string; /** The time when the team was last updated. */
|
|
16584
|
+
updated_at: string;
|
|
16585
|
+
} | null;
|
|
16586
|
+
//#endregion
|
|
16587
|
+
//#region src/generated/model/queryGrants200GrantsItemPrincipalType.d.ts
|
|
16588
|
+
/**
|
|
16589
|
+
* Generated by orval v8.10.0 🍺
|
|
16590
|
+
* Do not edit manually.
|
|
16591
|
+
* Zitadel NextGen
|
|
16592
|
+
* This is the next generation of the Zitadel identity platform.
|
|
16593
|
+
* OpenAPI spec version: 0.0.1
|
|
16594
|
+
*/
|
|
16595
|
+
/**
|
|
16596
|
+
* Kind of principal bound by this grant.
|
|
16597
|
+
*/
|
|
16598
|
+
type QueryGrants200GrantsItemPrincipalType = (typeof QueryGrants200GrantsItemPrincipalType)[keyof typeof QueryGrants200GrantsItemPrincipalType];
|
|
16599
|
+
declare const QueryGrants200GrantsItemPrincipalType: {
|
|
16600
|
+
readonly user: "user";
|
|
16601
|
+
readonly team: "team";
|
|
16602
|
+
};
|
|
16603
|
+
//#endregion
|
|
16604
|
+
//#region src/generated/model/queryGrants200GrantsItemRelation.d.ts
|
|
16605
|
+
/**
|
|
16606
|
+
* Generated by orval v8.10.0 🍺
|
|
16607
|
+
* Do not edit manually.
|
|
16608
|
+
* Zitadel NextGen
|
|
16609
|
+
* This is the next generation of the Zitadel identity platform.
|
|
16610
|
+
* OpenAPI spec version: 0.0.1
|
|
16611
|
+
*/
|
|
16612
|
+
/**
|
|
16613
|
+
* Catalog relation on the project.
|
|
16614
|
+
*/
|
|
16615
|
+
type QueryGrants200GrantsItemRelation = (typeof QueryGrants200GrantsItemRelation)[keyof typeof QueryGrants200GrantsItemRelation];
|
|
16616
|
+
declare const QueryGrants200GrantsItemRelation: {
|
|
16617
|
+
readonly viewer: "viewer";
|
|
16618
|
+
readonly editor: "editor";
|
|
16619
|
+
readonly admin: "admin";
|
|
16620
|
+
};
|
|
16621
|
+
//#endregion
|
|
16622
|
+
//#region src/generated/model/queryGrants200GrantsItemTeam.d.ts
|
|
16623
|
+
/**
|
|
16624
|
+
* Generated by orval v8.10.0 🍺
|
|
16625
|
+
* Do not edit manually.
|
|
16626
|
+
* Zitadel NextGen
|
|
16627
|
+
* This is the next generation of the Zitadel identity platform.
|
|
16628
|
+
* OpenAPI spec version: 0.0.1
|
|
16629
|
+
*/
|
|
16630
|
+
/**
|
|
16631
|
+
* A resolved reference to a team. Carries the team's id and name so a grant
|
|
16632
|
+
list is readable without embedding the full Team body. Id and display ride
|
|
16633
|
+
`project.read` (ADR 059 rule 8): a reference field carrying only the
|
|
16634
|
+
target's id and display strings needs no gate of its own. Missing or
|
|
16635
|
+
deleted teams degrade to `team_id` only.
|
|
16636
|
+
|
|
16637
|
+
*/
|
|
16638
|
+
type QueryGrants200GrantsItemTeam = {
|
|
16639
|
+
/** The referenced team's id (`team_<opaque>`). Always present. */team_id: string; /** The team's name. Absent when the team can no longer be loaded. */
|
|
16640
|
+
name?: string;
|
|
16641
|
+
};
|
|
16642
|
+
//#endregion
|
|
16643
|
+
//#region src/generated/model/queryGrants200GrantsItemUser.d.ts
|
|
16644
|
+
/**
|
|
16645
|
+
* Generated by orval v8.10.0 🍺
|
|
16646
|
+
* Do not edit manually.
|
|
16647
|
+
* Zitadel NextGen
|
|
16648
|
+
* This is the next generation of the Zitadel identity platform.
|
|
16649
|
+
* OpenAPI spec version: 0.0.1
|
|
16650
|
+
*/
|
|
16651
|
+
/**
|
|
16652
|
+
* A resolved reference to a user (ADR 058 §3). Fields are role-named, not
|
|
16653
|
+
property-named, so responses can mix users from different schemas.
|
|
16654
|
+
`identifier` and `display` are resolved independently from the user
|
|
16655
|
+
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
16656
|
+
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
16657
|
+
Missing or deleted users degrade to `user_id` only.
|
|
16658
|
+
|
|
16659
|
+
*/
|
|
16660
|
+
type QueryGrants200GrantsItemUser = {
|
|
16661
|
+
/** @pattern ^user_[a-zA-Z0-9_-]+$ */user_id: string;
|
|
16662
|
+
/** The current value of the schema's designated identifier
|
|
16663
|
+
(`x-identifier`). Absent when the schema designates no identifier or
|
|
16664
|
+
the user carries no value for it.
|
|
16665
|
+
*/
|
|
16666
|
+
identifier?: string;
|
|
16667
|
+
/** The schema property `identifier` came from, so clients can reach the
|
|
16668
|
+
property's schema for semantics (a mailto link, a field label)
|
|
16669
|
+
instead of guessing from the value. Present exactly when
|
|
16670
|
+
`identifier` is.
|
|
16671
|
+
*/
|
|
16672
|
+
identifier_property?: string;
|
|
16673
|
+
/** The `x-display` rendering — the designated properties' values joined
|
|
16674
|
+
in list order. Purely presentational, with no source attribution.
|
|
16675
|
+
Absent when the schema designates no display properties or the user
|
|
16676
|
+
carries no values for them.
|
|
16677
|
+
*/
|
|
16678
|
+
display?: string;
|
|
16679
|
+
};
|
|
16680
|
+
//#endregion
|
|
16681
|
+
//#region src/generated/model/queryGrants200GrantsItem.d.ts
|
|
16682
|
+
/**
|
|
16683
|
+
* A collaboration grant binding a principal to a project relation.
|
|
16684
|
+
*/
|
|
16685
|
+
type QueryGrants200GrantsItem = {
|
|
16686
|
+
/** Managed assignment id (`asgn_<opaque>`). */id: string; /** Project this grant is scoped to. */
|
|
16687
|
+
project_id: string; /** Kind of principal bound by this grant. */
|
|
16688
|
+
principal_type: QueryGrants200GrantsItemPrincipalType; /** Principal id (`user_<opaque>` or `team_<opaque>`). */
|
|
16689
|
+
principal_id: string; /** Catalog object type. Always `project` for this API. */
|
|
16690
|
+
object_type: QueryGrants200GrantsItemObjectType; /** Catalog relation on the project. */
|
|
16691
|
+
relation: QueryGrants200GrantsItemRelation; /** When the grant was created. */
|
|
16692
|
+
created_at: string;
|
|
16693
|
+
/** When the grant expires. Null when it does not expire. GET still
|
|
16694
|
+
returns expired unrevoked grants; authorization ignores them.
|
|
16695
|
+
*/
|
|
16696
|
+
expires_at?: string | null;
|
|
16697
|
+
/** A resolved reference to a user (ADR 058 §3). Fields are role-named, not
|
|
16698
|
+
property-named, so responses can mix users from different schemas.
|
|
16699
|
+
`identifier` and `display` are resolved independently from the user
|
|
16700
|
+
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
16701
|
+
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
16702
|
+
Missing or deleted users degrade to `user_id` only.
|
|
16703
|
+
*/
|
|
16704
|
+
user?: QueryGrants200GrantsItemUser;
|
|
16705
|
+
/** A resolved reference to a team. Carries the team's id and name so a grant
|
|
16706
|
+
list is readable without embedding the full Team body. Id and display ride
|
|
16707
|
+
`project.read` (ADR 059 rule 8): a reference field carrying only the
|
|
16708
|
+
target's id and display strings needs no gate of its own. Missing or
|
|
16709
|
+
deleted teams degrade to `team_id` only.
|
|
16710
|
+
*/
|
|
16711
|
+
team?: QueryGrants200GrantsItemTeam;
|
|
16712
|
+
/** The principal named by `principal_id`, present only when the request
|
|
16713
|
+
asked for it with `expand: ["principal"]` (ADR 059). Absent means it
|
|
16714
|
+
was not requested; `null` means the principal cannot be loaded
|
|
16715
|
+
(deleted or missing). GET and create never set this field.
|
|
16716
|
+
When present, the body is the same representation `GET /users/{id}`
|
|
16717
|
+
serves for `principal_type=user`, or `GET /teams/{id}` for
|
|
16718
|
+
`principal_type=team`. Discriminate with the grant's existing
|
|
16719
|
+
`principal_type`.
|
|
16720
|
+
Requires `user.read` and `team.read` in addition to `project.read`.
|
|
16721
|
+
Both are checked on the whole request before the list.
|
|
16722
|
+
*/
|
|
16723
|
+
readonly principal?: QueryGrants200GrantsItemPrincipal;
|
|
16724
|
+
};
|
|
16725
|
+
//#endregion
|
|
16726
|
+
//#region src/generated/model/queryGrants200.d.ts
|
|
16727
|
+
/**
|
|
16728
|
+
* Paginated list of grants.
|
|
16729
|
+
*/
|
|
16730
|
+
type QueryGrants200 = {
|
|
16731
|
+
grants: QueryGrants200GrantsItem[];
|
|
16732
|
+
/** Token to pass as `page_token` in the next request to fetch the following page.
|
|
16733
|
+
Absent when there are no more results. The follow-up request must repeat the
|
|
16734
|
+
same `sorting` that produced this token (omit only when both pages use the default).
|
|
16735
|
+
*/
|
|
16736
|
+
next_page_token?: string | null;
|
|
16737
|
+
};
|
|
16738
|
+
//#endregion
|
|
16739
|
+
//#region src/generated/model/queryGrants400Details.d.ts
|
|
16740
|
+
/**
|
|
16741
|
+
* Generated by orval v8.10.0 🍺
|
|
16742
|
+
* Do not edit manually.
|
|
16743
|
+
* Zitadel NextGen
|
|
16744
|
+
* This is the next generation of the Zitadel identity platform.
|
|
16745
|
+
* OpenAPI spec version: 0.0.1
|
|
16746
|
+
*/
|
|
16747
|
+
/**
|
|
16748
|
+
* Additional error-specific context.
|
|
16749
|
+
*/
|
|
16750
|
+
type QueryGrants400Details = {
|
|
16751
|
+
[key: string]: unknown;
|
|
16752
|
+
};
|
|
16753
|
+
//#endregion
|
|
16754
|
+
//#region src/generated/model/queryGrants400.d.ts
|
|
16755
|
+
/**
|
|
16756
|
+
* Standard error payload returned for failed API requests.
|
|
16757
|
+
*/
|
|
16758
|
+
type QueryGrants400 = {
|
|
16759
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
16760
|
+
message: string; /** Additional error-specific context. */
|
|
16761
|
+
details?: QueryGrants400Details;
|
|
16762
|
+
};
|
|
16763
|
+
//#endregion
|
|
16764
|
+
//#region src/generated/model/queryGrants401Details.d.ts
|
|
16765
|
+
/**
|
|
16766
|
+
* Generated by orval v8.10.0 🍺
|
|
16767
|
+
* Do not edit manually.
|
|
16768
|
+
* Zitadel NextGen
|
|
16769
|
+
* This is the next generation of the Zitadel identity platform.
|
|
16770
|
+
* OpenAPI spec version: 0.0.1
|
|
16771
|
+
*/
|
|
16772
|
+
/**
|
|
16773
|
+
* Additional error-specific context.
|
|
16774
|
+
*/
|
|
16775
|
+
type QueryGrants401Details = {
|
|
16776
|
+
[key: string]: unknown;
|
|
16777
|
+
};
|
|
16778
|
+
//#endregion
|
|
16779
|
+
//#region src/generated/model/queryGrants401.d.ts
|
|
16780
|
+
/**
|
|
16781
|
+
* Standard error payload returned for failed API requests.
|
|
16782
|
+
*/
|
|
16783
|
+
type QueryGrants401 = {
|
|
16784
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
16785
|
+
message: string; /** Additional error-specific context. */
|
|
16786
|
+
details?: QueryGrants401Details;
|
|
16787
|
+
};
|
|
16788
|
+
//#endregion
|
|
16789
|
+
//#region src/generated/model/queryGrants403Details.d.ts
|
|
16790
|
+
/**
|
|
16791
|
+
* Generated by orval v8.10.0 🍺
|
|
16792
|
+
* Do not edit manually.
|
|
16793
|
+
* Zitadel NextGen
|
|
16794
|
+
* This is the next generation of the Zitadel identity platform.
|
|
16795
|
+
* OpenAPI spec version: 0.0.1
|
|
16796
|
+
*/
|
|
16797
|
+
/**
|
|
16798
|
+
* Additional error-specific context.
|
|
16799
|
+
*/
|
|
16800
|
+
type QueryGrants403Details = {
|
|
16801
|
+
[key: string]: unknown;
|
|
16802
|
+
};
|
|
16803
|
+
//#endregion
|
|
16804
|
+
//#region src/generated/model/queryGrants403.d.ts
|
|
16805
|
+
/**
|
|
16806
|
+
* Standard error payload returned for failed API requests.
|
|
16807
|
+
*/
|
|
16808
|
+
type QueryGrants403 = {
|
|
16809
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
16810
|
+
message: string; /** Additional error-specific context. */
|
|
16811
|
+
details?: QueryGrants403Details;
|
|
16812
|
+
};
|
|
16813
|
+
//#endregion
|
|
16814
|
+
//#region src/generated/model/queryGrantsBodyExpandItem.d.ts
|
|
16815
|
+
/**
|
|
16816
|
+
* Generated by orval v8.10.0 🍺
|
|
16817
|
+
* Do not edit manually.
|
|
16818
|
+
* Zitadel NextGen
|
|
16819
|
+
* This is the next generation of the Zitadel identity platform.
|
|
16820
|
+
* OpenAPI spec version: 0.0.1
|
|
16821
|
+
*/
|
|
16822
|
+
/**
|
|
16823
|
+
* A related object to embed on each returned grant (ADR 059).
|
|
16824
|
+
|
|
16825
|
+
- `principal`: the principal named by `principal_id`, as `principal` on
|
|
16826
|
+
each grant. The property is omitted entirely when not requested. When
|
|
16827
|
+
requested, it is the same body `GET /users/{id}` serves for
|
|
16828
|
+
`principal_type=user`, or `GET /teams/{id}` for `principal_type=team`,
|
|
16829
|
+
and `null` when that principal cannot be loaded. Discriminate with the
|
|
16830
|
+
grant's existing `principal_type`.
|
|
16831
|
+
|
|
16832
|
+
Requires `user.read` and `team.read` in addition to `project.read`.
|
|
16833
|
+
Both are checked on the whole request before the list, because a mixed
|
|
16834
|
+
page is the common case. A caller who may not read either resource
|
|
16835
|
+
receives 403 rather than a silently missing `principal`.
|
|
16836
|
+
|
|
16837
|
+
*/
|
|
16838
|
+
type QueryGrantsBodyExpandItem = (typeof QueryGrantsBodyExpandItem)[keyof typeof QueryGrantsBodyExpandItem];
|
|
16839
|
+
declare const QueryGrantsBodyExpandItem: {
|
|
16840
|
+
readonly principal: "principal";
|
|
16841
|
+
};
|
|
16842
|
+
//#endregion
|
|
16843
|
+
//#region src/generated/model/queryGrantsBodyFilterItemField.d.ts
|
|
16844
|
+
/**
|
|
16845
|
+
* Generated by orval v8.10.0 🍺
|
|
16846
|
+
* Do not edit manually.
|
|
16847
|
+
* Zitadel NextGen
|
|
16848
|
+
* This is the next generation of the Zitadel identity platform.
|
|
16849
|
+
* OpenAPI spec version: 0.0.1
|
|
16850
|
+
*/
|
|
16851
|
+
/**
|
|
16852
|
+
* Field to filter grants by:
|
|
16853
|
+
- `created_at`: RFC3339 timestamp
|
|
16854
|
+
- `principal_type`: `user` or `team`
|
|
16855
|
+
- `principal_id`: principal id (`user_<opaque>` or `team_<opaque>`)
|
|
16856
|
+
- `relation`: `viewer`, `editor`, or `admin`
|
|
16857
|
+
- `expires_at`: RFC3339 timestamp (null when the grant does not expire)
|
|
16858
|
+
|
|
16859
|
+
*/
|
|
16860
|
+
type QueryGrantsBodyFilterItemField = (typeof QueryGrantsBodyFilterItemField)[keyof typeof QueryGrantsBodyFilterItemField];
|
|
16861
|
+
declare const QueryGrantsBodyFilterItemField: {
|
|
16862
|
+
readonly created_at: "created_at";
|
|
16863
|
+
readonly principal_type: "principal_type";
|
|
16864
|
+
readonly principal_id: "principal_id";
|
|
16865
|
+
readonly relation: "relation";
|
|
16866
|
+
readonly expires_at: "expires_at";
|
|
16867
|
+
};
|
|
16868
|
+
//#endregion
|
|
16869
|
+
//#region src/generated/model/queryGrantsBodyFilterItemOperation.d.ts
|
|
16870
|
+
/**
|
|
16871
|
+
* Generated by orval v8.10.0 🍺
|
|
16872
|
+
* Do not edit manually.
|
|
16873
|
+
* Zitadel NextGen
|
|
16874
|
+
* This is the next generation of the Zitadel identity platform.
|
|
16875
|
+
* OpenAPI spec version: 0.0.1
|
|
16876
|
+
*/
|
|
16877
|
+
/**
|
|
16878
|
+
* Filter operation defines the operations which can be used when filtering on a
|
|
16879
|
+
query endpoint.
|
|
16880
|
+
|
|
16881
|
+
On text fields, `contains` is a case-insensitive substring match. `equals`
|
|
16882
|
+
compares the whole value and is case-sensitive unless the field documents
|
|
16883
|
+
otherwise.
|
|
16884
|
+
|
|
16885
|
+
*/
|
|
16886
|
+
type QueryGrantsBodyFilterItemOperation = (typeof QueryGrantsBodyFilterItemOperation)[keyof typeof QueryGrantsBodyFilterItemOperation];
|
|
16887
|
+
declare const QueryGrantsBodyFilterItemOperation: {
|
|
16888
|
+
readonly equals: "equals";
|
|
16889
|
+
readonly not_equals: "not_equals";
|
|
16890
|
+
readonly contains: "contains";
|
|
16891
|
+
readonly not_contains: "not_contains";
|
|
16892
|
+
readonly less_than: "less_than";
|
|
16893
|
+
readonly less_than_or_equal: "less_than_or_equal";
|
|
16894
|
+
readonly greater_than: "greater_than";
|
|
16895
|
+
readonly greater_than_or_equal: "greater_than_or_equal";
|
|
16896
|
+
};
|
|
16897
|
+
//#endregion
|
|
16898
|
+
//#region src/generated/model/queryGrantsBodyFilterItem.d.ts
|
|
16899
|
+
type QueryGrantsBodyFilterItem = {
|
|
16900
|
+
/** Field to filter grants by:
|
|
16901
|
+
- `created_at`: RFC3339 timestamp
|
|
16902
|
+
- `principal_type`: `user` or `team`
|
|
16903
|
+
- `principal_id`: principal id (`user_<opaque>` or `team_<opaque>`)
|
|
16904
|
+
- `relation`: `viewer`, `editor`, or `admin`
|
|
16905
|
+
- `expires_at`: RFC3339 timestamp (null when the grant does not expire)
|
|
16906
|
+
*/
|
|
16907
|
+
field: QueryGrantsBodyFilterItemField;
|
|
16908
|
+
/** Filter-value specifies which values can be filtered by a query endpoint. This
|
|
16909
|
+
is a union of types. When a value is specified which is not assignable to the
|
|
16910
|
+
field which is being filtered, a 400 error will be returned.
|
|
16911
|
+
*/
|
|
16912
|
+
value?: string | number | boolean | null;
|
|
16913
|
+
/** Filter operation defines the operations which can be used when filtering on a
|
|
16914
|
+
query endpoint.
|
|
16915
|
+
On text fields, `contains` is a case-insensitive substring match. `equals`
|
|
16916
|
+
compares the whole value and is case-sensitive unless the field documents
|
|
16917
|
+
otherwise.
|
|
16918
|
+
*/
|
|
16919
|
+
operation: QueryGrantsBodyFilterItemOperation;
|
|
16920
|
+
};
|
|
16921
|
+
//#endregion
|
|
16922
|
+
//#region src/generated/model/queryGrantsBodySortingDirection.d.ts
|
|
16923
|
+
/**
|
|
16924
|
+
* Generated by orval v8.10.0 🍺
|
|
16925
|
+
* Do not edit manually.
|
|
16926
|
+
* Zitadel NextGen
|
|
16927
|
+
* This is the next generation of the Zitadel identity platform.
|
|
16928
|
+
* OpenAPI spec version: 0.0.1
|
|
16929
|
+
*/
|
|
16930
|
+
type QueryGrantsBodySortingDirection = (typeof QueryGrantsBodySortingDirection)[keyof typeof QueryGrantsBodySortingDirection];
|
|
16931
|
+
declare const QueryGrantsBodySortingDirection: {
|
|
16932
|
+
readonly asc: "asc";
|
|
16933
|
+
readonly desc: "desc";
|
|
16934
|
+
};
|
|
16935
|
+
//#endregion
|
|
16936
|
+
//#region src/generated/model/queryGrantsBodySortingField.d.ts
|
|
16937
|
+
/**
|
|
16938
|
+
* Generated by orval v8.10.0 🍺
|
|
16939
|
+
* Do not edit manually.
|
|
16940
|
+
* Zitadel NextGen
|
|
16941
|
+
* This is the next generation of the Zitadel identity platform.
|
|
16942
|
+
* OpenAPI spec version: 0.0.1
|
|
16943
|
+
*/
|
|
16944
|
+
/**
|
|
16945
|
+
* Field to sort grants by. Default is `created_at` ascending with `id` as
|
|
16946
|
+
the tiebreaker.
|
|
16947
|
+
|
|
16948
|
+
*/
|
|
16949
|
+
type QueryGrantsBodySortingField = (typeof QueryGrantsBodySortingField)[keyof typeof QueryGrantsBodySortingField];
|
|
16950
|
+
declare const QueryGrantsBodySortingField: {
|
|
16951
|
+
readonly created_at: "created_at";
|
|
16952
|
+
readonly expires_at: "expires_at";
|
|
16953
|
+
readonly id: "id";
|
|
16954
|
+
};
|
|
16955
|
+
//#endregion
|
|
16956
|
+
//#region src/generated/model/queryGrantsBodySorting.d.ts
|
|
16957
|
+
type QueryGrantsBodySorting = {
|
|
16958
|
+
/** Field to sort grants by. Default is `created_at` ascending with `id` as
|
|
16959
|
+
the tiebreaker.
|
|
16960
|
+
*/
|
|
16961
|
+
field: QueryGrantsBodySortingField;
|
|
16962
|
+
direction: QueryGrantsBodySortingDirection;
|
|
16963
|
+
};
|
|
16964
|
+
//#endregion
|
|
16965
|
+
//#region src/generated/model/queryGrantsBody.d.ts
|
|
16966
|
+
/**
|
|
16967
|
+
* Request to query the grants of a project.
|
|
16968
|
+
*/
|
|
16969
|
+
type QueryGrantsBody = {
|
|
16970
|
+
/**
|
|
16971
|
+
* @minimum 1
|
|
16972
|
+
* @maximum 100
|
|
16973
|
+
*/
|
|
16974
|
+
limit?: number;
|
|
16975
|
+
/** Token to retrieve the next page of results. Must be sent with the same
|
|
16976
|
+
`sorting` as the request that issued the token. Omitting `sorting` reuses
|
|
16977
|
+
the default sort and only succeeds when that default matches the token.
|
|
16978
|
+
*/
|
|
16979
|
+
page_token?: string | null;
|
|
16980
|
+
/** Related objects to embed on each grant (ADR 059). Omit it and no
|
|
16981
|
+
embedded object is returned. An unrecognised value is rejected.
|
|
16982
|
+
*/
|
|
16983
|
+
expand?: QueryGrantsBodyExpandItem[];
|
|
16984
|
+
sorting?: QueryGrantsBodySorting; /** Filter criteria for querying grants. Combined with AND. */
|
|
16985
|
+
filter?: QueryGrantsBodyFilterItem[];
|
|
16986
|
+
};
|
|
16987
|
+
//#endregion
|
|
16988
|
+
//#region src/generated/model/queryGrantsDefault.d.ts
|
|
16989
|
+
/**
|
|
16990
|
+
* Generated by orval v8.10.0 🍺
|
|
16991
|
+
* Do not edit manually.
|
|
16992
|
+
* Zitadel NextGen
|
|
16993
|
+
* This is the next generation of the Zitadel identity platform.
|
|
16994
|
+
* OpenAPI spec version: 0.0.1
|
|
16995
|
+
*/
|
|
16996
|
+
type QueryGrantsDefault = ({
|
|
16997
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
16998
|
+
message: string; /** Additional error-specific context. */
|
|
16999
|
+
details?: {
|
|
17000
|
+
[key: string]: unknown;
|
|
17001
|
+
};
|
|
17002
|
+
} & {
|
|
17003
|
+
code: "auth.unauthorized";
|
|
17004
|
+
}) | ({
|
|
17005
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
17006
|
+
message: string; /** Additional error-specific context. */
|
|
17007
|
+
details?: {
|
|
17008
|
+
[key: string]: unknown;
|
|
17009
|
+
};
|
|
17010
|
+
} & {
|
|
17011
|
+
code: "grant.invalid";
|
|
17012
|
+
}) | ({
|
|
17013
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
17014
|
+
message: string; /** Additional error-specific context. */
|
|
17015
|
+
details?: {
|
|
17016
|
+
[key: string]: unknown;
|
|
17017
|
+
};
|
|
17018
|
+
} & {
|
|
17019
|
+
code: "grant.not_found";
|
|
17020
|
+
}) | ({
|
|
17021
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
17022
|
+
message: string; /** Additional error-specific context. */
|
|
17023
|
+
details?: {
|
|
17024
|
+
[key: string]: unknown;
|
|
17025
|
+
};
|
|
17026
|
+
} & {
|
|
17027
|
+
code: "grant.permission_denied";
|
|
17028
|
+
}) | ({
|
|
17029
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
17030
|
+
message: string; /** Additional error-specific context. */
|
|
17031
|
+
details?: {
|
|
17032
|
+
[key: string]: unknown;
|
|
17033
|
+
};
|
|
17034
|
+
} & {
|
|
17035
|
+
code: "internal";
|
|
17036
|
+
}) | ({
|
|
17037
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
17038
|
+
message: string; /** Additional error-specific context. */
|
|
17039
|
+
details?: {
|
|
17040
|
+
[key: string]: unknown;
|
|
17041
|
+
};
|
|
17042
|
+
} & {
|
|
17043
|
+
code: "not_implemented";
|
|
17044
|
+
}) | ({
|
|
17045
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
17046
|
+
message: string; /** Additional error-specific context. */
|
|
17047
|
+
details?: {
|
|
17048
|
+
[key: string]: unknown;
|
|
17049
|
+
};
|
|
17050
|
+
} & {
|
|
17051
|
+
code: "req.invalid";
|
|
17052
|
+
}) | ({
|
|
17053
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
17054
|
+
message: string; /** Additional error-specific context. */
|
|
17055
|
+
details?: {
|
|
17056
|
+
[key: string]: unknown;
|
|
17057
|
+
};
|
|
17058
|
+
} & {
|
|
17059
|
+
code: "team.permission_denied";
|
|
17060
|
+
}) | ({
|
|
17061
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
17062
|
+
message: string; /** Additional error-specific context. */
|
|
17063
|
+
details?: {
|
|
17064
|
+
[key: string]: unknown;
|
|
17065
|
+
};
|
|
17066
|
+
} & {
|
|
17067
|
+
code: "user.permission_denied";
|
|
17068
|
+
});
|
|
17069
|
+
//#endregion
|
|
17070
|
+
//#region src/generated/model/queryGrantsParams.d.ts
|
|
17071
|
+
/**
|
|
17072
|
+
* Generated by orval v8.10.0 🍺
|
|
17073
|
+
* Do not edit manually.
|
|
17074
|
+
* Zitadel NextGen
|
|
17075
|
+
* This is the next generation of the Zitadel identity platform.
|
|
17076
|
+
* OpenAPI spec version: 0.0.1
|
|
17077
|
+
*/
|
|
17078
|
+
type QueryGrantsParams = {
|
|
17079
|
+
/**
|
|
17080
|
+
* The unique identifier of the project
|
|
17081
|
+
* @pattern ^[a-zA-Z0-9_-]+$
|
|
17082
|
+
*/
|
|
17083
|
+
project_id: string;
|
|
17084
|
+
};
|
|
17085
|
+
//#endregion
|
|
15780
17086
|
//#region src/generated/model/queryProjects200ProjectsItem.d.ts
|
|
15781
17087
|
/**
|
|
15782
17088
|
* Generated by orval v8.10.0 🍺
|
|
@@ -16201,6 +17507,7 @@ property-named, so responses can mix users from different schemas.
|
|
|
16201
17507
|
`identifier` and `display` are resolved independently from the user
|
|
16202
17508
|
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
16203
17509
|
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
17510
|
+
Missing or deleted users degrade to `user_id` only.
|
|
16204
17511
|
|
|
16205
17512
|
*/
|
|
16206
17513
|
type QuerySessions200SessionsItemUser = {
|
|
@@ -16273,6 +17580,7 @@ type QuerySessions200SessionsItem = {
|
|
|
16273
17580
|
`identifier` and `display` are resolved independently from the user
|
|
16274
17581
|
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
16275
17582
|
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
17583
|
+
Missing or deleted users degrade to `user_id` only.
|
|
16276
17584
|
*/
|
|
16277
17585
|
user?: QuerySessions200SessionsItemUser;
|
|
16278
17586
|
/** Verified authentication factors accumulated by this session.
|
|
@@ -19628,9 +20936,11 @@ the purpose + audience when a flow is created via POST /flow.
|
|
|
19628
20936
|
type UpdateFlowDefinition200FlowDefinition = {
|
|
19629
20937
|
/**
|
|
19630
20938
|
* Stable identifier for this flow, used as the target of cross-flow
|
|
19631
|
-
`switch` and `pivot` transitions.
|
|
19632
|
-
`name
|
|
19633
|
-
|
|
20939
|
+
`switch` and `pivot` transitions. Every revision of a flow shares its
|
|
20940
|
+
`name`; publishing a definition under an existing `name` adds a
|
|
20941
|
+
revision to that flow. Renaming is not supported — the `name` is part
|
|
20942
|
+
of the public contract another definition may reference. Acts as the
|
|
20943
|
+
human display label as well; no separate slug.
|
|
19634
20944
|
* @pattern ^[a-z][a-z0-9-]*$
|
|
19635
20945
|
*/
|
|
19636
20946
|
name: string;
|
|
@@ -20180,9 +21490,11 @@ the purpose + audience when a flow is created via POST /flow.
|
|
|
20180
21490
|
type UpdateFlowDefinitionBodyFlowDefinition = {
|
|
20181
21491
|
/**
|
|
20182
21492
|
* Stable identifier for this flow, used as the target of cross-flow
|
|
20183
|
-
`switch` and `pivot` transitions.
|
|
20184
|
-
`name
|
|
20185
|
-
|
|
21493
|
+
`switch` and `pivot` transitions. Every revision of a flow shares its
|
|
21494
|
+
`name`; publishing a definition under an existing `name` adds a
|
|
21495
|
+
revision to that flow. Renaming is not supported — the `name` is part
|
|
21496
|
+
of the public contract another definition may reference. Acts as the
|
|
21497
|
+
human display label as well; no separate slug.
|
|
20186
21498
|
* @pattern ^[a-z][a-z0-9-]*$
|
|
20187
21499
|
*/
|
|
20188
21500
|
name: string;
|
|
@@ -20956,5 +22268,5 @@ type VerifyChallengeProofDefault = ({
|
|
|
20956
22268
|
code: "user.invalid";
|
|
20957
22269
|
});
|
|
20958
22270
|
//#endregion
|
|
20959
|
-
export { UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess as $, GetUserByIDParams as $a, GetClaimStatus410 as $c, CreateHandoff200 as $d, CreateFlowDefinition201FlowDefinitionStatus as $f, ListFlowDefinitions200 as $i, ExchangeHandoff200SessionFactorsItem as $l, QueryTeams403Details as $n, GetReady4xx as $o, CompleteClaim410 as $p, PatchProject401 as $r, GetFlowStep404Details as $s, SubmitFlowStep200BrandingLayout as $t, CreateTeam409 as $u, UpdateFlowDefinitionBodyFlowDefinition as A, ListEnvironments200 as Aa, GetFlowDefinition200FlowDefinitionStepsItemComplete as Ac, CreateSchema409Details as Ad, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig as Af, ListUserPasskeys400Details as Ai, FinishUserPasskeyRegistration404Details as Al, QueryUsers200 as An, GetSession200State as Ao, CreateBrandingBodyLayout as Ap, QuerySessions200SessionsItemFactorsItemMethod as Ar, GetLiveDefaultDetails as As, SubmitFlowStep400StepChallengeMethod as At, CreateUser500 as Au, UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind as B, IssueChallengeBodyMethod as Ba, GetEvent403 as Bc, CreateRelease201PointersItem as Bd, CreateFlowDefinition201 as Bf, ListSchemas200SchemasItemSchema as Bi, ExchangeHandoffBody as Bl, QueryTeamsDefaultDetails as Bn, GetSchemaById400 as Bo, CreateAuthAttempt201RequiredFactorsItem as Bp, QueryProjects429Details as Br, GetGrant404Details as Bs, SubmitFlowStep200StepGatesKind as Bt, CreateUser201 as Bu, UpdateTeam401Details as C, ListEvents401Details as Ca, GetFlowDefinition200FlowDefinitionStepsItem as Cc, CreateSession201SessionFactorsItemPayload as Cd, CreateFlowDefinitionBodyFlowDefinition as Cf, ListUserPasskeys404 as Ci, GetAuthAttempt200ChallengesItemMethod as Cl, QueryUsersBodyExpandItem as Cn, GetSession403 as Co, CreateFlow201StepActionsItemKind as Cp, QuerySessions200SessionsItem as Cr, GetMySession200User as Cs, SubmitFlowStep400StepFieldsItem as Ct, DeleteFlowDefinitionDefault as Cu, UpdateTeam200Status as D, ListEvents200DataItem as Da, GetFlowDefinition200FlowDefinitionStepsItemGates as Dc, CreateSchemaDefaultDetails as Dd, CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess as Df, ListUserPasskeys401 as Di, FinishUserPasskeyRegistration500 as Dl, QueryUsers401Details as Dn, GetSession200 as Do, CreateBrandingDefault as Dp, QuerySessions200SessionsItemMetadata as Dr, GetMySession200FactorsItemPayload as Ds, SubmitFlowStep400StepComplete as Dt, CreateUserDefault as Du, UpdateTeam200 as E, ListEvents200 as Ea, GetFlowDefinition200FlowDefinitionStepsItemOnSuccess as Ec, CreateSchemaDefault as Ed, CreateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem as Ef, ListUserPasskeys403Details as Ei, FinishUserPasskeyRegistrationBodyAttestation as El, QueryUsers401 as En, GetSession401Details as Eo, CreateBrandingParams as Ep, QuerySessions200SessionsItemState as Er, GetMySession200FactorsItem as Es, SubmitFlowStep400StepFieldsItemType as Et, CreateUserParams as Eu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGates as F, ListBranding200Item as Fa, GetEventParams as Fc, CreateReleaseDefault as Fd, CreateFlowDefinitionBodyFlowDefinitionAudience as Ff, ListSchemasKind as Fi, FinishUserPasskeyRegistration400 as Fl, QueryUsers200UsersItemMetadataStatus as Fn, GetSchemaByIdParams as Fo, CreateBranding201BrandingLayout as Fp, QueryProjectsBodySortingDirection as Fr, GetHealth4xx as Fs, SubmitFlowStep200 as Ft, CreateUser403Details as Fu, UpdateFlowDefinition400 as G, InitClaimDefault as Ga, GetEnvironmentByNameParams as Gc, CreateRelease200PointersItemKind as Gd, CreateFlowDefinition201FlowDefinitionStepsItemSsoProvidersItem as Gf, ListReleases200ReleasesItem as Gi, ExchangeHandoff400 as Gl, QueryTeamsBodyFilterItem as Gn, GetReleaseByIdParams as Go, CreateAuthAttempt201ChallengesItemState as Gp, QueryProjects400 as Gr, GetGrant200 as Gs, SubmitFlowStep200StepFieldsItemType as Gt, CreateUser201MetadataLifecycleOwnerTeam as Gu, UpdateFlowDefinitionBodyFlowDefinitionAudience as H, IssueChallenge201State as Ha, GetEvent401 as Hc, CreateRelease201Metadata as Hd, CreateFlowDefinition201FlowDefinition as Hf, ListReleasesParams as Hi, ExchangeHandoff410Details as Hl, QueryTeamsBodySorting as Hn, GetSchemaById200 as Ho, CreateAuthAttempt201CompletedFactorsItemPayload as Hp, QueryProjects403Details as Hr, GetGrant403Details as Hs, SubmitFlowStep200StepFieldsItem as Ht, CreateUser201TeamsItemMembershipStatus as Hu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind as I, IssueChallengeDefault as Ia, GetEventDefault as Ic, CreateReleaseBody as Id, CreateFlowDefinition409 as If, ListSchemasDefault as Ii, FinishUserPasskeyRegistration400Details as Il, QueryUsers200UsersItemMetadataLifecycleOwnerTeam as In, GetSchemaByIdDefault as Io, CreateAuthAttemptDefault as Ip, QueryProjectsBodyFilterItem as Ir, GetHealth4xxDetails as Is, SubmitFlowStep200Step as It, CreateUser401 as Iu, UpdateFlowDefinition200UserSchema as J, InitClaim409Details as Ja, GetClaimStatusParams as Jc, CreateProjectBody as Jd, CreateFlowDefinition201FlowDefinitionStepsItemGatesKind as Jf, ListFlowDefinitionsPurpose as Ji, ExchangeHandoff200Session as Jl, QueryTeams429 as Jn, GetReleaseById200PointersItem as Jo, CompleteClaimDefault as Jp, QueryProjects200ProjectsItem as Jr, GetGrant200ObjectType as Js, SubmitFlowStep200StepChallengeOptions as Jt, CreateTeamDefault as Ju, UpdateFlowDefinition400Details as K, InitClaimDefaultDetails as Ka, GetEnvironmentByNameDefault as Kc, CreateRelease200Metadata as Kd, CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess as Kf, ListReleases200ReleasesItemMetadata as Ki, ExchangeHandoff400Details as Kl, QueryTeamsBodyFilterItemOperation as Kn, GetReleaseByIdDefault as Ko, CreateAuthAttempt201ChallengesItemPayload as Kp, QueryProjects400Details as Kr, GetGrant200Relation as Ks, SubmitFlowStep200StepComplete as Kt, CreateUser201Attributes as Ku, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig as L, IssueChallengeBody as La, GetEventDefaultDetails as Lc, CreateReleaseBodyPointersItem as Ld, CreateFlowDefinition409Details as Lf, ListSchemasDefaultDetails as Li, FinishUserPasskeyRegistration201 as Ll, QueryUsers200UsersItemAttributes as Ln, GetSchemaByIdDefaultDetails as Lo, CreateAuthAttemptBody as Lp, QueryProjectsBodyFilterItemOperation as Lr, GetGrantParams as Ls, SubmitFlowStep200StepTexts as Lt, CreateUser401Details as Lu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemTransitions as M, ListBrandingParams as Ma, GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind as Mc, CreateSchema400Details as Md, CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem as Mf, ListUserPasskeys200PasskeysItem as Mi, FinishUserPasskeyRegistration403Details as Ml, QueryUsers200UsersItemTeamsItem as Mn, GetSession200FactorsItem as Mo, CreateBranding400Details as Mp, QueryProjectsBody as Mr, GetLive4xxDetails as Ms, SubmitFlowStep400StepActionsItemKind as Mt, CreateUser409 as Mu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem as N, ListBrandingDefault as Na, GetFlowDefinition200FlowDefinitionStatus as Nc, CreateSchema201 as Nd, CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind as Nf, ListSchemasParams as Ni, FinishUserPasskeyRegistration401 as Nl, QueryUsers200UsersItemTeamsItemMembershipStatus as Nn, GetSession200FactorsItemPayload as No, CreateBranding201 as Np, QueryProjectsBodySorting as Nr, GetHealthDefault as Ns, SubmitFlowStep400Branding as Nt, CreateUser409Details as Nu, UpdateFlowDefinitionDefault as O, ListEnvironmentsParams as Oa, GetFlowDefinition200FlowDefinitionStepsItemGatesKind as Oc, CreateSchemaBody as Od, CreateFlowDefinitionBodyFlowDefinitionStepsItemGates as Of, ListUserPasskeys401Details as Oi, FinishUserPasskeyRegistration500Details as Ol, QueryUsers400 as On, GetSession200UserAgent as Oo, CreateBrandingDefaultDetails as Op, QuerySessions200SessionsItemFactorsItem as Or, GetMySession200FactorsItemMethod as Os, SubmitFlowStep400StepChallenge as Ot, CreateUserBody as Ou, UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess as P, ListBrandingDefaultDetails as Pa, GetFlowDefinition200FlowDefinitionAudience as Pc, CreateReleaseParams as Pd, CreateFlowDefinitionBodyFlowDefinitionStatus as Pf, ListSchemasRevisions as Pi, FinishUserPasskeyRegistration401Details as Pl, QueryUsers200UsersItemMetadata as Pn, GetSession200FactorsItemMethod as Po, CreateBranding201Branding as Pp, QueryProjectsBodySortingField as Pr, GetHealthDefaultDetails as Ps, SubmitFlowStep400BrandingLayout as Pt, CreateUser403 as Pu, UpdateFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as Q, InitClaim201 as Qa, GetClaimStatus429Details as Qc, CreateHandoffDefault as Qd, CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind as Qf, ListFlowDefinitions400Details as Qi, ExchangeHandoff200SessionMetadata as Ql, QueryTeams403 as Qn, GetReadyDefaultDetails as Qo, CompleteClaim429Details as Qp, PatchProject404Details as Qr, GetFlowStep404 as Qs, SubmitFlowStep200Branding as Qt, CreateTeam429Details as Qu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete as R, IssueChallengeBodyPasskeyOptions as Ra, GetEvent404 as Rc, CreateReleaseBodyPointersItemKind as Rd, CreateFlowDefinition400 as Rf, ListSchemas200 as Ri, ExchangeHandoffParams as Rl, QueryTeamsParams as Rn, GetSchemaById404 as Ro, CreateAuthAttempt201 as Rp, QueryProjectsBodyFilterItemField as Rr, GetGrantDefault as Rs, SubmitFlowStep200StepSsoProvidersItem as Rt, CreateUser400 as Ru, UpdateTeam401 as S, ListEvents401 as Sa, GetFlowDefinition200FlowDefinition as Sc, CreateSession201SessionFactorsItem as Sd, CreateFlowDefinitionBody as Sf, ListUserPasskeys500Details as Si, GetAuthAttempt200ChallengesItemPayload as Sl, BeginUserPasskeyRegistration201Options as Sm, QueryUsersBodyFilterItemField as Sn, GetSession404Details as So, CreateFlow201StepActionsItem as Sp, QuerySessions200 as Sr, GetMySession200UserAgent as Ss, SubmitFlowStep400StepGatesConfig as St, DeleteGrant401Details as Su, UpdateTeam400Details as T, ListEvents400Details as Ta, GetFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as Tc, CreateSchemaParams as Td, CreateFlowDefinitionBodyFlowDefinitionStepsItemTransitions as Tf, ListUserPasskeys403 as Ti, FinishUserPasskeyRegistrationBody as Tl, QueryUsers403Details as Tn, GetSession401 as To, CreateFlow201BrandingLayout as Tp, QuerySessions200SessionsItemUser as Tr, GetMySession200Metadata as Ts, SubmitFlowStep400StepFieldsItemValidationFormat as Tt, DeleteFlowDefinition409Details as Tu, UpdateFlowDefinition404 as U, IssueChallenge201Payload as Ua, GetEvent401Details as Uc, CreateRelease200 as Ud, CreateFlowDefinition201FlowDefinitionStepsItem as Uf, ListReleasesDefault as Ui, ExchangeHandoff401 as Ul, QueryTeamsBodySortingField as Un, GetSchemaById200Schema as Uo, CreateAuthAttempt201CompletedFactorsItemMethod as Up, QueryProjects401 as Ur, GetGrant401 as Us, SubmitFlowStep200StepFieldsItemValidation as Ut, CreateUser201Metadata as Uu, UpdateFlowDefinitionBodyFlowDefinitionStatus as V, IssueChallenge201 as Va, GetEvent403Details as Vc, CreateRelease201PointersItemKind as Vd, CreateFlowDefinition201UserSchema as Vf, ListSchemas200SchemasItemMetadata as Vi, ExchangeHandoff410 as Vl, QueryTeamsBody as Vn, GetSchemaById400Details as Vo, CreateAuthAttempt201CompletedFactorsItem as Vp, QueryProjects403 as Vr, GetGrant403 as Vs, SubmitFlowStep200StepGatesConfig as Vt, CreateUser201TeamsItem as Vu, UpdateFlowDefinition404Details as W, IssueChallenge201Method as Wa, GetEvent200 as Wc, CreateRelease200PointersItem as Wd, CreateFlowDefinition201FlowDefinitionStepsItemTransitions as Wf, ListReleases200 as Wi, ExchangeHandoff401Details as Wl, QueryTeamsBodySortingDirection as Wn, GetSchemaById200Metadata as Wo, CreateAuthAttempt201ChallengesItem as Wp, QueryProjects401Details as Wr, GetGrant401Details as Ws, SubmitFlowStep200StepFieldsItemValidationFormat as Wt, CreateUser201MetadataStatus as Wu, UpdateFlowDefinition200FlowDefinitionStepsItem as X, InitClaim401 as Xa, GetClaimStatusDefaultDetails as Xc, CreateProject429Details as Xd, CreateFlowDefinition201FlowDefinitionStepsItemComplete as Xf, ListFlowDefinitionsDefault as Xi, ExchangeHandoff200SessionUser as Xl, QueryTeams404 as Xn, GetReleaseById200Metadata as Xo, CompleteClaimBody as Xp, PatchProjectBody as Xr, GetFlowStep410 as Xs, SubmitFlowStep200StepActionsItem as Xt, CreateTeamBody as Xu, UpdateFlowDefinition200FlowDefinition as Y, InitClaim404 as Ya, GetClaimStatusDefault as Yc, CreateProject429 as Yd, CreateFlowDefinition201FlowDefinitionStepsItemGatesConfig as Yf, ListFlowDefinitionsExpandItem as Yi, ExchangeHandoff200SessionUserAgent as Yl, QueryTeams429Details as Yn, GetReleaseById200PointersItemKind as Yo, CompleteClaimDefaultDetails as Yp, PatchProjectDefault as Yr, GetFlowStepDefault as Ys, SubmitFlowStep200StepChallengeMethod as Yt, CreateTeamDefaultDetails as Yu, UpdateFlowDefinition200FlowDefinitionStepsItemTransitions as Z, InitClaim401Details as Za, GetClaimStatus429 as Zc, CreateProject201 as Zd, CreateFlowDefinition201FlowDefinitionStepsItemActionsItem as Zf, ListFlowDefinitions400 as Zi, ExchangeHandoff200SessionState as Zl, QueryTeams404Details as Zn, GetReadyDefault as Zo, CompleteClaim429 as Zp, PatchProject404 as Zr, GetFlowStep410Details as Zs, SubmitFlowStep200StepActionsItemKind as Zt, CreateTeam429 as Zu, UpdateTeam409Details as _, ListEventsDefault as _a, GetFlowStep200Branding as _c, CreateSession201Session as _d, CreateGrant201 as _f, ListUserTeams200TeamsItem as _i, GetAuthAttempt200CompletedFactorsItem as _l, BeginUserPasskeyRegistration401 as _m, QueryUsersBodySorting as _n, GetTeam401Details as _o, CreateFlow201StepFieldsItemType as _p, QuerySessions403Details as _r, GetMyUser200Attributes as _s, SubmitFlowStep400Step as _t, DeleteGrant404 as _u, VerifyChallengeProof200RequiredFactorsItem as a, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemSsoProvidersItem as aa, GetFlowStep200StepGatesKind as ac, CreateTeam401 as ad, CreateGrant429 as af, ListUserTeamsDefault as ai, GetClaimStatus200 as al, CompleteClaim401 as am, SetUserPassword404Details as an, GetUserByID200 as ao, CreateFlow400 as ap, QueryTeams200TeamsItem as ar, GetProject401Details as as, UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind as at, DeleteUserByID401 as au, UpdateTeam403 as b, ListEvents403 as ba, GetFlowDefinition200 as bc, CreateSession201SessionState as bd, CreateGrant201ObjectType as bf, ListUserPasskeysDefault as bi, GetAuthAttempt200ChallengesItem as bl, BeginUserPasskeyRegistration400Details as bm, QueryUsersBodyFilterItem as bn, GetSessionDefault as bo, CreateFlow201StepChallengeOptions as bp, QuerySessions400 as br, GetMySession401 as bs, SubmitFlowStep400StepGates as bt, DeleteGrant403Details as bu, VerifyChallengeProof200CompletedFactorsItemMethod as c, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGatesKind as ca, GetFlowStep200StepFieldsItemValidation as cc, CreateTeam400Details as cd, CreateGrant409Details as cf, ListUserTeams404 as ci, GetBrandingById404 as cl, CompleteClaim200 as cm, RevokeSessionDefault as cn, GetUserByID200Metadata as co, CreateFlow201Step as cp, QuerySessionsDefault as cr, GetMyUser404 as cs, SubmitFlowStepDefault as ct, DeleteTeamDefaultDetails as cu, VerifyChallengeProof200ChallengesItemPayload as d, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemActionsItem as da, GetFlowStep200StepComplete as dc, CreateSessionDefault as dd, CreateGrant403 as df, ListUserTeams403Details as di, GetBrandingById200Branding as dl, BeginUserPasskeyRegistration500 as dm, RevokeSession401 as dn, GetUserByID200Attributes as do, CreateFlow201StepGates as dp, QuerySessionsBodySortingField as dr, GetMyUser200 as ds, SubmitFlowStepBodyFields as dt, DeleteTeam401 as du, ListFlowDefinitions200FlowDefinitionsItem as ea, GetFlowStep200 as ec, CreateTeam409Details as ed, CreateGrantParams as ef, PatchProject401Details as ei, GetClaimStatus404 as el, CompleteClaim409 as em, SetUserPasswordDefault as en, GetUserByIDDefault as eo, CreateFlowDefinition201FlowDefinitionAudience as ep, QueryTeams401 as er, GetReady4xxDetails as es, UpdateFlowDefinition200FlowDefinitionStepsItemGates as et, ExchangeHandoff200SessionFactorsItemPayload as eu, VerifyChallengeProof200ChallengesItemMethod as f, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemActionsItemKind as fa, GetFlowStep200StepChallenge as fc, CreateSessionBody as fd, CreateGrant403Details as ff, ListUserTeams401 as fi, GetBrandingById200BrandingLayout as fl, BeginUserPasskeyRegistration500Details as fm, RevokeSession401Details as fn, GetTeamDefault as fo, CreateFlow201StepGatesKind as fp, QuerySessionsBodySortingDirection as fr, GetMyUser200TeamsItem as fs, SubmitFlowStepBodyChallengeResponse as ft, DeleteTeam401Details as fu, UpdateTeam409 as g, ListEventsOrder as ga, GetFlowStep200StepActionsItemKind as gc, CreateSession201 as gd, CreateGrant400Details as gf, ListUserTeams200 as gi, GetAuthAttempt200RequiredFactorsItem as gl, BeginUserPasskeyRegistration403Details as gm, QueryUsersBody as gn, GetTeam401 as go, CreateFlow201StepFieldsItemValidationFormat as gp, QuerySessions403 as gr, GetMyUser200MetadataLifecycleOwnerTeam as gs, SubmitFlowStep400 as gt, DeleteGrantDefault as gu, UpdateTeamBody as h, ListEventsParams as ha, GetFlowStep200StepActionsItem as hc, CreateSession400Details as hd, CreateGrant400 as hf, ListUserTeams400Details as hi, GetAuthAttempt200State as hl, BeginUserPasskeyRegistration403 as hm, QueryUsersDefault as hn, GetTeam404Details as ho, CreateFlow201StepFieldsItemValidation as hp, QuerySessionsBodyFilterItemField as hr, GetMyUser200MetadataStatus as hs, SubmitFlowStep409Details as ht, DeleteGrantParams as hu, VerifyChallengeProof200State as i, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemTransitions as ia, GetFlowStep200StepGates as ic, CreateTeam403Details as id, CreateGrantBodyPrincipalType as if, ListUserTeamsParams as ii, GetClaimStatus401Details as il, CompleteClaim403 as im, SetUserPassword404 as in, GetUserByID401Details as io, CreateFlowBodyHint as ip, QueryTeams200 as ir, GetProject401 as is, UpdateFlowDefinition200FlowDefinitionStepsItemActionsItem as it, DeleteUserByID404Details as iu, UpdateFlowDefinitionBodyFlowDefinitionStepsItem as j, ListEnvironments200EnvironmentsItem as ja, GetFlowDefinition200FlowDefinitionStepsItemActionsItem as jc, CreateSchema400 as jd, CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete as jf, ListUserPasskeys200 as ji, FinishUserPasskeyRegistration403 as jl, QueryUsers200UsersItem as jn, GetSession200Metadata as jo, CreateBranding400 as jp, QueryProjectsDefault as jr, GetLive4xx as js, SubmitFlowStep400StepActionsItem as jt, CreateUser500Details as ju, UpdateFlowDefinitionBody as k, ListEnvironmentsDefault as ka, GetFlowDefinition200FlowDefinitionStepsItemGatesConfig as kc, CreateSchema409 as kd, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind as kf, ListUserPasskeys400 as ki, FinishUserPasskeyRegistration404 as kl, QueryUsers400Details as kn, GetSession200User as ko, CreateBrandingBody as kp, QuerySessions200SessionsItemFactorsItemPayload as kr, GetLiveDefault as ks, SubmitFlowStep400StepChallengeOptions as kt, CreateUserBodyAttributes as ku, VerifyChallengeProof200ChallengesItem as l, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGatesConfig as la, GetFlowStep200StepFieldsItemValidationFormat as lc, CreateTeam201 as ld, CreateGrant404 as lf, ListUserTeams404Details as li, GetBrandingById404Details as ll, BeginUserPasskeyRegistrationDefault as lm, RevokeSession403 as ln, GetUserByID200MetadataStatus as lo, CreateFlow201StepTexts as lp, QuerySessionsBody as lr, GetMyUser401 as ls, SubmitFlowStepBody as lt, DeleteTeam403 as lu, UpdateTeamDefaultDetails as m, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionAudience as ma, GetFlowStep200StepChallengeMethod as mc, CreateSession400 as md, CreateGrant401Details as mf, ListUserTeams400 as mi, GetAuthAttempt200 as ml, BeginUserPasskeyRegistration404Details as mm, RevokeMySession401 as mn, GetTeam404 as mo, CreateFlow201StepFieldsItem as mp, QuerySessionsBodyFilterItemOperation as mr, GetMyUser200Metadata as ms, SubmitFlowStep409 as mt, DeleteTeam400Details as mu, VerifyChallengeProofBody as n, ListFlowDefinitions200FlowDefinitionsItemFlowDefinition as na, GetFlowStep200StepTexts as nc, CreateTeam404Details as nd, CreateGrantBody as nf, PatchProject400Details as ni, GetClaimStatus403 as nl, CompleteClaim404 as nm, SetUserPassword500 as nn, GetUserByID404Details as no, CreateFlowBody as np, QueryTeams400 as nr, GetProject404 as ns, UpdateFlowDefinition200FlowDefinitionStepsItemGatesConfig as nt, DeleteUserByIDDefault as nu, VerifyChallengeProof200CompletedFactorsItem as o, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemOnSuccess as oa, GetFlowStep200StepGatesConfig as oc, CreateTeam401Details as od, CreateGrant429Details as of, ListUserTeams500 as oi, GetBrandingByIdDefault as ol, CompleteClaim400 as om, SetUserPassword400 as on, GetUserByID200TeamsItem as oo, CreateFlow400Details as op, QueryTeams200TeamsItemStatus as or, GetProject200 as os, UpdateFlowDefinition200FlowDefinitionStatus as ot, DeleteUserByID401Details as ou, UpdateTeamDefault as p, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStatus as pa, GetFlowStep200StepChallengeOptions as pc, CreateSessionBodyUserAgent as pd, CreateGrant401 as pf, ListUserTeams401Details as pi, GetAuthAttemptDefault as pl, BeginUserPasskeyRegistration404 as pm, RevokeMySessionDefault as pn, GetTeamDefaultDetails as po, CreateFlow201StepGatesConfig as pp, QuerySessionsBodyFilterItem as pr, GetMyUser200TeamsItemMembershipStatus as ps, SubmitFlowStepBodyChallengeResponseProof as pt, DeleteTeam400 as pu, UpdateFlowDefinition200 as q, InitClaim409 as qa, GetEnvironmentByName200 as qc, CreateProjectDefault as qd, CreateFlowDefinition201FlowDefinitionStepsItemGates as qf, ListFlowDefinitionsParams as qi, ExchangeHandoff200 as ql, QueryTeamsBodyFilterItemField as qn, GetReleaseById200 as qo, CreateAuthAttempt201ChallengesItemMethod as qp, QueryProjects200 as qr, GetGrant200PrincipalType as qs, SubmitFlowStep200StepChallenge as qt, CreateTeamParams as qu, VerifyChallengeProof200 as r, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItem as ra, GetFlowStep200StepSsoProvidersItem as rc, CreateTeam403 as rd, CreateGrantBodyRelation as rf, PatchProject200 as ri, GetClaimStatus401 as rl, CompleteClaim404Details as rm, SetUserPassword500Details as rn, GetUserByID401 as ro, CreateFlowBodyPurpose as rp, QueryTeams400Details as rr, GetProject404Details as rs, UpdateFlowDefinition200FlowDefinitionStepsItemComplete as rt, DeleteUserByID404 as ru, VerifyChallengeProof200CompletedFactorsItemPayload as s, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGates as sa, GetFlowStep200StepFieldsItem as sc, CreateTeam400 as sd, CreateGrant409 as sf, ListUserTeams500Details as si, GetBrandingByIdDefaultDetails as sl, CompleteClaim400Details as sm, SetUserPassword400Details as sn, GetUserByID200TeamsItemMembershipStatus as so, CreateFlow201 as sp, QuerySessionsParams as sr, GetMyUserDefault as ss, UpdateFlowDefinition200FlowDefinitionAudience as st, DeleteTeamDefault as su, VerifyChallengeProofDefault as t, ListFlowDefinitions200FlowDefinitionsItemUserSchema as ta, GetFlowStep200Step as tc, CreateTeam404 as td, CreateGrantDefault as tf, PatchProject400 as ti, GetClaimStatus404Details as tl, CompleteClaim409Details as tm, SetUserPasswordBody as tn, GetUserByID404 as to, CreateFlowDefault as tp, QueryTeams401Details as tr, GetProjectDefault as ts, UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind as tt, ExchangeHandoff200SessionFactorsItemMethod as tu, VerifyChallengeProof200ChallengesItemState as u, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemComplete as ua, GetFlowStep200StepFieldsItemType as uc, CreateTeam201Status as ud, CreateGrant404Details as uf, ListUserTeams403 as ui, GetBrandingById200 as ul, BeginUserPasskeyRegistrationBody as um, RevokeSession403Details as un, GetUserByID200MetadataLifecycleOwnerTeam as uo, CreateFlow201StepSsoProvidersItem as up, QuerySessionsBodySorting as ur, GetMyUser401Details as us, SubmitFlowStepBodyGateProofs as ut, DeleteTeam403Details as uu, UpdateTeam404 as v, ListEventsDefaultDetails as va, GetFlowStep200BrandingLayout as vc, CreateSession201SessionUserAgent as vd, CreateGrant201Relation as vf, ListUserTeams200TeamsItemMembershipStatus as vi, GetAuthAttempt200CompletedFactorsItemPayload as vl, BeginUserPasskeyRegistration401Details as vm, QueryUsersBodySortingField as vn, GetTeam200 as vo, CreateFlow201StepComplete as vp, QuerySessions401 as vr, GetMySessionDefault as vs, SubmitFlowStep400StepTexts as vt, DeleteGrant404Details as vu, UpdateTeam400 as w, ListEvents400 as wa, GetFlowDefinition200FlowDefinitionStepsItemTransitions as wc, CreateSession201SessionFactorsItemMethod as wd, CreateFlowDefinitionBodyFlowDefinitionStepsItem as wf, ListUserPasskeys404Details as wi, FinishUserPasskeyRegistrationDefault as wl, QueryUsers403 as wn, GetSession403Details as wo, CreateFlow201Branding as wp, QuerySessions200SessionsItemUserAgent as wr, GetMySession200State as ws, SubmitFlowStep400StepFieldsItemValidation as wt, DeleteFlowDefinition409 as wu, UpdateTeam403Details as x, ListEvents403Details as xa, GetFlowDefinition200UserSchema as xc, CreateSession201SessionMetadata as xd, CreateFlowDefinitionDefault as xf, ListUserPasskeys500 as xi, GetAuthAttempt200ChallengesItemState as xl, BeginUserPasskeyRegistration201 as xm, QueryUsersBodyFilterItemOperation as xn, GetSession404 as xo, CreateFlow201StepChallengeMethod as xp, QuerySessions400Details as xr, GetMySession200 as xs, SubmitFlowStep400StepGatesKind as xt, DeleteGrant401 as xu, UpdateTeam404Details as y, ListEventsCategoryItem as ya, GetFlowDefinitionDefault as yc, CreateSession201SessionUser as yd, CreateGrant201PrincipalType as yf, ListUserPasskeysParams as yi, GetAuthAttempt200CompletedFactorsItemMethod as yl, BeginUserPasskeyRegistration400 as ym, QueryUsersBodySortingDirection as yn, GetTeam200Status as yo, CreateFlow201StepChallenge as yp, QuerySessions401Details as yr, GetMySession404 as ys, SubmitFlowStep400StepSsoProvidersItem as yt, DeleteGrant403 as yu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem as z, IssueChallengeBodyPasskeyOptionsUserVerification as za, GetEvent404Details as zc, CreateRelease201 as zd, CreateFlowDefinition400Details as zf, ListSchemas200SchemasItem as zi, ExchangeHandoffDefault as zl, QueryTeamsDefault as zn, GetSchemaById404Details as zo, CreateAuthAttempt201State as zp, QueryProjects429 as zr, GetGrant404 as zs, SubmitFlowStep200StepGates as zt, CreateUser400Details as zu };
|
|
20960
|
-
//# sourceMappingURL=index-
|
|
22271
|
+
export { UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess as $, ListEnvironmentsDefault as $a, GetFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as $c, CreateSession201Session as $d, CreateGrant201 as $f, ListUserPasskeys400 as $i, GetAuthAttempt200CompletedFactorsItem as $l, BeginUserPasskeyRegistration403Details as $m, QueryTeams403Details as $n, GetSession200UserAgent as $o, CreateFlow201StepFieldsItemValidationFormat as $p, QueryGrantsBodySortingField as $r, GetMySession200FactorsItemMethod as $s, SubmitFlowStep200BrandingLayout as $t, DeleteGrant404 as $u, UpdateFlowDefinitionBodyFlowDefinition as A, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemOnSuccess as Aa, GetFlowStep200StepTexts as Ac, CreateTeamDefault as Ad, CreateProjectBody as Af, ListUserTeams500 as Ai, GetClaimStatusParams as Al, CreateAuthAttempt201ChallengesItemMethod as Am, QueryUsers200 as An, GetUserByID200 as Ao, CreateFlowDefinition201FlowDefinitionStepsItemGates as Ap, QuerySessions200SessionsItemFactorsItemMethod as Ar, GetProject401Details as As, SubmitFlowStep400StepChallengeMethod as At, ExchangeHandoff200Session as Au, UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind as B, ListEventsOrder as Ba, GetFlowStep200StepChallenge as Bc, CreateTeam403Details as Bd, CreateGrantBodyPrincipalType as Bf, ListUserTeams200 as Bi, GetClaimStatus401Details as Bl, CompleteClaim404Details as Bm, QueryTeamsDefaultDetails as Bn, GetTeam404Details as Bo, CreateFlowBodyPurpose as Bp, QueryProjects429Details as Br, GetMyUser200MetadataStatus as Bs, SubmitFlowStep200StepGatesKind as Bt, DeleteUserByID404Details as Bu, UpdateTeam401Details as C, ListFlowDefinitions200 as Ca, GetFlowStepDefault as Cc, CreateUser201TeamsItem as Cd, CreateRelease201PointersItemKind as Cf, PatchProject401 as Ci, GetClaimWindowDefault as Cl, CreateAuthAttempt201RequiredFactorsItem as Cm, QueryUsersBodyExpandItem as Cn, InitClaim201 as Co, CreateFlowDefinition201 as Cp, QuerySessions200SessionsItem as Cr, GetReadyDefaultDetails as Cs, SubmitFlowStep400StepFieldsItem as Ct, ExchangeHandoff410 as Cu, UpdateTeam200Status as D, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItem as Da, GetFlowStep404Details as Dc, CreateUser201MetadataLifecycleOwnerTeam as Dd, CreateRelease200PointersItemKind as Df, PatchProject200 as Di, GetClaimWindow404 as Dl, CreateAuthAttempt201ChallengesItem as Dm, QueryUsers401Details as Dn, GetUserByID404Details as Do, CreateFlowDefinition201FlowDefinitionStepsItemTransitions as Dp, QuerySessions200SessionsItemMetadata as Dr, GetProject404 as Ds, SubmitFlowStep400StepComplete as Dt, ExchangeHandoff400 as Du, UpdateTeam200 as E, ListFlowDefinitions200FlowDefinitionsItemFlowDefinition as Ea, GetFlowStep404 as Ec, CreateUser201MetadataStatus as Ed, CreateRelease200PointersItem as Ef, PatchProject400Details as Ei, GetClaimWindow429Details as El, CreateAuthAttempt201CompletedFactorsItemMethod as Em, QueryUsers401 as En, GetUserByID404 as Eo, CreateFlowDefinition201FlowDefinitionStepsItem as Ep, QuerySessions200SessionsItemState as Er, GetProjectDefault as Es, SubmitFlowStep400StepFieldsItemType as Et, ExchangeHandoff401Details as Eu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGates as F, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemActionsItem as Fa, GetFlowStep200StepFieldsItem as Fc, CreateTeam409 as Fd, CreateHandoff200 as Ff, ListUserTeams403Details as Fi, GetClaimStatus410 as Fl, CompleteClaim429Details as Fm, QueryUsers200UsersItemMetadataStatus as Fn, GetUserByID200MetadataLifecycleOwnerTeam as Fo, CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind as Fp, QueryProjectsBodySortingDirection as Fr, GetMyUser401Details as Fs, SubmitFlowStep200 as Ft, ExchangeHandoff200SessionFactorsItem as Fu, UpdateFlowDefinition400 as G, ListEvents403Details as Ga, GetFlowStep200Branding as Gc, CreateTeam201 as Gd, CreateGrant404 as Gf, ListUserPasskeys500 as Gi, GetBrandingById404Details as Gl, CompleteClaim200 as Gm, QueryTeamsBodyFilterItem as Gn, GetSessionDefault as Go, CreateFlow201Step as Gp, QueryProjects400 as Gr, GetMySession401 as Gs, SubmitFlowStep200StepFieldsItemType as Gt, DeleteTeam403 as Gu, UpdateFlowDefinitionBodyFlowDefinitionAudience as H, ListEventsDefaultDetails as Ha, GetFlowStep200StepChallengeMethod as Hc, CreateTeam401Details as Hd, CreateGrant429Details as Hf, ListUserTeams200TeamsItemMembershipStatus as Hi, GetBrandingByIdDefault as Hl, CompleteClaim401 as Hm, QueryTeamsBodySorting as Hn, GetTeam401Details as Ho, CreateFlow400 as Hp, QueryProjects403Details as Hr, GetMyUser200Attributes as Hs, SubmitFlowStep200StepFieldsItem as Ht, DeleteUserByID401Details as Hu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind as I, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemActionsItemKind as Ia, GetFlowStep200StepFieldsItemValidation as Ic, CreateTeam409Details as Id, CreateGrantParams as If, ListUserTeams401 as Ii, GetClaimStatus404 as Il, CompleteClaim410 as Im, QueryUsers200UsersItemMetadataLifecycleOwnerTeam as In, GetUserByID200Attributes as Io, CreateFlowDefinition201FlowDefinitionStatus as Ip, QueryProjectsBodyFilterItem as Ir, GetMyUser200 as Is, SubmitFlowStep200Step as It, ExchangeHandoff200SessionFactorsItemPayload as Iu, UpdateFlowDefinition200UserSchema as J, ListEvents400 as Ja, GetFlowDefinition200 as Jc, CreateSessionBody as Jd, CreateGrant403Details as Jf, ListUserPasskeys404Details as Ji, GetBrandingById200BrandingLayout as Jl, BeginUserPasskeyRegistration500 as Jm, QueryTeams429 as Jn, GetSession403 as Jo, CreateFlow201StepGates as Jp, QueryProjects200ProjectsItem as Jr, GetMySession200User as Js, SubmitFlowStep200StepChallengeOptions as Jt, DeleteTeam401Details as Ju, UpdateFlowDefinition400Details as K, ListEvents401 as Ka, GetFlowStep200BrandingLayout as Kc, CreateTeam201Status as Kd, CreateGrant404Details as Kf, ListUserPasskeys500Details as Ki, GetBrandingById200 as Kl, BeginUserPasskeyRegistrationDefault as Km, QueryTeamsBodyFilterItemOperation as Kn, GetSession404 as Ko, CreateFlow201StepTexts as Kp, QueryProjects400Details as Kr, GetMySession200 as Ks, SubmitFlowStep200StepComplete as Kt, DeleteTeam403Details as Ku, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig as L, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStatus as La, GetFlowStep200StepFieldsItemValidationFormat as Lc, CreateTeam404 as Ld, CreateGrantDefault as Lf, ListUserTeams401Details as Li, GetClaimStatus404Details as Ll, CompleteClaim409 as Lm, QueryUsers200UsersItemAttributes as Ln, GetTeamDefault as Lo, CreateFlowDefinition201FlowDefinitionAudience as Lp, QueryProjectsBodyFilterItemOperation as Lr, GetMyUser200TeamsItem as Ls, SubmitFlowStep200StepTexts as Lt, ExchangeHandoff200SessionFactorsItemMethod as Lu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemTransitions as M, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGatesKind as Ma, GetFlowStep200StepGates as Mc, CreateTeamBody as Md, CreateProject429Details as Mf, ListUserTeams404 as Mi, GetClaimStatusDefaultDetails as Ml, CompleteClaimDefaultDetails as Mm, QueryUsers200UsersItemTeamsItem as Mn, GetUserByID200TeamsItemMembershipStatus as Mo, CreateFlowDefinition201FlowDefinitionStepsItemGatesConfig as Mp, QueryProjectsBody as Mr, GetMyUserDefault as Ms, SubmitFlowStep400StepActionsItemKind as Mt, ExchangeHandoff200SessionUser as Mu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem as N, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGatesConfig as Na, GetFlowStep200StepGatesKind as Nc, CreateTeam429 as Nd, CreateProject201 as Nf, ListUserTeams404Details as Ni, GetClaimStatus429 as Nl, CompleteClaimBody as Nm, QueryUsers200UsersItemTeamsItemMembershipStatus as Nn, GetUserByID200Metadata as No, CreateFlowDefinition201FlowDefinitionStepsItemComplete as Np, QueryProjectsBodySorting as Nr, GetMyUser404 as Ns, SubmitFlowStep400Branding as Nt, ExchangeHandoff200SessionState as Nu, UpdateFlowDefinitionDefault as O, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemTransitions as Oa, GetFlowStep200 as Oc, CreateUser201Attributes as Od, CreateRelease200Metadata as Of, ListUserTeamsParams as Oi, GetClaimWindow404Details as Ol, CreateAuthAttempt201ChallengesItemState as Om, QueryUsers400 as On, GetUserByID401 as Oo, CreateFlowDefinition201FlowDefinitionStepsItemSsoProvidersItem as Op, QuerySessions200SessionsItemFactorsItem as Or, GetProject404Details as Os, SubmitFlowStep400StepChallenge as Ot, ExchangeHandoff400Details as Ou, UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess as P, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemComplete as Pa, GetFlowStep200StepGatesConfig as Pc, CreateTeam429Details as Pd, CreateHandoffDefault as Pf, ListUserTeams403 as Pi, GetClaimStatus429Details as Pl, CompleteClaim429 as Pm, QueryUsers200UsersItemMetadata as Pn, GetUserByID200MetadataStatus as Po, CreateFlowDefinition201FlowDefinitionStepsItemActionsItem as Pp, QueryProjectsBodySortingField as Pr, GetMyUser401 as Ps, SubmitFlowStep400BrandingLayout as Pt, ExchangeHandoff200SessionMetadata as Pu, UpdateFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as Q, ListEnvironmentsParams as Qa, GetFlowDefinition200FlowDefinitionStepsItemTransitions as Qc, CreateSession201 as Qd, CreateGrant400Details as Qf, ListUserPasskeys401Details as Qi, GetAuthAttempt200RequiredFactorsItem as Ql, BeginUserPasskeyRegistration403 as Qm, QueryTeams403 as Qn, GetSession200 as Qo, CreateFlow201StepFieldsItemValidation as Qp, QueryGrantsBodySorting as Qr, GetMySession200FactorsItemPayload as Qs, SubmitFlowStep200Branding as Qt, DeleteGrantDefault as Qu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete as R, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionAudience as Ra, GetFlowStep200StepFieldsItemType as Rc, CreateTeam404Details as Rd, CreateGrantBody as Rf, ListUserTeams400 as Ri, GetClaimStatus403 as Rl, CompleteClaim409Details as Rm, QueryTeamsParams as Rn, GetTeamDefaultDetails as Ro, CreateFlowDefault as Rp, QueryProjectsBodyFilterItemField as Rr, GetMyUser200TeamsItemMembershipStatus as Rs, SubmitFlowStep200StepSsoProvidersItem as Rt, DeleteUserByIDDefault as Ru, UpdateTeam401 as S, ListFlowDefinitions400Details as Sa, GetGrant200ObjectType as Sc, CreateUser201 as Sd, CreateRelease201PointersItem as Sf, PatchProject404Details as Si, GetClaimWindowParams as Sl, CreateAuthAttempt201State as Sm, QueryUsersBodyFilterItemField as Sn, InitClaim401Details as So, CreateFlowDefinition400Details as Sp, QuerySessions200 as Sr, GetReadyDefault as Ss, SubmitFlowStep400StepGatesConfig as St, ExchangeHandoffBody as Su, UpdateTeam400Details as T, ListFlowDefinitions200FlowDefinitionsItemUserSchema as Ta, GetFlowStep410Details as Tc, CreateUser201Metadata as Td, CreateRelease200 as Tf, PatchProject400 as Ti, GetClaimWindow429 as Tl, CreateAuthAttempt201CompletedFactorsItemPayload as Tm, QueryUsers403Details as Tn, GetUserByIDDefault as To, CreateFlowDefinition201FlowDefinition as Tp, QuerySessions200SessionsItemUser as Tr, GetReady4xxDetails as Ts, SubmitFlowStep400StepFieldsItemValidationFormat as Tt, ExchangeHandoff401 as Tu, UpdateFlowDefinition404 as U, ListEventsCategoryItem as Ua, GetFlowStep200StepActionsItem as Uc, CreateTeam400 as Ud, CreateGrant409 as Uf, ListUserPasskeysParams as Ui, GetBrandingByIdDefaultDetails as Ul, CompleteClaim400 as Um, QueryTeamsBodySortingField as Un, GetTeam200 as Uo, CreateFlow400Details as Up, QueryProjects401 as Ur, GetMySessionDefault as Us, SubmitFlowStep200StepFieldsItemValidation as Ut, DeleteTeamDefault as Uu, UpdateFlowDefinitionBodyFlowDefinitionStatus as V, ListEventsDefault as Va, GetFlowStep200StepChallengeOptions as Vc, CreateTeam401 as Vd, CreateGrant429 as Vf, ListUserTeams200TeamsItem as Vi, GetClaimStatus200 as Vl, CompleteClaim403 as Vm, QueryTeamsBody as Vn, GetTeam401 as Vo, CreateFlowBodyHint as Vp, QueryProjects403 as Vr, GetMyUser200MetadataLifecycleOwnerTeam as Vs, SubmitFlowStep200StepGatesConfig as Vt, DeleteUserByID401 as Vu, UpdateFlowDefinition404Details as W, ListEvents403 as Wa, GetFlowStep200StepActionsItemKind as Wc, CreateTeam400Details as Wd, CreateGrant409Details as Wf, ListUserPasskeysDefault as Wi, GetBrandingById404 as Wl, CompleteClaim400Details as Wm, QueryTeamsBodySortingDirection as Wn, GetTeam200Status as Wo, CreateFlow201 as Wp, QueryProjects401Details as Wr, GetMySession404 as Ws, SubmitFlowStep200StepFieldsItemValidationFormat as Wt, DeleteTeamDefaultDetails as Wu, UpdateFlowDefinition200FlowDefinitionStepsItem as X, ListEvents200 as Xa, GetFlowDefinition200FlowDefinition as Xc, CreateSession400 as Xd, CreateGrant401Details as Xf, ListUserPasskeys403Details as Xi, GetAuthAttempt200 as Xl, BeginUserPasskeyRegistration404 as Xm, QueryTeams404 as Xn, GetSession401 as Xo, CreateFlow201StepGatesConfig as Xp, QueryGrantsDefault as Xr, GetMySession200Metadata as Xs, SubmitFlowStep200StepActionsItem as Xt, DeleteTeam400Details as Xu, UpdateFlowDefinition200FlowDefinition as Y, ListEvents400Details as Ya, GetFlowDefinition200UserSchema as Yc, CreateSessionBodyUserAgent as Yd, CreateGrant401 as Yf, ListUserPasskeys403 as Yi, GetAuthAttemptDefault as Yl, BeginUserPasskeyRegistration500Details as Ym, QueryTeams429Details as Yn, GetSession403Details as Yo, CreateFlow201StepGatesKind as Yp, QueryGrantsParams as Yr, GetMySession200State as Ys, SubmitFlowStep200StepChallengeMethod as Yt, DeleteTeam400 as Yu, UpdateFlowDefinition200FlowDefinitionStepsItemTransitions as Z, ListEvents200DataItem as Za, GetFlowDefinition200FlowDefinitionStepsItem as Zc, CreateSession400Details as Zd, CreateGrant400 as Zf, ListUserPasskeys401 as Zi, GetAuthAttempt200State as Zl, BeginUserPasskeyRegistration404Details as Zm, QueryTeams404Details as Zn, GetSession401Details as Zo, CreateFlow201StepFieldsItem as Zp, QueryGrantsBody as Zr, GetMySession200FactorsItem as Zs, SubmitFlowStep200StepActionsItemKind as Zt, DeleteGrantParams as Zu, UpdateTeam409Details as _, ListFlowDefinitionsParams as _a, GetGrant200User as _c, CreateUser403Details as _d, CreateReleaseDefault as _f, QueryGrants200GrantsItemPrincipal as _i, GetEvent401Details as _l, CreateBranding201Branding as _m, QueryUsersBodySorting as _n, InitClaim410 as _o, CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem as _p, QuerySessions403Details as _r, GetReleaseByIdDefault as _s, SubmitFlowStep400Step as _t, FinishUserPasskeyRegistration400 as _u, VerifyChallengeProof200RequiredFactorsItem as a, ListSchemasKind as aa, GetHealthDefaultDetails as ac, DeleteFlowDefinitionDefault as ad, CreateSession201SessionFactorsItemPayload as af, BeginUserPasskeyRegistration201Options as ah, QueryGrants403 as ai, GetFlowDefinition200FlowDefinitionStepsItemActionsItem as al, CreateFlow201StepActionsItem as am, SetUserPassword404Details as an, ListBranding200Item as ao, CreateGrant201ObjectType as ap, QueryTeams200TeamsItem as ar, GetSession200FactorsItemMethod as as, UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind as at, GetAuthAttempt200ChallengesItemMethod as au, UpdateTeam403 as b, ListFlowDefinitionsDefault as ba, GetGrant200PrincipalType as bc, CreateUser400 as bd, CreateReleaseBodyPointersItemKind as bf, PatchProjectBody as bi, GetEnvironmentByNameDefault as bl, CreateAuthAttemptBody as bm, QueryUsersBodyFilterItem as bn, InitClaim404 as bo, CreateFlowDefinitionBodyFlowDefinitionAudience as bp, QuerySessions400 as br, GetReleaseById200PointersItemKind as bs, SubmitFlowStep400StepGates as bt, ExchangeHandoffParams as bu, VerifyChallengeProof200CompletedFactorsItemMethod as c, ListSchemas200 as ca, GetGrantParams as cc, CreateUserParams as cd, CreateSchemaDefault as cf, QueryGrants401Details as ci, GetFlowDefinition200FlowDefinitionAudience as cl, CreateFlow201BrandingLayout as cm, RevokeSessionDefault as cn, IssueChallengeBodyPasskeyOptions as co, CreateFlowDefinitionBodyFlowDefinition as cp, QuerySessionsDefault as cr, GetSchemaByIdDefaultDetails as cs, SubmitFlowStepDefault as ct, FinishUserPasskeyRegistrationBodyAttestation as cu, VerifyChallengeProof200ChallengesItemPayload as d, ListSchemas200SchemasItemMetadata as da, GetGrant404Details as dc, CreateUserBodyAttributes as dd, CreateSchema409 as df, QueryGrants200 as di, GetEventDefaultDetails as dl, CreateBrandingDefaultDetails as dm, RevokeSession401 as dn, IssueChallenge201 as do, CreateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem as dp, QuerySessionsBodySortingField as dr, GetSchemaById400 as ds, SubmitFlowStepBodyFields as dt, FinishUserPasskeyRegistration404 as du, ListUserPasskeys400Details as ea, GetLiveDefault as ec, DeleteGrant404Details as ed, CreateSession201SessionUserAgent as ef, BeginUserPasskeyRegistration401 as eh, QueryGrantsBodySortingDirection as ei, GetFlowDefinition200FlowDefinitionStepsItemOnSuccess as el, CreateFlow201StepFieldsItemType as em, SetUserPasswordDefault as en, ListEnvironments200 as eo, CreateGrant201User as ep, QueryTeams401 as er, GetSession200User as es, UpdateFlowDefinition200FlowDefinitionStepsItemGates as et, GetAuthAttempt200CompletedFactorsItemPayload as eu, VerifyChallengeProof200ChallengesItemMethod as f, ListReleasesParams as fa, GetGrant403 as fc, CreateUser500 as fd, CreateSchema409Details as ff, QueryGrants200GrantsItem as fi, GetEvent404 as fl, CreateBrandingBody as fm, RevokeSession401Details as fn, IssueChallenge201State as fo, CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess as fp, QuerySessionsBodySortingDirection as fr, GetSchemaById400Details as fs, SubmitFlowStepBodyChallengeResponse as ft, FinishUserPasskeyRegistration404Details as fu, UpdateTeam409 as g, ListReleases200ReleasesItemMetadata as ga, GetGrant200 as gc, CreateUser403 as gd, CreateReleaseParams as gf, QueryGrants200GrantsItemPrincipalType as gi, GetEvent401 as gl, CreateBranding201 as gm, QueryUsersBody as gn, InitClaimDefaultDetails as go, CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete as gp, QuerySessions403 as gr, GetReleaseByIdParams as gs, SubmitFlowStep400 as gt, FinishUserPasskeyRegistration401Details as gu, UpdateTeamBody as h, ListReleases200ReleasesItem as ha, GetGrant401Details as hc, CreateUser409Details as hd, CreateSchema201 as hf, QueryGrants200GrantsItemRelation as hi, GetEvent403Details as hl, CreateBranding400Details as hm, QueryUsersDefault as hn, InitClaimDefault as ho, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig as hp, QuerySessionsBodyFilterItemField as hr, GetSchemaById200Metadata as hs, SubmitFlowStep409Details as ht, FinishUserPasskeyRegistration401 as hu, VerifyChallengeProof200State as i, ListSchemasRevisions as ia, GetHealthDefault as ic, DeleteGrant401Details as id, CreateSession201SessionFactorsItem as if, BeginUserPasskeyRegistration201 as ih, QueryGrantsBodyExpandItem as ii, GetFlowDefinition200FlowDefinitionStepsItemComplete as il, CreateFlow201StepChallengeMethod as im, SetUserPassword404 as in, ListBrandingDefaultDetails as io, CreateGrant201Principal as ip, QueryTeams200 as ir, GetSession200FactorsItemPayload as is, UpdateFlowDefinition200FlowDefinitionStepsItemActionsItem as it, GetAuthAttempt200ChallengesItemPayload as iu, UpdateFlowDefinitionBodyFlowDefinitionStepsItem as j, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGates as ja, GetFlowStep200StepSsoProvidersItem as jc, CreateTeamDefaultDetails as jd, CreateProject429 as jf, ListUserTeams500Details as ji, GetClaimStatusDefault as jl, CompleteClaimDefault as jm, QueryUsers200UsersItem as jn, GetUserByID200TeamsItem as jo, CreateFlowDefinition201FlowDefinitionStepsItemGatesKind as jp, QueryProjectsDefault as jr, GetProject200 as js, SubmitFlowStep400StepActionsItem as jt, ExchangeHandoff200SessionUserAgent as ju, UpdateFlowDefinitionBody as k, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemSsoProvidersItem as ka, GetFlowStep200Step as kc, CreateTeamParams as kd, CreateProjectDefault as kf, ListUserTeamsDefault as ki, GetClaimWindow200 as kl, CreateAuthAttempt201ChallengesItemPayload as km, QueryUsers400Details as kn, GetUserByID401Details as ko, CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess as kp, QuerySessions200SessionsItemFactorsItemPayload as kr, GetProject401 as ks, SubmitFlowStep400StepChallengeOptions as kt, ExchangeHandoff200 as ku, VerifyChallengeProof200ChallengesItem as l, ListSchemas200SchemasItem as la, GetGrantDefault as lc, CreateUserDefault as ld, CreateSchemaDefaultDetails as lf, QueryGrants400 as li, GetEventParams as ll, CreateBrandingParams as lm, RevokeSession403 as ln, IssueChallengeBodyPasskeyOptionsUserVerification as lo, CreateFlowDefinitionBodyFlowDefinitionStepsItem as lp, QuerySessionsBody as lr, GetSchemaById404 as ls, SubmitFlowStepBody as lt, FinishUserPasskeyRegistration500 as lu, UpdateTeamDefaultDetails as m, ListReleases200 as ma, GetGrant401 as mc, CreateUser409 as md, CreateSchema400Details as mf, QueryGrants200GrantsItemTeam as mi, GetEvent403 as ml, CreateBranding400 as mm, RevokeMySession401 as mn, IssueChallenge201Method as mo, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind as mp, QuerySessionsBodyFilterItemOperation as mr, GetSchemaById200Schema as ms, SubmitFlowStep409 as mt, FinishUserPasskeyRegistration403Details as mu, VerifyChallengeProofBody as n, ListUserPasskeys200PasskeysItem as na, GetLive4xx as nc, DeleteGrant403Details as nd, CreateSession201SessionState as nf, BeginUserPasskeyRegistration400 as nh, QueryGrantsBodyFilterItemOperation as ni, GetFlowDefinition200FlowDefinitionStepsItemGatesKind as nl, CreateFlow201StepChallenge as nm, SetUserPassword500 as nn, ListBrandingParams as no, CreateGrant201Relation as np, QueryTeams400 as nr, GetSession200Metadata as ns, UpdateFlowDefinition200FlowDefinitionStepsItemGatesConfig as nt, GetAuthAttempt200ChallengesItem as nu, VerifyChallengeProof200CompletedFactorsItem as o, ListSchemasDefault as oa, GetHealth4xx as oc, DeleteFlowDefinition409 as od, CreateSession201SessionFactorsItemMethod as of, QueryGrants403Details as oi, GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind as ol, CreateFlow201StepActionsItemKind as om, SetUserPassword400 as on, IssueChallengeDefault as oo, CreateFlowDefinitionDefault as op, QueryTeams200TeamsItemStatus as or, GetSchemaByIdParams as os, UpdateFlowDefinition200FlowDefinitionStatus as ot, FinishUserPasskeyRegistrationDefault as ou, UpdateTeamDefault as p, ListReleasesDefault as pa, GetGrant403Details as pc, CreateUser500Details as pd, CreateSchema400 as pf, QueryGrants200GrantsItemUser as pi, GetEvent404Details as pl, CreateBrandingBodyLayout as pm, RevokeMySessionDefault as pn, IssueChallenge201Payload as po, CreateFlowDefinitionBodyFlowDefinitionStepsItemGates as pp, QuerySessionsBodyFilterItem as pr, GetSchemaById200 as ps, SubmitFlowStepBodyChallengeResponseProof as pt, FinishUserPasskeyRegistration403 as pu, UpdateFlowDefinition200 as q, ListEvents401Details as qa, GetFlowDefinitionDefault as qc, CreateSessionDefault as qd, CreateGrant403 as qf, ListUserPasskeys404 as qi, GetBrandingById200Branding as ql, BeginUserPasskeyRegistrationBody as qm, QueryTeamsBodyFilterItemField as qn, GetSession404Details as qo, CreateFlow201StepSsoProvidersItem as qp, QueryProjects200 as qr, GetMySession200UserAgent as qs, SubmitFlowStep200StepChallenge as qt, DeleteTeam401 as qu, VerifyChallengeProof200 as r, ListSchemasParams as ra, GetLive4xxDetails as rc, DeleteGrant401 as rd, CreateSession201SessionMetadata as rf, BeginUserPasskeyRegistration400Details as rh, QueryGrantsBodyFilterItemField as ri, GetFlowDefinition200FlowDefinitionStepsItemGatesConfig as rl, CreateFlow201StepChallengeOptions as rm, SetUserPassword500Details as rn, ListBrandingDefault as ro, CreateGrant201PrincipalType as rp, QueryTeams400Details as rr, GetSession200FactorsItem as rs, UpdateFlowDefinition200FlowDefinitionStepsItemComplete as rt, GetAuthAttempt200ChallengesItemState as ru, VerifyChallengeProof200CompletedFactorsItemPayload as s, ListSchemasDefaultDetails as sa, GetHealth4xxDetails as sc, DeleteFlowDefinition409Details as sd, CreateSchemaParams as sf, QueryGrants401 as si, GetFlowDefinition200FlowDefinitionStatus as sl, CreateFlow201Branding as sm, SetUserPassword400Details as sn, IssueChallengeBody as so, CreateFlowDefinitionBody as sp, QuerySessionsParams as sr, GetSchemaByIdDefault as ss, UpdateFlowDefinition200FlowDefinitionAudience as st, FinishUserPasskeyRegistrationBody as su, VerifyChallengeProofDefault as t, ListUserPasskeys200 as ta, GetLiveDefaultDetails as tc, DeleteGrant403 as td, CreateSession201SessionUser as tf, BeginUserPasskeyRegistration401Details as th, QueryGrantsBodyFilterItem as ti, GetFlowDefinition200FlowDefinitionStepsItemGates as tl, CreateFlow201StepComplete as tm, SetUserPasswordBody as tn, ListEnvironments200EnvironmentsItem as to, CreateGrant201Team as tp, QueryTeams401Details as tr, GetSession200State as ts, UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind as tt, GetAuthAttempt200CompletedFactorsItemMethod as tu, VerifyChallengeProof200ChallengesItemState as u, ListSchemas200SchemasItemSchema as ua, GetGrant404 as uc, CreateUserBody as ud, CreateSchemaBody as uf, QueryGrants400Details as ui, GetEventDefault as ul, CreateBrandingDefault as um, RevokeSession403Details as un, IssueChallengeBodyMethod as uo, CreateFlowDefinitionBodyFlowDefinitionStepsItemTransitions as up, QuerySessionsBodySorting as ur, GetSchemaById404Details as us, SubmitFlowStepBodyGateProofs as ut, FinishUserPasskeyRegistration500Details as uu, UpdateTeam404 as v, ListFlowDefinitionsPurpose as va, GetGrant200Team as vc, CreateUser401 as vd, CreateReleaseBody as vf, QueryGrants200GrantsItemObjectType as vi, GetEvent200 as vl, CreateBranding201BrandingLayout as vm, QueryUsersBodySortingField as vn, InitClaim409 as vo, CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind as vp, QuerySessions401 as vr, GetReleaseById200 as vs, SubmitFlowStep400StepTexts as vt, FinishUserPasskeyRegistration400Details as vu, UpdateTeam400 as w, ListFlowDefinitions200FlowDefinitionsItem as wa, GetFlowStep410 as wc, CreateUser201TeamsItemMembershipStatus as wd, CreateRelease201Metadata as wf, PatchProject401Details as wi, GetClaimWindowDefaultDetails as wl, CreateAuthAttempt201CompletedFactorsItem as wm, QueryUsers403 as wn, GetUserByIDParams as wo, CreateFlowDefinition201UserSchema as wp, QuerySessions200SessionsItemUserAgent as wr, GetReady4xx as ws, SubmitFlowStep400StepFieldsItemValidation as wt, ExchangeHandoff410Details as wu, UpdateTeam403Details as x, ListFlowDefinitions400 as xa, GetGrant200Principal as xc, CreateUser400Details as xd, CreateRelease201 as xf, PatchProject404 as xi, GetEnvironmentByName200 as xl, CreateAuthAttempt201 as xm, QueryUsersBodyFilterItemOperation as xn, InitClaim401 as xo, CreateFlowDefinition400 as xp, QuerySessions400Details as xr, GetReleaseById200Metadata as xs, SubmitFlowStep400StepGatesKind as xt, ExchangeHandoffDefault as xu, UpdateTeam404Details as y, ListFlowDefinitionsExpandItem as ya, GetGrant200Relation as yc, CreateUser401Details as yd, CreateReleaseBodyPointersItem as yf, PatchProjectDefault as yi, GetEnvironmentByNameParams as yl, CreateAuthAttemptDefault as ym, QueryUsersBodySortingDirection as yn, InitClaim409Details as yo, CreateFlowDefinitionBodyFlowDefinitionStatus as yp, QuerySessions401Details as yr, GetReleaseById200PointersItem as ys, SubmitFlowStep400StepSsoProvidersItem as yt, FinishUserPasskeyRegistration201 as yu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem as z, ListEventsParams as za, GetFlowStep200StepComplete as zc, CreateTeam403 as zd, CreateGrantBodyRelation as zf, ListUserTeams400Details as zi, GetClaimStatus401 as zl, CompleteClaim404 as zm, QueryTeamsDefault as zn, GetTeam404 as zo, CreateFlowBody as zp, QueryProjects429 as zr, GetMyUser200Metadata as zs, SubmitFlowStep200StepGates as zt, DeleteUserByID404 as zu };
|
|
22272
|
+
//# sourceMappingURL=index-DtExHu2p.d.mts.map
|