@moovio/sdk 0.14.28 → 0.14.30

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.30",
34179
+ genVersion: "2.687.13",
34180
+ userAgent: "speakeasy-sdk/typescript 0.14.30 2.687.13 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;
@@ -54628,8 +54629,7 @@ var init_listaccounts = __esm(() => {
54628
54629
  ListAccountsRequest$inboundSchema = objectType({
54629
54630
  name: stringType().optional(),
54630
54631
  email: stringType().optional(),
54631
- type: AccountType$inboundSchema.optional(),
54632
- includeGuest: booleanType().optional(),
54632
+ type: CreateAccountType$inboundSchema.optional(),
54633
54633
  foreignID: stringType().optional(),
54634
54634
  includeDisconnected: booleanType().optional(),
54635
54635
  capability: CapabilityID$inboundSchema.optional(),
@@ -54640,8 +54640,7 @@ var init_listaccounts = __esm(() => {
54640
54640
  ListAccountsRequest$outboundSchema = objectType({
54641
54641
  name: stringType().optional(),
54642
54642
  email: stringType().optional(),
54643
- type: AccountType$outboundSchema.optional(),
54644
- includeGuest: booleanType().optional(),
54643
+ type: CreateAccountType$outboundSchema.optional(),
54645
54644
  foreignID: stringType().optional(),
54646
54645
  includeDisconnected: booleanType().optional(),
54647
54646
  capability: CapabilityID$outboundSchema.optional(),
@@ -59677,7 +59676,6 @@ async function $do8(client, request, options) {
59677
59676
  email: payload.email,
59678
59677
  foreignID: payload.foreignID,
59679
59678
  includeDisconnected: payload.includeDisconnected,
59680
- includeGuest: payload.includeGuest,
59681
59679
  name: payload.name,
59682
59680
  skip: payload.skip,
59683
59681
  type: payload.type
@@ -76080,7 +76078,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
76080
76078
  function createMCPServer(deps) {
76081
76079
  const server = new McpServer({
76082
76080
  name: "Moov",
76083
- version: "0.14.28"
76081
+ version: "0.14.30"
76084
76082
  });
76085
76083
  const client = new MoovCore({
76086
76084
  security: deps.security,
@@ -77590,7 +77588,7 @@ var routes = rn({
77590
77588
  var app = Ve(routes, {
77591
77589
  name: "mcp",
77592
77590
  versionInfo: {
77593
- currentVersion: "0.14.28"
77591
+ currentVersion: "0.14.30"
77594
77592
  }
77595
77593
  });
77596
77594
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -77598,5 +77596,5 @@ export {
77598
77596
  app
77599
77597
  };
77600
77598
 
77601
- //# debugId=FC14BF4A9405447664756E2164756E21
77599
+ //# debugId=B5862BFCECD6651064756E2164756E21
77602
77600
  //# sourceMappingURL=mcp-server.js.map