automation-lib 5.4.84 → 5.4.86
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 +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
- package/requirements.txt +7 -7
package/dist/index.d.mts
CHANGED
|
@@ -3140,13 +3140,13 @@ interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
|
|
|
3140
3140
|
status: EStatusAccountSocialLoginEmail;
|
|
3141
3141
|
time: Date;
|
|
3142
3142
|
};
|
|
3143
|
-
importInfo: {
|
|
3143
|
+
importInfo: Array<{
|
|
3144
3144
|
sheetUrl: string;
|
|
3145
3145
|
sheetName: string;
|
|
3146
3146
|
typeImport: string;
|
|
3147
3147
|
timeImport: Date;
|
|
3148
3148
|
statusImport: EStatusAccountSocialImport;
|
|
3149
|
-
}
|
|
3149
|
+
}>;
|
|
3150
3150
|
}
|
|
3151
3151
|
interface AutoFillOverviewThreadsAccountRawDto {
|
|
3152
3152
|
idea: {
|
|
@@ -4986,13 +4986,13 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
4986
4986
|
status: EStatusAccountSocialLoginEmail;
|
|
4987
4987
|
time: Date;
|
|
4988
4988
|
};
|
|
4989
|
-
importInfo: {
|
|
4989
|
+
importInfo: Array<{
|
|
4990
4990
|
sheetUrl: string;
|
|
4991
4991
|
sheetName: string;
|
|
4992
4992
|
typeImport: string;
|
|
4993
4993
|
timeImport: Date;
|
|
4994
4994
|
statusImport: EStatusAccountSocialImport;
|
|
4995
|
-
}
|
|
4995
|
+
}>;
|
|
4996
4996
|
}
|
|
4997
4997
|
interface FilterInstagramAccountRawDto extends IFilterBaseDto {
|
|
4998
4998
|
accountGroup: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -3140,13 +3140,13 @@ interface FindThreadsAccountRawDto extends IFindBaseDto, IThreadsAccountRaw {
|
|
|
3140
3140
|
status: EStatusAccountSocialLoginEmail;
|
|
3141
3141
|
time: Date;
|
|
3142
3142
|
};
|
|
3143
|
-
importInfo: {
|
|
3143
|
+
importInfo: Array<{
|
|
3144
3144
|
sheetUrl: string;
|
|
3145
3145
|
sheetName: string;
|
|
3146
3146
|
typeImport: string;
|
|
3147
3147
|
timeImport: Date;
|
|
3148
3148
|
statusImport: EStatusAccountSocialImport;
|
|
3149
|
-
}
|
|
3149
|
+
}>;
|
|
3150
3150
|
}
|
|
3151
3151
|
interface AutoFillOverviewThreadsAccountRawDto {
|
|
3152
3152
|
idea: {
|
|
@@ -4986,13 +4986,13 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
4986
4986
|
status: EStatusAccountSocialLoginEmail;
|
|
4987
4987
|
time: Date;
|
|
4988
4988
|
};
|
|
4989
|
-
importInfo: {
|
|
4989
|
+
importInfo: Array<{
|
|
4990
4990
|
sheetUrl: string;
|
|
4991
4991
|
sheetName: string;
|
|
4992
4992
|
typeImport: string;
|
|
4993
4993
|
timeImport: Date;
|
|
4994
4994
|
statusImport: EStatusAccountSocialImport;
|
|
4995
|
-
}
|
|
4995
|
+
}>;
|
|
4996
4996
|
}
|
|
4997
4997
|
interface FilterInstagramAccountRawDto extends IFilterBaseDto {
|
|
4998
4998
|
accountGroup: 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
|