vercel-api-js 1.20.1 → 1.20.2
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 +39 -19
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{schemas-r10fk1hg.js → schemas-kld4las0.js} +22 -5
- package/dist/{schemas-jmgsg0ky.cjs → schemas-ltom3qj0.cjs} +24 -4
- package/dist/schemas.cjs +4 -1
- package/dist/schemas.d.mts +18 -8
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +3 -1
- package/dist/types.d.mts +21 -11
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +3 -1
- 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",
|
|
@@ -6262,6 +6259,17 @@ const userEventSchema = z__namespace.object({
|
|
|
6262
6259
|
directoryId: z__namespace.string(),
|
|
6263
6260
|
organizationId: z__namespace.string()
|
|
6264
6261
|
}).strict(),
|
|
6262
|
+
z__namespace.object({
|
|
6263
|
+
copiedDomains: z__namespace.array(z__namespace.string()),
|
|
6264
|
+
enabledOrganizationEmu: z__namespace.union([
|
|
6265
|
+
z__namespace.literal(false),
|
|
6266
|
+
z__namespace.literal(true)
|
|
6267
|
+
]),
|
|
6268
|
+
enabledTeamIds: z__namespace.array(z__namespace.string()),
|
|
6269
|
+
organizationId: z__namespace.string(),
|
|
6270
|
+
teamId: z__namespace.string(),
|
|
6271
|
+
teamSlug: z__namespace.string()
|
|
6272
|
+
}).strict(),
|
|
6265
6273
|
z__namespace.object({
|
|
6266
6274
|
enabled: z__namespace.union([
|
|
6267
6275
|
z__namespace.literal(false),
|
|
@@ -10062,6 +10070,7 @@ const userEventSchema = z__namespace.object({
|
|
|
10062
10070
|
"organization-delete",
|
|
10063
10071
|
"organization-dsync-group-delete",
|
|
10064
10072
|
"organization-dsync-group-upsert",
|
|
10073
|
+
"organization-emu-domains-merged",
|
|
10065
10074
|
"organization-emu-team-updated",
|
|
10066
10075
|
"organization-emu-updated",
|
|
10067
10076
|
"organization-slug-update",
|
|
@@ -10838,6 +10847,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
10838
10847
|
"organization-delete",
|
|
10839
10848
|
"organization-dsync-group-delete",
|
|
10840
10849
|
"organization-dsync-group-upsert",
|
|
10850
|
+
"organization-emu-domains-merged",
|
|
10841
10851
|
"organization-emu-team-updated",
|
|
10842
10852
|
"organization-emu-updated",
|
|
10843
10853
|
"organization-slug-update",
|
|
@@ -11530,6 +11540,7 @@ const listEventTypeSchema = z__namespace.object({
|
|
|
11530
11540
|
"organization-delete",
|
|
11531
11541
|
"organization-dsync-group-delete",
|
|
11532
11542
|
"organization-dsync-group-upsert",
|
|
11543
|
+
"organization-emu-domains-merged",
|
|
11533
11544
|
"organization-emu-team-updated",
|
|
11534
11545
|
"organization-emu-updated",
|
|
11535
11546
|
"organization-slug-update",
|
|
@@ -14972,6 +14983,7 @@ const updateAiGatewayVirtualModelConfigStatus401Schema = z__namespace.unknown();
|
|
|
14972
14983
|
const updateAiGatewayVirtualModelConfigStatus403Schema = z__namespace.unknown();
|
|
14973
14984
|
const updateAiGatewayVirtualModelConfigStatus404Schema = z__namespace.unknown();
|
|
14974
14985
|
const updateAiGatewayVirtualModelConfigStatus410Schema = z__namespace.unknown();
|
|
14986
|
+
const updateAiGatewayVirtualModelConfigStatus429Schema = z__namespace.unknown();
|
|
14975
14987
|
const updateAiGatewayVirtualModelConfigStatus500Schema = z__namespace.unknown();
|
|
14976
14988
|
const updateAiGatewayVirtualModelConfigResponseSchema = updateAiGatewayVirtualModelConfigStatus200Schema;
|
|
14977
14989
|
const updateAiGatewayVirtualModelConfigErrorSchema = z__namespace.union([
|
|
@@ -14980,6 +14992,7 @@ const updateAiGatewayVirtualModelConfigErrorSchema = z__namespace.union([
|
|
|
14980
14992
|
updateAiGatewayVirtualModelConfigStatus403Schema,
|
|
14981
14993
|
updateAiGatewayVirtualModelConfigStatus404Schema,
|
|
14982
14994
|
updateAiGatewayVirtualModelConfigStatus410Schema,
|
|
14995
|
+
updateAiGatewayVirtualModelConfigStatus429Schema,
|
|
14983
14996
|
updateAiGatewayVirtualModelConfigStatus500Schema
|
|
14984
14997
|
]);
|
|
14985
14998
|
const deleteAiGatewayVirtualModelConfigQueryOwnerIdSchema = z__namespace.string().optional();
|
|
@@ -15085,6 +15098,7 @@ const updateAiGatewayVirtualModelConfigBySlugStatus401Schema = z__namespace.unkn
|
|
|
15085
15098
|
const updateAiGatewayVirtualModelConfigBySlugStatus403Schema = z__namespace.unknown();
|
|
15086
15099
|
const updateAiGatewayVirtualModelConfigBySlugStatus404Schema = z__namespace.unknown();
|
|
15087
15100
|
const updateAiGatewayVirtualModelConfigBySlugStatus410Schema = z__namespace.unknown();
|
|
15101
|
+
const updateAiGatewayVirtualModelConfigBySlugStatus429Schema = z__namespace.unknown();
|
|
15088
15102
|
const updateAiGatewayVirtualModelConfigBySlugStatus500Schema = z__namespace.unknown();
|
|
15089
15103
|
const updateAiGatewayVirtualModelConfigBySlugResponseSchema = updateAiGatewayVirtualModelConfigBySlugStatus200Schema;
|
|
15090
15104
|
const updateAiGatewayVirtualModelConfigBySlugErrorSchema = z__namespace.union([
|
|
@@ -15093,6 +15107,7 @@ const updateAiGatewayVirtualModelConfigBySlugErrorSchema = z__namespace.union([
|
|
|
15093
15107
|
updateAiGatewayVirtualModelConfigBySlugStatus403Schema,
|
|
15094
15108
|
updateAiGatewayVirtualModelConfigBySlugStatus404Schema,
|
|
15095
15109
|
updateAiGatewayVirtualModelConfigBySlugStatus410Schema,
|
|
15110
|
+
updateAiGatewayVirtualModelConfigBySlugStatus429Schema,
|
|
15096
15111
|
updateAiGatewayVirtualModelConfigBySlugStatus500Schema
|
|
15097
15112
|
]);
|
|
15098
15113
|
const deleteAiGatewayVirtualModelConfigBySlugQueryOwnerIdSchema = z__namespace.string().optional();
|
|
@@ -24607,6 +24622,7 @@ const patchTeamStatus400Schema = z__namespace.unknown();
|
|
|
24607
24622
|
const patchTeamStatus401Schema = z__namespace.unknown();
|
|
24608
24623
|
const patchTeamStatus402Schema = z__namespace.unknown();
|
|
24609
24624
|
const patchTeamStatus403Schema = z__namespace.unknown();
|
|
24625
|
+
const patchTeamStatus409Schema = z__namespace.unknown();
|
|
24610
24626
|
const patchTeamStatus410Schema = z__namespace.unknown();
|
|
24611
24627
|
const patchTeamStatus428Schema = z__namespace.unknown();
|
|
24612
24628
|
const patchTeamResponseSchema = patchTeamStatus200Schema;
|
|
@@ -24615,6 +24631,7 @@ const patchTeamErrorSchema = z__namespace.union([
|
|
|
24615
24631
|
patchTeamStatus401Schema,
|
|
24616
24632
|
patchTeamStatus402Schema,
|
|
24617
24633
|
patchTeamStatus403Schema,
|
|
24634
|
+
patchTeamStatus409Schema,
|
|
24618
24635
|
patchTeamStatus410Schema,
|
|
24619
24636
|
patchTeamStatus428Schema
|
|
24620
24637
|
]);
|
|
@@ -30486,6 +30503,7 @@ exports.patchTeamStatus400Schema = patchTeamStatus400Schema;
|
|
|
30486
30503
|
exports.patchTeamStatus401Schema = patchTeamStatus401Schema;
|
|
30487
30504
|
exports.patchTeamStatus402Schema = patchTeamStatus402Schema;
|
|
30488
30505
|
exports.patchTeamStatus403Schema = patchTeamStatus403Schema;
|
|
30506
|
+
exports.patchTeamStatus409Schema = patchTeamStatus409Schema;
|
|
30489
30507
|
exports.patchTeamStatus410Schema = patchTeamStatus410Schema;
|
|
30490
30508
|
exports.patchTeamStatus428Schema = patchTeamStatus428Schema;
|
|
30491
30509
|
exports.patchUrlProtectionBypassErrorSchema = patchUrlProtectionBypassErrorSchema;
|
|
@@ -31158,6 +31176,7 @@ exports.updateAiGatewayVirtualModelConfigBySlugStatus401Schema = updateAiGateway
|
|
|
31158
31176
|
exports.updateAiGatewayVirtualModelConfigBySlugStatus403Schema = updateAiGatewayVirtualModelConfigBySlugStatus403Schema;
|
|
31159
31177
|
exports.updateAiGatewayVirtualModelConfigBySlugStatus404Schema = updateAiGatewayVirtualModelConfigBySlugStatus404Schema;
|
|
31160
31178
|
exports.updateAiGatewayVirtualModelConfigBySlugStatus410Schema = updateAiGatewayVirtualModelConfigBySlugStatus410Schema;
|
|
31179
|
+
exports.updateAiGatewayVirtualModelConfigBySlugStatus429Schema = updateAiGatewayVirtualModelConfigBySlugStatus429Schema;
|
|
31161
31180
|
exports.updateAiGatewayVirtualModelConfigBySlugStatus500Schema = updateAiGatewayVirtualModelConfigBySlugStatus500Schema;
|
|
31162
31181
|
exports.updateAiGatewayVirtualModelConfigErrorSchema = updateAiGatewayVirtualModelConfigErrorSchema;
|
|
31163
31182
|
exports.updateAiGatewayVirtualModelConfigQuerySlugSchema = updateAiGatewayVirtualModelConfigQuerySlugSchema;
|
|
@@ -31169,6 +31188,7 @@ exports.updateAiGatewayVirtualModelConfigStatus401Schema = updateAiGatewayVirtua
|
|
|
31169
31188
|
exports.updateAiGatewayVirtualModelConfigStatus403Schema = updateAiGatewayVirtualModelConfigStatus403Schema;
|
|
31170
31189
|
exports.updateAiGatewayVirtualModelConfigStatus404Schema = updateAiGatewayVirtualModelConfigStatus404Schema;
|
|
31171
31190
|
exports.updateAiGatewayVirtualModelConfigStatus410Schema = updateAiGatewayVirtualModelConfigStatus410Schema;
|
|
31191
|
+
exports.updateAiGatewayVirtualModelConfigStatus429Schema = updateAiGatewayVirtualModelConfigStatus429Schema;
|
|
31172
31192
|
exports.updateAiGatewayVirtualModelConfigStatus500Schema = updateAiGatewayVirtualModelConfigStatus500Schema;
|
|
31173
31193
|
exports.updateAttackChallengeModeErrorSchema = updateAttackChallengeModeErrorSchema;
|
|
31174
31194
|
exports.updateAttackChallengeModeQuerySlugSchema = updateAttackChallengeModeQuerySlugSchema;
|
package/dist/schemas.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
2
|
|
|
3
|
-
var schemas = require('./schemas-
|
|
3
|
+
var schemas = require('./schemas-ltom3qj0.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
@@ -3903,6 +3903,7 @@ exports.patchTeamStatus400Schema = schemas.patchTeamStatus400Schema;
|
|
|
3903
3903
|
exports.patchTeamStatus401Schema = schemas.patchTeamStatus401Schema;
|
|
3904
3904
|
exports.patchTeamStatus402Schema = schemas.patchTeamStatus402Schema;
|
|
3905
3905
|
exports.patchTeamStatus403Schema = schemas.patchTeamStatus403Schema;
|
|
3906
|
+
exports.patchTeamStatus409Schema = schemas.patchTeamStatus409Schema;
|
|
3906
3907
|
exports.patchTeamStatus410Schema = schemas.patchTeamStatus410Schema;
|
|
3907
3908
|
exports.patchTeamStatus428Schema = schemas.patchTeamStatus428Schema;
|
|
3908
3909
|
exports.patchUrlProtectionBypassErrorSchema = schemas.patchUrlProtectionBypassErrorSchema;
|
|
@@ -4575,6 +4576,7 @@ exports.updateAiGatewayVirtualModelConfigBySlugStatus401Schema = schemas.updateA
|
|
|
4575
4576
|
exports.updateAiGatewayVirtualModelConfigBySlugStatus403Schema = schemas.updateAiGatewayVirtualModelConfigBySlugStatus403Schema;
|
|
4576
4577
|
exports.updateAiGatewayVirtualModelConfigBySlugStatus404Schema = schemas.updateAiGatewayVirtualModelConfigBySlugStatus404Schema;
|
|
4577
4578
|
exports.updateAiGatewayVirtualModelConfigBySlugStatus410Schema = schemas.updateAiGatewayVirtualModelConfigBySlugStatus410Schema;
|
|
4579
|
+
exports.updateAiGatewayVirtualModelConfigBySlugStatus429Schema = schemas.updateAiGatewayVirtualModelConfigBySlugStatus429Schema;
|
|
4578
4580
|
exports.updateAiGatewayVirtualModelConfigBySlugStatus500Schema = schemas.updateAiGatewayVirtualModelConfigBySlugStatus500Schema;
|
|
4579
4581
|
exports.updateAiGatewayVirtualModelConfigErrorSchema = schemas.updateAiGatewayVirtualModelConfigErrorSchema;
|
|
4580
4582
|
exports.updateAiGatewayVirtualModelConfigQuerySlugSchema = schemas.updateAiGatewayVirtualModelConfigQuerySlugSchema;
|
|
@@ -4586,6 +4588,7 @@ exports.updateAiGatewayVirtualModelConfigStatus401Schema = schemas.updateAiGatew
|
|
|
4586
4588
|
exports.updateAiGatewayVirtualModelConfigStatus403Schema = schemas.updateAiGatewayVirtualModelConfigStatus403Schema;
|
|
4587
4589
|
exports.updateAiGatewayVirtualModelConfigStatus404Schema = schemas.updateAiGatewayVirtualModelConfigStatus404Schema;
|
|
4588
4590
|
exports.updateAiGatewayVirtualModelConfigStatus410Schema = schemas.updateAiGatewayVirtualModelConfigStatus410Schema;
|
|
4591
|
+
exports.updateAiGatewayVirtualModelConfigStatus429Schema = schemas.updateAiGatewayVirtualModelConfigStatus429Schema;
|
|
4589
4592
|
exports.updateAiGatewayVirtualModelConfigStatus500Schema = schemas.updateAiGatewayVirtualModelConfigStatus500Schema;
|
|
4590
4593
|
exports.updateAttackChallengeModeErrorSchema = schemas.updateAttackChallengeModeErrorSchema;
|
|
4591
4594
|
exports.updateAttackChallengeModeQuerySlugSchema = schemas.updateAttackChallengeModeQuerySlugSchema;
|