vercel-api-js 1.8.3 → 1.9.0
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.cjs +520 -11
- package/dist/components.d.mts +343 -10
- package/dist/components.d.mts.map +1 -1
- package/dist/components.mjs +503 -11
- package/dist/effect.cjs +465 -5
- package/dist/effect.d.mts +331 -5
- package/dist/effect.d.mts.map +1 -1
- package/dist/effect.mjs +465 -5
- package/dist/index.cjs +1708 -92
- package/dist/index.d.ts +3379 -121
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1478 -77
- package/dist/schemas.cjs +1053 -73
- package/dist/schemas.d.mts +613 -41
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +829 -58
- package/dist/types.cjs +153 -9
- package/dist/types.d.mts +2407 -71
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +148 -10
- package/package.json +1 -1
package/dist/schemas.cjs
CHANGED
|
@@ -490,6 +490,11 @@ const userEventSchema = z__namespace.object({
|
|
|
490
490
|
"ai-gateway-rule-deleted",
|
|
491
491
|
"ai-gateway-rule-updated",
|
|
492
492
|
"ai-gateway-scope-budget-updated",
|
|
493
|
+
"ai-gateway-transcripts-default-disabled",
|
|
494
|
+
"ai-gateway-transcripts-default-enabled",
|
|
495
|
+
"ai-gateway-transcripts-disabled",
|
|
496
|
+
"ai-gateway-transcripts-enabled",
|
|
497
|
+
"ai-gateway-transcripts-retention-updated",
|
|
493
498
|
"ai-gateway-virtual-model-config-archived",
|
|
494
499
|
"ai-gateway-virtual-model-config-created",
|
|
495
500
|
"ai-gateway-virtual-model-config-restored",
|
|
@@ -535,6 +540,7 @@ const userEventSchema = z__namespace.object({
|
|
|
535
540
|
"cert-system-create",
|
|
536
541
|
"code-owners-config-updated",
|
|
537
542
|
"compliance-document-downloaded",
|
|
543
|
+
"compliance-document-previewed",
|
|
538
544
|
"compliance-documents-bulk-downloaded",
|
|
539
545
|
"concurrent-builds-update",
|
|
540
546
|
"connect-attach-project",
|
|
@@ -673,6 +679,7 @@ const userEventSchema = z__namespace.object({
|
|
|
673
679
|
"flags-segment",
|
|
674
680
|
"flags-settings",
|
|
675
681
|
"flags-transferred",
|
|
682
|
+
"git-integration-repo-push",
|
|
676
683
|
"git_account_integration_link_added",
|
|
677
684
|
"instant-rollback-created",
|
|
678
685
|
"integration-configuration-owner-changed",
|
|
@@ -693,6 +700,7 @@ const userEventSchema = z__namespace.object({
|
|
|
693
700
|
"kms-issuer-deleted",
|
|
694
701
|
"kms-issuer-key-activated",
|
|
695
702
|
"kms-issuer-key-created",
|
|
703
|
+
"kms-issuer-key-revoked",
|
|
696
704
|
"kms-issuer-key-rotated",
|
|
697
705
|
"kms-issuer-policy-created",
|
|
698
706
|
"kms-issuer-policy-deleted",
|
|
@@ -703,6 +711,8 @@ const userEventSchema = z__namespace.object({
|
|
|
703
711
|
"log-drain-disabled",
|
|
704
712
|
"log-drain-enabled",
|
|
705
713
|
"login",
|
|
714
|
+
"login-connection-linked",
|
|
715
|
+
"login-connection-unlinked",
|
|
706
716
|
"manual-deployment-promotion-created",
|
|
707
717
|
"marketplace-flex-commit-opt-in",
|
|
708
718
|
"marketplace-integration-allowlist-updated",
|
|
@@ -734,6 +744,8 @@ const userEventSchema = z__namespace.object({
|
|
|
734
744
|
"oidc-policy-used-to-obtain-app-token",
|
|
735
745
|
"organization-create",
|
|
736
746
|
"organization-delete",
|
|
747
|
+
"organization-dsync-group-delete",
|
|
748
|
+
"organization-dsync-group-upsert",
|
|
737
749
|
"organization-slug-update",
|
|
738
750
|
"organization-team-add",
|
|
739
751
|
"organization-team-create",
|
|
@@ -882,8 +894,11 @@ const userEventSchema = z__namespace.object({
|
|
|
882
894
|
"protected-git-scope-added",
|
|
883
895
|
"protected-git-scope-removed",
|
|
884
896
|
"runtime-cache-purge-all",
|
|
897
|
+
"saml-connection-created",
|
|
898
|
+
"saml-connection-deleted",
|
|
885
899
|
"sandbox-alias-assigned",
|
|
886
900
|
"sandbox-alias-delete",
|
|
901
|
+
"sandbox-snapshot-regions-updated",
|
|
887
902
|
"scale",
|
|
888
903
|
"scale-auto",
|
|
889
904
|
"secondary-email-added",
|
|
@@ -913,6 +928,7 @@ const userEventSchema = z__namespace.object({
|
|
|
913
928
|
"spend-created",
|
|
914
929
|
"spend-deleted",
|
|
915
930
|
"spend-updated",
|
|
931
|
+
"sso-login",
|
|
916
932
|
"storage-accept-tos",
|
|
917
933
|
"storage-access-token-set",
|
|
918
934
|
"storage-accessed-data-browser",
|
|
@@ -939,6 +955,7 @@ const userEventSchema = z__namespace.object({
|
|
|
939
955
|
"subscription-product-added",
|
|
940
956
|
"subscription-product-removed",
|
|
941
957
|
"subscription-updated",
|
|
958
|
+
"support-session-created",
|
|
942
959
|
"team",
|
|
943
960
|
"team-agent-billing-migration-decision-changed",
|
|
944
961
|
"team-avatar-update",
|
|
@@ -989,24 +1006,36 @@ const userEventSchema = z__namespace.object({
|
|
|
989
1006
|
"tracing-configured",
|
|
990
1007
|
"tracing-disabled",
|
|
991
1008
|
"unlink-login-connection",
|
|
1009
|
+
"update-account-flow-dismissed",
|
|
992
1010
|
"update-account-flow-triggered",
|
|
1011
|
+
"user-auto-block-configured",
|
|
1012
|
+
"user-blocked",
|
|
993
1013
|
"user-delete",
|
|
1014
|
+
"user-delete-requested",
|
|
994
1015
|
"user-emu-account-archived",
|
|
995
1016
|
"user-emu-account-deleted",
|
|
996
1017
|
"user-emu-account-recovered",
|
|
1018
|
+
"user-emu-recovery-email-sent",
|
|
1019
|
+
"user-emu-recovery-initiated",
|
|
1020
|
+
"user-emu-toggled",
|
|
997
1021
|
"user-mfa-challenge-failed",
|
|
998
1022
|
"user-mfa-challenge-verified",
|
|
999
1023
|
"user-mfa-change-failed",
|
|
1000
1024
|
"user-mfa-configuration-updated",
|
|
1025
|
+
"user-mfa-recovery-code-used",
|
|
1001
1026
|
"user-mfa-recovery-codes-regenerated",
|
|
1002
1027
|
"user-mfa-removed",
|
|
1003
1028
|
"user-mfa-setup-skipped",
|
|
1004
1029
|
"user-mfa-totp-verification-started",
|
|
1005
1030
|
"user-mfa-totp-verified",
|
|
1031
|
+
"user-phone-removed",
|
|
1032
|
+
"user-phone-updated",
|
|
1006
1033
|
"user-primary-email-updated",
|
|
1034
|
+
"user-sudo-mode-removed",
|
|
1007
1035
|
"user-token-created",
|
|
1008
1036
|
"user-token-deleted",
|
|
1009
1037
|
"user-tokens-deleted",
|
|
1038
|
+
"user-unblocked",
|
|
1010
1039
|
"username",
|
|
1011
1040
|
"v0-chat-ai-usage",
|
|
1012
1041
|
"v0-chat-created",
|
|
@@ -1018,6 +1047,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1018
1047
|
"vcr-repository-permission-added",
|
|
1019
1048
|
"vcr-repository-permission-removed",
|
|
1020
1049
|
"vcr-repository-permissions-cleared",
|
|
1050
|
+
"vcr-repository-visibility-changed",
|
|
1021
1051
|
"vercel-agent-elevated-permissions-approved",
|
|
1022
1052
|
"vercel-agent-elevated-permissions-requested",
|
|
1023
1053
|
"vercel-agent-session-created",
|
|
@@ -1045,6 +1075,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1045
1075
|
"ai",
|
|
1046
1076
|
"ai-gateway",
|
|
1047
1077
|
"billing",
|
|
1078
|
+
"connect",
|
|
1048
1079
|
"deployment",
|
|
1049
1080
|
"domain",
|
|
1050
1081
|
"edge",
|
|
@@ -1258,7 +1289,11 @@ const userEventSchema = z__namespace.object({
|
|
|
1258
1289
|
"none",
|
|
1259
1290
|
"weekly"
|
|
1260
1291
|
])
|
|
1261
|
-
}).nullish().describe("Spend budget on an AI Gateway API key, as surfaced in activity messages. Defined locally (rather than imported from `@api/pubsub-types`) because `@api/pubsub-types` already depends on `@api/events`; importing it here would create a circular dependency. Must stay structurally aligned with `APIKeyBudget` in `@api/pubsub-types/event-payloads/api-keys`.")
|
|
1292
|
+
}).nullish().describe("Spend budget on an AI Gateway API key, as surfaced in activity messages. Defined locally (rather than imported from `@api/pubsub-types`) because `@api/pubsub-types` already depends on `@api/events`; importing it here would create a circular dependency. Must stay structurally aligned with `APIKeyBudget` in `@api/pubsub-types/event-payloads/api-keys`."),
|
|
1293
|
+
zdrExemption: z__namespace.union([
|
|
1294
|
+
z__namespace.literal(false),
|
|
1295
|
+
z__namespace.literal(true)
|
|
1296
|
+
]).optional().describe("True when the key was created with a ZDR exemption.")
|
|
1262
1297
|
}).strict(),
|
|
1263
1298
|
z__namespace.object({
|
|
1264
1299
|
apiKey: z__namespace.object({
|
|
@@ -1381,6 +1416,20 @@ const userEventSchema = z__namespace.object({
|
|
|
1381
1416
|
policiesRemoved: z__namespace.array(z__namespace.string()),
|
|
1382
1417
|
policiesModified: z__namespace.array(z__namespace.string())
|
|
1383
1418
|
}).strict(),
|
|
1419
|
+
z__namespace.object({
|
|
1420
|
+
retention: z__namespace.object({
|
|
1421
|
+
defaultMode: z__namespace.enum([
|
|
1422
|
+
"days",
|
|
1423
|
+
"until-requested"
|
|
1424
|
+
]),
|
|
1425
|
+
defaultDays: z__namespace.number().optional(),
|
|
1426
|
+
ceilingMode: z__namespace.enum([
|
|
1427
|
+
"days",
|
|
1428
|
+
"until-requested"
|
|
1429
|
+
]),
|
|
1430
|
+
ceilingDays: z__namespace.number().optional()
|
|
1431
|
+
})
|
|
1432
|
+
}).strict(),
|
|
1384
1433
|
z__namespace.object({
|
|
1385
1434
|
rule: z__namespace.object({
|
|
1386
1435
|
id: z__namespace.string(),
|
|
@@ -1411,7 +1460,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1411
1460
|
virtualModelConfig: z__namespace.object({
|
|
1412
1461
|
id: z__namespace.string(),
|
|
1413
1462
|
displayName: z__namespace.string().optional(),
|
|
1414
|
-
modelSlug: z__namespace.string()
|
|
1463
|
+
modelSlug: z__namespace.string().optional()
|
|
1415
1464
|
})
|
|
1416
1465
|
}).strict(),
|
|
1417
1466
|
z__namespace.object({
|
|
@@ -1603,6 +1652,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1603
1652
|
"read-write:ai-gateway-guardrails",
|
|
1604
1653
|
"read-write:ai-gateway-private-models",
|
|
1605
1654
|
"read-write:ai-gateway-rules",
|
|
1655
|
+
"read-write:ai-gateway-virtual-model-configs",
|
|
1606
1656
|
"read-write:alerts",
|
|
1607
1657
|
"read-write:billing",
|
|
1608
1658
|
"read-write:blob",
|
|
@@ -1626,10 +1676,12 @@ const userEventSchema = z__namespace.object({
|
|
|
1626
1676
|
"read-write:remote-cache",
|
|
1627
1677
|
"read-write:sandbox",
|
|
1628
1678
|
"read-write:team-members",
|
|
1679
|
+
"read-write:vcr",
|
|
1629
1680
|
"read:access-group",
|
|
1630
1681
|
"read:ai-gateway-guardrails",
|
|
1631
1682
|
"read:ai-gateway-private-models",
|
|
1632
1683
|
"read:ai-gateway-rules",
|
|
1684
|
+
"read:ai-gateway-virtual-model-configs",
|
|
1633
1685
|
"read:alerts",
|
|
1634
1686
|
"read:billing",
|
|
1635
1687
|
"read:deployment",
|
|
@@ -1649,6 +1701,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1649
1701
|
"read:speed-insights",
|
|
1650
1702
|
"read:team",
|
|
1651
1703
|
"read:user",
|
|
1704
|
+
"read:vcr",
|
|
1652
1705
|
"read:web-analytics",
|
|
1653
1706
|
"use:ai-gateway"
|
|
1654
1707
|
])).optional()
|
|
@@ -1673,6 +1726,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1673
1726
|
"read-write:ai-gateway-guardrails",
|
|
1674
1727
|
"read-write:ai-gateway-private-models",
|
|
1675
1728
|
"read-write:ai-gateway-rules",
|
|
1729
|
+
"read-write:ai-gateway-virtual-model-configs",
|
|
1676
1730
|
"read-write:alerts",
|
|
1677
1731
|
"read-write:billing",
|
|
1678
1732
|
"read-write:blob",
|
|
@@ -1696,10 +1750,12 @@ const userEventSchema = z__namespace.object({
|
|
|
1696
1750
|
"read-write:remote-cache",
|
|
1697
1751
|
"read-write:sandbox",
|
|
1698
1752
|
"read-write:team-members",
|
|
1753
|
+
"read-write:vcr",
|
|
1699
1754
|
"read:access-group",
|
|
1700
1755
|
"read:ai-gateway-guardrails",
|
|
1701
1756
|
"read:ai-gateway-private-models",
|
|
1702
1757
|
"read:ai-gateway-rules",
|
|
1758
|
+
"read:ai-gateway-virtual-model-configs",
|
|
1703
1759
|
"read:alerts",
|
|
1704
1760
|
"read:billing",
|
|
1705
1761
|
"read:deployment",
|
|
@@ -1719,6 +1775,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1719
1775
|
"read:speed-insights",
|
|
1720
1776
|
"read:team",
|
|
1721
1777
|
"read:user",
|
|
1778
|
+
"read:vcr",
|
|
1722
1779
|
"read:web-analytics",
|
|
1723
1780
|
"use:ai-gateway"
|
|
1724
1781
|
])).optional()
|
|
@@ -1748,6 +1805,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1748
1805
|
"read-write:ai-gateway-guardrails",
|
|
1749
1806
|
"read-write:ai-gateway-private-models",
|
|
1750
1807
|
"read-write:ai-gateway-rules",
|
|
1808
|
+
"read-write:ai-gateway-virtual-model-configs",
|
|
1751
1809
|
"read-write:alerts",
|
|
1752
1810
|
"read-write:billing",
|
|
1753
1811
|
"read-write:blob",
|
|
@@ -1771,10 +1829,12 @@ const userEventSchema = z__namespace.object({
|
|
|
1771
1829
|
"read-write:remote-cache",
|
|
1772
1830
|
"read-write:sandbox",
|
|
1773
1831
|
"read-write:team-members",
|
|
1832
|
+
"read-write:vcr",
|
|
1774
1833
|
"read:access-group",
|
|
1775
1834
|
"read:ai-gateway-guardrails",
|
|
1776
1835
|
"read:ai-gateway-private-models",
|
|
1777
1836
|
"read:ai-gateway-rules",
|
|
1837
|
+
"read:ai-gateway-virtual-model-configs",
|
|
1778
1838
|
"read:alerts",
|
|
1779
1839
|
"read:billing",
|
|
1780
1840
|
"read:deployment",
|
|
@@ -1793,6 +1853,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1793
1853
|
"read:sandbox",
|
|
1794
1854
|
"read:speed-insights",
|
|
1795
1855
|
"read:team",
|
|
1856
|
+
"read:vcr",
|
|
1796
1857
|
"read:web-analytics",
|
|
1797
1858
|
"use:ai-gateway"
|
|
1798
1859
|
])).optional()
|
|
@@ -1818,6 +1879,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1818
1879
|
"read-write:ai-gateway-guardrails",
|
|
1819
1880
|
"read-write:ai-gateway-private-models",
|
|
1820
1881
|
"read-write:ai-gateway-rules",
|
|
1882
|
+
"read-write:ai-gateway-virtual-model-configs",
|
|
1821
1883
|
"read-write:alerts",
|
|
1822
1884
|
"read-write:billing",
|
|
1823
1885
|
"read-write:blob",
|
|
@@ -1841,10 +1903,12 @@ const userEventSchema = z__namespace.object({
|
|
|
1841
1903
|
"read-write:remote-cache",
|
|
1842
1904
|
"read-write:sandbox",
|
|
1843
1905
|
"read-write:team-members",
|
|
1906
|
+
"read-write:vcr",
|
|
1844
1907
|
"read:access-group",
|
|
1845
1908
|
"read:ai-gateway-guardrails",
|
|
1846
1909
|
"read:ai-gateway-private-models",
|
|
1847
1910
|
"read:ai-gateway-rules",
|
|
1911
|
+
"read:ai-gateway-virtual-model-configs",
|
|
1848
1912
|
"read:alerts",
|
|
1849
1913
|
"read:billing",
|
|
1850
1914
|
"read:deployment",
|
|
@@ -1863,6 +1927,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1863
1927
|
"read:sandbox",
|
|
1864
1928
|
"read:speed-insights",
|
|
1865
1929
|
"read:team",
|
|
1930
|
+
"read:vcr",
|
|
1866
1931
|
"read:web-analytics",
|
|
1867
1932
|
"use:ai-gateway"
|
|
1868
1933
|
])).optional()
|
|
@@ -1891,6 +1956,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1891
1956
|
"read-write:ai-gateway-guardrails",
|
|
1892
1957
|
"read-write:ai-gateway-private-models",
|
|
1893
1958
|
"read-write:ai-gateway-rules",
|
|
1959
|
+
"read-write:ai-gateway-virtual-model-configs",
|
|
1894
1960
|
"read-write:alerts",
|
|
1895
1961
|
"read-write:billing",
|
|
1896
1962
|
"read-write:blob",
|
|
@@ -1914,10 +1980,12 @@ const userEventSchema = z__namespace.object({
|
|
|
1914
1980
|
"read-write:remote-cache",
|
|
1915
1981
|
"read-write:sandbox",
|
|
1916
1982
|
"read-write:team-members",
|
|
1983
|
+
"read-write:vcr",
|
|
1917
1984
|
"read:access-group",
|
|
1918
1985
|
"read:ai-gateway-guardrails",
|
|
1919
1986
|
"read:ai-gateway-private-models",
|
|
1920
1987
|
"read:ai-gateway-rules",
|
|
1988
|
+
"read:ai-gateway-virtual-model-configs",
|
|
1921
1989
|
"read:alerts",
|
|
1922
1990
|
"read:billing",
|
|
1923
1991
|
"read:deployment",
|
|
@@ -1936,6 +2004,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1936
2004
|
"read:sandbox",
|
|
1937
2005
|
"read:speed-insights",
|
|
1938
2006
|
"read:team",
|
|
2007
|
+
"read:vcr",
|
|
1939
2008
|
"read:web-analytics",
|
|
1940
2009
|
"use:ai-gateway"
|
|
1941
2010
|
])).optional()
|
|
@@ -2328,6 +2397,9 @@ const userEventSchema = z__namespace.object({
|
|
|
2328
2397
|
z__namespace.literal(false),
|
|
2329
2398
|
z__namespace.literal(true)
|
|
2330
2399
|
]).optional(),
|
|
2400
|
+
gitCredentialSource: z__namespace.enum([
|
|
2401
|
+
"external-token"
|
|
2402
|
+
]).optional(),
|
|
2331
2403
|
deploymentId: z__namespace.string().optional(),
|
|
2332
2404
|
plan: z__namespace.string().optional(),
|
|
2333
2405
|
project: z__namespace.string().optional(),
|
|
@@ -2964,6 +3036,100 @@ const userEventSchema = z__namespace.object({
|
|
|
2964
3036
|
]),
|
|
2965
3037
|
customEnvId: z__namespace.string().nullish(),
|
|
2966
3038
|
prId: z__namespace.number().nullish()
|
|
3039
|
+
}).strict(),
|
|
3040
|
+
z__namespace.object({
|
|
3041
|
+
type: z__namespace.enum([
|
|
3042
|
+
"cursor-origin-push"
|
|
3043
|
+
]),
|
|
3044
|
+
ref: z__namespace.string(),
|
|
3045
|
+
sha: z__namespace.string(),
|
|
3046
|
+
beforeSha: z__namespace.string().optional(),
|
|
3047
|
+
defaultBranch: z__namespace.string().optional(),
|
|
3048
|
+
forced: z__namespace.union([
|
|
3049
|
+
z__namespace.literal(false),
|
|
3050
|
+
z__namespace.literal(true)
|
|
3051
|
+
]).optional(),
|
|
3052
|
+
repoPushedAt: z__namespace.number().nullish(),
|
|
3053
|
+
deployHook: z__namespace.object({
|
|
3054
|
+
createdAt: z__namespace.number(),
|
|
3055
|
+
id: z__namespace.string(),
|
|
3056
|
+
name: z__namespace.string(),
|
|
3057
|
+
ref: z__namespace.string()
|
|
3058
|
+
}).optional(),
|
|
3059
|
+
url: z__namespace.string().optional(),
|
|
3060
|
+
target: z__namespace.string().nullish(),
|
|
3061
|
+
deploymentId: z__namespace.string().optional(),
|
|
3062
|
+
linkedProjectId: z__namespace.string().optional(),
|
|
3063
|
+
projectId: z__namespace.string().optional(),
|
|
3064
|
+
createdAt: z__namespace.number().optional(),
|
|
3065
|
+
eventful: z__namespace.union([
|
|
3066
|
+
z__namespace.literal(false),
|
|
3067
|
+
z__namespace.literal(true)
|
|
3068
|
+
]).optional(),
|
|
3069
|
+
forceNew: z__namespace.union([
|
|
3070
|
+
z__namespace.literal(false),
|
|
3071
|
+
z__namespace.literal(true)
|
|
3072
|
+
]).optional(),
|
|
3073
|
+
authorized: z__namespace.union([
|
|
3074
|
+
z__namespace.literal(false),
|
|
3075
|
+
z__namespace.literal(true)
|
|
3076
|
+
]).optional(),
|
|
3077
|
+
authorizedBy: z__namespace.string().optional(),
|
|
3078
|
+
jobProjectIds: z__namespace.array(z__namespace.string()).optional().describe("Since December 2022 All project ids associated to this job. Think monorepo. This job will be for one of these project."),
|
|
3079
|
+
jobPairs: z__namespace.array(z__namespace.array(z__namespace.union([
|
|
3080
|
+
z__namespace.string(),
|
|
3081
|
+
z__namespace.string()
|
|
3082
|
+
])).min(2).max(2)).optional().describe("Since December 2022 Pairs of projects and owner ids to build for this build request."),
|
|
3083
|
+
skippedJobPairs: z__namespace.array(z__namespace.array(z__namespace.union([
|
|
3084
|
+
z__namespace.string(),
|
|
3085
|
+
z__namespace.string()
|
|
3086
|
+
])).min(2).max(2)).optional().describe("Since June 2024 Pairs of projects and owner ids to immediately finish (without building) because we want to create them in a skipped state."),
|
|
3087
|
+
gitHashtagVercel: z__namespace.array(z__namespace.string()).optional().describe("Since February 2022 All the hashtag-vercel tags found in the commit message triggering the deploy. For example, #VERCEL_DO_SOMETHING"),
|
|
3088
|
+
connectedProjectCount: z__namespace.number().optional().describe("Since April 2023 Cached count of how many projects are connected to the repo. Saves a few Cosmos queries down the road in the main flow."),
|
|
3089
|
+
prIdOrZero: z__namespace.number().optional().describe("Since April 2023 If set then it is a cached result of asking the remote for the PR ID the commit that triggered this Job. Or zero if it was not a PR. This prevents a few git round trips by the git updater."),
|
|
3090
|
+
gitComments: z__namespace.object({
|
|
3091
|
+
onPullRequest: z__namespace.union([
|
|
3092
|
+
z__namespace.literal(false),
|
|
3093
|
+
z__namespace.literal(true)
|
|
3094
|
+
]),
|
|
3095
|
+
onCommit: z__namespace.union([
|
|
3096
|
+
z__namespace.literal(false),
|
|
3097
|
+
z__namespace.literal(true)
|
|
3098
|
+
])
|
|
3099
|
+
}).optional().describe("Since June 2023 Determines if comments should be posted to the git host. Replaces `github.silent` in the vercel.json."),
|
|
3100
|
+
isManualGitDeploy: z__namespace.union([
|
|
3101
|
+
z__namespace.literal(false),
|
|
3102
|
+
z__namespace.literal(true)
|
|
3103
|
+
]).optional().describe("Since 28 Feb 2024 If set to true, identifies that the git job was created for a manual git deployment"),
|
|
3104
|
+
commitVerification: z__namespace.enum([
|
|
3105
|
+
"unknown",
|
|
3106
|
+
"unverified",
|
|
3107
|
+
"verified"
|
|
3108
|
+
]).optional().describe("Since 6 Nov 2025 The verification status of the commit. - 'verified' if the commit is verified - 'unverified' if the commit is not verified - 'unknown' if the commit verification status is unknown or not supported"),
|
|
3109
|
+
nsnbSideEffect: z__namespace.object({
|
|
3110
|
+
action: z__namespace.enum([
|
|
3111
|
+
"auto-approved-member",
|
|
3112
|
+
"auto-approved-pending-invite"
|
|
3113
|
+
]),
|
|
3114
|
+
gitUserLogin: z__namespace.string()
|
|
3115
|
+
}).optional().describe("Since March 2026 Records a successful NSNB auto-add result so later GitHub PR comments can deterministically explain why this SHA was allowed to deploy."),
|
|
3116
|
+
headInfo: z__namespace.object({
|
|
3117
|
+
owner: z__namespace.string().describe("Owner (namespace) slug, e.g. `acme`."),
|
|
3118
|
+
ownerId: z__namespace.string().describe("Origin namespace id (`ns_…`)."),
|
|
3119
|
+
ref: z__namespace.string(),
|
|
3120
|
+
repo: z__namespace.string().describe("Repository name, e.g. `api`."),
|
|
3121
|
+
repoId: z__namespace.string().describe("Origin repository id."),
|
|
3122
|
+
sha: z__namespace.string()
|
|
3123
|
+
}).describe("Cursor Origin"),
|
|
3124
|
+
installationId: z__namespace.string().describe("Origin installation id (`i_…`) used to resolve the credential."),
|
|
3125
|
+
owner: z__namespace.string(),
|
|
3126
|
+
repo: z__namespace.string(),
|
|
3127
|
+
repoId: z__namespace.string(),
|
|
3128
|
+
provider: z__namespace.enum([
|
|
3129
|
+
"cursor-origin"
|
|
3130
|
+
]),
|
|
3131
|
+
customEnvId: z__namespace.string().nullish(),
|
|
3132
|
+
prId: z__namespace.number().nullish()
|
|
2967
3133
|
}).strict()
|
|
2968
3134
|
])
|
|
2969
3135
|
}).strict(),
|
|
@@ -3542,6 +3708,36 @@ const userEventSchema = z__namespace.object({
|
|
|
3542
3708
|
"enable"
|
|
3543
3709
|
])
|
|
3544
3710
|
}).strict(),
|
|
3711
|
+
z__namespace.object({
|
|
3712
|
+
provider: z__namespace.enum([
|
|
3713
|
+
"bitbucket",
|
|
3714
|
+
"github",
|
|
3715
|
+
"gitlab"
|
|
3716
|
+
]),
|
|
3717
|
+
actorLogin: z__namespace.string().nullable().describe("Display name only. Logins are mutable; join on `actorAccountId`."),
|
|
3718
|
+
actorAccountId: z__namespace.string().nullable().describe("Stable account id on `provider`."),
|
|
3719
|
+
installationId: z__namespace.string().nullable().describe("Set only when an App installation token was minted (GitHub only)."),
|
|
3720
|
+
usedAppToken: z__namespace.union([
|
|
3721
|
+
z__namespace.literal(false),
|
|
3722
|
+
z__namespace.literal(true)
|
|
3723
|
+
]),
|
|
3724
|
+
sourceRepo: z__namespace.string().describe('Source repository, "owner/name".'),
|
|
3725
|
+
sourceCommitSha: z__namespace.string().nullable(),
|
|
3726
|
+
destinationRepo: z__namespace.string().describe('"owner/name", or the raw request value if blocked before it resolved.'),
|
|
3727
|
+
destinationBranch: z__namespace.string().nullable().describe("Branch actually pushed to, or the requested one if blocked."),
|
|
3728
|
+
resultCommitSha: z__namespace.string().nullable(),
|
|
3729
|
+
outcome: z__namespace.enum([
|
|
3730
|
+
"failure",
|
|
3731
|
+
"success"
|
|
3732
|
+
]),
|
|
3733
|
+
failureStage: z__namespace.enum([
|
|
3734
|
+
"authorization",
|
|
3735
|
+
"push",
|
|
3736
|
+
"unexpected",
|
|
3737
|
+
"unknown"
|
|
3738
|
+
]).optional().describe("Mirrors `PushFailureStage` in `@api/git-push-repo`."),
|
|
3739
|
+
failureCode: z__namespace.string().optional().describe("Sanitized code, never a raw error message.")
|
|
3740
|
+
}).strict(),
|
|
3545
3741
|
z__namespace.object({
|
|
3546
3742
|
projectId: z__namespace.string(),
|
|
3547
3743
|
fromDeploymentId: z__namespace.string(),
|
|
@@ -3670,6 +3866,7 @@ const userEventSchema = z__namespace.object({
|
|
|
3670
3866
|
]).nullish(),
|
|
3671
3867
|
importFlowGitProvider: z__namespace.enum([
|
|
3672
3868
|
"bitbucket",
|
|
3869
|
+
"cursor-origin",
|
|
3673
3870
|
"github",
|
|
3674
3871
|
"github-custom-host",
|
|
3675
3872
|
"github-limited",
|
|
@@ -3707,11 +3904,18 @@ const userEventSchema = z__namespace.object({
|
|
|
3707
3904
|
projectCardWidgetPreferences: z__namespace.array(z__namespace.object({
|
|
3708
3905
|
projectId: z__namespace.string(),
|
|
3709
3906
|
widget: z__namespace.enum([
|
|
3710
|
-
"
|
|
3907
|
+
"analytics-online",
|
|
3908
|
+
"analytics-page-views",
|
|
3909
|
+
"analytics-visitors",
|
|
3711
3910
|
"firewall-allowed",
|
|
3712
3911
|
"firewall-denied",
|
|
3713
|
-
"
|
|
3714
|
-
"
|
|
3912
|
+
"observability-alert",
|
|
3913
|
+
"observability-edge-requests",
|
|
3914
|
+
"observability-error-rate",
|
|
3915
|
+
"observability-function-invocations",
|
|
3916
|
+
"speed-insights-cls",
|
|
3917
|
+
"speed-insights-lcp",
|
|
3918
|
+
"speed-insights-res"
|
|
3715
3919
|
])
|
|
3716
3920
|
})).optional(),
|
|
3717
3921
|
remoteCaching: z__namespace.object({
|
|
@@ -3980,6 +4184,7 @@ const userEventSchema = z__namespace.object({
|
|
|
3980
4184
|
"AiGatewayBudgetManager",
|
|
3981
4185
|
"AiGatewayCredits",
|
|
3982
4186
|
"AiGatewaySettings",
|
|
4187
|
+
"ConnectorManager",
|
|
3983
4188
|
"CreateProject",
|
|
3984
4189
|
"EnvVariableManager",
|
|
3985
4190
|
"EnvironmentManager",
|
|
@@ -4805,6 +5010,33 @@ const userEventSchema = z__namespace.object({
|
|
|
4805
5010
|
logDrainUrl: z__namespace.string(),
|
|
4806
5011
|
integrationName: z__namespace.string().optional()
|
|
4807
5012
|
}).strict(),
|
|
5013
|
+
z__namespace.object({
|
|
5014
|
+
provider: z__namespace.enum([
|
|
5015
|
+
"apple",
|
|
5016
|
+
"bitbucket",
|
|
5017
|
+
"chatgpt",
|
|
5018
|
+
"github",
|
|
5019
|
+
"github-custom-host",
|
|
5020
|
+
"github-limited",
|
|
5021
|
+
"gitlab",
|
|
5022
|
+
"google",
|
|
5023
|
+
"saml"
|
|
5024
|
+
]),
|
|
5025
|
+
login: z__namespace.string()
|
|
5026
|
+
}).strict(),
|
|
5027
|
+
z__namespace.object({
|
|
5028
|
+
provider: z__namespace.enum([
|
|
5029
|
+
"apple",
|
|
5030
|
+
"bitbucket",
|
|
5031
|
+
"chatgpt",
|
|
5032
|
+
"github",
|
|
5033
|
+
"github-custom-host",
|
|
5034
|
+
"github-limited",
|
|
5035
|
+
"gitlab",
|
|
5036
|
+
"google",
|
|
5037
|
+
"saml"
|
|
5038
|
+
])
|
|
5039
|
+
}).strict(),
|
|
4808
5040
|
z__namespace.object({
|
|
4809
5041
|
userAgent: z__namespace.string().optional(),
|
|
4810
5042
|
geolocation: z__namespace.object({
|
|
@@ -5086,6 +5318,39 @@ const userEventSchema = z__namespace.object({
|
|
|
5086
5318
|
slug: z__namespace.string(),
|
|
5087
5319
|
name: z__namespace.string()
|
|
5088
5320
|
}).strict(),
|
|
5321
|
+
z__namespace.object({
|
|
5322
|
+
directoryGroupId: z__namespace.string(),
|
|
5323
|
+
directoryId: z__namespace.string(),
|
|
5324
|
+
groupName: z__namespace.string(),
|
|
5325
|
+
next: z__namespace.object({
|
|
5326
|
+
default: z__namespace.enum([
|
|
5327
|
+
"BILLING",
|
|
5328
|
+
"CONTRIBUTOR",
|
|
5329
|
+
"DEVELOPER",
|
|
5330
|
+
"MEMBER",
|
|
5331
|
+
"OWNER",
|
|
5332
|
+
"SECURITY",
|
|
5333
|
+
"VIEWER",
|
|
5334
|
+
"VIEWER_FOR_PLUS"
|
|
5335
|
+
]).optional(),
|
|
5336
|
+
roles: z__namespace.object({}).catchall(z__namespace.enum([
|
|
5337
|
+
"BILLING",
|
|
5338
|
+
"CONTRIBUTOR",
|
|
5339
|
+
"DEVELOPER",
|
|
5340
|
+
"MEMBER",
|
|
5341
|
+
"OWNER",
|
|
5342
|
+
"SECURITY",
|
|
5343
|
+
"VIEWER",
|
|
5344
|
+
"VIEWER_FOR_PLUS"
|
|
5345
|
+
]))
|
|
5346
|
+
}),
|
|
5347
|
+
organizationId: z__namespace.string()
|
|
5348
|
+
}).strict(),
|
|
5349
|
+
z__namespace.object({
|
|
5350
|
+
directoryGroupId: z__namespace.string(),
|
|
5351
|
+
directoryId: z__namespace.string(),
|
|
5352
|
+
organizationId: z__namespace.string()
|
|
5353
|
+
}).strict(),
|
|
5089
5354
|
z__namespace.object({
|
|
5090
5355
|
organizationId: z__namespace.string(),
|
|
5091
5356
|
slug: z__namespace.string()
|
|
@@ -5596,10 +5861,20 @@ const userEventSchema = z__namespace.object({
|
|
|
5596
5861
|
projectName: z__namespace.string(),
|
|
5597
5862
|
widget: z__namespace.enum([
|
|
5598
5863
|
"alert",
|
|
5864
|
+
"analytics-online",
|
|
5865
|
+
"analytics-page-views",
|
|
5866
|
+
"analytics-visitors",
|
|
5599
5867
|
"firewall-allowed",
|
|
5600
5868
|
"firewall-denied",
|
|
5869
|
+
"observability-alert",
|
|
5870
|
+
"observability-edge-requests",
|
|
5871
|
+
"observability-error-rate",
|
|
5872
|
+
"observability-function-invocations",
|
|
5601
5873
|
"online",
|
|
5602
|
-
"res"
|
|
5874
|
+
"res",
|
|
5875
|
+
"speed-insights-cls",
|
|
5876
|
+
"speed-insights-lcp",
|
|
5877
|
+
"speed-insights-res"
|
|
5603
5878
|
]).nullable()
|
|
5604
5879
|
}).strict(),
|
|
5605
5880
|
z__namespace.object({
|
|
@@ -5819,6 +6094,7 @@ const userEventSchema = z__namespace.object({
|
|
|
5819
6094
|
previous: z__namespace.object({
|
|
5820
6095
|
gitProvider: z__namespace.enum([
|
|
5821
6096
|
"bitbucket",
|
|
6097
|
+
"cursor-origin",
|
|
5822
6098
|
"github",
|
|
5823
6099
|
"github-custom-host",
|
|
5824
6100
|
"github-limited",
|
|
@@ -5831,6 +6107,7 @@ const userEventSchema = z__namespace.object({
|
|
|
5831
6107
|
next: z__namespace.object({
|
|
5832
6108
|
gitProvider: z__namespace.enum([
|
|
5833
6109
|
"bitbucket",
|
|
6110
|
+
"cursor-origin",
|
|
5834
6111
|
"github",
|
|
5835
6112
|
"github-custom-host",
|
|
5836
6113
|
"github-limited",
|
|
@@ -5846,6 +6123,7 @@ const userEventSchema = z__namespace.object({
|
|
|
5846
6123
|
projectName: z__namespace.string(),
|
|
5847
6124
|
gitProvider: z__namespace.enum([
|
|
5848
6125
|
"bitbucket",
|
|
6126
|
+
"cursor-origin",
|
|
5849
6127
|
"github",
|
|
5850
6128
|
"github-custom-host",
|
|
5851
6129
|
"github-limited",
|
|
@@ -6488,12 +6766,22 @@ const userEventSchema = z__namespace.object({
|
|
|
6488
6766
|
gitProviderGroupDescriptor: z__namespace.string(),
|
|
6489
6767
|
gitScope: z__namespace.string()
|
|
6490
6768
|
}).strict(),
|
|
6769
|
+
z__namespace.object({
|
|
6770
|
+
connectionId: z__namespace.string(),
|
|
6771
|
+
connectionType: z__namespace.string()
|
|
6772
|
+
}).strict(),
|
|
6491
6773
|
z__namespace.object({
|
|
6492
6774
|
alias: z__namespace.string(),
|
|
6493
6775
|
sandboxName: z__namespace.string(),
|
|
6494
6776
|
sandboxId: z__namespace.string().optional(),
|
|
6495
6777
|
projectId: z__namespace.string().optional()
|
|
6496
6778
|
}).strict(),
|
|
6779
|
+
z__namespace.object({
|
|
6780
|
+
projectId: z__namespace.string(),
|
|
6781
|
+
projectName: z__namespace.string(),
|
|
6782
|
+
snapshotId: z__namespace.string(),
|
|
6783
|
+
targetRegions: z__namespace.array(z__namespace.string())
|
|
6784
|
+
}).strict(),
|
|
6497
6785
|
z__namespace.object({
|
|
6498
6786
|
instances: z__namespace.number(),
|
|
6499
6787
|
url: z__namespace.string()
|
|
@@ -6858,6 +7146,16 @@ const userEventSchema = z__namespace.object({
|
|
|
6858
7146
|
z__namespace.literal(true)
|
|
6859
7147
|
])
|
|
6860
7148
|
}).strict(),
|
|
7149
|
+
z__namespace.object({
|
|
7150
|
+
actorId: z__namespace.string().optional(),
|
|
7151
|
+
actorType: z__namespace.enum([
|
|
7152
|
+
"admin",
|
|
7153
|
+
"user"
|
|
7154
|
+
]).optional(),
|
|
7155
|
+
reason: z__namespace.string().optional(),
|
|
7156
|
+
caseNumber: z__namespace.string().optional(),
|
|
7157
|
+
client: z__namespace.string().optional()
|
|
7158
|
+
}).strict(),
|
|
6861
7159
|
z__namespace.object({
|
|
6862
7160
|
slug: z__namespace.string()
|
|
6863
7161
|
}).strict(),
|
|
@@ -7338,19 +7636,6 @@ const userEventSchema = z__namespace.object({
|
|
|
7338
7636
|
requestPath: z__namespace.string().optional()
|
|
7339
7637
|
})).optional()
|
|
7340
7638
|
}).strict(),
|
|
7341
|
-
z__namespace.object({
|
|
7342
|
-
provider: z__namespace.enum([
|
|
7343
|
-
"apple",
|
|
7344
|
-
"bitbucket",
|
|
7345
|
-
"chatgpt",
|
|
7346
|
-
"github",
|
|
7347
|
-
"github-custom-host",
|
|
7348
|
-
"github-limited",
|
|
7349
|
-
"gitlab",
|
|
7350
|
-
"google"
|
|
7351
|
-
]),
|
|
7352
|
-
login: z__namespace.string()
|
|
7353
|
-
}).strict(),
|
|
7354
7639
|
z__namespace.object({
|
|
7355
7640
|
teamName: z__namespace.string().optional()
|
|
7356
7641
|
}).strict(),
|
|
@@ -7374,6 +7659,41 @@ const userEventSchema = z__namespace.object({
|
|
|
7374
7659
|
z__namespace.object({
|
|
7375
7660
|
username: z__namespace.string()
|
|
7376
7661
|
}).strict(),
|
|
7662
|
+
z__namespace.object({
|
|
7663
|
+
actorId: z__namespace.string(),
|
|
7664
|
+
actorType: z__namespace.enum([
|
|
7665
|
+
"admin"
|
|
7666
|
+
]),
|
|
7667
|
+
reason: z__namespace.string().optional()
|
|
7668
|
+
}).strict(),
|
|
7669
|
+
z__namespace.object({
|
|
7670
|
+
actorId: z__namespace.string(),
|
|
7671
|
+
actorType: z__namespace.enum([
|
|
7672
|
+
"admin"
|
|
7673
|
+
])
|
|
7674
|
+
}).strict(),
|
|
7675
|
+
z__namespace.object({
|
|
7676
|
+
enabled: z__namespace.union([
|
|
7677
|
+
z__namespace.literal(false),
|
|
7678
|
+
z__namespace.literal(true)
|
|
7679
|
+
]),
|
|
7680
|
+
actorId: z__namespace.string(),
|
|
7681
|
+
actorType: z__namespace.enum([
|
|
7682
|
+
"admin"
|
|
7683
|
+
])
|
|
7684
|
+
}).strict(),
|
|
7685
|
+
z__namespace.object({
|
|
7686
|
+
autoBlockPrevented: z__namespace.union([
|
|
7687
|
+
z__namespace.literal(false),
|
|
7688
|
+
z__namespace.literal(true)
|
|
7689
|
+
]),
|
|
7690
|
+
preventUntil: z__namespace.number().optional(),
|
|
7691
|
+
actorId: z__namespace.string(),
|
|
7692
|
+
actorType: z__namespace.enum([
|
|
7693
|
+
"admin"
|
|
7694
|
+
]),
|
|
7695
|
+
reason: z__namespace.string().optional()
|
|
7696
|
+
}).strict(),
|
|
7377
7697
|
z__namespace.object({
|
|
7378
7698
|
method: z__namespace.enum([
|
|
7379
7699
|
"email-otp",
|
|
@@ -7417,6 +7737,9 @@ const userEventSchema = z__namespace.object({
|
|
|
7417
7737
|
])
|
|
7418
7738
|
})
|
|
7419
7739
|
}).strict(),
|
|
7740
|
+
z__namespace.object({
|
|
7741
|
+
remaining: z__namespace.number()
|
|
7742
|
+
}).strict(),
|
|
7420
7743
|
z__namespace.object({
|
|
7421
7744
|
mfaEnabled: z__namespace.union([
|
|
7422
7745
|
z__namespace.literal(false),
|
|
@@ -7480,6 +7803,15 @@ const userEventSchema = z__namespace.object({
|
|
|
7480
7803
|
repositoryName: z__namespace.string(),
|
|
7481
7804
|
sharedWithTeamId: z__namespace.string()
|
|
7482
7805
|
}).strict(),
|
|
7806
|
+
z__namespace.object({
|
|
7807
|
+
projectId: z__namespace.string(),
|
|
7808
|
+
projectName: z__namespace.string(),
|
|
7809
|
+
repositoryName: z__namespace.string(),
|
|
7810
|
+
public: z__namespace.union([
|
|
7811
|
+
z__namespace.literal(false),
|
|
7812
|
+
z__namespace.literal(true)
|
|
7813
|
+
])
|
|
7814
|
+
}).strict(),
|
|
7483
7815
|
z__namespace.object({
|
|
7484
7816
|
projectId: z__namespace.string(),
|
|
7485
7817
|
projectName: z__namespace.string(),
|
|
@@ -7943,6 +8275,11 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
7943
8275
|
"ai-gateway-rule-deleted",
|
|
7944
8276
|
"ai-gateway-rule-updated",
|
|
7945
8277
|
"ai-gateway-scope-budget-updated",
|
|
8278
|
+
"ai-gateway-transcripts-default-disabled",
|
|
8279
|
+
"ai-gateway-transcripts-default-enabled",
|
|
8280
|
+
"ai-gateway-transcripts-disabled",
|
|
8281
|
+
"ai-gateway-transcripts-enabled",
|
|
8282
|
+
"ai-gateway-transcripts-retention-updated",
|
|
7946
8283
|
"ai-gateway-virtual-model-config-archived",
|
|
7947
8284
|
"ai-gateway-virtual-model-config-created",
|
|
7948
8285
|
"ai-gateway-virtual-model-config-restored",
|
|
@@ -7988,6 +8325,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
7988
8325
|
"cert-system-create",
|
|
7989
8326
|
"code-owners-config-updated",
|
|
7990
8327
|
"compliance-document-downloaded",
|
|
8328
|
+
"compliance-document-previewed",
|
|
7991
8329
|
"compliance-documents-bulk-downloaded",
|
|
7992
8330
|
"concurrent-builds-update",
|
|
7993
8331
|
"connect-attach-project",
|
|
@@ -8126,6 +8464,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8126
8464
|
"flags-segment",
|
|
8127
8465
|
"flags-settings",
|
|
8128
8466
|
"flags-transferred",
|
|
8467
|
+
"git-integration-repo-push",
|
|
8129
8468
|
"git_account_integration_link_added",
|
|
8130
8469
|
"instant-rollback-created",
|
|
8131
8470
|
"integration-configuration-owner-changed",
|
|
@@ -8146,6 +8485,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8146
8485
|
"kms-issuer-deleted",
|
|
8147
8486
|
"kms-issuer-key-activated",
|
|
8148
8487
|
"kms-issuer-key-created",
|
|
8488
|
+
"kms-issuer-key-revoked",
|
|
8149
8489
|
"kms-issuer-key-rotated",
|
|
8150
8490
|
"kms-issuer-policy-created",
|
|
8151
8491
|
"kms-issuer-policy-deleted",
|
|
@@ -8156,6 +8496,8 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8156
8496
|
"log-drain-disabled",
|
|
8157
8497
|
"log-drain-enabled",
|
|
8158
8498
|
"login",
|
|
8499
|
+
"login-connection-linked",
|
|
8500
|
+
"login-connection-unlinked",
|
|
8159
8501
|
"manual-deployment-promotion-created",
|
|
8160
8502
|
"marketplace-flex-commit-opt-in",
|
|
8161
8503
|
"marketplace-integration-allowlist-updated",
|
|
@@ -8187,6 +8529,8 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8187
8529
|
"oidc-policy-used-to-obtain-app-token",
|
|
8188
8530
|
"organization-create",
|
|
8189
8531
|
"organization-delete",
|
|
8532
|
+
"organization-dsync-group-delete",
|
|
8533
|
+
"organization-dsync-group-upsert",
|
|
8190
8534
|
"organization-slug-update",
|
|
8191
8535
|
"organization-team-add",
|
|
8192
8536
|
"organization-team-create",
|
|
@@ -8335,8 +8679,11 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8335
8679
|
"protected-git-scope-added",
|
|
8336
8680
|
"protected-git-scope-removed",
|
|
8337
8681
|
"runtime-cache-purge-all",
|
|
8682
|
+
"saml-connection-created",
|
|
8683
|
+
"saml-connection-deleted",
|
|
8338
8684
|
"sandbox-alias-assigned",
|
|
8339
8685
|
"sandbox-alias-delete",
|
|
8686
|
+
"sandbox-snapshot-regions-updated",
|
|
8340
8687
|
"scale",
|
|
8341
8688
|
"scale-auto",
|
|
8342
8689
|
"secondary-email-added",
|
|
@@ -8366,6 +8713,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8366
8713
|
"spend-created",
|
|
8367
8714
|
"spend-deleted",
|
|
8368
8715
|
"spend-updated",
|
|
8716
|
+
"sso-login",
|
|
8369
8717
|
"storage-accept-tos",
|
|
8370
8718
|
"storage-access-token-set",
|
|
8371
8719
|
"storage-accessed-data-browser",
|
|
@@ -8392,6 +8740,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8392
8740
|
"subscription-product-added",
|
|
8393
8741
|
"subscription-product-removed",
|
|
8394
8742
|
"subscription-updated",
|
|
8743
|
+
"support-session-created",
|
|
8395
8744
|
"team",
|
|
8396
8745
|
"team-agent-billing-migration-decision-changed",
|
|
8397
8746
|
"team-avatar-update",
|
|
@@ -8442,24 +8791,36 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8442
8791
|
"tracing-configured",
|
|
8443
8792
|
"tracing-disabled",
|
|
8444
8793
|
"unlink-login-connection",
|
|
8794
|
+
"update-account-flow-dismissed",
|
|
8445
8795
|
"update-account-flow-triggered",
|
|
8796
|
+
"user-auto-block-configured",
|
|
8797
|
+
"user-blocked",
|
|
8446
8798
|
"user-delete",
|
|
8799
|
+
"user-delete-requested",
|
|
8447
8800
|
"user-emu-account-archived",
|
|
8448
8801
|
"user-emu-account-deleted",
|
|
8449
8802
|
"user-emu-account-recovered",
|
|
8803
|
+
"user-emu-recovery-email-sent",
|
|
8804
|
+
"user-emu-recovery-initiated",
|
|
8805
|
+
"user-emu-toggled",
|
|
8450
8806
|
"user-mfa-challenge-failed",
|
|
8451
8807
|
"user-mfa-challenge-verified",
|
|
8452
8808
|
"user-mfa-change-failed",
|
|
8453
8809
|
"user-mfa-configuration-updated",
|
|
8810
|
+
"user-mfa-recovery-code-used",
|
|
8454
8811
|
"user-mfa-recovery-codes-regenerated",
|
|
8455
8812
|
"user-mfa-removed",
|
|
8456
8813
|
"user-mfa-setup-skipped",
|
|
8457
8814
|
"user-mfa-totp-verification-started",
|
|
8458
8815
|
"user-mfa-totp-verified",
|
|
8816
|
+
"user-phone-removed",
|
|
8817
|
+
"user-phone-updated",
|
|
8459
8818
|
"user-primary-email-updated",
|
|
8819
|
+
"user-sudo-mode-removed",
|
|
8460
8820
|
"user-token-created",
|
|
8461
8821
|
"user-token-deleted",
|
|
8462
8822
|
"user-tokens-deleted",
|
|
8823
|
+
"user-unblocked",
|
|
8463
8824
|
"username",
|
|
8464
8825
|
"v0-chat-ai-usage",
|
|
8465
8826
|
"v0-chat-created",
|
|
@@ -8471,6 +8832,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8471
8832
|
"vcr-repository-permission-added",
|
|
8472
8833
|
"vcr-repository-permission-removed",
|
|
8473
8834
|
"vcr-repository-permissions-cleared",
|
|
8835
|
+
"vcr-repository-visibility-changed",
|
|
8474
8836
|
"vercel-agent-elevated-permissions-approved",
|
|
8475
8837
|
"vercel-agent-elevated-permissions-requested",
|
|
8476
8838
|
"vercel-agent-session-created",
|
|
@@ -8499,6 +8861,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8499
8861
|
"ai",
|
|
8500
8862
|
"ai-gateway",
|
|
8501
8863
|
"billing",
|
|
8864
|
+
"connect",
|
|
8502
8865
|
"deployment",
|
|
8503
8866
|
"domain",
|
|
8504
8867
|
"edge",
|
|
@@ -8560,6 +8923,11 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8560
8923
|
"ai-gateway-rule-deleted",
|
|
8561
8924
|
"ai-gateway-rule-updated",
|
|
8562
8925
|
"ai-gateway-scope-budget-updated",
|
|
8926
|
+
"ai-gateway-transcripts-default-disabled",
|
|
8927
|
+
"ai-gateway-transcripts-default-enabled",
|
|
8928
|
+
"ai-gateway-transcripts-disabled",
|
|
8929
|
+
"ai-gateway-transcripts-enabled",
|
|
8930
|
+
"ai-gateway-transcripts-retention-updated",
|
|
8563
8931
|
"ai-gateway-virtual-model-config-archived",
|
|
8564
8932
|
"ai-gateway-virtual-model-config-created",
|
|
8565
8933
|
"ai-gateway-virtual-model-config-restored",
|
|
@@ -8605,6 +8973,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8605
8973
|
"cert-system-create",
|
|
8606
8974
|
"code-owners-config-updated",
|
|
8607
8975
|
"compliance-document-downloaded",
|
|
8976
|
+
"compliance-document-previewed",
|
|
8608
8977
|
"compliance-documents-bulk-downloaded",
|
|
8609
8978
|
"concurrent-builds-update",
|
|
8610
8979
|
"connect-attach-project",
|
|
@@ -8743,6 +9112,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8743
9112
|
"flags-segment",
|
|
8744
9113
|
"flags-settings",
|
|
8745
9114
|
"flags-transferred",
|
|
9115
|
+
"git-integration-repo-push",
|
|
8746
9116
|
"git_account_integration_link_added",
|
|
8747
9117
|
"instant-rollback-created",
|
|
8748
9118
|
"integration-configuration-owner-changed",
|
|
@@ -8763,6 +9133,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8763
9133
|
"kms-issuer-deleted",
|
|
8764
9134
|
"kms-issuer-key-activated",
|
|
8765
9135
|
"kms-issuer-key-created",
|
|
9136
|
+
"kms-issuer-key-revoked",
|
|
8766
9137
|
"kms-issuer-key-rotated",
|
|
8767
9138
|
"kms-issuer-policy-created",
|
|
8768
9139
|
"kms-issuer-policy-deleted",
|
|
@@ -8773,6 +9144,8 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8773
9144
|
"log-drain-disabled",
|
|
8774
9145
|
"log-drain-enabled",
|
|
8775
9146
|
"login",
|
|
9147
|
+
"login-connection-linked",
|
|
9148
|
+
"login-connection-unlinked",
|
|
8776
9149
|
"manual-deployment-promotion-created",
|
|
8777
9150
|
"marketplace-flex-commit-opt-in",
|
|
8778
9151
|
"marketplace-integration-allowlist-updated",
|
|
@@ -8804,6 +9177,8 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8804
9177
|
"oidc-policy-used-to-obtain-app-token",
|
|
8805
9178
|
"organization-create",
|
|
8806
9179
|
"organization-delete",
|
|
9180
|
+
"organization-dsync-group-delete",
|
|
9181
|
+
"organization-dsync-group-upsert",
|
|
8807
9182
|
"organization-slug-update",
|
|
8808
9183
|
"organization-team-add",
|
|
8809
9184
|
"organization-team-create",
|
|
@@ -8952,8 +9327,11 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8952
9327
|
"protected-git-scope-added",
|
|
8953
9328
|
"protected-git-scope-removed",
|
|
8954
9329
|
"runtime-cache-purge-all",
|
|
9330
|
+
"saml-connection-created",
|
|
9331
|
+
"saml-connection-deleted",
|
|
8955
9332
|
"sandbox-alias-assigned",
|
|
8956
9333
|
"sandbox-alias-delete",
|
|
9334
|
+
"sandbox-snapshot-regions-updated",
|
|
8957
9335
|
"scale",
|
|
8958
9336
|
"scale-auto",
|
|
8959
9337
|
"secondary-email-added",
|
|
@@ -8983,6 +9361,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8983
9361
|
"spend-created",
|
|
8984
9362
|
"spend-deleted",
|
|
8985
9363
|
"spend-updated",
|
|
9364
|
+
"sso-login",
|
|
8986
9365
|
"storage-accept-tos",
|
|
8987
9366
|
"storage-access-token-set",
|
|
8988
9367
|
"storage-accessed-data-browser",
|
|
@@ -9009,6 +9388,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
9009
9388
|
"subscription-product-added",
|
|
9010
9389
|
"subscription-product-removed",
|
|
9011
9390
|
"subscription-updated",
|
|
9391
|
+
"support-session-created",
|
|
9012
9392
|
"team",
|
|
9013
9393
|
"team-agent-billing-migration-decision-changed",
|
|
9014
9394
|
"team-avatar-update",
|
|
@@ -9059,24 +9439,36 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
9059
9439
|
"tracing-configured",
|
|
9060
9440
|
"tracing-disabled",
|
|
9061
9441
|
"unlink-login-connection",
|
|
9442
|
+
"update-account-flow-dismissed",
|
|
9062
9443
|
"update-account-flow-triggered",
|
|
9444
|
+
"user-auto-block-configured",
|
|
9445
|
+
"user-blocked",
|
|
9063
9446
|
"user-delete",
|
|
9447
|
+
"user-delete-requested",
|
|
9064
9448
|
"user-emu-account-archived",
|
|
9065
9449
|
"user-emu-account-deleted",
|
|
9066
9450
|
"user-emu-account-recovered",
|
|
9451
|
+
"user-emu-recovery-email-sent",
|
|
9452
|
+
"user-emu-recovery-initiated",
|
|
9453
|
+
"user-emu-toggled",
|
|
9067
9454
|
"user-mfa-challenge-failed",
|
|
9068
9455
|
"user-mfa-challenge-verified",
|
|
9069
9456
|
"user-mfa-change-failed",
|
|
9070
9457
|
"user-mfa-configuration-updated",
|
|
9458
|
+
"user-mfa-recovery-code-used",
|
|
9071
9459
|
"user-mfa-recovery-codes-regenerated",
|
|
9072
9460
|
"user-mfa-removed",
|
|
9073
9461
|
"user-mfa-setup-skipped",
|
|
9074
9462
|
"user-mfa-totp-verification-started",
|
|
9075
9463
|
"user-mfa-totp-verified",
|
|
9464
|
+
"user-phone-removed",
|
|
9465
|
+
"user-phone-updated",
|
|
9076
9466
|
"user-primary-email-updated",
|
|
9467
|
+
"user-sudo-mode-removed",
|
|
9077
9468
|
"user-token-created",
|
|
9078
9469
|
"user-token-deleted",
|
|
9079
9470
|
"user-tokens-deleted",
|
|
9471
|
+
"user-unblocked",
|
|
9080
9472
|
"username",
|
|
9081
9473
|
"v0-chat-ai-usage",
|
|
9082
9474
|
"v0-chat-created",
|
|
@@ -9088,6 +9480,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
9088
9480
|
"vcr-repository-permission-added",
|
|
9089
9481
|
"vcr-repository-permission-removed",
|
|
9090
9482
|
"vcr-repository-permissions-cleared",
|
|
9483
|
+
"vcr-repository-visibility-changed",
|
|
9091
9484
|
"vercel-agent-elevated-permissions-approved",
|
|
9092
9485
|
"vercel-agent-elevated-permissions-requested",
|
|
9093
9486
|
"vercel-agent-session-created",
|
|
@@ -9119,6 +9512,7 @@ const listEventTypesResponseSchema = z__namespace.object({
|
|
|
9119
9512
|
"ai",
|
|
9120
9513
|
"ai-gateway",
|
|
9121
9514
|
"billing",
|
|
9515
|
+
"connect",
|
|
9122
9516
|
"deployment",
|
|
9123
9517
|
"domain",
|
|
9124
9518
|
"edge",
|
|
@@ -9627,7 +10021,8 @@ const aPIKeySchema = z__namespace.object({
|
|
|
9627
10021
|
leakedAt: z__namespace.number().nullable().describe("Timestamp (in milliseconds) of when the API key was marked as leaked."),
|
|
9628
10022
|
leakedUrl: z__namespace.string().nullable().describe("URL where the API key was discovered as leaked."),
|
|
9629
10023
|
createdByAppId: z__namespace.string().nullable().describe("The ID of the app that created the API key, if any"),
|
|
9630
|
-
quota: z__namespace.unknown().optional()
|
|
10024
|
+
quota: z__namespace.unknown().optional(),
|
|
10025
|
+
metadata: z__namespace.object({}).optional().describe("Generic metadata attached to the API key.\n\nThe accepted shape depends on the key's `purpose` and is validated when the key is created. For `ai-gateway` keys this carries `environment` and `spendAttribution`.")
|
|
9631
10026
|
}).describe("Information about the newly created API key.");
|
|
9632
10027
|
const aPIKeyQuotaSchema = z__namespace.object({
|
|
9633
10028
|
quotaEntityId: z__namespace.string().describe("The unique identifier for the quota."),
|
|
@@ -9837,6 +10232,7 @@ const invitedTeamMemberSchema = z__namespace.object({
|
|
|
9837
10232
|
"AiGatewayBudgetManager",
|
|
9838
10233
|
"AiGatewayCredits",
|
|
9839
10234
|
"AiGatewaySettings",
|
|
10235
|
+
"ConnectorManager",
|
|
9840
10236
|
"CreateProject",
|
|
9841
10237
|
"EnvVariableManager",
|
|
9842
10238
|
"EnvironmentManager",
|
|
@@ -9910,6 +10306,13 @@ const teamSchema = z__namespace.object({
|
|
|
9910
10306
|
])).optional().describe('When "Directory Sync" is configured, this object contains a mapping of which Directory Group (by ID) should be assigned to which Vercel Team "role".')
|
|
9911
10307
|
}).optional().describe('When "Single Sign-On (SAML)" is configured, this object contains information regarding the configuration of the Identity Provider (IdP).'),
|
|
9912
10308
|
inviteCode: z__namespace.string().optional().describe("Code that can be used to join this Team. Only visible to Team owners."),
|
|
10309
|
+
billing: z__namespace.object({
|
|
10310
|
+
plan: z__namespace.enum([
|
|
10311
|
+
"enterprise",
|
|
10312
|
+
"hobby",
|
|
10313
|
+
"pro"
|
|
10314
|
+
])
|
|
10315
|
+
}).nullable().describe("The team's billing plan."),
|
|
9913
10316
|
description: z__namespace.string().nullable().describe("A short description of the Team."),
|
|
9914
10317
|
defaultRoles: z__namespace.object({
|
|
9915
10318
|
teamRoles: z__namespace.array(z__namespace.enum([
|
|
@@ -9927,6 +10330,7 @@ const teamSchema = z__namespace.object({
|
|
|
9927
10330
|
"AiGatewayBudgetManager",
|
|
9928
10331
|
"AiGatewayCredits",
|
|
9929
10332
|
"AiGatewaySettings",
|
|
10333
|
+
"ConnectorManager",
|
|
9930
10334
|
"CreateProject",
|
|
9931
10335
|
"EnvVariableManager",
|
|
9932
10336
|
"EnvironmentManager",
|
|
@@ -10215,6 +10619,7 @@ const teamSchema = z__namespace.object({
|
|
|
10215
10619
|
"AiGatewayBudgetManager",
|
|
10216
10620
|
"AiGatewayCredits",
|
|
10217
10621
|
"AiGatewaySettings",
|
|
10622
|
+
"ConnectorManager",
|
|
10218
10623
|
"CreateProject",
|
|
10219
10624
|
"EnvVariableManager",
|
|
10220
10625
|
"EnvironmentManager",
|
|
@@ -10343,6 +10748,7 @@ const teamLimitedSchema = z__namespace.object({
|
|
|
10343
10748
|
"AiGatewayBudgetManager",
|
|
10344
10749
|
"AiGatewayCredits",
|
|
10345
10750
|
"AiGatewaySettings",
|
|
10751
|
+
"ConnectorManager",
|
|
10346
10752
|
"CreateProject",
|
|
10347
10753
|
"EnvVariableManager",
|
|
10348
10754
|
"EnvironmentManager",
|
|
@@ -10662,6 +11068,7 @@ const authUserSchema = z__namespace.object({
|
|
|
10662
11068
|
]).nullish(),
|
|
10663
11069
|
importFlowGitProvider: z__namespace.enum([
|
|
10664
11070
|
"bitbucket",
|
|
11071
|
+
"cursor-origin",
|
|
10665
11072
|
"github",
|
|
10666
11073
|
"github-custom-host",
|
|
10667
11074
|
"github-limited",
|
|
@@ -10726,8 +11133,10 @@ const authUserSchema = z__namespace.object({
|
|
|
10726
11133
|
teamId: z__namespace.string(),
|
|
10727
11134
|
slug: z__namespace.string(),
|
|
10728
11135
|
name: z__namespace.string(),
|
|
10729
|
-
avatar: z__namespace.string().nullable()
|
|
10730
|
-
|
|
11136
|
+
avatar: z__namespace.string().nullable(),
|
|
11137
|
+
workEmail: z__namespace.string()
|
|
11138
|
+
})),
|
|
11139
|
+
verifiedEmuDomains: z__namespace.array(z__namespace.string())
|
|
10731
11140
|
}).optional().describe("Context for the Update Account screen. Present only when `isAccountUpdateRequired` is true. `managedTeams` is empty for orphan mode (user matches an EMU domain but is not on the team)."),
|
|
10732
11141
|
id: z__namespace.string().describe("The User's unique identifier."),
|
|
10733
11142
|
email: z__namespace.string().describe("Email address associated with the User account."),
|
|
@@ -10765,6 +11174,10 @@ const vcrRepositorySchema = z__namespace.object({
|
|
|
10765
11174
|
id: z__namespace.string().describe("Unique identifier of the repository."),
|
|
10766
11175
|
projectId: z__namespace.string().describe("Identifier of the project the repository belongs to."),
|
|
10767
11176
|
name: z__namespace.string().describe("Name of the repository."),
|
|
11177
|
+
public: z__namespace.union([
|
|
11178
|
+
z__namespace.literal(false),
|
|
11179
|
+
z__namespace.literal(true)
|
|
11180
|
+
]).describe("Whether the repository is public. Images in public repositories can be pulled by anyone. Defaults to `false` (private)."),
|
|
10768
11181
|
createdAt: z__namespace.string().describe("ISO 8601 timestamp of when the repository was created."),
|
|
10769
11182
|
updatedAt: z__namespace.string().describe("ISO 8601 timestamp of when the repository was last updated.")
|
|
10770
11183
|
}).describe("A Vercel Container Registry repository.");
|
|
@@ -10806,6 +11219,12 @@ const vcrImageListSchema = z__namespace.object({
|
|
|
10806
11219
|
images: z__namespace.array(z__namespace.unknown()),
|
|
10807
11220
|
nextCursor: z__namespace.string().optional().describe("Cursor to fetch the next page of results, when more are available.")
|
|
10808
11221
|
}).describe("A paginated list of images for a repository.");
|
|
11222
|
+
const vcrRepositoryPermissionSchema = z__namespace.object({
|
|
11223
|
+
repositoryId: z__namespace.string().describe("Identifier of the repository the permission grants access to."),
|
|
11224
|
+
teamId: z__namespace.string().describe("Identifier of the team that is granted access to the repository."),
|
|
11225
|
+
teamSlug: z__namespace.string().describe("Slug of the team that is granted access to the repository."),
|
|
11226
|
+
createdAt: z__namespace.string().describe("ISO 8601 timestamp of when the permission was created.")
|
|
11227
|
+
}).describe("A team's access grant to a Vercel Container Registry repository.");
|
|
10809
11228
|
const vcrTagSchema = z__namespace.object({
|
|
10810
11229
|
tag: z__namespace.string().describe("The tag name."),
|
|
10811
11230
|
manifestDigest: z__namespace.string().describe("SHA-256 digest of the image manifest the tag points at."),
|
|
@@ -10992,6 +11411,10 @@ const vcrImageDetailSchema = z__namespace.object({
|
|
|
10992
11411
|
}).optional().describe("Converted VHS drive data, present once an image has been optimized for sandbox launch."),
|
|
10993
11412
|
createdAt: z__namespace.string().describe("ISO 8601 timestamp of when the image was created.")
|
|
10994
11413
|
}).describe("A single image with its tags, status and resolved Dockerfile layer history.");
|
|
11414
|
+
const vcrRepositoryPermissionListSchema = z__namespace.object({
|
|
11415
|
+
permissions: z__namespace.array(z__namespace.unknown()),
|
|
11416
|
+
nextCursor: z__namespace.string().optional().describe("Cursor to fetch the next page of results, when more are available.")
|
|
11417
|
+
}).describe("A paginated list of Vercel Container Registry repository permissions.");
|
|
10995
11418
|
const fileTreeSchema = z__namespace.object({
|
|
10996
11419
|
name: z__namespace.string().describe("The name of the file tree entry"),
|
|
10997
11420
|
type: z__namespace.enum([
|
|
@@ -13454,6 +13877,7 @@ const listUserEventsQueryTypesSchema = z__namespace.string().optional().describe
|
|
|
13454
13877
|
const listUserEventsQueryUserIdSchema = z__namespace.string().optional().describe("Deprecated. Use `principalId` instead. If `principalId` and `userId` both exist, `principalId` will be used.");
|
|
13455
13878
|
const listUserEventsQueryPrincipalIdSchema = z__namespace.string().optional().describe("When retrieving events for a Team, the `principalId` parameter may be specified to filter events generated by a specific principal.");
|
|
13456
13879
|
const listUserEventsQueryProjectIdsSchema = z__namespace.string().optional().describe("Comma-delimited list of project IDs to filter the results by.");
|
|
13880
|
+
const listUserEventsQueryEntityIdSchema = z__namespace.string().optional().describe("Filters events to those associated with a specific entity (matched against `payload.id`). For example, a connector ID.");
|
|
13457
13881
|
const listUserEventsQueryWithPayloadSchema = z__namespace.string().optional().describe("When set to `true`, the response will include the `payload` field for each event.");
|
|
13458
13882
|
const listUserEventsQueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.");
|
|
13459
13883
|
const listUserEventsQuerySlugSchema = z__namespace.string().optional().describe("The Team slug to perform the request on behalf of.");
|
|
@@ -14001,7 +14425,8 @@ const searchRepoQueryProviderSchema = z__namespace.enum([
|
|
|
14001
14425
|
"github-limited",
|
|
14002
14426
|
"github-custom-host",
|
|
14003
14427
|
"gitlab",
|
|
14004
|
-
"bitbucket"
|
|
14428
|
+
"bitbucket",
|
|
14429
|
+
"cursor-origin"
|
|
14005
14430
|
]).optional();
|
|
14006
14431
|
const searchRepoQueryInstallationIdSchema = z__namespace.string().optional();
|
|
14007
14432
|
const searchRepoQueryHostSchema = z__namespace.string().optional().describe("The custom Git host if using a custom Git provider, like GitHub Enterprise Server");
|
|
@@ -14015,6 +14440,7 @@ const searchRepoStatus404Schema = z__namespace.unknown();
|
|
|
14015
14440
|
const searchRepoStatus410Schema = z__namespace.unknown();
|
|
14016
14441
|
const searchRepoStatus429Schema = z__namespace.unknown();
|
|
14017
14442
|
const searchRepoStatus500Schema = z__namespace.unknown();
|
|
14443
|
+
const searchRepoStatus502Schema = z__namespace.unknown();
|
|
14018
14444
|
const searchRepoResponseSchema = z__namespace.union([
|
|
14019
14445
|
searchRepoStatus200Schema,
|
|
14020
14446
|
searchRepoStatus400Schema,
|
|
@@ -14023,7 +14449,8 @@ const searchRepoResponseSchema = z__namespace.union([
|
|
|
14023
14449
|
searchRepoStatus404Schema,
|
|
14024
14450
|
searchRepoStatus410Schema,
|
|
14025
14451
|
searchRepoStatus429Schema,
|
|
14026
|
-
searchRepoStatus500Schema
|
|
14452
|
+
searchRepoStatus500Schema,
|
|
14453
|
+
searchRepoStatus502Schema
|
|
14027
14454
|
]);
|
|
14028
14455
|
const getBillingPlansPathIntegrationIdOrSlugSchema = z__namespace.string();
|
|
14029
14456
|
const getBillingPlansQueryIntegrationConfigurationIdSchema = z__namespace.string().optional();
|
|
@@ -14037,7 +14464,8 @@ const getBillingPlansQuerySourceSchema = z__namespace.enum([
|
|
|
14037
14464
|
"resource-claims",
|
|
14038
14465
|
"cli",
|
|
14039
14466
|
"oauth",
|
|
14040
|
-
"backoffice"
|
|
14467
|
+
"backoffice",
|
|
14468
|
+
"import-recommended-integrations"
|
|
14041
14469
|
]).optional();
|
|
14042
14470
|
const getBillingPlansQueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.");
|
|
14043
14471
|
const getBillingPlansQuerySlugSchema = z__namespace.string().optional().describe("The Team slug to perform the request on behalf of.");
|
|
@@ -14906,14 +15334,18 @@ const deleteRoutesStatus400Schema = z__namespace.unknown();
|
|
|
14906
15334
|
const deleteRoutesStatus401Schema = z__namespace.unknown();
|
|
14907
15335
|
const deleteRoutesStatus403Schema = z__namespace.unknown();
|
|
14908
15336
|
const deleteRoutesStatus404Schema = z__namespace.unknown();
|
|
15337
|
+
const deleteRoutesStatus409Schema = z__namespace.unknown();
|
|
14909
15338
|
const deleteRoutesStatus410Schema = z__namespace.unknown();
|
|
15339
|
+
const deleteRoutesStatus500Schema = z__namespace.unknown();
|
|
14910
15340
|
const deleteRoutesResponseSchema = z__namespace.union([
|
|
14911
15341
|
deleteRoutesStatus200Schema,
|
|
14912
15342
|
deleteRoutesStatus400Schema,
|
|
14913
15343
|
deleteRoutesStatus401Schema,
|
|
14914
15344
|
deleteRoutesStatus403Schema,
|
|
14915
15345
|
deleteRoutesStatus404Schema,
|
|
14916
|
-
|
|
15346
|
+
deleteRoutesStatus409Schema,
|
|
15347
|
+
deleteRoutesStatus410Schema,
|
|
15348
|
+
deleteRoutesStatus500Schema
|
|
14917
15349
|
]);
|
|
14918
15350
|
const editRoutePathProjectIdSchema = z__namespace.string();
|
|
14919
15351
|
const editRoutePathRouteIdSchema = z__namespace.string();
|
|
@@ -15005,7 +15437,7 @@ const getProjectsQueryEdgeConfigTokenIdSchema = z__namespace.string().optional()
|
|
|
15005
15437
|
const getProjectsQueryDeprecatedSchema = z__namespace.boolean().optional();
|
|
15006
15438
|
const getProjectsQueryElasticConcurrencyEnabledSchema = z__namespace.string().optional().describe("Filter results by projects with elastic concurrency enabled");
|
|
15007
15439
|
const getProjectsQueryStaticIpsEnabledSchema = z__namespace.string().optional().describe("Filter results by projects with Static IPs enabled");
|
|
15008
|
-
const getProjectsQueryBuildMachineTypesSchema = z__namespace.string().optional().describe('Filter results by build machine types. Accepts comma-separated values. Use "default" for projects without a build machine type set.');
|
|
15440
|
+
const getProjectsQueryBuildMachineTypesSchema = z__namespace.string().optional().describe('Filter results by effective build machine types. Accepts comma-separated values. Use "elastic" for projects with elastic selection and "default" for projects without a build machine type set.');
|
|
15009
15441
|
const getProjectsQueryBuildQueueConfigurationSchema = z__namespace.enum([
|
|
15010
15442
|
"SKIP_NAMESPACE_QUEUE",
|
|
15011
15443
|
"WAIT_FOR_NAMESPACE_QUEUE"
|
|
@@ -15126,7 +15558,6 @@ const updateProjectStatus404Schema = z__namespace.unknown();
|
|
|
15126
15558
|
const updateProjectStatus409Schema = z__namespace.unknown();
|
|
15127
15559
|
const updateProjectStatus410Schema = z__namespace.unknown();
|
|
15128
15560
|
const updateProjectStatus428Schema = z__namespace.unknown();
|
|
15129
|
-
const updateProjectStatus500Schema = z__namespace.unknown();
|
|
15130
15561
|
const updateProjectResponseSchema = z__namespace.union([
|
|
15131
15562
|
updateProjectStatus200Schema,
|
|
15132
15563
|
updateProjectStatus400Schema,
|
|
@@ -15136,8 +15567,7 @@ const updateProjectResponseSchema = z__namespace.union([
|
|
|
15136
15567
|
updateProjectStatus404Schema,
|
|
15137
15568
|
updateProjectStatus409Schema,
|
|
15138
15569
|
updateProjectStatus410Schema,
|
|
15139
|
-
updateProjectStatus428Schema
|
|
15140
|
-
updateProjectStatus500Schema
|
|
15570
|
+
updateProjectStatus428Schema
|
|
15141
15571
|
]);
|
|
15142
15572
|
const deleteProjectPathIdOrNameSchema = z__namespace.string().describe("The unique project identifier or the project name");
|
|
15143
15573
|
const deleteProjectQueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.");
|
|
@@ -15940,31 +16370,31 @@ const listSandboxesResponseSchema = z__namespace.union([
|
|
|
15940
16370
|
listSandboxesStatus410Schema,
|
|
15941
16371
|
listSandboxesStatus429Schema
|
|
15942
16372
|
]);
|
|
15943
|
-
const
|
|
15944
|
-
const
|
|
15945
|
-
const
|
|
15946
|
-
const
|
|
15947
|
-
const
|
|
15948
|
-
const
|
|
15949
|
-
const
|
|
15950
|
-
const
|
|
15951
|
-
const
|
|
15952
|
-
const
|
|
15953
|
-
const
|
|
15954
|
-
const
|
|
15955
|
-
const
|
|
15956
|
-
const
|
|
15957
|
-
|
|
15958
|
-
|
|
15959
|
-
|
|
15960
|
-
|
|
15961
|
-
|
|
15962
|
-
|
|
15963
|
-
|
|
15964
|
-
|
|
15965
|
-
|
|
15966
|
-
|
|
15967
|
-
|
|
16373
|
+
const createSandboxesV2QueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.");
|
|
16374
|
+
const createSandboxesV2QuerySlugSchema = z__namespace.string().optional().describe("The Team slug to perform the request on behalf of.");
|
|
16375
|
+
const createSandboxesV2Status200Schema = z__namespace.unknown();
|
|
16376
|
+
const createSandboxesV2Status400Schema = z__namespace.unknown();
|
|
16377
|
+
const createSandboxesV2Status401Schema = z__namespace.unknown();
|
|
16378
|
+
const createSandboxesV2Status402Schema = z__namespace.unknown();
|
|
16379
|
+
const createSandboxesV2Status403Schema = z__namespace.unknown();
|
|
16380
|
+
const createSandboxesV2Status404Schema = z__namespace.unknown();
|
|
16381
|
+
const createSandboxesV2Status409Schema = z__namespace.unknown();
|
|
16382
|
+
const createSandboxesV2Status410Schema = z__namespace.unknown();
|
|
16383
|
+
const createSandboxesV2Status422Schema = z__namespace.unknown();
|
|
16384
|
+
const createSandboxesV2Status429Schema = z__namespace.unknown();
|
|
16385
|
+
const createSandboxesV2Status500Schema = z__namespace.unknown();
|
|
16386
|
+
const createSandboxesV2ResponseSchema = z__namespace.union([
|
|
16387
|
+
createSandboxesV2Status200Schema,
|
|
16388
|
+
createSandboxesV2Status400Schema,
|
|
16389
|
+
createSandboxesV2Status401Schema,
|
|
16390
|
+
createSandboxesV2Status402Schema,
|
|
16391
|
+
createSandboxesV2Status403Schema,
|
|
16392
|
+
createSandboxesV2Status404Schema,
|
|
16393
|
+
createSandboxesV2Status409Schema,
|
|
16394
|
+
createSandboxesV2Status410Schema,
|
|
16395
|
+
createSandboxesV2Status422Schema,
|
|
16396
|
+
createSandboxesV2Status429Schema,
|
|
16397
|
+
createSandboxesV2Status500Schema
|
|
15968
16398
|
]);
|
|
15969
16399
|
const listDrivesQueryProjectIdSchema = z__namespace.string().optional().describe("The project ID or name associated with the drives. Required unless using a Vercel OIDC token scoped to a project.");
|
|
15970
16400
|
const listDrivesQueryLimitSchema = z__namespace.number().min(1).max(50).optional().default(20).describe("Maximum number of drives to return in the response. Used for pagination.");
|
|
@@ -16404,7 +16834,6 @@ const updateSessionNetworkPolicyQuerySlugSchema = z__namespace.string().optional
|
|
|
16404
16834
|
const updateSessionNetworkPolicyStatus200Schema = z__namespace.unknown();
|
|
16405
16835
|
const updateSessionNetworkPolicyStatus400Schema = z__namespace.unknown();
|
|
16406
16836
|
const updateSessionNetworkPolicyStatus401Schema = z__namespace.unknown();
|
|
16407
|
-
const updateSessionNetworkPolicyStatus402Schema = z__namespace.unknown();
|
|
16408
16837
|
const updateSessionNetworkPolicyStatus403Schema = z__namespace.unknown();
|
|
16409
16838
|
const updateSessionNetworkPolicyStatus404Schema = z__namespace.unknown();
|
|
16410
16839
|
const updateSessionNetworkPolicyStatus410Schema = z__namespace.unknown();
|
|
@@ -16415,7 +16844,6 @@ const updateSessionNetworkPolicyResponseSchema = z__namespace.union([
|
|
|
16415
16844
|
updateSessionNetworkPolicyStatus200Schema,
|
|
16416
16845
|
updateSessionNetworkPolicyStatus400Schema,
|
|
16417
16846
|
updateSessionNetworkPolicyStatus401Schema,
|
|
16418
|
-
updateSessionNetworkPolicyStatus402Schema,
|
|
16419
16847
|
updateSessionNetworkPolicyStatus403Schema,
|
|
16420
16848
|
updateSessionNetworkPolicyStatus404Schema,
|
|
16421
16849
|
updateSessionNetworkPolicyStatus410Schema,
|
|
@@ -16546,6 +16974,32 @@ const createSandboxesByNameForkResponseSchema = z__namespace.union([
|
|
|
16546
16974
|
createSandboxesByNameForkStatus429Schema,
|
|
16547
16975
|
createSandboxesByNameForkStatus500Schema
|
|
16548
16976
|
]);
|
|
16977
|
+
const createSandboxesV3QueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.");
|
|
16978
|
+
const createSandboxesV3QuerySlugSchema = z__namespace.string().optional().describe("The Team slug to perform the request on behalf of.");
|
|
16979
|
+
const createSandboxesV3Status200Schema = z__namespace.unknown();
|
|
16980
|
+
const createSandboxesV3Status400Schema = z__namespace.unknown();
|
|
16981
|
+
const createSandboxesV3Status401Schema = z__namespace.unknown();
|
|
16982
|
+
const createSandboxesV3Status402Schema = z__namespace.unknown();
|
|
16983
|
+
const createSandboxesV3Status403Schema = z__namespace.unknown();
|
|
16984
|
+
const createSandboxesV3Status404Schema = z__namespace.unknown();
|
|
16985
|
+
const createSandboxesV3Status409Schema = z__namespace.unknown();
|
|
16986
|
+
const createSandboxesV3Status410Schema = z__namespace.unknown();
|
|
16987
|
+
const createSandboxesV3Status422Schema = z__namespace.unknown();
|
|
16988
|
+
const createSandboxesV3Status429Schema = z__namespace.unknown();
|
|
16989
|
+
const createSandboxesV3Status500Schema = z__namespace.unknown();
|
|
16990
|
+
const createSandboxesV3ResponseSchema = z__namespace.union([
|
|
16991
|
+
createSandboxesV3Status200Schema,
|
|
16992
|
+
createSandboxesV3Status400Schema,
|
|
16993
|
+
createSandboxesV3Status401Schema,
|
|
16994
|
+
createSandboxesV3Status402Schema,
|
|
16995
|
+
createSandboxesV3Status403Schema,
|
|
16996
|
+
createSandboxesV3Status404Schema,
|
|
16997
|
+
createSandboxesV3Status409Schema,
|
|
16998
|
+
createSandboxesV3Status410Schema,
|
|
16999
|
+
createSandboxesV3Status422Schema,
|
|
17000
|
+
createSandboxesV3Status429Schema,
|
|
17001
|
+
createSandboxesV3Status500Schema
|
|
17002
|
+
]);
|
|
16549
17003
|
const updateAttackChallengeModeQueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.");
|
|
16550
17004
|
const updateAttackChallengeModeQuerySlugSchema = z__namespace.string().optional().describe("The Team slug to perform the request on behalf of.");
|
|
16551
17005
|
const updateAttackChallengeModeStatus200Schema = z__namespace.unknown();
|
|
@@ -17385,6 +17839,80 @@ const listRepositoryImagesResponseSchema = z__namespace.union([
|
|
|
17385
17839
|
listRepositoryImagesStatus404Schema,
|
|
17386
17840
|
listRepositoryImagesStatus410Schema
|
|
17387
17841
|
]);
|
|
17842
|
+
const addRepositoryPermissionQueryProjectIdSchema = z__namespace.string();
|
|
17843
|
+
const addRepositoryPermissionPathIdOrNameSchema = z__namespace.string().max(255);
|
|
17844
|
+
const addRepositoryPermissionQueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.");
|
|
17845
|
+
const addRepositoryPermissionQuerySlugSchema = z__namespace.string().optional().describe("The Team slug to perform the request on behalf of.");
|
|
17846
|
+
const addRepositoryPermissionStatus200Schema = z__namespace.unknown();
|
|
17847
|
+
const addRepositoryPermissionStatus400Schema = z__namespace.unknown();
|
|
17848
|
+
const addRepositoryPermissionStatus401Schema = z__namespace.unknown();
|
|
17849
|
+
const addRepositoryPermissionStatus403Schema = z__namespace.unknown();
|
|
17850
|
+
const addRepositoryPermissionStatus404Schema = z__namespace.unknown();
|
|
17851
|
+
const addRepositoryPermissionStatus410Schema = z__namespace.unknown();
|
|
17852
|
+
const addRepositoryPermissionResponseSchema = z__namespace.union([
|
|
17853
|
+
addRepositoryPermissionStatus200Schema,
|
|
17854
|
+
addRepositoryPermissionStatus400Schema,
|
|
17855
|
+
addRepositoryPermissionStatus401Schema,
|
|
17856
|
+
addRepositoryPermissionStatus403Schema,
|
|
17857
|
+
addRepositoryPermissionStatus404Schema,
|
|
17858
|
+
addRepositoryPermissionStatus410Schema
|
|
17859
|
+
]);
|
|
17860
|
+
const removeRepositoryPermissionQueryProjectIdSchema = z__namespace.string();
|
|
17861
|
+
const removeRepositoryPermissionPathIdOrNameSchema = z__namespace.string().max(255);
|
|
17862
|
+
const removeRepositoryPermissionQueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.");
|
|
17863
|
+
const removeRepositoryPermissionQuerySlugSchema = z__namespace.string().optional().describe("The Team slug to perform the request on behalf of.");
|
|
17864
|
+
const removeRepositoryPermissionStatus204Schema = z__namespace.unknown();
|
|
17865
|
+
const removeRepositoryPermissionStatus400Schema = z__namespace.unknown();
|
|
17866
|
+
const removeRepositoryPermissionStatus401Schema = z__namespace.unknown();
|
|
17867
|
+
const removeRepositoryPermissionStatus403Schema = z__namespace.unknown();
|
|
17868
|
+
const removeRepositoryPermissionStatus404Schema = z__namespace.unknown();
|
|
17869
|
+
const removeRepositoryPermissionStatus410Schema = z__namespace.unknown();
|
|
17870
|
+
const removeRepositoryPermissionResponseSchema = z__namespace.union([
|
|
17871
|
+
removeRepositoryPermissionStatus204Schema,
|
|
17872
|
+
removeRepositoryPermissionStatus400Schema,
|
|
17873
|
+
removeRepositoryPermissionStatus401Schema,
|
|
17874
|
+
removeRepositoryPermissionStatus403Schema,
|
|
17875
|
+
removeRepositoryPermissionStatus404Schema,
|
|
17876
|
+
removeRepositoryPermissionStatus410Schema
|
|
17877
|
+
]);
|
|
17878
|
+
const listRepositoryPermissionsQueryProjectIdSchema = z__namespace.string();
|
|
17879
|
+
const listRepositoryPermissionsPathIdOrNameSchema = z__namespace.string().max(255);
|
|
17880
|
+
const listRepositoryPermissionsQueryLimitSchema = z__namespace.int().min(1).max(100).optional();
|
|
17881
|
+
const listRepositoryPermissionsQueryCursorSchema = z__namespace.string().max(1024).optional().describe("Opaque pagination cursor returned by a previous list response.");
|
|
17882
|
+
const listRepositoryPermissionsQueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.");
|
|
17883
|
+
const listRepositoryPermissionsQuerySlugSchema = z__namespace.string().optional().describe("The Team slug to perform the request on behalf of.");
|
|
17884
|
+
const listRepositoryPermissionsStatus200Schema = z__namespace.unknown();
|
|
17885
|
+
const listRepositoryPermissionsStatus400Schema = z__namespace.unknown();
|
|
17886
|
+
const listRepositoryPermissionsStatus401Schema = z__namespace.unknown();
|
|
17887
|
+
const listRepositoryPermissionsStatus403Schema = z__namespace.unknown();
|
|
17888
|
+
const listRepositoryPermissionsStatus404Schema = z__namespace.unknown();
|
|
17889
|
+
const listRepositoryPermissionsStatus410Schema = z__namespace.unknown();
|
|
17890
|
+
const listRepositoryPermissionsResponseSchema = z__namespace.union([
|
|
17891
|
+
listRepositoryPermissionsStatus200Schema,
|
|
17892
|
+
listRepositoryPermissionsStatus400Schema,
|
|
17893
|
+
listRepositoryPermissionsStatus401Schema,
|
|
17894
|
+
listRepositoryPermissionsStatus403Schema,
|
|
17895
|
+
listRepositoryPermissionsStatus404Schema,
|
|
17896
|
+
listRepositoryPermissionsStatus410Schema
|
|
17897
|
+
]);
|
|
17898
|
+
const clearRepositoryPermissionsQueryProjectIdSchema = z__namespace.string();
|
|
17899
|
+
const clearRepositoryPermissionsPathIdOrNameSchema = z__namespace.string().max(255);
|
|
17900
|
+
const clearRepositoryPermissionsQueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.");
|
|
17901
|
+
const clearRepositoryPermissionsQuerySlugSchema = z__namespace.string().optional().describe("The Team slug to perform the request on behalf of.");
|
|
17902
|
+
const clearRepositoryPermissionsStatus204Schema = z__namespace.unknown();
|
|
17903
|
+
const clearRepositoryPermissionsStatus400Schema = z__namespace.unknown();
|
|
17904
|
+
const clearRepositoryPermissionsStatus401Schema = z__namespace.unknown();
|
|
17905
|
+
const clearRepositoryPermissionsStatus403Schema = z__namespace.unknown();
|
|
17906
|
+
const clearRepositoryPermissionsStatus404Schema = z__namespace.unknown();
|
|
17907
|
+
const clearRepositoryPermissionsStatus410Schema = z__namespace.unknown();
|
|
17908
|
+
const clearRepositoryPermissionsResponseSchema = z__namespace.union([
|
|
17909
|
+
clearRepositoryPermissionsStatus204Schema,
|
|
17910
|
+
clearRepositoryPermissionsStatus400Schema,
|
|
17911
|
+
clearRepositoryPermissionsStatus401Schema,
|
|
17912
|
+
clearRepositoryPermissionsStatus403Schema,
|
|
17913
|
+
clearRepositoryPermissionsStatus404Schema,
|
|
17914
|
+
clearRepositoryPermissionsStatus410Schema
|
|
17915
|
+
]);
|
|
17388
17916
|
const listRepositoryTagsQueryProjectIdSchema = z__namespace.string();
|
|
17389
17917
|
const listRepositoryTagsPathIdOrNameSchema = z__namespace.string().max(255);
|
|
17390
17918
|
const listRepositoryTagsQueryLimitSchema = z__namespace.int().min(1).max(100).optional();
|
|
@@ -17470,6 +17998,249 @@ const deleteRepositoryImageResponseSchema = z__namespace.union([
|
|
|
17470
17998
|
deleteRepositoryImageStatus404Schema,
|
|
17471
17999
|
deleteRepositoryImageStatus410Schema
|
|
17472
18000
|
]);
|
|
18001
|
+
const getRootStatus200Schema = z__namespace.unknown();
|
|
18002
|
+
const getRootStatus400Schema = z__namespace.unknown();
|
|
18003
|
+
const getRootStatus401Schema = z__namespace.unknown();
|
|
18004
|
+
const getRootStatus402Schema = z__namespace.unknown();
|
|
18005
|
+
const getRootStatus403Schema = z__namespace.unknown();
|
|
18006
|
+
const getRootStatus404Schema = z__namespace.unknown();
|
|
18007
|
+
const getRootStatus410Schema = z__namespace.unknown();
|
|
18008
|
+
const getRootResponseSchema = z__namespace.union([
|
|
18009
|
+
getRootStatus200Schema,
|
|
18010
|
+
getRootStatus400Schema,
|
|
18011
|
+
getRootStatus401Schema,
|
|
18012
|
+
getRootStatus402Schema,
|
|
18013
|
+
getRootStatus403Schema,
|
|
18014
|
+
getRootStatus404Schema,
|
|
18015
|
+
getRootStatus410Schema
|
|
18016
|
+
]);
|
|
18017
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathTeamSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository team slug component.");
|
|
18018
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathProjectSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository project slug component.");
|
|
18019
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathRepositoryNameSchema = z__namespace.string().max(255).regex(/^[a-z0-9]+(?:(?:\\.|_|__|-+)[a-z0-9]+)*$/).describe("Single Docker repository name component.");
|
|
18020
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathDigestSchema = z__namespace.string().max(255).regex(/^[A-Za-z0-9_+.-]+:[A-Fa-f0-9]+$/).describe("Content-addressable digest (algorithm:hex).");
|
|
18021
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus400Schema = z__namespace.unknown();
|
|
18022
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus401Schema = z__namespace.unknown();
|
|
18023
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus402Schema = z__namespace.unknown();
|
|
18024
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus403Schema = z__namespace.unknown();
|
|
18025
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus404Schema = z__namespace.unknown();
|
|
18026
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus410Schema = z__namespace.unknown();
|
|
18027
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus416Schema = z__namespace.unknown();
|
|
18028
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestResponseSchema = z__namespace.union([
|
|
18029
|
+
getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus400Schema,
|
|
18030
|
+
getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus401Schema,
|
|
18031
|
+
getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus402Schema,
|
|
18032
|
+
getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus403Schema,
|
|
18033
|
+
getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus404Schema,
|
|
18034
|
+
getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus410Schema,
|
|
18035
|
+
getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus416Schema
|
|
18036
|
+
]);
|
|
18037
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathTeamSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository team slug component.");
|
|
18038
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathProjectSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository project slug component.");
|
|
18039
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathRepositoryNameSchema = z__namespace.string().max(255).regex(/^[a-z0-9]+(?:(?:\\.|_|__|-+)[a-z0-9]+)*$/).describe("Single Docker repository name component.");
|
|
18040
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathDigestSchema = z__namespace.string().max(255).regex(/^[A-Za-z0-9_+.-]+:[A-Fa-f0-9]+$/).describe("Content-addressable digest (algorithm:hex).");
|
|
18041
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus400Schema = z__namespace.unknown();
|
|
18042
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus401Schema = z__namespace.unknown();
|
|
18043
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus402Schema = z__namespace.unknown();
|
|
18044
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus403Schema = z__namespace.unknown();
|
|
18045
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus404Schema = z__namespace.unknown();
|
|
18046
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus405Schema = z__namespace.unknown();
|
|
18047
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus410Schema = z__namespace.unknown();
|
|
18048
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestResponseSchema = z__namespace.union([
|
|
18049
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus400Schema,
|
|
18050
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus401Schema,
|
|
18051
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus402Schema,
|
|
18052
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus403Schema,
|
|
18053
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus404Schema,
|
|
18054
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus405Schema,
|
|
18055
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus410Schema
|
|
18056
|
+
]);
|
|
18057
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository team slug component.");
|
|
18058
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository project slug component.");
|
|
18059
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema = z__namespace.string().max(255).regex(/^[a-z0-9]+(?:(?:\\.|_|__|-+)[a-z0-9]+)*$/).describe("Single Docker repository name component.");
|
|
18060
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema = z__namespace.string().max(40).regex(/^[a-f0-9]{40}$/).describe("Blob upload session identifier.");
|
|
18061
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus204Schema = z__namespace.unknown();
|
|
18062
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema = z__namespace.unknown();
|
|
18063
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema = z__namespace.unknown();
|
|
18064
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema = z__namespace.unknown();
|
|
18065
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema = z__namespace.unknown();
|
|
18066
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema = z__namespace.unknown();
|
|
18067
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema = z__namespace.unknown();
|
|
18068
|
+
const getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema = z__namespace.union([
|
|
18069
|
+
getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus204Schema,
|
|
18070
|
+
getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema,
|
|
18071
|
+
getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema,
|
|
18072
|
+
getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema,
|
|
18073
|
+
getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema,
|
|
18074
|
+
getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema,
|
|
18075
|
+
getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema
|
|
18076
|
+
]);
|
|
18077
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository team slug component.");
|
|
18078
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository project slug component.");
|
|
18079
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema = z__namespace.string().max(255).regex(/^[a-z0-9]+(?:(?:\\.|_|__|-+)[a-z0-9]+)*$/).describe("Single Docker repository name component.");
|
|
18080
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema = z__namespace.string().max(40).regex(/^[a-f0-9]{40}$/).describe("Blob upload session identifier.");
|
|
18081
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus204Schema = z__namespace.unknown();
|
|
18082
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema = z__namespace.unknown();
|
|
18083
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema = z__namespace.unknown();
|
|
18084
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema = z__namespace.unknown();
|
|
18085
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema = z__namespace.unknown();
|
|
18086
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema = z__namespace.unknown();
|
|
18087
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema = z__namespace.unknown();
|
|
18088
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema = z__namespace.union([
|
|
18089
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus204Schema,
|
|
18090
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema,
|
|
18091
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema,
|
|
18092
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema,
|
|
18093
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema,
|
|
18094
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema,
|
|
18095
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema
|
|
18096
|
+
]);
|
|
18097
|
+
const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository team slug component.");
|
|
18098
|
+
const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository project slug component.");
|
|
18099
|
+
const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema = z__namespace.string().max(255).regex(/^[a-z0-9]+(?:(?:\\.|_|__|-+)[a-z0-9]+)*$/).describe("Single Docker repository name component.");
|
|
18100
|
+
const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema = z__namespace.string().max(40).regex(/^[a-f0-9]{40}$/).describe("Blob upload session identifier.");
|
|
18101
|
+
const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus202Schema = z__namespace.unknown();
|
|
18102
|
+
const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema = z__namespace.unknown();
|
|
18103
|
+
const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema = z__namespace.unknown();
|
|
18104
|
+
const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema = z__namespace.unknown();
|
|
18105
|
+
const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema = z__namespace.unknown();
|
|
18106
|
+
const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema = z__namespace.unknown();
|
|
18107
|
+
const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema = z__namespace.unknown();
|
|
18108
|
+
const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus413Schema = z__namespace.unknown();
|
|
18109
|
+
const updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema = z__namespace.union([
|
|
18110
|
+
updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus202Schema,
|
|
18111
|
+
updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema,
|
|
18112
|
+
updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema,
|
|
18113
|
+
updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema,
|
|
18114
|
+
updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema,
|
|
18115
|
+
updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema,
|
|
18116
|
+
updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema,
|
|
18117
|
+
updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus413Schema
|
|
18118
|
+
]);
|
|
18119
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository team slug component.");
|
|
18120
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository project slug component.");
|
|
18121
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema = z__namespace.string().max(255).regex(/^[a-z0-9]+(?:(?:\\.|_|__|-+)[a-z0-9]+)*$/).describe("Single Docker repository name component.");
|
|
18122
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema = z__namespace.string().max(40).regex(/^[a-f0-9]{40}$/).describe("Blob upload session identifier.");
|
|
18123
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidQueryDigestSchema = z__namespace.string().max(255).regex(/^[A-Za-z0-9_+.-]+:[A-Fa-f0-9]+$/).describe("Content-addressable digest (algorithm:hex).");
|
|
18124
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus201Schema = z__namespace.unknown();
|
|
18125
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema = z__namespace.unknown();
|
|
18126
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema = z__namespace.unknown();
|
|
18127
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema = z__namespace.unknown();
|
|
18128
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema = z__namespace.unknown();
|
|
18129
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema = z__namespace.unknown();
|
|
18130
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema = z__namespace.unknown();
|
|
18131
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus413Schema = z__namespace.unknown();
|
|
18132
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema = z__namespace.union([
|
|
18133
|
+
replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus201Schema,
|
|
18134
|
+
replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema,
|
|
18135
|
+
replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema,
|
|
18136
|
+
replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema,
|
|
18137
|
+
replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema,
|
|
18138
|
+
replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema,
|
|
18139
|
+
replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema,
|
|
18140
|
+
replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus413Schema
|
|
18141
|
+
]);
|
|
18142
|
+
const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsPathTeamSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository team slug component.");
|
|
18143
|
+
const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsPathProjectSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository project slug component.");
|
|
18144
|
+
const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsPathRepositoryNameSchema = z__namespace.string().max(255).regex(/^[a-z0-9]+(?:(?:\\.|_|__|-+)[a-z0-9]+)*$/).describe("Single Docker repository name component.");
|
|
18145
|
+
const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsQueryMountSchema = z__namespace.string().max(255).regex(/^[A-Za-z0-9_+.-]+:[A-Fa-f0-9]+$/).optional().describe("Digest of the blob to mount from another repository.");
|
|
18146
|
+
const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsQueryFromSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?\\\/[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?\\\/[a-z0-9]+(?:(?:\\.|_|__|-+)[a-z0-9]+)*$/).optional().describe("Source repository to mount the blob from.");
|
|
18147
|
+
const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus202Schema = z__namespace.unknown();
|
|
18148
|
+
const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus400Schema = z__namespace.unknown();
|
|
18149
|
+
const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus401Schema = z__namespace.unknown();
|
|
18150
|
+
const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus402Schema = z__namespace.unknown();
|
|
18151
|
+
const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus403Schema = z__namespace.unknown();
|
|
18152
|
+
const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus404Schema = z__namespace.unknown();
|
|
18153
|
+
const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus410Schema = z__namespace.unknown();
|
|
18154
|
+
const createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsResponseSchema = z__namespace.union([
|
|
18155
|
+
createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus202Schema,
|
|
18156
|
+
createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus400Schema,
|
|
18157
|
+
createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus401Schema,
|
|
18158
|
+
createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus402Schema,
|
|
18159
|
+
createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus403Schema,
|
|
18160
|
+
createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus404Schema,
|
|
18161
|
+
createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus410Schema
|
|
18162
|
+
]);
|
|
18163
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathTeamSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository team slug component.");
|
|
18164
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathProjectSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository project slug component.");
|
|
18165
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathRepositoryNameSchema = z__namespace.string().max(255).regex(/^[a-z0-9]+(?:(?:\\.|_|__|-+)[a-z0-9]+)*$/).describe("Single Docker repository name component.");
|
|
18166
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathReferenceSchema = z__namespace.string().max(255).regex(/^(?:[a-zA-Z0-9_][a-zA-Z0-9._-]{0,127}|[A-Za-z0-9_+.-]+:[A-Fa-f0-9]+)$/).describe("Manifest reference: a tag or digest.");
|
|
18167
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus201Schema = z__namespace.unknown();
|
|
18168
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema = z__namespace.unknown();
|
|
18169
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema = z__namespace.unknown();
|
|
18170
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema = z__namespace.unknown();
|
|
18171
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema = z__namespace.unknown();
|
|
18172
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema = z__namespace.unknown();
|
|
18173
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema = z__namespace.unknown();
|
|
18174
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus413Schema = z__namespace.unknown();
|
|
18175
|
+
const replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceResponseSchema = z__namespace.union([
|
|
18176
|
+
replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus201Schema,
|
|
18177
|
+
replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema,
|
|
18178
|
+
replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema,
|
|
18179
|
+
replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema,
|
|
18180
|
+
replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema,
|
|
18181
|
+
replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema,
|
|
18182
|
+
replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema,
|
|
18183
|
+
replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus413Schema
|
|
18184
|
+
]);
|
|
18185
|
+
const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathTeamSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository team slug component.");
|
|
18186
|
+
const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathProjectSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository project slug component.");
|
|
18187
|
+
const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathRepositoryNameSchema = z__namespace.string().max(255).regex(/^[a-z0-9]+(?:(?:\\.|_|__|-+)[a-z0-9]+)*$/).describe("Single Docker repository name component.");
|
|
18188
|
+
const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathReferenceSchema = z__namespace.string().max(255).regex(/^(?:[a-zA-Z0-9_][a-zA-Z0-9._-]{0,127}|[A-Za-z0-9_+.-]+:[A-Fa-f0-9]+)$/).describe("Manifest reference: a tag or digest.");
|
|
18189
|
+
const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema = z__namespace.unknown();
|
|
18190
|
+
const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema = z__namespace.unknown();
|
|
18191
|
+
const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema = z__namespace.unknown();
|
|
18192
|
+
const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema = z__namespace.unknown();
|
|
18193
|
+
const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema = z__namespace.unknown();
|
|
18194
|
+
const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema = z__namespace.unknown();
|
|
18195
|
+
const getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceResponseSchema = z__namespace.union([
|
|
18196
|
+
getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema,
|
|
18197
|
+
getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema,
|
|
18198
|
+
getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema,
|
|
18199
|
+
getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema,
|
|
18200
|
+
getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema,
|
|
18201
|
+
getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema
|
|
18202
|
+
]);
|
|
18203
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathTeamSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository team slug component.");
|
|
18204
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathProjectSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository project slug component.");
|
|
18205
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathRepositoryNameSchema = z__namespace.string().max(255).regex(/^[a-z0-9]+(?:(?:\\.|_|__|-+)[a-z0-9]+)*$/).describe("Single Docker repository name component.");
|
|
18206
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathReferenceSchema = z__namespace.string().max(255).regex(/^[A-Za-z0-9_+.-]+:[A-Fa-f0-9]+$/).describe("Content-addressable digest (algorithm:hex).");
|
|
18207
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus202Schema = z__namespace.unknown();
|
|
18208
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema = z__namespace.unknown();
|
|
18209
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema = z__namespace.unknown();
|
|
18210
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema = z__namespace.unknown();
|
|
18211
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema = z__namespace.unknown();
|
|
18212
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema = z__namespace.unknown();
|
|
18213
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema = z__namespace.unknown();
|
|
18214
|
+
const deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceResponseSchema = z__namespace.union([
|
|
18215
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus202Schema,
|
|
18216
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema,
|
|
18217
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema,
|
|
18218
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema,
|
|
18219
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema,
|
|
18220
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema,
|
|
18221
|
+
deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema
|
|
18222
|
+
]);
|
|
18223
|
+
const getByTeamSlugByProjectSlugByRepositoryNameTagsListPathTeamSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository team slug component.");
|
|
18224
|
+
const getByTeamSlugByProjectSlugByRepositoryNameTagsListPathProjectSlugSchema = z__namespace.string().max(255).regex(/^[a-z0-9](?:[a-z0-9-]{0,46}[a-z0-9])?$/).describe("Single Docker repository project slug component.");
|
|
18225
|
+
const getByTeamSlugByProjectSlugByRepositoryNameTagsListPathRepositoryNameSchema = z__namespace.string().max(255).regex(/^[a-z0-9]+(?:(?:\\.|_|__|-+)[a-z0-9]+)*$/).describe("Single Docker repository name component.");
|
|
18226
|
+
const getByTeamSlugByProjectSlugByRepositoryNameTagsListQueryNSchema = z__namespace.int().min(1).max(1000).optional();
|
|
18227
|
+
const getByTeamSlugByProjectSlugByRepositoryNameTagsListQueryLastSchema = z__namespace.string().max(1024).optional().describe("Opaque pagination cursor returned by a previous list response.");
|
|
18228
|
+
const getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus200Schema = z__namespace.unknown();
|
|
18229
|
+
const getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus400Schema = z__namespace.unknown();
|
|
18230
|
+
const getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus401Schema = z__namespace.unknown();
|
|
18231
|
+
const getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus402Schema = z__namespace.unknown();
|
|
18232
|
+
const getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus403Schema = z__namespace.unknown();
|
|
18233
|
+
const getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus404Schema = z__namespace.unknown();
|
|
18234
|
+
const getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus410Schema = z__namespace.unknown();
|
|
18235
|
+
const getByTeamSlugByProjectSlugByRepositoryNameTagsListResponseSchema = z__namespace.union([
|
|
18236
|
+
getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus200Schema,
|
|
18237
|
+
getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus400Schema,
|
|
18238
|
+
getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus401Schema,
|
|
18239
|
+
getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus402Schema,
|
|
18240
|
+
getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus403Schema,
|
|
18241
|
+
getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus404Schema,
|
|
18242
|
+
getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus410Schema
|
|
18243
|
+
]);
|
|
17473
18244
|
const createWebInsightsToggleQueryProjectIdSchema = z__namespace.string();
|
|
17474
18245
|
const createWebInsightsToggleStatus200Schema = z__namespace.unknown();
|
|
17475
18246
|
const createWebInsightsToggleStatus400Schema = z__namespace.unknown();
|
|
@@ -17994,6 +18765,17 @@ exports.addProjectMemberStatus401Schema = addProjectMemberStatus401Schema;
|
|
|
17994
18765
|
exports.addProjectMemberStatus403Schema = addProjectMemberStatus403Schema;
|
|
17995
18766
|
exports.addProjectMemberStatus410Schema = addProjectMemberStatus410Schema;
|
|
17996
18767
|
exports.addProjectMemberStatus500Schema = addProjectMemberStatus500Schema;
|
|
18768
|
+
exports.addRepositoryPermissionPathIdOrNameSchema = addRepositoryPermissionPathIdOrNameSchema;
|
|
18769
|
+
exports.addRepositoryPermissionQueryProjectIdSchema = addRepositoryPermissionQueryProjectIdSchema;
|
|
18770
|
+
exports.addRepositoryPermissionQuerySlugSchema = addRepositoryPermissionQuerySlugSchema;
|
|
18771
|
+
exports.addRepositoryPermissionQueryTeamIdSchema = addRepositoryPermissionQueryTeamIdSchema;
|
|
18772
|
+
exports.addRepositoryPermissionResponseSchema = addRepositoryPermissionResponseSchema;
|
|
18773
|
+
exports.addRepositoryPermissionStatus200Schema = addRepositoryPermissionStatus200Schema;
|
|
18774
|
+
exports.addRepositoryPermissionStatus400Schema = addRepositoryPermissionStatus400Schema;
|
|
18775
|
+
exports.addRepositoryPermissionStatus401Schema = addRepositoryPermissionStatus401Schema;
|
|
18776
|
+
exports.addRepositoryPermissionStatus403Schema = addRepositoryPermissionStatus403Schema;
|
|
18777
|
+
exports.addRepositoryPermissionStatus404Schema = addRepositoryPermissionStatus404Schema;
|
|
18778
|
+
exports.addRepositoryPermissionStatus410Schema = addRepositoryPermissionStatus410Schema;
|
|
17997
18779
|
exports.addRoutePathProjectIdSchema = addRoutePathProjectIdSchema;
|
|
17998
18780
|
exports.addRouteQuerySlugSchema = addRouteQuerySlugSchema;
|
|
17999
18781
|
exports.addRouteQueryTeamIdSchema = addRouteQueryTeamIdSchema;
|
|
@@ -18135,6 +18917,17 @@ exports.claimDomainOwnershipStatus401Schema = claimDomainOwnershipStatus401Schem
|
|
|
18135
18917
|
exports.claimDomainOwnershipStatus403Schema = claimDomainOwnershipStatus403Schema;
|
|
18136
18918
|
exports.claimDomainOwnershipStatus404Schema = claimDomainOwnershipStatus404Schema;
|
|
18137
18919
|
exports.claimDomainOwnershipStatus410Schema = claimDomainOwnershipStatus410Schema;
|
|
18920
|
+
exports.clearRepositoryPermissionsPathIdOrNameSchema = clearRepositoryPermissionsPathIdOrNameSchema;
|
|
18921
|
+
exports.clearRepositoryPermissionsQueryProjectIdSchema = clearRepositoryPermissionsQueryProjectIdSchema;
|
|
18922
|
+
exports.clearRepositoryPermissionsQuerySlugSchema = clearRepositoryPermissionsQuerySlugSchema;
|
|
18923
|
+
exports.clearRepositoryPermissionsQueryTeamIdSchema = clearRepositoryPermissionsQueryTeamIdSchema;
|
|
18924
|
+
exports.clearRepositoryPermissionsResponseSchema = clearRepositoryPermissionsResponseSchema;
|
|
18925
|
+
exports.clearRepositoryPermissionsStatus204Schema = clearRepositoryPermissionsStatus204Schema;
|
|
18926
|
+
exports.clearRepositoryPermissionsStatus400Schema = clearRepositoryPermissionsStatus400Schema;
|
|
18927
|
+
exports.clearRepositoryPermissionsStatus401Schema = clearRepositoryPermissionsStatus401Schema;
|
|
18928
|
+
exports.clearRepositoryPermissionsStatus403Schema = clearRepositoryPermissionsStatus403Schema;
|
|
18929
|
+
exports.clearRepositoryPermissionsStatus404Schema = clearRepositoryPermissionsStatus404Schema;
|
|
18930
|
+
exports.clearRepositoryPermissionsStatus410Schema = clearRepositoryPermissionsStatus410Schema;
|
|
18138
18931
|
exports.completeRollingReleasePathIdOrNameSchema = completeRollingReleasePathIdOrNameSchema;
|
|
18139
18932
|
exports.completeRollingReleaseQuerySlugSchema = completeRollingReleaseQuerySlugSchema;
|
|
18140
18933
|
exports.completeRollingReleaseQueryTeamIdSchema = completeRollingReleaseQueryTeamIdSchema;
|
|
@@ -18230,6 +19023,19 @@ exports.createAuthTokenStatus401Schema = createAuthTokenStatus401Schema;
|
|
|
18230
19023
|
exports.createAuthTokenStatus403Schema = createAuthTokenStatus403Schema;
|
|
18231
19024
|
exports.createAuthTokenStatus404Schema = createAuthTokenStatus404Schema;
|
|
18232
19025
|
exports.createAuthTokenStatus410Schema = createAuthTokenStatus410Schema;
|
|
19026
|
+
exports.createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsPathProjectSlugSchema = createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsPathProjectSlugSchema;
|
|
19027
|
+
exports.createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsPathRepositoryNameSchema = createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsPathRepositoryNameSchema;
|
|
19028
|
+
exports.createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsPathTeamSlugSchema = createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsPathTeamSlugSchema;
|
|
19029
|
+
exports.createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsQueryFromSchema = createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsQueryFromSchema;
|
|
19030
|
+
exports.createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsQueryMountSchema = createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsQueryMountSchema;
|
|
19031
|
+
exports.createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsResponseSchema = createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsResponseSchema;
|
|
19032
|
+
exports.createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus202Schema = createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus202Schema;
|
|
19033
|
+
exports.createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus400Schema = createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus400Schema;
|
|
19034
|
+
exports.createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus401Schema = createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus401Schema;
|
|
19035
|
+
exports.createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus402Schema = createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus402Schema;
|
|
19036
|
+
exports.createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus403Schema = createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus403Schema;
|
|
19037
|
+
exports.createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus404Schema = createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus404Schema;
|
|
19038
|
+
exports.createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus410Schema = createByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsStatus410Schema;
|
|
18233
19039
|
exports.createCheckPathDeploymentIdSchema = createCheckPathDeploymentIdSchema;
|
|
18234
19040
|
exports.createCheckQuerySlugSchema = createCheckQuerySlugSchema;
|
|
18235
19041
|
exports.createCheckQueryTeamIdSchema = createCheckQueryTeamIdSchema;
|
|
@@ -18532,20 +19338,34 @@ exports.createSandboxesByNameForkStatus410Schema = createSandboxesByNameForkStat
|
|
|
18532
19338
|
exports.createSandboxesByNameForkStatus422Schema = createSandboxesByNameForkStatus422Schema;
|
|
18533
19339
|
exports.createSandboxesByNameForkStatus429Schema = createSandboxesByNameForkStatus429Schema;
|
|
18534
19340
|
exports.createSandboxesByNameForkStatus500Schema = createSandboxesByNameForkStatus500Schema;
|
|
18535
|
-
exports.
|
|
18536
|
-
exports.
|
|
18537
|
-
exports.
|
|
18538
|
-
exports.
|
|
18539
|
-
exports.
|
|
18540
|
-
exports.
|
|
18541
|
-
exports.
|
|
18542
|
-
exports.
|
|
18543
|
-
exports.
|
|
18544
|
-
exports.
|
|
18545
|
-
exports.
|
|
18546
|
-
exports.
|
|
18547
|
-
exports.
|
|
18548
|
-
exports.
|
|
19341
|
+
exports.createSandboxesV2QuerySlugSchema = createSandboxesV2QuerySlugSchema;
|
|
19342
|
+
exports.createSandboxesV2QueryTeamIdSchema = createSandboxesV2QueryTeamIdSchema;
|
|
19343
|
+
exports.createSandboxesV2ResponseSchema = createSandboxesV2ResponseSchema;
|
|
19344
|
+
exports.createSandboxesV2Status200Schema = createSandboxesV2Status200Schema;
|
|
19345
|
+
exports.createSandboxesV2Status400Schema = createSandboxesV2Status400Schema;
|
|
19346
|
+
exports.createSandboxesV2Status401Schema = createSandboxesV2Status401Schema;
|
|
19347
|
+
exports.createSandboxesV2Status402Schema = createSandboxesV2Status402Schema;
|
|
19348
|
+
exports.createSandboxesV2Status403Schema = createSandboxesV2Status403Schema;
|
|
19349
|
+
exports.createSandboxesV2Status404Schema = createSandboxesV2Status404Schema;
|
|
19350
|
+
exports.createSandboxesV2Status409Schema = createSandboxesV2Status409Schema;
|
|
19351
|
+
exports.createSandboxesV2Status410Schema = createSandboxesV2Status410Schema;
|
|
19352
|
+
exports.createSandboxesV2Status422Schema = createSandboxesV2Status422Schema;
|
|
19353
|
+
exports.createSandboxesV2Status429Schema = createSandboxesV2Status429Schema;
|
|
19354
|
+
exports.createSandboxesV2Status500Schema = createSandboxesV2Status500Schema;
|
|
19355
|
+
exports.createSandboxesV3QuerySlugSchema = createSandboxesV3QuerySlugSchema;
|
|
19356
|
+
exports.createSandboxesV3QueryTeamIdSchema = createSandboxesV3QueryTeamIdSchema;
|
|
19357
|
+
exports.createSandboxesV3ResponseSchema = createSandboxesV3ResponseSchema;
|
|
19358
|
+
exports.createSandboxesV3Status200Schema = createSandboxesV3Status200Schema;
|
|
19359
|
+
exports.createSandboxesV3Status400Schema = createSandboxesV3Status400Schema;
|
|
19360
|
+
exports.createSandboxesV3Status401Schema = createSandboxesV3Status401Schema;
|
|
19361
|
+
exports.createSandboxesV3Status402Schema = createSandboxesV3Status402Schema;
|
|
19362
|
+
exports.createSandboxesV3Status403Schema = createSandboxesV3Status403Schema;
|
|
19363
|
+
exports.createSandboxesV3Status404Schema = createSandboxesV3Status404Schema;
|
|
19364
|
+
exports.createSandboxesV3Status409Schema = createSandboxesV3Status409Schema;
|
|
19365
|
+
exports.createSandboxesV3Status410Schema = createSandboxesV3Status410Schema;
|
|
19366
|
+
exports.createSandboxesV3Status422Schema = createSandboxesV3Status422Schema;
|
|
19367
|
+
exports.createSandboxesV3Status429Schema = createSandboxesV3Status429Schema;
|
|
19368
|
+
exports.createSandboxesV3Status500Schema = createSandboxesV3Status500Schema;
|
|
18549
19369
|
exports.createSdkKeyPathProjectIdOrNameSchema = createSdkKeyPathProjectIdOrNameSchema;
|
|
18550
19370
|
exports.createSdkKeyQuerySlugSchema = createSdkKeyQuerySlugSchema;
|
|
18551
19371
|
exports.createSdkKeyQueryTeamIdSchema = createSdkKeyQueryTeamIdSchema;
|
|
@@ -18733,6 +19553,42 @@ exports.deleteAuthTokenStatus401Schema = deleteAuthTokenStatus401Schema;
|
|
|
18733
19553
|
exports.deleteAuthTokenStatus403Schema = deleteAuthTokenStatus403Schema;
|
|
18734
19554
|
exports.deleteAuthTokenStatus404Schema = deleteAuthTokenStatus404Schema;
|
|
18735
19555
|
exports.deleteAuthTokenStatus410Schema = deleteAuthTokenStatus410Schema;
|
|
19556
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathDigestSchema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathDigestSchema;
|
|
19557
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathProjectSlugSchema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathProjectSlugSchema;
|
|
19558
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathRepositoryNameSchema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathRepositoryNameSchema;
|
|
19559
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathTeamSlugSchema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathTeamSlugSchema;
|
|
19560
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestResponseSchema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestResponseSchema;
|
|
19561
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus400Schema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus400Schema;
|
|
19562
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus401Schema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus401Schema;
|
|
19563
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus402Schema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus402Schema;
|
|
19564
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus403Schema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus403Schema;
|
|
19565
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus404Schema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus404Schema;
|
|
19566
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus405Schema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus405Schema;
|
|
19567
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus410Schema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus410Schema;
|
|
19568
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema;
|
|
19569
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema;
|
|
19570
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema;
|
|
19571
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema;
|
|
19572
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema;
|
|
19573
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus204Schema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus204Schema;
|
|
19574
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema;
|
|
19575
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema;
|
|
19576
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema;
|
|
19577
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema;
|
|
19578
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema;
|
|
19579
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema = deleteByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema;
|
|
19580
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathProjectSlugSchema = deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathProjectSlugSchema;
|
|
19581
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathReferenceSchema = deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathReferenceSchema;
|
|
19582
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathRepositoryNameSchema = deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathRepositoryNameSchema;
|
|
19583
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathTeamSlugSchema = deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathTeamSlugSchema;
|
|
19584
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceResponseSchema = deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceResponseSchema;
|
|
19585
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus202Schema = deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus202Schema;
|
|
19586
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema = deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema;
|
|
19587
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema = deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema;
|
|
19588
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema = deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema;
|
|
19589
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema = deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema;
|
|
19590
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema = deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema;
|
|
19591
|
+
exports.deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema = deleteByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema;
|
|
18736
19592
|
exports.deleteConfigurableLogDrainPathIdSchema = deleteConfigurableLogDrainPathIdSchema;
|
|
18737
19593
|
exports.deleteConfigurableLogDrainQuerySlugSchema = deleteConfigurableLogDrainQuerySlugSchema;
|
|
18738
19594
|
exports.deleteConfigurableLogDrainQueryTeamIdSchema = deleteConfigurableLogDrainQueryTeamIdSchema;
|
|
@@ -18990,7 +19846,9 @@ exports.deleteRoutesStatus400Schema = deleteRoutesStatus400Schema;
|
|
|
18990
19846
|
exports.deleteRoutesStatus401Schema = deleteRoutesStatus401Schema;
|
|
18991
19847
|
exports.deleteRoutesStatus403Schema = deleteRoutesStatus403Schema;
|
|
18992
19848
|
exports.deleteRoutesStatus404Schema = deleteRoutesStatus404Schema;
|
|
19849
|
+
exports.deleteRoutesStatus409Schema = deleteRoutesStatus409Schema;
|
|
18993
19850
|
exports.deleteRoutesStatus410Schema = deleteRoutesStatus410Schema;
|
|
19851
|
+
exports.deleteRoutesStatus500Schema = deleteRoutesStatus500Schema;
|
|
18994
19852
|
exports.deleteSandboxPathNameSchema = deleteSandboxPathNameSchema;
|
|
18995
19853
|
exports.deleteSandboxQueryProjectIdSchema = deleteSandboxQueryProjectIdSchema;
|
|
18996
19854
|
exports.deleteSandboxQuerySlugSchema = deleteSandboxQuerySlugSchema;
|
|
@@ -19312,6 +20170,54 @@ exports.getBulkAvailabilityStatus401Schema = getBulkAvailabilityStatus401Schema;
|
|
|
19312
20170
|
exports.getBulkAvailabilityStatus403Schema = getBulkAvailabilityStatus403Schema;
|
|
19313
20171
|
exports.getBulkAvailabilityStatus429Schema = getBulkAvailabilityStatus429Schema;
|
|
19314
20172
|
exports.getBulkAvailabilityStatus500Schema = getBulkAvailabilityStatus500Schema;
|
|
20173
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathDigestSchema = getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathDigestSchema;
|
|
20174
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathProjectSlugSchema = getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathProjectSlugSchema;
|
|
20175
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathRepositoryNameSchema = getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathRepositoryNameSchema;
|
|
20176
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathTeamSlugSchema = getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestPathTeamSlugSchema;
|
|
20177
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestResponseSchema = getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestResponseSchema;
|
|
20178
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus400Schema = getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus400Schema;
|
|
20179
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus401Schema = getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus401Schema;
|
|
20180
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus402Schema = getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus402Schema;
|
|
20181
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus403Schema = getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus403Schema;
|
|
20182
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus404Schema = getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus404Schema;
|
|
20183
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus410Schema = getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus410Schema;
|
|
20184
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus416Schema = getByTeamSlugByProjectSlugByRepositoryNameBlobsByDigestStatus416Schema;
|
|
20185
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema = getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema;
|
|
20186
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema = getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema;
|
|
20187
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema = getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema;
|
|
20188
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema = getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema;
|
|
20189
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema = getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema;
|
|
20190
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus204Schema = getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus204Schema;
|
|
20191
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema = getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema;
|
|
20192
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema = getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema;
|
|
20193
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema = getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema;
|
|
20194
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema = getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema;
|
|
20195
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema = getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema;
|
|
20196
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema = getByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema;
|
|
20197
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathProjectSlugSchema = getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathProjectSlugSchema;
|
|
20198
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathReferenceSchema = getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathReferenceSchema;
|
|
20199
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathRepositoryNameSchema = getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathRepositoryNameSchema;
|
|
20200
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathTeamSlugSchema = getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathTeamSlugSchema;
|
|
20201
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceResponseSchema = getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceResponseSchema;
|
|
20202
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema = getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema;
|
|
20203
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema = getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema;
|
|
20204
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema = getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema;
|
|
20205
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema = getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema;
|
|
20206
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema = getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema;
|
|
20207
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema = getByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema;
|
|
20208
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameTagsListPathProjectSlugSchema = getByTeamSlugByProjectSlugByRepositoryNameTagsListPathProjectSlugSchema;
|
|
20209
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameTagsListPathRepositoryNameSchema = getByTeamSlugByProjectSlugByRepositoryNameTagsListPathRepositoryNameSchema;
|
|
20210
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameTagsListPathTeamSlugSchema = getByTeamSlugByProjectSlugByRepositoryNameTagsListPathTeamSlugSchema;
|
|
20211
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameTagsListQueryLastSchema = getByTeamSlugByProjectSlugByRepositoryNameTagsListQueryLastSchema;
|
|
20212
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameTagsListQueryNSchema = getByTeamSlugByProjectSlugByRepositoryNameTagsListQueryNSchema;
|
|
20213
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameTagsListResponseSchema = getByTeamSlugByProjectSlugByRepositoryNameTagsListResponseSchema;
|
|
20214
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus200Schema = getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus200Schema;
|
|
20215
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus400Schema = getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus400Schema;
|
|
20216
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus401Schema = getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus401Schema;
|
|
20217
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus402Schema = getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus402Schema;
|
|
20218
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus403Schema = getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus403Schema;
|
|
20219
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus404Schema = getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus404Schema;
|
|
20220
|
+
exports.getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus410Schema = getByTeamSlugByProjectSlugByRepositoryNameTagsListStatus410Schema;
|
|
19315
20221
|
exports.getBypassIpQueryDomainSchema = getBypassIpQueryDomainSchema;
|
|
19316
20222
|
exports.getBypassIpQueryLimitSchema = getBypassIpQueryLimitSchema;
|
|
19317
20223
|
exports.getBypassIpQueryOffsetSchema = getBypassIpQueryOffsetSchema;
|
|
@@ -20174,6 +21080,14 @@ exports.getRollingReleaseStatus401Schema = getRollingReleaseStatus401Schema;
|
|
|
20174
21080
|
exports.getRollingReleaseStatus403Schema = getRollingReleaseStatus403Schema;
|
|
20175
21081
|
exports.getRollingReleaseStatus404Schema = getRollingReleaseStatus404Schema;
|
|
20176
21082
|
exports.getRollingReleaseStatus410Schema = getRollingReleaseStatus410Schema;
|
|
21083
|
+
exports.getRootResponseSchema = getRootResponseSchema;
|
|
21084
|
+
exports.getRootStatus200Schema = getRootStatus200Schema;
|
|
21085
|
+
exports.getRootStatus400Schema = getRootStatus400Schema;
|
|
21086
|
+
exports.getRootStatus401Schema = getRootStatus401Schema;
|
|
21087
|
+
exports.getRootStatus402Schema = getRootStatus402Schema;
|
|
21088
|
+
exports.getRootStatus403Schema = getRootStatus403Schema;
|
|
21089
|
+
exports.getRootStatus404Schema = getRootStatus404Schema;
|
|
21090
|
+
exports.getRootStatus410Schema = getRootStatus410Schema;
|
|
20177
21091
|
exports.getRouteVersionsPathProjectIdSchema = getRouteVersionsPathProjectIdSchema;
|
|
20178
21092
|
exports.getRouteVersionsQuerySlugSchema = getRouteVersionsQuerySlugSchema;
|
|
20179
21093
|
exports.getRouteVersionsQueryTeamIdSchema = getRouteVersionsQueryTeamIdSchema;
|
|
@@ -20797,6 +21711,19 @@ exports.listRepositoryImagesStatus401Schema = listRepositoryImagesStatus401Schem
|
|
|
20797
21711
|
exports.listRepositoryImagesStatus403Schema = listRepositoryImagesStatus403Schema;
|
|
20798
21712
|
exports.listRepositoryImagesStatus404Schema = listRepositoryImagesStatus404Schema;
|
|
20799
21713
|
exports.listRepositoryImagesStatus410Schema = listRepositoryImagesStatus410Schema;
|
|
21714
|
+
exports.listRepositoryPermissionsPathIdOrNameSchema = listRepositoryPermissionsPathIdOrNameSchema;
|
|
21715
|
+
exports.listRepositoryPermissionsQueryCursorSchema = listRepositoryPermissionsQueryCursorSchema;
|
|
21716
|
+
exports.listRepositoryPermissionsQueryLimitSchema = listRepositoryPermissionsQueryLimitSchema;
|
|
21717
|
+
exports.listRepositoryPermissionsQueryProjectIdSchema = listRepositoryPermissionsQueryProjectIdSchema;
|
|
21718
|
+
exports.listRepositoryPermissionsQuerySlugSchema = listRepositoryPermissionsQuerySlugSchema;
|
|
21719
|
+
exports.listRepositoryPermissionsQueryTeamIdSchema = listRepositoryPermissionsQueryTeamIdSchema;
|
|
21720
|
+
exports.listRepositoryPermissionsResponseSchema = listRepositoryPermissionsResponseSchema;
|
|
21721
|
+
exports.listRepositoryPermissionsStatus200Schema = listRepositoryPermissionsStatus200Schema;
|
|
21722
|
+
exports.listRepositoryPermissionsStatus400Schema = listRepositoryPermissionsStatus400Schema;
|
|
21723
|
+
exports.listRepositoryPermissionsStatus401Schema = listRepositoryPermissionsStatus401Schema;
|
|
21724
|
+
exports.listRepositoryPermissionsStatus403Schema = listRepositoryPermissionsStatus403Schema;
|
|
21725
|
+
exports.listRepositoryPermissionsStatus404Schema = listRepositoryPermissionsStatus404Schema;
|
|
21726
|
+
exports.listRepositoryPermissionsStatus410Schema = listRepositoryPermissionsStatus410Schema;
|
|
20800
21727
|
exports.listRepositoryTagsPathIdOrNameSchema = listRepositoryTagsPathIdOrNameSchema;
|
|
20801
21728
|
exports.listRepositoryTagsQueryCursorSchema = listRepositoryTagsQueryCursorSchema;
|
|
20802
21729
|
exports.listRepositoryTagsQueryLimitSchema = listRepositoryTagsQueryLimitSchema;
|
|
@@ -20930,6 +21857,7 @@ exports.listTeamFlagsV2Status400Schema = listTeamFlagsV2Status400Schema;
|
|
|
20930
21857
|
exports.listTeamFlagsV2Status401Schema = listTeamFlagsV2Status401Schema;
|
|
20931
21858
|
exports.listTeamFlagsV2Status403Schema = listTeamFlagsV2Status403Schema;
|
|
20932
21859
|
exports.listTeamFlagsV2Status410Schema = listTeamFlagsV2Status410Schema;
|
|
21860
|
+
exports.listUserEventsQueryEntityIdSchema = listUserEventsQueryEntityIdSchema;
|
|
20933
21861
|
exports.listUserEventsQueryLimitSchema = listUserEventsQueryLimitSchema;
|
|
20934
21862
|
exports.listUserEventsQueryPrincipalIdSchema = listUserEventsQueryPrincipalIdSchema;
|
|
20935
21863
|
exports.listUserEventsQueryProjectIdsSchema = listUserEventsQueryProjectIdsSchema;
|
|
@@ -21189,6 +22117,17 @@ exports.removeRecordStatus401Schema = removeRecordStatus401Schema;
|
|
|
21189
22117
|
exports.removeRecordStatus403Schema = removeRecordStatus403Schema;
|
|
21190
22118
|
exports.removeRecordStatus404Schema = removeRecordStatus404Schema;
|
|
21191
22119
|
exports.removeRecordStatus410Schema = removeRecordStatus410Schema;
|
|
22120
|
+
exports.removeRepositoryPermissionPathIdOrNameSchema = removeRepositoryPermissionPathIdOrNameSchema;
|
|
22121
|
+
exports.removeRepositoryPermissionQueryProjectIdSchema = removeRepositoryPermissionQueryProjectIdSchema;
|
|
22122
|
+
exports.removeRepositoryPermissionQuerySlugSchema = removeRepositoryPermissionQuerySlugSchema;
|
|
22123
|
+
exports.removeRepositoryPermissionQueryTeamIdSchema = removeRepositoryPermissionQueryTeamIdSchema;
|
|
22124
|
+
exports.removeRepositoryPermissionResponseSchema = removeRepositoryPermissionResponseSchema;
|
|
22125
|
+
exports.removeRepositoryPermissionStatus204Schema = removeRepositoryPermissionStatus204Schema;
|
|
22126
|
+
exports.removeRepositoryPermissionStatus400Schema = removeRepositoryPermissionStatus400Schema;
|
|
22127
|
+
exports.removeRepositoryPermissionStatus401Schema = removeRepositoryPermissionStatus401Schema;
|
|
22128
|
+
exports.removeRepositoryPermissionStatus403Schema = removeRepositoryPermissionStatus403Schema;
|
|
22129
|
+
exports.removeRepositoryPermissionStatus404Schema = removeRepositoryPermissionStatus404Schema;
|
|
22130
|
+
exports.removeRepositoryPermissionStatus410Schema = removeRepositoryPermissionStatus410Schema;
|
|
21192
22131
|
exports.removeTeamMemberPathTeamIdSchema = removeTeamMemberPathTeamIdSchema;
|
|
21193
22132
|
exports.removeTeamMemberPathUidSchema = removeTeamMemberPathUidSchema;
|
|
21194
22133
|
exports.removeTeamMemberQueryNewDefaultTeamIdSchema = removeTeamMemberQueryNewDefaultTeamIdSchema;
|
|
@@ -21210,6 +22149,33 @@ exports.renewDomainStatus403Schema = renewDomainStatus403Schema;
|
|
|
21210
22149
|
exports.renewDomainStatus404Schema = renewDomainStatus404Schema;
|
|
21211
22150
|
exports.renewDomainStatus429Schema = renewDomainStatus429Schema;
|
|
21212
22151
|
exports.renewDomainStatus500Schema = renewDomainStatus500Schema;
|
|
22152
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema = replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema;
|
|
22153
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema = replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema;
|
|
22154
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema = replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema;
|
|
22155
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema = replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema;
|
|
22156
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidQueryDigestSchema = replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidQueryDigestSchema;
|
|
22157
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema = replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema;
|
|
22158
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus201Schema = replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus201Schema;
|
|
22159
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema = replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema;
|
|
22160
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema = replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema;
|
|
22161
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema = replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema;
|
|
22162
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema = replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema;
|
|
22163
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema = replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema;
|
|
22164
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema = replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema;
|
|
22165
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus413Schema = replaceByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus413Schema;
|
|
22166
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathProjectSlugSchema = replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathProjectSlugSchema;
|
|
22167
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathReferenceSchema = replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathReferenceSchema;
|
|
22168
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathRepositoryNameSchema = replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathRepositoryNameSchema;
|
|
22169
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathTeamSlugSchema = replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferencePathTeamSlugSchema;
|
|
22170
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceResponseSchema = replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceResponseSchema;
|
|
22171
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus201Schema = replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus201Schema;
|
|
22172
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema = replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus400Schema;
|
|
22173
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema = replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus401Schema;
|
|
22174
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema = replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus402Schema;
|
|
22175
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema = replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus403Schema;
|
|
22176
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema = replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus404Schema;
|
|
22177
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema = replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus410Schema;
|
|
22178
|
+
exports.replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus413Schema = replaceByTeamSlugByProjectSlugByRepositoryNameManifestsByReferenceStatus413Schema;
|
|
21213
22179
|
exports.replaceDomainsByDomainRecordsPathDomainSchema = replaceDomainsByDomainRecordsPathDomainSchema;
|
|
21214
22180
|
exports.replaceDomainsByDomainRecordsResponseSchema = replaceDomainsByDomainRecordsResponseSchema;
|
|
21215
22181
|
exports.replaceDomainsByDomainRecordsStatus200Schema = replaceDomainsByDomainRecordsStatus200Schema;
|
|
@@ -21344,6 +22310,7 @@ exports.searchRepoStatus404Schema = searchRepoStatus404Schema;
|
|
|
21344
22310
|
exports.searchRepoStatus410Schema = searchRepoStatus410Schema;
|
|
21345
22311
|
exports.searchRepoStatus429Schema = searchRepoStatus429Schema;
|
|
21346
22312
|
exports.searchRepoStatus500Schema = searchRepoStatus500Schema;
|
|
22313
|
+
exports.searchRepoStatus502Schema = searchRepoStatus502Schema;
|
|
21347
22314
|
exports.segmentSchema = segmentSchema;
|
|
21348
22315
|
exports.sessionCommandSchema = sessionCommandSchema;
|
|
21349
22316
|
exports.sessionSchema = sessionSchema;
|
|
@@ -21510,6 +22477,19 @@ exports.updateAttackChallengeModeStatus401Schema = updateAttackChallengeModeStat
|
|
|
21510
22477
|
exports.updateAttackChallengeModeStatus403Schema = updateAttackChallengeModeStatus403Schema;
|
|
21511
22478
|
exports.updateAttackChallengeModeStatus404Schema = updateAttackChallengeModeStatus404Schema;
|
|
21512
22479
|
exports.updateAttackChallengeModeStatus410Schema = updateAttackChallengeModeStatus410Schema;
|
|
22480
|
+
exports.updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema = updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathProjectSlugSchema;
|
|
22481
|
+
exports.updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema = updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathRepositoryNameSchema;
|
|
22482
|
+
exports.updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema = updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathTeamSlugSchema;
|
|
22483
|
+
exports.updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema = updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidPathUuidSchema;
|
|
22484
|
+
exports.updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema = updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidResponseSchema;
|
|
22485
|
+
exports.updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus202Schema = updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus202Schema;
|
|
22486
|
+
exports.updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema = updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus400Schema;
|
|
22487
|
+
exports.updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema = updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus401Schema;
|
|
22488
|
+
exports.updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema = updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus402Schema;
|
|
22489
|
+
exports.updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema = updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus403Schema;
|
|
22490
|
+
exports.updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema = updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus404Schema;
|
|
22491
|
+
exports.updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema = updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus410Schema;
|
|
22492
|
+
exports.updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus413Schema = updateByTeamSlugByProjectSlugByRepositoryNameBlobsUploadsByUuidStatus413Schema;
|
|
21513
22493
|
exports.updateCheckPathCheckIdSchema = updateCheckPathCheckIdSchema;
|
|
21514
22494
|
exports.updateCheckPathDeploymentIdSchema = updateCheckPathDeploymentIdSchema;
|
|
21515
22495
|
exports.updateCheckQuerySlugSchema = updateCheckQuerySlugSchema;
|
|
@@ -21770,7 +22750,6 @@ exports.updateProjectStatus404Schema = updateProjectStatus404Schema;
|
|
|
21770
22750
|
exports.updateProjectStatus409Schema = updateProjectStatus409Schema;
|
|
21771
22751
|
exports.updateProjectStatus410Schema = updateProjectStatus410Schema;
|
|
21772
22752
|
exports.updateProjectStatus428Schema = updateProjectStatus428Schema;
|
|
21773
|
-
exports.updateProjectStatus500Schema = updateProjectStatus500Schema;
|
|
21774
22753
|
exports.updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionPathDeploymentIdSchema = updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionPathDeploymentIdSchema;
|
|
21775
22754
|
exports.updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionPathProjectIdSchema = updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionPathProjectIdSchema;
|
|
21776
22755
|
exports.updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionResponseSchema = updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionResponseSchema;
|
|
@@ -21873,7 +22852,6 @@ exports.updateSessionNetworkPolicyResponseSchema = updateSessionNetworkPolicyRes
|
|
|
21873
22852
|
exports.updateSessionNetworkPolicyStatus200Schema = updateSessionNetworkPolicyStatus200Schema;
|
|
21874
22853
|
exports.updateSessionNetworkPolicyStatus400Schema = updateSessionNetworkPolicyStatus400Schema;
|
|
21875
22854
|
exports.updateSessionNetworkPolicyStatus401Schema = updateSessionNetworkPolicyStatus401Schema;
|
|
21876
|
-
exports.updateSessionNetworkPolicyStatus402Schema = updateSessionNetworkPolicyStatus402Schema;
|
|
21877
22855
|
exports.updateSessionNetworkPolicyStatus403Schema = updateSessionNetworkPolicyStatus403Schema;
|
|
21878
22856
|
exports.updateSessionNetworkPolicyStatus404Schema = updateSessionNetworkPolicyStatus404Schema;
|
|
21879
22857
|
exports.updateSessionNetworkPolicyStatus410Schema = updateSessionNetworkPolicyStatus410Schema;
|
|
@@ -21981,6 +22959,8 @@ exports.vcrImageLayerSchema = vcrImageLayerSchema;
|
|
|
21981
22959
|
exports.vcrImageListItemSchema = vcrImageListItemSchema;
|
|
21982
22960
|
exports.vcrImageListSchema = vcrImageListSchema;
|
|
21983
22961
|
exports.vcrRepositoryListSchema = vcrRepositoryListSchema;
|
|
22962
|
+
exports.vcrRepositoryPermissionListSchema = vcrRepositoryPermissionListSchema;
|
|
22963
|
+
exports.vcrRepositoryPermissionSchema = vcrRepositoryPermissionSchema;
|
|
21984
22964
|
exports.vcrRepositorySchema = vcrRepositorySchema;
|
|
21985
22965
|
exports.vcrTagSchema = vcrTagSchema;
|
|
21986
22966
|
exports.vercelBadRequestErrorSchema = vercelBadRequestErrorSchema;
|