automation-lib 5.4.58 → 5.4.60

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
@@ -6137,7 +6137,18 @@ interface FindInstagramSettingPostDto extends IFindBaseDto, IInstagramSettingPos
6137
6137
  device: string;
6138
6138
  accountGroup: string;
6139
6139
  account: string;
6140
+ listRunTimes: Array<{
6141
+ typePost: TPost;
6142
+ listTimes: Array<string>;
6143
+ }>;
6144
+ dayOfWeeks: Array<string>;
6145
+ numberCommentsForPostMeFrom: number;
6146
+ numberCommentsForPostMeTo: number;
6147
+ delayTimeCommentFrom: number;
6148
+ delayTimeCommentTo: number;
6149
+ isTimeUs: boolean;
6140
6150
  status: EStatusActive;
6151
+ isAddAILable: boolean;
6141
6152
  }
6142
6153
  interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
6143
6154
  idea: string[];
@@ -6441,6 +6452,103 @@ interface CreateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
6441
6452
  interface UpdateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
6442
6453
  }
6443
6454
  interface FindTaskInstagramPostDto extends IFindBaseDto, ITaskInstagramPost {
6455
+ idea: string;
6456
+ niche: string;
6457
+ type: ETypeManagerWorkClassify;
6458
+ pc: string;
6459
+ device: string;
6460
+ accountGroup: string;
6461
+ account: string;
6462
+ sstAccount: string;
6463
+ accountID: string;
6464
+ sheetUrl: string;
6465
+ sheetName: string;
6466
+ typeSocial: ETypeSocial;
6467
+ deviceKey: string;
6468
+ minuteWaiting: number;
6469
+ isTimeUS: boolean;
6470
+ dayOfWeek: string;
6471
+ timeStart: Date;
6472
+ timeEnd: Date;
6473
+ service: string;
6474
+ action: string;
6475
+ timeExecute: Date;
6476
+ status: EStatusTaskToolSocials;
6477
+ dayOfWeekUS: string;
6478
+ timeExecuteUS: Date;
6479
+ canvaUrlVideo: string;
6480
+ canvaImageThumb: string;
6481
+ canvaImagePage1: string;
6482
+ canvaImagePage2: string;
6483
+ canvaImagePage3: string;
6484
+ canvaImagePage4: string;
6485
+ canvaImagePage5: string;
6486
+ username: string;
6487
+ contentPost: string;
6488
+ nicheLinkCategory: string;
6489
+ titlePool: string;
6490
+ pool1: string;
6491
+ pool2: string;
6492
+ pool3: string;
6493
+ textFirstPage2: string;
6494
+ textSecondPage2: string;
6495
+ textPage6: string;
6496
+ voicePage1: string;
6497
+ voicePage3456: string;
6498
+ addMusic: string;
6499
+ tagUserName: string;
6500
+ tagCollaborator: string;
6501
+ addLocation: string;
6502
+ historyName: string;
6503
+ linkAddHistory: string;
6504
+ commentPostMe: string;
6505
+ tagUserPostMe: string;
6506
+ typePost: TPost;
6507
+ postStyle: string;
6508
+ statusLogin: EStatusAccountSocialLogin;
6509
+ statusSocial: EStatusAccountSocial;
6510
+ statusPost: string;
6511
+ urlVoicePage1GenAI: string;
6512
+ urlVoicePage3456GenAI: string;
6513
+ urlImageThumbGenAI: string;
6514
+ urlImagePage1GenAI: string;
6515
+ urlImagePage2GenAI: string;
6516
+ urlImagePage3GenAI: string;
6517
+ urlImagePage4GenAI: string;
6518
+ urlImagePage5GenAI: string;
6519
+ linkPost: string;
6520
+ noteFix: string;
6521
+ folderNameImage: string;
6522
+ pcInfo: {
6523
+ name: string;
6524
+ department: string;
6525
+ leader: string;
6526
+ member: string;
6527
+ };
6528
+ deviceInfo: {
6529
+ key: string;
6530
+ name: string;
6531
+ type: ETypeDeviceOS;
6532
+ typeAppClone: string;
6533
+ nameAppClone: string;
6534
+ nameAppCloneSocial: string;
6535
+ };
6536
+ proxyInfo: {
6537
+ id: string;
6538
+ type: ETypeProxy;
6539
+ proxyStr: string;
6540
+ status: string;
6541
+ numberRunDevice: string;
6542
+ };
6543
+ vpnInfo: {
6544
+ id: string;
6545
+ email: string;
6546
+ password: string;
6547
+ code2FA: string;
6548
+ emailRecover: string;
6549
+ type: ETypeAccountVPN;
6550
+ status: EStatusAccountVPN;
6551
+ };
6444
6552
  }
6445
6553
  interface FilterTaskInstagramPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
6446
6554
  idea: string[];
@@ -9513,7 +9621,7 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
9513
9621
  timeEnd: Date;
9514
9622
  timezone: string;
9515
9623
  listDateOfWeeks: string[];
9516
- schedulePostTime: Array<string>;
9624
+ schedulePostTime: Array<Array<string>>;
9517
9625
  }
