compass_api_sdk 0.9.51__py3-none-any.whl → 0.9.52__py3-none-any.whl

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.

Potentially problematic release.


This version of compass_api_sdk might be problematic. Click here for more details.

Files changed (181) hide show
  1. compass_api_sdk/_version.py +3 -3
  2. compass_api_sdk/aave_v3.py +314 -260
  3. compass_api_sdk/aerodrome_slipstream.py +186 -184
  4. compass_api_sdk/erc_4626_vaults.py +82 -58
  5. compass_api_sdk/errors/__init__.py +3 -2
  6. compass_api_sdk/models/__init__.py +1736 -1528
  7. compass_api_sdk/models/aavereserveoverviewresponse.py +34 -3
  8. compass_api_sdk/models/{chain.py → compass_api_backend_config_chain_chain.py} +4 -4
  9. compass_api_sdk/models/compass_api_backend_models_aave_read_response_historical_transactions_aavehistoricaltransactionsresponse.py +115 -0
  10. compass_api_sdk/models/{borrow.py → compass_api_backend_models_aave_read_response_historical_transactions_borrow.py} +4 -2
  11. compass_api_sdk/models/{liquidationcall.py → compass_api_backend_models_aave_read_response_historical_transactions_liquidationcall.py} +6 -2
  12. compass_api_sdk/models/{redeemunderlying.py → compass_api_backend_models_aave_read_response_historical_transactions_redeemunderlying.py} +6 -2
  13. compass_api_sdk/models/{repay.py → compass_api_backend_models_aave_read_response_historical_transactions_repay.py} +4 -2
  14. compass_api_sdk/models/{supply.py → compass_api_backend_models_aave_read_response_historical_transactions_supply.py} +4 -2
  15. compass_api_sdk/models/{swapborrowrate.py → compass_api_backend_models_aave_read_response_historical_transactions_swapborrowrate.py} +6 -2
  16. compass_api_sdk/models/{usageascollateral.py → compass_api_backend_models_aave_read_response_historical_transactions_usageascollateral.py} +6 -2
  17. compass_api_sdk/models/{aaveborrowrequest.py → compass_api_backend_models_aave_transact_request_borrow_aaveborrowrequest.py} +24 -12
  18. compass_api_sdk/models/{aaverepayrequest.py → compass_api_backend_models_aave_transact_request_repay_aaverepayrequest.py} +24 -12
  19. compass_api_sdk/models/{aavesupplyrequest.py → compass_api_backend_models_aave_transact_request_supply_aavesupplyrequest.py} +24 -12
  20. compass_api_sdk/models/{aavewithdrawrequest.py → compass_api_backend_models_aave_transact_request_withdraw_aavewithdrawrequest.py} +25 -13
  21. compass_api_sdk/models/{aerodromelppositionsresponse.py → compass_api_backend_models_aerodrome_slipstream_read_response_positions_aerodromelppositionsresponse.py} +6 -2
  22. compass_api_sdk/models/compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_increase_aerodromeslipstreamincreaseliquidityprovisionrequest.py +125 -0
  23. compass_api_sdk/models/{aerodromeslipstreammintliquidityprovisionrequest.py → compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_mint_aerodromeslipstreammintliquidityprovisionrequest.py} +43 -35
  24. compass_api_sdk/models/compass_api_backend_models_aerodrome_slipstream_transact_request_liquidity_provision_withdraw_aerodromeslipstreamwithdrawliquidityprovisionrequest.py +68 -0
  25. compass_api_sdk/models/compass_api_backend_models_aerodrome_slipstream_transact_request_swap_buy_exactly_aerodromeslipstreambuyexactlyrequest.py +116 -0
  26. compass_api_sdk/models/{aerodromeslipstreamsellexactlyrequest.py → compass_api_backend_models_aerodrome_slipstream_transact_request_swap_sell_exactly_aerodromeslipstreamsellexactlyrequest.py} +31 -19
  27. compass_api_sdk/models/compass_api_backend_models_generic_read_response_chains_supportedchaininfo.py +21 -0
  28. compass_api_sdk/models/{portfolio.py → compass_api_backend_models_generic_read_response_portfolio_portfolio.py} +2 -2
  29. compass_api_sdk/models/compass_api_backend_models_generic_transact_request_allowance_setallowancerequest.py +139 -0
  30. compass_api_sdk/models/compass_api_backend_models_generic_transact_request_unwrap_weth_unwrapwethrequest.py +69 -0
  31. compass_api_sdk/models/compass_api_backend_models_generic_transact_request_wrap_eth_wrapethrequest.py +66 -0
  32. compass_api_sdk/models/{marketposition.py → compass_api_backend_models_morpho_read_response_check_user_position_marketposition.py} +6 -2
  33. compass_api_sdk/models/compass_api_backend_models_morpho_read_response_check_user_position_morphocheckuserpositionresponse.py +48 -0
  34. compass_api_sdk/models/{vault.py → compass_api_backend_models_morpho_read_response_check_user_position_vault.py} +4 -2
  35. compass_api_sdk/models/{vaultposition.py → compass_api_backend_models_morpho_read_response_check_user_position_vaultposition.py} +12 -5
  36. compass_api_sdk/models/{morphogetmarketresponse.py → compass_api_backend_models_morpho_read_response_get_market_morphogetmarketresponse.py} +6 -2
  37. compass_api_sdk/models/compass_api_backend_models_morpho_read_response_get_markets_morphogetmarketsresponse.py +26 -0
  38. compass_api_sdk/models/{morphomarket.py → compass_api_backend_models_morpho_read_response_get_markets_morphomarket.py} +4 -2
  39. compass_api_sdk/models/compass_api_backend_models_morpho_read_response_get_vaults_morphogetvaultsresponse.py +24 -0
  40. compass_api_sdk/models/{morphovault.py → compass_api_backend_models_morpho_read_response_get_vaults_morphovault.py} +2 -2
  41. compass_api_sdk/models/{morphoborrowrequest.py → compass_api_backend_models_morpho_transact_request_borrow_morphoborrowrequest.py} +22 -13
  42. compass_api_sdk/models/{morphodepositrequest.py → compass_api_backend_models_morpho_transact_request_deposit_morphodepositrequest.py} +26 -13
  43. compass_api_sdk/models/{morphorepayrequest.py → compass_api_backend_models_morpho_transact_request_repay_morphorepayrequest.py} +12 -7
  44. compass_api_sdk/models/{morphosupplycollateralrequest.py → compass_api_backend_models_morpho_transact_request_supply_collateral_morphosupplycollateralrequest.py} +22 -13
  45. compass_api_sdk/models/{morphowithdrawcollateralrequest.py → compass_api_backend_models_morpho_transact_request_withdraw_collateral_morphowithdrawcollateralrequest.py} +22 -13
  46. compass_api_sdk/models/{morphowithdrawrequest.py → compass_api_backend_models_morpho_transact_request_withdraw_morphowithdrawrequest.py} +18 -7
  47. compass_api_sdk/models/{multicallauthorizationrequest.py → compass_api_backend_models_multicall_read_request_get_authorization_multicallauthorizationrequest.py} +17 -7
  48. compass_api_sdk/models/{aavelooprequest.py → compass_api_backend_models_multicall_transact_request_aave_loop_request_aavelooprequest.py} +67 -13
  49. compass_api_sdk/models/compass_api_backend_models_multicall_transact_request_multicall_execution_request_multicallexecuterequest.py +92 -0
  50. compass_api_sdk/models/{useroperation.py → compass_api_backend_models_multicall_transact_request_multicall_execution_request_useroperation.py} +40 -42
  51. compass_api_sdk/models/{pendlegetmarketresponse.py → compass_api_backend_models_pendle_read_response_market_pendlegetmarketresponse.py} +4 -2
  52. compass_api_sdk/models/compass_api_backend_models_pendle_read_response_markets_pendlelistmarketsresponse.py +24 -0
  53. compass_api_sdk/models/{pendlemarket.py → compass_api_backend_models_pendle_read_response_markets_pendlemarket.py} +2 -2
  54. compass_api_sdk/models/{openposition.py → compass_api_backend_models_pendle_read_response_positions_openposition.py} +4 -2
  55. compass_api_sdk/models/compass_api_backend_models_pendle_read_response_positions_pendlelistuserpositionsresponse.py +24 -0
  56. compass_api_sdk/models/{position.py → compass_api_backend_models_pendle_read_response_positions_position.py} +18 -7
  57. compass_api_sdk/models/{pendleredeemyieldrequest.py → compass_api_backend_models_pendle_transact_request_redeem_yield_pendleredeemyieldrequest.py} +17 -7
  58. compass_api_sdk/models/{skybuyrequest.py → compass_api_backend_models_sky_transact_request_buy_skybuyrequest.py} +22 -19
  59. compass_api_sdk/models/{skydepositrequest.py → compass_api_backend_models_sky_transact_request_deposit_skydepositrequest.py} +26 -15
  60. compass_api_sdk/models/compass_api_backend_models_sky_transact_request_sell_skysellrequest.py +70 -0
  61. compass_api_sdk/models/{skywithdrawrequest.py → compass_api_backend_models_sky_transact_request_withdraw_skywithdrawrequest.py} +17 -10
  62. compass_api_sdk/models/compass_api_backend_models_smart_account_transact_request_user_operations_batcheduseroperationsrequest.py +49 -0
  63. compass_api_sdk/models/compass_api_backend_models_swap_transact_request_odos_odosswaprequest.py +108 -0
  64. compass_api_sdk/models/compass_api_backend_models_token_transact_request_transfer_tokentransferrequest.py +98 -0
  65. compass_api_sdk/models/compass_api_backend_models_uniswap_transact_liquidity_provision_request_increase_uniswapincreaseliquidityprovisionrequest.py +129 -0
  66. compass_api_sdk/models/{uniswapmintliquidityprovisionrequest.py → compass_api_backend_models_uniswap_transact_liquidity_provision_request_mint_uniswapmintliquidityprovisionrequest.py} +49 -31
  67. compass_api_sdk/models/compass_api_backend_models_uniswap_transact_liquidity_provision_request_withdraw_uniswapwithdrawliquidityprovisionrequest.py +68 -0
  68. compass_api_sdk/models/compass_api_backend_models_uniswap_transact_swap_request_buy_exactly_uniswapbuyexactlyrequest.py +123 -0
  69. compass_api_sdk/models/compass_api_backend_models_uniswap_transact_swap_request_sell_exactly_uniswapsellexactlyrequest.py +123 -0
  70. compass_api_sdk/models/{vaultgetvaultresponse.py → compass_api_backend_models_vaults_read_response_vault_vaultgetvaultresponse.py} +4 -2
  71. compass_api_sdk/models/compass_api_backend_models_vaults_transact_request_deposit_vaultdepositrequest.py +110 -0
  72. compass_api_sdk/models/compass_api_backend_models_vaults_transact_request_withdraw_vaultwithdrawrequest.py +96 -0
  73. compass_api_sdk/models/details.py +44 -7
  74. compass_api_sdk/models/movement10percent.py +65 -10
  75. compass_api_sdk/models/pendlemanageliquidityparams.py +81 -0
  76. compass_api_sdk/models/pendlemanageliquidityrequest.py +95 -0
  77. compass_api_sdk/models/pendletradeptparams.py +81 -0
  78. compass_api_sdk/models/pendletradeptrequest.py +95 -0
  79. compass_api_sdk/models/pendletradeytparams.py +81 -0
  80. compass_api_sdk/models/pendletradeytrequest.py +95 -0
  81. compass_api_sdk/models/pendletxresponse.py +45 -0
  82. compass_api_sdk/models/token_enum.py +17 -0
  83. compass_api_sdk/models/{tokentransferrequest.py → tokentransferparams.py} +16 -27
  84. compass_api_sdk/models/transactionresponse.py +40 -0
  85. compass_api_sdk/models/uniswapbuyexactlyparams.py +19 -24
  86. compass_api_sdk/models/uniswapbuyexactlytransactionresponse.py +45 -0
  87. compass_api_sdk/models/uniswapsellexactlyparams.py +43 -40
  88. compass_api_sdk/models/uniswapsellexactlytransactionresponse.py +45 -0
  89. compass_api_sdk/models/{aave_aave_supported_tokensop.py → v1_aave_aave_supported_tokensop.py} +9 -13
  90. compass_api_sdk/models/{aave_avg_rateop.py → v1_aave_avg_rateop.py} +32 -19
  91. compass_api_sdk/models/{aave_historical_transactionsop.py → v1_aave_historical_transactionsop.py} +9 -13
  92. compass_api_sdk/models/{aave_liquidity_changeop.py → v1_aave_liquidity_changeop.py} +30 -17
  93. compass_api_sdk/models/{aave_rateop.py → v1_aave_rateop.py} +32 -19
  94. compass_api_sdk/models/{aave_reserve_overviewop.py → v1_aave_reserve_overviewop.py} +32 -19
  95. compass_api_sdk/models/{aave_std_rateop.py → v1_aave_std_rateop.py} +32 -19
  96. compass_api_sdk/models/{aave_token_priceop.py → v1_aave_token_priceop.py} +32 -19
  97. compass_api_sdk/models/{aave_user_position_per_tokenop.py → v1_aave_user_position_per_tokenop.py} +32 -19
  98. compass_api_sdk/models/{aave_user_position_summaryop.py → v1_aave_user_position_summaryop.py} +9 -13
  99. compass_api_sdk/models/{uniswap_liquidity_provision_positionsop.py → v1_aerodrome_slipstream_liquidity_provision_positionsop.py} +7 -13
  100. compass_api_sdk/models/{aerodrome_slipstream_pool_priceop.py → v1_aerodrome_slipstream_pool_priceop.py} +53 -25
  101. compass_api_sdk/models/{generic_allowanceop.py → v1_generic_allowanceop.py} +24 -25
  102. compass_api_sdk/models/{generic_ensop.py → v1_generic_ensop.py} +7 -13
  103. compass_api_sdk/models/{generic_portfolioop.py → v1_generic_portfolioop.py} +9 -13
  104. compass_api_sdk/models/{generic_supported_chainsop.py → v1_generic_supported_chainsop.py} +2 -2
  105. compass_api_sdk/models/v1_generic_supported_tokensop.py +24 -0
  106. compass_api_sdk/models/{morpho_market_positionop.py → v1_morpho_market_positionop.py} +9 -8
  107. compass_api_sdk/models/{morpho_marketop.py → v1_morpho_marketop.py} +9 -8
  108. compass_api_sdk/models/{morpho_marketsop.py → v1_morpho_marketsop.py} +9 -8
  109. compass_api_sdk/models/{morpho_user_positionop.py → v1_morpho_user_positionop.py} +9 -8
  110. compass_api_sdk/models/{morpho_vaultop.py → v1_morpho_vaultop.py} +9 -13
  111. compass_api_sdk/models/{morpho_vaultsop.py → v1_morpho_vaultsop.py} +9 -8
  112. compass_api_sdk/models/{pendle_marketop.py → v1_pendle_marketop.py} +9 -13
  113. compass_api_sdk/models/v1_pendle_marketsop.py +24 -0
  114. compass_api_sdk/models/{pendle_positionsop.py → v1_pendle_positionsop.py} +10 -14
  115. compass_api_sdk/models/{sky_positionop.py → v1_sky_positionop.py} +14 -15
  116. compass_api_sdk/models/{token_addressop.py → v1_token_addressop.py} +30 -17
  117. compass_api_sdk/models/{token_balanceop.py → v1_token_balanceop.py} +14 -18
  118. compass_api_sdk/models/{token_priceop.py → v1_token_priceop.py} +14 -18
  119. compass_api_sdk/models/v1_transaction_bundler_aave_loopop.py +24 -0
  120. compass_api_sdk/models/{uniswap_liquidity_provision_in_rangeop.py → v1_uniswap_liquidity_provision_in_rangeop.py} +9 -13
  121. compass_api_sdk/models/{aerodrome_slipstream_liquidity_provision_positionsop.py → v1_uniswap_liquidity_provision_positionsop.py} +9 -13
  122. compass_api_sdk/models/{uniswap_pool_priceop.py → v1_uniswap_pool_priceop.py} +59 -29
  123. compass_api_sdk/models/{uniswap_quote_buy_exactlyop.py → v1_uniswap_quote_buy_exactlyop.py} +65 -35
  124. compass_api_sdk/models/{uniswap_quote_sell_exactlyop.py → v1_uniswap_quote_sell_exactlyop.py} +65 -35
  125. compass_api_sdk/models/{vaults_vaultop.py → v1_vaults_vaultop.py} +9 -13
  126. compass_api_sdk/models/{vaultdepositrequest.py → vaultdepositparams.py} +7 -20
  127. compass_api_sdk/models/{vaultwithdrawrequest.py → vaultwithdrawparams.py} +2 -13
  128. compass_api_sdk/morpho.py +310 -222
  129. compass_api_sdk/pendle.py +307 -1081
  130. compass_api_sdk/sky.py +186 -94
  131. compass_api_sdk/smart_account.py +46 -18
  132. compass_api_sdk/swap.py +40 -26
  133. compass_api_sdk/token_sdk.py +76 -66
  134. compass_api_sdk/transaction_bundler.py +126 -76
  135. compass_api_sdk/uniswap_v3.py +302 -278
  136. compass_api_sdk/universal.py +189 -329
  137. compass_api_sdk/utils/__init__.py +3 -2
  138. {compass_api_sdk-0.9.51.dist-info → compass_api_sdk-0.9.52.dist-info}/METADATA +83 -88
  139. compass_api_sdk-0.9.52.dist-info/RECORD +263 -0
  140. compass_api_sdk/models/aavehistoricaltransactionsresponse.py +0 -65
  141. compass_api_sdk/models/aerodromeslipstreambuyexactlyrequest.py +0 -104
  142. compass_api_sdk/models/aerodromeslipstreamincreaseliquidityprovisionrequest.py +0 -123
  143. compass_api_sdk/models/aerodromeslipstreamwithdrawliquidityprovisionrequest.py +0 -64
  144. compass_api_sdk/models/batcheduseroperationsrequest.py +0 -32
  145. compass_api_sdk/models/generic_supported_tokensop.py +0 -28
  146. compass_api_sdk/models/generic_visualize_portfolioop.py +0 -37
  147. compass_api_sdk/models/image.py +0 -15
  148. compass_api_sdk/models/morphocheckuserpositionresponse.py +0 -32
  149. compass_api_sdk/models/morphogetmarketsresponse.py +0 -17
  150. compass_api_sdk/models/morphogetvaultsresponse.py +0 -17
  151. compass_api_sdk/models/multicallexecuterequest.py +0 -36
  152. compass_api_sdk/models/odosswaprequest.py +0 -86
  153. compass_api_sdk/models/pendle_marketsop.py +0 -28
  154. compass_api_sdk/models/pendle_quoteop.py +0 -128
  155. compass_api_sdk/models/pendleaddliquidityparams.py +0 -50
  156. compass_api_sdk/models/pendleaddliquidityrequest.py +0 -61
  157. compass_api_sdk/models/pendlebuyptparams.py +0 -48
  158. compass_api_sdk/models/pendlebuyptrequest.py +0 -59
  159. compass_api_sdk/models/pendlebuyytparams.py +0 -48
  160. compass_api_sdk/models/pendlebuyytrequest.py +0 -59
  161. compass_api_sdk/models/pendlegetquoteresponse.py +0 -15
  162. compass_api_sdk/models/pendlelistmarketsresponse.py +0 -17
  163. compass_api_sdk/models/pendlelistuserpositionsresponse.py +0 -17
  164. compass_api_sdk/models/pendleremoveliquidityparams.py +0 -50
  165. compass_api_sdk/models/pendleremoveliquidityrequest.py +0 -61
  166. compass_api_sdk/models/pendlesellptparams.py +0 -48
  167. compass_api_sdk/models/pendlesellptrequest.py +0 -61
  168. compass_api_sdk/models/pendlesellytparams.py +0 -48
  169. compass_api_sdk/models/pendlesellytrequest.py +0 -61
  170. compass_api_sdk/models/setallowancerequest.py +0 -109
  171. compass_api_sdk/models/skysellrequest.py +0 -64
  172. compass_api_sdk/models/supportedchaininfo.py +0 -19
  173. compass_api_sdk/models/txresponse.py +0 -27
  174. compass_api_sdk/models/uniswapbuyexactlyrequest.py +0 -112
  175. compass_api_sdk/models/uniswapincreaseliquidityprovisionrequest.py +0 -111
  176. compass_api_sdk/models/uniswapsellexactlyrequest.py +0 -104
  177. compass_api_sdk/models/uniswapwithdrawliquidityprovisionrequest.py +0 -63
  178. compass_api_sdk/models/unwrapwethrequest.py +0 -53
  179. compass_api_sdk/models/wrapethrequest.py +0 -52
  180. compass_api_sdk-0.9.51.dist-info/RECORD +0 -266
  181. {compass_api_sdk-0.9.51.dist-info → compass_api_sdk-0.9.52.dist-info}/WHEEL +0 -0
