@e-trias/woonplan 1.0.55 → 1.0.58

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 +7 -0
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.0.55",
5
+ "version": "1.0.58",
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
@@ -121,6 +121,11 @@ export interface IUserdata{
121
121
  renovationconstruction ?: boolean
122
122
  allowwallinsideinsulation ?: boolean
123
123
  protectedstatus ?: string
124
+
125
+ flatroofshouldberedone ?: boolean
126
+ shouldceilingbepaneled ?: boolean
127
+ allowlowerceiling ?: string
128
+
124
129
  }
125
130
 
126
131
  export interface Solarapicall{
@@ -525,6 +530,7 @@ export interface IWindowframe extends IHouseobject{
525
530
  windowframetype ?: IWindowframetype
526
531
  width : number
527
532
  height : number
533
+ needreplacing ?: boolean
528
534
  }
529
535
 
530
536
  export interface IWindowframepart extends IHouseobject{
@@ -540,6 +546,7 @@ export interface IWindowframepart extends IHouseobject{
540
546
 
541
547
  windowframeparttypeid ?: string
542
548
  windowframeid ?: string
549
+ windowframe ?: IWindowframe
543
550
  }
544
551
 
545
552
  export interface IWindowframetype extends IAbstractHouseObjectType{