@likewatt/models-front 1.62.1 → 1.63.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.
@@ -14,10 +14,10 @@ export declare class Month {
14
14
  export declare class DemandMultiplierSlot {
15
15
  days: number[];
16
16
  demandMultiplier?: number;
17
- endHour?: number;
17
+ endHour?: string;
18
18
  id: string;
19
19
  months?: Month[];
20
- startHour?: number;
20
+ startHour?: string;
21
21
  }
22
22
  export declare class DistributionKey {
23
23
  type: string;
@@ -337,8 +337,8 @@ export declare const SiteConstants: {
337
337
  }[];
338
338
  id: string;
339
339
  days: number[];
340
- startHour: number;
341
- endHour: number;
340
+ startHour: string;
341
+ endHour: string;
342
342
  demandMultiplier: number;
343
343
  }[];
344
344
  consumptionReference: string;
@@ -1030,8 +1030,8 @@ exports.SiteConstants = {
1030
1030
  ],
1031
1031
  id: '8cd19ff6-7489-4c62-9f81-fc88a564cb7b',
1032
1032
  days: [1, 2, 3, 4, 5, 6, 7],
1033
- startHour: 0,
1034
- endHour: 24,
1033
+ startHour: '00:00',
1034
+ endHour: '24:00',
1035
1035
  demandMultiplier: 0,
1036
1036
  },
1037
1037
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likewatt/models-front",
3
- "version": "1.62.1",
3
+ "version": "1.63.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",