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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
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;
|