snaptrade-python-sdk 11.0.144__tar.gz → 11.0.145__tar.gz

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 (803) hide show
  1. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/PKG-INFO +25 -11
  2. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/README.md +24 -10
  3. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/pyproject.toml +1 -1
  4. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/__init__.py +1 -1
  5. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/api_client.py +1 -1
  6. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/configuration.py +1 -1
  7. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts/get.py +2 -2
  8. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts/get.pyi +2 -2
  9. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id/get.py +2 -2
  10. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id/get.pyi +2 -2
  11. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_balances/get.py +2 -2
  12. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_balances/get.pyi +2 -2
  13. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_holdings/get.py +2 -2
  14. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_holdings/get.pyi +2 -2
  15. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_options/get.py +2 -2
  16. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_options/get.pyi +2 -2
  17. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_orders/get.py +2 -2
  18. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_orders/get.pyi +2 -2
  19. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_positions/get.py +2 -2
  20. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_positions/get.pyi +2 -2
  21. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations_authorization_id_refresh/post.py +2 -2
  22. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations_authorization_id_refresh/post.pyi +2 -2
  23. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/LICENSE +0 -0
  24. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/api_response.py +0 -0
  25. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/__init__.py +0 -0
  26. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/path_to_api.py +0 -0
  27. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/__init__.py +0 -0
  28. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts.py +0 -0
  29. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id.py +0 -0
  30. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_activities.py +0 -0
  31. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_balances.py +0 -0
  32. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_holdings.py +0 -0
  33. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_options.py +0 -0
  34. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_options_chain.py +0 -0
  35. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_orders.py +0 -0
  36. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_orders_cancel.py +0 -0
  37. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_orders_details.py +0 -0
  38. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_orders_v2.py +0 -0
  39. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_positions.py +0 -0
  40. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_quotes.py +0 -0
  41. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_recent_orders.py +0 -0
  42. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_recent_orders_v2.py +0 -0
  43. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_return_rates.py +0 -0
  44. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_symbols.py +0 -0
  45. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_trading_bracket.py +0 -0
  46. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_trading_cancel.py +0 -0
  47. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_trading_crypto.py +0 -0
  48. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_trading_crypto_preview.py +0 -0
  49. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_trading_instruments_cryptocurrency_pairs.py +0 -0
  50. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_trading_instruments_cryptocurrency_pairs_instrument_symbol_quote.py +0 -0
  51. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_trading_options.py +0 -0
  52. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/accounts_account_id_trading_replace.py +0 -0
  53. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/activities.py +0 -0
  54. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/authorizations.py +0 -0
  55. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/authorizations_authorization_id.py +0 -0
  56. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/authorizations_authorization_id_disable.py +0 -0
  57. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/authorizations_authorization_id_refresh.py +0 -0
  58. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/authorizations_authorization_id_return_rates.py +0 -0
  59. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/brokerage_authorization_types.py +0 -0
  60. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/brokerages.py +0 -0
  61. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/brokerages_slug_instruments.py +0 -0
  62. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/currencies.py +0 -0
  63. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/currencies_rates.py +0 -0
  64. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/currencies_rates_currency_pair.py +0 -0
  65. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/exchanges.py +0 -0
  66. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/holdings.py +0 -0
  67. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/performance_custom.py +0 -0
  68. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/root.py +0 -0
  69. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/security_types.py +0 -0
  70. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/session_events.py +0 -0
  71. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/snap_trade_delete_user.py +0 -0
  72. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/snap_trade_list_users.py +0 -0
  73. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/snap_trade_login.py +0 -0
  74. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/snap_trade_partners.py +0 -0
  75. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/snap_trade_register_user.py +0 -0
  76. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/snap_trade_reset_user_secret.py +0 -0
  77. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/symbols.py +0 -0
  78. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/symbols_query.py +0 -0
  79. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/trade_impact.py +0 -0
  80. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/trade_place.py +0 -0
  81. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/paths/trade_trade_id.py +0 -0
  82. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tag_to_api.py +0 -0
  83. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/__init__.py +0 -0
  84. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/account_information_api.py +0 -0
  85. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/account_information_api_generated.py +0 -0
  86. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/api_status_api.py +0 -0
  87. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/api_status_api_generated.py +0 -0
  88. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/authentication_api.py +0 -0
  89. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/authentication_api_generated.py +0 -0
  90. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/connections_api.py +0 -0
  91. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/connections_api_generated.py +0 -0
  92. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/experimental_endpoints_api.py +0 -0
  93. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/experimental_endpoints_api_generated.py +0 -0
  94. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/options_api.py +0 -0
  95. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/options_api_generated.py +0 -0
  96. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/reference_data_api.py +0 -0
  97. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/reference_data_api_generated.py +0 -0
  98. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/trading_api.py +0 -0
  99. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/trading_api_generated.py +0 -0
  100. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/transactions_and_reporting_api.py +0 -0
  101. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/apis/tags/transactions_and_reporting_api_generated.py +0 -0
  102. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/client.py +0 -0
  103. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/client.pyi +0 -0
  104. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/client_custom.py +0 -0
  105. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/exceptions.py +0 -0
  106. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/exceptions_base.py +0 -0
  107. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/__init__.py +0 -0
  108. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account.py +0 -0
  109. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account.pyi +0 -0
  110. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_balance.py +0 -0
  111. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_balance.pyi +0 -0
  112. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_cash_restrictions.py +0 -0
  113. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_cash_restrictions.pyi +0 -0
  114. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_holdings.py +0 -0
  115. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_holdings.pyi +0 -0
  116. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_holdings_account.py +0 -0
  117. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_holdings_account.pyi +0 -0
  118. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_id.py +0 -0
  119. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_id.pyi +0 -0
  120. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_ids.py +0 -0
  121. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_ids.pyi +0 -0
  122. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_meta.py +0 -0
  123. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_meta.pyi +0 -0
  124. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_order_record.py +0 -0
  125. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_order_record.pyi +0 -0
  126. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_order_record_leg.py +0 -0
  127. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_order_record_leg.pyi +0 -0
  128. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_order_record_leg_instrument.py +0 -0
  129. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_order_record_leg_instrument.pyi +0 -0
  130. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_order_record_status.py +0 -0
  131. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_order_record_status.pyi +0 -0
  132. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_order_record_status_v2.py +0 -0
  133. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_order_record_status_v2.pyi +0 -0
  134. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_order_record_status_v2_nullable.py +0 -0
  135. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_order_record_status_v2_nullable.pyi +0 -0
  136. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_order_record_v2.py +0 -0
  137. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_order_record_v2.pyi +0 -0
  138. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_orders_v2_response.py +0 -0
  139. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_orders_v2_response.pyi +0 -0
  140. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_simple.py +0 -0
  141. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_simple.pyi +0 -0
  142. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_sync_status.py +0 -0
  143. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_sync_status.pyi +0 -0
  144. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_universal_activity.py +0 -0
  145. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/account_universal_activity.pyi +0 -0
  146. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/action.py +0 -0
  147. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/action.pyi +0 -0
  148. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/action_strict.py +0 -0
  149. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/action_strict.pyi +0 -0
  150. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/action_strict_v2.py +0 -0
  151. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/action_strict_v2.pyi +0 -0
  152. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/action_strict_with_options.py +0 -0
  153. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/action_strict_with_options.pyi +0 -0
  154. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/balance.py +0 -0
  155. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/balance.pyi +0 -0
  156. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage.py +0 -0
  157. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage.pyi +0 -0
  158. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_auth_id.py +0 -0
  159. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_auth_id.pyi +0 -0
  160. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_auth_ids.py +0 -0
  161. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_auth_ids.pyi +0 -0
  162. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_authorization.py +0 -0
  163. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_authorization.pyi +0 -0
  164. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_authorization_disabled_confirmation.py +0 -0
  165. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_authorization_disabled_confirmation.pyi +0 -0
  166. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_authorization_meta.py +0 -0
  167. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_authorization_meta.pyi +0 -0
  168. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_authorization_refresh_confirmation.py +0 -0
  169. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_authorization_refresh_confirmation.pyi +0 -0
  170. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_authorization_type_read_only.py +0 -0
  171. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_authorization_type_read_only.pyi +0 -0
  172. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_authorization_type_read_only_brokerage.py +0 -0
  173. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_authorization_type_read_only_brokerage.pyi +0 -0
  174. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_exchanges.py +0 -0
  175. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_exchanges.pyi +0 -0
  176. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_id.py +0 -0
  177. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_id.pyi +0 -0
  178. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_instrument.py +0 -0
  179. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_instrument.pyi +0 -0
  180. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_instruments_response.py +0 -0
  181. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_instruments_response.pyi +0 -0
  182. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_order_id.py +0 -0
  183. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_order_id.pyi +0 -0
  184. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_symbol_id.py +0 -0
  185. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_symbol_id.pyi +0 -0
  186. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_type.py +0 -0
  187. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/brokerage_type.pyi +0 -0
  188. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/cancel_order_response.py +0 -0
  189. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/cancel_order_response.pyi +0 -0
  190. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/cancel_order_response_raw_response.py +0 -0
  191. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/cancel_order_response_raw_response.pyi +0 -0
  192. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/child_brokerage_order_ids.py +0 -0
  193. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/child_brokerage_order_ids.pyi +0 -0
  194. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/child_brokerage_order_ids_nullable.py +0 -0
  195. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/child_brokerage_order_ids_nullable.pyi +0 -0
  196. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/client_id.py +0 -0
  197. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/client_id.pyi +0 -0
  198. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/crypto_order_form.py +0 -0
  199. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/crypto_order_form.pyi +0 -0
  200. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/crypto_order_preview.py +0 -0
  201. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/crypto_order_preview.pyi +0 -0
  202. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/crypto_order_preview_estimated_fee.py +0 -0
  203. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/crypto_order_preview_estimated_fee.pyi +0 -0
  204. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/crypto_trading_instrument.py +0 -0
  205. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/crypto_trading_instrument.pyi +0 -0
  206. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/cryptocurrency_base_symbol.py +0 -0
  207. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/cryptocurrency_base_symbol.pyi +0 -0
  208. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/cryptocurrency_pair.py +0 -0
  209. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/cryptocurrency_pair.pyi +0 -0
  210. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/cryptocurrency_pair_quote.py +0 -0
  211. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/cryptocurrency_pair_quote.pyi +0 -0
  212. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/cryptocurrency_pair_symbol.py +0 -0
  213. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/cryptocurrency_pair_symbol.pyi +0 -0
  214. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/cryptocurrency_quote_symbol.py +0 -0
  215. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/cryptocurrency_quote_symbol.pyi +0 -0
  216. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/cryptocurrency_symbol.py +0 -0
  217. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/cryptocurrency_symbol.pyi +0 -0
  218. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/currency.py +0 -0
  219. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/currency.pyi +0 -0
  220. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/currency_id.py +0 -0
  221. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/currency_id.pyi +0 -0
  222. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/currency_nullable.py +0 -0
  223. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/currency_nullable.pyi +0 -0
  224. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/delete_user_response.py +0 -0
  225. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/delete_user_response.pyi +0 -0
  226. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/dividend_at_date.py +0 -0
  227. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/dividend_at_date.pyi +0 -0
  228. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/encrypted_response.py +0 -0
  229. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/encrypted_response.pyi +0 -0
  230. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/encrypted_response_encrypted_message_data.py +0 -0
  231. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/encrypted_response_encrypted_message_data.pyi +0 -0
  232. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/exchange.py +0 -0
  233. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/exchange.pyi +0 -0
  234. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/exchange_id.py +0 -0
  235. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/exchange_id.pyi +0 -0
  236. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/exchange_rate_pairs.py +0 -0
  237. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/exchange_rate_pairs.pyi +0 -0
  238. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/figi_instrument.py +0 -0
  239. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/figi_instrument.pyi +0 -0
  240. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/figi_instrument_nullable.py +0 -0
  241. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/figi_instrument_nullable.pyi +0 -0
  242. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/holdings_status.py +0 -0
  243. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/holdings_status.pyi +0 -0
  244. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/holdings_sync_status_date.py +0 -0
  245. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/holdings_sync_status_date.pyi +0 -0
  246. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/holdings_sync_status_date_nullable.py +0 -0
  247. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/holdings_sync_status_date_nullable.pyi +0 -0
  248. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/id.py +0 -0
  249. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/id.pyi +0 -0
  250. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/login_redirect_uri.py +0 -0
  251. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/login_redirect_uri.pyi +0 -0
  252. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade.py +0 -0
  253. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade.pyi +0 -0
  254. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade_and_impact.py +0 -0
  255. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade_and_impact.pyi +0 -0
  256. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade_balance.py +0 -0
  257. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade_balance.pyi +0 -0
  258. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade_form.py +0 -0
  259. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade_form.pyi +0 -0
  260. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade_form_bracket.py +0 -0
  261. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade_form_bracket.pyi +0 -0
  262. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade_form_with_options.py +0 -0
  263. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade_form_with_options.pyi +0 -0
  264. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade_impact.py +0 -0
  265. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade_impact.pyi +0 -0
  266. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade_replace_form.py +0 -0
  267. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade_replace_form.pyi +0 -0
  268. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade_symbol.py +0 -0
  269. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/manual_trade_symbol.pyi +0 -0
  270. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_action_strict.py +0 -0
  271. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_action_strict.pyi +0 -0
  272. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_instrument_type.py +0 -0
  273. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_instrument_type.pyi +0 -0
  274. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_leg.py +0 -0
  275. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_leg.pyi +0 -0
  276. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_order_response.py +0 -0
  277. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_order_response.pyi +0 -0
  278. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_order_type_strict.py +0 -0
  279. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_order_type_strict.pyi +0 -0
  280. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_price_effect_strict.py +0 -0
  281. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_price_effect_strict.pyi +0 -0
  282. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_price_effect_strict_nullable.py +0 -0
  283. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_price_effect_strict_nullable.pyi +0 -0
  284. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_trade_form.py +0 -0
  285. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_trade_form.pyi +0 -0
  286. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_trading_instrument.py +0 -0
  287. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/mleg_trading_instrument.pyi +0 -0
  288. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model400_failed_request_response.py +0 -0
  289. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model400_failed_request_response.pyi +0 -0
  290. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model401_failed_request_response.py +0 -0
  291. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model401_failed_request_response.pyi +0 -0
  292. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model402_brokerage_auth_already_disabled_exception.py +0 -0
  293. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model402_brokerage_auth_already_disabled_exception.pyi +0 -0
  294. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model402_brokerage_auth_disabled_response.py +0 -0
  295. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model402_brokerage_auth_disabled_response.pyi +0 -0
  296. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model403_failed_request_response.py +0 -0
  297. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model403_failed_request_response.pyi +0 -0
  298. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model403_feature_not_enabled_response.py +0 -0
  299. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model403_feature_not_enabled_response.pyi +0 -0
  300. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model404_failed_request_response.py +0 -0
  301. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model404_failed_request_response.pyi +0 -0
  302. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model425_failed_request_response.py +0 -0
  303. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model425_failed_request_response.pyi +0 -0
  304. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model500_unexpected_exception_response.py +0 -0
  305. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/model500_unexpected_exception_response.pyi +0 -0
  306. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/monthly_dividends.py +0 -0
  307. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/monthly_dividends.pyi +0 -0
  308. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/net_contributions.py +0 -0
  309. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/net_contributions.pyi +0 -0
  310. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/net_dividend.py +0 -0
  311. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/net_dividend.pyi +0 -0
  312. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/notional_value.py +0 -0
  313. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/notional_value.pyi +0 -0
  314. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/notional_value_nullable.py +0 -0
  315. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/notional_value_nullable.pyi +0 -0
  316. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_brokerage_symbol.py +0 -0
  317. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_brokerage_symbol.pyi +0 -0
  318. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_chain.py +0 -0
  319. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_chain.pyi +0 -0
  320. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_chain_item.py +0 -0
  321. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_chain_item.pyi +0 -0
  322. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_chain_item_chain_per_root.py +0 -0
  323. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_chain_item_chain_per_root.pyi +0 -0
  324. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_chain_item_chain_per_root_item.py +0 -0
  325. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_chain_item_chain_per_root_item.pyi +0 -0
  326. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_chain_item_chain_per_root_item_chain_per_strike_price.py +0 -0
  327. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_chain_item_chain_per_root_item_chain_per_strike_price.pyi +0 -0
  328. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_chain_item_chain_per_root_item_chain_per_strike_price_item.py +0 -0
  329. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_chain_item_chain_per_root_item_chain_per_strike_price_item.pyi +0 -0
  330. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_leg.py +0 -0
  331. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_leg.pyi +0 -0
  332. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_strategy.py +0 -0
  333. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_strategy.pyi +0 -0
  334. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_strategy_legs.py +0 -0
  335. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_strategy_legs.pyi +0 -0
  336. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_symbol_id.py +0 -0
  337. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/option_symbol_id.pyi +0 -0
  338. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/options_position.py +0 -0
  339. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/options_position.pyi +0 -0
  340. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/options_symbol.py +0 -0
  341. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/options_symbol.pyi +0 -0
  342. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/options_symbol_nullable.py +0 -0
  343. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/options_symbol_nullable.pyi +0 -0
  344. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/order_type.py +0 -0
  345. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/order_type.pyi +0 -0
  346. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/order_type_strict.py +0 -0
  347. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/order_type_strict.pyi +0 -0
  348. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/order_updated_response.py +0 -0
  349. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/order_updated_response.pyi +0 -0
  350. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/paginated_universal_activity.py +0 -0
  351. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/paginated_universal_activity.pyi +0 -0
  352. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/pagination_details.py +0 -0
  353. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/pagination_details.pyi +0 -0
  354. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/partner_data.py +0 -0
  355. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/partner_data.pyi +0 -0
  356. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/past_value.py +0 -0
  357. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/past_value.pyi +0 -0
  358. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/performance_custom.py +0 -0
  359. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/performance_custom.pyi +0 -0
  360. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/performance_custom_bad_tickers.py +0 -0
  361. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/performance_custom_bad_tickers.pyi +0 -0
  362. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/portfolio_group_id.py +0 -0
  363. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/portfolio_group_id.pyi +0 -0
  364. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/position.py +0 -0
  365. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/position.pyi +0 -0
  366. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/position_symbol.py +0 -0
  367. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/position_symbol.pyi +0 -0
  368. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/price.py +0 -0
  369. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/price.pyi +0 -0
  370. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/rate_of_return_object.py +0 -0
  371. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/rate_of_return_object.pyi +0 -0
  372. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/rate_of_return_response.py +0 -0
  373. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/rate_of_return_response.pyi +0 -0
  374. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/recent_orders_response.py +0 -0
  375. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/recent_orders_response.pyi +0 -0
  376. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/reporting_date.py +0 -0
  377. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/reporting_date.pyi +0 -0
  378. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/reporting_frequency.py +0 -0
  379. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/reporting_frequency.pyi +0 -0
  380. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/security_type.py +0 -0
  381. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/security_type.pyi +0 -0
  382. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/security_type_id.py +0 -0
  383. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/security_type_id.pyi +0 -0
  384. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/session_event.py +0 -0
  385. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/session_event.pyi +0 -0
  386. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/simple_order_form.py +0 -0
  387. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/simple_order_form.pyi +0 -0
  388. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/snap_trade_holdings_account.py +0 -0
  389. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/snap_trade_holdings_account.pyi +0 -0
  390. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/snap_trade_holdings_account_meta.py +0 -0
  391. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/snap_trade_holdings_account_meta.pyi +0 -0
  392. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/snap_trade_holdings_total_value.py +0 -0
  393. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/snap_trade_holdings_total_value.pyi +0 -0
  394. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/snap_trade_login_user_request_body.py +0 -0
  395. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/snap_trade_login_user_request_body.pyi +0 -0
  396. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/snap_trade_register_user_request_body.py +0 -0
  397. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/snap_trade_register_user_request_body.pyi +0 -0
  398. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/status.py +0 -0
  399. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/status.pyi +0 -0
  400. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/stop_loss.py +0 -0
  401. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/stop_loss.pyi +0 -0
  402. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/strategy_order_record.py +0 -0
  403. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/strategy_order_record.pyi +0 -0
  404. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/strategy_quotes.py +0 -0
  405. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/strategy_quotes.pyi +0 -0
  406. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/strategy_quotes_greek.py +0 -0
  407. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/strategy_quotes_greek.pyi +0 -0
  408. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/sub_period_return_rate.py +0 -0
  409. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/sub_period_return_rate.pyi +0 -0
  410. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/symbol.py +0 -0
  411. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/symbol.pyi +0 -0
  412. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/symbol_nullable.py +0 -0
  413. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/symbol_nullable.pyi +0 -0
  414. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/symbol_query.py +0 -0
  415. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/symbol_query.pyi +0 -0
  416. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/symbols_quotes.py +0 -0
  417. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/symbols_quotes.pyi +0 -0
  418. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/sync_status_date.py +0 -0
  419. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/sync_status_date.pyi +0 -0
  420. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/sync_status_date_nullable.py +0 -0
  421. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/sync_status_date_nullable.pyi +0 -0
  422. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/take_profit.py +0 -0
  423. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/take_profit.pyi +0 -0
  424. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/time.py +0 -0
  425. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/time.pyi +0 -0
  426. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/time_in_force.py +0 -0
  427. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/time_in_force.pyi +0 -0
  428. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/time_in_force_strict.py +0 -0
  429. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/time_in_force_strict.pyi +0 -0
  430. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/trade_id.py +0 -0
  431. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/trade_id.pyi +0 -0
  432. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/trading_instrument.py +0 -0
  433. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/trading_instrument.pyi +0 -0
  434. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/trading_session.py +0 -0
  435. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/trading_session.pyi +0 -0
  436. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/transactions_status.py +0 -0
  437. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/transactions_status.pyi +0 -0
  438. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/underlying_symbol.py +0 -0
  439. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/underlying_symbol.pyi +0 -0
  440. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/units.py +0 -0
  441. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/units.pyi +0 -0
  442. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/units_nullable.py +0 -0
  443. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/units_nullable.pyi +0 -0
  444. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/universal_activity.py +0 -0
  445. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/universal_activity.pyi +0 -0
  446. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/universal_symbol.py +0 -0
  447. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/universal_symbol.pyi +0 -0
  448. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/universal_symbol_id.py +0 -0
  449. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/universal_symbol_id.pyi +0 -0
  450. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/universal_symbol_id_nullable.py +0 -0
  451. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/universal_symbol_id_nullable.pyi +0 -0
  452. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/us_exchange.py +0 -0
  453. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/us_exchange.pyi +0 -0
  454. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/user_i_dand_secret.py +0 -0
  455. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/user_i_dand_secret.pyi +0 -0
  456. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/user_id.py +0 -0
  457. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/user_id.pyi +0 -0
  458. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/user_list.py +0 -0
  459. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/user_list.pyi +0 -0
  460. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/user_secret.py +0 -0
  461. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/user_secret.pyi +0 -0
  462. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/validated_trade_body.py +0 -0
  463. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/model/validated_trade_body.pyi +0 -0
  464. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/models/__init__.py +0 -0
  465. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/operation_parameter_map.py +0 -0
  466. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/__init__.py +0 -0
  467. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts/__init__.py +0 -0
  468. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id/__init__.py +0 -0
  469. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id/put.py +0 -0
  470. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id/put.pyi +0 -0
  471. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_activities/__init__.py +0 -0
  472. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_activities/get.py +0 -0
  473. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_activities/get.pyi +0 -0
  474. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_balances/__init__.py +0 -0
  475. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_holdings/__init__.py +0 -0
  476. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_options/__init__.py +0 -0
  477. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_options_chain/__init__.py +0 -0
  478. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_options_chain/get.py +0 -0
  479. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_options_chain/get.pyi +0 -0
  480. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_orders/__init__.py +0 -0
  481. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_orders_cancel/__init__.py +0 -0
  482. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_orders_cancel/post.py +0 -0
  483. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_orders_cancel/post.pyi +0 -0
  484. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_orders_details/__init__.py +0 -0
  485. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_orders_details/post.py +0 -0
  486. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_orders_details/post.pyi +0 -0
  487. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_orders_v2/__init__.py +0 -0
  488. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_orders_v2/get.py +0 -0
  489. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_orders_v2/get.pyi +0 -0
  490. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_positions/__init__.py +0 -0
  491. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_quotes/__init__.py +0 -0
  492. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_quotes/get.py +0 -0
  493. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_quotes/get.pyi +0 -0
  494. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_recent_orders/__init__.py +0 -0
  495. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_recent_orders/get.py +0 -0
  496. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_recent_orders/get.pyi +0 -0
  497. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_recent_orders_v2/__init__.py +0 -0
  498. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_recent_orders_v2/get.py +0 -0
  499. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_recent_orders_v2/get.pyi +0 -0
  500. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_return_rates/__init__.py +0 -0
  501. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_return_rates/get.py +0 -0
  502. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_return_rates/get.pyi +0 -0
  503. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_symbols/__init__.py +0 -0
  504. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_symbols/post.py +0 -0
  505. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_symbols/post.pyi +0 -0
  506. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_bracket/__init__.py +0 -0
  507. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_bracket/post.py +0 -0
  508. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_bracket/post.pyi +0 -0
  509. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_cancel/__init__.py +0 -0
  510. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_cancel/post.py +0 -0
  511. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_cancel/post.pyi +0 -0
  512. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_crypto/__init__.py +0 -0
  513. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_crypto/post.py +0 -0
  514. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_crypto/post.pyi +0 -0
  515. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_crypto_preview/__init__.py +0 -0
  516. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_crypto_preview/post.py +0 -0
  517. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_crypto_preview/post.pyi +0 -0
  518. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_instruments_cryptocurrency_pairs/__init__.py +0 -0
  519. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_instruments_cryptocurrency_pairs/get.py +0 -0
  520. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_instruments_cryptocurrency_pairs/get.pyi +0 -0
  521. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_instruments_cryptocurrency_pairs_instrument_symbol_quote/__init__.py +0 -0
  522. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_instruments_cryptocurrency_pairs_instrument_symbol_quote/get.py +0 -0
  523. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_instruments_cryptocurrency_pairs_instrument_symbol_quote/get.pyi +0 -0
  524. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_options/__init__.py +0 -0
  525. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_options/post.py +0 -0
  526. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_options/post.pyi +0 -0
  527. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_replace/__init__.py +0 -0
  528. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_replace/post.py +0 -0
  529. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/accounts_account_id_trading_replace/post.pyi +0 -0
  530. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/activities/__init__.py +0 -0
  531. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/activities/get.py +0 -0
  532. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/activities/get.pyi +0 -0
  533. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations/__init__.py +0 -0
  534. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations/get.py +0 -0
  535. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations/get.pyi +0 -0
  536. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations_authorization_id/__init__.py +0 -0
  537. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations_authorization_id/delete.py +0 -0
  538. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations_authorization_id/delete.pyi +0 -0
  539. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations_authorization_id/get.py +0 -0
  540. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations_authorization_id/get.pyi +0 -0
  541. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations_authorization_id_disable/__init__.py +0 -0
  542. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations_authorization_id_disable/post.py +0 -0
  543. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations_authorization_id_disable/post.pyi +0 -0
  544. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations_authorization_id_refresh/__init__.py +0 -0
  545. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations_authorization_id_return_rates/__init__.py +0 -0
  546. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations_authorization_id_return_rates/get.py +0 -0
  547. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/authorizations_authorization_id_return_rates/get.pyi +0 -0
  548. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/brokerage_authorization_types/__init__.py +0 -0
  549. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/brokerage_authorization_types/get.py +0 -0
  550. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/brokerage_authorization_types/get.pyi +0 -0
  551. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/brokerages/__init__.py +0 -0
  552. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/brokerages/get.py +0 -0
  553. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/brokerages/get.pyi +0 -0
  554. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/brokerages_slug_instruments/__init__.py +0 -0
  555. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/brokerages_slug_instruments/get.py +0 -0
  556. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/brokerages_slug_instruments/get.pyi +0 -0
  557. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/currencies/__init__.py +0 -0
  558. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/currencies/get.py +0 -0
  559. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/currencies/get.pyi +0 -0
  560. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/currencies_rates/__init__.py +0 -0
  561. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/currencies_rates/get.py +0 -0
  562. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/currencies_rates/get.pyi +0 -0
  563. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/currencies_rates_currency_pair/__init__.py +0 -0
  564. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/currencies_rates_currency_pair/get.py +0 -0
  565. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/currencies_rates_currency_pair/get.pyi +0 -0
  566. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/exchanges/__init__.py +0 -0
  567. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/exchanges/get.py +0 -0
  568. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/exchanges/get.pyi +0 -0
  569. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/holdings/__init__.py +0 -0
  570. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/holdings/get.py +0 -0
  571. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/holdings/get.pyi +0 -0
  572. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/performance_custom/__init__.py +0 -0
  573. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/performance_custom/get.py +0 -0
  574. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/performance_custom/get.pyi +0 -0
  575. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/root/__init__.py +0 -0
  576. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/root/get.py +0 -0
  577. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/root/get.pyi +0 -0
  578. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/security_types/__init__.py +0 -0
  579. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/security_types/get.py +0 -0
  580. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/security_types/get.pyi +0 -0
  581. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/session_events/__init__.py +0 -0
  582. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/session_events/get.py +0 -0
  583. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/session_events/get.pyi +0 -0
  584. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_delete_user/__init__.py +0 -0
  585. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_delete_user/delete.py +0 -0
  586. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_delete_user/delete.pyi +0 -0
  587. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_list_users/__init__.py +0 -0
  588. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_list_users/get.py +0 -0
  589. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_list_users/get.pyi +0 -0
  590. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_login/__init__.py +0 -0
  591. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_login/post.py +0 -0
  592. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_login/post.pyi +0 -0
  593. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_partners/__init__.py +0 -0
  594. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_partners/get.py +0 -0
  595. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_partners/get.pyi +0 -0
  596. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_register_user/__init__.py +0 -0
  597. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_register_user/post.py +0 -0
  598. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_register_user/post.pyi +0 -0
  599. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_reset_user_secret/__init__.py +0 -0
  600. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_reset_user_secret/post.py +0 -0
  601. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/snap_trade_reset_user_secret/post.pyi +0 -0
  602. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/symbols/__init__.py +0 -0
  603. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/symbols/post.py +0 -0
  604. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/symbols/post.pyi +0 -0
  605. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/symbols_query/__init__.py +0 -0
  606. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/symbols_query/get.py +0 -0
  607. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/symbols_query/get.pyi +0 -0
  608. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/trade_impact/__init__.py +0 -0
  609. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/trade_impact/post.py +0 -0
  610. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/trade_impact/post.pyi +0 -0
  611. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/trade_place/__init__.py +0 -0
  612. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/trade_place/post.py +0 -0
  613. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/trade_place/post.pyi +0 -0
  614. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/trade_trade_id/__init__.py +0 -0
  615. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/trade_trade_id/post.py +0 -0
  616. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/paths/trade_trade_id/post.pyi +0 -0
  617. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/pydantic/__init__.py +0 -0
  618. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/request_after_hook.py +0 -0
  619. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/request_before_hook.py +0 -0
  620. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/request_before_url_hook.py +0 -0
  621. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/rest.py +0 -0
  622. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/schemas.py +0 -0
  623. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/__init__.py +0 -0
  624. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account.py +0 -0
  625. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_balance.py +0 -0
  626. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_cash_restrictions.py +0 -0
  627. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_holdings.py +0 -0
  628. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_holdings_account.py +0 -0
  629. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_id.py +0 -0
  630. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_ids.py +0 -0
  631. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_meta.py +0 -0
  632. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_order_record.py +0 -0
  633. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_order_record_leg.py +0 -0
  634. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_order_record_leg_instrument.py +0 -0
  635. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_order_record_status.py +0 -0
  636. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_order_record_status_v2.py +0 -0
  637. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_order_record_status_v2_nullable.py +0 -0
  638. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_order_record_v2.py +0 -0
  639. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_orders_v2_response.py +0 -0
  640. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_simple.py +0 -0
  641. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_sync_status.py +0 -0
  642. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/account_universal_activity.py +0 -0
  643. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/action.py +0 -0
  644. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/action_strict.py +0 -0
  645. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/action_strict_v2.py +0 -0
  646. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/action_strict_with_options.py +0 -0
  647. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/balance.py +0 -0
  648. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/brokerage.py +0 -0
  649. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/brokerage_auth_id.py +0 -0
  650. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/brokerage_auth_ids.py +0 -0
  651. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/brokerage_authorization.py +0 -0
  652. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/brokerage_authorization_disabled_confirmation.py +0 -0
  653. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/brokerage_authorization_meta.py +0 -0
  654. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/brokerage_authorization_refresh_confirmation.py +0 -0
  655. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/brokerage_authorization_type_read_only.py +0 -0
  656. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/brokerage_authorization_type_read_only_brokerage.py +0 -0
  657. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/brokerage_exchanges.py +0 -0
  658. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/brokerage_id.py +0 -0
  659. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/brokerage_instrument.py +0 -0
  660. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/brokerage_instruments_response.py +0 -0
  661. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/brokerage_order_id.py +0 -0
  662. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/brokerage_symbol_id.py +0 -0
  663. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/brokerage_type.py +0 -0
  664. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/cancel_order_response.py +0 -0
  665. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/cancel_order_response_raw_response.py +0 -0
  666. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/child_brokerage_order_ids.py +0 -0
  667. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/child_brokerage_order_ids_nullable.py +0 -0
  668. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/client_id.py +0 -0
  669. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/crypto_order_form.py +0 -0
  670. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/crypto_order_preview.py +0 -0
  671. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/crypto_order_preview_estimated_fee.py +0 -0
  672. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/crypto_trading_instrument.py +0 -0
  673. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/cryptocurrency_base_symbol.py +0 -0
  674. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/cryptocurrency_pair.py +0 -0
  675. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/cryptocurrency_pair_quote.py +0 -0
  676. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/cryptocurrency_pair_symbol.py +0 -0
  677. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/cryptocurrency_quote_symbol.py +0 -0
  678. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/cryptocurrency_symbol.py +0 -0
  679. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/currency.py +0 -0
  680. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/currency_id.py +0 -0
  681. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/currency_nullable.py +0 -0
  682. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/delete_user_response.py +0 -0
  683. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/dividend_at_date.py +0 -0
  684. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/encrypted_response.py +0 -0
  685. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/encrypted_response_encrypted_message_data.py +0 -0
  686. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/exchange.py +0 -0
  687. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/exchange_id.py +0 -0
  688. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/exchange_rate_pairs.py +0 -0
  689. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/figi_instrument.py +0 -0
  690. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/figi_instrument_nullable.py +0 -0
  691. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/holdings_status.py +0 -0
  692. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/holdings_sync_status_date.py +0 -0
  693. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/holdings_sync_status_date_nullable.py +0 -0
  694. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/id.py +0 -0
  695. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/login_redirect_uri.py +0 -0
  696. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/manual_trade.py +0 -0
  697. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/manual_trade_and_impact.py +0 -0
  698. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/manual_trade_balance.py +0 -0
  699. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/manual_trade_form.py +0 -0
  700. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/manual_trade_form_bracket.py +0 -0
  701. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/manual_trade_form_with_options.py +0 -0
  702. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/manual_trade_impact.py +0 -0
  703. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/manual_trade_replace_form.py +0 -0
  704. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/manual_trade_symbol.py +0 -0
  705. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/mleg_action_strict.py +0 -0
  706. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/mleg_instrument_type.py +0 -0
  707. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/mleg_leg.py +0 -0
  708. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/mleg_order_response.py +0 -0
  709. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/mleg_order_type_strict.py +0 -0
  710. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/mleg_price_effect_strict.py +0 -0
  711. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/mleg_price_effect_strict_nullable.py +0 -0
  712. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/mleg_trade_form.py +0 -0
  713. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/mleg_trading_instrument.py +0 -0
  714. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/model400_failed_request_response.py +0 -0
  715. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/model401_failed_request_response.py +0 -0
  716. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/model402_brokerage_auth_already_disabled_exception.py +0 -0
  717. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/model402_brokerage_auth_disabled_response.py +0 -0
  718. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/model403_failed_request_response.py +0 -0
  719. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/model403_feature_not_enabled_response.py +0 -0
  720. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/model404_failed_request_response.py +0 -0
  721. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/model425_failed_request_response.py +0 -0
  722. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/model500_unexpected_exception_response.py +0 -0
  723. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/monthly_dividends.py +0 -0
  724. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/net_contributions.py +0 -0
  725. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/net_dividend.py +0 -0
  726. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/notional_value.py +0 -0
  727. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/notional_value_nullable.py +0 -0
  728. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/option_brokerage_symbol.py +0 -0
  729. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/option_chain.py +0 -0
  730. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/option_chain_item.py +0 -0
  731. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/option_chain_item_chain_per_root.py +0 -0
  732. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/option_chain_item_chain_per_root_item.py +0 -0
  733. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/option_chain_item_chain_per_root_item_chain_per_strike_price.py +0 -0
  734. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/option_chain_item_chain_per_root_item_chain_per_strike_price_item.py +0 -0
  735. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/option_leg.py +0 -0
  736. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/option_strategy.py +0 -0
  737. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/option_strategy_legs.py +0 -0
  738. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/option_symbol_id.py +0 -0
  739. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/options_position.py +0 -0
  740. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/options_symbol.py +0 -0
  741. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/options_symbol_nullable.py +0 -0
  742. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/order_type.py +0 -0
  743. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/order_type_strict.py +0 -0
  744. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/order_updated_response.py +0 -0
  745. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/paginated_universal_activity.py +0 -0
  746. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/pagination_details.py +0 -0
  747. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/partner_data.py +0 -0
  748. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/past_value.py +0 -0
  749. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/performance_custom.py +0 -0
  750. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/performance_custom_bad_tickers.py +0 -0
  751. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/portfolio_group_id.py +0 -0
  752. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/position.py +0 -0
  753. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/position_symbol.py +0 -0
  754. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/price.py +0 -0
  755. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/rate_of_return_object.py +0 -0
  756. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/rate_of_return_response.py +0 -0
  757. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/recent_orders_response.py +0 -0
  758. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/reporting_date.py +0 -0
  759. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/reporting_frequency.py +0 -0
  760. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/security_type.py +0 -0
  761. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/security_type_id.py +0 -0
  762. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/session_event.py +0 -0
  763. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/simple_order_form.py +0 -0
  764. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/snap_trade_holdings_account.py +0 -0
  765. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/snap_trade_holdings_account_meta.py +0 -0
  766. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/snap_trade_holdings_total_value.py +0 -0
  767. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/snap_trade_login_user_request_body.py +0 -0
  768. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/snap_trade_register_user_request_body.py +0 -0
  769. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/status.py +0 -0
  770. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/stop_loss.py +0 -0
  771. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/strategy_order_record.py +0 -0
  772. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/strategy_quotes.py +0 -0
  773. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/strategy_quotes_greek.py +0 -0
  774. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/sub_period_return_rate.py +0 -0
  775. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/symbol.py +0 -0
  776. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/symbol_nullable.py +0 -0
  777. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/symbol_query.py +0 -0
  778. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/symbols_quotes.py +0 -0
  779. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/sync_status_date.py +0 -0
  780. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/sync_status_date_nullable.py +0 -0
  781. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/take_profit.py +0 -0
  782. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/time.py +0 -0
  783. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/time_in_force.py +0 -0
  784. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/time_in_force_strict.py +0 -0
  785. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/trade_id.py +0 -0
  786. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/trading_instrument.py +0 -0
  787. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/trading_session.py +0 -0
  788. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/transactions_status.py +0 -0
  789. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/underlying_symbol.py +0 -0
  790. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/units.py +0 -0
  791. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/units_nullable.py +0 -0
  792. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/universal_activity.py +0 -0
  793. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/universal_symbol.py +0 -0
  794. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/universal_symbol_id.py +0 -0
  795. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/universal_symbol_id_nullable.py +0 -0
  796. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/us_exchange.py +0 -0
  797. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/user_i_dand_secret.py +0 -0
  798. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/user_id.py +0 -0
  799. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/user_list.py +0 -0
  800. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/user_secret.py +0 -0
  801. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type/validated_trade_body.py +0 -0
  802. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/type_util.py +0 -0
  803. {snaptrade_python_sdk-11.0.144 → snaptrade_python_sdk-11.0.145}/snaptrade_client/validation_metadata.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: snaptrade-python-sdk
