automation-lib 5.1.48 → 5.1.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -597,6 +597,15 @@ declare enum EStatusTaskVoice {
597
597
  Ready = "Ready"
598
598
  }
599
599
 
600
+ declare enum EStatusTaskScript {
601
+ Done = "Done",
602
+ LoginError = "LoginError",
603
+ Locked = "Locked",
604
+ Checkpoint = "Checkpoint",
605
+ Error = "Error",
606
+ Unknown = "Unknown"
607
+ }
608
+
600
609
  declare enum EStatusBlog {
601
610
  Spending = "Spending",
602
611
  Error = "Error",
@@ -763,6 +772,8 @@ type index$i_EStatusTaskJob = EStatusTaskJob;
763
772
  declare const index$i_EStatusTaskJob: typeof EStatusTaskJob;
764
773
  type index$i_EStatusTaskJobGroup = EStatusTaskJobGroup;
765
774
  declare const index$i_EStatusTaskJobGroup: typeof EStatusTaskJobGroup;
775
+ type index$i_EStatusTaskScript = EStatusTaskScript;
776
+ declare const index$i_EStatusTaskScript: typeof EStatusTaskScript;
766
777
  type index$i_EStatusTaskToolSocials = EStatusTaskToolSocials;
767
778
  declare const index$i_EStatusTaskToolSocials: typeof EStatusTaskToolSocials;
768
779
  type index$i_EStatusTaskVoice = EStatusTaskVoice;
@@ -772,7 +783,7 @@ declare const index$i_EStatusTeam: typeof EStatusTeam;
772
783
  type index$i_EStatusVPS = EStatusVPS;
773
784
  declare const index$i_EStatusVPS: typeof EStatusVPS;
774
785
  declare namespace index$i {
775
- export { index$i_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$i_EStatusAccountCanva as EStatusAccountCanva, index$i_EStatusAccountDrive as EStatusAccountDrive, index$i_EStatusAccountSocial as EStatusAccountSocial, index$i_EStatusAccountSocialImport as EStatusAccountSocialImport, index$i_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$i_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$i_EStatusAccountSocialRun as EStatusAccountSocialRun, index$i_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$i_EStatusAccountSocialSync as EStatusAccountSocialSync, index$i_EStatusAccountVPN as EStatusAccountVPN, index$i_EStatusActive as EStatusActive, index$i_EStatusBlog as EStatusBlog, index$i_EStatusChangeInfo as EStatusChangeInfo, index$i_EStatusCommon as EStatusCommon, index$i_EStatusConnectDevice as EStatusConnectDevice, index$i_EStatusExecuteCommon as EStatusExecuteCommon, index$i_EStatusLark as EStatusLark, index$i_EStatusSetupDeviceSystem as EStatusSetupDeviceSystem, index$i_EStatusSheetWork as EStatusSheetWork, index$i_EStatusTaskAIContent as EStatusTaskAIContent, index$i_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$i_EStatusTaskCanva as EStatusTaskCanva, index$i_EStatusTaskImage as EStatusTaskImage, index$i_EStatusTaskJob as EStatusTaskJob, index$i_EStatusTaskJobGroup as EStatusTaskJobGroup, index$i_EStatusTaskToolSocials as EStatusTaskToolSocials, index$i_EStatusTaskVoice as EStatusTaskVoice, index$i_EStatusTeam as EStatusTeam, index$i_EStatusVPS as EStatusVPS };
786
+ export { index$i_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$i_EStatusAccountCanva as EStatusAccountCanva, index$i_EStatusAccountDrive as EStatusAccountDrive, index$i_EStatusAccountSocial as EStatusAccountSocial, index$i_EStatusAccountSocialImport as EStatusAccountSocialImport, index$i_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$i_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$i_EStatusAccountSocialRun as EStatusAccountSocialRun, index$i_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$i_EStatusAccountSocialSync as EStatusAccountSocialSync, index$i_EStatusAccountVPN as EStatusAccountVPN, index$i_EStatusActive as EStatusActive, index$i_EStatusBlog as EStatusBlog, index$i_EStatusChangeInfo as EStatusChangeInfo, index$i_EStatusCommon as EStatusCommon, index$i_EStatusConnectDevice as EStatusConnectDevice, index$i_EStatusExecuteCommon as EStatusExecuteCommon, index$i_EStatusLark as EStatusLark, index$i_EStatusSetupDeviceSystem as EStatusSetupDeviceSystem, index$i_EStatusSheetWork as EStatusSheetWork, index$i_EStatusTaskAIContent as EStatusTaskAIContent, index$i_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$i_EStatusTaskCanva as EStatusTaskCanva, index$i_EStatusTaskImage as EStatusTaskImage, index$i_EStatusTaskJob as EStatusTaskJob, index$i_EStatusTaskJobGroup as EStatusTaskJobGroup, index$i_EStatusTaskScript as EStatusTaskScript, index$i_EStatusTaskToolSocials as EStatusTaskToolSocials, index$i_EStatusTaskVoice as EStatusTaskVoice, index$i_EStatusTeam as EStatusTeam, index$i_EStatusVPS as EStatusVPS };
776
787
  }
777
788
 
778
789
  declare enum EFolderImageAI {
@@ -875,53 +886,68 @@ declare namespace index$h {
875
886
  export { index$h_EAIModelContent as EAIModelContent, index$h_EAIModelImage as EAIModelImage, index$h_EAIModelVoice as EAIModelVoice, index$h_EAIVersionGPT as EAIVersionGPT, index$h_EAIVersionImage as EAIVersionImage, index$h_EAIVersionPerplexity as EAIVersionPerplexity, index$h_EAIVersionVoice as EAIVersionVoice, index$h_EEmailTagType as EEmailTagType, index$h_EFolderImageAI as EFolderImageAI, index$h_EStatusAccountAI as EStatusAccountAI, index$h_EStatusChannel as EStatusChannel, index$h_EStatusEmail as EStatusEmail };
876
887
  }
877
888
 
878
- declare enum ELarkMessageCommon {
879
- Device = "Device",
880
- Canva = "Canva",
881
- Proxy = "Proxy",
882
- GenImage = "Freepik",
883
- GenVoice = "Voice"
889
+ declare enum ELarkMessageAccounts {
890
+ ErrorDevice = "Error device",
891
+ ErrorCanva = "Error canva",
892
+ ErrorProxy = "Error proxy",
893
+ ErrorVPN = "Error VPN",
894
+ ErrorCHPlayICloud = "Error CHPlay/ICloud",
895
+ ErrorGenVoice = "Error generate voice",
896
+ ErrorGenImage = "Error generate image"
884
897
  }
885
898
  declare enum ELarkMessageSheetManager {
886
- VPS = "VPS",
887
- RunAI = "Run AI",
888
- ReadSheetSlow = "Read sheet slow"
889
- }
890
- declare enum ELarkMessageInstagramThreads {
891
- Login = "Login",
892
- SettingBusiness = "Setting business",
893
- ChangeInfo = "Change info",
894
- ImportSheetIG = "Import sheet",
895
- SheetPostExistNameIG = "Sheet post exist name(IG)",
896
- SheetPostExistNameThreads = "Sheet post exist name(Threads)",
897
- PostIG = "Post(IG)",
898
- PostThreads = "Post(Threads)",
899
- InteractExplore = "Interact explore",
900
- InteractReel = "Interact reel",
901
- InteractStory = "Interact story",
902
- Follow = "Follow",
903
- UnFollow = "UnFollow",
904
- ReplyComment1 = "Reply comment(1)",
905
- ReplyComment2 = "Reply comment(2)",
906
- ReplyMessage1 = "Reply message(1)",
907
- ReplyMessage2 = "Reply message(2)",
908
- BlockUser = "Block user"
909
- }
910
-
911
- type ETypeLarkError_enum_ELarkMessageCommon = ELarkMessageCommon;
912
- declare const ETypeLarkError_enum_ELarkMessageCommon: typeof ELarkMessageCommon;
913
- type ETypeLarkError_enum_ELarkMessageInstagramThreads = ELarkMessageInstagramThreads;
914
- declare const ETypeLarkError_enum_ELarkMessageInstagramThreads: typeof ELarkMessageInstagramThreads;
899
+ ErrorVPS = "Error VPS",
900
+ ErrorGenerateContent = "Error generate content",
901
+ ErrorSheetSlow = "Sheet slow"
902
+ }
903
+ declare enum ELarkMessageInstagram {
904
+ ErrorLogin = "Error Login",
905
+ ErrorSettingBusiness = "Error setting business",
906
+ ErrorChangeInfo = "Error change info",
907
+ ErrorErrorSheetTool = "Error error sheet tool",
908
+ ErrorPost = "Error post",
909
+ ErrorSheetPostExistName = "Error sheet post exist name",
910
+ ErrorInteractExplore = "Error interact explore",
911
+ ErrorInteractReel = "Error interact reel",
912
+ ErrorInteractStory = "Error interact story",
913
+ ErrorFollow = "Error follow",
914
+ ErrorUnFollow = "Error unFollow",
915
+ ErrorReplyComment1 = "Error reply comment(1)",
916
+ ErrorReplyComment2 = "Error reply comment(2)",
917
+ ErrorReplyMessage1 = "Error reply message(1)",
918
+ ErrorReplyMessage2 = "Error reply message(2)",
919
+ ErrorBlockUser = "Error block user"
920
+ }
921
+ declare enum ELarkMessageThreads {
922
+ ErrorLogin = "Error Login",
923
+ ErrorChangeInfo = "Error sheet tool",
924
+ ErrorErrorSheetTool = "Import sheet",
925
+ ErrorPost = "Post",
926
+ ErrorSheetPostExistName = "Sheet post exist name",
927
+ ErrorReplyComment1 = "Reply comment(1)",
928
+ ErrorReplyComment2 = "Reply comment(2)",
929
+ ErrorReplyMessage1 = "Reply message(1)",
930
+ ErrorReplyMessage2 = "Reply message(2)",
931
+ ErrorBlockUser = "Block user"
932
+ }
933
+
934
+ type ETypeLarkError_enum_ELarkMessageAccounts = ELarkMessageAccounts;
935
+ declare const ETypeLarkError_enum_ELarkMessageAccounts: typeof ELarkMessageAccounts;
936
+ type ETypeLarkError_enum_ELarkMessageInstagram = ELarkMessageInstagram;
937
+ declare const ETypeLarkError_enum_ELarkMessageInstagram: typeof ELarkMessageInstagram;
915
938
  type ETypeLarkError_enum_ELarkMessageSheetManager = ELarkMessageSheetManager;
916
939
  declare const ETypeLarkError_enum_ELarkMessageSheetManager: typeof ELarkMessageSheetManager;
940
+ type ETypeLarkError_enum_ELarkMessageThreads = ELarkMessageThreads;
941
+ declare const ETypeLarkError_enum_ELarkMessageThreads: typeof ELarkMessageThreads;
917
942
  declare namespace ETypeLarkError_enum {
918
- export { ETypeLarkError_enum_ELarkMessageCommon as ELarkMessageCommon, ETypeLarkError_enum_ELarkMessageInstagramThreads as ELarkMessageInstagramThreads, ETypeLarkError_enum_ELarkMessageSheetManager as ELarkMessageSheetManager };
943
+ export { ETypeLarkError_enum_ELarkMessageAccounts as ELarkMessageAccounts, ETypeLarkError_enum_ELarkMessageInstagram as ELarkMessageInstagram, ETypeLarkError_enum_ELarkMessageSheetManager as ELarkMessageSheetManager, ETypeLarkError_enum_ELarkMessageThreads as ELarkMessageThreads };
919
944
  }
920
945
 
921
946
  declare enum ELarkObject {
922
- Common = "Common",
923
- SheetManager = "SheetManager",
924
- InstagramThreads = "Instagram/Threads"
947
+ Threads = "Threads",
948
+ Instagram = "Instagram",
949
+ Accounts = "Accounts(Proxy, Device, Canva, Voice, Image)",
950
+ SheetManager = "Sheet manager"
925
951
  }
926
952
 
927
953
  type index$g_ELarkObject = ELarkObject;
@@ -930,37 +956,29 @@ declare namespace index$g {
930
956
  export { ETypeLarkError_enum as ELarkError, index$g_ELarkObject as ELarkObject };
931
957
  }
932
958
 
933
- declare enum ESheetToolCommon {
934
- SETUP_DEVICE = "SETUP_DEVICE"
935
- }
936
-
937
959
  declare enum ESheetToolThreads {
938
- POST_THREADS = "POST_THREADS",
939
- CHANGE_INFO_IG = "CHANGE_INFO_IG",// https://docs.google.com/spreadsheets/d/1_1FPbEaVoleXKJtP9pKPsQOcgCTPwg1Mwo4-3960KaI/edit?gid=0#gid=0
940
- IMPORT_IG_THREADS = "IMPORT_IG_THREADS",// https://docs.google.com/spreadsheets/d/10iWtSNkB0dh11bdH7oGog-_K_3CE-UqT7eWkAv4pwxY/edit?gid=1739155735#gid=1739155735
941
- FOLLOW_IG_THREADS = "FOLLOW_IG_THREADS",// https://docs.google.com/spreadsheets/d/1DhZ2P1pMJmPa9vA8asNC1FKLOxk7le4lHhaTz7lfY4Q/edit?gid=0#gid=0
942
- REPLY_COMMENT_IG_THREADS = "REPLY_COMMENT_IG_THREADS",// https://docs.google.com/spreadsheets/d/1az1e7X6uN01Hi5sAAHLggOtskB8sd5A-q_7hLwmGlo8/edit?gid=0#gid=0
943
- REPLY_MESSAGE_IG_THREADS = "REPLY_MESSAGE_IG_THREADS"
960
+ Post = "Post",
961
+ ChangeInfo = "ChangeInfo",
962
+ Follow = "Follow",
963
+ ReplyComment = "ReplyComment",
964
+ ReplyMessage = "ReplyMessage"
944
965
  }
945
966
 
946
967
  declare enum ESheetToolInstagram {
947
- POST_IG = "POST_IG",
948
- BLOCK_USER_IG = "BLOCK_USER_IG",// https://docs.google.com/spreadsheets/d/1uC_trpwh9Pjon4DxlRPXjWSGotLBMTInmya4SDm-H9U/edit?gid=0#gid=0
949
- CHANGE_INFO_IG = "CHANGE_INFO_IG",// https://docs.google.com/spreadsheets/d/1_1FPbEaVoleXKJtP9pKPsQOcgCTPwg1Mwo4-3960KaI/edit?gid=0#gid=0
950
- IMPORT_IG_THREADS = "IMPORT_IG_THREADS",// https://docs.google.com/spreadsheets/d/10iWtSNkB0dh11bdH7oGog-_K_3CE-UqT7eWkAv4pwxY/edit?gid=1739155735#gid=1739155735
951
- FOLLOW_IG_THREADS = "FOLLOW_IG_THREADS",// https://docs.google.com/spreadsheets/d/1DhZ2P1pMJmPa9vA8asNC1FKLOxk7le4lHhaTz7lfY4Q/edit?gid=0#gid=0
952
- REPLY_COMMENT_IG_THREADS = "REPLY_COMMENT_IG_THREADS",// https://docs.google.com/spreadsheets/d/1az1e7X6uN01Hi5sAAHLggOtskB8sd5A-q_7hLwmGlo8/edit?gid=0#gid=0
953
- REPLY_MESSAGE_IG_THREADS = "REPLY_MESSAGE_IG_THREADS"
968
+ Post = "Post",
969
+ BlockUser = "Block user",
970
+ ChangeInfo = "Change info",
971
+ Follow = "Follow",
972
+ ReplyComment = "Reply comment",
973
+ ReplyMessage = "Reply message"
954
974
  }
955
975
 
956
- type index$f_ESheetToolCommon = ESheetToolCommon;
957
- declare const index$f_ESheetToolCommon: typeof ESheetToolCommon;
958
976
  type index$f_ESheetToolInstagram = ESheetToolInstagram;
959
977
  declare const index$f_ESheetToolInstagram: typeof ESheetToolInstagram;
960
978
  type index$f_ESheetToolThreads = ESheetToolThreads;
961
979
  declare const index$f_ESheetToolThreads: typeof ESheetToolThreads;
962
980
  declare namespace index$f {
963
- export { index$f_ESheetToolCommon as ESheetToolCommon, index$f_ESheetToolInstagram as ESheetToolInstagram, index$f_ESheetToolThreads as ESheetToolThreads };
981
+ export { index$f_ESheetToolInstagram as ESheetToolInstagram, index$f_ESheetToolThreads as ESheetToolThreads };
964
982
  }
965
983
 
966
984
  declare namespace index$e {
@@ -1304,10 +1322,11 @@ interface IDepartmentRole extends IBaseModel, ITrackingModel<IUser> {
1304
1322
  interface ILark extends IBaseModel, ITrackingModel<IUser> {
1305
1323
  name: string;
1306
1324
  botHook: string;
1325
+ typeSocial: ETypeSocial;
1307
1326
  departmentAssigned: string | IDepartment;
1308
1327
  teamAssigned: string | ITeam;
1309
- typeError: ELarkMessageCommon | ELarkMessageSheetManager | ELarkMessageInstagramThreads;
1310
1328
  typeObject: ELarkObject;
1329
+ typeError: ELarkMessageAccounts | ELarkMessageInstagram | ELarkMessageThreads | ELarkMessageSheetManager;
1311
1330
  status: EStatusLark;
1312
1331
  }
1313
1332
 
@@ -2366,13 +2385,28 @@ interface IInstagramHistoryChange extends IBaseModel, ITrackingModel<IUser> {
2366
2385
  note: string;
2367
2386
  }
2368
2387
 
2369
- interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
2370
- sheet_typeSocial: ETypeSocial;
2371
- sheet_type: ESheetToolCommon | ESheetToolInstagram | ESheetToolThreads;
2372
- sheet_url: string;
2373
- sheet_name: string;
2374
- sheet_slug: string;
2375
- sheet_desc: string;
2388
+ interface ISheetsToolBase extends IBaseModel, ITrackingModel<IUser> {
2389
+ typeSocial: ETypeSocial;
2390
+ type: any;
2391
+ url: string;
2392
+ name: string;
2393
+ desc: string;
2394
+ }
2395
+
2396
+ interface ISheetsToolThreads extends IBaseModel, ISheetsToolBase, ITrackingModel<IUser> {
2397
+ typeSocial: ETypeSocial;
2398
+ type: ESheetToolThreads;
2399
+ url: string;
2400
+ name: string;
2401
+ desc: string;
2402
+ }
2403
+
2404
+ interface ISheetsToolInstagram extends IBaseModel, ISheetsToolBase, ITrackingModel<IUser> {
2405
+ typeSocial: ETypeSocial;
2406
+ type: ESheetToolInstagram;
2407
+ url: string;
2408
+ name: string;
2409
+ desc: string;
2376
2410
  }
2377
2411
 
2378
2412
  interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
@@ -2391,7 +2425,7 @@ interface ITaskThreadsPost extends IBaseModel, ITrackingModel<IUser> {
2391
2425
  idea: string | IManagerWork;
2392
2426
  niche: string | IManagerWork;
2393
2427
  account: IAccountSocialBase | string;
2394
- sheetTool: ISheetsTool | string;
2428
+ sheetTool: ISheetsToolBase | string;
2395
2429
  status: EStatusTaskToolSocials;
2396
2430
  note: string;
2397
2431
  canvaUrlVideo: string;
@@ -2420,7 +2454,7 @@ interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
2420
2454
  idea: string | IManagerWork;
2421
2455
  niche: string | IManagerWork;
2422
2456
  account: IAccountSocialBase | string;
2423
- sheetTool: ISheetsTool | string;
2457
+ sheetTool: ISheetsToolBase | string;
2424
2458
  status: EStatusTaskToolSocials;
2425
2459
  note: string;
2426
2460
  listUsernameFollow: string[];
@@ -2442,7 +2476,7 @@ interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
2442
2476
  idea: string | IManagerWork;
2443
2477
  niche: string | IManagerWork;
2444
2478
  account: IAccountSocialBase | string;
2445
- sheetTool: ISheetsTool | string;
2479
+ sheetTool: ISheetsToolBase | string;
2446
2480
  status: EStatusTaskToolSocials;
2447
2481
  note: string;
2448
2482
  postUrlReply: string;
@@ -2469,7 +2503,7 @@ interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
2469
2503
  idea: string | IManagerWork;
2470
2504
  niche: string | IManagerWork;
2471
2505
  account: IAccountSocialBase | string;
2472
- sheetTool: ISheetsTool | string;
2506
+ sheetTool: ISheetsToolBase | string;
2473
2507
  status: EStatusTaskToolSocials;
2474
2508
  note: string;
2475
2509
  postUrlReply: string;
@@ -2504,7 +2538,7 @@ interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
2504
2538
  idea: string | IManagerWork;
2505
2539
  niche: string | IManagerWork;
2506
2540
  account: IAccountSocialBase | string;
2507
- sheetTool: ISheetsTool | string;
2541
+ sheetTool: ISheetsToolBase | string;
2508
2542
  status: EStatusTaskToolSocials;
2509
2543
  note: string;
2510
2544
  typeChange: 'block' | 'hidden' | 'restrict';
@@ -2529,7 +2563,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
2529
2563
  idea: string | IManagerWork;
2530
2564
  niche: string | IManagerWork;
2531
2565
  account: IAccountSocialBase | string;
2532
- sheetTool: ISheetsTool | string;
2566
+ sheetTool: ISheetsToolBase | string;
2533
2567
  status: EStatusTaskToolSocials;
2534
2568
  note: string;
2535
2569
  typeChange: 'info' | 'bio' | 'password' | 'code2FA' | 'email' | 'link' | 'avatar' | 'cover';
@@ -2569,7 +2603,7 @@ interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
2569
2603
  idea: string | IManagerWork;
2570
2604
  niche: string | IManagerWork;
2571
2605
  account: IAccountSocialBase | string;
2572
- sheetTool: ISheetsTool | string;
2606
+ sheetTool: ISheetsToolBase | string;
2573
2607
  status: EStatusTaskToolSocials;
2574
2608
  note: string;
2575
2609
  listUsernameFollow: string[];
@@ -2591,7 +2625,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
2591
2625
  idea: string | IManagerWork;
2592
2626
  niche: string | IManagerWork;
2593
2627
  account: IAccountSocialBase | string;
2594
- sheetTool: ISheetsTool | string;
2628
+ sheetTool: ISheetsToolBase | string;
2595
2629
  status: EStatusTaskToolSocials;
2596
2630
  note: string;
2597
2631
  canvaUrlVideo: string;
@@ -2642,7 +2676,7 @@ interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
2642
2676
  idea: string | IManagerWork;
2643
2677
  niche: string | IManagerWork;
2644
2678
  account: IAccountSocialBase | string;
2645
- sheetTool: ISheetsTool | string;
2679
+ sheetTool: ISheetsToolBase | string;
2646
2680
  status: EStatusTaskToolSocials;
2647
2681
  note: string;
2648
2682
  postUrlReply: string;
@@ -2669,7 +2703,7 @@ interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
2669
2703
  idea: string | IManagerWork;
2670
2704
  niche: string | IManagerWork;
2671
2705
  account: IAccountSocialBase | string;
2672
- sheetTool: ISheetsTool | string;
2706
+ sheetTool: ISheetsToolBase | string;
2673
2707
  status: EStatusTaskToolSocials;
2674
2708
  note: string;
2675
2709
  postUrlReply: string;
@@ -2698,7 +2732,7 @@ interface ITaskToolMonitor extends IBaseModel, ITrackingModel<IUser> {
2698
2732
  accountSocial: string | IAccountSocialBase;
2699
2733
  taskType: TaskTypeInstagram | TaskTypeThreads;
2700
2734
  taskId: string;
2701
- sheetTool: string | ISheetsTool;
2735
+ sheetTool: string | ISheetsToolBase;
2702
2736
  timeExecute: Date;
2703
2737
  keyTimeSetting: string;
2704
2738
  status: EStatusTaskToolSocials;
@@ -2906,7 +2940,9 @@ type index$5_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
2906
2940
  type index$5_IManagerSheetGroup = IManagerSheetGroup;
2907
2941
  type index$5_IPC = IPC;
2908
2942
  type index$5_IProxy = IProxy;
2909
- type index$5_ISheetsTool = ISheetsTool;
2943
+ type index$5_ISheetsToolBase = ISheetsToolBase;
2944
+ type index$5_ISheetsToolInstagram = ISheetsToolInstagram;
2945
+ type index$5_ISheetsToolThreads = ISheetsToolThreads;
2910
2946
  type index$5_IThreadsAccountRaw = IThreadsAccountRaw;
2911
2947
  type index$5_IThreadsAccountRun = IThreadsAccountRun;
2912
2948
  type index$5_IThreadsHistoryAutoSync = IThreadsHistoryAutoSync;
@@ -2918,7 +2954,7 @@ type index$5_IVoiceLanguage = IVoiceLanguage;
2918
2954
  type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
2919
2955
  type index$5_IVoiceStores = IVoiceStores;
2920
2956
  declare namespace index$5 {
2921
- export { type index$5_IAccountAIContent as IAccountAIContent, type index$5_IAccountAIContentChannel as IAccountAIContentChannel, type index$5_IAccountAIContentGroup as IAccountAIContentGroup, type index$5_IAccountAIContentInfo as IAccountAIContentInfo, type index$5_IAccountAIContentTag as IAccountAIContentTag, type index$5_IAccountAIImage as IAccountAIImage, type index$5_IAccountAIImageChannel as IAccountAIImageChannel, type index$5_IAccountAIImageGroup as IAccountAIImageGroup, type index$5_IAccountAIImageInfo as IAccountAIImageInfo, type index$5_IAccountAIImageTag as IAccountAIImageTag, type index$5_IAccountAIVoice as IAccountAIVoice, type index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$5_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$5_IAccountCanva as IAccountCanva, type index$5_IAccountDrive as IAccountDrive, type index$5_IAccountEmail as IAccountEmail, type index$5_IAccountEmailProxy as IAccountEmailProxy, type index$5_IAccountEmailTag as IAccountEmailTag, type index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$5_IAccountSocialBase as IAccountSocialBase, type index$5_IAccountSocialGroup as IAccountSocialGroup, type index$5_IAccountVPN as IAccountVPN, type index$5_IAccountVPS as IAccountVPS, type index$5_IAccountVPSGroup as IAccountVPSGroup, type index$5_IDevice as IDevice, type index$5_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$5_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$5_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$5_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$5_IInstagramAccountRaw as IInstagramAccountRaw, type index$5_IInstagramAccountRun as IInstagramAccountRun, type index$5_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$5_IInstagramHistoryChange as IInstagramHistoryChange, type index$5_IInstagramHistoryCreate as IInstagramHistoryCreate, type index$5_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$5_IManagerImageAI as IManagerImageAI, type index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$5_IManagerSheet as IManagerSheet, type index$5_IManagerSheetChildren as IManagerSheetChildren, type index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$5_IManagerSheetGroup as IManagerSheetGroup, type index$5_IPC as IPC, type index$5_IProxy as IProxy, type index$5_ISheetsTool as ISheetsTool, type index$5_IThreadsAccountRaw as IThreadsAccountRaw, type index$5_IThreadsAccountRun as IThreadsAccountRun, type index$5_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$5_IThreadsHistoryChange as IThreadsHistoryChange, type index$5_IThreadsHistoryCreate as IThreadsHistoryCreate, type index$5_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$5_IVoiceGenerated as IVoiceGenerated, type index$5_IVoiceLanguage as IVoiceLanguage, type index$5_IVoiceSettingDelay as IVoiceSettingDelay, type index$5_IVoiceStores as IVoiceStores, index$6 as TaskBrowsers, index$7 as TaskPhones };
2957
+ export { type index$5_IAccountAIContent as IAccountAIContent, type index$5_IAccountAIContentChannel as IAccountAIContentChannel, type index$5_IAccountAIContentGroup as IAccountAIContentGroup, type index$5_IAccountAIContentInfo as IAccountAIContentInfo, type index$5_IAccountAIContentTag as IAccountAIContentTag, type index$5_IAccountAIImage as IAccountAIImage, type index$5_IAccountAIImageChannel as IAccountAIImageChannel, type index$5_IAccountAIImageGroup as IAccountAIImageGroup, type index$5_IAccountAIImageInfo as IAccountAIImageInfo, type index$5_IAccountAIImageTag as IAccountAIImageTag, type index$5_IAccountAIVoice as IAccountAIVoice, type index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$5_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$5_IAccountCanva as IAccountCanva, type index$5_IAccountDrive as IAccountDrive, type index$5_IAccountEmail as IAccountEmail, type index$5_IAccountEmailProxy as IAccountEmailProxy, type index$5_IAccountEmailTag as IAccountEmailTag, type index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$5_IAccountSocialBase as IAccountSocialBase, type index$5_IAccountSocialGroup as IAccountSocialGroup, type index$5_IAccountVPN as IAccountVPN, type index$5_IAccountVPS as IAccountVPS, type index$5_IAccountVPSGroup as IAccountVPSGroup, type index$5_IDevice as IDevice, type index$5_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$5_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$5_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$5_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$5_IInstagramAccountRaw as IInstagramAccountRaw, type index$5_IInstagramAccountRun as IInstagramAccountRun, type index$5_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$5_IInstagramHistoryChange as IInstagramHistoryChange, type index$5_IInstagramHistoryCreate as IInstagramHistoryCreate, type index$5_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$5_IManagerImageAI as IManagerImageAI, type index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$5_IManagerSheet as IManagerSheet, type index$5_IManagerSheetChildren as IManagerSheetChildren, type index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$5_IManagerSheetGroup as IManagerSheetGroup, type index$5_IPC as IPC, type index$5_IProxy as IProxy, type index$5_ISheetsToolBase as ISheetsToolBase, type index$5_ISheetsToolInstagram as ISheetsToolInstagram, type index$5_ISheetsToolThreads as ISheetsToolThreads, type index$5_IThreadsAccountRaw as IThreadsAccountRaw, type index$5_IThreadsAccountRun as IThreadsAccountRun, type index$5_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$5_IThreadsHistoryChange as IThreadsHistoryChange, type index$5_IThreadsHistoryCreate as IThreadsHistoryCreate, type index$5_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$5_IVoiceGenerated as IVoiceGenerated, type index$5_IVoiceLanguage as IVoiceLanguage, type index$5_IVoiceSettingDelay as IVoiceSettingDelay, type index$5_IVoiceStores as IVoiceStores, index$6 as TaskBrowsers, index$7 as TaskPhones };
2922
2958
  }
2923
2959
 
2924
2960
  interface IHistoryTaskAIImage extends IBaseModel, ITrackingModel<IUser> {
@@ -3394,7 +3430,7 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
3394
3430
  sheetPageName: string;
3395
3431
  rowId: string;
3396
3432
  historyName: string;
3397
- status: EStatusExecuteCommon;
3433
+ status: EStatusTaskScript;
3398
3434
  statusDetail: string;
3399
3435
  }
3400
3436
 
@@ -3413,7 +3449,7 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
3413
3449
  tagUser: string;
3414
3450
  location: string;
3415
3451
  url: string;
3416
- status: EStatusExecuteCommon;
3452
+ status: EStatusTaskScript;
3417
3453
  statusDetail: string;
3418
3454
  }
3419
3455
 
@@ -3432,7 +3468,7 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
3432
3468
  tagUser: string;
3433
3469
  location: string;
3434
3470
  url: string;
3435
- status: EStatusExecuteCommon;
3471
+ status: EStatusTaskScript;
3436
3472
  statusDetail: string;
3437
3473
  }
3438
3474
 
@@ -3453,7 +3489,7 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
3453
3489
  collaborator: string;
3454
3490
  tagUser: string;
3455
3491
  url: string;
3456
- status: EStatusExecuteCommon;
3492
+ status: EStatusTaskScript;
3457
3493
  statusDetail: string;
3458
3494
  }
3459
3495
 
@@ -3468,7 +3504,7 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
3468
3504
  videosUrl: string[];
3469
3505
  music: string;
3470
3506
  location: string;
3471
- status: EStatusExecuteCommon;
3507
+ status: EStatusTaskScript;
3472
3508
  statusDetail: string;
3473
3509
  }
3474
3510
 
@@ -3478,7 +3514,7 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
3478
3514
  userLink: string;
3479
3515
  linkPost: string;
3480
3516
  commentReplied: string;
3481
- status: EStatusExecuteCommon;
3517
+ status: EStatusTaskScript;
3482
3518
  statusDetail: string;
3483
3519
  }
3484
3520
 
@@ -3487,7 +3523,7 @@ interface IInstagramReportInteractReel extends IBaseModel, ITrackingTimeScript,
3487
3523
  numberLike: number;
3488
3524
  minutesExecute: number;
3489
3525
  isLike: boolean;
3490
- status: EStatusExecuteCommon;
3526
+ status: EStatusTaskScript;
3491
3527
  statusDetail: string;
3492
3528
  }
