@likewatt/models-front 1.20.0 → 1.21.0

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.
@@ -7,7 +7,7 @@ export interface Comments {
7
7
  ScenarioTable?: string;
8
8
  TotalCost?: string;
9
9
  TotalEnergy?: string;
10
- GridEnergeticMix?: string;
10
+ Grid_EnergeticMix?: string;
11
11
  LineBalanceSheetFromPopUp?: string;
12
12
  Opex?: string;
13
13
  PV_EnergeticMix?: string;
@@ -87,5 +87,6 @@ export declare enum Reference {
87
87
  }
88
88
  export declare enum BuildingDataStatus {
89
89
  OK = "OK",
90
- NOT_COVERED = "NOT_COVERED"
90
+ NOT_COVERED = "NOT_COVERED",
91
+ ERROR = "ERROR"
91
92
  }
@@ -100,4 +100,5 @@ var BuildingDataStatus;
100
100
  (function (BuildingDataStatus) {
101
101
  BuildingDataStatus["OK"] = "OK";
102
102
  BuildingDataStatus["NOT_COVERED"] = "NOT_COVERED";
103
+ BuildingDataStatus["ERROR"] = "ERROR";
103
104
  })(BuildingDataStatus || (exports.BuildingDataStatus = BuildingDataStatus = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likewatt/models-front",
3
- "version": "1.20.0",
3
+ "version": "1.21.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",