mollie-api-typescript 1.0.5 → 1.0.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
@@ -52403,9 +52403,9 @@ var init_config = __esm(() => {
52403
52403
  SDK_METADATA = {
52404
52404
  language: "typescript",
52405
52405
  openapiDocVersion: "1.0.0",
52406
- sdkVersion: "1.0.5",
52406
+ sdkVersion: "1.0.6",
52407
52407
  genVersion: "2.801.2",
52408
- userAgent: "speakeasy-sdk/typescript 1.0.5 2.801.2 1.0.0 mollie-api-typescript"
52408
+ userAgent: "speakeasy-sdk/typescript 1.0.6 2.801.2 1.0.0 mollie-api-typescript"
52409
52409
  };
52410
52410
  });
52411
52411
 
@@ -59366,7 +59366,8 @@ var init_statusreason = __esm(() => {
59366
59366
  LoginFailedUnknownUser: "login_failed_unknown_user",
59367
59367
  LoginFailedInvalidPassword: "login_failed_invalid_password",
59368
59368
  InvalidEanCode: "invalid_ean_code",
59369
- CardError: "card_error"
59369
+ CardError: "card_error",
59370
+ TerminalConfigurationIssue: "terminal_configuration_issue"
59370
59371
  };
59371
59372
  Code$inboundSchema = nativeEnumType(Code);
59372
59373
  Code$outboundSchema = Code$inboundSchema;
@@ -79147,7 +79148,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
79147
79148
  function createMCPServer(deps) {
79148
79149
  const server = new McpServer({
79149
79150
  name: "Client",
79150
- version: "1.0.5"
79151
+ version: "1.0.6"
79151
79152
  });
79152
79153
  const client = new ClientCore({
79153
79154
  security: deps.security,
@@ -80575,7 +80576,7 @@ var routes = an({
80575
80576
  var app = He(routes, {
80576
80577
  name: "mcp",
80577
80578
  versionInfo: {
80578
- currentVersion: "1.0.5"
80579
+ currentVersion: "1.0.6"
80579
80580
  }
80580
80581
  });
80581
80582
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -80583,5 +80584,5 @@ export {
80583
80584
  app
80584
80585
  };
80585
80586
 
80586
- //# debugId=F83D5CC40A0DCD8864756E2164756E21
80587
+ //# debugId=61683875528978B464756E2164756E21
80587
80588
  //# sourceMappingURL=mcp-server.js.map