@compass-labs/api-sdk 0.5.40 → 0.5.41

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
@@ -34384,9 +34384,9 @@ var init_config = __esm(() => {
34384
34384
  SDK_METADATA = {
34385
34385
  language: "typescript",
34386
34386
  openapiDocVersion: "0.0.1",
34387
- sdkVersion: "0.5.40",
34387
+ sdkVersion: "0.5.41",
34388
34388
  genVersion: "2.648.7",
34389
- userAgent: "speakeasy-sdk/typescript 0.5.40 2.648.7 0.0.1 @compass-labs/api-sdk"
34389
+ userAgent: "speakeasy-sdk/typescript 0.5.41 2.648.7 0.0.1 @compass-labs/api-sdk"
34390
34390
  };
34391
34391
  });
34392
34392
 
@@ -42617,7 +42617,7 @@ var init_vaultgetvaultresponse = __esm(() => {
42617
42617
  share_price: stringType(),
42618
42618
  asset: CompassApiBackendModelsVaultsReadResponseVaultAsset$inboundSchema,
42619
42619
  apy: Apy$inboundSchema,
42620
- user_position: nullableType(UserPosition$inboundSchema)
42620
+ user_position: nullableType(UserPosition$inboundSchema).optional()
42621
42621
  }).transform((v2) => {
42622
42622
  return remap(v2, {
42623
42623
  total_assets: "totalAssets",
@@ -42635,7 +42635,7 @@ var init_vaultgetvaultresponse = __esm(() => {
42635
42635
  sharePrice: stringType(),
42636
42636
  asset: CompassApiBackendModelsVaultsReadResponseVaultAsset$outboundSchema,
42637
42637
  apy: Apy$outboundSchema,
42638
- userPosition: nullableType(UserPosition$outboundSchema)
42638
+ userPosition: nullableType(UserPosition$outboundSchema).optional()
42639
42639
  }).transform((v2) => {
42640
42640
  return remap(v2, {
42641
42641
  totalAssets: "total_assets",
@@ -53970,7 +53970,7 @@ it to be traded on DeFi protocols.`,
53970
53970
  function createMCPServer(deps) {
53971
53971
  const server = new McpServer({
53972
53972
  name: "CompassApiSDK",
53973
- version: "0.5.40"
53973
+ version: "0.5.41"
53974
53974
  });
53975
53975
  const client = new CompassApiSDKCore({
53976
53976
  apiKeyAuth: deps.apiKeyAuth,
@@ -55342,7 +55342,7 @@ var routes = ln({
55342
55342
  var app = _e(routes, {
55343
55343
  name: "mcp",
55344
55344
  versionInfo: {
55345
- currentVersion: "0.5.40"
55345
+ currentVersion: "0.5.41"
55346
55346
  }
55347
55347
  });
55348
55348
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -55350,5 +55350,5 @@ export {
55350
55350
  app
55351
55351
  };
55352
55352
 
55353
- //# debugId=DD307BD3222D4C2364756E2164756E21
55353
+ //# debugId=85E9D6C957EF145B64756E2164756E21
55354
55354
  //# sourceMappingURL=mcp-server.js.map