mollie-api-typescript 0.6.1 → 0.6.2

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
@@ -34295,9 +34295,9 @@ var init_config = __esm(() => {
34295
34295
  SDK_METADATA = {
34296
34296
  language: "typescript",
34297
34297
  openapiDocVersion: "1.0.0",
34298
- sdkVersion: "0.6.1",
34298
+ sdkVersion: "0.6.2",
34299
34299
  genVersion: "2.730.5",
34300
- userAgent: "speakeasy-sdk/typescript 0.6.1 2.730.5 1.0.0 mollie-api-typescript"
34300
+ userAgent: "speakeasy-sdk/typescript 0.6.2 2.730.5 1.0.0 mollie-api-typescript"
34301
34301
  };
34302
34302
  });
34303
34303
 
@@ -38784,7 +38784,10 @@ var init_methodresponse = __esm(() => {
38784
38784
  Trustly: "trustly",
38785
38785
  Twint: "twint",
38786
38786
  Vipps: "vipps",
38787
- Voucher: "voucher"
38787
+ Voucher: "voucher",
38788
+ Klarnapaylater: "klarnapaylater",
38789
+ Klarnapaynow: "klarnapaynow",
38790
+ Klarnasliceit: "klarnasliceit"
38788
38791
  };
38789
38792
  MethodResponse$inboundSchema = unionType([
38790
38793
  nativeEnumType(MethodResponse),
@@ -60913,7 +60916,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
60913
60916
  function createMCPServer(deps) {
60914
60917
  const server = new McpServer({
60915
60918
  name: "Client",
60916
- version: "0.6.1"
60919
+ version: "0.6.2"
60917
60920
  });
60918
60921
  const client = new ClientCore({
60919
60922
  security: deps.security,
@@ -62308,7 +62311,7 @@ var routes = an({
62308
62311
  var app = He(routes, {
62309
62312
  name: "mcp",
62310
62313
  versionInfo: {
62311
- currentVersion: "0.6.1"
62314
+ currentVersion: "0.6.2"
62312
62315
  }
62313
62316
  });
62314
62317
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -62316,5 +62319,5 @@ export {
62316
62319
  app
62317
62320
  };
62318
62321
 
62319
- //# debugId=F25850C3DC2F5A7A64756E2164756E21
62322
+ //# debugId=ED51F0D7B4B9680464756E2164756E21
62320
62323
  //# sourceMappingURL=mcp-server.js.map