vercel-api-js 1.9.2 → 1.10.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-nbgupmvz.js → components-f5r2um56.js} +113 -1
- package/dist/{components-ma60hj42.cjs → components-k1idfow7.cjs} +117 -0
- package/dist/components.cjs +6 -1
- package/dist/components.d.mts +96 -1
- package/dist/components.d.mts.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/effect.cjs +1 -1
- package/dist/effect.d.mts +13 -1
- package/dist/effect.d.mts.map +1 -1
- package/dist/effect.mjs +1 -1
- package/dist/index.cjs +68 -2
- package/dist/index.d.ts +1111 -36
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/{schemas-jzkupi74.js → schemas-j4m5o9a7.js} +257 -15
- package/dist/{schemas-in74gnjm.cjs → schemas-mq2xg0ty.cjs} +315 -14
- package/dist/schemas.cjs +60 -1
- package/dist/schemas.d.mts +182 -5
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +49 -7
- package/dist/types.d.mts +831 -33
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +43 -8
- package/package.json +1 -1
package/dist/types.cjs
CHANGED
|
@@ -3,7 +3,46 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
3
3
|
/**
|
|
4
4
|
* Generated by Kubb (https://kubb.dev/).
|
|
5
5
|
* Do not edit manually.
|
|
6
|
-
*/ const
|
|
6
|
+
*/ const scopeEnum = {
|
|
7
|
+
global: "global",
|
|
8
|
+
specific: "specific",
|
|
9
|
+
zone: "zone"
|
|
10
|
+
};
|
|
11
|
+
const aiGatewayVirtualModelConfigInferenceRegionScopeEnum = {
|
|
12
|
+
global: "global",
|
|
13
|
+
specific: "specific",
|
|
14
|
+
zone: "zone"
|
|
15
|
+
};
|
|
16
|
+
const aiGatewayVirtualModelConfigSelectorEnum = {
|
|
17
|
+
cost: "cost",
|
|
18
|
+
priority: "priority",
|
|
19
|
+
tps: "tps",
|
|
20
|
+
ttft: "ttft"
|
|
21
|
+
};
|
|
22
|
+
const aiGatewayVirtualModelConfigSortEnum = {
|
|
23
|
+
cost: "cost",
|
|
24
|
+
latency: "latency",
|
|
25
|
+
price: "price",
|
|
26
|
+
throughput: "throughput",
|
|
27
|
+
tps: "tps",
|
|
28
|
+
ttft: "ttft"
|
|
29
|
+
};
|
|
30
|
+
const aiGatewayVirtualModelConfigHasEnum = {
|
|
31
|
+
"implicit-caching": "implicit-caching",
|
|
32
|
+
vision: "vision"
|
|
33
|
+
};
|
|
34
|
+
const aiGatewayVirtualModelConfigCachingEnum = {
|
|
35
|
+
auto: "auto"
|
|
36
|
+
};
|
|
37
|
+
const aiGatewayVirtualModelConfigServiceTierEnum = {
|
|
38
|
+
fast: "fast",
|
|
39
|
+
flex: "flex",
|
|
40
|
+
priority: "priority"
|
|
41
|
+
};
|
|
42
|
+
const aiGatewayVirtualModelConfigSpeedEnum = {
|
|
43
|
+
fast: "fast"
|
|
44
|
+
};
|
|
45
|
+
const aiGatewayRuleTypeEnum = {
|
|
7
46
|
deny: "deny",
|
|
8
47
|
rewrite: "rewrite"
|
|
9
48
|
};
|
|
@@ -943,7 +982,8 @@ const failureStageEnum = {
|
|
|
943
982
|
authorization: "authorization",
|
|
944
983
|
push: "push",
|
|
945
984
|
unexpected: "unexpected",
|
|
946
|
-
unknown: "unknown"
|
|
985
|
+
unknown: "unknown",
|
|
986
|
+
validation: "validation"
|
|
947
987
|
};
|
|
948
988
|
const planEnum = {
|
|
949
989
|
enterprise: "enterprise",
|
|
@@ -1296,11 +1336,6 @@ const accessEnum = {
|
|
|
1296
1336
|
private: "private",
|
|
1297
1337
|
public: "public"
|
|
1298
1338
|
};
|
|
1299
|
-
const scopeEnum = {
|
|
1300
|
-
project: "project",
|
|
1301
|
-
team: "team",
|
|
1302
|
-
user: "user"
|
|
1303
|
-
};
|
|
1304
1339
|
const previousEnum = {
|
|
1305
1340
|
basic: "basic",
|
|
1306
1341
|
elastic: "elastic",
|
|
@@ -3205,6 +3240,13 @@ exports.actorTypeEnum = actorTypeEnum;
|
|
|
3205
3240
|
exports.additionalContactInfoRequiredCodeEnum = additionalContactInfoRequiredCodeEnum;
|
|
3206
3241
|
exports.additionalContactInfoRequiredStatusEnum = additionalContactInfoRequiredStatusEnum;
|
|
3207
3242
|
exports.aiGatewayRuleTypeEnum = aiGatewayRuleTypeEnum;
|
|
3243
|
+
exports.aiGatewayVirtualModelConfigCachingEnum = aiGatewayVirtualModelConfigCachingEnum;
|
|
3244
|
+
exports.aiGatewayVirtualModelConfigHasEnum = aiGatewayVirtualModelConfigHasEnum;
|
|
3245
|
+
exports.aiGatewayVirtualModelConfigInferenceRegionScopeEnum = aiGatewayVirtualModelConfigInferenceRegionScopeEnum;
|
|
3246
|
+
exports.aiGatewayVirtualModelConfigSelectorEnum = aiGatewayVirtualModelConfigSelectorEnum;
|
|
3247
|
+
exports.aiGatewayVirtualModelConfigServiceTierEnum = aiGatewayVirtualModelConfigServiceTierEnum;
|
|
3248
|
+
exports.aiGatewayVirtualModelConfigSortEnum = aiGatewayVirtualModelConfigSortEnum;
|
|
3249
|
+
exports.aiGatewayVirtualModelConfigSpeedEnum = aiGatewayVirtualModelConfigSpeedEnum;
|
|
3208
3250
|
exports.allocationEnum = allocationEnum;
|
|
3209
3251
|
exports.allowListedReadyStateReasonInternalEnum = allowListedReadyStateReasonInternalEnum;
|
|
3210
3252
|
exports.approvalScopeEnum = approvalScopeEnum;
|