@e-trias/woonplan 1.3.242 → 1.3.244
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 +4 -1
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -1029,14 +1029,17 @@ export interface IFloortype extends IAbstractHouseObjectType{
|
|
|
1029
1029
|
lambda ?: number
|
|
1030
1030
|
rcvalue ?: number
|
|
1031
1031
|
image ?: string
|
|
1032
|
+
floors : IFloor[]
|
|
1032
1033
|
}
|
|
1033
1034
|
|
|
1034
1035
|
export interface IRooftype extends IAbstractHouseObjectType{
|
|
1035
1036
|
image ?: string
|
|
1037
|
+
roofs : IRoof[]
|
|
1036
1038
|
}
|
|
1037
1039
|
|
|
1038
1040
|
export interface IWalltype extends IAbstractHouseObjectType{
|
|
1039
1041
|
image ?: string
|
|
1042
|
+
walls : IWall[]
|
|
1040
1043
|
}
|
|
1041
1044
|
|
|
1042
1045
|
|
|
@@ -1286,7 +1289,7 @@ export interface IGasfreeoption{
|
|
|
1286
1289
|
sortorder ?: number
|
|
1287
1290
|
riskfactor : number
|
|
1288
1291
|
gasfreeoptionmeasures ?: IGasfreeoptionmeasure[]
|
|
1289
|
-
measures
|
|
1292
|
+
measures : IMeasure[]
|
|
1290
1293
|
}
|
|
1291
1294
|
export interface IGasfreeoptionmeasure{
|
|
1292
1295
|
id ?: string
|