automation-lib 5.4.61 → 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
@@ -7634,25 +7634,24 @@ interface FilterDeviceDto extends IFilterBaseDto {
7634
7634
  idea: string[];
7635
7635
  niche: string[];
7636
7636
  os: ETypeDeviceOS[];
7637
- deviceOld: string[];
7638
- deviceNew: string[];
7639
- deviceCategories: EStatusDeviceCurrent[];
7640
- deviceKey: string[];
7637
+ deviceOldKey: string[];
7638
+ deviceNewKey: string[];
7641
7639
  statusDeviceOld: EStatusDeviceOld[];
7642
7640
  statusDeviceNew: EStatusDeviceNew[];
7643
7641
  statusChangeDeviceNew: EStatusDeviceChangeNew[];
7644
- status: string[];
7645
7642
  statusLogin: EStatusDeviceLoginCHPlayICloud[];
7646
- phoneName: string[];
7647
- runningSocialDevice: EStatusDeviceRunningSocial[];
7643
+ statusReplace: EStatusDeviceReplace[];
7644
+ statusSync: EStatusDeviceSync[];
7645
+ name: string[];
7646
+ statusRunningSocial: EStatusDeviceRunningSocial[];
7648
7647
  statusChangeName: EStatusDeviceChangeName[];
7649
- wifiConnectionStatus: EStatusDeviceConnectWifi[];
7648
+ statusConnectWifi: EStatusDeviceConnectWifi[];
7650
7649
  emailCHPlayICloud: string[];
7651
7650
  vpnAccounts: string[];
7652
7651
  proxyStatus: EStatusProxyChecked[];
7653
7652
  pcName: string[];
7654
7653
  statusPC: EStatusPC[];
7655
- statusDeviceConnectPC: EStatusDeviceConnectPC[];
7654
+ statusConnectPC: EStatusDeviceConnectPC[];
7656
7655
  hubStatus: EStatusDeviceHubStatus[];
7657
7656
  hubConnection: string[];
7658
7657
  department: string[];
@@ -7662,7 +7661,7 @@ interface FilterDeviceDto extends IFilterBaseDto {
7662
7661
  createdAt: [Date, Date];
7663
7662
  updatedAt: [Date, Date];
7664
7663
  timePhoneNumberExpiry: [Date, Date];
7665
- resetDeviceTime: EDeviceResetTime[];
7664
+ resetDeviceTime: number[];
7666
7665
  }
7667
7666
  interface IDeviceAccountSocialBase {
7668
7667
  id: string;
@@ -9592,6 +9591,8 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<I
9592
9591
  timeDelayInteractPerOperatorTo: number;
9593
9592
  isTimeUs: boolean;
9594
9593
  isInteractBeforeUnFollow: boolean;
9594
+ numberInteractFrom: number;
9595
+ numberInteractTo: number;
9595
9596
  status: EStatusActive;
9596
9597
  }
9597
9598
 
@@ -9619,7 +9620,7 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
9619
9620
  status: EStatusTaskScript;
9620
9621
  noteFix: string;
9621
9622
  timeEnd: Date;
9622
- timezone: string;
9623
+ timezone: ETimeZone;
9623
9624
  listDateOfWeeks: string[];
9624
9625
  schedulePostTime: Array<Array<string>>;
9625
9626
  }
@@ -9643,7 +9644,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
9643
9644
  noteFix: string;
9644
9645
  timeStart: Date;
9645
9646
  timeEnd: Date;
9646
- timezone: string;
9647
+ timezone: ETimeZone;
9647
9648
  listDateOfWeeks: string[];
9648
9649
  schedulePostTime: Array<Array<string>>;
9649
9650
  }
@@ -9658,7 +9659,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
9658
9659
  noteFix: string;
9659
9660
  timeStart: Date;
9660
9661
  timeEnd: Date;
9661
- timezone: string;
9662
+ timezone: ETimeZone;
9662
9663
  listDateOfWeeks: string[];
9663
9664
  schedulePostTime: Array<Array<string>>;
9664
9665
  }
@@ -9683,7 +9684,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
9683
9684
  noteFix: string;
9684
9685
  timeStart: Date;
9685
9686
  timeEnd: Date;
9686
- timezone: string;
9687
+ timezone: ETimeZone;
9687
9688
  listDateOfWeeks: string[];
9688
9689
  schedulePostTime: Array<Array<string>>;
9689
9690
  }
