automation-lib 5.4.76 → 5.4.77

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
@@ -7665,7 +7665,7 @@ interface FilterDeviceDto extends IFilterBaseDto, IFilterAssignDto {
7665
7665
  statusRunningSocial: EStatusDeviceRunningSocial[];
7666
7666
  statusChangeName: EStatusDeviceChangeName[];
7667
7667
  statusConnectWifi: EStatusDeviceConnectWifi[];
7668
- emailCHPlayICloud: string[];
7668
+ emailCHPlayICloud: EHaveData[];
7669
7669
  vpnAccounts: string[];
7670
7670
  proxyStatus: EStatusProxyChecked[];
7671
7671
  pcName: string[];
package/dist/index.d.ts CHANGED
@@ -7665,7 +7665,7 @@ interface FilterDeviceDto extends IFilterBaseDto, IFilterAssignDto {
7665
7665
  statusRunningSocial: EStatusDeviceRunningSocial[];
7666
7666
  statusChangeName: EStatusDeviceChangeName[];
7667
7667
  statusConnectWifi: EStatusDeviceConnectWifi[];
7668
- emailCHPlayICloud: string[];
7668
+ emailCHPlayICloud: EHaveData[];
7669
7669
  vpnAccounts: string[];
7670
7670
  proxyStatus: EStatusProxyChecked[];
7671
7671
  pcName: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.76",
3
+ "version": "5.4.77",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
package/requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- pyinstaller
2
- pywin32
3
- pytz
4
- webdriver-manager
5
- selenium
6
- undetected-chromedriver
7
- requests
1
+ pyinstaller
2
+ pywin32
3
+ pytz
4
+ webdriver-manager
5
+ selenium
6
+ undetected-chromedriver
7
+ requests
8
8
  rapidfuzz