automation-lib 5.4.5 → 5.4.7

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.
Files changed (3) hide show
  1. package/dist/index.d.mts +1269 -1303
  2. package/dist/index.d.ts +1269 -1303
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3838,88 +3838,21 @@ interface IAccountSocialGroup extends IBaseModel, ITrackingModel<IUser> {
3838
3838
  }
3839
3839
 
3840
3840
  interface IInstagramAccountRun extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
3841
- isActive: boolean;
3842
- typeSocial: ETypeSocial;
3843
- sheetUrl: string;
3844
- sheetName: string;
3845
- group: IAccountSocialGroup | string;
3846
- accountID: number;
3847
- packageApp: string;
3848
- nameAppCloneSocial: string;
3849
- accountDeviceTypeAppClone: string;
3850
- accountDeviceNameAppClone: string;
3851
- idea: string | IManagerWork;
3852
- niche: string | IManagerWork;
3853
- type: ETypeManagerWorkClassify;
3854
- pc: IPC | string;
3855
- deviceKey: string;
3856
- device: IDevice | string;
3841
+ accountRaw: string | IInstagramAccountRaw;
3842
+ numberPost: number;
3857
3843
  numberFollowers: number;
3858
3844
  numberFollowings: number;
3845
+ runStartDateTime: Date;
3846
+ runEndDateTime: Date;
3859
3847
  statusRun: EStatusAccountSocialRun;
3860
3848
  statusConnectDevice: EStatusDeviceConnectPC;
3861
3849
  noteConnectDevice: string;
3862
3850
  currentActiveTime: Date;
3863
3851
  lastActiveTime: Date;
3864
- promptAvatar: string;
3865
- oldAvatar: string | IFile;
3866
- newAvatar: string | IFile;
3867
- statusChangeAvatar: EStatusChangeInfo;
3868
- timeChangeAvatar: Date;
3869
- promptCover: string;
3870
- oldCover: string | IFile;
3871
- newCover: string | IFile;
3872
- statusChangeCover: EStatusChangeInfo;
3873
- timeChangeCover: Date;
3874
- oldBioContent: string;
3875
- newBioContent: string;
3876
- statusChangeBioContent: EStatusChangeInfo;
3877
- timeChangeBioContent: Date;
3878
- oldListBioLink: string[];
3879
- newListBioLink: string[];
3880
- statusChangeBioLink: EStatusChangeInfo;
3881
- timeChangeBioLink: Date;
3882
- typeAccountSetting: ETypeAccountInstagramSetting;
3883
- statusAccountSetting: EStatusAccountSocialSetting;
3884
- timeChangeAccountSetting: Date;
3885
- oldGroup: string | IAccountSocialGroup;
3886
- newGroup: string | IAccountSocialGroup;
3887
- statusChangeGroup: EStatusChangeInfo;
3888
- timeChangeGroup: Date;
3889
- oldUsername: string;
3890
- newUsername: string;
3891
- statusChangeUsername: EStatusChangeInfo;
3892
- timeChangeUsername: Date;
3893
- oldFullname: string;
3894
- newFullname: string;
3895
- statusChangeFullname: EStatusChangeInfo;
3896
- timeChangeFullname: Date;
3897
- oldEmail: string;
3898
- newEmail: string;
3899
- statusChangeEmail: EStatusChangeInfo;
3900
- timeChangeEmail: Date;
3901
- old2FA: string;
3902
- new2FA: string;
3903
- statusChange2fa: EStatusChangeInfo;
3904
- timeChange2FA: Date;
3905
- oldPassword: string;
3906
- newPassword: string;
3907
- statusChangePassword: EStatusChangeInfo;
3908
- timeChangePassword: Date;
3909
- statusLogin: EStatusAccountSocialLogin;
3910
- email: string;
3911
- emailPassword: string;
3912
- email2FA: string;
3913
- emailRecover: string;
3914
- statusLoginEmail: EStatusAccountSocialLoginEmail;
3915
- timeLoginEmail: Date;
3916
3852
  note: string;
3917
- timeLastUsed: Date;
3918
- lastUserUsed: string | IUser;
3919
3853
  }
3920
3854
 
3921
3855
  interface IInstagramAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
3922
- typeSocial: ETypeSocial;
3923
3856
  sheetUrl: string;
3924
3857
  sheetName: string;
3925
3858
  group: IAccountSocialGroup | string;
@@ -5350,6 +5283,7 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterB
5350
5283
  accountGroup: string[];
5351
5284
  account: string[];
5352
5285
  sheetName: string[];
5286
+ status: EStatusTaskScript[];
5353
5287
  }
5354
5288
 
5355
5289
  interface FindOverViewInstagramReportPostNewDto {
@@ -5394,6 +5328,7 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAcc
5394
5328
  accountGroup: string[];
5395
5329
  account: string[];
5396
5330
  sheetName: string[];
5331
+ status: EStatusTaskScript[];
5397
5332
  }
5398
5333
 
5399
5334
  interface FindOverViewInstagramReportPostReelDto {
@@ -5438,6 +5373,7 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
5438
5373
  accountGroup: string[];
5439
5374
  account: string[];
5440
5375
  sheetName: string[];
5376
+ status: EStatusTaskScript[];
5441
5377
  }
5442
5378
 
5443
5379
  interface FindOverViewInstagramReportPostStoryDto {
@@ -5482,6 +5418,7 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
5482
5418
  accountGroup: string[];
5483
5419
  account: string[];
5484
5420
  sheetName: string[];
5421
+ status: EStatusTaskScript[];
5485
5422
  }
5486
5423
 
5487
5424
  interface FindOverViewInstagramReportPostSquareDto {
@@ -5526,9 +5463,10 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
5526
5463
  accountGroup: string[];
5527
5464
  account: string[];
5528
5465
  sheetName: string[];
5466
+ status: EStatusTaskScript[];
5529
5467
  }
5530
5468
 
