snaptrade-python-sdk 11.0.152__py3-none-any.whl → 11.0.154__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.
@@ -12,7 +12,7 @@
12
12
  Created by: https://snaptrade.com/
13
13
  """
14
14
 
15
- __version__ = "11.0.152"
15
+ __version__ = "11.0.154"
16
16
 
17
17
  # import ApiClient
18
18
  from snaptrade_client.api_client import ApiClient
@@ -1155,7 +1155,7 @@ class ApiClient:
1155
1155
  self.default_headers[header_name] = header_value
1156
1156
  self.cookie = cookie
1157
1157
  # Set default User-Agent.
1158
- self.user_agent = 'Konfig/11.0.152/python'
1158
+ self.user_agent = 'Konfig/11.0.154/python'
1159
1159
 
1160
1160
  def __enter__(self):
1161
1161
  return self
@@ -438,7 +438,7 @@ conf = snaptrade_client.Configuration(
438
438
  "OS: {env}\n"\
439
439
  "Python Version: {pyversion}\n"\
440
440
  "Version of the API: 1.0.0\n"\
441
- "SDK Package Version: 11.0.152".\
441
+ "SDK Package Version: 11.0.154".\
442
442
  format(env=sys.platform, pyversion=sys.version)
443
443
 
444
444
  def get_host_settings(self):
@@ -488,7 +488,7 @@ class GetUserAccountRecentOrders(BaseApi):
488
488
  ApiResponseFor200,
489
489
  api_client.ApiResponseWithoutDeserialization,
490
490
  ]:
491
- """ A lightweight endpoint that returns a list of orders executed in the last 24 hours in the specified account. This endpoint is realtime and can be used to quickly check if account state has recently changed due to an execution, or check status of recently placed orders Differs from /orders in that it is realtime, and only checks the last 24 hours as opposed to the last 30 days By default only returns executed orders, but that can be changed by setting *only_executed* to false **Because of the cost of realtime requests, each call to this endpoint incurs an additional charge. You can find the exact cost for your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing)** """
491
+ """ A lightweight endpoint that returns a list of orders executed in the last 24 hours in the specified account. This endpoint is realtime and can be used to quickly check if account state has recently changed due to an execution, or check status of recently placed orders Differs from /orders in that it is realtime, and only checks the last 24 hours as opposed to the last 30 days By default only returns executed orders, but that can be changed by setting *only_executed* to false """
492
492
  args = self._get_user_account_recent_orders_mapped_args(
493
493
  query_params=query_params,
494
494
  path_params=path_params,
@@ -545,7 +545,7 @@ class ApiForget(BaseApi):
545
545
  ApiResponseFor200,
546
546
  api_client.ApiResponseWithoutDeserialization,
547
547
  ]:
548
- """ A lightweight endpoint that returns a list of orders executed in the last 24 hours in the specified account. This endpoint is realtime and can be used to quickly check if account state has recently changed due to an execution, or check status of recently placed orders Differs from /orders in that it is realtime, and only checks the last 24 hours as opposed to the last 30 days By default only returns executed orders, but that can be changed by setting *only_executed* to false **Because of the cost of realtime requests, each call to this endpoint incurs an additional charge. You can find the exact cost for your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing)** """
548
+ """ A lightweight endpoint that returns a list of orders executed in the last 24 hours in the specified account. This endpoint is realtime and can be used to quickly check if account state has recently changed due to an execution, or check status of recently placed orders Differs from /orders in that it is realtime, and only checks the last 24 hours as opposed to the last 30 days By default only returns executed orders, but that can be changed by setting *only_executed* to false """
549
549
  args = self._get_user_account_recent_orders_mapped_args(
550
550
  query_params=query_params,
551
551
  path_params=path_params,
@@ -476,7 +476,7 @@ class GetUserAccountRecentOrders(BaseApi):
476
476
  ApiResponseFor200,
477
477
  api_client.ApiResponseWithoutDeserialization,
478
478
  ]:
479
- """ A lightweight endpoint that returns a list of orders executed in the last 24 hours in the specified account. This endpoint is realtime and can be used to quickly check if account state has recently changed due to an execution, or check status of recently placed orders Differs from /orders in that it is realtime, and only checks the last 24 hours as opposed to the last 30 days By default only returns executed orders, but that can be changed by setting *only_executed* to false **Because of the cost of realtime requests, each call to this endpoint incurs an additional charge. You can find the exact cost for your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing)** """
479
+ """ A lightweight endpoint that returns a list of orders executed in the last 24 hours in the specified account. This endpoint is realtime and can be used to quickly check if account state has recently changed due to an execution, or check status of recently placed orders Differs from /orders in that it is realtime, and only checks the last 24 hours as opposed to the last 30 days By default only returns executed orders, but that can be changed by setting *only_executed* to false """
480
480
  args = self._get_user_account_recent_orders_mapped_args(
481
481
  query_params=query_params,
482
482
  path_params=path_params,
@@ -533,7 +533,7 @@ class ApiForget(BaseApi):
533
533
  ApiResponseFor200,
534
534
  api_client.ApiResponseWithoutDeserialization,
535
535
  ]:
536
- """ A lightweight endpoint that returns a list of orders executed in the last 24 hours in the specified account. This endpoint is realtime and can be used to quickly check if account state has recently changed due to an execution, or check status of recently placed orders Differs from /orders in that it is realtime, and only checks the last 24 hours as opposed to the last 30 days By default only returns executed orders, but that can be changed by setting *only_executed* to false **Because of the cost of realtime requests, each call to this endpoint incurs an additional charge. You can find the exact cost for your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing)** """
536
+ """ A lightweight endpoint that returns a list of orders executed in the last 24 hours in the specified account. This endpoint is realtime and can be used to quickly check if account state has recently changed due to an execution, or check status of recently placed orders Differs from /orders in that it is realtime, and only checks the last 24 hours as opposed to the last 30 days By default only returns executed orders, but that can be changed by setting *only_executed* to false """
537
537
  args = self._get_user_account_recent_orders_mapped_args(
538
538
  query_params=query_params,
539
539
  path_params=path_params,
@@ -468,7 +468,7 @@ class RemoveBrokerageAuthorization(BaseApi):
468
468
  ApiResponseForDefault,
469
469
  api_client.ApiResponseWithoutDeserialization,
470
470
  ]:
471
- """ Deletes the connection specified by the ID. This will also delete all accounts and holdings associated with the connection. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the connection has been successfully deleted. """
471
+ """ Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted. """
472
472
  args = self._remove_brokerage_authorization_mapped_args(
473
473
  query_params=query_params,
474
474
  path_params=path_params,
@@ -523,7 +523,7 @@ class ApiFordelete(BaseApi):
523
523
  ApiResponseForDefault,
524
524
  api_client.ApiResponseWithoutDeserialization,
525
525
  ]:
526
- """ Deletes the connection specified by the ID. This will also delete all accounts and holdings associated with the connection. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the connection has been successfully deleted. """
526
+ """ Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted. """
527
527
  args = self._remove_brokerage_authorization_mapped_args(
528
528
  query_params=query_params,
529
529
  path_params=path_params,
@@ -455,7 +455,7 @@ class RemoveBrokerageAuthorization(BaseApi):
455
455
  ApiResponseForDefault,
456
456
  api_client.ApiResponseWithoutDeserialization,
457
457
  ]:
458
- """ Deletes the connection specified by the ID. This will also delete all accounts and holdings associated with the connection. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the connection has been successfully deleted. """
458
+ """ Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted. """
459
459
  args = self._remove_brokerage_authorization_mapped_args(
460
460
  query_params=query_params,
461
461
  path_params=path_params,
@@ -510,7 +510,7 @@ class ApiFordelete(BaseApi):
510
510
  ApiResponseForDefault,
511
511
  api_client.ApiResponseWithoutDeserialization,
512
512
  ]:
513
- """ Deletes the connection specified by the ID. This will also delete all accounts and holdings associated with the connection. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the connection has been successfully deleted. """
513
+ """ Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted. """
514
514
  args = self._remove_brokerage_authorization_mapped_args(
515
515
  query_params=query_params,
516
516
  path_params=path_params,
@@ -18,7 +18,7 @@ from typing_extensions import TypedDict, Literal, TYPE_CHECKING
18
18
  from snaptrade_client.type.mleg_instrument_type import MlegInstrumentType
19
19
 
20
20
  class RequiredMlegTradingInstrument(TypedDict):
21
- # The security's trading ticker symbol. This currently supports stock symbols and Options symbols in the 21 character OCC format. For example `AAPL 131124C00240000` represents a call option on AAPL expiring on 2024-11-13 with a strike price of $240. For more information on the OCC format, see [here](https://en.wikipedia.org/wiki/Option_symbol#OCC_format)
21
+ # The security's trading ticker symbol. This currently supports stock symbols and Options symbols in the 21 character OCC format. For example `AAPL 251114C00240000` represents a call option on AAPL expiring on 2025-11-14 with a strike price of $240. For more information on the OCC format, see [here](https://en.wikipedia.org/wiki/Option_symbol#OCC_format)
22
22
  symbol: str
23
23
 
24
24
  instrument_type: MlegInstrumentType
@@ -17,7 +17,7 @@ from typing_extensions import TypedDict, Literal, TYPE_CHECKING
17
17
 
18
18
 
19
19
  class RequiredTradingInstrument(TypedDict):
20
- # The instrument's trading ticker symbol. This currently supports stock symbols and Options symbols in the 21 character OCC format. For example `AAPL 131124C00240000` represents a call option on AAPL expiring on 2024-11-13 with a strike price of $240. For more information on the OCC format, see [here](https://en.wikipedia.org/wiki/Option_symbol#OCC_format)
20
+ # The instrument's trading ticker symbol. This currently supports stock symbols and Options symbols in the 21 character OCC format. For example `AAPL 251114C00240000` represents a call option on AAPL expiring on 2025-11-14 with a strike price of $240. For more information on the OCC format, see [here](https://en.wikipedia.org/wiki/Option_symbol#OCC_format)
21
21
  symbol: str
22
22
 
23
23
  # The instrument's type
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: snaptrade-python-sdk
3
- Version: 11.0.152
3
+ Version: 11.0.154
4
4
  Summary: Client for SnapTrade
5
5
  License: MIT
6
6
  Author: SnapTrade
@@ -30,7 +30,7 @@ Description-Content-Type: text/markdown
30
30
  Connect brokerage accounts to your app for live positions and trading
31
31
 
32
32
 
33
- [![PyPI](https://img.shields.io/badge/PyPI-v11.0.152-blue)](https://pypi.org/project/snaptrade-python-sdk/11.0.152)
33
+ [![PyPI](https://img.shields.io/badge/PyPI-v11.0.154-blue)](https://pypi.org/project/snaptrade-python-sdk/11.0.154)
34
34
  [![README.md](https://img.shields.io/badge/README-Click%20Here-green)](https://github.com/passiv/snaptrade-sdks/tree/master/sdks/python#readme)
35
35
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
36
36
 
@@ -111,7 +111,7 @@ Python >=3.8
111
111
  ## Installation<a id="installation"></a>
112
112
 
113
113
  ```sh
114
- pip install snaptrade-python-sdk==11.0.152
114
+ pip install snaptrade-python-sdk==11.0.154
115
115
  ```
116
116
 
117
117
  ## Getting Started<a id="getting-started"></a>
@@ -564,7 +564,6 @@ A lightweight endpoint that returns a list of orders executed in the last 24 hou
564
564
  This endpoint is realtime and can be used to quickly check if account state has recently changed due to an execution, or check status of recently placed orders
565
565
  Differs from /orders in that it is realtime, and only checks the last 24 hours as opposed to the last 30 days
566
566
  By default only returns executed orders, but that can be changed by setting *only_executed* to false
567
- **Because of the cost of realtime requests, each call to this endpoint incurs an additional charge. You can find the exact cost for your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing)**
568
567
 
569
568
 
570
569
  #### 🛠️ Usage<a id="🛠️-usage"></a>
@@ -1131,7 +1130,7 @@ refresh_brokerage_authorization_response = (
1131
1130
 
1132
1131
  ### `snaptrade.connections.remove_brokerage_authorization`<a id="snaptradeconnectionsremove_brokerage_authorization"></a>
1133
1132
 
1134
- Deletes the connection specified by the ID. This will also delete all accounts and holdings associated with the connection. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the connection has been successfully deleted.
1133
+ Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted.
1135
1134
 
1136
1135
  #### 🛠️ Usage<a id="🛠️-usage"></a>
1137
1136
 
@@ -1,5 +1,5 @@
1
- snaptrade_client/__init__.py,sha256=FY-iqYWK1W8GMs_QFZ5nQ9f3P3yezzkPHVg_xqcus_c,820
2
- snaptrade_client/api_client.py,sha256=iQo31VHJNqWlh4KuopBdekveCCh_n_rBteG53cHdSlw,73975
1
+ snaptrade_client/__init__.py,sha256=MDk4H6OTVaJgKo2qj3EiEzaC0M48B08A2lzQIWzBYwc,820
2
+ snaptrade_client/api_client.py,sha256=nTpwqCQmaqND-dTVKi5PyAirpbibxLWHto1EseDgqv8,73975
3
3
  snaptrade_client/api_response.py,sha256=mZn18p_TNr6OY0HXTZW5InL9iXfqsJWstYGeGD-euPA,663
4
4
  snaptrade_client/apis/__init__.py,sha256=RTosXhMn41tMsKPUjIy-VK-_efOWzhkKiuGggJ3A6E0,214
5
5
  snaptrade_client/apis/path_to_api.py,sha256=U2W6P3ea6gIUTB16bJ16y4fIBuaOF_TqUyGmuFF6STM,12851
@@ -81,7 +81,7 @@ snaptrade_client/apis/tags/transactions_and_reporting_api_generated.py,sha256=Tw
81
81
  snaptrade_client/client.py,sha256=p-1j4DS7DHuwClS8Kh4VHbTFB7jf-DMpkrh5PcCmYTg,2308
82
82
  snaptrade_client/client.pyi,sha256=p-1j4DS7DHuwClS8Kh4VHbTFB7jf-DMpkrh5PcCmYTg,2308
83
83
  snaptrade_client/client_custom.py,sha256=Jx9ulCzelMFlESjzVFQSjBlYcH4dWxSJJWZDMPLyetM,745
84
- snaptrade_client/configuration.py,sha256=BSiO85C0tE3N4HW_y01eR3nL03k-v2-L-dnV18nR40o,19262
84
+ snaptrade_client/configuration.py,sha256=WUml-wVSPIIY-qp7pdDxicsKYfOPNvoLznpI0gqZRJk,19262
85
85
  snaptrade_client/exceptions.py,sha256=X0apI_sgQpGpa-qIqPUClReCdHAxeSuA6GW0YH_RsWg,7771
86
86
  snaptrade_client/exceptions_base.py,sha256=LAQkaC5C61-SdBLfyMjb0K7AYJkWVuLmg2uCvHa71FM,2274
87
87
  snaptrade_client/model/__init__.py,sha256=ayi2MIzcf0eAIsY13ToiNplV9tW-pMBFrC0I9yckGM8,350
@@ -490,8 +490,8 @@ snaptrade_client/paths/accounts_account_id_quotes/__init__.py,sha256=_EWd0irMSNi
490
490
  snaptrade_client/paths/accounts_account_id_quotes/get.py,sha256=JADR5PB0JVGiRBwWaKhRj4w4BlRMu96p6WPEvVVivE0,20735
491
491
  snaptrade_client/paths/accounts_account_id_quotes/get.pyi,sha256=xsIXCJCcHZ8aCS-ammQ75NSiPP1HJdyf4IExstlmysk,20541
492
492
  snaptrade_client/paths/accounts_account_id_recent_orders/__init__.py,sha256=9ZDFg99fFJZ_6RAxHQkzGxuUu5HjiU25zdIc3huER-c,357
493
- snaptrade_client/paths/accounts_account_id_recent_orders/get.py,sha256=84L0viTmOUCXL0N5HjYNpvdTtOLeAbvTb7GaBMR3AOM,21657
494
- snaptrade_client/paths/accounts_account_id_recent_orders/get.pyi,sha256=tuVF4yvT-SuGmssaNoEI-_DzbXdC_tQC7_8Rg4UXEtY,21433
493
+ snaptrade_client/paths/accounts_account_id_recent_orders/get.py,sha256=RlXmtJechnB0fy4k9Oc_IORIOI1EBJRtXjMw25ZDyOo,21181
494
+ snaptrade_client/paths/accounts_account_id_recent_orders/get.pyi,sha256=UUIoxVf2ftAabGnqc0i4QKrw93NUm9lZKCLu0MutAhc,20957
495
495
  snaptrade_client/paths/accounts_account_id_recent_orders_v2/__init__.py,sha256=3K2mIfhY1oJOi2Dh8VB4JIVmm7d_ycX84OIJrIeA6GI,363
496
496
  snaptrade_client/paths/accounts_account_id_recent_orders_v2/get.py,sha256=Y6ojHr2wzxogyQJE74RiO8gmgS0vVCnq2Q_NSZ_cK1Q,21796
497
497
  snaptrade_client/paths/accounts_account_id_recent_orders_v2/get.pyi,sha256=25qOuNimxw0x2CB6Mn9tL1FduTa27vtZuvEa-QVMvl8,21572
@@ -532,8 +532,8 @@ snaptrade_client/paths/authorizations/__init__.py,sha256=GR915Nw-CwzWq7dGOeU0WBA
532
532
  snaptrade_client/paths/authorizations/get.py,sha256=9jg0EWxlo4gqkQGdCDnA-NwTw56IRkCGTf-DqokgqiE,17387
533
533
  snaptrade_client/paths/authorizations/get.pyi,sha256=3l30BYuXXctbN4uNVjVkJSCZOx57m41V6hpPM1ijDaI,17185
534
534
  snaptrade_client/paths/authorizations_authorization_id/__init__.py,sha256=0KMrzi-ZKWrbF_lsTWl2sA5S8dT1Qd2LV6TGKc1XtJ0,353
535
- snaptrade_client/paths/authorizations_authorization_id/delete.py,sha256=vQLrLJJ1kPqZ3UZyW6bPsUkWtkvJdDwWZNkwx8lU5dY,18942
536
- snaptrade_client/paths/authorizations_authorization_id/delete.pyi,sha256=tmxoNR1t8shY4mPSWnngICOuFunyBkb9yk9UlnkV7vg,18680
535
+ snaptrade_client/paths/authorizations_authorization_id/delete.py,sha256=177nd_M8wJ1KH2eR7SfVATedfIxFFAOcOKhUKijbjlw,18990
536
+ snaptrade_client/paths/authorizations_authorization_id/delete.pyi,sha256=DsnXFNUKpmpqIhcVMSq2lB_iu_oHbIKb4qQyfpLFI2o,18728
537
537
  snaptrade_client/paths/authorizations_authorization_id/get.py,sha256=2YdYLUjLaYvYr69T8iKCO-gW_RN6rpEZKp6Y2RvkPKI,18721
538
538
  snaptrade_client/paths/authorizations_authorization_id/get.pyi,sha256=BGPzC5jKbOrncnBVUVrO5j-6etaQ7Pfv9IFWft8WJxs,18519
539
539
  snaptrade_client/paths/authorizations_authorization_id_disable/__init__.py,sha256=B8PQ51rqBEO_7SKs7i8TVNe98zzTzrfvnHk5xCKF8J8,369
@@ -712,7 +712,7 @@ snaptrade_client/type/mleg_order_type_strict.py,sha256=H0ohzOGBhguMfcPcivR6okWmi
712
712
  snaptrade_client/type/mleg_price_effect_strict.py,sha256=FLgR9dsd7-6Jef80Oru6HxHPB-NY_T3hEDU8XCZCMl8,430
713
713
  snaptrade_client/type/mleg_price_effect_strict_nullable.py,sha256=gmek61AQ4HoAcND-PGFoq9n0tZFejMF-2EVRZD4ijTY,438
714
714
  snaptrade_client/type/mleg_trade_form.py,sha256=IYc3n_Ne1bLJhvWqUHAUU8aaWuWcm-0OYc3WasfY2e0,1254
715
- snaptrade_client/type/mleg_trading_instrument.py,sha256=fut3MIv6W_khvmMThzgzYJcldDo0PBtZv015nejd4_4,1084
715
+ snaptrade_client/type/mleg_trading_instrument.py,sha256=2e4Bpbswk6ZaQNUueWKXkWggcfdIWXQMIwErTJzl-ss,1084
716
716
  snaptrade_client/type/model400_failed_request_response.py,sha256=qPCGjN-VGmrou9vOFqcN28P-nIMqGOFbBY7VnQslV3A,810
717
717
  snaptrade_client/type/model401_failed_request_response.py,sha256=6FpcrEI32paLdxMpqwpRHOQjU5PH5mIzybQqJAmoTW8,810
718
718
  snaptrade_client/type/model402_brokerage_auth_already_disabled_exception.py,sha256=tsq_LdzJcBnCREMnpu6qGnCCd2YVj9UVJ0ra9TolbxE,874
@@ -785,7 +785,7 @@ snaptrade_client/type/time.py,sha256=8wOcPUj4gua_yXsX_ywzTW7rVXSOh7zY-x-BSiQfiaY
785
785
  snaptrade_client/type/time_in_force.py,sha256=KNosd1xbe4B8AFAZFi0P68wPreUz9w8W0gZWGvKeDEM,389
786
786
  snaptrade_client/type/time_in_force_strict.py,sha256=opH8YGpacD-5SD11dF_fpESJ1TERnbnkLvlKjs-dYQY,427
787
787
  snaptrade_client/type/trade_id.py,sha256=4iIIlK2A4Shut27nLvw6HRPv6BXGDHNJ5Xer84K9i8s,385
788
- snaptrade_client/type/trading_instrument.py,sha256=SiJ4-of50dQuHccuZA5iozAR7rMjicxpTe8wqTt-BAU,994
788
+ snaptrade_client/type/trading_instrument.py,sha256=WHsPcNzF97CY_Ko7OJv9kbEJDM3X4JtmMFUBoqGiauw,994
789
789
  snaptrade_client/type/trading_session.py,sha256=hbmiQ9mRl0qQvAqLyj1FCD9whTNIprGOW1UWI3pH5Z8,419
790
790
  snaptrade_client/type/transactions_status.py,sha256=W-SlpGb9dhxOBY7d2KNSi1H1sDw4oAUX7c0kYuA-GsM,1199
791
791
  snaptrade_client/type/underlying_symbol.py,sha256=lne2ye556eJXKZxpureuSKd4Ebd4KrhWN8RmySjzkX0,2526
@@ -803,7 +803,7 @@ snaptrade_client/type/user_secret.py,sha256=pKCVhqf1rROHwa6tvoyA5OAKXCBAmNDvIQCf
803
803
  snaptrade_client/type/validated_trade_body.py,sha256=ZIPBQWii_a-9zHaBCJ6bQtmL1_I7AG0zwuvkY-ZQ6R4,890
804
804
  snaptrade_client/type_util.py,sha256=JIrMYgJzd4IJ8Ne2vqcahlPA9dVmphL9sn8gwccCB4Y,563
805
805
  snaptrade_client/validation_metadata.py,sha256=VTN5y-NudHXok1X468J4PnGze_tGEAcs1v3gsXmcrb0,3172
806
- snaptrade_python_sdk-11.0.152.dist-info/LICENSE,sha256=W_1kcxEzOnZXIYJ1GVUipbmUu6dNLt-Pc-OI55h3k-A,1081
807
- snaptrade_python_sdk-11.0.152.dist-info/METADATA,sha256=U27Q29-1MUC1z957dIQr6S6gqIePwFpTMS2Zt7xY97o,100996
808
- snaptrade_python_sdk-11.0.152.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
809
- snaptrade_python_sdk-11.0.152.dist-info/RECORD,,
806
+ snaptrade_python_sdk-11.0.154.dist-info/LICENSE,sha256=W_1kcxEzOnZXIYJ1GVUipbmUu6dNLt-Pc-OI55h3k-A,1081
807
+ snaptrade_python_sdk-11.0.154.dist-info/METADATA,sha256=crmnGnNf-sIzdHDH98jCMZMFfL5hIslkofw70O5SAQE,100782
808
+ snaptrade_python_sdk-11.0.154.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
809
+ snaptrade_python_sdk-11.0.154.dist-info/RECORD,,