@moovio/sdk 25.10.4 → 25.10.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
@@ -52879,9 +52879,9 @@ var init_config = __esm(() => {
52879
52879
  SDK_METADATA = {
52880
52880
  language: "typescript",
52881
52881
  openapiDocVersion: "v2025.10.00",
52882
- sdkVersion: "25.10.4",
52883
- genVersion: "2.818.4",
52884
- userAgent: "speakeasy-sdk/typescript 25.10.4 2.818.4 v2025.10.00 @moovio/sdk"
52882
+ sdkVersion: "25.10.5",
52883
+ genVersion: "2.821.8",
52884
+ userAgent: "speakeasy-sdk/typescript 25.10.5 2.821.8 v2025.10.00 @moovio/sdk"
52885
52885
  };
52886
52886
  });
52887
52887
 
@@ -63268,14 +63268,16 @@ var init_generatedby = __esm(() => {
63268
63268
  cardID: stringType().optional(),
63269
63269
  disputeID: stringType().optional(),
63270
63270
  accountID: stringType().optional(),
63271
- bankAccountID: stringType().optional()
63271
+ bankAccountID: stringType().optional(),
63272
+ invoiceID: stringType().optional()
63272
63273
  });
63273
63274
  GeneratedBy$outboundSchema = objectType({
63274
63275
  transferID: stringType().optional(),
63275
63276
  cardID: stringType().optional(),
63276
63277
  disputeID: stringType().optional(),
63277
63278
  accountID: stringType().optional(),
63278
- bankAccountID: stringType().optional()
63279
+ bankAccountID: stringType().optional(),
63280
+ invoiceID: stringType().optional()
63279
63281
  });
63280
63282
  });
63281
63283
 
@@ -100680,7 +100682,7 @@ var init_webhooksUpdate2 = __esm(() => {
100680
100682
  function createMCPServer(deps) {
100681
100683
  const server = new McpServer({
100682
100684
  name: "Moov",
100683
- version: "25.10.4"
100685
+ version: "25.10.5"
100684
100686
  });
100685
100687
  const client = new MoovCore({
100686
100688
  security: deps.security,
@@ -102246,7 +102248,7 @@ var routes = rn({
102246
102248
  var app = Ve(routes, {
102247
102249
  name: "mcp",
102248
102250
  versionInfo: {
102249
- currentVersion: "25.10.4"
102251
+ currentVersion: "25.10.5"
102250
102252
  }
102251
102253
  });
102252
102254
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -102254,5 +102256,5 @@ export {
102254
102256
  app
102255
102257
  };
102256
102258
 
102257
- //# debugId=D7190862742CCEFF64756E2164756E21
102259
+ //# debugId=CA1EE6A4202D2ABF64756E2164756E21
102258
102260
  //# sourceMappingURL=mcp-server.js.map