@likewatt/models-front 1.98.0 → 1.99.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.
@@ -40,6 +40,7 @@ export declare const SiteConstants: {
40
40
  batteryDegradRate: number;
41
41
  batteryLeasingLifespan: number;
42
42
  batteryDepreciationDuration: number;
43
+ hybridInverter: boolean;
43
44
  };
44
45
  readonly paramsConversion: {
45
46
  conversionCapexTot: number;
@@ -671,6 +671,7 @@ exports.SiteConstants = {
671
671
  batteryDegradRate: 4,
672
672
  batteryLeasingLifespan: 25,
673
673
  batteryDepreciationDuration: 25,
674
+ hybridInverter: false,
674
675
  },
675
676
  paramsConversion: {
676
677
  conversionCapexTot: 0,
@@ -12,4 +12,5 @@ export interface BatteryParams {
12
12
  batteryLeasingLifespan: number;
13
13
  batteryDepreciationDuration: number;
14
14
  batteryMinPower: number;
15
+ hybridInverter: boolean;
15
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likewatt/models-front",
3
- "version": "1.98.0",
3
+ "version": "1.99.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",