9518
9626
  interface IInstagramReportInteractBlockUserELS extends IBaseELS {
9519
9627
  idea: IBaseRefFieldELS;
@@ -9537,7 +9645,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
9537
9645
  timeEnd: Date;
9538
9646
  timezone: string;
9539
9647
  listDateOfWeeks: string[];
9540
- schedulePostTime: Array<string>;
9648
+ schedulePostTime: Array<Array<string>>;
9541
9649
  }
9542
9650
 
9543
9651
  interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9552,7 +9660,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
9552
9660
  timeEnd: Date;
9553
9661
  timezone: string;
9554
9662
  listDateOfWeeks: string[];
9555
- schedulePostTime: Array<string>;
9663
+ schedulePostTime: Array<Array<string>>;
9556
9664
  }
9557
9665
  interface IInstagramReportInteractExploreELS extends IBaseELS {
9558
9666
  idea: IBaseRefFieldELS;
@@ -9577,7 +9685,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
9577
9685
  timeEnd: Date;
9578
9686
  timezone: string;
9579
9687
  listDateOfWeeks: string[];
9580
- schedulePostTime: Array<string>;
9688
+ schedulePostTime: Array<Array<string>>;
9581
9689
  }
9582
9690
 
9583
9691
  interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9593,7 +9701,7 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
9593
9701
  timeEnd: Date;
9594
9702
  timezone: string;
9595
9703
  listDateOfWeeks: string[];
9596
- schedulePostTime: Array<string>;
9704
+ schedulePostTime: Array<Array<string>>;
9597
9705
  }
9598
9706
  interface IInstagramReportInteractFollowELS extends IBaseELS {
9599
9707
  idea: IBaseRefFieldELS;
@@ -9619,7 +9727,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9619
9727
  timeEnd: Date;
9620
9728
  timezone: string;
9621
9729
  listDateOfWeeks: string[];
9622
- schedulePostTime: Array<string>;
9730
+ schedulePostTime: Array<Array<string>>;
9623
9731
  }
9624
9732
 
9625
9733
  interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9633,7 +9741,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
9633
9741
  timeEnd: Date;
9634
9742
  timezone: string;
9635
9743
  listDateOfWeeks: string[];
9636
- schedulePostTime: Array<string>;
9744
+ schedulePostTime: Array<Array<string>>;
9637
9745
  }
9638
9746
  interface IInstagramReportInteractReelELS extends IBaseELS {
9639
9747
  idea: IBaseRefFieldELS;
@@ -9657,7 +9765,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
9657
9765
  timeEnd: Date;
9658
9766
  timezone: string;
9659
9767
  listDateOfWeeks: string[];
9660
- schedulePostTime: Array<string>;
9768
+ schedulePostTime: Array<Array<string>>;
9661
9769
  }
9662
9770
 
9663
9771
  interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9674,7 +9782,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
9674
9782
  timeEnd: Date;
9675
9783
  timezone: string;
9676
9784
  listDateOfWeeks: string[];
9677
- schedulePostTime: Array<string>;
9785
+ schedulePostTime: Array<Array<string>>;
9678
9786
  }
9679
9787
  interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
9680
9788
  idea: IBaseRefFieldELS;
@@ -9701,7 +9809,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
9701
9809
  timeEnd: Date;
9702
9810
  timezone: string;
9703
9811
  listDateOfWeeks: string[];
9704
- schedulePostTime: Array<string>;
9812
+ schedulePostTime: Array<Array<string>>;
9705
9813
  }
9706
9814
 
9707
9815
  interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9716,7 +9824,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
9716
9824
  timeEnd: Date;
9717
9825
  timezone: string;
9718
9826
  listDateOfWeeks: string[];
9719
- schedulePostTime: Array<string>;
9827
+ schedulePostTime: Array<Array<string>>;
9720
9828
  }
9721
9829
  interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
9722
9830
  idea: IBaseRefFieldELS;
@@ -9741,7 +9849,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
9741
9849
  timeEnd: Date;
9742
9850
  timezone: string;
9743
9851
  listDateOfWeeks: string[];
9744
- schedulePostTime: Array<string>;
9852
+ schedulePostTime: Array<Array<string>>;
9745
9853
  }
9746
9854
 
9747
9855
  interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9757,7 +9865,7 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
9757
9865
  timeEnd: Date;
9758
9866
  timezone: string;
9759
9867
  listDateOfWeeks: string[];
9760
- schedulePostTime: Array<string>;
9868
+ schedulePostTime: Array<Array<string>>;
9761
9869
  }
9762
9870
  interface IInstagramReportInteractStoryELS extends IBaseELS {
9763
9871
  idea: IBaseRefFieldELS;
@@ -9783,7 +9891,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
9783
9891
  timeEnd: Date;
9784
9892
  timezone: string;
9785
9893
  listDateOfWeeks: string[];
9786
- schedulePostTime: Array<string>;
9894
+ schedulePostTime: Array<Array<string>>;
9787
9895
  }
9788
9896
 
9789
9897
  interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9799,7 +9907,7 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
9799
9907
  timeEnd: Date;
9800
9908
  timezone: string;
