diff --git a/core/scripts/webpanel/routers/api/v1/schema/user.py b/core/scripts/webpanel/routers/api/v1/schema/user.py index 7b47b82..9afe538 100644 --- a/core/scripts/webpanel/routers/api/v1/schema/user.py +++ b/core/scripts/webpanel/routers/api/v1/schema/user.py @@ -12,6 +12,9 @@ class UserInfoResponse(BaseModel): expiration_days: int account_creation_date: str blocked: bool + status: str + upload_bytes: int + download_bytes: int class UserListResponse(RootModel): # type: ignore