vercel-api-js 1.8.2 → 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 +1735 -91
- package/dist/index.d.ts +3443 -120
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1504 -76
- package/dist/schemas.cjs +1074 -72
- package/dist/schemas.d.mts +631 -41
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +849 -57
- package/dist/types.cjs +159 -9
- package/dist/types.d.mts +2453 -70
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +154 -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,7 +711,10 @@ 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",
|
|
717
|
+
"marketplace-flex-commit-opt-in",
|
|
707
718
|
"marketplace-integration-allowlist-updated",
|
|
708
719
|
"microfrontend-group-added",
|
|
709
720
|
"microfrontend-group-deleted",
|
|
@@ -733,6 +744,8 @@ const userEventSchema = z__namespace.object({
|
|
|
733
744
|
"oidc-policy-used-to-obtain-app-token",
|
|
734
745
|
"organization-create",
|
|
735
746
|
"organization-delete",
|
|
747
|
+
"organization-dsync-group-delete",
|
|
748
|
+
"organization-dsync-group-upsert",
|
|
736
749
|
"organization-slug-update",
|
|
737
750
|
"organization-team-add",
|
|
738
751
|
"organization-team-create",
|
|
@@ -881,8 +894,11 @@ const userEventSchema = z__namespace.object({
|
|
|
881
894
|
"protected-git-scope-added",
|
|
882
895
|
"protected-git-scope-removed",
|
|
883
896
|
"runtime-cache-purge-all",
|
|
897
|
+
"saml-connection-created",
|
|
898
|
+
"saml-connection-deleted",
|
|
884
899
|
"sandbox-alias-assigned",
|
|
885
900
|
"sandbox-alias-delete",
|
|
901
|
+
"sandbox-snapshot-regions-updated",
|
|
886
902
|
"scale",
|
|
887
903
|
"scale-auto",
|
|
888
904
|
"secondary-email-added",
|
|
@@ -912,6 +928,7 @@ const userEventSchema = z__namespace.object({
|
|
|
912
928
|
"spend-created",
|
|
913
929
|
"spend-deleted",
|
|
914
930
|
"spend-updated",
|
|
931
|
+
"sso-login",
|
|
915
932
|
"storage-accept-tos",
|
|
916
933
|
"storage-access-token-set",
|
|
917
934
|
"storage-accessed-data-browser",
|
|
@@ -938,6 +955,7 @@ const userEventSchema = z__namespace.object({
|
|
|
938
955
|
"subscription-product-added",
|
|
939
956
|
"subscription-product-removed",
|
|
940
957
|
"subscription-updated",
|
|
958
|
+
"support-session-created",
|
|
941
959
|
"team",
|
|
942
960
|
"team-agent-billing-migration-decision-changed",
|
|
943
961
|
"team-avatar-update",
|
|
@@ -988,23 +1006,36 @@ const userEventSchema = z__namespace.object({
|
|
|
988
1006
|
"tracing-configured",
|
|
989
1007
|
"tracing-disabled",
|
|
990
1008
|
"unlink-login-connection",
|
|
1009
|
+
"update-account-flow-dismissed",
|
|
1010
|
+
"update-account-flow-triggered",
|
|
1011
|
+
"user-auto-block-configured",
|
|
1012
|
+
"user-blocked",
|
|
991
1013
|
"user-delete",
|
|
1014
|
+
"user-delete-requested",
|
|
992
1015
|
"user-emu-account-archived",
|
|
993
1016
|
"user-emu-account-deleted",
|
|
994
1017
|
"user-emu-account-recovered",
|
|
1018
|
+
"user-emu-recovery-email-sent",
|
|
1019
|
+
"user-emu-recovery-initiated",
|
|
1020
|
+
"user-emu-toggled",
|
|
995
1021
|
"user-mfa-challenge-failed",
|
|
996
1022
|
"user-mfa-challenge-verified",
|
|
997
1023
|
"user-mfa-change-failed",
|
|
998
1024
|
"user-mfa-configuration-updated",
|
|
1025
|
+
"user-mfa-recovery-code-used",
|
|
999
1026
|
"user-mfa-recovery-codes-regenerated",
|
|
1000
1027
|
"user-mfa-removed",
|
|
1001
1028
|
"user-mfa-setup-skipped",
|
|
1002
1029
|
"user-mfa-totp-verification-started",
|
|
1003
1030
|
"user-mfa-totp-verified",
|
|
1031
|
+
"user-phone-removed",
|
|
1032
|
+
"user-phone-updated",
|
|
1004
1033
|
"user-primary-email-updated",
|
|
1034
|
+
"user-sudo-mode-removed",
|
|
1005
1035
|
"user-token-created",
|
|
1006
1036
|
"user-token-deleted",
|
|
1007
1037
|
"user-tokens-deleted",
|
|
1038
|
+
"user-unblocked",
|
|
1008
1039
|
"username",
|
|
1009
1040
|
"v0-chat-ai-usage",
|
|
1010
1041
|
"v0-chat-created",
|
|
@@ -1016,6 +1047,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1016
1047
|
"vcr-repository-permission-added",
|
|
1017
1048
|
"vcr-repository-permission-removed",
|
|
1018
1049
|
"vcr-repository-permissions-cleared",
|
|
1050
|
+
"vcr-repository-visibility-changed",
|
|
1019
1051
|
"vercel-agent-elevated-permissions-approved",
|
|
1020
1052
|
"vercel-agent-elevated-permissions-requested",
|
|
1021
1053
|
"vercel-agent-session-created",
|
|
@@ -1043,6 +1075,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1043
1075
|
"ai",
|
|
1044
1076
|
"ai-gateway",
|
|
1045
1077
|
"billing",
|
|
1078
|
+
"connect",
|
|
1046
1079
|
"deployment",
|
|
1047
1080
|
"domain",
|
|
1048
1081
|
"edge",
|
|
@@ -1256,7 +1289,11 @@ const userEventSchema = z__namespace.object({
|
|
|
1256
1289
|
"none",
|
|
1257
1290
|
"weekly"
|
|
1258
1291
|
])
|
|
1259
|
-
}).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.")
|
|
1260
1297
|
}).strict(),
|
|
1261
1298
|
z__namespace.object({
|
|
1262
1299
|
apiKey: z__namespace.object({
|
|
@@ -1379,6 +1416,20 @@ const userEventSchema = z__namespace.object({
|
|
|
1379
1416
|
policiesRemoved: z__namespace.array(z__namespace.string()),
|
|
1380
1417
|
policiesModified: z__namespace.array(z__namespace.string())
|
|
1381
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(),
|
|
1382
1433
|
z__namespace.object({
|
|
1383
1434
|
rule: z__namespace.object({
|
|
1384
1435
|
id: z__namespace.string(),
|
|
@@ -1409,7 +1460,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1409
1460
|
virtualModelConfig: z__namespace.object({
|
|
1410
1461
|
id: z__namespace.string(),
|
|
1411
1462
|
displayName: z__namespace.string().optional(),
|
|
1412
|
-
modelSlug: z__namespace.string()
|
|
1463
|
+
modelSlug: z__namespace.string().optional()
|
|
1413
1464
|
})
|
|
1414
1465
|
}).strict(),
|
|
1415
1466
|
z__namespace.object({
|
|
@@ -1601,6 +1652,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1601
1652
|
"read-write:ai-gateway-guardrails",
|
|
1602
1653
|
"read-write:ai-gateway-private-models",
|
|
1603
1654
|
"read-write:ai-gateway-rules",
|
|
1655
|
+
"read-write:ai-gateway-virtual-model-configs",
|
|
1604
1656
|
"read-write:alerts",
|
|
1605
1657
|
"read-write:billing",
|
|
1606
1658
|
"read-write:blob",
|
|
@@ -1624,10 +1676,12 @@ const userEventSchema = z__namespace.object({
|
|
|
1624
1676
|
"read-write:remote-cache",
|
|
1625
1677
|
"read-write:sandbox",
|
|
1626
1678
|
"read-write:team-members",
|
|
1679
|
+
"read-write:vcr",
|
|
1627
1680
|
"read:access-group",
|
|
1628
1681
|
"read:ai-gateway-guardrails",
|
|
1629
1682
|
"read:ai-gateway-private-models",
|
|
1630
1683
|
"read:ai-gateway-rules",
|
|
1684
|
+
"read:ai-gateway-virtual-model-configs",
|
|
1631
1685
|
"read:alerts",
|
|
1632
1686
|
"read:billing",
|
|
1633
1687
|
"read:deployment",
|
|
@@ -1647,6 +1701,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1647
1701
|
"read:speed-insights",
|
|
1648
1702
|
"read:team",
|
|
1649
1703
|
"read:user",
|
|
1704
|
+
"read:vcr",
|
|
1650
1705
|
"read:web-analytics",
|
|
1651
1706
|
"use:ai-gateway"
|
|
1652
1707
|
])).optional()
|
|
@@ -1671,6 +1726,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1671
1726
|
"read-write:ai-gateway-guardrails",
|
|
1672
1727
|
"read-write:ai-gateway-private-models",
|
|
1673
1728
|
"read-write:ai-gateway-rules",
|
|
1729
|
+
"read-write:ai-gateway-virtual-model-configs",
|
|
1674
1730
|
"read-write:alerts",
|
|
1675
1731
|
"read-write:billing",
|
|
1676
1732
|
"read-write:blob",
|
|
@@ -1694,10 +1750,12 @@ const userEventSchema = z__namespace.object({
|
|
|
1694
1750
|
"read-write:remote-cache",
|
|
1695
1751
|
"read-write:sandbox",
|
|
1696
1752
|
"read-write:team-members",
|
|
1753
|
+
"read-write:vcr",
|
|
1697
1754
|
"read:access-group",
|
|
1698
1755
|
"read:ai-gateway-guardrails",
|
|
1699
1756
|
"read:ai-gateway-private-models",
|
|
1700
1757
|
"read:ai-gateway-rules",
|
|
1758
|
+
"read:ai-gateway-virtual-model-configs",
|
|
1701
1759
|
"read:alerts",
|
|
1702
1760
|
"read:billing",
|
|
1703
1761
|
"read:deployment",
|
|
@@ -1717,6 +1775,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1717
1775
|
"read:speed-insights",
|
|
1718
1776
|
"read:team",
|
|
1719
1777
|
"read:user",
|
|
1778
|
+
"read:vcr",
|
|
1720
1779
|
"read:web-analytics",
|
|
1721
1780
|
"use:ai-gateway"
|
|
1722
1781
|
])).optional()
|
|
@@ -1746,6 +1805,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1746
1805
|
"read-write:ai-gateway-guardrails",
|
|
1747
1806
|
"read-write:ai-gateway-private-models",
|
|
1748
1807
|
"read-write:ai-gateway-rules",
|
|
1808
|
+
"read-write:ai-gateway-virtual-model-configs",
|
|
1749
1809
|
"read-write:alerts",
|
|
1750
1810
|
"read-write:billing",
|
|
1751
1811
|
"read-write:blob",
|
|
@@ -1769,10 +1829,12 @@ const userEventSchema = z__namespace.object({
|
|
|
1769
1829
|
"read-write:remote-cache",
|
|
1770
1830
|
"read-write:sandbox",
|
|
1771
1831
|
"read-write:team-members",
|
|
1832
|
+
"read-write:vcr",
|
|
1772
1833
|
"read:access-group",
|
|
1773
1834
|
"read:ai-gateway-guardrails",
|
|
1774
1835
|
"read:ai-gateway-private-models",
|
|
1775
1836
|
"read:ai-gateway-rules",
|
|
1837
|
+
"read:ai-gateway-virtual-model-configs",
|
|
1776
1838
|
"read:alerts",
|
|
1777
1839
|
"read:billing",
|
|
1778
1840
|
"read:deployment",
|
|
@@ -1791,6 +1853,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1791
1853
|
"read:sandbox",
|
|
1792
1854
|
"read:speed-insights",
|
|
1793
1855
|
"read:team",
|
|
1856
|
+
"read:vcr",
|
|
1794
1857
|
"read:web-analytics",
|
|
1795
1858
|
"use:ai-gateway"
|
|
1796
1859
|
])).optional()
|
|
@@ -1816,6 +1879,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1816
1879
|
"read-write:ai-gateway-guardrails",
|
|
1817
1880
|
"read-write:ai-gateway-private-models",
|
|
1818
1881
|
"read-write:ai-gateway-rules",
|
|
1882
|
+
"read-write:ai-gateway-virtual-model-configs",
|
|
1819
1883
|
"read-write:alerts",
|
|
1820
1884
|
"read-write:billing",
|
|
1821
1885
|
"read-write:blob",
|
|
@@ -1839,10 +1903,12 @@ const userEventSchema = z__namespace.object({
|
|
|
1839
1903
|
"read-write:remote-cache",
|
|
1840
1904
|
"read-write:sandbox",
|
|
1841
1905
|
"read-write:team-members",
|
|
1906
|
+
"read-write:vcr",
|
|
1842
1907
|
"read:access-group",
|
|
1843
1908
|
"read:ai-gateway-guardrails",
|
|
1844
1909
|
"read:ai-gateway-private-models",
|
|
1845
1910
|
"read:ai-gateway-rules",
|
|
1911
|
+
"read:ai-gateway-virtual-model-configs",
|
|
1846
1912
|
"read:alerts",
|
|
1847
1913
|
"read:billing",
|
|
1848
1914
|
"read:deployment",
|
|
@@ -1861,6 +1927,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1861
1927
|
"read:sandbox",
|
|
1862
1928
|
"read:speed-insights",
|
|
1863
1929
|
"read:team",
|
|
1930
|
+
"read:vcr",
|
|
1864
1931
|
"read:web-analytics",
|
|
1865
1932
|
"use:ai-gateway"
|
|
1866
1933
|
])).optional()
|
|
@@ -1889,6 +1956,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1889
1956
|
"read-write:ai-gateway-guardrails",
|
|
1890
1957
|
"read-write:ai-gateway-private-models",
|
|
1891
1958
|
"read-write:ai-gateway-rules",
|
|
1959
|
+
"read-write:ai-gateway-virtual-model-configs",
|
|
1892
1960
|
"read-write:alerts",
|
|
1893
1961
|
"read-write:billing",
|
|
1894
1962
|
"read-write:blob",
|
|
@@ -1912,10 +1980,12 @@ const userEventSchema = z__namespace.object({
|
|
|
1912
1980
|
"read-write:remote-cache",
|
|
1913
1981
|
"read-write:sandbox",
|
|
1914
1982
|
"read-write:team-members",
|
|
1983
|
+
"read-write:vcr",
|
|
1915
1984
|
"read:access-group",
|
|
1916
1985
|
"read:ai-gateway-guardrails",
|
|
1917
1986
|
"read:ai-gateway-private-models",
|
|
1918
1987
|
"read:ai-gateway-rules",
|
|
1988
|
+
"read:ai-gateway-virtual-model-configs",
|
|
1919
1989
|
"read:alerts",
|
|
1920
1990
|
"read:billing",
|
|
1921
1991
|
"read:deployment",
|
|
@@ -1934,6 +2004,7 @@ const userEventSchema = z__namespace.object({
|
|
|
1934
2004
|
"read:sandbox",
|
|
1935
2005
|
"read:speed-insights",
|
|
1936
2006
|
"read:team",
|
|
2007
|
+
"read:vcr",
|
|
1937
2008
|
"read:web-analytics",
|
|
1938
2009
|
"use:ai-gateway"
|
|
1939
2010
|
])).optional()
|
|
@@ -2326,6 +2397,9 @@ const userEventSchema = z__namespace.object({
|
|
|
2326
2397
|
z__namespace.literal(false),
|
|
2327
2398
|
z__namespace.literal(true)
|
|
2328
2399
|
]).optional(),
|
|
2400
|
+
gitCredentialSource: z__namespace.enum([
|
|
2401
|
+
"external-token"
|
|
2402
|
+
]).optional(),
|
|
2329
2403
|
deploymentId: z__namespace.string().optional(),
|
|
2330
2404
|
plan: z__namespace.string().optional(),
|
|
2331
2405
|
project: z__namespace.string().optional(),
|
|
@@ -2962,6 +3036,100 @@ const userEventSchema = z__namespace.object({
|
|
|
2962
3036
|
]),
|
|
2963
3037
|
customEnvId: z__namespace.string().nullish(),
|
|
2964
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()
|
|
2965
3133
|
}).strict()
|
|
2966
3134
|
])
|
|
2967
3135
|
}).strict(),
|
|
@@ -3540,6 +3708,36 @@ const userEventSchema = z__namespace.object({
|
|
|
3540
3708
|
"enable"
|
|
3541
3709
|
])
|
|
3542
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(),
|
|
3543
3741
|
z__namespace.object({
|
|
3544
3742
|
projectId: z__namespace.string(),
|
|
3545
3743
|
fromDeploymentId: z__namespace.string(),
|
|
@@ -3668,6 +3866,7 @@ const userEventSchema = z__namespace.object({
|
|
|
3668
3866
|
]).nullish(),
|
|
3669
3867
|
importFlowGitProvider: z__namespace.enum([
|
|
3670
3868
|
"bitbucket",
|
|
3869
|
+
"cursor-origin",
|
|
3671
3870
|
"github",
|
|
3672
3871
|
"github-custom-host",
|
|
3673
3872
|
"github-limited",
|
|
@@ -3705,11 +3904,18 @@ const userEventSchema = z__namespace.object({
|
|
|
3705
3904
|
projectCardWidgetPreferences: z__namespace.array(z__namespace.object({
|
|
3706
3905
|
projectId: z__namespace.string(),
|
|
3707
3906
|
widget: z__namespace.enum([
|
|
3708
|
-
"
|
|
3907
|
+
"analytics-online",
|
|
3908
|
+
"analytics-page-views",
|
|
3909
|
+
"analytics-visitors",
|
|
3709
3910
|
"firewall-allowed",
|
|
3710
3911
|
"firewall-denied",
|
|
3711
|
-
"
|
|
3712
|
-
"
|
|
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"
|
|
3713
3919
|
])
|
|
3714
3920
|
})).optional(),
|
|
3715
3921
|
remoteCaching: z__namespace.object({
|
|
@@ -3755,6 +3961,7 @@ const userEventSchema = z__namespace.object({
|
|
|
3755
3961
|
edgeConfigSize: z__namespace.number().optional(),
|
|
3756
3962
|
edgeFunctionMaxSizeBytes: z__namespace.number().optional(),
|
|
3757
3963
|
edgeFunctionExecutionTimeoutMs: z__namespace.number().optional(),
|
|
3964
|
+
serverlessFunctionMaxDuration: z__namespace.number().optional(),
|
|
3758
3965
|
serverlessFunctionMaxMemorySize: z__namespace.number().optional(),
|
|
3759
3966
|
kvDatabases: z__namespace.number().optional(),
|
|
3760
3967
|
postgresDatabases: z__namespace.number().optional(),
|
|
@@ -3977,6 +4184,7 @@ const userEventSchema = z__namespace.object({
|
|
|
3977
4184
|
"AiGatewayBudgetManager",
|
|
3978
4185
|
"AiGatewayCredits",
|
|
3979
4186
|
"AiGatewaySettings",
|
|
4187
|
+
"ConnectorManager",
|
|
3980
4188
|
"CreateProject",
|
|
3981
4189
|
"EnvVariableManager",
|
|
3982
4190
|
"EnvironmentManager",
|
|
@@ -4802,6 +5010,33 @@ const userEventSchema = z__namespace.object({
|
|
|
4802
5010
|
logDrainUrl: z__namespace.string(),
|
|
4803
5011
|
integrationName: z__namespace.string().optional()
|
|
4804
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(),
|
|
4805
5040
|
z__namespace.object({
|
|
4806
5041
|
userAgent: z__namespace.string().optional(),
|
|
4807
5042
|
geolocation: z__namespace.object({
|
|
@@ -4923,6 +5158,14 @@ const userEventSchema = z__namespace.object({
|
|
|
4923
5158
|
toDeploymentId: z__namespace.string(),
|
|
4924
5159
|
projectName: z__namespace.string()
|
|
4925
5160
|
}).strict(),
|
|
5161
|
+
z__namespace.object({
|
|
5162
|
+
periods: z__namespace.array(z__namespace.object({
|
|
5163
|
+
periodNumber: z__namespace.number(),
|
|
5164
|
+
percent: z__namespace.string(),
|
|
5165
|
+
startDate: z__namespace.string(),
|
|
5166
|
+
endDate: z__namespace.string()
|
|
5167
|
+
}))
|
|
5168
|
+
}).strict(),
|
|
4926
5169
|
z__namespace.object({
|
|
4927
5170
|
enabled: z__namespace.union([
|
|
4928
5171
|
z__namespace.literal(false),
|
|
@@ -5075,6 +5318,39 @@ const userEventSchema = z__namespace.object({
|
|
|
5075
5318
|
slug: z__namespace.string(),
|
|
5076
5319
|
name: z__namespace.string()
|
|
5077
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(),
|
|
5078
5354
|
z__namespace.object({
|
|
5079
5355
|
organizationId: z__namespace.string(),
|
|
5080
5356
|
slug: z__namespace.string()
|
|
@@ -5585,10 +5861,20 @@ const userEventSchema = z__namespace.object({
|
|
|
5585
5861
|
projectName: z__namespace.string(),
|
|
5586
5862
|
widget: z__namespace.enum([
|
|
5587
5863
|
"alert",
|
|
5864
|
+
"analytics-online",
|
|
5865
|
+
"analytics-page-views",
|
|
5866
|
+
"analytics-visitors",
|
|
5588
5867
|
"firewall-allowed",
|
|
5589
5868
|
"firewall-denied",
|
|
5869
|
+
"observability-alert",
|
|
5870
|
+
"observability-edge-requests",
|
|
5871
|
+
"observability-error-rate",
|
|
5872
|
+
"observability-function-invocations",
|
|
5590
5873
|
"online",
|
|
5591
|
-
"res"
|
|
5874
|
+
"res",
|
|
5875
|
+
"speed-insights-cls",
|
|
5876
|
+
"speed-insights-lcp",
|
|
5877
|
+
"speed-insights-res"
|
|
5592
5878
|
]).nullable()
|
|
5593
5879
|
}).strict(),
|
|
5594
5880
|
z__namespace.object({
|
|
@@ -5808,6 +6094,7 @@ const userEventSchema = z__namespace.object({
|
|
|
5808
6094
|
previous: z__namespace.object({
|
|
5809
6095
|
gitProvider: z__namespace.enum([
|
|
5810
6096
|
"bitbucket",
|
|
6097
|
+
"cursor-origin",
|
|
5811
6098
|
"github",
|
|
5812
6099
|
"github-custom-host",
|
|
5813
6100
|
"github-limited",
|
|
@@ -5820,6 +6107,7 @@ const userEventSchema = z__namespace.object({
|
|
|
5820
6107
|
next: z__namespace.object({
|
|
5821
6108
|
gitProvider: z__namespace.enum([
|
|
5822
6109
|
"bitbucket",
|
|
6110
|
+
"cursor-origin",
|
|
5823
6111
|
"github",
|
|
5824
6112
|
"github-custom-host",
|
|
5825
6113
|
"github-limited",
|
|
@@ -5835,6 +6123,7 @@ const userEventSchema = z__namespace.object({
|
|
|
5835
6123
|
projectName: z__namespace.string(),
|
|
5836
6124
|
gitProvider: z__namespace.enum([
|
|
5837
6125
|
"bitbucket",
|
|
6126
|
+
"cursor-origin",
|
|
5838
6127
|
"github",
|
|
5839
6128
|
"github-custom-host",
|
|
5840
6129
|
"github-limited",
|
|
@@ -6477,12 +6766,22 @@ const userEventSchema = z__namespace.object({
|
|
|
6477
6766
|
gitProviderGroupDescriptor: z__namespace.string(),
|
|
6478
6767
|
gitScope: z__namespace.string()
|
|
6479
6768
|
}).strict(),
|
|
6769
|
+
z__namespace.object({
|
|
6770
|
+
connectionId: z__namespace.string(),
|
|
6771
|
+
connectionType: z__namespace.string()
|
|
6772
|
+
}).strict(),
|
|
6480
6773
|
z__namespace.object({
|
|
6481
6774
|
alias: z__namespace.string(),
|
|
6482
6775
|
sandboxName: z__namespace.string(),
|
|
6483
6776
|
sandboxId: z__namespace.string().optional(),
|
|
6484
6777
|
projectId: z__namespace.string().optional()
|
|
6485
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(),
|
|
6486
6785
|
z__namespace.object({
|
|
6487
6786
|
instances: z__namespace.number(),
|
|
6488
6787
|
url: z__namespace.string()
|
|
@@ -6847,6 +7146,16 @@ const userEventSchema = z__namespace.object({
|
|
|
6847
7146
|
z__namespace.literal(true)
|
|
6848
7147
|
])
|
|
6849
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(),
|
|
6850
7159
|
z__namespace.object({
|
|
6851
7160
|
slug: z__namespace.string()
|
|
6852
7161
|
}).strict(),
|
|
@@ -7328,17 +7637,7 @@ const userEventSchema = z__namespace.object({
|
|
|
7328
7637
|
})).optional()
|
|
7329
7638
|
}).strict(),
|
|
7330
7639
|
z__namespace.object({
|
|
7331
|
-
|
|
7332
|
-
"apple",
|
|
7333
|
-
"bitbucket",
|
|
7334
|
-
"chatgpt",
|
|
7335
|
-
"github",
|
|
7336
|
-
"github-custom-host",
|
|
7337
|
-
"github-limited",
|
|
7338
|
-
"gitlab",
|
|
7339
|
-
"google"
|
|
7340
|
-
]),
|
|
7341
|
-
login: z__namespace.string()
|
|
7640
|
+
teamName: z__namespace.string().optional()
|
|
7342
7641
|
}).strict(),
|
|
7343
7642
|
z__namespace.object({
|
|
7344
7643
|
totp: z__namespace.union([
|
|
@@ -7360,6 +7659,41 @@ const userEventSchema = z__namespace.object({
|
|
|
7360
7659
|
z__namespace.object({
|
|
7361
7660
|
username: z__namespace.string()
|
|
7362
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(),
|
|
7363
7697
|
z__namespace.object({
|
|
7364
7698
|
method: z__namespace.enum([
|
|
7365
7699
|
"email-otp",
|
|
@@ -7403,6 +7737,9 @@ const userEventSchema = z__namespace.object({
|
|
|
7403
7737
|
])
|
|
7404
7738
|
})
|
|
7405
7739
|
}).strict(),
|
|
7740
|
+
z__namespace.object({
|
|
7741
|
+
remaining: z__namespace.number()
|
|
7742
|
+
}).strict(),
|
|
7406
7743
|
z__namespace.object({
|
|
7407
7744
|
mfaEnabled: z__namespace.union([
|
|
7408
7745
|
z__namespace.literal(false),
|
|
@@ -7466,6 +7803,15 @@ const userEventSchema = z__namespace.object({
|
|
|
7466
7803
|
repositoryName: z__namespace.string(),
|
|
7467
7804
|
sharedWithTeamId: z__namespace.string()
|
|
7468
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(),
|
|
7469
7815
|
z__namespace.object({
|
|
7470
7816
|
projectId: z__namespace.string(),
|
|
7471
7817
|
projectName: z__namespace.string(),
|
|
@@ -7929,6 +8275,11 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
7929
8275
|
"ai-gateway-rule-deleted",
|
|
7930
8276
|
"ai-gateway-rule-updated",
|
|
7931
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",
|
|
7932
8283
|
"ai-gateway-virtual-model-config-archived",
|
|
7933
8284
|
"ai-gateway-virtual-model-config-created",
|
|
7934
8285
|
"ai-gateway-virtual-model-config-restored",
|
|
@@ -7974,6 +8325,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
7974
8325
|
"cert-system-create",
|
|
7975
8326
|
"code-owners-config-updated",
|
|
7976
8327
|
"compliance-document-downloaded",
|
|
8328
|
+
"compliance-document-previewed",
|
|
7977
8329
|
"compliance-documents-bulk-downloaded",
|
|
7978
8330
|
"concurrent-builds-update",
|
|
7979
8331
|
"connect-attach-project",
|
|
@@ -8112,6 +8464,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8112
8464
|
"flags-segment",
|
|
8113
8465
|
"flags-settings",
|
|
8114
8466
|
"flags-transferred",
|
|
8467
|
+
"git-integration-repo-push",
|
|
8115
8468
|
"git_account_integration_link_added",
|
|
8116
8469
|
"instant-rollback-created",
|
|
8117
8470
|
"integration-configuration-owner-changed",
|
|
@@ -8132,6 +8485,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8132
8485
|
"kms-issuer-deleted",
|
|
8133
8486
|
"kms-issuer-key-activated",
|
|
8134
8487
|
"kms-issuer-key-created",
|
|
8488
|
+
"kms-issuer-key-revoked",
|
|
8135
8489
|
"kms-issuer-key-rotated",
|
|
8136
8490
|
"kms-issuer-policy-created",
|
|
8137
8491
|
"kms-issuer-policy-deleted",
|
|
@@ -8142,7 +8496,10 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8142
8496
|
"log-drain-disabled",
|
|
8143
8497
|
"log-drain-enabled",
|
|
8144
8498
|
"login",
|
|
8499
|
+
"login-connection-linked",
|
|
8500
|
+
"login-connection-unlinked",
|
|
8145
8501
|
"manual-deployment-promotion-created",
|
|
8502
|
+
"marketplace-flex-commit-opt-in",
|
|
8146
8503
|
"marketplace-integration-allowlist-updated",
|
|
8147
8504
|
"microfrontend-group-added",
|
|
8148
8505
|
"microfrontend-group-deleted",
|
|
@@ -8172,6 +8529,8 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8172
8529
|
"oidc-policy-used-to-obtain-app-token",
|
|
8173
8530
|
"organization-create",
|
|
8174
8531
|
"organization-delete",
|
|
8532
|
+
"organization-dsync-group-delete",
|
|
8533
|
+
"organization-dsync-group-upsert",
|
|
8175
8534
|
"organization-slug-update",
|
|
8176
8535
|
"organization-team-add",
|
|
8177
8536
|
"organization-team-create",
|
|
@@ -8320,8 +8679,11 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8320
8679
|
"protected-git-scope-added",
|
|
8321
8680
|
"protected-git-scope-removed",
|
|
8322
8681
|
"runtime-cache-purge-all",
|
|
8682
|
+
"saml-connection-created",
|
|
8683
|
+
"saml-connection-deleted",
|
|
8323
8684
|
"sandbox-alias-assigned",
|
|
8324
8685
|
"sandbox-alias-delete",
|
|
8686
|
+
"sandbox-snapshot-regions-updated",
|
|
8325
8687
|
"scale",
|
|
8326
8688
|
"scale-auto",
|
|
8327
8689
|
"secondary-email-added",
|
|
@@ -8351,6 +8713,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8351
8713
|
"spend-created",
|
|
8352
8714
|
"spend-deleted",
|
|
8353
8715
|
"spend-updated",
|
|
8716
|
+
"sso-login",
|
|
8354
8717
|
"storage-accept-tos",
|
|
8355
8718
|
"storage-access-token-set",
|
|
8356
8719
|
"storage-accessed-data-browser",
|
|
@@ -8377,6 +8740,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8377
8740
|
"subscription-product-added",
|
|
8378
8741
|
"subscription-product-removed",
|
|
8379
8742
|
"subscription-updated",
|
|
8743
|
+
"support-session-created",
|
|
8380
8744
|
"team",
|
|
8381
8745
|
"team-agent-billing-migration-decision-changed",
|
|
8382
8746
|
"team-avatar-update",
|
|
@@ -8427,23 +8791,36 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8427
8791
|
"tracing-configured",
|
|
8428
8792
|
"tracing-disabled",
|
|
8429
8793
|
"unlink-login-connection",
|
|
8794
|
+
"update-account-flow-dismissed",
|
|
8795
|
+
"update-account-flow-triggered",
|
|
8796
|
+
"user-auto-block-configured",
|
|
8797
|
+
"user-blocked",
|
|
8430
8798
|
"user-delete",
|
|
8799
|
+
"user-delete-requested",
|
|
8431
8800
|
"user-emu-account-archived",
|
|
8432
8801
|
"user-emu-account-deleted",
|
|
8433
8802
|
"user-emu-account-recovered",
|
|
8803
|
+
"user-emu-recovery-email-sent",
|
|
8804
|
+
"user-emu-recovery-initiated",
|
|
8805
|
+
"user-emu-toggled",
|
|
8434
8806
|
"user-mfa-challenge-failed",
|
|
8435
8807
|
"user-mfa-challenge-verified",
|
|
8436
8808
|
"user-mfa-change-failed",
|
|
8437
8809
|
"user-mfa-configuration-updated",
|
|
8810
|
+
"user-mfa-recovery-code-used",
|
|
8438
8811
|
"user-mfa-recovery-codes-regenerated",
|
|
8439
8812
|
"user-mfa-removed",
|
|
8440
8813
|
"user-mfa-setup-skipped",
|
|
8441
8814
|
"user-mfa-totp-verification-started",
|
|
8442
8815
|
"user-mfa-totp-verified",
|
|
8816
|
+
"user-phone-removed",
|
|
8817
|
+
"user-phone-updated",
|
|
8443
8818
|
"user-primary-email-updated",
|
|
8819
|
+
"user-sudo-mode-removed",
|
|
8444
8820
|
"user-token-created",
|
|
8445
8821
|
"user-token-deleted",
|
|
8446
8822
|
"user-tokens-deleted",
|
|
8823
|
+
"user-unblocked",
|
|
8447
8824
|
"username",
|
|
8448
8825
|
"v0-chat-ai-usage",
|
|
8449
8826
|
"v0-chat-created",
|
|
@@ -8455,6 +8832,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8455
8832
|
"vcr-repository-permission-added",
|
|
8456
8833
|
"vcr-repository-permission-removed",
|
|
8457
8834
|
"vcr-repository-permissions-cleared",
|
|
8835
|
+
"vcr-repository-visibility-changed",
|
|
8458
8836
|
"vercel-agent-elevated-permissions-approved",
|
|
8459
8837
|
"vercel-agent-elevated-permissions-requested",
|
|
8460
8838
|
"vercel-agent-session-created",
|
|
@@ -8483,6 +8861,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8483
8861
|
"ai",
|
|
8484
8862
|
"ai-gateway",
|
|
8485
8863
|
"billing",
|
|
8864
|
+
"connect",
|
|
8486
8865
|
"deployment",
|
|
8487
8866
|
"domain",
|
|
8488
8867
|
"edge",
|
|
@@ -8544,6 +8923,11 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8544
8923
|
"ai-gateway-rule-deleted",
|
|
8545
8924
|
"ai-gateway-rule-updated",
|
|
8546
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",
|
|
8547
8931
|
"ai-gateway-virtual-model-config-archived",
|
|
8548
8932
|
"ai-gateway-virtual-model-config-created",
|
|
8549
8933
|
"ai-gateway-virtual-model-config-restored",
|
|
@@ -8589,6 +8973,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8589
8973
|
"cert-system-create",
|
|
8590
8974
|
"code-owners-config-updated",
|
|
8591
8975
|
"compliance-document-downloaded",
|
|
8976
|
+
"compliance-document-previewed",
|
|
8592
8977
|
"compliance-documents-bulk-downloaded",
|
|
8593
8978
|
"concurrent-builds-update",
|
|
8594
8979
|
"connect-attach-project",
|
|
@@ -8727,6 +9112,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8727
9112
|
"flags-segment",
|
|
8728
9113
|
"flags-settings",
|
|
8729
9114
|
"flags-transferred",
|
|
9115
|
+
"git-integration-repo-push",
|
|
8730
9116
|
"git_account_integration_link_added",
|
|
8731
9117
|
"instant-rollback-created",
|
|
8732
9118
|
"integration-configuration-owner-changed",
|
|
@@ -8747,6 +9133,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8747
9133
|
"kms-issuer-deleted",
|
|
8748
9134
|
"kms-issuer-key-activated",
|
|
8749
9135
|
"kms-issuer-key-created",
|
|
9136
|
+
"kms-issuer-key-revoked",
|
|
8750
9137
|
"kms-issuer-key-rotated",
|
|
8751
9138
|
"kms-issuer-policy-created",
|
|
8752
9139
|
"kms-issuer-policy-deleted",
|
|
@@ -8757,7 +9144,10 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8757
9144
|
"log-drain-disabled",
|
|
8758
9145
|
"log-drain-enabled",
|
|
8759
9146
|
"login",
|
|
9147
|
+
"login-connection-linked",
|
|
9148
|
+
"login-connection-unlinked",
|
|
8760
9149
|
"manual-deployment-promotion-created",
|
|
9150
|
+
"marketplace-flex-commit-opt-in",
|
|
8761
9151
|
"marketplace-integration-allowlist-updated",
|
|
8762
9152
|
"microfrontend-group-added",
|
|
8763
9153
|
"microfrontend-group-deleted",
|
|
@@ -8787,6 +9177,8 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8787
9177
|
"oidc-policy-used-to-obtain-app-token",
|
|
8788
9178
|
"organization-create",
|
|
8789
9179
|
"organization-delete",
|
|
9180
|
+
"organization-dsync-group-delete",
|
|
9181
|
+
"organization-dsync-group-upsert",
|
|
8790
9182
|
"organization-slug-update",
|
|
8791
9183
|
"organization-team-add",
|
|
8792
9184
|
"organization-team-create",
|
|
@@ -8935,8 +9327,11 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8935
9327
|
"protected-git-scope-added",
|
|
8936
9328
|
"protected-git-scope-removed",
|
|
8937
9329
|
"runtime-cache-purge-all",
|
|
9330
|
+
"saml-connection-created",
|
|
9331
|
+
"saml-connection-deleted",
|
|
8938
9332
|
"sandbox-alias-assigned",
|
|
8939
9333
|
"sandbox-alias-delete",
|
|
9334
|
+
"sandbox-snapshot-regions-updated",
|
|
8940
9335
|
"scale",
|
|
8941
9336
|
"scale-auto",
|
|
8942
9337
|
"secondary-email-added",
|
|
@@ -8966,6 +9361,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8966
9361
|
"spend-created",
|
|
8967
9362
|
"spend-deleted",
|
|
8968
9363
|
"spend-updated",
|
|
9364
|
+
"sso-login",
|
|
8969
9365
|
"storage-accept-tos",
|
|
8970
9366
|
"storage-access-token-set",
|
|
8971
9367
|
"storage-accessed-data-browser",
|
|
@@ -8992,6 +9388,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
8992
9388
|
"subscription-product-added",
|
|
8993
9389
|
"subscription-product-removed",
|
|
8994
9390
|
"subscription-updated",
|
|
9391
|
+
"support-session-created",
|
|
8995
9392
|
"team",
|
|
8996
9393
|
"team-agent-billing-migration-decision-changed",
|
|
8997
9394
|
"team-avatar-update",
|
|
@@ -9042,23 +9439,36 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
9042
9439
|
"tracing-configured",
|
|
9043
9440
|
"tracing-disabled",
|
|
9044
9441
|
"unlink-login-connection",
|
|
9442
|
+
"update-account-flow-dismissed",
|
|
9443
|
+
"update-account-flow-triggered",
|
|
9444
|
+
"user-auto-block-configured",
|
|
9445
|
+
"user-blocked",
|
|
9045
9446
|
"user-delete",
|
|
9447
|
+
"user-delete-requested",
|
|
9046
9448
|
"user-emu-account-archived",
|
|
9047
9449
|
"user-emu-account-deleted",
|
|
9048
9450
|
"user-emu-account-recovered",
|
|
9451
|
+
"user-emu-recovery-email-sent",
|
|
9452
|
+
"user-emu-recovery-initiated",
|
|
9453
|
+
"user-emu-toggled",
|
|
9049
9454
|
"user-mfa-challenge-failed",
|
|
9050
9455
|
"user-mfa-challenge-verified",
|
|
9051
9456
|
"user-mfa-change-failed",
|
|
9052
9457
|
"user-mfa-configuration-updated",
|
|
9458
|
+
"user-mfa-recovery-code-used",
|
|
9053
9459
|
"user-mfa-recovery-codes-regenerated",
|
|
9054
9460
|
"user-mfa-removed",
|
|
9055
9461
|
"user-mfa-setup-skipped",
|
|
9056
9462
|
"user-mfa-totp-verification-started",
|
|
9057
9463
|
"user-mfa-totp-verified",
|
|
9464
|
+
"user-phone-removed",
|
|
9465
|
+
"user-phone-updated",
|
|
9058
9466
|
"user-primary-email-updated",
|
|
9467
|
+
"user-sudo-mode-removed",
|
|
9059
9468
|
"user-token-created",
|
|
9060
9469
|
"user-token-deleted",
|
|
9061
9470
|
"user-tokens-deleted",
|
|
9471
|
+
"user-unblocked",
|
|
9062
9472
|
"username",
|
|
9063
9473
|
"v0-chat-ai-usage",
|
|
9064
9474
|
"v0-chat-created",
|
|
@@ -9070,6 +9480,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
9070
9480
|
"vcr-repository-permission-added",
|
|
9071
9481
|
"vcr-repository-permission-removed",
|
|
9072
9482
|
"vcr-repository-permissions-cleared",
|
|
9483
|
+
"vcr-repository-visibility-changed",
|
|
9073
9484
|
"vercel-agent-elevated-permissions-approved",
|
|
9074
9485
|
"vercel-agent-elevated-permissions-requested",
|
|
9075
9486
|
"vercel-agent-session-created",
|
|
@@ -9101,6 +9512,7 @@ const listEventTypesResponseSchema = z__namespace.object({
|
|
|
9101
9512
|
"ai",
|
|
9102
9513
|
"ai-gateway",
|
|
9103
9514
|
"billing",
|
|
9515
|
+
"connect",
|
|
9104
9516
|
"deployment",
|
|
9105
9517
|
"domain",
|
|
9106
9518
|
"edge",
|
|
@@ -9609,7 +10021,8 @@ const aPIKeySchema = z__namespace.object({
|
|
|
9609
10021
|
leakedAt: z__namespace.number().nullable().describe("Timestamp (in milliseconds) of when the API key was marked as leaked."),
|
|
9610
10022
|
leakedUrl: z__namespace.string().nullable().describe("URL where the API key was discovered as leaked."),
|
|
9611
10023
|
createdByAppId: z__namespace.string().nullable().describe("The ID of the app that created the API key, if any"),
|
|
9612
|
-
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`.")
|
|
9613
10026
|
}).describe("Information about the newly created API key.");
|
|
9614
10027
|
const aPIKeyQuotaSchema = z__namespace.object({
|
|
9615
10028
|
quotaEntityId: z__namespace.string().describe("The unique identifier for the quota."),
|
|
@@ -9650,7 +10063,7 @@ const namedSandboxSchema = z__namespace.object({
|
|
|
9650
10063
|
z__namespace.literal(false),
|
|
9651
10064
|
z__namespace.literal(true)
|
|
9652
10065
|
]).describe("Whether the sandbox persists its state across restarts via automatic snapshots."),
|
|
9653
|
-
region: z__namespace.string().optional().describe("The region the sandbox
|
|
10066
|
+
region: z__namespace.string().optional().describe("The region the sandbox is configured to run in: the region set on the sandbox, otherwise the project-level default, then the platform default. Where a running session actually landed is reported by `session.region`."),
|
|
9654
10067
|
vcpus: z__namespace.number().optional().describe("Number of virtual CPUs allocated."),
|
|
9655
10068
|
memory: z__namespace.number().optional().describe("Memory allocated in MB."),
|
|
9656
10069
|
runtime: z__namespace.string().optional().describe("Runtime identifier."),
|
|
@@ -9819,6 +10232,7 @@ const invitedTeamMemberSchema = z__namespace.object({
|
|
|
9819
10232
|
"AiGatewayBudgetManager",
|
|
9820
10233
|
"AiGatewayCredits",
|
|
9821
10234
|
"AiGatewaySettings",
|
|
10235
|
+
"ConnectorManager",
|
|
9822
10236
|
"CreateProject",
|
|
9823
10237
|
"EnvVariableManager",
|
|
9824
10238
|
"EnvironmentManager",
|
|
@@ -9892,6 +10306,13 @@ const teamSchema = z__namespace.object({
|
|
|
9892
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".')
|
|
9893
10307
|
}).optional().describe('When "Single Sign-On (SAML)" is configured, this object contains information regarding the configuration of the Identity Provider (IdP).'),
|
|
9894
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."),
|
|
9895
10316
|
description: z__namespace.string().nullable().describe("A short description of the Team."),
|
|
9896
10317
|
defaultRoles: z__namespace.object({
|
|
9897
10318
|
teamRoles: z__namespace.array(z__namespace.enum([
|
|
@@ -9909,6 +10330,7 @@ const teamSchema = z__namespace.object({
|
|
|
9909
10330
|
"AiGatewayBudgetManager",
|
|
9910
10331
|
"AiGatewayCredits",
|
|
9911
10332
|
"AiGatewaySettings",
|
|
10333
|
+
"ConnectorManager",
|
|
9912
10334
|
"CreateProject",
|
|
9913
10335
|
"EnvVariableManager",
|
|
9914
10336
|
"EnvironmentManager",
|
|
@@ -10197,6 +10619,7 @@ const teamSchema = z__namespace.object({
|
|
|
10197
10619
|
"AiGatewayBudgetManager",
|
|
10198
10620
|
"AiGatewayCredits",
|
|
10199
10621
|
"AiGatewaySettings",
|
|
10622
|
+
"ConnectorManager",
|
|
10200
10623
|
"CreateProject",
|
|
10201
10624
|
"EnvVariableManager",
|
|
10202
10625
|
"EnvironmentManager",
|
|
@@ -10325,6 +10748,7 @@ const teamLimitedSchema = z__namespace.object({
|
|
|
10325
10748
|
"AiGatewayBudgetManager",
|
|
10326
10749
|
"AiGatewayCredits",
|
|
10327
10750
|
"AiGatewaySettings",
|
|
10751
|
+
"ConnectorManager",
|
|
10328
10752
|
"CreateProject",
|
|
10329
10753
|
"EnvVariableManager",
|
|
10330
10754
|
"EnvironmentManager",
|
|
@@ -10595,6 +11019,7 @@ const authUserSchema = z__namespace.object({
|
|
|
10595
11019
|
edgeConfigSize: z__namespace.number().optional().describe("An object containing infomation related to the amount of platform resources may be allocated to the User account."),
|
|
10596
11020
|
edgeFunctionMaxSizeBytes: z__namespace.number().optional().describe("An object containing infomation related to the amount of platform resources may be allocated to the User account."),
|
|
10597
11021
|
edgeFunctionExecutionTimeoutMs: z__namespace.number().optional().describe("An object containing infomation related to the amount of platform resources may be allocated to the User account."),
|
|
11022
|
+
serverlessFunctionMaxDuration: z__namespace.number().optional().describe("An object containing infomation related to the amount of platform resources may be allocated to the User account."),
|
|
10598
11023
|
serverlessFunctionMaxMemorySize: z__namespace.number().optional().describe("An object containing infomation related to the amount of platform resources may be allocated to the User account."),
|
|
10599
11024
|
kvDatabases: z__namespace.number().optional().describe("An object containing infomation related to the amount of platform resources may be allocated to the User account."),
|
|
10600
11025
|
postgresDatabases: z__namespace.number().optional().describe("An object containing infomation related to the amount of platform resources may be allocated to the User account."),
|
|
@@ -10643,6 +11068,7 @@ const authUserSchema = z__namespace.object({
|
|
|
10643
11068
|
]).nullish(),
|
|
10644
11069
|
importFlowGitProvider: z__namespace.enum([
|
|
10645
11070
|
"bitbucket",
|
|
11071
|
+
"cursor-origin",
|
|
10646
11072
|
"github",
|
|
10647
11073
|
"github-custom-host",
|
|
10648
11074
|
"github-limited",
|
|
@@ -10707,8 +11133,10 @@ const authUserSchema = z__namespace.object({
|
|
|
10707
11133
|
teamId: z__namespace.string(),
|
|
10708
11134
|
slug: z__namespace.string(),
|
|
10709
11135
|
name: z__namespace.string(),
|
|
10710
|
-
avatar: z__namespace.string().nullable()
|
|
10711
|
-
|
|
11136
|
+
avatar: z__namespace.string().nullable(),
|
|
11137
|
+
workEmail: z__namespace.string()
|
|
11138
|
+
})),
|
|
11139
|
+
verifiedEmuDomains: z__namespace.array(z__namespace.string())
|
|
10712
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)."),
|
|
10713
11141
|
id: z__namespace.string().describe("The User's unique identifier."),
|
|
10714
11142
|
email: z__namespace.string().describe("Email address associated with the User account."),
|
|
@@ -10746,6 +11174,10 @@ const vcrRepositorySchema = z__namespace.object({
|
|
|
10746
11174
|
id: z__namespace.string().describe("Unique identifier of the repository."),
|
|
10747
11175
|
projectId: z__namespace.string().describe("Identifier of the project the repository belongs to."),
|
|
10748
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)."),
|
|
10749
11181
|
createdAt: z__namespace.string().describe("ISO 8601 timestamp of when the repository was created."),
|
|
10750
11182
|
updatedAt: z__namespace.string().describe("ISO 8601 timestamp of when the repository was last updated.")
|
|
10751
11183
|
}).describe("A Vercel Container Registry repository.");
|
|
@@ -10787,6 +11219,12 @@ const vcrImageListSchema = z__namespace.object({
|
|
|
10787
11219
|
images: z__namespace.array(z__namespace.unknown()),
|
|
10788
11220
|
nextCursor: z__namespace.string().optional().describe("Cursor to fetch the next page of results, when more are available.")
|
|
10789
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.");
|
|
10790
11228
|
const vcrTagSchema = z__namespace.object({
|
|
10791
11229
|
tag: z__namespace.string().describe("The tag name."),
|
|
10792
11230
|
manifestDigest: z__namespace.string().describe("SHA-256 digest of the image manifest the tag points at."),
|
|
@@ -10973,6 +11411,10 @@ const vcrImageDetailSchema = z__namespace.object({
|
|
|
10973
11411
|
}).optional().describe("Converted VHS drive data, present once an image has been optimized for sandbox launch."),
|
|
10974
11412
|
createdAt: z__namespace.string().describe("ISO 8601 timestamp of when the image was created.")
|
|
10975
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.");
|
|
10976
11418
|
const fileTreeSchema = z__namespace.object({
|
|
10977
11419
|
name: z__namespace.string().describe("The name of the file tree entry"),
|
|
10978
11420
|
type: z__namespace.enum([
|
|
@@ -11963,6 +12405,7 @@ const createConnectorStatus404Schema = z__namespace.unknown();
|
|
|
11963
12405
|
const createConnectorStatus409Schema = z__namespace.unknown();
|
|
11964
12406
|
const createConnectorStatus410Schema = z__namespace.unknown();
|
|
11965
12407
|
const createConnectorStatus422Schema = z__namespace.unknown();
|
|
12408
|
+
const createConnectorStatus500Schema = z__namespace.unknown();
|
|
11966
12409
|
const createConnectorStatus502Schema = z__namespace.unknown();
|
|
11967
12410
|
const createConnectorResponseSchema = z__namespace.union([
|
|
11968
12411
|
createConnectorStatus201Schema,
|
|
@@ -11973,6 +12416,7 @@ const createConnectorResponseSchema = z__namespace.union([
|
|
|
11973
12416
|
createConnectorStatus409Schema,
|
|
11974
12417
|
createConnectorStatus410Schema,
|
|
11975
12418
|
createConnectorStatus422Schema,
|
|
12419
|
+
createConnectorStatus500Schema,
|
|
11976
12420
|
createConnectorStatus502Schema
|
|
11977
12421
|
]);
|
|
11978
12422
|
const getConnectorTokenPathConnectorSchema = z__namespace.string();
|
|
@@ -13433,6 +13877,7 @@ const listUserEventsQueryTypesSchema = z__namespace.string().optional().describe
|
|
|
13433
13877
|
const listUserEventsQueryUserIdSchema = z__namespace.string().optional().describe("Deprecated. Use `principalId` instead. If `principalId` and `userId` both exist, `principalId` will be used.");
|
|
13434
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.");
|
|
13435
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.");
|
|
13436
13881
|
const listUserEventsQueryWithPayloadSchema = z__namespace.string().optional().describe("When set to `true`, the response will include the `payload` field for each event.");
|
|
13437
13882
|
const listUserEventsQueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.");
|
|
13438
13883
|
const listUserEventsQuerySlugSchema = z__namespace.string().optional().describe("The Team slug to perform the request on behalf of.");
|
|
@@ -13980,7 +14425,8 @@ const searchRepoQueryProviderSchema = z__namespace.enum([
|
|
|
13980
14425
|
"github-limited",
|
|
13981
14426
|
"github-custom-host",
|
|
13982
14427
|
"gitlab",
|
|
13983
|
-
"bitbucket"
|
|
14428
|
+
"bitbucket",
|
|
14429
|
+
"cursor-origin"
|
|
13984
14430
|
]).optional();
|
|
13985
14431
|
const searchRepoQueryInstallationIdSchema = z__namespace.string().optional();
|
|
13986
14432
|
const searchRepoQueryHostSchema = z__namespace.string().optional().describe("The custom Git host if using a custom Git provider, like GitHub Enterprise Server");
|
|
@@ -13994,6 +14440,7 @@ const searchRepoStatus404Schema = z__namespace.unknown();
|
|
|
13994
14440
|
const searchRepoStatus410Schema = z__namespace.unknown();
|
|
13995
14441
|
const searchRepoStatus429Schema = z__namespace.unknown();
|
|
13996
14442
|
const searchRepoStatus500Schema = z__namespace.unknown();
|
|
14443
|
+
const searchRepoStatus502Schema = z__namespace.unknown();
|
|
13997
14444
|
const searchRepoResponseSchema = z__namespace.union([
|
|
13998
14445
|
searchRepoStatus200Schema,
|
|
13999
14446
|
searchRepoStatus400Schema,
|
|
@@ -14002,7 +14449,8 @@ const searchRepoResponseSchema = z__namespace.union([
|
|
|
14002
14449
|
searchRepoStatus404Schema,
|
|
14003
14450
|
searchRepoStatus410Schema,
|
|
14004
14451
|
searchRepoStatus429Schema,
|
|
14005
|
-
searchRepoStatus500Schema
|
|
14452
|
+
searchRepoStatus500Schema,
|
|
14453
|
+
searchRepoStatus502Schema
|
|
14006
14454
|
]);
|
|
14007
14455
|
const getBillingPlansPathIntegrationIdOrSlugSchema = z__namespace.string();
|
|
14008
14456
|
const getBillingPlansQueryIntegrationConfigurationIdSchema = z__namespace.string().optional();
|
|
@@ -14016,7 +14464,8 @@ const getBillingPlansQuerySourceSchema = z__namespace.enum([
|
|
|
14016
14464
|
"resource-claims",
|
|
14017
14465
|
"cli",
|
|
14018
14466
|
"oauth",
|
|
14019
|
-
"backoffice"
|
|
14467
|
+
"backoffice",
|
|
14468
|
+
"import-recommended-integrations"
|
|
14020
14469
|
]).optional();
|
|
14021
14470
|
const getBillingPlansQueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.");
|
|
14022
14471
|
const getBillingPlansQuerySlugSchema = z__namespace.string().optional().describe("The Team slug to perform the request on behalf of.");
|
|
@@ -14885,14 +15334,18 @@ const deleteRoutesStatus400Schema = z__namespace.unknown();
|
|
|
14885
15334
|
const deleteRoutesStatus401Schema = z__namespace.unknown();
|
|
14886
15335
|
const deleteRoutesStatus403Schema = z__namespace.unknown();
|
|
14887
15336
|
const deleteRoutesStatus404Schema = z__namespace.unknown();
|
|
15337
|
+
const deleteRoutesStatus409Schema = z__namespace.unknown();
|
|
14888
15338
|
const deleteRoutesStatus410Schema = z__namespace.unknown();
|
|
15339
|
+
const deleteRoutesStatus500Schema = z__namespace.unknown();
|
|
14889
15340
|
const deleteRoutesResponseSchema = z__namespace.union([
|
|
14890
15341
|
deleteRoutesStatus200Schema,
|
|
14891
15342
|
deleteRoutesStatus400Schema,
|
|
14892
15343
|
deleteRoutesStatus401Schema,
|
|
14893
15344
|
deleteRoutesStatus403Schema,
|
|
14894
15345
|
deleteRoutesStatus404Schema,
|
|
14895
|
-
|
|
15346
|
+
deleteRoutesStatus409Schema,
|
|
15347
|
+
deleteRoutesStatus410Schema,
|
|
15348
|
+
deleteRoutesStatus500Schema
|
|
14896
15349
|
]);
|
|
14897
15350
|
const editRoutePathProjectIdSchema = z__namespace.string();
|
|
14898
15351
|
const editRoutePathRouteIdSchema = z__namespace.string();
|
|
@@ -14984,7 +15437,7 @@ const getProjectsQueryEdgeConfigTokenIdSchema = z__namespace.string().optional()
|
|
|
14984
15437
|
const getProjectsQueryDeprecatedSchema = z__namespace.boolean().optional();
|
|
14985
15438
|
const getProjectsQueryElasticConcurrencyEnabledSchema = z__namespace.string().optional().describe("Filter results by projects with elastic concurrency enabled");
|
|
14986
15439
|
const getProjectsQueryStaticIpsEnabledSchema = z__namespace.string().optional().describe("Filter results by projects with Static IPs enabled");
|
|
14987
|
-
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.');
|
|
14988
15441
|
const getProjectsQueryBuildQueueConfigurationSchema = z__namespace.enum([
|
|
14989
15442
|
"SKIP_NAMESPACE_QUEUE",
|
|
14990
15443
|
"WAIT_FOR_NAMESPACE_QUEUE"
|
|
@@ -15105,7 +15558,6 @@ const updateProjectStatus404Schema = z__namespace.unknown();
|
|
|
15105
15558
|
const updateProjectStatus409Schema = z__namespace.unknown();
|
|
15106
15559
|
const updateProjectStatus410Schema = z__namespace.unknown();
|
|
15107
15560
|
const updateProjectStatus428Schema = z__namespace.unknown();
|
|
15108
|
-
const updateProjectStatus500Schema = z__namespace.unknown();
|
|
15109
15561
|
const updateProjectResponseSchema = z__namespace.union([
|
|
15110
15562
|
updateProjectStatus200Schema,
|
|
15111
15563
|
updateProjectStatus400Schema,
|
|
@@ -15115,8 +15567,7 @@ const updateProjectResponseSchema = z__namespace.union([
|
|
|
15115
15567
|
updateProjectStatus404Schema,
|
|
15116
15568
|
updateProjectStatus409Schema,
|
|
15117
15569
|
updateProjectStatus410Schema,
|
|
15118
|
-
updateProjectStatus428Schema
|
|
15119
|
-
updateProjectStatus500Schema
|
|
15570
|
+
updateProjectStatus428Schema
|
|
15120
15571
|
]);
|
|
15121
15572
|
const deleteProjectPathIdOrNameSchema = z__namespace.string().describe("The unique project identifier or the project name");
|
|
15122
15573
|
const deleteProjectQueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.");
|
|
@@ -15919,31 +16370,31 @@ const listSandboxesResponseSchema = z__namespace.union([
|
|
|
15919
16370
|
listSandboxesStatus410Schema,
|
|
15920
16371
|
listSandboxesStatus429Schema
|
|
15921
16372
|
]);
|
|
15922
|
-
const
|
|
15923
|
-
const
|
|
15924
|
-
const
|
|
15925
|
-
const
|
|
15926
|
-
const
|
|
15927
|
-
const
|
|
15928
|
-
const
|
|
15929
|
-
const
|
|
15930
|
-
const
|
|
15931
|
-
const
|
|
15932
|
-
const
|
|
15933
|
-
const
|
|
15934
|
-
const
|
|
15935
|
-
const
|
|
15936
|
-
|
|
15937
|
-
|
|
15938
|
-
|
|
15939
|
-
|
|
15940
|
-
|
|
15941
|
-
|
|
15942
|
-
|
|
15943
|
-
|
|
15944
|
-
|
|
15945
|
-
|
|
15946
|
-
|
|
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
|
|
15947
16398
|
]);
|
|
15948
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.");
|
|
15949
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.");
|
|
@@ -16383,7 +16834,6 @@ const updateSessionNetworkPolicyQuerySlugSchema = z__namespace.string().optional
|
|
|
16383
16834
|
const updateSessionNetworkPolicyStatus200Schema = z__namespace.unknown();
|
|
16384
16835
|
const updateSessionNetworkPolicyStatus400Schema = z__namespace.unknown();
|
|
16385
16836
|
const updateSessionNetworkPolicyStatus401Schema = z__namespace.unknown();
|
|
16386
|
-
const updateSessionNetworkPolicyStatus402Schema = z__namespace.unknown();
|
|
16387
16837
|
const updateSessionNetworkPolicyStatus403Schema = z__namespace.unknown();
|
|
16388
16838
|
const updateSessionNetworkPolicyStatus404Schema = z__namespace.unknown();
|
|
16389
16839
|
const updateSessionNetworkPolicyStatus410Schema = z__namespace.unknown();
|
|
@@ -16394,7 +16844,6 @@ const updateSessionNetworkPolicyResponseSchema = z__namespace.union([
|
|
|
16394
16844
|
updateSessionNetworkPolicyStatus200Schema,
|
|
16395
16845
|
updateSessionNetworkPolicyStatus400Schema,
|
|
16396
16846
|
updateSessionNetworkPolicyStatus401Schema,
|
|
16397
|
-
updateSessionNetworkPolicyStatus402Schema,
|
|
16398
16847
|
updateSessionNetworkPolicyStatus403Schema,
|
|
16399
16848
|
updateSessionNetworkPolicyStatus404Schema,
|
|
16400
16849
|
updateSessionNetworkPolicyStatus410Schema,
|
|
@@ -16525,6 +16974,32 @@ const createSandboxesByNameForkResponseSchema = z__namespace.union([
|
|
|
16525
16974
|
createSandboxesByNameForkStatus429Schema,
|
|
16526
16975
|
createSandboxesByNameForkStatus500Schema
|
|
16527
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
|
+
]);
|
|
16528
17003
|
const updateAttackChallengeModeQueryTeamIdSchema = z__namespace.string().optional().describe("The Team identifier to perform the request on behalf of.");
|
|
16529
17004
|
const updateAttackChallengeModeQuerySlugSchema = z__namespace.string().optional().describe("The Team slug to perform the request on behalf of.");
|
|
16530
17005
|
const updateAttackChallengeModeStatus200Schema = z__namespace.unknown();
|
|
@@ -17364,6 +17839,80 @@ const listRepositoryImagesResponseSchema = z__namespace.union([
|
|
|
17364
17839
|
listRepositoryImagesStatus404Schema,
|
|
17365
17840
|
listRepositoryImagesStatus410Schema
|
|
17366
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
|
+
]);
|
|
17367
17916
|
const listRepositoryTagsQueryProjectIdSchema = z__namespace.string();
|
|
17368
17917
|
const listRepositoryTagsPathIdOrNameSchema = z__namespace.string().max(255);
|
|
17369
17918
|
const listRepositoryTagsQueryLimitSchema = z__namespace.int().min(1).max(100).optional();
|
|
@@ -17449,6 +17998,249 @@ const deleteRepositoryImageResponseSchema = z__namespace.union([
|
|
|
17449
17998
|
deleteRepositoryImageStatus404Schema,
|
|
17450
17999
|
deleteRepositoryImageStatus410Schema
|
|
17451
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
|
+
]);
|
|
17452
18244
|
const createWebInsightsToggleQueryProjectIdSchema = z__namespace.string();
|
|
17453
18245
|
const createWebInsightsToggleStatus200Schema = z__namespace.unknown();
|
|
17454
18246
|
const createWebInsightsToggleStatus400Schema = z__namespace.unknown();
|
|
@@ -17973,6 +18765,17 @@ exports.addProjectMemberStatus401Schema = addProjectMemberStatus401Schema;
|
|
|
17973
18765
|
exports.addProjectMemberStatus403Schema = addProjectMemberStatus403Schema;
|
|
17974
18766
|
exports.addProjectMemberStatus410Schema = addProjectMemberStatus410Schema;
|
|
17975
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;
|
|
17976
18779
|
exports.addRoutePathProjectIdSchema = addRoutePathProjectIdSchema;
|
|
17977
18780
|
exports.addRouteQuerySlugSchema = addRouteQuerySlugSchema;
|
|
17978
18781
|
exports.addRouteQueryTeamIdSchema = addRouteQueryTeamIdSchema;
|
|
@@ -18114,6 +18917,17 @@ exports.claimDomainOwnershipStatus401Schema = claimDomainOwnershipStatus401Schem
|
|
|
18114
18917
|
exports.claimDomainOwnershipStatus403Schema = claimDomainOwnershipStatus403Schema;
|
|
18115
18918
|
exports.claimDomainOwnershipStatus404Schema = claimDomainOwnershipStatus404Schema;
|
|
18116
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;
|
|
18117
18931
|
exports.completeRollingReleasePathIdOrNameSchema = completeRollingReleasePathIdOrNameSchema;
|
|
18118
18932
|
exports.completeRollingReleaseQuerySlugSchema = completeRollingReleaseQuerySlugSchema;
|
|
18119
18933
|
exports.completeRollingReleaseQueryTeamIdSchema = completeRollingReleaseQueryTeamIdSchema;
|
|
@@ -18209,6 +19023,19 @@ exports.createAuthTokenStatus401Schema = createAuthTokenStatus401Schema;
|
|
|
18209
19023
|
exports.createAuthTokenStatus403Schema = createAuthTokenStatus403Schema;
|
|
18210
19024
|
exports.createAuthTokenStatus404Schema = createAuthTokenStatus404Schema;
|
|
18211
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;
|
|
18212
19039
|
exports.createCheckPathDeploymentIdSchema = createCheckPathDeploymentIdSchema;
|
|
18213
19040
|
exports.createCheckQuerySlugSchema = createCheckQuerySlugSchema;
|
|
18214
19041
|
exports.createCheckQueryTeamIdSchema = createCheckQueryTeamIdSchema;
|
|
@@ -18253,6 +19080,7 @@ exports.createConnectorStatus404Schema = createConnectorStatus404Schema;
|
|
|
18253
19080
|
exports.createConnectorStatus409Schema = createConnectorStatus409Schema;
|
|
18254
19081
|
exports.createConnectorStatus410Schema = createConnectorStatus410Schema;
|
|
18255
19082
|
exports.createConnectorStatus422Schema = createConnectorStatus422Schema;
|
|
19083
|
+
exports.createConnectorStatus500Schema = createConnectorStatus500Schema;
|
|
18256
19084
|
exports.createConnectorStatus502Schema = createConnectorStatus502Schema;
|
|
18257
19085
|
exports.createCustomEnvironmentPathIdOrNameSchema = createCustomEnvironmentPathIdOrNameSchema;
|
|
18258
19086
|
exports.createCustomEnvironmentQuerySlugSchema = createCustomEnvironmentQuerySlugSchema;
|
|
@@ -18510,20 +19338,34 @@ exports.createSandboxesByNameForkStatus410Schema = createSandboxesByNameForkStat
|
|
|
18510
19338
|
exports.createSandboxesByNameForkStatus422Schema = createSandboxesByNameForkStatus422Schema;
|
|
18511
19339
|
exports.createSandboxesByNameForkStatus429Schema = createSandboxesByNameForkStatus429Schema;
|
|
18512
19340
|
exports.createSandboxesByNameForkStatus500Schema = createSandboxesByNameForkStatus500Schema;
|
|
18513
|
-
exports.
|
|
18514
|
-
exports.
|
|
18515
|
-
exports.
|
|
18516
|
-
exports.
|
|
18517
|
-
exports.
|
|
18518
|
-
exports.
|
|
18519
|
-
exports.
|
|
18520
|
-
exports.
|
|
18521
|
-
exports.
|
|
18522
|
-
exports.
|
|
18523
|
-
exports.
|
|
18524
|
-
exports.
|
|
18525
|
-
exports.
|
|
18526
|
-
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;
|
|
18527
19369
|
exports.createSdkKeyPathProjectIdOrNameSchema = createSdkKeyPathProjectIdOrNameSchema;
|
|
18528
19370
|
exports.createSdkKeyQuerySlugSchema = createSdkKeyQuerySlugSchema;
|
|
18529
19371
|
exports.createSdkKeyQueryTeamIdSchema = createSdkKeyQueryTeamIdSchema;
|
|
@@ -18711,6 +19553,42 @@ exports.deleteAuthTokenStatus401Schema = deleteAuthTokenStatus401Schema;
|
|
|
18711
19553
|
exports.deleteAuthTokenStatus403Schema = deleteAuthTokenStatus403Schema;
|
|
18712
19554
|
exports.deleteAuthTokenStatus404Schema = deleteAuthTokenStatus404Schema;
|
|
18713
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;
|
|
18714
19592
|
exports.deleteConfigurableLogDrainPathIdSchema = deleteConfigurableLogDrainPathIdSchema;
|
|
18715
19593
|
exports.deleteConfigurableLogDrainQuerySlugSchema = deleteConfigurableLogDrainQuerySlugSchema;
|
|
18716
19594
|
exports.deleteConfigurableLogDrainQueryTeamIdSchema = deleteConfigurableLogDrainQueryTeamIdSchema;
|
|
@@ -18968,7 +19846,9 @@ exports.deleteRoutesStatus400Schema = deleteRoutesStatus400Schema;
|
|
|
18968
19846
|
exports.deleteRoutesStatus401Schema = deleteRoutesStatus401Schema;
|
|
18969
19847
|
exports.deleteRoutesStatus403Schema = deleteRoutesStatus403Schema;
|
|
18970
19848
|
exports.deleteRoutesStatus404Schema = deleteRoutesStatus404Schema;
|
|
19849
|
+
exports.deleteRoutesStatus409Schema = deleteRoutesStatus409Schema;
|
|
18971
19850
|
exports.deleteRoutesStatus410Schema = deleteRoutesStatus410Schema;
|
|
19851
|
+
exports.deleteRoutesStatus500Schema = deleteRoutesStatus500Schema;
|
|
18972
19852
|
exports.deleteSandboxPathNameSchema = deleteSandboxPathNameSchema;
|
|
18973
19853
|
exports.deleteSandboxQueryProjectIdSchema = deleteSandboxQueryProjectIdSchema;
|
|
18974
19854
|
exports.deleteSandboxQuerySlugSchema = deleteSandboxQuerySlugSchema;
|
|
@@ -19290,6 +20170,54 @@ exports.getBulkAvailabilityStatus401Schema = getBulkAvailabilityStatus401Schema;
|
|
|
19290
20170
|
exports.getBulkAvailabilityStatus403Schema = getBulkAvailabilityStatus403Schema;
|
|
19291
20171
|
exports.getBulkAvailabilityStatus429Schema = getBulkAvailabilityStatus429Schema;
|
|
19292
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;
|
|
19293
20221
|
exports.getBypassIpQueryDomainSchema = getBypassIpQueryDomainSchema;
|
|
19294
20222
|
exports.getBypassIpQueryLimitSchema = getBypassIpQueryLimitSchema;
|
|
19295
20223
|
exports.getBypassIpQueryOffsetSchema = getBypassIpQueryOffsetSchema;
|
|
@@ -20152,6 +21080,14 @@ exports.getRollingReleaseStatus401Schema = getRollingReleaseStatus401Schema;
|
|
|
20152
21080
|
exports.getRollingReleaseStatus403Schema = getRollingReleaseStatus403Schema;
|
|
20153
21081
|
exports.getRollingReleaseStatus404Schema = getRollingReleaseStatus404Schema;
|
|
20154
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;
|
|
20155
21091
|
exports.getRouteVersionsPathProjectIdSchema = getRouteVersionsPathProjectIdSchema;
|
|
20156
21092
|
exports.getRouteVersionsQuerySlugSchema = getRouteVersionsQuerySlugSchema;
|
|
20157
21093
|
exports.getRouteVersionsQueryTeamIdSchema = getRouteVersionsQueryTeamIdSchema;
|
|
@@ -20775,6 +21711,19 @@ exports.listRepositoryImagesStatus401Schema = listRepositoryImagesStatus401Schem
|
|
|
20775
21711
|
exports.listRepositoryImagesStatus403Schema = listRepositoryImagesStatus403Schema;
|
|
20776
21712
|
exports.listRepositoryImagesStatus404Schema = listRepositoryImagesStatus404Schema;
|
|
20777
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;
|
|
20778
21727
|
exports.listRepositoryTagsPathIdOrNameSchema = listRepositoryTagsPathIdOrNameSchema;
|
|
20779
21728
|
exports.listRepositoryTagsQueryCursorSchema = listRepositoryTagsQueryCursorSchema;
|
|
20780
21729
|
exports.listRepositoryTagsQueryLimitSchema = listRepositoryTagsQueryLimitSchema;
|
|
@@ -20908,6 +21857,7 @@ exports.listTeamFlagsV2Status400Schema = listTeamFlagsV2Status400Schema;
|
|
|
20908
21857
|
exports.listTeamFlagsV2Status401Schema = listTeamFlagsV2Status401Schema;
|
|
20909
21858
|
exports.listTeamFlagsV2Status403Schema = listTeamFlagsV2Status403Schema;
|
|
20910
21859
|
exports.listTeamFlagsV2Status410Schema = listTeamFlagsV2Status410Schema;
|
|
21860
|
+
exports.listUserEventsQueryEntityIdSchema = listUserEventsQueryEntityIdSchema;
|
|
20911
21861
|
exports.listUserEventsQueryLimitSchema = listUserEventsQueryLimitSchema;
|
|
20912
21862
|
exports.listUserEventsQueryPrincipalIdSchema = listUserEventsQueryPrincipalIdSchema;
|
|
20913
21863
|
exports.listUserEventsQueryProjectIdsSchema = listUserEventsQueryProjectIdsSchema;
|
|
@@ -21167,6 +22117,17 @@ exports.removeRecordStatus401Schema = removeRecordStatus401Schema;
|
|
|
21167
22117
|
exports.removeRecordStatus403Schema = removeRecordStatus403Schema;
|
|
21168
22118
|
exports.removeRecordStatus404Schema = removeRecordStatus404Schema;
|
|
21169
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;
|
|
21170
22131
|
exports.removeTeamMemberPathTeamIdSchema = removeTeamMemberPathTeamIdSchema;
|
|
21171
22132
|
exports.removeTeamMemberPathUidSchema = removeTeamMemberPathUidSchema;
|
|
21172
22133
|
exports.removeTeamMemberQueryNewDefaultTeamIdSchema = removeTeamMemberQueryNewDefaultTeamIdSchema;
|
|
@@ -21188,6 +22149,33 @@ exports.renewDomainStatus403Schema = renewDomainStatus403Schema;
|
|
|
21188
22149
|
exports.renewDomainStatus404Schema = renewDomainStatus404Schema;
|
|
21189
22150
|
exports.renewDomainStatus429Schema = renewDomainStatus429Schema;
|
|
21190
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;
|
|
21191
22179
|
exports.replaceDomainsByDomainRecordsPathDomainSchema = replaceDomainsByDomainRecordsPathDomainSchema;
|
|
21192
22180
|
exports.replaceDomainsByDomainRecordsResponseSchema = replaceDomainsByDomainRecordsResponseSchema;
|
|
21193
22181
|
exports.replaceDomainsByDomainRecordsStatus200Schema = replaceDomainsByDomainRecordsStatus200Schema;
|
|
@@ -21322,6 +22310,7 @@ exports.searchRepoStatus404Schema = searchRepoStatus404Schema;
|
|
|
21322
22310
|
exports.searchRepoStatus410Schema = searchRepoStatus410Schema;
|
|
21323
22311
|
exports.searchRepoStatus429Schema = searchRepoStatus429Schema;
|
|
21324
22312
|
exports.searchRepoStatus500Schema = searchRepoStatus500Schema;
|
|
22313
|
+
exports.searchRepoStatus502Schema = searchRepoStatus502Schema;
|
|
21325
22314
|
exports.segmentSchema = segmentSchema;
|
|
21326
22315
|
exports.sessionCommandSchema = sessionCommandSchema;
|
|
21327
22316
|
exports.sessionSchema = sessionSchema;
|
|
@@ -21488,6 +22477,19 @@ exports.updateAttackChallengeModeStatus401Schema = updateAttackChallengeModeStat
|
|
|
21488
22477
|
exports.updateAttackChallengeModeStatus403Schema = updateAttackChallengeModeStatus403Schema;
|
|
21489
22478
|
exports.updateAttackChallengeModeStatus404Schema = updateAttackChallengeModeStatus404Schema;
|
|
21490
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;
|
|
21491
22493
|
exports.updateCheckPathCheckIdSchema = updateCheckPathCheckIdSchema;
|
|
21492
22494
|
exports.updateCheckPathDeploymentIdSchema = updateCheckPathDeploymentIdSchema;
|
|
21493
22495
|
exports.updateCheckQuerySlugSchema = updateCheckQuerySlugSchema;
|
|
@@ -21748,7 +22750,6 @@ exports.updateProjectStatus404Schema = updateProjectStatus404Schema;
|
|
|
21748
22750
|
exports.updateProjectStatus409Schema = updateProjectStatus409Schema;
|
|
21749
22751
|
exports.updateProjectStatus410Schema = updateProjectStatus410Schema;
|
|
21750
22752
|
exports.updateProjectStatus428Schema = updateProjectStatus428Schema;
|
|
21751
|
-
exports.updateProjectStatus500Schema = updateProjectStatus500Schema;
|
|
21752
22753
|
exports.updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionPathDeploymentIdSchema = updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionPathDeploymentIdSchema;
|
|
21753
22754
|
exports.updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionPathProjectIdSchema = updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionPathProjectIdSchema;
|
|
21754
22755
|
exports.updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionResponseSchema = updateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionResponseSchema;
|
|
@@ -21851,7 +22852,6 @@ exports.updateSessionNetworkPolicyResponseSchema = updateSessionNetworkPolicyRes
|
|
|
21851
22852
|
exports.updateSessionNetworkPolicyStatus200Schema = updateSessionNetworkPolicyStatus200Schema;
|
|
21852
22853
|
exports.updateSessionNetworkPolicyStatus400Schema = updateSessionNetworkPolicyStatus400Schema;
|
|
21853
22854
|
exports.updateSessionNetworkPolicyStatus401Schema = updateSessionNetworkPolicyStatus401Schema;
|
|
21854
|
-
exports.updateSessionNetworkPolicyStatus402Schema = updateSessionNetworkPolicyStatus402Schema;
|
|
21855
22855
|
exports.updateSessionNetworkPolicyStatus403Schema = updateSessionNetworkPolicyStatus403Schema;
|
|
21856
22856
|
exports.updateSessionNetworkPolicyStatus404Schema = updateSessionNetworkPolicyStatus404Schema;
|
|
21857
22857
|
exports.updateSessionNetworkPolicyStatus410Schema = updateSessionNetworkPolicyStatus410Schema;
|
|
@@ -21959,6 +22959,8 @@ exports.vcrImageLayerSchema = vcrImageLayerSchema;
|
|
|
21959
22959
|
exports.vcrImageListItemSchema = vcrImageListItemSchema;
|
|
21960
22960
|
exports.vcrImageListSchema = vcrImageListSchema;
|
|
21961
22961
|
exports.vcrRepositoryListSchema = vcrRepositoryListSchema;
|
|
22962
|
+
exports.vcrRepositoryPermissionListSchema = vcrRepositoryPermissionListSchema;
|
|
22963
|
+
exports.vcrRepositoryPermissionSchema = vcrRepositoryPermissionSchema;
|
|
21962
22964
|
exports.vcrRepositorySchema = vcrRepositorySchema;
|
|
21963
22965
|
exports.vcrTagSchema = vcrTagSchema;
|
|
21964
22966
|
exports.vercelBadRequestErrorSchema = vercelBadRequestErrorSchema;
|