@moovio/sdk 0.14.28 → 0.14.29

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
@@ -34175,9 +34175,9 @@ var init_config = __esm(() => {
34175
34175
  SDK_METADATA = {
34176
34176
  language: "typescript",
34177
34177
  openapiDocVersion: "latest",
34178
- sdkVersion: "0.14.28",
34179
- genVersion: "2.686.7",
34180
- userAgent: "speakeasy-sdk/typescript 0.14.28 2.686.7 latest @moovio/sdk"
34178
+ sdkVersion: "0.14.29",
34179
+ genVersion: "2.687.1",
34180
+ userAgent: "speakeasy-sdk/typescript 0.14.29 2.687.1 latest @moovio/sdk"
34181
34181
  };
34182
34182
  });
34183
34183
 
@@ -45031,7 +45031,8 @@ var init_wallettransactiontype = __esm(() => {
45031
45031
  RtpFailure: "rtp-failure",
45032
45032
  TopUp: "top-up",
45033
45033
  WalletTransfer: "wallet-transfer",
45034
- Adjustment: "adjustment"
45034
+ Adjustment: "adjustment",
45035
+ FeeRevenue: "fee-revenue"
45035
45036
  };
45036
45037
  WalletTransactionType$inboundSchema = nativeEnumType(WalletTransactionType);
45037
45038
  WalletTransactionType$outboundSchema = WalletTransactionType$inboundSchema;
@@ -76080,7 +76081,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
76080
76081
  function createMCPServer(deps) {
76081
76082
  const server = new McpServer({
76082
76083
  name: "Moov",
76083
- version: "0.14.28"
76084
+ version: "0.14.29"
76084
76085
  });
76085
76086
  const client = new MoovCore({
76086
76087
  security: deps.security,
@@ -77590,7 +77591,7 @@ var routes = rn({
77590
77591
  var app = Ve(routes, {
77591
77592
  name: "mcp",
77592
77593
  versionInfo: {
77593
- currentVersion: "0.14.28"
77594
+ currentVersion: "0.14.29"
77594
77595
  }
77595
77596
  });
77596
77597
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -77598,5 +77599,5 @@ export {
77598
77599
  app
77599
77600
  };
77600
77601
 
77601
- //# debugId=FC14BF4A9405447664756E2164756E21
77602
+ //# debugId=BA2C48F8E148938364756E2164756E21
77602
77603
  //# sourceMappingURL=mcp-server.js.map