@likewatt/models-front 1.60.0 → 1.61.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.
@@ -5,5 +5,6 @@ export interface DefaultRate {
5
5
  name?: string;
6
6
  userId?: string;
7
7
  rates: Rates[];
8
+ tarifs: Rates[];
8
9
  restOfTheYear: RestOfTheYearTarifs;
9
10
  }
@@ -96,6 +96,7 @@ export interface Site {
96
96
  siteHasData: boolean;
97
97
  tarifBuilder: boolean;
98
98
  rates: Rates[];
99
+ tarifs: Rates[];
99
100
  tempoPricing: boolean;
100
101
  timezone: number;
101
102
  TMYstatus?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likewatt/models-front",
3
- "version": "1.60.0",
3
+ "version": "1.61.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",