automation-lib 5.3.31 → 5.3.32
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
|
@@ -4888,7 +4888,7 @@ declare namespace index$1 {
|
|
|
4888
4888
|
export type { index$1_IDataDiscussTaskJob as IDataDiscussTaskJob, index$1_IDataNotification as IDataNotification, index$1_IDataUser as IDataUser, index$1_IFilterStore as IFilterStore, index$1_IResponseLogin as IResponseLogin };
|
|
4889
4889
|
}
|
|
4890
4890
|
|
|
4891
|
-
interface IFindBaseDto {
|
|
4891
|
+
interface IFindBaseDto extends IBaseModel {
|
|
4892
4892
|
department?: IDepartment;
|
|
4893
4893
|
departmentName?: string;
|
|
4894
4894
|
leader?: IUser;
|
package/dist/index.d.ts
CHANGED
|
@@ -4888,7 +4888,7 @@ declare namespace index$1 {
|
|
|
4888
4888
|
export type { index$1_IDataDiscussTaskJob as IDataDiscussTaskJob, index$1_IDataNotification as IDataNotification, index$1_IDataUser as IDataUser, index$1_IFilterStore as IFilterStore, index$1_IResponseLogin as IResponseLogin };
|
|
4889
4889
|
}
|
|
4890
4890
|
|
|
4891
|
-
interface IFindBaseDto {
|
|
4891
|
+
interface IFindBaseDto extends IBaseModel {
|
|
4892
4892
|
department?: IDepartment;
|
|
4893
4893
|
departmentName?: string;
|
|
4894
4894
|
leader?: IUser;
|
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
|