snaptrade-python-sdk 11.0.153__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.153"
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.153/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.153".\
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):
@@ -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,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: snaptrade-python-sdk
3
- Version: 11.0.153
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.153-blue)](https://pypi.org/project/snaptrade-python-sdk/11.0.153)
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.153
114
+ pip install snaptrade-python-sdk==11.0.154
115
115
  ```
116
116
 
117
117
  ## Getting Started<a id="getting-started"></a>
@@ -1130,7 +1130,7 @@ refresh_brokerage_authorization_response = (
1130
1130
 
1131
1131
  ### `snaptrade.connections.remove_brokerage_authorization`<a id="snaptradeconnectionsremove_brokerage_authorization"></a>
1132
1132
 
1133
- 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.
1134
1134
 
1135
1135
  #### 🛠️ Usage<a id="🛠️-usage"></a>
1136
1136
 
@@ -1,5 +1,5 @@
1
- snaptrade_client/__init__.py,sha256=4kgpE-qldZ-dV5V-qSKvRtPro_D5NM8Hy8um3TgRqUM,820
2
- snaptrade_client/api_client.py,sha256=hJ40OSGcS5AlBG0p-Xi1XOJujOPsB3Po32PHTqb2PpI,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=x_Laq1PKAlXFaAb-FHa_fFCkko76g4EYAVJcdd4yfX4,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
@@ -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
@@ -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.153.dist-info/LICENSE,sha256=W_1kcxEzOnZXIYJ1GVUipbmUu6dNLt-Pc-OI55h3k-A,1081
807
- snaptrade_python_sdk-11.0.153.dist-info/METADATA,sha256=Vtt2Hrae8ZHG_vaWRH0m7yjki9xAtvdrPQuD_fxKOTo,100758
808
- snaptrade_python_sdk-11.0.153.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
809
- snaptrade_python_sdk-11.0.153.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,,