3493
3529
 
@@ -3498,8 +3534,8 @@ interface IInstagramReportInteractStory extends IBaseModel, ITrackingTimeScript,
3498
3534
  numberUsersSentMess: number;
3499
3535
  isLike: boolean;
3500
3536
  isSentMessage: boolean;
3501
- status: EStatusExecuteCommon;
3502
3537
  statusDetail: string;
3538
+ status: EStatusTaskScript;
3503
3539
  }
3504
3540
 
3505
3541
  interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
@@ -3508,26 +3544,26 @@ interface IInstagramReportInteractExplore extends IBaseModel, ITrackingTimeScrip
3508
3544
  numberLike: number;
3509
3545
  minutesExecute: number;
3510
3546
  isLike: boolean;
3511
- status: EStatusExecuteCommon;
3547
+ status: EStatusTaskScript;
3512
3548
  statusDetail: string;
3513
3549
  }
3514
3550
 
3515
3551
  interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3516
3552
  account: IAccountSocialBase | string;
3517
- status: EStatusExecuteCommon;
3518
3553
  statusDetail: string;
3519
3554
  receiverName: string;
3520
3555
  messageReply: string;
3556
+ status: EStatusTaskScript;
3521
3557
  }
3522
3558
 
3523
3559
  interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3524
