automation-lib 5.4.128 → 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.
Files changed (3) hide show
  1. package/dist/index.d.mts +580 -118
  2. package/dist/index.d.ts +580 -118
  3. 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: string;
3513
- niche: string;
3512
+ idea: {
3513
+ id: string;
3514
+ name: string;
3515
+ };
3516
+ niche: {
3517
+ id: string;
3518
+ name: string;
3519
+ };
3514
3520
  type: ETypeManagerWorkClassify;
3515
- pc: string;
3516
- device: string;
3517
- accountGroup: string;
3518
- account: string;
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: string;
3734
- niche: string;
3754
+ idea: {
3755
+ id: string;
3756
+ name: string;
3757
+ };
3758
+ niche: {
3759
+ id: string;
3760
+ name: string;
3761
+ };
3735
3762
  type: ETypeManagerWorkClassify;
3736
- pc: string;
3737
- device: string;
3738
- accountGroup: string;
3739
- account: string;
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: string;
3776
- niche: string;
3817
+ idea: {
3818
+ id: string;
3819
+ name: string;
3820
+ };
3821
+ niche: {
3822
+ id: string;
3823
+ name: string;
3824
+ };
3777
3825
  type: ETypeManagerWorkClassify;
3778
- pc: string;
3779
- device: string;
3780
- accountGroup: string;
3781
- account: string;
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: string;
3818
- niche: string;
3880
+ idea: {
3881
+ id: string;
3882
+ name: string;
3883
+ };
3884
+ niche: {
3885
+ id: string;
3886
+ name: string;
3887
+ };
3819
3888
  type: ETypeManagerWorkClassify;
3820
- pc: string;
3821
- device: string;
3822
- accountGroup: string;
3823
- account: string;
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: string;
3860
- niche: string;
3943
+ idea: {
3944
+ id: string;
3945
+ name: string;
3946
+ };
3947
+ niche: {
3948
+ id: string;
3949
+ name: string;
3950
+ };
3861
3951
  type: ETypeManagerWorkClassify;
3862
- pc: string;
3863
- device: string;
3864
- accountGroup: string;
3865
- account: string;
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: string;
3902
- niche: string;
4006
+ idea: {
4007
+ id: string;
4008
+ name: string;
4009
+ };
4010
+ niche: {
4011
+ id: string;
4012
+ name: string;
4013
+ };
3903
4014
  type: ETypeManagerWorkClassify;
3904
- pc: string;
3905
- device: string;
3906
- accountGroup: string;
3907
- account: string;
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: string;
5589
- niche: string;
5714
+ idea: {
5715
+ id: string;
5716
+ name: string;
5717
+ };
5718
+ niche: {
5719
+ id: string;
5720
+ name: string;
5721
+ };
5590
5722
  type: ETypeManagerWorkClassify;
5591
- pc: string;
5592
- device: string;
5593
- accountGroup: string;
5594
- account: string;
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: string;
5654
- niche: string;
5800
+ idea: {
5801
+ id: string;
5802
+ name: string;
5803
+ };
5804
+ niche: {
5805
+ id: string;
5806
+ name: string;
5807
+ };
5655
5808
  type: ETypeManagerWorkClassify;
5656
- pc: string;
5657
- device: string;
5658
- accountGroup: string;
5659
- account: string;
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: string;
5704
- niche: string;
5871
+ idea: {
5872
+ id: string;
5873
+ name: string;
5874
+ };
5875
+ niche: {
5876
+ id: string;
5877
+ name: string;
5878
+ };
5705
5879
  type: ETypeManagerWorkClassify;
5706
- pc: string;
5707
- device: string;
5708
- accountGroup: string;
5709
- account: string;
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, IInstagramSettingInteractExplore {
6205
- idea: string;
6206
- niche: string;
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: string;
6209
- device: string;
6210
- accountGroup: string;
6211
- account: string;
6212
- dayOfWeeks: Array<string>;
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, IInstagramSettingInteractFollow {
6263
- idea: string;
6264
- niche: string;
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: string;
6267
- device: string;
6268
- accountGroup: string;
6269
- account: string;
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, IInstagramSettingInteractReel {
6340
- idea: string;
6341
- niche: string;
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: string;
6344
- device: string;
6345
- accountGroup: string;
6346
- account: string;
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, IInstagramSettingInteractReplyComment {
6397
- idea: string;
6398
- niche: string;
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: string;
6401
- device: string;
6402
- accountGroup: string;
6403
- account: string;
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, IInstagramSettingInteractReplyMessage {
6458
- idea: string;
6459
- niche: string;
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: string;
6462
- device: string;
6463
- accountGroup: string;
6464
- account: string;
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, IInstagramSettingInteractStory {
6514
- idea: string;
6515
- niche: string;
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: string;
6518
- device: string;
6519
- accountGroup: string;
6520
- account: string;
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, IInstagramSettingInteractUnFollow {
6581
- idea: string;
6582
- niche: string;
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: string;
6585
- device: string;
6586
- accountGroup: string;
6587
- account: string;
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, IInstagramSettingPost {
6643
- idea: string;
6644
- niche: string;
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: string;
6647
- device: string;
6648
- accountGroup: string;
6649
- account: string;
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[];
@@ -6973,14 +7414,35 @@ interface CreateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
6973
7414
  }
6974
7415
  interface UpdateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
6975
7416
  }
6976
- interface FindTaskInstagramPostDto extends IFindBaseDto, ITaskInstagramPost {
6977
- idea: string;
6978
- niche: string;
7417
+ interface FindTaskInstagramPostDto extends IFindBaseDto {
7418
+ idea: {
7419
+ id: string;
7420
+ name: string;
7421
+ };
7422
+ niche: {
7423
+ id: string;
7424
+ name: string;
7425
+ };
6979
7426
  type: ETypeManagerWorkClassify;
6980
- pc: string;
6981
- device: string;
6982
- accountGroup: string;
6983
- account: string;
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
+ };
6984
7446
  sstAccount: string;
6985
7447
  accountID: string;
6986
7448
  sheetUrl: string;