automation-lib 5.4.58 → 5.4.59

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
@@ -9513,7 +9513,7 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
9513
9513
  timeEnd: Date;
9514
9514
  timezone: string;
9515
9515
  listDateOfWeeks: string[];
9516
- schedulePostTime: Array<string>;
9516
+ schedulePostTime: Array<Array<string>>;
9517
9517
  }
9518
9518
  interface IInstagramReportInteractBlockUserELS extends IBaseELS {
9519
9519
  idea: IBaseRefFieldELS;
@@ -9537,7 +9537,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
9537
9537
  timeEnd: Date;
9538
9538
  timezone: string;
9539
9539
  listDateOfWeeks: string[];
9540
- schedulePostTime: Array<string>;
9540
+ schedulePostTime: Array<Array<string>>;
9541
9541
  }
9542
9542
 
9543
9543
  interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9552,7 +9552,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
9552
9552
  timeEnd: Date;
9553
9553
  timezone: string;
9554
9554
  listDateOfWeeks: string[];
9555
- schedulePostTime: Array<string>;
9555
+ schedulePostTime: Array<Array<string>>;
9556
9556
  }
9557
9557
  interface IInstagramReportInteractExploreELS extends IBaseELS {
9558
9558
  idea: IBaseRefFieldELS;
@@ -9577,7 +9577,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
9577
9577
  timeEnd: Date;
9578
9578
  timezone: string;
9579
9579
  listDateOfWeeks: string[];
9580
- schedulePostTime: Array<string>;
9580
+ schedulePostTime: Array<Array<string>>;
9581
9581
  }
9582
9582
 
9583
9583
  interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9593,7 +9593,7 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
9593
9593
  timeEnd: Date;
9594
9594
  timezone: string;
9595
9595
  listDateOfWeeks: string[];
9596
- schedulePostTime: Array<string>;
9596
+ schedulePostTime: Array<Array<string>>;
9597
9597
  }
9598
9598
  interface IInstagramReportInteractFollowELS extends IBaseELS {
9599
9599
  idea: IBaseRefFieldELS;
@@ -9619,7 +9619,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9619
9619
  timeEnd: Date;
9620
9620
  timezone: string;
9621
9621
  listDateOfWeeks: string[];
9622
- schedulePostTime: Array<string>;
9622
+ schedulePostTime: Array<Array<string>>;
9623
9623
  }
9624
9624
 
9625
9625
  interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9633,7 +9633,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
9633
9633
  timeEnd: Date;
9634
9634
  timezone: string;
9635
9635
  listDateOfWeeks: string[];
9636
- schedulePostTime: Array<string>;
9636
+ schedulePostTime: Array<Array<string>>;
9637
9637
  }
9638
9638
  interface IInstagramReportInteractReelELS extends IBaseELS {
9639
9639
  idea: IBaseRefFieldELS;
@@ -9657,7 +9657,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
9657
9657
  timeEnd: Date;
9658
9658
  timezone: string;
9659
9659
  listDateOfWeeks: string[];
9660
- schedulePostTime: Array<string>;
9660
+ schedulePostTime: Array<Array<string>>;
9661
9661
  }
9662
9662
 
9663
9663
  interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9674,7 +9674,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
9674
9674
  timeEnd: Date;
9675
9675
  timezone: string;
9676
9676
  listDateOfWeeks: string[];
9677
- schedulePostTime: Array<string>;
9677
+ schedulePostTime: Array<Array<string>>;
9678
9678
  }
9679
9679
  interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
9680
9680
  idea: IBaseRefFieldELS;
@@ -9701,7 +9701,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
9701
9701
  timeEnd: Date;
9702
9702
  timezone: string;
9703
9703
  listDateOfWeeks: string[];
9704
- schedulePostTime: Array<string>;
9704
+ schedulePostTime: Array<Array<string>>;
9705
9705
  }
9706
9706
 
9707
9707
  interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9716,7 +9716,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
9716
9716
  timeEnd: Date;
9717
9717
  timezone: string;