@@ -8,15 +8,13 @@ from typing import Union
8
8
  from typing_extensions import Annotated, TypeAliasType, TypedDict
9
9
 
10
10
 
11
- class UniswapQuoteSellExactlyChain(str, Enum):
12
- r"""The chain to use."""
11
+ class V1UniswapQuoteSellExactlyChain(str, Enum):
12
+ ARBITRUM = "arbitrum"
13
+ BASE = "base"
14
+ ETHEREUM = "ethereum"
13
15
 
14
- BASE_MAINNET = "base:mainnet"
15
- ETHEREUM_MAINNET = "ethereum:mainnet"
16
- ARBITRUM_MAINNET = "arbitrum:mainnet"
17
16
 
18
-
19
- class UniswapQuoteSellExactlyTokenInToken(str, Enum):
17
+ class V1UniswapQuoteSellExactlyTokenInToken(str, Enum):
20
18
  r"""A class representing the token.
21
19
 
22
20
  This class is used to represent the token in the system. Notice individual
@@ -64,13 +62,30 @@ class UniswapQuoteSellExactlyTokenInToken(str, Enum):
64
62
  EURS = "EURS"
65
63
  MAI = "MAI"
66
64
  USD_CE = "USDCe"
65
+ ETH = "ETH"
67
66
  AERO = "AERO"
68
67
  EUR = "EUR"
69
68
  VIRTUAL = "VIRTUAL"
70
69
  EZ_ETH = "ezETH"
71
-
72
-
73
- class UniswapQuoteSellExactlyTokenOutToken(str, Enum):
70
+ CYBER = "CYBER"
71
+ WRS_ETH = "wrsETH"
72
+ E_BTC = "eBTC"
73
+ EURC = "EURC"
74
+ E_US_DE = "eUSDe"
75
+ FBTC = "FBTC"
76
+ LBTC = "LBTC"
77
+ PT_E_USDE_14_AUG2025 = "PT-eUSDE-14AUG2025"
78
+ PT_E_USDE_29_MAY2025 = "PT-eUSDE-29MAY2025"
79
+ PT_S_USDE_25_SEP2025 = "PT-sUSDE-25SEP2025"
80
+ PT_S_USDE_31_JUL2025 = "PT-sUSDE-31JUL2025"
81
+ PT_US_DE_31_JUL2025 = "PT-USDe-31JUL2025"
82
+ RLUSD = "RLUSD"
83
+ USD_0 = "USD₮0"
84
+ US_DB_C = "USDbC"
85
+ US_DTB = "USDtb"
86
+
87
+
88
+ class V1UniswapQuoteSellExactlyTokenOutToken(str, Enum):
74
89
  r"""A class representing the token.
