automation-lib 5.4.289 → 5.4.290
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +45 -45
- package/dist/index.d.ts +45 -45
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3685,7 +3685,7 @@ interface FilterThreadsReportPostDto extends IFilterBaseDto, IFilterBaseAccountS
|
|
|
3685
3685
|
sheetName: string[];
|
|
3686
3686
|
status: EStatusTaskScript[];
|
|
3687
3687
|
timezone: ETimeZone[];
|
|
3688
|
-
|
|
3688
|
+
dayOfWeek: EDayOfWeek[];
|
|
3689
3689
|
}
|
|
3690
3690
|
|
|
3691
3691
|
interface FindOverViewThreadsReportInteractFollowDto {
|
|
@@ -3733,7 +3733,7 @@ interface FilterThreadsReportInteractFollowDto extends IFilterBaseDto, IFilterBa
|
|
|
3733
3733
|
sheetName: string[];
|
|
3734
3734
|
status: EStatusTaskScript[];
|
|
3735
3735
|
timezone: ETimeZone[];
|
|
3736
|
-
|
|
3736
|
+
dayOfWeek: EDayOfWeek[];
|
|
3737
3737
|
}
|
|
3738
3738
|
|
|
3739
3739
|
interface FindOverViewThreadsReportInteractUnFollowDto {
|
|
@@ -3781,7 +3781,7 @@ interface FilterThreadsReportInteractUnFollowDto extends IFilterBaseDto, IFilter
|
|
|
3781
3781
|
sheetName: string[];
|
|
3782
3782
|
status: EStatusTaskScript[];
|
|
3783
3783
|
timezone: ETimeZone[];
|
|
3784
|
-
|
|
3784
|
+
dayOfWeek: EDayOfWeek[];
|
|
3785
3785
|
}
|
|
3786
3786
|
|
|
3787
3787
|
interface FindOverViewThreadsReportInteractReplyCommentDto {
|
|
@@ -3829,7 +3829,7 @@ interface FilterThreadsReportInteractReplyCommentDto extends IFilterBaseDto, IFi
|
|
|
3829
3829
|
sheetName: string[];
|
|
3830
3830
|
status: EStatusTaskScript[];
|
|
3831
3831
|
timezone: ETimeZone[];
|
|
3832
|
-
|
|
3832
|
+
dayOfWeek: EDayOfWeek[];
|
|
3833
3833
|
}
|
|
3834
3834
|
|
|
3835
3835
|
interface FindOverViewThreadsReportInteractReplyMessageDto {
|
|
@@ -3877,7 +3877,7 @@ interface FilterThreadsReportInteractReplyMessageDto extends IFilterBaseDto, IFi
|
|
|
3877
3877
|
sheetName: string[];
|
|
3878
3878
|
status: EStatusTaskScript[];
|
|
3879
3879
|
timezone: ETimeZone[];
|
|
3880
|
-
|
|
3880
|
+
dayOfWeek: EDayOfWeek[];
|
|
3881
3881
|
}
|
|
3882
3882
|
|
|
3883
3883
|
interface FindOverViewThreadsSettingPostDto {
|
|
@@ -6255,7 +6255,7 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterB
|
|
|
6255
6255
|
account: string[];
|
|
6256
6256
|
status: EStatusPost[];
|
|
6257
6257
|
timezone: ETimeZone[];
|
|
6258
|
-
|
|
6258
|
+
dayOfWeek: EDayOfWeek[];
|
|
6259
6259
|
typePost: string[];
|
|
6260
6260
|
stylePost: string[];
|
|
6261
6261
|
sheetName: string[];
|
|
@@ -6309,7 +6309,7 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
6309
6309
|
account: string[];
|
|
6310
6310
|
status: EStatusPost[];
|
|
6311
6311
|
timezone: ETimeZone[];
|
|
6312
|
-
|
|
6312
|
+
dayOfWeek: EDayOfWeek[];
|
|
6313
6313
|
typePost: string[];
|
|
6314
6314
|
stylePost: string[];
|
|
6315
6315
|
sheetName: string[];
|
|
@@ -6363,7 +6363,7 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
6363
6363
|
account: string[];
|
|
6364
6364
|
status: EStatusPost[];
|
|
6365
6365
|
timezone: ETimeZone[];
|
|
6366
|
-
|
|
6366
|
+
dayOfWeek: EDayOfWeek[];
|
|
6367
6367
|
typePost: string[];
|
|
6368
6368
|
stylePost: string[];
|
|
6369
6369
|
sheetName: string[];
|
|
@@ -6417,7 +6417,7 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
|
|
|
6417
6417
|
account: string[];
|
|
6418
6418
|
status: EStatusPost[];
|
|
6419
6419
|
timezone: ETimeZone[];
|
|
6420
|
-
|
|
6420
|
+
dayOfWeek: EDayOfWeek[];
|
|
6421
6421
|
typePost: string[];
|
|
6422
6422
|
stylePost: string[];
|
|
6423
6423
|
sheetName: string[];
|
|
@@ -6471,7 +6471,7 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
|
|
|
6471
6471
|
account: string[];
|
|
6472
6472
|
status: EStatusPost[];
|
|
6473
6473
|
timezone: ETimeZone[];
|
|
6474
|
-
|
|
6474
|
+
dayOfWeek: EDayOfWeek[];
|
|
6475
6475
|
typePost: string[];
|
|
6476
6476
|
stylePost: string[];
|
|
6477
6477
|
sheetName: string[];
|
|
@@ -6524,7 +6524,7 @@ interface FilterInstagramReportInteractBlockUserDto extends IFilterBaseDto, IFil
|
|
|
6524
6524
|
account: string[];
|
|
6525
6525
|
status: EStatusTaskScript[];
|
|
6526
6526
|
timezone: ETimeZone[];
|
|
6527
|
-
|
|
6527
|
+
dayOfWeek: EDayOfWeek[];
|
|
6528
6528
|
sheetName: string[];
|
|
6529
6529
|
}
|
|
6530
6530
|
|
|
@@ -6572,7 +6572,7 @@ interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilter
|
|
|
6572
6572
|
account: string[];
|
|
6573
6573
|
status: EStatusTaskScript[];
|
|
6574
6574
|
timezone: ETimeZone[];
|
|
6575
|
-
|
|
6575
|
+
dayOfWeek: EDayOfWeek[];
|
|
6576
6576
|
sheetName: string[];
|
|
6577
6577
|
statusAccount: EStatusAccountSocialRaw[];
|
|
6578
6578
|
statusLogin: EStatusAccountSocialLogin[];
|
|
@@ -6623,7 +6623,7 @@ interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, I
|
|
|
6623
6623
|
account: string[];
|
|
6624
6624
|
status: EStatusTaskScript[];
|
|
6625
6625
|
timezone: ETimeZone[];
|
|
6626
|
-
|
|
6626
|
+
dayOfWeek: EDayOfWeek[];
|
|
6627
6627
|
sheetName: string[];
|
|
6628
6628
|
statusAccount: EStatusAccountSocialRaw[];
|
|
6629
6629
|
statusLogin: EStatusAccountSocialLogin[];
|
|
@@ -6674,7 +6674,7 @@ interface FilterInstagramReportInteractStoryDto extends IFilterBaseDto, IFilterB
|
|
|
6674
6674
|
account: string[];
|
|
6675
6675
|
status: EStatusTaskScript[];
|
|
6676
6676
|
timezone: ETimeZone[];
|
|
6677
|
-
|
|
6677
|
+
dayOfWeek: EDayOfWeek[];
|
|
6678
6678
|
}
|
|
6679
6679
|
|
|
6680
6680
|
interface FindOverViewInstagramReportInteractUnFollowDto {
|
|
@@ -6721,7 +6721,7 @@ interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilt
|
|
|
6721
6721
|
account: string[];
|
|
6722
6722
|
status: EStatusTaskScript[];
|
|
6723
6723
|
timezone: ETimeZone[];
|
|
6724
|
-
|
|
6724
|
+
dayOfWeek: EDayOfWeek[];
|
|
6725
6725
|
sheetName: string[];
|
|
6726
6726
|
statusAccount: EStatusAccountSocialRaw[];
|
|
6727
6727
|
statusLogin: EStatusAccountSocialLogin[];
|
|
@@ -11126,7 +11126,7 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
|
|
|
11126
11126
|
noteFix: string;
|
|
11127
11127
|
timeEnd: Date;
|
|
11128
11128
|
timezone: ETimeZone;
|
|
11129
|
-
|
|
11129
|
+
dayOfWeek: EDayOfWeek;
|
|
11130
11130
|
executeBetweenSetting: [string, string];
|
|
11131
11131
|
schedulePostTime: Date;
|
|
11132
11132
|
}
|
|
@@ -11161,7 +11161,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
11161
11161
|
timeStart: Date;
|
|
11162
11162
|
timeEnd: Date;
|
|
11163
11163
|
timezone: ETimeZone;
|
|
11164
|
-
|
|
11164
|
+
dayOfWeek: EDayOfWeek;
|
|
11165
11165
|
executeBetweenSetting: [string, string];
|
|
11166
11166
|
schedulePostTime: Date;
|
|
11167
11167
|
}
|
|
@@ -11177,7 +11177,7 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
11177
11177
|
timeStart: Date;
|
|
11178
11178
|
timeEnd: Date;
|
|
11179
11179
|
timezone: ETimeZone;
|
|
11180
|
-
|
|
11180
|
+
dayOfWeek: EDayOfWeek;
|
|
11181
11181
|
executeBetweenSetting: [string, string];
|
|
11182
11182
|
schedulePostTime: Date;
|
|
11183
11183
|
growthFollow: number;
|
|
@@ -11224,7 +11224,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
11224
11224
|
timeStart: Date;
|
|
11225
11225
|
timeEnd: Date;
|
|
11226
11226
|
timezone: ETimeZone;
|
|
11227
|
-
|
|
11227
|
+
dayOfWeek: EDayOfWeek;
|
|
11228
11228
|
executeBetweenSetting: [string, string];
|
|
11229
11229
|
schedulePostTime: Date;
|
|
11230
11230
|
growthFollow: number;
|
|
@@ -11253,7 +11253,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
11253
11253
|
timeStart: Date;
|
|
11254
11254
|
timeEnd: Date;
|
|
11255
11255
|
timezone: ETimeZone;
|
|
11256
|
-
|
|
11256
|
+
dayOfWeek: EDayOfWeek;
|
|
11257
11257
|
executeBetweenSetting: [string, string];
|
|
11258
11258
|
schedulePostTime: Date;
|
|
11259
11259
|
}
|
|
@@ -11289,7 +11289,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
11289
11289
|
timeStart: Date;
|
|
11290
11290
|
timeEnd: Date;
|
|
11291
11291
|
timezone: ETimeZone;
|
|
11292
|
-
|
|
11292
|
+
dayOfWeek: EDayOfWeek;
|
|
11293
11293
|
executeBetweenSetting: [string, string];
|
|
11294
11294
|
schedulePostTime: Date;
|
|
11295
11295
|
}
|
|
@@ -11304,7 +11304,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
11304
11304
|
timeStart: Date;
|
|
11305
11305
|
timeEnd: Date;
|
|
11306
11306
|
timezone: ETimeZone;
|
|
11307
|
-
|
|
11307
|
+
dayOfWeek: EDayOfWeek;
|
|
11308
11308
|
executeBetweenSetting: [string, string];
|
|
11309
11309
|
schedulePostTime: Date;
|
|
11310
11310
|
}
|
|
@@ -11338,7 +11338,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
11338
11338
|
timeStart: Date;
|
|
11339
11339
|
timeEnd: Date;
|
|
11340
11340
|
timezone: ETimeZone;
|
|
11341
|
-
|
|
11341
|
+
dayOfWeek: EDayOfWeek;
|
|
11342
11342
|
executeBetweenSetting: [string, string];
|
|
11343
11343
|
schedulePostTime: Date;
|
|
11344
11344
|
}
|
|
@@ -11354,7 +11354,7 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
11354
11354
|
timeStart: Date;
|
|
11355
11355
|
timeEnd: Date;
|
|
11356
11356
|
timezone: ETimeZone;
|
|
11357
|
-
|
|
11357
|
+
dayOfWeek: EDayOfWeek;
|
|
11358
11358
|
executeBetweenSetting: [string, string];
|
|
11359
11359
|
schedulePostTime: Date;
|
|
11360
11360
|
growthFollow: number;
|
|
@@ -11396,7 +11396,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
11396
11396
|
timeStart: Date;
|
|
11397
11397
|
timeEnd: Date;
|
|
11398
11398
|
timezone: ETimeZone;
|
|
11399
|
-
|
|
11399
|
+
dayOfWeek: EDayOfWeek;
|
|
11400
11400
|
executeBetweenSetting: [string, string];
|
|
11401
11401
|
schedulePostTime: Date;
|
|
11402
11402
|
growthFollow: number;
|
|
@@ -11416,7 +11416,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
|
11416
11416
|
timeStart: Date;
|
|
11417
11417
|
timeEnd: Date;
|
|
11418
11418
|
timezone: ETimeZone;
|
|
11419
|
-
|
|
11419
|
+
dayOfWeek: EDayOfWeek;
|
|
11420
11420
|
executeBetweenSetting: [string, string];
|
|
11421
11421
|
schedulePostTime: Date;
|
|
11422
11422
|
status: EStatusPost;
|
|
@@ -11457,7 +11457,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
11457
11457
|
timeStart: Date;
|
|
11458
11458
|
timeEnd: Date;
|
|
11459
11459
|
timezone: ETimeZone;
|
|
11460
|
-
|
|
11460
|
+
dayOfWeek: EDayOfWeek;
|
|
11461
11461
|
executeBetweenSetting: [string, string];
|
|
11462
11462
|
schedulePostTime: Date;
|
|
11463
11463
|
status: EStatusPost;
|
|
@@ -11516,7 +11516,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
11516
11516
|
timeStart: Date;
|
|
11517
11517
|
timeEnd: Date;
|
|
11518
11518
|
timezone: ETimeZone;
|
|
11519
|
-
|
|
11519
|
+
dayOfWeek: EDayOfWeek;
|
|
11520
11520
|
executeBetweenSetting: [string, string];
|
|
11521
11521
|
schedulePostTime: Date;
|
|
11522
11522
|
status: EStatusPost;
|
|
@@ -11574,7 +11574,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11574
11574
|
timeStart: Date;
|
|
11575
11575
|
timeEnd: Date;
|
|
11576
11576
|
timezone: ETimeZone;
|
|
11577
|
-
|
|
11577
|
+
dayOfWeek: EDayOfWeek;
|
|
11578
11578
|
executeBetweenSetting: [string, string];
|
|
11579
11579
|
schedulePostTime: Date;
|
|
11580
11580
|
status: EStatusPost;
|
|
@@ -11653,7 +11653,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
11653
11653
|
timeStart: Date;
|
|
11654
11654
|
timeEnd: Date;
|
|
11655
11655
|
timezone: ETimeZone;
|
|
11656
|
-
|
|
11656
|
+
dayOfWeek: EDayOfWeek;
|
|
11657
11657
|
executeBetweenSetting: [string, string];
|
|
11658
11658
|
schedulePostTime: Date;
|
|
11659
11659
|
status: EStatusPost;
|
|
@@ -11708,7 +11708,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
11708
11708
|
timeStart: Date;
|
|
11709
11709
|
timeEnd: Date;
|
|
11710
11710
|
timezone: ETimeZone;
|
|
11711
|
-
|
|
11711
|
+
dayOfWeek: EDayOfWeek;
|
|
11712
11712
|
executeBetweenSetting: [string, string];
|
|
11713
11713
|
schedulePostTime: Date;
|
|
11714
11714
|
status: EStatusPost;
|
|
@@ -11786,7 +11786,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
|
11786
11786
|
timeStart: Date;
|
|
11787
11787
|
timeEnd: Date;
|
|
11788
11788
|
timezone: ETimeZone;
|
|
11789
|
-
|
|
11789
|
+
dayOfWeek: EDayOfWeek;
|
|
11790
11790
|
executeBetweenSetting: [string, string];
|
|
11791
11791
|
schedulePostTime: Date;
|
|
11792
11792
|
status: EStatusPost;
|
|
@@ -11831,7 +11831,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
11831
11831
|
timeStart: Date;
|
|
11832
11832
|
timeEnd: Date;
|
|
11833
11833
|
timezone: ETimeZone;
|
|
11834
|
-
|
|
11834
|
+
dayOfWeek: EDayOfWeek;
|
|
11835
11835
|
executeBetweenSetting: [string, string];
|
|
11836
11836
|
schedulePostTime: Date;
|
|
11837
11837
|
status: EStatusPost;
|
|
@@ -11898,7 +11898,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
11898
11898
|
timeStart: Date;
|
|
11899
11899
|
timeEnd: Date;
|
|
11900
11900
|
timezone: ETimeZone;
|
|
11901
|
-
|
|
11901
|
+
dayOfWeek: EDayOfWeek;
|
|
11902
11902
|
executeBetweenSetting: [string, string];
|
|
11903
11903
|
schedulePostTime: Date;
|
|
11904
11904
|
status: EStatusPost;
|
|
@@ -11943,7 +11943,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
11943
11943
|
timeStart: Date;
|
|
11944
11944
|
timeEnd: Date;
|
|
11945
11945
|
timezone: ETimeZone;
|
|
11946
|
-
|
|
11946
|
+
dayOfWeek: EDayOfWeek;
|
|
11947
11947
|
executeBetweenSetting: [string, string];
|
|
11948
11948
|
schedulePostTime: Date;
|
|
11949
11949
|
status: EStatusPost;
|
|
@@ -13060,7 +13060,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13060
13060
|
timeStart: Date;
|
|
13061
13061
|
timeEnd: Date;
|
|
13062
13062
|
timezone: ETimeZone;
|
|
13063
|
-
|
|
13063
|
+
dayOfWeek: EDayOfWeek;
|
|
13064
13064
|
executeBetweenSetting: [string, string];
|
|
13065
13065
|
schedulePostTime: Date;
|
|
13066
13066
|
}
|
|
@@ -13103,7 +13103,7 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
13103
13103
|
timeStart: Date;
|
|
13104
13104
|
timeEnd: Date;
|
|
13105
13105
|
timezone: ETimeZone;
|
|
13106
|
-
|
|
13106
|
+
dayOfWeek: EDayOfWeek;
|
|
13107
13107
|
executeBetweenSetting: [string, string];
|
|
13108
13108
|
schedulePostTime: Date;
|
|
13109
13109
|
}
|
|
@@ -13119,7 +13119,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
|
|
|
13119
13119
|
timeStart: Date;
|
|
13120
13120
|
timeEnd: Date;
|
|
13121
13121
|
timezone: ETimeZone;
|
|
13122
|
-
|
|
13122
|
+
dayOfWeek: EDayOfWeek;
|
|
13123
13123
|
executeBetweenSetting: [string, string];
|
|
13124
13124
|
schedulePostTime: Date;
|
|
13125
13125
|
}
|
|
@@ -13154,7 +13154,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
13154
13154
|
timeStart: Date;
|
|
13155
13155
|
timeEnd: Date;
|
|
13156
13156
|
timezone: ETimeZone;
|
|
13157
|
-
|
|
13157
|
+
dayOfWeek: EDayOfWeek;
|
|
13158
13158
|
executeBetweenSetting: [string, string];
|
|
13159
13159
|
schedulePostTime: Date;
|
|
13160
13160
|
}
|
|
@@ -13170,7 +13170,7 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
|
|
|
13170
13170
|
timeStart: Date;
|
|
13171
13171
|
timeEnd: Date;
|
|
13172
13172
|
timezone: ETimeZone;
|
|
13173
|
-
|
|
13173
|
+
dayOfWeek: EDayOfWeek;
|
|
13174
13174
|
executeBetweenSetting: [string, string];
|
|
13175
13175
|
schedulePostTime: Date;
|
|
13176
13176
|
}
|
|
@@ -13205,7 +13205,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
13205
13205
|
timeStart: Date;
|
|
13206
13206
|
timeEnd: Date;
|
|
13207
13207
|
timezone: ETimeZone;
|
|
13208
|
-
|
|
13208
|
+
dayOfWeek: EDayOfWeek;
|
|
13209
13209
|
executeBetweenSetting: [string, string];
|
|
13210
13210
|
schedulePostTime: Date;
|
|
13211
13211
|
}
|
|
@@ -13220,7 +13220,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
|
|
|
13220
13220
|
timeStart: Date;
|
|
13221
13221
|
timeEnd: Date;
|
|
13222
13222
|
timezone: ETimeZone;
|
|
13223
|
-
|
|
13223
|
+
dayOfWeek: EDayOfWeek;
|
|
13224
13224
|
executeBetweenSetting: [string, string];
|
|
13225
13225
|
schedulePostTime: Date;
|
|
13226
13226
|
}
|
|
@@ -13254,7 +13254,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
13254
13254
|
timeStart: Date;
|
|
13255
13255
|
timeEnd: Date;
|
|
13256
13256
|
timezone: ETimeZone;
|
|
13257
|
-
|
|
13257
|
+
dayOfWeek: EDayOfWeek;
|
|
13258
13258
|
executeBetweenSetting: [string, string];
|
|
13259
13259
|
schedulePostTime: Date;
|
|
13260
13260
|
}
|
|
@@ -13270,7 +13270,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
|
|
|
13270
13270
|
timeStart: Date;
|
|
13271
13271
|
timeEnd: Date;
|
|
13272
13272
|
timezone: ETimeZone;
|
|
13273
|
-
|
|
13273
|
+
dayOfWeek: EDayOfWeek;
|
|
13274
13274
|
executeBetweenSetting: [string, string];
|
|
13275
13275
|
schedulePostTime: Date;
|
|
13276
13276
|
}
|
|
@@ -13305,7 +13305,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
13305
13305
|
timeStart: Date;
|
|
13306
13306
|
timeEnd: Date;
|
|
13307
13307
|
timezone: ETimeZone;
|
|
13308
|
-
|
|
13308
|
+
dayOfWeek: EDayOfWeek;
|
|
13309
13309
|
executeBetweenSetting: [string, string];
|
|
13310
13310
|
schedulePostTime: Date;
|
|
13311
13311
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -3685,7 +3685,7 @@ interface FilterThreadsReportPostDto extends IFilterBaseDto, IFilterBaseAccountS
|
|
|
3685
3685
|
sheetName: string[];
|
|
3686
3686
|
status: EStatusTaskScript[];
|
|
3687
3687
|
timezone: ETimeZone[];
|
|
3688
|
-
|
|
3688
|
+
dayOfWeek: EDayOfWeek[];
|
|
3689
3689
|
}
|
|
3690
3690
|
|
|
3691
3691
|
interface FindOverViewThreadsReportInteractFollowDto {
|
|
@@ -3733,7 +3733,7 @@ interface FilterThreadsReportInteractFollowDto extends IFilterBaseDto, IFilterBa
|
|
|
3733
3733
|
sheetName: string[];
|
|
3734
3734
|
status: EStatusTaskScript[];
|
|
3735
3735
|
timezone: ETimeZone[];
|
|
3736
|
-
|
|
3736
|
+
dayOfWeek: EDayOfWeek[];
|
|
3737
3737
|
}
|
|
3738
3738
|
|
|
3739
3739
|
interface FindOverViewThreadsReportInteractUnFollowDto {
|
|
@@ -3781,7 +3781,7 @@ interface FilterThreadsReportInteractUnFollowDto extends IFilterBaseDto, IFilter
|
|
|
3781
3781
|
sheetName: string[];
|
|
3782
3782
|
status: EStatusTaskScript[];
|
|
3783
3783
|
timezone: ETimeZone[];
|
|
3784
|
-
|
|
3784
|
+
dayOfWeek: EDayOfWeek[];
|
|
3785
3785
|
}
|
|
3786
3786
|
|
|
3787
3787
|
interface FindOverViewThreadsReportInteractReplyCommentDto {
|
|
@@ -3829,7 +3829,7 @@ interface FilterThreadsReportInteractReplyCommentDto extends IFilterBaseDto, IFi
|
|
|
3829
3829
|
sheetName: string[];
|
|
3830
3830
|
status: EStatusTaskScript[];
|
|
3831
3831
|
timezone: ETimeZone[];
|
|
3832
|
-
|
|
3832
|
+
dayOfWeek: EDayOfWeek[];
|
|
3833
3833
|
}
|
|
3834
3834
|
|
|
3835
3835
|
interface FindOverViewThreadsReportInteractReplyMessageDto {
|
|
@@ -3877,7 +3877,7 @@ interface FilterThreadsReportInteractReplyMessageDto extends IFilterBaseDto, IFi
|
|
|
3877
3877
|
sheetName: string[];
|
|
3878
3878
|
status: EStatusTaskScript[];
|
|
3879
3879
|
timezone: ETimeZone[];
|
|
3880
|
-
|
|
3880
|
+
dayOfWeek: EDayOfWeek[];
|
|
3881
3881
|
}
|
|
3882
3882
|
|
|
3883
3883
|
interface FindOverViewThreadsSettingPostDto {
|
|
@@ -6255,7 +6255,7 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterB
|
|
|
6255
6255
|
account: string[];
|
|
6256
6256
|
status: EStatusPost[];
|
|
6257
6257
|
timezone: ETimeZone[];
|
|
6258
|
-
|
|
6258
|
+
dayOfWeek: EDayOfWeek[];
|
|
6259
6259
|
typePost: string[];
|
|
6260
6260
|
stylePost: string[];
|
|
6261
6261
|
sheetName: string[];
|
|
@@ -6309,7 +6309,7 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
6309
6309
|
account: string[];
|
|
6310
6310
|
status: EStatusPost[];
|
|
6311
6311
|
timezone: ETimeZone[];
|
|
6312
|
-
|
|
6312
|
+
dayOfWeek: EDayOfWeek[];
|
|
6313
6313
|
typePost: string[];
|
|
6314
6314
|
stylePost: string[];
|
|
6315
6315
|
sheetName: string[];
|
|
@@ -6363,7 +6363,7 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
6363
6363
|
account: string[];
|
|
6364
6364
|
status: EStatusPost[];
|
|
6365
6365
|
timezone: ETimeZone[];
|
|
6366
|
-
|
|
6366
|
+
dayOfWeek: EDayOfWeek[];
|
|
6367
6367
|
typePost: string[];
|
|
6368
6368
|
stylePost: string[];
|
|
6369
6369
|
sheetName: string[];
|
|
@@ -6417,7 +6417,7 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
|
|
|
6417
6417
|
account: string[];
|
|
6418
6418
|
status: EStatusPost[];
|
|
6419
6419
|
timezone: ETimeZone[];
|
|
6420
|
-
|
|
6420
|
+
dayOfWeek: EDayOfWeek[];
|
|
6421
6421
|
typePost: string[];
|
|
6422
6422
|
stylePost: string[];
|
|
6423
6423
|
sheetName: string[];
|
|
@@ -6471,7 +6471,7 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
|
|
|
6471
6471
|
account: string[];
|
|
6472
6472
|
status: EStatusPost[];
|
|
6473
6473
|
timezone: ETimeZone[];
|
|
6474
|
-
|
|
6474
|
+
dayOfWeek: EDayOfWeek[];
|
|
6475
6475
|
typePost: string[];
|
|
6476
6476
|
stylePost: string[];
|
|
6477
6477
|
sheetName: string[];
|
|
@@ -6524,7 +6524,7 @@ interface FilterInstagramReportInteractBlockUserDto extends IFilterBaseDto, IFil
|
|
|
6524
6524
|
account: string[];
|
|
6525
6525
|
status: EStatusTaskScript[];
|
|
6526
6526
|
timezone: ETimeZone[];
|
|
6527
|
-
|
|
6527
|
+
dayOfWeek: EDayOfWeek[];
|
|
6528
6528
|
sheetName: string[];
|
|
6529
6529
|
}
|
|
6530
6530
|
|
|
@@ -6572,7 +6572,7 @@ interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilter
|
|
|
6572
6572
|
account: string[];
|
|
6573
6573
|
status: EStatusTaskScript[];
|
|
6574
6574
|
timezone: ETimeZone[];
|
|
6575
|
-
|
|
6575
|
+
dayOfWeek: EDayOfWeek[];
|
|
6576
6576
|
sheetName: string[];
|
|
6577
6577
|
statusAccount: EStatusAccountSocialRaw[];
|
|
6578
6578
|
statusLogin: EStatusAccountSocialLogin[];
|
|
@@ -6623,7 +6623,7 @@ interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, I
|
|
|
6623
6623
|
account: string[];
|
|
6624
6624
|
status: EStatusTaskScript[];
|
|
6625
6625
|
timezone: ETimeZone[];
|
|
6626
|
-
|
|
6626
|
+
dayOfWeek: EDayOfWeek[];
|
|
6627
6627
|
sheetName: string[];
|
|
6628
6628
|
statusAccount: EStatusAccountSocialRaw[];
|
|
6629
6629
|
statusLogin: EStatusAccountSocialLogin[];
|
|
@@ -6674,7 +6674,7 @@ interface FilterInstagramReportInteractStoryDto extends IFilterBaseDto, IFilterB
|
|
|
6674
6674
|
account: string[];
|
|
6675
6675
|
status: EStatusTaskScript[];
|
|
6676
6676
|
timezone: ETimeZone[];
|
|
6677
|
-
|
|
6677
|
+
dayOfWeek: EDayOfWeek[];
|
|
6678
6678
|
}
|
|
6679
6679
|
|
|
6680
6680
|
interface FindOverViewInstagramReportInteractUnFollowDto {
|
|
@@ -6721,7 +6721,7 @@ interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilt
|
|
|
6721
6721
|
account: string[];
|
|
6722
6722
|
status: EStatusTaskScript[];
|
|
6723
6723
|
timezone: ETimeZone[];
|
|
6724
|
-
|
|
6724
|
+
dayOfWeek: EDayOfWeek[];
|
|
6725
6725
|
sheetName: string[];
|
|
6726
6726
|
statusAccount: EStatusAccountSocialRaw[];
|
|
6727
6727
|
statusLogin: EStatusAccountSocialLogin[];
|
|
@@ -11126,7 +11126,7 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
|
|
|
11126
11126
|
noteFix: string;
|
|
11127
11127
|
timeEnd: Date;
|
|
11128
11128
|
timezone: ETimeZone;
|
|
11129
|
-
|
|
11129
|
+
dayOfWeek: EDayOfWeek;
|
|
11130
11130
|
executeBetweenSetting: [string, string];
|
|
11131
11131
|
schedulePostTime: Date;
|
|
11132
11132
|
}
|
|
@@ -11161,7 +11161,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
11161
11161
|
timeStart: Date;
|
|
11162
11162
|
timeEnd: Date;
|
|
11163
11163
|
timezone: ETimeZone;
|
|
11164
|
-
|
|
11164
|
+
dayOfWeek: EDayOfWeek;
|
|
11165
11165
|
executeBetweenSetting: [string, string];
|
|
11166
11166
|
schedulePostTime: Date;
|
|
11167
11167
|
}
|
|
@@ -11177,7 +11177,7 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
11177
11177
|
timeStart: Date;
|
|
11178
11178
|
timeEnd: Date;
|
|
11179
11179
|
timezone: ETimeZone;
|
|
11180
|
-
|
|
11180
|
+
dayOfWeek: EDayOfWeek;
|
|
11181
11181
|
executeBetweenSetting: [string, string];
|
|
11182
11182
|
schedulePostTime: Date;
|
|
11183
11183
|
growthFollow: number;
|
|
@@ -11224,7 +11224,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
11224
11224
|
timeStart: Date;
|
|
11225
11225
|
timeEnd: Date;
|
|
11226
11226
|
timezone: ETimeZone;
|
|
11227
|
-
|
|
11227
|
+
dayOfWeek: EDayOfWeek;
|
|
11228
11228
|
executeBetweenSetting: [string, string];
|
|
11229
11229
|
schedulePostTime: Date;
|
|
11230
11230
|
growthFollow: number;
|
|
@@ -11253,7 +11253,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
11253
11253
|
timeStart: Date;
|
|
11254
11254
|
timeEnd: Date;
|
|
11255
11255
|
timezone: ETimeZone;
|
|
11256
|
-
|
|
11256
|
+
dayOfWeek: EDayOfWeek;
|
|
11257
11257
|
executeBetweenSetting: [string, string];
|
|
11258
11258
|
schedulePostTime: Date;
|
|
11259
11259
|
}
|
|
@@ -11289,7 +11289,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
11289
11289
|
timeStart: Date;
|
|
11290
11290
|
timeEnd: Date;
|
|
11291
11291
|
timezone: ETimeZone;
|
|
11292
|
-
|
|
11292
|
+
dayOfWeek: EDayOfWeek;
|
|
11293
11293
|
executeBetweenSetting: [string, string];
|
|
11294
11294
|
schedulePostTime: Date;
|
|
11295
11295
|
}
|
|
@@ -11304,7 +11304,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
11304
11304
|
timeStart: Date;
|
|
11305
11305
|
timeEnd: Date;
|
|
11306
11306
|
timezone: ETimeZone;
|
|
11307
|
-
|
|
11307
|
+
dayOfWeek: EDayOfWeek;
|
|
11308
11308
|
executeBetweenSetting: [string, string];
|
|
11309
11309
|
schedulePostTime: Date;
|
|
11310
11310
|
}
|
|
@@ -11338,7 +11338,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
11338
11338
|
timeStart: Date;
|
|
11339
11339
|
timeEnd: Date;
|
|
11340
11340
|
timezone: ETimeZone;
|
|
11341
|
-
|
|
11341
|
+
dayOfWeek: EDayOfWeek;
|
|
11342
11342
|
executeBetweenSetting: [string, string];
|
|
11343
11343
|
schedulePostTime: Date;
|
|
11344
11344
|
}
|
|
@@ -11354,7 +11354,7 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
11354
11354
|
timeStart: Date;
|
|
11355
11355
|
timeEnd: Date;
|
|
11356
11356
|
timezone: ETimeZone;
|
|
11357
|
-
|
|
11357
|
+
dayOfWeek: EDayOfWeek;
|
|
11358
11358
|
executeBetweenSetting: [string, string];
|
|
11359
11359
|
schedulePostTime: Date;
|
|
11360
11360
|
growthFollow: number;
|
|
@@ -11396,7 +11396,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
11396
11396
|
timeStart: Date;
|
|
11397
11397
|
timeEnd: Date;
|
|
11398
11398
|
timezone: ETimeZone;
|
|
11399
|
-
|
|
11399
|
+
dayOfWeek: EDayOfWeek;
|
|
11400
11400
|
executeBetweenSetting: [string, string];
|
|
11401
11401
|
schedulePostTime: Date;
|
|
11402
11402
|
growthFollow: number;
|
|
@@ -11416,7 +11416,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
|
11416
11416
|
timeStart: Date;
|
|
11417
11417
|
timeEnd: Date;
|
|
11418
11418
|
timezone: ETimeZone;
|
|
11419
|
-
|
|
11419
|
+
dayOfWeek: EDayOfWeek;
|
|
11420
11420
|
executeBetweenSetting: [string, string];
|
|
11421
11421
|
schedulePostTime: Date;
|
|
11422
11422
|
status: EStatusPost;
|
|
@@ -11457,7 +11457,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
11457
11457
|
timeStart: Date;
|
|
11458
11458
|
timeEnd: Date;
|
|
11459
11459
|
timezone: ETimeZone;
|
|
11460
|
-
|
|
11460
|
+
dayOfWeek: EDayOfWeek;
|
|
11461
11461
|
executeBetweenSetting: [string, string];
|
|
11462
11462
|
schedulePostTime: Date;
|
|
11463
11463
|
status: EStatusPost;
|
|
@@ -11516,7 +11516,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
11516
11516
|
timeStart: Date;
|
|
11517
11517
|
timeEnd: Date;
|
|
11518
11518
|
timezone: ETimeZone;
|
|
11519
|
-
|
|
11519
|
+
dayOfWeek: EDayOfWeek;
|
|
11520
11520
|
executeBetweenSetting: [string, string];
|
|
11521
11521
|
schedulePostTime: Date;
|
|
11522
11522
|
status: EStatusPost;
|
|
@@ -11574,7 +11574,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11574
11574
|
timeStart: Date;
|
|
11575
11575
|
timeEnd: Date;
|
|
11576
11576
|
timezone: ETimeZone;
|
|
11577
|
-
|
|
11577
|
+
dayOfWeek: EDayOfWeek;
|
|
11578
11578
|
executeBetweenSetting: [string, string];
|
|
11579
11579
|
schedulePostTime: Date;
|
|
11580
11580
|
status: EStatusPost;
|
|
@@ -11653,7 +11653,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
11653
11653
|
timeStart: Date;
|
|
11654
11654
|
timeEnd: Date;
|
|
11655
11655
|
timezone: ETimeZone;
|
|
11656
|
-
|
|
11656
|
+
dayOfWeek: EDayOfWeek;
|
|
11657
11657
|
executeBetweenSetting: [string, string];
|
|
11658
11658
|
schedulePostTime: Date;
|
|
11659
11659
|
status: EStatusPost;
|
|
@@ -11708,7 +11708,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
11708
11708
|
timeStart: Date;
|
|
11709
11709
|
timeEnd: Date;
|
|
11710
11710
|
timezone: ETimeZone;
|
|
11711
|
-
|
|
11711
|
+
dayOfWeek: EDayOfWeek;
|
|
11712
11712
|
executeBetweenSetting: [string, string];
|
|
11713
11713
|
schedulePostTime: Date;
|
|
11714
11714
|
status: EStatusPost;
|
|
@@ -11786,7 +11786,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
|
11786
11786
|
timeStart: Date;
|
|
11787
11787
|
timeEnd: Date;
|
|
11788
11788
|
timezone: ETimeZone;
|
|
11789
|
-
|
|
11789
|
+
dayOfWeek: EDayOfWeek;
|
|
11790
11790
|
executeBetweenSetting: [string, string];
|
|
11791
11791
|
schedulePostTime: Date;
|
|
11792
11792
|
status: EStatusPost;
|
|
@@ -11831,7 +11831,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
11831
11831
|
timeStart: Date;
|
|
11832
11832
|
timeEnd: Date;
|
|
11833
11833
|
timezone: ETimeZone;
|
|
11834
|
-
|
|
11834
|
+
dayOfWeek: EDayOfWeek;
|
|
11835
11835
|
executeBetweenSetting: [string, string];
|
|
11836
11836
|
schedulePostTime: Date;
|
|
11837
11837
|
status: EStatusPost;
|
|
@@ -11898,7 +11898,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
11898
11898
|
timeStart: Date;
|
|
11899
11899
|
timeEnd: Date;
|
|
11900
11900
|
timezone: ETimeZone;
|
|
11901
|
-
|
|
11901
|
+
dayOfWeek: EDayOfWeek;
|
|
11902
11902
|
executeBetweenSetting: [string, string];
|
|
11903
11903
|
schedulePostTime: Date;
|
|
11904
11904
|
status: EStatusPost;
|
|
@@ -11943,7 +11943,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
11943
11943
|
timeStart: Date;
|
|
11944
11944
|
timeEnd: Date;
|
|
11945
11945
|
timezone: ETimeZone;
|
|
11946
|
-
|
|
11946
|
+
dayOfWeek: EDayOfWeek;
|
|
11947
11947
|
executeBetweenSetting: [string, string];
|
|
11948
11948
|
schedulePostTime: Date;
|
|
11949
11949
|
status: EStatusPost;
|
|
@@ -13060,7 +13060,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13060
13060
|
timeStart: Date;
|
|
13061
13061
|
timeEnd: Date;
|
|
13062
13062
|
timezone: ETimeZone;
|
|
13063
|
-
|
|
13063
|
+
dayOfWeek: EDayOfWeek;
|
|
13064
13064
|
executeBetweenSetting: [string, string];
|
|
13065
13065
|
schedulePostTime: Date;
|
|
13066
13066
|
}
|
|
@@ -13103,7 +13103,7 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
13103
13103
|
timeStart: Date;
|
|
13104
13104
|
timeEnd: Date;
|
|
13105
13105
|
timezone: ETimeZone;
|
|
13106
|
-
|
|
13106
|
+
dayOfWeek: EDayOfWeek;
|
|
13107
13107
|
executeBetweenSetting: [string, string];
|
|
13108
13108
|
schedulePostTime: Date;
|
|
13109
13109
|
}
|
|
@@ -13119,7 +13119,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
|
|
|
13119
13119
|
timeStart: Date;
|
|
13120
13120
|
timeEnd: Date;
|
|
13121
13121
|
timezone: ETimeZone;
|
|
13122
|
-
|
|
13122
|
+
dayOfWeek: EDayOfWeek;
|
|
13123
13123
|
executeBetweenSetting: [string, string];
|
|
13124
13124
|
schedulePostTime: Date;
|
|
13125
13125
|
}
|
|
@@ -13154,7 +13154,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
13154
13154
|
timeStart: Date;
|
|
13155
13155
|
timeEnd: Date;
|
|
13156
13156
|
timezone: ETimeZone;
|
|
13157
|
-
|
|
13157
|
+
dayOfWeek: EDayOfWeek;
|
|
13158
13158
|
executeBetweenSetting: [string, string];
|
|
13159
13159
|
schedulePostTime: Date;
|
|
13160
13160
|
}
|
|
@@ -13170,7 +13170,7 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
|
|
|
13170
13170
|
timeStart: Date;
|
|
13171
13171
|
timeEnd: Date;
|
|
13172
13172
|
timezone: ETimeZone;
|
|
13173
|
-
|
|
13173
|
+
dayOfWeek: EDayOfWeek;
|
|
13174
13174
|
executeBetweenSetting: [string, string];
|
|
13175
13175
|
schedulePostTime: Date;
|
|
13176
13176
|
}
|
|
@@ -13205,7 +13205,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
13205
13205
|
timeStart: Date;
|
|
13206
13206
|
timeEnd: Date;
|
|
13207
13207
|
timezone: ETimeZone;
|
|
13208
|
-
|
|
13208
|
+
dayOfWeek: EDayOfWeek;
|
|
13209
13209
|
executeBetweenSetting: [string, string];
|
|
13210
13210
|
schedulePostTime: Date;
|
|
13211
13211
|
}
|
|
@@ -13220,7 +13220,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
|
|
|
13220
13220
|
timeStart: Date;
|
|
13221
13221
|
timeEnd: Date;
|
|
13222
13222
|
timezone: ETimeZone;
|
|
13223
|
-
|
|
13223
|
+
dayOfWeek: EDayOfWeek;
|
|
13224
13224
|
executeBetweenSetting: [string, string];
|
|
13225
13225
|
schedulePostTime: Date;
|
|
13226
13226
|
}
|
|
@@ -13254,7 +13254,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
13254
13254
|
timeStart: Date;
|
|
13255
13255
|
timeEnd: Date;
|
|
13256
13256
|
timezone: ETimeZone;
|
|
13257
|
-
|
|
13257
|
+
dayOfWeek: EDayOfWeek;
|
|
13258
13258
|
executeBetweenSetting: [string, string];
|
|
13259
13259
|
schedulePostTime: Date;
|
|
13260
13260
|
}
|
|
@@ -13270,7 +13270,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
|
|
|
13270
13270
|
timeStart: Date;
|
|
13271
13271
|
timeEnd: Date;
|
|
13272
13272
|
timezone: ETimeZone;
|
|
13273
|
-
|
|
13273
|
+
dayOfWeek: EDayOfWeek;
|
|
13274
13274
|
executeBetweenSetting: [string, string];
|
|
13275
13275
|
schedulePostTime: Date;
|
|
13276
13276
|
}
|
|
@@ -13305,7 +13305,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
13305
13305
|
timeStart: Date;
|
|
13306
13306
|
timeEnd: Date;
|
|
13307
13307
|
timezone: ETimeZone;
|
|
13308
|
-
|
|
13308
|
+
dayOfWeek: EDayOfWeek;
|
|
13309
13309
|
executeBetweenSetting: [string, string];
|
|
13310
13310
|
schedulePostTime: Date;
|
|
13311
13311
|
}
|