@zitadel/api 1.0.0-alpha.20 → 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 +745 -41
- package/dist/generated/endpoints/zitadelNextGen.msw.mjs.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.zod.d.mts +432 -47
- package/dist/generated/endpoints/zitadelNextGen.zod.d.mts.map +1 -1
- package/dist/generated/endpoints/zitadelNextGen.zod.mjs +403 -43
- 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-BpCgp2NY.d.mts → index-DtExHu2p.d.mts} +1818 -299
- package/dist/index-DtExHu2p.d.mts.map +1 -0
- package/dist/runtime/api-factory.d.mts +1 -1
- package/dist/{zitadelNextGen-C4IZjGCT.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 +887 -85
- package/src/generated/endpoints/zitadelNextGen.ts +98 -3
- package/src/generated/endpoints/zitadelNextGen.zod.ts +1314 -421
- 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 +8 -16
- package/src/generated/model/createSession201SessionUser.ts +38 -0
- package/src/generated/model/createUser201.ts +18 -0
- package/src/generated/model/exchangeHandoff200Session.ts +8 -16
- package/src/generated/model/exchangeHandoff200SessionUser.ts +38 -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 +8 -16
- package/src/generated/model/getMySession200User.ts +38 -0
- package/src/generated/model/getMyUser200.ts +18 -0
- package/src/generated/model/getSession200.ts +8 -16
- package/src/generated/model/getSession200User.ts +38 -0
- package/src/generated/model/getUserByID200.ts +18 -0
- package/src/generated/model/index.ts +44 -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 +8 -16
- package/src/generated/model/querySessions200SessionsItemUser.ts +38 -0
- package/src/generated/model/queryUsers200UsersItem.ts +18 -0
- package/src/generated/model/updateFlowDefinition200FlowDefinition.ts +5 -3
- package/src/generated/model/updateFlowDefinitionBodyFlowDefinition.ts +5 -3
- package/dist/index-BpCgp2NY.d.mts.map +0 -1
- package/dist/zitadelNextGen-C4IZjGCT.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
|
|
@@ -4220,6 +4405,44 @@ declare const CreateSession201SessionState: {
|
|
|
4220
4405
|
readonly expired: "expired";
|
|
4221
4406
|
};
|
|
4222
4407
|
//#endregion
|
|
4408
|
+
//#region src/generated/model/createSession201SessionUser.d.ts
|
|
4409
|
+
/**
|
|
4410
|
+
* Generated by orval v8.10.0 🍺
|
|
4411
|
+
* Do not edit manually.
|
|
4412
|
+
* Zitadel NextGen
|
|
4413
|
+
* This is the next generation of the Zitadel identity platform.
|
|
4414
|
+
* OpenAPI spec version: 0.0.1
|
|
4415
|
+
*/
|
|
4416
|
+
/**
|
|
4417
|
+
* A resolved reference to a user (ADR 058 §3). Fields are role-named, not
|
|
4418
|
+
property-named, so responses can mix users from different schemas.
|
|
4419
|
+
`identifier` and `display` are resolved independently from the user
|
|
4420
|
+
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
4421
|
+
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
4422
|
+
Missing or deleted users degrade to `user_id` only.
|
|
4423
|
+
|
|
4424
|
+
*/
|
|
4425
|
+
type CreateSession201SessionUser = {
|
|
4426
|
+
/** @pattern ^user_[a-zA-Z0-9_-]+$ */user_id: string;
|
|
4427
|
+
/** The current value of the schema's designated identifier
|
|
4428
|
+
(`x-identifier`). Absent when the schema designates no identifier or
|
|
4429
|
+
the user carries no value for it.
|
|
4430
|
+
*/
|
|
4431
|
+
identifier?: string;
|
|
4432
|
+
/** The schema property `identifier` came from, so clients can reach the
|
|
4433
|
+
property's schema for semantics (a mailto link, a field label)
|
|
4434
|
+
instead of guessing from the value. Present exactly when
|
|
4435
|
+
`identifier` is.
|
|
4436
|
+
*/
|
|
4437
|
+
identifier_property?: string;
|
|
4438
|
+
/** The `x-display` rendering — the designated properties' values joined
|
|
4439
|
+
in list order. Purely presentational, with no source attribution.
|
|
4440
|
+
Absent when the schema designates no display properties or the user
|
|
4441
|
+
carries no values for them.
|
|
4442
|
+
*/
|
|
4443
|
+
display?: string;
|
|
4444
|
+
};
|
|
4445
|
+
//#endregion
|
|
4223
4446
|
//#region src/generated/model/createSession201SessionUserAgent.d.ts
|
|
4224
4447
|
/**
|
|
4225
4448
|
* Generated by orval v8.10.0 🍺
|
|
@@ -4264,23 +4487,14 @@ type CreateSession201Session = {
|
|
|
4264
4487
|
factor has been verified through an `auth_attempt`.
|
|
4265
4488
|
*/
|
|
4266
4489
|
user_id?: string | null;
|
|
4267
|
-
/**
|
|
4268
|
-
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
|
|
4272
|
-
|
|
4273
|
-
|
|
4274
|
-
|
|
4275
|
-
*/
|
|
4276
|
-
name?: string;
|
|
4277
|
-
/** Email address of the authenticated user, resolved from the
|
|
4278
|
-
conventional `email` user-schema property. Only present on reads
|
|
4279
|
-
that hydrate the user's identity (`GET /sessions/me`) and only when
|
|
4280
|
-
the session has an authenticated user whose schema carries that
|
|
4281
|
-
property.
|
|
4282
|
-
*/
|
|
4283
|
-
email?: string;
|
|
4490
|
+
/** A resolved reference to a user (ADR 058 §3). Fields are role-named, not
|
|
4491
|
+
property-named, so responses can mix users from different schemas.
|
|
4492
|
+
`identifier` and `display` are resolved independently from the user
|
|
4493
|
+
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
4494
|
+
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
4495
|
+
Missing or deleted users degrade to `user_id` only.
|
|
4496
|
+
*/
|
|
4497
|
+
user?: CreateSession201SessionUser;
|
|
4284
4498
|
/** Verified authentication factors accumulated by this session.
|
|
4285
4499
|
Each key is a factor type (e.g. `password`, `totp`, `passkey`).
|
|
4286
4500
|
Each value is a factor event object with at least `verified_at` and
|
|
@@ -4890,6 +5104,24 @@ type CreateUser201 = {
|
|
|
4890
5104
|
*/
|
|
4891
5105
|
attributes: CreateUser201Attributes;
|
|
4892
5106
|
metadata: CreateUser201Metadata;
|
|
5107
|
+
/** The current value of the user schema's designated identifier
|
|
5108
|
+
(`x-identifier`), resolved live at read time. Absent when the schema
|
|
5109
|
+
designates no identifier or the user carries no value for it.
|
|
5110
|
+
*/
|
|
5111
|
+
readonly identifier?: string;
|
|
5112
|
+
/** The schema property `identifier` came from, so clients can reach the
|
|
5113
|
+
property's schema for semantics (a mailto link, a field label)
|
|
5114
|
+
instead of guessing from the value. Present exactly when
|
|
5115
|
+
`identifier` is.
|
|
5116
|
+
*/
|
|
5117
|
+
readonly identifier_property?: string;
|
|
5118
|
+
/** The `x-display` rendering — the designated properties' values joined
|
|
5119
|
+
in list order, resolved live at read time. Purely presentational.
|
|
5120
|
+
Absent when the schema designates no display properties or the user
|
|
5121
|
+
carries no values for them. Clients render `display`, falling back
|
|
5122
|
+
to `identifier`, then `id`.
|
|
5123
|
+
*/
|
|
5124
|
+
readonly display?: string;
|
|
4893
5125
|
/** The user's team memberships, present only when the request asked for them with
|
|
4894
5126
|
`expand: ["teams"]` (ADR 059). Absent means it was not requested; `[]`
|
|
4895
5127
|
means the user has none.
|
|
@@ -5734,6 +5966,44 @@ declare const ExchangeHandoff200SessionState: {
|
|
|
5734
5966
|
readonly expired: "expired";
|
|
5735
5967
|
};
|
|
5736
5968
|
//#endregion
|
|
5969
|
+
//#region src/generated/model/exchangeHandoff200SessionUser.d.ts
|
|
5970
|
+
/**
|
|
5971
|
+
* Generated by orval v8.10.0 🍺
|
|
5972
|
+
* Do not edit manually.
|
|
5973
|
+
* Zitadel NextGen
|
|
5974
|
+
* This is the next generation of the Zitadel identity platform.
|
|
5975
|
+
* OpenAPI spec version: 0.0.1
|
|
5976
|
+
*/
|
|
5977
|
+
/**
|
|
5978
|
+
* A resolved reference to a user (ADR 058 §3). Fields are role-named, not
|
|
5979
|
+
property-named, so responses can mix users from different schemas.
|
|
5980
|
+
`identifier` and `display` are resolved independently from the user
|
|
5981
|
+
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
5982
|
+
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
5983
|
+
Missing or deleted users degrade to `user_id` only.
|
|
5984
|
+
|
|
5985
|
+
*/
|
|
5986
|
+
type ExchangeHandoff200SessionUser = {
|
|
5987
|
+
/** @pattern ^user_[a-zA-Z0-9_-]+$ */user_id: string;
|
|
5988
|
+
/** The current value of the schema's designated identifier
|
|
5989
|
+
(`x-identifier`). Absent when the schema designates no identifier or
|
|
5990
|
+
the user carries no value for it.
|
|
5991
|
+
*/
|
|
5992
|
+
identifier?: string;
|
|
5993
|
+
/** The schema property `identifier` came from, so clients can reach the
|
|
5994
|
+
property's schema for semantics (a mailto link, a field label)
|
|
5995
|
+
instead of guessing from the value. Present exactly when
|
|
5996
|
+
`identifier` is.
|
|
5997
|
+
*/
|
|
5998
|
+
identifier_property?: string;
|
|
5999
|
+
/** The `x-display` rendering — the designated properties' values joined
|
|
6000
|
+
in list order. Purely presentational, with no source attribution.
|
|
6001
|
+
Absent when the schema designates no display properties or the user
|
|
6002
|
+
carries no values for them.
|
|
6003
|
+
*/
|
|
6004
|
+
display?: string;
|
|
6005
|
+
};
|
|
6006
|
+
//#endregion
|
|
5737
6007
|
//#region src/generated/model/exchangeHandoff200SessionUserAgent.d.ts
|
|
5738
6008
|
/**
|
|
5739
6009
|
* Generated by orval v8.10.0 🍺
|
|
@@ -5778,23 +6048,14 @@ type ExchangeHandoff200Session = {
|
|
|
5778
6048
|
factor has been verified through an `auth_attempt`.
|
|
5779
6049
|
*/
|
|
5780
6050
|
user_id?: string | null;
|
|
5781
|
-
/**
|
|
5782
|
-
|
|
5783
|
-
|
|
5784
|
-
|
|
5785
|
-
|
|
5786
|
-
|
|
5787
|
-
|
|
5788
|
-
|
|
5789
|
-
*/
|
|
5790
|
-
name?: string;
|
|
5791
|
-
/** Email address of the authenticated user, resolved from the
|
|
5792
|
-
conventional `email` user-schema property. Only present on reads
|
|
5793
|
-
that hydrate the user's identity (`GET /sessions/me`) and only when
|
|
5794
|
-
the session has an authenticated user whose schema carries that
|
|
5795
|
-
property.
|
|
5796
|
-
*/
|
|
5797
|
-
email?: string;
|
|
6051
|
+
/** A resolved reference to a user (ADR 058 §3). Fields are role-named, not
|
|
6052
|
+
property-named, so responses can mix users from different schemas.
|
|
6053
|
+
`identifier` and `display` are resolved independently from the user
|
|
6054
|
+
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
6055
|
+
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
6056
|
+
Missing or deleted users degrade to `user_id` only.
|
|
6057
|
+
*/
|
|
6058
|
+
user?: ExchangeHandoff200SessionUser;
|
|
5798
6059
|
/** Verified authentication factors accumulated by this session.
|
|
5799
6060
|
Each key is a factor type (e.g. `password`, `totp`, `passkey`).
|
|
5800
6061
|
Each value is a factor event object with at least `verified_at` and
|
|
@@ -6913,13 +7174,7 @@ type GetClaimStatus404 = {
|
|
|
6913
7174
|
* This is the next generation of the Zitadel identity platform.
|
|
6914
7175
|
* OpenAPI spec version: 0.0.1
|
|
6915
7176
|
*/
|
|
6916
|
-
|
|
6917
|
-
* The claim challenge has expired
|
|
6918
|
-
|
|
6919
|
-
Error code: proj.claim_expired
|
|
6920
|
-
|
|
6921
|
-
*/
|
|
6922
|
-
type GetClaimStatus410 = {
|
|
7177
|
+
type GetClaimStatus410 = ({
|
|
6923
7178
|
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
6924
7179
|
message: string; /** Additional error-specific context. */
|
|
6925
7180
|
details?: {
|
|
@@ -6927,7 +7182,15 @@ type GetClaimStatus410 = {
|
|
|
6927
7182
|
};
|
|
6928
7183
|
} & {
|
|
6929
7184
|
code: "proj.claim_expired";
|
|
6930
|
-
}
|
|
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
|
+
});
|
|
6931
7194
|
//#endregion
|
|
6932
7195
|
//#region src/generated/model/getClaimStatus429Details.d.ts
|
|
6933
7196
|
/**
|
|
@@ -6995,7 +7258,7 @@ type GetClaimStatusParams = {
|
|
|
6995
7258
|
challenge_id: string;
|
|
6996
7259
|
};
|
|
6997
7260
|
//#endregion
|
|
6998
|
-
//#region src/generated/model/
|
|
7261
|
+
//#region src/generated/model/getClaimWindow200.d.ts
|
|
6999
7262
|
/**
|
|
7000
7263
|
* Generated by orval v8.10.0 🍺
|
|
7001
7264
|
* Do not edit manually.
|
|
@@ -7004,31 +7267,21 @@ type GetClaimStatusParams = {
|
|
|
7004
7267
|
* OpenAPI spec version: 0.0.1
|
|
7005
7268
|
*/
|
|
7006
7269
|
/**
|
|
7007
|
-
*
|
|
7008
|
-
|
|
7009
|
-
|
|
7010
|
-
deployment history, arrive with the deployments endpoints; environment
|
|
7011
|
-
lifecycle (create, rename, retire) arrives with its own ADR. Until then
|
|
7012
|
-
every project is seeded with a fixed set of environments at creation and
|
|
7013
|
-
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.
|
|
7014
7273
|
|
|
7015
7274
|
*/
|
|
7016
|
-
type
|
|
7017
|
-
/** The
|
|
7018
|
-
|
|
7019
|
-
|
|
7020
|
-
|
|
7021
|
-
|
|
7022
|
-
|
|
7023
|
-
between them.
|
|
7024
|
-
* @maxLength 63
|
|
7025
|
-
* @pattern ^[a-z0-9]([a-z0-9-]*[a-z0-9])?$
|
|
7026
|
-
*/
|
|
7027
|
-
name: string; /** When the environment was created. */
|
|
7028
|
-
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;
|
|
7029
7282
|
};
|
|
7030
7283
|
//#endregion
|
|
7031
|
-
//#region src/generated/model/
|
|
7284
|
+
//#region src/generated/model/getClaimWindow404Details.d.ts
|
|
7032
7285
|
/**
|
|
7033
7286
|
* Generated by orval v8.10.0 🍺
|
|
7034
7287
|
* Do not edit manually.
|
|
@@ -7036,49 +7289,24 @@ type GetEnvironmentByName200 = {
|
|
|
7036
7289
|
* This is the next generation of the Zitadel identity platform.
|
|
7037
7290
|
* OpenAPI spec version: 0.0.1
|
|
7038
7291
|
*/
|
|
7039
|
-
|
|
7040
|
-
|
|
7041
|
-
|
|
7042
|
-
|
|
7043
|
-
|
|
7044
|
-
|
|
7045
|
-
|
|
7046
|
-
|
|
7047
|
-
|
|
7048
|
-
|
|
7049
|
-
|
|
7050
|
-
|
|
7051
|
-
[key: string]: unknown;
|
|
7052
|
-
};
|
|
7053
|
-
} & {
|
|
7054
|
-
code: "env.not_found";
|
|
7055
|
-
}) | ({
|
|
7056
|
-
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
7057
|
-
message: string; /** Additional error-specific context. */
|
|
7058
|
-
details?: {
|
|
7059
|
-
[key: string]: unknown;
|
|
7060
|
-
};
|
|
7061
|
-
} & {
|
|
7062
|
-
code: "env.permission_denied";
|
|
7063
|
-
}) | ({
|
|
7064
|
-
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
7065
|
-
message: string; /** Additional error-specific context. */
|
|
7066
|
-
details?: {
|
|
7067
|
-
[key: string]: unknown;
|
|
7068
|
-
};
|
|
7069
|
-
} & {
|
|
7070
|
-
code: "internal";
|
|
7071
|
-
}) | ({
|
|
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 = {
|
|
7072
7304
|
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
7073
7305
|
message: string; /** Additional error-specific context. */
|
|
7074
|
-
details?:
|
|
7075
|
-
|
|
7076
|
-
};
|
|
7077
|
-
} & {
|
|
7078
|
-
code: "req.invalid";
|
|
7079
|
-
});
|
|
7306
|
+
details?: GetClaimWindow404Details;
|
|
7307
|
+
};
|
|
7080
7308
|
//#endregion
|
|
7081
|
-
//#region src/generated/model/
|
|
7309
|
+
//#region src/generated/model/getClaimWindow429Details.d.ts
|
|
7082
7310
|
/**
|
|
7083
7311
|
* Generated by orval v8.10.0 🍺
|
|
7084
7312
|
* Do not edit manually.
|
|
@@ -7086,12 +7314,161 @@ type GetEnvironmentByNameDefault = ({
|
|
|
7086
7314
|
* This is the next generation of the Zitadel identity platform.
|
|
7087
7315
|
* OpenAPI spec version: 0.0.1
|
|
7088
7316
|
*/
|
|
7089
|
-
|
|
7090
|
-
|
|
7091
|
-
|
|
7092
|
-
|
|
7093
|
-
|
|
7094
|
-
|
|
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;
|
|
7095
7472
|
};
|
|
7096
7473
|
//#endregion
|
|
7097
7474
|
//#region src/generated/model/getEvent200.d.ts
|
|
@@ -7952,6 +8329,59 @@ type GetEvent200 = ({
|
|
|
7952
8329
|
};
|
|
7953
8330
|
[key: string]: unknown;
|
|
7954
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
|
+
};
|
|
7955
8385
|
} & {
|
|
7956
8386
|
event_type: "request.api"; /** Payload for `request.api` events. */
|
|
7957
8387
|
payload: {
|
|
@@ -8829,9 +9259,11 @@ the purpose + audience when a flow is created via POST /flow.
|
|
|
8829
9259
|
type GetFlowDefinition200FlowDefinition = {
|
|
8830
9260
|
/**
|
|
8831
9261
|
* Stable identifier for this flow, used as the target of cross-flow
|
|
8832
|
-
`switch` and `pivot` transitions.
|
|
8833
|
-
`name
|
|
8834
|
-
|
|
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.
|
|
8835
9267
|
* @pattern ^[a-z][a-z0-9-]*$
|
|
8836
9268
|
*/
|
|
8837
9269
|
name: string;
|
|
@@ -9737,6 +10169,132 @@ declare const GetGrant200ObjectType: {
|
|
|
9737
10169
|
readonly project: "project";
|
|
9738
10170
|
};
|
|
9739
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
|
|
9740
10298
|
//#region src/generated/model/getGrant200PrincipalType.d.ts
|
|
9741
10299
|
/**
|
|
9742
10300
|
* Generated by orval v8.10.0 🍺
|
|
@@ -9772,25 +10330,7 @@ declare const GetGrant200Relation: {
|
|
|
9772
10330
|
readonly admin: "admin";
|
|
9773
10331
|
};
|
|
9774
10332
|
//#endregion
|
|
9775
|
-
//#region src/generated/model/
|
|
9776
|
-
/**
|
|
9777
|
-
* A collaboration grant binding a principal to a project relation.
|
|
9778
|
-
*/
|
|
9779
|
-
type GetGrant200 = {
|
|
9780
|
-
/** Managed assignment id (`asgn_<opaque>`). */id: string; /** Project this grant is scoped to. */
|
|
9781
|
-
project_id: string; /** Kind of principal bound by this grant. */
|
|
9782
|
-
principal_type: GetGrant200PrincipalType; /** Principal id (`user_<opaque>` or `team_<opaque>`). */
|
|
9783
|
-
principal_id: string; /** Catalog object type. Always `project` for this API. */
|
|
9784
|
-
object_type: GetGrant200ObjectType; /** Catalog relation on the project. */
|
|
9785
|
-
relation: GetGrant200Relation; /** When the grant was created. */
|
|
9786
|
-
created_at: string;
|
|
9787
|
-
/** When the grant expires. Null when it does not expire. GET still
|
|
9788
|
-
returns expired unrevoked grants; authorization ignores them.
|
|
9789
|
-
*/
|
|
9790
|
-
expires_at?: string | null;
|
|
9791
|
-
};
|
|
9792
|
-
//#endregion
|
|
9793
|
-
//#region src/generated/model/getGrant401Details.d.ts
|
|
10333
|
+
//#region src/generated/model/getGrant200Team.d.ts
|
|
9794
10334
|
/**
|
|
9795
10335
|
* Generated by orval v8.10.0 🍺
|
|
9796
10336
|
* Do not edit manually.
|
|
@@ -9799,10 +10339,114 @@ type GetGrant200 = {
|
|
|
9799
10339
|
* OpenAPI spec version: 0.0.1
|
|
9800
10340
|
*/
|
|
9801
10341
|
/**
|
|
9802
|
-
*
|
|
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
|
+
|
|
9803
10348
|
*/
|
|
9804
|
-
type
|
|
9805
|
-
|
|
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
|
|
10393
|
+
/**
|
|
10394
|
+
* A collaboration grant binding a principal to a project relation.
|
|
10395
|
+
*/
|
|
10396
|
+
type GetGrant200 = {
|
|
10397
|
+
/** Managed assignment id (`asgn_<opaque>`). */id: string; /** Project this grant is scoped to. */
|
|
10398
|
+
project_id: string; /** Kind of principal bound by this grant. */
|
|
10399
|
+
principal_type: GetGrant200PrincipalType; /** Principal id (`user_<opaque>` or `team_<opaque>`). */
|
|
10400
|
+
principal_id: string; /** Catalog object type. Always `project` for this API. */
|
|
10401
|
+
object_type: GetGrant200ObjectType; /** Catalog relation on the project. */
|
|
10402
|
+
relation: GetGrant200Relation; /** When the grant was created. */
|
|
10403
|
+
created_at: string;
|
|
10404
|
+
/** When the grant expires. Null when it does not expire. GET still
|
|
10405
|
+
returns expired unrevoked grants; authorization ignores them.
|
|
10406
|
+
*/
|
|
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;
|
|
10435
|
+
};
|
|
10436
|
+
//#endregion
|
|
10437
|
+
//#region src/generated/model/getGrant401Details.d.ts
|
|
10438
|
+
/**
|
|
10439
|
+
* Generated by orval v8.10.0 🍺
|
|
10440
|
+
* Do not edit manually.
|
|
10441
|
+
* Zitadel NextGen
|
|
10442
|
+
* This is the next generation of the Zitadel identity platform.
|
|
10443
|
+
* OpenAPI spec version: 0.0.1
|
|
10444
|
+
*/
|
|
10445
|
+
/**
|
|
10446
|
+
* Additional error-specific context.
|
|
10447
|
+
*/
|
|
10448
|
+
type GetGrant401Details = {
|
|
10449
|
+
[key: string]: unknown;
|
|
9806
10450
|
};
|
|
9807
10451
|
//#endregion
|
|
9808
10452
|
//#region src/generated/model/getGrant401.d.ts
|
|
@@ -10130,6 +10774,44 @@ declare const GetMySession200State: {
|
|
|
10130
10774
|
readonly expired: "expired";
|
|
10131
10775
|
};
|
|
10132
10776
|
//#endregion
|
|
10777
|
+
//#region src/generated/model/getMySession200User.d.ts
|
|
10778
|
+
/**
|
|
10779
|
+
* Generated by orval v8.10.0 🍺
|
|
10780
|
+
* Do not edit manually.
|
|
10781
|
+
* Zitadel NextGen
|
|
10782
|
+
* This is the next generation of the Zitadel identity platform.
|
|
10783
|
+
* OpenAPI spec version: 0.0.1
|
|
10784
|
+
*/
|
|
10785
|
+
/**
|
|
10786
|
+
* A resolved reference to a user (ADR 058 §3). Fields are role-named, not
|
|
10787
|
+
property-named, so responses can mix users from different schemas.
|
|
10788
|
+
`identifier` and `display` are resolved independently from the user
|
|
10789
|
+
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
10790
|
+
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
10791
|
+
Missing or deleted users degrade to `user_id` only.
|
|
10792
|
+
|
|
10793
|
+
*/
|
|
10794
|
+
type GetMySession200User = {
|
|
10795
|
+
/** @pattern ^user_[a-zA-Z0-9_-]+$ */user_id: string;
|
|
10796
|
+
/** The current value of the schema's designated identifier
|
|
10797
|
+
(`x-identifier`). Absent when the schema designates no identifier or
|
|
10798
|
+
the user carries no value for it.
|
|
10799
|
+
*/
|
|
10800
|
+
identifier?: string;
|
|
10801
|
+
/** The schema property `identifier` came from, so clients can reach the
|
|
10802
|
+
property's schema for semantics (a mailto link, a field label)
|
|
10803
|
+
instead of guessing from the value. Present exactly when
|
|
10804
|
+
`identifier` is.
|
|
10805
|
+
*/
|
|
10806
|
+
identifier_property?: string;
|
|
10807
|
+
/** The `x-display` rendering — the designated properties' values joined
|
|
10808
|
+
in list order. Purely presentational, with no source attribution.
|
|
10809
|
+
Absent when the schema designates no display properties or the user
|
|
10810
|
+
carries no values for them.
|
|
10811
|
+
*/
|
|
10812
|
+
display?: string;
|
|
10813
|
+
};
|
|
10814
|
+
//#endregion
|
|
10133
10815
|
//#region src/generated/model/getMySession200UserAgent.d.ts
|
|
10134
10816
|
/**
|
|
10135
10817
|
* Generated by orval v8.10.0 🍺
|
|
@@ -10174,23 +10856,14 @@ type GetMySession200 = {
|
|
|
10174
10856
|
factor has been verified through an `auth_attempt`.
|
|
10175
10857
|
*/
|
|
10176
10858
|
user_id?: string | null;
|
|
10177
|
-
/**
|
|
10178
|
-
|
|
10179
|
-
|
|
10180
|
-
|
|
10181
|
-
|
|
10182
|
-
|
|
10183
|
-
|
|
10184
|
-
|
|
10185
|
-
*/
|
|
10186
|
-
name?: string;
|
|
10187
|
-
/** Email address of the authenticated user, resolved from the
|
|
10188
|
-
conventional `email` user-schema property. Only present on reads
|
|
10189
|
-
that hydrate the user's identity (`GET /sessions/me`) and only when
|
|
10190
|
-
the session has an authenticated user whose schema carries that
|
|
10191
|
-
property.
|
|
10192
|
-
*/
|
|
10193
|
-
email?: string;
|
|
10859
|
+
/** A resolved reference to a user (ADR 058 §3). Fields are role-named, not
|
|
10860
|
+
property-named, so responses can mix users from different schemas.
|
|
10861
|
+
`identifier` and `display` are resolved independently from the user
|
|
10862
|
+
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
10863
|
+
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
10864
|
+
Missing or deleted users degrade to `user_id` only.
|
|
10865
|
+
*/
|
|
10866
|
+
user?: GetMySession200User;
|
|
10194
10867
|
/** Verified authentication factors accumulated by this session.
|
|
10195
10868
|
Each key is a factor type (e.g. `password`, `totp`, `passkey`).
|
|
10196
10869
|
Each value is a factor event object with at least `verified_at` and
|
|
@@ -10476,6 +11149,24 @@ type GetMyUser200 = {
|
|
|
10476
11149
|
*/
|
|
10477
11150
|
attributes: GetMyUser200Attributes;
|
|
10478
11151
|
metadata: GetMyUser200Metadata;
|
|
11152
|
+
/** The current value of the user schema's designated identifier
|
|
11153
|
+
(`x-identifier`), resolved live at read time. Absent when the schema
|
|
11154
|
+
designates no identifier or the user carries no value for it.
|
|
11155
|
+
*/
|
|
11156
|
+
readonly identifier?: string;
|
|
11157
|
+
/** The schema property `identifier` came from, so clients can reach the
|
|
11158
|
+
property's schema for semantics (a mailto link, a field label)
|
|
11159
|
+
instead of guessing from the value. Present exactly when
|
|
11160
|
+
`identifier` is.
|
|
11161
|
+
*/
|
|
11162
|
+
readonly identifier_property?: string;
|
|
11163
|
+
/** The `x-display` rendering — the designated properties' values joined
|
|
11164
|
+
in list order, resolved live at read time. Purely presentational.
|
|
11165
|
+
Absent when the schema designates no display properties or the user
|
|
11166
|
+
carries no values for them. Clients render `display`, falling back
|
|
11167
|
+
to `identifier`, then `id`.
|
|
11168
|
+
*/
|
|
11169
|
+
readonly display?: string;
|
|
10479
11170
|
/** The user's team memberships, present only when the request asked for them with
|
|
10480
11171
|
`expand: ["teams"]` (ADR 059). Absent means it was not requested; `[]`
|
|
10481
11172
|
means the user has none.
|
|
@@ -11270,6 +11961,44 @@ declare const GetSession200State: {
|
|
|
11270
11961
|
readonly expired: "expired";
|
|
11271
11962
|
};
|
|
11272
11963
|
//#endregion
|
|
11964
|
+
//#region src/generated/model/getSession200User.d.ts
|
|
11965
|
+
/**
|
|
11966
|
+
* Generated by orval v8.10.0 🍺
|
|
11967
|
+
* Do not edit manually.
|
|
11968
|
+
* Zitadel NextGen
|
|
11969
|
+
* This is the next generation of the Zitadel identity platform.
|
|
11970
|
+
* OpenAPI spec version: 0.0.1
|
|
11971
|
+
*/
|
|
11972
|
+
/**
|
|
11973
|
+
* A resolved reference to a user (ADR 058 §3). Fields are role-named, not
|
|
11974
|
+
property-named, so responses can mix users from different schemas.
|
|
11975
|
+
`identifier` and `display` are resolved independently from the user
|
|
11976
|
+
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
11977
|
+
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
11978
|
+
Missing or deleted users degrade to `user_id` only.
|
|
11979
|
+
|
|
11980
|
+
*/
|
|
11981
|
+
type GetSession200User = {
|
|
11982
|
+
/** @pattern ^user_[a-zA-Z0-9_-]+$ */user_id: string;
|
|
11983
|
+
/** The current value of the schema's designated identifier
|
|
11984
|
+
(`x-identifier`). Absent when the schema designates no identifier or
|
|
11985
|
+
the user carries no value for it.
|
|
11986
|
+
*/
|
|
11987
|
+
identifier?: string;
|
|
11988
|
+
/** The schema property `identifier` came from, so clients can reach the
|
|
11989
|
+
property's schema for semantics (a mailto link, a field label)
|
|
11990
|
+
instead of guessing from the value. Present exactly when
|
|
11991
|
+
`identifier` is.
|
|
11992
|
+
*/
|
|
11993
|
+
identifier_property?: string;
|
|
11994
|
+
/** The `x-display` rendering — the designated properties' values joined
|
|
11995
|
+
in list order. Purely presentational, with no source attribution.
|
|
11996
|
+
Absent when the schema designates no display properties or the user
|
|
11997
|
+
carries no values for them.
|
|
11998
|
+
*/
|
|
11999
|
+
display?: string;
|
|
12000
|
+
};
|
|
12001
|
+
//#endregion
|
|
11273
12002
|
//#region src/generated/model/getSession200UserAgent.d.ts
|
|
11274
12003
|
/**
|
|
11275
12004
|
* Generated by orval v8.10.0 🍺
|
|
@@ -11314,23 +12043,14 @@ type GetSession200 = {
|
|
|
11314
12043
|
factor has been verified through an `auth_attempt`.
|
|
11315
12044
|
*/
|
|
11316
12045
|
user_id?: string | null;
|
|
11317
|
-
/**
|
|
11318
|
-
|
|
11319
|
-
|
|
11320
|
-
|
|
11321
|
-
|
|
11322
|
-
|
|
11323
|
-
|
|
11324
|
-
|
|
11325
|
-
*/
|
|
11326
|
-
name?: string;
|
|
11327
|
-
/** Email address of the authenticated user, resolved from the
|
|
11328
|
-
conventional `email` user-schema property. Only present on reads
|
|
11329
|
-
that hydrate the user's identity (`GET /sessions/me`) and only when
|
|
11330
|
-
the session has an authenticated user whose schema carries that
|
|
11331
|
-
property.
|
|
11332
|
-
*/
|
|
11333
|
-
email?: string;
|
|
12046
|
+
/** A resolved reference to a user (ADR 058 §3). Fields are role-named, not
|
|
12047
|
+
property-named, so responses can mix users from different schemas.
|
|
12048
|
+
`identifier` and `display` are resolved independently from the user
|
|
12049
|
+
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
12050
|
+
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
12051
|
+
Missing or deleted users degrade to `user_id` only.
|
|
12052
|
+
*/
|
|
12053
|
+
user?: GetSession200User;
|
|
11334
12054
|
/** Verified authentication factors accumulated by this session.
|
|
11335
12055
|
Each key is a factor type (e.g. `password`, `totp`, `passkey`).
|
|
11336
12056
|
Each value is a factor event object with at least `verified_at` and
|
|
@@ -11763,6 +12483,24 @@ type GetUserByID200 = {
|
|
|
11763
12483
|
*/
|
|
11764
12484
|
attributes: GetUserByID200Attributes;
|
|
11765
12485
|
metadata: GetUserByID200Metadata;
|
|
12486
|
+
/** The current value of the user schema's designated identifier
|
|
12487
|
+
(`x-identifier`), resolved live at read time. Absent when the schema
|
|
12488
|
+
designates no identifier or the user carries no value for it.
|
|
12489
|
+
*/
|
|
12490
|
+
readonly identifier?: string;
|
|
12491
|
+
/** The schema property `identifier` came from, so clients can reach the
|
|
12492
|
+
property's schema for semantics (a mailto link, a field label)
|
|
12493
|
+
instead of guessing from the value. Present exactly when
|
|
12494
|
+
`identifier` is.
|
|
12495
|
+
*/
|
|
12496
|
+
readonly identifier_property?: string;
|
|
12497
|
+
/** The `x-display` rendering — the designated properties' values joined
|
|
12498
|
+
in list order, resolved live at read time. Purely presentational.
|
|
12499
|
+
Absent when the schema designates no display properties or the user
|
|
12500
|
+
carries no values for them. Clients render `display`, falling back
|
|
12501
|
+
to `identifier`, then `id`.
|
|
12502
|
+
*/
|
|
12503
|
+
readonly display?: string;
|
|
11766
12504
|
/** The user's team memberships, present only when the request asked for them with
|
|
11767
12505
|
`expand: ["teams"]` (ADR 059). Absent means it was not requested; `[]`
|
|
11768
12506
|
means the user has none.
|
|
@@ -12006,6 +12744,30 @@ type InitClaim409 = {
|
|
|
12006
12744
|
details: InitClaim409Details;
|
|
12007
12745
|
};
|
|
12008
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
|
|
12009
12771
|
//#region src/generated/model/initClaimDefaultDetails.d.ts
|
|
12010
12772
|
/**
|
|
12011
12773
|
* Generated by orval v8.10.0 🍺
|
|
@@ -13295,6 +14057,59 @@ type ListEvents200DataItem = ({
|
|
|
13295
14057
|
};
|
|
13296
14058
|
[key: string]: unknown;
|
|
13297
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
|
+
};
|
|
13298
14113
|
} & {
|
|
13299
14114
|
event_type: "request.api"; /** Payload for `request.api` events. */
|
|
13300
14115
|
payload: {
|
|
@@ -14255,9 +15070,11 @@ the purpose + audience when a flow is created via POST /flow.
|
|
|
14255
15070
|
type ListFlowDefinitions200FlowDefinitionsItemFlowDefinition = {
|
|
14256
15071
|
/**
|
|
14257
15072
|
* Stable identifier for this flow, used as the target of cross-flow
|
|
14258
|
-
`switch` and `pivot` transitions.
|
|
14259
|
-
`name
|
|
14260
|
-
|
|
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.
|
|
14261
15078
|
* @pattern ^[a-z][a-z0-9-]*$
|
|
14262
15079
|
*/
|
|
14263
15080
|
name: string;
|
|
@@ -14411,6 +15228,9 @@ type ListFlowDefinitions200FlowDefinitionsItem = {
|
|
|
14411
15228
|
};
|
|
14412
15229
|
//#endregion
|
|
14413
15230
|
//#region src/generated/model/listFlowDefinitions200.d.ts
|
|
15231
|
+
/**
|
|
15232
|
+
* List of flow definitions, newest by creation time first.
|
|
15233
|
+
*/
|
|
14414
15234
|
type ListFlowDefinitions200 = {
|
|
14415
15235
|
flow_definitions: ListFlowDefinitions200FlowDefinitionsItem[]; /** The token to retrieve the next page of results. Absent if there are no more results. */
|
|
14416
15236
|
next_page_token?: string | null;
|
|
@@ -14589,6 +15409,13 @@ type ListFlowDefinitionsParams = {
|
|
|
14589
15409
|
* Filter flow definitions by purpose (e.g., registration, login).
|
|
14590
15410
|
*/
|
|
14591
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;
|
|
14592
15419
|
/**
|
|
14593
15420
|
* Related entities to embed on each returned flow definition.
|
|
14594
15421
|
*/
|
|
@@ -15615,7 +16442,7 @@ type PatchProjectDefault = ({
|
|
|
15615
16442
|
code: "req.invalid";
|
|
15616
16443
|
});
|
|
15617
16444
|
//#endregion
|
|
15618
|
-
//#region src/generated/model/
|
|
16445
|
+
//#region src/generated/model/queryGrants200GrantsItemObjectType.d.ts
|
|
15619
16446
|
/**
|
|
15620
16447
|
* Generated by orval v8.10.0 🍺
|
|
15621
16448
|
* Do not edit manually.
|
|
@@ -15624,32 +16451,14 @@ type PatchProjectDefault = ({
|
|
|
15624
16451
|
* OpenAPI spec version: 0.0.1
|
|
15625
16452
|
*/
|
|
15626
16453
|
/**
|
|
15627
|
-
*
|
|
15628
|
-
*/
|
|
15629
|
-
type QueryProjects200ProjectsItem = {
|
|
15630
|
-
/** The unique identifier of the project. */id: string; /** The name of the project. */
|
|
15631
|
-
name: string;
|
|
15632
|
-
/** Origins which are allowed for previewing and testing the project.
|
|
15633
|
-
*/
|
|
15634
|
-
preview_origins?: string[]; /** The time when the project was created. */
|
|
15635
|
-
created_at: string; /** The time when the project was last updated. */
|
|
15636
|
-
updated_at: string;
|
|
15637
|
-
};
|
|
15638
|
-
//#endregion
|
|
15639
|
-
//#region src/generated/model/queryProjects200.d.ts
|
|
15640
|
-
/**
|
|
15641
|
-
* Paginated list of projects.
|
|
16454
|
+
* Catalog object type. Always `project` for this API.
|
|
15642
16455
|
*/
|
|
15643
|
-
type
|
|
15644
|
-
|
|
15645
|
-
|
|
15646
|
-
Absent when there are no more results. The follow-up request must repeat the
|
|
15647
|
-
same `sorting` that produced this token (omit only when both pages use the default).
|
|
15648
|
-
*/
|
|
15649
|
-
next_page_token?: string | null;
|
|
16456
|
+
type QueryGrants200GrantsItemObjectType = (typeof QueryGrants200GrantsItemObjectType)[keyof typeof QueryGrants200GrantsItemObjectType];
|
|
16457
|
+
declare const QueryGrants200GrantsItemObjectType: {
|
|
16458
|
+
readonly project: "project";
|
|
15650
16459
|
};
|
|
15651
16460
|
//#endregion
|
|
15652
|
-
//#region src/generated/model/
|
|
16461
|
+
//#region src/generated/model/queryGrants200GrantsItemPrincipal.d.ts
|
|
15653
16462
|
/**
|
|
15654
16463
|
* Generated by orval v8.10.0 🍺
|
|
15655
16464
|
* Do not edit manually.
|
|
@@ -15658,23 +16467,124 @@ type QueryProjects200 = {
|
|
|
15658
16467
|
* OpenAPI spec version: 0.0.1
|
|
15659
16468
|
*/
|
|
15660
16469
|
/**
|
|
15661
|
-
*
|
|
15662
|
-
|
|
15663
|
-
|
|
15664
|
-
|
|
15665
|
-
|
|
15666
|
-
|
|
15667
|
-
|
|
15668
|
-
|
|
15669
|
-
|
|
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
|
+
|
|
15670
16483
|
*/
|
|
15671
|
-
type
|
|
15672
|
-
/**
|
|
15673
|
-
|
|
15674
|
-
|
|
15675
|
-
|
|
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;
|
|
15676
16586
|
//#endregion
|
|
15677
|
-
//#region src/generated/model/
|
|
16587
|
+
//#region src/generated/model/queryGrants200GrantsItemPrincipalType.d.ts
|
|
15678
16588
|
/**
|
|
15679
16589
|
* Generated by orval v8.10.0 🍺
|
|
15680
16590
|
* Do not edit manually.
|
|
@@ -15683,23 +16593,15 @@ type QueryProjects400 = {
|
|
|
15683
16593
|
* OpenAPI spec version: 0.0.1
|
|
15684
16594
|
*/
|
|
15685
16595
|
/**
|
|
15686
|
-
*
|
|
15687
|
-
*/
|
|
15688
|
-
type QueryProjects401Details = {
|
|
15689
|
-
[key: string]: unknown;
|
|
15690
|
-
};
|
|
15691
|
-
//#endregion
|
|
15692
|
-
//#region src/generated/model/queryProjects401.d.ts
|
|
15693
|
-
/**
|
|
15694
|
-
* Standard error payload returned for failed API requests.
|
|
16596
|
+
* Kind of principal bound by this grant.
|
|
15695
16597
|
*/
|
|
15696
|
-
type
|
|
15697
|
-
|
|
15698
|
-
|
|
15699
|
-
|
|
16598
|
+
type QueryGrants200GrantsItemPrincipalType = (typeof QueryGrants200GrantsItemPrincipalType)[keyof typeof QueryGrants200GrantsItemPrincipalType];
|
|
16599
|
+
declare const QueryGrants200GrantsItemPrincipalType: {
|
|
16600
|
+
readonly user: "user";
|
|
16601
|
+
readonly team: "team";
|
|
15700
16602
|
};
|
|
15701
16603
|
//#endregion
|
|
15702
|
-
//#region src/generated/model/
|
|
16604
|
+
//#region src/generated/model/queryGrants200GrantsItemRelation.d.ts
|
|
15703
16605
|
/**
|
|
15704
16606
|
* Generated by orval v8.10.0 🍺
|
|
15705
16607
|
* Do not edit manually.
|
|
@@ -15708,9 +16610,575 @@ type QueryProjects401 = {
|
|
|
15708
16610
|
* OpenAPI spec version: 0.0.1
|
|
15709
16611
|
*/
|
|
15710
16612
|
/**
|
|
15711
|
-
*
|
|
16613
|
+
* Catalog relation on the project.
|
|
15712
16614
|
*/
|
|
15713
|
-
type
|
|
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
|
|
17086
|
+
//#region src/generated/model/queryProjects200ProjectsItem.d.ts
|
|
17087
|
+
/**
|
|
17088
|
+
* Generated by orval v8.10.0 🍺
|
|
17089
|
+
* Do not edit manually.
|
|
17090
|
+
* Zitadel NextGen
|
|
17091
|
+
* This is the next generation of the Zitadel identity platform.
|
|
17092
|
+
* OpenAPI spec version: 0.0.1
|
|
17093
|
+
*/
|
|
17094
|
+
/**
|
|
17095
|
+
* The current state of a project.
|
|
17096
|
+
*/
|
|
17097
|
+
type QueryProjects200ProjectsItem = {
|
|
17098
|
+
/** The unique identifier of the project. */id: string; /** The name of the project. */
|
|
17099
|
+
name: string;
|
|
17100
|
+
/** Origins which are allowed for previewing and testing the project.
|
|
17101
|
+
*/
|
|
17102
|
+
preview_origins?: string[]; /** The time when the project was created. */
|
|
17103
|
+
created_at: string; /** The time when the project was last updated. */
|
|
17104
|
+
updated_at: string;
|
|
17105
|
+
};
|
|
17106
|
+
//#endregion
|
|
17107
|
+
//#region src/generated/model/queryProjects200.d.ts
|
|
17108
|
+
/**
|
|
17109
|
+
* Paginated list of projects.
|
|
17110
|
+
*/
|
|
17111
|
+
type QueryProjects200 = {
|
|
17112
|
+
projects: QueryProjects200ProjectsItem[];
|
|
17113
|
+
/** Token to pass as `page_token` in the next request to fetch the following page.
|
|
17114
|
+
Absent when there are no more results. The follow-up request must repeat the
|
|
17115
|
+
same `sorting` that produced this token (omit only when both pages use the default).
|
|
17116
|
+
*/
|
|
17117
|
+
next_page_token?: string | null;
|
|
17118
|
+
};
|
|
17119
|
+
//#endregion
|
|
17120
|
+
//#region src/generated/model/queryProjects400Details.d.ts
|
|
17121
|
+
/**
|
|
17122
|
+
* Generated by orval v8.10.0 🍺
|
|
17123
|
+
* Do not edit manually.
|
|
17124
|
+
* Zitadel NextGen
|
|
17125
|
+
* This is the next generation of the Zitadel identity platform.
|
|
17126
|
+
* OpenAPI spec version: 0.0.1
|
|
17127
|
+
*/
|
|
17128
|
+
/**
|
|
17129
|
+
* Additional error-specific context.
|
|
17130
|
+
*/
|
|
17131
|
+
type QueryProjects400Details = {
|
|
17132
|
+
[key: string]: unknown;
|
|
17133
|
+
};
|
|
17134
|
+
//#endregion
|
|
17135
|
+
//#region src/generated/model/queryProjects400.d.ts
|
|
17136
|
+
/**
|
|
17137
|
+
* Standard error payload returned for failed API requests.
|
|
17138
|
+
*/
|
|
17139
|
+
type QueryProjects400 = {
|
|
17140
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
17141
|
+
message: string; /** Additional error-specific context. */
|
|
17142
|
+
details?: QueryProjects400Details;
|
|
17143
|
+
};
|
|
17144
|
+
//#endregion
|
|
17145
|
+
//#region src/generated/model/queryProjects401Details.d.ts
|
|
17146
|
+
/**
|
|
17147
|
+
* Generated by orval v8.10.0 🍺
|
|
17148
|
+
* Do not edit manually.
|
|
17149
|
+
* Zitadel NextGen
|
|
17150
|
+
* This is the next generation of the Zitadel identity platform.
|
|
17151
|
+
* OpenAPI spec version: 0.0.1
|
|
17152
|
+
*/
|
|
17153
|
+
/**
|
|
17154
|
+
* Additional error-specific context.
|
|
17155
|
+
*/
|
|
17156
|
+
type QueryProjects401Details = {
|
|
17157
|
+
[key: string]: unknown;
|
|
17158
|
+
};
|
|
17159
|
+
//#endregion
|
|
17160
|
+
//#region src/generated/model/queryProjects401.d.ts
|
|
17161
|
+
/**
|
|
17162
|
+
* Standard error payload returned for failed API requests.
|
|
17163
|
+
*/
|
|
17164
|
+
type QueryProjects401 = {
|
|
17165
|
+
/** Stable machine-readable error code. */code: string; /** Human-readable explanation of the error. */
|
|
17166
|
+
message: string; /** Additional error-specific context. */
|
|
17167
|
+
details?: QueryProjects401Details;
|
|
17168
|
+
};
|
|
17169
|
+
//#endregion
|
|
17170
|
+
//#region src/generated/model/queryProjects403Details.d.ts
|
|
17171
|
+
/**
|
|
17172
|
+
* Generated by orval v8.10.0 🍺
|
|
17173
|
+
* Do not edit manually.
|
|
17174
|
+
* Zitadel NextGen
|
|
17175
|
+
* This is the next generation of the Zitadel identity platform.
|
|
17176
|
+
* OpenAPI spec version: 0.0.1
|
|
17177
|
+
*/
|
|
17178
|
+
/**
|
|
17179
|
+
* Additional error-specific context.
|
|
17180
|
+
*/
|
|
17181
|
+
type QueryProjects403Details = {
|
|
15714
17182
|
[key: string]: unknown;
|
|
15715
17183
|
};
|
|
15716
17184
|
//#endregion
|
|
@@ -16025,6 +17493,44 @@ declare const QuerySessions200SessionsItemState: {
|
|
|
16025
17493
|
readonly expired: "expired";
|
|
16026
17494
|
};
|
|
16027
17495
|
//#endregion
|
|
17496
|
+
//#region src/generated/model/querySessions200SessionsItemUser.d.ts
|
|
17497
|
+
/**
|
|
17498
|
+
* Generated by orval v8.10.0 🍺
|
|
17499
|
+
* Do not edit manually.
|
|
17500
|
+
* Zitadel NextGen
|
|
17501
|
+
* This is the next generation of the Zitadel identity platform.
|
|
17502
|
+
* OpenAPI spec version: 0.0.1
|
|
17503
|
+
*/
|
|
17504
|
+
/**
|
|
17505
|
+
* A resolved reference to a user (ADR 058 §3). Fields are role-named, not
|
|
17506
|
+
property-named, so responses can mix users from different schemas.
|
|
17507
|
+
`identifier` and `display` are resolved independently from the user
|
|
17508
|
+
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
17509
|
+
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
17510
|
+
Missing or deleted users degrade to `user_id` only.
|
|
17511
|
+
|
|
17512
|
+
*/
|
|
17513
|
+
type QuerySessions200SessionsItemUser = {
|
|
17514
|
+
/** @pattern ^user_[a-zA-Z0-9_-]+$ */user_id: string;
|
|
17515
|
+
/** The current value of the schema's designated identifier
|
|
17516
|
+
(`x-identifier`). Absent when the schema designates no identifier or
|
|
17517
|
+
the user carries no value for it.
|
|
17518
|
+
*/
|
|
17519
|
+
identifier?: string;
|
|
17520
|
+
/** The schema property `identifier` came from, so clients can reach the
|
|
17521
|
+
property's schema for semantics (a mailto link, a field label)
|
|
17522
|
+
instead of guessing from the value. Present exactly when
|
|
17523
|
+
`identifier` is.
|
|
17524
|
+
*/
|
|
17525
|
+
identifier_property?: string;
|
|
17526
|
+
/** The `x-display` rendering — the designated properties' values joined
|
|
17527
|
+
in list order. Purely presentational, with no source attribution.
|
|
17528
|
+
Absent when the schema designates no display properties or the user
|
|
17529
|
+
carries no values for them.
|
|
17530
|
+
*/
|
|
17531
|
+
display?: string;
|
|
17532
|
+
};
|
|
17533
|
+
//#endregion
|
|
16028
17534
|
//#region src/generated/model/querySessions200SessionsItemUserAgent.d.ts
|
|
16029
17535
|
/**
|
|
16030
17536
|
* Generated by orval v8.10.0 🍺
|
|
@@ -16069,23 +17575,14 @@ type QuerySessions200SessionsItem = {
|
|
|
16069
17575
|
factor has been verified through an `auth_attempt`.
|
|
16070
17576
|
*/
|
|
16071
17577
|
user_id?: string | null;
|
|
16072
|
-
/**
|
|
16073
|
-
|
|
16074
|
-
|
|
16075
|
-
|
|
16076
|
-
|
|
16077
|
-
|
|
16078
|
-
|
|
16079
|
-
|
|
16080
|
-
*/
|
|
16081
|
-
name?: string;
|
|
16082
|
-
/** Email address of the authenticated user, resolved from the
|
|
16083
|
-
conventional `email` user-schema property. Only present on reads
|
|
16084
|
-
that hydrate the user's identity (`GET /sessions/me`) and only when
|
|
16085
|
-
the session has an authenticated user whose schema carries that
|
|
16086
|
-
property.
|
|
16087
|
-
*/
|
|
16088
|
-
email?: string;
|
|
17578
|
+
/** A resolved reference to a user (ADR 058 §3). Fields are role-named, not
|
|
17579
|
+
property-named, so responses can mix users from different schemas.
|
|
17580
|
+
`identifier` and `display` are resolved independently from the user
|
|
17581
|
+
schema's `x-identifier` and `x-display` designations, live at read time.
|
|
17582
|
+
Clients render `display`, falling back to `identifier`, then `user_id`.
|
|
17583
|
+
Missing or deleted users degrade to `user_id` only.
|
|
17584
|
+
*/
|
|
17585
|
+
user?: QuerySessions200SessionsItemUser;
|
|
16089
17586
|
/** Verified authentication factors accumulated by this session.
|
|
16090
17587
|
Each key is a factor type (e.g. `password`, `totp`, `passkey`).
|
|
16091
17588
|
Each value is a factor event object with at least `verified_at` and
|
|
@@ -16954,6 +18451,24 @@ type QueryUsers200UsersItem = {
|
|
|
16954
18451
|
*/
|
|
16955
18452
|
attributes: QueryUsers200UsersItemAttributes;
|
|
16956
18453
|
metadata: QueryUsers200UsersItemMetadata;
|
|
18454
|
+
/** The current value of the user schema's designated identifier
|
|
18455
|
+
(`x-identifier`), resolved live at read time. Absent when the schema
|
|
18456
|
+
designates no identifier or the user carries no value for it.
|
|
18457
|
+
*/
|
|
18458
|
+
readonly identifier?: string;
|
|
18459
|
+
/** The schema property `identifier` came from, so clients can reach the
|
|
18460
|
+
property's schema for semantics (a mailto link, a field label)
|
|
18461
|
+
instead of guessing from the value. Present exactly when
|
|
18462
|
+
`identifier` is.
|
|
18463
|
+
*/
|
|
18464
|
+
readonly identifier_property?: string;
|
|
18465
|
+
/** The `x-display` rendering — the designated properties' values joined
|
|
18466
|
+
in list order, resolved live at read time. Purely presentational.
|
|
18467
|
+
Absent when the schema designates no display properties or the user
|
|
18468
|
+
carries no values for them. Clients render `display`, falling back
|
|
18469
|
+
to `identifier`, then `id`.
|
|
18470
|
+
*/
|
|
18471
|
+
readonly display?: string;
|
|
16957
18472
|
/** The user's team memberships, present only when the request asked for them with
|
|
16958
18473
|
`expand: ["teams"]` (ADR 059). Absent means it was not requested; `[]`
|
|
16959
18474
|
means the user has none.
|
|
@@ -19421,9 +20936,11 @@ the purpose + audience when a flow is created via POST /flow.
|
|
|
19421
20936
|
type UpdateFlowDefinition200FlowDefinition = {
|
|
19422
20937
|
/**
|
|
19423
20938
|
* Stable identifier for this flow, used as the target of cross-flow
|
|
19424
|
-
`switch` and `pivot` transitions.
|
|
19425
|
-
`name
|
|
19426
|
-
|
|
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.
|
|
19427
20944
|
* @pattern ^[a-z][a-z0-9-]*$
|
|
19428
20945
|
*/
|
|
19429
20946
|
name: string;
|
|
@@ -19973,9 +21490,11 @@ the purpose + audience when a flow is created via POST /flow.
|
|
|
19973
21490
|
type UpdateFlowDefinitionBodyFlowDefinition = {
|
|
19974
21491
|
/**
|
|
19975
21492
|
* Stable identifier for this flow, used as the target of cross-flow
|
|
19976
|
-
`switch` and `pivot` transitions.
|
|
19977
|
-
`name
|
|
19978
|
-
|
|
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.
|
|
19979
21498
|
* @pattern ^[a-z][a-z0-9-]*$
|
|
19980
21499
|
*/
|
|
19981
21500
|
name: string;
|
|
@@ -20749,5 +22268,5 @@ type VerifyChallengeProofDefault = ({
|
|
|
20749
22268
|
code: "user.invalid";
|
|
20750
22269
|
});
|
|
20751
22270
|
//#endregion
|
|
20752
|
-
export { UpdateFlowDefinition200FlowDefinitionStepsItemOnSuccess as $, GetUserByIDDefault as $a, GetClaimStatus403 as $c, CreateGrantBodyPrincipalType as $d, CreateFlowBodyHint as $f, ListFlowDefinitions200FlowDefinitionsItem as $i, DeleteUserByID404 as $l, QueryTeams403Details as $n, GetProjectDefault as $o, CompleteClaim403 as $p, PatchProject401Details as $r, GetFlowStep200StepTexts as $s, SubmitFlowStep200BrandingLayout as $t, CreateTeam403 as $u, UpdateFlowDefinitionBodyFlowDefinition as A, ListEnvironments200EnvironmentsItem as Aa, GetFlowDefinition200FlowDefinitionStatus as Ac, CreateReleaseDefault as Ad, CreateFlowDefinitionBodyFlowDefinitionAudience as Af, ListUserPasskeys200 as Ai, FinishUserPasskeyRegistration401 as Al, QueryUsers200 as An, GetSession200FactorsItem as Ao, CreateBranding201BrandingLayout as Ap, QueryProjectsDefault as Ar, GetHealthDefault as As, SubmitFlowStep400StepChallengeMethod as At, CreateUser403 as Au, UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind as B, IssueChallenge201 as Ba, GetEvent401Details as Bc, CreateRelease200PointersItemKind as Bd, CreateFlowDefinition201FlowDefinitionStepsItemSsoProvidersItem as Bf, ListSchemas200SchemasItemMetadata as Bi, ExchangeHandoff401 as Bl, QueryTeamsDefaultDetails as Bn, GetSchemaById200 as Bo, CreateAuthAttempt201ChallengesItemState as Bp, QueryProjects403 as Br, GetGrant401 as Bs, SubmitFlowStep200StepGatesKind as Bt, CreateUser201MetadataStatus as Bu, UpdateTeam401Details as C, ListEvents400 as Ca, GetFlowDefinition200FlowDefinitionStepsItemOnSuccess as Cc, CreateSchemaBody as Cd, CreateFlowDefinitionBodyFlowDefinitionStepsItemGates as Cf, ListUserPasskeys404Details as Ci, FinishUserPasskeyRegistrationBodyAttestation as Cl, QueryUsersBodyExpandItem as Cn, GetSession403Details as Co, CreateBrandingDefaultDetails as Cp, QuerySessions200SessionsItem as Cr, GetMySession200FactorsItem as Cs, SubmitFlowStep400StepFieldsItem as Ct, CreateUserDefault as Cu, UpdateTeam200Status as D, ListEnvironmentsParams as Da, GetFlowDefinition200FlowDefinitionStepsItemComplete as Dc, CreateSchema400Details as Dd, CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem as Df, ListUserPasskeys401Details as Di, FinishUserPasskeyRegistration404Details as Dl, QueryUsers401Details as Dn, GetSession200UserAgent as Do, CreateBranding400Details as Dp, QuerySessions200SessionsItemFactorsItem as Dr, GetLiveDefaultDetails as Ds, SubmitFlowStep400StepComplete as Dt, CreateUser500Details as Du, UpdateTeam200 as E, ListEvents200DataItem as Ea, GetFlowDefinition200FlowDefinitionStepsItemGatesConfig as Ec, CreateSchema400 as Ed, CreateFlowDefinitionBodyFlowDefinitionStepsItemComplete as Ef, ListUserPasskeys401 as Ei, FinishUserPasskeyRegistration404 as El, QueryUsers401 as En, GetSession200 as Eo, CreateBranding400 as Ep, QuerySessions200SessionsItemMetadata as Er, GetLiveDefault as Es, SubmitFlowStep400StepFieldsItemType as Et, CreateUser500 as Eu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGates as F, IssueChallengeDefault as Fa, GetEvent404 as Fc, CreateRelease201PointersItem as Fd, CreateFlowDefinition201 as Ff, ListSchemasDefault as Fi, ExchangeHandoffParams as Fl, QueryUsers200UsersItemMetadataStatus as Fn, GetSchemaByIdDefaultDetails as Fo, CreateAuthAttempt201RequiredFactorsItem as Fp, QueryProjectsBodyFilterItem as Fr, GetGrantDefault as Fs, SubmitFlowStep200 as Ft, CreateUser400Details as Fu, UpdateFlowDefinition400 as G, InitClaimDefaultDetails as Ga, GetClaimStatusParams as Gc, CreateProject429Details as Gd, CreateFlowDefinition201FlowDefinitionStepsItemComplete as Gf, ListReleases200ReleasesItemMetadata as Gi, ExchangeHandoff200Session as Gl, QueryTeamsBodyFilterItem as Gn, GetReleaseById200 as Go, CompleteClaimBody as Gp, QueryProjects400Details as Gr, GetGrant200ObjectType as Gs, SubmitFlowStep200StepFieldsItemType as Gt, CreateTeamDefaultDetails as Gu, UpdateFlowDefinitionBodyFlowDefinitionAudience as H, IssueChallenge201Payload as Ha, GetEnvironmentByNameParams as Hc, CreateProjectDefault as Hd, CreateFlowDefinition201FlowDefinitionStepsItemGates as Hf, ListReleasesDefault as Hi, ExchangeHandoff400 as Hl, QueryTeamsBodySorting as Hn, GetSchemaById200Metadata as Ho, CreateAuthAttempt201ChallengesItemMethod as Hp, QueryProjects401 as Hr, GetGrant200 as Hs, SubmitFlowStep200StepFieldsItem as Ht, CreateUser201Attributes as Hu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind as I, IssueChallengeBody as Ia, GetEvent404Details as Ic, CreateRelease201PointersItemKind as Id, CreateFlowDefinition201UserSchema as If, ListSchemasDefaultDetails as Ii, ExchangeHandoffDefault as Il, QueryUsers200UsersItemMetadataLifecycleOwnerTeam as In, GetSchemaById404 as Io, CreateAuthAttempt201CompletedFactorsItem as Ip, QueryProjectsBodyFilterItemOperation as Ir, GetGrant404 as Is, SubmitFlowStep200Step as It, CreateUser201 as Iu, UpdateFlowDefinition200UserSchema as J, InitClaim404 as Ja, GetClaimStatus429 as Jc, CreateHandoff200 as Jd, CreateFlowDefinition201FlowDefinitionStatus as Jf, ListFlowDefinitionsExpandItem as Ji, ExchangeHandoff200SessionMetadata as Jl, QueryTeams429 as Jn, GetReleaseById200Metadata as Jo, CompleteClaim410 as Jp, PatchProjectDefault as Jr, GetFlowStep410Details as Js, SubmitFlowStep200StepChallengeOptions as Jt, CreateTeam429Details as Ju, UpdateFlowDefinition400Details as K, InitClaim409 as Ka, GetClaimStatusDefault as Kc, CreateProject201 as Kd, CreateFlowDefinition201FlowDefinitionStepsItemActionsItem as Kf, ListFlowDefinitionsParams as Ki, ExchangeHandoff200SessionUserAgent as Kl, QueryTeamsBodyFilterItemOperation as Kn, GetReleaseById200PointersItem as Ko, CompleteClaim429 as Kp, QueryProjects200 as Kr, GetFlowStepDefault as Ks, SubmitFlowStep200StepComplete as Kt, CreateTeamBody as Ku, UpdateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig as L, IssueChallengeBodyPasskeyOptions as La, GetEvent403 as Lc, CreateRelease201Metadata as Ld, CreateFlowDefinition201FlowDefinition as Lf, ListSchemas200 as Li, ExchangeHandoffBody as Ll, QueryUsers200UsersItemAttributes as Ln, GetSchemaById404Details as Lo, CreateAuthAttempt201CompletedFactorsItemPayload as Lp, QueryProjectsBodyFilterItemField as Lr, GetGrant404Details as Ls, SubmitFlowStep200StepTexts as Lt, CreateUser201TeamsItem as Lu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemTransitions as M, ListBrandingDefault as Ma, GetEventParams as Mc, CreateReleaseBodyPointersItem as Md, CreateFlowDefinition409Details as Mf, ListSchemasParams as Mi, FinishUserPasskeyRegistration400 as Ml, QueryUsers200UsersItemTeamsItem as Mn, GetSession200FactorsItemMethod as Mo, CreateAuthAttemptBody as Mp, QueryProjectsBodySorting as Mr, GetHealth4xx as Ms, SubmitFlowStep400StepActionsItemKind as Mt, CreateUser401 as Mu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem as N, ListBrandingDefaultDetails as Na, GetEventDefault as Nc, CreateReleaseBodyPointersItemKind as Nd, CreateFlowDefinition400 as Nf, ListSchemasRevisions as Ni, FinishUserPasskeyRegistration400Details as Nl, QueryUsers200UsersItemTeamsItemMembershipStatus as Nn, GetSchemaByIdParams as No, CreateAuthAttempt201 as Np, QueryProjectsBodySortingField as Nr, GetHealth4xxDetails as Ns, SubmitFlowStep400Branding as Nt, CreateUser401Details as Nu, UpdateFlowDefinitionDefault as O, ListEnvironmentsDefault as Oa, GetFlowDefinition200FlowDefinitionStepsItemActionsItem as Oc, CreateSchema201 as Od, CreateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemKind as Of, ListUserPasskeys400 as Oi, FinishUserPasskeyRegistration403 as Ol, QueryUsers400 as On, GetSession200State as Oo, CreateBranding201 as Op, QuerySessions200SessionsItemFactorsItemPayload as Or, GetLive4xx as Os, SubmitFlowStep400StepChallenge as Ot, CreateUser409 as Ou, UpdateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess as P, ListBranding200Item as Pa, GetEventDefaultDetails as Pc, CreateRelease201 as Pd, CreateFlowDefinition400Details as Pf, ListSchemasKind as Pi, FinishUserPasskeyRegistration201 as Pl, QueryUsers200UsersItemMetadata as Pn, GetSchemaByIdDefault as Po, CreateAuthAttempt201State as Pp, QueryProjectsBodySortingDirection as Pr, GetGrantParams as Ps, SubmitFlowStep400BrandingLayout as Pt, CreateUser400 as Pu, UpdateFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as Q, GetUserByIDParams as Qa, GetClaimStatus404Details as Qc, CreateGrantBodyRelation as Qd, CreateFlowBodyPurpose as Qf, ListFlowDefinitions200 as Qi, DeleteUserByIDDefault as Ql, QueryTeams403 as Qn, GetReady4xxDetails as Qo, CompleteClaim404Details as Qp, PatchProject401 as Qr, GetFlowStep200Step as Qs, SubmitFlowStep200Branding as Qt, CreateTeam404Details as Qu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemComplete as R, IssueChallengeBodyPasskeyOptionsUserVerification as Ra, GetEvent403Details as Rc, CreateRelease200 as Rd, CreateFlowDefinition201FlowDefinitionStepsItem as Rf, ListSchemas200SchemasItem as Ri, ExchangeHandoff410 as Rl, QueryTeamsParams as Rn, GetSchemaById400 as Ro, CreateAuthAttempt201CompletedFactorsItemMethod as Rp, QueryProjects429 as Rr, GetGrant403 as Rs, SubmitFlowStep200StepSsoProvidersItem as Rt, CreateUser201TeamsItemMembershipStatus as Ru, UpdateTeam401 as S, ListEvents401Details as Sa, GetFlowDefinition200FlowDefinitionStepsItemSsoProvidersItem as Sc, CreateSchemaDefaultDetails as Sd, CreateFlowDefinitionBodyFlowDefinitionStepsItemOnSuccess as Sf, ListUserPasskeys404 as Si, FinishUserPasskeyRegistrationBody as Sl, QueryUsersBodyFilterItemField as Sn, GetSession403 as So, CreateBrandingDefault as Sp, QuerySessions200 as Sr, GetMySession200Metadata as Ss, SubmitFlowStep400StepGatesConfig as St, CreateUserParams as Su, UpdateTeam400Details as T, ListEvents200 as Ta, GetFlowDefinition200FlowDefinitionStepsItemGatesKind as Tc, CreateSchema409Details as Td, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesConfig as Tf, ListUserPasskeys403Details as Ti, FinishUserPasskeyRegistration500Details as Tl, QueryUsers403Details as Tn, GetSession401Details as To, CreateBrandingBodyLayout as Tp, QuerySessions200SessionsItemState as Tr, GetMySession200FactorsItemMethod as Ts, SubmitFlowStep400StepFieldsItemValidationFormat as Tt, CreateUserBodyAttributes as Tu, UpdateFlowDefinition404 as U, IssueChallenge201Method as Ua, GetEnvironmentByNameDefault as Uc, CreateProjectBody as Ud, CreateFlowDefinition201FlowDefinitionStepsItemGatesKind as Uf, ListReleases200 as Ui, ExchangeHandoff400Details as Ul, QueryTeamsBodySortingField as Un, GetReleaseByIdParams as Uo, CompleteClaimDefault as Up, QueryProjects401Details as Ur, GetGrant200Relation as Us, SubmitFlowStep200StepFieldsItemValidation as Ut, CreateTeamParams as Uu, UpdateFlowDefinitionBodyFlowDefinitionStatus as V, IssueChallenge201State as Va, GetEvent200 as Vc, CreateRelease200Metadata as Vd, CreateFlowDefinition201FlowDefinitionStepsItemOnSuccess as Vf, ListReleasesParams as Vi, ExchangeHandoff401Details as Vl, QueryTeamsBody as Vn, GetSchemaById200Schema as Vo, CreateAuthAttempt201ChallengesItemPayload as Vp, QueryProjects403Details as Vr, GetGrant401Details as Vs, SubmitFlowStep200StepGatesConfig as Vt, CreateUser201MetadataLifecycleOwnerTeam as Vu, UpdateFlowDefinition404Details as W, InitClaimDefault as Wa, GetEnvironmentByName200 as Wc, CreateProject429 as Wd, CreateFlowDefinition201FlowDefinitionStepsItemGatesConfig as Wf, ListReleases200ReleasesItem as Wi, ExchangeHandoff200 as Wl, QueryTeamsBodySortingDirection as Wn, GetReleaseByIdDefault as Wo, CompleteClaimDefaultDetails as Wp, QueryProjects400 as Wr, GetGrant200PrincipalType as Ws, SubmitFlowStep200StepFieldsItemValidationFormat as Wt, CreateTeamDefault as Wu, UpdateFlowDefinition200FlowDefinitionStepsItem as X, InitClaim401Details as Xa, GetClaimStatus410 as Xc, CreateGrantDefault as Xd, CreateFlowDefault as Xf, ListFlowDefinitions400 as Xi, ExchangeHandoff200SessionFactorsItemPayload as Xl, QueryTeams404 as Xn, GetReadyDefaultDetails as Xo, CompleteClaim409Details as Xp, PatchProject404 as Xr, GetFlowStep404Details as Xs, SubmitFlowStep200StepActionsItem as Xt, CreateTeam409Details as Xu, UpdateFlowDefinition200FlowDefinition as Y, InitClaim401 as Ya, GetClaimStatus429Details as Yc, CreateGrantParams as Yd, CreateFlowDefinition201FlowDefinitionAudience as Yf, ListFlowDefinitionsDefault as Yi, ExchangeHandoff200SessionFactorsItem as Yl, QueryTeams429Details as Yn, GetReadyDefault as Yo, CompleteClaim409 as Yp, PatchProjectBody as Yr, GetFlowStep404 as Ys, SubmitFlowStep200StepChallengeMethod as Yt, CreateTeam409 as Yu, UpdateFlowDefinition200FlowDefinitionStepsItemTransitions as Z, InitClaim201 as Za, GetClaimStatus404 as Zc, CreateGrantBody as Zd, CreateFlowBody as Zf, ListFlowDefinitions400Details as Zi, ExchangeHandoff200SessionFactorsItemMethod as Zl, QueryTeams404Details as Zn, GetReady4xx as Zo, CompleteClaim404 as Zp, PatchProject404Details as Zr, GetFlowStep200 as Zs, SubmitFlowStep200StepActionsItemKind as Zt, CreateTeam404 as Zu, UpdateTeam409Details as _, ListEventsDefaultDetails as _a, GetFlowDefinition200 as _c, CreateSession201SessionFactorsItem as _d, CreateFlowDefinitionBody as _f, ListUserTeams200TeamsItemMembershipStatus as _i, GetAuthAttempt200ChallengesItem as _l, BeginUserPasskeyRegistration201Options as _m, QueryUsersBodySorting as _n, GetTeam200 as _o, CreateFlow201StepActionsItem as _p, QuerySessions403Details as _r, GetMySession404 as _s, SubmitFlowStep400Step as _t, DeleteGrant401 as _u, VerifyChallengeProof200RequiredFactorsItem as a, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemOnSuccess as aa, GetFlowStep200StepFieldsItemValidation as ac, CreateTeam201 as ad, CreateGrant404Details as af, ListUserTeams500 as ai, GetBrandingById404 as al, BeginUserPasskeyRegistrationBody as am, SetUserPassword404Details as an, GetUserByID200TeamsItem as ao, CreateFlow201StepSsoProvidersItem as ap, QueryTeams200TeamsItem as ar, GetMyUserDefault as as, UpdateFlowDefinition200FlowDefinitionStepsItemActionsItemKind as at, DeleteTeam403 as au, UpdateTeam403 as b, ListEvents403Details as ba, GetFlowDefinition200FlowDefinitionStepsItem as bc, CreateSchemaParams as bd, CreateFlowDefinitionBodyFlowDefinitionStepsItemTransitions as bf, ListUserPasskeys500 as bi, GetAuthAttempt200ChallengesItemMethod as bl, QueryUsersBodyFilterItem as bn, GetSession404 as bo, CreateFlow201BrandingLayout as bp, QuerySessions400 as br, GetMySession200UserAgent as bs, SubmitFlowStep400StepGates as bt, DeleteFlowDefinition409 as bu, VerifyChallengeProof200CompletedFactorsItemMethod as c, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGatesConfig as ca, GetFlowStep200StepComplete as cc, CreateSessionBody as cd, CreateGrant401 as cf, ListUserTeams404Details as ci, GetBrandingById200Branding as cl, BeginUserPasskeyRegistration404 as cm, RevokeSessionDefault as cn, GetUserByID200MetadataStatus as co, CreateFlow201StepGatesConfig as cp, QuerySessionsDefault as cr, GetMyUser401Details as cs, SubmitFlowStepDefault as ct, DeleteTeam401Details as cu, VerifyChallengeProof200ChallengesItemPayload as d, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemActionsItemKind as da, GetFlowStep200StepChallengeMethod as dc, CreateSession400Details as dd, CreateGrant400Details as df, ListUserTeams401 as di, GetAuthAttempt200 as dl, BeginUserPasskeyRegistration403Details as dm, RevokeSession401 as dn, GetTeamDefault as do, CreateFlow201StepFieldsItemValidationFormat as dp, QuerySessionsBodySortingField as dr, GetMyUser200TeamsItemMembershipStatus as ds, SubmitFlowStepBodyFields as dt, DeleteGrantParams as du, ListFlowDefinitions200FlowDefinitionsItemUserSchema as ea, GetFlowStep200StepSsoProvidersItem as ec, CreateTeam403Details as ed, CreateGrant429 as ef, PatchProject400 as ei, GetClaimStatus401 as el, CompleteClaim401 as em, SetUserPasswordDefault as en, GetUserByID404 as eo, CreateFlow400 as ep, QueryTeams401 as er, GetProject404 as es, UpdateFlowDefinition200FlowDefinitionStepsItemGates as et, DeleteUserByID404Details as eu, VerifyChallengeProof200ChallengesItemMethod as f, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStatus as fa, GetFlowStep200StepActionsItem as fc, CreateSession201 as fd, CreateGrant201 as ff, ListUserTeams401Details as fi, GetAuthAttempt200State as fl, BeginUserPasskeyRegistration401 as fm, RevokeSession401Details as fn, GetTeamDefaultDetails as fo, CreateFlow201StepFieldsItemType as fp, QuerySessionsBodySortingDirection as fr, GetMyUser200Metadata as fs, SubmitFlowStepBodyChallengeResponse as ft, DeleteGrantDefault as fu, UpdateTeam409 as g, ListEventsDefault as ga, GetFlowDefinitionDefault as gc, CreateSession201SessionMetadata as gd, CreateFlowDefinitionDefault as gf, ListUserTeams200TeamsItem as gi, GetAuthAttempt200CompletedFactorsItemMethod as gl, BeginUserPasskeyRegistration201 as gm, QueryUsersBody as gn, GetTeam401Details as go, CreateFlow201StepChallengeMethod as gp, QuerySessions403 as gr, GetMySessionDefault as gs, SubmitFlowStep400 as gt, DeleteGrant403Details as gu, UpdateTeamBody as h, ListEventsOrder as ha, GetFlowStep200BrandingLayout as hc, CreateSession201SessionState as hd, CreateGrant201ObjectType as hf, ListUserTeams200 as hi, GetAuthAttempt200CompletedFactorsItemPayload as hl, BeginUserPasskeyRegistration400Details as hm, QueryUsersDefault as hn, GetTeam401 as ho, CreateFlow201StepChallengeOptions as hp, QuerySessionsBodyFilterItemField as hr, GetMyUser200Attributes as hs, SubmitFlowStep409Details as ht, DeleteGrant403 as hu, VerifyChallengeProof200State as i, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemSsoProvidersItem as ia, GetFlowStep200StepFieldsItem as ic, CreateTeam400Details as id, CreateGrant404 as if, ListUserTeamsDefault as ii, GetBrandingByIdDefaultDetails as il, BeginUserPasskeyRegistrationDefault as im, SetUserPassword404 as in, GetUserByID200 as io, CreateFlow201StepTexts as ip, QueryTeams200 as ir, GetProject200 as is, UpdateFlowDefinition200FlowDefinitionStepsItemActionsItem as it, DeleteTeamDefaultDetails as iu, UpdateFlowDefinitionBodyFlowDefinitionStepsItem as j, ListBrandingParams as ja, GetFlowDefinition200FlowDefinitionAudience as jc, CreateReleaseBody as jd, CreateFlowDefinition409 as jf, ListUserPasskeys200PasskeysItem as ji, FinishUserPasskeyRegistration401Details as jl, QueryUsers200UsersItem as jn, GetSession200FactorsItemPayload as jo, CreateAuthAttemptDefault as jp, QueryProjectsBody as jr, GetHealthDefaultDetails as js, SubmitFlowStep400StepActionsItem as jt, CreateUser403Details as ju, UpdateFlowDefinitionBody as k, ListEnvironments200 as ka, GetFlowDefinition200FlowDefinitionStepsItemActionsItemKind as kc, CreateReleaseParams as kd, CreateFlowDefinitionBodyFlowDefinitionStatus as kf, ListUserPasskeys400Details as ki, FinishUserPasskeyRegistration403Details as kl, QueryUsers400Details as kn, GetSession200Metadata as ko, CreateBranding201Branding as kp, QuerySessions200SessionsItemFactorsItemMethod as kr, GetLive4xxDetails as ks, SubmitFlowStep400StepChallengeOptions as kt, CreateUser409Details as ku, VerifyChallengeProof200ChallengesItem as l, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemComplete as la, GetFlowStep200StepChallenge as lc, CreateSessionBodyUserAgent as ld, CreateGrant401Details as lf, ListUserTeams403 as li, GetBrandingById200BrandingLayout as ll, BeginUserPasskeyRegistration404Details as lm, RevokeSession403 as ln, GetUserByID200MetadataLifecycleOwnerTeam as lo, CreateFlow201StepFieldsItem as lp, QuerySessionsBody as lr, GetMyUser200 as ls, SubmitFlowStepBody as lt, DeleteTeam400 as lu, UpdateTeamDefaultDetails as m, ListEventsParams as ma, GetFlowStep200Branding as mc, CreateSession201SessionUserAgent as md, CreateGrant201PrincipalType as mf, ListUserTeams400Details as mi, GetAuthAttempt200CompletedFactorsItem as ml, BeginUserPasskeyRegistration400 as mm, RevokeMySession401 as mn, GetTeam404Details as mo, CreateFlow201StepChallenge as mp, QuerySessionsBodyFilterItemOperation as mr, GetMyUser200MetadataLifecycleOwnerTeam as ms, SubmitFlowStep409 as mt, DeleteGrant404Details as mu, VerifyChallengeProofBody as n, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItem as na, GetFlowStep200StepGatesKind as nc, CreateTeam401Details as nd, CreateGrant409 as nf, PatchProject200 as ni, GetClaimStatus200 as nl, CompleteClaim400Details as nm, SetUserPassword500 as nn, GetUserByID401 as no, CreateFlow201 as np, QueryTeams400 as nr, GetProject401 as ns, UpdateFlowDefinition200FlowDefinitionStepsItemGatesConfig as nt, DeleteUserByID401Details as nu, VerifyChallengeProof200CompletedFactorsItem as o, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGates as oa, GetFlowStep200StepFieldsItemValidationFormat as oc, CreateTeam201Status as od, CreateGrant403 as of, ListUserTeams500Details as oi, GetBrandingById404Details as ol, BeginUserPasskeyRegistration500 as om, SetUserPassword400 as on, GetUserByID200TeamsItemMembershipStatus as oo, CreateFlow201StepGates as op, QueryTeams200TeamsItemStatus as or, GetMyUser404 as os, UpdateFlowDefinition200FlowDefinitionStatus as ot, DeleteTeam403Details as ou, UpdateTeamDefault as p, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionAudience as pa, GetFlowStep200StepActionsItemKind as pc, CreateSession201Session as pd, CreateGrant201Relation as pf, ListUserTeams400 as pi, GetAuthAttempt200RequiredFactorsItem as pl, BeginUserPasskeyRegistration401Details as pm, RevokeMySessionDefault as pn, GetTeam404 as po, CreateFlow201StepComplete as pp, QuerySessionsBodyFilterItem as pr, GetMyUser200MetadataStatus as ps, SubmitFlowStepBodyChallengeResponseProof as pt, DeleteGrant404 as pu, UpdateFlowDefinition200 as q, InitClaim409Details as qa, GetClaimStatusDefaultDetails as qc, CreateHandoffDefault as qd, CreateFlowDefinition201FlowDefinitionStepsItemActionsItemKind as qf, ListFlowDefinitionsPurpose as qi, ExchangeHandoff200SessionState as ql, QueryTeamsBodyFilterItemField as qn, GetReleaseById200PointersItemKind as qo, CompleteClaim429Details as qp, QueryProjects200ProjectsItem as qr, GetFlowStep410 as qs, SubmitFlowStep200StepChallenge as qt, CreateTeam429 as qu, VerifyChallengeProof200 as r, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemTransitions as ra, GetFlowStep200StepGatesConfig as rc, CreateTeam400 as rd, CreateGrant409Details as rf, ListUserTeamsParams as ri, GetBrandingByIdDefault as rl, CompleteClaim200 as rm, SetUserPassword500Details as rn, GetUserByID401Details as ro, CreateFlow201Step as rp, QueryTeams400Details as rr, GetProject401Details as rs, UpdateFlowDefinition200FlowDefinitionStepsItemComplete as rt, DeleteTeamDefault as ru, VerifyChallengeProof200CompletedFactorsItemPayload as s, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemGatesKind as sa, GetFlowStep200StepFieldsItemType as sc, CreateSessionDefault as sd, CreateGrant403Details as sf, ListUserTeams404 as si, GetBrandingById200 as sl, BeginUserPasskeyRegistration500Details as sm, SetUserPassword400Details as sn, GetUserByID200Metadata as so, CreateFlow201StepGatesKind as sp, QuerySessionsParams as sr, GetMyUser401 as ss, UpdateFlowDefinition200FlowDefinitionAudience as st, DeleteTeam401 as su, VerifyChallengeProofDefault as t, ListFlowDefinitions200FlowDefinitionsItemFlowDefinition as ta, GetFlowStep200StepGates as tc, CreateTeam401 as td, CreateGrant429Details as tf, PatchProject400Details as ti, GetClaimStatus401Details as tl, CompleteClaim400 as tm, SetUserPasswordBody as tn, GetUserByID404Details as to, CreateFlow400Details as tp, QueryTeams401Details as tr, GetProject404Details as ts, UpdateFlowDefinition200FlowDefinitionStepsItemGatesKind as tt, DeleteUserByID401 as tu, VerifyChallengeProof200ChallengesItemState as u, ListFlowDefinitions200FlowDefinitionsItemFlowDefinitionStepsItemActionsItem as ua, GetFlowStep200StepChallengeOptions as uc, CreateSession400 as ud, CreateGrant400 as uf, ListUserTeams403Details as ui, GetAuthAttemptDefault as ul, BeginUserPasskeyRegistration403 as um, RevokeSession403Details as un, GetUserByID200Attributes as uo, CreateFlow201StepFieldsItemValidation as up, QuerySessionsBodySorting as ur, GetMyUser200TeamsItem as us, SubmitFlowStepBodyGateProofs as ut, DeleteTeam400Details as uu, UpdateTeam404 as v, ListEventsCategoryItem as va, GetFlowDefinition200UserSchema as vc, CreateSession201SessionFactorsItemPayload as vd, CreateFlowDefinitionBodyFlowDefinition as vf, ListUserPasskeysParams as vi, GetAuthAttempt200ChallengesItemState as vl, QueryUsersBodySortingField as vn, GetTeam200Status as vo, CreateFlow201StepActionsItemKind as vp, QuerySessions401 as vr, GetMySession401 as vs, SubmitFlowStep400StepTexts as vt, DeleteGrant401Details as vu, UpdateTeam400 as w, ListEvents400Details as wa, GetFlowDefinition200FlowDefinitionStepsItemGates as wc, CreateSchema409 as wd, CreateFlowDefinitionBodyFlowDefinitionStepsItemGatesKind as wf, ListUserPasskeys403 as wi, FinishUserPasskeyRegistration500 as wl, QueryUsers403 as wn, GetSession401 as wo, CreateBrandingBody as wp, QuerySessions200SessionsItemUserAgent as wr, GetMySession200FactorsItemPayload as ws, SubmitFlowStep400StepFieldsItemValidation as wt, CreateUserBody as wu, UpdateTeam403Details as x, ListEvents401 as xa, GetFlowDefinition200FlowDefinitionStepsItemTransitions as xc, CreateSchemaDefault as xd, CreateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersItem as xf, ListUserPasskeys500Details as xi, FinishUserPasskeyRegistrationDefault as xl, QueryUsersBodyFilterItemOperation as xn, GetSession404Details as xo, CreateBrandingParams as xp, QuerySessions400Details as xr, GetMySession200State as xs, SubmitFlowStep400StepGatesKind as xt, DeleteFlowDefinition409Details as xu, UpdateTeam404Details as y, ListEvents403 as ya, GetFlowDefinition200FlowDefinition as yc, CreateSession201SessionFactorsItemMethod as yd, CreateFlowDefinitionBodyFlowDefinitionStepsItem as yf, ListUserPasskeysDefault as yi, GetAuthAttempt200ChallengesItemPayload as yl, QueryUsersBodySortingDirection as yn, GetSessionDefault as yo, CreateFlow201Branding as yp, QuerySessions401Details as yr, GetMySession200 as ys, SubmitFlowStep400StepSsoProvidersItem as yt, DeleteFlowDefinitionDefault as yu, UpdateFlowDefinitionBodyFlowDefinitionStepsItemActionsItem as z, IssueChallengeBodyMethod as za, GetEvent401 as zc, CreateRelease200PointersItem as zd, CreateFlowDefinition201FlowDefinitionStepsItemTransitions as zf, ListSchemas200SchemasItemSchema as zi, ExchangeHandoff410Details as zl, QueryTeamsDefault as zn, GetSchemaById400Details as zo, CreateAuthAttempt201ChallengesItem as zp, QueryProjects429Details as zr, GetGrant403Details as zs, SubmitFlowStep200StepGates as zt, CreateUser201Metadata as zu };
|
|
20753
|
-
//# 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
|