@moovio/sdk 26.4.0-dev.3 → 26.4.0-dev.4

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: "v2026.04.00",
52882
- sdkVersion: "26.4.0-dev.3",
52883
- genVersion: "2.818.4",
52884
- userAgent: "speakeasy-sdk/typescript 26.4.0-dev.3 2.818.4 v2026.04.00 @moovio/sdk"
52882
+ sdkVersion: "26.4.0-dev.4",
52883
+ genVersion: "2.821.8",
52884
+ userAgent: "speakeasy-sdk/typescript 26.4.0-dev.4 2.821.8 v2026.04.00 @moovio/sdk"
52885
52885
  };
52886
52886
  });
52887
52887
 
@@ -63269,14 +63269,16 @@ var init_generatedby = __esm(() => {
63269
63269
  cardID: stringType().optional(),
63270
63270
  disputeID: stringType().optional(),
63271
63271
  accountID: stringType().optional(),
63272
- bankAccountID: stringType().optional()
63272
+ bankAccountID: stringType().optional(),
63273
+ invoiceID: stringType().optional()
63273
63274
  });
63274
63275
  GeneratedBy$outboundSchema = objectType({
63275
63276
  transferID: stringType().optional(),
63276
63277
  cardID: stringType().optional(),
63277
63278
  disputeID: stringType().optional(),
63278
63279
  accountID: stringType().optional(),
63279
- bankAccountID: stringType().optional()
63280
+ bankAccountID: stringType().optional(),
63281
+ invoiceID: stringType().optional()
63280
63282
  });
63281
63283
  });
63282
63284
 
@@ -100702,7 +100704,7 @@ var init_webhooksUpdate2 = __esm(() => {
100702
100704
  function createMCPServer(deps) {
100703
100705
  const server = new McpServer({
100704
100706
  name: "Moov",
100705
- version: "26.4.0-dev.3"
100707
+ version: "26.4.0-dev.4"
100706
100708
  });
100707
100709
  const client = new MoovCore({
100708
100710
  security: deps.security,
@@ -102268,7 +102270,7 @@ var routes = rn({
102268
102270
  var app = Ve(routes, {
102269
102271
  name: "mcp",
102270
102272
  versionInfo: {
102271
- currentVersion: "26.4.0-dev.3"
102273
+ currentVersion: "26.4.0-dev.4"
102272
102274
  }
102273
102275
  });
102274
102276
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -102276,5 +102278,5 @@ export {
102276
102278
  app
102277
102279
  };
102278
102280
 
102279
- //# debugId=3F44D1C06A26B7EE64756E2164756E21
102281
+ //# debugId=9A25EAE24F73C8F864756E2164756E21
102280
102282
  //# sourceMappingURL=mcp-server.js.map