compass_api_sdk 0.9.22__py3-none-any.whl → 0.9.24__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.

@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "compass_api_sdk"
6
- __version__: str = "0.9.22"
6
+ __version__: str = "0.9.24"
7
7
  __openapi_doc_version__: str = "0.0.1"
8
8
  __gen_version__: str = "2.632.2"
9
- __user_agent__: str = "speakeasy-sdk/python 0.9.22 2.632.2 0.0.1 compass_api_sdk"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.9.24 2.632.2 0.0.1 compass_api_sdk"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -20,11 +20,11 @@ r"""Amount of collateral token to supply to Aave"""
20
20
 
21
21
 
22
22
  MultiplierTypedDict = TypeAliasType("MultiplierTypedDict", Union[float, str])
23
- r"""Total loop collateral will be calculated as `multiplier` x `initial_collateral_amount`"""
23
+ r"""Leverage multiplier. Total loop collateral will be calculated as `multiplier` x `initial_collateral_amount`"""
24
24
 
25
25
 
26
26
  Multiplier = TypeAliasType("Multiplier", Union[float, str])
27
- r"""Total loop collateral will be calculated as `multiplier` x `initial_collateral_amount`"""
27
+ r"""Leverage multiplier. Total loop collateral will be calculated as `multiplier` x `initial_collateral_amount`"""
28
28
 
29
29
 
30
30
  MaxSlippagePercentTypedDict = TypeAliasType(
@@ -68,7 +68,7 @@ class AaveLoopRequestTypedDict(TypedDict):
68
68
  initial_collateral_amount: InitialCollateralAmountTypedDict
69
69
  r"""Amount of collateral token to supply to Aave"""
70
70
  multiplier: MultiplierTypedDict
71
- r"""Total loop collateral will be calculated as `multiplier` x `initial_collateral_amount`"""
71
+ r"""Leverage multiplier. Total loop collateral will be calculated as `multiplier` x `initial_collateral_amount`"""
72
72
  max_slippage_percent: MaxSlippagePercentTypedDict
73
73
  r"""Maximum allowed slippage for token swaps in percentage"""
74
74
  loan_to_value: LoanToValueTypedDict
@@ -104,7 +104,7 @@ class AaveLoopRequest(BaseModel):
104
104
  r"""Amount of collateral token to supply to Aave"""
105
105
 
106
106
  multiplier: Multiplier
107
- r"""Total loop collateral will be calculated as `multiplier` x `initial_collateral_amount`"""
107
+ r"""Leverage multiplier. Total loop collateral will be calculated as `multiplier` x `initial_collateral_amount`"""
108
108
 
109
109
  max_slippage_percent: MaxSlippagePercent
110
110
  r"""Maximum allowed slippage for token swaps in percentage"""
@@ -517,7 +517,7 @@ class TransactionBundler(BaseSDK):
517
517
  :param collateral_token: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
518
518
  :param borrow_token: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
519
519
  :param initial_collateral_amount: Amount of collateral token to supply to Aave
520
- :param multiplier: Total loop collateral will be calculated as `multiplier` x `initial_collateral_amount`
520
+ :param multiplier: Leverage multiplier. Total loop collateral will be calculated as `multiplier` x `initial_collateral_amount`
521
521
  :param max_slippage_percent: Maximum allowed slippage for token swaps in percentage
522
522
  :param loan_to_value: Loan To Value percentage of the loop
523
523
  :param retries: Override the default retry configuration for this method
@@ -662,7 +662,7 @@ class TransactionBundler(BaseSDK):
662
662
  :param collateral_token: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
663
663
  :param borrow_token: A class representing the token. This class is used to represent the token in the system. Notice individual endpoints' documentation where per chain tokens are presented.
664
664
  :param initial_collateral_amount: Amount of collateral token to supply to Aave
665
- :param multiplier: Total loop collateral will be calculated as `multiplier` x `initial_collateral_amount`
665
+ :param multiplier: Leverage multiplier. Total loop collateral will be calculated as `multiplier` x `initial_collateral_amount`
666
666
  :param max_slippage_percent: Maximum allowed slippage for token swaps in percentage
667
667
  :param loan_to_value: Loan To Value percentage of the loop
668
668
  :param retries: Override the default retry configuration for this method
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: compass_api_sdk
3
- Version: 0.9.22
3
+ Version: 0.9.24
4
4
  Summary: Compass API SDK.
5
5
  Author: royalnine
6
6
  Requires-Python: >=3.9.2
@@ -2,7 +2,7 @@ compass_api_sdk/__init__.py,sha256=w2u919V3Tzv4zEPQ-OYJ79gQ_4_SyW7GOFFoHtqXDFA,4
2
2
  compass_api_sdk/_hooks/__init__.py,sha256=p5J13DeYuISQyQWirjJAObHIf2VtIlOtFqnIpvjjVwk,118
3
3
  compass_api_sdk/_hooks/sdkhooks.py,sha256=eVxHB2Q_JG6zZx5xn74i208ij-fpTHqq2jod6fbghRQ,2503
4
4
  compass_api_sdk/_hooks/types.py,sha256=4qXm6dEntJOC2QeOdTklcc53oFzTU3HBb1xGdZ-kBXY,3059
5
- compass_api_sdk/_version.py,sha256=-5CUntWolWarQOJOYYREyqIaGpEdnH6Cv1dof455xO8,474
5
+ compass_api_sdk/_version.py,sha256=f31FZdiddAO9lBTWjeigUa0iNfVy0MVNaK4JryIngYg,474
6
6
  compass_api_sdk/aave_v3.py,sha256=HqG_1Sb_Du30Kjrml1L--nI85cGYF27i5At-5YFMOyM,126400
7
7
  compass_api_sdk/aerodrome_slipstream.py,sha256=xGt8wnAItW8w6kgnqfwDrsX24qw8TIhsD8fRhxta7Bs,83443
8
8
  compass_api_sdk/basesdk.py,sha256=xDxC-X-LHCwtVy8SPM6nckSu1NmF8uKhHUUQd3X-syo,11810
@@ -25,7 +25,7 @@ compass_api_sdk/models/aaveborrowparams.py,sha256=Sb_i4KtK1ZVGGzkt7WU391cJzCryRp
25
25
  compass_api_sdk/models/aaveborrowrequest.py,sha256=IUHTHTa3icfr9esg4owq98SyckK2rzOX-odpVFn6l8w,3568
26
26
  compass_api_sdk/models/aavehistoricaltransactionsresponse.py,sha256=G9yw8V7UHQL9m8mJZgHSqhvdymo5mJbJoIKtbtRSzlg,2504
27
27
  compass_api_sdk/models/aaveliquiditychangeresponse.py,sha256=G_fjNFMMAViJVXUejTdqNDyNrv-BieQDDpT6iwtwCwg,811
28
- compass_api_sdk/models/aavelooprequest.py,sha256=AfqNPvHRaCCrZPlqcQ5KG8qcEB52SkKV0zHDLElBmEs,3874
28
+ compass_api_sdk/models/aavelooprequest.py,sha256=9U4Z_yRQRY3Abw6kWuU4V_ZVMgfYxE5KjWIuEyHohlM,3958
29
29
  compass_api_sdk/models/aaverateresponse.py,sha256=7Ra_FKYbGrm7ZqzNi8-1T0v2xDAGyZf6Iw5Juh1bXBI,1156
30
30
  compass_api_sdk/models/aaverepayparams.py,sha256=CJxfD0lckwHMqvoEqGvJFCS0yN4ADsgMLbaD0ajdOTg,3293
31
31
  compass_api_sdk/models/aaverepayrequest.py,sha256=wAT4zqxF_FlFj_QycGKXRr-aenw3AQlHSVr6J6maXCo,3552
@@ -227,7 +227,7 @@ compass_api_sdk/sdkconfiguration.py,sha256=5nec4ViMLCsNWBd3DyEv8zWqU5Z77YZfzwX69
227
227
  compass_api_sdk/sky.py,sha256=oZcj2VX26yc-nMTo5WIktz97mAjZT1J0K2IHvi_m3oM,43965
228
228
  compass_api_sdk/smart_account.py,sha256=-uMbE_v4WvnqGGj2ZKsJrBBByV904qm37l5spUa2OxE,9370
229
229
  compass_api_sdk/token_sdk.py,sha256=O_bHPJX-ZMMQnN3Dvw9DF5SSGV2g-52mDfDATymvGWI,34600
230
- compass_api_sdk/transaction_bundler.py,sha256=e5pDqD6ZIw9wmxilgvqt8--evS7o9bCx1IiI-NvX5pI,32398
230
+ compass_api_sdk/transaction_bundler.py,sha256=FJyHVR-9nWB-ibny3aGmrs9qKvSUn-TM09OuYcaUijE,32440
231
231
  compass_api_sdk/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
232
232
  compass_api_sdk/types/basemodel.py,sha256=L79WXvTECbSqaJzs8D3ud_KdIWkU7Cx2wbohDAktE9E,1127
233
233
  compass_api_sdk/uniswap_v3.py,sha256=qRCWOkXbpHKWMHpgvXlioflGog4L5TIUWY5F456bpi4,109087
@@ -249,6 +249,6 @@ compass_api_sdk/utils/serializers.py,sha256=hiHBXM1AY8_N2Z_rvFfNSYwvLBkSQlPGFp8p
249
249
  compass_api_sdk/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
250
250
  compass_api_sdk/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
251
251
  compass_api_sdk/vaults_erc_4626_.py,sha256=TEAtjcyVn6IWC4rs89VLLp4L99K7aCIm5irNH3y-8So,19487
252
- compass_api_sdk-0.9.22.dist-info/METADATA,sha256=UC1omyAHF0AYd6UqEf1fDUw_t08UhAT_H-UrBieT5Yg,26910
253
- compass_api_sdk-0.9.22.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
254
- compass_api_sdk-0.9.22.dist-info/RECORD,,
252
+ compass_api_sdk-0.9.24.dist-info/METADATA,sha256=WUAtr3uKEkNU_J8PxS7HsXBA2swgSD83Xw7ecwM62sg,26910
253
+ compass_api_sdk-0.9.24.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
254
+ compass_api_sdk-0.9.24.dist-info/RECORD,,