feat: parser, refactoring
This commit is contained in:
@@ -52,7 +52,6 @@ class CreatePlacementInput(pydantic.BaseModel):
|
||||
placement_date: datetime.datetime
|
||||
cost: float | None = None
|
||||
comment: str | None = None
|
||||
ad_post_url: str | None = None
|
||||
invite_link_type: domain.InviteLinkType = domain.InviteLinkType.PUBLIC
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user