automation-lib 5.4.6 → 5.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +456 -50
- package/dist/index.d.ts +456 -50
- package/package.json +1 -1
- package/requirements.txt +7 -7
package/dist/index.d.mts
CHANGED
|
@@ -5283,6 +5283,7 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterB
|
|
|
5283
5283
|
accountGroup: string[];
|
|
5284
5284
|
account: string[];
|
|
5285
5285
|
sheetName: string[];
|
|
5286
|
+
status: EStatusTaskScript[];
|
|
5286
5287
|
}
|
|
5287
5288
|
|
|
5288
5289
|
interface FindOverViewInstagramReportPostNewDto {
|
|
@@ -5327,6 +5328,7 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
5327
5328
|
accountGroup: string[];
|
|
5328
5329
|
account: string[];
|
|
5329
5330
|
sheetName: string[];
|
|
5331
|
+
status: EStatusTaskScript[];
|
|
5330
5332
|
}
|
|
5331
5333
|
|
|
5332
5334
|
interface FindOverViewInstagramReportPostReelDto {
|
|
@@ -5371,6 +5373,7 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
5371
5373
|
accountGroup: string[];
|
|
5372
5374
|
account: string[];
|
|
5373
5375
|
sheetName: string[];
|
|
5376
|
+
status: EStatusTaskScript[];
|
|
5374
5377
|
}
|
|
5375
5378
|
|
|
5376
5379
|
interface FindOverViewInstagramReportPostStoryDto {
|
|
@@ -5415,6 +5418,7 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
|
|
|
5415
5418
|
accountGroup: string[];
|
|
5416
5419
|
account: string[];
|
|
5417
5420
|
sheetName: string[];
|
|
5421
|
+
status: EStatusTaskScript[];
|
|
5418
5422
|
}
|
|
5419
5423
|
|
|
5420
5424
|
interface FindOverViewInstagramReportPostSquareDto {
|
|
@@ -5459,9 +5463,10 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
|
|
|
5459
5463
|
accountGroup: string[];
|
|
5460
5464
|
account: string[];
|
|
5461
5465
|
sheetName: string[];
|
|
5466
|
+
status: EStatusTaskScript[];
|
|
5462
5467
|
}
|
|
5463
5468
|
|
|
5464
|
-
interface
|
|
5469
|
+
interface FindOverViewInstagramReportInteractBlockUserDto {
|
|
5465
5470
|
totalAccounts: number;
|
|
5466
5471
|
totalPC: number;
|
|
5467
5472
|
totalLeader: number;
|
|
@@ -5485,7 +5490,7 @@ interface FindOverViewInstagramReportInteractReplyCommentDto {
|
|
|
5485
5490
|
unknown: number;
|
|
5486
5491
|
};
|
|
5487
5492
|
}
|
|
5488
|
-
interface
|
|
5493
|
+
interface FindInstagramReportInteractBlockUserDto extends IFindBaseDto, IInstagramReportInteractBlockUser {
|
|
5489
5494
|
idea: string;
|
|
5490
5495
|
niche: string;
|
|
5491
5496
|
type: ETypeManagerWorkClassify;
|
|
@@ -5494,7 +5499,7 @@ interface FindInstagramReportInteractReplyCommentDto extends IFindBaseDto, IInst
|
|
|
5494
5499
|
accountGroup: string;
|
|
5495
5500
|
account: string;
|
|
5496
5501
|
}
|
|
5497
|
-
interface
|
|
5502
|
+
interface FilterInstagramReportInteractBlockUserDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5498
5503
|
idea: string[];
|
|
5499
5504
|
niche: string[];
|
|
5500
5505
|
type: ETypeManagerWorkClassify[];
|
|
@@ -5502,9 +5507,10 @@ interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, I
|
|
|
5502
5507
|
device: string[];
|
|
5503
5508
|
accountGroup: string[];
|
|
5504
5509
|
account: string[];
|
|
5510
|
+
status: EStatusTaskScript[];
|
|
5505
5511
|
}
|
|
5506
5512
|
|
|
5507
|
-
interface
|
|
5513
|
+
interface FindOverViewInstagramReportInteractExploreDto {
|
|
5508
5514
|
totalAccounts: number;
|
|
5509
5515
|
totalPC: number;
|
|
5510
5516
|
totalLeader: number;
|
|
@@ -5528,7 +5534,7 @@ interface FindOverViewInstagramReportInteractReelDto {
|
|
|
5528
5534
|
unknown: number;
|
|
5529
5535
|
};
|
|
5530
5536
|
}
|
|
5531
|
-
interface
|
|
5537
|
+
interface FindInstagramReportInteractExploreDto extends IFindBaseDto, IInstagramReportInteractExplore {
|
|
5532
5538
|
idea: string;
|
|
5533
5539
|
niche: string;
|
|
5534
5540
|
type: ETypeManagerWorkClassify;
|
|
@@ -5537,7 +5543,7 @@ interface FindInstagramReportInteractReelDto extends IFindBaseDto, IInstagramRep
|
|
|
5537
5543
|
accountGroup: string;
|
|
5538
5544
|
account: string;
|
|
5539
5545
|
}
|
|
5540
|
-
interface
|
|
5546
|
+
interface FilterInstagramReportInteractExploreDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5541
5547
|
idea: string[];
|
|
5542
5548
|
niche: string[];
|
|
5543
5549
|
type: ETypeManagerWorkClassify[];
|
|
@@ -5545,9 +5551,10 @@ interface FilterInstagramReportInteractReelDto extends IFilterBaseDto, IFilterBa
|
|
|
5545
5551
|
device: string[];
|
|
5546
5552
|
accountGroup: string[];
|
|
5547
5553
|
account: string[];
|
|
5554
|
+
status: EStatusTaskScript[];
|
|
5548
5555
|
}
|
|
5549
5556
|
|
|
5550
|
-
interface
|
|
5557
|
+
interface FindOverViewInstagramReportInteractFollowDto {
|
|
5551
5558
|
totalAccounts: number;
|
|
5552
5559
|
totalPC: number;
|
|
5553
5560
|
totalLeader: number;
|
|
@@ -5571,7 +5578,7 @@ interface FindOverViewInstagramReportInteractStoryDto {
|
|
|
5571
5578
|
unknown: number;
|
|
5572
5579
|
};
|
|
5573
5580
|
}
|
|
5574
|
-
interface
|
|
5581
|
+
interface FindInstagramReportInteractFollowDto extends IFindBaseDto, IInstagramReportInteractFollow {
|
|
5575
5582
|
idea: string;
|
|
5576
5583
|
niche: string;
|
|
5577
5584
|
type: ETypeManagerWorkClassify;
|
|
@@ -5580,7 +5587,7 @@ interface FindInstagramReportInteractStoryDto extends IFindBaseDto, IInstagramRe
|
|
|
5580
5587
|
accountGroup: string;
|
|
5581
5588
|
account: string;
|
|
5582
5589
|
}
|
|
5583
|
-
interface
|
|
5590
|
+
interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5584
5591
|
idea: string[];
|
|
5585
5592
|
niche: string[];
|
|
5586
5593
|
type: ETypeManagerWorkClassify[];
|
|
@@ -5588,9 +5595,10 @@ interface FilterInstagramReportInteractStoryDto extends IFilterBaseDto, IFilterB
|
|
|
5588
5595
|
device: string[];
|
|
5589
5596
|
accountGroup: string[];
|
|
5590
5597
|
account: string[];
|
|
5598
|
+
status: EStatusTaskScript[];
|
|
5591
5599
|
}
|
|
5592
5600
|
|
|
5593
|
-
interface
|
|
5601
|
+
interface FindOverViewInstagramReportInteractReelDto {
|
|
5594
5602
|
totalAccounts: number;
|
|
5595
5603
|
totalPC: number;
|
|
5596
5604
|
totalLeader: number;
|
|
@@ -5614,7 +5622,7 @@ interface FindOverViewInstagramReportInteractExploreDto {
|
|
|
5614
5622
|
unknown: number;
|
|
5615
5623
|
};
|
|
5616
5624
|
}
|
|
5617
|
-
interface
|
|
5625
|
+
interface FindInstagramReportInteractReelDto extends IFindBaseDto, IInstagramReportInteractReel {
|
|
5618
5626
|
idea: string;
|
|
5619
5627
|
niche: string;
|
|
5620
5628
|
type: ETypeManagerWorkClassify;
|
|
@@ -5623,7 +5631,7 @@ interface FindInstagramReportInteractExploreDto extends IFindBaseDto, IInstagram
|
|
|
5623
5631
|
accountGroup: string;
|
|
5624
5632
|
account: string;
|
|
5625
5633
|
}
|
|
5626
|
-
interface
|
|
5634
|
+
interface FilterInstagramReportInteractReelDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5627
5635
|
idea: string[];
|
|
5628
5636
|
niche: string[];
|
|
5629
5637
|
type: ETypeManagerWorkClassify[];
|
|
@@ -5631,6 +5639,51 @@ interface FilterInstagramReportInteractExploreDto extends IFilterBaseDto, IFilte
|
|
|
5631
5639
|
device: string[];
|
|
5632
5640
|
accountGroup: string[];
|
|
5633
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 {
|
|
5679
|
+
idea: string[];
|
|
5680
|
+
niche: string[];
|
|
5681
|
+
type: ETypeManagerWorkClassify[];
|
|
5682
|
+
pc: string[];
|
|
5683
|
+
device: string[];
|
|
5684
|
+
accountGroup: string[];
|
|
5685
|
+
account: string[];
|
|
5686
|
+
status: EStatusTaskScript[];
|
|
5634
5687
|
}
|
|
5635
5688
|
|
|
5636
5689
|
interface FindOverViewInstagramReportInteractReplyMessageDto {
|
|
@@ -5674,9 +5727,10 @@ interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, I
|
|
|
5674
5727
|
device: string[];
|
|
5675
5728
|
accountGroup: string[];
|
|
5676
5729
|
account: string[];
|
|
5730
|
+
status: EStatusTaskScript[];
|
|
5677
5731
|
}
|
|
5678
5732
|
|
|
5679
|
-
interface
|
|
5733
|
+
interface FindOverViewInstagramReportInteractStoryDto {
|
|
5680
5734
|
totalAccounts: number;
|
|
5681
5735
|
totalPC: number;
|
|
5682
5736
|
totalLeader: number;
|
|
@@ -5700,7 +5754,7 @@ interface FindOverViewInstagramReportInteractFollowDto {
|
|
|
5700
5754
|
unknown: number;
|
|
5701
5755
|
};
|
|
5702
5756
|
}
|
|
5703
|
-
interface
|
|
5757
|
+
interface FindInstagramReportInteractStoryDto extends IFindBaseDto, IInstagramReportInteractStory {
|
|
5704
5758
|
idea: string;
|
|
5705
5759
|
niche: string;
|
|
5706
5760
|
type: ETypeManagerWorkClassify;
|
|
@@ -5709,7 +5763,7 @@ interface FindInstagramReportInteractFollowDto extends IFindBaseDto, IInstagramR
|
|
|
5709
5763
|
accountGroup: string;
|
|
5710
5764
|
account: string;
|
|
5711
5765
|
}
|
|
5712
|
-
interface
|
|
5766
|
+
interface FilterInstagramReportInteractStoryDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5713
5767
|
idea: string[];
|
|
5714
5768
|
niche: string[];
|
|
5715
5769
|
type: ETypeManagerWorkClassify[];
|
|
@@ -5717,9 +5771,10 @@ interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilter
|
|
|
5717
5771
|
device: string[];
|
|
5718
5772
|
accountGroup: string[];
|
|
5719
5773
|
account: string[];
|
|
5774
|
+
status: EStatusTaskScript[];
|
|
5720
5775
|
}
|
|
5721
5776
|
|
|
5722
|
-
interface
|
|
5777
|
+
interface FindOverViewInstagramReportInteractUnFollowDto {
|
|
5723
5778
|
totalAccounts: number;
|
|
5724
5779
|
totalPC: number;
|
|
5725
5780
|
totalLeader: number;
|
|
@@ -5743,7 +5798,7 @@ interface FindOverViewInstagramReportInteractBlockUserDto {
|
|
|
5743
5798
|
unknown: number;
|
|
5744
5799
|
};
|
|
5745
5800
|
}
|
|
5746
|
-
interface
|
|
5801
|
+
interface FindInstagramReportInteractUnFollowDto extends IFindBaseDto, IInstagramReportInteractUnFollow {
|
|
5747
5802
|
idea: string;
|
|
5748
5803
|
niche: string;
|
|
5749
5804
|
type: ETypeManagerWorkClassify;
|
|
@@ -5752,7 +5807,7 @@ interface FindInstagramReportInteractBlockUserDto extends IFindBaseDto, IInstagr
|
|
|
5752
5807
|
accountGroup: string;
|
|
5753
5808
|
account: string;
|
|
5754
5809
|
}
|
|
5755
|
-
interface
|
|
5810
|
+
interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5756
5811
|
idea: string[];
|
|
5757
5812
|
niche: string[];
|
|
5758
5813
|
type: ETypeManagerWorkClassify[];
|
|
@@ -5760,6 +5815,7 @@ interface FilterInstagramReportInteractBlockUserDto extends IFilterBaseDto, IFil
|
|
|
5760
5815
|
device: string[];
|
|
5761
5816
|
accountGroup: string[];
|
|
5762
5817
|
account: string[];
|
|
5818
|
+
status: EStatusTaskScript[];
|
|
5763
5819
|
}
|
|
5764
5820
|
|
|
5765
5821
|
interface FindInstagramSettingInteractExploreDto extends IFindBaseDto, IInstagramSettingInteractExplore {
|
|
@@ -5779,6 +5835,7 @@ interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilt
|
|
|
5779
5835
|
device: string[];
|
|
5780
5836
|
accountGroup: string[];
|
|
5781
5837
|
account: string[];
|
|
5838
|
+
status: EStatusActive;
|
|
5782
5839
|
}
|
|
5783
5840
|
|
|
5784
5841
|
interface FindInstagramSettingInteractFollowDto extends IFindBaseDto, IInstagramSettingInteractFollow {
|
|
@@ -5798,6 +5855,7 @@ interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilte
|
|
|
5798
5855
|
device: string[];
|
|
5799
5856
|
accountGroup: string[];
|
|
5800
5857
|
account: string[];
|
|
5858
|
+
status: EStatusActive;
|
|
5801
5859
|
}
|
|
5802
5860
|
|
|
5803
5861
|
interface FindInstagramSettingInteractReelDto extends IFindBaseDto, IInstagramSettingInteractReel {
|
|
@@ -5817,6 +5875,7 @@ interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterB
|
|
|
5817
5875
|
device: string[];
|
|
5818
5876
|
accountGroup: string[];
|
|
5819
5877
|
account: string[];
|
|
5878
|
+
status: EStatusActive;
|
|
5820
5879
|
}
|
|
5821
5880
|
|
|
5822
5881
|
interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto, IInstagramSettingInteractReplyComment {
|
|
@@ -5836,6 +5895,7 @@ interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto,
|
|
|
5836
5895
|
device: string[];
|
|
5837
5896
|
accountGroup: string[];
|
|
5838
5897
|
account: string[];
|
|
5898
|
+
status: EStatusActive;
|
|
5839
5899
|
}
|
|
5840
5900
|
|
|
5841
5901
|
interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto, IInstagramSettingInteractReplyMessage {
|
|
@@ -5855,6 +5915,7 @@ interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto,
|
|
|
5855
5915
|
device: string[];
|
|
5856
5916
|
accountGroup: string[];
|
|
5857
5917
|
account: string[];
|
|
5918
|
+
status: EStatusActive;
|
|
5858
5919
|
}
|
|
5859
5920
|
|
|
5860
5921
|
interface FindInstagramSettingInteractStoryDto extends IFindBaseDto, IInstagramSettingInteractStory {
|
|
@@ -5874,6 +5935,7 @@ interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilter
|
|
|
5874
5935
|
device: string[];
|
|
5875
5936
|
accountGroup: string[];
|
|
5876
5937
|
account: string[];
|
|
5938
|
+
status: EStatusActive;
|
|
5877
5939
|
}
|
|
5878
5940
|
|
|
5879
5941
|
interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto, IInstagramSettingInteractUnFollow {
|
|
@@ -5893,6 +5955,7 @@ interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFil
|
|
|
5893
5955
|
device: string[];
|
|
5894
5956
|
accountGroup: string[];
|
|
5895
5957
|
account: string[];
|
|
5958
|
+
status: EStatusActive;
|
|
5896
5959
|
}
|
|
5897
5960
|
|
|
5898
5961
|
interface FindInstagramSettingPostDto extends IFindBaseDto, IInstagramSettingPost {
|
|
@@ -5912,6 +5975,7 @@ interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccou
|
|
|
5912
5975
|
device: string[];
|
|
5913
5976
|
accountGroup: string[];
|
|
5914
5977
|
account: string[];
|
|
5978
|
+
status: EStatusActive;
|
|
5915
5979
|
}
|
|
5916
5980
|
|
|
5917
5981
|
interface AutoFillTaskInstagramBlockUserDto {
|
|
@@ -8711,6 +8775,7 @@ type index$6_FilterInstagramReportInteractReelDto = FilterInstagramReportInterac
|
|
|
8711
8775
|
type index$6_FilterInstagramReportInteractReplyCommentDto = FilterInstagramReportInteractReplyCommentDto;
|
|
8712
8776
|
type index$6_FilterInstagramReportInteractReplyMessageDto = FilterInstagramReportInteractReplyMessageDto;
|
|
8713
8777
|
type index$6_FilterInstagramReportInteractStoryDto = FilterInstagramReportInteractStoryDto;
|
|
8778
|
+
type index$6_FilterInstagramReportInteractUnFollowDto = FilterInstagramReportInteractUnFollowDto;
|
|
8714
8779
|
type index$6_FilterInstagramReportPostHighLightDto = FilterInstagramReportPostHighLightDto;
|
|
8715
8780
|
type index$6_FilterInstagramReportPostNewDto = FilterInstagramReportPostNewDto;
|
|
8716
8781
|
type index$6_FilterInstagramReportPostReelDto = FilterInstagramReportPostReelDto;
|
|
@@ -8826,6 +8891,7 @@ type index$6_FindInstagramReportInteractReelDto = FindInstagramReportInteractRee
|
|
|
8826
8891
|
type index$6_FindInstagramReportInteractReplyCommentDto = FindInstagramReportInteractReplyCommentDto;
|
|
8827
8892
|
type index$6_FindInstagramReportInteractReplyMessageDto = FindInstagramReportInteractReplyMessageDto;
|
|
8828
8893
|
type index$6_FindInstagramReportInteractStoryDto = FindInstagramReportInteractStoryDto;
|
|
8894
|
+
type index$6_FindInstagramReportInteractUnFollowDto = FindInstagramReportInteractUnFollowDto;
|
|
8829
8895
|
type index$6_FindInstagramReportPostHighLightDto = FindInstagramReportPostHighLightDto;
|
|
8830
8896
|
type index$6_FindInstagramReportPostNewDto = FindInstagramReportPostNewDto;
|
|
8831
8897
|
type index$6_FindInstagramReportPostReelDto = FindInstagramReportPostReelDto;
|
|
@@ -8854,6 +8920,7 @@ type index$6_FindOverViewInstagramReportInteractReelDto = FindOverViewInstagramR
|
|
|
8854
8920
|
type index$6_FindOverViewInstagramReportInteractReplyCommentDto = FindOverViewInstagramReportInteractReplyCommentDto;
|
|
8855
8921
|
type index$6_FindOverViewInstagramReportInteractReplyMessageDto = FindOverViewInstagramReportInteractReplyMessageDto;
|
|
8856
8922
|
type index$6_FindOverViewInstagramReportInteractStoryDto = FindOverViewInstagramReportInteractStoryDto;
|
|
8923
|
+
type index$6_FindOverViewInstagramReportInteractUnFollowDto = FindOverViewInstagramReportInteractUnFollowDto;
|
|
8857
8924
|
type index$6_FindOverViewInstagramReportPostHighLightDto = FindOverViewInstagramReportPostHighLightDto;
|
|
8858
8925
|
type index$6_FindOverViewInstagramReportPostNewDto = FindOverViewInstagramReportPostNewDto;
|
|
8859
8926
|
type index$6_FindOverViewInstagramReportPostReelDto = FindOverViewInstagramReportPostReelDto;
|
|
@@ -9012,7 +9079,7 @@ type index$6_UpdateTeamDto = UpdateTeamDto;
|
|
|
9012
9079
|
type index$6_UpdateUserDto = UpdateUserDto;
|
|
9013
9080
|
type index$6_ViewDetailDeviceDto = ViewDetailDeviceDto;
|
|
9014
9081
|
declare namespace index$6 {
|
|
9015
|
-
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 };
|
|
9016
9083
|
}
|
|
9017
9084
|
|
|
9018
9085
|
interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -9271,6 +9338,21 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
|
|
|
9271
9338
|
listUserBlock: string[];
|
|
9272
9339
|
listUserRestrict: string[];
|
|
9273
9340
|
listUserHidden: string[];
|
|
9341
|
+
timeStart: Date;
|
|
9342
|
+
timeEnd: Date;
|
|
9343
|
+
status: EStatusTaskScript;
|
|
9344
|
+
noteFix: string;
|
|
9345
|
+
}
|
|
9346
|
+
interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
9347
|
+
account: {
|
|
9348
|
+
id: string;
|
|
9349
|
+
name: string;
|
|
9350
|
+
};
|
|
9351
|
+
listUserBlock: string[];
|
|
9352
|
+
listUserRestrict: string[];
|
|
9353
|
+
listUserHidden: string[];
|
|
9354
|
+
timeStart: Date;
|
|
9355
|
+
timeEnd: Date;
|
|
9274
9356
|
status: EStatusTaskScript;
|
|
9275
9357
|
noteFix: string;
|
|
9276
9358
|
}
|
|
@@ -9281,8 +9363,23 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
|
|
|
9281
9363
|
numberLike: number;
|
|
9282
9364
|
minutesExecute: number;
|
|
9283
9365
|
isLike: boolean;
|
|
9366
|
+
timeStart: Date;
|
|
9367
|
+
timeEnd: Date;
|
|
9368
|
+
status: EStatusTaskScript;
|
|
9369
|
+
noteFix: string;
|
|
9370
|
+
}
|
|
9371
|
+
interface IInstagramReportInteractExploreELS extends IBaseELS {
|
|
9372
|
+
account: {
|
|
9373
|
+
id: string;
|
|
9374
|
+
name: string;
|
|
9375
|
+
};
|
|
9376
|
+
typeView: string;
|
|
9377
|
+
numberLike: number;
|
|
9378
|
+
minutesExecute: number;
|
|
9379
|
+
isLike: boolean;
|
|
9380
|
+
timeStart: Date;
|
|
9381
|
+
timeEnd: Date;
|
|
9284
9382
|
status: EStatusTaskScript;
|
|
9285
|
-
statusDetail: string;
|
|
9286
9383
|
noteFix: string;
|
|
9287
9384
|
}
|
|
9288
9385
|
|
|
@@ -9290,7 +9387,21 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
9290
9387
|
sheetName: string;
|
|
9291
9388
|
sheetUrl: string;
|
|
9292
9389
|
account: IInstagramAccountRun | string;
|
|
9293
|
-
|
|
9390
|
+
listUsersFollow: Array<string>;
|
|
9391
|
+
follower: number;
|
|
9392
|
+
following: number;
|
|
9393
|
+
timeStart: Date;
|
|
9394
|
+
timeEnd: Date;
|
|
9395
|
+
status: EStatusTaskScript;
|
|
9396
|
+
noteFix: string;
|
|
9397
|
+
}
|
|
9398
|
+
interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
9399
|
+
account: {
|
|
9400
|
+
id: string;
|
|
9401
|
+
name: string;
|
|
9402
|
+
};
|
|
9403
|
+
sheetName: string;
|
|
9404
|
+
sheetUrl: string;
|
|
9294
9405
|
listUsersFollow: Array<string>;
|
|
9295
9406
|
follower: number;
|
|
9296
9407
|
following: number;
|
|
@@ -9305,31 +9416,77 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
|
|
|
9305
9416
|
numberLike: number;
|
|
9306
9417
|
minutesExecute: number;
|
|
9307
9418
|
isLike: boolean;
|
|
9419
|
+
timeStart: Date;
|
|
9420
|
+
timeEnd: Date;
|
|
9421
|
+
status: EStatusTaskScript;
|
|
9422
|
+
noteFix: string;
|
|
9423
|
+
}
|
|
9424
|
+
interface IInstagramReportInteractReelELS extends IBaseELS {
|
|
9425
|
+
account: {
|
|
9426
|
+
id: string;
|
|
9427
|
+
name: string;
|
|
9428
|
+
};
|
|
9429
|
+
numberLike: number;
|
|
9430
|
+
minutesExecute: number;
|
|
9431
|
+
isLike: boolean;
|
|
9432
|
+
timeStart: Date;
|
|
9433
|
+
timeEnd: Date;
|
|
9308
9434
|
status: EStatusTaskScript;
|
|
9309
|
-
statusDetail: string;
|
|
9310
9435
|
noteFix: string;
|
|
9311
9436
|
}
|
|
9312
9437
|
|
|
9313
9438
|
interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9439
|
+
account: IInstagramAccountRun | string;
|
|
9314
9440
|
sheetName: string;
|
|
9315
9441
|
sheetUrl: string;
|
|
9316
|
-
account: IInstagramAccountRun | string;
|
|
9317
9442
|
content: string;
|
|
9318
9443
|
userLink: string;
|
|
9319
9444
|
linkPost: string;
|
|
9320
9445
|
commentReplied: string;
|
|
9446
|
+
timeStart: Date;
|
|
9447
|
+
timeEnd: Date;
|
|
9448
|
+
status: EStatusTaskScript;
|
|
9449
|
+
noteFix: string;
|
|
9450
|
+
}
|
|
9451
|
+
interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
9452
|
+
account: {
|
|
9453
|
+
id: string;
|
|
9454
|
+
name: string;
|
|
9455
|
+
};
|
|
9456
|
+
sheetName: string;
|
|
9457
|
+
sheetUrl: string;
|
|
9458
|
+
content: string;
|
|
9459
|
+
userLink: string;
|
|
9460
|
+
linkPost: string;
|
|
9461
|
+
commentReplied: string;
|
|
9462
|
+
timeStart: Date;
|
|
9463
|
+
timeEnd: Date;
|
|
9321
9464
|
status: EStatusTaskScript;
|
|
9322
|
-
statusDetail: string;
|
|
9323
9465
|
noteFix: string;
|
|
9324
9466
|
}
|
|
9325
9467
|
|
|
9326
9468
|
interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9469
|
+
account: IInstagramAccountRun | string;
|
|
9470
|
+
sheetName: string;
|
|
9471
|
+
sheetUrl: string;
|
|
9472
|
+
receiverName: string;
|
|
9473
|
+
messageReply: string;
|
|
9474
|
+
timeStart: Date;
|
|
9475
|
+
timeEnd: Date;
|
|
9476
|
+
status: EStatusTaskScript;
|
|
9477
|
+
noteFix: string;
|
|
9478
|
+
}
|
|
9479
|
+
interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
9480
|
+
account: {
|
|
9481
|
+
id: string;
|
|
9482
|
+
name: string;
|
|
9483
|
+
};
|
|
9327
9484
|
sheetName: string;
|
|
9328
9485
|
sheetUrl: string;
|
|
9329
|
-
account: IInstagramAccountRun | string;
|
|
9330
|
-
statusDetail: string;
|
|
9331
9486
|
receiverName: string;
|
|
9332
9487
|
messageReply: string;
|
|
9488
|
+
timeStart: Date;
|
|
9489
|
+
timeEnd: Date;
|
|
9333
9490
|
status: EStatusTaskScript;
|
|
9334
9491
|
noteFix: string;
|
|
9335
9492
|
}
|
|
@@ -9341,16 +9498,46 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
|
|
|
9341
9498
|
numberUsersSentMess: number;
|
|
9342
9499
|
isLike: boolean;
|
|
9343
9500
|
isSentMessage: boolean;
|
|
9344
|
-
|
|
9501
|
+
timeStart: Date;
|
|
9502
|
+
timeEnd: Date;
|
|
9503
|
+
status: EStatusTaskScript;
|
|
9504
|
+
noteFix: string;
|
|
9505
|
+
}
|
|
9506
|
+
interface IInstagramReportInteractStoryELS extends IBaseELS {
|
|
9507
|
+
account: {
|
|
9508
|
+
id: string;
|
|
9509
|
+
name: string;
|
|
9510
|
+
};
|
|
9511
|
+
numberLike: number;
|
|
9512
|
+
minutesExecute: number;
|
|
9513
|
+
numberUsersSentMess: number;
|
|
9514
|
+
isLike: boolean;
|
|
9515
|
+
isSentMessage: boolean;
|
|
9516
|
+
timeStart: Date;
|
|
9517
|
+
timeEnd: Date;
|
|
9345
9518
|
status: EStatusTaskScript;
|
|
9346
9519
|
noteFix: string;
|
|
9347
9520
|
}
|
|
9348
9521
|
|
|
9349
9522
|
interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9523
|
+
account: IInstagramAccountRun | string;
|
|
9524
|
+
sheetName: string;
|
|
9525
|
+
sheetUrl: string;
|
|
9526
|
+
listUsersUnFollow: Array<string>;
|
|
9527
|
+
follower: number;
|
|
9528
|
+
following: number;
|
|
9529
|
+
timeStart: Date;
|
|
9530
|
+
timeEnd: Date;
|
|
9531
|
+
status: EStatusTaskScript;
|
|
9532
|
+
noteFix: string;
|
|
9533
|
+
}
|
|
9534
|
+
interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
9535
|
+
account: {
|
|
9536
|
+
id: string;
|
|
9537
|
+
name: string;
|
|
9538
|
+
};
|
|
9350
9539
|
sheetName: string;
|
|
9351
9540
|
sheetUrl: string;
|
|
9352
|
-
account: IInstagramAccountRun | string;
|
|
9353
|
-
statusDetail: string;
|
|
9354
9541
|
listUsersUnFollow: Array<string>;
|
|
9355
9542
|
follower: number;
|
|
9356
9543
|
following: number;
|
|
@@ -9361,20 +9548,60 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
9361
9548
|
}
|
|
9362
9549
|
|
|
9363
9550
|
interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9551
|
+
account: string | IInstagramAccountRun;
|
|
9552
|
+
sheetUrl: string;
|
|
9553
|
+
sheetName: string;
|
|
9554
|
+
sheetPageName: string;
|
|
9555
|
+
rowId: string;
|
|
9556
|
+
historyName: string;
|
|
9557
|
+
timeStart: Date;
|
|
9558
|
+
timeEnd: Date;
|
|
9559
|
+
status: EStatusTaskScript;
|
|
9560
|
+
noteFix: string;
|
|
9561
|
+
}
|
|
9562
|
+
interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
9563
|
+
account: {
|
|
9564
|
+
id: string;
|
|
9565
|
+
name: string;
|
|
9566
|
+
};
|
|
9364
9567
|
sheetUrl: string;
|
|
9365
9568
|
sheetName: string;
|
|
9366
|
-
account: string | IInstagramAccountRun;
|
|
9367
9569
|
sheetPageName: string;
|
|
9368
9570
|
rowId: string;
|
|
9369
9571
|
historyName: string;
|
|
9572
|
+
timeStart: Date;
|
|
9573
|
+
timeEnd: Date;
|
|
9370
9574
|
status: EStatusTaskScript;
|
|
9371
|
-
|
|
9575
|
+
noteFix: string;
|
|
9372
9576
|
}
|
|
9373
9577
|
|
|
9374
9578
|
interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9579
|
+
account: string | IInstagramAccountRun;
|
|
9580
|
+
sheetUrl: string;
|
|
9581
|
+
sheetName: string;
|
|
9582
|
+
sheetPageName: string;
|
|
9583
|
+
rowId: string;
|
|
9584
|
+
otherAccount: string;
|
|
9585
|
+
photosUrl: string[];
|
|
9586
|
+
videosUrl: string[];
|
|
9587
|
+
collaborator: string;
|
|
9588
|
+
content: string;
|
|
9589
|
+
music: string;
|
|
9590
|
+
tagUser: string;
|
|
9591
|
+
location: string;
|
|
9592
|
+
url: string;
|
|
9593
|
+
timeStart: Date;
|
|
9594
|
+
timeEnd: Date;
|
|
9595
|
+
status: EStatusTaskScript;
|
|
9596
|
+
noteFix: string;
|
|
9597
|
+
}
|
|
9598
|
+
interface IInstagramReportPostNewELS extends IBaseELS {
|
|
9599
|
+
account: {
|
|
9600
|
+
id: string;
|
|
9601
|
+
name: string;
|
|
9602
|
+
};
|
|
9375
9603
|
sheetUrl: string;
|
|
9376
9604
|
sheetName: string;
|
|
9377
|
-
account: string | IInstagramAccountRun;
|
|
9378
9605
|
sheetPageName: string;
|
|
9379
9606
|
rowId: string;
|
|
9380
9607
|
otherAccount: string;
|
|
@@ -9386,14 +9613,16 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
9386
9613
|
tagUser: string;
|
|
9387
9614
|
location: string;
|
|
9388
9615
|
url: string;
|
|
9616
|
+
timeStart: Date;
|
|
9617
|
+
timeEnd: Date;
|
|
9389
9618
|
status: EStatusTaskScript;
|
|
9390
|
-
|
|
9619
|
+
noteFix: string;
|
|
9391
9620
|
}
|
|
9392
9621
|
|
|
9393
9622
|
interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9623
|
+
account: string | IInstagramAccountRun;
|
|
9394
9624
|
sheetUrl: string;
|
|
9395
9625
|
sheetName: string;
|
|
9396
|
-
account: string | IInstagramAccountRun;
|
|
9397
9626
|
sheetPageName: string;
|
|
9398
9627
|
rowId: string;
|
|
9399
9628
|
otherAccount: string;
|
|
@@ -9405,14 +9634,39 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
9405
9634
|
tagUser: string;
|
|
9406
9635
|
location: string;
|
|
9407
9636
|
url: string;
|
|
9637
|
+
timeStart: Date;
|
|
9638
|
+
timeEnd: Date;
|
|
9639
|
+
status: EStatusTaskScript;
|
|
9640
|
+
noteFix: string;
|
|
9641
|
+
}
|
|
9642
|
+
interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
9643
|
+
account: {
|
|
9644
|
+
id: string;
|
|
9645
|
+
name: string;
|
|
9646
|
+
};
|
|
9647
|
+
sheetUrl: string;
|
|
9648
|
+
sheetName: string;
|
|
9649
|
+
sheetPageName: string;
|
|
9650
|
+
rowId: string;
|
|
9651
|
+
otherAccount: string;
|
|
9652
|
+
photosUrl: string[];
|
|
9653
|
+
videosUrl: string[];
|
|
9654
|
+
collaborator: string;
|
|
9655
|
+
content: string;
|
|
9656
|
+
music: string;
|
|
9657
|
+
tagUser: string;
|
|
9658
|
+
location: string;
|
|
9659
|
+
url: string;
|
|
9660
|
+
timeStart: Date;
|
|
9661
|
+
timeEnd: Date;
|
|
9408
9662
|
status: EStatusTaskScript;
|
|
9409
|
-
|
|
9663
|
+
noteFix: string;
|
|
9410
9664
|
}
|
|
9411
9665
|
|
|
9412
9666
|
interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9667
|
+
account: string | IInstagramAccountRun;
|
|
9413
9668
|
sheetUrl: string;
|
|
9414
9669
|
sheetName: string;
|
|
9415
|
-
account: string | IInstagramAccountRun;
|
|
9416
9670
|
sheetPageName: string;
|
|
9417
9671
|
rowId: string;
|
|
9418
9672
|
otherAccount: string;
|
|
@@ -9426,14 +9680,60 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
|
9426
9680
|
collaborator: string;
|
|
9427
9681
|
tagUser: string;
|
|
9428
9682
|
url: string;
|
|
9683
|
+
timeStart: Date;
|
|
9684
|
+
timeEnd: Date;
|
|
9685
|
+
status: EStatusTaskScript;
|
|
9686
|
+
noteFix: string;
|
|
9687
|
+
}
|
|
9688
|
+
interface IInstagramReportPostReelELS extends IBaseELS {
|
|
9689
|
+
account: {
|
|
9690
|
+
id: string;
|
|
9691
|
+
name: string;
|
|
9692
|
+
};
|
|
9693
|
+
sheetUrl: string;
|
|
9694
|
+
sheetName: string;
|
|
9695
|
+
sheetPageName: string;
|
|
9696
|
+
rowId: string;
|
|
9697
|
+
otherAccount: string;
|
|
9698
|
+
photosUrl: string[];
|
|
9699
|
+
videosUrl: string[];
|
|
9700
|
+
titlePoll: string;
|
|
9701
|
+
polls: string[];
|
|
9702
|
+
location: string;
|
|
9703
|
+
music: string;
|
|
9704
|
+
content: string;
|
|
9705
|
+
collaborator: string;
|
|
9706
|
+
tagUser: string;
|
|
9707
|
+
url: string;
|
|
9708
|
+
timeStart: Date;
|
|
9709
|
+
timeEnd: Date;
|
|
9429
9710
|
status: EStatusTaskScript;
|
|
9430
|
-
|
|
9711
|
+
noteFix: string;
|
|
9431
9712
|
}
|
|
9432
9713
|
|
|
9433
9714
|
interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
9715
|
+
account: string | IInstagramAccountRun;
|
|
9716
|
+
sheetUrl: string;
|
|
9717
|
+
sheetName: string;
|
|
9718
|
+
sheetPageName: string;
|
|
9719
|
+
rowId: string;
|
|
9720
|
+
otherAccount: string;
|
|
9721
|
+
photosUrl: string[];
|
|
9722
|
+
videosUrl: string[];
|
|
9723
|
+
music: string;
|
|
9724
|
+
location: string;
|
|
9725
|
+
timeStart: Date;
|
|
9726
|
+
timeEnd: Date;
|
|
9727
|
+
status: EStatusTaskScript;
|
|
9728
|
+
noteFix: string;
|
|
9729
|
+
}
|
|
9730
|
+
interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
9731
|
+
account: {
|
|
9732
|
+
id: string;
|
|
9733
|
+
name: string;
|
|
9734
|
+
};
|
|
9434
9735
|
sheetUrl: string;
|
|
9435
9736
|
sheetName: string;
|
|
9436
|
-
account: string | IInstagramAccountRun;
|
|
9437
9737
|
sheetPageName: string;
|
|
9438
9738
|
rowId: string;
|
|
9439
9739
|
otherAccount: string;
|
|
@@ -9441,8 +9741,10 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
9441
9741
|
videosUrl: string[];
|
|
9442
9742
|
music: string;
|
|
9443
9743
|
location: string;
|
|
9744
|
+
timeStart: Date;
|
|
9745
|
+
timeEnd: Date;
|
|
9444
9746
|
status: EStatusTaskScript;
|
|
9445
|
-
|
|
9747
|
+
noteFix: string;
|
|
9446
9748
|
}
|
|
9447
9749
|
|
|
9448
9750
|
interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -10185,9 +10487,9 @@ interface IThreadsHistoryAutoPostELS extends IBaseELS {
|
|
|
10185
10487
|
}
|
|
10186
10488
|
|
|
10187
10489
|
interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
10490
|
+
account: IThreadsAccountRun | string;
|
|
10188
10491
|
sheetName: string;
|
|
10189
10492
|
sheetUrl: string;
|
|
10190
|
-
account: IThreadsAccountRun | string;
|
|
10191
10493
|
url: string;
|
|
10192
10494
|
photosUrl: string[];
|
|
10193
10495
|
videosUrl: string[];
|
|
@@ -10199,45 +10501,115 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
10199
10501
|
altNicheImages: string[];
|
|
10200
10502
|
altImages: string[];
|
|
10201
10503
|
altVideos: string[];
|
|
10504
|
+
timeStart: Date;
|
|
10505
|
+
timeEnd: Date;
|
|
10202
10506
|
status: EStatusTaskScript;
|
|
10203
|
-
|
|
10507
|
+
noteFix: string;
|
|
10508
|
+
}
|
|
10509
|
+
interface IThreadsReportPostELS extends IBaseELS {
|
|
10510
|
+
account: {
|
|
10511
|
+
id: string;
|
|
10512
|
+
name: string;
|
|
10513
|
+
};
|
|
10514
|
+
sheetName: string;
|
|
10515
|
+
sheetUrl: string;
|
|
10516
|
+
url: string;
|
|
10517
|
+
photosUrl: string[];
|
|
10518
|
+
videosUrl: string[];
|
|
10519
|
+
titleContent: string;
|
|
10520
|
+
tagUsers: string[];
|
|
10521
|
+
content: string;
|
|
10522
|
+
caption: string;
|
|
10523
|
+
hashtag: string;
|
|
10524
|
+
altNicheImages: string[];
|
|
10525
|
+
altImages: string[];
|
|
10526
|
+
altVideos: string[];
|
|
10204
10527
|
timeStart: Date;
|
|
10205
10528
|
timeEnd: Date;
|
|
10529
|
+
status: EStatusTaskScript;
|
|
10530
|
+
noteFix: string;
|
|
10206
10531
|
}
|
|
10207
10532
|
|
|
10208
10533
|
interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
|
|
10534
|
+
account: IThreadsAccountRun | string;
|
|
10209
10535
|
sheetName: string;
|
|
10210
10536
|
sheetUrl: string;
|
|
10211
|
-
account: IThreadsAccountRun | string;
|
|
10212
10537
|
follower: number;
|
|
10213
10538
|
following: number;
|
|
10539
|
+
listUsersFollow: Array<string>;
|
|
10540
|
+
timeStart: Date;
|
|
10541
|
+
timeEnd: Date;
|
|
10214
10542
|
status: EStatusTaskScript;
|
|
10215
|
-
|
|
10543
|
+
noteFix: string;
|
|
10544
|
+
}
|
|
10545
|
+
interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
10546
|
+
account: {
|
|
10547
|
+
id: string;
|
|
10548
|
+
name: string;
|
|
10549
|
+
};
|
|
10550
|
+
sheetName: string;
|
|
10551
|
+
sheetUrl: string;
|
|
10552
|
+
follower: number;
|
|
10553
|
+
following: number;
|
|
10554
|
+
listUsersFollow: Array<string>;
|
|
10216
10555
|
timeStart: Date;
|
|
10217
10556
|
timeEnd: Date;
|
|
10557
|
+
status: EStatusTaskScript;
|
|
10558
|
+
noteFix: string;
|
|
10218
10559
|
}
|
|
10219
10560
|
|
|
10220
10561
|
interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
|
|
10562
|
+
account: IThreadsAccountRun | string;
|
|
10221
10563
|
sheetName: string;
|
|
10222
10564
|
sheetUrl: string;
|
|
10223
|
-
|
|
10565
|
+
receiverName: string;
|
|
10566
|
+
messageReply: string;
|
|
10567
|
+
timeStart: Date;
|
|
10568
|
+
timeEnd: Date;
|
|
10224
10569
|
status: EStatusTaskScript;
|
|
10225
|
-
|
|
10570
|
+
noteFix: string;
|
|
10571
|
+
}
|
|
10572
|
+
interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
10573
|
+
account: {
|
|
10574
|
+
id: string;
|
|
10575
|
+
name: string;
|
|
10576
|
+
};
|
|
10577
|
+
sheetName: string;
|
|
10578
|
+
sheetUrl: string;
|
|
10226
10579
|
receiverName: string;
|
|
10227
10580
|
messageReply: string;
|
|
10581
|
+
timeStart: Date;
|
|
10582
|
+
timeEnd: Date;
|
|
10583
|
+
status: EStatusTaskScript;
|
|
10584
|
+
noteFix: string;
|
|
10228
10585
|
}
|
|
10229
10586
|
|
|
10230
10587
|
interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
|
|
10588
|
+
account: IThreadsAccountRun | string;
|
|
10231
10589
|
sheetName: string;
|
|
10232
10590
|
sheetUrl: string;
|
|
10233
|
-
account: IThreadsAccountRun | string;
|
|
10234
10591
|
content: string;
|
|
10235
10592
|
linkPost: string;
|
|
10236
10593
|
userLink: string;
|
|
10594
|
+
timeStart: Date;
|
|
10595
|
+
timeEnd: Date;
|
|
10237
10596
|
status: EStatusTaskScript;
|
|
10238
|
-
|
|
10597
|
+
noteFix: string;
|
|
10598
|
+
}
|
|
10599
|
+
interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
10600
|
+
account: {
|
|
10601
|
+
id: string;
|
|
10602
|
+
name: string;
|
|
10603
|
+
};
|
|
10604
|
+
sheetName: string;
|
|
10605
|
+
sheetUrl: string;
|
|
10606
|
+
content: string;
|
|
10607
|
+
linkPost: string;
|
|
10608
|
+
userLink: string;
|
|
10239
10609
|
timeStart: Date;
|
|
10240
10610
|
timeEnd: Date;
|
|
10611
|
+
status: EStatusTaskScript;
|
|
10612
|
+
noteFix: string;
|
|
10241
10613
|
}
|
|
10242
10614
|
|
|
10243
10615
|
interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -10494,18 +10866,31 @@ type index$5_IInstagramHistoryFollowELS = IInstagramHistoryFollowELS;
|
|
|
10494
10866
|
type index$5_IInstagramHistoryGroup = IInstagramHistoryGroup;
|
|
10495
10867
|
type index$5_IInstagramHistoryGroupELS = IInstagramHistoryGroupELS;
|
|
10496
10868
|
type index$5_IInstagramReportInteractBlockUser = IInstagramReportInteractBlockUser;
|
|
10869
|
+
type index$5_IInstagramReportInteractBlockUserELS = IInstagramReportInteractBlockUserELS;
|
|
10497
10870
|
type index$5_IInstagramReportInteractExplore = IInstagramReportInteractExplore;
|
|
10871
|
+
type index$5_IInstagramReportInteractExploreELS = IInstagramReportInteractExploreELS;
|
|
10498
10872
|
type index$5_IInstagramReportInteractFollow = IInstagramReportInteractFollow;
|
|
10873
|
+
type index$5_IInstagramReportInteractFollowELS = IInstagramReportInteractFollowELS;
|
|
10499
10874
|
type index$5_IInstagramReportInteractReel = IInstagramReportInteractReel;
|
|
10875
|
+
type index$5_IInstagramReportInteractReelELS = IInstagramReportInteractReelELS;
|
|
10500
10876
|
type index$5_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
|
|
10877
|
+
type index$5_IInstagramReportInteractReplyCommentELS = IInstagramReportInteractReplyCommentELS;
|
|
10501
10878
|
type index$5_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
|
|
10879
|
+
type index$5_IInstagramReportInteractReplyMessageELS = IInstagramReportInteractReplyMessageELS;
|
|
10502
10880
|
type index$5_IInstagramReportInteractStory = IInstagramReportInteractStory;
|
|
10881
|
+
type index$5_IInstagramReportInteractStoryELS = IInstagramReportInteractStoryELS;
|
|
10503
10882
|
type index$5_IInstagramReportInteractUnFollow = IInstagramReportInteractUnFollow;
|
|
10883
|
+
type index$5_IInstagramReportInteractUnFollowELS = IInstagramReportInteractUnFollowELS;
|
|
10504
10884
|
type index$5_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
|
|
10885
|
+
type index$5_IInstagramReportPostHighLightELS = IInstagramReportPostHighLightELS;
|
|
10505
10886
|
type index$5_IInstagramReportPostNew = IInstagramReportPostNew;
|
|
10887
|
+
type index$5_IInstagramReportPostNewELS = IInstagramReportPostNewELS;
|
|
10506
10888
|
type index$5_IInstagramReportPostReel = IInstagramReportPostReel;
|
|
10889
|
+
type index$5_IInstagramReportPostReelELS = IInstagramReportPostReelELS;
|
|
10507
10890
|
type index$5_IInstagramReportPostSquare = IInstagramReportPostSquare;
|
|
10891
|
+
type index$5_IInstagramReportPostSquareELS = IInstagramReportPostSquareELS;
|
|
10508
10892
|
type index$5_IInstagramReportPostStory = IInstagramReportPostStory;
|
|
10893
|
+
type index$5_IInstagramReportPostStoryELS = IInstagramReportPostStoryELS;
|
|
10509
10894
|
type index$5_IInstagramSettingInteractBlockUser = IInstagramSettingInteractBlockUser;
|
|
10510
10895
|
type index$5_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
|
|
10511
10896
|
type index$5_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
|
|
@@ -10544,16 +10929,20 @@ type index$5_IThreadsHistoryCreateNewELS = IThreadsHistoryCreateNewELS;
|
|
|
10544
10929
|
type index$5_IThreadsHistoryGroup = IThreadsHistoryGroup;
|
|
10545
10930
|
type index$5_IThreadsHistoryGroupELS = IThreadsHistoryGroupELS;
|
|
10546
10931
|
type index$5_IThreadsReportInteractFollow = IThreadsReportInteractFollow;
|
|
10932
|
+
type index$5_IThreadsReportInteractFollowELS = IThreadsReportInteractFollowELS;
|
|
10547
10933
|
type index$5_IThreadsReportInteractReplyComment = IThreadsReportInteractReplyComment;
|
|
10934
|
+
type index$5_IThreadsReportInteractReplyCommentELS = IThreadsReportInteractReplyCommentELS;
|
|
10548
10935
|
type index$5_IThreadsReportInteractReplyMessage = IThreadsReportInteractReplyMessage;
|
|
10936
|
+
type index$5_IThreadsReportInteractReplyMessageELS = IThreadsReportInteractReplyMessageELS;
|
|
10549
10937
|
type index$5_IThreadsReportPost = IThreadsReportPost;
|
|
10938
|
+
type index$5_IThreadsReportPostELS = IThreadsReportPostELS;
|
|
10550
10939
|
type index$5_IThreadsSettingInteractFollow = IThreadsSettingInteractFollow;
|
|
10551
10940
|
type index$5_IThreadsSettingInteractReplyComment = IThreadsSettingInteractReplyComment;
|
|
10552
10941
|
type index$5_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyMessage;
|
|
10553
10942
|
type index$5_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
|
|
10554
10943
|
type index$5_IThreadsSettingPost = IThreadsSettingPost;
|
|
10555
10944
|
declare namespace index$5 {
|
|
10556
|
-
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 };
|
|
10945
|
+
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_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, index$5_IInstagramReportInteractExplore as IInstagramReportInteractExplore, index$5_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, index$5_IInstagramReportInteractFollow as IInstagramReportInteractFollow, index$5_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, index$5_IInstagramReportInteractReel as IInstagramReportInteractReel, index$5_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, index$5_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, index$5_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, index$5_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, index$5_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, index$5_IInstagramReportInteractStory as IInstagramReportInteractStory, index$5_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, index$5_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, index$5_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, index$5_IInstagramReportPostHighLight as IInstagramReportPostHighLight, index$5_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, index$5_IInstagramReportPostNew as IInstagramReportPostNew, index$5_IInstagramReportPostNewELS as IInstagramReportPostNewELS, index$5_IInstagramReportPostReel as IInstagramReportPostReel, index$5_IInstagramReportPostReelELS as IInstagramReportPostReelELS, index$5_IInstagramReportPostSquare as IInstagramReportPostSquare, index$5_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, index$5_IInstagramReportPostStory as IInstagramReportPostStory, index$5_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, 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_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, index$5_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, index$5_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, index$5_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, index$5_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, index$5_IThreadsReportPost as IThreadsReportPost, index$5_IThreadsReportPostELS as IThreadsReportPostELS, 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 };
|
|
10557
10946
|
}
|
|
10558
10947
|
|
|
10559
10948
|
interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
|
|
@@ -10941,18 +11330,31 @@ type index$1_IInstagramHistoryFollowELS = IInstagramHistoryFollowELS;
|
|
|
10941
11330
|
type index$1_IInstagramHistoryGroup = IInstagramHistoryGroup;
|
|
10942
11331
|
type index$1_IInstagramHistoryGroupELS = IInstagramHistoryGroupELS;
|
|
10943
11332
|
type index$1_IInstagramReportInteractBlockUser = IInstagramReportInteractBlockUser;
|
|
11333
|
+
type index$1_IInstagramReportInteractBlockUserELS = IInstagramReportInteractBlockUserELS;
|
|
10944
11334
|
type index$1_IInstagramReportInteractExplore = IInstagramReportInteractExplore;
|
|
11335
|
+
type index$1_IInstagramReportInteractExploreELS = IInstagramReportInteractExploreELS;
|
|
10945
11336
|
type index$1_IInstagramReportInteractFollow = IInstagramReportInteractFollow;
|
|
11337
|
+
type index$1_IInstagramReportInteractFollowELS = IInstagramReportInteractFollowELS;
|
|
10946
11338
|
type index$1_IInstagramReportInteractReel = IInstagramReportInteractReel;
|
|
11339
|
+
type index$1_IInstagramReportInteractReelELS = IInstagramReportInteractReelELS;
|
|
10947
11340
|
type index$1_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
|
|
11341
|
+
type index$1_IInstagramReportInteractReplyCommentELS = IInstagramReportInteractReplyCommentELS;
|
|
10948
11342
|
type index$1_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
|
|
11343
|
+
type index$1_IInstagramReportInteractReplyMessageELS = IInstagramReportInteractReplyMessageELS;
|
|
10949
11344
|
type index$1_IInstagramReportInteractStory = IInstagramReportInteractStory;
|
|
11345
|
+
type index$1_IInstagramReportInteractStoryELS = IInstagramReportInteractStoryELS;
|
|
10950
11346
|
type index$1_IInstagramReportInteractUnFollow = IInstagramReportInteractUnFollow;
|
|
11347
|
+
type index$1_IInstagramReportInteractUnFollowELS = IInstagramReportInteractUnFollowELS;
|
|
10951
11348
|
type index$1_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
|
|
11349
|
+
type index$1_IInstagramReportPostHighLightELS = IInstagramReportPostHighLightELS;
|
|
10952
11350
|
type index$1_IInstagramReportPostNew = IInstagramReportPostNew;
|
|
11351
|
+
type index$1_IInstagramReportPostNewELS = IInstagramReportPostNewELS;
|
|
10953
11352
|
type index$1_IInstagramReportPostReel = IInstagramReportPostReel;
|
|
11353
|
+
type index$1_IInstagramReportPostReelELS = IInstagramReportPostReelELS;
|
|
10954
11354
|
type index$1_IInstagramReportPostSquare = IInstagramReportPostSquare;
|
|
11355
|
+
type index$1_IInstagramReportPostSquareELS = IInstagramReportPostSquareELS;
|
|
10955
11356
|
type index$1_IInstagramReportPostStory = IInstagramReportPostStory;
|
|
11357
|
+
type index$1_IInstagramReportPostStoryELS = IInstagramReportPostStoryELS;
|
|
10956
11358
|
type index$1_IInstagramSettingInteractBlockUser = IInstagramSettingInteractBlockUser;
|
|
10957
11359
|
type index$1_IInstagramSettingInteractExplore = IInstagramSettingInteractExplore;
|
|
10958
11360
|
type index$1_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
|
|
@@ -11037,9 +11439,13 @@ type index$1_IThreadsHistoryCreateNewELS = IThreadsHistoryCreateNewELS;
|
|
|
11037
11439
|
type index$1_IThreadsHistoryGroup = IThreadsHistoryGroup;
|
|
11038
11440
|
type index$1_IThreadsHistoryGroupELS = IThreadsHistoryGroupELS;
|
|
11039
11441
|
type index$1_IThreadsReportInteractFollow = IThreadsReportInteractFollow;
|
|
11442
|
+
type index$1_IThreadsReportInteractFollowELS = IThreadsReportInteractFollowELS;
|
|
11040
11443
|
type index$1_IThreadsReportInteractReplyComment = IThreadsReportInteractReplyComment;
|
|
11444
|
+
type index$1_IThreadsReportInteractReplyCommentELS = IThreadsReportInteractReplyCommentELS;
|
|
11041
11445
|
type index$1_IThreadsReportInteractReplyMessage = IThreadsReportInteractReplyMessage;
|
|
11446
|
+
type index$1_IThreadsReportInteractReplyMessageELS = IThreadsReportInteractReplyMessageELS;
|
|
11042
11447
|
type index$1_IThreadsReportPost = IThreadsReportPost;
|
|
11448
|
+
type index$1_IThreadsReportPostELS = IThreadsReportPostELS;
|
|
11043
11449
|
type index$1_IThreadsSettingInteractFollow = IThreadsSettingInteractFollow;
|
|
11044
11450
|
type index$1_IThreadsSettingInteractReplyComment = IThreadsSettingInteractReplyComment;
|
|
11045
11451
|
type index$1_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyMessage;
|
|
@@ -11056,7 +11462,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
|
|
|
11056
11462
|
type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
11057
11463
|
type index$1_IVoiceStores = IVoiceStores;
|
|
11058
11464
|
declare namespace index$1 {
|
|
11059
|
-
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 };
|
|
11465
|
+
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_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, 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_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, 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 };
|
|
11060
11466
|
}
|
|
11061
11467
|
|
|
11062
11468
|
interface IDataUser {
|
|
@@ -11109,4 +11515,4 @@ declare namespace index {
|
|
|
11109
11515
|
export type { index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IFilterStore as IFilterStore, index_IResponseLogin as IResponseLogin };
|
|
11110
11516
|
}
|
|
11111
11517
|
|
|
11112
|
-
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 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 };
|
|
11518
|
+
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 IInstagramReportInteractBlockUserELS, type IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, 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 IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportPost, type IThreadsReportPostELS, 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 };
|