automation-lib 5.4.61 → 5.4.62

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
@@ -7634,25 +7634,24 @@ interface FilterDeviceDto extends IFilterBaseDto {
7634
7634
  idea: string[];
7635
7635
  niche: string[];
7636
7636
  os: ETypeDeviceOS[];
7637
- deviceOld: string[];
7638
- deviceNew: string[];
7639
- deviceCategories: EStatusDeviceCurrent[];
7640
- deviceKey: string[];
7637
+ deviceOldKey: string[];
7638
+ deviceNewKey: string[];
7641
7639
  statusDeviceOld: EStatusDeviceOld[];
7642
7640
  statusDeviceNew: EStatusDeviceNew[];
7643
7641
  statusChangeDeviceNew: EStatusDeviceChangeNew[];
7644
- status: string[];
7645
7642
  statusLogin: EStatusDeviceLoginCHPlayICloud[];
7646
- phoneName: string[];
7647
- runningSocialDevice: EStatusDeviceRunningSocial[];
7643
+ statusReplace: EStatusDeviceReplace[];
7644
+ statusSync: EStatusDeviceSync[];
7645
+ name: string[];
7646
+ statusRunningSocial: EStatusDeviceRunningSocial[];
7648
7647
  statusChangeName: EStatusDeviceChangeName[];
7649
- wifiConnectionStatus: EStatusDeviceConnectWifi[];
7648
+ statusConnectWifi: EStatusDeviceConnectWifi[];
7650
7649
  emailCHPlayICloud: string[];
7651
7650
  vpnAccounts: string[];
7652
7651
  proxyStatus: EStatusProxyChecked[];
7653
7652
  pcName: string[];
7654
7653
  statusPC: EStatusPC[];
7655
- statusDeviceConnectPC: EStatusDeviceConnectPC[];
7654
+ statusConnectPC: EStatusDeviceConnectPC[];
7656
7655
  hubStatus: EStatusDeviceHubStatus[];
7657
7656
  hubConnection: string[];
7658
7657
  department: string[];
@@ -7662,7 +7661,7 @@ interface FilterDeviceDto extends IFilterBaseDto {
7662
7661
  createdAt: [Date, Date];
7663
7662
  updatedAt: [Date, Date];
7664
7663
  timePhoneNumberExpiry: [Date, Date];
7665
- resetDeviceTime: EDeviceResetTime[];
7664
+ resetDeviceTime: number[];
7666
7665
  }
7667
7666
  interface IDeviceAccountSocialBase {
7668
7667
  id: string;
package/dist/index.d.ts CHANGED
@@ -7634,25 +7634,24 @@ interface FilterDeviceDto extends IFilterBaseDto {
7634
7634
  idea: string[];
7635
7635
  niche: string[];
7636
7636
  os: ETypeDeviceOS[];
7637
- deviceOld: string[];
7638
- deviceNew: string[];
7639
- deviceCategories: EStatusDeviceCurrent[];
7640
- deviceKey: string[];
7637
+ deviceOldKey: string[];
7638
+ deviceNewKey: string[];
7641
7639
  statusDeviceOld: EStatusDeviceOld[];
7642
7640
  statusDeviceNew: EStatusDeviceNew[];
7643
7641
  statusChangeDeviceNew: EStatusDeviceChangeNew[];
7644
- status: string[];
7645
7642
  statusLogin: EStatusDeviceLoginCHPlayICloud[];
7646
- phoneName: string[];
7647
- runningSocialDevice: EStatusDeviceRunningSocial[];
7643
+ statusReplace: EStatusDeviceReplace[];
7644
+ statusSync: EStatusDeviceSync[];
7645
+ name: string[];
7646
+ statusRunningSocial: EStatusDeviceRunningSocial[];
7648
7647
  statusChangeName: EStatusDeviceChangeName[];
7649
- wifiConnectionStatus: EStatusDeviceConnectWifi[];
7648
+ statusConnectWifi: EStatusDeviceConnectWifi[];
7650
7649
  emailCHPlayICloud: string[];
7651
7650
  vpnAccounts: string[];
7652
7651
  proxyStatus: EStatusProxyChecked[];
7653
7652
  pcName: string[];
7654
7653
  statusPC: EStatusPC[];
7655
- statusDeviceConnectPC: EStatusDeviceConnectPC[];
7654
+ statusConnectPC: EStatusDeviceConnectPC[];
7656
7655
  hubStatus: EStatusDeviceHubStatus[];
7657
7656
  hubConnection: string[];
7658
7657
  department: string[];
@@ -7662,7 +7661,7 @@ interface FilterDeviceDto extends IFilterBaseDto {
7662
7661
  createdAt: [Date, Date];
7663
7662
  updatedAt: [Date, Date];
7664
7663
  timePhoneNumberExpiry: [Date, Date];
7665
- resetDeviceTime: EDeviceResetTime[];
7664
+ resetDeviceTime: number[];
7666
7665
  }
7667
7666
  interface IDeviceAccountSocialBase {
7668
7667
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.61",
3
+ "version": "5.4.62",
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