automation-lib 5.4.96 → 5.4.97

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/dist/index.d.mts CHANGED
@@ -8076,9 +8076,9 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
8076
8076
  numberResetByTheHour: number;
8077
8077
  phoneNumber: string;
8078
8078
  typeOld: ETypeDevice;
8079
- statusDeviceOld: EStatusDeviceOld;
8080
- typeDeviceNew: ETypeDevice;
8081
- statusDeviceNew: EStatusDeviceNew;
8079
+ statusOld: EStatusDeviceOld;
8080
+ typeNew: ETypeDevice;
8081
+ statusNew: EStatusDeviceNew;
8082
8082
  statusChangeNew: EStatusDeviceChangeNew;
8083
8083
  countChange: number;
8084
8084
  deviceInheritance: any;
package/dist/index.d.ts CHANGED
@@ -8076,9 +8076,9 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
8076
8076
  numberResetByTheHour: number;
8077
8077
  phoneNumber: string;
8078
8078
  typeOld: ETypeDevice;
8079
- statusDeviceOld: EStatusDeviceOld;
8080
- typeDeviceNew: ETypeDevice;
8081
- statusDeviceNew: EStatusDeviceNew;
8079
+ statusOld: EStatusDeviceOld;
8080
+ typeNew: ETypeDevice;
8081
+ statusNew: EStatusDeviceNew;
8082
8082
  statusChangeNew: EStatusDeviceChangeNew;
8083
8083
  countChange: number;
8084
8084
  deviceInheritance: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.96",
3
+ "version": "5.4.97",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",