Update User Info Response
Added more details UserInfoResponse class
This commit is contained in:
@ -12,6 +12,9 @@ class UserInfoResponse(BaseModel):
|
|||||||
expiration_days: int
|
expiration_days: int
|
||||||
account_creation_date: str
|
account_creation_date: str
|
||||||
blocked: bool
|
blocked: bool
|
||||||
|
status: str
|
||||||
|
upload_bytes: int
|
||||||
|
download_bytes: int
|
||||||
|
|
||||||
|
|
||||||
class UserListResponse(RootModel): # type: ignore
|
class UserListResponse(RootModel): # type: ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user