vercel-api-js 1.21.0 → 1.22.1
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 +3 -1
- package/dist/index.d.ts +57 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/{schemas-dssww1l5.cjs → schemas-bbadnxh8.cjs} +19 -2
- package/dist/{schemas-j9fjmv1v.js → schemas-qgadqphn.js} +19 -2
- package/dist/schemas.cjs +1 -1
- package/dist/schemas.d.mts +17 -0
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/types.cjs +14 -0
- package/dist/types.d.mts +40 -3
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +13 -1
- package/package.json +1 -1
|
@@ -46,6 +46,8 @@ const aiGatewayVirtualModelConfigSchema = z__namespace.object({
|
|
|
46
46
|
displayName: z__namespace.string().optional().describe("Human-readable name for UI."),
|
|
47
47
|
has: z__namespace.array(z__namespace.enum([
|
|
48
48
|
"implicit-caching",
|
|
49
|
+
"reasoning",
|
|
50
|
+
"tool-use",
|
|
49
51
|
"vision"
|
|
50
52
|
])).optional().describe("Limit providers to those with these features."),
|
|
51
53
|
hipaaCompliant: z__namespace.union([
|
|
@@ -12467,7 +12469,7 @@ const aCLActionSchema = z__namespace.enum([
|
|
|
12467
12469
|
"list",
|
|
12468
12470
|
"read",
|
|
12469
12471
|
"update"
|
|
12470
|
-
]).describe("
|
|
12472
|
+
]).describe("Requested and authorized operations when `checkPermissions` is used. Legacy `includePermissions` responses contain a broader, non-authoritative permission summary.");
|
|
12471
12473
|
const namedSandboxSchema = z__namespace.object({
|
|
12472
12474
|
architecture: z__namespace.enum([
|
|
12473
12475
|
"amd64",
|
|
@@ -13250,6 +13252,21 @@ const teamSchema = z__namespace.object({
|
|
|
13250
13252
|
]))
|
|
13251
13253
|
})).optional()
|
|
13252
13254
|
}).optional().describe("Composable deployment-time policy for the team. Used as the default for every project on the team, with optional per-project overrides on `project.deploymentPolicy`."),
|
|
13255
|
+
deploymentStorageRollout: z__namespace.object({
|
|
13256
|
+
cohort: z__namespace.enum([
|
|
13257
|
+
"high",
|
|
13258
|
+
"low",
|
|
13259
|
+
"medium"
|
|
13260
|
+
]),
|
|
13261
|
+
meteredAt: z__namespace.number().optional().describe("When team-wide metering was recorded for this rollout."),
|
|
13262
|
+
meterReason: z__namespace.enum([
|
|
13263
|
+
"high_retention_opt_in",
|
|
13264
|
+
"low_scheduled",
|
|
13265
|
+
"medium_scheduled"
|
|
13266
|
+
]).optional(),
|
|
13267
|
+
retentionAppliedAt: z__namespace.number().optional().describe("When the calendar retention-reduce migration applied 30d retention."),
|
|
13268
|
+
retentionOptOutAt: z__namespace.number().optional().describe('When the customer chose "keep my retention" before reduce day.')
|
|
13269
|
+
}).optional().describe("Phase 2 Pro deployment-storage pricing rollout cohort and milestones. Absent when the team is not in a Phase 2 Pro cohort."),
|
|
13253
13270
|
description: z__namespace.string().nullable().describe("A short description of the Team.").meta({
|
|
13254
13271
|
examples: [
|
|
13255
13272
|
"Our mission is to make cloud computing accessible to everyone."
|
|
@@ -21401,7 +21418,7 @@ const getProjectsQueryStaticIpsEnabledSchema = z__namespace.string().optional().
|
|
|
21401
21418
|
"1"
|
|
21402
21419
|
]
|
|
21403
21420
|
});
|
|
21404
|
-
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.').meta({
|
|
21421
|
+
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.').meta({
|
|
21405
21422
|
examples: [
|
|
21406
21423
|
"default,enhanced"
|
|
21407
21424
|
]
|
|
@@ -26,6 +26,8 @@ const aiGatewayVirtualModelConfigSchema = z.object({
|
|
|
26
26
|
displayName: z.string().optional().describe("Human-readable name for UI."),
|
|
27
27
|
has: z.array(z.enum([
|
|
28
28
|
"implicit-caching",
|
|
29
|
+
"reasoning",
|
|
30
|
+
"tool-use",
|
|
29
31
|
"vision"
|
|
30
32
|
])).optional().describe("Limit providers to those with these features."),
|
|
31
33
|
hipaaCompliant: z.union([
|
|
@@ -12447,7 +12449,7 @@ const aCLActionSchema = z.enum([
|
|
|
12447
12449
|
"list",
|
|
12448
12450
|
"read",
|
|
12449
12451
|
"update"
|
|
12450
|
-
]).describe("
|
|
12452
|
+
]).describe("Requested and authorized operations when `checkPermissions` is used. Legacy `includePermissions` responses contain a broader, non-authoritative permission summary.");
|
|
12451
12453
|
const namedSandboxSchema = z.object({
|
|
12452
12454
|
architecture: z.enum([
|
|
12453
12455
|
"amd64",
|
|
@@ -13230,6 +13232,21 @@ const teamSchema = z.object({
|
|
|
13230
13232
|
]))
|
|
13231
13233
|
})).optional()
|
|
13232
13234
|
}).optional().describe("Composable deployment-time policy for the team. Used as the default for every project on the team, with optional per-project overrides on `project.deploymentPolicy`."),
|
|
13235
|
+
deploymentStorageRollout: z.object({
|
|
13236
|
+
cohort: z.enum([
|
|
13237
|
+
"high",
|
|
13238
|
+
"low",
|
|
13239
|
+
"medium"
|
|
13240
|
+
]),
|
|
13241
|
+
meteredAt: z.number().optional().describe("When team-wide metering was recorded for this rollout."),
|
|
13242
|
+
meterReason: z.enum([
|
|
13243
|
+
"high_retention_opt_in",
|
|
13244
|
+
"low_scheduled",
|
|
13245
|
+
"medium_scheduled"
|
|
13246
|
+
]).optional(),
|
|
13247
|
+
retentionAppliedAt: z.number().optional().describe("When the calendar retention-reduce migration applied 30d retention."),
|
|
13248
|
+
retentionOptOutAt: z.number().optional().describe('When the customer chose "keep my retention" before reduce day.')
|
|
13249
|
+
}).optional().describe("Phase 2 Pro deployment-storage pricing rollout cohort and milestones. Absent when the team is not in a Phase 2 Pro cohort."),
|
|
13233
13250
|
description: z.string().nullable().describe("A short description of the Team.").meta({
|
|
13234
13251
|
examples: [
|
|
13235
13252
|
"Our mission is to make cloud computing accessible to everyone."
|
|
@@ -21381,7 +21398,7 @@ const getProjectsQueryStaticIpsEnabledSchema = z.string().optional().describe("F
|
|
|
21381
21398
|
"1"
|
|
21382
21399
|
]
|
|
21383
21400
|
});
|
|
21384
|
-
const getProjectsQueryBuildMachineTypesSchema = z.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.').meta({
|
|
21401
|
+
const getProjectsQueryBuildMachineTypesSchema = z.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.').meta({
|
|
21385
21402
|
examples: [
|
|
21386
21403
|
"default,enhanced"
|
|
21387
21404
|
]
|
package/dist/schemas.cjs
CHANGED
package/dist/schemas.d.mts
CHANGED
|
@@ -16,6 +16,8 @@ declare const aiGatewayVirtualModelConfigSchema: z.ZodObject<{
|
|
|
16
16
|
displayName: z.ZodOptional<z.ZodString>;
|
|
17
17
|
has: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
18
18
|
"implicit-caching": "implicit-caching";
|
|
19
|
+
reasoning: "reasoning";
|
|
20
|
+
"tool-use": "tool-use";
|
|
19
21
|
vision: "vision";
|
|
20
22
|
}>>>;
|
|
21
23
|
hipaaCompliant: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
|
|
@@ -10769,6 +10771,21 @@ declare const teamSchema: z.ZodObject<{
|
|
|
10769
10771
|
}, z.core.$strict>]>>;
|
|
10770
10772
|
}, z.core.$strip>>>;
|
|
10771
10773
|
}, z.core.$strip>>;
|
|
10774
|
+
deploymentStorageRollout: z.ZodOptional<z.ZodObject<{
|
|
10775
|
+
cohort: z.ZodEnum<{
|
|
10776
|
+
high: "high";
|
|
10777
|
+
low: "low";
|
|
10778
|
+
medium: "medium";
|
|
10779
|
+
}>;
|
|
10780
|
+
meteredAt: z.ZodOptional<z.ZodNumber>;
|
|
10781
|
+
meterReason: z.ZodOptional<z.ZodEnum<{
|
|
10782
|
+
high_retention_opt_in: "high_retention_opt_in";
|
|
10783
|
+
low_scheduled: "low_scheduled";
|
|
10784
|
+
medium_scheduled: "medium_scheduled";
|
|
10785
|
+
}>>;
|
|
10786
|
+
retentionAppliedAt: z.ZodOptional<z.ZodNumber>;
|
|
10787
|
+
retentionOptOutAt: z.ZodOptional<z.ZodNumber>;
|
|
10788
|
+
}, z.core.$strip>>;
|
|
10772
10789
|
description: z.ZodNullable<z.ZodString>;
|
|
10773
10790
|
disableHardAutoBlocks: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>]>>;
|
|
10774
10791
|
disableRepositoryDispatchEvents: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodLiteral<true>]>>;
|