@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
|
@@ -94,6 +94,9 @@ declare const QueryUsersResponse: zod.ZodObject<{
|
|
|
94
94
|
updated_at: zod.z.ZodISODateTime;
|
|
95
95
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
96
96
|
}, zod.z.core.$strip>;
|
|
97
|
+
identifier: zod.ZodOptional<zod.ZodString>;
|
|
98
|
+
identifier_property: zod.ZodOptional<zod.ZodString>;
|
|
99
|
+
display: zod.ZodOptional<zod.ZodString>;
|
|
97
100
|
teams: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
98
101
|
id: zod.ZodString;
|
|
99
102
|
name: zod.ZodString;
|
|
@@ -146,6 +149,9 @@ declare const GetUserByIDResponse: zod.ZodObject<{
|
|
|
146
149
|
updated_at: zod.z.ZodISODateTime;
|
|
147
150
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
148
151
|
}, zod.z.core.$strip>;
|
|
152
|
+
identifier: zod.ZodOptional<zod.ZodString>;
|
|
153
|
+
identifier_property: zod.ZodOptional<zod.ZodString>;
|
|
154
|
+
display: zod.ZodOptional<zod.ZodString>;
|
|
149
155
|
teams: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
150
156
|
id: zod.ZodString;
|
|
151
157
|
name: zod.ZodString;
|
|
@@ -300,6 +306,9 @@ declare const GetMyUserResponse: zod.ZodObject<{
|
|
|
300
306
|
updated_at: zod.z.ZodISODateTime;
|
|
301
307
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
302
308
|
}, zod.z.core.$strip>;
|
|
309
|
+
identifier: zod.ZodOptional<zod.ZodString>;
|
|
310
|
+
identifier_property: zod.ZodOptional<zod.ZodString>;
|
|
311
|
+
display: zod.ZodOptional<zod.ZodString>;
|
|
303
312
|
teams: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
304
313
|
id: zod.ZodString;
|
|
305
314
|
name: zod.ZodString;
|
|
@@ -395,11 +404,11 @@ declare const GetFlowStepResponse: zod.ZodObject<{
|
|
|
395
404
|
name: zod.ZodString;
|
|
396
405
|
type: zod.ZodEnum<{
|
|
397
406
|
number: "number";
|
|
398
|
-
email: "email";
|
|
399
407
|
url: "url";
|
|
400
408
|
text: "text";
|
|
401
409
|
date: "date";
|
|
402
410
|
password: "password";
|
|
411
|
+
email: "email";
|
|
403
412
|
tel: "tel";
|
|
404
413
|
hidden: "hidden";
|
|
405
414
|
checkbox: "checkbox";
|
|
@@ -546,11 +555,11 @@ declare const SubmitFlowStepResponse: zod.ZodObject<{
|
|
|
546
555
|
name: zod.ZodString;
|
|
547
556
|
type: zod.ZodEnum<{
|
|
548
557
|
number: "number";
|
|
549
|
-
email: "email";
|
|
550
558
|
url: "url";
|
|
551
559
|
text: "text";
|
|
552
560
|
date: "date";
|
|
553
561
|
password: "password";
|
|
562
|
+
email: "email";
|
|
554
563
|
tel: "tel";
|
|
555
564
|
hidden: "hidden";
|
|
556
565
|
checkbox: "checkbox";
|
|
@@ -661,23 +670,23 @@ declare const GetAuthAttemptResponse: zod.ZodObject<{
|
|
|
661
670
|
attempt_id: zod.ZodString;
|
|
662
671
|
project_id: zod.ZodString;
|
|
663
672
|
state: zod.ZodEnum<{
|
|
673
|
+
expired: "expired";
|
|
664
674
|
completed: "completed";
|
|
665
675
|
in_progress: "in_progress";
|
|
666
676
|
failed: "failed";
|
|
667
|
-
expired: "expired";
|
|
668
677
|
}>;
|
|
669
678
|
session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
670
679
|
user_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
671
680
|
required_factors: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
681
|
+
identifier: "identifier";
|
|
672
682
|
password: "password";
|
|
673
683
|
passkey: "passkey";
|
|
674
|
-
identifier: "identifier";
|
|
675
684
|
}>>>;
|
|
676
685
|
completed_factors: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
677
686
|
method: zod.ZodEnum<{
|
|
687
|
+
identifier: "identifier";
|
|
678
688
|
password: "password";
|
|
679
689
|
passkey: "passkey";
|
|
680
|
-
identifier: "identifier";
|
|
681
690
|
}>;
|
|
682
691
|
verified_at: zod.z.ZodISODateTime;
|
|
683
692
|
payload: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
@@ -696,14 +705,14 @@ declare const GetAuthAttemptResponse: zod.ZodObject<{
|
|
|
696
705
|
challenges: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
697
706
|
challenge_id: zod.ZodString;
|
|
698
707
|
method: zod.ZodEnum<{
|
|
708
|
+
identifier: "identifier";
|
|
699
709
|
password: "password";
|
|
700
710
|
passkey: "passkey";
|
|
701
|
-
identifier: "identifier";
|
|
702
711
|
}>;
|
|
703
712
|
state: zod.ZodEnum<{
|
|
713
|
+
expired: "expired";
|
|
704
714
|
pending: "pending";
|
|
705
715
|
failed: "failed";
|
|
706
|
-
expired: "expired";
|
|
707
716
|
}>;
|
|
708
717
|
created_at: zod.z.ZodISODateTime;
|
|
709
718
|
expires_at: zod.ZodOptional<zod.ZodUnion<readonly [zod.z.ZodISODateTime, zod.ZodNull]>>;
|
|
@@ -744,9 +753,9 @@ declare const IssueChallengeParams: zod.ZodObject<{
|
|
|
744
753
|
}, zod.z.core.$strip>;
|
|
745
754
|
declare const IssueChallengeBody: zod.ZodObject<{
|
|
746
755
|
method: zod.ZodEnum<{
|
|
756
|
+
identifier: "identifier";
|
|
747
757
|
password: "password";
|
|
748
758
|
passkey: "passkey";
|
|
749
|
-
identifier: "identifier";
|
|
750
759
|
}>;
|
|
751
760
|
passkey_options: zod.ZodOptional<zod.ZodObject<{
|
|
752
761
|
rp_id: zod.ZodOptional<zod.ZodString>;
|
|
@@ -800,23 +809,23 @@ declare const VerifyChallengeProofResponse: zod.ZodObject<{
|
|
|
800
809
|
attempt_id: zod.ZodString;
|
|
801
810
|
project_id: zod.ZodString;
|
|
802
811
|
state: zod.ZodEnum<{
|
|
812
|
+
expired: "expired";
|
|
803
813
|
completed: "completed";
|
|
804
814
|
in_progress: "in_progress";
|
|
805
815
|
failed: "failed";
|
|
806
|
-
expired: "expired";
|
|
807
816
|
}>;
|
|
808
817
|
session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
809
818
|
user_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
810
819
|
required_factors: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
820
|
+
identifier: "identifier";
|
|
811
821
|
password: "password";
|
|
812
822
|
passkey: "passkey";
|
|
813
|
-
identifier: "identifier";
|
|
814
823
|
}>>>;
|
|
815
824
|
completed_factors: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
816
825
|
method: zod.ZodEnum<{
|
|
826
|
+
identifier: "identifier";
|
|
817
827
|
password: "password";
|
|
818
828
|
passkey: "passkey";
|
|
819
|
-
identifier: "identifier";
|
|
820
829
|
}>;
|
|
821
830
|
verified_at: zod.z.ZodISODateTime;
|
|
822
831
|
payload: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
@@ -835,14 +844,14 @@ declare const VerifyChallengeProofResponse: zod.ZodObject<{
|
|
|
835
844
|
challenges: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
836
845
|
challenge_id: zod.ZodString;
|
|
837
846
|
method: zod.ZodEnum<{
|
|
847
|
+
identifier: "identifier";
|
|
838
848
|
password: "password";
|
|
839
849
|
passkey: "passkey";
|
|
840
|
-
identifier: "identifier";
|
|
841
850
|
}>;
|
|
842
851
|
state: zod.ZodEnum<{
|
|
852
|
+
expired: "expired";
|
|
843
853
|
pending: "pending";
|
|
844
854
|
failed: "failed";
|
|
845
|
-
expired: "expired";
|
|
846
855
|
}>;
|
|
847
856
|
created_at: zod.z.ZodISODateTime;
|
|
848
857
|
expires_at: zod.ZodOptional<zod.ZodUnion<readonly [zod.z.ZodISODateTime, zod.ZodNull]>>;
|
|
@@ -997,7 +1006,11 @@ declare const InitClaimParams: zod.ZodObject<{
|
|
|
997
1006
|
* Polled by the CLI while a browser completes the claim. Authorized by the
|
|
998
1007
|
project secret that initiated the challenge. Returns `pending`, or
|
|
999
1008
|
`completed` with the owning team, the claim timestamp, and the dashboard
|
|
1000
|
-
URL once the
|
|
1009
|
+
URL once the project is claimed. The claim grant, not the polled
|
|
1010
|
+
challenge, is the source of truth: a project claimed through another
|
|
1011
|
+
concurrent challenge also reports `completed`, and a completed claim
|
|
1012
|
+
keeps reporting `completed` past this challenge's expiry and past the
|
|
1013
|
+
project's claim window.
|
|
1001
1014
|
|
|
1002
1015
|
* @summary Get claim status
|
|
1003
1016
|
*/
|
|
@@ -1045,6 +1058,28 @@ declare const CompleteClaimResponse: zod.ZodObject<{
|
|
|
1045
1058
|
team_id: zod.ZodString;
|
|
1046
1059
|
claimed_at: zod.z.ZodISODateTime;
|
|
1047
1060
|
}, zod.z.core.$strip>;
|
|
1061
|
+
/**
|
|
1062
|
+
* Read by the claim page in the browser to show how long is left to claim the
|
|
1063
|
+
project. Unauthenticated by design: the claim page runs this before the
|
|
1064
|
+
developer has signed in, and holding the `challenge_id` from the claim URL
|
|
1065
|
+
is the authorization — the same capability `claim/complete` accepts. It
|
|
1066
|
+
reveals only the window, never the project itself, and unlike
|
|
1067
|
+
`claim/complete` it spends nothing, so a reload is free.
|
|
1068
|
+
|
|
1069
|
+
* @summary Get the claim window for a project
|
|
1070
|
+
*/
|
|
1071
|
+
declare const getClaimWindowPathProjectIdRegExp: RegExp;
|
|
1072
|
+
declare const GetClaimWindowParams: zod.ZodObject<{
|
|
1073
|
+
project_id: zod.ZodString;
|
|
1074
|
+
}, zod.z.core.$strip>;
|
|
1075
|
+
declare const getClaimWindowQueryChallengeIdRegExp: RegExp;
|
|
1076
|
+
declare const GetClaimWindowQueryParams: zod.ZodObject<{
|
|
1077
|
+
challenge_id: zod.ZodString;
|
|
1078
|
+
}, zod.z.core.$strict>;
|
|
1079
|
+
declare const GetClaimWindowResponse: zod.ZodObject<{
|
|
1080
|
+
expires_at: zod.z.ZodISODateTime;
|
|
1081
|
+
expired: zod.ZodBoolean;
|
|
1082
|
+
}, zod.z.core.$strip>;
|
|
1048
1083
|
/**
|
|
1049
1084
|
* Creates an anonymous session shell with no user and no factors (`state: building`).
|
|
1050
1085
|
|
|
@@ -1127,24 +1162,29 @@ declare const QuerySessionsBody: zod.ZodObject<{
|
|
|
1127
1162
|
declare const querySessionsResponseSessionsItemSessionIdRegExp: RegExp;
|
|
1128
1163
|
declare const querySessionsResponseSessionsItemProjectIdRegExp: RegExp;
|
|
1129
1164
|
declare const querySessionsResponseSessionsItemUserIdOneRegExp: RegExp;
|
|
1165
|
+
declare const querySessionsResponseSessionsItemUserUserIdRegExp: RegExp;
|
|
1130
1166
|
declare const querySessionsResponseSessionsItemFactorsItemPayloadOneUserIdRegExp: RegExp;
|
|
1131
1167
|
declare const QuerySessionsResponse: zod.ZodObject<{
|
|
1132
1168
|
sessions: zod.ZodArray<zod.ZodObject<{
|
|
1133
1169
|
session_id: zod.ZodString;
|
|
1134
1170
|
project_id: zod.ZodString;
|
|
1135
1171
|
state: zod.ZodEnum<{
|
|
1136
|
-
active: "active";
|
|
1137
1172
|
expired: "expired";
|
|
1173
|
+
active: "active";
|
|
1138
1174
|
building: "building";
|
|
1139
1175
|
}>;
|
|
1140
1176
|
user_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
1141
|
-
|
|
1142
|
-
|
|
1177
|
+
user: zod.ZodOptional<zod.ZodObject<{
|
|
1178
|
+
user_id: zod.ZodString;
|
|
1179
|
+
identifier: zod.ZodOptional<zod.ZodString>;
|
|
1180
|
+
identifier_property: zod.ZodOptional<zod.ZodString>;
|
|
1181
|
+
display: zod.ZodOptional<zod.ZodString>;
|
|
1182
|
+
}, zod.z.core.$strip>>;
|
|
1143
1183
|
factors: zod.ZodArray<zod.ZodObject<{
|
|
1144
1184
|
method: zod.ZodEnum<{
|
|
1185
|
+
identifier: "identifier";
|
|
1145
1186
|
password: "password";
|
|
1146
1187
|
passkey: "passkey";
|
|
1147
|
-
identifier: "identifier";
|
|
1148
1188
|
}>;
|
|
1149
1189
|
verified_at: zod.z.ZodISODateTime;
|
|
1150
1190
|
payload: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
@@ -1206,24 +1246,29 @@ declare const ExchangeHandoffBody: zod.ZodObject<{
|
|
|
1206
1246
|
declare const exchangeHandoffResponseSessionSessionIdRegExp: RegExp;
|
|
1207
1247
|
declare const exchangeHandoffResponseSessionProjectIdRegExp: RegExp;
|
|
1208
1248
|
declare const exchangeHandoffResponseSessionUserIdOneRegExp: RegExp;
|
|
1249
|
+
declare const exchangeHandoffResponseSessionUserUserIdRegExp: RegExp;
|
|
1209
1250
|
declare const exchangeHandoffResponseSessionFactorsItemPayloadOneUserIdRegExp: RegExp;
|
|
1210
1251
|
declare const ExchangeHandoffResponse: zod.ZodObject<{
|
|
1211
1252
|
session: zod.ZodObject<{
|
|
1212
1253
|
session_id: zod.ZodString;
|
|
1213
1254
|
project_id: zod.ZodString;
|
|
1214
1255
|
state: zod.ZodEnum<{
|
|
1215
|
-
active: "active";
|
|
1216
1256
|
expired: "expired";
|
|
1257
|
+
active: "active";
|
|
1217
1258
|
building: "building";
|
|
1218
1259
|
}>;
|
|
1219
1260
|
user_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
1220
|
-
|
|
1221
|
-
|
|
1261
|
+
user: zod.ZodOptional<zod.ZodObject<{
|
|
1262
|
+
user_id: zod.ZodString;
|
|
1263
|
+
identifier: zod.ZodOptional<zod.ZodString>;
|
|
1264
|
+
identifier_property: zod.ZodOptional<zod.ZodString>;
|
|
1265
|
+
display: zod.ZodOptional<zod.ZodString>;
|
|
1266
|
+
}, zod.z.core.$strip>>;
|
|
1222
1267
|
factors: zod.ZodArray<zod.ZodObject<{
|
|
1223
1268
|
method: zod.ZodEnum<{
|
|
1269
|
+
identifier: "identifier";
|
|
1224
1270
|
password: "password";
|
|
1225
1271
|
passkey: "passkey";
|
|
1226
|
-
identifier: "identifier";
|
|
1227
1272
|
}>;
|
|
1228
1273
|
verified_at: zod.z.ZodISODateTime;
|
|
1229
1274
|
payload: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
@@ -1267,23 +1312,28 @@ declare const GetSessionParams: zod.ZodObject<{
|
|
|
1267
1312
|
declare const getSessionResponseSessionIdRegExp: RegExp;
|
|
1268
1313
|
declare const getSessionResponseProjectIdRegExp: RegExp;
|
|
1269
1314
|
declare const getSessionResponseUserIdOneRegExp: RegExp;
|
|
1315
|
+
declare const getSessionResponseUserUserIdRegExp: RegExp;
|
|
1270
1316
|
declare const getSessionResponseFactorsItemPayloadOneUserIdRegExp: RegExp;
|
|
1271
1317
|
declare const GetSessionResponse: zod.ZodObject<{
|
|
1272
1318
|
session_id: zod.ZodString;
|
|
1273
1319
|
project_id: zod.ZodString;
|
|
1274
1320
|
state: zod.ZodEnum<{
|
|
1275
|
-
active: "active";
|
|
1276
1321
|
expired: "expired";
|
|
1322
|
+
active: "active";
|
|
1277
1323
|
building: "building";
|
|
1278
1324
|
}>;
|
|
1279
1325
|
user_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
1280
|
-
|
|
1281
|
-
|
|
1326
|
+
user: zod.ZodOptional<zod.ZodObject<{
|
|
1327
|
+
user_id: zod.ZodString;
|
|
1328
|
+
identifier: zod.ZodOptional<zod.ZodString>;
|
|
1329
|
+
identifier_property: zod.ZodOptional<zod.ZodString>;
|
|
1330
|
+
display: zod.ZodOptional<zod.ZodString>;
|
|
1331
|
+
}, zod.z.core.$strip>>;
|
|
1282
1332
|
factors: zod.ZodArray<zod.ZodObject<{
|
|
1283
1333
|
method: zod.ZodEnum<{
|
|
1334
|
+
identifier: "identifier";
|
|
1284
1335
|
password: "password";
|
|
1285
1336
|
passkey: "passkey";
|
|
1286
|
-
identifier: "identifier";
|
|
1287
1337
|
}>;
|
|
1288
1338
|
verified_at: zod.z.ZodISODateTime;
|
|
1289
1339
|
payload: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
@@ -1338,23 +1388,28 @@ against the same `session_id`) to restore a dropped assurance level.
|
|
|
1338
1388
|
declare const getMySessionResponseSessionIdRegExp: RegExp;
|
|
1339
1389
|
declare const getMySessionResponseProjectIdRegExp: RegExp;
|
|
1340
1390
|
declare const getMySessionResponseUserIdOneRegExp: RegExp;
|
|
1391
|
+
declare const getMySessionResponseUserUserIdRegExp: RegExp;
|
|
1341
1392
|
declare const getMySessionResponseFactorsItemPayloadOneUserIdRegExp: RegExp;
|
|
1342
1393
|
declare const GetMySessionResponse: zod.ZodObject<{
|
|
1343
1394
|
session_id: zod.ZodString;
|
|
1344
1395
|
project_id: zod.ZodString;
|
|
1345
1396
|
state: zod.ZodEnum<{
|
|
1346
|
-
active: "active";
|
|
1347
1397
|
expired: "expired";
|
|
1398
|
+
active: "active";
|
|
1348
1399
|
building: "building";
|
|
1349
1400
|
}>;
|
|
1350
1401
|
user_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
1351
|
-
|
|
1352
|
-
|
|
1402
|
+
user: zod.ZodOptional<zod.ZodObject<{
|
|
1403
|
+
user_id: zod.ZodString;
|
|
1404
|
+
identifier: zod.ZodOptional<zod.ZodString>;
|
|
1405
|
+
identifier_property: zod.ZodOptional<zod.ZodString>;
|
|
1406
|
+
display: zod.ZodOptional<zod.ZodString>;
|
|
1407
|
+
}, zod.z.core.$strip>>;
|
|
1353
1408
|
factors: zod.ZodArray<zod.ZodObject<{
|
|
1354
1409
|
method: zod.ZodEnum<{
|
|
1410
|
+
identifier: "identifier";
|
|
1355
1411
|
password: "password";
|
|
1356
1412
|
passkey: "passkey";
|
|
1357
|
-
identifier: "identifier";
|
|
1358
1413
|
}>;
|
|
1359
1414
|
verified_at: zod.z.ZodISODateTime;
|
|
1360
1415
|
payload: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
@@ -1425,9 +1480,9 @@ declare const CreateSchemaBody: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
|
1425
1480
|
"x-display": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
1426
1481
|
properties: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1427
1482
|
"x-unique": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
1483
|
+
team: "team";
|
|
1428
1484
|
unspecified: "unspecified";
|
|
1429
1485
|
project: "project";
|
|
1430
|
-
team: "team";
|
|
1431
1486
|
}>, zod.ZodNull]>>;
|
|
1432
1487
|
"x-claim": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
1433
1488
|
"x-audit": zod.ZodDefault<zod.ZodBoolean>;
|
|
@@ -1491,9 +1546,9 @@ declare const ListSchemasResponse: zod.ZodObject<{
|
|
|
1491
1546
|
"x-display": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
1492
1547
|
properties: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1493
1548
|
"x-unique": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
1549
|
+
team: "team";
|
|
1494
1550
|
unspecified: "unspecified";
|
|
1495
1551
|
project: "project";
|
|
1496
|
-
team: "team";
|
|
1497
1552
|
}>, zod.ZodNull]>>;
|
|
1498
1553
|
"x-claim": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
1499
1554
|
"x-audit": zod.ZodDefault<zod.ZodBoolean>;
|
|
@@ -1549,9 +1604,9 @@ declare const GetSchemaByIdResponse: zod.ZodObject<{
|
|
|
1549
1604
|
"x-display": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
1550
1605
|
properties: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1551
1606
|
"x-unique": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
1607
|
+
team: "team";
|
|
1552
1608
|
unspecified: "unspecified";
|
|
1553
1609
|
project: "project";
|
|
1554
|
-
team: "team";
|
|
1555
1610
|
}>, zod.ZodNull]>>;
|
|
1556
1611
|
"x-claim": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
1557
1612
|
"x-audit": zod.ZodDefault<zod.ZodBoolean>;
|
|
@@ -1563,12 +1618,17 @@ declare const GetSchemaByIdResponse: zod.ZodObject<{
|
|
|
1563
1618
|
}, zod.z.core.$strip>;
|
|
1564
1619
|
}, zod.z.core.$strip>;
|
|
1565
1620
|
/**
|
|
1566
|
-
*
|
|
1621
|
+
* Publishes a new flow definition revision.
|
|
1567
1622
|
Flow definitions are templates that define the sequence of steps (capabilities)
|
|
1568
1623
|
for a particular user journey (e.g., registration, login, password reset).
|
|
1569
1624
|
|
|
1570
1625
|
Flow definitions are created based on the flow definition schema, which includes the flow's purpose, audience, and the steps involved.
|
|
1571
1626
|
|
|
1627
|
+
Every call allocates a new opaque id. Revisions of one flow share its
|
|
1628
|
+
`name`; posting a definition under an existing `name` publishes a new
|
|
1629
|
+
revision of that flow, it is not a conflict. List with `name` to see a
|
|
1630
|
+
flow's revisions, newest by creation time first.
|
|
1631
|
+
|
|
1572
1632
|
* @summary Create a new flow definition
|
|
1573
1633
|
*/
|
|
1574
1634
|
declare const createFlowDefinitionBodyProjectIdRegExp: RegExp;
|
|
@@ -1646,14 +1706,16 @@ declare const CreateFlowDefinitionBody: zod.ZodObject<{
|
|
|
1646
1706
|
}, zod.z.core.$strip>;
|
|
1647
1707
|
}, zod.z.core.$strip>;
|
|
1648
1708
|
/**
|
|
1649
|
-
* Retrieves a list of all flow definitions.
|
|
1709
|
+
* Retrieves a list of all flow definitions, newest by creation time first.
|
|
1650
1710
|
This endpoint can be used to view existing flow definitions and their configurations.
|
|
1711
|
+
Filter by `name` to list the revisions of one flow.
|
|
1651
1712
|
|
|
1652
1713
|
* @summary List flow definitions
|
|
1653
1714
|
*/
|
|
1654
1715
|
declare const listFlowDefinitionsQueryLimitDefault = 20;
|
|
1655
1716
|
declare const listFlowDefinitionsQueryLimitMax = 100;
|
|
1656
1717
|
declare const listFlowDefinitionsQueryProjectIdRegExp: RegExp;
|
|
1718
|
+
declare const listFlowDefinitionsQueryNameRegExp: RegExp;
|
|
1657
1719
|
declare const ListFlowDefinitionsQueryParams: zod.ZodObject<{
|
|
1658
1720
|
limit: zod.ZodDefault<zod.ZodNumber>;
|
|
1659
1721
|
page_token: zod.ZodOptional<zod.ZodString>;
|
|
@@ -1666,6 +1728,7 @@ declare const ListFlowDefinitionsQueryParams: zod.ZodObject<{
|
|
|
1666
1728
|
reauth: "reauth";
|
|
1667
1729
|
link_account: "link_account";
|
|
1668
1730
|
}>>;
|
|
1731
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
1669
1732
|
expand: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
1670
1733
|
user_schema: "user_schema";
|
|
1671
1734
|
}>>>;
|
|
@@ -1772,9 +1835,9 @@ declare const ListFlowDefinitionsResponse: zod.ZodObject<{
|
|
|
1772
1835
|
"x-display": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
1773
1836
|
properties: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1774
1837
|
"x-unique": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
1838
|
+
team: "team";
|
|
1775
1839
|
unspecified: "unspecified";
|
|
1776
1840
|
project: "project";
|
|
1777
|
-
team: "team";
|
|
1778
1841
|
}>, zod.ZodNull]>>;
|
|
1779
1842
|
"x-claim": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
1780
1843
|
"x-audit": zod.ZodDefault<zod.ZodBoolean>;
|
|
@@ -1898,9 +1961,9 @@ declare const GetFlowDefinitionResponse: zod.ZodObject<{
|
|
|
1898
1961
|
"x-display": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
1899
1962
|
properties: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
1900
1963
|
"x-unique": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
1964
|
+
team: "team";
|
|
1901
1965
|
unspecified: "unspecified";
|
|
1902
1966
|
project: "project";
|
|
1903
|
-
team: "team";
|
|
1904
1967
|
}>, zod.ZodNull]>>;
|
|
1905
1968
|
"x-claim": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
1906
1969
|
"x-audit": zod.ZodDefault<zod.ZodBoolean>;
|
|
@@ -2096,9 +2159,9 @@ declare const UpdateFlowDefinitionResponse: zod.ZodObject<{
|
|
|
2096
2159
|
"x-display": zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
|
|
2097
2160
|
properties: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2098
2161
|
"x-unique": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
2162
|
+
team: "team";
|
|
2099
2163
|
unspecified: "unspecified";
|
|
2100
2164
|
project: "project";
|
|
2101
|
-
team: "team";
|
|
2102
2165
|
}>, zod.ZodNull]>>;
|
|
2103
2166
|
"x-claim": zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
2104
2167
|
"x-audit": zod.ZodDefault<zod.ZodBoolean>;
|
|
@@ -2557,8 +2620,8 @@ declare const CreateGrantQueryParams: zod.ZodObject<{
|
|
|
2557
2620
|
}, zod.z.core.$strict>;
|
|
2558
2621
|
declare const CreateGrantBody: zod.ZodObject<{
|
|
2559
2622
|
principal_type: zod.ZodEnum<{
|
|
2560
|
-
team: "team";
|
|
2561
2623
|
user: "user";
|
|
2624
|
+
team: "team";
|
|
2562
2625
|
}>;
|
|
2563
2626
|
principal_id: zod.ZodString;
|
|
2564
2627
|
relation: zod.ZodEnum<{
|
|
@@ -2568,6 +2631,148 @@ declare const CreateGrantBody: zod.ZodObject<{
|
|
|
2568
2631
|
}>;
|
|
2569
2632
|
expires_at: zod.ZodOptional<zod.z.ZodISODateTime>;
|
|
2570
2633
|
}, zod.z.core.$strip>;
|
|
2634
|
+
/**
|
|
2635
|
+
* Returns the collaboration grants of a project, paginated with a cursor.
|
|
2636
|
+
Only unrevoked grants this API manages are listed (user or team bound to
|
|
2637
|
+
viewer, editor, or admin), including expired grants so a client can
|
|
2638
|
+
DELETE before re-granting. Project-secret setup (`sk_proj`) and
|
|
2639
|
+
owning-team (`relation=team`) rows are not returned. Grants are not in
|
|
2640
|
+
`resource_scope_index`; project scope is required on the query (same as
|
|
2641
|
+
get). Requires `project.read`. `expand: ["principal"]` additionally
|
|
2642
|
+
requires `user.read` and `team.read` (documented on the expand enum;
|
|
2643
|
+
those scopes cannot be ANDed onto this security block because they are
|
|
2644
|
+
body-conditional).
|
|
2645
|
+
|
|
2646
|
+
* @summary Query grants
|
|
2647
|
+
*/
|
|
2648
|
+
declare const queryGrantsQueryProjectIdRegExp: RegExp;
|
|
2649
|
+
declare const QueryGrantsQueryParams: zod.ZodObject<{
|
|
2650
|
+
project_id: zod.ZodString;
|
|
2651
|
+
}, zod.z.core.$strict>;
|
|
2652
|
+
declare const queryGrantsBodyLimitDefault = 20;
|
|
2653
|
+
declare const queryGrantsBodyLimitMax = 100;
|
|
2654
|
+
declare const QueryGrantsBody: zod.ZodObject<{
|
|
2655
|
+
limit: zod.ZodDefault<zod.ZodNumber>;
|
|
2656
|
+
page_token: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
2657
|
+
expand: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
2658
|
+
principal: "principal";
|
|
2659
|
+
}>>>;
|
|
2660
|
+
sorting: zod.ZodOptional<zod.ZodObject<{
|
|
2661
|
+
field: zod.ZodEnum<{
|
|
2662
|
+
id: "id";
|
|
2663
|
+
created_at: "created_at";
|
|
2664
|
+
expires_at: "expires_at";
|
|
2665
|
+
}>;
|
|
2666
|
+
direction: zod.ZodEnum<{
|
|
2667
|
+
asc: "asc";
|
|
2668
|
+
desc: "desc";
|
|
2669
|
+
}>;
|
|
2670
|
+
}, zod.z.core.$strip>>;
|
|
2671
|
+
filter: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
2672
|
+
field: zod.ZodEnum<{
|
|
2673
|
+
created_at: "created_at";
|
|
2674
|
+
expires_at: "expires_at";
|
|
2675
|
+
principal_type: "principal_type";
|
|
2676
|
+
principal_id: "principal_id";
|
|
2677
|
+
relation: "relation";
|
|
2678
|
+
}>;
|
|
2679
|
+
value: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNumber, zod.ZodBoolean, zod.ZodNull]>>;
|
|
2680
|
+
operation: zod.ZodEnum<{
|
|
2681
|
+
equals: "equals";
|
|
2682
|
+
not_equals: "not_equals";
|
|
2683
|
+
contains: "contains";
|
|
2684
|
+
not_contains: "not_contains";
|
|
2685
|
+
less_than: "less_than";
|
|
2686
|
+
less_than_or_equal: "less_than_or_equal";
|
|
2687
|
+
greater_than: "greater_than";
|
|
2688
|
+
greater_than_or_equal: "greater_than_or_equal";
|
|
2689
|
+
}>;
|
|
2690
|
+
}, zod.z.core.$strip>>>;
|
|
2691
|
+
}, zod.z.core.$strip>;
|
|
2692
|
+
declare const queryGrantsResponseGrantsItemUserUserIdRegExp: RegExp;
|
|
2693
|
+
declare const queryGrantsResponseGrantsItemPrincipalOneOneOneIdRegExp: RegExp;
|
|
2694
|
+
declare const QueryGrantsResponse: zod.ZodObject<{
|
|
2695
|
+
grants: zod.ZodArray<zod.ZodObject<{
|
|
2696
|
+
id: zod.ZodString;
|
|
2697
|
+
project_id: zod.ZodString;
|
|
2698
|
+
principal_type: zod.ZodEnum<{
|
|
2699
|
+
user: "user";
|
|
2700
|
+
team: "team";
|
|
2701
|
+
}>;
|
|
2702
|
+
principal_id: zod.ZodString;
|
|
2703
|
+
object_type: zod.ZodEnum<{
|
|
2704
|
+
project: "project";
|
|
2705
|
+
}>;
|
|
2706
|
+
relation: zod.ZodEnum<{
|
|
2707
|
+
viewer: "viewer";
|
|
2708
|
+
editor: "editor";
|
|
2709
|
+
admin: "admin";
|
|
2710
|
+
}>;
|
|
2711
|
+
created_at: zod.z.ZodISODateTime;
|
|
2712
|
+
expires_at: zod.ZodOptional<zod.ZodUnion<readonly [zod.z.ZodISODateTime, zod.ZodNull]>>;
|
|
2713
|
+
user: zod.ZodOptional<zod.ZodObject<{
|
|
2714
|
+
user_id: zod.ZodString;
|
|
2715
|
+
identifier: zod.ZodOptional<zod.ZodString>;
|
|
2716
|
+
identifier_property: zod.ZodOptional<zod.ZodString>;
|
|
2717
|
+
display: zod.ZodOptional<zod.ZodString>;
|
|
2718
|
+
}, zod.z.core.$strip>>;
|
|
2719
|
+
team: zod.ZodOptional<zod.ZodObject<{
|
|
2720
|
+
team_id: zod.ZodString;
|
|
2721
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
2722
|
+
}, zod.z.core.$strip>>;
|
|
2723
|
+
principal: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodUnion<readonly [zod.ZodObject<{
|
|
2724
|
+
id: zod.ZodString;
|
|
2725
|
+
schema: zod.ZodString;
|
|
2726
|
+
attributes: zod.ZodRecord<zod.ZodString, zod.ZodUnknown>;
|
|
2727
|
+
metadata: zod.ZodObject<{
|
|
2728
|
+
created_at: zod.z.ZodISODateTime;
|
|
2729
|
+
updated_at: zod.z.ZodISODateTime;
|
|
2730
|
+
status: zod.ZodEnum<{
|
|
2731
|
+
active: "active";
|
|
2732
|
+
suspended: "suspended";
|
|
2733
|
+
deactivated: "deactivated";
|
|
2734
|
+
pending_purge: "pending_purge";
|
|
2735
|
+
}>;
|
|
2736
|
+
lifecycle_owner_team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
2737
|
+
lifecycle_owner_team: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
2738
|
+
id: zod.ZodString;
|
|
2739
|
+
name: zod.ZodString;
|
|
2740
|
+
status: zod.ZodEnum<{
|
|
2741
|
+
active: "active";
|
|
2742
|
+
deactivated: "deactivated";
|
|
2743
|
+
}>;
|
|
2744
|
+
created_at: zod.z.ZodISODateTime;
|
|
2745
|
+
updated_at: zod.z.ZodISODateTime;
|
|
2746
|
+
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
2747
|
+
}, zod.z.core.$strip>;
|
|
2748
|
+
identifier: zod.ZodOptional<zod.ZodString>;
|
|
2749
|
+
identifier_property: zod.ZodOptional<zod.ZodString>;
|
|
2750
|
+
display: zod.ZodOptional<zod.ZodString>;
|
|
2751
|
+
teams: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
2752
|
+
id: zod.ZodString;
|
|
2753
|
+
name: zod.ZodString;
|
|
2754
|
+
membership_status: zod.ZodEnum<{
|
|
2755
|
+
pending: "pending";
|
|
2756
|
+
active: "active";
|
|
2757
|
+
inactive: "inactive";
|
|
2758
|
+
}>;
|
|
2759
|
+
created_at: zod.z.ZodISODateTime;
|
|
2760
|
+
updated_at: zod.z.ZodISODateTime;
|
|
2761
|
+
}, zod.z.core.$strip>>>;
|
|
2762
|
+
teams_truncated: zod.ZodOptional<zod.ZodBoolean>;
|
|
2763
|
+
}, zod.z.core.$strip>, zod.ZodObject<{
|
|
2764
|
+
id: zod.ZodString;
|
|
2765
|
+
name: zod.ZodString;
|
|
2766
|
+
status: zod.ZodEnum<{
|
|
2767
|
+
active: "active";
|
|
2768
|
+
deactivated: "deactivated";
|
|
2769
|
+
}>;
|
|
2770
|
+
created_at: zod.z.ZodISODateTime;
|
|
2771
|
+
updated_at: zod.z.ZodISODateTime;
|
|
2772
|
+
}, zod.z.core.$strip>]>, zod.ZodNull]>>;
|
|
2773
|
+
}, zod.z.core.$strip>>;
|
|
2774
|
+
next_page_token: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
2775
|
+
}, zod.z.core.$strip>;
|
|
2571
2776
|
/**
|
|
2572
2777
|
* Loads a grant by `(project_id, id)` that this API manages (user or team
|
|
2573
2778
|
bound to viewer, editor, or admin) and that has not been revoked.
|
|
@@ -2587,12 +2792,14 @@ declare const getGrantQueryProjectIdRegExp: RegExp;
|
|
|
2587
2792
|
declare const GetGrantQueryParams: zod.ZodObject<{
|
|
2588
2793
|
project_id: zod.ZodString;
|
|
2589
2794
|
}, zod.z.core.$strict>;
|
|
2795
|
+
declare const getGrantResponseUserUserIdRegExp: RegExp;
|
|
2796
|
+
declare const getGrantResponsePrincipalOneOneOneIdRegExp: RegExp;
|
|
2590
2797
|
declare const GetGrantResponse: zod.ZodObject<{
|
|
2591
2798
|
id: zod.ZodString;
|
|
2592
2799
|
project_id: zod.ZodString;
|
|
2593
2800
|
principal_type: zod.ZodEnum<{
|
|
2594
|
-
team: "team";
|
|
2595
2801
|
user: "user";
|
|
2802
|
+
team: "team";
|
|
2596
2803
|
}>;
|
|
2597
2804
|
principal_id: zod.ZodString;
|
|
2598
2805
|
object_type: zod.ZodEnum<{
|
|
@@ -2605,6 +2812,66 @@ declare const GetGrantResponse: zod.ZodObject<{
|
|
|
2605
2812
|
}>;
|
|
2606
2813
|
created_at: zod.z.ZodISODateTime;
|
|
2607
2814
|
expires_at: zod.ZodOptional<zod.ZodUnion<readonly [zod.z.ZodISODateTime, zod.ZodNull]>>;
|
|
2815
|
+
user: zod.ZodOptional<zod.ZodObject<{
|
|
2816
|
+
user_id: zod.ZodString;
|
|
2817
|
+
identifier: zod.ZodOptional<zod.ZodString>;
|
|
2818
|
+
identifier_property: zod.ZodOptional<zod.ZodString>;
|
|
2819
|
+
display: zod.ZodOptional<zod.ZodString>;
|
|
2820
|
+
}, zod.z.core.$strip>>;
|
|
2821
|
+
team: zod.ZodOptional<zod.ZodObject<{
|
|
2822
|
+
team_id: zod.ZodString;
|
|
2823
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
2824
|
+
}, zod.z.core.$strip>>;
|
|
2825
|
+
principal: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodUnion<readonly [zod.ZodObject<{
|
|
2826
|
+
id: zod.ZodString;
|
|
2827
|
+
schema: zod.ZodString;
|
|
2828
|
+
attributes: zod.ZodRecord<zod.ZodString, zod.ZodUnknown>;
|
|
2829
|
+
metadata: zod.ZodObject<{
|
|
2830
|
+
created_at: zod.z.ZodISODateTime;
|
|
2831
|
+
updated_at: zod.z.ZodISODateTime;
|
|
2832
|
+
status: zod.ZodEnum<{
|
|
2833
|
+
active: "active";
|
|
2834
|
+
suspended: "suspended";
|
|
2835
|
+
deactivated: "deactivated";
|
|
2836
|
+
pending_purge: "pending_purge";
|
|
2837
|
+
}>;
|
|
2838
|
+
lifecycle_owner_team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
2839
|
+
lifecycle_owner_team: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
2840
|
+
id: zod.ZodString;
|
|
2841
|
+
name: zod.ZodString;
|
|
2842
|
+
status: zod.ZodEnum<{
|
|
2843
|
+
active: "active";
|
|
2844
|
+
deactivated: "deactivated";
|
|
2845
|
+
}>;
|
|
2846
|
+
created_at: zod.z.ZodISODateTime;
|
|
2847
|
+
updated_at: zod.z.ZodISODateTime;
|
|
2848
|
+
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
2849
|
+
}, zod.z.core.$strip>;
|
|
2850
|
+
identifier: zod.ZodOptional<zod.ZodString>;
|
|
2851
|
+
identifier_property: zod.ZodOptional<zod.ZodString>;
|
|
2852
|
+
display: zod.ZodOptional<zod.ZodString>;
|
|
2853
|
+
teams: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
2854
|
+
id: zod.ZodString;
|
|
2855
|
+
name: zod.ZodString;
|
|
2856
|
+
membership_status: zod.ZodEnum<{
|
|
2857
|
+
pending: "pending";
|
|
2858
|
+
active: "active";
|
|
2859
|
+
inactive: "inactive";
|
|
2860
|
+
}>;
|
|
2861
|
+
created_at: zod.z.ZodISODateTime;
|
|
2862
|
+
updated_at: zod.z.ZodISODateTime;
|
|
2863
|
+
}, zod.z.core.$strip>>>;
|
|
2864
|
+
teams_truncated: zod.ZodOptional<zod.ZodBoolean>;
|
|
2865
|
+
}, zod.z.core.$strip>, zod.ZodObject<{
|
|
2866
|
+
id: zod.ZodString;
|
|
2867
|
+
name: zod.ZodString;
|
|
2868
|
+
status: zod.ZodEnum<{
|
|
2869
|
+
active: "active";
|
|
2870
|
+
deactivated: "deactivated";
|
|
2871
|
+
}>;
|
|
2872
|
+
created_at: zod.z.ZodISODateTime;
|
|
2873
|
+
updated_at: zod.z.ZodISODateTime;
|
|
2874
|
+
}, zod.z.core.$strip>]>, zod.ZodNull]>>;
|
|
2608
2875
|
}, zod.z.core.$strip>;
|
|
2609
2876
|
/**
|
|
2610
2877
|
* Soft-revokes a grant this API manages and emits `authz.revoked`.
|
|
@@ -2688,10 +2955,10 @@ declare const listEventsResponseDataItemOnesixOneProjectIdRegExp: RegExp;
|
|
|
2688
2955
|
declare const listEventsResponseDataItemOnesevenOneProjectIdRegExp: RegExp;
|
|
2689
2956
|
declare const listEventsResponseDataItemOneeightOneProjectIdRegExp: RegExp;
|
|
2690
2957
|
declare const listEventsResponseDataItemOnenineOneProjectIdRegExp: RegExp;
|
|
2691
|
-
declare const listEventsResponseDataItemOnenineTwoPayloadStatusMin = 100;
|
|
2692
|
-
declare const listEventsResponseDataItemOnenineTwoPayloadStatusMax = 599;
|
|
2693
|
-
declare const listEventsResponseDataItemOnenineTwoPayloadDurationMsMin = 0;
|
|
2694
2958
|
declare const listEventsResponseDataItemTwozeroOneProjectIdRegExp: RegExp;
|
|
2959
|
+
declare const listEventsResponseDataItemTwozeroTwoPayloadStatusMin = 100;
|
|
2960
|
+
declare const listEventsResponseDataItemTwozeroTwoPayloadStatusMax = 599;
|
|
2961
|
+
declare const listEventsResponseDataItemTwozeroTwoPayloadDurationMsMin = 0;
|
|
2695
2962
|
declare const listEventsResponseDataItemTwooneOneProjectIdRegExp: RegExp;
|
|
2696
2963
|
declare const listEventsResponseDataItemTwotwoOneProjectIdRegExp: RegExp;
|
|
2697
2964
|
declare const listEventsResponseDataItemTwothreeOneProjectIdRegExp: RegExp;
|
|
@@ -2700,6 +2967,7 @@ declare const listEventsResponseDataItemTwofiveOneProjectIdRegExp: RegExp;
|
|
|
2700
2967
|
declare const listEventsResponseDataItemTwosixOneProjectIdRegExp: RegExp;
|
|
2701
2968
|
declare const listEventsResponseDataItemTwosevenOneProjectIdRegExp: RegExp;
|
|
2702
2969
|
declare const listEventsResponseDataItemTwoeightOneProjectIdRegExp: RegExp;
|
|
2970
|
+
declare const listEventsResponseDataItemTwonineOneProjectIdRegExp: RegExp;
|
|
2703
2971
|
declare const ListEventsResponse: zod.ZodObject<{
|
|
2704
2972
|
data: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodIntersection<zod.ZodObject<{
|
|
2705
2973
|
id: zod.ZodString;
|
|
@@ -3665,6 +3933,64 @@ declare const ListEventsResponse: zod.ZodObject<{
|
|
|
3665
3933
|
origin: zod.ZodOptional<zod.ZodString>;
|
|
3666
3934
|
}, zod.z.core.$strip>>;
|
|
3667
3935
|
}, zod.z.core.$strip>>;
|
|
3936
|
+
}, zod.z.core.$strip>, zod.ZodObject<{
|
|
3937
|
+
event_type: zod.ZodLiteral<"release.created">;
|
|
3938
|
+
payload: zod.ZodObject<{
|
|
3939
|
+
content_hash: zod.ZodOptional<zod.ZodString>;
|
|
3940
|
+
message: zod.ZodOptional<zod.ZodString>;
|
|
3941
|
+
git_sha: zod.ZodOptional<zod.ZodString>;
|
|
3942
|
+
git_dirty: zod.ZodOptional<zod.ZodBoolean>;
|
|
3943
|
+
pointers: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
3944
|
+
kind: zod.ZodOptional<zod.ZodString>;
|
|
3945
|
+
handle: zod.ZodOptional<zod.ZodString>;
|
|
3946
|
+
revision_id: zod.ZodOptional<zod.ZodString>;
|
|
3947
|
+
}, zod.z.core.$strip>>>;
|
|
3948
|
+
}, zod.z.core.$strip>;
|
|
3949
|
+
}, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
|
|
3950
|
+
id: zod.ZodString;
|
|
3951
|
+
project_id: zod.ZodString;
|
|
3952
|
+
team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
3953
|
+
event_type: zod.ZodString;
|
|
3954
|
+
category: zod.ZodEnum<{
|
|
3955
|
+
session: "session";
|
|
3956
|
+
admin: "admin";
|
|
3957
|
+
request: "request";
|
|
3958
|
+
auth: "auth";
|
|
3959
|
+
entity: "entity";
|
|
3960
|
+
signal: "signal";
|
|
3961
|
+
}>;
|
|
3962
|
+
occurred_at: zod.z.ZodISODateTime;
|
|
3963
|
+
created_at: zod.z.ZodISODateTime;
|
|
3964
|
+
actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
3965
|
+
actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
3966
|
+
human: "human";
|
|
3967
|
+
service: "service";
|
|
3968
|
+
system: "system";
|
|
3969
|
+
agent: "agent";
|
|
3970
|
+
}>, zod.ZodNull]>>;
|
|
3971
|
+
entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
3972
|
+
entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
3973
|
+
client_id: zod.ZodString;
|
|
3974
|
+
token_id: zod.ZodOptional<zod.ZodString>;
|
|
3975
|
+
delegation_type: zod.ZodOptional<zod.ZodEnum<{
|
|
3976
|
+
direct: "direct";
|
|
3977
|
+
delegated: "delegated";
|
|
3978
|
+
pat_shared: "pat_shared";
|
|
3979
|
+
exchanged: "exchanged";
|
|
3980
|
+
}>>;
|
|
3981
|
+
delegation_id: zod.ZodOptional<zod.ZodString>;
|
|
3982
|
+
grantor: zod.ZodOptional<zod.ZodString>;
|
|
3983
|
+
fingerprint: zod.ZodOptional<zod.ZodString>;
|
|
3984
|
+
request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
3985
|
+
session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
3986
|
+
flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
3987
|
+
metadata: zod.ZodOptional<zod.ZodObject<{
|
|
3988
|
+
client: zod.ZodOptional<zod.ZodObject<{
|
|
3989
|
+
ip: zod.ZodOptional<zod.ZodString>;
|
|
3990
|
+
user_agent: zod.ZodOptional<zod.ZodString>;
|
|
3991
|
+
origin: zod.ZodOptional<zod.ZodString>;
|
|
3992
|
+
}, zod.z.core.$strip>>;
|
|
3993
|
+
}, zod.z.core.$strip>>;
|
|
3668
3994
|
}, zod.z.core.$strip>, zod.ZodObject<{
|
|
3669
3995
|
event_type: zod.ZodLiteral<"request.api">;
|
|
3670
3996
|
payload: zod.ZodObject<{
|
|
@@ -4169,10 +4495,10 @@ declare const getEventResponseOnesixOneProjectIdRegExp: RegExp;
|
|
|
4169
4495
|
declare const getEventResponseOnesevenOneProjectIdRegExp: RegExp;
|
|
4170
4496
|
declare const getEventResponseOneeightOneProjectIdRegExp: RegExp;
|
|
4171
4497
|
declare const getEventResponseOnenineOneProjectIdRegExp: RegExp;
|
|
4172
|
-
declare const getEventResponseOnenineTwoPayloadStatusMin = 100;
|
|
4173
|
-
declare const getEventResponseOnenineTwoPayloadStatusMax = 599;
|
|
4174
|
-
declare const getEventResponseOnenineTwoPayloadDurationMsMin = 0;
|
|
4175
4498
|
declare const getEventResponseTwozeroOneProjectIdRegExp: RegExp;
|
|
4499
|
+
declare const getEventResponseTwozeroTwoPayloadStatusMin = 100;
|
|
4500
|
+
declare const getEventResponseTwozeroTwoPayloadStatusMax = 599;
|
|
4501
|
+
declare const getEventResponseTwozeroTwoPayloadDurationMsMin = 0;
|
|
4176
4502
|
declare const getEventResponseTwooneOneProjectIdRegExp: RegExp;
|
|
4177
4503
|
declare const getEventResponseTwotwoOneProjectIdRegExp: RegExp;
|
|
4178
4504
|
declare const getEventResponseTwothreeOneProjectIdRegExp: RegExp;
|
|
@@ -4181,6 +4507,7 @@ declare const getEventResponseTwofiveOneProjectIdRegExp: RegExp;
|
|
|
4181
4507
|
declare const getEventResponseTwosixOneProjectIdRegExp: RegExp;
|
|
4182
4508
|
declare const getEventResponseTwosevenOneProjectIdRegExp: RegExp;
|
|
4183
4509
|
declare const getEventResponseTwoeightOneProjectIdRegExp: RegExp;
|
|
4510
|
+
declare const getEventResponseTwonineOneProjectIdRegExp: RegExp;
|
|
4184
4511
|
declare const GetEventResponse: zod.ZodUnion<readonly [zod.ZodIntersection<zod.ZodObject<{
|
|
4185
4512
|
id: zod.ZodString;
|
|
4186
4513
|
project_id: zod.ZodString;
|
|
@@ -5145,6 +5472,64 @@ declare const GetEventResponse: zod.ZodUnion<readonly [zod.ZodIntersection<zod.Z
|
|
|
5145
5472
|
origin: zod.ZodOptional<zod.ZodString>;
|
|
5146
5473
|
}, zod.z.core.$strip>>;
|
|
5147
5474
|
}, zod.z.core.$strip>>;
|
|
5475
|
+
}, zod.z.core.$strip>, zod.ZodObject<{
|
|
5476
|
+
event_type: zod.ZodLiteral<"release.created">;
|
|
5477
|
+
payload: zod.ZodObject<{
|
|
5478
|
+
content_hash: zod.ZodOptional<zod.ZodString>;
|
|
5479
|
+
message: zod.ZodOptional<zod.ZodString>;
|
|
5480
|
+
git_sha: zod.ZodOptional<zod.ZodString>;
|
|
5481
|
+
git_dirty: zod.ZodOptional<zod.ZodBoolean>;
|
|
5482
|
+
pointers: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
5483
|
+
kind: zod.ZodOptional<zod.ZodString>;
|
|
5484
|
+
handle: zod.ZodOptional<zod.ZodString>;
|
|
5485
|
+
revision_id: zod.ZodOptional<zod.ZodString>;
|
|
5486
|
+
}, zod.z.core.$strip>>>;
|
|
5487
|
+
}, zod.z.core.$strip>;
|
|
5488
|
+
}, zod.z.core.$strip>>, zod.ZodIntersection<zod.ZodObject<{
|
|
5489
|
+
id: zod.ZodString;
|
|
5490
|
+
project_id: zod.ZodString;
|
|
5491
|
+
team_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
5492
|
+
event_type: zod.ZodString;
|
|
5493
|
+
category: zod.ZodEnum<{
|
|
5494
|
+
session: "session";
|
|
5495
|
+
admin: "admin";
|
|
5496
|
+
request: "request";
|
|
5497
|
+
auth: "auth";
|
|
5498
|
+
entity: "entity";
|
|
5499
|
+
signal: "signal";
|
|
5500
|
+
}>;
|
|
5501
|
+
occurred_at: zod.z.ZodISODateTime;
|
|
5502
|
+
created_at: zod.z.ZodISODateTime;
|
|
5503
|
+
actor_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
5504
|
+
actor_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
5505
|
+
human: "human";
|
|
5506
|
+
service: "service";
|
|
5507
|
+
system: "system";
|
|
5508
|
+
agent: "agent";
|
|
5509
|
+
}>, zod.ZodNull]>>;
|
|
5510
|
+
entity_type: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
5511
|
+
entity_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
5512
|
+
client_id: zod.ZodString;
|
|
5513
|
+
token_id: zod.ZodOptional<zod.ZodString>;
|
|
5514
|
+
delegation_type: zod.ZodOptional<zod.ZodEnum<{
|
|
5515
|
+
direct: "direct";
|
|
5516
|
+
delegated: "delegated";
|
|
5517
|
+
pat_shared: "pat_shared";
|
|
5518
|
+
exchanged: "exchanged";
|
|
5519
|
+
}>>;
|
|
5520
|
+
delegation_id: zod.ZodOptional<zod.ZodString>;
|
|
5521
|
+
grantor: zod.ZodOptional<zod.ZodString>;
|
|
5522
|
+
fingerprint: zod.ZodOptional<zod.ZodString>;
|
|
5523
|
+
request_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
5524
|
+
session_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
5525
|
+
flow_id: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodNull]>>;
|
|
5526
|
+
metadata: zod.ZodOptional<zod.ZodObject<{
|
|
5527
|
+
client: zod.ZodOptional<zod.ZodObject<{
|
|
5528
|
+
ip: zod.ZodOptional<zod.ZodString>;
|
|
5529
|
+
user_agent: zod.ZodOptional<zod.ZodString>;
|
|
5530
|
+
origin: zod.ZodOptional<zod.ZodString>;
|
|
5531
|
+
}, zod.z.core.$strip>>;
|
|
5532
|
+
}, zod.z.core.$strip>>;
|
|
5148
5533
|
}, zod.z.core.$strip>, zod.ZodObject<{
|
|
5149
5534
|
event_type: zod.ZodLiteral<"request.api">;
|
|
5150
5535
|
payload: zod.ZodObject<{
|
|
@@ -5613,5 +5998,5 @@ declare const GetEventResponse: zod.ZodUnion<readonly [zod.ZodIntersection<zod.Z
|
|
|
5613
5998
|
payload: zod.ZodObject<{}, zod.z.core.$strip>;
|
|
5614
5999
|
}, zod.z.core.$strip>>]>;
|
|
5615
6000
|
//#endregion
|
|
5616
|
-
export { BeginUserPasskeyRegistrationBody, BeginUserPasskeyRegistrationParams, CompleteClaimBody, CompleteClaimParams, CompleteClaimResponse, CreateAuthAttemptBody, CreateBrandingBody, CreateBrandingQueryParams, CreateFlowBody, CreateFlowDefinitionBody, CreateGrantBody, CreateGrantQueryParams, CreateHandoffHeader, CreateHandoffParams, CreateHandoffResponse, CreateProjectBody, CreateReleaseBody, CreateReleaseQueryParams, CreateReleaseResponse, CreateSchemaBody, CreateSchemaQueryParams, CreateSessionBody, CreateTeamBody, CreateTeamQueryParams, CreateUserBody, CreateUserQueryParams, DeleteFlowDefinitionParams, DeleteGrantParams, DeleteGrantQueryParams, DeleteTeamParams, DeleteUserByIDParams, ExchangeHandoffBody, ExchangeHandoffHeader, ExchangeHandoffQueryParams, ExchangeHandoffResponse, FinishUserPasskeyRegistrationBody, FinishUserPasskeyRegistrationParams, GetAuthAttemptParams, GetAuthAttemptResponse, GetBrandingByIdParams, GetBrandingByIdResponse, GetClaimStatusParams, GetClaimStatusQueryParams, GetClaimStatusResponse, GetEnvironmentByNameParams, GetEnvironmentByNameQueryParams, GetEnvironmentByNameResponse, GetEventParams, GetEventQueryParams, GetEventResponse, GetFlowDefinitionParams, GetFlowDefinitionResponse, GetFlowStepParams, GetFlowStepResponse, GetGrantParams, GetGrantQueryParams, GetGrantResponse, GetMySessionResponse, GetMyUserResponse, GetProjectParams, GetProjectResponse, GetReleaseByIdParams, GetReleaseByIdQueryParams, GetReleaseByIdResponse, GetSchemaByIdParams, GetSchemaByIdQueryParams, GetSchemaByIdResponse, GetSessionParams, GetSessionResponse, GetTeamParams, GetTeamResponse, GetUserByIDParams, GetUserByIDQueryParams, GetUserByIDResponse, InitClaimParams, IssueChallengeBody, IssueChallengeParams, ListBrandingQueryParams, ListBrandingResponse, ListBrandingResponseItem, ListEnvironmentsQueryParams, ListEnvironmentsResponse, ListEventsQueryParams, ListEventsResponse, ListFlowDefinitionsQueryParams, ListFlowDefinitionsResponse, ListReleasesQueryParams, ListReleasesResponse, ListSchemasQueryParams, ListSchemasResponse, ListUserPasskeysParams, ListUserPasskeysQueryParams, ListUserPasskeysResponse, ListUserTeamsParams, ListUserTeamsQueryParams, ListUserTeamsResponse, PatchProjectBody, PatchProjectParams, PatchProjectResponse, QueryProjectsBody, QueryProjectsResponse, QuerySessionsBody, QuerySessionsQueryParams, QuerySessionsResponse, QueryTeamsBody, QueryTeamsQueryParams, QueryTeamsResponse, QueryUsersBody, QueryUsersResponse, RevokeSessionParams, SetUserPasswordBody, SetUserPasswordParams, SubmitFlowStepBody, SubmitFlowStepHeader, SubmitFlowStepParams, SubmitFlowStepResponse, UpdateFlowDefinitionBody, UpdateFlowDefinitionParams, UpdateFlowDefinitionResponse, UpdateTeamBody, UpdateTeamParams, UpdateTeamResponse, VerifyChallengeProofBody, VerifyChallengeProofHeader, VerifyChallengeProofParams, VerifyChallengeProofResponse, beginUserPasskeyRegistrationPathUserIdRegExp, completeClaimBodyChallengeIdRegExp, completeClaimPathProjectIdRegExp, completeClaimResponseProjectIdRegExp, completeClaimResponseTeamIdRegExp, createAuthAttemptBodyProjectIdRegExp, createAuthAttemptBodySessionIdOneRegExp, createBrandingBodyLayoutDefault, createBrandingBodyLiquidTemplateMax, createBrandingQueryProjectIdRegExp, createFlowBodyDryRunDefault, createFlowBodyFlowDefinitionNameRegExp, createFlowBodyProjectIdRegExp, createFlowBodySchemaVersionRegExp, createFlowDefinitionBodyFlowDefinitionNameRegExp, createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, createFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, createFlowDefinitionBodyProjectIdRegExp, createGrantQueryProjectIdRegExp, createHandoffPathAttemptIdRegExp, createProjectBodySeedDefaultsDefault, createReleaseBodyGitDirtyDefault, createReleaseBodyGitShaMax, createReleaseBodyMessageMax, createReleaseBodyPointersItemRevisionIdMax, createReleaseQueryProjectIdRegExp, createReleaseResponseIdRegExp, createReleaseResponseMetadataGitDirtyDefault, createReleaseResponseMetadataGitShaOneMax, createReleaseResponseMetadataMessageOneMax, createReleaseResponsePointersItemHandleMax, createReleaseResponsePointersItemRevisionIdMax, createReleaseResponseProjectIdRegExp, createSchemaBodyOneObjectTypeMax, createSchemaBodyOnePropertiesXAuditDefault, createSchemaQueryProjectIdRegExp, createSchemaQueryTeamIdRegExp, createSessionBodyProjectIdRegExp, createTeamBodyNameMax, createTeamQueryProjectIdRegExp, createUserQueryProjectIdRegExp, createUserQueryTeamIdRegExp, deleteGrantQueryProjectIdRegExp, deleteTeamPathTeamIdRegExp, deleteUserByIDPathUserIdRegExp, exchangeHandoffQueryProjectIdRegExp, exchangeHandoffResponseSessionFactorsItemPayloadOneUserIdRegExp, exchangeHandoffResponseSessionProjectIdRegExp, exchangeHandoffResponseSessionSessionIdRegExp, exchangeHandoffResponseSessionUserIdOneRegExp, finishUserPasskeyRegistrationPathUserIdRegExp, getAuthAttemptPathAttemptIdRegExp, getAuthAttemptResponseAttemptIdRegExp, getAuthAttemptResponseChallengesItemChallengeIdRegExp, getAuthAttemptResponseCompletedFactorsItemPayloadOneUserIdRegExp, getAuthAttemptResponseProjectIdRegExp, getAuthAttemptResponseSessionIdOneRegExp, getAuthAttemptResponseUserIdOneRegExp, getBrandingByIdResponseBrandingLayoutDefault, getBrandingByIdResponseBrandingLiquidTemplateMax, getClaimStatusPathProjectIdRegExp, getClaimStatusQueryChallengeIdRegExp, getClaimStatusResponseTwoTeamIdRegExp, getEnvironmentByNamePathNameMax, getEnvironmentByNamePathNameRegExp, getEnvironmentByNameQueryProjectIdRegExp, getEnvironmentByNameResponseNameMax, getEnvironmentByNameResponseNameRegExp, getEnvironmentByNameResponseProjectIdRegExp, getEventQueryProjectIdRegExp, getEventResponseEightOneProjectIdRegExp, getEventResponseFiveOneProjectIdRegExp, getEventResponseFourOneProjectIdRegExp, getEventResponseNineOneProjectIdRegExp, getEventResponseOneOneProjectIdRegExp, getEventResponseOneeightOneProjectIdRegExp, getEventResponseOnefiveOneProjectIdRegExp, getEventResponseOnefourOneProjectIdRegExp, getEventResponseOnenineOneProjectIdRegExp, getEventResponseOnenineTwoPayloadDurationMsMin, getEventResponseOnenineTwoPayloadStatusMax, getEventResponseOnenineTwoPayloadStatusMin, getEventResponseOneoneOneProjectIdRegExp, getEventResponseOnesevenOneProjectIdRegExp, getEventResponseOnesixOneProjectIdRegExp, getEventResponseOnethreeOneProjectIdRegExp, getEventResponseOnetwoOneProjectIdRegExp, getEventResponseOnezeroOneProjectIdRegExp, getEventResponseSevenOneProjectIdRegExp, getEventResponseSixOneProjectIdRegExp, getEventResponseThreeOneProjectIdRegExp, getEventResponseTwoOneProjectIdRegExp, getEventResponseTwoeightOneProjectIdRegExp, getEventResponseTwofiveOneProjectIdRegExp, getEventResponseTwofourOneProjectIdRegExp, getEventResponseTwooneOneProjectIdRegExp, getEventResponseTwosevenOneProjectIdRegExp, getEventResponseTwosixOneProjectIdRegExp, getEventResponseTwothreeOneProjectIdRegExp, getEventResponseTwotwoOneProjectIdRegExp, getEventResponseTwozeroOneProjectIdRegExp, getFlowDefinitionResponseFlowDefinitionNameRegExp, getFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, getFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, getFlowDefinitionResponseUserSchemaOneSchemaOneObjectTypeMax, getFlowDefinitionResponseUserSchemaOneSchemaOnePropertiesXAuditDefault, getFlowStepResponseBrandingLayoutDefault, getFlowStepResponseBrandingLiquidTemplateMax, getFlowStepResponseStepActionsDefault, getFlowStepResponseStepActionsItemPrimaryDefault, getFlowStepResponseStepFieldsDefault, getFlowStepResponseStepFieldsItemRequiredDefault, getFlowStepResponseStepFieldsItemValidationMaxLengthMin, getFlowStepResponseStepFieldsItemValidationMinLengthMin, getFlowStepResponseStepGatesDefault, getFlowStepResponseStepSsoProvidersDefault, getGrantQueryProjectIdRegExp, getMySessionResponseFactorsItemPayloadOneUserIdRegExp, getMySessionResponseProjectIdRegExp, getMySessionResponseSessionIdRegExp, getMySessionResponseUserIdOneRegExp, getMyUserResponseIdRegExp, getProjectPathProjectIdRegExp, getReleaseByIdPathReleaseIdRegExp, getReleaseByIdQueryProjectIdRegExp, getReleaseByIdResponseIdRegExp, getReleaseByIdResponseMetadataGitDirtyDefault, getReleaseByIdResponseMetadataGitShaOneMax, getReleaseByIdResponseMetadataMessageOneMax, getReleaseByIdResponsePointersItemHandleMax, getReleaseByIdResponsePointersItemRevisionIdMax, getReleaseByIdResponseProjectIdRegExp, getSchemaByIdQueryTeamIdRegExp, getSchemaByIdResponseSchemaOneObjectTypeMax, getSchemaByIdResponseSchemaOnePropertiesXAuditDefault, getSessionPathSessionIdRegExp, getSessionResponseFactorsItemPayloadOneUserIdRegExp, getSessionResponseProjectIdRegExp, getSessionResponseSessionIdRegExp, getSessionResponseUserIdOneRegExp, getTeamPathTeamIdRegExp, getUserByIDPathUserIdRegExp, getUserByIDQueryTeamIdRegExp, getUserByIDResponseIdRegExp, initClaimPathProjectIdRegExp, issueChallengePathAttemptIdRegExp, listBrandingQueryProjectIdRegExp, listEnvironmentsQueryLimitDefault, listEnvironmentsQueryLimitMax, listEnvironmentsQueryProjectIdRegExp, listEnvironmentsResponseEnvironmentsItemNameMax, listEnvironmentsResponseEnvironmentsItemNameRegExp, listEnvironmentsResponseEnvironmentsItemProjectIdRegExp, listEventsQueryLimitDefault, listEventsQueryLimitMax, listEventsQueryOrderDefault, listEventsQueryProjectIdRegExp, listEventsResponseDataItemEightOneProjectIdRegExp, listEventsResponseDataItemFiveOneProjectIdRegExp, listEventsResponseDataItemFourOneProjectIdRegExp, listEventsResponseDataItemNineOneProjectIdRegExp, listEventsResponseDataItemOneOneProjectIdRegExp, listEventsResponseDataItemOneeightOneProjectIdRegExp, listEventsResponseDataItemOnefiveOneProjectIdRegExp, listEventsResponseDataItemOnefourOneProjectIdRegExp, listEventsResponseDataItemOnenineOneProjectIdRegExp, listEventsResponseDataItemOnenineTwoPayloadDurationMsMin, listEventsResponseDataItemOnenineTwoPayloadStatusMax, listEventsResponseDataItemOnenineTwoPayloadStatusMin, listEventsResponseDataItemOneoneOneProjectIdRegExp, listEventsResponseDataItemOnesevenOneProjectIdRegExp, listEventsResponseDataItemOnesixOneProjectIdRegExp, listEventsResponseDataItemOnethreeOneProjectIdRegExp, listEventsResponseDataItemOnetwoOneProjectIdRegExp, listEventsResponseDataItemOnezeroOneProjectIdRegExp, listEventsResponseDataItemSevenOneProjectIdRegExp, listEventsResponseDataItemSixOneProjectIdRegExp, listEventsResponseDataItemThreeOneProjectIdRegExp, listEventsResponseDataItemTwoOneProjectIdRegExp, listEventsResponseDataItemTwoeightOneProjectIdRegExp, listEventsResponseDataItemTwofiveOneProjectIdRegExp, listEventsResponseDataItemTwofourOneProjectIdRegExp, listEventsResponseDataItemTwooneOneProjectIdRegExp, listEventsResponseDataItemTwosevenOneProjectIdRegExp, listEventsResponseDataItemTwosixOneProjectIdRegExp, listEventsResponseDataItemTwothreeOneProjectIdRegExp, listEventsResponseDataItemTwotwoOneProjectIdRegExp, listEventsResponseDataItemTwozeroOneProjectIdRegExp, listFlowDefinitionsQueryLimitDefault, listFlowDefinitionsQueryLimitMax, listFlowDefinitionsQueryProjectIdRegExp, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionNameRegExp, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemActionsDefault, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemActionsItemPrimaryDefault, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemFieldsDefault, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemGatesDefault, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemSsoProvidersDefault, listFlowDefinitionsResponseFlowDefinitionsItemUserSchemaOneSchemaOneObjectTypeMax, listFlowDefinitionsResponseFlowDefinitionsItemUserSchemaOneSchemaOnePropertiesXAuditDefault, listReleasesQueryLimitDefault, listReleasesQueryLimitMax, listReleasesQueryProjectIdRegExp, listReleasesResponseReleasesItemIdRegExp, listReleasesResponseReleasesItemMetadataGitDirtyDefault, listReleasesResponseReleasesItemMetadataGitShaOneMax, listReleasesResponseReleasesItemMetadataMessageOneMax, listReleasesResponseReleasesItemProjectIdRegExp, listSchemasQueryLimitDefault, listSchemasQueryLimitMax, listSchemasQueryObjectTypeMax, listSchemasQueryProjectIdRegExp, listSchemasQueryRevisionsDefault, listSchemasResponseSchemasItemSchemaOneObjectTypeMax, listSchemasResponseSchemasItemSchemaOnePropertiesXAuditDefault, listUserPasskeysPathUserIdRegExp, listUserPasskeysQueryLimitDefault, listUserPasskeysQueryLimitMax, listUserTeamsPathUserIdRegExp, listUserTeamsQueryLimitDefault, listUserTeamsQueryLimitMax, patchProjectPathProjectIdRegExp, queryProjectsBodyLimitDefault, queryProjectsBodyLimitMax, querySessionsBodyLimitDefault, querySessionsBodyLimitMax, querySessionsQueryProjectIdRegExp, querySessionsResponseSessionsItemFactorsItemPayloadOneUserIdRegExp, querySessionsResponseSessionsItemProjectIdRegExp, querySessionsResponseSessionsItemSessionIdRegExp, querySessionsResponseSessionsItemUserIdOneRegExp, queryTeamsBodyLimitDefault, queryTeamsBodyLimitMax, queryTeamsQueryProjectIdRegExp, queryUsersBodyLimitDefault, queryUsersBodyLimitMax, queryUsersResponseUsersItemIdRegExp, revokeSessionPathSessionIdRegExp, setUserPasswordPathUserIdRegExp, submitFlowStepResponseBrandingLayoutDefault, submitFlowStepResponseBrandingLiquidTemplateMax, submitFlowStepResponseStepActionsDefault, submitFlowStepResponseStepActionsItemPrimaryDefault, submitFlowStepResponseStepFieldsDefault, submitFlowStepResponseStepFieldsItemRequiredDefault, submitFlowStepResponseStepFieldsItemValidationMaxLengthMin, submitFlowStepResponseStepFieldsItemValidationMinLengthMin, submitFlowStepResponseStepGatesDefault, submitFlowStepResponseStepSsoProvidersDefault, updateFlowDefinitionBodyFlowDefinitionNameRegExp, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, updateFlowDefinitionResponseFlowDefinitionNameRegExp, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, updateFlowDefinitionResponseUserSchemaOneSchemaOneObjectTypeMax, updateFlowDefinitionResponseUserSchemaOneSchemaOnePropertiesXAuditDefault, updateTeamBodyNameMax, updateTeamPathTeamIdRegExp, verifyChallengeProofPathAttemptIdRegExp, verifyChallengeProofPathChallengeIdRegExp, verifyChallengeProofResponseAttemptIdRegExp, verifyChallengeProofResponseChallengesItemChallengeIdRegExp, verifyChallengeProofResponseCompletedFactorsItemPayloadOneUserIdRegExp, verifyChallengeProofResponseProjectIdRegExp, verifyChallengeProofResponseSessionIdOneRegExp, verifyChallengeProofResponseUserIdOneRegExp };
|
|
6001
|
+
export { BeginUserPasskeyRegistrationBody, BeginUserPasskeyRegistrationParams, CompleteClaimBody, CompleteClaimParams, CompleteClaimResponse, CreateAuthAttemptBody, CreateBrandingBody, CreateBrandingQueryParams, CreateFlowBody, CreateFlowDefinitionBody, CreateGrantBody, CreateGrantQueryParams, CreateHandoffHeader, CreateHandoffParams, CreateHandoffResponse, CreateProjectBody, CreateReleaseBody, CreateReleaseQueryParams, CreateReleaseResponse, CreateSchemaBody, CreateSchemaQueryParams, CreateSessionBody, CreateTeamBody, CreateTeamQueryParams, CreateUserBody, CreateUserQueryParams, DeleteFlowDefinitionParams, DeleteGrantParams, DeleteGrantQueryParams, DeleteTeamParams, DeleteUserByIDParams, ExchangeHandoffBody, ExchangeHandoffHeader, ExchangeHandoffQueryParams, ExchangeHandoffResponse, FinishUserPasskeyRegistrationBody, FinishUserPasskeyRegistrationParams, GetAuthAttemptParams, GetAuthAttemptResponse, GetBrandingByIdParams, GetBrandingByIdResponse, GetClaimStatusParams, GetClaimStatusQueryParams, GetClaimStatusResponse, GetClaimWindowParams, GetClaimWindowQueryParams, GetClaimWindowResponse, GetEnvironmentByNameParams, GetEnvironmentByNameQueryParams, GetEnvironmentByNameResponse, GetEventParams, GetEventQueryParams, GetEventResponse, GetFlowDefinitionParams, GetFlowDefinitionResponse, GetFlowStepParams, GetFlowStepResponse, GetGrantParams, GetGrantQueryParams, GetGrantResponse, GetMySessionResponse, GetMyUserResponse, GetProjectParams, GetProjectResponse, GetReleaseByIdParams, GetReleaseByIdQueryParams, GetReleaseByIdResponse, GetSchemaByIdParams, GetSchemaByIdQueryParams, GetSchemaByIdResponse, GetSessionParams, GetSessionResponse, GetTeamParams, GetTeamResponse, GetUserByIDParams, GetUserByIDQueryParams, GetUserByIDResponse, InitClaimParams, IssueChallengeBody, IssueChallengeParams, ListBrandingQueryParams, ListBrandingResponse, ListBrandingResponseItem, ListEnvironmentsQueryParams, ListEnvironmentsResponse, ListEventsQueryParams, ListEventsResponse, ListFlowDefinitionsQueryParams, ListFlowDefinitionsResponse, ListReleasesQueryParams, ListReleasesResponse, ListSchemasQueryParams, ListSchemasResponse, ListUserPasskeysParams, ListUserPasskeysQueryParams, ListUserPasskeysResponse, ListUserTeamsParams, ListUserTeamsQueryParams, ListUserTeamsResponse, PatchProjectBody, PatchProjectParams, PatchProjectResponse, QueryGrantsBody, QueryGrantsQueryParams, QueryGrantsResponse, QueryProjectsBody, QueryProjectsResponse, QuerySessionsBody, QuerySessionsQueryParams, QuerySessionsResponse, QueryTeamsBody, QueryTeamsQueryParams, QueryTeamsResponse, QueryUsersBody, QueryUsersResponse, RevokeSessionParams, SetUserPasswordBody, SetUserPasswordParams, SubmitFlowStepBody, SubmitFlowStepHeader, SubmitFlowStepParams, SubmitFlowStepResponse, UpdateFlowDefinitionBody, UpdateFlowDefinitionParams, UpdateFlowDefinitionResponse, UpdateTeamBody, UpdateTeamParams, UpdateTeamResponse, VerifyChallengeProofBody, VerifyChallengeProofHeader, VerifyChallengeProofParams, VerifyChallengeProofResponse, beginUserPasskeyRegistrationPathUserIdRegExp, completeClaimBodyChallengeIdRegExp, completeClaimPathProjectIdRegExp, completeClaimResponseProjectIdRegExp, completeClaimResponseTeamIdRegExp, createAuthAttemptBodyProjectIdRegExp, createAuthAttemptBodySessionIdOneRegExp, createBrandingBodyLayoutDefault, createBrandingBodyLiquidTemplateMax, createBrandingQueryProjectIdRegExp, createFlowBodyDryRunDefault, createFlowBodyFlowDefinitionNameRegExp, createFlowBodyProjectIdRegExp, createFlowBodySchemaVersionRegExp, createFlowDefinitionBodyFlowDefinitionNameRegExp, createFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, createFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, createFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, createFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, createFlowDefinitionBodyProjectIdRegExp, createGrantQueryProjectIdRegExp, createHandoffPathAttemptIdRegExp, createProjectBodySeedDefaultsDefault, createReleaseBodyGitDirtyDefault, createReleaseBodyGitShaMax, createReleaseBodyMessageMax, createReleaseBodyPointersItemRevisionIdMax, createReleaseQueryProjectIdRegExp, createReleaseResponseIdRegExp, createReleaseResponseMetadataGitDirtyDefault, createReleaseResponseMetadataGitShaOneMax, createReleaseResponseMetadataMessageOneMax, createReleaseResponsePointersItemHandleMax, createReleaseResponsePointersItemRevisionIdMax, createReleaseResponseProjectIdRegExp, createSchemaBodyOneObjectTypeMax, createSchemaBodyOnePropertiesXAuditDefault, createSchemaQueryProjectIdRegExp, createSchemaQueryTeamIdRegExp, createSessionBodyProjectIdRegExp, createTeamBodyNameMax, createTeamQueryProjectIdRegExp, createUserQueryProjectIdRegExp, createUserQueryTeamIdRegExp, deleteGrantQueryProjectIdRegExp, deleteTeamPathTeamIdRegExp, deleteUserByIDPathUserIdRegExp, exchangeHandoffQueryProjectIdRegExp, exchangeHandoffResponseSessionFactorsItemPayloadOneUserIdRegExp, exchangeHandoffResponseSessionProjectIdRegExp, exchangeHandoffResponseSessionSessionIdRegExp, exchangeHandoffResponseSessionUserIdOneRegExp, exchangeHandoffResponseSessionUserUserIdRegExp, finishUserPasskeyRegistrationPathUserIdRegExp, getAuthAttemptPathAttemptIdRegExp, getAuthAttemptResponseAttemptIdRegExp, getAuthAttemptResponseChallengesItemChallengeIdRegExp, getAuthAttemptResponseCompletedFactorsItemPayloadOneUserIdRegExp, getAuthAttemptResponseProjectIdRegExp, getAuthAttemptResponseSessionIdOneRegExp, getAuthAttemptResponseUserIdOneRegExp, getBrandingByIdResponseBrandingLayoutDefault, getBrandingByIdResponseBrandingLiquidTemplateMax, getClaimStatusPathProjectIdRegExp, getClaimStatusQueryChallengeIdRegExp, getClaimStatusResponseTwoTeamIdRegExp, getClaimWindowPathProjectIdRegExp, getClaimWindowQueryChallengeIdRegExp, getEnvironmentByNamePathNameMax, getEnvironmentByNamePathNameRegExp, getEnvironmentByNameQueryProjectIdRegExp, getEnvironmentByNameResponseNameMax, getEnvironmentByNameResponseNameRegExp, getEnvironmentByNameResponseProjectIdRegExp, getEventQueryProjectIdRegExp, getEventResponseEightOneProjectIdRegExp, getEventResponseFiveOneProjectIdRegExp, getEventResponseFourOneProjectIdRegExp, getEventResponseNineOneProjectIdRegExp, getEventResponseOneOneProjectIdRegExp, getEventResponseOneeightOneProjectIdRegExp, getEventResponseOnefiveOneProjectIdRegExp, getEventResponseOnefourOneProjectIdRegExp, getEventResponseOnenineOneProjectIdRegExp, getEventResponseOneoneOneProjectIdRegExp, getEventResponseOnesevenOneProjectIdRegExp, getEventResponseOnesixOneProjectIdRegExp, getEventResponseOnethreeOneProjectIdRegExp, getEventResponseOnetwoOneProjectIdRegExp, getEventResponseOnezeroOneProjectIdRegExp, getEventResponseSevenOneProjectIdRegExp, getEventResponseSixOneProjectIdRegExp, getEventResponseThreeOneProjectIdRegExp, getEventResponseTwoOneProjectIdRegExp, getEventResponseTwoeightOneProjectIdRegExp, getEventResponseTwofiveOneProjectIdRegExp, getEventResponseTwofourOneProjectIdRegExp, getEventResponseTwonineOneProjectIdRegExp, getEventResponseTwooneOneProjectIdRegExp, getEventResponseTwosevenOneProjectIdRegExp, getEventResponseTwosixOneProjectIdRegExp, getEventResponseTwothreeOneProjectIdRegExp, getEventResponseTwotwoOneProjectIdRegExp, getEventResponseTwozeroOneProjectIdRegExp, getEventResponseTwozeroTwoPayloadDurationMsMin, getEventResponseTwozeroTwoPayloadStatusMax, getEventResponseTwozeroTwoPayloadStatusMin, getFlowDefinitionResponseFlowDefinitionNameRegExp, getFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, getFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, getFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, getFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, getFlowDefinitionResponseUserSchemaOneSchemaOneObjectTypeMax, getFlowDefinitionResponseUserSchemaOneSchemaOnePropertiesXAuditDefault, getFlowStepResponseBrandingLayoutDefault, getFlowStepResponseBrandingLiquidTemplateMax, getFlowStepResponseStepActionsDefault, getFlowStepResponseStepActionsItemPrimaryDefault, getFlowStepResponseStepFieldsDefault, getFlowStepResponseStepFieldsItemRequiredDefault, getFlowStepResponseStepFieldsItemValidationMaxLengthMin, getFlowStepResponseStepFieldsItemValidationMinLengthMin, getFlowStepResponseStepGatesDefault, getFlowStepResponseStepSsoProvidersDefault, getGrantQueryProjectIdRegExp, getGrantResponsePrincipalOneOneOneIdRegExp, getGrantResponseUserUserIdRegExp, getMySessionResponseFactorsItemPayloadOneUserIdRegExp, getMySessionResponseProjectIdRegExp, getMySessionResponseSessionIdRegExp, getMySessionResponseUserIdOneRegExp, getMySessionResponseUserUserIdRegExp, getMyUserResponseIdRegExp, getProjectPathProjectIdRegExp, getReleaseByIdPathReleaseIdRegExp, getReleaseByIdQueryProjectIdRegExp, getReleaseByIdResponseIdRegExp, getReleaseByIdResponseMetadataGitDirtyDefault, getReleaseByIdResponseMetadataGitShaOneMax, getReleaseByIdResponseMetadataMessageOneMax, getReleaseByIdResponsePointersItemHandleMax, getReleaseByIdResponsePointersItemRevisionIdMax, getReleaseByIdResponseProjectIdRegExp, getSchemaByIdQueryTeamIdRegExp, getSchemaByIdResponseSchemaOneObjectTypeMax, getSchemaByIdResponseSchemaOnePropertiesXAuditDefault, getSessionPathSessionIdRegExp, getSessionResponseFactorsItemPayloadOneUserIdRegExp, getSessionResponseProjectIdRegExp, getSessionResponseSessionIdRegExp, getSessionResponseUserIdOneRegExp, getSessionResponseUserUserIdRegExp, getTeamPathTeamIdRegExp, getUserByIDPathUserIdRegExp, getUserByIDQueryTeamIdRegExp, getUserByIDResponseIdRegExp, initClaimPathProjectIdRegExp, issueChallengePathAttemptIdRegExp, listBrandingQueryProjectIdRegExp, listEnvironmentsQueryLimitDefault, listEnvironmentsQueryLimitMax, listEnvironmentsQueryProjectIdRegExp, listEnvironmentsResponseEnvironmentsItemNameMax, listEnvironmentsResponseEnvironmentsItemNameRegExp, listEnvironmentsResponseEnvironmentsItemProjectIdRegExp, listEventsQueryLimitDefault, listEventsQueryLimitMax, listEventsQueryOrderDefault, listEventsQueryProjectIdRegExp, listEventsResponseDataItemEightOneProjectIdRegExp, listEventsResponseDataItemFiveOneProjectIdRegExp, listEventsResponseDataItemFourOneProjectIdRegExp, listEventsResponseDataItemNineOneProjectIdRegExp, listEventsResponseDataItemOneOneProjectIdRegExp, listEventsResponseDataItemOneeightOneProjectIdRegExp, listEventsResponseDataItemOnefiveOneProjectIdRegExp, listEventsResponseDataItemOnefourOneProjectIdRegExp, listEventsResponseDataItemOnenineOneProjectIdRegExp, listEventsResponseDataItemOneoneOneProjectIdRegExp, listEventsResponseDataItemOnesevenOneProjectIdRegExp, listEventsResponseDataItemOnesixOneProjectIdRegExp, listEventsResponseDataItemOnethreeOneProjectIdRegExp, listEventsResponseDataItemOnetwoOneProjectIdRegExp, listEventsResponseDataItemOnezeroOneProjectIdRegExp, listEventsResponseDataItemSevenOneProjectIdRegExp, listEventsResponseDataItemSixOneProjectIdRegExp, listEventsResponseDataItemThreeOneProjectIdRegExp, listEventsResponseDataItemTwoOneProjectIdRegExp, listEventsResponseDataItemTwoeightOneProjectIdRegExp, listEventsResponseDataItemTwofiveOneProjectIdRegExp, listEventsResponseDataItemTwofourOneProjectIdRegExp, listEventsResponseDataItemTwonineOneProjectIdRegExp, listEventsResponseDataItemTwooneOneProjectIdRegExp, listEventsResponseDataItemTwosevenOneProjectIdRegExp, listEventsResponseDataItemTwosixOneProjectIdRegExp, listEventsResponseDataItemTwothreeOneProjectIdRegExp, listEventsResponseDataItemTwotwoOneProjectIdRegExp, listEventsResponseDataItemTwozeroOneProjectIdRegExp, listEventsResponseDataItemTwozeroTwoPayloadDurationMsMin, listEventsResponseDataItemTwozeroTwoPayloadStatusMax, listEventsResponseDataItemTwozeroTwoPayloadStatusMin, listFlowDefinitionsQueryLimitDefault, listFlowDefinitionsQueryLimitMax, listFlowDefinitionsQueryNameRegExp, listFlowDefinitionsQueryProjectIdRegExp, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionNameRegExp, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemActionsDefault, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemActionsItemPrimaryDefault, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemFieldsDefault, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemGatesDefault, listFlowDefinitionsResponseFlowDefinitionsItemFlowDefinitionStepsItemSsoProvidersDefault, listFlowDefinitionsResponseFlowDefinitionsItemUserSchemaOneSchemaOneObjectTypeMax, listFlowDefinitionsResponseFlowDefinitionsItemUserSchemaOneSchemaOnePropertiesXAuditDefault, listReleasesQueryLimitDefault, listReleasesQueryLimitMax, listReleasesQueryProjectIdRegExp, listReleasesResponseReleasesItemIdRegExp, listReleasesResponseReleasesItemMetadataGitDirtyDefault, listReleasesResponseReleasesItemMetadataGitShaOneMax, listReleasesResponseReleasesItemMetadataMessageOneMax, listReleasesResponseReleasesItemProjectIdRegExp, listSchemasQueryLimitDefault, listSchemasQueryLimitMax, listSchemasQueryObjectTypeMax, listSchemasQueryProjectIdRegExp, listSchemasQueryRevisionsDefault, listSchemasResponseSchemasItemSchemaOneObjectTypeMax, listSchemasResponseSchemasItemSchemaOnePropertiesXAuditDefault, listUserPasskeysPathUserIdRegExp, listUserPasskeysQueryLimitDefault, listUserPasskeysQueryLimitMax, listUserTeamsPathUserIdRegExp, listUserTeamsQueryLimitDefault, listUserTeamsQueryLimitMax, patchProjectPathProjectIdRegExp, queryGrantsBodyLimitDefault, queryGrantsBodyLimitMax, queryGrantsQueryProjectIdRegExp, queryGrantsResponseGrantsItemPrincipalOneOneOneIdRegExp, queryGrantsResponseGrantsItemUserUserIdRegExp, queryProjectsBodyLimitDefault, queryProjectsBodyLimitMax, querySessionsBodyLimitDefault, querySessionsBodyLimitMax, querySessionsQueryProjectIdRegExp, querySessionsResponseSessionsItemFactorsItemPayloadOneUserIdRegExp, querySessionsResponseSessionsItemProjectIdRegExp, querySessionsResponseSessionsItemSessionIdRegExp, querySessionsResponseSessionsItemUserIdOneRegExp, querySessionsResponseSessionsItemUserUserIdRegExp, queryTeamsBodyLimitDefault, queryTeamsBodyLimitMax, queryTeamsQueryProjectIdRegExp, queryUsersBodyLimitDefault, queryUsersBodyLimitMax, queryUsersResponseUsersItemIdRegExp, revokeSessionPathSessionIdRegExp, setUserPasswordPathUserIdRegExp, submitFlowStepResponseBrandingLayoutDefault, submitFlowStepResponseBrandingLiquidTemplateMax, submitFlowStepResponseStepActionsDefault, submitFlowStepResponseStepActionsItemPrimaryDefault, submitFlowStepResponseStepFieldsDefault, submitFlowStepResponseStepFieldsItemRequiredDefault, submitFlowStepResponseStepFieldsItemValidationMaxLengthMin, submitFlowStepResponseStepFieldsItemValidationMinLengthMin, submitFlowStepResponseStepGatesDefault, submitFlowStepResponseStepSsoProvidersDefault, updateFlowDefinitionBodyFlowDefinitionNameRegExp, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionBodyFlowDefinitionStepsItemSsoProvidersDefault, updateFlowDefinitionResponseFlowDefinitionNameRegExp, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemActionsItemPrimaryDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemFieldsDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemGatesDefault, updateFlowDefinitionResponseFlowDefinitionStepsItemSsoProvidersDefault, updateFlowDefinitionResponseUserSchemaOneSchemaOneObjectTypeMax, updateFlowDefinitionResponseUserSchemaOneSchemaOnePropertiesXAuditDefault, updateTeamBodyNameMax, updateTeamPathTeamIdRegExp, verifyChallengeProofPathAttemptIdRegExp, verifyChallengeProofPathChallengeIdRegExp, verifyChallengeProofResponseAttemptIdRegExp, verifyChallengeProofResponseChallengesItemChallengeIdRegExp, verifyChallengeProofResponseCompletedFactorsItemPayloadOneUserIdRegExp, verifyChallengeProofResponseProjectIdRegExp, verifyChallengeProofResponseSessionIdOneRegExp, verifyChallengeProofResponseUserIdOneRegExp };
|
|
5617
6002
|
//# sourceMappingURL=zitadelNextGen.zod.d.mts.map
|