9718
9718
  listDateOfWeeks: string[];
9719
- schedulePostTime: Array<string>;
9719
+ schedulePostTime: Array<Array<string>>;
9720
9720
  }
9721
9721
  interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
9722
9722
  idea: IBaseRefFieldELS;
@@ -9741,7 +9741,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
9741
9741
  timeEnd: Date;
9742
9742
  timezone: string;
9743
9743
  listDateOfWeeks: string[];
9744
- schedulePostTime: Array<string>;
9744
+ schedulePostTime: Array<Array<string>>;
9745
9745
  }
9746
9746
 
9747
9747
  interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9757,7 +9757,7 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
9757
9757
  timeEnd: Date;
9758
9758
  timezone: string;
9759
9759
  listDateOfWeeks: string[];
9760
- schedulePostTime: Array<string>;
9760
+ schedulePostTime: Array<Array<string>>;
9761
9761
  }
9762
9762
  interface IInstagramReportInteractStoryELS extends IBaseELS {
9763
9763
  idea: IBaseRefFieldELS;
@@ -9783,7 +9783,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
9783
9783
  timeEnd: Date;
9784
9784
  timezone: string;
9785
9785
  listDateOfWeeks: string[];
9786
- schedulePostTime: Array<string>;
9786
+ schedulePostTime: Array<Array<string>>;
9787
9787
  }
9788
9788
 
9789
9789
  interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9799,7 +9799,7 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
9799
9799
  timeEnd: Date;
9800
9800
  timezone: string;
9801
9801
  listDateOfWeeks: string[];
9802
- schedulePostTime: Array<string>;
9802
+ schedulePostTime: Array<Array<string>>;
9803
9803
  }
9804
9804
  interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9805
9805
  idea: IBaseRefFieldELS;
@@ -9825,7 +9825,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9825
9825
  timeEnd: Date;
9826
9826
  timezone: string;
9827
9827
  listDateOfWeeks: string[];
9828
- schedulePostTime: Array<string>;
9828
+ schedulePostTime: Array<Array<string>>;
9829
9829
  }
9830
9830
 
9831
9831
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9837,7 +9837,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
9837
9837
  timeEnd: Date;
9838
9838
  timezone: string;
9839
9839
  listDateOfWeeks: string[];
9840
- schedulePostTime: Array<string>;
9840
+ schedulePostTime: Array<Array<string>>;
9841
9841
  sttAccount: string;
9842
9842
  status: EStatusTaskScript;
9843
9843
  noteFix: string;
@@ -9865,7 +9865,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9865
9865
  timeEnd: Date;
9866
9866
  timezone: string;
9867
9867
  listDateOfWeeks: string[];
9868
- schedulePostTime: Array<string>;
9868
+ schedulePostTime: Array<Array<string>>;
9869
9869
  sttAccount: string;
9870
9870
  status: EStatusTaskScript;
9871
9871
  noteFix: string;
@@ -9883,7 +9883,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
9883
9883
  timeEnd: Date;
9884
9884
  timezone: string;
9885
9885
  listDateOfWeeks: string[];
9886
- schedulePostTime: Array<string>;
9886
+ schedulePostTime: Array<Array<string>>;
9887
9887
  sttAccount: string;
9888
9888
  status: EStatusTaskScript;
9889
9889
  noteFix: string;
@@ -9924,7 +9924,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
9924
9924
  timeEnd: Date;
9925
9925
  timezone: string;
9926
9926
  listDateOfWeeks: string[];
9927
- schedulePostTime: Array<string>;
9927
+ schedulePostTime: Array<Array<string>>;
9928
9928
  sttAccount: string;
9929
9929
  status: EStatusTaskScript;
9930
9930
  noteFix: string;
@@ -9955,7 +9955,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
9955
9955
  timeEnd: Date;
9956
9956
  timezone: string;
9957
9957
  listDateOfWeeks: string[];
9958
- schedulePostTime: Array<string>;
9958
+ schedulePostTime: Array<Array<string>>;
9959
9959
  sttAccount: string;