@@ -9699,9 +9700,19 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
9699
9700
  noteFix: string;
9700
9701
  timeStart: Date;
9701
9702
  timeEnd: Date;
9702
- timezone: string;
9703
+ timezone: ETimeZone;
9703
9704
  listDateOfWeeks: string[];
9704
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
+ };
9705
9716
  }
9706
9717
  interface IInstagramReportInteractFollowELS extends IBaseELS {
9707
9718
  idea: IBaseRefFieldELS;
@@ -9721,13 +9732,25 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9721
9732
  listUsersFollow: Array<string>;
9722
9733
  follower: number;
9723
9734
  following: number;
9735
+ growthFollow: number;
9736
+ timeGrowthFollow: number;
9724
9737
  status: EStatusTaskScript;
9725
9738
  noteFix: string;
9726
9739
  timeStart: Date;
9727
9740
  timeEnd: Date;
9728
- timezone: string;
9741
+ timezone: ETimeZone;
9729
9742
  listDateOfWeeks: string[];
9730
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
+ };
9731
9754
  }
9732
9755
 
9733
9756
  interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9739,7 +9762,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
9739
9762
  noteFix: string;
9740
9763
  timeStart: Date;
9741
9764
  timeEnd: Date;
9742
- timezone: string;
9765
+ timezone: ETimeZone;
9743
9766
  listDateOfWeeks: string[];
9744
9767
  schedulePostTime: Array<Array<string>>;
9745
9768
  }
@@ -9763,7 +9786,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
9763
9786
  noteFix: string;
9764
9787
  timeStart: Date;
9765
9788
  timeEnd: Date;
9766
- timezone: string;
9789
+ timezone: ETimeZone;
9767
9790
  listDateOfWeeks: string[];
9768
9791
  schedulePostTime: Array<Array<string>>;
9769
9792
  }
@@ -9780,7 +9803,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
9780
9803
  noteFix: string;
9781
9804
  timeStart: Date;
9782
9805
  timeEnd: Date;
9783
- timezone: string;
9806
+ timezone: ETimeZone;
9784
9807
  listDateOfWeeks: string[];
9785
9808
  schedulePostTime: Array<Array<string>>;
9786
9809
  }
@@ -9807,7 +9830,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
9807
9830
  noteFix: string;
9808
9831
  timeStart: Date;
9809
9832
  timeEnd: Date;
9810
- timezone: string;
9833
+ timezone: ETimeZone;
9811
9834
  listDateOfWeeks: string[];
9812
9835
  schedulePostTime: Array<Array<string>>;
9813
9836
  }
@@ -9822,7 +9845,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
9822
9845
  noteFix: string;
9823
9846
  timeStart: Date;
9824
9847
  timeEnd: Date;
9825
- timezone: string;
9848
+ timezone: ETimeZone;
9826
9849
  listDateOfWeeks: string[];
9827
9850
  schedulePostTime: Array<Array<string>>;
9828
9851
  }
@@ -9847,7 +9870,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
9847
9870
  noteFix: string;
9848
9871
  timeStart: Date;
9849
9872
  timeEnd: Date;
9850
- timezone: string;
9873
+ timezone: ETimeZone;
9851
9874
  listDateOfWeeks: string[];
9852
9875
  schedulePostTime: Array<Array<string>>;
9853
9876
  }
@@ -9863,7 +9886,7 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
9863
9886
  noteFix: string;
9864
9887
  timeStart: Date;
9865
9888
  timeEnd: Date;
9866
- timezone: string;
9889
+ timezone: ETimeZone;
9867
9890
  listDateOfWeeks: string[];
9868
9891
  schedulePostTime: Array<Array<string>>;
9869
9892
  }
@@ -9889,7 +9912,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
9889
9912
  noteFix: string;
9890
9913
  timeStart: Date;
9891
9914
  timeEnd: Date;
9892
- timezone: string;
9915
+ timezone: ETimeZone;
9893
9916
  listDateOfWeeks: string[];
9894
9917
  schedulePostTime: Array<Array<string>>;
9895
9918
  }
@@ -9905,9 +9928,14 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
9905
9928
  noteFix: string;
9906
9929
  timeStart: Date;
9907
9930
  timeEnd: Date;
9908
- timezone: string;
9931
+ timezone: ETimeZone;
9909
9932
  listDateOfWeeks: string[];
9910
9933
  schedulePostTime: Array<Array<string>>;
