mollie-api-typescript 1.3.5 → 1.3.6

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
@@ -52869,9 +52869,9 @@ var init_config = __esm(() => {
52869
52869
  SDK_METADATA = {
52870
52870
  language: "typescript",
52871
52871
  openapiDocVersion: "1.0.0",
52872
- sdkVersion: "1.3.5",
52872
+ sdkVersion: "1.3.6",
52873
52873
  genVersion: "2.879.1",
52874
- userAgent: "speakeasy-sdk/typescript 1.3.5 2.879.1 1.0.0 mollie-api-typescript"
52874
+ userAgent: "speakeasy-sdk/typescript 1.3.6 2.879.1 1.0.0 mollie-api-typescript"
52875
52875
  };
52876
52876
  });
52877
52877
 
@@ -83137,7 +83137,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
83137
83137
  function createMCPServer(deps) {
83138
83138
  const server = new McpServer({
83139
83139
  name: "Client",
83140
- version: "1.3.5"
83140
+ version: "1.3.6"
83141
83141
  });
83142
83142
  const client = new ClientCore({
83143
83143
  security: deps.security,
@@ -84593,7 +84593,7 @@ var routes = an({
84593
84593
  var app = He(routes, {
84594
84594
  name: "mcp",
84595
84595
  versionInfo: {
84596
- currentVersion: "1.3.5"
84596
+ currentVersion: "1.3.6"
84597
84597
  }
84598
84598
  });
84599
84599
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -84601,5 +84601,5 @@ export {
84601
84601
  app
84602
84602
  };
84603
84603
 
84604
- //# debugId=D5AE43C66DE2F42264756E2164756E21
84604
+ //# debugId=FB9AD92BF143EE2F64756E2164756E21
84605
84605
  //# sourceMappingURL=mcp-server.js.map