snaptrade-python-sdk 11.0.148__py3-none-any.whl → 11.0.150__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.148"
15
+ __version__ = "11.0.150"
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.148/python'
1158
+ self.user_agent = 'Konfig/11.0.150/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.148".\
441
+ "SDK Package Version: 11.0.150".\
442
442
  format(env=sys.platform, pyversion=sys.version)
443
443
 
444
444
  def get_host_settings(self):
@@ -31,7 +31,7 @@ class MlegPriceEffectStrict(
31
31
  """
32
32
  This class is auto generated by Konfig (https://konfigthis.com)
33
33
 
34
- The desired price_effect for LIMIT and STOP_LOSS_LIMIT orders
34
+ The desired price_effect for LIMIT and STOP_LOSS_LIMIT orders. Values are CREDIT, DEBIT, EVEN
35
35
  """
36
36
 
37
37
 
@@ -31,7 +31,7 @@ class MlegPriceEffectStrict(
31
31
  """
32
32
  This class is auto generated by Konfig (https://konfigthis.com)
33
33
 
34
- The desired price_effect for LIMIT and STOP_LOSS_LIMIT orders
34
+ The desired price_effect for LIMIT and STOP_LOSS_LIMIT orders. Values are CREDIT, DEBIT, EVEN
35
35
  """
36
36
 
37
37
  @schemas.classproperty
@@ -34,7 +34,7 @@ class MlegPriceEffectStrictNullable(
34
34
  """
35
35
  This class is auto generated by Konfig (https://konfigthis.com)
36
36
 
37
- The desired price_effect for LIMIT and STOP_LOSS_LIMIT orders
37
+ The desired price_effect for LIMIT and STOP_LOSS_LIMIT orders. Values are CREDIT, DEBIT, EVEN
38
38
  """
39
39
 
40
40
 
@@ -34,7 +34,7 @@ class MlegPriceEffectStrictNullable(
34
34
  """
35
35
  This class is auto generated by Konfig (https://konfigthis.com)
36
36
 
37
- The desired price_effect for LIMIT and STOP_LOSS_LIMIT orders
37
+ The desired price_effect for LIMIT and STOP_LOSS_LIMIT orders. Values are CREDIT, DEBIT, EVEN
38
38
  """
39
39
 
40
40
 
@@ -49,7 +49,7 @@ class OptionalBrokerageAuthorization(TypedDict, total=False):
49
49
  # Timestamp of when the connection was last updated in SnapTrade. This field is deprecated. Please let us know if you have a valid use case for this field.
50
50
  updated_date: datetime
51
51
 
52
- # Whether the connection is eligible for a payout.
52
+ # Whether the connection is eligible for a payout. This is an experimental field that is NOT generally available for all partners. Do not use in production without speaking to the SnapTrade team.
53
53
  is_eligible_for_payout: bool
54
54
 
55
55
  class BrokerageAuthorization(RequiredBrokerageAuthorization, OptionalBrokerageAuthorization):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: snaptrade-python-sdk
3
- Version: 11.0.148
3
+ Version: 11.0.150
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.148-blue)](https://pypi.org/project/snaptrade-python-sdk/11.0.148)
33
+ [![PyPI](https://img.shields.io/badge/PyPI-v11.0.150-blue)](https://pypi.org/project/snaptrade-python-sdk/11.0.150)
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.148
114
+ pip install snaptrade-python-sdk==11.0.150
115
115
  ```
116
116
 
117
117
  ## Getting Started<a id="getting-started"></a>
@@ -1,5 +1,5 @@
1
- snaptrade_client/__init__.py,sha256=3I3GhsXS7rg1NgYsnc7VpMxX0_T7BXGWw6xnw6HRFjA,820
2
- snaptrade_client/api_client.py,sha256=eL8HUkIYqTiJQbhAg8fL3e5W0x8a--oZKAysYsQB3Y4,73975
1
+ snaptrade_client/__init__.py,sha256=b1pJj0fUq-keQKO4RzNO477_nJyrdKrcYHNIyvcRERA,820
2
+ snaptrade_client/api_client.py,sha256=csTYYfbak4zGuqeZwC1nyBTB7mmp2ELTUQ6SXFsROPQ,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=yhMJpcyzhfQPK56tIkLqd97ANzM83YqolOOEpI-02Xs,19262
84
+ snaptrade_client/configuration.py,sha256=4I36_gfre0LpiCO_oRPPTMrzDSXetf7mTPe452K61gY,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
@@ -261,10 +261,10 @@ snaptrade_client/model/mleg_order_response.py,sha256=yRcsAUCW-Oj_HDC89V1pKlPD38p
261
261
  snaptrade_client/model/mleg_order_response.pyi,sha256=yRcsAUCW-Oj_HDC89V1pKlPD38p8obdgU-tQ0cUqCGY,4230
262
262
  snaptrade_client/model/mleg_order_type_strict.py,sha256=rT7CaWvf7mqS58A6yuUm0BEIfzF_RmrlH5qvTY4FqD0,1353
263
263
  snaptrade_client/model/mleg_order_type_strict.pyi,sha256=l1oBrGrwMC1yRTxa2W5_bCSqoNdZwITqeN5gZhYAbZk,1126
264
- snaptrade_client/model/mleg_price_effect_strict.py,sha256=fMMLYln8Y4CTOBNTnIOU2hVVLpv2BnvMmVizMyieFdA,1191
265
- snaptrade_client/model/mleg_price_effect_strict.pyi,sha256=Yn7Fee9_NBxmbJJXG9d9tp4CZAOHFXvnZRgLwcmh0Vg,1038
266
- snaptrade_client/model/mleg_price_effect_strict_nullable.py,sha256=5Hg4lykSdcVPmke10KR2oWYDxgikfbIGoNZlvNBFX4Q,1573
267
- snaptrade_client/model/mleg_price_effect_strict_nullable.pyi,sha256=5Hg4lykSdcVPmke10KR2oWYDxgikfbIGoNZlvNBFX4Q,1573
264
+ snaptrade_client/model/mleg_price_effect_strict.py,sha256=0FxdRqUGBHab4-IPthdlH-sPExUA4sRz_3Twq4gdmkY,1223
265
+ snaptrade_client/model/mleg_price_effect_strict.pyi,sha256=NlXyzI0o8HcL1dYbNLXwqcM9VmNdOEMI4UNr4QM0m4E,1070
266
+ snaptrade_client/model/mleg_price_effect_strict_nullable.py,sha256=IOe2czcwWTiT_R9-PwgkirjLmsbmqwbWKoRsEb-ruEk,1605
267
+ snaptrade_client/model/mleg_price_effect_strict_nullable.pyi,sha256=IOe2czcwWTiT_R9-PwgkirjLmsbmqwbWKoRsEb-ruEk,1605
268
268
  snaptrade_client/model/mleg_trade_form.py,sha256=ZGJXdwlFRWuwu83PYK7Nrl-5s6dzyBklq1I-9mSwIYc,8056
269
269
  snaptrade_client/model/mleg_trade_form.pyi,sha256=ZGJXdwlFRWuwu83PYK7Nrl-5s6dzyBklq1I-9mSwIYc,8056
270
270
  snaptrade_client/model/mleg_trading_instrument.py,sha256=kmRuihu0UqhyqlZ6SvGLKDQ32X5L_vlTmE2_27VZnuw,3302
@@ -648,7 +648,7 @@ snaptrade_client/type/balance.py,sha256=E3uLbXAZBLu5f8Zoy3d2_CIweg8vqUHddXO1sGQ-
648
648
  snaptrade_client/type/brokerage.py,sha256=hf2lpZ7w7Ldh8f46DIY5KGZqHGPB7N1cKB-q0xLFuvQ,2489
649
649
  snaptrade_client/type/brokerage_auth_id.py,sha256=rD0I5Srxu-mx6PfUb7RPR8xw7e3p6nn1tsmv04qH1VM,393
650
650
  snaptrade_client/type/brokerage_auth_ids.py,sha256=GE_hI6avo_qDCQdvrXYFlxHOfnRUZK_WyKFzA1cQtWQ,394
651
- snaptrade_client/type/brokerage_authorization.py,sha256=6t4cZam-mlNIZAb3BemRHuDjNG_iQou8MviVBIFCDWk,2419
651
+ snaptrade_client/type/brokerage_authorization.py,sha256=ARhBfSdE2XX5amluCTSe7Z6_rFY3i0Ysq6nyL262qs8,2564
652
652
  snaptrade_client/type/brokerage_authorization_disabled_confirmation.py,sha256=3lQscQHxQFUDDNlY74ZkyBeZNjt16FzQhhUAhmfv-RQ,751
653
653
  snaptrade_client/type/brokerage_authorization_meta.py,sha256=xHbLabbBewM04-hyAXksCqjdZa8UnRercfpEHZkPPcA,405
654
654
  snaptrade_client/type/brokerage_authorization_refresh_confirmation.py,sha256=NqOb50HZ3MwiFMpU9APeF1xk_vCabUyPZyK1vpJPMwA,742
@@ -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.148.dist-info/LICENSE,sha256=W_1kcxEzOnZXIYJ1GVUipbmUu6dNLt-Pc-OI55h3k-A,1081
807
- snaptrade_python_sdk-11.0.148.dist-info/METADATA,sha256=VAJEvwF2KoumwRLFyDgVWPCtW0liJwySqtgBEbnFtw0,100996
808
- snaptrade_python_sdk-11.0.148.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
809
- snaptrade_python_sdk-11.0.148.dist-info/RECORD,,
806
+ snaptrade_python_sdk-11.0.150.dist-info/LICENSE,sha256=W_1kcxEzOnZXIYJ1GVUipbmUu6dNLt-Pc-OI55h3k-A,1081
807
+ snaptrade_python_sdk-11.0.150.dist-info/METADATA,sha256=DATXdCdU2zyBDMo_CC8tXVnnlQ5-EFNtgMuAdUJvGvU,100996
808
+ snaptrade_python_sdk-11.0.150.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
809
+ snaptrade_python_sdk-11.0.150.dist-info/RECORD,,