@leavittsoftware/lg-core-typescript 5.1040.0 → 5.1042.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 +3 -3
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -731,8 +731,8 @@ export interface BirthdaysReportDto {
|
|
|
731
731
|
}
|
|
732
732
|
|
|
733
733
|
export interface BookedSeparateByPersonIdAndDate {
|
|
734
|
-
|
|
735
|
-
|
|
734
|
+
BookedTotalCommercial: number;
|
|
735
|
+
BookedTotalPersonal: number;
|
|
736
736
|
PersonId: number;
|
|
737
737
|
}
|
|
738
738
|
|
|
@@ -8284,7 +8284,7 @@ export interface AnneOLeavittAwardGetSiteSettingDto {
|
|
|
8284
8284
|
|
|
8285
8285
|
export interface AnneOLeavittAwardSiteBannerDto {
|
|
8286
8286
|
Id?: number | null ;
|
|
8287
|
-
Image
|
|
8287
|
+
Image?: File | null ;
|
|
8288
8288
|
Location: AnneOLeavittAwardBannerLocationString;
|
|
8289
8289
|
}
|
|
8290
8290
|
|