@e-trias/woonplan 1.2.1 → 1.2.3

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 +5 -4
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.2.1",
5
+ "version": "1.2.3",
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
@@ -912,6 +912,7 @@ export interface IGasfreeoption{
912
912
  sortorder : number
913
913
  riskfactor : number
914
914
  gasfreeoptionmeasures ?: IGasfreeoptionmeasure[]
915
+ measures ?: IMeasure[]
915
916
  }
916
917
  export interface IGasfreeoptionmeasure{
917
918
  id : string
@@ -1403,11 +1404,11 @@ export interface IAppliedMeasure{
1403
1404
  measuretype : string
1404
1405
  name : string
1405
1406
  reinvestments ?: {
1406
- investment : number
1407
- years : number
1407
+ investment : string
1408
+ years : string
1408
1409
  }[]
1409
1410
  maintenances ?: {
1410
- investment : number
1411
- years : number
1411
+ investment : string
1412
+ years : string
1412
1413
  }[]
1413
1414
  }