mollie-api-typescript 0.2.6 → 0.2.7

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.2.6",
34298
+ sdkVersion: "0.2.7",
34299
34299
  genVersion: "2.709.0",
34300
- userAgent: "speakeasy-sdk/typescript 0.2.6 2.709.0 1.0.0 mollie-api-typescript"
34300
+ userAgent: "speakeasy-sdk/typescript 0.2.7 2.709.0 1.0.0 mollie-api-typescript"
34301
34301
  };
34302
34302
  });
34303
34303
 
@@ -40361,7 +40361,7 @@ var init_entitysettlement = __esm(() => {
40361
40361
  count: numberType().int(),
40362
40362
  rate: lazyType(() => Rate$inboundSchema),
40363
40363
  amountNet: Amount$inboundSchema,
40364
- amountVat: Amount$inboundSchema,
40364
+ amountVat: nullableType(AmountNullable$inboundSchema),
40365
40365
  amountGross: Amount$inboundSchema
40366
40366
  });
40367
40367
  Cost$outboundSchema = objectType({
@@ -40370,7 +40370,7 @@ var init_entitysettlement = __esm(() => {
40370
40370
  count: numberType().int(),
40371
40371
  rate: lazyType(() => Rate$outboundSchema),
40372
40372
  amountNet: Amount$outboundSchema,
40373
- amountVat: Amount$outboundSchema,
40373
+ amountVat: nullableType(AmountNullable$outboundSchema),
40374
40374
  amountGross: Amount$outboundSchema
40375
40375
  });
40376
40376
  ((Cost$) => {
@@ -60000,7 +60000,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
60000
60000
  function createMCPServer(deps) {
60001
60001
  const server = new McpServer({
60002
60002
  name: "Client",
60003
- version: "0.2.6"
60003
+ version: "0.2.7"
60004
60004
  });
60005
60005
  const client = new ClientCore({
60006
60006
  security: deps.security,
@@ -61389,7 +61389,7 @@ var routes = an({
61389
61389
  var app = He(routes, {
61390
61390
  name: "mcp",
61391
61391
  versionInfo: {
61392
- currentVersion: "0.2.6"
61392
+ currentVersion: "0.2.7"
61393
61393
  }
61394
61394
  });
61395
61395
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -61397,5 +61397,5 @@ export {
61397
61397
  app
61398
61398
  };
61399
61399
 
61400
- //# debugId=D1E0F12A50E826CD64756E2164756E21
61400
+ //# debugId=E3EBEECC43C33C1764756E2164756E21
61401
61401
  //# sourceMappingURL=mcp-server.js.map