energy-flow-control--types-and-enums 1.0.262 → 1.0.264

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.262",
3
+ "version": "1.0.264",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -707,5 +707,5 @@ export interface IEnergyMeterAssignedToCustomerOrAccommodationUnit extends ITime
707
707
  export interface IUserSetting extends ITimeTravelProps {
708
708
  userId: number
709
709
  settingName: string
710
- value: string | null
710
+ value: string | number | null
711
711
  }