crypticorn 2.4.3__tar.gz → 2.4.4__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 (299) hide show
  1. {crypticorn-2.4.3 → crypticorn-2.4.4}/PKG-INFO +8 -9
  2. {crypticorn-2.4.3 → crypticorn-2.4.4}/README.md +4 -3
  3. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/__init__.py +5 -5
  4. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/api/admin_api.py +6 -6
  5. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/api/auth_api.py +5 -5
  6. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/api/service_api.py +5 -5
  7. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/api/user_api.py +8 -8
  8. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/api/wallet_api.py +5 -5
  9. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/api_client.py +5 -5
  10. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/configuration.py +13 -6
  11. {crypticorn-2.4.3/crypticorn/hive → crypticorn-2.4.4/crypticorn/auth}/client/exceptions.py +5 -5
  12. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/__init__.py +5 -5
  13. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/add_wallet200_response.py +5 -5
  14. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/add_wallet_request.py +5 -5
  15. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/authorize_user200_response.py +5 -5
  16. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/authorize_user200_response_auth.py +5 -5
  17. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/authorize_user_request.py +5 -5
  18. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/create_api_key200_response.py +5 -5
  19. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/create_api_key_request.py +5 -5
  20. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/create_user_request.py +5 -5
  21. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/get_api_keys200_response_inner.py +5 -5
  22. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/list_wallets200_response.py +5 -5
  23. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/list_wallets200_response_balances_inner.py +5 -5
  24. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/list_wallets200_response_balances_inner_sale_round.py +5 -5
  25. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/list_wallets200_response_balances_inner_wallet.py +5 -5
  26. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/list_wallets200_response_balances_inner_wallet_vesting_wallets_inner.py +5 -5
  27. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/list_wallets200_response_data_inner.py +5 -5
  28. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/list_wallets200_response_user_value.py +5 -5
  29. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/logout_default_response.py +5 -5
  30. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/logout_default_response_issues_inner.py +5 -5
  31. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/oauth_callback200_response.py +5 -5
  32. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/oauth_callback200_response_user.py +5 -5
  33. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/refresh_token_info200_response.py +5 -5
  34. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/refresh_token_info200_response_user_session.py +5 -5
  35. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/resend_verification_email_request.py +5 -5
  36. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/revoke_user_tokens_request.py +5 -5
  37. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/rotate_tokens200_response.py +5 -5
  38. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/token_info200_response.py +5 -5
  39. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/unlink_wallet_request.py +5 -5
  40. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/update_user_request.py +8 -6
  41. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/user_reset_password_request.py +5 -5
  42. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/user_set_password_request.py +5 -5
  43. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/verify200_response.py +5 -5
  44. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/verify_email200_response.py +5 -5
  45. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/verify_email200_response_auth.py +5 -5
  46. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/verify_email200_response_auth_auth.py +5 -5
  47. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/verify_email_request.py +5 -5
  48. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/verify_wallet_request.py +5 -5
  49. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/wallet_verified200_response.py +5 -5
  50. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/models/whoami200_response.py +5 -5
  51. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/rest.py +9 -6
  52. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/client.py +28 -11
  53. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/common/auth.py +1 -1
  54. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/common/errors.py +2 -9
  55. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/common/utils.py +4 -2
  56. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/__init__.py +5 -5
  57. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/api/data_api.py +5 -5
  58. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/api/models_api.py +5 -5
  59. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/api/status_api.py +5 -5
  60. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/api_client.py +5 -5
  61. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/configuration.py +5 -5
  62. {crypticorn-2.4.3/crypticorn/auth → crypticorn-2.4.4/crypticorn/hive}/client/exceptions.py +5 -5
  63. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/__init__.py +5 -5
  64. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/coins.py +5 -5
  65. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/data_download_response.py +5 -5
  66. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/data_info.py +5 -5
  67. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/data_value_value_value_inner.py +5 -5
  68. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/data_version.py +5 -5
  69. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/download_links.py +5 -5
  70. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/evaluation.py +5 -5
  71. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/evaluation_response.py +5 -5
  72. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/feature_size.py +5 -5
  73. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/http_validation_error.py +5 -5
  74. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/model.py +5 -5
  75. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/model_create.py +5 -5
  76. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/model_status.py +5 -5
  77. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/model_update.py +5 -5
  78. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/target.py +5 -5
  79. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/target_type.py +5 -5
  80. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/validation_error.py +5 -5
  81. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/models/validation_error_loc_inner.py +5 -5
  82. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/rest.py +5 -5
  83. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/__init__.py +5 -5
  84. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/api/funding_rates_api.py +5 -5
  85. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/api/health_check_api.py +5 -5
  86. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/api/ohlcv_data_api.py +5 -5
  87. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/api/symbols_api.py +5 -5
  88. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/api/udf_api.py +5 -5
  89. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/api_client.py +5 -5
  90. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/configuration.py +5 -5
  91. {crypticorn-2.4.3/crypticorn/metrics → crypticorn-2.4.4/crypticorn/klines}/client/exceptions.py +5 -5
  92. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/__init__.py +5 -5
  93. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/base_response_health_check_response.py +5 -5
  94. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/base_response_list_funding_rate_response.py +5 -5
  95. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/base_response_list_str.py +5 -5
  96. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/base_response_ohlcv_response.py +5 -5
  97. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/error_response.py +5 -5
  98. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/exchange.py +5 -5
  99. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/funding_rate_response.py +5 -5
  100. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/health_check_response.py +5 -5
  101. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/history_error_response.py +5 -5
  102. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/history_no_data_response.py +5 -5
  103. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/history_success_response.py +5 -5
  104. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/http_validation_error.py +5 -5
  105. crypticorn-2.4.4/crypticorn/klines/client/models/market.py +35 -0
  106. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/ohlcv_response.py +5 -5
  107. crypticorn-2.4.4/crypticorn/klines/client/models/resolution.py +38 -0
  108. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/response_get_history_udf_history_get.py +5 -5
  109. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/search_symbol_response.py +5 -5
  110. crypticorn-2.4.4/crypticorn/klines/client/models/sort_direction.py +35 -0
  111. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/symbol_group_response.py +5 -5
  112. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/symbol_info_response.py +5 -5
  113. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/symbol_type.py +5 -5
  114. crypticorn-2.4.4/crypticorn/klines/client/models/timeframe.py +38 -0
  115. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/udf_config_response.py +5 -5
  116. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/models/validation_error.py +5 -5
  117. crypticorn-2.4.4/crypticorn/klines/client/models/validation_error_loc_inner.py +159 -0
  118. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/rest.py +5 -5
  119. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/__init__.py +8 -6
  120. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/api/exchanges_api.py +62 -42
  121. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/api/health_check_api.py +5 -5
  122. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/api/indicators_api.py +47 -35
  123. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/api/logs_api.py +6 -6
  124. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/api/marketcap_api.py +22 -22
  125. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/api/markets_api.py +41 -28
  126. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/api/tokens_api.py +6 -6
  127. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/api_client.py +5 -5
  128. crypticorn-2.4.4/crypticorn/metrics/client/configuration.py +620 -0
  129. crypticorn-2.4.4/crypticorn/metrics/client/exceptions.py +220 -0
  130. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/models/__init__.py +8 -6
  131. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/models/base_response_dict.py +5 -5
  132. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/models/base_response_health_check_response.py +5 -5
  133. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/models/base_response_list_dict.py +5 -5
  134. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/models/base_response_list_exchange_mapping.py +5 -5
  135. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/models/base_response_list_str.py +5 -5
  136. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/models/error_response.py +5 -5
  137. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/models/exchange_mapping.py +5 -5
  138. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/models/health_check_response.py +5 -5
  139. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/models/http_validation_error.py +5 -5
  140. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/models/market.py +5 -5
  141. crypticorn-2.4.4/crypticorn/metrics/client/models/market_type.py +35 -0
  142. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/models/severity.py +5 -5
  143. crypticorn-2.4.4/crypticorn/metrics/client/models/time_interval.py +38 -0
  144. crypticorn-2.4.4/crypticorn/metrics/client/models/trading_status.py +35 -0
  145. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/models/validation_error.py +5 -5
  146. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/models/validation_error_loc_inner.py +5 -5
  147. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/rest.py +9 -6
  148. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/main.py +2 -2
  149. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/__init__.py +5 -5
  150. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/api/now_payments_api.py +5 -5
  151. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/api/payments_api.py +5 -5
  152. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/api/products_api.py +5 -5
  153. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/api/status_api.py +5 -5
  154. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/api_client.py +5 -5
  155. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/configuration.py +5 -5
  156. {crypticorn-2.4.3/crypticorn/trade → crypticorn-2.4.4/crypticorn/pay}/client/exceptions.py +5 -5
  157. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/__init__.py +5 -5
  158. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/api_status_res.py +5 -5
  159. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/body_create_now_invoice.py +5 -5
  160. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/body_create_product.py +5 -5
  161. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/body_get_products.py +5 -5
  162. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/body_handle_now_webhook.py +5 -5
  163. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/body_update_product.py +5 -5
  164. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/combined_payment_history.py +5 -5
  165. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/create_invoice_req.py +5 -5
  166. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/create_invoice_res.py +5 -5
  167. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/currency.py +5 -5
  168. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/estimate_price_req.py +5 -5
  169. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/estimate_price_res.py +5 -5
  170. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/get_currencies_res.py +5 -5
  171. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/get_payment_status_res.py +5 -5
  172. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/get_payments_list_res.py +5 -5
  173. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/http_validation_error.py +5 -5
  174. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/min_amount_req.py +5 -5
  175. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/min_amount_res.py +5 -5
  176. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/now_api_status_res.py +5 -5
  177. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/now_create_invoice_req.py +5 -5
  178. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/now_create_invoice_res.py +5 -5
  179. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/now_fee_structure.py +5 -5
  180. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/now_payment_model.py +5 -5
  181. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/now_payment_status.py +5 -5
  182. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/now_webhook_payload.py +5 -5
  183. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/partial_product_update_model.py +5 -5
  184. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/payment.py +5 -5
  185. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/payment_status.py +5 -5
  186. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/product.py +5 -5
  187. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/product_model.py +5 -5
  188. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/product_subs_model.py +5 -5
  189. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/product_update_model.py +5 -5
  190. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/scope.py +5 -5
  191. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/services.py +5 -5
  192. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/unified_payment_model.py +5 -5
  193. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/models/validation_error.py +5 -5
  194. {crypticorn-2.4.3/crypticorn/trade → crypticorn-2.4.4/crypticorn/pay}/client/models/validation_error_loc_inner.py +5 -5
  195. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/rest.py +5 -5
  196. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/__init__.py +5 -5
  197. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/api/api_keys_api.py +5 -5
  198. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/api/bots_api.py +5 -5
  199. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/api/exchanges_api.py +5 -5
  200. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/api/futures_trading_panel_api.py +5 -5
  201. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/api/notifications_api.py +5 -5
  202. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/api/orders_api.py +5 -5
  203. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/api/status_api.py +5 -5
  204. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/api/strategies_api.py +5 -5
  205. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/api/trading_actions_api.py +5 -5
  206. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/api_client.py +5 -5
  207. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/configuration.py +13 -6
  208. {crypticorn-2.4.3/crypticorn/pay → crypticorn-2.4.4/crypticorn/trade}/client/exceptions.py +5 -5
  209. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/__init__.py +5 -5
  210. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/action_model.py +5 -5
  211. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/api_error_identifier.py +7 -6
  212. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/api_error_level.py +5 -5
  213. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/api_error_type.py +5 -5
  214. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/api_key_model.py +5 -5
  215. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/bot_model.py +5 -5
  216. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/bot_status.py +5 -5
  217. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/exchange.py +5 -5
  218. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/exchange_key_model.py +5 -5
  219. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/execution_ids.py +7 -7
  220. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/futures_balance.py +5 -5
  221. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/futures_trading_action.py +5 -5
  222. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/http_validation_error.py +5 -5
  223. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/margin_mode.py +5 -5
  224. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/market_type.py +5 -5
  225. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/notification_model.py +5 -5
  226. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/order_model.py +5 -5
  227. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/order_status.py +5 -5
  228. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/post_futures_action.py +5 -5
  229. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/strategy_exchange_info.py +5 -5
  230. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/strategy_model_input.py +5 -5
  231. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/strategy_model_output.py +5 -5
  232. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/tpsl.py +5 -5
  233. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/trading_action_type.py +5 -5
  234. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/models/validation_error.py +5 -5
  235. {crypticorn-2.4.3/crypticorn/pay → crypticorn-2.4.4/crypticorn/trade}/client/models/validation_error_loc_inner.py +5 -5
  236. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/rest.py +9 -6
  237. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn.egg-info/PKG-INFO +8 -9
  238. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn.egg-info/SOURCES.txt +3 -0
  239. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn.egg-info/requires.txt +3 -5
  240. {crypticorn-2.4.3 → crypticorn-2.4.4}/pyproject.toml +1 -1
  241. crypticorn-2.4.4/requirements/dev.txt +6 -0
  242. {crypticorn-2.4.3 → crypticorn-2.4.4}/requirements/main.txt +2 -2
  243. {crypticorn-2.4.3 → crypticorn-2.4.4}/tests/test_errors.py +10 -3
  244. crypticorn-2.4.3/crypticorn/klines/client/exceptions.py +0 -220
  245. crypticorn-2.4.3/crypticorn/klines/client/models/market.py +0 -35
  246. crypticorn-2.4.3/crypticorn/klines/client/models/resolution.py +0 -38
  247. crypticorn-2.4.3/crypticorn/klines/client/models/sort_direction.py +0 -35
  248. crypticorn-2.4.3/crypticorn/klines/client/models/timeframe.py +0 -38
  249. crypticorn-2.4.3/crypticorn/klines/client/models/validation_error_loc_inner.py +0 -159
  250. crypticorn-2.4.3/crypticorn/metrics/client/configuration.py +0 -575
  251. crypticorn-2.4.3/requirements/dev.txt +0 -6
  252. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/__init__.py +0 -0
  253. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/__init__.py +0 -0
  254. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/api/__init__.py +0 -0
  255. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/api_response.py +0 -0
  256. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/client/py.typed +0 -0
  257. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/auth/main.py +0 -0
  258. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/cli/__init__.py +0 -0
  259. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/cli/__main__.py +0 -0
  260. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/cli/init.py +0 -0
  261. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/cli/templates/__init__.py +0 -0
  262. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/cli/templates/auth.py +0 -0
  263. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/common/__init__.py +0 -0
  264. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/common/enums.py +0 -0
  265. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/common/pydantic.py +0 -0
  266. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/common/scopes.py +0 -0
  267. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/common/sorter.py +0 -0
  268. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/common/urls.py +0 -0
  269. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/__init__.py +0 -0
  270. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/api/__init__.py +0 -0
  271. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/api_response.py +0 -0
  272. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/client/py.typed +0 -0
  273. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/hive/main.py +0 -0
  274. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/__init__.py +0 -0
  275. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/api/__init__.py +0 -0
  276. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/api_response.py +0 -0
  277. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/client/py.typed +0 -0
  278. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/klines/main.py +0 -0
  279. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/__init__.py +0 -0
  280. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/api/__init__.py +0 -0
  281. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/api_response.py +0 -0
  282. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/metrics/client/py.typed +0 -0
  283. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/__init__.py +0 -0
  284. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/api/__init__.py +0 -0
  285. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/api_response.py +0 -0
  286. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/client/py.typed +0 -0
  287. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/pay/main.py +0 -0
  288. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/__init__.py +0 -0
  289. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/api/__init__.py +0 -0
  290. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/api_response.py +0 -0
  291. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/client/py.typed +0 -0
  292. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn/trade/main.py +0 -0
  293. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn.egg-info/dependency_links.txt +0 -0
  294. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn.egg-info/entry_points.txt +0 -0
  295. {crypticorn-2.4.3 → crypticorn-2.4.4}/crypticorn.egg-info/top_level.txt +0 -0
  296. {crypticorn-2.4.3 → crypticorn-2.4.4}/requirements/test.txt +0 -0
  297. {crypticorn-2.4.3 → crypticorn-2.4.4}/setup.cfg +0 -0
  298. {crypticorn-2.4.3 → crypticorn-2.4.4}/tests/test_auth_client.py +0 -0
  299. {crypticorn-2.4.3 → crypticorn-2.4.4}/tests/test_enums.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crypticorn
