@leavittsoftware/lg-core-typescript 5.380.0 → 5.381.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api3.leavitt.com.ts +1 -1
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -3919,7 +3919,6 @@ export interface ClientSearchDto {
|
|
|
3919
3919
|
Phone: string | null;
|
|
3920
3920
|
State: string | null;
|
|
3921
3921
|
Street: string | null;
|
|
3922
|
-
Topic: string | null;
|
|
3923
3922
|
Zip: string | null;
|
|
3924
3923
|
}
|
|
3925
3924
|
|
|
@@ -3936,6 +3935,7 @@ export interface ClientSearchResultDto {
|
|
|
3936
3935
|
LastActivityDate: string | null;
|
|
3937
3936
|
LeadId: string | null;
|
|
3938
3937
|
LeadStatus: LeadStatusCodeTypeString | null;
|
|
3938
|
+
LinesOfBusiness: string | null;
|
|
3939
3939
|
MainPhone: string | null;
|
|
3940
3940
|
ProducerId: number | null;
|
|
3941
3941
|
ProducerName: string | null;
|