@e-trias/woonplan 1.3.237 → 1.3.239
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
|
@@ -1595,6 +1595,7 @@ export interface IAreaaction extends ILogged{
|
|
|
1595
1595
|
localeid ?: string
|
|
1596
1596
|
locale ?: ILocale
|
|
1597
1597
|
abbreviatedname ?: string
|
|
1598
|
+
locales ?: ILocale[]
|
|
1598
1599
|
}
|
|
1599
1600
|
|
|
1600
1601
|
export interface IQuestionsetSettings{
|
|
@@ -1718,7 +1719,7 @@ interface IUsage{
|
|
|
1718
1719
|
name ?: string
|
|
1719
1720
|
savingsfactor ?: number
|
|
1720
1721
|
}[]
|
|
1721
|
-
energylabel ?: IEnergyLabel
|
|
1722
|
+
energylabel ?: IEnergyLabel | null
|
|
1722
1723
|
}
|
|
1723
1724
|
interface IUsageExtended extends IUsage{
|
|
1724
1725
|
energystreams : {
|