5531
- interface FindOverViewInstagramReportInteractReplyCommentDto {
5469
+ interface FindOverViewInstagramReportInteractBlockUserDto {
5532
5470
  totalAccounts: number;
5533
5471
  totalPC: number;
5534
5472
  totalLeader: number;
@@ -5552,7 +5490,7 @@ interface FindOverViewInstagramReportInteractReplyCommentDto {
5552
5490
  unknown: number;
5553
5491
  };
5554
5492
  }
5555
- interface FindInstagramReportInteractReplyCommentDto extends IFindBaseDto, IInstagramReportInteractReplyComment {
5493
+ interface FindInstagramReportInteractBlockUserDto extends IFindBaseDto, IInstagramReportInteractBlockUser {
5556
5494
  idea: string;
5557
5495
  niche: string;
5558
5496
  type: ETypeManagerWorkClassify;
@@ -5561,7 +5499,7 @@ interface FindInstagramReportInteractReplyCommentDto extends IFindBaseDto, IInst
5561
5499
  accountGroup: string;
5562
5500
  account: string;
5563
5501
  }
5564
- interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5502
+ interface FilterInstagramReportInteractBlockUserDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5565
5503
  idea: string[];
5566
5504
  niche: string[];
5567
5505
  type: ETypeManagerWorkClassify[];
@@ -5569,9 +5507,10 @@ interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, I
5569
5507
  device: string[];
5570
5508
  accountGroup: string[];
5571
5509
  account: string[];
5510
+ status: EStatusTaskScript[];
5572
5511
  }
5573
5512
 
5574
- interface FindOverViewInstagramReportInteractReelDto {
5513
+ interface FindOverViewInstagramReportInteractExploreDto {
5575
5514
  totalAccounts: number;
5576
5515
  totalPC: number;
5577
5516
  totalLeader: number;
@@ -5595,7 +5534,7 @@ interface FindOverViewInstagramReportInteractReelDto {
5595
5534
  unknown: number;
5596
5535
  };
5597
5536
  }
5598
- interface FindInstagramReportInteractReelDto extends IFindBaseDto, IInstagramReportInteractReel {
5537
+ interface FindInstagramReportInteractExploreDto extends IFindBaseDto, IInstagramReportInteractExplore {
5599
5538
  idea: string;
5600
5539
  niche: string;
5601
5540
  type: ETypeManagerWorkClassify;
@@ -5604,7 +5543,7 @@ interface FindInstagramReportInteractReelDto extends IFindBaseDto, IInstagramRep
5604
5543
  accountGroup: string;
5605
5544
  account: string;
5606
5545
  }
5607
- interface FilterInstagramReportInteractReelDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5546
+ interface FilterInstagramReportInteractExploreDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5608
5547
  idea: string[];
5609
5548
  niche: string[];
5610
5549
  type: ETypeManagerWorkClassify[];
@@ -5612,9 +5551,10 @@ interface FilterInstagramReportInteractReelDto extends IFilterBaseDto, IFilterBa
5612
5551
  device: string[];
5613
5552
  accountGroup: string[];
5614
5553
  account: string[];
5554
+ status: EStatusTaskScript[];
5615
5555
  }
5616
5556
 
5617
- interface FindOverViewInstagramReportInteractStoryDto {
5557
+ interface FindOverViewInstagramReportInteractFollowDto {
5618
5558
  totalAccounts: number;
5619
5559
  totalPC: number;
5620
5560
  totalLeader: number;
@@ -5638,7 +5578,7 @@ interface FindOverViewInstagramReportInteractStoryDto {
5638
5578
  unknown: number;
5639
5579
  };
5640
5580
  }
5641
- interface FindInstagramReportInteractStoryDto extends IFindBaseDto, IInstagramReportInteractStory {
5581
+ interface FindInstagramReportInteractFollowDto extends IFindBaseDto, IInstagramReportInteractFollow {
5642
5582
  idea: string;
5643
5583
  niche: string;
5644
5584
  type: ETypeManagerWorkClassify;
@@ -5647,7 +5587,7 @@ interface FindInstagramReportInteractStoryDto extends IFindBaseDto, IInstagramRe
5647
5587
  accountGroup: string;
5648
5588
  account: string;
5649
5589
  }
5650
- interface FilterInstagramReportInteractStoryDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5590
+ interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5651
5591
  idea: string[];
5652
5592
  niche: string[];
5653
5593
  type: ETypeManagerWorkClassify[];
@@ -5655,9 +5595,10 @@ interface FilterInstagramReportInteractStoryDto extends IFilterBaseDto, IFilterB
5655
5595
  device: string[];
5656
5596
  accountGroup: string[];
5657
5597
  account: string[];
5598
+ status: EStatusTaskScript[];
5658
5599
  }
5659
5600
 
5660
- interface FindOverViewInstagramReportInteractExploreDto {
5601
+ interface FindOverViewInstagramReportInteractReelDto {
5661
5602
  totalAccounts: number;
5662
5603
  totalPC: number;
5663
5604
  totalLeader: number;
@@ -5681,7 +5622,7 @@ interface FindOverViewInstagramReportInteractExploreDto {
5681
5622
  unknown: number;
5682
5623
  };
5683
5624
  }
5684
- interface FindInstagramReportInteractExploreDto extends IFindBaseDto, IInstagramReportInteractExplore {
5625
+ interface FindInstagramReportInteractReelDto extends IFindBaseDto, IInstagramReportInteractReel {
5685
5626
  idea: string;
5686
5627
  niche: string;
5687
5628
  type: ETypeManagerWorkClassify;
@@ -5690,7 +5631,51 @@ interface FindInstagramReportInteractExploreDto extends IFindBaseDto, IInstagram
5690
5631
  accountGroup: string;
5691
5632
  account: string;
5692
5633
  }
5693
- interface FilterInstagramReportInteractExploreDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5634
+ interface FilterInstagramReportInteractReelDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5635
+ idea: string[];
5636
+ niche: string[];
5637
+ type: ETypeManagerWorkClassify[];
5638
+ pc: string[];
5639
+ device: string[];
5640
+ accountGroup: string[];
5641
+ account: string[];
5642
+ status: EStatusTaskScript[];
5643
+ }
5644
+
5645
+ interface FindOverViewInstagramReportInteractReplyCommentDto {
5646
+ totalAccounts: number;
5647
+ totalPC: number;
5648
+ totalLeader: number;
5649
+ totalMembers: number;
5650
+ totalAccountGroups: number;
5651
+ totalIdea: number;
5652
+ totalNiche: number;
5653
+ totalType: {
5654
+ total: number;
5655
+ TM: number;
5656
+ NTM: number;
5657
+ };
5658
+ totalDevice: {
5659
+ total: number;
5660
+ android: number;
5661
+ ios: number;
5662
+ };
5663
+ totalInteract: {
5664
+ done: number;
5665
+ error: number;
5666
+ unknown: number;
5667
+ };
5668
+ }
5669
+ interface FindInstagramReportInteractReplyCommentDto extends IFindBaseDto, IInstagramReportInteractReplyComment {
5670
+ idea: string;
5671
+ niche: string;
5672
+ type: ETypeManagerWorkClassify;
5673
+ pc: string;
5674
+ device: string;
5675
+ accountGroup: string;
5676
+ account: string;
5677
+ }
5678
+ interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5694
5679
  idea: string[];
5695
5680
  niche: string[];
5696
5681
  type: ETypeManagerWorkClassify[];
@@ -5698,6 +5683,7 @@ interface FilterInstagramReportInteractExploreDto extends IFilterBaseDto, IFilte
5698
5683
  device: string[];
5699
5684
  accountGroup: string[];
5700
5685
  account: string[];
5686
+ status: EStatusTaskScript[];
5701
5687
  }
5702
5688
 
5703
5689
  interface FindOverViewInstagramReportInteractReplyMessageDto {
@@ -5741,9 +5727,10 @@ interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, I
5741
5727
  device: string[];
5742
5728
  accountGroup: string[];
5743
5729
  account: string[];
5730
+ status: EStatusTaskScript[];
5744
5731
  }
5745
5732
 
5746
- interface FindOverViewInstagramReportInteractFollowDto {
5733
+ interface FindOverViewInstagramReportInteractStoryDto {
5747
5734
  totalAccounts: number;
5748
5735
  totalPC: number;
5749
5736
  totalLeader: number;
@@ -5767,7 +5754,7 @@ interface FindOverViewInstagramReportInteractFollowDto {
5767
5754
  unknown: number;
5768
5755
  };
5769
5756
  }
5770
- interface FindInstagramReportInteractFollowDto extends IFindBaseDto, IInstagramReportInteractFollow {
5757
+ interface FindInstagramReportInteractStoryDto extends IFindBaseDto, IInstagramReportInteractStory {
5771
5758
  idea: string;
5772
5759
  niche: string;
5773
5760
  type: ETypeManagerWorkClassify;
@@ -5776,7 +5763,7 @@ interface FindInstagramReportInteractFollowDto extends IFindBaseDto, IInstagramR
5776
5763
  accountGroup: string;
5777
5764
  account: string;
5778
5765
  }
5779
- interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5766
+ interface FilterInstagramReportInteractStoryDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5780
5767
  idea: string[];
5781
5768
  niche: string[];
5782
5769
  type: ETypeManagerWorkClassify[];
@@ -5784,9 +5771,10 @@ interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilter
5784
5771
  device: string[];
5785
5772
  accountGroup: string[];
5786
5773
  account: string[];
5774
+ status: EStatusTaskScript[];
5787
5775
  }
5788
5776
 
5789
- interface FindOverViewInstagramReportInteractBlockUserDto {
5777
+ interface FindOverViewInstagramReportInteractUnFollowDto {
5790
5778
  totalAccounts: number;
5791
5779
  totalPC: number;
5792
5780
  totalLeader: number;
@@ -5810,7 +5798,7 @@ interface FindOverViewInstagramReportInteractBlockUserDto {
5810
5798
  unknown: number;
5811
5799
  };
5812
5800
  }
5813
- interface FindInstagramReportInteractBlockUserDto extends IFindBaseDto, IInstagramReportInteractBlockUser {
5801
+ interface FindInstagramReportInteractUnFollowDto extends IFindBaseDto, IInstagramReportInteractUnFollow {
5814
5802
  idea: string;
5815
5803
  niche: string;
5816
5804
  type: ETypeManagerWorkClassify;
@@ -5819,7 +5807,7 @@ interface FindInstagramReportInteractBlockUserDto extends IFindBaseDto, IInstagr
5819
5807
  accountGroup: string;
5820
5808
  account: string;
5821
5809
  }
5822
- interface FilterInstagramReportInteractBlockUserDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5810
+ interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
5823
5811
  idea: string[];
5824
5812
  niche: string[];
5825
5813
  type: ETypeManagerWorkClassify[];
@@ -5827,6 +5815,7 @@ interface FilterInstagramReportInteractBlockUserDto extends IFilterBaseDto, IFil
5827
5815
  device: string[];
5828
5816
  accountGroup: string[];
5829
5817
  account: string[];
5818
+ status: EStatusTaskScript[];
5830
5819
  }
5831
5820
 
5832
5821
  interface FindInstagramSettingInteractExploreDto extends IFindBaseDto, IInstagramSettingInteractExplore {
@@ -5846,6 +5835,7 @@ interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilt
5846
5835
  device: string[];
5847
5836
  accountGroup: string[];
5848
5837
  account: string[];
5838
+ status: EStatusActive;
5849
5839
  }
5850
5840
 
5851
5841
  interface FindInstagramSettingInteractFollowDto extends IFindBaseDto, IInstagramSettingInteractFollow {
@@ -5865,6 +5855,7 @@ interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilte
5865
5855
  device: string[];
5866
5856
  accountGroup: string[];
5867
5857
  account: string[];
5858
+ status: EStatusActive;
5868
5859
  }
5869
5860
 
5870
5861
  interface FindInstagramSettingInteractReelDto extends IFindBaseDto, IInstagramSettingInteractReel {
@@ -5884,6 +5875,7 @@ interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterB
5884
5875
  device: string[];
5885
5876
  accountGroup: string[];
5886
5877
  account: string[];
5878
+ status: EStatusActive;
5887
5879
  }
5888
5880
 
5889
5881
  interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto, IInstagramSettingInteractReplyComment {
@@ -5903,6 +5895,7 @@ interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto,
5903
5895
  device: string[];
5904
5896
  accountGroup: string[];
5905
5897
  account: string[];
5898
+ status: EStatusActive;
5906
5899
  }
5907
5900
 
5908
5901
  interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto, IInstagramSettingInteractReplyMessage {
@@ -5922,6 +5915,7 @@ interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto,
5922
5915
  device: string[];
5923
5916
  accountGroup: string[];
5924
5917
  account: string[];
5918
+ status: EStatusActive;
5925
5919
  }
5926
5920
 
5927
5921
  interface FindInstagramSettingInteractStoryDto extends IFindBaseDto, IInstagramSettingInteractStory {
@@ -5941,6 +5935,7 @@ interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilter
5941
5935
  device: string[];
5942
5936
  accountGroup: string[];
5943
5937
  account: string[];
5938
+ status: EStatusActive;
5944
5939
  }
5945
5940
 
5946
5941
  interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto, IInstagramSettingInteractUnFollow {
@@ -5960,6 +5955,7 @@ interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFil
5960
5955
  device: string[];
5961
5956
  accountGroup: string[];
5962
5957
  account: string[];
5958
+ status: EStatusActive;
5963
5959
  }
5964
5960
 
5965
5961
  interface FindInstagramSettingPostDto extends IFindBaseDto, IInstagramSettingPost {
@@ -5979,6 +5975,7 @@ interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccou
5979
5975
  device: string[];
5980
5976
  accountGroup: string[];
5981
5977
  account: string[];
5978
+ status: EStatusActive;
5982
5979
  }
5983
5980
 
5984
5981
  interface AutoFillTaskInstagramBlockUserDto {
@@ -8778,6 +8775,7 @@ type index$6_FilterInstagramReportInteractReelDto = FilterInstagramReportInterac
8778
8775
  type index$6_FilterInstagramReportInteractReplyCommentDto = FilterInstagramReportInteractReplyCommentDto;
8779
8776
  type index$6_FilterInstagramReportInteractReplyMessageDto = FilterInstagramReportInteractReplyMessageDto;
8780
8777
  type index$6_FilterInstagramReportInteractStoryDto = FilterInstagramReportInteractStoryDto;
8778
+ type index$6_FilterInstagramReportInteractUnFollowDto = FilterInstagramReportInteractUnFollowDto;
8781
8779
  type index$6_FilterInstagramReportPostHighLightDto = FilterInstagramReportPostHighLightDto;
8782
8780
  type index$6_FilterInstagramReportPostNewDto = FilterInstagramReportPostNewDto;
8783
8781
  type index$6_FilterInstagramReportPostReelDto = FilterInstagramReportPostReelDto;
@@ -8893,6 +8891,7 @@ type index$6_FindInstagramReportInteractReelDto = FindInstagramReportInteractRee
8893
8891
  type index$6_FindInstagramReportInteractReplyCommentDto = FindInstagramReportInteractReplyCommentDto;
8894
8892
  type index$6_FindInstagramReportInteractReplyMessageDto = FindInstagramReportInteractReplyMessageDto;
8895
8893
  type index$6_FindInstagramReportInteractStoryDto = FindInstagramReportInteractStoryDto;
8894
+ type index$6_FindInstagramReportInteractUnFollowDto = FindInstagramReportInteractUnFollowDto;
8896
8895
  type index$6_FindInstagramReportPostHighLightDto = FindInstagramReportPostHighLightDto;
8897
8896
  type index$6_FindInstagramReportPostNewDto = FindInstagramReportPostNewDto;
8898
8897
  type index$6_FindInstagramReportPostReelDto = FindInstagramReportPostReelDto;
@@ -8921,6 +8920,7 @@ type index$6_FindOverViewInstagramReportInteractReelDto = FindOverViewInstagramR
8921
8920
  type index$6_FindOverViewInstagramReportInteractReplyCommentDto = FindOverViewInstagramReportInteractReplyCommentDto;
8922
8921
  type index$6_FindOverViewInstagramReportInteractReplyMessageDto = FindOverViewInstagramReportInteractReplyMessageDto;
8923
8922
  type index$6_FindOverViewInstagramReportInteractStoryDto = FindOverViewInstagramReportInteractStoryDto;
8923
+ type index$6_FindOverViewInstagramReportInteractUnFollowDto = FindOverViewInstagramReportInteractUnFollowDto;
8924
8924
  type index$6_FindOverViewInstagramReportPostHighLightDto = FindOverViewInstagramReportPostHighLightDto;
8925
8925
  type index$6_FindOverViewInstagramReportPostNewDto = FindOverViewInstagramReportPostNewDto;
8926
8926
  type index$6_FindOverViewInstagramReportPostReelDto = FindOverViewInstagramReportPostReelDto;
@@ -9079,700 +9079,550 @@ type index$6_UpdateTeamDto = UpdateTeamDto;
9079
9079
  type index$6_UpdateUserDto = UpdateUserDto;
9080
9080
  type index$6_ViewDetailDeviceDto = ViewDetailDeviceDto;
9081
9081
  declare namespace index$6 {
9082
- export type { index$6_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index$6_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index$6_AddToDeviceProxyDto as AddToDeviceProxyDto, index$6_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, index$6_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$6_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$6_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index$6_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index$6_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index$6_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index$6_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index$6_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index$6_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index$6_CheckSendMessageLark as CheckSendMessageLark, index$6_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index$6_CreateAccountVPSDto as CreateAccountVPSDto, index$6_CreateBlogDto as CreateBlogDto, index$6_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index$6_CreateDepartmentDto as CreateDepartmentDto, index$6_CreateLarkDto as CreateLarkDto, index$6_CreateManagerWorkDto as CreateManagerWorkDto, index$6_CreatePCDto as CreatePCDto, index$6_CreateProxyDto as CreateProxyDto, index$6_CreateRoleDto as CreateRoleDto, index$6_CreateSheetToolDto as CreateSheetToolDto, index$6_CreateSheetWorkDto as CreateSheetWorkDto, index$6_CreateTaskAIContentDto as CreateTaskAIContentDto, index$6_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index$6_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index$6_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index$6_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index$6_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index$6_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index$6_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index$6_CreateTaskInstagramInteractExploreDto as CreateTaskInstagramInteractExploreDto, index$6_CreateTaskInstagramInteractReelDto as CreateTaskInstagramInteractReelDto, index$6_CreateTaskInstagramInteractStoryDto as CreateTaskInstagramInteractStoryDto, index$6_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index$6_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index$6_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index$6_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index$6_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index$6_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index$6_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index$6_CreateTasksJobDto as CreateTasksJobDto, index$6_CreateTeamDto as CreateTeamDto, index$6_CreateUserDto as CreateUserDto, index$6_ExportDto as ExportDto, index$6_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index$6_FilterAccountAIContentDto as FilterAccountAIContentDto, index$6_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index$6_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index$6_FilterAccountAIImageDto as FilterAccountAIImageDto, index$6_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index$6_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index$6_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index$6_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index$6_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index$6_FilterAccountCanvaDto as FilterAccountCanvaDto, index$6_FilterAccountDriveDto as FilterAccountDriveDto, index$6_FilterAccountEmailDto as FilterAccountEmailDto, index$6_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index$6_FilterAccountVPNDto as FilterAccountVPNDto, index$6_FilterAccountVPSDto as FilterAccountVPSDto, index$6_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index$6_FilterBaseDto as FilterBaseDto, index$6_FilterBaseSocialDto as FilterBaseSocialDto, index$6_FilterBlogCategoryDto as FilterBlogCategoryDto, index$6_FilterBlogDto as FilterBlogDto, index$6_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index$6_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, index$6_FilterDepartmentDto as FilterDepartmentDto, index$6_FilterDeviceDto as FilterDeviceDto, index$6_FilterDeviceLogDto as FilterDeviceLogDto, index$6_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index$6_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index$6_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index$6_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index$6_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index$6_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index$6_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index$6_FilterInstagramHistoryAutoPostDto as FilterInstagramHistoryAutoPostDto, index$6_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index$6_FilterInstagramHistoryBlockUserDto as FilterInstagramHistoryBlockUserDto, index$6_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index$6_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index$6_FilterInstagramHistoryFollowDto as FilterInstagramHistoryFollowDto, index$6_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index$6_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index$6_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index$6_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index$6_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index$6_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index$6_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index$6_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, index$6_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index$6_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index$6_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index$6_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index$6_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index$6_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index$6_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index$6_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index$6_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index$6_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index$6_FilterInstagramSettingInteractStoryDto as FilterInstagramSettingInteractStoryDto, index$6_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index$6_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index$6_FilterLarkDto as FilterLarkDto, index$6_FilterManagerImageAIDto as FilterManagerImageAIDto, index$6_FilterManagerSheetDto as FilterManagerSheetDto, index$6_FilterManagerWorkDto as FilterManagerWorkDto, index$6_FilterPCDto as FilterPCDto, index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FilterProxyDto as FilterProxyDto, index$6_FilterRoleDto as FilterRoleDto, index$6_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index$6_FilterSheetWorkDto as FilterSheetWorkDto, index$6_FilterSheetsToolDto as FilterSheetsToolDto, index$6_FilterTaskAIContentDto as FilterTaskAIContentDto, index$6_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index$6_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index$6_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index$6_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index$6_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index$6_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index$6_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index$6_FilterTaskInstagramInteractExploreDto as FilterTaskInstagramInteractExploreDto, index$6_FilterTaskInstagramInteractReelDto as FilterTaskInstagramInteractReelDto, index$6_FilterTaskInstagramInteractStoryDto as FilterTaskInstagramInteractStoryDto, index$6_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index$6_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index$6_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index$6_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index$6_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index$6_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index$6_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index$6_FilterTeamDto as FilterTeamDto, index$6_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index$6_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index$6_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, index$6_FilterThreadsHistoryAutoPostDto as FilterThreadsHistoryAutoPostDto, index$6_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index$6_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index$6_FilterThreadsHistoryCreateDto as FilterThreadsHistoryCreateDto, index$6_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index$6_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index$6_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index$6_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index$6_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index$6_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index$6_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index$6_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index$6_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index$6_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index$6_FilterUserDto as FilterUserDto, index$6_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index$6_FindAccountAIContentDto as FindAccountAIContentDto, index$6_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index$6_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index$6_FindAccountAIImageDto as FindAccountAIImageDto, index$6_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index$6_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index$6_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index$6_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index$6_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index$6_FindAccountCanvaDto as FindAccountCanvaDto, index$6_FindAccountDriveDto as FindAccountDriveDto, index$6_FindAccountEmailDto as FindAccountEmailDto, index$6_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index$6_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, index$6_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index$6_FindAccountVPNDto as FindAccountVPNDto, index$6_FindAccountVPSDto as FindAccountVPSDto, index$6_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index$6_FindAutoFillDeviceDto as FindAutoFillDeviceDto, index$6_FindBlogCategoryDto as FindBlogCategoryDto, index$6_FindBlogDto as FindBlogDto, index$6_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index$6_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, index$6_FindDepartmentDto as FindDepartmentDto, index$6_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index$6_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index$6_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index$6_FindDeviceDto as FindDeviceDto, index$6_FindDeviceLogDto as FindDeviceLogDto, index$6_FindForReviewDto as FindForReviewDto, index$6_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index$6_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, index$6_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index$6_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index$6_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index$6_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index$6_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index$6_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index$6_FindInstagramHistoryAutoPostDto as FindInstagramHistoryAutoPostDto, index$6_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index$6_FindInstagramHistoryBlockUserDto as FindInstagramHistoryBlockUserDto, index$6_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index$6_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index$6_FindInstagramHistoryFollowDto as FindInstagramHistoryFollowDto, index$6_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index$6_FindInstagramReportInteractBlockUserDto as FindInstagramReportInteractBlockUserDto, index$6_FindInstagramReportInteractExploreDto as FindInstagramReportInteractExploreDto, index$6_FindInstagramReportInteractFollowDto as FindInstagramReportInteractFollowDto, index$6_FindInstagramReportInteractReelDto as FindInstagramReportInteractReelDto, index$6_FindInstagramReportInteractReplyCommentDto as FindInstagramReportInteractReplyCommentDto, index$6_FindInstagramReportInteractReplyMessageDto as FindInstagramReportInteractReplyMessageDto, index$6_FindInstagramReportInteractStoryDto as FindInstagramReportInteractStoryDto, index$6_FindInstagramReportPostHighLightDto as FindInstagramReportPostHighLightDto, index$6_FindInstagramReportPostNewDto as FindInstagramReportPostNewDto, index$6_FindInstagramReportPostReelDto as FindInstagramReportPostReelDto, index$6_FindInstagramReportPostSquareDto as FindInstagramReportPostSquareDto, index$6_FindInstagramReportPostStoryDto as FindInstagramReportPostStoryDto, index$6_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index$6_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index$6_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index$6_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index$6_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index$6_FindInstagramSettingInteractStoryDto as FindInstagramSettingInteractStoryDto, index$6_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index$6_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index$6_FindLarkDto as FindLarkDto, index$6_FindManagerImageAIDto as FindManagerImageAIDto, index$6_FindManagerSheetDto as FindManagerSheetDto, index$6_FindManagerWorkDto as FindManagerWorkDto, index$6_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index$6_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index$6_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index$6_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index$6_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index$6_FindOverViewInstagramReportInteractExploreDto as FindOverViewInstagramReportInteractExploreDto, index$6_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index$6_FindOverViewInstagramReportInteractReelDto as FindOverViewInstagramReportInteractReelDto, index$6_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index$6_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index$6_FindOverViewInstagramReportInteractStoryDto as FindOverViewInstagramReportInteractStoryDto, index$6_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index$6_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index$6_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index$6_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index$6_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index$6_FindOverViewLarkDto as FindOverViewLarkDto, index$6_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index$6_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index$6_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index$6_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index$6_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index$6_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index$6_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index$6_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index$6_FindOverViewTaskInstagramInteractExploreDto as FindOverViewTaskInstagramInteractExploreDto, index$6_FindOverViewTaskInstagramInteractReelDto as FindOverViewTaskInstagramInteractReelDto, index$6_FindOverViewTaskInstagramInteractStoryDto as FindOverViewTaskInstagramInteractStoryDto, index$6_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index$6_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index$6_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index$6_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index$6_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index$6_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index$6_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index$6_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index$6_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index$6_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index$6_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index$6_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index$6_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index$6_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index$6_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index$6_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index$6_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, index$6_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index$6_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, index$6_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, index$6_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, index$6_FindOverviewDeviceLog as FindOverviewDeviceLog, index$6_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, index$6_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, index$6_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index$6_FindOverviewInstagramHistoryAutoPostDto as FindOverviewInstagramHistoryAutoPostDto, index$6_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index$6_FindOverviewInstagramHistoryBlockUserDto as FindOverviewInstagramHistoryBlockUserDto, index$6_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index$6_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index$6_FindOverviewInstagramHistoryFollowDto as FindOverviewInstagramHistoryFollowDto, index$6_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index$6_FindOverviewProxyDto as FindOverviewProxyDto, index$6_FindOverviewRoleDto as FindOverviewRoleDto, index$6_FindOverviewTeamDto as FindOverviewTeamDto, index$6_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, index$6_FindOverviewUserDto as FindOverviewUserDto, index$6_FindPCDto as FindPCDto, index$6_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, index$6_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FindProxyDto as FindProxyDto, index$6_FindReplaceDeviceDto as FindReplaceDeviceDto, index$6_FindRoleDetailDto as FindRoleDetailDto, index$6_FindRoleDto as FindRoleDto, index$6_FindRoleOfMe as FindRoleOfMe, index$6_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index$6_FindSheetWorkDto as FindSheetWorkDto, index$6_FindSheetsToolDto as FindSheetsToolDto, index$6_FindTaskAIContentDto as FindTaskAIContentDto, index$6_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index$6_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index$6_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index$6_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index$6_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index$6_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index$6_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index$6_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index$6_FindTaskInstagramInteractExploreDto as FindTaskInstagramInteractExploreDto, index$6_FindTaskInstagramInteractReelDto as FindTaskInstagramInteractReelDto, index$6_FindTaskInstagramInteractStoryDto as FindTaskInstagramInteractStoryDto, index$6_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index$6_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index$6_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index$6_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index$6_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index$6_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index$6_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index$6_FindTasksJobDto as FindTasksJobDto, index$6_FindTeamDto as FindTeamDto, index$6_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index$6_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index$6_FindThreadsHistoryAutoPostDto as FindThreadsHistoryAutoPostDto, index$6_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index$6_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index$6_FindThreadsHistoryCreateDto as FindThreadsHistoryCreateDto, index$6_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index$6_FindThreadsReportInteractFollowDto as FindThreadsReportInteractFollowDto, index$6_FindThreadsReportInteractReplyCommentDto as FindThreadsReportInteractReplyCommentDto, index$6_FindThreadsReportInteractReplyMessageDto as FindThreadsReportInteractReplyMessageDto, index$6_FindThreadsReportPostDto as FindThreadsReportPostDto, index$6_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index$6_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index$6_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index$6_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index$6_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index$6_FindUserDto as FindUserDto, index$6_IBaseELS as IBaseELS, index$6_IBaseSheetImportDto as IBaseSheetImportDto, index$6_IDeviceAccountSocialBase as IDeviceAccountSocialBase, index$6_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index$6_IFilterBaseDto as IFilterBaseDto, index$6_IFindBaseDto as IFindBaseDto, index$6_ImportAccountVPSDto as ImportAccountVPSDto, index$6_ImportDto as ImportDto, index$6_ImportManagerWorkDto as ImportManagerWorkDto, index$6_ImportSheetWorkDto as ImportSheetWorkDto, index$6_LoadInfoDeviceSheetToolDto as LoadInfoDeviceSheetToolDto, index$6_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index$6_OverviewSheetsToolDto as OverviewSheetsToolDto, index$6_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$6_ReplaceAccountVSPDto as ReplaceAccountVSPDto, index$6_StatisticsManagerWorkDto as StatisticsManagerWorkDto, index$6_StatisticsSheetWorkDto as StatisticsSheetWorkDto, index$6_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index$6_UpdateAccountVPSDto as UpdateAccountVPSDto, index$6_UpdateBlogDto as UpdateBlogDto, index$6_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index$6_UpdateDepartmentDto as UpdateDepartmentDto, index$6_UpdateDeviceDto as UpdateDeviceDto, index$6_UpdateLarkDto as UpdateLarkDto, index$6_UpdateManagerWorkDto as UpdateManagerWorkDto, index$6_UpdatePCDto as UpdatePCDto, index$6_UpdateProxyDto as UpdateProxyDto, index$6_UpdateRoleDto as UpdateRoleDto, index$6_UpdateSheetWorkDto as UpdateSheetWorkDto, index$6_UpdateSheetsToolDto as UpdateSheetsToolDto, index$6_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index$6_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index$6_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index$6_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index$6_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index$6_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index$6_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index$6_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index$6_UpdateTaskInstagramInteractExploreDto as UpdateTaskInstagramInteractExploreDto, index$6_UpdateTaskInstagramInteractReelDto as UpdateTaskInstagramInteractReelDto, index$6_UpdateTaskInstagramInteractStoryDto as UpdateTaskInstagramInteractStoryDto, index$6_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index$6_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index$6_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index$6_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index$6_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index$6_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index$6_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index$6_UpdateTasksJobDto as UpdateTasksJobDto, index$6_UpdateTeamDto as UpdateTeamDto, index$6_UpdateUserDto as UpdateUserDto, index$6_ViewDetailDeviceDto as ViewDetailDeviceDto };
9082
+ export type { index$6_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index$6_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index$6_AddToDeviceProxyDto as AddToDeviceProxyDto, index$6_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, index$6_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$6_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$6_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index$6_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index$6_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index$6_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index$6_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index$6_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index$6_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index$6_CheckSendMessageLark as CheckSendMessageLark, index$6_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index$6_CreateAccountVPSDto as CreateAccountVPSDto, index$6_CreateBlogDto as CreateBlogDto, index$6_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index$6_CreateDepartmentDto as CreateDepartmentDto, index$6_CreateLarkDto as CreateLarkDto, index$6_CreateManagerWorkDto as CreateManagerWorkDto, index$6_CreatePCDto as CreatePCDto, index$6_CreateProxyDto as CreateProxyDto, index$6_CreateRoleDto as CreateRoleDto, index$6_CreateSheetToolDto as CreateSheetToolDto, index$6_CreateSheetWorkDto as CreateSheetWorkDto, index$6_CreateTaskAIContentDto as CreateTaskAIContentDto, index$6_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index$6_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index$6_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index$6_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index$6_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index$6_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index$6_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index$6_CreateTaskInstagramInteractExploreDto as CreateTaskInstagramInteractExploreDto, index$6_CreateTaskInstagramInteractReelDto as CreateTaskInstagramInteractReelDto, index$6_CreateTaskInstagramInteractStoryDto as CreateTaskInstagramInteractStoryDto, index$6_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index$6_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index$6_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index$6_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index$6_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index$6_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index$6_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index$6_CreateTasksJobDto as CreateTasksJobDto, index$6_CreateTeamDto as CreateTeamDto, index$6_CreateUserDto as CreateUserDto, index$6_ExportDto as ExportDto, index$6_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index$6_FilterAccountAIContentDto as FilterAccountAIContentDto, index$6_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index$6_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index$6_FilterAccountAIImageDto as FilterAccountAIImageDto, index$6_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index$6_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index$6_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index$6_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index$6_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index$6_FilterAccountCanvaDto as FilterAccountCanvaDto, index$6_FilterAccountDriveDto as FilterAccountDriveDto, index$6_FilterAccountEmailDto as FilterAccountEmailDto, index$6_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index$6_FilterAccountVPNDto as FilterAccountVPNDto, index$6_FilterAccountVPSDto as FilterAccountVPSDto, index$6_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index$6_FilterBaseDto as FilterBaseDto, index$6_FilterBaseSocialDto as FilterBaseSocialDto, index$6_FilterBlogCategoryDto as FilterBlogCategoryDto, index$6_FilterBlogDto as FilterBlogDto, index$6_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index$6_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, index$6_FilterDepartmentDto as FilterDepartmentDto, index$6_FilterDeviceDto as FilterDeviceDto, index$6_FilterDeviceLogDto as FilterDeviceLogDto, index$6_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index$6_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index$6_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index$6_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index$6_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index$6_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index$6_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index$6_FilterInstagramHistoryAutoPostDto as FilterInstagramHistoryAutoPostDto, index$6_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index$6_FilterInstagramHistoryBlockUserDto as FilterInstagramHistoryBlockUserDto, index$6_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index$6_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index$6_FilterInstagramHistoryFollowDto as FilterInstagramHistoryFollowDto, index$6_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index$6_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index$6_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index$6_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index$6_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index$6_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index$6_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index$6_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, index$6_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, index$6_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index$6_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index$6_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index$6_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index$6_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index$6_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index$6_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index$6_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index$6_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index$6_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index$6_FilterInstagramSettingInteractStoryDto as FilterInstagramSettingInteractStoryDto, index$6_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index$6_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index$6_FilterLarkDto as FilterLarkDto, index$6_FilterManagerImageAIDto as FilterManagerImageAIDto, index$6_FilterManagerSheetDto as FilterManagerSheetDto, index$6_FilterManagerWorkDto as FilterManagerWorkDto, index$6_FilterPCDto as FilterPCDto, index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FilterProxyDto as FilterProxyDto, index$6_FilterRoleDto as FilterRoleDto, index$6_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index$6_FilterSheetWorkDto as FilterSheetWorkDto, index$6_FilterSheetsToolDto as FilterSheetsToolDto, index$6_FilterTaskAIContentDto as FilterTaskAIContentDto, index$6_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index$6_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index$6_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index$6_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index$6_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index$6_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index$6_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index$6_FilterTaskInstagramInteractExploreDto as FilterTaskInstagramInteractExploreDto, index$6_FilterTaskInstagramInteractReelDto as FilterTaskInstagramInteractReelDto, index$6_FilterTaskInstagramInteractStoryDto as FilterTaskInstagramInteractStoryDto, index$6_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index$6_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index$6_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index$6_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index$6_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index$6_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index$6_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index$6_FilterTeamDto as FilterTeamDto, index$6_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index$6_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index$6_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, index$6_FilterThreadsHistoryAutoPostDto as FilterThreadsHistoryAutoPostDto, index$6_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index$6_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index$6_FilterThreadsHistoryCreateDto as FilterThreadsHistoryCreateDto, index$6_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index$6_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index$6_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index$6_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index$6_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index$6_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index$6_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index$6_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index$6_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index$6_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index$6_FilterUserDto as FilterUserDto, index$6_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index$6_FindAccountAIContentDto as FindAccountAIContentDto, index$6_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index$6_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index$6_FindAccountAIImageDto as FindAccountAIImageDto, index$6_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index$6_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index$6_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index$6_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index$6_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index$6_FindAccountCanvaDto as FindAccountCanvaDto, index$6_FindAccountDriveDto as FindAccountDriveDto, index$6_FindAccountEmailDto as FindAccountEmailDto, index$6_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index$6_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, index$6_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index$6_FindAccountVPNDto as FindAccountVPNDto, index$6_FindAccountVPSDto as FindAccountVPSDto, index$6_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index$6_FindAutoFillDeviceDto as FindAutoFillDeviceDto, index$6_FindBlogCategoryDto as FindBlogCategoryDto, index$6_FindBlogDto as FindBlogDto, index$6_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index$6_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, index$6_FindDepartmentDto as FindDepartmentDto, index$6_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index$6_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index$6_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index$6_FindDeviceDto as FindDeviceDto, index$6_FindDeviceLogDto as FindDeviceLogDto, index$6_FindForReviewDto as FindForReviewDto, index$6_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index$6_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, index$6_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index$6_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index$6_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index$6_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index$6_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index$6_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index$6_FindInstagramHistoryAutoPostDto as FindInstagramHistoryAutoPostDto, index$6_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index$6_FindInstagramHistoryBlockUserDto as FindInstagramHistoryBlockUserDto, index$6_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index$6_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index$6_FindInstagramHistoryFollowDto as FindInstagramHistoryFollowDto, index$6_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index$6_FindInstagramReportInteractBlockUserDto as FindInstagramReportInteractBlockUserDto, index$6_FindInstagramReportInteractExploreDto as FindInstagramReportInteractExploreDto, index$6_FindInstagramReportInteractFollowDto as FindInstagramReportInteractFollowDto, index$6_FindInstagramReportInteractReelDto as FindInstagramReportInteractReelDto, index$6_FindInstagramReportInteractReplyCommentDto as FindInstagramReportInteractReplyCommentDto, index$6_FindInstagramReportInteractReplyMessageDto as FindInstagramReportInteractReplyMessageDto, index$6_FindInstagramReportInteractStoryDto as FindInstagramReportInteractStoryDto, index$6_FindInstagramReportInteractUnFollowDto as FindInstagramReportInteractUnFollowDto, index$6_FindInstagramReportPostHighLightDto as FindInstagramReportPostHighLightDto, index$6_FindInstagramReportPostNewDto as FindInstagramReportPostNewDto, index$6_FindInstagramReportPostReelDto as FindInstagramReportPostReelDto, index$6_FindInstagramReportPostSquareDto as FindInstagramReportPostSquareDto, index$6_FindInstagramReportPostStoryDto as FindInstagramReportPostStoryDto, index$6_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index$6_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index$6_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index$6_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index$6_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index$6_FindInstagramSettingInteractStoryDto as FindInstagramSettingInteractStoryDto, index$6_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index$6_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index$6_FindLarkDto as FindLarkDto, index$6_FindManagerImageAIDto as FindManagerImageAIDto, index$6_FindManagerSheetDto as FindManagerSheetDto, index$6_FindManagerWorkDto as FindManagerWorkDto, index$6_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index$6_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index$6_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index$6_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index$6_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index$6_FindOverViewInstagramReportInteractExploreDto as FindOverViewInstagramReportInteractExploreDto, index$6_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index$6_FindOverViewInstagramReportInteractReelDto as FindOverViewInstagramReportInteractReelDto, index$6_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index$6_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index$6_FindOverViewInstagramReportInteractStoryDto as FindOverViewInstagramReportInteractStoryDto, index$6_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, index$6_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index$6_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index$6_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index$6_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index$6_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index$6_FindOverViewLarkDto as FindOverViewLarkDto, index$6_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index$6_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index$6_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index$6_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index$6_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index$6_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index$6_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index$6_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index$6_FindOverViewTaskInstagramInteractExploreDto as FindOverViewTaskInstagramInteractExploreDto, index$6_FindOverViewTaskInstagramInteractReelDto as FindOverViewTaskInstagramInteractReelDto, index$6_FindOverViewTaskInstagramInteractStoryDto as FindOverViewTaskInstagramInteractStoryDto, index$6_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index$6_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index$6_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index$6_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index$6_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index$6_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index$6_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index$6_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index$6_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index$6_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index$6_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index$6_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index$6_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index$6_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index$6_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index$6_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index$6_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, index$6_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index$6_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, index$6_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, index$6_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, index$6_FindOverviewDeviceLog as FindOverviewDeviceLog, index$6_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, index$6_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, index$6_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index$6_FindOverviewInstagramHistoryAutoPostDto as FindOverviewInstagramHistoryAutoPostDto, index$6_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index$6_FindOverviewInstagramHistoryBlockUserDto as FindOverviewInstagramHistoryBlockUserDto, index$6_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index$6_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index$6_FindOverviewInstagramHistoryFollowDto as FindOverviewInstagramHistoryFollowDto, index$6_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index$6_FindOverviewProxyDto as FindOverviewProxyDto, index$6_FindOverviewRoleDto as FindOverviewRoleDto, index$6_FindOverviewTeamDto as FindOverviewTeamDto, index$6_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, index$6_FindOverviewUserDto as FindOverviewUserDto, index$6_FindPCDto as FindPCDto, index$6_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, index$6_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FindProxyDto as FindProxyDto, index$6_FindReplaceDeviceDto as FindReplaceDeviceDto, index$6_FindRoleDetailDto as FindRoleDetailDto, index$6_FindRoleDto as FindRoleDto, index$6_FindRoleOfMe as FindRoleOfMe, index$6_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index$6_FindSheetWorkDto as FindSheetWorkDto, index$6_FindSheetsToolDto as FindSheetsToolDto, index$6_FindTaskAIContentDto as FindTaskAIContentDto, index$6_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index$6_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index$6_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index$6_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index$6_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index$6_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index$6_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index$6_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index$6_FindTaskInstagramInteractExploreDto as FindTaskInstagramInteractExploreDto, index$6_FindTaskInstagramInteractReelDto as FindTaskInstagramInteractReelDto, index$6_FindTaskInstagramInteractStoryDto as FindTaskInstagramInteractStoryDto, index$6_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index$6_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index$6_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index$6_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index$6_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index$6_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index$6_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index$6_FindTasksJobDto as FindTasksJobDto, index$6_FindTeamDto as FindTeamDto, index$6_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index$6_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index$6_FindThreadsHistoryAutoPostDto as FindThreadsHistoryAutoPostDto, index$6_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index$6_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index$6_FindThreadsHistoryCreateDto as FindThreadsHistoryCreateDto, index$6_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index$6_FindThreadsReportInteractFollowDto as FindThreadsReportInteractFollowDto, index$6_FindThreadsReportInteractReplyCommentDto as FindThreadsReportInteractReplyCommentDto, index$6_FindThreadsReportInteractReplyMessageDto as FindThreadsReportInteractReplyMessageDto, index$6_FindThreadsReportPostDto as FindThreadsReportPostDto, index$6_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index$6_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index$6_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index$6_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index$6_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index$6_FindUserDto as FindUserDto, index$6_IBaseELS as IBaseELS, index$6_IBaseSheetImportDto as IBaseSheetImportDto, index$6_IDeviceAccountSocialBase as IDeviceAccountSocialBase, index$6_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index$6_IFilterBaseDto as IFilterBaseDto, index$6_IFindBaseDto as IFindBaseDto, index$6_ImportAccountVPSDto as ImportAccountVPSDto, index$6_ImportDto as ImportDto, index$6_ImportManagerWorkDto as ImportManagerWorkDto, index$6_ImportSheetWorkDto as ImportSheetWorkDto, index$6_LoadInfoDeviceSheetToolDto as LoadInfoDeviceSheetToolDto, index$6_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index$6_OverviewSheetsToolDto as OverviewSheetsToolDto, index$6_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$6_ReplaceAccountVSPDto as ReplaceAccountVSPDto, index$6_StatisticsManagerWorkDto as StatisticsManagerWorkDto, index$6_StatisticsSheetWorkDto as StatisticsSheetWorkDto, index$6_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index$6_UpdateAccountVPSDto as UpdateAccountVPSDto, index$6_UpdateBlogDto as UpdateBlogDto, index$6_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index$6_UpdateDepartmentDto as UpdateDepartmentDto, index$6_UpdateDeviceDto as UpdateDeviceDto, index$6_UpdateLarkDto as UpdateLarkDto, index$6_UpdateManagerWorkDto as UpdateManagerWorkDto, index$6_UpdatePCDto as UpdatePCDto, index$6_UpdateProxyDto as UpdateProxyDto, index$6_UpdateRoleDto as UpdateRoleDto, index$6_UpdateSheetWorkDto as UpdateSheetWorkDto, index$6_UpdateSheetsToolDto as UpdateSheetsToolDto, index$6_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index$6_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index$6_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index$6_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index$6_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index$6_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index$6_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index$6_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index$6_UpdateTaskInstagramInteractExploreDto as UpdateTaskInstagramInteractExploreDto, index$6_UpdateTaskInstagramInteractReelDto as UpdateTaskInstagramInteractReelDto, index$6_UpdateTaskInstagramInteractStoryDto as UpdateTaskInstagramInteractStoryDto, index$6_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index$6_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index$6_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index$6_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index$6_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index$6_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index$6_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index$6_UpdateTasksJobDto as UpdateTasksJobDto, index$6_UpdateTeamDto as UpdateTeamDto, index$6_UpdateUserDto as UpdateUserDto, index$6_ViewDetailDeviceDto as ViewDetailDeviceDto };
9083
9083
  }
9084
9084
 
9085
- interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
9086
- isActive: boolean;
9087
- typeSocial: ETypeSocial;
9088
- sheetUrl: string;
9085
+ interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
9089
9086
  sheetName: string;
9090
- group: IAccountSocialGroup | string;
9091
- accountID: number;
9092
- nameAppCloneSocial: string;
9093
- accountDeviceTypeAppClone: string;
9094
- accountDeviceNameAppClone: string;
9095
- idea: string | IManagerWork;
9096
- niche: string | IManagerWork;
9097
- type: ETypeManagerWorkClassify;
9098
- pc: IPC | string;
9099
- deviceKey: string;
9100
- device: IDevice | string;
9101
- numberFollowers: number;
9102
- numberFollowings: number;
9103
- statusRun: EStatusAccountSocialRun;
9104
- statusConnectDevice: EStatusDeviceConnectPC;
9105
- noteConnectDevice: string;
9106
- currentActiveTime: Date;
9107
- lastActiveTime: Date;
9108
- oldGroup: string | IAccountSocialGroup;
9109
- newGroup: string | IAccountSocialGroup;
9110
- statusChangeGroup: EStatusChangeInfo;
9111
- timeChangeGroup: Date;
9112
- promptAvatar: string;
9113
- oldAvatar: string | IFile;
9114
- newAvatar: string | IFile;
9115
- statusChangeAvatar: EStatusChangeInfo;
9116
- promptCover: string;
9117
- oldCover: string | IFile;
9118
- newCover: string | IFile;
9119
- statusChangeCover: EStatusChangeInfo;
9120
- bio: string;
9121
- statusChangeBio: EStatusChangeInfo;
9122
- links: string[];
9123
- typeAccountSetting: ETypeAccountInstagramSetting;
9124
- statusAccountSetting: EStatusAccountSocialSetting;
9125
- oldUsername: string;
9126
- newUsername: string;
9127
- statusChangeUsername: EStatusChangeInfo;
9128
- oldFullname: string;
9129
- newFullname: string;
9130
- statusChangeFullname: EStatusChangeInfo;
9131
- oldEmail: string;
9132
- newEmail: string;
9133
- statusChangeEmail: EStatusChangeInfo;
9134
- old2FA: string;
9135
- new2FA: string;
9136
- statusChange2fa: EStatusChangeInfo;
9137
- oldPassword: string;
9138
- newPassword: string;
9139
- statusChangePassword: EStatusChangeInfo;
9140
- statusLogin: EStatusAccountSocialLogin;
9141
- email: string;
9142
- emailPassword: string;
9143
- email2FA: string;
9144
- emailRecover: string;
9145
- statusLoginEmail: EStatusAccountSocialLoginEmail;
9146
- nameAppClone: string;
9147
- packageApp: string;
9148
- note: string;
9149
- timeLastUsed: Date;
9150
- lastUserUsed: string | IUser;
9087
+ sheetUrl: string;
9088
+ account: IInstagramAccountRun | string;
9089
+ currentFollower: number;
9090
+ currentFollowing: number;
9091
+ status: EStatusTaskScript;
9092
+ }
9093
+ interface IInstagramHistoryFollowELS extends IBaseELS {
9151
9094
  }
9152
9095
 
9153
- interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
9154
- typeSocial: ETypeSocial;
9096
+ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
9097
+ sheetName: string;
9155
9098
  sheetUrl: string;
9099
+ account: IInstagramAccountRun | string;
9100
+ folderImageName: string;
9101
+ linkDriveVideoOfCanva: string;
9102
+ listLinkDriveImagesOfCanva: string[];
9103
+ statusEditCanva: EStatusExecuteCommon;
9104
+ accountStatusLogin: EStatusAccountSocialLogin;
9105
+ statusUploadDrive: EStatusExecuteCommon;
9106
+ proxyType: ETypeProxy;
9107
+ vpnEmail: string;
9108
+ vpnPosition: ETypeProxy;
9109
+ typePost: TPost;
9110
+ stylePost: TPostStyle;
9111
+ content: string;
9112
+ settingPost: string | IInstagramSettingPost;
9113
+ timePost: Date;
9114
+ linkPost: string;
9115
+ statusAccount: EStatusAccountSocial;
9116
+ statusPost: EStatusTaskScript;
9117
+ noteFix: string;
9118
+ }
9119
+ interface IInstagramHistoryAutoPostELS extends IBaseELS {
9120
+ }
9121
+
9122
+ interface IInstagramHistoryBlockUser extends IBaseModel, ITrackingModel<IUser> {
9156
9123
  sheetName: string;
9157
- group: IAccountSocialGroup | string;
9158
- accountID: number;
9159
- nameAppCloneSocial: string;
9160
- accountDeviceTypeAppClone: string;
9161
- accountDeviceNameAppClone: string;
9162
- idea: string | IManagerWork;
9163
- niche: string | IManagerWork;
9164
- type: ETypeManagerWorkClassify;
9165
- pc: IPC | string;
9166
- deviceKey: string;
9167
- device: IDevice | string;
9168
- timeImport: Date;
9169
- statusImport: EStatusAccountSocialImport;
9170
- statusSyncAccount: EStatusAccountSocialSync;
9171
- timeSyncAccount: Date;
9172
- accountSocialSync: IThreadsAccountRun;
9173
- noteImport: string;
9174
- statusLogin: EStatusAccountSocialLogin;
9175
- timeLogin: Date;
9176
- promptAvatar: string;
9177
- oldAvatar: string | IFile;
9178
- newAvatar: string | IFile;
9179
- statusChangeAvatar: EStatusChangeInfo;
9180
- timeChangeAvatar: Date;
9181
- promptCover: string;
9182
- oldCover: string | IFile;
9183
- newCover: string | IFile;
9184
- statusChangeCover: EStatusChangeInfo;
9185
- timeChangeCover: Date;
9186
- oldGroup: string | IAccountSocialGroup;
9187
- newGroup: string | IAccountSocialGroup;
9188
- statusChangeGroup: EStatusChangeInfo;
9189
- timeChangeGroup: Date;
9190
- oldUsername: string;
9191
- newUsername: string;
9192
- statusChangeUsername: EStatusChangeInfo;
9193
- timeChangeUsername: Date;
9194
- oldFullname: string;
9195
- newFullname: string;
9196
- statusChangeFullname: EStatusChangeInfo;
9197
- timeChangeFullname: Date;
9198
- oldEmail: string;
9199
- newEmail: string;
9200
- statusChangeEmail: EStatusChangeInfo;
9201
- timeChangeEmail: Date;
9202
- old2FA: string;
9203
- new2FA: string;
9204
- statusChange2fa: EStatusChangeInfo;
9205
- timeChange2FA: Date;
9206
- oldPassword: string;
9207
- newPassword: string;
9208
- statusChangePassword: EStatusChangeInfo;
9209
- timeChangePassword: Date;
9210
- email: string;
9211
- emailPassword: string;
9212
- email2FA: string;
9213
- emailRecover: string;
9214
- statusLoginEmail: EStatusAccountSocialLoginEmail;
9215
- timeLoginEmail: Date;
9216
- totalLinkBio: string[];
9217
- statusChangeBio: string;
9218
- timeChangeBio: Date;
9219
- typeAccountSetting: ETypeAccountInstagramSetting;
9220
- statusAccountSetting: EStatusAccountSocialSetting;
9221
- timeChangeAccountSetting: Date;
9222
- statusConnectDevice: EStatusDeviceConnectPC;
9223
- noteConnectDevice: string;
9224
- note: string;
9225
- timeLastUsed: Date;
9226
- lastUserUsed: string | IUser;
9124
+ sheetUrl: string;
9125
+ account: IInstagramAccountRun | string;
9126
+ userBlock: string;
9127
+ userRestrict: string;
9128
+ userHidden: string;
9129
+ statusBlock: EStatusTaskScript;
9130
+ statusRestrict: EStatusTaskScript;
9131
+ statusHidden: EStatusTaskScript;
9132
+ }
9133
+ interface IInstagramHistoryBlockUserELS extends IBaseELS {
9227
9134
  }
9228
9135
 
9229
- interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
9230
- sheetUrl: string;
9231
- sheetName: string;
9232
- account: string | IThreadsAccountRaw;
9233
- statusSyncAccount?: EStatusAccountSocialSync;
9234
- timeAction: Date;
9235
- note: string;
9136
+ interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
9137
+ account: IInstagramAccountRun | string;
9138
+ listRunTimes: Array<string>;
9139
+ dayOfWeeks: Array<string>;
9140
+ isTimeUs: boolean;
9141
+ status: EStatusActive;
9236
9142
  }
9237
- interface IThreadsHistoryAutoSyncELS extends IBaseELS {
9238
- historyUserName: {
9239
- old: string;
9240
- new: string;
9241
- statusChange: EStatusChangeInfo;
9242
- timeChange: Date;
9243
- };
9244
- historyFullname: {
9245
- old: string;
9246
- new: string;
9247
- statusChange: EStatusChangeInfo;
9248
- timeChange: Date;
9249
- };
9250
- loginStatus: EStatusAccountSocialLogin;
9251
- statusSyncAccount?: EStatusAccountSocialSync;
9252
- idea: {
9253
- id: string;
9254
- name: string;
9255
- };
9256
- niche: {
9257
- id: string;
9258
- name: string;
9259
- };
9260
- sheet: {
9261
- url: string;
9262
- name: string;
9263
- };
9264
- type: ETypeManagerWorkClassify;
9265
- groupAccountSocial: {
9266
- old: string;
9267
- new: string;
9268
- status: string;
9269
- timeChange: Date;
9270
- };
9271
- accountID: string;
9272
- emailInfo: {
9273
- email: string;
9274
- emailPassword: string;
9275
- email2FA: string;
9276
- emailRecover: string;
9277
- };
9278
- infoSystem: {
9279
- pcName: string;
9280
- department: string;
9281
- leader: string;
9282
- member: string;
9283
- };
9284
- deviceInfo: {
9285
- key: string;
9286
- model: string;
9287
- name: string;
9288
- os: ETypeDeviceOS;
9289
- typeAppClone: string;
9290
- nameAppClone: string;
9291
- };
9292
- timeAction: Date;
9293
- note: string;
9143
+
9144
+ interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IUser> {
9145
+ account: IInstagramAccountRun | string;
9146
+ dayOfWeeks: Array<string>;
9147
+ listRunTimes: Array<Array<string>>;
9148
+ maxViewPerDay: number;
9149
+ timeExecuteForOperationTo: number;
9150
+ timeExecuteForOperationFrom: number;
9151
+ limitViewPerDayFrom: number;
9152
+ limitViewPerDayTo: number;
9153
+ increaseDailyViewFrom: number;
9154
+ increaseDailyViewTo: number;
9155
+ limitNumberLikePerOperationFrom: number;
9156
+ limitNumberLikePerOperationTo: number;
9157
+ timeDelayLikeFrom: number;
9158
+ timeDelayLikeTo: number;
9159
+ isTimeUs: boolean;
9160
+ isDetailsView: boolean;
9161
+ isLikeExplore: boolean;
9162
+ status: EStatusActive;
9294
9163
  }
9295
9164
 
9296
- interface IThreadsHistoryCreateNew extends IBaseModel, ITrackingModel<IUser> {
9297
- sheetUrl: string;
9298
- sheetName: string;
9299
- account: string | IThreadsAccountRaw;
9300
- timeImport: Date;
9301
- statusImport: EStatusAccountSocialImport;
9302
- noteImport: string;
9303
- originalEmail: string;
9304
- originalEmailPassword: string;
9305
- originalUsername: string;
9306
- originalFullname: string;
9307
- originalPassword: string;
9308
- originalCode2FA: string;
9309
- timeAction: Date;
9310
- note: string;
9165
+ interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
9166
+ account: IInstagramAccountRun | string;
9167
+ listRunTimes: Array<Array<string>>;
9168
+ dayOfWeeks: Array<string>;
9169
+ timeExecuteForOperationFrom: number;
9170
+ timeExecuteForOperationTo: number;
9171
+ limitNumberFollowsPerDayFrom: number;
9172
+ limitNumberFollowsPerDayTo: number;
9173
+ increaseFollowPerDayFrom: number;
9174
+ increaseFollowPerDayTo: number;
9175
+ maxFollowPerDay: number;
9176
+ limitNumberFollowsPerHourFrom: number;
9177
+ limitNumberFollowsPerHourTo: number;
9178
+ increaseFollowPerHourFrom: number;
9179
+ increaseFollowPerHourTo: number;
9180
+ maxFollowPerHour: number;
9181
+ limitNumberInteractCurrentUserFrom: number;
9182
+ limitNumberInteractCurrentUserTo: number;
9183
+ timeDelayInteractCurrentUserFrom: number;
9184
+ timeDelayInteractCurrentUserTo: number;
9185
+ limitNumberInteractUserFollowingFrom: number;
9186
+ limitNumberInteractUserFollowingTo: number;
9187
+ timeDelayInteractUserFollowingFrom: number;
9188
+ timeDelayInteractUserFollowingTo: number;
9189
+ limitNumberInteractUserFollowerFrom: number;
9190
+ limitNumberInteractUserFollowerTo: number;
9191
+ timeDelayInteractUserFollowerFrom: number;
9192
+ timeDelayInteractUserFollowerTo: number;
9193
+ isTimeUs: boolean;
9194
+ isInteractUserFollower: boolean;
9195
+ isInteractUserFollowing: boolean;
9196
+ isInteractCurrentUser: boolean;
9197
+ isSkipUserNameNoneEnglish: boolean;
9198
+ isSkipUserNameContainIcons: boolean;
9199
+ isSkipFollowWhenUnFollowed: boolean;
9200
+ isSkipFollowContainLinks: boolean;
9201
+ isSkipBioNoneEnglish: boolean;
9202
+ status: EStatusActive;
9311
9203
  }
9312
- interface IThreadsHistoryCreateNewELS extends IBaseELS {
9313
- typeCreateNew: ETypeSocialCreateNew;
9314
- folderName: EFolderImageAI;
9315
- model: EAIModelImage;
9316
- status: EStatusCreateNew;
9317
- sheet: {
9318
- url: string;
9319
- name: string;
9320
- };
9321
- idea: {
9322
- id: string;
9323
- name: string;
9324
- };
9325
- niche: {
9326
- id: string;
9327
- name: string;
9328
- };
9329
- type: ETypeManagerWorkClassify;
9330
- groupAccountSocial: {
9331
- old: string;
9332
- new: string;
9333
- status: string;
9334
- timeChange: Date;
9335
- };
9336
- accountID: string;
9337
- historyUserName: {
9338
- old: string;
9339
- new: string;
9340
- statusChange: EStatusChangeInfo;
9341
- timeChange: Date;
9342
- };
9343
- historyFullname: {
9344
- old: string;
9345
- new: string;
9346
- statusChange: EStatusChangeInfo;
9347
- timeChange: Date;
9348
- };
9349
- emailInfo: {
9350
- email: string;
9351
- emailPassword: string;
9352
- email2FA: string;
9353
- emailRecover: string;
9354
- };
9355
- infoSystem: {
9356
- pcName: string;
9357
- department: string;
9358
- leader: string;
9359
- member: string;
9360
- };
9361
- deviceInfo: {
9362
- key: string;
9363
- model: string;
9364
- name: string;
9365
- os: ETypeDeviceOS;
9366
- typeAppClone: string;
9367
- nameAppClone: string;
9368
- };
9369
- timeAction: Date;
9370
- note: string;
9204
+
9205
+ interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser> {
9206
+ account: IInstagramAccountRun | string;
9207
+ dayOfWeeks: Array<string>;
9208
+ listRunTimes: Array<Array<string>>;
9209
+ limitViewPerDayFrom: number;
9210
+ limitViewPerDayTo: number;
9211
+ increaseDailyViewFrom: number;
9212
+ increaseDailyViewTo: number;
9213
+ maxViewPerDay: number;
9214
+ timeExecuteForOperationFrom: number;
9215
+ timeExecuteForOperationTo: number;
9216
+ limitNumberLikePerOperationFrom: number;
9217
+ limitNumberLikePerOperationTo: number;
9218
+ timeDelayLikeFrom: number;
9219
+ timeDelayLikeTo: number;
9220
+ isTimeUs: boolean;
9221
+ isLikeReel: boolean;
9222
+ status: EStatusActive;
9371
9223
  }
9372
9224
 
9373
- interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
9374
- sheetUrl: string;
9375
- sheetName: string;
9376
- account: string | IThreadsAccountRaw;
9377
- changeType: EStatusAccountTypeChangeInfoThreads;
9378
- oldUsername?: string;
9379
- newUsername?: string;
9380
- statusChangeUsername?: EStatusChangeInfo;
9381
- timeChangeUserName?: Date;
9382
- oldFullname?: string;
9383
- newFullname?: string;
9384
- statusChangeFullname?: EStatusChangeInfo;
9385
- timeChangeFullname?: Date;
9386
- oldEmail?: string;
9387
- newEmail?: string;
9388
- statusChangeEmail?: EStatusChangeInfo;
9389
- timeChangeEmail?: Date;
9390
- oldCode2FA?: string;
9391
- newCode2FA?: string;
9392
- statusChange2fa?: EStatusChangeInfo;
9393
- timeChange2FA?: Date;
9394
- oldPassword?: string;
9395
- newPassword?: string;
9396
- statusChangePassword?: EStatusChangeInfo;
9397
- timeChangePassword?: Date;
9398
- promptAvatar?: string;
9399
- oldAvatar?: string | IFile;
9400
- newAvatar?: string | IFile;
9401
- statusChangeAvatar?: EStatusChangeInfo;
9402
- timeChangeAvatar?: Date;
9403
- promptCover?: string;
9404
- oldCover?: string | IFile;
9405
- newCover?: string | IFile;
9406
- statusChangeCover?: EStatusChangeInfo;
9407
- timeChangeCover?: Date;
9408
- oldBio?: string[];
9409
- newBio?: string[];
9410
- statusChangeBio?: EStatusChangeInfo;
9411
- timeChangeBio?: Date;
9412
- timeAction: Date;
9413
- note: string;
9225
+ interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
9226
+ account: IInstagramAccountRun | string;
9227
+ dayOfWeeks: Array<string>;
9228
+ listRunTimes: Array<Array<string>>;
9229
+ timeExecuteForOperationFrom: number;
9230
+ timeExecuteForOperationTo: number;
9231
+ limitNumberPostForCommentsFrom: number;
9232
+ limitNumberPostForCommentsTo: number;
9233
+ timeDelayCommentFrom: number;
9234
+ timeDelayCommentTo: number;
9235
+ timeDelayLikeFrom: number;
9236
+ timeDelayLikeTo: number;
9237
+ limitNumberReplyCommentPerDayFrom: number;
9238
+ limitNumberReplyCommentPerDayTo: number;
9239
+ timeDelayReplyCommentFrom: number;
9240
+ timeDelayReplyCommentTo: number;
9241
+ isSkipUserNameNoneEnglish: boolean;
9242
+ isSkipReplyCommentsOnlyIcon: boolean;
9243
+ isTimeUs: boolean;
9244
+ isLikeCommentsPostOfMe: boolean;
9245
+ isReplyCommentsPostOfMe: boolean;
9246
+ status: EStatusActive;
9414
9247
  }
9415
- interface IThreadsHistoryChangeInfoELS extends IBaseELS {
9416
- typeAutoChange: ETypeSocialChangeInfoThreads;
9417
- changeType: EStatusAccountTypeChangeInfoInstagram;
9418
- sheet: {
9419
- url: string;
9420
- name: string;
9421
- };
9422
- idea: {
9423
- id: string;
9424
- name: string;
9425
- };
9426
- niche: {
9427
- id: string;
9428
- name: string;
9429
- };
9430
- type: ETypeManagerWorkClassify;
9431
- groupAccountSocial: {
9432
- old: string;
9433
- new: string;
9434
- status: string;
9435
- timeChange: Date;
9436
- };
9437
- accountID: string;
9438
- historyUserName: {
9439
- old: string;
9440
- new: string;
9441
- statusChange: EStatusChangeInfo;
9442
- timeChange: Date;
9443
- };
9444
- historyFullname: {
9445
- old: string;
9446
- new: string;
9447
- statusChange: EStatusChangeInfo;
9448
- timeChange: Date;
9449
- };
9450
- historyPassword: {
9451
- old: string;
9452
- new: string;
9453
- statusChange: EStatusChangeInfo;
9454
- timeChange: Date;
9455
- };
9456
- history2FA: {
9457
- old: string;
9458
- new: string;
9459
- statusChange: EStatusChangeInfo;
9460
- timeChange: Date;
9461
- };
9462
- historyAvatar: {
9463
- old: string;
9464
- new: string;
9465
- statusChange: EStatusChangeInfo;
9466
- timeChange: Date;
9467
- };
9468
- historyCover: {
9469
- old: string;
9470
- new: string;
9471
- statusChange: EStatusChangeInfo;
9472
- timeChange: Date;
9473
- };
9474
- historyEmail: {
9475
- old: string;
9476
- new: string;
9477
- statusChange: EStatusChangeInfo;
9478
- timeChange: Date;
9479
- };
9480
- historyBio: {
9481
- old: string[];
9482
- new: string[];
9483
- statusChange: EStatusChangeInfo;
9484
- timeChange: Date;
9485
- };
9486
- emailInfo: {
9487
- email: string;
9488
- emailPassword: string;
9489
- email2FA: string;
9490
- emailRecover: string;
9491
- };
9492
- infoSystem: {
9493
- pcName: string;
9494
- department: string;
9495
- leader: string;
9496
- member: string;
9497
- };
9498
- deviceInfo: {
9499
- key: string;
9500
- model: string;
9501
- name: string;
9502
- os: ETypeDeviceOS;
9503
- typeAppClone: string;
9504
- nameAppClone: string;
9505
- };
9506
- timeAction: Date;
9507
- note: string;
9248
+
9249
+ interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
9250
+ account: IInstagramAccountRun | string;
9251
+ listRunTimes: Array<Array<string>>;
9252
+ dayOfWeeks: Array<string>;
9253
+ timeExecuteForOperationFrom: number;
9254
+ timeExecuteForOperationTo: number;
9255
+ timeDelayReplyMessageFrom: number;
9256
+ timeDelayReplyMessageTo: number;
9257
+ isTimeUs: boolean;
9258
+ isDeleteMessageUsername: boolean;
9259
+ isReplyAllMessageFromStories: boolean;
9260
+ isSkipUserNameNoneEnglish: boolean;
9261
+ isSkipReplyMessageIsImages: boolean;
9262
+ isSkipReplyIfHaveReplied: boolean;
9263
+ isSkipReplyIsLink: boolean;
9264
+ isSkipReplyIfOnlyIcons: boolean;
9265
+ status: EStatusActive;
9266
+ }
9267
+
9268
+ interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUser> {
9269
+ account: IInstagramAccountRun | string;
9270
+ dayOfWeeks: Array<string>;
9271
+ listRunTimes: Array<Array<string>>;
9272
+ timeExecuteForOperationFrom: number;
9273
+ timeExecuteForOperationTo: number;
9274
+ limitViewPerDayFrom: number;
9275
+ limitViewPerDayTo: number;
9276
+ increaseViewPerDayFrom: number;
9277
+ increaseViewPerDayTo: number;
9278
+ maxViewsPerDay: number;
9279
+ limitViewPerHourFrom: number;
9280
+ limitViewPerHourTo: number;
9281
+ increaseViewPerHourFrom: number;
9282
+ increaseViewPerHourTo: number;
9283
+ maxViewsPerHour: number;
9284
+ limitNumberPersonSendMessageFrom: number;
9285
+ limitNumberPersonSendMessageTo: number;
9286
+ timeDelaySendMessageFrom: number;
9287
+ timeDelaySendMessageTo: number;
9288
+ limitNumberLikeStoriesFrom: number;
9289
+ limitNumberLikeStoriesTo: number;
9290
+ timeDelayLikeStoryFrom: number;
9291
+ timeDelayLikeStoryTo: number;
9292
+ isTimeUs: boolean;
9293
+ isLikeStories: boolean;
9294
+ isSendMessageOnSheet: boolean;
9295
+ status: EStatusActive;
9508
9296
  }
9509
9297
 
9510
- interface IThreadsHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
9511
- sheetUrl: string;
9298
+ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
9299
+ account: IInstagramAccountRun | string;
9300
+ dayOfWeeks: Array<string>;
9301
+ listRunTimes: Array<Array<string>>;
9302
+ timeExecuteForOperationFrom: number;
9303
+ timeExecuteForOperationTo: number;
9304
+ limitUnFollowPerDayFrom: number;
9305
+ limitUnFollowPerDayTo: number;
9306
+ increaseUnFollowPerDayFrom: number;
9307
+ increaseUnFollowPerDayTo: number;
9308
+ maxUnFollowPerDay: number;
9309
+ limitUnFollowPerHourFrom: number;
9310
+ limitUnFollowPerHourTo: number;
9311
+ increaseUnFollowPerHourFrom: number;
9312
+ increaseUnFollowPerHourTo: number;
9313
+ maxUnFollowPerHour: number;
9314
+ timeDelayInteractPerOperatorFrom: number;
9315
+ timeDelayInteractPerOperatorTo: number;
9316
+ isTimeUs: boolean;
9317
+ isInteractBeforeUnFollow: boolean;
9318
+ status: EStatusActive;
9319
+ }
9320
+
9321
+ interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
9322
+ account: IInstagramAccountRun | string;
9323
+ listRunTimes: Array<{
9324
+ typePost: TPost;
9325
+ listTimes: Array<string>;
9326
+ }>;
9327
+ dayOfWeeks: Array<string>;
9328
+ numberCommentsForPostMeFrom: number;
9329
+ numberCommentsForPostMeTo: number;
9330
+ delayTimeCommentFrom: number;
9331
+ delayTimeCommentTo: number;
9332
+ isTimeUs: boolean;
9333
+ status: EStatusActive;
9334
+ }
9335
+
9336
+ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9337
+ account: IInstagramAccountRun | string;
9338
+ listUserBlock: string[];
9339
+ listUserRestrict: string[];
9340
+ listUserHidden: string[];
9341
+ status: EStatusTaskScript;
9342
+ noteFix: string;
9343
+ }
9344
+
9345
+ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9346
+ account: IInstagramAccountRun | string;
9347
+ typeView: string;
9348
+ numberLike: number;
9349
+ minutesExecute: number;
9350
+ isLike: boolean;
9351
+ status: EStatusTaskScript;
9352
+ statusDetail: string;
9353
+ noteFix: string;
9354
+ }
9355
+
9356
+ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9512
9357
  sheetName: string;
