@moovio/sdk 0.12.5 → 0.12.6

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
@@ -34246,9 +34246,9 @@ var init_config = __esm(() => {
34246
34246
  SDK_METADATA = {
34247
34247
  language: "typescript",
34248
34248
  openapiDocVersion: "latest",
34249
- sdkVersion: "0.12.5",
34250
- genVersion: "2.632.1",
34251
- userAgent: "speakeasy-sdk/typescript 0.12.5 2.632.1 latest @moovio/sdk"
34249
+ sdkVersion: "0.12.6",
34250
+ genVersion: "2.638.0",
34251
+ userAgent: "speakeasy-sdk/typescript 0.12.6 2.638.0 latest @moovio/sdk"
34252
34252
  };
34253
34253
  });
34254
34254
 
@@ -36925,10 +36925,20 @@ var init_capabilityid = __esm(() => {
36925
36925
  CapabilityID = {
36926
36926
  Transfers: "transfers",
36927
36927
  SendFunds: "send-funds",
36928
+ SendFundsPushToCard: "send-funds.push-to-card",
36929
+ MoneyTransferPushToCard: "money-transfer.push-to-card",
36930
+ SendFundsAch: "send-funds.ach",
36931
+ SendFundsRtp: "send-funds.rtp",
36928
36932
  CollectFunds: "collect-funds",
36933
+ CollectFundsCardPayments: "collect-funds.card-payments",
36934
+ MoneyTransferPullFromCard: "money-transfer.pull-from-card",
36935
+ CollectFundsAch: "collect-funds.ach",
36929
36936
  Wallet: "wallet",
36937
+ WalletBalance: "wallet.balance",
36930
36938
  CardIssuing: "card-issuing",
36931
- ProductionApp: "production-app"
36939
+ ProductionApp: "production-app",
36940
+ PlatformProductionApp: "platform.production-app",
36941
+ PlatformWalletTransfers: "platform.wallet-transfers"
36932
36942
  };
36933
36943
  CapabilityID$inboundSchema = nativeEnumType(CapabilityID);
36934
36944
  CapabilityID$outboundSchema = CapabilityID$inboundSchema;
@@ -73622,7 +73632,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
73622
73632
  function createMCPServer(deps) {
73623
73633
  const server = new McpServer({
73624
73634
  name: "Moov",
73625
- version: "0.12.5"
73635
+ version: "0.12.6"
73626
73636
  });
73627
73637
  const client = new MoovCore({
73628
73638
  security: deps.security,
@@ -75136,7 +75146,7 @@ var routes = rn({
75136
75146
  var app = Ve(routes, {
75137
75147
  name: "mcp",
75138
75148
  versionInfo: {
75139
- currentVersion: "0.12.5"
75149
+ currentVersion: "0.12.6"
75140
75150
  }
75141
75151
  });
75142
75152
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -75144,5 +75154,5 @@ export {
75144
75154
  app
75145
75155
  };
75146
75156
 
75147
- //# debugId=8F52E6348C6AAF2E64756E2164756E21
75157
+ //# debugId=31239349CD60AAEC64756E2164756E21
75148
75158
  //# sourceMappingURL=mcp-server.js.map