automation-lib 5.1.557 → 5.1.559

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/dist/index.d.mts +299 -271
  2. package/dist/index.d.ts +299 -271
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4857,10 +4857,10 @@ interface IFindBaseDto {
4857
4857
  updatedByName?: string;
4858
4858
  }
4859
4859
  interface IFilterBaseDto {
4860
- team: string[];
4861
- leader: string[];
4862
- department: string[];
4863
- user: string[];
4860
+ departmentCreator: string[];
4861
+ leaderCreator: string[];
4862
+ teamCreator: string[];
4863
+ userCreator: string[];
4864
4864
  createdBy: string[];
4865
4865
  updatedBy: string[];
4866
4866
  createdAt: [Date, Date];
@@ -4955,10 +4955,10 @@ interface FindThreadsHistoryGroupDto extends IFindBaseDto, IThreadsHistoryGroup
4955
4955
  emailRecover: string;
4956
4956
  }
4957
4957
  interface FilterThreadsHistoryGroupDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
4958
- team: string[];
4959
- leader: string[];
4960
- department: string[];
4961
- user: string[];
4958
+ departmentCreator: string[];
4959
+ leaderCreator: string[];
4960
+ teamCreator: string[];
4961
+ userCreator: 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
- team: string[];
4997
- leader: string[];
4998
- department: string[];
4999
- user: string[];
4996
+ departmentCreator: string[];
4997
+ leaderCreator: string[];
4998
+ teamCreator: string[];
4999
+ userCreator: 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
- team: string[];
5035
- leader: string[];
5036
- department: string[];
5037
- user: string[];
5034
+ departmentCreator: string[];
5035
+ leaderCreator: string[];
5036
+ teamCreator: string[];
5037
+ userCreator: 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
- team: string[];
5073
- leader: string[];
5074
- department: string[];
5075
- user: string[];
5072
+ departmentCreator: string[];
5073
+ leaderCreator: string[];
5074
+ teamCreator: string[];
5075
+ userCreator: 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
- team: string[];
5415
- leader: string[];
5416
- department: string[];
5417
- user: string[];
5414
+ departmentCreator: string[];
5415
+ leaderCreator: string[];
5416
+ teamCreator: string[];
5417
+ userCreator: 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
- team: string[];
5467
- leader: string[];
5468
- department: string[];
5469
- user: string[];
5466
+ departmentCreator: string[];
5467
+ leaderCreator: string[];
5468
+ teamCreator: string[];
5469
+ userCreator: 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
- team: string[];
5519
- leader: string[];
5520
- department: string[];
5521
- user: string[];
5518
+ departmentCreator: string[];
5519
+ leaderCreator: string[];
5520
+ teamCreator: string[];
5521
+ userCreator: 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
- team: string[];
5571
- leader: string[];
5572
- department: string[];
5573
- user: string[];
5570
+ departmentCreator: string[];
5571
+ leaderCreator: string[];
5572
+ teamCreator: string[];
5573
+ userCreator: 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
- team: string[];
5623
- leader: string[];
5624
- department: string[];
5625
- user: string[];
5622
+ departmentCreator: string[];
5623
+ leaderCreator: string[];
5624
+ teamCreator: string[];
5625
+ userCreator: 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
- team: string[];
5651
- leader: string[];
5652
- department: string[];
5653
- user: string[];
5650
+ departmentCreator: string[];
5651
+ leaderCreator: string[];
5652
+ teamCreator: string[];
5653
+ userCreator: 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
- team: string[];
5678
- leader: string[];
5679
- department: string[];
5680
- user: string[];
5677
+ departmentCreator: string[];
5678
+ leaderCreator: string[];
5679
+ teamCreator: string[];
5680
+ userCreator: 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
- team: string[];
5705
- leader: string[];
5706
- department: string[];
5707
- user: string[];
5704
+ departmentCreator: string[];
5705
+ leaderCreator: string[];
5706
+ teamCreator: string[];
5707
+ userCreator: 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
- team: string[];
5732
- leader: string[];
5733
- department: string[];
5734
- user: string[];
5731
+ departmentCreator: string[];
5732
+ leaderCreator: string[];
5733
+ teamCreator: string[];
5734
+ userCreator: 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
- team: string[];
5759
- leader: string[];
5760
- department: string[];
5761
- user: string[];
5758
+ departmentCreator: string[];
5759
+ leaderCreator: string[];
5760
+ teamCreator: string[];
5761
+ userCreator: 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
- team: string[];
5809
- leader: string[];
5810
- department: string[];
5811
- user: string[];
5808
+ departmentCreator: string[];
5809
+ leaderCreator: string[];
5810
+ teamCreator: string[];
5811
+ userCreator: 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
- team: string[];
5860
- leader: string[];
5861
- department: string[];
5862
- user: string[];
5859
+ departmentCreator: string[];
5860
+ leaderCreator: string[];
5861
+ teamCreator: string[];
5862
+ userCreator: 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
- team: string[];
5911
- leader: string[];
5912
- department: string[];
5913
- user: string[];
5910
+ departmentCreator: string[];
5911
+ leaderCreator: string[];
5912
+ teamCreator: string[];
5913
+ userCreator: 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
- team: string[];
5962
- leader: string[];
5963
- department: string[];
5964
- user: string[];
5961
+ departmentCreator: string[];
5962
+ leaderCreator: string[];
5963
+ teamCreator: string[];
5964
+ userCreator: 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
- team: string[];
6049
- leader: string[];
6050
- department: string[];
6051
- user: string[];
6048
+ departmentCreator: string[];
6049
+ leaderCreator: string[];
6050
+ teamCreator: string[];
6051
+ userCreator: 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
- team: string[];
6181
- leader: string[];
6182
- department: string[];
6183
- user: string[];
6180
+ departmentCreator: string[];
6181
+ leaderCreator: string[];
6182
+ teamCreator: string[];
6183
+ userCreator: 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
- team: string[];
6287
- leader: string[];
6288
- department: string[];
6289
- user: string[];
6286
+ departmentCreator: string[];
6287
+ leaderCreator: string[];
6288
+ teamCreator: string[];
6289
+ userCreator: 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
- team: string[];
6376
- leader: string[];
6377
- department: string[];
6378
- user: string[];
6375
+ departmentCreator: string[];
6376
+ leaderCreator: string[];
6377
+ teamCreator: string[];
6378
+ userCreator: 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
- team: string[];
6841
- leader: string[];
6842
- department: string[];
6843
- user: string[];
6840
+ departmentCreator: string[];
6841
+ leaderCreator: string[];
6842
+ teamCreator: string[];
6843
+ userCreator: 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
- team: string[];
6914
- leader: string[];
6915
- department: string[];
6916
- user: string[];
6913
+ departmentCreator: string[];
6914
+ leaderCreator: string[];
6915
+ teamCreator: string[];
6916
+ userCreator: 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
- team: string[];
6972
- leader: string[];
6973
- department: string[];
6974
- user: string[];
6971
+ departmentCreator: string[];
6972
+ leaderCreator: string[];
6973
+ teamCreator: string[];
6974
+ userCreator: 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
- team: string[];
7024
- leader: string[];
7025
- department: string[];
7026
- user: string[];
7023
+ departmentCreator: string[];
7024
+ leaderCreator: string[];
7025
+ teamCreator: string[];
7026
+ userCreator: 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
- team: string[];
7076
- leader: string[];
7077
- department: string[];
7078
- user: string[];
7075
+ departmentCreator: string[];
7076
+ leaderCreator: string[];
7077
+ teamCreator: string[];
7078
+ userCreator: 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
- team: string[];
7128
- leader: string[];
7129
- department: string[];
7130
- user: string[];
7127
+ departmentCreator: string[];
7128
+ leaderCreator: string[];
7129
+ teamCreator: string[];
7130
+ userCreator: 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
- team: string[];
7180
- leader: string[];
7181
- department: string[];
7182
- user: string[];
7179
+ departmentCreator: string[];
7180
+ leaderCreator: string[];
7181
+ teamCreator: string[];
7182
+ userCreator: 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
- team: string[];
7232
- leader: string[];
7233
- department: string[];
7234
- user: string[];
7231
+ departmentCreator: string[];
7232
+ leaderCreator: string[];
7233
+ teamCreator: string[];
7234
+ userCreator: 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
- team: string[];
7284
- leader: string[];
7285
- department: string[];
7286
- user: string[];
7283
+ departmentCreator: string[];
7284
+ leaderCreator: string[];
7285
+ teamCreator: string[];
7286
+ userCreator: 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
- team: string[];
7335
- leader: string[];
7336
- department: string[];
7337
- user: string[];
7334
+ departmentCreator: string[];
7335
+ leaderCreator: string[];
7336
+ teamCreator: string[];
7337
+ userCreator: 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
- team: string[];
7386
- leader: string[];
7387
- department: string[];
7388
- user: string[];
7385
+ departmentCreator: string[];
7386
+ leaderCreator: string[];
7387
+ teamCreator: string[];
7388
+ userCreator: 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
- team: string[];
7437
- leader: string[];
7438
- department: string[];
7439
- user: string[];
7436
+ departmentCreator: string[];
7437
+ leaderCreator: string[];
7438
+ teamCreator: string[];
7439
+ userCreator: 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
- team: string[];
7488
- leader: string[];
7489
- department: string[];
7490
- user: string[];
7487
+ departmentCreator: string[];
7488
+ leaderCreator: string[];
7489
+ teamCreator: string[];
7490
+ userCreator: 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
- team: string[];
7539
- leader: string[];
7540
- department: string[];
7541
- user: string[];
7538
+ departmentCreator: string[];
7539
+ leaderCreator: string[];
7540
+ teamCreator: string[];
7541
+ userCreator: 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
- team: string[];
7590
- leader: string[];
7591
- department: string[];
7592
- user: string[];
7589
+ departmentCreator: string[];
7590
+ leaderCreator: string[];
7591
+ teamCreator: string[];
7592
+ userCreator: 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
- team: string[];
7617
- leader: string[];
7618
- department: string[];
7619
- user: string[];
7616
+ departmentCreator: string[];
7617
+ leaderCreator: string[];
7618
+ teamCreator: string[];
7619
+ userCreator: 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
- team: string[];
7644
- leader: string[];
7645
- department: string[];
7646
- user: string[];
7643
+ departmentCreator: string[];
7644
+ leaderCreator: string[];
7645
+ teamCreator: string[];
7646
+ userCreator: 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
- team: string[];
7671
- leader: string[];
7672
- department: string[];
7673
- user: string[];
7670
+ departmentCreator: string[];
7671
+ leaderCreator: string[];
7672
+ teamCreator: string[];
7673
+ userCreator: 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
- team: string[];
7698
- leader: string[];
7699
- department: string[];
7700
- user: string[];
7697
+ departmentCreator: string[];
7698
+ leaderCreator: string[];
7699
+ teamCreator: string[];
7700
+ userCreator: 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
- team: string[];
7725
- leader: string[];
7726
- department: string[];
7727
- user: string[];
7724
+ departmentCreator: string[];
7725
+ leaderCreator: string[];
7726
+ teamCreator: string[];
7727
+ userCreator: 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
- team: string[];
7752
- leader: string[];
7753
- department: string[];
7754
- user: string[];
7751
+ departmentCreator: string[];
7752
+ leaderCreator: string[];
7753
+ teamCreator: string[];
7754
+ userCreator: 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
- team: string[];
7779
- leader: string[];
7780
- department: string[];
7781
- user: string[];
7778
+ departmentCreator: string[];
7779
+ leaderCreator: string[];
7780
+ teamCreator: string[];
7781
+ userCreator: 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
- team: string[];
7806
- leader: string[];
7807
- department: string[];
7808
- user: string[];
7805
+ departmentCreator: string[];
7806
+ leaderCreator: string[];
7807
+ teamCreator: string[];
7808
+ userCreator: 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
- team: string[];
7897
- leader: string[];
7898
- department: string[];
7899
- user: string[];
7896
+ departmentCreator: string[];
7897
+ leaderCreator: string[];
7898
+ teamCreator: string[];
7899
+ userCreator: 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
- team: string[];
7947
- leader: string[];
7948
- department: string[];
7949
- user: string[];
7946
+ departmentCreator: string[];
7947
+ leaderCreator: string[];
7948
+ teamCreator: string[];
7949
+ userCreator: 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
- team: string[];
7998
- leader: string[];
7999
- department: string[];
8000
- user: string[];
7997
+ departmentCreator: string[];
7998
+ leaderCreator: string[];
7999
+ teamCreator: string[];
8000
+ userCreator: 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
- team: string[];
8049
- leader: string[];
8050
- department: string[];
8051
- user: string[];
8048
+ departmentCreator: string[];
8049
+ leaderCreator: string[];
8050
+ teamCreator: string[];
8051
+ userCreator: 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
- team: string[];
8100
- leader: string[];
8101
- department: string[];
8102
- user: string[];
8099
+ departmentCreator: string[];
8100
+ leaderCreator: string[];
8101
+ teamCreator: string[];
8102
+ userCreator: 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
- team: string[];
8151
- leader: string[];
8152
- department: string[];
8153
- user: string[];
8150
+ departmentCreator: string[];
8151
+ leaderCreator: string[];
8152
+ teamCreator: string[];
8153
+ userCreator: 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
- team: string[];
8202
- leader: string[];
8203
- department: string[];
8204
- user: string[];
8201
+ departmentCreator: string[];
8202
+ leaderCreator: string[];
8203
+ teamCreator: string[];
8204
+ userCreator: 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
- team: string[];
8252
- leader: string[];
8253
- department: string[];
8254
- user: string[];
8251
+ departmentCreator: string[];
8252
+ leaderCreator: string[];
8253
+ teamCreator: string[];
8254
+ userCreator: 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
- team: string[];
8302
- leader: string[];
8303
- department: string[];
8304
- user: string[];
8301
+ departmentCreator: string[];
8302
+ leaderCreator: string[];
8303
+ teamCreator: string[];
8304
+ userCreator: 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
- team: string[];
8320
- leader: string[];
8321
- department: string[];
8322
- user: string[];
8319
+ departmentCreator: string[];
8320
+ leaderCreator: string[];
8321
+ teamCreator: string[];
8322
+ userCreator: string[];
8323
8323
  createdBy: string[];
