automation-lib 5.4.79 → 5.4.81
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7672,7 +7672,7 @@ interface FilterDeviceDto extends IFilterBaseDto, IFilterAssignDto {
|
|
|
7672
7672
|
statusConnectWifi: EStatusDeviceConnectWifi[];
|
|
7673
7673
|
hasEmailCHPlayICloud: EHaveData[];
|
|
7674
7674
|
hasVpnAccounts: EHaveData[];
|
|
7675
|
-
|
|
7675
|
+
hasProxy: EHaveData[];
|
|
7676
7676
|
pcName: string[];
|
|
7677
7677
|
statusPC: EStatusPC[];
|
|
7678
7678
|
statusConnectPC: EStatusDeviceConnectPC[];
|
package/dist/index.d.ts
CHANGED
|
@@ -7672,7 +7672,7 @@ interface FilterDeviceDto extends IFilterBaseDto, IFilterAssignDto {
|
|
|
7672
7672
|
statusConnectWifi: EStatusDeviceConnectWifi[];
|
|
7673
7673
|
hasEmailCHPlayICloud: EHaveData[];
|
|
7674
7674
|
hasVpnAccounts: EHaveData[];
|
|
7675
|
-
|
|
7675
|
+
hasProxy: EHaveData[];
|
|
7676
7676
|
pcName: string[];
|
|
7677
7677
|
statusPC: EStatusPC[];
|
|
7678
7678
|
statusConnectPC: EStatusDeviceConnectPC[];
|