mollie-api-typescript 0.7.0 → 0.8.0

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.7.0",
34128
- genVersion: "2.735.1",
34129
- userAgent: "speakeasy-sdk/typescript 0.7.0 2.735.1 1.0.0 mollie-api-typescript"
34127
+ sdkVersion: "0.8.0",
34128
+ genVersion: "2.737.0",
34129
+ userAgent: "speakeasy-sdk/typescript 0.8.0 2.737.0 1.0.0 mollie-api-typescript"
34130
34130
  };
34131
34131
  });
34132
34132
 
@@ -42925,7 +42925,9 @@ var init_paymentresponse = __esm(() => {
42925
42925
  vouchers: arrayType(recordType(anyType())).optional(),
42926
42926
  remainderAmount: Amount$inboundSchema.optional(),
42927
42927
  remainderMethod: stringType().optional(),
42928
- remainderDetails: recordType(anyType()).optional()
42928
+ remainderDetails: recordType(anyType()).optional(),
42929
+ multibancoReference: nullableType(stringType()).optional(),
42930
+ multibancoEntity: nullableType(stringType()).optional()
42929
42931
  });
42930
42932
  PaymentResponseDetails$outboundSchema = objectType({
42931
42933
  consumerName: nullableType(stringType()).optional(),
@@ -42977,7 +42979,9 @@ var init_paymentresponse = __esm(() => {
42977
42979
  vouchers: arrayType(recordType(anyType())).optional(),
42978
42980
  remainderAmount: Amount$outboundSchema.optional(),
42979
42981
  remainderMethod: stringType().optional(),
42980
- remainderDetails: recordType(anyType()).optional()
42982
+ remainderDetails: recordType(anyType()).optional(),
42983
+ multibancoReference: nullableType(stringType()).optional(),
42984
+ multibancoEntity: nullableType(stringType()).optional()
42981
42985
  });
42982
42986
  ((PaymentResponseDetails$) => {
42983
42987
  PaymentResponseDetails$.inboundSchema = PaymentResponseDetails$inboundSchema;
@@ -61517,7 +61521,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
61517
61521
  function createMCPServer(deps) {
61518
61522
  const server = new McpServer({
61519
61523
  name: "Client",
61520
- version: "0.7.0"
61524
+ version: "0.8.0"
61521
61525
  });
61522
61526
  const client = new ClientCore({
61523
61527
  security: deps.security,
@@ -62945,7 +62949,7 @@ var routes = an({
62945
62949
  var app = He(routes, {
62946
62950
  name: "mcp",
62947
62951
  versionInfo: {
62948
- currentVersion: "0.7.0"
62952
+ currentVersion: "0.8.0"
62949
62953
  }
62950
62954
  });
62951
62955
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -62953,5 +62957,5 @@ export {
62953
62957
  app
62954
62958
  };
62955
62959
 
62956
- //# debugId=69E309BB33503C1C64756E2164756E21
62960
+ //# debugId=B309C442C864750864756E2164756E21
62957
62961
  //# sourceMappingURL=mcp-server.js.map