automation-lib 5.4.51 → 5.4.52
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 +25 -0
- package/dist/index.d.ts +25 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9511,6 +9511,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
9511
9511
|
listUserHidden: string[];
|
|
9512
9512
|
status: EStatusTaskScript;
|
|
9513
9513
|
noteFix: string;
|
|
9514
|
+
timeStart: Date;
|
|
9514
9515
|
timeEnd: Date;
|
|
9515
9516
|
timezone: string;
|
|
9516
9517
|
listDateOfWeeks: string[];
|
|
@@ -9525,6 +9526,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
|
9525
9526
|
isLike: boolean;
|
|
9526
9527
|
status: EStatusTaskScript;
|
|
9527
9528
|
noteFix: string;
|
|
9529
|
+
timeStart: Date;
|
|
9528
9530
|
timeEnd: Date;
|
|
9529
9531
|
timezone: string;
|
|
9530
9532
|
listDateOfWeeks: string[];
|
|
@@ -9550,6 +9552,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
|
9550
9552
|
isLike: boolean;
|
|
9551
9553
|
status: EStatusTaskScript;
|
|
9552
9554
|
noteFix: string;
|
|
9555
|
+
timeStart: Date;
|
|
9553
9556
|
timeEnd: Date;
|
|
9554
9557
|
timezone: string;
|
|
9555
9558
|
listDateOfWeeks: string[];
|
|
@@ -9565,6 +9568,7 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
9565
9568
|
following: number;
|
|
9566
9569
|
status: EStatusTaskScript;
|
|
9567
9570
|
noteFix: string;
|
|
9571
|
+
timeStart: Date;
|
|
9568
9572
|
timeEnd: Date;
|
|
9569
9573
|
timezone: string;
|
|
9570
9574
|
listDateOfWeeks: string[];
|
|
@@ -9591,6 +9595,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
9591
9595
|
following: number;
|
|
9592
9596
|
status: EStatusTaskScript;
|
|
9593
9597
|
noteFix: string;
|
|
9598
|
+
timeStart: Date;
|
|
9594
9599
|
timeEnd: Date;
|
|
9595
9600
|
timezone: string;
|
|
9596
9601
|
listDateOfWeeks: string[];
|
|
@@ -9604,6 +9609,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
|
9604
9609
|
isLike: boolean;
|
|
9605
9610
|
status: EStatusTaskScript;
|
|
9606
9611
|
noteFix: string;
|
|
9612
|
+
timeStart: Date;
|
|
9607
9613
|
timeEnd: Date;
|
|
9608
9614
|
timezone: string;
|
|
9609
9615
|
listDateOfWeeks: string[];
|
|
@@ -9628,6 +9634,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
|
9628
9634
|
isLike: boolean;
|
|
9629
9635
|
status: EStatusTaskScript;
|
|
9630
9636
|
noteFix: string;
|
|
9637
|
+
timeStart: Date;
|
|
9631
9638
|
timeEnd: Date;
|
|
9632
9639
|
timezone: string;
|
|
9633
9640
|
listDateOfWeeks: string[];
|
|
@@ -9644,6 +9651,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
9644
9651
|
commentReplied: string;
|
|
9645
9652
|
status: EStatusTaskScript;
|
|
9646
9653
|
noteFix: string;
|
|
9654
|
+
timeStart: Date;
|
|
9647
9655
|
timeEnd: Date;
|
|
9648
9656
|
timezone: string;
|
|
9649
9657
|
listDateOfWeeks: string[];
|
|
@@ -9671,6 +9679,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
9671
9679
|
commentReplied: string;
|
|
9672
9680
|
status: EStatusTaskScript;
|
|
9673
9681
|
noteFix: string;
|
|
9682
|
+
timeStart: Date;
|
|
9674
9683
|
timeEnd: Date;
|
|
9675
9684
|
timezone: string;
|
|
9676
9685
|
listDateOfWeeks: string[];
|
|
@@ -9685,6 +9694,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
9685
9694
|
messageReply: string;
|
|
9686
9695
|
status: EStatusTaskScript;
|
|
9687
9696
|
noteFix: string;
|
|
9697
|
+
timeStart: Date;
|
|
9688
9698
|
timeEnd: Date;
|
|
9689
9699
|
timezone: string;
|
|
9690
9700
|
listDateOfWeeks: string[];
|
|
@@ -9710,6 +9720,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
9710
9720
|
messageReply: string;
|
|
9711
9721
|
status: EStatusTaskScript;
|
|
9712
9722
|
noteFix: string;
|
|
9723
|
+
timeStart: Date;
|
|
9713
9724
|
timeEnd: Date;
|
|
9714
9725
|
timezone: string;
|
|
9715
9726
|
listDateOfWeeks: string[];
|
|
@@ -9725,6 +9736,7 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
|
|
|
9725
9736
|
isSentMessage: boolean;
|
|
9726
9737
|
status: EStatusTaskScript;
|
|
9727
9738
|
noteFix: string;
|
|
9739
|
+
timeStart: Date;
|
|
9728
9740
|
timeEnd: Date;
|
|
9729
9741
|
timezone: string;
|
|
9730
9742
|
listDateOfWeeks: string[];
|
|
@@ -9751,6 +9763,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
|
9751
9763
|
isSentMessage: boolean;
|
|
9752
9764
|
status: EStatusTaskScript;
|
|
9753
9765
|
noteFix: string;
|
|
9766
|
+
timeStart: Date;
|
|
9754
9767
|
timeEnd: Date;
|
|
9755
9768
|
timezone: string;
|
|
9756
9769
|
listDateOfWeeks: string[];
|
|
@@ -9766,6 +9779,7 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
9766
9779
|
following: number;
|
|
9767
9780
|
status: EStatusTaskScript;
|
|
9768
9781
|
noteFix: string;
|
|
9782
|
+
timeStart: Date;
|
|
9769
9783
|
timeEnd: Date;
|
|
9770
9784
|
timezone: string;
|
|
9771
9785
|
listDateOfWeeks: string[];
|
|
@@ -9792,6 +9806,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
9792
9806
|
following: number;
|
|
9793
9807
|
status: EStatusTaskScript;
|
|
9794
9808
|
noteFix: string;
|
|
9809
|
+
timeStart: Date;
|
|
9795
9810
|
timeEnd: Date;
|
|
9796
9811
|
timezone: string;
|
|
9797
9812
|
listDateOfWeeks: string[];
|
|
@@ -10823,6 +10838,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10823
10838
|
altVideos: string[];
|
|
10824
10839
|
status: EStatusTaskScript;
|
|
10825
10840
|
noteFix: string;
|
|
10841
|
+
timeStart: Date;
|
|
10826
10842
|
timeEnd: Date;
|
|
10827
10843
|
timezone: string;
|
|
10828
10844
|
listDateOfWeeks: string[];
|
|
@@ -10853,6 +10869,7 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
10853
10869
|
altVideos: string[];
|
|
10854
10870
|
status: EStatusTaskScript;
|
|
10855
10871
|
noteFix: string;
|
|
10872
|
+
timeStart: Date;
|
|
10856
10873
|
timeEnd: Date;
|
|
10857
10874
|
timezone: string;
|
|
10858
10875
|
listDateOfWeeks: string[];
|
|
@@ -10868,6 +10885,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
|
|
|
10868
10885
|
listUsersFollow: Array<string>;
|
|
10869
10886
|
status: EStatusTaskScript;
|
|
10870
10887
|
noteFix: string;
|
|
10888
|
+
timeStart: Date;
|
|
10871
10889
|
timeEnd: Date;
|
|
10872
10890
|
timezone: string;
|
|
10873
10891
|
listDateOfWeeks: string[];
|
|
@@ -10890,6 +10908,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
10890
10908
|
listUsersFollow: Array<string>;
|
|
10891
10909
|
status: EStatusTaskScript;
|
|
10892
10910
|
noteFix: string;
|
|
10911
|
+
timeStart: Date;
|
|
10893
10912
|
timeEnd: Date;
|
|
10894
10913
|
timezone: string;
|
|
10895
10914
|
listDateOfWeeks: string[];
|
|
@@ -10905,6 +10924,7 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
|
|
|
10905
10924
|
listUsersUnFollow: Array<string>;
|
|
10906
10925
|
status: EStatusTaskScript;
|
|
10907
10926
|
noteFix: string;
|
|
10927
|
+
timeStart: Date;
|
|
10908
10928
|
timeEnd: Date;
|
|
10909
10929
|
timezone: string;
|
|
10910
10930
|
listDateOfWeeks: string[];
|
|
@@ -10927,6 +10947,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
10927
10947
|
listUsersUnFollow: Array<string>;
|
|
10928
10948
|
status: EStatusTaskScript;
|
|
10929
10949
|
noteFix: string;
|
|
10950
|
+
timeStart: Date;
|
|
10930
10951
|
timeEnd: Date;
|
|
10931
10952
|
timezone: string;
|
|
10932
10953
|
listDateOfWeeks: string[];
|
|
@@ -10941,6 +10962,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
|
|
|
10941
10962
|
messageReply: string;
|
|
10942
10963
|
status: EStatusTaskScript;
|
|
10943
10964
|
noteFix: string;
|
|
10965
|
+
timeStart: Date;
|
|
10944
10966
|
timeEnd: Date;
|
|
10945
10967
|
timezone: string;
|
|
10946
10968
|
listDateOfWeeks: string[];
|
|
@@ -10962,6 +10984,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
10962
10984
|
messageReply: string;
|
|
10963
10985
|
status: EStatusTaskScript;
|
|
10964
10986
|
noteFix: string;
|
|
10987
|
+
timeStart: Date;
|
|
10965
10988
|
timeEnd: Date;
|
|
10966
10989
|
timezone: string;
|
|
10967
10990
|
listDateOfWeeks: string[];
|
|
@@ -10977,6 +11000,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
|
|
|
10977
11000
|
userLink: string;
|
|
10978
11001
|
status: EStatusTaskScript;
|
|
10979
11002
|
noteFix: string;
|
|
11003
|
+
timeStart: Date;
|
|
10980
11004
|
timeEnd: Date;
|
|
10981
11005
|
timezone: string;
|
|
10982
11006
|
listDateOfWeeks: string[];
|
|
@@ -10999,6 +11023,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
10999
11023
|
userLink: string;
|
|
11000
11024
|
status: EStatusTaskScript;
|
|
11001
11025
|
noteFix: string;
|
|
11026
|
+
timeStart: Date;
|
|
11002
11027
|
timeEnd: Date;
|
|
11003
11028
|
timezone: string;
|
|
11004
11029
|
listDateOfWeeks: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -9511,6 +9511,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
9511
9511
|
listUserHidden: string[];
|
|
9512
9512
|
status: EStatusTaskScript;
|
|
9513
9513
|
noteFix: string;
|
|
9514
|
+
timeStart: Date;
|
|
9514
9515
|
timeEnd: Date;
|
|
9515
9516
|
timezone: string;
|
|
9516
9517
|
listDateOfWeeks: string[];
|
|
@@ -9525,6 +9526,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
|
9525
9526
|
isLike: boolean;
|
|
9526
9527
|
status: EStatusTaskScript;
|
|
9527
9528
|
noteFix: string;
|
|
9529
|
+
timeStart: Date;
|
|
9528
9530
|
timeEnd: Date;
|
|
9529
9531
|
timezone: string;
|
|
9530
9532
|
listDateOfWeeks: string[];
|
|
@@ -9550,6 +9552,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
|
9550
9552
|
isLike: boolean;
|
|
9551
9553
|
status: EStatusTaskScript;
|
|
9552
9554
|
noteFix: string;
|
|
9555
|
+
timeStart: Date;
|
|
9553
9556
|
timeEnd: Date;
|
|
9554
9557
|
timezone: string;
|
|
9555
9558
|
listDateOfWeeks: string[];
|
|
@@ -9565,6 +9568,7 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
9565
9568
|
following: number;
|
|
9566
9569
|
status: EStatusTaskScript;
|
|
9567
9570
|
noteFix: string;
|
|
9571
|
+
timeStart: Date;
|
|
9568
9572
|
timeEnd: Date;
|
|
9569
9573
|
timezone: string;
|
|
9570
9574
|
listDateOfWeeks: string[];
|
|
@@ -9591,6 +9595,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
9591
9595
|
following: number;
|
|
9592
9596
|
status: EStatusTaskScript;
|
|
9593
9597
|
noteFix: string;
|
|
9598
|
+
timeStart: Date;
|
|
9594
9599
|
timeEnd: Date;
|
|
9595
9600
|
timezone: string;
|
|
9596
9601
|
listDateOfWeeks: string[];
|
|
@@ -9604,6 +9609,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
|
9604
9609
|
isLike: boolean;
|
|
9605
9610
|
status: EStatusTaskScript;
|
|
9606
9611
|
noteFix: string;
|
|
9612
|
+
timeStart: Date;
|
|
9607
9613
|
timeEnd: Date;
|
|
9608
9614
|
timezone: string;
|
|
9609
9615
|
listDateOfWeeks: string[];
|
|
@@ -9628,6 +9634,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
|
9628
9634
|
isLike: boolean;
|
|
9629
9635
|
status: EStatusTaskScript;
|
|
9630
9636
|
noteFix: string;
|
|
9637
|
+
timeStart: Date;
|
|
9631
9638
|
timeEnd: Date;
|
|
9632
9639
|
timezone: string;
|
|
9633
9640
|
listDateOfWeeks: string[];
|
|
@@ -9644,6 +9651,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
9644
9651
|
commentReplied: string;
|
|
9645
9652
|
status: EStatusTaskScript;
|
|
9646
9653
|
noteFix: string;
|
|
9654
|
+
timeStart: Date;
|
|
9647
9655
|
timeEnd: Date;
|
|
9648
9656
|
timezone: string;
|
|
9649
9657
|
listDateOfWeeks: string[];
|
|
@@ -9671,6 +9679,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
9671
9679
|
commentReplied: string;
|
|
9672
9680
|
status: EStatusTaskScript;
|
|
9673
9681
|
noteFix: string;
|
|
9682
|
+
timeStart: Date;
|
|
9674
9683
|
timeEnd: Date;
|
|
9675
9684
|
timezone: string;
|
|
9676
9685
|
listDateOfWeeks: string[];
|
|
@@ -9685,6 +9694,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
9685
9694
|
messageReply: string;
|
|
9686
9695
|
status: EStatusTaskScript;
|
|
9687
9696
|
noteFix: string;
|
|
9697
|
+
timeStart: Date;
|
|
9688
9698
|
timeEnd: Date;
|
|
9689
9699
|
timezone: string;
|
|
9690
9700
|
listDateOfWeeks: string[];
|
|
@@ -9710,6 +9720,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
9710
9720
|
messageReply: string;
|
|
9711
9721
|
status: EStatusTaskScript;
|
|
9712
9722
|
noteFix: string;
|
|
9723
|
+
timeStart: Date;
|
|
9713
9724
|
timeEnd: Date;
|
|
9714
9725
|
timezone: string;
|
|
9715
9726
|
listDateOfWeeks: string[];
|
|
@@ -9725,6 +9736,7 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
|
|
|
9725
9736
|
isSentMessage: boolean;
|
|
9726
9737
|
status: EStatusTaskScript;
|
|
9727
9738
|
noteFix: string;
|
|
9739
|
+
timeStart: Date;
|
|
9728
9740
|
timeEnd: Date;
|
|
9729
9741
|
timezone: string;
|
|
9730
9742
|
listDateOfWeeks: string[];
|
|
@@ -9751,6 +9763,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
|
9751
9763
|
isSentMessage: boolean;
|
|
9752
9764
|
status: EStatusTaskScript;
|
|
9753
9765
|
noteFix: string;
|
|
9766
|
+
timeStart: Date;
|
|
9754
9767
|
timeEnd: Date;
|
|
9755
9768
|
timezone: string;
|
|
9756
9769
|
listDateOfWeeks: string[];
|
|
@@ -9766,6 +9779,7 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
9766
9779
|
following: number;
|
|
9767
9780
|
status: EStatusTaskScript;
|
|
9768
9781
|
noteFix: string;
|
|
9782
|
+
timeStart: Date;
|
|
9769
9783
|
timeEnd: Date;
|
|
9770
9784
|
timezone: string;
|
|
9771
9785
|
listDateOfWeeks: string[];
|
|
@@ -9792,6 +9806,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
9792
9806
|
following: number;
|
|
9793
9807
|
status: EStatusTaskScript;
|
|
9794
9808
|
noteFix: string;
|
|
9809
|
+
timeStart: Date;
|
|
9795
9810
|
timeEnd: Date;
|
|
9796
9811
|
timezone: string;
|
|
9797
9812
|
listDateOfWeeks: string[];
|
|
@@ -10823,6 +10838,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10823
10838
|
altVideos: string[];
|
|
10824
10839
|
status: EStatusTaskScript;
|
|
10825
10840
|
noteFix: string;
|
|
10841
|
+
timeStart: Date;
|
|
10826
10842
|
timeEnd: Date;
|
|
10827
10843
|
timezone: string;
|
|
10828
10844
|
listDateOfWeeks: string[];
|
|
@@ -10853,6 +10869,7 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
10853
10869
|
altVideos: string[];
|
|
10854
10870
|
status: EStatusTaskScript;
|
|
10855
10871
|
noteFix: string;
|
|
10872
|
+
timeStart: Date;
|
|
10856
10873
|
timeEnd: Date;
|
|
10857
10874
|
timezone: string;
|
|
10858
10875
|
listDateOfWeeks: string[];
|
|
@@ -10868,6 +10885,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
|
|
|
10868
10885
|
listUsersFollow: Array<string>;
|
|
10869
10886
|
status: EStatusTaskScript;
|
|
10870
10887
|
noteFix: string;
|
|
10888
|
+
timeStart: Date;
|
|
10871
10889
|
timeEnd: Date;
|
|
10872
10890
|
timezone: string;
|
|
10873
10891
|
listDateOfWeeks: string[];
|
|
@@ -10890,6 +10908,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
10890
10908
|
listUsersFollow: Array<string>;
|
|
10891
10909
|
status: EStatusTaskScript;
|
|
10892
10910
|
noteFix: string;
|
|
10911
|
+
timeStart: Date;
|
|
10893
10912
|
timeEnd: Date;
|
|
10894
10913
|
timezone: string;
|
|
10895
10914
|
listDateOfWeeks: string[];
|
|
@@ -10905,6 +10924,7 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
|
|
|
10905
10924
|
listUsersUnFollow: Array<string>;
|
|
10906
10925
|
status: EStatusTaskScript;
|
|
10907
10926
|
noteFix: string;
|
|
10927
|
+
timeStart: Date;
|
|
10908
10928
|
timeEnd: Date;
|
|
10909
10929
|
timezone: string;
|
|
10910
10930
|
listDateOfWeeks: string[];
|
|
@@ -10927,6 +10947,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
10927
10947
|
listUsersUnFollow: Array<string>;
|
|
10928
10948
|
status: EStatusTaskScript;
|
|
10929
10949
|
noteFix: string;
|
|
10950
|
+
timeStart: Date;
|
|
10930
10951
|
timeEnd: Date;
|
|
10931
10952
|
timezone: string;
|
|
10932
10953
|
listDateOfWeeks: string[];
|
|
@@ -10941,6 +10962,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
|
|
|
10941
10962
|
messageReply: string;
|
|
10942
10963
|
status: EStatusTaskScript;
|
|
10943
10964
|
noteFix: string;
|
|
10965
|
+
timeStart: Date;
|
|
10944
10966
|
timeEnd: Date;
|
|
10945
10967
|
timezone: string;
|
|
10946
10968
|
listDateOfWeeks: string[];
|
|
@@ -10962,6 +10984,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
10962
10984
|
messageReply: string;
|
|
10963
10985
|
status: EStatusTaskScript;
|
|
10964
10986
|
noteFix: string;
|
|
10987
|
+
timeStart: Date;
|
|
10965
10988
|
timeEnd: Date;
|
|
10966
10989
|
timezone: string;
|
|
10967
10990
|
listDateOfWeeks: string[];
|
|
@@ -10977,6 +11000,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
|
|
|
10977
11000
|
userLink: string;
|
|
10978
11001
|
status: EStatusTaskScript;
|
|
10979
11002
|
noteFix: string;
|
|
11003
|
+
timeStart: Date;
|
|
10980
11004
|
timeEnd: Date;
|
|
10981
11005
|
timezone: string;
|
|
10982
11006
|
listDateOfWeeks: string[];
|
|
@@ -10999,6 +11023,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
10999
11023
|
userLink: string;
|
|
11000
11024
|
status: EStatusTaskScript;
|
|
11001
11025
|
noteFix: string;
|
|
11026
|
+
timeStart: Date;
|
|
11002
11027
|
timeEnd: Date;
|
|
11003
11028
|
timezone: string;
|
|
11004
11029
|
listDateOfWeeks: string[];
|