snaptrade-python-sdk 11.0.122__py3-none-any.whl → 11.0.124__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.
Files changed (27) hide show
  1. snaptrade_client/__init__.py +1 -1
  2. snaptrade_client/api_client.py +1 -1
  3. snaptrade_client/apis/path_to_api.py +3 -9
  4. snaptrade_client/apis/paths/accounts_account_id_orders_brokerage_order_id.py +7 -0
  5. snaptrade_client/apis/tags/account_information_api_generated.py +2 -0
  6. snaptrade_client/apis/tags/options_api_generated.py +0 -6
  7. snaptrade_client/configuration.py +1 -1
  8. snaptrade_client/model/account.py +5 -0
  9. snaptrade_client/model/account.pyi +5 -0
  10. snaptrade_client/operation_parameter_map.py +16 -63
  11. snaptrade_client/paths/__init__.py +1 -3
  12. snaptrade_client/paths/{accounts_account_id_option_strategy → accounts_account_id_orders_brokerage_order_id}/__init__.py +2 -2
  13. snaptrade_client/paths/{accounts_account_id_option_strategy_option_strategy_id → accounts_account_id_orders_brokerage_order_id}/get.py +67 -43
  14. snaptrade_client/paths/{accounts_account_id_option_strategy_option_strategy_id → accounts_account_id_orders_brokerage_order_id}/get.pyi +66 -43
  15. {snaptrade_python_sdk-11.0.122.dist-info → snaptrade_python_sdk-11.0.124.dist-info}/METADATA +44 -156
  16. {snaptrade_python_sdk-11.0.122.dist-info → snaptrade_python_sdk-11.0.124.dist-info}/RECORD +18 -26
  17. snaptrade_client/apis/paths/accounts_account_id_option_strategy.py +0 -7
  18. snaptrade_client/apis/paths/accounts_account_id_option_strategy_option_strategy_id.py +0 -7
  19. snaptrade_client/apis/paths/accounts_account_id_option_strategy_option_strategy_id_execute.py +0 -7
  20. snaptrade_client/paths/accounts_account_id_option_strategy/post.py +0 -731
  21. snaptrade_client/paths/accounts_account_id_option_strategy/post.pyi +0 -714
  22. snaptrade_client/paths/accounts_account_id_option_strategy_option_strategy_id/__init__.py +0 -7
  23. snaptrade_client/paths/accounts_account_id_option_strategy_option_strategy_id_execute/__init__.py +0 -7
  24. snaptrade_client/paths/accounts_account_id_option_strategy_option_strategy_id_execute/post.py +0 -723
  25. snaptrade_client/paths/accounts_account_id_option_strategy_option_strategy_id_execute/post.pyi +0 -712
  26. {snaptrade_python_sdk-11.0.122.dist-info → snaptrade_python_sdk-11.0.124.dist-info}/LICENSE +0 -0
  27. {snaptrade_python_sdk-11.0.122.dist-info → snaptrade_python_sdk-11.0.124.dist-info}/WHEEL +0 -0
@@ -1,7 +0,0 @@
1
- # do not import all endpoints into this module because that uses a lot of memory and stack frames
2
- # if you need the ability to import all endpoints from this module, import them with
3
- # from snaptrade_client.paths.accounts_account_id_option_strategy_option_strategy_id import Api
4
-
5
- from snaptrade_client.paths import PathValues
6
-
7
- path = PathValues.ACCOUNTS_ACCOUNT_ID_OPTION_STRATEGY_OPTION_STRATEGY_ID
@@ -1,7 +0,0 @@
1
- # do not import all endpoints into this module because that uses a lot of memory and stack frames
2
- # if you need the ability to import all endpoints from this module, import them with
3
- # from snaptrade_client.paths.accounts_account_id_option_strategy_option_strategy_id_execute import Api
4
-
5
- from snaptrade_client.paths import PathValues
6
-
7
- path = PathValues.ACCOUNTS_ACCOUNT_ID_OPTION_STRATEGY_OPTION_STRATEGY_ID_EXECUTE