Remnawave_python-sdk/remnawave_api/models
Artem f47cda9378
feat: Add models for subscriptions, users, and system statistics
- Implemented TemplateResponseDto and UpdateTemplateRequestDto for subscription templates.
- Created models for system statistics including CPU, memory, and bandwidth.
- Developed user models for user creation, updates, and responses.
- Added bulk actions for user updates and statistics tracking.
- Introduced tests for authentication, bandwidth statistics, hosts, inbounds, key generation, nodes, subscriptions, and user management.
- Enhanced utility functions for generating random strings, emails, and date ranges for testing.
2025-04-21 20:44:27 +02:00
..
__init__.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
api_tokens_management.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
auth.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
bandwidthstats.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
hosts.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
hosts_bulk_actions.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
inbounds.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
inbounds_bulk_actions.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
keygen.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
nodes.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
subscription.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
subscriptions_settings.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
subscriptions_template.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
system.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
users.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
users_bulk_actions.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
users_stats.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
xray_config.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00