follow-up fixes due to recent User API specification changes.

This commit is contained in:
2025-01-21 18:30:22 +09:00
parent dd00973bea
commit 8a5e1b68b7
3 changed files with 12 additions and 6 deletions

View File

@ -20,8 +20,10 @@ class UsersCurrentResponseLaboratory:
class UsersApiCurrentResponse:
id: int
username: str
full_name: str
first_name: str
last_name: str
email: str
orcid_id: str
laboratories: list[UsersCurrentResponseLaboratory]
is_staff: bool
is_active: bool