3560
  account: IAccountSocialBase | string;
3525
- status: EStatusExecuteCommon;
3526
3561
  statusDetail: string;
3527
3562
  follower: number;
3528
3563
  following: number;
3529
3564
  timeStart: Date;
3530
3565
  timeEnd: Date;
3566
+ status: EStatusTaskScript;
3531
3567
  }
3532
3568
 
3533
3569
  type index$3_IIdea = IIdea;
@@ -3664,7 +3700,9 @@ type index$2_ISheetWork = ISheetWork;
3664
3700
  type index$2_ISheetWorkManager = ISheetWorkManager;
3665
3701
  type index$2_ISheetWorkPin = ISheetWorkPin;
3666
3702
  type index$2_ISheetWorksCategory = ISheetWorksCategory;
3667
- type index$2_ISheetsTool = ISheetsTool;
3703
+ type index$2_ISheetsToolBase = ISheetsToolBase;
3704
+ type index$2_ISheetsToolInstagram = ISheetsToolInstagram;
3705
+ type index$2_ISheetsToolThreads = ISheetsToolThreads;
3668
3706
  type index$2_ITag = ITag;
3669
3707
  type index$2_ITaskJob = ITaskJob;
3670
3708
  type index$2_ITaskJobAttachmentBlog = ITaskJobAttachmentBlog;
@@ -3707,7 +3745,7 @@ type index$2_IVoiceLanguage = IVoiceLanguage;
3707
3745
  type index$2_IVoiceSettingDelay = IVoiceSettingDelay;
3708
3746
  type index$2_IVoiceStores = IVoiceStores;
