automation-lib 5.4.130 → 5.4.132
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 +76 -40
- package/dist/index.d.ts +76 -40
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3583,6 +3583,8 @@ interface FilterThreadsReportPostDto extends IFilterBaseDto, IFilterBaseAccountS
|
|
|
3583
3583
|
account: string[];
|
|
3584
3584
|
sheetName: string[];
|
|
3585
3585
|
status: EStatusTaskScript[];
|
|
3586
|
+
timezone: ETimeZone[];
|
|
3587
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
3586
3588
|
}
|
|
3587
3589
|
|
|
3588
3590
|
interface FindOverViewThreadsReportInteractFollowDto {
|
|
@@ -3619,6 +3621,8 @@ interface FilterThreadsReportInteractFollowDto extends IFilterBaseDto, IFilterBa
|
|
|
3619
3621
|
account: string[];
|
|
3620
3622
|
sheetName: string[];
|
|
3621
3623
|
status: EStatusTaskScript[];
|
|
3624
|
+
timezone: ETimeZone[];
|
|
3625
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
3622
3626
|
}
|
|
3623
3627
|
|
|
3624
3628
|
interface FindOverViewThreadsReportInteractUnFollowDto {
|
|
@@ -3655,6 +3659,8 @@ interface FilterThreadsReportInteractUnFollowDto extends IFilterBaseDto, IFilter
|
|
|
3655
3659
|
account: string[];
|
|
3656
3660
|
sheetName: string[];
|
|
3657
3661
|
status: EStatusTaskScript[];
|
|
3662
|
+
timezone: ETimeZone[];
|
|
3663
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
3658
3664
|
}
|
|
3659
3665
|
|
|
3660
3666
|
interface FindOverViewThreadsReportInteractReplyCommentDto {
|
|
@@ -3691,6 +3697,8 @@ interface FilterThreadsReportInteractReplyCommentDto extends IFilterBaseDto, IFi
|
|
|
3691
3697
|
account: string[];
|
|
3692
3698
|
sheetName: string[];
|
|
3693
3699
|
status: EStatusTaskScript[];
|
|
3700
|
+
timezone: ETimeZone[];
|
|
3701
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
3694
3702
|
}
|
|
3695
3703
|
|
|
3696
3704
|
interface FindOverViewThreadsReportInteractReplyMessageDto {
|
|
@@ -3727,6 +3735,8 @@ interface FilterThreadsReportInteractReplyMessageDto extends IFilterBaseDto, IFi
|
|
|
3727
3735
|
account: string[];
|
|
3728
3736
|
sheetName: string[];
|
|
3729
3737
|
status: EStatusTaskScript[];
|
|
3738
|
+
timezone: ETimeZone[];
|
|
3739
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
3730
3740
|
}
|
|
3731
3741
|
|
|
3732
3742
|
interface FindOverViewThreadsSettingPostDto {
|
|
@@ -5943,6 +5953,8 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterB
|
|
|
5943
5953
|
account: string[];
|
|
5944
5954
|
sheetName: string[];
|
|
5945
5955
|
status: EStatusTaskScript[];
|
|
5956
|
+
timezone: ETimeZone[];
|
|
5957
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
5946
5958
|
}
|
|
5947
5959
|
|
|
5948
5960
|
interface FindOverViewInstagramReportPostNewDto {
|
|
@@ -5979,6 +5991,8 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
5979
5991
|
account: string[];
|
|
5980
5992
|
sheetName: string[];
|
|
5981
5993
|
status: EStatusTaskScript[];
|
|
5994
|
+
timezone: ETimeZone[];
|
|
5995
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
5982
5996
|
}
|
|
5983
5997
|
|
|
5984
5998
|
interface FindOverViewInstagramReportPostReelDto {
|
|
@@ -6015,6 +6029,8 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
6015
6029
|
account: string[];
|
|
6016
6030
|
sheetName: string[];
|
|
6017
6031
|
status: EStatusTaskScript[];
|
|
6032
|
+
timezone: ETimeZone[];
|
|
6033
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6018
6034
|
}
|
|
6019
6035
|
|
|
6020
6036
|
interface FindOverViewInstagramReportPostStoryDto {
|
|
@@ -6051,6 +6067,8 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
|
|
|
6051
6067
|
account: string[];
|
|
6052
6068
|
sheetName: string[];
|
|
6053
6069
|
status: EStatusTaskScript[];
|
|
6070
|
+
timezone: ETimeZone[];
|
|
6071
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6054
6072
|
}
|
|
6055
6073
|
|
|
6056
6074
|
interface FindOverViewInstagramReportPostSquareDto {
|
|
@@ -6087,6 +6105,8 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
|
|
|
6087
6105
|
account: string[];
|
|
6088
6106
|
sheetName: string[];
|
|
6089
6107
|
status: EStatusTaskScript[];
|
|
6108
|
+
timezone: ETimeZone[];
|
|
6109
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6090
6110
|
}
|
|
6091
6111
|
|
|
6092
6112
|
interface FindOverViewInstagramReportInteractBlockUserDto {
|
|
@@ -6122,6 +6142,8 @@ interface FilterInstagramReportInteractBlockUserDto extends IFilterBaseDto, IFil
|
|
|
6122
6142
|
accountGroup: string[];
|
|
6123
6143
|
account: string[];
|
|
6124
6144
|
status: EStatusTaskScript[];
|
|
6145
|
+
timezone: ETimeZone[];
|
|
6146
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6125
6147
|
}
|
|
6126
6148
|
|
|
6127
6149
|
interface FindOverViewInstagramReportInteractExploreDto {
|
|
@@ -6157,6 +6179,8 @@ interface FilterInstagramReportInteractExploreDto extends IFilterBaseDto, IFilte
|
|
|
6157
6179
|
accountGroup: string[];
|
|
6158
6180
|
account: string[];
|
|
6159
6181
|
status: EStatusTaskScript[];
|
|
6182
|
+
timezone: ETimeZone[];
|
|
6183
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6160
6184
|
}
|
|
6161
6185
|
|
|
6162
6186
|
interface FindOverViewInstagramReportInteractFollowDto {
|
|
@@ -6192,6 +6216,8 @@ interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilter
|
|
|
6192
6216
|
accountGroup: string[];
|
|
6193
6217
|
account: string[];
|
|
6194
6218
|
status: EStatusTaskScript[];
|
|
6219
|
+
timezone: ETimeZone[];
|
|
6220
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6195
6221
|
}
|
|
6196
6222
|
|
|
6197
6223
|
interface FindOverViewInstagramReportInteractReelDto {
|
|
@@ -6227,6 +6253,8 @@ interface FilterInstagramReportInteractReelDto extends IFilterBaseDto, IFilterBa
|
|
|
6227
6253
|
accountGroup: string[];
|
|
6228
6254
|
account: string[];
|
|
6229
6255
|
status: EStatusTaskScript[];
|
|
6256
|
+
timezone: ETimeZone[];
|
|
6257
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6230
6258
|
}
|
|
6231
6259
|
|
|
6232
6260
|
interface FindOverViewInstagramReportInteractReplyCommentDto {
|
|
@@ -6262,6 +6290,8 @@ interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, I
|
|
|
6262
6290
|
accountGroup: string[];
|
|
6263
6291
|
account: string[];
|
|
6264
6292
|
status: EStatusTaskScript[];
|
|
6293
|
+
timezone: ETimeZone[];
|
|
6294
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6265
6295
|
}
|
|
6266
6296
|
|
|
6267
6297
|
interface FindOverViewInstagramReportInteractReplyMessageDto {
|
|
@@ -6297,6 +6327,8 @@ interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, I
|
|
|
6297
6327
|
accountGroup: string[];
|
|
6298
6328
|
account: string[];
|
|
6299
6329
|
status: EStatusTaskScript[];
|
|
6330
|
+
timezone: ETimeZone[];
|
|
6331
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6300
6332
|
}
|
|
6301
6333
|
|
|
6302
6334
|
interface FindOverViewInstagramReportInteractStoryDto {
|
|
@@ -6332,6 +6364,8 @@ interface FilterInstagramReportInteractStoryDto extends IFilterBaseDto, IFilterB
|
|
|
6332
6364
|
accountGroup: string[];
|
|
6333
6365
|
account: string[];
|
|
6334
6366
|
status: EStatusTaskScript[];
|
|
6367
|
+
timezone: ETimeZone[];
|
|
6368
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6335
6369
|
}
|
|
6336
6370
|
|
|
6337
6371
|
interface FindOverViewInstagramReportInteractUnFollowDto {
|
|
@@ -6367,6 +6401,8 @@ interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilt
|
|
|
6367
6401
|
accountGroup: string[];
|
|
6368
6402
|
account: string[];
|
|
6369
6403
|
status: EStatusTaskScript[];
|
|
6404
|
+
timezone: ETimeZone[];
|
|
6405
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6370
6406
|
}
|
|
6371
6407
|
|
|
6372
6408
|
interface FindOverViewInstagramSettingInteractExploreDto {
|
|
@@ -10943,7 +10979,7 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
|
|
|
10943
10979
|
noteFix: string;
|
|
10944
10980
|
timeEnd: Date;
|
|
10945
10981
|
timezone: ETimeZone;
|
|
10946
|
-
listDateOfWeeks:
|
|
10982
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
10947
10983
|
schedulePostTime: Array<Array<string>>;
|
|
10948
10984
|
}
|
|
10949
10985
|
interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
@@ -10968,7 +11004,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
10968
11004
|
timeStart: Date;
|
|
10969
11005
|
timeEnd: Date;
|
|
10970
11006
|
timezone: ETimeZone;
|
|
10971
|
-
listDateOfWeeks:
|
|
11007
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
10972
11008
|
schedulePostTime: Array<Array<string>>;
|
|
10973
11009
|
}
|
|
10974
11010
|
|
|
@@ -10983,7 +11019,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
|
10983
11019
|
timeStart: Date;
|
|
10984
11020
|
timeEnd: Date;
|
|
10985
11021
|
timezone: ETimeZone;
|
|
10986
|
-
listDateOfWeeks:
|
|
11022
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
10987
11023
|
schedulePostTime: Array<Array<string>>;
|
|
10988
11024
|
}
|
|
10989
11025
|
interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
@@ -11009,7 +11045,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
|
11009
11045
|
timeStart: Date;
|
|
11010
11046
|
timeEnd: Date;
|
|
11011
11047
|
timezone: ETimeZone;
|
|
11012
|
-
listDateOfWeeks:
|
|
11048
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11013
11049
|
schedulePostTime: Array<Array<string>>;
|
|
11014
11050
|
}
|
|
11015
11051
|
|
|
@@ -11025,7 +11061,7 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
11025
11061
|
timeStart: Date;
|
|
11026
11062
|
timeEnd: Date;
|
|
11027
11063
|
timezone: ETimeZone;
|
|
11028
|
-
listDateOfWeeks:
|
|
11064
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11029
11065
|
schedulePostTime: Array<Array<string>>;
|
|
11030
11066
|
growthFollow: number;
|
|
11031
11067
|
timeGrowthFollow: Date;
|
|
@@ -11064,7 +11100,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
11064
11100
|
timeStart: Date;
|
|
11065
11101
|
timeEnd: Date;
|
|
11066
11102
|
timezone: ETimeZone;
|
|
11067
|
-
listDateOfWeeks:
|
|
11103
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11068
11104
|
schedulePostTime: Array<Array<string>>;
|
|
11069
11105
|
growthFollow: number;
|
|
11070
11106
|
timeGrowthFollow: Date;
|
|
@@ -11090,7 +11126,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
|
11090
11126
|
timeStart: Date;
|
|
11091
11127
|
timeEnd: Date;
|
|
11092
11128
|
timezone: ETimeZone;
|
|
11093
|
-
listDateOfWeeks:
|
|
11129
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11094
11130
|
schedulePostTime: Array<Array<string>>;
|
|
11095
11131
|
}
|
|
11096
11132
|
interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
@@ -11115,7 +11151,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
|
11115
11151
|
timeStart: Date;
|
|
11116
11152
|
timeEnd: Date;
|
|
11117
11153
|
timezone: ETimeZone;
|
|
11118
|
-
listDateOfWeeks:
|
|
11154
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11119
11155
|
schedulePostTime: Array<Array<string>>;
|
|
11120
11156
|
}
|
|
11121
11157
|
|
|
@@ -11132,7 +11168,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
11132
11168
|
timeStart: Date;
|
|
11133
11169
|
timeEnd: Date;
|
|
11134
11170
|
timezone: ETimeZone;
|
|
11135
|
-
listDateOfWeeks:
|
|
11171
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11136
11172
|
schedulePostTime: Array<Array<string>>;
|
|
11137
11173
|
}
|
|
11138
11174
|
interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
@@ -11160,7 +11196,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
11160
11196
|
timeStart: Date;
|
|
11161
11197
|
timeEnd: Date;
|
|
11162
11198
|
timezone: ETimeZone;
|
|
11163
|
-
listDateOfWeeks:
|
|
11199
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11164
11200
|
schedulePostTime: Array<Array<string>>;
|
|
11165
11201
|
}
|
|
11166
11202
|
|
|
@@ -11175,7 +11211,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
11175
11211
|
timeStart: Date;
|
|
11176
11212
|
timeEnd: Date;
|
|
11177
11213
|
timezone: ETimeZone;
|
|
11178
|
-
listDateOfWeeks:
|
|
11214
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11179
11215
|
schedulePostTime: Array<Array<string>>;
|
|
11180
11216
|
}
|
|
11181
11217
|
interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
@@ -11201,7 +11237,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
11201
11237
|
timeStart: Date;
|
|
11202
11238
|
timeEnd: Date;
|
|
11203
11239
|
timezone: ETimeZone;
|
|
11204
|
-
listDateOfWeeks:
|
|
11240
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11205
11241
|
schedulePostTime: Array<Array<string>>;
|
|
11206
11242
|
}
|
|
11207
11243
|
|
|
@@ -11217,7 +11253,7 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
|
|
|
11217
11253
|
timeStart: Date;
|
|
11218
11254
|
timeEnd: Date;
|
|
11219
11255
|
timezone: ETimeZone;
|
|
11220
|
-
listDateOfWeeks:
|
|
11256
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11221
11257
|
schedulePostTime: Array<Array<string>>;
|
|
11222
11258
|
}
|
|
11223
11259
|
interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
@@ -11244,7 +11280,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
|
11244
11280
|
timeStart: Date;
|
|
11245
11281
|
timeEnd: Date;
|
|
11246
11282
|
timezone: ETimeZone;
|
|
11247
|
-
listDateOfWeeks:
|
|
11283
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11248
11284
|
schedulePostTime: Array<Array<string>>;
|
|
11249
11285
|
}
|
|
11250
11286
|
|
|
@@ -11260,7 +11296,7 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
11260
11296
|
timeStart: Date;
|
|
11261
11297
|
timeEnd: Date;
|
|
11262
11298
|
timezone: ETimeZone;
|
|
11263
|
-
listDateOfWeeks:
|
|
11299
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11264
11300
|
schedulePostTime: Array<Array<string>>;
|
|
11265
11301
|
growthFollow: number;
|
|
11266
11302
|
timeGrowthFollow: Date;
|
|
@@ -11294,7 +11330,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
11294
11330
|
timeStart: Date;
|
|
11295
11331
|
timeEnd: Date;
|
|
11296
11332
|
timezone: ETimeZone;
|
|
11297
|
-
listDateOfWeeks:
|
|
11333
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11298
11334
|
schedulePostTime: Array<Array<string>>;
|
|
11299
11335
|
growthFollow: number;
|
|
11300
11336
|
timeGrowthFollow: Date;
|
|
@@ -11313,7 +11349,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
|
11313
11349
|
timeStart: Date;
|
|
11314
11350
|
timeEnd: Date;
|
|
11315
11351
|
timezone: ETimeZone;
|
|
11316
|
-
listDateOfWeeks:
|
|
11352
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11317
11353
|
schedulePostTime: Array<Array<string>>;
|
|
11318
11354
|
sttAccount: string;
|
|
11319
11355
|
status: EStatusTaskScript;
|
|
@@ -11343,7 +11379,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
11343
11379
|
timeStart: Date;
|
|
11344
11380
|
timeEnd: Date;
|
|
11345
11381
|
timezone: ETimeZone;
|
|
11346
|
-
listDateOfWeeks:
|
|
11382
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11347
11383
|
schedulePostTime: Array<Array<string>>;
|
|
11348
11384
|
sttAccount: string;
|
|
11349
11385
|
status: EStatusTaskScript;
|
|
@@ -11362,7 +11398,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
11362
11398
|
timeStart: Date;
|
|
11363
11399
|
timeEnd: Date;
|
|
11364
11400
|
timezone: ETimeZone;
|
|
11365
|
-
listDateOfWeeks:
|
|
11401
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11366
11402
|
schedulePostTime: Array<Array<string>>;
|
|
11367
11403
|
sttAccount: string;
|
|
11368
11404
|
status: EStatusTaskScript;
|
|
@@ -11381,7 +11417,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
11381
11417
|
cmtPost: string;
|
|
11382
11418
|
cmtStickerPostMe: string;
|
|
11383
11419
|
tagUserPostMe: string;
|
|
11384
|
-
isSuggestFB:
|
|
11420
|
+
isSuggestFB: boolean;
|
|
11385
11421
|
idPostToSheet: string;
|
|
11386
11422
|
}
|
|
11387
11423
|
interface IInstagramReportPostNewELS extends IBaseELS {
|
|
@@ -11404,7 +11440,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11404
11440
|
timeStart: Date;
|
|
11405
11441
|
timeEnd: Date;
|
|
11406
11442
|
timezone: ETimeZone;
|
|
11407
|
-
listDateOfWeeks:
|
|
11443
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11408
11444
|
schedulePostTime: Array<Array<string>>;
|
|
11409
11445
|
sttAccount: string;
|
|
11410
11446
|
status: EStatusTaskScript;
|
|
@@ -11423,7 +11459,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11423
11459
|
cmtPost: string;
|
|
11424
11460
|
cmtStickerPostMe: string;
|
|
11425
11461
|
tagUserPostMe: string;
|
|
11426
|
-
isSuggestFB:
|
|
11462
|
+
isSuggestFB: boolean;
|
|
11427
11463
|
idPostToSheet: string;
|
|
11428
11464
|
}
|
|
11429
11465
|
|
|
@@ -11435,7 +11471,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
11435
11471
|
timeStart: Date;
|
|
11436
11472
|
timeEnd: Date;
|
|
11437
11473
|
timezone: ETimeZone;
|
|
11438
|
-
listDateOfWeeks:
|
|
11474
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11439
11475
|
schedulePostTime: Array<Array<string>>;
|
|
11440
11476
|
sttAccount: string;
|
|
11441
11477
|
status: EStatusTaskScript;
|
|
@@ -11454,7 +11490,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
11454
11490
|
cmtPost: string;
|
|
11455
11491
|
cmtStickerPostMe: string;
|
|
11456
11492
|
tagUserPostMe: string;
|
|
11457
|
-
isSuggestFB:
|
|
11493
|
+
isSuggestFB: boolean;
|
|
11458
11494
|
idPostToSheet: string;
|
|
11459
11495
|
}
|
|
11460
11496
|
interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
@@ -11477,7 +11513,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
11477
11513
|
timeStart: Date;
|
|
11478
11514
|
timeEnd: Date;
|
|
11479
11515
|
timezone: ETimeZone;
|
|
11480
|
-
listDateOfWeeks:
|
|
11516
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11481
11517
|
schedulePostTime: Array<Array<string>>;
|
|
11482
11518
|
sttAccount: string;
|
|
11483
11519
|
status: EStatusTaskScript;
|
|
@@ -11496,7 +11532,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
11496
11532
|
cmtPost: string;
|
|
11497
11533
|
cmtStickerPostMe: string;
|
|
11498
11534
|
tagUserPostMe: string;
|
|
11499
|
-
isSuggestFB:
|
|
11535
|
+
isSuggestFB: boolean;
|
|
11500
11536
|
idPostToSheet: string;
|
|
11501
11537
|
}
|
|
11502
11538
|
|
|
@@ -11508,7 +11544,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
|
11508
11544
|
timeStart: Date;
|
|
11509
11545
|
timeEnd: Date;
|
|
11510
11546
|
timezone: ETimeZone;
|
|
11511
|
-
listDateOfWeeks:
|
|
11547
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11512
11548
|
schedulePostTime: Array<Array<string>>;
|
|
11513
11549
|
sttAccount: string;
|
|
11514
11550
|
status: EStatusTaskScript;
|
|
@@ -11544,7 +11580,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
11544
11580
|
timeStart: Date;
|
|
11545
11581
|
timeEnd: Date;
|
|
11546
11582
|
timezone: ETimeZone;
|
|
11547
|
-
listDateOfWeeks:
|
|
11583
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11548
11584
|
schedulePostTime: Array<Array<string>>;
|
|
11549
11585
|
sttAccount: string;
|
|
11550
11586
|
status: EStatusTaskScript;
|
|
@@ -11569,7 +11605,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
11569
11605
|
timeStart: Date;
|
|
11570
11606
|
timeEnd: Date;
|
|
11571
11607
|
timezone: ETimeZone;
|
|
11572
|
-
listDateOfWeeks:
|
|
11608
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11573
11609
|
schedulePostTime: Array<Array<string>>;
|
|
11574
11610
|
sttAccount: string;
|
|
11575
11611
|
status: EStatusTaskScript;
|
|
@@ -11603,7 +11639,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
11603
11639
|
timeStart: Date;
|
|
11604
11640
|
timeEnd: Date;
|
|
11605
11641
|
timezone: ETimeZone;
|
|
11606
|
-
listDateOfWeeks:
|
|
11642
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11607
11643
|
schedulePostTime: Array<Array<string>>;
|
|
11608
11644
|
sttAccount: string;
|
|
11609
11645
|
status: EStatusTaskScript;
|
|
@@ -12847,7 +12883,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12847
12883
|
timeStart: Date;
|
|
12848
12884
|
timeEnd: Date;
|
|
12849
12885
|
timezone: ETimeZone;
|
|
12850
|
-
listDateOfWeeks:
|
|
12886
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
12851
12887
|
schedulePostTime: Array<Array<string>>;
|
|
12852
12888
|
}
|
|
12853
12889
|
interface IThreadsReportPostELS extends IBaseELS {
|
|
@@ -12882,7 +12918,7 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
12882
12918
|
timeStart: Date;
|
|
12883
12919
|
timeEnd: Date;
|
|
12884
12920
|
timezone: ETimeZone;
|
|
12885
|
-
listDateOfWeeks:
|
|
12921
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
12886
12922
|
schedulePostTime: Array<Array<string>>;
|
|
12887
12923
|
}
|
|
12888
12924
|
|
|
@@ -12898,7 +12934,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
|
|
|
12898
12934
|
timeStart: Date;
|
|
12899
12935
|
timeEnd: Date;
|
|
12900
12936
|
timezone: ETimeZone;
|
|
12901
|
-
listDateOfWeeks:
|
|
12937
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
12902
12938
|
schedulePostTime: Array<Array<string>>;
|
|
12903
12939
|
}
|
|
12904
12940
|
interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
@@ -12925,7 +12961,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
12925
12961
|
timeStart: Date;
|
|
12926
12962
|
timeEnd: Date;
|
|
12927
12963
|
timezone: ETimeZone;
|
|
12928
|
-
listDateOfWeeks:
|
|
12964
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
12929
12965
|
schedulePostTime: Array<Array<string>>;
|
|
12930
12966
|
}
|
|
12931
12967
|
|
|
@@ -12941,7 +12977,7 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
|
|
|
12941
12977
|
timeStart: Date;
|
|
12942
12978
|
timeEnd: Date;
|
|
12943
12979
|
timezone: ETimeZone;
|
|
12944
|
-
listDateOfWeeks:
|
|
12980
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
12945
12981
|
schedulePostTime: Array<Array<string>>;
|
|
12946
12982
|
}
|
|
12947
12983
|
interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
@@ -12968,7 +13004,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
12968
13004
|
timeStart: Date;
|
|
12969
13005
|
timeEnd: Date;
|
|
12970
13006
|
timezone: ETimeZone;
|
|
12971
|
-
listDateOfWeeks:
|
|
13007
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
12972
13008
|
schedulePostTime: Array<Array<string>>;
|
|
12973
13009
|
}
|
|
12974
13010
|
|
|
@@ -12983,7 +13019,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
|
|
|
12983
13019
|
timeStart: Date;
|
|
12984
13020
|
timeEnd: Date;
|
|
12985
13021
|
timezone: ETimeZone;
|
|
12986
|
-
listDateOfWeeks:
|
|
13022
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
12987
13023
|
schedulePostTime: Array<Array<string>>;
|
|
12988
13024
|
}
|
|
12989
13025
|
interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
@@ -13009,7 +13045,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
13009
13045
|
timeStart: Date;
|
|
13010
13046
|
timeEnd: Date;
|
|
13011
13047
|
timezone: ETimeZone;
|
|
13012
|
-
listDateOfWeeks:
|
|
13048
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
13013
13049
|
schedulePostTime: Array<Array<string>>;
|
|
13014
13050
|
}
|
|
13015
13051
|
|
|
@@ -13025,7 +13061,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
|
|
|
13025
13061
|
timeStart: Date;
|
|
13026
13062
|
timeEnd: Date;
|
|
13027
13063
|
timezone: ETimeZone;
|
|
13028
|
-
listDateOfWeeks:
|
|
13064
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
13029
13065
|
schedulePostTime: Array<Array<string>>;
|
|
13030
13066
|
}
|
|
13031
13067
|
interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
@@ -13052,7 +13088,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
13052
13088
|
timeStart: Date;
|
|
13053
13089
|
timeEnd: Date;
|
|
13054
13090
|
timezone: ETimeZone;
|
|
13055
|
-
listDateOfWeeks:
|
|
13091
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
13056
13092
|
schedulePostTime: Array<Array<string>>;
|
|
13057
13093
|
}
|
|
13058
13094
|
|
package/dist/index.d.ts
CHANGED
|
@@ -3583,6 +3583,8 @@ interface FilterThreadsReportPostDto extends IFilterBaseDto, IFilterBaseAccountS
|
|
|
3583
3583
|
account: string[];
|
|
3584
3584
|
sheetName: string[];
|
|
3585
3585
|
status: EStatusTaskScript[];
|
|
3586
|
+
timezone: ETimeZone[];
|
|
3587
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
3586
3588
|
}
|
|
3587
3589
|
|
|
3588
3590
|
interface FindOverViewThreadsReportInteractFollowDto {
|
|
@@ -3619,6 +3621,8 @@ interface FilterThreadsReportInteractFollowDto extends IFilterBaseDto, IFilterBa
|
|
|
3619
3621
|
account: string[];
|
|
3620
3622
|
sheetName: string[];
|
|
3621
3623
|
status: EStatusTaskScript[];
|
|
3624
|
+
timezone: ETimeZone[];
|
|
3625
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
3622
3626
|
}
|
|
3623
3627
|
|
|
3624
3628
|
interface FindOverViewThreadsReportInteractUnFollowDto {
|
|
@@ -3655,6 +3659,8 @@ interface FilterThreadsReportInteractUnFollowDto extends IFilterBaseDto, IFilter
|
|
|
3655
3659
|
account: string[];
|
|
3656
3660
|
sheetName: string[];
|
|
3657
3661
|
status: EStatusTaskScript[];
|
|
3662
|
+
timezone: ETimeZone[];
|
|
3663
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
3658
3664
|
}
|
|
3659
3665
|
|
|
3660
3666
|
interface FindOverViewThreadsReportInteractReplyCommentDto {
|
|
@@ -3691,6 +3697,8 @@ interface FilterThreadsReportInteractReplyCommentDto extends IFilterBaseDto, IFi
|
|
|
3691
3697
|
account: string[];
|
|
3692
3698
|
sheetName: string[];
|
|
3693
3699
|
status: EStatusTaskScript[];
|
|
3700
|
+
timezone: ETimeZone[];
|
|
3701
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
3694
3702
|
}
|
|
3695
3703
|
|
|
3696
3704
|
interface FindOverViewThreadsReportInteractReplyMessageDto {
|
|
@@ -3727,6 +3735,8 @@ interface FilterThreadsReportInteractReplyMessageDto extends IFilterBaseDto, IFi
|
|
|
3727
3735
|
account: string[];
|
|
3728
3736
|
sheetName: string[];
|
|
3729
3737
|
status: EStatusTaskScript[];
|
|
3738
|
+
timezone: ETimeZone[];
|
|
3739
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
3730
3740
|
}
|
|
3731
3741
|
|
|
3732
3742
|
interface FindOverViewThreadsSettingPostDto {
|
|
@@ -5943,6 +5953,8 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterB
|
|
|
5943
5953
|
account: string[];
|
|
5944
5954
|
sheetName: string[];
|
|
5945
5955
|
status: EStatusTaskScript[];
|
|
5956
|
+
timezone: ETimeZone[];
|
|
5957
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
5946
5958
|
}
|
|
5947
5959
|
|
|
5948
5960
|
interface FindOverViewInstagramReportPostNewDto {
|
|
@@ -5979,6 +5991,8 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
5979
5991
|
account: string[];
|
|
5980
5992
|
sheetName: string[];
|
|
5981
5993
|
status: EStatusTaskScript[];
|
|
5994
|
+
timezone: ETimeZone[];
|
|
5995
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
5982
5996
|
}
|
|
5983
5997
|
|
|
5984
5998
|
interface FindOverViewInstagramReportPostReelDto {
|
|
@@ -6015,6 +6029,8 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
6015
6029
|
account: string[];
|
|
6016
6030
|
sheetName: string[];
|
|
6017
6031
|
status: EStatusTaskScript[];
|
|
6032
|
+
timezone: ETimeZone[];
|
|
6033
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6018
6034
|
}
|
|
6019
6035
|
|
|
6020
6036
|
interface FindOverViewInstagramReportPostStoryDto {
|
|
@@ -6051,6 +6067,8 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
|
|
|
6051
6067
|
account: string[];
|
|
6052
6068
|
sheetName: string[];
|
|
6053
6069
|
status: EStatusTaskScript[];
|
|
6070
|
+
timezone: ETimeZone[];
|
|
6071
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6054
6072
|
}
|
|
6055
6073
|
|
|
6056
6074
|
interface FindOverViewInstagramReportPostSquareDto {
|
|
@@ -6087,6 +6105,8 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
|
|
|
6087
6105
|
account: string[];
|
|
6088
6106
|
sheetName: string[];
|
|
6089
6107
|
status: EStatusTaskScript[];
|
|
6108
|
+
timezone: ETimeZone[];
|
|
6109
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6090
6110
|
}
|
|
6091
6111
|
|
|
6092
6112
|
interface FindOverViewInstagramReportInteractBlockUserDto {
|
|
@@ -6122,6 +6142,8 @@ interface FilterInstagramReportInteractBlockUserDto extends IFilterBaseDto, IFil
|
|
|
6122
6142
|
accountGroup: string[];
|
|
6123
6143
|
account: string[];
|
|
6124
6144
|
status: EStatusTaskScript[];
|
|
6145
|
+
timezone: ETimeZone[];
|
|
6146
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6125
6147
|
}
|
|
6126
6148
|
|
|
6127
6149
|
interface FindOverViewInstagramReportInteractExploreDto {
|
|
@@ -6157,6 +6179,8 @@ interface FilterInstagramReportInteractExploreDto extends IFilterBaseDto, IFilte
|
|
|
6157
6179
|
accountGroup: string[];
|
|
6158
6180
|
account: string[];
|
|
6159
6181
|
status: EStatusTaskScript[];
|
|
6182
|
+
timezone: ETimeZone[];
|
|
6183
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6160
6184
|
}
|
|
6161
6185
|
|
|
6162
6186
|
interface FindOverViewInstagramReportInteractFollowDto {
|
|
@@ -6192,6 +6216,8 @@ interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilter
|
|
|
6192
6216
|
accountGroup: string[];
|
|
6193
6217
|
account: string[];
|
|
6194
6218
|
status: EStatusTaskScript[];
|
|
6219
|
+
timezone: ETimeZone[];
|
|
6220
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6195
6221
|
}
|
|
6196
6222
|
|
|
6197
6223
|
interface FindOverViewInstagramReportInteractReelDto {
|
|
@@ -6227,6 +6253,8 @@ interface FilterInstagramReportInteractReelDto extends IFilterBaseDto, IFilterBa
|
|
|
6227
6253
|
accountGroup: string[];
|
|
6228
6254
|
account: string[];
|
|
6229
6255
|
status: EStatusTaskScript[];
|
|
6256
|
+
timezone: ETimeZone[];
|
|
6257
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6230
6258
|
}
|
|
6231
6259
|
|
|
6232
6260
|
interface FindOverViewInstagramReportInteractReplyCommentDto {
|
|
@@ -6262,6 +6290,8 @@ interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, I
|
|
|
6262
6290
|
accountGroup: string[];
|
|
6263
6291
|
account: string[];
|
|
6264
6292
|
status: EStatusTaskScript[];
|
|
6293
|
+
timezone: ETimeZone[];
|
|
6294
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6265
6295
|
}
|
|
6266
6296
|
|
|
6267
6297
|
interface FindOverViewInstagramReportInteractReplyMessageDto {
|
|
@@ -6297,6 +6327,8 @@ interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, I
|
|
|
6297
6327
|
accountGroup: string[];
|
|
6298
6328
|
account: string[];
|
|
6299
6329
|
status: EStatusTaskScript[];
|
|
6330
|
+
timezone: ETimeZone[];
|
|
6331
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6300
6332
|
}
|
|
6301
6333
|
|
|
6302
6334
|
interface FindOverViewInstagramReportInteractStoryDto {
|
|
@@ -6332,6 +6364,8 @@ interface FilterInstagramReportInteractStoryDto extends IFilterBaseDto, IFilterB
|
|
|
6332
6364
|
accountGroup: string[];
|
|
6333
6365
|
account: string[];
|
|
6334
6366
|
status: EStatusTaskScript[];
|
|
6367
|
+
timezone: ETimeZone[];
|
|
6368
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6335
6369
|
}
|
|
6336
6370
|
|
|
6337
6371
|
interface FindOverViewInstagramReportInteractUnFollowDto {
|
|
@@ -6367,6 +6401,8 @@ interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilt
|
|
|
6367
6401
|
accountGroup: string[];
|
|
6368
6402
|
account: string[];
|
|
6369
6403
|
status: EStatusTaskScript[];
|
|
6404
|
+
timezone: ETimeZone[];
|
|
6405
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
6370
6406
|
}
|
|
6371
6407
|
|
|
6372
6408
|
interface FindOverViewInstagramSettingInteractExploreDto {
|
|
@@ -10943,7 +10979,7 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
|
|
|
10943
10979
|
noteFix: string;
|
|
10944
10980
|
timeEnd: Date;
|
|
10945
10981
|
timezone: ETimeZone;
|
|
10946
|
-
listDateOfWeeks:
|
|
10982
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
10947
10983
|
schedulePostTime: Array<Array<string>>;
|
|
10948
10984
|
}
|
|
10949
10985
|
interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
@@ -10968,7 +11004,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
10968
11004
|
timeStart: Date;
|
|
10969
11005
|
timeEnd: Date;
|
|
10970
11006
|
timezone: ETimeZone;
|
|
10971
|
-
listDateOfWeeks:
|
|
11007
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
10972
11008
|
schedulePostTime: Array<Array<string>>;
|
|
10973
11009
|
}
|
|
10974
11010
|
|
|
@@ -10983,7 +11019,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
|
10983
11019
|
timeStart: Date;
|
|
10984
11020
|
timeEnd: Date;
|
|
10985
11021
|
timezone: ETimeZone;
|
|
10986
|
-
listDateOfWeeks:
|
|
11022
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
10987
11023
|
schedulePostTime: Array<Array<string>>;
|
|
10988
11024
|
}
|
|
10989
11025
|
interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
@@ -11009,7 +11045,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
|
11009
11045
|
timeStart: Date;
|
|
11010
11046
|
timeEnd: Date;
|
|
11011
11047
|
timezone: ETimeZone;
|
|
11012
|
-
listDateOfWeeks:
|
|
11048
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11013
11049
|
schedulePostTime: Array<Array<string>>;
|
|
11014
11050
|
}
|
|
11015
11051
|
|
|
@@ -11025,7 +11061,7 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
11025
11061
|
timeStart: Date;
|
|
11026
11062
|
timeEnd: Date;
|
|
11027
11063
|
timezone: ETimeZone;
|
|
11028
|
-
listDateOfWeeks:
|
|
11064
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11029
11065
|
schedulePostTime: Array<Array<string>>;
|
|
11030
11066
|
growthFollow: number;
|
|
11031
11067
|
timeGrowthFollow: Date;
|
|
@@ -11064,7 +11100,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
11064
11100
|
timeStart: Date;
|
|
11065
11101
|
timeEnd: Date;
|
|
11066
11102
|
timezone: ETimeZone;
|
|
11067
|
-
listDateOfWeeks:
|
|
11103
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11068
11104
|
schedulePostTime: Array<Array<string>>;
|
|
11069
11105
|
growthFollow: number;
|
|
11070
11106
|
timeGrowthFollow: Date;
|
|
@@ -11090,7 +11126,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
|
11090
11126
|
timeStart: Date;
|
|
11091
11127
|
timeEnd: Date;
|
|
11092
11128
|
timezone: ETimeZone;
|
|
11093
|
-
listDateOfWeeks:
|
|
11129
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11094
11130
|
schedulePostTime: Array<Array<string>>;
|
|
11095
11131
|
}
|
|
11096
11132
|
interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
@@ -11115,7 +11151,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
|
11115
11151
|
timeStart: Date;
|
|
11116
11152
|
timeEnd: Date;
|
|
11117
11153
|
timezone: ETimeZone;
|
|
11118
|
-
listDateOfWeeks:
|
|
11154
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11119
11155
|
schedulePostTime: Array<Array<string>>;
|
|
11120
11156
|
}
|
|
11121
11157
|
|
|
@@ -11132,7 +11168,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
11132
11168
|
timeStart: Date;
|
|
11133
11169
|
timeEnd: Date;
|
|
11134
11170
|
timezone: ETimeZone;
|
|
11135
|
-
listDateOfWeeks:
|
|
11171
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11136
11172
|
schedulePostTime: Array<Array<string>>;
|
|
11137
11173
|
}
|
|
11138
11174
|
interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
@@ -11160,7 +11196,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
11160
11196
|
timeStart: Date;
|
|
11161
11197
|
timeEnd: Date;
|
|
11162
11198
|
timezone: ETimeZone;
|
|
11163
|
-
listDateOfWeeks:
|
|
11199
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11164
11200
|
schedulePostTime: Array<Array<string>>;
|
|
11165
11201
|
}
|
|
11166
11202
|
|
|
@@ -11175,7 +11211,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
11175
11211
|
timeStart: Date;
|
|
11176
11212
|
timeEnd: Date;
|
|
11177
11213
|
timezone: ETimeZone;
|
|
11178
|
-
listDateOfWeeks:
|
|
11214
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11179
11215
|
schedulePostTime: Array<Array<string>>;
|
|
11180
11216
|
}
|
|
11181
11217
|
interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
@@ -11201,7 +11237,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
11201
11237
|
timeStart: Date;
|
|
11202
11238
|
timeEnd: Date;
|
|
11203
11239
|
timezone: ETimeZone;
|
|
11204
|
-
listDateOfWeeks:
|
|
11240
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11205
11241
|
schedulePostTime: Array<Array<string>>;
|
|
11206
11242
|
}
|
|
11207
11243
|
|
|
@@ -11217,7 +11253,7 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
|
|
|
11217
11253
|
timeStart: Date;
|
|
11218
11254
|
timeEnd: Date;
|
|
11219
11255
|
timezone: ETimeZone;
|
|
11220
|
-
listDateOfWeeks:
|
|
11256
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11221
11257
|
schedulePostTime: Array<Array<string>>;
|
|
11222
11258
|
}
|
|
11223
11259
|
interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
@@ -11244,7 +11280,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
|
11244
11280
|
timeStart: Date;
|
|
11245
11281
|
timeEnd: Date;
|
|
11246
11282
|
timezone: ETimeZone;
|
|
11247
|
-
listDateOfWeeks:
|
|
11283
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11248
11284
|
schedulePostTime: Array<Array<string>>;
|
|
11249
11285
|
}
|
|
11250
11286
|
|
|
@@ -11260,7 +11296,7 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
11260
11296
|
timeStart: Date;
|
|
11261
11297
|
timeEnd: Date;
|
|
11262
11298
|
timezone: ETimeZone;
|
|
11263
|
-
listDateOfWeeks:
|
|
11299
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11264
11300
|
schedulePostTime: Array<Array<string>>;
|
|
11265
11301
|
growthFollow: number;
|
|
11266
11302
|
timeGrowthFollow: Date;
|
|
@@ -11294,7 +11330,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
11294
11330
|
timeStart: Date;
|
|
11295
11331
|
timeEnd: Date;
|
|
11296
11332
|
timezone: ETimeZone;
|
|
11297
|
-
listDateOfWeeks:
|
|
11333
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11298
11334
|
schedulePostTime: Array<Array<string>>;
|
|
11299
11335
|
growthFollow: number;
|
|
11300
11336
|
timeGrowthFollow: Date;
|
|
@@ -11313,7 +11349,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
|
11313
11349
|
timeStart: Date;
|
|
11314
11350
|
timeEnd: Date;
|
|
11315
11351
|
timezone: ETimeZone;
|
|
11316
|
-
listDateOfWeeks:
|
|
11352
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11317
11353
|
schedulePostTime: Array<Array<string>>;
|
|
11318
11354
|
sttAccount: string;
|
|
11319
11355
|
status: EStatusTaskScript;
|
|
@@ -11343,7 +11379,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
11343
11379
|
timeStart: Date;
|
|
11344
11380
|
timeEnd: Date;
|
|
11345
11381
|
timezone: ETimeZone;
|
|
11346
|
-
listDateOfWeeks:
|
|
11382
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11347
11383
|
schedulePostTime: Array<Array<string>>;
|
|
11348
11384
|
sttAccount: string;
|
|
11349
11385
|
status: EStatusTaskScript;
|
|
@@ -11362,7 +11398,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
11362
11398
|
timeStart: Date;
|
|
11363
11399
|
timeEnd: Date;
|
|
11364
11400
|
timezone: ETimeZone;
|
|
11365
|
-
listDateOfWeeks:
|
|
11401
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11366
11402
|
schedulePostTime: Array<Array<string>>;
|
|
11367
11403
|
sttAccount: string;
|
|
11368
11404
|
status: EStatusTaskScript;
|
|
@@ -11381,7 +11417,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
11381
11417
|
cmtPost: string;
|
|
11382
11418
|
cmtStickerPostMe: string;
|
|
11383
11419
|
tagUserPostMe: string;
|
|
11384
|
-
isSuggestFB:
|
|
11420
|
+
isSuggestFB: boolean;
|
|
11385
11421
|
idPostToSheet: string;
|
|
11386
11422
|
}
|
|
11387
11423
|
interface IInstagramReportPostNewELS extends IBaseELS {
|
|
@@ -11404,7 +11440,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11404
11440
|
timeStart: Date;
|
|
11405
11441
|
timeEnd: Date;
|
|
11406
11442
|
timezone: ETimeZone;
|
|
11407
|
-
listDateOfWeeks:
|
|
11443
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11408
11444
|
schedulePostTime: Array<Array<string>>;
|
|
11409
11445
|
sttAccount: string;
|
|
11410
11446
|
status: EStatusTaskScript;
|
|
@@ -11423,7 +11459,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11423
11459
|
cmtPost: string;
|
|
11424
11460
|
cmtStickerPostMe: string;
|
|
11425
11461
|
tagUserPostMe: string;
|
|
11426
|
-
isSuggestFB:
|
|
11462
|
+
isSuggestFB: boolean;
|
|
11427
11463
|
idPostToSheet: string;
|
|
11428
11464
|
}
|
|
11429
11465
|
|
|
@@ -11435,7 +11471,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
11435
11471
|
timeStart: Date;
|
|
11436
11472
|
timeEnd: Date;
|
|
11437
11473
|
timezone: ETimeZone;
|
|
11438
|
-
listDateOfWeeks:
|
|
11474
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11439
11475
|
schedulePostTime: Array<Array<string>>;
|
|
11440
11476
|
sttAccount: string;
|
|
11441
11477
|
status: EStatusTaskScript;
|
|
@@ -11454,7 +11490,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
11454
11490
|
cmtPost: string;
|
|
11455
11491
|
cmtStickerPostMe: string;
|
|
11456
11492
|
tagUserPostMe: string;
|
|
11457
|
-
isSuggestFB:
|
|
11493
|
+
isSuggestFB: boolean;
|
|
11458
11494
|
idPostToSheet: string;
|
|
11459
11495
|
}
|
|
11460
11496
|
interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
@@ -11477,7 +11513,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
11477
11513
|
timeStart: Date;
|
|
11478
11514
|
timeEnd: Date;
|
|
11479
11515
|
timezone: ETimeZone;
|
|
11480
|
-
listDateOfWeeks:
|
|
11516
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11481
11517
|
schedulePostTime: Array<Array<string>>;
|
|
11482
11518
|
sttAccount: string;
|
|
11483
11519
|
status: EStatusTaskScript;
|
|
@@ -11496,7 +11532,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
11496
11532
|
cmtPost: string;
|
|
11497
11533
|
cmtStickerPostMe: string;
|
|
11498
11534
|
tagUserPostMe: string;
|
|
11499
|
-
isSuggestFB:
|
|
11535
|
+
isSuggestFB: boolean;
|
|
11500
11536
|
idPostToSheet: string;
|
|
11501
11537
|
}
|
|
11502
11538
|
|
|
@@ -11508,7 +11544,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
|
11508
11544
|
timeStart: Date;
|
|
11509
11545
|
timeEnd: Date;
|
|
11510
11546
|
timezone: ETimeZone;
|
|
11511
|
-
listDateOfWeeks:
|
|
11547
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11512
11548
|
schedulePostTime: Array<Array<string>>;
|
|
11513
11549
|
sttAccount: string;
|
|
11514
11550
|
status: EStatusTaskScript;
|
|
@@ -11544,7 +11580,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
11544
11580
|
timeStart: Date;
|
|
11545
11581
|
timeEnd: Date;
|
|
11546
11582
|
timezone: ETimeZone;
|
|
11547
|
-
listDateOfWeeks:
|
|
11583
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11548
11584
|
schedulePostTime: Array<Array<string>>;
|
|
11549
11585
|
sttAccount: string;
|
|
11550
11586
|
status: EStatusTaskScript;
|
|
@@ -11569,7 +11605,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
11569
11605
|
timeStart: Date;
|
|
11570
11606
|
timeEnd: Date;
|
|
11571
11607
|
timezone: ETimeZone;
|
|
11572
|
-
listDateOfWeeks:
|
|
11608
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11573
11609
|
schedulePostTime: Array<Array<string>>;
|
|
11574
11610
|
sttAccount: string;
|
|
11575
11611
|
status: EStatusTaskScript;
|
|
@@ -11603,7 +11639,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
11603
11639
|
timeStart: Date;
|
|
11604
11640
|
timeEnd: Date;
|
|
11605
11641
|
timezone: ETimeZone;
|
|
11606
|
-
listDateOfWeeks:
|
|
11642
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
11607
11643
|
schedulePostTime: Array<Array<string>>;
|
|
11608
11644
|
sttAccount: string;
|
|
11609
11645
|
status: EStatusTaskScript;
|
|
@@ -12847,7 +12883,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
12847
12883
|
timeStart: Date;
|
|
12848
12884
|
timeEnd: Date;
|
|
12849
12885
|
timezone: ETimeZone;
|
|
12850
|
-
listDateOfWeeks:
|
|
12886
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
12851
12887
|
schedulePostTime: Array<Array<string>>;
|
|
12852
12888
|
}
|
|
12853
12889
|
interface IThreadsReportPostELS extends IBaseELS {
|
|
@@ -12882,7 +12918,7 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
12882
12918
|
timeStart: Date;
|
|
12883
12919
|
timeEnd: Date;
|
|
12884
12920
|
timezone: ETimeZone;
|
|
12885
|
-
listDateOfWeeks:
|
|
12921
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
12886
12922
|
schedulePostTime: Array<Array<string>>;
|
|
12887
12923
|
}
|
|
12888
12924
|
|
|
@@ -12898,7 +12934,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
|
|
|
12898
12934
|
timeStart: Date;
|
|
12899
12935
|
timeEnd: Date;
|
|
12900
12936
|
timezone: ETimeZone;
|
|
12901
|
-
listDateOfWeeks:
|
|
12937
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
12902
12938
|
schedulePostTime: Array<Array<string>>;
|
|
12903
12939
|
}
|
|
12904
12940
|
interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
@@ -12925,7 +12961,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
12925
12961
|
timeStart: Date;
|
|
12926
12962
|
timeEnd: Date;
|
|
12927
12963
|
timezone: ETimeZone;
|
|
12928
|
-
listDateOfWeeks:
|
|
12964
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
12929
12965
|
schedulePostTime: Array<Array<string>>;
|
|
12930
12966
|
}
|
|
12931
12967
|
|
|
@@ -12941,7 +12977,7 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
|
|
|
12941
12977
|
timeStart: Date;
|
|
12942
12978
|
timeEnd: Date;
|
|
12943
12979
|
timezone: ETimeZone;
|
|
12944
|
-
listDateOfWeeks:
|
|
12980
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
12945
12981
|
schedulePostTime: Array<Array<string>>;
|
|
12946
12982
|
}
|
|
12947
12983
|
interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
@@ -12968,7 +13004,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
12968
13004
|
timeStart: Date;
|
|
12969
13005
|
timeEnd: Date;
|
|
12970
13006
|
timezone: ETimeZone;
|
|
12971
|
-
listDateOfWeeks:
|
|
13007
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
12972
13008
|
schedulePostTime: Array<Array<string>>;
|
|
12973
13009
|
}
|
|
12974
13010
|
|
|
@@ -12983,7 +13019,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
|
|
|
12983
13019
|
timeStart: Date;
|
|
12984
13020
|
timeEnd: Date;
|
|
12985
13021
|
timezone: ETimeZone;
|
|
12986
|
-
listDateOfWeeks:
|
|
13022
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
12987
13023
|
schedulePostTime: Array<Array<string>>;
|
|
12988
13024
|
}
|
|
12989
13025
|
interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
@@ -13009,7 +13045,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
13009
13045
|
timeStart: Date;
|
|
13010
13046
|
timeEnd: Date;
|
|
13011
13047
|
timezone: ETimeZone;
|
|
13012
|
-
listDateOfWeeks:
|
|
13048
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
13013
13049
|
schedulePostTime: Array<Array<string>>;
|
|
13014
13050
|
}
|
|
13015
13051
|
|
|
@@ -13025,7 +13061,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
|
|
|
13025
13061
|
timeStart: Date;
|
|
13026
13062
|
timeEnd: Date;
|
|
13027
13063
|
timezone: ETimeZone;
|
|
13028
|
-
listDateOfWeeks:
|
|
13064
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
13029
13065
|
schedulePostTime: Array<Array<string>>;
|
|
13030
13066
|
}
|
|
13031
13067
|
interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
@@ -13052,7 +13088,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
13052
13088
|
timeStart: Date;
|
|
13053
13089
|
timeEnd: Date;
|
|
13054
13090
|
timezone: ETimeZone;
|
|
13055
|
-
listDateOfWeeks:
|
|
13091
|
+
listDateOfWeeks: EDayOfWeek[];
|
|
13056
13092
|
schedulePostTime: Array<Array<string>>;
|
|
13057
13093
|
}
|
|
13058
13094
|
|