automation-lib 5.4.325 → 5.4.326

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
@@ -9682,6 +9682,8 @@ interface FindDeviceDto extends IFindBaseDto {
9682
9682
  statusOld: EStatusDevice;
9683
9683
  typeNew: ETypeDevice;
9684
9684
  statusNew: EStatusDevice;
9685
+ keyOld: string;
9686
+ keyNew: string;
9685
9687
  statusChangeNew: EStatusDeviceChangeNew;
9686
9688
  countChange: number;
9687
9689
  deviceInheritance: any;
package/dist/index.d.ts CHANGED
@@ -9682,6 +9682,8 @@ interface FindDeviceDto extends IFindBaseDto {
9682
9682
  statusOld: EStatusDevice;
9683
9683
  typeNew: ETypeDevice;
9684
9684
  statusNew: EStatusDevice;
9685
+ keyOld: string;
9686
+ keyNew: string;
9685
9687
  statusChangeNew: EStatusDeviceChangeNew;
9686
9688
  countChange: number;
9687
9689
  deviceInheritance: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.325",
3
+ "version": "5.4.326",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",