automation-lib 5.4.137 → 5.4.140
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 +45 -94
- package/dist/index.d.ts +45 -94
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -7568,7 +7568,7 @@ interface FindTaskInstagramPostDto extends IFindBaseDto {
|
|
|
7568
7568
|
deviceKey: string;
|
|
7569
7569
|
minuteWaiting: number;
|
|
7570
7570
|
isTimeUS: boolean;
|
|
7571
|
-
dayOfWeek:
|
|
7571
|
+
dayOfWeek: EDayOfWeek;
|
|
7572
7572
|
timeStart: Date;
|
|
7573
7573
|
timeEnd: Date;
|
|
7574
7574
|
service: string;
|
|
@@ -11701,22 +11701,19 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11701
11701
|
sheetName: string;
|
|
11702
11702
|
typeSocial: ETypeSocial;
|
|
11703
11703
|
account: string | IInstagramAccountRaw;
|
|
11704
|
-
deviceKey: string;
|
|
11705
11704
|
minuteWaiting: number;
|
|
11706
11705
|
isTimeUS: boolean;
|
|
11707
|
-
dayOfWeek:
|
|
11706
|
+
dayOfWeek: EDayOfWeek;
|
|
11708
11707
|
timeFrom: string;
|
|
11709
11708
|
timeTo: string;
|
|
11710
11709
|
service: string;
|
|
11711
11710
|
action: string;
|
|
11712
11711
|
timeExecute: Date;
|
|
11713
11712
|
status: EStatusTaskToolSocials;
|
|
11714
|
-
|
|
11715
|
-
timeExecuteUS: Date;
|
|
11713
|
+
note: string;
|
|
11716
11714
|
listBlockUserName: string[];
|
|
11717
11715
|
listRestrictUserName: string[];
|
|
11718
11716
|
listHiddenUserName: string[];
|
|
11719
|
-
note: string;
|
|
11720
11717
|
}
|
|
11721
11718
|
interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
11722
11719
|
idea: IBaseRefFieldELS;
|
|
@@ -11752,19 +11749,17 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
11752
11749
|
};
|
|
11753
11750
|
minuteWaiting: number;
|
|
11754
11751
|
isTimeUS: boolean;
|
|
11755
|
-
dayOfWeek:
|
|
11752
|
+
dayOfWeek: EDayOfWeek;
|
|
11756
11753
|
timeFrom: string;
|
|
11757
11754
|
timeTo: string;
|
|
11758
11755
|
service: string;
|
|
11759
11756
|
action: string;
|
|
11760
11757
|
timeExecute: Date;
|
|
11761
11758
|
status: EStatusTaskToolSocials;
|
|
11762
|
-
|
|
11763
|
-
timeExecuteUS: Date;
|
|
11759
|
+
note: string;
|
|
11764
11760
|
listBlockUserName: string[];
|
|
11765
11761
|
listRestrictUserName: string[];
|
|
11766
11762
|
listHiddenUserName: string[];
|
|
11767
|
-
note: string;
|
|
11768
11763
|
}
|
|
11769
11764
|
|
|
11770
11765
|
interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -11772,18 +11767,16 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11772
11767
|
sheetName: string;
|
|
11773
11768
|
typeSocial: ETypeSocial;
|
|
11774
11769
|
account: string | IInstagramAccountRaw;
|
|
11775
|
-
deviceKey: string;
|
|
11776
11770
|
minuteWaiting: number;
|
|
11777
11771
|
isTimeUS: boolean;
|
|
11778
|
-
dayOfWeek:
|
|
11772
|
+
dayOfWeek: EDayOfWeek;
|
|
11779
11773
|
timeFrom: string;
|
|
11780
11774
|
timeTo: string;
|
|
11781
11775
|
service: string;
|
|
11782
11776
|
action: string;
|
|
11783
11777
|
timeExecute: Date;
|
|
11784
11778
|
status: EStatusTaskToolSocials;
|
|
11785
|
-
|
|
11786
|
-
timeExecuteUS: Date;
|
|
11779
|
+
note: string;
|
|
11787
11780
|
oldUserName: string;
|
|
11788
11781
|
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
11789
11782
|
changeUserNameNew: string;
|
|
@@ -11804,7 +11797,6 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11804
11797
|
changeCover: string;
|
|
11805
11798
|
fontTextCoverUsername: string;
|
|
11806
11799
|
urlImageCover: string;
|
|
11807
|
-
note: string;
|
|
11808
11800
|
}
|
|
11809
11801
|
interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
11810
11802
|
idea: IBaseRefFieldELS;
|
|
@@ -11840,15 +11832,14 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
11840
11832
|
};
|
|
11841
11833
|
minuteWaiting: number;
|
|
11842
11834
|
isTimeUS: boolean;
|
|
11843
|
-
dayOfWeek:
|
|
11835
|
+
dayOfWeek: EDayOfWeek;
|
|
11844
11836
|
timeFrom: string;
|
|
11845
11837
|
timeTo: string;
|
|
11846
11838
|
service: string;
|
|
11847
11839
|
action: string;
|
|
11848
11840
|
timeExecute: Date;
|
|
11849
11841
|
status: EStatusTaskToolSocials;
|
|
11850
|
-
|
|
11851
|
-
timeExecuteUS: Date;
|
|
11842
|
+
note: string;
|
|
11852
11843
|
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
11853
11844
|
changeUserNameNew: string;
|
|
11854
11845
|
changeFullnameNew: string;
|
|
@@ -11868,7 +11859,6 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
11868
11859
|
changeCover: string;
|
|
11869
11860
|
fontTextCoverUsername: string;
|
|
11870
11861
|
urlImageCover: string;
|
|
11871
|
-
note: string;
|
|
11872
11862
|
}
|
|
11873
11863
|
|
|
11874
11864
|
interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -11876,20 +11866,17 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11876
11866
|
sheetName: string;
|
|
11877
11867
|
typeSocial: ETypeSocial;
|
|
11878
11868
|
account: string | IInstagramAccountRaw;
|
|
11879
|
-
deviceKey: string;
|
|
11880
11869
|
minuteWaiting: number;
|
|
11881
11870
|
isTimeUS: boolean;
|
|
11882
|
-
dayOfWeek:
|
|
11871
|
+
dayOfWeek: EDayOfWeek;
|
|
11883
11872
|
timeFrom: string;
|
|
11884
11873
|
timeTo: string;
|
|
11885
11874
|
service: string;
|
|
11886
11875
|
action: string;
|
|
11887
11876
|
timeExecute: Date;
|
|
11888
11877
|
status: EStatusTaskToolSocials;
|
|
11889
|
-
dayOfWeekUS: string;
|
|
11890
|
-
timeExecuteUS: Date;
|
|
11891
|
-
listUsernameFollow: string[];
|
|
11892
11878
|
note: string;
|
|
11879
|
+
listUsernameFollow: string[];
|
|
11893
11880
|
}
|
|
11894
11881
|
interface ITaskInstagramFollowELS extends IBaseELS {
|
|
11895
11882
|
idea: IBaseRefFieldELS;
|
|
@@ -11925,40 +11912,35 @@ interface ITaskInstagramFollowELS extends IBaseELS {
|
|
|
11925
11912
|
};
|
|
11926
11913
|
minuteWaiting: number;
|
|
11927
11914
|
isTimeUS: boolean;
|
|
11928
|
-
dayOfWeek:
|
|
11915
|
+
dayOfWeek: EDayOfWeek;
|
|
11929
11916
|
timeFrom: string;
|
|
11930
11917
|
timeTo: string;
|
|
11931
11918
|
service: string;
|
|
11932
11919
|
action: string;
|
|
11933
11920
|
timeExecute: Date;
|
|
11934
11921
|
status: EStatusTaskToolSocials;
|
|
11935
|
-
dayOfWeekUS: string;
|
|
11936
|
-
timeExecuteUS: Date;
|
|
11937
|
-
listUsernameFollow: string[];
|
|
11938
11922
|
note: string;
|
|
11923
|
+
listUsernameFollow: string[];
|
|
11939
11924
|
}
|
|
11940
11925
|
|
|
11941
11926
|
interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
|
11942
11927
|
typeSocial: ETypeSocial;
|
|
11943
11928
|
account: string | IInstagramAccountRaw;
|
|
11944
|
-
deviceKey: string;
|
|
11945
11929
|
minuteWaiting: number;
|
|
11946
11930
|
isTimeUS: boolean;
|
|
11947
|
-
dayOfWeek:
|
|
11931
|
+
dayOfWeek: EDayOfWeek;
|
|
11948
11932
|
timeFrom: string;
|
|
11949
11933
|
timeTo: string;
|
|
11950
11934
|
service: string;
|
|
11951
11935
|
action: string;
|
|
11952
11936
|
timeExecute: Date;
|
|
11953
11937
|
status: EStatusTaskToolSocials;
|
|
11954
|
-
|
|
11955
|
-
timeExecuteUS: Date;
|
|
11938
|
+
note: string;
|
|
11956
11939
|
numberView: number;
|
|
11957
11940
|
isBasicView: boolean;
|
|
11958
11941
|
isLike: boolean;
|
|
11959
11942
|
numberLike: number;
|
|
11960
11943
|
minuteRun: number;
|
|
11961
|
-
note: string;
|
|
11962
11944
|
}
|
|
11963
11945
|
interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
11964
11946
|
idea: IBaseRefFieldELS;
|
|
@@ -11994,43 +11976,38 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
|
11994
11976
|
};
|
|
11995
11977
|
minuteWaiting: number;
|
|
11996
11978
|
isTimeUS: boolean;
|
|
11997
|
-
dayOfWeek:
|
|
11979
|
+
dayOfWeek: EDayOfWeek;
|
|
11998
11980
|
timeFrom: string;
|
|
11999
11981
|
timeTo: string;
|
|
12000
11982
|
service: string;
|
|
12001
11983
|
action: string;
|
|
12002
11984
|
timeExecute: Date;
|
|
12003
11985
|
status: EStatusTaskToolSocials;
|
|
12004
|
-
|
|
12005
|
-
timeExecuteUS: Date;
|
|
11986
|
+
note: string;
|
|
12006
11987
|
numberView: number;
|
|
12007
11988
|
isBasicView: boolean;
|
|
12008
11989
|
isLike: boolean;
|
|
12009
11990
|
numberLike: number;
|
|
12010
11991
|
minuteRun: number;
|
|
12011
|
-
note: string;
|
|
12012
11992
|
}
|
|
12013
11993
|
|
|
12014
11994
|
interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
12015
11995
|
typeSocial: ETypeSocial;
|
|
12016
11996
|
account: string | IInstagramAccountRaw;
|
|
12017
|
-
deviceKey: string;
|
|
12018
11997
|
minuteWaiting: number;
|
|
12019
11998
|
isTimeUS: boolean;
|
|
12020
|
-
dayOfWeek:
|
|
11999
|
+
dayOfWeek: EDayOfWeek;
|
|
12021
12000
|
timeFrom: string;
|
|
12022
12001
|
timeTo: string;
|
|
12023
12002
|
service: string;
|
|
12024
12003
|
action: string;
|
|
12025
12004
|
timeExecute: Date;
|
|
12026
12005
|
status: EStatusTaskToolSocials;
|
|
12027
|
-
|
|
12028
|
-
timeExecuteUS: Date;
|
|
12006
|
+
note: string;
|
|
12029
12007
|
numberView: number;
|
|
12030
12008
|
isLike: boolean;
|
|
12031
12009
|
numberLike: number;
|
|
12032
12010
|
minuteRun: number;
|
|
12033
|
-
note: string;
|
|
12034
12011
|
}
|
|
12035
12012
|
interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
12036
12013
|
idea: IBaseRefFieldELS;
|
|
@@ -12066,41 +12043,36 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
|
12066
12043
|
};
|
|
12067
12044
|
minuteWaiting: number;
|
|
12068
12045
|
isTimeUS: boolean;
|
|
12069
|
-
dayOfWeek:
|
|
12046
|
+
dayOfWeek: EDayOfWeek;
|
|
12070
12047
|
timeFrom: string;
|
|
12071
12048
|
timeTo: string;
|
|
12072
12049
|
service: string;
|
|
12073
12050
|
action: string;
|
|
12074
12051
|
timeExecute: Date;
|
|
12075
12052
|
status: EStatusTaskToolSocials;
|
|
12076
|
-
|
|
12077
|
-
timeExecuteUS: Date;
|
|
12053
|
+
note: string;
|
|
12078
12054
|
numberView: number;
|
|
12079
12055
|
isLike: boolean;
|
|
12080
12056
|
numberLike: number;
|
|
12081
12057
|
minuteRun: number;
|
|
12082
|
-
note: string;
|
|
12083
12058
|
}
|
|
12084
12059
|
|
|
12085
12060
|
interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
|
12086
12061
|
typeSocial: ETypeSocial;
|
|
12087
12062
|
account: string | IInstagramAccountRaw;
|
|
12088
|
-
deviceKey: string;
|
|
12089
12063
|
minuteWaiting: number;
|
|
12090
12064
|
isTimeUS: boolean;
|
|
12091
|
-
dayOfWeek:
|
|
12065
|
+
dayOfWeek: EDayOfWeek;
|
|
12092
12066
|
timeFrom: string;
|
|
12093
12067
|
timeTo: string;
|
|
12094
12068
|
service: string;
|
|
12095
12069
|
action: string;
|
|
12096
12070
|
timeExecute: Date;
|
|
12097
12071
|
status: EStatusTaskToolSocials;
|
|
12098
|
-
|
|
12099
|
-
timeExecuteUS: Date;
|
|
12072
|
+
note: string;
|
|
12100
12073
|
numberView: number;
|
|
12101
12074
|
isLike: boolean;
|
|
12102
12075
|
numberLike: number;
|
|
12103
|
-
note: string;
|
|
12104
12076
|
}
|
|
12105
12077
|
interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
12106
12078
|
idea: IBaseRefFieldELS;
|
|
@@ -12136,37 +12108,33 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
|
12136
12108
|
};
|
|
12137
12109
|
minuteWaiting: number;
|
|
12138
12110
|
isTimeUS: boolean;
|
|
12139
|
-
dayOfWeek:
|
|
12111
|
+
dayOfWeek: EDayOfWeek;
|
|
12140
12112
|
timeFrom: string;
|
|
12141
12113
|
timeTo: string;
|
|
12142
12114
|
service: string;
|
|
12143
12115
|
action: string;
|
|
12144
12116
|
timeExecute: Date;
|
|
12145
12117
|
status: EStatusTaskToolSocials;
|
|
12146
|
-
|
|
12147
|
-
timeExecuteUS: Date;
|
|
12118
|
+
note: string;
|
|
12148
12119
|
numberView: number;
|
|
12149
12120
|
isLike: boolean;
|
|
12150
12121
|
numberLike: number;
|
|
12151
|
-
note: string;
|
|
12152
12122
|
}
|
|
12153
12123
|
|
|
12154
12124
|
interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
12155
12125
|
account: string | IInstagramAccountRaw;
|
|
12156
12126
|
sheetUrl: string;
|
|
12157
12127
|
sheetName: string;
|
|
12158
|
-
deviceKey: string;
|
|
12159
12128
|
minuteWaiting: number;
|
|
12160
12129
|
isTimeUS: boolean;
|
|
12161
|
-
dayOfWeek:
|
|
12130
|
+
dayOfWeek: EDayOfWeek;
|
|
12162
12131
|
timeFrom: string;
|
|
12163
12132
|
timeTo: string;
|
|
12164
12133
|
service: string;
|
|
12165
12134
|
action: string;
|
|
12166
12135
|
timeExecute: Date;
|
|
12167
12136
|
status: EStatusTaskToolSocials;
|
|
12168
|
-
|
|
12169
|
-
timeExecuteUS: Date;
|
|
12137
|
+
note: string;
|
|
12170
12138
|
canvaUrlVideo: string;
|
|
12171
12139
|
canvaImageThumb: string;
|
|
12172
12140
|
canvaImagePage1: string;
|
|
@@ -12208,7 +12176,6 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12208
12176
|
statusSocial: EStatusAccountSocial;
|
|
12209
12177
|
statusPost: string;
|
|
12210
12178
|
linkPost: string;
|
|
12211
|
-
note: string;
|
|
12212
12179
|
}
|
|
12213
12180
|
interface ITaskInstagramPostELS extends IBaseELS {
|
|
12214
12181
|
idea: IBaseRefFieldELS;
|
|
@@ -12244,15 +12211,14 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12244
12211
|
};
|
|
12245
12212
|
minuteWaiting: number;
|
|
12246
12213
|
isTimeUS: boolean;
|
|
12247
|
-
dayOfWeek:
|
|
12214
|
+
dayOfWeek: EDayOfWeek;
|
|
12248
12215
|
timeFrom: string;
|
|
12249
12216
|
timeTo: string;
|
|
12250
12217
|
service: string;
|
|
12251
12218
|
action: string;
|
|
12252
12219
|
timeExecute: Date;
|
|
12253
12220
|
status: EStatusTaskToolSocials;
|
|
12254
|
-
|
|
12255
|
-
timeExecuteUS: Date;
|
|
12221
|
+
note: string;
|
|
12256
12222
|
folderImageName: string;
|
|
12257
12223
|
sheetUrl: string;
|
|
12258
12224
|
sheetName: string;
|
|
@@ -12297,7 +12263,6 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12297
12263
|
statusSocial: EStatusAccountSocial;
|
|
12298
12264
|
statusPost: string;
|
|
12299
12265
|
linkPost: string;
|
|
12300
|
-
note: string;
|
|
12301
12266
|
}
|
|
12302
12267
|
|
|
12303
12268
|
interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -12305,18 +12270,16 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12305
12270
|
sheetName: string;
|
|
12306
12271
|
typeSocial: ETypeSocial;
|
|
12307
12272
|
account: string | IInstagramAccountRaw;
|
|
12308
|
-
deviceKey: string;
|
|
12309
12273
|
minuteWaiting: number;
|
|
12310
12274
|
isTimeUS: boolean;
|
|
12311
|
-
dayOfWeek:
|
|
12275
|
+
dayOfWeek: EDayOfWeek;
|
|
12312
12276
|
timeFrom: string;
|
|
12313
12277
|
timeTo: string;
|
|
12314
12278
|
service: string;
|
|
12315
12279
|
action: string;
|
|
12316
12280
|
timeExecute: Date;
|
|
12317
12281
|
status: EStatusTaskToolSocials;
|
|
12318
|
-
|
|
12319
|
-
timeExecuteUS: Date;
|
|
12282
|
+
note: string;
|
|
12320
12283
|
postUrlReply: string;
|
|
12321
12284
|
messageForReply: string;
|
|
12322
12285
|
replyCommentContentStep1: string;
|
|
@@ -12358,15 +12321,14 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
|
|
|
12358
12321
|
};
|
|
12359
12322
|
minuteWaiting: number;
|
|
12360
12323
|
isTimeUS: boolean;
|
|
12361
|
-
dayOfWeek:
|
|
12324
|
+
dayOfWeek: EDayOfWeek;
|
|
12362
12325
|
timeFrom: string;
|
|
12363
12326
|
timeTo: string;
|
|
12364
12327
|
service: string;
|
|
12365
12328
|
action: string;
|
|
12366
12329
|
timeExecute: Date;
|
|
12367
12330
|
status: EStatusTaskToolSocials;
|
|
12368
|
-
|
|
12369
|
-
timeExecuteUS: Date;
|
|
12331
|
+
note: string;
|
|
12370
12332
|
sheetUrl: string;
|
|
12371
12333
|
sheetName: string;
|
|
12372
12334
|
postUrlReply: string;
|
|
@@ -12382,18 +12344,16 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12382
12344
|
sheetName: string;
|
|
12383
12345
|
account: string | IInstagramAccountRaw;
|
|
12384
12346
|
typeSocial: ETypeSocial;
|
|
12385
|
-
deviceKey: string;
|
|
12386
12347
|
minuteWaiting: number;
|
|
12387
12348
|
isTimeUS: boolean;
|
|
12388
|
-
dayOfWeek:
|
|
12349
|
+
dayOfWeek: EDayOfWeek;
|
|
12389
12350
|
timeFrom: string;
|
|
12390
12351
|
timeTo: string;
|
|
12391
12352
|
service: string;
|
|
12392
12353
|
action: string;
|
|
12393
12354
|
timeExecute: Date;
|
|
12394
12355
|
status: EStatusTaskToolSocials;
|
|
12395
|
-
|
|
12396
|
-
timeExecuteUS: Date;
|
|
12356
|
+
note: string;
|
|
12397
12357
|
postUrlReply: string;
|
|
12398
12358
|
messageForReply: string;
|
|
12399
12359
|
replyMessageContentStep1: string;
|
|
@@ -12435,15 +12395,14 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
|
|
|
12435
12395
|
};
|
|
12436
12396
|
minuteWaiting: number;
|
|
12437
12397
|
isTimeUS: boolean;
|
|
12438
|
-
dayOfWeek:
|
|
12398
|
+
dayOfWeek: EDayOfWeek;
|
|
12439
12399
|
timeFrom: string;
|
|
12440
12400
|
timeTo: string;
|
|
12441
12401
|
service: string;
|
|
12442
12402
|
action: string;
|
|
12443
12403
|
timeExecute: Date;
|
|
12444
12404
|
status: EStatusTaskToolSocials;
|
|
12445
|
-
|
|
12446
|
-
timeExecuteUS: Date;
|
|
12405
|
+
note: string;
|
|
12447
12406
|
sheetUrl: string;
|
|
12448
12407
|
sheetName: string;
|
|
12449
12408
|
postUrlReply: string;
|
|
@@ -13260,18 +13219,16 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13260
13219
|
sheetName: string;
|
|
13261
13220
|
typeSocial: ETypeSocial;
|
|
13262
13221
|
account: string | IThreadsAccountRaw;
|
|
13263
|
-
deviceKey: string;
|
|
13264
13222
|
minuteWaiting: number;
|
|
13265
13223
|
isTimeUS: boolean;
|
|
13266
|
-
dayOfWeek:
|
|
13224
|
+
dayOfWeek: EDayOfWeek;
|
|
13267
13225
|
timeFrom: string;
|
|
13268
13226
|
timeTo: string;
|
|
13269
13227
|
service: string;
|
|
13270
13228
|
action: string;
|
|
13271
13229
|
timeExecute: Date;
|
|
13272
13230
|
status: EStatusTaskToolSocials;
|
|
13273
|
-
|
|
13274
|
-
timeExecuteUS: Date;
|
|
13231
|
+
note: string;
|
|
13275
13232
|
canvaUrlVideo: string;
|
|
13276
13233
|
canvaImageThumb: string;
|
|
13277
13234
|
canvaImagePage1: string;
|
|
@@ -13287,18 +13244,16 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13287
13244
|
sheetUrl: string;
|
|
13288
13245
|
sheetName: string;
|
|
13289
13246
|
typeSocial: ETypeSocial;
|
|
13290
|
-
deviceKey: string;
|
|
13291
13247
|
minuteWaiting: number;
|
|
13292
13248
|
isTimeUS: boolean;
|
|
13293
|
-
dayOfWeek:
|
|
13249
|
+
dayOfWeek: EDayOfWeek;
|
|
13294
13250
|
timeFrom: string;
|
|
13295
13251
|
timeTo: string;
|
|
13296
13252
|
service: string;
|
|
13297
13253
|
action: string;
|
|
13298
13254
|
timeExecute: Date;
|
|
13299
13255
|
status: EStatusTaskToolSocials;
|
|
13300
|
-
|
|
13301
|
-
timeExecuteUS: Date;
|
|
13256
|
+
note: string;
|
|
13302
13257
|
listUsernameFollow: string[];
|
|
13303
13258
|
}
|
|
13304
13259
|
|
|
@@ -13307,18 +13262,16 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13307
13262
|
sheetName: string;
|
|
13308
13263
|
typeSocial: ETypeSocial;
|
|
13309
13264
|
account: string | IThreadsAccountRaw;
|
|
13310
|
-
deviceKey: string;
|
|
13311
13265
|
minuteWaiting: number;
|
|
13312
13266
|
isTimeUS: boolean;
|
|
13313
|
-
dayOfWeek:
|
|
13267
|
+
dayOfWeek: EDayOfWeek;
|
|
13314
13268
|
timeFrom: string;
|
|
13315
13269
|
timeTo: string;
|
|
13316
13270
|
service: string;
|
|
13317
13271
|
action: string;
|
|
13318
13272
|
timeExecute: Date;
|
|
13319
13273
|
status: EStatusTaskToolSocials;
|
|
13320
|
-
|
|
13321
|
-
timeExecuteUS: Date;
|
|
13274
|
+
note: string;
|
|
13322
13275
|
postUrlReply: string;
|
|
13323
13276
|
messageForReply: string;
|
|
13324
13277
|
replyCommentContentStep1: string;
|
|
@@ -13332,18 +13285,16 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13332
13285
|
sheetName: string;
|
|
13333
13286
|
typeSocial: ETypeSocial;
|
|
13334
13287
|
account: string | IThreadsAccountRaw;
|
|
13335
|
-
deviceKey: string;
|
|
13336
13288
|
minuteWaiting: number;
|
|
13337
13289
|
isTimeUS: boolean;
|
|
13338
|
-
dayOfWeek:
|
|
13290
|
+
dayOfWeek: EDayOfWeek;
|
|
13339
13291
|
timeFrom: string;
|
|
13340
13292
|
timeTo: string;
|
|
13341
13293
|
service: string;
|
|
13342
13294
|
action: string;
|
|
13343
13295
|
timeExecute: Date;
|
|
13344
13296
|
status: EStatusTaskToolSocials;
|
|
13345
|
-
|
|
13346
|
-
timeExecuteUS: Date;
|
|
13297
|
+
note: string;
|
|
13347
13298
|
postUrlReply: string;
|
|
13348
13299
|
messageForReply: string;
|
|
13349
13300
|
replyMessageContentStep1: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -7568,7 +7568,7 @@ interface FindTaskInstagramPostDto extends IFindBaseDto {
|
|
|
7568
7568
|
deviceKey: string;
|
|
7569
7569
|
minuteWaiting: number;
|
|
7570
7570
|
isTimeUS: boolean;
|
|
7571
|
-
dayOfWeek:
|
|
7571
|
+
dayOfWeek: EDayOfWeek;
|
|
7572
7572
|
timeStart: Date;
|
|
7573
7573
|
timeEnd: Date;
|
|
7574
7574
|
service: string;
|
|
@@ -11701,22 +11701,19 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11701
11701
|
sheetName: string;
|
|
11702
11702
|
typeSocial: ETypeSocial;
|
|
11703
11703
|
account: string | IInstagramAccountRaw;
|
|
11704
|
-
deviceKey: string;
|
|
11705
11704
|
minuteWaiting: number;
|
|
11706
11705
|
isTimeUS: boolean;
|
|
11707
|
-
dayOfWeek:
|
|
11706
|
+
dayOfWeek: EDayOfWeek;
|
|
11708
11707
|
timeFrom: string;
|
|
11709
11708
|
timeTo: string;
|
|
11710
11709
|
service: string;
|
|
11711
11710
|
action: string;
|
|
11712
11711
|
timeExecute: Date;
|
|
11713
11712
|
status: EStatusTaskToolSocials;
|
|
11714
|
-
|
|
11715
|
-
timeExecuteUS: Date;
|
|
11713
|
+
note: string;
|
|
11716
11714
|
listBlockUserName: string[];
|
|
11717
11715
|
listRestrictUserName: string[];
|
|
11718
11716
|
listHiddenUserName: string[];
|
|
11719
|
-
note: string;
|
|
11720
11717
|
}
|
|
11721
11718
|
interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
11722
11719
|
idea: IBaseRefFieldELS;
|
|
@@ -11752,19 +11749,17 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
11752
11749
|
};
|
|
11753
11750
|
minuteWaiting: number;
|
|
11754
11751
|
isTimeUS: boolean;
|
|
11755
|
-
dayOfWeek:
|
|
11752
|
+
dayOfWeek: EDayOfWeek;
|
|
11756
11753
|
timeFrom: string;
|
|
11757
11754
|
timeTo: string;
|
|
11758
11755
|
service: string;
|
|
11759
11756
|
action: string;
|
|
11760
11757
|
timeExecute: Date;
|
|
11761
11758
|
status: EStatusTaskToolSocials;
|
|
11762
|
-
|
|
11763
|
-
timeExecuteUS: Date;
|
|
11759
|
+
note: string;
|
|
11764
11760
|
listBlockUserName: string[];
|
|
11765
11761
|
listRestrictUserName: string[];
|
|
11766
11762
|
listHiddenUserName: string[];
|
|
11767
|
-
note: string;
|
|
11768
11763
|
}
|
|
11769
11764
|
|
|
11770
11765
|
interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -11772,18 +11767,16 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11772
11767
|
sheetName: string;
|
|
11773
11768
|
typeSocial: ETypeSocial;
|
|
11774
11769
|
account: string | IInstagramAccountRaw;
|
|
11775
|
-
deviceKey: string;
|
|
11776
11770
|
minuteWaiting: number;
|
|
11777
11771
|
isTimeUS: boolean;
|
|
11778
|
-
dayOfWeek:
|
|
11772
|
+
dayOfWeek: EDayOfWeek;
|
|
11779
11773
|
timeFrom: string;
|
|
11780
11774
|
timeTo: string;
|
|
11781
11775
|
service: string;
|
|
11782
11776
|
action: string;
|
|
11783
11777
|
timeExecute: Date;
|
|
11784
11778
|
status: EStatusTaskToolSocials;
|
|
11785
|
-
|
|
11786
|
-
timeExecuteUS: Date;
|
|
11779
|
+
note: string;
|
|
11787
11780
|
oldUserName: string;
|
|
11788
11781
|
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
11789
11782
|
changeUserNameNew: string;
|
|
@@ -11804,7 +11797,6 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11804
11797
|
changeCover: string;
|
|
11805
11798
|
fontTextCoverUsername: string;
|
|
11806
11799
|
urlImageCover: string;
|
|
11807
|
-
note: string;
|
|
11808
11800
|
}
|
|
11809
11801
|
interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
11810
11802
|
idea: IBaseRefFieldELS;
|
|
@@ -11840,15 +11832,14 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
11840
11832
|
};
|
|
11841
11833
|
minuteWaiting: number;
|
|
11842
11834
|
isTimeUS: boolean;
|
|
11843
|
-
dayOfWeek:
|
|
11835
|
+
dayOfWeek: EDayOfWeek;
|
|
11844
11836
|
timeFrom: string;
|
|
11845
11837
|
timeTo: string;
|
|
11846
11838
|
service: string;
|
|
11847
11839
|
action: string;
|
|
11848
11840
|
timeExecute: Date;
|
|
11849
11841
|
status: EStatusTaskToolSocials;
|
|
11850
|
-
|
|
11851
|
-
timeExecuteUS: Date;
|
|
11842
|
+
note: string;
|
|
11852
11843
|
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
11853
11844
|
changeUserNameNew: string;
|
|
11854
11845
|
changeFullnameNew: string;
|
|
@@ -11868,7 +11859,6 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
11868
11859
|
changeCover: string;
|
|
11869
11860
|
fontTextCoverUsername: string;
|
|
11870
11861
|
urlImageCover: string;
|
|
11871
|
-
note: string;
|
|
11872
11862
|
}
|
|
11873
11863
|
|
|
11874
11864
|
interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -11876,20 +11866,17 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11876
11866
|
sheetName: string;
|
|
11877
11867
|
typeSocial: ETypeSocial;
|
|
11878
11868
|
account: string | IInstagramAccountRaw;
|
|
11879
|
-
deviceKey: string;
|
|
11880
11869
|
minuteWaiting: number;
|
|
11881
11870
|
isTimeUS: boolean;
|
|
11882
|
-
dayOfWeek:
|
|
11871
|
+
dayOfWeek: EDayOfWeek;
|
|
11883
11872
|
timeFrom: string;
|
|
11884
11873
|
timeTo: string;
|
|
11885
11874
|
service: string;
|
|
11886
11875
|
action: string;
|
|
11887
11876
|
timeExecute: Date;
|
|
11888
11877
|
status: EStatusTaskToolSocials;
|
|
11889
|
-
dayOfWeekUS: string;
|
|
11890
|
-
timeExecuteUS: Date;
|
|
11891
|
-
listUsernameFollow: string[];
|
|
11892
11878
|
note: string;
|
|
11879
|
+
listUsernameFollow: string[];
|
|
11893
11880
|
}
|
|
11894
11881
|
interface ITaskInstagramFollowELS extends IBaseELS {
|
|
11895
11882
|
idea: IBaseRefFieldELS;
|
|
@@ -11925,40 +11912,35 @@ interface ITaskInstagramFollowELS extends IBaseELS {
|
|
|
11925
11912
|
};
|
|
11926
11913
|
minuteWaiting: number;
|
|
11927
11914
|
isTimeUS: boolean;
|
|
11928
|
-
dayOfWeek:
|
|
11915
|
+
dayOfWeek: EDayOfWeek;
|
|
11929
11916
|
timeFrom: string;
|
|
11930
11917
|
timeTo: string;
|
|
11931
11918
|
service: string;
|
|
11932
11919
|
action: string;
|
|
11933
11920
|
timeExecute: Date;
|
|
11934
11921
|
status: EStatusTaskToolSocials;
|
|
11935
|
-
dayOfWeekUS: string;
|
|
11936
|
-
timeExecuteUS: Date;
|
|
11937
|
-
listUsernameFollow: string[];
|
|
11938
11922
|
note: string;
|
|
11923
|
+
listUsernameFollow: string[];
|
|
11939
11924
|
}
|
|
11940
11925
|
|
|
11941
11926
|
interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
|
11942
11927
|
typeSocial: ETypeSocial;
|
|
11943
11928
|
account: string | IInstagramAccountRaw;
|
|
11944
|
-
deviceKey: string;
|
|
11945
11929
|
minuteWaiting: number;
|
|
11946
11930
|
isTimeUS: boolean;
|
|
11947
|
-
dayOfWeek:
|
|
11931
|
+
dayOfWeek: EDayOfWeek;
|
|
11948
11932
|
timeFrom: string;
|
|
11949
11933
|
timeTo: string;
|
|
11950
11934
|
service: string;
|
|
11951
11935
|
action: string;
|
|
11952
11936
|
timeExecute: Date;
|
|
11953
11937
|
status: EStatusTaskToolSocials;
|
|
11954
|
-
|
|
11955
|
-
timeExecuteUS: Date;
|
|
11938
|
+
note: string;
|
|
11956
11939
|
numberView: number;
|
|
11957
11940
|
isBasicView: boolean;
|
|
11958
11941
|
isLike: boolean;
|
|
11959
11942
|
numberLike: number;
|
|
11960
11943
|
minuteRun: number;
|
|
11961
|
-
note: string;
|
|
11962
11944
|
}
|
|
11963
11945
|
interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
11964
11946
|
idea: IBaseRefFieldELS;
|
|
@@ -11994,43 +11976,38 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
|
11994
11976
|
};
|
|
11995
11977
|
minuteWaiting: number;
|
|
11996
11978
|
isTimeUS: boolean;
|
|
11997
|
-
dayOfWeek:
|
|
11979
|
+
dayOfWeek: EDayOfWeek;
|
|
11998
11980
|
timeFrom: string;
|
|
11999
11981
|
timeTo: string;
|
|
12000
11982
|
service: string;
|
|
12001
11983
|
action: string;
|
|
12002
11984
|
timeExecute: Date;
|
|
12003
11985
|
status: EStatusTaskToolSocials;
|
|
12004
|
-
|
|
12005
|
-
timeExecuteUS: Date;
|
|
11986
|
+
note: string;
|
|
12006
11987
|
numberView: number;
|
|
12007
11988
|
isBasicView: boolean;
|
|
12008
11989
|
isLike: boolean;
|
|
12009
11990
|
numberLike: number;
|
|
12010
11991
|
minuteRun: number;
|
|
12011
|
-
note: string;
|
|
12012
11992
|
}
|
|
12013
11993
|
|
|
12014
11994
|
interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
12015
11995
|
typeSocial: ETypeSocial;
|
|
12016
11996
|
account: string | IInstagramAccountRaw;
|
|
12017
|
-
deviceKey: string;
|
|
12018
11997
|
minuteWaiting: number;
|
|
12019
11998
|
isTimeUS: boolean;
|
|
12020
|
-
dayOfWeek:
|
|
11999
|
+
dayOfWeek: EDayOfWeek;
|
|
12021
12000
|
timeFrom: string;
|
|
12022
12001
|
timeTo: string;
|
|
12023
12002
|
service: string;
|
|
12024
12003
|
action: string;
|
|
12025
12004
|
timeExecute: Date;
|
|
12026
12005
|
status: EStatusTaskToolSocials;
|
|
12027
|
-
|
|
12028
|
-
timeExecuteUS: Date;
|
|
12006
|
+
note: string;
|
|
12029
12007
|
numberView: number;
|
|
12030
12008
|
isLike: boolean;
|
|
12031
12009
|
numberLike: number;
|
|
12032
12010
|
minuteRun: number;
|
|
12033
|
-
note: string;
|
|
12034
12011
|
}
|
|
12035
12012
|
interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
12036
12013
|
idea: IBaseRefFieldELS;
|
|
@@ -12066,41 +12043,36 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
|
12066
12043
|
};
|
|
12067
12044
|
minuteWaiting: number;
|
|
12068
12045
|
isTimeUS: boolean;
|
|
12069
|
-
dayOfWeek:
|
|
12046
|
+
dayOfWeek: EDayOfWeek;
|
|
12070
12047
|
timeFrom: string;
|
|
12071
12048
|
timeTo: string;
|
|
12072
12049
|
service: string;
|
|
12073
12050
|
action: string;
|
|
12074
12051
|
timeExecute: Date;
|
|
12075
12052
|
status: EStatusTaskToolSocials;
|
|
12076
|
-
|
|
12077
|
-
timeExecuteUS: Date;
|
|
12053
|
+
note: string;
|
|
12078
12054
|
numberView: number;
|
|
12079
12055
|
isLike: boolean;
|
|
12080
12056
|
numberLike: number;
|
|
12081
12057
|
minuteRun: number;
|
|
12082
|
-
note: string;
|
|
12083
12058
|
}
|
|
12084
12059
|
|
|
12085
12060
|
interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
|
12086
12061
|
typeSocial: ETypeSocial;
|
|
12087
12062
|
account: string | IInstagramAccountRaw;
|
|
12088
|
-
deviceKey: string;
|
|
12089
12063
|
minuteWaiting: number;
|
|
12090
12064
|
isTimeUS: boolean;
|
|
12091
|
-
dayOfWeek:
|
|
12065
|
+
dayOfWeek: EDayOfWeek;
|
|
12092
12066
|
timeFrom: string;
|
|
12093
12067
|
timeTo: string;
|
|
12094
12068
|
service: string;
|
|
12095
12069
|
action: string;
|
|
12096
12070
|
timeExecute: Date;
|
|
12097
12071
|
status: EStatusTaskToolSocials;
|
|
12098
|
-
|
|
12099
|
-
timeExecuteUS: Date;
|
|
12072
|
+
note: string;
|
|
12100
12073
|
numberView: number;
|
|
12101
12074
|
isLike: boolean;
|
|
12102
12075
|
numberLike: number;
|
|
12103
|
-
note: string;
|
|
12104
12076
|
}
|
|
12105
12077
|
interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
12106
12078
|
idea: IBaseRefFieldELS;
|
|
@@ -12136,37 +12108,33 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
|
12136
12108
|
};
|
|
12137
12109
|
minuteWaiting: number;
|
|
12138
12110
|
isTimeUS: boolean;
|
|
12139
|
-
dayOfWeek:
|
|
12111
|
+
dayOfWeek: EDayOfWeek;
|
|
12140
12112
|
timeFrom: string;
|
|
12141
12113
|
timeTo: string;
|
|
12142
12114
|
service: string;
|
|
12143
12115
|
action: string;
|
|
12144
12116
|
timeExecute: Date;
|
|
12145
12117
|
status: EStatusTaskToolSocials;
|
|
12146
|
-
|
|
12147
|
-
timeExecuteUS: Date;
|
|
12118
|
+
note: string;
|
|
12148
12119
|
numberView: number;
|
|
12149
12120
|
isLike: boolean;
|
|
12150
12121
|
numberLike: number;
|
|
12151
|
-
note: string;
|
|
12152
12122
|
}
|
|
12153
12123
|
|
|
12154
12124
|
interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
12155
12125
|
account: string | IInstagramAccountRaw;
|
|
12156
12126
|
sheetUrl: string;
|
|
12157
12127
|
sheetName: string;
|
|
12158
|
-
deviceKey: string;
|
|
12159
12128
|
minuteWaiting: number;
|
|
12160
12129
|
isTimeUS: boolean;
|
|
12161
|
-
dayOfWeek:
|
|
12130
|
+
dayOfWeek: EDayOfWeek;
|
|
12162
12131
|
timeFrom: string;
|
|
12163
12132
|
timeTo: string;
|
|
12164
12133
|
service: string;
|
|
12165
12134
|
action: string;
|
|
12166
12135
|
timeExecute: Date;
|
|
12167
12136
|
status: EStatusTaskToolSocials;
|
|
12168
|
-
|
|
12169
|
-
timeExecuteUS: Date;
|
|
12137
|
+
note: string;
|
|
12170
12138
|
canvaUrlVideo: string;
|
|
12171
12139
|
canvaImageThumb: string;
|
|
12172
12140
|
canvaImagePage1: string;
|
|
@@ -12208,7 +12176,6 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12208
12176
|
statusSocial: EStatusAccountSocial;
|
|
12209
12177
|
statusPost: string;
|
|
12210
12178
|
linkPost: string;
|
|
12211
|
-
note: string;
|
|
12212
12179
|
}
|
|
12213
12180
|
interface ITaskInstagramPostELS extends IBaseELS {
|
|
12214
12181
|
idea: IBaseRefFieldELS;
|
|
@@ -12244,15 +12211,14 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12244
12211
|
};
|
|
12245
12212
|
minuteWaiting: number;
|
|
12246
12213
|
isTimeUS: boolean;
|
|
12247
|
-
dayOfWeek:
|
|
12214
|
+
dayOfWeek: EDayOfWeek;
|
|
12248
12215
|
timeFrom: string;
|
|
12249
12216
|
timeTo: string;
|
|
12250
12217
|
service: string;
|
|
12251
12218
|
action: string;
|
|
12252
12219
|
timeExecute: Date;
|
|
12253
12220
|
status: EStatusTaskToolSocials;
|
|
12254
|
-
|
|
12255
|
-
timeExecuteUS: Date;
|
|
12221
|
+
note: string;
|
|
12256
12222
|
folderImageName: string;
|
|
12257
12223
|
sheetUrl: string;
|
|
12258
12224
|
sheetName: string;
|
|
@@ -12297,7 +12263,6 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12297
12263
|
statusSocial: EStatusAccountSocial;
|
|
12298
12264
|
statusPost: string;
|
|
12299
12265
|
linkPost: string;
|
|
12300
|
-
note: string;
|
|
12301
12266
|
}
|
|
12302
12267
|
|
|
12303
12268
|
interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -12305,18 +12270,16 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12305
12270
|
sheetName: string;
|
|
12306
12271
|
typeSocial: ETypeSocial;
|
|
12307
12272
|
account: string | IInstagramAccountRaw;
|
|
12308
|
-
deviceKey: string;
|
|
12309
12273
|
minuteWaiting: number;
|
|
12310
12274
|
isTimeUS: boolean;
|
|
12311
|
-
dayOfWeek:
|
|
12275
|
+
dayOfWeek: EDayOfWeek;
|
|
12312
12276
|
timeFrom: string;
|
|
12313
12277
|
timeTo: string;
|
|
12314
12278
|
service: string;
|
|
12315
12279
|
action: string;
|
|
12316
12280
|
timeExecute: Date;
|
|
12317
12281
|
status: EStatusTaskToolSocials;
|
|
12318
|
-
|
|
12319
|
-
timeExecuteUS: Date;
|
|
12282
|
+
note: string;
|
|
12320
12283
|
postUrlReply: string;
|
|
12321
12284
|
messageForReply: string;
|
|
12322
12285
|
replyCommentContentStep1: string;
|
|
@@ -12358,15 +12321,14 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
|
|
|
12358
12321
|
};
|
|
12359
12322
|
minuteWaiting: number;
|
|
12360
12323
|
isTimeUS: boolean;
|
|
12361
|
-
dayOfWeek:
|
|
12324
|
+
dayOfWeek: EDayOfWeek;
|
|
12362
12325
|
timeFrom: string;
|
|
12363
12326
|
timeTo: string;
|
|
12364
12327
|
service: string;
|
|
12365
12328
|
action: string;
|
|
12366
12329
|
timeExecute: Date;
|
|
12367
12330
|
status: EStatusTaskToolSocials;
|
|
12368
|
-
|
|
12369
|
-
timeExecuteUS: Date;
|
|
12331
|
+
note: string;
|
|
12370
12332
|
sheetUrl: string;
|
|
12371
12333
|
sheetName: string;
|
|
12372
12334
|
postUrlReply: string;
|
|
@@ -12382,18 +12344,16 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12382
12344
|
sheetName: string;
|
|
12383
12345
|
account: string | IInstagramAccountRaw;
|
|
12384
12346
|
typeSocial: ETypeSocial;
|
|
12385
|
-
deviceKey: string;
|
|
12386
12347
|
minuteWaiting: number;
|
|
12387
12348
|
isTimeUS: boolean;
|
|
12388
|
-
dayOfWeek:
|
|
12349
|
+
dayOfWeek: EDayOfWeek;
|
|
12389
12350
|
timeFrom: string;
|
|
12390
12351
|
timeTo: string;
|
|
12391
12352
|
service: string;
|
|
12392
12353
|
action: string;
|
|
12393
12354
|
timeExecute: Date;
|
|
12394
12355
|
status: EStatusTaskToolSocials;
|
|
12395
|
-
|
|
12396
|
-
timeExecuteUS: Date;
|
|
12356
|
+
note: string;
|
|
12397
12357
|
postUrlReply: string;
|
|
12398
12358
|
messageForReply: string;
|
|
12399
12359
|
replyMessageContentStep1: string;
|
|
@@ -12435,15 +12395,14 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
|
|
|
12435
12395
|
};
|
|
12436
12396
|
minuteWaiting: number;
|
|
12437
12397
|
isTimeUS: boolean;
|
|
12438
|
-
dayOfWeek:
|
|
12398
|
+
dayOfWeek: EDayOfWeek;
|
|
12439
12399
|
timeFrom: string;
|
|
12440
12400
|
timeTo: string;
|
|
12441
12401
|
service: string;
|
|
12442
12402
|
action: string;
|
|
12443
12403
|
timeExecute: Date;
|
|
12444
12404
|
status: EStatusTaskToolSocials;
|
|
12445
|
-
|
|
12446
|
-
timeExecuteUS: Date;
|
|
12405
|
+
note: string;
|
|
12447
12406
|
sheetUrl: string;
|
|
12448
12407
|
sheetName: string;
|
|
12449
12408
|
postUrlReply: string;
|
|
@@ -13260,18 +13219,16 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13260
13219
|
sheetName: string;
|
|
13261
13220
|
typeSocial: ETypeSocial;
|
|
13262
13221
|
account: string | IThreadsAccountRaw;
|
|
13263
|
-
deviceKey: string;
|
|
13264
13222
|
minuteWaiting: number;
|
|
13265
13223
|
isTimeUS: boolean;
|
|
13266
|
-
dayOfWeek:
|
|
13224
|
+
dayOfWeek: EDayOfWeek;
|
|
13267
13225
|
timeFrom: string;
|
|
13268
13226
|
timeTo: string;
|
|
13269
13227
|
service: string;
|
|
13270
13228
|
action: string;
|
|
13271
13229
|
timeExecute: Date;
|
|
13272
13230
|
status: EStatusTaskToolSocials;
|
|
13273
|
-
|
|
13274
|
-
timeExecuteUS: Date;
|
|
13231
|
+
note: string;
|
|
13275
13232
|
canvaUrlVideo: string;
|
|
13276
13233
|
canvaImageThumb: string;
|
|
13277
13234
|
canvaImagePage1: string;
|
|
@@ -13287,18 +13244,16 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13287
13244
|
sheetUrl: string;
|
|
13288
13245
|
sheetName: string;
|
|
13289
13246
|
typeSocial: ETypeSocial;
|
|
13290
|
-
deviceKey: string;
|
|
13291
13247
|
minuteWaiting: number;
|
|
13292
13248
|
isTimeUS: boolean;
|
|
13293
|
-
dayOfWeek:
|
|
13249
|
+
dayOfWeek: EDayOfWeek;
|
|
13294
13250
|
timeFrom: string;
|
|
13295
13251
|
timeTo: string;
|
|
13296
13252
|
service: string;
|
|
13297
13253
|
action: string;
|
|
13298
13254
|
timeExecute: Date;
|
|
13299
13255
|
status: EStatusTaskToolSocials;
|
|
13300
|
-
|
|
13301
|
-
timeExecuteUS: Date;
|
|
13256
|
+
note: string;
|
|
13302
13257
|
listUsernameFollow: string[];
|
|
13303
13258
|
}
|
|
13304
13259
|
|
|
@@ -13307,18 +13262,16 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13307
13262
|
sheetName: string;
|
|
13308
13263
|
typeSocial: ETypeSocial;
|
|
13309
13264
|
account: string | IThreadsAccountRaw;
|
|
13310
|
-
deviceKey: string;
|
|
13311
13265
|
minuteWaiting: number;
|
|
13312
13266
|
isTimeUS: boolean;
|
|
13313
|
-
dayOfWeek:
|
|
13267
|
+
dayOfWeek: EDayOfWeek;
|
|
13314
13268
|
timeFrom: string;
|
|
13315
13269
|
timeTo: string;
|
|
13316
13270
|
service: string;
|
|
13317
13271
|
action: string;
|
|
13318
13272
|
timeExecute: Date;
|
|
13319
13273
|
status: EStatusTaskToolSocials;
|
|
13320
|
-
|
|
13321
|
-
timeExecuteUS: Date;
|
|
13274
|
+
note: string;
|
|
13322
13275
|
postUrlReply: string;
|
|
13323
13276
|
messageForReply: string;
|
|
13324
13277
|
replyCommentContentStep1: string;
|
|
@@ -13332,18 +13285,16 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13332
13285
|
sheetName: string;
|
|
13333
13286
|
typeSocial: ETypeSocial;
|
|
13334
13287
|
account: string | IThreadsAccountRaw;
|
|
13335
|
-
deviceKey: string;
|
|
13336
13288
|
minuteWaiting: number;
|
|
13337
13289
|
isTimeUS: boolean;
|
|
13338
|
-
dayOfWeek:
|
|
13290
|
+
dayOfWeek: EDayOfWeek;
|
|
13339
13291
|
timeFrom: string;
|
|
13340
13292
|
timeTo: string;
|
|
13341
13293
|
service: string;
|
|
13342
13294
|
action: string;
|
|
13343
13295
|
timeExecute: Date;
|
|
13344
13296
|
status: EStatusTaskToolSocials;
|
|
13345
|
-
|
|
13346
|
-
timeExecuteUS: Date;
|
|
13297
|
+
note: string;
|
|
13347
13298
|
postUrlReply: string;
|
|
13348
13299
|
messageForReply: string;
|
|
13349
13300
|
replyMessageContentStep1: string;
|