automation-lib 5.4.62 → 5.4.66
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 +72 -36
- package/dist/index.d.ts +72 -36
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9591,6 +9591,8 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<I
|
|
|
9591
9591
|
timeDelayInteractPerOperatorTo: number;
|
|
9592
9592
|
isTimeUs: boolean;
|
|
9593
9593
|
isInteractBeforeUnFollow: boolean;
|
|
9594
|
+
numberInteractFrom: number;
|
|
9595
|
+
numberInteractTo: number;
|
|
9594
9596
|
status: EStatusActive;
|
|
9595
9597
|
}
|
|
9596
9598
|
|
|
@@ -9618,7 +9620,7 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
|
|
|
9618
9620
|
status: EStatusTaskScript;
|
|
9619
9621
|
noteFix: string;
|
|
9620
9622
|
timeEnd: Date;
|
|
9621
|
-
timezone:
|
|
9623
|
+
timezone: ETimeZone;
|
|
9622
9624
|
listDateOfWeeks: string[];
|
|
9623
9625
|
schedulePostTime: Array<Array<string>>;
|
|
9624
9626
|
}
|
|
@@ -9642,7 +9644,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
9642
9644
|
noteFix: string;
|
|
9643
9645
|
timeStart: Date;
|
|
9644
9646
|
timeEnd: Date;
|
|
9645
|
-
timezone:
|
|
9647
|
+
timezone: ETimeZone;
|
|
9646
9648
|
listDateOfWeeks: string[];
|
|
9647
9649
|
schedulePostTime: Array<Array<string>>;
|
|
9648
9650
|
}
|
|
@@ -9657,7 +9659,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
|
9657
9659
|
noteFix: string;
|
|
9658
9660
|
timeStart: Date;
|
|
9659
9661
|
timeEnd: Date;
|
|
9660
|
-
timezone:
|
|
9662
|
+
timezone: ETimeZone;
|
|
9661
9663
|
listDateOfWeeks: string[];
|
|
9662
9664
|
schedulePostTime: Array<Array<string>>;
|
|
9663
9665
|
}
|
|
@@ -9682,7 +9684,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
|
9682
9684
|
noteFix: string;
|
|
9683
9685
|
timeStart: Date;
|
|
9684
9686
|
timeEnd: Date;
|
|
9685
|
-
timezone:
|
|
9687
|
+
timezone: ETimeZone;
|
|
9686
9688
|
listDateOfWeeks: string[];
|
|
9687
9689
|
schedulePostTime: Array<Array<string>>;
|
|
9688
9690
|
}
|
|
@@ -9698,9 +9700,19 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
9698
9700
|
noteFix: string;
|
|
9699
9701
|
timeStart: Date;
|
|
9700
9702
|
timeEnd: Date;
|
|
9701
|
-
timezone:
|
|
9703
|
+
timezone: ETimeZone;
|
|
9702
9704
|
listDateOfWeeks: string[];
|
|
9703
9705
|
schedulePostTime: Array<Array<string>>;
|
|
9706
|
+
isInteractUserFollower: boolean;
|
|
9707
|
+
isInteractUserFollowing: boolean;
|
|
9708
|
+
isInteractCurrentUser: boolean;
|
|
9709
|
+
settingTickBox: {
|
|
9710
|
+
isSkipUserNameNoneEnglish: boolean;
|
|
9711
|
+
isSkipUserNameContainIcons: boolean;
|
|
9712
|
+
isSkipFollowWhenUnFollowed: boolean;
|
|
9713
|
+
isSkipFollowContainLinks: boolean;
|
|
9714
|
+
isSkipBioNoneEnglish: boolean;
|
|
9715
|
+
};
|
|
9704
9716
|
}
|
|
9705
9717
|
interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
9706
9718
|
idea: IBaseRefFieldELS;
|
|
@@ -9724,9 +9736,21 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
9724
9736
|
noteFix: string;
|
|
9725
9737
|
timeStart: Date;
|
|
9726
9738
|
timeEnd: Date;
|
|
9727
|
-
timezone:
|
|
9739
|
+
timezone: ETimeZone;
|
|
9728
9740
|
listDateOfWeeks: string[];
|
|
9729
9741
|
schedulePostTime: Array<Array<string>>;
|
|
9742
|
+
growthFollow: number;
|
|
9743
|
+
timeGrowthFollow: Date;
|
|
9744
|
+
isInteractUserFollower: boolean;
|
|
9745
|
+
isInteractUserFollowing: boolean;
|
|
9746
|
+
isInteractCurrentUser: boolean;
|
|
9747
|
+
settingTickBox: {
|
|
9748
|
+
isSkipUserNameNoneEnglish: boolean;
|
|
9749
|
+
isSkipUserNameContainIcons: boolean;
|
|
9750
|
+
isSkipFollowWhenUnFollowed: boolean;
|
|
9751
|
+
isSkipFollowContainLinks: boolean;
|
|
9752
|
+
isSkipBioNoneEnglish: boolean;
|
|
9753
|
+
};
|
|
9730
9754
|
}
|
|
9731
9755
|
|
|
9732
9756
|
interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -9738,7 +9762,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
|
9738
9762
|
noteFix: string;
|
|
9739
9763
|
timeStart: Date;
|
|
9740
9764
|
timeEnd: Date;
|
|
9741
|
-
timezone:
|
|
9765
|
+
timezone: ETimeZone;
|
|
9742
9766
|
listDateOfWeeks: string[];
|
|
9743
9767
|
schedulePostTime: Array<Array<string>>;
|
|
9744
9768
|
}
|
|
@@ -9762,7 +9786,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
|
9762
9786
|
noteFix: string;
|
|
9763
9787
|
timeStart: Date;
|
|
9764
9788
|
timeEnd: Date;
|
|
9765
|
-
timezone:
|
|
9789
|
+
timezone: ETimeZone;
|
|
9766
9790
|
listDateOfWeeks: string[];
|
|
9767
9791
|
schedulePostTime: Array<Array<string>>;
|
|
9768
9792
|
}
|
|
@@ -9779,7 +9803,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
9779
9803
|
noteFix: string;
|
|
9780
9804
|
timeStart: Date;
|
|
9781
9805
|
timeEnd: Date;
|
|
9782
|
-
timezone:
|
|
9806
|
+
timezone: ETimeZone;
|
|
9783
9807
|
listDateOfWeeks: string[];
|
|
9784
9808
|
schedulePostTime: Array<Array<string>>;
|
|
9785
9809
|
}
|
|
@@ -9806,7 +9830,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
9806
9830
|
noteFix: string;
|
|
9807
9831
|
timeStart: Date;
|
|
9808
9832
|
timeEnd: Date;
|
|
9809
|
-
timezone:
|
|
9833
|
+
timezone: ETimeZone;
|
|
9810
9834
|
listDateOfWeeks: string[];
|
|
9811
9835
|
schedulePostTime: Array<Array<string>>;
|
|
9812
9836
|
}
|
|
@@ -9821,7 +9845,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
9821
9845
|
noteFix: string;
|
|
9822
9846
|
timeStart: Date;
|
|
9823
9847
|
timeEnd: Date;
|
|
9824
|
-
timezone:
|
|
9848
|
+
timezone: ETimeZone;
|
|
9825
9849
|
listDateOfWeeks: string[];
|
|
9826
9850
|
schedulePostTime: Array<Array<string>>;
|
|
9827
9851
|
}
|
|
@@ -9846,7 +9870,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
9846
9870
|
noteFix: string;
|
|
9847
9871
|
timeStart: Date;
|
|
9848
9872
|
timeEnd: Date;
|
|
9849
|
-
timezone:
|
|
9873
|
+
timezone: ETimeZone;
|
|
9850
9874
|
listDateOfWeeks: string[];
|
|
9851
9875
|
schedulePostTime: Array<Array<string>>;
|
|
9852
9876
|
}
|
|
@@ -9862,7 +9886,7 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
|
|
|
9862
9886
|
noteFix: string;
|
|
9863
9887
|
timeStart: Date;
|
|
9864
9888
|
timeEnd: Date;
|
|
9865
|
-
timezone:
|
|
9889
|
+
timezone: ETimeZone;
|
|
9866
9890
|
listDateOfWeeks: string[];
|
|
9867
9891
|
schedulePostTime: Array<Array<string>>;
|
|
9868
9892
|
}
|
|
@@ -9888,7 +9912,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
|
9888
9912
|
noteFix: string;
|
|
9889
9913
|
timeStart: Date;
|
|
9890
9914
|
timeEnd: Date;
|
|
9891
|
-
timezone:
|
|
9915
|
+
timezone: ETimeZone;
|
|
9892
9916
|
listDateOfWeeks: string[];
|
|
9893
9917
|
schedulePostTime: Array<Array<string>>;
|
|
9894
9918
|
}
|
|
@@ -9904,9 +9928,14 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
9904
9928
|
noteFix: string;
|
|
9905
9929
|
timeStart: Date;
|
|
9906
9930
|
timeEnd: Date;
|
|
9907
|
-
timezone:
|
|
9931
|
+
timezone: ETimeZone;
|
|
9908
9932
|
listDateOfWeeks: string[];
|
|
9909
9933
|
schedulePostTime: Array<Array<string>>;
|
|
9934
|
+
unFollowPerDay: number;
|
|
9935
|
+
unFollowPerHour: number;
|
|
9936
|
+
isInteractBeforeUnFollow: boolean;
|
|
9937
|
+
numberInteractFrom: number;
|
|
9938
|
+
numberInteractTo: number;
|
|
9910
9939
|
}
|
|
9911
9940
|
interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
9912
9941
|
idea: IBaseRefFieldELS;
|
|
@@ -9930,9 +9959,16 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
9930
9959
|
noteFix: string;
|
|
9931
9960
|
timeStart: Date;
|
|
9932
9961
|
timeEnd: Date;
|
|
9933
|
-
timezone:
|
|
9962
|
+
timezone: ETimeZone;
|
|
9934
9963
|
listDateOfWeeks: string[];
|
|
9935
9964
|
schedulePostTime: Array<Array<string>>;
|
|
9965
|
+
growthFollow: number;
|
|
9966
|
+
timeGrowthFollow: Date;
|
|
9967
|
+
unFollowPerHour: number;
|
|
9968
|
+
unFollowPerDay: number;
|
|
9969
|
+
isInteractBeforeUnFollow: boolean;
|
|
9970
|
+
numberInteractFrom: number;
|
|
9971
|
+
numberInteractTo: number;
|
|
9936
9972
|
}
|
|
9937
9973
|
|
|
9938
9974
|
interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -9942,7 +9978,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
|
9942
9978
|
rowId: string;
|
|
9943
9979
|
timeStart: Date;
|
|
9944
9980
|
timeEnd: Date;
|
|
9945
|
-
timezone:
|
|
9981
|
+
timezone: ETimeZone;
|
|
9946
9982
|
listDateOfWeeks: string[];
|
|
9947
9983
|
schedulePostTime: Array<Array<string>>;
|
|
9948
9984
|
sttAccount: string;
|
|
@@ -9971,7 +10007,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
9971
10007
|
rowId: string;
|
|
9972
10008
|
timeStart: Date;
|
|
9973
10009
|
timeEnd: Date;
|
|
9974
|
-
timezone:
|
|
10010
|
+
timezone: ETimeZone;
|
|
9975
10011
|
listDateOfWeeks: string[];
|
|
9976
10012
|
schedulePostTime: Array<Array<string>>;
|
|
9977
10013
|
sttAccount: string;
|
|
@@ -9990,7 +10026,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
9990
10026
|
rowId: string;
|
|
9991
10027
|
timeStart: Date;
|
|
9992
10028
|
timeEnd: Date;
|
|
9993
|
-
timezone:
|
|
10029
|
+
timezone: ETimeZone;
|
|
9994
10030
|
listDateOfWeeks: string[];
|
|
9995
10031
|
schedulePostTime: Array<Array<string>>;
|
|
9996
10032
|
sttAccount: string;
|
|
@@ -10031,7 +10067,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
10031
10067
|
rowId: string;
|
|
10032
10068
|
timeStart: Date;
|
|
10033
10069
|
timeEnd: Date;
|
|
10034
|
-
timezone:
|
|
10070
|
+
timezone: ETimeZone;
|
|
10035
10071
|
listDateOfWeeks: string[];
|
|
10036
10072
|
schedulePostTime: Array<Array<string>>;
|
|
10037
10073
|
sttAccount: string;
|
|
@@ -10062,7 +10098,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
10062
10098
|
rowId: string;
|
|
10063
10099
|
timeStart: Date;
|
|
10064
10100
|
timeEnd: Date;
|
|
10065
|
-
timezone:
|
|
10101
|
+
timezone: ETimeZone;
|
|
10066
10102
|
listDateOfWeeks: string[];
|
|
10067
10103
|
schedulePostTime: Array<Array<string>>;
|
|
10068
10104
|
sttAccount: string;
|
|
@@ -10103,7 +10139,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
10103
10139
|
rowId: string;
|
|
10104
10140
|
timeStart: Date;
|
|
10105
10141
|
timeEnd: Date;
|
|
10106
|
-
timezone:
|
|
10142
|
+
timezone: ETimeZone;
|
|
10107
10143
|
listDateOfWeeks: string[];
|
|
10108
10144
|
schedulePostTime: Array<Array<string>>;
|
|
10109
10145
|
sttAccount: string;
|
|
@@ -10134,7 +10170,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
|
10134
10170
|
rowId: string;
|
|
10135
10171
|
timeStart: Date;
|
|
10136
10172
|
timeEnd: Date;
|
|
10137
|
-
timezone:
|
|
10173
|
+
timezone: ETimeZone;
|
|
10138
10174
|
listDateOfWeeks: string[];
|
|
10139
10175
|
schedulePostTime: Array<Array<string>>;
|
|
10140
10176
|
sttAccount: string;
|
|
@@ -10169,7 +10205,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
10169
10205
|
rowId: string;
|
|
10170
10206
|
timeStart: Date;
|
|
10171
10207
|
timeEnd: Date;
|
|
10172
|
-
timezone:
|
|
10208
|
+
timezone: ETimeZone;
|
|
10173
10209
|
listDateOfWeeks: string[];
|
|
10174
10210
|
schedulePostTime: Array<Array<string>>;
|
|
10175
10211
|
sttAccount: string;
|
|
@@ -10194,7 +10230,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
10194
10230
|
rowId: string;
|
|
10195
10231
|
timeStart: Date;
|
|
10196
10232
|
timeEnd: Date;
|
|
10197
|
-
timezone:
|
|
10233
|
+
timezone: ETimeZone;
|
|
10198
10234
|
listDateOfWeeks: string[];
|
|
10199
10235
|
schedulePostTime: Array<Array<string>>;
|
|
10200
10236
|
sttAccount: string;
|
|
@@ -10227,7 +10263,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
10227
10263
|
rowId: string;
|
|
10228
10264
|
timeStart: Date;
|
|
10229
10265
|
timeEnd: Date;
|
|
10230
|
-
timezone:
|
|
10266
|
+
timezone: ETimeZone;
|
|
10231
10267
|
listDateOfWeeks: string[];
|
|
10232
10268
|
schedulePostTime: Array<Array<string>>;
|
|
10233
10269
|
sttAccount: string;
|
|
@@ -10972,7 +11008,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10972
11008
|
noteFix: string;
|
|
10973
11009
|
timeStart: Date;
|
|
10974
11010
|
timeEnd: Date;
|
|
10975
|
-
timezone:
|
|
11011
|
+
timezone: ETimeZone;
|
|
10976
11012
|
listDateOfWeeks: string[];
|
|
10977
11013
|
schedulePostTime: Array<Array<string>>;
|
|
10978
11014
|
}
|
|
@@ -11006,7 +11042,7 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
11006
11042
|
noteFix: string;
|
|
11007
11043
|
timeStart: Date;
|
|
11008
11044
|
timeEnd: Date;
|
|
11009
|
-
timezone:
|
|
11045
|
+
timezone: ETimeZone;
|
|
11010
11046
|
listDateOfWeeks: string[];
|
|
11011
11047
|
schedulePostTime: Array<Array<string>>;
|
|
11012
11048
|
}
|
|
@@ -11022,7 +11058,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
|
|
|
11022
11058
|
noteFix: string;
|
|
11023
11059
|
timeStart: Date;
|
|
11024
11060
|
timeEnd: Date;
|
|
11025
|
-
timezone:
|
|
11061
|
+
timezone: ETimeZone;
|
|
11026
11062
|
listDateOfWeeks: string[];
|
|
11027
11063
|
schedulePostTime: Array<Array<string>>;
|
|
11028
11064
|
}
|
|
@@ -11048,7 +11084,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
11048
11084
|
noteFix: string;
|
|
11049
11085
|
timeStart: Date;
|
|
11050
11086
|
timeEnd: Date;
|
|
11051
|
-
timezone:
|
|
11087
|
+
timezone: ETimeZone;
|
|
11052
11088
|
listDateOfWeeks: string[];
|
|
11053
11089
|
schedulePostTime: Array<Array<string>>;
|
|
11054
11090
|
}
|
|
@@ -11064,7 +11100,7 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
|
|
|
11064
11100
|
noteFix: string;
|
|
11065
11101
|
timeStart: Date;
|
|
11066
11102
|
timeEnd: Date;
|
|
11067
|
-
timezone:
|
|
11103
|
+
timezone: ETimeZone;
|
|
11068
11104
|
listDateOfWeeks: string[];
|
|
11069
11105
|
schedulePostTime: Array<Array<string>>;
|
|
11070
11106
|
}
|
|
@@ -11090,7 +11126,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
11090
11126
|
noteFix: string;
|
|
11091
11127
|
timeStart: Date;
|
|
11092
11128
|
timeEnd: Date;
|
|
11093
|
-
timezone:
|
|
11129
|
+
timezone: ETimeZone;
|
|
11094
11130
|
listDateOfWeeks: string[];
|
|
11095
11131
|
schedulePostTime: Array<Array<string>>;
|
|
11096
11132
|
}
|
|
@@ -11105,7 +11141,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
|
|
|
11105
11141
|
noteFix: string;
|
|
11106
11142
|
timeStart: Date;
|
|
11107
11143
|
timeEnd: Date;
|
|
11108
|
-
timezone:
|
|
11144
|
+
timezone: ETimeZone;
|
|
11109
11145
|
listDateOfWeeks: string[];
|
|
11110
11146
|
schedulePostTime: Array<Array<string>>;
|
|
11111
11147
|
}
|
|
@@ -11130,7 +11166,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
11130
11166
|
noteFix: string;
|
|
11131
11167
|
timeStart: Date;
|
|
11132
11168
|
timeEnd: Date;
|
|
11133
|
-
timezone:
|
|
11169
|
+
timezone: ETimeZone;
|
|
11134
11170
|
listDateOfWeeks: string[];
|
|
11135
11171
|
schedulePostTime: Array<Array<string>>;
|
|
11136
11172
|
}
|
|
@@ -11146,7 +11182,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
|
|
|
11146
11182
|
noteFix: string;
|
|
11147
11183
|
timeStart: Date;
|
|
11148
11184
|
timeEnd: Date;
|
|
11149
|
-
timezone:
|
|
11185
|
+
timezone: ETimeZone;
|
|
11150
11186
|
listDateOfWeeks: string[];
|
|
11151
11187
|
schedulePostTime: Array<Array<string>>;
|
|
11152
11188
|
}
|
|
@@ -11172,7 +11208,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
11172
11208
|
noteFix: string;
|
|
11173
11209
|
timeStart: Date;
|
|
11174
11210
|
timeEnd: Date;
|
|
11175
|
-
timezone:
|
|
11211
|
+
timezone: ETimeZone;
|
|
11176
11212
|
listDateOfWeeks: string[];
|
|
11177
11213
|
schedulePostTime: Array<Array<string>>;
|
|
11178
11214
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -9591,6 +9591,8 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<I
|
|
|
9591
9591
|
timeDelayInteractPerOperatorTo: number;
|
|
9592
9592
|
isTimeUs: boolean;
|
|
9593
9593
|
isInteractBeforeUnFollow: boolean;
|
|
9594
|
+
numberInteractFrom: number;
|
|
9595
|
+
numberInteractTo: number;
|
|
9594
9596
|
status: EStatusActive;
|
|
9595
9597
|
}
|
|
9596
9598
|
|
|
@@ -9618,7 +9620,7 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
|
|
|
9618
9620
|
status: EStatusTaskScript;
|
|
9619
9621
|
noteFix: string;
|
|
9620
9622
|
timeEnd: Date;
|
|
9621
|
-
timezone:
|
|
9623
|
+
timezone: ETimeZone;
|
|
9622
9624
|
listDateOfWeeks: string[];
|
|
9623
9625
|
schedulePostTime: Array<Array<string>>;
|
|
9624
9626
|
}
|
|
@@ -9642,7 +9644,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
9642
9644
|
noteFix: string;
|
|
9643
9645
|
timeStart: Date;
|
|
9644
9646
|
timeEnd: Date;
|
|
9645
|
-
timezone:
|
|
9647
|
+
timezone: ETimeZone;
|
|
9646
9648
|
listDateOfWeeks: string[];
|
|
9647
9649
|
schedulePostTime: Array<Array<string>>;
|
|
9648
9650
|
}
|
|
@@ -9657,7 +9659,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
|
9657
9659
|
noteFix: string;
|
|
9658
9660
|
timeStart: Date;
|
|
9659
9661
|
timeEnd: Date;
|
|
9660
|
-
timezone:
|
|
9662
|
+
timezone: ETimeZone;
|
|
9661
9663
|
listDateOfWeeks: string[];
|
|
9662
9664
|
schedulePostTime: Array<Array<string>>;
|
|
9663
9665
|
}
|
|
@@ -9682,7 +9684,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
|
9682
9684
|
noteFix: string;
|
|
9683
9685
|
timeStart: Date;
|
|
9684
9686
|
timeEnd: Date;
|
|
9685
|
-
timezone:
|
|
9687
|
+
timezone: ETimeZone;
|
|
9686
9688
|
listDateOfWeeks: string[];
|
|
9687
9689
|
schedulePostTime: Array<Array<string>>;
|
|
9688
9690
|
}
|
|
@@ -9698,9 +9700,19 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
9698
9700
|
noteFix: string;
|
|
9699
9701
|
timeStart: Date;
|
|
9700
9702
|
timeEnd: Date;
|
|
9701
|
-
timezone:
|
|
9703
|
+
timezone: ETimeZone;
|
|
9702
9704
|
listDateOfWeeks: string[];
|
|
9703
9705
|
schedulePostTime: Array<Array<string>>;
|
|
9706
|
+
isInteractUserFollower: boolean;
|
|
9707
|
+
isInteractUserFollowing: boolean;
|
|
9708
|
+
isInteractCurrentUser: boolean;
|
|
9709
|
+
settingTickBox: {
|
|
9710
|
+
isSkipUserNameNoneEnglish: boolean;
|
|
9711
|
+
isSkipUserNameContainIcons: boolean;
|
|
9712
|
+
isSkipFollowWhenUnFollowed: boolean;
|
|
9713
|
+
isSkipFollowContainLinks: boolean;
|
|
9714
|
+
isSkipBioNoneEnglish: boolean;
|
|
9715
|
+
};
|
|
9704
9716
|
}
|
|
9705
9717
|
interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
9706
9718
|
idea: IBaseRefFieldELS;
|
|
@@ -9724,9 +9736,21 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
9724
9736
|
noteFix: string;
|
|
9725
9737
|
timeStart: Date;
|
|
9726
9738
|
timeEnd: Date;
|
|
9727
|
-
timezone:
|
|
9739
|
+
timezone: ETimeZone;
|
|
9728
9740
|
listDateOfWeeks: string[];
|
|
9729
9741
|
schedulePostTime: Array<Array<string>>;
|
|
9742
|
+
growthFollow: number;
|
|
9743
|
+
timeGrowthFollow: Date;
|
|
9744
|
+
isInteractUserFollower: boolean;
|
|
9745
|
+
isInteractUserFollowing: boolean;
|
|
9746
|
+
isInteractCurrentUser: boolean;
|
|
9747
|
+
settingTickBox: {
|
|
9748
|
+
isSkipUserNameNoneEnglish: boolean;
|
|
9749
|
+
isSkipUserNameContainIcons: boolean;
|
|
9750
|
+
isSkipFollowWhenUnFollowed: boolean;
|
|
9751
|
+
isSkipFollowContainLinks: boolean;
|
|
9752
|
+
isSkipBioNoneEnglish: boolean;
|
|
9753
|
+
};
|
|
9730
9754
|
}
|
|
9731
9755
|
|
|
9732
9756
|
interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -9738,7 +9762,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
|
9738
9762
|
noteFix: string;
|
|
9739
9763
|
timeStart: Date;
|
|
9740
9764
|
timeEnd: Date;
|
|
9741
|
-
timezone:
|
|
9765
|
+
timezone: ETimeZone;
|
|
9742
9766
|
listDateOfWeeks: string[];
|
|
9743
9767
|
schedulePostTime: Array<Array<string>>;
|
|
9744
9768
|
}
|
|
@@ -9762,7 +9786,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
|
9762
9786
|
noteFix: string;
|
|
9763
9787
|
timeStart: Date;
|
|
9764
9788
|
timeEnd: Date;
|
|
9765
|
-
timezone:
|
|
9789
|
+
timezone: ETimeZone;
|
|
9766
9790
|
listDateOfWeeks: string[];
|
|
9767
9791
|
schedulePostTime: Array<Array<string>>;
|
|
9768
9792
|
}
|
|
@@ -9779,7 +9803,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
9779
9803
|
noteFix: string;
|
|
9780
9804
|
timeStart: Date;
|
|
9781
9805
|
timeEnd: Date;
|
|
9782
|
-
timezone:
|
|
9806
|
+
timezone: ETimeZone;
|
|
9783
9807
|
listDateOfWeeks: string[];
|
|
9784
9808
|
schedulePostTime: Array<Array<string>>;
|
|
9785
9809
|
}
|
|
@@ -9806,7 +9830,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
9806
9830
|
noteFix: string;
|
|
9807
9831
|
timeStart: Date;
|
|
9808
9832
|
timeEnd: Date;
|
|
9809
|
-
timezone:
|
|
9833
|
+
timezone: ETimeZone;
|
|
9810
9834
|
listDateOfWeeks: string[];
|
|
9811
9835
|
schedulePostTime: Array<Array<string>>;
|
|
9812
9836
|
}
|
|
@@ -9821,7 +9845,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
9821
9845
|
noteFix: string;
|
|
9822
9846
|
timeStart: Date;
|
|
9823
9847
|
timeEnd: Date;
|
|
9824
|
-
timezone:
|
|
9848
|
+
timezone: ETimeZone;
|
|
9825
9849
|
listDateOfWeeks: string[];
|
|
9826
9850
|
schedulePostTime: Array<Array<string>>;
|
|
9827
9851
|
}
|
|
@@ -9846,7 +9870,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
9846
9870
|
noteFix: string;
|
|
9847
9871
|
timeStart: Date;
|
|
9848
9872
|
timeEnd: Date;
|
|
9849
|
-
timezone:
|
|
9873
|
+
timezone: ETimeZone;
|
|
9850
9874
|
listDateOfWeeks: string[];
|
|
9851
9875
|
schedulePostTime: Array<Array<string>>;
|
|
9852
9876
|
}
|
|
@@ -9862,7 +9886,7 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
|
|
|
9862
9886
|
noteFix: string;
|
|
9863
9887
|
timeStart: Date;
|
|
9864
9888
|
timeEnd: Date;
|
|
9865
|
-
timezone:
|
|
9889
|
+
timezone: ETimeZone;
|
|
9866
9890
|
listDateOfWeeks: string[];
|
|
9867
9891
|
schedulePostTime: Array<Array<string>>;
|
|
9868
9892
|
}
|
|
@@ -9888,7 +9912,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
|
9888
9912
|
noteFix: string;
|
|
9889
9913
|
timeStart: Date;
|
|
9890
9914
|
timeEnd: Date;
|
|
9891
|
-
timezone:
|
|
9915
|
+
timezone: ETimeZone;
|
|
9892
9916
|
listDateOfWeeks: string[];
|
|
9893
9917
|
schedulePostTime: Array<Array<string>>;
|
|
9894
9918
|
}
|
|
@@ -9904,9 +9928,14 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
9904
9928
|
noteFix: string;
|
|
9905
9929
|
timeStart: Date;
|
|
9906
9930
|
timeEnd: Date;
|
|
9907
|
-
timezone:
|
|
9931
|
+
timezone: ETimeZone;
|
|
9908
9932
|
listDateOfWeeks: string[];
|
|
9909
9933
|
schedulePostTime: Array<Array<string>>;
|
|
9934
|
+
unFollowPerDay: number;
|
|
9935
|
+
unFollowPerHour: number;
|
|
9936
|
+
isInteractBeforeUnFollow: boolean;
|
|
9937
|
+
numberInteractFrom: number;
|
|
9938
|
+
numberInteractTo: number;
|
|
9910
9939
|
}
|
|
9911
9940
|
interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
9912
9941
|
idea: IBaseRefFieldELS;
|
|
@@ -9930,9 +9959,16 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
9930
9959
|
noteFix: string;
|
|
9931
9960
|
timeStart: Date;
|
|
9932
9961
|
timeEnd: Date;
|
|
9933
|
-
timezone:
|
|
9962
|
+
timezone: ETimeZone;
|
|
9934
9963
|
listDateOfWeeks: string[];
|
|
9935
9964
|
schedulePostTime: Array<Array<string>>;
|
|
9965
|
+
growthFollow: number;
|
|
9966
|
+
timeGrowthFollow: Date;
|
|
9967
|
+
unFollowPerHour: number;
|
|
9968
|
+
unFollowPerDay: number;
|
|
9969
|
+
isInteractBeforeUnFollow: boolean;
|
|
9970
|
+
numberInteractFrom: number;
|
|
9971
|
+
numberInteractTo: number;
|
|
9936
9972
|
}
|
|
9937
9973
|
|
|
9938
9974
|
interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
@@ -9942,7 +9978,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
|
9942
9978
|
rowId: string;
|
|
9943
9979
|
timeStart: Date;
|
|
9944
9980
|
timeEnd: Date;
|
|
9945
|
-
timezone:
|
|
9981
|
+
timezone: ETimeZone;
|
|
9946
9982
|
listDateOfWeeks: string[];
|
|
9947
9983
|
schedulePostTime: Array<Array<string>>;
|
|
9948
9984
|
sttAccount: string;
|
|
@@ -9971,7 +10007,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
9971
10007
|
rowId: string;
|
|
9972
10008
|
timeStart: Date;
|
|
9973
10009
|
timeEnd: Date;
|
|
9974
|
-
timezone:
|
|
10010
|
+
timezone: ETimeZone;
|
|
9975
10011
|
listDateOfWeeks: string[];
|
|
9976
10012
|
schedulePostTime: Array<Array<string>>;
|
|
9977
10013
|
sttAccount: string;
|
|
@@ -9990,7 +10026,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
9990
10026
|
rowId: string;
|
|
9991
10027
|
timeStart: Date;
|
|
9992
10028
|
timeEnd: Date;
|
|
9993
|
-
timezone:
|
|
10029
|
+
timezone: ETimeZone;
|
|
9994
10030
|
listDateOfWeeks: string[];
|
|
9995
10031
|
schedulePostTime: Array<Array<string>>;
|
|
9996
10032
|
sttAccount: string;
|
|
@@ -10031,7 +10067,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
10031
10067
|
rowId: string;
|
|
10032
10068
|
timeStart: Date;
|
|
10033
10069
|
timeEnd: Date;
|
|
10034
|
-
timezone:
|
|
10070
|
+
timezone: ETimeZone;
|
|
10035
10071
|
listDateOfWeeks: string[];
|
|
10036
10072
|
schedulePostTime: Array<Array<string>>;
|
|
10037
10073
|
sttAccount: string;
|
|
@@ -10062,7 +10098,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
10062
10098
|
rowId: string;
|
|
10063
10099
|
timeStart: Date;
|
|
10064
10100
|
timeEnd: Date;
|
|
10065
|
-
timezone:
|
|
10101
|
+
timezone: ETimeZone;
|
|
10066
10102
|
listDateOfWeeks: string[];
|
|
10067
10103
|
schedulePostTime: Array<Array<string>>;
|
|
10068
10104
|
sttAccount: string;
|
|
@@ -10103,7 +10139,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
10103
10139
|
rowId: string;
|
|
10104
10140
|
timeStart: Date;
|
|
10105
10141
|
timeEnd: Date;
|
|
10106
|
-
timezone:
|
|
10142
|
+
timezone: ETimeZone;
|
|
10107
10143
|
listDateOfWeeks: string[];
|
|
10108
10144
|
schedulePostTime: Array<Array<string>>;
|
|
10109
10145
|
sttAccount: string;
|
|
@@ -10134,7 +10170,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
|
10134
10170
|
rowId: string;
|
|
10135
10171
|
timeStart: Date;
|
|
10136
10172
|
timeEnd: Date;
|
|
10137
|
-
timezone:
|
|
10173
|
+
timezone: ETimeZone;
|
|
10138
10174
|
listDateOfWeeks: string[];
|
|
10139
10175
|
schedulePostTime: Array<Array<string>>;
|
|
10140
10176
|
sttAccount: string;
|
|
@@ -10169,7 +10205,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
10169
10205
|
rowId: string;
|
|
10170
10206
|
timeStart: Date;
|
|
10171
10207
|
timeEnd: Date;
|
|
10172
|
-
timezone:
|
|
10208
|
+
timezone: ETimeZone;
|
|
10173
10209
|
listDateOfWeeks: string[];
|
|
10174
10210
|
schedulePostTime: Array<Array<string>>;
|
|
10175
10211
|
sttAccount: string;
|
|
@@ -10194,7 +10230,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
10194
10230
|
rowId: string;
|
|
10195
10231
|
timeStart: Date;
|
|
10196
10232
|
timeEnd: Date;
|
|
10197
|
-
timezone:
|
|
10233
|
+
timezone: ETimeZone;
|
|
10198
10234
|
listDateOfWeeks: string[];
|
|
10199
10235
|
schedulePostTime: Array<Array<string>>;
|
|
10200
10236
|
sttAccount: string;
|
|
@@ -10227,7 +10263,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
10227
10263
|
rowId: string;
|
|
10228
10264
|
timeStart: Date;
|
|
10229
10265
|
timeEnd: Date;
|
|
10230
|
-
timezone:
|
|
10266
|
+
timezone: ETimeZone;
|
|
10231
10267
|
listDateOfWeeks: string[];
|
|
10232
10268
|
schedulePostTime: Array<Array<string>>;
|
|
10233
10269
|
sttAccount: string;
|
|
@@ -10972,7 +11008,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10972
11008
|
noteFix: string;
|
|
10973
11009
|
timeStart: Date;
|
|
10974
11010
|
timeEnd: Date;
|
|
10975
|
-
timezone:
|
|
11011
|
+
timezone: ETimeZone;
|
|
10976
11012
|
listDateOfWeeks: string[];
|
|
10977
11013
|
schedulePostTime: Array<Array<string>>;
|
|
10978
11014
|
}
|
|
@@ -11006,7 +11042,7 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
11006
11042
|
noteFix: string;
|
|
11007
11043
|
timeStart: Date;
|
|
11008
11044
|
timeEnd: Date;
|
|
11009
|
-
timezone:
|
|
11045
|
+
timezone: ETimeZone;
|
|
11010
11046
|
listDateOfWeeks: string[];
|
|
11011
11047
|
schedulePostTime: Array<Array<string>>;
|
|
11012
11048
|
}
|
|
@@ -11022,7 +11058,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
|
|
|
11022
11058
|
noteFix: string;
|
|
11023
11059
|
timeStart: Date;
|
|
11024
11060
|
timeEnd: Date;
|
|
11025
|
-
timezone:
|
|
11061
|
+
timezone: ETimeZone;
|
|
11026
11062
|
listDateOfWeeks: string[];
|
|
11027
11063
|
schedulePostTime: Array<Array<string>>;
|
|
11028
11064
|
}
|
|
@@ -11048,7 +11084,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
11048
11084
|
noteFix: string;
|
|
11049
11085
|
timeStart: Date;
|
|
11050
11086
|
timeEnd: Date;
|
|
11051
|
-
timezone:
|
|
11087
|
+
timezone: ETimeZone;
|
|
11052
11088
|
listDateOfWeeks: string[];
|
|
11053
11089
|
schedulePostTime: Array<Array<string>>;
|
|
11054
11090
|
}
|
|
@@ -11064,7 +11100,7 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
|
|
|
11064
11100
|
noteFix: string;
|
|
11065
11101
|
timeStart: Date;
|
|
11066
11102
|
timeEnd: Date;
|
|
11067
|
-
timezone:
|
|
11103
|
+
timezone: ETimeZone;
|
|
11068
11104
|
listDateOfWeeks: string[];
|
|
11069
11105
|
schedulePostTime: Array<Array<string>>;
|
|
11070
11106
|
}
|
|
@@ -11090,7 +11126,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
11090
11126
|
noteFix: string;
|
|
11091
11127
|
timeStart: Date;
|
|
11092
11128
|
timeEnd: Date;
|
|
11093
|
-
timezone:
|
|
11129
|
+
timezone: ETimeZone;
|
|
11094
11130
|
listDateOfWeeks: string[];
|
|
11095
11131
|
schedulePostTime: Array<Array<string>>;
|
|
11096
11132
|
}
|
|
@@ -11105,7 +11141,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
|
|
|
11105
11141
|
noteFix: string;
|
|
11106
11142
|
timeStart: Date;
|
|
11107
11143
|
timeEnd: Date;
|
|
11108
|
-
timezone:
|
|
11144
|
+
timezone: ETimeZone;
|
|
11109
11145
|
listDateOfWeeks: string[];
|
|
11110
11146
|
schedulePostTime: Array<Array<string>>;
|
|
11111
11147
|
}
|
|
@@ -11130,7 +11166,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
11130
11166
|
noteFix: string;
|
|
11131
11167
|
timeStart: Date;
|
|
11132
11168
|
timeEnd: Date;
|
|
11133
|
-
timezone:
|
|
11169
|
+
timezone: ETimeZone;
|
|
11134
11170
|
listDateOfWeeks: string[];
|
|
11135
11171
|
schedulePostTime: Array<Array<string>>;
|
|
11136
11172
|
}
|
|
@@ -11146,7 +11182,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
|
|
|
11146
11182
|
noteFix: string;
|
|
11147
11183
|
timeStart: Date;
|
|
11148
11184
|
timeEnd: Date;
|
|
11149
|
-
timezone:
|
|
11185
|
+
timezone: ETimeZone;
|
|
11150
11186
|
listDateOfWeeks: string[];
|
|
11151
11187
|
schedulePostTime: Array<Array<string>>;
|
|
11152
11188
|
}
|
|
@@ -11172,7 +11208,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
11172
11208
|
noteFix: string;
|
|
11173
11209
|
timeStart: Date;
|
|
11174
11210
|
timeEnd: Date;
|
|
11175
|
-
timezone:
|
|
11211
|
+
timezone: ETimeZone;
|
|
11176
11212
|
listDateOfWeeks: string[];
|
|
11177
11213
|
schedulePostTime: Array<Array<string>>;
|
|
11178
11214
|
}
|