@e-trias/woonplan 1.3.65 → 1.3.67
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 +6 -2
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -968,9 +968,10 @@ export interface IRoof extends IHouseobject{
|
|
|
968
968
|
hellend_lokettenrunningmeters ?: number
|
|
969
969
|
flat_voetloodrunningmeters ?: number
|
|
970
970
|
|
|
971
|
-
|
|
972
|
-
|
|
971
|
+
replaceroofsheathing ?: boolean
|
|
972
|
+
replaceraftersorjoists ?: boolean
|
|
973
973
|
}
|
|
974
|
+
|
|
974
975
|
export interface IWindowframe extends IHouseobject{
|
|
975
976
|
userdataid ?: string | null
|
|
976
977
|
userdata ?: IUserdata
|
|
@@ -1563,6 +1564,9 @@ export interface IInsulationmethod extends IAbstractInsulation{
|
|
|
1563
1564
|
}[]
|
|
1564
1565
|
}
|
|
1565
1566
|
export interface IInsulationlocation extends IAbstractInsulation{
|
|
1567
|
+
rooftypeinsulationlocations ?: {
|
|
1568
|
+
rooftypeid: string
|
|
1569
|
+
}[]
|
|
1566
1570
|
}
|
|
1567
1571
|
export interface IInsulationtype extends IAbstractInsulation{
|
|
1568
1572
|
lambda ?: number | null
|