@e-trias/woonplan 1.2.95 → 1.2.97
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 +3 -3
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -187,8 +187,8 @@ export interface IAveragecalcdatatype{
|
|
|
187
187
|
averagecalcdatas ?: IAveragecalcdata[]
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
export interface IOrientation
|
|
191
|
-
|
|
190
|
+
export interface IOrientation{
|
|
191
|
+
logged ?: ILogged
|
|
192
192
|
}
|
|
193
193
|
|
|
194
194
|
|
|
@@ -1676,7 +1676,7 @@ export interface IVentilationsystem{
|
|
|
1676
1676
|
manufacturerid ?: string
|
|
1677
1677
|
manufacturer ?: IManufacturer
|
|
1678
1678
|
ventilationsystemtypeid ?: string
|
|
1679
|
-
ventilationsystemtype ?:
|
|
1679
|
+
ventilationsystemtype ?: IVentilationsystemtype
|
|
1680
1680
|
buildyear : number
|
|
1681
1681
|
needsreplacing : boolean
|
|
1682
1682
|
othermanufacturer ?: string
|