@e-trias/woonplan 1.3.348 → 1.3.350
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 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -1320,6 +1320,7 @@ export interface IRule{
|
|
|
1320
1320
|
value ?: string
|
|
1321
1321
|
logged ?: ILogged
|
|
1322
1322
|
heatingappliancetypeid ?: string
|
|
1323
|
+
appliancetypeid ?: string
|
|
1323
1324
|
}
|
|
1324
1325
|
|
|
1325
1326
|
|
|
@@ -1868,6 +1869,7 @@ export interface IPreferredFinancingOption{
|
|
|
1868
1869
|
amount : number
|
|
1869
1870
|
interest : number
|
|
1870
1871
|
years : number
|
|
1872
|
+
investment ?: number
|
|
1871
1873
|
}
|
|
1872
1874
|
|
|
1873
1875
|
|