mollie-api-typescript 1.2.4 → 1.2.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
@@ -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.2.4",
52873
- genVersion: "2.856.1",
52874
- userAgent: "speakeasy-sdk/typescript 1.2.4 2.856.1 1.0.0 mollie-api-typescript"
52872
+ sdkVersion: "1.2.5",
52873
+ genVersion: "2.862.0",
52874
+ userAgent: "speakeasy-sdk/typescript 1.2.5 2.862.0 1.0.0 mollie-api-typescript"
52875
52875
  };
52876
52876
  });
52877
52877
 
@@ -70432,7 +70432,7 @@ the customer:
70432
70432
  * \`scope\` _string (required)_
70433
70433
 
70434
70434
  A space-separated list of permissions ('scopes') your app requires. See the
70435
- [permissions list](https://docs.mollie.com/docs/connect-permissions) for more information about the available
70435
+ [permissions list](https://docs.mollie.com/docs/permissions) for more information about the available
70436
70436
  scopes.
70437
70437
 
70438
70438
  We recommend at least : \`onboarding.read onboarding.write\`
@@ -81575,7 +81575,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
81575
81575
  function createMCPServer(deps) {
81576
81576
  const server = new McpServer({
81577
81577
  name: "Client",
81578
- version: "1.2.4"
81578
+ version: "1.2.5"
81579
81579
  });
81580
81580
  const client = new ClientCore({
81581
81581
  security: deps.security,
@@ -83009,7 +83009,7 @@ var routes = an({
83009
83009
  var app = He(routes, {
83010
83010
  name: "mcp",
83011
83011
  versionInfo: {
83012
- currentVersion: "1.2.4"
83012
+ currentVersion: "1.2.5"
83013
83013
  }
83014
83014
  });
83015
83015
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -83017,5 +83017,5 @@ export {
83017
83017
  app
83018
83018
  };
83019
83019
 
83020
- //# debugId=66E862CE640C6AED64756E2164756E21
83020
+ //# debugId=8AEBAE68D58A033A64756E2164756E21
83021
83021
  //# sourceMappingURL=mcp-server.js.map