9934
+ unFollowPerDay: number;
9935
+ unFollowPerHour: number;
9936
+ isInteractBeforeUnFollow: boolean;
9937
+ numberInteractFrom: number;
9938
+ numberInteractTo: number;
9911
9939
  }
9912
9940
  interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9913
9941
  idea: IBaseRefFieldELS;
@@ -9931,9 +9959,14 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9931
9959
  noteFix: string;
9932
9960
  timeStart: Date;
9933
9961
  timeEnd: Date;
9934
- timezone: string;
9962
+ timezone: ETimeZone;
9935
9963
  listDateOfWeeks: string[];
9936
9964
  schedulePostTime: Array<Array<string>>;
9965
+ unFollowPerHour: number;
9966
+ unFollowPerDay: number;
9967
+ isInteractBeforeUnFollow: boolean;
9968
+ numberInteractFrom: number;
9969
+ numberInteractTo: number;
9937
9970
  }
9938
9971
 
9939
9972
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9943,7 +9976,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
9943
9976
  rowId: string;
9944
9977
  timeStart: Date;
9945
9978
  timeEnd: Date;
9946
- timezone: string;
9979
+ timezone: ETimeZone;
9947
9980
  listDateOfWeeks: string[];
9948
9981
  schedulePostTime: Array<Array<string>>;
9949
9982
  sttAccount: string;
@@ -9972,7 +10005,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9972
10005
  rowId: string;
9973
10006
  timeStart: Date;
9974
10007
  timeEnd: Date;
9975
- timezone: string;
10008
+ timezone: ETimeZone;
9976
10009
  listDateOfWeeks: string[];
9977
10010
  schedulePostTime: Array<Array<string>>;
9978
10011
  sttAccount: string;
@@ -9991,7 +10024,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
9991
10024
  rowId: string;
9992
10025
  timeStart: Date;
9993
10026
  timeEnd: Date;
9994
- timezone: string;
10027
+ timezone: ETimeZone;
9995
10028
  listDateOfWeeks: string[];
9996
10029
  schedulePostTime: Array<Array<string>>;
9997
10030
  sttAccount: string;
@@ -10032,7 +10065,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
10032
10065
  rowId: string;
10033
10066
  timeStart: Date;
10034
10067
  timeEnd: Date;
10035
- timezone: string;
10068
+ timezone: ETimeZone;
10036
10069
  listDateOfWeeks: string[];
10037
10070
  schedulePostTime: Array<Array<string>>;
10038
10071
  sttAccount: string;
@@ -10063,7 +10096,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
10063
10096
  rowId: string;
10064
10097
  timeStart: Date;
10065
10098
  timeEnd: Date;
10066
- timezone: string;
10099
+ timezone: ETimeZone;
10067
10100
  listDateOfWeeks: string[];
10068
10101
  schedulePostTime: Array<Array<string>>;
10069
10102
  sttAccount: string;
@@ -10104,7 +10137,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
10104
10137
  rowId: string;
10105
10138
  timeStart: Date;
10106
10139
  timeEnd: Date;
10107
- timezone: string;
10140
+ timezone: ETimeZone;
10108
10141
  listDateOfWeeks: string[];
10109
10142
  schedulePostTime: Array<Array<string>>;
10110
10143
  sttAccount: string;
@@ -10135,7 +10168,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
10135
10168
  rowId: string;
10136
10169
  timeStart: Date;
10137
10170
  timeEnd: Date;
10138
- timezone: string;
10171
+ timezone: ETimeZone;
10139
10172
  listDateOfWeeks: string[];
10140
10173
  schedulePostTime: Array<Array<string>>;
10141
10174
  sttAccount: string;
@@ -10170,7 +10203,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
10170
10203
  rowId: string;
10171
10204
  timeStart: Date;
10172
10205
  timeEnd: Date;
10173
- timezone: string;
10206
+ timezone: ETimeZone;
10174
10207
  listDateOfWeeks: string[];
10175
10208
  schedulePostTime: Array<Array<string>>;
10176
10209
  sttAccount: string;
@@ -10195,7 +10228,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
10195
10228
  rowId: string;
10196
10229
  timeStart: Date;
10197
10230
  timeEnd: Date;
10198
- timezone: string;
10231
+ timezone: ETimeZone;
10199
10232
  listDateOfWeeks: string[];
10200
10233
  schedulePostTime: Array<Array<string>>;
