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