@e-trias/woonplan 1.0.73 → 1.0.76
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 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -619,6 +619,8 @@ export interface IRoof extends IHouseobject{
|
|
|
619
619
|
ridgeheight ?: number
|
|
620
620
|
ceilingboarded ?: boolean
|
|
621
621
|
roofingid ?: string | null
|
|
622
|
+
sideid ?: string | null
|
|
623
|
+
side ?: ISide
|
|
622
624
|
}
|
|
623
625
|
export interface IWindowframe extends IHouseobject{
|
|
624
626
|
userdataid : string
|
|
@@ -650,6 +652,8 @@ export interface IWindowframepart extends IHouseobject{
|
|
|
650
652
|
windowframeparttypeid ?: string | null
|
|
651
653
|
windowframeid ?: string | null
|
|
652
654
|
windowframe ?: IWindowframe
|
|
655
|
+
windowframetype ?: IWindowframetype
|
|
656
|
+
side ?: ISide
|
|
653
657
|
}
|
|
654
658
|
|
|
655
659
|
export interface IWindowframetype extends IAbstractHouseObjectType{
|