8324
8324
  updatedBy: string[];
8325
8325
  createdAt: [Date, Date];
@@ -8479,6 +8479,16 @@ interface FilterManagerImageAIDto extends IFilterBaseDto {
8479
8479
  users: string[];
8480
8480
  }
8481
8481
 
8482
+ interface FindOverviewAccountEmailDto {
8483
+ totalEmails: number;
8484
+ totalStatusNew: number;
8485
+ totalStatusActive: number;
8486
+ totalStatusSuspend: number;
8487
+ totalStatusWrong2FA: number;
8488
+ totalStatusWrongPassword: number;
8489
+ totalIdeas: number;
8490
+ totalNiches: number;
8491
+ }
8482
8492
  interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
8483
8493
  provider: string;
8484
8494
  listProxy: IProxy[];
@@ -8489,15 +8499,32 @@ interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
8489
8499
  tagsContent: IAccountEmailTag[];
8490
8500
  tagsImage: IAccountEmailTag[];
8491
8501
  tagsVoice: IAccountEmailTag[];
8492
- listAISynchronized: EEmailTagType[];
8493
8502
  listTypeTags: EEmailTagType[];
8503
+ listAISynchronized: EEmailTagType[];
8494
8504
  dataStoreGPT: {
8495
8505
  password: string;
8496
8506
  code2FA: string;
8497
8507
  };