9960
9960
  status: EStatusTaskScript;
9961
9961
  noteFix: string;
@@ -9996,7 +9996,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
9996
9996
  timeEnd: Date;
9997
9997
  timezone: string;
9998
9998
  listDateOfWeeks: string[];
9999
- schedulePostTime: Array<string>;
9999
+ schedulePostTime: Array<Array<string>>;
10000
10000
  sttAccount: string;
10001
10001
  status: EStatusTaskScript;
10002
10002
  noteFix: string;
@@ -10027,7 +10027,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
10027
10027
  timeEnd: Date;
10028
10028
  timezone: string;
10029
10029
  listDateOfWeeks: string[];
10030
- schedulePostTime: Array<string>;
10030
+ schedulePostTime: Array<Array<string>>;
10031
10031
  sttAccount: string;
10032
10032
  status: EStatusTaskScript;
10033
10033
  noteFix: string;
@@ -10062,7 +10062,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
10062
10062
  timeEnd: Date;
10063
10063
  timezone: string;
10064
10064
  listDateOfWeeks: string[];
10065
- schedulePostTime: Array<string>;
10065
+ schedulePostTime: Array<Array<string>>;
10066
10066
  sttAccount: string;
10067
10067
  status: EStatusTaskScript;
10068
10068
  noteFix: string;
@@ -10087,7 +10087,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
10087
10087
  timeEnd: Date;
10088
10088
  timezone: string;
10089
10089
  listDateOfWeeks: string[];
10090
- schedulePostTime: Array<string>;
10090
+ schedulePostTime: Array<Array<string>>;
10091
10091
  sttAccount: string;
10092
10092
  status: EStatusTaskScript;
10093
10093
  noteFix: string;
@@ -10120,7 +10120,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
10120
10120
  timeEnd: Date;
10121
10121
  timezone: string;
10122
10122
  listDateOfWeeks: string[];
10123
- schedulePostTime: Array<string>;
10123
+ schedulePostTime: Array<Array<string>>;
10124
10124
  sttAccount: string;
10125
10125
  status: EStatusTaskScript;
10126
10126
  noteFix: string;
@@ -10853,7 +10853,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
10853
10853
  timeEnd: Date;
10854
10854
  timezone: string;
10855
10855
  listDateOfWeeks: string[];
10856
- schedulePostTime: Array<string>;
10856
+ schedulePostTime: Array<Array<string>>;
10857
10857
  }
10858
10858
  interface IThreadsReportPostELS extends IBaseELS {
10859
10859
  idea: IBaseRefFieldELS;
@@ -10887,7 +10887,7 @@ interface IThreadsReportPostELS extends IBaseELS {
10887
10887
  timeEnd: Date;
10888
10888
  timezone: string;
10889
10889
  listDateOfWeeks: string[];
10890
- schedulePostTime: Array<string>;
10890
+ schedulePostTime: Array<Array<string>>;
10891
10891
  }
10892
10892
 
10893
10893
  interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
@@ -10903,7 +10903,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
10903
10903
  timeEnd: Date;
10904
10904
  timezone: string;
10905
10905
  listDateOfWeeks: string[];
10906
- schedulePostTime: Array<string>;
10906
+ schedulePostTime: Array<Array<string>>;
10907
10907
  }
10908
10908
  interface IThreadsReportInteractFollowELS extends IBaseELS {
10909
10909
  idea: IBaseRefFieldELS;
@@ -10929,7 +10929,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
10929
10929
  timeEnd: Date;
10930
10930
  timezone: string;
10931
10931
  listDateOfWeeks: string[];
10932
- schedulePostTime: Array<string>;
10932
+ schedulePostTime: Array<Array<string>>;
10933
10933
  }
10934
10934
 
10935
10935
  interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
@@ -10945,7 +10945,7 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
10945
10945
  timeEnd: Date;
10946
10946
  timezone: string;
10947
10947
  listDateOfWeeks: string[];
10948
- schedulePostTime: Array<string>;
10948
+ schedulePostTime: Array<Array<string>>;
10949
10949
  }