10201
10234
  sttAccount: string;
@@ -10228,7 +10261,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
10228
10261
  rowId: string;
10229
10262
  timeStart: Date;
10230
10263
  timeEnd: Date;
10231
- timezone: string;
10264
+ timezone: ETimeZone;
10232
10265
  listDateOfWeeks: string[];
10233
10266
  schedulePostTime: Array<Array<string>>;
10234
10267
  sttAccount: string;
@@ -10973,7 +11006,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
10973
11006
  noteFix: string;
10974
11007
  timeStart: Date;
10975
11008
  timeEnd: Date;
10976
- timezone: string;
11009
+ timezone: ETimeZone;
10977
11010
  listDateOfWeeks: string[];
10978
11011
  schedulePostTime: Array<Array<string>>;
10979
11012
  }
@@ -11007,7 +11040,7 @@ interface IThreadsReportPostELS extends IBaseELS {
11007
11040
  noteFix: string;
11008
11041
  timeStart: Date;
11009
11042
  timeEnd: Date;
11010
- timezone: string;
11043
+ timezone: ETimeZone;
11011
11044
  listDateOfWeeks: string[];
11012
11045
  schedulePostTime: Array<Array<string>>;
11013
11046
  }
@@ -11023,7 +11056,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
11023
11056
  noteFix: string;
11024
11057
  timeStart: Date;
11025
11058
  timeEnd: Date;
11026
- timezone: string;
11059
+ timezone: ETimeZone;
11027
11060
  listDateOfWeeks: string[];
11028
11061
  schedulePostTime: Array<Array<string>>;
11029
11062
  }
@@ -11049,7 +11082,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
11049
11082
  noteFix: string;
11050
11083
  timeStart: Date;
11051
11084
  timeEnd: Date;
11052
- timezone: string;
11085
+ timezone: ETimeZone;
11053
11086
  listDateOfWeeks: string[];
11054
11087
  schedulePostTime: Array<Array<string>>;
11055
11088
  }
@@ -11065,7 +11098,7 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
11065
11098
  noteFix: string;
11066
11099
  timeStart: Date;
11067
11100
  timeEnd: Date;
11068
- timezone: string;
11101
+ timezone: ETimeZone;
11069
11102
  listDateOfWeeks: string[];
11070
11103
  schedulePostTime: Array<Array<string>>;
11071
11104
  }
@@ -11091,7 +11124,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
11091
11124
  noteFix: string;
11092
11125
  timeStart: Date;
11093
11126
  timeEnd: Date;
11094
- timezone: string;
11127
+ timezone: ETimeZone;
11095
11128
  listDateOfWeeks: string[];
11096
11129
  schedulePostTime: Array<Array<string>>;
11097
11130
  }
@@ -11106,7 +11139,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
11106
11139
  noteFix: string;
11107
11140
  timeStart: Date;
11108
11141
  timeEnd: Date;
11109
- timezone: string;
11142
+ timezone: ETimeZone;
11110
11143
  listDateOfWeeks: string[];
11111
11144
  schedulePostTime: Array<Array<string>>;
11112
11145
  }
@@ -11131,7 +11164,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
11131
11164
  noteFix: string;
11132
11165
  timeStart: Date;
11133
11166
  timeEnd: Date;
11134
- timezone: string;
11167
+ timezone: ETimeZone;
11135
11168
  listDateOfWeeks: string[];
11136
11169
  schedulePostTime: Array<Array<string>>;
11137
11170
  }
@@ -11147,7 +11180,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
11147
11180
  noteFix: string;
11148
11181
  timeStart: Date;
11149
11182
  timeEnd: Date;
11150
- timezone: string;
11183
+ timezone: ETimeZone;
11151
11184
  listDateOfWeeks: string[];
11152
11185
  schedulePostTime: Array<Array<string>>;
11153
11186
  }
@@ -11173,7 +11206,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
11173
11206
  noteFix: string;
11174
11207
  timeStart: Date;
11175
11208
  timeEnd: Date;
11176
- timezone: string;
11209
+ timezone: ETimeZone;
11177
11210
  listDateOfWeeks: string[];
11178
11211
  schedulePostTime: Array<Array<string>>;
11179
11212
  }
