@moovio/sdk 0.0.0-dev.4 → 0.0.0-dev.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: "dev",
52882
- sdkVersion: "0.0.0-dev.4",
52883
- genVersion: "2.836.5",
52884
- userAgent: "speakeasy-sdk/typescript 0.0.0-dev.4 2.836.5 dev @moovio/sdk"
52882
+ sdkVersion: "0.0.0-dev.5",
52883
+ genVersion: "2.845.15",
52884
+ userAgent: "speakeasy-sdk/typescript 0.0.0-dev.5 2.845.15 dev @moovio/sdk"
52885
52885
  };
52886
52886
  });
52887
52887
 
@@ -56692,6 +56692,7 @@ var init_feecategory = __esm(() => {
56692
56692
  CardOther: "card-other",
56693
56693
  CardPull: "card-pull",
56694
56694
  CardPush: "card-push",
56695
+ InstantBank: "instant-bank",
56695
56696
  MonthlyPlatform: "monthly-platform",
56696
56697
  NetworkPassthrough: "network-passthrough",
56697
56698
  Other: "other",
@@ -103085,7 +103086,7 @@ var init_webhooksUpdate2 = __esm(() => {
103085
103086
  function createMCPServer(deps) {
103086
103087
  const server = new McpServer({
103087
103088
  name: "Moov",
103088
- version: "0.0.0-dev.4"
103089
+ version: "0.0.0-dev.5"
103089
103090
  });
103090
103091
  const client = new MoovCore({
103091
103092
  security: deps.security,
@@ -104663,7 +104664,7 @@ var routes = rn({
104663
104664
  var app = Ve(routes, {
104664
104665
  name: "mcp",
104665
104666
  versionInfo: {
104666
- currentVersion: "0.0.0-dev.4"
104667
+ currentVersion: "0.0.0-dev.5"
104667
104668
  }
104668
104669
  });
104669
104670
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -104671,5 +104672,5 @@ export {
104671
104672
  app
104672
104673
  };
104673
104674
 
104674
- //# debugId=108516F92F5A92BE64756E2164756E21
104675
+ //# debugId=F61096616FE4C12D64756E2164756E21
104675
104676
  //# sourceMappingURL=mcp-server.js.map