automation-lib 5.4.128 → 5.4.130
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 +720 -118
- package/dist/index.d.ts +720 -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,36 @@ 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>;
|
|
6213
6423
|
listRunTimes: Array<Array<string>>;
|
|
6214
6424
|
maxViewPerDay: number;
|
|
6215
6425
|
timeExecuteForOperationTo: number;
|
|
@@ -6259,14 +6469,35 @@ interface FindOverViewInstagramSettingInteractFollowDto {
|
|
|
6259
6469
|
statusActive: number;
|
|
6260
6470
|
statusInactive: number;
|
|
6261
6471
|
}
|
|
6262
|
-
interface FindInstagramSettingInteractFollowDto extends IFindBaseDto
|
|
6263
|
-
idea:
|
|
6264
|
-
|
|
6472
|
+
interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
|
|
6473
|
+
idea: {
|
|
6474
|
+
id: string;
|
|
6475
|
+
name: string;
|
|
6476
|
+
};
|
|
6477
|
+
niche: {
|
|
6478
|
+
id: string;
|
|
6479
|
+
name: string;
|
|
6480
|
+
};
|
|
6265
6481
|
type: ETypeManagerWorkClassify;
|
|
6266
|
-
pc:
|
|
6267
|
-
|
|
6268
|
-
|
|
6269
|
-
|
|
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
|
+
};
|
|
6270
6501
|
listRunTimes: Array<Array<string>>;
|
|
6271
6502
|
dayOfWeeks: Array<string>;
|
|
6272
6503
|
timeExecuteForOperationFrom: number;
|
|
@@ -6336,14 +6567,35 @@ interface FindOverViewInstagramSettingInteractReelDto {
|
|
|
6336
6567
|
statusActive: number;
|
|
6337
6568
|
statusInactive: number;
|
|
6338
6569
|
}
|
|
6339
|
-
interface FindInstagramSettingInteractReelDto extends IFindBaseDto
|
|
6340
|
-
idea:
|
|
6341
|
-
|
|
6570
|
+
interface FindInstagramSettingInteractReelDto extends IFindBaseDto {
|
|
6571
|
+
idea: {
|
|
6572
|
+
id: string;
|
|
6573
|
+
name: string;
|
|
6574
|
+
};
|
|
6575
|
+
niche: {
|
|
6576
|
+
id: string;
|
|
6577
|
+
name: string;
|
|
6578
|
+
};
|
|
6342
6579
|
type: ETypeManagerWorkClassify;
|
|
6343
|
-
pc:
|
|
6344
|
-
|
|
6345
|
-
|
|
6346
|
-
|
|
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
|
+
};
|
|
6347
6599
|
dayOfWeeks: Array<string>;
|
|
6348
6600
|
listRunTimes: Array<Array<string>>;
|
|
6349
6601
|
limitViewPerDayFrom: number;
|
|
@@ -6393,14 +6645,35 @@ interface FindOverViewInstagramSettingInteractReplyCommentDto {
|
|
|
6393
6645
|
statusActive: number;
|
|
6394
6646
|
statusInactive: number;
|
|
6395
6647
|
}
|
|
6396
|
-
interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto
|
|
6397
|
-
idea:
|
|
6398
|
-
|
|
6648
|
+
interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
|
|
6649
|
+
idea: {
|
|
6650
|
+
id: string;
|
|
6651
|
+
name: string;
|
|
6652
|
+
};
|
|
6653
|
+
niche: {
|
|
6654
|
+
id: string;
|
|
6655
|
+
name: string;
|
|
6656
|
+
};
|
|
6399
6657
|
type: ETypeManagerWorkClassify;
|
|
6400
|
-
pc:
|
|
6401
|
-
|
|
6402
|
-
|
|
6403
|
-
|
|
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
|
+
};
|
|
6404
6677
|
dayOfWeeks: Array<string>;
|
|
6405
6678
|
listRunTimes: Array<Array<string>>;
|
|
6406
6679
|
timeExecuteForOperationFrom: number;
|
|
@@ -6454,14 +6727,35 @@ interface FindOverViewInstagramSettingInteractReplyMessageDto {
|
|
|
6454
6727
|
statusActive: number;
|
|
6455
6728
|
statusInactive: number;
|
|
6456
6729
|
}
|
|
6457
|
-
interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto
|
|
6458
|
-
idea:
|
|
6459
|
-
|
|
6730
|
+
interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
|
|
6731
|
+
idea: {
|
|
6732
|
+
id: string;
|
|
6733
|
+
name: string;
|
|
6734
|
+
};
|
|
6735
|
+
niche: {
|
|
6736
|
+
id: string;
|
|
6737
|
+
name: string;
|
|
6738
|
+
};
|
|
6460
6739
|
type: ETypeManagerWorkClassify;
|
|
6461
|
-
pc:
|
|
6462
|
-
|
|
6463
|
-
|
|
6464
|
-
|
|
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
|
+
};
|
|
6465
6759
|
listRunTimes: Array<Array<string>>;
|
|
6466
6760
|
dayOfWeeks: Array<string>;
|
|
6467
6761
|
timeExecuteForOperationFrom: number;
|
|
@@ -6510,14 +6804,35 @@ interface FindOverViewInstagramSettingInteractStoryDto {
|
|
|
6510
6804
|
statusActive: number;
|
|
6511
6805
|
statusInactive: number;
|
|
6512
6806
|
}
|
|
6513
|
-
interface FindInstagramSettingInteractStoryDto extends IFindBaseDto
|
|
6514
|
-
idea:
|
|
6515
|
-
|
|
6807
|
+
interface FindInstagramSettingInteractStoryDto extends IFindBaseDto {
|
|
6808
|
+
idea: {
|
|
6809
|
+
id: string;
|
|
6810
|
+
name: string;
|
|
6811
|
+
};
|
|
6812
|
+
niche: {
|
|
6813
|
+
id: string;
|
|
6814
|
+
name: string;
|
|
6815
|
+
};
|
|
6516
6816
|
type: ETypeManagerWorkClassify;
|
|
6517
|
-
pc:
|
|
6518
|
-
|
|
6519
|
-
|
|
6520
|
-
|
|
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
|
+
};
|
|
6521
6836
|
dayOfWeeks: Array<string>;
|
|
6522
6837
|
listRunTimes: Array<Array<string>>;
|
|
6523
6838
|
timeExecuteForOperationFrom: number;
|
|
@@ -6577,14 +6892,35 @@ interface FindOverViewInstagramSettingInteractUnFollowDto {
|
|
|
6577
6892
|
statusActive: number;
|
|
6578
6893
|
statusInactive: number;
|
|
6579
6894
|
}
|
|
6580
|
-
interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto
|
|
6581
|
-
idea:
|
|
6582
|
-
|
|
6895
|
+
interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
|
|
6896
|
+
idea: {
|
|
6897
|
+
id: string;
|
|
6898
|
+
name: string;
|
|
6899
|
+
};
|
|
6900
|
+
niche: {
|
|
6901
|
+
id: string;
|
|
6902
|
+
name: string;
|
|
6903
|
+
};
|
|
6583
6904
|
type: ETypeManagerWorkClassify;
|
|
6584
|
-
pc:
|
|
6585
|
-
|
|
6586
|
-
|
|
6587
|
-
|
|
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
|
+
};
|
|
6588
6924
|
dayOfWeeks: Array<string>;
|
|
6589
6925
|
listRunTimes: Array<Array<string>>;
|
|
6590
6926
|
timeExecuteForOperationFrom: number;
|
|
@@ -6639,14 +6975,35 @@ interface FindOverViewInstagramSettingPostDto {
|
|
|
6639
6975
|
statusActive: number;
|
|
6640
6976
|
statusInactive: number;
|
|
6641
6977
|
}
|
|
6642
|
-
interface FindInstagramSettingPostDto extends IFindBaseDto
|
|
6643
|
-
idea:
|
|
6644
|
-
|
|
6978
|
+
interface FindInstagramSettingPostDto extends IFindBaseDto {
|
|
6979
|
+
idea: {
|
|
6980
|
+
id: string;
|
|
6981
|
+
name: string;
|
|
6982
|
+
};
|
|
6983
|
+
niche: {
|
|
6984
|
+
id: string;
|
|
6985
|
+
name: string;
|
|
6986
|
+
};
|
|
6645
6987
|
type: ETypeManagerWorkClassify;
|
|
6646
|
-
pc:
|
|
6647
|
-
|
|
6648
|
-
|
|
6649
|
-
|
|
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
|
+
};
|
|
6650
7007
|
listRunTimes: Array<{
|
|
6651
7008
|
typePost: TPost;
|
|
6652
7009
|
listTimes: Array<string>;
|
|
@@ -6743,6 +7100,34 @@ interface CreateTaskInstagramBlockUserDto extends Partial<ITaskInstagramBlockUse
|
|
|
6743
7100
|
interface UpdateTaskInstagramBlockUserDto extends Partial<ITaskInstagramBlockUser> {
|
|
6744
7101
|
}
|
|
6745
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
|
+
};
|
|
6746
7131
|
}
|
|
6747
7132
|
interface FilterTaskInstagramBlockUserDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6748
7133
|
idea: string[];
|
|
@@ -6786,6 +7171,34 @@ interface CreateTaskInstagramChangeInfoDto extends Partial<ITaskInstagramChangeI
|
|
|
6786
7171
|
interface UpdateTaskInstagramChangeInfoDto extends Partial<ITaskInstagramChangeInfo> {
|
|
6787
7172
|
}
|
|
6788
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
|
+
};
|
|
6789
7202
|
}
|
|
6790
7203
|
interface FilterTaskInstagramChangeInfoDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6791
7204
|
idea: string[];
|
|
@@ -6830,6 +7243,34 @@ interface CreateTaskInstagramFollowDto extends Partial<ITaskInstagramFollow> {
|
|
|
6830
7243
|
interface UpdateTaskInstagramFollowDto extends Partial<ITaskInstagramFollow> {
|
|
6831
7244
|
}
|
|
6832
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
|
+
};
|
|
6833
7274
|
}
|
|
6834
7275
|
interface FilterTaskInstagramFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6835
7276
|
idea: string[];
|
|
@@ -6874,6 +7315,34 @@ interface CreateTaskInstagramReplyCommentDto extends Partial<ITaskInstagramReply
|
|
|
6874
7315
|
interface UpdateTaskInstagramReplyCommentDto extends Partial<ITaskInstagramReplyComment> {
|
|
6875
7316
|
}
|
|
6876
7317
|
interface FindTaskInstagramReplyCommentDto extends IFindBaseDto, ITaskInstagramReplyComment {
|
|
7318
|
+
idea: {
|
|
7319
|
+
id: string;
|
|
7320
|
+
name: string;
|
|
7321
|
+
};
|
|
7322
|
+
niche: {
|
|
7323
|
+
id: string;
|
|
7324
|
+
name: string;
|
|
7325
|
+
};
|
|
7326
|
+
type: ETypeManagerWorkClassify;
|
|
7327
|
+
pc: {
|
|
7328
|
+
id: string;
|
|
7329
|
+
name: string;
|
|
7330
|
+
};
|
|
7331
|
+
device: {
|
|
7332
|
+
id: string;
|
|
7333
|
+
name: string;
|
|
7334
|
+
};
|
|
7335
|
+
accountGroup: {
|
|
7336
|
+
id: string;
|
|
7337
|
+
name: string;
|
|
7338
|
+
};
|
|
7339
|
+
accountInfo: {
|
|
7340
|
+
id: string;
|
|
7341
|
+
name: string;
|
|
7342
|
+
nameAppCloneSocial: string;
|
|
7343
|
+
accountDeviceTypeAppClone: string;
|
|
7344
|
+
accountDeviceNameAppClone: string;
|
|
7345
|
+
};
|
|
6877
7346
|
}
|
|
6878
7347
|
interface FilterTaskInstagramReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6879
7348
|
idea: string[];
|
|
@@ -6918,6 +7387,34 @@ interface CreateTaskInstagramReplyMessageDto extends Partial<ITaskInstagramReply
|
|
|
6918
7387
|
interface UpdateTaskInstagramReplyMessageDto extends Partial<ITaskInstagramReplyMessage> {
|
|
6919
7388
|
}
|
|
6920
7389
|
interface FindTaskInstagramReplyMessageDto extends IFindBaseDto, ITaskInstagramReplyMessage {
|
|
7390
|
+
idea: {
|
|
7391
|
+
id: string;
|
|
7392
|
+
name: string;
|
|
7393
|
+
};
|
|
7394
|
+
niche: {
|
|
7395
|
+
id: string;
|
|
7396
|
+
name: string;
|
|
7397
|
+
};
|
|
7398
|
+
type: ETypeManagerWorkClassify;
|
|
7399
|
+
pc: {
|
|
7400
|
+
id: string;
|
|
7401
|
+
name: string;
|
|
7402
|
+
};
|
|
7403
|
+
device: {
|
|
7404
|
+
id: string;
|
|
7405
|
+
name: string;
|
|
7406
|
+
};
|
|
7407
|
+
accountGroup: {
|
|
7408
|
+
id: string;
|
|
7409
|
+
name: string;
|
|
7410
|
+
};
|
|
7411
|
+
accountInfo: {
|
|
7412
|
+
id: string;
|
|
7413
|
+
name: string;
|
|
7414
|
+
nameAppCloneSocial: string;
|
|
7415
|
+
accountDeviceTypeAppClone: string;
|
|
7416
|
+
accountDeviceNameAppClone: string;
|
|
7417
|
+
};
|
|
6921
7418
|
}
|
|
6922
7419
|
interface FilterTaskInstagramReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6923
7420
|
idea: string[];
|
|
@@ -6973,14 +7470,35 @@ interface CreateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
|
|
|
6973
7470
|
}
|
|
6974
7471
|
interface UpdateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
|
|
6975
7472
|
}
|
|
6976
|
-
interface FindTaskInstagramPostDto extends IFindBaseDto
|
|
6977
|
-
idea:
|
|
6978
|
-
|
|
7473
|
+
interface FindTaskInstagramPostDto extends IFindBaseDto {
|
|
7474
|
+
idea: {
|
|
7475
|
+
id: string;
|
|
7476
|
+
name: string;
|
|
7477
|
+
};
|
|
7478
|
+
niche: {
|
|
7479
|
+
id: string;
|
|
7480
|
+
name: string;
|
|
7481
|
+
};
|
|
6979
7482
|
type: ETypeManagerWorkClassify;
|
|
6980
|
-
pc:
|
|
6981
|
-
|
|
6982
|
-
|
|
6983
|
-
|
|
7483
|
+
pc: {
|
|
7484
|
+
id: string;
|
|
7485
|
+
name: string;
|
|
7486
|
+
};
|
|
7487
|
+
device: {
|
|
7488
|
+
id: string;
|
|
7489
|
+
name: string;
|
|
7490
|
+
};
|
|
7491
|
+
accountGroup: {
|
|
7492
|
+
id: string;
|
|
7493
|
+
name: string;
|
|
7494
|
+
};
|
|
7495
|
+
accountInfo: {
|
|
7496
|
+
id: string;
|
|
7497
|
+
name: string;
|
|
7498
|
+
nameAppCloneSocial: string;
|
|
7499
|
+
accountDeviceTypeAppClone: string;
|
|
7500
|
+
accountDeviceNameAppClone: string;
|
|
7501
|
+
};
|
|
6984
7502
|
sstAccount: string;
|
|
6985
7503
|
accountID: string;
|
|
6986
7504
|
sheetUrl: string;
|
|
@@ -7115,6 +7633,34 @@ interface CreateTaskInstagramInteractExploreDto extends Partial<ITaskInstagramIn
|
|
|
7115
7633
|
interface UpdateTaskInstagramInteractExploreDto extends Partial<ITaskInstagramInteractExplore> {
|
|
7116
7634
|
}
|
|
7117
7635
|
interface FindTaskInstagramInteractExploreDto extends IFindBaseDto, ITaskInstagramInteractExplore {
|
|
7636
|
+
idea: {
|
|
7637
|
+
id: string;
|
|
7638
|
+
name: string;
|
|
7639
|
+
};
|
|
7640
|
+
niche: {
|
|
7641
|
+
id: string;
|
|
7642
|
+
name: string;
|
|
7643
|
+
};
|
|
7644
|
+
type: ETypeManagerWorkClassify;
|
|
7645
|
+
pc: {
|
|
7646
|
+
id: string;
|
|
7647
|
+
name: string;
|
|
7648
|
+
};
|
|
7649
|
+
device: {
|
|
7650
|
+
id: string;
|
|
7651
|
+
name: string;
|
|
7652
|
+
};
|
|
7653
|
+
accountGroup: {
|
|
7654
|
+
id: string;
|
|
7655
|
+
name: string;
|
|
7656
|
+
};
|
|
7657
|
+
accountInfo: {
|
|
7658
|
+
id: string;
|
|
7659
|
+
name: string;
|
|
7660
|
+
nameAppCloneSocial: string;
|
|
7661
|
+
accountDeviceTypeAppClone: string;
|
|
7662
|
+
accountDeviceNameAppClone: string;
|
|
7663
|
+
};
|
|
7118
7664
|
}
|
|
7119
7665
|
interface FilterTaskInstagramInteractExploreDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7120
7666
|
idea: string[];
|
|
@@ -7158,6 +7704,34 @@ interface CreateTaskInstagramInteractReelDto extends Partial<ITaskInstagramInter
|
|
|
7158
7704
|
interface UpdateTaskInstagramInteractReelDto extends Partial<ITaskInstagramInteractReel> {
|
|
7159
7705
|
}
|
|
7160
7706
|
interface FindTaskInstagramInteractReelDto extends IFindBaseDto, ITaskInstagramInteractReel {
|
|
7707
|
+
idea: {
|
|
7708
|
+
id: string;
|
|
7709
|
+
name: string;
|
|
7710
|
+
};
|
|
7711
|
+
niche: {
|
|
7712
|
+
id: string;
|
|
7713
|
+
name: string;
|
|
7714
|
+
};
|
|
7715
|
+
type: ETypeManagerWorkClassify;
|
|
7716
|
+
pc: {
|
|
7717
|
+
id: string;
|
|
7718
|
+
name: string;
|
|
7719
|
+
};
|
|
7720
|
+
device: {
|
|
7721
|
+
id: string;
|
|
7722
|
+
name: string;
|
|
7723
|
+
};
|
|
7724
|
+
accountGroup: {
|
|
7725
|
+
id: string;
|
|
7726
|
+
name: string;
|
|
7727
|
+
};
|
|
7728
|
+
accountInfo: {
|
|
7729
|
+
id: string;
|
|
7730
|
+
name: string;
|
|
7731
|
+
nameAppCloneSocial: string;
|
|
7732
|
+
accountDeviceTypeAppClone: string;
|
|
7733
|
+
accountDeviceNameAppClone: string;
|
|
7734
|
+
};
|
|
7161
7735
|
}
|
|
7162
7736
|
interface FilterTaskInstagramInteractReelDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7163
7737
|
idea: string[];
|
|
@@ -7201,6 +7775,34 @@ interface CreateTaskInstagramInteractStoryDto extends Partial<ITaskInstagramInte
|
|
|
7201
7775
|
interface UpdateTaskInstagramInteractStoryDto extends Partial<ITaskInstagramInteractStory> {
|
|
7202
7776
|
}
|
|
7203
7777
|
interface FindTaskInstagramInteractStoryDto extends IFindBaseDto, ITaskInstagramInteractStory {
|
|
7778
|
+
idea: {
|
|
7779
|
+
id: string;
|
|
7780
|
+
name: string;
|
|
7781
|
+
};
|
|
7782
|
+
niche: {
|
|
7783
|
+
id: string;
|
|
7784
|
+
name: string;
|
|
7785
|
+
};
|
|
7786
|
+
type: ETypeManagerWorkClassify;
|
|
7787
|
+
pc: {
|
|
7788
|
+
id: string;
|
|
7789
|
+
name: string;
|
|
7790
|
+
};
|
|
7791
|
+
device: {
|
|
7792
|
+
id: string;
|
|
7793
|
+
name: string;
|
|
7794
|
+
};
|
|
7795
|
+
accountGroup: {
|
|
7796
|
+
id: string;
|
|
7797
|
+
name: string;
|
|
7798
|
+
};
|
|
7799
|
+
accountInfo: {
|
|
7800
|
+
id: string;
|
|
7801
|
+
name: string;
|
|
7802
|
+
nameAppCloneSocial: string;
|
|
7803
|
+
accountDeviceTypeAppClone: string;
|
|
7804
|
+
accountDeviceNameAppClone: string;
|
|
7805
|
+
};
|
|
7204
7806
|
}
|
|
7205
7807
|
interface FilterTaskInstagramInteractStoryDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7206
7808
|
idea: string[];
|