9801
9909
  listDateOfWeeks: string[];
9802
- schedulePostTime: Array<string>;
9910
+ schedulePostTime: Array<Array<string>>;
9803
9911
  }
9804
9912
  interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9805
9913
  idea: IBaseRefFieldELS;
@@ -9825,7 +9933,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9825
9933
  timeEnd: Date;
9826
9934
  timezone: string;
9827
9935
  listDateOfWeeks: string[];
9828
- schedulePostTime: Array<string>;
9936
+ schedulePostTime: Array<Array<string>>;
9829
9937
  }
9830
9938
 
9831
9939
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9837,7 +9945,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
9837
9945
  timeEnd: Date;
9838
9946
  timezone: string;
9839
9947
  listDateOfWeeks: string[];
9840
- schedulePostTime: Array<string>;
9948
+ schedulePostTime: Array<Array<string>>;
9841
9949
  sttAccount: string;
9842
9950
  status: EStatusTaskScript;
9843
9951
  noteFix: string;
@@ -9865,7 +9973,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9865
9973
  timeEnd: Date;
9866
9974
  timezone: string;
9867
9975
  listDateOfWeeks: string[];
9868
- schedulePostTime: Array<string>;
9976
+ schedulePostTime: Array<Array<string>>;
9869
9977
  sttAccount: string;
9870
9978
  status: EStatusTaskScript;
9871
9979
  noteFix: string;
@@ -9883,7 +9991,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
9883
9991
  timeEnd: Date;
9884
9992
  timezone: string;
9885
9993
  listDateOfWeeks: string[];
9886
- schedulePostTime: Array<string>;
9994
+ schedulePostTime: Array<Array<string>>;
9887
9995
  sttAccount: string;
9888
9996
  status: EStatusTaskScript;
9889
9997
  noteFix: string;
@@ -9924,7 +10032,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
9924
10032
  timeEnd: Date;
9925
10033
  timezone: string;
9926
10034
  listDateOfWeeks: string[];
9927
- schedulePostTime: Array<string>;
10035
+ schedulePostTime: Array<Array<string>>;
9928
10036
  sttAccount: string;
9929
10037
  status: EStatusTaskScript;
9930
10038
  noteFix: string;
@@ -9955,7 +10063,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
9955
10063
  timeEnd: Date;
9956
10064
  timezone: string;
9957
10065
  listDateOfWeeks: string[];
9958
- schedulePostTime: Array<string>;
10066
+ schedulePostTime: Array<Array<string>>;
9959
10067
  sttAccount: string;
9960
10068
  status: EStatusTaskScript;
9961
10069
  noteFix: string;
@@ -9996,7 +10104,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
9996
10104
  timeEnd: Date;
9997
10105
  timezone: string;
9998
10106
  listDateOfWeeks: string[];
9999
- schedulePostTime: Array<string>;
10107
+ schedulePostTime: Array<Array<string>>;
10000
10108
  sttAccount: string;
10001
10109
  status: EStatusTaskScript;
10002
10110
  noteFix: string;
@@ -10027,7 +10135,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
10027
10135
  timeEnd: Date;
10028
10136
  timezone: string;
10029
10137
  listDateOfWeeks: string[];
10030
- schedulePostTime: Array<string>;
10138
+ schedulePostTime: Array<Array<string>>;
10031
10139
  sttAccount: string;
10032
10140
  status: EStatusTaskScript;
10033
10141
  noteFix: string;
@@ -10062,7 +10170,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
10062
10170
  timeEnd: Date;
10063
10171
  timezone: string;
10064
10172
  listDateOfWeeks: string[];
10065
- schedulePostTime: Array<string>;
10173
+ schedulePostTime: Array<Array<string>>;
10066
10174
  sttAccount: string;
10067
10175
  status: EStatusTaskScript;
10068
10176
  noteFix: string;
@@ -10087,7 +10195,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
10087
10195
  timeEnd: Date;
10088
10196
  timezone: string;
10089
10197
  listDateOfWeeks: string[];
10090
- schedulePostTime: Array<string>;
10198
+ schedulePostTime: Array<Array<string>>;
10091
10199
  sttAccount: string;
10092
10200
  status: EStatusTaskScript;
10093
10201
  noteFix: string;
@@ -10120,7 +10228,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
10120
10228
  timeEnd: Date;
10121
10229
  timezone: string;
10122
10230
  listDateOfWeeks: string[];
10123
- schedulePostTime: Array<string>;
10231
+ schedulePostTime: Array<Array<string>>;
10124
10232
  sttAccount: string;
10125
10233
  status: EStatusTaskScript;
10126
10234
  noteFix: string;
@@ -10279,10 +10387,10 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
10279
10387
  }
10280
10388
 
10281
10389
  interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10390
+ account: string | IInstagramAccountRaw;
10282
10391
  sheetUrl: string;
10283
10392
  sheetName: string;
10284
10393
  typeSocial: ETypeSocial;
10285
- account: string | IInstagramAccountRaw;
10286
10394
  deviceKey: string;
10287
10395
  minuteWaiting: number;
10288
10396
  isTimeUS: boolean;
