automation-lib 5.4.94 → 5.4.96

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
@@ -8075,7 +8075,7 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
8075
8075
  statusRunningSocial: EStatusDeviceRunningSocial;
8076
8076
  numberResetByTheHour: number;
8077
8077
  phoneNumber: string;
8078
- typeDeviceOld: ETypeDevice;
8078
+ typeOld: ETypeDevice;
8079
8079
  statusDeviceOld: EStatusDeviceOld;
8080
8080
  typeDeviceNew: ETypeDevice;
8081
8081
  statusDeviceNew: EStatusDeviceNew;
@@ -8086,7 +8086,7 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
8086
8086
  idea: string;
8087
8087
  niche: string;
8088
8088
  deviceInfo: {
8089
- os: ETypeDevice;
8089
+ os: ETypeDeviceOS;
8090
8090
  model: string;
8091
8091
  key: string;
8092
8092
  name: string;
package/dist/index.d.ts CHANGED
@@ -8075,7 +8075,7 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
8075
8075
  statusRunningSocial: EStatusDeviceRunningSocial;
8076
8076
  numberResetByTheHour: number;
8077
8077
  phoneNumber: string;
8078
- typeDeviceOld: ETypeDevice;
8078
+ typeOld: ETypeDevice;
8079
8079
  statusDeviceOld: EStatusDeviceOld;
8080
8080
  typeDeviceNew: ETypeDevice;
8081
8081
  statusDeviceNew: EStatusDeviceNew;
@@ -8086,7 +8086,7 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
8086
8086
  idea: string;
8087
8087
  niche: string;
8088
8088
  deviceInfo: {
8089
- os: ETypeDevice;
8089
+ os: ETypeDeviceOS;
8090
8090
  model: string;
8091
8091
  key: string;
8092
8092
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.94",
3
+ "version": "5.4.96",
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