@moovio/sdk 0.23.4 → 0.23.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: "latest",
52882
- sdkVersion: "0.23.4",
52883
- genVersion: "2.818.4",
52884
- userAgent: "speakeasy-sdk/typescript 0.23.4 2.818.4 latest @moovio/sdk"
52882
+ sdkVersion: "0.23.5",
52883
+ genVersion: "2.821.6",
52884
+ userAgent: "speakeasy-sdk/typescript 0.23.5 2.821.6 latest @moovio/sdk"
52885
52885
  };
52886
52886
  });
52887
52887
 
@@ -63483,14 +63483,16 @@ var init_generatedby = __esm(() => {
63483
63483
  cardID: stringType().optional(),
63484
63484
  disputeID: stringType().optional(),
63485
63485
  accountID: stringType().optional(),
63486
- bankAccountID: stringType().optional()
63486
+ bankAccountID: stringType().optional(),
63487
+ invoiceID: stringType().optional()
63487
63488
  });
63488
63489
  GeneratedBy$outboundSchema = objectType({
63489
63490
  transferID: stringType().optional(),
63490
63491
  cardID: stringType().optional(),
63491
63492
  disputeID: stringType().optional(),
63492
63493
  accountID: stringType().optional(),
63493
- bankAccountID: stringType().optional()
63494
+ bankAccountID: stringType().optional(),
63495
+ invoiceID: stringType().optional()
63494
63496
  });
63495
63497
  });
63496
63498
 
@@ -102573,7 +102575,7 @@ var init_webhooksUpdate2 = __esm(() => {
102573
102575
  function createMCPServer(deps) {
102574
102576
  const server = new McpServer({
102575
102577
  name: "Moov",
102576
- version: "0.23.4"
102578
+ version: "0.23.5"
102577
102579
  });
102578
102580
  const client = new MoovCore({
102579
102581
  security: deps.security,
@@ -104151,7 +104153,7 @@ var routes = rn({
104151
104153
  var app = Ve(routes, {
104152
104154
  name: "mcp",
104153
104155
  versionInfo: {
104154
- currentVersion: "0.23.4"
104156
+ currentVersion: "0.23.5"
104155
104157
  }
104156
104158
  });
104157
104159
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -104159,5 +104161,5 @@ export {
104159
104161
  app
104160
104162
  };
104161
104163
 
104162
- //# debugId=0A76BB322C05111564756E2164756E21
104164
+ //# debugId=4A8353CEAEDFDCDA64756E2164756E21
104163
104165
  //# sourceMappingURL=mcp-server.js.map