@moovio/sdk 0.22.21 → 0.22.22

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
@@ -52413,9 +52413,9 @@ var init_config = __esm(() => {
52413
52413
  SDK_METADATA = {
52414
52414
  language: "typescript",
52415
52415
  openapiDocVersion: "latest",
52416
- sdkVersion: "0.22.21",
52417
- genVersion: "2.801.0",
52418
- userAgent: "speakeasy-sdk/typescript 0.22.21 2.801.0 latest @moovio/sdk"
52416
+ sdkVersion: "0.22.22",
52417
+ genVersion: "2.801.2",
52418
+ userAgent: "speakeasy-sdk/typescript 0.22.22 2.801.2 latest @moovio/sdk"
52419
52419
  };
52420
52420
  });
52421
52421
 
@@ -65667,7 +65667,6 @@ var init_residual = __esm(() => {
65667
65667
  netIncome: AmountDecimal$inboundSchema,
65668
65668
  revenueShare: stringType(),
65669
65669
  residualAmount: AmountDecimal$inboundSchema,
65670
- moovShare: AmountDecimal$inboundSchema,
65671
65670
  createdOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2)),
65672
65671
  updatedOn: stringType().datetime({ offset: true }).transform((v2) => new Date(v2))
65673
65672
  });
@@ -65681,7 +65680,6 @@ var init_residual = __esm(() => {
65681
65680
  netIncome: AmountDecimal$outboundSchema,
65682
65681
  revenueShare: stringType(),
65683
65682
  residualAmount: AmountDecimal$outboundSchema,
65684
- moovShare: AmountDecimal$outboundSchema,
65685
65683
  createdOn: dateType().transform((v2) => v2.toISOString()),
65686
65684
  updatedOn: dateType().transform((v2) => v2.toISOString())
65687
65685
  });
@@ -102253,7 +102251,7 @@ var init_webhooksUpdate2 = __esm(() => {
102253
102251
  function createMCPServer(deps) {
102254
102252
  const server = new McpServer({
102255
102253
  name: "Moov",
102256
- version: "0.22.21"
102254
+ version: "0.22.22"
102257
102255
  });
102258
102256
  const client = new MoovCore({
102259
102257
  security: deps.security,
@@ -103833,7 +103831,7 @@ var routes = rn({
103833
103831
  var app = Ve(routes, {
103834
103832
  name: "mcp",
103835
103833
  versionInfo: {
103836
- currentVersion: "0.22.21"
103834
+ currentVersion: "0.22.22"
103837
103835
  }
103838
103836
  });
103839
103837
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -103841,5 +103839,5 @@ export {
103841
103839
  app
103842
103840
  };
103843
103841
 
103844
- //# debugId=2A0DDA3A8875D69364756E2164756E21
103842
+ //# debugId=FBE816DFDAE2973664756E2164756E21
103845
103843
  //# sourceMappingURL=mcp-server.js.map