automation-lib 5.4.26 → 5.4.27
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 +26 -8
- package/dist/index.d.ts +26 -8
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3475,6 +3475,7 @@ interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
|
|
|
3475
3475
|
device: string;
|
|
3476
3476
|
accountGroup: string;
|
|
3477
3477
|
account: string;
|
|
3478
|
+
status: EStatusActive;
|
|
3478
3479
|
}
|
|
3479
3480
|
interface FilterThreadsSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
3480
3481
|
idea: string[];
|
|
@@ -3484,6 +3485,7 @@ interface FilterThreadsSettingPostDto extends IFilterBaseDto, IFilterBaseAccount
|
|
|
3484
3485
|
device: string[];
|
|
3485
3486
|
accountGroup: string[];
|
|
3486
3487
|
account: string[];
|
|
3488
|
+
status: EStatusActive[];
|
|
3487
3489
|
}
|
|
3488
3490
|
|
|
3489
3491
|
interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSettingInteractFollow {
|
|
@@ -3494,6 +3496,7 @@ interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSett
|
|
|
3494
3496
|
device: string;
|
|
3495
3497
|
accountGroup: string;
|
|
3496
3498
|
account: string;
|
|
3499
|
+
status: EStatusActive;
|
|
3497
3500
|
}
|
|
3498
3501
|
interface FilterThreadsSettingInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
3499
3502
|
idea: string[];
|
|
@@ -3503,6 +3506,7 @@ interface FilterThreadsSettingInteractFollowDto extends IFilterBaseDto, IFilterB
|
|
|
3503
3506
|
device: string[];
|
|
3504
3507
|
accountGroup: string[];
|
|
3505
3508
|
account: string[];
|
|
3509
|
+
status: EStatusActive[];
|
|
3506
3510
|
}
|
|
3507
3511
|
|
|
3508
3512
|
interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSettingInteractUnFollow {
|
|
@@ -3513,6 +3517,7 @@ interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSe
|
|
|
3513
3517
|
device: string;
|
|
3514
3518
|
accountGroup: string;
|
|
3515
3519
|
account: string;
|
|
3520
|
+
status: EStatusActive;
|
|
3516
3521
|
}
|
|
3517
3522
|
interface FilterThreadsSettingInteractUnFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
3518
3523
|
idea: string[];
|
|
@@ -3522,6 +3527,7 @@ interface FilterThreadsSettingInteractUnFollowDto extends IFilterBaseDto, IFilte
|
|
|
3522
3527
|
device: string[];
|
|
3523
3528
|
accountGroup: string[];
|
|
3524
3529
|
account: string[];
|
|
3530
|
+
status: EStatusActive[];
|
|
3525
3531
|
}
|
|
3526
3532
|
|
|
3527
3533
|
interface FindThreadsSettingInteractReplyCommentDto extends IFindBaseDto, IThreadsSettingInteractReplyComment {
|
|
@@ -3532,6 +3538,7 @@ interface FindThreadsSettingInteractReplyCommentDto extends IFindBaseDto, IThrea
|
|
|
3532
3538
|
device: string;
|
|
3533
3539
|
accountGroup: string;
|
|
3534
3540
|
account: string;
|
|
3541
|
+
status: EStatusActive;
|
|
3535
3542
|
}
|
|
3536
3543
|
interface FilterThreadsSettingInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
3537
3544
|
idea: string[];
|
|
@@ -3541,6 +3548,7 @@ interface FilterThreadsSettingInteractReplyCommentDto extends IFilterBaseDto, IF
|
|
|
3541
3548
|
device: string[];
|
|
3542
3549
|
accountGroup: string[];
|
|
3543
3550
|
account: string[];
|
|
3551
|
+
status: EStatusActive[];
|
|
3544
3552
|
}
|
|
3545
3553
|
|
|
3546
3554
|
interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThreadsSettingInteractReplyMessage {
|
|
@@ -3551,6 +3559,7 @@ interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThrea
|
|
|
3551
3559
|
device: string;
|
|
3552
3560
|
accountGroup: string;
|
|
3553
3561
|
account: string;
|
|
3562
|
+
status: EStatusActive;
|
|
3554
3563
|
}
|
|
3555
3564
|
interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
3556
3565
|
idea: string[];
|
|
@@ -3560,6 +3569,7 @@ interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, IF
|
|
|
3560
3569
|
device: string[];
|
|
3561
3570
|
accountGroup: string[];
|
|
3562
3571
|
account: string[];
|
|
3572
|
+
status: EStatusActive[];
|
|
3563
3573
|
}
|
|
3564
3574
|
|
|
3565
3575
|
interface FindOverViewTaskThreadsPostDto {
|
|
@@ -5723,6 +5733,7 @@ interface FindInstagramSettingInteractExploreDto extends IFindBaseDto, IInstagra
|
|
|
5723
5733
|
device: string;
|
|
5724
5734
|
accountGroup: string;
|
|
5725
5735
|
account: string;
|
|
5736
|
+
status: EStatusActive;
|
|
5726
5737
|
}
|
|
5727
5738
|
interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5728
5739
|
idea: string[];
|
|
@@ -5732,7 +5743,7 @@ interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilt
|
|
|
5732
5743
|
device: string[];
|
|
5733
5744
|
accountGroup: string[];
|
|
5734
5745
|
account: string[];
|
|
5735
|
-
status: EStatusActive;
|
|
5746
|
+
status: EStatusActive[];
|
|
5736
5747
|
}
|
|
5737
5748
|
|
|
5738
5749
|
interface FindInstagramSettingInteractFollowDto extends IFindBaseDto, IInstagramSettingInteractFollow {
|
|
@@ -5743,6 +5754,7 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto, IInstagram
|
|
|
5743
5754
|
device: string;
|
|
5744
5755
|
accountGroup: string;
|
|
5745
5756
|
account: string;
|
|
5757
|
+
status: EStatusActive;
|
|
5746
5758
|
}
|
|
5747
5759
|
interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5748
5760
|
idea: string[];
|
|
@@ -5752,7 +5764,7 @@ interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilte
|
|
|
5752
5764
|
device: string[];
|
|
5753
5765
|
accountGroup: string[];
|
|
5754
5766
|
account: string[];
|
|
5755
|
-
status: EStatusActive;
|
|
5767
|
+
status: EStatusActive[];
|
|
5756
5768
|
}
|
|
5757
5769
|
|
|
5758
5770
|
interface FindInstagramSettingInteractReelDto extends IFindBaseDto, IInstagramSettingInteractReel {
|
|
@@ -5763,6 +5775,7 @@ interface FindInstagramSettingInteractReelDto extends IFindBaseDto, IInstagramSe
|
|
|
5763
5775
|
device: string;
|
|
5764
5776
|
accountGroup: string;
|
|
5765
5777
|
account: string;
|
|
5778
|
+
status: EStatusActive;
|
|
5766
5779
|
}
|
|
5767
5780
|
interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5768
5781
|
idea: string[];
|
|
@@ -5772,7 +5785,7 @@ interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterB
|
|
|
5772
5785
|
device: string[];
|
|
5773
5786
|
accountGroup: string[];
|
|
5774
5787
|
account: string[];
|
|
5775
|
-
status: EStatusActive;
|
|
5788
|
+
status: EStatusActive[];
|
|
5776
5789
|
}
|
|
5777
5790
|
|
|
5778
5791
|
interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto, IInstagramSettingInteractReplyComment {
|
|
@@ -5783,6 +5796,7 @@ interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto, IIns
|
|
|
5783
5796
|
device: string;
|
|
5784
5797
|
accountGroup: string;
|
|
5785
5798
|
account: string;
|
|
5799
|
+
status: EStatusActive;
|
|
5786
5800
|
}
|
|
5787
5801
|
interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5788
5802
|
idea: string[];
|
|
@@ -5792,7 +5806,7 @@ interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto,
|
|
|
5792
5806
|
device: string[];
|
|
5793
5807
|
accountGroup: string[];
|
|
5794
5808
|
account: string[];
|
|
5795
|
-
status: EStatusActive;
|
|
5809
|
+
status: EStatusActive[];
|
|
5796
5810
|
}
|
|
5797
5811
|
|
|
5798
5812
|
interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto, IInstagramSettingInteractReplyMessage {
|
|
@@ -5803,6 +5817,7 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto, IIns
|
|
|
5803
5817
|
device: string;
|
|
5804
5818
|
accountGroup: string;
|
|
5805
5819
|
account: string;
|
|
5820
|
+
status: EStatusActive;
|
|
5806
5821
|
}
|
|
5807
5822
|
interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5808
5823
|
idea: string[];
|
|
@@ -5812,7 +5827,7 @@ interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto,
|
|
|
5812
5827
|
device: string[];
|
|
5813
5828
|
accountGroup: string[];
|
|
5814
5829
|
account: string[];
|
|
5815
|
-
status: EStatusActive;
|
|
5830
|
+
status: EStatusActive[];
|
|
5816
5831
|
}
|
|
5817
5832
|
|
|
5818
5833
|
interface FindInstagramSettingInteractStoryDto extends IFindBaseDto, IInstagramSettingInteractStory {
|
|
@@ -5823,6 +5838,7 @@ interface FindInstagramSettingInteractStoryDto extends IFindBaseDto, IInstagramS
|
|
|
5823
5838
|
device: string;
|
|
5824
5839
|
accountGroup: string;
|
|
5825
5840
|
account: string;
|
|
5841
|
+
status: EStatusActive;
|
|
5826
5842
|
}
|
|
5827
5843
|
interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5828
5844
|
idea: string[];
|
|
@@ -5832,7 +5848,7 @@ interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilter
|
|
|
5832
5848
|
device: string[];
|
|
5833
5849
|
accountGroup: string[];
|
|
5834
5850
|
account: string[];
|
|
5835
|
-
status: EStatusActive;
|
|
5851
|
+
status: EStatusActive[];
|
|
5836
5852
|
}
|
|
5837
5853
|
|
|
5838
5854
|
interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto, IInstagramSettingInteractUnFollow {
|
|
@@ -5843,6 +5859,7 @@ interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto, IInstagr
|
|
|
5843
5859
|
device: string;
|
|
5844
5860
|
accountGroup: string;
|
|
5845
5861
|
account: string;
|
|
5862
|
+
status: EStatusActive;
|
|
5846
5863
|
}
|
|
5847
5864
|
interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5848
5865
|
idea: string[];
|
|
@@ -5852,7 +5869,7 @@ interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFil
|
|
|
5852
5869
|
device: string[];
|
|
5853
5870
|
accountGroup: string[];
|
|
5854
5871
|
account: string[];
|
|
5855
|
-
status: EStatusActive;
|
|
5872
|
+
status: EStatusActive[];
|
|
5856
5873
|
}
|
|
5857
5874
|
|
|
5858
5875
|
interface FindInstagramSettingPostDto extends IFindBaseDto, IInstagramSettingPost {
|
|
@@ -5863,6 +5880,7 @@ interface FindInstagramSettingPostDto extends IFindBaseDto, IInstagramSettingPos
|
|
|
5863
5880
|
device: string;
|
|
5864
5881
|
accountGroup: string;
|
|
5865
5882
|
account: string;
|
|
5883
|
+
status: EStatusActive;
|
|
5866
5884
|
}
|
|
5867
5885
|
interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5868
5886
|
idea: string[];
|
|
@@ -5872,7 +5890,7 @@ interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccou
|
|
|
5872
5890
|
device: string[];
|
|
5873
5891
|
accountGroup: string[];
|
|
5874
5892
|
account: string[];
|
|
5875
|
-
status: EStatusActive;
|
|
5893
|
+
status: EStatusActive[];
|
|
5876
5894
|
}
|
|
5877
5895
|
|
|
5878
5896
|
interface AutoFillTaskInstagramBlockUserDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -3475,6 +3475,7 @@ interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
|
|
|
3475
3475
|
device: string;
|
|
3476
3476
|
accountGroup: string;
|
|
3477
3477
|
account: string;
|
|
3478
|
+
status: EStatusActive;
|
|
3478
3479
|
}
|
|
3479
3480
|
interface FilterThreadsSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
3480
3481
|
idea: string[];
|
|
@@ -3484,6 +3485,7 @@ interface FilterThreadsSettingPostDto extends IFilterBaseDto, IFilterBaseAccount
|
|
|
3484
3485
|
device: string[];
|
|
3485
3486
|
accountGroup: string[];
|
|
3486
3487
|
account: string[];
|
|
3488
|
+
status: EStatusActive[];
|
|
3487
3489
|
}
|
|
3488
3490
|
|
|
3489
3491
|
interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSettingInteractFollow {
|
|
@@ -3494,6 +3496,7 @@ interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSett
|
|
|
3494
3496
|
device: string;
|
|
3495
3497
|
accountGroup: string;
|
|
3496
3498
|
account: string;
|
|
3499
|
+
status: EStatusActive;
|
|
3497
3500
|
}
|
|
3498
3501
|
interface FilterThreadsSettingInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
3499
3502
|
idea: string[];
|
|
@@ -3503,6 +3506,7 @@ interface FilterThreadsSettingInteractFollowDto extends IFilterBaseDto, IFilterB
|
|
|
3503
3506
|
device: string[];
|
|
3504
3507
|
accountGroup: string[];
|
|
3505
3508
|
account: string[];
|
|
3509
|
+
status: EStatusActive[];
|
|
3506
3510
|
}
|
|
3507
3511
|
|
|
3508
3512
|
interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSettingInteractUnFollow {
|
|
@@ -3513,6 +3517,7 @@ interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSe
|
|
|
3513
3517
|
device: string;
|
|
3514
3518
|
accountGroup: string;
|
|
3515
3519
|
account: string;
|
|
3520
|
+
status: EStatusActive;
|
|
3516
3521
|
}
|
|
3517
3522
|
interface FilterThreadsSettingInteractUnFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
3518
3523
|
idea: string[];
|
|
@@ -3522,6 +3527,7 @@ interface FilterThreadsSettingInteractUnFollowDto extends IFilterBaseDto, IFilte
|
|
|
3522
3527
|
device: string[];
|
|
3523
3528
|
accountGroup: string[];
|
|
3524
3529
|
account: string[];
|
|
3530
|
+
status: EStatusActive[];
|
|
3525
3531
|
}
|
|
3526
3532
|
|
|
3527
3533
|
interface FindThreadsSettingInteractReplyCommentDto extends IFindBaseDto, IThreadsSettingInteractReplyComment {
|
|
@@ -3532,6 +3538,7 @@ interface FindThreadsSettingInteractReplyCommentDto extends IFindBaseDto, IThrea
|
|
|
3532
3538
|
device: string;
|
|
3533
3539
|
accountGroup: string;
|
|
3534
3540
|
account: string;
|
|
3541
|
+
status: EStatusActive;
|
|
3535
3542
|
}
|
|
3536
3543
|
interface FilterThreadsSettingInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
3537
3544
|
idea: string[];
|
|
@@ -3541,6 +3548,7 @@ interface FilterThreadsSettingInteractReplyCommentDto extends IFilterBaseDto, IF
|
|
|
3541
3548
|
device: string[];
|
|
3542
3549
|
accountGroup: string[];
|
|
3543
3550
|
account: string[];
|
|
3551
|
+
status: EStatusActive[];
|
|
3544
3552
|
}
|
|
3545
3553
|
|
|
3546
3554
|
interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThreadsSettingInteractReplyMessage {
|
|
@@ -3551,6 +3559,7 @@ interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThrea
|
|
|
3551
3559
|
device: string;
|
|
3552
3560
|
accountGroup: string;
|
|
3553
3561
|
account: string;
|
|
3562
|
+
status: EStatusActive;
|
|
3554
3563
|
}
|
|
3555
3564
|
interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
3556
3565
|
idea: string[];
|
|
@@ -3560,6 +3569,7 @@ interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, IF
|
|
|
3560
3569
|
device: string[];
|
|
3561
3570
|
accountGroup: string[];
|
|
3562
3571
|
account: string[];
|
|
3572
|
+
status: EStatusActive[];
|
|
3563
3573
|
}
|
|
3564
3574
|
|
|
3565
3575
|
interface FindOverViewTaskThreadsPostDto {
|
|
@@ -5723,6 +5733,7 @@ interface FindInstagramSettingInteractExploreDto extends IFindBaseDto, IInstagra
|
|
|
5723
5733
|
device: string;
|
|
5724
5734
|
accountGroup: string;
|
|
5725
5735
|
account: string;
|
|
5736
|
+
status: EStatusActive;
|
|
5726
5737
|
}
|
|
5727
5738
|
interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5728
5739
|
idea: string[];
|
|
@@ -5732,7 +5743,7 @@ interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilt
|
|
|
5732
5743
|
device: string[];
|
|
5733
5744
|
accountGroup: string[];
|
|
5734
5745
|
account: string[];
|
|
5735
|
-
status: EStatusActive;
|
|
5746
|
+
status: EStatusActive[];
|
|
5736
5747
|
}
|
|
5737
5748
|
|
|
5738
5749
|
interface FindInstagramSettingInteractFollowDto extends IFindBaseDto, IInstagramSettingInteractFollow {
|
|
@@ -5743,6 +5754,7 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto, IInstagram
|
|
|
5743
5754
|
device: string;
|
|
5744
5755
|
accountGroup: string;
|
|
5745
5756
|
account: string;
|
|
5757
|
+
status: EStatusActive;
|
|
5746
5758
|
}
|
|
5747
5759
|
interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5748
5760
|
idea: string[];
|
|
@@ -5752,7 +5764,7 @@ interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilte
|
|
|
5752
5764
|
device: string[];
|
|
5753
5765
|
accountGroup: string[];
|
|
5754
5766
|
account: string[];
|
|
5755
|
-
status: EStatusActive;
|
|
5767
|
+
status: EStatusActive[];
|
|
5756
5768
|
}
|
|
5757
5769
|
|
|
5758
5770
|
interface FindInstagramSettingInteractReelDto extends IFindBaseDto, IInstagramSettingInteractReel {
|
|
@@ -5763,6 +5775,7 @@ interface FindInstagramSettingInteractReelDto extends IFindBaseDto, IInstagramSe
|
|
|
5763
5775
|
device: string;
|
|
5764
5776
|
accountGroup: string;
|
|
5765
5777
|
account: string;
|
|
5778
|
+
status: EStatusActive;
|
|
5766
5779
|
}
|
|
5767
5780
|
interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5768
5781
|
idea: string[];
|
|
@@ -5772,7 +5785,7 @@ interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterB
|
|
|
5772
5785
|
device: string[];
|
|
5773
5786
|
accountGroup: string[];
|
|
5774
5787
|
account: string[];
|
|
5775
|
-
status: EStatusActive;
|
|
5788
|
+
status: EStatusActive[];
|
|
5776
5789
|
}
|
|
5777
5790
|
|
|
5778
5791
|
interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto, IInstagramSettingInteractReplyComment {
|
|
@@ -5783,6 +5796,7 @@ interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto, IIns
|
|
|
5783
5796
|
device: string;
|
|
5784
5797
|
accountGroup: string;
|
|
5785
5798
|
account: string;
|
|
5799
|
+
status: EStatusActive;
|
|
5786
5800
|
}
|
|
5787
5801
|
interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5788
5802
|
idea: string[];
|
|
@@ -5792,7 +5806,7 @@ interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto,
|
|
|
5792
5806
|
device: string[];
|
|
5793
5807
|
accountGroup: string[];
|
|
5794
5808
|
account: string[];
|
|
5795
|
-
status: EStatusActive;
|
|
5809
|
+
status: EStatusActive[];
|
|
5796
5810
|
}
|
|
5797
5811
|
|
|
5798
5812
|
interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto, IInstagramSettingInteractReplyMessage {
|
|
@@ -5803,6 +5817,7 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto, IIns
|
|
|
5803
5817
|
device: string;
|
|
5804
5818
|
accountGroup: string;
|
|
5805
5819
|
account: string;
|
|
5820
|
+
status: EStatusActive;
|
|
5806
5821
|
}
|
|
5807
5822
|
interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5808
5823
|
idea: string[];
|
|
@@ -5812,7 +5827,7 @@ interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto,
|
|
|
5812
5827
|
device: string[];
|
|
5813
5828
|
accountGroup: string[];
|
|
5814
5829
|
account: string[];
|
|
5815
|
-
status: EStatusActive;
|
|
5830
|
+
status: EStatusActive[];
|
|
5816
5831
|
}
|
|
5817
5832
|
|
|
5818
5833
|
interface FindInstagramSettingInteractStoryDto extends IFindBaseDto, IInstagramSettingInteractStory {
|
|
@@ -5823,6 +5838,7 @@ interface FindInstagramSettingInteractStoryDto extends IFindBaseDto, IInstagramS
|
|
|
5823
5838
|
device: string;
|
|
5824
5839
|
accountGroup: string;
|
|
5825
5840
|
account: string;
|
|
5841
|
+
status: EStatusActive;
|
|
5826
5842
|
}
|
|
5827
5843
|
interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5828
5844
|
idea: string[];
|
|
@@ -5832,7 +5848,7 @@ interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilter
|
|
|
5832
5848
|
device: string[];
|
|
5833
5849
|
accountGroup: string[];
|
|
5834
5850
|
account: string[];
|
|
5835
|
-
status: EStatusActive;
|
|
5851
|
+
status: EStatusActive[];
|
|
5836
5852
|
}
|
|
5837
5853
|
|
|
5838
5854
|
interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto, IInstagramSettingInteractUnFollow {
|
|
@@ -5843,6 +5859,7 @@ interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto, IInstagr
|
|
|
5843
5859
|
device: string;
|
|
5844
5860
|
accountGroup: string;
|
|
5845
5861
|
account: string;
|
|
5862
|
+
status: EStatusActive;
|
|
5846
5863
|
}
|
|
5847
5864
|
interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5848
5865
|
idea: string[];
|
|
@@ -5852,7 +5869,7 @@ interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFil
|
|
|
5852
5869
|
device: string[];
|
|
5853
5870
|
accountGroup: string[];
|
|
5854
5871
|
account: string[];
|
|
5855
|
-
status: EStatusActive;
|
|
5872
|
+
status: EStatusActive[];
|
|
5856
5873
|
}
|
|
5857
5874
|
|
|
5858
5875
|
interface FindInstagramSettingPostDto extends IFindBaseDto, IInstagramSettingPost {
|
|
@@ -5863,6 +5880,7 @@ interface FindInstagramSettingPostDto extends IFindBaseDto, IInstagramSettingPos
|
|
|
5863
5880
|
device: string;
|
|
5864
5881
|
accountGroup: string;
|
|
5865
5882
|
account: string;
|
|
5883
|
+
status: EStatusActive;
|
|
5866
5884
|
}
|
|
5867
5885
|
interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5868
5886
|
idea: string[];
|
|
@@ -5872,7 +5890,7 @@ interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccou
|
|
|
5872
5890
|
device: string[];
|
|
5873
5891
|
accountGroup: string[];
|
|
5874
5892
|
account: string[];
|
|
5875
|
-
status: EStatusActive;
|
|
5893
|
+
status: EStatusActive[];
|
|
5876
5894
|
}
|
|
5877
5895
|
|
|
5878
5896
|
interface AutoFillTaskInstagramBlockUserDto {
|