automation-lib 5.4.127 → 5.4.129
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 +724 -118
- package/dist/index.d.ts +724 -118
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3509,13 +3509,34 @@ interface FindThreadsHistoryAutoPostDto extends IFindBaseDto, IThreadsHistoryAut
|
|
|
3509
3509
|
};
|
|
3510
3510
|
accountUsername: string;
|
|
3511
3511
|
accountFullName: string;
|
|
3512
|
-
idea:
|
|
3513
|
-
|
|
3512
|
+
idea: {
|
|
3513
|
+
id: string;
|
|
3514
|
+
name: string;
|
|
3515
|
+
};
|
|
3516
|
+
niche: {
|
|
3517
|
+
id: string;
|
|
3518
|
+
name: string;
|
|
3519
|
+
};
|
|
3514
3520
|
type: ETypeManagerWorkClassify;
|
|
3515
|
-
pc:
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3521
|
+
pc: {
|
|
3522
|
+
id: string;
|
|
3523
|
+
name: string;
|
|
3524
|
+
};
|
|
3525
|
+
device: {
|
|
3526
|
+
id: string;
|
|
3527
|
+
name: string;
|
|
3528
|
+
};
|
|
3529
|
+
accountGroup: {
|
|
3530
|
+
id: string;
|
|
3531
|
+
name: string;
|
|
3532
|
+
};
|
|
3533
|
+
accountInfo: {
|
|
3534
|
+
id: string;
|
|
3535
|
+
name: string;
|
|
3536
|
+
nameAppCloneSocial: string;
|
|
3537
|
+
accountDeviceTypeAppClone: string;
|
|
3538
|
+
accountDeviceNameAppClone: string;
|
|
3539
|
+
};
|
|
3519
3540
|
}
|
|
3520
3541
|
interface FilterThreadsHistoryAutoPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
3521
3542
|
idea: string[];
|
|
@@ -3730,13 +3751,34 @@ interface FindOverViewThreadsSettingPostDto {
|
|
|
3730
3751
|
statusInactive: number;
|
|
3731
3752
|
}
|
|
3732
3753
|
interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
|
|
3733
|
-
idea:
|
|
3734
|
-
|
|
3754
|
+
idea: {
|
|
3755
|
+
id: string;
|
|
3756
|
+
name: string;
|
|
3757
|
+
};
|
|
3758
|
+
niche: {
|
|
3759
|
+
id: string;
|
|
3760
|
+
name: string;
|
|
3761
|
+
};
|
|
3735
3762
|
type: ETypeManagerWorkClassify;
|
|
3736
|
-
pc:
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3763
|
+
pc: {
|
|
3764
|
+
id: string;
|
|
3765
|
+
name: string;
|
|
3766
|
+
};
|
|
3767
|
+
device: {
|
|
3768
|
+
id: string;
|
|
3769
|
+
name: string;
|
|
3770
|
+
};
|
|
3771
|
+
accountGroup: {
|
|
3772
|
+
id: string;
|
|
3773
|
+
name: string;
|
|
3774
|
+
};
|
|
3775
|
+
accountInfo: {
|
|
3776
|
+
id: string;
|
|
3777
|
+
name: string;
|
|
3778
|
+
nameAppCloneSocial: string;
|
|
3779
|
+
accountDeviceTypeAppClone: string;
|
|
3780
|
+
accountDeviceNameAppClone: string;
|
|
3781
|
+
};
|
|
3740
3782
|
status: EStatusActive;
|
|
3741
3783
|
}
|
|
3742
3784
|
interface FilterThreadsSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -3772,13 +3814,34 @@ interface FindOverViewThreadsSettingInteractFollowDto {
|
|
|
3772
3814
|
statusInactive: number;
|
|
3773
3815
|
}
|
|
3774
3816
|
interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSettingInteractFollow {
|
|
3775
|
-
idea:
|
|
3776
|
-
|
|
3817
|
+
idea: {
|
|
3818
|
+
id: string;
|
|
3819
|
+
name: string;
|
|
3820
|
+
};
|
|
3821
|
+
niche: {
|
|
3822
|
+
id: string;
|
|
3823
|
+
name: string;
|
|
3824
|
+
};
|
|
3777
3825
|
type: ETypeManagerWorkClassify;
|
|
3778
|
-
pc:
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3826
|
+
pc: {
|
|
3827
|
+
id: string;
|
|
3828
|
+
name: string;
|
|
3829
|
+
};
|
|
3830
|
+
device: {
|
|
3831
|
+
id: string;
|
|
3832
|
+
name: string;
|
|
3833
|
+
};
|
|
3834
|
+
accountGroup: {
|
|
3835
|
+
id: string;
|
|
3836
|
+
name: string;
|
|
3837
|
+
};
|
|
3838
|
+
accountInfo: {
|
|
3839
|
+
id: string;
|
|
3840
|
+
name: string;
|
|
3841
|
+
nameAppCloneSocial: string;
|
|
3842
|
+
accountDeviceTypeAppClone: string;
|
|
3843
|
+
accountDeviceNameAppClone: string;
|
|
3844
|
+
};
|
|
3782
3845
|
status: EStatusActive;
|
|
3783
3846
|
}
|
|
3784
3847
|
interface FilterThreadsSettingInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -3814,13 +3877,34 @@ interface FindOverViewThreadsSettingInteractUnFollowDto {
|
|
|
3814
3877
|
statusInactive: number;
|
|
3815
3878
|
}
|
|
3816
3879
|
interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSettingInteractUnFollow {
|
|
3817
|
-
idea:
|
|
3818
|
-
|
|
3880
|
+
idea: {
|
|
3881
|
+
id: string;
|
|
3882
|
+
name: string;
|
|
3883
|
+
};
|
|
3884
|
+
niche: {
|
|
3885
|
+
id: string;
|
|
3886
|
+
name: string;
|
|
3887
|
+
};
|
|
3819
3888
|
type: ETypeManagerWorkClassify;
|
|
3820
|
-
pc:
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
3889
|
+
pc: {
|
|
3890
|
+
id: string;
|
|
3891
|
+
name: string;
|
|
3892
|
+
};
|
|
3893
|
+
device: {
|
|
3894
|
+
id: string;
|
|
3895
|
+
name: string;
|
|
3896
|
+
};
|
|
3897
|
+
accountGroup: {
|
|
3898
|
+
id: string;
|
|
3899
|
+
name: string;
|
|
3900
|
+
};
|
|
3901
|
+
accountInfo: {
|
|
3902
|
+
id: string;
|
|
3903
|
+
name: string;
|
|
3904
|
+
nameAppCloneSocial: string;
|
|
3905
|
+
accountDeviceTypeAppClone: string;
|
|
3906
|
+
accountDeviceNameAppClone: string;
|
|
3907
|
+
};
|
|
3824
3908
|
status: EStatusActive;
|
|
3825
3909
|
}
|
|
3826
3910
|
interface FilterThreadsSettingInteractUnFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -3856,13 +3940,34 @@ interface FindOverViewThreadsSettingInteractReplyCommentDto {
|
|
|
3856
3940
|
statusInactive: number;
|
|
3857
3941
|
}
|
|
3858
3942
|
interface FindThreadsSettingInteractReplyCommentDto extends IFindBaseDto, IThreadsSettingInteractReplyComment {
|
|
3859
|
-
idea:
|
|
3860
|
-
|
|
3943
|
+
idea: {
|
|
3944
|
+
id: string;
|
|
3945
|
+
name: string;
|
|
3946
|
+
};
|
|
3947
|
+
niche: {
|
|
3948
|
+
id: string;
|
|
3949
|
+
name: string;
|
|
3950
|
+
};
|
|
3861
3951
|
type: ETypeManagerWorkClassify;
|
|
3862
|
-
pc:
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3952
|
+
pc: {
|
|
3953
|
+
id: string;
|
|
3954
|
+
name: string;
|
|
3955
|
+
};
|
|
3956
|
+
device: {
|
|
3957
|
+
id: string;
|
|
3958
|
+
name: string;
|
|
3959
|
+
};
|
|
3960
|
+
accountGroup: {
|
|
3961
|
+
id: string;
|
|
3962
|
+
name: string;
|
|
3963
|
+
};
|
|
3964
|
+
accountInfo: {
|
|
3965
|
+
id: string;
|
|
3966
|
+
name: string;
|
|
3967
|
+
nameAppCloneSocial: string;
|
|
3968
|
+
accountDeviceTypeAppClone: string;
|
|
3969
|
+
accountDeviceNameAppClone: string;
|
|
3970
|
+
};
|
|
3866
3971
|
status: EStatusActive;
|
|
3867
3972
|
}
|
|
3868
3973
|
interface FilterThreadsSettingInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -3898,13 +4003,34 @@ interface FindOverViewThreadsSettingInteractReplyMessageDto {
|
|
|
3898
4003
|
statusInactive: number;
|
|
3899
4004
|
}
|
|
3900
4005
|
interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThreadsSettingInteractReplyMessage {
|
|
3901
|
-
idea:
|
|
3902
|
-
|
|
4006
|
+
idea: {
|
|
4007
|
+
id: string;
|
|
4008
|
+
name: string;
|
|
4009
|
+
};
|
|
4010
|
+
niche: {
|
|
4011
|
+
id: string;
|
|
4012
|
+
name: string;
|
|
4013
|
+
};
|
|
3903
4014
|
type: ETypeManagerWorkClassify;
|
|
3904
|
-
pc:
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
4015
|
+
pc: {
|
|
4016
|
+
id: string;
|
|
4017
|
+
name: string;
|
|
4018
|
+
};
|
|
4019
|
+
device: {
|
|
4020
|
+
id: string;
|
|
4021
|
+
name: string;
|
|
4022
|
+
};
|
|
4023
|
+
accountGroup: {
|
|
4024
|
+
id: string;
|
|
4025
|
+
name: string;
|
|
4026
|
+
};
|
|
4027
|
+
accountInfo: {
|
|
4028
|
+
id: string;
|
|
4029
|
+
name: string;
|
|
4030
|
+
nameAppCloneSocial: string;
|
|
4031
|
+
accountDeviceTypeAppClone: string;
|
|
4032
|
+
accountDeviceNameAppClone: string;
|
|
4033
|
+
};
|
|
3908
4034
|
status: EStatusActive;
|
|
3909
4035
|
}
|
|
3910
4036
|
interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -5585,13 +5711,34 @@ interface FindInstagramHistoryFollowDto extends IFindBaseDto, IInstagramHistoryF
|
|
|
5585
5711
|
};
|
|
5586
5712
|
accountUsername: string;
|
|
5587
5713
|
accountFullName: string;
|
|
5588
|
-
idea:
|
|
5589
|
-
|
|
5714
|
+
idea: {
|
|
5715
|
+
id: string;
|
|
5716
|
+
name: string;
|
|
5717
|
+
};
|
|
5718
|
+
niche: {
|
|
5719
|
+
id: string;
|
|
5720
|
+
name: string;
|
|
5721
|
+
};
|
|
5590
5722
|
type: ETypeManagerWorkClassify;
|
|
5591
|
-
pc:
|
|
5592
|
-
|
|
5593
|
-
|
|
5594
|
-
|
|
5723
|
+
pc: {
|
|
5724
|
+
id: string;
|
|
5725
|
+
name: string;
|
|
5726
|
+
};
|
|
5727
|
+
device: {
|
|
5728
|
+
id: string;
|
|
5729
|
+
name: string;
|
|
5730
|
+
};
|
|
5731
|
+
accountGroup: {
|
|
5732
|
+
id: string;
|
|
5733
|
+
name: string;
|
|
5734
|
+
};
|
|
5735
|
+
accountInfo: {
|
|
5736
|
+
id: string;
|
|
5737
|
+
name: string;
|
|
5738
|
+
nameAppCloneSocial: string;
|
|
5739
|
+
accountDeviceTypeAppClone: string;
|
|
5740
|
+
accountDeviceNameAppClone: string;
|
|
5741
|
+
};
|
|
5595
5742
|
status: EStatusTaskScript;
|
|
5596
5743
|
}
|
|
5597
5744
|
interface FilterInstagramHistoryFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -5650,13 +5797,34 @@ interface FindInstagramHistoryAutoPostDto extends IFindBaseDto, IInstagramHistor
|
|
|
5650
5797
|
};
|
|
5651
5798
|
accountUsername: string;
|
|
5652
5799
|
accountFullName: string;
|
|
5653
|
-
idea:
|
|
5654
|
-
|
|
5800
|
+
idea: {
|
|
5801
|
+
id: string;
|
|
5802
|
+
name: string;
|
|
5803
|
+
};
|
|
5804
|
+
niche: {
|
|
5805
|
+
id: string;
|
|
5806
|
+
name: string;
|
|
5807
|
+
};
|
|
5655
5808
|
type: ETypeManagerWorkClassify;
|
|
5656
|
-
pc:
|
|
5657
|
-
|
|
5658
|
-
|
|
5659
|
-
|
|
5809
|
+
pc: {
|
|
5810
|
+
id: string;
|
|
5811
|
+
name: string;
|
|
5812
|
+
};
|
|
5813
|
+
device: {
|
|
5814
|
+
id: string;
|
|
5815
|
+
name: string;
|
|
5816
|
+
};
|
|
5817
|
+
accountGroup: {
|
|
5818
|
+
id: string;
|
|
5819
|
+
name: string;
|
|
5820
|
+
};
|
|
5821
|
+
accountInfo: {
|
|
5822
|
+
id: string;
|
|
5823
|
+
name: string;
|
|
5824
|
+
nameAppCloneSocial: string;
|
|
5825
|
+
accountDeviceTypeAppClone: string;
|
|
5826
|
+
accountDeviceNameAppClone: string;
|
|
5827
|
+
};
|
|
5660
5828
|
status: EStatusTaskScript;
|
|
5661
5829
|
}
|
|
5662
5830
|
interface FilterInstagramHistoryAutoPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -5700,13 +5868,34 @@ interface FindInstagramHistoryBlockUserDto extends IFindBaseDto, IInstagramHisto
|
|
|
5700
5868
|
};
|
|
5701
5869
|
accountUsername: string;
|
|
5702
5870
|
accountFullName: string;
|
|
5703
|
-
idea:
|
|
5704
|
-
|
|
5871
|
+
idea: {
|
|
5872
|
+
id: string;
|
|
5873
|
+
name: string;
|
|
5874
|
+
};
|
|
5875
|
+
niche: {
|
|
5876
|
+
id: string;
|
|
5877
|
+
name: string;
|
|
5878
|
+
};
|
|
5705
5879
|
type: ETypeManagerWorkClassify;
|
|
5706
|
-
pc:
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
|
|
5880
|
+
pc: {
|
|
5881
|
+
id: string;
|
|
5882
|
+
name: string;
|
|
5883
|
+
};
|
|
5884
|
+
device: {
|
|
5885
|
+
id: string;
|
|
5886
|
+
name: string;
|
|
5887
|
+
};
|
|
5888
|
+
accountGroup: {
|
|
5889
|
+
id: string;
|
|
5890
|
+
name: string;
|
|
5891
|
+
};
|
|
5892
|
+
accountInfo: {
|
|
5893
|
+
id: string;
|
|
5894
|
+
name: string;
|
|
5895
|
+
nameAppCloneSocial: string;
|
|
5896
|
+
accountDeviceTypeAppClone: string;
|
|
5897
|
+
accountDeviceNameAppClone: string;
|
|
5898
|
+
};
|
|
5710
5899
|
status: EStatusTaskScript;
|
|
5711
5900
|
}
|
|
5712
5901
|
interface FilterInstagramHistoryBlockUserDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -6201,15 +6390,52 @@ interface FindOverViewInstagramSettingInteractExploreDto {
|
|
|
6201
6390
|
statusActive: number;
|
|
6202
6391
|
statusInactive: number;
|
|
6203
6392
|
}
|
|
6204
|
-
interface FindInstagramSettingInteractExploreDto extends IFindBaseDto
|
|
6205
|
-
idea:
|
|
6206
|
-
|
|
6393
|
+
interface FindInstagramSettingInteractExploreDto extends IFindBaseDto {
|
|
6394
|
+
idea: {
|
|
6395
|
+
id: string;
|
|
6396
|
+
name: string;
|
|
6397
|
+
};
|
|
6398
|
+
niche: {
|
|
6399
|
+
id: string;
|
|
6400
|
+
name: string;
|
|
6401
|
+
};
|
|
6207
6402
|
type: ETypeManagerWorkClassify;
|
|
6208
|
-
pc:
|
|
6209
|
-
|
|
6210
|
-
|
|
6211
|
-
|
|
6212
|
-
|
|
6403
|
+
pc: {
|
|
6404
|
+
id: string;
|
|
6405
|
+
name: string;
|
|
6406
|
+
};
|
|
6407
|
+
device: {
|
|
6408
|
+
id: string;
|
|
6409
|
+
name: string;
|
|
6410
|
+
};
|
|
6411
|
+
accountGroup: {
|
|
6412
|
+
id: string;
|
|
6413
|
+
name: string;
|
|
6414
|
+
};
|
|
6415
|
+
accountInfo: {
|
|
6416
|
+
id: string;
|
|
6417
|
+
name: string;
|
|
6418
|
+
nameAppCloneSocial: string;
|
|
6419
|
+
accountDeviceTypeAppClone: string;
|
|
6420
|
+
accountDeviceNameAppClone: string;
|
|
6421
|
+
};
|
|
6422
|
+
dayOfWeeks: Array<string>;
|
|
6423
|
+
listRunTimes: Array<Array<string>>;
|
|
6424
|
+
maxViewPerDay: number;
|
|
6425
|
+
timeExecuteForOperationTo: number;
|
|
6426
|
+
timeExecuteForOperationFrom: number;
|
|
6427
|
+
limitViewPerDayFrom: number;
|
|
6428
|
+
limitViewPerDayTo: number;
|
|
6429
|
+
increaseDailyViewFrom: number;
|
|
6430
|
+
increaseDailyViewTo: number;
|
|
6431
|
+
limitNumberLikePerOperationFrom: number;
|
|
6432
|
+
limitNumberLikePerOperationTo: number;
|
|
6433
|
+
timeDelayLikeFrom: number;
|
|
6434
|
+
timeDelayLikeTo: number;
|
|
6435
|
+
isTimeUs: boolean;
|
|
6436
|
+
isDetailsView: boolean;
|
|
6437
|
+
isLikeExplore: boolean;
|
|
6438
|
+
status: EStatusActive;
|
|
6213
6439
|
}
|
|
6214
6440
|
interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6215
6441
|
idea: string[];
|
|
@@ -6243,14 +6469,70 @@ interface FindOverViewInstagramSettingInteractFollowDto {
|
|
|
6243
6469
|
statusActive: number;
|
|
6244
6470
|
statusInactive: number;
|
|
6245
6471
|
}
|
|
6246
|
-
interface FindInstagramSettingInteractFollowDto extends IFindBaseDto
|
|
6247
|
-
idea:
|
|
6248
|
-
|
|
6472
|
+
interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
|
|
6473
|
+
idea: {
|
|
6474
|
+
id: string;
|
|
6475
|
+
name: string;
|
|
6476
|
+
};
|
|
6477
|
+
niche: {
|
|
6478
|
+
id: string;
|
|
6479
|
+
name: string;
|
|
6480
|
+
};
|
|
6249
6481
|
type: ETypeManagerWorkClassify;
|
|
6250
|
-
pc:
|
|
6251
|
-
|
|
6252
|
-
|
|
6253
|
-
|
|
6482
|
+
pc: {
|
|
6483
|
+
id: string;
|
|
6484
|
+
name: string;
|
|
6485
|
+
};
|
|
6486
|
+
device: {
|
|
6487
|
+
id: string;
|
|
6488
|
+
name: string;
|
|
6489
|
+
};
|
|
6490
|
+
accountGroup: {
|
|
6491
|
+
id: string;
|
|
6492
|
+
name: string;
|
|
6493
|
+
};
|
|
6494
|
+
accountInfo: {
|
|
6495
|
+
id: string;
|
|
6496
|
+
name: string;
|
|
6497
|
+
nameAppCloneSocial: string;
|
|
6498
|
+
accountDeviceTypeAppClone: string;
|
|
6499
|
+
accountDeviceNameAppClone: string;
|
|
6500
|
+
};
|
|
6501
|
+
listRunTimes: Array<Array<string>>;
|
|
6502
|
+
dayOfWeeks: Array<string>;
|
|
6503
|
+
timeExecuteForOperationFrom: number;
|
|
6504
|
+
timeExecuteForOperationTo: number;
|
|
6505
|
+
limitNumberFollowsPerDayFrom: number;
|
|
6506
|
+
limitNumberFollowsPerDayTo: number;
|
|
6507
|
+
increaseFollowPerDayFrom: number;
|
|
6508
|
+
increaseFollowPerDayTo: number;
|
|
6509
|
+
maxFollowPerDay: number;
|
|
6510
|
+
limitNumberFollowsPerHourFrom: number;
|
|
6511
|
+
limitNumberFollowsPerHourTo: number;
|
|
6512
|
+
increaseFollowPerHourFrom: number;
|
|
6513
|
+
increaseFollowPerHourTo: number;
|
|
6514
|
+
maxFollowPerHour: number;
|
|
6515
|
+
limitNumberInteractCurrentUserFrom: number;
|
|
6516
|
+
limitNumberInteractCurrentUserTo: number;
|
|
6517
|
+
timeDelayInteractCurrentUserFrom: number;
|
|
6518
|
+
timeDelayInteractCurrentUserTo: number;
|
|
6519
|
+
limitNumberInteractUserFollowingFrom: number;
|
|
6520
|
+
limitNumberInteractUserFollowingTo: number;
|
|
6521
|
+
timeDelayInteractUserFollowingFrom: number;
|
|
6522
|
+
timeDelayInteractUserFollowingTo: number;
|
|
6523
|
+
limitNumberInteractUserFollowerFrom: number;
|
|
6524
|
+
limitNumberInteractUserFollowerTo: number;
|
|
6525
|
+
timeDelayInteractUserFollowerFrom: number;
|
|
6526
|
+
timeDelayInteractUserFollowerTo: number;
|
|
6527
|
+
isTimeUs: boolean;
|
|
6528
|
+
isInteractUserFollower: boolean;
|
|
6529
|
+
isInteractUserFollowing: boolean;
|
|
6530
|
+
isInteractCurrentUser: boolean;
|
|
6531
|
+
isSkipUserNameNoneEnglish: boolean;
|
|
6532
|
+
isSkipUserNameContainIcons: boolean;
|
|
6533
|
+
isSkipFollowWhenUnFollowed: boolean;
|
|
6534
|
+
isSkipFollowContainLinks: boolean;
|
|
6535
|
+
isSkipBioNoneEnglish: boolean;
|
|
6254
6536
|
status: EStatusActive;
|
|
6255
6537
|
}
|
|
6256
6538
|
interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -6285,14 +6567,50 @@ interface FindOverViewInstagramSettingInteractReelDto {
|
|
|
6285
6567
|
statusActive: number;
|
|
6286
6568
|
statusInactive: number;
|
|
6287
6569
|
}
|
|
6288
|
-
interface FindInstagramSettingInteractReelDto extends IFindBaseDto
|
|
6289
|
-
idea:
|
|
6290
|
-
|
|
6570
|
+
interface FindInstagramSettingInteractReelDto extends IFindBaseDto {
|
|
6571
|
+
idea: {
|
|
6572
|
+
id: string;
|
|
6573
|
+
name: string;
|
|
6574
|
+
};
|
|
6575
|
+
niche: {
|
|
6576
|
+
id: string;
|
|
6577
|
+
name: string;
|
|
6578
|
+
};
|
|
6291
6579
|
type: ETypeManagerWorkClassify;
|
|
6292
|
-
pc:
|
|
6293
|
-
|
|
6294
|
-
|
|
6295
|
-
|
|
6580
|
+
pc: {
|
|
6581
|
+
id: string;
|
|
6582
|
+
name: string;
|
|
6583
|
+
};
|
|
6584
|
+
device: {
|
|
6585
|
+
id: string;
|
|
6586
|
+
name: string;
|
|
6587
|
+
};
|
|
6588
|
+
accountGroup: {
|
|
6589
|
+
id: string;
|
|
6590
|
+
name: string;
|
|
6591
|
+
};
|
|
6592
|
+
accountInfo: {
|
|
6593
|
+
id: string;
|
|
6594
|
+
name: string;
|
|
6595
|
+
nameAppCloneSocial: string;
|
|
6596
|
+
accountDeviceTypeAppClone: string;
|
|
6597
|
+
accountDeviceNameAppClone: string;
|
|
6598
|
+
};
|
|
6599
|
+
dayOfWeeks: Array<string>;
|
|
6600
|
+
listRunTimes: Array<Array<string>>;
|
|
6601
|
+
limitViewPerDayFrom: number;
|
|
6602
|
+
limitViewPerDayTo: number;
|
|
6603
|
+
increaseDailyViewFrom: number;
|
|
6604
|
+
increaseDailyViewTo: number;
|
|
6605
|
+
maxViewPerDay: number;
|
|
6606
|
+
timeExecuteForOperationFrom: number;
|
|
6607
|
+
timeExecuteForOperationTo: number;
|
|
6608
|
+
limitNumberLikePerOperationFrom: number;
|
|
6609
|
+
limitNumberLikePerOperationTo: number;
|
|
6610
|
+
timeDelayLikeFrom: number;
|
|
6611
|
+
timeDelayLikeTo: number;
|
|
6612
|
+
isTimeUs: boolean;
|
|
6613
|
+
isLikeReel: boolean;
|
|
6296
6614
|
status: EStatusActive;
|
|
6297
6615
|
}
|
|
6298
6616
|
interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -6327,14 +6645,54 @@ interface FindOverViewInstagramSettingInteractReplyCommentDto {
|
|
|
6327
6645
|
statusActive: number;
|
|
6328
6646
|
statusInactive: number;
|
|
6329
6647
|
}
|
|
6330
|
-
interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto
|
|
6331
|
-
idea:
|
|
6332
|
-
|
|
6648
|
+
interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
|
|
6649
|
+
idea: {
|
|
6650
|
+
id: string;
|
|
6651
|
+
name: string;
|
|
6652
|
+
};
|
|
6653
|
+
niche: {
|
|
6654
|
+
id: string;
|
|
6655
|
+
name: string;
|
|
6656
|
+
};
|
|
6333
6657
|
type: ETypeManagerWorkClassify;
|
|
6334
|
-
pc:
|
|
6335
|
-
|
|
6336
|
-
|
|
6337
|
-
|
|
6658
|
+
pc: {
|
|
6659
|
+
id: string;
|
|
6660
|
+
name: string;
|
|
6661
|
+
};
|
|
6662
|
+
device: {
|
|
6663
|
+
id: string;
|
|
6664
|
+
name: string;
|
|
6665
|
+
};
|
|
6666
|
+
accountGroup: {
|
|
6667
|
+
id: string;
|
|
6668
|
+
name: string;
|
|
6669
|
+
};
|
|
6670
|
+
accountInfo: {
|
|
6671
|
+
id: string;
|
|
6672
|
+
name: string;
|
|
6673
|
+
nameAppCloneSocial: string;
|
|
6674
|
+
accountDeviceTypeAppClone: string;
|
|
6675
|
+
accountDeviceNameAppClone: string;
|
|
6676
|
+
};
|
|
6677
|
+
dayOfWeeks: Array<string>;
|
|
6678
|
+
listRunTimes: Array<Array<string>>;
|
|
6679
|
+
timeExecuteForOperationFrom: number;
|
|
6680
|
+
timeExecuteForOperationTo: number;
|
|
6681
|
+
limitNumberPostForCommentsFrom: number;
|
|
6682
|
+
limitNumberPostForCommentsTo: number;
|
|
6683
|
+
timeDelayCommentFrom: number;
|
|
6684
|
+
timeDelayCommentTo: number;
|
|
6685
|
+
timeDelayLikeFrom: number;
|
|
6686
|
+
timeDelayLikeTo: number;
|
|
6687
|
+
limitNumberReplyCommentPerDayFrom: number;
|
|
6688
|
+
limitNumberReplyCommentPerDayTo: number;
|
|
6689
|
+
timeDelayReplyCommentFrom: number;
|
|
6690
|
+
timeDelayReplyCommentTo: number;
|
|
6691
|
+
isSkipUserNameNoneEnglish: boolean;
|
|
6692
|
+
isSkipReplyCommentsOnlyIcon: boolean;
|
|
6693
|
+
isTimeUs: boolean;
|
|
6694
|
+
isLikeCommentsPostOfMe: boolean;
|
|
6695
|
+
isReplyCommentsPostOfMe: boolean;
|
|
6338
6696
|
status: EStatusActive;
|
|
6339
6697
|
}
|
|
6340
6698
|
interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -6369,14 +6727,49 @@ interface FindOverViewInstagramSettingInteractReplyMessageDto {
|
|
|
6369
6727
|
statusActive: number;
|
|
6370
6728
|
statusInactive: number;
|
|
6371
6729
|
}
|
|
6372
|
-
interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto
|
|
6373
|
-
idea:
|
|
6374
|
-
|
|
6730
|
+
interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
|
|
6731
|
+
idea: {
|
|
6732
|
+
id: string;
|
|
6733
|
+
name: string;
|
|
6734
|
+
};
|
|
6735
|
+
niche: {
|
|
6736
|
+
id: string;
|
|
6737
|
+
name: string;
|
|
6738
|
+
};
|
|
6375
6739
|
type: ETypeManagerWorkClassify;
|
|
6376
|
-
pc:
|
|
6377
|
-
|
|
6378
|
-
|
|
6379
|
-
|
|
6740
|
+
pc: {
|
|
6741
|
+
id: string;
|
|
6742
|
+
name: string;
|
|
6743
|
+
};
|
|
6744
|
+
device: {
|
|
6745
|
+
id: string;
|
|
6746
|
+
name: string;
|
|
6747
|
+
};
|
|
6748
|
+
accountGroup: {
|
|
6749
|
+
id: string;
|
|
6750
|
+
name: string;
|
|
6751
|
+
};
|
|
6752
|
+
accountInfo: {
|
|
6753
|
+
id: string;
|
|
6754
|
+
name: string;
|
|
6755
|
+
nameAppCloneSocial: string;
|
|
6756
|
+
accountDeviceTypeAppClone: string;
|
|
6757
|
+
accountDeviceNameAppClone: string;
|
|
6758
|
+
};
|
|
6759
|
+
listRunTimes: Array<Array<string>>;
|
|
6760
|
+
dayOfWeeks: Array<string>;
|
|
6761
|
+
timeExecuteForOperationFrom: number;
|
|
6762
|
+
timeExecuteForOperationTo: number;
|
|
6763
|
+
timeDelayReplyMessageFrom: number;
|
|
6764
|
+
timeDelayReplyMessageTo: number;
|
|
6765
|
+
isTimeUs: boolean;
|
|
6766
|
+
isDeleteMessageUsername: boolean;
|
|
6767
|
+
isReplyAllMessageFromStories: boolean;
|
|
6768
|
+
isSkipUserNameNoneEnglish: boolean;
|
|
6769
|
+
isSkipReplyMessageIsImages: boolean;
|
|
6770
|
+
isSkipReplyIfHaveReplied: boolean;
|
|
6771
|
+
isSkipReplyIsLink: boolean;
|
|
6772
|
+
isSkipReplyIfOnlyIcons: boolean;
|
|
6380
6773
|
status: EStatusActive;
|
|
6381
6774
|
}
|
|
6382
6775
|
interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -6411,14 +6804,60 @@ interface FindOverViewInstagramSettingInteractStoryDto {
|
|
|
6411
6804
|
statusActive: number;
|
|
6412
6805
|
statusInactive: number;
|
|
6413
6806
|
}
|
|
6414
|
-
interface FindInstagramSettingInteractStoryDto extends IFindBaseDto
|
|
6415
|
-
idea:
|
|
6416
|
-
|
|
6807
|
+
interface FindInstagramSettingInteractStoryDto extends IFindBaseDto {
|
|
6808
|
+
idea: {
|
|
6809
|
+
id: string;
|
|
6810
|
+
name: string;
|
|
6811
|
+
};
|
|
6812
|
+
niche: {
|
|
6813
|
+
id: string;
|
|
6814
|
+
name: string;
|
|
6815
|
+
};
|
|
6417
6816
|
type: ETypeManagerWorkClassify;
|
|
6418
|
-
pc:
|
|
6419
|
-
|
|
6420
|
-
|
|
6421
|
-
|
|
6817
|
+
pc: {
|
|
6818
|
+
id: string;
|
|
6819
|
+
name: string;
|
|
6820
|
+
};
|
|
6821
|
+
device: {
|
|
6822
|
+
id: string;
|
|
6823
|
+
name: string;
|
|
6824
|
+
};
|
|
6825
|
+
accountGroup: {
|
|
6826
|
+
id: string;
|
|
6827
|
+
name: string;
|
|
6828
|
+
};
|
|
6829
|
+
accountInfo: {
|
|
6830
|
+
id: string;
|
|
6831
|
+
name: string;
|
|
6832
|
+
nameAppCloneSocial: string;
|
|
6833
|
+
accountDeviceTypeAppClone: string;
|
|
6834
|
+
accountDeviceNameAppClone: string;
|
|
6835
|
+
};
|
|
6836
|
+
dayOfWeeks: Array<string>;
|
|
6837
|
+
listRunTimes: Array<Array<string>>;
|
|
6838
|
+
timeExecuteForOperationFrom: number;
|
|
6839
|
+
timeExecuteForOperationTo: number;
|
|
6840
|
+
limitViewPerDayFrom: number;
|
|
6841
|
+
limitViewPerDayTo: number;
|
|
6842
|
+
increaseViewPerDayFrom: number;
|
|
6843
|
+
increaseViewPerDayTo: number;
|
|
6844
|
+
maxViewsPerDay: number;
|
|
6845
|
+
limitViewPerHourFrom: number;
|
|
6846
|
+
limitViewPerHourTo: number;
|
|
6847
|
+
increaseViewPerHourFrom: number;
|
|
6848
|
+
increaseViewPerHourTo: number;
|
|
6849
|
+
maxViewsPerHour: number;
|
|
6850
|
+
limitNumberPersonSendMessageFrom: number;
|
|
6851
|
+
limitNumberPersonSendMessageTo: number;
|
|
6852
|
+
timeDelaySendMessageFrom: number;
|
|
6853
|
+
timeDelaySendMessageTo: number;
|
|
6854
|
+
limitNumberLikeStoriesFrom: number;
|
|
6855
|
+
limitNumberLikeStoriesTo: number;
|
|
6856
|
+
timeDelayLikeStoryFrom: number;
|
|
6857
|
+
timeDelayLikeStoryTo: number;
|
|
6858
|
+
isTimeUs: boolean;
|
|
6859
|
+
isLikeStories: boolean;
|
|
6860
|
+
isSendMessageOnSheet: boolean;
|
|
6422
6861
|
status: EStatusActive;
|
|
6423
6862
|
}
|
|
6424
6863
|
interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -6453,14 +6892,55 @@ interface FindOverViewInstagramSettingInteractUnFollowDto {
|
|
|
6453
6892
|
statusActive: number;
|
|
6454
6893
|
statusInactive: number;
|
|
6455
6894
|
}
|
|
6456
|
-
interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto
|
|
6457
|
-
idea:
|
|
6458
|
-
|
|
6895
|
+
interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
|
|
6896
|
+
idea: {
|
|
6897
|
+
id: string;
|
|
6898
|
+
name: string;
|
|
6899
|
+
};
|
|
6900
|
+
niche: {
|
|
6901
|
+
id: string;
|
|
6902
|
+
name: string;
|
|
6903
|
+
};
|
|
6459
6904
|
type: ETypeManagerWorkClassify;
|
|
6460
|
-
pc:
|
|
6461
|
-
|
|
6462
|
-
|
|
6463
|
-
|
|
6905
|
+
pc: {
|
|
6906
|
+
id: string;
|
|
6907
|
+
name: string;
|
|
6908
|
+
};
|
|
6909
|
+
device: {
|
|
6910
|
+
id: string;
|
|
6911
|
+
name: string;
|
|
6912
|
+
};
|
|
6913
|
+
accountGroup: {
|
|
6914
|
+
id: string;
|
|
6915
|
+
name: string;
|
|
6916
|
+
};
|
|
6917
|
+
accountInfo: {
|
|
6918
|
+
id: string;
|
|
6919
|
+
name: string;
|
|
6920
|
+
nameAppCloneSocial: string;
|
|
6921
|
+
accountDeviceTypeAppClone: string;
|
|
6922
|
+
accountDeviceNameAppClone: string;
|
|
6923
|
+
};
|
|
6924
|
+
dayOfWeeks: Array<string>;
|
|
6925
|
+
listRunTimes: Array<Array<string>>;
|
|
6926
|
+
timeExecuteForOperationFrom: number;
|
|
6927
|
+
timeExecuteForOperationTo: number;
|
|
6928
|
+
limitUnFollowPerDayFrom: number;
|
|
6929
|
+
limitUnFollowPerDayTo: number;
|
|
6930
|
+
increaseUnFollowPerDayFrom: number;
|
|
6931
|
+
increaseUnFollowPerDayTo: number;
|
|
6932
|
+
maxUnFollowPerDay: number;
|
|
6933
|
+
limitUnFollowPerHourFrom: number;
|
|
6934
|
+
limitUnFollowPerHourTo: number;
|
|
6935
|
+
increaseUnFollowPerHourFrom: number;
|
|
6936
|
+
increaseUnFollowPerHourTo: number;
|
|
6937
|
+
maxUnFollowPerHour: number;
|
|
6938
|
+
timeDelayInteractPerOperatorFrom: number;
|
|
6939
|
+
timeDelayInteractPerOperatorTo: number;
|
|
6940
|
+
isTimeUs: boolean;
|
|
6941
|
+
isInteractBeforeUnFollow: boolean;
|
|
6942
|
+
numberInteractFrom: number;
|
|
6943
|
+
numberInteractTo: number;
|
|
6464
6944
|
status: EStatusActive;
|
|
6465
6945
|
}
|
|
6466
6946
|
interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -6495,14 +6975,35 @@ interface FindOverViewInstagramSettingPostDto {
|
|
|
6495
6975
|
statusActive: number;
|
|
6496
6976
|
statusInactive: number;
|
|
6497
6977
|
}
|
|
6498
|
-
interface FindInstagramSettingPostDto extends IFindBaseDto
|
|
6499
|
-
idea:
|
|
6500
|
-
|
|
6978
|
+
interface FindInstagramSettingPostDto extends IFindBaseDto {
|
|
6979
|
+
idea: {
|
|
6980
|
+
id: string;
|
|
6981
|
+
name: string;
|
|
6982
|
+
};
|
|
6983
|
+
niche: {
|
|
6984
|
+
id: string;
|
|
6985
|
+
name: string;
|
|
6986
|
+
};
|
|
6501
6987
|
type: ETypeManagerWorkClassify;
|
|
6502
|
-
pc:
|
|
6503
|
-
|
|
6504
|
-
|
|
6505
|
-
|
|
6988
|
+
pc: {
|
|
6989
|
+
id: string;
|
|
6990
|
+
name: string;
|
|
6991
|
+
};
|
|
6992
|
+
device: {
|
|
6993
|
+
id: string;
|
|
6994
|
+
name: string;
|
|
6995
|
+
};
|
|
6996
|
+
accountGroup: {
|
|
6997
|
+
id: string;
|
|
6998
|
+
name: string;
|
|
6999
|
+
};
|
|
7000
|
+
accountInfo: {
|
|
7001
|
+
id: string;
|
|
7002
|
+
name: string;
|
|
7003
|
+
nameAppCloneSocial: string;
|
|
7004
|
+
accountDeviceTypeAppClone: string;
|
|
7005
|
+
accountDeviceNameAppClone: string;
|
|
7006
|
+
};
|
|
6506
7007
|
listRunTimes: Array<{
|
|
6507
7008
|
typePost: TPost;
|
|
6508
7009
|
listTimes: Array<string>;
|
|
@@ -6599,6 +7100,34 @@ interface CreateTaskInstagramBlockUserDto extends Partial<ITaskInstagramBlockUse
|
|
|
6599
7100
|
interface UpdateTaskInstagramBlockUserDto extends Partial<ITaskInstagramBlockUser> {
|
|
6600
7101
|
}
|
|
6601
7102
|
interface FindTaskInstagramBlockUserDto extends IFindBaseDto, ITaskInstagramBlockUser {
|
|
7103
|
+
idea: {
|
|
7104
|
+
id: string;
|
|
7105
|
+
name: string;
|
|
7106
|
+
};
|
|
7107
|
+
niche: {
|
|
7108
|
+
id: string;
|
|
7109
|
+
name: string;
|
|
7110
|
+
};
|
|
7111
|
+
type: ETypeManagerWorkClassify;
|
|
7112
|
+
pc: {
|
|
7113
|
+
id: string;
|
|
7114
|
+
name: string;
|
|
7115
|
+
};
|
|
7116
|
+
device: {
|
|
7117
|
+
id: string;
|
|
7118
|
+
name: string;
|
|
7119
|
+
};
|
|
7120
|
+
accountGroup: {
|
|
7121
|
+
id: string;
|
|
7122
|
+
name: string;
|
|
7123
|
+
};
|
|
7124
|
+
accountInfo: {
|
|
7125
|
+
id: string;
|
|
7126
|
+
name: string;
|
|
7127
|
+
nameAppCloneSocial: string;
|
|
7128
|
+
accountDeviceTypeAppClone: string;
|
|
7129
|
+
accountDeviceNameAppClone: string;
|
|
7130
|
+
};
|
|
6602
7131
|
}
|
|
6603
7132
|
interface FilterTaskInstagramBlockUserDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6604
7133
|
idea: string[];
|
|
@@ -6642,6 +7171,34 @@ interface CreateTaskInstagramChangeInfoDto extends Partial<ITaskInstagramChangeI
|
|
|
6642
7171
|
interface UpdateTaskInstagramChangeInfoDto extends Partial<ITaskInstagramChangeInfo> {
|
|
6643
7172
|
}
|
|
6644
7173
|
interface FindTaskInstagramChangeInfoDto extends IFindBaseDto, ITaskInstagramChangeInfo {
|
|
7174
|
+
idea: {
|
|
7175
|
+
id: string;
|
|
7176
|
+
name: string;
|
|
7177
|
+
};
|
|
7178
|
+
niche: {
|
|
7179
|
+
id: string;
|
|
7180
|
+
name: string;
|
|
7181
|
+
};
|
|
7182
|
+
type: ETypeManagerWorkClassify;
|
|
7183
|
+
pc: {
|
|
7184
|
+
id: string;
|
|
7185
|
+
name: string;
|
|
7186
|
+
};
|
|
7187
|
+
device: {
|
|
7188
|
+
id: string;
|
|
7189
|
+
name: string;
|
|
7190
|
+
};
|
|
7191
|
+
accountGroup: {
|
|
7192
|
+
id: string;
|
|
7193
|
+
name: string;
|
|
7194
|
+
};
|
|
7195
|
+
accountInfo: {
|
|
7196
|
+
id: string;
|
|
7197
|
+
name: string;
|
|
7198
|
+
nameAppCloneSocial: string;
|
|
7199
|
+
accountDeviceTypeAppClone: string;
|
|
7200
|
+
accountDeviceNameAppClone: string;
|
|
7201
|
+
};
|
|
6645
7202
|
}
|
|
6646
7203
|
interface FilterTaskInstagramChangeInfoDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6647
7204
|
idea: string[];
|
|
@@ -6686,6 +7243,34 @@ interface CreateTaskInstagramFollowDto extends Partial<ITaskInstagramFollow> {
|
|
|
6686
7243
|
interface UpdateTaskInstagramFollowDto extends Partial<ITaskInstagramFollow> {
|
|
6687
7244
|
}
|
|
6688
7245
|
interface FindTaskInstagramFollowDto extends IFindBaseDto, ITaskInstagramFollow {
|
|
7246
|
+
idea: {
|
|
7247
|
+
id: string;
|
|
7248
|
+
name: string;
|
|
7249
|
+
};
|
|
7250
|
+
niche: {
|
|
7251
|
+
id: string;
|
|
7252
|
+
name: string;
|
|
7253
|
+
};
|
|
7254
|
+
type: ETypeManagerWorkClassify;
|
|
7255
|
+
pc: {
|
|
7256
|
+
id: string;
|
|
7257
|
+
name: string;
|
|
7258
|
+
};
|
|
7259
|
+
device: {
|
|
7260
|
+
id: string;
|
|
7261
|
+
name: string;
|
|
7262
|
+
};
|
|
7263
|
+
accountGroup: {
|
|
7264
|
+
id: string;
|
|
7265
|
+
name: string;
|
|
7266
|
+
};
|
|
7267
|
+
accountInfo: {
|
|
7268
|
+
id: string;
|
|
7269
|
+
name: string;
|
|
7270
|
+
nameAppCloneSocial: string;
|
|
7271
|
+
accountDeviceTypeAppClone: string;
|
|
7272
|
+
accountDeviceNameAppClone: string;
|
|
7273
|
+
};
|
|
6689
7274
|
}
|
|
6690
7275
|
interface FilterTaskInstagramFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6691
7276
|
idea: string[];
|
|
@@ -6829,14 +7414,35 @@ interface CreateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
|
|
|
6829
7414
|
}
|
|
6830
7415
|
interface UpdateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
|
|
6831
7416
|
}
|
|
6832
|
-
interface FindTaskInstagramPostDto extends IFindBaseDto
|
|
6833
|
-
idea:
|
|
6834
|
-
|
|
7417
|
+
interface FindTaskInstagramPostDto extends IFindBaseDto {
|
|
7418
|
+
idea: {
|
|
7419
|
+
id: string;
|
|
7420
|
+
name: string;
|
|
7421
|
+
};
|
|
7422
|
+
niche: {
|
|
7423
|
+
id: string;
|
|
7424
|
+
name: string;
|
|
7425
|
+
};
|
|
6835
7426
|
type: ETypeManagerWorkClassify;
|
|
6836
|
-
pc:
|
|
6837
|
-
|
|
6838
|
-
|
|
6839
|
-
|
|
7427
|
+
pc: {
|
|
7428
|
+
id: string;
|
|
7429
|
+
name: string;
|
|
7430
|
+
};
|
|
7431
|
+
device: {
|
|
7432
|
+
id: string;
|
|
7433
|
+
name: string;
|
|
7434
|
+
};
|
|
7435
|
+
accountGroup: {
|
|
7436
|
+
id: string;
|
|
7437
|
+
name: string;
|
|
7438
|
+
};
|
|
7439
|
+
accountInfo: {
|
|
7440
|
+
id: string;
|
|
7441
|
+
name: string;
|
|
7442
|
+
nameAppCloneSocial: string;
|
|
7443
|
+
accountDeviceTypeAppClone: string;
|
|
7444
|
+
accountDeviceNameAppClone: string;
|
|
7445
|
+
};
|
|
6840
7446
|
sstAccount: string;
|
|
6841
7447
|
accountID: string;
|
|
6842
7448
|
sheetUrl: string;
|