automation-lib 5.4.62 → 5.4.65

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 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: string;
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: string;
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: string;
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: string;
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: string;
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;
@@ -9720,13 +9732,25 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9720
9732
  listUsersFollow: Array<string>;
9721
9733
  follower: number;
9722
9734
  following: number;
9735
+ growthFollow: number;
9736
+ timeGrowthFollow: number;
9723
9737
  status: EStatusTaskScript;
9724
9738
  noteFix: string;
9725
9739
  timeStart: Date;
9726
9740
  timeEnd: Date;
9727
- timezone: string;
9741
+ timezone: ETimeZone;
9728
9742
  listDateOfWeeks: string[];
9729
9743
  schedulePostTime: Array<Array<string>>;
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: string;
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: string;
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: string;
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: string;
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: string;
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: string;
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: string;
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: string;
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: string;
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,14 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9930
9959
  noteFix: string;
9931
9960
  timeStart: Date;
9932
9961
  timeEnd: Date;
9933
- timezone: string;
9962
+ timezone: ETimeZone;
9934
9963
  listDateOfWeeks: string[];
9935
9964
  schedulePostTime: Array<Array<string>>;
9965
+ unFollowPerHour: number;
9966
+ unFollowPerDay: number;
9967
+ isInteractBeforeUnFollow: boolean;
9968
+ numberInteractFrom: number;
9969
+ numberInteractTo: number;
9936
9970
  }
9937
9971
 
9938
9972
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9942,7 +9976,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
9942
9976
  rowId: string;
9943
9977
  timeStart: Date;
9944
9978
  timeEnd: Date;
9945
- timezone: string;
9979
+ timezone: ETimeZone;
9946
9980
  listDateOfWeeks: string[];
9947
9981
  schedulePostTime: Array<Array<string>>;
9948
9982
  sttAccount: string;
@@ -9971,7 +10005,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9971
10005
  rowId: string;
9972
10006
  timeStart: Date;
9973
10007
  timeEnd: Date;
9974
- timezone: string;
10008
+ timezone: ETimeZone;
9975
10009
  listDateOfWeeks: string[];
9976
10010
  schedulePostTime: Array<Array<string>>;
9977
10011
  sttAccount: string;
@@ -9990,7 +10024,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
9990
10024
  rowId: string;
9991
10025
  timeStart: Date;
9992
10026
  timeEnd: Date;
9993
- timezone: string;
10027
+ timezone: ETimeZone;
9994
10028
  listDateOfWeeks: string[];
9995
10029
  schedulePostTime: Array<Array<string>>;
9996
10030
  sttAccount: string;
@@ -10031,7 +10065,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
10031
10065
  rowId: string;
10032
10066
  timeStart: Date;
10033
10067
  timeEnd: Date;
10034
- timezone: string;
10068
+ timezone: ETimeZone;
10035
10069
  listDateOfWeeks: string[];
10036
10070
  schedulePostTime: Array<Array<string>>;
10037
10071
  sttAccount: string;
@@ -10062,7 +10096,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
10062
10096
  rowId: string;
10063
10097
  timeStart: Date;
10064
10098
  timeEnd: Date;
10065
- timezone: string;
10099
+ timezone: ETimeZone;
10066
10100
  listDateOfWeeks: string[];
10067
10101
  schedulePostTime: Array<Array<string>>;
10068
10102
  sttAccount: string;
@@ -10103,7 +10137,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
10103
10137
  rowId: string;
10104
10138
  timeStart: Date;
10105
10139
  timeEnd: Date;
10106
- timezone: string;
10140
+ timezone: ETimeZone;
10107
10141
  listDateOfWeeks: string[];
10108
10142
  schedulePostTime: Array<Array<string>>;
10109
10143
  sttAccount: string;
@@ -10134,7 +10168,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
10134
10168
  rowId: string;
10135
10169
  timeStart: Date;
10136
10170
  timeEnd: Date;
10137
- timezone: string;
10171
+ timezone: ETimeZone;
10138
10172
  listDateOfWeeks: string[];
10139
10173
  schedulePostTime: Array<Array<string>>;
10140
10174
  sttAccount: string;
@@ -10169,7 +10203,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
10169
10203
  rowId: string;
10170
10204
  timeStart: Date;
10171
10205
  timeEnd: Date;
10172
- timezone: string;
10206
+ timezone: ETimeZone;
10173
10207
  listDateOfWeeks: string[];
10174
10208
  schedulePostTime: Array<Array<string>>;
10175
10209
  sttAccount: string;