9513
- account: string | IThreadsAccountRaw;
9514
- oldGroup: IAccountSocialGroup | string;
9515
- newGroup: IAccountSocialGroup | string;
9516
- timeAction: Date;
9517
- note: string;
9358
+ sheetUrl: string;
9359
+ account: IInstagramAccountRun | string;
9360
+ statusDetail: string;
9361
+ listUsersFollow: Array<string>;
9362
+ follower: number;
9363
+ following: number;
9364
+ timeStart: Date;
9365
+ timeEnd: Date;
9366
+ status: EStatusTaskScript;
9367
+ noteFix: string;
9518
9368
  }
9519
- interface IThreadsHistoryGroupELS extends IBaseELS {
9520
- accountID: string;
9521
- oldGroup: string;
9522
- newGroup: string;
9523
- statusChange: EStatusChangeInfo;
9524
- sheet: {
9525
- url: string;
9526
- name: string;
9527
- };
9528
- idea: {
9529
- id: string;
9530
- name: string;
9531
- };
9532
- niche: {
9533
- id: string;
9534
- name: string;
9535
- };
9536
- type: ETypeManagerWorkClassify;
9537
- historyUserName: {
9538
- old: string;
9539
- new: string;
9540
- statusChange: EStatusChangeInfo;
9541
- timeChange: Date;
9542
- };
9543
- historyFullname: {
9544
- old: string;
9545
- new: string;
9546
- statusChange: EStatusChangeInfo;
9547
- timeChange: Date;
9548
- };
9549
- emailInfo: {
9550
- email: string;
9551
- emailPassword: string;
9552
- email2FA: string;
9553
- emailRecover: string;
9554
- };
9555
- deviceInfo: {
9556
- key: string;
9557
- model: string;
9558
- name: string;
9559
- os: ETypeDeviceOS;
9560
- typeAppClone: string;
9561
- nameAppClone: string;
9562
- };
9563
- infoSystem: {
9564
- pcName: string;
9565
- department: string;
9566
- leader: string;
9567
- member: string;
9568
- };
9569
- timeAction: Date;
9570
- note: string;
9369
+
9370
+ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9371
+ account: IInstagramAccountRun | string;
9372
+ numberLike: number;
9373
+ minutesExecute: number;
9374
+ isLike: boolean;
9375
+ status: EStatusTaskScript;
9376
+ statusDetail: string;
9377
+ noteFix: string;
9571
9378
  }
