@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.380.0",
3
+ "version": "5.381.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [