automation-lib 5.4.26 → 5.4.28
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 +39 -8
- package/dist/index.d.ts +39 -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 {
|
|
@@ -3603,6 +3613,7 @@ interface FilterTaskThreadsPostDto extends IFilterBaseDto, IFilterBaseAccountSoc
|
|
|
3603
3613
|
accountGroup: string[];
|
|
3604
3614
|
account: string[];
|
|
3605
3615
|
sheetName: string[];
|
|
3616
|
+
status: EStatusTaskToolSocials[];
|
|
3606
3617
|
}
|
|
3607
3618
|
|
|
3608
3619
|
interface FindOverViewTaskThreadsFollowDto {
|
|
@@ -3646,6 +3657,7 @@ interface FilterTaskThreadsFollowDto extends IFilterBaseDto, IFilterBaseAccountS
|
|
|
3646
3657
|
accountGroup: string[];
|
|
3647
3658
|
account: string[];
|
|
3648
3659
|
sheetName: string[];
|
|
3660
|
+
status: EStatusTaskToolSocials[];
|
|
3649
3661
|
}
|
|
3650
3662
|
|
|
3651
3663
|
interface FindOverViewTaskThreadsReplyCommentDto {
|
|
@@ -3689,6 +3701,7 @@ interface FilterTaskThreadsReplyCommentDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
3689
3701
|
accountGroup: string[];
|
|
3690
3702
|
account: string[];
|
|
3691
3703
|
sheetName: string[];
|
|
3704
|
+
status: EStatusTaskToolSocials[];
|
|
3692
3705
|
}
|
|
3693
3706
|
|
|
3694
3707
|
interface FindOverViewTaskThreadsReplyMessageDto {
|
|
@@ -3732,6 +3745,7 @@ interface FilterTaskThreadsReplyMessageDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
3732
3745
|
accountGroup: string[];
|
|
3733
3746
|
account: string[];
|
|
3734
3747
|
sheetName: string[];
|
|
3748
|
+
status: EStatusTaskToolSocials[];
|
|
3735
3749
|
}
|
|
3736
3750
|
|
|
3737
3751
|
interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseAccountSocialDto, ApplyTimeDashboardDto {
|
|
@@ -5723,6 +5737,7 @@ interface FindInstagramSettingInteractExploreDto extends IFindBaseDto, IInstagra
|
|
|
5723
5737
|
device: string;
|
|
5724
5738
|
accountGroup: string;
|
|
5725
5739
|
account: string;
|
|
5740
|
+
status: EStatusActive;
|
|
5726
5741
|
}
|
|
5727
5742
|
interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5728
5743
|
idea: string[];
|
|
@@ -5732,7 +5747,7 @@ interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilt
|
|
|
5732
5747
|
device: string[];
|
|
5733
5748
|
accountGroup: string[];
|
|
5734
5749
|
account: string[];
|
|
5735
|
-
status: EStatusActive;
|
|
5750
|
+
status: EStatusActive[];
|
|
5736
5751
|
}
|
|
5737
5752
|
|
|
5738
5753
|
interface FindInstagramSettingInteractFollowDto extends IFindBaseDto, IInstagramSettingInteractFollow {
|
|
@@ -5743,6 +5758,7 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto, IInstagram
|
|
|
5743
5758
|
device: string;
|
|
5744
5759
|
accountGroup: string;
|
|
5745
5760
|
account: string;
|
|
5761
|
+
status: EStatusActive;
|
|
5746
5762
|
}
|
|
5747
5763
|
interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5748
5764
|
idea: string[];
|
|
@@ -5752,7 +5768,7 @@ interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilte
|
|
|
5752
5768
|
device: string[];
|
|
5753
5769
|
accountGroup: string[];
|
|
5754
5770
|
account: string[];
|
|
5755
|
-
status: EStatusActive;
|
|
5771
|
+
status: EStatusActive[];
|
|
5756
5772
|
}
|
|
5757
5773
|
|
|
5758
5774
|
interface FindInstagramSettingInteractReelDto extends IFindBaseDto, IInstagramSettingInteractReel {
|
|
@@ -5763,6 +5779,7 @@ interface FindInstagramSettingInteractReelDto extends IFindBaseDto, IInstagramSe
|
|
|
5763
5779
|
device: string;
|
|
5764
5780
|
accountGroup: string;
|
|
5765
5781
|
account: string;
|
|
5782
|
+
status: EStatusActive;
|
|
5766
5783
|
}
|
|
5767
5784
|
interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5768
5785
|
idea: string[];
|
|
@@ -5772,7 +5789,7 @@ interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterB
|
|
|
5772
5789
|
device: string[];
|
|
5773
5790
|
accountGroup: string[];
|
|
5774
5791
|
account: string[];
|
|
5775
|
-
status: EStatusActive;
|
|
5792
|
+
status: EStatusActive[];
|
|
5776
5793
|
}
|
|
5777
5794
|
|
|
5778
5795
|
interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto, IInstagramSettingInteractReplyComment {
|
|
@@ -5783,6 +5800,7 @@ interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto, IIns
|
|
|
5783
5800
|
device: string;
|
|
5784
5801
|
accountGroup: string;
|
|
5785
5802
|
account: string;
|
|
5803
|
+
status: EStatusActive;
|
|
5786
5804
|
}
|
|
5787
5805
|
interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5788
5806
|
idea: string[];
|
|
@@ -5792,7 +5810,7 @@ interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto,
|
|
|
5792
5810
|
device: string[];
|
|
5793
5811
|
accountGroup: string[];
|
|
5794
5812
|
account: string[];
|
|
5795
|
-
status: EStatusActive;
|
|
5813
|
+
status: EStatusActive[];
|
|
5796
5814
|
}
|
|
5797
5815
|
|
|
5798
5816
|
interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto, IInstagramSettingInteractReplyMessage {
|
|
@@ -5803,6 +5821,7 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto, IIns
|
|
|
5803
5821
|
device: string;
|
|
5804
5822
|
accountGroup: string;
|
|
5805
5823
|
account: string;
|
|
5824
|
+
status: EStatusActive;
|
|
5806
5825
|
}
|
|
5807
5826
|
interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5808
5827
|
idea: string[];
|
|
@@ -5812,7 +5831,7 @@ interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto,
|
|
|
5812
5831
|
device: string[];
|
|
5813
5832
|
accountGroup: string[];
|
|
5814
5833
|
account: string[];
|
|
5815
|
-
status: EStatusActive;
|
|
5834
|
+
status: EStatusActive[];
|
|
5816
5835
|
}
|
|
5817
5836
|
|
|
5818
5837
|
interface FindInstagramSettingInteractStoryDto extends IFindBaseDto, IInstagramSettingInteractStory {
|
|
@@ -5823,6 +5842,7 @@ interface FindInstagramSettingInteractStoryDto extends IFindBaseDto, IInstagramS
|
|
|
5823
5842
|
device: string;
|
|
5824
5843
|
accountGroup: string;
|
|
5825
5844
|
account: string;
|
|
5845
|
+
status: EStatusActive;
|
|
5826
5846
|
}
|
|
5827
5847
|
interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5828
5848
|
idea: string[];
|
|
@@ -5832,7 +5852,7 @@ interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilter
|
|
|
5832
5852
|
device: string[];
|
|
5833
5853
|
accountGroup: string[];
|
|
5834
5854
|
account: string[];
|
|
5835
|
-
status: EStatusActive;
|
|
5855
|
+
status: EStatusActive[];
|
|
5836
5856
|
}
|
|
5837
5857
|
|
|
5838
5858
|
interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto, IInstagramSettingInteractUnFollow {
|
|
@@ -5843,6 +5863,7 @@ interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto, IInstagr
|
|
|
5843
5863
|
device: string;
|
|
5844
5864
|
accountGroup: string;
|
|
5845
5865
|
account: string;
|
|
5866
|
+
status: EStatusActive;
|
|
5846
5867
|
}
|
|
5847
5868
|
interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5848
5869
|
idea: string[];
|
|
@@ -5852,7 +5873,7 @@ interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFil
|
|
|
5852
5873
|
device: string[];
|
|
5853
5874
|
accountGroup: string[];
|
|
5854
5875
|
account: string[];
|
|
5855
|
-
status: EStatusActive;
|
|
5876
|
+
status: EStatusActive[];
|
|
5856
5877
|
}
|
|
5857
5878
|
|
|
5858
5879
|
interface FindInstagramSettingPostDto extends IFindBaseDto, IInstagramSettingPost {
|
|
@@ -5863,6 +5884,7 @@ interface FindInstagramSettingPostDto extends IFindBaseDto, IInstagramSettingPos
|
|
|
5863
5884
|
device: string;
|
|
5864
5885
|
accountGroup: string;
|
|
5865
5886
|
account: string;
|
|
5887
|
+
status: EStatusActive;
|
|
5866
5888
|
}
|
|
5867
5889
|
interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5868
5890
|
idea: string[];
|
|
@@ -5872,7 +5894,7 @@ interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccou
|
|
|
5872
5894
|
device: string[];
|
|
5873
5895
|
accountGroup: string[];
|
|
5874
5896
|
account: string[];
|
|
5875
|
-
status: EStatusActive;
|
|
5897
|
+
status: EStatusActive[];
|
|
5876
5898
|
}
|
|
5877
5899
|
|
|
5878
5900
|
interface AutoFillTaskInstagramBlockUserDto {
|
|
@@ -5956,6 +5978,7 @@ interface FilterTaskInstagramBlockUserDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
5956
5978
|
device: string[];
|
|
5957
5979
|
accountGroup: string[];
|
|
5958
5980
|
account: string[];
|
|
5981
|
+
status: EStatusTaskToolSocials[];
|
|
5959
5982
|
}
|
|
5960
5983
|
|
|
5961
5984
|
interface FindOverViewTaskInstagramChangeInfoDto {
|
|
@@ -5999,6 +6022,7 @@ interface FilterTaskInstagramChangeInfoDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
5999
6022
|
accountGroup: string[];
|
|
6000
6023
|
account: string[];
|
|
6001
6024
|
sheetName: string[];
|
|
6025
|
+
status: EStatusTaskToolSocials[];
|
|
6002
6026
|
}
|
|
6003
6027
|
|
|
6004
6028
|
interface FindOverViewTaskInstagramFollowDto {
|
|
@@ -6042,6 +6066,7 @@ interface FilterTaskInstagramFollowDto extends IFilterBaseDto, IFilterBaseAccoun
|
|
|
6042
6066
|
accountGroup: string[];
|
|
6043
6067
|
account: string[];
|
|
6044
6068
|
sheetName: string[];
|
|
6069
|
+
status: EStatusTaskToolSocials[];
|
|
6045
6070
|
}
|
|
6046
6071
|
|
|
6047
6072
|
interface FindOverViewTaskInstagramReplyCommentDto {
|
|
@@ -6085,6 +6110,7 @@ interface FilterTaskInstagramReplyCommentDto extends IFilterBaseDto, IFilterBase
|
|
|
6085
6110
|
accountGroup: string[];
|
|
6086
6111
|
account: string[];
|
|
6087
6112
|
sheetName: string[];
|
|
6113
|
+
status: EStatusTaskToolSocials[];
|
|
6088
6114
|
}
|
|
6089
6115
|
|
|
6090
6116
|
interface FindOverViewTaskInstagramReplyMessageDto {
|
|
@@ -6128,6 +6154,7 @@ interface FilterTaskInstagramReplyMessageDto extends IFilterBaseDto, IFilterBase
|
|
|
6128
6154
|
accountGroup: string[];
|
|
6129
6155
|
account: string[];
|
|
6130
6156
|
sheetName: string[];
|
|
6157
|
+
status: EStatusTaskToolSocials[];
|
|
6131
6158
|
}
|
|
6132
6159
|
|
|
6133
6160
|
interface FindOverViewTaskInstagramPostDto {
|
|
@@ -6171,6 +6198,7 @@ interface FilterTaskInstagramPostDto extends IFilterBaseDto, IFilterBaseAccountS
|
|
|
6171
6198
|
accountGroup: string[];
|
|
6172
6199
|
account: string[];
|
|
6173
6200
|
sheetName: string[];
|
|
6201
|
+
status: EStatusTaskToolSocials[];
|
|
6174
6202
|
}
|
|
6175
6203
|
|
|
6176
6204
|
interface FindOverViewTaskInstagramInteractExploreDto {
|
|
@@ -6213,6 +6241,7 @@ interface FilterTaskInstagramInteractExploreDto extends IFilterBaseDto, IFilterB
|
|
|
6213
6241
|
device: string[];
|
|
6214
6242
|
accountGroup: string[];
|
|
6215
6243
|
account: string[];
|
|
6244
|
+
status: EStatusTaskToolSocials[];
|
|
6216
6245
|
}
|
|
6217
6246
|
|
|
6218
6247
|
interface FindOverViewTaskInstagramInteractReelDto {
|
|
@@ -6255,6 +6284,7 @@ interface FilterTaskInstagramInteractReelDto extends IFilterBaseDto, IFilterBase
|
|
|
6255
6284
|
device: string[];
|
|
6256
6285
|
accountGroup: string[];
|
|
6257
6286
|
account: string[];
|
|
6287
|
+
status: EStatusTaskToolSocials[];
|
|
6258
6288
|
}
|
|
6259
6289
|
|
|
6260
6290
|
interface FindOverViewTaskInstagramInteractStoryDto {
|
|
@@ -6297,6 +6327,7 @@ interface FilterTaskInstagramInteractStoryDto extends IFilterBaseDto, IFilterBas
|
|
|
6297
6327
|
device: string[];
|
|
6298
6328
|
accountGroup: string[];
|
|
6299
6329
|
account: string[];
|
|
6330
|
+
status: EStatusTaskToolSocials[];
|
|
6300
6331
|
}
|
|
6301
6332
|
|
|
6302
6333
|
interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto, IFilterBaseAccountSocialDto, ApplyTimeDashboardDto {
|
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 {
|
|
@@ -3603,6 +3613,7 @@ interface FilterTaskThreadsPostDto extends IFilterBaseDto, IFilterBaseAccountSoc
|
|
|
3603
3613
|
accountGroup: string[];
|
|
3604
3614
|
account: string[];
|
|
3605
3615
|
sheetName: string[];
|
|
3616
|
+
status: EStatusTaskToolSocials[];
|
|
3606
3617
|
}
|
|
3607
3618
|
|
|
3608
3619
|
interface FindOverViewTaskThreadsFollowDto {
|
|
@@ -3646,6 +3657,7 @@ interface FilterTaskThreadsFollowDto extends IFilterBaseDto, IFilterBaseAccountS
|
|
|
3646
3657
|
accountGroup: string[];
|
|
3647
3658
|
account: string[];
|
|
3648
3659
|
sheetName: string[];
|
|
3660
|
+
status: EStatusTaskToolSocials[];
|
|
3649
3661
|
}
|
|
3650
3662
|
|
|
3651
3663
|
interface FindOverViewTaskThreadsReplyCommentDto {
|
|
@@ -3689,6 +3701,7 @@ interface FilterTaskThreadsReplyCommentDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
3689
3701
|
accountGroup: string[];
|
|
3690
3702
|
account: string[];
|
|
3691
3703
|
sheetName: string[];
|
|
3704
|
+
status: EStatusTaskToolSocials[];
|
|
3692
3705
|
}
|
|
3693
3706
|
|
|
3694
3707
|
interface FindOverViewTaskThreadsReplyMessageDto {
|
|
@@ -3732,6 +3745,7 @@ interface FilterTaskThreadsReplyMessageDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
3732
3745
|
accountGroup: string[];
|
|
3733
3746
|
account: string[];
|
|
3734
3747
|
sheetName: string[];
|
|
3748
|
+
status: EStatusTaskToolSocials[];
|
|
3735
3749
|
}
|
|
3736
3750
|
|
|
3737
3751
|
interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseAccountSocialDto, ApplyTimeDashboardDto {
|
|
@@ -5723,6 +5737,7 @@ interface FindInstagramSettingInteractExploreDto extends IFindBaseDto, IInstagra
|
|
|
5723
5737
|
device: string;
|
|
5724
5738
|
accountGroup: string;
|
|
5725
5739
|
account: string;
|
|
5740
|
+
status: EStatusActive;
|
|
5726
5741
|
}
|
|
5727
5742
|
interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5728
5743
|
idea: string[];
|
|
@@ -5732,7 +5747,7 @@ interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilt
|
|
|
5732
5747
|
device: string[];
|
|
5733
5748
|
accountGroup: string[];
|
|
5734
5749
|
account: string[];
|
|
5735
|
-
status: EStatusActive;
|
|
5750
|
+
status: EStatusActive[];
|
|
5736
5751
|
}
|
|
5737
5752
|
|
|
5738
5753
|
interface FindInstagramSettingInteractFollowDto extends IFindBaseDto, IInstagramSettingInteractFollow {
|
|
@@ -5743,6 +5758,7 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto, IInstagram
|
|
|
5743
5758
|
device: string;
|
|
5744
5759
|
accountGroup: string;
|
|
5745
5760
|
account: string;
|
|
5761
|
+
status: EStatusActive;
|
|
5746
5762
|
}
|
|
5747
5763
|
interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5748
5764
|
idea: string[];
|
|
@@ -5752,7 +5768,7 @@ interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilte
|
|
|
5752
5768
|
device: string[];
|
|
5753
5769
|
accountGroup: string[];
|
|
5754
5770
|
account: string[];
|
|
5755
|
-
status: EStatusActive;
|
|
5771
|
+
status: EStatusActive[];
|
|
5756
5772
|
}
|
|
5757
5773
|
|
|
5758
5774
|
interface FindInstagramSettingInteractReelDto extends IFindBaseDto, IInstagramSettingInteractReel {
|
|
@@ -5763,6 +5779,7 @@ interface FindInstagramSettingInteractReelDto extends IFindBaseDto, IInstagramSe
|
|
|
5763
5779
|
device: string;
|
|
5764
5780
|
accountGroup: string;
|
|
5765
5781
|
account: string;
|
|
5782
|
+
status: EStatusActive;
|
|
5766
5783
|
}
|
|
5767
5784
|
interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5768
5785
|
idea: string[];
|
|
@@ -5772,7 +5789,7 @@ interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterB
|
|
|
5772
5789
|
device: string[];
|
|
5773
5790
|
accountGroup: string[];
|
|
5774
5791
|
account: string[];
|
|
5775
|
-
status: EStatusActive;
|
|
5792
|
+
status: EStatusActive[];
|
|
5776
5793
|
}
|
|
5777
5794
|
|
|
5778
5795
|
interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto, IInstagramSettingInteractReplyComment {
|
|
@@ -5783,6 +5800,7 @@ interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto, IIns
|
|
|
5783
5800
|
device: string;
|
|
5784
5801
|
accountGroup: string;
|
|
5785
5802
|
account: string;
|
|
5803
|
+
status: EStatusActive;
|
|
5786
5804
|
}
|
|
5787
5805
|
interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5788
5806
|
idea: string[];
|
|
@@ -5792,7 +5810,7 @@ interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto,
|
|
|
5792
5810
|
device: string[];
|
|
5793
5811
|
accountGroup: string[];
|
|
5794
5812
|
account: string[];
|
|
5795
|
-
status: EStatusActive;
|
|
5813
|
+
status: EStatusActive[];
|
|
5796
5814
|
}
|
|
5797
5815
|
|
|
5798
5816
|
interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto, IInstagramSettingInteractReplyMessage {
|
|
@@ -5803,6 +5821,7 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto, IIns
|
|
|
5803
5821
|
device: string;
|
|
5804
5822
|
accountGroup: string;
|
|
5805
5823
|
account: string;
|
|
5824
|
+
status: EStatusActive;
|
|
5806
5825
|
}
|
|
5807
5826
|
interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5808
5827
|
idea: string[];
|
|
@@ -5812,7 +5831,7 @@ interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto,
|
|
|
5812
5831
|
device: string[];
|
|
5813
5832
|
accountGroup: string[];
|
|
5814
5833
|
account: string[];
|
|
5815
|
-
status: EStatusActive;
|
|
5834
|
+
status: EStatusActive[];
|
|
5816
5835
|
}
|
|
5817
5836
|
|
|
5818
5837
|
interface FindInstagramSettingInteractStoryDto extends IFindBaseDto, IInstagramSettingInteractStory {
|
|
@@ -5823,6 +5842,7 @@ interface FindInstagramSettingInteractStoryDto extends IFindBaseDto, IInstagramS
|
|
|
5823
5842
|
device: string;
|
|
5824
5843
|
accountGroup: string;
|
|
5825
5844
|
account: string;
|
|
5845
|
+
status: EStatusActive;
|
|
5826
5846
|
}
|
|
5827
5847
|
interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5828
5848
|
idea: string[];
|
|
@@ -5832,7 +5852,7 @@ interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilter
|
|
|
5832
5852
|
device: string[];
|
|
5833
5853
|
accountGroup: string[];
|
|
5834
5854
|
account: string[];
|
|
5835
|
-
status: EStatusActive;
|
|
5855
|
+
status: EStatusActive[];
|
|
5836
5856
|
}
|
|
5837
5857
|
|
|
5838
5858
|
interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto, IInstagramSettingInteractUnFollow {
|
|
@@ -5843,6 +5863,7 @@ interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto, IInstagr
|
|
|
5843
5863
|
device: string;
|
|
5844
5864
|
accountGroup: string;
|
|
5845
5865
|
account: string;
|
|
5866
|
+
status: EStatusActive;
|
|
5846
5867
|
}
|
|
5847
5868
|
interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5848
5869
|
idea: string[];
|
|
@@ -5852,7 +5873,7 @@ interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFil
|
|
|
5852
5873
|
device: string[];
|
|
5853
5874
|
accountGroup: string[];
|
|
5854
5875
|
account: string[];
|
|
5855
|
-
status: EStatusActive;
|
|
5876
|
+
status: EStatusActive[];
|
|
5856
5877
|
}
|
|
5857
5878
|
|
|
5858
5879
|
interface FindInstagramSettingPostDto extends IFindBaseDto, IInstagramSettingPost {
|
|
@@ -5863,6 +5884,7 @@ interface FindInstagramSettingPostDto extends IFindBaseDto, IInstagramSettingPos
|
|
|
5863
5884
|
device: string;
|
|
5864
5885
|
accountGroup: string;
|
|
5865
5886
|
account: string;
|
|
5887
|
+
status: EStatusActive;
|
|
5866
5888
|
}
|
|
5867
5889
|
interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5868
5890
|
idea: string[];
|
|
@@ -5872,7 +5894,7 @@ interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccou
|
|
|
5872
5894
|
device: string[];
|
|
5873
5895
|
accountGroup: string[];
|
|
5874
5896
|
account: string[];
|
|
5875
|
-
status: EStatusActive;
|
|
5897
|
+
status: EStatusActive[];
|
|
5876
5898
|
}
|
|
5877
5899
|
|
|
5878
5900
|
interface AutoFillTaskInstagramBlockUserDto {
|
|
@@ -5956,6 +5978,7 @@ interface FilterTaskInstagramBlockUserDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
5956
5978
|
device: string[];
|
|
5957
5979
|
accountGroup: string[];
|
|
5958
5980
|
account: string[];
|
|
5981
|
+
status: EStatusTaskToolSocials[];
|
|
5959
5982
|
}
|
|
5960
5983
|
|
|
5961
5984
|
interface FindOverViewTaskInstagramChangeInfoDto {
|
|
@@ -5999,6 +6022,7 @@ interface FilterTaskInstagramChangeInfoDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
5999
6022
|
accountGroup: string[];
|
|
6000
6023
|
account: string[];
|
|
6001
6024
|
sheetName: string[];
|
|
6025
|
+
status: EStatusTaskToolSocials[];
|
|
6002
6026
|
}
|
|
6003
6027
|
|
|
6004
6028
|
interface FindOverViewTaskInstagramFollowDto {
|
|
@@ -6042,6 +6066,7 @@ interface FilterTaskInstagramFollowDto extends IFilterBaseDto, IFilterBaseAccoun
|
|
|
6042
6066
|
accountGroup: string[];
|
|
6043
6067
|
account: string[];
|
|
6044
6068
|
sheetName: string[];
|
|
6069
|
+
status: EStatusTaskToolSocials[];
|
|
6045
6070
|
}
|
|
6046
6071
|
|
|
6047
6072
|
interface FindOverViewTaskInstagramReplyCommentDto {
|
|
@@ -6085,6 +6110,7 @@ interface FilterTaskInstagramReplyCommentDto extends IFilterBaseDto, IFilterBase
|
|
|
6085
6110
|
accountGroup: string[];
|
|
6086
6111
|
account: string[];
|
|
6087
6112
|
sheetName: string[];
|
|
6113
|
+
status: EStatusTaskToolSocials[];
|
|
6088
6114
|
}
|
|
6089
6115
|
|
|
6090
6116
|
interface FindOverViewTaskInstagramReplyMessageDto {
|
|
@@ -6128,6 +6154,7 @@ interface FilterTaskInstagramReplyMessageDto extends IFilterBaseDto, IFilterBase
|
|
|
6128
6154
|
accountGroup: string[];
|
|
6129
6155
|
account: string[];
|
|
6130
6156
|
sheetName: string[];
|
|
6157
|
+
status: EStatusTaskToolSocials[];
|
|
6131
6158
|
}
|
|
6132
6159
|
|
|
6133
6160
|
interface FindOverViewTaskInstagramPostDto {
|
|
@@ -6171,6 +6198,7 @@ interface FilterTaskInstagramPostDto extends IFilterBaseDto, IFilterBaseAccountS
|
|
|
6171
6198
|
accountGroup: string[];
|
|
6172
6199
|
account: string[];
|
|
6173
6200
|
sheetName: string[];
|
|
6201
|
+
status: EStatusTaskToolSocials[];
|
|
6174
6202
|
}
|
|
6175
6203
|
|
|
6176
6204
|
interface FindOverViewTaskInstagramInteractExploreDto {
|
|
@@ -6213,6 +6241,7 @@ interface FilterTaskInstagramInteractExploreDto extends IFilterBaseDto, IFilterB
|
|
|
6213
6241
|
device: string[];
|
|
6214
6242
|
accountGroup: string[];
|
|
6215
6243
|
account: string[];
|
|
6244
|
+
status: EStatusTaskToolSocials[];
|
|
6216
6245
|
}
|
|
6217
6246
|
|
|
6218
6247
|
interface FindOverViewTaskInstagramInteractReelDto {
|
|
@@ -6255,6 +6284,7 @@ interface FilterTaskInstagramInteractReelDto extends IFilterBaseDto, IFilterBase
|
|
|
6255
6284
|
device: string[];
|
|
6256
6285
|
accountGroup: string[];
|
|
6257
6286
|
account: string[];
|
|
6287
|
+
status: EStatusTaskToolSocials[];
|
|
6258
6288
|
}
|
|
6259
6289
|
|
|
6260
6290
|
interface FindOverViewTaskInstagramInteractStoryDto {
|
|
@@ -6297,6 +6327,7 @@ interface FilterTaskInstagramInteractStoryDto extends IFilterBaseDto, IFilterBas
|
|
|
6297
6327
|
device: string[];
|
|
6298
6328
|
accountGroup: string[];
|
|
6299
6329
|
account: string[];
|
|
6330
|
+
status: EStatusTaskToolSocials[];
|
|
6300
6331
|
}
|
|
6301
6332
|
|
|
6302
6333
|
interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto, IFilterBaseAccountSocialDto, ApplyTimeDashboardDto {
|