@moovio/sdk 0.14.2 → 0.14.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
@@ -34175,9 +34175,9 @@ var init_config = __esm(() => {
34175
34175
  SDK_METADATA = {
34176
34176
  language: "typescript",
34177
34177
  openapiDocVersion: "latest",
34178
- sdkVersion: "0.14.2",
34179
- genVersion: "2.648.7",
34180
- userAgent: "speakeasy-sdk/typescript 0.14.2 2.648.7 latest @moovio/sdk"
34178
+ sdkVersion: "0.14.3",
34179
+ genVersion: "2.654.2",
34180
+ userAgent: "speakeasy-sdk/typescript 0.14.3 2.654.2 latest @moovio/sdk"
34181
34181
  };
34182
34182
  });
34183
34183
 
@@ -43889,10 +43889,12 @@ var PatchTransfer$inboundSchema, PatchTransfer$outboundSchema, PatchTransfer$;
43889
43889
  var init_patchtransfer = __esm(() => {
43890
43890
  init_esm();
43891
43891
  PatchTransfer$inboundSchema = objectType({
43892
- metadata: nullableType(recordType(stringType())).optional()
43892
+ metadata: nullableType(recordType(stringType())).optional(),
43893
+ foreignID: stringType().optional()
43893
43894
  });
43894
43895
  PatchTransfer$outboundSchema = objectType({
43895
- metadata: nullableType(recordType(stringType())).optional()
43896
+ metadata: nullableType(recordType(stringType())).optional(),
43897
+ foreignID: stringType().optional()
43896
43898
  });
43897
43899
  ((PatchTransfer$) => {
43898
43900
  PatchTransfer$.inboundSchema = PatchTransfer$inboundSchema;
@@ -75868,7 +75870,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
75868
75870
  function createMCPServer(deps) {
75869
75871
  const server = new McpServer({
75870
75872
  name: "Moov",
75871
- version: "0.14.2"
75873
+ version: "0.14.3"
75872
75874
  });
75873
75875
  const client = new MoovCore({
75874
75876
  security: deps.security,
@@ -77378,7 +77380,7 @@ var routes = rn({
77378
77380
  var app = Ve(routes, {
77379
77381
  name: "mcp",
77380
77382
  versionInfo: {
77381
- currentVersion: "0.14.2"
77383
+ currentVersion: "0.14.3"
77382
77384
  }
77383
77385
  });
77384
77386
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -77386,5 +77388,5 @@ export {
77386
77388
  app
77387
77389
  };
77388
77390
 
77389
- //# debugId=8142DCB7A29BD85864756E2164756E21
77391
+ //# debugId=9FA6C569E002164A64756E2164756E21
77390
77392
  //# sourceMappingURL=mcp-server.js.map