9572
9379
 
9573
- interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
9380
+ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9574
9381
  sheetName: string;
9575
9382
  sheetUrl: string;
9576
- account: IThreadsAccountRun | string;
9577
- folderImageName: string;
9578
- linkDriveVideoOfCanva: string;
9579
- listLinkDriveImagesOfCanva: string[];
9580
- statusEditCanva: EStatusExecuteCommon;
9581
- accountStatusLogin: EStatusAccountSocialLogin;
9582
- statusUploadDrive: EStatusExecuteCommon;
9583
- proxyType: ETypeProxy;
9584
- vpnEmail: string;
9585
- vpnPosition: ETypeProxy;
9586
- typePost: TPost;
9587
- stylePost: TPostStyle;
9383
+ account: IInstagramAccountRun | string;
9588
9384
  content: string;
9589
- settingPost: string | IThreadsSettingPost;
9590
- timePost: Date;
9385
+ userLink: string;
9591
9386
  linkPost: string;
9592
- statusAccount: EStatusAccountSocial;
9593
- statusPost: EStatusTaskScript;
9387
+ commentReplied: string;
9388
+ status: EStatusTaskScript;
9389
+ statusDetail: string;
9594
9390
  noteFix: string;
9595
9391
  }
9596
- interface IThreadsHistoryAutoPostELS extends IBaseELS {
9597
- }
9598
9392
 
9599
- interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
9393
+ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9600
9394
  sheetName: string;
9601
9395
  sheetUrl: string;
