@e-trias/woonplan 1.3.295 → 1.3.297
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 +10 -9
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -2633,6 +2633,16 @@ export interface CombinedAdvicePackageMeasures {
|
|
|
2633
2633
|
measureid: string;
|
|
2634
2634
|
step: number;
|
|
2635
2635
|
measuredatas : IMeasuredata[]
|
|
2636
|
+
active : boolean
|
|
2637
|
+
applicable : boolean
|
|
2638
|
+
completed : boolean
|
|
2639
|
+
|
|
2640
|
+
houseobjects ?: {
|
|
2641
|
+
floors ?: CombinedAdvicedMeasuredata
|
|
2642
|
+
walls ?: CombinedAdvicedMeasuredata
|
|
2643
|
+
roofs ?: CombinedAdvicedMeasuredata
|
|
2644
|
+
windowframeparts ?: CombinedAdvicedMeasuredata
|
|
2645
|
+
}
|
|
2636
2646
|
}
|
|
2637
2647
|
|
|
2638
2648
|
export interface CombinedAdviceSolarRow {
|
|
@@ -2664,13 +2674,4 @@ export interface CombinedAdvice{
|
|
|
2664
2674
|
buildinginvestment : number
|
|
2665
2675
|
userdataid : string
|
|
2666
2676
|
contactid : string
|
|
2667
|
-
active : boolean
|
|
2668
|
-
applicable : boolean
|
|
2669
|
-
completed : boolean
|
|
2670
|
-
houseobjects ?: {
|
|
2671
|
-
floors ?: CombinedAdvicedMeasuredata
|
|
2672
|
-
walls ?: CombinedAdvicedMeasuredata
|
|
2673
|
-
roofs ?: CombinedAdvicedMeasuredata
|
|
2674
|
-
windowframeparts ?: CombinedAdvicedMeasuredata
|
|
2675
|
-
}
|
|
2676
2677
|
}
|