feat: patronymic and passport data for user

This commit is contained in:
2024-11-22 15:12:35 +04:00
parent e36fad70c5
commit 8652d31f6d
3 changed files with 5 additions and 1 deletions

View File

@@ -13,7 +13,9 @@ class BasicUser(BaseSchema):
phone_number: str | None = None
first_name: str
second_name: str
patronymic: str
comment: str
passport_data: str | None = None
is_admin: bool
is_blocked: bool