feat(market): add draft status and multiplier

This commit is contained in:
2026-05-24 09:20:01 +02:00
parent 79e7cef3ba
commit e557fe2cda
14 changed files with 121 additions and 46 deletions
+1
View File
@@ -221,6 +221,7 @@ class UserInfoOut(Schema):
first_name: Optional[str] = None
last_name: Optional[str] = None
email: Optional[str] = None
points: int = 0
is_authenticated: bool
is_staff: bool
is_superuser: bool