compass_api_sdk 0.9.20__py3-none-any.whl → 0.9.21__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.20"
6
+ __version__: str = "0.9.21"
7
7
  __openapi_doc_version__: str = "0.0.1"
8
- __gen_version__: str = "2.630.8"
9
- __user_agent__: str = "speakeasy-sdk/python 0.9.20 2.630.8 0.0.1 compass_api_sdk"
8
+ __gen_version__: str = "2.632.2"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.9.21 2.632.2 0.0.1 compass_api_sdk"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -13,6 +13,8 @@ class BatchedUserOperationsRequestTypedDict(TypedDict):
13
13
 
14
14
  chain: Chain
15
15
  r"""The chain to use."""
16
+ sender: str
17
+ r"""The address of the transaction sender."""
16
18
  operations: List[UserOperationTypedDict]
17
19
  r"""List of possible user operations"""
18
20
 
@@ -23,5 +25,8 @@ class BatchedUserOperationsRequest(BaseModel):
23
25
  chain: Chain
24
26
  r"""The chain to use."""
25
27
 
28
+ sender: str
29
+ r"""The address of the transaction sender."""
30
+
26
31
  operations: List[UserOperation]
27
32
  r"""List of possible user operations"""
@@ -12,6 +12,7 @@ class SmartAccount(BaseSDK):
12
12
  self,
13
13
  *,
14
14
  chain: models.Chain,
15
+ sender: str,
15
16
  operations: Union[
16
17
  List[models.UserOperation], List[models.UserOperationTypedDict]
17
18
  ],
@@ -25,6 +26,7 @@ class SmartAccount(BaseSDK):
25
26
  Generate a list of user operations for smart account batching.
26
27
 
27
28
  :param chain: The chain to use.
29
+ :param sender: The address of the transaction sender.
28
30
  :param operations: List of possible user operations
29
31
  :param retries: Override the default retry configuration for this method
30
32
  :param server_url: Override the default server URL for this method
@@ -43,6 +45,7 @@ class SmartAccount(BaseSDK):
43
45
 
44
46
  request = models.BatchedUserOperationsRequest(
45
47
  chain=chain,
48
+ sender=sender,
46
49
  operations=utils.get_pydantic_model(operations, List[models.UserOperation]),
47
50
  )
48
51
 
@@ -120,6 +123,7 @@ class SmartAccount(BaseSDK):
120
123
  self,
121
124
  *,
122
125
  chain: models.Chain,
126
+ sender: str,
123
127
  operations: Union[
124
128
  List[models.UserOperation], List[models.UserOperationTypedDict]
125
129
  ],
@@ -133,6 +137,7 @@ class SmartAccount(BaseSDK):
133
137
  Generate a list of user operations for smart account batching.
134
138
 
135
139
  :param chain: The chain to use.
140
+ :param sender: The address of the transaction sender.
136
141
  :param operations: List of possible user operations
137
142
  :param retries: Override the default retry configuration for this method
138
143
  :param server_url: Override the default server URL for this method
@@ -151,6 +156,7 @@ class SmartAccount(BaseSDK):
151
156
 
152
157
  request = models.BatchedUserOperationsRequest(
153
158
  chain=chain,
159
+ sender=sender,
154
160
  operations=utils.get_pydantic_model(operations, List[models.UserOperation]),
155
161
  )
156
162
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: compass_api_sdk
3
- Version: 0.9.20
3
+ Version: 0.9.21
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=adMEdNE82uJnc0_UX9UIJ47yAPd20sOoN0TyiQJDNPU,474
5
+ compass_api_sdk/_version.py,sha256=eIbMzwTOIxkjZGqXoS_J77Z70WXOKFpBHpuK3-5fyOU,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
@@ -54,7 +54,7 @@ compass_api_sdk/models/aerodromeslipstreamsellexactlyrequest.py,sha256=8fTTSQkqx
54
54
  compass_api_sdk/models/aerodromeslipstreamwithdrawliquidityprovisionparams.py,sha256=7Oi6Z9Vb4VSAZsvj8j50f6wdcAhzTbwFY6schYwrayA,2871
55
55
  compass_api_sdk/models/aerodromeslipstreamwithdrawliquidityprovisionrequest.py,sha256=VbyHw3IAyF80M4qNEaSDnoiKOCKISO3Ecy814j1481Q,2344
56
56
  compass_api_sdk/models/allowanceinforesponse.py,sha256=uFIiq6V_cnP6mmpItormvRkNspvD1lsRQ4nzSXguJeI,1021
57
- compass_api_sdk/models/batcheduseroperationsrequest.py,sha256=qoYEHxon5GWzarbiLnSymIGutc5vFHbr1ULFW4fV-yI,787
57
+ compass_api_sdk/models/batcheduseroperationsrequest.py,sha256=diV1jBsKWflKAXPQvzYH9ZAtWnL9aUV8O3g3K4DOj-M,920
58
58
  compass_api_sdk/models/batcheduseroperationsresponse.py,sha256=RB_xJG3Itpm5DIbPjAt5_mX02hbMklqsWyao7shRiiI,679
59
59
  compass_api_sdk/models/borrow.py,sha256=YQxBejrFjAvfjrYC7kmQRsQL2q6bb6MZxLzFuVHZEFg,2140
60
60
  compass_api_sdk/models/chain.py,sha256=TzxP0Ujy0L-o3__gggsKeJIWMaflQTNnNSEaXBnSlGU,304
@@ -225,7 +225,7 @@ compass_api_sdk/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
225
225
  compass_api_sdk/sdk.py,sha256=hFQWDilcT8GjlX-J_CFUNDGDED8j0qPYId4b2FJyxVY,7685
226
226
  compass_api_sdk/sdkconfiguration.py,sha256=5nec4ViMLCsNWBd3DyEv8zWqU5Z77YZfzwX69jkdSnM,1607
227
227
  compass_api_sdk/sky.py,sha256=oZcj2VX26yc-nMTo5WIktz97mAjZT1J0K2IHvi_m3oM,43965
228
- compass_api_sdk/smart_account.py,sha256=iUrXLNi0QyPUNYBCP92PHziUFQ0qkRYdhyvfHVXvQWQ,9150
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
230
  compass_api_sdk/transaction_bundler.py,sha256=e5pDqD6ZIw9wmxilgvqt8--evS7o9bCx1IiI-NvX5pI,32398
231
231
  compass_api_sdk/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
@@ -248,6 +248,6 @@ compass_api_sdk/utils/security.py,sha256=ktep3HKwbFs-MLxUYTM8Jd4v-ZBum5_Z0u1PFId
248
248
  compass_api_sdk/utils/serializers.py,sha256=hiHBXM1AY8_N2Z_rvFfNSYwvLBkSQlPGFp8poasdU4s,5986
249
249
  compass_api_sdk/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
250
250
  compass_api_sdk/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
251
- compass_api_sdk-0.9.20.dist-info/METADATA,sha256=fAiWkKtvRWCwIn8IEgjRcrl5qPqbPlA-zyXBmyQYCfQ,26680
252
- compass_api_sdk-0.9.20.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
253
- compass_api_sdk-0.9.20.dist-info/RECORD,,
251
+ compass_api_sdk-0.9.21.dist-info/METADATA,sha256=6LxdDwVWmmXzgmtqKvTo3pqA247-vfZG3pcXKEDz__4,26680
252
+ compass_api_sdk-0.9.21.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
253
+ compass_api_sdk-0.9.21.dist-info/RECORD,,