package/dist/index.d.ts CHANGED
@@ -7634,25 +7634,24 @@ interface FilterDeviceDto extends IFilterBaseDto {
7634
7634
  idea: string[];
7635
7635
  niche: string[];
7636
7636
  os: ETypeDeviceOS[];
7637
- deviceOld: string[];
7638
- deviceNew: string[];
7639
- deviceCategories: EStatusDeviceCurrent[];
7640
- deviceKey: string[];
7637
+ deviceOldKey: string[];
7638
+ deviceNewKey: string[];
7641
7639
  statusDeviceOld: EStatusDeviceOld[];
7642
7640
  statusDeviceNew: EStatusDeviceNew[];
7643
7641
  statusChangeDeviceNew: EStatusDeviceChangeNew[];
7644
- status: string[];
7645
7642
  statusLogin: EStatusDeviceLoginCHPlayICloud[];
7646
- phoneName: string[];
7647
- runningSocialDevice: EStatusDeviceRunningSocial[];
7643
+ statusReplace: EStatusDeviceReplace[];
7644
+ statusSync: EStatusDeviceSync[];
7645
+ name: string[];
7646
+ statusRunningSocial: EStatusDeviceRunningSocial[];
7648
7647
  statusChangeName: EStatusDeviceChangeName[];
7649
- wifiConnectionStatus: EStatusDeviceConnectWifi[];
7648
+ statusConnectWifi: EStatusDeviceConnectWifi[];
7650
7649
  emailCHPlayICloud: string[];
7651
7650
  vpnAccounts: string[];
7652
7651
  proxyStatus: EStatusProxyChecked[];
7653
7652
  pcName: string[];
7654
7653
  statusPC: EStatusPC[];
7655
- statusDeviceConnectPC: EStatusDeviceConnectPC[];
7654
+ statusConnectPC: EStatusDeviceConnectPC[];
7656
7655
  hubStatus: EStatusDeviceHubStatus[];
7657
7656
  hubConnection: string[];
7658
7657
  department: string[];
@@ -7662,7 +7661,7 @@ interface FilterDeviceDto extends IFilterBaseDto {
7662
7661
  createdAt: [Date, Date];
7663
7662
  updatedAt: [Date, Date];
7664
7663
  timePhoneNumberExpiry: [Date, Date];
7665
- resetDeviceTime: EDeviceResetTime[];
7664
+ resetDeviceTime: number[];
7666
7665
  }
7667
7666
  interface IDeviceAccountSocialBase {
7668
7667
  id: string;
@@ -9592,6 +9591,8 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<I
9592
9591
  timeDelayInteractPerOperatorTo: number;
9593
9592
  isTimeUs: boolean;
9594
9593
  isInteractBeforeUnFollow: boolean;
9594
+ numberInteractFrom: number;
9595
+ numberInteractTo: number;
9595
9596
  status: EStatusActive;
9596
9597
  }
9597
9598
 
@@ -9619,7 +9620,7 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
9619
9620
  status: EStatusTaskScript;
9620
9621
  noteFix: string;
9621
9622
  timeEnd: Date;
9622
- timezone: string;
9623
+ timezone: ETimeZone;
9623
9624
  listDateOfWeeks: string[];
9624
9625
  schedulePostTime: Array<Array<string>>;
9625
9626
  }
@@ -9643,7 +9644,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
9643
9644
  noteFix: string;
9644
9645
  timeStart: Date;
9645
9646
  timeEnd: Date;
9646
- timezone: string;
9647
+ timezone: ETimeZone;
9647
9648
  listDateOfWeeks: string[];
9648
9649
  schedulePostTime: Array<Array<string>>;
9649
9650
  }
@@ -9658,7 +9659,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
9658
9659
  noteFix: string;
9659
9660
  timeStart: Date;
9660
9661
  timeEnd: Date;
9661
- timezone: string;
9662
+ timezone: ETimeZone;
9662
9663
  listDateOfWeeks: string[];
9663
9664
  schedulePostTime: Array<Array<string>>;
9664
9665
  }
@@ -9683,7 +9684,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
9683
9684
  noteFix: string;
9684
9685
  timeStart: Date;
9685
9686
  timeEnd: Date;
9686
- timezone: string;
9687
+ timezone: ETimeZone;
9687
9688
  listDateOfWeeks: string[];
9688
9689
  schedulePostTime: Array<Array<string>>;
9689
9690
  }
@@ -9699,9 +9700,19 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
9699
9700
  noteFix: string;
9700
9701
  timeStart: Date;
9701
9702
  timeEnd: Date;
