@likewatt/models-front 1.24.0 → 1.26.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.
@@ -37,8 +37,8 @@ export declare class Technology {
37
37
  export declare class Pv {
38
38
  id: string;
39
39
  name: string;
40
+ counterId?: string;
40
41
  settings: Record<string, unknown>;
41
- index?: number;
42
42
  type?: number;
43
43
  }
44
44
  export declare class ConfigScenario {
@@ -101,4 +101,5 @@ export interface Site {
101
101
  TMYstatus?: number;
102
102
  hasConsoData: boolean;
103
103
  hasAnalysis: boolean;
104
+ hasContractData: boolean;
104
105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likewatt/models-front",
3
- "version": "1.24.0",
3
+ "version": "1.26.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",