3709
3747
  declare namespace index$2 {
3710
- export { index$b as Auth, index$c as Common, index$4 as History, type index$2_IAccountAIContent as IAccountAIContent, type index$2_IAccountAIContentChannel as IAccountAIContentChannel, type index$2_IAccountAIContentGroup as IAccountAIContentGroup, type index$2_IAccountAIContentInfo as IAccountAIContentInfo, type index$2_IAccountAIContentTag as IAccountAIContentTag, type index$2_IAccountAIImage as IAccountAIImage, type index$2_IAccountAIImageChannel as IAccountAIImageChannel, type index$2_IAccountAIImageGroup as IAccountAIImageGroup, type index$2_IAccountAIImageInfo as IAccountAIImageInfo, type index$2_IAccountAIImageTag as IAccountAIImageTag, type index$2_IAccountAIVoice as IAccountAIVoice, type index$2_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$2_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$2_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$2_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$2_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$2_IAccountCanva as IAccountCanva, type index$2_IAccountDrive as IAccountDrive, type index$2_IAccountEmail as IAccountEmail, type index$2_IAccountEmailProxy as IAccountEmailProxy, type index$2_IAccountEmailTag as IAccountEmailTag, type index$2_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$2_IAccountSocialBase as IAccountSocialBase, type index$2_IAccountSocialGroup as IAccountSocialGroup, type index$2_IAccountVPN as IAccountVPN, type index$2_IAccountVPS as IAccountVPS, type index$2_IAccountVPSGroup as IAccountVPSGroup, type index$2_IAuthLogin as IAuthLogin, type index$2_IAuthResetPassword as IAuthResetPassword, type index$2_IBaseModel as IBaseModel, type index$2_IBlog as IBlog, type index$2_IBlogCategory as IBlogCategory, type index$2_IBlogPermission as IBlogPermission, type index$2_IDepartment as IDepartment, type index$2_IDepartmentRole as IDepartmentRole, type index$2_IDevice as IDevice, type index$2_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$2_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$2_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$2_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$2_IDomain as IDomain, type index$2_IFile as IFile, type index$2_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$2_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$2_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$2_IHistoryTaskCanva as IHistoryTaskCanva, type index$2_IIdea as IIdea, type index$2_IInstagramAccountRaw as IInstagramAccountRaw, type index$2_IInstagramAccountRun as IInstagramAccountRun, type index$2_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$2_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$2_IInstagramHistoryChange as IInstagramHistoryChange, type index$2_IInstagramHistoryCreate as IInstagramHistoryCreate, type index$2_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$2_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$2_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$2_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$2_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$2_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$2_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$2_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$2_IInstagramReportPostNew as IInstagramReportPostNew, type index$2_IInstagramReportPostReel as IInstagramReportPostReel, type index$2_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$2_IInstagramReportPostStory as IInstagramReportPostStory, type index$2_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$2_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$2_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$2_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$2_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$2_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$2_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$2_IInstagramSettingPost as IInstagramSettingPost, type index$2_ILark as ILark, type index$2_ILarkTeam as ILarkTeam, type index$2_IManagerImageAI as IManagerImageAI, type index$2_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$2_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$2_IManagerSheet as IManagerSheet, type index$2_IManagerSheetChildren as IManagerSheetChildren, type index$2_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$2_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$2_IManagerSheetGroup as IManagerSheetGroup, type index$2_IManagerWork as IManagerWork, type index$2_IManagerWorkPin as IManagerWorkPin, type index$2_INiche as INiche, type index$2_IOtpConfirm as IOtpConfirm, type index$2_IOtpCreateSession as IOtpCreateSession, type index$2_IOtpSend as IOtpSend, type index$2_IPC as IPC, type index$2_IProxy as IProxy, type index$2_IRole as IRole, type index$2_IRoleFeature as IRoleFeature, type index$2_ISheetImport as ISheetImport, type index$2_ISheetWork as ISheetWork, type index$2_ISheetWorkManager as ISheetWorkManager, type index$2_ISheetWorkPin as ISheetWorkPin, type index$2_ISheetWorksCategory as ISheetWorksCategory, type index$2_ISheetsTool as ISheetsTool, type index$2_ITag as ITag, type index$2_ITaskJob as ITaskJob, type index$2_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$2_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$2_ITaskJobCheckList as ITaskJobCheckList, type index$2_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$2_ITaskJobDiscuss as ITaskJobDiscuss, type index$2_ITaskJobLabel as ITaskJobLabel, type index$2_ITaskJobPermission as ITaskJobPermission, type index$2_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$2_ITaskJobUserPermission as ITaskJobUserPermission, type index$2_ITaskJobsGroup as ITaskJobsGroup, type index$2_ITeam as ITeam, type index$2_ITeamMember as ITeamMember, type index$2_ITeamRole as ITeamRole, type index$2_IThreadsAccountRaw as IThreadsAccountRaw, type index$2_IThreadsAccountRun as IThreadsAccountRun, type index$2_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$2_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$2_IThreadsHistoryChange as IThreadsHistoryChange, type index$2_IThreadsHistoryCreate as IThreadsHistoryCreate, type index$2_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$2_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$2_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$2_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$2_IThreadsReportPost as IThreadsReportPost, type index$2_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$2_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$2_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$2_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$2_IThreadsSettingPost as IThreadsSettingPost, type index$2_IToken as IToken, type index$2_ITrackingModel as ITrackingModel, type index$2_ITrackingTimeScript as ITrackingTimeScript, type index$2_ITrackingUserAction as ITrackingUserAction, type index$2_IUser as IUser, type index$2_IUserRole as IUserRole, type index$2_IVoiceGenerated as IVoiceGenerated, type index$2_IVoiceLanguage as IVoiceLanguage, type index$2_IVoiceSettingDelay as IVoiceSettingDelay, type index$2_IVoiceStores as IVoiceStores, index$3 as Socials, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, index$a as Web };
3748
+ export { index$b as Auth, index$c as Common, index$4 as History, type index$2_IAccountAIContent as IAccountAIContent, type index$2_IAccountAIContentChannel as IAccountAIContentChannel, type index$2_IAccountAIContentGroup as IAccountAIContentGroup, type index$2_IAccountAIContentInfo as IAccountAIContentInfo, type index$2_IAccountAIContentTag as IAccountAIContentTag, type index$2_IAccountAIImage as IAccountAIImage, type index$2_IAccountAIImageChannel as IAccountAIImageChannel, type index$2_IAccountAIImageGroup as IAccountAIImageGroup, type index$2_IAccountAIImageInfo as IAccountAIImageInfo, type index$2_IAccountAIImageTag as IAccountAIImageTag, type index$2_IAccountAIVoice as IAccountAIVoice, type index$2_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$2_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$2_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$2_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$2_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$2_IAccountCanva as IAccountCanva, type index$2_IAccountDrive as IAccountDrive, type index$2_IAccountEmail as IAccountEmail, type index$2_IAccountEmailProxy as IAccountEmailProxy, type index$2_IAccountEmailTag as IAccountEmailTag, type index$2_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$2_IAccountSocialBase as IAccountSocialBase, type index$2_IAccountSocialGroup as IAccountSocialGroup, type index$2_IAccountVPN as IAccountVPN, type index$2_IAccountVPS as IAccountVPS, type index$2_IAccountVPSGroup as IAccountVPSGroup, type index$2_IAuthLogin as IAuthLogin, type index$2_IAuthResetPassword as IAuthResetPassword, type index$2_IBaseModel as IBaseModel, type index$2_IBlog as IBlog, type index$2_IBlogCategory as IBlogCategory, type index$2_IBlogPermission as IBlogPermission, type index$2_IDepartment as IDepartment, type index$2_IDepartmentRole as IDepartmentRole, type index$2_IDevice as IDevice, type index$2_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$2_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$2_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$2_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$2_IDomain as IDomain, type index$2_IFile as IFile, type index$2_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$2_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$2_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$2_IHistoryTaskCanva as IHistoryTaskCanva, type index$2_IIdea as IIdea, type index$2_IInstagramAccountRaw as IInstagramAccountRaw, type index$2_IInstagramAccountRun as IInstagramAccountRun, type index$2_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$2_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$2_IInstagramHistoryChange as IInstagramHistoryChange, type index$2_IInstagramHistoryCreate as IInstagramHistoryCreate, type index$2_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$2_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$2_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$2_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$2_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$2_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$2_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$2_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$2_IInstagramReportPostNew as IInstagramReportPostNew, type index$2_IInstagramReportPostReel as IInstagramReportPostReel, type index$2_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$2_IInstagramReportPostStory as IInstagramReportPostStory, type index$2_IInstagramSettingInteractExplore as IInstagramSettingInteractExplore, type index$2_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$2_IInstagramSettingInteractReel as IInstagramSettingInteractReel, type index$2_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$2_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$2_IInstagramSettingInteractStory as IInstagramSettingInteractStory, type index$2_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$2_IInstagramSettingPost as IInstagramSettingPost, type index$2_ILark as ILark, type index$2_ILarkTeam as ILarkTeam, type index$2_IManagerImageAI as IManagerImageAI, type index$2_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$2_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$2_IManagerSheet as IManagerSheet, type index$2_IManagerSheetChildren as IManagerSheetChildren, type index$2_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$2_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$2_IManagerSheetGroup as IManagerSheetGroup, type index$2_IManagerWork as IManagerWork, type index$2_IManagerWorkPin as IManagerWorkPin, type index$2_INiche as INiche, type index$2_IOtpConfirm as IOtpConfirm, type index$2_IOtpCreateSession as IOtpCreateSession, type index$2_IOtpSend as IOtpSend, type index$2_IPC as IPC, type index$2_IProxy as IProxy, type index$2_IRole as IRole, type index$2_IRoleFeature as IRoleFeature, type index$2_ISheetImport as ISheetImport, type index$2_ISheetWork as ISheetWork, type index$2_ISheetWorkManager as ISheetWorkManager, type index$2_ISheetWorkPin as ISheetWorkPin, type index$2_ISheetWorksCategory as ISheetWorksCategory, type index$2_ISheetsToolBase as ISheetsToolBase, type index$2_ISheetsToolInstagram as ISheetsToolInstagram, type index$2_ISheetsToolThreads as ISheetsToolThreads, type index$2_ITag as ITag, type index$2_ITaskJob as ITaskJob, type index$2_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$2_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$2_ITaskJobCheckList as ITaskJobCheckList, type index$2_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$2_ITaskJobDiscuss as ITaskJobDiscuss, type index$2_ITaskJobLabel as ITaskJobLabel, type index$2_ITaskJobPermission as ITaskJobPermission, type index$2_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$2_ITaskJobUserPermission as ITaskJobUserPermission, type index$2_ITaskJobsGroup as ITaskJobsGroup, type index$2_ITeam as ITeam, type index$2_ITeamMember as ITeamMember, type index$2_ITeamRole as ITeamRole, type index$2_IThreadsAccountRaw as IThreadsAccountRaw, type index$2_IThreadsAccountRun as IThreadsAccountRun, type index$2_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$2_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$2_IThreadsHistoryChange as IThreadsHistoryChange, type index$2_IThreadsHistoryCreate as IThreadsHistoryCreate, type index$2_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$2_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$2_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$2_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$2_IThreadsReportPost as IThreadsReportPost, type index$2_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$2_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$2_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$2_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$2_IThreadsSettingPost as IThreadsSettingPost, type index$2_IToken as IToken, type index$2_ITrackingModel as ITrackingModel, type index$2_ITrackingTimeScript as ITrackingTimeScript, type index$2_ITrackingUserAction as ITrackingUserAction, type index$2_IUser as IUser, type index$2_IUserRole as IUserRole, type index$2_IVoiceGenerated as IVoiceGenerated, type index$2_IVoiceLanguage as IVoiceLanguage, type index$2_IVoiceSettingDelay as IVoiceSettingDelay, type index$2_IVoiceStores as IVoiceStores, index$3 as Socials, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, index$a as Web };
3711
3749
  }
3712
3750
 
3713
3751
  interface IDataUser {
@@ -3842,6 +3880,25 @@ interface FilterThreadsHistoryAutoPostDto extends IFilterBaseDto, Omit<IThreadsH
3842
3880
  typeSocial: ETypeSocial;
3843
3881
  }
3844
3882
 
3883
+ interface FindOverViewThreadsReportPostDto {
3884
+ totalAccounts: number;
3885
+ totalDevices: number;
3886
+ totalPC: number;
3887
+ totalLeader: number;
3888
+ totalMembers: number;
3889
+ totalAccountGroups: number;
3890
+ totalIdea: number;
3891
+ totalNiche: number;
3892
+ totalDevice: {
3893
+ android: number;
3894
+ ios: number;
3895
+ };
3896
+ totalPost: {
3897
+ done: number;
3898
+ error: number;
3899
+ unknown: number;
3900
+ };
3901
+ }
3845
3902
  interface FindThreadsReportPostDto extends IFindBaseDto, IThreadsReportPost {
3846
3903
  idea: string;
3847
3904
  niche: string;
@@ -3865,6 +3922,25 @@ interface FilterThreadsReportPostDto extends IFilterBaseDto, Omit<IThreadsReport
3865
3922
  typeSocial: ETypeSocial;
3866
3923
  }
3867
3924
 
3925
+ interface FindOverViewThreadsReportInteractFollowDto {
3926
+ totalAccounts: number;
3927
+ totalDevices: number;
3928
+ totalPC: number;
3929
+ totalLeader: number;
3930
+ totalMembers: number;
3931
+ totalAccountGroups: number;
3932
+ totalIdea: number;
3933
+ totalNiche: number;
3934
+ totalDevice: {
3935
+ android: number;
3936
+ ios: number;
3937
+ };
3938
+ totalInteract: {
3939
+ done: number;
3940
+ error: number;
3941
+ unknown: number;
3942
+ };
3943
+ }
3868
3944
  interface FindThreadsReportInteractFollowDto extends IFindBaseDto, IThreadsReportInteractFollow {
3869
3945
  idea: string;
3870
3946
  niche: string;
@@ -3888,6 +3964,25 @@ interface FilterThreadsReportInteractFollowDto extends IFilterBaseDto, Omit<IThr
3888
3964
  typeSocial: ETypeSocial;
3889
3965
  }
3890
3966
 
3967
+ interface FindOverViewThreadsReportInteractReplyCommentDto {
3968
+ totalAccounts: number;
3969
+ totalDevices: number;
3970
+ totalPC: number;
3971
+ totalLeader: number;
3972
+ totalMembers: number;
3973
+ totalAccountGroups: number;
3974
+ totalIdea: number;
3975
+ totalNiche: number;
3976
+ totalDevice: {
3977
+ android: number;
3978
+ ios: number;
3979
+ };
3980
+ totalInteract: {
3981
+ done: number;
3982
+ error: number;
3983
+ unknown: number;
3984
+ };
3985
+ }
3891
3986
  interface FindThreadsReportInteractReplyCommentDto extends IFindBaseDto, IThreadsReportInteractReplyComment {
3892
3987
  idea: string;
3893
3988
  niche: string;
@@ -3911,6 +4006,25 @@ interface FilterThreadsReportInteractReplyCommentDto extends IFilterBaseDto, Omi
3911
4006
  typeSocial: ETypeSocial;
3912
4007
  }
3913
4008
 
4009
+ interface FindOverViewThreadsReportInteractReplyMessageDto {
4010
+ totalAccounts: number;
4011
+ totalDevices: number;
4012
+ totalPC: number;
4013
+ totalLeader: number;
4014
+ totalMembers: number;
4015
+ totalAccountGroups: number;
4016
+ totalIdea: number;
4017
+ totalNiche: number;
4018
+ totalDevice: {
4019
+ android: number;
4020
+ ios: number;
4021
+ };
4022
+ totalInteract: {
4023
+ done: number;
4024
+ error: number;
4025
+ unknown: number;
4026
+ };
4027
+ }
3914
4028
  interface FindThreadsReportInteractReplyMessageDto extends IFindBaseDto, IThreadsReportInteractReplyMessage {
3915
4029
  idea: string;
3916
4030
  niche: string;
@@ -4049,6 +4163,22 @@ interface FilterThreadsSettingInteractReplyMessageDto extends IFilterBaseDto, Om
4049
4163
  typeSocial: ETypeSocial;
4050
4164
  }
4051
4165
 
