crypticorn 2.8.1__tar.gz → 2.8.2__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.
- {crypticorn-2.8.1 → crypticorn-2.8.2}/CHANGELOG.md +8 -0
- {crypticorn-2.8.1/crypticorn.egg-info → crypticorn-2.8.2}/PKG-INFO +1 -1
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/common/router/status_router.py +1 -1
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/api/admin_api.py +22 -19
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/api/status_api.py +6 -6
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/configuration.py +4 -2
- {crypticorn-2.8.1 → crypticorn-2.8.2/crypticorn.egg-info}/PKG-INFO +1 -1
- {crypticorn-2.8.1 → crypticorn-2.8.2}/pyproject.toml +1 -1
- {crypticorn-2.8.1 → crypticorn-2.8.2}/MANIFEST.in +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/README.md +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/api/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/api/admin_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/api/auth_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/api/service_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/api/user_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/api/wallet_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/api_client.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/api_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/configuration.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/exceptions.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/add_wallet200_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/add_wallet_request.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/authorize_user200_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/authorize_user200_response_auth.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/authorize_user_request.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/create_api_key200_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/create_api_key_request.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/create_user_request.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/get_api_keys200_response_inner.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/list_wallets200_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/list_wallets200_response_balances_inner.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/list_wallets200_response_balances_inner_sale_round.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/list_wallets200_response_balances_inner_wallet.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/list_wallets200_response_balances_inner_wallet_vesting_wallets_inner.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/list_wallets200_response_data_inner.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/list_wallets200_response_user_value.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/logout_default_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/logout_default_response_issues_inner.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/oauth_callback200_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/oauth_callback200_response_user.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/refresh_token_info200_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/refresh_token_info200_response_user_session.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/resend_verification_email_request.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/revoke_user_tokens_request.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/rotate_tokens200_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/token_info200_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/unlink_wallet_request.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/update_user_request.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/user_by_username200_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/user_reset_password_request.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/user_set_password_request.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/verify200_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/verify_email200_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/verify_email200_response_auth.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/verify_email200_response_auth_auth.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/verify_email_request.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/verify_wallet_request.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/wallet_verified200_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/whoami200_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/py.typed +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/rest.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/main.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/cli/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/cli/__main__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/cli/init.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/cli/templates/Dockerfile +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/cli/templates/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/cli/templates/auth.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/cli/templates/dependabot.yml +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/cli/templates/ruff.yml +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/client.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/common/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/common/ansi_colors.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/common/auth.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/common/decorators.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/common/enums.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/common/errors.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/common/exceptions.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/common/logging.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/common/middleware.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/common/mixins.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/common/pagination.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/common/router/admin_router.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/common/scopes.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/common/urls.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/common/utils.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/api/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/api/admin_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/api/data_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/api/models_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/api/status_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/api_client.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/api_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/configuration.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/exceptions.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/api_error_identifier.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/api_error_level.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/api_error_type.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/coins.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/data_download_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/data_info.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/data_options.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/data_version.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/data_version_info.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/download_links.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/evaluation.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/evaluation_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/exception_detail.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/feature_size.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/log_level.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/model.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/model_create.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/model_status.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/model_update.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/target.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/target_info.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/target_type.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/py.typed +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/rest.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/main.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/utils.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/api/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/api/admin_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/api/change_in_timeframe_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/api/funding_rates_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/api/ohlcv_data_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/api/status_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/api/symbols_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/api/udf_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/api_client.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/api_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/configuration.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/exceptions.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/api_error_identifier.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/api_error_level.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/api_error_type.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/change_in_timeframe.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/exception_detail.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/funding_rate.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/funding_rate_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/internal_exchange.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/log_level.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/market_type.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/ohlcv.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/resolution.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/search_symbol.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/sort_direction.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/symbol_group.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/symbol_info.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/symbol_type.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/timeframe.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/models/udf_config.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/py.typed +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/rest.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/main.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/api/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/api/exchanges_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/api/indicators_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/api/logs_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/api/marketcap_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/api/markets_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/api/quote_currencies_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/api/tokens_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/api_client.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/api_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/exceptions.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/models/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/models/api_error_identifier.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/models/api_error_level.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/models/api_error_type.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/models/exception_detail.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/models/exchange_mapping.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/models/internal_exchange.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/models/log_level.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/models/market_type.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/models/marketcap_ranking.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/models/ohlcv.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/models/severity.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/models/time_interval.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/models/trading_status.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/py.typed +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/client/rest.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/metrics/main.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/api/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/api/admin_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/api/now_payments_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/api/payments_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/api/products_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/api/status_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/api_client.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/api_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/configuration.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/exceptions.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/models/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/models/exception_detail.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/models/log_level.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/models/now_create_invoice_req.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/models/now_create_invoice_res.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/models/payment.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/models/payment_status.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/models/product_create.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/models/product_read.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/models/product_sub_read.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/models/product_update.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/models/provider.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/models/response_getuptime.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/models/scope.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/py.typed +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/client/rest.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/pay/main.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/api/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/api/api_keys_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/api/bots_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/api/exchanges_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/api/futures_trading_panel_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/api/notifications_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/api/orders_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/api/status_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/api/strategies_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/api/trading_actions_api.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/api_client.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/api_response.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/configuration.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/exceptions.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/__init__.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/action_model.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/bot_model.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/bot_status.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/exception_detail.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/exchange_key_model.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/execution_ids.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/futures_balance.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/futures_trading_action.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/margin_mode.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/notification_model.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/order_model.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/order_status.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/post_futures_action.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/spot_trading_action.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/strategy_exchange_info.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/strategy_model_input.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/strategy_model_output.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/tpsl.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/models/trading_action_type.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/py.typed +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/client/rest.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/trade/main.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn.egg-info/SOURCES.txt +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn.egg-info/dependency_links.txt +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn.egg-info/entry_points.txt +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn.egg-info/requires.txt +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn.egg-info/top_level.txt +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/requirements/dev.txt +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/requirements/extra.txt +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/requirements/main.txt +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/requirements/test.txt +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/setup.cfg +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/tests/test_auth_client.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/tests/test_config.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/tests/test_enums.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/tests/test_errors.py +0 -0
- {crypticorn-2.8.1 → crypticorn-2.8.2}/tests/test_pagination.py +0 -0
@@ -16,8 +16,8 @@ from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
16
16
|
from typing import Any, Dict, List, Optional, Tuple, Union
|
17
17
|
from typing_extensions import Annotated
|
18
18
|
|
19
|
-
from pydantic import Field, StrictInt, StrictStr, field_validator
|
20
|
-
from typing import Any, Dict, List, Optional
|
19
|
+
from pydantic import Field, StrictFloat, StrictInt, StrictStr, field_validator
|
20
|
+
from typing import Any, Dict, List, Optional, Union
|
21
21
|
from typing_extensions import Annotated
|
22
22
|
from crypticorn.metrics.client.models.log_level import LogLevel
|
23
23
|
|
@@ -248,7 +248,7 @@ class AdminApi:
|
|
248
248
|
)
|
249
249
|
|
250
250
|
# authentication setting
|
251
|
-
_auth_settings: List[str] = []
|
251
|
+
_auth_settings: List[str] = ["APIKeyHeader", "HTTPBearer"]
|
252
252
|
|
253
253
|
return self.api_client.param_serialize(
|
254
254
|
method="GET",
|
@@ -509,7 +509,7 @@ class AdminApi:
|
|
509
509
|
)
|
510
510
|
|
511
511
|
# authentication setting
|
512
|
-
_auth_settings: List[str] = []
|
512
|
+
_auth_settings: List[str] = ["APIKeyHeader", "HTTPBearer"]
|
513
513
|
|
514
514
|
return self.api_client.param_serialize(
|
515
515
|
method="GET",
|
@@ -541,9 +541,9 @@ class AdminApi:
|
|
541
541
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
542
542
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
543
543
|
) -> LogLevel:
|
544
|
-
"""Get Logging Level
|
544
|
+
"""(Deprecated) Get Logging Level
|
545
545
|
|
546
|
-
Get the log level of the server logger.
|
546
|
+
Get the log level of the server logger. Will be removed in a future release.
|
547
547
|
|
548
548
|
:param _request_timeout: timeout setting for this request. If one
|
549
549
|
number provided, it will be total request
|
@@ -566,6 +566,7 @@ class AdminApi:
|
|
566
566
|
:type _host_index: int, optional
|
567
567
|
:return: Returns the result object.
|
568
568
|
""" # noqa: E501
|
569
|
+
warnings.warn("GET /admin/log-level is deprecated.", DeprecationWarning)
|
569
570
|
|
570
571
|
_param = self._get_log_level_serialize(
|
571
572
|
_request_auth=_request_auth,
|
@@ -601,9 +602,9 @@ class AdminApi:
|
|
601
602
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
602
603
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
603
604
|
) -> ApiResponse[LogLevel]:
|
604
|
-
"""Get Logging Level
|
605
|
+
"""(Deprecated) Get Logging Level
|
605
606
|
|
606
|
-
Get the log level of the server logger.
|
607
|
+
Get the log level of the server logger. Will be removed in a future release.
|
607
608
|
|
608
609
|
:param _request_timeout: timeout setting for this request. If one
|
609
610
|
number provided, it will be total request
|
@@ -626,6 +627,7 @@ class AdminApi:
|
|
626
627
|
:type _host_index: int, optional
|
627
628
|
:return: Returns the result object.
|
628
629
|
""" # noqa: E501
|
630
|
+
warnings.warn("GET /admin/log-level is deprecated.", DeprecationWarning)
|
629
631
|
|
630
632
|
_param = self._get_log_level_serialize(
|
631
633
|
_request_auth=_request_auth,
|
@@ -661,9 +663,9 @@ class AdminApi:
|
|
661
663
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
662
664
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
663
665
|
) -> RESTResponseType:
|
664
|
-
"""Get Logging Level
|
666
|
+
"""(Deprecated) Get Logging Level
|
665
667
|
|
666
|
-
Get the log level of the server logger.
|
668
|
+
Get the log level of the server logger. Will be removed in a future release.
|
667
669
|
|
668
670
|
:param _request_timeout: timeout setting for this request. If one
|
669
671
|
number provided, it will be total request
|
@@ -686,6 +688,7 @@ class AdminApi:
|
|
686
688
|
:type _host_index: int, optional
|
687
689
|
:return: Returns the result object.
|
688
690
|
""" # noqa: E501
|
691
|
+
warnings.warn("GET /admin/log-level is deprecated.", DeprecationWarning)
|
689
692
|
|
690
693
|
_param = self._get_log_level_serialize(
|
691
694
|
_request_auth=_request_auth,
|
@@ -736,7 +739,7 @@ class AdminApi:
|
|
736
739
|
)
|
737
740
|
|
738
741
|
# authentication setting
|
739
|
-
_auth_settings: List[str] = []
|
742
|
+
_auth_settings: List[str] = ["APIKeyHeader", "HTTPBearer"]
|
740
743
|
|
741
744
|
return self.api_client.param_serialize(
|
742
745
|
method="GET",
|
@@ -767,7 +770,7 @@ class AdminApi:
|
|
767
770
|
_content_type: Optional[StrictStr] = None,
|
768
771
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
769
772
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
770
|
-
) ->
|
773
|
+
) -> float:
|
771
774
|
"""Get Memory Usage
|
772
775
|
|
773
776
|
Resident Set Size (RSS) in MB — the actual memory used by the process in RAM. Represents the physical memory footprint. Important for monitoring real usage.
|
@@ -802,7 +805,7 @@ class AdminApi:
|
|
802
805
|
)
|
803
806
|
|
804
807
|
_response_types_map: Dict[str, Optional[str]] = {
|
805
|
-
"200": "
|
808
|
+
"200": "float",
|
806
809
|
}
|
807
810
|
response_data = await self.api_client.call_api(
|
808
811
|
*_param, _request_timeout=_request_timeout
|
@@ -827,7 +830,7 @@ class AdminApi:
|
|
827
830
|
_content_type: Optional[StrictStr] = None,
|
828
831
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
829
832
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
830
|
-
) -> ApiResponse[
|
833
|
+
) -> ApiResponse[float]:
|
831
834
|
"""Get Memory Usage
|
832
835
|
|
833
836
|
Resident Set Size (RSS) in MB — the actual memory used by the process in RAM. Represents the physical memory footprint. Important for monitoring real usage.
|
@@ -862,7 +865,7 @@ class AdminApi:
|
|
862
865
|
)
|
863
866
|
|
864
867
|
_response_types_map: Dict[str, Optional[str]] = {
|
865
|
-
"200": "
|
868
|
+
"200": "float",
|
866
869
|
}
|
867
870
|
response_data = await self.api_client.call_api(
|
868
871
|
*_param, _request_timeout=_request_timeout
|
@@ -922,7 +925,7 @@ class AdminApi:
|
|
922
925
|
)
|
923
926
|
|
924
927
|
_response_types_map: Dict[str, Optional[str]] = {
|
925
|
-
"200": "
|
928
|
+
"200": "float",
|
926
929
|
}
|
927
930
|
response_data = await self.api_client.call_api(
|
928
931
|
*_param, _request_timeout=_request_timeout
|
@@ -963,7 +966,7 @@ class AdminApi:
|
|
963
966
|
)
|
964
967
|
|
965
968
|
# authentication setting
|
966
|
-
_auth_settings: List[str] = []
|
969
|
+
_auth_settings: List[str] = ["APIKeyHeader", "HTTPBearer"]
|
967
970
|
|
968
971
|
return self.api_client.param_serialize(
|
969
972
|
method="GET",
|
@@ -1190,7 +1193,7 @@ class AdminApi:
|
|
1190
1193
|
)
|
1191
1194
|
|
1192
1195
|
# authentication setting
|
1193
|
-
_auth_settings: List[str] = []
|
1196
|
+
_auth_settings: List[str] = ["APIKeyHeader", "HTTPBearer"]
|
1194
1197
|
|
1195
1198
|
return self.api_client.param_serialize(
|
1196
1199
|
method="GET",
|
@@ -1434,7 +1437,7 @@ class AdminApi:
|
|
1434
1437
|
)
|
1435
1438
|
|
1436
1439
|
# authentication setting
|
1437
|
-
_auth_settings: List[str] = []
|
1440
|
+
_auth_settings: List[str] = ["APIKeyHeader", "HTTPBearer"]
|
1438
1441
|
|
1439
1442
|
return self.api_client.param_serialize(
|
1440
1443
|
method="GET",
|
@@ -17,7 +17,7 @@ from typing import Any, Dict, List, Optional, Tuple, Union
|
|
17
17
|
from typing_extensions import Annotated
|
18
18
|
|
19
19
|
from pydantic import StrictStr, field_validator
|
20
|
-
from typing import Optional
|
20
|
+
from typing import Any, Dict, Optional
|
21
21
|
|
22
22
|
from crypticorn.metrics.client.api_client import ApiClient, RequestSerialized
|
23
23
|
from crypticorn.metrics.client.api_response import ApiResponse
|
@@ -294,7 +294,7 @@ class StatusApi:
|
|
294
294
|
_content_type: Optional[StrictStr] = None,
|
295
295
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
296
296
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
297
|
-
) -> str:
|
297
|
+
) -> Dict[str, object]:
|
298
298
|
"""Ping
|
299
299
|
|
300
300
|
Returns 'OK' if the API is running.
|
@@ -329,7 +329,7 @@ class StatusApi:
|
|
329
329
|
)
|
330
330
|
|
331
331
|
_response_types_map: Dict[str, Optional[str]] = {
|
332
|
-
"200": "str",
|
332
|
+
"200": "Dict[str, object]",
|
333
333
|
}
|
334
334
|
response_data = await self.api_client.call_api(
|
335
335
|
*_param, _request_timeout=_request_timeout
|
@@ -354,7 +354,7 @@ class StatusApi:
|
|
354
354
|
_content_type: Optional[StrictStr] = None,
|
355
355
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
356
356
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
357
|
-
) -> ApiResponse[str]:
|
357
|
+
) -> ApiResponse[Dict[str, object]]:
|
358
358
|
"""Ping
|
359
359
|
|
360
360
|
Returns 'OK' if the API is running.
|
@@ -389,7 +389,7 @@ class StatusApi:
|
|
389
389
|
)
|
390
390
|
|
391
391
|
_response_types_map: Dict[str, Optional[str]] = {
|
392
|
-
"200": "str",
|
392
|
+
"200": "Dict[str, object]",
|
393
393
|
}
|
394
394
|
response_data = await self.api_client.call_api(
|
395
395
|
*_param, _request_timeout=_request_timeout
|
@@ -449,7 +449,7 @@ class StatusApi:
|
|
449
449
|
)
|
450
450
|
|
451
451
|
_response_types_map: Dict[str, Optional[str]] = {
|
452
|
-
"200": "str",
|
452
|
+
"200": "Dict[str, object]",
|
453
453
|
}
|
454
454
|
response_data = await self.api_client.call_api(
|
455
455
|
*_param, _request_timeout=_request_timeout
|
@@ -215,7 +215,9 @@ class Configuration:
|
|
215
215
|
debug: Optional[bool] = None,
|
216
216
|
) -> None:
|
217
217
|
"""Constructor"""
|
218
|
-
self._base_path =
|
218
|
+
self._base_path = (
|
219
|
+
"https://api.crypticorn.dev/v1/metrics" if host is None else host
|
220
|
+
)
|
219
221
|
"""Default Base url
|
220
222
|
"""
|
221
223
|
self.server_index = 0 if server_index is None and host is None else server_index
|
@@ -557,7 +559,7 @@ class Configuration:
|
|
557
559
|
"""
|
558
560
|
return [
|
559
561
|
{
|
560
|
-
"url": "
|
562
|
+
"url": "https://api.crypticorn.dev/v1/metrics",
|
561
563
|
"description": "No description provided",
|
562
564
|
}
|
563
565
|
]
|
@@ -5,7 +5,7 @@ readme = "README.md"
|
|
5
5
|
license = {text = "MIT"}
|
6
6
|
requires-python = ">=3.10"
|
7
7
|
authors = [{name = "Crypticorn", email = "timon@crypticorn.com"}]
|
8
|
-
version = "2.8.
|
8
|
+
version = "2.8.2"
|
9
9
|
keywords = ["machine learning", "data science", "crypto", "modelling"]
|
10
10
|
dynamic = ["dependencies", "optional-dependencies"]
|
11
11
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/add_wallet200_response.py
RENAMED
File without changes
|
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/authorize_user200_response.py
RENAMED
File without changes
|
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/authorize_user_request.py
RENAMED
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/create_api_key200_response.py
RENAMED
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/create_api_key_request.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/list_wallets200_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/logout_default_response.py
RENAMED
File without changes
|
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/oauth_callback200_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/revoke_user_tokens_request.py
RENAMED
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/rotate_tokens200_response.py
RENAMED
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/token_info200_response.py
RENAMED
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/unlink_wallet_request.py
RENAMED
File without changes
|
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/user_by_username200_response.py
RENAMED
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/user_reset_password_request.py
RENAMED
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/user_set_password_request.py
RENAMED
File without changes
|
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/verify_email200_response.py
RENAMED
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/verify_email200_response_auth.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/verify_wallet_request.py
RENAMED
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/auth/client/models/wallet_verified200_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/hive/client/models/data_download_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{crypticorn-2.8.1 → crypticorn-2.8.2}/crypticorn/klines/client/api/change_in_timeframe_api.py
RENAMED
File without changes
|
File without changes
|