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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/requirements.txt +7 -7
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
|
|
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
|
|
14206
|
+
interface ISettingRunTimeSocial extends IBaseModel {
|
|
14207
14207
|
settingId: string;
|
|
14208
14208
|
timeFrom: string;
|
|
14209
14209
|
timeTo: string;
|
package/package.json
CHANGED
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
|