automation-lib 5.4.60 → 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;
@@ -9952,6 +9951,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
9952
9951
  typePost: string;
9953
9952
  stylePost: string;
9954
9953
  historyName: string;
9954
+ linkAddHistory: string;
9955
9955
  }
9956
9956
  interface IInstagramReportPostHighLightELS extends IBaseELS {
9957
9957
  idea: IBaseRefFieldELS;
@@ -9980,6 +9980,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9980
9980
  typePost: string;
9981
9981
  stylePost: string;
9982
9982
  historyName: string;
9983
+ linkAddHistory: string;
9983
9984
  }
9984
9985
 
9985
9986
  interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
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;
@@ -9952,6 +9951,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
9952
9951
  typePost: string;
9953
9952
  stylePost: string;
9954
9953
  historyName: string;
9954
+ linkAddHistory: string;
9955
9955
  }
9956
9956
  interface IInstagramReportPostHighLightELS extends IBaseELS {
9957
9957
  idea: IBaseRefFieldELS;
@@ -9980,6 +9980,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9980
9980
  typePost: string;
9981
9981
  stylePost: string;
9982
9982
  historyName: string;
9983
+ linkAddHistory: string;
9983
9984
  }
9984
9985
 
9985
9986
  interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.60",
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