@moovio/sdk 0.22.2 → 0.22.3

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
@@ -34030,9 +34030,9 @@ var init_config = __esm(() => {
34030
34030
  SDK_METADATA = {
34031
34031
  language: "typescript",
34032
34032
  openapiDocVersion: "latest",
34033
- sdkVersion: "0.22.2",
34034
- genVersion: "2.778.0",
34035
- userAgent: "speakeasy-sdk/typescript 0.22.2 2.778.0 latest @moovio/sdk"
34033
+ sdkVersion: "0.22.3",
34034
+ genVersion: "2.779.2",
34035
+ userAgent: "speakeasy-sdk/typescript 0.22.3 2.779.2 latest @moovio/sdk"
34036
34036
  };
34037
34037
  });
34038
34038
 
@@ -45381,6 +45381,7 @@ var init_runtransfer = __esm(() => {
45381
45381
  init_schedulepaymentmethod();
45382
45382
  RunTransfer$inboundSchema = objectType({
45383
45383
  amount: Amount$inboundSchema,
45384
+ salesTaxAmount: Amount$inboundSchema.optional(),
45384
45385
  destination: SchedulePaymentMethod$inboundSchema,
45385
45386
  partnerAccountID: stringType(),
45386
45387
  source: SchedulePaymentMethod$inboundSchema,
@@ -45388,6 +45389,7 @@ var init_runtransfer = __esm(() => {
45388
45389
  });
45389
45390
  RunTransfer$outboundSchema = objectType({
45390
45391
  amount: Amount$outboundSchema,
45392
+ salesTaxAmount: Amount$outboundSchema.optional(),
45391
45393
  destination: SchedulePaymentMethod$outboundSchema,
45392
45394
  partnerAccountID: stringType(),
45393
45395
  source: SchedulePaymentMethod$outboundSchema,
@@ -81246,7 +81248,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
81246
81248
  function createMCPServer(deps) {
81247
81249
  const server = new McpServer({
81248
81250
  name: "Moov",
81249
- version: "0.22.2"
81251
+ version: "0.22.3"
81250
81252
  });
81251
81253
  const client = new MoovCore({
81252
81254
  security: deps.security,
@@ -82804,7 +82806,7 @@ var routes = rn({
82804
82806
  var app = Ve(routes, {
82805
82807
  name: "mcp",
82806
82808
  versionInfo: {
82807
- currentVersion: "0.22.2"
82809
+ currentVersion: "0.22.3"
82808
82810
  }
82809
82811
  });
82810
82812
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -82812,5 +82814,5 @@ export {
82812
82814
  app
82813
82815
  };
82814
82816
 
82815
- //# debugId=2174C98B4B1BDD6E64756E2164756E21
82817
+ //# debugId=0CDDF3D1AC5A9A0B64756E2164756E21
82816
82818
  //# sourceMappingURL=mcp-server.js.map