9602
- account: IThreadsAccountRun | string;
9603
- url: string;
9604
- photosUrl: string[];
9605
- videosUrl: string[];
9606
- titleContent: string;
9607
- tagUsers: string[];
9608
- content: string;
9609
- caption: string;
9610
- hashtag: string;
9611
- altNicheImages: string[];
9612
- altImages: string[];
9613
- altVideos: string[];
9396
+ account: IInstagramAccountRun | string;
9397
+ statusDetail: string;
9398
+ receiverName: string;
9399
+ messageReply: string;
9614
9400
  status: EStatusTaskScript;
9401
+ noteFix: string;
9402
+ }
9403
+
9404
+ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9405
+ account: IInstagramAccountRun | string;
9406
+ numberLike: number;
9407
+ minutesExecute: number;
9408
+ numberUsersSentMess: number;
9409
+ isLike: boolean;
9410
+ isSentMessage: boolean;
9615
9411
  statusDetail: string;
9616
- timeStart: Date;
9617
- timeEnd: Date;
9412
+ status: EStatusTaskScript;
9413
+ noteFix: string;
9618
9414
  }
9619
9415
 
9620
- interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
9416
+ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9621
9417
  sheetName: string;
9622
9418
  sheetUrl: string;
9623
- account: IThreadsAccountRun | string;
9419
+ account: IInstagramAccountRun | string;
9420
+ statusDetail: string;
9421
+ listUsersUnFollow: Array<string>;
9624
9422
  follower: number;
9625
9423
  following: number;
9424
+ timeStart: Date;
9425
+ timeEnd: Date;
9426
+ status: EStatusTaskScript;
9427
+ noteFix: string;
9428
+ }
9429
+
9430
+ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9431
+ sheetUrl: string;
9432
+ sheetName: string;
9433
+ account: string | IInstagramAccountRun;
9434
+ sheetPageName: string;
9435
+ rowId: string;
9436
+ historyName: string;
9437
+ status: EStatusTaskScript;
9438
+ statusDetail: string;
9439
+ noteFix: string;
9440
+ }
9441
+
9442
+ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9443
+ sheetUrl: string;
9444
+ sheetName: string;
9445
+ account: string | IInstagramAccountRun;
9446
+ sheetPageName: string;
9447
+ rowId: string;
9448
+ otherAccount: string;
9449
+ photosUrl: string[];
9450
+ videosUrl: string[];
9451
+ collaborator: string;
9452
+ content: string;
9453
+ music: string;
9454
+ tagUser: string;
9455
+ location: string;
9456
+ url: string;
9626
9457
  status: EStatusTaskScript;
9627
9458
  statusDetail: string;
9628
- timeStart: Date;
9629
- timeEnd: Date;
9459
+ noteFix: string;
9630
9460
  }
9631
9461
 
9632
- interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9633
- sheetName: string;
9462
+ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9634
9463
  sheetUrl: string;
9635
- account: IThreadsAccountRun | string;
9464
+ sheetName: string;
9465
+ account: string | IInstagramAccountRun;
9466
+ sheetPageName: string;
9467
+ rowId: string;
9468
+ otherAccount: string;
9469
+ photosUrl: string[];
9470
+ videosUrl: string[];
9471
+ collaborator: string;
9472
+ content: string;
9473
+ music: string;
9474
+ tagUser: string;
9475
+ location: string;
9476
+ url: string;
9636
9477
  status: EStatusTaskScript;
9637
9478
  statusDetail: string;
9638
- receiverName: string;
9639
- messageReply: string;
9479
+ noteFix: string;
9640
9480
  }
9641
9481
 
9642
- interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
9643
- sheetName: string;
9482
+ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9644
9483
  sheetUrl: string;
9645
- account: IThreadsAccountRun | string;
9484
+ sheetName: string;
9485
+ account: string | IInstagramAccountRun;
9486
+ sheetPageName: string;
9487
+ rowId: string;
9488
+ otherAccount: string;
9489
+ photosUrl: string[];
9490
+ videosUrl: string[];
9491
+ titlePoll: string;
9492
+ polls: string[];
9493
+ location: string;
9494
+ music: string;
9646
9495
  content: string;
9647
- linkPost: string;
9648
- userLink: string;
9496
+ collaborator: string;
9497
+ tagUser: string;
9498
+ url: string;
9649
9499
  status: EStatusTaskScript;
9650
9500
  statusDetail: string;
9651
- timeStart: Date;
9652
- timeEnd: Date;
9501
+ noteFix: string;
9653
9502
  }
9654
9503
 
9655
- interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
9656
- account: IThreadsAccountRun | string;
9657
- listRunTimes: Array<{
9658
- typePost: TPost;
9659
- listTimes: Array<string>;
9660
- }>;
9661
- dayOfWeeks: Array<string>;
9662
- numberCommentsForPostMeFrom: number;
9663
- numberCommentsForPostMeTo: number;
9664
- delayTimeCommentFrom: number;
9665
- delayTimeCommentTo: number;
9666
- isTimeUs: boolean;
9504
+ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
9505
+ sheetUrl: string;
9506
+ sheetName: string;
9507
+ account: string | IInstagramAccountRun;
9508
+ sheetPageName: string;
9509
+ rowId: string;
9510
+ otherAccount: string;
9511
+ photosUrl: string[];
9512
+ videosUrl: string[];
9513
+ music: string;
9514
+ location: string;
9515
+ status: EStatusTaskScript;
9516
+ statusDetail: string;
9517
+ noteFix: string;
9667
9518
  }
9668
9519
 
9669
- interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
9670
- account: IThreadsAccountRun | string;
9671
- listRunTimes: Array<Array<string>>;
9672
- dayOfWeeks: Array<string>;
9673
- timeExecuteForOperationFrom: number;
9674
- timeExecuteForOperationTo: number;
9675
- limitNumberFollowsPerDayFrom: number;
9676
- limitNumberFollowsPerDayTo: number;
9677
- increaseFollowPerDayFrom: number;
9678
- increaseFollowPerDayTo: number;
9679
- maxFollowPerDay: number;
9680
- limitNumberFollowsPerHourFrom: number;
9681
- limitNumberFollowsPerHourTo: number;
9682
- increaseFollowPerHourFrom: number;
9683
- increaseFollowPerHourTo: number;
9684
- maxFollowPerHour: number;
9685
- limitNumberInteractCurrentUserFrom: number;
9686
- limitNumberInteractCurrentUserTo: number;
9687
- timeDelayInteractCurrentUserFrom: number;
9688
- timeDelayInteractCurrentUserTo: number;
9689
- limitNumberInteractUserFollowingFrom: number;
9690
- limitNumberInteractUserFollowingTo: number;
9691
- timeDelayInteractUserFollowingFrom: number;
9692
- timeDelayInteractUserFollowingTo: number;
9693
- limitNumberInteractUserFollowerFrom: number;
9694
- limitNumberInteractUserFollowerTo: number;
9695
- timeDelayInteractUserFollowerFrom: number;
9696
- timeDelayInteractUserFollowerTo: number;
9697
- isTimeUs: boolean;
9698
- isInteractUserFollower: boolean;
9699
- isInteractUserFollowing: boolean;
9700
- isInteractCurrentUser: boolean;
9701
- isSkipUserNameNoneEnglish: boolean;
9702
- isSkipUserNameContainIcons: boolean;
9703
- isSkipFollowWhenUnFollowed: boolean;
9704
- isSkipFollowContainLinks: boolean;
9705
- isSkipBioNoneEnglish: boolean;
9520
+ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
9521
+ sheetUrl: string;
9522
+ sheetName: string;
9523
+ typeSocial: ETypeSocial;
9524
+ account: string | IInstagramAccountRun;
9525
+ deviceKey: string;
9526
+ minuteWaiting: number;
9527
+ isTimeUS: boolean;
9528
+ dayOfWeek: string;
9529
+ timeFrom: string;
9530
+ timeTo: string;
9531
+ service: string;
9532
+ action: string;
9533
+ timeExecute: Date;
9534
+ status: EStatusTaskToolSocials;
9535
+ dayOfWeekUS: string;
9536
+ timeExecuteUS: Date;
9537
+ listBlockUserName: string[];
9538
+ listRestrictUserName: string[];
9539
+ listHiddenUserName: string[];
9706
9540
  }
9707
9541
 
9708
- interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
9709
- account: IThreadsAccountRun | string;
9710
- dayOfWeeks: Array<string>;
9711
- listRunTimes: Array<Array<string>>;
9712
- timeExecuteForOperationFrom: number;
9713
- timeExecuteForOperationTo: number;
9714
- limitUnFollowPerDayFrom: number;
9715
- limitUnFollowPerDayTo: number;
9716
- increaseUnFollowPerDayFrom: number;
9717
- increaseUnFollowPerDayTo: number;
9718
- maxUnFollowPerDay: number;
9719
- limitUnFollowPerHourFrom: number;
9720
- limitUnFollowPerHourTo: number;
9721
- increaseUnFollowPerHourFrom: number;
9722
- increaseUnFollowPerHourTo: number;
9723
- maxUnFollowPerHour: number;
9724
- timeDelayInteractPerOperatorFrom: number;
9725
- timeDelayInteractPerOperatorTo: number;
9726
- isTimeUs: boolean;
9727
- isInteractBeforeUnFollow: boolean;
9542
+ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
9543
+ sheetUrl: string;
9544
+ sheetName: string;
9545
+ typeSocial: ETypeSocial;
9546
+ account: string | IInstagramAccountRun;
9547
+ deviceKey: string;
9548
+ minuteWaiting: number;
9549
+ isTimeUS: boolean;
9550
+ dayOfWeek: string;
9551
+ timeFrom: string;
9552
+ timeTo: string;
9553
+ service: string;
9554
+ action: string;
9555
+ timeExecute: Date;
9556
+ status: EStatusTaskToolSocials;
9557
+ dayOfWeekUS: string;
9558
+ timeExecuteUS: Date;
9559
+ oldUserName: string;
9560
+ typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
9561
+ changeUserNameNew: string;
9562
+ changeFullnameNew: string;
9563
+ changeBioNew: string;
9564
+ passwordNew: string;
9565
+ emailNew: string;
9566
+ code2fa: string;
9567
+ nameLink1: string;
9568
+ link1: string;
9569
+ nameLink2: string;
9570
+ link2: string;
9571
+ nameLink3: string;
9572
+ link3: string;
9573
+ changeAvatar: string;
9574
+ fontTextAvatarUsername: string;
9575
+ urlImageAvatar: string;
9576
+ changeCover: string;
9577
+ fontTextCoverUsername: string;
9578
+ urlImageCover: string;
9728
9579
  }
9729
9580
 
9730
- interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
9731
- account: IThreadsAccountRun | string;
9732
- dayOfWeeks: Array<string>;
9733
- listRunTimes: Array<Array<string>>;
9734
- timeExecuteForOperationFrom: number;
9735
- timeExecuteForOperationTo: number;
9736
- limitNumberPostForCommentsFrom: number;
9737
- limitNumberPostForCommentsTo: number;
9738
- timeDelayCommentFrom: number;
9739
- timeDelayCommentTo: number;
9740
- timeDelayLikeFrom: number;
9741
- timeDelayLikeTo: number;
9742
- limitNumberReplyCommentPerDayFrom: number;
9743
- limitNumberReplyCommentPerDayTo: number;
9744
- timeDelayReplyCommentFrom: number;
9745
- timeDelayReplyCommentTo: number;
9746
- isSkipUserNameNoneEnglish: boolean;
9747
- isSkipReplyCommentsOnlyIcon: boolean;
9748
- isTimeUs: boolean;
9749
- isLikeCommentsPostOfMe: boolean;
9750
- isReplyCommentsPostOfMe: boolean;
9581
+ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
9582
+ sheetUrl: string;
9583
+ sheetName: string;
9584
+ typeSocial: ETypeSocial;
9585
+ account: string | IInstagramAccountRun;
9586
+ deviceKey: string;
9587
+ minuteWaiting: number;
9588
+ isTimeUS: boolean;
9589
+ dayOfWeek: string;
9590
+ timeFrom: string;
9591
+ timeTo: string;
9592
+ service: string;
9593
+ action: string;
9594
+ timeExecute: Date;
9595
+ status: EStatusTaskToolSocials;
9596
+ dayOfWeekUS: string;
9597
+ timeExecuteUS: Date;
9598
+ listUsernameFollow: string[];
9751
9599
  }
9752
9600
 
9753
- interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
9754
- account: IThreadsAccountRun | string;
9755
- listRunTimes: Array<Array<string>>;
9756
- dayOfWeeks: Array<string>;
9757
- timeExecuteForOperationFrom: number;
9758
- timeExecuteForOperationTo: number;
9759
- timeDelayReplyMessageFrom: number;
9760
- timeDelayReplyMessageTo: number;
9761
- isTimeUs: boolean;
9762
- isDeleteMessageUsername: boolean;
9763
- isReplyAllMessageFromStories: boolean;
9764
- isSkipUserNameNoneEnglish: boolean;
9765
- isSkipReplyMessageIsImages: boolean;
9766
- isSkipReplyIfHaveReplied: boolean;
9767
- isSkipReplyIsLink: boolean;
9768
- isSkipReplyIfOnlyIcons: boolean;
9601
+ interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
9602
+ typeSocial: ETypeSocial;
9603
+ account: string | IInstagramAccountRun;
9604
+ deviceKey: string;
9605
+ minuteWaiting: number;
9606
+ isTimeUS: boolean;
9607
+ dayOfWeek: string;
9608
+ timeFrom: string;
9609
+ timeTo: string;
9610
+ service: string;
9611
+ action: string;
9612
+ timeExecute: Date;
9613
+ status: EStatusTaskToolSocials;
9614
+ dayOfWeekUS: string;
9615
+ timeExecuteUS: Date;
9616
+ numberView: number;
9617
+ isBasicView: boolean;
9618
+ isLike: boolean;
9619
+ numberLike: number;
9620
+ minuteRun: number;
9769
9621
  }
9770
9622
 
9771
- interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
9772
- sheetUrl: string;
9773
- sheetName: string;
9623
+ interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
9774
9624
  typeSocial: ETypeSocial;
9775
- account: string | IThreadsAccountRun;
9625
+ account: string | IInstagramAccountRun;
9776
9626
  deviceKey: string;
9777
9627
  minuteWaiting: number;
9778
9628
  isTimeUS: boolean;
@@ -9785,21 +9635,37 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
9785
9635
  status: EStatusTaskToolSocials;
9786
9636
  dayOfWeekUS: string;
9787
9637
  timeExecuteUS: Date;
9788
- canvaUrlVideo: string;
9789
- canvaImageThumb: string;
9790
- canvaImagePage1: string;
9791
- canvaImagePage2: string;
9792
- canvaImagePage3: string;
9793
- canvaImagePage4: string;
9794
- canvaImagePage5: string;
9795
- contentPost: string;
9638
+ numberView: number;
9639
+ isLike: boolean;
9640
+ numberLike: number;
9641
+ minuteRun: number;
9796
9642
  }
9797
9643
 
9798
- interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
9799
- account: string | IThreadsAccountRun;
9644
+ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
9645
+ typeSocial: ETypeSocial;
9646
+ account: string | IInstagramAccountRun;
9647
+ deviceKey: string;
9648
+ minuteWaiting: number;
9649
+ isTimeUS: boolean;
9650
+ dayOfWeek: string;
9651
+ timeFrom: string;
9652
+ timeTo: string;
9653
+ service: string;
9654
+ action: string;
9655
+ timeExecute: Date;
9656
+ status: EStatusTaskToolSocials;
9657
+ dayOfWeekUS: string;
9658
+ timeExecuteUS: Date;
9659
+ numberView: number;
9660
+ isLike: boolean;
9661
+ numberLike: number;
9662
+ }
9663
+
9664
+ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
9800
9665
  sheetUrl: string;
9801
9666
  sheetName: string;
9802
9667
  typeSocial: ETypeSocial;
9668
+ account: string | IInstagramAccountRun;
9803
9669
  deviceKey: string;
9804
9670
  minuteWaiting: number;
9805
9671
  isTimeUS: boolean;
@@ -9812,14 +9678,43 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
9812
9678
  status: EStatusTaskToolSocials;
9813
9679
  dayOfWeekUS: string;
9814
9680
  timeExecuteUS: Date;
9815
- listUsernameFollow: string[];
9681
+ canvaUrlVideo: string;
9682
+ canvaImageThumb: string;
9683
+ canvaImagePage1: string;
9684
+ canvaImagePage2: string;
9685
+ canvaImagePage3: string;
9686
+ canvaImagePage4: string;
9687
+ canvaImagePage5: string;
9688
+ username: string;
9689
+ contentPost: string;
9690
+ nicheLinkCategory: string;
9691
+ titlePool: string;
9692
+ pool1: string;
9693
+ pool2: string;
9694
+ pool3: string;
9695
+ textFirstPage2: string;
9696
+ textSecondPage2: string;
9697
+ textPage6: string;
9698
+ voicePage1: string;
9699
+ voicePage3456: string;
9700
+ addMusic: string;
9701
+ tagUserName: string;
9702
+ tagCollaborator: string;
9703
+ addLocation: string;
9704
+ historyName: string;
9705
+ linkAddHistory: string;
9706
+ commentPostMe: string;
9707
+ tagUserPostMe: string;
9708
+ typePost: string;
9709
+ postStyle: string;
9710
+ statusPost: string;
9816
9711
  }
9817
9712
 
9818
- interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
9713
+ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
9819
9714
  sheetUrl: string;
9820
9715
  sheetName: string;
9821
9716
  typeSocial: ETypeSocial;
9822
- account: string | IThreadsAccountRun;
9717
+ account: string | IInstagramAccountRun;
9823
9718
  deviceKey: string;
9824
9719
  minuteWaiting: number;
9825
9720
  isTimeUS: boolean;
@@ -9840,11 +9735,11 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
9840
9735
  statusStep2: EStatusTaskToolSocials;
9841
9736
  }
9842
9737
 
9843
- interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
9738
+ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
9844
9739
  sheetUrl: string;
9845
9740
  sheetName: string;
9741
+ account: string | IInstagramAccountRun;
9846
9742
  typeSocial: ETypeSocial;
9847
- account: string | IThreadsAccountRun;
9848
9743
  deviceKey: string;
9849
9744
  minuteWaiting: number;
9850
9745
  isTimeUS: boolean;
@@ -9865,532 +9760,679 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
9865
9760
  statusStep2: EStatusTaskToolSocials;
9866
9761
  }
9867
9762
 