8498
8508
  }
8499
8509
  interface FilterAccountEmailDto extends IFilterBaseDto {
8510
+ departmentCreator: string[];
8511
+ leaderCreator: string[];
8512
+ teamCreator: string[];
8513
+ userCreator: string[];
8514
+ createdBy: string[];
8515
+ updatedBy: string[];
8516
+ createdAt: [Date, Date];
8517
+ updatedAt: [Date, Date];
8518
+ email: string[];
8519
+ emailRecover: string[];
8500
8520
  status: EStatusEmail[];
8521
+ ideas: string[];
8522
+ niches: string[];
8523
+ proxy: string[];
8524
+ tagContent: EEmailTagType[];
8525
+ tagImage: EEmailTagType[];
8526
+ tagVoice: EEmailTagType[];
8527
+ listAISynchronized: EEmailTagType[];
8501
8528
  }
8502
8529
 
8503
8530
  interface FindAccountAIVoiceDto extends IFindBaseDto, IAccountAIVoice {
@@ -8614,10 +8641,10 @@ interface FilterHistoryTaskAIContentDto extends IFilterBaseDto {
8614
8641
  interface FindHistoryTaskCanvaDto extends IFindBaseDto, IHistoryTaskCanva {
8615
8642
  }
8616
8643
  interface FilterHistoryTaskCanvaDto extends IFilterBaseDto {
8617
- team: string[];
8618
- leader: string[];
8619
- department: string[];
8620
- user: string[];
8644
+ departmentCreator: string[];
8645
+ leaderCreator: string[];
8646
+ teamCreator: string[];
8647
+ userCreator: string[];
8621
8648
  createdBy: string[];
8622
8649
  updatedBy: string[];
8623
8650
  createdAt: [Date, Date];
@@ -8653,10 +8680,10 @@ interface FindOverviewAccountCanvaDto {
8653
8680
  };
8654
8681
  }
8655
8682
  interface FilterAccountCanvaDto extends IFilterBaseDto {
8656
- team: string[];
8657
- leader: string[];
8658
- department: string[];
8659
- user: string[];
8683
+ departmentCreator: string[];
8684
+ leaderCreator: string[];
8685
+ teamCreator: string[];
8686
+ userCreator: string[];
8660
8687
  createdBy: string[];
8661
8688
  updatedBy: string[];
8662
8689
  createdAt: [Date, Date];
@@ -8691,10 +8718,10 @@ interface FindOverviewAccountDriveDto {
8691
8718
  };
8692
8719
  }
8693
8720
  interface FilterAccountDriveDto extends IFilterBaseDto {
8694
- team: string[];
8695
- leader: string[];
8696
- department: string[];
8697
- user: string[];
8721
+ departmentCreator: string[];
8722
+ leaderCreator: string[];
8723
+ teamCreator: string[];
8724
+ userCreator: string[];
8698
8725
  createdBy: string[];
8699
8726
  updatedBy: string[];
8700
8727
  createdAt: [Date, Date];
@@ -8760,10 +8787,10 @@ interface FindProxyDto extends IFindBaseDto, IProxy {
8760
8787
  newIpFormat: string;
8761
8788
  }
8762
8789
  interface FilterProxyDto extends IFilterBaseDto {
8763
- team: string[];
8764
- leader: string[];
8765
- department: string[];
8766
- user: string[];
8790
+ departmentCreator: string[];
8791
+ leaderCreator: string[];
8792
+ teamCreator: string[];
8793
+ userCreator: string[];
8767
8794
  createdBy: string[];
8768
8795
  updatedBy: string[];
8769
8796
  createdAt: [Date, Date];
@@ -8782,10 +8809,10 @@ interface FilterProxyDto extends IFilterBaseDto {
8782
8809
  interface FindAccountVPSDto extends IFindBaseDto, IAccountVPS {
8783
8810
  }
8784
8811
  interface FilterAccountVPSDto extends IFilterBaseDto {
8785
- team: string[];
8786
- leader: string[];
8787
- department: string[];
8788
- user: string[];
8812
+ departmentCreator: string[];
8813
+ leaderCreator: string[];
8814
+ teamCreator: string[];
8815
+ userCreator: string[];
8789
8816
  createdBy: string[];
8790
8817
  updatedBy: string[];
8791
8818
  createdAt: [Date, Date];
@@ -8798,10 +8825,10 @@ interface FilterAccountVPSDto extends IFilterBaseDto {
8798
8825
  interface FindAccountVPSGroupDto extends IFindBaseDto, IAccountVPSGroup {
8799
8826
  }
8800
8827
  interface FilterAccountVPSGroupDto extends IFilterBaseDto {
8801
- team: string[];
8802
- leader: string[];
8803
- department: string[];
8804
- user: string[];
8828
+ departmentCreator: string[];
8829
+ leaderCreator: string[];
8830
+ teamCreator: string[];
8831
+ userCreator: string[];
8805
8832
  createdBy: string[];
8806
8833
  updatedBy: string[];
8807
8834
  createdAt: [Date, Date];
@@ -8923,10 +8950,10 @@ interface FindOverviewAccountCHPlayICloudDto {
8923
8950
  };
8924
8951
  }
8925
8952
  interface FilterAccountCHPlayICloudDto extends IFilterBaseDto {
8926
- team: string[];
8927
- leader: string[];
8928
- department: string[];
8929
- user: string[];
8953
+ departmentCreator: string[];
8954
+ leaderCreator: string[];
8955
+ teamCreator: string[];
8956
+ userCreator: string[];
8930
8957
  createdBy: string[];
8931
8958
  updatedBy: string[];
8932
8959
  createdAt: [Date, Date];
@@ -9791,10 +9818,10 @@ interface FindBlogDto extends IFindBaseDto, IBlog {
9791
9818
  blog_usersPermission?: IUser[];
9792
9819
  }
9793
9820
  interface FilterBlogDto extends IFilterBaseDto {
9794
- team: string[];
9795
- leader: string[];
9796
- department: string[];
9797
- user: string[];
9821
+ departmentCreator: string[];
9822
+ leaderCreator: string[];
9823
+ teamCreator: string[];
9824
+ userCreator: string[];
9798
9825
  createdBy: string[];
9799
9826
  updatedBy: string[];
9800
9827
  createdAt: [Date, Date];
@@ -10107,10 +10134,10 @@ interface FindManagerWorkDto extends IFindBaseDto, IManagerWork {
10107
10134
  mw_domains: IDomain[];
10108
10135
  }
10109
10136
  interface FilterManagerWorkDto extends IFilterBaseDto {
10110
- team: string[];
10111
- leader: string[];
10112
- department: string[];
10113
- user: string[];
10137
+ departmentCreator: string[];
10138
+ leaderCreator: string[];
10139
+ teamCreator: string[];
10140
+ userCreator: string[];
10114
10141
  createdBy: string[];
10115
10142
  updatedBy: string[];
10116
10143
  createdAt: [Date, Date];
@@ -10174,10 +10201,10 @@ interface FindSheetWorkDto extends IFindBaseDto, ISheetWork {
10174
10201
  sw_domains: IDomain[];
10175
10202
  }
10176
10203
  interface FilterSheetWorkDto extends IFilterBaseDto {
10177
- team: string[];
10178
- leader: string[];
10179
- department: string[];
10180
- user: string[];
10204
+ departmentCreator: string[];
10205
+ leaderCreator: string[];
10206
+ teamCreator: string[];
10207
+ userCreator: string[];
10181
10208
  createdBy: string[];
10182
10209
  updatedBy: string[];
10183
10210
  createdAt: [Date, Date];
@@ -10202,10 +10229,10 @@ interface FindSheetWorkCategoryDto extends IFindBaseDto, ISheetWorksCategory {
10202
10229
  listSheetWorkTypeSocials: ETypeSocial[];
10203
10230
  }
10204
10231
  interface FilterSheetWorkCategoryDto extends IFilterBaseDto {
10205
- team: string[];
10206
- leader: string[];
10207
- department: string[];
10208
- user: string[];
10232
+ departmentCreator: string[];
10233
+ leaderCreator: string[];
10234
+ teamCreator: string[];
10235
+ userCreator: string[];
10209
10236
  createdBy: string[];
10210
10237
  updatedBy: string[];
10211
10238
  createdAt: [Date, Date];
@@ -10503,6 +10530,7 @@ type index_FindOverViewThreadsReportPostDto = FindOverViewThreadsReportPostDto;
10503
10530
  type index_FindOverviewAccountCHPlayICloudDto = FindOverviewAccountCHPlayICloudDto;
10504
10531
  type index_FindOverviewAccountCanvaDto = FindOverviewAccountCanvaDto;
10505
10532
  type index_FindOverviewAccountDriveDto = FindOverviewAccountDriveDto;
10533
+ type index_FindOverviewAccountEmailDto = FindOverviewAccountEmailDto;
10506
10534
  type index_FindOverviewAccountVPNDto = FindOverviewAccountVPNDto;
10507
10535
  type index_FindOverviewDeviceBasicDto = FindOverviewDeviceBasicDto;
10508
10536
  type index_FindOverviewDeviceDetailDto = FindOverviewDeviceDetailDto;
@@ -10617,7 +10645,7 @@ type index_UpdateTeamDto = UpdateTeamDto;
10617
10645
  type index_UpdateUserDto = UpdateUserDto;
10618
10646
  type index_ViewDetailDeviceDto = ViewDetailDeviceDto;
10619
10647
  declare namespace index {
10620
- export type { index_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index_AddToDeviceProxyDto as AddToDeviceProxyDto, index_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, index_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index_CheckSendMessageLark as CheckSendMessageLark, index_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index_CreateBlogDto as CreateBlogDto, index_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index_CreateDepartmentDto as CreateDepartmentDto, index_CreateLarkDto as CreateLarkDto, index_CreateManagerWorkDto as CreateManagerWorkDto, index_CreatePCDto as CreatePCDto, index_CreateProxyDto as CreateProxyDto, index_CreateRoleDto as CreateRoleDto, index_CreateSheetToolDto as CreateSheetToolDto, index_CreateSheetWorkDto as CreateSheetWorkDto, index_CreateTaskAIContentDto as CreateTaskAIContentDto, index_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index_CreateTaskInstagramInteractExploreDto as CreateTaskInstagramInteractExploreDto, index_CreateTaskInstagramInteractReelDto as CreateTaskInstagramInteractReelDto, index_CreateTaskInstagramInteractStoryDto as CreateTaskInstagramInteractStoryDto, index_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index_CreateTasksJobDto as CreateTasksJobDto, index_CreateTeamDto as CreateTeamDto, index_CreateUserDto as CreateUserDto, index_ExportDto as ExportDto, index_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index_FilterAccountAIContentDto as FilterAccountAIContentDto, index_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index_FilterAccountAIImageDto as FilterAccountAIImageDto, index_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index_FilterAccountCanvaDto as FilterAccountCanvaDto, index_FilterAccountDriveDto as FilterAccountDriveDto, index_FilterAccountEmailDto as FilterAccountEmailDto, index_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index_FilterBaseDto as FilterBaseDto, index_FilterBaseSocialDto as FilterBaseSocialDto, index_FilterBlogCategoryDto as FilterBlogCategoryDto, index_FilterBlogDto as FilterBlogDto, index_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index_FilterDepartmentDto as FilterDepartmentDto, index_FilterDeviceDto as FilterDeviceDto, index_FilterDeviceLogDto as FilterDeviceLogDto, index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index_FilterInstagramHistoryAutoPostDto as FilterInstagramHistoryAutoPostDto, index_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index_FilterInstagramHistoryBlockUserDto as FilterInstagramHistoryBlockUserDto, index_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index_FilterInstagramHistoryFollowDto as FilterInstagramHistoryFollowDto, index_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, index_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index_FilterInstagramSettingInteractStoryDto as FilterInstagramSettingInteractStoryDto, index_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index_FilterLarkDto as FilterLarkDto, index_FilterManagerImageAIDto as FilterManagerImageAIDto, index_FilterManagerSheetDto as FilterManagerSheetDto, index_FilterManagerWorkDto as FilterManagerWorkDto, index_FilterPCDto as FilterPCDto, index_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index_FilterProxyDto as FilterProxyDto, index_FilterRoleDto as FilterRoleDto, index_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index_FilterSheetWorkDto as FilterSheetWorkDto, index_FilterSheetsToolDto as FilterSheetsToolDto, index_FilterTaskAIContentDto as FilterTaskAIContentDto, index_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index_FilterTaskInstagramInteractExploreDto as FilterTaskInstagramInteractExploreDto, index_FilterTaskInstagramInteractReelDto as FilterTaskInstagramInteractReelDto, index_FilterTaskInstagramInteractStoryDto as FilterTaskInstagramInteractStoryDto, index_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index_FilterTeamDto as FilterTeamDto, index_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index_FilterThreadsHistoryAutoPostDto as FilterThreadsHistoryAutoPostDto, index_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index_FilterThreadsHistoryCreateDto as FilterThreadsHistoryCreateDto, index_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index_FilterUserDto as FilterUserDto, index_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index_FindAccountAIContentDto as FindAccountAIContentDto, index_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index_FindAccountAIImageDto as FindAccountAIImageDto, index_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index_FindAccountCanvaDto as FindAccountCanvaDto, index_FindAccountDriveDto as FindAccountDriveDto, index_FindAccountEmailDto as FindAccountEmailDto, index_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index_FindAutoFillDeviceDto as FindAutoFillDeviceDto, index_FindBlogCategoryDto as FindBlogCategoryDto, index_FindBlogDto as FindBlogDto, index_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index_FindDepartmentDto as FindDepartmentDto, index_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index_FindDeviceDto as FindDeviceDto, index_FindDeviceLogDto as FindDeviceLogDto, index_FindForReviewDto as FindForReviewDto, index_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index_FindInstagramHistoryAutoPostDto as FindInstagramHistoryAutoPostDto, index_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index_FindInstagramHistoryBlockUserDto as FindInstagramHistoryBlockUserDto, index_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index_FindInstagramHistoryFollowDto as FindInstagramHistoryFollowDto, index_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index_FindInstagramReportInteractBlockUserDto as FindInstagramReportInteractBlockUserDto, index_FindInstagramReportInteractExploreDto as FindInstagramReportInteractExploreDto, index_FindInstagramReportInteractFollowDto as FindInstagramReportInteractFollowDto, index_FindInstagramReportInteractReelDto as FindInstagramReportInteractReelDto, index_FindInstagramReportInteractReplyCommentDto as FindInstagramReportInteractReplyCommentDto, index_FindInstagramReportInteractReplyMessageDto as FindInstagramReportInteractReplyMessageDto, index_FindInstagramReportInteractStoryDto as FindInstagramReportInteractStoryDto, index_FindInstagramReportPostHighLightDto as FindInstagramReportPostHighLightDto, index_FindInstagramReportPostNewDto as FindInstagramReportPostNewDto, index_FindInstagramReportPostReelDto as FindInstagramReportPostReelDto, index_FindInstagramReportPostSquareDto as FindInstagramReportPostSquareDto, index_FindInstagramReportPostStoryDto as FindInstagramReportPostStoryDto, index_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index_FindInstagramSettingInteractStoryDto as FindInstagramSettingInteractStoryDto, index_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index_FindLarkDto as FindLarkDto, index_FindManagerImageAIDto as FindManagerImageAIDto, index_FindManagerSheetDto as FindManagerSheetDto, index_FindManagerWorkDto as FindManagerWorkDto, index_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index_FindOverViewInstagramReportInteractExploreDto as FindOverViewInstagramReportInteractExploreDto, index_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index_FindOverViewInstagramReportInteractReelDto as FindOverViewInstagramReportInteractReelDto, index_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index_FindOverViewInstagramReportInteractStoryDto as FindOverViewInstagramReportInteractStoryDto, index_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index_FindOverViewLarkDto as FindOverViewLarkDto, index_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index_FindOverViewTaskInstagramInteractExploreDto as FindOverViewTaskInstagramInteractExploreDto, index_FindOverViewTaskInstagramInteractReelDto as FindOverViewTaskInstagramInteractReelDto, index_FindOverViewTaskInstagramInteractStoryDto as FindOverViewTaskInstagramInteractStoryDto, index_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, index_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, index_FindOverviewDeviceLog as FindOverviewDeviceLog, index_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, index_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, index_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index_FindOverviewInstagramHistoryAutoPostDto as FindOverviewInstagramHistoryAutoPostDto, index_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index_FindOverviewInstagramHistoryBlockUserDto as FindOverviewInstagramHistoryBlockUserDto, index_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index_FindOverviewInstagramHistoryFollowDto as FindOverviewInstagramHistoryFollowDto, index_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index_FindOverviewProxyDto as FindOverviewProxyDto, index_FindOverviewRoleDto as FindOverviewRoleDto, index_FindOverviewTeamDto as FindOverviewTeamDto, index_FindOverviewUserDto as FindOverviewUserDto, index_FindPCDto as FindPCDto, index_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index_FindProxyDto as FindProxyDto, index_FindReplaceDeviceDto as FindReplaceDeviceDto, index_FindRoleDetailDto as FindRoleDetailDto, index_FindRoleDto as FindRoleDto, index_FindRoleOfMe as FindRoleOfMe, index_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index_FindSheetWorkDto as FindSheetWorkDto, index_FindSheetsToolDto as FindSheetsToolDto, index_FindTaskAIContentDto as FindTaskAIContentDto, index_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index_FindTaskInstagramInteractExploreDto as FindTaskInstagramInteractExploreDto, index_FindTaskInstagramInteractReelDto as FindTaskInstagramInteractReelDto, index_FindTaskInstagramInteractStoryDto as FindTaskInstagramInteractStoryDto, index_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index_FindTasksJobDto as FindTasksJobDto, index_FindTeamDto as FindTeamDto, index_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index_FindThreadsHistoryAutoPostDto as FindThreadsHistoryAutoPostDto, index_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index_FindThreadsHistoryCreateDto as FindThreadsHistoryCreateDto, index_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index_FindThreadsReportInteractFollowDto as FindThreadsReportInteractFollowDto, index_FindThreadsReportInteractReplyCommentDto as FindThreadsReportInteractReplyCommentDto, index_FindThreadsReportInteractReplyMessageDto as FindThreadsReportInteractReplyMessageDto, index_FindThreadsReportPostDto as FindThreadsReportPostDto, index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index_FindUserDto as FindUserDto, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IDeviceAccountSocialBase as IDeviceAccountSocialBase, index_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index_IFilterBaseDto as IFilterBaseDto, index_IFindBaseDto as IFindBaseDto, index_ImportDto as ImportDto, index_ImportManagerWorkDto as ImportManagerWorkDto, index_ImportSheetWorkDto as ImportSheetWorkDto, index_LoadInfoDeviceSheetToolDto as LoadInfoDeviceSheetToolDto, index_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index_OverviewSheetsToolDto as OverviewSheetsToolDto, index_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index_UpdateBlogDto as UpdateBlogDto, index_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index_UpdateDepartmentDto as UpdateDepartmentDto, index_UpdateDeviceDto as UpdateDeviceDto, index_UpdateLarkDto as UpdateLarkDto, index_UpdateManagerWorkDto as UpdateManagerWorkDto, index_UpdatePCDto as UpdatePCDto, index_UpdateProxyDto as UpdateProxyDto, index_UpdateRoleDto as UpdateRoleDto, index_UpdateSheetWorkDto as UpdateSheetWorkDto, index_UpdateSheetsToolDto as UpdateSheetsToolDto, index_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index_UpdateTaskInstagramInteractExploreDto as UpdateTaskInstagramInteractExploreDto, index_UpdateTaskInstagramInteractReelDto as UpdateTaskInstagramInteractReelDto, index_UpdateTaskInstagramInteractStoryDto as UpdateTaskInstagramInteractStoryDto, index_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index_UpdateTasksJobDto as UpdateTasksJobDto, index_UpdateTeamDto as UpdateTeamDto, index_UpdateUserDto as UpdateUserDto, index_ViewDetailDeviceDto as ViewDetailDeviceDto };
10648
+ export type { index_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index_AddToDeviceProxyDto as AddToDeviceProxyDto, index_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, index_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index_CheckSendMessageLark as CheckSendMessageLark, index_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index_CreateBlogDto as CreateBlogDto, index_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index_CreateDepartmentDto as CreateDepartmentDto, index_CreateLarkDto as CreateLarkDto, index_CreateManagerWorkDto as CreateManagerWorkDto, index_CreatePCDto as CreatePCDto, index_CreateProxyDto as CreateProxyDto, index_CreateRoleDto as CreateRoleDto, index_CreateSheetToolDto as CreateSheetToolDto, index_CreateSheetWorkDto as CreateSheetWorkDto, index_CreateTaskAIContentDto as CreateTaskAIContentDto, index_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index_CreateTaskInstagramInteractExploreDto as CreateTaskInstagramInteractExploreDto, index_CreateTaskInstagramInteractReelDto as CreateTaskInstagramInteractReelDto, index_CreateTaskInstagramInteractStoryDto as CreateTaskInstagramInteractStoryDto, index_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index_CreateTasksJobDto as CreateTasksJobDto, index_CreateTeamDto as CreateTeamDto, index_CreateUserDto as CreateUserDto, index_ExportDto as ExportDto, index_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index_FilterAccountAIContentDto as FilterAccountAIContentDto, index_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index_FilterAccountAIImageDto as FilterAccountAIImageDto, index_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index_FilterAccountCanvaDto as FilterAccountCanvaDto, index_FilterAccountDriveDto as FilterAccountDriveDto, index_FilterAccountEmailDto as FilterAccountEmailDto, index_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index_FilterBaseDto as FilterBaseDto, index_FilterBaseSocialDto as FilterBaseSocialDto, index_FilterBlogCategoryDto as FilterBlogCategoryDto, index_FilterBlogDto as FilterBlogDto, index_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index_FilterDepartmentDto as FilterDepartmentDto, index_FilterDeviceDto as FilterDeviceDto, index_FilterDeviceLogDto as FilterDeviceLogDto, index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index_FilterInstagramHistoryAutoPostDto as FilterInstagramHistoryAutoPostDto, index_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index_FilterInstagramHistoryBlockUserDto as FilterInstagramHistoryBlockUserDto, index_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index_FilterInstagramHistoryFollowDto as FilterInstagramHistoryFollowDto, index_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, index_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index_FilterInstagramSettingInteractExploreDto as FilterInstagramSettingInteractExploreDto, index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index_FilterInstagramSettingInteractReelDto as FilterInstagramSettingInteractReelDto, index_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index_FilterInstagramSettingInteractStoryDto as FilterInstagramSettingInteractStoryDto, index_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index_FilterLarkDto as FilterLarkDto, index_FilterManagerImageAIDto as FilterManagerImageAIDto, index_FilterManagerSheetDto as FilterManagerSheetDto, index_FilterManagerWorkDto as FilterManagerWorkDto, index_FilterPCDto as FilterPCDto, index_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index_FilterProxyDto as FilterProxyDto, index_FilterRoleDto as FilterRoleDto, index_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index_FilterSheetWorkDto as FilterSheetWorkDto, index_FilterSheetsToolDto as FilterSheetsToolDto, index_FilterTaskAIContentDto as FilterTaskAIContentDto, index_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index_FilterTaskInstagramInteractExploreDto as FilterTaskInstagramInteractExploreDto, index_FilterTaskInstagramInteractReelDto as FilterTaskInstagramInteractReelDto, index_FilterTaskInstagramInteractStoryDto as FilterTaskInstagramInteractStoryDto, index_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index_FilterTeamDto as FilterTeamDto, index_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index_FilterThreadsHistoryAutoPostDto as FilterThreadsHistoryAutoPostDto, index_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index_FilterThreadsHistoryCreateDto as FilterThreadsHistoryCreateDto, index_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index_FilterUserDto as FilterUserDto, index_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index_FindAccountAIContentDto as FindAccountAIContentDto, index_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index_FindAccountAIImageDto as FindAccountAIImageDto, index_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index_FindAccountCanvaDto as FindAccountCanvaDto, index_FindAccountDriveDto as FindAccountDriveDto, index_FindAccountEmailDto as FindAccountEmailDto, index_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index_FindAutoFillDeviceDto as FindAutoFillDeviceDto, index_FindBlogCategoryDto as FindBlogCategoryDto, index_FindBlogDto as FindBlogDto, index_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index_FindDepartmentDto as FindDepartmentDto, index_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index_FindDeviceDto as FindDeviceDto, index_FindDeviceLogDto as FindDeviceLogDto, index_FindForReviewDto as FindForReviewDto, index_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index_FindInstagramHistoryAutoPostDto as FindInstagramHistoryAutoPostDto, index_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index_FindInstagramHistoryBlockUserDto as FindInstagramHistoryBlockUserDto, index_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index_FindInstagramHistoryFollowDto as FindInstagramHistoryFollowDto, index_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index_FindInstagramReportInteractBlockUserDto as FindInstagramReportInteractBlockUserDto, index_FindInstagramReportInteractExploreDto as FindInstagramReportInteractExploreDto, index_FindInstagramReportInteractFollowDto as FindInstagramReportInteractFollowDto, index_FindInstagramReportInteractReelDto as FindInstagramReportInteractReelDto, index_FindInstagramReportInteractReplyCommentDto as FindInstagramReportInteractReplyCommentDto, index_FindInstagramReportInteractReplyMessageDto as FindInstagramReportInteractReplyMessageDto, index_FindInstagramReportInteractStoryDto as FindInstagramReportInteractStoryDto, index_FindInstagramReportPostHighLightDto as FindInstagramReportPostHighLightDto, index_FindInstagramReportPostNewDto as FindInstagramReportPostNewDto, index_FindInstagramReportPostReelDto as FindInstagramReportPostReelDto, index_FindInstagramReportPostSquareDto as FindInstagramReportPostSquareDto, index_FindInstagramReportPostStoryDto as FindInstagramReportPostStoryDto, index_FindInstagramSettingInteractExploreDto as FindInstagramSettingInteractExploreDto, index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index_FindInstagramSettingInteractReelDto as FindInstagramSettingInteractReelDto, index_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index_FindInstagramSettingInteractStoryDto as FindInstagramSettingInteractStoryDto, index_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index_FindLarkDto as FindLarkDto, index_FindManagerImageAIDto as FindManagerImageAIDto, index_FindManagerSheetDto as FindManagerSheetDto, index_FindManagerWorkDto as FindManagerWorkDto, index_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index_FindOverViewInstagramReportInteractExploreDto as FindOverViewInstagramReportInteractExploreDto, index_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index_FindOverViewInstagramReportInteractReelDto as FindOverViewInstagramReportInteractReelDto, index_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index_FindOverViewInstagramReportInteractStoryDto as FindOverViewInstagramReportInteractStoryDto, index_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index_FindOverViewLarkDto as FindOverViewLarkDto, index_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index_FindOverViewTaskInstagramInteractExploreDto as FindOverViewTaskInstagramInteractExploreDto, index_FindOverViewTaskInstagramInteractReelDto as FindOverViewTaskInstagramInteractReelDto, index_FindOverViewTaskInstagramInteractStoryDto as FindOverViewTaskInstagramInteractStoryDto, index_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, index_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, index_FindOverviewDeviceLog as FindOverviewDeviceLog, index_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, index_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, index_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index_FindOverviewInstagramHistoryAutoPostDto as FindOverviewInstagramHistoryAutoPostDto, index_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index_FindOverviewInstagramHistoryBlockUserDto as FindOverviewInstagramHistoryBlockUserDto, index_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index_FindOverviewInstagramHistoryFollowDto as FindOverviewInstagramHistoryFollowDto, index_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index_FindOverviewProxyDto as FindOverviewProxyDto, index_FindOverviewRoleDto as FindOverviewRoleDto, index_FindOverviewTeamDto as FindOverviewTeamDto, index_FindOverviewUserDto as FindOverviewUserDto, index_FindPCDto as FindPCDto, index_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index_FindProxyDto as FindProxyDto, index_FindReplaceDeviceDto as FindReplaceDeviceDto, index_FindRoleDetailDto as FindRoleDetailDto, index_FindRoleDto as FindRoleDto, index_FindRoleOfMe as FindRoleOfMe, index_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index_FindSheetWorkDto as FindSheetWorkDto, index_FindSheetsToolDto as FindSheetsToolDto, index_FindTaskAIContentDto as FindTaskAIContentDto, index_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index_FindTaskInstagramInteractExploreDto as FindTaskInstagramInteractExploreDto, index_FindTaskInstagramInteractReelDto as FindTaskInstagramInteractReelDto, index_FindTaskInstagramInteractStoryDto as FindTaskInstagramInteractStoryDto, index_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index_FindTasksJobDto as FindTasksJobDto, index_FindTeamDto as FindTeamDto, index_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index_FindThreadsHistoryAutoPostDto as FindThreadsHistoryAutoPostDto, index_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index_FindThreadsHistoryCreateDto as FindThreadsHistoryCreateDto, index_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index_FindThreadsReportInteractFollowDto as FindThreadsReportInteractFollowDto, index_FindThreadsReportInteractReplyCommentDto as FindThreadsReportInteractReplyCommentDto, index_FindThreadsReportInteractReplyMessageDto as FindThreadsReportInteractReplyMessageDto, index_FindThreadsReportPostDto as FindThreadsReportPostDto, index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index_FindUserDto as FindUserDto, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IDeviceAccountSocialBase as IDeviceAccountSocialBase, index_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index_IFilterBaseDto as IFilterBaseDto, index_IFindBaseDto as IFindBaseDto, index_ImportDto as ImportDto, index_ImportManagerWorkDto as ImportManagerWorkDto, index_ImportSheetWorkDto as ImportSheetWorkDto, index_LoadInfoDeviceSheetToolDto as LoadInfoDeviceSheetToolDto, index_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index_OverviewSheetsToolDto as OverviewSheetsToolDto, index_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index_UpdateBlogDto as UpdateBlogDto, index_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index_UpdateDepartmentDto as UpdateDepartmentDto, index_UpdateDeviceDto as UpdateDeviceDto, index_UpdateLarkDto as UpdateLarkDto, index_UpdateManagerWorkDto as UpdateManagerWorkDto, index_UpdatePCDto as UpdatePCDto, index_UpdateProxyDto as UpdateProxyDto, index_UpdateRoleDto as UpdateRoleDto, index_UpdateSheetWorkDto as UpdateSheetWorkDto, index_UpdateSheetsToolDto as UpdateSheetsToolDto, index_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index_UpdateTaskInstagramInteractExploreDto as UpdateTaskInstagramInteractExploreDto, index_UpdateTaskInstagramInteractReelDto as UpdateTaskInstagramInteractReelDto, index_UpdateTaskInstagramInteractStoryDto as UpdateTaskInstagramInteractStoryDto, index_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index_UpdateTasksJobDto as UpdateTasksJobDto, index_UpdateTeamDto as UpdateTeamDto, index_UpdateUserDto as UpdateUserDto, index_ViewDetailDeviceDto as ViewDetailDeviceDto };
10621
10649
  }
10622
10650
 
10623
- export { index$i as AI, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$3 as Auth, index$j as AutoConstants, index as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPriority, ESheetToolInstagram, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialImport, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceCurrent, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceNew, EStatusDeviceOld, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusLark, EStatusMailWork, EStatusPC, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLogSeverity, ETypeDeviceOS, ETypeExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSocial, ETypeSocialCreateNew, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryBlockUserDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryFollowDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsHistoryAutoPostDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountSocialGroupDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoPostDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryBlockUserDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryFollowDto, type FindInstagramHistoryGroupDto, type FindInstagramReportInteractBlockUserDto, type FindInstagramReportInteractExploreDto, type FindInstagramReportInteractFollowDto, type FindInstagramReportInteractReelDto, type FindInstagramReportInteractReplyCommentDto, type FindInstagramReportInteractReplyMessageDto, type FindInstagramReportInteractStoryDto, type FindInstagramReportPostHighLightDto, type FindInstagramReportPostNewDto, type FindInstagramReportPostReelDto, type FindInstagramReportPostSquareDto, type FindInstagramReportPostStoryDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountVPNDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryBlockUserDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryFollowDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoPostDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateDto, type FindThreadsHistoryGroupDto, type FindThreadsReportInteractFollowDto, type FindThreadsReportInteractReplyCommentDto, type FindThreadsReportInteractReplyMessageDto, type FindThreadsReportPostDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$4 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAuthLogin, type IAuthResetPassword, type IBaseModel, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceAccountSocialBase, type IDeviceLog, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoSync, type IInstagramHistoryBlockUser, type IInstagramHistoryChangeInfo, type IInstagramHistoryCreateNew, type IInstagramHistoryFollow, type IInstagramHistoryGroup, type IInstagramReportInteractBlockUser, type IInstagramReportInteractExplore, type IInstagramReportInteractFollow, type IInstagramReportInteractReel, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractStory, type IInstagramReportPostHighLight, type IInstagramReportPostNew, type IInstagramReportPostReel, type IInstagramReportPostSquare, type IInstagramReportPostStory, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramChangeInfo, type ITaskInstagramFollow, type ITaskInstagramInteractExplore, type ITaskInstagramInteractReel, type ITaskInstagramInteractStory, type ITaskInstagramPost, type ITaskInstagramReplyComment, type ITaskInstagramReplyMessage, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsPost, type ITaskThreadsReplyComment, type ITaskThreadsReplyMessage, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoSync, type IThreadsHistoryChange, type IThreadsHistoryCreate, type IThreadsHistoryGroup, type IThreadsReportInteractFollow, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyMessage, type IThreadsReportPost, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoDeviceSheetToolDto, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, index$f as SheetTool, index$6 as Socials, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, index$7 as Workspace };
10651
+ export { index$i as AI, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$3 as Auth, index$j as AutoConstants, index as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPriority, ESheetToolInstagram, ESheetToolThreads, ESheetToolTimeCrawl, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialImport, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceCurrent, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceNew, EStatusDeviceOld, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusLark, EStatusMailWork, EStatusPC, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLogSeverity, ETypeDeviceOS, ETypeExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSocial, ETypeSocialCreateNew, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryBlockUserDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryFollowDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractExploreDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReelDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractStoryDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsHistoryAutoPostDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountSocialGroupDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoPostDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryBlockUserDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryFollowDto, type FindInstagramHistoryGroupDto, type FindInstagramReportInteractBlockUserDto, type FindInstagramReportInteractExploreDto, type FindInstagramReportInteractFollowDto, type FindInstagramReportInteractReelDto, type FindInstagramReportInteractReplyCommentDto, type FindInstagramReportInteractReplyMessageDto, type FindInstagramReportInteractStoryDto, type FindInstagramReportPostHighLightDto, type FindInstagramReportPostNewDto, type FindInstagramReportPostReelDto, type FindInstagramReportPostSquareDto, type FindInstagramReportPostStoryDto, type FindInstagramSettingInteractExploreDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReelDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractStoryDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoPostDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryBlockUserDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryFollowDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoPostDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateDto, type FindThreadsHistoryGroupDto, type FindThreadsReportInteractFollowDto, type FindThreadsReportInteractReplyCommentDto, type FindThreadsReportInteractReplyMessageDto, type FindThreadsReportPostDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$4 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAuthLogin, type IAuthResetPassword, type IBaseModel, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceAccountSocialBase, type IDeviceLog, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoSync, type IInstagramHistoryBlockUser, type IInstagramHistoryChangeInfo, type IInstagramHistoryCreateNew, type IInstagramHistoryFollow, type IInstagramHistoryGroup, type IInstagramReportInteractBlockUser, type IInstagramReportInteractExplore, type IInstagramReportInteractFollow, type IInstagramReportInteractReel, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractStory, type IInstagramReportPostHighLight, type IInstagramReportPostNew, type IInstagramReportPostReel, type IInstagramReportPostSquare, type IInstagramReportPostStory, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractExplore, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReel, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractStory, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramChangeInfo, type ITaskInstagramFollow, type ITaskInstagramInteractExplore, type ITaskInstagramInteractReel, type ITaskInstagramInteractStory, type ITaskInstagramPost, type ITaskInstagramReplyComment, type ITaskInstagramReplyMessage, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsPost, type ITaskThreadsReplyComment, type ITaskThreadsReplyMessage, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsAccountRun, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoSync, type IThreadsHistoryChange, type IThreadsHistoryCreate, type IThreadsHistoryGroup, type IThreadsReportInteractFollow, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyMessage, type IThreadsReportPost, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoDeviceSheetToolDto, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, index$f as SheetTool, index$6 as Socials, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, index$7 as Workspace };