automation-lib 5.5.49 → 5.5.54

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.ts CHANGED
@@ -413,34 +413,10 @@ declare enum EEmailTagType {
413
413
  Voice = "Voice"
414
414
  }
415
415
 
416
- declare enum EAIModelContent {
417
- GPT = "GPT",
418
- Perplexity = "Perplexity"
419
- }
420
-
421
- declare enum EManagerImageAIModel {
422
- Freepik = "Freepik",
423
- Google = "Google"
424
- }
425
- declare enum EManagerImageAIFolder {
426
- Subject = "Subject",
427
- Scene = "Scene",
428
- Style = "Style"
429
- }
430
-
431
- declare enum EAIModelVoice {
432
- Google = "Google"
433
- }
434
-
435
416
  declare enum EAIVersionGPT {
436
417
  Default = "Default"
437
418
  }
438
419
 
439
- declare enum EAIVersionImage {
440
- 'Freepik' = "Freepik",
441
- 'Google' = "Google"
442
- }
443
-
444
420
  declare enum EAIVersionPerplexity {
445
421
  Best = "Best",
446
422
  Sonar = "Sonar",
@@ -451,49 +427,14 @@ declare enum EAIVersionPerplexity {
451
427
  R1_1776 = "R1 1776"
452
428
  }
453
429
 
454
- declare enum EAIVersionVoice {
455
- Google = "Google"
456
- }
457
-
458
- declare enum EStatusAccountAI {
459
- Active = "Active",
460
- Limit = "Limit",
461
- Suspend = "Suspend",
462
- Wrong2FA = "Wrong2FA",
463
- WrongPassword = "WrongPassword"
464
- }
465
-
466
- declare enum EStatusChannel {
467
- New = "New",
468
- Pending = "Pending",
469
- Active = "Active",
470
- Error = "Error"
471
- }
472
-
473
- type index$i_EAIModelContent = EAIModelContent;
474
- declare const index$i_EAIModelContent: typeof EAIModelContent;
475
- type index$i_EAIModelVoice = EAIModelVoice;
476
- declare const index$i_EAIModelVoice: typeof EAIModelVoice;
477
430
  type index$i_EAIVersionGPT = EAIVersionGPT;
478
431
  declare const index$i_EAIVersionGPT: typeof EAIVersionGPT;
479
- type index$i_EAIVersionImage = EAIVersionImage;
480
- declare const index$i_EAIVersionImage: typeof EAIVersionImage;
481
432
  type index$i_EAIVersionPerplexity = EAIVersionPerplexity;
482
433
  declare const index$i_EAIVersionPerplexity: typeof EAIVersionPerplexity;
483
- type index$i_EAIVersionVoice = EAIVersionVoice;
484
- declare const index$i_EAIVersionVoice: typeof EAIVersionVoice;
485
434
  type index$i_EEmailTagType = EEmailTagType;
486
435
  declare const index$i_EEmailTagType: typeof EEmailTagType;
487
- type index$i_EManagerImageAIFolder = EManagerImageAIFolder;
488
- declare const index$i_EManagerImageAIFolder: typeof EManagerImageAIFolder;
489
- type index$i_EManagerImageAIModel = EManagerImageAIModel;
490
- declare const index$i_EManagerImageAIModel: typeof EManagerImageAIModel;
491
- type index$i_EStatusAccountAI = EStatusAccountAI;
492
- declare const index$i_EStatusAccountAI: typeof EStatusAccountAI;
493
- type index$i_EStatusChannel = EStatusChannel;
494
- declare const index$i_EStatusChannel: typeof EStatusChannel;
495
436
  declare namespace index$i {
496
- export { index$i_EAIModelContent as EAIModelContent, index$i_EAIModelVoice as EAIModelVoice, index$i_EAIVersionGPT as EAIVersionGPT, index$i_EAIVersionImage as EAIVersionImage, index$i_EAIVersionPerplexity as EAIVersionPerplexity, index$i_EAIVersionVoice as EAIVersionVoice, index$i_EEmailTagType as EEmailTagType, index$i_EManagerImageAIFolder as EManagerImageAIFolder, index$i_EManagerImageAIModel as EManagerImageAIModel, index$i_EStatusAccountAI as EStatusAccountAI, index$i_EStatusChannel as EStatusChannel };
437
+ export { index$i_EAIVersionGPT as EAIVersionGPT, index$i_EAIVersionPerplexity as EAIVersionPerplexity, index$i_EEmailTagType as EEmailTagType };
497
438
  }
498
439
 
499
440
  declare enum EFile {
@@ -1645,18 +1586,10 @@ declare enum EPCLogSource {
1645
1586
  UserAction = "UserAction"
1646
1587
  }
1647
1588
 
1648
- type index$c_EAIModelContent = EAIModelContent;
1649
- declare const index$c_EAIModelContent: typeof EAIModelContent;
1650
- type index$c_EAIModelVoice = EAIModelVoice;
1651
- declare const index$c_EAIModelVoice: typeof EAIModelVoice;
1652
1589
  type index$c_EAIVersionGPT = EAIVersionGPT;
1653
1590
  declare const index$c_EAIVersionGPT: typeof EAIVersionGPT;
1654
- type index$c_EAIVersionImage = EAIVersionImage;
1655
- declare const index$c_EAIVersionImage: typeof EAIVersionImage;
1656
1591
  type index$c_EAIVersionPerplexity = EAIVersionPerplexity;
1657
1592
  declare const index$c_EAIVersionPerplexity: typeof EAIVersionPerplexity;
1658
- type index$c_EAIVersionVoice = EAIVersionVoice;
1659
- declare const index$c_EAIVersionVoice: typeof EAIVersionVoice;
1660
1593
  type index$c_EDayOfWeek = EDayOfWeek;
1661
1594
  declare const index$c_EDayOfWeek: typeof EDayOfWeek;
1662
1595
  type index$c_EDeviceResetTime = EDeviceResetTime;
@@ -1693,10 +1626,6 @@ type index$c_ELarkObject = ELarkObject;
1693
1626
  declare const index$c_ELarkObject: typeof ELarkObject;
1694
1627
  type index$c_ELarkTypeNotification = ELarkTypeNotification;
1695
1628
  declare const index$c_ELarkTypeNotification: typeof ELarkTypeNotification;
1696
- type index$c_EManagerImageAIFolder = EManagerImageAIFolder;
1697
- declare const index$c_EManagerImageAIFolder: typeof EManagerImageAIFolder;
1698
- type index$c_EManagerImageAIModel = EManagerImageAIModel;
1699
- declare const index$c_EManagerImageAIModel: typeof EManagerImageAIModel;
1700
1629
  type index$c_EObjectName = EObjectName;
1701
1630
  declare const index$c_EObjectName: typeof EObjectName;
1702
1631
  type index$c_EPCLogLevel = EPCLogLevel;
@@ -1723,8 +1652,6 @@ type index$c_ESheetToolTimeCrawl = ESheetToolTimeCrawl;
1723
1652
  declare const index$c_ESheetToolTimeCrawl: typeof ESheetToolTimeCrawl;
1724
1653
  type index$c_EStartStop = EStartStop;
1725
1654
  declare const index$c_EStartStop: typeof EStartStop;
1726
- type index$c_EStatusAccountAI = EStatusAccountAI;
1727
- declare const index$c_EStatusAccountAI: typeof EStatusAccountAI;
1728
1655
  type index$c_EStatusAccountSocialCheckAuth = EStatusAccountSocialCheckAuth;
1729
1656
  declare const index$c_EStatusAccountSocialCheckAuth: typeof EStatusAccountSocialCheckAuth;
1730
1657
  type index$c_EStatusAccountSocialFolderName = EStatusAccountSocialFolderName;
@@ -1749,8 +1676,6 @@ type index$c_EStatusBlog = EStatusBlog;
1749
1676
  declare const index$c_EStatusBlog: typeof EStatusBlog;
1750
1677
  type index$c_EStatusChangeInfo = EStatusChangeInfo;
1751
1678
  declare const index$c_EStatusChangeInfo: typeof EStatusChangeInfo;
1752
- type index$c_EStatusChannel = EStatusChannel;
1753
- declare const index$c_EStatusChannel: typeof EStatusChannel;
1754
1679
  type index$c_EStatusCommon = EStatusCommon;
1755
1680
  declare const index$c_EStatusCommon: typeof EStatusCommon;
1756
1681
  type index$c_EStatusCreateNew = EStatusCreateNew;
@@ -1886,7 +1811,7 @@ declare const index$c_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
1886
1811
  type index$c_EYesNo = EYesNo;
1887
1812
  declare const index$c_EYesNo: typeof EYesNo;
1888
1813
  declare namespace index$c {
1889
- export { index$i as AI, index$h as Base, index$c_EAIModelContent as EAIModelContent, index$c_EAIModelVoice as EAIModelVoice, index$c_EAIVersionGPT as EAIVersionGPT, index$c_EAIVersionImage as EAIVersionImage, index$c_EAIVersionPerplexity as EAIVersionPerplexity, index$c_EAIVersionVoice as EAIVersionVoice, index$c_EDayOfWeek as EDayOfWeek, index$c_EDeviceResetTime as EDeviceResetTime, index$c_EEmailTagType as EEmailTagType, index$c_EFile as EFile, index$c_EGender as EGender, index$c_EHaveData as EHaveData, index$c_EInputTypeFilter as EInputTypeFilter, index$c_ELarkNotiAccountTool as ELarkNotiAccountTool, index$c_ELarkNotiBase as ELarkNotiBase, index$c_ELarkNotiCreateNew as ELarkNotiCreateNew, index$c_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$c_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$c_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$c_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$c_ELarkNotiSocialImport as ELarkNotiSocialImport, index$c_ELarkNotiToolDevice as ELarkNotiToolDevice, index$c_ELarkObject as ELarkObject, index$c_ELarkTypeNotification as ELarkTypeNotification, index$c_EManagerImageAIFolder as EManagerImageAIFolder, index$c_EManagerImageAIModel as EManagerImageAIModel, index$c_EObjectName as EObjectName, index$c_EPCLogLevel as EPCLogLevel, index$c_EPCLogSource as EPCLogSource, index$c_EPositionUser as EPositionUser, index$c_EPostStyle as EPostStyle, index$c_EPostType as EPostType, index$c_EPriority as EPriority, index$c_ESheetToolInstagram as ESheetToolInstagram, index$c_ESheetToolStatusImport as ESheetToolStatusImport, index$c_ESheetToolStatusRun as ESheetToolStatusRun, index$c_ESheetToolThreads as ESheetToolThreads, index$c_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$c_EStartStop as EStartStop, index$c_EStatusAccountAI as EStatusAccountAI, index$c_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$c_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$c_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$c_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$c_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$c_EStatusAccountSocialRun as EStatusAccountSocialRun, index$c_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$c_EStatusAccountSocialSync as EStatusAccountSocialSync, index$c_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$c_EStatusActive as EStatusActive, index$c_EStatusBlog as EStatusBlog, index$c_EStatusChangeInfo as EStatusChangeInfo, index$c_EStatusChannel as EStatusChannel, index$c_EStatusCommon as EStatusCommon, index$c_EStatusCreateNew as EStatusCreateNew, index$c_EStatusDeviceChangeName as EStatusDeviceChangeName, index$c_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$c_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$c_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$c_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$c_EStatusDeviceLog as EStatusDeviceLog, index$c_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$c_EStatusDeviceReplace as EStatusDeviceReplace, index$c_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$c_EStatusDeviceSetup as EStatusDeviceSetup, index$c_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$c_EStatusDeviceSync as EStatusDeviceSync, index$c_EStatusEditPost as EStatusEditPost, index$c_EStatusExecuteCommon as EStatusExecuteCommon, index$c_EStatusGenerate as EStatusGenerate, index$c_EStatusImportAccountSocial as EStatusImportAccountSocial, index$c_EStatusLark as EStatusLark, index$c_EStatusMailWork as EStatusMailWork, index$c_EStatusPC as EStatusPC, index$c_EStatusPCControl as EStatusPCControl, index$c_EStatusPost as EStatusPost, index$c_EStatusRole as EStatusRole, index$c_EStatusSheetWork as EStatusSheetWork, index$c_EStatusTaskAIContent as EStatusTaskAIContent, index$c_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$c_EStatusTaskJob as EStatusTaskJob, index$c_EStatusTaskJobGroup as EStatusTaskJobGroup, index$c_EStatusTaskScript as EStatusTaskScript, index$c_EStatusTaskToolSocials as EStatusTaskToolSocials, index$c_EStatusTeam as EStatusTeam, index$c_EStatusUse as EStatusUse, index$c_EStatusUser as EStatusUser, index$c_ETimeFilter as ETimeFilter, index$c_ETimeZone as ETimeZone, index$c_EToolName as EToolName, index$c_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$c_ETypeAccountVPN as ETypeAccountVPN, index$c_ETypeBrowser as ETypeBrowser, index$c_ETypeCanva as ETypeCanva, index$c_ETypeColumnManagerWork as ETypeColumnManagerWork, index$c_ETypeDevice as ETypeDevice, index$c_ETypeDeviceLog as ETypeDeviceLog, index$c_ETypeDeviceOS as ETypeDeviceOS, index$c_ETypeExport as ETypeExport, index$c_ETypeGenerate as ETypeGenerate, index$c_ETypeImportExport as ETypeImportExport, index$c_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$c_ETypeManagerWorkType as ETypeManagerWorkType, index$c_ETypePcOS as ETypePcOS, index$c_ETypePin as ETypePin, index$c_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$c_ETypeProxy as ETypeProxy, index$c_ETypeProxyChecked as ETypeProxyChecked, index$c_ETypeProxyCountry as ETypeProxyCountry, index$c_ETypeProxyNewIP as ETypeProxyNewIP, index$c_ETypeProxyProvider as ETypeProxyProvider, index$c_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$c_ETypeSheetWorkPin as ETypeSheetWorkPin, index$c_ETypeSocial as ETypeSocial, index$c_ETypeSocialChangeInfoInstagram as ETypeSocialChangeInfoInstagram, index$c_ETypeSocialCreateNew as ETypeSocialCreateNew, index$c_ETypeTaskID as ETypeTaskID, index$c_ETypeTimeFilter as ETypeTimeFilter, index$c_ETypeVoiceLanguage as ETypeVoiceLanguage, index$c_EYesNo as EYesNo, index$g as Lark, index$f as SheetTool, index$e as Status, index$d as Types };
1814
+ export { index$i as AI, index$h as Base, index$c_EAIVersionGPT as EAIVersionGPT, index$c_EAIVersionPerplexity as EAIVersionPerplexity, index$c_EDayOfWeek as EDayOfWeek, index$c_EDeviceResetTime as EDeviceResetTime, index$c_EEmailTagType as EEmailTagType, index$c_EFile as EFile, index$c_EGender as EGender, index$c_EHaveData as EHaveData, index$c_EInputTypeFilter as EInputTypeFilter, index$c_ELarkNotiAccountTool as ELarkNotiAccountTool, index$c_ELarkNotiBase as ELarkNotiBase, index$c_ELarkNotiCreateNew as ELarkNotiCreateNew, index$c_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$c_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$c_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$c_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$c_ELarkNotiSocialImport as ELarkNotiSocialImport, index$c_ELarkNotiToolDevice as ELarkNotiToolDevice, index$c_ELarkObject as ELarkObject, index$c_ELarkTypeNotification as ELarkTypeNotification, index$c_EObjectName as EObjectName, index$c_EPCLogLevel as EPCLogLevel, index$c_EPCLogSource as EPCLogSource, index$c_EPositionUser as EPositionUser, index$c_EPostStyle as EPostStyle, index$c_EPostType as EPostType, index$c_EPriority as EPriority, index$c_ESheetToolInstagram as ESheetToolInstagram, index$c_ESheetToolStatusImport as ESheetToolStatusImport, index$c_ESheetToolStatusRun as ESheetToolStatusRun, index$c_ESheetToolThreads as ESheetToolThreads, index$c_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$c_EStartStop as EStartStop, index$c_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$c_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$c_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$c_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$c_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$c_EStatusAccountSocialRun as EStatusAccountSocialRun, index$c_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$c_EStatusAccountSocialSync as EStatusAccountSocialSync, index$c_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$c_EStatusActive as EStatusActive, index$c_EStatusBlog as EStatusBlog, index$c_EStatusChangeInfo as EStatusChangeInfo, index$c_EStatusCommon as EStatusCommon, index$c_EStatusCreateNew as EStatusCreateNew, index$c_EStatusDeviceChangeName as EStatusDeviceChangeName, index$c_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$c_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$c_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$c_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$c_EStatusDeviceLog as EStatusDeviceLog, index$c_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$c_EStatusDeviceReplace as EStatusDeviceReplace, index$c_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$c_EStatusDeviceSetup as EStatusDeviceSetup, index$c_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$c_EStatusDeviceSync as EStatusDeviceSync, index$c_EStatusEditPost as EStatusEditPost, index$c_EStatusExecuteCommon as EStatusExecuteCommon, index$c_EStatusGenerate as EStatusGenerate, index$c_EStatusImportAccountSocial as EStatusImportAccountSocial, index$c_EStatusLark as EStatusLark, index$c_EStatusMailWork as EStatusMailWork, index$c_EStatusPC as EStatusPC, index$c_EStatusPCControl as EStatusPCControl, index$c_EStatusPost as EStatusPost, index$c_EStatusRole as EStatusRole, index$c_EStatusSheetWork as EStatusSheetWork, index$c_EStatusTaskAIContent as EStatusTaskAIContent, index$c_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$c_EStatusTaskJob as EStatusTaskJob, index$c_EStatusTaskJobGroup as EStatusTaskJobGroup, index$c_EStatusTaskScript as EStatusTaskScript, index$c_EStatusTaskToolSocials as EStatusTaskToolSocials, index$c_EStatusTeam as EStatusTeam, index$c_EStatusUse as EStatusUse, index$c_EStatusUser as EStatusUser, index$c_ETimeFilter as ETimeFilter, index$c_ETimeZone as ETimeZone, index$c_EToolName as EToolName, index$c_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$c_ETypeAccountVPN as ETypeAccountVPN, index$c_ETypeBrowser as ETypeBrowser, index$c_ETypeCanva as ETypeCanva, index$c_ETypeColumnManagerWork as ETypeColumnManagerWork, index$c_ETypeDevice as ETypeDevice, index$c_ETypeDeviceLog as ETypeDeviceLog, index$c_ETypeDeviceOS as ETypeDeviceOS, index$c_ETypeExport as ETypeExport, index$c_ETypeGenerate as ETypeGenerate, index$c_ETypeImportExport as ETypeImportExport, index$c_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$c_ETypeManagerWorkType as ETypeManagerWorkType, index$c_ETypePcOS as ETypePcOS, index$c_ETypePin as ETypePin, index$c_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$c_ETypeProxy as ETypeProxy, index$c_ETypeProxyChecked as ETypeProxyChecked, index$c_ETypeProxyCountry as ETypeProxyCountry, index$c_ETypeProxyNewIP as ETypeProxyNewIP, index$c_ETypeProxyProvider as ETypeProxyProvider, index$c_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$c_ETypeSheetWorkPin as ETypeSheetWorkPin, index$c_ETypeSocial as ETypeSocial, index$c_ETypeSocialChangeInfoInstagram as ETypeSocialChangeInfoInstagram, index$c_ETypeSocialCreateNew as ETypeSocialCreateNew, index$c_ETypeTaskID as ETypeTaskID, index$c_ETypeTimeFilter as ETypeTimeFilter, index$c_ETypeVoiceLanguage as ETypeVoiceLanguage, index$c_EYesNo as EYesNo, index$g as Lark, index$f as SheetTool, index$e as Status, index$d as Types };
1890
1815
  }
1891
1816
 
1892
1817
  type TFilter = 'direct' | 'ref';
@@ -2426,8 +2351,10 @@ declare namespace index$7 {
2426
2351
  type index$6_ActionLoadInfoUrlSheetToolDto = ActionLoadInfoUrlSheetToolDto;
2427
2352
  type index$6_ActionPopupDeviceAccountDto = ActionPopupDeviceAccountDto;
2428
2353
  type index$6_AddAccountForDeviceDto = AddAccountForDeviceDto;
2429
- type index$6_AddBulkManualContentSocialChildrenDto = AddBulkManualContentSocialChildrenDto;
2430
- type index$6_AddManualContentSocialChildrenDto = AddManualContentSocialChildrenDto;
2354
+ type index$6_AddBulkManualContentSocialInstagramChildrenDto = AddBulkManualContentSocialInstagramChildrenDto;
2355
+ type index$6_AddBulkManualContentSocialThreadsChildrenDto = AddBulkManualContentSocialThreadsChildrenDto;
2356
+ type index$6_AddManualContentSocialInstagramChildrenDto = AddManualContentSocialInstagramChildrenDto;
2357
+ type index$6_AddManualContentSocialThreadsChildrenDto = AddManualContentSocialThreadsChildrenDto;
2431
2358
  type index$6_AddToDeviceAccountCHPlayICloudDto = AddToDeviceAccountCHPlayICloudDto;
2432
2359
  type index$6_AddToDeviceAccountVPNDto = AddToDeviceAccountVPNDto;
2433
2360
  type index$6_AddToDeviceProxyDto = AddToDeviceProxyDto;
@@ -2455,7 +2382,8 @@ type index$6_CreateInstagramSettingInteractReplyMessageDto = CreateInstagramSett
2455
2382
  type index$6_CreateInstagramSettingInteractUnFollowDto = CreateInstagramSettingInteractUnFollowDto;
2456
2383
  type index$6_CreateInstagramSettingPostDto = CreateInstagramSettingPostDto;
2457
2384
  type index$6_CreateLarkDto = CreateLarkDto;
2458
- type index$6_CreateManagerImageAIDto = CreateManagerImageAIDto;
2385
+ type index$6_CreateManagerImageAIInstagramDto = CreateManagerImageAIInstagramDto;
2386
+ type index$6_CreateManagerImageAIThreadsDto = CreateManagerImageAIThreadsDto;
2459
2387
  type index$6_CreateManagerWorkDto = CreateManagerWorkDto;
2460
2388
  type index$6_CreateProxyDto = CreateProxyDto;
2461
2389
  type index$6_CreateRoleDto = CreateRoleDto;
@@ -2481,16 +2409,26 @@ type index$6_DevicePopupOverviewAccountsDto = DevicePopupOverviewAccountsDto;
2481
2409
  type index$6_DevicePopupOverviewAddAccountDto = DevicePopupOverviewAddAccountDto;
2482
2410
  type index$6_DevicePopupViewAccountInstagramDto = DevicePopupViewAccountInstagramDto;
2483
2411
  type index$6_DevicePopupViewAccountThreadsDto = DevicePopupViewAccountThreadsDto;
2484
- type index$6_EManagerImageAIFolder = EManagerImageAIFolder;
2485
- declare const index$6_EManagerImageAIFolder: typeof EManagerImageAIFolder;
2486
- type index$6_EManagerImageAIModel = EManagerImageAIModel;
2487
- declare const index$6_EManagerImageAIModel: typeof EManagerImageAIModel;
2488
- type index$6_EManualContentStatusPost = EManualContentStatusPost;
2489
- declare const index$6_EManualContentStatusPost: typeof EManualContentStatusPost;
2490
- type index$6_EManualContentStatusTask = EManualContentStatusTask;
2491
- declare const index$6_EManualContentStatusTask: typeof EManualContentStatusTask;
2492
- type index$6_EManualContentTypePost = EManualContentTypePost;
2493
- declare const index$6_EManualContentTypePost: typeof EManualContentTypePost;
2412
+ type index$6_EManagerImageAIInstagramFolder = EManagerImageAIInstagramFolder;
2413
+ declare const index$6_EManagerImageAIInstagramFolder: typeof EManagerImageAIInstagramFolder;
2414
+ type index$6_EManagerImageAIInstagramModel = EManagerImageAIInstagramModel;
2415
+ declare const index$6_EManagerImageAIInstagramModel: typeof EManagerImageAIInstagramModel;
2416
+ type index$6_EManagerImageAIThreadsFolder = EManagerImageAIThreadsFolder;
2417
+ declare const index$6_EManagerImageAIThreadsFolder: typeof EManagerImageAIThreadsFolder;
2418
+ type index$6_EManagerImageAIThreadsModel = EManagerImageAIThreadsModel;
2419
+ declare const index$6_EManagerImageAIThreadsModel: typeof EManagerImageAIThreadsModel;
2420
+ type index$6_EManualContentSocialInstagramStatusPost = EManualContentSocialInstagramStatusPost;
2421
+ declare const index$6_EManualContentSocialInstagramStatusPost: typeof EManualContentSocialInstagramStatusPost;
2422
+ type index$6_EManualContentSocialInstagramStatusTask = EManualContentSocialInstagramStatusTask;
2423
+ declare const index$6_EManualContentSocialInstagramStatusTask: typeof EManualContentSocialInstagramStatusTask;
2424
+ type index$6_EManualContentSocialInstagramTypePost = EManualContentSocialInstagramTypePost;
2425
+ declare const index$6_EManualContentSocialInstagramTypePost: typeof EManualContentSocialInstagramTypePost;
2426
+ type index$6_EManualContentSocialThreadsStatusPost = EManualContentSocialThreadsStatusPost;
2427
+ declare const index$6_EManualContentSocialThreadsStatusPost: typeof EManualContentSocialThreadsStatusPost;
2428
+ type index$6_EManualContentSocialThreadsStatusTask = EManualContentSocialThreadsStatusTask;
2429
+ declare const index$6_EManualContentSocialThreadsStatusTask: typeof EManualContentSocialThreadsStatusTask;
2430
+ type index$6_EManualContentSocialThreadsTypePost = EManualContentSocialThreadsTypePost;
2431
+ declare const index$6_EManualContentSocialThreadsTypePost: typeof EManualContentSocialThreadsTypePost;
2494
2432
  type index$6_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
2495
2433
  declare const index$6_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
2496
2434
  type index$6_EStatusAccountCanva = EStatusAccountCanva;
@@ -2535,8 +2473,10 @@ type index$6_EVPSStatusRestart = EVPSStatusRestart;
2535
2473
  declare const index$6_EVPSStatusRestart: typeof EVPSStatusRestart;
2536
2474
  type index$6_EVPSTimeRestart = EVPSTimeRestart;
2537
2475
  declare const index$6_EVPSTimeRestart: typeof EVPSTimeRestart;
2538
- type index$6_EditStatusImageItemDto = EditStatusImageItemDto;
2539
- type index$6_EditStatusManualContentSocialChildrenItemPost = EditStatusManualContentSocialChildrenItemPost;
2476
+ type index$6_EditStatusImageItemInstagramDto = EditStatusImageItemInstagramDto;
2477
+ type index$6_EditStatusImageItemThreadsDto = EditStatusImageItemThreadsDto;
2478
+ type index$6_EditStatusManualContentSocialInstagramChildrenItemPost = EditStatusManualContentSocialInstagramChildrenItemPost;
2479
+ type index$6_EditStatusManualContentSocialThreadsChildrenItemPost = EditStatusManualContentSocialThreadsChildrenItemPost;
2540
2480
  type index$6_FilterAccountAIContentChannelDto = FilterAccountAIContentChannelDto;
2541
2481
  type index$6_FilterAccountAIContentDto = FilterAccountAIContentDto;
2542
2482
  type index$6_FilterAccountAIContentInfoDto = FilterAccountAIContentInfoDto;
@@ -2584,10 +2524,12 @@ type index$6_FilterInstagramSettingReplyCommentDto = FilterInstagramSettingReply
2584
2524
  type index$6_FilterInstagramSettingReplyMessageDto = FilterInstagramSettingReplyMessageDto;
2585
2525
  type index$6_FilterInstagramSettingUnFollowDto = FilterInstagramSettingUnFollowDto;
2586
2526
  type index$6_FilterLarkDto = FilterLarkDto;
2587
- type index$6_FilterManagerImageAIDto = FilterManagerImageAIDto;
2527
+ type index$6_FilterManagerImageAIInstagramDto = FilterManagerImageAIInstagramDto;
2528
+ type index$6_FilterManagerImageAIThreadsDto = FilterManagerImageAIThreadsDto;
2588
2529
  type index$6_FilterManagerSheetDto = FilterManagerSheetDto;
2589
2530
  type index$6_FilterManagerWorkDto = FilterManagerWorkDto;
2590
- type index$6_FilterManualContentSocialDto = FilterManualContentSocialDto;
2531
+ type index$6_FilterManualContentSocialInstagramDto = FilterManualContentSocialInstagramDto;
2532
+ type index$6_FilterManualContentSocialThreadsDto = FilterManualContentSocialThreadsDto;
2591
2533
  type index$6_FilterPCDto = FilterPCDto;
2592
2534
  type index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto = FilterPerformanceBreakdownInstagramDashboardFollowerDto;
2593
2535
  type index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto = FilterPerformanceBreakdownThreadsDashboardFollowerDto;
@@ -2665,11 +2607,14 @@ type index$6_FindInstagramSettingInteractReplyMessageDto = FindInstagramSettingI
2665
2607
  type index$6_FindInstagramSettingInteractUnFollowDto = FindInstagramSettingInteractUnFollowDto;
2666
2608
  type index$6_FindInstagramSettingPostDto = FindInstagramSettingPostDto;
2667
2609
  type index$6_FindLarkDto = FindLarkDto;
2668
- type index$6_FindListAccountSocialForManualContentAdd = FindListAccountSocialForManualContentAdd;
2669
- type index$6_FindManagerImageAIDto = FindManagerImageAIDto;
2610
+ type index$6_FindListAccountForManualContentSocialInstagramDto = FindListAccountForManualContentSocialInstagramDto;
2611
+ type index$6_FindListAccountForManualContentSocialThreadsDto = FindListAccountForManualContentSocialThreadsDto;
2612
+ type index$6_FindManagerImageAIInstagramDto = FindManagerImageAIInstagramDto;
2613
+ type index$6_FindManagerImageAIThreadsDto = FindManagerImageAIThreadsDto;
2670
2614
  type index$6_FindManagerSheetDto = FindManagerSheetDto;
2671
2615
  type index$6_FindManagerWorkDto = FindManagerWorkDto;
2672
- type index$6_FindManualContentSocialDto = FindManualContentSocialDto;
2616
+ type index$6_FindManualContentSocialInstagramDto = FindManualContentSocialInstagramDto;
2617
+ type index$6_FindManualContentSocialThreadsDto = FindManualContentSocialThreadsDto;
2673
2618
  type index$6_FindMemberForAddTeamDto = FindMemberForAddTeamDto;
2674
2619
  type index$6_FindOverViewDepartmentDto = FindOverViewDepartmentDto;
2675
2620
  type index$6_FindOverViewInstagramAccountRawDto = FindOverViewInstagramAccountRawDto;
@@ -2731,8 +2676,10 @@ type index$6_FindOverviewInstagramHistoryAutoSyncDto = FindOverviewInstagramHist
2731
2676
  type index$6_FindOverviewInstagramHistoryChangeInfoDto = FindOverviewInstagramHistoryChangeInfoDto;
2732
2677
  type index$6_FindOverviewInstagramHistoryCreateNewDto = FindOverviewInstagramHistoryCreateNewDto;
2733
2678
  type index$6_FindOverviewInstagramHistoryGroupDto = FindOverviewInstagramHistoryGroupDto;
2734
- type index$6_FindOverviewManagerImageAIDto = FindOverviewManagerImageAIDto;
2735
- type index$6_FindOverviewManualContentSocialDto = FindOverviewManualContentSocialDto;
2679
+ type index$6_FindOverviewManagerImageAIInstagramDto = FindOverviewManagerImageAIInstagramDto;
2680
+ type index$6_FindOverviewManagerImageAIThreadsDto = FindOverviewManagerImageAIThreadsDto;
2681
+ type index$6_FindOverviewManualContentSocialInstagramDto = FindOverviewManualContentSocialInstagramDto;
2682
+ type index$6_FindOverviewManualContentSocialThreadsDto = FindOverviewManualContentSocialThreadsDto;
2736
2683
  type index$6_FindOverviewPCDto = FindOverviewPCDto;
2737
2684
  type index$6_FindOverviewProxyDto = FindOverviewProxyDto;
2738
2685
  type index$6_FindOverviewRoleDto = FindOverviewRoleDto;
@@ -2761,7 +2708,8 @@ type index$6_FindTaskInstagramFollowDto = FindTaskInstagramFollowDto;
2761
2708
  type index$6_FindTaskInstagramPostDto = FindTaskInstagramPostDto;
2762
2709
  type index$6_FindTaskInstagramReplyCommentDto = FindTaskInstagramReplyCommentDto;
2763
2710
  type index$6_FindTaskInstagramReplyMessageDto = FindTaskInstagramReplyMessageDto;
2764
- type index$6_FindTaskManualContentSocialDto = FindTaskManualContentSocialDto;
2711
+ type index$6_FindTaskManualContentSocialInstagramDto = FindTaskManualContentSocialInstagramDto;
2712
+ type index$6_FindTaskManualContentSocialThreadsDto = FindTaskManualContentSocialThreadsDto;
2765
2713
  type index$6_FindTaskThreadsFollowDto = FindTaskThreadsFollowDto;
2766
2714
  type index$6_FindTaskThreadsPostDto = FindTaskThreadsPostDto;
2767
2715
  type index$6_FindTaskThreadsReplyCommentDto = FindTaskThreadsReplyCommentDto;
@@ -2888,20 +2836,28 @@ type index$6_IInstagramSettingPost = IInstagramSettingPost;
2888
2836
  type index$6_ILark = ILark;
2889
2837
  type index$6_ILarkTeam = ILarkTeam;
2890
2838
  type index$6_IMailWork = IMailWork;
2891
- type index$6_IManagerImageAI = IManagerImageAI;
2892
- type index$6_IManagerImageAIItemStore = IManagerImageAIItemStore;
2893
- type index$6_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
2839
+ type index$6_IManagerImageAIInstagram = IManagerImageAIInstagram;
2840
+ type index$6_IManagerImageAIInstagramItemStore = IManagerImageAIInstagramItemStore;
2841
+ type index$6_IManagerImageAIInstagramUserAttached = IManagerImageAIInstagramUserAttached;
2842
+ type index$6_IManagerImageAIThreads = IManagerImageAIThreads;
2843
+ type index$6_IManagerImageAIThreadsItemStore = IManagerImageAIThreadsItemStore;
2844
+ type index$6_IManagerImageAIThreadsUserAttached = IManagerImageAIThreadsUserAttached;
2894
2845
  type index$6_IManagerSheet = IManagerSheet;
2895
2846
  type index$6_IManagerSheetChildren = IManagerSheetChildren;
2896
2847
  type index$6_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
2897
2848
  type index$6_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
2898
2849
  type index$6_IManagerSheetGroup = IManagerSheetGroup;
2899
2850
  type index$6_IManagerWork = IManagerWork;
2900
- type index$6_IManualContentRunTime = IManualContentRunTime;
2901
- type index$6_IManualContentSocial = IManualContentSocial;
2902
- type index$6_IManualContentSocialChildren = IManualContentSocialChildren;
2903
- type index$6_IManualContentSocialChildrenItemPost = IManualContentSocialChildrenItemPost;
2904
- type index$6_IManualContentSocialNiche = IManualContentSocialNiche;
2851
+ type index$6_IManualContentSocialInstagram = IManualContentSocialInstagram;
2852
+ type index$6_IManualContentSocialInstagramChildren = IManualContentSocialInstagramChildren;
2853
+ type index$6_IManualContentSocialInstagramChildrenItemPost = IManualContentSocialInstagramChildrenItemPost;
2854
+ type index$6_IManualContentSocialInstagramNiche = IManualContentSocialInstagramNiche;
2855
+ type index$6_IManualContentSocialInstagramRunTime = IManualContentSocialInstagramRunTime;
2856
+ type index$6_IManualContentSocialThreads = IManualContentSocialThreads;
2857
+ type index$6_IManualContentSocialThreadsChildren = IManualContentSocialThreadsChildren;
2858
+ type index$6_IManualContentSocialThreadsChildrenItemPost = IManualContentSocialThreadsChildrenItemPost;
2859
+ type index$6_IManualContentSocialThreadsNiche = IManualContentSocialThreadsNiche;
2860
+ type index$6_IManualContentSocialThreadsRunTime = IManualContentSocialThreadsRunTime;
2905
2861
  type index$6_IOtpConfirm = IOtpConfirm;
2906
2862
  type index$6_IOtpCreateSession = IOtpCreateSession;
2907
2863
  type index$6_IOtpSend = IOtpSend;
@@ -2961,7 +2917,8 @@ type index$6_ITaskJobPermission = ITaskJobPermission;
2961
2917
  type index$6_ITaskJobTeamPermission = ITaskJobTeamPermission;
2962
2918
  type index$6_ITaskJobUserPermission = ITaskJobUserPermission;
2963
2919
  type index$6_ITaskJobsGroup = ITaskJobsGroup;
2964
- type index$6_ITaskManualContentSocial = ITaskManualContentSocial;
2920
+ type index$6_ITaskManualContentSocialInstagram = ITaskManualContentSocialInstagram;
2921
+ type index$6_ITaskManualContentSocialThreads = ITaskManualContentSocialThreads;
2965
2922
  type index$6_ITaskThreadsFollow = ITaskThreadsFollow;
2966
2923
  type index$6_ITaskThreadsFollowELS = ITaskThreadsFollowELS;
2967
2924
  type index$6_ITaskThreadsFollowStoreIdxELS = ITaskThreadsFollowStoreIdxELS;
@@ -3022,6 +2979,8 @@ type index$6_ImportInstagramAccountRawDto = ImportInstagramAccountRawDto;
3022
2979
  type index$6_ImportManagerWorkDto = ImportManagerWorkDto;
3023
2980
  type index$6_ImportSheetWorkDto = ImportSheetWorkDto;
3024
2981
  type index$6_ListManualContentSocialChildrenDto = ListManualContentSocialChildrenDto;
2982
+ type index$6_ListManualContentSocialInstagramChildrenDto = ListManualContentSocialInstagramChildrenDto;
2983
+ type index$6_ListManualContentSocialThreadsChildrenDto = ListManualContentSocialThreadsChildrenDto;
3025
2984
  type index$6_LoadInfoUrlSheetToolDto = LoadInfoUrlSheetToolDto;
3026
2985
  type index$6_OverviewSheetsToolDto = OverviewSheetsToolDto;
3027
2986
  type index$6_PayloadUrlSheetToolDto = PayloadUrlSheetToolDto;
@@ -3030,7 +2989,8 @@ type index$6_ResultChangeInfoInstagramAccountRawDto = ResultChangeInfoInstagramA
3030
2989
  type index$6_ResultImportInstagramAccountRawDto = ResultImportInstagramAccountRawDto;
3031
2990
  type index$6_StatisticsManagerWorkDto = StatisticsManagerWorkDto;
3032
2991
  type index$6_StatisticsSheetWorkDto = StatisticsSheetWorkDto;
3033
- type index$6_StoreTaskManualContentSocialForRunDto = StoreTaskManualContentSocialForRunDto;
2992
+ type index$6_StoreTaskManualContentSocialInstagramForRunDto = StoreTaskManualContentSocialInstagramForRunDto;
2993
+ type index$6_StoreTaskManualContentSocialThreadsForRunDto = StoreTaskManualContentSocialThreadsForRunDto;
3034
2994
  type index$6_UpdateAccountSocialGroupDto = UpdateAccountSocialGroupDto;
3035
2995
  type index$6_UpdateAccountVPSDto = UpdateAccountVPSDto;
3036
2996
  type index$6_UpdateBlogDto = UpdateBlogDto;
@@ -3063,18 +3023,24 @@ type index$6_UpdateTaskThreadsReplyMessageDto = UpdateTaskThreadsReplyMessageDto
3063
3023
  type index$6_UpdateTasksJobDto = UpdateTasksJobDto;
3064
3024
  type index$6_UpdateTeamDto = UpdateTeamDto;
3065
3025
  type index$6_UpdateUserDto = UpdateUserDto;
3066
- type index$6_UpsertManualContentSocialChildrenDto = UpsertManualContentSocialChildrenDto;
3067
- type index$6_UpsertManualContentSocialChildrenItemPostDto = UpsertManualContentSocialChildrenItemPostDto;
3068
- type index$6_UpsertManualContentSocialDto = UpsertManualContentSocialDto;
3069
- type index$6_ViewAsyncManualContentDto = ViewAsyncManualContentDto;
3070
- type index$6_ViewAutoSyncInformationManualContentDto = ViewAutoSyncInformationManualContentDto;
3026
+ type index$6_UpsertManualContentSocialInstagramChildrenDto = UpsertManualContentSocialInstagramChildrenDto;
3027
+ type index$6_UpsertManualContentSocialInstagramChildrenItemPostDto = UpsertManualContentSocialInstagramChildrenItemPostDto;
3028
+ type index$6_UpsertManualContentSocialInstagramDto = UpsertManualContentSocialInstagramDto;
3029
+ type index$6_UpsertManualContentSocialThreadsChildrenDto = UpsertManualContentSocialThreadsChildrenDto;
3030
+ type index$6_UpsertManualContentSocialThreadsChildrenItemPostDto = UpsertManualContentSocialThreadsChildrenItemPostDto;
3031
+ type index$6_UpsertManualContentSocialThreadsDto = UpsertManualContentSocialThreadsDto;
3032
+ type index$6_ViewAsyncManualContentSocialInstagramDto = ViewAsyncManualContentSocialInstagramDto;
3033
+ type index$6_ViewAsyncManualContentSocialThreadsDto = ViewAsyncManualContentSocialThreadsDto;
3034
+ type index$6_ViewAutoSyncInformationManualContentSocialInstagramDto = ViewAutoSyncInformationManualContentSocialInstagramDto;
3035
+ type index$6_ViewAutoSyncInformationManualContentThreadsDto = ViewAutoSyncInformationManualContentThreadsDto;
3071
3036
  type index$6_ViewDetailDeviceDto = ViewDetailDeviceDto;
3072
- type index$6_ViewDetailFolderDto = ViewDetailFolderDto;
3037
+ type index$6_ViewDetailFolderInstagramDto = ViewDetailFolderInstagramDto;
3038
+ type index$6_ViewDetailFolderThreadsDto = ViewDetailFolderThreadsDto;
3073
3039
  type index$6_ViewDetailSheetsToolDto = ViewDetailSheetsToolDto;
3074
3040
  type index$6_ViewListGPMProfileDto = ViewListGPMProfileDto;
3075
3041
  type index$6_ViewSettingInstagramOfAccountDto = ViewSettingInstagramOfAccountDto;
3076
3042
  declare namespace index$6 {
3077
- export { type index$6_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, type index$6_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$6_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$6_AddBulkManualContentSocialChildrenDto as AddBulkManualContentSocialChildrenDto, type index$6_AddManualContentSocialChildrenDto as AddManualContentSocialChildrenDto, type index$6_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, type index$6_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, type index$6_AddToDeviceProxyDto as AddToDeviceProxyDto, type index$6_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$6_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, type index$6_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$8 as Auth, type index$6_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, type index$6_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, type index$6_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, type index$6_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, type index$6_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, type index$6_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, type index$6_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, type index$6_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, type index$6_ChangeInfoInstagramAccountRawDto as ChangeInfoInstagramAccountRawDto, type index$6_CheckSendMessageLark as CheckSendMessageLark, index$9 as Common, type index$6_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, type index$6_CreateAccountVPSDto as CreateAccountVPSDto, type index$6_CreateBlogDto as CreateBlogDto, type index$6_CreateBlogsCategoryDto as CreateBlogsCategoryDto, type index$6_CreateDepartmentDto as CreateDepartmentDto, type index$6_CreateInstagramSettingInteractFollowDto as CreateInstagramSettingInteractFollowDto, type index$6_CreateInstagramSettingInteractReplyCommentDto as CreateInstagramSettingInteractReplyCommentDto, type index$6_CreateInstagramSettingInteractReplyMessageDto as CreateInstagramSettingInteractReplyMessageDto, type index$6_CreateInstagramSettingInteractUnFollowDto as CreateInstagramSettingInteractUnFollowDto, type index$6_CreateInstagramSettingPostDto as CreateInstagramSettingPostDto, type index$6_CreateLarkDto as CreateLarkDto, type index$6_CreateManagerImageAIDto as CreateManagerImageAIDto, type index$6_CreateManagerWorkDto as CreateManagerWorkDto, type index$6_CreateProxyDto as CreateProxyDto, type index$6_CreateRoleDto as CreateRoleDto, type index$6_CreateSheetToolDto as CreateSheetToolDto, type index$6_CreateSheetWorkDto as CreateSheetWorkDto, type index$6_CreateTaskAIContentDto as CreateTaskAIContentDto, type index$6_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, type index$6_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, type index$6_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, type index$6_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, type index$6_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, type index$6_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, type index$6_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, type index$6_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, type index$6_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, type index$6_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, type index$6_CreateTasksJobDto as CreateTasksJobDto, type index$6_CreateTeamDto as CreateTeamDto, type index$6_CreateUserDto as CreateUserDto, type index$6_DataImportInstagramAccountRawDto as DataImportInstagramAccountRawDto, type index$6_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$6_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$6_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$6_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$6_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$6_EManagerImageAIFolder as EManagerImageAIFolder, index$6_EManagerImageAIModel as EManagerImageAIModel, index$6_EManualContentStatusPost as EManualContentStatusPost, index$6_EManualContentStatusTask as EManualContentStatusTask, index$6_EManualContentTypePost as EManualContentTypePost, index$6_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$6_EStatusAccountCanva as EStatusAccountCanva, index$6_EStatusAccountDrive as EStatusAccountDrive, index$6_EStatusAccountVPN as EStatusAccountVPN, index$6_EStatusEmail as EStatusEmail, index$6_EStatusProxyChecked as EStatusProxyChecked, index$6_EStatusProxyNewIP as EStatusProxyNewIP, index$6_EStatusTaskAIContent as EStatusTaskAIContent, index$6_ETaskGenerateAIStatus as ETaskGenerateAIStatus, index$6_ETaskGenerateAIType as ETaskGenerateAIType, index$6_ETypeRatioImage as ETypeRatioImage, index$6_ETypeSettingInstagram as ETypeSettingInstagram, index$6_EVPSCore as EVPSCore, index$6_EVPSExtension as EVPSExtension, index$6_EVPSOs as EVPSOs, index$6_EVPSRam as EVPSRam, index$6_EVPSStatus as EVPSStatus, index$6_EVPSStatusConnection as EVPSStatusConnection, index$6_EVPSStatusGpmLoginEmail as EVPSStatusGpmLoginEmail, index$6_EVPSStatusReplace as EVPSStatusReplace, index$6_EVPSStatusRestart as EVPSStatusRestart, index$6_EVPSTimeRestart as EVPSTimeRestart, type index$6_EditStatusImageItemDto as EditStatusImageItemDto, type index$6_EditStatusManualContentSocialChildrenItemPost as EditStatusManualContentSocialChildrenItemPost, type index$6_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, type index$6_FilterAccountAIContentDto as FilterAccountAIContentDto, type index$6_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, type index$6_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index$6_FilterAccountCanvaDto as FilterAccountCanvaDto, type index$6_FilterAccountDriveDto as FilterAccountDriveDto, type index$6_FilterAccountEmailDto as FilterAccountEmailDto, type index$6_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$6_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, type index$6_FilterAccountVPNDto as FilterAccountVPNDto, type index$6_FilterAccountVPSDto as FilterAccountVPSDto, type index$6_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index$6_FilterBlogCategoryDto as FilterBlogCategoryDto, type index$6_FilterBlogDto as FilterBlogDto, type index$6_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, type index$6_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, type index$6_FilterDepartmentDto as FilterDepartmentDto, type index$6_FilterDeviceDto as FilterDeviceDto, type index$6_FilterDeviceLogDto as FilterDeviceLogDto, type index$6_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index$6_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, type index$6_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, type index$6_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, type index$6_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, type index$6_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, type index$6_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, type index$6_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, type index$6_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, type index$6_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, type index$6_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, type index$6_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, type index$6_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, type index$6_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, type index$6_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, type index$6_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, type index$6_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, type index$6_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, type index$6_FilterInstagramSettingFollowDto as FilterInstagramSettingFollowDto, type index$6_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, type index$6_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, type index$6_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, type index$6_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, type index$6_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, type index$6_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, type index$6_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, type index$6_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, type index$6_FilterLarkDto as FilterLarkDto, type index$6_FilterManagerImageAIDto as FilterManagerImageAIDto, type index$6_FilterManagerSheetDto as FilterManagerSheetDto, type index$6_FilterManagerWorkDto as FilterManagerWorkDto, type index$6_FilterManualContentSocialDto as FilterManualContentSocialDto, type index$6_FilterPCDto as FilterPCDto, type index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, type index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, type index$6_FilterProxyDto as FilterProxyDto, type index$6_FilterRoleDto as FilterRoleDto, type index$6_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, type index$6_FilterSheetWorkDto as FilterSheetWorkDto, type index$6_FilterSheetsToolDto as FilterSheetsToolDto, type index$6_FilterTaskAIContentDto as FilterTaskAIContentDto, type index$6_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, type index$6_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, type index$6_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, type index$6_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, type index$6_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, type index$6_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, type index$6_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, type index$6_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, type index$6_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, type index$6_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, type index$6_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, type index$6_FilterTeamDto as FilterTeamDto, type index$6_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, type index$6_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, type index$6_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, type index$6_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, type index$6_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, type index$6_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, type index$6_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, type index$6_FilterThreadsReportPostDto as FilterThreadsReportPostDto, type index$6_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, type index$6_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, type index$6_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, type index$6_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, type index$6_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, type index$6_FilterUserDto as FilterUserDto, type index$6_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, type index$6_FindAccountAIContentDto as FindAccountAIContentDto, type index$6_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, type index$6_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, type index$6_FindAccountCanvaDto as FindAccountCanvaDto, type index$6_FindAccountDriveDto as FindAccountDriveDto, type index$6_FindAccountEmailDto as FindAccountEmailDto, type index$6_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, type index$6_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, type index$6_FindAccountSocialGroupDto as FindAccountSocialGroupDto, type index$6_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, type index$6_FindAccountVPNDto as FindAccountVPNDto, type index$6_FindAccountVPSDto as FindAccountVPSDto, type index$6_FindAccountVPSGroupDto as FindAccountVPSGroupDto, type index$6_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, type index$6_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$6_FindBlogCategoryDto as FindBlogCategoryDto, type index$6_FindBlogDto as FindBlogDto, type index$6_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, type index$6_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, type index$6_FindDepartmentDto as FindDepartmentDto, type index$6_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, type index$6_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, type index$6_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, type index$6_FindDeviceDto as FindDeviceDto, type index$6_FindDeviceLogDto as FindDeviceLogDto, type index$6_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, type index$6_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, type index$6_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, type index$6_FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto as FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto, type index$6_FindInstagramAccountRawDto as FindInstagramAccountRawDto, type index$6_FindInstagramAccountRunDto as FindInstagramAccountRunDto, type index$6_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, type index$6_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, type index$6_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, type index$6_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, type index$6_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, type index$6_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, type index$6_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, type index$6_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, type index$6_FindInstagramSettingPostDto as FindInstagramSettingPostDto, type index$6_FindLarkDto as FindLarkDto, type index$6_FindListAccountSocialForManualContentAdd as FindListAccountSocialForManualContentAdd, type index$6_FindManagerImageAIDto as FindManagerImageAIDto, type index$6_FindManagerSheetDto as FindManagerSheetDto, type index$6_FindManagerWorkDto as FindManagerWorkDto, type index$6_FindManualContentSocialDto as FindManualContentSocialDto, type index$6_FindMemberForAddTeamDto as FindMemberForAddTeamDto, type index$6_FindOverViewDepartmentDto as FindOverViewDepartmentDto, type index$6_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, type index$6_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, type index$6_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, type index$6_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, type index$6_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, type index$6_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, type index$6_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, type index$6_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, type index$6_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, type index$6_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, type index$6_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, type index$6_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, type index$6_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, type index$6_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, type index$6_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, type index$6_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, type index$6_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, type index$6_FindOverViewLarkDto as FindOverViewLarkDto, type index$6_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, type index$6_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, type index$6_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, type index$6_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, type index$6_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, type index$6_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, type index$6_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, type index$6_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, type index$6_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, type index$6_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, type index$6_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, type index$6_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, type index$6_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, type index$6_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, type index$6_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, type index$6_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, type index$6_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, type index$6_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, type index$6_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, type index$6_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, type index$6_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, type index$6_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, type index$6_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, type index$6_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, type index$6_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, type index$6_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, type index$6_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, type index$6_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, type index$6_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$6_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, type index$6_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, type index$6_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$6_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$6_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$6_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$6_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$6_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, type index$6_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, type index$6_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, type index$6_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, type index$6_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, type index$6_FindOverviewManagerImageAIDto as FindOverviewManagerImageAIDto, type index$6_FindOverviewManualContentSocialDto as FindOverviewManualContentSocialDto, type index$6_FindOverviewPCDto as FindOverviewPCDto, type index$6_FindOverviewProxyDto as FindOverviewProxyDto, type index$6_FindOverviewRoleDto as FindOverviewRoleDto, type index$6_FindOverviewTeamDto as FindOverviewTeamDto, type index$6_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, type index$6_FindOverviewUserDto as FindOverviewUserDto, type index$6_FindPCDetail as FindPCDetail, type index$6_FindPCDto as FindPCDto, type index$6_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, type index$6_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type index$6_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type index$6_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, type index$6_FindProxyDto as FindProxyDto, type index$6_FindReplaceDeviceDto as FindReplaceDeviceDto, type index$6_FindRoleDetailDto as FindRoleDetailDto, type index$6_FindRoleDto as FindRoleDto, type index$6_FindRoleOfMe as FindRoleOfMe, type index$6_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, type index$6_FindSheetWorkDto as FindSheetWorkDto, type index$6_FindSheetsToolDto as FindSheetsToolDto, type index$6_FindTaskAIContentDto as FindTaskAIContentDto, type index$6_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, type index$6_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, type index$6_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, type index$6_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, type index$6_FindTaskInstagramPostDto as FindTaskInstagramPostDto, type index$6_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, type index$6_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, type index$6_FindTaskManualContentSocialDto as FindTaskManualContentSocialDto, type index$6_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, type index$6_FindTaskThreadsPostDto as FindTaskThreadsPostDto, type index$6_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, type index$6_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, type index$6_FindTasksJobDto as FindTasksJobDto, type index$6_FindTeamDto as FindTeamDto, type index$6_FindThreadsAccountRawDto as FindThreadsAccountRawDto, type index$6_FindThreadsAccountRunDto as FindThreadsAccountRunDto, type index$6_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, type index$6_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, type index$6_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, type index$6_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, type index$6_FindThreadsSettingPostDto as FindThreadsSettingPostDto, type index$6_FindUserDto as FindUserDto, index$2 as Forum, type index$6_IAccountAIContent as IAccountAIContent, type index$6_IAccountAIContentChannel as IAccountAIContentChannel, type index$6_IAccountAIContentGroup as IAccountAIContentGroup, type index$6_IAccountAIContentInfo as IAccountAIContentInfo, type index$6_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$6_IAccountAIContentTag as IAccountAIContentTag, type index$6_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$6_IAccountCanva as IAccountCanva, type index$6_IAccountDrive as IAccountDrive, type index$6_IAccountEmail as IAccountEmail, type index$6_IAccountEmailProxy as IAccountEmailProxy, type index$6_IAccountEmailTag as IAccountEmailTag, type index$6_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$6_IAccountSocialBase as IAccountSocialBase, type index$6_IAccountSocialGroup as IAccountSocialGroup, type index$6_IAccountVPN as IAccountVPN, type index$6_IAccountVPS as IAccountVPS, type index$6_IAccountVPSGroup as IAccountVPSGroup, type index$6_IAccountVPSProvider as IAccountVPSProvider, type index$6_IAccountVPSSocial as IAccountVPSSocial, type index$6_IAssignTeam as IAssignTeam, type index$6_IAssignUser as IAssignUser, type index$6_IAuthLogin as IAuthLogin, type index$6_IAuthResetPassword as IAuthResetPassword, type index$6_IBaseModel as IBaseModel, type index$6_IBlog as IBlog, type index$6_IBlogCategory as IBlogCategory, type index$6_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$6_IBlogTeamPermission as IBlogTeamPermission, type index$6_IBlogUserPermission as IBlogUserPermission, type index$6_IColsUnSelected as IColsUnSelected, type index$6_IDataDiscussTaskJob as IDataDiscussTaskJob, type index$6_IDataNotification as IDataNotification, type index$6_IDataUser as IDataUser, type index$6_IDepartment as IDepartment, type index$6_IDepartmentMember as IDepartmentMember, type index$6_IDevice as IDevice, type index$6_IDeviceLog as IDeviceLog, type index$6_IDeviceLogELS as IDeviceLogELS, type index$6_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$6_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$6_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$6_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$6_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$6_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$6_IDomain as IDomain, type index$6_IEmailAccountSocial as IEmailAccountSocial, type index$6_IEmailProxy as IEmailProxy, type index$6_IEmailRawManager as IEmailRawManager, type index$6_IEmailVPS as IEmailVPS, type index$6_IFile as IFile, type index$6_IFilterSettingAccountSocialFindForSettingDto as IFilterSettingAccountSocialFindForSettingDto, type index$6_IFilterStore as IFilterStore, type index$6_IGPMProfile as IGPMProfile, type index$6_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$6_IHistoryTaskAIImageVideoVoiceCanvaInstagram as IHistoryTaskAIImageVideoVoiceCanvaInstagram, type index$6_IHistoryTaskAIImageVideoVoiceCanvaThreads as IHistoryTaskAIImageVideoVoiceCanvaThreads, type index$6_IIncreaseValueTask as IIncreaseValueTask, type index$6_IInstagramAccountRaw as IInstagramAccountRaw, type index$6_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$6_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$6_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$6_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$6_IInstagramHistoryAutoSyncStoreIdxELS as IInstagramHistoryAutoSyncStoreIdxELS, type index$6_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$6_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$6_IInstagramHistoryChangeInfoStoreIdxELS as IInstagramHistoryChangeInfoStoreIdxELS, type index$6_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$6_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$6_IInstagramHistoryCreateNewStoreIdxELS as IInstagramHistoryCreateNewStoreIdxELS, type index$6_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$6_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$6_IInstagramHistoryGroupStoreIdxELS as IInstagramHistoryGroupStoreIdxELS, type index$6_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$6_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$6_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, type index$6_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$6_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$6_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, type index$6_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$6_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$6_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, type index$6_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$6_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$6_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, type index$6_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$6_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$6_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, type index$6_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$6_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$6_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, type index$6_IInstagramReportPostNew as IInstagramReportPostNew, type index$6_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$6_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, type index$6_IInstagramReportPostReel as IInstagramReportPostReel, type index$6_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$6_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, type index$6_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$6_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$6_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, type index$6_IInstagramReportPostStory as IInstagramReportPostStory, type index$6_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$6_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, type index$6_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$6_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$6_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$6_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$6_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$6_IInstagramSettingPost as IInstagramSettingPost, type index$6_ILark as ILark, type index$6_ILarkTeam as ILarkTeam, type index$6_IMailWork as IMailWork, type index$6_IManagerImageAI as IManagerImageAI, type index$6_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$6_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$6_IManagerSheet as IManagerSheet, type index$6_IManagerSheetChildren as IManagerSheetChildren, type index$6_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$6_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$6_IManagerSheetGroup as IManagerSheetGroup, type index$6_IManagerWork as IManagerWork, type index$6_IManualContentRunTime as IManualContentRunTime, type index$6_IManualContentSocial as IManualContentSocial, type index$6_IManualContentSocialChildren as IManualContentSocialChildren, type index$6_IManualContentSocialChildrenItemPost as IManualContentSocialChildrenItemPost, type index$6_IManualContentSocialNiche as IManualContentSocialNiche, type index$6_IOtpConfirm as IOtpConfirm, type index$6_IOtpCreateSession as IOtpCreateSession, type index$6_IOtpSend as IOtpSend, type index$6_IPC as IPC, type index$6_IPCLog as IPCLog, type index$6_IPCLogELS as IPCLogELS, type index$6_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$6_IProxy as IProxy, type index$6_IResponseLogin as IResponseLogin, type index$6_IRole as IRole, type index$6_IRoleFeature as IRoleFeature, type index$6_ISettingAccountSocialDto as ISettingAccountSocialDto, type index$6_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$6_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$6_ISettingTool as ISettingTool, type index$6_ISheetImportExportSocial as ISheetImportExportSocial, type index$6_ISheetWork as ISheetWork, type index$6_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$6_ISheetWorkManager as ISheetWorkManager, type index$6_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$6_ISheetWorksCategory as ISheetWorksCategory, type index$6_ISheetsTool as ISheetsTool, type index$6_ISocialTaskManager as ISocialTaskManager, type index$6_ITag as ITag, type index$6_ITaskAIContent as ITaskAIContent, type index$6_ITaskAIImageCanva as ITaskAIImageCanva, type index$6_ITaskAIImageVideoVoiceCanvaInstagram as ITaskAIImageVideoVoiceCanvaInstagram, type index$6_ITaskAIImageVideoVoiceCanvaThreads as ITaskAIImageVideoVoiceCanvaThreads, type index$6_ITaskAIItemAction as ITaskAIItemAction, type index$6_ITaskAIItemGroup as ITaskAIItemGroup, type index$6_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$6_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$6_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, type index$6_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$6_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$6_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, type index$6_ITaskInstagramFollow as ITaskInstagramFollow, type index$6_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$6_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, type index$6_ITaskInstagramPost as ITaskInstagramPost, type index$6_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$6_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, type index$6_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$6_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$6_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, type index$6_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$6_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$6_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, type index$6_ITaskJob as ITaskJob, type index$6_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$6_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$6_ITaskJobCheckList as ITaskJobCheckList, type index$6_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$6_ITaskJobDiscuss as ITaskJobDiscuss, type index$6_ITaskJobLabel as ITaskJobLabel, type index$6_ITaskJobPermission as ITaskJobPermission, type index$6_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$6_ITaskJobUserPermission as ITaskJobUserPermission, type index$6_ITaskJobsGroup as ITaskJobsGroup, type index$6_ITaskManualContentSocial as ITaskManualContentSocial, type index$6_ITaskThreadsFollow as ITaskThreadsFollow, type index$6_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$6_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, type index$6_ITaskThreadsPost as ITaskThreadsPost, type index$6_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$6_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, type index$6_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$6_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$6_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, type index$6_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$6_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$6_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, type index$6_ITeam as ITeam, type index$6_ITeamMember as ITeamMember, type index$6_ITeamRole as ITeamRole, type index$6_IThreadsAccountRaw as IThreadsAccountRaw, type index$6_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$6_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$6_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$6_IThreadsHistoryChange as IThreadsHistoryChange, type index$6_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$6_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$6_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$6_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$6_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$6_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$6_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$6_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, type index$6_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$6_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$6_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, type index$6_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$6_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$6_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, type index$6_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$6_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$6_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, type index$6_IThreadsReportPost as IThreadsReportPost, type index$6_IThreadsReportPostELS as IThreadsReportPostELS, type index$6_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, type index$6_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$6_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$6_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$6_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$6_IThreadsSettingPost as IThreadsSettingPost, type index$6_IToken as IToken, type index$6_ITrackingModel as ITrackingModel, type index$6_ITrackingTime as ITrackingTime, type index$6_IUser as IUser, type index$6_IUserRole as IUserRole, type index$6_IViewDeviceByPC as IViewDeviceByPC, type index$6_IVoiceGenerated as IVoiceGenerated, type index$6_IVoiceLanguage as IVoiceLanguage, type index$6_IVoiceSettingDelay as IVoiceSettingDelay, type index$6_IVoiceStores as IVoiceStores, type index$6_ImportAccountVPSDto as ImportAccountVPSDto, type index$6_ImportInstagramAccountRawDto as ImportInstagramAccountRawDto, type index$6_ImportManagerWorkDto as ImportManagerWorkDto, type index$6_ImportSheetWorkDto as ImportSheetWorkDto, type index$6_ListManualContentSocialChildrenDto as ListManualContentSocialChildrenDto, type index$6_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, type index$6_OverviewSheetsToolDto as OverviewSheetsToolDto, type index$6_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$a as Permission, type index$6_ReplaceAccountVSPDto as ReplaceAccountVSPDto, type index$6_ResultChangeInfoInstagramAccountRawDto as ResultChangeInfoInstagramAccountRawDto, type index$6_ResultImportInstagramAccountRawDto as ResultImportInstagramAccountRawDto, index$3 as Socials, type index$6_StatisticsManagerWorkDto as StatisticsManagerWorkDto, type index$6_StatisticsSheetWorkDto as StatisticsSheetWorkDto, type index$6_StoreTaskManualContentSocialForRunDto as StoreTaskManualContentSocialForRunDto, index$4 as Tool, type index$6_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, type index$6_UpdateAccountVPSDto as UpdateAccountVPSDto, type index$6_UpdateBlogDto as UpdateBlogDto, type index$6_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, type index$6_UpdateDepartmentDto as UpdateDepartmentDto, type index$6_UpdateDeviceDto as UpdateDeviceDto, type index$6_UpdateInstagramSettingInteractFollowDto as UpdateInstagramSettingInteractFollowDto, type index$6_UpdateInstagramSettingInteractReplyCommentDto as UpdateInstagramSettingInteractReplyCommentDto, type index$6_UpdateInstagramSettingInteractReplyMessageDto as UpdateInstagramSettingInteractReplyMessageDto, type index$6_UpdateInstagramSettingInteractUnFollowDto as UpdateInstagramSettingInteractUnFollowDto, type index$6_UpdateInstagramSettingPostDto as UpdateInstagramSettingPostDto, type index$6_UpdateLarkDto as UpdateLarkDto, type index$6_UpdateManagerWorkDto as UpdateManagerWorkDto, type index$6_UpdatePCDto as UpdatePCDto, type index$6_UpdateProxyDto as UpdateProxyDto, type index$6_UpdateRoleDto as UpdateRoleDto, type index$6_UpdateSheetWorkDto as UpdateSheetWorkDto, type index$6_UpdateSheetsToolDto as UpdateSheetsToolDto, type index$6_UpdateTaskAIContentDto as UpdateTaskAIContentDto, type index$6_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, type index$6_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, type index$6_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, type index$6_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, type index$6_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, type index$6_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, type index$6_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, type index$6_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, type index$6_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, type index$6_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, type index$6_UpdateTasksJobDto as UpdateTasksJobDto, type index$6_UpdateTeamDto as UpdateTeamDto, type index$6_UpdateUserDto as UpdateUserDto, type index$6_UpsertManualContentSocialChildrenDto as UpsertManualContentSocialChildrenDto, type index$6_UpsertManualContentSocialChildrenItemPostDto as UpsertManualContentSocialChildrenItemPostDto, type index$6_UpsertManualContentSocialDto as UpsertManualContentSocialDto, type index$6_ViewAsyncManualContentDto as ViewAsyncManualContentDto, type index$6_ViewAutoSyncInformationManualContentDto as ViewAutoSyncInformationManualContentDto, type index$6_ViewDetailDeviceDto as ViewDetailDeviceDto, type index$6_ViewDetailFolderDto as ViewDetailFolderDto, type index$6_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto, type index$6_ViewListGPMProfileDto as ViewListGPMProfileDto, type index$6_ViewSettingInstagramOfAccountDto as ViewSettingInstagramOfAccountDto, index$5 as Workspace };
3043
+ export { type index$6_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, type index$6_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$6_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$6_AddBulkManualContentSocialInstagramChildrenDto as AddBulkManualContentSocialInstagramChildrenDto, type index$6_AddBulkManualContentSocialThreadsChildrenDto as AddBulkManualContentSocialThreadsChildrenDto, type index$6_AddManualContentSocialInstagramChildrenDto as AddManualContentSocialInstagramChildrenDto, type index$6_AddManualContentSocialThreadsChildrenDto as AddManualContentSocialThreadsChildrenDto, type index$6_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, type index$6_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, type index$6_AddToDeviceProxyDto as AddToDeviceProxyDto, type index$6_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$6_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, type index$6_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$8 as Auth, type index$6_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, type index$6_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, type index$6_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, type index$6_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, type index$6_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, type index$6_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, type index$6_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, type index$6_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, type index$6_ChangeInfoInstagramAccountRawDto as ChangeInfoInstagramAccountRawDto, type index$6_CheckSendMessageLark as CheckSendMessageLark, index$9 as Common, type index$6_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, type index$6_CreateAccountVPSDto as CreateAccountVPSDto, type index$6_CreateBlogDto as CreateBlogDto, type index$6_CreateBlogsCategoryDto as CreateBlogsCategoryDto, type index$6_CreateDepartmentDto as CreateDepartmentDto, type index$6_CreateInstagramSettingInteractFollowDto as CreateInstagramSettingInteractFollowDto, type index$6_CreateInstagramSettingInteractReplyCommentDto as CreateInstagramSettingInteractReplyCommentDto, type index$6_CreateInstagramSettingInteractReplyMessageDto as CreateInstagramSettingInteractReplyMessageDto, type index$6_CreateInstagramSettingInteractUnFollowDto as CreateInstagramSettingInteractUnFollowDto, type index$6_CreateInstagramSettingPostDto as CreateInstagramSettingPostDto, type index$6_CreateLarkDto as CreateLarkDto, type index$6_CreateManagerImageAIInstagramDto as CreateManagerImageAIInstagramDto, type index$6_CreateManagerImageAIThreadsDto as CreateManagerImageAIThreadsDto, type index$6_CreateManagerWorkDto as CreateManagerWorkDto, type index$6_CreateProxyDto as CreateProxyDto, type index$6_CreateRoleDto as CreateRoleDto, type index$6_CreateSheetToolDto as CreateSheetToolDto, type index$6_CreateSheetWorkDto as CreateSheetWorkDto, type index$6_CreateTaskAIContentDto as CreateTaskAIContentDto, type index$6_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, type index$6_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, type index$6_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, type index$6_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, type index$6_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, type index$6_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, type index$6_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, type index$6_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, type index$6_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, type index$6_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, type index$6_CreateTasksJobDto as CreateTasksJobDto, type index$6_CreateTeamDto as CreateTeamDto, type index$6_CreateUserDto as CreateUserDto, type index$6_DataImportInstagramAccountRawDto as DataImportInstagramAccountRawDto, type index$6_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$6_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$6_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$6_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$6_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$6_EManagerImageAIInstagramFolder as EManagerImageAIInstagramFolder, index$6_EManagerImageAIInstagramModel as EManagerImageAIInstagramModel, index$6_EManagerImageAIThreadsFolder as EManagerImageAIThreadsFolder, index$6_EManagerImageAIThreadsModel as EManagerImageAIThreadsModel, index$6_EManualContentSocialInstagramStatusPost as EManualContentSocialInstagramStatusPost, index$6_EManualContentSocialInstagramStatusTask as EManualContentSocialInstagramStatusTask, index$6_EManualContentSocialInstagramTypePost as EManualContentSocialInstagramTypePost, index$6_EManualContentSocialThreadsStatusPost as EManualContentSocialThreadsStatusPost, index$6_EManualContentSocialThreadsStatusTask as EManualContentSocialThreadsStatusTask, index$6_EManualContentSocialThreadsTypePost as EManualContentSocialThreadsTypePost, index$6_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$6_EStatusAccountCanva as EStatusAccountCanva, index$6_EStatusAccountDrive as EStatusAccountDrive, index$6_EStatusAccountVPN as EStatusAccountVPN, index$6_EStatusEmail as EStatusEmail, index$6_EStatusProxyChecked as EStatusProxyChecked, index$6_EStatusProxyNewIP as EStatusProxyNewIP, index$6_EStatusTaskAIContent as EStatusTaskAIContent, index$6_ETaskGenerateAIStatus as ETaskGenerateAIStatus, index$6_ETaskGenerateAIType as ETaskGenerateAIType, index$6_ETypeRatioImage as ETypeRatioImage, index$6_ETypeSettingInstagram as ETypeSettingInstagram, index$6_EVPSCore as EVPSCore, index$6_EVPSExtension as EVPSExtension, index$6_EVPSOs as EVPSOs, index$6_EVPSRam as EVPSRam, index$6_EVPSStatus as EVPSStatus, index$6_EVPSStatusConnection as EVPSStatusConnection, index$6_EVPSStatusGpmLoginEmail as EVPSStatusGpmLoginEmail, index$6_EVPSStatusReplace as EVPSStatusReplace, index$6_EVPSStatusRestart as EVPSStatusRestart, index$6_EVPSTimeRestart as EVPSTimeRestart, type index$6_EditStatusImageItemInstagramDto as EditStatusImageItemInstagramDto, type index$6_EditStatusImageItemThreadsDto as EditStatusImageItemThreadsDto, type index$6_EditStatusManualContentSocialInstagramChildrenItemPost as EditStatusManualContentSocialInstagramChildrenItemPost, type index$6_EditStatusManualContentSocialThreadsChildrenItemPost as EditStatusManualContentSocialThreadsChildrenItemPost, type index$6_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, type index$6_FilterAccountAIContentDto as FilterAccountAIContentDto, type index$6_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, type index$6_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index$6_FilterAccountCanvaDto as FilterAccountCanvaDto, type index$6_FilterAccountDriveDto as FilterAccountDriveDto, type index$6_FilterAccountEmailDto as FilterAccountEmailDto, type index$6_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$6_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, type index$6_FilterAccountVPNDto as FilterAccountVPNDto, type index$6_FilterAccountVPSDto as FilterAccountVPSDto, type index$6_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index$6_FilterBlogCategoryDto as FilterBlogCategoryDto, type index$6_FilterBlogDto as FilterBlogDto, type index$6_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, type index$6_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, type index$6_FilterDepartmentDto as FilterDepartmentDto, type index$6_FilterDeviceDto as FilterDeviceDto, type index$6_FilterDeviceLogDto as FilterDeviceLogDto, type index$6_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index$6_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, type index$6_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, type index$6_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, type index$6_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, type index$6_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, type index$6_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, type index$6_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, type index$6_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, type index$6_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, type index$6_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, type index$6_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, type index$6_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, type index$6_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, type index$6_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, type index$6_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, type index$6_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, type index$6_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, type index$6_FilterInstagramSettingFollowDto as FilterInstagramSettingFollowDto, type index$6_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, type index$6_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, type index$6_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, type index$6_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, type index$6_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, type index$6_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, type index$6_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, type index$6_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, type index$6_FilterLarkDto as FilterLarkDto, type index$6_FilterManagerImageAIInstagramDto as FilterManagerImageAIInstagramDto, type index$6_FilterManagerImageAIThreadsDto as FilterManagerImageAIThreadsDto, type index$6_FilterManagerSheetDto as FilterManagerSheetDto, type index$6_FilterManagerWorkDto as FilterManagerWorkDto, type index$6_FilterManualContentSocialInstagramDto as FilterManualContentSocialInstagramDto, type index$6_FilterManualContentSocialThreadsDto as FilterManualContentSocialThreadsDto, type index$6_FilterPCDto as FilterPCDto, type index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, type index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, type index$6_FilterProxyDto as FilterProxyDto, type index$6_FilterRoleDto as FilterRoleDto, type index$6_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, type index$6_FilterSheetWorkDto as FilterSheetWorkDto, type index$6_FilterSheetsToolDto as FilterSheetsToolDto, type index$6_FilterTaskAIContentDto as FilterTaskAIContentDto, type index$6_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, type index$6_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, type index$6_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, type index$6_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, type index$6_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, type index$6_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, type index$6_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, type index$6_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, type index$6_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, type index$6_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, type index$6_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, type index$6_FilterTeamDto as FilterTeamDto, type index$6_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, type index$6_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, type index$6_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, type index$6_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, type index$6_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, type index$6_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, type index$6_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, type index$6_FilterThreadsReportPostDto as FilterThreadsReportPostDto, type index$6_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, type index$6_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, type index$6_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, type index$6_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, type index$6_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, type index$6_FilterUserDto as FilterUserDto, type index$6_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, type index$6_FindAccountAIContentDto as FindAccountAIContentDto, type index$6_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, type index$6_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, type index$6_FindAccountCanvaDto as FindAccountCanvaDto, type index$6_FindAccountDriveDto as FindAccountDriveDto, type index$6_FindAccountEmailDto as FindAccountEmailDto, type index$6_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, type index$6_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, type index$6_FindAccountSocialGroupDto as FindAccountSocialGroupDto, type index$6_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, type index$6_FindAccountVPNDto as FindAccountVPNDto, type index$6_FindAccountVPSDto as FindAccountVPSDto, type index$6_FindAccountVPSGroupDto as FindAccountVPSGroupDto, type index$6_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, type index$6_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$6_FindBlogCategoryDto as FindBlogCategoryDto, type index$6_FindBlogDto as FindBlogDto, type index$6_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, type index$6_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, type index$6_FindDepartmentDto as FindDepartmentDto, type index$6_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, type index$6_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, type index$6_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, type index$6_FindDeviceDto as FindDeviceDto, type index$6_FindDeviceLogDto as FindDeviceLogDto, type index$6_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, type index$6_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, type index$6_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, type index$6_FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto as FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto, type index$6_FindInstagramAccountRawDto as FindInstagramAccountRawDto, type index$6_FindInstagramAccountRunDto as FindInstagramAccountRunDto, type index$6_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, type index$6_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, type index$6_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, type index$6_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, type index$6_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, type index$6_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, type index$6_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, type index$6_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, type index$6_FindInstagramSettingPostDto as FindInstagramSettingPostDto, type index$6_FindLarkDto as FindLarkDto, type index$6_FindListAccountForManualContentSocialInstagramDto as FindListAccountForManualContentSocialInstagramDto, type index$6_FindListAccountForManualContentSocialThreadsDto as FindListAccountForManualContentSocialThreadsDto, type index$6_FindManagerImageAIInstagramDto as FindManagerImageAIInstagramDto, type index$6_FindManagerImageAIThreadsDto as FindManagerImageAIThreadsDto, type index$6_FindManagerSheetDto as FindManagerSheetDto, type index$6_FindManagerWorkDto as FindManagerWorkDto, type index$6_FindManualContentSocialInstagramDto as FindManualContentSocialInstagramDto, type index$6_FindManualContentSocialThreadsDto as FindManualContentSocialThreadsDto, type index$6_FindMemberForAddTeamDto as FindMemberForAddTeamDto, type index$6_FindOverViewDepartmentDto as FindOverViewDepartmentDto, type index$6_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, type index$6_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, type index$6_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, type index$6_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, type index$6_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, type index$6_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, type index$6_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, type index$6_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, type index$6_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, type index$6_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, type index$6_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, type index$6_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, type index$6_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, type index$6_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, type index$6_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, type index$6_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, type index$6_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, type index$6_FindOverViewLarkDto as FindOverViewLarkDto, type index$6_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, type index$6_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, type index$6_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, type index$6_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, type index$6_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, type index$6_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, type index$6_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, type index$6_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, type index$6_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, type index$6_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, type index$6_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, type index$6_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, type index$6_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, type index$6_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, type index$6_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, type index$6_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, type index$6_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, type index$6_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, type index$6_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, type index$6_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, type index$6_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, type index$6_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, type index$6_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, type index$6_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, type index$6_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, type index$6_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, type index$6_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, type index$6_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, type index$6_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$6_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, type index$6_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, type index$6_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$6_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$6_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$6_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$6_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$6_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, type index$6_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, type index$6_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, type index$6_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, type index$6_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, type index$6_FindOverviewManagerImageAIInstagramDto as FindOverviewManagerImageAIInstagramDto, type index$6_FindOverviewManagerImageAIThreadsDto as FindOverviewManagerImageAIThreadsDto, type index$6_FindOverviewManualContentSocialInstagramDto as FindOverviewManualContentSocialInstagramDto, type index$6_FindOverviewManualContentSocialThreadsDto as FindOverviewManualContentSocialThreadsDto, type index$6_FindOverviewPCDto as FindOverviewPCDto, type index$6_FindOverviewProxyDto as FindOverviewProxyDto, type index$6_FindOverviewRoleDto as FindOverviewRoleDto, type index$6_FindOverviewTeamDto as FindOverviewTeamDto, type index$6_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, type index$6_FindOverviewUserDto as FindOverviewUserDto, type index$6_FindPCDetail as FindPCDetail, type index$6_FindPCDto as FindPCDto, type index$6_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, type index$6_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type index$6_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type index$6_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, type index$6_FindProxyDto as FindProxyDto, type index$6_FindReplaceDeviceDto as FindReplaceDeviceDto, type index$6_FindRoleDetailDto as FindRoleDetailDto, type index$6_FindRoleDto as FindRoleDto, type index$6_FindRoleOfMe as FindRoleOfMe, type index$6_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, type index$6_FindSheetWorkDto as FindSheetWorkDto, type index$6_FindSheetsToolDto as FindSheetsToolDto, type index$6_FindTaskAIContentDto as FindTaskAIContentDto, type index$6_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, type index$6_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, type index$6_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, type index$6_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, type index$6_FindTaskInstagramPostDto as FindTaskInstagramPostDto, type index$6_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, type index$6_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, type index$6_FindTaskManualContentSocialInstagramDto as FindTaskManualContentSocialInstagramDto, type index$6_FindTaskManualContentSocialThreadsDto as FindTaskManualContentSocialThreadsDto, type index$6_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, type index$6_FindTaskThreadsPostDto as FindTaskThreadsPostDto, type index$6_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, type index$6_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, type index$6_FindTasksJobDto as FindTasksJobDto, type index$6_FindTeamDto as FindTeamDto, type index$6_FindThreadsAccountRawDto as FindThreadsAccountRawDto, type index$6_FindThreadsAccountRunDto as FindThreadsAccountRunDto, type index$6_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, type index$6_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, type index$6_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, type index$6_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, type index$6_FindThreadsSettingPostDto as FindThreadsSettingPostDto, type index$6_FindUserDto as FindUserDto, index$2 as Forum, type index$6_IAccountAIContent as IAccountAIContent, type index$6_IAccountAIContentChannel as IAccountAIContentChannel, type index$6_IAccountAIContentGroup as IAccountAIContentGroup, type index$6_IAccountAIContentInfo as IAccountAIContentInfo, type index$6_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$6_IAccountAIContentTag as IAccountAIContentTag, type index$6_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$6_IAccountCanva as IAccountCanva, type index$6_IAccountDrive as IAccountDrive, type index$6_IAccountEmail as IAccountEmail, type index$6_IAccountEmailProxy as IAccountEmailProxy, type index$6_IAccountEmailTag as IAccountEmailTag, type index$6_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$6_IAccountSocialBase as IAccountSocialBase, type index$6_IAccountSocialGroup as IAccountSocialGroup, type index$6_IAccountVPN as IAccountVPN, type index$6_IAccountVPS as IAccountVPS, type index$6_IAccountVPSGroup as IAccountVPSGroup, type index$6_IAccountVPSProvider as IAccountVPSProvider, type index$6_IAccountVPSSocial as IAccountVPSSocial, type index$6_IAssignTeam as IAssignTeam, type index$6_IAssignUser as IAssignUser, type index$6_IAuthLogin as IAuthLogin, type index$6_IAuthResetPassword as IAuthResetPassword, type index$6_IBaseModel as IBaseModel, type index$6_IBlog as IBlog, type index$6_IBlogCategory as IBlogCategory, type index$6_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$6_IBlogTeamPermission as IBlogTeamPermission, type index$6_IBlogUserPermission as IBlogUserPermission, type index$6_IColsUnSelected as IColsUnSelected, type index$6_IDataDiscussTaskJob as IDataDiscussTaskJob, type index$6_IDataNotification as IDataNotification, type index$6_IDataUser as IDataUser, type index$6_IDepartment as IDepartment, type index$6_IDepartmentMember as IDepartmentMember, type index$6_IDevice as IDevice, type index$6_IDeviceLog as IDeviceLog, type index$6_IDeviceLogELS as IDeviceLogELS, type index$6_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$6_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$6_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$6_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$6_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$6_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$6_IDomain as IDomain, type index$6_IEmailAccountSocial as IEmailAccountSocial, type index$6_IEmailProxy as IEmailProxy, type index$6_IEmailRawManager as IEmailRawManager, type index$6_IEmailVPS as IEmailVPS, type index$6_IFile as IFile, type index$6_IFilterSettingAccountSocialFindForSettingDto as IFilterSettingAccountSocialFindForSettingDto, type index$6_IFilterStore as IFilterStore, type index$6_IGPMProfile as IGPMProfile, type index$6_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$6_IHistoryTaskAIImageVideoVoiceCanvaInstagram as IHistoryTaskAIImageVideoVoiceCanvaInstagram, type index$6_IHistoryTaskAIImageVideoVoiceCanvaThreads as IHistoryTaskAIImageVideoVoiceCanvaThreads, type index$6_IIncreaseValueTask as IIncreaseValueTask, type index$6_IInstagramAccountRaw as IInstagramAccountRaw, type index$6_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$6_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$6_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$6_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$6_IInstagramHistoryAutoSyncStoreIdxELS as IInstagramHistoryAutoSyncStoreIdxELS, type index$6_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$6_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$6_IInstagramHistoryChangeInfoStoreIdxELS as IInstagramHistoryChangeInfoStoreIdxELS, type index$6_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$6_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$6_IInstagramHistoryCreateNewStoreIdxELS as IInstagramHistoryCreateNewStoreIdxELS, type index$6_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$6_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$6_IInstagramHistoryGroupStoreIdxELS as IInstagramHistoryGroupStoreIdxELS, type index$6_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$6_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$6_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, type index$6_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$6_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$6_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, type index$6_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$6_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$6_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, type index$6_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$6_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$6_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, type index$6_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$6_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$6_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, type index$6_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$6_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$6_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, type index$6_IInstagramReportPostNew as IInstagramReportPostNew, type index$6_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$6_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, type index$6_IInstagramReportPostReel as IInstagramReportPostReel, type index$6_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$6_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, type index$6_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$6_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$6_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, type index$6_IInstagramReportPostStory as IInstagramReportPostStory, type index$6_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$6_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, type index$6_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$6_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$6_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$6_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$6_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$6_IInstagramSettingPost as IInstagramSettingPost, type index$6_ILark as ILark, type index$6_ILarkTeam as ILarkTeam, type index$6_IMailWork as IMailWork, type index$6_IManagerImageAIInstagram as IManagerImageAIInstagram, type index$6_IManagerImageAIInstagramItemStore as IManagerImageAIInstagramItemStore, type index$6_IManagerImageAIInstagramUserAttached as IManagerImageAIInstagramUserAttached, type index$6_IManagerImageAIThreads as IManagerImageAIThreads, type index$6_IManagerImageAIThreadsItemStore as IManagerImageAIThreadsItemStore, type index$6_IManagerImageAIThreadsUserAttached as IManagerImageAIThreadsUserAttached, type index$6_IManagerSheet as IManagerSheet, type index$6_IManagerSheetChildren as IManagerSheetChildren, type index$6_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$6_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$6_IManagerSheetGroup as IManagerSheetGroup, type index$6_IManagerWork as IManagerWork, type index$6_IManualContentSocialInstagram as IManualContentSocialInstagram, type index$6_IManualContentSocialInstagramChildren as IManualContentSocialInstagramChildren, type index$6_IManualContentSocialInstagramChildrenItemPost as IManualContentSocialInstagramChildrenItemPost, type index$6_IManualContentSocialInstagramNiche as IManualContentSocialInstagramNiche, type index$6_IManualContentSocialInstagramRunTime as IManualContentSocialInstagramRunTime, type index$6_IManualContentSocialThreads as IManualContentSocialThreads, type index$6_IManualContentSocialThreadsChildren as IManualContentSocialThreadsChildren, type index$6_IManualContentSocialThreadsChildrenItemPost as IManualContentSocialThreadsChildrenItemPost, type index$6_IManualContentSocialThreadsNiche as IManualContentSocialThreadsNiche, type index$6_IManualContentSocialThreadsRunTime as IManualContentSocialThreadsRunTime, type index$6_IOtpConfirm as IOtpConfirm, type index$6_IOtpCreateSession as IOtpCreateSession, type index$6_IOtpSend as IOtpSend, type index$6_IPC as IPC, type index$6_IPCLog as IPCLog, type index$6_IPCLogELS as IPCLogELS, type index$6_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$6_IProxy as IProxy, type index$6_IResponseLogin as IResponseLogin, type index$6_IRole as IRole, type index$6_IRoleFeature as IRoleFeature, type index$6_ISettingAccountSocialDto as ISettingAccountSocialDto, type index$6_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$6_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$6_ISettingTool as ISettingTool, type index$6_ISheetImportExportSocial as ISheetImportExportSocial, type index$6_ISheetWork as ISheetWork, type index$6_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$6_ISheetWorkManager as ISheetWorkManager, type index$6_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$6_ISheetWorksCategory as ISheetWorksCategory, type index$6_ISheetsTool as ISheetsTool, type index$6_ISocialTaskManager as ISocialTaskManager, type index$6_ITag as ITag, type index$6_ITaskAIContent as ITaskAIContent, type index$6_ITaskAIImageCanva as ITaskAIImageCanva, type index$6_ITaskAIImageVideoVoiceCanvaInstagram as ITaskAIImageVideoVoiceCanvaInstagram, type index$6_ITaskAIImageVideoVoiceCanvaThreads as ITaskAIImageVideoVoiceCanvaThreads, type index$6_ITaskAIItemAction as ITaskAIItemAction, type index$6_ITaskAIItemGroup as ITaskAIItemGroup, type index$6_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$6_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$6_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, type index$6_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$6_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$6_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, type index$6_ITaskInstagramFollow as ITaskInstagramFollow, type index$6_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$6_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, type index$6_ITaskInstagramPost as ITaskInstagramPost, type index$6_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$6_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, type index$6_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$6_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$6_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, type index$6_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$6_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$6_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, type index$6_ITaskJob as ITaskJob, type index$6_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$6_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$6_ITaskJobCheckList as ITaskJobCheckList, type index$6_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$6_ITaskJobDiscuss as ITaskJobDiscuss, type index$6_ITaskJobLabel as ITaskJobLabel, type index$6_ITaskJobPermission as ITaskJobPermission, type index$6_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$6_ITaskJobUserPermission as ITaskJobUserPermission, type index$6_ITaskJobsGroup as ITaskJobsGroup, type index$6_ITaskManualContentSocialInstagram as ITaskManualContentSocialInstagram, type index$6_ITaskManualContentSocialThreads as ITaskManualContentSocialThreads, type index$6_ITaskThreadsFollow as ITaskThreadsFollow, type index$6_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$6_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, type index$6_ITaskThreadsPost as ITaskThreadsPost, type index$6_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$6_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, type index$6_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$6_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$6_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, type index$6_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$6_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$6_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, type index$6_ITeam as ITeam, type index$6_ITeamMember as ITeamMember, type index$6_ITeamRole as ITeamRole, type index$6_IThreadsAccountRaw as IThreadsAccountRaw, type index$6_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$6_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$6_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$6_IThreadsHistoryChange as IThreadsHistoryChange, type index$6_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$6_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$6_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$6_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$6_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$6_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$6_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$6_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, type index$6_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$6_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$6_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, type index$6_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$6_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$6_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, type index$6_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$6_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$6_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, type index$6_IThreadsReportPost as IThreadsReportPost, type index$6_IThreadsReportPostELS as IThreadsReportPostELS, type index$6_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, type index$6_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$6_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$6_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$6_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$6_IThreadsSettingPost as IThreadsSettingPost, type index$6_IToken as IToken, type index$6_ITrackingModel as ITrackingModel, type index$6_ITrackingTime as ITrackingTime, type index$6_IUser as IUser, type index$6_IUserRole as IUserRole, type index$6_IViewDeviceByPC as IViewDeviceByPC, type index$6_IVoiceGenerated as IVoiceGenerated, type index$6_IVoiceLanguage as IVoiceLanguage, type index$6_IVoiceSettingDelay as IVoiceSettingDelay, type index$6_IVoiceStores as IVoiceStores, type index$6_ImportAccountVPSDto as ImportAccountVPSDto, type index$6_ImportInstagramAccountRawDto as ImportInstagramAccountRawDto, type index$6_ImportManagerWorkDto as ImportManagerWorkDto, type index$6_ImportSheetWorkDto as ImportSheetWorkDto, type index$6_ListManualContentSocialChildrenDto as ListManualContentSocialChildrenDto, type index$6_ListManualContentSocialInstagramChildrenDto as ListManualContentSocialInstagramChildrenDto, type index$6_ListManualContentSocialThreadsChildrenDto as ListManualContentSocialThreadsChildrenDto, type index$6_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, type index$6_OverviewSheetsToolDto as OverviewSheetsToolDto, type index$6_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$a as Permission, type index$6_ReplaceAccountVSPDto as ReplaceAccountVSPDto, type index$6_ResultChangeInfoInstagramAccountRawDto as ResultChangeInfoInstagramAccountRawDto, type index$6_ResultImportInstagramAccountRawDto as ResultImportInstagramAccountRawDto, index$3 as Socials, type index$6_StatisticsManagerWorkDto as StatisticsManagerWorkDto, type index$6_StatisticsSheetWorkDto as StatisticsSheetWorkDto, type index$6_StoreTaskManualContentSocialInstagramForRunDto as StoreTaskManualContentSocialInstagramForRunDto, type index$6_StoreTaskManualContentSocialThreadsForRunDto as StoreTaskManualContentSocialThreadsForRunDto, index$4 as Tool, type index$6_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, type index$6_UpdateAccountVPSDto as UpdateAccountVPSDto, type index$6_UpdateBlogDto as UpdateBlogDto, type index$6_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, type index$6_UpdateDepartmentDto as UpdateDepartmentDto, type index$6_UpdateDeviceDto as UpdateDeviceDto, type index$6_UpdateInstagramSettingInteractFollowDto as UpdateInstagramSettingInteractFollowDto, type index$6_UpdateInstagramSettingInteractReplyCommentDto as UpdateInstagramSettingInteractReplyCommentDto, type index$6_UpdateInstagramSettingInteractReplyMessageDto as UpdateInstagramSettingInteractReplyMessageDto, type index$6_UpdateInstagramSettingInteractUnFollowDto as UpdateInstagramSettingInteractUnFollowDto, type index$6_UpdateInstagramSettingPostDto as UpdateInstagramSettingPostDto, type index$6_UpdateLarkDto as UpdateLarkDto, type index$6_UpdateManagerWorkDto as UpdateManagerWorkDto, type index$6_UpdatePCDto as UpdatePCDto, type index$6_UpdateProxyDto as UpdateProxyDto, type index$6_UpdateRoleDto as UpdateRoleDto, type index$6_UpdateSheetWorkDto as UpdateSheetWorkDto, type index$6_UpdateSheetsToolDto as UpdateSheetsToolDto, type index$6_UpdateTaskAIContentDto as UpdateTaskAIContentDto, type index$6_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, type index$6_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, type index$6_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, type index$6_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, type index$6_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, type index$6_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, type index$6_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, type index$6_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, type index$6_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, type index$6_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, type index$6_UpdateTasksJobDto as UpdateTasksJobDto, type index$6_UpdateTeamDto as UpdateTeamDto, type index$6_UpdateUserDto as UpdateUserDto, type index$6_UpsertManualContentSocialInstagramChildrenDto as UpsertManualContentSocialInstagramChildrenDto, type index$6_UpsertManualContentSocialInstagramChildrenItemPostDto as UpsertManualContentSocialInstagramChildrenItemPostDto, type index$6_UpsertManualContentSocialInstagramDto as UpsertManualContentSocialInstagramDto, type index$6_UpsertManualContentSocialThreadsChildrenDto as UpsertManualContentSocialThreadsChildrenDto, type index$6_UpsertManualContentSocialThreadsChildrenItemPostDto as UpsertManualContentSocialThreadsChildrenItemPostDto, type index$6_UpsertManualContentSocialThreadsDto as UpsertManualContentSocialThreadsDto, type index$6_ViewAsyncManualContentSocialInstagramDto as ViewAsyncManualContentSocialInstagramDto, type index$6_ViewAsyncManualContentSocialThreadsDto as ViewAsyncManualContentSocialThreadsDto, type index$6_ViewAutoSyncInformationManualContentSocialInstagramDto as ViewAutoSyncInformationManualContentSocialInstagramDto, type index$6_ViewAutoSyncInformationManualContentThreadsDto as ViewAutoSyncInformationManualContentThreadsDto, type index$6_ViewDetailDeviceDto as ViewDetailDeviceDto, type index$6_ViewDetailFolderInstagramDto as ViewDetailFolderInstagramDto, type index$6_ViewDetailFolderThreadsDto as ViewDetailFolderThreadsDto, type index$6_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto, type index$6_ViewListGPMProfileDto as ViewListGPMProfileDto, type index$6_ViewSettingInstagramOfAccountDto as ViewSettingInstagramOfAccountDto, index$5 as Workspace };
3078
3044
  }
3079
3045
 
3080
3046
  interface UpdatePCDto {
@@ -3746,6 +3712,65 @@ declare enum EStatusEmail {
3746
3712
  Error = "Error"
3747
3713
  }
3748
3714
 
3715
+ interface FindOverviewAccountEmailDto {
3716
+ totalDepartments: number;
3717
+ totalLeaders: number;
3718
+ totalTeams: number;
3719
+ totalUsers: number;
3720
+ totalEmails: number;
3721
+ totalStatusNew: {
3722
+ total: number;
3723
+ percentage: number;
3724
+ };
3725
+ totalStatusActive: {
3726
+ total: number;
3727
+ percentage: number;
3728
+ };
3729
+ totalStatusSuspend: {
3730
+ total: number;
3731
+ percentage: number;
3732
+ };
3733
+ totalStatusWrong2FA: {
3734
+ total: number;
3735
+ percentage: number;
3736
+ };
3737
+ totalStatusWrongPassword: {
3738
+ total: number;
3739
+ percentage: number;
3740
+ };
3741
+ totalIdeas: number;
3742
+ totalNiches: number;
3743
+ }
3744
+ interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
3745
+ listProxyProvider: string[];
3746
+ listProxyType: ETypeProxy[];
3747
+ listProxy: IProxy[];
3748
+ tagWorks?: {
3749
+ idea: IManagerWork;
3750
+ niches: IManagerWork[];
3751
+ }[];
3752
+ tagsContent: IAccountEmailTag[];
3753
+ tagsImage: IAccountEmailTag[];
3754
+ tagsVoice: IAccountEmailTag[];
3755
+ listTypeTags: EEmailTagType[];
3756
+ listAISynchronized: EEmailTagType[];
3757
+ dataStoreGPT: {
3758
+ password: string;
3759
+ code2FA: string;
3760
+ };
3761
+ }
3762
+ interface FilterAccountEmailDto extends IFilterBaseDto {
3763
+ email: string[];
3764
+ emailRecover: string[];
3765
+ status: EStatusEmail[];
3766
+ typeProxy: ETypeProxy[];
3767
+ ideas: string[];
3768
+ niches: string[];
3769
+ proxyType: ETypeProxy[];
3770
+ proxyProvider: string[];
3771
+ listAISynchronized: EEmailTagType[];
3772
+ }
3773
+
3749
3774
  interface IAccountEmail extends IBaseModel, ITrackingModel {
3750
3775
  sheetUrl: string;
3751
3776
  sheetName: string;
@@ -3758,14 +3783,85 @@ interface IAccountEmail extends IBaseModel, ITrackingModel {
3758
3783
  note: string;
3759
3784
  }
3760
3785
 
3786
+ declare enum EStatusProxyNewIP {
3787
+ Active = "Active",
3788
+ New = "New",
3789
+ Error = "Error",// Tuong duong inactive
3790
+ Unknown = "Unknown"
3791
+ }
3792
+ declare enum EStatusProxyChecked {
3793
+ Dead = "Dead",
3794
+ Unknown = "Unknown",
3795
+ Working = "Working",
3796
+ Expired = "Expired",
3797
+ ErrorChecker = "ErrorChecker"
3798
+ }
3799
+
3800
+ interface IProxy extends IBaseModel, IAssignUser, ITrackingModel {
3801
+ sheetUrl: string;
3802
+ sheetName: string;
3803
+ typeNewIp: EStatusProxyNewIP;
3804
+ statusChecked: EStatusProxyChecked;
3805
+ type: ETypeProxy;
3806
+ currentIP: string;
3807
+ currentPort: string;
3808
+ currentUsername: string;
3809
+ currentPassword: string;
3810
+ newIP: string;
3811
+ newPort: string;
3812
+ newUsername: string;
3813
+ newPassword: string;
3814
+ provider: string;
3815
+ city: string;
3816
+ speed: string;
3817
+ country: string;
3818
+ startDate: Date;
3819
+ endDate: Date;
3820
+ note: string;
3821
+ }
3822
+
3823
+ interface IAccountEmailProxy extends IBaseModel, ITrackingModel {
3824
+ accountEmail: string | IAccountEmail;
3825
+ proxy: string | IProxy;
3826
+ }
3827
+
3828
+ interface IAccountEmailTag extends IBaseModel, ITrackingModel {
3829
+ email: string;
3830
+ typeTag: EEmailTagType | string;
3831
+ }
3832
+
3833
+ interface IAccountEmailTaskWork extends IBaseModel, ITrackingModel {
3834
+ accountEmail: string;
3835
+ idea: string | IManagerWork;
3836
+ niches: string[] | IManagerWork[];
3837
+ }
3838
+
3839
+ declare enum EAccountAIContentModel {
3840
+ GPT = "GPT",
3841
+ Perplexity = "Perplexity"
3842
+ }
3843
+ declare enum EAccountAIContentStatus {
3844
+ Active = "Active",
3845
+ Limit = "Limit",
3846
+ Suspend = "Suspend",
3847
+ Wrong2FA = "Wrong2FA",
3848
+ WrongPassword = "WrongPassword"
3849
+ }
3850
+ declare enum EAccountAIContentChannelStatus {
3851
+ New = "New",
3852
+ Pending = "Pending",
3853
+ Active = "Active",
3854
+ Error = "Error"
3855
+ }
3856
+
3761
3857
  interface IAccountAIContentInfo extends IBaseModel, ITrackingModel {
3762
- model: EAIModelContent;
3858
+ model: EAccountAIContentModel;
3763
3859
  provider: string;
3764
3860
  versionModel: EAIVersionGPT | EAIVersionPerplexity;
3765
3861
  emailAccount: string | IAccountEmail;
3766
3862
  password: string;
3767
3863
  code2FA: string;
3768
- status: EStatusAccountAI;
3864
+ status: EAccountAIContentStatus;
3769
3865
  }
3770
3866
 
3771
3867
  interface IAccountAIContentGroup extends IBaseModel, ITrackingModel {
@@ -3778,8 +3874,8 @@ interface IAccountAIContentChannel extends IBaseModel, ITrackingModel {
3778
3874
  url: string;
3779
3875
  color: string;
3780
3876
  note: string;
3781
- model: EAIModelContent;
3782
- status: EStatusChannel;
3877
+ model: EAccountAIContentModel;
3878
+ status: EAccountAIContentChannelStatus;
3783
3879
  }
3784
3880
 
3785
3881
  interface IAccountAIContentMemberAssigned extends IBaseModel, ITrackingModel {
@@ -3806,15 +3902,15 @@ interface FilterAccountAIContentDto extends IFilterBaseDto {
3806
3902
  interface FindAccountAIContentInfoDto extends IFindBaseDto, IAccountAIContentInfo {
3807
3903
  }
3808
3904
  interface FilterAccountAIContentInfoDto extends IFilterBaseDto {
3809
- model: EAIModelContent[];
3810
- status: EStatusAccountAI[];
3905
+ model: EAccountAIContentModel[];
3906
+ status: EAccountAIContentStatus[];
3811
3907
  }
3812
3908
 
3813
3909
  interface FindAccountAIContentChannelDto extends IFindBaseDto, IAccountAIContentChannel {
3814
3910
  }
3815
3911
  interface FilterAccountAIContentChannelDto extends IFilterBaseDto {
3816
- model: EAIModelContent[];
3817
- status: EStatusChannel[];
3912
+ model: EAccountAIContentModel[];
3913
+ status: EAccountAIContentChannelStatus[];
3818
3914
  }
3819
3915
 
3820
3916
  interface FindHistoryTaskAIContentDto extends IFindBaseDto, IHistoryTaskAIContent {
@@ -4046,170 +4142,58 @@ interface IAccountDrive extends IBaseModel, IAssignUser, ITrackingModel {
4046
4142
  note: string;
4047
4143
  }
4048
4144
 
4049
- interface FindOverviewAccountEmailDto {
4145
+ interface CreateProxyDto {
4146
+ proxyString: string;
4147
+ type: ETypeProxy;
4148
+ provider: string;
4149
+ startDate: Date;
4150
+ endDate: Date;
4151
+ note?: string;
4152
+ }
4153
+ interface UpdateProxyDto {
4154
+ oldProxyString?: string;
4155
+ newProxyString?: string;
4156
+ type?: ETypeProxy;
4157
+ provider?: string;
4158
+ startDate?: Date;
4159
+ endDate?: Date;
4160
+ note?: string;
4161
+ checked?: EStatusProxyChecked;
4162
+ userAssign?: string;
4163
+ }
4164
+ interface AddToDeviceProxyDto {
4165
+ listDeviceIds: string[];
4166
+ }
4167
+ interface FindDeviceAvailableForAddProxyDto {
4168
+ device: IDevice;
4169
+ currentAccount: number;
4170
+ maxAccount: number;
4171
+ isMax: boolean;
4172
+ isChecked: boolean;
4173
+ }
4174
+ interface FindOverviewProxyDto {
4050
4175
  totalDepartments: number;
4051
4176
  totalLeaders: number;
4052
4177
  totalTeams: number;
4053
4178
  totalUsers: number;
4054
- totalEmails: number;
4055
- totalStatusNew: {
4056
- total: number;
4057
- percentage: number;
4058
- };
4059
- totalStatusActive: {
4179
+ totalProxies: {
4060
4180
  total: number;
4061
- percentage: number;
4181
+ new: number;
4182
+ active: number;
4062
4183
  };
4063
- totalStatusSuspend: {
4184
+ totalProxiesWorking: {
4064
4185
  total: number;
4065
4186
  percentage: number;
4066
4187
  };
4067
- totalStatusWrong2FA: {
4188
+ totalProxiesFailed: {
4068
4189
  total: number;
4069
- percentage: number;
4190
+ dead: number;
4191
+ failed: number;
4070
4192
  };
4071
- totalStatusWrongPassword: {
4193
+ totalProxiesConnectedDevice: {
4072
4194
  total: number;
4073
- percentage: number;
4074
- };
4075
- totalIdeas: number;
4076
- totalNiches: number;
4077
- }
4078
- interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
4079
- listProxyProvider: string[];
4080
- listProxyType: ETypeProxy[];
4081
- listProxy: IProxy[];
4082
- tagWorks?: {
4083
- idea: IManagerWork;
4084
- niches: IManagerWork[];
4085
- }[];
4086
- tagsContent: IAccountEmailTag[];
4087
- tagsImage: IAccountEmailTag[];
4088
- tagsVoice: IAccountEmailTag[];
4089
- listTypeTags: EEmailTagType[];
4090
- listAISynchronized: EEmailTagType[];
4091
- dataStoreGPT: {
4092
- password: string;
4093
- code2FA: string;
4094
- };
4095
- }
4096
- interface FilterAccountEmailDto extends IFilterBaseDto {
4097
- email: string[];
4098
- emailRecover: string[];
4099
- status: EStatusEmail[];
4100
- typeProxy: ETypeProxy[];
4101
- ideas: string[];
4102
- niches: string[];
4103
- proxyType: ETypeProxy[];
4104
- proxyProvider: string[];
4105
- listAISynchronized: EEmailTagType[];
4106
- }
4107
-
4108
- declare enum EStatusProxyNewIP {
4109
- Active = "Active",
4110
- New = "New",
4111
- Error = "Error",// Tuong duong inactive
4112
- Unknown = "Unknown"
4113
- }
4114
- declare enum EStatusProxyChecked {
4115
- Dead = "Dead",
4116
- Unknown = "Unknown",
4117
- Working = "Working",
4118
- Expired = "Expired",
4119
- ErrorChecker = "ErrorChecker"
4120
- }
4121
-
4122
- interface IProxy extends IBaseModel, IAssignUser, ITrackingModel {
4123
- sheetUrl: string;
4124
- sheetName: string;
4125
- typeNewIp: EStatusProxyNewIP;
4126
- statusChecked: EStatusProxyChecked;
4127
- type: ETypeProxy;
4128
- currentIP: string;
4129
- currentPort: string;
4130
- currentUsername: string;
4131
- currentPassword: string;
4132
- newIP: string;
4133
- newPort: string;
4134
- newUsername: string;
4135
- newPassword: string;
4136
- provider: string;
4137
- city: string;
4138
- speed: string;
4139
- country: string;
4140
- startDate: Date;
4141
- endDate: Date;
4142
- note: string;
4143
- }
4144
-
4145
- interface IAccountEmailProxy extends IBaseModel, ITrackingModel {
4146
- accountEmail: string | IAccountEmail;
4147
- proxy: string | IProxy;
4148
- }
4149
-
4150
- interface IAccountEmailTag extends IBaseModel, ITrackingModel {
4151
- email: string;
4152
- typeTag: EEmailTagType | string;
4153
- }
4154
-
4155
- interface IAccountEmailTaskWork extends IBaseModel, ITrackingModel {
4156
- accountEmail: string;
4157
- idea: string | IManagerWork;
4158
- niches: string[] | IManagerWork[];
4159
- }
4160
-
4161
- interface CreateProxyDto {
4162
- proxyString: string;
4163
- type: ETypeProxy;
4164
- provider: string;
4165
- startDate: Date;
4166
- endDate: Date;
4167
- note?: string;
4168
- }
4169
- interface UpdateProxyDto {
4170
- oldProxyString?: string;
4171
- newProxyString?: string;
4172
- type?: ETypeProxy;
4173
- provider?: string;
4174
- startDate?: Date;
4175
- endDate?: Date;
4176
- note?: string;
4177
- checked?: EStatusProxyChecked;
4178
- userAssign?: string;
4179
- }
4180
- interface AddToDeviceProxyDto {
4181
- listDeviceIds: string[];
4182
- }
4183
- interface FindDeviceAvailableForAddProxyDto {
4184
- device: IDevice;
4185
- currentAccount: number;
4186
- maxAccount: number;
4187
- isMax: boolean;
4188
- isChecked: boolean;
4189
- }
4190
- interface FindOverviewProxyDto {
4191
- totalDepartments: number;
4192
- totalLeaders: number;
4193
- totalTeams: number;
4194
- totalUsers: number;
4195
- totalProxies: {
4196
- total: number;
4197
- new: number;
4198
- active: number;
4199
- };
4200
- totalProxiesWorking: {
4201
- total: number;
4202
- percentage: number;
4203
- };
4204
- totalProxiesFailed: {
4205
- total: number;
4206
- dead: number;
4207
- failed: number;
4208
- };
4209
- totalProxiesConnectedDevice: {
4210
- total: number;
4211
- android: number;
4212
- ios: number;
4195
+ android: number;
4196
+ ios: number;
4213
4197
  };
4214
4198
  }
4215
4199
  interface FindProxyDto extends IFindBaseDto {
@@ -10879,15 +10863,14 @@ interface FindDeviceLogDto extends IFindBaseDto {
10879
10863
  pcName: string;
10880
10864
  }
10881
10865
 
10882
- interface CreateManagerImageAIDto {
10883
- typeSocial: ETypeSocial;
10866
+ interface CreateManagerImageAIInstagramDto {
10884
10867
  listAccountSocialIds: string[];
10885
10868
  folderName: string;
10886
- model: EManagerImageAIModel;
10869
+ model: EManagerImageAIInstagramModel;
10887
10870
  ideaId: string;
10888
10871
  nicheIds: string[];
10889
10872
  }
10890
- interface FindOverviewManagerImageAIDto {
10873
+ interface FindOverviewManagerImageAIInstagramDto {
10891
10874
  department: number;
10892
10875
  leader: number;
10893
10876
  team: number;
@@ -10898,9 +10881,8 @@ interface FindOverviewManagerImageAIDto {
10898
10881
  stop: number;
10899
10882
  folderImage: number;
10900
10883
  }
10901
- interface FindManagerImageAIDto extends IFindBaseDto {
10884
+ interface FindManagerImageAIInstagramDto extends IFindBaseDto {
10902
10885
  folderName: string;
10903
- typeSocial: ETypeSocial;
10904
10886
  startStop: EStartStop;
10905
10887
  idea: string;
10906
10888
  niches: string[];
@@ -10921,42 +10903,137 @@ interface FindManagerImageAIDto extends IFindBaseDto {
10921
10903
  };
10922
10904
  };
10923
10905
  }
10924
- interface ViewDetailFolderDto {
10906
+ interface ViewDetailFolderInstagramDto {
10925
10907
  id: string;
10926
10908
  imageUrl: string;
10927
10909
  statusUse: EStatusUse;
10928
10910
  }
10929
- interface EditStatusImageItemDto {
10911
+ interface EditStatusImageItemInstagramDto {
10930
10912
  statusUse: EStatusUse;
10931
10913
  listImageIds: string[];
10932
10914
  }
10933
- interface FilterManagerImageAIDto extends IFilterBaseDto, IFilterAssignDto {
10934
- models: EManagerImageAIModel[];
10915
+ interface FilterManagerImageAIInstagramDto extends IFilterBaseDto, IFilterAssignDto {
10916
+ models: EManagerImageAIInstagramModel[];
10935
10917
  ideas: string[];
10936
10918
  niches: string[];
10937
10919
  type: ETypeManagerWorkClassify[];
10938
- typeFolderImage: EManagerImageAIModel[];
10920
+ typeFolderImage: EManagerImageAIInstagramFolder[];
10939
10921
  startStop: EStartStop[];
10940
10922
  }
10941
10923
 
10942
- interface IManagerImageAI extends IBaseModel, ITrackingModel, IAssignUser {
10924
+ interface IManagerImageAIInstagram extends IBaseModel, ITrackingModel, IAssignUser {
10943
10925
  folderName: string;
10944
- typeSocial: ETypeSocial;
10945
10926
  idea: IManagerWork | string;
10946
10927
  niches: IManagerWork[] | string[];
10947
10928
  startStop: EStartStop;
10948
10929
  }
10949
10930
 
10950
- interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel {
10951
- typeSocial: ETypeSocial;
10931
+ interface IManagerImageAIInstagramUserAttached extends IBaseModel, ITrackingModel {
10932
+ accountSocial: string | any;
10933
+ managerImageAI: string | IManagerImageAIInstagram;
10934
+ statusUse: EStatusUse;
10935
+ }
10936
+
10937
+ declare enum EManagerImageAIInstagramModel {
10938
+ Google = "Google"
10939
+ }
10940
+ declare enum EManagerImageAIInstagramFolder {
10941
+ Subject = "Subject",
10942
+ Scene = "Scene",
10943
+ Style = "Style"
10944
+ }
10945
+
10946
+ interface IManagerImageAIInstagramItemStore extends IBaseModel, ITrackingModel {
10947
+ typeFolderStore: EManagerImageAIInstagramFolder;
10948
+ managerImage: IManagerImageAIInstagram | string;
10949
+ file: IFile | string;
10950
+ driveId?: string;
10951
+ driverUrl?: string;
10952
+ }
10953
+
10954
+ interface CreateManagerImageAIThreadsDto {
10955
+ listAccountSocialIds: string[];
10956
+ folderName: string;
10957
+ model: EManagerImageAIThreadsModel;
10958
+ ideaId: string;
10959
+ nicheIds: string[];
10960
+ }
10961
+ interface FindOverviewManagerImageAIThreadsDto {
10962
+ department: number;
10963
+ leader: number;
10964
+ team: number;
10965
+ user: number;
10966
+ idea: number;
10967
+ niche: number;
10968
+ start: number;
10969
+ stop: number;
10970
+ folderImage: number;
10971
+ }
10972
+ interface FindManagerImageAIThreadsDto extends IFindBaseDto {
10973
+ folderName: string;
10974
+ startStop: EStartStop;
10975
+ idea: string;
10976
+ niches: string[];
10977
+ type: ETypeManagerWorkClassify;
10978
+ listUsername: string[];
10979
+ folders: {
10980
+ subject: {
10981
+ listImages: string[];
10982
+ totalImages: number;
10983
+ };
10984
+ scene: {
10985
+ listImages: string[];
10986
+ totalImages: number;
10987
+ };
10988
+ style: {
10989
+ listImages: string[];
10990
+ totalImages: number;
10991
+ };
10992
+ };
10993
+ }
10994
+ interface ViewDetailFolderThreadsDto {
10995
+ id: string;
10996
+ imageUrl: string;
10997
+ statusUse: EStatusUse;
10998
+ }
10999
+ interface EditStatusImageItemThreadsDto {
11000
+ statusUse: EStatusUse;
11001
+ listImageIds: string[];
11002
+ }
11003
+ interface FilterManagerImageAIThreadsDto extends IFilterBaseDto, IFilterAssignDto {
11004
+ models: EManagerImageAIThreadsModel[];
11005
+ ideas: string[];
11006
+ niches: string[];
11007
+ type: ETypeManagerWorkClassify[];
11008
+ typeFolderImage: EManagerImageAIThreadsFolder[];
11009
+ startStop: EStartStop[];
11010
+ }
11011
+
11012
+ interface IManagerImageAIThreads extends IBaseModel, ITrackingModel, IAssignUser {
11013
+ folderName: string;
11014
+ idea: IManagerWork | string;
11015
+ niches: IManagerWork[] | string[];
11016
+ startStop: EStartStop;
11017
+ }
11018
+
11019
+ interface IManagerImageAIThreadsUserAttached extends IBaseModel, ITrackingModel {
10952
11020
  accountSocial: string | any;
10953
- managerImageAI: string | IManagerImageAI;
11021
+ managerImageAI: string | IManagerImageAIThreads;
10954
11022
  statusUse: EStatusUse;
10955
11023
  }
10956
11024
 
10957
- interface IManagerImageAIItemStore extends IBaseModel, ITrackingModel {
10958
- typeFolderStore: EManagerImageAIFolder;
10959
- managerImage: IManagerImageAI | string;
11025
+ declare enum EManagerImageAIThreadsModel {
11026
+ Google = "Google"
11027
+ }
11028
+ declare enum EManagerImageAIThreadsFolder {
11029
+ Subject = "Subject",
11030
+ Scene = "Scene",
11031
+ Style = "Style"
11032
+ }
11033
+
11034
+ interface IManagerImageAIThreadsItemStore extends IBaseModel, ITrackingModel {
11035
+ typeFolderStore: EManagerImageAIThreadsFolder;
11036
+ managerImage: IManagerImageAIThreads | string;
10960
11037
  file: IFile | string;
10961
11038
  driveId?: string;
10962
11039
  driverUrl?: string;
@@ -11223,12 +11300,13 @@ interface FindTaskAIContentDto extends IFindBaseDto, Omit<ITaskAIContent, 'accou
11223
11300
  columnType: ETypeColumnManagerWork;
11224
11301
  groupName: string;
11225
11302
  colSymbolForRunTask: string;
11226
- model: EAIModelContent;
11303
+ model: EAccountAIContentModel;
11227
11304
  channelName: string;
11228
11305
  channelUrl: string;
11229
11306
  inputForRunTask: string;
11230
11307
  outputTask: string;
11231
11308
  status: EStatusTaskAIContent;
11309
+ note: string;
11232
11310
  }
11233
11311
  interface FilterTaskAIContentDto extends IFilterBaseDto {
11234
11312
  accountAI: string[];
@@ -11267,13 +11345,14 @@ interface ITaskAIContent extends IBaseModel, ITrackingModel {
11267
11345
  columnType: ETypeColumnManagerWork;
11268
11346
  groupName: string;
11269
11347
  colSymbolForRunTask: string;
11270
- model: EAIModelContent;
11348
+ model: EAccountAIContentModel;
11271
11349
  channelName: string;
11272
11350
  channelUrl: string;
11273
11351
  inputForRunTask: string;
11274
11352
  outputTask: string;
11275
11353
  listGroupsActions: Array<ITaskAIItemGroup>;
11276
11354
  status: EStatusTaskAIContent;
11355
+ note: string;
11277
11356
  }
11278
11357
 
11279
11358
  interface IHistoryTaskAIContent extends IBaseModel, ITrackingModel {
@@ -11284,7 +11363,7 @@ interface IHistoryTaskAIContent extends IBaseModel, ITrackingModel {
11284
11363
  input: string;
11285
11364
  output: string;
11286
11365
  keyWords: string;
11287
- model: string;
11366
+ model: EAccountAIContentModel;
11288
11367
  versionModel: string;
11289
11368
  channelName: string;
11290
11369
  channelURL: string;
@@ -11709,33 +11788,33 @@ interface ITaskAIImageVideoVoiceCanvaThreads extends IBaseModel, ITrackingModel
11709
11788
  note: string;
11710
11789
  }
11711
11790
 
11712
- declare enum EManualContentStatusPost {
11791
+ declare enum EManualContentSocialInstagramStatusPost {
11713
11792
  Draft = "Draft",
11714
11793
  Use = "Use",
11715
11794
  Posted = "Posted",// Có thể chuyển thành Use để chạy cho lần sau
11716
11795
  Error = "Error"
11717
11796
  }
11718
- declare enum EManualContentTypePost {
11797
+ declare enum EManualContentSocialInstagramTypePost {
11719
11798
  New = "New",
11720
11799
  Reel = "Reel",
11721
11800
  SquareProduct = "SquareProduct"
11722
11801
  }
11723
- declare enum EManualContentStatusTask {
11802
+ declare enum EManualContentSocialInstagramStatusTask {
11724
11803
  Pending = "Pending",
11725
11804
  Processing = "Processing",
11726
11805
  Error = "Error",
11727
11806
  Done = "Done"
11728
11807
  }
11729
11808
 
11730
- interface AddManualContentSocialChildrenDto {
11809
+ interface AddManualContentSocialInstagramChildrenDto {
11731
11810
  caption: string;
11732
11811
  listFiles: any;
11733
11812
  }
11734
- interface AddBulkManualContentSocialChildrenDto {
11813
+ interface AddBulkManualContentSocialInstagramChildrenDto {
11735
11814
  numberPost: number;
11736
11815
  }
11737
- interface UpsertManualContentSocialChildrenDto {
11738
- type: EManualContentTypePost;
11816
+ interface UpsertManualContentSocialInstagramChildrenDto {
11817
+ type: EManualContentSocialInstagramTypePost;
11739
11818
  dayOfWeeks: EDayOfWeek[];
11740
11819
  timezone: ETimeZone;
11741
11820
  listRunTimes: Array<{
@@ -11743,8 +11822,8 @@ interface UpsertManualContentSocialChildrenDto {
11743
11822
  timeTo: Date;
11744
11823
  }>;
11745
11824
  }
11746
- interface ListManualContentSocialChildrenDto extends IFindBaseDto {
11747
- type: EManualContentTypePost;
11825
+ interface ListManualContentSocialInstagramChildrenDto extends IFindBaseDto {
11826
+ type: EManualContentSocialInstagramTypePost;
11748
11827
  dayOfWeeks: EDayOfWeek[];
11749
11828
  timezone: ETimeZone;
11750
11829
  listRunTimes: Array<{
@@ -11760,7 +11839,7 @@ interface ListManualContentSocialChildrenDto extends IFindBaseDto {
11760
11839
  url: string;
11761
11840
  type: 'Video' | 'Image';
11762
11841
  }>;
11763
- type: EManualContentTypePost;
11842
+ type: EManualContentSocialInstagramTypePost;
11764
11843
  manualContentSocialId: string;
11765
11844
  dayOfWeek: EDayOfWeek[];
11766
11845
  listRunTimes: Array<{
@@ -11772,7 +11851,7 @@ interface ListManualContentSocialChildrenDto extends IFindBaseDto {
11772
11851
  timeStopStart: Date;
11773
11852
  }
11774
11853
 
11775
- interface UpsertManualContentSocialDto {
11854
+ interface UpsertManualContentSocialInstagramDto {
11776
11855
  typeSocial: ETypeSocial;
11777
11856
  startStopFolder: EStartStop;
11778
11857
  groupAccountId: string;
@@ -11780,16 +11859,17 @@ interface UpsertManualContentSocialDto {
11780
11859
  ideaId: string;
11781
11860
  nicheIds: string[];
11782
11861
  folderName: string;
11783
- listManualContentSocialChildren: Array<UpsertManualContentSocialChildrenDto>;
11862
+ listManualContentSocialChildren: Array<UpsertManualContentSocialInstagramChildrenDto>;
11863
+ userAssignId: string;
11784
11864
  }
11785
- interface ViewAutoSyncInformationManualContentDto {
11865
+ interface ViewAutoSyncInformationManualContentSocialInstagramDto {
11786
11866
  typeMW: ETypeManagerWorkClassify;
11787
11867
  department: string;
11788
11868
  leader: string;
11789
11869
  team: string;
11790
11870
  member: string;
11791
11871
  }
11792
- interface ViewAsyncManualContentDto {
11872
+ interface ViewAsyncManualContentSocialInstagramDto {
11793
11873
  id: string;
11794
11874
  department: string;
11795
11875
  leader: string;
@@ -11797,13 +11877,13 @@ interface ViewAsyncManualContentDto {
11797
11877
  member: string;
11798
11878
  lastUpdated: string;
11799
11879
  }
11800
- interface FindListAccountSocialForManualContentAdd {
11880
+ interface FindListAccountForManualContentSocialInstagramDto {
11801
11881
  id: string;
11802
11882
  isAdded: boolean;
11803
11883
  username: string;
11804
11884
  email: string;
11805
11885
  }
11806
- interface FindOverviewManualContentSocialDto {
11886
+ interface FindOverviewManualContentSocialInstagramDto {
11807
11887
  totalDepartments: number;
11808
11888
  totalLeaders: number;
11809
11889
  totalTeams: number;
@@ -11855,10 +11935,10 @@ interface FindOverviewManualContentSocialDto {
11855
11935
  total: number;
11856
11936
  };
11857
11937
  statusPosts: {
11858
- [EManualContentStatusPost.Draft]: number;
11859
- [EManualContentStatusPost.Use]: number;
11860
- [EManualContentStatusPost.Posted]: number;
11861
- [EManualContentStatusPost.Error]: number;
11938
+ [EManualContentSocialInstagramStatusPost.Draft]: number;
11939
+ [EManualContentSocialInstagramStatusPost.Use]: number;
11940
+ [EManualContentSocialInstagramStatusPost.Posted]: number;
11941
+ [EManualContentSocialInstagramStatusPost.Error]: number;
11862
11942
  total: number;
11863
11943
  };
11864
11944
  startContentFolder: {
@@ -11867,7 +11947,7 @@ interface FindOverviewManualContentSocialDto {
11867
11947
  total: number;
11868
11948
  };
11869
11949
  }
11870
- interface FindManualContentSocialDto extends IFindBaseDto {
11950
+ interface FindManualContentSocialInstagramDto extends IFindBaseDto {
11871
11951
  id: string;
11872
11952
  folderName: string;
11873
11953
  startStopFolder: EStartStop;
@@ -11880,7 +11960,7 @@ interface FindManualContentSocialDto extends IFindBaseDto {
11880
11960
  statusLoginAppClone: EStatusAccountSocialLogin;
11881
11961
  listManualContentSocialChildren: Array<{
11882
11962
  id: string;
11883
- type: EManualContentTypePost;
11963
+ type: EManualContentSocialInstagramTypePost;
11884
11964
  startStop: EStartStop;
11885
11965
  timeStopStart: Date;
11886
11966
  totalPosts: number;
@@ -11890,7 +11970,7 @@ interface FindManualContentSocialDto extends IFindBaseDto {
11890
11970
  totalPostsUse: number;
11891
11971
  }>;
11892
11972
  }
11893
- interface FilterManualContentSocialDto extends IFilterBaseDto {
11973
+ interface FilterManualContentSocialInstagramDto extends IFilterBaseDto {
11894
11974
  idea: string[];
11895
11975
  niche: string[];
11896
11976
  type: ETypeManagerWorkClassify[];
@@ -11904,16 +11984,16 @@ interface FilterManualContentSocialDto extends IFilterBaseDto {
11904
11984
  startStopSquare: EStartStop[];
11905
11985
  }
11906
11986
 
11907
- interface EditStatusManualContentSocialChildrenItemPost {
11908
- status: EManualContentStatusPost;
11987
+ interface EditStatusManualContentSocialInstagramChildrenItemPost {
11988
+ status: EManualContentSocialInstagramStatusPost;
11909
11989
  listItemIds: string;
11910
11990
  }
11911
- interface UpsertManualContentSocialChildrenItemPostDto {
11991
+ interface UpsertManualContentSocialInstagramChildrenItemPostDto {
11912
11992
  caption: string;
11913
11993
  listFiles: any;
11914
11994
  }
11915
11995
 
11916
- interface FindTaskManualContentSocialDto {
11996
+ interface FindTaskManualContentSocialInstagramDto {
11917
11997
  typeSocial: ETypeSocial;
11918
11998
  accountSocialInfo: {
11919
11999
  id: string;
@@ -11943,12 +12023,12 @@ interface FindTaskManualContentSocialDto {
11943
12023
  dayOfWeek: EDayOfWeek;
11944
12024
  timeZone: ETimeZone;
11945
12025
  caption: string;
11946
- typePost: EManualContentTypePost;
12026
+ typePost: EManualContentSocialInstagramTypePost;
11947
12027
  listFilePost: string[];
11948
- statsPost: EManualContentStatusTask;
12028
+ statsPost: EManualContentSocialInstagramStatusTask;
11949
12029
  note: string;
11950
12030
  }
11951
- interface StoreTaskManualContentSocialForRunDto {
12031
+ interface StoreTaskManualContentSocialInstagramForRunDto {
11952
12032
  accountSocialType: ETypeSocial;
11953
12033
  accountSocialId: string;
11954
12034
  accountSocialUsername: string;
@@ -11970,21 +12050,20 @@ interface StoreTaskManualContentSocialForRunDto {
11970
12050
  timeExecute: Date;
11971
12051
  dayOfWeek: EDayOfWeek;
11972
12052
  timeZone: ETimeZone;
11973
- typePost: EManualContentTypePost;
12053
+ typePost: EManualContentSocialInstagramTypePost;
11974
12054
  dataPost: {
11975
12055
  caption: string;
11976
12056
  listFilesPost: string[];
11977
12057
  };
11978
12058
  }
11979
12059
 
11980
- interface IManualContentRunTime extends IBaseModel {
12060
+ interface IManualContentSocialInstagramRunTime extends IBaseModel {
11981
12061
  manualContentSocialChildrenId: string;
11982
12062
  timeFrom: Date;
11983
12063
  timeTo: Date;
11984
12064
  }
11985
12065
 
11986
- interface IManualContentSocial extends IBaseModel, ITrackingModel, IAssignUser {
11987
- typeSocial: ETypeSocial;
12066
+ interface IManualContentSocialInstagram extends IBaseModel, ITrackingModel, IAssignUser {
11988
12067
  accountSocialId: string;
11989
12068
  groupSocialId: string;
11990
12069
  ideaId: string;
@@ -11993,13 +12072,13 @@ interface IManualContentSocial extends IBaseModel, ITrackingModel, IAssignUser {
11993
12072
  timeStopStart: Date;
11994
12073
  }
11995
12074
 
11996
- interface IManualContentSocialNiche extends IBaseModel {
12075
+ interface IManualContentSocialInstagramNiche extends IBaseModel {
11997
12076
  manualContentSocialId: string;
11998
12077
  nicheId: string;
11999
12078
  }
12000
12079
 
12001
- interface IManualContentSocialChildren extends IBaseModel, ITrackingModel {
12002
- typePost: EManualContentTypePost;
12080
+ interface IManualContentSocialInstagramChildren extends IBaseModel, ITrackingModel {
12081
+ typePost: EManualContentSocialInstagramTypePost;
12003
12082
  manualContentSocialId: string;
12004
12083
  startStop: EStartStop;
12005
12084
  dayOfWeek: EDayOfWeek[];
@@ -12007,7 +12086,7 @@ interface IManualContentSocialChildren extends IBaseModel, ITrackingModel {
12007
12086
  timeStopStart: Date;
12008
12087
  }
12009
12088
 
12010
- interface IManualContentSocialChildrenItemPost extends IBaseModel, ITrackingModel {
12089
+ interface IManualContentSocialInstagramChildrenItemPost extends IBaseModel, ITrackingModel {
12011
12090
  caption: string;
12012
12091
  listFiles: Array<{
12013
12092
  id: string;
@@ -12015,14 +12094,337 @@ interface IManualContentSocialChildrenItemPost extends IBaseModel, ITrackingMode
12015
12094
  type: 'Video' | 'Image';
12016
12095
  }>;
12017
12096
  manualContentSocialChildrenId: string;
12018
- status: EManualContentStatusPost;
12097
+ status: EManualContentSocialInstagramStatusPost;
12019
12098
  }
12020
12099
 
12021
12100
  /**
12022
12101
  * status: Nếu chạy lỗi sẽ cập nhật thành error và đồng thời cập nhật status error vào IManualContentSocialChildrenItemPost
12023
12102
  */
12024
- interface ITaskManualContentSocial extends IBaseModel, ITrackingModel {
12025
- typeSocial: ETypeSocial;
12103
+ interface ITaskManualContentSocialInstagram extends IBaseModel, ITrackingModel {
12104
+ accountSocialId: string;
12105
+ manualContentSocialId: string;
12106
+ manualContentSocialChildrenItemPostId: string;
12107
+ timeExecute: Date;
12108
+ dayOfWeek: EDayOfWeek;
12109
+ timeZone: ETimeZone;
12110
+ caption: string;
12111
+ typePost: EManualContentSocialInstagramTypePost;
12112
+ listFilePost: string[];
12113
+ status: EManualContentSocialInstagramStatusTask;
12114
+ note: string;
12115
+ }
12116
+
12117
+ declare enum EManualContentSocialThreadsStatusPost {
12118
+ Draft = "Draft",
12119
+ Use = "Use",
12120
+ Posted = "Posted",// Có thể chuyển thành Use để chạy cho lần sau
12121
+ Error = "Error"
12122
+ }
12123
+ declare enum EManualContentSocialThreadsTypePost {
12124
+ New = "New",
12125
+ Reel = "Reel",
12126
+ SquareProduct = "SquareProduct"
12127
+ }
12128
+ declare enum EManualContentSocialThreadsStatusTask {
12129
+ Pending = "Pending",
12130
+ Processing = "Processing",
12131
+ Error = "Error",
12132
+ Done = "Done"
12133
+ }
12134
+
12135
+ interface AddManualContentSocialThreadsChildrenDto {
12136
+ caption: string;
12137
+ listFiles: any;
12138
+ }
12139
+ interface AddBulkManualContentSocialThreadsChildrenDto {
12140
+ numberPost: number;
12141
+ }
12142
+ interface UpsertManualContentSocialThreadsChildrenDto {
12143
+ type: EManualContentSocialThreadsTypePost;
12144
+ dayOfWeeks: EDayOfWeek[];
12145
+ timezone: ETimeZone;
12146
+ listRunTimes: Array<{
12147
+ timeFrom: Date;
12148
+ timeTo: Date;
12149
+ }>;
12150
+ }
12151
+ interface ListManualContentSocialThreadsChildrenDto extends IFindBaseDto {
12152
+ type: EManualContentSocialThreadsTypePost;
12153
+ dayOfWeeks: EDayOfWeek[];
12154
+ timezone: ETimeZone;
12155
+ listRunTimes: Array<{
12156
+ timeFrom: Date;
12157
+ timeTo: Date;
12158
+ }>;
12159
+ }
12160
+ interface ListManualContentSocialThreadsChildrenDto extends IFindBaseDto {
12161
+ id: string;
12162
+ caption: string;
12163
+ listFiles: Array<{
12164
+ id: string;
12165
+ url: string;
12166
+ type: 'Video' | 'Image';
12167
+ }>;
12168
+ type: EManualContentSocialThreadsTypePost;
12169
+ manualContentSocialId: string;
12170
+ dayOfWeek: EDayOfWeek[];
12171
+ listRunTimes: Array<{
12172
+ timeFrom: Date;
12173
+ timeTo: Date;
12174
+ }>;
12175
+ timezone: ETimeZone;
12176
+ startStop: EStartStop;
12177
+ timeStopStart: Date;
12178
+ }
12179
+
12180
+ interface UpsertManualContentSocialThreadsDto {
12181
+ startStopFolder: EStartStop;
12182
+ groupAccountId: string;
12183
+ accountSocialId: string;
12184
+ ideaId: string;
12185
+ nicheIds: string[];
12186
+ folderName: string;
12187
+ listManualContentSocialChildren: Array<UpsertManualContentSocialThreadsChildrenDto>;
12188
+ userAssignId: string;
12189
+ }
12190
+ interface ViewAutoSyncInformationManualContentThreadsDto {
12191
+ typeMW: ETypeManagerWorkClassify;
12192
+ department: string;
12193
+ leader: string;
12194
+ team: string;
12195
+ member: string;
12196
+ }
12197
+ interface ViewAsyncManualContentSocialThreadsDto {
12198
+ id: string;
12199
+ department: string;
12200
+ leader: string;
12201
+ team: string;
12202
+ member: string;
12203
+ lastUpdated: string;
12204
+ }
12205
+ interface FindListAccountForManualContentSocialThreadsDto {
12206
+ id: string;
12207
+ isAdded: boolean;
12208
+ username: string;
12209
+ email: string;
12210
+ }
12211
+ interface FindOverviewManualContentSocialThreadsDto {
12212
+ totalDepartments: number;
12213
+ totalLeaders: number;
12214
+ totalTeams: number;
12215
+ totalUsers: number;
12216
+ totalIdea: number;
12217
+ totalNiche: number;
12218
+ totalTM: number;
12219
+ totalNTM: number;
12220
+ totalContentFolder: number;
12221
+ totalNewDaily: number;
12222
+ totalNewMonthly: number;
12223
+ statusAccountSocial: {
12224
+ [EStatusAccountSocialRaw.Available]: number;
12225
+ [EStatusAccountSocialRaw.InUseDevice]: number;
12226
+ [EStatusAccountSocialRaw.LockedOnDevice]: number;
12227
+ [EStatusAccountSocialRaw.NetworkError]: number;
12228
+ [EStatusAccountSocialRaw.Dead]: number;
12229
+ [EStatusAccountSocialRaw.Spam]: number;
12230
+ [EStatusAccountSocialRaw.Checkpoint]: number;
12231
+ [EStatusAccountSocialRaw.ErrorAppClone]: number;
12232
+ [EStatusAccountSocialRaw.LoginError]: number;
12233
+ [EStatusAccountSocialRaw.NA]: number;
12234
+ total: number;
12235
+ };
12236
+ statusLoginAppClone: {
12237
+ [EStatusAccountSocialLogin.Active]: number;
12238
+ [EStatusAccountSocialLogin.NetworkError]: number;
12239
+ [EStatusAccountSocialLogin.LoginError]: number;
12240
+ [EStatusAccountSocialLogin.Dead]: number;
12241
+ [EStatusAccountSocialLogin.Locked]: number;
12242
+ [EStatusAccountSocialLogin.Spam]: number;
12243
+ [EStatusAccountSocialLogin.ErrorAppClone]: number;
12244
+ [EStatusAccountSocialLogin.NA]: number;
12245
+ total: number;
12246
+ };
12247
+ statusNew: {
12248
+ [EStartStop.Start]: number;
12249
+ [EStartStop.Stop]: number;
12250
+ total: number;
12251
+ };
12252
+ statusReel: {
12253
+ [EStartStop.Start]: number;
12254
+ [EStartStop.Stop]: number;
12255
+ total: number;
12256
+ };
12257
+ statusSquareProduct: {
12258
+ [EStartStop.Start]: number;
12259
+ [EStartStop.Stop]: number;
12260
+ total: number;
12261
+ };
12262
+ statusPosts: {
12263
+ [EManualContentSocialThreadsStatusPost.Draft]: number;
12264
+ [EManualContentSocialThreadsStatusPost.Use]: number;
12265
+ [EManualContentSocialThreadsStatusPost.Posted]: number;
12266
+ [EManualContentSocialThreadsStatusPost.Error]: number;
12267
+ total: number;
12268
+ };
12269
+ startContentFolder: {
12270
+ [EStartStop.Start]: number;
12271
+ [EStartStop.Stop]: number;
12272
+ total: number;
12273
+ };
12274
+ }
12275
+ interface FindManualContentSocialThreadsDto extends IFindBaseDto {
12276
+ id: string;
12277
+ folderName: string;
12278
+ startStopFolder: EStartStop;
12279
+ idea: string;
12280
+ niches: string[];
12281
+ type: ETypeManagerWorkClassify;
12282
+ socialGroup: string;
12283
+ username: string;
12284
+ statusAccountSocial: EStatusAccountSocialRaw;
12285
+ statusLoginAppClone: EStatusAccountSocialLogin;
12286
+ listManualContentSocialChildren: Array<{
12287
+ id: string;
12288
+ type: EManualContentSocialThreadsTypePost;
12289
+ startStop: EStartStop;
12290
+ timeStopStart: Date;
12291
+ totalPosts: number;
12292
+ totalPostsPosted: number;
12293
+ totalPostsError: number;
12294
+ totalPostsDraft: number;
12295
+ totalPostsUse: number;
12296
+ }>;
12297
+ }
12298
+ interface FilterManualContentSocialThreadsDto extends IFilterBaseDto {
12299
+ idea: string[];
12300
+ niche: string[];
12301
+ type: ETypeManagerWorkClassify[];
12302
+ username: string[];
12303
+ groupSocial: string[];
12304
+ statusAccountSocial: EStatusAccountSocialRaw[];
12305
+ statusAccountLoginAppClone: EStatusAccountSocialLogin[];
12306
+ startStopFolder: EStartStop[];
12307
+ startStopNew: EStartStop[];
12308
+ startStopReel: EStartStop[];
12309
+ startStopSquare: EStartStop[];
12310
+ }
12311
+
12312
+ interface EditStatusManualContentSocialThreadsChildrenItemPost {
12313
+ status: EManualContentSocialThreadsStatusPost;
12314
+ listItemIds: string;
12315
+ }
12316
+ interface UpsertManualContentSocialThreadsChildrenItemPostDto {
12317
+ caption: string;
12318
+ listFiles: any;
12319
+ }
12320
+
12321
+ interface FindTaskManualContentSocialThreadsDto {
12322
+ accountSocialInfo: {
12323
+ id: string;
12324
+ username: string;
12325
+ group: string;
12326
+ fullname: string;
12327
+ email: string;
12328
+ code2FA: string;
12329
+ };
12330
+ manualContentSocialInfo: {
12331
+ folderName: string;
12332
+ };
12333
+ deviceInfo: {
12334
+ id: string;
12335
+ key: string;
12336
+ name: string;
12337
+ model: string;
12338
+ os: ETypeDeviceOS;
12339
+ typeAppClone: string;
12340
+ nameAppClone: string;
12341
+ nameAppCloneSocial: string;
12342
+ };
12343
+ idea: string;
12344
+ niche: string;
12345
+ typeMW: ETypeManagerWorkClassify;
12346
+ timeExecute: Date;
12347
+ dayOfWeek: EDayOfWeek;
12348
+ timeZone: ETimeZone;
12349
+ caption: string;
12350
+ typePost: EManualContentSocialThreadsTypePost;
12351
+ listFilePost: string[];
12352
+ statsPost: EManualContentSocialThreadsStatusTask;
12353
+ note: string;
12354
+ }
12355
+ interface StoreTaskManualContentSocialThreadsForRunDto {
12356
+ accountSocialType: ETypeSocial;
12357
+ accountSocialId: string;
12358
+ accountSocialUsername: string;
12359
+ accountSocialGroup: string;
12360
+ accountSocialFullname: string;
12361
+ accountSocialEmail: string;
12362
+ accountSocialCode2FA: string;
12363
+ manualContentSocialId: string;
12364
+ manualContentSocialChildrenItemPostId: string;
12365
+ manualContentSocialFolderName: string;
12366
+ deviceId: string;
12367
+ deviceKey: string;
12368
+ deviceName: string;
12369
+ deviceModel: string;
12370
+ deviceOs: ETypeDeviceOS;
12371
+ deviceTypeAppClone: string;
12372
+ deviceNameAppClone: string;
12373
+ deviceNameAppCloneSocial: string;
12374
+ timeExecute: Date;
12375
+ dayOfWeek: EDayOfWeek;
12376
+ timeZone: ETimeZone;
12377
+ typePost: EManualContentSocialThreadsTypePost;
12378
+ dataPost: {
12379
+ caption: string;
12380
+ listFilesPost: string[];
12381
+ };
12382
+ }
12383
+
12384
+ interface IManualContentSocialThreadsRunTime extends IBaseModel {
12385
+ manualContentSocialChildrenId: string;
12386
+ timeFrom: Date;
12387
+ timeTo: Date;
12388
+ }
12389
+
12390
+ interface IManualContentSocialThreads extends IBaseModel, ITrackingModel, IAssignUser {
12391
+ accountSocialId: string;
12392
+ groupSocialId: string;
12393
+ ideaId: string;
12394
+ folderName: string;
12395
+ startStop: EStartStop;
12396
+ timeStopStart: Date;
12397
+ }
12398
+
12399
+ interface IManualContentSocialThreadsNiche extends IBaseModel {
12400
+ manualContentSocialId: string;
12401
+ nicheId: string;
12402
+ }
12403
+
12404
+ interface IManualContentSocialThreadsChildren extends IBaseModel, ITrackingModel {
12405
+ typePost: EManualContentSocialThreadsTypePost;
12406
+ manualContentSocialId: string;
12407
+ startStop: EStartStop;
12408
+ dayOfWeek: EDayOfWeek[];
12409
+ timezone: ETimeZone;
12410
+ timeStopStart: Date;
12411
+ }
12412
+
12413
+ interface IManualContentSocialThreadsChildrenItemPost extends IBaseModel, ITrackingModel {
12414
+ caption: string;
12415
+ listFiles: Array<{
12416
+ id: string;
12417
+ url: string;
12418
+ type: 'Video' | 'Image';
12419
+ }>;
12420
+ manualContentSocialChildrenId: string;
12421
+ status: EManualContentSocialThreadsStatusPost;
12422
+ }
12423
+
12424
+ /**
12425
+ * status: Nếu chạy lỗi sẽ cập nhật thành error và đồng thời cập nhật status error vào IManualContentSocialChildrenItemPost
12426
+ */
12427
+ interface ITaskManualContentSocialThreads extends IBaseModel, ITrackingModel {
12026
12428
  accountSocialId: string;
12027
12429
  manualContentSocialId: string;
12028
12430
  manualContentSocialChildrenItemPostId: string;
@@ -12030,9 +12432,9 @@ interface ITaskManualContentSocial extends IBaseModel, ITrackingModel {
12030
12432
  dayOfWeek: EDayOfWeek;
12031
12433
  timeZone: ETimeZone;
12032
12434
  caption: string;
12033
- typePost: EManualContentTypePost;
12435
+ typePost: EManualContentSocialThreadsTypePost;
12034
12436
  listFilePost: string[];
12035
- status: EManualContentStatusTask;
12437
+ status: EManualContentSocialThreadsStatusTask;
12036
12438
  note: string;
12037
12439
  }
12038
12440
 
@@ -12070,15 +12472,18 @@ interface IVoiceSettingDelay extends IBaseModel, ITrackingModel {
12070
12472
  type index$4_ActionLoadInfoUrlSheetToolDto = ActionLoadInfoUrlSheetToolDto;
12071
12473
  type index$4_ActionPopupDeviceAccountDto = ActionPopupDeviceAccountDto;
12072
12474
  type index$4_AddAccountForDeviceDto = AddAccountForDeviceDto;
12073
- type index$4_AddBulkManualContentSocialChildrenDto = AddBulkManualContentSocialChildrenDto;
12074
- type index$4_AddManualContentSocialChildrenDto = AddManualContentSocialChildrenDto;
12475
+ type index$4_AddBulkManualContentSocialInstagramChildrenDto = AddBulkManualContentSocialInstagramChildrenDto;
12476
+ type index$4_AddBulkManualContentSocialThreadsChildrenDto = AddBulkManualContentSocialThreadsChildrenDto;
12477
+ type index$4_AddManualContentSocialInstagramChildrenDto = AddManualContentSocialInstagramChildrenDto;
12478
+ type index$4_AddManualContentSocialThreadsChildrenDto = AddManualContentSocialThreadsChildrenDto;
12075
12479
  type index$4_AddToDeviceAccountCHPlayICloudDto = AddToDeviceAccountCHPlayICloudDto;
12076
12480
  type index$4_AddToDeviceAccountVPNDto = AddToDeviceAccountVPNDto;
12077
12481
  type index$4_AddToDeviceProxyDto = AddToDeviceProxyDto;
12078
12482
  type index$4_ApplyAutoFillDeviceDto = ApplyAutoFillDeviceDto;
12079
12483
  type index$4_ApplyReplaceDeviceDto = ApplyReplaceDeviceDto;
12080
12484
  type index$4_CreateAccountVPSDto = CreateAccountVPSDto;
12081
- type index$4_CreateManagerImageAIDto = CreateManagerImageAIDto;
12485
+ type index$4_CreateManagerImageAIInstagramDto = CreateManagerImageAIInstagramDto;
12486
+ type index$4_CreateManagerImageAIThreadsDto = CreateManagerImageAIThreadsDto;
12082
12487
  type index$4_CreateProxyDto = CreateProxyDto;
12083
12488
  type index$4_CreateSheetToolDto = CreateSheetToolDto;
12084
12489
  type index$4_CreateTaskAIContentDto = CreateTaskAIContentDto;
@@ -12087,16 +12492,26 @@ type index$4_DevicePopupOverviewAccountsDto = DevicePopupOverviewAccountsDto;
12087
12492
  type index$4_DevicePopupOverviewAddAccountDto = DevicePopupOverviewAddAccountDto;
12088
12493
  type index$4_DevicePopupViewAccountInstagramDto = DevicePopupViewAccountInstagramDto;
12089
12494
  type index$4_DevicePopupViewAccountThreadsDto = DevicePopupViewAccountThreadsDto;
12090
- type index$4_EManagerImageAIFolder = EManagerImageAIFolder;
12091
- declare const index$4_EManagerImageAIFolder: typeof EManagerImageAIFolder;
12092
- type index$4_EManagerImageAIModel = EManagerImageAIModel;
12093
- declare const index$4_EManagerImageAIModel: typeof EManagerImageAIModel;
12094
- type index$4_EManualContentStatusPost = EManualContentStatusPost;
12095
- declare const index$4_EManualContentStatusPost: typeof EManualContentStatusPost;
12096
- type index$4_EManualContentStatusTask = EManualContentStatusTask;
12097
- declare const index$4_EManualContentStatusTask: typeof EManualContentStatusTask;
12098
- type index$4_EManualContentTypePost = EManualContentTypePost;
12099
- declare const index$4_EManualContentTypePost: typeof EManualContentTypePost;
12495
+ type index$4_EManagerImageAIInstagramFolder = EManagerImageAIInstagramFolder;
12496
+ declare const index$4_EManagerImageAIInstagramFolder: typeof EManagerImageAIInstagramFolder;
12497
+ type index$4_EManagerImageAIInstagramModel = EManagerImageAIInstagramModel;
12498
+ declare const index$4_EManagerImageAIInstagramModel: typeof EManagerImageAIInstagramModel;
12499
+ type index$4_EManagerImageAIThreadsFolder = EManagerImageAIThreadsFolder;
12500
+ declare const index$4_EManagerImageAIThreadsFolder: typeof EManagerImageAIThreadsFolder;
12501
+ type index$4_EManagerImageAIThreadsModel = EManagerImageAIThreadsModel;
12502
+ declare const index$4_EManagerImageAIThreadsModel: typeof EManagerImageAIThreadsModel;
12503
+ type index$4_EManualContentSocialInstagramStatusPost = EManualContentSocialInstagramStatusPost;
12504
+ declare const index$4_EManualContentSocialInstagramStatusPost: typeof EManualContentSocialInstagramStatusPost;
12505
+ type index$4_EManualContentSocialInstagramStatusTask = EManualContentSocialInstagramStatusTask;
12506
+ declare const index$4_EManualContentSocialInstagramStatusTask: typeof EManualContentSocialInstagramStatusTask;
12507
+ type index$4_EManualContentSocialInstagramTypePost = EManualContentSocialInstagramTypePost;
12508
+ declare const index$4_EManualContentSocialInstagramTypePost: typeof EManualContentSocialInstagramTypePost;
12509
+ type index$4_EManualContentSocialThreadsStatusPost = EManualContentSocialThreadsStatusPost;
12510
+ declare const index$4_EManualContentSocialThreadsStatusPost: typeof EManualContentSocialThreadsStatusPost;
12511
+ type index$4_EManualContentSocialThreadsStatusTask = EManualContentSocialThreadsStatusTask;
12512
+ declare const index$4_EManualContentSocialThreadsStatusTask: typeof EManualContentSocialThreadsStatusTask;
12513
+ type index$4_EManualContentSocialThreadsTypePost = EManualContentSocialThreadsTypePost;
12514
+ declare const index$4_EManualContentSocialThreadsTypePost: typeof EManualContentSocialThreadsTypePost;
12100
12515
  type index$4_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
12101
12516
  declare const index$4_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
12102
12517
  type index$4_EStatusAccountCanva = EStatusAccountCanva;
@@ -12139,8 +12554,10 @@ type index$4_EVPSStatusRestart = EVPSStatusRestart;
12139
12554
  declare const index$4_EVPSStatusRestart: typeof EVPSStatusRestart;
12140
12555
  type index$4_EVPSTimeRestart = EVPSTimeRestart;
12141
12556
  declare const index$4_EVPSTimeRestart: typeof EVPSTimeRestart;
12142
- type index$4_EditStatusImageItemDto = EditStatusImageItemDto;
12143
- type index$4_EditStatusManualContentSocialChildrenItemPost = EditStatusManualContentSocialChildrenItemPost;
12557
+ type index$4_EditStatusImageItemInstagramDto = EditStatusImageItemInstagramDto;
12558
+ type index$4_EditStatusImageItemThreadsDto = EditStatusImageItemThreadsDto;
12559
+ type index$4_EditStatusManualContentSocialInstagramChildrenItemPost = EditStatusManualContentSocialInstagramChildrenItemPost;
12560
+ type index$4_EditStatusManualContentSocialThreadsChildrenItemPost = EditStatusManualContentSocialThreadsChildrenItemPost;
12144
12561
  type index$4_FilterAccountAIContentChannelDto = FilterAccountAIContentChannelDto;
12145
12562
  type index$4_FilterAccountAIContentDto = FilterAccountAIContentDto;
12146
12563
  type index$4_FilterAccountAIContentInfoDto = FilterAccountAIContentInfoDto;
@@ -12155,9 +12572,11 @@ type index$4_FilterAccountVPSGroupDto = FilterAccountVPSGroupDto;
12155
12572
  type index$4_FilterDeviceDto = FilterDeviceDto;
12156
12573
  type index$4_FilterDeviceLogDto = FilterDeviceLogDto;
12157
12574
  type index$4_FilterHistoryTaskAIContentDto = FilterHistoryTaskAIContentDto;
12158
- type index$4_FilterManagerImageAIDto = FilterManagerImageAIDto;
12575
+ type index$4_FilterManagerImageAIInstagramDto = FilterManagerImageAIInstagramDto;
12576
+ type index$4_FilterManagerImageAIThreadsDto = FilterManagerImageAIThreadsDto;
12159
12577
  type index$4_FilterManagerSheetDto = FilterManagerSheetDto;
12160
- type index$4_FilterManualContentSocialDto = FilterManualContentSocialDto;
12578
+ type index$4_FilterManualContentSocialInstagramDto = FilterManualContentSocialInstagramDto;
12579
+ type index$4_FilterManualContentSocialThreadsDto = FilterManualContentSocialThreadsDto;
12161
12580
  type index$4_FilterPCDto = FilterPCDto;
12162
12581
  type index$4_FilterProxyDto = FilterProxyDto;
12163
12582
  type index$4_FilterSheetsToolDto = FilterSheetsToolDto;
@@ -12182,10 +12601,13 @@ type index$4_FindDeviceDto = FindDeviceDto;
12182
12601
  type index$4_FindDeviceLogDto = FindDeviceLogDto;
12183
12602
  type index$4_FindHistoryTaskAIContentDto = FindHistoryTaskAIContentDto;
12184
12603
  type index$4_FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto = FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto;
12185
- type index$4_FindListAccountSocialForManualContentAdd = FindListAccountSocialForManualContentAdd;
12186
- type index$4_FindManagerImageAIDto = FindManagerImageAIDto;
12604
+ type index$4_FindListAccountForManualContentSocialInstagramDto = FindListAccountForManualContentSocialInstagramDto;
12605
+ type index$4_FindListAccountForManualContentSocialThreadsDto = FindListAccountForManualContentSocialThreadsDto;
12606
+ type index$4_FindManagerImageAIInstagramDto = FindManagerImageAIInstagramDto;
12607
+ type index$4_FindManagerImageAIThreadsDto = FindManagerImageAIThreadsDto;
12187
12608
  type index$4_FindManagerSheetDto = FindManagerSheetDto;
12188
- type index$4_FindManualContentSocialDto = FindManualContentSocialDto;
12609
+ type index$4_FindManualContentSocialInstagramDto = FindManualContentSocialInstagramDto;
12610
+ type index$4_FindManualContentSocialThreadsDto = FindManualContentSocialThreadsDto;
12189
12611
  type index$4_FindOverViewTaskAIContentDto = FindOverViewTaskAIContentDto;
12190
12612
  type index$4_FindOverViewTaskAIImageVoiceCanvaInstagramDto = FindOverViewTaskAIImageVoiceCanvaInstagramDto;
12191
12613
  type index$4_FindOverviewAccountCHPlayICloudDto = FindOverviewAccountCHPlayICloudDto;
@@ -12200,8 +12622,10 @@ type index$4_FindOverviewDeviceDetailDto = FindOverviewDeviceDetailDto;
12200
12622
  type index$4_FindOverviewDeviceLog = FindOverviewDeviceLog;
12201
12623
  type index$4_FindOverviewDeviceSocialMediaAccountDto = FindOverviewDeviceSocialMediaAccountDto;
12202
12624
  type index$4_FindOverviewDeviceSocialMediaActiveLockedDto = FindOverviewDeviceSocialMediaActiveLockedDto;
12203
- type index$4_FindOverviewManagerImageAIDto = FindOverviewManagerImageAIDto;
12204
- type index$4_FindOverviewManualContentSocialDto = FindOverviewManualContentSocialDto;
12625
+ type index$4_FindOverviewManagerImageAIInstagramDto = FindOverviewManagerImageAIInstagramDto;
12626
+ type index$4_FindOverviewManagerImageAIThreadsDto = FindOverviewManagerImageAIThreadsDto;
12627
+ type index$4_FindOverviewManualContentSocialInstagramDto = FindOverviewManualContentSocialInstagramDto;
12628
+ type index$4_FindOverviewManualContentSocialThreadsDto = FindOverviewManualContentSocialThreadsDto;
12205
12629
  type index$4_FindOverviewPCDto = FindOverviewPCDto;
12206
12630
  type index$4_FindOverviewProxyDto = FindOverviewProxyDto;
12207
12631
  type index$4_FindPCDetail = FindPCDetail;
@@ -12211,7 +12635,8 @@ type index$4_FindReplaceDeviceDto = FindReplaceDeviceDto;
12211
12635
  type index$4_FindSheetsToolDto = FindSheetsToolDto;
12212
12636
  type index$4_FindTaskAIContentDto = FindTaskAIContentDto;
12213
12637
  type index$4_FindTaskAvailableAIContentDto = FindTaskAvailableAIContentDto;
12214
- type index$4_FindTaskManualContentSocialDto = FindTaskManualContentSocialDto;
12638
+ type index$4_FindTaskManualContentSocialInstagramDto = FindTaskManualContentSocialInstagramDto;
12639
+ type index$4_FindTaskManualContentSocialThreadsDto = FindTaskManualContentSocialThreadsDto;
12215
12640
  type index$4_IAccountAIContent = IAccountAIContent;
12216
12641
  type index$4_IAccountAIContentChannel = IAccountAIContentChannel;
12217
12642
  type index$4_IAccountAIContentGroup = IAccountAIContentGroup;
@@ -12247,19 +12672,27 @@ type index$4_IGPMProfile = IGPMProfile;
12247
12672
  type index$4_IHistoryTaskAIContent = IHistoryTaskAIContent;
12248
12673
  type index$4_IHistoryTaskAIImageVideoVoiceCanvaInstagram = IHistoryTaskAIImageVideoVoiceCanvaInstagram;
12249
12674
  type index$4_IHistoryTaskAIImageVideoVoiceCanvaThreads = IHistoryTaskAIImageVideoVoiceCanvaThreads;
12250
- type index$4_IManagerImageAI = IManagerImageAI;
12251
- type index$4_IManagerImageAIItemStore = IManagerImageAIItemStore;
12252
- type index$4_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
12675
+ type index$4_IManagerImageAIInstagram = IManagerImageAIInstagram;
12676
+ type index$4_IManagerImageAIInstagramItemStore = IManagerImageAIInstagramItemStore;
12677
+ type index$4_IManagerImageAIInstagramUserAttached = IManagerImageAIInstagramUserAttached;
12678
+ type index$4_IManagerImageAIThreads = IManagerImageAIThreads;
12679
+ type index$4_IManagerImageAIThreadsItemStore = IManagerImageAIThreadsItemStore;
12680
+ type index$4_IManagerImageAIThreadsUserAttached = IManagerImageAIThreadsUserAttached;
12253
12681
  type index$4_IManagerSheet = IManagerSheet;
12254
12682
  type index$4_IManagerSheetChildren = IManagerSheetChildren;
12255
12683
  type index$4_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
12256
12684
  type index$4_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
12257
12685
  type index$4_IManagerSheetGroup = IManagerSheetGroup;
12258
- type index$4_IManualContentRunTime = IManualContentRunTime;
12259
- type index$4_IManualContentSocial = IManualContentSocial;
12260
- type index$4_IManualContentSocialChildren = IManualContentSocialChildren;
12261
- type index$4_IManualContentSocialChildrenItemPost = IManualContentSocialChildrenItemPost;
12262
- type index$4_IManualContentSocialNiche = IManualContentSocialNiche;
12686
+ type index$4_IManualContentSocialInstagram = IManualContentSocialInstagram;
12687
+ type index$4_IManualContentSocialInstagramChildren = IManualContentSocialInstagramChildren;
12688
+ type index$4_IManualContentSocialInstagramChildrenItemPost = IManualContentSocialInstagramChildrenItemPost;
12689
+ type index$4_IManualContentSocialInstagramNiche = IManualContentSocialInstagramNiche;
12690
+ type index$4_IManualContentSocialInstagramRunTime = IManualContentSocialInstagramRunTime;
12691
+ type index$4_IManualContentSocialThreads = IManualContentSocialThreads;
12692
+ type index$4_IManualContentSocialThreadsChildren = IManualContentSocialThreadsChildren;
12693
+ type index$4_IManualContentSocialThreadsChildrenItemPost = IManualContentSocialThreadsChildrenItemPost;
12694
+ type index$4_IManualContentSocialThreadsNiche = IManualContentSocialThreadsNiche;
12695
+ type index$4_IManualContentSocialThreadsRunTime = IManualContentSocialThreadsRunTime;
12263
12696
  type index$4_IPC = IPC;
12264
12697
  type index$4_IPCLog = IPCLog;
12265
12698
  type index$4_IPCLogELS = IPCLogELS;
@@ -12273,7 +12706,8 @@ type index$4_ITaskAIImageVideoVoiceCanvaInstagram = ITaskAIImageVideoVoiceCanvaI
12273
12706
  type index$4_ITaskAIImageVideoVoiceCanvaThreads = ITaskAIImageVideoVoiceCanvaThreads;
12274
12707
  type index$4_ITaskAIItemAction = ITaskAIItemAction;
12275
12708
  type index$4_ITaskAIItemGroup = ITaskAIItemGroup;
12276
- type index$4_ITaskManualContentSocial = ITaskManualContentSocial;
12709
+ type index$4_ITaskManualContentSocialInstagram = ITaskManualContentSocialInstagram;
12710
+ type index$4_ITaskManualContentSocialThreads = ITaskManualContentSocialThreads;
12277
12711
  type index$4_IViewDeviceByPC = IViewDeviceByPC;
12278
12712
  type index$4_IVoiceGenerated = IVoiceGenerated;
12279
12713
  type index$4_IVoiceLanguage = IVoiceLanguage;
@@ -12281,28 +12715,37 @@ type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
12281
12715
  type index$4_IVoiceStores = IVoiceStores;
12282
12716
  type index$4_ImportAccountVPSDto = ImportAccountVPSDto;
12283
12717
  type index$4_ListManualContentSocialChildrenDto = ListManualContentSocialChildrenDto;
12718
+ type index$4_ListManualContentSocialInstagramChildrenDto = ListManualContentSocialInstagramChildrenDto;
12719
+ type index$4_ListManualContentSocialThreadsChildrenDto = ListManualContentSocialThreadsChildrenDto;
12284
12720
  type index$4_LoadInfoUrlSheetToolDto = LoadInfoUrlSheetToolDto;
12285
12721
  type index$4_OverviewSheetsToolDto = OverviewSheetsToolDto;
12286
12722
  type index$4_PayloadUrlSheetToolDto = PayloadUrlSheetToolDto;
12287
12723
  type index$4_ReplaceAccountVSPDto = ReplaceAccountVSPDto;
12288
- type index$4_StoreTaskManualContentSocialForRunDto = StoreTaskManualContentSocialForRunDto;
12724
+ type index$4_StoreTaskManualContentSocialInstagramForRunDto = StoreTaskManualContentSocialInstagramForRunDto;
12725
+ type index$4_StoreTaskManualContentSocialThreadsForRunDto = StoreTaskManualContentSocialThreadsForRunDto;
12289
12726
  type index$4_UpdateAccountVPSDto = UpdateAccountVPSDto;
12290
12727
  type index$4_UpdateDeviceDto = UpdateDeviceDto;
12291
12728
  type index$4_UpdatePCDto = UpdatePCDto;
12292
12729
  type index$4_UpdateProxyDto = UpdateProxyDto;
12293
12730
  type index$4_UpdateSheetsToolDto = UpdateSheetsToolDto;
12294
12731
  type index$4_UpdateTaskAIContentDto = UpdateTaskAIContentDto;
12295
- type index$4_UpsertManualContentSocialChildrenDto = UpsertManualContentSocialChildrenDto;
12296
- type index$4_UpsertManualContentSocialChildrenItemPostDto = UpsertManualContentSocialChildrenItemPostDto;
12297
- type index$4_UpsertManualContentSocialDto = UpsertManualContentSocialDto;
12298
- type index$4_ViewAsyncManualContentDto = ViewAsyncManualContentDto;
12299
- type index$4_ViewAutoSyncInformationManualContentDto = ViewAutoSyncInformationManualContentDto;
12732
+ type index$4_UpsertManualContentSocialInstagramChildrenDto = UpsertManualContentSocialInstagramChildrenDto;
12733
+ type index$4_UpsertManualContentSocialInstagramChildrenItemPostDto = UpsertManualContentSocialInstagramChildrenItemPostDto;
12734
+ type index$4_UpsertManualContentSocialInstagramDto = UpsertManualContentSocialInstagramDto;
12735
+ type index$4_UpsertManualContentSocialThreadsChildrenDto = UpsertManualContentSocialThreadsChildrenDto;
12736
+ type index$4_UpsertManualContentSocialThreadsChildrenItemPostDto = UpsertManualContentSocialThreadsChildrenItemPostDto;
12737
+ type index$4_UpsertManualContentSocialThreadsDto = UpsertManualContentSocialThreadsDto;
12738
+ type index$4_ViewAsyncManualContentSocialInstagramDto = ViewAsyncManualContentSocialInstagramDto;
12739
+ type index$4_ViewAsyncManualContentSocialThreadsDto = ViewAsyncManualContentSocialThreadsDto;
12740
+ type index$4_ViewAutoSyncInformationManualContentSocialInstagramDto = ViewAutoSyncInformationManualContentSocialInstagramDto;
12741
+ type index$4_ViewAutoSyncInformationManualContentThreadsDto = ViewAutoSyncInformationManualContentThreadsDto;
12300
12742
  type index$4_ViewDetailDeviceDto = ViewDetailDeviceDto;
12301
- type index$4_ViewDetailFolderDto = ViewDetailFolderDto;
12743
+ type index$4_ViewDetailFolderInstagramDto = ViewDetailFolderInstagramDto;
12744
+ type index$4_ViewDetailFolderThreadsDto = ViewDetailFolderThreadsDto;
12302
12745
  type index$4_ViewDetailSheetsToolDto = ViewDetailSheetsToolDto;
12303
12746
  type index$4_ViewListGPMProfileDto = ViewListGPMProfileDto;
12304
12747
  declare namespace index$4 {
12305
- export { type index$4_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, type index$4_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$4_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$4_AddBulkManualContentSocialChildrenDto as AddBulkManualContentSocialChildrenDto, type index$4_AddManualContentSocialChildrenDto as AddManualContentSocialChildrenDto, type index$4_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, type index$4_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, type index$4_AddToDeviceProxyDto as AddToDeviceProxyDto, type index$4_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$4_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, type index$4_CreateAccountVPSDto as CreateAccountVPSDto, type index$4_CreateManagerImageAIDto as CreateManagerImageAIDto, type index$4_CreateProxyDto as CreateProxyDto, type index$4_CreateSheetToolDto as CreateSheetToolDto, type index$4_CreateTaskAIContentDto as CreateTaskAIContentDto, type index$4_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$4_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$4_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$4_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$4_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$4_EManagerImageAIFolder as EManagerImageAIFolder, index$4_EManagerImageAIModel as EManagerImageAIModel, index$4_EManualContentStatusPost as EManualContentStatusPost, index$4_EManualContentStatusTask as EManualContentStatusTask, index$4_EManualContentTypePost as EManualContentTypePost, index$4_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$4_EStatusAccountCanva as EStatusAccountCanva, index$4_EStatusAccountDrive as EStatusAccountDrive, index$4_EStatusAccountVPN as EStatusAccountVPN, index$4_EStatusEmail as EStatusEmail, index$4_EStatusProxyChecked as EStatusProxyChecked, index$4_EStatusProxyNewIP as EStatusProxyNewIP, index$4_EStatusTaskAIContent as EStatusTaskAIContent, index$4_ETaskGenerateAIStatus as ETaskGenerateAIStatus, index$4_ETaskGenerateAIType as ETaskGenerateAIType, index$4_ETypeRatioImage as ETypeRatioImage, index$4_EVPSCore as EVPSCore, index$4_EVPSExtension as EVPSExtension, index$4_EVPSOs as EVPSOs, index$4_EVPSRam as EVPSRam, index$4_EVPSStatus as EVPSStatus, index$4_EVPSStatusConnection as EVPSStatusConnection, index$4_EVPSStatusGpmLoginEmail as EVPSStatusGpmLoginEmail, index$4_EVPSStatusReplace as EVPSStatusReplace, index$4_EVPSStatusRestart as EVPSStatusRestart, index$4_EVPSTimeRestart as EVPSTimeRestart, type index$4_EditStatusImageItemDto as EditStatusImageItemDto, type index$4_EditStatusManualContentSocialChildrenItemPost as EditStatusManualContentSocialChildrenItemPost, type index$4_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, type index$4_FilterAccountAIContentDto as FilterAccountAIContentDto, type index$4_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, type index$4_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index$4_FilterAccountCanvaDto as FilterAccountCanvaDto, type index$4_FilterAccountDriveDto as FilterAccountDriveDto, type index$4_FilterAccountEmailDto as FilterAccountEmailDto, type index$4_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$4_FilterAccountVPNDto as FilterAccountVPNDto, type index$4_FilterAccountVPSDto as FilterAccountVPSDto, type index$4_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index$4_FilterDeviceDto as FilterDeviceDto, type index$4_FilterDeviceLogDto as FilterDeviceLogDto, type index$4_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index$4_FilterManagerImageAIDto as FilterManagerImageAIDto, type index$4_FilterManagerSheetDto as FilterManagerSheetDto, type index$4_FilterManualContentSocialDto as FilterManualContentSocialDto, type index$4_FilterPCDto as FilterPCDto, type index$4_FilterProxyDto as FilterProxyDto, type index$4_FilterSheetsToolDto as FilterSheetsToolDto, type index$4_FilterTaskAIContentDto as FilterTaskAIContentDto, type index$4_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, type index$4_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, type index$4_FindAccountAIContentDto as FindAccountAIContentDto, type index$4_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, type index$4_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, type index$4_FindAccountCanvaDto as FindAccountCanvaDto, type index$4_FindAccountDriveDto as FindAccountDriveDto, type index$4_FindAccountEmailDto as FindAccountEmailDto, type index$4_FindAccountVPNDto as FindAccountVPNDto, type index$4_FindAccountVPSDto as FindAccountVPSDto, type index$4_FindAccountVPSGroupDto as FindAccountVPSGroupDto, type index$4_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, type index$4_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$4_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, type index$4_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, type index$4_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, type index$4_FindDeviceDto as FindDeviceDto, type index$4_FindDeviceLogDto as FindDeviceLogDto, type index$4_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, type index$4_FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto as FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto, type index$4_FindListAccountSocialForManualContentAdd as FindListAccountSocialForManualContentAdd, type index$4_FindManagerImageAIDto as FindManagerImageAIDto, type index$4_FindManagerSheetDto as FindManagerSheetDto, type index$4_FindManualContentSocialDto as FindManualContentSocialDto, type index$4_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, type index$4_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, type index$4_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, type index$4_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, type index$4_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, type index$4_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, type index$4_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$4_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, type index$4_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, type index$4_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$4_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$4_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$4_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$4_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$4_FindOverviewManagerImageAIDto as FindOverviewManagerImageAIDto, type index$4_FindOverviewManualContentSocialDto as FindOverviewManualContentSocialDto, type index$4_FindOverviewPCDto as FindOverviewPCDto, type index$4_FindOverviewProxyDto as FindOverviewProxyDto, type index$4_FindPCDetail as FindPCDetail, type index$4_FindPCDto as FindPCDto, type index$4_FindProxyDto as FindProxyDto, type index$4_FindReplaceDeviceDto as FindReplaceDeviceDto, type index$4_FindSheetsToolDto as FindSheetsToolDto, type index$4_FindTaskAIContentDto as FindTaskAIContentDto, type index$4_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, type index$4_FindTaskManualContentSocialDto as FindTaskManualContentSocialDto, type index$4_IAccountAIContent as IAccountAIContent, type index$4_IAccountAIContentChannel as IAccountAIContentChannel, type index$4_IAccountAIContentGroup as IAccountAIContentGroup, type index$4_IAccountAIContentInfo as IAccountAIContentInfo, type index$4_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$4_IAccountAIContentTag as IAccountAIContentTag, type index$4_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$4_IAccountCanva as IAccountCanva, type index$4_IAccountDrive as IAccountDrive, type index$4_IAccountEmail as IAccountEmail, type index$4_IAccountEmailProxy as IAccountEmailProxy, type index$4_IAccountEmailTag as IAccountEmailTag, type index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$4_IAccountVPN as IAccountVPN, type index$4_IAccountVPS as IAccountVPS, type index$4_IAccountVPSGroup as IAccountVPSGroup, type index$4_IAccountVPSProvider as IAccountVPSProvider, type index$4_IAccountVPSSocial as IAccountVPSSocial, type index$4_IDevice as IDevice, type index$4_IDeviceLog as IDeviceLog, type index$4_IDeviceLogELS as IDeviceLogELS, type index$4_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$4_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$4_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$4_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$4_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$4_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$4_IEmailAccountSocial as IEmailAccountSocial, type index$4_IEmailProxy as IEmailProxy, type index$4_IEmailRawManager as IEmailRawManager, type index$4_IEmailVPS as IEmailVPS, type index$4_IGPMProfile as IGPMProfile, type index$4_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$4_IHistoryTaskAIImageVideoVoiceCanvaInstagram as IHistoryTaskAIImageVideoVoiceCanvaInstagram, type index$4_IHistoryTaskAIImageVideoVoiceCanvaThreads as IHistoryTaskAIImageVideoVoiceCanvaThreads, type index$4_IManagerImageAI as IManagerImageAI, type index$4_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$4_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$4_IManagerSheet as IManagerSheet, type index$4_IManagerSheetChildren as IManagerSheetChildren, type index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$4_IManagerSheetGroup as IManagerSheetGroup, type index$4_IManualContentRunTime as IManualContentRunTime, type index$4_IManualContentSocial as IManualContentSocial, type index$4_IManualContentSocialChildren as IManualContentSocialChildren, type index$4_IManualContentSocialChildrenItemPost as IManualContentSocialChildrenItemPost, type index$4_IManualContentSocialNiche as IManualContentSocialNiche, type index$4_IPC as IPC, type index$4_IPCLog as IPCLog, type index$4_IPCLogELS as IPCLogELS, type index$4_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$4_IProxy as IProxy, type index$4_ISettingTool as ISettingTool, type index$4_ISheetsTool as ISheetsTool, type index$4_ITaskAIContent as ITaskAIContent, type index$4_ITaskAIImageCanva as ITaskAIImageCanva, type index$4_ITaskAIImageVideoVoiceCanvaInstagram as ITaskAIImageVideoVoiceCanvaInstagram, type index$4_ITaskAIImageVideoVoiceCanvaThreads as ITaskAIImageVideoVoiceCanvaThreads, type index$4_ITaskAIItemAction as ITaskAIItemAction, type index$4_ITaskAIItemGroup as ITaskAIItemGroup, type index$4_ITaskManualContentSocial as ITaskManualContentSocial, type index$4_IViewDeviceByPC as IViewDeviceByPC, type index$4_IVoiceGenerated as IVoiceGenerated, type index$4_IVoiceLanguage as IVoiceLanguage, type index$4_IVoiceSettingDelay as IVoiceSettingDelay, type index$4_IVoiceStores as IVoiceStores, type index$4_ImportAccountVPSDto as ImportAccountVPSDto, type index$4_ListManualContentSocialChildrenDto as ListManualContentSocialChildrenDto, type index$4_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, type index$4_OverviewSheetsToolDto as OverviewSheetsToolDto, type index$4_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, type index$4_ReplaceAccountVSPDto as ReplaceAccountVSPDto, type index$4_StoreTaskManualContentSocialForRunDto as StoreTaskManualContentSocialForRunDto, type index$4_UpdateAccountVPSDto as UpdateAccountVPSDto, type index$4_UpdateDeviceDto as UpdateDeviceDto, type index$4_UpdatePCDto as UpdatePCDto, type index$4_UpdateProxyDto as UpdateProxyDto, type index$4_UpdateSheetsToolDto as UpdateSheetsToolDto, type index$4_UpdateTaskAIContentDto as UpdateTaskAIContentDto, type index$4_UpsertManualContentSocialChildrenDto as UpsertManualContentSocialChildrenDto, type index$4_UpsertManualContentSocialChildrenItemPostDto as UpsertManualContentSocialChildrenItemPostDto, type index$4_UpsertManualContentSocialDto as UpsertManualContentSocialDto, type index$4_ViewAsyncManualContentDto as ViewAsyncManualContentDto, type index$4_ViewAutoSyncInformationManualContentDto as ViewAutoSyncInformationManualContentDto, type index$4_ViewDetailDeviceDto as ViewDetailDeviceDto, type index$4_ViewDetailFolderDto as ViewDetailFolderDto, type index$4_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto, type index$4_ViewListGPMProfileDto as ViewListGPMProfileDto };
12748
+ export { type index$4_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, type index$4_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$4_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$4_AddBulkManualContentSocialInstagramChildrenDto as AddBulkManualContentSocialInstagramChildrenDto, type index$4_AddBulkManualContentSocialThreadsChildrenDto as AddBulkManualContentSocialThreadsChildrenDto, type index$4_AddManualContentSocialInstagramChildrenDto as AddManualContentSocialInstagramChildrenDto, type index$4_AddManualContentSocialThreadsChildrenDto as AddManualContentSocialThreadsChildrenDto, type index$4_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, type index$4_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, type index$4_AddToDeviceProxyDto as AddToDeviceProxyDto, type index$4_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$4_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, type index$4_CreateAccountVPSDto as CreateAccountVPSDto, type index$4_CreateManagerImageAIInstagramDto as CreateManagerImageAIInstagramDto, type index$4_CreateManagerImageAIThreadsDto as CreateManagerImageAIThreadsDto, type index$4_CreateProxyDto as CreateProxyDto, type index$4_CreateSheetToolDto as CreateSheetToolDto, type index$4_CreateTaskAIContentDto as CreateTaskAIContentDto, type index$4_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$4_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$4_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$4_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$4_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$4_EManagerImageAIInstagramFolder as EManagerImageAIInstagramFolder, index$4_EManagerImageAIInstagramModel as EManagerImageAIInstagramModel, index$4_EManagerImageAIThreadsFolder as EManagerImageAIThreadsFolder, index$4_EManagerImageAIThreadsModel as EManagerImageAIThreadsModel, index$4_EManualContentSocialInstagramStatusPost as EManualContentSocialInstagramStatusPost, index$4_EManualContentSocialInstagramStatusTask as EManualContentSocialInstagramStatusTask, index$4_EManualContentSocialInstagramTypePost as EManualContentSocialInstagramTypePost, index$4_EManualContentSocialThreadsStatusPost as EManualContentSocialThreadsStatusPost, index$4_EManualContentSocialThreadsStatusTask as EManualContentSocialThreadsStatusTask, index$4_EManualContentSocialThreadsTypePost as EManualContentSocialThreadsTypePost, index$4_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$4_EStatusAccountCanva as EStatusAccountCanva, index$4_EStatusAccountDrive as EStatusAccountDrive, index$4_EStatusAccountVPN as EStatusAccountVPN, index$4_EStatusEmail as EStatusEmail, index$4_EStatusProxyChecked as EStatusProxyChecked, index$4_EStatusProxyNewIP as EStatusProxyNewIP, index$4_EStatusTaskAIContent as EStatusTaskAIContent, index$4_ETaskGenerateAIStatus as ETaskGenerateAIStatus, index$4_ETaskGenerateAIType as ETaskGenerateAIType, index$4_ETypeRatioImage as ETypeRatioImage, index$4_EVPSCore as EVPSCore, index$4_EVPSExtension as EVPSExtension, index$4_EVPSOs as EVPSOs, index$4_EVPSRam as EVPSRam, index$4_EVPSStatus as EVPSStatus, index$4_EVPSStatusConnection as EVPSStatusConnection, index$4_EVPSStatusGpmLoginEmail as EVPSStatusGpmLoginEmail, index$4_EVPSStatusReplace as EVPSStatusReplace, index$4_EVPSStatusRestart as EVPSStatusRestart, index$4_EVPSTimeRestart as EVPSTimeRestart, type index$4_EditStatusImageItemInstagramDto as EditStatusImageItemInstagramDto, type index$4_EditStatusImageItemThreadsDto as EditStatusImageItemThreadsDto, type index$4_EditStatusManualContentSocialInstagramChildrenItemPost as EditStatusManualContentSocialInstagramChildrenItemPost, type index$4_EditStatusManualContentSocialThreadsChildrenItemPost as EditStatusManualContentSocialThreadsChildrenItemPost, type index$4_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, type index$4_FilterAccountAIContentDto as FilterAccountAIContentDto, type index$4_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, type index$4_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index$4_FilterAccountCanvaDto as FilterAccountCanvaDto, type index$4_FilterAccountDriveDto as FilterAccountDriveDto, type index$4_FilterAccountEmailDto as FilterAccountEmailDto, type index$4_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$4_FilterAccountVPNDto as FilterAccountVPNDto, type index$4_FilterAccountVPSDto as FilterAccountVPSDto, type index$4_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index$4_FilterDeviceDto as FilterDeviceDto, type index$4_FilterDeviceLogDto as FilterDeviceLogDto, type index$4_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index$4_FilterManagerImageAIInstagramDto as FilterManagerImageAIInstagramDto, type index$4_FilterManagerImageAIThreadsDto as FilterManagerImageAIThreadsDto, type index$4_FilterManagerSheetDto as FilterManagerSheetDto, type index$4_FilterManualContentSocialInstagramDto as FilterManualContentSocialInstagramDto, type index$4_FilterManualContentSocialThreadsDto as FilterManualContentSocialThreadsDto, type index$4_FilterPCDto as FilterPCDto, type index$4_FilterProxyDto as FilterProxyDto, type index$4_FilterSheetsToolDto as FilterSheetsToolDto, type index$4_FilterTaskAIContentDto as FilterTaskAIContentDto, type index$4_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, type index$4_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, type index$4_FindAccountAIContentDto as FindAccountAIContentDto, type index$4_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, type index$4_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, type index$4_FindAccountCanvaDto as FindAccountCanvaDto, type index$4_FindAccountDriveDto as FindAccountDriveDto, type index$4_FindAccountEmailDto as FindAccountEmailDto, type index$4_FindAccountVPNDto as FindAccountVPNDto, type index$4_FindAccountVPSDto as FindAccountVPSDto, type index$4_FindAccountVPSGroupDto as FindAccountVPSGroupDto, type index$4_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, type index$4_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$4_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, type index$4_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, type index$4_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, type index$4_FindDeviceDto as FindDeviceDto, type index$4_FindDeviceLogDto as FindDeviceLogDto, type index$4_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, type index$4_FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto as FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto, type index$4_FindListAccountForManualContentSocialInstagramDto as FindListAccountForManualContentSocialInstagramDto, type index$4_FindListAccountForManualContentSocialThreadsDto as FindListAccountForManualContentSocialThreadsDto, type index$4_FindManagerImageAIInstagramDto as FindManagerImageAIInstagramDto, type index$4_FindManagerImageAIThreadsDto as FindManagerImageAIThreadsDto, type index$4_FindManagerSheetDto as FindManagerSheetDto, type index$4_FindManualContentSocialInstagramDto as FindManualContentSocialInstagramDto, type index$4_FindManualContentSocialThreadsDto as FindManualContentSocialThreadsDto, type index$4_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, type index$4_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, type index$4_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, type index$4_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, type index$4_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, type index$4_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, type index$4_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$4_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, type index$4_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, type index$4_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$4_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$4_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$4_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$4_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$4_FindOverviewManagerImageAIInstagramDto as FindOverviewManagerImageAIInstagramDto, type index$4_FindOverviewManagerImageAIThreadsDto as FindOverviewManagerImageAIThreadsDto, type index$4_FindOverviewManualContentSocialInstagramDto as FindOverviewManualContentSocialInstagramDto, type index$4_FindOverviewManualContentSocialThreadsDto as FindOverviewManualContentSocialThreadsDto, type index$4_FindOverviewPCDto as FindOverviewPCDto, type index$4_FindOverviewProxyDto as FindOverviewProxyDto, type index$4_FindPCDetail as FindPCDetail, type index$4_FindPCDto as FindPCDto, type index$4_FindProxyDto as FindProxyDto, type index$4_FindReplaceDeviceDto as FindReplaceDeviceDto, type index$4_FindSheetsToolDto as FindSheetsToolDto, type index$4_FindTaskAIContentDto as FindTaskAIContentDto, type index$4_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, type index$4_FindTaskManualContentSocialInstagramDto as FindTaskManualContentSocialInstagramDto, type index$4_FindTaskManualContentSocialThreadsDto as FindTaskManualContentSocialThreadsDto, type index$4_IAccountAIContent as IAccountAIContent, type index$4_IAccountAIContentChannel as IAccountAIContentChannel, type index$4_IAccountAIContentGroup as IAccountAIContentGroup, type index$4_IAccountAIContentInfo as IAccountAIContentInfo, type index$4_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$4_IAccountAIContentTag as IAccountAIContentTag, type index$4_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$4_IAccountCanva as IAccountCanva, type index$4_IAccountDrive as IAccountDrive, type index$4_IAccountEmail as IAccountEmail, type index$4_IAccountEmailProxy as IAccountEmailProxy, type index$4_IAccountEmailTag as IAccountEmailTag, type index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$4_IAccountVPN as IAccountVPN, type index$4_IAccountVPS as IAccountVPS, type index$4_IAccountVPSGroup as IAccountVPSGroup, type index$4_IAccountVPSProvider as IAccountVPSProvider, type index$4_IAccountVPSSocial as IAccountVPSSocial, type index$4_IDevice as IDevice, type index$4_IDeviceLog as IDeviceLog, type index$4_IDeviceLogELS as IDeviceLogELS, type index$4_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$4_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$4_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$4_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$4_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$4_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$4_IEmailAccountSocial as IEmailAccountSocial, type index$4_IEmailProxy as IEmailProxy, type index$4_IEmailRawManager as IEmailRawManager, type index$4_IEmailVPS as IEmailVPS, type index$4_IGPMProfile as IGPMProfile, type index$4_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$4_IHistoryTaskAIImageVideoVoiceCanvaInstagram as IHistoryTaskAIImageVideoVoiceCanvaInstagram, type index$4_IHistoryTaskAIImageVideoVoiceCanvaThreads as IHistoryTaskAIImageVideoVoiceCanvaThreads, type index$4_IManagerImageAIInstagram as IManagerImageAIInstagram, type index$4_IManagerImageAIInstagramItemStore as IManagerImageAIInstagramItemStore, type index$4_IManagerImageAIInstagramUserAttached as IManagerImageAIInstagramUserAttached, type index$4_IManagerImageAIThreads as IManagerImageAIThreads, type index$4_IManagerImageAIThreadsItemStore as IManagerImageAIThreadsItemStore, type index$4_IManagerImageAIThreadsUserAttached as IManagerImageAIThreadsUserAttached, type index$4_IManagerSheet as IManagerSheet, type index$4_IManagerSheetChildren as IManagerSheetChildren, type index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$4_IManagerSheetGroup as IManagerSheetGroup, type index$4_IManualContentSocialInstagram as IManualContentSocialInstagram, type index$4_IManualContentSocialInstagramChildren as IManualContentSocialInstagramChildren, type index$4_IManualContentSocialInstagramChildrenItemPost as IManualContentSocialInstagramChildrenItemPost, type index$4_IManualContentSocialInstagramNiche as IManualContentSocialInstagramNiche, type index$4_IManualContentSocialInstagramRunTime as IManualContentSocialInstagramRunTime, type index$4_IManualContentSocialThreads as IManualContentSocialThreads, type index$4_IManualContentSocialThreadsChildren as IManualContentSocialThreadsChildren, type index$4_IManualContentSocialThreadsChildrenItemPost as IManualContentSocialThreadsChildrenItemPost, type index$4_IManualContentSocialThreadsNiche as IManualContentSocialThreadsNiche, type index$4_IManualContentSocialThreadsRunTime as IManualContentSocialThreadsRunTime, type index$4_IPC as IPC, type index$4_IPCLog as IPCLog, type index$4_IPCLogELS as IPCLogELS, type index$4_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$4_IProxy as IProxy, type index$4_ISettingTool as ISettingTool, type index$4_ISheetsTool as ISheetsTool, type index$4_ITaskAIContent as ITaskAIContent, type index$4_ITaskAIImageCanva as ITaskAIImageCanva, type index$4_ITaskAIImageVideoVoiceCanvaInstagram as ITaskAIImageVideoVoiceCanvaInstagram, type index$4_ITaskAIImageVideoVoiceCanvaThreads as ITaskAIImageVideoVoiceCanvaThreads, type index$4_ITaskAIItemAction as ITaskAIItemAction, type index$4_ITaskAIItemGroup as ITaskAIItemGroup, type index$4_ITaskManualContentSocialInstagram as ITaskManualContentSocialInstagram, type index$4_ITaskManualContentSocialThreads as ITaskManualContentSocialThreads, type index$4_IViewDeviceByPC as IViewDeviceByPC, type index$4_IVoiceGenerated as IVoiceGenerated, type index$4_IVoiceLanguage as IVoiceLanguage, type index$4_IVoiceSettingDelay as IVoiceSettingDelay, type index$4_IVoiceStores as IVoiceStores, type index$4_ImportAccountVPSDto as ImportAccountVPSDto, type index$4_ListManualContentSocialChildrenDto as ListManualContentSocialChildrenDto, type index$4_ListManualContentSocialInstagramChildrenDto as ListManualContentSocialInstagramChildrenDto, type index$4_ListManualContentSocialThreadsChildrenDto as ListManualContentSocialThreadsChildrenDto, type index$4_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, type index$4_OverviewSheetsToolDto as OverviewSheetsToolDto, type index$4_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, type index$4_ReplaceAccountVSPDto as ReplaceAccountVSPDto, type index$4_StoreTaskManualContentSocialInstagramForRunDto as StoreTaskManualContentSocialInstagramForRunDto, type index$4_StoreTaskManualContentSocialThreadsForRunDto as StoreTaskManualContentSocialThreadsForRunDto, type index$4_UpdateAccountVPSDto as UpdateAccountVPSDto, type index$4_UpdateDeviceDto as UpdateDeviceDto, type index$4_UpdatePCDto as UpdatePCDto, type index$4_UpdateProxyDto as UpdateProxyDto, type index$4_UpdateSheetsToolDto as UpdateSheetsToolDto, type index$4_UpdateTaskAIContentDto as UpdateTaskAIContentDto, type index$4_UpsertManualContentSocialInstagramChildrenDto as UpsertManualContentSocialInstagramChildrenDto, type index$4_UpsertManualContentSocialInstagramChildrenItemPostDto as UpsertManualContentSocialInstagramChildrenItemPostDto, type index$4_UpsertManualContentSocialInstagramDto as UpsertManualContentSocialInstagramDto, type index$4_UpsertManualContentSocialThreadsChildrenDto as UpsertManualContentSocialThreadsChildrenDto, type index$4_UpsertManualContentSocialThreadsChildrenItemPostDto as UpsertManualContentSocialThreadsChildrenItemPostDto, type index$4_UpsertManualContentSocialThreadsDto as UpsertManualContentSocialThreadsDto, type index$4_ViewAsyncManualContentSocialInstagramDto as ViewAsyncManualContentSocialInstagramDto, type index$4_ViewAsyncManualContentSocialThreadsDto as ViewAsyncManualContentSocialThreadsDto, type index$4_ViewAutoSyncInformationManualContentSocialInstagramDto as ViewAutoSyncInformationManualContentSocialInstagramDto, type index$4_ViewAutoSyncInformationManualContentThreadsDto as ViewAutoSyncInformationManualContentThreadsDto, type index$4_ViewDetailDeviceDto as ViewDetailDeviceDto, type index$4_ViewDetailFolderInstagramDto as ViewDetailFolderInstagramDto, type index$4_ViewDetailFolderThreadsDto as ViewDetailFolderThreadsDto, type index$4_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto, type index$4_ViewListGPMProfileDto as ViewListGPMProfileDto };
12306
12749
  }
12307
12750
 
12308
12751
  interface ITaskInstagramFollow extends IBaseModel, ITrackingModel {
@@ -16949,8 +17392,10 @@ declare namespace index$2 {
16949
17392
  type index$1_ActionLoadInfoUrlSheetToolDto = ActionLoadInfoUrlSheetToolDto;
16950
17393
  type index$1_ActionPopupDeviceAccountDto = ActionPopupDeviceAccountDto;
16951
17394
  type index$1_AddAccountForDeviceDto = AddAccountForDeviceDto;
16952
- type index$1_AddBulkManualContentSocialChildrenDto = AddBulkManualContentSocialChildrenDto;
16953
- type index$1_AddManualContentSocialChildrenDto = AddManualContentSocialChildrenDto;
17395
+ type index$1_AddBulkManualContentSocialInstagramChildrenDto = AddBulkManualContentSocialInstagramChildrenDto;
17396
+ type index$1_AddBulkManualContentSocialThreadsChildrenDto = AddBulkManualContentSocialThreadsChildrenDto;
17397
+ type index$1_AddManualContentSocialInstagramChildrenDto = AddManualContentSocialInstagramChildrenDto;
17398
+ type index$1_AddManualContentSocialThreadsChildrenDto = AddManualContentSocialThreadsChildrenDto;
16954
17399
  type index$1_AddToDeviceAccountCHPlayICloudDto = AddToDeviceAccountCHPlayICloudDto;
16955
17400
  type index$1_AddToDeviceAccountVPNDto = AddToDeviceAccountVPNDto;
16956
17401
  type index$1_AddToDeviceProxyDto = AddToDeviceProxyDto;
@@ -16978,7 +17423,8 @@ type index$1_CreateInstagramSettingInteractReplyMessageDto = CreateInstagramSett
16978
17423
  type index$1_CreateInstagramSettingInteractUnFollowDto = CreateInstagramSettingInteractUnFollowDto;
16979
17424
  type index$1_CreateInstagramSettingPostDto = CreateInstagramSettingPostDto;
16980
17425
  type index$1_CreateLarkDto = CreateLarkDto;
16981
- type index$1_CreateManagerImageAIDto = CreateManagerImageAIDto;
17426
+ type index$1_CreateManagerImageAIInstagramDto = CreateManagerImageAIInstagramDto;
17427
+ type index$1_CreateManagerImageAIThreadsDto = CreateManagerImageAIThreadsDto;
16982
17428
  type index$1_CreateManagerWorkDto = CreateManagerWorkDto;
16983
17429
  type index$1_CreateProxyDto = CreateProxyDto;
16984
17430
  type index$1_CreateRoleDto = CreateRoleDto;
@@ -17004,16 +17450,26 @@ type index$1_DevicePopupOverviewAccountsDto = DevicePopupOverviewAccountsDto;
17004
17450
  type index$1_DevicePopupOverviewAddAccountDto = DevicePopupOverviewAddAccountDto;
17005
17451
  type index$1_DevicePopupViewAccountInstagramDto = DevicePopupViewAccountInstagramDto;
17006
17452
  type index$1_DevicePopupViewAccountThreadsDto = DevicePopupViewAccountThreadsDto;
17007
- type index$1_EManagerImageAIFolder = EManagerImageAIFolder;
17008
- declare const index$1_EManagerImageAIFolder: typeof EManagerImageAIFolder;
17009
- type index$1_EManagerImageAIModel = EManagerImageAIModel;
17010
- declare const index$1_EManagerImageAIModel: typeof EManagerImageAIModel;
17011
- type index$1_EManualContentStatusPost = EManualContentStatusPost;
17012
- declare const index$1_EManualContentStatusPost: typeof EManualContentStatusPost;
17013
- type index$1_EManualContentStatusTask = EManualContentStatusTask;
17014
- declare const index$1_EManualContentStatusTask: typeof EManualContentStatusTask;
17015
- type index$1_EManualContentTypePost = EManualContentTypePost;
17016
- declare const index$1_EManualContentTypePost: typeof EManualContentTypePost;
17453
+ type index$1_EManagerImageAIInstagramFolder = EManagerImageAIInstagramFolder;
17454
+ declare const index$1_EManagerImageAIInstagramFolder: typeof EManagerImageAIInstagramFolder;
17455
+ type index$1_EManagerImageAIInstagramModel = EManagerImageAIInstagramModel;
17456
+ declare const index$1_EManagerImageAIInstagramModel: typeof EManagerImageAIInstagramModel;
17457
+ type index$1_EManagerImageAIThreadsFolder = EManagerImageAIThreadsFolder;
17458
+ declare const index$1_EManagerImageAIThreadsFolder: typeof EManagerImageAIThreadsFolder;
17459
+ type index$1_EManagerImageAIThreadsModel = EManagerImageAIThreadsModel;
17460
+ declare const index$1_EManagerImageAIThreadsModel: typeof EManagerImageAIThreadsModel;
17461
+ type index$1_EManualContentSocialInstagramStatusPost = EManualContentSocialInstagramStatusPost;
17462
+ declare const index$1_EManualContentSocialInstagramStatusPost: typeof EManualContentSocialInstagramStatusPost;
17463
+ type index$1_EManualContentSocialInstagramStatusTask = EManualContentSocialInstagramStatusTask;
17464
+ declare const index$1_EManualContentSocialInstagramStatusTask: typeof EManualContentSocialInstagramStatusTask;
17465
+ type index$1_EManualContentSocialInstagramTypePost = EManualContentSocialInstagramTypePost;
17466
+ declare const index$1_EManualContentSocialInstagramTypePost: typeof EManualContentSocialInstagramTypePost;
17467
+ type index$1_EManualContentSocialThreadsStatusPost = EManualContentSocialThreadsStatusPost;
17468
+ declare const index$1_EManualContentSocialThreadsStatusPost: typeof EManualContentSocialThreadsStatusPost;
17469
+ type index$1_EManualContentSocialThreadsStatusTask = EManualContentSocialThreadsStatusTask;
17470
+ declare const index$1_EManualContentSocialThreadsStatusTask: typeof EManualContentSocialThreadsStatusTask;
17471
+ type index$1_EManualContentSocialThreadsTypePost = EManualContentSocialThreadsTypePost;
17472
+ declare const index$1_EManualContentSocialThreadsTypePost: typeof EManualContentSocialThreadsTypePost;
17017
17473
  type index$1_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
17018
17474
  declare const index$1_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
17019
17475
  type index$1_EStatusAccountCanva = EStatusAccountCanva;
@@ -17058,8 +17514,10 @@ type index$1_EVPSStatusRestart = EVPSStatusRestart;
17058
17514
  declare const index$1_EVPSStatusRestart: typeof EVPSStatusRestart;
17059
17515
  type index$1_EVPSTimeRestart = EVPSTimeRestart;
17060
17516
  declare const index$1_EVPSTimeRestart: typeof EVPSTimeRestart;
17061
- type index$1_EditStatusImageItemDto = EditStatusImageItemDto;
17062
- type index$1_EditStatusManualContentSocialChildrenItemPost = EditStatusManualContentSocialChildrenItemPost;
17517
+ type index$1_EditStatusImageItemInstagramDto = EditStatusImageItemInstagramDto;
17518
+ type index$1_EditStatusImageItemThreadsDto = EditStatusImageItemThreadsDto;
17519
+ type index$1_EditStatusManualContentSocialInstagramChildrenItemPost = EditStatusManualContentSocialInstagramChildrenItemPost;
17520
+ type index$1_EditStatusManualContentSocialThreadsChildrenItemPost = EditStatusManualContentSocialThreadsChildrenItemPost;
17063
17521
  type index$1_FilterAccountAIContentChannelDto = FilterAccountAIContentChannelDto;
17064
17522
  type index$1_FilterAccountAIContentDto = FilterAccountAIContentDto;
17065
17523
  type index$1_FilterAccountAIContentInfoDto = FilterAccountAIContentInfoDto;
@@ -17107,10 +17565,12 @@ type index$1_FilterInstagramSettingReplyCommentDto = FilterInstagramSettingReply
17107
17565
  type index$1_FilterInstagramSettingReplyMessageDto = FilterInstagramSettingReplyMessageDto;
17108
17566
  type index$1_FilterInstagramSettingUnFollowDto = FilterInstagramSettingUnFollowDto;
17109
17567
  type index$1_FilterLarkDto = FilterLarkDto;
17110
- type index$1_FilterManagerImageAIDto = FilterManagerImageAIDto;
17568
+ type index$1_FilterManagerImageAIInstagramDto = FilterManagerImageAIInstagramDto;
17569
+ type index$1_FilterManagerImageAIThreadsDto = FilterManagerImageAIThreadsDto;
17111
17570
  type index$1_FilterManagerSheetDto = FilterManagerSheetDto;
17112
17571
  type index$1_FilterManagerWorkDto = FilterManagerWorkDto;
17113
- type index$1_FilterManualContentSocialDto = FilterManualContentSocialDto;
17572
+ type index$1_FilterManualContentSocialInstagramDto = FilterManualContentSocialInstagramDto;
17573
+ type index$1_FilterManualContentSocialThreadsDto = FilterManualContentSocialThreadsDto;
17114
17574
  type index$1_FilterPCDto = FilterPCDto;
17115
17575
  type index$1_FilterPerformanceBreakdownInstagramDashboardFollowerDto = FilterPerformanceBreakdownInstagramDashboardFollowerDto;
17116
17576
  type index$1_FilterPerformanceBreakdownThreadsDashboardFollowerDto = FilterPerformanceBreakdownThreadsDashboardFollowerDto;
@@ -17188,11 +17648,14 @@ type index$1_FindInstagramSettingInteractReplyMessageDto = FindInstagramSettingI
17188
17648
  type index$1_FindInstagramSettingInteractUnFollowDto = FindInstagramSettingInteractUnFollowDto;
17189
17649
  type index$1_FindInstagramSettingPostDto = FindInstagramSettingPostDto;
17190
17650
  type index$1_FindLarkDto = FindLarkDto;
17191
- type index$1_FindListAccountSocialForManualContentAdd = FindListAccountSocialForManualContentAdd;
17192
- type index$1_FindManagerImageAIDto = FindManagerImageAIDto;
17651
+ type index$1_FindListAccountForManualContentSocialInstagramDto = FindListAccountForManualContentSocialInstagramDto;
17652
+ type index$1_FindListAccountForManualContentSocialThreadsDto = FindListAccountForManualContentSocialThreadsDto;
17653
+ type index$1_FindManagerImageAIInstagramDto = FindManagerImageAIInstagramDto;
17654
+ type index$1_FindManagerImageAIThreadsDto = FindManagerImageAIThreadsDto;
17193
17655
  type index$1_FindManagerSheetDto = FindManagerSheetDto;
17194
17656
  type index$1_FindManagerWorkDto = FindManagerWorkDto;
17195
- type index$1_FindManualContentSocialDto = FindManualContentSocialDto;
17657
+ type index$1_FindManualContentSocialInstagramDto = FindManualContentSocialInstagramDto;
17658
+ type index$1_FindManualContentSocialThreadsDto = FindManualContentSocialThreadsDto;
17196
17659
  type index$1_FindMemberForAddTeamDto = FindMemberForAddTeamDto;
17197
17660
  type index$1_FindOverViewDepartmentDto = FindOverViewDepartmentDto;
17198
17661
  type index$1_FindOverViewInstagramAccountRawDto = FindOverViewInstagramAccountRawDto;
@@ -17254,8 +17717,10 @@ type index$1_FindOverviewInstagramHistoryAutoSyncDto = FindOverviewInstagramHist
17254
17717
  type index$1_FindOverviewInstagramHistoryChangeInfoDto = FindOverviewInstagramHistoryChangeInfoDto;
17255
17718
  type index$1_FindOverviewInstagramHistoryCreateNewDto = FindOverviewInstagramHistoryCreateNewDto;
17256
17719
  type index$1_FindOverviewInstagramHistoryGroupDto = FindOverviewInstagramHistoryGroupDto;
17257
- type index$1_FindOverviewManagerImageAIDto = FindOverviewManagerImageAIDto;
17258
- type index$1_FindOverviewManualContentSocialDto = FindOverviewManualContentSocialDto;
17720
+ type index$1_FindOverviewManagerImageAIInstagramDto = FindOverviewManagerImageAIInstagramDto;
17721
+ type index$1_FindOverviewManagerImageAIThreadsDto = FindOverviewManagerImageAIThreadsDto;
17722
+ type index$1_FindOverviewManualContentSocialInstagramDto = FindOverviewManualContentSocialInstagramDto;
17723
+ type index$1_FindOverviewManualContentSocialThreadsDto = FindOverviewManualContentSocialThreadsDto;
17259
17724
  type index$1_FindOverviewPCDto = FindOverviewPCDto;
17260
17725
  type index$1_FindOverviewProxyDto = FindOverviewProxyDto;
17261
17726
  type index$1_FindOverviewRoleDto = FindOverviewRoleDto;
@@ -17284,7 +17749,8 @@ type index$1_FindTaskInstagramFollowDto = FindTaskInstagramFollowDto;
17284
17749
  type index$1_FindTaskInstagramPostDto = FindTaskInstagramPostDto;
17285
17750
  type index$1_FindTaskInstagramReplyCommentDto = FindTaskInstagramReplyCommentDto;
17286
17751
  type index$1_FindTaskInstagramReplyMessageDto = FindTaskInstagramReplyMessageDto;
17287
- type index$1_FindTaskManualContentSocialDto = FindTaskManualContentSocialDto;
17752
+ type index$1_FindTaskManualContentSocialInstagramDto = FindTaskManualContentSocialInstagramDto;
17753
+ type index$1_FindTaskManualContentSocialThreadsDto = FindTaskManualContentSocialThreadsDto;
17288
17754
  type index$1_FindTaskThreadsFollowDto = FindTaskThreadsFollowDto;
17289
17755
  type index$1_FindTaskThreadsPostDto = FindTaskThreadsPostDto;
17290
17756
  type index$1_FindTaskThreadsReplyCommentDto = FindTaskThreadsReplyCommentDto;
@@ -17406,20 +17872,28 @@ type index$1_IInstagramSettingPost = IInstagramSettingPost;
17406
17872
  type index$1_ILark = ILark;
17407
17873
  type index$1_ILarkTeam = ILarkTeam;
17408
17874
  type index$1_IMailWork = IMailWork;
17409
- type index$1_IManagerImageAI = IManagerImageAI;
17410
- type index$1_IManagerImageAIItemStore = IManagerImageAIItemStore;
17411
- type index$1_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
17875
+ type index$1_IManagerImageAIInstagram = IManagerImageAIInstagram;
17876
+ type index$1_IManagerImageAIInstagramItemStore = IManagerImageAIInstagramItemStore;
17877
+ type index$1_IManagerImageAIInstagramUserAttached = IManagerImageAIInstagramUserAttached;
17878
+ type index$1_IManagerImageAIThreads = IManagerImageAIThreads;
17879
+ type index$1_IManagerImageAIThreadsItemStore = IManagerImageAIThreadsItemStore;
17880
+ type index$1_IManagerImageAIThreadsUserAttached = IManagerImageAIThreadsUserAttached;
17412
17881
  type index$1_IManagerSheet = IManagerSheet;
17413
17882
  type index$1_IManagerSheetChildren = IManagerSheetChildren;
17414
17883
  type index$1_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
17415
17884
  type index$1_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
17416
17885
  type index$1_IManagerSheetGroup = IManagerSheetGroup;
17417
17886
  type index$1_IManagerWork = IManagerWork;
17418
- type index$1_IManualContentRunTime = IManualContentRunTime;
17419
- type index$1_IManualContentSocial = IManualContentSocial;
17420
- type index$1_IManualContentSocialChildren = IManualContentSocialChildren;
17421
- type index$1_IManualContentSocialChildrenItemPost = IManualContentSocialChildrenItemPost;
17422
- type index$1_IManualContentSocialNiche = IManualContentSocialNiche;
17887
+ type index$1_IManualContentSocialInstagram = IManualContentSocialInstagram;
17888
+ type index$1_IManualContentSocialInstagramChildren = IManualContentSocialInstagramChildren;
17889
+ type index$1_IManualContentSocialInstagramChildrenItemPost = IManualContentSocialInstagramChildrenItemPost;
17890
+ type index$1_IManualContentSocialInstagramNiche = IManualContentSocialInstagramNiche;
17891
+ type index$1_IManualContentSocialInstagramRunTime = IManualContentSocialInstagramRunTime;
17892
+ type index$1_IManualContentSocialThreads = IManualContentSocialThreads;
17893
+ type index$1_IManualContentSocialThreadsChildren = IManualContentSocialThreadsChildren;
17894
+ type index$1_IManualContentSocialThreadsChildrenItemPost = IManualContentSocialThreadsChildrenItemPost;
17895
+ type index$1_IManualContentSocialThreadsNiche = IManualContentSocialThreadsNiche;
17896
+ type index$1_IManualContentSocialThreadsRunTime = IManualContentSocialThreadsRunTime;
17423
17897
  type index$1_IOtpConfirm = IOtpConfirm;
17424
17898
  type index$1_IOtpCreateSession = IOtpCreateSession;
17425
17899
  type index$1_IOtpSend = IOtpSend;
@@ -17478,7 +17952,8 @@ type index$1_ITaskJobPermission = ITaskJobPermission;
17478
17952
  type index$1_ITaskJobTeamPermission = ITaskJobTeamPermission;
17479
17953
  type index$1_ITaskJobUserPermission = ITaskJobUserPermission;
17480
17954
  type index$1_ITaskJobsGroup = ITaskJobsGroup;
17481
- type index$1_ITaskManualContentSocial = ITaskManualContentSocial;
17955
+ type index$1_ITaskManualContentSocialInstagram = ITaskManualContentSocialInstagram;
17956
+ type index$1_ITaskManualContentSocialThreads = ITaskManualContentSocialThreads;
17482
17957
  type index$1_ITaskThreadsFollow = ITaskThreadsFollow;
17483
17958
  type index$1_ITaskThreadsFollowELS = ITaskThreadsFollowELS;
17484
17959
  type index$1_ITaskThreadsFollowStoreIdxELS = ITaskThreadsFollowStoreIdxELS;
@@ -17539,6 +18014,8 @@ type index$1_ImportInstagramAccountRawDto = ImportInstagramAccountRawDto;
17539
18014
  type index$1_ImportManagerWorkDto = ImportManagerWorkDto;
17540
18015
  type index$1_ImportSheetWorkDto = ImportSheetWorkDto;
17541
18016
  type index$1_ListManualContentSocialChildrenDto = ListManualContentSocialChildrenDto;
18017
+ type index$1_ListManualContentSocialInstagramChildrenDto = ListManualContentSocialInstagramChildrenDto;
18018
+ type index$1_ListManualContentSocialThreadsChildrenDto = ListManualContentSocialThreadsChildrenDto;
17542
18019
  type index$1_LoadInfoUrlSheetToolDto = LoadInfoUrlSheetToolDto;
17543
18020
  type index$1_OverviewSheetsToolDto = OverviewSheetsToolDto;
17544
18021
  type index$1_PayloadUrlSheetToolDto = PayloadUrlSheetToolDto;
@@ -17547,7 +18024,8 @@ type index$1_ResultChangeInfoInstagramAccountRawDto = ResultChangeInfoInstagramA
17547
18024
  type index$1_ResultImportInstagramAccountRawDto = ResultImportInstagramAccountRawDto;
17548
18025
  type index$1_StatisticsManagerWorkDto = StatisticsManagerWorkDto;
17549
18026
  type index$1_StatisticsSheetWorkDto = StatisticsSheetWorkDto;
17550
- type index$1_StoreTaskManualContentSocialForRunDto = StoreTaskManualContentSocialForRunDto;
18027
+ type index$1_StoreTaskManualContentSocialInstagramForRunDto = StoreTaskManualContentSocialInstagramForRunDto;
18028
+ type index$1_StoreTaskManualContentSocialThreadsForRunDto = StoreTaskManualContentSocialThreadsForRunDto;
17551
18029
  type index$1_UpdateAccountSocialGroupDto = UpdateAccountSocialGroupDto;
17552
18030
  type index$1_UpdateAccountVPSDto = UpdateAccountVPSDto;
17553
18031
  type index$1_UpdateBlogDto = UpdateBlogDto;
@@ -17580,18 +18058,24 @@ type index$1_UpdateTaskThreadsReplyMessageDto = UpdateTaskThreadsReplyMessageDto
17580
18058
  type index$1_UpdateTasksJobDto = UpdateTasksJobDto;
17581
18059
  type index$1_UpdateTeamDto = UpdateTeamDto;
17582
18060
  type index$1_UpdateUserDto = UpdateUserDto;
17583
- type index$1_UpsertManualContentSocialChildrenDto = UpsertManualContentSocialChildrenDto;
17584
- type index$1_UpsertManualContentSocialChildrenItemPostDto = UpsertManualContentSocialChildrenItemPostDto;
17585
- type index$1_UpsertManualContentSocialDto = UpsertManualContentSocialDto;
17586
- type index$1_ViewAsyncManualContentDto = ViewAsyncManualContentDto;
17587
- type index$1_ViewAutoSyncInformationManualContentDto = ViewAutoSyncInformationManualContentDto;
18061
+ type index$1_UpsertManualContentSocialInstagramChildrenDto = UpsertManualContentSocialInstagramChildrenDto;
18062
+ type index$1_UpsertManualContentSocialInstagramChildrenItemPostDto = UpsertManualContentSocialInstagramChildrenItemPostDto;
18063
+ type index$1_UpsertManualContentSocialInstagramDto = UpsertManualContentSocialInstagramDto;
18064
+ type index$1_UpsertManualContentSocialThreadsChildrenDto = UpsertManualContentSocialThreadsChildrenDto;
18065
+ type index$1_UpsertManualContentSocialThreadsChildrenItemPostDto = UpsertManualContentSocialThreadsChildrenItemPostDto;
18066
+ type index$1_UpsertManualContentSocialThreadsDto = UpsertManualContentSocialThreadsDto;
18067
+ type index$1_ViewAsyncManualContentSocialInstagramDto = ViewAsyncManualContentSocialInstagramDto;
18068
+ type index$1_ViewAsyncManualContentSocialThreadsDto = ViewAsyncManualContentSocialThreadsDto;
18069
+ type index$1_ViewAutoSyncInformationManualContentSocialInstagramDto = ViewAutoSyncInformationManualContentSocialInstagramDto;
18070
+ type index$1_ViewAutoSyncInformationManualContentThreadsDto = ViewAutoSyncInformationManualContentThreadsDto;
17588
18071
  type index$1_ViewDetailDeviceDto = ViewDetailDeviceDto;
17589
- type index$1_ViewDetailFolderDto = ViewDetailFolderDto;
18072
+ type index$1_ViewDetailFolderInstagramDto = ViewDetailFolderInstagramDto;
18073
+ type index$1_ViewDetailFolderThreadsDto = ViewDetailFolderThreadsDto;
17590
18074
  type index$1_ViewDetailSheetsToolDto = ViewDetailSheetsToolDto;
17591
18075
  type index$1_ViewListGPMProfileDto = ViewListGPMProfileDto;
17592
18076
  type index$1_ViewSettingInstagramOfAccountDto = ViewSettingInstagramOfAccountDto;
17593
18077
  declare namespace index$1 {
17594
- export { type index$1_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, type index$1_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$1_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$1_AddBulkManualContentSocialChildrenDto as AddBulkManualContentSocialChildrenDto, type index$1_AddManualContentSocialChildrenDto as AddManualContentSocialChildrenDto, type index$1_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, type index$1_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, type index$1_AddToDeviceProxyDto as AddToDeviceProxyDto, type index$1_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$1_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, type index$1_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$8 as Auth, type index$1_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, type index$1_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, type index$1_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, type index$1_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, type index$1_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, type index$1_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, type index$1_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, type index$1_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, type index$1_ChangeInfoInstagramAccountRawDto as ChangeInfoInstagramAccountRawDto, type index$1_CheckSendMessageLark as CheckSendMessageLark, index$9 as Common, type index$1_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, type index$1_CreateAccountVPSDto as CreateAccountVPSDto, type index$1_CreateBlogDto as CreateBlogDto, type index$1_CreateBlogsCategoryDto as CreateBlogsCategoryDto, type index$1_CreateDepartmentDto as CreateDepartmentDto, type index$1_CreateInstagramSettingInteractFollowDto as CreateInstagramSettingInteractFollowDto, type index$1_CreateInstagramSettingInteractReplyCommentDto as CreateInstagramSettingInteractReplyCommentDto, type index$1_CreateInstagramSettingInteractReplyMessageDto as CreateInstagramSettingInteractReplyMessageDto, type index$1_CreateInstagramSettingInteractUnFollowDto as CreateInstagramSettingInteractUnFollowDto, type index$1_CreateInstagramSettingPostDto as CreateInstagramSettingPostDto, type index$1_CreateLarkDto as CreateLarkDto, type index$1_CreateManagerImageAIDto as CreateManagerImageAIDto, type index$1_CreateManagerWorkDto as CreateManagerWorkDto, type index$1_CreateProxyDto as CreateProxyDto, type index$1_CreateRoleDto as CreateRoleDto, type index$1_CreateSheetToolDto as CreateSheetToolDto, type index$1_CreateSheetWorkDto as CreateSheetWorkDto, type index$1_CreateTaskAIContentDto as CreateTaskAIContentDto, type index$1_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, type index$1_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, type index$1_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, type index$1_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, type index$1_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, type index$1_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, type index$1_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, type index$1_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, type index$1_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, type index$1_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, type index$1_CreateTasksJobDto as CreateTasksJobDto, type index$1_CreateTeamDto as CreateTeamDto, type index$1_CreateUserDto as CreateUserDto, type index$1_DataImportInstagramAccountRawDto as DataImportInstagramAccountRawDto, type index$1_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$1_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$1_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$1_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$1_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$1_EManagerImageAIFolder as EManagerImageAIFolder, index$1_EManagerImageAIModel as EManagerImageAIModel, index$1_EManualContentStatusPost as EManualContentStatusPost, index$1_EManualContentStatusTask as EManualContentStatusTask, index$1_EManualContentTypePost as EManualContentTypePost, index$1_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$1_EStatusAccountCanva as EStatusAccountCanva, index$1_EStatusAccountDrive as EStatusAccountDrive, index$1_EStatusAccountVPN as EStatusAccountVPN, index$1_EStatusEmail as EStatusEmail, index$1_EStatusProxyChecked as EStatusProxyChecked, index$1_EStatusProxyNewIP as EStatusProxyNewIP, index$1_EStatusTaskAIContent as EStatusTaskAIContent, index$1_ETaskGenerateAIStatus as ETaskGenerateAIStatus, index$1_ETaskGenerateAIType as ETaskGenerateAIType, index$1_ETypeRatioImage as ETypeRatioImage, index$1_ETypeSettingInstagram as ETypeSettingInstagram, index$1_EVPSCore as EVPSCore, index$1_EVPSExtension as EVPSExtension, index$1_EVPSOs as EVPSOs, index$1_EVPSRam as EVPSRam, index$1_EVPSStatus as EVPSStatus, index$1_EVPSStatusConnection as EVPSStatusConnection, index$1_EVPSStatusGpmLoginEmail as EVPSStatusGpmLoginEmail, index$1_EVPSStatusReplace as EVPSStatusReplace, index$1_EVPSStatusRestart as EVPSStatusRestart, index$1_EVPSTimeRestart as EVPSTimeRestart, type index$1_EditStatusImageItemDto as EditStatusImageItemDto, type index$1_EditStatusManualContentSocialChildrenItemPost as EditStatusManualContentSocialChildrenItemPost, type index$1_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, type index$1_FilterAccountAIContentDto as FilterAccountAIContentDto, type index$1_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, type index$1_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index$1_FilterAccountCanvaDto as FilterAccountCanvaDto, type index$1_FilterAccountDriveDto as FilterAccountDriveDto, type index$1_FilterAccountEmailDto as FilterAccountEmailDto, type index$1_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$1_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, type index$1_FilterAccountVPNDto as FilterAccountVPNDto, type index$1_FilterAccountVPSDto as FilterAccountVPSDto, type index$1_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index$1_FilterBlogCategoryDto as FilterBlogCategoryDto, type index$1_FilterBlogDto as FilterBlogDto, type index$1_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, type index$1_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, type index$1_FilterDepartmentDto as FilterDepartmentDto, type index$1_FilterDeviceDto as FilterDeviceDto, type index$1_FilterDeviceLogDto as FilterDeviceLogDto, type index$1_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index$1_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, type index$1_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, type index$1_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, type index$1_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, type index$1_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, type index$1_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, type index$1_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, type index$1_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, type index$1_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, type index$1_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, type index$1_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, type index$1_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, type index$1_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, type index$1_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, type index$1_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, type index$1_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, type index$1_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, type index$1_FilterInstagramSettingFollowDto as FilterInstagramSettingFollowDto, type index$1_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, type index$1_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, type index$1_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, type index$1_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, type index$1_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, type index$1_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, type index$1_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, type index$1_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, type index$1_FilterLarkDto as FilterLarkDto, type index$1_FilterManagerImageAIDto as FilterManagerImageAIDto, type index$1_FilterManagerSheetDto as FilterManagerSheetDto, type index$1_FilterManagerWorkDto as FilterManagerWorkDto, type index$1_FilterManualContentSocialDto as FilterManualContentSocialDto, type index$1_FilterPCDto as FilterPCDto, type index$1_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, type index$1_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, type index$1_FilterProxyDto as FilterProxyDto, type index$1_FilterRoleDto as FilterRoleDto, type index$1_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, type index$1_FilterSheetWorkDto as FilterSheetWorkDto, type index$1_FilterSheetsToolDto as FilterSheetsToolDto, type index$1_FilterTaskAIContentDto as FilterTaskAIContentDto, type index$1_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, type index$1_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, type index$1_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, type index$1_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, type index$1_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, type index$1_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, type index$1_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, type index$1_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, type index$1_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, type index$1_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, type index$1_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, type index$1_FilterTeamDto as FilterTeamDto, type index$1_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, type index$1_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, type index$1_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, type index$1_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, type index$1_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, type index$1_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, type index$1_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, type index$1_FilterThreadsReportPostDto as FilterThreadsReportPostDto, type index$1_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, type index$1_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, type index$1_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, type index$1_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, type index$1_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, type index$1_FilterUserDto as FilterUserDto, type index$1_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, type index$1_FindAccountAIContentDto as FindAccountAIContentDto, type index$1_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, type index$1_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, type index$1_FindAccountCanvaDto as FindAccountCanvaDto, type index$1_FindAccountDriveDto as FindAccountDriveDto, type index$1_FindAccountEmailDto as FindAccountEmailDto, type index$1_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, type index$1_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, type index$1_FindAccountSocialGroupDto as FindAccountSocialGroupDto, type index$1_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, type index$1_FindAccountVPNDto as FindAccountVPNDto, type index$1_FindAccountVPSDto as FindAccountVPSDto, type index$1_FindAccountVPSGroupDto as FindAccountVPSGroupDto, type index$1_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, type index$1_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$1_FindBlogCategoryDto as FindBlogCategoryDto, type index$1_FindBlogDto as FindBlogDto, type index$1_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, type index$1_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, type index$1_FindDepartmentDto as FindDepartmentDto, type index$1_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, type index$1_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, type index$1_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, type index$1_FindDeviceDto as FindDeviceDto, type index$1_FindDeviceLogDto as FindDeviceLogDto, type index$1_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, type index$1_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, type index$1_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, type index$1_FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto as FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto, type index$1_FindInstagramAccountRawDto as FindInstagramAccountRawDto, type index$1_FindInstagramAccountRunDto as FindInstagramAccountRunDto, type index$1_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, type index$1_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, type index$1_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, type index$1_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, type index$1_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, type index$1_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, type index$1_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, type index$1_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, type index$1_FindInstagramSettingPostDto as FindInstagramSettingPostDto, type index$1_FindLarkDto as FindLarkDto, type index$1_FindListAccountSocialForManualContentAdd as FindListAccountSocialForManualContentAdd, type index$1_FindManagerImageAIDto as FindManagerImageAIDto, type index$1_FindManagerSheetDto as FindManagerSheetDto, type index$1_FindManagerWorkDto as FindManagerWorkDto, type index$1_FindManualContentSocialDto as FindManualContentSocialDto, type index$1_FindMemberForAddTeamDto as FindMemberForAddTeamDto, type index$1_FindOverViewDepartmentDto as FindOverViewDepartmentDto, type index$1_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, type index$1_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, type index$1_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, type index$1_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, type index$1_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, type index$1_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, type index$1_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, type index$1_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, type index$1_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, type index$1_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, type index$1_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, type index$1_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, type index$1_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, type index$1_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, type index$1_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, type index$1_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, type index$1_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, type index$1_FindOverViewLarkDto as FindOverViewLarkDto, type index$1_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, type index$1_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, type index$1_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, type index$1_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, type index$1_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, type index$1_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, type index$1_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, type index$1_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, type index$1_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, type index$1_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, type index$1_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, type index$1_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, type index$1_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, type index$1_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, type index$1_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, type index$1_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, type index$1_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, type index$1_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, type index$1_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, type index$1_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, type index$1_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, type index$1_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, type index$1_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, type index$1_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, type index$1_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, type index$1_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, type index$1_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, type index$1_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, type index$1_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$1_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, type index$1_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, type index$1_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$1_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$1_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$1_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$1_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$1_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, type index$1_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, type index$1_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, type index$1_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, type index$1_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, type index$1_FindOverviewManagerImageAIDto as FindOverviewManagerImageAIDto, type index$1_FindOverviewManualContentSocialDto as FindOverviewManualContentSocialDto, type index$1_FindOverviewPCDto as FindOverviewPCDto, type index$1_FindOverviewProxyDto as FindOverviewProxyDto, type index$1_FindOverviewRoleDto as FindOverviewRoleDto, type index$1_FindOverviewTeamDto as FindOverviewTeamDto, type index$1_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, type index$1_FindOverviewUserDto as FindOverviewUserDto, type index$1_FindPCDetail as FindPCDetail, type index$1_FindPCDto as FindPCDto, type index$1_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, type index$1_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type index$1_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type index$1_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, type index$1_FindProxyDto as FindProxyDto, type index$1_FindReplaceDeviceDto as FindReplaceDeviceDto, type index$1_FindRoleDetailDto as FindRoleDetailDto, type index$1_FindRoleDto as FindRoleDto, type index$1_FindRoleOfMe as FindRoleOfMe, type index$1_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, type index$1_FindSheetWorkDto as FindSheetWorkDto, type index$1_FindSheetsToolDto as FindSheetsToolDto, type index$1_FindTaskAIContentDto as FindTaskAIContentDto, type index$1_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, type index$1_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, type index$1_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, type index$1_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, type index$1_FindTaskInstagramPostDto as FindTaskInstagramPostDto, type index$1_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, type index$1_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, type index$1_FindTaskManualContentSocialDto as FindTaskManualContentSocialDto, type index$1_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, type index$1_FindTaskThreadsPostDto as FindTaskThreadsPostDto, type index$1_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, type index$1_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, type index$1_FindTasksJobDto as FindTasksJobDto, type index$1_FindTeamDto as FindTeamDto, type index$1_FindThreadsAccountRawDto as FindThreadsAccountRawDto, type index$1_FindThreadsAccountRunDto as FindThreadsAccountRunDto, type index$1_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, type index$1_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, type index$1_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, type index$1_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, type index$1_FindThreadsSettingPostDto as FindThreadsSettingPostDto, type index$1_FindUserDto as FindUserDto, index$2 as Forum, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSProvider as IAccountVPSProvider, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAssignTeam as IAssignTeam, type index$1_IAssignUser as IAssignUser, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$1_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IEmailAccountSocial as IEmailAccountSocial, type index$1_IEmailProxy as IEmailProxy, type index$1_IEmailRawManager as IEmailRawManager, type index$1_IEmailVPS as IEmailVPS, type index$1_IFile as IFile, type index$1_IFilterSettingAccountSocialFindForSettingDto as IFilterSettingAccountSocialFindForSettingDto, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImageVideoVoiceCanvaInstagram as IHistoryTaskAIImageVideoVoiceCanvaInstagram, type index$1_IHistoryTaskAIImageVideoVoiceCanvaThreads as IHistoryTaskAIImageVideoVoiceCanvaThreads, type index$1_IIncreaseValueTask as IIncreaseValueTask, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryAutoSyncStoreIdxELS as IInstagramHistoryAutoSyncStoreIdxELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryChangeInfoStoreIdxELS as IInstagramHistoryChangeInfoStoreIdxELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryCreateNewStoreIdxELS as IInstagramHistoryCreateNewStoreIdxELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramHistoryGroupStoreIdxELS as IInstagramHistoryGroupStoreIdxELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$1_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IMailWork as IMailWork, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IManualContentRunTime as IManualContentRunTime, type index$1_IManualContentSocial as IManualContentSocial, type index$1_IManualContentSocialChildren as IManualContentSocialChildren, type index$1_IManualContentSocialChildrenItemPost as IManualContentSocialChildrenItemPost, type index$1_IManualContentSocialNiche as IManualContentSocialNiche, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IPCLog as IPCLog, type index$1_IPCLogELS as IPCLogELS, type index$1_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISettingAccountSocialDto as ISettingAccountSocialDto, type index$1_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$1_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$1_ISettingTool as ISettingTool, type index$1_ISheetImportExportSocial as ISheetImportExportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanva as ITaskAIImageCanva, type index$1_ITaskAIImageVideoVoiceCanvaInstagram as ITaskAIImageVideoVoiceCanvaInstagram, type index$1_ITaskAIImageVideoVoiceCanvaThreads as ITaskAIImageVideoVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$1_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$1_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$1_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$1_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$1_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskManualContentSocial as ITaskManualContentSocial, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$1_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$1_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$1_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$1_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$1_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, type index$1_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTime as ITrackingTime, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IViewDeviceByPC as IViewDeviceByPC, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, type index$1_ImportAccountVPSDto as ImportAccountVPSDto, type index$1_ImportInstagramAccountRawDto as ImportInstagramAccountRawDto, type index$1_ImportManagerWorkDto as ImportManagerWorkDto, type index$1_ImportSheetWorkDto as ImportSheetWorkDto, type index$1_ListManualContentSocialChildrenDto as ListManualContentSocialChildrenDto, type index$1_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, type index$1_OverviewSheetsToolDto as OverviewSheetsToolDto, type index$1_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$a as Permission, type index$1_ReplaceAccountVSPDto as ReplaceAccountVSPDto, type index$1_ResultChangeInfoInstagramAccountRawDto as ResultChangeInfoInstagramAccountRawDto, type index$1_ResultImportInstagramAccountRawDto as ResultImportInstagramAccountRawDto, index$3 as Socials, type index$1_StatisticsManagerWorkDto as StatisticsManagerWorkDto, type index$1_StatisticsSheetWorkDto as StatisticsSheetWorkDto, type index$1_StoreTaskManualContentSocialForRunDto as StoreTaskManualContentSocialForRunDto, index$4 as Tool, type index$1_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, type index$1_UpdateAccountVPSDto as UpdateAccountVPSDto, type index$1_UpdateBlogDto as UpdateBlogDto, type index$1_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, type index$1_UpdateDepartmentDto as UpdateDepartmentDto, type index$1_UpdateDeviceDto as UpdateDeviceDto, type index$1_UpdateInstagramSettingInteractFollowDto as UpdateInstagramSettingInteractFollowDto, type index$1_UpdateInstagramSettingInteractReplyCommentDto as UpdateInstagramSettingInteractReplyCommentDto, type index$1_UpdateInstagramSettingInteractReplyMessageDto as UpdateInstagramSettingInteractReplyMessageDto, type index$1_UpdateInstagramSettingInteractUnFollowDto as UpdateInstagramSettingInteractUnFollowDto, type index$1_UpdateInstagramSettingPostDto as UpdateInstagramSettingPostDto, type index$1_UpdateLarkDto as UpdateLarkDto, type index$1_UpdateManagerWorkDto as UpdateManagerWorkDto, type index$1_UpdatePCDto as UpdatePCDto, type index$1_UpdateProxyDto as UpdateProxyDto, type index$1_UpdateRoleDto as UpdateRoleDto, type index$1_UpdateSheetWorkDto as UpdateSheetWorkDto, type index$1_UpdateSheetsToolDto as UpdateSheetsToolDto, type index$1_UpdateTaskAIContentDto as UpdateTaskAIContentDto, type index$1_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, type index$1_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, type index$1_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, type index$1_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, type index$1_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, type index$1_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, type index$1_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, type index$1_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, type index$1_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, type index$1_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, type index$1_UpdateTasksJobDto as UpdateTasksJobDto, type index$1_UpdateTeamDto as UpdateTeamDto, type index$1_UpdateUserDto as UpdateUserDto, type index$1_UpsertManualContentSocialChildrenDto as UpsertManualContentSocialChildrenDto, type index$1_UpsertManualContentSocialChildrenItemPostDto as UpsertManualContentSocialChildrenItemPostDto, type index$1_UpsertManualContentSocialDto as UpsertManualContentSocialDto, type index$1_ViewAsyncManualContentDto as ViewAsyncManualContentDto, type index$1_ViewAutoSyncInformationManualContentDto as ViewAutoSyncInformationManualContentDto, type index$1_ViewDetailDeviceDto as ViewDetailDeviceDto, type index$1_ViewDetailFolderDto as ViewDetailFolderDto, type index$1_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto, type index$1_ViewListGPMProfileDto as ViewListGPMProfileDto, type index$1_ViewSettingInstagramOfAccountDto as ViewSettingInstagramOfAccountDto, index$5 as Workspace };
18078
+ export { type index$1_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, type index$1_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$1_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$1_AddBulkManualContentSocialInstagramChildrenDto as AddBulkManualContentSocialInstagramChildrenDto, type index$1_AddBulkManualContentSocialThreadsChildrenDto as AddBulkManualContentSocialThreadsChildrenDto, type index$1_AddManualContentSocialInstagramChildrenDto as AddManualContentSocialInstagramChildrenDto, type index$1_AddManualContentSocialThreadsChildrenDto as AddManualContentSocialThreadsChildrenDto, type index$1_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, type index$1_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, type index$1_AddToDeviceProxyDto as AddToDeviceProxyDto, type index$1_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$1_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, type index$1_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$8 as Auth, type index$1_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, type index$1_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, type index$1_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, type index$1_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, type index$1_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, type index$1_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, type index$1_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, type index$1_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, type index$1_ChangeInfoInstagramAccountRawDto as ChangeInfoInstagramAccountRawDto, type index$1_CheckSendMessageLark as CheckSendMessageLark, index$9 as Common, type index$1_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, type index$1_CreateAccountVPSDto as CreateAccountVPSDto, type index$1_CreateBlogDto as CreateBlogDto, type index$1_CreateBlogsCategoryDto as CreateBlogsCategoryDto, type index$1_CreateDepartmentDto as CreateDepartmentDto, type index$1_CreateInstagramSettingInteractFollowDto as CreateInstagramSettingInteractFollowDto, type index$1_CreateInstagramSettingInteractReplyCommentDto as CreateInstagramSettingInteractReplyCommentDto, type index$1_CreateInstagramSettingInteractReplyMessageDto as CreateInstagramSettingInteractReplyMessageDto, type index$1_CreateInstagramSettingInteractUnFollowDto as CreateInstagramSettingInteractUnFollowDto, type index$1_CreateInstagramSettingPostDto as CreateInstagramSettingPostDto, type index$1_CreateLarkDto as CreateLarkDto, type index$1_CreateManagerImageAIInstagramDto as CreateManagerImageAIInstagramDto, type index$1_CreateManagerImageAIThreadsDto as CreateManagerImageAIThreadsDto, type index$1_CreateManagerWorkDto as CreateManagerWorkDto, type index$1_CreateProxyDto as CreateProxyDto, type index$1_CreateRoleDto as CreateRoleDto, type index$1_CreateSheetToolDto as CreateSheetToolDto, type index$1_CreateSheetWorkDto as CreateSheetWorkDto, type index$1_CreateTaskAIContentDto as CreateTaskAIContentDto, type index$1_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, type index$1_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, type index$1_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, type index$1_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, type index$1_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, type index$1_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, type index$1_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, type index$1_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, type index$1_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, type index$1_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, type index$1_CreateTasksJobDto as CreateTasksJobDto, type index$1_CreateTeamDto as CreateTeamDto, type index$1_CreateUserDto as CreateUserDto, type index$1_DataImportInstagramAccountRawDto as DataImportInstagramAccountRawDto, type index$1_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$1_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$1_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$1_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$1_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$1_EManagerImageAIInstagramFolder as EManagerImageAIInstagramFolder, index$1_EManagerImageAIInstagramModel as EManagerImageAIInstagramModel, index$1_EManagerImageAIThreadsFolder as EManagerImageAIThreadsFolder, index$1_EManagerImageAIThreadsModel as EManagerImageAIThreadsModel, index$1_EManualContentSocialInstagramStatusPost as EManualContentSocialInstagramStatusPost, index$1_EManualContentSocialInstagramStatusTask as EManualContentSocialInstagramStatusTask, index$1_EManualContentSocialInstagramTypePost as EManualContentSocialInstagramTypePost, index$1_EManualContentSocialThreadsStatusPost as EManualContentSocialThreadsStatusPost, index$1_EManualContentSocialThreadsStatusTask as EManualContentSocialThreadsStatusTask, index$1_EManualContentSocialThreadsTypePost as EManualContentSocialThreadsTypePost, index$1_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$1_EStatusAccountCanva as EStatusAccountCanva, index$1_EStatusAccountDrive as EStatusAccountDrive, index$1_EStatusAccountVPN as EStatusAccountVPN, index$1_EStatusEmail as EStatusEmail, index$1_EStatusProxyChecked as EStatusProxyChecked, index$1_EStatusProxyNewIP as EStatusProxyNewIP, index$1_EStatusTaskAIContent as EStatusTaskAIContent, index$1_ETaskGenerateAIStatus as ETaskGenerateAIStatus, index$1_ETaskGenerateAIType as ETaskGenerateAIType, index$1_ETypeRatioImage as ETypeRatioImage, index$1_ETypeSettingInstagram as ETypeSettingInstagram, index$1_EVPSCore as EVPSCore, index$1_EVPSExtension as EVPSExtension, index$1_EVPSOs as EVPSOs, index$1_EVPSRam as EVPSRam, index$1_EVPSStatus as EVPSStatus, index$1_EVPSStatusConnection as EVPSStatusConnection, index$1_EVPSStatusGpmLoginEmail as EVPSStatusGpmLoginEmail, index$1_EVPSStatusReplace as EVPSStatusReplace, index$1_EVPSStatusRestart as EVPSStatusRestart, index$1_EVPSTimeRestart as EVPSTimeRestart, type index$1_EditStatusImageItemInstagramDto as EditStatusImageItemInstagramDto, type index$1_EditStatusImageItemThreadsDto as EditStatusImageItemThreadsDto, type index$1_EditStatusManualContentSocialInstagramChildrenItemPost as EditStatusManualContentSocialInstagramChildrenItemPost, type index$1_EditStatusManualContentSocialThreadsChildrenItemPost as EditStatusManualContentSocialThreadsChildrenItemPost, type index$1_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, type index$1_FilterAccountAIContentDto as FilterAccountAIContentDto, type index$1_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, type index$1_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, type index$1_FilterAccountCanvaDto as FilterAccountCanvaDto, type index$1_FilterAccountDriveDto as FilterAccountDriveDto, type index$1_FilterAccountEmailDto as FilterAccountEmailDto, type index$1_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$1_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, type index$1_FilterAccountVPNDto as FilterAccountVPNDto, type index$1_FilterAccountVPSDto as FilterAccountVPSDto, type index$1_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, type index$1_FilterBlogCategoryDto as FilterBlogCategoryDto, type index$1_FilterBlogDto as FilterBlogDto, type index$1_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, type index$1_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, type index$1_FilterDepartmentDto as FilterDepartmentDto, type index$1_FilterDeviceDto as FilterDeviceDto, type index$1_FilterDeviceLogDto as FilterDeviceLogDto, type index$1_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, type index$1_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, type index$1_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, type index$1_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, type index$1_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, type index$1_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, type index$1_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, type index$1_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, type index$1_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, type index$1_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, type index$1_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, type index$1_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, type index$1_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, type index$1_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, type index$1_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, type index$1_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, type index$1_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, type index$1_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, type index$1_FilterInstagramSettingFollowDto as FilterInstagramSettingFollowDto, type index$1_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, type index$1_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, type index$1_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, type index$1_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, type index$1_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, type index$1_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, type index$1_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, type index$1_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, type index$1_FilterLarkDto as FilterLarkDto, type index$1_FilterManagerImageAIInstagramDto as FilterManagerImageAIInstagramDto, type index$1_FilterManagerImageAIThreadsDto as FilterManagerImageAIThreadsDto, type index$1_FilterManagerSheetDto as FilterManagerSheetDto, type index$1_FilterManagerWorkDto as FilterManagerWorkDto, type index$1_FilterManualContentSocialInstagramDto as FilterManualContentSocialInstagramDto, type index$1_FilterManualContentSocialThreadsDto as FilterManualContentSocialThreadsDto, type index$1_FilterPCDto as FilterPCDto, type index$1_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, type index$1_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, type index$1_FilterProxyDto as FilterProxyDto, type index$1_FilterRoleDto as FilterRoleDto, type index$1_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, type index$1_FilterSheetWorkDto as FilterSheetWorkDto, type index$1_FilterSheetsToolDto as FilterSheetsToolDto, type index$1_FilterTaskAIContentDto as FilterTaskAIContentDto, type index$1_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, type index$1_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, type index$1_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, type index$1_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, type index$1_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, type index$1_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, type index$1_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, type index$1_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, type index$1_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, type index$1_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, type index$1_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, type index$1_FilterTeamDto as FilterTeamDto, type index$1_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, type index$1_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, type index$1_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, type index$1_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, type index$1_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, type index$1_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, type index$1_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, type index$1_FilterThreadsReportPostDto as FilterThreadsReportPostDto, type index$1_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, type index$1_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, type index$1_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, type index$1_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, type index$1_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, type index$1_FilterUserDto as FilterUserDto, type index$1_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, type index$1_FindAccountAIContentDto as FindAccountAIContentDto, type index$1_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, type index$1_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, type index$1_FindAccountCanvaDto as FindAccountCanvaDto, type index$1_FindAccountDriveDto as FindAccountDriveDto, type index$1_FindAccountEmailDto as FindAccountEmailDto, type index$1_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, type index$1_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, type index$1_FindAccountSocialGroupDto as FindAccountSocialGroupDto, type index$1_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, type index$1_FindAccountVPNDto as FindAccountVPNDto, type index$1_FindAccountVPSDto as FindAccountVPSDto, type index$1_FindAccountVPSGroupDto as FindAccountVPSGroupDto, type index$1_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, type index$1_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$1_FindBlogCategoryDto as FindBlogCategoryDto, type index$1_FindBlogDto as FindBlogDto, type index$1_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, type index$1_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, type index$1_FindDepartmentDto as FindDepartmentDto, type index$1_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, type index$1_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, type index$1_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, type index$1_FindDeviceDto as FindDeviceDto, type index$1_FindDeviceLogDto as FindDeviceLogDto, type index$1_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, type index$1_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, type index$1_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, type index$1_FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto as FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto, type index$1_FindInstagramAccountRawDto as FindInstagramAccountRawDto, type index$1_FindInstagramAccountRunDto as FindInstagramAccountRunDto, type index$1_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, type index$1_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, type index$1_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, type index$1_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, type index$1_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, type index$1_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, type index$1_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, type index$1_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, type index$1_FindInstagramSettingPostDto as FindInstagramSettingPostDto, type index$1_FindLarkDto as FindLarkDto, type index$1_FindListAccountForManualContentSocialInstagramDto as FindListAccountForManualContentSocialInstagramDto, type index$1_FindListAccountForManualContentSocialThreadsDto as FindListAccountForManualContentSocialThreadsDto, type index$1_FindManagerImageAIInstagramDto as FindManagerImageAIInstagramDto, type index$1_FindManagerImageAIThreadsDto as FindManagerImageAIThreadsDto, type index$1_FindManagerSheetDto as FindManagerSheetDto, type index$1_FindManagerWorkDto as FindManagerWorkDto, type index$1_FindManualContentSocialInstagramDto as FindManualContentSocialInstagramDto, type index$1_FindManualContentSocialThreadsDto as FindManualContentSocialThreadsDto, type index$1_FindMemberForAddTeamDto as FindMemberForAddTeamDto, type index$1_FindOverViewDepartmentDto as FindOverViewDepartmentDto, type index$1_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, type index$1_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, type index$1_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, type index$1_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, type index$1_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, type index$1_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, type index$1_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, type index$1_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, type index$1_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, type index$1_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, type index$1_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, type index$1_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, type index$1_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, type index$1_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, type index$1_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, type index$1_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, type index$1_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, type index$1_FindOverViewLarkDto as FindOverViewLarkDto, type index$1_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, type index$1_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, type index$1_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, type index$1_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, type index$1_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, type index$1_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, type index$1_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, type index$1_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, type index$1_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, type index$1_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, type index$1_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, type index$1_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, type index$1_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, type index$1_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, type index$1_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, type index$1_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, type index$1_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, type index$1_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, type index$1_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, type index$1_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, type index$1_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, type index$1_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, type index$1_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, type index$1_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, type index$1_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, type index$1_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, type index$1_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, type index$1_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, type index$1_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$1_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, type index$1_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, type index$1_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$1_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$1_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$1_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$1_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$1_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, type index$1_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, type index$1_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, type index$1_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, type index$1_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, type index$1_FindOverviewManagerImageAIInstagramDto as FindOverviewManagerImageAIInstagramDto, type index$1_FindOverviewManagerImageAIThreadsDto as FindOverviewManagerImageAIThreadsDto, type index$1_FindOverviewManualContentSocialInstagramDto as FindOverviewManualContentSocialInstagramDto, type index$1_FindOverviewManualContentSocialThreadsDto as FindOverviewManualContentSocialThreadsDto, type index$1_FindOverviewPCDto as FindOverviewPCDto, type index$1_FindOverviewProxyDto as FindOverviewProxyDto, type index$1_FindOverviewRoleDto as FindOverviewRoleDto, type index$1_FindOverviewTeamDto as FindOverviewTeamDto, type index$1_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, type index$1_FindOverviewUserDto as FindOverviewUserDto, type index$1_FindPCDetail as FindPCDetail, type index$1_FindPCDto as FindPCDto, type index$1_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, type index$1_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type index$1_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type index$1_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, type index$1_FindProxyDto as FindProxyDto, type index$1_FindReplaceDeviceDto as FindReplaceDeviceDto, type index$1_FindRoleDetailDto as FindRoleDetailDto, type index$1_FindRoleDto as FindRoleDto, type index$1_FindRoleOfMe as FindRoleOfMe, type index$1_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, type index$1_FindSheetWorkDto as FindSheetWorkDto, type index$1_FindSheetsToolDto as FindSheetsToolDto, type index$1_FindTaskAIContentDto as FindTaskAIContentDto, type index$1_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, type index$1_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, type index$1_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, type index$1_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, type index$1_FindTaskInstagramPostDto as FindTaskInstagramPostDto, type index$1_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, type index$1_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, type index$1_FindTaskManualContentSocialInstagramDto as FindTaskManualContentSocialInstagramDto, type index$1_FindTaskManualContentSocialThreadsDto as FindTaskManualContentSocialThreadsDto, type index$1_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, type index$1_FindTaskThreadsPostDto as FindTaskThreadsPostDto, type index$1_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, type index$1_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, type index$1_FindTasksJobDto as FindTasksJobDto, type index$1_FindTeamDto as FindTeamDto, type index$1_FindThreadsAccountRawDto as FindThreadsAccountRawDto, type index$1_FindThreadsAccountRunDto as FindThreadsAccountRunDto, type index$1_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, type index$1_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, type index$1_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, type index$1_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, type index$1_FindThreadsSettingPostDto as FindThreadsSettingPostDto, type index$1_FindUserDto as FindUserDto, index$2 as Forum, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSProvider as IAccountVPSProvider, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAssignTeam as IAssignTeam, type index$1_IAssignUser as IAssignUser, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$1_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IEmailAccountSocial as IEmailAccountSocial, type index$1_IEmailProxy as IEmailProxy, type index$1_IEmailRawManager as IEmailRawManager, type index$1_IEmailVPS as IEmailVPS, type index$1_IFile as IFile, type index$1_IFilterSettingAccountSocialFindForSettingDto as IFilterSettingAccountSocialFindForSettingDto, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImageVideoVoiceCanvaInstagram as IHistoryTaskAIImageVideoVoiceCanvaInstagram, type index$1_IHistoryTaskAIImageVideoVoiceCanvaThreads as IHistoryTaskAIImageVideoVoiceCanvaThreads, type index$1_IIncreaseValueTask as IIncreaseValueTask, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryAutoSyncStoreIdxELS as IInstagramHistoryAutoSyncStoreIdxELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryChangeInfoStoreIdxELS as IInstagramHistoryChangeInfoStoreIdxELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryCreateNewStoreIdxELS as IInstagramHistoryCreateNewStoreIdxELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramHistoryGroupStoreIdxELS as IInstagramHistoryGroupStoreIdxELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$1_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IMailWork as IMailWork, type index$1_IManagerImageAIInstagram as IManagerImageAIInstagram, type index$1_IManagerImageAIInstagramItemStore as IManagerImageAIInstagramItemStore, type index$1_IManagerImageAIInstagramUserAttached as IManagerImageAIInstagramUserAttached, type index$1_IManagerImageAIThreads as IManagerImageAIThreads, type index$1_IManagerImageAIThreadsItemStore as IManagerImageAIThreadsItemStore, type index$1_IManagerImageAIThreadsUserAttached as IManagerImageAIThreadsUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IManualContentSocialInstagram as IManualContentSocialInstagram, type index$1_IManualContentSocialInstagramChildren as IManualContentSocialInstagramChildren, type index$1_IManualContentSocialInstagramChildrenItemPost as IManualContentSocialInstagramChildrenItemPost, type index$1_IManualContentSocialInstagramNiche as IManualContentSocialInstagramNiche, type index$1_IManualContentSocialInstagramRunTime as IManualContentSocialInstagramRunTime, type index$1_IManualContentSocialThreads as IManualContentSocialThreads, type index$1_IManualContentSocialThreadsChildren as IManualContentSocialThreadsChildren, type index$1_IManualContentSocialThreadsChildrenItemPost as IManualContentSocialThreadsChildrenItemPost, type index$1_IManualContentSocialThreadsNiche as IManualContentSocialThreadsNiche, type index$1_IManualContentSocialThreadsRunTime as IManualContentSocialThreadsRunTime, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IPCLog as IPCLog, type index$1_IPCLogELS as IPCLogELS, type index$1_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISettingAccountSocialDto as ISettingAccountSocialDto, type index$1_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$1_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$1_ISettingTool as ISettingTool, type index$1_ISheetImportExportSocial as ISheetImportExportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanva as ITaskAIImageCanva, type index$1_ITaskAIImageVideoVoiceCanvaInstagram as ITaskAIImageVideoVoiceCanvaInstagram, type index$1_ITaskAIImageVideoVoiceCanvaThreads as ITaskAIImageVideoVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$1_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$1_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$1_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$1_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$1_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskManualContentSocialInstagram as ITaskManualContentSocialInstagram, type index$1_ITaskManualContentSocialThreads as ITaskManualContentSocialThreads, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$1_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$1_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$1_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$1_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$1_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, type index$1_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTime as ITrackingTime, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IViewDeviceByPC as IViewDeviceByPC, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, type index$1_ImportAccountVPSDto as ImportAccountVPSDto, type index$1_ImportInstagramAccountRawDto as ImportInstagramAccountRawDto, type index$1_ImportManagerWorkDto as ImportManagerWorkDto, type index$1_ImportSheetWorkDto as ImportSheetWorkDto, type index$1_ListManualContentSocialChildrenDto as ListManualContentSocialChildrenDto, type index$1_ListManualContentSocialInstagramChildrenDto as ListManualContentSocialInstagramChildrenDto, type index$1_ListManualContentSocialThreadsChildrenDto as ListManualContentSocialThreadsChildrenDto, type index$1_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, type index$1_OverviewSheetsToolDto as OverviewSheetsToolDto, type index$1_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$a as Permission, type index$1_ReplaceAccountVSPDto as ReplaceAccountVSPDto, type index$1_ResultChangeInfoInstagramAccountRawDto as ResultChangeInfoInstagramAccountRawDto, type index$1_ResultImportInstagramAccountRawDto as ResultImportInstagramAccountRawDto, index$3 as Socials, type index$1_StatisticsManagerWorkDto as StatisticsManagerWorkDto, type index$1_StatisticsSheetWorkDto as StatisticsSheetWorkDto, type index$1_StoreTaskManualContentSocialInstagramForRunDto as StoreTaskManualContentSocialInstagramForRunDto, type index$1_StoreTaskManualContentSocialThreadsForRunDto as StoreTaskManualContentSocialThreadsForRunDto, index$4 as Tool, type index$1_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, type index$1_UpdateAccountVPSDto as UpdateAccountVPSDto, type index$1_UpdateBlogDto as UpdateBlogDto, type index$1_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, type index$1_UpdateDepartmentDto as UpdateDepartmentDto, type index$1_UpdateDeviceDto as UpdateDeviceDto, type index$1_UpdateInstagramSettingInteractFollowDto as UpdateInstagramSettingInteractFollowDto, type index$1_UpdateInstagramSettingInteractReplyCommentDto as UpdateInstagramSettingInteractReplyCommentDto, type index$1_UpdateInstagramSettingInteractReplyMessageDto as UpdateInstagramSettingInteractReplyMessageDto, type index$1_UpdateInstagramSettingInteractUnFollowDto as UpdateInstagramSettingInteractUnFollowDto, type index$1_UpdateInstagramSettingPostDto as UpdateInstagramSettingPostDto, type index$1_UpdateLarkDto as UpdateLarkDto, type index$1_UpdateManagerWorkDto as UpdateManagerWorkDto, type index$1_UpdatePCDto as UpdatePCDto, type index$1_UpdateProxyDto as UpdateProxyDto, type index$1_UpdateRoleDto as UpdateRoleDto, type index$1_UpdateSheetWorkDto as UpdateSheetWorkDto, type index$1_UpdateSheetsToolDto as UpdateSheetsToolDto, type index$1_UpdateTaskAIContentDto as UpdateTaskAIContentDto, type index$1_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, type index$1_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, type index$1_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, type index$1_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, type index$1_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, type index$1_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, type index$1_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, type index$1_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, type index$1_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, type index$1_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, type index$1_UpdateTasksJobDto as UpdateTasksJobDto, type index$1_UpdateTeamDto as UpdateTeamDto, type index$1_UpdateUserDto as UpdateUserDto, type index$1_UpsertManualContentSocialInstagramChildrenDto as UpsertManualContentSocialInstagramChildrenDto, type index$1_UpsertManualContentSocialInstagramChildrenItemPostDto as UpsertManualContentSocialInstagramChildrenItemPostDto, type index$1_UpsertManualContentSocialInstagramDto as UpsertManualContentSocialInstagramDto, type index$1_UpsertManualContentSocialThreadsChildrenDto as UpsertManualContentSocialThreadsChildrenDto, type index$1_UpsertManualContentSocialThreadsChildrenItemPostDto as UpsertManualContentSocialThreadsChildrenItemPostDto, type index$1_UpsertManualContentSocialThreadsDto as UpsertManualContentSocialThreadsDto, type index$1_ViewAsyncManualContentSocialInstagramDto as ViewAsyncManualContentSocialInstagramDto, type index$1_ViewAsyncManualContentSocialThreadsDto as ViewAsyncManualContentSocialThreadsDto, type index$1_ViewAutoSyncInformationManualContentSocialInstagramDto as ViewAutoSyncInformationManualContentSocialInstagramDto, type index$1_ViewAutoSyncInformationManualContentThreadsDto as ViewAutoSyncInformationManualContentThreadsDto, type index$1_ViewDetailDeviceDto as ViewDetailDeviceDto, type index$1_ViewDetailFolderInstagramDto as ViewDetailFolderInstagramDto, type index$1_ViewDetailFolderThreadsDto as ViewDetailFolderThreadsDto, type index$1_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto, type index$1_ViewListGPMProfileDto as ViewListGPMProfileDto, type index$1_ViewSettingInstagramOfAccountDto as ViewSettingInstagramOfAccountDto, index$5 as Workspace };
17595
18079
  }
17596
18080
 
17597
18081
  interface IUserInfoAssignment {
@@ -17738,4 +18222,4 @@ declare namespace index {
17738
18222
  export type { index_ExportDto as ExportDto, index_FilterBaseDto as FilterBaseDto, index_FilterBaseSocialDto as FilterBaseSocialDto, index_IBaseELS as IBaseELS, index_IBaseOverview as IBaseOverview, index_IBaseRefFieldELS as IBaseRefFieldELS, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IBaseStoreIdxELS as IBaseStoreIdxELS, index_IFilterAssignDto as IFilterAssignDto, index_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index_IFilterBaseDto as IFilterBaseDto, index_IFindBaseDto as IFindBaseDto, index_IUserInfoAssignment as IUserInfoAssignment, index_ImportDto as ImportDto };
17739
18223
  }
17740
18224
 
17741
- export { index$i as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddBulkManualContentSocialChildrenDto, type AddManualContentSocialChildrenDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$8 as Auth, index$j as AutoConstants, index as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index$6 as AutoInterfaces, index$7 as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type ChangeInfoInstagramAccountRawDto, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateInstagramSettingInteractFollowDto, type CreateInstagramSettingInteractReplyCommentDto, type CreateInstagramSettingInteractReplyMessageDto, type CreateInstagramSettingInteractUnFollowDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerImageAIDto, type CreateManagerWorkDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DataImportInstagramAccountRawDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EManagerImageAIFolder, EManagerImageAIModel, EManualContentStatusPost, EManualContentStatusTask, EManualContentTypePost, EObjectName, EPCLogLevel, EPCLogSource, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialCheckAuth, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImportAccountSocial, EStatusLark, EStatusMailWork, EStatusPC, EStatusPCControl, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTeam, EStatusUse, EStatusUser, ETaskGenerateAIStatus, ETaskGenerateAIType, ETimeFilter, ETimeZone, EToolName, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeBrowser, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePcOS, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSettingInstagram, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoInstagram, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, EVPSCore, EVPSExtension, EVPSOs, EVPSRam, EVPSStatus, EVPSStatusConnection, EVPSStatusGpmLoginEmail, EVPSStatusReplace, EVPSStatusRestart, EVPSTimeRestart, EYesNo, type EditStatusImageItemDto, type EditStatusManualContentSocialChildrenItemPost, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountEmailManagerDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingFollowDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterInstagramSettingReplyCommentDto, type FilterInstagramSettingReplyMessageDto, type FilterInstagramSettingUnFollowDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterManualContentSocialDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindListAccountSocialForManualContentAdd, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindManualContentSocialDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, 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 FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountEmailManagerDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewManagerImageAIDto, type FindOverviewManualContentSocialDto, type FindOverviewPCDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewUserDto, type FindPCDetail, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskManualContentSocialDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$2 as Forum, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, 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 IAccountVPSProvider, type IAccountVPSSocial, type IAssignTeam, type IAssignUser, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseOverview, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBaseStoreIdxELS, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDeviceLogStoreIdxELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IEmailAccountSocial, type IEmailProxy, type IEmailRawManager, type IEmailVPS, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImageVideoVoiceCanvaInstagram, type IHistoryTaskAIImageVideoVoiceCanvaThreads, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryAutoSyncStoreIdxELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryChangeInfoStoreIdxELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryCreateNewStoreIdxELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramHistoryGroupStoreIdxELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractBlockUserStoreIdxELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractFollowStoreIdxELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyCommentStoreIdxELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractReplyMessageStoreIdxELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportInteractUnFollowStoreIdxELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostHighLightStoreIdxELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostNewStoreIdxELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostReelStoreIdxELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostSquareStoreIdxELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramReportPostStoryStoreIdxELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IMailWork, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IManualContentRunTime, type IManualContentSocial, type IManualContentSocialChildren, type IManualContentSocialChildrenItemPost, type IManualContentSocialNiche, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IPCLog, type IPCLogELS, type IPCLogStoreIdxELS, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISettingTool, type ISheetImportExportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanva, type ITaskAIImageVideoVoiceCanvaInstagram, type ITaskAIImageVideoVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramBlockUserStoreIdxELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramChangeInfoStoreIdxELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramFollowStoreIdxELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramPostStoreIdxELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyCommentStoreIdxELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskInstagramReplyMessageStoreIdxELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskManualContentSocial, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsFollowStoreIdxELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsPostStoreIdxELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyCommentStoreIdxELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITaskThreadsReplyMessageStoreIdxELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsDashboardFollower, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractFollowStoreIdxELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyCommentStoreIdxELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractReplyMessageStoreIdxELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportInteractUnFollowStoreIdxELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsReportPostStoreIdxELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTime, type IUser, type IUserInfoAssignment, type IUserRole, type IViewDeviceByPC, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type ListManualContentSocialChildrenDto, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, type ResultChangeInfoInstagramAccountRawDto, type ResultImportInstagramAccountRawDto, index$f as SheetTool, index$3 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type StoreTaskManualContentSocialForRunDto, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$4 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateInstagramSettingInteractFollowDto, type UpdateInstagramSettingInteractReplyCommentDto, type UpdateInstagramSettingInteractReplyMessageDto, type UpdateInstagramSettingInteractUnFollowDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type UpsertManualContentSocialChildrenDto, type UpsertManualContentSocialChildrenItemPostDto, type UpsertManualContentSocialDto, type ViewAsyncManualContentDto, type ViewAutoSyncInformationManualContentDto, type ViewDetailDeviceDto, type ViewDetailFolderDto, type ViewDetailSheetsToolDto, type ViewListGPMProfileDto, type ViewSettingInstagramOfAccountDto, index$5 as Workspace };
18225
+ export { index$i as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddBulkManualContentSocialInstagramChildrenDto, type AddBulkManualContentSocialThreadsChildrenDto, type AddManualContentSocialInstagramChildrenDto, type AddManualContentSocialThreadsChildrenDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$8 as Auth, index$j as AutoConstants, index as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index$6 as AutoInterfaces, index$7 as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type ChangeInfoInstagramAccountRawDto, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateInstagramSettingInteractFollowDto, type CreateInstagramSettingInteractReplyCommentDto, type CreateInstagramSettingInteractReplyMessageDto, type CreateInstagramSettingInteractUnFollowDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerImageAIInstagramDto, type CreateManagerImageAIThreadsDto, type CreateManagerWorkDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DataImportInstagramAccountRawDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIVersionGPT, EAIVersionPerplexity, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EManagerImageAIInstagramFolder, EManagerImageAIInstagramModel, EManagerImageAIThreadsFolder, EManagerImageAIThreadsModel, EManualContentSocialInstagramStatusPost, EManualContentSocialInstagramStatusTask, EManualContentSocialInstagramTypePost, EManualContentSocialThreadsStatusPost, EManualContentSocialThreadsStatusTask, EManualContentSocialThreadsTypePost, EObjectName, EPCLogLevel, EPCLogSource, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialCheckAuth, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusCommon, EStatusCreateNew, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImportAccountSocial, EStatusLark, EStatusMailWork, EStatusPC, EStatusPCControl, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTeam, EStatusUse, EStatusUser, ETaskGenerateAIStatus, ETaskGenerateAIType, ETimeFilter, ETimeZone, EToolName, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeBrowser, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePcOS, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSettingInstagram, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoInstagram, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, EVPSCore, EVPSExtension, EVPSOs, EVPSRam, EVPSStatus, EVPSStatusConnection, EVPSStatusGpmLoginEmail, EVPSStatusReplace, EVPSStatusRestart, EVPSTimeRestart, EYesNo, type EditStatusImageItemInstagramDto, type EditStatusImageItemThreadsDto, type EditStatusManualContentSocialInstagramChildrenItemPost, type EditStatusManualContentSocialThreadsChildrenItemPost, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountEmailManagerDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingFollowDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterInstagramSettingReplyCommentDto, type FilterInstagramSettingReplyMessageDto, type FilterInstagramSettingUnFollowDto, type FilterLarkDto, type FilterManagerImageAIInstagramDto, type FilterManagerImageAIThreadsDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterManualContentSocialInstagramDto, type FilterManualContentSocialThreadsDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageVideoVoiceCanvaInstagramDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindListAccountForManualContentSocialInstagramDto, type FindListAccountForManualContentSocialThreadsDto, type FindManagerImageAIInstagramDto, type FindManagerImageAIThreadsDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindManualContentSocialInstagramDto, type FindManualContentSocialThreadsDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, 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 FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountEmailManagerDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewManagerImageAIInstagramDto, type FindOverviewManagerImageAIThreadsDto, type FindOverviewManualContentSocialInstagramDto, type FindOverviewManualContentSocialThreadsDto, type FindOverviewPCDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewUserDto, type FindPCDetail, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskManualContentSocialInstagramDto, type FindTaskManualContentSocialThreadsDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$2 as Forum, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, 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 IAccountVPSProvider, type IAccountVPSSocial, type IAssignTeam, type IAssignUser, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseOverview, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBaseStoreIdxELS, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDeviceLogStoreIdxELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IEmailAccountSocial, type IEmailProxy, type IEmailRawManager, type IEmailVPS, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImageVideoVoiceCanvaInstagram, type IHistoryTaskAIImageVideoVoiceCanvaThreads, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryAutoSyncStoreIdxELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryChangeInfoStoreIdxELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryCreateNewStoreIdxELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramHistoryGroupStoreIdxELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractBlockUserStoreIdxELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractFollowStoreIdxELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyCommentStoreIdxELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractReplyMessageStoreIdxELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportInteractUnFollowStoreIdxELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostHighLightStoreIdxELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostNewStoreIdxELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostReelStoreIdxELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostSquareStoreIdxELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramReportPostStoryStoreIdxELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IMailWork, type IManagerImageAIInstagram, type IManagerImageAIInstagramItemStore, type IManagerImageAIInstagramUserAttached, type IManagerImageAIThreads, type IManagerImageAIThreadsItemStore, type IManagerImageAIThreadsUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IManualContentSocialInstagram, type IManualContentSocialInstagramChildren, type IManualContentSocialInstagramChildrenItemPost, type IManualContentSocialInstagramNiche, type IManualContentSocialInstagramRunTime, type IManualContentSocialThreads, type IManualContentSocialThreadsChildren, type IManualContentSocialThreadsChildrenItemPost, type IManualContentSocialThreadsNiche, type IManualContentSocialThreadsRunTime, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IPCLog, type IPCLogELS, type IPCLogStoreIdxELS, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISettingTool, type ISheetImportExportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanva, type ITaskAIImageVideoVoiceCanvaInstagram, type ITaskAIImageVideoVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramBlockUserStoreIdxELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramChangeInfoStoreIdxELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramFollowStoreIdxELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramPostStoreIdxELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyCommentStoreIdxELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskInstagramReplyMessageStoreIdxELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskManualContentSocialInstagram, type ITaskManualContentSocialThreads, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsFollowStoreIdxELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsPostStoreIdxELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyCommentStoreIdxELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITaskThreadsReplyMessageStoreIdxELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsDashboardFollower, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractFollowStoreIdxELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyCommentStoreIdxELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractReplyMessageStoreIdxELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportInteractUnFollowStoreIdxELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsReportPostStoreIdxELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTime, type IUser, type IUserInfoAssignment, type IUserRole, type IViewDeviceByPC, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type ListManualContentSocialChildrenDto, type ListManualContentSocialInstagramChildrenDto, type ListManualContentSocialThreadsChildrenDto, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, type ResultChangeInfoInstagramAccountRawDto, type ResultImportInstagramAccountRawDto, index$f as SheetTool, index$3 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type StoreTaskManualContentSocialInstagramForRunDto, type StoreTaskManualContentSocialThreadsForRunDto, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$4 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateInstagramSettingInteractFollowDto, type UpdateInstagramSettingInteractReplyCommentDto, type UpdateInstagramSettingInteractReplyMessageDto, type UpdateInstagramSettingInteractUnFollowDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type UpsertManualContentSocialInstagramChildrenDto, type UpsertManualContentSocialInstagramChildrenItemPostDto, type UpsertManualContentSocialInstagramDto, type UpsertManualContentSocialThreadsChildrenDto, type UpsertManualContentSocialThreadsChildrenItemPostDto, type UpsertManualContentSocialThreadsDto, type ViewAsyncManualContentSocialInstagramDto, type ViewAsyncManualContentSocialThreadsDto, type ViewAutoSyncInformationManualContentSocialInstagramDto, type ViewAutoSyncInformationManualContentThreadsDto, type ViewDetailDeviceDto, type ViewDetailFolderInstagramDto, type ViewDetailFolderThreadsDto, type ViewDetailSheetsToolDto, type ViewListGPMProfileDto, type ViewSettingInstagramOfAccountDto, index$5 as Workspace };