automation-lib 5.4.93 → 5.4.95

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
@@ -7725,6 +7725,7 @@ interface DevicePopupOverviewAddAccountDto {
7725
7725
  };
7726
7726
  }
7727
7727
  interface DevicePopupListAddAccountDto {
7728
+ id: string;
7728
7729
  idea: string;
7729
7730
  niche: string;
7730
7731
  type: ETypeManagerWorkClassify;
package/dist/index.d.ts CHANGED
@@ -7725,6 +7725,7 @@ interface DevicePopupOverviewAddAccountDto {
7725
7725
  };
7726
7726
  }
7727
7727
  interface DevicePopupListAddAccountDto {
7728
+ id: string;
7728
7729
  idea: string;
7729
7730
  niche: string;
7730
7731
  type: ETypeManagerWorkClassify;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.93",
3
+ "version": "5.4.95",
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