automation-lib 5.4.73 → 5.4.75
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 +9 -10
- package/dist/index.d.ts +9 -10
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2109,7 +2109,7 @@ interface IDevice extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2109
2109
|
statusRunningSocial: EStatusDeviceRunningSocial;
|
|
2110
2110
|
statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud;
|
|
2111
2111
|
statusConnectPC: EStatusDeviceConnectPC;
|
|
2112
|
-
|
|
2112
|
+
statusChangeNew: EStatusDeviceChangeNew;
|
|
2113
2113
|
statusReplace: EStatusDeviceReplace;
|
|
2114
2114
|
statusChangeName: EStatusDeviceChangeName;
|
|
2115
2115
|
statusConnectWifi: EStatusDeviceConnectWifi;
|
|
@@ -7646,11 +7646,11 @@ interface FilterDeviceDto extends IFilterBaseDto {
|
|
|
7646
7646
|
os: ETypeDeviceOS[];
|
|
7647
7647
|
deviceOldKey: string[];
|
|
7648
7648
|
deviceNewKey: string[];
|
|
7649
|
-
|
|
7650
|
-
|
|
7651
|
-
|
|
7652
|
-
|
|
7653
|
-
|
|
7649
|
+
typeOld: ETypeDevice[];
|
|
7650
|
+
typeNew: ETypeDevice[];
|
|
7651
|
+
statusOld: EStatusDeviceOld[];
|
|
7652
|
+
statusNew: EStatusDeviceNew[];
|
|
7653
|
+
statusChangeNew: EStatusDeviceChangeNew[];
|
|
7654
7654
|
statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud[];
|
|
7655
7655
|
statusReplace: EStatusDeviceReplace[];
|
|
7656
7656
|
statusSync: EStatusDeviceSync[];
|
|
@@ -7667,10 +7667,9 @@ interface FilterDeviceDto extends IFilterBaseDto {
|
|
|
7667
7667
|
statusConnectPC: EStatusDeviceConnectPC[];
|
|
7668
7668
|
hubStatus: EStatusDeviceHubStatus[];
|
|
7669
7669
|
hubConnection: string[];
|
|
7670
|
-
|
|
7671
|
-
|
|
7672
|
-
|
|
7673
|
-
createdBy: string[];
|
|
7670
|
+
departmentAssign: string[];
|
|
7671
|
+
leaderAssign: string[];
|
|
7672
|
+
userAssign: string[];
|
|
7674
7673
|
createdAt: [Date, Date];
|
|
7675
7674
|
updatedAt: [Date, Date];
|
|
7676
7675
|
timeExpiredPhoneNumber: [Date, Date];
|
package/dist/index.d.ts
CHANGED
|
@@ -2109,7 +2109,7 @@ interface IDevice extends IBaseModel, ITrackingModel<IUser> {
|
|
|
2109
2109
|
statusRunningSocial: EStatusDeviceRunningSocial;
|
|
2110
2110
|
statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud;
|
|
2111
2111
|
statusConnectPC: EStatusDeviceConnectPC;
|
|
2112
|
-
|
|
2112
|
+
statusChangeNew: EStatusDeviceChangeNew;
|
|
2113
2113
|
statusReplace: EStatusDeviceReplace;
|
|
2114
2114
|
statusChangeName: EStatusDeviceChangeName;
|
|
2115
2115
|
statusConnectWifi: EStatusDeviceConnectWifi;
|
|
@@ -7646,11 +7646,11 @@ interface FilterDeviceDto extends IFilterBaseDto {
|
|
|
7646
7646
|
os: ETypeDeviceOS[];
|
|
7647
7647
|
deviceOldKey: string[];
|
|
7648
7648
|
deviceNewKey: string[];
|
|
7649
|
-
|
|
7650
|
-
|
|
7651
|
-
|
|
7652
|
-
|
|
7653
|
-
|
|
7649
|
+
typeOld: ETypeDevice[];
|
|
7650
|
+
typeNew: ETypeDevice[];
|
|
7651
|
+
statusOld: EStatusDeviceOld[];
|
|
7652
|
+
statusNew: EStatusDeviceNew[];
|
|
7653
|
+
statusChangeNew: EStatusDeviceChangeNew[];
|
|
7654
7654
|
statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud[];
|
|
7655
7655
|
statusReplace: EStatusDeviceReplace[];
|
|
7656
7656
|
statusSync: EStatusDeviceSync[];
|
|
@@ -7667,10 +7667,9 @@ interface FilterDeviceDto extends IFilterBaseDto {
|
|
|
7667
7667
|
statusConnectPC: EStatusDeviceConnectPC[];
|
|
7668
7668
|
hubStatus: EStatusDeviceHubStatus[];
|
|
7669
7669
|
hubConnection: string[];
|
|
7670
|
-
|
|
7671
|
-
|
|
7672
|
-
|
|
7673
|
-
createdBy: string[];
|
|
7670
|
+
departmentAssign: string[];
|
|
7671
|
+
leaderAssign: string[];
|
|
7672
|
+
userAssign: string[];
|
|
7674
7673
|
createdAt: [Date, Date];
|
|
7675
7674
|
updatedAt: [Date, Date];
|
|
7676
7675
|
timeExpiredPhoneNumber: [Date, Date];
|