@e-trias/woonplan 1.0.54 → 1.0.57
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 +9 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -121,6 +121,12 @@ export interface IUserdata{
|
|
|
121
121
|
renovationconstruction ?: boolean
|
|
122
122
|
allowwallinsideinsulation ?: boolean
|
|
123
123
|
protectedstatus ?: string
|
|
124
|
+
|
|
125
|
+
flatroofshouldberedone ?: boolean
|
|
126
|
+
shouldceilingbepaneled ?: boolean
|
|
127
|
+
allowlowerceiling ?: boolean
|
|
128
|
+
atticwalkable ?: boolean
|
|
129
|
+
|
|
124
130
|
}
|
|
125
131
|
|
|
126
132
|
export interface Solarapicall{
|
|
@@ -203,6 +209,7 @@ export interface IMeasuredata{
|
|
|
203
209
|
insulationmethodid ?: string
|
|
204
210
|
insulationlocationid ?: string
|
|
205
211
|
insulationtypeid ?: string
|
|
212
|
+
glasstypeid ?: string
|
|
206
213
|
}
|
|
207
214
|
|
|
208
215
|
export interface IMeasuredatainterestedcontact{
|
|
@@ -524,6 +531,7 @@ export interface IWindowframe extends IHouseobject{
|
|
|
524
531
|
windowframetype ?: IWindowframetype
|
|
525
532
|
width : number
|
|
526
533
|
height : number
|
|
534
|
+
needreplacing ?: boolean
|
|
527
535
|
}
|
|
528
536
|
|
|
529
537
|
export interface IWindowframepart extends IHouseobject{
|
|
@@ -539,6 +547,7 @@ export interface IWindowframepart extends IHouseobject{
|
|
|
539
547
|
|
|
540
548
|
windowframeparttypeid ?: string
|
|
541
549
|
windowframeid ?: string
|
|
550
|
+
windowframe ?: IWindowframe
|
|
542
551
|
}
|
|
543
552
|
|
|
544
553
|
export interface IWindowframetype extends IAbstractHouseObjectType{
|