@@ -10302,6 +10410,14 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10302
10410
  canvaImagePage3: string;
10303
10411
  canvaImagePage4: string;
10304
10412
  canvaImagePage5: string;
10413
+ urlVoicePage1GenAI: string;
10414
+ urlVoicePage3456GenAI: string;
10415
+ urlImageThumbGenAI: string;
10416
+ urlImagePage1GenAI: string;
10417
+ urlImagePage2GenAI: string;
10418
+ urlImagePage3GenAI: string;
10419
+ urlImagePage4GenAI: string;
10420
+ urlImagePage5GenAI: string;
10305
10421
  username: string;
10306
10422
  contentPost: string;
10307
10423
  nicheLinkCategory: string;
@@ -10322,9 +10438,13 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10322
10438
  linkAddHistory: string;
10323
10439
  commentPostMe: string;
10324
10440
  tagUserPostMe: string;
10325
- typePost: string;
10441
+ typePost: TPost;
10326
10442
  postStyle: string;
10443
+ statusLogin: EStatusAccountSocialLogin;
10444
+ statusSocial: EStatusAccountSocial;
10327
10445
  statusPost: string;
10446
+ linkPost: string;
10447
+ noteFix: string;
10328
10448
  }
10329
10449
 
10330
10450
  interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
@@ -10853,7 +10973,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
10853
10973
  timeEnd: Date;
10854
10974
  timezone: string;
10855
10975
  listDateOfWeeks: string[];
10856
- schedulePostTime: Array<string>;
10976
+ schedulePostTime: Array<Array<string>>;
10857
10977
  }
10858
10978
  interface IThreadsReportPostELS extends IBaseELS {
10859
10979
  idea: IBaseRefFieldELS;
@@ -10887,7 +11007,7 @@ interface IThreadsReportPostELS extends IBaseELS {
10887
11007
  timeEnd: Date;
10888
11008
  timezone: string;
10889
11009
  listDateOfWeeks: string[];
10890
- schedulePostTime: Array<string>;
11010
+ schedulePostTime: Array<Array<string>>;
10891
11011
  }
10892
11012
 
10893
11013
  interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
@@ -10903,7 +11023,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
10903
11023
  timeEnd: Date;
10904
11024
  timezone: string;
10905
11025
  listDateOfWeeks: string[];
10906
- schedulePostTime: Array<string>;
11026
+ schedulePostTime: Array<Array<string>>;
10907
11027
  }
10908
11028
  interface IThreadsReportInteractFollowELS extends IBaseELS {
10909
11029
  idea: IBaseRefFieldELS;
@@ -10929,7 +11049,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
10929
11049
  timeEnd: Date;
10930
11050
  timezone: string;
10931
11051
  listDateOfWeeks: string[];
10932
- schedulePostTime: Array<string>;
11052
+ schedulePostTime: Array<Array<string>>;
10933
11053
  }
10934
11054
 
10935
11055
  interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
@@ -10945,7 +11065,7 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
10945
11065
  timeEnd: Date;
10946
11066
  timezone: string;
10947
11067
  listDateOfWeeks: string[];
10948
- schedulePostTime: Array<string>;
11068
+ schedulePostTime: Array<Array<string>>;
10949
11069
  }
10950
11070
  interface IThreadsReportInteractUnFollowELS extends IBaseELS {
10951
11071
  idea: IBaseRefFieldELS;
@@ -10971,7 +11091,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
10971
11091
  timeEnd: Date;
10972
11092
  timezone: string;
10973
11093
  listDateOfWeeks: string[];
10974
- schedulePostTime: Array<string>;
11094
+ schedulePostTime: Array<Array<string>>;
10975
11095
  }
10976
11096
 
10977
11097
  interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -10986,7 +11106,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
10986
11106
  timeEnd: Date;
10987
11107
  timezone: string;
10988
11108
  listDateOfWeeks: string[];
10989
- schedulePostTime: Array<string>;
11109
+ schedulePostTime: Array<Array<string>>;
10990
11110
  }
10991
11111
  interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
10992
11112
  idea: IBaseRefFieldELS;
@@ -11011,7 +11131,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
11011
11131
  timeEnd: Date;
11012
11132
  timezone: string;
11013
11133
  listDateOfWeeks: string[];
11014
- schedulePostTime: Array<string>;
11134
+ schedulePostTime: Array<Array<string>>;
11015
11135
  }
11016
11136
 
11017
11137
  interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
@@ -11027,7 +11147,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
11027
11147
  timeEnd: Date;
11028
11148
  timezone: string;
11029
11149
  listDateOfWeeks: string[];
11030
- schedulePostTime: Array<string>;
11150
+ schedulePostTime: Array<Array<string>>;
11031
11151
  }
11032
11152
  interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
11033
11153
  idea: IBaseRefFieldELS;
@@ -11053,7 +11173,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
11053
11173
  timeEnd: Date;
11054
11174
  timezone: string;
11055
11175
  listDateOfWeeks: string[];
11056
- schedulePostTime: Array<string>;
11176
+ schedulePostTime: Array<Array<string>>;
11057
11177
  }
11058
11178
 
11059
11179
  interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
