vercel-api-js 1.8.3 → 1.9.1
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/components-ma60hj42.cjs +9423 -0
- package/dist/components-nbgupmvz.js +9046 -0
- package/dist/components.cjs +378 -8910
- package/dist/components.d.mts +345 -38
- package/dist/components.d.mts.map +1 -1
- package/dist/components.mjs +1 -8554
- package/dist/effect.cjs +3 -7862
- package/dist/effect.d.mts +42 -6005
- package/dist/effect.d.mts.map +1 -1
- package/dist/effect.mjs +1 -7860
- package/dist/index.cjs +4490 -33808
- package/dist/index.d.ts +3470 -123
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +5 -29519
- package/dist/schemas-dkkesx73.cjs +23025 -0
- package/dist/schemas-ffrql7rd.js +18732 -0
- package/dist/schemas.cjs +4275 -22009
- package/dist/schemas.d.mts +817 -216
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -17929
- package/dist/types.cjs +174 -9
- package/dist/types.d.mts +2468 -72
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +168 -10
- package/package.json +5 -5
package/dist/schemas.d.mts
CHANGED
|
@@ -4,8 +4,8 @@ declare const aiGatewayRuleSchema: z.ZodObject<{
|
|
|
4
4
|
ownerId: z.ZodString;
|
|
5
5
|
ruleId: z.ZodString;
|
|
6
6
|
type: z.ZodEnum<{
|
|
7
|
-
rewrite: "rewrite";
|
|
8
7
|
deny: "deny";
|
|
8
|
+
rewrite: "rewrite";
|
|
9
9
|
}>;
|
|
10
10
|
match: z.ZodOptional<z.ZodObject<{
|
|
11
11
|
model: z.ZodOptional<z.ZodString>;
|
|
@@ -426,6 +426,11 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
426
426
|
"ai-gateway-rule-deleted": "ai-gateway-rule-deleted";
|
|
427
427
|
"ai-gateway-rule-updated": "ai-gateway-rule-updated";
|
|
428
428
|
"ai-gateway-scope-budget-updated": "ai-gateway-scope-budget-updated";
|
|
429
|
+
"ai-gateway-transcripts-default-disabled": "ai-gateway-transcripts-default-disabled";
|
|
430
|
+
"ai-gateway-transcripts-default-enabled": "ai-gateway-transcripts-default-enabled";
|
|
431
|
+
"ai-gateway-transcripts-disabled": "ai-gateway-transcripts-disabled";
|
|
432
|
+
"ai-gateway-transcripts-enabled": "ai-gateway-transcripts-enabled";
|
|
433
|
+
"ai-gateway-transcripts-retention-updated": "ai-gateway-transcripts-retention-updated";
|
|
429
434
|
"ai-gateway-virtual-model-config-archived": "ai-gateway-virtual-model-config-archived";
|
|
430
435
|
"ai-gateway-virtual-model-config-created": "ai-gateway-virtual-model-config-created";
|
|
431
436
|
"ai-gateway-virtual-model-config-restored": "ai-gateway-virtual-model-config-restored";
|
|
@@ -471,6 +476,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
471
476
|
"cert-system-create": "cert-system-create";
|
|
472
477
|
"code-owners-config-updated": "code-owners-config-updated";
|
|
473
478
|
"compliance-document-downloaded": "compliance-document-downloaded";
|
|
479
|
+
"compliance-document-previewed": "compliance-document-previewed";
|
|
474
480
|
"compliance-documents-bulk-downloaded": "compliance-documents-bulk-downloaded";
|
|
475
481
|
"concurrent-builds-update": "concurrent-builds-update";
|
|
476
482
|
"connect-attach-project": "connect-attach-project";
|
|
@@ -500,6 +506,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
500
506
|
"custom-alert-deleted": "custom-alert-deleted";
|
|
501
507
|
"custom-alert-updated": "custom-alert-updated";
|
|
502
508
|
"custom-environments-settings-updated": "custom-environments-settings-updated";
|
|
509
|
+
"custom-metric-metadata-deleted": "custom-metric-metadata-deleted";
|
|
510
|
+
"custom-metric-metadata-updated": "custom-metric-metadata-updated";
|
|
503
511
|
"custom-suffix-clear": "custom-suffix-clear";
|
|
504
512
|
"custom-suffix-disable": "custom-suffix-disable";
|
|
505
513
|
"custom-suffix-enable": "custom-suffix-enable";
|
|
@@ -572,6 +580,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
572
580
|
"email-notification-rule-removed": "email-notification-rule-removed";
|
|
573
581
|
"email-notification-rule-updated": "email-notification-rule-updated";
|
|
574
582
|
"emu-member-removed-unverified-domain": "emu-member-removed-unverified-domain";
|
|
583
|
+
"enforce-disjunctive-production-secrets": "enforce-disjunctive-production-secrets";
|
|
575
584
|
"enforce-sensitive-environment-variables": "enforce-sensitive-environment-variables";
|
|
576
585
|
"env-variable-add": "env-variable-add";
|
|
577
586
|
"env-variable-delete": "env-variable-delete";
|
|
@@ -605,6 +614,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
605
614
|
"flags-sdk-key-deleted": "flags-sdk-key-deleted";
|
|
606
615
|
"flags-sdk-key-read": "flags-sdk-key-read";
|
|
607
616
|
"flags-transferred": "flags-transferred";
|
|
617
|
+
"git-integration-repo-push": "git-integration-repo-push";
|
|
608
618
|
git_account_integration_link_added: "git_account_integration_link_added";
|
|
609
619
|
"instant-rollback-created": "instant-rollback-created";
|
|
610
620
|
"integration-configuration-owner-changed": "integration-configuration-owner-changed";
|
|
@@ -625,6 +635,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
625
635
|
"kms-issuer-deleted": "kms-issuer-deleted";
|
|
626
636
|
"kms-issuer-key-activated": "kms-issuer-key-activated";
|
|
627
637
|
"kms-issuer-key-created": "kms-issuer-key-created";
|
|
638
|
+
"kms-issuer-key-revoked": "kms-issuer-key-revoked";
|
|
628
639
|
"kms-issuer-key-rotated": "kms-issuer-key-rotated";
|
|
629
640
|
"kms-issuer-policy-created": "kms-issuer-policy-created";
|
|
630
641
|
"kms-issuer-policy-deleted": "kms-issuer-policy-deleted";
|
|
@@ -635,6 +646,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
635
646
|
"log-drain-disabled": "log-drain-disabled";
|
|
636
647
|
"log-drain-enabled": "log-drain-enabled";
|
|
637
648
|
login: "login";
|
|
649
|
+
"login-connection-linked": "login-connection-linked";
|
|
650
|
+
"login-connection-unlinked": "login-connection-unlinked";
|
|
638
651
|
"manual-deployment-promotion-created": "manual-deployment-promotion-created";
|
|
639
652
|
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in";
|
|
640
653
|
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated";
|
|
@@ -666,6 +679,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
666
679
|
"oidc-policy-used-to-obtain-app-token": "oidc-policy-used-to-obtain-app-token";
|
|
667
680
|
"organization-create": "organization-create";
|
|
668
681
|
"organization-delete": "organization-delete";
|
|
682
|
+
"organization-dsync-group-delete": "organization-dsync-group-delete";
|
|
683
|
+
"organization-dsync-group-upsert": "organization-dsync-group-upsert";
|
|
669
684
|
"organization-slug-update": "organization-slug-update";
|
|
670
685
|
"organization-team-add": "organization-team-add";
|
|
671
686
|
"organization-team-create": "organization-team-create";
|
|
@@ -814,8 +829,13 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
814
829
|
"protected-git-scope-added": "protected-git-scope-added";
|
|
815
830
|
"protected-git-scope-removed": "protected-git-scope-removed";
|
|
816
831
|
"runtime-cache-purge-all": "runtime-cache-purge-all";
|
|
832
|
+
"saml-connection-created": "saml-connection-created";
|
|
833
|
+
"saml-connection-deleted": "saml-connection-deleted";
|
|
817
834
|
"sandbox-alias-assigned": "sandbox-alias-assigned";
|
|
818
835
|
"sandbox-alias-delete": "sandbox-alias-delete";
|
|
836
|
+
"sandbox-drive-created": "sandbox-drive-created";
|
|
837
|
+
"sandbox-drive-deleted": "sandbox-drive-deleted";
|
|
838
|
+
"sandbox-snapshot-regions-updated": "sandbox-snapshot-regions-updated";
|
|
819
839
|
scale: "scale";
|
|
820
840
|
"scale-auto": "scale-auto";
|
|
821
841
|
"secondary-email-added": "secondary-email-added";
|
|
@@ -845,6 +865,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
845
865
|
"spend-created": "spend-created";
|
|
846
866
|
"spend-deleted": "spend-deleted";
|
|
847
867
|
"spend-updated": "spend-updated";
|
|
868
|
+
"sso-login": "sso-login";
|
|
848
869
|
"storage-accept-tos": "storage-accept-tos";
|
|
849
870
|
"storage-access-token-set": "storage-access-token-set";
|
|
850
871
|
"storage-accessed-data-browser": "storage-accessed-data-browser";
|
|
@@ -871,6 +892,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
871
892
|
"subscription-product-added": "subscription-product-added";
|
|
872
893
|
"subscription-product-removed": "subscription-product-removed";
|
|
873
894
|
"subscription-updated": "subscription-updated";
|
|
895
|
+
"support-session-created": "support-session-created";
|
|
874
896
|
team: "team";
|
|
875
897
|
"team-agent-billing-migration-decision-changed": "team-agent-billing-migration-decision-changed";
|
|
876
898
|
"team-avatar-update": "team-avatar-update";
|
|
@@ -921,24 +943,36 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
921
943
|
"tracing-configured": "tracing-configured";
|
|
922
944
|
"tracing-disabled": "tracing-disabled";
|
|
923
945
|
"unlink-login-connection": "unlink-login-connection";
|
|
946
|
+
"update-account-flow-dismissed": "update-account-flow-dismissed";
|
|
924
947
|
"update-account-flow-triggered": "update-account-flow-triggered";
|
|
948
|
+
"user-auto-block-configured": "user-auto-block-configured";
|
|
949
|
+
"user-blocked": "user-blocked";
|
|
925
950
|
"user-delete": "user-delete";
|
|
951
|
+
"user-delete-requested": "user-delete-requested";
|
|
926
952
|
"user-emu-account-archived": "user-emu-account-archived";
|
|
927
953
|
"user-emu-account-deleted": "user-emu-account-deleted";
|
|
928
954
|
"user-emu-account-recovered": "user-emu-account-recovered";
|
|
955
|
+
"user-emu-recovery-email-sent": "user-emu-recovery-email-sent";
|
|
956
|
+
"user-emu-recovery-initiated": "user-emu-recovery-initiated";
|
|
957
|
+
"user-emu-toggled": "user-emu-toggled";
|
|
929
958
|
"user-mfa-challenge-failed": "user-mfa-challenge-failed";
|
|
930
959
|
"user-mfa-challenge-verified": "user-mfa-challenge-verified";
|
|
931
960
|
"user-mfa-change-failed": "user-mfa-change-failed";
|
|
932
961
|
"user-mfa-configuration-updated": "user-mfa-configuration-updated";
|
|
962
|
+
"user-mfa-recovery-code-used": "user-mfa-recovery-code-used";
|
|
933
963
|
"user-mfa-recovery-codes-regenerated": "user-mfa-recovery-codes-regenerated";
|
|
934
964
|
"user-mfa-removed": "user-mfa-removed";
|
|
935
965
|
"user-mfa-setup-skipped": "user-mfa-setup-skipped";
|
|
936
966
|
"user-mfa-totp-verification-started": "user-mfa-totp-verification-started";
|
|
937
967
|
"user-mfa-totp-verified": "user-mfa-totp-verified";
|
|
968
|
+
"user-phone-removed": "user-phone-removed";
|
|
969
|
+
"user-phone-updated": "user-phone-updated";
|
|
938
970
|
"user-primary-email-updated": "user-primary-email-updated";
|
|
971
|
+
"user-sudo-mode-removed": "user-sudo-mode-removed";
|
|
939
972
|
"user-token-created": "user-token-created";
|
|
940
973
|
"user-token-deleted": "user-token-deleted";
|
|
941
974
|
"user-tokens-deleted": "user-tokens-deleted";
|
|
975
|
+
"user-unblocked": "user-unblocked";
|
|
942
976
|
username: "username";
|
|
943
977
|
"v0-chat-ai-usage": "v0-chat-ai-usage";
|
|
944
978
|
"v0-chat-created": "v0-chat-created";
|
|
@@ -950,6 +984,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
950
984
|
"vcr-repository-permission-added": "vcr-repository-permission-added";
|
|
951
985
|
"vcr-repository-permission-removed": "vcr-repository-permission-removed";
|
|
952
986
|
"vcr-repository-permissions-cleared": "vcr-repository-permissions-cleared";
|
|
987
|
+
"vcr-repository-visibility-changed": "vcr-repository-visibility-changed";
|
|
953
988
|
"vercel-agent-elevated-permissions-approved": "vercel-agent-elevated-permissions-approved";
|
|
954
989
|
"vercel-agent-elevated-permissions-requested": "vercel-agent-elevated-permissions-requested";
|
|
955
990
|
"vercel-agent-session-created": "vercel-agent-session-created";
|
|
@@ -974,16 +1009,16 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
974
1009
|
}>>;
|
|
975
1010
|
categories: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
976
1011
|
billing: "billing";
|
|
1012
|
+
connect: "connect";
|
|
977
1013
|
microfrontends: "microfrontends";
|
|
978
1014
|
observability: "observability";
|
|
979
1015
|
security: "security";
|
|
980
|
-
|
|
981
|
-
account: "account";
|
|
982
|
-
project: "project";
|
|
1016
|
+
storage: "storage";
|
|
983
1017
|
integration: "integration";
|
|
984
1018
|
deployment: "deployment";
|
|
985
1019
|
domain: "domain";
|
|
986
1020
|
team: "team";
|
|
1021
|
+
account: "account";
|
|
987
1022
|
ai: "ai";
|
|
988
1023
|
"ai-gateway": "ai-gateway";
|
|
989
1024
|
edge: "edge";
|
|
@@ -992,7 +1027,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
992
1027
|
firewall: "firewall";
|
|
993
1028
|
network: "network";
|
|
994
1029
|
other: "other";
|
|
995
|
-
|
|
1030
|
+
project: "project";
|
|
1031
|
+
v0: "v0";
|
|
996
1032
|
"vercel-app": "vercel-app";
|
|
997
1033
|
workflow: "workflow";
|
|
998
1034
|
}>>>;
|
|
@@ -1063,8 +1099,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1063
1099
|
viaIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1064
1100
|
payload: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{}, z.core.$strict>, z.ZodObject<{
|
|
1065
1101
|
action: z.ZodEnum<{
|
|
1066
|
-
archived: "archived";
|
|
1067
1102
|
deleted: "deleted";
|
|
1103
|
+
archived: "archived";
|
|
1068
1104
|
created: "created";
|
|
1069
1105
|
unarchived: "unarchived";
|
|
1070
1106
|
updated: "updated";
|
|
@@ -1164,12 +1200,13 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1164
1200
|
budget: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1165
1201
|
limitAmount: z.ZodNumber;
|
|
1166
1202
|
refreshPeriod: z.ZodEnum<{
|
|
1167
|
-
none: "none";
|
|
1168
1203
|
daily: "daily";
|
|
1169
1204
|
monthly: "monthly";
|
|
1205
|
+
none: "none";
|
|
1170
1206
|
weekly: "weekly";
|
|
1171
1207
|
}>;
|
|
1172
1208
|
}, z.core.$strip>>>;
|
|
1209
|
+
zdrExemption: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
|
|
1173
1210
|
}, z.core.$strict>, z.ZodObject<{
|
|
1174
1211
|
apiKey: z.ZodObject<{
|
|
1175
1212
|
id: z.ZodString;
|
|
@@ -1183,9 +1220,9 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1183
1220
|
budget: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1184
1221
|
limitAmount: z.ZodNumber;
|
|
1185
1222
|
refreshPeriod: z.ZodEnum<{
|
|
1186
|
-
none: "none";
|
|
1187
1223
|
daily: "daily";
|
|
1188
1224
|
monthly: "monthly";
|
|
1225
|
+
none: "none";
|
|
1189
1226
|
weekly: "weekly";
|
|
1190
1227
|
}>;
|
|
1191
1228
|
}, z.core.$strip>>>;
|
|
@@ -1197,16 +1234,16 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1197
1234
|
}>;
|
|
1198
1235
|
}, z.core.$strict>, z.ZodObject<{
|
|
1199
1236
|
scopeType: z.ZodEnum<{
|
|
1200
|
-
project: "project";
|
|
1201
1237
|
team: "team";
|
|
1238
|
+
project: "project";
|
|
1202
1239
|
"api-key": "api-key";
|
|
1203
1240
|
}>;
|
|
1204
1241
|
budget: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1205
1242
|
limitAmount: z.ZodNumber;
|
|
1206
1243
|
refreshPeriod: z.ZodEnum<{
|
|
1207
|
-
none: "none";
|
|
1208
1244
|
daily: "daily";
|
|
1209
1245
|
monthly: "monthly";
|
|
1246
|
+
none: "none";
|
|
1210
1247
|
weekly: "weekly";
|
|
1211
1248
|
}>;
|
|
1212
1249
|
}, z.core.$strip>>>;
|
|
@@ -1218,17 +1255,17 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1218
1255
|
}>;
|
|
1219
1256
|
}, z.core.$strict>, z.ZodObject<{
|
|
1220
1257
|
scopeType: z.ZodEnum<{
|
|
1221
|
-
project: "project";
|
|
1222
1258
|
team: "team";
|
|
1259
|
+
project: "project";
|
|
1223
1260
|
}>;
|
|
1224
1261
|
projectId: z.ZodOptional<z.ZodString>;
|
|
1225
1262
|
projectName: z.ZodOptional<z.ZodString>;
|
|
1226
1263
|
budget: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1227
1264
|
limitAmount: z.ZodNumber;
|
|
1228
1265
|
refreshPeriod: z.ZodEnum<{
|
|
1229
|
-
none: "none";
|
|
1230
1266
|
daily: "daily";
|
|
1231
1267
|
monthly: "monthly";
|
|
1268
|
+
none: "none";
|
|
1232
1269
|
weekly: "weekly";
|
|
1233
1270
|
}>;
|
|
1234
1271
|
}, z.core.$strip>>>;
|
|
@@ -1271,6 +1308,19 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1271
1308
|
policiesAdded: z.ZodArray<z.ZodString>;
|
|
1272
1309
|
policiesRemoved: z.ZodArray<z.ZodString>;
|
|
1273
1310
|
policiesModified: z.ZodArray<z.ZodString>;
|
|
1311
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1312
|
+
retention: z.ZodObject<{
|
|
1313
|
+
defaultMode: z.ZodEnum<{
|
|
1314
|
+
days: "days";
|
|
1315
|
+
"until-requested": "until-requested";
|
|
1316
|
+
}>;
|
|
1317
|
+
defaultDays: z.ZodOptional<z.ZodNumber>;
|
|
1318
|
+
ceilingMode: z.ZodEnum<{
|
|
1319
|
+
days: "days";
|
|
1320
|
+
"until-requested": "until-requested";
|
|
1321
|
+
}>;
|
|
1322
|
+
ceilingDays: z.ZodOptional<z.ZodNumber>;
|
|
1323
|
+
}, z.core.$strip>;
|
|
1274
1324
|
}, z.core.$strict>, z.ZodObject<{
|
|
1275
1325
|
rule: z.ZodObject<{
|
|
1276
1326
|
id: z.ZodString;
|
|
@@ -1295,7 +1345,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1295
1345
|
virtualModelConfig: z.ZodObject<{
|
|
1296
1346
|
id: z.ZodString;
|
|
1297
1347
|
displayName: z.ZodOptional<z.ZodString>;
|
|
1298
|
-
modelSlug: z.ZodString
|
|
1348
|
+
modelSlug: z.ZodOptional<z.ZodString>;
|
|
1299
1349
|
}, z.core.$strip>;
|
|
1300
1350
|
}, z.core.$strict>, z.ZodObject<{
|
|
1301
1351
|
accessGroup: z.ZodObject<{
|
|
@@ -1465,6 +1515,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1465
1515
|
"read-write:ai-gateway-guardrails": "read-write:ai-gateway-guardrails";
|
|
1466
1516
|
"read-write:ai-gateway-private-models": "read-write:ai-gateway-private-models";
|
|
1467
1517
|
"read-write:ai-gateway-rules": "read-write:ai-gateway-rules";
|
|
1518
|
+
"read-write:ai-gateway-virtual-model-configs": "read-write:ai-gateway-virtual-model-configs";
|
|
1468
1519
|
"read-write:alerts": "read-write:alerts";
|
|
1469
1520
|
"read-write:billing": "read-write:billing";
|
|
1470
1521
|
"read-write:blob": "read-write:blob";
|
|
@@ -1488,10 +1539,12 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1488
1539
|
"read-write:remote-cache": "read-write:remote-cache";
|
|
1489
1540
|
"read-write:sandbox": "read-write:sandbox";
|
|
1490
1541
|
"read-write:team-members": "read-write:team-members";
|
|
1542
|
+
"read-write:vcr": "read-write:vcr";
|
|
1491
1543
|
"read:access-group": "read:access-group";
|
|
1492
1544
|
"read:ai-gateway-guardrails": "read:ai-gateway-guardrails";
|
|
1493
1545
|
"read:ai-gateway-private-models": "read:ai-gateway-private-models";
|
|
1494
1546
|
"read:ai-gateway-rules": "read:ai-gateway-rules";
|
|
1547
|
+
"read:ai-gateway-virtual-model-configs": "read:ai-gateway-virtual-model-configs";
|
|
1495
1548
|
"read:alerts": "read:alerts";
|
|
1496
1549
|
"read:billing": "read:billing";
|
|
1497
1550
|
"read:deployment": "read:deployment";
|
|
@@ -1511,6 +1564,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1511
1564
|
"read:speed-insights": "read:speed-insights";
|
|
1512
1565
|
"read:team": "read:team";
|
|
1513
1566
|
"read:user": "read:user";
|
|
1567
|
+
"read:vcr": "read:vcr";
|
|
1514
1568
|
"read:web-analytics": "read:web-analytics";
|
|
1515
1569
|
"use:ai-gateway": "use:ai-gateway";
|
|
1516
1570
|
}>>>;
|
|
@@ -1533,6 +1587,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1533
1587
|
"read-write:ai-gateway-guardrails": "read-write:ai-gateway-guardrails";
|
|
1534
1588
|
"read-write:ai-gateway-private-models": "read-write:ai-gateway-private-models";
|
|
1535
1589
|
"read-write:ai-gateway-rules": "read-write:ai-gateway-rules";
|
|
1590
|
+
"read-write:ai-gateway-virtual-model-configs": "read-write:ai-gateway-virtual-model-configs";
|
|
1536
1591
|
"read-write:alerts": "read-write:alerts";
|
|
1537
1592
|
"read-write:billing": "read-write:billing";
|
|
1538
1593
|
"read-write:blob": "read-write:blob";
|
|
@@ -1556,10 +1611,12 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1556
1611
|
"read-write:remote-cache": "read-write:remote-cache";
|
|
1557
1612
|
"read-write:sandbox": "read-write:sandbox";
|
|
1558
1613
|
"read-write:team-members": "read-write:team-members";
|
|
1614
|
+
"read-write:vcr": "read-write:vcr";
|
|
1559
1615
|
"read:access-group": "read:access-group";
|
|
1560
1616
|
"read:ai-gateway-guardrails": "read:ai-gateway-guardrails";
|
|
1561
1617
|
"read:ai-gateway-private-models": "read:ai-gateway-private-models";
|
|
1562
1618
|
"read:ai-gateway-rules": "read:ai-gateway-rules";
|
|
1619
|
+
"read:ai-gateway-virtual-model-configs": "read:ai-gateway-virtual-model-configs";
|
|
1563
1620
|
"read:alerts": "read:alerts";
|
|
1564
1621
|
"read:billing": "read:billing";
|
|
1565
1622
|
"read:deployment": "read:deployment";
|
|
@@ -1579,6 +1636,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1579
1636
|
"read:speed-insights": "read:speed-insights";
|
|
1580
1637
|
"read:team": "read:team";
|
|
1581
1638
|
"read:user": "read:user";
|
|
1639
|
+
"read:vcr": "read:vcr";
|
|
1582
1640
|
"read:web-analytics": "read:web-analytics";
|
|
1583
1641
|
"use:ai-gateway": "use:ai-gateway";
|
|
1584
1642
|
}>>>;
|
|
@@ -1607,6 +1665,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1607
1665
|
"read-write:ai-gateway-guardrails": "read-write:ai-gateway-guardrails";
|
|
1608
1666
|
"read-write:ai-gateway-private-models": "read-write:ai-gateway-private-models";
|
|
1609
1667
|
"read-write:ai-gateway-rules": "read-write:ai-gateway-rules";
|
|
1668
|
+
"read-write:ai-gateway-virtual-model-configs": "read-write:ai-gateway-virtual-model-configs";
|
|
1610
1669
|
"read-write:alerts": "read-write:alerts";
|
|
1611
1670
|
"read-write:billing": "read-write:billing";
|
|
1612
1671
|
"read-write:blob": "read-write:blob";
|
|
@@ -1630,10 +1689,12 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1630
1689
|
"read-write:remote-cache": "read-write:remote-cache";
|
|
1631
1690
|
"read-write:sandbox": "read-write:sandbox";
|
|
1632
1691
|
"read-write:team-members": "read-write:team-members";
|
|
1692
|
+
"read-write:vcr": "read-write:vcr";
|
|
1633
1693
|
"read:access-group": "read:access-group";
|
|
1634
1694
|
"read:ai-gateway-guardrails": "read:ai-gateway-guardrails";
|
|
1635
1695
|
"read:ai-gateway-private-models": "read:ai-gateway-private-models";
|
|
1636
1696
|
"read:ai-gateway-rules": "read:ai-gateway-rules";
|
|
1697
|
+
"read:ai-gateway-virtual-model-configs": "read:ai-gateway-virtual-model-configs";
|
|
1637
1698
|
"read:alerts": "read:alerts";
|
|
1638
1699
|
"read:billing": "read:billing";
|
|
1639
1700
|
"read:deployment": "read:deployment";
|
|
@@ -1652,6 +1713,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1652
1713
|
"read:sandbox": "read:sandbox";
|
|
1653
1714
|
"read:speed-insights": "read:speed-insights";
|
|
1654
1715
|
"read:team": "read:team";
|
|
1716
|
+
"read:vcr": "read:vcr";
|
|
1655
1717
|
"read:web-analytics": "read:web-analytics";
|
|
1656
1718
|
"use:ai-gateway": "use:ai-gateway";
|
|
1657
1719
|
}>>>;
|
|
@@ -1677,6 +1739,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1677
1739
|
"read-write:ai-gateway-guardrails": "read-write:ai-gateway-guardrails";
|
|
1678
1740
|
"read-write:ai-gateway-private-models": "read-write:ai-gateway-private-models";
|
|
1679
1741
|
"read-write:ai-gateway-rules": "read-write:ai-gateway-rules";
|
|
1742
|
+
"read-write:ai-gateway-virtual-model-configs": "read-write:ai-gateway-virtual-model-configs";
|
|
1680
1743
|
"read-write:alerts": "read-write:alerts";
|
|
1681
1744
|
"read-write:billing": "read-write:billing";
|
|
1682
1745
|
"read-write:blob": "read-write:blob";
|
|
@@ -1700,10 +1763,12 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1700
1763
|
"read-write:remote-cache": "read-write:remote-cache";
|
|
1701
1764
|
"read-write:sandbox": "read-write:sandbox";
|
|
1702
1765
|
"read-write:team-members": "read-write:team-members";
|
|
1766
|
+
"read-write:vcr": "read-write:vcr";
|
|
1703
1767
|
"read:access-group": "read:access-group";
|
|
1704
1768
|
"read:ai-gateway-guardrails": "read:ai-gateway-guardrails";
|
|
1705
1769
|
"read:ai-gateway-private-models": "read:ai-gateway-private-models";
|
|
1706
1770
|
"read:ai-gateway-rules": "read:ai-gateway-rules";
|
|
1771
|
+
"read:ai-gateway-virtual-model-configs": "read:ai-gateway-virtual-model-configs";
|
|
1707
1772
|
"read:alerts": "read:alerts";
|
|
1708
1773
|
"read:billing": "read:billing";
|
|
1709
1774
|
"read:deployment": "read:deployment";
|
|
@@ -1722,6 +1787,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1722
1787
|
"read:sandbox": "read:sandbox";
|
|
1723
1788
|
"read:speed-insights": "read:speed-insights";
|
|
1724
1789
|
"read:team": "read:team";
|
|
1790
|
+
"read:vcr": "read:vcr";
|
|
1725
1791
|
"read:web-analytics": "read:web-analytics";
|
|
1726
1792
|
"use:ai-gateway": "use:ai-gateway";
|
|
1727
1793
|
}>>>;
|
|
@@ -1749,6 +1815,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1749
1815
|
"read-write:ai-gateway-guardrails": "read-write:ai-gateway-guardrails";
|
|
1750
1816
|
"read-write:ai-gateway-private-models": "read-write:ai-gateway-private-models";
|
|
1751
1817
|
"read-write:ai-gateway-rules": "read-write:ai-gateway-rules";
|
|
1818
|
+
"read-write:ai-gateway-virtual-model-configs": "read-write:ai-gateway-virtual-model-configs";
|
|
1752
1819
|
"read-write:alerts": "read-write:alerts";
|
|
1753
1820
|
"read-write:billing": "read-write:billing";
|
|
1754
1821
|
"read-write:blob": "read-write:blob";
|
|
@@ -1772,10 +1839,12 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1772
1839
|
"read-write:remote-cache": "read-write:remote-cache";
|
|
1773
1840
|
"read-write:sandbox": "read-write:sandbox";
|
|
1774
1841
|
"read-write:team-members": "read-write:team-members";
|
|
1842
|
+
"read-write:vcr": "read-write:vcr";
|
|
1775
1843
|
"read:access-group": "read:access-group";
|
|
1776
1844
|
"read:ai-gateway-guardrails": "read:ai-gateway-guardrails";
|
|
1777
1845
|
"read:ai-gateway-private-models": "read:ai-gateway-private-models";
|
|
1778
1846
|
"read:ai-gateway-rules": "read:ai-gateway-rules";
|
|
1847
|
+
"read:ai-gateway-virtual-model-configs": "read:ai-gateway-virtual-model-configs";
|
|
1779
1848
|
"read:alerts": "read:alerts";
|
|
1780
1849
|
"read:billing": "read:billing";
|
|
1781
1850
|
"read:deployment": "read:deployment";
|
|
@@ -1794,6 +1863,7 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
1794
1863
|
"read:sandbox": "read:sandbox";
|
|
1795
1864
|
"read:speed-insights": "read:speed-insights";
|
|
1796
1865
|
"read:team": "read:team";
|
|
1866
|
+
"read:vcr": "read:vcr";
|
|
1797
1867
|
"read:web-analytics": "read:web-analytics";
|
|
1798
1868
|
"use:ai-gateway": "use:ai-gateway";
|
|
1799
1869
|
}>>>;
|
|
@@ -2051,6 +2121,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
2051
2121
|
purchasedAmount: z.ZodNumber;
|
|
2052
2122
|
prevPurchasedAmount: z.ZodNumber;
|
|
2053
2123
|
}, z.core.$strict>, z.ZodObject<{
|
|
2124
|
+
metricName: z.ZodString;
|
|
2125
|
+
}, z.core.$catchall<z.ZodUnknown>>, z.ZodObject<{
|
|
2054
2126
|
reason: z.ZodOptional<z.ZodString>;
|
|
2055
2127
|
suffix: z.ZodString;
|
|
2056
2128
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -2101,6 +2173,9 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
2101
2173
|
}, z.core.$strip>>>;
|
|
2102
2174
|
url: z.ZodString;
|
|
2103
2175
|
forced: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
|
|
2176
|
+
gitCredentialSource: z.ZodOptional<z.ZodEnum<{
|
|
2177
|
+
"external-token": "external-token";
|
|
2178
|
+
}>>;
|
|
2104
2179
|
deploymentId: z.ZodOptional<z.ZodString>;
|
|
2105
2180
|
plan: z.ZodOptional<z.ZodString>;
|
|
2106
2181
|
project: z.ZodOptional<z.ZodString>;
|
|
@@ -2269,8 +2344,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
2269
2344
|
withCache: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
|
|
2270
2345
|
provider: z.ZodEnum<{
|
|
2271
2346
|
github: "github";
|
|
2272
|
-
"github-limited": "github-limited";
|
|
2273
2347
|
"github-custom-host": "github-custom-host";
|
|
2348
|
+
"github-limited": "github-limited";
|
|
2274
2349
|
}>;
|
|
2275
2350
|
customHost: z.ZodOptional<z.ZodString>;
|
|
2276
2351
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -2344,8 +2419,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
2344
2419
|
withCache: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
|
|
2345
2420
|
provider: z.ZodEnum<{
|
|
2346
2421
|
github: "github";
|
|
2347
|
-
"github-limited": "github-limited";
|
|
2348
2422
|
"github-custom-host": "github-custom-host";
|
|
2423
|
+
"github-limited": "github-limited";
|
|
2349
2424
|
}>;
|
|
2350
2425
|
customHost: z.ZodOptional<z.ZodString>;
|
|
2351
2426
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -2377,8 +2452,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
2377
2452
|
}, z.core.$strip>>;
|
|
2378
2453
|
provider: z.ZodEnum<{
|
|
2379
2454
|
github: "github";
|
|
2380
|
-
"github-limited": "github-limited";
|
|
2381
2455
|
"github-custom-host": "github-custom-host";
|
|
2456
|
+
"github-limited": "github-limited";
|
|
2382
2457
|
}>;
|
|
2383
2458
|
customHost: z.ZodOptional<z.ZodString>;
|
|
2384
2459
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -2557,6 +2632,72 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
2557
2632
|
}>;
|
|
2558
2633
|
customEnvId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2559
2634
|
prId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2635
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2636
|
+
type: z.ZodEnum<{
|
|
2637
|
+
"cursor-origin-push": "cursor-origin-push";
|
|
2638
|
+
}>;
|
|
2639
|
+
ref: z.ZodString;
|
|
2640
|
+
sha: z.ZodString;
|
|
2641
|
+
beforeSha: z.ZodOptional<z.ZodString>;
|
|
2642
|
+
defaultBranch: z.ZodOptional<z.ZodString>;
|
|
2643
|
+
forced: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
|
|
2644
|
+
repoPushedAt: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2645
|
+
deployHook: z.ZodOptional<z.ZodObject<{
|
|
2646
|
+
createdAt: z.ZodNumber;
|
|
2647
|
+
id: z.ZodString;
|
|
2648
|
+
name: z.ZodString;
|
|
2649
|
+
ref: z.ZodString;
|
|
2650
|
+
}, z.core.$strip>>;
|
|
2651
|
+
url: z.ZodOptional<z.ZodString>;
|
|
2652
|
+
target: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2653
|
+
deploymentId: z.ZodOptional<z.ZodString>;
|
|
2654
|
+
linkedProjectId: z.ZodOptional<z.ZodString>;
|
|
2655
|
+
projectId: z.ZodOptional<z.ZodString>;
|
|
2656
|
+
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
2657
|
+
eventful: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
|
|
2658
|
+
forceNew: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
|
|
2659
|
+
authorized: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
|
|
2660
|
+
authorizedBy: z.ZodOptional<z.ZodString>;
|
|
2661
|
+
jobProjectIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2662
|
+
jobPairs: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>>;
|
|
2663
|
+
skippedJobPairs: z.ZodOptional<z.ZodArray<z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodString]>>>>;
|
|
2664
|
+
gitHashtagVercel: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2665
|
+
connectedProjectCount: z.ZodOptional<z.ZodNumber>;
|
|
2666
|
+
prIdOrZero: z.ZodOptional<z.ZodNumber>;
|
|
2667
|
+
gitComments: z.ZodOptional<z.ZodObject<{
|
|
2668
|
+
onPullRequest: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
|
|
2669
|
+
onCommit: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
|
|
2670
|
+
}, z.core.$strip>>;
|
|
2671
|
+
isManualGitDeploy: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
|
|
2672
|
+
commitVerification: z.ZodOptional<z.ZodEnum<{
|
|
2673
|
+
unknown: "unknown";
|
|
2674
|
+
verified: "verified";
|
|
2675
|
+
unverified: "unverified";
|
|
2676
|
+
}>>;
|
|
2677
|
+
nsnbSideEffect: z.ZodOptional<z.ZodObject<{
|
|
2678
|
+
action: z.ZodEnum<{
|
|
2679
|
+
"auto-approved-member": "auto-approved-member";
|
|
2680
|
+
"auto-approved-pending-invite": "auto-approved-pending-invite";
|
|
2681
|
+
}>;
|
|
2682
|
+
gitUserLogin: z.ZodString;
|
|
2683
|
+
}, z.core.$strip>>;
|
|
2684
|
+
headInfo: z.ZodObject<{
|
|
2685
|
+
owner: z.ZodString;
|
|
2686
|
+
ownerId: z.ZodString;
|
|
2687
|
+
ref: z.ZodString;
|
|
2688
|
+
repo: z.ZodString;
|
|
2689
|
+
repoId: z.ZodString;
|
|
2690
|
+
sha: z.ZodString;
|
|
2691
|
+
}, z.core.$strip>;
|
|
2692
|
+
installationId: z.ZodString;
|
|
2693
|
+
owner: z.ZodString;
|
|
2694
|
+
repo: z.ZodString;
|
|
2695
|
+
repoId: z.ZodString;
|
|
2696
|
+
provider: z.ZodEnum<{
|
|
2697
|
+
"cursor-origin": "cursor-origin";
|
|
2698
|
+
}>;
|
|
2699
|
+
customEnvId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2700
|
+
prId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2560
2701
|
}, z.core.$strict>]>;
|
|
2561
2702
|
}, z.core.$strict>, z.ZodObject<{
|
|
2562
2703
|
url: z.ZodString;
|
|
@@ -2592,9 +2733,9 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
2592
2733
|
gitSources: "gitSources";
|
|
2593
2734
|
}>;
|
|
2594
2735
|
ruleProvenance: z.ZodEnum<{
|
|
2595
|
-
project: "project";
|
|
2596
2736
|
default: "default";
|
|
2597
2737
|
team: "team";
|
|
2738
|
+
project: "project";
|
|
2598
2739
|
}>;
|
|
2599
2740
|
}, z.core.$strict>, z.ZodObject<{
|
|
2600
2741
|
deploymentId: z.ZodString;
|
|
@@ -2858,9 +2999,9 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
2858
2999
|
sensitive: "sensitive";
|
|
2859
3000
|
}>>;
|
|
2860
3001
|
target: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2861
|
-
production: "production";
|
|
2862
|
-
preview: "preview";
|
|
2863
3002
|
development: "development";
|
|
3003
|
+
preview: "preview";
|
|
3004
|
+
production: "production";
|
|
2864
3005
|
}>>>;
|
|
2865
3006
|
applyToAllCustomEnvironments: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
|
|
2866
3007
|
customEnvironmentIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -2890,9 +3031,9 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
2890
3031
|
sensitive: "sensitive";
|
|
2891
3032
|
}>>;
|
|
2892
3033
|
target: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2893
|
-
production: "production";
|
|
2894
|
-
preview: "preview";
|
|
2895
3034
|
development: "development";
|
|
3035
|
+
preview: "preview";
|
|
3036
|
+
production: "production";
|
|
2896
3037
|
}>>>;
|
|
2897
3038
|
applyToAllCustomEnvironments: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
|
|
2898
3039
|
customEnvironmentIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -2920,9 +3061,9 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
2920
3061
|
sensitive: "sensitive";
|
|
2921
3062
|
}>>;
|
|
2922
3063
|
target: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2923
|
-
production: "production";
|
|
2924
|
-
preview: "preview";
|
|
2925
3064
|
development: "development";
|
|
3065
|
+
preview: "preview";
|
|
3066
|
+
production: "production";
|
|
2926
3067
|
}>>>;
|
|
2927
3068
|
applyToAllCustomEnvironments: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
|
|
2928
3069
|
customEnvironmentIds: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -2935,14 +3076,14 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
2935
3076
|
key: z.ZodOptional<z.ZodString>;
|
|
2936
3077
|
newKey: z.ZodOptional<z.ZodString>;
|
|
2937
3078
|
oldTarget: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2938
|
-
production: "production";
|
|
2939
|
-
preview: "preview";
|
|
2940
3079
|
development: "development";
|
|
3080
|
+
preview: "preview";
|
|
3081
|
+
production: "production";
|
|
2941
3082
|
}>>>;
|
|
2942
3083
|
newTarget: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2943
|
-
production: "production";
|
|
2944
|
-
preview: "preview";
|
|
2945
3084
|
development: "development";
|
|
3085
|
+
preview: "preview";
|
|
3086
|
+
production: "production";
|
|
2946
3087
|
}>>>;
|
|
2947
3088
|
oldType: z.ZodOptional<z.ZodString>;
|
|
2948
3089
|
newType: z.ZodOptional<z.ZodString>;
|
|
@@ -3013,6 +3154,32 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
3013
3154
|
disable: "disable";
|
|
3014
3155
|
enable: "enable";
|
|
3015
3156
|
}>;
|
|
3157
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
3158
|
+
provider: z.ZodEnum<{
|
|
3159
|
+
bitbucket: "bitbucket";
|
|
3160
|
+
github: "github";
|
|
3161
|
+
gitlab: "gitlab";
|
|
3162
|
+
}>;
|
|
3163
|
+
actorLogin: z.ZodNullable<z.ZodString>;
|
|
3164
|
+
actorAccountId: z.ZodNullable<z.ZodString>;
|
|
3165
|
+
installationId: z.ZodNullable<z.ZodString>;
|
|
3166
|
+
usedAppToken: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
|
|
3167
|
+
sourceRepo: z.ZodString;
|
|
3168
|
+
sourceCommitSha: z.ZodNullable<z.ZodString>;
|
|
3169
|
+
destinationRepo: z.ZodString;
|
|
3170
|
+
destinationBranch: z.ZodNullable<z.ZodString>;
|
|
3171
|
+
resultCommitSha: z.ZodNullable<z.ZodString>;
|
|
3172
|
+
outcome: z.ZodEnum<{
|
|
3173
|
+
success: "success";
|
|
3174
|
+
failure: "failure";
|
|
3175
|
+
}>;
|
|
3176
|
+
failureStage: z.ZodOptional<z.ZodEnum<{
|
|
3177
|
+
unknown: "unknown";
|
|
3178
|
+
push: "push";
|
|
3179
|
+
authorization: "authorization";
|
|
3180
|
+
unexpected: "unexpected";
|
|
3181
|
+
}>>;
|
|
3182
|
+
failureCode: z.ZodOptional<z.ZodString>;
|
|
3016
3183
|
}, z.core.$strict>, z.ZodObject<{
|
|
3017
3184
|
projectId: z.ZodString;
|
|
3018
3185
|
fromDeploymentId: z.ZodString;
|
|
@@ -3083,9 +3250,9 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
3083
3250
|
createdAt: z.ZodNumber;
|
|
3084
3251
|
credentials: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
3085
3252
|
type: z.ZodEnum<{
|
|
3086
|
-
gitlab: "gitlab";
|
|
3087
|
-
bitbucket: "bitbucket";
|
|
3088
3253
|
chatgpt: "chatgpt";
|
|
3254
|
+
bitbucket: "bitbucket";
|
|
3255
|
+
gitlab: "gitlab";
|
|
3089
3256
|
vercel: "vercel";
|
|
3090
3257
|
apple: "apple";
|
|
3091
3258
|
"github-oauth": "github-oauth";
|
|
@@ -3124,12 +3291,13 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
3124
3291
|
importFlowGitNamespace: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
3125
3292
|
importFlowGitNamespaceId: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
3126
3293
|
importFlowGitProvider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
3294
|
+
bitbucket: "bitbucket";
|
|
3127
3295
|
github: "github";
|
|
3128
|
-
"github-limited": "github-limited";
|
|
3129
3296
|
"github-custom-host": "github-custom-host";
|
|
3297
|
+
"github-limited": "github-limited";
|
|
3130
3298
|
gitlab: "gitlab";
|
|
3131
|
-
bitbucket: "bitbucket";
|
|
3132
3299
|
vercel: "vercel";
|
|
3300
|
+
"cursor-origin": "cursor-origin";
|
|
3133
3301
|
}>>>;
|
|
3134
3302
|
preferredScopesAndGitNamespaces: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3135
3303
|
scopeId: z.ZodString;
|
|
@@ -3147,11 +3315,18 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
3147
3315
|
projectCardWidgetPreferences: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
3148
3316
|
projectId: z.ZodString;
|
|
3149
3317
|
widget: z.ZodEnum<{
|
|
3150
|
-
|
|
3318
|
+
"analytics-online": "analytics-online";
|
|
3319
|
+
"analytics-page-views": "analytics-page-views";
|
|
3320
|
+
"analytics-visitors": "analytics-visitors";
|
|
3151
3321
|
"firewall-allowed": "firewall-allowed";
|
|
3152
3322
|
"firewall-denied": "firewall-denied";
|
|
3153
|
-
|
|
3154
|
-
|
|
3323
|
+
"observability-alert": "observability-alert";
|
|
3324
|
+
"observability-edge-requests": "observability-edge-requests";
|
|
3325
|
+
"observability-error-rate": "observability-error-rate";
|
|
3326
|
+
"observability-function-invocations": "observability-function-invocations";
|
|
3327
|
+
"speed-insights-cls": "speed-insights-cls";
|
|
3328
|
+
"speed-insights-lcp": "speed-insights-lcp";
|
|
3329
|
+
"speed-insights-res": "speed-insights-res";
|
|
3155
3330
|
}>;
|
|
3156
3331
|
}, z.core.$strip>>>;
|
|
3157
3332
|
remoteCaching: z.ZodOptional<z.ZodObject<{
|
|
@@ -3375,33 +3550,34 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
3375
3550
|
teamId: z.ZodString;
|
|
3376
3551
|
createdAt: z.ZodNumber;
|
|
3377
3552
|
role: z.ZodEnum<{
|
|
3378
|
-
|
|
3379
|
-
|
|
3553
|
+
BILLING: "BILLING";
|
|
3554
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
3380
3555
|
DEVELOPER: "DEVELOPER";
|
|
3556
|
+
MEMBER: "MEMBER";
|
|
3557
|
+
OWNER: "OWNER";
|
|
3381
3558
|
SECURITY: "SECURITY";
|
|
3382
|
-
BILLING: "BILLING";
|
|
3383
3559
|
VIEWER: "VIEWER";
|
|
3384
3560
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
3385
|
-
CONTRIBUTOR: "CONTRIBUTOR";
|
|
3386
3561
|
}>;
|
|
3387
3562
|
confirmed: z.ZodLiteral<true>;
|
|
3388
3563
|
confirmedAt: z.ZodNumber;
|
|
3389
3564
|
accessRequestedAt: z.ZodOptional<z.ZodNumber>;
|
|
3390
3565
|
teamRoles: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3391
|
-
|
|
3392
|
-
|
|
3566
|
+
BILLING: "BILLING";
|
|
3567
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
3393
3568
|
DEVELOPER: "DEVELOPER";
|
|
3569
|
+
MEMBER: "MEMBER";
|
|
3570
|
+
OWNER: "OWNER";
|
|
3394
3571
|
SECURITY: "SECURITY";
|
|
3395
|
-
BILLING: "BILLING";
|
|
3396
3572
|
VIEWER: "VIEWER";
|
|
3397
3573
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
3398
|
-
CONTRIBUTOR: "CONTRIBUTOR";
|
|
3399
3574
|
}>>>;
|
|
3400
3575
|
teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
3401
3576
|
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
|
|
3402
3577
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
3403
3578
|
AiGatewayCredits: "AiGatewayCredits";
|
|
3404
3579
|
AiGatewaySettings: "AiGatewaySettings";
|
|
3580
|
+
ConnectorManager: "ConnectorManager";
|
|
3405
3581
|
CreateProject: "CreateProject";
|
|
3406
3582
|
EnvVariableManager: "EnvVariableManager";
|
|
3407
3583
|
EnvironmentManager: "EnvironmentManager";
|
|
@@ -3418,10 +3594,10 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
3418
3594
|
joinedFrom: z.ZodOptional<z.ZodObject<{
|
|
3419
3595
|
origin: z.ZodEnum<{
|
|
3420
3596
|
teams: "teams";
|
|
3597
|
+
link: "link";
|
|
3598
|
+
bitbucket: "bitbucket";
|
|
3421
3599
|
github: "github";
|
|
3422
3600
|
gitlab: "gitlab";
|
|
3423
|
-
bitbucket: "bitbucket";
|
|
3424
|
-
link: "link";
|
|
3425
3601
|
"account-update": "account-update";
|
|
3426
3602
|
dsync: "dsync";
|
|
3427
3603
|
feedback: "feedback";
|
|
@@ -4174,6 +4350,31 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
4174
4350
|
}, z.core.$strict>, z.ZodObject<{
|
|
4175
4351
|
logDrainUrl: z.ZodString;
|
|
4176
4352
|
integrationName: z.ZodOptional<z.ZodString>;
|
|
4353
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4354
|
+
provider: z.ZodEnum<{
|
|
4355
|
+
chatgpt: "chatgpt";
|
|
4356
|
+
bitbucket: "bitbucket";
|
|
4357
|
+
github: "github";
|
|
4358
|
+
"github-custom-host": "github-custom-host";
|
|
4359
|
+
"github-limited": "github-limited";
|
|
4360
|
+
gitlab: "gitlab";
|
|
4361
|
+
apple: "apple";
|
|
4362
|
+
google: "google";
|
|
4363
|
+
saml: "saml";
|
|
4364
|
+
}>;
|
|
4365
|
+
login: z.ZodString;
|
|
4366
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4367
|
+
provider: z.ZodEnum<{
|
|
4368
|
+
chatgpt: "chatgpt";
|
|
4369
|
+
bitbucket: "bitbucket";
|
|
4370
|
+
github: "github";
|
|
4371
|
+
"github-custom-host": "github-custom-host";
|
|
4372
|
+
"github-limited": "github-limited";
|
|
4373
|
+
gitlab: "gitlab";
|
|
4374
|
+
apple: "apple";
|
|
4375
|
+
google: "google";
|
|
4376
|
+
saml: "saml";
|
|
4377
|
+
}>;
|
|
4177
4378
|
}, z.core.$strict>, z.ZodObject<{
|
|
4178
4379
|
userAgent: z.ZodOptional<z.ZodString>;
|
|
4179
4380
|
geolocation: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
@@ -4200,11 +4401,11 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
4200
4401
|
ssoType: z.ZodOptional<z.ZodString>;
|
|
4201
4402
|
factors: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodObject<{
|
|
4202
4403
|
origin: z.ZodEnum<{
|
|
4203
|
-
github: "github";
|
|
4204
|
-
gitlab: "gitlab";
|
|
4205
|
-
bitbucket: "bitbucket";
|
|
4206
4404
|
email: "email";
|
|
4207
4405
|
chatgpt: "chatgpt";
|
|
4406
|
+
bitbucket: "bitbucket";
|
|
4407
|
+
github: "github";
|
|
4408
|
+
gitlab: "gitlab";
|
|
4208
4409
|
apple: "apple";
|
|
4209
4410
|
google: "google";
|
|
4210
4411
|
saml: "saml";
|
|
@@ -4220,11 +4421,11 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
4220
4421
|
ssoType: z.ZodOptional<z.ZodString>;
|
|
4221
4422
|
}, z.core.$strict>>, z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
4222
4423
|
origin: z.ZodEnum<{
|
|
4223
|
-
github: "github";
|
|
4224
|
-
gitlab: "gitlab";
|
|
4225
|
-
bitbucket: "bitbucket";
|
|
4226
4424
|
email: "email";
|
|
4227
4425
|
chatgpt: "chatgpt";
|
|
4426
|
+
bitbucket: "bitbucket";
|
|
4427
|
+
github: "github";
|
|
4428
|
+
gitlab: "gitlab";
|
|
4228
4429
|
apple: "apple";
|
|
4229
4430
|
google: "google";
|
|
4230
4431
|
saml: "saml";
|
|
@@ -4361,6 +4562,37 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
4361
4562
|
rootTeamId: z.ZodString;
|
|
4362
4563
|
slug: z.ZodString;
|
|
4363
4564
|
name: z.ZodString;
|
|
4565
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4566
|
+
directoryGroupId: z.ZodString;
|
|
4567
|
+
directoryId: z.ZodString;
|
|
4568
|
+
groupName: z.ZodString;
|
|
4569
|
+
next: z.ZodObject<{
|
|
4570
|
+
default: z.ZodOptional<z.ZodEnum<{
|
|
4571
|
+
BILLING: "BILLING";
|
|
4572
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
4573
|
+
DEVELOPER: "DEVELOPER";
|
|
4574
|
+
MEMBER: "MEMBER";
|
|
4575
|
+
OWNER: "OWNER";
|
|
4576
|
+
SECURITY: "SECURITY";
|
|
4577
|
+
VIEWER: "VIEWER";
|
|
4578
|
+
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
4579
|
+
}>>;
|
|
4580
|
+
roles: z.ZodObject<{}, z.core.$catchall<z.ZodEnum<{
|
|
4581
|
+
BILLING: "BILLING";
|
|
4582
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
4583
|
+
DEVELOPER: "DEVELOPER";
|
|
4584
|
+
MEMBER: "MEMBER";
|
|
4585
|
+
OWNER: "OWNER";
|
|
4586
|
+
SECURITY: "SECURITY";
|
|
4587
|
+
VIEWER: "VIEWER";
|
|
4588
|
+
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
4589
|
+
}>>>;
|
|
4590
|
+
}, z.core.$strip>;
|
|
4591
|
+
organizationId: z.ZodString;
|
|
4592
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
4593
|
+
directoryGroupId: z.ZodString;
|
|
4594
|
+
directoryId: z.ZodString;
|
|
4595
|
+
organizationId: z.ZodString;
|
|
4364
4596
|
}, z.core.$strict>, z.ZodObject<{
|
|
4365
4597
|
organizationId: z.ZodString;
|
|
4366
4598
|
slug: z.ZodString;
|
|
@@ -4569,24 +4801,24 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
4569
4801
|
plan: z.ZodString;
|
|
4570
4802
|
removedUsers: z.ZodOptional<z.ZodObject<{}, z.core.$catchall<z.ZodObject<{
|
|
4571
4803
|
role: z.ZodEnum<{
|
|
4572
|
-
|
|
4573
|
-
|
|
4804
|
+
BILLING: "BILLING";
|
|
4805
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
4574
4806
|
DEVELOPER: "DEVELOPER";
|
|
4807
|
+
MEMBER: "MEMBER";
|
|
4808
|
+
OWNER: "OWNER";
|
|
4575
4809
|
SECURITY: "SECURITY";
|
|
4576
|
-
BILLING: "BILLING";
|
|
4577
4810
|
VIEWER: "VIEWER";
|
|
4578
4811
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
4579
|
-
CONTRIBUTOR: "CONTRIBUTOR";
|
|
4580
4812
|
}>;
|
|
4581
4813
|
confirmed: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
|
|
4582
4814
|
confirmedAt: z.ZodOptional<z.ZodNumber>;
|
|
4583
4815
|
joinedFrom: z.ZodOptional<z.ZodObject<{
|
|
4584
4816
|
origin: z.ZodEnum<{
|
|
4585
4817
|
teams: "teams";
|
|
4818
|
+
link: "link";
|
|
4819
|
+
bitbucket: "bitbucket";
|
|
4586
4820
|
github: "github";
|
|
4587
4821
|
gitlab: "gitlab";
|
|
4588
|
-
bitbucket: "bitbucket";
|
|
4589
|
-
link: "link";
|
|
4590
4822
|
"account-update": "account-update";
|
|
4591
4823
|
dsync: "dsync";
|
|
4592
4824
|
feedback: "feedback";
|
|
@@ -4759,9 +4991,19 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
4759
4991
|
projectId: z.ZodString;
|
|
4760
4992
|
projectName: z.ZodString;
|
|
4761
4993
|
widget: z.ZodNullable<z.ZodEnum<{
|
|
4762
|
-
|
|
4994
|
+
"analytics-online": "analytics-online";
|
|
4995
|
+
"analytics-page-views": "analytics-page-views";
|
|
4996
|
+
"analytics-visitors": "analytics-visitors";
|
|
4763
4997
|
"firewall-allowed": "firewall-allowed";
|
|
4764
4998
|
"firewall-denied": "firewall-denied";
|
|
4999
|
+
"observability-alert": "observability-alert";
|
|
5000
|
+
"observability-edge-requests": "observability-edge-requests";
|
|
5001
|
+
"observability-error-rate": "observability-error-rate";
|
|
5002
|
+
"observability-function-invocations": "observability-function-invocations";
|
|
5003
|
+
"speed-insights-cls": "speed-insights-cls";
|
|
5004
|
+
"speed-insights-lcp": "speed-insights-lcp";
|
|
5005
|
+
"speed-insights-res": "speed-insights-res";
|
|
5006
|
+
alert: "alert";
|
|
4765
5007
|
online: "online";
|
|
4766
5008
|
res: "res";
|
|
4767
5009
|
}>>;
|
|
@@ -4927,24 +5169,26 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
4927
5169
|
projectName: z.ZodString;
|
|
4928
5170
|
previous: z.ZodOptional<z.ZodObject<{
|
|
4929
5171
|
gitProvider: z.ZodEnum<{
|
|
5172
|
+
bitbucket: "bitbucket";
|
|
4930
5173
|
github: "github";
|
|
4931
|
-
"github-limited": "github-limited";
|
|
4932
5174
|
"github-custom-host": "github-custom-host";
|
|
5175
|
+
"github-limited": "github-limited";
|
|
4933
5176
|
gitlab: "gitlab";
|
|
4934
|
-
bitbucket: "bitbucket";
|
|
4935
5177
|
vercel: "vercel";
|
|
5178
|
+
"cursor-origin": "cursor-origin";
|
|
4936
5179
|
}>;
|
|
4937
5180
|
gitRepoId: z.ZodString;
|
|
4938
5181
|
gitRepositoryName: z.ZodString;
|
|
4939
5182
|
}, z.core.$strip>>;
|
|
4940
5183
|
next: z.ZodObject<{
|
|
4941
5184
|
gitProvider: z.ZodEnum<{
|
|
5185
|
+
bitbucket: "bitbucket";
|
|
4942
5186
|
github: "github";
|
|
4943
|
-
"github-limited": "github-limited";
|
|
4944
5187
|
"github-custom-host": "github-custom-host";
|
|
5188
|
+
"github-limited": "github-limited";
|
|
4945
5189
|
gitlab: "gitlab";
|
|
4946
|
-
bitbucket: "bitbucket";
|
|
4947
5190
|
vercel: "vercel";
|
|
5191
|
+
"cursor-origin": "cursor-origin";
|
|
4948
5192
|
}>;
|
|
4949
5193
|
gitRepoId: z.ZodString;
|
|
4950
5194
|
gitRepositoryName: z.ZodString;
|
|
@@ -4953,12 +5197,13 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
4953
5197
|
projectId: z.ZodString;
|
|
4954
5198
|
projectName: z.ZodString;
|
|
4955
5199
|
gitProvider: z.ZodEnum<{
|
|
5200
|
+
bitbucket: "bitbucket";
|
|
4956
5201
|
github: "github";
|
|
4957
|
-
"github-limited": "github-limited";
|
|
4958
5202
|
"github-custom-host": "github-custom-host";
|
|
5203
|
+
"github-limited": "github-limited";
|
|
4959
5204
|
gitlab: "gitlab";
|
|
4960
|
-
bitbucket: "bitbucket";
|
|
4961
5205
|
vercel: "vercel";
|
|
5206
|
+
"cursor-origin": "cursor-origin";
|
|
4962
5207
|
}>;
|
|
4963
5208
|
gitRepoId: z.ZodString;
|
|
4964
5209
|
gitRepositoryName: z.ZodString;
|
|
@@ -5416,15 +5661,15 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
5416
5661
|
projectId: z.ZodString;
|
|
5417
5662
|
projectName: z.ZodString;
|
|
5418
5663
|
trustedIps: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5419
|
-
production: "production";
|
|
5420
5664
|
preview: "preview";
|
|
5665
|
+
production: "production";
|
|
5421
5666
|
all: "all";
|
|
5422
5667
|
all_except_custom_domains: "all_except_custom_domains";
|
|
5423
5668
|
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews";
|
|
5424
5669
|
}>>>;
|
|
5425
5670
|
oldTrustedIps: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
5426
|
-
production: "production";
|
|
5427
5671
|
preview: "preview";
|
|
5672
|
+
production: "production";
|
|
5428
5673
|
all: "all";
|
|
5429
5674
|
all_except_custom_domains: "all_except_custom_domains";
|
|
5430
5675
|
prod_deployment_urls_and_all_previews: "prod_deployment_urls_and_all_previews";
|
|
@@ -5471,11 +5716,24 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
5471
5716
|
gitProvider: z.ZodString;
|
|
5472
5717
|
gitProviderGroupDescriptor: z.ZodString;
|
|
5473
5718
|
gitScope: z.ZodString;
|
|
5719
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
5720
|
+
connectionId: z.ZodString;
|
|
5721
|
+
connectionType: z.ZodString;
|
|
5474
5722
|
}, z.core.$strict>, z.ZodObject<{
|
|
5475
5723
|
alias: z.ZodString;
|
|
5476
5724
|
sandboxName: z.ZodString;
|
|
5477
5725
|
sandboxId: z.ZodOptional<z.ZodString>;
|
|
5478
5726
|
projectId: z.ZodOptional<z.ZodString>;
|
|
5727
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
5728
|
+
driveName: z.ZodString;
|
|
5729
|
+
projectId: z.ZodString;
|
|
5730
|
+
projectName: z.ZodString;
|
|
5731
|
+
region: z.ZodString;
|
|
5732
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
5733
|
+
projectId: z.ZodString;
|
|
5734
|
+
projectName: z.ZodString;
|
|
5735
|
+
snapshotId: z.ZodString;
|
|
5736
|
+
targetRegions: z.ZodArray<z.ZodString>;
|
|
5479
5737
|
}, z.core.$strict>, z.ZodObject<{
|
|
5480
5738
|
instances: z.ZodNumber;
|
|
5481
5739
|
url: z.ZodString;
|
|
@@ -5535,11 +5793,11 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
5535
5793
|
ssoType: z.ZodOptional<z.ZodString>;
|
|
5536
5794
|
factors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5537
5795
|
origin: z.ZodEnum<{
|
|
5538
|
-
github: "github";
|
|
5539
|
-
gitlab: "gitlab";
|
|
5540
|
-
bitbucket: "bitbucket";
|
|
5541
5796
|
email: "email";
|
|
5542
5797
|
chatgpt: "chatgpt";
|
|
5798
|
+
bitbucket: "bitbucket";
|
|
5799
|
+
github: "github";
|
|
5800
|
+
gitlab: "gitlab";
|
|
5543
5801
|
apple: "apple";
|
|
5544
5802
|
google: "google";
|
|
5545
5803
|
saml: "saml";
|
|
@@ -5750,6 +6008,15 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
5750
6008
|
public: "public";
|
|
5751
6009
|
}>>;
|
|
5752
6010
|
locked: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
|
|
6011
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6012
|
+
actorId: z.ZodOptional<z.ZodString>;
|
|
6013
|
+
actorType: z.ZodOptional<z.ZodEnum<{
|
|
6014
|
+
user: "user";
|
|
6015
|
+
admin: "admin";
|
|
6016
|
+
}>>;
|
|
6017
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
6018
|
+
caseNumber: z.ZodOptional<z.ZodString>;
|
|
6019
|
+
client: z.ZodOptional<z.ZodString>;
|
|
5753
6020
|
}, z.core.$strict>, z.ZodObject<{
|
|
5754
6021
|
slug: z.ZodString;
|
|
5755
6022
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -5839,14 +6106,14 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
5839
6106
|
}, z.core.$strip>>>;
|
|
5840
6107
|
removedUsers: z.ZodOptional<z.ZodObject<{}, z.core.$catchall<z.ZodObject<{
|
|
5841
6108
|
role: z.ZodEnum<{
|
|
5842
|
-
|
|
5843
|
-
|
|
6109
|
+
BILLING: "BILLING";
|
|
6110
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
5844
6111
|
DEVELOPER: "DEVELOPER";
|
|
6112
|
+
MEMBER: "MEMBER";
|
|
6113
|
+
OWNER: "OWNER";
|
|
5845
6114
|
SECURITY: "SECURITY";
|
|
5846
|
-
BILLING: "BILLING";
|
|
5847
6115
|
VIEWER: "VIEWER";
|
|
5848
6116
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
5849
|
-
CONTRIBUTOR: "CONTRIBUTOR";
|
|
5850
6117
|
}>;
|
|
5851
6118
|
confirmed: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
|
|
5852
6119
|
confirmedAt: z.ZodOptional<z.ZodNumber>;
|
|
@@ -5864,13 +6131,13 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
5864
6131
|
projectName: z.ZodString;
|
|
5865
6132
|
enabled: z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
|
|
5866
6133
|
environment: z.ZodEnum<{
|
|
5867
|
-
production: "production";
|
|
5868
6134
|
preview: "preview";
|
|
6135
|
+
production: "production";
|
|
5869
6136
|
}>;
|
|
5870
6137
|
}, z.core.$strict>, z.ZodObject<{
|
|
5871
6138
|
environment: z.ZodEnum<{
|
|
5872
|
-
production: "production";
|
|
5873
6139
|
preview: "preview";
|
|
6140
|
+
production: "production";
|
|
5874
6141
|
}>;
|
|
5875
6142
|
enabled: z.ZodEnum<{
|
|
5876
6143
|
default: "default";
|
|
@@ -5925,14 +6192,14 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
5925
6192
|
bitbucketUsername: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5926
6193
|
directoryType: z.ZodOptional<z.ZodString>;
|
|
5927
6194
|
role: z.ZodOptional<z.ZodEnum<{
|
|
5928
|
-
|
|
5929
|
-
|
|
6195
|
+
BILLING: "BILLING";
|
|
6196
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
5930
6197
|
DEVELOPER: "DEVELOPER";
|
|
6198
|
+
MEMBER: "MEMBER";
|
|
6199
|
+
OWNER: "OWNER";
|
|
5931
6200
|
SECURITY: "SECURITY";
|
|
5932
|
-
BILLING: "BILLING";
|
|
5933
6201
|
VIEWER: "VIEWER";
|
|
5934
6202
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
5935
|
-
CONTRIBUTOR: "CONTRIBUTOR";
|
|
5936
6203
|
}>>;
|
|
5937
6204
|
reason: z.ZodOptional<z.ZodString>;
|
|
5938
6205
|
previousPlan: z.ZodOptional<z.ZodEnum<{
|
|
@@ -5987,10 +6254,10 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
5987
6254
|
bitbucketUsername: z.ZodOptional<z.ZodString>;
|
|
5988
6255
|
source: z.ZodOptional<z.ZodEnum<{
|
|
5989
6256
|
teams: "teams";
|
|
6257
|
+
link: "link";
|
|
6258
|
+
bitbucket: "bitbucket";
|
|
5990
6259
|
github: "github";
|
|
5991
6260
|
gitlab: "gitlab";
|
|
5992
|
-
bitbucket: "bitbucket";
|
|
5993
|
-
link: "link";
|
|
5994
6261
|
"account-update": "account-update";
|
|
5995
6262
|
dsync: "dsync";
|
|
5996
6263
|
feedback: "feedback";
|
|
@@ -6091,26 +6358,26 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
6091
6358
|
previous: z.ZodOptional<z.ZodObject<{}, z.core.$catchall<z.ZodUnion<readonly [z.ZodObject<{
|
|
6092
6359
|
accessGroupId: z.ZodString;
|
|
6093
6360
|
}, z.core.$strict>, z.ZodEnum<{
|
|
6094
|
-
|
|
6095
|
-
|
|
6361
|
+
BILLING: "BILLING";
|
|
6362
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
6096
6363
|
DEVELOPER: "DEVELOPER";
|
|
6364
|
+
MEMBER: "MEMBER";
|
|
6365
|
+
OWNER: "OWNER";
|
|
6097
6366
|
SECURITY: "SECURITY";
|
|
6098
|
-
BILLING: "BILLING";
|
|
6099
6367
|
VIEWER: "VIEWER";
|
|
6100
6368
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
6101
|
-
CONTRIBUTOR: "CONTRIBUTOR";
|
|
6102
6369
|
}>]>>>>;
|
|
6103
6370
|
next: z.ZodOptional<z.ZodObject<{}, z.core.$catchall<z.ZodUnion<readonly [z.ZodObject<{
|
|
6104
6371
|
accessGroupId: z.ZodString;
|
|
6105
6372
|
}, z.core.$strict>, z.ZodEnum<{
|
|
6106
|
-
|
|
6107
|
-
|
|
6373
|
+
BILLING: "BILLING";
|
|
6374
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
6108
6375
|
DEVELOPER: "DEVELOPER";
|
|
6376
|
+
MEMBER: "MEMBER";
|
|
6377
|
+
OWNER: "OWNER";
|
|
6109
6378
|
SECURITY: "SECURITY";
|
|
6110
|
-
BILLING: "BILLING";
|
|
6111
6379
|
VIEWER: "VIEWER";
|
|
6112
6380
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
6113
|
-
CONTRIBUTOR: "CONTRIBUTOR";
|
|
6114
6381
|
}>]>>>>;
|
|
6115
6382
|
}, z.core.$strict>, z.ZodObject<{
|
|
6116
6383
|
domain: z.ZodString;
|
|
@@ -6135,23 +6402,11 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
6135
6402
|
}>;
|
|
6136
6403
|
rate: z.ZodNumber;
|
|
6137
6404
|
env: z.ZodOptional<z.ZodEnum<{
|
|
6138
|
-
production: "production";
|
|
6139
6405
|
preview: "preview";
|
|
6406
|
+
production: "production";
|
|
6140
6407
|
}>>;
|
|
6141
6408
|
requestPath: z.ZodOptional<z.ZodString>;
|
|
6142
6409
|
}, z.core.$strip>>>;
|
|
6143
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
6144
|
-
provider: z.ZodEnum<{
|
|
6145
|
-
github: "github";
|
|
6146
|
-
"github-limited": "github-limited";
|
|
6147
|
-
"github-custom-host": "github-custom-host";
|
|
6148
|
-
gitlab: "gitlab";
|
|
6149
|
-
bitbucket: "bitbucket";
|
|
6150
|
-
chatgpt: "chatgpt";
|
|
6151
|
-
apple: "apple";
|
|
6152
|
-
google: "google";
|
|
6153
|
-
}>;
|
|
6154
|
-
login: z.ZodString;
|
|
6155
6410
|
}, z.core.$strict>, z.ZodObject<{
|
|
6156
6411
|
teamName: z.ZodOptional<z.ZodString>;
|
|
6157
6412
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6168,6 +6423,31 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
6168
6423
|
username: z.ZodString;
|
|
6169
6424
|
}, z.core.$strict>, z.ZodObject<{
|
|
6170
6425
|
username: z.ZodString;
|
|
6426
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6427
|
+
actorId: z.ZodString;
|
|
6428
|
+
actorType: z.ZodEnum<{
|
|
6429
|
+
admin: "admin";
|
|
6430
|
+
}>;
|
|
6431
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
6432
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6433
|
+
actorId: z.ZodString;
|
|
6434
|
+
actorType: z.ZodEnum<{
|
|
6435
|
+
admin: "admin";
|
|
6436
|
+
}>;
|
|
6437
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6438
|
+
enabled: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
|
|
6439
|
+
actorId: z.ZodString;
|
|
6440
|
+
actorType: z.ZodEnum<{
|
|
6441
|
+
admin: "admin";
|
|
6442
|
+
}>;
|
|
6443
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6444
|
+
autoBlockPrevented: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
|
|
6445
|
+
preventUntil: z.ZodOptional<z.ZodNumber>;
|
|
6446
|
+
actorId: z.ZodString;
|
|
6447
|
+
actorType: z.ZodEnum<{
|
|
6448
|
+
admin: "admin";
|
|
6449
|
+
}>;
|
|
6450
|
+
reason: z.ZodOptional<z.ZodString>;
|
|
6171
6451
|
}, z.core.$strict>, z.ZodObject<{
|
|
6172
6452
|
method: z.ZodEnum<{
|
|
6173
6453
|
totp: "totp";
|
|
@@ -6196,6 +6476,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
6196
6476
|
enabled: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
|
|
6197
6477
|
totpVerified: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
|
|
6198
6478
|
}, z.core.$strip>;
|
|
6479
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6480
|
+
remaining: z.ZodNumber;
|
|
6199
6481
|
}, z.core.$strict>, z.ZodObject<{
|
|
6200
6482
|
mfaEnabled: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
|
|
6201
6483
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -6235,6 +6517,11 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
6235
6517
|
projectName: z.ZodString;
|
|
6236
6518
|
repositoryName: z.ZodString;
|
|
6237
6519
|
sharedWithTeamId: z.ZodString;
|
|
6520
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
6521
|
+
projectId: z.ZodString;
|
|
6522
|
+
projectName: z.ZodString;
|
|
6523
|
+
repositoryName: z.ZodString;
|
|
6524
|
+
public: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
|
|
6238
6525
|
}, z.core.$strict>, z.ZodObject<{
|
|
6239
6526
|
projectId: z.ZodString;
|
|
6240
6527
|
projectName: z.ZodString;
|
|
@@ -6341,12 +6628,12 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
6341
6628
|
rtTTL: z.ZodOptional<z.ZodNumber>;
|
|
6342
6629
|
scope: z.ZodString;
|
|
6343
6630
|
authMethod: z.ZodEnum<{
|
|
6344
|
-
github: "github";
|
|
6345
|
-
gitlab: "gitlab";
|
|
6346
|
-
bitbucket: "bitbucket";
|
|
6347
6631
|
email: "email";
|
|
6348
6632
|
app: "app";
|
|
6349
6633
|
chatgpt: "chatgpt";
|
|
6634
|
+
bitbucket: "bitbucket";
|
|
6635
|
+
github: "github";
|
|
6636
|
+
gitlab: "gitlab";
|
|
6350
6637
|
apple: "apple";
|
|
6351
6638
|
google: "google";
|
|
6352
6639
|
saml: "saml";
|
|
@@ -6481,12 +6768,12 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
6481
6768
|
tokenSuffix: z.ZodOptional<z.ZodString>;
|
|
6482
6769
|
tokenName: z.ZodString;
|
|
6483
6770
|
origin: z.ZodEnum<{
|
|
6484
|
-
github: "github";
|
|
6485
|
-
gitlab: "gitlab";
|
|
6486
|
-
bitbucket: "bitbucket";
|
|
6487
6771
|
email: "email";
|
|
6488
6772
|
app: "app";
|
|
6489
6773
|
chatgpt: "chatgpt";
|
|
6774
|
+
bitbucket: "bitbucket";
|
|
6775
|
+
github: "github";
|
|
6776
|
+
gitlab: "gitlab";
|
|
6490
6777
|
apple: "apple";
|
|
6491
6778
|
google: "google";
|
|
6492
6779
|
saml: "saml";
|
|
@@ -6501,8 +6788,8 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
6501
6788
|
}>;
|
|
6502
6789
|
scope: z.ZodEnum<{
|
|
6503
6790
|
user: "user";
|
|
6504
|
-
project: "project";
|
|
6505
6791
|
team: "team";
|
|
6792
|
+
project: "project";
|
|
6506
6793
|
}>;
|
|
6507
6794
|
teamId: z.ZodOptional<z.ZodString>;
|
|
6508
6795
|
teamSlug: z.ZodOptional<z.ZodString>;
|
|
@@ -6541,12 +6828,12 @@ declare const userEventSchema: z.ZodObject<{
|
|
|
6541
6828
|
tokenName: z.ZodString;
|
|
6542
6829
|
actorTokenId: z.ZodString;
|
|
6543
6830
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
6544
|
-
github: "github";
|
|
6545
|
-
gitlab: "gitlab";
|
|
6546
|
-
bitbucket: "bitbucket";
|
|
6547
6831
|
email: "email";
|
|
6548
6832
|
app: "app";
|
|
6549
6833
|
chatgpt: "chatgpt";
|
|
6834
|
+
bitbucket: "bitbucket";
|
|
6835
|
+
github: "github";
|
|
6836
|
+
gitlab: "gitlab";
|
|
6550
6837
|
apple: "apple";
|
|
6551
6838
|
google: "google";
|
|
6552
6839
|
saml: "saml";
|
|
@@ -6655,6 +6942,11 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
6655
6942
|
"ai-gateway-rule-deleted": "ai-gateway-rule-deleted";
|
|
6656
6943
|
"ai-gateway-rule-updated": "ai-gateway-rule-updated";
|
|
6657
6944
|
"ai-gateway-scope-budget-updated": "ai-gateway-scope-budget-updated";
|
|
6945
|
+
"ai-gateway-transcripts-default-disabled": "ai-gateway-transcripts-default-disabled";
|
|
6946
|
+
"ai-gateway-transcripts-default-enabled": "ai-gateway-transcripts-default-enabled";
|
|
6947
|
+
"ai-gateway-transcripts-disabled": "ai-gateway-transcripts-disabled";
|
|
6948
|
+
"ai-gateway-transcripts-enabled": "ai-gateway-transcripts-enabled";
|
|
6949
|
+
"ai-gateway-transcripts-retention-updated": "ai-gateway-transcripts-retention-updated";
|
|
6658
6950
|
"ai-gateway-virtual-model-config-archived": "ai-gateway-virtual-model-config-archived";
|
|
6659
6951
|
"ai-gateway-virtual-model-config-created": "ai-gateway-virtual-model-config-created";
|
|
6660
6952
|
"ai-gateway-virtual-model-config-restored": "ai-gateway-virtual-model-config-restored";
|
|
@@ -6700,6 +6992,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
6700
6992
|
"cert-system-create": "cert-system-create";
|
|
6701
6993
|
"code-owners-config-updated": "code-owners-config-updated";
|
|
6702
6994
|
"compliance-document-downloaded": "compliance-document-downloaded";
|
|
6995
|
+
"compliance-document-previewed": "compliance-document-previewed";
|
|
6703
6996
|
"compliance-documents-bulk-downloaded": "compliance-documents-bulk-downloaded";
|
|
6704
6997
|
"concurrent-builds-update": "concurrent-builds-update";
|
|
6705
6998
|
"connect-attach-project": "connect-attach-project";
|
|
@@ -6729,6 +7022,8 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
6729
7022
|
"custom-alert-deleted": "custom-alert-deleted";
|
|
6730
7023
|
"custom-alert-updated": "custom-alert-updated";
|
|
6731
7024
|
"custom-environments-settings-updated": "custom-environments-settings-updated";
|
|
7025
|
+
"custom-metric-metadata-deleted": "custom-metric-metadata-deleted";
|
|
7026
|
+
"custom-metric-metadata-updated": "custom-metric-metadata-updated";
|
|
6732
7027
|
"custom-suffix-clear": "custom-suffix-clear";
|
|
6733
7028
|
"custom-suffix-disable": "custom-suffix-disable";
|
|
6734
7029
|
"custom-suffix-enable": "custom-suffix-enable";
|
|
@@ -6801,6 +7096,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
6801
7096
|
"email-notification-rule-removed": "email-notification-rule-removed";
|
|
6802
7097
|
"email-notification-rule-updated": "email-notification-rule-updated";
|
|
6803
7098
|
"emu-member-removed-unverified-domain": "emu-member-removed-unverified-domain";
|
|
7099
|
+
"enforce-disjunctive-production-secrets": "enforce-disjunctive-production-secrets";
|
|
6804
7100
|
"enforce-sensitive-environment-variables": "enforce-sensitive-environment-variables";
|
|
6805
7101
|
"env-variable-add": "env-variable-add";
|
|
6806
7102
|
"env-variable-delete": "env-variable-delete";
|
|
@@ -6834,6 +7130,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
6834
7130
|
"flags-sdk-key-deleted": "flags-sdk-key-deleted";
|
|
6835
7131
|
"flags-sdk-key-read": "flags-sdk-key-read";
|
|
6836
7132
|
"flags-transferred": "flags-transferred";
|
|
7133
|
+
"git-integration-repo-push": "git-integration-repo-push";
|
|
6837
7134
|
git_account_integration_link_added: "git_account_integration_link_added";
|
|
6838
7135
|
"instant-rollback-created": "instant-rollback-created";
|
|
6839
7136
|
"integration-configuration-owner-changed": "integration-configuration-owner-changed";
|
|
@@ -6854,6 +7151,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
6854
7151
|
"kms-issuer-deleted": "kms-issuer-deleted";
|
|
6855
7152
|
"kms-issuer-key-activated": "kms-issuer-key-activated";
|
|
6856
7153
|
"kms-issuer-key-created": "kms-issuer-key-created";
|
|
7154
|
+
"kms-issuer-key-revoked": "kms-issuer-key-revoked";
|
|
6857
7155
|
"kms-issuer-key-rotated": "kms-issuer-key-rotated";
|
|
6858
7156
|
"kms-issuer-policy-created": "kms-issuer-policy-created";
|
|
6859
7157
|
"kms-issuer-policy-deleted": "kms-issuer-policy-deleted";
|
|
@@ -6864,6 +7162,8 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
6864
7162
|
"log-drain-disabled": "log-drain-disabled";
|
|
6865
7163
|
"log-drain-enabled": "log-drain-enabled";
|
|
6866
7164
|
login: "login";
|
|
7165
|
+
"login-connection-linked": "login-connection-linked";
|
|
7166
|
+
"login-connection-unlinked": "login-connection-unlinked";
|
|
6867
7167
|
"manual-deployment-promotion-created": "manual-deployment-promotion-created";
|
|
6868
7168
|
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in";
|
|
6869
7169
|
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated";
|
|
@@ -6895,6 +7195,8 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
6895
7195
|
"oidc-policy-used-to-obtain-app-token": "oidc-policy-used-to-obtain-app-token";
|
|
6896
7196
|
"organization-create": "organization-create";
|
|
6897
7197
|
"organization-delete": "organization-delete";
|
|
7198
|
+
"organization-dsync-group-delete": "organization-dsync-group-delete";
|
|
7199
|
+
"organization-dsync-group-upsert": "organization-dsync-group-upsert";
|
|
6898
7200
|
"organization-slug-update": "organization-slug-update";
|
|
6899
7201
|
"organization-team-add": "organization-team-add";
|
|
6900
7202
|
"organization-team-create": "organization-team-create";
|
|
@@ -7043,8 +7345,13 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7043
7345
|
"protected-git-scope-added": "protected-git-scope-added";
|
|
7044
7346
|
"protected-git-scope-removed": "protected-git-scope-removed";
|
|
7045
7347
|
"runtime-cache-purge-all": "runtime-cache-purge-all";
|
|
7348
|
+
"saml-connection-created": "saml-connection-created";
|
|
7349
|
+
"saml-connection-deleted": "saml-connection-deleted";
|
|
7046
7350
|
"sandbox-alias-assigned": "sandbox-alias-assigned";
|
|
7047
7351
|
"sandbox-alias-delete": "sandbox-alias-delete";
|
|
7352
|
+
"sandbox-drive-created": "sandbox-drive-created";
|
|
7353
|
+
"sandbox-drive-deleted": "sandbox-drive-deleted";
|
|
7354
|
+
"sandbox-snapshot-regions-updated": "sandbox-snapshot-regions-updated";
|
|
7048
7355
|
scale: "scale";
|
|
7049
7356
|
"scale-auto": "scale-auto";
|
|
7050
7357
|
"secondary-email-added": "secondary-email-added";
|
|
@@ -7074,6 +7381,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7074
7381
|
"spend-created": "spend-created";
|
|
7075
7382
|
"spend-deleted": "spend-deleted";
|
|
7076
7383
|
"spend-updated": "spend-updated";
|
|
7384
|
+
"sso-login": "sso-login";
|
|
7077
7385
|
"storage-accept-tos": "storage-accept-tos";
|
|
7078
7386
|
"storage-access-token-set": "storage-access-token-set";
|
|
7079
7387
|
"storage-accessed-data-browser": "storage-accessed-data-browser";
|
|
@@ -7100,6 +7408,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7100
7408
|
"subscription-product-added": "subscription-product-added";
|
|
7101
7409
|
"subscription-product-removed": "subscription-product-removed";
|
|
7102
7410
|
"subscription-updated": "subscription-updated";
|
|
7411
|
+
"support-session-created": "support-session-created";
|
|
7103
7412
|
team: "team";
|
|
7104
7413
|
"team-agent-billing-migration-decision-changed": "team-agent-billing-migration-decision-changed";
|
|
7105
7414
|
"team-avatar-update": "team-avatar-update";
|
|
@@ -7150,24 +7459,36 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7150
7459
|
"tracing-configured": "tracing-configured";
|
|
7151
7460
|
"tracing-disabled": "tracing-disabled";
|
|
7152
7461
|
"unlink-login-connection": "unlink-login-connection";
|
|
7462
|
+
"update-account-flow-dismissed": "update-account-flow-dismissed";
|
|
7153
7463
|
"update-account-flow-triggered": "update-account-flow-triggered";
|
|
7464
|
+
"user-auto-block-configured": "user-auto-block-configured";
|
|
7465
|
+
"user-blocked": "user-blocked";
|
|
7154
7466
|
"user-delete": "user-delete";
|
|
7467
|
+
"user-delete-requested": "user-delete-requested";
|
|
7155
7468
|
"user-emu-account-archived": "user-emu-account-archived";
|
|
7156
7469
|
"user-emu-account-deleted": "user-emu-account-deleted";
|
|
7157
7470
|
"user-emu-account-recovered": "user-emu-account-recovered";
|
|
7471
|
+
"user-emu-recovery-email-sent": "user-emu-recovery-email-sent";
|
|
7472
|
+
"user-emu-recovery-initiated": "user-emu-recovery-initiated";
|
|
7473
|
+
"user-emu-toggled": "user-emu-toggled";
|
|
7158
7474
|
"user-mfa-challenge-failed": "user-mfa-challenge-failed";
|
|
7159
7475
|
"user-mfa-challenge-verified": "user-mfa-challenge-verified";
|
|
7160
7476
|
"user-mfa-change-failed": "user-mfa-change-failed";
|
|
7161
7477
|
"user-mfa-configuration-updated": "user-mfa-configuration-updated";
|
|
7478
|
+
"user-mfa-recovery-code-used": "user-mfa-recovery-code-used";
|
|
7162
7479
|
"user-mfa-recovery-codes-regenerated": "user-mfa-recovery-codes-regenerated";
|
|
7163
7480
|
"user-mfa-removed": "user-mfa-removed";
|
|
7164
7481
|
"user-mfa-setup-skipped": "user-mfa-setup-skipped";
|
|
7165
7482
|
"user-mfa-totp-verification-started": "user-mfa-totp-verification-started";
|
|
7166
7483
|
"user-mfa-totp-verified": "user-mfa-totp-verified";
|
|
7484
|
+
"user-phone-removed": "user-phone-removed";
|
|
7485
|
+
"user-phone-updated": "user-phone-updated";
|
|
7167
7486
|
"user-primary-email-updated": "user-primary-email-updated";
|
|
7487
|
+
"user-sudo-mode-removed": "user-sudo-mode-removed";
|
|
7168
7488
|
"user-token-created": "user-token-created";
|
|
7169
7489
|
"user-token-deleted": "user-token-deleted";
|
|
7170
7490
|
"user-tokens-deleted": "user-tokens-deleted";
|
|
7491
|
+
"user-unblocked": "user-unblocked";
|
|
7171
7492
|
username: "username";
|
|
7172
7493
|
"v0-chat-ai-usage": "v0-chat-ai-usage";
|
|
7173
7494
|
"v0-chat-created": "v0-chat-created";
|
|
@@ -7179,6 +7500,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7179
7500
|
"vcr-repository-permission-added": "vcr-repository-permission-added";
|
|
7180
7501
|
"vcr-repository-permission-removed": "vcr-repository-permission-removed";
|
|
7181
7502
|
"vcr-repository-permissions-cleared": "vcr-repository-permissions-cleared";
|
|
7503
|
+
"vcr-repository-visibility-changed": "vcr-repository-visibility-changed";
|
|
7182
7504
|
"vercel-agent-elevated-permissions-approved": "vercel-agent-elevated-permissions-approved";
|
|
7183
7505
|
"vercel-agent-elevated-permissions-requested": "vercel-agent-elevated-permissions-requested";
|
|
7184
7506
|
"vercel-agent-session-created": "vercel-agent-session-created";
|
|
@@ -7204,16 +7526,16 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7204
7526
|
description: z.ZodString;
|
|
7205
7527
|
categories: z.ZodArray<z.ZodEnum<{
|
|
7206
7528
|
billing: "billing";
|
|
7529
|
+
connect: "connect";
|
|
7207
7530
|
microfrontends: "microfrontends";
|
|
7208
7531
|
observability: "observability";
|
|
7209
7532
|
security: "security";
|
|
7210
|
-
|
|
7211
|
-
account: "account";
|
|
7212
|
-
project: "project";
|
|
7533
|
+
storage: "storage";
|
|
7213
7534
|
integration: "integration";
|
|
7214
7535
|
deployment: "deployment";
|
|
7215
7536
|
domain: "domain";
|
|
7216
7537
|
team: "team";
|
|
7538
|
+
account: "account";
|
|
7217
7539
|
ai: "ai";
|
|
7218
7540
|
"ai-gateway": "ai-gateway";
|
|
7219
7541
|
edge: "edge";
|
|
@@ -7222,7 +7544,8 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7222
7544
|
firewall: "firewall";
|
|
7223
7545
|
network: "network";
|
|
7224
7546
|
other: "other";
|
|
7225
|
-
|
|
7547
|
+
project: "project";
|
|
7548
|
+
v0: "v0";
|
|
7226
7549
|
"vercel-app": "vercel-app";
|
|
7227
7550
|
workflow: "workflow";
|
|
7228
7551
|
}>>;
|
|
@@ -7269,6 +7592,11 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7269
7592
|
"ai-gateway-rule-deleted": "ai-gateway-rule-deleted";
|
|
7270
7593
|
"ai-gateway-rule-updated": "ai-gateway-rule-updated";
|
|
7271
7594
|
"ai-gateway-scope-budget-updated": "ai-gateway-scope-budget-updated";
|
|
7595
|
+
"ai-gateway-transcripts-default-disabled": "ai-gateway-transcripts-default-disabled";
|
|
7596
|
+
"ai-gateway-transcripts-default-enabled": "ai-gateway-transcripts-default-enabled";
|
|
7597
|
+
"ai-gateway-transcripts-disabled": "ai-gateway-transcripts-disabled";
|
|
7598
|
+
"ai-gateway-transcripts-enabled": "ai-gateway-transcripts-enabled";
|
|
7599
|
+
"ai-gateway-transcripts-retention-updated": "ai-gateway-transcripts-retention-updated";
|
|
7272
7600
|
"ai-gateway-virtual-model-config-archived": "ai-gateway-virtual-model-config-archived";
|
|
7273
7601
|
"ai-gateway-virtual-model-config-created": "ai-gateway-virtual-model-config-created";
|
|
7274
7602
|
"ai-gateway-virtual-model-config-restored": "ai-gateway-virtual-model-config-restored";
|
|
@@ -7314,6 +7642,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7314
7642
|
"cert-system-create": "cert-system-create";
|
|
7315
7643
|
"code-owners-config-updated": "code-owners-config-updated";
|
|
7316
7644
|
"compliance-document-downloaded": "compliance-document-downloaded";
|
|
7645
|
+
"compliance-document-previewed": "compliance-document-previewed";
|
|
7317
7646
|
"compliance-documents-bulk-downloaded": "compliance-documents-bulk-downloaded";
|
|
7318
7647
|
"concurrent-builds-update": "concurrent-builds-update";
|
|
7319
7648
|
"connect-attach-project": "connect-attach-project";
|
|
@@ -7343,6 +7672,8 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7343
7672
|
"custom-alert-deleted": "custom-alert-deleted";
|
|
7344
7673
|
"custom-alert-updated": "custom-alert-updated";
|
|
7345
7674
|
"custom-environments-settings-updated": "custom-environments-settings-updated";
|
|
7675
|
+
"custom-metric-metadata-deleted": "custom-metric-metadata-deleted";
|
|
7676
|
+
"custom-metric-metadata-updated": "custom-metric-metadata-updated";
|
|
7346
7677
|
"custom-suffix-clear": "custom-suffix-clear";
|
|
7347
7678
|
"custom-suffix-disable": "custom-suffix-disable";
|
|
7348
7679
|
"custom-suffix-enable": "custom-suffix-enable";
|
|
@@ -7415,6 +7746,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7415
7746
|
"email-notification-rule-removed": "email-notification-rule-removed";
|
|
7416
7747
|
"email-notification-rule-updated": "email-notification-rule-updated";
|
|
7417
7748
|
"emu-member-removed-unverified-domain": "emu-member-removed-unverified-domain";
|
|
7749
|
+
"enforce-disjunctive-production-secrets": "enforce-disjunctive-production-secrets";
|
|
7418
7750
|
"enforce-sensitive-environment-variables": "enforce-sensitive-environment-variables";
|
|
7419
7751
|
"env-variable-add": "env-variable-add";
|
|
7420
7752
|
"env-variable-delete": "env-variable-delete";
|
|
@@ -7448,6 +7780,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7448
7780
|
"flags-sdk-key-deleted": "flags-sdk-key-deleted";
|
|
7449
7781
|
"flags-sdk-key-read": "flags-sdk-key-read";
|
|
7450
7782
|
"flags-transferred": "flags-transferred";
|
|
7783
|
+
"git-integration-repo-push": "git-integration-repo-push";
|
|
7451
7784
|
git_account_integration_link_added: "git_account_integration_link_added";
|
|
7452
7785
|
"instant-rollback-created": "instant-rollback-created";
|
|
7453
7786
|
"integration-configuration-owner-changed": "integration-configuration-owner-changed";
|
|
@@ -7468,6 +7801,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7468
7801
|
"kms-issuer-deleted": "kms-issuer-deleted";
|
|
7469
7802
|
"kms-issuer-key-activated": "kms-issuer-key-activated";
|
|
7470
7803
|
"kms-issuer-key-created": "kms-issuer-key-created";
|
|
7804
|
+
"kms-issuer-key-revoked": "kms-issuer-key-revoked";
|
|
7471
7805
|
"kms-issuer-key-rotated": "kms-issuer-key-rotated";
|
|
7472
7806
|
"kms-issuer-policy-created": "kms-issuer-policy-created";
|
|
7473
7807
|
"kms-issuer-policy-deleted": "kms-issuer-policy-deleted";
|
|
@@ -7478,6 +7812,8 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7478
7812
|
"log-drain-disabled": "log-drain-disabled";
|
|
7479
7813
|
"log-drain-enabled": "log-drain-enabled";
|
|
7480
7814
|
login: "login";
|
|
7815
|
+
"login-connection-linked": "login-connection-linked";
|
|
7816
|
+
"login-connection-unlinked": "login-connection-unlinked";
|
|
7481
7817
|
"manual-deployment-promotion-created": "manual-deployment-promotion-created";
|
|
7482
7818
|
"marketplace-flex-commit-opt-in": "marketplace-flex-commit-opt-in";
|
|
7483
7819
|
"marketplace-integration-allowlist-updated": "marketplace-integration-allowlist-updated";
|
|
@@ -7509,6 +7845,8 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7509
7845
|
"oidc-policy-used-to-obtain-app-token": "oidc-policy-used-to-obtain-app-token";
|
|
7510
7846
|
"organization-create": "organization-create";
|
|
7511
7847
|
"organization-delete": "organization-delete";
|
|
7848
|
+
"organization-dsync-group-delete": "organization-dsync-group-delete";
|
|
7849
|
+
"organization-dsync-group-upsert": "organization-dsync-group-upsert";
|
|
7512
7850
|
"organization-slug-update": "organization-slug-update";
|
|
7513
7851
|
"organization-team-add": "organization-team-add";
|
|
7514
7852
|
"organization-team-create": "organization-team-create";
|
|
@@ -7657,8 +7995,13 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7657
7995
|
"protected-git-scope-added": "protected-git-scope-added";
|
|
7658
7996
|
"protected-git-scope-removed": "protected-git-scope-removed";
|
|
7659
7997
|
"runtime-cache-purge-all": "runtime-cache-purge-all";
|
|
7998
|
+
"saml-connection-created": "saml-connection-created";
|
|
7999
|
+
"saml-connection-deleted": "saml-connection-deleted";
|
|
7660
8000
|
"sandbox-alias-assigned": "sandbox-alias-assigned";
|
|
7661
8001
|
"sandbox-alias-delete": "sandbox-alias-delete";
|
|
8002
|
+
"sandbox-drive-created": "sandbox-drive-created";
|
|
8003
|
+
"sandbox-drive-deleted": "sandbox-drive-deleted";
|
|
8004
|
+
"sandbox-snapshot-regions-updated": "sandbox-snapshot-regions-updated";
|
|
7662
8005
|
scale: "scale";
|
|
7663
8006
|
"scale-auto": "scale-auto";
|
|
7664
8007
|
"secondary-email-added": "secondary-email-added";
|
|
@@ -7688,6 +8031,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7688
8031
|
"spend-created": "spend-created";
|
|
7689
8032
|
"spend-deleted": "spend-deleted";
|
|
7690
8033
|
"spend-updated": "spend-updated";
|
|
8034
|
+
"sso-login": "sso-login";
|
|
7691
8035
|
"storage-accept-tos": "storage-accept-tos";
|
|
7692
8036
|
"storage-access-token-set": "storage-access-token-set";
|
|
7693
8037
|
"storage-accessed-data-browser": "storage-accessed-data-browser";
|
|
@@ -7714,6 +8058,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7714
8058
|
"subscription-product-added": "subscription-product-added";
|
|
7715
8059
|
"subscription-product-removed": "subscription-product-removed";
|
|
7716
8060
|
"subscription-updated": "subscription-updated";
|
|
8061
|
+
"support-session-created": "support-session-created";
|
|
7717
8062
|
team: "team";
|
|
7718
8063
|
"team-agent-billing-migration-decision-changed": "team-agent-billing-migration-decision-changed";
|
|
7719
8064
|
"team-avatar-update": "team-avatar-update";
|
|
@@ -7764,24 +8109,36 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7764
8109
|
"tracing-configured": "tracing-configured";
|
|
7765
8110
|
"tracing-disabled": "tracing-disabled";
|
|
7766
8111
|
"unlink-login-connection": "unlink-login-connection";
|
|
8112
|
+
"update-account-flow-dismissed": "update-account-flow-dismissed";
|
|
7767
8113
|
"update-account-flow-triggered": "update-account-flow-triggered";
|
|
8114
|
+
"user-auto-block-configured": "user-auto-block-configured";
|
|
8115
|
+
"user-blocked": "user-blocked";
|
|
7768
8116
|
"user-delete": "user-delete";
|
|
8117
|
+
"user-delete-requested": "user-delete-requested";
|
|
7769
8118
|
"user-emu-account-archived": "user-emu-account-archived";
|
|
7770
8119
|
"user-emu-account-deleted": "user-emu-account-deleted";
|
|
7771
8120
|
"user-emu-account-recovered": "user-emu-account-recovered";
|
|
8121
|
+
"user-emu-recovery-email-sent": "user-emu-recovery-email-sent";
|
|
8122
|
+
"user-emu-recovery-initiated": "user-emu-recovery-initiated";
|
|
8123
|
+
"user-emu-toggled": "user-emu-toggled";
|
|
7772
8124
|
"user-mfa-challenge-failed": "user-mfa-challenge-failed";
|
|
7773
8125
|
"user-mfa-challenge-verified": "user-mfa-challenge-verified";
|
|
7774
8126
|
"user-mfa-change-failed": "user-mfa-change-failed";
|
|
7775
8127
|
"user-mfa-configuration-updated": "user-mfa-configuration-updated";
|
|
8128
|
+
"user-mfa-recovery-code-used": "user-mfa-recovery-code-used";
|
|
7776
8129
|
"user-mfa-recovery-codes-regenerated": "user-mfa-recovery-codes-regenerated";
|
|
7777
8130
|
"user-mfa-removed": "user-mfa-removed";
|
|
7778
8131
|
"user-mfa-setup-skipped": "user-mfa-setup-skipped";
|
|
7779
8132
|
"user-mfa-totp-verification-started": "user-mfa-totp-verification-started";
|
|
7780
8133
|
"user-mfa-totp-verified": "user-mfa-totp-verified";
|
|
8134
|
+
"user-phone-removed": "user-phone-removed";
|
|
8135
|
+
"user-phone-updated": "user-phone-updated";
|
|
7781
8136
|
"user-primary-email-updated": "user-primary-email-updated";
|
|
8137
|
+
"user-sudo-mode-removed": "user-sudo-mode-removed";
|
|
7782
8138
|
"user-token-created": "user-token-created";
|
|
7783
8139
|
"user-token-deleted": "user-token-deleted";
|
|
7784
8140
|
"user-tokens-deleted": "user-tokens-deleted";
|
|
8141
|
+
"user-unblocked": "user-unblocked";
|
|
7785
8142
|
username: "username";
|
|
7786
8143
|
"v0-chat-ai-usage": "v0-chat-ai-usage";
|
|
7787
8144
|
"v0-chat-created": "v0-chat-created";
|
|
@@ -7793,6 +8150,7 @@ declare const listEventTypeSchema: z.ZodObject<{
|
|
|
7793
8150
|
"vcr-repository-permission-added": "vcr-repository-permission-added";
|
|
7794
8151
|
"vcr-repository-permission-removed": "vcr-repository-permission-removed";
|
|
7795
8152
|
"vcr-repository-permissions-cleared": "vcr-repository-permissions-cleared";
|
|
8153
|
+
"vcr-repository-visibility-changed": "vcr-repository-visibility-changed";
|
|
7796
8154
|
"vercel-agent-elevated-permissions-approved": "vercel-agent-elevated-permissions-approved";
|
|
7797
8155
|
"vercel-agent-elevated-permissions-requested": "vercel-agent-elevated-permissions-requested";
|
|
7798
8156
|
"vercel-agent-session-created": "vercel-agent-session-created";
|
|
@@ -7821,16 +8179,16 @@ declare const listEventTypesResponseSchema: z.ZodObject<{
|
|
|
7821
8179
|
categories: z.ZodArray<z.ZodObject<{
|
|
7822
8180
|
name: z.ZodEnum<{
|
|
7823
8181
|
billing: "billing";
|
|
8182
|
+
connect: "connect";
|
|
7824
8183
|
microfrontends: "microfrontends";
|
|
7825
8184
|
observability: "observability";
|
|
7826
8185
|
security: "security";
|
|
7827
|
-
|
|
7828
|
-
account: "account";
|
|
7829
|
-
project: "project";
|
|
8186
|
+
storage: "storage";
|
|
7830
8187
|
integration: "integration";
|
|
7831
8188
|
deployment: "deployment";
|
|
7832
8189
|
domain: "domain";
|
|
7833
8190
|
team: "team";
|
|
8191
|
+
account: "account";
|
|
7834
8192
|
ai: "ai";
|
|
7835
8193
|
"ai-gateway": "ai-gateway";
|
|
7836
8194
|
edge: "edge";
|
|
@@ -7839,7 +8197,8 @@ declare const listEventTypesResponseSchema: z.ZodObject<{
|
|
|
7839
8197
|
firewall: "firewall";
|
|
7840
8198
|
network: "network";
|
|
7841
8199
|
other: "other";
|
|
7842
|
-
|
|
8200
|
+
project: "project";
|
|
8201
|
+
v0: "v0";
|
|
7843
8202
|
"vercel-app": "vercel-app";
|
|
7844
8203
|
workflow: "workflow";
|
|
7845
8204
|
}>;
|
|
@@ -7920,10 +8279,10 @@ declare const flagSchema: z.ZodObject<{
|
|
|
7920
8279
|
}>;
|
|
7921
8280
|
}, z.core.$strip>>;
|
|
7922
8281
|
status: z.ZodEnum<{
|
|
7923
|
-
running: "running";
|
|
7924
8282
|
closed: "closed";
|
|
7925
8283
|
draft: "draft";
|
|
7926
8284
|
paused: "paused";
|
|
8285
|
+
running: "running";
|
|
7927
8286
|
}>;
|
|
7928
8287
|
}, z.core.$strip>>;
|
|
7929
8288
|
updatedBy: z.ZodOptional<z.ZodString>;
|
|
@@ -8090,8 +8449,8 @@ declare const flagSchema: z.ZodObject<{
|
|
|
8090
8449
|
revision: z.ZodNumber;
|
|
8091
8450
|
seed: z.ZodNumber;
|
|
8092
8451
|
state: z.ZodEnum<{
|
|
8093
|
-
active: "active";
|
|
8094
8452
|
archived: "archived";
|
|
8453
|
+
active: "active";
|
|
8095
8454
|
}>;
|
|
8096
8455
|
slug: z.ZodString;
|
|
8097
8456
|
createdAt: z.ZodNumber;
|
|
@@ -8122,8 +8481,8 @@ declare const marketplaceFlagSchema: z.ZodObject<{
|
|
|
8122
8481
|
resourceId: z.ZodString;
|
|
8123
8482
|
integrationConfigurationId: z.ZodString;
|
|
8124
8483
|
state: z.ZodEnum<{
|
|
8125
|
-
active: "active";
|
|
8126
8484
|
archived: "archived";
|
|
8485
|
+
active: "active";
|
|
8127
8486
|
}>;
|
|
8128
8487
|
name: z.ZodOptional<z.ZodString>;
|
|
8129
8488
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -8274,6 +8633,7 @@ declare const aPIKeySchema: z.ZodObject<{
|
|
|
8274
8633
|
leakedUrl: z.ZodNullable<z.ZodString>;
|
|
8275
8634
|
createdByAppId: z.ZodNullable<z.ZodString>;
|
|
8276
8635
|
quota: z.ZodOptional<z.ZodUnknown>;
|
|
8636
|
+
metadata: z.ZodOptional<z.ZodObject<{}, z.core.$strip>>;
|
|
8277
8637
|
}, z.core.$strip>;
|
|
8278
8638
|
declare const aPIKeyQuotaSchema: z.ZodObject<{
|
|
8279
8639
|
quotaEntityId: z.ZodString;
|
|
@@ -8301,8 +8661,8 @@ declare const namedSandboxSchema: z.ZodObject<{
|
|
|
8301
8661
|
currentSessionId: z.ZodString;
|
|
8302
8662
|
status: z.ZodEnum<{
|
|
8303
8663
|
running: "running";
|
|
8304
|
-
stopping: "stopping";
|
|
8305
8664
|
stopped: "stopped";
|
|
8665
|
+
stopping: "stopping";
|
|
8306
8666
|
}>;
|
|
8307
8667
|
statusUpdatedAt: z.ZodNumber;
|
|
8308
8668
|
persistent: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
|
|
@@ -8373,8 +8733,8 @@ declare const sessionSchema: z.ZodObject<{
|
|
|
8373
8733
|
timeout: z.ZodNumber;
|
|
8374
8734
|
status: z.ZodEnum<{
|
|
8375
8735
|
running: "running";
|
|
8376
|
-
stopping: "stopping";
|
|
8377
8736
|
stopped: "stopped";
|
|
8737
|
+
stopping: "stopping";
|
|
8378
8738
|
aborted: "aborted";
|
|
8379
8739
|
failed: "failed";
|
|
8380
8740
|
pending: "pending";
|
|
@@ -8408,6 +8768,7 @@ declare const driveSchema: z.ZodObject<{
|
|
|
8408
8768
|
name: z.ZodString;
|
|
8409
8769
|
projectId: z.ZodString;
|
|
8410
8770
|
maxSizeBytes: z.ZodNumber;
|
|
8771
|
+
region: z.ZodString;
|
|
8411
8772
|
currentSessionId: z.ZodOptional<z.ZodString>;
|
|
8412
8773
|
currentSandboxName: z.ZodOptional<z.ZodString>;
|
|
8413
8774
|
createdAt: z.ZodNumber;
|
|
@@ -8448,30 +8809,31 @@ declare const invitedTeamMemberSchema: z.ZodObject<{
|
|
|
8448
8809
|
username: z.ZodString;
|
|
8449
8810
|
email: z.ZodString;
|
|
8450
8811
|
role: z.ZodEnum<{
|
|
8451
|
-
|
|
8452
|
-
|
|
8812
|
+
BILLING: "BILLING";
|
|
8813
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
8453
8814
|
DEVELOPER: "DEVELOPER";
|
|
8815
|
+
MEMBER: "MEMBER";
|
|
8816
|
+
OWNER: "OWNER";
|
|
8454
8817
|
SECURITY: "SECURITY";
|
|
8455
|
-
BILLING: "BILLING";
|
|
8456
8818
|
VIEWER: "VIEWER";
|
|
8457
8819
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
8458
|
-
CONTRIBUTOR: "CONTRIBUTOR";
|
|
8459
8820
|
}>;
|
|
8460
8821
|
teamRoles: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8461
|
-
|
|
8462
|
-
|
|
8822
|
+
BILLING: "BILLING";
|
|
8823
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
8463
8824
|
DEVELOPER: "DEVELOPER";
|
|
8825
|
+
MEMBER: "MEMBER";
|
|
8826
|
+
OWNER: "OWNER";
|
|
8464
8827
|
SECURITY: "SECURITY";
|
|
8465
|
-
BILLING: "BILLING";
|
|
8466
8828
|
VIEWER: "VIEWER";
|
|
8467
8829
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
8468
|
-
CONTRIBUTOR: "CONTRIBUTOR";
|
|
8469
8830
|
}>>>;
|
|
8470
8831
|
teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8471
8832
|
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
|
|
8472
8833
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
8473
8834
|
AiGatewayCredits: "AiGatewayCredits";
|
|
8474
8835
|
AiGatewaySettings: "AiGatewaySettings";
|
|
8836
|
+
ConnectorManager: "ConnectorManager";
|
|
8475
8837
|
CreateProject: "CreateProject";
|
|
8476
8838
|
EnvVariableManager: "EnvVariableManager";
|
|
8477
8839
|
EnvironmentManager: "EnvironmentManager";
|
|
@@ -8525,34 +8887,42 @@ declare const teamSchema: z.ZodObject<{
|
|
|
8525
8887
|
roles: z.ZodOptional<z.ZodObject<{}, z.core.$catchall<z.ZodUnion<readonly [z.ZodObject<{
|
|
8526
8888
|
accessGroupId: z.ZodString;
|
|
8527
8889
|
}, z.core.$strict>, z.ZodEnum<{
|
|
8528
|
-
|
|
8529
|
-
|
|
8890
|
+
BILLING: "BILLING";
|
|
8891
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
8530
8892
|
DEVELOPER: "DEVELOPER";
|
|
8893
|
+
MEMBER: "MEMBER";
|
|
8894
|
+
OWNER: "OWNER";
|
|
8531
8895
|
SECURITY: "SECURITY";
|
|
8532
|
-
BILLING: "BILLING";
|
|
8533
8896
|
VIEWER: "VIEWER";
|
|
8534
8897
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
8535
|
-
CONTRIBUTOR: "CONTRIBUTOR";
|
|
8536
8898
|
}>]>>>>;
|
|
8537
8899
|
}, z.core.$strip>>;
|
|
8538
8900
|
inviteCode: z.ZodOptional<z.ZodString>;
|
|
8901
|
+
billing: z.ZodNullable<z.ZodObject<{
|
|
8902
|
+
plan: z.ZodEnum<{
|
|
8903
|
+
hobby: "hobby";
|
|
8904
|
+
pro: "pro";
|
|
8905
|
+
enterprise: "enterprise";
|
|
8906
|
+
}>;
|
|
8907
|
+
}, z.core.$strip>>;
|
|
8539
8908
|
description: z.ZodNullable<z.ZodString>;
|
|
8540
8909
|
defaultRoles: z.ZodOptional<z.ZodObject<{
|
|
8541
8910
|
teamRoles: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8542
|
-
|
|
8543
|
-
|
|
8911
|
+
BILLING: "BILLING";
|
|
8912
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
8544
8913
|
DEVELOPER: "DEVELOPER";
|
|
8914
|
+
MEMBER: "MEMBER";
|
|
8915
|
+
OWNER: "OWNER";
|
|
8545
8916
|
SECURITY: "SECURITY";
|
|
8546
|
-
BILLING: "BILLING";
|
|
8547
8917
|
VIEWER: "VIEWER";
|
|
8548
8918
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
8549
|
-
CONTRIBUTOR: "CONTRIBUTOR";
|
|
8550
8919
|
}>>>;
|
|
8551
8920
|
teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8552
8921
|
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
|
|
8553
8922
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
8554
8923
|
AiGatewayCredits: "AiGatewayCredits";
|
|
8555
8924
|
AiGatewaySettings: "AiGatewaySettings";
|
|
8925
|
+
ConnectorManager: "ConnectorManager";
|
|
8556
8926
|
CreateProject: "CreateProject";
|
|
8557
8927
|
EnvVariableManager: "EnvVariableManager";
|
|
8558
8928
|
EnvironmentManager: "EnvironmentManager";
|
|
@@ -8652,6 +9022,11 @@ declare const teamSchema: z.ZodObject<{
|
|
|
8652
9022
|
off: "off";
|
|
8653
9023
|
on: "on";
|
|
8654
9024
|
}>>>;
|
|
9025
|
+
disjunctiveProductionSecretPolicy: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
9026
|
+
default: "default";
|
|
9027
|
+
off: "off";
|
|
9028
|
+
on: "on";
|
|
9029
|
+
}>>>;
|
|
8655
9030
|
hideIpAddresses: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>>;
|
|
8656
9031
|
hideIpAddressesInLogDrains: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>>;
|
|
8657
9032
|
dpAccessRequestsMode: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8689,8 +9064,8 @@ declare const teamSchema: z.ZodObject<{
|
|
|
8689
9064
|
gitSources: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8690
9065
|
sources: z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
|
|
8691
9066
|
provider: z.ZodEnum<{
|
|
8692
|
-
github: "github";
|
|
8693
9067
|
bitbucket: "bitbucket";
|
|
9068
|
+
github: "github";
|
|
8694
9069
|
}>;
|
|
8695
9070
|
org: z.ZodString;
|
|
8696
9071
|
repo: z.ZodOptional<z.ZodString>;
|
|
@@ -8707,8 +9082,8 @@ declare const teamSchema: z.ZodObject<{
|
|
|
8707
9082
|
system: "system";
|
|
8708
9083
|
}>;
|
|
8709
9084
|
target: z.ZodEnum<{
|
|
8710
|
-
production: "production";
|
|
8711
9085
|
preview: "preview";
|
|
9086
|
+
production: "production";
|
|
8712
9087
|
}>;
|
|
8713
9088
|
}, z.core.$strict>, z.ZodObject<{
|
|
8714
9089
|
type: z.ZodEnum<{
|
|
@@ -8719,9 +9094,9 @@ declare const teamSchema: z.ZodObject<{
|
|
|
8719
9094
|
}, z.core.$strip>>>;
|
|
8720
9095
|
deploymentSources: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
8721
9096
|
sources: z.ZodArray<z.ZodEnum<{
|
|
9097
|
+
integration: "integration";
|
|
8722
9098
|
v0: "v0";
|
|
8723
9099
|
cli: "cli";
|
|
8724
|
-
integration: "integration";
|
|
8725
9100
|
"deploy-hook": "deploy-hook";
|
|
8726
9101
|
git: "git";
|
|
8727
9102
|
"rest-api": "rest-api";
|
|
@@ -8732,8 +9107,8 @@ declare const teamSchema: z.ZodObject<{
|
|
|
8732
9107
|
system: "system";
|
|
8733
9108
|
}>;
|
|
8734
9109
|
target: z.ZodEnum<{
|
|
8735
|
-
production: "production";
|
|
8736
9110
|
preview: "preview";
|
|
9111
|
+
production: "production";
|
|
8737
9112
|
}>;
|
|
8738
9113
|
}, z.core.$strict>, z.ZodObject<{
|
|
8739
9114
|
type: z.ZodEnum<{
|
|
@@ -8760,30 +9135,31 @@ declare const teamSchema: z.ZodObject<{
|
|
|
8760
9135
|
confirmed: z.ZodLiteral<true>;
|
|
8761
9136
|
accessRequestedAt: z.ZodOptional<z.ZodNumber>;
|
|
8762
9137
|
role: z.ZodEnum<{
|
|
8763
|
-
|
|
8764
|
-
|
|
9138
|
+
BILLING: "BILLING";
|
|
9139
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
8765
9140
|
DEVELOPER: "DEVELOPER";
|
|
9141
|
+
MEMBER: "MEMBER";
|
|
9142
|
+
OWNER: "OWNER";
|
|
8766
9143
|
SECURITY: "SECURITY";
|
|
8767
|
-
BILLING: "BILLING";
|
|
8768
9144
|
VIEWER: "VIEWER";
|
|
8769
9145
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
8770
|
-
CONTRIBUTOR: "CONTRIBUTOR";
|
|
8771
9146
|
}>;
|
|
8772
9147
|
teamRoles: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8773
|
-
|
|
8774
|
-
|
|
9148
|
+
BILLING: "BILLING";
|
|
9149
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
8775
9150
|
DEVELOPER: "DEVELOPER";
|
|
9151
|
+
MEMBER: "MEMBER";
|
|
9152
|
+
OWNER: "OWNER";
|
|
8776
9153
|
SECURITY: "SECURITY";
|
|
8777
|
-
BILLING: "BILLING";
|
|
8778
9154
|
VIEWER: "VIEWER";
|
|
8779
9155
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
8780
|
-
CONTRIBUTOR: "CONTRIBUTOR";
|
|
8781
9156
|
}>>>;
|
|
8782
9157
|
teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8783
9158
|
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
|
|
8784
9159
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
8785
9160
|
AiGatewayCredits: "AiGatewayCredits";
|
|
8786
9161
|
AiGatewaySettings: "AiGatewaySettings";
|
|
9162
|
+
ConnectorManager: "ConnectorManager";
|
|
8787
9163
|
CreateProject: "CreateProject";
|
|
8788
9164
|
EnvVariableManager: "EnvVariableManager";
|
|
8789
9165
|
EnvironmentManager: "EnvironmentManager";
|
|
@@ -8801,10 +9177,10 @@ declare const teamSchema: z.ZodObject<{
|
|
|
8801
9177
|
joinedFrom: z.ZodOptional<z.ZodObject<{
|
|
8802
9178
|
origin: z.ZodEnum<{
|
|
8803
9179
|
teams: "teams";
|
|
9180
|
+
link: "link";
|
|
9181
|
+
bitbucket: "bitbucket";
|
|
8804
9182
|
github: "github";
|
|
8805
9183
|
gitlab: "gitlab";
|
|
8806
|
-
bitbucket: "bitbucket";
|
|
8807
|
-
link: "link";
|
|
8808
9184
|
"account-update": "account-update";
|
|
8809
9185
|
dsync: "dsync";
|
|
8810
9186
|
feedback: "feedback";
|
|
@@ -8882,30 +9258,31 @@ declare const teamLimitedSchema: z.ZodObject<{
|
|
|
8882
9258
|
confirmed: z.ZodLiteral<true>;
|
|
8883
9259
|
accessRequestedAt: z.ZodOptional<z.ZodNumber>;
|
|
8884
9260
|
role: z.ZodEnum<{
|
|
8885
|
-
|
|
8886
|
-
|
|
9261
|
+
BILLING: "BILLING";
|
|
9262
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
8887
9263
|
DEVELOPER: "DEVELOPER";
|
|
9264
|
+
MEMBER: "MEMBER";
|
|
9265
|
+
OWNER: "OWNER";
|
|
8888
9266
|
SECURITY: "SECURITY";
|
|
8889
|
-
BILLING: "BILLING";
|
|
8890
9267
|
VIEWER: "VIEWER";
|
|
8891
9268
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
8892
|
-
CONTRIBUTOR: "CONTRIBUTOR";
|
|
8893
9269
|
}>;
|
|
8894
9270
|
teamRoles: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8895
|
-
|
|
8896
|
-
|
|
9271
|
+
BILLING: "BILLING";
|
|
9272
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
8897
9273
|
DEVELOPER: "DEVELOPER";
|
|
9274
|
+
MEMBER: "MEMBER";
|
|
9275
|
+
OWNER: "OWNER";
|
|
8898
9276
|
SECURITY: "SECURITY";
|
|
8899
|
-
BILLING: "BILLING";
|
|
8900
9277
|
VIEWER: "VIEWER";
|
|
8901
9278
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
8902
|
-
CONTRIBUTOR: "CONTRIBUTOR";
|
|
8903
9279
|
}>>>;
|
|
8904
9280
|
teamPermissions: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8905
9281
|
AiGatewayApiKeyOwnedBySelf: "AiGatewayApiKeyOwnedBySelf";
|
|
8906
9282
|
AiGatewayBudgetManager: "AiGatewayBudgetManager";
|
|
8907
9283
|
AiGatewayCredits: "AiGatewayCredits";
|
|
8908
9284
|
AiGatewaySettings: "AiGatewaySettings";
|
|
9285
|
+
ConnectorManager: "ConnectorManager";
|
|
8909
9286
|
CreateProject: "CreateProject";
|
|
8910
9287
|
EnvVariableManager: "EnvVariableManager";
|
|
8911
9288
|
EnvironmentManager: "EnvironmentManager";
|
|
@@ -8923,10 +9300,10 @@ declare const teamLimitedSchema: z.ZodObject<{
|
|
|
8923
9300
|
joinedFrom: z.ZodOptional<z.ZodObject<{
|
|
8924
9301
|
origin: z.ZodEnum<{
|
|
8925
9302
|
teams: "teams";
|
|
9303
|
+
link: "link";
|
|
9304
|
+
bitbucket: "bitbucket";
|
|
8926
9305
|
github: "github";
|
|
8927
9306
|
gitlab: "gitlab";
|
|
8928
|
-
bitbucket: "bitbucket";
|
|
8929
|
-
link: "link";
|
|
8930
9307
|
"account-update": "account-update";
|
|
8931
9308
|
dsync: "dsync";
|
|
8932
9309
|
feedback: "feedback";
|
|
@@ -8981,12 +9358,12 @@ declare const authTokenSchema: z.ZodObject<{
|
|
|
8981
9358
|
expiresAt: z.ZodNumber;
|
|
8982
9359
|
}, z.core.$strip>>;
|
|
8983
9360
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
8984
|
-
github: "github";
|
|
8985
|
-
gitlab: "gitlab";
|
|
8986
|
-
bitbucket: "bitbucket";
|
|
8987
9361
|
email: "email";
|
|
8988
9362
|
app: "app";
|
|
8989
9363
|
chatgpt: "chatgpt";
|
|
9364
|
+
bitbucket: "bitbucket";
|
|
9365
|
+
github: "github";
|
|
9366
|
+
gitlab: "gitlab";
|
|
8990
9367
|
apple: "apple";
|
|
8991
9368
|
google: "google";
|
|
8992
9369
|
saml: "saml";
|
|
@@ -9007,12 +9384,12 @@ declare const authTokenSchema: z.ZodObject<{
|
|
|
9007
9384
|
}>;
|
|
9008
9385
|
teamId: z.ZodString;
|
|
9009
9386
|
origin: z.ZodOptional<z.ZodEnum<{
|
|
9010
|
-
github: "github";
|
|
9011
|
-
gitlab: "gitlab";
|
|
9012
|
-
bitbucket: "bitbucket";
|
|
9013
9387
|
email: "email";
|
|
9014
9388
|
app: "app";
|
|
9015
9389
|
chatgpt: "chatgpt";
|
|
9390
|
+
bitbucket: "bitbucket";
|
|
9391
|
+
github: "github";
|
|
9392
|
+
gitlab: "gitlab";
|
|
9016
9393
|
apple: "apple";
|
|
9017
9394
|
google: "google";
|
|
9018
9395
|
saml: "saml";
|
|
@@ -9203,12 +9580,13 @@ declare const authUserSchema: z.ZodObject<{
|
|
|
9203
9580
|
importFlowGitNamespace: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
9204
9581
|
importFlowGitNamespaceId: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
9205
9582
|
importFlowGitProvider: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
9583
|
+
bitbucket: "bitbucket";
|
|
9206
9584
|
github: "github";
|
|
9207
|
-
"github-limited": "github-limited";
|
|
9208
9585
|
"github-custom-host": "github-custom-host";
|
|
9586
|
+
"github-limited": "github-limited";
|
|
9209
9587
|
gitlab: "gitlab";
|
|
9210
|
-
bitbucket: "bitbucket";
|
|
9211
9588
|
vercel: "vercel";
|
|
9589
|
+
"cursor-origin": "cursor-origin";
|
|
9212
9590
|
}>>>;
|
|
9213
9591
|
preferredScopesAndGitNamespaces: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
9214
9592
|
scopeId: z.ZodString;
|
|
@@ -9251,7 +9629,9 @@ declare const authUserSchema: z.ZodObject<{
|
|
|
9251
9629
|
slug: z.ZodString;
|
|
9252
9630
|
name: z.ZodString;
|
|
9253
9631
|
avatar: z.ZodNullable<z.ZodString>;
|
|
9632
|
+
workEmail: z.ZodString;
|
|
9254
9633
|
}, z.core.$strip>>;
|
|
9634
|
+
verifiedEmuDomains: z.ZodArray<z.ZodString>;
|
|
9255
9635
|
}, z.core.$strip>>;
|
|
9256
9636
|
id: z.ZodString;
|
|
9257
9637
|
email: z.ZodString;
|
|
@@ -9277,6 +9657,7 @@ declare const vcrRepositorySchema: z.ZodObject<{
|
|
|
9277
9657
|
id: z.ZodString;
|
|
9278
9658
|
projectId: z.ZodString;
|
|
9279
9659
|
name: z.ZodString;
|
|
9660
|
+
public: z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>;
|
|
9280
9661
|
createdAt: z.ZodString;
|
|
9281
9662
|
updatedAt: z.ZodString;
|
|
9282
9663
|
}, z.core.$strip>;
|
|
@@ -9318,6 +9699,12 @@ declare const vcrImageListSchema: z.ZodObject<{
|
|
|
9318
9699
|
images: z.ZodArray<z.ZodUnknown>;
|
|
9319
9700
|
nextCursor: z.ZodOptional<z.ZodString>;
|
|
9320
9701
|
}, z.core.$strip>;
|
|
9702
|
+
declare const vcrRepositoryPermissionSchema: z.ZodObject<{
|
|
9703
|
+
repositoryId: z.ZodString;
|
|
9704
|
+
teamId: z.ZodString;
|
|
9705
|
+
teamSlug: z.ZodString;
|
|
9706
|
+
createdAt: z.ZodString;
|
|
9707
|
+
}, z.core.$strip>;
|
|
9321
9708
|
declare const vcrTagSchema: z.ZodObject<{
|
|
9322
9709
|
tag: z.ZodString;
|
|
9323
9710
|
manifestDigest: z.ZodString;
|
|
@@ -9499,6 +9886,10 @@ declare const vcrImageDetailSchema: z.ZodObject<{
|
|
|
9499
9886
|
}, z.core.$strip>>;
|
|
9500
9887
|
createdAt: z.ZodString;
|
|
9501
9888
|
}, z.core.$strip>;
|
|
9889
|
+
declare const vcrRepositoryPermissionListSchema: z.ZodObject<{
|
|
9890
|
+
permissions: z.ZodArray<z.ZodUnknown>;
|
|
9891
|
+
nextCursor: z.ZodOptional<z.ZodString>;
|
|
9892
|
+
}, z.core.$strip>;
|
|
9502
9893
|
declare const fileTreeSchema: z.ZodObject<{
|
|
9503
9894
|
name: z.ZodString;
|
|
9504
9895
|
type: z.ZodEnum<{
|
|
@@ -9822,8 +10213,8 @@ declare const getRedirectsQueryPageSchema: z.ZodOptional<z.ZodInt>;
|
|
|
9822
10213
|
declare const getRedirectsQueryPerPageSchema: z.ZodOptional<z.ZodInt>;
|
|
9823
10214
|
declare const getRedirectsQuerySortBySchema: z.ZodOptional<z.ZodEnum<{
|
|
9824
10215
|
source: "source";
|
|
9825
|
-
destination: "destination";
|
|
9826
10216
|
statusCode: "statusCode";
|
|
10217
|
+
destination: "destination";
|
|
9827
10218
|
}>>;
|
|
9828
10219
|
declare const getRedirectsQuerySortOrderSchema: z.ZodOptional<z.ZodEnum<{
|
|
9829
10220
|
asc: "asc";
|
|
@@ -9894,11 +10285,11 @@ declare const updateVersionStatus500Schema: z.ZodUnknown;
|
|
|
9894
10285
|
declare const updateVersionResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
9895
10286
|
declare const listProjectChecksPathProjectIdOrNameSchema: z.ZodString;
|
|
9896
10287
|
declare const listProjectChecksQueryBlocksSchema: z.ZodOptional<z.ZodEnum<{
|
|
10288
|
+
none: "none";
|
|
9897
10289
|
"build-start": "build-start";
|
|
9898
10290
|
"deployment-start": "deployment-start";
|
|
9899
10291
|
"deployment-alias": "deployment-alias";
|
|
9900
10292
|
"deployment-promotion": "deployment-promotion";
|
|
9901
|
-
none: "none";
|
|
9902
10293
|
}>>;
|
|
9903
10294
|
declare const listProjectChecksQueryTeamIdSchema: z.ZodOptional<z.ZodString>;
|
|
9904
10295
|
declare const listProjectChecksQuerySlugSchema: z.ZodOptional<z.ZodString>;
|
|
@@ -10976,6 +11367,7 @@ declare const listUserEventsQueryTypesSchema: z.ZodOptional<z.ZodString>;
|
|
|
10976
11367
|
declare const listUserEventsQueryUserIdSchema: z.ZodOptional<z.ZodString>;
|
|
10977
11368
|
declare const listUserEventsQueryPrincipalIdSchema: z.ZodOptional<z.ZodString>;
|
|
10978
11369
|
declare const listUserEventsQueryProjectIdsSchema: z.ZodOptional<z.ZodString>;
|
|
11370
|
+
declare const listUserEventsQueryEntityIdSchema: z.ZodOptional<z.ZodString>;
|
|
10979
11371
|
declare const listUserEventsQueryWithPayloadSchema: z.ZodOptional<z.ZodString>;
|
|
10980
11372
|
declare const listUserEventsQueryTeamIdSchema: z.ZodOptional<z.ZodString>;
|
|
10981
11373
|
declare const listUserEventsQuerySlugSchema: z.ZodOptional<z.ZodString>;
|
|
@@ -10994,8 +11386,8 @@ declare const listEventTypesStatus403Schema: z.ZodUnknown;
|
|
|
10994
11386
|
declare const listEventTypesStatus410Schema: z.ZodUnknown;
|
|
10995
11387
|
declare const listFlagsV2PathProjectIdOrNameSchema: z.ZodString;
|
|
10996
11388
|
declare const listFlagsV2QueryStateSchema: z.ZodOptional<z.ZodEnum<{
|
|
10997
|
-
active: "active";
|
|
10998
11389
|
archived: "archived";
|
|
11390
|
+
active: "active";
|
|
10999
11391
|
}>>;
|
|
11000
11392
|
declare const listFlagsV2QueryLimitSchema: z.ZodDefault<z.ZodOptional<z.ZodInt>>;
|
|
11001
11393
|
declare const listFlagsV2QueryCursorSchema: z.ZodOptional<z.ZodString>;
|
|
@@ -11016,8 +11408,8 @@ declare const listFlagsV2Status410Schema: z.ZodUnknown;
|
|
|
11016
11408
|
declare const listFlagsV2ResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
11017
11409
|
declare const listFlagsPathProjectIdOrNameSchema: z.ZodString;
|
|
11018
11410
|
declare const listFlagsQueryStateSchema: z.ZodOptional<z.ZodEnum<{
|
|
11019
|
-
active: "active";
|
|
11020
11411
|
archived: "archived";
|
|
11412
|
+
active: "active";
|
|
11021
11413
|
}>>;
|
|
11022
11414
|
declare const listFlagsQueryWithMetadataSchema: z.ZodOptional<z.ZodBoolean>;
|
|
11023
11415
|
declare const listFlagsQueryLimitSchema: z.ZodOptional<z.ZodInt>;
|
|
@@ -11145,8 +11537,8 @@ declare const listTeamFlagSettingsStatus403Schema: z.ZodUnknown;
|
|
|
11145
11537
|
declare const listTeamFlagSettingsStatus410Schema: z.ZodUnknown;
|
|
11146
11538
|
declare const listTeamFlagSettingsResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
11147
11539
|
declare const listTeamFlagsV2QueryStateSchema: z.ZodOptional<z.ZodEnum<{
|
|
11148
|
-
active: "active";
|
|
11149
11540
|
archived: "archived";
|
|
11541
|
+
active: "active";
|
|
11150
11542
|
}>>;
|
|
11151
11543
|
declare const listTeamFlagsV2QueryLimitSchema: z.ZodDefault<z.ZodOptional<z.ZodInt>>;
|
|
11152
11544
|
declare const listTeamFlagsV2QueryCursorSchema: z.ZodOptional<z.ZodString>;
|
|
@@ -11170,8 +11562,8 @@ declare const listTeamFlagsV2Status403Schema: z.ZodUnknown;
|
|
|
11170
11562
|
declare const listTeamFlagsV2Status410Schema: z.ZodUnknown;
|
|
11171
11563
|
declare const listTeamFlagsV2ResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
11172
11564
|
declare const listTeamFlagsQueryStateSchema: z.ZodOptional<z.ZodEnum<{
|
|
11173
|
-
active: "active";
|
|
11174
11565
|
archived: "archived";
|
|
11566
|
+
active: "active";
|
|
11175
11567
|
}>>;
|
|
11176
11568
|
declare const listTeamFlagsQueryWithMetadataSchema: z.ZodOptional<z.ZodBoolean>;
|
|
11177
11569
|
declare const listTeamFlagsQueryLimitSchema: z.ZodDefault<z.ZodOptional<z.ZodInt>>;
|
|
@@ -11306,11 +11698,11 @@ declare const deleteSdkKeyStatus410Schema: z.ZodUnknown;
|
|
|
11306
11698
|
declare const deleteSdkKeyResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
11307
11699
|
declare const gitNamespacesQueryHostSchema: z.ZodOptional<z.ZodString>;
|
|
11308
11700
|
declare const gitNamespacesQueryProviderSchema: z.ZodOptional<z.ZodEnum<{
|
|
11701
|
+
bitbucket: "bitbucket";
|
|
11309
11702
|
github: "github";
|
|
11310
|
-
"github-limited": "github-limited";
|
|
11311
11703
|
"github-custom-host": "github-custom-host";
|
|
11704
|
+
"github-limited": "github-limited";
|
|
11312
11705
|
gitlab: "gitlab";
|
|
11313
|
-
bitbucket: "bitbucket";
|
|
11314
11706
|
}>>;
|
|
11315
11707
|
declare const gitNamespacesQueryViewerMetadataSchema: z.ZodOptional<z.ZodBoolean>;
|
|
11316
11708
|
declare const gitNamespacesStatus200Schema: z.ZodUnknown;
|
|
@@ -11325,11 +11717,12 @@ declare const gitNamespacesResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.
|
|
|
11325
11717
|
declare const searchRepoQueryQuerySchema: z.ZodOptional<z.ZodString>;
|
|
11326
11718
|
declare const searchRepoQueryNamespaceIdSchema: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
|
|
11327
11719
|
declare const searchRepoQueryProviderSchema: z.ZodOptional<z.ZodEnum<{
|
|
11720
|
+
bitbucket: "bitbucket";
|
|
11328
11721
|
github: "github";
|
|
11329
|
-
"github-limited": "github-limited";
|
|
11330
11722
|
"github-custom-host": "github-custom-host";
|
|
11723
|
+
"github-limited": "github-limited";
|
|
11331
11724
|
gitlab: "gitlab";
|
|
11332
|
-
|
|
11725
|
+
"cursor-origin": "cursor-origin";
|
|
11333
11726
|
}>>;
|
|
11334
11727
|
declare const searchRepoQueryInstallationIdSchema: z.ZodOptional<z.ZodString>;
|
|
11335
11728
|
declare const searchRepoQueryHostSchema: z.ZodOptional<z.ZodString>;
|
|
@@ -11343,20 +11736,22 @@ declare const searchRepoStatus404Schema: z.ZodUnknown;
|
|
|
11343
11736
|
declare const searchRepoStatus410Schema: z.ZodUnknown;
|
|
11344
11737
|
declare const searchRepoStatus429Schema: z.ZodUnknown;
|
|
11345
11738
|
declare const searchRepoStatus500Schema: z.ZodUnknown;
|
|
11346
|
-
declare const
|
|
11739
|
+
declare const searchRepoStatus502Schema: z.ZodUnknown;
|
|
11740
|
+
declare const searchRepoResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
11347
11741
|
declare const getBillingPlansPathIntegrationIdOrSlugSchema: z.ZodString;
|
|
11348
11742
|
declare const getBillingPlansQueryIntegrationConfigurationIdSchema: z.ZodOptional<z.ZodString>;
|
|
11349
11743
|
declare const getBillingPlansPathProductIdOrSlugSchema: z.ZodString;
|
|
11350
11744
|
declare const getBillingPlansQueryMetadataSchema: z.ZodOptional<z.ZodString>;
|
|
11351
11745
|
declare const getBillingPlansQuerySourceSchema: z.ZodOptional<z.ZodEnum<{
|
|
11352
11746
|
marketplace: "marketplace";
|
|
11353
|
-
"deploy-button": "deploy-button";
|
|
11354
|
-
external: "external";
|
|
11355
11747
|
v0: "v0";
|
|
11356
|
-
|
|
11748
|
+
external: "external";
|
|
11357
11749
|
cli: "cli";
|
|
11750
|
+
"deploy-button": "deploy-button";
|
|
11751
|
+
"resource-claims": "resource-claims";
|
|
11358
11752
|
oauth: "oauth";
|
|
11359
11753
|
backoffice: "backoffice";
|
|
11754
|
+
"import-recommended-integrations": "import-recommended-integrations";
|
|
11360
11755
|
}>>;
|
|
11361
11756
|
declare const getBillingPlansQueryTeamIdSchema: z.ZodOptional<z.ZodString>;
|
|
11362
11757
|
declare const getBillingPlansQuerySlugSchema: z.ZodOptional<z.ZodString>;
|
|
@@ -11813,9 +12208,9 @@ declare const getRoutesQueryVersionIdSchema: z.ZodOptional<z.ZodString>;
|
|
|
11813
12208
|
declare const getRoutesQueryQSchema: z.ZodOptional<z.ZodString>;
|
|
11814
12209
|
declare const getRoutesQueryFilterSchema: z.ZodOptional<z.ZodEnum<{
|
|
11815
12210
|
rewrite: "rewrite";
|
|
12211
|
+
transform: "transform";
|
|
11816
12212
|
redirect: "redirect";
|
|
11817
12213
|
set_status: "set_status";
|
|
11818
|
-
transform: "transform";
|
|
11819
12214
|
}>>;
|
|
11820
12215
|
declare const getRoutesQueryDiffSchema: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodEnum<{
|
|
11821
12216
|
only: "only";
|
|
@@ -11859,8 +12254,10 @@ declare const deleteRoutesStatus400Schema: z.ZodUnknown;
|
|
|
11859
12254
|
declare const deleteRoutesStatus401Schema: z.ZodUnknown;
|
|
11860
12255
|
declare const deleteRoutesStatus403Schema: z.ZodUnknown;
|
|
11861
12256
|
declare const deleteRoutesStatus404Schema: z.ZodUnknown;
|
|
12257
|
+
declare const deleteRoutesStatus409Schema: z.ZodUnknown;
|
|
11862
12258
|
declare const deleteRoutesStatus410Schema: z.ZodUnknown;
|
|
11863
|
-
declare const
|
|
12259
|
+
declare const deleteRoutesStatus500Schema: z.ZodUnknown;
|
|
12260
|
+
declare const deleteRoutesResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
11864
12261
|
declare const editRoutePathProjectIdSchema: z.ZodString;
|
|
11865
12262
|
declare const editRoutePathRouteIdSchema: z.ZodString;
|
|
11866
12263
|
declare const editRouteQueryTeamIdSchema: z.ZodOptional<z.ZodString>;
|
|
@@ -11940,8 +12337,9 @@ declare const getProjectTraceStatus200Schema: z.ZodUnknown;
|
|
|
11940
12337
|
declare const getProjectTraceStatus400Schema: z.ZodUnknown;
|
|
11941
12338
|
declare const getProjectTraceStatus401Schema: z.ZodUnknown;
|
|
11942
12339
|
declare const getProjectTraceStatus403Schema: z.ZodUnknown;
|
|
12340
|
+
declare const getProjectTraceStatus404Schema: z.ZodUnknown;
|
|
11943
12341
|
declare const getProjectTraceStatus410Schema: z.ZodUnknown;
|
|
11944
|
-
declare const getProjectTraceResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
12342
|
+
declare const getProjectTraceResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
11945
12343
|
declare const createProjectQueryTeamIdSchema: z.ZodOptional<z.ZodString>;
|
|
11946
12344
|
declare const createProjectQuerySlugSchema: z.ZodOptional<z.ZodString>;
|
|
11947
12345
|
declare const createProjectStatus200Schema: z.ZodUnknown;
|
|
@@ -11996,8 +12394,7 @@ declare const updateProjectStatus404Schema: z.ZodUnknown;
|
|
|
11996
12394
|
declare const updateProjectStatus409Schema: z.ZodUnknown;
|
|
11997
12395
|
declare const updateProjectStatus410Schema: z.ZodUnknown;
|
|
11998
12396
|
declare const updateProjectStatus428Schema: z.ZodUnknown;
|
|
11999
|
-
declare const
|
|
12000
|
-
declare const updateProjectResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
12397
|
+
declare const updateProjectResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
12001
12398
|
declare const deleteProjectPathIdOrNameSchema: z.ZodString;
|
|
12002
12399
|
declare const deleteProjectQueryTeamIdSchema: z.ZodOptional<z.ZodString>;
|
|
12003
12400
|
declare const deleteProjectQuerySlugSchema: z.ZodOptional<z.ZodString>;
|
|
@@ -12092,8 +12489,8 @@ declare const getProjectDomainsQueryProductionSchema: z.ZodDefault<z.ZodOptional
|
|
|
12092
12489
|
false: "false";
|
|
12093
12490
|
}>>>;
|
|
12094
12491
|
declare const getProjectDomainsQueryTargetSchema: z.ZodOptional<z.ZodEnum<{
|
|
12095
|
-
production: "production";
|
|
12096
12492
|
preview: "preview";
|
|
12493
|
+
production: "production";
|
|
12097
12494
|
}>>;
|
|
12098
12495
|
declare const getProjectDomainsQueryCustomEnvironmentIdSchema: z.ZodOptional<z.ZodString>;
|
|
12099
12496
|
declare const getProjectDomainsQueryGitBranchSchema: z.ZodOptional<z.ZodString>;
|
|
@@ -12471,8 +12868,8 @@ declare const listSandboxesQueryLimitSchema: z.ZodDefault<z.ZodOptional<z.ZodNum
|
|
|
12471
12868
|
declare const listSandboxesQuerySortBySchema: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
12472
12869
|
createdAt: "createdAt";
|
|
12473
12870
|
name: "name";
|
|
12474
|
-
statusUpdatedAt: "statusUpdatedAt";
|
|
12475
12871
|
currentSnapshotId: "currentSnapshotId";
|
|
12872
|
+
statusUpdatedAt: "statusUpdatedAt";
|
|
12476
12873
|
}>>>;
|
|
12477
12874
|
declare const listSandboxesQueryNamePrefixSchema: z.ZodOptional<z.ZodString>;
|
|
12478
12875
|
declare const listSandboxesQueryCursorSchema: z.ZodOptional<z.ZodString>;
|
|
@@ -12482,8 +12879,8 @@ declare const listSandboxesQuerySortOrderSchema: z.ZodDefault<z.ZodOptional<z.Zo
|
|
|
12482
12879
|
}>>>;
|
|
12483
12880
|
declare const listSandboxesQueryStatusSchema: z.ZodOptional<z.ZodEnum<{
|
|
12484
12881
|
running: "running";
|
|
12485
|
-
stopping: "stopping";
|
|
12486
12882
|
stopped: "stopped";
|
|
12883
|
+
stopping: "stopping";
|
|
12487
12884
|
}>>;
|
|
12488
12885
|
declare const listSandboxesQueryTagsSchema: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
12489
12886
|
declare const listSandboxesQueryTeamIdSchema: z.ZodOptional<z.ZodString>;
|
|
@@ -12496,27 +12893,27 @@ declare const listSandboxesStatus404Schema: z.ZodUnknown;
|
|
|
12496
12893
|
declare const listSandboxesStatus410Schema: z.ZodUnknown;
|
|
12497
12894
|
declare const listSandboxesStatus429Schema: z.ZodUnknown;
|
|
12498
12895
|
declare const listSandboxesResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
12499
|
-
declare const
|
|
12500
|
-
declare const
|
|
12501
|
-
declare const
|
|
12502
|
-
declare const
|
|
12503
|
-
declare const
|
|
12504
|
-
declare const
|
|
12505
|
-
declare const
|
|
12506
|
-
declare const
|
|
12507
|
-
declare const
|
|
12508
|
-
declare const
|
|
12509
|
-
declare const
|
|
12510
|
-
declare const
|
|
12511
|
-
declare const
|
|
12512
|
-
declare const
|
|
12896
|
+
declare const createSandboxesV2QueryTeamIdSchema: z.ZodOptional<z.ZodString>;
|
|
12897
|
+
declare const createSandboxesV2QuerySlugSchema: z.ZodOptional<z.ZodString>;
|
|
12898
|
+
declare const createSandboxesV2Status200Schema: z.ZodUnknown;
|
|
12899
|
+
declare const createSandboxesV2Status400Schema: z.ZodUnknown;
|
|
12900
|
+
declare const createSandboxesV2Status401Schema: z.ZodUnknown;
|
|
12901
|
+
declare const createSandboxesV2Status402Schema: z.ZodUnknown;
|
|
12902
|
+
declare const createSandboxesV2Status403Schema: z.ZodUnknown;
|
|
12903
|
+
declare const createSandboxesV2Status404Schema: z.ZodUnknown;
|
|
12904
|
+
declare const createSandboxesV2Status409Schema: z.ZodUnknown;
|
|
12905
|
+
declare const createSandboxesV2Status410Schema: z.ZodUnknown;
|
|
12906
|
+
declare const createSandboxesV2Status422Schema: z.ZodUnknown;
|
|
12907
|
+
declare const createSandboxesV2Status429Schema: z.ZodUnknown;
|
|
12908
|
+
declare const createSandboxesV2Status500Schema: z.ZodUnknown;
|
|
12909
|
+
declare const createSandboxesV2ResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
12513
12910
|
declare const listDrivesQueryProjectIdSchema: z.ZodOptional<z.ZodString>;
|
|
12514
12911
|
declare const listDrivesQueryLimitSchema: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
12515
12912
|
declare const listDrivesQueryCursorSchema: z.ZodOptional<z.ZodString>;
|
|
12516
12913
|
declare const listDrivesQuerySortBySchema: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
12517
12914
|
createdAt: "createdAt";
|
|
12518
|
-
name: "name";
|
|
12519
12915
|
updatedAt: "updatedAt";
|
|
12916
|
+
name: "name";
|
|
12520
12917
|
}>>>;
|
|
12521
12918
|
declare const listDrivesQueryNamePrefixSchema: z.ZodOptional<z.ZodString>;
|
|
12522
12919
|
declare const listDrivesQuerySortOrderSchema: z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
@@ -12779,14 +13176,13 @@ declare const updateSessionNetworkPolicyQuerySlugSchema: z.ZodOptional<z.ZodStri
|
|
|
12779
13176
|
declare const updateSessionNetworkPolicyStatus200Schema: z.ZodUnknown;
|
|
12780
13177
|
declare const updateSessionNetworkPolicyStatus400Schema: z.ZodUnknown;
|
|
12781
13178
|
declare const updateSessionNetworkPolicyStatus401Schema: z.ZodUnknown;
|
|
12782
|
-
declare const updateSessionNetworkPolicyStatus402Schema: z.ZodUnknown;
|
|
12783
13179
|
declare const updateSessionNetworkPolicyStatus403Schema: z.ZodUnknown;
|
|
12784
13180
|
declare const updateSessionNetworkPolicyStatus404Schema: z.ZodUnknown;
|
|
12785
13181
|
declare const updateSessionNetworkPolicyStatus410Schema: z.ZodUnknown;
|
|
12786
13182
|
declare const updateSessionNetworkPolicyStatus422Schema: z.ZodUnknown;
|
|
12787
13183
|
declare const updateSessionNetworkPolicyStatus429Schema: z.ZodUnknown;
|
|
12788
13184
|
declare const updateSessionNetworkPolicyStatus500Schema: z.ZodUnknown;
|
|
12789
|
-
declare const updateSessionNetworkPolicyResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown
|
|
13185
|
+
declare const updateSessionNetworkPolicyResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
12790
13186
|
declare const readSessionFilePathSessionIdSchema: z.ZodString;
|
|
12791
13187
|
declare const readSessionFileQueryTeamIdSchema: z.ZodOptional<z.ZodString>;
|
|
12792
13188
|
declare const readSessionFileQuerySlugSchema: z.ZodOptional<z.ZodString>;
|
|
@@ -12857,6 +13253,20 @@ declare const createSandboxesByNameForkStatus422Schema: z.ZodUnknown;
|
|
|
12857
13253
|
declare const createSandboxesByNameForkStatus429Schema: z.ZodUnknown;
|
|
12858
13254
|
declare const createSandboxesByNameForkStatus500Schema: z.ZodUnknown;
|
|
12859
13255
|
declare const createSandboxesByNameForkResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13256
|
+
declare const createSandboxesV3QueryTeamIdSchema: z.ZodOptional<z.ZodString>;
|
|
13257
|
+
declare const createSandboxesV3QuerySlugSchema: z.ZodOptional<z.ZodString>;
|
|
13258
|
+
declare const createSandboxesV3Status200Schema: z.ZodUnknown;
|
|
13259
|
+
declare const createSandboxesV3Status400Schema: z.ZodUnknown;
|
|
13260
|
+
declare const createSandboxesV3Status401Schema: z.ZodUnknown;
|
|
13261
|
+
declare const createSandboxesV3Status402Schema: z.ZodUnknown;
|
|
13262
|
+
declare const createSandboxesV3Status403Schema: z.ZodUnknown;
|
|
13263
|
+
declare const createSandboxesV3Status404Schema: z.ZodUnknown;
|
|
13264
|
+
declare const createSandboxesV3Status409Schema: z.ZodUnknown;
|
|
13265
|
+
declare const createSandboxesV3Status410Schema: z.ZodUnknown;
|
|
13266
|
+
declare const createSandboxesV3Status422Schema: z.ZodUnknown;
|
|
13267
|
+
declare const createSandboxesV3Status429Schema: z.ZodUnknown;
|
|
13268
|
+
declare const createSandboxesV3Status500Schema: z.ZodUnknown;
|
|
13269
|
+
declare const createSandboxesV3ResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
12860
13270
|
declare const updateAttackChallengeModeQueryTeamIdSchema: z.ZodOptional<z.ZodString>;
|
|
12861
13271
|
declare const updateAttackChallengeModeQuerySlugSchema: z.ZodOptional<z.ZodString>;
|
|
12862
13272
|
declare const updateAttackChallengeModeStatus200Schema: z.ZodUnknown;
|
|
@@ -13055,14 +13465,14 @@ declare const getTeamMembersQuerySinceSchema: z.ZodOptional<z.ZodNumber>;
|
|
|
13055
13465
|
declare const getTeamMembersQueryUntilSchema: z.ZodOptional<z.ZodNumber>;
|
|
13056
13466
|
declare const getTeamMembersQuerySearchSchema: z.ZodOptional<z.ZodString>;
|
|
13057
13467
|
declare const getTeamMembersQueryRoleSchema: z.ZodOptional<z.ZodEnum<{
|
|
13058
|
-
|
|
13059
|
-
|
|
13468
|
+
BILLING: "BILLING";
|
|
13469
|
+
CONTRIBUTOR: "CONTRIBUTOR";
|
|
13060
13470
|
DEVELOPER: "DEVELOPER";
|
|
13471
|
+
MEMBER: "MEMBER";
|
|
13472
|
+
OWNER: "OWNER";
|
|
13061
13473
|
SECURITY: "SECURITY";
|
|
13062
|
-
BILLING: "BILLING";
|
|
13063
13474
|
VIEWER: "VIEWER";
|
|
13064
13475
|
VIEWER_FOR_PLUS: "VIEWER_FOR_PLUS";
|
|
13065
|
-
CONTRIBUTOR: "CONTRIBUTOR";
|
|
13066
13476
|
}>>;
|
|
13067
13477
|
declare const getTeamMembersQueryExcludeProjectSchema: z.ZodOptional<z.ZodString>;
|
|
13068
13478
|
declare const getTeamMembersQueryEligibleMembersForProjectIdSchema: z.ZodOptional<z.ZodString>;
|
|
@@ -13340,6 +13750,52 @@ declare const listRepositoryImagesStatus403Schema: z.ZodUnknown;
|
|
|
13340
13750
|
declare const listRepositoryImagesStatus404Schema: z.ZodUnknown;
|
|
13341
13751
|
declare const listRepositoryImagesStatus410Schema: z.ZodUnknown;
|
|
13342
13752
|
declare const listRepositoryImagesResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13753
|
+
declare const addRepositoryPermissionQueryProjectIdSchema: z.ZodString;
|
|
13754
|
+
declare const addRepositoryPermissionPathIdOrNameSchema: z.ZodString;
|
|
13755
|
+
declare const addRepositoryPermissionQueryTeamIdSchema: z.ZodOptional<z.ZodString>;
|
|
13756
|
+
declare const addRepositoryPermissionQuerySlugSchema: z.ZodOptional<z.ZodString>;
|
|
13757
|
+
declare const addRepositoryPermissionStatus200Schema: z.ZodUnknown;
|
|
13758
|
+
declare const addRepositoryPermissionStatus400Schema: z.ZodUnknown;
|
|
13759
|
+
declare const addRepositoryPermissionStatus401Schema: z.ZodUnknown;
|
|
13760
|
+
declare const addRepositoryPermissionStatus403Schema: z.ZodUnknown;
|
|
13761
|
+
declare const addRepositoryPermissionStatus404Schema: z.ZodUnknown;
|
|
13762
|
+
declare const addRepositoryPermissionStatus410Schema: z.ZodUnknown;
|
|
13763
|
+
declare const addRepositoryPermissionResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13764
|
+
declare const removeRepositoryPermissionQueryProjectIdSchema: z.ZodString;
|
|
13765
|
+
declare const removeRepositoryPermissionPathIdOrNameSchema: z.ZodString;
|
|
13766
|
+
declare const removeRepositoryPermissionQueryTeamIdSchema: z.ZodOptional<z.ZodString>;
|
|
13767
|
+
declare const removeRepositoryPermissionQuerySlugSchema: z.ZodOptional<z.ZodString>;
|
|
13768
|
+
declare const removeRepositoryPermissionStatus204Schema: z.ZodUnknown;
|
|
13769
|
+
declare const removeRepositoryPermissionStatus400Schema: z.ZodUnknown;
|
|
13770
|
+
declare const removeRepositoryPermissionStatus401Schema: z.ZodUnknown;
|
|
13771
|
+
declare const removeRepositoryPermissionStatus403Schema: z.ZodUnknown;
|
|
13772
|
+
declare const removeRepositoryPermissionStatus404Schema: z.ZodUnknown;
|
|
13773
|
+
declare const removeRepositoryPermissionStatus410Schema: z.ZodUnknown;
|
|
13774
|
+
declare const removeRepositoryPermissionResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13775
|
+
declare const listRepositoryPermissionsQueryProjectIdSchema: z.ZodString;
|
|
13776
|
+
declare const listRepositoryPermissionsPathIdOrNameSchema: z.ZodString;
|
|
13777
|
+
declare const listRepositoryPermissionsQueryLimitSchema: z.ZodOptional<z.ZodInt>;
|
|
13778
|
+
declare const listRepositoryPermissionsQueryCursorSchema: z.ZodOptional<z.ZodString>;
|
|
13779
|
+
declare const listRepositoryPermissionsQueryTeamIdSchema: z.ZodOptional<z.ZodString>;
|
|
13780
|
+
declare const listRepositoryPermissionsQuerySlugSchema: z.ZodOptional<z.ZodString>;
|
|
13781
|
+
declare const listRepositoryPermissionsStatus200Schema: z.ZodUnknown;
|
|
13782
|
+
declare const listRepositoryPermissionsStatus400Schema: z.ZodUnknown;
|
|
13783
|
+
declare const listRepositoryPermissionsStatus401Schema: z.ZodUnknown;
|
|
13784
|
+
declare const listRepositoryPermissionsStatus403Schema: z.ZodUnknown;
|
|
13785
|
+
declare const listRepositoryPermissionsStatus404Schema: z.ZodUnknown;
|
|
13786
|
+
declare const listRepositoryPermissionsStatus410Schema: z.ZodUnknown;
|
|
13787
|
+
declare const listRepositoryPermissionsResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13788
|
+
declare const clearRepositoryPermissionsQueryProjectIdSchema: z.ZodString;
|
|
13789
|
+
declare const clearRepositoryPermissionsPathIdOrNameSchema: z.ZodString;
|
|
13790
|
+
declare const clearRepositoryPermissionsQueryTeamIdSchema: z.ZodOptional<z.ZodString>;
|
|
13791
|
+
declare const clearRepositoryPermissionsQuerySlugSchema: z.ZodOptional<z.ZodString>;
|
|
13792
|
+
declare const clearRepositoryPermissionsStatus204Schema: z.ZodUnknown;
|
|
13793
|
+
declare const clearRepositoryPermissionsStatus400Schema: z.ZodUnknown;
|
|
13794
|
+
declare const clearRepositoryPermissionsStatus401Schema: z.ZodUnknown;
|
|
13795
|
+
declare const clearRepositoryPermissionsStatus403Schema: z.ZodUnknown;
|
|
13796
|
+
declare const clearRepositoryPermissionsStatus404Schema: z.ZodUnknown;
|
|
13797
|
+
declare const clearRepositoryPermissionsStatus410Schema: z.ZodUnknown;
|
|
13798
|
+
declare const clearRepositoryPermissionsResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13343
13799
|
declare const listRepositoryTagsQueryProjectIdSchema: z.ZodString;
|
|
13344
13800
|
declare const listRepositoryTagsPathIdOrNameSchema: z.ZodString;
|
|
13345
13801
|
declare const listRepositoryTagsQueryLimitSchema: z.ZodOptional<z.ZodInt>;
|
|
@@ -13397,6 +13853,151 @@ declare const deleteRepositoryImageStatus403Schema: z.ZodUnknown;
|
|
|
13397
13853
|
declare const deleteRepositoryImageStatus404Schema: z.ZodUnknown;
|
|
13398
13854
|
declare const deleteRepositoryImageStatus410Schema: z.ZodUnknown;
|
|
13399
13855
|
declare const deleteRepositoryImageResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13856
|
+
declare const getRootStatus200Schema: z.ZodUnknown;
|
|
13857
|
+
declare const getRootStatus400Schema: z.ZodUnknown;
|
|
13858
|
+
declare const getRootStatus401Schema: z.ZodUnknown;
|
|
13859
|
+
declare const getRootStatus402Schema: z.ZodUnknown;
|
|
13860
|
+
declare const getRootStatus403Schema: z.ZodUnknown;
|
|
13861
|
+
declare const getRootStatus404Schema: z.ZodUnknown;
|
|
13862
|
+
declare const getRootStatus410Schema: z.ZodUnknown;
|
|
13863
|
+
declare const getRootResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13864
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathTeamSlugSchema: z.ZodString;
|
|
13865
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathProjectSlugSchema: z.ZodString;
|
|
13866
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathRepositoryNameSchema: z.ZodString;
|
|
13867
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathDigestSchema: z.ZodString;
|
|
13868
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus400Schema: z.ZodUnknown;
|
|
13869
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus401Schema: z.ZodUnknown;
|
|
13870
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus402Schema: z.ZodUnknown;
|
|
13871
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus403Schema: z.ZodUnknown;
|
|
13872
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus404Schema: z.ZodUnknown;
|
|
13873
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus410Schema: z.ZodUnknown;
|
|
13874
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus416Schema: z.ZodUnknown;
|
|
13875
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13876
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathTeamSlugSchema: z.ZodString;
|
|
13877
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathProjectSlugSchema: z.ZodString;
|
|
13878
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathRepositoryNameSchema: z.ZodString;
|
|
13879
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathDigestSchema: z.ZodString;
|
|
13880
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus400Schema: z.ZodUnknown;
|
|
13881
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus401Schema: z.ZodUnknown;
|
|
13882
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus402Schema: z.ZodUnknown;
|
|
13883
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus403Schema: z.ZodUnknown;
|
|
13884
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus404Schema: z.ZodUnknown;
|
|
13885
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus405Schema: z.ZodUnknown;
|
|
13886
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus410Schema: z.ZodUnknown;
|
|
13887
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13888
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema: z.ZodString;
|
|
13889
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema: z.ZodString;
|
|
13890
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema: z.ZodString;
|
|
13891
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema: z.ZodString;
|
|
13892
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus204Schema: z.ZodUnknown;
|
|
13893
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema: z.ZodUnknown;
|
|
13894
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema: z.ZodUnknown;
|
|
13895
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema: z.ZodUnknown;
|
|
13896
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema: z.ZodUnknown;
|
|
13897
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema: z.ZodUnknown;
|
|
13898
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema: z.ZodUnknown;
|
|
13899
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13900
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema: z.ZodString;
|
|
13901
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema: z.ZodString;
|
|
13902
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema: z.ZodString;
|
|
13903
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema: z.ZodString;
|
|
13904
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus204Schema: z.ZodUnknown;
|
|
13905
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema: z.ZodUnknown;
|
|
13906
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema: z.ZodUnknown;
|
|
13907
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema: z.ZodUnknown;
|
|
13908
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema: z.ZodUnknown;
|
|
13909
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema: z.ZodUnknown;
|
|
13910
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema: z.ZodUnknown;
|
|
13911
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13912
|
+
declare const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema: z.ZodString;
|
|
13913
|
+
declare const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema: z.ZodString;
|
|
13914
|
+
declare const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema: z.ZodString;
|
|
13915
|
+
declare const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema: z.ZodString;
|
|
13916
|
+
declare const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus202Schema: z.ZodUnknown;
|
|
13917
|
+
declare const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema: z.ZodUnknown;
|
|
13918
|
+
declare const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema: z.ZodUnknown;
|
|
13919
|
+
declare const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema: z.ZodUnknown;
|
|
13920
|
+
declare const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema: z.ZodUnknown;
|
|
13921
|
+
declare const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema: z.ZodUnknown;
|
|
13922
|
+
declare const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema: z.ZodUnknown;
|
|
13923
|
+
declare const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus413Schema: z.ZodUnknown;
|
|
13924
|
+
declare const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13925
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema: z.ZodString;
|
|
13926
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema: z.ZodString;
|
|
13927
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema: z.ZodString;
|
|
13928
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema: z.ZodString;
|
|
13929
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidQueryDigestSchema: z.ZodString;
|
|
13930
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus201Schema: z.ZodUnknown;
|
|
13931
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema: z.ZodUnknown;
|
|
13932
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema: z.ZodUnknown;
|
|
13933
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema: z.ZodUnknown;
|
|
13934
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema: z.ZodUnknown;
|
|
13935
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema: z.ZodUnknown;
|
|
13936
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema: z.ZodUnknown;
|
|
13937
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus413Schema: z.ZodUnknown;
|
|
13938
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13939
|
+
declare const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsPathTeamSlugSchema: z.ZodString;
|
|
13940
|
+
declare const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsPathProjectSlugSchema: z.ZodString;
|
|
13941
|
+
declare const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsPathRepositoryNameSchema: z.ZodString;
|
|
13942
|
+
declare const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsQueryMountSchema: z.ZodOptional<z.ZodString>;
|
|
13943
|
+
declare const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsQueryFromSchema: z.ZodOptional<z.ZodString>;
|
|
13944
|
+
declare const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus202Schema: z.ZodUnknown;
|
|
13945
|
+
declare const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus400Schema: z.ZodUnknown;
|
|
13946
|
+
declare const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus401Schema: z.ZodUnknown;
|
|
13947
|
+
declare const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus402Schema: z.ZodUnknown;
|
|
13948
|
+
declare const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus403Schema: z.ZodUnknown;
|
|
13949
|
+
declare const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus404Schema: z.ZodUnknown;
|
|
13950
|
+
declare const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus410Schema: z.ZodUnknown;
|
|
13951
|
+
declare const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13952
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathTeamSlugSchema: z.ZodString;
|
|
13953
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathProjectSlugSchema: z.ZodString;
|
|
13954
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathRepositoryNameSchema: z.ZodString;
|
|
13955
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathReferenceSchema: z.ZodString;
|
|
13956
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus201Schema: z.ZodUnknown;
|
|
13957
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema: z.ZodUnknown;
|
|
13958
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema: z.ZodUnknown;
|
|
13959
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema: z.ZodUnknown;
|
|
13960
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema: z.ZodUnknown;
|
|
13961
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema: z.ZodUnknown;
|
|
13962
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema: z.ZodUnknown;
|
|
13963
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus413Schema: z.ZodUnknown;
|
|
13964
|
+
declare const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13965
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathTeamSlugSchema: z.ZodString;
|
|
13966
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathProjectSlugSchema: z.ZodString;
|
|
13967
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathRepositoryNameSchema: z.ZodString;
|
|
13968
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathReferenceSchema: z.ZodString;
|
|
13969
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema: z.ZodUnknown;
|
|
13970
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema: z.ZodUnknown;
|
|
13971
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema: z.ZodUnknown;
|
|
13972
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema: z.ZodUnknown;
|
|
13973
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema: z.ZodUnknown;
|
|
13974
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema: z.ZodUnknown;
|
|
13975
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13976
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathTeamSlugSchema: z.ZodString;
|
|
13977
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathProjectSlugSchema: z.ZodString;
|
|
13978
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathRepositoryNameSchema: z.ZodString;
|
|
13979
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathReferenceSchema: z.ZodString;
|
|
13980
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus202Schema: z.ZodUnknown;
|
|
13981
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema: z.ZodUnknown;
|
|
13982
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema: z.ZodUnknown;
|
|
13983
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema: z.ZodUnknown;
|
|
13984
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema: z.ZodUnknown;
|
|
13985
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema: z.ZodUnknown;
|
|
13986
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema: z.ZodUnknown;
|
|
13987
|
+
declare const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13988
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameTagsListPathTeamSlugSchema: z.ZodString;
|
|
13989
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameTagsListPathProjectSlugSchema: z.ZodString;
|
|
13990
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameTagsListPathRepositoryNameSchema: z.ZodString;
|
|
13991
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameTagsListQueryNSchema: z.ZodOptional<z.ZodInt>;
|
|
13992
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameTagsListQueryLastSchema: z.ZodOptional<z.ZodString>;
|
|
13993
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus200Schema: z.ZodUnknown;
|
|
13994
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus400Schema: z.ZodUnknown;
|
|
13995
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus401Schema: z.ZodUnknown;
|
|
13996
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus402Schema: z.ZodUnknown;
|
|
13997
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus403Schema: z.ZodUnknown;
|
|
13998
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus404Schema: z.ZodUnknown;
|
|
13999
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus410Schema: z.ZodUnknown;
|
|
14000
|
+
declare const getByTeamSlugByProjectSlugByRepositoryNameTagsListResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13400
14001
|
declare const createWebInsightsToggleQueryProjectIdSchema: z.ZodString;
|
|
13401
14002
|
declare const createWebInsightsToggleStatus200Schema: z.ZodUnknown;
|
|
13402
14003
|
declare const createWebInsightsToggleStatus400Schema: z.ZodUnknown;
|
|
@@ -13675,5 +14276,5 @@ declare const deleteDeploymentStatus404Schema: z.ZodUnknown;
|
|
|
13675
14276
|
declare const deleteDeploymentStatus410Schema: z.ZodUnknown;
|
|
13676
14277
|
declare const deleteDeploymentResponseSchema: z.ZodUnion<readonly [z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown, z.ZodUnknown]>;
|
|
13677
14278
|
|
|
13678
|
-
export { aCLActionSchema, aPIKeyQuotaSchema, aPIKeySchema, acceptProjectTransferRequestPathCodeSchema, acceptProjectTransferRequestQuerySlugSchema, acceptProjectTransferRequestQueryTeamIdSchema, acceptProjectTransferRequestResponseSchema, acceptProjectTransferRequestStatus202Schema, acceptProjectTransferRequestStatus400Schema, acceptProjectTransferRequestStatus401Schema, acceptProjectTransferRequestStatus403Schema, acceptProjectTransferRequestStatus404Schema, acceptProjectTransferRequestStatus410Schema, acceptProjectTransferRequestStatus422Schema, addBypassIpQueryProjectIdSchema, addBypassIpQuerySlugSchema, addBypassIpQueryTeamIdSchema, addBypassIpResponseSchema, addBypassIpStatus200Schema, addBypassIpStatus400Schema, addBypassIpStatus401Schema, addBypassIpStatus403Schema, addBypassIpStatus404Schema, addBypassIpStatus410Schema, addBypassIpStatus500Schema, addProjectDomainPathIdOrNameSchema, addProjectDomainQuerySlugSchema, addProjectDomainQueryTeamIdSchema, addProjectDomainResponseSchema, addProjectDomainStatus200Schema, addProjectDomainStatus400Schema, addProjectDomainStatus401Schema, addProjectDomainStatus402Schema, addProjectDomainStatus403Schema, addProjectDomainStatus409Schema, addProjectDomainStatus410Schema, addProjectMemberPathIdOrNameSchema, addProjectMemberQuerySlugSchema, addProjectMemberQueryTeamIdSchema, addProjectMemberResponseSchema, addProjectMemberStatus200Schema, addProjectMemberStatus400Schema, addProjectMemberStatus401Schema, addProjectMemberStatus403Schema, addProjectMemberStatus410Schema, addProjectMemberStatus500Schema, addRoutePathProjectIdSchema, addRouteQuerySlugSchema, addRouteQueryTeamIdSchema, addRouteResponseSchema, addRouteStatus200Schema, addRouteStatus400Schema, addRouteStatus401Schema, addRouteStatus403Schema, addRouteStatus409Schema, addRouteStatus410Schema, addRouteStatus500Schema, additionalContactInfoRequiredSchema, aggregateEventsQueryBySchema, aggregateEventsQueryFilterSchema, aggregateEventsQueryLimitSchema, aggregateEventsQueryProjectIdSchema, aggregateEventsQuerySinceSchema, aggregateEventsQuerySlugSchema, aggregateEventsQueryTeamIdSchema, aggregateEventsQueryUntilSchema, aggregateEventsResponseSchema, aggregateEventsStatus200Schema, aggregateEventsStatus400Schema, aggregateEventsStatus401Schema, aggregateEventsStatus402Schema, aggregateEventsStatus403Schema, aggregateEventsStatus410Schema, aggregatePageviewsQueryBySchema, aggregatePageviewsQueryFilterSchema, aggregatePageviewsQueryLimitSchema, aggregatePageviewsQueryProjectIdSchema, aggregatePageviewsQuerySinceSchema, aggregatePageviewsQuerySlugSchema, aggregatePageviewsQueryTeamIdSchema, aggregatePageviewsQueryUntilSchema, aggregatePageviewsResponseSchema, aggregatePageviewsStatus200Schema, aggregatePageviewsStatus400Schema, aggregatePageviewsStatus401Schema, aggregatePageviewsStatus402Schema, aggregatePageviewsStatus403Schema, aggregatePageviewsStatus410Schema, aiGatewayRuleListSchema, aiGatewayRuleSchema, approveRollingReleaseStagePathIdOrNameSchema, approveRollingReleaseStageQuerySlugSchema, approveRollingReleaseStageQueryTeamIdSchema, approveRollingReleaseStageResponseSchema, approveRollingReleaseStageStatus200Schema, approveRollingReleaseStageStatus400Schema, approveRollingReleaseStageStatus401Schema, approveRollingReleaseStageStatus403Schema, approveRollingReleaseStageStatus404Schema, approveRollingReleaseStageStatus410Schema, approveRollingReleaseStageStatus500Schema, artifactQueryQuerySlugSchema, artifactQueryQueryTeamIdSchema, artifactQueryResponseSchema, artifactQueryStatus200Schema, artifactQueryStatus400Schema, artifactQueryStatus401Schema, artifactQueryStatus402Schema, artifactQueryStatus403Schema, artifactQueryStatus410Schema, assignAliasPathIdSchema, assignAliasQuerySlugSchema, assignAliasQueryTeamIdSchema, assignAliasResponseSchema, assignAliasStatus200Schema, assignAliasStatus400Schema, assignAliasStatus401Schema, assignAliasStatus402Schema, assignAliasStatus403Schema, assignAliasStatus404Schema, assignAliasStatus409Schema, assignAliasStatus410Schema, authTokenSchema, authUserLimitedSchema, authUserSchema, badRequestSchema, batchRemoveProjectEnvPathIdOrNameSchema, batchRemoveProjectEnvQuerySlugSchema, batchRemoveProjectEnvQueryTeamIdSchema, batchRemoveProjectEnvResponseSchema, batchRemoveProjectEnvStatus200Schema, batchRemoveProjectEnvStatus400Schema, batchRemoveProjectEnvStatus401Schema, batchRemoveProjectEnvStatus403Schema, batchRemoveProjectEnvStatus404Schema, batchRemoveProjectEnvStatus409Schema, batchRemoveProjectEnvStatus410Schema, boughtTooRecentlySchema, buyCreditsQuerySlugSchema, buyCreditsQuerySourceSchema, buyCreditsQueryTeamIdSchema, buyCreditsResponseSchema, buyCreditsStatus200Schema, buyCreditsStatus400Schema, buyCreditsStatus401Schema, buyCreditsStatus402Schema, buyCreditsStatus403Schema, buyCreditsStatus404Schema, buyCreditsStatus410Schema, buyCreditsStatus500Schema, buyDomainsQueryTeamIdSchema, buyDomainsResponseSchema, buyDomainsStatus200Schema, buyDomainsStatus400Schema, buyDomainsStatus401Schema, buyDomainsStatus403Schema, buyDomainsStatus429Schema, buyDomainsStatus500Schema, buySingleDomainPathDomainSchema, buySingleDomainQueryTeamIdSchema, buySingleDomainResponseSchema, buySingleDomainStatus200Schema, buySingleDomainStatus400Schema, buySingleDomainStatus401Schema, buySingleDomainStatus403Schema, buySingleDomainStatus429Schema, buySingleDomainStatus500Schema, cancelDeploymentPathIdSchema, cancelDeploymentQuerySlugSchema, cancelDeploymentQueryTeamIdSchema, cancelDeploymentResponseSchema, cancelDeploymentStatus200Schema, cancelDeploymentStatus400Schema, cancelDeploymentStatus401Schema, cancelDeploymentStatus403Schema, cancelDeploymentStatus404Schema, cancelDeploymentStatus410Schema, claimDomainOwnershipPathDomainSchema, claimDomainOwnershipQuerySlugSchema, claimDomainOwnershipQueryTeamIdSchema, claimDomainOwnershipResponseSchema, claimDomainOwnershipStatus200Schema, claimDomainOwnershipStatus400Schema, claimDomainOwnershipStatus401Schema, claimDomainOwnershipStatus403Schema, claimDomainOwnershipStatus404Schema, claimDomainOwnershipStatus410Schema, completeRollingReleasePathIdOrNameSchema, completeRollingReleaseQuerySlugSchema, completeRollingReleaseQueryTeamIdSchema, completeRollingReleaseResponseSchema, completeRollingReleaseStatus200Schema, completeRollingReleaseStatus400Schema, completeRollingReleaseStatus401Schema, completeRollingReleaseStatus403Schema, completeRollingReleaseStatus404Schema, completeRollingReleaseStatus410Schema, connectIntegrationResourceToProjectPathIntegrationConfigurationIdSchema, connectIntegrationResourceToProjectPathResourceIdSchema, connectIntegrationResourceToProjectQuerySlugSchema, connectIntegrationResourceToProjectQueryTeamIdSchema, connectIntegrationResourceToProjectResponseSchema, connectIntegrationResourceToProjectStatus201Schema, connectIntegrationResourceToProjectStatus400Schema, connectIntegrationResourceToProjectStatus401Schema, connectIntegrationResourceToProjectStatus403Schema, connectIntegrationResourceToProjectStatus404Schema, connectIntegrationResourceToProjectStatus410Schema, contactPendingVerificationSchema, contactVerifiedSchema, countEventsQueryFilterSchema, countEventsQueryProjectIdSchema, countEventsQuerySinceSchema, countEventsQuerySlugSchema, countEventsQueryTeamIdSchema, countEventsQueryUntilSchema, countEventsResponseSchema, countEventsStatus200Schema, countEventsStatus400Schema, countEventsStatus401Schema, countEventsStatus402Schema, countEventsStatus403Schema, countEventsStatus410Schema, countPageviewsQueryFilterSchema, countPageviewsQueryProjectIdSchema, countPageviewsQuerySinceSchema, countPageviewsQuerySlugSchema, countPageviewsQueryTeamIdSchema, countPageviewsQueryUntilSchema, countPageviewsResponseSchema, countPageviewsStatus200Schema, countPageviewsStatus400Schema, countPageviewsStatus401Schema, countPageviewsStatus402Schema, countPageviewsStatus403Schema, countPageviewsStatus410Schema, countryCodeSchema, createAccessGroupProjectPathAccessGroupIdOrNameSchema, createAccessGroupProjectQuerySlugSchema, createAccessGroupProjectQueryTeamIdSchema, createAccessGroupProjectResponseSchema, createAccessGroupProjectStatus200Schema, createAccessGroupProjectStatus400Schema, createAccessGroupProjectStatus401Schema, createAccessGroupProjectStatus403Schema, createAccessGroupProjectStatus410Schema, createAccessGroupQuerySlugSchema, createAccessGroupQueryTeamIdSchema, createAccessGroupResponseSchema, createAccessGroupStatus200Schema, createAccessGroupStatus400Schema, createAccessGroupStatus401Schema, createAccessGroupStatus403Schema, createAccessGroupStatus410Schema, createAiGatewayRuleQuerySlugSchema, createAiGatewayRuleQueryTeamIdSchema, createAiGatewayRuleResponseSchema, createAiGatewayRuleStatus201Schema, createAiGatewayRuleStatus400Schema, createAiGatewayRuleStatus401Schema, createAiGatewayRuleStatus403Schema, createAiGatewayRuleStatus409Schema, createAiGatewayRuleStatus410Schema, createAiGatewayRuleStatus500Schema, createApiKeysResponseSchema, createApiKeysStatus200Schema, createApiKeysStatus400Schema, createApiKeysStatus401Schema, createApiKeysStatus403Schema, createApiKeysStatus409Schema, createApiKeysStatus410Schema, createApiKeysStatus429Schema, createApiKeysStatus500Schema, createAuthTokenQuerySlugSchema, createAuthTokenQueryTeamIdSchema, createAuthTokenResponseSchema, createAuthTokenStatus200Schema, createAuthTokenStatus400Schema, createAuthTokenStatus401Schema, createAuthTokenStatus403Schema, createAuthTokenStatus404Schema, createAuthTokenStatus410Schema, createCheckPathDeploymentIdSchema, createCheckQuerySlugSchema, createCheckQueryTeamIdSchema, createCheckResponseSchema, createCheckStatus200Schema, createCheckStatus400Schema, createCheckStatus401Schema, createCheckStatus403Schema, createCheckStatus404Schema, createCheckStatus410Schema, createConfigurableLogDrainQuerySlugSchema, createConfigurableLogDrainQueryTeamIdSchema, createConfigurableLogDrainResponseSchema, createConfigurableLogDrainStatus200Schema, createConfigurableLogDrainStatus400Schema, createConfigurableLogDrainStatus401Schema, createConfigurableLogDrainStatus403Schema, createConfigurableLogDrainStatus410Schema, createConnectorAuthorizationRequestPathConnectorSchema, createConnectorAuthorizationRequestResponseSchema, createConnectorAuthorizationRequestStatus200Schema, createConnectorAuthorizationRequestStatus400Schema, createConnectorAuthorizationRequestStatus401Schema, createConnectorAuthorizationRequestStatus403Schema, createConnectorAuthorizationRequestStatus404Schema, createConnectorAuthorizationRequestStatus410Schema, createConnectorInstallationRequestPathConnectorSchema, createConnectorInstallationRequestResponseSchema, createConnectorInstallationRequestStatus200Schema, createConnectorInstallationRequestStatus400Schema, createConnectorInstallationRequestStatus401Schema, createConnectorInstallationRequestStatus403Schema, createConnectorInstallationRequestStatus404Schema, createConnectorInstallationRequestStatus410Schema, createConnectorInstallationRequestStatus422Schema, createConnectorResponseSchema, createConnectorStatus201Schema, createConnectorStatus400Schema, createConnectorStatus401Schema, createConnectorStatus403Schema, createConnectorStatus404Schema, createConnectorStatus409Schema, createConnectorStatus410Schema, createConnectorStatus422Schema, createConnectorStatus500Schema, createConnectorStatus502Schema, createCustomEnvironmentPathIdOrNameSchema, createCustomEnvironmentQuerySlugSchema, createCustomEnvironmentQueryTeamIdSchema, createCustomEnvironmentResponseSchema, createCustomEnvironmentStatus201Schema, createCustomEnvironmentStatus400Schema, createCustomEnvironmentStatus401Schema, createCustomEnvironmentStatus402Schema, createCustomEnvironmentStatus403Schema, createCustomEnvironmentStatus410Schema, createCustomEnvironmentStatus500Schema, createDeploymentCheckRunPathDeploymentIdSchema, createDeploymentCheckRunQuerySlugSchema, createDeploymentCheckRunQueryTeamIdSchema, createDeploymentCheckRunResponseSchema, createDeploymentCheckRunStatus200Schema, createDeploymentCheckRunStatus400Schema, createDeploymentCheckRunStatus401Schema, createDeploymentCheckRunStatus403Schema, createDeploymentCheckRunStatus404Schema, createDeploymentCheckRunStatus410Schema, createDeploymentCheckRunStatus500Schema, createDeploymentQueryForceNewSchema, createDeploymentQuerySkipAutoDetectionConfirmationSchema, createDeploymentQuerySlugSchema, createDeploymentQueryTeamIdSchema, createDeploymentResponseSchema, createDeploymentStatus200Schema, createDeploymentStatus400Schema, createDeploymentStatus401Schema, createDeploymentStatus402Schema, createDeploymentStatus403Schema, createDeploymentStatus404Schema, createDeploymentStatus409Schema, createDeploymentStatus410Schema, createDeploymentStatus426Schema, createDeploymentStatus429Schema, createDeploymentStatus500Schema, createDeploymentStatus503Schema, createDrainQuerySlugSchema, createDrainQueryTeamIdSchema, createDrainResponseSchema, createDrainStatus200Schema, createDrainStatus400Schema, createDrainStatus401Schema, createDrainStatus402Schema, createDrainStatus403Schema, createDrainStatus410Schema, createEdgeConfigQuerySlugSchema, createEdgeConfigQueryTeamIdSchema, createEdgeConfigResponseSchema, createEdgeConfigStatus201Schema, createEdgeConfigStatus400Schema, createEdgeConfigStatus401Schema, createEdgeConfigStatus402Schema, createEdgeConfigStatus403Schema, createEdgeConfigStatus410Schema, createEdgeConfigTokenPathEdgeConfigIdSchema, createEdgeConfigTokenQuerySlugSchema, createEdgeConfigTokenQueryTeamIdSchema, createEdgeConfigTokenResponseSchema, createEdgeConfigTokenStatus201Schema, createEdgeConfigTokenStatus400Schema, createEdgeConfigTokenStatus401Schema, createEdgeConfigTokenStatus402Schema, createEdgeConfigTokenStatus403Schema, createEdgeConfigTokenStatus404Schema, createEdgeConfigTokenStatus409Schema, createEdgeConfigTokenStatus410Schema, createEventPathIntegrationConfigurationIdSchema, createEventResponseSchema, createEventStatus201Schema, createEventStatus400Schema, createEventStatus401Schema, createEventStatus403Schema, createEventStatus404Schema, createEventStatus410Schema, createFlagPathProjectIdOrNameSchema, createFlagQuerySlugSchema, createFlagQueryTeamIdSchema, createFlagResponseSchema, createFlagSegmentPathProjectIdOrNameSchema, createFlagSegmentQuerySlugSchema, createFlagSegmentQueryTeamIdSchema, createFlagSegmentResponseSchema, createFlagSegmentStatus201Schema, createFlagSegmentStatus400Schema, createFlagSegmentStatus401Schema, createFlagSegmentStatus402Schema, createFlagSegmentStatus403Schema, createFlagSegmentStatus404Schema, createFlagSegmentStatus409Schema, createFlagSegmentStatus410Schema, createFlagStatus201Schema, createFlagStatus400Schema, createFlagStatus401Schema, createFlagStatus402Schema, createFlagStatus403Schema, createFlagStatus404Schema, createFlagStatus409Schema, createFlagStatus410Schema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsPathIntegrationConfigurationIdSchema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsPathResourceIdSchema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsResponseSchema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsStatus204Schema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsStatus400Schema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsStatus401Schema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsStatus403Schema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsStatus404Schema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsStatus410Schema, createIntegrationStoreDirectQuerySlugSchema, createIntegrationStoreDirectQueryTeamIdSchema, createIntegrationStoreDirectResponseSchema, createIntegrationStoreDirectStatus200Schema, createIntegrationStoreDirectStatus400Schema, createIntegrationStoreDirectStatus401Schema, createIntegrationStoreDirectStatus402Schema, createIntegrationStoreDirectStatus403Schema, createIntegrationStoreDirectStatus404Schema, createIntegrationStoreDirectStatus409Schema, createIntegrationStoreDirectStatus410Schema, createIntegrationStoreDirectStatus429Schema, createIntegrationStoreDirectStatus500Schema, createLogDrainQuerySlugSchema, createLogDrainQueryTeamIdSchema, createLogDrainResponseSchema, createLogDrainStatus200Schema, createLogDrainStatus400Schema, createLogDrainStatus401Schema, createLogDrainStatus403Schema, createLogDrainStatus410Schema, createMicrofrontendsGroupWithApplicationsQuerySlugSchema, createMicrofrontendsGroupWithApplicationsQueryTeamIdSchema, createMicrofrontendsGroupWithApplicationsResponseSchema, createMicrofrontendsGroupWithApplicationsStatus200Schema, createMicrofrontendsGroupWithApplicationsStatus400Schema, createMicrofrontendsGroupWithApplicationsStatus401Schema, createMicrofrontendsGroupWithApplicationsStatus403Schema, createMicrofrontendsGroupWithApplicationsStatus410Schema, createMicrofrontendsGroupWithApplicationsStatus500Schema, createNetworkQuerySlugSchema, createNetworkQueryTeamIdSchema, createNetworkResponseSchema, createNetworkStatus201Schema, createNetworkStatus400Schema, createNetworkStatus401Schema, createNetworkStatus402Schema, createNetworkStatus403Schema, createNetworkStatus409Schema, createNetworkStatus410Schema, createObservabilityQueryResponseSchema, createObservabilityQueryStatus200Schema, createObservabilityQueryStatus400Schema, createObservabilityQueryStatus401Schema, createObservabilityQueryStatus402Schema, createObservabilityQueryStatus403Schema, createObservabilityQueryStatus408Schema, createObservabilityQueryStatus410Schema, createOrTransferDomainQuerySlugSchema, createOrTransferDomainQueryTeamIdSchema, createOrTransferDomainResponseSchema, createOrTransferDomainStatus200Schema, createOrTransferDomainStatus400Schema, createOrTransferDomainStatus401Schema, createOrTransferDomainStatus402Schema, createOrTransferDomainStatus403Schema, createOrTransferDomainStatus404Schema, createOrTransferDomainStatus409Schema, createOrTransferDomainStatus410Schema, createProjectCheckPathProjectIdOrNameSchema, createProjectCheckQuerySlugSchema, createProjectCheckQueryTeamIdSchema, createProjectCheckResponseSchema, createProjectCheckStatus200Schema, createProjectCheckStatus400Schema, createProjectCheckStatus401Schema, createProjectCheckStatus403Schema, createProjectCheckStatus410Schema, createProjectCheckStatus500Schema, createProjectEnvPathIdOrNameSchema, createProjectEnvQuerySlugSchema, createProjectEnvQueryTeamIdSchema, createProjectEnvQueryUpsertSchema, createProjectEnvResponseSchema, createProjectEnvStatus201Schema, createProjectEnvStatus400Schema, createProjectEnvStatus401Schema, createProjectEnvStatus402Schema, createProjectEnvStatus403Schema, createProjectEnvStatus404Schema, createProjectEnvStatus409Schema, createProjectEnvStatus410Schema, createProjectEnvStatus429Schema, createProjectEnvStatus500Schema, createProjectQuerySlugSchema, createProjectQueryTeamIdSchema, createProjectResponseSchema, createProjectStatus200Schema, createProjectStatus400Schema, createProjectStatus401Schema, createProjectStatus402Schema, createProjectStatus403Schema, createProjectStatus404Schema, createProjectStatus409Schema, createProjectStatus410Schema, createProjectStatus428Schema, createProjectStatus429Schema, createProjectStatus500Schema, createProjectTransferRequestPathIdOrNameSchema, createProjectTransferRequestQuerySlugSchema, createProjectTransferRequestQueryTeamIdSchema, createProjectTransferRequestResponseSchema, createProjectTransferRequestStatus200Schema, createProjectTransferRequestStatus400Schema, createProjectTransferRequestStatus401Schema, createProjectTransferRequestStatus403Schema, createProjectTransferRequestStatus410Schema, createRecordPathDomainSchema, createRecordQuerySlugSchema, createRecordQueryTeamIdSchema, createRecordResponseSchema, createRecordStatus200Schema, createRecordStatus400Schema, createRecordStatus401Schema, createRecordStatus402Schema, createRecordStatus403Schema, createRecordStatus404Schema, createRecordStatus409Schema, createRecordStatus410Schema, createRepositoryQuerySlugSchema, createRepositoryQueryTeamIdSchema, createRepositoryResponseSchema, createRepositoryStatus200Schema, createRepositoryStatus400Schema, createRepositoryStatus401Schema, createRepositoryStatus402Schema, createRepositoryStatus403Schema, createRepositoryStatus404Schema, createRepositoryStatus409Schema, createRepositoryStatus410Schema, createSandboxesByNameForkPathNameSchema, createSandboxesByNameForkQueryProjectIdSchema, createSandboxesByNameForkQuerySlugSchema, createSandboxesByNameForkQueryTeamIdSchema, createSandboxesByNameForkResponseSchema, createSandboxesByNameForkStatus200Schema, createSandboxesByNameForkStatus400Schema, createSandboxesByNameForkStatus401Schema, createSandboxesByNameForkStatus402Schema, createSandboxesByNameForkStatus403Schema, createSandboxesByNameForkStatus404Schema, createSandboxesByNameForkStatus409Schema, createSandboxesByNameForkStatus410Schema, createSandboxesByNameForkStatus422Schema, createSandboxesByNameForkStatus429Schema, createSandboxesByNameForkStatus500Schema, createSandboxesQuerySlugSchema, createSandboxesQueryTeamIdSchema, createSandboxesResponseSchema, createSandboxesStatus200Schema, createSandboxesStatus400Schema, createSandboxesStatus401Schema, createSandboxesStatus402Schema, createSandboxesStatus403Schema, createSandboxesStatus404Schema, createSandboxesStatus409Schema, createSandboxesStatus410Schema, createSandboxesStatus422Schema, createSandboxesStatus429Schema, createSandboxesStatus500Schema, createSdkKeyPathProjectIdOrNameSchema, createSdkKeyQuerySlugSchema, createSdkKeyQueryTeamIdSchema, createSdkKeyResponseSchema, createSdkKeyStatus200Schema, createSdkKeyStatus400Schema, createSdkKeyStatus401Schema, createSdkKeyStatus402Schema, createSdkKeyStatus403Schema, createSdkKeyStatus404Schema, createSdkKeyStatus409Schema, createSdkKeyStatus410Schema, createSecurityFirewallConfigByConfigVersionActivatePathConfigVersionSchema, createSecurityFirewallConfigByConfigVersionActivateResponseSchema, createSecurityFirewallConfigByConfigVersionActivateStatus200Schema, createSecurityFirewallConfigByConfigVersionActivateStatus400Schema, createSecurityFirewallConfigByConfigVersionActivateStatus401Schema, createSecurityFirewallConfigByConfigVersionActivateStatus402Schema, createSecurityFirewallConfigByConfigVersionActivateStatus403Schema, createSecurityFirewallConfigByConfigVersionActivateStatus404Schema, createSecurityFirewallConfigByConfigVersionActivateStatus410Schema, createSecurityFirewallConfigByConfigVersionActivateStatus500Schema, createSessionDirectoryPathSessionIdSchema, createSessionDirectoryQuerySlugSchema, createSessionDirectoryQueryTeamIdSchema, createSessionDirectoryResponseSchema, createSessionDirectoryStatus200Schema, createSessionDirectoryStatus400Schema, createSessionDirectoryStatus401Schema, createSessionDirectoryStatus403Schema, createSessionDirectoryStatus404Schema, createSessionDirectoryStatus410Schema, createSessionDirectoryStatus422Schema, createSessionDirectoryStatus429Schema, createSessionDirectoryStatus500Schema, createSessionSnapshotPathSessionIdSchema, createSessionSnapshotQuerySlugSchema, createSessionSnapshotQueryTeamIdSchema, createSessionSnapshotResponseSchema, createSessionSnapshotStatus201Schema, createSessionSnapshotStatus400Schema, createSessionSnapshotStatus401Schema, createSessionSnapshotStatus402Schema, createSessionSnapshotStatus403Schema, createSessionSnapshotStatus404Schema, createSessionSnapshotStatus410Schema, createSessionSnapshotStatus422Schema, createSessionSnapshotStatus429Schema, createSessionSnapshotStatus500Schema, createSharedEnvVariableQuerySlugSchema, createSharedEnvVariableQueryTeamIdSchema, createSharedEnvVariableResponseSchema, createSharedEnvVariableStatus201Schema, createSharedEnvVariableStatus400Schema, createSharedEnvVariableStatus401Schema, createSharedEnvVariableStatus402Schema, createSharedEnvVariableStatus403Schema, createSharedEnvVariableStatus410Schema, createSpeedInsightsToggleQueryProjectIdSchema, createSpeedInsightsToggleResponseSchema, createSpeedInsightsToggleStatus200Schema, createSpeedInsightsToggleStatus400Schema, createSpeedInsightsToggleStatus401Schema, createSpeedInsightsToggleStatus402Schema, createSpeedInsightsToggleStatus403Schema, createSpeedInsightsToggleStatus410Schema, createStorageStoresBlobResponseSchema, createStorageStoresBlobStatus200Schema, createStorageStoresBlobStatus400Schema, createStorageStoresBlobStatus401Schema, createStorageStoresBlobStatus402Schema, createStorageStoresBlobStatus403Schema, createStorageStoresBlobStatus404Schema, createStorageStoresBlobStatus409Schema, createStorageStoresBlobStatus410Schema, createStorageStoresBlobStatus429Schema, createTeamResponseSchema, createTeamStatus200Schema, createTeamStatus400Schema, createTeamStatus401Schema, createTeamStatus403Schema, createTeamStatus404Schema, createTeamStatus409Schema, createTeamStatus410Schema, createTraceSessionQuerySlugSchema, createTraceSessionQueryTeamIdSchema, createTraceSessionResponseSchema, createTraceSessionStatus200Schema, createTraceSessionStatus400Schema, createTraceSessionStatus401Schema, createTraceSessionStatus403Schema, createTraceSessionStatus410Schema, createTraceSessionStatus422Schema, createWebInsightsToggleQueryProjectIdSchema, createWebInsightsToggleResponseSchema, createWebInsightsToggleStatus200Schema, createWebInsightsToggleStatus400Schema, createWebInsightsToggleStatus401Schema, createWebInsightsToggleStatus403Schema, createWebInsightsToggleStatus410Schema, createWebhookQuerySlugSchema, createWebhookQueryTeamIdSchema, createWebhookResponseSchema, createWebhookStatus200Schema, createWebhookStatus400Schema, createWebhookStatus401Schema, createWebhookStatus403Schema, createWebhookStatus410Schema, dNSSECEnabledSchema, dangerouslyDeleteBySrcImagesQueryProjectIdOrNameSchema, dangerouslyDeleteBySrcImagesQuerySlugSchema, dangerouslyDeleteBySrcImagesQueryTeamIdSchema, dangerouslyDeleteBySrcImagesResponseSchema, dangerouslyDeleteBySrcImagesStatus200Schema, dangerouslyDeleteBySrcImagesStatus400Schema, dangerouslyDeleteBySrcImagesStatus401Schema, dangerouslyDeleteBySrcImagesStatus402Schema, dangerouslyDeleteBySrcImagesStatus403Schema, dangerouslyDeleteBySrcImagesStatus404Schema, dangerouslyDeleteBySrcImagesStatus410Schema, dangerouslyDeleteByTagsQueryProjectIdOrNameSchema, dangerouslyDeleteByTagsQuerySlugSchema, dangerouslyDeleteByTagsQueryTeamIdSchema, dangerouslyDeleteByTagsResponseSchema, dangerouslyDeleteByTagsStatus200Schema, dangerouslyDeleteByTagsStatus400Schema, dangerouslyDeleteByTagsStatus401Schema, dangerouslyDeleteByTagsStatus403Schema, dangerouslyDeleteByTagsStatus404Schema, dangerouslyDeleteByTagsStatus410Schema, dateFromStringSchema, deleteAccessGroupPathIdOrNameSchema, deleteAccessGroupProjectPathAccessGroupIdOrNameSchema, deleteAccessGroupProjectPathProjectIdSchema, deleteAccessGroupProjectQuerySlugSchema, deleteAccessGroupProjectQueryTeamIdSchema, deleteAccessGroupProjectResponseSchema, deleteAccessGroupProjectStatus200Schema, deleteAccessGroupProjectStatus400Schema, deleteAccessGroupProjectStatus401Schema, deleteAccessGroupProjectStatus403Schema, deleteAccessGroupProjectStatus410Schema, deleteAccessGroupQuerySlugSchema, deleteAccessGroupQueryTeamIdSchema, deleteAccessGroupResponseSchema, deleteAccessGroupStatus200Schema, deleteAccessGroupStatus400Schema, deleteAccessGroupStatus401Schema, deleteAccessGroupStatus403Schema, deleteAccessGroupStatus410Schema, deleteAiGatewayRuleQueryRuleIdSchema, deleteAiGatewayRuleQuerySlugSchema, deleteAiGatewayRuleQueryTeamIdSchema, deleteAiGatewayRuleResponseSchema, deleteAiGatewayRuleStatus204Schema, deleteAiGatewayRuleStatus400Schema, deleteAiGatewayRuleStatus401Schema, deleteAiGatewayRuleStatus403Schema, deleteAiGatewayRuleStatus404Schema, deleteAiGatewayRuleStatus410Schema, deleteAiGatewayRuleStatus500Schema, deleteAliasPathAliasIdSchema, deleteAliasQuerySlugSchema, deleteAliasQueryTeamIdSchema, deleteAliasResponseSchema, deleteAliasStatus200Schema, deleteAliasStatus400Schema, deleteAliasStatus401Schema, deleteAliasStatus403Schema, deleteAliasStatus404Schema, deleteAliasStatus410Schema, deleteAllArtifactsQuerySlugSchema, deleteAllArtifactsQueryTeamIdSchema, deleteAllArtifactsResponseSchema, deleteAllArtifactsStatus200Schema, deleteAllArtifactsStatus400Schema, deleteAllArtifactsStatus401Schema, deleteAllArtifactsStatus403Schema, deleteAllArtifactsStatus410Schema, deleteAuthTokenPathTokenIdSchema, deleteAuthTokenResponseSchema, deleteAuthTokenStatus200Schema, deleteAuthTokenStatus400Schema, deleteAuthTokenStatus401Schema, deleteAuthTokenStatus403Schema, deleteAuthTokenStatus404Schema, deleteAuthTokenStatus410Schema, deleteConfigurableLogDrainPathIdSchema, deleteConfigurableLogDrainQuerySlugSchema, deleteConfigurableLogDrainQueryTeamIdSchema, deleteConfigurableLogDrainResponseSchema, deleteConfigurableLogDrainStatus204Schema, deleteConfigurableLogDrainStatus400Schema, deleteConfigurableLogDrainStatus401Schema, deleteConfigurableLogDrainStatus403Schema, deleteConfigurableLogDrainStatus404Schema, deleteConfigurableLogDrainStatus410Schema, deleteConfigurationPathIdSchema, deleteConfigurationQuerySlugSchema, deleteConfigurationQueryTeamIdSchema, deleteConfigurationResponseSchema, deleteConfigurationStatus204Schema, deleteConfigurationStatus400Schema, deleteConfigurationStatus401Schema, deleteConfigurationStatus403Schema, deleteConfigurationStatus404Schema, deleteConfigurationStatus410Schema, deleteDeploymentPathIdSchema, deleteDeploymentQuerySlugSchema, deleteDeploymentQueryTeamIdSchema, deleteDeploymentQueryUrlSchema, deleteDeploymentResponseSchema, deleteDeploymentStatus200Schema, deleteDeploymentStatus400Schema, deleteDeploymentStatus401Schema, deleteDeploymentStatus403Schema, deleteDeploymentStatus404Schema, deleteDeploymentStatus410Schema, deleteDomainPathDomainSchema, deleteDomainQuerySlugSchema, deleteDomainQueryTeamIdSchema, deleteDomainResponseSchema, deleteDomainStatus200Schema, deleteDomainStatus400Schema, deleteDomainStatus401Schema, deleteDomainStatus403Schema, deleteDomainStatus404Schema, deleteDomainStatus409Schema, deleteDomainStatus410Schema, deleteDrainPathIdSchema, deleteDrainQuerySlugSchema, deleteDrainQueryTeamIdSchema, deleteDrainResponseSchema, deleteDrainStatus204Schema, deleteDrainStatus400Schema, deleteDrainStatus401Schema, deleteDrainStatus403Schema, deleteDrainStatus404Schema, deleteDrainStatus410Schema, deleteDrivePathNameSchema, deleteDriveQueryProjectIdSchema, deleteDriveQuerySlugSchema, deleteDriveQueryTeamIdSchema, deleteDriveResponseSchema, deleteDriveStatus200Schema, deleteDriveStatus400Schema, deleteDriveStatus401Schema, deleteDriveStatus403Schema, deleteDriveStatus404Schema, deleteDriveStatus409Schema, deleteDriveStatus410Schema, deleteDriveStatus429Schema, deleteEdgeConfigPathEdgeConfigIdSchema, deleteEdgeConfigQuerySlugSchema, deleteEdgeConfigQueryTeamIdSchema, deleteEdgeConfigResponseSchema, deleteEdgeConfigSchemaPathEdgeConfigIdSchema, deleteEdgeConfigSchemaQuerySlugSchema, deleteEdgeConfigSchemaQueryTeamIdSchema, deleteEdgeConfigSchemaResponseSchema, deleteEdgeConfigSchemaStatus204Schema, deleteEdgeConfigSchemaStatus400Schema, deleteEdgeConfigSchemaStatus401Schema, deleteEdgeConfigSchemaStatus402Schema, deleteEdgeConfigSchemaStatus403Schema, deleteEdgeConfigSchemaStatus404Schema, deleteEdgeConfigSchemaStatus409Schema, deleteEdgeConfigSchemaStatus410Schema, deleteEdgeConfigStatus204Schema, deleteEdgeConfigStatus400Schema, deleteEdgeConfigStatus401Schema, deleteEdgeConfigStatus403Schema, deleteEdgeConfigStatus404Schema, deleteEdgeConfigStatus409Schema, deleteEdgeConfigStatus410Schema, deleteEdgeConfigTokensPathEdgeConfigIdSchema, deleteEdgeConfigTokensQuerySlugSchema, deleteEdgeConfigTokensQueryTeamIdSchema, deleteEdgeConfigTokensResponseSchema, deleteEdgeConfigTokensStatus204Schema, deleteEdgeConfigTokensStatus400Schema, deleteEdgeConfigTokensStatus401Schema, deleteEdgeConfigTokensStatus402Schema, deleteEdgeConfigTokensStatus403Schema, deleteEdgeConfigTokensStatus404Schema, deleteEdgeConfigTokensStatus409Schema, deleteEdgeConfigTokensStatus410Schema, deleteFlagPathFlagIdOrSlugSchema, deleteFlagPathProjectIdOrNameSchema, deleteFlagQueryIfMatchSchema, deleteFlagQuerySlugSchema, deleteFlagQueryTeamIdSchema, deleteFlagQueryWithMetadataSchema, deleteFlagResponseSchema, deleteFlagSegmentPathProjectIdOrNameSchema, deleteFlagSegmentPathSegmentIdOrSlugSchema, deleteFlagSegmentQuerySlugSchema, deleteFlagSegmentQueryTeamIdSchema, deleteFlagSegmentQueryWithMetadataSchema, deleteFlagSegmentResponseSchema, deleteFlagSegmentStatus204Schema, deleteFlagSegmentStatus304Schema, deleteFlagSegmentStatus400Schema, deleteFlagSegmentStatus401Schema, deleteFlagSegmentStatus402Schema, deleteFlagSegmentStatus403Schema, deleteFlagSegmentStatus404Schema, deleteFlagSegmentStatus409Schema, deleteFlagSegmentStatus410Schema, deleteFlagStatus204Schema, deleteFlagStatus304Schema, deleteFlagStatus400Schema, deleteFlagStatus401Schema, deleteFlagStatus402Schema, deleteFlagStatus403Schema, deleteFlagStatus404Schema, deleteFlagStatus409Schema, deleteFlagStatus410Schema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdPathIntegrationConfigurationIdSchema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdPathItemIdSchema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdPathResourceIdSchema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdResponseSchema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus204Schema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus400Schema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus401Schema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus403Schema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus404Schema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus410Schema, deleteIntegrationLogDrainPathIdSchema, deleteIntegrationLogDrainQuerySlugSchema, deleteIntegrationLogDrainQueryTeamIdSchema, deleteIntegrationLogDrainResponseSchema, deleteIntegrationLogDrainStatus204Schema, deleteIntegrationLogDrainStatus400Schema, deleteIntegrationLogDrainStatus401Schema, deleteIntegrationLogDrainStatus403Schema, deleteIntegrationLogDrainStatus404Schema, deleteIntegrationLogDrainStatus410Schema, deleteIntegrationResourcePathIntegrationConfigurationIdSchema, deleteIntegrationResourcePathResourceIdSchema, deleteIntegrationResourceResponseSchema, deleteIntegrationResourceStatus204Schema, deleteIntegrationResourceStatus400Schema, deleteIntegrationResourceStatus401Schema, deleteIntegrationResourceStatus403Schema, deleteIntegrationResourceStatus404Schema, deleteIntegrationResourceStatus410Schema, deleteMicrofrontendsGroupPathGroupIdSchema, deleteMicrofrontendsGroupPathTeamIdSchema, deleteMicrofrontendsGroupQuerySlugSchema, deleteMicrofrontendsGroupResponseSchema, deleteMicrofrontendsGroupStatus200Schema, deleteMicrofrontendsGroupStatus400Schema, deleteMicrofrontendsGroupStatus401Schema, deleteMicrofrontendsGroupStatus403Schema, deleteMicrofrontendsGroupStatus404Schema, deleteMicrofrontendsGroupStatus410Schema, deleteMicrofrontendsGroupStatus500Schema, deleteNetworkPathNetworkIdSchema, deleteNetworkQuerySlugSchema, deleteNetworkQueryTeamIdSchema, deleteNetworkResponseSchema, deleteNetworkStatus204Schema, deleteNetworkStatus400Schema, deleteNetworkStatus401Schema, deleteNetworkStatus402Schema, deleteNetworkStatus403Schema, deleteNetworkStatus409Schema, deleteNetworkStatus410Schema, deleteProjectCheckPathCheckIdSchema, deleteProjectCheckPathProjectIdOrNameSchema, deleteProjectCheckQuerySlugSchema, deleteProjectCheckQueryTeamIdSchema, deleteProjectCheckResponseSchema, deleteProjectCheckStatus200Schema, deleteProjectCheckStatus400Schema, deleteProjectCheckStatus401Schema, deleteProjectCheckStatus403Schema, deleteProjectCheckStatus404Schema, deleteProjectCheckStatus410Schema, deleteProjectCheckStatus500Schema, deleteProjectPathIdOrNameSchema, deleteProjectQuerySlugSchema, deleteProjectQueryTeamIdSchema, deleteProjectResponseSchema, deleteProjectStatus204Schema, deleteProjectStatus400Schema, deleteProjectStatus401Schema, deleteProjectStatus403Schema, deleteProjectStatus409Schema, deleteProjectStatus410Schema, deleteRedirectsQueryProjectIdSchema, deleteRedirectsQuerySlugSchema, deleteRedirectsQueryTeamIdSchema, deleteRedirectsResponseSchema, deleteRedirectsStatus200Schema, deleteRedirectsStatus400Schema, deleteRedirectsStatus401Schema, deleteRedirectsStatus403Schema, deleteRedirectsStatus404Schema, deleteRedirectsStatus410Schema, deleteRedirectsStatus500Schema, deleteRepositoryImagePathIdOrNameSchema, deleteRepositoryImagePathImageIdSchema, deleteRepositoryImageQueryProjectIdSchema, deleteRepositoryImageQuerySlugSchema, deleteRepositoryImageQueryTeamIdSchema, deleteRepositoryImageResponseSchema, deleteRepositoryImageStatus202Schema, deleteRepositoryImageStatus400Schema, deleteRepositoryImageStatus401Schema, deleteRepositoryImageStatus403Schema, deleteRepositoryImageStatus404Schema, deleteRepositoryImageStatus410Schema, deleteRepositoryPathIdOrNameSchema, deleteRepositoryQueryProjectIdSchema, deleteRepositoryQuerySlugSchema, deleteRepositoryQueryTeamIdSchema, deleteRepositoryResponseSchema, deleteRepositoryStatus202Schema, deleteRepositoryStatus400Schema, deleteRepositoryStatus401Schema, deleteRepositoryStatus403Schema, deleteRepositoryStatus404Schema, deleteRepositoryStatus410Schema, deleteRollingReleaseConfigPathIdOrNameSchema, deleteRollingReleaseConfigQuerySlugSchema, deleteRollingReleaseConfigQueryTeamIdSchema, deleteRollingReleaseConfigResponseSchema, deleteRollingReleaseConfigStatus200Schema, deleteRollingReleaseConfigStatus400Schema, deleteRollingReleaseConfigStatus401Schema, deleteRollingReleaseConfigStatus403Schema, deleteRollingReleaseConfigStatus404Schema, deleteRollingReleaseConfigStatus410Schema, deleteRoutesPathProjectIdSchema, deleteRoutesQuerySlugSchema, deleteRoutesQueryTeamIdSchema, deleteRoutesResponseSchema, deleteRoutesStatus200Schema, deleteRoutesStatus400Schema, deleteRoutesStatus401Schema, deleteRoutesStatus403Schema, deleteRoutesStatus404Schema, deleteRoutesStatus410Schema, deleteSandboxPathNameSchema, deleteSandboxQueryProjectIdSchema, deleteSandboxQuerySlugSchema, deleteSandboxQueryTeamIdSchema, deleteSandboxResponseSchema, deleteSandboxStatus200Schema, deleteSandboxStatus400Schema, deleteSandboxStatus401Schema, deleteSandboxStatus403Schema, deleteSandboxStatus404Schema, deleteSandboxStatus410Schema, deleteSandboxStatus429Schema, deleteSdkKeyPathHashKeySchema, deleteSdkKeyPathProjectIdOrNameSchema, deleteSdkKeyQuerySlugSchema, deleteSdkKeyQueryTeamIdSchema, deleteSdkKeyResponseSchema, deleteSdkKeyStatus204Schema, deleteSdkKeyStatus400Schema, deleteSdkKeyStatus401Schema, deleteSdkKeyStatus402Schema, deleteSdkKeyStatus403Schema, deleteSdkKeyStatus404Schema, deleteSdkKeyStatus409Schema, deleteSdkKeyStatus410Schema, deleteSecurityFirewallConfigByConfigVersionPathConfigVersionSchema, deleteSecurityFirewallConfigByConfigVersionResponseSchema, deleteSecurityFirewallConfigByConfigVersionStatus204Schema, deleteSecurityFirewallConfigByConfigVersionStatus400Schema, deleteSecurityFirewallConfigByConfigVersionStatus401Schema, deleteSecurityFirewallConfigByConfigVersionStatus403Schema, deleteSecurityFirewallConfigByConfigVersionStatus404Schema, deleteSecurityFirewallConfigByConfigVersionStatus410Schema, deleteSecurityFirewallConfigByConfigVersionStatus500Schema, deleteSessionSnapshotPathSnapshotIdSchema, deleteSessionSnapshotQuerySlugSchema, deleteSessionSnapshotQueryTeamIdSchema, deleteSessionSnapshotResponseSchema, deleteSessionSnapshotStatus200Schema, deleteSessionSnapshotStatus400Schema, deleteSessionSnapshotStatus401Schema, deleteSessionSnapshotStatus403Schema, deleteSessionSnapshotStatus404Schema, deleteSessionSnapshotStatus410Schema, deleteSessionSnapshotStatus429Schema, deleteSharedEnvVariableQuerySlugSchema, deleteSharedEnvVariableQueryTeamIdSchema, deleteSharedEnvVariableResponseSchema, deleteSharedEnvVariableStatus200Schema, deleteSharedEnvVariableStatus400Schema, deleteSharedEnvVariableStatus401Schema, deleteSharedEnvVariableStatus402Schema, deleteSharedEnvVariableStatus403Schema, deleteSharedEnvVariableStatus410Schema, deleteStorageStoresBlobByIdPathIdSchema, deleteStorageStoresBlobByIdResponseSchema, deleteStorageStoresBlobByIdStatus200Schema, deleteStorageStoresBlobByIdStatus400Schema, deleteStorageStoresBlobByIdStatus401Schema, deleteStorageStoresBlobByIdStatus403Schema, deleteStorageStoresBlobByIdStatus404Schema, deleteStorageStoresBlobByIdStatus409Schema, deleteStorageStoresBlobByIdStatus410Schema, deleteTeamInviteCodePathInviteIdSchema, deleteTeamInviteCodePathTeamIdSchema, deleteTeamInviteCodeResponseSchema, deleteTeamInviteCodeStatus200Schema, deleteTeamInviteCodeStatus400Schema, deleteTeamInviteCodeStatus401Schema, deleteTeamInviteCodeStatus403Schema, deleteTeamInviteCodeStatus404Schema, deleteTeamInviteCodeStatus410Schema, deleteTeamPathTeamIdSchema, deleteTeamQueryNewDefaultTeamIdSchema, deleteTeamQuerySlugSchema, deleteTeamResponseSchema, deleteTeamStatus200Schema, deleteTeamStatus400Schema, deleteTeamStatus401Schema, deleteTeamStatus402Schema, deleteTeamStatus403Schema, deleteTeamStatus409Schema, deleteTeamStatus410Schema, deleteWebhookPathIdSchema, deleteWebhookQuerySlugSchema, deleteWebhookQueryTeamIdSchema, deleteWebhookResponseSchema, deleteWebhookStatus204Schema, deleteWebhookStatus400Schema, deleteWebhookStatus401Schema, deleteWebhookStatus403Schema, deleteWebhookStatus410Schema, domainAlreadyOwnedSchema, domainAlreadyRenewingSchema, domainCannotBeTransferedOutUntilSchema, domainNameSchema, domainNotAvailableSchema, domainNotFoundSchema, domainNotRegisteredSchema, domainNotRenewableSchema, domainTooShortSchema, downloadArtifactHeaderxArtifactClientCiSchema, downloadArtifactHeaderxArtifactClientInteractiveSchema, downloadArtifactPathHashSchema, downloadArtifactQuerySlugSchema, downloadArtifactQueryTeamIdSchema, downloadArtifactResponseSchema, downloadArtifactStatus200Schema, downloadArtifactStatus400Schema, downloadArtifactStatus401Schema, downloadArtifactStatus402Schema, downloadArtifactStatus403Schema, downloadArtifactStatus404Schema, downloadArtifactStatus410Schema, driveSchema, duplicateDomainsSchema, e164PhoneNumberSchema, edgeConfigItemSchema, edgeConfigItemValueSchema, edgeConfigTokenSchema, editProjectEnvPathIdOrNameSchema, editProjectEnvPathIdSchema, editProjectEnvQuerySlugSchema, editProjectEnvQueryTeamIdSchema, editProjectEnvResponseSchema, editProjectEnvStatus200Schema, editProjectEnvStatus400Schema, editProjectEnvStatus401Schema, editProjectEnvStatus403Schema, editProjectEnvStatus404Schema, editProjectEnvStatus409Schema, editProjectEnvStatus410Schema, editProjectEnvStatus429Schema, editProjectEnvStatus500Schema, editRedirectQueryProjectIdSchema, editRedirectQuerySlugSchema, editRedirectQueryTeamIdSchema, editRedirectResponseSchema, editRedirectStatus200Schema, editRedirectStatus400Schema, editRedirectStatus401Schema, editRedirectStatus403Schema, editRedirectStatus404Schema, editRedirectStatus410Schema, editRedirectStatus500Schema, editRoutePathProjectIdSchema, editRoutePathRouteIdSchema, editRouteQuerySlugSchema, editRouteQueryTeamIdSchema, editRouteResponseSchema, editRouteStatus200Schema, editRouteStatus400Schema, editRouteStatus401Schema, editRouteStatus403Schema, editRouteStatus404Schema, editRouteStatus409Schema, editRouteStatus410Schema, editRouteStatus500Schema, emailAddressSchema, exchangeSsoTokenResponseSchema, exchangeSsoTokenStatus200Schema, exchangeSsoTokenStatus400Schema, exchangeSsoTokenStatus403Schema, exchangeSsoTokenStatus500Schema, expectedPriceMismatchSchema, extendSessionTimeoutPathSessionIdSchema, extendSessionTimeoutQuerySlugSchema, extendSessionTimeoutQueryTeamIdSchema, extendSessionTimeoutResponseSchema, extendSessionTimeoutStatus200Schema, extendSessionTimeoutStatus400Schema, extendSessionTimeoutStatus401Schema, extendSessionTimeoutStatus403Schema, extendSessionTimeoutStatus404Schema, extendSessionTimeoutStatus410Schema, extendSessionTimeoutStatus422Schema, extendSessionTimeoutStatus429Schema, extendSessionTimeoutStatus500Schema, fileTreeSchema, filterProjectEnvsPathIdOrNameSchema, filterProjectEnvsQueryCustomEnvironmentIdSchema, filterProjectEnvsQueryCustomEnvironmentSlugSchema, filterProjectEnvsQueryDecryptSchema, filterProjectEnvsQueryGitBranchSchema, filterProjectEnvsQuerySlugSchema, filterProjectEnvsQuerySourceSchema, filterProjectEnvsQueryTeamIdSchema, filterProjectEnvsResponseSchema, filterProjectEnvsStatus200Schema, filterProjectEnvsStatus400Schema, filterProjectEnvsStatus401Schema, filterProjectEnvsStatus403Schema, filterProjectEnvsStatus410Schema, finalizeInstallationPathIntegrationConfigurationIdSchema, finalizeInstallationResponseSchema, finalizeInstallationStatus204Schema, finalizeInstallationStatus400Schema, finalizeInstallationStatus401Schema, finalizeInstallationStatus403Schema, finalizeInstallationStatus404Schema, finalizeInstallationStatus410Schema, flagJSONValueSchema, flagSchema, flagsSdkKeyWithSecretsSchema, forbiddenSchema, generateFirewallRuleQueryProjectIdSchema, generateFirewallRuleQuerySlugSchema, generateFirewallRuleQueryTeamIdSchema, generateFirewallRuleResponseSchema, generateFirewallRuleStatus200Schema, generateFirewallRuleStatus400Schema, generateFirewallRuleStatus401Schema, generateFirewallRuleStatus403Schema, generateFirewallRuleStatus404Schema, generateFirewallRuleStatus408Schema, generateFirewallRuleStatus410Schema, generateFirewallRuleStatus500Schema, generateRoutePathProjectIdSchema, generateRouteQuerySlugSchema, generateRouteQueryTeamIdSchema, generateRouteResponseSchema, generateRouteStatus200Schema, generateRouteStatus400Schema, generateRouteStatus401Schema, generateRouteStatus403Schema, generateRouteStatus408Schema, generateRouteStatus410Schema, generateRouteStatus500Schema, getAccountInfoPathIntegrationConfigurationIdSchema, getAccountInfoResponseSchema, getAccountInfoStatus200Schema, getAccountInfoStatus400Schema, getAccountInfoStatus401Schema, getAccountInfoStatus403Schema, getAccountInfoStatus404Schema, getAccountInfoStatus410Schema, getActiveAttackStatusQueryProjectIdSchema, getActiveAttackStatusQuerySinceSchema, getActiveAttackStatusQuerySlugSchema, getActiveAttackStatusQueryTeamIdSchema, getActiveAttackStatusResponseSchema, getActiveAttackStatusStatus200Schema, getActiveAttackStatusStatus400Schema, getActiveAttackStatusStatus401Schema, getActiveAttackStatusStatus403Schema, getActiveAttackStatusStatus404Schema, getActiveAttackStatusStatus410Schema, getAliasPathIdOrAliasSchema, getAliasQueryFromSchema, getAliasQueryProjectIdSchema, getAliasQuerySinceSchema, getAliasQuerySlugSchema, getAliasQueryTeamIdSchema, getAliasQueryUntilSchema, getAliasResponseSchema, getAliasStatus200Schema, getAliasStatus400Schema, getAliasStatus401Schema, getAliasStatus403Schema, getAliasStatus404Schema, getAliasStatus410Schema, getAllChecksPathDeploymentIdSchema, getAllChecksQuerySlugSchema, getAllChecksQueryTeamIdSchema, getAllChecksResponseSchema, getAllChecksStatus200Schema, getAllChecksStatus400Schema, getAllChecksStatus401Schema, getAllChecksStatus403Schema, getAllChecksStatus404Schema, getAllChecksStatus410Schema, getAllLogDrainsQueryIncludeMetadataSchema, getAllLogDrainsQueryProjectIdOrNameSchema, getAllLogDrainsQueryProjectIdSchema, getAllLogDrainsQuerySlugSchema, getAllLogDrainsQueryTeamIdSchema, getAllLogDrainsResponseSchema, getAllLogDrainsStatus200Schema, getAllLogDrainsStatus400Schema, getAllLogDrainsStatus401Schema, getAllLogDrainsStatus403Schema, getAllLogDrainsStatus404Schema, getAllLogDrainsStatus410Schema, getAuthTokenPathTokenIdSchema, getAuthTokenResponseSchema, getAuthTokenStatus200Schema, getAuthTokenStatus400Schema, getAuthTokenStatus401Schema, getAuthTokenStatus403Schema, getAuthTokenStatus404Schema, getAuthTokenStatus410Schema, getAuthUserResponseSchema, getAuthUserStatus200Schema, getAuthUserStatus302Schema, getAuthUserStatus400Schema, getAuthUserStatus401Schema, getAuthUserStatus403Schema, getAuthUserStatus409Schema, getAuthUserStatus410Schema, getBillingPlansPathIntegrationIdOrSlugSchema, getBillingPlansPathProductIdOrSlugSchema, getBillingPlansQueryIntegrationConfigurationIdSchema, getBillingPlansQueryMetadataSchema, getBillingPlansQuerySlugSchema, getBillingPlansQuerySourceSchema, getBillingPlansQueryTeamIdSchema, getBillingPlansResponseSchema, getBillingPlansStatus200Schema, getBillingPlansStatus400Schema, getBillingPlansStatus401Schema, getBillingPlansStatus403Schema, getBillingPlansStatus404Schema, getBillingPlansStatus410Schema, getBulkAvailabilityQueryTeamIdSchema, getBulkAvailabilityResponseSchema, getBulkAvailabilityStatus200Schema, getBulkAvailabilityStatus400Schema, getBulkAvailabilityStatus401Schema, getBulkAvailabilityStatus403Schema, getBulkAvailabilityStatus429Schema, getBulkAvailabilityStatus500Schema, getBypassIpQueryDomainSchema, getBypassIpQueryLimitSchema, getBypassIpQueryOffsetSchema, getBypassIpQueryProjectIdSchema, getBypassIpQueryProjectScopeSchema, getBypassIpQuerySlugSchema, getBypassIpQuerySourceIpSchema, getBypassIpQueryTeamIdSchema, getBypassIpResponseSchema, getBypassIpStatus200Schema, getBypassIpStatus400Schema, getBypassIpStatus401Schema, getBypassIpStatus403Schema, getBypassIpStatus404Schema, getBypassIpStatus410Schema, getBypassIpStatus500Schema, getCertByIdPathIdSchema, getCertByIdQuerySlugSchema, getCertByIdQueryTeamIdSchema, getCertByIdResponseSchema, getCertByIdStatus200Schema, getCertByIdStatus400Schema, getCertByIdStatus401Schema, getCertByIdStatus403Schema, getCertByIdStatus404Schema, getCertByIdStatus410Schema, getCertsQuerySlugSchema, getCertsQueryTeamIdSchema, getCertsResponseSchema, getCertsStatus200Schema, getCertsStatus400Schema, getCertsStatus401Schema, getCertsStatus403Schema, getCertsStatus410Schema, getCheckPathCheckIdSchema, getCheckPathDeploymentIdSchema, getCheckQuerySlugSchema, getCheckQueryTeamIdSchema, getCheckResponseSchema, getCheckStatus200Schema, getCheckStatus400Schema, getCheckStatus401Schema, getCheckStatus403Schema, getCheckStatus404Schema, getCheckStatus410Schema, getConfigurableLogDrainPathIdSchema, getConfigurableLogDrainQuerySlugSchema, getConfigurableLogDrainQueryTeamIdSchema, getConfigurableLogDrainResponseSchema, getConfigurableLogDrainStatus200Schema, getConfigurableLogDrainStatus400Schema, getConfigurableLogDrainStatus401Schema, getConfigurableLogDrainStatus403Schema, getConfigurableLogDrainStatus404Schema, getConfigurableLogDrainStatus410Schema, getConfigurationPathIdSchema, getConfigurationProductsPathIdSchema, getConfigurationProductsQuerySlugSchema, getConfigurationProductsQueryTeamIdSchema, getConfigurationProductsResponseSchema, getConfigurationProductsStatus200Schema, getConfigurationProductsStatus400Schema, getConfigurationProductsStatus401Schema, getConfigurationProductsStatus403Schema, getConfigurationProductsStatus404Schema, getConfigurationProductsStatus410Schema, getConfigurationProductsStatus500Schema, getConfigurationQuerySlugSchema, getConfigurationQueryTeamIdSchema, getConfigurationResponseSchema, getConfigurationStatus200Schema, getConfigurationStatus400Schema, getConfigurationStatus401Schema, getConfigurationStatus403Schema, getConfigurationStatus404Schema, getConfigurationStatus410Schema, getConfigurationsQueryInstallationTypeSchema, getConfigurationsQueryIntegrationIdOrSlugSchema, getConfigurationsQuerySlugSchema, getConfigurationsQueryTeamIdSchema, getConfigurationsQueryViewSchema, getConfigurationsResponseSchema, getConfigurationsStatus200Schema, getConfigurationsStatus400Schema, getConfigurationsStatus401Schema, getConfigurationsStatus403Schema, getConfigurationsStatus410Schema, getConnectorTokenPathConnectorSchema, getConnectorTokenResponseSchema, getConnectorTokenStatus200Schema, getConnectorTokenStatus400Schema, getConnectorTokenStatus401Schema, getConnectorTokenStatus403Schema, getConnectorTokenStatus404Schema, getConnectorTokenStatus410Schema, getConnectorTokenStatus422Schema, getConnectorTokenStatus429Schema, getContactInfoSchemaPathDomainSchema, getContactInfoSchemaQueryTeamIdSchema, getContactInfoSchemaResponseSchema, getContactInfoSchemaStatus200Schema, getContactInfoSchemaStatus400Schema, getContactInfoSchemaStatus401Schema, getContactInfoSchemaStatus403Schema, getContactInfoSchemaStatus429Schema, getContactInfoSchemaStatus500Schema, getCustomEnvironmentPathEnvironmentSlugOrIdSchema, getCustomEnvironmentPathIdOrNameSchema, getCustomEnvironmentQuerySlugSchema, getCustomEnvironmentQueryTeamIdSchema, getCustomEnvironmentResponseSchema, getCustomEnvironmentStatus200Schema, getCustomEnvironmentStatus400Schema, getCustomEnvironmentStatus401Schema, getCustomEnvironmentStatus403Schema, getCustomEnvironmentStatus404Schema, getCustomEnvironmentStatus410Schema, getDeploymentCheckRunPathCheckRunIdSchema, getDeploymentCheckRunPathDeploymentIdSchema, getDeploymentCheckRunQuerySlugSchema, getDeploymentCheckRunQueryTeamIdSchema, getDeploymentCheckRunResponseSchema, getDeploymentCheckRunStatus200Schema, getDeploymentCheckRunStatus400Schema, getDeploymentCheckRunStatus401Schema, getDeploymentCheckRunStatus403Schema, getDeploymentCheckRunStatus404Schema, getDeploymentCheckRunStatus410Schema, getDeploymentCheckRunStatus500Schema, getDeploymentEventsPathIdOrUrlSchema, getDeploymentEventsQueryBuildsSchema, getDeploymentEventsQueryDelimiterSchema, getDeploymentEventsQueryDirectionSchema, getDeploymentEventsQueryFollowSchema, getDeploymentEventsQueryLimitSchema, getDeploymentEventsQueryNameSchema, getDeploymentEventsQuerySinceSchema, getDeploymentEventsQuerySlugSchema, getDeploymentEventsQueryStatusCodeSchema, getDeploymentEventsQueryTeamIdSchema, getDeploymentEventsQueryUntilSchema, getDeploymentEventsResponseSchema, getDeploymentEventsStatus200Schema, getDeploymentEventsStatus400Schema, getDeploymentEventsStatus401Schema, getDeploymentEventsStatus403Schema, getDeploymentEventsStatus410Schema, getDeploymentEventsStatus500Schema, getDeploymentFeatureFlagsPathDeploymentIdSchema, getDeploymentFeatureFlagsQuerySlugSchema, getDeploymentFeatureFlagsQueryTeamIdSchema, getDeploymentFeatureFlagsResponseSchema, getDeploymentFeatureFlagsStatus200Schema, getDeploymentFeatureFlagsStatus400Schema, getDeploymentFeatureFlagsStatus401Schema, getDeploymentFeatureFlagsStatus403Schema, getDeploymentFeatureFlagsStatus404Schema, getDeploymentFeatureFlagsStatus410Schema, getDeploymentFileContentsPathFileIdSchema, getDeploymentFileContentsPathIdSchema, getDeploymentFileContentsQueryPathSchema, getDeploymentFileContentsQuerySlugSchema, getDeploymentFileContentsQueryTeamIdSchema, getDeploymentFileContentsResponseSchema, getDeploymentFileContentsStatus400Schema, getDeploymentFileContentsStatus401Schema, getDeploymentFileContentsStatus403Schema, getDeploymentFileContentsStatus404Schema, getDeploymentFileContentsStatus410Schema, getDeploymentPathIdOrUrlSchema, getDeploymentQuerySlugSchema, getDeploymentQueryTeamIdSchema, getDeploymentQueryWithGitRepoInfoSchema, getDeploymentResponseSchema, getDeploymentStatus200Schema, getDeploymentStatus400Schema, getDeploymentStatus403Schema, getDeploymentStatus404Schema, getDeploymentStatus410Schema, getDeploymentStatus429Schema, getDeploymentsQueryAppSchema, getDeploymentsQueryBranchSchema, getDeploymentsQueryFromSchema, getDeploymentsQueryLimitSchema, getDeploymentsQueryProjectIdSchema, getDeploymentsQueryProjectIdsSchema, getDeploymentsQueryRollbackCandidateSchema, getDeploymentsQueryShaSchema, getDeploymentsQuerySinceSchema, getDeploymentsQuerySlugSchema, getDeploymentsQueryStateSchema, getDeploymentsQueryTargetSchema, getDeploymentsQueryTeamIdSchema, getDeploymentsQueryToSchema, getDeploymentsQueryUntilSchema, getDeploymentsQueryUsersSchema, getDeploymentsResponseSchema, getDeploymentsStatus200Schema, getDeploymentsStatus400Schema, getDeploymentsStatus401Schema, getDeploymentsStatus403Schema, getDeploymentsStatus404Schema, getDeploymentsStatus410Schema, getDeploymentsStatus422Schema, getDomainAuthCodePathDomainSchema, getDomainAuthCodeQueryTeamIdSchema, getDomainAuthCodeResponseSchema, getDomainAuthCodeStatus200Schema, getDomainAuthCodeStatus400Schema, getDomainAuthCodeStatus401Schema, getDomainAuthCodeStatus403Schema, getDomainAuthCodeStatus404Schema, getDomainAuthCodeStatus409Schema, getDomainAuthCodeStatus429Schema, getDomainAuthCodeStatus500Schema, getDomainAvailabilityPathDomainSchema, getDomainAvailabilityQueryTeamIdSchema, getDomainAvailabilityResponseSchema, getDomainAvailabilityStatus200Schema, getDomainAvailabilityStatus400Schema, getDomainAvailabilityStatus401Schema, getDomainAvailabilityStatus403Schema, getDomainAvailabilityStatus404Schema, getDomainAvailabilityStatus429Schema, getDomainAvailabilityStatus500Schema, getDomainConfigPathDomainSchema, getDomainConfigQueryProjectIdOrNameSchema, getDomainConfigQuerySlugSchema, getDomainConfigQueryStrictSchema, getDomainConfigQueryTeamIdSchema, getDomainConfigResponseSchema, getDomainConfigStatus200Schema, getDomainConfigStatus400Schema, getDomainConfigStatus401Schema, getDomainConfigStatus403Schema, getDomainConfigStatus410Schema, getDomainContactVerificationPathDomainSchema, getDomainContactVerificationQueryTeamIdSchema, getDomainContactVerificationResponseSchema, getDomainContactVerificationStatus200Schema, getDomainContactVerificationStatus400Schema, getDomainContactVerificationStatus401Schema, getDomainContactVerificationStatus403Schema, getDomainContactVerificationStatus404Schema, getDomainContactVerificationStatus429Schema, getDomainContactVerificationStatus500Schema, getDomainPathDomainSchema, getDomainPricePathDomainSchema, getDomainPriceQueryTeamIdSchema, getDomainPriceQueryYearsSchema, getDomainPriceResponseSchema, getDomainPriceStatus200Schema, getDomainPriceStatus400Schema, getDomainPriceStatus401Schema, getDomainPriceStatus403Schema, getDomainPriceStatus429Schema, getDomainPriceStatus500Schema, getDomainProjectDomainsPathDomainSchema, getDomainProjectDomainsQueryLimitSchema, getDomainProjectDomainsQuerySinceSchema, getDomainProjectDomainsQuerySlugSchema, getDomainProjectDomainsQueryTeamIdSchema, getDomainProjectDomainsQueryUntilSchema, getDomainProjectDomainsResponseSchema, getDomainProjectDomainsStatus200Schema, getDomainProjectDomainsStatus400Schema, getDomainProjectDomainsStatus401Schema, getDomainProjectDomainsStatus403Schema, getDomainProjectDomainsStatus404Schema, getDomainProjectDomainsStatus410Schema, getDomainQuerySlugSchema, getDomainQueryTeamIdSchema, getDomainResponseSchema, getDomainStatus200Schema, getDomainStatus400Schema, getDomainStatus401Schema, getDomainStatus403Schema, getDomainStatus404Schema, getDomainStatus410Schema, getDomainTransferInPathDomainSchema, getDomainTransferInQueryTeamIdSchema, getDomainTransferInResponseSchema, getDomainTransferInStatus200Schema, getDomainTransferInStatus400Schema, getDomainTransferInStatus401Schema, getDomainTransferInStatus403Schema, getDomainTransferInStatus404Schema, getDomainTransferInStatus429Schema, getDomainTransferInStatus500Schema, getDomainVerificationRecordPathDomainSchema, getDomainVerificationRecordQuerySlugSchema, getDomainVerificationRecordQueryTeamIdSchema, getDomainVerificationRecordResponseSchema, getDomainVerificationRecordStatus200Schema, getDomainVerificationRecordStatus400Schema, getDomainVerificationRecordStatus401Schema, getDomainVerificationRecordStatus403Schema, getDomainVerificationRecordStatus404Schema, getDomainVerificationRecordStatus410Schema, getDomainsQueryLimitSchema, getDomainsQuerySinceSchema, getDomainsQuerySlugSchema, getDomainsQueryTeamIdSchema, getDomainsQueryUntilSchema, getDomainsRecordsByRecordIdPathRecordIdSchema, getDomainsRecordsByRecordIdResponseSchema, getDomainsRecordsByRecordIdStatus200Schema, getDomainsRecordsByRecordIdStatus400Schema, getDomainsRecordsByRecordIdStatus401Schema, getDomainsRecordsByRecordIdStatus403Schema, getDomainsRecordsByRecordIdStatus404Schema, getDomainsRecordsByRecordIdStatus410Schema, getDomainsResponseSchema, getDomainsStatus200Schema, getDomainsStatus400Schema, getDomainsStatus401Schema, getDomainsStatus403Schema, getDomainsStatus409Schema, getDomainsStatus410Schema, getDrainPathIdSchema, getDrainQuerySlugSchema, getDrainQueryTeamIdSchema, getDrainResponseSchema, getDrainStatus200Schema, getDrainStatus400Schema, getDrainStatus401Schema, getDrainStatus403Schema, getDrainStatus404Schema, getDrainStatus410Schema, getDrainsQueryIncludeMetadataSchema, getDrainsQueryProjectIdSchema, getDrainsQuerySlugSchema, getDrainsQueryTeamIdSchema, getDrainsResponseSchema, getDrainsStatus200Schema, getDrainsStatus400Schema, getDrainsStatus401Schema, getDrainsStatus403Schema, getDrainsStatus404Schema, getDrainsStatus410Schema, getEdgeConfigBackupPathEdgeConfigBackupVersionIdSchema, getEdgeConfigBackupPathEdgeConfigIdSchema, getEdgeConfigBackupQuerySlugSchema, getEdgeConfigBackupQueryTeamIdSchema, getEdgeConfigBackupResponseSchema, getEdgeConfigBackupStatus200Schema, getEdgeConfigBackupStatus400Schema, getEdgeConfigBackupStatus401Schema, getEdgeConfigBackupStatus403Schema, getEdgeConfigBackupStatus404Schema, getEdgeConfigBackupStatus410Schema, getEdgeConfigBackupsPathEdgeConfigIdSchema, getEdgeConfigBackupsQueryLimitSchema, getEdgeConfigBackupsQueryMetadataSchema, getEdgeConfigBackupsQueryNextSchema, getEdgeConfigBackupsQuerySlugSchema, getEdgeConfigBackupsQueryTeamIdSchema, getEdgeConfigBackupsResponseSchema, getEdgeConfigBackupsStatus200Schema, getEdgeConfigBackupsStatus400Schema, getEdgeConfigBackupsStatus401Schema, getEdgeConfigBackupsStatus403Schema, getEdgeConfigBackupsStatus404Schema, getEdgeConfigBackupsStatus410Schema, getEdgeConfigItemPathEdgeConfigIdSchema, getEdgeConfigItemPathEdgeConfigItemKeySchema, getEdgeConfigItemQuerySlugSchema, getEdgeConfigItemQueryTeamIdSchema, getEdgeConfigItemResponseSchema, getEdgeConfigItemStatus200Schema, getEdgeConfigItemStatus400Schema, getEdgeConfigItemStatus401Schema, getEdgeConfigItemStatus403Schema, getEdgeConfigItemStatus404Schema, getEdgeConfigItemStatus410Schema, getEdgeConfigItemsPathEdgeConfigIdSchema, getEdgeConfigItemsQuerySlugSchema, getEdgeConfigItemsQueryTeamIdSchema, getEdgeConfigItemsResponseSchema, getEdgeConfigItemsStatus200Schema, getEdgeConfigItemsStatus400Schema, getEdgeConfigItemsStatus401Schema, getEdgeConfigItemsStatus403Schema, getEdgeConfigItemsStatus404Schema, getEdgeConfigItemsStatus410Schema, getEdgeConfigPathEdgeConfigIdSchema, getEdgeConfigQuerySlugSchema, getEdgeConfigQueryTeamIdSchema, getEdgeConfigResponseSchema, getEdgeConfigSchemaPathEdgeConfigIdSchema, getEdgeConfigSchemaQuerySlugSchema, getEdgeConfigSchemaQueryTeamIdSchema, getEdgeConfigSchemaResponseSchema, getEdgeConfigSchemaStatus200Schema, getEdgeConfigSchemaStatus400Schema, getEdgeConfigSchemaStatus401Schema, getEdgeConfigSchemaStatus403Schema, getEdgeConfigSchemaStatus404Schema, getEdgeConfigSchemaStatus410Schema, getEdgeConfigStatus200Schema, getEdgeConfigStatus400Schema, getEdgeConfigStatus401Schema, getEdgeConfigStatus403Schema, getEdgeConfigStatus404Schema, getEdgeConfigStatus410Schema, getEdgeConfigTokenPathEdgeConfigIdSchema, getEdgeConfigTokenPathTokenSchema, getEdgeConfigTokenQuerySlugSchema, getEdgeConfigTokenQueryTeamIdSchema, getEdgeConfigTokenResponseSchema, getEdgeConfigTokenStatus200Schema, getEdgeConfigTokenStatus400Schema, getEdgeConfigTokenStatus401Schema, getEdgeConfigTokenStatus403Schema, getEdgeConfigTokenStatus404Schema, getEdgeConfigTokenStatus410Schema, getEdgeConfigTokensPathEdgeConfigIdSchema, getEdgeConfigTokensQuerySlugSchema, getEdgeConfigTokensQueryTeamIdSchema, getEdgeConfigTokensResponseSchema, getEdgeConfigTokensStatus200Schema, getEdgeConfigTokensStatus400Schema, getEdgeConfigTokensStatus401Schema, getEdgeConfigTokensStatus403Schema, getEdgeConfigTokensStatus404Schema, getEdgeConfigTokensStatus410Schema, getEdgeConfigsQuerySlugSchema, getEdgeConfigsQueryTeamIdSchema, getEdgeConfigsResponseSchema, getEdgeConfigsStatus200Schema, getEdgeConfigsStatus400Schema, getEdgeConfigsStatus401Schema, getEdgeConfigsStatus403Schema, getEdgeConfigsStatus410Schema, getFirewallConfigPathConfigVersionSchema, getFirewallConfigQueryProjectIdSchema, getFirewallConfigQuerySlugSchema, getFirewallConfigQueryTeamIdSchema, getFirewallConfigResponseSchema, getFirewallConfigStatus200Schema, getFirewallConfigStatus400Schema, getFirewallConfigStatus401Schema, getFirewallConfigStatus403Schema, getFirewallConfigStatus404Schema, getFirewallConfigStatus410Schema, getFlagPathFlagIdOrSlugSchema, getFlagPathProjectIdOrNameSchema, getFlagQueryIfMatchSchema, getFlagQuerySlugSchema, getFlagQueryTeamIdSchema, getFlagQueryWithMetadataSchema, getFlagResponseSchema, getFlagSegmentPathProjectIdOrNameSchema, getFlagSegmentPathSegmentIdOrSlugSchema, getFlagSegmentQuerySlugSchema, getFlagSegmentQueryTeamIdSchema, getFlagSegmentQueryWithMetadataSchema, getFlagSegmentResponseSchema, getFlagSegmentStatus200Schema, getFlagSegmentStatus400Schema, getFlagSegmentStatus401Schema, getFlagSegmentStatus402Schema, getFlagSegmentStatus403Schema, getFlagSegmentStatus404Schema, getFlagSegmentStatus410Schema, getFlagSettingsPathProjectIdOrNameSchema, getFlagSettingsQuerySlugSchema, getFlagSettingsQueryTeamIdSchema, getFlagSettingsResponseSchema, getFlagSettingsStatus200Schema, getFlagSettingsStatus400Schema, getFlagSettingsStatus401Schema, getFlagSettingsStatus402Schema, getFlagSettingsStatus403Schema, getFlagSettingsStatus404Schema, getFlagSettingsStatus410Schema, getFlagStatus200Schema, getFlagStatus304Schema, getFlagStatus400Schema, getFlagStatus401Schema, getFlagStatus402Schema, getFlagStatus403Schema, getFlagStatus404Schema, getFlagStatus410Schema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigPathIntegrationConfigurationIdSchema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigPathResourceIdSchema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigResponseSchema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus200Schema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus304Schema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus400Schema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus401Schema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus403Schema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus404Schema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus410Schema, getIntegrationLogDrainsQuerySlugSchema, getIntegrationLogDrainsQueryTeamIdSchema, getIntegrationLogDrainsResponseSchema, getIntegrationLogDrainsStatus200Schema, getIntegrationLogDrainsStatus400Schema, getIntegrationLogDrainsStatus401Schema, getIntegrationLogDrainsStatus403Schema, getIntegrationLogDrainsStatus410Schema, getIntegrationResourcePathIntegrationConfigurationIdSchema, getIntegrationResourcePathResourceIdSchema, getIntegrationResourceResponseSchema, getIntegrationResourceStatus200Schema, getIntegrationResourceStatus400Schema, getIntegrationResourceStatus401Schema, getIntegrationResourceStatus403Schema, getIntegrationResourceStatus404Schema, getIntegrationResourceStatus410Schema, getIntegrationResourcesPathIntegrationConfigurationIdSchema, getIntegrationResourcesResponseSchema, getIntegrationResourcesStatus200Schema, getIntegrationResourcesStatus400Schema, getIntegrationResourcesStatus401Schema, getIntegrationResourcesStatus403Schema, getIntegrationResourcesStatus404Schema, getIntegrationResourcesStatus410Schema, getInvoicePathIntegrationConfigurationIdSchema, getInvoicePathInvoiceIdSchema, getInvoiceResponseSchema, getInvoiceStatus200Schema, getInvoiceStatus400Schema, getInvoiceStatus401Schema, getInvoiceStatus403Schema, getInvoiceStatus404Schema, getInvoiceStatus410Schema, getInvoiceStatus429Schema, getMemberPathIntegrationConfigurationIdSchema, getMemberPathMemberIdSchema, getMemberResponseSchema, getMemberStatus200Schema, getMemberStatus400Schema, getMemberStatus401Schema, getMemberStatus403Schema, getMemberStatus404Schema, getMemberStatus410Schema, getMicrofrontendsConfigForProjectPathProjectIdOrNameSchema, getMicrofrontendsConfigForProjectQuerySlugSchema, getMicrofrontendsConfigForProjectQueryTeamIdSchema, getMicrofrontendsConfigForProjectResponseSchema, getMicrofrontendsConfigForProjectStatus200Schema, getMicrofrontendsConfigForProjectStatus400Schema, getMicrofrontendsConfigForProjectStatus401Schema, getMicrofrontendsConfigForProjectStatus403Schema, getMicrofrontendsConfigForProjectStatus404Schema, getMicrofrontendsConfigForProjectStatus410Schema, getMicrofrontendsConfigForProjectStatus500Schema, getMicrofrontendsConfigPathDeploymentIdSchema, getMicrofrontendsConfigQuerySlugSchema, getMicrofrontendsConfigQueryTeamIdSchema, getMicrofrontendsConfigResponseSchema, getMicrofrontendsConfigStatus200Schema, getMicrofrontendsConfigStatus400Schema, getMicrofrontendsConfigStatus401Schema, getMicrofrontendsConfigStatus403Schema, getMicrofrontendsConfigStatus404Schema, getMicrofrontendsConfigStatus410Schema, getMicrofrontendsConfigStatus500Schema, getMicrofrontendsGroupsQuerySlugSchema, getMicrofrontendsGroupsQueryTeamIdSchema, getMicrofrontendsGroupsResponseSchema, getMicrofrontendsGroupsStatus200Schema, getMicrofrontendsGroupsStatus400Schema, getMicrofrontendsGroupsStatus401Schema, getMicrofrontendsGroupsStatus403Schema, getMicrofrontendsGroupsStatus410Schema, getMicrofrontendsGroupsStatus500Schema, getMicrofrontendsInGroupPathGroupIdSchema, getMicrofrontendsInGroupQuerySlugSchema, getMicrofrontendsInGroupQueryTeamIdSchema, getMicrofrontendsInGroupResponseSchema, getMicrofrontendsInGroupStatus200Schema, getMicrofrontendsInGroupStatus400Schema, getMicrofrontendsInGroupStatus401Schema, getMicrofrontendsInGroupStatus403Schema, getMicrofrontendsInGroupStatus410Schema, getNamedSandboxPathNameSchema, getNamedSandboxQueryProjectIdSchema, getNamedSandboxQueryResumeSchema, getNamedSandboxQuerySlugSchema, getNamedSandboxQueryTeamIdSchema, getNamedSandboxResponseSchema, getNamedSandboxStatus200Schema, getNamedSandboxStatus400Schema, getNamedSandboxStatus401Schema, getNamedSandboxStatus402Schema, getNamedSandboxStatus403Schema, getNamedSandboxStatus404Schema, getNamedSandboxStatus409Schema, getNamedSandboxStatus410Schema, getNamedSandboxStatus429Schema, getNamedSandboxStatus500Schema, getObservabilityConfigurationProjectsQuerySlugSchema, getObservabilityConfigurationProjectsQueryTeamIdSchema, getObservabilityConfigurationProjectsResponseSchema, getObservabilityConfigurationProjectsStatus200Schema, getObservabilityConfigurationProjectsStatus400Schema, getObservabilityConfigurationProjectsStatus401Schema, getObservabilityConfigurationProjectsStatus403Schema, getObservabilityConfigurationProjectsStatus404Schema, getObservabilityConfigurationProjectsStatus410Schema, getObservabilitySchemaByMetricIdPathMetricIdSchema, getObservabilitySchemaByMetricIdResponseSchema, getObservabilitySchemaByMetricIdStatus200Schema, getObservabilitySchemaByMetricIdStatus400Schema, getObservabilitySchemaByMetricIdStatus401Schema, getObservabilitySchemaByMetricIdStatus403Schema, getObservabilitySchemaByMetricIdStatus410Schema, getObservabilitySchemaResponseSchema, getObservabilitySchemaStatus200Schema, getObservabilitySchemaStatus400Schema, getObservabilitySchemaStatus401Schema, getObservabilitySchemaStatus403Schema, getObservabilitySchemaStatus410Schema, getOrCreateDrivePathNameSchema, getOrCreateDriveQuerySlugSchema, getOrCreateDriveQueryTeamIdSchema, getOrCreateDriveResponseSchema, getOrCreateDriveStatus200Schema, getOrCreateDriveStatus201Schema, getOrCreateDriveStatus400Schema, getOrCreateDriveStatus401Schema, getOrCreateDriveStatus402Schema, getOrCreateDriveStatus403Schema, getOrCreateDriveStatus404Schema, getOrCreateDriveStatus409Schema, getOrCreateDriveStatus410Schema, getOrCreateDriveStatus429Schema, getOrderPathOrderIdSchema, getOrderQueryTeamIdSchema, getOrderResponseSchema, getOrderStatus200Schema, getOrderStatus400Schema, getOrderStatus401Schema, getOrderStatus403Schema, getOrderStatus404Schema, getOrderStatus429Schema, getOrderStatus500Schema, getProjectCheckPathCheckIdSchema, getProjectCheckPathProjectIdOrNameSchema, getProjectCheckQuerySlugSchema, getProjectCheckQueryTeamIdSchema, getProjectCheckResponseSchema, getProjectCheckStatus200Schema, getProjectCheckStatus400Schema, getProjectCheckStatus401Schema, getProjectCheckStatus403Schema, getProjectCheckStatus410Schema, getProjectCheckStatus500Schema, getProjectDomainPathDomainSchema, getProjectDomainPathIdOrNameSchema, getProjectDomainQuerySlugSchema, getProjectDomainQueryTeamIdSchema, getProjectDomainResponseSchema, getProjectDomainStatus200Schema, getProjectDomainStatus400Schema, getProjectDomainStatus401Schema, getProjectDomainStatus403Schema, getProjectDomainStatus410Schema, getProjectDomainsPathIdOrNameSchema, getProjectDomainsQueryCustomEnvironmentIdSchema, getProjectDomainsQueryGitBranchSchema, getProjectDomainsQueryLimitSchema, getProjectDomainsQueryOrderSchema, getProjectDomainsQueryProductionSchema, getProjectDomainsQueryRedirectSchema, getProjectDomainsQueryRedirectsSchema, getProjectDomainsQuerySinceSchema, getProjectDomainsQuerySlugSchema, getProjectDomainsQueryTargetSchema, getProjectDomainsQueryTeamIdSchema, getProjectDomainsQueryUntilSchema, getProjectDomainsQueryVerifiedSchema, getProjectDomainsResponseSchema, getProjectDomainsStatus200Schema, getProjectDomainsStatus400Schema, getProjectDomainsStatus401Schema, getProjectDomainsStatus403Schema, getProjectDomainsStatus410Schema, getProjectEnvPathIdOrNameSchema, getProjectEnvPathIdSchema, getProjectEnvQuerySlugSchema, getProjectEnvQueryTeamIdSchema, getProjectEnvResponseSchema, getProjectEnvStatus200Schema, getProjectEnvStatus400Schema, getProjectEnvStatus401Schema, getProjectEnvStatus403Schema, getProjectEnvStatus410Schema, getProjectMembersPathIdOrNameSchema, getProjectMembersQueryLimitSchema, getProjectMembersQuerySearchSchema, getProjectMembersQuerySinceSchema, getProjectMembersQuerySlugSchema, getProjectMembersQueryTeamIdSchema, getProjectMembersQueryUntilSchema, getProjectMembersResponseSchema, getProjectMembersStatus200Schema, getProjectMembersStatus400Schema, getProjectMembersStatus401Schema, getProjectMembersStatus403Schema, getProjectMembersStatus410Schema, getProjectPathIdOrNameSchema, getProjectQuerySlugSchema, getProjectQueryTeamIdSchema, getProjectResponseSchema, getProjectStatus200Schema, getProjectStatus400Schema, getProjectStatus401Schema, getProjectStatus403Schema, getProjectStatus410Schema, getProjectTokenPathIdOrNameSchema, getProjectTokenQuerySlugSchema, getProjectTokenQueryTeamIdSchema, getProjectTokenResponseSchema, getProjectTokenStatus200Schema, getProjectTokenStatus400Schema, getProjectTokenStatus401Schema, getProjectTokenStatus403Schema, getProjectTokenStatus404Schema, getProjectTokenStatus410Schema, getProjectTraceQueryProjectIdSchema, getProjectTraceQueryRequestIdSchema, getProjectTraceQuerySlugSchema, getProjectTraceQueryTeamIdSchema, getProjectTraceResponseSchema, getProjectTraceStatus200Schema, getProjectTraceStatus400Schema, getProjectTraceStatus401Schema, getProjectTraceStatus403Schema, getProjectTraceStatus410Schema, getProjectsByIdOrNameCustomEnvironmentsPathIdOrNameSchema, getProjectsByIdOrNameCustomEnvironmentsQueryGitBranchSchema, getProjectsByIdOrNameCustomEnvironmentsQuerySlugSchema, getProjectsByIdOrNameCustomEnvironmentsQueryTeamIdSchema, getProjectsByIdOrNameCustomEnvironmentsResponseSchema, getProjectsByIdOrNameCustomEnvironmentsStatus200Schema, getProjectsByIdOrNameCustomEnvironmentsStatus400Schema, getProjectsByIdOrNameCustomEnvironmentsStatus401Schema, getProjectsByIdOrNameCustomEnvironmentsStatus403Schema, getProjectsByIdOrNameCustomEnvironmentsStatus410Schema, getProjectsQueryBuildMachineTypesSchema, getProjectsQueryBuildQueueConfigurationSchema, getProjectsQueryDeprecatedSchema, getProjectsQueryEdgeConfigIdSchema, getProjectsQueryEdgeConfigTokenIdSchema, getProjectsQueryElasticConcurrencyEnabledSchema, getProjectsQueryExcludeReposSchema, getProjectsQueryFromSchema, getProjectsQueryGitForkProtectionSchema, getProjectsQueryLimitSchema, getProjectsQueryRepoIdSchema, getProjectsQueryRepoSchema, getProjectsQueryRepoUrlSchema, getProjectsQuerySearchSchema, getProjectsQuerySlugSchema, getProjectsQueryStaticIpsEnabledSchema, getProjectsQueryTeamIdSchema, getProjectsResponseSchema, getProjectsStatus200Schema, getProjectsStatus400Schema, getProjectsStatus401Schema, getProjectsStatus403Schema, getProjectsStatus410Schema, getRecordsPathDomainSchema, getRecordsQueryLimitSchema, getRecordsQuerySinceSchema, getRecordsQuerySlugSchema, getRecordsQueryTeamIdSchema, getRecordsQueryUntilSchema, getRecordsResponseSchema, getRecordsStatus200Schema, getRecordsStatus400Schema, getRecordsStatus401Schema, getRecordsStatus403Schema, getRecordsStatus404Schema, getRecordsStatus410Schema, getRedirectsQueryDiffSchema, getRedirectsQueryPageSchema, getRedirectsQueryPerPageSchema, getRedirectsQueryProjectIdSchema, getRedirectsQueryQSchema, getRedirectsQuerySlugSchema, getRedirectsQuerySortBySchema, getRedirectsQuerySortOrderSchema, getRedirectsQueryTeamIdSchema, getRedirectsQueryVersionIdSchema, getRedirectsResponseSchema, getRedirectsStatus200Schema, getRedirectsStatus400Schema, getRedirectsStatus401Schema, getRedirectsStatus403Schema, getRedirectsStatus404Schema, getRedirectsStatus410Schema, getRepositoryImagePathIdOrNameSchema, getRepositoryImagePathImageIdOrDigestSchema, getRepositoryImageQueryProjectIdSchema, getRepositoryImageQuerySlugSchema, getRepositoryImageQueryTeamIdSchema, getRepositoryImageResponseSchema, getRepositoryImageStatus200Schema, getRepositoryImageStatus400Schema, getRepositoryImageStatus401Schema, getRepositoryImageStatus403Schema, getRepositoryImageStatus404Schema, getRepositoryImageStatus410Schema, getRepositoryPathIdOrNameSchema, getRepositoryQueryProjectIdSchema, getRepositoryQuerySlugSchema, getRepositoryQueryTeamIdSchema, getRepositoryResponseSchema, getRepositoryStatus200Schema, getRepositoryStatus400Schema, getRepositoryStatus401Schema, getRepositoryStatus403Schema, getRepositoryStatus404Schema, getRepositoryStatus410Schema, getRepositoryTagPathIdOrNameSchema, getRepositoryTagPathTagSchema, getRepositoryTagQueryProjectIdSchema, getRepositoryTagQuerySlugSchema, getRepositoryTagQueryTeamIdSchema, getRepositoryTagResponseSchema, getRepositoryTagStatus200Schema, getRepositoryTagStatus400Schema, getRepositoryTagStatus401Schema, getRepositoryTagStatus403Schema, getRepositoryTagStatus404Schema, getRepositoryTagStatus410Schema, getRollingReleaseBillingStatusPathIdOrNameSchema, getRollingReleaseBillingStatusQuerySlugSchema, getRollingReleaseBillingStatusQueryTeamIdSchema, getRollingReleaseBillingStatusResponseSchema, getRollingReleaseBillingStatusStatus200Schema, getRollingReleaseBillingStatusStatus400Schema, getRollingReleaseBillingStatusStatus401Schema, getRollingReleaseBillingStatusStatus403Schema, getRollingReleaseBillingStatusStatus404Schema, getRollingReleaseBillingStatusStatus410Schema, getRollingReleaseConfigPathIdOrNameSchema, getRollingReleaseConfigQuerySlugSchema, getRollingReleaseConfigQueryTeamIdSchema, getRollingReleaseConfigResponseSchema, getRollingReleaseConfigStatus200Schema, getRollingReleaseConfigStatus400Schema, getRollingReleaseConfigStatus401Schema, getRollingReleaseConfigStatus403Schema, getRollingReleaseConfigStatus404Schema, getRollingReleaseConfigStatus410Schema, getRollingReleasePathIdOrNameSchema, getRollingReleaseQuerySlugSchema, getRollingReleaseQueryStateSchema, getRollingReleaseQueryTeamIdSchema, getRollingReleaseResponseSchema, getRollingReleaseStatus200Schema, getRollingReleaseStatus400Schema, getRollingReleaseStatus401Schema, getRollingReleaseStatus403Schema, getRollingReleaseStatus404Schema, getRollingReleaseStatus410Schema, getRouteVersionsPathProjectIdSchema, getRouteVersionsQuerySlugSchema, getRouteVersionsQueryTeamIdSchema, getRouteVersionsResponseSchema, getRouteVersionsStatus200Schema, getRouteVersionsStatus400Schema, getRouteVersionsStatus401Schema, getRouteVersionsStatus403Schema, getRouteVersionsStatus410Schema, getRoutesPathProjectIdSchema, getRoutesQueryDiffSchema, getRoutesQueryFilterSchema, getRoutesQueryQSchema, getRoutesQuerySlugSchema, getRoutesQueryTeamIdSchema, getRoutesQueryVersionIdSchema, getRoutesResponseSchema, getRoutesStatus200Schema, getRoutesStatus400Schema, getRoutesStatus401Schema, getRoutesStatus403Schema, getRoutesStatus404Schema, getRoutesStatus410Schema, getRuntimeLogsPathDeploymentIdSchema, getRuntimeLogsPathProjectIdSchema, getRuntimeLogsQuerySlugSchema, getRuntimeLogsQueryTeamIdSchema, getRuntimeLogsResponseSchema, getRuntimeLogsStatus200Schema, getRuntimeLogsStatus400Schema, getRuntimeLogsStatus401Schema, getRuntimeLogsStatus403Schema, getRuntimeLogsStatus410Schema, getSdkKeysPathProjectIdOrNameSchema, getSdkKeysQuerySlugSchema, getSdkKeysQueryTeamIdSchema, getSdkKeysResponseSchema, getSdkKeysStatus200Schema, getSdkKeysStatus400Schema, getSdkKeysStatus401Schema, getSdkKeysStatus402Schema, getSdkKeysStatus403Schema, getSdkKeysStatus404Schema, getSdkKeysStatus410Schema, getSecurityFirewallConfigResponseSchema, getSecurityFirewallConfigStatus200Schema, getSecurityFirewallConfigStatus400Schema, getSecurityFirewallConfigStatus401Schema, getSecurityFirewallConfigStatus403Schema, getSecurityFirewallConfigStatus404Schema, getSecurityFirewallConfigStatus410Schema, getSecurityFirewallEventsQueryEndTimestampSchema, getSecurityFirewallEventsQueryHostsSchema, getSecurityFirewallEventsQueryProjectIdSchema, getSecurityFirewallEventsQueryStartTimestampSchema, getSecurityFirewallEventsResponseSchema, getSecurityFirewallEventsStatus200Schema, getSecurityFirewallEventsStatus400Schema, getSecurityFirewallEventsStatus401Schema, getSecurityFirewallEventsStatus403Schema, getSecurityFirewallEventsStatus404Schema, getSecurityFirewallEventsStatus410Schema, getSecurityFirewallEventsStatus500Schema, getSessionCommandLogsPathCmdIdSchema, getSessionCommandLogsPathSessionIdSchema, getSessionCommandLogsQuerySlugSchema, getSessionCommandLogsQueryTeamIdSchema, getSessionCommandLogsResponseSchema, getSessionCommandLogsStatus200Schema, getSessionCommandLogsStatus400Schema, getSessionCommandLogsStatus401Schema, getSessionCommandLogsStatus403Schema, getSessionCommandLogsStatus404Schema, getSessionCommandLogsStatus410Schema, getSessionCommandLogsStatus422Schema, getSessionCommandLogsStatus429Schema, getSessionCommandLogsStatus500Schema, getSessionCommandPathCmdIdSchema, getSessionCommandPathSessionIdSchema, getSessionCommandQuerySlugSchema, getSessionCommandQueryTeamIdSchema, getSessionCommandQueryWaitSchema, getSessionCommandResponseSchema, getSessionCommandStatus200Schema, getSessionCommandStatus400Schema, getSessionCommandStatus401Schema, getSessionCommandStatus403Schema, getSessionCommandStatus404Schema, getSessionCommandStatus410Schema, getSessionCommandStatus422Schema, getSessionCommandStatus429Schema, getSessionCommandStatus500Schema, getSessionPathSessionIdSchema, getSessionQuerySlugSchema, getSessionQueryTeamIdSchema, getSessionResponseSchema, getSessionSnapshotPathSnapshotIdSchema, getSessionSnapshotQuerySlugSchema, getSessionSnapshotQueryTeamIdSchema, getSessionSnapshotResponseSchema, getSessionSnapshotStatus200Schema, getSessionSnapshotStatus400Schema, getSessionSnapshotStatus401Schema, getSessionSnapshotStatus403Schema, getSessionSnapshotStatus404Schema, getSessionSnapshotStatus410Schema, getSessionSnapshotStatus429Schema, getSessionStatus200Schema, getSessionStatus400Schema, getSessionStatus401Schema, getSessionStatus403Schema, getSessionStatus404Schema, getSessionStatus410Schema, getSessionStatus429Schema, getSessionStatus500Schema, getSharedEnvVarPathIdSchema, getSharedEnvVarQuerySlugSchema, getSharedEnvVarQueryTeamIdSchema, getSharedEnvVarResponseSchema, getSharedEnvVarStatus200Schema, getSharedEnvVarStatus400Schema, getSharedEnvVarStatus401Schema, getSharedEnvVarStatus403Schema, getSharedEnvVarStatus410Schema, getStorageStoresByIdPathIdSchema, getStorageStoresByIdQueryincludeGuidesSchema, getStorageStoresByIdQueryskipMetadataSchema, getStorageStoresByIdResponseSchema, getStorageStoresByIdStatus200Schema, getStorageStoresByIdStatus400Schema, getStorageStoresByIdStatus401Schema, getStorageStoresByIdStatus403Schema, getStorageStoresByIdStatus404Schema, getStorageStoresByIdStatus410Schema, getSupportedTldsQueryTeamIdSchema, getSupportedTldsResponseSchema, getSupportedTldsStatus200Schema, getSupportedTldsStatus400Schema, getSupportedTldsStatus401Schema, getSupportedTldsStatus403Schema, getSupportedTldsStatus429Schema, getSupportedTldsStatus500Schema, getTeamAccessRequestPathTeamIdSchema, getTeamAccessRequestPathUserIdSchema, getTeamAccessRequestResponseSchema, getTeamAccessRequestStatus200Schema, getTeamAccessRequestStatus400Schema, getTeamAccessRequestStatus401Schema, getTeamAccessRequestStatus403Schema, getTeamAccessRequestStatus404Schema, getTeamAccessRequestStatus410Schema, getTeamMembersPathTeamIdSchema, getTeamMembersQueryEligibleMembersForProjectIdSchema, getTeamMembersQueryExcludeProjectSchema, getTeamMembersQueryLimitSchema, getTeamMembersQueryRoleSchema, getTeamMembersQuerySearchSchema, getTeamMembersQuerySinceSchema, getTeamMembersQuerySlugSchema, getTeamMembersQueryUntilSchema, getTeamMembersResponseSchema, getTeamMembersStatus200Schema, getTeamMembersStatus400Schema, getTeamMembersStatus401Schema, getTeamMembersStatus403Schema, getTeamMembersStatus404Schema, getTeamMembersStatus410Schema, getTeamPathTeamIdSchema, getTeamQuerySlugSchema, getTeamResponseSchema, getTeamStatus200Schema, getTeamStatus400Schema, getTeamStatus401Schema, getTeamStatus403Schema, getTeamStatus404Schema, getTeamStatus410Schema, getTeamsQueryLimitSchema, getTeamsQuerySinceSchema, getTeamsQueryUntilSchema, getTeamsResponseSchema, getTeamsStatus200Schema, getTeamsStatus400Schema, getTeamsStatus401Schema, getTeamsStatus403Schema, getTeamsStatus410Schema, getTeamsStatus500Schema, getTldPathTldSchema, getTldPricePathTldSchema, getTldPriceQueryTeamIdSchema, getTldPriceQueryYearsSchema, getTldPriceResponseSchema, getTldPriceStatus200Schema, getTldPriceStatus400Schema, getTldPriceStatus401Schema, getTldPriceStatus403Schema, getTldPriceStatus429Schema, getTldPriceStatus500Schema, getTldQueryTeamIdSchema, getTldResponseSchema, getTldStatus200Schema, getTldStatus400Schema, getTldStatus401Schema, getTldStatus403Schema, getTldStatus429Schema, getTldStatus500Schema, getVersionsQueryProjectIdSchema, getVersionsQuerySlugSchema, getVersionsQueryTeamIdSchema, getVersionsResponseSchema, getVersionsStatus200Schema, getVersionsStatus400Schema, getVersionsStatus401Schema, getVersionsStatus403Schema, getVersionsStatus410Schema, getVersionsStatus500Schema, getWebhookPathIdSchema, getWebhookQuerySlugSchema, getWebhookQueryTeamIdSchema, getWebhookResponseSchema, getWebhookStatus200Schema, getWebhookStatus400Schema, getWebhookStatus401Schema, getWebhookStatus403Schema, getWebhookStatus410Schema, getWebhooksQueryProjectIdSchema, getWebhooksQuerySlugSchema, getWebhooksQueryTeamIdSchema, getWebhooksResponseSchema, getWebhooksStatus200Schema, getWebhooksStatus400Schema, getWebhooksStatus401Schema, getWebhooksStatus403Schema, getWebhooksStatus410Schema, gitNamespacesQueryHostSchema, gitNamespacesQueryProviderSchema, gitNamespacesQueryViewerMetadataSchema, gitNamespacesResponseSchema, gitNamespacesStatus200Schema, gitNamespacesStatus400Schema, gitNamespacesStatus401Schema, gitNamespacesStatus403Schema, gitNamespacesStatus404Schema, gitNamespacesStatus410Schema, gitNamespacesStatus429Schema, gitNamespacesStatus500Schema, httpApiDecodeErrorSchema, importConnectorTokensPathConnectorSchema, importConnectorTokensResponseSchema, importConnectorTokensStatus200Schema, importConnectorTokensStatus400Schema, importConnectorTokensStatus401Schema, importConnectorTokensStatus403Schema, importConnectorTokensStatus404Schema, importConnectorTokensStatus410Schema, importConnectorTokensStatus422Schema, importResourcePathIntegrationConfigurationIdSchema, importResourcePathResourceIdSchema, importResourceResponseSchema, importResourceStatus200Schema, importResourceStatus400Schema, importResourceStatus401Schema, importResourceStatus403Schema, importResourceStatus404Schema, importResourceStatus409Schema, importResourceStatus410Schema, importResourceStatus422Schema, importResourceStatus429Schema, internalServerErrorSchema, invalidAdditionalContactInfoSchema, invalidateBySrcImagesQueryProjectIdOrNameSchema, invalidateBySrcImagesQuerySlugSchema, invalidateBySrcImagesQueryTeamIdSchema, invalidateBySrcImagesResponseSchema, invalidateBySrcImagesStatus200Schema, invalidateBySrcImagesStatus400Schema, invalidateBySrcImagesStatus401Schema, invalidateBySrcImagesStatus402Schema, invalidateBySrcImagesStatus403Schema, invalidateBySrcImagesStatus404Schema, invalidateBySrcImagesStatus410Schema, invalidateByTagsQueryProjectIdOrNameSchema, invalidateByTagsQuerySlugSchema, invalidateByTagsQueryTeamIdSchema, invalidateByTagsResponseSchema, invalidateByTagsStatus200Schema, invalidateByTagsStatus400Schema, invalidateByTagsStatus401Schema, invalidateByTagsStatus403Schema, invalidateByTagsStatus404Schema, invalidateByTagsStatus410Schema, inviteUserToTeamPathTeamIdSchema, inviteUserToTeamQuerySlugSchema, inviteUserToTeamResponseSchema, inviteUserToTeamStatus200Schema, inviteUserToTeamStatus400Schema, inviteUserToTeamStatus401Schema, inviteUserToTeamStatus403Schema, inviteUserToTeamStatus410Schema, inviteUserToTeamStatus503Schema, invitedTeamMemberSchema, issueCertQuerySlugSchema, issueCertQueryTeamIdSchema, issueCertResponseSchema, issueCertStatus200Schema, issueCertStatus400Schema, issueCertStatus401Schema, issueCertStatus402Schema, issueCertStatus403Schema, issueCertStatus404Schema, issueCertStatus410Schema, issueCertStatus449Schema, issueCertStatus500Schema, issueSchema, joinTeamPathTeamIdSchema, joinTeamResponseSchema, joinTeamStatus200Schema, joinTeamStatus400Schema, joinTeamStatus401Schema, joinTeamStatus402Schema, joinTeamStatus403Schema, joinTeamStatus404Schema, joinTeamStatus410Schema, joinTeamStatus503Schema, killSessionCommandPathCmdIdSchema, killSessionCommandPathSessionIdSchema, killSessionCommandQuerySlugSchema, killSessionCommandQueryTeamIdSchema, killSessionCommandResponseSchema, killSessionCommandStatus200Schema, killSessionCommandStatus400Schema, killSessionCommandStatus401Schema, killSessionCommandStatus403Schema, killSessionCommandStatus404Schema, killSessionCommandStatus410Schema, killSessionCommandStatus422Schema, killSessionCommandStatus429Schema, killSessionCommandStatus500Schema, languageCodeRequiredSchema, listAccessGroupMembersPathIdOrNameSchema, listAccessGroupMembersQueryLimitSchema, listAccessGroupMembersQueryNextSchema, listAccessGroupMembersQuerySearchSchema, listAccessGroupMembersQuerySlugSchema, listAccessGroupMembersQueryTeamIdSchema, listAccessGroupMembersResponseSchema, listAccessGroupMembersStatus200Schema, listAccessGroupMembersStatus400Schema, listAccessGroupMembersStatus401Schema, listAccessGroupMembersStatus403Schema, listAccessGroupMembersStatus410Schema, listAccessGroupProjectsPathIdOrNameSchema, listAccessGroupProjectsQueryLimitSchema, listAccessGroupProjectsQueryNextSchema, listAccessGroupProjectsQuerySlugSchema, listAccessGroupProjectsQueryTeamIdSchema, listAccessGroupProjectsResponseSchema, listAccessGroupProjectsStatus200Schema, listAccessGroupProjectsStatus400Schema, listAccessGroupProjectsStatus401Schema, listAccessGroupProjectsStatus403Schema, listAccessGroupProjectsStatus410Schema, listAccessGroupsQueryLimitSchema, listAccessGroupsQueryMembersLimitSchema, listAccessGroupsQueryNextSchema, listAccessGroupsQueryProjectIdSchema, listAccessGroupsQueryProjectsLimitSchema, listAccessGroupsQuerySearchSchema, listAccessGroupsQuerySlugSchema, listAccessGroupsQueryTeamIdSchema, listAccessGroupsResponseSchema, listAccessGroupsStatus200Schema, listAccessGroupsStatus400Schema, listAccessGroupsStatus401Schema, listAccessGroupsStatus403Schema, listAccessGroupsStatus410Schema, listAiGatewayRulesQueryIncludeDisabledSchema, listAiGatewayRulesQuerySlugSchema, listAiGatewayRulesQueryTeamIdSchema, listAiGatewayRulesResponseSchema, listAiGatewayRulesStatus200Schema, listAiGatewayRulesStatus400Schema, listAiGatewayRulesStatus401Schema, listAiGatewayRulesStatus403Schema, listAiGatewayRulesStatus410Schema, listAiGatewayRulesStatus500Schema, listAliasesQueryDomainSchema, listAliasesQueryFromSchema, listAliasesQueryLimitSchema, listAliasesQueryProjectIdSchema, listAliasesQueryRollbackDeploymentIdSchema, listAliasesQuerySinceSchema, listAliasesQuerySlugSchema, listAliasesQueryTeamIdSchema, listAliasesQueryUntilSchema, listAliasesResponseSchema, listAliasesStatus200Schema, listAliasesStatus400Schema, listAliasesStatus401Schema, listAliasesStatus403Schema, listAliasesStatus404Schema, listAliasesStatus410Schema, listAuthTokensResponseSchema, listAuthTokensStatus200Schema, listAuthTokensStatus400Schema, listAuthTokensStatus401Schema, listAuthTokensStatus403Schema, listAuthTokensStatus410Schema, listBillingChargesQueryFromSchema, listBillingChargesQuerySlugSchema, listBillingChargesQueryTeamIdSchema, listBillingChargesQueryToSchema, listBillingChargesResponseSchema, listBillingChargesStatus200Schema, listBillingChargesStatus400Schema, listBillingChargesStatus401Schema, listBillingChargesStatus403Schema, listBillingChargesStatus404Schema, listBillingChargesStatus410Schema, listBillingChargesStatus500Schema, listBillingChargesStatus503Schema, listCheckRunsPathCheckIdSchema, listCheckRunsPathProjectIdOrNameSchema, listCheckRunsQuerySlugSchema, listCheckRunsQueryTeamIdSchema, listCheckRunsResponseSchema, listCheckRunsStatus200Schema, listCheckRunsStatus400Schema, listCheckRunsStatus401Schema, listCheckRunsStatus403Schema, listCheckRunsStatus410Schema, listCheckRunsStatus500Schema, listContractCommitmentsQuerySlugSchema, listContractCommitmentsQueryTeamIdSchema, listContractCommitmentsResponseSchema, listContractCommitmentsStatus200Schema, listContractCommitmentsStatus400Schema, listContractCommitmentsStatus401Schema, listContractCommitmentsStatus403Schema, listContractCommitmentsStatus404Schema, listContractCommitmentsStatus410Schema, listDeploymentAliasesPathIdSchema, listDeploymentAliasesQuerySlugSchema, listDeploymentAliasesQueryTeamIdSchema, listDeploymentAliasesResponseSchema, listDeploymentAliasesStatus200Schema, listDeploymentAliasesStatus400Schema, listDeploymentAliasesStatus401Schema, listDeploymentAliasesStatus403Schema, listDeploymentAliasesStatus404Schema, listDeploymentAliasesStatus410Schema, listDeploymentCheckRunsPathDeploymentIdSchema, listDeploymentCheckRunsQuerySlugSchema, listDeploymentCheckRunsQueryTeamIdSchema, listDeploymentCheckRunsResponseSchema, listDeploymentCheckRunsStatus200Schema, listDeploymentCheckRunsStatus400Schema, listDeploymentCheckRunsStatus401Schema, listDeploymentCheckRunsStatus403Schema, listDeploymentCheckRunsStatus410Schema, listDeploymentCheckRunsStatus500Schema, listDeploymentFilesPathIdSchema, listDeploymentFilesQuerySlugSchema, listDeploymentFilesQueryTeamIdSchema, listDeploymentFilesResponseSchema, listDeploymentFilesStatus200Schema, listDeploymentFilesStatus400Schema, listDeploymentFilesStatus401Schema, listDeploymentFilesStatus403Schema, listDeploymentFilesStatus404Schema, listDeploymentFilesStatus410Schema, listDrivesQueryCursorSchema, listDrivesQueryLimitSchema, listDrivesQueryNamePrefixSchema, listDrivesQueryProjectIdSchema, listDrivesQuerySlugSchema, listDrivesQuerySortBySchema, listDrivesQuerySortOrderSchema, listDrivesQueryTeamIdSchema, listDrivesResponseSchema, listDrivesStatus200Schema, listDrivesStatus400Schema, listDrivesStatus401Schema, listDrivesStatus403Schema, listDrivesStatus404Schema, listDrivesStatus410Schema, listDrivesStatus429Schema, listEventTypeSchema, listEventTypesQuerySlugSchema, listEventTypesQueryTeamIdSchema, listEventTypesResponseSchema, listEventTypesStatus200Schema, listEventTypesStatus400Schema, listEventTypesStatus401Schema, listEventTypesStatus403Schema, listEventTypesStatus410Schema, listFlagSegmentsPathProjectIdOrNameSchema, listFlagSegmentsQuerySlugSchema, listFlagSegmentsQueryTeamIdSchema, listFlagSegmentsQueryWithMetadataSchema, listFlagSegmentsResponseSchema, listFlagSegmentsStatus200Schema, listFlagSegmentsStatus400Schema, listFlagSegmentsStatus401Schema, listFlagSegmentsStatus402Schema, listFlagSegmentsStatus403Schema, listFlagSegmentsStatus404Schema, listFlagSegmentsStatus410Schema, listFlagVersionsPathFlagIdOrSlugSchema, listFlagVersionsPathProjectIdOrNameSchema, listFlagVersionsQueryCursorSchema, listFlagVersionsQueryEnvironmentSchema, listFlagVersionsQueryLimitSchema, listFlagVersionsQuerySlugSchema, listFlagVersionsQueryTeamIdSchema, listFlagVersionsQueryWithMetadataSchema, listFlagVersionsResponseSchema, listFlagVersionsStatus200Schema, listFlagVersionsStatus304Schema, listFlagVersionsStatus400Schema, listFlagVersionsStatus401Schema, listFlagVersionsStatus402Schema, listFlagVersionsStatus403Schema, listFlagVersionsStatus404Schema, listFlagVersionsStatus410Schema, listFlagsPathProjectIdOrNameSchema, listFlagsQueryCursorSchema, listFlagsQueryLimitSchema, listFlagsQuerySearchSchema, listFlagsQuerySlugSchema, listFlagsQueryStateSchema, listFlagsQueryTagsSchema, listFlagsQueryTeamIdSchema, listFlagsQueryWithMetadataSchema, listFlagsResponseSchema, listFlagsStatus200Schema, listFlagsStatus400Schema, listFlagsStatus401Schema, listFlagsStatus402Schema, listFlagsStatus403Schema, listFlagsStatus404Schema, listFlagsStatus410Schema, listFlagsV2PathProjectIdOrNameSchema, listFlagsV2QueryCreatedBySchema, listFlagsV2QueryCursorSchema, listFlagsV2QueryIncludeMarketplaceFlagsSchema, listFlagsV2QueryLimitSchema, listFlagsV2QueryMaintainerIdsSchema, listFlagsV2QuerySearchSchema, listFlagsV2QuerySlugSchema, listFlagsV2QueryStateSchema, listFlagsV2QueryTagsSchema, listFlagsV2QueryTeamIdSchema, listFlagsV2ResponseSchema, listFlagsV2Status200Schema, listFlagsV2Status400Schema, listFlagsV2Status401Schema, listFlagsV2Status402Schema, listFlagsV2Status403Schema, listFlagsV2Status404Schema, listFlagsV2Status410Schema, listNetworksQueryIncludeHostedZonesSchema, listNetworksQueryIncludePeeringConnectionsSchema, listNetworksQueryIncludeProjectsSchema, listNetworksQuerySearchSchema, listNetworksQuerySlugSchema, listNetworksQueryTeamIdSchema, listNetworksResponseSchema, listNetworksStatus200Schema, listNetworksStatus400Schema, listNetworksStatus401Schema, listNetworksStatus403Schema, listNetworksStatus410Schema, listProjectChecksPathProjectIdOrNameSchema, listProjectChecksQueryBlocksSchema, listProjectChecksQuerySlugSchema, listProjectChecksQueryTeamIdSchema, listProjectChecksResponseSchema, listProjectChecksStatus200Schema, listProjectChecksStatus400Schema, listProjectChecksStatus401Schema, listProjectChecksStatus403Schema, listProjectChecksStatus410Schema, listProjectChecksStatus500Schema, listPromoteAliasesPathProjectIdSchema, listPromoteAliasesQueryFailedOnlySchema, listPromoteAliasesQueryLimitSchema, listPromoteAliasesQuerySinceSchema, listPromoteAliasesQuerySlugSchema, listPromoteAliasesQueryTeamIdSchema, listPromoteAliasesQueryUntilSchema, listPromoteAliasesResponseSchema, listPromoteAliasesStatus200Schema, listPromoteAliasesStatus400Schema, listPromoteAliasesStatus401Schema, listPromoteAliasesStatus403Schema, listPromoteAliasesStatus404Schema, listPromoteAliasesStatus410Schema, listRepositoriesQueryCursorSchema, listRepositoriesQueryLimitSchema, listRepositoriesQueryProjectIdSchema, listRepositoriesQuerySlugSchema, listRepositoriesQueryTeamIdSchema, listRepositoriesResponseSchema, listRepositoriesStatus200Schema, listRepositoriesStatus400Schema, listRepositoriesStatus401Schema, listRepositoriesStatus403Schema, listRepositoriesStatus404Schema, listRepositoriesStatus410Schema, listRepositoryImagesPathIdOrNameSchema, listRepositoryImagesQueryCursorSchema, listRepositoryImagesQueryLimitSchema, listRepositoryImagesQueryProjectIdSchema, listRepositoryImagesQuerySlugSchema, listRepositoryImagesQueryTeamIdSchema, listRepositoryImagesQueryUntaggedSchema, listRepositoryImagesResponseSchema, listRepositoryImagesStatus200Schema, listRepositoryImagesStatus400Schema, listRepositoryImagesStatus401Schema, listRepositoryImagesStatus403Schema, listRepositoryImagesStatus404Schema, listRepositoryImagesStatus410Schema, listRepositoryTagsPathIdOrNameSchema, listRepositoryTagsQueryCursorSchema, listRepositoryTagsQueryLimitSchema, listRepositoryTagsQueryProjectIdSchema, listRepositoryTagsQuerySlugSchema, listRepositoryTagsQuerySortBySchema, listRepositoryTagsQuerySortOrderSchema, listRepositoryTagsQueryTeamIdSchema, listRepositoryTagsResponseSchema, listRepositoryTagsStatus200Schema, listRepositoryTagsStatus400Schema, listRepositoryTagsStatus401Schema, listRepositoryTagsStatus403Schema, listRepositoryTagsStatus404Schema, listRepositoryTagsStatus410Schema, listSandboxesQueryCursorSchema, listSandboxesQueryLimitSchema, listSandboxesQueryNamePrefixSchema, listSandboxesQueryProjectSchema, listSandboxesQuerySlugSchema, listSandboxesQuerySortBySchema, listSandboxesQuerySortOrderSchema, listSandboxesQueryStatusSchema, listSandboxesQueryTagsSchema, listSandboxesQueryTeamIdSchema, listSandboxesResponseSchema, listSandboxesStatus200Schema, listSandboxesStatus400Schema, listSandboxesStatus401Schema, listSandboxesStatus403Schema, listSandboxesStatus404Schema, listSandboxesStatus410Schema, listSandboxesStatus429Schema, listSessionCommandsPathSessionIdSchema, listSessionCommandsQuerySlugSchema, listSessionCommandsQueryTeamIdSchema, listSessionCommandsResponseSchema, listSessionCommandsStatus200Schema, listSessionCommandsStatus400Schema, listSessionCommandsStatus401Schema, listSessionCommandsStatus403Schema, listSessionCommandsStatus404Schema, listSessionCommandsStatus410Schema, listSessionCommandsStatus429Schema, listSessionSnapshotsQueryCursorSchema, listSessionSnapshotsQueryLimitSchema, listSessionSnapshotsQueryNameSchema, listSessionSnapshotsQueryProjectSchema, listSessionSnapshotsQuerySlugSchema, listSessionSnapshotsQuerySortOrderSchema, listSessionSnapshotsQueryTeamIdSchema, listSessionSnapshotsResponseSchema, listSessionSnapshotsStatus200Schema, listSessionSnapshotsStatus400Schema, listSessionSnapshotsStatus401Schema, listSessionSnapshotsStatus403Schema, listSessionSnapshotsStatus404Schema, listSessionSnapshotsStatus410Schema, listSessionSnapshotsStatus429Schema, listSessionsQueryCursorSchema, listSessionsQueryLimitSchema, listSessionsQueryNameSchema, listSessionsQueryProjectSchema, listSessionsQuerySlugSchema, listSessionsQuerySortOrderSchema, listSessionsQueryTeamIdSchema, listSessionsResponseSchema, listSessionsStatus200Schema, listSessionsStatus400Schema, listSessionsStatus401Schema, listSessionsStatus403Schema, listSessionsStatus404Schema, listSessionsStatus410Schema, listSessionsStatus429Schema, listSessionsStatus500Schema, listSharedEnvVariableQueryExcludeIdsSchema, listSharedEnvVariableQueryExcludeProjectIdSchema, listSharedEnvVariableQueryIdsSchema, listSharedEnvVariableQueryProjectIdSchema, listSharedEnvVariableQuerySearchSchema, listSharedEnvVariableQuerySlugSchema, listSharedEnvVariableQueryTeamIdSchema, listSharedEnvVariableQueryexcludeIdsSchema, listSharedEnvVariableQueryexcludeProjectIdSchema, listSharedEnvVariableResponseSchema, listSharedEnvVariableStatus200Schema, listSharedEnvVariableStatus400Schema, listSharedEnvVariableStatus401Schema, listSharedEnvVariableStatus403Schema, listSharedEnvVariableStatus404Schema, listSharedEnvVariableStatus410Schema, listTeamFlagSettingsPathTeamIdSchema, listTeamFlagSettingsQueryCursorSchema, listTeamFlagSettingsQueryLimitSchema, listTeamFlagSettingsQuerySlugSchema, listTeamFlagSettingsResponseSchema, listTeamFlagSettingsStatus200Schema, listTeamFlagSettingsStatus400Schema, listTeamFlagSettingsStatus401Schema, listTeamFlagSettingsStatus403Schema, listTeamFlagSettingsStatus410Schema, listTeamFlagsPathTeamIdSchema, listTeamFlagsQueryCursorSchema, listTeamFlagsQueryKindSchema, listTeamFlagsQueryLimitSchema, listTeamFlagsQuerySearchSchema, listTeamFlagsQuerySlugSchema, listTeamFlagsQueryStateSchema, listTeamFlagsQueryTagsSchema, listTeamFlagsQueryWithMetadataSchema, listTeamFlagsResponseSchema, listTeamFlagsStatus200Schema, listTeamFlagsStatus400Schema, listTeamFlagsStatus401Schema, listTeamFlagsStatus403Schema, listTeamFlagsStatus410Schema, listTeamFlagsV2PathTeamIdSchema, listTeamFlagsV2QueryCreatedBySchema, listTeamFlagsV2QueryCursorSchema, listTeamFlagsV2QueryIncludeMarketplaceFlagsSchema, listTeamFlagsV2QueryKindSchema, listTeamFlagsV2QueryLimitSchema, listTeamFlagsV2QueryMaintainerIdsSchema, listTeamFlagsV2QuerySearchSchema, listTeamFlagsV2QuerySlugSchema, listTeamFlagsV2QueryStateSchema, listTeamFlagsV2QueryTagsSchema, listTeamFlagsV2ResponseSchema, listTeamFlagsV2Status200Schema, listTeamFlagsV2Status400Schema, listTeamFlagsV2Status401Schema, listTeamFlagsV2Status403Schema, listTeamFlagsV2Status410Schema, listUserEventsQueryLimitSchema, listUserEventsQueryPrincipalIdSchema, listUserEventsQueryProjectIdsSchema, listUserEventsQuerySinceSchema, listUserEventsQuerySlugSchema, listUserEventsQueryTeamIdSchema, listUserEventsQueryTypesSchema, listUserEventsQueryUntilSchema, listUserEventsQueryUserIdSchema, listUserEventsQueryWithPayloadSchema, listUserEventsResponseSchema, listUserEventsStatus200Schema, listUserEventsStatus400Schema, listUserEventsStatus401Schema, listUserEventsStatus403Schema, listUserEventsStatus410Schema, marketplaceFlagSchema, moveProjectDomainPathDomainSchema, moveProjectDomainPathIdOrNameSchema, moveProjectDomainQuerySlugSchema, moveProjectDomainQueryTeamIdSchema, moveProjectDomainResponseSchema, moveProjectDomainStatus200Schema, moveProjectDomainStatus400Schema, moveProjectDomainStatus401Schema, moveProjectDomainStatus403Schema, moveProjectDomainStatus409Schema, moveProjectDomainStatus410Schema, namedSandboxSchema, nameserverSchema, networkSchema, nonEmptyTrimmedStringSchema, notAuthorizedForScopeSchema, notFoundSchema, orderIdSchema, orderTooExpensiveSchema, paginationSchema, patchDomainPathDomainSchema, patchDomainQuerySlugSchema, patchDomainQueryTeamIdSchema, patchDomainResponseSchema, patchDomainStatus200Schema, patchDomainStatus400Schema, patchDomainStatus401Schema, patchDomainStatus403Schema, patchDomainStatus404Schema, patchDomainStatus409Schema, patchDomainStatus410Schema, patchDomainStatus500Schema, patchEdgeConfigItemsPathEdgeConfigIdSchema, patchEdgeConfigItemsQuerySlugSchema, patchEdgeConfigItemsQueryTeamIdSchema, patchEdgeConfigItemsResponseSchema, patchEdgeConfigItemsStatus200Schema, patchEdgeConfigItemsStatus400Schema, patchEdgeConfigItemsStatus401Schema, patchEdgeConfigItemsStatus402Schema, patchEdgeConfigItemsStatus403Schema, patchEdgeConfigItemsStatus404Schema, patchEdgeConfigItemsStatus409Schema, patchEdgeConfigItemsStatus410Schema, patchEdgeConfigItemsStatus412Schema, patchEdgeConfigSchemaPathEdgeConfigIdSchema, patchEdgeConfigSchemaQueryDryRunSchema, patchEdgeConfigSchemaQuerySlugSchema, patchEdgeConfigSchemaQueryTeamIdSchema, patchEdgeConfigSchemaResponseSchema, patchEdgeConfigSchemaStatus200Schema, patchEdgeConfigSchemaStatus400Schema, patchEdgeConfigSchemaStatus401Schema, patchEdgeConfigSchemaStatus402Schema, patchEdgeConfigSchemaStatus403Schema, patchEdgeConfigSchemaStatus404Schema, patchEdgeConfigSchemaStatus409Schema, patchEdgeConfigSchemaStatus410Schema, patchTeamPathTeamIdSchema, patchTeamQuerySlugSchema, patchTeamResponseSchema, patchTeamStatus200Schema, patchTeamStatus400Schema, patchTeamStatus401Schema, patchTeamStatus402Schema, patchTeamStatus403Schema, patchTeamStatus410Schema, patchTeamStatus428Schema, patchUrlProtectionBypassPathIdSchema, patchUrlProtectionBypassQuerySlugSchema, patchUrlProtectionBypassQueryTeamIdSchema, patchUrlProtectionBypassResponseSchema, patchUrlProtectionBypassStatus200Schema, patchUrlProtectionBypassStatus400Schema, patchUrlProtectionBypassStatus401Schema, patchUrlProtectionBypassStatus403Schema, patchUrlProtectionBypassStatus404Schema, patchUrlProtectionBypassStatus409Schema, patchUrlProtectionBypassStatus410Schema, patchUrlProtectionBypassStatus428Schema, pauseProjectPathProjectIdSchema, pauseProjectQuerySlugSchema, pauseProjectQueryTeamIdSchema, pauseProjectResponseSchema, pauseProjectStatus200Schema, pauseProjectStatus400Schema, pauseProjectStatus401Schema, pauseProjectStatus403Schema, pauseProjectStatus410Schema, pauseProjectStatus500Schema, postTeamDsyncRolesPathTeamIdSchema, postTeamDsyncRolesQuerySlugSchema, postTeamDsyncRolesResponseSchema, postTeamDsyncRolesStatus200Schema, postTeamDsyncRolesStatus400Schema, postTeamDsyncRolesStatus401Schema, postTeamDsyncRolesStatus403Schema, postTeamDsyncRolesStatus410Schema, propertyKeySchema, putFirewallConfigQueryProjectIdSchema, putFirewallConfigQuerySlugSchema, putFirewallConfigQueryTeamIdSchema, putFirewallConfigResponseSchema, putFirewallConfigStatus200Schema, putFirewallConfigStatus400Schema, putFirewallConfigStatus401Schema, putFirewallConfigStatus402Schema, putFirewallConfigStatus403Schema, putFirewallConfigStatus404Schema, putFirewallConfigStatus410Schema, putFirewallConfigStatus500Schema, rateLimitNoticeSchema, readAccessGroupPathIdOrNameSchema, readAccessGroupProjectPathAccessGroupIdOrNameSchema, readAccessGroupProjectPathProjectIdSchema, readAccessGroupProjectQuerySlugSchema, readAccessGroupProjectQueryTeamIdSchema, readAccessGroupProjectResponseSchema, readAccessGroupProjectStatus200Schema, readAccessGroupProjectStatus400Schema, readAccessGroupProjectStatus401Schema, readAccessGroupProjectStatus403Schema, readAccessGroupProjectStatus410Schema, readAccessGroupQuerySlugSchema, readAccessGroupQueryTeamIdSchema, readAccessGroupResponseSchema, readAccessGroupStatus200Schema, readAccessGroupStatus400Schema, readAccessGroupStatus401Schema, readAccessGroupStatus403Schema, readAccessGroupStatus410Schema, readNetworkPathNetworkIdSchema, readNetworkQuerySlugSchema, readNetworkQueryTeamIdSchema, readNetworkResponseSchema, readNetworkStatus200Schema, readNetworkStatus400Schema, readNetworkStatus401Schema, readNetworkStatus403Schema, readNetworkStatus410Schema, readSessionFilePathSessionIdSchema, readSessionFileQuerySlugSchema, readSessionFileQueryTeamIdSchema, readSessionFileResponseSchema, readSessionFileStatus200Schema, readSessionFileStatus400Schema, readSessionFileStatus401Schema, readSessionFileStatus403Schema, readSessionFileStatus404Schema, readSessionFileStatus410Schema, readSessionFileStatus422Schema, readSessionFileStatus429Schema, readSessionFileStatus500Schema, recordEventsHeaderxArtifactClientCiSchema, recordEventsHeaderxArtifactClientInteractiveSchema, recordEventsQuerySlugSchema, recordEventsQueryTeamIdSchema, recordEventsResponseSchema, recordEventsStatus200Schema, recordEventsStatus400Schema, recordEventsStatus401Schema, recordEventsStatus402Schema, recordEventsStatus403Schema, recordEventsStatus410Schema, registrantFieldSchema, removeBypassIpQueryProjectIdSchema, removeBypassIpQuerySlugSchema, removeBypassIpQueryTeamIdSchema, removeBypassIpResponseSchema, removeBypassIpStatus200Schema, removeBypassIpStatus400Schema, removeBypassIpStatus401Schema, removeBypassIpStatus403Schema, removeBypassIpStatus404Schema, removeBypassIpStatus410Schema, removeBypassIpStatus500Schema, removeCertPathIdSchema, removeCertQuerySlugSchema, removeCertQueryTeamIdSchema, removeCertResponseSchema, removeCertStatus200Schema, removeCertStatus400Schema, removeCertStatus401Schema, removeCertStatus403Schema, removeCertStatus404Schema, removeCertStatus410Schema, removeCustomEnvironmentPathEnvironmentSlugOrIdSchema, removeCustomEnvironmentPathIdOrNameSchema, removeCustomEnvironmentQuerySlugSchema, removeCustomEnvironmentQueryTeamIdSchema, removeCustomEnvironmentResponseSchema, removeCustomEnvironmentStatus200Schema, removeCustomEnvironmentStatus400Schema, removeCustomEnvironmentStatus401Schema, removeCustomEnvironmentStatus403Schema, removeCustomEnvironmentStatus410Schema, removeProjectDomainPathDomainSchema, removeProjectDomainPathIdOrNameSchema, removeProjectDomainQuerySlugSchema, removeProjectDomainQueryTeamIdSchema, removeProjectDomainResponseSchema, removeProjectDomainStatus200Schema, removeProjectDomainStatus400Schema, removeProjectDomainStatus401Schema, removeProjectDomainStatus403Schema, removeProjectDomainStatus404Schema, removeProjectDomainStatus409Schema, removeProjectDomainStatus410Schema, removeProjectEnvPathIdOrNameSchema, removeProjectEnvPathIdSchema, removeProjectEnvQueryCustomEnvironmentIdSchema, removeProjectEnvQuerySlugSchema, removeProjectEnvQueryTeamIdSchema, removeProjectEnvResponseSchema, removeProjectEnvStatus200Schema, removeProjectEnvStatus400Schema, removeProjectEnvStatus401Schema, removeProjectEnvStatus403Schema, removeProjectEnvStatus404Schema, removeProjectEnvStatus409Schema, removeProjectEnvStatus410Schema, removeProjectMemberPathIdOrNameSchema, removeProjectMemberPathUidSchema, removeProjectMemberQuerySlugSchema, removeProjectMemberQueryTeamIdSchema, removeProjectMemberResponseSchema, removeProjectMemberStatus200Schema, removeProjectMemberStatus400Schema, removeProjectMemberStatus401Schema, removeProjectMemberStatus403Schema, removeProjectMemberStatus410Schema, removeRecordPathDomainSchema, removeRecordPathRecordIdSchema, removeRecordQuerySlugSchema, removeRecordQueryTeamIdSchema, removeRecordResponseSchema, removeRecordStatus200Schema, removeRecordStatus400Schema, removeRecordStatus401Schema, removeRecordStatus403Schema, removeRecordStatus404Schema, removeRecordStatus410Schema, removeTeamMemberPathTeamIdSchema, removeTeamMemberPathUidSchema, removeTeamMemberQueryNewDefaultTeamIdSchema, removeTeamMemberResponseSchema, removeTeamMemberStatus200Schema, removeTeamMemberStatus400Schema, removeTeamMemberStatus401Schema, removeTeamMemberStatus403Schema, removeTeamMemberStatus404Schema, removeTeamMemberStatus410Schema, removeTeamMemberStatus503Schema, renewDomainPathDomainSchema, renewDomainQueryTeamIdSchema, renewDomainResponseSchema, renewDomainStatus200Schema, renewDomainStatus400Schema, renewDomainStatus401Schema, renewDomainStatus403Schema, renewDomainStatus404Schema, renewDomainStatus429Schema, renewDomainStatus500Schema, replaceDomainsByDomainRecordsPathDomainSchema, replaceDomainsByDomainRecordsResponseSchema, replaceDomainsByDomainRecordsStatus200Schema, replaceDomainsByDomainRecordsStatus400Schema, replaceDomainsByDomainRecordsStatus401Schema, replaceDomainsByDomainRecordsStatus403Schema, replaceDomainsByDomainRecordsStatus404Schema, replaceDomainsByDomainRecordsStatus409Schema, replaceDomainsByDomainRecordsStatus410Schema, replaceDomainsByDomainRecordsStatus415Schema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigPathIntegrationConfigurationIdSchema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigPathResourceIdSchema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigResponseSchema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus200Schema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus400Schema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus401Schema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus403Schema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus404Schema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus409Schema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus410Schema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus412Schema, requestAccessToTeamPathTeamIdSchema, requestAccessToTeamResponseSchema, requestAccessToTeamStatus200Schema, requestAccessToTeamStatus400Schema, requestAccessToTeamStatus401Schema, requestAccessToTeamStatus403Schema, requestAccessToTeamStatus404Schema, requestAccessToTeamStatus410Schema, requestAccessToTeamStatus429Schema, requestAccessToTeamStatus503Schema, requestDeleteResponseSchema, requestDeleteStatus202Schema, requestDeleteStatus400Schema, requestDeleteStatus401Schema, requestDeleteStatus402Schema, requestDeleteStatus403Schema, requestDeleteStatus410Schema, requestPromotePathDeploymentIdSchema, requestPromotePathProjectIdSchema, requestPromoteQuerySlugSchema, requestPromoteQueryTeamIdSchema, requestPromoteResponseSchema, requestPromoteStatus201Schema, requestPromoteStatus202Schema, requestPromoteStatus400Schema, requestPromoteStatus401Schema, requestPromoteStatus403Schema, requestPromoteStatus409Schema, requestPromoteStatus410Schema, requestRollbackPathDeploymentIdSchema, requestRollbackPathProjectIdSchema, requestRollbackQueryDescriptionSchema, requestRollbackQuerySlugSchema, requestRollbackQueryTeamIdSchema, requestRollbackResponseSchema, requestRollbackStatus201Schema, requestRollbackStatus400Schema, requestRollbackStatus401Schema, requestRollbackStatus402Schema, requestRollbackStatus403Schema, requestRollbackStatus409Schema, requestRollbackStatus410Schema, requestRollbackStatus422Schema, rerequestCheckPathCheckIdSchema, rerequestCheckPathDeploymentIdSchema, rerequestCheckQueryAutoUpdateSchema, rerequestCheckQuerySlugSchema, rerequestCheckQueryTeamIdSchema, rerequestCheckResponseSchema, rerequestCheckStatus200Schema, rerequestCheckStatus400Schema, rerequestCheckStatus401Schema, rerequestCheckStatus403Schema, rerequestCheckStatus404Schema, rerequestCheckStatus410Schema, restoreEdgeConfigBackupPathEdgeConfigBackupVersionIdSchema, restoreEdgeConfigBackupPathEdgeConfigIdSchema, restoreEdgeConfigBackupQuerySlugSchema, restoreEdgeConfigBackupQueryTeamIdSchema, restoreEdgeConfigBackupResponseSchema, restoreEdgeConfigBackupStatus200Schema, restoreEdgeConfigBackupStatus400Schema, restoreEdgeConfigBackupStatus401Schema, restoreEdgeConfigBackupStatus402Schema, restoreEdgeConfigBackupStatus403Schema, restoreEdgeConfigBackupStatus404Schema, restoreEdgeConfigBackupStatus409Schema, restoreEdgeConfigBackupStatus410Schema, restoreEdgeConfigBackupStatus412Schema, restoreRedirectsQueryProjectIdSchema, restoreRedirectsQuerySlugSchema, restoreRedirectsQueryTeamIdSchema, restoreRedirectsResponseSchema, restoreRedirectsStatus200Schema, restoreRedirectsStatus400Schema, restoreRedirectsStatus401Schema, restoreRedirectsStatus403Schema, restoreRedirectsStatus404Schema, restoreRedirectsStatus410Schema, restoreRedirectsStatus500Schema, runSessionCommandPathSessionIdSchema, runSessionCommandQueryCmdIdSchema, runSessionCommandQuerySlugSchema, runSessionCommandQueryTeamIdSchema, runSessionCommandResponseSchema, runSessionCommandStatus200Schema, runSessionCommandStatus400Schema, runSessionCommandStatus401Schema, runSessionCommandStatus403Schema, runSessionCommandStatus404Schema, runSessionCommandStatus410Schema, runSessionCommandStatus422Schema, runSessionCommandStatus429Schema, runSessionCommandStatus500Schema, sandboxInjectionRuleSchema, sandboxNetworkPolicySchema, sandboxPublicRouteSchema, searchRepoQueryHostSchema, searchRepoQueryInstallationIdSchema, searchRepoQueryNamespaceIdSchema, searchRepoQueryProviderSchema, searchRepoQueryQuerySchema, searchRepoQuerySlugSchema, searchRepoQueryTeamIdSchema, searchRepoResponseSchema, searchRepoStatus200Schema, searchRepoStatus400Schema, searchRepoStatus401Schema, searchRepoStatus403Schema, searchRepoStatus404Schema, searchRepoStatus410Schema, searchRepoStatus429Schema, searchRepoStatus500Schema, segmentSchema, sessionCommandSchema, sessionSchema, snapshotSchema, stageRedirectsQuerySlugSchema, stageRedirectsQueryTeamIdSchema, stageRedirectsResponseSchema, stageRedirectsStatus200Schema, stageRedirectsStatus400Schema, stageRedirectsStatus401Schema, stageRedirectsStatus403Schema, stageRedirectsStatus410Schema, stageRedirectsStatus500Schema, stageRoutesPathProjectIdSchema, stageRoutesQuerySlugSchema, stageRoutesQueryTeamIdSchema, stageRoutesResponseSchema, stageRoutesStatus200Schema, stageRoutesStatus400Schema, stageRoutesStatus401Schema, stageRoutesStatus403Schema, stageRoutesStatus409Schema, stageRoutesStatus410Schema, stageRoutesStatus500Schema, startRollingReleasePathIdOrNameSchema, startRollingReleaseQuerySlugSchema, startRollingReleaseQueryTeamIdSchema, startRollingReleaseResponseSchema, startRollingReleaseStatus200Schema, startRollingReleaseStatus400Schema, startRollingReleaseStatus401Schema, startRollingReleaseStatus403Schema, startRollingReleaseStatus404Schema, startRollingReleaseStatus409Schema, startRollingReleaseStatus410Schema, startRollingReleaseStatus422Schema, statusQuerySlugSchema, statusQueryTeamIdSchema, statusResponseSchema, statusStatus200Schema, statusStatus400Schema, statusStatus401Schema, statusStatus402Schema, statusStatus403Schema, statusStatus410Schema, stopSessionPathSessionIdSchema, stopSessionQuerySlugSchema, stopSessionQueryTeamIdSchema, stopSessionResponseSchema, stopSessionStatus200Schema, stopSessionStatus400Schema, stopSessionStatus401Schema, stopSessionStatus403Schema, stopSessionStatus404Schema, stopSessionStatus410Schema, stopSessionStatus422Schema, stopSessionStatus429Schema, stopSessionStatus500Schema, submitBillingDataPathIntegrationConfigurationIdSchema, submitBillingDataResponseSchema, submitBillingDataStatus201Schema, submitBillingDataStatus400Schema, submitBillingDataStatus401Schema, submitBillingDataStatus403Schema, submitBillingDataStatus404Schema, submitBillingDataStatus410Schema, submitInvoicePathIntegrationConfigurationIdSchema, submitInvoiceResponseSchema, submitInvoiceStatus200Schema, submitInvoiceStatus400Schema, submitInvoiceStatus401Schema, submitInvoiceStatus403Schema, submitInvoiceStatus404Schema, submitInvoiceStatus409Schema, submitInvoiceStatus410Schema, submitPrepaymentBalancesPathIntegrationConfigurationIdSchema, submitPrepaymentBalancesResponseSchema, submitPrepaymentBalancesStatus201Schema, submitPrepaymentBalancesStatus400Schema, submitPrepaymentBalancesStatus401Schema, submitPrepaymentBalancesStatus403Schema, submitPrepaymentBalancesStatus404Schema, submitPrepaymentBalancesStatus410Schema, teamLimitedSchema, teamSchema, testDrainQuerySlugSchema, testDrainQueryTeamIdSchema, testDrainResponseSchema, testDrainStatus200Schema, testDrainStatus400Schema, testDrainStatus401Schema, testDrainStatus402Schema, testDrainStatus403Schema, testDrainStatus410Schema, tldNameSchema, tldNotSupportedSchema, tooManyDomainsSchema, tooManyRequestsSchema, transferInDomainPathDomainSchema, transferInDomainQueryTeamIdSchema, transferInDomainResponseSchema, transferInDomainStatus200Schema, transferInDomainStatus400Schema, transferInDomainStatus401Schema, transferInDomainStatus403Schema, transferInDomainStatus429Schema, transferInDomainStatus500Schema, unauthorizedSchema, unlinkSharedEnvVariablePathIdSchema, unlinkSharedEnvVariablePathProjectIdSchema, unlinkSharedEnvVariableQuerySlugSchema, unlinkSharedEnvVariableQueryTeamIdSchema, unlinkSharedEnvVariableResponseSchema, unlinkSharedEnvVariableStatus200Schema, unlinkSharedEnvVariableStatus400Schema, unlinkSharedEnvVariableStatus401Schema, unlinkSharedEnvVariableStatus403Schema, unlinkSharedEnvVariableStatus410Schema, unpauseProjectPathProjectIdSchema, unpauseProjectQuerySlugSchema, unpauseProjectQueryTeamIdSchema, unpauseProjectResponseSchema, unpauseProjectStatus200Schema, unpauseProjectStatus400Schema, unpauseProjectStatus401Schema, unpauseProjectStatus403Schema, unpauseProjectStatus410Schema, unpauseProjectStatus500Schema, updateAccessGroupPathIdOrNameSchema, updateAccessGroupProjectPathAccessGroupIdOrNameSchema, updateAccessGroupProjectPathProjectIdSchema, updateAccessGroupProjectQuerySlugSchema, updateAccessGroupProjectQueryTeamIdSchema, updateAccessGroupProjectResponseSchema, updateAccessGroupProjectStatus200Schema, updateAccessGroupProjectStatus400Schema, updateAccessGroupProjectStatus401Schema, updateAccessGroupProjectStatus403Schema, updateAccessGroupProjectStatus410Schema, updateAccessGroupQuerySlugSchema, updateAccessGroupQueryTeamIdSchema, updateAccessGroupResponseSchema, updateAccessGroupStatus200Schema, updateAccessGroupStatus400Schema, updateAccessGroupStatus401Schema, updateAccessGroupStatus403Schema, updateAccessGroupStatus410Schema, updateAiGatewayRuleQuerySlugSchema, updateAiGatewayRuleQueryTeamIdSchema, updateAiGatewayRuleResponseSchema, updateAiGatewayRuleStatus200Schema, updateAiGatewayRuleStatus400Schema, updateAiGatewayRuleStatus401Schema, updateAiGatewayRuleStatus403Schema, updateAiGatewayRuleStatus404Schema, updateAiGatewayRuleStatus410Schema, updateAiGatewayRuleStatus500Schema, updateAttackChallengeModeQuerySlugSchema, updateAttackChallengeModeQueryTeamIdSchema, updateAttackChallengeModeResponseSchema, updateAttackChallengeModeStatus200Schema, updateAttackChallengeModeStatus400Schema, updateAttackChallengeModeStatus401Schema, updateAttackChallengeModeStatus403Schema, updateAttackChallengeModeStatus404Schema, updateAttackChallengeModeStatus410Schema, updateCheckPathCheckIdSchema, updateCheckPathDeploymentIdSchema, updateCheckQuerySlugSchema, updateCheckQueryTeamIdSchema, updateCheckResponseSchema, updateCheckStatus200Schema, updateCheckStatus400Schema, updateCheckStatus401Schema, updateCheckStatus403Schema, updateCheckStatus404Schema, updateCheckStatus410Schema, updateCheckStatus413Schema, updateCustomEnvironmentPathEnvironmentSlugOrIdSchema, updateCustomEnvironmentPathIdOrNameSchema, updateCustomEnvironmentQuerySlugSchema, updateCustomEnvironmentQueryTeamIdSchema, updateCustomEnvironmentResponseSchema, updateCustomEnvironmentStatus200Schema, updateCustomEnvironmentStatus400Schema, updateCustomEnvironmentStatus401Schema, updateCustomEnvironmentStatus402Schema, updateCustomEnvironmentStatus403Schema, updateCustomEnvironmentStatus410Schema, updateCustomEnvironmentStatus500Schema, updateDeploymentCheckRunPathCheckRunIdSchema, updateDeploymentCheckRunPathDeploymentIdSchema, updateDeploymentCheckRunQuerySlugSchema, updateDeploymentCheckRunQueryTeamIdSchema, updateDeploymentCheckRunResponseSchema, updateDeploymentCheckRunStatus200Schema, updateDeploymentCheckRunStatus400Schema, updateDeploymentCheckRunStatus401Schema, updateDeploymentCheckRunStatus403Schema, updateDeploymentCheckRunStatus410Schema, updateDeploymentCheckRunStatus413Schema, updateDeploymentCheckRunStatus500Schema, updateDomainAutoRenewPathDomainSchema, updateDomainAutoRenewQueryTeamIdSchema, updateDomainAutoRenewResponseSchema, updateDomainAutoRenewStatus204Schema, updateDomainAutoRenewStatus400Schema, updateDomainAutoRenewStatus401Schema, updateDomainAutoRenewStatus403Schema, updateDomainAutoRenewStatus404Schema, updateDomainAutoRenewStatus429Schema, updateDomainAutoRenewStatus500Schema, updateDomainNameserversPathDomainSchema, updateDomainNameserversQueryTeamIdSchema, updateDomainNameserversResponseSchema, updateDomainNameserversStatus204Schema, updateDomainNameserversStatus400Schema, updateDomainNameserversStatus401Schema, updateDomainNameserversStatus403Schema, updateDomainNameserversStatus404Schema, updateDomainNameserversStatus429Schema, updateDomainNameserversStatus500Schema, updateDrainPathIdSchema, updateDrainQuerySlugSchema, updateDrainQueryTeamIdSchema, updateDrainResponseSchema, updateDrainStatus200Schema, updateDrainStatus400Schema, updateDrainStatus401Schema, updateDrainStatus402Schema, updateDrainStatus403Schema, updateDrainStatus404Schema, updateDrainStatus410Schema, updateEdgeConfigPathEdgeConfigIdSchema, updateEdgeConfigQuerySlugSchema, updateEdgeConfigQueryTeamIdSchema, updateEdgeConfigResponseSchema, updateEdgeConfigStatus200Schema, updateEdgeConfigStatus400Schema, updateEdgeConfigStatus401Schema, updateEdgeConfigStatus402Schema, updateEdgeConfigStatus403Schema, updateEdgeConfigStatus404Schema, updateEdgeConfigStatus409Schema, updateEdgeConfigStatus410Schema, updateFirewallConfigQueryProjectIdSchema, updateFirewallConfigQuerySlugSchema, updateFirewallConfigQueryTeamIdSchema, updateFirewallConfigResponseSchema, updateFirewallConfigStatus200Schema, updateFirewallConfigStatus400Schema, updateFirewallConfigStatus401Schema, updateFirewallConfigStatus402Schema, updateFirewallConfigStatus403Schema, updateFirewallConfigStatus404Schema, updateFirewallConfigStatus410Schema, updateFirewallConfigStatus500Schema, updateFlagPathFlagIdOrSlugSchema, updateFlagPathProjectIdOrNameSchema, updateFlagQueryIfMatchSchema, updateFlagQuerySlugSchema, updateFlagQueryTeamIdSchema, updateFlagQueryWithMetadataSchema, updateFlagResponseSchema, updateFlagSegmentPathProjectIdOrNameSchema, updateFlagSegmentPathSegmentIdOrSlugSchema, updateFlagSegmentQuerySlugSchema, updateFlagSegmentQueryTeamIdSchema, updateFlagSegmentQueryWithMetadataSchema, updateFlagSegmentResponseSchema, updateFlagSegmentStatus200Schema, updateFlagSegmentStatus400Schema, updateFlagSegmentStatus401Schema, updateFlagSegmentStatus402Schema, updateFlagSegmentStatus403Schema, updateFlagSegmentStatus404Schema, updateFlagSegmentStatus409Schema, updateFlagSegmentStatus410Schema, updateFlagSettingsPathProjectIdOrNameSchema, updateFlagSettingsQuerySlugSchema, updateFlagSettingsQueryTeamIdSchema, updateFlagSettingsResponseSchema, updateFlagSettingsStatus200Schema, updateFlagSettingsStatus201Schema, updateFlagSettingsStatus400Schema, updateFlagSettingsStatus401Schema, updateFlagSettingsStatus402Schema, updateFlagSettingsStatus403Schema, updateFlagSettingsStatus404Schema, updateFlagSettingsStatus409Schema, updateFlagSettingsStatus410Schema, updateFlagStatus200Schema, updateFlagStatus304Schema, updateFlagStatus400Schema, updateFlagStatus401Schema, updateFlagStatus402Schema, updateFlagStatus403Schema, updateFlagStatus404Schema, updateFlagStatus409Schema, updateFlagStatus410Schema, updateInstallationPathIntegrationConfigurationIdSchema, updateInstallationResponseSchema, updateInstallationStatus204Schema, updateInstallationStatus400Schema, updateInstallationStatus401Schema, updateInstallationStatus403Schema, updateInstallationStatus404Schema, updateInstallationStatus410Schema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdPathIntegrationConfigurationIdSchema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdPathItemIdSchema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdPathResourceIdSchema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdResponseSchema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus204Schema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus400Schema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus401Schema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus403Schema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus404Schema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus410Schema, updateIntegrationDeploymentActionPathActionSchema, updateIntegrationDeploymentActionPathDeploymentIdSchema, updateIntegrationDeploymentActionPathIntegrationConfigurationIdSchema, updateIntegrationDeploymentActionPathResourceIdSchema, updateIntegrationDeploymentActionResponseSchema, updateIntegrationDeploymentActionStatus202Schema, updateIntegrationDeploymentActionStatus400Schema, updateIntegrationDeploymentActionStatus401Schema, updateIntegrationDeploymentActionStatus403Schema, updateIntegrationDeploymentActionStatus410Schema, updateInvoicePathIntegrationConfigurationIdSchema, updateInvoicePathInvoiceIdSchema, updateInvoiceResponseSchema, updateInvoiceStatus204Schema, updateInvoiceStatus400Schema, updateInvoiceStatus401Schema, updateInvoiceStatus403Schema, updateInvoiceStatus404Schema, updateInvoiceStatus409Schema, updateInvoiceStatus410Schema, updateMicrofrontendsGroupPathGroupIdSchema, updateMicrofrontendsGroupPathTeamIdSchema, updateMicrofrontendsGroupQuerySlugSchema, updateMicrofrontendsGroupResponseSchema, updateMicrofrontendsGroupStatus200Schema, updateMicrofrontendsGroupStatus400Schema, updateMicrofrontendsGroupStatus401Schema, updateMicrofrontendsGroupStatus403Schema, updateMicrofrontendsGroupStatus404Schema, updateMicrofrontendsGroupStatus410Schema, updateMicrofrontendsPathProjectIdSchema, updateMicrofrontendsQuerySlugSchema, updateMicrofrontendsQueryTeamIdSchema, updateMicrofrontendsResponseSchema, updateMicrofrontendsStatus200Schema, updateMicrofrontendsStatus400Schema, updateMicrofrontendsStatus401Schema, updateMicrofrontendsStatus403Schema, updateMicrofrontendsStatus409Schema, updateMicrofrontendsStatus410Schema, updateMicrofrontendsStatus500Schema, updateNetworkPathNetworkIdSchema, updateNetworkQuerySlugSchema, updateNetworkQueryTeamIdSchema, updateNetworkResponseSchema, updateNetworkStatus200Schema, updateNetworkStatus400Schema, updateNetworkStatus401Schema, updateNetworkStatus403Schema, updateNetworkStatus410Schema, updateObservabilityConfigurationProjectPathProjectIdOrNameSchema, updateObservabilityConfigurationProjectQuerySlugSchema, updateObservabilityConfigurationProjectQueryTeamIdSchema, updateObservabilityConfigurationProjectResponseSchema, updateObservabilityConfigurationProjectStatus200Schema, updateObservabilityConfigurationProjectStatus400Schema, updateObservabilityConfigurationProjectStatus401Schema, updateObservabilityConfigurationProjectStatus403Schema, updateObservabilityConfigurationProjectStatus404Schema, updateObservabilityConfigurationProjectStatus410Schema, updateObservabilityConfigurationProjectStatus429Schema, updateProjectCheckPathCheckIdSchema, updateProjectCheckPathProjectIdOrNameSchema, updateProjectCheckQuerySlugSchema, updateProjectCheckQueryTeamIdSchema, updateProjectCheckResponseSchema, updateProjectCheckStatus200Schema, updateProjectCheckStatus400Schema, updateProjectCheckStatus401Schema, updateProjectCheckStatus403Schema, updateProjectCheckStatus404Schema, updateProjectCheckStatus410Schema, updateProjectCheckStatus500Schema, updateProjectDomainPathDomainSchema, updateProjectDomainPathIdOrNameSchema, updateProjectDomainQuerySlugSchema, updateProjectDomainQueryTeamIdSchema, updateProjectDomainResponseSchema, updateProjectDomainStatus200Schema, updateProjectDomainStatus400Schema, updateProjectDomainStatus401Schema, updateProjectDomainStatus403Schema, updateProjectDomainStatus409Schema, updateProjectDomainStatus410Schema, updateProjectPathIdOrNameSchema, updateProjectProtectionBypassPathIdOrNameSchema, updateProjectProtectionBypassQuerySlugSchema, updateProjectProtectionBypassQueryTeamIdSchema, updateProjectProtectionBypassResponseSchema, updateProjectProtectionBypassStatus200Schema, updateProjectProtectionBypassStatus400Schema, updateProjectProtectionBypassStatus401Schema, updateProjectProtectionBypassStatus403Schema, updateProjectProtectionBypassStatus404Schema, updateProjectProtectionBypassStatus409Schema, updateProjectProtectionBypassStatus410Schema, updateProjectQuerySlugSchema, updateProjectQueryTeamIdSchema, updateProjectResponseSchema, updateProjectStatus200Schema, updateProjectStatus400Schema, updateProjectStatus401Schema, updateProjectStatus402Schema, updateProjectStatus403Schema, updateProjectStatus404Schema, updateProjectStatus409Schema, updateProjectStatus410Schema, updateProjectStatus428Schema, updateProjectStatus500Schema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionPathDeploymentIdSchema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionPathProjectIdSchema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionResponseSchema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionStatus200Schema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionStatus400Schema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionStatus401Schema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionStatus403Schema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionStatus409Schema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionStatus410Schema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionStatus422Schema, updateRecordPathRecordIdSchema, updateRecordQuerySlugSchema, updateRecordQueryTeamIdSchema, updateRecordResponseSchema, updateRecordStatus200Schema, updateRecordStatus400Schema, updateRecordStatus401Schema, updateRecordStatus402Schema, updateRecordStatus403Schema, updateRecordStatus404Schema, updateRecordStatus409Schema, updateRecordStatus410Schema, updateResourcePathIntegrationConfigurationIdSchema, updateResourcePathResourceIdSchema, updateResourceResponseSchema, updateResourceSecretsByIdPathIntegrationConfigurationIdSchema, updateResourceSecretsByIdPathResourceIdSchema, updateResourceSecretsByIdResponseSchema, updateResourceSecretsByIdStatus201Schema, updateResourceSecretsByIdStatus400Schema, updateResourceSecretsByIdStatus401Schema, updateResourceSecretsByIdStatus403Schema, updateResourceSecretsByIdStatus404Schema, updateResourceSecretsByIdStatus409Schema, updateResourceSecretsByIdStatus410Schema, updateResourceSecretsByIdStatus422Schema, updateResourceSecretsPathIntegrationConfigurationIdSchema, updateResourceSecretsPathIntegrationProductIdOrSlugSchema, updateResourceSecretsPathResourceIdSchema, updateResourceSecretsResponseSchema, updateResourceSecretsStatus201Schema, updateResourceSecretsStatus400Schema, updateResourceSecretsStatus401Schema, updateResourceSecretsStatus403Schema, updateResourceSecretsStatus404Schema, updateResourceSecretsStatus409Schema, updateResourceSecretsStatus410Schema, updateResourceSecretsStatus422Schema, updateResourceStatus200Schema, updateResourceStatus400Schema, updateResourceStatus401Schema, updateResourceStatus403Schema, updateResourceStatus404Schema, updateResourceStatus409Schema, updateResourceStatus410Schema, updateResourceStatus422Schema, updateRollingReleaseConfigPathIdOrNameSchema, updateRollingReleaseConfigQuerySlugSchema, updateRollingReleaseConfigQueryTeamIdSchema, updateRollingReleaseConfigResponseSchema, updateRollingReleaseConfigStatus200Schema, updateRollingReleaseConfigStatus400Schema, updateRollingReleaseConfigStatus401Schema, updateRollingReleaseConfigStatus403Schema, updateRollingReleaseConfigStatus404Schema, updateRollingReleaseConfigStatus410Schema, updateRouteVersionsPathProjectIdSchema, updateRouteVersionsQuerySlugSchema, updateRouteVersionsQueryTeamIdSchema, updateRouteVersionsResponseSchema, updateRouteVersionsStatus200Schema, updateRouteVersionsStatus400Schema, updateRouteVersionsStatus401Schema, updateRouteVersionsStatus403Schema, updateRouteVersionsStatus404Schema, updateRouteVersionsStatus409Schema, updateRouteVersionsStatus410Schema, updateRouteVersionsStatus500Schema, updateSandboxPathNameSchema, updateSandboxQueryProjectIdSchema, updateSandboxQueryResumeSchema, updateSandboxQuerySlugSchema, updateSandboxQueryTeamIdSchema, updateSandboxResponseSchema, updateSandboxStatus200Schema, updateSandboxStatus400Schema, updateSandboxStatus401Schema, updateSandboxStatus402Schema, updateSandboxStatus403Schema, updateSandboxStatus404Schema, updateSandboxStatus409Schema, updateSandboxStatus410Schema, updateSandboxStatus422Schema, updateSandboxStatus429Schema, updateSandboxStatus500Schema, updateSessionNetworkPolicyPathSessionIdSchema, updateSessionNetworkPolicyQuerySlugSchema, updateSessionNetworkPolicyQueryTeamIdSchema, updateSessionNetworkPolicyResponseSchema, updateSessionNetworkPolicyStatus200Schema, updateSessionNetworkPolicyStatus400Schema, updateSessionNetworkPolicyStatus401Schema, updateSessionNetworkPolicyStatus402Schema, updateSessionNetworkPolicyStatus403Schema, updateSessionNetworkPolicyStatus404Schema, updateSessionNetworkPolicyStatus410Schema, updateSessionNetworkPolicyStatus422Schema, updateSessionNetworkPolicyStatus429Schema, updateSessionNetworkPolicyStatus500Schema, updateSharedEnvVariableQuerySlugSchema, updateSharedEnvVariableQueryTeamIdSchema, updateSharedEnvVariableResponseSchema, updateSharedEnvVariableStatus200Schema, updateSharedEnvVariableStatus400Schema, updateSharedEnvVariableStatus401Schema, updateSharedEnvVariableStatus402Schema, updateSharedEnvVariableStatus403Schema, updateSharedEnvVariableStatus410Schema, updateStaticIpsPathIdOrNameSchema, updateStaticIpsQuerySlugSchema, updateStaticIpsQueryTeamIdSchema, updateStaticIpsResponseSchema, updateStaticIpsStatus200Schema, updateStaticIpsStatus400Schema, updateStaticIpsStatus401Schema, updateStaticIpsStatus402Schema, updateStaticIpsStatus403Schema, updateStaticIpsStatus404Schema, updateStaticIpsStatus409Schema, updateStaticIpsStatus410Schema, updateStaticIpsStatus500Schema, updateTeamMemberPathTeamIdSchema, updateTeamMemberPathUidSchema, updateTeamMemberResponseSchema, updateTeamMemberStatus200Schema, updateTeamMemberStatus400Schema, updateTeamMemberStatus401Schema, updateTeamMemberStatus402Schema, updateTeamMemberStatus403Schema, updateTeamMemberStatus404Schema, updateTeamMemberStatus409Schema, updateTeamMemberStatus410Schema, updateTeamMemberStatus500Schema, updateVersionQueryProjectIdSchema, updateVersionQuerySlugSchema, updateVersionQueryTeamIdSchema, updateVersionResponseSchema, updateVersionStatus200Schema, updateVersionStatus400Schema, updateVersionStatus401Schema, updateVersionStatus403Schema, updateVersionStatus404Schema, updateVersionStatus410Schema, updateVersionStatus500Schema, uploadArtifactHeadercontentLengthSchema, uploadArtifactHeaderxArtifactClientCiSchema, uploadArtifactHeaderxArtifactClientInteractiveSchema, uploadArtifactHeaderxArtifactDirtyHashSchema, uploadArtifactHeaderxArtifactDurationSchema, uploadArtifactHeaderxArtifactShaSchema, uploadArtifactHeaderxArtifactTagSchema, uploadArtifactPathHashSchema, uploadArtifactQuerySlugSchema, uploadArtifactQueryTeamIdSchema, uploadArtifactResponseSchema, uploadArtifactStatus202Schema, uploadArtifactStatus400Schema, uploadArtifactStatus401Schema, uploadArtifactStatus402Schema, uploadArtifactStatus403Schema, uploadArtifactStatus410Schema, uploadCertQuerySlugSchema, uploadCertQueryTeamIdSchema, uploadCertResponseSchema, uploadCertStatus200Schema, uploadCertStatus400Schema, uploadCertStatus401Schema, uploadCertStatus402Schema, uploadCertStatus403Schema, uploadCertStatus410Schema, uploadFileHeadercontentLengthSchema, uploadFileHeaderxNowDigestSchema, uploadFileHeaderxNowSizeSchema, uploadFileHeaderxVercelDigestSchema, uploadFileQuerySlugSchema, uploadFileQueryTeamIdSchema, uploadFileResponseSchema, uploadFileStatus200Schema, uploadFileStatus400Schema, uploadFileStatus401Schema, uploadFileStatus403Schema, uploadFileStatus410Schema, uploadFileStatus426Schema, uploadProjectAvatarPathIdOrNameSchema, uploadProjectAvatarQuerySlugSchema, uploadProjectAvatarQueryTeamIdSchema, uploadProjectAvatarResponseSchema, uploadProjectAvatarStatus200Schema, uploadProjectAvatarStatus400Schema, uploadProjectAvatarStatus401Schema, uploadProjectAvatarStatus403Schema, uploadProjectAvatarStatus410Schema, uploadProjectAvatarStatus413Schema, uploadProjectAvatarStatus415Schema, userEventSchema, vcrImageDetailSchema, vcrImageLayerSchema, vcrImageListItemSchema, vcrImageListSchema, vcrRepositoryListSchema, vcrRepositorySchema, vcrTagSchema, vercelBadRequestErrorSchema, vercelBaseErrorSchema, vercelForbiddenErrorSchema, vercelNotFoundErrorSchema, vercelRateLimitErrorSchema, verifyProjectDomainPathDomainSchema, verifyProjectDomainPathIdOrNameSchema, verifyProjectDomainQuerySlugSchema, verifyProjectDomainQueryTeamIdSchema, verifyProjectDomainResponseSchema, verifyProjectDomainStatus200Schema, verifyProjectDomainStatus400Schema, verifyProjectDomainStatus401Schema, verifyProjectDomainStatus403Schema, verifyProjectDomainStatus410Schema, writeSessionFilesHeaderxCwdSchema, writeSessionFilesPathSessionIdSchema, writeSessionFilesQuerySlugSchema, writeSessionFilesQueryTeamIdSchema, writeSessionFilesResponseSchema, writeSessionFilesStatus200Schema, writeSessionFilesStatus400Schema, writeSessionFilesStatus401Schema, writeSessionFilesStatus403Schema, writeSessionFilesStatus404Schema, writeSessionFilesStatus410Schema, writeSessionFilesStatus422Schema, writeSessionFilesStatus429Schema, writeSessionFilesStatus500Schema };
|
|
14279
|
+
export { aCLActionSchema, aPIKeyQuotaSchema, aPIKeySchema, acceptProjectTransferRequestPathCodeSchema, acceptProjectTransferRequestQuerySlugSchema, acceptProjectTransferRequestQueryTeamIdSchema, acceptProjectTransferRequestResponseSchema, acceptProjectTransferRequestStatus202Schema, acceptProjectTransferRequestStatus400Schema, acceptProjectTransferRequestStatus401Schema, acceptProjectTransferRequestStatus403Schema, acceptProjectTransferRequestStatus404Schema, acceptProjectTransferRequestStatus410Schema, acceptProjectTransferRequestStatus422Schema, addBypassIpQueryProjectIdSchema, addBypassIpQuerySlugSchema, addBypassIpQueryTeamIdSchema, addBypassIpResponseSchema, addBypassIpStatus200Schema, addBypassIpStatus400Schema, addBypassIpStatus401Schema, addBypassIpStatus403Schema, addBypassIpStatus404Schema, addBypassIpStatus410Schema, addBypassIpStatus500Schema, addProjectDomainPathIdOrNameSchema, addProjectDomainQuerySlugSchema, addProjectDomainQueryTeamIdSchema, addProjectDomainResponseSchema, addProjectDomainStatus200Schema, addProjectDomainStatus400Schema, addProjectDomainStatus401Schema, addProjectDomainStatus402Schema, addProjectDomainStatus403Schema, addProjectDomainStatus409Schema, addProjectDomainStatus410Schema, addProjectMemberPathIdOrNameSchema, addProjectMemberQuerySlugSchema, addProjectMemberQueryTeamIdSchema, addProjectMemberResponseSchema, addProjectMemberStatus200Schema, addProjectMemberStatus400Schema, addProjectMemberStatus401Schema, addProjectMemberStatus403Schema, addProjectMemberStatus410Schema, addProjectMemberStatus500Schema, addRepositoryPermissionPathIdOrNameSchema, addRepositoryPermissionQueryProjectIdSchema, addRepositoryPermissionQuerySlugSchema, addRepositoryPermissionQueryTeamIdSchema, addRepositoryPermissionResponseSchema, addRepositoryPermissionStatus200Schema, addRepositoryPermissionStatus400Schema, addRepositoryPermissionStatus401Schema, addRepositoryPermissionStatus403Schema, addRepositoryPermissionStatus404Schema, addRepositoryPermissionStatus410Schema, addRoutePathProjectIdSchema, addRouteQuerySlugSchema, addRouteQueryTeamIdSchema, addRouteResponseSchema, addRouteStatus200Schema, addRouteStatus400Schema, addRouteStatus401Schema, addRouteStatus403Schema, addRouteStatus409Schema, addRouteStatus410Schema, addRouteStatus500Schema, additionalContactInfoRequiredSchema, aggregateEventsQueryBySchema, aggregateEventsQueryFilterSchema, aggregateEventsQueryLimitSchema, aggregateEventsQueryProjectIdSchema, aggregateEventsQuerySinceSchema, aggregateEventsQuerySlugSchema, aggregateEventsQueryTeamIdSchema, aggregateEventsQueryUntilSchema, aggregateEventsResponseSchema, aggregateEventsStatus200Schema, aggregateEventsStatus400Schema, aggregateEventsStatus401Schema, aggregateEventsStatus402Schema, aggregateEventsStatus403Schema, aggregateEventsStatus410Schema, aggregatePageviewsQueryBySchema, aggregatePageviewsQueryFilterSchema, aggregatePageviewsQueryLimitSchema, aggregatePageviewsQueryProjectIdSchema, aggregatePageviewsQuerySinceSchema, aggregatePageviewsQuerySlugSchema, aggregatePageviewsQueryTeamIdSchema, aggregatePageviewsQueryUntilSchema, aggregatePageviewsResponseSchema, aggregatePageviewsStatus200Schema, aggregatePageviewsStatus400Schema, aggregatePageviewsStatus401Schema, aggregatePageviewsStatus402Schema, aggregatePageviewsStatus403Schema, aggregatePageviewsStatus410Schema, aiGatewayRuleListSchema, aiGatewayRuleSchema, approveRollingReleaseStagePathIdOrNameSchema, approveRollingReleaseStageQuerySlugSchema, approveRollingReleaseStageQueryTeamIdSchema, approveRollingReleaseStageResponseSchema, approveRollingReleaseStageStatus200Schema, approveRollingReleaseStageStatus400Schema, approveRollingReleaseStageStatus401Schema, approveRollingReleaseStageStatus403Schema, approveRollingReleaseStageStatus404Schema, approveRollingReleaseStageStatus410Schema, approveRollingReleaseStageStatus500Schema, artifactQueryQuerySlugSchema, artifactQueryQueryTeamIdSchema, artifactQueryResponseSchema, artifactQueryStatus200Schema, artifactQueryStatus400Schema, artifactQueryStatus401Schema, artifactQueryStatus402Schema, artifactQueryStatus403Schema, artifactQueryStatus410Schema, assignAliasPathIdSchema, assignAliasQuerySlugSchema, assignAliasQueryTeamIdSchema, assignAliasResponseSchema, assignAliasStatus200Schema, assignAliasStatus400Schema, assignAliasStatus401Schema, assignAliasStatus402Schema, assignAliasStatus403Schema, assignAliasStatus404Schema, assignAliasStatus409Schema, assignAliasStatus410Schema, authTokenSchema, authUserLimitedSchema, authUserSchema, badRequestSchema, batchRemoveProjectEnvPathIdOrNameSchema, batchRemoveProjectEnvQuerySlugSchema, batchRemoveProjectEnvQueryTeamIdSchema, batchRemoveProjectEnvResponseSchema, batchRemoveProjectEnvStatus200Schema, batchRemoveProjectEnvStatus400Schema, batchRemoveProjectEnvStatus401Schema, batchRemoveProjectEnvStatus403Schema, batchRemoveProjectEnvStatus404Schema, batchRemoveProjectEnvStatus409Schema, batchRemoveProjectEnvStatus410Schema, boughtTooRecentlySchema, buyCreditsQuerySlugSchema, buyCreditsQuerySourceSchema, buyCreditsQueryTeamIdSchema, buyCreditsResponseSchema, buyCreditsStatus200Schema, buyCreditsStatus400Schema, buyCreditsStatus401Schema, buyCreditsStatus402Schema, buyCreditsStatus403Schema, buyCreditsStatus404Schema, buyCreditsStatus410Schema, buyCreditsStatus500Schema, buyDomainsQueryTeamIdSchema, buyDomainsResponseSchema, buyDomainsStatus200Schema, buyDomainsStatus400Schema, buyDomainsStatus401Schema, buyDomainsStatus403Schema, buyDomainsStatus429Schema, buyDomainsStatus500Schema, buySingleDomainPathDomainSchema, buySingleDomainQueryTeamIdSchema, buySingleDomainResponseSchema, buySingleDomainStatus200Schema, buySingleDomainStatus400Schema, buySingleDomainStatus401Schema, buySingleDomainStatus403Schema, buySingleDomainStatus429Schema, buySingleDomainStatus500Schema, cancelDeploymentPathIdSchema, cancelDeploymentQuerySlugSchema, cancelDeploymentQueryTeamIdSchema, cancelDeploymentResponseSchema, cancelDeploymentStatus200Schema, cancelDeploymentStatus400Schema, cancelDeploymentStatus401Schema, cancelDeploymentStatus403Schema, cancelDeploymentStatus404Schema, cancelDeploymentStatus410Schema, claimDomainOwnershipPathDomainSchema, claimDomainOwnershipQuerySlugSchema, claimDomainOwnershipQueryTeamIdSchema, claimDomainOwnershipResponseSchema, claimDomainOwnershipStatus200Schema, claimDomainOwnershipStatus400Schema, claimDomainOwnershipStatus401Schema, claimDomainOwnershipStatus403Schema, claimDomainOwnershipStatus404Schema, claimDomainOwnershipStatus410Schema, clearRepositoryPermissionsPathIdOrNameSchema, clearRepositoryPermissionsQueryProjectIdSchema, clearRepositoryPermissionsQuerySlugSchema, clearRepositoryPermissionsQueryTeamIdSchema, clearRepositoryPermissionsResponseSchema, clearRepositoryPermissionsStatus204Schema, clearRepositoryPermissionsStatus400Schema, clearRepositoryPermissionsStatus401Schema, clearRepositoryPermissionsStatus403Schema, clearRepositoryPermissionsStatus404Schema, clearRepositoryPermissionsStatus410Schema, completeRollingReleasePathIdOrNameSchema, completeRollingReleaseQuerySlugSchema, completeRollingReleaseQueryTeamIdSchema, completeRollingReleaseResponseSchema, completeRollingReleaseStatus200Schema, completeRollingReleaseStatus400Schema, completeRollingReleaseStatus401Schema, completeRollingReleaseStatus403Schema, completeRollingReleaseStatus404Schema, completeRollingReleaseStatus410Schema, connectIntegrationResourceToProjectPathIntegrationConfigurationIdSchema, connectIntegrationResourceToProjectPathResourceIdSchema, connectIntegrationResourceToProjectQuerySlugSchema, connectIntegrationResourceToProjectQueryTeamIdSchema, connectIntegrationResourceToProjectResponseSchema, connectIntegrationResourceToProjectStatus201Schema, connectIntegrationResourceToProjectStatus400Schema, connectIntegrationResourceToProjectStatus401Schema, connectIntegrationResourceToProjectStatus403Schema, connectIntegrationResourceToProjectStatus404Schema, connectIntegrationResourceToProjectStatus410Schema, contactPendingVerificationSchema, contactVerifiedSchema, countEventsQueryFilterSchema, countEventsQueryProjectIdSchema, countEventsQuerySinceSchema, countEventsQuerySlugSchema, countEventsQueryTeamIdSchema, countEventsQueryUntilSchema, countEventsResponseSchema, countEventsStatus200Schema, countEventsStatus400Schema, countEventsStatus401Schema, countEventsStatus402Schema, countEventsStatus403Schema, countEventsStatus410Schema, countPageviewsQueryFilterSchema, countPageviewsQueryProjectIdSchema, countPageviewsQuerySinceSchema, countPageviewsQuerySlugSchema, countPageviewsQueryTeamIdSchema, countPageviewsQueryUntilSchema, countPageviewsResponseSchema, countPageviewsStatus200Schema, countPageviewsStatus400Schema, countPageviewsStatus401Schema, countPageviewsStatus402Schema, countPageviewsStatus403Schema, countPageviewsStatus410Schema, countryCodeSchema, createAccessGroupProjectPathAccessGroupIdOrNameSchema, createAccessGroupProjectQuerySlugSchema, createAccessGroupProjectQueryTeamIdSchema, createAccessGroupProjectResponseSchema, createAccessGroupProjectStatus200Schema, createAccessGroupProjectStatus400Schema, createAccessGroupProjectStatus401Schema, createAccessGroupProjectStatus403Schema, createAccessGroupProjectStatus410Schema, createAccessGroupQuerySlugSchema, createAccessGroupQueryTeamIdSchema, createAccessGroupResponseSchema, createAccessGroupStatus200Schema, createAccessGroupStatus400Schema, createAccessGroupStatus401Schema, createAccessGroupStatus403Schema, createAccessGroupStatus410Schema, createAiGatewayRuleQuerySlugSchema, createAiGatewayRuleQueryTeamIdSchema, createAiGatewayRuleResponseSchema, createAiGatewayRuleStatus201Schema, createAiGatewayRuleStatus400Schema, createAiGatewayRuleStatus401Schema, createAiGatewayRuleStatus403Schema, createAiGatewayRuleStatus409Schema, createAiGatewayRuleStatus410Schema, createAiGatewayRuleStatus500Schema, createApiKeysResponseSchema, createApiKeysStatus200Schema, createApiKeysStatus400Schema, createApiKeysStatus401Schema, createApiKeysStatus403Schema, createApiKeysStatus409Schema, createApiKeysStatus410Schema, createApiKeysStatus429Schema, createApiKeysStatus500Schema, createAuthTokenQuerySlugSchema, createAuthTokenQueryTeamIdSchema, createAuthTokenResponseSchema, createAuthTokenStatus200Schema, createAuthTokenStatus400Schema, createAuthTokenStatus401Schema, createAuthTokenStatus403Schema, createAuthTokenStatus404Schema, createAuthTokenStatus410Schema, createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsPathProjectSlugSchema, createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsPathRepositoryNameSchema, createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsPathTeamSlugSchema, createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsQueryFromSchema, createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsQueryMountSchema, createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsResponseSchema, createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus202Schema, createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus400Schema, createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus401Schema, createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus402Schema, createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus403Schema, createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus404Schema, createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus410Schema, createCheckPathDeploymentIdSchema, createCheckQuerySlugSchema, createCheckQueryTeamIdSchema, createCheckResponseSchema, createCheckStatus200Schema, createCheckStatus400Schema, createCheckStatus401Schema, createCheckStatus403Schema, createCheckStatus404Schema, createCheckStatus410Schema, createConfigurableLogDrainQuerySlugSchema, createConfigurableLogDrainQueryTeamIdSchema, createConfigurableLogDrainResponseSchema, createConfigurableLogDrainStatus200Schema, createConfigurableLogDrainStatus400Schema, createConfigurableLogDrainStatus401Schema, createConfigurableLogDrainStatus403Schema, createConfigurableLogDrainStatus410Schema, createConnectorAuthorizationRequestPathConnectorSchema, createConnectorAuthorizationRequestResponseSchema, createConnectorAuthorizationRequestStatus200Schema, createConnectorAuthorizationRequestStatus400Schema, createConnectorAuthorizationRequestStatus401Schema, createConnectorAuthorizationRequestStatus403Schema, createConnectorAuthorizationRequestStatus404Schema, createConnectorAuthorizationRequestStatus410Schema, createConnectorInstallationRequestPathConnectorSchema, createConnectorInstallationRequestResponseSchema, createConnectorInstallationRequestStatus200Schema, createConnectorInstallationRequestStatus400Schema, createConnectorInstallationRequestStatus401Schema, createConnectorInstallationRequestStatus403Schema, createConnectorInstallationRequestStatus404Schema, createConnectorInstallationRequestStatus410Schema, createConnectorInstallationRequestStatus422Schema, createConnectorResponseSchema, createConnectorStatus201Schema, createConnectorStatus400Schema, createConnectorStatus401Schema, createConnectorStatus403Schema, createConnectorStatus404Schema, createConnectorStatus409Schema, createConnectorStatus410Schema, createConnectorStatus422Schema, createConnectorStatus500Schema, createConnectorStatus502Schema, createCustomEnvironmentPathIdOrNameSchema, createCustomEnvironmentQuerySlugSchema, createCustomEnvironmentQueryTeamIdSchema, createCustomEnvironmentResponseSchema, createCustomEnvironmentStatus201Schema, createCustomEnvironmentStatus400Schema, createCustomEnvironmentStatus401Schema, createCustomEnvironmentStatus402Schema, createCustomEnvironmentStatus403Schema, createCustomEnvironmentStatus410Schema, createCustomEnvironmentStatus500Schema, createDeploymentCheckRunPathDeploymentIdSchema, createDeploymentCheckRunQuerySlugSchema, createDeploymentCheckRunQueryTeamIdSchema, createDeploymentCheckRunResponseSchema, createDeploymentCheckRunStatus200Schema, createDeploymentCheckRunStatus400Schema, createDeploymentCheckRunStatus401Schema, createDeploymentCheckRunStatus403Schema, createDeploymentCheckRunStatus404Schema, createDeploymentCheckRunStatus410Schema, createDeploymentCheckRunStatus500Schema, createDeploymentQueryForceNewSchema, createDeploymentQuerySkipAutoDetectionConfirmationSchema, createDeploymentQuerySlugSchema, createDeploymentQueryTeamIdSchema, createDeploymentResponseSchema, createDeploymentStatus200Schema, createDeploymentStatus400Schema, createDeploymentStatus401Schema, createDeploymentStatus402Schema, createDeploymentStatus403Schema, createDeploymentStatus404Schema, createDeploymentStatus409Schema, createDeploymentStatus410Schema, createDeploymentStatus426Schema, createDeploymentStatus429Schema, createDeploymentStatus500Schema, createDeploymentStatus503Schema, createDrainQuerySlugSchema, createDrainQueryTeamIdSchema, createDrainResponseSchema, createDrainStatus200Schema, createDrainStatus400Schema, createDrainStatus401Schema, createDrainStatus402Schema, createDrainStatus403Schema, createDrainStatus410Schema, createEdgeConfigQuerySlugSchema, createEdgeConfigQueryTeamIdSchema, createEdgeConfigResponseSchema, createEdgeConfigStatus201Schema, createEdgeConfigStatus400Schema, createEdgeConfigStatus401Schema, createEdgeConfigStatus402Schema, createEdgeConfigStatus403Schema, createEdgeConfigStatus410Schema, createEdgeConfigTokenPathEdgeConfigIdSchema, createEdgeConfigTokenQuerySlugSchema, createEdgeConfigTokenQueryTeamIdSchema, createEdgeConfigTokenResponseSchema, createEdgeConfigTokenStatus201Schema, createEdgeConfigTokenStatus400Schema, createEdgeConfigTokenStatus401Schema, createEdgeConfigTokenStatus402Schema, createEdgeConfigTokenStatus403Schema, createEdgeConfigTokenStatus404Schema, createEdgeConfigTokenStatus409Schema, createEdgeConfigTokenStatus410Schema, createEventPathIntegrationConfigurationIdSchema, createEventResponseSchema, createEventStatus201Schema, createEventStatus400Schema, createEventStatus401Schema, createEventStatus403Schema, createEventStatus404Schema, createEventStatus410Schema, createFlagPathProjectIdOrNameSchema, createFlagQuerySlugSchema, createFlagQueryTeamIdSchema, createFlagResponseSchema, createFlagSegmentPathProjectIdOrNameSchema, createFlagSegmentQuerySlugSchema, createFlagSegmentQueryTeamIdSchema, createFlagSegmentResponseSchema, createFlagSegmentStatus201Schema, createFlagSegmentStatus400Schema, createFlagSegmentStatus401Schema, createFlagSegmentStatus402Schema, createFlagSegmentStatus403Schema, createFlagSegmentStatus404Schema, createFlagSegmentStatus409Schema, createFlagSegmentStatus410Schema, createFlagStatus201Schema, createFlagStatus400Schema, createFlagStatus401Schema, createFlagStatus402Schema, createFlagStatus403Schema, createFlagStatus404Schema, createFlagStatus409Schema, createFlagStatus410Schema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsPathIntegrationConfigurationIdSchema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsPathResourceIdSchema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsResponseSchema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsStatus204Schema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsStatus400Schema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsStatus401Schema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsStatus403Schema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsStatus404Schema, createInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsStatus410Schema, createIntegrationStoreDirectQuerySlugSchema, createIntegrationStoreDirectQueryTeamIdSchema, createIntegrationStoreDirectResponseSchema, createIntegrationStoreDirectStatus200Schema, createIntegrationStoreDirectStatus400Schema, createIntegrationStoreDirectStatus401Schema, createIntegrationStoreDirectStatus402Schema, createIntegrationStoreDirectStatus403Schema, createIntegrationStoreDirectStatus404Schema, createIntegrationStoreDirectStatus409Schema, createIntegrationStoreDirectStatus410Schema, createIntegrationStoreDirectStatus429Schema, createIntegrationStoreDirectStatus500Schema, createLogDrainQuerySlugSchema, createLogDrainQueryTeamIdSchema, createLogDrainResponseSchema, createLogDrainStatus200Schema, createLogDrainStatus400Schema, createLogDrainStatus401Schema, createLogDrainStatus403Schema, createLogDrainStatus410Schema, createMicrofrontendsGroupWithApplicationsQuerySlugSchema, createMicrofrontendsGroupWithApplicationsQueryTeamIdSchema, createMicrofrontendsGroupWithApplicationsResponseSchema, createMicrofrontendsGroupWithApplicationsStatus200Schema, createMicrofrontendsGroupWithApplicationsStatus400Schema, createMicrofrontendsGroupWithApplicationsStatus401Schema, createMicrofrontendsGroupWithApplicationsStatus403Schema, createMicrofrontendsGroupWithApplicationsStatus410Schema, createMicrofrontendsGroupWithApplicationsStatus500Schema, createNetworkQuerySlugSchema, createNetworkQueryTeamIdSchema, createNetworkResponseSchema, createNetworkStatus201Schema, createNetworkStatus400Schema, createNetworkStatus401Schema, createNetworkStatus402Schema, createNetworkStatus403Schema, createNetworkStatus409Schema, createNetworkStatus410Schema, createObservabilityQueryResponseSchema, createObservabilityQueryStatus200Schema, createObservabilityQueryStatus400Schema, createObservabilityQueryStatus401Schema, createObservabilityQueryStatus402Schema, createObservabilityQueryStatus403Schema, createObservabilityQueryStatus408Schema, createObservabilityQueryStatus410Schema, createOrTransferDomainQuerySlugSchema, createOrTransferDomainQueryTeamIdSchema, createOrTransferDomainResponseSchema, createOrTransferDomainStatus200Schema, createOrTransferDomainStatus400Schema, createOrTransferDomainStatus401Schema, createOrTransferDomainStatus402Schema, createOrTransferDomainStatus403Schema, createOrTransferDomainStatus404Schema, createOrTransferDomainStatus409Schema, createOrTransferDomainStatus410Schema, createProjectCheckPathProjectIdOrNameSchema, createProjectCheckQuerySlugSchema, createProjectCheckQueryTeamIdSchema, createProjectCheckResponseSchema, createProjectCheckStatus200Schema, createProjectCheckStatus400Schema, createProjectCheckStatus401Schema, createProjectCheckStatus403Schema, createProjectCheckStatus410Schema, createProjectCheckStatus500Schema, createProjectEnvPathIdOrNameSchema, createProjectEnvQuerySlugSchema, createProjectEnvQueryTeamIdSchema, createProjectEnvQueryUpsertSchema, createProjectEnvResponseSchema, createProjectEnvStatus201Schema, createProjectEnvStatus400Schema, createProjectEnvStatus401Schema, createProjectEnvStatus402Schema, createProjectEnvStatus403Schema, createProjectEnvStatus404Schema, createProjectEnvStatus409Schema, createProjectEnvStatus410Schema, createProjectEnvStatus429Schema, createProjectEnvStatus500Schema, createProjectQuerySlugSchema, createProjectQueryTeamIdSchema, createProjectResponseSchema, createProjectStatus200Schema, createProjectStatus400Schema, createProjectStatus401Schema, createProjectStatus402Schema, createProjectStatus403Schema, createProjectStatus404Schema, createProjectStatus409Schema, createProjectStatus410Schema, createProjectStatus428Schema, createProjectStatus429Schema, createProjectStatus500Schema, createProjectTransferRequestPathIdOrNameSchema, createProjectTransferRequestQuerySlugSchema, createProjectTransferRequestQueryTeamIdSchema, createProjectTransferRequestResponseSchema, createProjectTransferRequestStatus200Schema, createProjectTransferRequestStatus400Schema, createProjectTransferRequestStatus401Schema, createProjectTransferRequestStatus403Schema, createProjectTransferRequestStatus410Schema, createRecordPathDomainSchema, createRecordQuerySlugSchema, createRecordQueryTeamIdSchema, createRecordResponseSchema, createRecordStatus200Schema, createRecordStatus400Schema, createRecordStatus401Schema, createRecordStatus402Schema, createRecordStatus403Schema, createRecordStatus404Schema, createRecordStatus409Schema, createRecordStatus410Schema, createRepositoryQuerySlugSchema, createRepositoryQueryTeamIdSchema, createRepositoryResponseSchema, createRepositoryStatus200Schema, createRepositoryStatus400Schema, createRepositoryStatus401Schema, createRepositoryStatus402Schema, createRepositoryStatus403Schema, createRepositoryStatus404Schema, createRepositoryStatus409Schema, createRepositoryStatus410Schema, createSandboxesByNameForkPathNameSchema, createSandboxesByNameForkQueryProjectIdSchema, createSandboxesByNameForkQuerySlugSchema, createSandboxesByNameForkQueryTeamIdSchema, createSandboxesByNameForkResponseSchema, createSandboxesByNameForkStatus200Schema, createSandboxesByNameForkStatus400Schema, createSandboxesByNameForkStatus401Schema, createSandboxesByNameForkStatus402Schema, createSandboxesByNameForkStatus403Schema, createSandboxesByNameForkStatus404Schema, createSandboxesByNameForkStatus409Schema, createSandboxesByNameForkStatus410Schema, createSandboxesByNameForkStatus422Schema, createSandboxesByNameForkStatus429Schema, createSandboxesByNameForkStatus500Schema, createSandboxesV2QuerySlugSchema, createSandboxesV2QueryTeamIdSchema, createSandboxesV2ResponseSchema, createSandboxesV2Status200Schema, createSandboxesV2Status400Schema, createSandboxesV2Status401Schema, createSandboxesV2Status402Schema, createSandboxesV2Status403Schema, createSandboxesV2Status404Schema, createSandboxesV2Status409Schema, createSandboxesV2Status410Schema, createSandboxesV2Status422Schema, createSandboxesV2Status429Schema, createSandboxesV2Status500Schema, createSandboxesV3QuerySlugSchema, createSandboxesV3QueryTeamIdSchema, createSandboxesV3ResponseSchema, createSandboxesV3Status200Schema, createSandboxesV3Status400Schema, createSandboxesV3Status401Schema, createSandboxesV3Status402Schema, createSandboxesV3Status403Schema, createSandboxesV3Status404Schema, createSandboxesV3Status409Schema, createSandboxesV3Status410Schema, createSandboxesV3Status422Schema, createSandboxesV3Status429Schema, createSandboxesV3Status500Schema, createSdkKeyPathProjectIdOrNameSchema, createSdkKeyQuerySlugSchema, createSdkKeyQueryTeamIdSchema, createSdkKeyResponseSchema, createSdkKeyStatus200Schema, createSdkKeyStatus400Schema, createSdkKeyStatus401Schema, createSdkKeyStatus402Schema, createSdkKeyStatus403Schema, createSdkKeyStatus404Schema, createSdkKeyStatus409Schema, createSdkKeyStatus410Schema, createSecurityFirewallConfigByConfigVersionActivatePathConfigVersionSchema, createSecurityFirewallConfigByConfigVersionActivateResponseSchema, createSecurityFirewallConfigByConfigVersionActivateStatus200Schema, createSecurityFirewallConfigByConfigVersionActivateStatus400Schema, createSecurityFirewallConfigByConfigVersionActivateStatus401Schema, createSecurityFirewallConfigByConfigVersionActivateStatus402Schema, createSecurityFirewallConfigByConfigVersionActivateStatus403Schema, createSecurityFirewallConfigByConfigVersionActivateStatus404Schema, createSecurityFirewallConfigByConfigVersionActivateStatus410Schema, createSecurityFirewallConfigByConfigVersionActivateStatus500Schema, createSessionDirectoryPathSessionIdSchema, createSessionDirectoryQuerySlugSchema, createSessionDirectoryQueryTeamIdSchema, createSessionDirectoryResponseSchema, createSessionDirectoryStatus200Schema, createSessionDirectoryStatus400Schema, createSessionDirectoryStatus401Schema, createSessionDirectoryStatus403Schema, createSessionDirectoryStatus404Schema, createSessionDirectoryStatus410Schema, createSessionDirectoryStatus422Schema, createSessionDirectoryStatus429Schema, createSessionDirectoryStatus500Schema, createSessionSnapshotPathSessionIdSchema, createSessionSnapshotQuerySlugSchema, createSessionSnapshotQueryTeamIdSchema, createSessionSnapshotResponseSchema, createSessionSnapshotStatus201Schema, createSessionSnapshotStatus400Schema, createSessionSnapshotStatus401Schema, createSessionSnapshotStatus402Schema, createSessionSnapshotStatus403Schema, createSessionSnapshotStatus404Schema, createSessionSnapshotStatus410Schema, createSessionSnapshotStatus422Schema, createSessionSnapshotStatus429Schema, createSessionSnapshotStatus500Schema, createSharedEnvVariableQuerySlugSchema, createSharedEnvVariableQueryTeamIdSchema, createSharedEnvVariableResponseSchema, createSharedEnvVariableStatus201Schema, createSharedEnvVariableStatus400Schema, createSharedEnvVariableStatus401Schema, createSharedEnvVariableStatus402Schema, createSharedEnvVariableStatus403Schema, createSharedEnvVariableStatus410Schema, createSpeedInsightsToggleQueryProjectIdSchema, createSpeedInsightsToggleResponseSchema, createSpeedInsightsToggleStatus200Schema, createSpeedInsightsToggleStatus400Schema, createSpeedInsightsToggleStatus401Schema, createSpeedInsightsToggleStatus402Schema, createSpeedInsightsToggleStatus403Schema, createSpeedInsightsToggleStatus410Schema, createStorageStoresBlobResponseSchema, createStorageStoresBlobStatus200Schema, createStorageStoresBlobStatus400Schema, createStorageStoresBlobStatus401Schema, createStorageStoresBlobStatus402Schema, createStorageStoresBlobStatus403Schema, createStorageStoresBlobStatus404Schema, createStorageStoresBlobStatus409Schema, createStorageStoresBlobStatus410Schema, createStorageStoresBlobStatus429Schema, createTeamResponseSchema, createTeamStatus200Schema, createTeamStatus400Schema, createTeamStatus401Schema, createTeamStatus403Schema, createTeamStatus404Schema, createTeamStatus409Schema, createTeamStatus410Schema, createTraceSessionQuerySlugSchema, createTraceSessionQueryTeamIdSchema, createTraceSessionResponseSchema, createTraceSessionStatus200Schema, createTraceSessionStatus400Schema, createTraceSessionStatus401Schema, createTraceSessionStatus403Schema, createTraceSessionStatus410Schema, createTraceSessionStatus422Schema, createWebInsightsToggleQueryProjectIdSchema, createWebInsightsToggleResponseSchema, createWebInsightsToggleStatus200Schema, createWebInsightsToggleStatus400Schema, createWebInsightsToggleStatus401Schema, createWebInsightsToggleStatus403Schema, createWebInsightsToggleStatus410Schema, createWebhookQuerySlugSchema, createWebhookQueryTeamIdSchema, createWebhookResponseSchema, createWebhookStatus200Schema, createWebhookStatus400Schema, createWebhookStatus401Schema, createWebhookStatus403Schema, createWebhookStatus410Schema, dNSSECEnabledSchema, dangerouslyDeleteBySrcImagesQueryProjectIdOrNameSchema, dangerouslyDeleteBySrcImagesQuerySlugSchema, dangerouslyDeleteBySrcImagesQueryTeamIdSchema, dangerouslyDeleteBySrcImagesResponseSchema, dangerouslyDeleteBySrcImagesStatus200Schema, dangerouslyDeleteBySrcImagesStatus400Schema, dangerouslyDeleteBySrcImagesStatus401Schema, dangerouslyDeleteBySrcImagesStatus402Schema, dangerouslyDeleteBySrcImagesStatus403Schema, dangerouslyDeleteBySrcImagesStatus404Schema, dangerouslyDeleteBySrcImagesStatus410Schema, dangerouslyDeleteByTagsQueryProjectIdOrNameSchema, dangerouslyDeleteByTagsQuerySlugSchema, dangerouslyDeleteByTagsQueryTeamIdSchema, dangerouslyDeleteByTagsResponseSchema, dangerouslyDeleteByTagsStatus200Schema, dangerouslyDeleteByTagsStatus400Schema, dangerouslyDeleteByTagsStatus401Schema, dangerouslyDeleteByTagsStatus403Schema, dangerouslyDeleteByTagsStatus404Schema, dangerouslyDeleteByTagsStatus410Schema, dateFromStringSchema, deleteAccessGroupPathIdOrNameSchema, deleteAccessGroupProjectPathAccessGroupIdOrNameSchema, deleteAccessGroupProjectPathProjectIdSchema, deleteAccessGroupProjectQuerySlugSchema, deleteAccessGroupProjectQueryTeamIdSchema, deleteAccessGroupProjectResponseSchema, deleteAccessGroupProjectStatus200Schema, deleteAccessGroupProjectStatus400Schema, deleteAccessGroupProjectStatus401Schema, deleteAccessGroupProjectStatus403Schema, deleteAccessGroupProjectStatus410Schema, deleteAccessGroupQuerySlugSchema, deleteAccessGroupQueryTeamIdSchema, deleteAccessGroupResponseSchema, deleteAccessGroupStatus200Schema, deleteAccessGroupStatus400Schema, deleteAccessGroupStatus401Schema, deleteAccessGroupStatus403Schema, deleteAccessGroupStatus410Schema, deleteAiGatewayRuleQueryRuleIdSchema, deleteAiGatewayRuleQuerySlugSchema, deleteAiGatewayRuleQueryTeamIdSchema, deleteAiGatewayRuleResponseSchema, deleteAiGatewayRuleStatus204Schema, deleteAiGatewayRuleStatus400Schema, deleteAiGatewayRuleStatus401Schema, deleteAiGatewayRuleStatus403Schema, deleteAiGatewayRuleStatus404Schema, deleteAiGatewayRuleStatus410Schema, deleteAiGatewayRuleStatus500Schema, deleteAliasPathAliasIdSchema, deleteAliasQuerySlugSchema, deleteAliasQueryTeamIdSchema, deleteAliasResponseSchema, deleteAliasStatus200Schema, deleteAliasStatus400Schema, deleteAliasStatus401Schema, deleteAliasStatus403Schema, deleteAliasStatus404Schema, deleteAliasStatus410Schema, deleteAllArtifactsQuerySlugSchema, deleteAllArtifactsQueryTeamIdSchema, deleteAllArtifactsResponseSchema, deleteAllArtifactsStatus200Schema, deleteAllArtifactsStatus400Schema, deleteAllArtifactsStatus401Schema, deleteAllArtifactsStatus403Schema, deleteAllArtifactsStatus410Schema, deleteAuthTokenPathTokenIdSchema, deleteAuthTokenResponseSchema, deleteAuthTokenStatus200Schema, deleteAuthTokenStatus400Schema, deleteAuthTokenStatus401Schema, deleteAuthTokenStatus403Schema, deleteAuthTokenStatus404Schema, deleteAuthTokenStatus410Schema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathDigestSchema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathProjectSlugSchema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathRepositoryNameSchema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathTeamSlugSchema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestResponseSchema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus400Schema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus401Schema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus402Schema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus403Schema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus404Schema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus405Schema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus410Schema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus204Schema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema, deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema, deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathProjectSlugSchema, deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathReferenceSchema, deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathRepositoryNameSchema, deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathTeamSlugSchema, deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceResponseSchema, deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus202Schema, deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema, deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema, deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema, deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema, deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema, deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema, deleteConfigurableLogDrainPathIdSchema, deleteConfigurableLogDrainQuerySlugSchema, deleteConfigurableLogDrainQueryTeamIdSchema, deleteConfigurableLogDrainResponseSchema, deleteConfigurableLogDrainStatus204Schema, deleteConfigurableLogDrainStatus400Schema, deleteConfigurableLogDrainStatus401Schema, deleteConfigurableLogDrainStatus403Schema, deleteConfigurableLogDrainStatus404Schema, deleteConfigurableLogDrainStatus410Schema, deleteConfigurationPathIdSchema, deleteConfigurationQuerySlugSchema, deleteConfigurationQueryTeamIdSchema, deleteConfigurationResponseSchema, deleteConfigurationStatus204Schema, deleteConfigurationStatus400Schema, deleteConfigurationStatus401Schema, deleteConfigurationStatus403Schema, deleteConfigurationStatus404Schema, deleteConfigurationStatus410Schema, deleteDeploymentPathIdSchema, deleteDeploymentQuerySlugSchema, deleteDeploymentQueryTeamIdSchema, deleteDeploymentQueryUrlSchema, deleteDeploymentResponseSchema, deleteDeploymentStatus200Schema, deleteDeploymentStatus400Schema, deleteDeploymentStatus401Schema, deleteDeploymentStatus403Schema, deleteDeploymentStatus404Schema, deleteDeploymentStatus410Schema, deleteDomainPathDomainSchema, deleteDomainQuerySlugSchema, deleteDomainQueryTeamIdSchema, deleteDomainResponseSchema, deleteDomainStatus200Schema, deleteDomainStatus400Schema, deleteDomainStatus401Schema, deleteDomainStatus403Schema, deleteDomainStatus404Schema, deleteDomainStatus409Schema, deleteDomainStatus410Schema, deleteDrainPathIdSchema, deleteDrainQuerySlugSchema, deleteDrainQueryTeamIdSchema, deleteDrainResponseSchema, deleteDrainStatus204Schema, deleteDrainStatus400Schema, deleteDrainStatus401Schema, deleteDrainStatus403Schema, deleteDrainStatus404Schema, deleteDrainStatus410Schema, deleteDrivePathNameSchema, deleteDriveQueryProjectIdSchema, deleteDriveQuerySlugSchema, deleteDriveQueryTeamIdSchema, deleteDriveResponseSchema, deleteDriveStatus200Schema, deleteDriveStatus400Schema, deleteDriveStatus401Schema, deleteDriveStatus403Schema, deleteDriveStatus404Schema, deleteDriveStatus409Schema, deleteDriveStatus410Schema, deleteDriveStatus429Schema, deleteEdgeConfigPathEdgeConfigIdSchema, deleteEdgeConfigQuerySlugSchema, deleteEdgeConfigQueryTeamIdSchema, deleteEdgeConfigResponseSchema, deleteEdgeConfigSchemaPathEdgeConfigIdSchema, deleteEdgeConfigSchemaQuerySlugSchema, deleteEdgeConfigSchemaQueryTeamIdSchema, deleteEdgeConfigSchemaResponseSchema, deleteEdgeConfigSchemaStatus204Schema, deleteEdgeConfigSchemaStatus400Schema, deleteEdgeConfigSchemaStatus401Schema, deleteEdgeConfigSchemaStatus402Schema, deleteEdgeConfigSchemaStatus403Schema, deleteEdgeConfigSchemaStatus404Schema, deleteEdgeConfigSchemaStatus409Schema, deleteEdgeConfigSchemaStatus410Schema, deleteEdgeConfigStatus204Schema, deleteEdgeConfigStatus400Schema, deleteEdgeConfigStatus401Schema, deleteEdgeConfigStatus403Schema, deleteEdgeConfigStatus404Schema, deleteEdgeConfigStatus409Schema, deleteEdgeConfigStatus410Schema, deleteEdgeConfigTokensPathEdgeConfigIdSchema, deleteEdgeConfigTokensQuerySlugSchema, deleteEdgeConfigTokensQueryTeamIdSchema, deleteEdgeConfigTokensResponseSchema, deleteEdgeConfigTokensStatus204Schema, deleteEdgeConfigTokensStatus400Schema, deleteEdgeConfigTokensStatus401Schema, deleteEdgeConfigTokensStatus402Schema, deleteEdgeConfigTokensStatus403Schema, deleteEdgeConfigTokensStatus404Schema, deleteEdgeConfigTokensStatus409Schema, deleteEdgeConfigTokensStatus410Schema, deleteFlagPathFlagIdOrSlugSchema, deleteFlagPathProjectIdOrNameSchema, deleteFlagQueryIfMatchSchema, deleteFlagQuerySlugSchema, deleteFlagQueryTeamIdSchema, deleteFlagQueryWithMetadataSchema, deleteFlagResponseSchema, deleteFlagSegmentPathProjectIdOrNameSchema, deleteFlagSegmentPathSegmentIdOrSlugSchema, deleteFlagSegmentQuerySlugSchema, deleteFlagSegmentQueryTeamIdSchema, deleteFlagSegmentQueryWithMetadataSchema, deleteFlagSegmentResponseSchema, deleteFlagSegmentStatus204Schema, deleteFlagSegmentStatus304Schema, deleteFlagSegmentStatus400Schema, deleteFlagSegmentStatus401Schema, deleteFlagSegmentStatus402Schema, deleteFlagSegmentStatus403Schema, deleteFlagSegmentStatus404Schema, deleteFlagSegmentStatus409Schema, deleteFlagSegmentStatus410Schema, deleteFlagStatus204Schema, deleteFlagStatus304Schema, deleteFlagStatus400Schema, deleteFlagStatus401Schema, deleteFlagStatus402Schema, deleteFlagStatus403Schema, deleteFlagStatus404Schema, deleteFlagStatus409Schema, deleteFlagStatus410Schema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdPathIntegrationConfigurationIdSchema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdPathItemIdSchema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdPathResourceIdSchema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdResponseSchema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus204Schema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus400Schema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus401Schema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus403Schema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus404Schema, deleteInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus410Schema, deleteIntegrationLogDrainPathIdSchema, deleteIntegrationLogDrainQuerySlugSchema, deleteIntegrationLogDrainQueryTeamIdSchema, deleteIntegrationLogDrainResponseSchema, deleteIntegrationLogDrainStatus204Schema, deleteIntegrationLogDrainStatus400Schema, deleteIntegrationLogDrainStatus401Schema, deleteIntegrationLogDrainStatus403Schema, deleteIntegrationLogDrainStatus404Schema, deleteIntegrationLogDrainStatus410Schema, deleteIntegrationResourcePathIntegrationConfigurationIdSchema, deleteIntegrationResourcePathResourceIdSchema, deleteIntegrationResourceResponseSchema, deleteIntegrationResourceStatus204Schema, deleteIntegrationResourceStatus400Schema, deleteIntegrationResourceStatus401Schema, deleteIntegrationResourceStatus403Schema, deleteIntegrationResourceStatus404Schema, deleteIntegrationResourceStatus410Schema, deleteMicrofrontendsGroupPathGroupIdSchema, deleteMicrofrontendsGroupPathTeamIdSchema, deleteMicrofrontendsGroupQuerySlugSchema, deleteMicrofrontendsGroupResponseSchema, deleteMicrofrontendsGroupStatus200Schema, deleteMicrofrontendsGroupStatus400Schema, deleteMicrofrontendsGroupStatus401Schema, deleteMicrofrontendsGroupStatus403Schema, deleteMicrofrontendsGroupStatus404Schema, deleteMicrofrontendsGroupStatus410Schema, deleteMicrofrontendsGroupStatus500Schema, deleteNetworkPathNetworkIdSchema, deleteNetworkQuerySlugSchema, deleteNetworkQueryTeamIdSchema, deleteNetworkResponseSchema, deleteNetworkStatus204Schema, deleteNetworkStatus400Schema, deleteNetworkStatus401Schema, deleteNetworkStatus402Schema, deleteNetworkStatus403Schema, deleteNetworkStatus409Schema, deleteNetworkStatus410Schema, deleteProjectCheckPathCheckIdSchema, deleteProjectCheckPathProjectIdOrNameSchema, deleteProjectCheckQuerySlugSchema, deleteProjectCheckQueryTeamIdSchema, deleteProjectCheckResponseSchema, deleteProjectCheckStatus200Schema, deleteProjectCheckStatus400Schema, deleteProjectCheckStatus401Schema, deleteProjectCheckStatus403Schema, deleteProjectCheckStatus404Schema, deleteProjectCheckStatus410Schema, deleteProjectCheckStatus500Schema, deleteProjectPathIdOrNameSchema, deleteProjectQuerySlugSchema, deleteProjectQueryTeamIdSchema, deleteProjectResponseSchema, deleteProjectStatus204Schema, deleteProjectStatus400Schema, deleteProjectStatus401Schema, deleteProjectStatus403Schema, deleteProjectStatus409Schema, deleteProjectStatus410Schema, deleteRedirectsQueryProjectIdSchema, deleteRedirectsQuerySlugSchema, deleteRedirectsQueryTeamIdSchema, deleteRedirectsResponseSchema, deleteRedirectsStatus200Schema, deleteRedirectsStatus400Schema, deleteRedirectsStatus401Schema, deleteRedirectsStatus403Schema, deleteRedirectsStatus404Schema, deleteRedirectsStatus410Schema, deleteRedirectsStatus500Schema, deleteRepositoryImagePathIdOrNameSchema, deleteRepositoryImagePathImageIdSchema, deleteRepositoryImageQueryProjectIdSchema, deleteRepositoryImageQuerySlugSchema, deleteRepositoryImageQueryTeamIdSchema, deleteRepositoryImageResponseSchema, deleteRepositoryImageStatus202Schema, deleteRepositoryImageStatus400Schema, deleteRepositoryImageStatus401Schema, deleteRepositoryImageStatus403Schema, deleteRepositoryImageStatus404Schema, deleteRepositoryImageStatus410Schema, deleteRepositoryPathIdOrNameSchema, deleteRepositoryQueryProjectIdSchema, deleteRepositoryQuerySlugSchema, deleteRepositoryQueryTeamIdSchema, deleteRepositoryResponseSchema, deleteRepositoryStatus202Schema, deleteRepositoryStatus400Schema, deleteRepositoryStatus401Schema, deleteRepositoryStatus403Schema, deleteRepositoryStatus404Schema, deleteRepositoryStatus410Schema, deleteRollingReleaseConfigPathIdOrNameSchema, deleteRollingReleaseConfigQuerySlugSchema, deleteRollingReleaseConfigQueryTeamIdSchema, deleteRollingReleaseConfigResponseSchema, deleteRollingReleaseConfigStatus200Schema, deleteRollingReleaseConfigStatus400Schema, deleteRollingReleaseConfigStatus401Schema, deleteRollingReleaseConfigStatus403Schema, deleteRollingReleaseConfigStatus404Schema, deleteRollingReleaseConfigStatus410Schema, deleteRoutesPathProjectIdSchema, deleteRoutesQuerySlugSchema, deleteRoutesQueryTeamIdSchema, deleteRoutesResponseSchema, deleteRoutesStatus200Schema, deleteRoutesStatus400Schema, deleteRoutesStatus401Schema, deleteRoutesStatus403Schema, deleteRoutesStatus404Schema, deleteRoutesStatus409Schema, deleteRoutesStatus410Schema, deleteRoutesStatus500Schema, deleteSandboxPathNameSchema, deleteSandboxQueryProjectIdSchema, deleteSandboxQuerySlugSchema, deleteSandboxQueryTeamIdSchema, deleteSandboxResponseSchema, deleteSandboxStatus200Schema, deleteSandboxStatus400Schema, deleteSandboxStatus401Schema, deleteSandboxStatus403Schema, deleteSandboxStatus404Schema, deleteSandboxStatus410Schema, deleteSandboxStatus429Schema, deleteSdkKeyPathHashKeySchema, deleteSdkKeyPathProjectIdOrNameSchema, deleteSdkKeyQuerySlugSchema, deleteSdkKeyQueryTeamIdSchema, deleteSdkKeyResponseSchema, deleteSdkKeyStatus204Schema, deleteSdkKeyStatus400Schema, deleteSdkKeyStatus401Schema, deleteSdkKeyStatus402Schema, deleteSdkKeyStatus403Schema, deleteSdkKeyStatus404Schema, deleteSdkKeyStatus409Schema, deleteSdkKeyStatus410Schema, deleteSecurityFirewallConfigByConfigVersionPathConfigVersionSchema, deleteSecurityFirewallConfigByConfigVersionResponseSchema, deleteSecurityFirewallConfigByConfigVersionStatus204Schema, deleteSecurityFirewallConfigByConfigVersionStatus400Schema, deleteSecurityFirewallConfigByConfigVersionStatus401Schema, deleteSecurityFirewallConfigByConfigVersionStatus403Schema, deleteSecurityFirewallConfigByConfigVersionStatus404Schema, deleteSecurityFirewallConfigByConfigVersionStatus410Schema, deleteSecurityFirewallConfigByConfigVersionStatus500Schema, deleteSessionSnapshotPathSnapshotIdSchema, deleteSessionSnapshotQuerySlugSchema, deleteSessionSnapshotQueryTeamIdSchema, deleteSessionSnapshotResponseSchema, deleteSessionSnapshotStatus200Schema, deleteSessionSnapshotStatus400Schema, deleteSessionSnapshotStatus401Schema, deleteSessionSnapshotStatus403Schema, deleteSessionSnapshotStatus404Schema, deleteSessionSnapshotStatus410Schema, deleteSessionSnapshotStatus429Schema, deleteSharedEnvVariableQuerySlugSchema, deleteSharedEnvVariableQueryTeamIdSchema, deleteSharedEnvVariableResponseSchema, deleteSharedEnvVariableStatus200Schema, deleteSharedEnvVariableStatus400Schema, deleteSharedEnvVariableStatus401Schema, deleteSharedEnvVariableStatus402Schema, deleteSharedEnvVariableStatus403Schema, deleteSharedEnvVariableStatus410Schema, deleteStorageStoresBlobByIdPathIdSchema, deleteStorageStoresBlobByIdResponseSchema, deleteStorageStoresBlobByIdStatus200Schema, deleteStorageStoresBlobByIdStatus400Schema, deleteStorageStoresBlobByIdStatus401Schema, deleteStorageStoresBlobByIdStatus403Schema, deleteStorageStoresBlobByIdStatus404Schema, deleteStorageStoresBlobByIdStatus409Schema, deleteStorageStoresBlobByIdStatus410Schema, deleteTeamInviteCodePathInviteIdSchema, deleteTeamInviteCodePathTeamIdSchema, deleteTeamInviteCodeResponseSchema, deleteTeamInviteCodeStatus200Schema, deleteTeamInviteCodeStatus400Schema, deleteTeamInviteCodeStatus401Schema, deleteTeamInviteCodeStatus403Schema, deleteTeamInviteCodeStatus404Schema, deleteTeamInviteCodeStatus410Schema, deleteTeamPathTeamIdSchema, deleteTeamQueryNewDefaultTeamIdSchema, deleteTeamQuerySlugSchema, deleteTeamResponseSchema, deleteTeamStatus200Schema, deleteTeamStatus400Schema, deleteTeamStatus401Schema, deleteTeamStatus402Schema, deleteTeamStatus403Schema, deleteTeamStatus409Schema, deleteTeamStatus410Schema, deleteWebhookPathIdSchema, deleteWebhookQuerySlugSchema, deleteWebhookQueryTeamIdSchema, deleteWebhookResponseSchema, deleteWebhookStatus204Schema, deleteWebhookStatus400Schema, deleteWebhookStatus401Schema, deleteWebhookStatus403Schema, deleteWebhookStatus410Schema, domainAlreadyOwnedSchema, domainAlreadyRenewingSchema, domainCannotBeTransferedOutUntilSchema, domainNameSchema, domainNotAvailableSchema, domainNotFoundSchema, domainNotRegisteredSchema, domainNotRenewableSchema, domainTooShortSchema, downloadArtifactHeaderxArtifactClientCiSchema, downloadArtifactHeaderxArtifactClientInteractiveSchema, downloadArtifactPathHashSchema, downloadArtifactQuerySlugSchema, downloadArtifactQueryTeamIdSchema, downloadArtifactResponseSchema, downloadArtifactStatus200Schema, downloadArtifactStatus400Schema, downloadArtifactStatus401Schema, downloadArtifactStatus402Schema, downloadArtifactStatus403Schema, downloadArtifactStatus404Schema, downloadArtifactStatus410Schema, driveSchema, duplicateDomainsSchema, e164PhoneNumberSchema, edgeConfigItemSchema, edgeConfigItemValueSchema, edgeConfigTokenSchema, editProjectEnvPathIdOrNameSchema, editProjectEnvPathIdSchema, editProjectEnvQuerySlugSchema, editProjectEnvQueryTeamIdSchema, editProjectEnvResponseSchema, editProjectEnvStatus200Schema, editProjectEnvStatus400Schema, editProjectEnvStatus401Schema, editProjectEnvStatus403Schema, editProjectEnvStatus404Schema, editProjectEnvStatus409Schema, editProjectEnvStatus410Schema, editProjectEnvStatus429Schema, editProjectEnvStatus500Schema, editRedirectQueryProjectIdSchema, editRedirectQuerySlugSchema, editRedirectQueryTeamIdSchema, editRedirectResponseSchema, editRedirectStatus200Schema, editRedirectStatus400Schema, editRedirectStatus401Schema, editRedirectStatus403Schema, editRedirectStatus404Schema, editRedirectStatus410Schema, editRedirectStatus500Schema, editRoutePathProjectIdSchema, editRoutePathRouteIdSchema, editRouteQuerySlugSchema, editRouteQueryTeamIdSchema, editRouteResponseSchema, editRouteStatus200Schema, editRouteStatus400Schema, editRouteStatus401Schema, editRouteStatus403Schema, editRouteStatus404Schema, editRouteStatus409Schema, editRouteStatus410Schema, editRouteStatus500Schema, emailAddressSchema, exchangeSsoTokenResponseSchema, exchangeSsoTokenStatus200Schema, exchangeSsoTokenStatus400Schema, exchangeSsoTokenStatus403Schema, exchangeSsoTokenStatus500Schema, expectedPriceMismatchSchema, extendSessionTimeoutPathSessionIdSchema, extendSessionTimeoutQuerySlugSchema, extendSessionTimeoutQueryTeamIdSchema, extendSessionTimeoutResponseSchema, extendSessionTimeoutStatus200Schema, extendSessionTimeoutStatus400Schema, extendSessionTimeoutStatus401Schema, extendSessionTimeoutStatus403Schema, extendSessionTimeoutStatus404Schema, extendSessionTimeoutStatus410Schema, extendSessionTimeoutStatus422Schema, extendSessionTimeoutStatus429Schema, extendSessionTimeoutStatus500Schema, fileTreeSchema, filterProjectEnvsPathIdOrNameSchema, filterProjectEnvsQueryCustomEnvironmentIdSchema, filterProjectEnvsQueryCustomEnvironmentSlugSchema, filterProjectEnvsQueryDecryptSchema, filterProjectEnvsQueryGitBranchSchema, filterProjectEnvsQuerySlugSchema, filterProjectEnvsQuerySourceSchema, filterProjectEnvsQueryTeamIdSchema, filterProjectEnvsResponseSchema, filterProjectEnvsStatus200Schema, filterProjectEnvsStatus400Schema, filterProjectEnvsStatus401Schema, filterProjectEnvsStatus403Schema, filterProjectEnvsStatus410Schema, finalizeInstallationPathIntegrationConfigurationIdSchema, finalizeInstallationResponseSchema, finalizeInstallationStatus204Schema, finalizeInstallationStatus400Schema, finalizeInstallationStatus401Schema, finalizeInstallationStatus403Schema, finalizeInstallationStatus404Schema, finalizeInstallationStatus410Schema, flagJSONValueSchema, flagSchema, flagsSdkKeyWithSecretsSchema, forbiddenSchema, generateFirewallRuleQueryProjectIdSchema, generateFirewallRuleQuerySlugSchema, generateFirewallRuleQueryTeamIdSchema, generateFirewallRuleResponseSchema, generateFirewallRuleStatus200Schema, generateFirewallRuleStatus400Schema, generateFirewallRuleStatus401Schema, generateFirewallRuleStatus403Schema, generateFirewallRuleStatus404Schema, generateFirewallRuleStatus408Schema, generateFirewallRuleStatus410Schema, generateFirewallRuleStatus500Schema, generateRoutePathProjectIdSchema, generateRouteQuerySlugSchema, generateRouteQueryTeamIdSchema, generateRouteResponseSchema, generateRouteStatus200Schema, generateRouteStatus400Schema, generateRouteStatus401Schema, generateRouteStatus403Schema, generateRouteStatus408Schema, generateRouteStatus410Schema, generateRouteStatus500Schema, getAccountInfoPathIntegrationConfigurationIdSchema, getAccountInfoResponseSchema, getAccountInfoStatus200Schema, getAccountInfoStatus400Schema, getAccountInfoStatus401Schema, getAccountInfoStatus403Schema, getAccountInfoStatus404Schema, getAccountInfoStatus410Schema, getActiveAttackStatusQueryProjectIdSchema, getActiveAttackStatusQuerySinceSchema, getActiveAttackStatusQuerySlugSchema, getActiveAttackStatusQueryTeamIdSchema, getActiveAttackStatusResponseSchema, getActiveAttackStatusStatus200Schema, getActiveAttackStatusStatus400Schema, getActiveAttackStatusStatus401Schema, getActiveAttackStatusStatus403Schema, getActiveAttackStatusStatus404Schema, getActiveAttackStatusStatus410Schema, getAliasPathIdOrAliasSchema, getAliasQueryFromSchema, getAliasQueryProjectIdSchema, getAliasQuerySinceSchema, getAliasQuerySlugSchema, getAliasQueryTeamIdSchema, getAliasQueryUntilSchema, getAliasResponseSchema, getAliasStatus200Schema, getAliasStatus400Schema, getAliasStatus401Schema, getAliasStatus403Schema, getAliasStatus404Schema, getAliasStatus410Schema, getAllChecksPathDeploymentIdSchema, getAllChecksQuerySlugSchema, getAllChecksQueryTeamIdSchema, getAllChecksResponseSchema, getAllChecksStatus200Schema, getAllChecksStatus400Schema, getAllChecksStatus401Schema, getAllChecksStatus403Schema, getAllChecksStatus404Schema, getAllChecksStatus410Schema, getAllLogDrainsQueryIncludeMetadataSchema, getAllLogDrainsQueryProjectIdOrNameSchema, getAllLogDrainsQueryProjectIdSchema, getAllLogDrainsQuerySlugSchema, getAllLogDrainsQueryTeamIdSchema, getAllLogDrainsResponseSchema, getAllLogDrainsStatus200Schema, getAllLogDrainsStatus400Schema, getAllLogDrainsStatus401Schema, getAllLogDrainsStatus403Schema, getAllLogDrainsStatus404Schema, getAllLogDrainsStatus410Schema, getAuthTokenPathTokenIdSchema, getAuthTokenResponseSchema, getAuthTokenStatus200Schema, getAuthTokenStatus400Schema, getAuthTokenStatus401Schema, getAuthTokenStatus403Schema, getAuthTokenStatus404Schema, getAuthTokenStatus410Schema, getAuthUserResponseSchema, getAuthUserStatus200Schema, getAuthUserStatus302Schema, getAuthUserStatus400Schema, getAuthUserStatus401Schema, getAuthUserStatus403Schema, getAuthUserStatus409Schema, getAuthUserStatus410Schema, getBillingPlansPathIntegrationIdOrSlugSchema, getBillingPlansPathProductIdOrSlugSchema, getBillingPlansQueryIntegrationConfigurationIdSchema, getBillingPlansQueryMetadataSchema, getBillingPlansQuerySlugSchema, getBillingPlansQuerySourceSchema, getBillingPlansQueryTeamIdSchema, getBillingPlansResponseSchema, getBillingPlansStatus200Schema, getBillingPlansStatus400Schema, getBillingPlansStatus401Schema, getBillingPlansStatus403Schema, getBillingPlansStatus404Schema, getBillingPlansStatus410Schema, getBulkAvailabilityQueryTeamIdSchema, getBulkAvailabilityResponseSchema, getBulkAvailabilityStatus200Schema, getBulkAvailabilityStatus400Schema, getBulkAvailabilityStatus401Schema, getBulkAvailabilityStatus403Schema, getBulkAvailabilityStatus429Schema, getBulkAvailabilityStatus500Schema, getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathDigestSchema, getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathProjectSlugSchema, getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathRepositoryNameSchema, getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathTeamSlugSchema, getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestResponseSchema, getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus400Schema, getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus401Schema, getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus402Schema, getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus403Schema, getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus404Schema, getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus410Schema, getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus416Schema, getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema, getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema, getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema, getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema, getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema, getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus204Schema, getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema, getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema, getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema, getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema, getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema, getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema, getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathProjectSlugSchema, getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathReferenceSchema, getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathRepositoryNameSchema, getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathTeamSlugSchema, getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceResponseSchema, getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema, getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema, getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema, getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema, getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema, getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema, getByTeamSlugByProjectSlugByRepositoryNameTagsListPathProjectSlugSchema, getByTeamSlugByProjectSlugByRepositoryNameTagsListPathRepositoryNameSchema, getByTeamSlugByProjectSlugByRepositoryNameTagsListPathTeamSlugSchema, getByTeamSlugByProjectSlugByRepositoryNameTagsListQueryLastSchema, getByTeamSlugByProjectSlugByRepositoryNameTagsListQueryNSchema, getByTeamSlugByProjectSlugByRepositoryNameTagsListResponseSchema, getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus200Schema, getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus400Schema, getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus401Schema, getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus402Schema, getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus403Schema, getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus404Schema, getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus410Schema, getBypassIpQueryDomainSchema, getBypassIpQueryLimitSchema, getBypassIpQueryOffsetSchema, getBypassIpQueryProjectIdSchema, getBypassIpQueryProjectScopeSchema, getBypassIpQuerySlugSchema, getBypassIpQuerySourceIpSchema, getBypassIpQueryTeamIdSchema, getBypassIpResponseSchema, getBypassIpStatus200Schema, getBypassIpStatus400Schema, getBypassIpStatus401Schema, getBypassIpStatus403Schema, getBypassIpStatus404Schema, getBypassIpStatus410Schema, getBypassIpStatus500Schema, getCertByIdPathIdSchema, getCertByIdQuerySlugSchema, getCertByIdQueryTeamIdSchema, getCertByIdResponseSchema, getCertByIdStatus200Schema, getCertByIdStatus400Schema, getCertByIdStatus401Schema, getCertByIdStatus403Schema, getCertByIdStatus404Schema, getCertByIdStatus410Schema, getCertsQuerySlugSchema, getCertsQueryTeamIdSchema, getCertsResponseSchema, getCertsStatus200Schema, getCertsStatus400Schema, getCertsStatus401Schema, getCertsStatus403Schema, getCertsStatus410Schema, getCheckPathCheckIdSchema, getCheckPathDeploymentIdSchema, getCheckQuerySlugSchema, getCheckQueryTeamIdSchema, getCheckResponseSchema, getCheckStatus200Schema, getCheckStatus400Schema, getCheckStatus401Schema, getCheckStatus403Schema, getCheckStatus404Schema, getCheckStatus410Schema, getConfigurableLogDrainPathIdSchema, getConfigurableLogDrainQuerySlugSchema, getConfigurableLogDrainQueryTeamIdSchema, getConfigurableLogDrainResponseSchema, getConfigurableLogDrainStatus200Schema, getConfigurableLogDrainStatus400Schema, getConfigurableLogDrainStatus401Schema, getConfigurableLogDrainStatus403Schema, getConfigurableLogDrainStatus404Schema, getConfigurableLogDrainStatus410Schema, getConfigurationPathIdSchema, getConfigurationProductsPathIdSchema, getConfigurationProductsQuerySlugSchema, getConfigurationProductsQueryTeamIdSchema, getConfigurationProductsResponseSchema, getConfigurationProductsStatus200Schema, getConfigurationProductsStatus400Schema, getConfigurationProductsStatus401Schema, getConfigurationProductsStatus403Schema, getConfigurationProductsStatus404Schema, getConfigurationProductsStatus410Schema, getConfigurationProductsStatus500Schema, getConfigurationQuerySlugSchema, getConfigurationQueryTeamIdSchema, getConfigurationResponseSchema, getConfigurationStatus200Schema, getConfigurationStatus400Schema, getConfigurationStatus401Schema, getConfigurationStatus403Schema, getConfigurationStatus404Schema, getConfigurationStatus410Schema, getConfigurationsQueryInstallationTypeSchema, getConfigurationsQueryIntegrationIdOrSlugSchema, getConfigurationsQuerySlugSchema, getConfigurationsQueryTeamIdSchema, getConfigurationsQueryViewSchema, getConfigurationsResponseSchema, getConfigurationsStatus200Schema, getConfigurationsStatus400Schema, getConfigurationsStatus401Schema, getConfigurationsStatus403Schema, getConfigurationsStatus410Schema, getConnectorTokenPathConnectorSchema, getConnectorTokenResponseSchema, getConnectorTokenStatus200Schema, getConnectorTokenStatus400Schema, getConnectorTokenStatus401Schema, getConnectorTokenStatus403Schema, getConnectorTokenStatus404Schema, getConnectorTokenStatus410Schema, getConnectorTokenStatus422Schema, getConnectorTokenStatus429Schema, getContactInfoSchemaPathDomainSchema, getContactInfoSchemaQueryTeamIdSchema, getContactInfoSchemaResponseSchema, getContactInfoSchemaStatus200Schema, getContactInfoSchemaStatus400Schema, getContactInfoSchemaStatus401Schema, getContactInfoSchemaStatus403Schema, getContactInfoSchemaStatus429Schema, getContactInfoSchemaStatus500Schema, getCustomEnvironmentPathEnvironmentSlugOrIdSchema, getCustomEnvironmentPathIdOrNameSchema, getCustomEnvironmentQuerySlugSchema, getCustomEnvironmentQueryTeamIdSchema, getCustomEnvironmentResponseSchema, getCustomEnvironmentStatus200Schema, getCustomEnvironmentStatus400Schema, getCustomEnvironmentStatus401Schema, getCustomEnvironmentStatus403Schema, getCustomEnvironmentStatus404Schema, getCustomEnvironmentStatus410Schema, getDeploymentCheckRunPathCheckRunIdSchema, getDeploymentCheckRunPathDeploymentIdSchema, getDeploymentCheckRunQuerySlugSchema, getDeploymentCheckRunQueryTeamIdSchema, getDeploymentCheckRunResponseSchema, getDeploymentCheckRunStatus200Schema, getDeploymentCheckRunStatus400Schema, getDeploymentCheckRunStatus401Schema, getDeploymentCheckRunStatus403Schema, getDeploymentCheckRunStatus404Schema, getDeploymentCheckRunStatus410Schema, getDeploymentCheckRunStatus500Schema, getDeploymentEventsPathIdOrUrlSchema, getDeploymentEventsQueryBuildsSchema, getDeploymentEventsQueryDelimiterSchema, getDeploymentEventsQueryDirectionSchema, getDeploymentEventsQueryFollowSchema, getDeploymentEventsQueryLimitSchema, getDeploymentEventsQueryNameSchema, getDeploymentEventsQuerySinceSchema, getDeploymentEventsQuerySlugSchema, getDeploymentEventsQueryStatusCodeSchema, getDeploymentEventsQueryTeamIdSchema, getDeploymentEventsQueryUntilSchema, getDeploymentEventsResponseSchema, getDeploymentEventsStatus200Schema, getDeploymentEventsStatus400Schema, getDeploymentEventsStatus401Schema, getDeploymentEventsStatus403Schema, getDeploymentEventsStatus410Schema, getDeploymentEventsStatus500Schema, getDeploymentFeatureFlagsPathDeploymentIdSchema, getDeploymentFeatureFlagsQuerySlugSchema, getDeploymentFeatureFlagsQueryTeamIdSchema, getDeploymentFeatureFlagsResponseSchema, getDeploymentFeatureFlagsStatus200Schema, getDeploymentFeatureFlagsStatus400Schema, getDeploymentFeatureFlagsStatus401Schema, getDeploymentFeatureFlagsStatus403Schema, getDeploymentFeatureFlagsStatus404Schema, getDeploymentFeatureFlagsStatus410Schema, getDeploymentFileContentsPathFileIdSchema, getDeploymentFileContentsPathIdSchema, getDeploymentFileContentsQueryPathSchema, getDeploymentFileContentsQuerySlugSchema, getDeploymentFileContentsQueryTeamIdSchema, getDeploymentFileContentsResponseSchema, getDeploymentFileContentsStatus400Schema, getDeploymentFileContentsStatus401Schema, getDeploymentFileContentsStatus403Schema, getDeploymentFileContentsStatus404Schema, getDeploymentFileContentsStatus410Schema, getDeploymentPathIdOrUrlSchema, getDeploymentQuerySlugSchema, getDeploymentQueryTeamIdSchema, getDeploymentQueryWithGitRepoInfoSchema, getDeploymentResponseSchema, getDeploymentStatus200Schema, getDeploymentStatus400Schema, getDeploymentStatus403Schema, getDeploymentStatus404Schema, getDeploymentStatus410Schema, getDeploymentStatus429Schema, getDeploymentsQueryAppSchema, getDeploymentsQueryBranchSchema, getDeploymentsQueryFromSchema, getDeploymentsQueryLimitSchema, getDeploymentsQueryProjectIdSchema, getDeploymentsQueryProjectIdsSchema, getDeploymentsQueryRollbackCandidateSchema, getDeploymentsQueryShaSchema, getDeploymentsQuerySinceSchema, getDeploymentsQuerySlugSchema, getDeploymentsQueryStateSchema, getDeploymentsQueryTargetSchema, getDeploymentsQueryTeamIdSchema, getDeploymentsQueryToSchema, getDeploymentsQueryUntilSchema, getDeploymentsQueryUsersSchema, getDeploymentsResponseSchema, getDeploymentsStatus200Schema, getDeploymentsStatus400Schema, getDeploymentsStatus401Schema, getDeploymentsStatus403Schema, getDeploymentsStatus404Schema, getDeploymentsStatus410Schema, getDeploymentsStatus422Schema, getDomainAuthCodePathDomainSchema, getDomainAuthCodeQueryTeamIdSchema, getDomainAuthCodeResponseSchema, getDomainAuthCodeStatus200Schema, getDomainAuthCodeStatus400Schema, getDomainAuthCodeStatus401Schema, getDomainAuthCodeStatus403Schema, getDomainAuthCodeStatus404Schema, getDomainAuthCodeStatus409Schema, getDomainAuthCodeStatus429Schema, getDomainAuthCodeStatus500Schema, getDomainAvailabilityPathDomainSchema, getDomainAvailabilityQueryTeamIdSchema, getDomainAvailabilityResponseSchema, getDomainAvailabilityStatus200Schema, getDomainAvailabilityStatus400Schema, getDomainAvailabilityStatus401Schema, getDomainAvailabilityStatus403Schema, getDomainAvailabilityStatus404Schema, getDomainAvailabilityStatus429Schema, getDomainAvailabilityStatus500Schema, getDomainConfigPathDomainSchema, getDomainConfigQueryProjectIdOrNameSchema, getDomainConfigQuerySlugSchema, getDomainConfigQueryStrictSchema, getDomainConfigQueryTeamIdSchema, getDomainConfigResponseSchema, getDomainConfigStatus200Schema, getDomainConfigStatus400Schema, getDomainConfigStatus401Schema, getDomainConfigStatus403Schema, getDomainConfigStatus410Schema, getDomainContactVerificationPathDomainSchema, getDomainContactVerificationQueryTeamIdSchema, getDomainContactVerificationResponseSchema, getDomainContactVerificationStatus200Schema, getDomainContactVerificationStatus400Schema, getDomainContactVerificationStatus401Schema, getDomainContactVerificationStatus403Schema, getDomainContactVerificationStatus404Schema, getDomainContactVerificationStatus429Schema, getDomainContactVerificationStatus500Schema, getDomainPathDomainSchema, getDomainPricePathDomainSchema, getDomainPriceQueryTeamIdSchema, getDomainPriceQueryYearsSchema, getDomainPriceResponseSchema, getDomainPriceStatus200Schema, getDomainPriceStatus400Schema, getDomainPriceStatus401Schema, getDomainPriceStatus403Schema, getDomainPriceStatus429Schema, getDomainPriceStatus500Schema, getDomainProjectDomainsPathDomainSchema, getDomainProjectDomainsQueryLimitSchema, getDomainProjectDomainsQuerySinceSchema, getDomainProjectDomainsQuerySlugSchema, getDomainProjectDomainsQueryTeamIdSchema, getDomainProjectDomainsQueryUntilSchema, getDomainProjectDomainsResponseSchema, getDomainProjectDomainsStatus200Schema, getDomainProjectDomainsStatus400Schema, getDomainProjectDomainsStatus401Schema, getDomainProjectDomainsStatus403Schema, getDomainProjectDomainsStatus404Schema, getDomainProjectDomainsStatus410Schema, getDomainQuerySlugSchema, getDomainQueryTeamIdSchema, getDomainResponseSchema, getDomainStatus200Schema, getDomainStatus400Schema, getDomainStatus401Schema, getDomainStatus403Schema, getDomainStatus404Schema, getDomainStatus410Schema, getDomainTransferInPathDomainSchema, getDomainTransferInQueryTeamIdSchema, getDomainTransferInResponseSchema, getDomainTransferInStatus200Schema, getDomainTransferInStatus400Schema, getDomainTransferInStatus401Schema, getDomainTransferInStatus403Schema, getDomainTransferInStatus404Schema, getDomainTransferInStatus429Schema, getDomainTransferInStatus500Schema, getDomainVerificationRecordPathDomainSchema, getDomainVerificationRecordQuerySlugSchema, getDomainVerificationRecordQueryTeamIdSchema, getDomainVerificationRecordResponseSchema, getDomainVerificationRecordStatus200Schema, getDomainVerificationRecordStatus400Schema, getDomainVerificationRecordStatus401Schema, getDomainVerificationRecordStatus403Schema, getDomainVerificationRecordStatus404Schema, getDomainVerificationRecordStatus410Schema, getDomainsQueryLimitSchema, getDomainsQuerySinceSchema, getDomainsQuerySlugSchema, getDomainsQueryTeamIdSchema, getDomainsQueryUntilSchema, getDomainsRecordsByRecordIdPathRecordIdSchema, getDomainsRecordsByRecordIdResponseSchema, getDomainsRecordsByRecordIdStatus200Schema, getDomainsRecordsByRecordIdStatus400Schema, getDomainsRecordsByRecordIdStatus401Schema, getDomainsRecordsByRecordIdStatus403Schema, getDomainsRecordsByRecordIdStatus404Schema, getDomainsRecordsByRecordIdStatus410Schema, getDomainsResponseSchema, getDomainsStatus200Schema, getDomainsStatus400Schema, getDomainsStatus401Schema, getDomainsStatus403Schema, getDomainsStatus409Schema, getDomainsStatus410Schema, getDrainPathIdSchema, getDrainQuerySlugSchema, getDrainQueryTeamIdSchema, getDrainResponseSchema, getDrainStatus200Schema, getDrainStatus400Schema, getDrainStatus401Schema, getDrainStatus403Schema, getDrainStatus404Schema, getDrainStatus410Schema, getDrainsQueryIncludeMetadataSchema, getDrainsQueryProjectIdSchema, getDrainsQuerySlugSchema, getDrainsQueryTeamIdSchema, getDrainsResponseSchema, getDrainsStatus200Schema, getDrainsStatus400Schema, getDrainsStatus401Schema, getDrainsStatus403Schema, getDrainsStatus404Schema, getDrainsStatus410Schema, getEdgeConfigBackupPathEdgeConfigBackupVersionIdSchema, getEdgeConfigBackupPathEdgeConfigIdSchema, getEdgeConfigBackupQuerySlugSchema, getEdgeConfigBackupQueryTeamIdSchema, getEdgeConfigBackupResponseSchema, getEdgeConfigBackupStatus200Schema, getEdgeConfigBackupStatus400Schema, getEdgeConfigBackupStatus401Schema, getEdgeConfigBackupStatus403Schema, getEdgeConfigBackupStatus404Schema, getEdgeConfigBackupStatus410Schema, getEdgeConfigBackupsPathEdgeConfigIdSchema, getEdgeConfigBackupsQueryLimitSchema, getEdgeConfigBackupsQueryMetadataSchema, getEdgeConfigBackupsQueryNextSchema, getEdgeConfigBackupsQuerySlugSchema, getEdgeConfigBackupsQueryTeamIdSchema, getEdgeConfigBackupsResponseSchema, getEdgeConfigBackupsStatus200Schema, getEdgeConfigBackupsStatus400Schema, getEdgeConfigBackupsStatus401Schema, getEdgeConfigBackupsStatus403Schema, getEdgeConfigBackupsStatus404Schema, getEdgeConfigBackupsStatus410Schema, getEdgeConfigItemPathEdgeConfigIdSchema, getEdgeConfigItemPathEdgeConfigItemKeySchema, getEdgeConfigItemQuerySlugSchema, getEdgeConfigItemQueryTeamIdSchema, getEdgeConfigItemResponseSchema, getEdgeConfigItemStatus200Schema, getEdgeConfigItemStatus400Schema, getEdgeConfigItemStatus401Schema, getEdgeConfigItemStatus403Schema, getEdgeConfigItemStatus404Schema, getEdgeConfigItemStatus410Schema, getEdgeConfigItemsPathEdgeConfigIdSchema, getEdgeConfigItemsQuerySlugSchema, getEdgeConfigItemsQueryTeamIdSchema, getEdgeConfigItemsResponseSchema, getEdgeConfigItemsStatus200Schema, getEdgeConfigItemsStatus400Schema, getEdgeConfigItemsStatus401Schema, getEdgeConfigItemsStatus403Schema, getEdgeConfigItemsStatus404Schema, getEdgeConfigItemsStatus410Schema, getEdgeConfigPathEdgeConfigIdSchema, getEdgeConfigQuerySlugSchema, getEdgeConfigQueryTeamIdSchema, getEdgeConfigResponseSchema, getEdgeConfigSchemaPathEdgeConfigIdSchema, getEdgeConfigSchemaQuerySlugSchema, getEdgeConfigSchemaQueryTeamIdSchema, getEdgeConfigSchemaResponseSchema, getEdgeConfigSchemaStatus200Schema, getEdgeConfigSchemaStatus400Schema, getEdgeConfigSchemaStatus401Schema, getEdgeConfigSchemaStatus403Schema, getEdgeConfigSchemaStatus404Schema, getEdgeConfigSchemaStatus410Schema, getEdgeConfigStatus200Schema, getEdgeConfigStatus400Schema, getEdgeConfigStatus401Schema, getEdgeConfigStatus403Schema, getEdgeConfigStatus404Schema, getEdgeConfigStatus410Schema, getEdgeConfigTokenPathEdgeConfigIdSchema, getEdgeConfigTokenPathTokenSchema, getEdgeConfigTokenQuerySlugSchema, getEdgeConfigTokenQueryTeamIdSchema, getEdgeConfigTokenResponseSchema, getEdgeConfigTokenStatus200Schema, getEdgeConfigTokenStatus400Schema, getEdgeConfigTokenStatus401Schema, getEdgeConfigTokenStatus403Schema, getEdgeConfigTokenStatus404Schema, getEdgeConfigTokenStatus410Schema, getEdgeConfigTokensPathEdgeConfigIdSchema, getEdgeConfigTokensQuerySlugSchema, getEdgeConfigTokensQueryTeamIdSchema, getEdgeConfigTokensResponseSchema, getEdgeConfigTokensStatus200Schema, getEdgeConfigTokensStatus400Schema, getEdgeConfigTokensStatus401Schema, getEdgeConfigTokensStatus403Schema, getEdgeConfigTokensStatus404Schema, getEdgeConfigTokensStatus410Schema, getEdgeConfigsQuerySlugSchema, getEdgeConfigsQueryTeamIdSchema, getEdgeConfigsResponseSchema, getEdgeConfigsStatus200Schema, getEdgeConfigsStatus400Schema, getEdgeConfigsStatus401Schema, getEdgeConfigsStatus403Schema, getEdgeConfigsStatus410Schema, getFirewallConfigPathConfigVersionSchema, getFirewallConfigQueryProjectIdSchema, getFirewallConfigQuerySlugSchema, getFirewallConfigQueryTeamIdSchema, getFirewallConfigResponseSchema, getFirewallConfigStatus200Schema, getFirewallConfigStatus400Schema, getFirewallConfigStatus401Schema, getFirewallConfigStatus403Schema, getFirewallConfigStatus404Schema, getFirewallConfigStatus410Schema, getFlagPathFlagIdOrSlugSchema, getFlagPathProjectIdOrNameSchema, getFlagQueryIfMatchSchema, getFlagQuerySlugSchema, getFlagQueryTeamIdSchema, getFlagQueryWithMetadataSchema, getFlagResponseSchema, getFlagSegmentPathProjectIdOrNameSchema, getFlagSegmentPathSegmentIdOrSlugSchema, getFlagSegmentQuerySlugSchema, getFlagSegmentQueryTeamIdSchema, getFlagSegmentQueryWithMetadataSchema, getFlagSegmentResponseSchema, getFlagSegmentStatus200Schema, getFlagSegmentStatus400Schema, getFlagSegmentStatus401Schema, getFlagSegmentStatus402Schema, getFlagSegmentStatus403Schema, getFlagSegmentStatus404Schema, getFlagSegmentStatus410Schema, getFlagSettingsPathProjectIdOrNameSchema, getFlagSettingsQuerySlugSchema, getFlagSettingsQueryTeamIdSchema, getFlagSettingsResponseSchema, getFlagSettingsStatus200Schema, getFlagSettingsStatus400Schema, getFlagSettingsStatus401Schema, getFlagSettingsStatus402Schema, getFlagSettingsStatus403Schema, getFlagSettingsStatus404Schema, getFlagSettingsStatus410Schema, getFlagStatus200Schema, getFlagStatus304Schema, getFlagStatus400Schema, getFlagStatus401Schema, getFlagStatus402Schema, getFlagStatus403Schema, getFlagStatus404Schema, getFlagStatus410Schema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigPathIntegrationConfigurationIdSchema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigPathResourceIdSchema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigResponseSchema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus200Schema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus304Schema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus400Schema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus401Schema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus403Schema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus404Schema, getInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus410Schema, getIntegrationLogDrainsQuerySlugSchema, getIntegrationLogDrainsQueryTeamIdSchema, getIntegrationLogDrainsResponseSchema, getIntegrationLogDrainsStatus200Schema, getIntegrationLogDrainsStatus400Schema, getIntegrationLogDrainsStatus401Schema, getIntegrationLogDrainsStatus403Schema, getIntegrationLogDrainsStatus410Schema, getIntegrationResourcePathIntegrationConfigurationIdSchema, getIntegrationResourcePathResourceIdSchema, getIntegrationResourceResponseSchema, getIntegrationResourceStatus200Schema, getIntegrationResourceStatus400Schema, getIntegrationResourceStatus401Schema, getIntegrationResourceStatus403Schema, getIntegrationResourceStatus404Schema, getIntegrationResourceStatus410Schema, getIntegrationResourcesPathIntegrationConfigurationIdSchema, getIntegrationResourcesResponseSchema, getIntegrationResourcesStatus200Schema, getIntegrationResourcesStatus400Schema, getIntegrationResourcesStatus401Schema, getIntegrationResourcesStatus403Schema, getIntegrationResourcesStatus404Schema, getIntegrationResourcesStatus410Schema, getInvoicePathIntegrationConfigurationIdSchema, getInvoicePathInvoiceIdSchema, getInvoiceResponseSchema, getInvoiceStatus200Schema, getInvoiceStatus400Schema, getInvoiceStatus401Schema, getInvoiceStatus403Schema, getInvoiceStatus404Schema, getInvoiceStatus410Schema, getInvoiceStatus429Schema, getMemberPathIntegrationConfigurationIdSchema, getMemberPathMemberIdSchema, getMemberResponseSchema, getMemberStatus200Schema, getMemberStatus400Schema, getMemberStatus401Schema, getMemberStatus403Schema, getMemberStatus404Schema, getMemberStatus410Schema, getMicrofrontendsConfigForProjectPathProjectIdOrNameSchema, getMicrofrontendsConfigForProjectQuerySlugSchema, getMicrofrontendsConfigForProjectQueryTeamIdSchema, getMicrofrontendsConfigForProjectResponseSchema, getMicrofrontendsConfigForProjectStatus200Schema, getMicrofrontendsConfigForProjectStatus400Schema, getMicrofrontendsConfigForProjectStatus401Schema, getMicrofrontendsConfigForProjectStatus403Schema, getMicrofrontendsConfigForProjectStatus404Schema, getMicrofrontendsConfigForProjectStatus410Schema, getMicrofrontendsConfigForProjectStatus500Schema, getMicrofrontendsConfigPathDeploymentIdSchema, getMicrofrontendsConfigQuerySlugSchema, getMicrofrontendsConfigQueryTeamIdSchema, getMicrofrontendsConfigResponseSchema, getMicrofrontendsConfigStatus200Schema, getMicrofrontendsConfigStatus400Schema, getMicrofrontendsConfigStatus401Schema, getMicrofrontendsConfigStatus403Schema, getMicrofrontendsConfigStatus404Schema, getMicrofrontendsConfigStatus410Schema, getMicrofrontendsConfigStatus500Schema, getMicrofrontendsGroupsQuerySlugSchema, getMicrofrontendsGroupsQueryTeamIdSchema, getMicrofrontendsGroupsResponseSchema, getMicrofrontendsGroupsStatus200Schema, getMicrofrontendsGroupsStatus400Schema, getMicrofrontendsGroupsStatus401Schema, getMicrofrontendsGroupsStatus403Schema, getMicrofrontendsGroupsStatus410Schema, getMicrofrontendsGroupsStatus500Schema, getMicrofrontendsInGroupPathGroupIdSchema, getMicrofrontendsInGroupQuerySlugSchema, getMicrofrontendsInGroupQueryTeamIdSchema, getMicrofrontendsInGroupResponseSchema, getMicrofrontendsInGroupStatus200Schema, getMicrofrontendsInGroupStatus400Schema, getMicrofrontendsInGroupStatus401Schema, getMicrofrontendsInGroupStatus403Schema, getMicrofrontendsInGroupStatus410Schema, getNamedSandboxPathNameSchema, getNamedSandboxQueryProjectIdSchema, getNamedSandboxQueryResumeSchema, getNamedSandboxQuerySlugSchema, getNamedSandboxQueryTeamIdSchema, getNamedSandboxResponseSchema, getNamedSandboxStatus200Schema, getNamedSandboxStatus400Schema, getNamedSandboxStatus401Schema, getNamedSandboxStatus402Schema, getNamedSandboxStatus403Schema, getNamedSandboxStatus404Schema, getNamedSandboxStatus409Schema, getNamedSandboxStatus410Schema, getNamedSandboxStatus429Schema, getNamedSandboxStatus500Schema, getObservabilityConfigurationProjectsQuerySlugSchema, getObservabilityConfigurationProjectsQueryTeamIdSchema, getObservabilityConfigurationProjectsResponseSchema, getObservabilityConfigurationProjectsStatus200Schema, getObservabilityConfigurationProjectsStatus400Schema, getObservabilityConfigurationProjectsStatus401Schema, getObservabilityConfigurationProjectsStatus403Schema, getObservabilityConfigurationProjectsStatus404Schema, getObservabilityConfigurationProjectsStatus410Schema, getObservabilitySchemaByMetricIdPathMetricIdSchema, getObservabilitySchemaByMetricIdResponseSchema, getObservabilitySchemaByMetricIdStatus200Schema, getObservabilitySchemaByMetricIdStatus400Schema, getObservabilitySchemaByMetricIdStatus401Schema, getObservabilitySchemaByMetricIdStatus403Schema, getObservabilitySchemaByMetricIdStatus410Schema, getObservabilitySchemaResponseSchema, getObservabilitySchemaStatus200Schema, getObservabilitySchemaStatus400Schema, getObservabilitySchemaStatus401Schema, getObservabilitySchemaStatus403Schema, getObservabilitySchemaStatus410Schema, getOrCreateDrivePathNameSchema, getOrCreateDriveQuerySlugSchema, getOrCreateDriveQueryTeamIdSchema, getOrCreateDriveResponseSchema, getOrCreateDriveStatus200Schema, getOrCreateDriveStatus201Schema, getOrCreateDriveStatus400Schema, getOrCreateDriveStatus401Schema, getOrCreateDriveStatus402Schema, getOrCreateDriveStatus403Schema, getOrCreateDriveStatus404Schema, getOrCreateDriveStatus409Schema, getOrCreateDriveStatus410Schema, getOrCreateDriveStatus429Schema, getOrderPathOrderIdSchema, getOrderQueryTeamIdSchema, getOrderResponseSchema, getOrderStatus200Schema, getOrderStatus400Schema, getOrderStatus401Schema, getOrderStatus403Schema, getOrderStatus404Schema, getOrderStatus429Schema, getOrderStatus500Schema, getProjectCheckPathCheckIdSchema, getProjectCheckPathProjectIdOrNameSchema, getProjectCheckQuerySlugSchema, getProjectCheckQueryTeamIdSchema, getProjectCheckResponseSchema, getProjectCheckStatus200Schema, getProjectCheckStatus400Schema, getProjectCheckStatus401Schema, getProjectCheckStatus403Schema, getProjectCheckStatus410Schema, getProjectCheckStatus500Schema, getProjectDomainPathDomainSchema, getProjectDomainPathIdOrNameSchema, getProjectDomainQuerySlugSchema, getProjectDomainQueryTeamIdSchema, getProjectDomainResponseSchema, getProjectDomainStatus200Schema, getProjectDomainStatus400Schema, getProjectDomainStatus401Schema, getProjectDomainStatus403Schema, getProjectDomainStatus410Schema, getProjectDomainsPathIdOrNameSchema, getProjectDomainsQueryCustomEnvironmentIdSchema, getProjectDomainsQueryGitBranchSchema, getProjectDomainsQueryLimitSchema, getProjectDomainsQueryOrderSchema, getProjectDomainsQueryProductionSchema, getProjectDomainsQueryRedirectSchema, getProjectDomainsQueryRedirectsSchema, getProjectDomainsQuerySinceSchema, getProjectDomainsQuerySlugSchema, getProjectDomainsQueryTargetSchema, getProjectDomainsQueryTeamIdSchema, getProjectDomainsQueryUntilSchema, getProjectDomainsQueryVerifiedSchema, getProjectDomainsResponseSchema, getProjectDomainsStatus200Schema, getProjectDomainsStatus400Schema, getProjectDomainsStatus401Schema, getProjectDomainsStatus403Schema, getProjectDomainsStatus410Schema, getProjectEnvPathIdOrNameSchema, getProjectEnvPathIdSchema, getProjectEnvQuerySlugSchema, getProjectEnvQueryTeamIdSchema, getProjectEnvResponseSchema, getProjectEnvStatus200Schema, getProjectEnvStatus400Schema, getProjectEnvStatus401Schema, getProjectEnvStatus403Schema, getProjectEnvStatus410Schema, getProjectMembersPathIdOrNameSchema, getProjectMembersQueryLimitSchema, getProjectMembersQuerySearchSchema, getProjectMembersQuerySinceSchema, getProjectMembersQuerySlugSchema, getProjectMembersQueryTeamIdSchema, getProjectMembersQueryUntilSchema, getProjectMembersResponseSchema, getProjectMembersStatus200Schema, getProjectMembersStatus400Schema, getProjectMembersStatus401Schema, getProjectMembersStatus403Schema, getProjectMembersStatus410Schema, getProjectPathIdOrNameSchema, getProjectQuerySlugSchema, getProjectQueryTeamIdSchema, getProjectResponseSchema, getProjectStatus200Schema, getProjectStatus400Schema, getProjectStatus401Schema, getProjectStatus403Schema, getProjectStatus410Schema, getProjectTokenPathIdOrNameSchema, getProjectTokenQuerySlugSchema, getProjectTokenQueryTeamIdSchema, getProjectTokenResponseSchema, getProjectTokenStatus200Schema, getProjectTokenStatus400Schema, getProjectTokenStatus401Schema, getProjectTokenStatus403Schema, getProjectTokenStatus404Schema, getProjectTokenStatus410Schema, getProjectTraceQueryProjectIdSchema, getProjectTraceQueryRequestIdSchema, getProjectTraceQuerySlugSchema, getProjectTraceQueryTeamIdSchema, getProjectTraceResponseSchema, getProjectTraceStatus200Schema, getProjectTraceStatus400Schema, getProjectTraceStatus401Schema, getProjectTraceStatus403Schema, getProjectTraceStatus404Schema, getProjectTraceStatus410Schema, getProjectsByIdOrNameCustomEnvironmentsPathIdOrNameSchema, getProjectsByIdOrNameCustomEnvironmentsQueryGitBranchSchema, getProjectsByIdOrNameCustomEnvironmentsQuerySlugSchema, getProjectsByIdOrNameCustomEnvironmentsQueryTeamIdSchema, getProjectsByIdOrNameCustomEnvironmentsResponseSchema, getProjectsByIdOrNameCustomEnvironmentsStatus200Schema, getProjectsByIdOrNameCustomEnvironmentsStatus400Schema, getProjectsByIdOrNameCustomEnvironmentsStatus401Schema, getProjectsByIdOrNameCustomEnvironmentsStatus403Schema, getProjectsByIdOrNameCustomEnvironmentsStatus410Schema, getProjectsQueryBuildMachineTypesSchema, getProjectsQueryBuildQueueConfigurationSchema, getProjectsQueryDeprecatedSchema, getProjectsQueryEdgeConfigIdSchema, getProjectsQueryEdgeConfigTokenIdSchema, getProjectsQueryElasticConcurrencyEnabledSchema, getProjectsQueryExcludeReposSchema, getProjectsQueryFromSchema, getProjectsQueryGitForkProtectionSchema, getProjectsQueryLimitSchema, getProjectsQueryRepoIdSchema, getProjectsQueryRepoSchema, getProjectsQueryRepoUrlSchema, getProjectsQuerySearchSchema, getProjectsQuerySlugSchema, getProjectsQueryStaticIpsEnabledSchema, getProjectsQueryTeamIdSchema, getProjectsResponseSchema, getProjectsStatus200Schema, getProjectsStatus400Schema, getProjectsStatus401Schema, getProjectsStatus403Schema, getProjectsStatus410Schema, getRecordsPathDomainSchema, getRecordsQueryLimitSchema, getRecordsQuerySinceSchema, getRecordsQuerySlugSchema, getRecordsQueryTeamIdSchema, getRecordsQueryUntilSchema, getRecordsResponseSchema, getRecordsStatus200Schema, getRecordsStatus400Schema, getRecordsStatus401Schema, getRecordsStatus403Schema, getRecordsStatus404Schema, getRecordsStatus410Schema, getRedirectsQueryDiffSchema, getRedirectsQueryPageSchema, getRedirectsQueryPerPageSchema, getRedirectsQueryProjectIdSchema, getRedirectsQueryQSchema, getRedirectsQuerySlugSchema, getRedirectsQuerySortBySchema, getRedirectsQuerySortOrderSchema, getRedirectsQueryTeamIdSchema, getRedirectsQueryVersionIdSchema, getRedirectsResponseSchema, getRedirectsStatus200Schema, getRedirectsStatus400Schema, getRedirectsStatus401Schema, getRedirectsStatus403Schema, getRedirectsStatus404Schema, getRedirectsStatus410Schema, getRepositoryImagePathIdOrNameSchema, getRepositoryImagePathImageIdOrDigestSchema, getRepositoryImageQueryProjectIdSchema, getRepositoryImageQuerySlugSchema, getRepositoryImageQueryTeamIdSchema, getRepositoryImageResponseSchema, getRepositoryImageStatus200Schema, getRepositoryImageStatus400Schema, getRepositoryImageStatus401Schema, getRepositoryImageStatus403Schema, getRepositoryImageStatus404Schema, getRepositoryImageStatus410Schema, getRepositoryPathIdOrNameSchema, getRepositoryQueryProjectIdSchema, getRepositoryQuerySlugSchema, getRepositoryQueryTeamIdSchema, getRepositoryResponseSchema, getRepositoryStatus200Schema, getRepositoryStatus400Schema, getRepositoryStatus401Schema, getRepositoryStatus403Schema, getRepositoryStatus404Schema, getRepositoryStatus410Schema, getRepositoryTagPathIdOrNameSchema, getRepositoryTagPathTagSchema, getRepositoryTagQueryProjectIdSchema, getRepositoryTagQuerySlugSchema, getRepositoryTagQueryTeamIdSchema, getRepositoryTagResponseSchema, getRepositoryTagStatus200Schema, getRepositoryTagStatus400Schema, getRepositoryTagStatus401Schema, getRepositoryTagStatus403Schema, getRepositoryTagStatus404Schema, getRepositoryTagStatus410Schema, getRollingReleaseBillingStatusPathIdOrNameSchema, getRollingReleaseBillingStatusQuerySlugSchema, getRollingReleaseBillingStatusQueryTeamIdSchema, getRollingReleaseBillingStatusResponseSchema, getRollingReleaseBillingStatusStatus200Schema, getRollingReleaseBillingStatusStatus400Schema, getRollingReleaseBillingStatusStatus401Schema, getRollingReleaseBillingStatusStatus403Schema, getRollingReleaseBillingStatusStatus404Schema, getRollingReleaseBillingStatusStatus410Schema, getRollingReleaseConfigPathIdOrNameSchema, getRollingReleaseConfigQuerySlugSchema, getRollingReleaseConfigQueryTeamIdSchema, getRollingReleaseConfigResponseSchema, getRollingReleaseConfigStatus200Schema, getRollingReleaseConfigStatus400Schema, getRollingReleaseConfigStatus401Schema, getRollingReleaseConfigStatus403Schema, getRollingReleaseConfigStatus404Schema, getRollingReleaseConfigStatus410Schema, getRollingReleasePathIdOrNameSchema, getRollingReleaseQuerySlugSchema, getRollingReleaseQueryStateSchema, getRollingReleaseQueryTeamIdSchema, getRollingReleaseResponseSchema, getRollingReleaseStatus200Schema, getRollingReleaseStatus400Schema, getRollingReleaseStatus401Schema, getRollingReleaseStatus403Schema, getRollingReleaseStatus404Schema, getRollingReleaseStatus410Schema, getRootResponseSchema, getRootStatus200Schema, getRootStatus400Schema, getRootStatus401Schema, getRootStatus402Schema, getRootStatus403Schema, getRootStatus404Schema, getRootStatus410Schema, getRouteVersionsPathProjectIdSchema, getRouteVersionsQuerySlugSchema, getRouteVersionsQueryTeamIdSchema, getRouteVersionsResponseSchema, getRouteVersionsStatus200Schema, getRouteVersionsStatus400Schema, getRouteVersionsStatus401Schema, getRouteVersionsStatus403Schema, getRouteVersionsStatus410Schema, getRoutesPathProjectIdSchema, getRoutesQueryDiffSchema, getRoutesQueryFilterSchema, getRoutesQueryQSchema, getRoutesQuerySlugSchema, getRoutesQueryTeamIdSchema, getRoutesQueryVersionIdSchema, getRoutesResponseSchema, getRoutesStatus200Schema, getRoutesStatus400Schema, getRoutesStatus401Schema, getRoutesStatus403Schema, getRoutesStatus404Schema, getRoutesStatus410Schema, getRuntimeLogsPathDeploymentIdSchema, getRuntimeLogsPathProjectIdSchema, getRuntimeLogsQuerySlugSchema, getRuntimeLogsQueryTeamIdSchema, getRuntimeLogsResponseSchema, getRuntimeLogsStatus200Schema, getRuntimeLogsStatus400Schema, getRuntimeLogsStatus401Schema, getRuntimeLogsStatus403Schema, getRuntimeLogsStatus410Schema, getSdkKeysPathProjectIdOrNameSchema, getSdkKeysQuerySlugSchema, getSdkKeysQueryTeamIdSchema, getSdkKeysResponseSchema, getSdkKeysStatus200Schema, getSdkKeysStatus400Schema, getSdkKeysStatus401Schema, getSdkKeysStatus402Schema, getSdkKeysStatus403Schema, getSdkKeysStatus404Schema, getSdkKeysStatus410Schema, getSecurityFirewallConfigResponseSchema, getSecurityFirewallConfigStatus200Schema, getSecurityFirewallConfigStatus400Schema, getSecurityFirewallConfigStatus401Schema, getSecurityFirewallConfigStatus403Schema, getSecurityFirewallConfigStatus404Schema, getSecurityFirewallConfigStatus410Schema, getSecurityFirewallEventsQueryEndTimestampSchema, getSecurityFirewallEventsQueryHostsSchema, getSecurityFirewallEventsQueryProjectIdSchema, getSecurityFirewallEventsQueryStartTimestampSchema, getSecurityFirewallEventsResponseSchema, getSecurityFirewallEventsStatus200Schema, getSecurityFirewallEventsStatus400Schema, getSecurityFirewallEventsStatus401Schema, getSecurityFirewallEventsStatus403Schema, getSecurityFirewallEventsStatus404Schema, getSecurityFirewallEventsStatus410Schema, getSecurityFirewallEventsStatus500Schema, getSessionCommandLogsPathCmdIdSchema, getSessionCommandLogsPathSessionIdSchema, getSessionCommandLogsQuerySlugSchema, getSessionCommandLogsQueryTeamIdSchema, getSessionCommandLogsResponseSchema, getSessionCommandLogsStatus200Schema, getSessionCommandLogsStatus400Schema, getSessionCommandLogsStatus401Schema, getSessionCommandLogsStatus403Schema, getSessionCommandLogsStatus404Schema, getSessionCommandLogsStatus410Schema, getSessionCommandLogsStatus422Schema, getSessionCommandLogsStatus429Schema, getSessionCommandLogsStatus500Schema, getSessionCommandPathCmdIdSchema, getSessionCommandPathSessionIdSchema, getSessionCommandQuerySlugSchema, getSessionCommandQueryTeamIdSchema, getSessionCommandQueryWaitSchema, getSessionCommandResponseSchema, getSessionCommandStatus200Schema, getSessionCommandStatus400Schema, getSessionCommandStatus401Schema, getSessionCommandStatus403Schema, getSessionCommandStatus404Schema, getSessionCommandStatus410Schema, getSessionCommandStatus422Schema, getSessionCommandStatus429Schema, getSessionCommandStatus500Schema, getSessionPathSessionIdSchema, getSessionQuerySlugSchema, getSessionQueryTeamIdSchema, getSessionResponseSchema, getSessionSnapshotPathSnapshotIdSchema, getSessionSnapshotQuerySlugSchema, getSessionSnapshotQueryTeamIdSchema, getSessionSnapshotResponseSchema, getSessionSnapshotStatus200Schema, getSessionSnapshotStatus400Schema, getSessionSnapshotStatus401Schema, getSessionSnapshotStatus403Schema, getSessionSnapshotStatus404Schema, getSessionSnapshotStatus410Schema, getSessionSnapshotStatus429Schema, getSessionStatus200Schema, getSessionStatus400Schema, getSessionStatus401Schema, getSessionStatus403Schema, getSessionStatus404Schema, getSessionStatus410Schema, getSessionStatus429Schema, getSessionStatus500Schema, getSharedEnvVarPathIdSchema, getSharedEnvVarQuerySlugSchema, getSharedEnvVarQueryTeamIdSchema, getSharedEnvVarResponseSchema, getSharedEnvVarStatus200Schema, getSharedEnvVarStatus400Schema, getSharedEnvVarStatus401Schema, getSharedEnvVarStatus403Schema, getSharedEnvVarStatus410Schema, getStorageStoresByIdPathIdSchema, getStorageStoresByIdQueryincludeGuidesSchema, getStorageStoresByIdQueryskipMetadataSchema, getStorageStoresByIdResponseSchema, getStorageStoresByIdStatus200Schema, getStorageStoresByIdStatus400Schema, getStorageStoresByIdStatus401Schema, getStorageStoresByIdStatus403Schema, getStorageStoresByIdStatus404Schema, getStorageStoresByIdStatus410Schema, getSupportedTldsQueryTeamIdSchema, getSupportedTldsResponseSchema, getSupportedTldsStatus200Schema, getSupportedTldsStatus400Schema, getSupportedTldsStatus401Schema, getSupportedTldsStatus403Schema, getSupportedTldsStatus429Schema, getSupportedTldsStatus500Schema, getTeamAccessRequestPathTeamIdSchema, getTeamAccessRequestPathUserIdSchema, getTeamAccessRequestResponseSchema, getTeamAccessRequestStatus200Schema, getTeamAccessRequestStatus400Schema, getTeamAccessRequestStatus401Schema, getTeamAccessRequestStatus403Schema, getTeamAccessRequestStatus404Schema, getTeamAccessRequestStatus410Schema, getTeamMembersPathTeamIdSchema, getTeamMembersQueryEligibleMembersForProjectIdSchema, getTeamMembersQueryExcludeProjectSchema, getTeamMembersQueryLimitSchema, getTeamMembersQueryRoleSchema, getTeamMembersQuerySearchSchema, getTeamMembersQuerySinceSchema, getTeamMembersQuerySlugSchema, getTeamMembersQueryUntilSchema, getTeamMembersResponseSchema, getTeamMembersStatus200Schema, getTeamMembersStatus400Schema, getTeamMembersStatus401Schema, getTeamMembersStatus403Schema, getTeamMembersStatus404Schema, getTeamMembersStatus410Schema, getTeamPathTeamIdSchema, getTeamQuerySlugSchema, getTeamResponseSchema, getTeamStatus200Schema, getTeamStatus400Schema, getTeamStatus401Schema, getTeamStatus403Schema, getTeamStatus404Schema, getTeamStatus410Schema, getTeamsQueryLimitSchema, getTeamsQuerySinceSchema, getTeamsQueryUntilSchema, getTeamsResponseSchema, getTeamsStatus200Schema, getTeamsStatus400Schema, getTeamsStatus401Schema, getTeamsStatus403Schema, getTeamsStatus410Schema, getTeamsStatus500Schema, getTldPathTldSchema, getTldPricePathTldSchema, getTldPriceQueryTeamIdSchema, getTldPriceQueryYearsSchema, getTldPriceResponseSchema, getTldPriceStatus200Schema, getTldPriceStatus400Schema, getTldPriceStatus401Schema, getTldPriceStatus403Schema, getTldPriceStatus429Schema, getTldPriceStatus500Schema, getTldQueryTeamIdSchema, getTldResponseSchema, getTldStatus200Schema, getTldStatus400Schema, getTldStatus401Schema, getTldStatus403Schema, getTldStatus429Schema, getTldStatus500Schema, getVersionsQueryProjectIdSchema, getVersionsQuerySlugSchema, getVersionsQueryTeamIdSchema, getVersionsResponseSchema, getVersionsStatus200Schema, getVersionsStatus400Schema, getVersionsStatus401Schema, getVersionsStatus403Schema, getVersionsStatus410Schema, getVersionsStatus500Schema, getWebhookPathIdSchema, getWebhookQuerySlugSchema, getWebhookQueryTeamIdSchema, getWebhookResponseSchema, getWebhookStatus200Schema, getWebhookStatus400Schema, getWebhookStatus401Schema, getWebhookStatus403Schema, getWebhookStatus410Schema, getWebhooksQueryProjectIdSchema, getWebhooksQuerySlugSchema, getWebhooksQueryTeamIdSchema, getWebhooksResponseSchema, getWebhooksStatus200Schema, getWebhooksStatus400Schema, getWebhooksStatus401Schema, getWebhooksStatus403Schema, getWebhooksStatus410Schema, gitNamespacesQueryHostSchema, gitNamespacesQueryProviderSchema, gitNamespacesQueryViewerMetadataSchema, gitNamespacesResponseSchema, gitNamespacesStatus200Schema, gitNamespacesStatus400Schema, gitNamespacesStatus401Schema, gitNamespacesStatus403Schema, gitNamespacesStatus404Schema, gitNamespacesStatus410Schema, gitNamespacesStatus429Schema, gitNamespacesStatus500Schema, httpApiDecodeErrorSchema, importConnectorTokensPathConnectorSchema, importConnectorTokensResponseSchema, importConnectorTokensStatus200Schema, importConnectorTokensStatus400Schema, importConnectorTokensStatus401Schema, importConnectorTokensStatus403Schema, importConnectorTokensStatus404Schema, importConnectorTokensStatus410Schema, importConnectorTokensStatus422Schema, importResourcePathIntegrationConfigurationIdSchema, importResourcePathResourceIdSchema, importResourceResponseSchema, importResourceStatus200Schema, importResourceStatus400Schema, importResourceStatus401Schema, importResourceStatus403Schema, importResourceStatus404Schema, importResourceStatus409Schema, importResourceStatus410Schema, importResourceStatus422Schema, importResourceStatus429Schema, internalServerErrorSchema, invalidAdditionalContactInfoSchema, invalidateBySrcImagesQueryProjectIdOrNameSchema, invalidateBySrcImagesQuerySlugSchema, invalidateBySrcImagesQueryTeamIdSchema, invalidateBySrcImagesResponseSchema, invalidateBySrcImagesStatus200Schema, invalidateBySrcImagesStatus400Schema, invalidateBySrcImagesStatus401Schema, invalidateBySrcImagesStatus402Schema, invalidateBySrcImagesStatus403Schema, invalidateBySrcImagesStatus404Schema, invalidateBySrcImagesStatus410Schema, invalidateByTagsQueryProjectIdOrNameSchema, invalidateByTagsQuerySlugSchema, invalidateByTagsQueryTeamIdSchema, invalidateByTagsResponseSchema, invalidateByTagsStatus200Schema, invalidateByTagsStatus400Schema, invalidateByTagsStatus401Schema, invalidateByTagsStatus403Schema, invalidateByTagsStatus404Schema, invalidateByTagsStatus410Schema, inviteUserToTeamPathTeamIdSchema, inviteUserToTeamQuerySlugSchema, inviteUserToTeamResponseSchema, inviteUserToTeamStatus200Schema, inviteUserToTeamStatus400Schema, inviteUserToTeamStatus401Schema, inviteUserToTeamStatus403Schema, inviteUserToTeamStatus410Schema, inviteUserToTeamStatus503Schema, invitedTeamMemberSchema, issueCertQuerySlugSchema, issueCertQueryTeamIdSchema, issueCertResponseSchema, issueCertStatus200Schema, issueCertStatus400Schema, issueCertStatus401Schema, issueCertStatus402Schema, issueCertStatus403Schema, issueCertStatus404Schema, issueCertStatus410Schema, issueCertStatus449Schema, issueCertStatus500Schema, issueSchema, joinTeamPathTeamIdSchema, joinTeamResponseSchema, joinTeamStatus200Schema, joinTeamStatus400Schema, joinTeamStatus401Schema, joinTeamStatus402Schema, joinTeamStatus403Schema, joinTeamStatus404Schema, joinTeamStatus410Schema, joinTeamStatus503Schema, killSessionCommandPathCmdIdSchema, killSessionCommandPathSessionIdSchema, killSessionCommandQuerySlugSchema, killSessionCommandQueryTeamIdSchema, killSessionCommandResponseSchema, killSessionCommandStatus200Schema, killSessionCommandStatus400Schema, killSessionCommandStatus401Schema, killSessionCommandStatus403Schema, killSessionCommandStatus404Schema, killSessionCommandStatus410Schema, killSessionCommandStatus422Schema, killSessionCommandStatus429Schema, killSessionCommandStatus500Schema, languageCodeRequiredSchema, listAccessGroupMembersPathIdOrNameSchema, listAccessGroupMembersQueryLimitSchema, listAccessGroupMembersQueryNextSchema, listAccessGroupMembersQuerySearchSchema, listAccessGroupMembersQuerySlugSchema, listAccessGroupMembersQueryTeamIdSchema, listAccessGroupMembersResponseSchema, listAccessGroupMembersStatus200Schema, listAccessGroupMembersStatus400Schema, listAccessGroupMembersStatus401Schema, listAccessGroupMembersStatus403Schema, listAccessGroupMembersStatus410Schema, listAccessGroupProjectsPathIdOrNameSchema, listAccessGroupProjectsQueryLimitSchema, listAccessGroupProjectsQueryNextSchema, listAccessGroupProjectsQuerySlugSchema, listAccessGroupProjectsQueryTeamIdSchema, listAccessGroupProjectsResponseSchema, listAccessGroupProjectsStatus200Schema, listAccessGroupProjectsStatus400Schema, listAccessGroupProjectsStatus401Schema, listAccessGroupProjectsStatus403Schema, listAccessGroupProjectsStatus410Schema, listAccessGroupsQueryLimitSchema, listAccessGroupsQueryMembersLimitSchema, listAccessGroupsQueryNextSchema, listAccessGroupsQueryProjectIdSchema, listAccessGroupsQueryProjectsLimitSchema, listAccessGroupsQuerySearchSchema, listAccessGroupsQuerySlugSchema, listAccessGroupsQueryTeamIdSchema, listAccessGroupsResponseSchema, listAccessGroupsStatus200Schema, listAccessGroupsStatus400Schema, listAccessGroupsStatus401Schema, listAccessGroupsStatus403Schema, listAccessGroupsStatus410Schema, listAiGatewayRulesQueryIncludeDisabledSchema, listAiGatewayRulesQuerySlugSchema, listAiGatewayRulesQueryTeamIdSchema, listAiGatewayRulesResponseSchema, listAiGatewayRulesStatus200Schema, listAiGatewayRulesStatus400Schema, listAiGatewayRulesStatus401Schema, listAiGatewayRulesStatus403Schema, listAiGatewayRulesStatus410Schema, listAiGatewayRulesStatus500Schema, listAliasesQueryDomainSchema, listAliasesQueryFromSchema, listAliasesQueryLimitSchema, listAliasesQueryProjectIdSchema, listAliasesQueryRollbackDeploymentIdSchema, listAliasesQuerySinceSchema, listAliasesQuerySlugSchema, listAliasesQueryTeamIdSchema, listAliasesQueryUntilSchema, listAliasesResponseSchema, listAliasesStatus200Schema, listAliasesStatus400Schema, listAliasesStatus401Schema, listAliasesStatus403Schema, listAliasesStatus404Schema, listAliasesStatus410Schema, listAuthTokensResponseSchema, listAuthTokensStatus200Schema, listAuthTokensStatus400Schema, listAuthTokensStatus401Schema, listAuthTokensStatus403Schema, listAuthTokensStatus410Schema, listBillingChargesQueryFromSchema, listBillingChargesQuerySlugSchema, listBillingChargesQueryTeamIdSchema, listBillingChargesQueryToSchema, listBillingChargesResponseSchema, listBillingChargesStatus200Schema, listBillingChargesStatus400Schema, listBillingChargesStatus401Schema, listBillingChargesStatus403Schema, listBillingChargesStatus404Schema, listBillingChargesStatus410Schema, listBillingChargesStatus500Schema, listBillingChargesStatus503Schema, listCheckRunsPathCheckIdSchema, listCheckRunsPathProjectIdOrNameSchema, listCheckRunsQuerySlugSchema, listCheckRunsQueryTeamIdSchema, listCheckRunsResponseSchema, listCheckRunsStatus200Schema, listCheckRunsStatus400Schema, listCheckRunsStatus401Schema, listCheckRunsStatus403Schema, listCheckRunsStatus410Schema, listCheckRunsStatus500Schema, listContractCommitmentsQuerySlugSchema, listContractCommitmentsQueryTeamIdSchema, listContractCommitmentsResponseSchema, listContractCommitmentsStatus200Schema, listContractCommitmentsStatus400Schema, listContractCommitmentsStatus401Schema, listContractCommitmentsStatus403Schema, listContractCommitmentsStatus404Schema, listContractCommitmentsStatus410Schema, listDeploymentAliasesPathIdSchema, listDeploymentAliasesQuerySlugSchema, listDeploymentAliasesQueryTeamIdSchema, listDeploymentAliasesResponseSchema, listDeploymentAliasesStatus200Schema, listDeploymentAliasesStatus400Schema, listDeploymentAliasesStatus401Schema, listDeploymentAliasesStatus403Schema, listDeploymentAliasesStatus404Schema, listDeploymentAliasesStatus410Schema, listDeploymentCheckRunsPathDeploymentIdSchema, listDeploymentCheckRunsQuerySlugSchema, listDeploymentCheckRunsQueryTeamIdSchema, listDeploymentCheckRunsResponseSchema, listDeploymentCheckRunsStatus200Schema, listDeploymentCheckRunsStatus400Schema, listDeploymentCheckRunsStatus401Schema, listDeploymentCheckRunsStatus403Schema, listDeploymentCheckRunsStatus410Schema, listDeploymentCheckRunsStatus500Schema, listDeploymentFilesPathIdSchema, listDeploymentFilesQuerySlugSchema, listDeploymentFilesQueryTeamIdSchema, listDeploymentFilesResponseSchema, listDeploymentFilesStatus200Schema, listDeploymentFilesStatus400Schema, listDeploymentFilesStatus401Schema, listDeploymentFilesStatus403Schema, listDeploymentFilesStatus404Schema, listDeploymentFilesStatus410Schema, listDrivesQueryCursorSchema, listDrivesQueryLimitSchema, listDrivesQueryNamePrefixSchema, listDrivesQueryProjectIdSchema, listDrivesQuerySlugSchema, listDrivesQuerySortBySchema, listDrivesQuerySortOrderSchema, listDrivesQueryTeamIdSchema, listDrivesResponseSchema, listDrivesStatus200Schema, listDrivesStatus400Schema, listDrivesStatus401Schema, listDrivesStatus403Schema, listDrivesStatus404Schema, listDrivesStatus410Schema, listDrivesStatus429Schema, listEventTypeSchema, listEventTypesQuerySlugSchema, listEventTypesQueryTeamIdSchema, listEventTypesResponseSchema, listEventTypesStatus200Schema, listEventTypesStatus400Schema, listEventTypesStatus401Schema, listEventTypesStatus403Schema, listEventTypesStatus410Schema, listFlagSegmentsPathProjectIdOrNameSchema, listFlagSegmentsQuerySlugSchema, listFlagSegmentsQueryTeamIdSchema, listFlagSegmentsQueryWithMetadataSchema, listFlagSegmentsResponseSchema, listFlagSegmentsStatus200Schema, listFlagSegmentsStatus400Schema, listFlagSegmentsStatus401Schema, listFlagSegmentsStatus402Schema, listFlagSegmentsStatus403Schema, listFlagSegmentsStatus404Schema, listFlagSegmentsStatus410Schema, listFlagVersionsPathFlagIdOrSlugSchema, listFlagVersionsPathProjectIdOrNameSchema, listFlagVersionsQueryCursorSchema, listFlagVersionsQueryEnvironmentSchema, listFlagVersionsQueryLimitSchema, listFlagVersionsQuerySlugSchema, listFlagVersionsQueryTeamIdSchema, listFlagVersionsQueryWithMetadataSchema, listFlagVersionsResponseSchema, listFlagVersionsStatus200Schema, listFlagVersionsStatus304Schema, listFlagVersionsStatus400Schema, listFlagVersionsStatus401Schema, listFlagVersionsStatus402Schema, listFlagVersionsStatus403Schema, listFlagVersionsStatus404Schema, listFlagVersionsStatus410Schema, listFlagsPathProjectIdOrNameSchema, listFlagsQueryCursorSchema, listFlagsQueryLimitSchema, listFlagsQuerySearchSchema, listFlagsQuerySlugSchema, listFlagsQueryStateSchema, listFlagsQueryTagsSchema, listFlagsQueryTeamIdSchema, listFlagsQueryWithMetadataSchema, listFlagsResponseSchema, listFlagsStatus200Schema, listFlagsStatus400Schema, listFlagsStatus401Schema, listFlagsStatus402Schema, listFlagsStatus403Schema, listFlagsStatus404Schema, listFlagsStatus410Schema, listFlagsV2PathProjectIdOrNameSchema, listFlagsV2QueryCreatedBySchema, listFlagsV2QueryCursorSchema, listFlagsV2QueryIncludeMarketplaceFlagsSchema, listFlagsV2QueryLimitSchema, listFlagsV2QueryMaintainerIdsSchema, listFlagsV2QuerySearchSchema, listFlagsV2QuerySlugSchema, listFlagsV2QueryStateSchema, listFlagsV2QueryTagsSchema, listFlagsV2QueryTeamIdSchema, listFlagsV2ResponseSchema, listFlagsV2Status200Schema, listFlagsV2Status400Schema, listFlagsV2Status401Schema, listFlagsV2Status402Schema, listFlagsV2Status403Schema, listFlagsV2Status404Schema, listFlagsV2Status410Schema, listNetworksQueryIncludeHostedZonesSchema, listNetworksQueryIncludePeeringConnectionsSchema, listNetworksQueryIncludeProjectsSchema, listNetworksQuerySearchSchema, listNetworksQuerySlugSchema, listNetworksQueryTeamIdSchema, listNetworksResponseSchema, listNetworksStatus200Schema, listNetworksStatus400Schema, listNetworksStatus401Schema, listNetworksStatus403Schema, listNetworksStatus410Schema, listProjectChecksPathProjectIdOrNameSchema, listProjectChecksQueryBlocksSchema, listProjectChecksQuerySlugSchema, listProjectChecksQueryTeamIdSchema, listProjectChecksResponseSchema, listProjectChecksStatus200Schema, listProjectChecksStatus400Schema, listProjectChecksStatus401Schema, listProjectChecksStatus403Schema, listProjectChecksStatus410Schema, listProjectChecksStatus500Schema, listPromoteAliasesPathProjectIdSchema, listPromoteAliasesQueryFailedOnlySchema, listPromoteAliasesQueryLimitSchema, listPromoteAliasesQuerySinceSchema, listPromoteAliasesQuerySlugSchema, listPromoteAliasesQueryTeamIdSchema, listPromoteAliasesQueryUntilSchema, listPromoteAliasesResponseSchema, listPromoteAliasesStatus200Schema, listPromoteAliasesStatus400Schema, listPromoteAliasesStatus401Schema, listPromoteAliasesStatus403Schema, listPromoteAliasesStatus404Schema, listPromoteAliasesStatus410Schema, listRepositoriesQueryCursorSchema, listRepositoriesQueryLimitSchema, listRepositoriesQueryProjectIdSchema, listRepositoriesQuerySlugSchema, listRepositoriesQueryTeamIdSchema, listRepositoriesResponseSchema, listRepositoriesStatus200Schema, listRepositoriesStatus400Schema, listRepositoriesStatus401Schema, listRepositoriesStatus403Schema, listRepositoriesStatus404Schema, listRepositoriesStatus410Schema, listRepositoryImagesPathIdOrNameSchema, listRepositoryImagesQueryCursorSchema, listRepositoryImagesQueryLimitSchema, listRepositoryImagesQueryProjectIdSchema, listRepositoryImagesQuerySlugSchema, listRepositoryImagesQueryTeamIdSchema, listRepositoryImagesQueryUntaggedSchema, listRepositoryImagesResponseSchema, listRepositoryImagesStatus200Schema, listRepositoryImagesStatus400Schema, listRepositoryImagesStatus401Schema, listRepositoryImagesStatus403Schema, listRepositoryImagesStatus404Schema, listRepositoryImagesStatus410Schema, listRepositoryPermissionsPathIdOrNameSchema, listRepositoryPermissionsQueryCursorSchema, listRepositoryPermissionsQueryLimitSchema, listRepositoryPermissionsQueryProjectIdSchema, listRepositoryPermissionsQuerySlugSchema, listRepositoryPermissionsQueryTeamIdSchema, listRepositoryPermissionsResponseSchema, listRepositoryPermissionsStatus200Schema, listRepositoryPermissionsStatus400Schema, listRepositoryPermissionsStatus401Schema, listRepositoryPermissionsStatus403Schema, listRepositoryPermissionsStatus404Schema, listRepositoryPermissionsStatus410Schema, listRepositoryTagsPathIdOrNameSchema, listRepositoryTagsQueryCursorSchema, listRepositoryTagsQueryLimitSchema, listRepositoryTagsQueryProjectIdSchema, listRepositoryTagsQuerySlugSchema, listRepositoryTagsQuerySortBySchema, listRepositoryTagsQuerySortOrderSchema, listRepositoryTagsQueryTeamIdSchema, listRepositoryTagsResponseSchema, listRepositoryTagsStatus200Schema, listRepositoryTagsStatus400Schema, listRepositoryTagsStatus401Schema, listRepositoryTagsStatus403Schema, listRepositoryTagsStatus404Schema, listRepositoryTagsStatus410Schema, listSandboxesQueryCursorSchema, listSandboxesQueryLimitSchema, listSandboxesQueryNamePrefixSchema, listSandboxesQueryProjectSchema, listSandboxesQuerySlugSchema, listSandboxesQuerySortBySchema, listSandboxesQuerySortOrderSchema, listSandboxesQueryStatusSchema, listSandboxesQueryTagsSchema, listSandboxesQueryTeamIdSchema, listSandboxesResponseSchema, listSandboxesStatus200Schema, listSandboxesStatus400Schema, listSandboxesStatus401Schema, listSandboxesStatus403Schema, listSandboxesStatus404Schema, listSandboxesStatus410Schema, listSandboxesStatus429Schema, listSessionCommandsPathSessionIdSchema, listSessionCommandsQuerySlugSchema, listSessionCommandsQueryTeamIdSchema, listSessionCommandsResponseSchema, listSessionCommandsStatus200Schema, listSessionCommandsStatus400Schema, listSessionCommandsStatus401Schema, listSessionCommandsStatus403Schema, listSessionCommandsStatus404Schema, listSessionCommandsStatus410Schema, listSessionCommandsStatus429Schema, listSessionSnapshotsQueryCursorSchema, listSessionSnapshotsQueryLimitSchema, listSessionSnapshotsQueryNameSchema, listSessionSnapshotsQueryProjectSchema, listSessionSnapshotsQuerySlugSchema, listSessionSnapshotsQuerySortOrderSchema, listSessionSnapshotsQueryTeamIdSchema, listSessionSnapshotsResponseSchema, listSessionSnapshotsStatus200Schema, listSessionSnapshotsStatus400Schema, listSessionSnapshotsStatus401Schema, listSessionSnapshotsStatus403Schema, listSessionSnapshotsStatus404Schema, listSessionSnapshotsStatus410Schema, listSessionSnapshotsStatus429Schema, listSessionsQueryCursorSchema, listSessionsQueryLimitSchema, listSessionsQueryNameSchema, listSessionsQueryProjectSchema, listSessionsQuerySlugSchema, listSessionsQuerySortOrderSchema, listSessionsQueryTeamIdSchema, listSessionsResponseSchema, listSessionsStatus200Schema, listSessionsStatus400Schema, listSessionsStatus401Schema, listSessionsStatus403Schema, listSessionsStatus404Schema, listSessionsStatus410Schema, listSessionsStatus429Schema, listSessionsStatus500Schema, listSharedEnvVariableQueryExcludeIdsSchema, listSharedEnvVariableQueryExcludeProjectIdSchema, listSharedEnvVariableQueryIdsSchema, listSharedEnvVariableQueryProjectIdSchema, listSharedEnvVariableQuerySearchSchema, listSharedEnvVariableQuerySlugSchema, listSharedEnvVariableQueryTeamIdSchema, listSharedEnvVariableQueryexcludeIdsSchema, listSharedEnvVariableQueryexcludeProjectIdSchema, listSharedEnvVariableResponseSchema, listSharedEnvVariableStatus200Schema, listSharedEnvVariableStatus400Schema, listSharedEnvVariableStatus401Schema, listSharedEnvVariableStatus403Schema, listSharedEnvVariableStatus404Schema, listSharedEnvVariableStatus410Schema, listTeamFlagSettingsPathTeamIdSchema, listTeamFlagSettingsQueryCursorSchema, listTeamFlagSettingsQueryLimitSchema, listTeamFlagSettingsQuerySlugSchema, listTeamFlagSettingsResponseSchema, listTeamFlagSettingsStatus200Schema, listTeamFlagSettingsStatus400Schema, listTeamFlagSettingsStatus401Schema, listTeamFlagSettingsStatus403Schema, listTeamFlagSettingsStatus410Schema, listTeamFlagsPathTeamIdSchema, listTeamFlagsQueryCursorSchema, listTeamFlagsQueryKindSchema, listTeamFlagsQueryLimitSchema, listTeamFlagsQuerySearchSchema, listTeamFlagsQuerySlugSchema, listTeamFlagsQueryStateSchema, listTeamFlagsQueryTagsSchema, listTeamFlagsQueryWithMetadataSchema, listTeamFlagsResponseSchema, listTeamFlagsStatus200Schema, listTeamFlagsStatus400Schema, listTeamFlagsStatus401Schema, listTeamFlagsStatus403Schema, listTeamFlagsStatus410Schema, listTeamFlagsV2PathTeamIdSchema, listTeamFlagsV2QueryCreatedBySchema, listTeamFlagsV2QueryCursorSchema, listTeamFlagsV2QueryIncludeMarketplaceFlagsSchema, listTeamFlagsV2QueryKindSchema, listTeamFlagsV2QueryLimitSchema, listTeamFlagsV2QueryMaintainerIdsSchema, listTeamFlagsV2QuerySearchSchema, listTeamFlagsV2QuerySlugSchema, listTeamFlagsV2QueryStateSchema, listTeamFlagsV2QueryTagsSchema, listTeamFlagsV2ResponseSchema, listTeamFlagsV2Status200Schema, listTeamFlagsV2Status400Schema, listTeamFlagsV2Status401Schema, listTeamFlagsV2Status403Schema, listTeamFlagsV2Status410Schema, listUserEventsQueryEntityIdSchema, listUserEventsQueryLimitSchema, listUserEventsQueryPrincipalIdSchema, listUserEventsQueryProjectIdsSchema, listUserEventsQuerySinceSchema, listUserEventsQuerySlugSchema, listUserEventsQueryTeamIdSchema, listUserEventsQueryTypesSchema, listUserEventsQueryUntilSchema, listUserEventsQueryUserIdSchema, listUserEventsQueryWithPayloadSchema, listUserEventsResponseSchema, listUserEventsStatus200Schema, listUserEventsStatus400Schema, listUserEventsStatus401Schema, listUserEventsStatus403Schema, listUserEventsStatus410Schema, marketplaceFlagSchema, moveProjectDomainPathDomainSchema, moveProjectDomainPathIdOrNameSchema, moveProjectDomainQuerySlugSchema, moveProjectDomainQueryTeamIdSchema, moveProjectDomainResponseSchema, moveProjectDomainStatus200Schema, moveProjectDomainStatus400Schema, moveProjectDomainStatus401Schema, moveProjectDomainStatus403Schema, moveProjectDomainStatus409Schema, moveProjectDomainStatus410Schema, namedSandboxSchema, nameserverSchema, networkSchema, nonEmptyTrimmedStringSchema, notAuthorizedForScopeSchema, notFoundSchema, orderIdSchema, orderTooExpensiveSchema, paginationSchema, patchDomainPathDomainSchema, patchDomainQuerySlugSchema, patchDomainQueryTeamIdSchema, patchDomainResponseSchema, patchDomainStatus200Schema, patchDomainStatus400Schema, patchDomainStatus401Schema, patchDomainStatus403Schema, patchDomainStatus404Schema, patchDomainStatus409Schema, patchDomainStatus410Schema, patchDomainStatus500Schema, patchEdgeConfigItemsPathEdgeConfigIdSchema, patchEdgeConfigItemsQuerySlugSchema, patchEdgeConfigItemsQueryTeamIdSchema, patchEdgeConfigItemsResponseSchema, patchEdgeConfigItemsStatus200Schema, patchEdgeConfigItemsStatus400Schema, patchEdgeConfigItemsStatus401Schema, patchEdgeConfigItemsStatus402Schema, patchEdgeConfigItemsStatus403Schema, patchEdgeConfigItemsStatus404Schema, patchEdgeConfigItemsStatus409Schema, patchEdgeConfigItemsStatus410Schema, patchEdgeConfigItemsStatus412Schema, patchEdgeConfigSchemaPathEdgeConfigIdSchema, patchEdgeConfigSchemaQueryDryRunSchema, patchEdgeConfigSchemaQuerySlugSchema, patchEdgeConfigSchemaQueryTeamIdSchema, patchEdgeConfigSchemaResponseSchema, patchEdgeConfigSchemaStatus200Schema, patchEdgeConfigSchemaStatus400Schema, patchEdgeConfigSchemaStatus401Schema, patchEdgeConfigSchemaStatus402Schema, patchEdgeConfigSchemaStatus403Schema, patchEdgeConfigSchemaStatus404Schema, patchEdgeConfigSchemaStatus409Schema, patchEdgeConfigSchemaStatus410Schema, patchTeamPathTeamIdSchema, patchTeamQuerySlugSchema, patchTeamResponseSchema, patchTeamStatus200Schema, patchTeamStatus400Schema, patchTeamStatus401Schema, patchTeamStatus402Schema, patchTeamStatus403Schema, patchTeamStatus410Schema, patchTeamStatus428Schema, patchUrlProtectionBypassPathIdSchema, patchUrlProtectionBypassQuerySlugSchema, patchUrlProtectionBypassQueryTeamIdSchema, patchUrlProtectionBypassResponseSchema, patchUrlProtectionBypassStatus200Schema, patchUrlProtectionBypassStatus400Schema, patchUrlProtectionBypassStatus401Schema, patchUrlProtectionBypassStatus403Schema, patchUrlProtectionBypassStatus404Schema, patchUrlProtectionBypassStatus409Schema, patchUrlProtectionBypassStatus410Schema, patchUrlProtectionBypassStatus428Schema, pauseProjectPathProjectIdSchema, pauseProjectQuerySlugSchema, pauseProjectQueryTeamIdSchema, pauseProjectResponseSchema, pauseProjectStatus200Schema, pauseProjectStatus400Schema, pauseProjectStatus401Schema, pauseProjectStatus403Schema, pauseProjectStatus410Schema, pauseProjectStatus500Schema, postTeamDsyncRolesPathTeamIdSchema, postTeamDsyncRolesQuerySlugSchema, postTeamDsyncRolesResponseSchema, postTeamDsyncRolesStatus200Schema, postTeamDsyncRolesStatus400Schema, postTeamDsyncRolesStatus401Schema, postTeamDsyncRolesStatus403Schema, postTeamDsyncRolesStatus410Schema, propertyKeySchema, putFirewallConfigQueryProjectIdSchema, putFirewallConfigQuerySlugSchema, putFirewallConfigQueryTeamIdSchema, putFirewallConfigResponseSchema, putFirewallConfigStatus200Schema, putFirewallConfigStatus400Schema, putFirewallConfigStatus401Schema, putFirewallConfigStatus402Schema, putFirewallConfigStatus403Schema, putFirewallConfigStatus404Schema, putFirewallConfigStatus410Schema, putFirewallConfigStatus500Schema, rateLimitNoticeSchema, readAccessGroupPathIdOrNameSchema, readAccessGroupProjectPathAccessGroupIdOrNameSchema, readAccessGroupProjectPathProjectIdSchema, readAccessGroupProjectQuerySlugSchema, readAccessGroupProjectQueryTeamIdSchema, readAccessGroupProjectResponseSchema, readAccessGroupProjectStatus200Schema, readAccessGroupProjectStatus400Schema, readAccessGroupProjectStatus401Schema, readAccessGroupProjectStatus403Schema, readAccessGroupProjectStatus410Schema, readAccessGroupQuerySlugSchema, readAccessGroupQueryTeamIdSchema, readAccessGroupResponseSchema, readAccessGroupStatus200Schema, readAccessGroupStatus400Schema, readAccessGroupStatus401Schema, readAccessGroupStatus403Schema, readAccessGroupStatus410Schema, readNetworkPathNetworkIdSchema, readNetworkQuerySlugSchema, readNetworkQueryTeamIdSchema, readNetworkResponseSchema, readNetworkStatus200Schema, readNetworkStatus400Schema, readNetworkStatus401Schema, readNetworkStatus403Schema, readNetworkStatus410Schema, readSessionFilePathSessionIdSchema, readSessionFileQuerySlugSchema, readSessionFileQueryTeamIdSchema, readSessionFileResponseSchema, readSessionFileStatus200Schema, readSessionFileStatus400Schema, readSessionFileStatus401Schema, readSessionFileStatus403Schema, readSessionFileStatus404Schema, readSessionFileStatus410Schema, readSessionFileStatus422Schema, readSessionFileStatus429Schema, readSessionFileStatus500Schema, recordEventsHeaderxArtifactClientCiSchema, recordEventsHeaderxArtifactClientInteractiveSchema, recordEventsQuerySlugSchema, recordEventsQueryTeamIdSchema, recordEventsResponseSchema, recordEventsStatus200Schema, recordEventsStatus400Schema, recordEventsStatus401Schema, recordEventsStatus402Schema, recordEventsStatus403Schema, recordEventsStatus410Schema, registrantFieldSchema, removeBypassIpQueryProjectIdSchema, removeBypassIpQuerySlugSchema, removeBypassIpQueryTeamIdSchema, removeBypassIpResponseSchema, removeBypassIpStatus200Schema, removeBypassIpStatus400Schema, removeBypassIpStatus401Schema, removeBypassIpStatus403Schema, removeBypassIpStatus404Schema, removeBypassIpStatus410Schema, removeBypassIpStatus500Schema, removeCertPathIdSchema, removeCertQuerySlugSchema, removeCertQueryTeamIdSchema, removeCertResponseSchema, removeCertStatus200Schema, removeCertStatus400Schema, removeCertStatus401Schema, removeCertStatus403Schema, removeCertStatus404Schema, removeCertStatus410Schema, removeCustomEnvironmentPathEnvironmentSlugOrIdSchema, removeCustomEnvironmentPathIdOrNameSchema, removeCustomEnvironmentQuerySlugSchema, removeCustomEnvironmentQueryTeamIdSchema, removeCustomEnvironmentResponseSchema, removeCustomEnvironmentStatus200Schema, removeCustomEnvironmentStatus400Schema, removeCustomEnvironmentStatus401Schema, removeCustomEnvironmentStatus403Schema, removeCustomEnvironmentStatus410Schema, removeProjectDomainPathDomainSchema, removeProjectDomainPathIdOrNameSchema, removeProjectDomainQuerySlugSchema, removeProjectDomainQueryTeamIdSchema, removeProjectDomainResponseSchema, removeProjectDomainStatus200Schema, removeProjectDomainStatus400Schema, removeProjectDomainStatus401Schema, removeProjectDomainStatus403Schema, removeProjectDomainStatus404Schema, removeProjectDomainStatus409Schema, removeProjectDomainStatus410Schema, removeProjectEnvPathIdOrNameSchema, removeProjectEnvPathIdSchema, removeProjectEnvQueryCustomEnvironmentIdSchema, removeProjectEnvQuerySlugSchema, removeProjectEnvQueryTeamIdSchema, removeProjectEnvResponseSchema, removeProjectEnvStatus200Schema, removeProjectEnvStatus400Schema, removeProjectEnvStatus401Schema, removeProjectEnvStatus403Schema, removeProjectEnvStatus404Schema, removeProjectEnvStatus409Schema, removeProjectEnvStatus410Schema, removeProjectMemberPathIdOrNameSchema, removeProjectMemberPathUidSchema, removeProjectMemberQuerySlugSchema, removeProjectMemberQueryTeamIdSchema, removeProjectMemberResponseSchema, removeProjectMemberStatus200Schema, removeProjectMemberStatus400Schema, removeProjectMemberStatus401Schema, removeProjectMemberStatus403Schema, removeProjectMemberStatus410Schema, removeRecordPathDomainSchema, removeRecordPathRecordIdSchema, removeRecordQuerySlugSchema, removeRecordQueryTeamIdSchema, removeRecordResponseSchema, removeRecordStatus200Schema, removeRecordStatus400Schema, removeRecordStatus401Schema, removeRecordStatus403Schema, removeRecordStatus404Schema, removeRecordStatus410Schema, removeRepositoryPermissionPathIdOrNameSchema, removeRepositoryPermissionQueryProjectIdSchema, removeRepositoryPermissionQuerySlugSchema, removeRepositoryPermissionQueryTeamIdSchema, removeRepositoryPermissionResponseSchema, removeRepositoryPermissionStatus204Schema, removeRepositoryPermissionStatus400Schema, removeRepositoryPermissionStatus401Schema, removeRepositoryPermissionStatus403Schema, removeRepositoryPermissionStatus404Schema, removeRepositoryPermissionStatus410Schema, removeTeamMemberPathTeamIdSchema, removeTeamMemberPathUidSchema, removeTeamMemberQueryNewDefaultTeamIdSchema, removeTeamMemberResponseSchema, removeTeamMemberStatus200Schema, removeTeamMemberStatus400Schema, removeTeamMemberStatus401Schema, removeTeamMemberStatus403Schema, removeTeamMemberStatus404Schema, removeTeamMemberStatus410Schema, removeTeamMemberStatus503Schema, renewDomainPathDomainSchema, renewDomainQueryTeamIdSchema, renewDomainResponseSchema, renewDomainStatus200Schema, renewDomainStatus400Schema, renewDomainStatus401Schema, renewDomainStatus403Schema, renewDomainStatus404Schema, renewDomainStatus429Schema, renewDomainStatus500Schema, replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema, replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema, replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema, replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema, replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidQueryDigestSchema, replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema, replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus201Schema, replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema, replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema, replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema, replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema, replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema, replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema, replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus413Schema, replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathProjectSlugSchema, replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathReferenceSchema, replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathRepositoryNameSchema, replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathTeamSlugSchema, replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceResponseSchema, replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus201Schema, replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema, replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema, replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema, replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema, replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema, replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema, replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus413Schema, replaceDomainsByDomainRecordsPathDomainSchema, replaceDomainsByDomainRecordsResponseSchema, replaceDomainsByDomainRecordsStatus200Schema, replaceDomainsByDomainRecordsStatus400Schema, replaceDomainsByDomainRecordsStatus401Schema, replaceDomainsByDomainRecordsStatus403Schema, replaceDomainsByDomainRecordsStatus404Schema, replaceDomainsByDomainRecordsStatus409Schema, replaceDomainsByDomainRecordsStatus410Schema, replaceDomainsByDomainRecordsStatus415Schema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigPathIntegrationConfigurationIdSchema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigPathResourceIdSchema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigResponseSchema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus200Schema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus400Schema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus401Schema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus403Schema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus404Schema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus409Schema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus410Schema, replaceInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationGlobalConfigStatus412Schema, requestAccessToTeamPathTeamIdSchema, requestAccessToTeamResponseSchema, requestAccessToTeamStatus200Schema, requestAccessToTeamStatus400Schema, requestAccessToTeamStatus401Schema, requestAccessToTeamStatus403Schema, requestAccessToTeamStatus404Schema, requestAccessToTeamStatus410Schema, requestAccessToTeamStatus429Schema, requestAccessToTeamStatus503Schema, requestDeleteResponseSchema, requestDeleteStatus202Schema, requestDeleteStatus400Schema, requestDeleteStatus401Schema, requestDeleteStatus402Schema, requestDeleteStatus403Schema, requestDeleteStatus410Schema, requestPromotePathDeploymentIdSchema, requestPromotePathProjectIdSchema, requestPromoteQuerySlugSchema, requestPromoteQueryTeamIdSchema, requestPromoteResponseSchema, requestPromoteStatus201Schema, requestPromoteStatus202Schema, requestPromoteStatus400Schema, requestPromoteStatus401Schema, requestPromoteStatus403Schema, requestPromoteStatus409Schema, requestPromoteStatus410Schema, requestRollbackPathDeploymentIdSchema, requestRollbackPathProjectIdSchema, requestRollbackQueryDescriptionSchema, requestRollbackQuerySlugSchema, requestRollbackQueryTeamIdSchema, requestRollbackResponseSchema, requestRollbackStatus201Schema, requestRollbackStatus400Schema, requestRollbackStatus401Schema, requestRollbackStatus402Schema, requestRollbackStatus403Schema, requestRollbackStatus409Schema, requestRollbackStatus410Schema, requestRollbackStatus422Schema, rerequestCheckPathCheckIdSchema, rerequestCheckPathDeploymentIdSchema, rerequestCheckQueryAutoUpdateSchema, rerequestCheckQuerySlugSchema, rerequestCheckQueryTeamIdSchema, rerequestCheckResponseSchema, rerequestCheckStatus200Schema, rerequestCheckStatus400Schema, rerequestCheckStatus401Schema, rerequestCheckStatus403Schema, rerequestCheckStatus404Schema, rerequestCheckStatus410Schema, restoreEdgeConfigBackupPathEdgeConfigBackupVersionIdSchema, restoreEdgeConfigBackupPathEdgeConfigIdSchema, restoreEdgeConfigBackupQuerySlugSchema, restoreEdgeConfigBackupQueryTeamIdSchema, restoreEdgeConfigBackupResponseSchema, restoreEdgeConfigBackupStatus200Schema, restoreEdgeConfigBackupStatus400Schema, restoreEdgeConfigBackupStatus401Schema, restoreEdgeConfigBackupStatus402Schema, restoreEdgeConfigBackupStatus403Schema, restoreEdgeConfigBackupStatus404Schema, restoreEdgeConfigBackupStatus409Schema, restoreEdgeConfigBackupStatus410Schema, restoreEdgeConfigBackupStatus412Schema, restoreRedirectsQueryProjectIdSchema, restoreRedirectsQuerySlugSchema, restoreRedirectsQueryTeamIdSchema, restoreRedirectsResponseSchema, restoreRedirectsStatus200Schema, restoreRedirectsStatus400Schema, restoreRedirectsStatus401Schema, restoreRedirectsStatus403Schema, restoreRedirectsStatus404Schema, restoreRedirectsStatus410Schema, restoreRedirectsStatus500Schema, runSessionCommandPathSessionIdSchema, runSessionCommandQueryCmdIdSchema, runSessionCommandQuerySlugSchema, runSessionCommandQueryTeamIdSchema, runSessionCommandResponseSchema, runSessionCommandStatus200Schema, runSessionCommandStatus400Schema, runSessionCommandStatus401Schema, runSessionCommandStatus403Schema, runSessionCommandStatus404Schema, runSessionCommandStatus410Schema, runSessionCommandStatus422Schema, runSessionCommandStatus429Schema, runSessionCommandStatus500Schema, sandboxInjectionRuleSchema, sandboxNetworkPolicySchema, sandboxPublicRouteSchema, searchRepoQueryHostSchema, searchRepoQueryInstallationIdSchema, searchRepoQueryNamespaceIdSchema, searchRepoQueryProviderSchema, searchRepoQueryQuerySchema, searchRepoQuerySlugSchema, searchRepoQueryTeamIdSchema, searchRepoResponseSchema, searchRepoStatus200Schema, searchRepoStatus400Schema, searchRepoStatus401Schema, searchRepoStatus403Schema, searchRepoStatus404Schema, searchRepoStatus410Schema, searchRepoStatus429Schema, searchRepoStatus500Schema, searchRepoStatus502Schema, segmentSchema, sessionCommandSchema, sessionSchema, snapshotSchema, stageRedirectsQuerySlugSchema, stageRedirectsQueryTeamIdSchema, stageRedirectsResponseSchema, stageRedirectsStatus200Schema, stageRedirectsStatus400Schema, stageRedirectsStatus401Schema, stageRedirectsStatus403Schema, stageRedirectsStatus410Schema, stageRedirectsStatus500Schema, stageRoutesPathProjectIdSchema, stageRoutesQuerySlugSchema, stageRoutesQueryTeamIdSchema, stageRoutesResponseSchema, stageRoutesStatus200Schema, stageRoutesStatus400Schema, stageRoutesStatus401Schema, stageRoutesStatus403Schema, stageRoutesStatus409Schema, stageRoutesStatus410Schema, stageRoutesStatus500Schema, startRollingReleasePathIdOrNameSchema, startRollingReleaseQuerySlugSchema, startRollingReleaseQueryTeamIdSchema, startRollingReleaseResponseSchema, startRollingReleaseStatus200Schema, startRollingReleaseStatus400Schema, startRollingReleaseStatus401Schema, startRollingReleaseStatus403Schema, startRollingReleaseStatus404Schema, startRollingReleaseStatus409Schema, startRollingReleaseStatus410Schema, startRollingReleaseStatus422Schema, statusQuerySlugSchema, statusQueryTeamIdSchema, statusResponseSchema, statusStatus200Schema, statusStatus400Schema, statusStatus401Schema, statusStatus402Schema, statusStatus403Schema, statusStatus410Schema, stopSessionPathSessionIdSchema, stopSessionQuerySlugSchema, stopSessionQueryTeamIdSchema, stopSessionResponseSchema, stopSessionStatus200Schema, stopSessionStatus400Schema, stopSessionStatus401Schema, stopSessionStatus403Schema, stopSessionStatus404Schema, stopSessionStatus410Schema, stopSessionStatus422Schema, stopSessionStatus429Schema, stopSessionStatus500Schema, submitBillingDataPathIntegrationConfigurationIdSchema, submitBillingDataResponseSchema, submitBillingDataStatus201Schema, submitBillingDataStatus400Schema, submitBillingDataStatus401Schema, submitBillingDataStatus403Schema, submitBillingDataStatus404Schema, submitBillingDataStatus410Schema, submitInvoicePathIntegrationConfigurationIdSchema, submitInvoiceResponseSchema, submitInvoiceStatus200Schema, submitInvoiceStatus400Schema, submitInvoiceStatus401Schema, submitInvoiceStatus403Schema, submitInvoiceStatus404Schema, submitInvoiceStatus409Schema, submitInvoiceStatus410Schema, submitPrepaymentBalancesPathIntegrationConfigurationIdSchema, submitPrepaymentBalancesResponseSchema, submitPrepaymentBalancesStatus201Schema, submitPrepaymentBalancesStatus400Schema, submitPrepaymentBalancesStatus401Schema, submitPrepaymentBalancesStatus403Schema, submitPrepaymentBalancesStatus404Schema, submitPrepaymentBalancesStatus410Schema, teamLimitedSchema, teamSchema, testDrainQuerySlugSchema, testDrainQueryTeamIdSchema, testDrainResponseSchema, testDrainStatus200Schema, testDrainStatus400Schema, testDrainStatus401Schema, testDrainStatus402Schema, testDrainStatus403Schema, testDrainStatus410Schema, tldNameSchema, tldNotSupportedSchema, tooManyDomainsSchema, tooManyRequestsSchema, transferInDomainPathDomainSchema, transferInDomainQueryTeamIdSchema, transferInDomainResponseSchema, transferInDomainStatus200Schema, transferInDomainStatus400Schema, transferInDomainStatus401Schema, transferInDomainStatus403Schema, transferInDomainStatus429Schema, transferInDomainStatus500Schema, unauthorizedSchema, unlinkSharedEnvVariablePathIdSchema, unlinkSharedEnvVariablePathProjectIdSchema, unlinkSharedEnvVariableQuerySlugSchema, unlinkSharedEnvVariableQueryTeamIdSchema, unlinkSharedEnvVariableResponseSchema, unlinkSharedEnvVariableStatus200Schema, unlinkSharedEnvVariableStatus400Schema, unlinkSharedEnvVariableStatus401Schema, unlinkSharedEnvVariableStatus403Schema, unlinkSharedEnvVariableStatus410Schema, unpauseProjectPathProjectIdSchema, unpauseProjectQuerySlugSchema, unpauseProjectQueryTeamIdSchema, unpauseProjectResponseSchema, unpauseProjectStatus200Schema, unpauseProjectStatus400Schema, unpauseProjectStatus401Schema, unpauseProjectStatus403Schema, unpauseProjectStatus410Schema, unpauseProjectStatus500Schema, updateAccessGroupPathIdOrNameSchema, updateAccessGroupProjectPathAccessGroupIdOrNameSchema, updateAccessGroupProjectPathProjectIdSchema, updateAccessGroupProjectQuerySlugSchema, updateAccessGroupProjectQueryTeamIdSchema, updateAccessGroupProjectResponseSchema, updateAccessGroupProjectStatus200Schema, updateAccessGroupProjectStatus400Schema, updateAccessGroupProjectStatus401Schema, updateAccessGroupProjectStatus403Schema, updateAccessGroupProjectStatus410Schema, updateAccessGroupQuerySlugSchema, updateAccessGroupQueryTeamIdSchema, updateAccessGroupResponseSchema, updateAccessGroupStatus200Schema, updateAccessGroupStatus400Schema, updateAccessGroupStatus401Schema, updateAccessGroupStatus403Schema, updateAccessGroupStatus410Schema, updateAiGatewayRuleQuerySlugSchema, updateAiGatewayRuleQueryTeamIdSchema, updateAiGatewayRuleResponseSchema, updateAiGatewayRuleStatus200Schema, updateAiGatewayRuleStatus400Schema, updateAiGatewayRuleStatus401Schema, updateAiGatewayRuleStatus403Schema, updateAiGatewayRuleStatus404Schema, updateAiGatewayRuleStatus410Schema, updateAiGatewayRuleStatus500Schema, updateAttackChallengeModeQuerySlugSchema, updateAttackChallengeModeQueryTeamIdSchema, updateAttackChallengeModeResponseSchema, updateAttackChallengeModeStatus200Schema, updateAttackChallengeModeStatus400Schema, updateAttackChallengeModeStatus401Schema, updateAttackChallengeModeStatus403Schema, updateAttackChallengeModeStatus404Schema, updateAttackChallengeModeStatus410Schema, updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema, updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema, updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema, updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema, updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema, updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus202Schema, updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema, updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema, updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema, updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema, updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema, updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema, updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus413Schema, updateCheckPathCheckIdSchema, updateCheckPathDeploymentIdSchema, updateCheckQuerySlugSchema, updateCheckQueryTeamIdSchema, updateCheckResponseSchema, updateCheckStatus200Schema, updateCheckStatus400Schema, updateCheckStatus401Schema, updateCheckStatus403Schema, updateCheckStatus404Schema, updateCheckStatus410Schema, updateCheckStatus413Schema, updateCustomEnvironmentPathEnvironmentSlugOrIdSchema, updateCustomEnvironmentPathIdOrNameSchema, updateCustomEnvironmentQuerySlugSchema, updateCustomEnvironmentQueryTeamIdSchema, updateCustomEnvironmentResponseSchema, updateCustomEnvironmentStatus200Schema, updateCustomEnvironmentStatus400Schema, updateCustomEnvironmentStatus401Schema, updateCustomEnvironmentStatus402Schema, updateCustomEnvironmentStatus403Schema, updateCustomEnvironmentStatus410Schema, updateCustomEnvironmentStatus500Schema, updateDeploymentCheckRunPathCheckRunIdSchema, updateDeploymentCheckRunPathDeploymentIdSchema, updateDeploymentCheckRunQuerySlugSchema, updateDeploymentCheckRunQueryTeamIdSchema, updateDeploymentCheckRunResponseSchema, updateDeploymentCheckRunStatus200Schema, updateDeploymentCheckRunStatus400Schema, updateDeploymentCheckRunStatus401Schema, updateDeploymentCheckRunStatus403Schema, updateDeploymentCheckRunStatus410Schema, updateDeploymentCheckRunStatus413Schema, updateDeploymentCheckRunStatus500Schema, updateDomainAutoRenewPathDomainSchema, updateDomainAutoRenewQueryTeamIdSchema, updateDomainAutoRenewResponseSchema, updateDomainAutoRenewStatus204Schema, updateDomainAutoRenewStatus400Schema, updateDomainAutoRenewStatus401Schema, updateDomainAutoRenewStatus403Schema, updateDomainAutoRenewStatus404Schema, updateDomainAutoRenewStatus429Schema, updateDomainAutoRenewStatus500Schema, updateDomainNameserversPathDomainSchema, updateDomainNameserversQueryTeamIdSchema, updateDomainNameserversResponseSchema, updateDomainNameserversStatus204Schema, updateDomainNameserversStatus400Schema, updateDomainNameserversStatus401Schema, updateDomainNameserversStatus403Schema, updateDomainNameserversStatus404Schema, updateDomainNameserversStatus429Schema, updateDomainNameserversStatus500Schema, updateDrainPathIdSchema, updateDrainQuerySlugSchema, updateDrainQueryTeamIdSchema, updateDrainResponseSchema, updateDrainStatus200Schema, updateDrainStatus400Schema, updateDrainStatus401Schema, updateDrainStatus402Schema, updateDrainStatus403Schema, updateDrainStatus404Schema, updateDrainStatus410Schema, updateEdgeConfigPathEdgeConfigIdSchema, updateEdgeConfigQuerySlugSchema, updateEdgeConfigQueryTeamIdSchema, updateEdgeConfigResponseSchema, updateEdgeConfigStatus200Schema, updateEdgeConfigStatus400Schema, updateEdgeConfigStatus401Schema, updateEdgeConfigStatus402Schema, updateEdgeConfigStatus403Schema, updateEdgeConfigStatus404Schema, updateEdgeConfigStatus409Schema, updateEdgeConfigStatus410Schema, updateFirewallConfigQueryProjectIdSchema, updateFirewallConfigQuerySlugSchema, updateFirewallConfigQueryTeamIdSchema, updateFirewallConfigResponseSchema, updateFirewallConfigStatus200Schema, updateFirewallConfigStatus400Schema, updateFirewallConfigStatus401Schema, updateFirewallConfigStatus402Schema, updateFirewallConfigStatus403Schema, updateFirewallConfigStatus404Schema, updateFirewallConfigStatus410Schema, updateFirewallConfigStatus500Schema, updateFlagPathFlagIdOrSlugSchema, updateFlagPathProjectIdOrNameSchema, updateFlagQueryIfMatchSchema, updateFlagQuerySlugSchema, updateFlagQueryTeamIdSchema, updateFlagQueryWithMetadataSchema, updateFlagResponseSchema, updateFlagSegmentPathProjectIdOrNameSchema, updateFlagSegmentPathSegmentIdOrSlugSchema, updateFlagSegmentQuerySlugSchema, updateFlagSegmentQueryTeamIdSchema, updateFlagSegmentQueryWithMetadataSchema, updateFlagSegmentResponseSchema, updateFlagSegmentStatus200Schema, updateFlagSegmentStatus400Schema, updateFlagSegmentStatus401Schema, updateFlagSegmentStatus402Schema, updateFlagSegmentStatus403Schema, updateFlagSegmentStatus404Schema, updateFlagSegmentStatus409Schema, updateFlagSegmentStatus410Schema, updateFlagSettingsPathProjectIdOrNameSchema, updateFlagSettingsQuerySlugSchema, updateFlagSettingsQueryTeamIdSchema, updateFlagSettingsResponseSchema, updateFlagSettingsStatus200Schema, updateFlagSettingsStatus201Schema, updateFlagSettingsStatus400Schema, updateFlagSettingsStatus401Schema, updateFlagSettingsStatus402Schema, updateFlagSettingsStatus403Schema, updateFlagSettingsStatus404Schema, updateFlagSettingsStatus409Schema, updateFlagSettingsStatus410Schema, updateFlagStatus200Schema, updateFlagStatus304Schema, updateFlagStatus400Schema, updateFlagStatus401Schema, updateFlagStatus402Schema, updateFlagStatus403Schema, updateFlagStatus404Schema, updateFlagStatus409Schema, updateFlagStatus410Schema, updateInstallationPathIntegrationConfigurationIdSchema, updateInstallationResponseSchema, updateInstallationStatus204Schema, updateInstallationStatus400Schema, updateInstallationStatus401Schema, updateInstallationStatus403Schema, updateInstallationStatus404Schema, updateInstallationStatus410Schema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdPathIntegrationConfigurationIdSchema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdPathItemIdSchema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdPathResourceIdSchema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdResponseSchema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus204Schema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus400Schema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus401Schema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus403Schema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus404Schema, updateInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationItemsByItemIdStatus410Schema, updateIntegrationDeploymentActionPathActionSchema, updateIntegrationDeploymentActionPathDeploymentIdSchema, updateIntegrationDeploymentActionPathIntegrationConfigurationIdSchema, updateIntegrationDeploymentActionPathResourceIdSchema, updateIntegrationDeploymentActionResponseSchema, updateIntegrationDeploymentActionStatus202Schema, updateIntegrationDeploymentActionStatus400Schema, updateIntegrationDeploymentActionStatus401Schema, updateIntegrationDeploymentActionStatus403Schema, updateIntegrationDeploymentActionStatus410Schema, updateInvoicePathIntegrationConfigurationIdSchema, updateInvoicePathInvoiceIdSchema, updateInvoiceResponseSchema, updateInvoiceStatus204Schema, updateInvoiceStatus400Schema, updateInvoiceStatus401Schema, updateInvoiceStatus403Schema, updateInvoiceStatus404Schema, updateInvoiceStatus409Schema, updateInvoiceStatus410Schema, updateMicrofrontendsGroupPathGroupIdSchema, updateMicrofrontendsGroupPathTeamIdSchema, updateMicrofrontendsGroupQuerySlugSchema, updateMicrofrontendsGroupResponseSchema, updateMicrofrontendsGroupStatus200Schema, updateMicrofrontendsGroupStatus400Schema, updateMicrofrontendsGroupStatus401Schema, updateMicrofrontendsGroupStatus403Schema, updateMicrofrontendsGroupStatus404Schema, updateMicrofrontendsGroupStatus410Schema, updateMicrofrontendsPathProjectIdSchema, updateMicrofrontendsQuerySlugSchema, updateMicrofrontendsQueryTeamIdSchema, updateMicrofrontendsResponseSchema, updateMicrofrontendsStatus200Schema, updateMicrofrontendsStatus400Schema, updateMicrofrontendsStatus401Schema, updateMicrofrontendsStatus403Schema, updateMicrofrontendsStatus409Schema, updateMicrofrontendsStatus410Schema, updateMicrofrontendsStatus500Schema, updateNetworkPathNetworkIdSchema, updateNetworkQuerySlugSchema, updateNetworkQueryTeamIdSchema, updateNetworkResponseSchema, updateNetworkStatus200Schema, updateNetworkStatus400Schema, updateNetworkStatus401Schema, updateNetworkStatus403Schema, updateNetworkStatus410Schema, updateObservabilityConfigurationProjectPathProjectIdOrNameSchema, updateObservabilityConfigurationProjectQuerySlugSchema, updateObservabilityConfigurationProjectQueryTeamIdSchema, updateObservabilityConfigurationProjectResponseSchema, updateObservabilityConfigurationProjectStatus200Schema, updateObservabilityConfigurationProjectStatus400Schema, updateObservabilityConfigurationProjectStatus401Schema, updateObservabilityConfigurationProjectStatus403Schema, updateObservabilityConfigurationProjectStatus404Schema, updateObservabilityConfigurationProjectStatus410Schema, updateObservabilityConfigurationProjectStatus429Schema, updateProjectCheckPathCheckIdSchema, updateProjectCheckPathProjectIdOrNameSchema, updateProjectCheckQuerySlugSchema, updateProjectCheckQueryTeamIdSchema, updateProjectCheckResponseSchema, updateProjectCheckStatus200Schema, updateProjectCheckStatus400Schema, updateProjectCheckStatus401Schema, updateProjectCheckStatus403Schema, updateProjectCheckStatus404Schema, updateProjectCheckStatus410Schema, updateProjectCheckStatus500Schema, updateProjectDomainPathDomainSchema, updateProjectDomainPathIdOrNameSchema, updateProjectDomainQuerySlugSchema, updateProjectDomainQueryTeamIdSchema, updateProjectDomainResponseSchema, updateProjectDomainStatus200Schema, updateProjectDomainStatus400Schema, updateProjectDomainStatus401Schema, updateProjectDomainStatus403Schema, updateProjectDomainStatus409Schema, updateProjectDomainStatus410Schema, updateProjectPathIdOrNameSchema, updateProjectProtectionBypassPathIdOrNameSchema, updateProjectProtectionBypassQuerySlugSchema, updateProjectProtectionBypassQueryTeamIdSchema, updateProjectProtectionBypassResponseSchema, updateProjectProtectionBypassStatus200Schema, updateProjectProtectionBypassStatus400Schema, updateProjectProtectionBypassStatus401Schema, updateProjectProtectionBypassStatus403Schema, updateProjectProtectionBypassStatus404Schema, updateProjectProtectionBypassStatus409Schema, updateProjectProtectionBypassStatus410Schema, updateProjectQuerySlugSchema, updateProjectQueryTeamIdSchema, updateProjectResponseSchema, updateProjectStatus200Schema, updateProjectStatus400Schema, updateProjectStatus401Schema, updateProjectStatus402Schema, updateProjectStatus403Schema, updateProjectStatus404Schema, updateProjectStatus409Schema, updateProjectStatus410Schema, updateProjectStatus428Schema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionPathDeploymentIdSchema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionPathProjectIdSchema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionResponseSchema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionStatus200Schema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionStatus400Schema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionStatus401Schema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionStatus403Schema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionStatus409Schema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionStatus410Schema, updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionStatus422Schema, updateRecordPathRecordIdSchema, updateRecordQuerySlugSchema, updateRecordQueryTeamIdSchema, updateRecordResponseSchema, updateRecordStatus200Schema, updateRecordStatus400Schema, updateRecordStatus401Schema, updateRecordStatus402Schema, updateRecordStatus403Schema, updateRecordStatus404Schema, updateRecordStatus409Schema, updateRecordStatus410Schema, updateResourcePathIntegrationConfigurationIdSchema, updateResourcePathResourceIdSchema, updateResourceResponseSchema, updateResourceSecretsByIdPathIntegrationConfigurationIdSchema, updateResourceSecretsByIdPathResourceIdSchema, updateResourceSecretsByIdResponseSchema, updateResourceSecretsByIdStatus201Schema, updateResourceSecretsByIdStatus400Schema, updateResourceSecretsByIdStatus401Schema, updateResourceSecretsByIdStatus403Schema, updateResourceSecretsByIdStatus404Schema, updateResourceSecretsByIdStatus409Schema, updateResourceSecretsByIdStatus410Schema, updateResourceSecretsByIdStatus422Schema, updateResourceSecretsPathIntegrationConfigurationIdSchema, updateResourceSecretsPathIntegrationProductIdOrSlugSchema, updateResourceSecretsPathResourceIdSchema, updateResourceSecretsResponseSchema, updateResourceSecretsStatus201Schema, updateResourceSecretsStatus400Schema, updateResourceSecretsStatus401Schema, updateResourceSecretsStatus403Schema, updateResourceSecretsStatus404Schema, updateResourceSecretsStatus409Schema, updateResourceSecretsStatus410Schema, updateResourceSecretsStatus422Schema, updateResourceStatus200Schema, updateResourceStatus400Schema, updateResourceStatus401Schema, updateResourceStatus403Schema, updateResourceStatus404Schema, updateResourceStatus409Schema, updateResourceStatus410Schema, updateResourceStatus422Schema, updateRollingReleaseConfigPathIdOrNameSchema, updateRollingReleaseConfigQuerySlugSchema, updateRollingReleaseConfigQueryTeamIdSchema, updateRollingReleaseConfigResponseSchema, updateRollingReleaseConfigStatus200Schema, updateRollingReleaseConfigStatus400Schema, updateRollingReleaseConfigStatus401Schema, updateRollingReleaseConfigStatus403Schema, updateRollingReleaseConfigStatus404Schema, updateRollingReleaseConfigStatus410Schema, updateRouteVersionsPathProjectIdSchema, updateRouteVersionsQuerySlugSchema, updateRouteVersionsQueryTeamIdSchema, updateRouteVersionsResponseSchema, updateRouteVersionsStatus200Schema, updateRouteVersionsStatus400Schema, updateRouteVersionsStatus401Schema, updateRouteVersionsStatus403Schema, updateRouteVersionsStatus404Schema, updateRouteVersionsStatus409Schema, updateRouteVersionsStatus410Schema, updateRouteVersionsStatus500Schema, updateSandboxPathNameSchema, updateSandboxQueryProjectIdSchema, updateSandboxQueryResumeSchema, updateSandboxQuerySlugSchema, updateSandboxQueryTeamIdSchema, updateSandboxResponseSchema, updateSandboxStatus200Schema, updateSandboxStatus400Schema, updateSandboxStatus401Schema, updateSandboxStatus402Schema, updateSandboxStatus403Schema, updateSandboxStatus404Schema, updateSandboxStatus409Schema, updateSandboxStatus410Schema, updateSandboxStatus422Schema, updateSandboxStatus429Schema, updateSandboxStatus500Schema, updateSessionNetworkPolicyPathSessionIdSchema, updateSessionNetworkPolicyQuerySlugSchema, updateSessionNetworkPolicyQueryTeamIdSchema, updateSessionNetworkPolicyResponseSchema, updateSessionNetworkPolicyStatus200Schema, updateSessionNetworkPolicyStatus400Schema, updateSessionNetworkPolicyStatus401Schema, updateSessionNetworkPolicyStatus403Schema, updateSessionNetworkPolicyStatus404Schema, updateSessionNetworkPolicyStatus410Schema, updateSessionNetworkPolicyStatus422Schema, updateSessionNetworkPolicyStatus429Schema, updateSessionNetworkPolicyStatus500Schema, updateSharedEnvVariableQuerySlugSchema, updateSharedEnvVariableQueryTeamIdSchema, updateSharedEnvVariableResponseSchema, updateSharedEnvVariableStatus200Schema, updateSharedEnvVariableStatus400Schema, updateSharedEnvVariableStatus401Schema, updateSharedEnvVariableStatus402Schema, updateSharedEnvVariableStatus403Schema, updateSharedEnvVariableStatus410Schema, updateStaticIpsPathIdOrNameSchema, updateStaticIpsQuerySlugSchema, updateStaticIpsQueryTeamIdSchema, updateStaticIpsResponseSchema, updateStaticIpsStatus200Schema, updateStaticIpsStatus400Schema, updateStaticIpsStatus401Schema, updateStaticIpsStatus402Schema, updateStaticIpsStatus403Schema, updateStaticIpsStatus404Schema, updateStaticIpsStatus409Schema, updateStaticIpsStatus410Schema, updateStaticIpsStatus500Schema, updateTeamMemberPathTeamIdSchema, updateTeamMemberPathUidSchema, updateTeamMemberResponseSchema, updateTeamMemberStatus200Schema, updateTeamMemberStatus400Schema, updateTeamMemberStatus401Schema, updateTeamMemberStatus402Schema, updateTeamMemberStatus403Schema, updateTeamMemberStatus404Schema, updateTeamMemberStatus409Schema, updateTeamMemberStatus410Schema, updateTeamMemberStatus500Schema, updateVersionQueryProjectIdSchema, updateVersionQuerySlugSchema, updateVersionQueryTeamIdSchema, updateVersionResponseSchema, updateVersionStatus200Schema, updateVersionStatus400Schema, updateVersionStatus401Schema, updateVersionStatus403Schema, updateVersionStatus404Schema, updateVersionStatus410Schema, updateVersionStatus500Schema, uploadArtifactHeadercontentLengthSchema, uploadArtifactHeaderxArtifactClientCiSchema, uploadArtifactHeaderxArtifactClientInteractiveSchema, uploadArtifactHeaderxArtifactDirtyHashSchema, uploadArtifactHeaderxArtifactDurationSchema, uploadArtifactHeaderxArtifactShaSchema, uploadArtifactHeaderxArtifactTagSchema, uploadArtifactPathHashSchema, uploadArtifactQuerySlugSchema, uploadArtifactQueryTeamIdSchema, uploadArtifactResponseSchema, uploadArtifactStatus202Schema, uploadArtifactStatus400Schema, uploadArtifactStatus401Schema, uploadArtifactStatus402Schema, uploadArtifactStatus403Schema, uploadArtifactStatus410Schema, uploadCertQuerySlugSchema, uploadCertQueryTeamIdSchema, uploadCertResponseSchema, uploadCertStatus200Schema, uploadCertStatus400Schema, uploadCertStatus401Schema, uploadCertStatus402Schema, uploadCertStatus403Schema, uploadCertStatus410Schema, uploadFileHeadercontentLengthSchema, uploadFileHeaderxNowDigestSchema, uploadFileHeaderxNowSizeSchema, uploadFileHeaderxVercelDigestSchema, uploadFileQuerySlugSchema, uploadFileQueryTeamIdSchema, uploadFileResponseSchema, uploadFileStatus200Schema, uploadFileStatus400Schema, uploadFileStatus401Schema, uploadFileStatus403Schema, uploadFileStatus410Schema, uploadFileStatus426Schema, uploadProjectAvatarPathIdOrNameSchema, uploadProjectAvatarQuerySlugSchema, uploadProjectAvatarQueryTeamIdSchema, uploadProjectAvatarResponseSchema, uploadProjectAvatarStatus200Schema, uploadProjectAvatarStatus400Schema, uploadProjectAvatarStatus401Schema, uploadProjectAvatarStatus403Schema, uploadProjectAvatarStatus410Schema, uploadProjectAvatarStatus413Schema, uploadProjectAvatarStatus415Schema, userEventSchema, vcrImageDetailSchema, vcrImageLayerSchema, vcrImageListItemSchema, vcrImageListSchema, vcrRepositoryListSchema, vcrRepositoryPermissionListSchema, vcrRepositoryPermissionSchema, vcrRepositorySchema, vcrTagSchema, vercelBadRequestErrorSchema, vercelBaseErrorSchema, vercelForbiddenErrorSchema, vercelNotFoundErrorSchema, vercelRateLimitErrorSchema, verifyProjectDomainPathDomainSchema, verifyProjectDomainPathIdOrNameSchema, verifyProjectDomainQuerySlugSchema, verifyProjectDomainQueryTeamIdSchema, verifyProjectDomainResponseSchema, verifyProjectDomainStatus200Schema, verifyProjectDomainStatus400Schema, verifyProjectDomainStatus401Schema, verifyProjectDomainStatus403Schema, verifyProjectDomainStatus410Schema, writeSessionFilesHeaderxCwdSchema, writeSessionFilesPathSessionIdSchema, writeSessionFilesQuerySlugSchema, writeSessionFilesQueryTeamIdSchema, writeSessionFilesResponseSchema, writeSessionFilesStatus200Schema, writeSessionFilesStatus400Schema, writeSessionFilesStatus401Schema, writeSessionFilesStatus403Schema, writeSessionFilesStatus404Schema, writeSessionFilesStatus410Schema, writeSessionFilesStatus422Schema, writeSessionFilesStatus429Schema, writeSessionFilesStatus500Schema };
|
|
13679
14280
|
//# sourceMappingURL=schemas.d.mts.map
|