@@ -10194,7 +10228,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
10194
10228
  rowId: string;
10195
10229
  timeStart: Date;
10196
10230
  timeEnd: Date;
10197
- timezone: string;
10231
+ timezone: ETimeZone;
10198
10232
  listDateOfWeeks: string[];
10199
10233
  schedulePostTime: Array<Array<string>>;
10200
10234
  sttAccount: string;
@@ -10227,7 +10261,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
10227
10261
  rowId: string;
10228
10262
  timeStart: Date;
10229
10263
  timeEnd: Date;
10230
- timezone: string;
10264
+ timezone: ETimeZone;
10231
10265
  listDateOfWeeks: string[];
10232
10266
  schedulePostTime: Array<Array<string>>;
10233
10267
  sttAccount: string;
@@ -10972,7 +11006,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
10972
11006
  noteFix: string;
10973
11007
  timeStart: Date;
10974
11008
  timeEnd: Date;
10975
- timezone: string;
11009
+ timezone: ETimeZone;
10976
11010
  listDateOfWeeks: string[];
10977
11011
  schedulePostTime: Array<Array<string>>;
10978
11012
  }
@@ -11006,7 +11040,7 @@ interface IThreadsReportPostELS extends IBaseELS {
11006
11040
  noteFix: string;
11007
11041
  timeStart: Date;
11008
11042
  timeEnd: Date;
11009
- timezone: string;
11043
+ timezone: ETimeZone;
11010
11044
  listDateOfWeeks: string[];
11011
11045
  schedulePostTime: Array<Array<string>>;
11012
11046
  }
@@ -11022,7 +11056,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
11022
11056
  noteFix: string;
11023
11057
  timeStart: Date;
11024
11058
  timeEnd: Date;
11025
- timezone: string;
11059
+ timezone: ETimeZone;
11026
11060
  listDateOfWeeks: string[];
11027
11061
  schedulePostTime: Array<Array<string>>;
11028
11062
  }
@@ -11048,7 +11082,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
11048
11082
  noteFix: string;
11049
11083
  timeStart: Date;
11050
11084
  timeEnd: Date;
11051
- timezone: string;
11085
+ timezone: ETimeZone;
11052
11086
  listDateOfWeeks: string[];
11053
11087
  schedulePostTime: Array<Array<string>>;
11054
11088
  }
@@ -11064,7 +11098,7 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
11064
11098
  noteFix: string;
11065
11099
  timeStart: Date;
11066
11100
  timeEnd: Date;
11067
- timezone: string;
11101
+ timezone: ETimeZone;
11068
11102
  listDateOfWeeks: string[];
11069
11103
  schedulePostTime: Array<Array<string>>;
11070
11104
  }
@@ -11090,7 +11124,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
11090
11124
  noteFix: string;
11091
11125
  timeStart: Date;
11092
11126
  timeEnd: Date;
11093
- timezone: string;
11127
+ timezone: ETimeZone;
11094
11128
  listDateOfWeeks: string[];
11095
11129
  schedulePostTime: Array<Array<string>>;
11096
11130
  }
@@ -11105,7 +11139,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
11105
11139
  noteFix: string;
11106
11140
  timeStart: Date;
11107
11141
  timeEnd: Date;
11108
- timezone: string;
11142
+ timezone: ETimeZone;
11109
11143
  listDateOfWeeks: string[];
11110
11144
  schedulePostTime: Array<Array<string>>;
11111
11145
  }
@@ -11130,7 +11164,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
11130
11164
  noteFix: string;
11131
11165
  timeStart: Date;
11132
11166
  timeEnd: Date;
11133
- timezone: string;
11167
+ timezone: ETimeZone;
11134
11168
  listDateOfWeeks: string[];
11135
11169
  schedulePostTime: Array<Array<string>>;
11136
11170
  }
@@ -11146,7 +11180,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
11146
11180
  noteFix: string;
11147
11181
  timeStart: Date;
11148
11182
  timeEnd: Date;
11149
- timezone: string;
11183
+ timezone: ETimeZone;
11150
11184
  listDateOfWeeks: string[];
11151
11185
  schedulePostTime: Array<Array<string>>;
11152
11186
  }
@@ -11172,7 +11206,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
11172
11206
  noteFix: string;
11173
11207
  timeStart: Date;
11174
11208
  timeEnd: Date;
11175
- timezone: string;
11209
+ timezone: ETimeZone;
11176
11210
  listDateOfWeeks: string[];
11177
11211
  schedulePostTime: Array<Array<string>>;
