@e-trias/woonplan 1.3.184 → 1.3.185

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +7 -0
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@e-trias/woonplan",
3
3
  "private": false,
4
4
  "types": "types.d.ts",
5
- "version": "1.3.184",
5
+ "version": "1.3.185",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
8
8
  "build": "tsc -p tsconfig.json",
package/types.d.ts CHANGED
@@ -1670,22 +1670,29 @@ interface IUsageExtended extends IUsage{
1670
1670
  warmwater : {
1671
1671
  calculated ?: FuelDistribution,
1672
1672
  actual : FuelDistribution
1673
+ perMonth : FuelDistributionPerMonth
1673
1674
  }
1674
1675
  heating : {
1675
1676
  calculated ?: FuelDistribution,
1676
1677
  actual : FuelDistribution
1678
+ perMonth : FuelDistributionPerMonth
1677
1679
  }
1678
1680
  cooking : {
1679
1681
  calculated ?: FuelDistribution,
1680
1682
  actual : FuelDistribution
1683
+ perMonth : FuelDistributionPerMonth
1681
1684
  }
1682
1685
  household : {
1683
1686
  calculated ?: FuelDistribution,
1684
1687
  actual : FuelDistribution
1688
+ perMonth : FuelDistributionPerMonth
1685
1689
  }
1686
1690
  },
1687
1691
  applianceextras ?: FuelDistribution,
1688
1692
  appliancesavings ?: FuelDistribution,
1693
+ excessSolar ?: IEnergyyear,
1694
+ householdSolarYield ?: IEnergyyear,
1695
+ gasfreeSolarYield ?: IEnergyyear,
1689
1696
  }
1690
1697
 
1691
1698
  interface ICosts{