@e-trias/woonplan 1.3.297 → 1.3.299
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/package.json +1 -1
- package/types.d.ts +5 -5
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -2638,10 +2638,10 @@ export interface CombinedAdvicePackageMeasures {
|
|
|
2638
2638
|
completed : boolean
|
|
2639
2639
|
|
|
2640
2640
|
houseobjects ?: {
|
|
2641
|
-
floors ?:
|
|
2642
|
-
walls ?:
|
|
2643
|
-
roofs ?:
|
|
2644
|
-
windowframeparts ?:
|
|
2641
|
+
floors ?: CombinedAdvicedHouseobject[]
|
|
2642
|
+
walls ?: CombinedAdvicedHouseobject[]
|
|
2643
|
+
roofs ?: CombinedAdvicedHouseobject[]
|
|
2644
|
+
windowframeparts ?: CombinedAdvicedHouseobject[]
|
|
2645
2645
|
}
|
|
2646
2646
|
}
|
|
2647
2647
|
|
|
@@ -2661,7 +2661,7 @@ export interface CombinedAdviceSolar {
|
|
|
2661
2661
|
excess: number;
|
|
2662
2662
|
}
|
|
2663
2663
|
|
|
2664
|
-
export interface
|
|
2664
|
+
export interface CombinedAdvicedHouseobject extends IHouseObjectWithMeasuredatas{
|
|
2665
2665
|
advicedmeasuredatas: IMeasuredata[];
|
|
2666
2666
|
possiblemeasuredatas: IMeasuredata[];
|
|
2667
2667
|
|