automation-lib 5.4.175 → 5.4.179
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 +149 -71
- package/dist/index.d.ts +149 -71
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5908,12 +5908,12 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterB
|
|
|
5908
5908
|
device: string[];
|
|
5909
5909
|
accountGroup: string[];
|
|
5910
5910
|
account: string[];
|
|
5911
|
-
sheetName: string[];
|
|
5912
5911
|
status: EStatusTaskScript[];
|
|
5913
5912
|
timezone: ETimeZone[];
|
|
5914
5913
|
listDateOfWeeks: EDayOfWeek[];
|
|
5915
5914
|
typePost: string[];
|
|
5916
5915
|
stylePost: string[];
|
|
5916
|
+
sheetName: string[];
|
|
5917
5917
|
statusAccount: EStatusSocialAccountRaw[];
|
|
5918
5918
|
statusLogin: EStatusAccountSocialLogin[];
|
|
5919
5919
|
statusSheet: ESheetToolStatus[];
|
|
@@ -5961,12 +5961,12 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
5961
5961
|
device: string[];
|
|
5962
5962
|
accountGroup: string[];
|
|
5963
5963
|
account: string[];
|
|
5964
|
-
sheetName: string[];
|
|
5965
5964
|
status: EStatusTaskScript[];
|
|
5966
5965
|
timezone: ETimeZone[];
|
|
5967
5966
|
listDateOfWeeks: EDayOfWeek[];
|
|
5968
5967
|
typePost: string[];
|
|
5969
5968
|
stylePost: string[];
|
|
5969
|
+
sheetName: string[];
|
|
5970
5970
|
statusAccount: EStatusSocialAccountRaw[];
|
|
5971
5971
|
statusLogin: EStatusAccountSocialLogin[];
|
|
5972
5972
|
statusSheet: ESheetToolStatus[];
|
|
@@ -6014,12 +6014,12 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
6014
6014
|
device: string[];
|
|
6015
6015
|
accountGroup: string[];
|
|
6016
6016
|
account: string[];
|
|
6017
|
-
sheetName: string[];
|
|
6018
6017
|
status: EStatusTaskScript[];
|
|
6019
6018
|
timezone: ETimeZone[];
|
|
6020
6019
|
listDateOfWeeks: EDayOfWeek[];
|
|
6021
6020
|
typePost: string[];
|
|
6022
6021
|
stylePost: string[];
|
|
6022
|
+
sheetName: string[];
|
|
6023
6023
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6024
6024
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6025
6025
|
statusSheet: ESheetToolStatus[];
|
|
@@ -6067,12 +6067,12 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
|
|
|
6067
6067
|
device: string[];
|
|
6068
6068
|
accountGroup: string[];
|
|
6069
6069
|
account: string[];
|
|
6070
|
-
sheetName: string[];
|
|
6071
6070
|
status: EStatusTaskScript[];
|
|
6072
6071
|
timezone: ETimeZone[];
|
|
6073
6072
|
listDateOfWeeks: EDayOfWeek[];
|
|
6074
6073
|
typePost: string[];
|
|
6075
6074
|
stylePost: string[];
|
|
6075
|
+
sheetName: string[];
|
|
6076
6076
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6077
6077
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6078
6078
|
statusSheet: ESheetToolStatus[];
|
|
@@ -6120,12 +6120,12 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
|
|
|
6120
6120
|
device: string[];
|
|
6121
6121
|
accountGroup: string[];
|
|
6122
6122
|
account: string[];
|
|
6123
|
-
sheetName: string[];
|
|
6124
6123
|
status: EStatusTaskScript[];
|
|
6125
6124
|
timezone: ETimeZone[];
|
|
6126
6125
|
listDateOfWeeks: EDayOfWeek[];
|
|
6127
6126
|
typePost: string[];
|
|
6128
6127
|
stylePost: string[];
|
|
6128
|
+
sheetName: string[];
|
|
6129
6129
|
statusAccount: EStatusSocialAccountRaw[];
|
|
6130
6130
|
statusLogin: EStatusAccountSocialLogin[];
|
|
6131
6131
|
statusSheet: ESheetToolStatus[];
|
|
@@ -6175,6 +6175,7 @@ interface FilterInstagramReportInteractBlockUserDto extends IFilterBaseDto, IFil
|
|
|
6175
6175
|
status: EStatusTaskScript[];
|
|
6176
6176
|
timezone: ETimeZone[];
|
|
6177
6177
|
listDateOfWeeks: EDayOfWeek[];
|
|
6178
|
+
sheetName: string[];
|
|
6178
6179
|
}
|
|
6179
6180
|
|
|
6180
6181
|
interface FindOverViewInstagramReportInteractExploreDto {
|
|
@@ -6267,6 +6268,10 @@ interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilter
|
|
|
6267
6268
|
status: EStatusTaskScript[];
|
|
6268
6269
|
timezone: ETimeZone[];
|
|
6269
6270
|
listDateOfWeeks: EDayOfWeek[];
|
|
6271
|
+
sheetName: string[];
|
|
6272
|
+
statusAccount: EStatusSocialAccountRaw[];
|
|
6273
|
+
statusLogin: EStatusAccountSocialLogin[];
|
|
6274
|
+
statusSheet: ESheetToolStatus[];
|
|
6270
6275
|
}
|
|
6271
6276
|
|
|
6272
6277
|
interface FindOverViewInstagramReportInteractReelDto {
|
|
@@ -6359,6 +6364,10 @@ interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, I
|
|
|
6359
6364
|
status: EStatusTaskScript[];
|
|
6360
6365
|
timezone: ETimeZone[];
|
|
6361
6366
|
listDateOfWeeks: EDayOfWeek[];
|
|
6367
|
+
sheetName: string[];
|
|
6368
|
+
statusAccount: EStatusSocialAccountRaw[];
|
|
6369
|
+
statusLogin: EStatusAccountSocialLogin[];
|
|
6370
|
+
statusSheet: ESheetToolStatus[];
|
|
6362
6371
|
}
|
|
6363
6372
|
|
|
6364
6373
|
interface FindOverViewInstagramReportInteractReplyMessageDto {
|
|
@@ -6405,6 +6414,10 @@ interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, I
|
|
|
6405
6414
|
status: EStatusTaskScript[];
|
|
6406
6415
|
timezone: ETimeZone[];
|
|
6407
6416
|
listDateOfWeeks: EDayOfWeek[];
|
|
6417
|
+
sheetName: string[];
|
|
6418
|
+
statusAccount: EStatusSocialAccountRaw[];
|
|
6419
|
+
statusLogin: EStatusAccountSocialLogin[];
|
|
6420
|
+
statusSheet: ESheetToolStatus[];
|
|
6408
6421
|
}
|
|
6409
6422
|
|
|
6410
6423
|
interface FindOverViewInstagramReportInteractStoryDto {
|
|
@@ -6497,6 +6510,10 @@ interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilt
|
|
|
6497
6510
|
status: EStatusTaskScript[];
|
|
6498
6511
|
timezone: ETimeZone[];
|
|
6499
6512
|
listDateOfWeeks: EDayOfWeek[];
|
|
6513
|
+
sheetName: string[];
|
|
6514
|
+
statusAccount: EStatusSocialAccountRaw[];
|
|
6515
|
+
statusLogin: EStatusAccountSocialLogin[];
|
|
6516
|
+
statusSheet: ESheetToolStatus[];
|
|
6500
6517
|
}
|
|
6501
6518
|
|
|
6502
6519
|
interface FindOverViewInstagramSettingInteractExploreDto {
|
|
@@ -6560,11 +6577,10 @@ interface FindInstagramSettingInteractExploreDto extends IFindBaseDto {
|
|
|
6560
6577
|
accountDeviceTypeAppClone: string;
|
|
6561
6578
|
accountDeviceNameAppClone: string;
|
|
6562
6579
|
};
|
|
6563
|
-
|
|
6580
|
+
timeDelayFrom: number;
|
|
6581
|
+
timeDelayTo: number;
|
|
6564
6582
|
listRunTimes: Array<Array<string>>;
|
|
6565
6583
|
maxViewPerDay: number;
|
|
6566
|
-
timeExecuteForOperationTo: number;
|
|
6567
|
-
timeExecuteForOperationFrom: number;
|
|
6568
6584
|
limitViewPerDayFrom: number;
|
|
6569
6585
|
limitViewPerDayTo: number;
|
|
6570
6586
|
increaseDailyViewFrom: number;
|
|
@@ -6652,8 +6668,8 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
|
|
|
6652
6668
|
};
|
|
6653
6669
|
listRunTimes: Array<Array<string>>;
|
|
6654
6670
|
dayOfWeeks: Array<string>;
|
|
6655
|
-
|
|
6656
|
-
|
|
6671
|
+
timeDelayFrom: number;
|
|
6672
|
+
timeDelayTo: number;
|
|
6657
6673
|
limitNumberFollowsPerDayFrom: number;
|
|
6658
6674
|
limitNumberFollowsPerDayTo: number;
|
|
6659
6675
|
increaseFollowPerDayFrom: number;
|
|
@@ -6759,15 +6775,14 @@ interface FindInstagramSettingInteractReelDto extends IFindBaseDto {
|
|
|
6759
6775
|
accountDeviceTypeAppClone: string;
|
|
6760
6776
|
accountDeviceNameAppClone: string;
|
|
6761
6777
|
};
|
|
6762
|
-
|
|
6778
|
+
timeDelayFrom: number;
|
|
6779
|
+
timeDelayTo: number;
|
|
6763
6780
|
listRunTimes: Array<Array<string>>;
|
|
6764
6781
|
limitViewPerDayFrom: number;
|
|
6765
6782
|
limitViewPerDayTo: number;
|
|
6766
6783
|
increaseDailyViewFrom: number;
|
|
6767
6784
|
increaseDailyViewTo: number;
|
|
6768
6785
|
maxViewPerDay: number;
|
|
6769
|
-
timeExecuteForOperationFrom: number;
|
|
6770
|
-
timeExecuteForOperationTo: number;
|
|
6771
6786
|
limitNumberLikePerOperationFrom: number;
|
|
6772
6787
|
limitNumberLikePerOperationTo: number;
|
|
6773
6788
|
timeDelayLikeFrom: number;
|
|
@@ -6848,10 +6863,9 @@ interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
|
|
|
6848
6863
|
accountDeviceTypeAppClone: string;
|
|
6849
6864
|
accountDeviceNameAppClone: string;
|
|
6850
6865
|
};
|
|
6851
|
-
|
|
6866
|
+
timeDelayFrom: number;
|
|
6867
|
+
timeDelayTo: number;
|
|
6852
6868
|
listRunTimes: Array<Array<string>>;
|
|
6853
|
-
timeExecuteForOperationFrom: number;
|
|
6854
|
-
timeExecuteForOperationTo: number;
|
|
6855
6869
|
limitNumberPostForCommentsFrom: number;
|
|
6856
6870
|
limitNumberPostForCommentsTo: number;
|
|
6857
6871
|
timeDelayCommentFrom: number;
|
|
@@ -6943,8 +6957,8 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
|
|
|
6943
6957
|
};
|
|
6944
6958
|
listRunTimes: Array<Array<string>>;
|
|
6945
6959
|
dayOfWeeks: Array<string>;
|
|
6946
|
-
|
|
6947
|
-
|
|
6960
|
+
timeDelayFrom: number;
|
|
6961
|
+
timeDelayTo: number;
|
|
6948
6962
|
timeDelayReplyMessageFrom: number;
|
|
6949
6963
|
timeDelayReplyMessageTo: number;
|
|
6950
6964
|
isTimeUs: boolean;
|
|
@@ -7029,10 +7043,9 @@ interface FindInstagramSettingInteractStoryDto extends IFindBaseDto {
|
|
|
7029
7043
|
accountDeviceTypeAppClone: string;
|
|
7030
7044
|
accountDeviceNameAppClone: string;
|
|
7031
7045
|
};
|
|
7032
|
-
|
|
7046
|
+
timeDelayFrom: number;
|
|
7047
|
+
timeDelayTo: number;
|
|
7033
7048
|
listRunTimes: Array<Array<string>>;
|
|
7034
|
-
timeExecuteForOperationFrom: number;
|
|
7035
|
-
timeExecuteForOperationTo: number;
|
|
7036
7049
|
limitViewPerDayFrom: number;
|
|
7037
7050
|
limitViewPerDayTo: number;
|
|
7038
7051
|
increaseViewPerDayFrom: number;
|
|
@@ -7128,10 +7141,9 @@ interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
|
|
|
7128
7141
|
accountDeviceTypeAppClone: string;
|
|
7129
7142
|
accountDeviceNameAppClone: string;
|
|
7130
7143
|
};
|
|
7131
|
-
|
|
7144
|
+
timeDelayFrom: number;
|
|
7145
|
+
timeDelayTo: number;
|
|
7132
7146
|
listRunTimes: Array<Array<string>>;
|
|
7133
|
-
timeExecuteForOperationFrom: number;
|
|
7134
|
-
timeExecuteForOperationTo: number;
|
|
7135
7147
|
limitUnFollowPerDayFrom: number;
|
|
7136
7148
|
limitUnFollowPerDayTo: number;
|
|
7137
7149
|
increaseUnFollowPerDayFrom: number;
|
|
@@ -11038,6 +11050,8 @@ interface IInstagramHistoryBlockUserELS extends IBaseELS {
|
|
|
11038
11050
|
|
|
11039
11051
|
interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
11040
11052
|
account: IInstagramAccountRaw | string;
|
|
11053
|
+
timeDelayFrom: number;
|
|
11054
|
+
timeDelayTo: number;
|
|
11041
11055
|
listRunTimes: Array<Array<string>>;
|
|
11042
11056
|
dayOfWeeks: Array<string>;
|
|
11043
11057
|
isTimeUs: boolean;
|
|
@@ -11046,11 +11060,12 @@ interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<
|
|
|
11046
11060
|
|
|
11047
11061
|
interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IUser> {
|
|
11048
11062
|
account: IInstagramAccountRaw | string;
|
|
11049
|
-
|
|
11063
|
+
timeDelayFrom: number;
|
|
11064
|
+
timeDelayTo: number;
|
|
11050
11065
|
listRunTimes: Array<Array<string>>;
|
|
11066
|
+
dayOfWeeks: Array<string>;
|
|
11067
|
+
isTimeUs: boolean;
|
|
11051
11068
|
maxViewPerDay: number;
|
|
11052
|
-
timeExecuteForOperationTo: number;
|
|
11053
|
-
timeExecuteForOperationFrom: number;
|
|
11054
11069
|
limitViewPerDayFrom: number;
|
|
11055
11070
|
limitViewPerDayTo: number;
|
|
11056
11071
|
increaseDailyViewFrom: number;
|
|
@@ -11059,7 +11074,6 @@ interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IU
|
|
|
11059
11074
|
limitNumberLikePerOperationTo: number;
|
|
11060
11075
|
timeDelayLikeFrom: number;
|
|
11061
11076
|
timeDelayLikeTo: number;
|
|
11062
|
-
isTimeUs: boolean;
|
|
11063
11077
|
isDetailsView: boolean;
|
|
11064
11078
|
isLikeExplore: boolean;
|
|
11065
11079
|
status: EStatusActive;
|
|
@@ -11067,10 +11081,11 @@ interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IU
|
|
|
11067
11081
|
|
|
11068
11082
|
interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
11069
11083
|
account: IInstagramAccountRaw | string;
|
|
11084
|
+
timeDelayFrom: number;
|
|
11085
|
+
timeDelayTo: number;
|
|
11070
11086
|
listRunTimes: Array<Array<string>>;
|
|
11071
11087
|
dayOfWeeks: Array<string>;
|
|
11072
|
-
|
|
11073
|
-
timeExecuteForOperationTo: number;
|
|
11088
|
+
isTimeUs: boolean;
|
|
11074
11089
|
limitNumberFollowsPerDayFrom: number;
|
|
11075
11090
|
limitNumberFollowsPerDayTo: number;
|
|
11076
11091
|
increaseFollowPerDayFrom: number;
|
|
@@ -11093,7 +11108,6 @@ interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUs
|
|
|
11093
11108
|
limitNumberInteractUserFollowerTo: number;
|
|
11094
11109
|
timeDelayInteractUserFollowerFrom: number;
|
|
11095
11110
|
timeDelayInteractUserFollowerTo: number;
|
|
11096
|
-
isTimeUs: boolean;
|
|
11097
11111
|
isInteractUserFollower: boolean;
|
|
11098
11112
|
isInteractUserFollowing: boolean;
|
|
11099
11113
|
isInteractCurrentUser: boolean;
|
|
@@ -11107,30 +11121,31 @@ interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUs
|
|
|
11107
11121
|
|
|
11108
11122
|
interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser> {
|
|
11109
11123
|
account: IInstagramAccountRaw | string;
|
|
11110
|
-
|
|
11124
|
+
timeDelayFrom: number;
|
|
11125
|
+
timeDelayTo: number;
|
|
11111
11126
|
listRunTimes: Array<Array<string>>;
|
|
11127
|
+
dayOfWeeks: Array<string>;
|
|
11128
|
+
isTimeUs: boolean;
|
|
11112
11129
|
limitViewPerDayFrom: number;
|
|
11113
11130
|
limitViewPerDayTo: number;
|
|
11114
11131
|
increaseDailyViewFrom: number;
|
|
11115
11132
|
increaseDailyViewTo: number;
|
|
11116
11133
|
maxViewPerDay: number;
|
|
11117
|
-
timeExecuteForOperationFrom: number;
|
|
11118
|
-
timeExecuteForOperationTo: number;
|
|
11119
11134
|
limitNumberLikePerOperationFrom: number;
|
|
11120
11135
|
limitNumberLikePerOperationTo: number;
|
|
11121
11136
|
timeDelayLikeFrom: number;
|
|
11122
11137
|
timeDelayLikeTo: number;
|
|
11123
|
-
isTimeUs: boolean;
|
|
11124
11138
|
isLikeReel: boolean;
|
|
11125
11139
|
status: EStatusActive;
|
|
11126
11140
|
}
|
|
11127
11141
|
|
|
11128
11142
|
interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
11129
11143
|
account: IInstagramAccountRaw | string;
|
|
11130
|
-
|
|
11144
|
+
timeDelayFrom: number;
|
|
11145
|
+
timeDelayTo: number;
|
|
11131
11146
|
listRunTimes: Array<Array<string>>;
|
|
11132
|
-
|
|
11133
|
-
|
|
11147
|
+
dayOfWeeks: Array<string>;
|
|
11148
|
+
isTimeUs: boolean;
|
|
11134
11149
|
limitNumberPostForCommentsFrom: number;
|
|
11135
11150
|
limitNumberPostForCommentsTo: number;
|
|
11136
11151
|
timeDelayCommentFrom: number;
|
|
@@ -11143,7 +11158,6 @@ interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingMod
|
|
|
11143
11158
|
timeDelayReplyCommentTo: number;
|
|
11144
11159
|
isSkipUserNameNoneEnglish: boolean;
|
|
11145
11160
|
isSkipReplyCommentsOnlyIcon: boolean;
|
|
11146
|
-
isTimeUs: boolean;
|
|
11147
11161
|
isLikeCommentsPostOfMe: boolean;
|
|
11148
11162
|
isReplyCommentsPostOfMe: boolean;
|
|
11149
11163
|
status: EStatusActive;
|
|
@@ -11151,13 +11165,13 @@ interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingMod
|
|
|
11151
11165
|
|
|
11152
11166
|
interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
11153
11167
|
account: IInstagramAccountRaw | string;
|
|
11168
|
+
timeDelayFrom: number;
|
|
11169
|
+
timeDelayTo: number;
|
|
11154
11170
|
listRunTimes: Array<Array<string>>;
|
|
11155
11171
|
dayOfWeeks: Array<string>;
|
|
11156
|
-
|
|
11157
|
-
timeExecuteForOperationTo: number;
|
|
11172
|
+
isTimeUs: boolean;
|
|
11158
11173
|
timeDelayReplyMessageFrom: number;
|
|
11159
11174
|
timeDelayReplyMessageTo: number;
|
|
11160
|
-
isTimeUs: boolean;
|
|
11161
11175
|
isDeleteMessageUsername: boolean;
|
|
11162
11176
|
isReplyAllMessageFromStories: boolean;
|
|
11163
11177
|
isSkipUserNameNoneEnglish: boolean;
|
|
@@ -11170,10 +11184,11 @@ interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingMod
|
|
|
11170
11184
|
|
|
11171
11185
|
interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUser> {
|
|
11172
11186
|
account: IInstagramAccountRaw | string;
|
|
11173
|
-
|
|
11187
|
+
timeDelayFrom: number;
|
|
11188
|
+
timeDelayTo: number;
|
|
11174
11189
|
listRunTimes: Array<Array<string>>;
|
|
11175
|
-
|
|
11176
|
-
|
|
11190
|
+
dayOfWeeks: Array<string>;
|
|
11191
|
+
isTimeUs: boolean;
|
|
11177
11192
|
limitViewPerDayFrom: number;
|
|
11178
11193
|
limitViewPerDayTo: number;
|
|
11179
11194
|
increaseViewPerDayFrom: number;
|
|
@@ -11192,7 +11207,6 @@ interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUse
|
|
|
11192
11207
|
limitNumberLikeStoriesTo: number;
|
|
11193
11208
|
timeDelayLikeStoryFrom: number;
|
|
11194
11209
|
timeDelayLikeStoryTo: number;
|
|
11195
|
-
isTimeUs: boolean;
|
|
11196
11210
|
isLikeStories: boolean;
|
|
11197
11211
|
isSendMessageOnSheet: boolean;
|
|
11198
11212
|
status: EStatusActive;
|
|
@@ -11200,10 +11214,11 @@ interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUse
|
|
|
11200
11214
|
|
|
11201
11215
|
interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
11202
11216
|
account: IInstagramAccountRaw | string;
|
|
11203
|
-
|
|
11217
|
+
timeDelayFrom: number;
|
|
11218
|
+
timeDelayTo: number;
|
|
11204
11219
|
listRunTimes: Array<Array<string>>;
|
|
11205
|
-
|
|
11206
|
-
|
|
11220
|
+
dayOfWeeks: Array<string>;
|
|
11221
|
+
isTimeUs: boolean;
|
|
11207
11222
|
limitUnFollowPerDayFrom: number;
|
|
11208
11223
|
limitUnFollowPerDayTo: number;
|
|
11209
11224
|
increaseUnFollowPerDayFrom: number;
|
|
@@ -11216,7 +11231,6 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<I
|
|
|
11216
11231
|
maxUnFollowPerHour: number;
|
|
11217
11232
|
timeDelayInteractPerOperatorFrom: number;
|
|
11218
11233
|
timeDelayInteractPerOperatorTo: number;
|
|
11219
|
-
isTimeUs: boolean;
|
|
11220
11234
|
isInteractBeforeUnFollow: boolean;
|
|
11221
11235
|
numberInteractFrom: number;
|
|
11222
11236
|
numberInteractTo: number;
|
|
@@ -11225,18 +11239,19 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<I
|
|
|
11225
11239
|
|
|
11226
11240
|
interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
11227
11241
|
account: IInstagramAccountRaw | string;
|
|
11242
|
+
timeDelayFrom: number;
|
|
11243
|
+
timeDelayTo: number;
|
|
11228
11244
|
listRunTimes: Array<{
|
|
11229
11245
|
typePost: TPost;
|
|
11230
11246
|
listTimes: Array<string>;
|
|
11231
11247
|
}>;
|
|
11232
11248
|
dayOfWeeks: Array<string>;
|
|
11249
|
+
isTimeUs: boolean;
|
|
11233
11250
|
numberCommentsForPostMeFrom: number;
|
|
11234
11251
|
numberCommentsForPostMeTo: number;
|
|
11235
11252
|
delayTimeCommentFrom: number;
|
|
11236
11253
|
delayTimeCommentTo: number;
|
|
11237
|
-
isTimeUs: boolean;
|
|
11238
11254
|
status: EStatusActive;
|
|
11239
|
-
isAddAILable: boolean;
|
|
11240
11255
|
}
|
|
11241
11256
|
|
|
11242
11257
|
interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11301,6 +11316,8 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
|
11301
11316
|
timezone: ETimeZone;
|
|
11302
11317
|
listDateOfWeeks: EDayOfWeek[];
|
|
11303
11318
|
schedulePostTime: Array<Array<string>>;
|
|
11319
|
+
timeDelayFrom: number;
|
|
11320
|
+
timeDelayTo: number;
|
|
11304
11321
|
}
|
|
11305
11322
|
interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
11306
11323
|
idea: IBaseRefFieldELS;
|
|
@@ -11330,6 +11347,8 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
|
11330
11347
|
timezone: ETimeZone;
|
|
11331
11348
|
listDateOfWeeks: EDayOfWeek[];
|
|
11332
11349
|
schedulePostTime: Array<Array<string>>;
|
|
11350
|
+
timeDelayFrom: number;
|
|
11351
|
+
timeDelayTo: number;
|
|
11333
11352
|
}
|
|
11334
11353
|
|
|
11335
11354
|
interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11357,6 +11376,8 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
11357
11376
|
isSkipFollowContainLinks: boolean;
|
|
11358
11377
|
isSkipBioNoneEnglish: boolean;
|
|
11359
11378
|
};
|
|
11379
|
+
timeDelayFrom: number;
|
|
11380
|
+
timeDelayTo: number;
|
|
11360
11381
|
}
|
|
11361
11382
|
interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
11362
11383
|
idea: IBaseRefFieldELS;
|
|
@@ -11403,6 +11424,8 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
11403
11424
|
isSkipFollowContainLinks: boolean;
|
|
11404
11425
|
isSkipBioNoneEnglish: boolean;
|
|
11405
11426
|
};
|
|
11427
|
+
timeDelayFrom: number;
|
|
11428
|
+
timeDelayTo: number;
|
|
11406
11429
|
}
|
|
11407
11430
|
|
|
11408
11431
|
interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11417,6 +11440,8 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
|
11417
11440
|
timezone: ETimeZone;
|
|
11418
11441
|
listDateOfWeeks: EDayOfWeek[];
|
|
11419
11442
|
schedulePostTime: Array<Array<string>>;
|
|
11443
|
+
timeDelayFrom: number;
|
|
11444
|
+
timeDelayTo: number;
|
|
11420
11445
|
}
|
|
11421
11446
|
interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
11422
11447
|
idea: IBaseRefFieldELS;
|
|
@@ -11445,6 +11470,8 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
|
11445
11470
|
timezone: ETimeZone;
|
|
11446
11471
|
listDateOfWeeks: EDayOfWeek[];
|
|
11447
11472
|
schedulePostTime: Array<Array<string>>;
|
|
11473
|
+
timeDelayFrom: number;
|
|
11474
|
+
timeDelayTo: number;
|
|
11448
11475
|
}
|
|
11449
11476
|
|
|
11450
11477
|
interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11461,6 +11488,8 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
11461
11488
|
timezone: ETimeZone;
|
|
11462
11489
|
listDateOfWeeks: EDayOfWeek[];
|
|
11463
11490
|
schedulePostTime: Array<Array<string>>;
|
|
11491
|
+
timeDelayFrom: number;
|
|
11492
|
+
timeDelayTo: number;
|
|
11464
11493
|
}
|
|
11465
11494
|
interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
11466
11495
|
idea: IBaseRefFieldELS;
|
|
@@ -11496,6 +11525,8 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
11496
11525
|
timezone: ETimeZone;
|
|
11497
11526
|
listDateOfWeeks: EDayOfWeek[];
|
|
11498
11527
|
schedulePostTime: Array<Array<string>>;
|
|
11528
|
+
timeDelayFrom: number;
|
|
11529
|
+
timeDelayTo: number;
|
|
11499
11530
|
}
|
|
11500
11531
|
|
|
11501
11532
|
interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11510,6 +11541,8 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
11510
11541
|
timezone: ETimeZone;
|
|
11511
11542
|
listDateOfWeeks: EDayOfWeek[];
|
|
11512
11543
|
schedulePostTime: Array<Array<string>>;
|
|
11544
|
+
timeDelayFrom: number;
|
|
11545
|
+
timeDelayTo: number;
|
|
11513
11546
|
}
|
|
11514
11547
|
interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
11515
11548
|
idea: IBaseRefFieldELS;
|
|
@@ -11543,6 +11576,8 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
11543
11576
|
timezone: ETimeZone;
|
|
11544
11577
|
listDateOfWeeks: EDayOfWeek[];
|
|
11545
11578
|
schedulePostTime: Array<Array<string>>;
|
|
11579
|
+
timeDelayFrom: number;
|
|
11580
|
+
timeDelayTo: number;
|
|
11546
11581
|
}
|
|
11547
11582
|
|
|
11548
11583
|
interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11559,6 +11594,8 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
|
|
|
11559
11594
|
timezone: ETimeZone;
|
|
11560
11595
|
listDateOfWeeks: EDayOfWeek[];
|
|
11561
11596
|
schedulePostTime: Array<Array<string>>;
|
|
11597
|
+
timeDelayFrom: number;
|
|
11598
|
+
timeDelayTo: number;
|
|
11562
11599
|
}
|
|
11563
11600
|
interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
11564
11601
|
idea: IBaseRefFieldELS;
|
|
@@ -11589,6 +11626,8 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
|
11589
11626
|
timezone: ETimeZone;
|
|
11590
11627
|
listDateOfWeeks: EDayOfWeek[];
|
|
11591
11628
|
schedulePostTime: Array<Array<string>>;
|
|
11629
|
+
timeDelayFrom: number;
|
|
11630
|
+
timeDelayTo: number;
|
|
11592
11631
|
}
|
|
11593
11632
|
|
|
11594
11633
|
interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11611,6 +11650,8 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
11611
11650
|
isInteractBeforeUnFollow: boolean;
|
|
11612
11651
|
numberInteractFrom: number;
|
|
11613
11652
|
numberInteractTo: number;
|
|
11653
|
+
timeDelayFrom: number;
|
|
11654
|
+
timeDelayTo: number;
|
|
11614
11655
|
}
|
|
11615
11656
|
interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
11616
11657
|
idea: IBaseRefFieldELS;
|
|
@@ -11652,6 +11693,8 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
11652
11693
|
isInteractBeforeUnFollow: boolean;
|
|
11653
11694
|
numberInteractFrom: number;
|
|
11654
11695
|
numberInteractTo: number;
|
|
11696
|
+
timeDelayFrom: number;
|
|
11697
|
+
timeDelayTo: number;
|
|
11655
11698
|
}
|
|
11656
11699
|
|
|
11657
11700
|
interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11670,6 +11713,8 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
|
11670
11713
|
stylePost: string;
|
|
11671
11714
|
historyName: string;
|
|
11672
11715
|
linkAddHistory: string;
|
|
11716
|
+
timeDelayFrom: number;
|
|
11717
|
+
timeDelayTo: number;
|
|
11673
11718
|
}
|
|
11674
11719
|
interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
11675
11720
|
idea: IBaseRefFieldELS;
|
|
@@ -11707,6 +11752,8 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
11707
11752
|
stylePost: string;
|
|
11708
11753
|
historyName: string;
|
|
11709
11754
|
linkAddHistory: string;
|
|
11755
|
+
timeDelayFrom: number;
|
|
11756
|
+
timeDelayTo: number;
|
|
11710
11757
|
}
|
|
11711
11758
|
|
|
11712
11759
|
interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11739,6 +11786,12 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
11739
11786
|
isAddAILable: boolean;
|
|
11740
11787
|
isSuggestFB: boolean;
|
|
11741
11788
|
isEdit: boolean;
|
|
11789
|
+
timeDelayFrom: number;
|
|
11790
|
+
timeDelayTo: number;
|
|
11791
|
+
delayTimeCommentFrom: number;
|
|
11792
|
+
delayTimeCommentTo: number;
|
|
11793
|
+
numberCommentsForPostMeFrom: number;
|
|
11794
|
+
numberCommentsForPostMeTo: number;
|
|
11742
11795
|
}
|
|
11743
11796
|
interface IInstagramReportPostNewELS extends IBaseELS {
|
|
11744
11797
|
idea: IBaseRefFieldELS;
|
|
@@ -11790,6 +11843,12 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11790
11843
|
isSuggestFB: boolean;
|
|
11791
11844
|
isAddAILable: boolean;
|
|
11792
11845
|
isEdit: boolean;
|
|
11846
|
+
timeDelayFrom: number;
|
|
11847
|
+
timeDelayTo: number;
|
|
11848
|
+
delayTimeCommentFrom: number;
|
|
11849
|
+
delayTimeCommentTo: number;
|
|
11850
|
+
numberCommentsForPostMeFrom: number;
|
|
11851
|
+
numberCommentsForPostMeTo: number;
|
|
11793
11852
|
}
|
|
11794
11853
|
|
|
11795
11854
|
interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11821,6 +11880,12 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
11821
11880
|
idPostToSheet: string;
|
|
11822
11881
|
isSuggestFB: boolean;
|
|
11823
11882
|
isAddAILable: boolean;
|
|
11883
|
+
timeDelayFrom: number;
|
|
11884
|
+
timeDelayTo: number;
|
|
11885
|
+
delayTimeCommentFrom: number;
|
|
11886
|
+
delayTimeCommentTo: number;
|
|
11887
|
+
numberCommentsForPostMeFrom: number;
|
|
11888
|
+
numberCommentsForPostMeTo: number;
|
|
11824
11889
|
}
|
|
11825
11890
|
interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
11826
11891
|
idea: IBaseRefFieldELS;
|
|
@@ -11871,6 +11936,12 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
11871
11936
|
idPostToSheet: string;
|
|
11872
11937
|
isAddAILable: boolean;
|
|
11873
11938
|
isSuggestFB: boolean;
|
|
11939
|
+
timeDelayFrom: number;
|
|
11940
|
+
timeDelayTo: number;
|
|
11941
|
+
delayTimeCommentFrom: number;
|
|
11942
|
+
delayTimeCommentTo: number;
|
|
11943
|
+
numberCommentsForPostMeFrom: number;
|
|
11944
|
+
numberCommentsForPostMeTo: number;
|
|
11874
11945
|
}
|
|
11875
11946
|
|
|
11876
11947
|
interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11896,6 +11967,8 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
|
11896
11967
|
listTagsUsername: string[];
|
|
11897
11968
|
listTagUserPostMe: string[];
|
|
11898
11969
|
urlPost: string;
|
|
11970
|
+
timeDelayFrom: number;
|
|
11971
|
+
timeDelayTo: number;
|
|
11899
11972
|
}
|
|
11900
11973
|
interface IInstagramReportPostReelELS extends IBaseELS {
|
|
11901
11974
|
idea: IBaseRefFieldELS;
|
|
@@ -11939,6 +12012,8 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
11939
12012
|
urlPost: string;
|
|
11940
12013
|
listTagsCollaborator: string[];
|
|
11941
12014
|
listTagsUsername: string[];
|
|
12015
|
+
timeDelayFrom: number;
|
|
12016
|
+
timeDelayTo: number;
|
|
11942
12017
|
}
|
|
11943
12018
|
|
|
11944
12019
|
interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -11961,6 +12036,8 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
11961
12036
|
location: string[];
|
|
11962
12037
|
listTagsUsername: string[];
|
|
11963
12038
|
listTagsCollaborator: string[];
|
|
12039
|
+
timeDelayFrom: number;
|
|
12040
|
+
timeDelayTo: number;
|
|
11964
12041
|
}
|
|
11965
12042
|
interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
11966
12043
|
idea: IBaseRefFieldELS;
|
|
@@ -12002,6 +12079,8 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
12002
12079
|
location: string[];
|
|
12003
12080
|
listTagsUsername: string[];
|
|
12004
12081
|
listTagsCollaborator: string[];
|
|
12082
|
+
timeDelayFrom: number;
|
|
12083
|
+
timeDelayTo: number;
|
|
12005
12084
|
}
|
|
12006
12085
|
|
|
12007
12086
|
interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -13597,25 +13676,25 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
13597
13676
|
|
|
13598
13677
|
interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
13599
13678
|
account: IThreadsAccountRaw | string;
|
|
13600
|
-
|
|
13601
|
-
|
|
13602
|
-
|
|
13603
|
-
}>;
|
|
13679
|
+
timeDelayFrom: number;
|
|
13680
|
+
timeDelayTo: number;
|
|
13681
|
+
listRunTimes: Array<Array<string>>;
|
|
13604
13682
|
dayOfWeeks: Array<string>;
|
|
13683
|
+
isTimeUs: boolean;
|
|
13605
13684
|
numberCommentsForPostMeFrom: number;
|
|
13606
13685
|
numberCommentsForPostMeTo: number;
|
|
13607
13686
|
delayTimeCommentFrom: number;
|
|
13608
13687
|
delayTimeCommentTo: number;
|
|
13609
|
-
isTimeUs: boolean;
|
|
13610
13688
|
status: EStatusActive;
|
|
13611
13689
|
}
|
|
13612
13690
|
|
|
13613
13691
|
interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
13614
13692
|
account: IThreadsAccountRaw | string;
|
|
13693
|
+
timeDelayFrom: number;
|
|
13694
|
+
timeDelayTo: number;
|
|
13615
13695
|
listRunTimes: Array<Array<string>>;
|
|
13616
13696
|
dayOfWeeks: Array<string>;
|
|
13617
|
-
|
|
13618
|
-
timeExecuteForOperationTo: number;
|
|
13697
|
+
isTimeUs: boolean;
|
|
13619
13698
|
limitNumberFollowsPerDayFrom: number;
|
|
13620
13699
|
limitNumberFollowsPerDayTo: number;
|
|
13621
13700
|
increaseFollowPerDayFrom: number;
|
|
@@ -13638,7 +13717,6 @@ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser
|
|
|
13638
13717
|
limitNumberInteractUserFollowerTo: number;
|
|
13639
13718
|
timeDelayInteractUserFollowerFrom: number;
|
|
13640
13719
|
timeDelayInteractUserFollowerTo: number;
|
|
13641
|
-
isTimeUs: boolean;
|
|
13642
13720
|
isInteractUserFollower: boolean;
|
|
13643
13721
|
isInteractUserFollowing: boolean;
|
|
13644
13722
|
isInteractCurrentUser: boolean;
|
|
@@ -13652,10 +13730,11 @@ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser
|
|
|
13652
13730
|
|
|
13653
13731
|
interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
13654
13732
|
account: IThreadsAccountRaw | string;
|
|
13655
|
-
|
|
13733
|
+
timeDelayFrom: number;
|
|
13734
|
+
timeDelayTo: number;
|
|
13656
13735
|
listRunTimes: Array<Array<string>>;
|
|
13657
|
-
|
|
13658
|
-
|
|
13736
|
+
dayOfWeeks: Array<string>;
|
|
13737
|
+
isTimeUs: boolean;
|
|
13659
13738
|
limitUnFollowPerDayFrom: number;
|
|
13660
13739
|
limitUnFollowPerDayTo: number;
|
|
13661
13740
|
increaseUnFollowPerDayFrom: number;
|
|
@@ -13668,17 +13747,17 @@ interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUs
|
|
|
13668
13747
|
maxUnFollowPerHour: number;
|
|
13669
13748
|
timeDelayInteractPerOperatorFrom: number;
|
|
13670
13749
|
timeDelayInteractPerOperatorTo: number;
|
|
13671
|
-
isTimeUs: boolean;
|
|
13672
13750
|
isInteractBeforeUnFollow: boolean;
|
|
13673
13751
|
status: EStatusActive;
|
|
13674
13752
|
}
|
|
13675
13753
|
|
|
13676
13754
|
interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
13677
13755
|
account: IThreadsAccountRaw | string;
|
|
13678
|
-
|
|
13756
|
+
timeDelayFrom: number;
|
|
13757
|
+
timeDelayTo: number;
|
|
13679
13758
|
listRunTimes: Array<Array<string>>;
|
|
13680
|
-
|
|
13681
|
-
|
|
13759
|
+
dayOfWeeks: Array<string>;
|
|
13760
|
+
isTimeUs: boolean;
|
|
13682
13761
|
limitNumberPostForCommentsFrom: number;
|
|
13683
13762
|
limitNumberPostForCommentsTo: number;
|
|
13684
13763
|
timeDelayCommentFrom: number;
|
|
@@ -13691,7 +13770,6 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
|
|
|
13691
13770
|
timeDelayReplyCommentTo: number;
|
|
13692
13771
|
isSkipUserNameNoneEnglish: boolean;
|
|
13693
13772
|
isSkipReplyCommentsOnlyIcon: boolean;
|
|
13694
|
-
isTimeUs: boolean;
|
|
13695
13773
|
isLikeCommentsPostOfMe: boolean;
|
|
13696
13774
|
isReplyCommentsPostOfMe: boolean;
|
|
13697
13775
|
status: EStatusActive;
|
|
@@ -13699,13 +13777,13 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
|
|
|
13699
13777
|
|
|
13700
13778
|
interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
|
|
13701
13779
|
account: IThreadsAccountRaw | string;
|
|
13780
|
+
timeDelayFrom: number;
|
|
13781
|
+
timeDelayTo: number;
|
|
13702
13782
|
listRunTimes: Array<Array<string>>;
|
|
13703
13783
|
dayOfWeeks: Array<string>;
|
|
13704
|
-
|
|
13705
|
-
timeExecuteForOperationTo: number;
|
|
13784
|
+
isTimeUs: boolean;
|
|
13706
13785
|
timeDelayReplyMessageFrom: number;
|
|
13707
13786
|
timeDelayReplyMessageTo: number;
|
|
13708
|
-
isTimeUs: boolean;
|
|
13709
13787
|
isDeleteMessageUsername: boolean;
|
|
13710
13788
|
isReplyAllMessageFromStories: boolean;
|
|
13711
13789
|
isSkipUserNameNoneEnglish: boolean;
|