automation-lib 5.4.212 → 5.4.214
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 +1 -27
- package/dist/index.d.ts +1 -27
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2973,7 +2973,7 @@ interface FilterAccountSocialGroupDto extends IFilterBaseDto {
|
|
|
2973
2973
|
}
|
|
2974
2974
|
|
|
2975
2975
|
interface ISettingAccountSocialDto {
|
|
2976
|
-
|
|
2976
|
+
accountId: string;
|
|
2977
2977
|
username: string;
|
|
2978
2978
|
groupName: string;
|
|
2979
2979
|
hasSetting: boolean;
|
|
@@ -12163,7 +12163,6 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12163
12163
|
action: string;
|
|
12164
12164
|
timeExecute: Date;
|
|
12165
12165
|
status: EStatusTaskToolSocials;
|
|
12166
|
-
timeZone: ETimeZone;
|
|
12167
12166
|
note: string;
|
|
12168
12167
|
listBlockUserName: string[];
|
|
12169
12168
|
listRestrictUserName: string[];
|
|
@@ -12216,7 +12215,6 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
12216
12215
|
action: string;
|
|
12217
12216
|
timeExecute: Date;
|
|
12218
12217
|
status: EStatusTaskToolSocials;
|
|
12219
|
-
timeZone: ETimeZone;
|
|
12220
12218
|
note: string;
|
|
12221
12219
|
listBlockUserName: string[];
|
|
12222
12220
|
listRestrictUserName: string[];
|
|
@@ -12238,7 +12236,6 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12238
12236
|
action: string;
|
|
12239
12237
|
timeExecute: Date;
|
|
12240
12238
|
status: EStatusTaskToolSocials;
|
|
12241
|
-
timeZone: ETimeZone;
|
|
12242
12239
|
note: string;
|
|
12243
12240
|
oldUserName: string;
|
|
12244
12241
|
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
@@ -12308,7 +12305,6 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
12308
12305
|
action: string;
|
|
12309
12306
|
timeExecute: Date;
|
|
12310
12307
|
status: EStatusTaskToolSocials;
|
|
12311
|
-
timeZone: ETimeZone;
|
|
12312
12308
|
note: string;
|
|
12313
12309
|
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
12314
12310
|
changeUserNameNew: string;
|
|
@@ -12455,7 +12451,6 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12455
12451
|
action: string;
|
|
12456
12452
|
timeExecute: Date;
|
|
12457
12453
|
status: EStatusTaskToolSocials;
|
|
12458
|
-
timeZone: ETimeZone;
|
|
12459
12454
|
note: string;
|
|
12460
12455
|
listUsernameFollow: string[];
|
|
12461
12456
|
}
|
|
@@ -12506,7 +12501,6 @@ interface ITaskInstagramFollowELS extends IBaseELS {
|
|
|
12506
12501
|
action: string;
|
|
12507
12502
|
timeExecute: Date;
|
|
12508
12503
|
status: EStatusTaskToolSocials;
|
|
12509
|
-
timeZone: ETimeZone;
|
|
12510
12504
|
note: string;
|
|
12511
12505
|
listUsernameFollow: string[];
|
|
12512
12506
|
}
|
|
@@ -12523,7 +12517,6 @@ interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser
|
|
|
12523
12517
|
action: string;
|
|
12524
12518
|
timeExecute: Date;
|
|
12525
12519
|
status: EStatusTaskToolSocials;
|
|
12526
|
-
timeZone: ETimeZone;
|
|
12527
12520
|
note: string;
|
|
12528
12521
|
numberView: number;
|
|
12529
12522
|
isBasicView: boolean;
|
|
@@ -12573,7 +12566,6 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
|
12573
12566
|
action: string;
|
|
12574
12567
|
timeExecute: Date;
|
|
12575
12568
|
status: EStatusTaskToolSocials;
|
|
12576
|
-
timeZone: ETimeZone;
|
|
12577
12569
|
note: string;
|
|
12578
12570
|
numberView: number;
|
|
12579
12571
|
isBasicView: boolean;
|
|
@@ -12594,7 +12586,6 @@ interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12594
12586
|
action: string;
|
|
12595
12587
|
timeExecute: Date;
|
|
12596
12588
|
status: EStatusTaskToolSocials;
|
|
12597
|
-
timeZone: ETimeZone;
|
|
12598
12589
|
note: string;
|
|
12599
12590
|
numberView: number;
|
|
12600
12591
|
isLike: boolean;
|
|
@@ -12643,7 +12634,6 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
|
12643
12634
|
action: string;
|
|
12644
12635
|
timeExecute: Date;
|
|
12645
12636
|
status: EStatusTaskToolSocials;
|
|
12646
|
-
timeZone: ETimeZone;
|
|
12647
12637
|
note: string;
|
|
12648
12638
|
numberView: number;
|
|
12649
12639
|
isLike: boolean;
|
|
@@ -12663,7 +12653,6 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
|
|
|
12663
12653
|
action: string;
|
|
12664
12654
|
timeExecute: Date;
|
|
12665
12655
|
status: EStatusTaskToolSocials;
|
|
12666
|
-
timeZone: ETimeZone;
|
|
12667
12656
|
note: string;
|
|
12668
12657
|
numberView: number;
|
|
12669
12658
|
isLike: boolean;
|
|
@@ -12711,7 +12700,6 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
|
12711
12700
|
action: string;
|
|
12712
12701
|
timeExecute: Date;
|
|
12713
12702
|
status: EStatusTaskToolSocials;
|
|
12714
|
-
timeZone: ETimeZone;
|
|
12715
12703
|
note: string;
|
|
12716
12704
|
numberView: number;
|
|
12717
12705
|
isLike: boolean;
|
|
@@ -12731,7 +12719,6 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12731
12719
|
action: string;
|
|
12732
12720
|
timeExecute: Date;
|
|
12733
12721
|
status: EStatusTaskToolSocials;
|
|
12734
|
-
timeZone: ETimeZone;
|
|
12735
12722
|
note: string;
|
|
12736
12723
|
canvaUrlVideo: string;
|
|
12737
12724
|
canvaImageThumb: string;
|
|
@@ -12823,7 +12810,6 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12823
12810
|
action: string;
|
|
12824
12811
|
timeExecute: Date;
|
|
12825
12812
|
status: EStatusTaskToolSocials;
|
|
12826
|
-
timeZone: ETimeZone;
|
|
12827
12813
|
note: string;
|
|
12828
12814
|
folderImageName: string;
|
|
12829
12815
|
canvaUrlVideo: string;
|
|
@@ -12883,7 +12869,6 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12883
12869
|
action: string;
|
|
12884
12870
|
timeExecute: Date;
|
|
12885
12871
|
status: EStatusTaskToolSocials;
|
|
12886
|
-
timeZone: ETimeZone;
|
|
12887
12872
|
note: string;
|
|
12888
12873
|
postUrlReply: string;
|
|
12889
12874
|
messageForReply: string;
|
|
@@ -12939,7 +12924,6 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
|
|
|
12939
12924
|
action: string;
|
|
12940
12925
|
timeExecute: Date;
|
|
12941
12926
|
status: EStatusTaskToolSocials;
|
|
12942
|
-
timeZone: ETimeZone;
|
|
12943
12927
|
note: string;
|
|
12944
12928
|
postUrlReply: string;
|
|
12945
12929
|
messageForReply: string;
|
|
@@ -12962,7 +12946,6 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12962
12946
|
action: string;
|
|
12963
12947
|
timeExecute: Date;
|
|
12964
12948
|
status: EStatusTaskToolSocials;
|
|
12965
|
-
timeZone: ETimeZone;
|
|
12966
12949
|
note: string;
|
|
12967
12950
|
postUrlReply: string;
|
|
12968
12951
|
messageForReply: string;
|
|
@@ -13018,7 +13001,6 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
|
|
|
13018
13001
|
action: string;
|
|
13019
13002
|
timeExecute: Date;
|
|
13020
13003
|
status: EStatusTaskToolSocials;
|
|
13021
|
-
timeZone: ETimeZone;
|
|
13022
13004
|
note: string;
|
|
13023
13005
|
postUrlReply: string;
|
|
13024
13006
|
messageForReply: string;
|
|
@@ -13876,7 +13858,6 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13876
13858
|
action: string;
|
|
13877
13859
|
timeExecute: Date;
|
|
13878
13860
|
status: EStatusTaskToolSocials;
|
|
13879
|
-
timeZone: ETimeZone;
|
|
13880
13861
|
note: string;
|
|
13881
13862
|
canvaUrlVideo: string;
|
|
13882
13863
|
canvaImageThumb: string;
|
|
@@ -13942,7 +13923,6 @@ interface ITaskThreadsPostELS extends IBaseELS {
|
|
|
13942
13923
|
action: string;
|
|
13943
13924
|
timeExecute: Date;
|
|
13944
13925
|
status: EStatusTaskToolSocials;
|
|
13945
|
-
timeZone: ETimeZone;
|
|
13946
13926
|
note: string;
|
|
13947
13927
|
folderImageName: string;
|
|
13948
13928
|
canvaUrlVideo: string;
|
|
@@ -13976,7 +13956,6 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13976
13956
|
action: string;
|
|
13977
13957
|
timeExecute: Date;
|
|
13978
13958
|
status: EStatusTaskToolSocials;
|
|
13979
|
-
timeZone: ETimeZone;
|
|
13980
13959
|
note: string;
|
|
13981
13960
|
listUsernameFollow: string[];
|
|
13982
13961
|
}
|
|
@@ -14027,7 +14006,6 @@ interface ITaskThreadsFollowELS extends IBaseELS {
|
|
|
14027
14006
|
action: string;
|
|
14028
14007
|
timeExecute: Date;
|
|
14029
14008
|
status: EStatusTaskToolSocials;
|
|
14030
|
-
timeZone: ETimeZone;
|
|
14031
14009
|
note: string;
|
|
14032
14010
|
listUsernameFollow: string[];
|
|
14033
14011
|
}
|
|
@@ -14045,7 +14023,6 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
14045
14023
|
action: string;
|
|
14046
14024
|
timeExecute: Date;
|
|
14047
14025
|
status: EStatusTaskToolSocials;
|
|
14048
|
-
timeZone: ETimeZone;
|
|
14049
14026
|
note: string;
|
|
14050
14027
|
postUrlReply: string;
|
|
14051
14028
|
messageForReply: string;
|
|
@@ -14101,7 +14078,6 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
|
|
|
14101
14078
|
action: string;
|
|
14102
14079
|
timeExecute: Date;
|
|
14103
14080
|
status: EStatusTaskToolSocials;
|
|
14104
|
-
timeZone: ETimeZone;
|
|
14105
14081
|
note: string;
|
|
14106
14082
|
postUrlReply: string;
|
|
14107
14083
|
messageForReply: string;
|
|
@@ -14124,7 +14100,6 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
14124
14100
|
action: string;
|
|
14125
14101
|
timeExecute: Date;
|
|
14126
14102
|
status: EStatusTaskToolSocials;
|
|
14127
|
-
timeZone: ETimeZone;
|
|
14128
14103
|
note: string;
|
|
14129
14104
|
postUrlReply: string;
|
|
14130
14105
|
messageForReply: string;
|
|
@@ -14180,7 +14155,6 @@ interface ITaskThreadsReplyMessageELS extends IBaseELS {
|
|
|
14180
14155
|
action: string;
|
|
14181
14156
|
timeExecute: Date;
|
|
14182
14157
|
status: EStatusTaskToolSocials;
|
|
14183
|
-
timeZone: ETimeZone;
|
|
14184
14158
|
note: string;
|
|
14185
14159
|
postUrlReply: string;
|
|
14186
14160
|
messageForReply: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2973,7 +2973,7 @@ interface FilterAccountSocialGroupDto extends IFilterBaseDto {
|
|
|
2973
2973
|
}
|
|
2974
2974
|
|
|
2975
2975
|
interface ISettingAccountSocialDto {
|
|
2976
|
-
|
|
2976
|
+
accountId: string;
|
|
2977
2977
|
username: string;
|
|
2978
2978
|
groupName: string;
|
|
2979
2979
|
hasSetting: boolean;
|
|
@@ -12163,7 +12163,6 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12163
12163
|
action: string;
|
|
12164
12164
|
timeExecute: Date;
|
|
12165
12165
|
status: EStatusTaskToolSocials;
|
|
12166
|
-
timeZone: ETimeZone;
|
|
12167
12166
|
note: string;
|
|
12168
12167
|
listBlockUserName: string[];
|
|
12169
12168
|
listRestrictUserName: string[];
|
|
@@ -12216,7 +12215,6 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
12216
12215
|
action: string;
|
|
12217
12216
|
timeExecute: Date;
|
|
12218
12217
|
status: EStatusTaskToolSocials;
|
|
12219
|
-
timeZone: ETimeZone;
|
|
12220
12218
|
note: string;
|
|
12221
12219
|
listBlockUserName: string[];
|
|
12222
12220
|
listRestrictUserName: string[];
|
|
@@ -12238,7 +12236,6 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12238
12236
|
action: string;
|
|
12239
12237
|
timeExecute: Date;
|
|
12240
12238
|
status: EStatusTaskToolSocials;
|
|
12241
|
-
timeZone: ETimeZone;
|
|
12242
12239
|
note: string;
|
|
12243
12240
|
oldUserName: string;
|
|
12244
12241
|
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
@@ -12308,7 +12305,6 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
12308
12305
|
action: string;
|
|
12309
12306
|
timeExecute: Date;
|
|
12310
12307
|
status: EStatusTaskToolSocials;
|
|
12311
|
-
timeZone: ETimeZone;
|
|
12312
12308
|
note: string;
|
|
12313
12309
|
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
12314
12310
|
changeUserNameNew: string;
|
|
@@ -12455,7 +12451,6 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12455
12451
|
action: string;
|
|
12456
12452
|
timeExecute: Date;
|
|
12457
12453
|
status: EStatusTaskToolSocials;
|
|
12458
|
-
timeZone: ETimeZone;
|
|
12459
12454
|
note: string;
|
|
12460
12455
|
listUsernameFollow: string[];
|
|
12461
12456
|
}
|
|
@@ -12506,7 +12501,6 @@ interface ITaskInstagramFollowELS extends IBaseELS {
|
|
|
12506
12501
|
action: string;
|
|
12507
12502
|
timeExecute: Date;
|
|
12508
12503
|
status: EStatusTaskToolSocials;
|
|
12509
|
-
timeZone: ETimeZone;
|
|
12510
12504
|
note: string;
|
|
12511
12505
|
listUsernameFollow: string[];
|
|
12512
12506
|
}
|
|
@@ -12523,7 +12517,6 @@ interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser
|
|
|
12523
12517
|
action: string;
|
|
12524
12518
|
timeExecute: Date;
|
|
12525
12519
|
status: EStatusTaskToolSocials;
|
|
12526
|
-
timeZone: ETimeZone;
|
|
12527
12520
|
note: string;
|
|
12528
12521
|
numberView: number;
|
|
12529
12522
|
isBasicView: boolean;
|
|
@@ -12573,7 +12566,6 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
|
12573
12566
|
action: string;
|
|
12574
12567
|
timeExecute: Date;
|
|
12575
12568
|
status: EStatusTaskToolSocials;
|
|
12576
|
-
timeZone: ETimeZone;
|
|
12577
12569
|
note: string;
|
|
12578
12570
|
numberView: number;
|
|
12579
12571
|
isBasicView: boolean;
|
|
@@ -12594,7 +12586,6 @@ interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12594
12586
|
action: string;
|
|
12595
12587
|
timeExecute: Date;
|
|
12596
12588
|
status: EStatusTaskToolSocials;
|
|
12597
|
-
timeZone: ETimeZone;
|
|
12598
12589
|
note: string;
|
|
12599
12590
|
numberView: number;
|
|
12600
12591
|
isLike: boolean;
|
|
@@ -12643,7 +12634,6 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
|
12643
12634
|
action: string;
|
|
12644
12635
|
timeExecute: Date;
|
|
12645
12636
|
status: EStatusTaskToolSocials;
|
|
12646
|
-
timeZone: ETimeZone;
|
|
12647
12637
|
note: string;
|
|
12648
12638
|
numberView: number;
|
|
12649
12639
|
isLike: boolean;
|
|
@@ -12663,7 +12653,6 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
|
|
|
12663
12653
|
action: string;
|
|
12664
12654
|
timeExecute: Date;
|
|
12665
12655
|
status: EStatusTaskToolSocials;
|
|
12666
|
-
timeZone: ETimeZone;
|
|
12667
12656
|
note: string;
|
|
12668
12657
|
numberView: number;
|
|
12669
12658
|
isLike: boolean;
|
|
@@ -12711,7 +12700,6 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
|
12711
12700
|
action: string;
|
|
12712
12701
|
timeExecute: Date;
|
|
12713
12702
|
status: EStatusTaskToolSocials;
|
|
12714
|
-
timeZone: ETimeZone;
|
|
12715
12703
|
note: string;
|
|
12716
12704
|
numberView: number;
|
|
12717
12705
|
isLike: boolean;
|
|
@@ -12731,7 +12719,6 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12731
12719
|
action: string;
|
|
12732
12720
|
timeExecute: Date;
|
|
12733
12721
|
status: EStatusTaskToolSocials;
|
|
12734
|
-
timeZone: ETimeZone;
|
|
12735
12722
|
note: string;
|
|
12736
12723
|
canvaUrlVideo: string;
|
|
12737
12724
|
canvaImageThumb: string;
|
|
@@ -12823,7 +12810,6 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12823
12810
|
action: string;
|
|
12824
12811
|
timeExecute: Date;
|
|
12825
12812
|
status: EStatusTaskToolSocials;
|
|
12826
|
-
timeZone: ETimeZone;
|
|
12827
12813
|
note: string;
|
|
12828
12814
|
folderImageName: string;
|
|
12829
12815
|
canvaUrlVideo: string;
|
|
@@ -12883,7 +12869,6 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12883
12869
|
action: string;
|
|
12884
12870
|
timeExecute: Date;
|
|
12885
12871
|
status: EStatusTaskToolSocials;
|
|
12886
|
-
timeZone: ETimeZone;
|
|
12887
12872
|
note: string;
|
|
12888
12873
|
postUrlReply: string;
|
|
12889
12874
|
messageForReply: string;
|
|
@@ -12939,7 +12924,6 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
|
|
|
12939
12924
|
action: string;
|
|
12940
12925
|
timeExecute: Date;
|
|
12941
12926
|
status: EStatusTaskToolSocials;
|
|
12942
|
-
timeZone: ETimeZone;
|
|
12943
12927
|
note: string;
|
|
12944
12928
|
postUrlReply: string;
|
|
12945
12929
|
messageForReply: string;
|
|
@@ -12962,7 +12946,6 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12962
12946
|
action: string;
|
|
12963
12947
|
timeExecute: Date;
|
|
12964
12948
|
status: EStatusTaskToolSocials;
|
|
12965
|
-
timeZone: ETimeZone;
|
|
12966
12949
|
note: string;
|
|
12967
12950
|
postUrlReply: string;
|
|
12968
12951
|
messageForReply: string;
|
|
@@ -13018,7 +13001,6 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
|
|
|
13018
13001
|
action: string;
|
|
13019
13002
|
timeExecute: Date;
|
|
13020
13003
|
status: EStatusTaskToolSocials;
|
|
13021
|
-
timeZone: ETimeZone;
|
|
13022
13004
|
note: string;
|
|
13023
13005
|
postUrlReply: string;
|
|
13024
13006
|
messageForReply: string;
|
|
@@ -13876,7 +13858,6 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13876
13858
|
action: string;
|
|
13877
13859
|
timeExecute: Date;
|
|
13878
13860
|
status: EStatusTaskToolSocials;
|
|
13879
|
-
timeZone: ETimeZone;
|
|
13880
13861
|
note: string;
|
|
13881
13862
|
canvaUrlVideo: string;
|
|
13882
13863
|
canvaImageThumb: string;
|
|
@@ -13942,7 +13923,6 @@ interface ITaskThreadsPostELS extends IBaseELS {
|
|
|
13942
13923
|
action: string;
|
|
13943
13924
|
timeExecute: Date;
|
|
13944
13925
|
status: EStatusTaskToolSocials;
|
|
13945
|
-
timeZone: ETimeZone;
|
|
13946
13926
|
note: string;
|
|
13947
13927
|
folderImageName: string;
|
|
13948
13928
|
canvaUrlVideo: string;
|
|
@@ -13976,7 +13956,6 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13976
13956
|
action: string;
|
|
13977
13957
|
timeExecute: Date;
|
|
13978
13958
|
status: EStatusTaskToolSocials;
|
|
13979
|
-
timeZone: ETimeZone;
|
|
13980
13959
|
note: string;
|
|
13981
13960
|
listUsernameFollow: string[];
|
|
13982
13961
|
}
|
|
@@ -14027,7 +14006,6 @@ interface ITaskThreadsFollowELS extends IBaseELS {
|
|
|
14027
14006
|
action: string;
|
|
14028
14007
|
timeExecute: Date;
|
|
14029
14008
|
status: EStatusTaskToolSocials;
|
|
14030
|
-
timeZone: ETimeZone;
|
|
14031
14009
|
note: string;
|
|
14032
14010
|
listUsernameFollow: string[];
|
|
14033
14011
|
}
|
|
@@ -14045,7 +14023,6 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
14045
14023
|
action: string;
|
|
14046
14024
|
timeExecute: Date;
|
|
14047
14025
|
status: EStatusTaskToolSocials;
|
|
14048
|
-
timeZone: ETimeZone;
|
|
14049
14026
|
note: string;
|
|
14050
14027
|
postUrlReply: string;
|
|
14051
14028
|
messageForReply: string;
|
|
@@ -14101,7 +14078,6 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
|
|
|
14101
14078
|
action: string;
|
|
14102
14079
|
timeExecute: Date;
|
|
14103
14080
|
status: EStatusTaskToolSocials;
|
|
14104
|
-
timeZone: ETimeZone;
|
|
14105
14081
|
note: string;
|
|
14106
14082
|
postUrlReply: string;
|
|
14107
14083
|
messageForReply: string;
|
|
@@ -14124,7 +14100,6 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
14124
14100
|
action: string;
|
|
14125
14101
|
timeExecute: Date;
|
|
14126
14102
|
status: EStatusTaskToolSocials;
|
|
14127
|
-
timeZone: ETimeZone;
|
|
14128
14103
|
note: string;
|
|
14129
14104
|
postUrlReply: string;
|
|
14130
14105
|
messageForReply: string;
|
|
@@ -14180,7 +14155,6 @@ interface ITaskThreadsReplyMessageELS extends IBaseELS {
|
|
|
14180
14155
|
action: string;
|
|
14181
14156
|
timeExecute: Date;
|
|
14182
14157
|
status: EStatusTaskToolSocials;
|
|
14183
|
-
timeZone: ETimeZone;
|
|
14184
14158
|
note: string;
|
|
14185
14159
|
postUrlReply: string;
|
|
14186
14160
|
messageForReply: string;
|