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 CHANGED
@@ -7672,7 +7672,7 @@ interface FilterDeviceDto extends IFilterBaseDto, IFilterAssignDto {
7672
7672
  statusConnectWifi: EStatusDeviceConnectWifi[];
7673
7673
  hasEmailCHPlayICloud: EHaveData[];
7674
7674
  hasVpnAccounts: EHaveData[];
7675
- hasProxyStatus: EHaveData[];
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
- hasProxyStatus: EHaveData[];
7675
+ hasProxy: EHaveData[];
7676
7676
  pcName: string[];
7677
7677
  statusPC: EStatusPC[];
7678
7678
  statusConnectPC: EStatusDeviceConnectPC[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.79",
3
+ "version": "5.4.81",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",