10950
10950
  interface IThreadsReportInteractUnFollowELS extends IBaseELS {
10951
10951
  idea: IBaseRefFieldELS;
@@ -10971,7 +10971,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
10971
10971
  timeEnd: Date;
10972
10972
  timezone: string;
10973
10973
  listDateOfWeeks: string[];
10974
- schedulePostTime: Array<string>;
10974
+ schedulePostTime: Array<Array<string>>;
10975
10975
  }
10976
10976
 
10977
10977
  interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -10986,7 +10986,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
10986
10986
  timeEnd: Date;
10987
10987
  timezone: string;
10988
10988
  listDateOfWeeks: string[];
10989
- schedulePostTime: Array<string>;
10989
+ schedulePostTime: Array<Array<string>>;
10990
10990
  }
10991
10991
  interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
10992
10992
  idea: IBaseRefFieldELS;
@@ -11011,7 +11011,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
11011
11011
  timeEnd: Date;
11012
11012
  timezone: string;
11013
11013
  listDateOfWeeks: string[];
11014
- schedulePostTime: Array<string>;
11014
+ schedulePostTime: Array<Array<string>>;
11015
11015
  }
11016
11016
 
11017
11017
  interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
@@ -11027,7 +11027,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
11027
11027
  timeEnd: Date;
11028
11028
  timezone: string;
11029
11029
  listDateOfWeeks: string[];
11030
- schedulePostTime: Array<string>;
11030
+ schedulePostTime: Array<Array<string>>;
11031
11031
  }
11032
11032
  interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
11033
11033
  idea: IBaseRefFieldELS;
@@ -11053,7 +11053,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
11053
11053
  timeEnd: Date;
11054
11054
  timezone: string;
11055
11055
  listDateOfWeeks: string[];
11056
- schedulePostTime: Array<string>;
11056
+ schedulePostTime: Array<Array<string>>;
11057
11057
  }
11058
11058
 
11059
11059
  interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
package/dist/index.d.ts CHANGED
@@ -9513,7 +9513,7 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
9513
9513
  timeEnd: Date;
9514
9514
  timezone: string;
9515
9515
  listDateOfWeeks: string[];
9516
- schedulePostTime: Array<string>;
9516
+ schedulePostTime: Array<Array<string>>;
9517
9517
  }
9518
9518
  interface IInstagramReportInteractBlockUserELS extends IBaseELS {
9519
9519
  idea: IBaseRefFieldELS;
@@ -9537,7 +9537,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
9537
9537
  timeEnd: Date;
9538
9538
  timezone: string;
9539
9539
  listDateOfWeeks: string[];
9540
- schedulePostTime: Array<string>;
9540
+ schedulePostTime: Array<Array<string>>;
9541
9541
  }
9542
9542
 
9543
9543
  interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9552,7 +9552,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
9552
9552
  timeEnd: Date;
9553
9553
  timezone: string;
9554
9554
  listDateOfWeeks: string[];
9555
- schedulePostTime: Array<string>;
9555
+ schedulePostTime: Array<Array<string>>;
9556
9556
  }
9557
9557
  interface IInstagramReportInteractExploreELS extends IBaseELS {
9558
9558
  idea: IBaseRefFieldELS;
@@ -9577,7 +9577,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
9577
9577
  timeEnd: Date;
9578
9578
  timezone: string;
9579
9579
  listDateOfWeeks: string[];
9580
- schedulePostTime: Array<string>;
9580
+ schedulePostTime: Array<Array<string>>;
9581
9581
  }
9582
9582
 
9583
9583
  interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9593,7 +9593,7 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
9593
9593
  timeEnd: Date;
9594
9594
  timezone: string;
9595
9595
  listDateOfWeeks: string[];
9596
- schedulePostTime: Array<string>;
9596
+ schedulePostTime: Array<Array<string>>;
9597
9597
  }
