follow changes to auth api on 2023-05-22.

This commit is contained in:
2023-05-22 13:46:19 +09:00
parent 837f035bc1
commit 9d62d3fb6a
2 changed files with 8 additions and 5 deletions

View File

@ -46,5 +46,5 @@ class Token:
class User:
id: int
username: str
laboratory_id: int
laboratory: str
laboratory_ids: list[int]
is_reviewer: bool