package/dist/index.d.ts CHANGED
@@ -6137,7 +6137,18 @@ interface FindInstagramSettingPostDto extends IFindBaseDto, IInstagramSettingPos
6137
6137
  device: string;
6138
6138
  accountGroup: string;
6139
6139
  account: string;
6140
+ listRunTimes: Array<{
6141
+ typePost: TPost;
6142
+ listTimes: Array<string>;
6143
+ }>;
6144
+ dayOfWeeks: Array<string>;
6145
+ numberCommentsForPostMeFrom: number;
6146
+ numberCommentsForPostMeTo: number;
6147
+ delayTimeCommentFrom: number;
6148
+ delayTimeCommentTo: number;
6149
+ isTimeUs: boolean;
6140
6150
  status: EStatusActive;
6151
+ isAddAILable: boolean;
6141
6152
  }
6142
6153
  interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
6143
6154
  idea: string[];
@@ -6441,6 +6452,103 @@ interface CreateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
6441
6452
  interface UpdateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
6442
6453
  }
6443
6454
  interface FindTaskInstagramPostDto extends IFindBaseDto, ITaskInstagramPost {
6455
+ idea: string;
6456
+ niche: string;
6457
+ type: ETypeManagerWorkClassify;
6458
+ pc: string;
6459
+ device: string;
6460
+ accountGroup: string;
6461
+ account: string;
6462
+ sstAccount: string;
6463
+ accountID: string;
6464
+ sheetUrl: string;
6465
+ sheetName: string;
6466
+ typeSocial: ETypeSocial;
6467
+ deviceKey: string;
6468
+ minuteWaiting: number;
6469
+ isTimeUS: boolean;
6470
+ dayOfWeek: string;
6471
+ timeStart: Date;
6472
+ timeEnd: Date;
6473
+ service: string;
6474
+ action: string;
6475
+ timeExecute: Date;
6476
+ status: EStatusTaskToolSocials;
6477
+ dayOfWeekUS: string;
6478
+ timeExecuteUS: Date;
6479
+ canvaUrlVideo: string;
6480
+ canvaImageThumb: string;
6481
+ canvaImagePage1: string;
6482
+ canvaImagePage2: string;
6483
+ canvaImagePage3: string;
6484
+ canvaImagePage4: string;
6485
+ canvaImagePage5: string;
6486
+ username: string;
6487
+ contentPost: string;
6488
+ nicheLinkCategory: string;
6489
+ titlePool: string;
6490
+ pool1: string;
6491
+ pool2: string;
6492
+ pool3: string;
6493
+ textFirstPage2: string;
6494
+ textSecondPage2: string;
6495
+ textPage6: string;
6496
+ voicePage1: string;
6497
+ voicePage3456: string;
6498
+ addMusic: string;
6499
+ tagUserName: string;
6500
+ tagCollaborator: string;
6501
+ addLocation: string;
6502
+ historyName: string;
6503
+ linkAddHistory: string;
6504
+ commentPostMe: string;
6505
+ tagUserPostMe: string;
6506
+ typePost: TPost;
6507
+ postStyle: string;
6508
+ statusLogin: EStatusAccountSocialLogin;
6509
+ statusSocial: EStatusAccountSocial;
6510
+ statusPost: string;
6511
+ urlVoicePage1GenAI: string;
6512
+ urlVoicePage3456GenAI: string;
6513
+ urlImageThumbGenAI: string;
6514
+ urlImagePage1GenAI: string;
6515
+ urlImagePage2GenAI: string;
6516
+ urlImagePage3GenAI: string;
6517
+ urlImagePage4GenAI: string;
6518
+ urlImagePage5GenAI: string;
6519
+ linkPost: string;
6520
+ noteFix: string;
6521
+ folderNameImage: string;
6522
+ pcInfo: {
6523
+ name: string;
6524
+ department: string;
6525
+ leader: string;
6526
+ member: string;
6527
+ };
6528
+ deviceInfo: {
6529
+ key: string;
6530
+ name: string;
6531
+ type: ETypeDeviceOS;
6532
+ typeAppClone: string;
6533
+ nameAppClone: string;
6534
+ nameAppCloneSocial: string;
6535
+ };
6536
+ proxyInfo: {
6537
+ id: string;
6538
+ type: ETypeProxy;
6539
+ proxyStr: string;
6540
+ status: string;
6541
+ numberRunDevice: string;
6542
+ };
6543
+ vpnInfo: {
6544
+ id: string;
6545
+ email: string;
6546
+ password: string;
6547
+ code2FA: string;
6548
+ emailRecover: string;
6549
+ type: ETypeAccountVPN;
6550
+ status: EStatusAccountVPN;
6551
+ };
6444
6552
  }
6445
6553
  interface FilterTaskInstagramPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
6446
6554
  idea: string[];
@@ -9513,7 +9621,7 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
9513
9621
  timeEnd: Date;
9514
9622
  timezone: string;
9515
9623
  listDateOfWeeks: string[];
9516
- schedulePostTime: Array<string>;
9624
+ schedulePostTime: Array<Array<string>>;
9517
9625
  }