9598
9598
  interface IInstagramReportInteractFollowELS extends IBaseELS {
9599
9599
  idea: IBaseRefFieldELS;
@@ -9619,7 +9619,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9619
9619
  timeEnd: Date;
9620
9620
  timezone: string;
9621
9621
  listDateOfWeeks: string[];
9622
- schedulePostTime: Array<string>;
9622
+ schedulePostTime: Array<Array<string>>;
9623
9623
  }
9624
9624
 
9625
9625
  interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9633,7 +9633,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
9633
9633
  timeEnd: Date;
9634
9634
  timezone: string;
9635
9635
  listDateOfWeeks: string[];
9636
- schedulePostTime: Array<string>;
9636
+ schedulePostTime: Array<Array<string>>;
9637
9637
  }
9638
9638
  interface IInstagramReportInteractReelELS extends IBaseELS {
9639
9639
  idea: IBaseRefFieldELS;
@@ -9657,7 +9657,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
9657
9657
  timeEnd: Date;
9658
9658
  timezone: string;
9659
9659
  listDateOfWeeks: string[];
9660
- schedulePostTime: Array<string>;
9660
+ schedulePostTime: Array<Array<string>>;
9661
9661
  }
9662
9662
 
9663
9663
  interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9674,7 +9674,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
9674
9674
  timeEnd: Date;
9675
9675
  timezone: string;
9676
9676
  listDateOfWeeks: string[];
9677
- schedulePostTime: Array<string>;
9677
+ schedulePostTime: Array<Array<string>>;
9678
9678
  }
9679
9679
  interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
9680
9680
  idea: IBaseRefFieldELS;
@@ -9701,7 +9701,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
9701
9701
  timeEnd: Date;
9702
9702
  timezone: string;
9703
9703
  listDateOfWeeks: string[];
9704
- schedulePostTime: Array<string>;
9704
+ schedulePostTime: Array<Array<string>>;
9705
9705
  }
9706
9706
 
9707
9707
  interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9716,7 +9716,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
9716
9716
  timeEnd: Date;
9717
9717
  timezone: string;
9718
9718
  listDateOfWeeks: string[];
9719
- schedulePostTime: Array<string>;
9719
+ schedulePostTime: Array<Array<string>>;
9720
9720
  }
9721
9721
  interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
9722
9722
  idea: IBaseRefFieldELS;
@@ -9741,7 +9741,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
9741
9741
  timeEnd: Date;
9742
9742
  timezone: string;
9743
9743
  listDateOfWeeks: string[];
9744
- schedulePostTime: Array<string>;
9744
+ schedulePostTime: Array<Array<string>>;
9745
9745
  }
9746
9746
 
9747
9747
  interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9757,7 +9757,7 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
9757
9757
  timeEnd: Date;
9758
9758
  timezone: string;
9759
9759
  listDateOfWeeks: string[];
9760
- schedulePostTime: Array<string>;
9760
+ schedulePostTime: Array<Array<string>>;
9761
9761
  }
9762
9762
  interface IInstagramReportInteractStoryELS extends IBaseELS {
9763
9763
  idea: IBaseRefFieldELS;
@@ -9783,7 +9783,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
9783
9783
  timeEnd: Date;
9784
9784
  timezone: string;
9785
9785
  listDateOfWeeks: string[];
9786
- schedulePostTime: Array<string>;
9786
+ schedulePostTime: Array<Array<string>>;
9787
9787
  }
9788
9788
 
9789
9789
  interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9799,7 +9799,7 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
9799
9799
  timeEnd: Date;
9800
9800
  timezone: string;
9801
9801
  listDateOfWeeks: string[];
9802
- schedulePostTime: Array<string>;
9802
+ schedulePostTime: Array<Array<string>>;
9803
9803
  }
9804
9804
  interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9805
9805
  idea: IBaseRefFieldELS;
@@ -9825,7 +9825,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9825
9825
  timeEnd: Date;
9826
9826
  timezone: string;
9827
9827
  listDateOfWeeks: string[];
9828
- schedulePostTime: Array<string>;
9828
+ schedulePostTime: Array<Array<string>>;
9829
9829
  }