3
- Version: 2.4.3
3
+ Version: 2.4.4
4
4
  Summary: Maximise Your Crypto Trading Profits with AI Predictions
5
5
  Author-email: Crypticorn <timon@crypticorn.com>
6
6
  Project-URL: Homepage, https://crypticorn.com
@@ -13,8 +13,8 @@ Classifier: Programming Language :: Python :: 3
13
13
  Classifier: Typing :: Typed
14
14
  Requires-Python: >=3.10
15
15
  Description-Content-Type: text/markdown
16
- Requires-Dist: fastapi
17
- Requires-Dist: click
16
+ Requires-Dist: fastapi<1.0.0,>=0.115.0
17
+ Requires-Dist: click<9.0.0,>=8.0.0
18
18
  Requires-Dist: urllib3<3.0.0,>=1.25.3
19
19
  Requires-Dist: python_dateutil<3.0.0,>=2.8.2
20
20
  Requires-Dist: aiohttp<4.0.0,>=3.8.4
@@ -27,10 +27,8 @@ Requires-Dist: tqdm<5.0.0,>=4.67.0
27
27
  Provides-Extra: dev
28
28
  Requires-Dist: streamlit; extra == "dev"
29
29
  Requires-Dist: httpx; extra == "dev"
30
- Requires-Dist: build; extra == "dev"
31
30
  Requires-Dist: black; extra == "dev"