75
90
 
76
91
  This class is used to represent the token in the system. Notice individual
@@ -118,13 +133,30 @@ class UniswapQuoteSellExactlyTokenOutToken(str, Enum):
118
133
  EURS = "EURS"
119
134
  MAI = "MAI"
120
135
  USD_CE = "USDCe"
136
+ ETH = "ETH"
121
137
  AERO = "AERO"
122
138
  EUR = "EUR"
123
139
  VIRTUAL = "VIRTUAL"
124
140
  EZ_ETH = "ezETH"
125
-
126
-
127
- class UniswapQuoteSellExactlyFeeEnum(str, Enum):
141
+ CYBER = "CYBER"
142
+ WRS_ETH = "wrsETH"
143
+ E_BTC = "eBTC"
144
+ EURC = "EURC"
145
+ E_US_DE = "eUSDe"
146
+ FBTC = "FBTC"
147
+ LBTC = "LBTC"
148
+ PT_E_USDE_14_AUG2025 = "PT-eUSDE-14AUG2025"
149
+ PT_E_USDE_29_MAY2025 = "PT-eUSDE-29MAY2025"
150
+ PT_S_USDE_25_SEP2025 = "PT-sUSDE-25SEP2025"
151
+ PT_S_USDE_31_JUL2025 = "PT-sUSDE-31JUL2025"
152
+ PT_US_DE_31_JUL2025 = "PT-USDe-31JUL2025"
153
+ RLUSD = "RLUSD"
154
+ USD_0 = "USD₮0"
155
+ US_DB_C = "USDbC"
156
+ US_DTB = "USDtb"
157
+
158
+
159
+ class V1UniswapQuoteSellExactlyFeeEnum(str, Enum):
128
160
  r"""The transaction fee of a Uniswap pool in bips.
129
161
 
130
162
  Uniswap supports 4 different fee levels.
@@ -136,58 +168,56 @@ class UniswapQuoteSellExactlyFeeEnum(str, Enum):
136
168
  ONE_DOT_0 = "1.0"
137
169
 
138
170
 
139
- UniswapQuoteSellExactlyAmountInTypedDict = TypeAliasType(
140
- "UniswapQuoteSellExactlyAmountInTypedDict", Union[float, str]
171
+ V1UniswapQuoteSellExactlyAmountInTypedDict = TypeAliasType(
172
+ "V1UniswapQuoteSellExactlyAmountInTypedDict", Union[float, str]
141
173
  )
142
174
  r"""The amount of the token to swap from"""
143
175
 
144
176
 
145
- UniswapQuoteSellExactlyAmountIn = TypeAliasType(
146
- "UniswapQuoteSellExactlyAmountIn", Union[float, str]
177
+ V1UniswapQuoteSellExactlyAmountIn = TypeAliasType(
178
+ "V1UniswapQuoteSellExactlyAmountIn", Union[float, str]
147
179
  )
148
180
  r"""The amount of the token to swap from"""
149
181
 
150
182
 
151
- class UniswapQuoteSellExactlyRequestTypedDict(TypedDict):
152
- amount_in: UniswapQuoteSellExactlyAmountInTypedDict
183
+ class V1UniswapQuoteSellExactlyRequestTypedDict(TypedDict):
184
+ amount_in: V1UniswapQuoteSellExactlyAmountInTypedDict
153
185
  r"""The amount of the token to swap from"""
154
- chain: UniswapQuoteSellExactlyChain
155
- r"""The chain to use."""
156
- token_in: UniswapQuoteSellExactlyTokenInToken
186
+ chain: V1UniswapQuoteSellExactlyChain
187
+ token_in: V1UniswapQuoteSellExactlyTokenInToken
157
188
  r"""The symbol of the token to swap from."""
158
- token_out: UniswapQuoteSellExactlyTokenOutToken
189
+ token_out: V1UniswapQuoteSellExactlyTokenOutToken
159
190
  r"""The symbol of the token to swap to."""
160
- fee: UniswapQuoteSellExactlyFeeEnum
191
+ fee: V1UniswapQuoteSellExactlyFeeEnum
161
192
  r"""The fee to pay for the swap"""
162
193
 
163
194
 
164
- class UniswapQuoteSellExactlyRequest(BaseModel):
195
+ class V1UniswapQuoteSellExactlyRequest(BaseModel):
165
196
  amount_in: Annotated[
166
- UniswapQuoteSellExactlyAmountIn,
197
+ V1UniswapQuoteSellExactlyAmountIn,
167
198
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
168
199
  ]
169
200
  r"""The amount of the token to swap from"""
170
201
 
171
202
  chain: Annotated[
172
- UniswapQuoteSellExactlyChain,
203
+ V1UniswapQuoteSellExactlyChain,
173
204
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
174
- ] = UniswapQuoteSellExactlyChain.ARBITRUM_MAINNET
175
- r"""The chain to use."""
205
+ ] = V1UniswapQuoteSellExactlyChain.ARBITRUM
176
206
 
177
207
  token_in: Annotated[
178
- UniswapQuoteSellExactlyTokenInToken,
208
+ V1UniswapQuoteSellExactlyTokenInToken,
179
209
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
180
- ] = UniswapQuoteSellExactlyTokenInToken.USDC
210
+ ] = V1UniswapQuoteSellExactlyTokenInToken.USDC
181
211
  r"""The symbol of the token to swap from."""
182
212
 
183
213
  token_out: Annotated[
184
- UniswapQuoteSellExactlyTokenOutToken,
214
+ V1UniswapQuoteSellExactlyTokenOutToken,
185
215
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
186
- ] = UniswapQuoteSellExactlyTokenOutToken.USDT
216
+ ] = V1UniswapQuoteSellExactlyTokenOutToken.USDT
187
217
  r"""The symbol of the token to swap to."""
188
218
 
189
219
  fee: Annotated[
190
- UniswapQuoteSellExactlyFeeEnum,
220
+ V1UniswapQuoteSellExactlyFeeEnum,
191
221
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
192
- ] = UniswapQuoteSellExactlyFeeEnum.ZERO_DOT_01
222
+ ] = V1UniswapQuoteSellExactlyFeeEnum.ZERO_DOT_01
193
223
  r"""The fee to pay for the swap"""
@@ -14,17 +14,14 @@ from pydantic import model_serializer
14
14
  from typing_extensions import Annotated, NotRequired, TypedDict
15
15
 
16
16
 
17
- class VaultsVaultChain(str, Enum):
18
- r"""The chain to use."""
17
+ class V1VaultsVaultChain(str, Enum):
18
+ ARBITRUM = "arbitrum"
19
+ BASE = "base"
20
+ ETHEREUM = "ethereum"
19
21
 
20
- BASE_MAINNET = "base:mainnet"
21
- ETHEREUM_MAINNET = "ethereum:mainnet"
22
- ARBITRUM_MAINNET = "arbitrum:mainnet"
23
22
 
24
-
25
- class VaultsVaultRequestTypedDict(TypedDict):
26
- chain: VaultsVaultChain
27
- r"""The chain to use."""
23
+ class V1VaultsVaultRequestTypedDict(TypedDict):
24
+ chain: V1VaultsVaultChain
28
25
  block: NotRequired[Nullable[int]]
29
26
  r"""Optional block number (defaults to latest)."""
30
27
  vault_address: str
@@ -33,12 +30,11 @@ class VaultsVaultRequestTypedDict(TypedDict):
33
30
  r"""The user address of the desired vault position. Only include if you would like the user position included in the response. Defaults to `None`."""
34
31
 
35
32
 
36
- class VaultsVaultRequest(BaseModel):
33
+ class V1VaultsVaultRequest(BaseModel):
37
34
  chain: Annotated[
38
- VaultsVaultChain,
35
+ V1VaultsVaultChain,
39
36
  FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
40
- ] = VaultsVaultChain.ETHEREUM_MAINNET
41
- r"""The chain to use."""
37
+ ] = V1VaultsVaultChain.ETHEREUM
42
38
 
43
39
  block: Annotated[
44
40
  OptionalNullable[int],
@@ -1,7 +1,6 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from .chain import Chain
5
4
  from compass_api_sdk.types import (
6
5
  BaseModel,
7
6
  Nullable,
@@ -17,45 +16,33 @@ from typing import Literal, Optional, Union
17
16
  from typing_extensions import Annotated, NotRequired, TypeAliasType, TypedDict
18
17
 
19
18
 
20
- VaultDepositRequestAmountTypedDict = TypeAliasType(
21
- "VaultDepositRequestAmountTypedDict", Union[float, str]
19
+ VaultDepositParamsAmountTypedDict = TypeAliasType(
20
+ "VaultDepositParamsAmountTypedDict", Union[float, str]
22
21
  )
23
22
  r"""The amount of tokens to deposit into the vault."""
24
23
 
25
24
 
26
- VaultDepositRequestAmount = TypeAliasType(
27
- "VaultDepositRequestAmount", Union[float, str]
28
- )
25
+ VaultDepositParamsAmount = TypeAliasType("VaultDepositParamsAmount", Union[float, str])
29
26
  r"""The amount of tokens to deposit into the vault."""
30
27
 
31
28
 
32
- class VaultDepositRequestTypedDict(TypedDict):
29
+ class VaultDepositParamsTypedDict(TypedDict):
33
30
  vault_address: str
34
31
  r"""The vault address you are depositing to."""
35
- amount: VaultDepositRequestAmountTypedDict
32
+ amount: VaultDepositParamsAmountTypedDict
36
33
  r"""The amount of tokens to deposit into the vault."""
37
- chain: Chain
38
- r"""The chain to use."""
39
- sender: str
40
- r"""The address of the transaction sender."""
41
34
  action_type: Literal["VAULT_DEPOSIT"]
42
35
  receiver: NotRequired[Nullable[str]]
43
36
  r"""The address which will receive the shares from the vault representing their proportional ownership of the vault's assets. Defaults to the sender."""
