@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +3 -3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@e-trias/woonplan",
3
3
  "private": false,
4
4
  "types": "types.d.ts",
5
- "version": "1.3.295",
5
+ "version": "1.3.296",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
8
  "build": "tsc -p tsconfig.json",
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