9868
- interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
9869
- sheetName: string;
9870
- sheetUrl: string;
9871
- account: IInstagramAccountRun | string;
9872
- currentFollower: number;
9873
- currentFollowing: number;
9874
- status: EStatusTaskScript;
9875
- }
9876
- interface IInstagramHistoryFollowELS extends IBaseELS {
9877
- }
9878
-
9879
- interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
9880
- sheetName: string;
9881
- sheetUrl: string;
9882
- account: IInstagramAccountRun | string;
9883
- folderImageName: string;
9884
- linkDriveVideoOfCanva: string;
9885
- listLinkDriveImagesOfCanva: string[];
9886
- statusEditCanva: EStatusExecuteCommon;
9887
- accountStatusLogin: EStatusAccountSocialLogin;
9888
- statusUploadDrive: EStatusExecuteCommon;
9889
- proxyType: ETypeProxy;
9890
- vpnEmail: string;
9891
- vpnPosition: ETypeProxy;
9892
- typePost: TPost;
9893
- stylePost: TPostStyle;
9894
- content: string;
9895
- settingPost: string | IInstagramSettingPost;
9896
- timePost: Date;
9897
- linkPost: string;
9898
- statusAccount: EStatusAccountSocial;
9899
- statusPost: EStatusTaskScript;
9900
- noteFix: string;
9901
- }
9902
- interface IInstagramHistoryAutoPostELS extends IBaseELS {
9903
- }
9904
-
9905
- interface IInstagramHistoryBlockUser extends IBaseModel, ITrackingModel<IUser> {
9906
- sheetName: string;
9907
- sheetUrl: string;
9908
- account: IInstagramAccountRun | string;
9909
- userBlock: string;
9910
- userRestrict: string;
9911
- userHidden: string;
9912
- statusBlock: EStatusTaskScript;
9913
- statusRestrict: EStatusTaskScript;
9914
- statusHidden: EStatusTaskScript;
9915
- }
9916
- interface IInstagramHistoryBlockUserELS extends IBaseELS {
9917
- }
9918
-
9919
- interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
9920
- account: IInstagramAccountRun | string;
9921
- listRunTimes: Array<string>;
9922
- dayOfWeeks: Array<string>;
9923
- isTimeUs: boolean;
9924
- }
9925
-
9926
- interface IInstagramSettingInteractExplore extends IBaseModel, ITrackingModel<IUser> {
9927
- account: IInstagramAccountRun | string;
9928
- dayOfWeeks: Array<string>;
9929
- listRunTimes: Array<Array<string>>;
9930
- maxViewPerDay: number;
9931
- timeExecuteForOperationTo: number;
9932
- timeExecuteForOperationFrom: number;
9933
- limitViewPerDayFrom: number;
9934
- limitViewPerDayTo: number;
9935
- increaseDailyViewFrom: number;
9936
- increaseDailyViewTo: number;
9937
- limitNumberLikePerOperationFrom: number;
9938
- limitNumberLikePerOperationTo: number;
9939
- timeDelayLikeFrom: number;
9940
- timeDelayLikeTo: number;
9941
- isTimeUs: boolean;
9942
- isDetailsView: boolean;
9943
- isLikeExplore: boolean;
9763
+ interface IInstagramDashboardFollower extends IBaseModel, ITrackingModel<IUser> {
9764
+ accountId: string;
9765
+ postNews: number;
9766
+ postReel: number;
9767
+ postStory: number;
9768
+ postSquare: number;
9769
+ followers: number;
9770
+ followings: number;
9944
9771
  }
9945
-
9946
- interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
9947
- account: IInstagramAccountRun | string;
9948
- listRunTimes: Array<Array<string>>;
9949
- dayOfWeeks: Array<string>;
9950
- timeExecuteForOperationFrom: number;
9951
- timeExecuteForOperationTo: number;
9952
- limitNumberFollowsPerDayFrom: number;
9953
- limitNumberFollowsPerDayTo: number;
9954
- increaseFollowPerDayFrom: number;
9955
- increaseFollowPerDayTo: number;
9956
- maxFollowPerDay: number;
9957
- limitNumberFollowsPerHourFrom: number;
9958
- limitNumberFollowsPerHourTo: number;
9959
- increaseFollowPerHourFrom: number;
9960
- increaseFollowPerHourTo: number;
9961
- maxFollowPerHour: number;
9962
- limitNumberInteractCurrentUserFrom: number;
9963
- limitNumberInteractCurrentUserTo: number;
9964
- timeDelayInteractCurrentUserFrom: number;
9965
- timeDelayInteractCurrentUserTo: number;
9966
- limitNumberInteractUserFollowingFrom: number;
9967
- limitNumberInteractUserFollowingTo: number;
9968
- timeDelayInteractUserFollowingFrom: number;
9969
- timeDelayInteractUserFollowingTo: number;
9970
- limitNumberInteractUserFollowerFrom: number;
9971
- limitNumberInteractUserFollowerTo: number;
9972
- timeDelayInteractUserFollowerFrom: number;
9973
- timeDelayInteractUserFollowerTo: number;
9974
- isTimeUs: boolean;
9975
- isInteractUserFollower: boolean;
9976
- isInteractUserFollowing: boolean;
9977
- isInteractCurrentUser: boolean;
9978
- isSkipUserNameNoneEnglish: boolean;
9979
- isSkipUserNameContainIcons: boolean;
9980
- isSkipFollowWhenUnFollowed: boolean;
9981
- isSkipFollowContainLinks: boolean;
9982
- isSkipBioNoneEnglish: boolean;
9772
+ interface IInstagramDashboardFollowerELS extends IBaseELS {
9773
+ idea: {
9774
+ id: string;
9775
+ name: string;
9776
+ version: number;
9777
+ createdAt: Date;
9778
+ updatedAt: Date;
9779
+ };
9780
+ niche: {
9781
+ id: string;
9782
+ name: string;
9783
+ version: number;
9784
+ createdAt: Date;
9785
+ updatedAt: Date;
9786
+ };
9787
+ pc: {
9788
+ id: string;
9789
+ name: string;
9790
+ version: number;
9791
+ createdAt: Date;
9792
+ updatedAt: Date;
9793
+ };
9794
+ device: {
9795
+ id: string;
9796
+ name: string;
9797
+ version: number;
9798
+ createdAt: Date;
9799
+ updatedAt: Date;
9800
+ key: string;
9801
+ };
9802
+ accountGroup: {
9803
+ id: string;
9804
+ name: string;
9805
+ version: number;
9806
+ createdAt: Date;
9807
+ updatedAt: Date;
9808
+ };
9809
+ account: {
9810
+ id: string;
9811
+ name: string;
9812
+ version: number;
9813
+ createdAt: Date;
9814
+ updatedAt: Date;
9815
+ status: EStatusAccountSocialLogin;
9816
+ nameAppClone: string;
9817
+ };
9818
+ typeManagerWork: ETypeManagerWorkClassify;
9819
+ postNews: number;
9820
+ postReel: number;
9821
+ postStory: number;
9822
+ postSquare: number;
9823
+ followers: number;
9824
+ followings: number;
9983
9825
  }
9984
9826
 
9985
- interface IInstagramSettingInteractReel extends IBaseModel, ITrackingModel<IUser> {
9986
- account: IInstagramAccountRun | string;
9987
- dayOfWeeks: Array<string>;
9988
- listRunTimes: Array<Array<string>>;
9989
- limitViewPerDayFrom: number;
9990
- limitViewPerDayTo: number;
9991
- increaseDailyViewFrom: number;
9992
- increaseDailyViewTo: number;
9993
- maxViewPerDay: number;
9994
- timeExecuteForOperationFrom: number;
9995
- timeExecuteForOperationTo: number;
9996
- limitNumberLikePerOperationFrom: number;
9997
- limitNumberLikePerOperationTo: number;
9998
- timeDelayLikeFrom: number;
9999
- timeDelayLikeTo: number;
10000
- isTimeUs: boolean;
10001
- isLikeReel: boolean;
9827
+ interface IThreadsAccountRun extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
9828
+ accountRaw: string | IThreadsAccountRaw;
9829
+ runStartDateTime: Date;
9830
+ runEndDateTime: Date;
9831
+ statusRun: EStatusAccountSocialRun;
9832
+ statusConnectDevice: EStatusDeviceConnectPC;
9833
+ noteConnectDevice: string;
9834
+ currentActiveTime: Date;
9835
+ lastActiveTime: Date;
9836
+ note: string;
10002
9837
  }
10003
9838
 
10004
- interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
10005
- account: IInstagramAccountRun | string;
10006
- dayOfWeeks: Array<string>;
10007
- listRunTimes: Array<Array<string>>;
10008
- timeExecuteForOperationFrom: number;
10009
- timeExecuteForOperationTo: number;
10010
- limitNumberPostForCommentsFrom: number;
10011
- limitNumberPostForCommentsTo: number;
10012
- timeDelayCommentFrom: number;
10013
- timeDelayCommentTo: number;
10014
- timeDelayLikeFrom: number;
10015
- timeDelayLikeTo: number;
10016
- limitNumberReplyCommentPerDayFrom: number;
10017
- limitNumberReplyCommentPerDayTo: number;
10018
- timeDelayReplyCommentFrom: number;
10019
- timeDelayReplyCommentTo: number;
10020
- isSkipUserNameNoneEnglish: boolean;
10021
- isSkipReplyCommentsOnlyIcon: boolean;
10022
- isTimeUs: boolean;
10023
- isLikeCommentsPostOfMe: boolean;
10024
- isReplyCommentsPostOfMe: boolean;
9839
+ interface IThreadsAccountRaw extends IBaseModel, IAccountSocialBase, ITrackingModel<IUser> {
9840
+ accountInstagram: string | IInstagramAccountRaw;
9841
+ sheetUrl: string;
9842
+ sheetName: string;
9843
+ group: IAccountSocialGroup | string;
9844
+ accountID: number;
9845
+ nameAppCloneSocial: string;
9846
+ accountDeviceTypeAppClone: string;
9847
+ accountDeviceNameAppClone: string;
9848
+ idea: string | IManagerWork;
9849
+ niche: string | IManagerWork;
9850
+ type: ETypeManagerWorkClassify;
9851
+ pc: IPC | string;
9852
+ deviceKey: string;
9853
+ device: IDevice | string;
9854
+ timeImport: Date;
9855
+ statusImport: EStatusAccountSocialImport;
9856
+ statusSyncAccount: EStatusAccountSocialSync;
9857
+ timeSyncAccount: Date;
9858
+ accountSocialSync: IThreadsAccountRun;
9859
+ noteImport: string;
9860
+ folderNameImage: string;
9861
+ statusFolderNameImage: EStatusAccountSocialFolderName;
9862
+ timeFolderNameImage: Date;
9863
+ statusLogin: EStatusAccountSocialLogin;
9864
+ timeLogin: Date;
9865
+ promptAvatar: string;
9866
+ oldAvatar: string | IFile;
9867
+ newAvatar: string | IFile;
9868
+ statusChangeAvatar: EStatusChangeInfo;
9869
+ timeChangeAvatar: Date;
9870
+ oldGroup: string | IAccountSocialGroup;
9871
+ newGroup: string | IAccountSocialGroup;
9872
+ statusChangeGroup: EStatusChangeInfo;
9873
+ timeChangeGroup: Date;
9874
+ statusLoginEmail: EStatusAccountSocialLoginEmail;
9875
+ timeLoginEmail: Date;
9876
+ interestThreads: string;
9877
+ statusChangeInterestThreads: EStatusChangeInfo;
9878
+ timeChangeInterestThreads: Date;
9879
+ totalLinkBio: string[];
9880
+ statusChangeBio: string;
9881
+ timeChangeBio: Date;
9882
+ statusConnectDevice: EStatusDeviceConnectPC;
9883
+ noteConnectDevice: string;
9884
+ note: string;
9885
+ timeLastUsed: Date;
9886
+ lastUserUsed: string | IUser;
10025
9887
  }
10026
9888
 
10027
- interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
10028
- account: IInstagramAccountRun | string;
10029
- listRunTimes: Array<Array<string>>;
10030
- dayOfWeeks: Array<string>;
10031
- timeExecuteForOperationFrom: number;
10032
- timeExecuteForOperationTo: number;
10033
- timeDelayReplyMessageFrom: number;
10034
- timeDelayReplyMessageTo: number;
10035
- isTimeUs: boolean;
10036
- isDeleteMessageUsername: boolean;
10037
- isReplyAllMessageFromStories: boolean;
10038
- isSkipUserNameNoneEnglish: boolean;
10039
- isSkipReplyMessageIsImages: boolean;
10040
- isSkipReplyIfHaveReplied: boolean;
10041
- isSkipReplyIsLink: boolean;
10042
- isSkipReplyIfOnlyIcons: boolean;
9889
+ interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
9890
+ sheetUrl: string;
9891
+ sheetName: string;
9892
+ account: string | IThreadsAccountRaw;
9893
+ statusSyncAccount?: EStatusAccountSocialSync;
9894
+ timeAction: Date;
9895
+ note: string;
10043
9896
  }
10044
-
10045
- interface IInstagramSettingInteractStory extends IBaseModel, ITrackingModel<IUser> {
10046
- account: IInstagramAccountRun | string;
10047
- dayOfWeeks: Array<string>;
10048
- listRunTimes: Array<Array<string>>;
10049
- timeExecuteForOperationFrom: number;
10050
- timeExecuteForOperationTo: number;
10051
- limitViewPerDayFrom: number;
10052
- limitViewPerDayTo: number;
10053
- increaseViewPerDayFrom: number;
10054
- increaseViewPerDayTo: number;
10055
- maxViewsPerDay: number;
10056
- limitViewPerHourFrom: number;
10057
- limitViewPerHourTo: number;
10058
- increaseViewPerHourFrom: number;
10059
- increaseViewPerHourTo: number;
10060
- maxViewsPerHour: number;
10061
- limitNumberPersonSendMessageFrom: number;
10062
- limitNumberPersonSendMessageTo: number;
10063
- timeDelaySendMessageFrom: number;
10064
- timeDelaySendMessageTo: number;
10065
- limitNumberLikeStoriesFrom: number;
10066
- limitNumberLikeStoriesTo: number;
10067
- timeDelayLikeStoryFrom: number;
10068
- timeDelayLikeStoryTo: number;
10069
- isTimeUs: boolean;
10070
- isLikeStories: boolean;
10071
- isSendMessageOnSheet: boolean;
9897
+ interface IThreadsHistoryAutoSyncELS extends IBaseELS {
9898
+ historyUserName: {
9899
+ old: string;
9900
+ new: string;
9901
+ statusChange: EStatusChangeInfo;
9902
+ timeChange: Date;
9903
+ };
9904
+ historyFullname: {
9905
+ old: string;
9906
+ new: string;
9907
+ statusChange: EStatusChangeInfo;
9908
+ timeChange: Date;
9909
+ };
9910
+ loginStatus: EStatusAccountSocialLogin;
9911
+ statusSyncAccount?: EStatusAccountSocialSync;
9912
+ idea: {
9913
+ id: string;
9914
+ name: string;
9915
+ };
9916
+ niche: {
9917
+ id: string;
9918
+ name: string;
9919
+ };
9920
+ sheet: {
9921
+ url: string;
9922
+ name: string;
9923
+ };
9924
+ type: ETypeManagerWorkClassify;
9925
+ groupAccountSocial: {
9926
+ old: string;
9927
+ new: string;
9928
+ status: string;
9929
+ timeChange: Date;
9930
+ };
9931
+ accountID: string;
9932
+ emailInfo: {
9933
+ email: string;
9934
+ emailPassword: string;
9935
+ email2FA: string;
9936
+ emailRecover: string;
9937
+ };
9938
+ infoSystem: {
9939
+ pcName: string;
9940
+ department: string;
9941
+ leader: string;
9942
+ member: string;
9943
+ };
9944
+ deviceInfo: {
9945
+ key: string;
9946
+ model: string;
9947
+ name: string;
9948
+ os: ETypeDeviceOS;
9949
+ typeAppClone: string;
9950
+ nameAppClone: string;
9951
+ };
9952
+ timeAction: Date;
9953
+ note: string;
10072
9954
  }
10073
9955
 
10074
- interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
10075
- account: IInstagramAccountRun | string;
10076
- dayOfWeeks: Array<string>;
10077
- listRunTimes: Array<Array<string>>;
10078
- timeExecuteForOperationFrom: number;
10079
- timeExecuteForOperationTo: number;
10080
- limitUnFollowPerDayFrom: number;
10081
- limitUnFollowPerDayTo: number;
10082
- increaseUnFollowPerDayFrom: number;
10083
- increaseUnFollowPerDayTo: number;
10084
- maxUnFollowPerDay: number;
10085
- limitUnFollowPerHourFrom: number;
10086
- limitUnFollowPerHourTo: number;
10087
- increaseUnFollowPerHourFrom: number;
10088
- increaseUnFollowPerHourTo: number;
10089
- maxUnFollowPerHour: number;
10090
- timeDelayInteractPerOperatorFrom: number;
10091
- timeDelayInteractPerOperatorTo: number;
10092
- isTimeUs: boolean;
10093
- isInteractBeforeUnFollow: boolean;
9956
+ interface IThreadsHistoryCreateNew extends IBaseModel, ITrackingModel<IUser> {
9957
+ sheetUrl: string;
9958
+ sheetName: string;
9959
+ account: string | IThreadsAccountRaw;
9960
+ timeImport: Date;
9961
+ statusImport: EStatusAccountSocialImport;
9962
+ noteImport: string;
9963
+ originalEmail: string;
9964
+ originalEmailPassword: string;
9965
+ originalUsername: string;
9966
+ originalFullname: string;
9967
+ originalPassword: string;
9968
+ originalCode2FA: string;
9969
+ timeAction: Date;
9970
+ note: string;
10094
9971
  }
10095
-
10096
- interface IInstagramSettingPost extends IBaseModel, ITrackingModel<IUser> {
10097
- account: IInstagramAccountRun | string;
10098
- listRunTimes: Array<{
10099
- typePost: TPost;
10100
- listTimes: Array<string>;
10101
- }>;
10102
- dayOfWeeks: Array<string>;
10103
- numberCommentsForPostMeFrom: number;
10104
- numberCommentsForPostMeTo: number;
10105
- delayTimeCommentFrom: number;
10106
- delayTimeCommentTo: number;
10107
- isTimeUs: boolean;
9972
+ interface IThreadsHistoryCreateNewELS extends IBaseELS {
9973
+ typeCreateNew: ETypeSocialCreateNew;
9974
+ folderName: EFolderImageAI;
9975
+ model: EAIModelImage;
9976
+ status: EStatusCreateNew;
9977
+ sheet: {
9978
+ url: string;
9979
+ name: string;
9980
+ };
9981
+ idea: {
9982
+ id: string;
9983
+ name: string;
9984
+ };
9985
+ niche: {
9986
+ id: string;
9987
+ name: string;
9988
+ };
9989
+ type: ETypeManagerWorkClassify;
9990
+ groupAccountSocial: {
9991
+ old: string;
9992
+ new: string;
9993
+ status: string;
9994
+ timeChange: Date;
9995
+ };
9996
+ accountID: string;
9997
+ historyUserName: {
9998
+ old: string;
9999
+ new: string;
10000
+ statusChange: EStatusChangeInfo;
10001
+ timeChange: Date;
10002
+ };
10003
+ historyFullname: {
10004
+ old: string;
10005
+ new: string;
10006
+ statusChange: EStatusChangeInfo;
10007
+ timeChange: Date;
10008
+ };
10009
+ emailInfo: {
10010
+ email: string;
10011
+ emailPassword: string;
10012
+ email2FA: string;
10013
+ emailRecover: string;
10014
+ };
10015
+ infoSystem: {
10016
+ pcName: string;
10017
+ department: string;
10018
+ leader: string;
10019
+ member: string;
10020
+ };
10021
+ deviceInfo: {
10022
+ key: string;
10023
+ model: string;
10024
+ name: string;
10025
+ os: ETypeDeviceOS;
10026
+ typeAppClone: string;
10027
+ nameAppClone: string;
10028
+ };
10029
+ timeAction: Date;
10030
+ note: string;
10108
10031
  }
10109
10032
 
10110
- interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10111
- account: IInstagramAccountRun | string;
10112
- listUserBlock: string[];
10113
- listUserRestrict: string[];
10114
- listUserHidden: string[];
10115
- status: EStatusTaskScript;
10033
+ interface IThreadsHistoryChange extends IBaseModel, ITrackingModel<IUser> {
10034
+ sheetUrl: string;
10035
+ sheetName: string;
10036
+ account: string | IThreadsAccountRaw;
10037
+ changeType: EStatusAccountTypeChangeInfoThreads;
10038
+ oldUsername?: string;
10039
+ newUsername?: string;
10040
+ statusChangeUsername?: EStatusChangeInfo;
10041
+ timeChangeUserName?: Date;
10042
+ oldFullname?: string;
10043
+ newFullname?: string;
10044
+ statusChangeFullname?: EStatusChangeInfo;
10045
+ timeChangeFullname?: Date;
10046
+ oldEmail?: string;
10047
+ newEmail?: string;
10048
+ statusChangeEmail?: EStatusChangeInfo;
10049
+ timeChangeEmail?: Date;
10050
+ oldCode2FA?: string;
10051
+ newCode2FA?: string;
10052
+ statusChange2fa?: EStatusChangeInfo;
10053
+ timeChange2FA?: Date;
10054
+ oldPassword?: string;
10055
+ newPassword?: string;
10056
+ statusChangePassword?: EStatusChangeInfo;
10057
+ timeChangePassword?: Date;
10058
+ promptAvatar?: string;
10059
+ oldAvatar?: string | IFile;
10060
+ newAvatar?: string | IFile;
10061
+ statusChangeAvatar?: EStatusChangeInfo;
10062
+ timeChangeAvatar?: Date;
10063
+ promptCover?: string;
10064
+ oldCover?: string | IFile;
10065
+ newCover?: string | IFile;
10066
+ statusChangeCover?: EStatusChangeInfo;
10067
+ timeChangeCover?: Date;
10068
+ oldBio?: string[];
10069
+ newBio?: string[];
10070
+ statusChangeBio?: EStatusChangeInfo;
10071
+ timeChangeBio?: Date;
10072
+ timeAction: Date;
10073
+ note: string;
10116
10074
  }
10117
-
10118
- interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10119
- account: IInstagramAccountRun | string;
10120
- typeView: string;
10121
- numberLike: number;
10122
- minutesExecute: number;
10123
- isLike: boolean;
10124
- status: EStatusTaskScript;
10125
- statusDetail: string;
10075
+ interface IThreadsHistoryChangeInfoELS extends IBaseELS {
10076
+ typeAutoChange: ETypeSocialChangeInfoThreads;
10077
+ changeType: EStatusAccountTypeChangeInfoInstagram;
10078
+ sheet: {
10079
+ url: string;
10080
+ name: string;
10081
+ };
10082
+ idea: {
10083
+ id: string;
10084
+ name: string;
10085
+ };
10086
+ niche: {
10087
+ id: string;
10088
+ name: string;
10089
+ };
10090
+ type: ETypeManagerWorkClassify;
10091
+ groupAccountSocial: {
10092
+ old: string;
10093
+ new: string;
10094
+ status: string;
10095
+ timeChange: Date;
10096
+ };
10097
+ accountID: string;
10098
+ historyUserName: {
10099
+ old: string;
10100
+ new: string;
10101
+ statusChange: EStatusChangeInfo;
10102
+ timeChange: Date;
10103
+ };
10104
+ historyFullname: {
10105
+ old: string;
10106
+ new: string;
10107
+ statusChange: EStatusChangeInfo;
10108
+ timeChange: Date;
10109
+ };
10110
+ historyPassword: {
10111
+ old: string;
10112
+ new: string;
10113
+ statusChange: EStatusChangeInfo;
10114
+ timeChange: Date;
10115
+ };
10116
+ history2FA: {
10117
+ old: string;
10118
+ new: string;
10119
+ statusChange: EStatusChangeInfo;
10120
+ timeChange: Date;
10121
+ };
10122
+ historyAvatar: {
10123
+ old: string;
10124
+ new: string;
10125
+ statusChange: EStatusChangeInfo;
10126
+ timeChange: Date;
10127
+ };
10128
+ historyCover: {
10129
+ old: string;
10130
+ new: string;
10131
+ statusChange: EStatusChangeInfo;
10132
+ timeChange: Date;
10133
+ };
10134
+ historyEmail: {
10135
+ old: string;
10136
+ new: string;
10137
+ statusChange: EStatusChangeInfo;
10138
+ timeChange: Date;
10139
+ };
10140
+ historyBio: {
10141
+ old: string[];
10142
+ new: string[];
10143
+ statusChange: EStatusChangeInfo;
10144
+ timeChange: Date;
10145
+ };
10146
+ emailInfo: {
10147
+ email: string;
10148
+ emailPassword: string;
10149
+ email2FA: string;
10150
+ emailRecover: string;
10151
+ };
10152
+ infoSystem: {
10153
+ pcName: string;
10154
+ department: string;
10155
+ leader: string;
10156
+ member: string;
10157
+ };
10158
+ deviceInfo: {
10159
+ key: string;
10160
+ model: string;
10161
+ name: string;
10162
+ os: ETypeDeviceOS;
10163
+ typeAppClone: string;
10164
+ nameAppClone: string;
10165
+ };
10166
+ timeAction: Date;
10167
+ note: string;
10126
10168
  }
10127
10169
 
10128
- interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10129
- sheetName: string;
10170
+ interface IThreadsHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
10130
10171
  sheetUrl: string;
10131
- account: IInstagramAccountRun | string;
10132
- statusDetail: string;
10133
- follower: number;
10134
- following: number;
10135
- timeStart: Date;
10136
- timeEnd: Date;
10137
- status: EStatusTaskScript;
10172
+ sheetName: string;
10173
+ account: string | IThreadsAccountRaw;
10174
+ oldGroup: IAccountSocialGroup | string;
10175
+ newGroup: IAccountSocialGroup | string;
10176
+ timeAction: Date;
10177
+ note: string;
10138
10178
  }
10139
-
10140
- interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10141
- account: IInstagramAccountRun | string;
10142
- numberLike: number;
10143
- minutesExecute: number;
10144
- isLike: boolean;
10145
- status: EStatusTaskScript;
10146
- statusDetail: string;
10179
+ interface IThreadsHistoryGroupELS extends IBaseELS {
10180
+ accountID: string;
10181
+ oldGroup: string;
10182
+ newGroup: string;
10183
+ statusChange: EStatusChangeInfo;
10184
+ sheet: {
10185
+ url: string;
10186
+ name: string;
10187
+ };
10188
+ idea: {
10189
+ id: string;
10190
+ name: string;
10191
+ };
10192
+ niche: {
10193
+ id: string;
10194
+ name: string;
10195
+ };
10196
+ type: ETypeManagerWorkClassify;
10197
+ historyUserName: {
10198
+ old: string;
10199
+ new: string;
10200
+ statusChange: EStatusChangeInfo;
10201
+ timeChange: Date;
10202
+ };
10203
+ historyFullname: {
10204
+ old: string;
10205
+ new: string;
10206
+ statusChange: EStatusChangeInfo;
10207
+ timeChange: Date;
10208
+ };
10209
+ emailInfo: {
10210
+ email: string;
10211
+ emailPassword: string;
10212
+ email2FA: string;
10213
+ emailRecover: string;
10214
+ };
10215
+ deviceInfo: {
10216
+ key: string;
10217
+ model: string;
10218
+ name: string;
10219
+ os: ETypeDeviceOS;
10220
+ typeAppClone: string;
10221
+ nameAppClone: string;
10222
+ };
10223
+ infoSystem: {
10224
+ pcName: string;
10225
+ department: string;
10226
+ leader: string;
10227
+ member: string;
10228
+ };
10229
+ timeAction: Date;
10230
+ note: string;
10147
10231
  }
10148
10232
 
10149
- interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10233
+ interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
10150
10234
  sheetName: string;
10151
10235
  sheetUrl: string;
10152
- account: IInstagramAccountRun | string;
10236
+ account: IThreadsAccountRun | string;
10237
+ folderImageName: string;
10238
+ linkDriveVideoOfCanva: string;
10239
+ listLinkDriveImagesOfCanva: string[];
10240
+ statusEditCanva: EStatusExecuteCommon;
10241
+ accountStatusLogin: EStatusAccountSocialLogin;
10242
+ statusUploadDrive: EStatusExecuteCommon;
10243
+ proxyType: ETypeProxy;
10244
+ vpnEmail: string;
10245
+ vpnPosition: ETypeProxy;
10246
+ typePost: TPost;
10247
+ stylePost: TPostStyle;
10153
10248
  content: string;
10154
- userLink: string;
10249
+ settingPost: string | IThreadsSettingPost;
10250
+ timePost: Date;
10155
10251
  linkPost: string;
10156
- commentReplied: string;
10157
- status: EStatusTaskScript;
10158
- statusDetail: string;
10159
- }
10160
-
10161
- interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10162
- sheetName: string;
10163
- sheetUrl: string;
10164
- account: IInstagramAccountRun | string;
10165
- statusDetail: string;
10166
- receiverName: string;
10167
- messageReply: string;
10168
- status: EStatusTaskScript;
10252
+ statusAccount: EStatusAccountSocial;
10253
+ statusPost: EStatusTaskScript;
10254
+ noteFix: string;
10169
10255
  }
