- Shipped
- April 26, 2026 at 5:41 PM UTC
- Author
- Kamo
- Commit
- 3a9b32a
- LeadMarket entity gets include_company (Boolean, nullable) - Lead entity gets company_name (String, max 50, nullable) - LeadMarketDTO, CreateLeadMarketRequest, UpdateLeadMarketRequest carry includeCompany - LeadDTO carries companyName and exposes includeCompany inside MarketInfoDTO - **************** carry companyName - LeadMarketService wires includeCompany on create/update - LeadService wires companyName on create/update and preserves it across mortgage type conversions