32
- Requires-Dist: twine; extra == "dev"
33
- Requires-Dist: pyflakes; extra == "dev"
31
+ Requires-Dist: openapi-generator-cli<8.0.0,>=7.12.0; extra == "dev"
34
32
  Provides-Extra: test
35
33
  Requires-Dist: pytest==8.3.5; extra == "test"
36
34
  Requires-Dist: pytest-asyncio==0.26.0; extra == "test"
@@ -146,11 +144,12 @@ The output would look like this:
146
144
 
147
145
  ## Advanced Usage
148
146
 
149
- You can override some configuration for specific sub clients. If just want to use the API as is you don't need to configure anything.
147
+ You can override some configuration for specific sub clients. If you just want to use the API as is, you don't need to configure anything.
150
148
  This might be of use if you are testing a specific API locally.
151
149
 
152
- This will override the host for the Hive client to connect to http://localhost:8000 instead of the default caddy proxy:
150
+ To override e.g. the host for the Hive client to connect to http://localhost:8000 instead of the default caddy proxy, you would do:
153
151
  ```python
154
- async with ApiClient(base_url=BaseUrl.DEV, jwt=jwt) as client:
152
+ from crypticorn.hive import Configuration as Hiveconfig
153
+ async with ApiClient(base_url=BaseUrl.DEV) as client:
155
154
  client.configure(config=HiveConfig(host="http://localhost:8000"), sub_client=client.hive)
156
155
  ```
