@e-trias/woonplan 1.3.102 → 1.3.104
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 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -814,6 +814,7 @@ export interface IWssTag{
|
|
|
814
814
|
export interface IHouseobject{
|
|
815
815
|
deleted ?: boolean
|
|
816
816
|
id ?: string
|
|
817
|
+
name ?: string
|
|
817
818
|
sortorder ?: number
|
|
818
819
|
surface ?: number
|
|
819
820
|
measuredatas ?: IMeasuredata[]
|
|
@@ -971,6 +972,7 @@ export interface IWall extends IHouseobject{
|
|
|
971
972
|
|
|
972
973
|
export interface IRoom extends IHouseobject{
|
|
973
974
|
houselevel ?: IHouselevel
|
|
975
|
+
houselevelid ?: string
|
|
974
976
|
roofs ?: IRoof[]
|
|
975
977
|
windowframes ?: IWindowframe[]
|
|
976
978
|
floorinrooms ?: IFloorinroom[]
|