9702
- timezone: string;
9703
+ timezone: ETimeZone;
9703
9704
  listDateOfWeeks: string[];
9704
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
+ };
9705
9716
  }
9706
9717
  interface IInstagramReportInteractFollowELS extends IBaseELS {
9707
9718
  idea: IBaseRefFieldELS;
@@ -9721,13 +9732,25 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9721
9732
  listUsersFollow: Array<string>;
9722
9733
  follower: number;
9723
9734
  following: number;
9735
+ growthFollow: number;
9736
+ timeGrowthFollow: number;
9724
9737
  status: EStatusTaskScript;
9725
9738
  noteFix: string;
9726
9739
  timeStart: Date;
9727
9740
  timeEnd: Date;
9728
- timezone: string;
9741
+ timezone: ETimeZone;
9729
9742
  listDateOfWeeks: string[];
9730
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
+ };
9731
9754
  }
9732
9755
 
9733
9756
  interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9739,7 +9762,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
9739
9762
  noteFix: string;
9740
9763
  timeStart: Date;
9741
9764
  timeEnd: Date;
9742
- timezone: string;
9765
+ timezone: ETimeZone;
9743
9766
  listDateOfWeeks: string[];
9744
9767
  schedulePostTime: Array<Array<string>>;
9745
9768
  }
@@ -9763,7 +9786,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
9763
9786
  noteFix: string;
9764
9787
  timeStart: Date;
9765
9788
  timeEnd: Date;
9766
- timezone: string;
9789
+ timezone: ETimeZone;
9767
9790
  listDateOfWeeks: string[];
9768
9791
  schedulePostTime: Array<Array<string>>;
9769
9792
  }
@@ -9780,7 +9803,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
9780
9803
  noteFix: string;
9781
9804
  timeStart: Date;
9782
9805
  timeEnd: Date;
9783
- timezone: string;
9806
+ timezone: ETimeZone;
9784
9807
  listDateOfWeeks: string[];
9785
9808
  schedulePostTime: Array<Array<string>>;
9786
9809
  }
@@ -9807,7 +9830,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
9807
9830
  noteFix: string;
9808
9831
  timeStart: Date;
9809
9832
  timeEnd: Date;
9810
- timezone: string;
9833
+ timezone: ETimeZone;
9811
9834
  listDateOfWeeks: string[];
9812
9835
  schedulePostTime: Array<Array<string>>;
9813
9836
  }
@@ -9822,7 +9845,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
9822
9845
  noteFix: string;
9823
9846
  timeStart: Date;
9824
9847
  timeEnd: Date;
9825
- timezone: string;
9848
+ timezone: ETimeZone;
9826
9849
  listDateOfWeeks: string[];
9827
9850
  schedulePostTime: Array<Array<string>>;
9828
9851
  }
@@ -9847,7 +9870,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
9847
9870
  noteFix: string;
9848
9871
  timeStart: Date;
9849
9872
  timeEnd: Date;
9850
- timezone: string;
9873
+ timezone: ETimeZone;
9851
9874
  listDateOfWeeks: string[];
9852
9875
  schedulePostTime: Array<Array<string>>;
9853
9876
  }
@@ -9863,7 +9886,7 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
9863
9886
  noteFix: string;
9864
9887
  timeStart: Date;
9865
9888
  timeEnd: Date;
9866
- timezone: string;
9889
+ timezone: ETimeZone;
9867
9890
  listDateOfWeeks: string[];
9868
9891
  schedulePostTime: Array<Array<string>>;
9869
9892
  }
@@ -9889,7 +9912,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
9889
9912
  noteFix: string;
9890
9913
  timeStart: Date;
9891
9914
  timeEnd: Date;
9892
- timezone: string;
9915
+ timezone: ETimeZone;
9893
9916
  listDateOfWeeks: string[];
9894
9917
  schedulePostTime: Array<Array<string>>;
9895
9918
  }
@@ -9905,9 +9928,14 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
9905
9928
  noteFix: string;
9906
9929
  timeStart: Date;
9907
9930
  timeEnd: Date;
9908
- timezone: string;
9931
+ timezone: ETimeZone;
9909
9932
  listDateOfWeeks: string[];
9910
9933
  schedulePostTime: Array<Array<string>>;
9934
+ unFollowPerDay: number;
9935
+ unFollowPerHour: number;
9936
+ isInteractBeforeUnFollow: boolean;
9937
+ numberInteractFrom: number;
9938
+ numberInteractTo: number;
9911
9939
  }