9830
9830
 
9831
9831
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9837,7 +9837,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
9837
9837
  timeEnd: Date;
9838
9838
  timezone: string;
9839
9839
  listDateOfWeeks: string[];
9840
- schedulePostTime: Array<string>;
9840
+ schedulePostTime: Array<Array<string>>;
9841
9841
  sttAccount: string;
9842
9842
  status: EStatusTaskScript;
9843
9843
  noteFix: string;
@@ -9865,7 +9865,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9865
9865
  timeEnd: Date;
9866
9866
  timezone: string;
9867
9867
  listDateOfWeeks: string[];
9868
- schedulePostTime: Array<string>;
9868
+ schedulePostTime: Array<Array<string>>;
9869
9869
  sttAccount: string;
9870
9870
  status: EStatusTaskScript;
9871
9871
  noteFix: string;
@@ -9883,7 +9883,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
9883
9883
  timeEnd: Date;
9884
9884
  timezone: string;
9885
9885
  listDateOfWeeks: string[];
9886
- schedulePostTime: Array<string>;
9886
+ schedulePostTime: Array<Array<string>>;
9887
9887
  sttAccount: string;
9888
9888
  status: EStatusTaskScript;
9889
9889
  noteFix: string;
@@ -9924,7 +9924,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
9924
9924
  timeEnd: Date;
9925
9925
  timezone: string;
9926
9926
  listDateOfWeeks: string[];
9927
- schedulePostTime: Array<string>;
9927
+ schedulePostTime: Array<Array<string>>;
9928
9928
  sttAccount: string;
9929
9929
  status: EStatusTaskScript;
9930
9930
  noteFix: string;
@@ -9955,7 +9955,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
9955
9955
  timeEnd: Date;
9956
9956
  timezone: string;
9957
9957
  listDateOfWeeks: string[];
9958
- schedulePostTime: Array<string>;
9958
+ schedulePostTime: Array<Array<string>>;
9959
9959
  sttAccount: string;
9960
9960
  status: EStatusTaskScript;
9961
9961
  noteFix: string;
@@ -9996,7 +9996,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
9996
9996
  timeEnd: Date;
9997
9997
  timezone: string;
9998
9998
  listDateOfWeeks: string[];
9999
- schedulePostTime: Array<string>;
9999
+ schedulePostTime: Array<Array<string>>;
10000
10000
  sttAccount: string;
10001
10001
  status: EStatusTaskScript;
10002
10002
  noteFix: string;
@@ -10027,7 +10027,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
10027
10027
  timeEnd: Date;
10028
10028
  timezone: string;
10029
10029
  listDateOfWeeks: string[];
10030
- schedulePostTime: Array<string>;
10030
+ schedulePostTime: Array<Array<string>>;
10031
10031
  sttAccount: string;
10032
10032
  status: EStatusTaskScript;
10033
10033
  noteFix: string;
@@ -10062,7 +10062,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
10062
10062
  timeEnd: Date;
10063
10063
  timezone: string;
10064
10064
  listDateOfWeeks: string[];
10065
- schedulePostTime: Array<string>;
10065
+ schedulePostTime: Array<Array<string>>;
10066
10066
  sttAccount: string;
10067
10067
  status: EStatusTaskScript;
10068
10068
  noteFix: string;
@@ -10087,7 +10087,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
10087
10087
  timeEnd: Date;
10088
10088
  timezone: string;
10089
10089
  listDateOfWeeks: string[];
10090
- schedulePostTime: Array<string>;
10090
+ schedulePostTime: Array<Array<string>>;
10091
10091
  sttAccount: string;
10092
10092
  status: EStatusTaskScript;
10093
10093
  noteFix: string;
@@ -10120,7 +10120,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
10120
10120
  timeEnd: Date;
10121
10121
  timezone: string;
10122
10122
  listDateOfWeeks: string[];
10123
- schedulePostTime: Array<string>;
10123
+ schedulePostTime: Array<Array<string>>;
10124
10124
  sttAccount: string;
