This commit is contained in:
Artem Tsyrulnikov
2025-12-14 14:56:18 +03:00
parent 3f63581029
commit 4f87ff34e4
3 changed files with 10 additions and 3 deletions

View File

@@ -9,9 +9,9 @@ from src import domain
class PlacementOutput(pydantic.BaseModel):
id: uuid.UUID
project_id: uuid.UUID
project_channel_title: str
project_channel_title: str | None
placement_channel_id: uuid.UUID
placement_channel_title: str
placement_channel_title: str | None
creative_id: uuid.UUID
creative_name: str
placement_date: datetime.datetime