11178
11212
  }
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: string;
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: string;
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: string;
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: string;
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: string;
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;
@@ -9720,13 +9732,25 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9720
9732
  listUsersFollow: Array<string>;
9721
9733
  follower: number;
9722
9734
  following: number;
9735
+ growthFollow: number;
9736
+ timeGrowthFollow: number;
9723
9737
  status: EStatusTaskScript;
9724
9738
  noteFix: string;
9725
9739
  timeStart: Date;
9726
9740
  timeEnd: Date;
9727
- timezone: string;
9741
+ timezone: ETimeZone;
9728
9742
  listDateOfWeeks: string[];
9729
9743
  schedulePostTime: Array<Array<string>>;
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: string;
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: string;
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: string;
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: string;
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: string;
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: string;
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: string;
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: string;
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: string;
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,14 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9930
9959
  noteFix: string;
9931
9960
  timeStart: Date;
9932
9961
  timeEnd: Date;
9933
- timezone: string;
9962
+ timezone: ETimeZone;
9934
9963
  listDateOfWeeks: string[];
9935
9964
  schedulePostTime: Array<Array<string>>;
9965
+ unFollowPerHour: number;
9966
+ unFollowPerDay: number;
9967
+ isInteractBeforeUnFollow: boolean;
9968
+ numberInteractFrom: number;
9969
+ numberInteractTo: number;
9936
9970
  }
9937
9971
 
9938
9972
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9942,7 +9976,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
9942
9976
  rowId: string;
9943
9977
  timeStart: Date;
9944
9978
  timeEnd: Date;
9945
- timezone: string;
9979
+ timezone: ETimeZone;
9946
9980
  listDateOfWeeks: string[];
9947
9981
  schedulePostTime: Array<Array<string>>;
9948
9982
  sttAccount: string;
@@ -9971,7 +10005,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9971
10005
  rowId: string;
9972
10006
  timeStart: Date;
9973
10007
  timeEnd: Date;
9974
- timezone: string;
10008
+ timezone: ETimeZone;
9975
10009
  listDateOfWeeks: string[];
9976
10010
  schedulePostTime: Array<Array<string>>;
9977
10011
  sttAccount: string;
@@ -9990,7 +10024,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
9990
10024
  rowId: string;
9991
10025
  timeStart: Date;
9992
10026
  timeEnd: Date;
9993
- timezone: string;
10027
+ timezone: ETimeZone;
9994
10028
  listDateOfWeeks: string[];
9995
10029
  schedulePostTime: Array<Array<string>>;
9996
10030
  sttAccount: string;
@@ -10031,7 +10065,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
10031
10065
  rowId: string;
10032
10066
  timeStart: Date;
10033
10067
  timeEnd: Date;
10034
- timezone: string;
10068
+ timezone: ETimeZone;
10035
10069
  listDateOfWeeks: string[];
10036
10070
  schedulePostTime: Array<Array<string>>;
10037
10071
  sttAccount: string;
@@ -10062,7 +10096,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
10062
10096
  rowId: string;
10063
10097
  timeStart: Date;
10064
10098
  timeEnd: Date;
10065
- timezone: string;
10099
+ timezone: ETimeZone;
10066
10100
  listDateOfWeeks: string[];
10067
10101
  schedulePostTime: Array<Array<string>>;
10068
10102
  sttAccount: string;
@@ -10103,7 +10137,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
10103
10137
  rowId: string;
10104
10138
  timeStart: Date;
10105
10139
  timeEnd: Date;
10106
- timezone: string;
10140
+ timezone: ETimeZone;
10107
10141
  listDateOfWeeks: string[];
10108
10142
  schedulePostTime: Array<Array<string>>;
10109
10143
  sttAccount: string;
@@ -10134,7 +10168,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
10134
10168
  rowId: string;
10135
10169
  timeStart: Date;
10136
10170
  timeEnd: Date;
10137
- timezone: string;
10171
+ timezone: ETimeZone;
10138
10172
  listDateOfWeeks: string[];
10139
10173
  schedulePostTime: Array<Array<string>>;
10140
10174
  sttAccount: string;
@@ -10169,7 +10203,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
10169
10203
  rowId: string;
10170
10204
  timeStart: Date;
10171
10205
  timeEnd: Date;
10172
- timezone: string;
10206
+ timezone: ETimeZone;
10173
10207
  listDateOfWeeks: string[];
10174
10208
  schedulePostTime: Array<Array<string>>;
10175
10209
  sttAccount: string;
@@ -10194,7 +10228,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
10194
10228
  rowId: string;
