@leavittsoftware/lg-core-typescript 5.1066.0 → 5.1067.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/lg.net.core.ts +2 -2
- package/package.json +1 -1
package/lg.net.core.ts
CHANGED
|
@@ -5816,12 +5816,12 @@ export interface VisionQuote extends DocugamiProcessedQuote {
|
|
|
5816
5816
|
}
|
|
5817
5817
|
|
|
5818
5818
|
export interface LeavittGroupTelemarketingEntry {
|
|
5819
|
+
ChangeLog: Array<Partial<LeavittGroupTelemarketingEntryChange>>;
|
|
5819
5820
|
CreatedDate: string;
|
|
5820
5821
|
CreatorPerson?: Partial<Person> | null ;
|
|
5821
5822
|
CreatorPersonId?: number | null ;
|
|
5822
5823
|
Id: number;
|
|
5823
5824
|
LastModifiedDate?: string | null ;
|
|
5824
|
-
LeavittGroupTelemarketingEntryChanges: Array<Partial<LeavittGroupTelemarketingEntryChange>>;
|
|
5825
5825
|
PhoneNumber?: string | null ;
|
|
5826
5826
|
Status: TelemarketingTypeString;
|
|
5827
5827
|
}
|
|
@@ -5829,7 +5829,7 @@ export interface LeavittGroupTelemarketingEntry {
|
|
|
5829
5829
|
export interface LeavittGroupTelemarketingEntryChange {
|
|
5830
5830
|
CreatorPerson?: Partial<Person> | null ;
|
|
5831
5831
|
CreatorPersonId?: number | null ;
|
|
5832
|
-
Date
|
|
5832
|
+
Date: string;
|
|
5833
5833
|
Id: number;
|
|
5834
5834
|
Status: TelemarketingTypeString;
|
|
5835
5835
|
}
|