@e-trias/woonplan 1.1.7 → 1.1.9
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 +2 -1
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -718,7 +718,7 @@ export interface IRoof extends IHouseobject{
|
|
|
718
718
|
knieschotbacksideaccessible ?: boolean
|
|
719
719
|
knieschotenoughspace ?: boolean
|
|
720
720
|
knieschotrunningmeters ?: number
|
|
721
|
-
buildyear
|
|
721
|
+
buildyear ?: number
|
|
722
722
|
protectedstatus ?: boolean
|
|
723
723
|
protectedstatusside ?: boolean
|
|
724
724
|
roofplanelocation ?: string
|
|
@@ -729,6 +729,7 @@ export interface IRoof extends IHouseobject{
|
|
|
729
729
|
flat_opgaandegevelheight ?: number
|
|
730
730
|
hellend_opgaandegevelheight ?: number
|
|
731
731
|
hellend_lokettenrunningmeters ?: number
|
|
732
|
+
flat_voetloodrunningmeters ?: number
|
|
732
733
|
|
|
733
734
|
|
|
734
735
|
|