feat: client endpoints fixes for client tab in deal editor

This commit is contained in:
2025-10-05 12:05:03 +04:00
parent 986712d5b7
commit 7d6155ff6c
5 changed files with 25 additions and 6 deletions

View File

@ -22,6 +22,7 @@ class CreateClientSchema(BaseSchema):
class ClientSchema(CreateClientSchema):
id: int
is_deleted: bool = False
class UpdateClientSchema(BaseSchema):