automation-lib 5.4.151 → 5.4.153
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 +26 -30
- package/dist/index.d.ts +26 -30
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -11716,7 +11716,7 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11716
11716
|
action: string;
|
|
11717
11717
|
timeExecute: Date;
|
|
11718
11718
|
status: EStatusTaskToolSocials;
|
|
11719
|
-
timeZone:
|
|
11719
|
+
timeZone: ETimeZone;
|
|
11720
11720
|
note: string;
|
|
11721
11721
|
listBlockUserName: string[];
|
|
11722
11722
|
listRestrictUserName: string[];
|
|
@@ -11769,7 +11769,7 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
11769
11769
|
action: string;
|
|
11770
11770
|
timeExecute: Date;
|
|
11771
11771
|
status: EStatusTaskToolSocials;
|
|
11772
|
-
timeZone:
|
|
11772
|
+
timeZone: ETimeZone;
|
|
11773
11773
|
note: string;
|
|
11774
11774
|
listBlockUserName: string[];
|
|
11775
11775
|
listRestrictUserName: string[];
|
|
@@ -11791,7 +11791,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11791
11791
|
action: string;
|
|
11792
11792
|
timeExecute: Date;
|
|
11793
11793
|
status: EStatusTaskToolSocials;
|
|
11794
|
-
timeZone:
|
|
11794
|
+
timeZone: ETimeZone;
|
|
11795
11795
|
note: string;
|
|
11796
11796
|
oldUserName: string;
|
|
11797
11797
|
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
@@ -11861,7 +11861,7 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
11861
11861
|
action: string;
|
|
11862
11862
|
timeExecute: Date;
|
|
11863
11863
|
status: EStatusTaskToolSocials;
|
|
11864
|
-
timeZone:
|
|
11864
|
+
timeZone: ETimeZone;
|
|
11865
11865
|
note: string;
|
|
11866
11866
|
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
11867
11867
|
changeUserNameNew: string;
|
|
@@ -12005,7 +12005,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12005
12005
|
action: string;
|
|
12006
12006
|
timeExecute: Date;
|
|
12007
12007
|
status: EStatusTaskToolSocials;
|
|
12008
|
-
timeZone:
|
|
12008
|
+
timeZone: ETimeZone;
|
|
12009
12009
|
note: string;
|
|
12010
12010
|
listUsernameFollow: string[];
|
|
12011
12011
|
}
|
|
@@ -12056,7 +12056,7 @@ interface ITaskInstagramFollowELS extends IBaseELS {
|
|
|
12056
12056
|
action: string;
|
|
12057
12057
|
timeExecute: Date;
|
|
12058
12058
|
status: EStatusTaskToolSocials;
|
|
12059
|
-
timeZone:
|
|
12059
|
+
timeZone: ETimeZone;
|
|
12060
12060
|
note: string;
|
|
12061
12061
|
listUsernameFollow: string[];
|
|
12062
12062
|
}
|
|
@@ -12073,7 +12073,7 @@ interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser
|
|
|
12073
12073
|
action: string;
|
|
12074
12074
|
timeExecute: Date;
|
|
12075
12075
|
status: EStatusTaskToolSocials;
|
|
12076
|
-
timeZone:
|
|
12076
|
+
timeZone: ETimeZone;
|
|
12077
12077
|
note: string;
|
|
12078
12078
|
numberView: number;
|
|
12079
12079
|
isBasicView: boolean;
|
|
@@ -12123,7 +12123,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
|
12123
12123
|
action: string;
|
|
12124
12124
|
timeExecute: Date;
|
|
12125
12125
|
status: EStatusTaskToolSocials;
|
|
12126
|
-
timeZone:
|
|
12126
|
+
timeZone: ETimeZone;
|
|
12127
12127
|
note: string;
|
|
12128
12128
|
numberView: number;
|
|
12129
12129
|
isBasicView: boolean;
|
|
@@ -12144,7 +12144,7 @@ interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12144
12144
|
action: string;
|
|
12145
12145
|
timeExecute: Date;
|
|
12146
12146
|
status: EStatusTaskToolSocials;
|
|
12147
|
-
timeZone:
|
|
12147
|
+
timeZone: ETimeZone;
|
|
12148
12148
|
note: string;
|
|
12149
12149
|
numberView: number;
|
|
12150
12150
|
isLike: boolean;
|
|
@@ -12193,7 +12193,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
|
12193
12193
|
action: string;
|
|
12194
12194
|
timeExecute: Date;
|
|
12195
12195
|
status: EStatusTaskToolSocials;
|
|
12196
|
-
timeZone:
|
|
12196
|
+
timeZone: ETimeZone;
|
|
12197
12197
|
note: string;
|
|
12198
12198
|
numberView: number;
|
|
12199
12199
|
isLike: boolean;
|
|
@@ -12213,7 +12213,7 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
|
|
|
12213
12213
|
action: string;
|
|
12214
12214
|
timeExecute: Date;
|
|
12215
12215
|
status: EStatusTaskToolSocials;
|
|
12216
|
-
timeZone:
|
|
12216
|
+
timeZone: ETimeZone;
|
|
12217
12217
|
note: string;
|
|
12218
12218
|
numberView: number;
|
|
12219
12219
|
isLike: boolean;
|
|
@@ -12261,7 +12261,7 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
|
12261
12261
|
action: string;
|
|
12262
12262
|
timeExecute: Date;
|
|
12263
12263
|
status: EStatusTaskToolSocials;
|
|
12264
|
-
timeZone:
|
|
12264
|
+
timeZone: ETimeZone;
|
|
12265
12265
|
note: string;
|
|
12266
12266
|
numberView: number;
|
|
12267
12267
|
isLike: boolean;
|
|
@@ -12281,7 +12281,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12281
12281
|
action: string;
|
|
12282
12282
|
timeExecute: Date;
|
|
12283
12283
|
status: EStatusTaskToolSocials;
|
|
12284
|
-
timeZone:
|
|
12284
|
+
timeZone: ETimeZone;
|
|
12285
12285
|
note: string;
|
|
12286
12286
|
canvaUrlVideo: string;
|
|
12287
12287
|
canvaImageThumb: string;
|
|
@@ -12373,7 +12373,7 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12373
12373
|
action: string;
|
|
12374
12374
|
timeExecute: Date;
|
|
12375
12375
|
status: EStatusTaskToolSocials;
|
|
12376
|
-
timeZone:
|
|
12376
|
+
timeZone: ETimeZone;
|
|
12377
12377
|
note: string;
|
|
12378
12378
|
folderImageName: string;
|
|
12379
12379
|
canvaUrlVideo: string;
|
|
@@ -12433,7 +12433,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12433
12433
|
action: string;
|
|
12434
12434
|
timeExecute: Date;
|
|
12435
12435
|
status: EStatusTaskToolSocials;
|
|
12436
|
-
timeZone:
|
|
12436
|
+
timeZone: ETimeZone;
|
|
12437
12437
|
note: string;
|
|
12438
12438
|
postUrlReply: string;
|
|
12439
12439
|
messageForReply: string;
|
|
@@ -12489,7 +12489,7 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
|
|
|
12489
12489
|
action: string;
|
|
12490
12490
|
timeExecute: Date;
|
|
12491
12491
|
status: EStatusTaskToolSocials;
|
|
12492
|
-
timeZone:
|
|
12492
|
+
timeZone: ETimeZone;
|
|
12493
12493
|
note: string;
|
|
12494
12494
|
postUrlReply: string;
|
|
12495
12495
|
messageForReply: string;
|
|
@@ -12512,7 +12512,7 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12512
12512
|
action: string;
|
|
12513
12513
|
timeExecute: Date;
|
|
12514
12514
|
status: EStatusTaskToolSocials;
|
|
12515
|
-
timeZone:
|
|
12515
|
+
timeZone: ETimeZone;
|
|
12516
12516
|
note: string;
|
|
12517
12517
|
postUrlReply: string;
|
|
12518
12518
|
messageForReply: string;
|
|
@@ -12568,7 +12568,7 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
|
|
|
12568
12568
|
action: string;
|
|
12569
12569
|
timeExecute: Date;
|
|
12570
12570
|
status: EStatusTaskToolSocials;
|
|
12571
|
-
timeZone:
|
|
12571
|
+
timeZone: ETimeZone;
|
|
12572
12572
|
note: string;
|
|
12573
12573
|
postUrlReply: string;
|
|
12574
12574
|
messageForReply: string;
|
|
@@ -13381,7 +13381,6 @@ interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel
|
|
|
13381
13381
|
|
|
13382
13382
|
interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
13383
13383
|
sheet: string | ISheetsTool;
|
|
13384
|
-
typeSocial: ETypeSocial;
|
|
13385
13384
|
account: string | IThreadsAccountRaw;
|
|
13386
13385
|
minuteWaiting: number;
|
|
13387
13386
|
isTimeUS: boolean;
|
|
@@ -13393,7 +13392,7 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13393
13392
|
action: string;
|
|
13394
13393
|
timeExecute: Date;
|
|
13395
13394
|
status: EStatusTaskToolSocials;
|
|
13396
|
-
timeZone:
|
|
13395
|
+
timeZone: ETimeZone;
|
|
13397
13396
|
note: string;
|
|
13398
13397
|
canvaUrlVideo: string;
|
|
13399
13398
|
canvaImageThumb: string;
|
|
@@ -13459,7 +13458,7 @@ interface ITaskThreadsPostELS extends IBaseELS {
|
|
|
13459
13458
|
action: string;
|
|
13460
13459
|
timeExecute: Date;
|
|
13461
13460
|
status: EStatusTaskToolSocials;
|
|
13462
|
-
timeZone:
|
|
13461
|
+
timeZone: ETimeZone;
|
|
13463
13462
|
note: string;
|
|
13464
13463
|
folderImageName: string;
|
|
13465
13464
|
canvaUrlVideo: string;
|
|
@@ -13482,7 +13481,6 @@ interface ITaskThreadsPostELS extends IBaseELS {
|
|
|
13482
13481
|
|
|
13483
13482
|
interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
13484
13483
|
sheet: string | ISheetsTool;
|
|
13485
|
-
typeSocial: ETypeSocial;
|
|
13486
13484
|
account: string | IThreadsAccountRaw;
|
|
13487
13485
|
minuteWaiting: number;
|
|
13488
13486
|
isTimeUS: boolean;
|
|
@@ -13494,7 +13492,7 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13494
13492
|
action: string;
|
|
13495
13493
|
timeExecute: Date;
|
|
13496
13494
|
status: EStatusTaskToolSocials;
|
|
13497
|
-
timeZone:
|
|
13495
|
+
timeZone: ETimeZone;
|
|
13498
13496
|
note: string;
|
|
13499
13497
|
listUsernameFollow: string[];
|
|
13500
13498
|
}
|
|
@@ -13545,14 +13543,13 @@ interface ITaskThreadsFollowELS extends IBaseELS {
|
|
|
13545
13543
|
action: string;
|
|
13546
13544
|
timeExecute: Date;
|
|
13547
13545
|
status: EStatusTaskToolSocials;
|
|
13548
|
-
timeZone:
|
|
13546
|
+
timeZone: ETimeZone;
|
|
13549
13547
|
note: string;
|
|
13550
13548
|
listUsernameFollow: string[];
|
|
13551
13549
|
}
|
|
13552
13550
|
|
|
13553
13551
|
interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
13554
13552
|
sheet: string | ISheetsTool;
|
|
13555
|
-
typeSocial: ETypeSocial;
|
|
13556
13553
|
account: string | IThreadsAccountRaw;
|
|
13557
13554
|
minuteWaiting: number;
|
|
13558
13555
|
isTimeUS: boolean;
|
|
@@ -13564,7 +13561,7 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13564
13561
|
action: string;
|
|
13565
13562
|
timeExecute: Date;
|
|
13566
13563
|
status: EStatusTaskToolSocials;
|
|
13567
|
-
timeZone:
|
|
13564
|
+
timeZone: ETimeZone;
|
|
13568
13565
|
note: string;
|
|
13569
13566
|
postUrlReply: string;
|
|
13570
13567
|
messageForReply: string;
|
|
@@ -13620,7 +13617,7 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
|
|
|
13620
13617
|
action: string;
|
|
13621
13618
|
timeExecute: Date;
|
|
13622
13619
|
status: EStatusTaskToolSocials;
|
|
13623
|
-
timeZone:
|
|
13620
|
+
timeZone: ETimeZone;
|
|
13624
13621
|
note: string;
|
|
13625
13622
|
postUrlReply: string;
|
|
13626
13623
|
messageForReply: string;
|
|
@@ -13632,7 +13629,6 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
|
|
|
13632
13629
|
|
|
13633
13630
|
interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
13634
13631
|
sheet: string | ISheetsTool;
|
|
13635
|
-
typeSocial: ETypeSocial;
|
|
13636
13632
|
account: string | IThreadsAccountRaw;
|
|
13637
13633
|
minuteWaiting: number;
|
|
13638
13634
|
isTimeUS: boolean;
|
|
@@ -13644,7 +13640,7 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13644
13640
|
action: string;
|
|
13645
13641
|
timeExecute: Date;
|
|
13646
13642
|
status: EStatusTaskToolSocials;
|
|
13647
|
-
timeZone:
|
|
13643
|
+
timeZone: ETimeZone;
|
|
13648
13644
|
note: string;
|
|
13649
13645
|
postUrlReply: string;
|
|
13650
13646
|
messageForReply: string;
|
|
@@ -13700,7 +13696,7 @@ interface ITaskThreadsReplyMessageELS extends IBaseELS {
|
|
|
13700
13696
|
action: string;
|
|
13701
13697
|
timeExecute: Date;
|
|
13702
13698
|
status: EStatusTaskToolSocials;
|
|
13703
|
-
timeZone:
|
|
13699
|
+
timeZone: ETimeZone;
|
|
13704
13700
|
note: string;
|
|
13705
13701
|
postUrlReply: string;
|
|
13706
13702
|
messageForReply: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -11716,7 +11716,7 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11716
11716
|
action: string;
|
|
11717
11717
|
timeExecute: Date;
|
|
11718
11718
|
status: EStatusTaskToolSocials;
|
|
11719
|
-
timeZone:
|
|
11719
|
+
timeZone: ETimeZone;
|
|
11720
11720
|
note: string;
|
|
11721
11721
|
listBlockUserName: string[];
|
|
11722
11722
|
listRestrictUserName: string[];
|
|
@@ -11769,7 +11769,7 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
|
|
|
11769
11769
|
action: string;
|
|
11770
11770
|
timeExecute: Date;
|
|
11771
11771
|
status: EStatusTaskToolSocials;
|
|
11772
|
-
timeZone:
|
|
11772
|
+
timeZone: ETimeZone;
|
|
11773
11773
|
note: string;
|
|
11774
11774
|
listBlockUserName: string[];
|
|
11775
11775
|
listRestrictUserName: string[];
|
|
@@ -11791,7 +11791,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
|
|
|
11791
11791
|
action: string;
|
|
11792
11792
|
timeExecute: Date;
|
|
11793
11793
|
status: EStatusTaskToolSocials;
|
|
11794
|
-
timeZone:
|
|
11794
|
+
timeZone: ETimeZone;
|
|
11795
11795
|
note: string;
|
|
11796
11796
|
oldUserName: string;
|
|
11797
11797
|
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
@@ -11861,7 +11861,7 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
|
|
|
11861
11861
|
action: string;
|
|
11862
11862
|
timeExecute: Date;
|
|
11863
11863
|
status: EStatusTaskToolSocials;
|
|
11864
|
-
timeZone:
|
|
11864
|
+
timeZone: ETimeZone;
|
|
11865
11865
|
note: string;
|
|
11866
11866
|
typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
|
|
11867
11867
|
changeUserNameNew: string;
|
|
@@ -12005,7 +12005,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12005
12005
|
action: string;
|
|
12006
12006
|
timeExecute: Date;
|
|
12007
12007
|
status: EStatusTaskToolSocials;
|
|
12008
|
-
timeZone:
|
|
12008
|
+
timeZone: ETimeZone;
|
|
12009
12009
|
note: string;
|
|
12010
12010
|
listUsernameFollow: string[];
|
|
12011
12011
|
}
|
|
@@ -12056,7 +12056,7 @@ interface ITaskInstagramFollowELS extends IBaseELS {
|
|
|
12056
12056
|
action: string;
|
|
12057
12057
|
timeExecute: Date;
|
|
12058
12058
|
status: EStatusTaskToolSocials;
|
|
12059
|
-
timeZone:
|
|
12059
|
+
timeZone: ETimeZone;
|
|
12060
12060
|
note: string;
|
|
12061
12061
|
listUsernameFollow: string[];
|
|
12062
12062
|
}
|
|
@@ -12073,7 +12073,7 @@ interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser
|
|
|
12073
12073
|
action: string;
|
|
12074
12074
|
timeExecute: Date;
|
|
12075
12075
|
status: EStatusTaskToolSocials;
|
|
12076
|
-
timeZone:
|
|
12076
|
+
timeZone: ETimeZone;
|
|
12077
12077
|
note: string;
|
|
12078
12078
|
numberView: number;
|
|
12079
12079
|
isBasicView: boolean;
|
|
@@ -12123,7 +12123,7 @@ interface ITaskInstagramInteractExploreELS extends IBaseELS {
|
|
|
12123
12123
|
action: string;
|
|
12124
12124
|
timeExecute: Date;
|
|
12125
12125
|
status: EStatusTaskToolSocials;
|
|
12126
|
-
timeZone:
|
|
12126
|
+
timeZone: ETimeZone;
|
|
12127
12127
|
note: string;
|
|
12128
12128
|
numberView: number;
|
|
12129
12129
|
isBasicView: boolean;
|
|
@@ -12144,7 +12144,7 @@ interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12144
12144
|
action: string;
|
|
12145
12145
|
timeExecute: Date;
|
|
12146
12146
|
status: EStatusTaskToolSocials;
|
|
12147
|
-
timeZone:
|
|
12147
|
+
timeZone: ETimeZone;
|
|
12148
12148
|
note: string;
|
|
12149
12149
|
numberView: number;
|
|
12150
12150
|
isLike: boolean;
|
|
@@ -12193,7 +12193,7 @@ interface ITaskInstagramInteractReelELS extends IBaseELS {
|
|
|
12193
12193
|
action: string;
|
|
12194
12194
|
timeExecute: Date;
|
|
12195
12195
|
status: EStatusTaskToolSocials;
|
|
12196
|
-
timeZone:
|
|
12196
|
+
timeZone: ETimeZone;
|
|
12197
12197
|
note: string;
|
|
12198
12198
|
numberView: number;
|
|
12199
12199
|
isLike: boolean;
|
|
@@ -12213,7 +12213,7 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
|
|
|
12213
12213
|
action: string;
|
|
12214
12214
|
timeExecute: Date;
|
|
12215
12215
|
status: EStatusTaskToolSocials;
|
|
12216
|
-
timeZone:
|
|
12216
|
+
timeZone: ETimeZone;
|
|
12217
12217
|
note: string;
|
|
12218
12218
|
numberView: number;
|
|
12219
12219
|
isLike: boolean;
|
|
@@ -12261,7 +12261,7 @@ interface ITaskInstagramInteractStoryELS extends IBaseELS {
|
|
|
12261
12261
|
action: string;
|
|
12262
12262
|
timeExecute: Date;
|
|
12263
12263
|
status: EStatusTaskToolSocials;
|
|
12264
|
-
timeZone:
|
|
12264
|
+
timeZone: ETimeZone;
|
|
12265
12265
|
note: string;
|
|
12266
12266
|
numberView: number;
|
|
12267
12267
|
isLike: boolean;
|
|
@@ -12281,7 +12281,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12281
12281
|
action: string;
|
|
12282
12282
|
timeExecute: Date;
|
|
12283
12283
|
status: EStatusTaskToolSocials;
|
|
12284
|
-
timeZone:
|
|
12284
|
+
timeZone: ETimeZone;
|
|
12285
12285
|
note: string;
|
|
12286
12286
|
canvaUrlVideo: string;
|
|
12287
12287
|
canvaImageThumb: string;
|
|
@@ -12373,7 +12373,7 @@ interface ITaskInstagramPostELS extends IBaseELS {
|
|
|
12373
12373
|
action: string;
|
|
12374
12374
|
timeExecute: Date;
|
|
12375
12375
|
status: EStatusTaskToolSocials;
|
|
12376
|
-
timeZone:
|
|
12376
|
+
timeZone: ETimeZone;
|
|
12377
12377
|
note: string;
|
|
12378
12378
|
folderImageName: string;
|
|
12379
12379
|
canvaUrlVideo: string;
|
|
@@ -12433,7 +12433,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12433
12433
|
action: string;
|
|
12434
12434
|
timeExecute: Date;
|
|
12435
12435
|
status: EStatusTaskToolSocials;
|
|
12436
|
-
timeZone:
|
|
12436
|
+
timeZone: ETimeZone;
|
|
12437
12437
|
note: string;
|
|
12438
12438
|
postUrlReply: string;
|
|
12439
12439
|
messageForReply: string;
|
|
@@ -12489,7 +12489,7 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
|
|
|
12489
12489
|
action: string;
|
|
12490
12490
|
timeExecute: Date;
|
|
12491
12491
|
status: EStatusTaskToolSocials;
|
|
12492
|
-
timeZone:
|
|
12492
|
+
timeZone: ETimeZone;
|
|
12493
12493
|
note: string;
|
|
12494
12494
|
postUrlReply: string;
|
|
12495
12495
|
messageForReply: string;
|
|
@@ -12512,7 +12512,7 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12512
12512
|
action: string;
|
|
12513
12513
|
timeExecute: Date;
|
|
12514
12514
|
status: EStatusTaskToolSocials;
|
|
12515
|
-
timeZone:
|
|
12515
|
+
timeZone: ETimeZone;
|
|
12516
12516
|
note: string;
|
|
12517
12517
|
postUrlReply: string;
|
|
12518
12518
|
messageForReply: string;
|
|
@@ -12568,7 +12568,7 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
|
|
|
12568
12568
|
action: string;
|
|
12569
12569
|
timeExecute: Date;
|
|
12570
12570
|
status: EStatusTaskToolSocials;
|
|
12571
|
-
timeZone:
|
|
12571
|
+
timeZone: ETimeZone;
|
|
12572
12572
|
note: string;
|
|
12573
12573
|
postUrlReply: string;
|
|
12574
12574
|
messageForReply: string;
|
|
@@ -13381,7 +13381,6 @@ interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel
|
|
|
13381
13381
|
|
|
13382
13382
|
interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
13383
13383
|
sheet: string | ISheetsTool;
|
|
13384
|
-
typeSocial: ETypeSocial;
|
|
13385
13384
|
account: string | IThreadsAccountRaw;
|
|
13386
13385
|
minuteWaiting: number;
|
|
13387
13386
|
isTimeUS: boolean;
|
|
@@ -13393,7 +13392,7 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13393
13392
|
action: string;
|
|
13394
13393
|
timeExecute: Date;
|
|
13395
13394
|
status: EStatusTaskToolSocials;
|
|
13396
|
-
timeZone:
|
|
13395
|
+
timeZone: ETimeZone;
|
|
13397
13396
|
note: string;
|
|
13398
13397
|
canvaUrlVideo: string;
|
|
13399
13398
|
canvaImageThumb: string;
|
|
@@ -13459,7 +13458,7 @@ interface ITaskThreadsPostELS extends IBaseELS {
|
|
|
13459
13458
|
action: string;
|
|
13460
13459
|
timeExecute: Date;
|
|
13461
13460
|
status: EStatusTaskToolSocials;
|
|
13462
|
-
timeZone:
|
|
13461
|
+
timeZone: ETimeZone;
|
|
13463
13462
|
note: string;
|
|
13464
13463
|
folderImageName: string;
|
|
13465
13464
|
canvaUrlVideo: string;
|
|
@@ -13482,7 +13481,6 @@ interface ITaskThreadsPostELS extends IBaseELS {
|
|
|
13482
13481
|
|
|
13483
13482
|
interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
13484
13483
|
sheet: string | ISheetsTool;
|
|
13485
|
-
typeSocial: ETypeSocial;
|
|
13486
13484
|
account: string | IThreadsAccountRaw;
|
|
13487
13485
|
minuteWaiting: number;
|
|
13488
13486
|
isTimeUS: boolean;
|
|
@@ -13494,7 +13492,7 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13494
13492
|
action: string;
|
|
13495
13493
|
timeExecute: Date;
|
|
13496
13494
|
status: EStatusTaskToolSocials;
|
|
13497
|
-
timeZone:
|
|
13495
|
+
timeZone: ETimeZone;
|
|
13498
13496
|
note: string;
|
|
13499
13497
|
listUsernameFollow: string[];
|
|
13500
13498
|
}
|
|
@@ -13545,14 +13543,13 @@ interface ITaskThreadsFollowELS extends IBaseELS {
|
|
|
13545
13543
|
action: string;
|
|
13546
13544
|
timeExecute: Date;
|
|
13547
13545
|
status: EStatusTaskToolSocials;
|
|
13548
|
-
timeZone:
|
|
13546
|
+
timeZone: ETimeZone;
|
|
13549
13547
|
note: string;
|
|
13550
13548
|
listUsernameFollow: string[];
|
|
13551
13549
|
}
|
|
13552
13550
|
|
|
13553
13551
|
interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
13554
13552
|
sheet: string | ISheetsTool;
|
|
13555
|
-
typeSocial: ETypeSocial;
|
|
13556
13553
|
account: string | IThreadsAccountRaw;
|
|
13557
13554
|
minuteWaiting: number;
|
|
13558
13555
|
isTimeUS: boolean;
|
|
@@ -13564,7 +13561,7 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13564
13561
|
action: string;
|
|
13565
13562
|
timeExecute: Date;
|
|
13566
13563
|
status: EStatusTaskToolSocials;
|
|
13567
|
-
timeZone:
|
|
13564
|
+
timeZone: ETimeZone;
|
|
13568
13565
|
note: string;
|
|
13569
13566
|
postUrlReply: string;
|
|
13570
13567
|
messageForReply: string;
|
|
@@ -13620,7 +13617,7 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
|
|
|
13620
13617
|
action: string;
|
|
13621
13618
|
timeExecute: Date;
|
|
13622
13619
|
status: EStatusTaskToolSocials;
|
|
13623
|
-
timeZone:
|
|
13620
|
+
timeZone: ETimeZone;
|
|
13624
13621
|
note: string;
|
|
13625
13622
|
postUrlReply: string;
|
|
13626
13623
|
messageForReply: string;
|
|
@@ -13632,7 +13629,6 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
|
|
|
13632
13629
|
|
|
13633
13630
|
interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
13634
13631
|
sheet: string | ISheetsTool;
|
|
13635
|
-
typeSocial: ETypeSocial;
|
|
13636
13632
|
account: string | IThreadsAccountRaw;
|
|
13637
13633
|
minuteWaiting: number;
|
|
13638
13634
|
isTimeUS: boolean;
|
|
@@ -13644,7 +13640,7 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13644
13640
|
action: string;
|
|
13645
13641
|
timeExecute: Date;
|
|
13646
13642
|
status: EStatusTaskToolSocials;
|
|
13647
|
-
timeZone:
|
|
13643
|
+
timeZone: ETimeZone;
|
|
13648
13644
|
note: string;
|
|
13649
13645
|
postUrlReply: string;
|
|
13650
13646
|
messageForReply: string;
|
|
@@ -13700,7 +13696,7 @@ interface ITaskThreadsReplyMessageELS extends IBaseELS {
|
|
|
13700
13696
|
action: string;
|
|
13701
13697
|
timeExecute: Date;
|
|
13702
13698
|
status: EStatusTaskToolSocials;
|
|
13703
|
-
timeZone:
|
|
13699
|
+
timeZone: ETimeZone;
|
|
13704
13700
|
note: string;
|
|
13705
13701
|
postUrlReply: string;
|
|
13706
13702
|
messageForReply: string;
|