10195
10229
  timeStart: Date;
10196
10230
  timeEnd: Date;
10197
- timezone: string;
10231
+ timezone: ETimeZone;
10198
10232
  listDateOfWeeks: string[];
10199
10233
  schedulePostTime: Array<Array<string>>;
10200
10234
  sttAccount: string;
@@ -10227,7 +10261,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
10227
10261
  rowId: string;
10228
10262
  timeStart: Date;
10229
10263
  timeEnd: Date;
10230
- timezone: string;
10264
+ timezone: ETimeZone;
10231
10265
  listDateOfWeeks: string[];
10232
10266
  schedulePostTime: Array<Array<string>>;
10233
10267
  sttAccount: string;
@@ -10972,7 +11006,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
10972
11006
  noteFix: string;
10973
11007
  timeStart: Date;
10974
11008
  timeEnd: Date;
10975
- timezone: string;
11009
+ timezone: ETimeZone;
10976
11010
  listDateOfWeeks: string[];
10977
11011
  schedulePostTime: Array<Array<string>>;
10978
11012
  }
@@ -11006,7 +11040,7 @@ interface IThreadsReportPostELS extends IBaseELS {
11006
11040
  noteFix: string;
11007
11041
  timeStart: Date;
11008
11042
  timeEnd: Date;
11009
- timezone: string;
11043
+ timezone: ETimeZone;
11010
11044
  listDateOfWeeks: string[];
11011
11045
  schedulePostTime: Array<Array<string>>;
11012
11046
  }
@@ -11022,7 +11056,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
11022
11056
  noteFix: string;
11023
11057
  timeStart: Date;
11024
11058
  timeEnd: Date;
11025
- timezone: string;
11059
+ timezone: ETimeZone;
11026
11060
  listDateOfWeeks: string[];
11027
11061
  schedulePostTime: Array<Array<string>>;
11028
11062
  }
@@ -11048,7 +11082,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
11048
11082
  noteFix: string;
11049
11083
  timeStart: Date;
11050
11084
  timeEnd: Date;
11051
- timezone: string;
11085
+ timezone: ETimeZone;
11052
11086
  listDateOfWeeks: string[];
11053
11087
  schedulePostTime: Array<Array<string>>;
11054
11088
  }
@@ -11064,7 +11098,7 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
11064
11098
  noteFix: string;
11065
11099
  timeStart: Date;
11066
11100
  timeEnd: Date;
11067
- timezone: string;
11101
+ timezone: ETimeZone;
11068
11102
  listDateOfWeeks: string[];
11069
11103
  schedulePostTime: Array<Array<string>>;
11070
11104
  }
@@ -11090,7 +11124,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
11090
11124
  noteFix: string;
11091
11125
  timeStart: Date;
11092
11126
  timeEnd: Date;
11093
- timezone: string;
11127
+ timezone: ETimeZone;
11094
11128
  listDateOfWeeks: string[];
11095
11129
  schedulePostTime: Array<Array<string>>;
11096
11130
  }
@@ -11105,7 +11139,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
11105
11139
  noteFix: string;
11106
11140
  timeStart: Date;
11107
11141
  timeEnd: Date;
11108
- timezone: string;
11142
+ timezone: ETimeZone;
11109
11143
  listDateOfWeeks: string[];
11110
11144
  schedulePostTime: Array<Array<string>>;
11111
11145
  }
@@ -11130,7 +11164,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
11130
11164
  noteFix: string;
11131
11165
  timeStart: Date;
11132
11166
  timeEnd: Date;
11133
- timezone: string;
11167
+ timezone: ETimeZone;
11134
11168
  listDateOfWeeks: string[];
11135
11169
  schedulePostTime: Array<Array<string>>;
11136
11170
  }
@@ -11146,7 +11180,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
11146
11180
  noteFix: string;
11147
11181
  timeStart: Date;
11148
11182
  timeEnd: Date;
11149
- timezone: string;
11183
+ timezone: ETimeZone;
11150
11184
  listDateOfWeeks: string[];
11151
11185
  schedulePostTime: Array<Array<string>>;
11152
11186
  }
@@ -11172,7 +11206,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
11172
11206
  noteFix: string;
11173
11207
  timeStart: Date;
11174
11208
  timeEnd: Date;
11175
- timezone: string;
11209
+ timezone: ETimeZone;
11176
11210
  listDateOfWeeks: string[];
11177
11211
  schedulePostTime: Array<Array<string>>;
11178
11212
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.62",
3
+ "version": "5.4.65",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",