automation-lib 5.3.13 → 5.3.14

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
@@ -8906,6 +8906,7 @@ interface FilterProxyDto extends IFilterBaseDto {
8906
8906
  devicesName: string[];
8907
8907
  devicesOS: string[];
8908
8908
  country: string[];
8909
+ type: ETypeProxy[];
8909
8910
  provider: ETypeProxyProvider[];
8910
8911
  checked: EStatusProxyChecked[];
8911
8912
  typeNewIp: EStatusProxyNewIP[];
package/dist/index.d.ts CHANGED
@@ -8906,6 +8906,7 @@ interface FilterProxyDto extends IFilterBaseDto {
8906
8906
  devicesName: string[];
8907
8907
  devicesOS: string[];
8908
8908
  country: string[];
8909
+ type: ETypeProxy[];
8909
8910
  provider: ETypeProxyProvider[];
8910
8911
  checked: EStatusProxyChecked[];
8911
8912
  typeNewIp: EStatusProxyNewIP[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.3.13",
3
+ "version": "5.3.14",
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