feat: client endpoints fixes for client tab in deal editor
This commit is contained in:
@ -22,6 +22,7 @@ class CreateClientSchema(BaseSchema):
|
||||
|
||||
class ClientSchema(CreateClientSchema):
|
||||
id: int
|
||||
is_deleted: bool = False
|
||||
|
||||
|
||||
class UpdateClientSchema(BaseSchema):
|
||||
|
||||
Reference in New Issue
Block a user