automation-lib 5.1.562 → 5.1.564
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 +272 -273
- package/dist/index.d.ts +272 -273
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4955,10 +4955,10 @@ interface FindThreadsHistoryGroupDto extends IFindBaseDto, IThreadsHistoryGroup
|
|
|
4955
4955
|
emailRecover: string;
|
|
4956
4956
|
}
|
|
4957
4957
|
interface FilterThreadsHistoryGroupDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
4958
|
-
|
|
4959
|
-
|
|
4960
|
-
|
|
4961
|
-
|
|
4958
|
+
department: string[];
|
|
4959
|
+
leader: string[];
|
|
4960
|
+
team: string[];
|
|
4961
|
+
user: string[];
|
|
4962
4962
|
createdBy: string[];
|
|
4963
4963
|
updatedBy: string[];
|
|
4964
4964
|
createdAt: [Date, Date];
|
|
@@ -4993,10 +4993,10 @@ interface FindThreadsHistoryAutoSyncDto extends IFindBaseDto, IThreadsHistoryAut
|
|
|
4993
4993
|
emailRecover: string;
|
|
4994
4994
|
}
|
|
4995
4995
|
interface FilterThreadsHistoryAutoSyncDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
|
|
4996
|
+
department: string[];
|
|
4997
|
+
leader: string[];
|
|
4998
|
+
team: string[];
|
|
4999
|
+
user: string[];
|
|
5000
5000
|
createdBy: string[];
|
|
5001
5001
|
updatedBy: string[];
|
|
5002
5002
|
createdAt: [Date, Date];
|
|
@@ -5031,10 +5031,10 @@ interface FindThreadsHistoryCreateDto extends IFindBaseDto, IThreadsHistoryCreat
|
|
|
5031
5031
|
emailRecover: string;
|
|
5032
5032
|
}
|
|
5033
5033
|
interface FilterThreadsHistoryCreateDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5034
|
-
|
|
5035
|
-
|
|
5036
|
-
|
|
5037
|
-
|
|
5034
|
+
department: string[];
|
|
5035
|
+
leader: string[];
|
|
5036
|
+
team: string[];
|
|
5037
|
+
user: string[];
|
|
5038
5038
|
createdBy: string[];
|
|
5039
5039
|
updatedBy: string[];
|
|
5040
5040
|
createdAt: [Date, Date];
|
|
@@ -5069,10 +5069,10 @@ interface FindThreadsHistoryChangeDto extends IFindBaseDto, IThreadsHistoryChang
|
|
|
5069
5069
|
emailRecover: string;
|
|
5070
5070
|
}
|
|
5071
5071
|
interface FilterThreadsHistoryChangeDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5072
|
-
|
|
5073
|
-
|
|
5074
|
-
|
|
5075
|
-
|
|
5072
|
+
department: string[];
|
|
5073
|
+
leader: string[];
|
|
5074
|
+
team: string[];
|
|
5075
|
+
user: string[];
|
|
5076
5076
|
createdBy: string[];
|
|
5077
5077
|
updatedBy: string[];
|
|
5078
5078
|
createdAt: [Date, Date];
|
|
@@ -5411,10 +5411,10 @@ interface FindThreadsHistoryAutoPostDto extends IFindBaseDto, IThreadsHistoryAut
|
|
|
5411
5411
|
account: string;
|
|
5412
5412
|
}
|
|
5413
5413
|
interface FilterThreadsHistoryAutoPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5414
|
-
|
|
5415
|
-
|
|
5416
|
-
|
|
5417
|
-
|
|
5414
|
+
department: string[];
|
|
5415
|
+
leader: string[];
|
|
5416
|
+
team: string[];
|
|
5417
|
+
user: string[];
|
|
5418
5418
|
createdBy: string[];
|
|
5419
5419
|
updatedBy: string[];
|
|
5420
5420
|
createdAt: [Date, Date];
|
|
@@ -5463,10 +5463,10 @@ interface FindThreadsReportPostDto extends IFindBaseDto, IThreadsReportPost {
|
|
|
5463
5463
|
account: string;
|
|
5464
5464
|
}
|
|
5465
5465
|
interface FilterThreadsReportPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5466
|
-
|
|
5467
|
-
|
|
5468
|
-
|
|
5469
|
-
|
|
5466
|
+
department: string[];
|
|
5467
|
+
leader: string[];
|
|
5468
|
+
team: string[];
|
|
5469
|
+
user: string[];
|
|
5470
5470
|
createdBy: string[];
|
|
5471
5471
|
updatedBy: string[];
|
|
5472
5472
|
createdAt: [Date, Date];
|
|
@@ -5515,10 +5515,10 @@ interface FindThreadsReportInteractFollowDto extends IFindBaseDto, IThreadsRepor
|
|
|
5515
5515
|
account: string;
|
|
5516
5516
|
}
|
|
5517
5517
|
interface FilterThreadsReportInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5518
|
-
|
|
5519
|
-
|
|
5520
|
-
|
|
5521
|
-
|
|
5518
|
+
department: string[];
|
|
5519
|
+
leader: string[];
|
|
5520
|
+
team: string[];
|
|
5521
|
+
user: string[];
|
|
5522
5522
|
createdBy: string[];
|
|
5523
5523
|
updatedBy: string[];
|
|
5524
5524
|
createdAt: [Date, Date];
|
|
@@ -5567,10 +5567,10 @@ interface FindThreadsReportInteractReplyCommentDto extends IFindBaseDto, IThread
|
|
|
5567
5567
|
account: string;
|
|
5568
5568
|
}
|
|
5569
5569
|
interface FilterThreadsReportInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5570
|
-
|
|
5571
|
-
|
|
5572
|
-
|
|
5573
|
-
|
|
5570
|
+
department: string[];
|
|
5571
|
+
leader: string[];
|
|
5572
|
+
team: string[];
|
|
5573
|
+
user: string[];
|
|
5574
5574
|
createdBy: string[];
|
|
5575
5575
|
updatedBy: string[];
|
|
5576
5576
|
createdAt: [Date, Date];
|
|
@@ -5619,10 +5619,10 @@ interface FindThreadsReportInteractReplyMessageDto extends IFindBaseDto, IThread
|
|
|
5619
5619
|
account: string;
|
|
5620
5620
|
}
|
|
5621
5621
|
interface FilterThreadsReportInteractReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5622
|
-
|
|
5623
|
-
|
|
5624
|
-
|
|
5625
|
-
|
|
5622
|
+
department: string[];
|
|
5623
|
+
leader: string[];
|
|
5624
|
+
team: string[];
|
|
5625
|
+
user: string[];
|
|
5626
5626
|
createdBy: string[];
|
|
5627
5627
|
updatedBy: string[];
|
|
5628
5628
|
createdAt: [Date, Date];
|
|
@@ -5647,10 +5647,10 @@ interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
|
|
|
5647
5647
|
account: string;
|
|
5648
5648
|
}
|
|
5649
5649
|
interface FilterThreadsSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5650
|
-
|
|
5651
|
-
|
|
5652
|
-
|
|
5653
|
-
|
|
5650
|
+
department: string[];
|
|
5651
|
+
leader: string[];
|
|
5652
|
+
team: string[];
|
|
5653
|
+
user: string[];
|
|
5654
5654
|
createdBy: string[];
|
|
5655
5655
|
updatedBy: string[];
|
|
5656
5656
|
createdAt: [Date, Date];
|
|
@@ -5674,10 +5674,10 @@ interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSett
|
|
|
5674
5674
|
account: string;
|
|
5675
5675
|
}
|
|
5676
5676
|
interface FilterThreadsSettingInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5677
|
-
|
|
5678
|
-
|
|
5679
|
-
|
|
5680
|
-
|
|
5677
|
+
department: string[];
|
|
5678
|
+
leader: string[];
|
|
5679
|
+
team: string[];
|
|
5680
|
+
user: string[];
|
|
5681
5681
|
createdBy: string[];
|
|
5682
5682
|
updatedBy: string[];
|
|
5683
5683
|
createdAt: [Date, Date];
|
|
@@ -5701,10 +5701,10 @@ interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSe
|
|
|
5701
5701
|
account: string;
|
|
5702
5702
|
}
|
|
5703
5703
|
interface FilterThreadsSettingInteractUnFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5704
|
-
|
|
5705
|
-
|
|
5706
|
-
|
|
5707
|
-
|
|
5704
|
+
department: string[];
|
|
5705
|
+
leader: string[];
|
|
5706
|
+
team: string[];
|
|
5707
|
+
user: string[];
|
|
5708
5708
|
createdBy: string[];
|
|
5709
5709
|
updatedBy: string[];
|
|
5710
5710
|
createdAt: [Date, Date];
|
|
@@ -5728,10 +5728,10 @@ interface FindThreadsSettingInteractReplyCommentDto extends IFindBaseDto, IThrea
|
|
|
5728
5728
|
account: string;
|
|
5729
5729
|
}
|
|
5730
5730
|
interface FilterThreadsSettingInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5731
|
-
|
|
5732
|
-
|
|
5733
|
-
|
|
5734
|
-
|
|
5731
|
+
department: string[];
|
|
5732
|
+
leader: string[];
|
|
5733
|
+
team: string[];
|
|
5734
|
+
user: string[];
|
|
5735
5735
|
createdBy: string[];
|
|
5736
5736
|
updatedBy: string[];
|
|
5737
5737
|
createdAt: [Date, Date];
|
|
@@ -5755,10 +5755,10 @@ interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThrea
|
|
|
5755
5755
|
account: string;
|
|
5756
5756
|
}
|
|
5757
5757
|
interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5758
|
-
|
|
5759
|
-
|
|
5760
|
-
|
|
5761
|
-
|
|
5758
|
+
department: string[];
|
|
5759
|
+
leader: string[];
|
|
5760
|
+
team: string[];
|
|
5761
|
+
user: string[];
|
|
5762
5762
|
createdBy: string[];
|
|
5763
5763
|
updatedBy: string[];
|
|
5764
5764
|
createdAt: [Date, Date];
|
|
@@ -5805,10 +5805,10 @@ interface UpdateTaskThreadsPostDto extends Partial<ITaskThreadsPost> {
|
|
|
5805
5805
|
interface FindTaskThreadsPostDto extends IFindBaseDto, ITaskThreadsPost {
|
|
5806
5806
|
}
|
|
5807
5807
|
interface FilterTaskThreadsPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5808
|
-
|
|
5809
|
-
|
|
5810
|
-
|
|
5811
|
-
|
|
5808
|
+
department: string[];
|
|
5809
|
+
leader: string[];
|
|
5810
|
+
team: string[];
|
|
5811
|
+
user: string[];
|
|
5812
5812
|
createdBy: string[];
|
|
5813
5813
|
updatedBy: string[];
|
|
5814
5814
|
createdAt: [Date, Date];
|
|
@@ -5856,10 +5856,10 @@ interface UpdateTaskThreadsFollowDto extends Partial<ITaskThreadsFollow> {
|
|
|
5856
5856
|
interface FindTaskThreadsFollowDto extends IFindBaseDto, ITaskThreadsFollow {
|
|
5857
5857
|
}
|
|
5858
5858
|
interface FilterTaskThreadsFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5859
|
-
|
|
5860
|
-
|
|
5861
|
-
|
|
5862
|
-
|
|
5859
|
+
department: string[];
|
|
5860
|
+
leader: string[];
|
|
5861
|
+
team: string[];
|
|
5862
|
+
user: string[];
|
|
5863
5863
|
createdBy: string[];
|
|
5864
5864
|
updatedBy: string[];
|
|
5865
5865
|
createdAt: [Date, Date];
|
|
@@ -5907,10 +5907,10 @@ interface UpdateTaskThreadsReplyCommentDto extends Partial<ITaskThreadsReplyComm
|
|
|
5907
5907
|
interface FindTaskThreadsReplyCommentDto extends IFindBaseDto, ITaskThreadsReplyComment {
|
|
5908
5908
|
}
|
|
5909
5909
|
interface FilterTaskThreadsReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5910
|
-
|
|
5911
|
-
|
|
5912
|
-
|
|
5913
|
-
|
|
5910
|
+
department: string[];
|
|
5911
|
+
leader: string[];
|
|
5912
|
+
team: string[];
|
|
5913
|
+
user: string[];
|
|
5914
5914
|
createdBy: string[];
|
|
5915
5915
|
updatedBy: string[];
|
|
5916
5916
|
createdAt: [Date, Date];
|
|
@@ -5958,10 +5958,10 @@ interface UpdateTaskThreadsReplyMessageDto extends Partial<ITaskThreadsReplyMess
|
|
|
5958
5958
|
interface FindTaskThreadsReplyMessageDto extends IFindBaseDto, ITaskThreadsReplyMessage {
|
|
5959
5959
|
}
|
|
5960
5960
|
interface FilterTaskThreadsReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
5961
|
-
|
|
5962
|
-
|
|
5963
|
-
|
|
5964
|
-
|
|
5961
|
+
department: string[];
|
|
5962
|
+
leader: string[];
|
|
5963
|
+
team: string[];
|
|
5964
|
+
user: string[];
|
|
5965
5965
|
createdBy: string[];
|
|
5966
5966
|
updatedBy: string[];
|
|
5967
5967
|
createdAt: [Date, Date];
|
|
@@ -6045,10 +6045,10 @@ interface FindInstagramHistoryAutoSyncDto extends IFindBaseDto, IInstagramHistor
|
|
|
6045
6045
|
};
|
|
6046
6046
|
}
|
|
6047
6047
|
interface FilterInstagramHistoryAutoSyncDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6048
|
-
|
|
6049
|
-
|
|
6050
|
-
|
|
6051
|
-
|
|
6048
|
+
department: string[];
|
|
6049
|
+
leader: string[];
|
|
6050
|
+
team: string[];
|
|
6051
|
+
user: string[];
|
|
6052
6052
|
createdBy: string[];
|
|
6053
6053
|
updatedBy: string[];
|
|
6054
6054
|
createdAt: [Date, Date];
|
|
@@ -6177,10 +6177,10 @@ interface FindInstagramHistoryChangeInfoDto extends IFindBaseDto, IInstagramHist
|
|
|
6177
6177
|
};
|
|
6178
6178
|
}
|
|
6179
6179
|
interface FilterInstagramHistoryChangeInfoDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6180
|
-
|
|
6181
|
-
|
|
6182
|
-
|
|
6183
|
-
|
|
6180
|
+
department: string[];
|
|
6181
|
+
leader: string[];
|
|
6182
|
+
team: string[];
|
|
6183
|
+
user: string[];
|
|
6184
6184
|
createdBy: string[];
|
|
6185
6185
|
updatedBy: string[];
|
|
6186
6186
|
createdAt: [Date, Date];
|
|
@@ -6283,10 +6283,10 @@ interface FindInstagramHistoryCreateNewDto extends IFindBaseDto, IInstagramHisto
|
|
|
6283
6283
|
};
|
|
6284
6284
|
}
|
|
6285
6285
|
interface FilterInstagramHistoryCreateNewDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6286
|
-
|
|
6287
|
-
|
|
6288
|
-
|
|
6289
|
-
|
|
6286
|
+
department: string[];
|
|
6287
|
+
leader: string[];
|
|
6288
|
+
team: string[];
|
|
6289
|
+
user: string[];
|
|
6290
6290
|
createdBy: string[];
|
|
6291
6291
|
updatedBy: string[];
|
|
6292
6292
|
createdAt: [Date, Date];
|
|
@@ -6372,10 +6372,10 @@ interface FindInstagramHistoryGroupDto extends IFindBaseDto, IInstagramHistoryGr
|
|
|
6372
6372
|
};
|
|
6373
6373
|
}
|
|
6374
6374
|
interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBaseAccountSocialDto, 'accountGroup'> {
|
|
6375
|
-
|
|
6376
|
-
|
|
6377
|
-
|
|
6378
|
-
|
|
6375
|
+
department: string[];
|
|
6376
|
+
leader: string[];
|
|
6377
|
+
team: string[];
|
|
6378
|
+
user: string[];
|
|
6379
6379
|
createdBy: string[];
|
|
6380
6380
|
updatedBy: string[];
|
|
6381
6381
|
createdAt: [Date, Date];
|
|
@@ -6837,10 +6837,10 @@ interface FindInstagramHistoryFollowDto extends IFindBaseDto, IInstagramHistoryF
|
|
|
6837
6837
|
status: EStatusTaskScript;
|
|
6838
6838
|
}
|
|
6839
6839
|
interface FilterInstagramHistoryFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6840
|
-
|
|
6841
|
-
|
|
6842
|
-
|
|
6843
|
-
|
|
6840
|
+
department: string[];
|
|
6841
|
+
leader: string[];
|
|
6842
|
+
team: string[];
|
|
6843
|
+
user: string[];
|
|
6844
6844
|
createdBy: string[];
|
|
6845
6845
|
updatedBy: string[];
|
|
6846
6846
|
createdAt: [Date, Date];
|
|
@@ -6910,10 +6910,10 @@ interface FindInstagramHistoryAutoPostDto extends IFindBaseDto, IInstagramHistor
|
|
|
6910
6910
|
status: EStatusTaskScript;
|
|
6911
6911
|
}
|
|
6912
6912
|
interface FilterInstagramHistoryAutoPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6913
|
-
|
|
6914
|
-
|
|
6915
|
-
|
|
6916
|
-
|
|
6913
|
+
department: string[];
|
|
6914
|
+
leader: string[];
|
|
6915
|
+
team: string[];
|
|
6916
|
+
user: string[];
|
|
6917
6917
|
createdBy: string[];
|
|
6918
6918
|
updatedBy: string[];
|
|
6919
6919
|
createdAt: [Date, Date];
|
|
@@ -6968,10 +6968,10 @@ interface FindInstagramHistoryBlockUserDto extends IFindBaseDto, IInstagramHisto
|
|
|
6968
6968
|
status: EStatusTaskScript;
|
|
6969
6969
|
}
|
|
6970
6970
|
interface FilterInstagramHistoryBlockUserDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
6971
|
-
|
|
6972
|
-
|
|
6973
|
-
|
|
6974
|
-
|
|
6971
|
+
department: string[];
|
|
6972
|
+
leader: string[];
|
|
6973
|
+
team: string[];
|
|
6974
|
+
user: string[];
|
|
6975
6975
|
createdBy: string[];
|
|
6976
6976
|
updatedBy: string[];
|
|
6977
6977
|
createdAt: [Date, Date];
|
|
@@ -7020,10 +7020,10 @@ interface FindInstagramReportPostHighLightDto extends IFindBaseDto, IInstagramRe
|
|
|
7020
7020
|
account: string;
|
|
7021
7021
|
}
|
|
7022
7022
|
interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7023
|
-
|
|
7024
|
-
|
|
7025
|
-
|
|
7026
|
-
|
|
7023
|
+
department: string[];
|
|
7024
|
+
leader: string[];
|
|
7025
|
+
team: string[];
|
|
7026
|
+
user: string[];
|
|
7027
7027
|
createdBy: string[];
|
|
7028
7028
|
updatedBy: string[];
|
|
7029
7029
|
createdAt: [Date, Date];
|
|
@@ -7072,10 +7072,10 @@ interface FindInstagramReportPostNewDto extends IFindBaseDto, IInstagramReportPo
|
|
|
7072
7072
|
account: string;
|
|
7073
7073
|
}
|
|
7074
7074
|
interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7075
|
-
|
|
7076
|
-
|
|
7077
|
-
|
|
7078
|
-
|
|
7075
|
+
department: string[];
|
|
7076
|
+
leader: string[];
|
|
7077
|
+
team: string[];
|
|
7078
|
+
user: string[];
|
|
7079
7079
|
createdBy: string[];
|
|
7080
7080
|
updatedBy: string[];
|
|
7081
7081
|
createdAt: [Date, Date];
|
|
@@ -7124,10 +7124,10 @@ interface FindInstagramReportPostReelDto extends IFindBaseDto, IInstagramReportP
|
|
|
7124
7124
|
account: string;
|
|
7125
7125
|
}
|
|
7126
7126
|
interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7127
|
-
|
|
7128
|
-
|
|
7129
|
-
|
|
7130
|
-
|
|
7127
|
+
department: string[];
|
|
7128
|
+
leader: string[];
|
|
7129
|
+
team: string[];
|
|
7130
|
+
user: string[];
|
|
7131
7131
|
createdBy: string[];
|
|
7132
7132
|
updatedBy: string[];
|
|
7133
7133
|
createdAt: [Date, Date];
|
|
@@ -7176,10 +7176,10 @@ interface FindInstagramReportPostStoryDto extends IFindBaseDto, IInstagramReport
|
|
|
7176
7176
|
account: string;
|
|
7177
7177
|
}
|
|
7178
7178
|
interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7179
|
-
|
|
7180
|
-
|
|
7181
|
-
|
|
7182
|
-
|
|
7179
|
+
department: string[];
|
|
7180
|
+
leader: string[];
|
|
7181
|
+
team: string[];
|
|
7182
|
+
user: string[];
|
|
7183
7183
|
createdBy: string[];
|
|
7184
7184
|
updatedBy: string[];
|
|
7185
7185
|
createdAt: [Date, Date];
|
|
@@ -7228,10 +7228,10 @@ interface FindInstagramReportPostSquareDto extends IFindBaseDto, IInstagramRepor
|
|
|
7228
7228
|
account: string;
|
|
7229
7229
|
}
|
|
7230
7230
|
interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7231
|
-
|
|
7232
|
-
|
|
7233
|
-
|
|
7234
|
-
|
|
7231
|
+
department: string[];
|
|
7232
|
+
leader: string[];
|
|
7233
|
+
team: string[];
|
|
7234
|
+
user: string[];
|
|
7235
7235
|
createdBy: string[];
|
|
7236
7236
|
updatedBy: string[];
|
|
7237
7237
|
createdAt: [Date, Date];
|
|
@@ -7280,10 +7280,10 @@ interface FindInstagramReportInteractReplyCommentDto extends IFindBaseDto, IInst
|
|
|
7280
7280
|
account: string;
|
|
7281
7281
|
}
|
|
7282
7282
|
interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7283
|
-
|
|
7284
|
-
|
|
7285
|
-
|
|
7286
|
-
|
|
7283
|
+
department: string[];
|
|
7284
|
+
leader: string[];
|
|
7285
|
+
team: string[];
|
|
7286
|
+
user: string[];
|
|
7287
7287
|
createdBy: string[];
|
|
7288
7288
|
updatedBy: string[];
|
|
7289
7289
|
createdAt: [Date, Date];
|
|
@@ -7331,10 +7331,10 @@ interface FindInstagramReportInteractReelDto extends IFindBaseDto, IInstagramRep
|
|
|
7331
7331
|
account: string;
|
|
7332
7332
|
}
|
|
7333
7333
|
interface FilterInstagramReportInteractReelDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7334
|
-
|
|
7335
|
-
|
|
7336
|
-
|
|
7337
|
-
|
|
7334
|
+
department: string[];
|
|
7335
|
+
leader: string[];
|
|
7336
|
+
team: string[];
|
|
7337
|
+
user: string[];
|
|
7338
7338
|
createdBy: string[];
|
|
7339
7339
|
updatedBy: string[];
|
|
7340
7340
|
createdAt: [Date, Date];
|
|
@@ -7382,10 +7382,10 @@ interface FindInstagramReportInteractStoryDto extends IFindBaseDto, IInstagramRe
|
|
|
7382
7382
|
account: string;
|
|
7383
7383
|
}
|
|
7384
7384
|
interface FilterInstagramReportInteractStoryDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7385
|
-
|
|
7386
|
-
|
|
7387
|
-
|
|
7388
|
-
|
|
7385
|
+
department: string[];
|
|
7386
|
+
leader: string[];
|
|
7387
|
+
team: string[];
|
|
7388
|
+
user: string[];
|
|
7389
7389
|
createdBy: string[];
|
|
7390
7390
|
updatedBy: string[];
|
|
7391
7391
|
createdAt: [Date, Date];
|
|
@@ -7433,10 +7433,10 @@ interface FindInstagramReportInteractExploreDto extends IFindBaseDto, IInstagram
|
|
|
7433
7433
|
account: string;
|
|
7434
7434
|
}
|
|
7435
7435
|
interface FilterInstagramReportInteractExploreDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7436
|
-
|
|
7437
|
-
|
|
7438
|
-
|
|
7439
|
-
|
|
7436
|
+
department: string[];
|
|
7437
|
+
leader: string[];
|
|
7438
|
+
team: string[];
|
|
7439
|
+
user: string[];
|
|
7440
7440
|
createdBy: string[];
|
|
7441
7441
|
updatedBy: string[];
|
|
7442
7442
|
createdAt: [Date, Date];
|
|
@@ -7484,10 +7484,10 @@ interface FindInstagramReportInteractReplyMessageDto extends IFindBaseDto, IInst
|
|
|
7484
7484
|
account: string;
|
|
7485
7485
|
}
|
|
7486
7486
|
interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7487
|
-
|
|
7488
|
-
|
|
7489
|
-
|
|
7490
|
-
|
|
7487
|
+
department: string[];
|
|
7488
|
+
leader: string[];
|
|
7489
|
+
team: string[];
|
|
7490
|
+
user: string[];
|
|
7491
7491
|
createdBy: string[];
|
|
7492
7492
|
updatedBy: string[];
|
|
7493
7493
|
createdAt: [Date, Date];
|
|
@@ -7535,10 +7535,10 @@ interface FindInstagramReportInteractFollowDto extends IFindBaseDto, IInstagramR
|
|
|
7535
7535
|
account: string;
|
|
7536
7536
|
}
|
|
7537
7537
|
interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7538
|
-
|
|
7539
|
-
|
|
7540
|
-
|
|
7541
|
-
|
|
7538
|
+
department: string[];
|
|
7539
|
+
leader: string[];
|
|
7540
|
+
team: string[];
|
|
7541
|
+
user: string[];
|
|
7542
7542
|
createdBy: string[];
|
|
7543
7543
|
updatedBy: string[];
|
|
7544
7544
|
createdAt: [Date, Date];
|
|
@@ -7586,10 +7586,10 @@ interface FindInstagramReportInteractBlockUserDto extends IFindBaseDto, IInstagr
|
|
|
7586
7586
|
account: string;
|
|
7587
7587
|
}
|
|
7588
7588
|
interface FilterInstagramReportInteractBlockUserDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7589
|
-
|
|
7590
|
-
|
|
7591
|
-
|
|
7592
|
-
|
|
7589
|
+
department: string[];
|
|
7590
|
+
leader: string[];
|
|
7591
|
+
team: string[];
|
|
7592
|
+
user: string[];
|
|
7593
7593
|
createdBy: string[];
|
|
7594
7594
|
updatedBy: string[];
|
|
7595
7595
|
createdAt: [Date, Date];
|
|
@@ -7613,10 +7613,10 @@ interface FindInstagramSettingInteractExploreDto extends IFindBaseDto, IInstagra
|
|
|
7613
7613
|
account: string;
|
|
7614
7614
|
}
|
|
7615
7615
|
interface FilterInstagramSettingInteractExploreDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7616
|
-
|
|
7617
|
-
|
|
7618
|
-
|
|
7619
|
-
|
|
7616
|
+
department: string[];
|
|
7617
|
+
leader: string[];
|
|
7618
|
+
team: string[];
|
|
7619
|
+
user: string[];
|
|
7620
7620
|
createdBy: string[];
|
|
7621
7621
|
updatedBy: string[];
|
|
7622
7622
|
createdAt: [Date, Date];
|
|
@@ -7640,10 +7640,10 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto, IInstagram
|
|
|
7640
7640
|
account: string;
|
|
7641
7641
|
}
|
|
7642
7642
|
interface FilterInstagramSettingInteractFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7643
|
-
|
|
7644
|
-
|
|
7645
|
-
|
|
7646
|
-
|
|
7643
|
+
department: string[];
|
|
7644
|
+
leader: string[];
|
|
7645
|
+
team: string[];
|
|
7646
|
+
user: string[];
|
|
7647
7647
|
createdBy: string[];
|
|
7648
7648
|
updatedBy: string[];
|
|
7649
7649
|
createdAt: [Date, Date];
|
|
@@ -7667,10 +7667,10 @@ interface FindInstagramSettingInteractReelDto extends IFindBaseDto, IInstagramSe
|
|
|
7667
7667
|
account: string;
|
|
7668
7668
|
}
|
|
7669
7669
|
interface FilterInstagramSettingInteractReelDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7670
|
-
|
|
7671
|
-
|
|
7672
|
-
|
|
7673
|
-
|
|
7670
|
+
department: string[];
|
|
7671
|
+
leader: string[];
|
|
7672
|
+
team: string[];
|
|
7673
|
+
user: string[];
|
|
7674
7674
|
createdBy: string[];
|
|
7675
7675
|
updatedBy: string[];
|
|
7676
7676
|
createdAt: [Date, Date];
|
|
@@ -7694,10 +7694,10 @@ interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto, IIns
|
|
|
7694
7694
|
account: string;
|
|
7695
7695
|
}
|
|
7696
7696
|
interface FilterInstagramSettingInteractReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7697
|
-
|
|
7698
|
-
|
|
7699
|
-
|
|
7700
|
-
|
|
7697
|
+
department: string[];
|
|
7698
|
+
leader: string[];
|
|
7699
|
+
team: string[];
|
|
7700
|
+
user: string[];
|
|
7701
7701
|
createdBy: string[];
|
|
7702
7702
|
updatedBy: string[];
|
|
7703
7703
|
createdAt: [Date, Date];
|
|
@@ -7721,10 +7721,10 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto, IIns
|
|
|
7721
7721
|
account: string;
|
|
7722
7722
|
}
|
|
7723
7723
|
interface FilterInstagramSettingInteractReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7724
|
-
|
|
7725
|
-
|
|
7726
|
-
|
|
7727
|
-
|
|
7724
|
+
department: string[];
|
|
7725
|
+
leader: string[];
|
|
7726
|
+
team: string[];
|
|
7727
|
+
user: string[];
|
|
7728
7728
|
createdBy: string[];
|
|
7729
7729
|
updatedBy: string[];
|
|
7730
7730
|
createdAt: [Date, Date];
|
|
@@ -7748,10 +7748,10 @@ interface FindInstagramSettingInteractStoryDto extends IFindBaseDto, IInstagramS
|
|
|
7748
7748
|
account: string;
|
|
7749
7749
|
}
|
|
7750
7750
|
interface FilterInstagramSettingInteractStoryDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7751
|
-
|
|
7752
|
-
|
|
7753
|
-
|
|
7754
|
-
|
|
7751
|
+
department: string[];
|
|
7752
|
+
leader: string[];
|
|
7753
|
+
team: string[];
|
|
7754
|
+
user: string[];
|
|
7755
7755
|
createdBy: string[];
|
|
7756
7756
|
updatedBy: string[];
|
|
7757
7757
|
createdAt: [Date, Date];
|
|
@@ -7775,10 +7775,10 @@ interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto, IInstagr
|
|
|
7775
7775
|
account: string;
|
|
7776
7776
|
}
|
|
7777
7777
|
interface FilterInstagramSettingInteractUnFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7778
|
-
|
|
7779
|
-
|
|
7780
|
-
|
|
7781
|
-
|
|
7778
|
+
department: string[];
|
|
7779
|
+
leader: string[];
|
|
7780
|
+
team: string[];
|
|
7781
|
+
user: string[];
|
|
7782
7782
|
createdBy: string[];
|
|
7783
7783
|
updatedBy: string[];
|
|
7784
7784
|
createdAt: [Date, Date];
|
|
@@ -7802,10 +7802,10 @@ interface FindInstagramSettingPostDto extends IFindBaseDto, IInstagramSettingPos
|
|
|
7802
7802
|
account: string;
|
|
7803
7803
|
}
|
|
7804
7804
|
interface FilterInstagramSettingPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7805
|
-
|
|
7806
|
-
|
|
7807
|
-
|
|
7808
|
-
|
|
7805
|
+
department: string[];
|
|
7806
|
+
leader: string[];
|
|
7807
|
+
team: string[];
|
|
7808
|
+
user: string[];
|
|
7809
7809
|
createdBy: string[];
|
|
7810
7810
|
updatedBy: string[];
|
|
7811
7811
|
createdAt: [Date, Date];
|
|
@@ -7893,10 +7893,10 @@ interface UpdateTaskInstagramBlockUserDto extends Partial<ITaskInstagramBlockUse
|
|
|
7893
7893
|
interface FindTaskInstagramBlockUserDto extends IFindBaseDto, ITaskInstagramBlockUser {
|
|
7894
7894
|
}
|
|
7895
7895
|
interface FilterTaskInstagramBlockUserDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7896
|
-
|
|
7897
|
-
|
|
7898
|
-
|
|
7899
|
-
|
|
7896
|
+
department: string[];
|
|
7897
|
+
leader: string[];
|
|
7898
|
+
team: string[];
|
|
7899
|
+
user: string[];
|
|
7900
7900
|
createdBy: string[];
|
|
7901
7901
|
updatedBy: string[];
|
|
7902
7902
|
createdAt: [Date, Date];
|
|
@@ -7943,10 +7943,10 @@ interface UpdateTaskInstagramChangeInfoDto extends Partial<ITaskInstagramChangeI
|
|
|
7943
7943
|
interface FindTaskInstagramChangeInfoDto extends IFindBaseDto, ITaskInstagramChangeInfo {
|
|
7944
7944
|
}
|
|
7945
7945
|
interface FilterTaskInstagramChangeInfoDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7946
|
-
|
|
7947
|
-
|
|
7948
|
-
|
|
7949
|
-
|
|
7946
|
+
department: string[];
|
|
7947
|
+
leader: string[];
|
|
7948
|
+
team: string[];
|
|
7949
|
+
user: string[];
|
|
7950
7950
|
createdBy: string[];
|
|
7951
7951
|
updatedBy: string[];
|
|
7952
7952
|
createdAt: [Date, Date];
|
|
@@ -7994,10 +7994,10 @@ interface UpdateTaskInstagramFollowDto extends Partial<ITaskInstagramFollow> {
|
|
|
7994
7994
|
interface FindTaskInstagramFollowDto extends IFindBaseDto, ITaskInstagramFollow {
|
|
7995
7995
|
}
|
|
7996
7996
|
interface FilterTaskInstagramFollowDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
7997
|
-
|
|
7998
|
-
|
|
7999
|
-
|
|
8000
|
-
|
|
7997
|
+
department: string[];
|
|
7998
|
+
leader: string[];
|
|
7999
|
+
team: string[];
|
|
8000
|
+
user: string[];
|
|
8001
8001
|
createdBy: string[];
|
|
8002
8002
|
updatedBy: string[];
|
|
8003
8003
|
createdAt: [Date, Date];
|
|
@@ -8045,10 +8045,10 @@ interface UpdateTaskInstagramReplyCommentDto extends Partial<ITaskInstagramReply
|
|
|
8045
8045
|
interface FindTaskInstagramReplyCommentDto extends IFindBaseDto, ITaskInstagramReplyComment {
|
|
8046
8046
|
}
|
|
8047
8047
|
interface FilterTaskInstagramReplyCommentDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
8048
|
-
|
|
8049
|
-
|
|
8050
|
-
|
|
8051
|
-
|
|
8048
|
+
department: string[];
|
|
8049
|
+
leader: string[];
|
|
8050
|
+
team: string[];
|
|
8051
|
+
user: string[];
|
|
8052
8052
|
createdBy: string[];
|
|
8053
8053
|
updatedBy: string[];
|
|
8054
8054
|
createdAt: [Date, Date];
|
|
@@ -8096,10 +8096,10 @@ interface UpdateTaskInstagramReplyMessageDto extends Partial<ITaskInstagramReply
|
|
|
8096
8096
|
interface FindTaskInstagramReplyMessageDto extends IFindBaseDto, ITaskInstagramReplyMessage {
|
|
8097
8097
|
}
|
|
8098
8098
|
interface FilterTaskInstagramReplyMessageDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
8099
|
-
|
|
8100
|
-
|
|
8101
|
-
|
|
8102
|
-
|
|
8099
|
+
department: string[];
|
|
8100
|
+
leader: string[];
|
|
8101
|
+
team: string[];
|
|
8102
|
+
user: string[];
|
|
8103
8103
|
createdBy: string[];
|
|
8104
8104
|
updatedBy: string[];
|
|
8105
8105
|
createdAt: [Date, Date];
|
|
@@ -8147,10 +8147,10 @@ interface UpdateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
|
|
|
8147
8147
|
interface FindTaskInstagramPostDto extends IFindBaseDto, ITaskInstagramPost {
|
|
8148
8148
|
}
|
|
8149
8149
|
interface FilterTaskInstagramPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
8150
|
-
|
|
8151
|
-
|
|
8152
|
-
|
|
8153
|
-
|
|
8150
|
+
department: string[];
|
|
8151
|
+
leader: string[];
|
|
8152
|
+
team: string[];
|
|
8153
|
+
user: string[];
|
|
8154
8154
|
createdBy: string[];
|
|
8155
8155
|
updatedBy: string[];
|
|
8156
8156
|
createdAt: [Date, Date];
|
|
@@ -8198,10 +8198,10 @@ interface UpdateTaskInstagramInteractExploreDto extends Partial<ITaskInstagramIn
|
|
|
8198
8198
|
interface FindTaskInstagramInteractExploreDto extends IFindBaseDto, ITaskInstagramInteractExplore {
|
|
8199
8199
|
}
|
|
8200
8200
|
interface FilterTaskInstagramInteractExploreDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
8201
|
-
|
|
8202
|
-
|
|
8203
|
-
|
|
8204
|
-
|
|
8201
|
+
department: string[];
|
|
8202
|
+
leader: string[];
|
|
8203
|
+
team: string[];
|
|
8204
|
+
user: string[];
|
|
8205
8205
|
createdBy: string[];
|
|
8206
8206
|
updatedBy: string[];
|
|
8207
8207
|
createdAt: [Date, Date];
|
|
@@ -8248,10 +8248,10 @@ interface UpdateTaskInstagramInteractReelDto extends Partial<ITaskInstagramInter
|
|
|
8248
8248
|
interface FindTaskInstagramInteractReelDto extends IFindBaseDto, ITaskInstagramInteractReel {
|
|
8249
8249
|
}
|
|
8250
8250
|
interface FilterTaskInstagramInteractReelDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
8251
|
-
|
|
8252
|
-
|
|
8253
|
-
|
|
8254
|
-
|
|
8251
|
+
department: string[];
|
|
8252
|
+
leader: string[];
|
|
8253
|
+
team: string[];
|
|
8254
|
+
user: string[];
|
|
8255
8255
|
createdBy: string[];
|
|
8256
8256
|
updatedBy: string[];
|
|
8257
8257
|
createdAt: [Date, Date];
|
|
@@ -8298,10 +8298,10 @@ interface UpdateTaskInstagramInteractStoryDto extends Partial<ITaskInstagramInte
|
|
|
8298
8298
|
interface FindTaskInstagramInteractStoryDto extends IFindBaseDto, ITaskInstagramInteractStory {
|
|
8299
8299
|
}
|
|
8300
8300
|
interface FilterTaskInstagramInteractStoryDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
8301
|
-
|
|
8302
|
-
|
|
8303
|
-
|
|
8304
|
-
|
|
8301
|
+
department: string[];
|
|
8302
|
+
leader: string[];
|
|
8303
|
+
team: string[];
|
|
8304
|
+
user: string[];
|
|
8305
8305
|
createdBy: string[];
|
|
8306
8306
|
updatedBy: string[];
|
|
8307
8307
|
createdAt: [Date, Date];
|
|
@@ -8316,10 +8316,10 @@ interface FilterTaskInstagramInteractStoryDto extends IFilterBaseDto, IFilterBas
|
|
|
8316
8316
|
}
|
|
8317
8317
|
|
|
8318
8318
|
interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto, IFilterBaseAccountSocialDto, ApplyTimeDashboardDto {
|
|
8319
|
-
|
|
8320
|
-
|
|
8321
|
-
|
|
8322
|
-
|
|
8319
|
+
department: string[];
|
|
8320
|
+
leader: string[];
|
|
8321
|
+
team: string[];
|
|
8322
|
+
user: string[];
|
|
8323
8323
|
createdBy: string[];
|
|
8324
8324
|
updatedBy: string[];
|
|
8325
8325
|
createdAt: [Date, Date];
|
|
@@ -8491,6 +8491,7 @@ interface FindOverviewAccountEmailDto {
|
|
|
8491
8491
|
}
|
|
8492
8492
|
interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
|
|
8493
8493
|
provider: string;
|
|
8494
|
+
listProxyType: ETypeProxy[];
|
|
8494
8495
|
listProxy: IProxy[];
|
|
8495
8496
|
tagWorks?: {
|
|
8496
8497
|
idea: IManagerWork;
|
|
@@ -8507,23 +8508,21 @@ interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
|
|
|
8507
8508
|
};
|
|
8508
8509
|
}
|
|
8509
8510
|
interface FilterAccountEmailDto extends IFilterBaseDto {
|
|
8510
|
-
|
|
8511
|
-
|
|
8512
|
-
|
|
8513
|
-
|
|
8511
|
+
department: string[];
|
|
8512
|
+
leader: string[];
|
|
8513
|
+
team: string[];
|
|
8514
|
+
user: string[];
|
|
8514
8515
|
createdBy: string[];
|
|
8515
8516
|
updatedBy: string[];
|
|
8516
8517
|
createdAt: [Date, Date];
|
|
8517
8518
|
updatedAt: [Date, Date];
|
|
8518
|
-
ideas: string[];
|
|
8519
|
-
niches: string[];
|
|
8520
8519
|
email: string[];
|
|
8521
8520
|
emailRecover: string[];
|
|
8522
8521
|
status: EStatusEmail[];
|
|
8522
|
+
typeProxy: ETypeProxy[];
|
|
8523
|
+
ideas: string[];
|
|
8524
|
+
niches: string[];
|
|
8523
8525
|
proxy: string[];
|
|
8524
|
-
tagContent: EEmailTagType[];
|
|
8525
|
-
tagImage: EEmailTagType[];
|
|
8526
|
-
tagVoice: EEmailTagType[];
|
|
8527
8526
|
listAISynchronized: EEmailTagType[];
|
|
8528
8527
|
}
|
|
8529
8528
|
|
|
@@ -8641,10 +8640,10 @@ interface FilterHistoryTaskAIContentDto extends IFilterBaseDto {
|
|
|
8641
8640
|
interface FindHistoryTaskCanvaDto extends IFindBaseDto, IHistoryTaskCanva {
|
|
8642
8641
|
}
|
|
8643
8642
|
interface FilterHistoryTaskCanvaDto extends IFilterBaseDto {
|
|
8644
|
-
|
|
8645
|
-
|
|
8646
|
-
|
|
8647
|
-
|
|
8643
|
+
department: string[];
|
|
8644
|
+
leader: string[];
|
|
8645
|
+
team: string[];
|
|
8646
|
+
user: string[];
|
|
8648
8647
|
createdBy: string[];
|
|
8649
8648
|
updatedBy: string[];
|
|
8650
8649
|
createdAt: [Date, Date];
|
|
@@ -8680,10 +8679,10 @@ interface FindOverviewAccountCanvaDto {
|
|
|
8680
8679
|
};
|
|
8681
8680
|
}
|
|
8682
8681
|
interface FilterAccountCanvaDto extends IFilterBaseDto {
|
|
8683
|
-
|
|
8684
|
-
|
|
8685
|
-
|
|
8686
|
-
|
|
8682
|
+
department: string[];
|
|
8683
|
+
leader: string[];
|
|
8684
|
+
team: string[];
|
|
8685
|
+
user: string[];
|
|
8687
8686
|
createdBy: string[];
|
|
8688
8687
|
updatedBy: string[];
|
|
8689
8688
|
createdAt: [Date, Date];
|
|
@@ -8718,10 +8717,10 @@ interface FindOverviewAccountDriveDto {
|
|
|
8718
8717
|
};
|
|
8719
8718
|
}
|
|
8720
8719
|
interface FilterAccountDriveDto extends IFilterBaseDto {
|
|
8721
|
-
|
|
8722
|
-
|
|
8723
|
-
|
|
8724
|
-
|
|
8720
|
+
department: string[];
|
|
8721
|
+
leader: string[];
|
|
8722
|
+
team: string[];
|
|
8723
|
+
user: string[];
|
|
8725
8724
|
createdBy: string[];
|
|
8726
8725
|
updatedBy: string[];
|
|
8727
8726
|
createdAt: [Date, Date];
|
|
@@ -8787,10 +8786,10 @@ interface FindProxyDto extends IFindBaseDto, IProxy {
|
|
|
8787
8786
|
newIpFormat: string;
|
|
8788
8787
|
}
|
|
8789
8788
|
interface FilterProxyDto extends IFilterBaseDto {
|
|
8790
|
-
|
|
8791
|
-
|
|
8792
|
-
|
|
8793
|
-
|
|
8789
|
+
department: string[];
|
|
8790
|
+
leader: string[];
|
|
8791
|
+
team: string[];
|
|
8792
|
+
user: string[];
|
|
8794
8793
|
createdBy: string[];
|
|
8795
8794
|
updatedBy: string[];
|
|
8796
8795
|
createdAt: [Date, Date];
|
|
@@ -8809,10 +8808,10 @@ interface FilterProxyDto extends IFilterBaseDto {
|
|
|
8809
8808
|
interface FindAccountVPSDto extends IFindBaseDto, IAccountVPS {
|
|
8810
8809
|
}
|
|
8811
8810
|
interface FilterAccountVPSDto extends IFilterBaseDto {
|
|
8812
|
-
|
|
8813
|
-
|
|
8814
|
-
|
|
8815
|
-
|
|
8811
|
+
department: string[];
|
|
8812
|
+
leader: string[];
|
|
8813
|
+
team: string[];
|
|
8814
|
+
user: string[];
|
|
8816
8815
|
createdBy: string[];
|
|
8817
8816
|
updatedBy: string[];
|
|
8818
8817
|
createdAt: [Date, Date];
|
|
@@ -8825,10 +8824,10 @@ interface FilterAccountVPSDto extends IFilterBaseDto {
|
|
|
8825
8824
|
interface FindAccountVPSGroupDto extends IFindBaseDto, IAccountVPSGroup {
|
|
8826
8825
|
}
|
|
8827
8826
|
interface FilterAccountVPSGroupDto extends IFilterBaseDto {
|
|
8828
|
-
|
|
8829
|
-
|
|
8830
|
-
|
|
8831
|
-
|
|
8827
|
+
department: string[];
|
|
8828
|
+
leader: string[];
|
|
8829
|
+
team: string[];
|
|
8830
|
+
user: string[];
|
|
8832
8831
|
createdBy: string[];
|
|
8833
8832
|
updatedBy: string[];
|
|
8834
8833
|
createdAt: [Date, Date];
|
|
@@ -8950,10 +8949,10 @@ interface FindOverviewAccountCHPlayICloudDto {
|
|
|
8950
8949
|
};
|
|
8951
8950
|
}
|
|
8952
8951
|
interface FilterAccountCHPlayICloudDto extends IFilterBaseDto {
|
|
8953
|
-
|
|
8954
|
-
|
|
8955
|
-
|
|
8956
|
-
|
|
8952
|
+
department: string[];
|
|
8953
|
+
leader: string[];
|
|
8954
|
+
team: string[];
|
|
8955
|
+
user: string[];
|
|
8957
8956
|
createdBy: string[];
|
|
8958
8957
|
updatedBy: string[];
|
|
8959
8958
|
createdAt: [Date, Date];
|
|
@@ -9818,10 +9817,10 @@ interface FindBlogDto extends IFindBaseDto, IBlog {
|
|
|
9818
9817
|
blog_usersPermission?: IUser[];
|
|
9819
9818
|
}
|
|
9820
9819
|
interface FilterBlogDto extends IFilterBaseDto {
|
|
9821
|
-
|
|
9822
|
-
|
|
9823
|
-
|
|
9824
|
-
|
|
9820
|
+
department: string[];
|
|
9821
|
+
leader: string[];
|
|
9822
|
+
team: string[];
|
|
9823
|
+
user: string[];
|
|
9825
9824
|
createdBy: string[];
|
|
9826
9825
|
updatedBy: string[];
|
|
9827
9826
|
createdAt: [Date, Date];
|
|
@@ -10134,10 +10133,10 @@ interface FindManagerWorkDto extends IFindBaseDto, IManagerWork {
|
|
|
10134
10133
|
mw_domains: IDomain[];
|
|
10135
10134
|
}
|
|
10136
10135
|
interface FilterManagerWorkDto extends IFilterBaseDto {
|
|
10137
|
-
|
|
10138
|
-
|
|
10139
|
-
|
|
10140
|
-
|
|
10136
|
+
department: string[];
|
|
10137
|
+
leader: string[];
|
|
10138
|
+
team: string[];
|
|
10139
|
+
user: string[];
|
|
10141
10140
|
createdBy: string[];
|
|
10142
10141
|
updatedBy: string[];
|
|
10143
10142
|
createdAt: [Date, Date];
|
|
@@ -10201,10 +10200,10 @@ interface FindSheetWorkDto extends IFindBaseDto, ISheetWork {
|
|
|
10201
10200
|
sw_domains: IDomain[];
|
|
10202
10201
|
}
|
|
10203
10202
|
interface FilterSheetWorkDto extends IFilterBaseDto {
|
|
10204
|
-
|
|
10205
|
-
|
|
10206
|
-
|
|
10207
|
-
|
|
10203
|
+
department: string[];
|
|
10204
|
+
leader: string[];
|
|
10205
|
+
team: string[];
|
|
10206
|
+
user: string[];
|
|
10208
10207
|
createdBy: string[];
|
|
10209
10208
|
updatedBy: string[];
|
|
10210
10209
|
createdAt: [Date, Date];
|
|
@@ -10229,10 +10228,10 @@ interface FindSheetWorkCategoryDto extends IFindBaseDto, ISheetWorksCategory {
|
|
|
10229
10228
|
listSheetWorkTypeSocials: ETypeSocial[];
|
|
10230
10229
|
}
|
|
10231
10230
|
interface FilterSheetWorkCategoryDto extends IFilterBaseDto {
|
|
10232
|
-
|
|
10233
|
-
|
|
10234
|
-
|
|
10235
|
-
|
|
10231
|
+
department: string[];
|
|
10232
|
+
leader: string[];
|
|
10233
|
+
team: string[];
|
|
10234
|
+
user: string[];
|
|
10236
10235
|
createdBy: string[];
|
|
10237
10236
|
updatedBy: string[];
|
|
10238
10237
|
createdAt: [Date, Date];
|