mollie-api-typescript 0.8.2 → 0.8.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
@@ -34124,9 +34124,9 @@ var init_config = __esm(() => {
34124
34124
  SDK_METADATA = {
34125
34125
  language: "typescript",
34126
34126
  openapiDocVersion: "1.0.0",
34127
- sdkVersion: "0.8.2",
34128
- genVersion: "2.753.6",
34129
- userAgent: "speakeasy-sdk/typescript 0.8.2 2.753.6 1.0.0 mollie-api-typescript"
34127
+ sdkVersion: "0.8.3",
34128
+ genVersion: "2.755.9",
34129
+ userAgent: "speakeasy-sdk/typescript 0.8.3 2.755.9 1.0.0 mollie-api-typescript"
34130
34130
  };
34131
34131
  });
34132
34132
 
@@ -58956,7 +58956,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
58956
58956
  function createMCPServer(deps) {
58957
58957
  const server = new McpServer({
58958
58958
  name: "Client",
58959
- version: "0.8.2"
58959
+ version: "0.8.3"
58960
58960
  });
58961
58961
  const client = new ClientCore({
58962
58962
  security: deps.security,
@@ -60384,7 +60384,7 @@ var routes = an({
60384
60384
  var app = He(routes, {
60385
60385
  name: "mcp",
60386
60386
  versionInfo: {
60387
- currentVersion: "0.8.2"
60387
+ currentVersion: "0.8.3"
60388
60388
  }
60389
60389
  });
60390
60390
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -60392,5 +60392,5 @@ export {
60392
60392
  app
60393
60393
  };
60394
60394
 
60395
- //# debugId=CBD3587FD5E1A8DA64756E2164756E21
60395
+ //# debugId=2EB03AFB29CBB13764756E2164756E21
60396
60396
  //# sourceMappingURL=mcp-server.js.map