@likewatt/models-front 1.67.1 → 1.67.2

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.
@@ -19,4 +19,7 @@ export interface WindTurbineParams {
19
19
  wtPpaBuilderSlots: PpaBuilderSlot[];
20
20
  wtDepreciationDuration: number;
21
21
  wtLeasingRate: number;
22
+ wtFinancingType?: string;
23
+ wtIsLeasingRateKWH?: boolean;
24
+ wtLeasingTot?: number;
22
25
  }
@@ -70,7 +70,7 @@ export declare enum Profiles {
70
70
  }
71
71
  export declare enum FinancingTypeEnum {
72
72
  INVESTMENT = "Investissement",
73
- LEASING = "Location",
73
+ LEASING = "Leasing",
74
74
  PPA = "PPA"
75
75
  }
76
76
  export declare enum TrackerType {
@@ -78,7 +78,7 @@ var Profiles;
78
78
  var FinancingTypeEnum;
79
79
  (function (FinancingTypeEnum) {
80
80
  FinancingTypeEnum["INVESTMENT"] = "Investissement";
81
- FinancingTypeEnum["LEASING"] = "Location";
81
+ FinancingTypeEnum["LEASING"] = "Leasing";
82
82
  FinancingTypeEnum["PPA"] = "PPA";
83
83
  })(FinancingTypeEnum || (exports.FinancingTypeEnum = FinancingTypeEnum = {}));
84
84
  var TrackerType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likewatt/models-front",
3
- "version": "1.67.1",
3
+ "version": "1.67.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",