44
37
 
45
38
 
46
- class VaultDepositRequest(BaseModel):
39
+ class VaultDepositParams(BaseModel):
47
40
  vault_address: str
48
41
  r"""The vault address you are depositing to."""
49
42
 
50
- amount: VaultDepositRequestAmount
43
+ amount: VaultDepositParamsAmount
51
44
  r"""The amount of tokens to deposit into the vault."""
52
45
 
53
- chain: Chain
54
- r"""The chain to use."""
55
-
56
- sender: str
57
- r"""The address of the transaction sender."""
58
-
59
46
  ACTION_TYPE: Annotated[
60
47
  Annotated[
61
48
  Optional[Literal["VAULT_DEPOSIT"]],
@@ -1,7 +1,6 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from .chain import Chain
5
4
  from compass_api_sdk.types import (
6
5
  BaseModel,
7
6
  Nullable,
@@ -17,33 +16,23 @@ from typing import Any, Literal, Optional
17
16
  from typing_extensions import Annotated, NotRequired, TypedDict
18
17
 
19
18
 
20
- class VaultWithdrawRequestTypedDict(TypedDict):
19
+ class VaultWithdrawParamsTypedDict(TypedDict):
21
20
  vault_address: str
22
21
  r"""The vault address you are withdrawing from."""
23
22
  amount: Any
24
23
  r"""The amount of tokens to withdraw from the vault. If set to 'ALL', your total deposited token amount will be withdrawn."""
25
- chain: Chain
26
- r"""The chain to use."""
27
- sender: str
28
- r"""The address of the transaction sender."""
29
24
  action_type: Literal["VAULT_WITHDRAW"]
30
25
  receiver: NotRequired[Nullable[str]]
31
26
  r"""The address which will receive the tokens withdrawn. Defaults to the sender."""
32
27
 
33
28
 
34
- class VaultWithdrawRequest(BaseModel):
29
+ class VaultWithdrawParams(BaseModel):
35
30
  vault_address: str
36
31
  r"""The vault address you are withdrawing from."""
37
32
 
38
33
  amount: Any
39
34
  r"""The amount of tokens to withdraw from the vault. If set to 'ALL', your total deposited token amount will be withdrawn."""
40
35
 
41
- chain: Chain
42
- r"""The chain to use."""
43
-
44
- sender: str
45
- r"""The address of the transaction sender."""
46
-
47
36
  ACTION_TYPE: Annotated[
48
37
  Annotated[
49
38
  Optional[Literal["VAULT_WITHDRAW"]],