9518
9626
  interface IInstagramReportInteractBlockUserELS extends IBaseELS {
9519
9627
  idea: IBaseRefFieldELS;
@@ -9537,7 +9645,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
9537
9645
  timeEnd: Date;
9538
9646
  timezone: string;
9539
9647
  listDateOfWeeks: string[];
9540
- schedulePostTime: Array<string>;
9648
+ schedulePostTime: Array<Array<string>>;
9541
9649
  }
9542
9650
 
9543
9651
  interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9552,7 +9660,7 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
9552
9660
  timeEnd: Date;
9553
9661
  timezone: string;
9554
9662
  listDateOfWeeks: string[];
9555
- schedulePostTime: Array<string>;
9663
+ schedulePostTime: Array<Array<string>>;
9556
9664
  }
9557
9665
  interface IInstagramReportInteractExploreELS extends IBaseELS {
9558
9666
  idea: IBaseRefFieldELS;
@@ -9577,7 +9685,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
9577
9685
  timeEnd: Date;
9578
9686
  timezone: string;
9579
9687
  listDateOfWeeks: string[];
9580
- schedulePostTime: Array<string>;
9688
+ schedulePostTime: Array<Array<string>>;
9581
9689
  }
9582
9690
 
9583
9691
  interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9593,7 +9701,7 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
9593
9701
  timeEnd: Date;
9594
9702
  timezone: string;
9595
9703
  listDateOfWeeks: string[];
9596
- schedulePostTime: Array<string>;
9704
+ schedulePostTime: Array<Array<string>>;
9597
9705
  }
9598
9706
  interface IInstagramReportInteractFollowELS extends IBaseELS {
9599
9707
  idea: IBaseRefFieldELS;
@@ -9619,7 +9727,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
9619
9727
  timeEnd: Date;
9620
9728
  timezone: string;
9621
9729
  listDateOfWeeks: string[];
9622
- schedulePostTime: Array<string>;
9730
+ schedulePostTime: Array<Array<string>>;
9623
9731
  }
9624
9732
 
9625
9733
  interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9633,7 +9741,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
9633
9741
  timeEnd: Date;
9634
9742
  timezone: string;
9635
9743
  listDateOfWeeks: string[];
9636
- schedulePostTime: Array<string>;
9744
+ schedulePostTime: Array<Array<string>>;
9637
9745
  }
9638
9746
  interface IInstagramReportInteractReelELS extends IBaseELS {
9639
9747
  idea: IBaseRefFieldELS;
@@ -9657,7 +9765,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
9657
9765
  timeEnd: Date;
9658
9766
  timezone: string;
9659
9767
  listDateOfWeeks: string[];
9660
- schedulePostTime: Array<string>;
9768
+ schedulePostTime: Array<Array<string>>;
9661
9769
  }
9662
9770
 
9663
9771
  interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9674,7 +9782,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
9674
9782
  timeEnd: Date;
9675
9783
  timezone: string;
9676
9784
  listDateOfWeeks: string[];
9677
- schedulePostTime: Array<string>;
9785
+ schedulePostTime: Array<Array<string>>;
9678
9786
  }
9679
9787
  interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
9680
9788
  idea: IBaseRefFieldELS;
@@ -9701,7 +9809,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
9701
9809
  timeEnd: Date;
9702
9810
  timezone: string;
9703
9811
  listDateOfWeeks: string[];
9704
- schedulePostTime: Array<string>;
9812
+ schedulePostTime: Array<Array<string>>;
9705
9813
  }
9706
9814
 
9707
9815
  interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9716,7 +9824,7 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
9716
9824
  timeEnd: Date;
9717
9825
  timezone: string;
9718
9826
  listDateOfWeeks: string[];
9719
- schedulePostTime: Array<string>;
9827
+ schedulePostTime: Array<Array<string>>;
9720
9828
  }
9721
9829
  interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
9722
9830
  idea: IBaseRefFieldELS;
@@ -9741,7 +9849,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
9741
9849
  timeEnd: Date;
9742
9850
  timezone: string;
9743
9851
  listDateOfWeeks: string[];
9744
- schedulePostTime: Array<string>;
9852
+ schedulePostTime: Array<Array<string>>;
9745
9853
  }
9746
9854
 
9747
9855
  interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9757,7 +9865,7 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
9757
9865
  timeEnd: Date;
9758
9866
  timezone: string;
9759
9867
  listDateOfWeeks: string[];
9760
- schedulePostTime: Array<string>;
9868
+ schedulePostTime: Array<Array<string>>;
9761
9869
  }
9762
9870
  interface IInstagramReportInteractStoryELS extends IBaseELS {
9763
9871
  idea: IBaseRefFieldELS;
@@ -9783,7 +9891,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
9783
9891
  timeEnd: Date;
9784
9892
  timezone: string;
9785
9893
  listDateOfWeeks: string[];
9786
- schedulePostTime: Array<string>;
9894
+ schedulePostTime: Array<Array<string>>;
9787
9895
  }
9788
9896
 
9789
9897
  interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9799,7 +9907,7 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
9799
9907
  timeEnd: Date;
9800
9908
  timezone: string;
9801
9909
  listDateOfWeeks: string[];
