dub 0.62.2 → 0.62.3

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
@@ -34264,9 +34264,9 @@ var init_config = __esm(() => {
34264
34264
  SDK_METADATA = {
34265
34265
  language: "typescript",
34266
34266
  openapiDocVersion: "0.0.1",
34267
- sdkVersion: "0.62.2",
34267
+ sdkVersion: "0.62.3",
34268
34268
  genVersion: "2.620.2",
34269
- userAgent: "speakeasy-sdk/typescript 0.62.2 2.620.2 0.0.1 dub"
34269
+ userAgent: "speakeasy-sdk/typescript 0.62.3 2.620.2 0.0.1 dub"
34270
34270
  };
34271
34271
  });
34272
34272
 
@@ -49190,8 +49190,8 @@ var init_workspaceschema = __esm(() => {
49190
49190
  usageLimit: numberType(),
49191
49191
  linksUsage: numberType(),
49192
49192
  linksLimit: numberType(),
49193
- salesUsage: numberType(),
49194
- salesLimit: numberType(),
49193
+ payoutsUsage: numberType(),
49194
+ payoutsLimit: numberType(),
49195
49195
  domainsLimit: numberType(),
49196
49196
  tagsLimit: numberType(),
49197
49197
  foldersUsage: numberType(),
@@ -49225,8 +49225,8 @@ var init_workspaceschema = __esm(() => {
49225
49225
  usageLimit: numberType(),
49226
49226
  linksUsage: numberType(),
49227
49227
  linksLimit: numberType(),
49228
- salesUsage: numberType(),
49229
- salesLimit: numberType(),
49228
+ payoutsUsage: numberType(),
49229
+ payoutsLimit: numberType(),
49230
49230
  domainsLimit: numberType(),
49231
49231
  tagsLimit: numberType(),
49232
49232
  foldersUsage: numberType(),
@@ -59237,7 +59237,7 @@ Update a workspace by ID or slug.`,
59237
59237
  function createMCPServer(deps) {
59238
59238
  const server = new McpServer({
59239
59239
  name: "Dub",
59240
- version: "0.62.2"
59240
+ version: "0.62.3"
59241
59241
  });
59242
59242
  const client = new DubCore({
59243
59243
  token: deps.token,
@@ -60539,7 +60539,7 @@ var routes = rn({
60539
60539
  var app = Ve(routes, {
60540
60540
  name: "mcp",
60541
60541
  versionInfo: {
60542
- currentVersion: "0.62.2"
60542
+ currentVersion: "0.62.3"
60543
60543
  }
60544
60544
  });
60545
60545
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -60547,5 +60547,5 @@ export {
60547
60547
  app
60548
60548
  };
60549
60549
 
60550
- //# debugId=6FACD0A965F143C364756E2164756E21
60550
+ //# debugId=A3C7E9CB98271DA964756E2164756E21
60551
60551
  //# sourceMappingURL=mcp-server.js.map