changedInput schema / properties / candidates / description
Previous value: -"Batch mode: resolve many people in one call. Each needs first_name, last_name, domain (middle_name optional)."New value: +"Batch mode. Each entry uses the same identifier rules as the single-person form."
addedInput schema / properties / candidates / items / description
Added value: +"One of: {lead_id} | {linkedin_url} | {first_name,last_name,domain}"
addedInput schema / properties / candidates / items / properties / lead_id
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / candidates / items / properties / linkedin_url
Added value: +{
+ "type": "string"
+}
removedInput schema / properties / candidates / items / required
Removed value: -[
- "first_name",
- "last_name",
- "domain"
-]
changedInput schema / properties / domain / description
Previous value: -"Company domain without protocol, e.g. \"generect.com\" (required in single-person mode)."New value: +"Company domain without protocol, e.g. \"stripe.com\" (name+domain mode)."
changedInput schema / properties / first_name / description
Previous value: -"First name (single-person mode)."New value: +"First name (name+domain mode)."
changedInput schema / properties / last_name / description
Previous value: -"Last name (single-person mode)."New value: +"Last name (name+domain mode)."
addedInput schema / properties / lead_id
Added value: +{
+ "description": "Generect lead id from search / preview / enrich results — the cheapest and most accurate identifier.",
+ "type": "string"
+}
addedInput schema / properties / linkedin_url
Added value: +{
+ "description": "LinkedIn profile URL.",
+ "type": "string"
+}
changedInput schema / properties / middle_name / description
Previous value: -"Middle name (optional)."New value: +"Middle name (optional, improves pattern matching)."
changedInput schema / properties / timeout_ms / description
Previous value: -"Request timeout in milliseconds"New value: +"Request timeout in milliseconds."