9802
- schedulePostTime: Array<string>;
9910
+ schedulePostTime: Array<Array<string>>;
9803
9911
  }
9804
9912
  interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9805
9913
  idea: IBaseRefFieldELS;
@@ -9825,7 +9933,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
9825
9933
  timeEnd: Date;
9826
9934
  timezone: string;
9827
9935
  listDateOfWeeks: string[];
9828
- schedulePostTime: Array<string>;
9936
+ schedulePostTime: Array<Array<string>>;
9829
9937
  }
9830
9938
 
9831
9939
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -9837,7 +9945,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
9837
9945
  timeEnd: Date;
9838
9946
  timezone: string;
9839
9947
  listDateOfWeeks: string[];
9840
- schedulePostTime: Array<string>;
9948
+ schedulePostTime: Array<Array<string>>;
9841
9949
  sttAccount: string;
9842
9950
  status: EStatusTaskScript;
9843
9951
  noteFix: string;
@@ -9865,7 +9973,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
9865
9973
  timeEnd: Date;
9866
9974
  timezone: string;
9867
9975
  listDateOfWeeks: string[];
9868
- schedulePostTime: Array<string>;
9976
+ schedulePostTime: Array<Array<string>>;
9869
9977
  sttAccount: string;
9870
9978
  status: EStatusTaskScript;
9871
9979
  noteFix: string;
@@ -9883,7 +9991,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
9883
9991
  timeEnd: Date;
9884
9992
  timezone: string;
9885
9993
  listDateOfWeeks: string[];
9886
- schedulePostTime: Array<string>;
9994
+ schedulePostTime: Array<Array<string>>;
9887
9995
  sttAccount: string;
9888
9996
  status: EStatusTaskScript;
9889
9997
  noteFix: string;
@@ -9924,7 +10032,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
9924
10032
  timeEnd: Date;
9925
10033
  timezone: string;
9926
10034
  listDateOfWeeks: string[];
9927
- schedulePostTime: Array<string>;
10035
+ schedulePostTime: Array<Array<string>>;
9928
10036
  sttAccount: string;
9929
10037
  status: EStatusTaskScript;
9930
10038
  noteFix: string;
@@ -9955,7 +10063,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
9955
10063
  timeEnd: Date;
9956
10064
  timezone: string;
9957
10065
  listDateOfWeeks: string[];
9958
- schedulePostTime: Array<string>;
10066
+ schedulePostTime: Array<Array<string>>;
9959
10067
  sttAccount: string;
9960
10068
  status: EStatusTaskScript;
9961
10069
  noteFix: string;
@@ -9996,7 +10104,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
9996
10104
  timeEnd: Date;
9997
10105
  timezone: string;
9998
10106
  listDateOfWeeks: string[];
9999
- schedulePostTime: Array<string>;
10107
+ schedulePostTime: Array<Array<string>>;
10000
10108
  sttAccount: string;
10001
10109
  status: EStatusTaskScript;
10002
10110
  noteFix: string;
@@ -10027,7 +10135,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
10027
10135
  timeEnd: Date;
10028
10136
  timezone: string;
10029
10137
  listDateOfWeeks: string[];
10030
- schedulePostTime: Array<string>;
10138
+ schedulePostTime: Array<Array<string>>;
10031
10139
  sttAccount: string;
10032
10140
  status: EStatusTaskScript;
10033
10141
  noteFix: string;
@@ -10062,7 +10170,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
10062
10170
  timeEnd: Date;
10063
10171
  timezone: string;
10064
10172
  listDateOfWeeks: string[];
10065
- schedulePostTime: Array<string>;
10173
+ schedulePostTime: Array<Array<string>>;
10066
10174
  sttAccount: string;
10067
10175
  status: EStatusTaskScript;
10068
10176
  noteFix: string;
@@ -10087,7 +10195,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
10087
10195
  timeEnd: Date;
10088
10196
  timezone: string;
10089
10197
  listDateOfWeeks: string[];
10090
- schedulePostTime: Array<string>;
10198
+ schedulePostTime: Array<Array<string>>;
10091
10199
  sttAccount: string;
10092
10200
  status: EStatusTaskScript;
10093
10201
  noteFix: string;
@@ -10120,7 +10228,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
10120
10228
  timeEnd: Date;
10121
10229
  timezone: string;
10122
10230
  listDateOfWeeks: string[];
10123
- schedulePostTime: Array<string>;
10231
+ schedulePostTime: Array<Array<string>>;
10124
10232
  sttAccount: string;
10125
10233
  status: EStatusTaskScript;
10126
10234
  noteFix: string;
@@ -10279,10 +10387,10 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
10279
10387
  }
10280
10388
 
10281
10389
  interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10390
+ account: string | IInstagramAccountRaw;
10282
10391
  sheetUrl: string;
10283
10392
  sheetName: string;
10284
10393
  typeSocial: ETypeSocial;
10285
- account: string | IInstagramAccountRaw;
10286
10394
  deviceKey: string;
10287
10395
  minuteWaiting: number;
10288
10396
  isTimeUS: boolean;
