vercel-api-js 1.20.1 → 1.21.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/index.cjs +4 -1
- package/dist/index.d.ts +95 -29
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{schemas-jmgsg0ky.cjs → schemas-dssww1l5.cjs} +62 -4
- package/dist/{schemas-r10fk1hg.js → schemas-j9fjmv1v.js} +60 -5
- package/dist/schemas.cjs +4 -1
- package/dist/schemas.d.mts +50 -8
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +14 -9
- package/dist/types.d.mts +45 -21
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +14 -9
- package/package.json +1 -1
|
@@ -82,13 +82,11 @@ const aiGatewayVirtualModelConfigSchema = z__namespace.object({
|
|
|
82
82
|
providerTimeouts: z__namespace.object({
|
|
83
83
|
byok: z__namespace.object({}).catchall(z__namespace.number()).optional()
|
|
84
84
|
}).optional().describe("Per-request provider timeouts in ms, keyed by provider slug for BYOK credentials."),
|
|
85
|
-
requires: z__namespace.array(z__namespace.string()).optional().describe("For kind=router: capability tags a candidate must have."),
|
|
86
85
|
selector: z__namespace.enum([
|
|
87
86
|
"cost",
|
|
88
|
-
"priority",
|
|
89
87
|
"tps",
|
|
90
88
|
"ttft"
|
|
91
|
-
]).optional().describe("For kind=router: how to order candidates."),
|
|
89
|
+
]).optional().describe("For kind=router: how to order candidates. Absent means declared order."),
|
|
92
90
|
serviceTier: z__namespace.enum([
|
|
93
91
|
"fast",
|
|
94
92
|
"flex",
|
|
@@ -1982,7 +1980,6 @@ const userEventSchema = z__namespace.object({
|
|
|
1982
1980
|
"providerOptions",
|
|
1983
1981
|
"providerOrder",
|
|
1984
1982
|
"providerTimeouts",
|
|
1985
|
-
"requires",
|
|
1986
1983
|
"selector",
|
|
1987
1984
|
"serviceTier",
|
|
1988
1985
|
"sort",
|
|
@@ -3800,6 +3797,29 @@ const userEventSchema = z__namespace.object({
|
|
|
3800
3797
|
]).describe("Team-level or project-level rule."),
|
|
3801
3798
|
source: z__namespace.string().describe("Classified deploy source, e.g. 'cli', 'git', 'integration'.")
|
|
3802
3799
|
}).strict(),
|
|
3800
|
+
z__namespace.object({
|
|
3801
|
+
mode: z__namespace.enum([
|
|
3802
|
+
"none"
|
|
3803
|
+
]).nullable(),
|
|
3804
|
+
previousMode: z__namespace.enum([
|
|
3805
|
+
"none"
|
|
3806
|
+
]).nullable(),
|
|
3807
|
+
scope: z__namespace.enum([
|
|
3808
|
+
"organization"
|
|
3809
|
+
])
|
|
3810
|
+
}).strict(),
|
|
3811
|
+
z__namespace.object({
|
|
3812
|
+
mode: z__namespace.enum([
|
|
3813
|
+
"all",
|
|
3814
|
+
"email-domain",
|
|
3815
|
+
"none"
|
|
3816
|
+
]),
|
|
3817
|
+
previousMode: z__namespace.enum([
|
|
3818
|
+
"all",
|
|
3819
|
+
"email-domain",
|
|
3820
|
+
"none"
|
|
3821
|
+
])
|
|
3822
|
+
}).strict(),
|
|
3803
3823
|
z__namespace.object({
|
|
3804
3824
|
deploymentId: z__namespace.string(),
|
|
3805
3825
|
deploymentName: z__namespace.string().nullable(),
|
|
@@ -6262,6 +6282,17 @@ const userEventSchema = z__namespace.object({
|
|
|
6262
6282
|
directoryId: z__namespace.string(),
|
|
6263
6283
|
organizationId: z__namespace.string()
|
|
6264
6284
|
}).strict(),
|
|
6285
|
+
z__namespace.object({
|
|
6286
|
+
copiedDomains: z__namespace.array(z__namespace.string()),
|
|
6287
|
+
enabledOrganizationEmu: z__namespace.union([
|
|
6288
|
+
z__namespace.literal(false),
|
|
6289
|
+
z__namespace.literal(true)
|
|
6290
|
+
]),
|
|
6291
|
+
enabledTeamIds: z__namespace.array(z__namespace.string()),
|
|
6292
|
+
organizationId: z__namespace.string(),
|
|
6293
|
+
teamId: z__namespace.string(),
|
|
6294
|
+
teamSlug: z__namespace.string()
|
|
6295
|
+
}).strict(),
|
|
6265
6296
|
z__namespace.object({
|
|
6266
6297
|
enabled: z__namespace.union([
|
|
6267
6298
|
z__namespace.literal(false),
|
|
@@ -7725,6 +7756,9 @@ const userEventSchema = z__namespace.object({
|
|
|
7725
7756
|
]).nullable(),
|
|
7726
7757
|
projectId: z__namespace.string().optional(),
|
|
7727
7758
|
projectName: z__namespace.string().optional(),
|
|
7759
|
+
scope: z__namespace.enum([
|
|
7760
|
+
"organization"
|
|
7761
|
+
]).optional(),
|
|
7728
7762
|
ssoProtection: z__namespace.union([
|
|
7729
7763
|
z__namespace.object({
|
|
7730
7764
|
april2026SecurityIncidentMigrationAppliedFrom: z__namespace.enum([
|
|
@@ -8520,6 +8554,15 @@ const userEventSchema = z__namespace.object({
|
|
|
8520
8554
|
teamId: z__namespace.string(),
|
|
8521
8555
|
timestamp: z__namespace.number().optional()
|
|
8522
8556
|
}).strict(),
|
|
8557
|
+
z__namespace.object({
|
|
8558
|
+
enabled: z__namespace.union([
|
|
8559
|
+
z__namespace.literal(false),
|
|
8560
|
+
z__namespace.literal(true)
|
|
8561
|
+
]),
|
|
8562
|
+
scope: z__namespace.enum([
|
|
8563
|
+
"organization"
|
|
8564
|
+
]).optional()
|
|
8565
|
+
}).strict(),
|
|
8523
8566
|
z__namespace.object({
|
|
8524
8567
|
next: z__namespace.object({
|
|
8525
8568
|
deploymentSources: z__namespace.array(z__namespace.string()).nullish(),
|
|
@@ -9882,6 +9925,7 @@ const userEventSchema = z__namespace.object({
|
|
|
9882
9925
|
"deployment-creation-blocked",
|
|
9883
9926
|
"deployment-delete",
|
|
9884
9927
|
"deployment-policy-blocked",
|
|
9928
|
+
"deployment-protection-access-requests",
|
|
9885
9929
|
"deployment-undeleted",
|
|
9886
9930
|
"disabled-integration-installation-removed",
|
|
9887
9931
|
"disconnect-bitbucket-app",
|
|
@@ -10062,6 +10106,7 @@ const userEventSchema = z__namespace.object({
|
|
|
10062
10106
|
"organization-delete",
|
|
10063
10107
|
"organization-dsync-group-delete",
|
|
10064
10108
|
"organization-dsync-group-upsert",
|
|
10109
|
+
"organization-emu-domains-merged",
|
|
10065
10110
|
"organization-emu-team-updated",
|
|
10066
10111
|
"organization-emu-updated",
|
|
10067
10112
|
"organization-slug-update",
|
|
@@ -10658,6 +10703,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
10658
10703
|
"deployment-creation-blocked",
|
|
10659
10704
|
"deployment-delete",
|
|
10660
10705
|
"deployment-policy-blocked",
|
|
10706
|
+
"deployment-protection-access-requests",
|
|
10661
10707
|
"deployment-undeleted",
|
|
10662
10708
|
"disabled-integration-installation-removed",
|
|
10663
10709
|
"disconnect-bitbucket-app",
|
|
@@ -10838,6 +10884,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
10838
10884
|
"organization-delete",
|
|
10839
10885
|
"organization-dsync-group-delete",
|
|
10840
10886
|
"organization-dsync-group-upsert",
|
|
10887
|
+
"organization-emu-domains-merged",
|
|
10841
10888
|
"organization-emu-team-updated",
|
|
10842
10889
|
"organization-emu-updated",
|
|
10843
10890
|
"organization-slug-update",
|
|
@@ -11350,6 +11397,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
11350
11397
|
"deployment-creation-blocked",
|
|
11351
11398
|
"deployment-delete",
|
|
11352
11399
|
"deployment-policy-blocked",
|
|
11400
|
+
"deployment-protection-access-requests",
|
|
11353
11401
|
"deployment-undeleted",
|
|
11354
11402
|
"disabled-integration-installation-removed",
|
|
11355
11403
|
"disconnect-bitbucket-app",
|
|
@@ -11530,6 +11578,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
11530
11578
|
"organization-delete",
|
|
11531
11579
|
"organization-dsync-group-delete",
|
|
11532
11580
|
"organization-dsync-group-upsert",
|
|
11581
|
+
"organization-emu-domains-merged",
|
|
11533
11582
|
"organization-emu-team-updated",
|
|
11534
11583
|
"organization-emu-updated",
|
|
11535
11584
|
"organization-slug-update",
|
|
@@ -14972,6 +15021,7 @@ const updateAiGatewayVirtualModelConfigStatus401Schema = z__namespace.unknown();
|
|
|
14972
15021
|
const updateAiGatewayVirtualModelConfigStatus403Schema = z__namespace.unknown();
|
|
14973
15022
|
const updateAiGatewayVirtualModelConfigStatus404Schema = z__namespace.unknown();
|
|
14974
15023
|
const updateAiGatewayVirtualModelConfigStatus410Schema = z__namespace.unknown();
|
|
15024
|
+
const updateAiGatewayVirtualModelConfigStatus429Schema = z__namespace.unknown();
|
|
14975
15025
|
const updateAiGatewayVirtualModelConfigStatus500Schema = z__namespace.unknown();
|
|
14976
15026
|
const updateAiGatewayVirtualModelConfigResponseSchema = updateAiGatewayVirtualModelConfigStatus200Schema;
|
|
14977
15027
|
const updateAiGatewayVirtualModelConfigErrorSchema = z__namespace.union([
|
|
@@ -14980,6 +15030,7 @@ const updateAiGatewayVirtualModelConfigErrorSchema = z__namespace.union([
|
|
|
14980
15030
|
updateAiGatewayVirtualModelConfigStatus403Schema,
|
|
14981
15031
|
updateAiGatewayVirtualModelConfigStatus404Schema,
|
|
14982
15032
|
updateAiGatewayVirtualModelConfigStatus410Schema,
|
|
15033
|
+
updateAiGatewayVirtualModelConfigStatus429Schema,
|
|
14983
15034
|
updateAiGatewayVirtualModelConfigStatus500Schema
|
|
14984
15035
|
]);
|
|
14985
15036
|
const deleteAiGatewayVirtualModelConfigQueryOwnerIdSchema = z__namespace.string().optional();
|
|
@@ -15085,6 +15136,7 @@ const updateAiGatewayVirtualModelConfigBySlugStatus401Schema = z__namespace.unkn
|
|
|
15085
15136
|
const updateAiGatewayVirtualModelConfigBySlugStatus403Schema = z__namespace.unknown();
|
|
15086
15137
|
const updateAiGatewayVirtualModelConfigBySlugStatus404Schema = z__namespace.unknown();
|
|
15087
15138
|
const updateAiGatewayVirtualModelConfigBySlugStatus410Schema = z__namespace.unknown();
|
|
15139
|
+
const updateAiGatewayVirtualModelConfigBySlugStatus429Schema = z__namespace.unknown();
|
|
15088
15140
|
const updateAiGatewayVirtualModelConfigBySlugStatus500Schema = z__namespace.unknown();
|
|
15089
15141
|
const updateAiGatewayVirtualModelConfigBySlugResponseSchema = updateAiGatewayVirtualModelConfigBySlugStatus200Schema;
|
|
15090
15142
|
const updateAiGatewayVirtualModelConfigBySlugErrorSchema = z__namespace.union([
|
|
@@ -15093,6 +15145,7 @@ const updateAiGatewayVirtualModelConfigBySlugErrorSchema = z__namespace.union([
|
|
|
15093
15145
|
updateAiGatewayVirtualModelConfigBySlugStatus403Schema,
|
|
15094
15146
|
updateAiGatewayVirtualModelConfigBySlugStatus404Schema,
|
|
15095
15147
|
updateAiGatewayVirtualModelConfigBySlugStatus410Schema,
|
|
15148
|
+
updateAiGatewayVirtualModelConfigBySlugStatus429Schema,
|
|
15096
15149
|
updateAiGatewayVirtualModelConfigBySlugStatus500Schema
|
|
15097
15150
|
]);
|
|
15098
15151
|
const deleteAiGatewayVirtualModelConfigBySlugQueryOwnerIdSchema = z__namespace.string().optional();
|
|
@@ -24607,6 +24660,7 @@ const patchTeamStatus400Schema = z__namespace.unknown();
|
|
|
24607
24660
|
const patchTeamStatus401Schema = z__namespace.unknown();
|
|
24608
24661
|
const patchTeamStatus402Schema = z__namespace.unknown();
|
|
24609
24662
|
const patchTeamStatus403Schema = z__namespace.unknown();
|
|
24663
|
+
const patchTeamStatus409Schema = z__namespace.unknown();
|
|
24610
24664
|
const patchTeamStatus410Schema = z__namespace.unknown();
|
|
24611
24665
|
const patchTeamStatus428Schema = z__namespace.unknown();
|
|
24612
24666
|
const patchTeamResponseSchema = patchTeamStatus200Schema;
|
|
@@ -24615,6 +24669,7 @@ const patchTeamErrorSchema = z__namespace.union([
|
|
|
24615
24669
|
patchTeamStatus401Schema,
|
|
24616
24670
|
patchTeamStatus402Schema,
|
|
24617
24671
|
patchTeamStatus403Schema,
|
|
24672
|
+
patchTeamStatus409Schema,
|
|
24618
24673
|
patchTeamStatus410Schema,
|
|
24619
24674
|
patchTeamStatus428Schema
|
|
24620
24675
|
]);
|
|
@@ -30486,6 +30541,7 @@ exports.patchTeamStatus400Schema = patchTeamStatus400Schema;
|
|
|
30486
30541
|
exports.patchTeamStatus401Schema = patchTeamStatus401Schema;
|
|
30487
30542
|
exports.patchTeamStatus402Schema = patchTeamStatus402Schema;
|
|
30488
30543
|
exports.patchTeamStatus403Schema = patchTeamStatus403Schema;
|
|
30544
|
+
exports.patchTeamStatus409Schema = patchTeamStatus409Schema;
|
|
30489
30545
|
exports.patchTeamStatus410Schema = patchTeamStatus410Schema;
|
|
30490
30546
|
exports.patchTeamStatus428Schema = patchTeamStatus428Schema;
|
|
30491
30547
|
exports.patchUrlProtectionBypassErrorSchema = patchUrlProtectionBypassErrorSchema;
|
|
@@ -31158,6 +31214,7 @@ exports.updateAiGatewayVirtualModelConfigBySlugStatus401Schema = updateAiGateway
|
|
|
31158
31214
|
exports.updateAiGatewayVirtualModelConfigBySlugStatus403Schema = updateAiGatewayVirtualModelConfigBySlugStatus403Schema;
|
|
31159
31215
|
exports.updateAiGatewayVirtualModelConfigBySlugStatus404Schema = updateAiGatewayVirtualModelConfigBySlugStatus404Schema;
|
|
31160
31216
|
exports.updateAiGatewayVirtualModelConfigBySlugStatus410Schema = updateAiGatewayVirtualModelConfigBySlugStatus410Schema;
|
|
31217
|
+
exports.updateAiGatewayVirtualModelConfigBySlugStatus429Schema = updateAiGatewayVirtualModelConfigBySlugStatus429Schema;
|
|
31161
31218
|
exports.updateAiGatewayVirtualModelConfigBySlugStatus500Schema = updateAiGatewayVirtualModelConfigBySlugStatus500Schema;
|
|
31162
31219
|
exports.updateAiGatewayVirtualModelConfigErrorSchema = updateAiGatewayVirtualModelConfigErrorSchema;
|
|
31163
31220
|
exports.updateAiGatewayVirtualModelConfigQuerySlugSchema = updateAiGatewayVirtualModelConfigQuerySlugSchema;
|
|
@@ -31169,6 +31226,7 @@ exports.updateAiGatewayVirtualModelConfigStatus401Schema = updateAiGatewayVirtua
|
|
|
31169
31226
|
exports.updateAiGatewayVirtualModelConfigStatus403Schema = updateAiGatewayVirtualModelConfigStatus403Schema;
|
|
31170
31227
|
exports.updateAiGatewayVirtualModelConfigStatus404Schema = updateAiGatewayVirtualModelConfigStatus404Schema;
|
|
31171
31228
|
exports.updateAiGatewayVirtualModelConfigStatus410Schema = updateAiGatewayVirtualModelConfigStatus410Schema;
|
|
31229
|
+
exports.updateAiGatewayVirtualModelConfigStatus429Schema = updateAiGatewayVirtualModelConfigStatus429Schema;
|
|
31172
31230
|
exports.updateAiGatewayVirtualModelConfigStatus500Schema = updateAiGatewayVirtualModelConfigStatus500Schema;
|
|
31173
31231
|
exports.updateAttackChallengeModeErrorSchema = updateAttackChallengeModeErrorSchema;
|
|
31174
31232
|
exports.updateAttackChallengeModeQuerySlugSchema = updateAttackChallengeModeQuerySlugSchema;
|