@compass-labs/api-sdk 0.0.9 → 0.0.10

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
@@ -34185,9 +34185,9 @@ var init_config = __esm(() => {
34185
34185
  SDK_METADATA = {
34186
34186
  language: "typescript",
34187
34187
  openapiDocVersion: "0.0.1",
34188
- sdkVersion: "0.0.9",
34188
+ sdkVersion: "0.0.10",
34189
34189
  genVersion: "2.596.2",
34190
- userAgent: "speakeasy-sdk/typescript 0.0.9 2.596.2 0.0.1 @compass-labs/api-sdk"
34190
+ userAgent: "speakeasy-sdk/typescript 0.0.10 2.596.2 0.0.1 @compass-labs/api-sdk"
34191
34191
  };
34192
34192
  });
34193
34193
 
@@ -38095,32 +38095,32 @@ var MulticallActionType, MulticallActionType$inboundSchema, MulticallActionType$
38095
38095
  var init_multicallactiontype = __esm(() => {
38096
38096
  init_lib();
38097
38097
  MulticallActionType = {
38098
- AerodromeBasicRemoveLiquidityEth: "AERODROME_BASIC_REMOVE_LIQUIDITY_ETH",
38099
- TransferErc20: "TRANSFER_ERC20",
38100
- AerodromeBasicSwapTokenForEth: "AERODROME_BASIC_SWAP_TOKEN_FOR_ETH",
38101
- UniswapAddLiquidity: "UNISWAP_ADD_LIQUIDITY",
38102
- AerodromeBasicSwapEthForToken: "AERODROME_BASIC_SWAP_ETH_FOR_TOKEN",
38103
38098
  AerodromeBasicAddLiquidity: "AERODROME_BASIC_ADD_LIQUIDITY",
38104
- AllowanceIncrease: "ALLOWANCE_INCREASE",
38105
- UniswapSellExactly: "UNISWAP_SELL_EXACTLY",
38106
- AerodromeSlipstreamIncreaseLiquidity: "AERODROME_SLIPSTREAM_INCREASE_LIQUIDITY",
38107
- AerodromeBasicAddLiquidityEth: "AERODROME_BASIC_ADD_LIQUIDITY_ETH",
38108
- AerodromeBasicRemoveLiquidity: "AERODROME_BASIC_REMOVE_LIQUIDITY",
38109
- AaveSupply: "AAVE_SUPPLY",
38110
38099
  UniswapWithdrawLiquidity: "UNISWAP_WITHDRAW_LIQUIDITY",
38111
- AaveBorrow: "AAVE_BORROW",
38112
- AerodromeSlipstreamWithdrawLiquidity: "AERODROME_SLIPSTREAM_WITHDRAW_LIQUIDITY",
38113
- AerodromeBasicSwapToken: "AERODROME_BASIC_SWAP_TOKEN",
38114
- UniswapMintLiquidity: "UNISWAP_MINT_LIQUIDITY",
38115
- AllowanceIncreaseAny: "ALLOWANCE_INCREASE_ANY",
38116
- UniswapBuyExactly: "UNISWAP_BUY_EXACTLY",
38117
38100
  AerodromeSlipstreamMintLiquidity: "AERODROME_SLIPSTREAM_MINT_LIQUIDITY",
38101
+ AerodromeBasicSwapEthForToken: "AERODROME_BASIC_SWAP_ETH_FOR_TOKEN",
38118
38102
  WrapEth: "WRAP_ETH",
38103
+ UniswapSellExactly: "UNISWAP_SELL_EXACTLY",
38104
+ AerodromeSlipstreamSellExactly: "AERODROME_SLIPSTREAM_SELL_EXACTLY",
38105
+ UniswapMintLiquidity: "UNISWAP_MINT_LIQUIDITY",
38106
+ AerodromeSlipstreamWithdrawLiquidity: "AERODROME_SLIPSTREAM_WITHDRAW_LIQUIDITY",
38107
+ UniswapAddLiquidity: "UNISWAP_ADD_LIQUIDITY",
38119
38108
  AaveRepay: "AAVE_REPAY",
38120
- AaveWithdraw: "AAVE_WITHDRAW",
38121
- UnwrapWeth: "UNWRAP_WETH",
38109
+ AerodromeBasicSwapTokenForEth: "AERODROME_BASIC_SWAP_TOKEN_FOR_ETH",
38110
+ AaveBorrow: "AAVE_BORROW",
38111
+ AaveSupply: "AAVE_SUPPLY",
38122
38112
  AerodromeSlipstreamBuyExactly: "AERODROME_SLIPSTREAM_BUY_EXACTLY",
38123
- AerodromeSlipstreamSellExactly: "AERODROME_SLIPSTREAM_SELL_EXACTLY"
38113
+ AerodromeBasicAddLiquidityEth: "AERODROME_BASIC_ADD_LIQUIDITY_ETH",
38114
+ AerodromeSlipstreamIncreaseLiquidity: "AERODROME_SLIPSTREAM_INCREASE_LIQUIDITY",
38115
+ AerodromeBasicSwapToken: "AERODROME_BASIC_SWAP_TOKEN",
38116
+ UnwrapWeth: "UNWRAP_WETH",
38117
+ AaveWithdraw: "AAVE_WITHDRAW",
38118
+ AllowanceIncrease: "ALLOWANCE_INCREASE",
38119
+ AerodromeBasicRemoveLiquidity: "AERODROME_BASIC_REMOVE_LIQUIDITY",
38120
+ UniswapBuyExactly: "UNISWAP_BUY_EXACTLY",
38121
+ AllowanceIncreaseAny: "ALLOWANCE_INCREASE_ANY",
38122
+ TransferErc20: "TRANSFER_ERC20",
38123
+ AerodromeBasicRemoveLiquidityEth: "AERODROME_BASIC_REMOVE_LIQUIDITY_ETH"
38124
38124
  };
38125
38125
  MulticallActionType$inboundSchema = nativeEnumType(MulticallActionType);
38126
38126
  MulticallActionType$outboundSchema = MulticallActionType$inboundSchema;
@@ -46941,7 +46941,7 @@ it to be traded on DeFi protocols.`,
46941
46941
  function createMCPServer(deps) {
46942
46942
  const server = new McpServer({
46943
46943
  name: "CompassApiSDK",
46944
- version: "0.0.9"
46944
+ version: "0.0.10"
46945
46945
  });
46946
46946
  const client = new CompassApiSDKCore({
46947
46947
  apiKeyAuth: deps.apiKeyAuth,
@@ -48252,7 +48252,7 @@ var routes = an({
48252
48252
  var app = He(routes, {
48253
48253
  name: "mcp",
48254
48254
  versionInfo: {
48255
- currentVersion: "0.0.9"
48255
+ currentVersion: "0.0.10"
48256
48256
  }
48257
48257
  });
48258
48258
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -48260,5 +48260,5 @@ export {
48260
48260
  app
48261
48261
  };
48262
48262
 
48263
- //# debugId=592739A98EE53F0964756E2164756E21
48263
+ //# debugId=885B87355CB2FB6F64756E2164756E21
48264
48264
  //# sourceMappingURL=mcp-server.js.map