automation-lib 5.4.214 → 5.4.215

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
@@ -14203,7 +14203,7 @@ interface IIncreaseValueTask extends IBaseModel {
14203
14203
  maxIncrease: number;
14204
14204
  }
14205
14205
 
14206
- interface ISettingRunTimeSocial extends IFindBaseDto {
14206
+ interface ISettingRunTimeSocial extends IBaseModel {
14207
14207
  settingId: string;
14208
14208
  timeFrom: string;
14209
14209
  timeTo: string;
package/dist/index.d.ts CHANGED
@@ -14203,7 +14203,7 @@ interface IIncreaseValueTask extends IBaseModel {
14203
14203
  maxIncrease: number;
14204
14204
  }
14205
14205
 
14206
- interface ISettingRunTimeSocial extends IFindBaseDto {
14206
+ interface ISettingRunTimeSocial extends IBaseModel {
14207
14207
  settingId: string;
14208
14208
  timeFrom: string;
14209
14209
  timeTo: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.214",
3
+ "version": "5.4.215",
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