@leavittsoftware/lg-core-typescript 5.303.0 → 5.304.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
|
@@ -3111,7 +3111,6 @@ export interface CompanyLease {
|
|
|
3111
3111
|
CalendarInviteId: string | null;
|
|
3112
3112
|
CompanyAddress: Partial<CompanyAddress> | null;
|
|
3113
3113
|
CompanyLeaseAttachments: Array<Partial<CompanyLeaseAttachment>>;
|
|
3114
|
-
CompanyLeaseNotification: Partial<CompanyLeaseNotification> | null;
|
|
3115
3114
|
HoldoverPercentage: number | null;
|
|
3116
3115
|
Id: number;
|
|
3117
3116
|
LandlordType: LandlordTypeString | null;
|
|
@@ -3135,7 +3134,7 @@ export interface CompanyLeaseAttachment extends IDatabaseAttachment {
|
|
|
3135
3134
|
}
|
|
3136
3135
|
|
|
3137
3136
|
export interface CompanyLeaseNotification {
|
|
3138
|
-
|
|
3137
|
+
Company: Partial<Company> | null;
|
|
3139
3138
|
EnableOutlookExpirationCalendarEvents: boolean;
|
|
3140
3139
|
EnablePostExpirationDailyNotifications: boolean;
|
|
3141
3140
|
EnablePreExpirationDailyNotification: boolean;
|
|
@@ -4789,6 +4788,7 @@ export interface Company {
|
|
|
4789
4788
|
BookOfBusinessChanges: Array<Partial<BookOfBusinessChange>>;
|
|
4790
4789
|
BrokerDisclosureCompanySetting: Partial<BrokerDisclosureCompanySetting> | null;
|
|
4791
4790
|
CompanyGroupToCompanies: Array<Partial<CompanyGroupToCompany>>;
|
|
4791
|
+
CompanyLeaseNotification: Partial<CompanyLeaseNotification> | null;
|
|
4792
4792
|
CompanyOwnerships: Array<Partial<CompanyOwnership>>;
|
|
4793
4793
|
CompanyTeams: Array<Partial<CompanyTeam>>;
|
|
4794
4794
|
CompanyUhcCode: Partial<CompanyUhcCode> | null;
|