10170
-
10171
- interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10172
- account: IInstagramAccountRun | string;
10173
- numberLike: number;
10174
- minutesExecute: number;
10175
- numberUsersSentMess: number;
10176
- isLike: boolean;
10177
- isSentMessage: boolean;
10178
- statusDetail: string;
10179
- status: EStatusTaskScript;
10256
+ interface IThreadsHistoryAutoPostELS extends IBaseELS {
10180
10257
  }
10181
10258
 
10182
- interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10183
- sheetUrl: string;
10259
+ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
10184
10260
  sheetName: string;
10185
- account: string | IInstagramAccountRun;
10186
- sheetPageName: string;
10187
- rowId: string;
10188
- historyName: string;
10189
- status: EStatusTaskScript;
10190
- statusDetail: string;
10191
- }
10192
-
10193
- interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10194
10261
  sheetUrl: string;
10195
- sheetName: string;
10196
- account: string | IInstagramAccountRun;
10197
- sheetPageName: string;
10198
- rowId: string;
10199
- otherAccount: string;
10262
+ account: IThreadsAccountRun | string;
10263
+ url: string;
10200
10264
  photosUrl: string[];
10201
10265
  videosUrl: string[];
10202
- collaborator: string;
10266
+ titleContent: string;
10267
+ tagUsers: string[];
10203
10268
  content: string;
10204
- music: string;
10205
- tagUser: string;
10206
- location: string;
10207
- url: string;
10269
+ caption: string;
10270
+ hashtag: string;
10271
+ altNicheImages: string[];
10272
+ altImages: string[];
10273
+ altVideos: string[];
10208
10274
  status: EStatusTaskScript;
10209
10275
  statusDetail: string;
10276
+ timeStart: Date;
10277
+ timeEnd: Date;
10210
10278
  }
10211
10279
 
10212
- interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10213
- sheetUrl: string;
10280
+ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
10214
10281
  sheetName: string;
10215
- account: string | IInstagramAccountRun;
10216
- sheetPageName: string;
10217
- rowId: string;
10218
- otherAccount: string;
10219
- photosUrl: string[];
10220
- videosUrl: string[];
10221
- collaborator: string;
10222
- content: string;
10223
- music: string;
10224
- tagUser: string;
10225
- location: string;
10226
- url: string;
10282
+ sheetUrl: string;
10283
+ account: IThreadsAccountRun | string;
10284
+ follower: number;
10285
+ following: number;
10227
10286
  status: EStatusTaskScript;
10228
10287
  statusDetail: string;
10288
+ timeStart: Date;
10289
+ timeEnd: Date;
10229
10290
  }
10230
10291
 
10231
- interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10232
- sheetUrl: string;
10292
+ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10233
10293
  sheetName: string;
10234
- account: string | IInstagramAccountRun;
10235
- sheetPageName: string;
10236
- rowId: string;
10237
- otherAccount: string;
10238
- photosUrl: string[];
10239
- videosUrl: string[];
10240
- titlePoll: string;
10241
- polls: string[];
10242
- location: string;
10243
- music: string;
10244
- content: string;
10245
- collaborator: string;
10246
- tagUser: string;
10247
- url: string;
10294
+ sheetUrl: string;
10295
+ account: IThreadsAccountRun | string;
10248
10296
  status: EStatusTaskScript;
10249
10297
  statusDetail: string;
10298
+ receiverName: string;
10299
+ messageReply: string;
10250
10300
  }
10251
10301
 
10252
- interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
10253
- sheetUrl: string;
10302
+ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
10254
10303
  sheetName: string;
10255
- account: string | IInstagramAccountRun;
10256
- sheetPageName: string;
10257
- rowId: string;
10258
- otherAccount: string;
10259
- photosUrl: string[];
10260
- videosUrl: string[];
10261
- music: string;
10262
- location: string;
10304
+ sheetUrl: string;
10305
+ account: IThreadsAccountRun | string;
10306
+ content: string;
10307
+ linkPost: string;
10308
+ userLink: string;
10263
10309
  status: EStatusTaskScript;
10264
10310
  statusDetail: string;
10311
+ timeStart: Date;
10312
+ timeEnd: Date;
10265
10313
  }
10266
10314
 
10267
- interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
10268
- sheetUrl: string;
10269
- sheetName: string;
10270
- typeSocial: ETypeSocial;
10271
- account: string | IInstagramAccountRun;
10272
- deviceKey: string;
10273
- minuteWaiting: number;
10274
- isTimeUS: boolean;
10275
- dayOfWeek: string;
10276
- timeFrom: string;
10277
- timeTo: string;
10278
- service: string;
10279
- action: string;
10280
- timeExecute: Date;
10281
- status: EStatusTaskToolSocials;
10282
- dayOfWeekUS: string;
10283
- timeExecuteUS: Date;
10284
- listBlockUserName: string[];
10285
- listRestrictUserName: string[];
10286
- listHiddenUserName: string[];
10315
+ interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
10316
+ account: IThreadsAccountRun | string;
10317
+ listRunTimes: Array<{
10318
+ typePost: TPost;
10319
+ listTimes: Array<string>;
10320
+ }>;
10321
+ dayOfWeeks: Array<string>;
10322
+ numberCommentsForPostMeFrom: number;
10323
+ numberCommentsForPostMeTo: number;
10324
+ delayTimeCommentFrom: number;
10325
+ delayTimeCommentTo: number;
10326
+ isTimeUs: boolean;
10287
10327
  }
10288
10328
 
10289
- interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
10290
- sheetUrl: string;
10291
- sheetName: string;
10292
- typeSocial: ETypeSocial;
10293
- account: string | IInstagramAccountRun;
10294
- deviceKey: string;
10295
- minuteWaiting: number;
10296
- isTimeUS: boolean;
10297
- dayOfWeek: string;
10298
- timeFrom: string;
10299
- timeTo: string;
10300
- service: string;
10301
- action: string;
10302
- timeExecute: Date;
10303
- status: EStatusTaskToolSocials;
10304
- dayOfWeekUS: string;
10305
- timeExecuteUS: Date;
10306
- oldUserName: string;
10307
- typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
10308
- changeUserNameNew: string;
10309
- changeFullnameNew: string;
10310
- changeBioNew: string;
10311
- passwordNew: string;
10312
- emailNew: string;
10313
- code2fa: string;
10314
- nameLink1: string;
10315
- link1: string;
10316
- nameLink2: string;
10317
- link2: string;
10318
- nameLink3: string;
10319
- link3: string;
10320
- changeAvatar: string;
10321
- fontTextAvatarUsername: string;
10322
- urlImageAvatar: string;
10323
- changeCover: string;
10324
- fontTextCoverUsername: string;
10325
- urlImageCover: string;
10329
+ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel<IUser> {
10330
+ account: IThreadsAccountRun | string;
10331
+ listRunTimes: Array<Array<string>>;
10332
+ dayOfWeeks: Array<string>;
10333
+ timeExecuteForOperationFrom: number;
10334
+ timeExecuteForOperationTo: number;
10335
+ limitNumberFollowsPerDayFrom: number;
10336
+ limitNumberFollowsPerDayTo: number;
10337
+ increaseFollowPerDayFrom: number;
10338
+ increaseFollowPerDayTo: number;
10339
+ maxFollowPerDay: number;
10340
+ limitNumberFollowsPerHourFrom: number;
10341
+ limitNumberFollowsPerHourTo: number;
10342
+ increaseFollowPerHourFrom: number;
10343
+ increaseFollowPerHourTo: number;
10344
+ maxFollowPerHour: number;
10345
+ limitNumberInteractCurrentUserFrom: number;
10346
+ limitNumberInteractCurrentUserTo: number;
10347
+ timeDelayInteractCurrentUserFrom: number;
10348
+ timeDelayInteractCurrentUserTo: number;
10349
+ limitNumberInteractUserFollowingFrom: number;
10350
+ limitNumberInteractUserFollowingTo: number;
10351
+ timeDelayInteractUserFollowingFrom: number;
10352
+ timeDelayInteractUserFollowingTo: number;
10353
+ limitNumberInteractUserFollowerFrom: number;
10354
+ limitNumberInteractUserFollowerTo: number;
10355
+ timeDelayInteractUserFollowerFrom: number;
10356
+ timeDelayInteractUserFollowerTo: number;
10357
+ isTimeUs: boolean;
10358
+ isInteractUserFollower: boolean;
10359
+ isInteractUserFollowing: boolean;
10360
+ isInteractCurrentUser: boolean;
10361
+ isSkipUserNameNoneEnglish: boolean;
10362
+ isSkipUserNameContainIcons: boolean;
10363
+ isSkipFollowWhenUnFollowed: boolean;
10364
+ isSkipFollowContainLinks: boolean;
10365
+ isSkipBioNoneEnglish: boolean;
10326
10366
  }
10327
10367
 
10328
- interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
10329
- sheetUrl: string;
10330
- sheetName: string;
10331
- typeSocial: ETypeSocial;
10332
- account: string | IInstagramAccountRun;
10333
- deviceKey: string;
10334
- minuteWaiting: number;
10335
- isTimeUS: boolean;
10336
- dayOfWeek: string;
10337
- timeFrom: string;
10338
- timeTo: string;
10339
- service: string;
10340
- action: string;
10341
- timeExecute: Date;
10342
- status: EStatusTaskToolSocials;
10343
- dayOfWeekUS: string;
10344
- timeExecuteUS: Date;
10345
- listUsernameFollow: string[];
10368
+ interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
10369
+ account: IThreadsAccountRun | string;
10370
+ dayOfWeeks: Array<string>;
10371
+ listRunTimes: Array<Array<string>>;
10372
+ timeExecuteForOperationFrom: number;
10373
+ timeExecuteForOperationTo: number;
10374
+ limitUnFollowPerDayFrom: number;
10375
+ limitUnFollowPerDayTo: number;
10376
+ increaseUnFollowPerDayFrom: number;
10377
+ increaseUnFollowPerDayTo: number;
10378
+ maxUnFollowPerDay: number;
10379
+ limitUnFollowPerHourFrom: number;
10380
+ limitUnFollowPerHourTo: number;
10381
+ increaseUnFollowPerHourFrom: number;
10382
+ increaseUnFollowPerHourTo: number;
10383
+ maxUnFollowPerHour: number;
10384
+ timeDelayInteractPerOperatorFrom: number;
10385
+ timeDelayInteractPerOperatorTo: number;
10386
+ isTimeUs: boolean;
10387
+ isInteractBeforeUnFollow: boolean;
10346
10388
  }
10347
10389
 
10348
- interface ITaskInstagramInteractExplore extends IBaseModel, ITrackingModel<IUser> {
10349
- typeSocial: ETypeSocial;
10350
- account: string | IInstagramAccountRun;
10351
- deviceKey: string;
10352
- minuteWaiting: number;
10353
- isTimeUS: boolean;
10354
- dayOfWeek: string;
10355
- timeFrom: string;
10356
- timeTo: string;
10357
- service: string;
10358
- action: string;
10359
- timeExecute: Date;
10360
- status: EStatusTaskToolSocials;
10361
- dayOfWeekUS: string;
10362
- timeExecuteUS: Date;
10363
- numberView: number;
10364
- isBasicView: boolean;
10365
- isLike: boolean;
10366
- numberLike: number;
10367
- minuteRun: number;
10390
+ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
10391
+ account: IThreadsAccountRun | string;
10392
+ dayOfWeeks: Array<string>;
10393
+ listRunTimes: Array<Array<string>>;
10394
+ timeExecuteForOperationFrom: number;
10395
+ timeExecuteForOperationTo: number;
10396
+ limitNumberPostForCommentsFrom: number;
10397
+ limitNumberPostForCommentsTo: number;
10398
+ timeDelayCommentFrom: number;
10399
+ timeDelayCommentTo: number;
10400
+ timeDelayLikeFrom: number;
10401
+ timeDelayLikeTo: number;
10402
+ limitNumberReplyCommentPerDayFrom: number;
10403
+ limitNumberReplyCommentPerDayTo: number;
10404
+ timeDelayReplyCommentFrom: number;
10405
+ timeDelayReplyCommentTo: number;
10406
+ isSkipUserNameNoneEnglish: boolean;
10407
+ isSkipReplyCommentsOnlyIcon: boolean;
10408
+ isTimeUs: boolean;
10409
+ isLikeCommentsPostOfMe: boolean;
10410
+ isReplyCommentsPostOfMe: boolean;
10368
10411
  }
10369
10412
 
