automation-lib 5.4.325 → 5.4.327

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;
@@ -9720,6 +9722,7 @@ interface FindDeviceDto extends IFindBaseDto {
9720
9722
  configureNotifications: EStatusDeviceSetupSettingTask;
9721
9723
  configureAccessibility: EStatusDeviceSetupSettingTask;
9722
9724
  };
9725
+ timeExpiredPhoneNumber: Date;
9723
9726
  listProxy: [
9724
9727
  {
9725
9728
  id: string;
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;
@@ -9720,6 +9722,7 @@ interface FindDeviceDto extends IFindBaseDto {
9720
9722
  configureNotifications: EStatusDeviceSetupSettingTask;
9721
9723
  configureAccessibility: EStatusDeviceSetupSettingTask;
9722
9724
  };
9725
+ timeExpiredPhoneNumber: Date;
9723
9726
  listProxy: [
9724
9727
  {
9725
9728
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.325",
3
+ "version": "5.4.327",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",