@e-trias/woonplan 1.3.295 → 1.3.296
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 +3 -3
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -2633,6 +2633,9 @@ export interface CombinedAdvicePackageMeasures {
|
|
|
2633
2633
|
measureid: string;
|
|
2634
2634
|
step: number;
|
|
2635
2635
|
measuredatas : IMeasuredata[]
|
|
2636
|
+
active : boolean
|
|
2637
|
+
applicable : boolean
|
|
2638
|
+
completed : boolean
|
|
2636
2639
|
}
|
|
2637
2640
|
|
|
2638
2641
|
export interface CombinedAdviceSolarRow {
|
|
@@ -2664,9 +2667,6 @@ export interface CombinedAdvice{
|
|
|
2664
2667
|
buildinginvestment : number
|
|
2665
2668
|
userdataid : string
|
|
2666
2669
|
contactid : string
|
|
2667
|
-
active : boolean
|
|
2668
|
-
applicable : boolean
|
|
2669
|
-
completed : boolean
|
|
2670
2670
|
houseobjects ?: {
|
|
2671
2671
|
floors ?: CombinedAdvicedMeasuredata
|
|
2672
2672
|
walls ?: CombinedAdvicedMeasuredata
|