fix(intelligence): contact_phone fix + Apollo/PDL enrichment + CSV export + stats endpoints

This commit is contained in:
VoXc2 2026-04-22 05:30:11 +00:00
parent 8075e63c7e
commit b2969b4653

View File

@ -31,7 +31,8 @@ class LeadCandidate:
contact_title: str = ""
contact_email: str = ""
contact_linkedin: str = ""
phone: str = ""
phone: str = "" # legacy field
contact_phone: str = "" # canonical field (alias for phone)
signals: List[str] = field(default_factory=list) # ["hiring", "expansion", ...]
trigger: str = "" # what triggered discovery
confidence: float = 0.5 # 0-1 source confidence