energy-flow-control--types-and-enums 1.0.259 → 1.0.260
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 +1 -1
- package/src/types/index.d.ts +2 -2
package/package.json
CHANGED
package/src/types/index.d.ts
CHANGED
|
@@ -696,8 +696,8 @@ export interface IUnifiedUserProfile {
|
|
|
696
696
|
|
|
697
697
|
export interface IEnergyMeterAssignedToCustomerOrAccommodationUnit extends ITimeTravelProps {
|
|
698
698
|
energyMeterId: number
|
|
699
|
-
customerId: number
|
|
700
|
-
accommodationUnitId: number
|
|
699
|
+
customerId: number | null
|
|
700
|
+
accommodationUnitId: number | null
|
|
701
701
|
effectiveFrom: Date
|
|
702
702
|
reversedAt: Date | null
|
|
703
703
|
reversedBy: number | null
|