energy-flow-control--types-and-enums 1.0.221 → 1.0.223

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "energy-flow-control--types-and-enums",
3
- "version": "1.0.221",
3
+ "version": "1.0.223",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -18,6 +18,7 @@ export enum EnumProsumerModel {
18
18
 
19
19
  WALL_BOX__WARP_CHARGER3 = 'WALL_BOX__WARP_CHARGER3',
20
20
  WALL_BOX__DAHEIMLADEN = 'WALL_BOX__DAHEIMLADEN',
21
+ WALL_BOX__SUNGROW_E1122 = 'WALL_BOX__SUNGROW_E1122',
21
22
 
22
23
  HEAT_ROD__KIT = 'HEAT_ROD__KIT',
23
24
  }
package/src/index.js CHANGED
@@ -21,6 +21,7 @@ var EnumProsumerModel;
21
21
  EnumProsumerModel["GENERATOR_SET__SUNGROW_SH_X_RT_V112"] = "GENERATOR_SET__SUNGROW_SH_X_RT_V112";
22
22
  EnumProsumerModel["WALL_BOX__WARP_CHARGER3"] = "WALL_BOX__WARP_CHARGER3";
23
23
  EnumProsumerModel["WALL_BOX__DAHEIMLADEN"] = "WALL_BOX__DAHEIMLADEN";
24
+ EnumProsumerModel["WALL_BOX__SUNGROW_E1122"] = "WALL_BOX__SUNGROW_E1122";
24
25
  EnumProsumerModel["HEAT_ROD__KIT"] = "HEAT_ROD__KIT";
25
26
  })(EnumProsumerModel || (exports.EnumProsumerModel = EnumProsumerModel = {}));
26
27
  var EnumProsumerEquipmentType;
@@ -243,11 +243,7 @@ export interface IBuilding extends ITimeTravelProps {
243
243
  description: string | null
244
244
  }
245
245
 
246
- export interface IBuildingAccommodation {
247
- validFrom: Date
248
- validUntil: Date | null
249
-
250
- id: number
246
+ export interface IBuildingAccommodation extends ITimeTravelProps {
251
247
  name: string
252
248
  buildingId: number
253
249
  floor: string