@leavittsoftware/lg-core-typescript 5.847.0 → 5.849.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 +2 -2
- package/lg.net.core.ts +1 -1
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -5467,8 +5467,8 @@ export interface SearchParametersDto {
|
|
|
5467
5467
|
Sources: Array<number>;
|
|
5468
5468
|
}
|
|
5469
5469
|
|
|
5470
|
-
export interface
|
|
5471
|
-
|
|
5470
|
+
export interface BulkSearchDto {
|
|
5471
|
+
BulkSearchCsv?: File | null ;
|
|
5472
5472
|
}
|
|
5473
5473
|
|
|
5474
5474
|
export interface SearchParametersDtoV2 {
|
package/lg.net.core.ts
CHANGED
|
@@ -2546,7 +2546,7 @@ export interface PhoneContact {
|
|
|
2546
2546
|
CompanyName?: string | null ;
|
|
2547
2547
|
ContactToCompanies: Array<Partial<ContactToCompany>>;
|
|
2548
2548
|
Conversations: Array<Partial<Conversation>>;
|
|
2549
|
-
DisplayName
|
|
2549
|
+
DisplayName?: string | null ;
|
|
2550
2550
|
FirstName?: string | null ;
|
|
2551
2551
|
Id: number;
|
|
2552
2552
|
LastBlockedByPerson?: Partial<Person> | null ;
|