Phase 1C: Frontend unified contact UI
This commit is contained in:
@@ -6,7 +6,7 @@ from pydantic import BaseModel, Field
|
||||
|
||||
|
||||
class AddressCreate(BaseModel):
|
||||
entity_type: str = Field(..., pattern="^(company|contact)$", description="'company' or 'contact'")
|
||||
entity_type: str = Field(..., pattern="^contact$", description="'contact'")
|
||||
entity_id: str = Field(..., description="UUID of the parent entity")
|
||||
label: str = Field(..., min_length=1, max_length=100)
|
||||
address_type: str = Field(
|
||||
|
||||
Reference in New Issue
Block a user