@@ -107,11 +107,12 @@ The output would look like this:
107
107
 
108
108
  ## Advanced Usage
109
109
 
110
- You can override some configuration for specific sub clients. If just want to use the API as is you don't need to configure anything.
110
+ You can override some configuration for specific sub clients. If you just want to use the API as is, you don't need to configure anything.
111
111
  This might be of use if you are testing a specific API locally.
112
112
 
113
- This will override the host for the Hive client to connect to http://localhost:8000 instead of the default caddy proxy:
113
+ To override e.g. the host for the Hive client to connect to http://localhost:8000 instead of the default caddy proxy, you would do:
114
114
  ```python
115
- async with ApiClient(base_url=BaseUrl.DEV, jwt=jwt) as client:
115
+ from crypticorn.hive import Configuration as Hiveconfig
116
+ async with ApiClient(base_url=BaseUrl.DEV) as client:
116
117
  client.configure(config=HiveConfig(host="http://localhost:8000"), sub_client=client.hive)
117
118
  ```
@@ -3,14 +3,14 @@
3
3
  # flake8: noqa
4
4
 
5
5
  """
6
- Crypticorn Auth API
6
+ Crypticorn Auth API
7
7
 
8
- OpenAPI compliant REST API built using tRPC with Express
8
+ OpenAPI compliant REST API built using tRPC with Express
9
9
 
10
- The version of the OpenAPI document: 1.0.0
11
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+ The version of the OpenAPI document: 1.0.0
11
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
13
- Do not edit the class manually.
13
+ Do not edit the class manually.
14
14
  """ # noqa: E501
