@e-trias/woonplan 1.3.160 → 1.3.162
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 +20 -6
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -1649,12 +1649,26 @@ interface IUsage{
|
|
|
1649
1649
|
}[]
|
|
1650
1650
|
}
|
|
1651
1651
|
interface IUsageExtended extends IUsage{
|
|
1652
|
-
|
|
1653
|
-
warmwater :
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1652
|
+
energystreams : {
|
|
1653
|
+
warmwater : {
|
|
1654
|
+
calculated ?: FuelDistribution,
|
|
1655
|
+
actual : FuelDistribution
|
|
1656
|
+
}
|
|
1657
|
+
heating : {
|
|
1658
|
+
calculated ?: FuelDistribution,
|
|
1659
|
+
actual : FuelDistribution
|
|
1660
|
+
}
|
|
1661
|
+
cooking : {
|
|
1662
|
+
calculated ?: FuelDistribution,
|
|
1663
|
+
actual : FuelDistribution
|
|
1664
|
+
}
|
|
1665
|
+
household : {
|
|
1666
|
+
calculated ?: FuelDistribution,
|
|
1667
|
+
actual : FuelDistribution
|
|
1668
|
+
}
|
|
1669
|
+
},
|
|
1670
|
+
applianceextras ?: FuelDistribution,
|
|
1671
|
+
appliancesavings ?: FuelDistribution,
|
|
1658
1672
|
}
|
|
1659
1673
|
|
|
1660
1674
|
interface ICosts{
|