9912
9940
  interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9913
9941
  idea: IBaseRefFieldELS;
@@ -9931,9 +9959,14 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9931
9959
  noteFix: string;
9932
9960
  timeStart: Date;
9933
9961
  timeEnd: Date;
9934
- timezone: string;
9962
+ timezone: ETimeZone;
9935
9963
  listDateOfWeeks: string[];
9936
9964
  schedulePostTime: Array<Array<string>>;
9965
+ unFollowPerHour: number;
9966
+ unFollowPerDay: number;
9967
+ isInteractBeforeUnFollow: boolean;
9968
+ numberInteractFrom: number;
9969
+ numberInteractTo: number;
9937
9970
  }
9938
9971
 
9939
9972
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9943,7 +9976,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
9943
9976
  rowId: string;
9944
9977
  timeStart: Date;
9945
9978
  timeEnd: Date;
9946
- timezone: string;
9979
+ timezone: ETimeZone;
9947
9980
  listDateOfWeeks: string[];
9948
9981
  schedulePostTime: Array<Array<string>>;
9949
9982
  sttAccount: string;
@@ -9972,7 +10005,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9972
10005
  rowId: string;
9973
10006
  timeStart: Date;
9974
10007
  timeEnd: Date;
9975
- timezone: string;
10008
+ timezone: ETimeZone;
9976
10009
  listDateOfWeeks: string[];
9977
10010
  schedulePostTime: Array<Array<string>>;
9978
10011
  sttAccount: string;
@@ -9991,7 +10024,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
9991
10024
  rowId: string;
9992
10025
  timeStart: Date;
9993
10026
  timeEnd: Date;
9994
- timezone: string;
10027
+ timezone: ETimeZone;
9995
10028
  listDateOfWeeks: string[];
9996
10029
  schedulePostTime: Array<Array<string>>;
9997
10030
  sttAccount: string;
@@ -10032,7 +10065,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
10032
10065
  rowId: string;
10033
10066
  timeStart: Date;
10034
10067
  timeEnd: Date;
10035
- timezone: string;
10068
+ timezone: ETimeZone;
10036
10069
  listDateOfWeeks: string[];
10037
10070
  schedulePostTime: Array<Array<string>>;
10038
10071
  sttAccount: string;
@@ -10063,7 +10096,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
10063
10096
  rowId: string;
10064
10097
  timeStart: Date;
10065
10098
  timeEnd: Date;
10066
- timezone: string;
10099
+ timezone: ETimeZone;
10067
10100
  listDateOfWeeks: string[];
10068
10101
  schedulePostTime: Array<Array<string>>;
10069
10102
  sttAccount: string;
@@ -10104,7 +10137,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
10104
10137
  rowId: string;
10105
10138
  timeStart: Date;
10106
10139
  timeEnd: Date;
10107
- timezone: string;
10140
+ timezone: ETimeZone;
10108
10141
  listDateOfWeeks: string[];
10109
10142
  schedulePostTime: Array<Array<string>>;
10110
10143
  sttAccount: string;
@@ -10135,7 +10168,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
10135
10168
  rowId: string;
10136
10169
  timeStart: Date;
10137
10170
  timeEnd: Date;
10138
- timezone: string;
10171
+ timezone: ETimeZone;
10139
10172
  listDateOfWeeks: string[];
10140
10173
  schedulePostTime: Array<Array<string>>;
10141
10174
  sttAccount: string;
@@ -10170,7 +10203,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
10170
10203
  rowId: string;
10171
10204
  timeStart: Date;
10172
10205
  timeEnd: Date;
10173
- timezone: string;
10206
+ timezone: ETimeZone;
10174
10207
  listDateOfWeeks: string[];
10175
10208
  schedulePostTime: Array<Array<string>>;
10176
10209
  sttAccount: string;
@@ -10195,7 +10228,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
10195
10228
  rowId: string;
10196
10229
  timeStart: Date;
10197
10230
  timeEnd: Date;
10198
- timezone: string;
10231
+ timezone: ETimeZone;
10199
10232
  listDateOfWeeks: string[];
10200
10233
  schedulePostTime: Array<Array<string>>;
10201
10234
  sttAccount: string;
@@ -10228,7 +10261,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
10228
10261
  rowId: string;
10229
10262
  timeStart: Date;
10230
10263
  timeEnd: Date;
