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