@moovio/sdk 0.11.4 → 0.11.5

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
@@ -34207,9 +34207,9 @@ var init_config = __esm(() => {
34207
34207
  SDK_METADATA = {
34208
34208
  language: "typescript",
34209
34209
  openapiDocVersion: "latest",
34210
- sdkVersion: "0.11.4",
34211
- genVersion: "2.597.9",
34212
- userAgent: "speakeasy-sdk/typescript 0.11.4 2.597.9 latest @moovio/sdk"
34210
+ sdkVersion: "0.11.5",
34211
+ genVersion: "2.599.0",
34212
+ userAgent: "speakeasy-sdk/typescript 0.11.5 2.599.0 latest @moovio/sdk"
34213
34213
  };
34214
34214
  });
34215
34215
 
@@ -62076,7 +62076,7 @@ async function $do48(client, request, options) {
62076
62076
  const [result] = await match(json(200, LinkCardResponse$inboundSchema, {
62077
62077
  hdrs: true,
62078
62078
  key: "Result"
62079
- }), jsonErr([400, 409], GenericError$inboundSchema, { hdrs: true }), jsonErr(422, LinkCardError$inboundSchema, { hdrs: true }), fail([401, 403, 404, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, { extraFields: responseFields });
62079
+ }), jsonErr(400, GenericError$inboundSchema, { hdrs: true }), jsonErr(422, LinkCardError$inboundSchema, { hdrs: true }), fail([401, 403, 404, 409, 429]), fail([500, 504]), fail("4XX"), fail("5XX"))(response, { extraFields: responseFields });
62080
62080
  if (!result.ok) {
62081
62081
  return [result, { status: "complete", request: req, response }];
62082
62082
  }
@@ -72350,7 +72350,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
72350
72350
  function createMCPServer(deps) {
72351
72351
  const server = new McpServer({
72352
72352
  name: "Moov",
72353
- version: "0.11.4"
72353
+ version: "0.11.5"
72354
72354
  });
72355
72355
  const client = new MoovCore({
72356
72356
  security: deps.security,
@@ -73860,7 +73860,7 @@ var routes = rn({
73860
73860
  var app = Ve(routes, {
73861
73861
  name: "mcp",
73862
73862
  versionInfo: {
73863
- currentVersion: "0.11.4"
73863
+ currentVersion: "0.11.5"
73864
73864
  }
73865
73865
  });
73866
73866
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -73868,5 +73868,5 @@ export {
73868
73868
  app
73869
73869
  };
73870
73870
 
73871
- //# debugId=D233A75DCB6BFCB864756E2164756E21
73871
+ //# debugId=36356920268E0E5864756E2164756E21
73872
73872
  //# sourceMappingURL=mcp-server.js.map