4166
+ interface FindOverviewInstagramHistoryAutoPostDto {
4167
+ totalDevices: {
4168
+ total: number;
4169
+ android: number;
4170
+ ios: number;
4171
+ };
4172
+ totalIdea: {
4173
+ total: number;
4174
+ };
4175
+ totalNiche: {
4176
+ total: number;
4177
+ };
4178
+ totalType: {
4179
+ total: number;
4180
+ };
4181
+ }
4052
4182
  interface FindInstagramHistoryAutoPostDto extends IFindBaseDto, IInstagramHistoryAutoPost {
4053
4183
  deviceInfo: {
4054
4184
  deviceKey: string;
@@ -4069,6 +4199,7 @@ interface FindInstagramHistoryAutoPostDto extends IFindBaseDto, IInstagramHistor
4069
4199
  account: string;
4070
4200
  accountID: string;
4071
4201
  typeSocial: ETypeSocial;
4202
+ status: EStatusTaskScript;
4072
4203
  }
4073
4204
  interface FilterInstagramHistoryAutoPostDto extends IFilterBaseDto, Omit<IInstagramHistoryAutoPost, TOmitFilterDto> {
4074
4205
  idea: string;
@@ -4082,6 +4213,25 @@ interface FilterInstagramHistoryAutoPostDto extends IFilterBaseDto, Omit<IInstag
4082
4213
  typeSocial: ETypeSocial;
4083
4214
  }
4084
4215
 
4216
+ interface FindOverViewInstagramReportPostHighLightDto {
4217
+ totalAccounts: number;
4218
+ totalDevices: number;
4219
+ totalPC: number;
4220
+ totalLeader: number;
4221
+ totalMembers: number;
4222
+ totalAccountGroups: number;
4223
+ totalIdea: number;
4224
+ totalNiche: number;
4225
+ totalDevice: {
4226
+ android: number;
4227
+ ios: number;
4228
+ };
4229
+ totalPost: {
4230
+ done: number;
4231
+ error: number;
4232
+ unknown: number;
4233
+ };
4234
+ }
4085
4235
  interface FindInstagramReportPostHighLightDto extends IFindBaseDto, IInstagramReportPostHighLight {
4086
4236
  idea: string;
4087
4237
  niche: string;
@@ -4105,6 +4255,25 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, Omit<IIn
4105
4255
  typeSocial: ETypeSocial;
4106
4256
  }
4107
4257
 
4258
+ interface FindOverViewInstagramReportPostNewDto {
4259
+ totalAccounts: number;
4260
+ totalDevices: number;
4261
+ totalPC: number;
4262
+ totalLeader: number;
4263
+ totalMembers: number;
4264
+ totalAccountGroups: number;
4265
+ totalIdea: number;
4266
+ totalNiche: number;
4267
+ totalDevice: {
4268
+ android: number;
4269
+ ios: number;
4270
+ };
4271
+ totalPost: {
4272
+ done: number;
4273
+ error: number;
4274
+ unknown: number;
4275
+ };
4276
+ }
4108
4277
  interface FindInstagramReportPostNewDto extends IFindBaseDto, IInstagramReportPostNew {
4109
4278
  idea: string;
4110
4279
  niche: string;
@@ -4128,6 +4297,25 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, Omit<IInstagra
4128
4297
  typeSocial: ETypeSocial;
4129
4298
  }
4130
4299
 
4300
+ interface FindOverViewInstagramReportPostReelDto {
4301
+ totalAccounts: number;
4302
+ totalDevices: number;
4303
+ totalPC: number;
4304
+ totalLeader: number;
4305
+ totalMembers: number;
4306
+ totalAccountGroups: number;
4307
+ totalIdea: number;
4308
+ totalNiche: number;
4309
+ totalDevice: {
4310
+ android: number;
4311
+ ios: number;
4312
+ };
4313
+ totalPost: {
4314
+ done: number;
4315
+ error: number;
4316
+ unknown: number;
4317
+ };
4318
+ }
4131
4319
  interface FindInstagramReportPostReelDto extends IFindBaseDto, IInstagramReportPostReel {
4132
4320
  idea: string;
4133
4321
  niche: string;
@@ -4151,6 +4339,25 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, Omit<IInstagr
4151
4339
  typeSocial: ETypeSocial;
4152
4340
  }
4153
4341
 
4342
+ interface FindOverViewInstagramReportPostStoryDto {
4343
+ totalAccounts: number;
4344
+ totalDevices: number;
4345
+ totalPC: number;
4346
+ totalLeader: number;
4347
+ totalMembers: number;
4348
+ totalAccountGroups: number;
4349
+ totalIdea: number;
4350
+ totalNiche: number;
4351
+ totalDevice: {
4352
+ android: number;
4353
+ ios: number;
4354
+ };
4355
+ totalPost: {
4356
+ done: number;
4357
+ error: number;
4358
+ unknown: number;
4359
+ };
4360
+ }
4154
4361
  interface FindInstagramReportPostStoryDto extends IFindBaseDto, IInstagramReportPostStory {
4155
4362
  idea: string;
4156
4363
  niche: string;
@@ -4174,6 +4381,25 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, Omit<IInstag
4174
4381
  typeSocial: ETypeSocial;
4175
4382
  }
4176
4383
 
4384
+ interface FindOverViewInstagramReportPostSquareDto {
4385
+ totalAccounts: number;
4386
+ totalDevices: number;
4387
+ totalPC: number;
4388
+ totalLeader: number;
4389
+ totalMembers: number;
4390
+ totalAccountGroups: number;
4391
+ totalIdea: number;
4392
+ totalNiche: number;
4393
+ totalDevice: {
4394
+ android: number;
4395
+ ios: number;
4396
+ };
4397
+ totalPost: {
4398
+ done: number;
4399
+ error: number;
4400
+ unknown: number;
4401
+ };
4402
+ }
4177
4403
  interface FindInstagramReportPostSquareDto extends IFindBaseDto, IInstagramReportPostSquare {
4178
4404
  idea: string;
4179
4405
  niche: string;
@@ -4197,6 +4423,25 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, Omit<IInsta
4197
4423
  typeSocial: ETypeSocial;
4198
4424
  }
4199
4425
 
4426
+ interface FindOverViewInstagramReportInteractReplyCommentDto {
4427
+ totalAccounts: number;
4428
+ totalDevices: number;
4429
+ totalPC: number;
4430
+ totalLeader: number;
4431
+ totalMembers: number;
4432
+ totalAccountGroups: number;
4433
+ totalIdea: number;
4434
+ totalNiche: number;
4435
+ totalDevice: {
4436
+ android: number;
4437
+ ios: number;
4438
+ };
4439
+ totalInteract: {
4440
+ done: number;
4441
+ error: number;
4442
+ unknown: number;
4443
+ };
4444
+ }
4200
4445
  interface FindInstagramReportInteractReplyCommentDto extends IFindBaseDto, IInstagramReportInteractReplyComment {
4201
4446
  idea: string;
4202
4447
  niche: string;
@@ -4220,6 +4465,25 @@ interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, O
4220
4465
  typeSocial: ETypeSocial;
4221
4466
  }
4222
4467
 
4468
+ interface FindOverViewInstagramReportInteractReelDto {
4469
+ totalAccounts: number;
4470
+ totalDevices: number;
4471
+ totalPC: number;
4472
+ totalLeader: number;
4473
+ totalMembers: number;
4474
+ totalAccountGroups: number;
4475
+ totalIdea: number;
4476
+ totalNiche: number;
4477
+ totalDevice: {
4478
+ android: number;
4479
+ ios: number;
4480
+ };
4481
+ totalInteract: {
4482
+ done: number;
4483
+ error: number;
4484
+ unknown: number;
4485
+ };
4486
+ }
4223
4487
  interface FindInstagramReportInteractReelDto extends IFindBaseDto, IInstagramReportInteractReel {
4224
4488
  idea: string;
4225
4489
  niche: string;
@@ -4243,6 +4507,25 @@ interface FilterInstagramReportInteractReelDto extends IFilterBaseDto, Omit<IIns
4243
4507
  typeSocial: ETypeSocial;
4244
4508
  }
4245
4509
 
4510
+ interface FindOverViewInstagramReportInteractStoryDto {
4511
+ totalAccounts: number;
4512
+ totalDevices: number;
4513
+ totalPC: number;
4514
+ totalLeader: number;
4515
+ totalMembers: number;
4516
+ totalAccountGroups: number;
4517
+ totalIdea: number;
4518
+ totalNiche: number;
4519
+ totalDevice: {
4520
+ android: number;
4521
+ ios: number;
4522
+ };
4523
+ totalInteract: {
4524
+ done: number;
4525
+ error: number;
4526
+ unknown: number;
4527
+ };
4528
+ }
4246
4529
  interface FindInstagramReportInteractStoryDto extends IFindBaseDto, IInstagramReportInteractStory {
4247
4530
  idea: string;
4248
4531
  niche: string;
@@ -4266,6 +4549,25 @@ interface FilterInstagramReportInteractStoryDto extends IFilterBaseDto, Omit<IIn
4266
4549
  typeSocial: ETypeSocial;
4267
4550
  }
4268
4551
 
4552
+ interface FindOverViewInstagramReportInteractExploreDto {
4553
+ totalAccounts: number;
4554
+ totalDevices: number;
4555
+ totalPC: number;
4556
+ totalLeader: number;
4557
+ totalMembers: number;
4558
+ totalAccountGroups: number;
4559
+ totalIdea: number;
4560
+ totalNiche: number;
4561
+ totalDevice: {
4562
+ android: number;
4563
+ ios: number;
4564
+ };
4565
+ totalInteract: {
4566
+ done: number;
4567
+ error: number;
4568
+ unknown: number;
4569
+ };
4570
+ }
4269
4571
  interface FindInstagramReportInteractExploreDto extends IFindBaseDto, IInstagramReportInteractExplore {
4270
4572
  idea: string;
4271
4573
  niche: string;
@@ -4289,6 +4591,25 @@ interface FilterInstagramReportInteractExploreDto extends IFilterBaseDto, Omit<I
4289
4591
  typeSocial: ETypeSocial;
4290
4592
  }
4291
4593
 
4594
+ interface FindOverViewInstagramReportInteractReplyMessageDto {
4595
+ totalAccounts: number;
4596
+ totalDevices: number;
4597
+ totalPC: number;
4598
+ totalLeader: number;
4599
+ totalMembers: number;
4600
+ totalAccountGroups: number;
4601
+ totalIdea: number;
4602
+ totalNiche: number;
4603
+ totalDevice: {
4604
+ android: number;
4605
+ ios: number;
4606
+ };
4607
+ totalInteract: {
4608
+ done: number;
4609
+ error: number;
4610
+ unknown: number;
4611
+ };
4612
+ }
4292
4613
  interface FindInstagramReportInteractReplyMessageDto extends IFindBaseDto, IInstagramReportInteractReplyMessage {
4293
4614
  idea: string;
4294
4615
  niche: string;
@@ -4312,6 +4633,25 @@ interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, O
4312
4633
  typeSocial: ETypeSocial;
4313
4634
  }
4314
4635
 
4636
+ interface FindOverViewInstagramReportInteractFollowDto {
4637
+ totalAccounts: number;
4638
+ totalDevices: number;
4639
+ totalPC: number;
4640
+ totalLeader: number;
4641
+ totalMembers: number;
4642
+ totalAccountGroups: number;
4643
+ totalIdea: number;
4644
+ totalNiche: number;
4645
+ totalDevice: {
4646
+ android: number;
4647
+ ios: number;
4648
+ };
4649
+ totalInteract: {
4650
+ done: number;
4651
+ error: number;
4652
+ unknown: number;
4653
+ };
4654
+ }
4315
4655
  interface FindInstagramReportInteractFollowDto extends IFindBaseDto, IInstagramReportInteractFollow {
4316
4656
  idea: string;
4317
4657
  niche: string;
@@ -5609,6 +5949,13 @@ interface FindOverViewInstagramAccountRunDto {
5609
5949
  totalDepartments: number;
5610
5950
  }
5611
5951
 
5952
+ interface CreateDeviceDto extends Partial<IDevice> {
5953
+ key: string;
5954
+ pcName: string;
5955
+ name: string;
5956
+ }
5957
+ interface UpdateDeviceDto extends Partial<IDevice> {
5958
+ }
5612
5959
  interface FindDeviceDto extends IFindBaseDto, IDevice {
5613
5960
  listAccountInstagram: IInstagramAccountRaw[];
5614
5961
  listAccountThreads: IThreadsAccountRaw[];
@@ -5616,6 +5963,27 @@ interface FindDeviceDto extends IFindBaseDto, IDevice {
5616
5963
  interface FilterDeviceDto extends IFilterBaseDto, Omit<IDevice, TOmitFilterDto> {
5617
5964
  }
5618
5965
 
5966
+ interface FindOverViewTaskThreadsPostDto {
5967
+ totalAccounts: number;
5968
+ totalDevices: number;
5969
+ totalPC: number;
5970
+ totalLeader: number;
5971
+ totalMembers: number;
5972
+ totalAccountGroups: number;
5973
+ totalIdea: number;
5974
+ totalNiche: number;
5975
+ totalDevice: {
5976
+ android: number;
5977
+ ios: number;
5978
+ };
5979
+ totalTasks: {
5980
+ pending: number;
5981
+ executing: number;
5982
+ error: number;
5983
+ repaired: number;
5984
+ done: number;
5985
+ };
5986
+ }
5619
5987
  interface CreateTaskThreadsPostDto extends Partial<ITaskThreadsPost> {
5620
5988
  }
5621
5989
  interface UpdateTaskThreadsPostDto extends Partial<ITaskThreadsPost> {
@@ -5625,6 +5993,27 @@ interface FindTaskThreadsPostDto extends IFindBaseDto, ITaskThreadsPost {
5625
5993
  interface FilterTaskThreadsPostDto extends IFilterBaseDto, Omit<ITaskThreadsPost, TOmitFilterDto> {
5626
5994
  }
5627
5995
 
5996
+ interface FindOverViewTaskThreadsFollowDto {
5997
+ totalAccounts: number;
5998
+ totalDevices: number;
5999
+ totalPC: number;
6000
+ totalLeader: number;
6001
+ totalMembers: number;
6002
+ totalAccountGroups: number;
6003
+ totalIdea: number;
6004
+ totalNiche: number;
6005
+ totalDevice: {
6006
+ android: number;
6007
+ ios: number;
6008
+ };
6009
+ totalTasks: {
6010
+ pending: number;
6011
+ executing: number;
6012
+ error: number;
6013
+ repaired: number;
6014
+ done: number;
6015
+ };
6016
+ }
5628
6017
  interface CreateTaskThreadsFollowDto extends Partial<ITaskThreadsFollow> {
5629
6018
  }
5630
6019
  interface UpdateTaskThreadsFollowDto extends Partial<ITaskThreadsFollow> {
@@ -5634,6 +6023,27 @@ interface FindTaskThreadsFollowDto extends IFindBaseDto, ITaskThreadsFollow {
5634
6023
  interface FilterTaskThreadsFollowDto extends IFilterBaseDto, Omit<ITaskThreadsFollow, TOmitFilterDto> {
5635
6024
  }
5636
6025
 
6026
+ interface FindOverViewTaskThreadsReplyCommentDto {
6027
+ totalAccounts: number;
6028
+ totalDevices: number;
6029
+ totalPC: number;
6030
+ totalLeader: number;
6031
+ totalMembers: number;
6032
+ totalAccountGroups: number;
6033
+ totalIdea: number;
6034
+ totalNiche: number;
6035
+ totalDevice: {
6036
+ android: number;
6037
+ ios: number;
6038
+ };
6039
+ totalTasks: {
6040
+ pending: number;
6041
+ executing: number;
6042
+ error: number;
6043
+ repaired: number;
6044
+ done: number;
6045
+ };
6046
+ }
5637
6047
  interface CreateTaskThreadsReplyCommentDto extends Partial<ITaskThreadsReplyComment> {
5638
6048
  }
5639
6049
  interface UpdateTaskThreadsReplyCommentDto extends Partial<ITaskThreadsReplyComment> {
@@ -5643,6 +6053,57 @@ interface FindTaskThreadsReplyCommentDto extends IFindBaseDto, ITaskThreadsReply
5643
6053
  interface FilterTaskThreadsReplyCommentDto extends IFilterBaseDto, Omit<ITaskThreadsReplyComment, TOmitFilterDto> {
5644
6054
  }
5645
6055
 
6056
+ interface FindOverViewTaskThreadsReplyMessageDto {
6057
+ totalAccounts: number;
6058
+ totalDevices: number;
6059
+ totalPC: number;
6060
+ totalLeader: number;
6061
+ totalMembers: number;
6062
+ totalAccountGroups: number;
6063
+ totalIdea: number;
6064
+ totalNiche: number;
6065
+ totalDevice: {
6066
+ android: number;
6067
+ ios: number;
6068
+ };
6069
+ totalTasks: {
6070
+ pending: number;
6071
+ executing: number;
6072
+ error: number;
6073
+ repaired: number;
6074
+ done: number;
6075
+ };
6076
+ }
6077
+ interface CreateTaskThreadsReplyMessageDto extends Partial<ITaskThreadsReplyMessage> {
6078
+ }
6079
+ interface UpdateTaskThreadsReplyMessageDto extends Partial<ITaskThreadsReplyMessage> {
6080
+ }
6081
+ interface FindTaskThreadsReplyMessageDto extends IFindBaseDto, ITaskThreadsReplyMessage {
6082
+ }
6083
+ interface FilterTaskThreadsReplyMessageDto extends IFilterBaseDto, Omit<ITaskThreadsReplyMessage, TOmitFilterDto> {
6084
+ }
6085
+
6086
+ interface FindOverViewTaskInstagramBlockUserDto {
6087
+ totalAccounts: number;
6088
+ totalDevices: number;
6089
+ totalPC: number;
6090
+ totalLeader: number;
6091
+ totalMembers: number;
6092
+ totalAccountGroups: number;
6093
+ totalIdea: number;
6094
+ totalNiche: number;
6095
+ totalDevice: {
6096
+ android: number;
6097
+ ios: number;
6098
+ };
6099
+ totalTasks: {
6100
+ pending: number;
6101
+ executing: number;
6102
+ error: number;
6103
+ repaired: number;
6104
+ done: number;
6105
+ };
6106
+ }
5646
6107
  interface CreateTaskInstagramBlockUserDto extends Partial<ITaskInstagramBlockUser> {
5647
6108
  }
5648
6109
  interface UpdateTaskInstagramBlockUserDto extends Partial<ITaskInstagramBlockUser> {
@@ -5652,6 +6113,27 @@ interface FindTaskInstagramBlockUserDto extends IFindBaseDto, ITaskInstagramBloc
5652
6113
  interface FilterTaskInstagramBlockUserDto extends IFilterBaseDto, Omit<ITaskInstagramBlockUser, TOmitFilterDto> {
5653
6114
  }
5654
6115
 
6116
+ interface FindOverViewTaskInstagramChangeInfoDto {
6117
+ totalAccounts: number;
6118
+ totalDevices: number;
6119
+ totalPC: number;
6120
+ totalLeader: number;
6121
+ totalMembers: number;
6122
+ totalAccountGroups: number;
6123
+ totalIdea: number;
6124
+ totalNiche: number;
6125
+ totalDevice: {
6126
+ android: number;
6127
+ ios: number;
6128
+ };
6129
+ totalTasks: {
6130
+ pending: number;
6131
+ executing: number;
6132
+ error: number;
6133
+ repaired: number;
6134
+ done: number;
6135
+ };
6136
+ }
5655
6137
  interface CreateTaskInstagramChangeInfoDto extends Partial<ITaskInstagramChangeInfo> {
5656
6138
  }
5657
6139
  interface UpdateTaskInstagramChangeInfoDto extends Partial<ITaskInstagramChangeInfo> {
@@ -5661,6 +6143,27 @@ interface FindTaskInstagramChangeInfoDto extends IFindBaseDto, ITaskInstagramCha
5661
6143
  interface FilterTaskInstagramChangeInfoDto extends IFilterBaseDto, Omit<ITaskInstagramChangeInfo, TOmitFilterDto> {
5662
6144
  }
5663
6145
 
6146
+ interface FindOverViewTaskInstagramFollowDto {
6147
+ totalAccounts: number;
6148
+ totalDevices: number;
6149
+ totalPC: number;
6150
+ totalLeader: number;
6151
+ totalMembers: number;
6152
+ totalAccountGroups: number;
6153
+ totalIdea: number;
6154
+ totalNiche: number;
6155
+ totalDevice: {
6156
+ android: number;
6157
+ ios: number;
6158
+ };
6159
+ totalTasks: {
6160
+ pending: number;
6161
+ executing: number;
6162
+ error: number;
6163
+ repaired: number;
6164
+ done: number;
6165
+ };
6166
+ }
5664
6167
  interface CreateTaskInstagramFollowDto extends Partial<ITaskInstagramFollow> {
5665
6168
  }
5666
6169
  interface UpdateTaskInstagramFollowDto extends Partial<ITaskInstagramFollow> {
@@ -5670,6 +6173,27 @@ interface FindTaskInstagramFollowDto extends IFindBaseDto, ITaskInstagramFollow
5670
6173
  interface FilterTaskInstagramFollowDto extends IFilterBaseDto, Omit<ITaskInstagramFollow, TOmitFilterDto> {
5671
6174
  }
5672
6175
 
6176
+ interface FindOverViewTaskInstagramPostDto {
6177
+ totalAccounts: number;
6178
+ totalDevices: number;
6179
+ totalPC: number;
6180
+ totalLeader: number;
6181
+ totalMembers: number;
6182
+ totalAccountGroups: number;
6183
+ totalIdea: number;
6184
+ totalNiche: number;
6185
+ totalDevice: {
6186
+ android: number;
6187
+ ios: number;
6188
+ };
6189
+ totalTasks: {
6190
+ pending: number;
6191
+ executing: number;
6192
+ error: number;
6193
+ repaired: number;
6194
+ done: number;
6195
+ };
6196
+ }
5673
6197
  interface CreateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
5674
6198
  }
5675
6199
  interface UpdateTaskInstagramPostDto extends Partial<ITaskInstagramPost> {
@@ -5679,6 +6203,27 @@ interface FindTaskInstagramPostDto extends IFindBaseDto, ITaskInstagramPost {
5679
6203
  interface FilterTaskInstagramPostDto extends IFilterBaseDto, Omit<ITaskInstagramPost, TOmitFilterDto> {
5680
6204
  }
5681
6205
 
6206
+ interface FindOverViewTaskInstagramReplyCommentDto {
6207
+ totalAccounts: number;
6208
+ totalDevices: number;
6209
+ totalPC: number;
6210
+ totalLeader: number;
6211
+ totalMembers: number;
6212
+ totalAccountGroups: number;
6213
+ totalIdea: number;
6214
+ totalNiche: number;
6215
+ totalDevice: {
6216
+ android: number;
6217
+ ios: number;
6218
+ };
6219
+ totalTasks: {
6220
+ pending: number;
6221
+ executing: number;
6222
+ error: number;
6223
+ repaired: number;
6224
+ done: number;
6225
+ };
6226
+ }
5682
6227
  interface CreateTaskInstagramReplyCommentDto extends Partial<ITaskInstagramReplyComment> {
5683
6228
  }
5684
6229
  interface UpdateTaskInstagramReplyCommentDto extends Partial<ITaskInstagramReplyComment> {
@@ -5688,6 +6233,27 @@ interface FindTaskInstagramReplyCommentDto extends IFindBaseDto, ITaskInstagramR
5688
6233
  interface FilterTaskInstagramReplyCommentDto extends IFilterBaseDto, Omit<ITaskInstagramReplyComment, TOmitFilterDto> {
5689
6234
  }
5690
6235
 
6236
+ interface FindOverViewTaskInstagramReplyMessageDto {
6237
+ totalAccounts: number;
6238
+ totalDevices: number;
6239
+ totalPC: number;
6240
+ totalLeader: number;
6241
+ totalMembers: number;
6242
+ totalAccountGroups: number;
6243
+ totalIdea: number;
6244
+ totalNiche: number;
6245
+ totalDevice: {
6246
+ android: number;
6247
+ ios: number;
6248
+ };
6249
+ totalTasks: {
6250
+ pending: number;
6251
+ executing: number;
6252
+ error: number;
6253
+ repaired: number;
6254
+ done: number;
6255
+ };
6256
+ }
5691
6257
  interface CreateTaskInstagramReplyMessageDto extends Partial<ITaskInstagramReplyMessage> {
5692
6258
  }
5693
6259
  interface UpdateTaskInstagramReplyMessageDto extends Partial<ITaskInstagramReplyMessage> {
@@ -5729,6 +6295,44 @@ interface FindTaskAIImageVoiceCanvaDto extends IFindBaseDto, ITaskAIImageVoiceCa
5729
6295
  interface FilterTaskAIImageVoiceCanvaDto extends IFilterBaseDto, Omit<ITaskAIImageVoiceCanva, TOmitFilterDto> {
5730
6296
  }
5731
6297
 
6298
+ interface CreateSheetsToolThreadsDto extends Partial<ISheetsToolThreads> {
6299
+ social: ETypeSocial;
6300
+ type?: ESheetToolThreads;
6301
+ url: string;
6302
+ name: string;
6303
+ desc?: string;
6304
+ }
6305
+ interface UpdateSheetsToolThreadsDto extends Partial<ISheetsToolThreads> {
6306
+ social: ETypeSocial;
6307
+ type?: ESheetToolThreads;
6308
+ url: string;
6309
+ name: string;
6310
+ desc?: string;
6311
+ }
6312
+ interface FindSheetsToolThreadsDto extends IFindBaseDto, ISheetsToolThreads {
6313
+ }
6314
+ interface FilterSheetsToolThreadsDto extends IFilterBaseDto, Omit<ISheetsToolThreads, TOmitFilterDto> {
6315
+ }
6316
+
6317
+ interface CreateSheetsToolInstagramDto extends Partial<ISheetsToolInstagram> {
6318
+ social: ETypeSocial;
6319
+ type?: ESheetToolInstagram;
6320
+ url: string;
6321
+ name: string;
6322
+ desc?: string;
6323
+ }
6324
+ interface UpdateSheetsToolInstagramDto extends Partial<ISheetsToolInstagram> {
6325
+ social: ETypeSocial;
6326
+ type?: ESheetToolInstagram;
6327
+ url: string;
6328
+ name: string;
6329
+ desc?: string;
6330
+ }
6331
+ interface FindSheetsToolInstagramDto extends IFindBaseDto, ISheetsToolInstagram {
6332
+ }
6333
+ interface FilterSheetsToolInstagramDto extends IFilterBaseDto, Omit<ISheetsToolInstagram, TOmitFilterDto> {
6334
+ }
6335
+
5732
6336
  interface CreatePCDto extends Partial<IPC> {
5733
6337
  pc_name: string;
5734
6338
  }
@@ -5740,25 +6344,6 @@ interface FindPCDto extends IFindBaseDto, IPC {
5740
6344
  interface FilterPCDto extends IFilterBaseDto, Omit<IPC, TOmitFilterDto> {
5741
6345
  }
5742
6346
 
5743
- interface CreateSheetsToolDto extends Partial<ISheetsTool> {
5744
- sheet_social: ETypeSocial;
5745
- sheet_type?: ESheetToolCommon | ESheetToolInstagram | ESheetToolThreads;
5746
- sheet_url: string;
5747
- sheet_name: string;
5748
- sheet_desc?: string;
5749
- }
5750
- interface UpdateSheetsToolDto extends Partial<ISheetsTool> {
5751
- sheet_social: ETypeSocial;
5752
- sheet_type?: ESheetToolCommon | ESheetToolInstagram | ESheetToolThreads;
5753
- sheet_url: string;
5754
- sheet_name: string;
5755
- sheet_desc?: string;
5756
- }
5757
- interface FindSheetsToolDto extends IFindBaseDto, ISheetsTool {
5758
- }
5759
- interface FilterSheetsToolDto extends IFilterBaseDto, Omit<ISheetsTool, TOmitFilterDto> {
5760
- }
5761
-
5762
6347
  interface FindManagerWorkDto extends IFindBaseDto, IManagerWork {
5763
6348
  }
5764
6349
  interface FilterManagerWorkDto extends IFilterBaseDto, Omit<IManagerWork, TOmitFilterDto> {
@@ -5819,7 +6404,7 @@ interface CreateLarkDto extends Partial<ILark> {
5819
6404
  botHook: string;
5820
6405
  departmentAssigned: string;
5821
6406
  teamAssigned: string;
5822
- typeError: ELarkMessageCommon | ELarkMessageInstagramThreads | ELarkMessageSheetManager;
6407
+ typeError: ELarkMessageAccounts | ELarkMessageInstagram | ELarkMessageThreads | ELarkMessageSheetManager;
5823
6408
  typeObject: ELarkObject;
5824
6409
  }
5825
6410
  interface UpdateLarkDto extends Partial<ILark> {
@@ -5827,16 +6412,17 @@ interface UpdateLarkDto extends Partial<ILark> {
5827
6412
  botHook: string;
5828
6413
  departmentAssigned: string;
5829
6414
  teamAssigned: string;
5830
- typeError: ELarkMessageCommon | ELarkMessageInstagramThreads | ELarkMessageSheetManager;
5831
6415
  typeObject: ELarkObject;
6416
+ typeError: ELarkMessageAccounts | ELarkMessageInstagram | ELarkMessageThreads | ELarkMessageSheetManager;
5832
6417
  }
5833
6418
  interface FindLarkDto extends IFindBaseDto, ILark {
5834
6419
  teamNamesAssignments: string[];
5835
6420
  userNamesAssignments: string[];
5836
6421
  }
5837
6422
  interface FindOverViewLarkDto {
6423
+ totalDepartments: number;
6424
+ totalTeams: number;
5838
6425
  status: {
5839
- total: number;
5840
6426
  active: number;
5841
6427
  inactive: number;
5842
6428
  error: number;
@@ -5943,10 +6529,12 @@ type index_AutoFillThreadsAccountRawDto = AutoFillThreadsAccountRawDto;
5943
6529
  type index_CreateBlogDto = CreateBlogDto;
5944
6530
  type index_CreateBlogsCategoryDto = CreateBlogsCategoryDto;
5945
6531
  type index_CreateDepartmentDto = CreateDepartmentDto;
6532
+ type index_CreateDeviceDto = CreateDeviceDto;
5946
6533
  type index_CreateLarkDto = CreateLarkDto;
5947
6534
  type index_CreatePCDto = CreatePCDto;
5948
6535
  type index_CreateRoleDto = CreateRoleDto;
5949
- type index_CreateSheetsToolDto = CreateSheetsToolDto;
6536
+ type index_CreateSheetsToolInstagramDto = CreateSheetsToolInstagramDto;
6537
+ type index_CreateSheetsToolThreadsDto = CreateSheetsToolThreadsDto;
5950
6538
  type index_CreateTaskAIContentDto = CreateTaskAIContentDto;
5951
6539
  type index_CreateTaskAIImageVoiceCanvaDto = CreateTaskAIImageVoiceCanvaDto;
5952
6540
  type index_CreateTaskInstagramBlockUserDto = CreateTaskInstagramBlockUserDto;
@@ -5958,6 +6546,7 @@ type index_CreateTaskInstagramReplyMessageDto = CreateTaskInstagramReplyMessageD
5958
6546
  type index_CreateTaskThreadsFollowDto = CreateTaskThreadsFollowDto;
5959
6547
  type index_CreateTaskThreadsPostDto = CreateTaskThreadsPostDto;
5960
6548
  type index_CreateTaskThreadsReplyCommentDto = CreateTaskThreadsReplyCommentDto;
6549
+ type index_CreateTaskThreadsReplyMessageDto = CreateTaskThreadsReplyMessageDto;
5961
6550
  type index_CreateTeamDto = CreateTeamDto;
5962
6551
  type index_CreateUserDto = CreateUserDto;
5963
6552
  type index_ExportDto = ExportDto;
@@ -6021,7 +6610,8 @@ type index_FilterProxyDto = FilterProxyDto;
6021
6610
  type index_FilterRoleDto = FilterRoleDto;
6022
6611
  type index_FilterSheetWorkDto = FilterSheetWorkDto;
6023
6612
  type index_FilterSheetWorkManagerDto = FilterSheetWorkManagerDto;
6024
- type index_FilterSheetsToolDto = FilterSheetsToolDto;
6613
+ type index_FilterSheetsToolInstagramDto = FilterSheetsToolInstagramDto;
6614
+ type index_FilterSheetsToolThreadsDto = FilterSheetsToolThreadsDto;
6025
6615
  type index_FilterTaskAIContentDto = FilterTaskAIContentDto;
6026
6616
  type index_FilterTaskAIImageVoiceCanvaDto = FilterTaskAIImageVoiceCanvaDto;
6027
6617
  type index_FilterTaskInstagramBlockUserDto = FilterTaskInstagramBlockUserDto;
@@ -6033,6 +6623,7 @@ type index_FilterTaskInstagramReplyMessageDto = FilterTaskInstagramReplyMessageD
6033
6623
  type index_FilterTaskThreadsFollowDto = FilterTaskThreadsFollowDto;
6034
6624
  type index_FilterTaskThreadsPostDto = FilterTaskThreadsPostDto;
6035
6625
  type index_FilterTaskThreadsReplyCommentDto = FilterTaskThreadsReplyCommentDto;
6626
+ type index_FilterTaskThreadsReplyMessageDto = FilterTaskThreadsReplyMessageDto;
6036
6627
  type index_FilterTaskToolMonitorDto = FilterTaskToolMonitorDto;
6037
6628
  type index_FilterTeamDto = FilterTeamDto;
6038
6629
  type index_FilterThreadsAccountRawDto = FilterThreadsAccountRawDto;
@@ -6112,20 +6703,47 @@ type index_FindManagerSheetDto = FindManagerSheetDto;
6112
6703
  type index_FindManagerWorkDto = FindManagerWorkDto;
6113
6704
  type index_FindOverViewInstagramAccountRawDto = FindOverViewInstagramAccountRawDto;
6114
6705
  type index_FindOverViewInstagramAccountRunDto = FindOverViewInstagramAccountRunDto;
6706
+ type index_FindOverViewInstagramReportInteractExploreDto = FindOverViewInstagramReportInteractExploreDto;
6707
+ type index_FindOverViewInstagramReportInteractFollowDto = FindOverViewInstagramReportInteractFollowDto;
6708
+ type index_FindOverViewInstagramReportInteractReelDto = FindOverViewInstagramReportInteractReelDto;
6709
+ type index_FindOverViewInstagramReportInteractReplyCommentDto = FindOverViewInstagramReportInteractReplyCommentDto;
6710
+ type index_FindOverViewInstagramReportInteractReplyMessageDto = FindOverViewInstagramReportInteractReplyMessageDto;
6711
+ type index_FindOverViewInstagramReportInteractStoryDto = FindOverViewInstagramReportInteractStoryDto;
6712
+ type index_FindOverViewInstagramReportPostHighLightDto = FindOverViewInstagramReportPostHighLightDto;
6713
+ type index_FindOverViewInstagramReportPostNewDto = FindOverViewInstagramReportPostNewDto;
6714
+ type index_FindOverViewInstagramReportPostReelDto = FindOverViewInstagramReportPostReelDto;
6715
+ type index_FindOverViewInstagramReportPostSquareDto = FindOverViewInstagramReportPostSquareDto;
6716
+ type index_FindOverViewInstagramReportPostStoryDto = FindOverViewInstagramReportPostStoryDto;
6115
6717
  type index_FindOverViewLarkDto = FindOverViewLarkDto;
6718
+ type index_FindOverViewTaskInstagramBlockUserDto = FindOverViewTaskInstagramBlockUserDto;
6719
+ type index_FindOverViewTaskInstagramChangeInfoDto = FindOverViewTaskInstagramChangeInfoDto;
6720
+ type index_FindOverViewTaskInstagramFollowDto = FindOverViewTaskInstagramFollowDto;
6721
+ type index_FindOverViewTaskInstagramPostDto = FindOverViewTaskInstagramPostDto;
6722
+ type index_FindOverViewTaskInstagramReplyCommentDto = FindOverViewTaskInstagramReplyCommentDto;
6723
+ type index_FindOverViewTaskInstagramReplyMessageDto = FindOverViewTaskInstagramReplyMessageDto;
6724
+ type index_FindOverViewTaskThreadsFollowDto = FindOverViewTaskThreadsFollowDto;
6725
+ type index_FindOverViewTaskThreadsPostDto = FindOverViewTaskThreadsPostDto;
6726
+ type index_FindOverViewTaskThreadsReplyCommentDto = FindOverViewTaskThreadsReplyCommentDto;
6727
+ type index_FindOverViewTaskThreadsReplyMessageDto = FindOverViewTaskThreadsReplyMessageDto;
6116
6728
  type index_FindOverViewThreadsAccountDto = FindOverViewThreadsAccountDto;
6117
6729
  type index_FindOverViewThreadsAccountRowDto = FindOverViewThreadsAccountRowDto;
6730
+ type index_FindOverViewThreadsReportInteractFollowDto = FindOverViewThreadsReportInteractFollowDto;
6731
+ type index_FindOverViewThreadsReportInteractReplyCommentDto = FindOverViewThreadsReportInteractReplyCommentDto;
6732
+ type index_FindOverViewThreadsReportInteractReplyMessageDto = FindOverViewThreadsReportInteractReplyMessageDto;
6733
+ type index_FindOverViewThreadsReportPostDto = FindOverViewThreadsReportPostDto;
6118
6734
  type index_FindOverviewAccountCHPlayICloudDto = FindOverviewAccountCHPlayICloudDto;
6119
6735
  type index_FindOverviewAccountCanvaDto = FindOverviewAccountCanvaDto;
6120
6736
  type index_FindOverviewAccountDriveDto = FindOverviewAccountDriveDto;
6121
6737
  type index_FindOverviewAccountVPNDto = FindOverviewAccountVPNDto;
6738
+ type index_FindOverviewInstagramHistoryAutoPostDto = FindOverviewInstagramHistoryAutoPostDto;
6122
6739
  type index_FindOverviewProxyDto = FindOverviewProxyDto;
6123
6740
  type index_FindPCDto = FindPCDto;
6124
6741
  type index_FindProxyDto = FindProxyDto;
6125
6742
  type index_FindRoleDto = FindRoleDto;
6126
6743
  type index_FindSheetWorkDto = FindSheetWorkDto;
6127
6744
  type index_FindSheetWorkManagerDto = FindSheetWorkManagerDto;
6128
- type index_FindSheetsToolDto = FindSheetsToolDto;
6745
+ type index_FindSheetsToolInstagramDto = FindSheetsToolInstagramDto;
6746
+ type index_FindSheetsToolThreadsDto = FindSheetsToolThreadsDto;
6129
6747
  type index_FindTaskAIContentDto = FindTaskAIContentDto;
6130
6748
  type index_FindTaskAIImageVoiceCanvaDto = FindTaskAIImageVoiceCanvaDto;
6131
6749
  type index_FindTaskInstagramBlockUserDto = FindTaskInstagramBlockUserDto;
@@ -6137,6 +6755,7 @@ type index_FindTaskInstagramReplyMessageDto = FindTaskInstagramReplyMessageDto;
6137
6755
  type index_FindTaskThreadsFollowDto = FindTaskThreadsFollowDto;
6138
6756
  type index_FindTaskThreadsPostDto = FindTaskThreadsPostDto;
6139
6757
  type index_FindTaskThreadsReplyCommentDto = FindTaskThreadsReplyCommentDto;
6758
+ type index_FindTaskThreadsReplyMessageDto = FindTaskThreadsReplyMessageDto;
6140
6759
  type index_FindTaskToolMonitorDto = FindTaskToolMonitorDto;
6141
6760
  type index_FindTeamDto = FindTeamDto;
6142
6761
  type index_FindThreadsAccountRawDto = FindThreadsAccountRawDto;
@@ -6165,10 +6784,12 @@ type index_TOmitFilterDto = TOmitFilterDto;
6165
6784
  type index_UpdateBlogDto = UpdateBlogDto;
6166
6785
  type index_UpdateBlogsCategoryDto = UpdateBlogsCategoryDto;
6167
6786
  type index_UpdateDepartmentDto = UpdateDepartmentDto;
6787
+ type index_UpdateDeviceDto = UpdateDeviceDto;
6168
6788
  type index_UpdateLarkDto = UpdateLarkDto;
6169
6789
  type index_UpdatePCDto = UpdatePCDto;
6170
6790
  type index_UpdateRoleDto = UpdateRoleDto;
6171
- type index_UpdateSheetsToolDto = UpdateSheetsToolDto;
6791
+ type index_UpdateSheetsToolInstagramDto = UpdateSheetsToolInstagramDto;
6792
+ type index_UpdateSheetsToolThreadsDto = UpdateSheetsToolThreadsDto;
6172
6793
  type index_UpdateTaskAIContentDto = UpdateTaskAIContentDto;
6173
6794
  type index_UpdateTaskAIImageVoiceCanvaDto = UpdateTaskAIImageVoiceCanvaDto;
6174
6795
  type index_UpdateTaskInstagramBlockUserDto = UpdateTaskInstagramBlockUserDto;
@@ -6180,10 +6801,11 @@ type index_UpdateTaskInstagramReplyMessageDto = UpdateTaskInstagramReplyMessageD
6180
6801
  type index_UpdateTaskThreadsFollowDto = UpdateTaskThreadsFollowDto;
6181
6802
  type index_UpdateTaskThreadsPostDto = UpdateTaskThreadsPostDto;
6182
6803
  type index_UpdateTaskThreadsReplyCommentDto = UpdateTaskThreadsReplyCommentDto;
6804
+ type index_UpdateTaskThreadsReplyMessageDto = UpdateTaskThreadsReplyMessageDto;
6183
6805
  type index_UpdateTeamDto = UpdateTeamDto;
6184
6806
  type index_UpdateUserDto = UpdateUserDto;
6185
6807
  declare namespace index {
6186
- export type { index_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index_AddToDeviceProxyDto as AddToDeviceProxyDto, index_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index_CreateBlogDto as CreateBlogDto, index_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index_CreateDepartmentDto as CreateDepartmentDto, index_CreateLarkDto as CreateLarkDto, index_CreatePCDto as CreatePCDto, index_CreateRoleDto as CreateRoleDto, index_CreateSheetsToolDto as CreateSheetsToolDto, index_CreateTaskAIContentDto as CreateTaskAIContentDto, index_CreateTaskAIImageVoiceCanvaDto as CreateTaskAIImageVoiceCanvaDto, index_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, 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_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_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index_FilterBaseDto as FilterBaseDto, index_FilterBlogCategoryDto as FilterBlogCategoryDto, index_FilterBlogDto as FilterBlogDto, index_FilterDepartmentDto as FilterDepartmentDto, index_FilterDeviceDto as FilterDeviceDto, 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_FilterInstagramHistoryAutoPostDto as FilterInstagramHistoryAutoPostDto, index_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index_FilterInstagramHistoryChangeDto as FilterInstagramHistoryChangeDto, index_FilterInstagramHistoryCreateDto as FilterInstagramHistoryCreateDto, index_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, 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_FilterProxyDto as FilterProxyDto, index_FilterRoleDto as FilterRoleDto, index_FilterSheetWorkDto as FilterSheetWorkDto, index_FilterSheetWorkManagerDto as FilterSheetWorkManagerDto, index_FilterSheetsToolDto as FilterSheetsToolDto, index_FilterTaskAIContentDto as FilterTaskAIContentDto, index_FilterTaskAIImageVoiceCanvaDto as FilterTaskAIImageVoiceCanvaDto, index_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, 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_FilterTaskToolMonitorDto as FilterTaskToolMonitorDto, 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_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index_FindBlogCategoryDto as FindBlogCategoryDto, index_FindBlogDto as FindBlogDto, index_FindDepartmentDto as FindDepartmentDto, index_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index_FindDeviceDto as FindDeviceDto, index_FindForReviewDto as FindForReviewDto, 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_FindInstagramHistoryChangeDto as FindInstagramHistoryChangeDto, index_FindInstagramHistoryCreateDto as FindInstagramHistoryCreateDto, index_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, 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_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index_FindOverViewLarkDto as FindOverViewLarkDto, index_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index_FindOverviewProxyDto as FindOverviewProxyDto, index_FindPCDto as FindPCDto, index_FindProxyDto as FindProxyDto, index_FindRoleDto as FindRoleDto, index_FindSheetWorkDto as FindSheetWorkDto, index_FindSheetWorkManagerDto as FindSheetWorkManagerDto, index_FindSheetsToolDto as FindSheetsToolDto, index_FindTaskAIContentDto as FindTaskAIContentDto, index_FindTaskAIImageVoiceCanvaDto as FindTaskAIImageVoiceCanvaDto, index_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, 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_FindTaskToolMonitorDto as FindTaskToolMonitorDto, 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_IFilterBaseDto as IFilterBaseDto, index_IFindBaseDto as IFindBaseDto, index_ImportDto as ImportDto, index_OverviewUserDto as OverviewUserDto, index_TOmitFilterDto as TOmitFilterDto, index_UpdateBlogDto as UpdateBlogDto, index_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index_UpdateDepartmentDto as UpdateDepartmentDto, index_UpdateLarkDto as UpdateLarkDto, index_UpdatePCDto as UpdatePCDto, index_UpdateRoleDto as UpdateRoleDto, index_UpdateSheetsToolDto as UpdateSheetsToolDto, index_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index_UpdateTaskAIImageVoiceCanvaDto as UpdateTaskAIImageVoiceCanvaDto, index_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, 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_UpdateTeamDto as UpdateTeamDto, index_UpdateUserDto as UpdateUserDto };
6808
+ export type { index_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index_AddToDeviceProxyDto as AddToDeviceProxyDto, index_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index_CreateBlogDto as CreateBlogDto, index_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index_CreateDepartmentDto as CreateDepartmentDto, index_CreateDeviceDto as CreateDeviceDto, index_CreateLarkDto as CreateLarkDto, index_CreatePCDto as CreatePCDto, index_CreateRoleDto as CreateRoleDto, index_CreateSheetsToolInstagramDto as CreateSheetsToolInstagramDto, index_CreateSheetsToolThreadsDto as CreateSheetsToolThreadsDto, index_CreateTaskAIContentDto as CreateTaskAIContentDto, index_CreateTaskAIImageVoiceCanvaDto as CreateTaskAIImageVoiceCanvaDto, index_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, 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_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_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index_FilterBaseDto as FilterBaseDto, index_FilterBlogCategoryDto as FilterBlogCategoryDto, index_FilterBlogDto as FilterBlogDto, index_FilterDepartmentDto as FilterDepartmentDto, index_FilterDeviceDto as FilterDeviceDto, 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_FilterInstagramHistoryAutoPostDto as FilterInstagramHistoryAutoPostDto, index_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index_FilterInstagramHistoryChangeDto as FilterInstagramHistoryChangeDto, index_FilterInstagramHistoryCreateDto as FilterInstagramHistoryCreateDto, index_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, 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_FilterProxyDto as FilterProxyDto, index_FilterRoleDto as FilterRoleDto, index_FilterSheetWorkDto as FilterSheetWorkDto, index_FilterSheetWorkManagerDto as FilterSheetWorkManagerDto, index_FilterSheetsToolInstagramDto as FilterSheetsToolInstagramDto, index_FilterSheetsToolThreadsDto as FilterSheetsToolThreadsDto, index_FilterTaskAIContentDto as FilterTaskAIContentDto, index_FilterTaskAIImageVoiceCanvaDto as FilterTaskAIImageVoiceCanvaDto, index_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, 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_FilterTaskToolMonitorDto as FilterTaskToolMonitorDto, 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_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index_FindBlogCategoryDto as FindBlogCategoryDto, index_FindBlogDto as FindBlogDto, index_FindDepartmentDto as FindDepartmentDto, index_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index_FindDeviceDto as FindDeviceDto, index_FindForReviewDto as FindForReviewDto, 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_FindInstagramHistoryChangeDto as FindInstagramHistoryChangeDto, index_FindInstagramHistoryCreateDto as FindInstagramHistoryCreateDto, index_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, 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_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, 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_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, 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_FindOverviewInstagramHistoryAutoPostDto as FindOverviewInstagramHistoryAutoPostDto, index_FindOverviewProxyDto as FindOverviewProxyDto, index_FindPCDto as FindPCDto, index_FindProxyDto as FindProxyDto, index_FindRoleDto as FindRoleDto, index_FindSheetWorkDto as FindSheetWorkDto, index_FindSheetWorkManagerDto as FindSheetWorkManagerDto, index_FindSheetsToolInstagramDto as FindSheetsToolInstagramDto, index_FindSheetsToolThreadsDto as FindSheetsToolThreadsDto, index_FindTaskAIContentDto as FindTaskAIContentDto, index_FindTaskAIImageVoiceCanvaDto as FindTaskAIImageVoiceCanvaDto, index_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, 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_FindTaskToolMonitorDto as FindTaskToolMonitorDto, 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_IFilterBaseDto as IFilterBaseDto, index_IFindBaseDto as IFindBaseDto, index_ImportDto as ImportDto, index_OverviewUserDto as OverviewUserDto, index_TOmitFilterDto as TOmitFilterDto, index_UpdateBlogDto as UpdateBlogDto, index_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index_UpdateDepartmentDto as UpdateDepartmentDto, index_UpdateDeviceDto as UpdateDeviceDto, index_UpdateLarkDto as UpdateLarkDto, index_UpdatePCDto as UpdatePCDto, index_UpdateRoleDto as UpdateRoleDto, index_UpdateSheetsToolInstagramDto as UpdateSheetsToolInstagramDto, index_UpdateSheetsToolThreadsDto as UpdateSheetsToolThreadsDto, index_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index_UpdateTaskAIImageVoiceCanvaDto as UpdateTaskAIImageVoiceCanvaDto, index_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, 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_UpdateTeamDto as UpdateTeamDto, index_UpdateUserDto as UpdateUserDto };
6187
6809
  }
6188
6810
 
6189
- export { type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, index$b as Auth, index$l as AutoConstants, index as AutoDto, index$e as AutoEnums, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillThreadsAccountRawDto, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$d as AutoTypes, index$c as Common, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateLarkDto, type CreatePCDto, type CreateRoleDto, type CreateSheetsToolDto, type CreateTaskAIContentDto, type CreateTaskAIImageVoiceCanvaDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTeamDto, type CreateUserDto, 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 FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeDto, type FilterInstagramHistoryCreateDto, type FilterInstagramHistoryGroupDto, 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 FilterProxyDto, type FilterRoleDto, type FilterSheetWorkDto, type FilterSheetWorkManagerDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageVoiceCanvaDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskToolMonitorDto, 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 FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindBlogCategoryDto, type FindBlogDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindForReviewDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoPostDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeDto, type FindInstagramHistoryCreateDto, type FindInstagramHistoryGroupDto, 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 FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewLarkDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountVPNDto, type FindOverviewProxyDto, type FindPCDto, type FindProxyDto, type FindRoleDto, type FindSheetWorkDto, type FindSheetWorkManagerDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageVoiceCanvaDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskToolMonitorDto, 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$4 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, 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 IBlogPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentRole, type IDevice, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIdea, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoSync, type IInstagramHistoryChange, type IInstagramHistoryCreate, type IInstagramHistoryGroup, type IInstagramReportInteractExplore, type IInstagramReportInteractFollow, type IInstagramReportInteractReel, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractStory, type IInstagramReportPostHighLight, type IInstagramReportPostNew, type IInstagramReportPostReel, type IInstagramReportPostSquare, type IInstagramReportPostStory, 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 IManagerWorkPin, type INiche, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImport, type ISheetWork, type ISheetWorkManager, type ISheetWorkPin, type ISheetWorksCategory, type ISheetsTool, type ITag, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, 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 OverviewUserDto, index$3 as Socials, type TOmitFilterDto, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateLarkDto, type UpdatePCDto, type UpdateRoleDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageVoiceCanvaDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTeamDto, type UpdateUserDto, index$a as Web };
6811
+ export { type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, index$b as Auth, index$l as AutoConstants, index as AutoDto, index$e as AutoEnums, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillThreadsAccountRawDto, index$1 as AutoInterfacesCommon, index$2 as AutoInterfacesModels, index$d as AutoTypes, index$c as Common, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateDeviceDto, type CreateLarkDto, type CreatePCDto, type CreateRoleDto, type CreateSheetsToolInstagramDto, type CreateSheetsToolThreadsDto, type CreateTaskAIContentDto, type CreateTaskAIImageVoiceCanvaDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTeamDto, type CreateUserDto, 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 FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramHistoryAutoPostDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeDto, type FilterInstagramHistoryCreateDto, type FilterInstagramHistoryGroupDto, 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 FilterProxyDto, type FilterRoleDto, type FilterSheetWorkDto, type FilterSheetWorkManagerDto, type FilterSheetsToolInstagramDto, type FilterSheetsToolThreadsDto, type FilterTaskAIContentDto, type FilterTaskAIImageVoiceCanvaDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTaskToolMonitorDto, 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 FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindBlogCategoryDto, type FindBlogDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindForReviewDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoPostDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeDto, type FindInstagramHistoryCreateDto, type FindInstagramHistoryGroupDto, 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 FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, 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 FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, 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 FindOverviewInstagramHistoryAutoPostDto, type FindOverviewProxyDto, type FindPCDto, type FindProxyDto, type FindRoleDto, type FindSheetWorkDto, type FindSheetWorkManagerDto, type FindSheetsToolInstagramDto, type FindSheetsToolThreadsDto, type FindTaskAIContentDto, type FindTaskAIImageVoiceCanvaDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTaskToolMonitorDto, 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$4 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, 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 IBlogPermission, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentRole, type IDevice, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIdea, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoSync, type IInstagramHistoryChange, type IInstagramHistoryCreate, type IInstagramHistoryGroup, type IInstagramReportInteractExplore, type IInstagramReportInteractFollow, type IInstagramReportInteractReel, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractStory, type IInstagramReportPostHighLight, type IInstagramReportPostNew, type IInstagramReportPostReel, type IInstagramReportPostSquare, type IInstagramReportPostStory, 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 IManagerWorkPin, type INiche, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISheetImport, type ISheetWork, type ISheetWorkManager, type ISheetWorkPin, type ISheetWorksCategory, type ISheetsToolBase, type ISheetsToolInstagram, type ISheetsToolThreads, type ITag, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, 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 OverviewUserDto, index$3 as Socials, type TOmitFilterDto, index$6 as TaskBrowsers, index$7 as TaskPhones, index$5 as Tool, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateLarkDto, type UpdatePCDto, type UpdateRoleDto, type UpdateSheetsToolInstagramDto, type UpdateSheetsToolThreadsDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageVoiceCanvaDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTeamDto, type UpdateUserDto, index$a as Web };