automation-lib 5.4.68 → 5.4.70
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 +6 -6
- package/dist/index.d.ts +6 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7639,7 +7639,7 @@ interface FilterDeviceDto extends IFilterBaseDto {
|
|
|
7639
7639
|
statusDeviceOld: EStatusDeviceOld[];
|
|
7640
7640
|
statusDeviceNew: EStatusDeviceNew[];
|
|
7641
7641
|
statusChangeDeviceNew: EStatusDeviceChangeNew[];
|
|
7642
|
-
|
|
7642
|
+
statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud[];
|
|
7643
7643
|
statusReplace: EStatusDeviceReplace[];
|
|
7644
7644
|
statusSync: EStatusDeviceSync[];
|
|
7645
7645
|
name: string[];
|
|
@@ -7654,13 +7654,13 @@ interface FilterDeviceDto extends IFilterBaseDto {
|
|
|
7654
7654
|
statusConnectPC: EStatusDeviceConnectPC[];
|
|
7655
7655
|
hubStatus: EStatusDeviceHubStatus[];
|
|
7656
7656
|
hubConnection: string[];
|
|
7657
|
-
|
|
7658
|
-
|
|
7659
|
-
|
|
7660
|
-
|
|
7657
|
+
departmentUserUsed: string[];
|
|
7658
|
+
leaderUserUsed: string[];
|
|
7659
|
+
teamUserUsed: string[];
|
|
7660
|
+
userUserUsed: string[];
|
|
7661
7661
|
createdAt: [Date, Date];
|
|
7662
7662
|
updatedAt: [Date, Date];
|
|
7663
|
-
|
|
7663
|
+
timeExpiredPhoneNumber: [Date, Date];
|
|
7664
7664
|
resetDeviceTime: number[];
|
|
7665
7665
|
}
|
|
7666
7666
|
interface IDeviceAccountSocialBase {
|
package/dist/index.d.ts
CHANGED
|
@@ -7639,7 +7639,7 @@ interface FilterDeviceDto extends IFilterBaseDto {
|
|
|
7639
7639
|
statusDeviceOld: EStatusDeviceOld[];
|
|
7640
7640
|
statusDeviceNew: EStatusDeviceNew[];
|
|
7641
7641
|
statusChangeDeviceNew: EStatusDeviceChangeNew[];
|
|
7642
|
-
|
|
7642
|
+
statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud[];
|
|
7643
7643
|
statusReplace: EStatusDeviceReplace[];
|
|
7644
7644
|
statusSync: EStatusDeviceSync[];
|
|
7645
7645
|
name: string[];
|
|
@@ -7654,13 +7654,13 @@ interface FilterDeviceDto extends IFilterBaseDto {
|
|
|
7654
7654
|
statusConnectPC: EStatusDeviceConnectPC[];
|
|
7655
7655
|
hubStatus: EStatusDeviceHubStatus[];
|
|
7656
7656
|
hubConnection: string[];
|
|
7657
|
-
|
|
7658
|
-
|
|
7659
|
-
|
|
7660
|
-
|
|
7657
|
+
departmentUserUsed: string[];
|
|
7658
|
+
leaderUserUsed: string[];
|
|
7659
|
+
teamUserUsed: string[];
|
|
7660
|
+
userUserUsed: string[];
|
|
7661
7661
|
createdAt: [Date, Date];
|
|
7662
7662
|
updatedAt: [Date, Date];
|
|
7663
|
-
|
|
7663
|
+
timeExpiredPhoneNumber: [Date, Date];
|
|
7664
7664
|
resetDeviceTime: number[];
|
|
7665
7665
|
}
|
|
7666
7666
|
interface IDeviceAccountSocialBase {
|