15
15
 
16
16
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  import warnings
@@ -504,7 +504,7 @@ class AdminApi:
504
504
  )
505
505
 
506
506
  # authentication setting
507
- _auth_settings: List[str] = []
507
+ _auth_settings: List[str] = ["HTTPBearer"]
508
508
 
509
509
  return self.api_client.param_serialize(
510
510
  method="GET",
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  import warnings
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  import warnings
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  import warnings
@@ -1271,7 +1271,7 @@ class UserApi:
1271
1271
  _header_params["Content-Type"] = _default_content_type
1272
1272
 
1273
1273
  # authentication setting
1274
- _auth_settings: List[str] = []
1274
+ _auth_settings: List[str] = ["HTTPBearer"]
1275
1275
 
1276
1276
  return self.api_client.param_serialize(
1277
1277
  method="POST",
@@ -1515,7 +1515,7 @@ class UserApi:
1515
1515
  )
1516
1516
 
1517
1517
  # authentication setting
1518
- _auth_settings: List[str] = []
1518
+ _auth_settings: List[str] = ["HTTPBearer"]
1519
1519
 
1520
1520
  return self.api_client.param_serialize(
1521
1521
  method="GET",
@@ -2019,7 +2019,7 @@ class UserApi:
2019
2019
  _header_params["Content-Type"] = _default_content_type
2020
2020
 
2021
2021
  # authentication setting
2022
- _auth_settings: List[str] = []
2022
+ _auth_settings: List[str] = ["HTTPBearer"]
2023
2023
 
2024
2024
  return self.api_client.param_serialize(
2025
2025
  method="POST",
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  import warnings
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
 
@@ -17,7 +17,7 @@ import http.client as httplib
17
17
  import logging
18
18
  from logging import FileHandler
19
19
  import sys
20
- from typing import Any, ClassVar, Dict, List, Literal, Optional, TypedDict
20
+ from typing import Any, ClassVar, Dict, List, Literal, Optional, TypedDict, Union
21
21
  from typing_extensions import NotRequired, Self
22
22
 
23
23
  import urllib3
@@ -167,6 +167,8 @@ class Configuration:
167
167
  :param ssl_ca_cert: str - the path to a file of concatenated CA certificates
168
168
  in PEM format.
169
169
  :param retries: Number of retries for API requests.
170
+ :param ca_cert_data: verify the peer using concatenated CA certificate data
171
+ in PEM (str) or DER (bytes) format.
170
172
 
171
173
  :Example:
172
174
  """
@@ -188,6 +190,7 @@ class Configuration:
188
190
  ignore_operation_servers: bool = False,
189
191
  ssl_ca_cert: Optional[str] = None,
190
192
  retries: Optional[int] = None,
193
+ ca_cert_data: Optional[Union[str, bytes]] = None,
191
194
  *,
192
195
  debug: Optional[bool] = None,
193
196
  ) -> None:
@@ -264,6 +267,10 @@ class Configuration:
264
267
  self.ssl_ca_cert = ssl_ca_cert
265
268
  """Set this to customize the certificate file to verify the peer.
266
269
  """
270
+ self.ca_cert_data = ca_cert_data
271
+ """Set this to verify the peer using PEM (str) or DER (bytes)
272
+ certificate data.
273
+ """
267
274
  self.cert_file = None
268
275
  """client certificate file
269
276
  """
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Hive AI API
4
+ Crypticorn Auth API
5
5
 
6
- API for Hive AI model training and evaluation
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
  from typing import Any, Optional
@@ -2,14 +2,14 @@
2
2
 
3
3
  # flake8: noqa
4
4
  """
5
- Crypticorn Auth API
5
+ Crypticorn Auth API
6
6
 
7
- OpenAPI compliant REST API built using tRPC with Express
7
+ OpenAPI compliant REST API built using tRPC with Express
8
8
 
9
- The version of the OpenAPI document: 1.0.0
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
9
+ The version of the OpenAPI document: 1.0.0
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14
 
@@ -1,14 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Crypticorn Auth API
4
+ Crypticorn Auth API
5
5
 
6
- OpenAPI compliant REST API built using tRPC with Express
6
+ OpenAPI compliant REST API built using tRPC with Express
7
7
 
8
- The version of the OpenAPI document: 1.0.0
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0.0
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
- Do not edit the class manually.
11
+ Do not edit the class manually.
12
12
  """ # noqa: E501
13
13
 
14
14