automation-lib 5.4.89 → 5.4.91
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 +22 -21
- package/dist/index.d.ts +22 -21
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3190,24 +3190,25 @@ interface FilterThreadsAccountRawDto extends IFilterBaseDto {
|
|
|
3190
3190
|
updatedBy: string[];
|
|
3191
3191
|
fileNameSheetImport: string[];
|
|
3192
3192
|
accountIDRange: [number, number];
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3193
|
+
accountStatus: EStatusSocialAccountRaw[];
|
|
3194
|
+
loginSocialStatus: EStatusAccountSocialLogin[];
|
|
3195
|
+
loginEmailStatus: EStatusAccountSocialLoginEmail[];
|
|
3196
|
+
accountSettingStatus: EStatusAccountSocialSetting[];
|
|
3197
|
+
statusAutoSyncAccount: EStatusAccountSocialSync[];
|
|
3197
3198
|
deviceBrand: string[];
|
|
3198
|
-
usernameChangeStatus:
|
|
3199
|
-
fullNameChangeStatus:
|
|
3200
|
-
passwordChangeStatus:
|
|
3201
|
-
twoFactorAuthChangeStatus:
|
|
3202
|
-
emailChangeStatus:
|
|
3203
|
-
avatarStatus:
|
|
3204
|
-
coverStatus:
|
|
3205
|
-
bioStatus:
|
|
3206
|
-
linksStatus:
|
|
3207
|
-
hasAvatar:
|
|
3208
|
-
hasCover:
|
|
3209
|
-
hasBio:
|
|
3210
|
-
hasLinks:
|
|
3199
|
+
usernameChangeStatus: EStatusChangeInfo[];
|
|
3200
|
+
fullNameChangeStatus: EStatusChangeInfo[];
|
|
3201
|
+
passwordChangeStatus: EStatusChangeInfo[];
|
|
3202
|
+
twoFactorAuthChangeStatus: EStatusChangeInfo[];
|
|
3203
|
+
emailChangeStatus: EStatusChangeInfo[];
|
|
3204
|
+
avatarStatus: EStatusSocialAccountRaw[];
|
|
3205
|
+
coverStatus: EStatusSocialAccountRaw[];
|
|
3206
|
+
bioStatus: EStatusSocialAccountRaw[];
|
|
3207
|
+
linksStatus: EStatusSocialAccountRaw[];
|
|
3208
|
+
hasAvatar: EHaveData[];
|
|
3209
|
+
hasCover: EHaveData[];
|
|
3210
|
+
hasBio: EHaveData[];
|
|
3211
|
+
hasLinks: EHaveData[];
|
|
3211
3212
|
departmentToAssign: string[];
|
|
3212
3213
|
leaderTeamToAssign: string[];
|
|
3213
3214
|
memberToAssign: string[];
|
|
@@ -3349,13 +3350,13 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
|
3349
3350
|
idea: string | IManagerWork;
|
|
3350
3351
|
niche: string | IManagerWork;
|
|
3351
3352
|
type: ETypeManagerWorkClassify;
|
|
3352
|
-
importInfo: {
|
|
3353
|
+
importInfo: Array<{
|
|
3353
3354
|
sheetUrl: string;
|
|
3354
3355
|
sheetName: string;
|
|
3355
3356
|
typeImport: string;
|
|
3356
3357
|
timeImport: Date;
|
|
3357
3358
|
statusImport: EStatusAccountSocialImport;
|
|
3358
|
-
}
|
|
3359
|
+
}>;
|
|
3359
3360
|
runStartDateTime: Date;
|
|
3360
3361
|
runEndDateTime: Date;
|
|
3361
3362
|
statusRun: EStatusAccountSocialRun;
|
|
@@ -5304,13 +5305,13 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
5304
5305
|
idea: string | IManagerWork;
|
|
5305
5306
|
niche: string | IManagerWork;
|
|
5306
5307
|
type: ETypeManagerWorkClassify;
|
|
5307
|
-
importInfo: {
|
|
5308
|
+
importInfo: Array<{
|
|
5308
5309
|
sheetUrl: string;
|
|
5309
5310
|
sheetName: string;
|
|
5310
5311
|
typeImport: string;
|
|
5311
5312
|
timeImport: Date;
|
|
5312
5313
|
statusImport: EStatusAccountSocialImport;
|
|
5313
|
-
}
|
|
5314
|
+
}>;
|
|
5314
5315
|
runStartDateTime: Date;
|
|
5315
5316
|
runEndDateTime: Date;
|
|
5316
5317
|
statusRun: EStatusAccountSocialRun;
|
package/dist/index.d.ts
CHANGED
|
@@ -3190,24 +3190,25 @@ interface FilterThreadsAccountRawDto extends IFilterBaseDto {
|
|
|
3190
3190
|
updatedBy: string[];
|
|
3191
3191
|
fileNameSheetImport: string[];
|
|
3192
3192
|
accountIDRange: [number, number];
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3193
|
+
accountStatus: EStatusSocialAccountRaw[];
|
|
3194
|
+
loginSocialStatus: EStatusAccountSocialLogin[];
|
|
3195
|
+
loginEmailStatus: EStatusAccountSocialLoginEmail[];
|
|
3196
|
+
accountSettingStatus: EStatusAccountSocialSetting[];
|
|
3197
|
+
statusAutoSyncAccount: EStatusAccountSocialSync[];
|
|
3197
3198
|
deviceBrand: string[];
|
|
3198
|
-
usernameChangeStatus:
|
|
3199
|
-
fullNameChangeStatus:
|
|
3200
|
-
passwordChangeStatus:
|
|
3201
|
-
twoFactorAuthChangeStatus:
|
|
3202
|
-
emailChangeStatus:
|
|
3203
|
-
avatarStatus:
|
|
3204
|
-
coverStatus:
|
|
3205
|
-
bioStatus:
|
|
3206
|
-
linksStatus:
|
|
3207
|
-
hasAvatar:
|
|
3208
|
-
hasCover:
|
|
3209
|
-
hasBio:
|
|
3210
|
-
hasLinks:
|
|
3199
|
+
usernameChangeStatus: EStatusChangeInfo[];
|
|
3200
|
+
fullNameChangeStatus: EStatusChangeInfo[];
|
|
3201
|
+
passwordChangeStatus: EStatusChangeInfo[];
|
|
3202
|
+
twoFactorAuthChangeStatus: EStatusChangeInfo[];
|
|
3203
|
+
emailChangeStatus: EStatusChangeInfo[];
|
|
3204
|
+
avatarStatus: EStatusSocialAccountRaw[];
|
|
3205
|
+
coverStatus: EStatusSocialAccountRaw[];
|
|
3206
|
+
bioStatus: EStatusSocialAccountRaw[];
|
|
3207
|
+
linksStatus: EStatusSocialAccountRaw[];
|
|
3208
|
+
hasAvatar: EHaveData[];
|
|
3209
|
+
hasCover: EHaveData[];
|
|
3210
|
+
hasBio: EHaveData[];
|
|
3211
|
+
hasLinks: EHaveData[];
|
|
3211
3212
|
departmentToAssign: string[];
|
|
3212
3213
|
leaderTeamToAssign: string[];
|
|
3213
3214
|
memberToAssign: string[];
|
|
@@ -3349,13 +3350,13 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
|
3349
3350
|
idea: string | IManagerWork;
|
|
3350
3351
|
niche: string | IManagerWork;
|
|
3351
3352
|
type: ETypeManagerWorkClassify;
|
|
3352
|
-
importInfo: {
|
|
3353
|
+
importInfo: Array<{
|
|
3353
3354
|
sheetUrl: string;
|
|
3354
3355
|
sheetName: string;
|
|
3355
3356
|
typeImport: string;
|
|
3356
3357
|
timeImport: Date;
|
|
3357
3358
|
statusImport: EStatusAccountSocialImport;
|
|
3358
|
-
}
|
|
3359
|
+
}>;
|
|
3359
3360
|
runStartDateTime: Date;
|
|
3360
3361
|
runEndDateTime: Date;
|
|
3361
3362
|
statusRun: EStatusAccountSocialRun;
|
|
@@ -5304,13 +5305,13 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
5304
5305
|
idea: string | IManagerWork;
|
|
5305
5306
|
niche: string | IManagerWork;
|
|
5306
5307
|
type: ETypeManagerWorkClassify;
|
|
5307
|
-
importInfo: {
|
|
5308
|
+
importInfo: Array<{
|
|
5308
5309
|
sheetUrl: string;
|
|
5309
5310
|
sheetName: string;
|
|
5310
5311
|
typeImport: string;
|
|
5311
5312
|
timeImport: Date;
|
|
5312
5313
|
statusImport: EStatusAccountSocialImport;
|
|
5313
|
-
}
|
|
5314
|
+
}>;
|
|
5314
5315
|
runStartDateTime: Date;
|
|
5315
5316
|
runEndDateTime: Date;
|
|
5316
5317
|
statusRun: EStatusAccountSocialRun;
|