automation-lib 5.1.278 → 5.1.279
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 +13 -8
- package/dist/index.d.ts +13 -8
- package/package.json +1 -1
- package/requirements.txt +7 -7
package/dist/index.d.mts
CHANGED
|
@@ -6070,6 +6070,11 @@ interface FilterInstagramAccountRawDto extends IFilterBaseDto {
|
|
|
6070
6070
|
memberToAssign: string[];
|
|
6071
6071
|
assignmentStatus: string[];
|
|
6072
6072
|
statusCreateFolder: string[];
|
|
6073
|
+
createdDateRange: [Date, Date];
|
|
6074
|
+
updatedDateRange: [Date, Date];
|
|
6075
|
+
autoSyncDateRange: [Date, Date];
|
|
6076
|
+
folderCreatedDateRange: [Date, Date];
|
|
6077
|
+
importDateRange: [Date, Date];
|
|
6073
6078
|
}
|
|
6074
6079
|
interface FindOverViewInstagramAccountRawDto {
|
|
6075
6080
|
totalAccounts: number;
|
|
@@ -6257,6 +6262,14 @@ interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun
|
|
|
6257
6262
|
totalPostFollowing: number;
|
|
6258
6263
|
}
|
|
6259
6264
|
interface FilterInstagramAccountRunDto extends IFilterBaseDto {
|
|
6265
|
+
idea: string[];
|
|
6266
|
+
niche: string[];
|
|
6267
|
+
accountType: string[];
|
|
6268
|
+
accountGroup: string[];
|
|
6269
|
+
departmentName: string[];
|
|
6270
|
+
leaderTeam: string[];
|
|
6271
|
+
memberRunDeviceAndRunPC: string[];
|
|
6272
|
+
accountIDRange: [number, number];
|
|
6260
6273
|
deviceType: ETypeDeviceOS[];
|
|
6261
6274
|
deviceConnectStatus: string;
|
|
6262
6275
|
pcAssignment: string;
|
|
@@ -6266,14 +6279,6 @@ interface FilterInstagramAccountRunDto extends IFilterBaseDto {
|
|
|
6266
6279
|
vpnType: string[];
|
|
6267
6280
|
vpnStatus: string[];
|
|
6268
6281
|
chPlayStatus: string[];
|
|
6269
|
-
campaignIdea: string[];
|
|
6270
|
-
nicheCategory: string[];
|
|
6271
|
-
accountType: string[];
|
|
6272
|
-
accountGroup: string[];
|
|
6273
|
-
departmentName: string[];
|
|
6274
|
-
leaderTeam: string[];
|
|
6275
|
-
memberRunDeviceAndRunPC: string[];
|
|
6276
|
-
accountIDRange: [number, number];
|
|
6277
6282
|
runStatus: string[];
|
|
6278
6283
|
loginSocialStatus: string[];
|
|
6279
6284
|
emailLoginStatus: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -6070,6 +6070,11 @@ interface FilterInstagramAccountRawDto extends IFilterBaseDto {
|
|
|
6070
6070
|
memberToAssign: string[];
|
|
6071
6071
|
assignmentStatus: string[];
|
|
6072
6072
|
statusCreateFolder: string[];
|
|
6073
|
+
createdDateRange: [Date, Date];
|
|
6074
|
+
updatedDateRange: [Date, Date];
|
|
6075
|
+
autoSyncDateRange: [Date, Date];
|
|
6076
|
+
folderCreatedDateRange: [Date, Date];
|
|
6077
|
+
importDateRange: [Date, Date];
|
|
6073
6078
|
}
|
|
6074
6079
|
interface FindOverViewInstagramAccountRawDto {
|
|
6075
6080
|
totalAccounts: number;
|
|
@@ -6257,6 +6262,14 @@ interface FindInstagramAccountRunDto extends IFindBaseDto, IInstagramAccountRun
|
|
|
6257
6262
|
totalPostFollowing: number;
|
|
6258
6263
|
}
|
|
6259
6264
|
interface FilterInstagramAccountRunDto extends IFilterBaseDto {
|
|
6265
|
+
idea: string[];
|
|
6266
|
+
niche: string[];
|
|
6267
|
+
accountType: string[];
|
|
6268
|
+
accountGroup: string[];
|
|
6269
|
+
departmentName: string[];
|
|
6270
|
+
leaderTeam: string[];
|
|
6271
|
+
memberRunDeviceAndRunPC: string[];
|
|
6272
|
+
accountIDRange: [number, number];
|
|
6260
6273
|
deviceType: ETypeDeviceOS[];
|
|
6261
6274
|
deviceConnectStatus: string;
|
|
6262
6275
|
pcAssignment: string;
|
|
@@ -6266,14 +6279,6 @@ interface FilterInstagramAccountRunDto extends IFilterBaseDto {
|
|
|
6266
6279
|
vpnType: string[];
|
|
6267
6280
|
vpnStatus: string[];
|
|
6268
6281
|
chPlayStatus: string[];
|
|
6269
|
-
campaignIdea: string[];
|
|
6270
|
-
nicheCategory: string[];
|
|
6271
|
-
accountType: string[];
|
|
6272
|
-
accountGroup: string[];
|
|
6273
|
-
departmentName: string[];
|
|
6274
|
-
leaderTeam: string[];
|
|
6275
|
-
memberRunDeviceAndRunPC: string[];
|
|
6276
|
-
accountIDRange: [number, number];
|
|
6277
6282
|
runStatus: string[];
|
|
6278
6283
|
loginSocialStatus: string[];
|
|
6279
6284
|
emailLoginStatus: 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
|