@@ -10302,6 +10410,14 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10302
10410
  canvaImagePage3: string;
10303
10411
  canvaImagePage4: string;
10304
10412
  canvaImagePage5: string;
10413
+ urlVoicePage1GenAI: string;
10414
+ urlVoicePage3456GenAI: string;
10415
+ urlImageThumbGenAI: string;
10416
+ urlImagePage1GenAI: string;
10417
+ urlImagePage2GenAI: string;
10418
+ urlImagePage3GenAI: string;
10419
+ urlImagePage4GenAI: string;
10420
+ urlImagePage5GenAI: string;
10305
10421
  username: string;
10306
10422
  contentPost: string;
10307
10423
  nicheLinkCategory: string;
@@ -10322,9 +10438,13 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10322
10438
  linkAddHistory: string;
10323
10439
  commentPostMe: string;
10324
10440
  tagUserPostMe: string;
10325
- typePost: string;
10441
+ typePost: TPost;
10326
10442
  postStyle: string;
10443
+ statusLogin: EStatusAccountSocialLogin;
10444
+ statusSocial: EStatusAccountSocial;
10327
10445
  statusPost: string;
10446
+ linkPost: string;
10447
+ noteFix: string;
10328
10448
  }
10329
10449
 
10330
10450
  interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
@@ -10853,7 +10973,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
10853
10973
  timeEnd: Date;
10854
10974
  timezone: string;
10855
10975
  listDateOfWeeks: string[];
10856
- schedulePostTime: Array<string>;
10976
+ schedulePostTime: Array<Array<string>>;
10857
10977
  }
10858
10978
  interface IThreadsReportPostELS extends IBaseELS {
10859
10979
  idea: IBaseRefFieldELS;
@@ -10887,7 +11007,7 @@ interface IThreadsReportPostELS extends IBaseELS {
10887
11007
  timeEnd: Date;
10888
11008
  timezone: string;
10889
11009
  listDateOfWeeks: string[];
10890
- schedulePostTime: Array<string>;
11010
+ schedulePostTime: Array<Array<string>>;
10891
11011
  }
10892
11012
 
10893
11013
  interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
@@ -10903,7 +11023,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
10903
11023
  timeEnd: Date;
10904
11024
  timezone: string;
10905
11025
  listDateOfWeeks: string[];
10906
- schedulePostTime: Array<string>;
11026
+ schedulePostTime: Array<Array<string>>;
10907
11027
  }
10908
11028
  interface IThreadsReportInteractFollowELS extends IBaseELS {
10909
11029
  idea: IBaseRefFieldELS;
@@ -10929,7 +11049,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
10929
11049
  timeEnd: Date;
10930
11050
  timezone: string;
10931
11051
  listDateOfWeeks: string[];
10932
- schedulePostTime: Array<string>;
11052
+ schedulePostTime: Array<Array<string>>;
10933
11053
  }
10934
11054
 
10935
11055
  interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
@@ -10945,7 +11065,7 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
10945
11065
  timeEnd: Date;
10946
11066
  timezone: string;
10947
11067
  listDateOfWeeks: string[];
10948
- schedulePostTime: Array<string>;
11068
+ schedulePostTime: Array<Array<string>>;
10949
11069
  }
10950
11070
  interface IThreadsReportInteractUnFollowELS extends IBaseELS {
10951
11071
  idea: IBaseRefFieldELS;
@@ -10971,7 +11091,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
10971
11091
  timeEnd: Date;
10972
11092
  timezone: string;
10973
11093
  listDateOfWeeks: string[];
10974
- schedulePostTime: Array<string>;
11094
+ schedulePostTime: Array<Array<string>>;
10975
11095
  }
10976
11096
 
10977
11097
  interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -10986,7 +11106,7 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
10986
11106
  timeEnd: Date;
10987
11107
  timezone: string;
10988
11108
  listDateOfWeeks: string[];
10989
- schedulePostTime: Array<string>;
11109
+ schedulePostTime: Array<Array<string>>;
10990
11110
  }
10991
11111
  interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
10992
11112
  idea: IBaseRefFieldELS;
@@ -11011,7 +11131,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
11011
11131
  timeEnd: Date;
11012
11132
  timezone: string;
11013
11133
  listDateOfWeeks: string[];
11014
- schedulePostTime: Array<string>;
11134
+ schedulePostTime: Array<Array<string>>;
11015
11135
  }
11016
11136
 
11017
11137
  interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
@@ -11027,7 +11147,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
11027
11147
  timeEnd: Date;
11028
11148
  timezone: string;
11029
11149
  listDateOfWeeks: string[];
11030
- schedulePostTime: Array<string>;
11150
+ schedulePostTime: Array<Array<string>>;
11031
11151
  }
11032
11152
  interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
11033
11153
  idea: IBaseRefFieldELS;
@@ -11053,7 +11173,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
11053
11173
  timeEnd: Date;
11054
11174
  timezone: string;
11055
11175
  listDateOfWeeks: string[];
11056
- schedulePostTime: Array<string>;
11176
+ schedulePostTime: Array<Array<string>>;
11057
11177
  }
11058
11178
 
11059
11179
  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.60",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",