10370
- interface ITaskInstagramInteractReel extends IBaseModel, ITrackingModel<IUser> {
10371
- typeSocial: ETypeSocial;
10372
- account: string | IInstagramAccountRun;
10373
- deviceKey: string;
10374
- minuteWaiting: number;
10375
- isTimeUS: boolean;
10376
- dayOfWeek: string;
10377
- timeFrom: string;
10378
- timeTo: string;
10379
- service: string;
10380
- action: string;
10381
- timeExecute: Date;
10382
- status: EStatusTaskToolSocials;
10383
- dayOfWeekUS: string;
10384
- timeExecuteUS: Date;
10385
- numberView: number;
10386
- isLike: boolean;
10387
- numberLike: number;
10388
- minuteRun: number;
10413
+ interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel<IUser> {
10414
+ account: IThreadsAccountRun | string;
10415
+ listRunTimes: Array<Array<string>>;
10416
+ dayOfWeeks: Array<string>;
10417
+ timeExecuteForOperationFrom: number;
10418
+ timeExecuteForOperationTo: number;
10419
+ timeDelayReplyMessageFrom: number;
10420
+ timeDelayReplyMessageTo: number;
10421
+ isTimeUs: boolean;
10422
+ isDeleteMessageUsername: boolean;
10423
+ isReplyAllMessageFromStories: boolean;
10424
+ isSkipUserNameNoneEnglish: boolean;
10425
+ isSkipReplyMessageIsImages: boolean;
10426
+ isSkipReplyIfHaveReplied: boolean;
10427
+ isSkipReplyIsLink: boolean;
10428
+ isSkipReplyIfOnlyIcons: boolean;
10389
10429
  }
10390
10430
 
10391
- interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser> {
10431
+ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
10432
+ sheetUrl: string;
10433
+ sheetName: string;
10392
10434
  typeSocial: ETypeSocial;
10393
- account: string | IInstagramAccountRun;
10435
+ account: string | IThreadsAccountRun;
10394
10436
  deviceKey: string;
10395
10437
  minuteWaiting: number;
10396
10438
  isTimeUS: boolean;
@@ -10403,16 +10445,21 @@ interface ITaskInstagramInteractStory extends IBaseModel, ITrackingModel<IUser>
10403
10445
  status: EStatusTaskToolSocials;
10404
10446
  dayOfWeekUS: string;
10405
10447
  timeExecuteUS: Date;
10406
- numberView: number;
10407
- isLike: boolean;
10408
- numberLike: number;
10448
+ canvaUrlVideo: string;
10449
+ canvaImageThumb: string;
10450
+ canvaImagePage1: string;
10451
+ canvaImagePage2: string;
10452
+ canvaImagePage3: string;
10453
+ canvaImagePage4: string;
10454
+ canvaImagePage5: string;
10455
+ contentPost: string;
10409
10456
  }
10410
10457
 
10411
- interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10458
+ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
10459
+ account: string | IThreadsAccountRun;
10412
10460
  sheetUrl: string;
10413
10461
  sheetName: string;
10414
10462
  typeSocial: ETypeSocial;
10415
- account: string | IInstagramAccountRun;
10416
10463
  deviceKey: string;
10417
10464
  minuteWaiting: number;
10418
10465
  isTimeUS: boolean;
@@ -10425,43 +10472,14 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
10425
10472
  status: EStatusTaskToolSocials;
10426
10473
  dayOfWeekUS: string;
10427
10474
  timeExecuteUS: Date;
10428
- canvaUrlVideo: string;
10429
- canvaImageThumb: string;
10430
- canvaImagePage1: string;
10431
- canvaImagePage2: string;
10432
- canvaImagePage3: string;
10433
- canvaImagePage4: string;
10434
- canvaImagePage5: string;
10435
- username: string;
10436
- contentPost: string;
10437
- nicheLinkCategory: string;
10438
- titlePool: string;
10439
- pool1: string;
10440
- pool2: string;
10441
- pool3: string;
10442
- textFirstPage2: string;
10443
- textSecondPage2: string;
10444
- textPage6: string;
10445
- voicePage1: string;
10446
- voicePage3456: string;
10447
- addMusic: string;
10448
- tagUserName: string;
10449
- tagCollaborator: string;
10450
- addLocation: string;
10451
- historyName: string;
10452
- linkAddHistory: string;
10453
- commentPostMe: string;
10454
- tagUserPostMe: string;
10455
- typePost: string;
10456
- postStyle: string;
10457
- statusPost: string;
10475
+ listUsernameFollow: string[];
10458
10476
  }
10459
10477
 
10460
- interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
10478
+ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
10461
10479
  sheetUrl: string;
10462
10480
  sheetName: string;
10463
10481
  typeSocial: ETypeSocial;
10464
- account: string | IInstagramAccountRun;
10482
+ account: string | IThreadsAccountRun;
10465
10483
  deviceKey: string;
10466
10484
  minuteWaiting: number;
10467
10485
  isTimeUS: boolean;
@@ -10482,11 +10500,11 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
10482
10500
  statusStep2: EStatusTaskToolSocials;
10483
10501
  }
10484
10502
 
10485
- interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
10503
+ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
10486
10504
  sheetUrl: string;
10487
10505
  sheetName: string;
10488
- account: string | IInstagramAccountRun;
10489
10506
  typeSocial: ETypeSocial;
10507
+ account: string | IThreadsAccountRun;
10490
10508
  deviceKey: string;
10491
10509
  minuteWaiting: number;
10492
10510
  isTimeUS: boolean;
@@ -10507,70 +10525,6 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
10507
10525
  statusStep2: EStatusTaskToolSocials;
10508
10526
  }
10509
10527
 
10510
- interface IInstagramDashboardFollower extends IBaseModel, ITrackingModel<IUser> {
10511
- accountId: string;
10512
- postNews: number;
10513
- postReel: number;
10514
- postStory: number;
10515
- postSquare: number;
10516
- followers: number;
10517
- followings: number;
10518
- }
10519
- interface IInstagramDashboardFollowerELS extends IBaseELS {
10520
- idea: {
10521
- id: string;
10522
- name: string;
10523
- version: number;
10524
- createdAt: Date;
10525
- updatedAt: Date;
10526
- };
10527
- niche: {
10528
- id: string;
10529
- name: string;
10530
- version: number;
10531
- createdAt: Date;
10532
- updatedAt: Date;
10533
- };
10534
- pc: {
10535
- id: string;
10536
- name: string;
10537
- version: number;
10538
- createdAt: Date;
10539
- updatedAt: Date;
10540
- };
10541
- device: {
10542
- id: string;
10543
- name: string;
10544
- version: number;
10545
- createdAt: Date;
10546
- updatedAt: Date;
10547
- key: string;
10548
- };
10549
- accountGroup: {
10550
- id: string;
10551
- name: string;
10552
- version: number;
10553
- createdAt: Date;
10554
- updatedAt: Date;
10555
- };
10556
- account: {
10557
- id: string;
10558
- name: string;
10559
- version: number;
10560
- createdAt: Date;
10561
- updatedAt: Date;
10562
- status: EStatusAccountSocialLogin;
10563
- nameAppClone: string;
10564
- };
10565
- typeManagerWork: ETypeManagerWorkClassify;
10566
- postNews: number;
10567
- postReel: number;
10568
- postStory: number;
10569
- postSquare: number;
10570
- followers: number;
10571
- followings: number;
10572
- }
10573
-
10574
10528
  interface ISocialTaskManager extends IBaseModel, ITrackingModel<IUser> {
10575
10529
  deviceKey: string;
10576
10530
  timeExecute: Date;
@@ -10583,6 +10537,14 @@ interface ISocialTaskManager extends IBaseModel, ITrackingModel<IUser> {
10583
10537
  taskId: string;
10584
10538
  }
10585
10539
 
10540
+ interface ISheetImportSocial extends IBaseModel, ITrackingModel<IUser> {
10541
+ typeSocial: ETypeSocial;
10542
+ accountSocialId: string;
10543
+ sheetUrl: string;
10544
+ sheetName: string;
10545
+ typeImport: string;
10546
+ }
10547
+
10586
10548
  type index$5_IAccountSocialBase = IAccountSocialBase;
10587
10549
  type index$5_IAccountSocialGroup = IAccountSocialGroup;
10588
10550
  type index$5_IInstagramAccountRaw = IInstagramAccountRaw;
@@ -10610,6 +10572,7 @@ type index$5_IInstagramReportInteractReel = IInstagramReportInteractReel;
10610
10572
  type index$5_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
10611
10573
  type index$5_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
10612
10574
  type index$5_IInstagramReportInteractStory = IInstagramReportInteractStory;
10575
+ type index$5_IInstagramReportInteractUnFollow = IInstagramReportInteractUnFollow;
10613
10576
  type index$5_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
10614
10577
  type index$5_IInstagramReportPostNew = IInstagramReportPostNew;
10615
10578
  type index$5_IInstagramReportPostReel = IInstagramReportPostReel;
@@ -10624,6 +10587,7 @@ type index$5_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractRe
10624
10587
  type index$5_IInstagramSettingInteractStory = IInstagramSettingInteractStory;
10625
10588
  type index$5_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
10626
10589
  type index$5_IInstagramSettingPost = IInstagramSettingPost;
10590
+ type index$5_ISheetImportSocial = ISheetImportSocial;
10627
10591
  type index$5_ISocialTaskManager = ISocialTaskManager;
10628
10592
  type index$5_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
10629
10593
  type index$5_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
@@ -10661,7 +10625,7 @@ type index$5_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyM
10661
10625
  type index$5_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
10662
10626
  type index$5_IThreadsSettingPost = IThreadsSettingPost;
10663
10627
  declare namespace index$5 {
10664
- export type { index$5_IAccountSocialBase as IAccountSocialBase, index$5_IAccountSocialGroup as IAccountSocialGroup, index$5_IInstagramAccountRaw as IInstagramAccountRaw, index$5_IInstagramAccountRun as IInstagramAccountRun, index$5_IInstagramDashboardFollower as IInstagramDashboardFollower, index$5_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, index$5_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, index$5_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, index$5_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, index$5_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, index$5_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, index$5_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, index$5_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, index$5_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, index$5_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, index$5_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, index$5_IInstagramHistoryFollow as IInstagramHistoryFollow, index$5_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, index$5_IInstagramHistoryGroup as IInstagramHistoryGroup, index$5_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, index$5_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, index$5_IInstagramReportInteractExplore as IInstagramReportInteractExplore, index$5_IInstagramReportInteractFollow as IInstagramReportInteractFollow, index$5_IInstagramReportInteractReel as IInstagramReportInteractReel, index$5_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, index$5_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, index$5_IInstagramReportInteractStory as IInstagramReportInteractStory, index$5_IInstagramReportPostHighLight as IInstagramReportPostHighLight, index$5_IInstagramReportPostNew as IInstagramReportPostNew, index$5_IInstagramReportPostReel as IInstagramReportPostReel, index$5_IInstagramReportPostSquare as IInstagramReportPostSquare, index$5_IInstagramReportPostStory as IInstagramReportPostStory, index$5_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, index$5_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, index$5_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, index$5_IInstagramSettingInteractReel as IInstagramSettingInteractReel, index$5_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, index$5_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, index$5_IInstagramSettingInteractStory as IInstagramSettingInteractStory, index$5_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, index$5_IInstagramSettingPost as IInstagramSettingPost, index$5_ISocialTaskManager as ISocialTaskManager, index$5_ITaskInstagramBlockUser as ITaskInstagramBlockUser, index$5_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, index$5_ITaskInstagramFollow as ITaskInstagramFollow, index$5_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, index$5_ITaskInstagramInteractReel as ITaskInstagramInteractReel, index$5_ITaskInstagramInteractStory as ITaskInstagramInteractStory, index$5_ITaskInstagramPost as ITaskInstagramPost, index$5_ITaskInstagramReplyComment as ITaskInstagramReplyComment, index$5_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, index$5_ITaskThreadsFollow as ITaskThreadsFollow, index$5_ITaskThreadsPost as ITaskThreadsPost, index$5_ITaskThreadsReplyComment as ITaskThreadsReplyComment, index$5_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, index$5_IThreadsAccountRaw as IThreadsAccountRaw, index$5_IThreadsAccountRun as IThreadsAccountRun, index$5_IThreadsDashboardFollower as IThreadsDashboardFollower, index$5_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, index$5_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, index$5_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, index$5_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, index$5_IThreadsHistoryChange as IThreadsHistoryChange, index$5_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, index$5_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, index$5_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, index$5_IThreadsHistoryGroup as IThreadsHistoryGroup, index$5_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, index$5_IThreadsReportInteractFollow as IThreadsReportInteractFollow, index$5_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, index$5_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, index$5_IThreadsReportPost as IThreadsReportPost, index$5_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, index$5_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, index$5_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, index$5_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, index$5_IThreadsSettingPost as IThreadsSettingPost };
10628
+ export type { index$5_IAccountSocialBase as IAccountSocialBase, index$5_IAccountSocialGroup as IAccountSocialGroup, index$5_IInstagramAccountRaw as IInstagramAccountRaw, index$5_IInstagramAccountRun as IInstagramAccountRun, index$5_IInstagramDashboardFollower as IInstagramDashboardFollower, index$5_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, index$5_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, index$5_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, index$5_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, index$5_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, index$5_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, index$5_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, index$5_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, index$5_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, index$5_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, index$5_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, index$5_IInstagramHistoryFollow as IInstagramHistoryFollow, index$5_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, index$5_IInstagramHistoryGroup as IInstagramHistoryGroup, index$5_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, index$5_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, index$5_IInstagramReportInteractExplore as IInstagramReportInteractExplore, index$5_IInstagramReportInteractFollow as IInstagramReportInteractFollow, index$5_IInstagramReportInteractReel as IInstagramReportInteractReel, index$5_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, index$5_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, index$5_IInstagramReportInteractStory as IInstagramReportInteractStory, index$5_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, index$5_IInstagramReportPostHighLight as IInstagramReportPostHighLight, index$5_IInstagramReportPostNew as IInstagramReportPostNew, index$5_IInstagramReportPostReel as IInstagramReportPostReel, index$5_IInstagramReportPostSquare as IInstagramReportPostSquare, index$5_IInstagramReportPostStory as IInstagramReportPostStory, index$5_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, index$5_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, index$5_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, index$5_IInstagramSettingInteractReel as IInstagramSettingInteractReel, index$5_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, index$5_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, index$5_IInstagramSettingInteractStory as IInstagramSettingInteractStory, index$5_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, index$5_IInstagramSettingPost as IInstagramSettingPost, index$5_ISheetImportSocial as ISheetImportSocial, index$5_ISocialTaskManager as ISocialTaskManager, index$5_ITaskInstagramBlockUser as ITaskInstagramBlockUser, index$5_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, index$5_ITaskInstagramFollow as ITaskInstagramFollow, index$5_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, index$5_ITaskInstagramInteractReel as ITaskInstagramInteractReel, index$5_ITaskInstagramInteractStory as ITaskInstagramInteractStory, index$5_ITaskInstagramPost as ITaskInstagramPost, index$5_ITaskInstagramReplyComment as ITaskInstagramReplyComment, index$5_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, index$5_ITaskThreadsFollow as ITaskThreadsFollow, index$5_ITaskThreadsPost as ITaskThreadsPost, index$5_ITaskThreadsReplyComment as ITaskThreadsReplyComment, index$5_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, index$5_IThreadsAccountRaw as IThreadsAccountRaw, index$5_IThreadsAccountRun as IThreadsAccountRun, index$5_IThreadsDashboardFollower as IThreadsDashboardFollower, index$5_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, index$5_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, index$5_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, index$5_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, index$5_IThreadsHistoryChange as IThreadsHistoryChange, index$5_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, index$5_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, index$5_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, index$5_IThreadsHistoryGroup as IThreadsHistoryGroup, index$5_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, index$5_IThreadsReportInteractFollow as IThreadsReportInteractFollow, index$5_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, index$5_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, index$5_IThreadsReportPost as IThreadsReportPost, index$5_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, index$5_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, index$5_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, index$5_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, index$5_IThreadsSettingPost as IThreadsSettingPost };
10665
10629
  }
10666
10630
 
10667
10631
  interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
@@ -11055,6 +11019,7 @@ type index$1_IInstagramReportInteractReel = IInstagramReportInteractReel;
11055
11019
  type index$1_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
11056
11020
  type index$1_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
11057
11021
  type index$1_IInstagramReportInteractStory = IInstagramReportInteractStory;
11022
+ type index$1_IInstagramReportInteractUnFollow = IInstagramReportInteractUnFollow;
11058
11023
  type index$1_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
11059
11024
  type index$1_IInstagramReportPostNew = IInstagramReportPostNew;
11060
11025
  type index$1_IInstagramReportPostReel = IInstagramReportPostReel;
@@ -11087,6 +11052,7 @@ type index$1_IPC = IPC;
11087
11052
  type index$1_IProxy = IProxy;
11088
11053
  type index$1_IRole = IRole;
11089
11054
  type index$1_IRoleFeature = IRoleFeature;
11055
+ type index$1_ISheetImportSocial = ISheetImportSocial;
11090
11056
  type index$1_ISheetWork = ISheetWork;
11091
11057
  type index$1_ISheetWorkDepartmentPermission = ISheetWorkDepartmentPermission;
11092
11058
  type index$1_ISheetWorkManager = ISheetWorkManager;
@@ -11162,7 +11128,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
11162
11128
  type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
11163
11129
  type index$1_IVoiceStores = IVoiceStores;
11164
11130
  declare namespace index$1 {
11165
- export { index$2 as Auth, index$9 as Common, index$8 as Forum, index$3 as History, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramAccountRun as IInstagramAccountRun, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$1_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$1_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$1_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$1_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$1_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsAccountRun as IThreadsAccountRun, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$1_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTimeScript as ITrackingTimeScript, type index$1_ITrackingUserAction as ITrackingUserAction, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$a as Permission, index$5 as Socials, index$4 as Tool, index$7 as Workspace };
11131
+ export { index$2 as Auth, index$9 as Common, index$8 as Forum, index$3 as History, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramAccountRun as IInstagramAccountRun, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$1_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$1_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$1_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISheetImportSocial as ISheetImportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$1_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$1_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsAccountRun as IThreadsAccountRun, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$1_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTimeScript as ITrackingTimeScript, type index$1_ITrackingUserAction as ITrackingUserAction, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$a as Permission, index$5 as Socials, index$4 as Tool, index$7 as Workspace };
11166
11132
  }
11167
11133
 
11168
11134
  interface IDataUser {
@@ -11215,4 +11181,4 @@ declare namespace index {
11215
11181
  export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IFilterStore as IFilterStore, index_IResponseLogin as IResponseLogin };
11216
11182
  }
11217
11183
 
11218
- export { index$i as AI, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPriority, ESheetToolInstagram, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialImport, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceCurrent, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceNew, EStatusDeviceOld, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusLark, EStatusMailWork, EStatusPC, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryBlockUserDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryFollowDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoPostDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoPostDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryBlockUserDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryFollowDto, type FindInstagramHistoryGroupDto, type FindInstagramReportInteractBlockUserDto, type FindInstagramReportInteractExploreDto, type FindInstagramReportInteractFollowDto, type FindInstagramReportInteractReelDto, type FindInstagramReportInteractReplyCommentDto, type FindInstagramReportInteractReplyMessageDto, type FindInstagramReportInteractStoryDto, type FindInstagramReportPostHighLightDto, type FindInstagramReportPostNewDto, type FindInstagramReportPostReelDto, type FindInstagramReportPostSquareDto, type FindInstagramReportPostStoryDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryBlockUserDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryFollowDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoPostDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateDto, type FindThreadsHistoryGroupDto, type FindThreadsReportInteractFollowDto, type FindThreadsReportInteractReplyCommentDto, type FindThreadsReportInteractReplyMessageDto, type FindThreadsReportPostDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceAccountSocialBase, type IDeviceLog, type IDeviceLogELS, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractExplore, type IInstagramReportInteractFollow, type IInstagramReportInteractReel, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractStory, type IInstagramReportPostHighLight, type IInstagramReportPostNew, type IInstagramReportPostReel, type IInstagramReportPostSquare, type IInstagramReportPostStory, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramChangeInfo, type ITaskInstagramFollow, type ITaskInstagramInteractExplore, type ITaskInstagramInteractReel, type ITaskInstagramInteractStory, type ITaskInstagramPost, type ITaskInstagramReplyComment, type ITaskInstagramReplyMessage, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsPost, type ITaskThreadsReplyComment, type ITaskThreadsReplyMessage, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyMessage, type IThreadsReportPost, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoDeviceSheetToolDto, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$5 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$4 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, index$7 as Workspace };
11184
+ export { index$i as AI, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPriority, ESheetToolInstagram, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialImport, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceCurrent, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceNew, EStatusDeviceOld, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusLark, EStatusMailWork, EStatusPC, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryBlockUserDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryFollowDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoPostDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoPostDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryBlockUserDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryFollowDto, type FindInstagramHistoryGroupDto, type FindInstagramReportInteractBlockUserDto, type FindInstagramReportInteractExploreDto, type FindInstagramReportInteractFollowDto, type FindInstagramReportInteractReelDto, type FindInstagramReportInteractReplyCommentDto, type FindInstagramReportInteractReplyMessageDto, type FindInstagramReportInteractStoryDto, type FindInstagramReportInteractUnFollowDto, type FindInstagramReportPostHighLightDto, type FindInstagramReportPostNewDto, type FindInstagramReportPostReelDto, type FindInstagramReportPostSquareDto, type FindInstagramReportPostStoryDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryBlockUserDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryFollowDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoPostDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateDto, type FindThreadsHistoryGroupDto, type FindThreadsReportInteractFollowDto, type FindThreadsReportInteractReplyCommentDto, type FindThreadsReportInteractReplyMessageDto, type FindThreadsReportPostDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceAccountSocialBase, type IDeviceLog, type IDeviceLogELS, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractExplore, type IInstagramReportInteractFollow, type IInstagramReportInteractReel, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractStory, type IInstagramReportInteractUnFollow, type IInstagramReportPostHighLight, type IInstagramReportPostNew, type IInstagramReportPostReel, type IInstagramReportPostSquare, type IInstagramReportPostStory, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramChangeInfo, type ITaskInstagramFollow, type ITaskInstagramInteractExplore, type ITaskInstagramInteractReel, type ITaskInstagramInteractStory, type ITaskInstagramPost, type ITaskInstagramReplyComment, type ITaskInstagramReplyMessage, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsPost, type ITaskThreadsReplyComment, type ITaskThreadsReplyMessage, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyMessage, type IThreadsReportPost, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoDeviceSheetToolDto, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, index$f as SheetTool, index$5 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$4 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, index$7 as Workspace };