@compass-labs/api-sdk 0.5.43 → 0.5.44

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
@@ -34264,9 +34264,9 @@ var init_config = __esm(() => {
34264
34264
  SDK_METADATA = {
34265
34265
  language: "typescript",
34266
34266
  openapiDocVersion: "0.0.1",
34267
- sdkVersion: "0.5.43",
34268
- genVersion: "2.656.3",
34269
- userAgent: "speakeasy-sdk/typescript 0.5.43 2.656.3 0.0.1 @compass-labs/api-sdk"
34267
+ sdkVersion: "0.5.44",
34268
+ genVersion: "2.656.5",
34269
+ userAgent: "speakeasy-sdk/typescript 0.5.44 2.656.5 0.0.1 @compass-labs/api-sdk"
34270
34270
  };
34271
34271
  });
34272
34272
 
@@ -42083,7 +42083,8 @@ var init_uniswappositionssolidityresponse = __esm(() => {
42083
42083
  fee_growth_inside0_last_x128: numberType().int(),
42084
42084
  fee_growth_inside1_last_x128: numberType().int(),
42085
42085
  tokens_owed0: numberType().int(),
42086
- tokens_owed1: numberType().int()
42086
+ tokens_owed1: numberType().int(),
42087
+ lp_token_address: nullableType(stringType()).optional()
42087
42088
  }).transform((v2) => {
42088
42089
  return remap(v2, {
42089
42090
  tick_lower: "tickLower",
@@ -42091,7 +42092,8 @@ var init_uniswappositionssolidityresponse = __esm(() => {
42091
42092
  fee_growth_inside0_last_x128: "feeGrowthInside0LastX128",
42092
42093
  fee_growth_inside1_last_x128: "feeGrowthInside1LastX128",
42093
42094
  tokens_owed0: "tokensOwed0",
42094
- tokens_owed1: "tokensOwed1"
42095
+ tokens_owed1: "tokensOwed1",
42096
+ lp_token_address: "lpTokenAddress"
42095
42097
  });
42096
42098
  });
42097
42099
  UniswapPositionsSolidityResponse$outboundSchema = objectType({
@@ -42106,7 +42108,8 @@ var init_uniswappositionssolidityresponse = __esm(() => {
42106
42108
  feeGrowthInside0LastX128: numberType().int(),
42107
42109
  feeGrowthInside1LastX128: numberType().int(),
42108
42110
  tokensOwed0: numberType().int(),
42109
- tokensOwed1: numberType().int()
42111
+ tokensOwed1: numberType().int(),
42112
+ lpTokenAddress: nullableType(stringType()).optional()
42110
42113
  }).transform((v2) => {
42111
42114
  return remap(v2, {
42112
42115
  tickLower: "tick_lower",
@@ -42114,7 +42117,8 @@ var init_uniswappositionssolidityresponse = __esm(() => {
42114
42117
  feeGrowthInside0LastX128: "fee_growth_inside0_last_x128",
42115
42118
  feeGrowthInside1LastX128: "fee_growth_inside1_last_x128",
42116
42119
  tokensOwed0: "tokens_owed0",
42117
- tokensOwed1: "tokens_owed1"
42120
+ tokensOwed1: "tokens_owed1",
42121
+ lpTokenAddress: "lp_token_address"
42118
42122
  });
42119
42123
  });
42120
42124
  ((UniswapPositionsSolidityResponse$) => {
@@ -53723,7 +53727,7 @@ it to be traded on DeFi protocols.`,
53723
53727
  function createMCPServer(deps) {
53724
53728
  const server = new McpServer({
53725
53729
  name: "CompassApiSDK",
53726
- version: "0.5.43"
53730
+ version: "0.5.44"
53727
53731
  });
53728
53732
  const client = new CompassApiSDKCore({
53729
53733
  apiKeyAuth: deps.apiKeyAuth,
@@ -55093,7 +55097,7 @@ var routes = ln({
55093
55097
  var app = _e(routes, {
55094
55098
  name: "mcp",
55095
55099
  versionInfo: {
55096
- currentVersion: "0.5.43"
55100
+ currentVersion: "0.5.44"
55097
55101
  }
55098
55102
  });
55099
55103
  Yt(app, process3.argv.slice(2), buildContext(process3));
@@ -55101,5 +55105,5 @@ export {
55101
55105
  app
55102
55106
  };
55103
55107
 
55104
- //# debugId=5275D4C20130653C64756E2164756E21
55108
+ //# debugId=1E4ED2CEEEFDA46164756E2164756E21
55105
55109
  //# sourceMappingURL=mcp-server.js.map