3
- Version: 11.0.144
3
+ Version: 11.0.145
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.144-blue)](https://pypi.org/project/snaptrade-python-sdk/11.0.144)
33
+ [![PyPI](https://img.shields.io/badge/PyPI-v11.0.145-blue)](https://pypi.org/project/snaptrade-python-sdk/11.0.145)
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.144
114
+ pip install snaptrade-python-sdk==11.0.145
115
115
  ```
116
116
 
117
117
  ## Getting Started<a id="getting-started"></a>
@@ -329,7 +329,9 @@ Optional. Comma separated list of authorization IDs (only use if filtering is ne
329
329
 
330
330
  Returns a list of balances for the account. Each element of the list has a distinct currency. Some brokerages like Questrade [allows holding multiple currencies in the same account](https://www.questrade.com/learning/questrade-basics/balances-and-reports/understanding-your-account-balances).
331
331
 
332
- The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**.
332
+ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
333
+ - If you do, this endpoint returns real-time data.
334
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
333
335
 
334
336
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
335
337
 
@@ -370,7 +372,9 @@ get_user_account_balance_response = (
370
372
 
371
373
  Returns account detail known to SnapTrade for the specified account.
372
374
 
373
- The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**.
375
+ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
376
+ - If you do, this endpoint returns real-time data.
377
+ - If you don't, the data is cached and refreshed once a day. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
374
378
 
375
379
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
376
380
 
@@ -462,7 +466,9 @@ Order ID returned by brokerage. This is the unique identifier for the order in t
462
466
 
463
467
  Returns a list of recent orders in the specified account.
464
468
 
465
- The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**.
469
+ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
470
+ - If you do, this endpoint returns real-time data.
471
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
466
472
 
467
473
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
468
474
 
@@ -513,7 +519,9 @@ Number of days in the past to fetch the most recent orders. Defaults to the last
513
519
 
514
520
  Returns a list of stock/ETF/crypto/mutual fund positions in the specified account. For option positions, please use the [options endpoint](/reference/Options/Options_listOptionHoldings).
515
521
 
516
- The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**.
522
+ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
523
+ - If you do, this endpoint returns real-time data.
524
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
517
525
 
518
526
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
519
527
 
@@ -637,7 +645,9 @@ get_user_account_return_rates_response = (
637
645
 
638
646
  Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__
639
647
 
640
- The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**.
648
+ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
649
+ - If you do, this endpoint returns real-time data.
650
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
641
651
 
642
652
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
643
653
 
@@ -676,7 +686,9 @@ get_user_holdings_response = snaptrade.account_information.get_user_holdings(
676
686
 
677
687
  Returns all brokerage accounts across all connections known to SnapTrade for the authenticated user.
678
688
 
679
- The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**.
689
+ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
690
+ - If you do, this endpoint returns real-time data.
691
+ - If you don't, the data is cached and refreshed once a day. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
680
692
 
681
693
 
682
694
  #### 🛠️ Usage<a id="🛠️-usage"></a>
@@ -1077,7 +1089,7 @@ list_brokerage_authorizations_response = (
1077
1089
  Trigger a holdings update for all accounts under this connection. Updates will be queued asynchronously. [`ACCOUNT_HOLDINGS_UPDATED` webhook](/docs/webhooks#webhooks-account_holdings_updated) will be sent once the sync completes for each account under the connection.
1078
1090
  This endpoint will also trigger a transaction sync for the past day if one has not yet occurred.
1079
1091
 
1080
- **Please contact support before use. Because of the cost of refreshing a connection, 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)**
1092
+ **Because of the cost of refreshing a connection, 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)**
1081
1093
 
1082
1094
 
1083
1095
  #### 🛠️ Usage<a id="🛠️-usage"></a>
@@ -1353,7 +1365,9 @@ Universal symbol ID if symbol
1353
1365
 
1354
1366
  Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions).
1355
1367
 
1356
- The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**.
1368
+ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
1369
+ - If you do, this endpoint returns real-time data.
1370
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
1357
1371
 
1358
1372
 
1359
1373
  #### 🛠️ Usage<a id="🛠️-usage"></a>
@@ -7,7 +7,7 @@
7
7
  Connect brokerage accounts to your app for live positions and trading
8
8
 
9
9
 
10
- [![PyPI](https://img.shields.io/badge/PyPI-v11.0.144-blue)](https://pypi.org/project/snaptrade-python-sdk/11.0.144)
10
+ [![PyPI](https://img.shields.io/badge/PyPI-v11.0.145-blue)](https://pypi.org/project/snaptrade-python-sdk/11.0.145)
11
11
  [![README.md](https://img.shields.io/badge/README-Click%20Here-green)](https://github.com/passiv/snaptrade-sdks/tree/master/sdks/python#readme)
12
12
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
13
13
 
@@ -88,7 +88,7 @@ Python >=3.8
88
88
  ## Installation<a id="installation"></a>
89
89
 
90
90
  ```sh
91
- pip install snaptrade-python-sdk==11.0.144
91
+ pip install snaptrade-python-sdk==11.0.145
92
92
  ```
93
93
 
94
94
  ## Getting Started<a id="getting-started"></a>
@@ -306,7 +306,9 @@ Optional. Comma separated list of authorization IDs (only use if filtering is ne
306
306
 
307
307
  Returns a list of balances for the account. Each element of the list has a distinct currency. Some brokerages like Questrade [allows holding multiple currencies in the same account](https://www.questrade.com/learning/questrade-basics/balances-and-reports/understanding-your-account-balances).
308
308
 
309
- The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**.
309
+ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
310
+ - If you do, this endpoint returns real-time data.
311
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
310
312
 
311
313
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
312
314
 
@@ -347,7 +349,9 @@ get_user_account_balance_response = (
347
349
 
348
350
  Returns account detail known to SnapTrade for the specified account.
349
351
 
350
- The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**.
352
+ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
353
+ - If you do, this endpoint returns real-time data.
354
+ - If you don't, the data is cached and refreshed once a day. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
351
355
 
352
356
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
353
357
 
@@ -439,7 +443,9 @@ Order ID returned by brokerage. This is the unique identifier for the order in t
439
443
 
440
444
  Returns a list of recent orders in the specified account.
441
445
 
442
- The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**.
446
+ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
447
+ - If you do, this endpoint returns real-time data.
448
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
443
449
 
444
450
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
445
451
 
@@ -490,7 +496,9 @@ Number of days in the past to fetch the most recent orders. Defaults to the last
490
496
 
491
497
  Returns a list of stock/ETF/crypto/mutual fund positions in the specified account. For option positions, please use the [options endpoint](/reference/Options/Options_listOptionHoldings).
492
498
 
493
- The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**.
499
+ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
500
+ - If you do, this endpoint returns real-time data.
501
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
494
502
 
495
503
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
496
504
 
@@ -614,7 +622,9 @@ get_user_account_return_rates_response = (
614
622
 
615
623
  Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__
616
624
 
617
- The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**.
625
+ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
626
+ - If you do, this endpoint returns real-time data.
627
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
618
628
 
619
629
  If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection.
620
630
 
@@ -653,7 +663,9 @@ get_user_holdings_response = snaptrade.account_information.get_user_holdings(
653
663
 
654
664
  Returns all brokerage accounts across all connections known to SnapTrade for the authenticated user.
655
665
 
656
- The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**.
666
+ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
667
+ - If you do, this endpoint returns real-time data.
668
+ - If you don't, the data is cached and refreshed once a day. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
657
669
 
658
670
 
659
671
  #### 🛠️ Usage<a id="🛠️-usage"></a>
@@ -1054,7 +1066,7 @@ list_brokerage_authorizations_response = (
1054
1066
  Trigger a holdings update for all accounts under this connection. Updates will be queued asynchronously. [`ACCOUNT_HOLDINGS_UPDATED` webhook](/docs/webhooks#webhooks-account_holdings_updated) will be sent once the sync completes for each account under the connection.
1055
1067
  This endpoint will also trigger a transaction sync for the past day if one has not yet occurred.
1056
1068
 
1057
- **Please contact support before use. Because of the cost of refreshing a connection, 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)**
1069
+ **Because of the cost of refreshing a connection, 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)**
1058
1070
 
1059
1071
 
1060
1072
  #### 🛠️ Usage<a id="🛠️-usage"></a>
@@ -1330,7 +1342,9 @@ Universal symbol ID if symbol
1330
1342
 
1331
1343
  Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions).
1332
1344
 
1333
- The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**.
1345
+ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access:
1346
+ - If you do, this endpoint returns real-time data.
1347
+ - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for "Cache Expiry Time" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint.
1334
1348
 
1335
1349
 
1336
1350
  #### 🛠️ Usage<a id="🛠️-usage"></a>
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "snaptrade-python-sdk"
3
- version = "11.0.144"
3
+ version = "11.0.145"
4
4
  description = "Client for SnapTrade"
5
5
  authors = ["SnapTrade <api@snaptrade.com>"]
6
6
  license = "MIT"
@@ -12,7 +12,7 @@
12
12
  Created by: https://snaptrade.com/
13
13
  """
14
14
 
15
- __version__ = "11.0.144"
15
+ __version__ = "11.0.145"
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.144/python'
1158
+ self.user_agent = 'Konfig/11.0.145/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.144".\
441
+ "SDK Package Version: 11.0.145".\
442
442
  format(env=sys.platform, pyversion=sys.version)
443
443
 
444
444
  def get_host_settings(self):
@@ -410,7 +410,7 @@ class ListUserAccounts(BaseApi):
410
410
  ApiResponseForDefault,
411
411
  api_client.ApiResponseWithoutDeserialization,
412
412
  ]:
413
- """ Returns all brokerage accounts across all connections known to SnapTrade for the authenticated user. The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. """
413
+ """ Returns all brokerage accounts across all connections known to SnapTrade for the authenticated user. Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. """
414
414
  args = self._list_user_accounts_mapped_args(
415
415
  query_params=query_params,
416
416
  user_id=user_id,
@@ -455,7 +455,7 @@ class ApiForget(BaseApi):
455
455
  ApiResponseForDefault,
456
456
  api_client.ApiResponseWithoutDeserialization,
457
457
  ]:
458
- """ Returns all brokerage accounts across all connections known to SnapTrade for the authenticated user. The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. """
458
+ """ Returns all brokerage accounts across all connections known to SnapTrade for the authenticated user. Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. """
459
459
  args = self._list_user_accounts_mapped_args(
460
460
  query_params=query_params,
461
461
  user_id=user_id,
@@ -399,7 +399,7 @@ class ListUserAccounts(BaseApi):
399
399
  ApiResponseForDefault,
400
400
  api_client.ApiResponseWithoutDeserialization,
401
401
  ]:
402
- """ Returns all brokerage accounts across all connections known to SnapTrade for the authenticated user. The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. """
402
+ """ Returns all brokerage accounts across all connections known to SnapTrade for the authenticated user. Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. """
403
403
  args = self._list_user_accounts_mapped_args(
404
404
  query_params=query_params,
405
405
  user_id=user_id,
@@ -444,7 +444,7 @@ class ApiForget(BaseApi):
444
444
  ApiResponseForDefault,
445
445
  api_client.ApiResponseWithoutDeserialization,
446
446
  ]:
447
- """ Returns all brokerage accounts across all connections known to SnapTrade for the authenticated user. The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. """
447
+ """ Returns all brokerage accounts across all connections known to SnapTrade for the authenticated user. Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. """
448
448
  args = self._list_user_accounts_mapped_args(
449
449
  query_params=query_params,
450
450
  user_id=user_id,
@@ -454,7 +454,7 @@ class GetUserAccountDetails(BaseApi):
454
454
  ApiResponseForDefault,
455
455
  api_client.ApiResponseWithoutDeserialization,
456
456
  ]:
457
- """ Returns account detail known to SnapTrade for the specified account. The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
457
+ """ Returns account detail known to SnapTrade for the specified account. Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
458
458
  args = self._get_user_account_details_mapped_args(
459
459
  query_params=query_params,
460
460
  path_params=path_params,
@@ -509,7 +509,7 @@ class ApiForget(BaseApi):
509
509
  ApiResponseForDefault,
510
510
  api_client.ApiResponseWithoutDeserialization,
511
511
  ]:
512
- """ Returns account detail known to SnapTrade for the specified account. The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
512
+ """ Returns account detail known to SnapTrade for the specified account. Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
513
513
  args = self._get_user_account_details_mapped_args(
514
514
  query_params=query_params,
515
515
  path_params=path_params,
@@ -443,7 +443,7 @@ class GetUserAccountDetails(BaseApi):
443
443
  ApiResponseForDefault,
444
444
  api_client.ApiResponseWithoutDeserialization,
445
445
  ]:
446
- """ Returns account detail known to SnapTrade for the specified account. The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
446
+ """ Returns account detail known to SnapTrade for the specified account. Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
447
447
  args = self._get_user_account_details_mapped_args(
448
448
  query_params=query_params,
449
449
  path_params=path_params,
@@ -498,7 +498,7 @@ class ApiForget(BaseApi):
498
498
  ApiResponseForDefault,
499
499
  api_client.ApiResponseWithoutDeserialization,
500
500
  ]:
501
- """ Returns account detail known to SnapTrade for the specified account. The data returned here is always cached and refreshed once a day. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
501
+ """ Returns account detail known to SnapTrade for the specified account. Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
502
502
  args = self._get_user_account_details_mapped_args(
503
503
  query_params=query_params,
504
504
  path_params=path_params,
@@ -479,7 +479,7 @@ class GetUserAccountBalance(BaseApi):
479
479
  ApiResponseForDefault,
480
480
  api_client.ApiResponseWithoutDeserialization,
481
481
  ]:
482
- """ Returns a list of balances for the account. Each element of the list has a distinct currency. Some brokerages like Questrade [allows holding multiple currencies in the same account](https://www.questrade.com/learning/questrade-basics/balances-and-reports/understanding-your-account-balances). The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
482
+ """ Returns a list of balances for the account. Each element of the list has a distinct currency. Some brokerages like Questrade [allows holding multiple currencies in the same account](https://www.questrade.com/learning/questrade-basics/balances-and-reports/understanding-your-account-balances). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
483
483
  args = self._get_user_account_balance_mapped_args(
484
484
  query_params=query_params,
485
485
  path_params=path_params,
@@ -534,7 +534,7 @@ class ApiForget(BaseApi):
534
534
  ApiResponseForDefault,
535
535
  api_client.ApiResponseWithoutDeserialization,
536
536
  ]:
537
- """ Returns a list of balances for the account. Each element of the list has a distinct currency. Some brokerages like Questrade [allows holding multiple currencies in the same account](https://www.questrade.com/learning/questrade-basics/balances-and-reports/understanding-your-account-balances). The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
537
+ """ Returns a list of balances for the account. Each element of the list has a distinct currency. Some brokerages like Questrade [allows holding multiple currencies in the same account](https://www.questrade.com/learning/questrade-basics/balances-and-reports/understanding-your-account-balances). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
538
538
  args = self._get_user_account_balance_mapped_args(
539
539
  query_params=query_params,
540
540
  path_params=path_params,
@@ -468,7 +468,7 @@ class GetUserAccountBalance(BaseApi):
468
468
  ApiResponseForDefault,
469
469
  api_client.ApiResponseWithoutDeserialization,
470
470
  ]:
471
- """ Returns a list of balances for the account. Each element of the list has a distinct currency. Some brokerages like Questrade [allows holding multiple currencies in the same account](https://www.questrade.com/learning/questrade-basics/balances-and-reports/understanding-your-account-balances). The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
471
+ """ Returns a list of balances for the account. Each element of the list has a distinct currency. Some brokerages like Questrade [allows holding multiple currencies in the same account](https://www.questrade.com/learning/questrade-basics/balances-and-reports/understanding-your-account-balances). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
472
472
  args = self._get_user_account_balance_mapped_args(
473
473
  query_params=query_params,
474
474
  path_params=path_params,
@@ -523,7 +523,7 @@ class ApiForget(BaseApi):
523
523
  ApiResponseForDefault,
524
524
  api_client.ApiResponseWithoutDeserialization,
525
525
  ]:
526
- """ Returns a list of balances for the account. Each element of the list has a distinct currency. Some brokerages like Questrade [allows holding multiple currencies in the same account](https://www.questrade.com/learning/questrade-basics/balances-and-reports/understanding-your-account-balances). The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
526
+ """ Returns a list of balances for the account. Each element of the list has a distinct currency. Some brokerages like Questrade [allows holding multiple currencies in the same account](https://www.questrade.com/learning/questrade-basics/balances-and-reports/understanding-your-account-balances). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
527
527
  args = self._get_user_account_balance_mapped_args(
528
528
  query_params=query_params,
529
529
  path_params=path_params,
@@ -513,7 +513,7 @@ class GetUserHoldings(BaseApi):
513
513
  ApiResponseFor200,
514
514
  api_client.ApiResponseWithoutDeserialization,
515
515
  ]:
516
- """ Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
516
+ """ Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
517
517
  args = self._get_user_holdings_mapped_args(
518
518
  query_params=query_params,
519
519
  path_params=path_params,
@@ -566,7 +566,7 @@ class ApiForget(BaseApi):
566
566
  ApiResponseFor200,
567
567
  api_client.ApiResponseWithoutDeserialization,
568
568
  ]:
569
- """ Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
569
+ """ Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
570
570
  args = self._get_user_holdings_mapped_args(
571
571
  query_params=query_params,
572
572
  path_params=path_params,
@@ -499,7 +499,7 @@ class GetUserHoldings(BaseApi):
499
499
  ApiResponseFor200,
500
500
  api_client.ApiResponseWithoutDeserialization,
501
501
  ]:
502
- """ Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
502
+ """ Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
503
503
  args = self._get_user_holdings_mapped_args(
504
504
  query_params=query_params,
505
505
  path_params=path_params,
@@ -552,7 +552,7 @@ class ApiForget(BaseApi):
552
552
  ApiResponseFor200,
553
553
  api_client.ApiResponseWithoutDeserialization,
554
554
  ]:
555
- """ Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
555
+ """ Returns a list of balances, positions, and recent orders for the specified account. The data returned is similar to the data returned over the more fine-grained [balances](/reference/Account%20Information/AccountInformation_getUserAccountBalance), [positions](/reference/Account%20Information/AccountInformation_getUserAccountPositions) and [orders](/reference/Account%20Information/AccountInformation_getUserAccountOrders) endpoints. __The finer-grained APIs are preferred. They are easier to work with, faster, and have better error handling than this coarse-grained API.__ Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
556
556
  args = self._get_user_holdings_mapped_args(
557
557
  query_params=query_params,
558
558
  path_params=path_params,
@@ -473,7 +473,7 @@ class ListOptionHoldings(BaseApi):
473
473
  ApiResponseFor200,
474
474
  api_client.ApiResponseWithoutDeserialization,
475
475
  ]:
476
- """ Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions). The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. """
476
+ """ Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. """
477
477
  args = self._list_option_holdings_mapped_args(
478
478
  query_params=query_params,
479
479
  path_params=path_params,
@@ -526,7 +526,7 @@ class ApiForget(BaseApi):
526
526
  ApiResponseFor200,
527
527
  api_client.ApiResponseWithoutDeserialization,
528
528
  ]:
529
- """ Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions). The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. """
529
+ """ Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. """
530
530
  args = self._list_option_holdings_mapped_args(
531
531
  query_params=query_params,
532
532
  path_params=path_params,
@@ -462,7 +462,7 @@ class ListOptionHoldings(BaseApi):
462
462
  ApiResponseFor200,
463
463
  api_client.ApiResponseWithoutDeserialization,
464
464
  ]:
465
- """ Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions). The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. """
465
+ """ Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. """
466
466
  args = self._list_option_holdings_mapped_args(
467
467
  query_params=query_params,
468
468
  path_params=path_params,
@@ -515,7 +515,7 @@ class ApiForget(BaseApi):
515
515
  ApiResponseFor200,
516
516
  api_client.ApiResponseWithoutDeserialization,
517
517
  ]:
518
- """ Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions). The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. """
518
+ """ Returns a list of option positions in the specified account. For stock/ETF/crypto/mutual fund positions, please use the [positions endpoint](/reference/Account%20Information/AccountInformation_getUserAccountPositions). Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. """
519
519
  args = self._list_option_holdings_mapped_args(
520
520
  query_params=query_params,
521
521
  path_params=path_params,
@@ -539,7 +539,7 @@ class GetUserAccountOrders(BaseApi):
539
539
  ApiResponseFor200,
540
540
  api_client.ApiResponseWithoutDeserialization,
541
541
  ]:
542
- """ Returns a list of recent orders in the specified account. The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
542
+ """ Returns a list of recent orders in the specified account. Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
543
543
  args = self._get_user_account_orders_mapped_args(
544
544
  query_params=query_params,
545
545
  path_params=path_params,
@@ -600,7 +600,7 @@ class ApiForget(BaseApi):
600
600
  ApiResponseFor200,
601
601
  api_client.ApiResponseWithoutDeserialization,
602
602
  ]:
603
- """ Returns a list of recent orders in the specified account. The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
603
+ """ Returns a list of recent orders in the specified account. Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
604
604
  args = self._get_user_account_orders_mapped_args(
605
605
  query_params=query_params,
606
606
  path_params=path_params,
@@ -516,7 +516,7 @@ class GetUserAccountOrders(BaseApi):
516
516
  ApiResponseFor200,
517
517
  api_client.ApiResponseWithoutDeserialization,
518
518
  ]:
519
- """ Returns a list of recent orders in the specified account. The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
519
+ """ Returns a list of recent orders in the specified account. Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
520
520
  args = self._get_user_account_orders_mapped_args(
521
521
  query_params=query_params,
522
522
  path_params=path_params,
@@ -577,7 +577,7 @@ class ApiForget(BaseApi):
577
577
  ApiResponseFor200,
578
578
  api_client.ApiResponseWithoutDeserialization,
579
579
  ]:
580
- """ Returns a list of recent orders in the specified account. The data returned here is cached. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. **If you need real-time data, please use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint**. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
580
+ """ Returns a list of recent orders in the specified account. Check your API key on the [Customer Dashboard billing page](https://dashboard.snaptrade.com/settings/billing) to see if you have real-time data access: - If you do, this endpoint returns real-time data. - If you don't, the data is cached and refreshed once a day. How long the data is cached for varies by brokerage. Check the [brokerage integrations doc](https://snaptrade.notion.site/66793431ad0b416489eaabaf248d0afb?v=d16c4c97b8d5438bbb2d8581ac53b11e) and look for \"Cache Expiry Time\" to see the exact value for a specific brokerage. If you need real-time, use the [manual refresh](/reference/Connections/Connections_refreshBrokerageAuthorization) endpoint. If the connection has become disabled, it can no longer access the latest data from the brokerage, but will continue to return the last available cached state. Please see [this guide](/docs/fix-broken-connections) on how to fix a disabled connection. """
581
581
  args = self._get_user_account_orders_mapped_args(
582
582
  query_params=query_params,
583
583
  path_params=path_params,