BUILD130 — 4 цвета + HEX/RGB ввод

This commit is contained in:
2026-09-10 11:20:08 +03:00
parent a9278b5251
commit 837d40d6ce
7 changed files with 70 additions and 12 deletions

View File

@@ -171,6 +171,8 @@ class TeamDirectoryPayload(BaseModel):
color_2_enabled: bool = False
color_3_hex: str = Field(default="", max_length=9)
color_3_enabled: bool = False
color_4_hex: str = Field(default="", max_length=9)
color_4_enabled: bool = False
logo_url: str = Field(default="", max_length=2000)
active: bool = True