10231
- timezone: string;
10264
+ timezone: ETimeZone;
10232
10265
  listDateOfWeeks: string[];
10233
10266
  schedulePostTime: Array<Array<string>>;
10234
10267
  sttAccount: string;
@@ -10973,7 +11006,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
10973
11006
  noteFix: string;
10974
11007
  timeStart: Date;
10975
11008
  timeEnd: Date;
10976
- timezone: string;
11009
+ timezone: ETimeZone;
10977
11010
  listDateOfWeeks: string[];
10978
11011
  schedulePostTime: Array<Array<string>>;
10979
11012
  }
@@ -11007,7 +11040,7 @@ interface IThreadsReportPostELS extends IBaseELS {
11007
11040
  noteFix: string;
11008
11041
  timeStart: Date;
11009
11042
  timeEnd: Date;
11010
- timezone: string;
11043
+ timezone: ETimeZone;
11011
11044
  listDateOfWeeks: string[];
11012
11045
  schedulePostTime: Array<Array<string>>;
11013
11046
  }
@@ -11023,7 +11056,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
11023
11056
  noteFix: string;
11024
11057
  timeStart: Date;
11025
11058
  timeEnd: Date;
11026
- timezone: string;
11059
+ timezone: ETimeZone;
11027
11060
  listDateOfWeeks: string[];
11028
11061
  schedulePostTime: Array<Array<string>>;
11029
11062
  }
@@ -11049,7 +11082,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
11049
11082
  noteFix: string;
11050
11083
  timeStart: Date;
11051
11084
  timeEnd: Date;
11052
- timezone: string;
11085
+ timezone: ETimeZone;
11053
11086
  listDateOfWeeks: string[];
11054
11087
  schedulePostTime: Array<Array<string>>;
11055
11088
  }
@@ -11065,7 +11098,7 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
11065
11098
  noteFix: string;
11066
11099
  timeStart: Date;
11067
11100
  timeEnd: Date;
11068
- timezone: string;
11101
+ timezone: ETimeZone;
11069
11102
  listDateOfWeeks: string[];
11070
11103
  schedulePostTime: Array<Array<string>>;
11071
11104
  }
@@ -11091,7 +11124,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
11091
11124
  noteFix: string;
11092
11125
  timeStart: Date;
11093
11126
  timeEnd: Date;
11094
- timezone: string;
11127
+ timezone: ETimeZone;
11095
11128
  listDateOfWeeks: string[];
11096
11129
  schedulePostTime: Array<Array<string>>;
11097
11130
  }
@@ -11106,7 +11139,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
11106
11139
  noteFix: string;
11107
11140
  timeStart: Date;
11108
11141
  timeEnd: Date;
11109
- timezone: string;
11142
+ timezone: ETimeZone;
11110
11143
  listDateOfWeeks: string[];
11111
11144
  schedulePostTime: Array<Array<string>>;
11112
11145
  }
@@ -11131,7 +11164,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
11131
11164
  noteFix: string;
11132
11165
  timeStart: Date;
11133
11166
  timeEnd: Date;
11134
- timezone: string;
11167
+ timezone: ETimeZone;
11135
11168
  listDateOfWeeks: string[];
11136
11169
  schedulePostTime: Array<Array<string>>;
11137
11170
  }
@@ -11147,7 +11180,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
11147
11180
  noteFix: string;
11148
11181
  timeStart: Date;
11149
11182
  timeEnd: Date;
11150
- timezone: string;
11183
+ timezone: ETimeZone;
11151
11184
  listDateOfWeeks: string[];
11152
11185
  schedulePostTime: Array<Array<string>>;
11153
11186
  }
@@ -11173,7 +11206,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
11173
11206
  noteFix: string;
11174
11207
  timeStart: Date;
11175
11208
  timeEnd: Date;
11176
- timezone: string;
11209
+ timezone: ETimeZone;
11177
11210
  listDateOfWeeks: string[];
11178
11211
  schedulePostTime: Array<Array<string>>;
11179
11212
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.61",
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",
package/requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- pyinstaller
2
- pywin32
3
- pytz
4
- webdriver-manager
5
- selenium
6
- undetected-chromedriver
7
- requests
1
+ pyinstaller
2
+ pywin32
3
+ pytz
4
+ webdriver-manager
5
+ selenium
6
+ undetected-chromedriver
7
+ requests
8
8
  rapidfuzz