@e-trias/woonplan 1.3.157 → 1.3.159
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 +9 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -1676,6 +1676,12 @@ interface ICosts{
|
|
|
1676
1676
|
interest ?: number
|
|
1677
1677
|
settings ?: JSON
|
|
1678
1678
|
userdataid ?: string
|
|
1679
|
+
oilprice ?: number
|
|
1680
|
+
oilpriceincrease ?: number
|
|
1681
|
+
woodprice ?: number
|
|
1682
|
+
woodpriceincrease ?: number
|
|
1683
|
+
pelletsprice ?: number
|
|
1684
|
+
pelletspriceincrease ?: number
|
|
1679
1685
|
}
|
|
1680
1686
|
|
|
1681
1687
|
export interface ICustomAdviceCombination{
|
|
@@ -1962,6 +1968,9 @@ export interface IAppliance{
|
|
|
1962
1968
|
othermanufacturer ?: string
|
|
1963
1969
|
|
|
1964
1970
|
heatingappliance ?: IHeatingappliance
|
|
1971
|
+
|
|
1972
|
+
connectedtoheating ?: boolean
|
|
1973
|
+
connectedtowarmwater ?: boolean
|
|
1965
1974
|
}
|
|
1966
1975
|
export interface IVentilationsystem{
|
|
1967
1976
|
name : string
|