10125
10125
  status: EStatusTaskScript;
10126
10126
  noteFix: string;
@@ -10853,7 +10853,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
10853
10853
  timeEnd: Date;
10854
10854
  timezone: string;
10855
10855
  listDateOfWeeks: string[];
10856
- schedulePostTime: Array<string>;
10856
+ schedulePostTime: Array<Array<string>>;
10857
10857
  }
10858
10858
  interface IThreadsReportPostELS extends IBaseELS {
10859
10859
  idea: IBaseRefFieldELS;
@@ -10887,7 +10887,7 @@ interface IThreadsReportPostELS extends IBaseELS {
10887
10887
  timeEnd: Date;
10888
10888
  timezone: string;
10889
10889
  listDateOfWeeks: string[];
10890
- schedulePostTime: Array<string>;
10890
+ schedulePostTime: Array<Array<string>>;
10891
10891
  }
10892
10892
 
10893
10893
  interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
@@ -10903,7 +10903,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
10903
10903
  timeEnd: Date;
10904
10904
  timezone: string;
10905
10905
  listDateOfWeeks: string[];
10906
- schedulePostTime: Array<string>;
10906
+ schedulePostTime: Array<Array<string>>;
10907
10907
  }
10908
10908
  interface IThreadsReportInteractFollowELS extends IBaseELS {
10909
10909
  idea: IBaseRefFieldELS;
@@ -10929,7 +10929,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
10929
10929
  timeEnd: Date;
10930
10930
  timezone: string;
10931
10931
  listDateOfWeeks: string[];
10932
- schedulePostTime: Array<string>;
10932
+ schedulePostTime: Array<Array<string>>;
10933
10933
  }
10934
10934
 
10935
10935
  interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
@@ -10945,7 +10945,7 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
10945
10945
  timeEnd: Date;
10946
10946
  timezone: string;
10947
10947
  listDateOfWeeks: string[];
10948
- schedulePostTime: Array<string>;
10948
+ schedulePostTime: Array<Array<string>>;
10949
10949
  }
10950
10950
  interface IThreadsReportInteractUnFollowELS extends IBaseELS {
10951
10951
  idea: IBaseRefFieldELS;
@@ -10971,7 +10971,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
10971
10971
  timeEnd: Date;
10972
10972
  timezone: string;
10973
10973
  listDateOfWeeks: string[];
10974
- schedulePostTime: Array<string>;
10974
+ schedulePostTime: Array<Array<string>>;
10975
10975
  }
10976
10976
 
10977
10977
  interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -10986,7 +10986,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
10986
10986
  timeEnd: Date;
10987
10987
  timezone: string;
10988
10988
  listDateOfWeeks: string[];
10989
- schedulePostTime: Array<string>;
10989
+ schedulePostTime: Array<Array<string>>;
10990
10990
  }
10991
10991
  interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
10992
10992
  idea: IBaseRefFieldELS;
@@ -11011,7 +11011,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
11011
11011
  timeEnd: Date;
11012
11012
  timezone: string;
11013
11013
  listDateOfWeeks: string[];
11014
- schedulePostTime: Array<string>;
11014
+ schedulePostTime: Array<Array<string>>;
11015
11015
  }
11016
11016
 
11017
11017
  interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
@@ -11027,7 +11027,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
11027
11027
  timeEnd: Date;
11028
11028
  timezone: string;
11029
11029
  listDateOfWeeks: string[];
11030
- schedulePostTime: Array<string>;
11030
+ schedulePostTime: Array<Array<string>>;
11031
11031
  }
11032
11032
  interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
11033
11033
  idea: IBaseRefFieldELS;
@@ -11053,7 +11053,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
11053
11053
  timeEnd: Date;
11054
11054
  timezone: string;
11055
11055
  listDateOfWeeks: string[];
11056
- schedulePostTime: Array<string>;
11056
+ schedulePostTime: Array<Array<string>>;
11057
11057
  }
11058
11058
 
11059
11059
  interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.58",
3
+ "version": "5.4.59",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",