@vercel/sdk 1.6.4 → 1.6.5

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 CHANGED
@@ -34190,9 +34190,9 @@ var init_config = __esm(() => {
34190
34190
  SDK_METADATA = {
34191
34191
  language: "typescript",
34192
34192
  openapiDocVersion: "0.0.1",
34193
- sdkVersion: "1.6.4",
34194
- genVersion: "2.593.3",
34195
- userAgent: "speakeasy-sdk/typescript 1.6.4 2.593.3 0.0.1 @vercel/sdk"
34193
+ sdkVersion: "1.6.5",
34194
+ genVersion: "2.593.4",
34195
+ userAgent: "speakeasy-sdk/typescript 1.6.5 2.593.4 0.0.1 @vercel/sdk"
34196
34196
  };
34197
34197
  });
34198
34198
 
@@ -58655,7 +58655,7 @@ Retrieve a custom environment for the project. Must not be named 'Production' or
58655
58655
  });
58656
58656
 
58657
58657
  // src/models/getv9projectsidornamecustomenvironmentsop.ts
58658
- var GetV9ProjectsIdOrNameCustomEnvironmentsRequest$inboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsRequest$outboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsRequest$, GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$inboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$outboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$, GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$inboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$outboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$;
58658
+ var GetV9ProjectsIdOrNameCustomEnvironmentsRequest$inboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsRequest$outboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsRequest$, AccountLimit$inboundSchema, AccountLimit$outboundSchema, AccountLimit$, GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$inboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$outboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$, GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$inboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$outboundSchema, GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$;
58659
58659
  var init_getv9projectsidornamecustomenvironmentsop = __esm(() => {
58660
58660
  init_lib();
58661
58661
  GetV9ProjectsIdOrNameCustomEnvironmentsRequest$inboundSchema = objectType({
@@ -58674,6 +58674,16 @@ var init_getv9projectsidornamecustomenvironmentsop = __esm(() => {
58674
58674
  GetV9ProjectsIdOrNameCustomEnvironmentsRequest$.inboundSchema = GetV9ProjectsIdOrNameCustomEnvironmentsRequest$inboundSchema;
58675
58675
  GetV9ProjectsIdOrNameCustomEnvironmentsRequest$.outboundSchema = GetV9ProjectsIdOrNameCustomEnvironmentsRequest$outboundSchema;
58676
58676
  })(GetV9ProjectsIdOrNameCustomEnvironmentsRequest$ ||= {});
58677
+ AccountLimit$inboundSchema = objectType({
58678
+ total: numberType()
58679
+ });
58680
+ AccountLimit$outboundSchema = objectType({
58681
+ total: numberType()
58682
+ });
58683
+ ((AccountLimit$) => {
58684
+ AccountLimit$.inboundSchema = AccountLimit$inboundSchema;
58685
+ AccountLimit$.outboundSchema = AccountLimit$outboundSchema;
58686
+ })(AccountLimit$ ||= {});
58677
58687
  GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$inboundSchema = objectType({});
58678
58688
  GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$outboundSchema = objectType({});
58679
58689
  ((GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$) => {
@@ -58681,9 +58691,11 @@ var init_getv9projectsidornamecustomenvironmentsop = __esm(() => {
58681
58691
  GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$.outboundSchema = GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$outboundSchema;
58682
58692
  })(GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$ ||= {});
58683
58693
  GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$inboundSchema = objectType({
58694
+ accountLimit: lazyType(() => AccountLimit$inboundSchema),
58684
58695
  environments: arrayType(lazyType(() => GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$inboundSchema))
58685
58696
  });
58686
58697
  GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$outboundSchema = objectType({
58698
+ accountLimit: lazyType(() => AccountLimit$outboundSchema),
58687
58699
  environments: arrayType(lazyType(() => GetV9ProjectsIdOrNameCustomEnvironmentsEnvironments$outboundSchema))
58688
58700
  });
58689
58701
  ((GetV9ProjectsIdOrNameCustomEnvironmentsResponseBody$) => {
@@ -103571,7 +103583,7 @@ Get a list of webhooks`,
103571
103583
  function createMCPServer(deps) {
103572
103584
  const server = new McpServer({
103573
103585
  name: "Vercel",
103574
- version: "1.6.4"
103586
+ version: "1.6.5"
103575
103587
  });
103576
103588
  const client = new VercelCore({
103577
103589
  bearerToken: deps.bearerToken,
@@ -105102,7 +105114,7 @@ var routes = an({
105102
105114
  var app = He(routes, {
105103
105115
  name: "mcp",
105104
105116
  versionInfo: {
105105
- currentVersion: "1.6.4"
105117
+ currentVersion: "1.6.5"
105106
105118
  }
105107
105119
  });
105108
105120
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -105110,5 +105122,5 @@ export {
105110
105122
  app
105111
105123
  };
105112
105124
 
105113
- //# debugId=D573F06CD5058FCD64756E2164756E21
105125
+ //# debugId=9B886B91F952CA9664756E2164756E21
105114
105126
  //# sourceMappingURL=mcp-server.js.map