@vercel/sdk 1.10.8 → 1.11.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/bin/mcp-server.js +3728 -805
- package/bin/mcp-server.js.map +28 -28
- package/esm/__tests__/accessgroups.test.js +6 -6
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/checks.test.js +1 -0
- package/esm/__tests__/checks.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +4 -12
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/canceldeploymentop.d.ts +44 -41
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +44 -41
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +104 -98
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +115 -117
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createedgeconfigop.d.ts +2 -0
- package/esm/models/createedgeconfigop.d.ts.map +1 -1
- package/esm/models/createedgeconfigop.js +2 -0
- package/esm/models/createedgeconfigop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +252 -240
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +298 -294
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +1410 -57
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +1584 -202
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +72 -66
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +24 -22
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/getallchecksop.d.ts +2 -0
- package/esm/models/getallchecksop.d.ts.map +1 -1
- package/esm/models/getallchecksop.js +2 -0
- package/esm/models/getallchecksop.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +421 -331
- package/esm/models/getconfigurationproductsop.d.ts.map +1 -1
- package/esm/models/getconfigurationproductsop.js +482 -410
- package/esm/models/getconfigurationproductsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +19 -16
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +25 -24
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getdeploymentsop.d.ts +3 -0
- package/esm/models/getdeploymentsop.d.ts.map +1 -1
- package/esm/models/getdeploymentsop.js +1 -0
- package/esm/models/getdeploymentsop.js.map +1 -1
- package/esm/models/getedgeconfigop.d.ts +2 -0
- package/esm/models/getedgeconfigop.d.ts.map +1 -1
- package/esm/models/getedgeconfigop.js +2 -0
- package/esm/models/getedgeconfigop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +1407 -57
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +1578 -202
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getteammembersop.d.ts +36 -30
- package/esm/models/getteammembersop.d.ts.map +1 -1
- package/esm/models/getteammembersop.js +12 -10
- package/esm/models/getteammembersop.js.map +1 -1
- package/esm/models/getwebhookop.d.ts +36 -33
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +12 -11
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +75 -66
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +25 -22
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +36 -0
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +25 -0
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/listaccessgroupsop.d.ts +2 -5
- package/esm/models/listaccessgroupsop.d.ts.map +1 -1
- package/esm/models/listaccessgroupsop.js +2 -2
- package/esm/models/listaccessgroupsop.js.map +1 -1
- package/esm/models/readaccessgroupop.d.ts +48 -5
- package/esm/models/readaccessgroupop.d.ts.map +1 -1
- package/esm/models/readaccessgroupop.js +30 -2
- package/esm/models/readaccessgroupop.js.map +1 -1
- package/esm/models/team.d.ts +165 -24
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +115 -33
- package/esm/models/team.js.map +1 -1
- package/esm/models/updateedgeconfigop.d.ts +2 -0
- package/esm/models/updateedgeconfigop.d.ts.map +1 -1
- package/esm/models/updateedgeconfigop.js +2 -0
- package/esm/models/updateedgeconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +1407 -57
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +1587 -200
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +1410 -57
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +1583 -202
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/userevent.d.ts +2 -2
- package/examples/package-lock.json +1 -1
- package/examples/projectsUpdateProject.example.ts +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +6 -6
- package/src/__tests__/checks.test.ts +1 -0
- package/src/__tests__/domains.test.ts +4 -12
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/rollingrelease.test.ts +2 -2
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/canceldeploymentop.ts +85 -64
- package/src/models/createdeploymentop.ts +241 -192
- package/src/models/createedgeconfigop.ts +4 -0
- package/src/models/createintegrationstoredirectop.ts +509 -505
- package/src/models/createprojectop.ts +3282 -299
- package/src/models/createwebhookop.ts +24 -22
- package/src/models/getallchecksop.ts +4 -0
- package/src/models/getconfigurationproductsop.ts +847 -706
- package/src/models/getdeploymentop.ts +35 -34
- package/src/models/getdeploymentsop.ts +1 -0
- package/src/models/getedgeconfigop.ts +4 -0
- package/src/models/getprojectsop.ts +3260 -300
- package/src/models/getteammembersop.ts +12 -10
- package/src/models/getwebhookop.ts +12 -11
- package/src/models/getwebhooksop.ts +25 -22
- package/src/models/importresourceop.ts +34 -0
- package/src/models/listaccessgroupsop.ts +4 -7
- package/src/models/readaccessgroupop.ts +42 -7
- package/src/models/team.ts +200 -46
- package/src/models/updateedgeconfigop.ts +4 -0
- package/src/models/updateprojectdatacacheop.ts +3189 -307
- package/src/models/updateprojectop.ts +3296 -298
- package/src/models/userevent.ts +2 -2
- package/vercel-spec.json +5360 -2352
|
@@ -806,6 +806,7 @@ export const ResponseBodyFramework = {
|
|
|
806
806
|
Vitepress: "vitepress",
|
|
807
807
|
Vuepress: "vuepress",
|
|
808
808
|
Parcel: "parcel",
|
|
809
|
+
Fastapi: "fastapi",
|
|
809
810
|
Fasthtml: "fasthtml",
|
|
810
811
|
SanityV3: "sanity-v3",
|
|
811
812
|
Sanity: "sanity",
|
|
@@ -1643,12 +1644,14 @@ export type GetDeploymentRoutes2 = {
|
|
|
1643
1644
|
status?: number | undefined;
|
|
1644
1645
|
};
|
|
1645
1646
|
|
|
1646
|
-
export const
|
|
1647
|
+
export const GetDeploymentHasDeploymentsType = {
|
|
1647
1648
|
Header: "header",
|
|
1648
1649
|
Cookie: "cookie",
|
|
1649
1650
|
Query: "query",
|
|
1650
1651
|
} as const;
|
|
1651
|
-
export type
|
|
1652
|
+
export type GetDeploymentHasDeploymentsType = ClosedEnum<
|
|
1653
|
+
typeof GetDeploymentHasDeploymentsType
|
|
1654
|
+
>;
|
|
1652
1655
|
|
|
1653
1656
|
export type GetDeploymentValueDeploymentsResponse200Eq = string | number;
|
|
1654
1657
|
|
|
@@ -1669,17 +1672,15 @@ export type GetDeploymentValue2 = {
|
|
|
1669
1672
|
export type GetDeploymentHasDeploymentsValue = GetDeploymentValue2 | string;
|
|
1670
1673
|
|
|
1671
1674
|
export type GetDeploymentHas2 = {
|
|
1672
|
-
type:
|
|
1675
|
+
type: GetDeploymentHasDeploymentsType;
|
|
1673
1676
|
key: string;
|
|
1674
1677
|
value?: GetDeploymentValue2 | string | undefined;
|
|
1675
1678
|
};
|
|
1676
1679
|
|
|
1677
|
-
export const
|
|
1680
|
+
export const GetDeploymentHasType = {
|
|
1678
1681
|
Host: "host",
|
|
1679
1682
|
} as const;
|
|
1680
|
-
export type
|
|
1681
|
-
typeof GetDeploymentHasDeploymentsType
|
|
1682
|
-
>;
|
|
1683
|
+
export type GetDeploymentHasType = ClosedEnum<typeof GetDeploymentHasType>;
|
|
1683
1684
|
|
|
1684
1685
|
export type GetDeploymentValueDeploymentsResponseEq = string | number;
|
|
1685
1686
|
|
|
@@ -1702,7 +1703,7 @@ export type GetDeploymentHasValue =
|
|
|
1702
1703
|
| string;
|
|
1703
1704
|
|
|
1704
1705
|
export type GetDeploymentHas1 = {
|
|
1705
|
-
type:
|
|
1706
|
+
type: GetDeploymentHasType;
|
|
1706
1707
|
value: GetDeploymentValueDeploymentsResponse2002 | string;
|
|
1707
1708
|
};
|
|
1708
1709
|
|
|
@@ -10055,24 +10056,24 @@ export function getDeploymentRoutes2FromJSON(
|
|
|
10055
10056
|
}
|
|
10056
10057
|
|
|
10057
10058
|
/** @internal */
|
|
10058
|
-
export const
|
|
10059
|
-
typeof
|
|
10060
|
-
> = z.nativeEnum(
|
|
10059
|
+
export const GetDeploymentHasDeploymentsType$inboundSchema: z.ZodNativeEnum<
|
|
10060
|
+
typeof GetDeploymentHasDeploymentsType
|
|
10061
|
+
> = z.nativeEnum(GetDeploymentHasDeploymentsType);
|
|
10061
10062
|
|
|
10062
10063
|
/** @internal */
|
|
10063
|
-
export const
|
|
10064
|
-
typeof
|
|
10065
|
-
> =
|
|
10064
|
+
export const GetDeploymentHasDeploymentsType$outboundSchema: z.ZodNativeEnum<
|
|
10065
|
+
typeof GetDeploymentHasDeploymentsType
|
|
10066
|
+
> = GetDeploymentHasDeploymentsType$inboundSchema;
|
|
10066
10067
|
|
|
10067
10068
|
/**
|
|
10068
10069
|
* @internal
|
|
10069
10070
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10070
10071
|
*/
|
|
10071
|
-
export namespace
|
|
10072
|
-
/** @deprecated use `
|
|
10073
|
-
export const inboundSchema =
|
|
10074
|
-
/** @deprecated use `
|
|
10075
|
-
export const outboundSchema =
|
|
10072
|
+
export namespace GetDeploymentHasDeploymentsType$ {
|
|
10073
|
+
/** @deprecated use `GetDeploymentHasDeploymentsType$inboundSchema` instead. */
|
|
10074
|
+
export const inboundSchema = GetDeploymentHasDeploymentsType$inboundSchema;
|
|
10075
|
+
/** @deprecated use `GetDeploymentHasDeploymentsType$outboundSchema` instead. */
|
|
10076
|
+
export const outboundSchema = GetDeploymentHasDeploymentsType$outboundSchema;
|
|
10076
10077
|
}
|
|
10077
10078
|
|
|
10078
10079
|
/** @internal */
|
|
@@ -10277,7 +10278,7 @@ export const GetDeploymentHas2$inboundSchema: z.ZodType<
|
|
|
10277
10278
|
z.ZodTypeDef,
|
|
10278
10279
|
unknown
|
|
10279
10280
|
> = z.object({
|
|
10280
|
-
type:
|
|
10281
|
+
type: GetDeploymentHasDeploymentsType$inboundSchema,
|
|
10281
10282
|
key: z.string(),
|
|
10282
10283
|
value: z.union([z.lazy(() => GetDeploymentValue2$inboundSchema), z.string()])
|
|
10283
10284
|
.optional(),
|
|
@@ -10296,7 +10297,7 @@ export const GetDeploymentHas2$outboundSchema: z.ZodType<
|
|
|
10296
10297
|
z.ZodTypeDef,
|
|
10297
10298
|
GetDeploymentHas2
|
|
10298
10299
|
> = z.object({
|
|
10299
|
-
type:
|
|
10300
|
+
type: GetDeploymentHasDeploymentsType$outboundSchema,
|
|
10300
10301
|
key: z.string(),
|
|
10301
10302
|
value: z.union([z.lazy(() => GetDeploymentValue2$outboundSchema), z.string()])
|
|
10302
10303
|
.optional(),
|
|
@@ -10334,24 +10335,24 @@ export function getDeploymentHas2FromJSON(
|
|
|
10334
10335
|
}
|
|
10335
10336
|
|
|
10336
10337
|
/** @internal */
|
|
10337
|
-
export const
|
|
10338
|
-
typeof
|
|
10339
|
-
> = z.nativeEnum(
|
|
10338
|
+
export const GetDeploymentHasType$inboundSchema: z.ZodNativeEnum<
|
|
10339
|
+
typeof GetDeploymentHasType
|
|
10340
|
+
> = z.nativeEnum(GetDeploymentHasType);
|
|
10340
10341
|
|
|
10341
10342
|
/** @internal */
|
|
10342
|
-
export const
|
|
10343
|
-
typeof
|
|
10344
|
-
> =
|
|
10343
|
+
export const GetDeploymentHasType$outboundSchema: z.ZodNativeEnum<
|
|
10344
|
+
typeof GetDeploymentHasType
|
|
10345
|
+
> = GetDeploymentHasType$inboundSchema;
|
|
10345
10346
|
|
|
10346
10347
|
/**
|
|
10347
10348
|
* @internal
|
|
10348
10349
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
10349
10350
|
*/
|
|
10350
|
-
export namespace
|
|
10351
|
-
/** @deprecated use `
|
|
10352
|
-
export const inboundSchema =
|
|
10353
|
-
/** @deprecated use `
|
|
10354
|
-
export const outboundSchema =
|
|
10351
|
+
export namespace GetDeploymentHasType$ {
|
|
10352
|
+
/** @deprecated use `GetDeploymentHasType$inboundSchema` instead. */
|
|
10353
|
+
export const inboundSchema = GetDeploymentHasType$inboundSchema;
|
|
10354
|
+
/** @deprecated use `GetDeploymentHasType$outboundSchema` instead. */
|
|
10355
|
+
export const outboundSchema = GetDeploymentHasType$outboundSchema;
|
|
10355
10356
|
}
|
|
10356
10357
|
|
|
10357
10358
|
/** @internal */
|
|
@@ -10571,7 +10572,7 @@ export const GetDeploymentHas1$inboundSchema: z.ZodType<
|
|
|
10571
10572
|
z.ZodTypeDef,
|
|
10572
10573
|
unknown
|
|
10573
10574
|
> = z.object({
|
|
10574
|
-
type:
|
|
10575
|
+
type: GetDeploymentHasType$inboundSchema,
|
|
10575
10576
|
value: z.union([
|
|
10576
10577
|
z.lazy(() => GetDeploymentValueDeploymentsResponse2002$inboundSchema),
|
|
10577
10578
|
z.string(),
|
|
@@ -10590,7 +10591,7 @@ export const GetDeploymentHas1$outboundSchema: z.ZodType<
|
|
|
10590
10591
|
z.ZodTypeDef,
|
|
10591
10592
|
GetDeploymentHas1
|
|
10592
10593
|
> = z.object({
|
|
10593
|
-
type:
|
|
10594
|
+
type: GetDeploymentHasType$outboundSchema,
|
|
10594
10595
|
value: z.union([
|
|
10595
10596
|
z.lazy(() => GetDeploymentValueDeploymentsResponse2002$outboundSchema),
|
|
10596
10597
|
z.string(),
|
|
@@ -65,6 +65,7 @@ export type GetEdgeConfigPurpose =
|
|
|
65
65
|
export type GetEdgeConfigResponseBody = {
|
|
66
66
|
createdAt: number;
|
|
67
67
|
updatedAt: number;
|
|
68
|
+
deletedAt?: number | undefined;
|
|
68
69
|
id: string;
|
|
69
70
|
/**
|
|
70
71
|
* Name for the Edge Config Names are not unique. Must start with an alphabetic character and can contain only alphanumeric characters and underscores).
|
|
@@ -475,6 +476,7 @@ export const GetEdgeConfigResponseBody$inboundSchema: z.ZodType<
|
|
|
475
476
|
> = z.object({
|
|
476
477
|
createdAt: z.number(),
|
|
477
478
|
updatedAt: z.number(),
|
|
479
|
+
deletedAt: z.number().optional(),
|
|
478
480
|
id: z.string(),
|
|
479
481
|
slug: z.string(),
|
|
480
482
|
ownerId: z.string(),
|
|
@@ -494,6 +496,7 @@ export const GetEdgeConfigResponseBody$inboundSchema: z.ZodType<
|
|
|
494
496
|
export type GetEdgeConfigResponseBody$Outbound = {
|
|
495
497
|
createdAt: number;
|
|
496
498
|
updatedAt: number;
|
|
499
|
+
deletedAt?: number | undefined;
|
|
497
500
|
id: string;
|
|
498
501
|
slug: string;
|
|
499
502
|
ownerId: string;
|
|
@@ -517,6 +520,7 @@ export const GetEdgeConfigResponseBody$outboundSchema: z.ZodType<
|
|
|
517
520
|
> = z.object({
|
|
518
521
|
createdAt: z.number(),
|
|
519
522
|
updatedAt: z.number(),
|
|
523
|
+
deletedAt: z.number().optional(),
|
|
520
524
|
id: z.string(),
|
|
521
525
|
slug: z.string(),
|
|
522
526
|
ownerId: z.string(),
|