Phase 1C: Frontend unified contact UI
This commit is contained in:
@@ -117,7 +117,7 @@ class EntryResponse(BaseModel):
|
||||
|
||||
|
||||
class LinkRequest(BaseModel):
|
||||
entity_type: str = Field(..., pattern="^(company|contact)$")
|
||||
entity_type: str = Field(..., pattern="^contact$")
|
||||
entity_id: str
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user