automation-lib 5.4.148 → 5.4.150
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 +60 -53
- package/dist/index.d.ts +60 -53
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2882,22 +2882,29 @@ interface FindAccountSocialGroupPopupSocialDto {
|
|
|
2882
2882
|
idea: string;
|
|
2883
2883
|
niche: string;
|
|
2884
2884
|
type: ETypeManagerWorkClassify;
|
|
2885
|
-
username: string;
|
|
2886
|
-
email: string;
|
|
2887
|
-
status: string;
|
|
2888
2885
|
pcName: string;
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2886
|
+
deviceInfo: {
|
|
2887
|
+
id: string;
|
|
2888
|
+
deviceKey: string;
|
|
2889
|
+
deviceName: string;
|
|
2890
|
+
deviceOS: ETypeDeviceOS;
|
|
2891
|
+
deviceModel: string;
|
|
2892
|
+
};
|
|
2893
|
+
accountInfo: {
|
|
2894
|
+
id: string;
|
|
2895
|
+
accountID: string;
|
|
2896
|
+
username: string;
|
|
2897
|
+
fullname: string;
|
|
2898
|
+
email: string;
|
|
2899
|
+
numberFollower: number;
|
|
2900
|
+
numberFollowing: number;
|
|
2901
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
2902
|
+
statusRun: EStatusAccountSocialRun;
|
|
2903
|
+
typeAppClone: string;
|
|
2904
|
+
nameAppClone: string;
|
|
2905
|
+
nameAppCloneSocial: string;
|
|
2906
|
+
folderNameImage: string;
|
|
2907
|
+
};
|
|
2901
2908
|
createdAt: Date;
|
|
2902
2909
|
updatedAt: Date;
|
|
2903
2910
|
createdBy: string;
|
|
@@ -11704,7 +11711,7 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11704
11711
|
dayOfWeek: EDayOfWeek;
|
|
11705
11712
|
timeFrom: string;
|
|
11706
11713
|
timeTo: string;
|
|
11707
|
-
minuteExecute:
|
|
11714
|
+
minuteExecute: number;
|
|
11708
11715
|
service: string;
|
|
11709
11716
|
action: string;
|
|
11710
11717
|
timeExecute: Date;
|
|
@@ -11747,17 +11754,17 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
11747
11754
|
country: string;
|
|
11748
11755
|
status: EStatusProxyChecked;
|
|
11749
11756
|
}>;
|
|
11750
|
-
sheet: {
|
|
11757
|
+
sheet: IBaseRefFieldELS & {
|
|
11751
11758
|
url: string;
|
|
11752
|
-
name: string;
|
|
11753
11759
|
type: string;
|
|
11760
|
+
status: ESheetToolStatusRun;
|
|
11754
11761
|
};
|
|
11755
11762
|
minuteWaiting: number;
|
|
11756
11763
|
isTimeUS: boolean;
|
|
11757
11764
|
dayOfWeek: EDayOfWeek;
|
|
11758
11765
|
timeFrom: string;
|
|
11759
11766
|
timeTo: string;
|
|
11760
|
-
minuteExecute:
|
|
11767
|
+
minuteExecute: number;
|
|
11761
11768
|
service: string;
|
|
11762
11769
|
action: string;
|
|
11763
11770
|
timeExecute: Date;
|
|
@@ -11779,7 +11786,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11779
11786
|
dayOfWeek: EDayOfWeek;
|
|
11780
11787
|
timeFrom: string;
|
|
11781
11788
|
timeTo: string;
|
|
11782
|
-
minuteExecute:
|
|
11789
|
+
minuteExecute: number;
|
|
11783
11790
|
service: string;
|
|
11784
11791
|
action: string;
|
|
11785
11792
|
timeExecute: Date;
|
|
@@ -11839,17 +11846,17 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
11839
11846
|
country: string;
|
|
11840
11847
|
status: EStatusProxyChecked;
|
|
11841
11848
|
}>;
|
|
11842
|
-
sheet: {
|
|
11849
|
+
sheet: IBaseRefFieldELS & {
|
|
11843
11850
|
url: string;
|
|
11844
|
-
name: string;
|
|
11845
11851
|
type: string;
|
|
11852
|
+
status: ESheetToolStatusRun;
|
|
11846
11853
|
};
|
|
11847
11854
|
minuteWaiting: number;
|
|
11848
11855
|
isTimeUS: boolean;
|
|
11849
11856
|
dayOfWeek: EDayOfWeek;
|
|
11850
11857
|
timeFrom: string;
|
|
11851
11858
|
timeTo: string;
|
|
11852
|
-
minuteExecute:
|
|
11859
|
+
minuteExecute: number;
|
|
11853
11860
|
service: string;
|
|
11854
11861
|
action: string;
|
|
11855
11862
|
timeExecute: Date;
|
|
@@ -11993,7 +12000,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11993
12000
|
dayOfWeek: EDayOfWeek;
|
|
11994
12001
|
timeFrom: string;
|
|
11995
12002
|
timeTo: string;
|
|
11996
|
-
minuteExecute:
|
|
12003
|
+
minuteExecute: number;
|
|
11997
12004
|
service: string;
|
|
11998
12005
|
action: string;
|
|
11999
12006
|
timeExecute: Date;
|
|
@@ -12037,13 +12044,14 @@ interface ITaskInstagramFollowELS extends IBaseELS {
|
|
|
12037
12044
|
sheet: IBaseRefFieldELS & {
|
|
12038
12045
|
url: string;
|
|
12039
12046
|
type: string;
|
|
12047
|
+
status: ESheetToolStatusRun;
|
|
12040
12048
|
};
|
|
12041
12049
|
minuteWaiting: number;
|
|
12042
12050
|
isTimeUS: boolean;
|
|
12043
12051
|
dayOfWeek: EDayOfWeek;
|
|
12044
12052
|
timeFrom: string;
|
|
12045
12053
|
timeTo: string;
|
|
12046
|
-
minuteExecute:
|
|
12054
|
+
minuteExecute: number;
|
|
12047
12055
|
service: string;
|
|
12048
12056
|
action: string;
|
|
12049
12057
|
timeExecute: Date;
|
|
@@ -12060,7 +12068,7 @@ interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser
|
|
|
12060
12068
|
dayOfWeek: EDayOfWeek;
|
|
12061
12069
|
timeFrom: string;
|
|
12062
12070
|
timeTo: string;
|
|
12063
|
-
minuteExecute:
|
|
12071
|
+
minuteExecute: number;
|
|
12064
12072
|
service: string;
|
|
12065
12073
|
action: string;
|
|
12066
12074
|
timeExecute: Date;
|
|
@@ -12110,7 +12118,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
|
12110
12118
|
dayOfWeek: EDayOfWeek;
|
|
12111
12119
|
timeFrom: string;
|
|
12112
12120
|
timeTo: string;
|
|
12113
|
-
minuteExecute:
|
|
12121
|
+
minuteExecute: number;
|
|
12114
12122
|
service: string;
|
|
12115
12123
|
action: string;
|
|
12116
12124
|
timeExecute: Date;
|
|
@@ -12131,7 +12139,7 @@ interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12131
12139
|
dayOfWeek: EDayOfWeek;
|
|
12132
12140
|
timeFrom: string;
|
|
12133
12141
|
timeTo: string;
|
|
12134
|
-
minuteExecute:
|
|
12142
|
+
minuteExecute: number;
|
|
12135
12143
|
service: string;
|
|
12136
12144
|
action: string;
|
|
12137
12145
|
timeExecute: Date;
|
|
@@ -12180,7 +12188,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
|
12180
12188
|
dayOfWeek: EDayOfWeek;
|
|
12181
12189
|
timeFrom: string;
|
|
12182
12190
|
timeTo: string;
|
|
12183
|
-
minuteExecute:
|
|
12191
|
+
minuteExecute: number;
|
|
12184
12192
|
service: string;
|
|
12185
12193
|
action: string;
|
|
12186
12194
|
timeExecute: Date;
|
|
@@ -12200,7 +12208,7 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
|
|
|
12200
12208
|
dayOfWeek: EDayOfWeek;
|
|
12201
12209
|
timeFrom: string;
|
|
12202
12210
|
timeTo: string;
|
|
12203
|
-
minuteExecute:
|
|
12211
|
+
minuteExecute: number;
|
|
12204
12212
|
service: string;
|
|
12205
12213
|
action: string;
|
|
12206
12214
|
timeExecute: Date;
|
|
@@ -12248,7 +12256,7 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
|
12248
12256
|
dayOfWeek: EDayOfWeek;
|
|
12249
12257
|
timeFrom: string;
|
|
12250
12258
|
timeTo: string;
|
|
12251
|
-
minuteExecute:
|
|
12259
|
+
minuteExecute: number;
|
|
12252
12260
|
service: string;
|
|
12253
12261
|
action: string;
|
|
12254
12262
|
timeExecute: Date;
|
|
@@ -12268,7 +12276,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12268
12276
|
dayOfWeek: EDayOfWeek;
|
|
12269
12277
|
timeFrom: string;
|
|
12270
12278
|
timeTo: string;
|
|
12271
|
-
minuteExecute:
|
|
12279
|
+
minuteExecute: number;
|
|
12272
12280
|
service: string;
|
|
12273
12281
|
action: string;
|
|
12274
12282
|
timeExecute: Date;
|
|
@@ -12353,13 +12361,14 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12353
12361
|
sheet: IBaseRefFieldELS & {
|
|
12354
12362
|
url: string;
|
|
12355
12363
|
type: string;
|
|
12364
|
+
status: ESheetToolStatusRun;
|
|
12356
12365
|
};
|
|
12357
12366
|
minuteWaiting: number;
|
|
12358
12367
|
isTimeUS: boolean;
|
|
12359
12368
|
dayOfWeek: EDayOfWeek;
|
|
12360
12369
|
timeFrom: string;
|
|
12361
12370
|
timeTo: string;
|
|
12362
|
-
minuteExecute:
|
|
12371
|
+
minuteExecute: number;
|
|
12363
12372
|
service: string;
|
|
12364
12373
|
action: string;
|
|
12365
12374
|
timeExecute: Date;
|
|
@@ -12367,8 +12376,6 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12367
12376
|
timeZone: string;
|
|
12368
12377
|
note: string;
|
|
12369
12378
|
folderImageName: string;
|
|
12370
|
-
sheetUrl: string;
|
|
12371
|
-
sheetName: string;
|
|
12372
12379
|
canvaUrlVideo: string;
|
|
12373
12380
|
canvaImageThumb: string;
|
|
12374
12381
|
canvaImagePage1: string;
|
|
@@ -12421,7 +12428,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12421
12428
|
dayOfWeek: EDayOfWeek;
|
|
12422
12429
|
timeFrom: string;
|
|
12423
12430
|
timeTo: string;
|
|
12424
|
-
minuteExecute:
|
|
12431
|
+
minuteExecute: number;
|
|
12425
12432
|
service: string;
|
|
12426
12433
|
action: string;
|
|
12427
12434
|
timeExecute: Date;
|
|
@@ -12470,21 +12477,20 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
|
|
|
12470
12477
|
sheet: IBaseRefFieldELS & {
|
|
12471
12478
|
url: string;
|
|
12472
12479
|
type: string;
|
|
12480
|
+
status: ESheetToolStatusRun;
|
|
12473
12481
|
};
|
|
12474
12482
|
minuteWaiting: number;
|
|
12475
12483
|
isTimeUS: boolean;
|
|
12476
12484
|
dayOfWeek: EDayOfWeek;
|
|
12477
12485
|
timeFrom: string;
|
|
12478
12486
|
timeTo: string;
|
|
12479
|
-
minuteExecute:
|
|
12487
|
+
minuteExecute: number;
|
|
12480
12488
|
service: string;
|
|
12481
12489
|
action: string;
|
|
12482
12490
|
timeExecute: Date;
|
|
12483
12491
|
status: EStatusTaskToolSocials;
|
|
12484
12492
|
timeZone: string;
|
|
12485
12493
|
note: string;
|
|
12486
|
-
sheetUrl: string;
|
|
12487
|
-
sheetName: string;
|
|
12488
12494
|
postUrlReply: string;
|
|
12489
12495
|
messageForReply: string;
|
|
12490
12496
|
replyCommentContentStep1: string;
|
|
@@ -12501,7 +12507,7 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12501
12507
|
dayOfWeek: EDayOfWeek;
|
|
12502
12508
|
timeFrom: string;
|
|
12503
12509
|
timeTo: string;
|
|
12504
|
-
minuteExecute:
|
|
12510
|
+
minuteExecute: number;
|
|
12505
12511
|
service: string;
|
|
12506
12512
|
action: string;
|
|
12507
12513
|
timeExecute: Date;
|
|
@@ -12550,21 +12556,20 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
|
|
|
12550
12556
|
sheet: IBaseRefFieldELS & {
|
|
12551
12557
|
url: string;
|
|
12552
12558
|
type: string;
|
|
12559
|
+
status: ESheetToolStatusRun;
|
|
12553
12560
|
};
|
|
12554
12561
|
minuteWaiting: number;
|
|
12555
12562
|
isTimeUS: boolean;
|
|
12556
12563
|
dayOfWeek: EDayOfWeek;
|
|
12557
12564
|
timeFrom: string;
|
|
12558
12565
|
timeTo: string;
|
|
12559
|
-
minuteExecute:
|
|
12566
|
+
minuteExecute: number;
|
|
12560
12567
|
service: string;
|
|
12561
12568
|
action: string;
|
|
12562
12569
|
timeExecute: Date;
|
|
12563
12570
|
status: EStatusTaskToolSocials;
|
|
12564
12571
|
timeZone: string;
|
|
12565
12572
|
note: string;
|
|
12566
|
-
sheetUrl: string;
|
|
12567
|
-
sheetName: string;
|
|
12568
12573
|
postUrlReply: string;
|
|
12569
12574
|
messageForReply: string;
|
|
12570
12575
|
replyMessageContentStep1: string;
|
|
@@ -13383,7 +13388,7 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13383
13388
|
dayOfWeek: EDayOfWeek;
|
|
13384
13389
|
timeFrom: string;
|
|
13385
13390
|
timeTo: string;
|
|
13386
|
-
minuteExecute:
|
|
13391
|
+
minuteExecute: number;
|
|
13387
13392
|
service: string;
|
|
13388
13393
|
action: string;
|
|
13389
13394
|
timeExecute: Date;
|
|
@@ -13442,13 +13447,14 @@ interface ITaskThreadsPostELS extends IBaseELS {
|
|
|
13442
13447
|
sheet: IBaseRefFieldELS & {
|
|
13443
13448
|
url: string;
|
|
13444
13449
|
type: string;
|
|
13450
|
+
status: ESheetToolStatusRun;
|
|
13445
13451
|
};
|
|
13446
13452
|
minuteWaiting: number;
|
|
13447
13453
|
isTimeUS: boolean;
|
|
13448
13454
|
dayOfWeek: EDayOfWeek;
|
|
13449
13455
|
timeFrom: string;
|
|
13450
13456
|
timeTo: string;
|
|
13451
|
-
minuteExecute:
|
|
13457
|
+
minuteExecute: number;
|
|
13452
13458
|
service: string;
|
|
13453
13459
|
action: string;
|
|
13454
13460
|
timeExecute: Date;
|
|
@@ -13456,8 +13462,6 @@ interface ITaskThreadsPostELS extends IBaseELS {
|
|
|
13456
13462
|
timeZone: string;
|
|
13457
13463
|
note: string;
|
|
13458
13464
|
folderImageName: string;
|
|
13459
|
-
sheetUrl: string;
|
|
13460
|
-
sheetName: string;
|
|
13461
13465
|
canvaUrlVideo: string;
|
|
13462
13466
|
canvaImageThumb: string;
|
|
13463
13467
|
canvaImagePage1: string;
|
|
@@ -13485,7 +13489,7 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13485
13489
|
dayOfWeek: EDayOfWeek;
|
|
13486
13490
|
timeFrom: string;
|
|
13487
13491
|
timeTo: string;
|
|
13488
|
-
minuteExecute:
|
|
13492
|
+
minuteExecute: number;
|
|
13489
13493
|
service: string;
|
|
13490
13494
|
action: string;
|
|
13491
13495
|
timeExecute: Date;
|
|
@@ -13529,13 +13533,14 @@ interface ITaskThreadsFollowELS extends IBaseELS {
|
|
|
13529
13533
|
sheet: IBaseRefFieldELS & {
|
|
13530
13534
|
url: string;
|
|
13531
13535
|
type: string;
|
|
13536
|
+
status: ESheetToolStatusRun;
|
|
13532
13537
|
};
|
|
13533
13538
|
minuteWaiting: number;
|
|
13534
13539
|
isTimeUS: boolean;
|
|
13535
13540
|
dayOfWeek: EDayOfWeek;
|
|
13536
13541
|
timeFrom: string;
|
|
13537
13542
|
timeTo: string;
|
|
13538
|
-
minuteExecute:
|
|
13543
|
+
minuteExecute: number;
|
|
13539
13544
|
service: string;
|
|
13540
13545
|
action: string;
|
|
13541
13546
|
timeExecute: Date;
|
|
@@ -13554,7 +13559,7 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13554
13559
|
dayOfWeek: EDayOfWeek;
|
|
13555
13560
|
timeFrom: string;
|
|
13556
13561
|
timeTo: string;
|
|
13557
|
-
minuteExecute:
|
|
13562
|
+
minuteExecute: number;
|
|
13558
13563
|
service: string;
|
|
13559
13564
|
action: string;
|
|
13560
13565
|
timeExecute: Date;
|
|
@@ -13603,13 +13608,14 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
|
|
|
13603
13608
|
sheet: IBaseRefFieldELS & {
|
|
13604
13609
|
url: string;
|
|
13605
13610
|
type: string;
|
|
13611
|
+
status: ESheetToolStatusRun;
|
|
13606
13612
|
};
|
|
13607
13613
|
minuteWaiting: number;
|
|
13608
13614
|
isTimeUS: boolean;
|
|
13609
13615
|
dayOfWeek: EDayOfWeek;
|
|
13610
13616
|
timeFrom: string;
|
|
13611
13617
|
timeTo: string;
|
|
13612
|
-
minuteExecute:
|
|
13618
|
+
minuteExecute: number;
|
|
13613
13619
|
service: string;
|
|
13614
13620
|
action: string;
|
|
13615
13621
|
timeExecute: Date;
|
|
@@ -13633,7 +13639,7 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13633
13639
|
dayOfWeek: EDayOfWeek;
|
|
13634
13640
|
timeFrom: string;
|
|
13635
13641
|
timeTo: string;
|
|
13636
|
-
minuteExecute:
|
|
13642
|
+
minuteExecute: number;
|
|
13637
13643
|
service: string;
|
|
13638
13644
|
action: string;
|
|
13639
13645
|
timeExecute: Date;
|
|
@@ -13682,13 +13688,14 @@ interface ITaskThreadsReplyMessageELS extends IBaseELS {
|
|
|
13682
13688
|
sheet: IBaseRefFieldELS & {
|
|
13683
13689
|
url: string;
|
|
13684
13690
|
type: string;
|
|
13691
|
+
status: ESheetToolStatusRun;
|
|
13685
13692
|
};
|
|
13686
13693
|
minuteWaiting: number;
|
|
13687
13694
|
isTimeUS: boolean;
|
|
13688
13695
|
dayOfWeek: EDayOfWeek;
|
|
13689
13696
|
timeFrom: string;
|
|
13690
13697
|
timeTo: string;
|
|
13691
|
-
minuteExecute:
|
|
13698
|
+
minuteExecute: number;
|
|
13692
13699
|
service: string;
|
|
13693
13700
|
action: string;
|
|
13694
13701
|
timeExecute: Date;
|
package/dist/index.d.ts
CHANGED
|
@@ -2882,22 +2882,29 @@ interface FindAccountSocialGroupPopupSocialDto {
|
|
|
2882
2882
|
idea: string;
|
|
2883
2883
|
niche: string;
|
|
2884
2884
|
type: ETypeManagerWorkClassify;
|
|
2885
|
-
username: string;
|
|
2886
|
-
email: string;
|
|
2887
|
-
status: string;
|
|
2888
2885
|
pcName: string;
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2886
|
+
deviceInfo: {
|
|
2887
|
+
id: string;
|
|
2888
|
+
deviceKey: string;
|
|
2889
|
+
deviceName: string;
|
|
2890
|
+
deviceOS: ETypeDeviceOS;
|
|
2891
|
+
deviceModel: string;
|
|
2892
|
+
};
|
|
2893
|
+
accountInfo: {
|
|
2894
|
+
id: string;
|
|
2895
|
+
accountID: string;
|
|
2896
|
+
username: string;
|
|
2897
|
+
fullname: string;
|
|
2898
|
+
email: string;
|
|
2899
|
+
numberFollower: number;
|
|
2900
|
+
numberFollowing: number;
|
|
2901
|
+
statusLogin: EStatusAccountSocialLogin;
|
|
2902
|
+
statusRun: EStatusAccountSocialRun;
|
|
2903
|
+
typeAppClone: string;
|
|
2904
|
+
nameAppClone: string;
|
|
2905
|
+
nameAppCloneSocial: string;
|
|
2906
|
+
folderNameImage: string;
|
|
2907
|
+
};
|
|
2901
2908
|
createdAt: Date;
|
|
2902
2909
|
updatedAt: Date;
|
|
2903
2910
|
createdBy: string;
|
|
@@ -11704,7 +11711,7 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11704
11711
|
dayOfWeek: EDayOfWeek;
|
|
11705
11712
|
timeFrom: string;
|
|
11706
11713
|
timeTo: string;
|
|
11707
|
-
minuteExecute:
|
|
11714
|
+
minuteExecute: number;
|
|
11708
11715
|
service: string;
|
|
11709
11716
|
action: string;
|
|
11710
11717
|
timeExecute: Date;
|
|
@@ -11747,17 +11754,17 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
11747
11754
|
country: string;
|
|
11748
11755
|
status: EStatusProxyChecked;
|
|
11749
11756
|
}>;
|
|
11750
|
-
sheet: {
|
|
11757
|
+
sheet: IBaseRefFieldELS & {
|
|
11751
11758
|
url: string;
|
|
11752
|
-
name: string;
|
|
11753
11759
|
type: string;
|
|
11760
|
+
status: ESheetToolStatusRun;
|
|
11754
11761
|
};
|
|
11755
11762
|
minuteWaiting: number;
|
|
11756
11763
|
isTimeUS: boolean;
|
|
11757
11764
|
dayOfWeek: EDayOfWeek;
|
|
11758
11765
|
timeFrom: string;
|
|
11759
11766
|
timeTo: string;
|
|
11760
|
-
minuteExecute:
|
|
11767
|
+
minuteExecute: number;
|
|
11761
11768
|
service: string;
|
|
11762
11769
|
action: string;
|
|
11763
11770
|
timeExecute: Date;
|
|
@@ -11779,7 +11786,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11779
11786
|
dayOfWeek: EDayOfWeek;
|
|
11780
11787
|
timeFrom: string;
|
|
11781
11788
|
timeTo: string;
|
|
11782
|
-
minuteExecute:
|
|
11789
|
+
minuteExecute: number;
|
|
11783
11790
|
service: string;
|
|
11784
11791
|
action: string;
|
|
11785
11792
|
timeExecute: Date;
|
|
@@ -11839,17 +11846,17 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
11839
11846
|
country: string;
|
|
11840
11847
|
status: EStatusProxyChecked;
|
|
11841
11848
|
}>;
|
|
11842
|
-
sheet: {
|
|
11849
|
+
sheet: IBaseRefFieldELS & {
|
|
11843
11850
|
url: string;
|
|
11844
|
-
name: string;
|
|
11845
11851
|
type: string;
|
|
11852
|
+
status: ESheetToolStatusRun;
|
|
11846
11853
|
};
|
|
11847
11854
|
minuteWaiting: number;
|
|
11848
11855
|
isTimeUS: boolean;
|
|
11849
11856
|
dayOfWeek: EDayOfWeek;
|
|
11850
11857
|
timeFrom: string;
|
|
11851
11858
|
timeTo: string;
|
|
11852
|
-
minuteExecute:
|
|
11859
|
+
minuteExecute: number;
|
|
11853
11860
|
service: string;
|
|
11854
11861
|
action: string;
|
|
11855
11862
|
timeExecute: Date;
|
|
@@ -11993,7 +12000,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11993
12000
|
dayOfWeek: EDayOfWeek;
|
|
11994
12001
|
timeFrom: string;
|
|
11995
12002
|
timeTo: string;
|
|
11996
|
-
minuteExecute:
|
|
12003
|
+
minuteExecute: number;
|
|
11997
12004
|
service: string;
|
|
11998
12005
|
action: string;
|
|
11999
12006
|
timeExecute: Date;
|
|
@@ -12037,13 +12044,14 @@ interface ITaskInstagramFollowELS extends IBaseELS {
|
|
|
12037
12044
|
sheet: IBaseRefFieldELS & {
|
|
12038
12045
|
url: string;
|
|
12039
12046
|
type: string;
|
|
12047
|
+
status: ESheetToolStatusRun;
|
|
12040
12048
|
};
|
|
12041
12049
|
minuteWaiting: number;
|
|
12042
12050
|
isTimeUS: boolean;
|
|
12043
12051
|
dayOfWeek: EDayOfWeek;
|
|
12044
12052
|
timeFrom: string;
|
|
12045
12053
|
timeTo: string;
|
|
12046
|
-
minuteExecute:
|
|
12054
|
+
minuteExecute: number;
|
|
12047
12055
|
service: string;
|
|
12048
12056
|
action: string;
|
|
12049
12057
|
timeExecute: Date;
|
|
@@ -12060,7 +12068,7 @@ interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser
|
|
|
12060
12068
|
dayOfWeek: EDayOfWeek;
|
|
12061
12069
|
timeFrom: string;
|
|
12062
12070
|
timeTo: string;
|
|
12063
|
-
minuteExecute:
|
|
12071
|
+
minuteExecute: number;
|
|
12064
12072
|
service: string;
|
|
12065
12073
|
action: string;
|
|
12066
12074
|
timeExecute: Date;
|
|
@@ -12110,7 +12118,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
|
12110
12118
|
dayOfWeek: EDayOfWeek;
|
|
12111
12119
|
timeFrom: string;
|
|
12112
12120
|
timeTo: string;
|
|
12113
|
-
minuteExecute:
|
|
12121
|
+
minuteExecute: number;
|
|
12114
12122
|
service: string;
|
|
12115
12123
|
action: string;
|
|
12116
12124
|
timeExecute: Date;
|
|
@@ -12131,7 +12139,7 @@ interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12131
12139
|
dayOfWeek: EDayOfWeek;
|
|
12132
12140
|
timeFrom: string;
|
|
12133
12141
|
timeTo: string;
|
|
12134
|
-
minuteExecute:
|
|
12142
|
+
minuteExecute: number;
|
|
12135
12143
|
service: string;
|
|
12136
12144
|
action: string;
|
|
12137
12145
|
timeExecute: Date;
|
|
@@ -12180,7 +12188,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
|
12180
12188
|
dayOfWeek: EDayOfWeek;
|
|
12181
12189
|
timeFrom: string;
|
|
12182
12190
|
timeTo: string;
|
|
12183
|
-
minuteExecute:
|
|
12191
|
+
minuteExecute: number;
|
|
12184
12192
|
service: string;
|
|
12185
12193
|
action: string;
|
|
12186
12194
|
timeExecute: Date;
|
|
@@ -12200,7 +12208,7 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
|
|
|
12200
12208
|
dayOfWeek: EDayOfWeek;
|
|
12201
12209
|
timeFrom: string;
|
|
12202
12210
|
timeTo: string;
|
|
12203
|
-
minuteExecute:
|
|
12211
|
+
minuteExecute: number;
|
|
12204
12212
|
service: string;
|
|
12205
12213
|
action: string;
|
|
12206
12214
|
timeExecute: Date;
|
|
@@ -12248,7 +12256,7 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
|
12248
12256
|
dayOfWeek: EDayOfWeek;
|
|
12249
12257
|
timeFrom: string;
|
|
12250
12258
|
timeTo: string;
|
|
12251
|
-
minuteExecute:
|
|
12259
|
+
minuteExecute: number;
|
|
12252
12260
|
service: string;
|
|
12253
12261
|
action: string;
|
|
12254
12262
|
timeExecute: Date;
|
|
@@ -12268,7 +12276,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12268
12276
|
dayOfWeek: EDayOfWeek;
|
|
12269
12277
|
timeFrom: string;
|
|
12270
12278
|
timeTo: string;
|
|
12271
|
-
minuteExecute:
|
|
12279
|
+
minuteExecute: number;
|
|
12272
12280
|
service: string;
|
|
12273
12281
|
action: string;
|
|
12274
12282
|
timeExecute: Date;
|
|
@@ -12353,13 +12361,14 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12353
12361
|
sheet: IBaseRefFieldELS & {
|
|
12354
12362
|
url: string;
|
|
12355
12363
|
type: string;
|
|
12364
|
+
status: ESheetToolStatusRun;
|
|
12356
12365
|
};
|
|
12357
12366
|
minuteWaiting: number;
|
|
12358
12367
|
isTimeUS: boolean;
|
|
12359
12368
|
dayOfWeek: EDayOfWeek;
|
|
12360
12369
|
timeFrom: string;
|
|
12361
12370
|
timeTo: string;
|
|
12362
|
-
minuteExecute:
|
|
12371
|
+
minuteExecute: number;
|
|
12363
12372
|
service: string;
|
|
12364
12373
|
action: string;
|
|
12365
12374
|
timeExecute: Date;
|
|
@@ -12367,8 +12376,6 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12367
12376
|
timeZone: string;
|
|
12368
12377
|
note: string;
|
|
12369
12378
|
folderImageName: string;
|
|
12370
|
-
sheetUrl: string;
|
|
12371
|
-
sheetName: string;
|
|
12372
12379
|
canvaUrlVideo: string;
|
|
12373
12380
|
canvaImageThumb: string;
|
|
12374
12381
|
canvaImagePage1: string;
|
|
@@ -12421,7 +12428,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12421
12428
|
dayOfWeek: EDayOfWeek;
|
|
12422
12429
|
timeFrom: string;
|
|
12423
12430
|
timeTo: string;
|
|
12424
|
-
minuteExecute:
|
|
12431
|
+
minuteExecute: number;
|
|
12425
12432
|
service: string;
|
|
12426
12433
|
action: string;
|
|
12427
12434
|
timeExecute: Date;
|
|
@@ -12470,21 +12477,20 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
|
|
|
12470
12477
|
sheet: IBaseRefFieldELS & {
|
|
12471
12478
|
url: string;
|
|
12472
12479
|
type: string;
|
|
12480
|
+
status: ESheetToolStatusRun;
|
|
12473
12481
|
};
|
|
12474
12482
|
minuteWaiting: number;
|
|
12475
12483
|
isTimeUS: boolean;
|
|
12476
12484
|
dayOfWeek: EDayOfWeek;
|
|
12477
12485
|
timeFrom: string;
|
|
12478
12486
|
timeTo: string;
|
|
12479
|
-
minuteExecute:
|
|
12487
|
+
minuteExecute: number;
|
|
12480
12488
|
service: string;
|
|
12481
12489
|
action: string;
|
|
12482
12490
|
timeExecute: Date;
|
|
12483
12491
|
status: EStatusTaskToolSocials;
|
|
12484
12492
|
timeZone: string;
|
|
12485
12493
|
note: string;
|
|
12486
|
-
sheetUrl: string;
|
|
12487
|
-
sheetName: string;
|
|
12488
12494
|
postUrlReply: string;
|
|
12489
12495
|
messageForReply: string;
|
|
12490
12496
|
replyCommentContentStep1: string;
|
|
@@ -12501,7 +12507,7 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12501
12507
|
dayOfWeek: EDayOfWeek;
|
|
12502
12508
|
timeFrom: string;
|
|
12503
12509
|
timeTo: string;
|
|
12504
|
-
minuteExecute:
|
|
12510
|
+
minuteExecute: number;
|
|
12505
12511
|
service: string;
|
|
12506
12512
|
action: string;
|
|
12507
12513
|
timeExecute: Date;
|
|
@@ -12550,21 +12556,20 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
|
|
|
12550
12556
|
sheet: IBaseRefFieldELS & {
|
|
12551
12557
|
url: string;
|
|
12552
12558
|
type: string;
|
|
12559
|
+
status: ESheetToolStatusRun;
|
|
12553
12560
|
};
|
|
12554
12561
|
minuteWaiting: number;
|
|
12555
12562
|
isTimeUS: boolean;
|
|
12556
12563
|
dayOfWeek: EDayOfWeek;
|
|
12557
12564
|
timeFrom: string;
|
|
12558
12565
|
timeTo: string;
|
|
12559
|
-
minuteExecute:
|
|
12566
|
+
minuteExecute: number;
|
|
12560
12567
|
service: string;
|
|
12561
12568
|
action: string;
|
|
12562
12569
|
timeExecute: Date;
|
|
12563
12570
|
status: EStatusTaskToolSocials;
|
|
12564
12571
|
timeZone: string;
|
|
12565
12572
|
note: string;
|
|
12566
|
-
sheetUrl: string;
|
|
12567
|
-
sheetName: string;
|
|
12568
12573
|
postUrlReply: string;
|
|
12569
12574
|
messageForReply: string;
|
|
12570
12575
|
replyMessageContentStep1: string;
|
|
@@ -13383,7 +13388,7 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13383
13388
|
dayOfWeek: EDayOfWeek;
|
|
13384
13389
|
timeFrom: string;
|
|
13385
13390
|
timeTo: string;
|
|
13386
|
-
minuteExecute:
|
|
13391
|
+
minuteExecute: number;
|
|
13387
13392
|
service: string;
|
|
13388
13393
|
action: string;
|
|
13389
13394
|
timeExecute: Date;
|
|
@@ -13442,13 +13447,14 @@ interface ITaskThreadsPostELS extends IBaseELS {
|
|
|
13442
13447
|
sheet: IBaseRefFieldELS & {
|
|
13443
13448
|
url: string;
|
|
13444
13449
|
type: string;
|
|
13450
|
+
status: ESheetToolStatusRun;
|
|
13445
13451
|
};
|
|
13446
13452
|
minuteWaiting: number;
|
|
13447
13453
|
isTimeUS: boolean;
|
|
13448
13454
|
dayOfWeek: EDayOfWeek;
|
|
13449
13455
|
timeFrom: string;
|
|
13450
13456
|
timeTo: string;
|
|
13451
|
-
minuteExecute:
|
|
13457
|
+
minuteExecute: number;
|
|
13452
13458
|
service: string;
|
|
13453
13459
|
action: string;
|
|
13454
13460
|
timeExecute: Date;
|
|
@@ -13456,8 +13462,6 @@ interface ITaskThreadsPostELS extends IBaseELS {
|
|
|
13456
13462
|
timeZone: string;
|
|
13457
13463
|
note: string;
|
|
13458
13464
|
folderImageName: string;
|
|
13459
|
-
sheetUrl: string;
|
|
13460
|
-
sheetName: string;
|
|
13461
13465
|
canvaUrlVideo: string;
|
|
13462
13466
|
canvaImageThumb: string;
|
|
13463
13467
|
canvaImagePage1: string;
|
|
@@ -13485,7 +13489,7 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13485
13489
|
dayOfWeek: EDayOfWeek;
|
|
13486
13490
|
timeFrom: string;
|
|
13487
13491
|
timeTo: string;
|
|
13488
|
-
minuteExecute:
|
|
13492
|
+
minuteExecute: number;
|
|
13489
13493
|
service: string;
|
|
13490
13494
|
action: string;
|
|
13491
13495
|
timeExecute: Date;
|
|
@@ -13529,13 +13533,14 @@ interface ITaskThreadsFollowELS extends IBaseELS {
|
|
|
13529
13533
|
sheet: IBaseRefFieldELS & {
|
|
13530
13534
|
url: string;
|
|
13531
13535
|
type: string;
|
|
13536
|
+
status: ESheetToolStatusRun;
|
|
13532
13537
|
};
|
|
13533
13538
|
minuteWaiting: number;
|
|
13534
13539
|
isTimeUS: boolean;
|
|
13535
13540
|
dayOfWeek: EDayOfWeek;
|
|
13536
13541
|
timeFrom: string;
|
|
13537
13542
|
timeTo: string;
|
|
13538
|
-
minuteExecute:
|
|
13543
|
+
minuteExecute: number;
|
|
13539
13544
|
service: string;
|
|
13540
13545
|
action: string;
|
|
13541
13546
|
timeExecute: Date;
|
|
@@ -13554,7 +13559,7 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13554
13559
|
dayOfWeek: EDayOfWeek;
|
|
13555
13560
|
timeFrom: string;
|
|
13556
13561
|
timeTo: string;
|
|
13557
|
-
minuteExecute:
|
|
13562
|
+
minuteExecute: number;
|
|
13558
13563
|
service: string;
|
|
13559
13564
|
action: string;
|
|
13560
13565
|
timeExecute: Date;
|
|
@@ -13603,13 +13608,14 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
|
|
|
13603
13608
|
sheet: IBaseRefFieldELS & {
|
|
13604
13609
|
url: string;
|
|
13605
13610
|
type: string;
|
|
13611
|
+
status: ESheetToolStatusRun;
|
|
13606
13612
|
};
|
|
13607
13613
|
minuteWaiting: number;
|
|
13608
13614
|
isTimeUS: boolean;
|
|
13609
13615
|
dayOfWeek: EDayOfWeek;
|
|
13610
13616
|
timeFrom: string;
|
|
13611
13617
|
timeTo: string;
|
|
13612
|
-
minuteExecute:
|
|
13618
|
+
minuteExecute: number;
|
|
13613
13619
|
service: string;
|
|
13614
13620
|
action: string;
|
|
13615
13621
|
timeExecute: Date;
|
|
@@ -13633,7 +13639,7 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13633
13639
|
dayOfWeek: EDayOfWeek;
|
|
13634
13640
|
timeFrom: string;
|
|
13635
13641
|
timeTo: string;
|
|
13636
|
-
minuteExecute:
|
|
13642
|
+
minuteExecute: number;
|
|
13637
13643
|
service: string;
|
|
13638
13644
|
action: string;
|
|
13639
13645
|
timeExecute: Date;
|
|
@@ -13682,13 +13688,14 @@ interface ITaskThreadsReplyMessageELS extends IBaseELS {
|
|
|
13682
13688
|
sheet: IBaseRefFieldELS & {
|
|
13683
13689
|
url: string;
|
|
13684
13690
|
type: string;
|
|
13691
|
+
status: ESheetToolStatusRun;
|
|
13685
13692
|
};
|
|
13686
13693
|
minuteWaiting: number;
|
|
13687
13694
|
isTimeUS: boolean;
|
|
13688
13695
|
dayOfWeek: EDayOfWeek;
|
|
13689
13696
|
timeFrom: string;
|
|
13690
13697
|
timeTo: string;
|
|
13691
|
-
minuteExecute:
|
|
13698
|
+
minuteExecute: number;
|
|
13692
13699
|
service: string;
|
|
13693
13700
|
action: string;
|
|
13694
13701
|
timeExecute: Date;
|