automation-lib 5.4.335 → 5.4.342

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -1,5 +1,6 @@
1
1
  import { BoInterfaceModelsCommon } from 'bodevops-be-common';
2
2
  import { BoInterfaceModelsCommon as BoInterfaceModelsCommon$1 } from 'bodevops-be-common/dist';
3
+ import { AutoEnums } from 'automation-lib/dist';
3
4
 
4
5
  declare const CONST_API_OTP: {
5
6
  SEND: string;
@@ -753,6 +754,18 @@ declare enum EYesNo {
753
754
  No = "No"
754
755
  }
755
756
 
757
+ declare enum ETimeFilter {
758
+ Today = "Today",
759
+ Yesterday = "Yesterday",
760
+ Last7Days = "Last7Days",
761
+ LastMonth = "LastMonth",
762
+ LastQuarter = "LastQuarter",
763
+ Last6Months = "Last6Months",
764
+ LastYear = "LastYear",
765
+ Last2Years = "Last2Years",
766
+ AllTime = "AllTime"
767
+ }
768
+
756
769
  type index$h_EDayOfWeek = EDayOfWeek;
757
770
  declare const index$h_EDayOfWeek: typeof EDayOfWeek;
758
771
  type index$h_EFile = EFile;
@@ -771,12 +784,14 @@ type index$h_EPriority = EPriority;
771
784
  declare const index$h_EPriority: typeof EPriority;
772
785
  type index$h_EStartStop = EStartStop;
773
786
  declare const index$h_EStartStop: typeof EStartStop;
787
+ type index$h_ETimeFilter = ETimeFilter;
788
+ declare const index$h_ETimeFilter: typeof ETimeFilter;
774
789
  type index$h_ETimeZone = ETimeZone;
775
790
  declare const index$h_ETimeZone: typeof ETimeZone;
776
791
  type index$h_EYesNo = EYesNo;
777
792
  declare const index$h_EYesNo: typeof EYesNo;
778
793
  declare namespace index$h {
779
- export { index$h_EDayOfWeek as EDayOfWeek, index$h_EFile as EFile, index$h_EGender as EGender, index$h_EHaveData as EHaveData, index$h_EInputTypeFilter as EInputTypeFilter, index$h_EObjectName as EObjectName, index$h_EPositionUser as EPositionUser, index$h_EPriority as EPriority, index$h_EStartStop as EStartStop, index$h_ETimeZone as ETimeZone, index$h_EYesNo as EYesNo };
794
+ export { index$h_EDayOfWeek as EDayOfWeek, index$h_EFile as EFile, index$h_EGender as EGender, index$h_EHaveData as EHaveData, index$h_EInputTypeFilter as EInputTypeFilter, index$h_EObjectName as EObjectName, index$h_EPositionUser as EPositionUser, index$h_EPriority as EPriority, index$h_EStartStop as EStartStop, index$h_ETimeFilter as ETimeFilter, index$h_ETimeZone as ETimeZone, index$h_EYesNo as EYesNo };
780
795
  }
781
796
 
782
797
  declare enum ELarkTypeNotification {
@@ -1186,11 +1201,6 @@ declare enum EStatusChangeEmail {
1186
1201
  NA = "N/A"
1187
1202
  }
1188
1203
 
1189
- declare enum EStatusPC {
1190
- Online = "Online",
1191
- Offline = "Offline"
1192
- }
1193
-
1194
1204
  declare enum EStatusPost {
1195
1205
  UnknownPost = "UnknownPost",
1196
1206
  PendingPost = "PendingPost",
@@ -1447,8 +1457,6 @@ type index$e_EStatusLoginEmail = EStatusLoginEmail;
1447
1457
  declare const index$e_EStatusLoginEmail: typeof EStatusLoginEmail;
1448
1458
  type index$e_EStatusMailWork = EStatusMailWork;
1449
1459
  declare const index$e_EStatusMailWork: typeof EStatusMailWork;
1450
- type index$e_EStatusPC = EStatusPC;
1451
- declare const index$e_EStatusPC: typeof EStatusPC;
1452
1460
  type index$e_EStatusPost = EStatusPost;
1453
1461
  declare const index$e_EStatusPost: typeof EStatusPost;
1454
1462
  type index$e_EStatusProxyChecked = EStatusProxyChecked;
@@ -1486,7 +1494,7 @@ declare const index$e_EStatusVPS: typeof EStatusVPS;
1486
1494
  type index$e_EStatusVPSReplace = EStatusVPSReplace;
1487
1495
  declare const index$e_EStatusVPSReplace: typeof EStatusVPSReplace;
1488
1496
  declare namespace index$e {
1489
- export { index$e_EDeviceResetTime as EDeviceResetTime, index$e_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$e_EStatusAccountCanva as EStatusAccountCanva, index$e_EStatusAccountDrive as EStatusAccountDrive, index$e_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$e_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$e_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$e_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$e_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$e_EStatusAccountSocialRun as EStatusAccountSocialRun, index$e_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$e_EStatusAccountSocialSync as EStatusAccountSocialSync, index$e_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$e_EStatusAccountVPN as EStatusAccountVPN, index$e_EStatusActive as EStatusActive, index$e_EStatusBlog as EStatusBlog, index$e_EStatusChangeEmail as EStatusChangeEmail, index$e_EStatusChangeInfo as EStatusChangeInfo, index$e_EStatusCommon as EStatusCommon, index$e_EStatusCreateNew as EStatusCreateNew, index$e_EStatusDevice as EStatusDevice, index$e_EStatusDeviceChangeName as EStatusDeviceChangeName, index$e_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$e_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$e_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$e_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$e_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$e_EStatusDeviceReplace as EStatusDeviceReplace, index$e_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$e_EStatusDeviceSetup as EStatusDeviceSetup, index$e_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$e_EStatusDeviceSync as EStatusDeviceSync, index$e_EStatusEditPost as EStatusEditPost, index$e_EStatusExecuteCommon as EStatusExecuteCommon, index$e_EStatusGenerate as EStatusGenerate, index$e_EStatusImportAccountSocial as EStatusImportAccountSocial, index$e_EStatusLark as EStatusLark, index$e_EStatusLoginEmail as EStatusLoginEmail, index$e_EStatusMailWork as EStatusMailWork, index$e_EStatusPC as EStatusPC, index$e_EStatusPost as EStatusPost, index$e_EStatusProxyChecked as EStatusProxyChecked, index$e_EStatusProxyNewIP as EStatusProxyNewIP, index$e_EStatusRole as EStatusRole, index$e_EStatusSheetWork as EStatusSheetWork, index$e_EStatusTaskAIContent as EStatusTaskAIContent, index$e_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$e_EStatusTaskCanva as EStatusTaskCanva, index$e_EStatusTaskImage as EStatusTaskImage, index$e_EStatusTaskJob as EStatusTaskJob, index$e_EStatusTaskJobGroup as EStatusTaskJobGroup, index$e_EStatusTaskScript as EStatusTaskScript, index$e_EStatusTaskToolSocials as EStatusTaskToolSocials, index$e_EStatusTaskVoice as EStatusTaskVoice, index$e_EStatusTeam as EStatusTeam, index$e_EStatusUser as EStatusUser, index$e_EStatusVPS as EStatusVPS, index$e_EStatusVPSReplace as EStatusVPSReplace };
1497
+ export { index$e_EDeviceResetTime as EDeviceResetTime, index$e_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$e_EStatusAccountCanva as EStatusAccountCanva, index$e_EStatusAccountDrive as EStatusAccountDrive, index$e_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$e_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$e_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$e_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$e_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$e_EStatusAccountSocialRun as EStatusAccountSocialRun, index$e_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$e_EStatusAccountSocialSync as EStatusAccountSocialSync, index$e_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$e_EStatusAccountVPN as EStatusAccountVPN, index$e_EStatusActive as EStatusActive, index$e_EStatusBlog as EStatusBlog, index$e_EStatusChangeEmail as EStatusChangeEmail, index$e_EStatusChangeInfo as EStatusChangeInfo, index$e_EStatusCommon as EStatusCommon, index$e_EStatusCreateNew as EStatusCreateNew, index$e_EStatusDevice as EStatusDevice, index$e_EStatusDeviceChangeName as EStatusDeviceChangeName, index$e_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$e_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$e_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$e_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$e_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$e_EStatusDeviceReplace as EStatusDeviceReplace, index$e_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$e_EStatusDeviceSetup as EStatusDeviceSetup, index$e_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$e_EStatusDeviceSync as EStatusDeviceSync, index$e_EStatusEditPost as EStatusEditPost, index$e_EStatusExecuteCommon as EStatusExecuteCommon, index$e_EStatusGenerate as EStatusGenerate, index$e_EStatusImportAccountSocial as EStatusImportAccountSocial, index$e_EStatusLark as EStatusLark, index$e_EStatusLoginEmail as EStatusLoginEmail, index$e_EStatusMailWork as EStatusMailWork, index$e_EStatusPost as EStatusPost, index$e_EStatusProxyChecked as EStatusProxyChecked, index$e_EStatusProxyNewIP as EStatusProxyNewIP, index$e_EStatusRole as EStatusRole, index$e_EStatusSheetWork as EStatusSheetWork, index$e_EStatusTaskAIContent as EStatusTaskAIContent, index$e_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$e_EStatusTaskCanva as EStatusTaskCanva, index$e_EStatusTaskImage as EStatusTaskImage, index$e_EStatusTaskJob as EStatusTaskJob, index$e_EStatusTaskJobGroup as EStatusTaskJobGroup, index$e_EStatusTaskScript as EStatusTaskScript, index$e_EStatusTaskToolSocials as EStatusTaskToolSocials, index$e_EStatusTaskVoice as EStatusTaskVoice, index$e_EStatusTeam as EStatusTeam, index$e_EStatusUser as EStatusUser, index$e_EStatusVPS as EStatusVPS, index$e_EStatusVPSReplace as EStatusVPSReplace };
1490
1498
  }
1491
1499
 
1492
1500
  declare enum ETypeProxy {
@@ -1757,6 +1765,29 @@ declare enum EToolName {
1757
1765
  AIImageVoiceVideo = "AIImageVoiceVideo"
1758
1766
  }
1759
1767
 
1768
+ declare enum EStatusPC {
1769
+ Busy = "Busy",
1770
+ Online = "Online",
1771
+ Offline = "Offline",
1772
+ Maintenance = "Maintenance"
1773
+ }
1774
+ declare enum EStatusPCControl {
1775
+ Idle = "Idle",
1776
+ InUse = "InUse"
1777
+ }
1778
+ declare enum EPCLogLevel {
1779
+ Warning = "Warning",
1780
+ Error = "Error",
1781
+ Info = "Info",
1782
+ Success = "Success"
1783
+ }
1784
+ declare enum EPCLogSource {
1785
+ Device = "Device",
1786
+ PC = "PC",
1787
+ System = "System",
1788
+ UserAction = "UserAction"
1789
+ }
1790
+
1760
1791
  type index$c_EAIModelContent = EAIModelContent;
1761
1792
  declare const index$c_EAIModelContent: typeof EAIModelContent;
1762
1793
  type index$c_EAIModelImage = EAIModelImage;
@@ -1811,6 +1842,10 @@ type index$c_ELarkTypeNotification = ELarkTypeNotification;
1811
1842
  declare const index$c_ELarkTypeNotification: typeof ELarkTypeNotification;
1812
1843
  type index$c_EObjectName = EObjectName;
1813
1844
  declare const index$c_EObjectName: typeof EObjectName;
1845
+ type index$c_EPCLogLevel = EPCLogLevel;
1846
+ declare const index$c_EPCLogLevel: typeof EPCLogLevel;
1847
+ type index$c_EPCLogSource = EPCLogSource;
1848
+ declare const index$c_EPCLogSource: typeof EPCLogSource;
1814
1849
  type index$c_EPositionUser = EPositionUser;
1815
1850
  declare const index$c_EPositionUser: typeof EPositionUser;
1816
1851
  type index$c_EPostStyle = EPostStyle;
@@ -1917,6 +1952,8 @@ type index$c_EStatusMailWork = EStatusMailWork;
1917
1952
  declare const index$c_EStatusMailWork: typeof EStatusMailWork;
1918
1953
  type index$c_EStatusPC = EStatusPC;
1919
1954
  declare const index$c_EStatusPC: typeof EStatusPC;
1955
+ type index$c_EStatusPCControl = EStatusPCControl;
1956
+ declare const index$c_EStatusPCControl: typeof EStatusPCControl;
1920
1957
  type index$c_EStatusPost = EStatusPost;
1921
1958
  declare const index$c_EStatusPost: typeof EStatusPost;
1922
1959
  type index$c_EStatusProxyChecked = EStatusProxyChecked;
@@ -1953,6 +1990,8 @@ type index$c_EStatusVPS = EStatusVPS;
1953
1990
  declare const index$c_EStatusVPS: typeof EStatusVPS;
1954
1991
  type index$c_EStatusVPSReplace = EStatusVPSReplace;
1955
1992
  declare const index$c_EStatusVPSReplace: typeof EStatusVPSReplace;
1993
+ type index$c_ETimeFilter = ETimeFilter;
1994
+ declare const index$c_ETimeFilter: typeof ETimeFilter;
1956
1995
  type index$c_ETimeZone = ETimeZone;
1957
1996
  declare const index$c_ETimeZone: typeof ETimeZone;
1958
1997
  type index$c_EToolName = EToolName;
@@ -2016,7 +2055,7 @@ declare const index$c_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
2016
2055
  type index$c_EYesNo = EYesNo;
2017
2056
  declare const index$c_EYesNo: typeof EYesNo;
2018
2057
  declare namespace index$c {
2019
- export { index$i as AI, index$h as Base, index$c_EAIModelContent as EAIModelContent, index$c_EAIModelImage as EAIModelImage, 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_EFolderImageAI as EFolderImageAI, 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_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_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$c_EStatusAccountCanva as EStatusAccountCanva, index$c_EStatusAccountDrive as EStatusAccountDrive, 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_EStatusAccountVPN as EStatusAccountVPN, index$c_EStatusActive as EStatusActive, index$c_EStatusBlog as EStatusBlog, index$c_EStatusChangeEmail as EStatusChangeEmail, index$c_EStatusChangeInfo as EStatusChangeInfo, index$c_EStatusChannel as EStatusChannel, index$c_EStatusCommon as EStatusCommon, index$c_EStatusCreateNew as EStatusCreateNew, index$c_EStatusDevice as EStatusDevice, 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_EStatusEmail as EStatusEmail, index$c_EStatusExecuteCommon as EStatusExecuteCommon, index$c_EStatusGenerate as EStatusGenerate, index$c_EStatusImportAccountSocial as EStatusImportAccountSocial, index$c_EStatusLark as EStatusLark, index$c_EStatusLoginEmail as EStatusLoginEmail, index$c_EStatusMailWork as EStatusMailWork, index$c_EStatusPC as EStatusPC, index$c_EStatusPost as EStatusPost, index$c_EStatusProxyChecked as EStatusProxyChecked, index$c_EStatusProxyNewIP as EStatusProxyNewIP, index$c_EStatusRole as EStatusRole, index$c_EStatusSheetWork as EStatusSheetWork, index$c_EStatusTaskAIContent as EStatusTaskAIContent, index$c_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$c_EStatusTaskCanva as EStatusTaskCanva, index$c_EStatusTaskImage as EStatusTaskImage, index$c_EStatusTaskJob as EStatusTaskJob, index$c_EStatusTaskJobGroup as EStatusTaskJobGroup, index$c_EStatusTaskScript as EStatusTaskScript, index$c_EStatusTaskToolSocials as EStatusTaskToolSocials, index$c_EStatusTaskVoice as EStatusTaskVoice, index$c_EStatusTeam as EStatusTeam, index$c_EStatusUser as EStatusUser, index$c_EStatusVPS as EStatusVPS, index$c_EStatusVPSReplace as EStatusVPSReplace, index$c_ETimeZone as ETimeZone, index$c_EToolName as EToolName, index$c_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$c_ETypeAccountVPN as ETypeAccountVPN, 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_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_ETypeRatioImage as ETypeRatioImage, 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 };
2058
+ export { index$i as AI, index$h as Base, index$c_EAIModelContent as EAIModelContent, index$c_EAIModelImage as EAIModelImage, 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_EFolderImageAI as EFolderImageAI, 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_EStatusAccountAI as EStatusAccountAI, index$c_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$c_EStatusAccountCanva as EStatusAccountCanva, index$c_EStatusAccountDrive as EStatusAccountDrive, 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_EStatusAccountVPN as EStatusAccountVPN, index$c_EStatusActive as EStatusActive, index$c_EStatusBlog as EStatusBlog, index$c_EStatusChangeEmail as EStatusChangeEmail, index$c_EStatusChangeInfo as EStatusChangeInfo, index$c_EStatusChannel as EStatusChannel, index$c_EStatusCommon as EStatusCommon, index$c_EStatusCreateNew as EStatusCreateNew, index$c_EStatusDevice as EStatusDevice, 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_EStatusEmail as EStatusEmail, index$c_EStatusExecuteCommon as EStatusExecuteCommon, index$c_EStatusGenerate as EStatusGenerate, index$c_EStatusImportAccountSocial as EStatusImportAccountSocial, index$c_EStatusLark as EStatusLark, index$c_EStatusLoginEmail as EStatusLoginEmail, index$c_EStatusMailWork as EStatusMailWork, index$c_EStatusPC as EStatusPC, index$c_EStatusPCControl as EStatusPCControl, index$c_EStatusPost as EStatusPost, index$c_EStatusProxyChecked as EStatusProxyChecked, index$c_EStatusProxyNewIP as EStatusProxyNewIP, index$c_EStatusRole as EStatusRole, index$c_EStatusSheetWork as EStatusSheetWork, index$c_EStatusTaskAIContent as EStatusTaskAIContent, index$c_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$c_EStatusTaskCanva as EStatusTaskCanva, index$c_EStatusTaskImage as EStatusTaskImage, index$c_EStatusTaskJob as EStatusTaskJob, index$c_EStatusTaskJobGroup as EStatusTaskJobGroup, index$c_EStatusTaskScript as EStatusTaskScript, index$c_EStatusTaskToolSocials as EStatusTaskToolSocials, index$c_EStatusTaskVoice as EStatusTaskVoice, index$c_EStatusTeam as EStatusTeam, index$c_EStatusUser as EStatusUser, index$c_EStatusVPS as EStatusVPS, index$c_EStatusVPSReplace as EStatusVPSReplace, 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_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_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_ETypeRatioImage as ETypeRatioImage, 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 };
2020
2059
  }
2021
2060
 
2022
2061
  type TFilter = 'direct' | 'ref';
@@ -2169,130 +2208,79 @@ interface IHistoryTaskAIContent extends IBaseModel, ITrackingModel<IUser> {
2169
2208
  timeEnd: Date;
2170
2209
  }
2171
2210
 
2172
- interface IPC extends IBaseModel, ITrackingModel<IUser> {
2173
- pc_name: string;
2174
- pc_description: string;
2175
- pc_status: EStatusPC;
2211
+ interface IDataUser {
2212
+ userId: string;
2213
+ userEmail: string;
2214
+ userName: string;
2215
+ userAvatar: string;
2216
+ userIsRootAdmin: boolean;
2217
+ userIsSubAdmin: boolean;
2218
+ userIsLeader: boolean;
2219
+ userListRolesModule: string[];
2220
+ }
2221
+ interface IResponseLogin {
2222
+ token: string;
2223
+ user: IDataUser;
2176
2224
  }
2177
2225
 
2178
- interface IDevice extends IBaseModel, ITrackingModel<IUser> {
2179
- idea: string | IManagerWork;
2180
- niche: string | IManagerWork;
2181
- pc: IPC | string;
2182
- os: ETypeDeviceOS;
2183
- model: string;
2184
- name: string;
2185
- oldKey: string;
2186
- newKey: string;
2187
- hubConnection: string;
2188
- hubStatus: EStatusDeviceHubStatus;
2189
- phoneNumber: string;
2190
- timeExpiredPhoneNumber: Date;
2191
- countChange: number;
2192
- wifiName: string;
2193
- wifiPass: string;
2194
- numberResetByTheHour: number;
2195
- nameSystemInformation: string;
2196
- deviceInheritance: any;
2197
- setupSetting: {
2198
- changeLanguageSettings: EStatusDeviceSetupSettingTask;
2199
- configureNetworkSettings: EStatusDeviceSetupSettingTask;
2200
- configureDateTime: EStatusDeviceSetupSettingTask;
2201
- setupLocationServices: EStatusDeviceSetupSettingTask;
2202
- installSecurityUpdates: EStatusDeviceSetupSettingTask;
2203
- configurePrivacySettings: EStatusDeviceSetupSettingTask;
2204
- setupDeviceName: EStatusDeviceSetupSettingTask;
2205
- configureNotifications: EStatusDeviceSetupSettingTask;
2206
- configureAccessibility: EStatusDeviceSetupSettingTask;
2226
+ interface IDataDiscussTaskJob {
2227
+ taskJobId: string;
2228
+ data: {
2229
+ message: string;
2230
+ userId: string;
2231
+ timestamp: Date;
2207
2232
  };
2208
- typeOld: ETypeDevice;
2209
- typeNew: ETypeDevice;
2210
- statusSetup: EStatusDeviceSetup;
2211
- statusOld: EStatusDevice;
2212
- statusNew: EStatusDevice;
2213
- statusRunningSocial: EStatusDeviceRunningSocial;
2214
- statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud;
2215
- statusConnectPC: EStatusDeviceConnectPC;
2216
- statusChangeNew: EStatusDeviceChangeNew;
2217
- statusReplace: EStatusDeviceReplace;
2218
- statusChangeName: EStatusDeviceChangeName;
2219
- statusConnectWifi: EStatusDeviceConnectWifi;
2220
- statusSync: EStatusDeviceSync;
2221
- noteFix: string;
2222
- timeChangeDevice: Date;
2223
- timeLoginCHPlayICloud: Date;
2224
- timeLastUsed: Date;
2225
- lastUserUsed: string | IUser;
2226
2233
  }
2227
2234
 
2228
- interface IDeviceLog extends IBaseModel, ITrackingModel<IUser> {
2229
- eventDateStartTime: Date;
2230
- statusStart: EStatusDeviceLog;
2231
- eventDateEndTime: Date;
2232
- statusEnd: EStatusDeviceLog;
2233
- duration: string;
2234
- type: ETypeDeviceLog;
2235
- retryType: number;
2236
- taskID: ETypeTaskID;
2237
- taskType: string;
2238
- taskName: string;
2239
- typeSocial: ETypeSocial;
2240
- descriptionBug: string;
2241
- deviceName: string;
2242
- deviceOS: ETypeDeviceOS;
2243
- deviceModel: string;
2244
- deviceKey: string;
2245
- pcName: string;
2235
+ interface IDataNotification {
2236
+ link?: string;
2237
+ content: string;
2238
+ authorId?: string;
2239
+ users?: string[];
2240
+ departments?: string[];
2246
2241
  }
2247
- interface IDeviceLogELS extends IBaseELS {
2248
- eventDateStartTime: Date;
2249
- statusStart: EStatusDeviceLog;
2250
- eventDateEndTime: Date;
2251
- statusEnd: EStatusDeviceLog;
2252
- duration: string;
2253
- type: ETypeDeviceLog;
2254
- retryType: number;
2255
- taskID: ETypeTaskID;
2256
- taskType: string;
2257
- taskName: string;
2258
- typeSocial: ETypeSocial;
2259
- deviceName: string;
2260
- deviceModel: string;
2261
- deviceOS: ETypeDeviceOS;
2262
- deviceKey: string;
2263
- pcName: string;
2264
- descriptionBug: string;
2242
+
2243
+ interface IFilterStore extends IBaseModel, ITrackingModel<IUser> {
2244
+ name: string;
2245
+ objectName: string;
2246
+ dataFilterStore: Array<{
2247
+ field: string;
2248
+ value: any;
2249
+ }>;
2265
2250
  }
2266
2251
 
2267
- interface IDeviceSettingForAccount extends IBaseModel, ITrackingModel<IUser> {
2268
- device: string | IDevice;
2269
- typeSocial: ETypeSocial;
2270
- accountSocial: string | IAccountSocialBase;
2271
- isActive: boolean;
2252
+ interface IColsUnSelected extends IBaseModel, ITrackingModel<IUser> {
2253
+ objectName: string;
2254
+ listColsUnSelected: Array<string>;
2272
2255
  }
2273
2256
 
2274
- interface IAccountCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
2275
- sheetUrl: string;
2276
- sheetName: string;
2277
- os: ETypeDeviceOS;
2278
- oldEmail: string;
2279
- oldPassword: string;
2280
- oldCode2FA: string;
2281
- oldEmailRecover: string;
2282
- newEmail: string;
2283
- newPassword: string;
2284
- newCode2FA: string;
2285
- newEmailRecover: string;
2286
- statusChange: EStatusChangeInfo;
2287
- status: EStatusAccountCHPlayICloud;
2288
- timeLastUsed: Date;
2289
- lastUserUsed: string | IUser;
2290
- note: string;
2257
+ type index$8_IColsUnSelected = IColsUnSelected;
2258
+ type index$8_IDataDiscussTaskJob = IDataDiscussTaskJob;
2259
+ type index$8_IDataNotification = IDataNotification;
2260
+ type index$8_IDataUser = IDataUser;
2261
+ type index$8_IFilterStore = IFilterStore;
2262
+ type index$8_IResponseLogin = IResponseLogin;
2263
+ declare namespace index$8 {
2264
+ export type { index$8_IColsUnSelected as IColsUnSelected, index$8_IDataDiscussTaskJob as IDataDiscussTaskJob, index$8_IDataNotification as IDataNotification, index$8_IDataUser as IDataUser, index$8_IFilterStore as IFilterStore, index$8_IResponseLogin as IResponseLogin };
2291
2265
  }
2292
2266
 
2293
- interface IDeviceSettingForCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
2294
- device: string | IDevice;
2295
- accountCHPlayICloud: IAccountCHPlayICloud | string;
2267
+ interface IPC extends IBaseModel, ITrackingModel<IUser> {
2268
+ name: string;
2269
+ alias: string;
2270
+ machineGUID: string;
2271
+ ip: string;
2272
+ maxDevice: number;
2273
+ os: string;
2274
+ timeActive: Date;
2275
+ status: EStatusPC;
2276
+ statusControl: EStatusPCControl;
2277
+ statusChangeDate: Date;
2278
+ userAssign: string | IUser;
2279
+ note: string;
2280
+ startStop: EStartStop;
2281
+ isNotifyConnection: boolean;
2282
+ isNotifyDeviceConnection: boolean;
2283
+ listEmailNotify: string[];
2296
2284
  }
2297
2285
 
2298
2286
  interface IAccountAIContentTag extends BoInterfaceModelsCommon$1.IBaseModel {
@@ -2394,13 +2382,13 @@ interface IBlogUserPermission extends IBaseModel, ITrackingModel<IUser> {
2394
2382
  user: string | IUser;
2395
2383
  }
2396
2384
 
2397
- type index$8_IBlog = IBlog;
2398
- type index$8_IBlogCategory = IBlogCategory;
2399
- type index$8_IBlogDepartmentPermission = IBlogDepartmentPermission;
2400
- type index$8_IBlogTeamPermission = IBlogTeamPermission;
2401
- type index$8_IBlogUserPermission = IBlogUserPermission;
2402
- declare namespace index$8 {
2403
- export type { index$8_IBlog as IBlog, index$8_IBlogCategory as IBlogCategory, index$8_IBlogDepartmentPermission as IBlogDepartmentPermission, index$8_IBlogTeamPermission as IBlogTeamPermission, index$8_IBlogUserPermission as IBlogUserPermission };
2385
+ type index$7_IBlog = IBlog;
2386
+ type index$7_IBlogCategory = IBlogCategory;
2387
+ type index$7_IBlogDepartmentPermission = IBlogDepartmentPermission;
2388
+ type index$7_IBlogTeamPermission = IBlogTeamPermission;
2389
+ type index$7_IBlogUserPermission = IBlogUserPermission;
2390
+ declare namespace index$7 {
2391
+ export type { index$7_IBlog as IBlog, index$7_IBlogCategory as IBlogCategory, index$7_IBlogDepartmentPermission as IBlogDepartmentPermission, index$7_IBlogTeamPermission as IBlogTeamPermission, index$7_IBlogUserPermission as IBlogUserPermission };
2404
2392
  }
2405
2393
 
2406
2394
  interface ITaskJobAttachmentBlog extends IBaseModel, ITrackingModel<IUser> {
@@ -2508,29 +2496,29 @@ interface IDomain extends IBaseModel {
2508
2496
  domain_color: string;
2509
2497
  }
2510
2498
 
2511
- type index$7_IDomain = IDomain;
2512
- type index$7_ILark = ILark;
2513
- type index$7_ILarkTeam = ILarkTeam;
2514
- type index$7_IManagerWork = IManagerWork;
2515
- type index$7_ISheetWork = ISheetWork;
2516
- type index$7_ISheetWorkDepartmentPermission = ISheetWorkDepartmentPermission;
2517
- type index$7_ISheetWorkManager = ISheetWorkManager;
2518
- type index$7_ISheetWorkUserPermission = ISheetWorkUserPermission;
2519
- type index$7_ISheetWorksCategory = ISheetWorksCategory;
2520
- type index$7_ITag = ITag;
2521
- type index$7_ITaskJob = ITaskJob;
2522
- type index$7_ITaskJobAttachmentBlog = ITaskJobAttachmentBlog;
2523
- type index$7_ITaskJobBlogAttached = ITaskJobBlogAttached;
2524
- type index$7_ITaskJobCheckList = ITaskJobCheckList;
2525
- type index$7_ITaskJobDepartmentPermission = ITaskJobDepartmentPermission;
2526
- type index$7_ITaskJobDiscuss = ITaskJobDiscuss;
2527
- type index$7_ITaskJobLabel = ITaskJobLabel;
2528
- type index$7_ITaskJobPermission = ITaskJobPermission;
2529
- type index$7_ITaskJobTeamPermission = ITaskJobTeamPermission;
2530
- type index$7_ITaskJobUserPermission = ITaskJobUserPermission;
2531
- type index$7_ITaskJobsGroup = ITaskJobsGroup;
2532
- declare namespace index$7 {
2533
- export type { index$7_IDomain as IDomain, index$7_ILark as ILark, index$7_ILarkTeam as ILarkTeam, index$7_IManagerWork as IManagerWork, index$7_ISheetWork as ISheetWork, index$7_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, index$7_ISheetWorkManager as ISheetWorkManager, index$7_ISheetWorkUserPermission as ISheetWorkUserPermission, index$7_ISheetWorksCategory as ISheetWorksCategory, index$7_ITag as ITag, index$7_ITaskJob as ITaskJob, index$7_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, index$7_ITaskJobBlogAttached as ITaskJobBlogAttached, index$7_ITaskJobCheckList as ITaskJobCheckList, index$7_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, index$7_ITaskJobDiscuss as ITaskJobDiscuss, index$7_ITaskJobLabel as ITaskJobLabel, index$7_ITaskJobPermission as ITaskJobPermission, index$7_ITaskJobTeamPermission as ITaskJobTeamPermission, index$7_ITaskJobUserPermission as ITaskJobUserPermission, index$7_ITaskJobsGroup as ITaskJobsGroup };
2499
+ type index$6_IDomain = IDomain;
2500
+ type index$6_ILark = ILark;
2501
+ type index$6_ILarkTeam = ILarkTeam;
2502
+ type index$6_IManagerWork = IManagerWork;
2503
+ type index$6_ISheetWork = ISheetWork;
2504
+ type index$6_ISheetWorkDepartmentPermission = ISheetWorkDepartmentPermission;
2505
+ type index$6_ISheetWorkManager = ISheetWorkManager;
2506
+ type index$6_ISheetWorkUserPermission = ISheetWorkUserPermission;
2507
+ type index$6_ISheetWorksCategory = ISheetWorksCategory;
2508
+ type index$6_ITag = ITag;
2509
+ type index$6_ITaskJob = ITaskJob;
2510
+ type index$6_ITaskJobAttachmentBlog = ITaskJobAttachmentBlog;
2511
+ type index$6_ITaskJobBlogAttached = ITaskJobBlogAttached;
2512
+ type index$6_ITaskJobCheckList = ITaskJobCheckList;
2513
+ type index$6_ITaskJobDepartmentPermission = ITaskJobDepartmentPermission;
2514
+ type index$6_ITaskJobDiscuss = ITaskJobDiscuss;
2515
+ type index$6_ITaskJobLabel = ITaskJobLabel;
2516
+ type index$6_ITaskJobPermission = ITaskJobPermission;
2517
+ type index$6_ITaskJobTeamPermission = ITaskJobTeamPermission;
2518
+ type index$6_ITaskJobUserPermission = ITaskJobUserPermission;
2519
+ type index$6_ITaskJobsGroup = ITaskJobsGroup;
2520
+ declare namespace index$6 {
2521
+ export type { index$6_IDomain as IDomain, index$6_ILark as ILark, index$6_ILarkTeam as ILarkTeam, index$6_IManagerWork as IManagerWork, index$6_ISheetWork as ISheetWork, index$6_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, index$6_ISheetWorkManager as ISheetWorkManager, index$6_ISheetWorkUserPermission as ISheetWorkUserPermission, index$6_ISheetWorksCategory as ISheetWorksCategory, index$6_ITag as ITag, index$6_ITaskJob as ITaskJob, index$6_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, index$6_ITaskJobBlogAttached as ITaskJobBlogAttached, index$6_ITaskJobCheckList as ITaskJobCheckList, index$6_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, index$6_ITaskJobDiscuss as ITaskJobDiscuss, index$6_ITaskJobLabel as ITaskJobLabel, index$6_ITaskJobPermission as ITaskJobPermission, index$6_ITaskJobTeamPermission as ITaskJobTeamPermission, index$6_ITaskJobUserPermission as ITaskJobUserPermission, index$6_ITaskJobsGroup as ITaskJobsGroup };
2534
2522
  }
2535
2523
 
2536
2524
  interface IAccountAIContent extends IBaseModel, ITrackingModel<IUser> {
@@ -2694,6 +2682,25 @@ interface IAccountCanva extends IBaseModel, ITrackingUserAction, ITrackingModel<
2694
2682
  note: string;
2695
2683
  }
2696
2684
 
2685
+ interface IAccountCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
2686
+ sheetUrl: string;
2687
+ sheetName: string;
2688
+ os: ETypeDeviceOS;
2689
+ oldEmail: string;
2690
+ oldPassword: string;
2691
+ oldCode2FA: string;
2692
+ oldEmailRecover: string;
2693
+ newEmail: string;
2694
+ newPassword: string;
2695
+ newCode2FA: string;
2696
+ newEmailRecover: string;
2697
+ statusChange: EStatusChangeInfo;
2698
+ status: EStatusAccountCHPlayICloud;
2699
+ timeLastUsed: Date;
2700
+ lastUserUsed: string | IUser;
2701
+ note: string;
2702
+ }
2703
+
2697
2704
  interface IAccountDrive extends IBaseModel, ITrackingModel<IUser> {
2698
2705
  sheetUrl: string;
2699
2706
  sheetName: string;
@@ -2895,6 +2902,13 @@ interface IBaseELS extends IBaseModel {
2895
2902
  name: string;
2896
2903
  };
2897
2904
  }
2905
+ interface IBaseStoreIdxELS extends IBaseModel {
2906
+ createdById: string;
2907
+ updatedById: string;
2908
+ departmentCreatorId: string;
2909
+ leaderCreatorId: string;
2910
+ teamCreatorId: string;
2911
+ }
2898
2912
  interface IBaseRefFieldELS {
2899
2913
  id: string;
2900
2914
  version: number;
@@ -9238,773 +9252,53 @@ interface FilterAccountCHPlayICloudDto extends IFilterBaseDto {
9238
9252
  lastUserUsed: string[];
9239
9253
  }
9240
9254
 
9241
- interface FindAutoFillDeviceDto {
9242
- listAccountIds: string[];
9243
- }
9244
- interface ApplyAutoFillDeviceDto {
9245
- listDeviceIds: string[];
9246
- wifiInfo: {
9247
- wifiName: string;
9248
- password: string;
9249
- status: EStatusDeviceConnectWifi;
9250
- };
9251
- numberResetByTheHour: number;
9255
+ interface IManagerSheetGroup extends IBaseModel, ITrackingModel<IUser> {
9256
+ name: string;
9257
+ slug: string;
9252
9258
  }
9253
- interface ActionPopupDeviceAccountDto {
9254
- deviceId: string;
9259
+
9260
+ interface IManagerSheet extends IBaseModel, ITrackingModel<IUser> {
9261
+ key: string;
9255
9262
  typeSocial: ETypeSocial;
9256
- accountSocialId: string;
9263
+ group: string | IManagerSheetGroup;
9264
+ standardColumn: string;
9265
+ url: string;
9266
+ name: string;
9267
+ isActive: boolean;
9257
9268
  }
9258
- interface DevicePopupOverviewAccountsDto {
9259
- totalAccounts: number;
9260
- availableAccounts: number;
9261
- lockedAccounts: number;
9262
- typeAccounts: {
9263
- business: number;
9264
- individual: number;
9269
+
9270
+ interface IManagerSheetChildren extends IBaseModel, ITrackingModel<IUser> {
9271
+ managerSheet: string | IManagerSheet;
9272
+ url: string;
9273
+ name: string;
9274
+ accountAI: string | IAccountAIContent;
9275
+ listColumnActions: Array<{
9276
+ columnSymbol: string;
9277
+ columnName: string;
9278
+ }>;
9279
+ isActive: boolean;
9280
+ info: {
9281
+ numberCol: number;
9282
+ numberRow: number;
9283
+ numberTaskPending: number;
9284
+ numberTaskError: number;
9285
+ numberTaskDone: number;
9286
+ timeReadMaximum: number;
9265
9287
  };
9288
+ numberExecute: number;
9289
+ numberHourForExecute: number;
9266
9290
  }
9267
- interface IDevicePopupViewAccountSocial {
9268
- id: string;
9269
- nameAppClone: string;
9270
- accountGroup: string;
9271
- accountID: string;
9272
- username: string;
9273
- fullname: string;
9274
- typeAccountSetting: string;
9275
- password: string;
9276
- email: string;
9277
- createdAt: Date;
9278
- lastLogin: Date;
9279
- deviceName: string;
9280
- keyDeviceOld: string;
9281
- keyDeviceNew: string;
9282
- status: EStatusAccountSocialRaw;
9283
- isActiveOnDevice: boolean;
9284
- }
9285
- interface DevicePopupListAddAccountDto {
9286
- id: string;
9287
- idea: string;
9288
- niche: string;
9289
- type: ETypeManagerWorkClassify;
9290
- accountGroup: string;
9291
- accountID: string;
9292
- username: string;
9293
- fullname: string;
9294
- email: string;
9295
- password: string;
9296
- typeAccountSetting: ETypeAccountInstagramSetting;
9297
- status: EStatusAccountSocialRaw;
9298
- departmentCreator: string;
9299
- teamCreator: string;
9300
- createdBy: string;
9301
- updatedBy: string;
9302
- createdAt: Date;
9303
- updatedAt: Date;
9304
- }
9305
- interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
9306
- }
9307
- interface DevicePopupViewAccountThreadsDto extends IDevicePopupViewAccountSocial {
9308
- }
9309
- interface DevicePopupOverviewAddAccountDto {
9310
- totalAccounts: number;
9311
- availableAccounts: number;
9312
- lockedAccounts: number;
9313
- typeAccounts: {
9314
- business: number;
9315
- individual: number;
9316
- };
9317
- }
9318
- interface AddAccountForDeviceDto {
9319
- deviceId: string;
9320
- typeSocial: ETypeSocial;
9321
- listAccountIds: string[];
9322
- }
9323
- interface FindReplaceDeviceDto {
9324
- currentDevice: {
9325
- deviceID: string;
9326
- model: string;
9327
- department: string;
9328
- status: EStatusDevice;
9329
- };
9330
- deviceSelection: Array<{
9331
- id: string;
9332
- deviceKey: string;
9333
- model: string;
9334
- department: string;
9335
- status: EStatusDevice;
9336
- }>;
9337
- socialMediaSelection: Array<{
9338
- name: ETypeSocial;
9339
- numberAccount: number;
9340
- }>;
9341
- }
9342
- interface ApplyReplaceDeviceDto {
9343
- deviceAvailableId: string;
9344
- listSocialsMigrate: Array<ETypeSocial>;
9345
- }
9346
- interface UpdateDeviceDto {
9347
- basic: {
9348
- informationSystem: string;
9349
- deviceType: string;
9350
- status: string;
9351
- statusRunningSocialDevice: EStatusDeviceRunningSocial;
9352
- };
9353
- organization: {
9354
- department: string;
9355
- team: string;
9356
- user: string;
9357
- };
9358
- network: {
9359
- pcName: string;
9360
- pcStatus: EStatusPC;
9361
- hubConnection: string;
9362
- hubStatus: string;
9363
- wifiName: string;
9364
- wifiPassword: string;
9365
- wifiConnectionStatus: EStatusDeviceConnectWifi;
9366
- timePhoneNumberExpiry: Date;
9367
- };
9368
- technical: {
9369
- os: ETypeDeviceOS;
9370
- key: string;
9371
- model: string;
9372
- noteFix: Date;
9373
- statusSync: EStatusDeviceSync;
9374
- };
9375
- }
9376
- interface ViewDetailDeviceDto {
9377
- basic: {
9378
- key: string;
9379
- informationSystem: string;
9380
- status: EStatusDevice;
9381
- };
9382
- organization: {
9383
- department: string;
9384
- team: string;
9385
- user: string;
9386
- };
9387
- networkConnection: {
9388
- pcName: string;
9389
- pcStatus: EStatusPC;
9390
- hubConnection: string;
9391
- hubStatus: EStatusDeviceHubStatus;
9392
- };
9393
- deviceHistory: {
9394
- oldKey: string;
9395
- newKey: string;
9396
- countChange: number;
9397
- deviceInheritance: any;
9398
- };
9399
- details: {
9400
- os: ETypeDeviceOS;
9401
- model: string;
9402
- key: string;
9403
- statusSync: EStatusDeviceSync;
9404
- };
9405
- timestamps: {
9406
- createdAt: Date;
9407
- updatedAt: Date;
9408
- timeLastUsed: Date;
9409
- lastUserUsed: string;
9410
- };
9411
- }
9412
- interface FindOverviewDeviceDetailDto {
9413
- statusPC: {
9414
- total: number;
9415
- turnOn: number;
9416
- turnOff: number;
9417
- unknown: number;
9418
- };
9419
- deviceConnectPC: {
9420
- online: number;
9421
- offline: number;
9422
- failed: number;
9423
- error: number;
9424
- unknown: number;
9425
- };
9426
- hubStatus: {
9427
- online: number;
9428
- offline: number;
9429
- error: number;
9430
- unknown: number;
9431
- };
9432
- deviceOld: {
9433
- totalIDs: number;
9434
- liveOld: number;
9435
- readyOld: number;
9436
- errorDead: number;
9437
- changes: number;
9438
- };
9439
- deviceNew: {
9440
- totalIDs: number;
9441
- liveActive: number;
9442
- readyNew: number;
9443
- changes: number;
9444
- };
9445
- replaceStatus: {
9446
- success: number;
9447
- pending: number;
9448
- replacing: number;
9449
- error: number;
9450
- };
9451
- runningSocialDevice: {
9452
- running: number;
9453
- ready: number;
9454
- error: number;
9455
- dead: number;
9456
- };
9457
- statusLoginCHPlayICloud: {
9458
- done: number;
9459
- notDone: number;
9460
- error: number;
9461
- unknown: number;
9462
- };
9463
- statusChangeName: {
9464
- done: number;
9465
- notDone: number;
9466
- error: number;
9467
- unknown: number;
9468
- };
9469
- setupSettingDevice: {
9470
- completed: number;
9471
- skipped: number;
9472
- errors: number;
9473
- unknown: number;
9474
- };
9475
- }
9476
- interface FindOverviewDeviceBasicDto {
9477
- department: {
9478
- total: number;
9479
- };
9480
- team: {
9481
- total: number;
9482
- };
9483
- member: {
9484
- total: number;
9485
- };
9486
- android: {
9487
- total: number;
9488
- };
9489
- iOS: {
9490
- total: number;
9491
- };
9492
- withPhoneNumber: {
9493
- total: number;
9494
- };
9495
- hasCHPlayICloud: {
9496
- total: number;
9497
- };
9498
- hasProxyVPN: {
9499
- total: number;
9500
- };
9501
- withNotes: {
9502
- total: number;
9503
- };
9504
- }
9505
- interface FindOverviewDeviceSocialMediaAccountDto {
9506
- instagram: {
9507
- total: number;
9508
- };
9509
- threads: {
9510
- total: number;
9511
- };
9512
- fbProfile: {
9513
- total: number;
9514
- };
9515
- facebookFanPage: {
9516
- total: number;
9517
- };
9518
- facebookGroup: {
9519
- total: number;
9520
- };
9521
- tiktok: {
9522
- total: number;
9523
- };
9524
- pinterest: {
9525
- total: number;
9526
- };
9527
- xTwitter: {
9528
- total: number;
9529
- };
9530
- youtubeChannel: {
9531
- total: number;
9532
- };
9533
- medium: {
9534
- total: number;
9535
- };
9536
- reddit: {
9537
- total: number;
9538
- };
9539
- tumblr: {
9540
- total: number;
9541
- };
9542
- quora: {
9543
- total: number;
9544
- };
9545
- }
9546
- interface FindOverviewDeviceSocialMediaActiveLockedDto {
9547
- instagram: {
9548
- active: number;
9549
- locked: number;
9550
- };
9551
- threads: {
9552
- active: number;
9553
- locked: number;
9554
- };
9555
- fbProfile: {
9556
- active: number;
9557
- locked: number;
9558
- };
9559
- fbFanpage: {
9560
- active: number;
9561
- locked: number;
9562
- };
9563
- fbGroup: {
9564
- active: number;
9565
- locked: number;
9566
- };
9567
- tiktok: {
9568
- active: number;
9569
- locked: number;
9570
- };
9571
- pinterest: {
9572
- active: number;
9573
- locked: number;
9574
- };
9575
- xTwitter: {
9576
- active: number;
9577
- locked: number;
9578
- };
9579
- youtubeChannel: {
9580
- active: number;
9581
- locked: number;
9582
- };
9583
- medium: {
9584
- active: number;
9585
- locked: number;
9586
- };
9587
- reddit: {
9588
- active: number;
9589
- locked: number;
9590
- };
9591
- tumblr: {
9592
- active: number;
9593
- locked: number;
9594
- };
9595
- quora: {
9596
- active: number;
9597
- locked: number;
9598
- };
9599
- }
9600
- interface FilterDeviceDto extends IFilterBaseDto, IFilterAssignDto {
9601
- idea: string[];
9602
- niche: string[];
9603
- os: ETypeDeviceOS[];
9604
- deviceOldKey: string[];
9605
- deviceNewKey: string[];
9606
- typeOld: ETypeDevice[];
9607
- typeNew: ETypeDevice[];
9608
- statusOld: EStatusDevice[];
9609
- statusNew: EStatusDevice[];
9610
- statusChangeNew: EStatusDeviceChangeNew[];
9611
- statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud[];
9612
- statusReplace: EStatusDeviceReplace[];
9613
- statusSync: EStatusDeviceSync[];
9614
- statusSetup: EStatusDeviceSetup[];
9615
- name: string[];
9616
- statusRunningSocial: EStatusDeviceRunningSocial[];
9617
- statusChangeName: EStatusDeviceChangeName[];
9618
- statusConnectWifi: EStatusDeviceConnectWifi[];
9619
- hasEmailCHPlayICloud: EHaveData[];
9620
- hasVpnAccounts: EHaveData[];
9621
- hasProxy: EHaveData[];
9622
- pcName: string[];
9623
- statusPC: EStatusPC[];
9624
- statusConnectPC: EStatusDeviceConnectPC[];
9625
- hubStatus: EStatusDeviceHubStatus[];
9626
- hubConnection: string[];
9627
- departmentAssign: string[];
9628
- leaderAssign: string[];
9629
- teamAssign: string[];
9630
- userAssign: string[];
9631
- createdAt: [Date, Date];
9632
- updatedAt: [Date, Date];
9633
- timeExpiredPhoneNumber: [Date, Date];
9634
- resetDeviceTime: number[];
9635
- }
9636
- interface FindDeviceDto extends IFindBaseDto {
9637
- allAccountSocials: {
9638
- x: {
9639
- total: number;
9640
- active: number;
9641
- locked: number;
9642
- };
9643
- facebook: {
9644
- total: number;
9645
- active: number;
9646
- locked: number;
9647
- };
9648
- facebookGroup: {
9649
- total: number;
9650
- active: number;
9651
- locked: number;
9652
- };
9653
- facebookFanPage: {
9654
- total: number;
9655
- active: number;
9656
- locked: number;
9657
- };
9658
- instagram: {
9659
- total: number;
9660
- active: number;
9661
- locked: number;
9662
- };
9663
- threads: {
9664
- total: number;
9665
- active: number;
9666
- locked: number;
9667
- };
9668
- twitter: {
9669
- total: number;
9670
- active: number;
9671
- locked: number;
9672
- };
9673
- youtube: {
9674
- total: number;
9675
- active: number;
9676
- locked: number;
9677
- };
9678
- medium: {
9679
- total: number;
9680
- active: number;
9681
- locked: number;
9682
- };
9683
- reddit: {
9684
- total: number;
9685
- active: number;
9686
- locked: number;
9687
- };
9688
- tumblr: {
9689
- total: number;
9690
- active: number;
9691
- locked: number;
9692
- };
9693
- pinterest: {
9694
- total: number;
9695
- active: number;
9696
- locked: number;
9697
- };
9698
- tiktok: {
9699
- total: number;
9700
- active: number;
9701
- locked: number;
9702
- };
9703
- quora: {
9704
- total: number;
9705
- active: number;
9706
- locked: number;
9707
- };
9708
- };
9709
- nameSystemInformation: string;
9710
- hubConnection: string;
9711
- hubStatus: EStatusDeviceHubStatus;
9712
- statusConnectPC: EStatusDeviceConnectPC;
9713
- statusRunningSocial: EStatusDeviceRunningSocial;
9714
- numberResetByTheHour: number;
9715
- phoneNumber: string;
9716
- typeOld: ETypeDevice;
9717
- statusOld: EStatusDevice;
9718
- typeNew: ETypeDevice;
9719
- statusNew: EStatusDevice;
9720
- keyOld: string;
9721
- keyNew: string;
9722
- statusChangeNew: EStatusDeviceChangeNew;
9723
- countChange: number;
9724
- deviceInheritance: any;
9725
- statusReplace: EStatusDeviceReplace;
9726
- idea: string;
9727
- niche: string;
9728
- pcInfo: {
9729
- id: string;
9730
- name: string;
9731
- status: EStatusPC;
9732
- };
9733
- deviceInfo: {
9734
- id: string;
9735
- os: ETypeDeviceOS;
9736
- model: string;
9737
- key: string;
9738
- name: string;
9739
- statusChangeName: EStatusDeviceChangeName;
9740
- timeChangeDevice: Date;
9741
- };
9742
- emailCHPlayICloudInfo: {
9743
- email: string;
9744
- statusLogin: EStatusDeviceLoginCHPlayICloud;
9745
- timeLoginCHPlayICloud: Date;
9746
- };
9747
- wifiName: string;
9748
- wifiPassword: string;
9749
- wifiStatus: EStatusDeviceConnectWifi;
9750
- setupSetting: {
9751
- changeLanguageSettings: EStatusDeviceSetupSettingTask;
9752
- configureNetworkSettings: EStatusDeviceSetupSettingTask;
9753
- configureDateTime: EStatusDeviceSetupSettingTask;
9754
- setupLocationServices: EStatusDeviceSetupSettingTask;
9755
- installSecurityUpdates: EStatusDeviceSetupSettingTask;
9756
- configurePrivacySettings: EStatusDeviceSetupSettingTask;
9757
- setupDeviceName: EStatusDeviceSetupSettingTask;
9758
- configureNotifications: EStatusDeviceSetupSettingTask;
9759
- configureAccessibility: EStatusDeviceSetupSettingTask;
9760
- };
9761
- timeExpiredPhoneNumber: Date;
9762
- listProxy: [
9763
- {
9764
- id: string;
9765
- ip: string;
9766
- port: string;
9767
- username: string;
9768
- password: string;
9769
- type: ETypeProxy;
9770
- status: EStatusProxyChecked;
9771
- }
9772
- ];
9773
- numberProxyOfDevice: number;
9774
- listVPN: [
9775
- {
9776
- id: string;
9777
- email: string;
9778
- password: string;
9779
- provider: ETypeProviderAccountVPN;
9780
- code2FA: string;
9781
- type: ETypeProxy;
9782
- }
9783
- ];
9784
- numberVPNOfDevice: number;
9785
- noteFix: string;
9786
- instagramInfo: {
9787
- status: {
9788
- active: number;
9789
- locked: number;
9790
- };
9791
- numberAccounts: number;
9792
- };
9793
- threadsInfo: {
9794
- status: {
9795
- active: number;
9796
- locked: number;
9797
- };
9798
- numberAccounts: number;
9799
- };
9800
- facebookProfile: {
9801
- status: {
9802
- active: number;
9803
- locked: number;
9804
- };
9805
- numberAccounts: number;
9806
- };
9807
- facebookFanPage: {
9808
- status: {
9809
- active: number;
9810
- locked: number;
9811
- };
9812
- numberAccounts: number;
9813
- };
9814
- youtubeInfo: {
9815
- status: {
9816
- active: number;
9817
- locked: number;
9818
- };
9819
- numberAccounts: number;
9820
- };
9821
- tiktokInfo: {
9822
- status: {
9823
- active: number;
9824
- locked: number;
9825
- };
9826
- numberAccounts: number;
9827
- };
9828
- xInFo: {
9829
- status: {
9830
- active: number;
9831
- locked: number;
9832
- };
9833
- numberAccounts: number;
9834
- };
9835
- pinterestInfo: {
9836
- status: {
9837
- active: number;
9838
- locked: number;
9839
- };
9840
- numberAccounts: number;
9841
- };
9842
- mediumInfo: {
9843
- status: {
9844
- active: number;
9845
- locked: number;
9846
- };
9847
- numberAccounts: number;
9848
- };
9849
- redditInfo: {
9850
- status: {
9851
- active: number;
9852
- locked: number;
9853
- };
9854
- numberAccounts: number;
9855
- };
9856
- tumblrInfo: {
9857
- status: {
9858
- active: number;
9859
- locked: number;
9860
- };
9861
- numberAccounts: number;
9862
- };
9863
- quoraInfo: {
9864
- status: {
9865
- active: number;
9866
- locked: number;
9867
- };
9868
- numberAccounts: number;
9869
- };
9870
- }
9871
-
9872
- interface FindOverviewDeviceLog {
9873
- statusFromStart: {
9874
- success: number;
9875
- running: number;
9876
- failed: number;
9877
- pending: number;
9878
- cancelled: number;
9879
- timeout: number;
9880
- inactive: number;
9881
- total: number;
9882
- };
9883
- statusFromEnd: {
9884
- success: number;
9885
- running: number;
9886
- failed: number;
9887
- pending: number;
9888
- cancelled: number;
9889
- timeout: number;
9890
- inactive: number;
9891
- total: number;
9892
- };
9893
- taskIdCategories: {
9894
- allDevices: number;
9895
- readyDeviceNew: number;
9896
- runningSocial: number;
9897
- deadDevice: number;
9898
- };
9899
- automationExecutionMethods: {
9900
- auto: number;
9901
- syncData: number;
9902
- manual: number;
9903
- scheduled: number;
9904
- tasksWithRetry: number;
9905
- };
9906
- devicePlatformDistribution: {
9907
- operatingSystems: {
9908
- ios: number;
9909
- android: number;
9910
- };
9911
- socialPlatforms: {
9912
- instagram: number;
9913
- facebook: number;
9914
- tiktok: number;
9915
- youtube: number;
9916
- twitter: number;
9917
- pinterest: number;
9918
- threads: number;
9919
- medium: number;
9920
- reddit: number;
9921
- tumblr: number;
9922
- quora: number;
9923
- null: number;
9924
- };
9925
- };
9926
- }
9927
- /** Toàn bộ đều truyền giá trị, không cần truyền ID*/
9928
- interface FilterDeviceLogDto extends IFilterBaseDto {
9929
- type: ETypeDeviceLog[];
9930
- taskID: ETypeTaskID[];
9931
- statusStart: EStatusDeviceLog[];
9932
- statusEnd: EStatusDeviceLog[];
9933
- taskType: string[];
9934
- typeSocial: Array<ETypeSocial | keyof typeof CONST_DEFAULT.NA>;
9935
- deviceName: string[];
9936
- deviceModel: string[];
9937
- deviceOS: ETypeDeviceOS[];
9938
- deviceKey: string[];
9939
- pcName: string[];
9940
- }
9941
- interface FindDeviceLogDto extends IFindBaseDto {
9942
- eventDateStartTime: Date;
9943
- statusStart: EStatusDeviceLog;
9944
- eventDateEndTime: Date;
9945
- statusEnd: EStatusDeviceLog;
9946
- duration: string;
9947
- type: ETypeDeviceLog;
9948
- retryType: number;
9949
- taskID: ETypeTaskID;
9950
- taskType: string;
9951
- taskName: string;
9952
- typeSocial: ETypeSocial;
9953
- descriptionBug: string;
9954
- deviceName: string;
9955
- deviceModel: string;
9956
- deviceOS: ETypeDeviceOS;
9957
- deviceKey: string;
9958
- pcName: string;
9959
- }
9960
-
9961
- interface IManagerSheetGroup extends IBaseModel, ITrackingModel<IUser> {
9962
- name: string;
9963
- slug: string;
9964
- }
9965
-
9966
- interface IManagerSheet extends IBaseModel, ITrackingModel<IUser> {
9967
- key: string;
9968
- typeSocial: ETypeSocial;
9969
- group: string | IManagerSheetGroup;
9970
- standardColumn: string;
9971
- url: string;
9972
- name: string;
9973
- isActive: boolean;
9974
- }
9975
-
9976
- interface IManagerSheetChildren extends IBaseModel, ITrackingModel<IUser> {
9977
- managerSheet: string | IManagerSheet;
9978
- url: string;
9979
- name: string;
9980
- accountAI: string | IAccountAIContent;
9981
- listColumnActions: Array<{
9982
- columnSymbol: string;
9983
- columnName: string;
9984
- }>;
9985
- isActive: boolean;
9986
- info: {
9987
- numberCol: number;
9988
- numberRow: number;
9989
- numberTaskPending: number;
9990
- numberTaskError: number;
9991
- numberTaskDone: number;
9992
- timeReadMaximum: number;
9993
- };
9994
- numberExecute: number;
9995
- numberHourForExecute: number;
9996
- }
9997
-
9998
- interface ITaskAIItemAction {
9999
- order: number;
10000
- keyWords: string;
10001
- keyWordsBlank: string;
10002
- columnName: string;
10003
- columnSymbol: string;
10004
- columnType: ETypeColumnManagerWork;
10005
- promptInput: string;
10006
- promptOutput: string;
10007
- status: EStatusTaskAIContent;
9291
+
9292
+ interface ITaskAIItemAction {
9293
+ order: number;
9294
+ keyWords: string;
9295
+ keyWordsBlank: string;
9296
+ columnName: string;
9297
+ columnSymbol: string;
9298
+ columnType: ETypeColumnManagerWork;
9299
+ promptInput: string;
9300
+ promptOutput: string;
9301
+ status: EStatusTaskAIContent;
10008
9302
  }
10009
9303
  interface ITaskAIItemGroup {
10010
9304
  name: string;
@@ -10580,18 +9874,6 @@ interface FilterSheetsToolDto extends IFilterBaseDto, IFilterAssignDto {
10580
9874
  userAssigned: string[];
10581
9875
  }
10582
9876
 
10583
- interface CreatePCDto extends Partial<IPC> {
10584
- pc_name: string;
10585
- }
10586
- interface UpdatePCDto extends Partial<IPC> {
10587
- pc_name?: string;
10588
- }
10589
- interface FindPCDto extends IFindBaseDto, IPC {
10590
- }
10591
- interface FilterPCDto extends IFilterBaseDto {
10592
- status: EStatusPC;
10593
- }
10594
-
10595
9877
  interface CreateBlogDto extends Partial<IBlog> {
10596
9878
  blog_name: string;
10597
9879
  blog_desc?: string;
@@ -11084,399 +10366,373 @@ interface FindTasksJobDto extends IFindBaseDto, ITaskJob {
11084
10366
  tj_usersPermission: IUser[];
11085
10367
  }
11086
10368
 
11087
- type index$6_ActionLoadInfoUrlSheetToolDto = ActionLoadInfoUrlSheetToolDto;
11088
- type index$6_ActionPopupDeviceAccountDto = ActionPopupDeviceAccountDto;
11089
- type index$6_AddAccountForDeviceDto = AddAccountForDeviceDto;
11090
- type index$6_AddToDeviceAccountCHPlayICloudDto = AddToDeviceAccountCHPlayICloudDto;
11091
- type index$6_AddToDeviceAccountVPNDto = AddToDeviceAccountVPNDto;
11092
- type index$6_AddToDeviceProxyDto = AddToDeviceProxyDto;
11093
- type index$6_ApplyAutoFillDeviceDto = ApplyAutoFillDeviceDto;
11094
- type index$6_ApplyReplaceDeviceDto = ApplyReplaceDeviceDto;
11095
- type index$6_ApplyTimeDashboardDto = ApplyTimeDashboardDto;
11096
- type index$6_AutoFillAssignedMemberInstagramAccountRawDto = AutoFillAssignedMemberInstagramAccountRawDto;
11097
- type index$6_AutoFillAssignedMemberThreadsAccountRawDto = AutoFillAssignedMemberThreadsAccountRawDto;
11098
- type index$6_AutoFillInstagramAccountRawDto = AutoFillInstagramAccountRawDto;
11099
- type index$6_AutoFillOverviewInstagramAccountRawDto = AutoFillOverviewInstagramAccountRawDto;
11100
- type index$6_AutoFillOverviewTaskInstagramBlockUserDto = AutoFillOverviewTaskInstagramBlockUserDto;
11101
- type index$6_AutoFillOverviewThreadsAccountRawDto = AutoFillOverviewThreadsAccountRawDto;
11102
- type index$6_AutoFillTaskInstagramBlockUserDto = AutoFillTaskInstagramBlockUserDto;
11103
- type index$6_AutoFillThreadsAccountRawDto = AutoFillThreadsAccountRawDto;
11104
- type index$6_ChangeInfoInstagramAccountRawDto = ChangeInfoInstagramAccountRawDto;
11105
- type index$6_CheckSendMessageLark = CheckSendMessageLark;
11106
- type index$6_CreateAccountSocialGroupDto = CreateAccountSocialGroupDto;
11107
- type index$6_CreateAccountVPSDto = CreateAccountVPSDto;
11108
- type index$6_CreateBlogDto = CreateBlogDto;
11109
- type index$6_CreateBlogsCategoryDto = CreateBlogsCategoryDto;
11110
- type index$6_CreateDepartmentDto = CreateDepartmentDto;
11111
- type index$6_CreateInstagramSettingInteractFollowDto = CreateInstagramSettingInteractFollowDto;
11112
- type index$6_CreateInstagramSettingInteractReplyCommentDto = CreateInstagramSettingInteractReplyCommentDto;
11113
- type index$6_CreateInstagramSettingInteractReplyMessageDto = CreateInstagramSettingInteractReplyMessageDto;
11114
- type index$6_CreateInstagramSettingInteractUnFollowDto = CreateInstagramSettingInteractUnFollowDto;
11115
- type index$6_CreateInstagramSettingPostDto = CreateInstagramSettingPostDto;
11116
- type index$6_CreateLarkDto = CreateLarkDto;
11117
- type index$6_CreateManagerWorkDto = CreateManagerWorkDto;
11118
- type index$6_CreatePCDto = CreatePCDto;
11119
- type index$6_CreateProxyDto = CreateProxyDto;
11120
- type index$6_CreateRoleDto = CreateRoleDto;
11121
- type index$6_CreateSheetToolDto = CreateSheetToolDto;
11122
- type index$6_CreateSheetWorkDto = CreateSheetWorkDto;
11123
- type index$6_CreateTaskAIContentDto = CreateTaskAIContentDto;
11124
- type index$6_CreateTaskAIImageCanvaInstagramDto = CreateTaskAIImageCanvaInstagramDto;
11125
- type index$6_CreateTaskAIImageCanvaThreadsDto = CreateTaskAIImageCanvaThreadsDto;
11126
- type index$6_CreateTaskAIImageVoiceCanvaInstagramDto = CreateTaskAIImageVoiceCanvaInstagramDto;
11127
- type index$6_CreateTaskAIImageVoiceCanvaThreadsDto = CreateTaskAIImageVoiceCanvaThreadsDto;
11128
- type index$6_CreateTaskInstagramBlockUserDto = CreateTaskInstagramBlockUserDto;
11129
- type index$6_CreateTaskInstagramChangeInfoDto = CreateTaskInstagramChangeInfoDto;
11130
- type index$6_CreateTaskInstagramFollowDto = CreateTaskInstagramFollowDto;
11131
- type index$6_CreateTaskInstagramPostDto = CreateTaskInstagramPostDto;
11132
- type index$6_CreateTaskInstagramReplyCommentDto = CreateTaskInstagramReplyCommentDto;
11133
- type index$6_CreateTaskInstagramReplyMessageDto = CreateTaskInstagramReplyMessageDto;
11134
- type index$6_CreateTaskThreadsFollowDto = CreateTaskThreadsFollowDto;
11135
- type index$6_CreateTaskThreadsPostDto = CreateTaskThreadsPostDto;
11136
- type index$6_CreateTaskThreadsReplyCommentDto = CreateTaskThreadsReplyCommentDto;
11137
- type index$6_CreateTaskThreadsReplyMessageDto = CreateTaskThreadsReplyMessageDto;
11138
- type index$6_CreateTasksJobDto = CreateTasksJobDto;
11139
- type index$6_CreateTeamDto = CreateTeamDto;
11140
- type index$6_CreateUserDto = CreateUserDto;
11141
- type index$6_DataImportInstagramAccountRawDto = DataImportInstagramAccountRawDto;
11142
- type index$6_DevicePopupListAddAccountDto = DevicePopupListAddAccountDto;
11143
- type index$6_DevicePopupOverviewAccountsDto = DevicePopupOverviewAccountsDto;
11144
- type index$6_DevicePopupOverviewAddAccountDto = DevicePopupOverviewAddAccountDto;
11145
- type index$6_DevicePopupViewAccountInstagramDto = DevicePopupViewAccountInstagramDto;
11146
- type index$6_DevicePopupViewAccountThreadsDto = DevicePopupViewAccountThreadsDto;
11147
- type index$6_ExportDto = ExportDto;
11148
- type index$6_FilterAccountAIContentChannelDto = FilterAccountAIContentChannelDto;
11149
- type index$6_FilterAccountAIContentDto = FilterAccountAIContentDto;
11150
- type index$6_FilterAccountAIContentInfoDto = FilterAccountAIContentInfoDto;
11151
- type index$6_FilterAccountAIImageChannelDto = FilterAccountAIImageChannelDto;
11152
- type index$6_FilterAccountAIImageDto = FilterAccountAIImageDto;
11153
- type index$6_FilterAccountAIImageInfoDto = FilterAccountAIImageInfoDto;
11154
- type index$6_FilterAccountAIVoiceChannelDto = FilterAccountAIVoiceChannelDto;
11155
- type index$6_FilterAccountAIVoiceDto = FilterAccountAIVoiceDto;
11156
- type index$6_FilterAccountAIVoiceInfoDto = FilterAccountAIVoiceInfoDto;
11157
- type index$6_FilterAccountCHPlayICloudDto = FilterAccountCHPlayICloudDto;
11158
- type index$6_FilterAccountCanvaDto = FilterAccountCanvaDto;
11159
- type index$6_FilterAccountDriveDto = FilterAccountDriveDto;
11160
- type index$6_FilterAccountEmailDto = FilterAccountEmailDto;
11161
- type index$6_FilterAccountSocialGroupDto = FilterAccountSocialGroupDto;
11162
- type index$6_FilterAccountVPNDto = FilterAccountVPNDto;
11163
- type index$6_FilterAccountVPSDto = FilterAccountVPSDto;
11164
- type index$6_FilterAccountVPSGroupDto = FilterAccountVPSGroupDto;
11165
- type index$6_FilterBaseDto = FilterBaseDto;
11166
- type index$6_FilterBaseSocialDto = FilterBaseSocialDto;
11167
- type index$6_FilterBlogCategoryDto = FilterBlogCategoryDto;
11168
- type index$6_FilterBlogDto = FilterBlogDto;
11169
- type index$6_FilterCheckerAccountInstagramDashboardFollowerDto = FilterCheckerAccountInstagramDashboardFollowerDto;
11170
- type index$6_FilterCheckerAccountThreadsDashboardFollowerDto = FilterCheckerAccountThreadsDashboardFollowerDto;
11171
- type index$6_FilterDepartmentDto = FilterDepartmentDto;
11172
- type index$6_FilterDeviceDto = FilterDeviceDto;
11173
- type index$6_FilterDeviceLogDto = FilterDeviceLogDto;
11174
- type index$6_FilterHistoryTaskAIContentDto = FilterHistoryTaskAIContentDto;
11175
- type index$6_FilterHistoryTaskAIImageDto = FilterHistoryTaskAIImageDto;
11176
- type index$6_FilterHistoryTaskAIVoiceDto = FilterHistoryTaskAIVoiceDto;
11177
- type index$6_FilterHistoryTaskCanvaDto = FilterHistoryTaskCanvaDto;
11178
- type index$6_FilterInstagramAccountRawDto = FilterInstagramAccountRawDto;
11179
- type index$6_FilterInstagramAccountRunDto = FilterInstagramAccountRunDto;
11180
- type index$6_FilterInstagramDashboardFollowerDto = FilterInstagramDashboardFollowerDto;
11181
- type index$6_FilterInstagramHistoryAutoSyncDto = FilterInstagramHistoryAutoSyncDto;
11182
- type index$6_FilterInstagramHistoryChangeInfoDto = FilterInstagramHistoryChangeInfoDto;
11183
- type index$6_FilterInstagramHistoryCreateNewDto = FilterInstagramHistoryCreateNewDto;
11184
- type index$6_FilterInstagramHistoryGroupDto = FilterInstagramHistoryGroupDto;
11185
- type index$6_FilterInstagramReportInteractBlockUserDto = FilterInstagramReportInteractBlockUserDto;
11186
- type index$6_FilterInstagramReportInteractFollowDto = FilterInstagramReportInteractFollowDto;
11187
- type index$6_FilterInstagramReportInteractReplyCommentDto = FilterInstagramReportInteractReplyCommentDto;
11188
- type index$6_FilterInstagramReportInteractReplyMessageDto = FilterInstagramReportInteractReplyMessageDto;
11189
- type index$6_FilterInstagramReportInteractUnFollowDto = FilterInstagramReportInteractUnFollowDto;
11190
- type index$6_FilterInstagramReportPostHighLightDto = FilterInstagramReportPostHighLightDto;
11191
- type index$6_FilterInstagramReportPostNewDto = FilterInstagramReportPostNewDto;
11192
- type index$6_FilterInstagramReportPostReelDto = FilterInstagramReportPostReelDto;
11193
- type index$6_FilterInstagramReportPostSquareDto = FilterInstagramReportPostSquareDto;
11194
- type index$6_FilterInstagramReportPostStoryDto = FilterInstagramReportPostStoryDto;
11195
- type index$6_FilterInstagramSettingFollowDto = FilterInstagramSettingFollowDto;
11196
- type index$6_FilterInstagramSettingInteractFollowDto = FilterInstagramSettingInteractFollowDto;
11197
- type index$6_FilterInstagramSettingInteractReplyCommentDto = FilterInstagramSettingInteractReplyCommentDto;
11198
- type index$6_FilterInstagramSettingInteractReplyMessageDto = FilterInstagramSettingInteractReplyMessageDto;
11199
- type index$6_FilterInstagramSettingInteractUnFollowDto = FilterInstagramSettingInteractUnFollowDto;
11200
- type index$6_FilterInstagramSettingPostDto = FilterInstagramSettingPostDto;
11201
- type index$6_FilterInstagramSettingReplyCommentDto = FilterInstagramSettingReplyCommentDto;
11202
- type index$6_FilterInstagramSettingReplyMessageDto = FilterInstagramSettingReplyMessageDto;
11203
- type index$6_FilterInstagramSettingUnFollowDto = FilterInstagramSettingUnFollowDto;
11204
- type index$6_FilterLarkDto = FilterLarkDto;
11205
- type index$6_FilterManagerImageAIDto = FilterManagerImageAIDto;
11206
- type index$6_FilterManagerSheetDto = FilterManagerSheetDto;
11207
- type index$6_FilterManagerWorkDto = FilterManagerWorkDto;
11208
- type index$6_FilterPCDto = FilterPCDto;
11209
- type index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto = FilterPerformanceBreakdownInstagramDashboardFollowerDto;
11210
- type index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto = FilterPerformanceBreakdownThreadsDashboardFollowerDto;
11211
- type index$6_FilterProxyDto = FilterProxyDto;
11212
- type index$6_FilterRoleDto = FilterRoleDto;
11213
- type index$6_FilterSheetWorkCategoryDto = FilterSheetWorkCategoryDto;
11214
- type index$6_FilterSheetWorkDto = FilterSheetWorkDto;
11215
- type index$6_FilterSheetsToolDto = FilterSheetsToolDto;
11216
- type index$6_FilterTaskAIContentDto = FilterTaskAIContentDto;
11217
- type index$6_FilterTaskAIImageCanvaInstagramDto = FilterTaskAIImageCanvaInstagramDto;
11218
- type index$6_FilterTaskAIImageCanvaThreadsDto = FilterTaskAIImageCanvaThreadsDto;
11219
- type index$6_FilterTaskAIImageVoiceCanvaInstagramDto = FilterTaskAIImageVoiceCanvaInstagramDto;
11220
- type index$6_FilterTaskAIImageVoiceCanvaThreadsDto = FilterTaskAIImageVoiceCanvaThreadsDto;
11221
- type index$6_FilterTaskInstagramBlockUserDto = FilterTaskInstagramBlockUserDto;
11222
- type index$6_FilterTaskInstagramChangeInfoDto = FilterTaskInstagramChangeInfoDto;
11223
- type index$6_FilterTaskInstagramFollowDto = FilterTaskInstagramFollowDto;
11224
- type index$6_FilterTaskInstagramPostDto = FilterTaskInstagramPostDto;
11225
- type index$6_FilterTaskInstagramReplyCommentDto = FilterTaskInstagramReplyCommentDto;
11226
- type index$6_FilterTaskInstagramReplyMessageDto = FilterTaskInstagramReplyMessageDto;
11227
- type index$6_FilterTaskThreadsFollowDto = FilterTaskThreadsFollowDto;
11228
- type index$6_FilterTaskThreadsPostDto = FilterTaskThreadsPostDto;
11229
- type index$6_FilterTaskThreadsReplyCommentDto = FilterTaskThreadsReplyCommentDto;
11230
- type index$6_FilterTaskThreadsReplyMessageDto = FilterTaskThreadsReplyMessageDto;
11231
- type index$6_FilterTeamDto = FilterTeamDto;
11232
- type index$6_FilterThreadsAccountRawDto = FilterThreadsAccountRawDto;
11233
- type index$6_FilterThreadsAccountRunDto = FilterThreadsAccountRunDto;
11234
- type index$6_FilterThreadsDashboardFollowerDto = FilterThreadsDashboardFollowerDto;
11235
- type index$6_FilterThreadsHistoryAutoSyncDto = FilterThreadsHistoryAutoSyncDto;
11236
- type index$6_FilterThreadsHistoryChangeDto = FilterThreadsHistoryChangeDto;
11237
- type index$6_FilterThreadsHistoryCreateNewDto = FilterThreadsHistoryCreateNewDto;
11238
- type index$6_FilterThreadsHistoryGroupDto = FilterThreadsHistoryGroupDto;
11239
- type index$6_FilterThreadsReportInteractFollowDto = FilterThreadsReportInteractFollowDto;
11240
- type index$6_FilterThreadsReportInteractReplyCommentDto = FilterThreadsReportInteractReplyCommentDto;
11241
- type index$6_FilterThreadsReportInteractReplyMessageDto = FilterThreadsReportInteractReplyMessageDto;
11242
- type index$6_FilterThreadsReportInteractUnFollowDto = FilterThreadsReportInteractUnFollowDto;
11243
- type index$6_FilterThreadsReportPostDto = FilterThreadsReportPostDto;
11244
- type index$6_FilterThreadsSettingInteractFollowDto = FilterThreadsSettingInteractFollowDto;
11245
- type index$6_FilterThreadsSettingInteractReplyCommentDto = FilterThreadsSettingInteractReplyCommentDto;
11246
- type index$6_FilterThreadsSettingInteractReplyMessageDto = FilterThreadsSettingInteractReplyMessageDto;
11247
- type index$6_FilterThreadsSettingInteractUnFollowDto = FilterThreadsSettingInteractUnFollowDto;
11248
- type index$6_FilterThreadsSettingPostDto = FilterThreadsSettingPostDto;
11249
- type index$6_FilterUserDto = FilterUserDto;
11250
- type index$6_FindAccountAIContentChannelDto = FindAccountAIContentChannelDto;
11251
- type index$6_FindAccountAIContentDto = FindAccountAIContentDto;
11252
- type index$6_FindAccountAIContentInfoDto = FindAccountAIContentInfoDto;
11253
- type index$6_FindAccountAIImageChannelDto = FindAccountAIImageChannelDto;
11254
- type index$6_FindAccountAIImageDto = FindAccountAIImageDto;
11255
- type index$6_FindAccountAIImageInfoDto = FindAccountAIImageInfoDto;
11256
- type index$6_FindAccountAIVoiceChannelDto = FindAccountAIVoiceChannelDto;
11257
- type index$6_FindAccountAIVoiceDto = FindAccountAIVoiceDto;
11258
- type index$6_FindAccountAIVoiceInfoDto = FindAccountAIVoiceInfoDto;
11259
- type index$6_FindAccountCHPlayICloudDto = FindAccountCHPlayICloudDto;
11260
- type index$6_FindAccountCanvaDto = FindAccountCanvaDto;
11261
- type index$6_FindAccountDriveDto = FindAccountDriveDto;
11262
- type index$6_FindAccountEmailDto = FindAccountEmailDto;
11263
- type index$6_FindAccountForCheckerInstagramDashboard = FindAccountForCheckerInstagramDashboard;
11264
- type index$6_FindAccountForCheckerThreadsDashboard = FindAccountForCheckerThreadsDashboard;
11265
- type index$6_FindAccountSocialGroupDto = FindAccountSocialGroupDto;
11266
- type index$6_FindAccountSocialGroupPopupSocialDto = FindAccountSocialGroupPopupSocialDto;
11267
- type index$6_FindAccountVPNDto = FindAccountVPNDto;
11268
- type index$6_FindAccountVPSDto = FindAccountVPSDto;
11269
- type index$6_FindAccountVPSGroupDto = FindAccountVPSGroupDto;
11270
- type index$6_FindAccountVPSGroupPopupDto = FindAccountVPSGroupPopupDto;
11271
- type index$6_FindAutoFillDeviceDto = FindAutoFillDeviceDto;
11272
- type index$6_FindBlogCategoryDto = FindBlogCategoryDto;
11273
- type index$6_FindBlogDto = FindBlogDto;
11274
- type index$6_FindCheckerAccountInstagramDashboardFollowerDto = FindCheckerAccountInstagramDashboardFollowerDto;
11275
- type index$6_FindCheckerAccountThreadsDashboardFollowerDto = FindCheckerAccountThreadsDashboardFollowerDto;
11276
- type index$6_FindDepartmentDto = FindDepartmentDto;
11277
- type index$6_FindDeviceAvailableForAddAccountVPNDto = FindDeviceAvailableForAddAccountVPNDto;
11278
- type index$6_FindDeviceAvailableForAddCHPlayICloudDto = FindDeviceAvailableForAddCHPlayICloudDto;
11279
- type index$6_FindDeviceAvailableForAddProxyDto = FindDeviceAvailableForAddProxyDto;
11280
- type index$6_FindDeviceDto = FindDeviceDto;
11281
- type index$6_FindDeviceLogDto = FindDeviceLogDto;
11282
- type index$6_FindForReviewDto = FindForReviewDto;
11283
- type index$6_FindGrowthInstagramDashboardFollowerDto = FindGrowthInstagramDashboardFollowerDto;
11284
- type index$6_FindGrowthThreadsDashboardFollowerDto = FindGrowthThreadsDashboardFollowerDto;
11285
- type index$6_FindHistoryTaskAIContentDto = FindHistoryTaskAIContentDto;
11286
- type index$6_FindHistoryTaskAIImageDto = FindHistoryTaskAIImageDto;
11287
- type index$6_FindHistoryTaskAIVoiceDto = FindHistoryTaskAIVoiceDto;
11288
- type index$6_FindHistoryTaskCanvaDto = FindHistoryTaskCanvaDto;
11289
- type index$6_FindInstagramAccountRawDto = FindInstagramAccountRawDto;
11290
- type index$6_FindInstagramAccountRunDto = FindInstagramAccountRunDto;
11291
- type index$6_FindInstagramHistoryAutoSyncDto = FindInstagramHistoryAutoSyncDto;
11292
- type index$6_FindInstagramHistoryChangeInfoDto = FindInstagramHistoryChangeInfoDto;
11293
- type index$6_FindInstagramHistoryCreateNewDto = FindInstagramHistoryCreateNewDto;
11294
- type index$6_FindInstagramHistoryGroupDto = FindInstagramHistoryGroupDto;
11295
- type index$6_FindInstagramSettingInteractFollowDto = FindInstagramSettingInteractFollowDto;
11296
- type index$6_FindInstagramSettingInteractReplyCommentDto = FindInstagramSettingInteractReplyCommentDto;
11297
- type index$6_FindInstagramSettingInteractReplyMessageDto = FindInstagramSettingInteractReplyMessageDto;
11298
- type index$6_FindInstagramSettingInteractUnFollowDto = FindInstagramSettingInteractUnFollowDto;
11299
- type index$6_FindInstagramSettingPostDto = FindInstagramSettingPostDto;
11300
- type index$6_FindLarkDto = FindLarkDto;
11301
- type index$6_FindManagerImageAIDto = FindManagerImageAIDto;
11302
- type index$6_FindManagerSheetDto = FindManagerSheetDto;
11303
- type index$6_FindManagerWorkDto = FindManagerWorkDto;
11304
- type index$6_FindMemberForAddTeamDto = FindMemberForAddTeamDto;
11305
- type index$6_FindOverViewDepartmentDto = FindOverViewDepartmentDto;
11306
- type index$6_FindOverViewInstagramAccountRawDto = FindOverViewInstagramAccountRawDto;
11307
- type index$6_FindOverViewInstagramAccountRunDto = FindOverViewInstagramAccountRunDto;
11308
- type index$6_FindOverViewInstagramReportInteractBlockUserDto = FindOverViewInstagramReportInteractBlockUserDto;
11309
- type index$6_FindOverViewInstagramReportInteractFollowDto = FindOverViewInstagramReportInteractFollowDto;
11310
- type index$6_FindOverViewInstagramReportInteractReplyCommentDto = FindOverViewInstagramReportInteractReplyCommentDto;
11311
- type index$6_FindOverViewInstagramReportInteractReplyMessageDto = FindOverViewInstagramReportInteractReplyMessageDto;
11312
- type index$6_FindOverViewInstagramReportInteractUnFollowDto = FindOverViewInstagramReportInteractUnFollowDto;
11313
- type index$6_FindOverViewInstagramReportPostHighLightDto = FindOverViewInstagramReportPostHighLightDto;
11314
- type index$6_FindOverViewInstagramReportPostNewDto = FindOverViewInstagramReportPostNewDto;
11315
- type index$6_FindOverViewInstagramReportPostReelDto = FindOverViewInstagramReportPostReelDto;
11316
- type index$6_FindOverViewInstagramReportPostSquareDto = FindOverViewInstagramReportPostSquareDto;
11317
- type index$6_FindOverViewInstagramReportPostStoryDto = FindOverViewInstagramReportPostStoryDto;
11318
- type index$6_FindOverViewInstagramSettingInteractFollowDto = FindOverViewInstagramSettingInteractFollowDto;
11319
- type index$6_FindOverViewInstagramSettingInteractReplyCommentDto = FindOverViewInstagramSettingInteractReplyCommentDto;
11320
- type index$6_FindOverViewInstagramSettingInteractReplyMessageDto = FindOverViewInstagramSettingInteractReplyMessageDto;
11321
- type index$6_FindOverViewInstagramSettingInteractUnFollowDto = FindOverViewInstagramSettingInteractUnFollowDto;
11322
- type index$6_FindOverViewInstagramSettingPostDto = FindOverViewInstagramSettingPostDto;
11323
- type index$6_FindOverViewLarkDto = FindOverViewLarkDto;
11324
- type index$6_FindOverViewTaskAIContentDto = FindOverViewTaskAIContentDto;
11325
- type index$6_FindOverViewTaskAIImageCanvaInstagramDto = FindOverViewTaskAIImageCanvaInstagramDto;
11326
- type index$6_FindOverViewTaskAIImageCanvaThreadsDto = FindOverViewTaskAIImageCanvaThreadsDto;
11327
- type index$6_FindOverViewTaskAIImageVoiceCanvaInstagramDto = FindOverViewTaskAIImageVoiceCanvaInstagramDto;
11328
- type index$6_FindOverViewTaskAIImageVoiceCanvaThreadsDto = FindOverViewTaskAIImageVoiceCanvaThreadsDto;
11329
- type index$6_FindOverViewTaskInstagramBlockUserDto = FindOverViewTaskInstagramBlockUserDto;
11330
- type index$6_FindOverViewTaskInstagramChangeInfoDto = FindOverViewTaskInstagramChangeInfoDto;
11331
- type index$6_FindOverViewTaskInstagramFollowDto = FindOverViewTaskInstagramFollowDto;
11332
- type index$6_FindOverViewTaskInstagramPostDto = FindOverViewTaskInstagramPostDto;
11333
- type index$6_FindOverViewTaskInstagramReplyCommentDto = FindOverViewTaskInstagramReplyCommentDto;
11334
- type index$6_FindOverViewTaskInstagramReplyMessageDto = FindOverViewTaskInstagramReplyMessageDto;
11335
- type index$6_FindOverViewTaskThreadsFollowDto = FindOverViewTaskThreadsFollowDto;
11336
- type index$6_FindOverViewTaskThreadsPostDto = FindOverViewTaskThreadsPostDto;
11337
- type index$6_FindOverViewTaskThreadsReplyCommentDto = FindOverViewTaskThreadsReplyCommentDto;
11338
- type index$6_FindOverViewTaskThreadsReplyMessageDto = FindOverViewTaskThreadsReplyMessageDto;
11339
- type index$6_FindOverViewThreadsAccountDto = FindOverViewThreadsAccountDto;
11340
- type index$6_FindOverViewThreadsAccountRowDto = FindOverViewThreadsAccountRowDto;
11341
- type index$6_FindOverViewThreadsReportInteractFollowDto = FindOverViewThreadsReportInteractFollowDto;
11342
- type index$6_FindOverViewThreadsReportInteractReplyCommentDto = FindOverViewThreadsReportInteractReplyCommentDto;
11343
- type index$6_FindOverViewThreadsReportInteractReplyMessageDto = FindOverViewThreadsReportInteractReplyMessageDto;
11344
- type index$6_FindOverViewThreadsReportInteractUnFollowDto = FindOverViewThreadsReportInteractUnFollowDto;
11345
- type index$6_FindOverViewThreadsReportPostDto = FindOverViewThreadsReportPostDto;
11346
- type index$6_FindOverViewThreadsSettingInteractFollowDto = FindOverViewThreadsSettingInteractFollowDto;
11347
- type index$6_FindOverViewThreadsSettingInteractReplyCommentDto = FindOverViewThreadsSettingInteractReplyCommentDto;
11348
- type index$6_FindOverViewThreadsSettingInteractReplyMessageDto = FindOverViewThreadsSettingInteractReplyMessageDto;
11349
- type index$6_FindOverViewThreadsSettingInteractUnFollowDto = FindOverViewThreadsSettingInteractUnFollowDto;
11350
- type index$6_FindOverViewThreadsSettingPostDto = FindOverViewThreadsSettingPostDto;
11351
- type index$6_FindOverviewAccountCHPlayICloudDto = FindOverviewAccountCHPlayICloudDto;
11352
- type index$6_FindOverviewAccountCanvaDto = FindOverviewAccountCanvaDto;
11353
- type index$6_FindOverviewAccountDriveDto = FindOverviewAccountDriveDto;
11354
- type index$6_FindOverviewAccountEmailDto = FindOverviewAccountEmailDto;
11355
- type index$6_FindOverviewAccountVPNDto = FindOverviewAccountVPNDto;
11356
- type index$6_FindOverviewAccountVPSDto = FindOverviewAccountVPSDto;
11357
- type index$6_FindOverviewDeviceBasicDto = FindOverviewDeviceBasicDto;
11358
- type index$6_FindOverviewDeviceDetailDto = FindOverviewDeviceDetailDto;
11359
- type index$6_FindOverviewDeviceLog = FindOverviewDeviceLog;
11360
- type index$6_FindOverviewDeviceSocialMediaAccountDto = FindOverviewDeviceSocialMediaAccountDto;
11361
- type index$6_FindOverviewDeviceSocialMediaActiveLockedDto = FindOverviewDeviceSocialMediaActiveLockedDto;
11362
- type index$6_FindOverviewInstagramDashboardFollowerDto = FindOverviewInstagramDashboardFollowerDto;
11363
- type index$6_FindOverviewInstagramHistoryAutoSyncDto = FindOverviewInstagramHistoryAutoSyncDto;
11364
- type index$6_FindOverviewInstagramHistoryChangeInfoDto = FindOverviewInstagramHistoryChangeInfoDto;
11365
- type index$6_FindOverviewInstagramHistoryCreateNewDto = FindOverviewInstagramHistoryCreateNewDto;
11366
- type index$6_FindOverviewInstagramHistoryGroupDto = FindOverviewInstagramHistoryGroupDto;
11367
- type index$6_FindOverviewProxyDto = FindOverviewProxyDto;
11368
- type index$6_FindOverviewRoleDto = FindOverviewRoleDto;
11369
- type index$6_FindOverviewTeamDto = FindOverviewTeamDto;
11370
- type index$6_FindOverviewThreadsDashboardFollowerDto = FindOverviewThreadsDashboardFollowerDto;
11371
- type index$6_FindOverviewThreadsHistoryCreateNewDto = FindOverviewThreadsHistoryCreateNewDto;
11372
- type index$6_FindOverviewUserDto = FindOverviewUserDto;
11373
- type index$6_FindPCDto = FindPCDto;
11374
- type index$6_FindPerformanceBreakdownInstagramDashboardFollowerDto = FindPerformanceBreakdownInstagramDashboardFollowerDto;
11375
- type index$6_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto = FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto;
11376
- type index$6_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto = FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto;
11377
- type index$6_FindPerformanceBreakdownThreadsDashboardFollowerDto = FindPerformanceBreakdownThreadsDashboardFollowerDto;
11378
- type index$6_FindProxyDto = FindProxyDto;
11379
- type index$6_FindReplaceDeviceDto = FindReplaceDeviceDto;
11380
- type index$6_FindRoleDetailDto = FindRoleDetailDto;
11381
- type index$6_FindRoleDto = FindRoleDto;
11382
- type index$6_FindRoleOfMe = FindRoleOfMe;
11383
- type index$6_FindSheetWorkCategoryDto = FindSheetWorkCategoryDto;
11384
- type index$6_FindSheetWorkDto = FindSheetWorkDto;
11385
- type index$6_FindSheetsToolDto = FindSheetsToolDto;
11386
- type index$6_FindTaskAIContentDto = FindTaskAIContentDto;
11387
- type index$6_FindTaskAIImageCanvaInstagramDto = FindTaskAIImageCanvaInstagramDto;
11388
- type index$6_FindTaskAIImageCanvaThreadsDto = FindTaskAIImageCanvaThreadsDto;
11389
- type index$6_FindTaskAIImageVoiceCanvaInstagramDto = FindTaskAIImageVoiceCanvaInstagramDto;
11390
- type index$6_FindTaskAIImageVoiceCanvaThreadsDto = FindTaskAIImageVoiceCanvaThreadsDto;
11391
- type index$6_FindTaskAvailableAIContentDto = FindTaskAvailableAIContentDto;
11392
- type index$6_FindTaskInstagramBlockUserDto = FindTaskInstagramBlockUserDto;
11393
- type index$6_FindTaskInstagramChangeInfoDto = FindTaskInstagramChangeInfoDto;
11394
- type index$6_FindTaskInstagramFollowDto = FindTaskInstagramFollowDto;
11395
- type index$6_FindTaskInstagramPostDto = FindTaskInstagramPostDto;
11396
- type index$6_FindTaskInstagramReplyCommentDto = FindTaskInstagramReplyCommentDto;
11397
- type index$6_FindTaskInstagramReplyMessageDto = FindTaskInstagramReplyMessageDto;
11398
- type index$6_FindTaskThreadsFollowDto = FindTaskThreadsFollowDto;
11399
- type index$6_FindTaskThreadsPostDto = FindTaskThreadsPostDto;
11400
- type index$6_FindTaskThreadsReplyCommentDto = FindTaskThreadsReplyCommentDto;
11401
- type index$6_FindTaskThreadsReplyMessageDto = FindTaskThreadsReplyMessageDto;
11402
- type index$6_FindTasksJobDto = FindTasksJobDto;
11403
- type index$6_FindTeamDto = FindTeamDto;
11404
- type index$6_FindThreadsAccountRawDto = FindThreadsAccountRawDto;
11405
- type index$6_FindThreadsAccountRunDto = FindThreadsAccountRunDto;
11406
- type index$6_FindThreadsHistoryAutoSyncDto = FindThreadsHistoryAutoSyncDto;
11407
- type index$6_FindThreadsHistoryChangeDto = FindThreadsHistoryChangeDto;
11408
- type index$6_FindThreadsHistoryCreateNewDto = FindThreadsHistoryCreateNewDto;
11409
- type index$6_FindThreadsHistoryGroupDto = FindThreadsHistoryGroupDto;
11410
- type index$6_FindThreadsSettingInteractFollowDto = FindThreadsSettingInteractFollowDto;
11411
- type index$6_FindThreadsSettingInteractReplyCommentDto = FindThreadsSettingInteractReplyCommentDto;
11412
- type index$6_FindThreadsSettingInteractReplyMessageDto = FindThreadsSettingInteractReplyMessageDto;
11413
- type index$6_FindThreadsSettingInteractUnFollowDto = FindThreadsSettingInteractUnFollowDto;
11414
- type index$6_FindThreadsSettingPostDto = FindThreadsSettingPostDto;
11415
- type index$6_FindUserDto = FindUserDto;
11416
- type index$6_IBaseELS = IBaseELS;
11417
- type index$6_IBaseRefFieldELS = IBaseRefFieldELS;
11418
- type index$6_IBaseSheetImportDto = IBaseSheetImportDto;
11419
- type index$6_IDevicePopupViewAccountSocial = IDevicePopupViewAccountSocial;
11420
- type index$6_IFilterAssignDto = IFilterAssignDto;
11421
- type index$6_IFilterBaseAccountSocialDto = IFilterBaseAccountSocialDto;
11422
- type index$6_IFilterBaseDto = IFilterBaseDto;
11423
- type index$6_IFilterSettingAccountSocialFindForSettingDto = IFilterSettingAccountSocialFindForSettingDto;
11424
- type index$6_IFindBaseDto = IFindBaseDto;
11425
- type index$6_ISettingAccountSocialDto = ISettingAccountSocialDto;
11426
- type index$6_IUserInfoAssignment = IUserInfoAssignment;
11427
- type index$6_ImportAccountVPSDto = ImportAccountVPSDto;
11428
- type index$6_ImportDto = ImportDto;
11429
- type index$6_ImportInstagramAccountRawDto = ImportInstagramAccountRawDto;
11430
- type index$6_ImportManagerWorkDto = ImportManagerWorkDto;
11431
- type index$6_ImportSheetWorkDto = ImportSheetWorkDto;
11432
- type index$6_LoadInfoUrlSheetToolDto = LoadInfoUrlSheetToolDto;
11433
- type index$6_OverviewSheetsToolDto = OverviewSheetsToolDto;
11434
- type index$6_PayloadUrlSheetToolDto = PayloadUrlSheetToolDto;
11435
- type index$6_ReplaceAccountVSPDto = ReplaceAccountVSPDto;
11436
- type index$6_ResultChangeInfoInstagramAccountRawDto = ResultChangeInfoInstagramAccountRawDto;
11437
- type index$6_ResultImportInstagramAccountRawDto = ResultImportInstagramAccountRawDto;
11438
- type index$6_StatisticsManagerWorkDto = StatisticsManagerWorkDto;
11439
- type index$6_StatisticsSheetWorkDto = StatisticsSheetWorkDto;
11440
- type index$6_UpdateAccountSocialGroupDto = UpdateAccountSocialGroupDto;
11441
- type index$6_UpdateAccountVPSDto = UpdateAccountVPSDto;
11442
- type index$6_UpdateBlogDto = UpdateBlogDto;
11443
- type index$6_UpdateBlogsCategoryDto = UpdateBlogsCategoryDto;
11444
- type index$6_UpdateDepartmentDto = UpdateDepartmentDto;
11445
- type index$6_UpdateDeviceDto = UpdateDeviceDto;
11446
- type index$6_UpdateInstagramSettingInteractFollowDto = UpdateInstagramSettingInteractFollowDto;
11447
- type index$6_UpdateInstagramSettingInteractReplyCommentDto = UpdateInstagramSettingInteractReplyCommentDto;
11448
- type index$6_UpdateInstagramSettingInteractReplyMessageDto = UpdateInstagramSettingInteractReplyMessageDto;
11449
- type index$6_UpdateInstagramSettingInteractUnFollowDto = UpdateInstagramSettingInteractUnFollowDto;
11450
- type index$6_UpdateInstagramSettingPostDto = UpdateInstagramSettingPostDto;
11451
- type index$6_UpdateLarkDto = UpdateLarkDto;
11452
- type index$6_UpdateManagerWorkDto = UpdateManagerWorkDto;
11453
- type index$6_UpdatePCDto = UpdatePCDto;
11454
- type index$6_UpdateProxyDto = UpdateProxyDto;
11455
- type index$6_UpdateRoleDto = UpdateRoleDto;
11456
- type index$6_UpdateSheetWorkDto = UpdateSheetWorkDto;
11457
- type index$6_UpdateSheetsToolDto = UpdateSheetsToolDto;
11458
- type index$6_UpdateTaskAIContentDto = UpdateTaskAIContentDto;
11459
- type index$6_UpdateTaskAIImageCanvaInstagramDto = UpdateTaskAIImageCanvaInstagramDto;
11460
- type index$6_UpdateTaskAIImageCanvaThreadsDto = UpdateTaskAIImageCanvaThreadsDto;
11461
- type index$6_UpdateTaskAIImageVoiceCanvaInstagramDto = UpdateTaskAIImageVoiceCanvaInstagramDto;
11462
- type index$6_UpdateTaskAIImageVoiceCanvaThreadsDto = UpdateTaskAIImageVoiceCanvaThreadsDto;
11463
- type index$6_UpdateTaskInstagramBlockUserDto = UpdateTaskInstagramBlockUserDto;
11464
- type index$6_UpdateTaskInstagramChangeInfoDto = UpdateTaskInstagramChangeInfoDto;
11465
- type index$6_UpdateTaskInstagramFollowDto = UpdateTaskInstagramFollowDto;
11466
- type index$6_UpdateTaskInstagramPostDto = UpdateTaskInstagramPostDto;
11467
- type index$6_UpdateTaskInstagramReplyCommentDto = UpdateTaskInstagramReplyCommentDto;
11468
- type index$6_UpdateTaskInstagramReplyMessageDto = UpdateTaskInstagramReplyMessageDto;
11469
- type index$6_UpdateTaskThreadsFollowDto = UpdateTaskThreadsFollowDto;
11470
- type index$6_UpdateTaskThreadsPostDto = UpdateTaskThreadsPostDto;
11471
- type index$6_UpdateTaskThreadsReplyCommentDto = UpdateTaskThreadsReplyCommentDto;
11472
- type index$6_UpdateTaskThreadsReplyMessageDto = UpdateTaskThreadsReplyMessageDto;
11473
- type index$6_UpdateTasksJobDto = UpdateTasksJobDto;
11474
- type index$6_UpdateTeamDto = UpdateTeamDto;
11475
- type index$6_UpdateUserDto = UpdateUserDto;
11476
- type index$6_ViewDetailDeviceDto = ViewDetailDeviceDto;
11477
- type index$6_ViewDetailSheetsToolDto = ViewDetailSheetsToolDto;
11478
- declare namespace index$6 {
11479
- export type { index$6_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, index$6_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, index$6_AddAccountForDeviceDto as AddAccountForDeviceDto, index$6_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index$6_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index$6_AddToDeviceProxyDto as AddToDeviceProxyDto, index$6_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, index$6_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$6_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$6_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index$6_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, index$6_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index$6_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index$6_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index$6_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index$6_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index$6_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index$6_ChangeInfoInstagramAccountRawDto as ChangeInfoInstagramAccountRawDto, index$6_CheckSendMessageLark as CheckSendMessageLark, index$6_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index$6_CreateAccountVPSDto as CreateAccountVPSDto, index$6_CreateBlogDto as CreateBlogDto, index$6_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index$6_CreateDepartmentDto as CreateDepartmentDto, index$6_CreateInstagramSettingInteractFollowDto as CreateInstagramSettingInteractFollowDto, index$6_CreateInstagramSettingInteractReplyCommentDto as CreateInstagramSettingInteractReplyCommentDto, index$6_CreateInstagramSettingInteractReplyMessageDto as CreateInstagramSettingInteractReplyMessageDto, index$6_CreateInstagramSettingInteractUnFollowDto as CreateInstagramSettingInteractUnFollowDto, index$6_CreateInstagramSettingPostDto as CreateInstagramSettingPostDto, index$6_CreateLarkDto as CreateLarkDto, index$6_CreateManagerWorkDto as CreateManagerWorkDto, index$6_CreatePCDto as CreatePCDto, index$6_CreateProxyDto as CreateProxyDto, index$6_CreateRoleDto as CreateRoleDto, index$6_CreateSheetToolDto as CreateSheetToolDto, index$6_CreateSheetWorkDto as CreateSheetWorkDto, index$6_CreateTaskAIContentDto as CreateTaskAIContentDto, index$6_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index$6_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index$6_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index$6_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index$6_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index$6_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index$6_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index$6_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index$6_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index$6_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index$6_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index$6_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index$6_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index$6_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index$6_CreateTasksJobDto as CreateTasksJobDto, index$6_CreateTeamDto as CreateTeamDto, index$6_CreateUserDto as CreateUserDto, index$6_DataImportInstagramAccountRawDto as DataImportInstagramAccountRawDto, index$6_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, index$6_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, index$6_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, index$6_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, index$6_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$6_ExportDto as ExportDto, index$6_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index$6_FilterAccountAIContentDto as FilterAccountAIContentDto, index$6_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index$6_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index$6_FilterAccountAIImageDto as FilterAccountAIImageDto, index$6_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index$6_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index$6_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index$6_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index$6_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index$6_FilterAccountCanvaDto as FilterAccountCanvaDto, index$6_FilterAccountDriveDto as FilterAccountDriveDto, index$6_FilterAccountEmailDto as FilterAccountEmailDto, index$6_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index$6_FilterAccountVPNDto as FilterAccountVPNDto, index$6_FilterAccountVPSDto as FilterAccountVPSDto, index$6_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index$6_FilterBaseDto as FilterBaseDto, index$6_FilterBaseSocialDto as FilterBaseSocialDto, index$6_FilterBlogCategoryDto as FilterBlogCategoryDto, index$6_FilterBlogDto as FilterBlogDto, index$6_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index$6_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, index$6_FilterDepartmentDto as FilterDepartmentDto, index$6_FilterDeviceDto as FilterDeviceDto, index$6_FilterDeviceLogDto as FilterDeviceLogDto, index$6_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index$6_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index$6_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index$6_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index$6_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index$6_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index$6_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index$6_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index$6_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index$6_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index$6_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index$6_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index$6_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index$6_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index$6_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index$6_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, index$6_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index$6_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index$6_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index$6_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index$6_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index$6_FilterInstagramSettingFollowDto as FilterInstagramSettingFollowDto, index$6_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index$6_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index$6_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index$6_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index$6_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index$6_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, index$6_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, index$6_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, index$6_FilterLarkDto as FilterLarkDto, index$6_FilterManagerImageAIDto as FilterManagerImageAIDto, index$6_FilterManagerSheetDto as FilterManagerSheetDto, index$6_FilterManagerWorkDto as FilterManagerWorkDto, index$6_FilterPCDto as FilterPCDto, index$6_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FilterProxyDto as FilterProxyDto, index$6_FilterRoleDto as FilterRoleDto, index$6_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index$6_FilterSheetWorkDto as FilterSheetWorkDto, index$6_FilterSheetsToolDto as FilterSheetsToolDto, index$6_FilterTaskAIContentDto as FilterTaskAIContentDto, index$6_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index$6_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index$6_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index$6_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index$6_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index$6_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index$6_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index$6_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index$6_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index$6_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index$6_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index$6_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index$6_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index$6_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index$6_FilterTeamDto as FilterTeamDto, index$6_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index$6_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index$6_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, index$6_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index$6_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index$6_FilterThreadsHistoryCreateNewDto as FilterThreadsHistoryCreateNewDto, index$6_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index$6_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index$6_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index$6_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index$6_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, index$6_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index$6_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index$6_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index$6_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index$6_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index$6_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index$6_FilterUserDto as FilterUserDto, index$6_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index$6_FindAccountAIContentDto as FindAccountAIContentDto, index$6_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index$6_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index$6_FindAccountAIImageDto as FindAccountAIImageDto, index$6_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index$6_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index$6_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index$6_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index$6_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index$6_FindAccountCanvaDto as FindAccountCanvaDto, index$6_FindAccountDriveDto as FindAccountDriveDto, index$6_FindAccountEmailDto as FindAccountEmailDto, index$6_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index$6_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, index$6_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index$6_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, index$6_FindAccountVPNDto as FindAccountVPNDto, index$6_FindAccountVPSDto as FindAccountVPSDto, index$6_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index$6_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, index$6_FindAutoFillDeviceDto as FindAutoFillDeviceDto, index$6_FindBlogCategoryDto as FindBlogCategoryDto, index$6_FindBlogDto as FindBlogDto, index$6_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index$6_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, index$6_FindDepartmentDto as FindDepartmentDto, index$6_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index$6_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index$6_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index$6_FindDeviceDto as FindDeviceDto, index$6_FindDeviceLogDto as FindDeviceLogDto, index$6_FindForReviewDto as FindForReviewDto, index$6_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index$6_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, index$6_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index$6_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index$6_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index$6_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index$6_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index$6_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index$6_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index$6_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index$6_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index$6_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index$6_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index$6_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index$6_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index$6_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index$6_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index$6_FindLarkDto as FindLarkDto, index$6_FindManagerImageAIDto as FindManagerImageAIDto, index$6_FindManagerSheetDto as FindManagerSheetDto, index$6_FindManagerWorkDto as FindManagerWorkDto, index$6_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index$6_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index$6_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index$6_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index$6_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index$6_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index$6_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index$6_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index$6_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, index$6_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index$6_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index$6_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index$6_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index$6_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index$6_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, index$6_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, index$6_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, index$6_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, index$6_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, index$6_FindOverViewLarkDto as FindOverViewLarkDto, index$6_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index$6_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index$6_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index$6_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index$6_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index$6_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index$6_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index$6_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index$6_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index$6_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index$6_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index$6_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index$6_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index$6_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index$6_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index$6_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index$6_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index$6_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index$6_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index$6_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index$6_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, index$6_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index$6_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, index$6_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, index$6_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, index$6_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, index$6_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, index$6_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index$6_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index$6_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index$6_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, index$6_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index$6_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, index$6_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, index$6_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, index$6_FindOverviewDeviceLog as FindOverviewDeviceLog, index$6_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, index$6_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, index$6_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index$6_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index$6_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index$6_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index$6_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index$6_FindOverviewProxyDto as FindOverviewProxyDto, index$6_FindOverviewRoleDto as FindOverviewRoleDto, index$6_FindOverviewTeamDto as FindOverviewTeamDto, index$6_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, index$6_FindOverviewThreadsHistoryCreateNewDto as FindOverviewThreadsHistoryCreateNewDto, index$6_FindOverviewUserDto as FindOverviewUserDto, index$6_FindPCDto as FindPCDto, index$6_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index$6_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, index$6_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, index$6_FindProxyDto as FindProxyDto, index$6_FindReplaceDeviceDto as FindReplaceDeviceDto, index$6_FindRoleDetailDto as FindRoleDetailDto, index$6_FindRoleDto as FindRoleDto, index$6_FindRoleOfMe as FindRoleOfMe, index$6_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index$6_FindSheetWorkDto as FindSheetWorkDto, index$6_FindSheetsToolDto as FindSheetsToolDto, index$6_FindTaskAIContentDto as FindTaskAIContentDto, index$6_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index$6_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index$6_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index$6_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index$6_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index$6_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index$6_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index$6_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index$6_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index$6_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index$6_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index$6_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index$6_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index$6_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index$6_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index$6_FindTasksJobDto as FindTasksJobDto, index$6_FindTeamDto as FindTeamDto, index$6_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index$6_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index$6_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index$6_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index$6_FindThreadsHistoryCreateNewDto as FindThreadsHistoryCreateNewDto, index$6_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index$6_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index$6_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index$6_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index$6_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index$6_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index$6_FindUserDto as FindUserDto, index$6_IBaseELS as IBaseELS, index$6_IBaseRefFieldELS as IBaseRefFieldELS, index$6_IBaseSheetImportDto as IBaseSheetImportDto, index$6_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, index$6_IFilterAssignDto as IFilterAssignDto, index$6_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index$6_IFilterBaseDto as IFilterBaseDto, index$6_IFilterSettingAccountSocialFindForSettingDto as IFilterSettingAccountSocialFindForSettingDto, index$6_IFindBaseDto as IFindBaseDto, index$6_ISettingAccountSocialDto as ISettingAccountSocialDto, index$6_IUserInfoAssignment as IUserInfoAssignment, index$6_ImportAccountVPSDto as ImportAccountVPSDto, index$6_ImportDto as ImportDto, index$6_ImportInstagramAccountRawDto as ImportInstagramAccountRawDto, index$6_ImportManagerWorkDto as ImportManagerWorkDto, index$6_ImportSheetWorkDto as ImportSheetWorkDto, index$6_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index$6_OverviewSheetsToolDto as OverviewSheetsToolDto, index$6_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$6_ReplaceAccountVSPDto as ReplaceAccountVSPDto, index$6_ResultChangeInfoInstagramAccountRawDto as ResultChangeInfoInstagramAccountRawDto, index$6_ResultImportInstagramAccountRawDto as ResultImportInstagramAccountRawDto, index$6_StatisticsManagerWorkDto as StatisticsManagerWorkDto, index$6_StatisticsSheetWorkDto as StatisticsSheetWorkDto, index$6_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index$6_UpdateAccountVPSDto as UpdateAccountVPSDto, index$6_UpdateBlogDto as UpdateBlogDto, index$6_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index$6_UpdateDepartmentDto as UpdateDepartmentDto, index$6_UpdateDeviceDto as UpdateDeviceDto, index$6_UpdateInstagramSettingInteractFollowDto as UpdateInstagramSettingInteractFollowDto, index$6_UpdateInstagramSettingInteractReplyCommentDto as UpdateInstagramSettingInteractReplyCommentDto, index$6_UpdateInstagramSettingInteractReplyMessageDto as UpdateInstagramSettingInteractReplyMessageDto, index$6_UpdateInstagramSettingInteractUnFollowDto as UpdateInstagramSettingInteractUnFollowDto, index$6_UpdateInstagramSettingPostDto as UpdateInstagramSettingPostDto, index$6_UpdateLarkDto as UpdateLarkDto, index$6_UpdateManagerWorkDto as UpdateManagerWorkDto, index$6_UpdatePCDto as UpdatePCDto, index$6_UpdateProxyDto as UpdateProxyDto, index$6_UpdateRoleDto as UpdateRoleDto, index$6_UpdateSheetWorkDto as UpdateSheetWorkDto, index$6_UpdateSheetsToolDto as UpdateSheetsToolDto, index$6_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index$6_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index$6_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index$6_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index$6_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index$6_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index$6_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index$6_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index$6_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index$6_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index$6_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index$6_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index$6_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index$6_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index$6_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index$6_UpdateTasksJobDto as UpdateTasksJobDto, index$6_UpdateTeamDto as UpdateTeamDto, index$6_UpdateUserDto as UpdateUserDto, index$6_ViewDetailDeviceDto as ViewDetailDeviceDto, index$6_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto };
10369
+ type index$5_ActionLoadInfoUrlSheetToolDto = ActionLoadInfoUrlSheetToolDto;
10370
+ type index$5_AddToDeviceAccountCHPlayICloudDto = AddToDeviceAccountCHPlayICloudDto;
10371
+ type index$5_AddToDeviceAccountVPNDto = AddToDeviceAccountVPNDto;
10372
+ type index$5_AddToDeviceProxyDto = AddToDeviceProxyDto;
10373
+ type index$5_ApplyTimeDashboardDto = ApplyTimeDashboardDto;
10374
+ type index$5_AutoFillAssignedMemberInstagramAccountRawDto = AutoFillAssignedMemberInstagramAccountRawDto;
10375
+ type index$5_AutoFillAssignedMemberThreadsAccountRawDto = AutoFillAssignedMemberThreadsAccountRawDto;
10376
+ type index$5_AutoFillInstagramAccountRawDto = AutoFillInstagramAccountRawDto;
10377
+ type index$5_AutoFillOverviewInstagramAccountRawDto = AutoFillOverviewInstagramAccountRawDto;
10378
+ type index$5_AutoFillOverviewTaskInstagramBlockUserDto = AutoFillOverviewTaskInstagramBlockUserDto;
10379
+ type index$5_AutoFillOverviewThreadsAccountRawDto = AutoFillOverviewThreadsAccountRawDto;
10380
+ type index$5_AutoFillTaskInstagramBlockUserDto = AutoFillTaskInstagramBlockUserDto;
10381
+ type index$5_AutoFillThreadsAccountRawDto = AutoFillThreadsAccountRawDto;
10382
+ type index$5_ChangeInfoInstagramAccountRawDto = ChangeInfoInstagramAccountRawDto;
10383
+ type index$5_CheckSendMessageLark = CheckSendMessageLark;
10384
+ type index$5_CreateAccountSocialGroupDto = CreateAccountSocialGroupDto;
10385
+ type index$5_CreateAccountVPSDto = CreateAccountVPSDto;
10386
+ type index$5_CreateBlogDto = CreateBlogDto;
10387
+ type index$5_CreateBlogsCategoryDto = CreateBlogsCategoryDto;
10388
+ type index$5_CreateDepartmentDto = CreateDepartmentDto;
10389
+ type index$5_CreateInstagramSettingInteractFollowDto = CreateInstagramSettingInteractFollowDto;
10390
+ type index$5_CreateInstagramSettingInteractReplyCommentDto = CreateInstagramSettingInteractReplyCommentDto;
10391
+ type index$5_CreateInstagramSettingInteractReplyMessageDto = CreateInstagramSettingInteractReplyMessageDto;
10392
+ type index$5_CreateInstagramSettingInteractUnFollowDto = CreateInstagramSettingInteractUnFollowDto;
10393
+ type index$5_CreateInstagramSettingPostDto = CreateInstagramSettingPostDto;
10394
+ type index$5_CreateLarkDto = CreateLarkDto;
10395
+ type index$5_CreateManagerWorkDto = CreateManagerWorkDto;
10396
+ type index$5_CreateProxyDto = CreateProxyDto;
10397
+ type index$5_CreateRoleDto = CreateRoleDto;
10398
+ type index$5_CreateSheetToolDto = CreateSheetToolDto;
10399
+ type index$5_CreateSheetWorkDto = CreateSheetWorkDto;
10400
+ type index$5_CreateTaskAIContentDto = CreateTaskAIContentDto;
10401
+ type index$5_CreateTaskAIImageCanvaInstagramDto = CreateTaskAIImageCanvaInstagramDto;
10402
+ type index$5_CreateTaskAIImageCanvaThreadsDto = CreateTaskAIImageCanvaThreadsDto;
10403
+ type index$5_CreateTaskAIImageVoiceCanvaInstagramDto = CreateTaskAIImageVoiceCanvaInstagramDto;
10404
+ type index$5_CreateTaskAIImageVoiceCanvaThreadsDto = CreateTaskAIImageVoiceCanvaThreadsDto;
10405
+ type index$5_CreateTaskInstagramBlockUserDto = CreateTaskInstagramBlockUserDto;
10406
+ type index$5_CreateTaskInstagramChangeInfoDto = CreateTaskInstagramChangeInfoDto;
10407
+ type index$5_CreateTaskInstagramFollowDto = CreateTaskInstagramFollowDto;
10408
+ type index$5_CreateTaskInstagramPostDto = CreateTaskInstagramPostDto;
10409
+ type index$5_CreateTaskInstagramReplyCommentDto = CreateTaskInstagramReplyCommentDto;
10410
+ type index$5_CreateTaskInstagramReplyMessageDto = CreateTaskInstagramReplyMessageDto;
10411
+ type index$5_CreateTaskThreadsFollowDto = CreateTaskThreadsFollowDto;
10412
+ type index$5_CreateTaskThreadsPostDto = CreateTaskThreadsPostDto;
10413
+ type index$5_CreateTaskThreadsReplyCommentDto = CreateTaskThreadsReplyCommentDto;
10414
+ type index$5_CreateTaskThreadsReplyMessageDto = CreateTaskThreadsReplyMessageDto;
10415
+ type index$5_CreateTasksJobDto = CreateTasksJobDto;
10416
+ type index$5_CreateTeamDto = CreateTeamDto;
10417
+ type index$5_CreateUserDto = CreateUserDto;
10418
+ type index$5_DataImportInstagramAccountRawDto = DataImportInstagramAccountRawDto;
10419
+ type index$5_ExportDto = ExportDto;
10420
+ type index$5_FilterAccountAIContentChannelDto = FilterAccountAIContentChannelDto;
10421
+ type index$5_FilterAccountAIContentDto = FilterAccountAIContentDto;
10422
+ type index$5_FilterAccountAIContentInfoDto = FilterAccountAIContentInfoDto;
10423
+ type index$5_FilterAccountAIImageChannelDto = FilterAccountAIImageChannelDto;
10424
+ type index$5_FilterAccountAIImageDto = FilterAccountAIImageDto;
10425
+ type index$5_FilterAccountAIImageInfoDto = FilterAccountAIImageInfoDto;
10426
+ type index$5_FilterAccountAIVoiceChannelDto = FilterAccountAIVoiceChannelDto;
10427
+ type index$5_FilterAccountAIVoiceDto = FilterAccountAIVoiceDto;
10428
+ type index$5_FilterAccountAIVoiceInfoDto = FilterAccountAIVoiceInfoDto;
10429
+ type index$5_FilterAccountCHPlayICloudDto = FilterAccountCHPlayICloudDto;
10430
+ type index$5_FilterAccountCanvaDto = FilterAccountCanvaDto;
10431
+ type index$5_FilterAccountDriveDto = FilterAccountDriveDto;
10432
+ type index$5_FilterAccountEmailDto = FilterAccountEmailDto;
10433
+ type index$5_FilterAccountSocialGroupDto = FilterAccountSocialGroupDto;
10434
+ type index$5_FilterAccountVPNDto = FilterAccountVPNDto;
10435
+ type index$5_FilterAccountVPSDto = FilterAccountVPSDto;
10436
+ type index$5_FilterAccountVPSGroupDto = FilterAccountVPSGroupDto;
10437
+ type index$5_FilterBaseDto = FilterBaseDto;
10438
+ type index$5_FilterBaseSocialDto = FilterBaseSocialDto;
10439
+ type index$5_FilterBlogCategoryDto = FilterBlogCategoryDto;
10440
+ type index$5_FilterBlogDto = FilterBlogDto;
10441
+ type index$5_FilterCheckerAccountInstagramDashboardFollowerDto = FilterCheckerAccountInstagramDashboardFollowerDto;
10442
+ type index$5_FilterCheckerAccountThreadsDashboardFollowerDto = FilterCheckerAccountThreadsDashboardFollowerDto;
10443
+ type index$5_FilterDepartmentDto = FilterDepartmentDto;
10444
+ type index$5_FilterHistoryTaskAIContentDto = FilterHistoryTaskAIContentDto;
10445
+ type index$5_FilterHistoryTaskAIImageDto = FilterHistoryTaskAIImageDto;
10446
+ type index$5_FilterHistoryTaskAIVoiceDto = FilterHistoryTaskAIVoiceDto;
10447
+ type index$5_FilterHistoryTaskCanvaDto = FilterHistoryTaskCanvaDto;
10448
+ type index$5_FilterInstagramAccountRawDto = FilterInstagramAccountRawDto;
10449
+ type index$5_FilterInstagramAccountRunDto = FilterInstagramAccountRunDto;
10450
+ type index$5_FilterInstagramDashboardFollowerDto = FilterInstagramDashboardFollowerDto;
10451
+ type index$5_FilterInstagramHistoryAutoSyncDto = FilterInstagramHistoryAutoSyncDto;
10452
+ type index$5_FilterInstagramHistoryChangeInfoDto = FilterInstagramHistoryChangeInfoDto;
10453
+ type index$5_FilterInstagramHistoryCreateNewDto = FilterInstagramHistoryCreateNewDto;
10454
+ type index$5_FilterInstagramHistoryGroupDto = FilterInstagramHistoryGroupDto;
10455
+ type index$5_FilterInstagramReportInteractBlockUserDto = FilterInstagramReportInteractBlockUserDto;
10456
+ type index$5_FilterInstagramReportInteractFollowDto = FilterInstagramReportInteractFollowDto;
10457
+ type index$5_FilterInstagramReportInteractReplyCommentDto = FilterInstagramReportInteractReplyCommentDto;
10458
+ type index$5_FilterInstagramReportInteractReplyMessageDto = FilterInstagramReportInteractReplyMessageDto;
10459
+ type index$5_FilterInstagramReportInteractUnFollowDto = FilterInstagramReportInteractUnFollowDto;
10460
+ type index$5_FilterInstagramReportPostHighLightDto = FilterInstagramReportPostHighLightDto;
10461
+ type index$5_FilterInstagramReportPostNewDto = FilterInstagramReportPostNewDto;
10462
+ type index$5_FilterInstagramReportPostReelDto = FilterInstagramReportPostReelDto;
10463
+ type index$5_FilterInstagramReportPostSquareDto = FilterInstagramReportPostSquareDto;
10464
+ type index$5_FilterInstagramReportPostStoryDto = FilterInstagramReportPostStoryDto;
10465
+ type index$5_FilterInstagramSettingFollowDto = FilterInstagramSettingFollowDto;
10466
+ type index$5_FilterInstagramSettingInteractFollowDto = FilterInstagramSettingInteractFollowDto;
10467
+ type index$5_FilterInstagramSettingInteractReplyCommentDto = FilterInstagramSettingInteractReplyCommentDto;
10468
+ type index$5_FilterInstagramSettingInteractReplyMessageDto = FilterInstagramSettingInteractReplyMessageDto;
10469
+ type index$5_FilterInstagramSettingInteractUnFollowDto = FilterInstagramSettingInteractUnFollowDto;
10470
+ type index$5_FilterInstagramSettingPostDto = FilterInstagramSettingPostDto;
10471
+ type index$5_FilterInstagramSettingReplyCommentDto = FilterInstagramSettingReplyCommentDto;
10472
+ type index$5_FilterInstagramSettingReplyMessageDto = FilterInstagramSettingReplyMessageDto;
10473
+ type index$5_FilterInstagramSettingUnFollowDto = FilterInstagramSettingUnFollowDto;
10474
+ type index$5_FilterLarkDto = FilterLarkDto;
10475
+ type index$5_FilterManagerImageAIDto = FilterManagerImageAIDto;
10476
+ type index$5_FilterManagerSheetDto = FilterManagerSheetDto;
10477
+ type index$5_FilterManagerWorkDto = FilterManagerWorkDto;
10478
+ type index$5_FilterPerformanceBreakdownInstagramDashboardFollowerDto = FilterPerformanceBreakdownInstagramDashboardFollowerDto;
10479
+ type index$5_FilterPerformanceBreakdownThreadsDashboardFollowerDto = FilterPerformanceBreakdownThreadsDashboardFollowerDto;
10480
+ type index$5_FilterProxyDto = FilterProxyDto;
10481
+ type index$5_FilterRoleDto = FilterRoleDto;
10482
+ type index$5_FilterSheetWorkCategoryDto = FilterSheetWorkCategoryDto;
10483
+ type index$5_FilterSheetWorkDto = FilterSheetWorkDto;
10484
+ type index$5_FilterSheetsToolDto = FilterSheetsToolDto;
10485
+ type index$5_FilterTaskAIContentDto = FilterTaskAIContentDto;
10486
+ type index$5_FilterTaskAIImageCanvaInstagramDto = FilterTaskAIImageCanvaInstagramDto;
10487
+ type index$5_FilterTaskAIImageCanvaThreadsDto = FilterTaskAIImageCanvaThreadsDto;
10488
+ type index$5_FilterTaskAIImageVoiceCanvaInstagramDto = FilterTaskAIImageVoiceCanvaInstagramDto;
10489
+ type index$5_FilterTaskAIImageVoiceCanvaThreadsDto = FilterTaskAIImageVoiceCanvaThreadsDto;
10490
+ type index$5_FilterTaskInstagramBlockUserDto = FilterTaskInstagramBlockUserDto;
10491
+ type index$5_FilterTaskInstagramChangeInfoDto = FilterTaskInstagramChangeInfoDto;
10492
+ type index$5_FilterTaskInstagramFollowDto = FilterTaskInstagramFollowDto;
10493
+ type index$5_FilterTaskInstagramPostDto = FilterTaskInstagramPostDto;
10494
+ type index$5_FilterTaskInstagramReplyCommentDto = FilterTaskInstagramReplyCommentDto;
10495
+ type index$5_FilterTaskInstagramReplyMessageDto = FilterTaskInstagramReplyMessageDto;
10496
+ type index$5_FilterTaskThreadsFollowDto = FilterTaskThreadsFollowDto;
10497
+ type index$5_FilterTaskThreadsPostDto = FilterTaskThreadsPostDto;
10498
+ type index$5_FilterTaskThreadsReplyCommentDto = FilterTaskThreadsReplyCommentDto;
10499
+ type index$5_FilterTaskThreadsReplyMessageDto = FilterTaskThreadsReplyMessageDto;
10500
+ type index$5_FilterTeamDto = FilterTeamDto;
10501
+ type index$5_FilterThreadsAccountRawDto = FilterThreadsAccountRawDto;
10502
+ type index$5_FilterThreadsAccountRunDto = FilterThreadsAccountRunDto;
10503
+ type index$5_FilterThreadsDashboardFollowerDto = FilterThreadsDashboardFollowerDto;
10504
+ type index$5_FilterThreadsHistoryAutoSyncDto = FilterThreadsHistoryAutoSyncDto;
10505
+ type index$5_FilterThreadsHistoryChangeDto = FilterThreadsHistoryChangeDto;
10506
+ type index$5_FilterThreadsHistoryCreateNewDto = FilterThreadsHistoryCreateNewDto;
10507
+ type index$5_FilterThreadsHistoryGroupDto = FilterThreadsHistoryGroupDto;
10508
+ type index$5_FilterThreadsReportInteractFollowDto = FilterThreadsReportInteractFollowDto;
10509
+ type index$5_FilterThreadsReportInteractReplyCommentDto = FilterThreadsReportInteractReplyCommentDto;
10510
+ type index$5_FilterThreadsReportInteractReplyMessageDto = FilterThreadsReportInteractReplyMessageDto;
10511
+ type index$5_FilterThreadsReportInteractUnFollowDto = FilterThreadsReportInteractUnFollowDto;
10512
+ type index$5_FilterThreadsReportPostDto = FilterThreadsReportPostDto;
10513
+ type index$5_FilterThreadsSettingInteractFollowDto = FilterThreadsSettingInteractFollowDto;
10514
+ type index$5_FilterThreadsSettingInteractReplyCommentDto = FilterThreadsSettingInteractReplyCommentDto;
10515
+ type index$5_FilterThreadsSettingInteractReplyMessageDto = FilterThreadsSettingInteractReplyMessageDto;
10516
+ type index$5_FilterThreadsSettingInteractUnFollowDto = FilterThreadsSettingInteractUnFollowDto;
10517
+ type index$5_FilterThreadsSettingPostDto = FilterThreadsSettingPostDto;
10518
+ type index$5_FilterUserDto = FilterUserDto;
10519
+ type index$5_FindAccountAIContentChannelDto = FindAccountAIContentChannelDto;
10520
+ type index$5_FindAccountAIContentDto = FindAccountAIContentDto;
10521
+ type index$5_FindAccountAIContentInfoDto = FindAccountAIContentInfoDto;
10522
+ type index$5_FindAccountAIImageChannelDto = FindAccountAIImageChannelDto;
10523
+ type index$5_FindAccountAIImageDto = FindAccountAIImageDto;
10524
+ type index$5_FindAccountAIImageInfoDto = FindAccountAIImageInfoDto;
10525
+ type index$5_FindAccountAIVoiceChannelDto = FindAccountAIVoiceChannelDto;
10526
+ type index$5_FindAccountAIVoiceDto = FindAccountAIVoiceDto;
10527
+ type index$5_FindAccountAIVoiceInfoDto = FindAccountAIVoiceInfoDto;
10528
+ type index$5_FindAccountCHPlayICloudDto = FindAccountCHPlayICloudDto;
10529
+ type index$5_FindAccountCanvaDto = FindAccountCanvaDto;
10530
+ type index$5_FindAccountDriveDto = FindAccountDriveDto;
10531
+ type index$5_FindAccountEmailDto = FindAccountEmailDto;
10532
+ type index$5_FindAccountForCheckerInstagramDashboard = FindAccountForCheckerInstagramDashboard;
10533
+ type index$5_FindAccountForCheckerThreadsDashboard = FindAccountForCheckerThreadsDashboard;
10534
+ type index$5_FindAccountSocialGroupDto = FindAccountSocialGroupDto;
10535
+ type index$5_FindAccountSocialGroupPopupSocialDto = FindAccountSocialGroupPopupSocialDto;
10536
+ type index$5_FindAccountVPNDto = FindAccountVPNDto;
10537
+ type index$5_FindAccountVPSDto = FindAccountVPSDto;
10538
+ type index$5_FindAccountVPSGroupDto = FindAccountVPSGroupDto;
10539
+ type index$5_FindAccountVPSGroupPopupDto = FindAccountVPSGroupPopupDto;
10540
+ type index$5_FindBlogCategoryDto = FindBlogCategoryDto;
10541
+ type index$5_FindBlogDto = FindBlogDto;
10542
+ type index$5_FindCheckerAccountInstagramDashboardFollowerDto = FindCheckerAccountInstagramDashboardFollowerDto;
10543
+ type index$5_FindCheckerAccountThreadsDashboardFollowerDto = FindCheckerAccountThreadsDashboardFollowerDto;
10544
+ type index$5_FindDepartmentDto = FindDepartmentDto;
10545
+ type index$5_FindDeviceAvailableForAddAccountVPNDto = FindDeviceAvailableForAddAccountVPNDto;
10546
+ type index$5_FindDeviceAvailableForAddCHPlayICloudDto = FindDeviceAvailableForAddCHPlayICloudDto;
10547
+ type index$5_FindDeviceAvailableForAddProxyDto = FindDeviceAvailableForAddProxyDto;
10548
+ type index$5_FindForReviewDto = FindForReviewDto;
10549
+ type index$5_FindGrowthInstagramDashboardFollowerDto = FindGrowthInstagramDashboardFollowerDto;
10550
+ type index$5_FindGrowthThreadsDashboardFollowerDto = FindGrowthThreadsDashboardFollowerDto;
10551
+ type index$5_FindHistoryTaskAIContentDto = FindHistoryTaskAIContentDto;
10552
+ type index$5_FindHistoryTaskAIImageDto = FindHistoryTaskAIImageDto;
10553
+ type index$5_FindHistoryTaskAIVoiceDto = FindHistoryTaskAIVoiceDto;
10554
+ type index$5_FindHistoryTaskCanvaDto = FindHistoryTaskCanvaDto;
10555
+ type index$5_FindInstagramAccountRawDto = FindInstagramAccountRawDto;
10556
+ type index$5_FindInstagramAccountRunDto = FindInstagramAccountRunDto;
10557
+ type index$5_FindInstagramHistoryAutoSyncDto = FindInstagramHistoryAutoSyncDto;
10558
+ type index$5_FindInstagramHistoryChangeInfoDto = FindInstagramHistoryChangeInfoDto;
10559
+ type index$5_FindInstagramHistoryCreateNewDto = FindInstagramHistoryCreateNewDto;
10560
+ type index$5_FindInstagramHistoryGroupDto = FindInstagramHistoryGroupDto;
10561
+ type index$5_FindInstagramSettingInteractFollowDto = FindInstagramSettingInteractFollowDto;
10562
+ type index$5_FindInstagramSettingInteractReplyCommentDto = FindInstagramSettingInteractReplyCommentDto;
10563
+ type index$5_FindInstagramSettingInteractReplyMessageDto = FindInstagramSettingInteractReplyMessageDto;
10564
+ type index$5_FindInstagramSettingInteractUnFollowDto = FindInstagramSettingInteractUnFollowDto;
10565
+ type index$5_FindInstagramSettingPostDto = FindInstagramSettingPostDto;
10566
+ type index$5_FindLarkDto = FindLarkDto;
10567
+ type index$5_FindManagerImageAIDto = FindManagerImageAIDto;
10568
+ type index$5_FindManagerSheetDto = FindManagerSheetDto;
10569
+ type index$5_FindManagerWorkDto = FindManagerWorkDto;
10570
+ type index$5_FindMemberForAddTeamDto = FindMemberForAddTeamDto;
10571
+ type index$5_FindOverViewDepartmentDto = FindOverViewDepartmentDto;
10572
+ type index$5_FindOverViewInstagramAccountRawDto = FindOverViewInstagramAccountRawDto;
10573
+ type index$5_FindOverViewInstagramAccountRunDto = FindOverViewInstagramAccountRunDto;
10574
+ type index$5_FindOverViewInstagramReportInteractBlockUserDto = FindOverViewInstagramReportInteractBlockUserDto;
10575
+ type index$5_FindOverViewInstagramReportInteractFollowDto = FindOverViewInstagramReportInteractFollowDto;
10576
+ type index$5_FindOverViewInstagramReportInteractReplyCommentDto = FindOverViewInstagramReportInteractReplyCommentDto;
10577
+ type index$5_FindOverViewInstagramReportInteractReplyMessageDto = FindOverViewInstagramReportInteractReplyMessageDto;
10578
+ type index$5_FindOverViewInstagramReportInteractUnFollowDto = FindOverViewInstagramReportInteractUnFollowDto;
10579
+ type index$5_FindOverViewInstagramReportPostHighLightDto = FindOverViewInstagramReportPostHighLightDto;
10580
+ type index$5_FindOverViewInstagramReportPostNewDto = FindOverViewInstagramReportPostNewDto;
10581
+ type index$5_FindOverViewInstagramReportPostReelDto = FindOverViewInstagramReportPostReelDto;
10582
+ type index$5_FindOverViewInstagramReportPostSquareDto = FindOverViewInstagramReportPostSquareDto;
10583
+ type index$5_FindOverViewInstagramReportPostStoryDto = FindOverViewInstagramReportPostStoryDto;
10584
+ type index$5_FindOverViewInstagramSettingInteractFollowDto = FindOverViewInstagramSettingInteractFollowDto;
10585
+ type index$5_FindOverViewInstagramSettingInteractReplyCommentDto = FindOverViewInstagramSettingInteractReplyCommentDto;
10586
+ type index$5_FindOverViewInstagramSettingInteractReplyMessageDto = FindOverViewInstagramSettingInteractReplyMessageDto;
10587
+ type index$5_FindOverViewInstagramSettingInteractUnFollowDto = FindOverViewInstagramSettingInteractUnFollowDto;
10588
+ type index$5_FindOverViewInstagramSettingPostDto = FindOverViewInstagramSettingPostDto;
10589
+ type index$5_FindOverViewLarkDto = FindOverViewLarkDto;
10590
+ type index$5_FindOverViewTaskAIContentDto = FindOverViewTaskAIContentDto;
10591
+ type index$5_FindOverViewTaskAIImageCanvaInstagramDto = FindOverViewTaskAIImageCanvaInstagramDto;
10592
+ type index$5_FindOverViewTaskAIImageCanvaThreadsDto = FindOverViewTaskAIImageCanvaThreadsDto;
10593
+ type index$5_FindOverViewTaskAIImageVoiceCanvaInstagramDto = FindOverViewTaskAIImageVoiceCanvaInstagramDto;
10594
+ type index$5_FindOverViewTaskAIImageVoiceCanvaThreadsDto = FindOverViewTaskAIImageVoiceCanvaThreadsDto;
10595
+ type index$5_FindOverViewTaskInstagramBlockUserDto = FindOverViewTaskInstagramBlockUserDto;
10596
+ type index$5_FindOverViewTaskInstagramChangeInfoDto = FindOverViewTaskInstagramChangeInfoDto;
10597
+ type index$5_FindOverViewTaskInstagramFollowDto = FindOverViewTaskInstagramFollowDto;
10598
+ type index$5_FindOverViewTaskInstagramPostDto = FindOverViewTaskInstagramPostDto;
10599
+ type index$5_FindOverViewTaskInstagramReplyCommentDto = FindOverViewTaskInstagramReplyCommentDto;
10600
+ type index$5_FindOverViewTaskInstagramReplyMessageDto = FindOverViewTaskInstagramReplyMessageDto;
10601
+ type index$5_FindOverViewTaskThreadsFollowDto = FindOverViewTaskThreadsFollowDto;
10602
+ type index$5_FindOverViewTaskThreadsPostDto = FindOverViewTaskThreadsPostDto;
10603
+ type index$5_FindOverViewTaskThreadsReplyCommentDto = FindOverViewTaskThreadsReplyCommentDto;
10604
+ type index$5_FindOverViewTaskThreadsReplyMessageDto = FindOverViewTaskThreadsReplyMessageDto;
10605
+ type index$5_FindOverViewThreadsAccountDto = FindOverViewThreadsAccountDto;
10606
+ type index$5_FindOverViewThreadsAccountRowDto = FindOverViewThreadsAccountRowDto;
10607
+ type index$5_FindOverViewThreadsReportInteractFollowDto = FindOverViewThreadsReportInteractFollowDto;
10608
+ type index$5_FindOverViewThreadsReportInteractReplyCommentDto = FindOverViewThreadsReportInteractReplyCommentDto;
10609
+ type index$5_FindOverViewThreadsReportInteractReplyMessageDto = FindOverViewThreadsReportInteractReplyMessageDto;
10610
+ type index$5_FindOverViewThreadsReportInteractUnFollowDto = FindOverViewThreadsReportInteractUnFollowDto;
10611
+ type index$5_FindOverViewThreadsReportPostDto = FindOverViewThreadsReportPostDto;
10612
+ type index$5_FindOverViewThreadsSettingInteractFollowDto = FindOverViewThreadsSettingInteractFollowDto;
10613
+ type index$5_FindOverViewThreadsSettingInteractReplyCommentDto = FindOverViewThreadsSettingInteractReplyCommentDto;
10614
+ type index$5_FindOverViewThreadsSettingInteractReplyMessageDto = FindOverViewThreadsSettingInteractReplyMessageDto;
10615
+ type index$5_FindOverViewThreadsSettingInteractUnFollowDto = FindOverViewThreadsSettingInteractUnFollowDto;
10616
+ type index$5_FindOverViewThreadsSettingPostDto = FindOverViewThreadsSettingPostDto;
10617
+ type index$5_FindOverviewAccountCHPlayICloudDto = FindOverviewAccountCHPlayICloudDto;
10618
+ type index$5_FindOverviewAccountCanvaDto = FindOverviewAccountCanvaDto;
10619
+ type index$5_FindOverviewAccountDriveDto = FindOverviewAccountDriveDto;
10620
+ type index$5_FindOverviewAccountEmailDto = FindOverviewAccountEmailDto;
10621
+ type index$5_FindOverviewAccountVPNDto = FindOverviewAccountVPNDto;
10622
+ type index$5_FindOverviewAccountVPSDto = FindOverviewAccountVPSDto;
10623
+ type index$5_FindOverviewInstagramDashboardFollowerDto = FindOverviewInstagramDashboardFollowerDto;
10624
+ type index$5_FindOverviewInstagramHistoryAutoSyncDto = FindOverviewInstagramHistoryAutoSyncDto;
10625
+ type index$5_FindOverviewInstagramHistoryChangeInfoDto = FindOverviewInstagramHistoryChangeInfoDto;
10626
+ type index$5_FindOverviewInstagramHistoryCreateNewDto = FindOverviewInstagramHistoryCreateNewDto;
10627
+ type index$5_FindOverviewInstagramHistoryGroupDto = FindOverviewInstagramHistoryGroupDto;
10628
+ type index$5_FindOverviewProxyDto = FindOverviewProxyDto;
10629
+ type index$5_FindOverviewRoleDto = FindOverviewRoleDto;
10630
+ type index$5_FindOverviewTeamDto = FindOverviewTeamDto;
10631
+ type index$5_FindOverviewThreadsDashboardFollowerDto = FindOverviewThreadsDashboardFollowerDto;
10632
+ type index$5_FindOverviewThreadsHistoryCreateNewDto = FindOverviewThreadsHistoryCreateNewDto;
10633
+ type index$5_FindOverviewUserDto = FindOverviewUserDto;
10634
+ type index$5_FindPerformanceBreakdownInstagramDashboardFollowerDto = FindPerformanceBreakdownInstagramDashboardFollowerDto;
10635
+ type index$5_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto = FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto;
10636
+ type index$5_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto = FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto;
10637
+ type index$5_FindPerformanceBreakdownThreadsDashboardFollowerDto = FindPerformanceBreakdownThreadsDashboardFollowerDto;
10638
+ type index$5_FindProxyDto = FindProxyDto;
10639
+ type index$5_FindRoleDetailDto = FindRoleDetailDto;
10640
+ type index$5_FindRoleDto = FindRoleDto;
10641
+ type index$5_FindRoleOfMe = FindRoleOfMe;
10642
+ type index$5_FindSheetWorkCategoryDto = FindSheetWorkCategoryDto;
10643
+ type index$5_FindSheetWorkDto = FindSheetWorkDto;
10644
+ type index$5_FindSheetsToolDto = FindSheetsToolDto;
10645
+ type index$5_FindTaskAIContentDto = FindTaskAIContentDto;
10646
+ type index$5_FindTaskAIImageCanvaInstagramDto = FindTaskAIImageCanvaInstagramDto;
10647
+ type index$5_FindTaskAIImageCanvaThreadsDto = FindTaskAIImageCanvaThreadsDto;
10648
+ type index$5_FindTaskAIImageVoiceCanvaInstagramDto = FindTaskAIImageVoiceCanvaInstagramDto;
10649
+ type index$5_FindTaskAIImageVoiceCanvaThreadsDto = FindTaskAIImageVoiceCanvaThreadsDto;
10650
+ type index$5_FindTaskAvailableAIContentDto = FindTaskAvailableAIContentDto;
10651
+ type index$5_FindTaskInstagramBlockUserDto = FindTaskInstagramBlockUserDto;
10652
+ type index$5_FindTaskInstagramChangeInfoDto = FindTaskInstagramChangeInfoDto;
10653
+ type index$5_FindTaskInstagramFollowDto = FindTaskInstagramFollowDto;
10654
+ type index$5_FindTaskInstagramPostDto = FindTaskInstagramPostDto;
10655
+ type index$5_FindTaskInstagramReplyCommentDto = FindTaskInstagramReplyCommentDto;
10656
+ type index$5_FindTaskInstagramReplyMessageDto = FindTaskInstagramReplyMessageDto;
10657
+ type index$5_FindTaskThreadsFollowDto = FindTaskThreadsFollowDto;
10658
+ type index$5_FindTaskThreadsPostDto = FindTaskThreadsPostDto;
10659
+ type index$5_FindTaskThreadsReplyCommentDto = FindTaskThreadsReplyCommentDto;
10660
+ type index$5_FindTaskThreadsReplyMessageDto = FindTaskThreadsReplyMessageDto;
10661
+ type index$5_FindTasksJobDto = FindTasksJobDto;
10662
+ type index$5_FindTeamDto = FindTeamDto;
10663
+ type index$5_FindThreadsAccountRawDto = FindThreadsAccountRawDto;
10664
+ type index$5_FindThreadsAccountRunDto = FindThreadsAccountRunDto;
10665
+ type index$5_FindThreadsHistoryAutoSyncDto = FindThreadsHistoryAutoSyncDto;
10666
+ type index$5_FindThreadsHistoryChangeDto = FindThreadsHistoryChangeDto;
10667
+ type index$5_FindThreadsHistoryCreateNewDto = FindThreadsHistoryCreateNewDto;
10668
+ type index$5_FindThreadsHistoryGroupDto = FindThreadsHistoryGroupDto;
10669
+ type index$5_FindThreadsSettingInteractFollowDto = FindThreadsSettingInteractFollowDto;
10670
+ type index$5_FindThreadsSettingInteractReplyCommentDto = FindThreadsSettingInteractReplyCommentDto;
10671
+ type index$5_FindThreadsSettingInteractReplyMessageDto = FindThreadsSettingInteractReplyMessageDto;
10672
+ type index$5_FindThreadsSettingInteractUnFollowDto = FindThreadsSettingInteractUnFollowDto;
10673
+ type index$5_FindThreadsSettingPostDto = FindThreadsSettingPostDto;
10674
+ type index$5_FindUserDto = FindUserDto;
10675
+ type index$5_IBaseELS = IBaseELS;
10676
+ type index$5_IBaseRefFieldELS = IBaseRefFieldELS;
10677
+ type index$5_IBaseSheetImportDto = IBaseSheetImportDto;
10678
+ type index$5_IBaseStoreIdxELS = IBaseStoreIdxELS;
10679
+ type index$5_IFilterAssignDto = IFilterAssignDto;
10680
+ type index$5_IFilterBaseAccountSocialDto = IFilterBaseAccountSocialDto;
10681
+ type index$5_IFilterBaseDto = IFilterBaseDto;
10682
+ type index$5_IFilterSettingAccountSocialFindForSettingDto = IFilterSettingAccountSocialFindForSettingDto;
10683
+ type index$5_IFindBaseDto = IFindBaseDto;
10684
+ type index$5_ISettingAccountSocialDto = ISettingAccountSocialDto;
10685
+ type index$5_IUserInfoAssignment = IUserInfoAssignment;
10686
+ type index$5_ImportAccountVPSDto = ImportAccountVPSDto;
10687
+ type index$5_ImportDto = ImportDto;
10688
+ type index$5_ImportInstagramAccountRawDto = ImportInstagramAccountRawDto;
10689
+ type index$5_ImportManagerWorkDto = ImportManagerWorkDto;
10690
+ type index$5_ImportSheetWorkDto = ImportSheetWorkDto;
10691
+ type index$5_LoadInfoUrlSheetToolDto = LoadInfoUrlSheetToolDto;
10692
+ type index$5_OverviewSheetsToolDto = OverviewSheetsToolDto;
10693
+ type index$5_PayloadUrlSheetToolDto = PayloadUrlSheetToolDto;
10694
+ type index$5_ReplaceAccountVSPDto = ReplaceAccountVSPDto;
10695
+ type index$5_ResultChangeInfoInstagramAccountRawDto = ResultChangeInfoInstagramAccountRawDto;
10696
+ type index$5_ResultImportInstagramAccountRawDto = ResultImportInstagramAccountRawDto;
10697
+ type index$5_StatisticsManagerWorkDto = StatisticsManagerWorkDto;
10698
+ type index$5_StatisticsSheetWorkDto = StatisticsSheetWorkDto;
10699
+ type index$5_UpdateAccountSocialGroupDto = UpdateAccountSocialGroupDto;
10700
+ type index$5_UpdateAccountVPSDto = UpdateAccountVPSDto;
10701
+ type index$5_UpdateBlogDto = UpdateBlogDto;
10702
+ type index$5_UpdateBlogsCategoryDto = UpdateBlogsCategoryDto;
10703
+ type index$5_UpdateDepartmentDto = UpdateDepartmentDto;
10704
+ type index$5_UpdateInstagramSettingInteractFollowDto = UpdateInstagramSettingInteractFollowDto;
10705
+ type index$5_UpdateInstagramSettingInteractReplyCommentDto = UpdateInstagramSettingInteractReplyCommentDto;
10706
+ type index$5_UpdateInstagramSettingInteractReplyMessageDto = UpdateInstagramSettingInteractReplyMessageDto;
10707
+ type index$5_UpdateInstagramSettingInteractUnFollowDto = UpdateInstagramSettingInteractUnFollowDto;
10708
+ type index$5_UpdateInstagramSettingPostDto = UpdateInstagramSettingPostDto;
10709
+ type index$5_UpdateLarkDto = UpdateLarkDto;
10710
+ type index$5_UpdateManagerWorkDto = UpdateManagerWorkDto;
10711
+ type index$5_UpdateProxyDto = UpdateProxyDto;
10712
+ type index$5_UpdateRoleDto = UpdateRoleDto;
10713
+ type index$5_UpdateSheetWorkDto = UpdateSheetWorkDto;
10714
+ type index$5_UpdateSheetsToolDto = UpdateSheetsToolDto;
10715
+ type index$5_UpdateTaskAIContentDto = UpdateTaskAIContentDto;
10716
+ type index$5_UpdateTaskAIImageCanvaInstagramDto = UpdateTaskAIImageCanvaInstagramDto;
10717
+ type index$5_UpdateTaskAIImageCanvaThreadsDto = UpdateTaskAIImageCanvaThreadsDto;
10718
+ type index$5_UpdateTaskAIImageVoiceCanvaInstagramDto = UpdateTaskAIImageVoiceCanvaInstagramDto;
10719
+ type index$5_UpdateTaskAIImageVoiceCanvaThreadsDto = UpdateTaskAIImageVoiceCanvaThreadsDto;
10720
+ type index$5_UpdateTaskInstagramBlockUserDto = UpdateTaskInstagramBlockUserDto;
10721
+ type index$5_UpdateTaskInstagramChangeInfoDto = UpdateTaskInstagramChangeInfoDto;
10722
+ type index$5_UpdateTaskInstagramFollowDto = UpdateTaskInstagramFollowDto;
10723
+ type index$5_UpdateTaskInstagramPostDto = UpdateTaskInstagramPostDto;
10724
+ type index$5_UpdateTaskInstagramReplyCommentDto = UpdateTaskInstagramReplyCommentDto;
10725
+ type index$5_UpdateTaskInstagramReplyMessageDto = UpdateTaskInstagramReplyMessageDto;
10726
+ type index$5_UpdateTaskThreadsFollowDto = UpdateTaskThreadsFollowDto;
10727
+ type index$5_UpdateTaskThreadsPostDto = UpdateTaskThreadsPostDto;
10728
+ type index$5_UpdateTaskThreadsReplyCommentDto = UpdateTaskThreadsReplyCommentDto;
10729
+ type index$5_UpdateTaskThreadsReplyMessageDto = UpdateTaskThreadsReplyMessageDto;
10730
+ type index$5_UpdateTasksJobDto = UpdateTasksJobDto;
10731
+ type index$5_UpdateTeamDto = UpdateTeamDto;
10732
+ type index$5_UpdateUserDto = UpdateUserDto;
10733
+ type index$5_ViewDetailSheetsToolDto = ViewDetailSheetsToolDto;
10734
+ declare namespace index$5 {
10735
+ export type { index$5_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, index$5_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index$5_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index$5_AddToDeviceProxyDto as AddToDeviceProxyDto, index$5_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index$5_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index$5_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, index$5_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index$5_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index$5_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index$5_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index$5_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index$5_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index$5_ChangeInfoInstagramAccountRawDto as ChangeInfoInstagramAccountRawDto, index$5_CheckSendMessageLark as CheckSendMessageLark, index$5_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index$5_CreateAccountVPSDto as CreateAccountVPSDto, index$5_CreateBlogDto as CreateBlogDto, index$5_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index$5_CreateDepartmentDto as CreateDepartmentDto, index$5_CreateInstagramSettingInteractFollowDto as CreateInstagramSettingInteractFollowDto, index$5_CreateInstagramSettingInteractReplyCommentDto as CreateInstagramSettingInteractReplyCommentDto, index$5_CreateInstagramSettingInteractReplyMessageDto as CreateInstagramSettingInteractReplyMessageDto, index$5_CreateInstagramSettingInteractUnFollowDto as CreateInstagramSettingInteractUnFollowDto, index$5_CreateInstagramSettingPostDto as CreateInstagramSettingPostDto, index$5_CreateLarkDto as CreateLarkDto, index$5_CreateManagerWorkDto as CreateManagerWorkDto, index$5_CreateProxyDto as CreateProxyDto, index$5_CreateRoleDto as CreateRoleDto, index$5_CreateSheetToolDto as CreateSheetToolDto, index$5_CreateSheetWorkDto as CreateSheetWorkDto, index$5_CreateTaskAIContentDto as CreateTaskAIContentDto, index$5_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index$5_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index$5_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index$5_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index$5_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index$5_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index$5_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index$5_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index$5_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index$5_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index$5_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index$5_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index$5_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index$5_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index$5_CreateTasksJobDto as CreateTasksJobDto, index$5_CreateTeamDto as CreateTeamDto, index$5_CreateUserDto as CreateUserDto, index$5_DataImportInstagramAccountRawDto as DataImportInstagramAccountRawDto, index$5_ExportDto as ExportDto, index$5_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index$5_FilterAccountAIContentDto as FilterAccountAIContentDto, index$5_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index$5_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index$5_FilterAccountAIImageDto as FilterAccountAIImageDto, index$5_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index$5_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index$5_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index$5_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index$5_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index$5_FilterAccountCanvaDto as FilterAccountCanvaDto, index$5_FilterAccountDriveDto as FilterAccountDriveDto, index$5_FilterAccountEmailDto as FilterAccountEmailDto, index$5_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index$5_FilterAccountVPNDto as FilterAccountVPNDto, index$5_FilterAccountVPSDto as FilterAccountVPSDto, index$5_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index$5_FilterBaseDto as FilterBaseDto, index$5_FilterBaseSocialDto as FilterBaseSocialDto, index$5_FilterBlogCategoryDto as FilterBlogCategoryDto, index$5_FilterBlogDto as FilterBlogDto, index$5_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index$5_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, index$5_FilterDepartmentDto as FilterDepartmentDto, index$5_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index$5_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index$5_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index$5_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index$5_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index$5_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index$5_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index$5_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index$5_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index$5_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index$5_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index$5_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index$5_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index$5_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index$5_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index$5_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, index$5_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index$5_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index$5_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index$5_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index$5_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index$5_FilterInstagramSettingFollowDto as FilterInstagramSettingFollowDto, index$5_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index$5_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index$5_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index$5_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index$5_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index$5_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, index$5_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, index$5_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, index$5_FilterLarkDto as FilterLarkDto, index$5_FilterManagerImageAIDto as FilterManagerImageAIDto, index$5_FilterManagerSheetDto as FilterManagerSheetDto, index$5_FilterManagerWorkDto as FilterManagerWorkDto, index$5_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index$5_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, index$5_FilterProxyDto as FilterProxyDto, index$5_FilterRoleDto as FilterRoleDto, index$5_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index$5_FilterSheetWorkDto as FilterSheetWorkDto, index$5_FilterSheetsToolDto as FilterSheetsToolDto, index$5_FilterTaskAIContentDto as FilterTaskAIContentDto, index$5_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index$5_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index$5_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index$5_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index$5_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index$5_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index$5_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index$5_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index$5_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index$5_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index$5_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index$5_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index$5_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index$5_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index$5_FilterTeamDto as FilterTeamDto, index$5_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index$5_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index$5_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, index$5_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index$5_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index$5_FilterThreadsHistoryCreateNewDto as FilterThreadsHistoryCreateNewDto, index$5_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index$5_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index$5_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index$5_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index$5_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, index$5_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index$5_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index$5_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index$5_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index$5_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index$5_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index$5_FilterUserDto as FilterUserDto, index$5_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index$5_FindAccountAIContentDto as FindAccountAIContentDto, index$5_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index$5_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index$5_FindAccountAIImageDto as FindAccountAIImageDto, index$5_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index$5_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index$5_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index$5_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index$5_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index$5_FindAccountCanvaDto as FindAccountCanvaDto, index$5_FindAccountDriveDto as FindAccountDriveDto, index$5_FindAccountEmailDto as FindAccountEmailDto, index$5_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index$5_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, index$5_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index$5_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, index$5_FindAccountVPNDto as FindAccountVPNDto, index$5_FindAccountVPSDto as FindAccountVPSDto, index$5_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index$5_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, index$5_FindBlogCategoryDto as FindBlogCategoryDto, index$5_FindBlogDto as FindBlogDto, index$5_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index$5_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, index$5_FindDepartmentDto as FindDepartmentDto, index$5_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index$5_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index$5_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index$5_FindForReviewDto as FindForReviewDto, index$5_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index$5_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, index$5_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index$5_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index$5_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index$5_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index$5_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index$5_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index$5_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index$5_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index$5_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index$5_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index$5_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index$5_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index$5_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index$5_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index$5_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index$5_FindLarkDto as FindLarkDto, index$5_FindManagerImageAIDto as FindManagerImageAIDto, index$5_FindManagerSheetDto as FindManagerSheetDto, index$5_FindManagerWorkDto as FindManagerWorkDto, index$5_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index$5_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index$5_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index$5_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index$5_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index$5_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index$5_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index$5_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index$5_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, index$5_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index$5_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index$5_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index$5_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index$5_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index$5_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, index$5_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, index$5_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, index$5_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, index$5_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, index$5_FindOverViewLarkDto as FindOverViewLarkDto, index$5_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index$5_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index$5_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index$5_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index$5_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index$5_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index$5_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index$5_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index$5_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index$5_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index$5_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index$5_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index$5_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index$5_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index$5_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index$5_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index$5_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index$5_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index$5_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index$5_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index$5_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, index$5_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index$5_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, index$5_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, index$5_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, index$5_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, index$5_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, index$5_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index$5_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index$5_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index$5_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, index$5_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index$5_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, index$5_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index$5_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index$5_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index$5_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index$5_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index$5_FindOverviewProxyDto as FindOverviewProxyDto, index$5_FindOverviewRoleDto as FindOverviewRoleDto, index$5_FindOverviewTeamDto as FindOverviewTeamDto, index$5_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, index$5_FindOverviewThreadsHistoryCreateNewDto as FindOverviewThreadsHistoryCreateNewDto, index$5_FindOverviewUserDto as FindOverviewUserDto, index$5_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index$5_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index$5_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, index$5_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, index$5_FindProxyDto as FindProxyDto, index$5_FindRoleDetailDto as FindRoleDetailDto, index$5_FindRoleDto as FindRoleDto, index$5_FindRoleOfMe as FindRoleOfMe, index$5_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index$5_FindSheetWorkDto as FindSheetWorkDto, index$5_FindSheetsToolDto as FindSheetsToolDto, index$5_FindTaskAIContentDto as FindTaskAIContentDto, index$5_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index$5_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index$5_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index$5_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index$5_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index$5_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index$5_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index$5_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index$5_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index$5_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index$5_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index$5_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index$5_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index$5_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index$5_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index$5_FindTasksJobDto as FindTasksJobDto, index$5_FindTeamDto as FindTeamDto, index$5_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index$5_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index$5_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index$5_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index$5_FindThreadsHistoryCreateNewDto as FindThreadsHistoryCreateNewDto, index$5_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index$5_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index$5_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index$5_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index$5_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index$5_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index$5_FindUserDto as FindUserDto, index$5_IBaseELS as IBaseELS, index$5_IBaseRefFieldELS as IBaseRefFieldELS, index$5_IBaseSheetImportDto as IBaseSheetImportDto, index$5_IBaseStoreIdxELS as IBaseStoreIdxELS, index$5_IFilterAssignDto as IFilterAssignDto, index$5_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index$5_IFilterBaseDto as IFilterBaseDto, index$5_IFilterSettingAccountSocialFindForSettingDto as IFilterSettingAccountSocialFindForSettingDto, index$5_IFindBaseDto as IFindBaseDto, index$5_ISettingAccountSocialDto as ISettingAccountSocialDto, index$5_IUserInfoAssignment as IUserInfoAssignment, index$5_ImportAccountVPSDto as ImportAccountVPSDto, index$5_ImportDto as ImportDto, index$5_ImportInstagramAccountRawDto as ImportInstagramAccountRawDto, index$5_ImportManagerWorkDto as ImportManagerWorkDto, index$5_ImportSheetWorkDto as ImportSheetWorkDto, index$5_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index$5_OverviewSheetsToolDto as OverviewSheetsToolDto, index$5_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index$5_ReplaceAccountVSPDto as ReplaceAccountVSPDto, index$5_ResultChangeInfoInstagramAccountRawDto as ResultChangeInfoInstagramAccountRawDto, index$5_ResultImportInstagramAccountRawDto as ResultImportInstagramAccountRawDto, index$5_StatisticsManagerWorkDto as StatisticsManagerWorkDto, index$5_StatisticsSheetWorkDto as StatisticsSheetWorkDto, index$5_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index$5_UpdateAccountVPSDto as UpdateAccountVPSDto, index$5_UpdateBlogDto as UpdateBlogDto, index$5_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index$5_UpdateDepartmentDto as UpdateDepartmentDto, index$5_UpdateInstagramSettingInteractFollowDto as UpdateInstagramSettingInteractFollowDto, index$5_UpdateInstagramSettingInteractReplyCommentDto as UpdateInstagramSettingInteractReplyCommentDto, index$5_UpdateInstagramSettingInteractReplyMessageDto as UpdateInstagramSettingInteractReplyMessageDto, index$5_UpdateInstagramSettingInteractUnFollowDto as UpdateInstagramSettingInteractUnFollowDto, index$5_UpdateInstagramSettingPostDto as UpdateInstagramSettingPostDto, index$5_UpdateLarkDto as UpdateLarkDto, index$5_UpdateManagerWorkDto as UpdateManagerWorkDto, index$5_UpdateProxyDto as UpdateProxyDto, index$5_UpdateRoleDto as UpdateRoleDto, index$5_UpdateSheetWorkDto as UpdateSheetWorkDto, index$5_UpdateSheetsToolDto as UpdateSheetsToolDto, index$5_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index$5_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index$5_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index$5_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index$5_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index$5_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index$5_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index$5_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index$5_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index$5_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index$5_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index$5_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index$5_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index$5_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index$5_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index$5_UpdateTasksJobDto as UpdateTasksJobDto, index$5_UpdateTeamDto as UpdateTeamDto, index$5_UpdateUserDto as UpdateUserDto, index$5_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto };
11480
10736
  }
11481
10737
 
11482
10738
  interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
@@ -11689,6 +10945,31 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
11689
10945
  };
11690
10946
  schedulePostTime: Date;
11691
10947
  }
10948
+ interface IInstagramReportInteractBlockUserStoreIdxELS extends IBaseStoreIdxELS {
10949
+ ideaId: string;
10950
+ nicheId: string;
10951
+ pcId: string;
10952
+ deviceId: string;
10953
+ accountGroupId: string;
10954
+ accountId: string;
10955
+ sheetInfoId: string;
10956
+ accountVPNId: string;
10957
+ accountProxyId: string;
10958
+ listUserBlock: string[];
10959
+ listUserRestrict: string[];
10960
+ listUserHidden: string[];
10961
+ status: EStatusTaskScript;
10962
+ noteFix: string;
10963
+ timeStart: Date;
10964
+ timeEnd: Date;
10965
+ timezone: ETimeZone;
10966
+ dayOfWeek: EDayOfWeek;
10967
+ executeBetweenSetting: {
10968
+ timeFrom: Date;
10969
+ timeTo: Date;
10970
+ };
10971
+ schedulePostTime: Date;
10972
+ }
11692
10973
 
11693
10974
  interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11694
10975
  sheet: string | ISheetsTool;
@@ -11792,6 +11073,43 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
11792
11073
  isSkipBioNoneEnglish: boolean;
11793
11074
  };
11794
11075
  }
11076
+ interface IInstagramReportInteractFollowStoreIdxELS extends IBaseStoreIdxELS {
11077
+ ideaId: string;
11078
+ nicheId: string;
11079
+ pcId: string;
11080
+ deviceId: string;
11081
+ accountGroupId: string;
11082
+ accountId: string;
11083
+ sheetInfoId: string;
11084
+ accountVPNId: string;
11085
+ accountProxyId: string;
11086
+ listUsersFollow: Array<string>;
11087
+ follower: number;
11088
+ following: number;
11089
+ status: EStatusTaskScript;
11090
+ noteFix: string;
11091
+ timeStart: Date;
11092
+ timeEnd: Date;
11093
+ timezone: ETimeZone;
11094
+ dayOfWeek: EDayOfWeek;
11095
+ executeBetweenSetting: {
11096
+ timeFrom: Date;
11097
+ timeTo: Date;
11098
+ };
11099
+ schedulePostTime: Date;
11100
+ growthFollow: number;
11101
+ timeGrowthFollow: Date;
11102
+ isInteractUserFollower: boolean;
11103
+ isInteractUserFollowing: boolean;
11104
+ isInteractCurrentUser: boolean;
11105
+ settingTickBox: {
11106
+ isSkipUserNameNoneEnglish: boolean;
11107
+ isSkipUserNameContainIcons: boolean;
11108
+ isSkipFollowWhenUnFollowed: boolean;
11109
+ isSkipFollowContainLinks: boolean;
11110
+ isSkipBioNoneEnglish: boolean;
11111
+ };
11112
+ }
11795
11113
 
11796
11114
  interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11797
11115
  account: IInstagramAccountRaw | string;
@@ -11873,6 +11191,32 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
11873
11191
  };
11874
11192
  schedulePostTime: Date;
11875
11193
  }
11194
+ interface IInstagramReportInteractReplyCommentStoreIdxELS extends IBaseStoreIdxELS {
11195
+ ideaId: string;
11196
+ nicheId: string;
11197
+ pcId: string;
11198
+ deviceId: string;
11199
+ accountGroupId: string;
11200
+ accountId: string;
11201
+ sheetInfoId: string;
11202
+ accountVPNId: string;
11203
+ accountProxyId: string;
11204
+ content: string;
11205
+ userLink: string;
11206
+ linkPost: string;
11207
+ commentReplied: string;
11208
+ status: EStatusTaskScript;
11209
+ noteFix: string;
11210
+ timeStart: Date;
11211
+ timeEnd: Date;
11212
+ timezone: ETimeZone;
11213
+ dayOfWeek: EDayOfWeek;
11214
+ executeBetweenSetting: {
11215
+ timeFrom: Date;
11216
+ timeTo: Date;
11217
+ };
11218
+ schedulePostTime: Date;
11219
+ }
11876
11220
 
11877
11221
  interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11878
11222
  account: IInstagramAccountRaw | string;
@@ -11950,6 +11294,30 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
11950
11294
  };
11951
11295
  schedulePostTime: Date;
11952
11296
  }
11297
+ interface IInstagramReportInteractReplyMessageStoreIdxELS extends IBaseStoreIdxELS {
11298
+ ideaId: string;
11299
+ nicheId: string;
11300
+ pcId: string;
11301
+ deviceId: string;
11302
+ accountGroupId: string;
11303
+ accountId: string;
11304
+ sheetInfoId: string;
11305
+ accountVPNId: string;
11306
+ accountProxyId: string;
11307
+ receiverName: string;
11308
+ messageReply: string;
11309
+ status: EStatusTaskScript;
11310
+ noteFix: string;
11311
+ timeStart: Date;
11312
+ timeEnd: Date;
11313
+ timezone: ETimeZone;
11314
+ dayOfWeek: EDayOfWeek;
11315
+ executeBetweenSetting: {
11316
+ timeFrom: Date;
11317
+ timeTo: Date;
11318
+ };
11319
+ schedulePostTime: Date;
11320
+ }
11953
11321
 
11954
11322
  interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
11955
11323
  account: IInstagramAccountRaw | string;
@@ -12043,6 +11411,38 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
12043
11411
  numberInteractFrom: number;
12044
11412
  numberInteractTo: number;
12045
11413
  }
11414
+ interface IInstagramReportInteractUnFollowStoreIdxELS extends IBaseStoreIdxELS {
11415
+ ideaId: string;
11416
+ nicheId: string;
11417
+ pcId: string;
11418
+ deviceId: string;
11419
+ accountGroupId: string;
11420
+ accountId: string;
11421
+ sheetInfoId: string;
11422
+ accountVPNId: string;
11423
+ accountProxyId: string;
11424
+ listUsersUnFollow: Array<string>;
11425
+ follower: number;
11426
+ following: number;
11427
+ status: EStatusTaskScript;
11428
+ noteFix: string;
11429
+ timeStart: Date;
11430
+ timeEnd: Date;
11431
+ timezone: ETimeZone;
11432
+ dayOfWeek: EDayOfWeek;
11433
+ executeBetweenSetting: {
11434
+ timeFrom: Date;
11435
+ timeTo: Date;
11436
+ };
11437
+ schedulePostTime: Date;
11438
+ growthFollow: number;
11439
+ timeGrowthFollow: Date;
11440
+ unFollowPerDay: number;
11441
+ unFollowPerHour: number;
11442
+ isInteractBeforeUnFollow: boolean;
11443
+ numberInteractFrom: number;
11444
+ numberInteractTo: number;
11445
+ }
12046
11446
 
12047
11447
  interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
12048
11448
  account: string | IInstagramAccountRaw;
@@ -12171,6 +11571,37 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
12171
11571
  }>;
12172
11572
  };
12173
11573
  }
11574
+ interface IInstagramReportPostHighLightStoreIdxELS extends IBaseStoreIdxELS {
11575
+ ideaId: string;
11576
+ nicheId: string;
11577
+ pcId: string;
11578
+ deviceId: string;
11579
+ accountGroupId: string;
11580
+ accountId: string;
11581
+ sheetInfoId: string;
11582
+ accountVPNId: string;
11583
+ accountProxyId: string;
11584
+ rowId: string;
11585
+ sttAccount: string;
11586
+ timeStart: Date;
11587
+ timeEnd: Date;
11588
+ timezone: ETimeZone;
11589
+ dayOfWeek: EDayOfWeek;
11590
+ executeBetweenSetting: {
11591
+ timeFrom: Date;
11592
+ timeTo: Date;
11593
+ };
11594
+ schedulePostTime: Date;
11595
+ status: EStatusPost;
11596
+ statusEdit: EStatusEditPost;
11597
+ noteFix: string;
11598
+ stylePost: EPostStyle;
11599
+ historyName: string;
11600
+ linkAddHistory: string;
11601
+ taskImageId: string;
11602
+ taskVoiceId: string;
11603
+ taskCanvaId: string;
11604
+ }
12174
11605
 
12175
11606
  interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
12176
11607
  account: string | IInstagramAccountRaw;
@@ -12336,6 +11767,57 @@ interface IInstagramReportPostNewELS extends IBaseELS {
12336
11767
  }>;
12337
11768
  };
12338
11769
  }
11770
+ interface IInstagramReportPostNewStoreIdxELS extends IBaseStoreIdxELS {
11771
+ ideaId: string;
11772
+ nicheId: string;
11773
+ pcId: string;
11774
+ deviceId: string;
11775
+ accountGroupId: string;
11776
+ accountId: string;
11777
+ sheetInfoId: string;
11778
+ accountVPNId: string;
11779
+ accountProxyId: string;
11780
+ rowId: string;
11781
+ sttAccount: string;
11782
+ timeStart: Date;
11783
+ timeEnd: Date;
11784
+ timezone: ETimeZone;
11785
+ dayOfWeek: EDayOfWeek;
11786
+ executeBetweenSetting: {
11787
+ timeFrom: Date;
11788
+ timeTo: Date;
11789
+ };
11790
+ schedulePostTime: Date;
11791
+ status: EStatusPost;
11792
+ statusEdit: EStatusEditPost;
11793
+ noteFix: string;
11794
+ stylePost: EPostStyle;
11795
+ photosUrl: string[];
11796
+ videosUrl: string[];
11797
+ music: string[];
11798
+ location: string[];
11799
+ content: string;
11800
+ contentEdit: string;
11801
+ urlPost: string;
11802
+ listTagsUsername: string[];
11803
+ listTagsCollaborator: string[];
11804
+ listTagUserPostMe: string[];
11805
+ cmtPost: string;
11806
+ cmtStickerPostMe: string;
11807
+ idPostToSheet: string;
11808
+ isSuggestFB: boolean;
11809
+ isAddAILable: boolean;
11810
+ isEdit: boolean;
11811
+ delayTimeCommentFrom: number;
11812
+ delayTimeCommentTo: number;
11813
+ numberCommentsForPostMeFrom: number;
11814
+ numberCommentsForPostMeTo: number;
11815
+ editPostStartDate: Date;
11816
+ editPostEndDate: Date;
11817
+ taskImageId: string;
11818
+ taskVoiceId: string;
11819
+ taskCanvaId: string;
11820
+ }
12339
11821
 
12340
11822
  interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
12341
11823
  account: string | IInstagramAccountRaw;
@@ -12497,6 +11979,56 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
12497
11979
  }>;
12498
11980
  };
12499
11981
  }
11982
+ interface IInstagramReportPostSquareStoreIdxELS extends IBaseStoreIdxELS {
11983
+ ideaId: string;
11984
+ nicheId: string;
11985
+ pcId: string;
11986
+ deviceId: string;
11987
+ accountGroupId: string;
11988
+ accountId: string;
11989
+ sheetInfoId: string;
11990
+ accountVPNId: string;
11991
+ accountProxyId: string;
11992
+ rowId: string;
11993
+ sttAccount: string;
11994
+ timeStart: Date;
11995
+ timeEnd: Date;
11996
+ timezone: ETimeZone;
11997
+ dayOfWeek: EDayOfWeek;
11998
+ executeBetweenSetting: {
11999
+ timeFrom: Date;
12000
+ timeTo: Date;
12001
+ };
12002
+ schedulePostTime: Date;
12003
+ status: EStatusPost;
12004
+ statusEdit: EStatusEditPost;
12005
+ noteFix: string;
12006
+ stylePost: EPostStyle;
12007
+ photosUrl: string[];
12008
+ videosUrl: string[];
12009
+ music: string[];
12010
+ location: string[];
12011
+ content: string;
12012
+ contentEdit: string;
12013
+ urlPost: string;
12014
+ listTagsCollaborator: string[];
12015
+ listTagsUsername: string[];
12016
+ listTagUserPostMe: string[];
12017
+ cmtPost: string;
12018
+ cmtStickerPostMe: string;
12019
+ idPostToSheet: string;
12020
+ isAddAILable: boolean;
12021
+ isSuggestFB: boolean;
12022
+ delayTimeCommentFrom: number;
12023
+ delayTimeCommentTo: number;
12024
+ numberCommentsForPostMeFrom: number;
12025
+ numberCommentsForPostMeTo: number;
12026
+ editPostStartDate: Date;
12027
+ editPostEndDate: Date;
12028
+ taskImageId: string;
12029
+ taskVoiceId: string;
12030
+ taskCanvaId: string;
12031
+ }
12500
12032
 
12501
12033
  interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
12502
12034
  account: string | IInstagramAccountRaw;
@@ -12637,6 +12169,45 @@ interface IInstagramReportPostReelELS extends IBaseELS {
12637
12169
  }>;
12638
12170
  };
12639
12171
  }
12172
+ interface IInstagramReportPostReelStoreIdxELS extends IBaseStoreIdxELS {
12173
+ ideaId: string;
12174
+ nicheId: string;
12175
+ pcId: string;
12176
+ deviceId: string;
12177
+ accountGroupId: string;
12178
+ accountId: string;
12179
+ sheetInfoId: string;
12180
+ accountVPNId: string;
12181
+ accountProxyId: string;
12182
+ rowId: string;
12183
+ sttAccount: string;
12184
+ timeStart: Date;
12185
+ timeEnd: Date;
12186
+ timezone: ETimeZone;
12187
+ dayOfWeek: EDayOfWeek;
12188
+ executeBetweenSetting: {
12189
+ timeFrom: Date;
12190
+ timeTo: Date;
12191
+ };
12192
+ schedulePostTime: Date;
12193
+ status: EStatusPost;
12194
+ statusEdit: EStatusEditPost;
12195
+ noteFix: string;
12196
+ stylePost: EPostStyle;
12197
+ photosUrl: string[];
12198
+ videosUrl: string[];
12199
+ music: string[];
12200
+ location: string[];
12201
+ content: string;
12202
+ urlPost: string;
12203
+ listTagsCollaborator: string[];
12204
+ listTagsUsername: string[];
12205
+ editPostStartDate: Date;
12206
+ editPostEndDate: Date;
12207
+ taskImageId: string;
12208
+ taskVoiceId: string;
12209
+ taskCanvaId: string;
12210
+ }
12640
12211
 
12641
12212
  interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
12642
12213
  account: string | IInstagramAccountRaw;
@@ -12773,6 +12344,41 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
12773
12344
  }>;
12774
12345
  };
12775
12346
  }
12347
+ interface IInstagramReportPostStoryStoreIdxELS extends IBaseStoreIdxELS {
12348
+ ideaId: string;
12349
+ nicheId: string;
12350
+ pcId: string;
12351
+ deviceId: string;
12352
+ accountGroupId: string;
12353
+ accountId: string;
12354
+ sheetInfoId: string;
12355
+ accountVPNId: string;
12356
+ accountProxyId: string;
12357
+ rowId: string;
12358
+ sttAccount: string;
12359
+ timeStart: Date;
12360
+ timeEnd: Date;
12361
+ timezone: ETimeZone;
12362
+ dayOfWeek: EDayOfWeek;
12363
+ executeBetweenSetting: {
12364
+ timeFrom: Date;
12365
+ timeTo: Date;
12366
+ };
12367
+ schedulePostTime: Date;
12368
+ status: EStatusPost;
12369
+ statusEdit: EStatusEditPost;
12370
+ noteFix: string;
12371
+ stylePost: EPostStyle;
12372
+ photosUrl: string[];
12373
+ videosUrl: string[];
12374
+ music: string[];
12375
+ location: string[];
12376
+ listTagsUsername: string[];
12377
+ listTagsCollaborator: string[];
12378
+ taskImageId: string;
12379
+ taskVoiceId: string;
12380
+ taskCanvaId: string;
12381
+ }
12776
12382
 
12777
12383
  interface ITaskInstagramBlockUser extends IBaseModel, ITrackingModel<IUser> {
12778
12384
  sheetUrl: string;
@@ -12840,6 +12446,28 @@ interface ITaskInstagramBlockUserELS extends IBaseELS {
12840
12446
  listRestrictUserName: string[];
12841
12447
  listHiddenUserName: string[];
12842
12448
  }
12449
+ interface ITaskInstagramBlockUserStoreIdxELS extends IBaseStoreIdxELS {
12450
+ ideaId: string;
12451
+ nicheId: string;
12452
+ pcId: string;
12453
+ deviceId: string;
12454
+ accountGroupId: string;
12455
+ accountId: string;
12456
+ sheetId: string;
12457
+ accountVPNIds: string[];
12458
+ accountProxyIds: string[];
12459
+ timezone: ETimeZone;
12460
+ dayOfWeek: EDayOfWeek;
12461
+ timeFrom: string;
12462
+ timeTo: string;
12463
+ minuteExecute: number;
12464
+ timeExecute: Date;
12465
+ status: EStatusTaskToolSocials;
12466
+ note: string;
12467
+ listBlockUserName: string[];
12468
+ listRestrictUserName: string[];
12469
+ listHiddenUserName: string[];
12470
+ }
12843
12471
 
12844
12472
  interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
12845
12473
  sheetUrl: string;
@@ -12939,6 +12567,44 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
12939
12567
  newFontTextCoverUsername: string;
12940
12568
  newUrlImageCover: string;
12941
12569
  }
12570
+ interface ITaskInstagramChangeInfoStoreIdxELS extends IBaseStoreIdxELS {
12571
+ ideaId: string;
12572
+ nicheId: string;
12573
+ pcId: string;
12574
+ deviceId: string;
12575
+ accountGroupId: string;
12576
+ accountId: string;
12577
+ sheetId: string;
12578
+ accountVPNIds: string[];
12579
+ accountProxyIds: string[];
12580
+ timezone: ETimeZone;
12581
+ dayOfWeek: EDayOfWeek;
12582
+ timeFrom: string;
12583
+ timeTo: string;
12584
+ minuteExecute: number;
12585
+ timeExecute: Date;
12586
+ status: EStatusTaskToolSocials;
12587
+ note: string;
12588
+ listTypeChange: ETypeSocialChangeInfoInstagram[];
12589
+ newUserName: string;
12590
+ newFullname: string;
12591
+ newBio: string;
12592
+ newPassword: string;
12593
+ newEmail: string;
12594
+ newCode2fa: string;
12595
+ newnameLink1: string;
12596
+ newLink1: string;
12597
+ newnameLink2: string;
12598
+ newLink2: string;
12599
+ newnameLink3: string;
12600
+ newLink3: string;
12601
+ newAvatar: string;
12602
+ newFontTextAvatarUsername: string;
12603
+ newUrlImageAvatar: string;
12604
+ newCover: string;
12605
+ newFontTextCoverUsername: string;
12606
+ newUrlImageCover: string;
12607
+ }
12942
12608
 
12943
12609
  interface IVoiceLanguage extends IBaseModel, ITrackingModel<IUser> {
12944
12610
  vl_name: string;
@@ -12988,119 +12654,70 @@ interface ISheetsTool extends IBaseModel, ITrackingModel<IUser> {
12988
12654
  lastUserUsed: string | IUser;
12989
12655
  }
12990
12656
 
12991
- interface IEmailRawManager extends IBaseModel, ITrackingModel<IUser> {
12992
- statusImport: string;
12993
- timeImport: Date;
12994
- oldEmail: string;
12995
- newEmail: string;
12996
- statusLoginEmail: EStatusLoginEmail;
12997
- statusChangeEmail: EStatusChangeEmail;
12998
- timeLoginEmail: Date;
12999
- timeChangeEmail: Date;
13000
- oldEmailRecover: string;
13001
- newEmailRecover: string;
13002
- statusLoginEmailRecover: string;
13003
- statusChangeEmailRecover: EStatusChangeEmail;
13004
- timeLoginEmailRecover: Date;
13005
- timeChangeEmailRecover: Date;
13006
- oldPassword: string;
13007
- newPassword: string;
13008
- statusLoginPassword: string;
13009
- statusChangePassword: EStatusChangeEmail;
13010
- timeLoginPassword: Date;
13011
- timeChangePassword: Date;
13012
- oldCode2FA: string;
13013
- newCode2FA: string;
13014
- statusLoginCode2FA: string;
13015
- statusChangeCode2FA: EStatusChangeEmail;
13016
- timeLoginCode2FA: Date;
13017
- timeChangeCode2FA: Date;
13018
- oldCode2FABackup: string;
13019
- newCode2FABackup: string;
13020
- statusLoginCode2FABackup: string;
13021
- statusChangeCode2FABackup: EStatusChangeEmail;
13022
- timeLoginCode2FABackup: Date;
13023
- timeChangeCode2FABackup: Date;
13024
- vps: string | IAccountVPS;
13025
- statusAddOnVPS: string;
13026
- timeAddOnVPS: Date;
13027
- noteFix: string[];
13028
- }
13029
-
13030
- interface ISettingTool extends IBaseModel {
13031
- userId: string;
13032
- toolName: EToolName;
13033
- setting: {
13034
- itemPerPage: number;
13035
- autoRefresh: number;
13036
- maxBrowserPerRow: number;
13037
- maxBrowserRun: number;
13038
- };
13039
- }
13040
-
13041
- type index$5_IAccountAIContent = IAccountAIContent;
13042
- type index$5_IAccountAIContentChannel = IAccountAIContentChannel;
13043
- type index$5_IAccountAIContentGroup = IAccountAIContentGroup;
13044
- type index$5_IAccountAIContentInfo = IAccountAIContentInfo;
13045
- type index$5_IAccountAIContentMemberAssigned = IAccountAIContentMemberAssigned;
13046
- type index$5_IAccountAIContentTag = IAccountAIContentTag;
13047
- type index$5_IAccountAIImage = IAccountAIImage;
13048
- type index$5_IAccountAIImageChannel = IAccountAIImageChannel;
13049
- type index$5_IAccountAIImageGroup = IAccountAIImageGroup;
13050
- type index$5_IAccountAIImageInfo = IAccountAIImageInfo;
13051
- type index$5_IAccountAIImageMemberAssigned = IAccountAIImageMemberAssigned;
13052
- type index$5_IAccountAIImageTag = IAccountAIImageTag;
13053
- type index$5_IAccountAIVoice = IAccountAIVoice;
13054
- type index$5_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
13055
- type index$5_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
13056
- type index$5_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
13057
- type index$5_IAccountAIVoiceMemberAssigned = IAccountAIVoiceMemberAssigned;
13058
- type index$5_IAccountAIVoiceTag = IAccountAIVoiceTag;
13059
- type index$5_IAccountCHPlayICloud = IAccountCHPlayICloud;
13060
- type index$5_IAccountCanva = IAccountCanva;
13061
- type index$5_IAccountDrive = IAccountDrive;
13062
- type index$5_IAccountEmail = IAccountEmail;
13063
- type index$5_IAccountEmailProxy = IAccountEmailProxy;
13064
- type index$5_IAccountEmailTag = IAccountEmailTag;
13065
- type index$5_IAccountEmailTaskWork = IAccountEmailTaskWork;
13066
- type index$5_IAccountVPN = IAccountVPN;
13067
- type index$5_IAccountVPS = IAccountVPS;
13068
- type index$5_IAccountVPSGroup = IAccountVPSGroup;
13069
- type index$5_IAccountVPSSocial = IAccountVPSSocial;
13070
- type index$5_IDevice = IDevice;
13071
- type index$5_IDeviceLog = IDeviceLog;
13072
- type index$5_IDeviceLogELS = IDeviceLogELS;
13073
- type index$5_IDeviceSettingForAccount = IDeviceSettingForAccount;
13074
- type index$5_IDeviceSettingForCHPlayICloud = IDeviceSettingForCHPlayICloud;
13075
- type index$5_IDeviceSettingForProxy = IDeviceSettingForProxy;
13076
- type index$5_IDeviceSettingForVPN = IDeviceSettingForVPN;
13077
- type index$5_IEmailRawManager = IEmailRawManager;
13078
- type index$5_IGPMProfile = IGPMProfile;
13079
- type index$5_IManagerImageAI = IManagerImageAI;
13080
- type index$5_IManagerImageAIItemStore = IManagerImageAIItemStore;
13081
- type index$5_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
13082
- type index$5_IManagerSheet = IManagerSheet;
13083
- type index$5_IManagerSheetChildren = IManagerSheetChildren;
13084
- type index$5_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
13085
- type index$5_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
13086
- type index$5_IManagerSheetGroup = IManagerSheetGroup;
13087
- type index$5_IPC = IPC;
13088
- type index$5_IProxy = IProxy;
13089
- type index$5_ISettingTool = ISettingTool;
13090
- type index$5_ISheetsTool = ISheetsTool;
13091
- type index$5_ITaskAIContent = ITaskAIContent;
13092
- type index$5_ITaskAIImageCanvaInstagram = ITaskAIImageCanvaInstagram;
13093
- type index$5_ITaskAIImageCanvaThreads = ITaskAIImageCanvaThreads;
13094
- type index$5_ITaskAIImageVoiceCanvaInstagram = ITaskAIImageVoiceCanvaInstagram;
13095
- type index$5_ITaskAIImageVoiceCanvaThreads = ITaskAIImageVoiceCanvaThreads;
13096
- type index$5_ITaskAIItemAction = ITaskAIItemAction;
13097
- type index$5_ITaskAIItemGroup = ITaskAIItemGroup;
13098
- type index$5_IVoiceGenerated = IVoiceGenerated;
13099
- type index$5_IVoiceLanguage = IVoiceLanguage;
13100
- type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
13101
- type index$5_IVoiceStores = IVoiceStores;
13102
- declare namespace index$5 {
13103
- export type { index$5_IAccountAIContent as IAccountAIContent, index$5_IAccountAIContentChannel as IAccountAIContentChannel, index$5_IAccountAIContentGroup as IAccountAIContentGroup, index$5_IAccountAIContentInfo as IAccountAIContentInfo, index$5_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, index$5_IAccountAIContentTag as IAccountAIContentTag, index$5_IAccountAIImage as IAccountAIImage, index$5_IAccountAIImageChannel as IAccountAIImageChannel, index$5_IAccountAIImageGroup as IAccountAIImageGroup, index$5_IAccountAIImageInfo as IAccountAIImageInfo, index$5_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, index$5_IAccountAIImageTag as IAccountAIImageTag, index$5_IAccountAIVoice as IAccountAIVoice, index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$5_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, index$5_IAccountCHPlayICloud as IAccountCHPlayICloud, index$5_IAccountCanva as IAccountCanva, index$5_IAccountDrive as IAccountDrive, index$5_IAccountEmail as IAccountEmail, index$5_IAccountEmailProxy as IAccountEmailProxy, index$5_IAccountEmailTag as IAccountEmailTag, index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, index$5_IAccountVPN as IAccountVPN, index$5_IAccountVPS as IAccountVPS, index$5_IAccountVPSGroup as IAccountVPSGroup, index$5_IAccountVPSSocial as IAccountVPSSocial, index$5_IDevice as IDevice, index$5_IDeviceLog as IDeviceLog, index$5_IDeviceLogELS as IDeviceLogELS, index$5_IDeviceSettingForAccount as IDeviceSettingForAccount, index$5_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, index$5_IDeviceSettingForProxy as IDeviceSettingForProxy, index$5_IDeviceSettingForVPN as IDeviceSettingForVPN, index$5_IEmailRawManager as IEmailRawManager, index$5_IGPMProfile as IGPMProfile, index$5_IManagerImageAI as IManagerImageAI, index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, index$5_IManagerSheet as IManagerSheet, index$5_IManagerSheetChildren as IManagerSheetChildren, index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$5_IManagerSheetGroup as IManagerSheetGroup, index$5_IPC as IPC, index$5_IProxy as IProxy, index$5_ISettingTool as ISettingTool, index$5_ISheetsTool as ISheetsTool, index$5_ITaskAIContent as ITaskAIContent, index$5_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, index$5_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, index$5_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, index$5_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, index$5_ITaskAIItemAction as ITaskAIItemAction, index$5_ITaskAIItemGroup as ITaskAIItemGroup, index$5_IVoiceGenerated as IVoiceGenerated, index$5_IVoiceLanguage as IVoiceLanguage, index$5_IVoiceSettingDelay as IVoiceSettingDelay, index$5_IVoiceStores as IVoiceStores };
12657
+ type index$4_IAccountAIContent = IAccountAIContent;
12658
+ type index$4_IAccountAIContentChannel = IAccountAIContentChannel;
12659
+ type index$4_IAccountAIContentGroup = IAccountAIContentGroup;
12660
+ type index$4_IAccountAIContentInfo = IAccountAIContentInfo;
12661
+ type index$4_IAccountAIContentMemberAssigned = IAccountAIContentMemberAssigned;
12662
+ type index$4_IAccountAIContentTag = IAccountAIContentTag;
12663
+ type index$4_IAccountAIImage = IAccountAIImage;
12664
+ type index$4_IAccountAIImageChannel = IAccountAIImageChannel;
12665
+ type index$4_IAccountAIImageGroup = IAccountAIImageGroup;
12666
+ type index$4_IAccountAIImageInfo = IAccountAIImageInfo;
12667
+ type index$4_IAccountAIImageMemberAssigned = IAccountAIImageMemberAssigned;
12668
+ type index$4_IAccountAIImageTag = IAccountAIImageTag;
12669
+ type index$4_IAccountAIVoice = IAccountAIVoice;
12670
+ type index$4_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
12671
+ type index$4_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
12672
+ type index$4_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
12673
+ type index$4_IAccountAIVoiceMemberAssigned = IAccountAIVoiceMemberAssigned;
12674
+ type index$4_IAccountAIVoiceTag = IAccountAIVoiceTag;
12675
+ type index$4_IAccountCHPlayICloud = IAccountCHPlayICloud;
12676
+ type index$4_IAccountCanva = IAccountCanva;
12677
+ type index$4_IAccountDrive = IAccountDrive;
12678
+ type index$4_IAccountEmail = IAccountEmail;
12679
+ type index$4_IAccountEmailProxy = IAccountEmailProxy;
12680
+ type index$4_IAccountEmailTag = IAccountEmailTag;
12681
+ type index$4_IAccountEmailTaskWork = IAccountEmailTaskWork;
12682
+ type index$4_IAccountVPN = IAccountVPN;
12683
+ type index$4_IAccountVPS = IAccountVPS;
12684
+ type index$4_IAccountVPSGroup = IAccountVPSGroup;
12685
+ type index$4_IAccountVPSSocial = IAccountVPSSocial;
12686
+ type index$4_IDevice = IDevice;
12687
+ type index$4_IDeviceLog = IDeviceLog;
12688
+ type index$4_IDeviceLogELS = IDeviceLogELS;
12689
+ type index$4_IDeviceLogStoreIdxELS = IDeviceLogStoreIdxELS;
12690
+ type index$4_IDeviceSettingForAccount = IDeviceSettingForAccount;
12691
+ type index$4_IDeviceSettingForCHPlayICloud = IDeviceSettingForCHPlayICloud;
12692
+ type index$4_IDeviceSettingForProxy = IDeviceSettingForProxy;
12693
+ type index$4_IDeviceSettingForVPN = IDeviceSettingForVPN;
12694
+ type index$4_IEmailRawManager = IEmailRawManager;
12695
+ type index$4_IGPMProfile = IGPMProfile;
12696
+ type index$4_IManagerImageAI = IManagerImageAI;
12697
+ type index$4_IManagerImageAIItemStore = IManagerImageAIItemStore;
12698
+ type index$4_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
12699
+ type index$4_IManagerSheet = IManagerSheet;
12700
+ type index$4_IManagerSheetChildren = IManagerSheetChildren;
12701
+ type index$4_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
12702
+ type index$4_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
12703
+ type index$4_IManagerSheetGroup = IManagerSheetGroup;
12704
+ type index$4_IPC = IPC;
12705
+ type index$4_IProxy = IProxy;
12706
+ type index$4_ISettingTool = ISettingTool;
12707
+ type index$4_ISheetsTool = ISheetsTool;
12708
+ type index$4_ITaskAIContent = ITaskAIContent;
12709
+ type index$4_ITaskAIImageCanvaInstagram = ITaskAIImageCanvaInstagram;
12710
+ type index$4_ITaskAIImageCanvaThreads = ITaskAIImageCanvaThreads;
12711
+ type index$4_ITaskAIImageVoiceCanvaInstagram = ITaskAIImageVoiceCanvaInstagram;
12712
+ type index$4_ITaskAIImageVoiceCanvaThreads = ITaskAIImageVoiceCanvaThreads;
12713
+ type index$4_ITaskAIItemAction = ITaskAIItemAction;
12714
+ type index$4_ITaskAIItemGroup = ITaskAIItemGroup;
12715
+ type index$4_IVoiceGenerated = IVoiceGenerated;
12716
+ type index$4_IVoiceLanguage = IVoiceLanguage;
12717
+ type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
12718
+ type index$4_IVoiceStores = IVoiceStores;
12719
+ declare namespace index$4 {
12720
+ export type { index$4_IAccountAIContent as IAccountAIContent, index$4_IAccountAIContentChannel as IAccountAIContentChannel, index$4_IAccountAIContentGroup as IAccountAIContentGroup, index$4_IAccountAIContentInfo as IAccountAIContentInfo, index$4_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, index$4_IAccountAIContentTag as IAccountAIContentTag, index$4_IAccountAIImage as IAccountAIImage, index$4_IAccountAIImageChannel as IAccountAIImageChannel, index$4_IAccountAIImageGroup as IAccountAIImageGroup, index$4_IAccountAIImageInfo as IAccountAIImageInfo, index$4_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, index$4_IAccountAIImageTag as IAccountAIImageTag, index$4_IAccountAIVoice as IAccountAIVoice, index$4_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$4_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$4_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$4_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, index$4_IAccountAIVoiceTag as IAccountAIVoiceTag, index$4_IAccountCHPlayICloud as IAccountCHPlayICloud, index$4_IAccountCanva as IAccountCanva, index$4_IAccountDrive as IAccountDrive, index$4_IAccountEmail as IAccountEmail, index$4_IAccountEmailProxy as IAccountEmailProxy, index$4_IAccountEmailTag as IAccountEmailTag, index$4_IAccountEmailTaskWork as IAccountEmailTaskWork, index$4_IAccountVPN as IAccountVPN, index$4_IAccountVPS as IAccountVPS, index$4_IAccountVPSGroup as IAccountVPSGroup, index$4_IAccountVPSSocial as IAccountVPSSocial, index$4_IDevice as IDevice, index$4_IDeviceLog as IDeviceLog, index$4_IDeviceLogELS as IDeviceLogELS, index$4_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, index$4_IDeviceSettingForAccount as IDeviceSettingForAccount, index$4_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, index$4_IDeviceSettingForProxy as IDeviceSettingForProxy, index$4_IDeviceSettingForVPN as IDeviceSettingForVPN, index$4_IEmailRawManager as IEmailRawManager, index$4_IGPMProfile as IGPMProfile, index$4_IManagerImageAI as IManagerImageAI, index$4_IManagerImageAIItemStore as IManagerImageAIItemStore, index$4_IManagerImageAIUserAttached as IManagerImageAIUserAttached, index$4_IManagerSheet as IManagerSheet, index$4_IManagerSheetChildren as IManagerSheetChildren, index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$4_IManagerSheetGroup as IManagerSheetGroup, index$4_IPC as IPC, index$4_IProxy as IProxy, index$4_ISettingTool as ISettingTool, index$4_ISheetsTool as ISheetsTool, index$4_ITaskAIContent as ITaskAIContent, index$4_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, index$4_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, index$4_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, index$4_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, index$4_ITaskAIItemAction as ITaskAIItemAction, index$4_ITaskAIItemGroup as ITaskAIItemGroup, index$4_IVoiceGenerated as IVoiceGenerated, index$4_IVoiceLanguage as IVoiceLanguage, index$4_IVoiceSettingDelay as IVoiceSettingDelay, index$4_IVoiceStores as IVoiceStores };
13104
12721
  }
13105
12722
 
13106
12723
  interface ITaskInstagramFollow extends IBaseModel, ITrackingModel<IUser> {
@@ -13163,6 +12780,26 @@ interface ITaskInstagramFollowELS extends IBaseELS {
13163
12780
  note: string;
13164
12781
  listUsernameFollow: string[];
13165
12782
  }
12783
+ interface ITaskInstagramFollowStoreIdxELS extends IBaseStoreIdxELS {
12784
+ ideaId: string;
12785
+ nicheId: string;
12786
+ pcId: string;
12787
+ deviceId: string;
12788
+ accountGroupId: string;
12789
+ accountId: string;
12790
+ sheetId: string;
12791
+ accountVPNIds: string[];
12792
+ accountProxyIds: string[];
12793
+ timezone: ETimeZone;
12794
+ dayOfWeek: EDayOfWeek;
12795
+ timeFrom: string;
12796
+ timeTo: string;
12797
+ minuteExecute: number;
12798
+ timeExecute: Date;
12799
+ status: EStatusTaskToolSocials;
12800
+ note: string;
12801
+ listUsernameFollow: string[];
12802
+ }
13166
12803
 
13167
12804
  interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
13168
12805
  sheet: string | ISheetsTool;
@@ -13307,6 +12944,68 @@ interface ITaskInstagramPostELS extends IBaseELS {
13307
12944
  shareUserPostMe: string[];
13308
12945
  linkPost: string;
13309
12946
  }
12947
+ interface ITaskInstagramPostStoreIdxELS extends IBaseStoreIdxELS {
12948
+ ideaId: string;
12949
+ nicheId: string;
12950
+ pcId: string;
12951
+ deviceId: string;
12952
+ accountGroupId: string;
12953
+ accountId: string;
12954
+ sheetId: string;
12955
+ accountVPNIds: string[];
12956
+ accountProxyIds: string[];
12957
+ timezone: ETimeZone;
12958
+ dayOfWeek: EDayOfWeek;
12959
+ timeFrom: string;
12960
+ timeTo: string;
12961
+ minuteExecute: number;
12962
+ timeExecute: Date;
12963
+ status: EStatusTaskToolSocials;
12964
+ note: string;
12965
+ folderImageName: string;
12966
+ canvaUrlVideo: string;
12967
+ canvaImageThumb: string;
12968
+ canvaImagePage1: string;
12969
+ canvaImagePage2: string;
12970
+ canvaImagePage3: string;
12971
+ canvaImagePage4: string;
12972
+ canvaImagePage5: string;
12973
+ urlVoicePage1GenAI: string;
12974
+ urlVoicePage3456GenAI: string;
12975
+ urlImageThumbGenAI: string;
12976
+ urlImagePage1GenAI: string;
12977
+ urlImagePage2GenAI: string;
12978
+ urlImagePage3GenAI: string;
12979
+ urlImagePage4GenAI: string;
12980
+ urlImagePage5GenAI: string;
12981
+ username: string;
12982
+ contentPost: string;
12983
+ nicheLinkCategory: string;
12984
+ titlePool: string;
12985
+ pool1: string;
12986
+ pool2: string;
12987
+ pool3: string;
12988
+ textFirstPage2: string;
12989
+ textSecondPage2: string;
12990
+ textPage6: string;
12991
+ voicePage1: string;
12992
+ voicePage3456: string;
12993
+ addMusic: string;
12994
+ tagUserName: string[];
12995
+ tagCollaborator: string[];
12996
+ addLocation: string;
12997
+ historyName: string;
12998
+ linkAddHistory: string;
12999
+ commentPostMe: string;
13000
+ tagUserPostMe: string[];
13001
+ typePost: TPost;
13002
+ postStyle: string;
13003
+ statusLogin: EStatusAccountSocialLogin;
13004
+ statusSocial: EStatusAccountSocialRaw;
13005
+ statusPost: string;
13006
+ shareUserPostMe: string[];
13007
+ linkPost: string;
13008
+ }
13310
13009
 
13311
13010
  interface ITaskInstagramReplyComment extends IBaseModel, ITrackingModel<IUser> {
13312
13011
  sheet: string | ISheetsTool;
@@ -13378,6 +13077,31 @@ interface ITaskInstagramReplyCommentELS extends IBaseELS {
13378
13077
  statusStep1: EStatusTaskToolSocials;
13379
13078
  statusStep2: EStatusTaskToolSocials;
13380
13079
  }
13080
+ interface ITaskInstagramReplyCommentStoreIdxELS extends IBaseStoreIdxELS {
13081
+ ideaId: string;
13082
+ nicheId: string;
13083
+ pcId: string;
13084
+ deviceId: string;
13085
+ accountGroupId: string;
13086
+ accountId: string;
13087
+ sheetId: string;
13088
+ accountVPNIds: string[];
13089
+ accountProxyIds: string[];
13090
+ timezone: ETimeZone;
13091
+ dayOfWeek: EDayOfWeek;
13092
+ timeFrom: string;
13093
+ timeTo: string;
13094
+ minuteExecute: number;
13095
+ timeExecute: Date;
13096
+ status: EStatusTaskToolSocials;
13097
+ note: string;
13098
+ postUrlReply: string;
13099
+ messageForReply: string;
13100
+ replyCommentContentStep1: string;
13101
+ replyCommentContentStep2: string;
13102
+ statusStep1: EStatusTaskToolSocials;
13103
+ statusStep2: EStatusTaskToolSocials;
13104
+ }
13381
13105
 
13382
13106
  interface ITaskInstagramReplyMessage extends IBaseModel, ITrackingModel<IUser> {
13383
13107
  sheet: string | ISheetsTool;
@@ -13449,6 +13173,31 @@ interface ITaskInstagramReplyMessageELS extends IBaseELS {
13449
13173
  statusStep1: EStatusTaskToolSocials;
13450
13174
  statusStep2: EStatusTaskToolSocials;
13451
13175
  }
13176
+ interface ITaskInstagramReplyMessageStoreIdxELS extends IBaseStoreIdxELS {
13177
+ ideaId: string;
13178
+ nicheId: string;
13179
+ pcId: string;
13180
+ deviceId: string;
13181
+ accountGroupId: string;
13182
+ accountId: string;
13183
+ sheetId: string;
13184
+ accountVPNIds: string[];
13185
+ accountProxyIds: string[];
13186
+ timezone: ETimeZone;
13187
+ dayOfWeek: EDayOfWeek;
13188
+ timeFrom: string;
13189
+ timeTo: string;
13190
+ minuteExecute: number;
13191
+ timeExecute: Date;
13192
+ status: EStatusTaskToolSocials;
13193
+ note: string;
13194
+ postUrlReply: string;
13195
+ messageForReply: string;
13196
+ replyMessageContentStep1: string;
13197
+ replyMessageContentStep2: string;
13198
+ statusStep1: EStatusTaskToolSocials;
13199
+ statusStep2: EStatusTaskToolSocials;
13200
+ }
13452
13201
 
13453
13202
  interface IInstagramDashboardFollower extends IBaseModel, ITrackingModel<IUser> {
13454
13203
  accountId: string;
@@ -13941,6 +13690,39 @@ interface IThreadsReportPostELS extends IBaseELS {
13941
13690
  };
13942
13691
  schedulePostTime: Date;
13943
13692
  }
13693
+ interface IThreadsReportPostStoreIdxELS extends IBaseStoreIdxELS {
13694
+ ideaId: string;
13695
+ nicheId: string;
13696
+ pcId: string;
13697
+ deviceId: string;
13698
+ accountGroupId: string;
13699
+ accountId: string;
13700
+ sheetInfoId: string;
13701
+ rowId: string;
13702
+ sttAccount: string;
13703
+ url: string;
13704
+ photosUrl: string[];
13705
+ videosUrl: string[];
13706
+ titleContent: string;
13707
+ tagUserName: string[];
13708
+ content: string;
13709
+ caption: string;
13710
+ hashtag: string;
13711
+ altNicheImages: string[];
13712
+ altImages: string[];
13713
+ altVideos: string[];
13714
+ status: EStatusTaskScript;
13715
+ noteFix: string;
13716
+ timeStart: Date;
13717
+ timeEnd: Date;
13718
+ timezone: ETimeZone;
13719
+ dayOfWeek: EDayOfWeek;
13720
+ executeBetweenSetting: {
13721
+ timeFrom: Date;
13722
+ timeTo: Date;
13723
+ };
13724
+ schedulePostTime: Date;
13725
+ }
13944
13726
 
13945
13727
  interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser> {
13946
13728
  account: IThreadsAccountRaw | string;
@@ -13998,6 +13780,29 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
13998
13780
  };
13999
13781
  schedulePostTime: Date;
14000
13782
  }
13783
+ interface IThreadsReportInteractFollowStoreIdxELS extends IBaseStoreIdxELS {
13784
+ ideaId: string;
13785
+ nicheId: string;
13786
+ pcId: string;
13787
+ deviceId: string;
13788
+ accountGroupId: string;
13789
+ accountId: string;
13790
+ sheetInfoId: string;
13791
+ follower: number;
13792
+ following: number;
13793
+ listUsersFollow: Array<string>;
13794
+ status: EStatusTaskScript;
13795
+ noteFix: string;
13796
+ timeStart: Date;
13797
+ timeEnd: Date;
13798
+ timezone: ETimeZone;
13799
+ dayOfWeek: EDayOfWeek;
13800
+ executeBetweenSetting: {
13801
+ timeFrom: Date;
13802
+ timeTo: Date;
13803
+ };
13804
+ schedulePostTime: Date;
13805
+ }
14001
13806
 
14002
13807
  interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUser> {
14003
13808
  account: IThreadsAccountRaw | string;
@@ -14055,6 +13860,29 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
14055
13860
  };
14056
13861
  schedulePostTime: Date;
14057
13862
  }
13863
+ interface IThreadsReportInteractUnFollowStoreIdxELS extends IBaseStoreIdxELS {
13864
+ ideaId: string;
13865
+ nicheId: string;
13866
+ pcId: string;
13867
+ deviceId: string;
13868
+ accountGroupId: string;
13869
+ accountId: string;
13870
+ sheetInfoId: string;
13871
+ follower: number;
13872
+ following: number;
13873
+ listUsersUnFollow: Array<string>;
13874
+ status: EStatusTaskScript;
13875
+ noteFix: string;
13876
+ timeStart: Date;
13877
+ timeEnd: Date;
13878
+ timezone: ETimeZone;
13879
+ dayOfWeek: EDayOfWeek;
13880
+ executeBetweenSetting: {
13881
+ timeFrom: Date;
13882
+ timeTo: Date;
13883
+ };
13884
+ schedulePostTime: Date;
13885
+ }
14058
13886
 
14059
13887
  interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
14060
13888
  account: IThreadsAccountRaw | string;
@@ -14110,6 +13938,28 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
14110
13938
  };
14111
13939
  schedulePostTime: Date;
14112
13940
  }
13941
+ interface IThreadsReportInteractReplyMessageStoreIdxELS extends IBaseStoreIdxELS {
13942
+ ideaId: string;
13943
+ nicheId: string;
13944
+ pcId: string;
13945
+ deviceId: string;
13946
+ accountGroupId: string;
13947
+ accountId: string;
13948
+ sheetInfoId: string;
13949
+ receiverName: string;
13950
+ messageReply: string;
13951
+ status: EStatusTaskScript;
13952
+ noteFix: string;
13953
+ timeStart: Date;
13954
+ timeEnd: Date;
13955
+ timezone: ETimeZone;
13956
+ dayOfWeek: EDayOfWeek;
13957
+ executeBetweenSetting: {
13958
+ timeFrom: Date;
13959
+ timeTo: Date;
13960
+ };
13961
+ schedulePostTime: Date;
13962
+ }
14113
13963
 
14114
13964
  interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<IUser> {
14115
13965
  account: IThreadsAccountRaw | string;
@@ -14167,6 +14017,29 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
14167
14017
  };
14168
14018
  schedulePostTime: Date;
14169
14019
  }
14020
+ interface IThreadsReportInteractReplyCommentStoreIdxELS extends IBaseStoreIdxELS {
14021
+ ideaId: string;
14022
+ nicheId: string;
14023
+ pcId: string;
14024
+ deviceId: string;
14025
+ accountGroupId: string;
14026
+ accountId: string;
14027
+ sheetInfoId: string;
14028
+ content: string;
14029
+ linkPost: string;
14030
+ userLink: string;
14031
+ status: EStatusTaskScript;
14032
+ noteFix: string;
14033
+ timeStart: Date;
14034
+ timeEnd: Date;
14035
+ timezone: ETimeZone;
14036
+ dayOfWeek: EDayOfWeek;
14037
+ executeBetweenSetting: {
14038
+ timeFrom: Date;
14039
+ timeTo: Date;
14040
+ };
14041
+ schedulePostTime: Date;
14042
+ }
14170
14043
 
14171
14044
  interface IThreadsSettingPost extends IBaseModel, ITrackingModel<IUser> {
14172
14045
  account: IThreadsAccountRaw | string;
@@ -14375,6 +14248,42 @@ interface ITaskThreadsPostELS extends IBaseELS {
14375
14248
  urlImagePage5GenAI: string;
14376
14249
  linkPost: string;
14377
14250
  }
14251
+ interface ITaskThreadsPostStoreIdxELS extends IBaseStoreIdxELS {
14252
+ ideaId: string;
14253
+ nicheId: string;
14254
+ pcId: string;
14255
+ deviceId: string;
14256
+ accountGroupId: string;
14257
+ accountId: string;
14258
+ sheetId: string;
14259
+ accountVPNIds: string[];
14260
+ accountProxyIds: string[];
14261
+ timezone: ETimeZone;
14262
+ dayOfWeek: EDayOfWeek;
14263
+ timeFrom: string;
14264
+ timeTo: string;
14265
+ minuteExecute: number;
14266
+ timeExecute: Date;
14267
+ status: EStatusTaskToolSocials;
14268
+ note: string;
14269
+ folderImageName: string;
14270
+ canvaUrlVideo: string;
14271
+ canvaImageThumb: string;
14272
+ canvaImagePage1: string;
14273
+ canvaImagePage2: string;
14274
+ canvaImagePage3: string;
14275
+ canvaImagePage4: string;
14276
+ canvaImagePage5: string;
14277
+ urlVoicePage1GenAI: string;
14278
+ urlVoicePage3456GenAI: string;
14279
+ urlImageThumbGenAI: string;
14280
+ urlImagePage1GenAI: string;
14281
+ urlImagePage2GenAI: string;
14282
+ urlImagePage3GenAI: string;
14283
+ urlImagePage4GenAI: string;
14284
+ urlImagePage5GenAI: string;
14285
+ linkPost: string;
14286
+ }
14378
14287
 
14379
14288
  interface ITaskThreadsFollow extends IBaseModel, ITrackingModel<IUser> {
14380
14289
  sheet: string | ISheetsTool;
@@ -14436,6 +14345,26 @@ interface ITaskThreadsFollowELS extends IBaseELS {
14436
14345
  note: string;
14437
14346
  listUsernameFollow: string[];
14438
14347
  }
14348
+ interface ITaskThreadsFollowStoreIdxELS extends IBaseStoreIdxELS {
14349
+ ideaId: string;
14350
+ nicheId: string;
14351
+ pcId: string;
14352
+ deviceId: string;
14353
+ accountGroupId: string;
14354
+ accountId: string;
14355
+ sheetId: string;
14356
+ accountVPNIds: string[];
14357
+ accountProxyIds: string[];
14358
+ timezone: ETimeZone;
14359
+ dayOfWeek: EDayOfWeek;
14360
+ timeFrom: string;
14361
+ timeTo: string;
14362
+ minuteExecute: number;
14363
+ timeExecute: Date;
14364
+ status: EStatusTaskToolSocials;
14365
+ note: string;
14366
+ listUsernameFollow: string[];
14367
+ }
14439
14368
 
14440
14369
  interface ITaskThreadsReplyComment extends IBaseModel, ITrackingModel<IUser> {
14441
14370
  sheet: string | ISheetsTool;
@@ -14507,6 +14436,31 @@ interface ITaskThreadsReplyCommentELS extends IBaseELS {
14507
14436
  statusStep1: EStatusTaskToolSocials;
14508
14437
  statusStep2: EStatusTaskToolSocials;
14509
14438
  }
14439
+ interface ITaskThreadsReplyCommentStoreIdxELS extends IBaseStoreIdxELS {
14440
+ ideaId: string;
14441
+ nicheId: string;
14442
+ pcId: string;
14443
+ deviceId: string;
14444
+ accountGroupId: string;
14445
+ accountId: string;
14446
+ sheetId: string;
14447
+ accountVPNIds: string[];
14448
+ accountProxyIds: string[];
14449
+ timezone: ETimeZone;
14450
+ dayOfWeek: EDayOfWeek;
14451
+ timeFrom: string;
14452
+ timeTo: string;
14453
+ minuteExecute: number;
14454
+ timeExecute: Date;
14455
+ status: EStatusTaskToolSocials;
14456
+ note: string;
14457
+ postUrlReply: string;
14458
+ messageForReply: string;
14459
+ replyCommentContentStep1: string;
14460
+ replyCommentContentStep2: string;
14461
+ statusStep1: EStatusTaskToolSocials;
14462
+ statusStep2: EStatusTaskToolSocials;
14463
+ }
14510
14464
 
14511
14465
  interface ITaskThreadsReplyMessage extends IBaseModel, ITrackingModel<IUser> {
14512
14466
  sheet: string | ISheetsTool;
@@ -14578,6 +14532,31 @@ interface ITaskThreadsReplyMessageELS extends IBaseELS {
14578
14532
  statusStep1: EStatusTaskToolSocials;
14579
14533
  statusStep2: EStatusTaskToolSocials;
14580
14534
  }
14535
+ interface ITaskThreadsReplyMessageStoreIdxELS extends IBaseStoreIdxELS {
14536
+ ideaId: string;
14537
+ nicheId: string;
14538
+ pcId: string;
14539
+ deviceId: string;
14540
+ accountGroupId: string;
14541
+ accountId: string;
14542
+ sheetId: string;
14543
+ accountVPNIds: string[];
14544
+ accountProxyIds: string[];
14545
+ timezone: ETimeZone;
14546
+ dayOfWeek: EDayOfWeek;
14547
+ timeFrom: string;
14548
+ timeTo: string;
14549
+ minuteExecute: number;
14550
+ timeExecute: Date;
14551
+ status: EStatusTaskToolSocials;
14552
+ note: string;
14553
+ postUrlReply: string;
14554
+ messageForReply: string;
14555
+ replyMessageContentStep1: string;
14556
+ replyMessageContentStep2: string;
14557
+ statusStep1: EStatusTaskToolSocials;
14558
+ statusStep2: EStatusTaskToolSocials;
14559
+ }
14581
14560
 
14582
14561
  interface ISocialTaskManager extends IBaseModel, ITrackingModel<IUser> {
14583
14562
  deviceKey: string;
@@ -14615,97 +14594,122 @@ interface ISettingRunTimeSocial<T = any> extends IBaseModel {
14615
14594
  featureAdvance: T;
14616
14595
  }
14617
14596
 
14618
- type index$4_IAccountSocialBase = IAccountSocialBase;
14619
- type index$4_IAccountSocialGroup = IAccountSocialGroup;
14620
- type index$4_IIncreaseValueTask = IIncreaseValueTask;
14621
- type index$4_IInstagramAccountRaw = IInstagramAccountRaw;
14622
- type index$4_IInstagramDashboardFollower = IInstagramDashboardFollower;
14623
- type index$4_IInstagramDashboardFollowerELS = IInstagramDashboardFollowerELS;
14624
- type index$4_IInstagramHistoryAutoSync = IInstagramHistoryAutoSync;
14625
- type index$4_IInstagramHistoryAutoSyncELS = IInstagramHistoryAutoSyncELS;
14626
- type index$4_IInstagramHistoryChangeInfo = IInstagramHistoryChangeInfo;
14627
- type index$4_IInstagramHistoryChangeInfoELS = IInstagramHistoryChangeInfoELS;
14628
- type index$4_IInstagramHistoryCreateNew = IInstagramHistoryCreateNew;
14629
- type index$4_IInstagramHistoryCreateNewELS = IInstagramHistoryCreateNewELS;
14630
- type index$4_IInstagramHistoryGroup = IInstagramHistoryGroup;
14631
- type index$4_IInstagramHistoryGroupELS = IInstagramHistoryGroupELS;
14632
- type index$4_IInstagramReportInteractBlockUser = IInstagramReportInteractBlockUser;
14633
- type index$4_IInstagramReportInteractBlockUserELS = IInstagramReportInteractBlockUserELS;
14634
- type index$4_IInstagramReportInteractFollow = IInstagramReportInteractFollow;
14635
- type index$4_IInstagramReportInteractFollowELS = IInstagramReportInteractFollowELS;
14636
- type index$4_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
14637
- type index$4_IInstagramReportInteractReplyCommentELS = IInstagramReportInteractReplyCommentELS;
14638
- type index$4_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
14639
- type index$4_IInstagramReportInteractReplyMessageELS = IInstagramReportInteractReplyMessageELS;
14640
- type index$4_IInstagramReportInteractUnFollow = IInstagramReportInteractUnFollow;
14641
- type index$4_IInstagramReportInteractUnFollowELS = IInstagramReportInteractUnFollowELS;
14642
- type index$4_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
14643
- type index$4_IInstagramReportPostHighLightELS = IInstagramReportPostHighLightELS;
14644
- type index$4_IInstagramReportPostNew = IInstagramReportPostNew;
14645
- type index$4_IInstagramReportPostNewELS = IInstagramReportPostNewELS;
14646
- type index$4_IInstagramReportPostReel = IInstagramReportPostReel;
14647
- type index$4_IInstagramReportPostReelELS = IInstagramReportPostReelELS;
14648
- type index$4_IInstagramReportPostSquare = IInstagramReportPostSquare;
14649
- type index$4_IInstagramReportPostSquareELS = IInstagramReportPostSquareELS;
14650
- type index$4_IInstagramReportPostStory = IInstagramReportPostStory;
14651
- type index$4_IInstagramReportPostStoryELS = IInstagramReportPostStoryELS;
14652
- type index$4_IInstagramSettingInteractBlockUser = IInstagramSettingInteractBlockUser;
14653
- type index$4_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
14654
- type index$4_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
14655
- type index$4_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
14656
- type index$4_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
14657
- type index$4_IInstagramSettingPost = IInstagramSettingPost;
14658
- type index$4_ISettingRunTimeInstagramPost = ISettingRunTimeInstagramPost;
14659
- type index$4_ISettingRunTimeSocial<T = any> = ISettingRunTimeSocial<T>;
14660
- type index$4_ISheetImportExportSocial = ISheetImportExportSocial;
14661
- type index$4_ISocialTaskManager = ISocialTaskManager;
14662
- type index$4_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
14663
- type index$4_ITaskInstagramBlockUserELS = ITaskInstagramBlockUserELS;
14664
- type index$4_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
14665
- type index$4_ITaskInstagramChangeInfoELS = ITaskInstagramChangeInfoELS;
14666
- type index$4_ITaskInstagramFollow = ITaskInstagramFollow;
14667
- type index$4_ITaskInstagramFollowELS = ITaskInstagramFollowELS;
14668
- type index$4_ITaskInstagramPost = ITaskInstagramPost;
14669
- type index$4_ITaskInstagramPostELS = ITaskInstagramPostELS;
14670
- type index$4_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
14671
- type index$4_ITaskInstagramReplyCommentELS = ITaskInstagramReplyCommentELS;
14672
- type index$4_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
14673
- type index$4_ITaskInstagramReplyMessageELS = ITaskInstagramReplyMessageELS;
14674
- type index$4_ITaskThreadsFollow = ITaskThreadsFollow;
14675
- type index$4_ITaskThreadsFollowELS = ITaskThreadsFollowELS;
14676
- type index$4_ITaskThreadsPost = ITaskThreadsPost;
14677
- type index$4_ITaskThreadsPostELS = ITaskThreadsPostELS;
14678
- type index$4_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
14679
- type index$4_ITaskThreadsReplyCommentELS = ITaskThreadsReplyCommentELS;
14680
- type index$4_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
14681
- type index$4_ITaskThreadsReplyMessageELS = ITaskThreadsReplyMessageELS;
14682
- type index$4_IThreadsAccountRaw = IThreadsAccountRaw;
14683
- type index$4_IThreadsDashboardFollower = IThreadsDashboardFollower;
14684
- type index$4_IThreadsHistoryAutoSync = IThreadsHistoryAutoSync;
14685
- type index$4_IThreadsHistoryAutoSyncELS = IThreadsHistoryAutoSyncELS;
14686
- type index$4_IThreadsHistoryChange = IThreadsHistoryChange;
14687
- type index$4_IThreadsHistoryChangeInfoELS = IThreadsHistoryChangeInfoELS;
14688
- type index$4_IThreadsHistoryCreateNew = IThreadsHistoryCreateNew;
14689
- type index$4_IThreadsHistoryCreateNewELS = IThreadsHistoryCreateNewELS;
14690
- type index$4_IThreadsHistoryGroup = IThreadsHistoryGroup;
14691
- type index$4_IThreadsHistoryGroupELS = IThreadsHistoryGroupELS;
14692
- type index$4_IThreadsReportInteractFollow = IThreadsReportInteractFollow;
14693
- type index$4_IThreadsReportInteractFollowELS = IThreadsReportInteractFollowELS;
14694
- type index$4_IThreadsReportInteractReplyComment = IThreadsReportInteractReplyComment;
14695
- type index$4_IThreadsReportInteractReplyCommentELS = IThreadsReportInteractReplyCommentELS;
14696
- type index$4_IThreadsReportInteractReplyMessage = IThreadsReportInteractReplyMessage;
14697
- type index$4_IThreadsReportInteractReplyMessageELS = IThreadsReportInteractReplyMessageELS;
14698
- type index$4_IThreadsReportInteractUnFollow = IThreadsReportInteractUnFollow;
14699
- type index$4_IThreadsReportInteractUnFollowELS = IThreadsReportInteractUnFollowELS;
14700
- type index$4_IThreadsReportPost = IThreadsReportPost;
14701
- type index$4_IThreadsReportPostELS = IThreadsReportPostELS;
14702
- type index$4_IThreadsSettingInteractFollow = IThreadsSettingInteractFollow;
14703
- type index$4_IThreadsSettingInteractReplyComment = IThreadsSettingInteractReplyComment;
14704
- type index$4_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyMessage;
14705
- type index$4_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
14706
- type index$4_IThreadsSettingPost = IThreadsSettingPost;
14707
- declare namespace index$4 {
14708
- export type { index$4_IAccountSocialBase as IAccountSocialBase, index$4_IAccountSocialGroup as IAccountSocialGroup, index$4_IIncreaseValueTask as IIncreaseValueTask, index$4_IInstagramAccountRaw as IInstagramAccountRaw, index$4_IInstagramDashboardFollower as IInstagramDashboardFollower, index$4_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, index$4_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, index$4_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, index$4_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, index$4_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, index$4_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, index$4_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, index$4_IInstagramHistoryGroup as IInstagramHistoryGroup, index$4_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, index$4_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, index$4_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, index$4_IInstagramReportInteractFollow as IInstagramReportInteractFollow, index$4_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, index$4_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, index$4_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, index$4_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, index$4_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, index$4_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, index$4_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, index$4_IInstagramReportPostHighLight as IInstagramReportPostHighLight, index$4_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, index$4_IInstagramReportPostNew as IInstagramReportPostNew, index$4_IInstagramReportPostNewELS as IInstagramReportPostNewELS, index$4_IInstagramReportPostReel as IInstagramReportPostReel, index$4_IInstagramReportPostReelELS as IInstagramReportPostReelELS, index$4_IInstagramReportPostSquare as IInstagramReportPostSquare, index$4_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, index$4_IInstagramReportPostStory as IInstagramReportPostStory, index$4_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, index$4_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, index$4_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, index$4_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, index$4_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, index$4_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, index$4_IInstagramSettingPost as IInstagramSettingPost, index$4_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, index$4_ISettingRunTimeSocial as ISettingRunTimeSocial, index$4_ISheetImportExportSocial as ISheetImportExportSocial, index$4_ISocialTaskManager as ISocialTaskManager, index$4_ITaskInstagramBlockUser as ITaskInstagramBlockUser, index$4_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, index$4_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, index$4_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, index$4_ITaskInstagramFollow as ITaskInstagramFollow, index$4_ITaskInstagramFollowELS as ITaskInstagramFollowELS, index$4_ITaskInstagramPost as ITaskInstagramPost, index$4_ITaskInstagramPostELS as ITaskInstagramPostELS, index$4_ITaskInstagramReplyComment as ITaskInstagramReplyComment, index$4_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, index$4_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, index$4_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, index$4_ITaskThreadsFollow as ITaskThreadsFollow, index$4_ITaskThreadsFollowELS as ITaskThreadsFollowELS, index$4_ITaskThreadsPost as ITaskThreadsPost, index$4_ITaskThreadsPostELS as ITaskThreadsPostELS, index$4_ITaskThreadsReplyComment as ITaskThreadsReplyComment, index$4_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, index$4_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, index$4_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, index$4_IThreadsAccountRaw as IThreadsAccountRaw, index$4_IThreadsDashboardFollower as IThreadsDashboardFollower, index$4_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, index$4_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, index$4_IThreadsHistoryChange as IThreadsHistoryChange, index$4_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, index$4_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, index$4_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, index$4_IThreadsHistoryGroup as IThreadsHistoryGroup, index$4_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, index$4_IThreadsReportInteractFollow as IThreadsReportInteractFollow, index$4_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, index$4_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, index$4_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, index$4_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, index$4_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, index$4_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, index$4_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, index$4_IThreadsReportPost as IThreadsReportPost, index$4_IThreadsReportPostELS as IThreadsReportPostELS, index$4_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, index$4_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, index$4_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, index$4_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, index$4_IThreadsSettingPost as IThreadsSettingPost };
14597
+ type index$3_IAccountSocialBase = IAccountSocialBase;
14598
+ type index$3_IAccountSocialGroup = IAccountSocialGroup;
14599
+ type index$3_IIncreaseValueTask = IIncreaseValueTask;
14600
+ type index$3_IInstagramAccountRaw = IInstagramAccountRaw;
14601
+ type index$3_IInstagramDashboardFollower = IInstagramDashboardFollower;
14602
+ type index$3_IInstagramDashboardFollowerELS = IInstagramDashboardFollowerELS;
14603
+ type index$3_IInstagramHistoryAutoSync = IInstagramHistoryAutoSync;
14604
+ type index$3_IInstagramHistoryAutoSyncELS = IInstagramHistoryAutoSyncELS;
14605
+ type index$3_IInstagramHistoryChangeInfo = IInstagramHistoryChangeInfo;
14606
+ type index$3_IInstagramHistoryChangeInfoELS = IInstagramHistoryChangeInfoELS;
14607
+ type index$3_IInstagramHistoryCreateNew = IInstagramHistoryCreateNew;
14608
+ type index$3_IInstagramHistoryCreateNewELS = IInstagramHistoryCreateNewELS;
14609
+ type index$3_IInstagramHistoryGroup = IInstagramHistoryGroup;
14610
+ type index$3_IInstagramHistoryGroupELS = IInstagramHistoryGroupELS;
14611
+ type index$3_IInstagramReportInteractBlockUser = IInstagramReportInteractBlockUser;
14612
+ type index$3_IInstagramReportInteractBlockUserELS = IInstagramReportInteractBlockUserELS;
14613
+ type index$3_IInstagramReportInteractBlockUserStoreIdxELS = IInstagramReportInteractBlockUserStoreIdxELS;
14614
+ type index$3_IInstagramReportInteractFollow = IInstagramReportInteractFollow;
14615
+ type index$3_IInstagramReportInteractFollowELS = IInstagramReportInteractFollowELS;
14616
+ type index$3_IInstagramReportInteractFollowStoreIdxELS = IInstagramReportInteractFollowStoreIdxELS;
14617
+ type index$3_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
14618
+ type index$3_IInstagramReportInteractReplyCommentELS = IInstagramReportInteractReplyCommentELS;
14619
+ type index$3_IInstagramReportInteractReplyCommentStoreIdxELS = IInstagramReportInteractReplyCommentStoreIdxELS;
14620
+ type index$3_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
14621
+ type index$3_IInstagramReportInteractReplyMessageELS = IInstagramReportInteractReplyMessageELS;
14622
+ type index$3_IInstagramReportInteractReplyMessageStoreIdxELS = IInstagramReportInteractReplyMessageStoreIdxELS;
14623
+ type index$3_IInstagramReportInteractUnFollow = IInstagramReportInteractUnFollow;
14624
+ type index$3_IInstagramReportInteractUnFollowELS = IInstagramReportInteractUnFollowELS;
14625
+ type index$3_IInstagramReportInteractUnFollowStoreIdxELS = IInstagramReportInteractUnFollowStoreIdxELS;
14626
+ type index$3_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
14627
+ type index$3_IInstagramReportPostHighLightELS = IInstagramReportPostHighLightELS;
14628
+ type index$3_IInstagramReportPostHighLightStoreIdxELS = IInstagramReportPostHighLightStoreIdxELS;
14629
+ type index$3_IInstagramReportPostNew = IInstagramReportPostNew;
14630
+ type index$3_IInstagramReportPostNewELS = IInstagramReportPostNewELS;
14631
+ type index$3_IInstagramReportPostNewStoreIdxELS = IInstagramReportPostNewStoreIdxELS;
14632
+ type index$3_IInstagramReportPostReel = IInstagramReportPostReel;
14633
+ type index$3_IInstagramReportPostReelELS = IInstagramReportPostReelELS;
14634
+ type index$3_IInstagramReportPostReelStoreIdxELS = IInstagramReportPostReelStoreIdxELS;
14635
+ type index$3_IInstagramReportPostSquare = IInstagramReportPostSquare;
14636
+ type index$3_IInstagramReportPostSquareELS = IInstagramReportPostSquareELS;
14637
+ type index$3_IInstagramReportPostSquareStoreIdxELS = IInstagramReportPostSquareStoreIdxELS;
14638
+ type index$3_IInstagramReportPostStory = IInstagramReportPostStory;
14639
+ type index$3_IInstagramReportPostStoryELS = IInstagramReportPostStoryELS;
14640
+ type index$3_IInstagramReportPostStoryStoreIdxELS = IInstagramReportPostStoryStoreIdxELS;
14641
+ type index$3_IInstagramSettingInteractBlockUser = IInstagramSettingInteractBlockUser;
14642
+ type index$3_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
14643
+ type index$3_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
14644
+ type index$3_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
14645
+ type index$3_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
14646
+ type index$3_IInstagramSettingPost = IInstagramSettingPost;
14647
+ type index$3_ISettingRunTimeInstagramPost = ISettingRunTimeInstagramPost;
14648
+ type index$3_ISettingRunTimeSocial<T = any> = ISettingRunTimeSocial<T>;
14649
+ type index$3_ISheetImportExportSocial = ISheetImportExportSocial;
14650
+ type index$3_ISocialTaskManager = ISocialTaskManager;
14651
+ type index$3_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
14652
+ type index$3_ITaskInstagramBlockUserELS = ITaskInstagramBlockUserELS;
14653
+ type index$3_ITaskInstagramBlockUserStoreIdxELS = ITaskInstagramBlockUserStoreIdxELS;
14654
+ type index$3_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
14655
+ type index$3_ITaskInstagramChangeInfoELS = ITaskInstagramChangeInfoELS;
14656
+ type index$3_ITaskInstagramChangeInfoStoreIdxELS = ITaskInstagramChangeInfoStoreIdxELS;
14657
+ type index$3_ITaskInstagramFollow = ITaskInstagramFollow;
14658
+ type index$3_ITaskInstagramFollowELS = ITaskInstagramFollowELS;
14659
+ type index$3_ITaskInstagramFollowStoreIdxELS = ITaskInstagramFollowStoreIdxELS;
14660
+ type index$3_ITaskInstagramPost = ITaskInstagramPost;
14661
+ type index$3_ITaskInstagramPostELS = ITaskInstagramPostELS;
14662
+ type index$3_ITaskInstagramPostStoreIdxELS = ITaskInstagramPostStoreIdxELS;
14663
+ type index$3_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
14664
+ type index$3_ITaskInstagramReplyCommentELS = ITaskInstagramReplyCommentELS;
14665
+ type index$3_ITaskInstagramReplyCommentStoreIdxELS = ITaskInstagramReplyCommentStoreIdxELS;
14666
+ type index$3_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
14667
+ type index$3_ITaskInstagramReplyMessageELS = ITaskInstagramReplyMessageELS;
14668
+ type index$3_ITaskInstagramReplyMessageStoreIdxELS = ITaskInstagramReplyMessageStoreIdxELS;
14669
+ type index$3_ITaskThreadsFollow = ITaskThreadsFollow;
14670
+ type index$3_ITaskThreadsFollowELS = ITaskThreadsFollowELS;
14671
+ type index$3_ITaskThreadsFollowStoreIdxELS = ITaskThreadsFollowStoreIdxELS;
14672
+ type index$3_ITaskThreadsPost = ITaskThreadsPost;
14673
+ type index$3_ITaskThreadsPostELS = ITaskThreadsPostELS;
14674
+ type index$3_ITaskThreadsPostStoreIdxELS = ITaskThreadsPostStoreIdxELS;
14675
+ type index$3_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
14676
+ type index$3_ITaskThreadsReplyCommentELS = ITaskThreadsReplyCommentELS;
14677
+ type index$3_ITaskThreadsReplyCommentStoreIdxELS = ITaskThreadsReplyCommentStoreIdxELS;
14678
+ type index$3_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
14679
+ type index$3_ITaskThreadsReplyMessageELS = ITaskThreadsReplyMessageELS;
14680
+ type index$3_ITaskThreadsReplyMessageStoreIdxELS = ITaskThreadsReplyMessageStoreIdxELS;
14681
+ type index$3_IThreadsAccountRaw = IThreadsAccountRaw;
14682
+ type index$3_IThreadsDashboardFollower = IThreadsDashboardFollower;
14683
+ type index$3_IThreadsHistoryAutoSync = IThreadsHistoryAutoSync;
14684
+ type index$3_IThreadsHistoryAutoSyncELS = IThreadsHistoryAutoSyncELS;
14685
+ type index$3_IThreadsHistoryChange = IThreadsHistoryChange;
14686
+ type index$3_IThreadsHistoryChangeInfoELS = IThreadsHistoryChangeInfoELS;
14687
+ type index$3_IThreadsHistoryCreateNew = IThreadsHistoryCreateNew;
14688
+ type index$3_IThreadsHistoryCreateNewELS = IThreadsHistoryCreateNewELS;
14689
+ type index$3_IThreadsHistoryGroup = IThreadsHistoryGroup;
14690
+ type index$3_IThreadsHistoryGroupELS = IThreadsHistoryGroupELS;
14691
+ type index$3_IThreadsReportInteractFollow = IThreadsReportInteractFollow;
14692
+ type index$3_IThreadsReportInteractFollowELS = IThreadsReportInteractFollowELS;
14693
+ type index$3_IThreadsReportInteractFollowStoreIdxELS = IThreadsReportInteractFollowStoreIdxELS;
14694
+ type index$3_IThreadsReportInteractReplyComment = IThreadsReportInteractReplyComment;
14695
+ type index$3_IThreadsReportInteractReplyCommentELS = IThreadsReportInteractReplyCommentELS;
14696
+ type index$3_IThreadsReportInteractReplyCommentStoreIdxELS = IThreadsReportInteractReplyCommentStoreIdxELS;
14697
+ type index$3_IThreadsReportInteractReplyMessage = IThreadsReportInteractReplyMessage;
14698
+ type index$3_IThreadsReportInteractReplyMessageELS = IThreadsReportInteractReplyMessageELS;
14699
+ type index$3_IThreadsReportInteractReplyMessageStoreIdxELS = IThreadsReportInteractReplyMessageStoreIdxELS;
14700
+ type index$3_IThreadsReportInteractUnFollow = IThreadsReportInteractUnFollow;
14701
+ type index$3_IThreadsReportInteractUnFollowELS = IThreadsReportInteractUnFollowELS;
14702
+ type index$3_IThreadsReportInteractUnFollowStoreIdxELS = IThreadsReportInteractUnFollowStoreIdxELS;
14703
+ type index$3_IThreadsReportPost = IThreadsReportPost;
14704
+ type index$3_IThreadsReportPostELS = IThreadsReportPostELS;
14705
+ type index$3_IThreadsReportPostStoreIdxELS = IThreadsReportPostStoreIdxELS;
14706
+ type index$3_IThreadsSettingInteractFollow = IThreadsSettingInteractFollow;
14707
+ type index$3_IThreadsSettingInteractReplyComment = IThreadsSettingInteractReplyComment;
14708
+ type index$3_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyMessage;
14709
+ type index$3_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
14710
+ type index$3_IThreadsSettingPost = IThreadsSettingPost;
14711
+ declare namespace index$3 {
14712
+ export type { index$3_IAccountSocialBase as IAccountSocialBase, index$3_IAccountSocialGroup as IAccountSocialGroup, index$3_IIncreaseValueTask as IIncreaseValueTask, index$3_IInstagramAccountRaw as IInstagramAccountRaw, index$3_IInstagramDashboardFollower as IInstagramDashboardFollower, index$3_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, index$3_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, index$3_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, index$3_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, index$3_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, index$3_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, index$3_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, index$3_IInstagramHistoryGroup as IInstagramHistoryGroup, index$3_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, index$3_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, index$3_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, index$3_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, index$3_IInstagramReportInteractFollow as IInstagramReportInteractFollow, index$3_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, index$3_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, index$3_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, index$3_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, index$3_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, index$3_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, index$3_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, index$3_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, index$3_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, index$3_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, index$3_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, index$3_IInstagramReportPostHighLight as IInstagramReportPostHighLight, index$3_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, index$3_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, index$3_IInstagramReportPostNew as IInstagramReportPostNew, index$3_IInstagramReportPostNewELS as IInstagramReportPostNewELS, index$3_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, index$3_IInstagramReportPostReel as IInstagramReportPostReel, index$3_IInstagramReportPostReelELS as IInstagramReportPostReelELS, index$3_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, index$3_IInstagramReportPostSquare as IInstagramReportPostSquare, index$3_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, index$3_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, index$3_IInstagramReportPostStory as IInstagramReportPostStory, index$3_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, index$3_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, index$3_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, index$3_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, index$3_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, index$3_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, index$3_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, index$3_IInstagramSettingPost as IInstagramSettingPost, index$3_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, index$3_ISettingRunTimeSocial as ISettingRunTimeSocial, index$3_ISheetImportExportSocial as ISheetImportExportSocial, index$3_ISocialTaskManager as ISocialTaskManager, index$3_ITaskInstagramBlockUser as ITaskInstagramBlockUser, index$3_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, index$3_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, index$3_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, index$3_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, index$3_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, index$3_ITaskInstagramFollow as ITaskInstagramFollow, index$3_ITaskInstagramFollowELS as ITaskInstagramFollowELS, index$3_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, index$3_ITaskInstagramPost as ITaskInstagramPost, index$3_ITaskInstagramPostELS as ITaskInstagramPostELS, index$3_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, index$3_ITaskInstagramReplyComment as ITaskInstagramReplyComment, index$3_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, index$3_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, index$3_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, index$3_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, index$3_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, index$3_ITaskThreadsFollow as ITaskThreadsFollow, index$3_ITaskThreadsFollowELS as ITaskThreadsFollowELS, index$3_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, index$3_ITaskThreadsPost as ITaskThreadsPost, index$3_ITaskThreadsPostELS as ITaskThreadsPostELS, index$3_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, index$3_ITaskThreadsReplyComment as ITaskThreadsReplyComment, index$3_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, index$3_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, index$3_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, index$3_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, index$3_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, index$3_IThreadsAccountRaw as IThreadsAccountRaw, index$3_IThreadsDashboardFollower as IThreadsDashboardFollower, index$3_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, index$3_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, index$3_IThreadsHistoryChange as IThreadsHistoryChange, index$3_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, index$3_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, index$3_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, index$3_IThreadsHistoryGroup as IThreadsHistoryGroup, index$3_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, index$3_IThreadsReportInteractFollow as IThreadsReportInteractFollow, index$3_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, index$3_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, index$3_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, index$3_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, index$3_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, index$3_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, index$3_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, index$3_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, index$3_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, index$3_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, index$3_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, index$3_IThreadsReportPost as IThreadsReportPost, index$3_IThreadsReportPostELS as IThreadsReportPostELS, index$3_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, index$3_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, index$3_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, index$3_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, index$3_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, index$3_IThreadsSettingPost as IThreadsSettingPost };
14709
14713
  }
14710
14714
 
14711
14715
  interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
@@ -14738,6 +14742,176 @@ interface IManagerSheetChildrenGroupItem extends IBaseModel, ITrackingModel<IUse
14738
14742
  keyWordsBlank: string;
14739
14743
  }
14740
14744
 
14745
+ interface IEmailRawManager extends IBaseModel, ITrackingModel<IUser> {
14746
+ statusImport: string;
14747
+ timeImport: Date;
14748
+ oldEmail: string;
14749
+ newEmail: string;
14750
+ statusLoginEmail: EStatusLoginEmail;
14751
+ statusChangeEmail: EStatusChangeEmail;
14752
+ timeLoginEmail: Date;
14753
+ timeChangeEmail: Date;
14754
+ oldEmailRecover: string;
14755
+ newEmailRecover: string;
14756
+ statusLoginEmailRecover: string;
14757
+ statusChangeEmailRecover: EStatusChangeEmail;
14758
+ timeLoginEmailRecover: Date;
14759
+ timeChangeEmailRecover: Date;
14760
+ oldPassword: string;
14761
+ newPassword: string;
14762
+ statusLoginPassword: string;
14763
+ statusChangePassword: EStatusChangeEmail;
14764
+ timeLoginPassword: Date;
14765
+ timeChangePassword: Date;
14766
+ oldCode2FA: string;
14767
+ newCode2FA: string;
14768
+ statusLoginCode2FA: string;
14769
+ statusChangeCode2FA: EStatusChangeEmail;
14770
+ timeLoginCode2FA: Date;
14771
+ timeChangeCode2FA: Date;
14772
+ oldCode2FABackup: string;
14773
+ newCode2FABackup: string;
14774
+ statusLoginCode2FABackup: string;
14775
+ statusChangeCode2FABackup: EStatusChangeEmail;
14776
+ timeLoginCode2FABackup: Date;
14777
+ timeChangeCode2FABackup: Date;
14778
+ vps: string | IAccountVPS;
14779
+ statusAddOnVPS: string;
14780
+ timeAddOnVPS: Date;
14781
+ noteFix: string[];
14782
+ }
14783
+
14784
+ interface ISettingTool extends IBaseModel {
14785
+ userId: string;
14786
+ toolName: EToolName;
14787
+ setting: {
14788
+ itemPerPage: number;
14789
+ autoRefresh: number;
14790
+ maxBrowserPerRow: number;
14791
+ maxBrowserRun: number;
14792
+ };
14793
+ }
14794
+
14795
+ interface IDevice extends IBaseModel, ITrackingModel<IUser> {
14796
+ idea: string | IManagerWork;
14797
+ niche: string | IManagerWork;
14798
+ pc: IPC | string;
14799
+ os: ETypeDeviceOS;
14800
+ model: string;
14801
+ name: string;
14802
+ oldKey: string;
14803
+ newKey: string;
14804
+ hubConnection: string;
14805
+ hubStatus: EStatusDeviceHubStatus;
14806
+ phoneNumber: string;
14807
+ timeExpiredPhoneNumber: Date;
14808
+ countChange: number;
14809
+ wifiName: string;
14810
+ wifiPass: string;
14811
+ numberResetByTheHour: number;
14812
+ nameSystemInformation: string;
14813
+ deviceInheritance: any;
14814
+ setupSetting: {
14815
+ changeLanguageSettings: EStatusDeviceSetupSettingTask;
14816
+ configureNetworkSettings: EStatusDeviceSetupSettingTask;
14817
+ configureDateTime: EStatusDeviceSetupSettingTask;
14818
+ setupLocationServices: EStatusDeviceSetupSettingTask;
14819
+ installSecurityUpdates: EStatusDeviceSetupSettingTask;
14820
+ configurePrivacySettings: EStatusDeviceSetupSettingTask;
14821
+ setupDeviceName: EStatusDeviceSetupSettingTask;
14822
+ configureNotifications: EStatusDeviceSetupSettingTask;
14823
+ configureAccessibility: EStatusDeviceSetupSettingTask;
14824
+ };
14825
+ typeOld: ETypeDevice;
14826
+ typeNew: ETypeDevice;
14827
+ statusSetup: EStatusDeviceSetup;
14828
+ statusOld: EStatusDevice;
14829
+ statusNew: EStatusDevice;
14830
+ statusRunningSocial: EStatusDeviceRunningSocial;
14831
+ statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud;
14832
+ statusConnectPC: EStatusDeviceConnectPC;
14833
+ statusChangeNew: EStatusDeviceChangeNew;
14834
+ statusReplace: EStatusDeviceReplace;
14835
+ statusChangeName: EStatusDeviceChangeName;
14836
+ statusConnectWifi: EStatusDeviceConnectWifi;
14837
+ statusSync: EStatusDeviceSync;
14838
+ noteFix: string;
14839
+ timeChangeDevice: Date;
14840
+ timeLoginCHPlayICloud: Date;
14841
+ timeLastUsed: Date;
14842
+ lastUserUsed: string | IUser;
14843
+ }
14844
+
14845
+ interface IDeviceLog extends IBaseModel, ITrackingModel<IUser> {
14846
+ eventDateStartTime: Date;
14847
+ statusStart: EStatusDeviceLog;
14848
+ eventDateEndTime: Date;
14849
+ statusEnd: EStatusDeviceLog;
14850
+ duration: string;
14851
+ type: ETypeDeviceLog;
14852
+ retryType: number;
14853
+ taskID: ETypeTaskID;
14854
+ taskType: string;
14855
+ taskName: string;
14856
+ typeSocial: ETypeSocial;
14857
+ descriptionBug: string;
14858
+ deviceName: string;
14859
+ deviceOS: ETypeDeviceOS;
14860
+ deviceModel: string;
14861
+ deviceKey: string;
14862
+ pcName: string;
14863
+ }
14864
+ interface IDeviceLogELS extends IBaseELS {
14865
+ eventDateStartTime: Date;
14866
+ statusStart: EStatusDeviceLog;
14867
+ eventDateEndTime: Date;
14868
+ statusEnd: EStatusDeviceLog;
14869
+ duration: string;
14870
+ type: ETypeDeviceLog;
14871
+ retryType: number;
14872
+ taskID: ETypeTaskID;
14873
+ taskType: string;
14874
+ taskName: string;
14875
+ typeSocial: ETypeSocial;
14876
+ deviceName: string;
14877
+ deviceModel: string;
14878
+ deviceOS: ETypeDeviceOS;
14879
+ deviceKey: string;
14880
+ pcName: string;
14881
+ descriptionBug: string;
14882
+ }
14883
+ interface IDeviceLogStoreIdxELS extends IBaseStoreIdxELS {
14884
+ eventDateStartTime: Date;
14885
+ statusStart: EStatusDeviceLog;
14886
+ eventDateEndTime: Date;
14887
+ statusEnd: EStatusDeviceLog;
14888
+ duration: string;
14889
+ type: ETypeDeviceLog;
14890
+ retryType: number;
14891
+ taskID: ETypeTaskID;
14892
+ taskType: string;
14893
+ taskName: string;
14894
+ typeSocial: ETypeSocial;
14895
+ deviceName: string;
14896
+ deviceModel: string;
14897
+ deviceOS: ETypeDeviceOS;
14898
+ deviceKey: string;
14899
+ pcName: string;
14900
+ descriptionBug: string;
14901
+ }
14902
+
14903
+ interface IDeviceSettingForAccount extends IBaseModel, ITrackingModel<IUser> {
14904
+ device: string | IDevice;
14905
+ typeSocial: AutoEnums.Types.ETypeSocial;
14906
+ accountSocial: string | IAccountSocialBase;
14907
+ isActive: boolean;
14908
+ }
14909
+
14910
+ interface IDeviceSettingForCHPlayICloud extends IBaseModel, ITrackingModel<IUser> {
14911
+ device: string | IDevice;
14912
+ accountCHPlayICloud: IAccountCHPlayICloud | string;
14913
+ }
14914
+
14741
14915
  interface IDeviceSettingForProxy extends IBaseModel, ITrackingModel<IUser> {
14742
14916
  device: string | IDevice;
14743
14917
  proxy: IProxy | string;
@@ -14856,12 +15030,12 @@ interface IHistoryTaskAIVoice extends IBaseModel, ITrackingModel<IUser> {
14856
15030
  note: string;
14857
15031
  }
14858
15032
 
14859
- type index$3_IHistoryTaskAIContent = IHistoryTaskAIContent;
14860
- type index$3_IHistoryTaskAIImage = IHistoryTaskAIImage;
14861
- type index$3_IHistoryTaskAIVoice = IHistoryTaskAIVoice;
14862
- type index$3_IHistoryTaskCanva = IHistoryTaskCanva;
14863
- declare namespace index$3 {
14864
- export type { index$3_IHistoryTaskAIContent as IHistoryTaskAIContent, index$3_IHistoryTaskAIImage as IHistoryTaskAIImage, index$3_IHistoryTaskAIVoice as IHistoryTaskAIVoice, index$3_IHistoryTaskCanva as IHistoryTaskCanva };
15033
+ type index$2_IHistoryTaskAIContent = IHistoryTaskAIContent;
15034
+ type index$2_IHistoryTaskAIImage = IHistoryTaskAIImage;
15035
+ type index$2_IHistoryTaskAIVoice = IHistoryTaskAIVoice;
15036
+ type index$2_IHistoryTaskCanva = IHistoryTaskCanva;
15037
+ declare namespace index$2 {
15038
+ export type { index$2_IHistoryTaskAIContent as IHistoryTaskAIContent, index$2_IHistoryTaskAIImage as IHistoryTaskAIImage, index$2_IHistoryTaskAIVoice as IHistoryTaskAIVoice, index$2_IHistoryTaskCanva as IHistoryTaskCanva };
14865
15039
  }
14866
15040
 
14867
15041
  interface IAuthLogin extends Pick<IUser, 'user_email' | 'user_password'> {
@@ -14885,274 +15059,244 @@ interface IToken extends BoInterfaceModelsCommon.IBaseModel {
14885
15059
  token_user: IUser | string;
14886
15060
  }
14887
15061
 
14888
- type index$2_IAuthLogin = IAuthLogin;
14889
- type index$2_IAuthResetPassword = IAuthResetPassword;
14890
- type index$2_IOtpConfirm = IOtpConfirm;
14891
- type index$2_IOtpCreateSession = IOtpCreateSession;
14892
- type index$2_IOtpSend = IOtpSend;
14893
- type index$2_IToken = IToken;
14894
- declare namespace index$2 {
14895
- export type { index$2_IAuthLogin as IAuthLogin, index$2_IAuthResetPassword as IAuthResetPassword, index$2_IOtpConfirm as IOtpConfirm, index$2_IOtpCreateSession as IOtpCreateSession, index$2_IOtpSend as IOtpSend, index$2_IToken as IToken };
14896
- }
14897
-
14898
- type index$1_IAccountAIContent = IAccountAIContent;
14899
- type index$1_IAccountAIContentChannel = IAccountAIContentChannel;
14900
- type index$1_IAccountAIContentGroup = IAccountAIContentGroup;
14901
- type index$1_IAccountAIContentInfo = IAccountAIContentInfo;
14902
- type index$1_IAccountAIContentMemberAssigned = IAccountAIContentMemberAssigned;
14903
- type index$1_IAccountAIContentTag = IAccountAIContentTag;
14904
- type index$1_IAccountAIImage = IAccountAIImage;
14905
- type index$1_IAccountAIImageChannel = IAccountAIImageChannel;
14906
- type index$1_IAccountAIImageGroup = IAccountAIImageGroup;
14907
- type index$1_IAccountAIImageInfo = IAccountAIImageInfo;
14908
- type index$1_IAccountAIImageMemberAssigned = IAccountAIImageMemberAssigned;
14909
- type index$1_IAccountAIImageTag = IAccountAIImageTag;
14910
- type index$1_IAccountAIVoice = IAccountAIVoice;
14911
- type index$1_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
14912
- type index$1_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
14913
- type index$1_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
14914
- type index$1_IAccountAIVoiceMemberAssigned = IAccountAIVoiceMemberAssigned;
14915
- type index$1_IAccountAIVoiceTag = IAccountAIVoiceTag;
14916
- type index$1_IAccountCHPlayICloud = IAccountCHPlayICloud;
14917
- type index$1_IAccountCanva = IAccountCanva;
14918
- type index$1_IAccountDrive = IAccountDrive;
14919
- type index$1_IAccountEmail = IAccountEmail;
14920
- type index$1_IAccountEmailProxy = IAccountEmailProxy;
14921
- type index$1_IAccountEmailTag = IAccountEmailTag;
14922
- type index$1_IAccountEmailTaskWork = IAccountEmailTaskWork;
14923
- type index$1_IAccountSocialBase = IAccountSocialBase;
14924
- type index$1_IAccountSocialGroup = IAccountSocialGroup;
14925
- type index$1_IAccountVPN = IAccountVPN;
14926
- type index$1_IAccountVPS = IAccountVPS;
14927
- type index$1_IAccountVPSGroup = IAccountVPSGroup;
14928
- type index$1_IAccountVPSSocial = IAccountVPSSocial;
14929
15062
  type index$1_IAuthLogin = IAuthLogin;
14930
15063
  type index$1_IAuthResetPassword = IAuthResetPassword;
14931
- type index$1_IBaseModel = IBaseModel;
14932
- type index$1_IBlog = IBlog;
14933
- type index$1_IBlogCategory = IBlogCategory;
14934
- type index$1_IBlogDepartmentPermission = IBlogDepartmentPermission;
14935
- type index$1_IBlogTeamPermission = IBlogTeamPermission;
14936
- type index$1_IBlogUserPermission = IBlogUserPermission;
14937
- type index$1_IDepartment = IDepartment;
14938
- type index$1_IDepartmentMember = IDepartmentMember;
14939
- type index$1_IDevice = IDevice;
14940
- type index$1_IDeviceLog = IDeviceLog;
14941
- type index$1_IDeviceLogELS = IDeviceLogELS;
14942
- type index$1_IDeviceSettingForAccount = IDeviceSettingForAccount;
14943
- type index$1_IDeviceSettingForCHPlayICloud = IDeviceSettingForCHPlayICloud;
14944
- type index$1_IDeviceSettingForProxy = IDeviceSettingForProxy;
14945
- type index$1_IDeviceSettingForVPN = IDeviceSettingForVPN;
14946
- type index$1_IDomain = IDomain;
14947
- type index$1_IEmailRawManager = IEmailRawManager;
14948
- type index$1_IFile = IFile;
14949
- type index$1_IGPMProfile = IGPMProfile;
14950
- type index$1_IHistoryTaskAIContent = IHistoryTaskAIContent;
14951
- type index$1_IHistoryTaskAIImage = IHistoryTaskAIImage;
14952
- type index$1_IHistoryTaskAIVoice = IHistoryTaskAIVoice;
14953
- type index$1_IHistoryTaskCanva = IHistoryTaskCanva;
14954
- type index$1_IIncreaseValueTask = IIncreaseValueTask;
14955
- type index$1_IInstagramAccountRaw = IInstagramAccountRaw;
14956
- type index$1_IInstagramDashboardFollower = IInstagramDashboardFollower;
14957
- type index$1_IInstagramDashboardFollowerELS = IInstagramDashboardFollowerELS;
14958
- type index$1_IInstagramHistoryAutoSync = IInstagramHistoryAutoSync;
14959
- type index$1_IInstagramHistoryAutoSyncELS = IInstagramHistoryAutoSyncELS;
14960
- type index$1_IInstagramHistoryChangeInfo = IInstagramHistoryChangeInfo;
14961
- type index$1_IInstagramHistoryChangeInfoELS = IInstagramHistoryChangeInfoELS;
14962
- type index$1_IInstagramHistoryCreateNew = IInstagramHistoryCreateNew;
14963
- type index$1_IInstagramHistoryCreateNewELS = IInstagramHistoryCreateNewELS;
14964
- type index$1_IInstagramHistoryGroup = IInstagramHistoryGroup;
14965
- type index$1_IInstagramHistoryGroupELS = IInstagramHistoryGroupELS;
14966
- type index$1_IInstagramReportInteractBlockUser = IInstagramReportInteractBlockUser;
14967
- type index$1_IInstagramReportInteractBlockUserELS = IInstagramReportInteractBlockUserELS;
14968
- type index$1_IInstagramReportInteractFollow = IInstagramReportInteractFollow;
14969
- type index$1_IInstagramReportInteractFollowELS = IInstagramReportInteractFollowELS;
14970
- type index$1_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
14971
- type index$1_IInstagramReportInteractReplyCommentELS = IInstagramReportInteractReplyCommentELS;
14972
- type index$1_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
14973
- type index$1_IInstagramReportInteractReplyMessageELS = IInstagramReportInteractReplyMessageELS;
14974
- type index$1_IInstagramReportInteractUnFollow = IInstagramReportInteractUnFollow;
14975
- type index$1_IInstagramReportInteractUnFollowELS = IInstagramReportInteractUnFollowELS;
14976
- type index$1_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
14977
- type index$1_IInstagramReportPostHighLightELS = IInstagramReportPostHighLightELS;
14978
- type index$1_IInstagramReportPostNew = IInstagramReportPostNew;
14979
- type index$1_IInstagramReportPostNewELS = IInstagramReportPostNewELS;
14980
- type index$1_IInstagramReportPostReel = IInstagramReportPostReel;
14981
- type index$1_IInstagramReportPostReelELS = IInstagramReportPostReelELS;
14982
- type index$1_IInstagramReportPostSquare = IInstagramReportPostSquare;
14983
- type index$1_IInstagramReportPostSquareELS = IInstagramReportPostSquareELS;
14984
- type index$1_IInstagramReportPostStory = IInstagramReportPostStory;
14985
- type index$1_IInstagramReportPostStoryELS = IInstagramReportPostStoryELS;
14986
- type index$1_IInstagramSettingInteractBlockUser = IInstagramSettingInteractBlockUser;
14987
- type index$1_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
14988
- type index$1_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
14989
- type index$1_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
14990
- type index$1_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
14991
- type index$1_IInstagramSettingPost = IInstagramSettingPost;
14992
- type index$1_ILark = ILark;
14993
- type index$1_ILarkTeam = ILarkTeam;
14994
- type index$1_IManagerImageAI = IManagerImageAI;
14995
- type index$1_IManagerImageAIItemStore = IManagerImageAIItemStore;
14996
- type index$1_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
14997
- type index$1_IManagerSheet = IManagerSheet;
14998
- type index$1_IManagerSheetChildren = IManagerSheetChildren;
14999
- type index$1_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
15000
- type index$1_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
15001
- type index$1_IManagerSheetGroup = IManagerSheetGroup;
15002
- type index$1_IManagerWork = IManagerWork;
15003
15064
  type index$1_IOtpConfirm = IOtpConfirm;
15004
15065
  type index$1_IOtpCreateSession = IOtpCreateSession;
15005
15066
  type index$1_IOtpSend = IOtpSend;
15006
- type index$1_IPC = IPC;
15007
- type index$1_IProxy = IProxy;
15008
- type index$1_IRole = IRole;
15009
- type index$1_IRoleFeature = IRoleFeature;
15010
- type index$1_ISettingRunTimeInstagramPost = ISettingRunTimeInstagramPost;
15011
- type index$1_ISettingRunTimeSocial<T = any> = ISettingRunTimeSocial<T>;
15012
- type index$1_ISettingTool = ISettingTool;
15013
- type index$1_ISheetImportExportSocial = ISheetImportExportSocial;
15014
- type index$1_ISheetWork = ISheetWork;
15015
- type index$1_ISheetWorkDepartmentPermission = ISheetWorkDepartmentPermission;
15016
- type index$1_ISheetWorkManager = ISheetWorkManager;
15017
- type index$1_ISheetWorkUserPermission = ISheetWorkUserPermission;
15018
- type index$1_ISheetWorksCategory = ISheetWorksCategory;
15019
- type index$1_ISheetsTool = ISheetsTool;
15020
- type index$1_ISocialTaskManager = ISocialTaskManager;
15021
- type index$1_ITag = ITag;
15022
- type index$1_ITaskAIContent = ITaskAIContent;
15023
- type index$1_ITaskAIImageCanvaInstagram = ITaskAIImageCanvaInstagram;
15024
- type index$1_ITaskAIImageCanvaThreads = ITaskAIImageCanvaThreads;
15025
- type index$1_ITaskAIImageVoiceCanvaInstagram = ITaskAIImageVoiceCanvaInstagram;
15026
- type index$1_ITaskAIImageVoiceCanvaThreads = ITaskAIImageVoiceCanvaThreads;
15027
- type index$1_ITaskAIItemAction = ITaskAIItemAction;
15028
- type index$1_ITaskAIItemGroup = ITaskAIItemGroup;
15029
- type index$1_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
15030
- type index$1_ITaskInstagramBlockUserELS = ITaskInstagramBlockUserELS;
15031
- type index$1_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
15032
- type index$1_ITaskInstagramChangeInfoELS = ITaskInstagramChangeInfoELS;
15033
- type index$1_ITaskInstagramFollow = ITaskInstagramFollow;
15034
- type index$1_ITaskInstagramFollowELS = ITaskInstagramFollowELS;
15035
- type index$1_ITaskInstagramPost = ITaskInstagramPost;
15036
- type index$1_ITaskInstagramPostELS = ITaskInstagramPostELS;
15037
- type index$1_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
15038
- type index$1_ITaskInstagramReplyCommentELS = ITaskInstagramReplyCommentELS;
15039
- type index$1_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
15040
- type index$1_ITaskInstagramReplyMessageELS = ITaskInstagramReplyMessageELS;
15041
- type index$1_ITaskJob = ITaskJob;
15042
- type index$1_ITaskJobAttachmentBlog = ITaskJobAttachmentBlog;
15043
- type index$1_ITaskJobBlogAttached = ITaskJobBlogAttached;
15044
- type index$1_ITaskJobCheckList = ITaskJobCheckList;
15045
- type index$1_ITaskJobDepartmentPermission = ITaskJobDepartmentPermission;
15046
- type index$1_ITaskJobDiscuss = ITaskJobDiscuss;
15047
- type index$1_ITaskJobLabel = ITaskJobLabel;
15048
- type index$1_ITaskJobPermission = ITaskJobPermission;
15049
- type index$1_ITaskJobTeamPermission = ITaskJobTeamPermission;
15050
- type index$1_ITaskJobUserPermission = ITaskJobUserPermission;
15051
- type index$1_ITaskJobsGroup = ITaskJobsGroup;
15052
- type index$1_ITaskThreadsFollow = ITaskThreadsFollow;
15053
- type index$1_ITaskThreadsFollowELS = ITaskThreadsFollowELS;
15054
- type index$1_ITaskThreadsPost = ITaskThreadsPost;
15055
- type index$1_ITaskThreadsPostELS = ITaskThreadsPostELS;
15056
- type index$1_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
15057
- type index$1_ITaskThreadsReplyCommentELS = ITaskThreadsReplyCommentELS;
15058
- type index$1_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
15059
- type index$1_ITaskThreadsReplyMessageELS = ITaskThreadsReplyMessageELS;
15060
- type index$1_ITeam = ITeam;
15061
- type index$1_ITeamMember = ITeamMember;
15062
- type index$1_ITeamRole = ITeamRole;
15063
- type index$1_IThreadsAccountRaw = IThreadsAccountRaw;
15064
- type index$1_IThreadsDashboardFollower = IThreadsDashboardFollower;
15065
- type index$1_IThreadsHistoryAutoSync = IThreadsHistoryAutoSync;
15066
- type index$1_IThreadsHistoryAutoSyncELS = IThreadsHistoryAutoSyncELS;
15067
- type index$1_IThreadsHistoryChange = IThreadsHistoryChange;
15068
- type index$1_IThreadsHistoryChangeInfoELS = IThreadsHistoryChangeInfoELS;
15069
- type index$1_IThreadsHistoryCreateNew = IThreadsHistoryCreateNew;
15070
- type index$1_IThreadsHistoryCreateNewELS = IThreadsHistoryCreateNewELS;
15071
- type index$1_IThreadsHistoryGroup = IThreadsHistoryGroup;
15072
- type index$1_IThreadsHistoryGroupELS = IThreadsHistoryGroupELS;
15073
- type index$1_IThreadsReportInteractFollow = IThreadsReportInteractFollow;
15074
- type index$1_IThreadsReportInteractFollowELS = IThreadsReportInteractFollowELS;
15075
- type index$1_IThreadsReportInteractReplyComment = IThreadsReportInteractReplyComment;
15076
- type index$1_IThreadsReportInteractReplyCommentELS = IThreadsReportInteractReplyCommentELS;
15077
- type index$1_IThreadsReportInteractReplyMessage = IThreadsReportInteractReplyMessage;
15078
- type index$1_IThreadsReportInteractReplyMessageELS = IThreadsReportInteractReplyMessageELS;
15079
- type index$1_IThreadsReportInteractUnFollow = IThreadsReportInteractUnFollow;
15080
- type index$1_IThreadsReportInteractUnFollowELS = IThreadsReportInteractUnFollowELS;
15081
- type index$1_IThreadsReportPost = IThreadsReportPost;
15082
- type index$1_IThreadsReportPostELS = IThreadsReportPostELS;
15083
- type index$1_IThreadsSettingInteractFollow = IThreadsSettingInteractFollow;
15084
- type index$1_IThreadsSettingInteractReplyComment = IThreadsSettingInteractReplyComment;
15085
- type index$1_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyMessage;
15086
- type index$1_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
15087
- type index$1_IThreadsSettingPost = IThreadsSettingPost;
15088
15067
  type index$1_IToken = IToken;
15089
- type index$1_ITrackingModel<T> = ITrackingModel<T>;
15090
- type index$1_ITrackingTimeScript = ITrackingTimeScript;
15091
- type index$1_ITrackingUserAction = ITrackingUserAction;
15092
- type index$1_IUser = IUser;
15093
- type index$1_IUserRole = IUserRole;
15094
- type index$1_IVoiceGenerated = IVoiceGenerated;
15095
- type index$1_IVoiceLanguage = IVoiceLanguage;
15096
- type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
15097
- type index$1_IVoiceStores = IVoiceStores;
15098
15068
  declare namespace index$1 {
15099
- export { index$2 as Auth, index$9 as Common, index$8 as Forum, index$3 as History, 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_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, 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_IAccountVPSSocial as IAccountVPSSocial, 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_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_IEmailRawManager as IEmailRawManager, type index$1_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, 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_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, 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_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_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, 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_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, 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_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, 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_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, 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_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, 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_ITrackingTimeScript as ITrackingTimeScript, type index$1_ITrackingUserAction as ITrackingUserAction, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$a as Permission, index$4 as Socials, index$5 as Tool, index$7 as Workspace };
15100
- }
15101
-
15102
- interface IDataUser {
15103
- userId: string;
15104
- userEmail: string;
15105
- userName: string;
15106
- userAvatar: string;
15107
- userIsRootAdmin: boolean;
15108
- userIsSubAdmin: boolean;
15109
- userIsLeader: boolean;
15110
- userListRolesModule: string[];
15111
- }
15112
- interface IResponseLogin {
15113
- token: string;
15114
- user: IDataUser;
15115
- }
15116
-
15117
- interface IDataDiscussTaskJob {
15118
- taskJobId: string;
15119
- data: {
15120
- message: string;
15121
- userId: string;
15122
- timestamp: Date;
15123
- };
15124
- }
15125
-
15126
- interface IDataNotification {
15127
- link?: string;
15128
- content: string;
15129
- authorId?: string;
15130
- users?: string[];
15131
- departments?: string[];
15132
- }
15133
-
15134
- interface IFilterStore extends IBaseModel, ITrackingModel<IUser> {
15135
- name: string;
15136
- objectName: string;
15137
- dataFilterStore: Array<{
15138
- field: string;
15139
- value: any;
15140
- }>;
15141
- }
15142
-
15143
- interface IColsUnSelected extends IBaseModel, ITrackingModel<IUser> {
15144
- objectName: string;
15145
- listColsUnSelected: Array<string>;
15146
- }
15147
-
15148
- type index_IColsUnSelected = IColsUnSelected;
15149
- type index_IDataDiscussTaskJob = IDataDiscussTaskJob;
15150
- type index_IDataNotification = IDataNotification;
15151
- type index_IDataUser = IDataUser;
15152
- type index_IFilterStore = IFilterStore;
15153
- type index_IResponseLogin = IResponseLogin;
15069
+ export type { index$1_IAuthLogin as IAuthLogin, index$1_IAuthResetPassword as IAuthResetPassword, index$1_IOtpConfirm as IOtpConfirm, index$1_IOtpCreateSession as IOtpCreateSession, index$1_IOtpSend as IOtpSend, index$1_IToken as IToken };
15070
+ }
15071
+
15072
+ type index_IAccountAIContent = IAccountAIContent;
15073
+ type index_IAccountAIContentChannel = IAccountAIContentChannel;
15074
+ type index_IAccountAIContentGroup = IAccountAIContentGroup;
15075
+ type index_IAccountAIContentInfo = IAccountAIContentInfo;
15076
+ type index_IAccountAIContentMemberAssigned = IAccountAIContentMemberAssigned;
15077
+ type index_IAccountAIContentTag = IAccountAIContentTag;
15078
+ type index_IAccountAIImage = IAccountAIImage;
15079
+ type index_IAccountAIImageChannel = IAccountAIImageChannel;
15080
+ type index_IAccountAIImageGroup = IAccountAIImageGroup;
15081
+ type index_IAccountAIImageInfo = IAccountAIImageInfo;
15082
+ type index_IAccountAIImageMemberAssigned = IAccountAIImageMemberAssigned;
15083
+ type index_IAccountAIImageTag = IAccountAIImageTag;
15084
+ type index_IAccountAIVoice = IAccountAIVoice;
15085
+ type index_IAccountAIVoiceChannel = IAccountAIVoiceChannel;
15086
+ type index_IAccountAIVoiceGroup = IAccountAIVoiceGroup;
15087
+ type index_IAccountAIVoiceInfo = IAccountAIVoiceInfo;
15088
+ type index_IAccountAIVoiceMemberAssigned = IAccountAIVoiceMemberAssigned;
15089
+ type index_IAccountAIVoiceTag = IAccountAIVoiceTag;
15090
+ type index_IAccountCHPlayICloud = IAccountCHPlayICloud;
15091
+ type index_IAccountCanva = IAccountCanva;
15092
+ type index_IAccountDrive = IAccountDrive;
15093
+ type index_IAccountEmail = IAccountEmail;
15094
+ type index_IAccountEmailProxy = IAccountEmailProxy;
15095
+ type index_IAccountEmailTag = IAccountEmailTag;
15096
+ type index_IAccountEmailTaskWork = IAccountEmailTaskWork;
15097
+ type index_IAccountSocialBase = IAccountSocialBase;
15098
+ type index_IAccountSocialGroup = IAccountSocialGroup;
15099
+ type index_IAccountVPN = IAccountVPN;
15100
+ type index_IAccountVPS = IAccountVPS;
15101
+ type index_IAccountVPSGroup = IAccountVPSGroup;
15102
+ type index_IAccountVPSSocial = IAccountVPSSocial;
15103
+ type index_IAuthLogin = IAuthLogin;
15104
+ type index_IAuthResetPassword = IAuthResetPassword;
15105
+ type index_IBaseModel = IBaseModel;
15106
+ type index_IBlog = IBlog;
15107
+ type index_IBlogCategory = IBlogCategory;
15108
+ type index_IBlogDepartmentPermission = IBlogDepartmentPermission;
15109
+ type index_IBlogTeamPermission = IBlogTeamPermission;
15110
+ type index_IBlogUserPermission = IBlogUserPermission;
15111
+ type index_IDepartment = IDepartment;
15112
+ type index_IDepartmentMember = IDepartmentMember;
15113
+ type index_IDevice = IDevice;
15114
+ type index_IDeviceLog = IDeviceLog;
15115
+ type index_IDeviceLogELS = IDeviceLogELS;
15116
+ type index_IDeviceLogStoreIdxELS = IDeviceLogStoreIdxELS;
15117
+ type index_IDeviceSettingForAccount = IDeviceSettingForAccount;
15118
+ type index_IDeviceSettingForCHPlayICloud = IDeviceSettingForCHPlayICloud;
15119
+ type index_IDeviceSettingForProxy = IDeviceSettingForProxy;
15120
+ type index_IDeviceSettingForVPN = IDeviceSettingForVPN;
15121
+ type index_IDomain = IDomain;
15122
+ type index_IEmailRawManager = IEmailRawManager;
15123
+ type index_IFile = IFile;
15124
+ type index_IGPMProfile = IGPMProfile;
15125
+ type index_IHistoryTaskAIContent = IHistoryTaskAIContent;
15126
+ type index_IHistoryTaskAIImage = IHistoryTaskAIImage;
15127
+ type index_IHistoryTaskAIVoice = IHistoryTaskAIVoice;
15128
+ type index_IHistoryTaskCanva = IHistoryTaskCanva;
15129
+ type index_IIncreaseValueTask = IIncreaseValueTask;
15130
+ type index_IInstagramAccountRaw = IInstagramAccountRaw;
15131
+ type index_IInstagramDashboardFollower = IInstagramDashboardFollower;
15132
+ type index_IInstagramDashboardFollowerELS = IInstagramDashboardFollowerELS;
15133
+ type index_IInstagramHistoryAutoSync = IInstagramHistoryAutoSync;
15134
+ type index_IInstagramHistoryAutoSyncELS = IInstagramHistoryAutoSyncELS;
15135
+ type index_IInstagramHistoryChangeInfo = IInstagramHistoryChangeInfo;
15136
+ type index_IInstagramHistoryChangeInfoELS = IInstagramHistoryChangeInfoELS;
15137
+ type index_IInstagramHistoryCreateNew = IInstagramHistoryCreateNew;
15138
+ type index_IInstagramHistoryCreateNewELS = IInstagramHistoryCreateNewELS;
15139
+ type index_IInstagramHistoryGroup = IInstagramHistoryGroup;
15140
+ type index_IInstagramHistoryGroupELS = IInstagramHistoryGroupELS;
15141
+ type index_IInstagramReportInteractBlockUser = IInstagramReportInteractBlockUser;
15142
+ type index_IInstagramReportInteractBlockUserELS = IInstagramReportInteractBlockUserELS;
15143
+ type index_IInstagramReportInteractBlockUserStoreIdxELS = IInstagramReportInteractBlockUserStoreIdxELS;
15144
+ type index_IInstagramReportInteractFollow = IInstagramReportInteractFollow;
15145
+ type index_IInstagramReportInteractFollowELS = IInstagramReportInteractFollowELS;
15146
+ type index_IInstagramReportInteractFollowStoreIdxELS = IInstagramReportInteractFollowStoreIdxELS;
15147
+ type index_IInstagramReportInteractReplyComment = IInstagramReportInteractReplyComment;
15148
+ type index_IInstagramReportInteractReplyCommentELS = IInstagramReportInteractReplyCommentELS;
15149
+ type index_IInstagramReportInteractReplyCommentStoreIdxELS = IInstagramReportInteractReplyCommentStoreIdxELS;
15150
+ type index_IInstagramReportInteractReplyMessage = IInstagramReportInteractReplyMessage;
15151
+ type index_IInstagramReportInteractReplyMessageELS = IInstagramReportInteractReplyMessageELS;
15152
+ type index_IInstagramReportInteractReplyMessageStoreIdxELS = IInstagramReportInteractReplyMessageStoreIdxELS;
15153
+ type index_IInstagramReportInteractUnFollow = IInstagramReportInteractUnFollow;
15154
+ type index_IInstagramReportInteractUnFollowELS = IInstagramReportInteractUnFollowELS;
15155
+ type index_IInstagramReportInteractUnFollowStoreIdxELS = IInstagramReportInteractUnFollowStoreIdxELS;
15156
+ type index_IInstagramReportPostHighLight = IInstagramReportPostHighLight;
15157
+ type index_IInstagramReportPostHighLightELS = IInstagramReportPostHighLightELS;
15158
+ type index_IInstagramReportPostHighLightStoreIdxELS = IInstagramReportPostHighLightStoreIdxELS;
15159
+ type index_IInstagramReportPostNew = IInstagramReportPostNew;
15160
+ type index_IInstagramReportPostNewELS = IInstagramReportPostNewELS;
15161
+ type index_IInstagramReportPostNewStoreIdxELS = IInstagramReportPostNewStoreIdxELS;
15162
+ type index_IInstagramReportPostReel = IInstagramReportPostReel;
15163
+ type index_IInstagramReportPostReelELS = IInstagramReportPostReelELS;
15164
+ type index_IInstagramReportPostReelStoreIdxELS = IInstagramReportPostReelStoreIdxELS;
15165
+ type index_IInstagramReportPostSquare = IInstagramReportPostSquare;
15166
+ type index_IInstagramReportPostSquareELS = IInstagramReportPostSquareELS;
15167
+ type index_IInstagramReportPostSquareStoreIdxELS = IInstagramReportPostSquareStoreIdxELS;
15168
+ type index_IInstagramReportPostStory = IInstagramReportPostStory;
15169
+ type index_IInstagramReportPostStoryELS = IInstagramReportPostStoryELS;
15170
+ type index_IInstagramReportPostStoryStoreIdxELS = IInstagramReportPostStoryStoreIdxELS;
15171
+ type index_IInstagramSettingInteractBlockUser = IInstagramSettingInteractBlockUser;
15172
+ type index_IInstagramSettingInteractFollow = IInstagramSettingInteractFollow;
15173
+ type index_IInstagramSettingInteractReplyComment = IInstagramSettingInteractReplyComment;
15174
+ type index_IInstagramSettingInteractReplyMessage = IInstagramSettingInteractReplyMessage;
15175
+ type index_IInstagramSettingInteractUnFollow = IInstagramSettingInteractUnFollow;
15176
+ type index_IInstagramSettingPost = IInstagramSettingPost;
15177
+ type index_ILark = ILark;
15178
+ type index_ILarkTeam = ILarkTeam;
15179
+ type index_IManagerImageAI = IManagerImageAI;
15180
+ type index_IManagerImageAIItemStore = IManagerImageAIItemStore;
15181
+ type index_IManagerImageAIUserAttached = IManagerImageAIUserAttached;
15182
+ type index_IManagerSheet = IManagerSheet;
15183
+ type index_IManagerSheetChildren = IManagerSheetChildren;
15184
+ type index_IManagerSheetChildrenGroup = IManagerSheetChildrenGroup;
15185
+ type index_IManagerSheetChildrenGroupItem = IManagerSheetChildrenGroupItem;
15186
+ type index_IManagerSheetGroup = IManagerSheetGroup;
15187
+ type index_IManagerWork = IManagerWork;
15188
+ type index_IOtpConfirm = IOtpConfirm;
15189
+ type index_IOtpCreateSession = IOtpCreateSession;
15190
+ type index_IOtpSend = IOtpSend;
15191
+ type index_IPC = IPC;
15192
+ type index_IProxy = IProxy;
15193
+ type index_IRole = IRole;
15194
+ type index_IRoleFeature = IRoleFeature;
15195
+ type index_ISettingRunTimeInstagramPost = ISettingRunTimeInstagramPost;
15196
+ type index_ISettingRunTimeSocial<T = any> = ISettingRunTimeSocial<T>;
15197
+ type index_ISettingTool = ISettingTool;
15198
+ type index_ISheetImportExportSocial = ISheetImportExportSocial;
15199
+ type index_ISheetWork = ISheetWork;
15200
+ type index_ISheetWorkDepartmentPermission = ISheetWorkDepartmentPermission;
15201
+ type index_ISheetWorkManager = ISheetWorkManager;
15202
+ type index_ISheetWorkUserPermission = ISheetWorkUserPermission;
15203
+ type index_ISheetWorksCategory = ISheetWorksCategory;
15204
+ type index_ISheetsTool = ISheetsTool;
15205
+ type index_ISocialTaskManager = ISocialTaskManager;
15206
+ type index_ITag = ITag;
15207
+ type index_ITaskAIContent = ITaskAIContent;
15208
+ type index_ITaskAIImageCanvaInstagram = ITaskAIImageCanvaInstagram;
15209
+ type index_ITaskAIImageCanvaThreads = ITaskAIImageCanvaThreads;
15210
+ type index_ITaskAIImageVoiceCanvaInstagram = ITaskAIImageVoiceCanvaInstagram;
15211
+ type index_ITaskAIImageVoiceCanvaThreads = ITaskAIImageVoiceCanvaThreads;
15212
+ type index_ITaskAIItemAction = ITaskAIItemAction;
15213
+ type index_ITaskAIItemGroup = ITaskAIItemGroup;
15214
+ type index_ITaskInstagramBlockUser = ITaskInstagramBlockUser;
15215
+ type index_ITaskInstagramBlockUserELS = ITaskInstagramBlockUserELS;
15216
+ type index_ITaskInstagramBlockUserStoreIdxELS = ITaskInstagramBlockUserStoreIdxELS;
15217
+ type index_ITaskInstagramChangeInfo = ITaskInstagramChangeInfo;
15218
+ type index_ITaskInstagramChangeInfoELS = ITaskInstagramChangeInfoELS;
15219
+ type index_ITaskInstagramChangeInfoStoreIdxELS = ITaskInstagramChangeInfoStoreIdxELS;
15220
+ type index_ITaskInstagramFollow = ITaskInstagramFollow;
15221
+ type index_ITaskInstagramFollowELS = ITaskInstagramFollowELS;
15222
+ type index_ITaskInstagramFollowStoreIdxELS = ITaskInstagramFollowStoreIdxELS;
15223
+ type index_ITaskInstagramPost = ITaskInstagramPost;
15224
+ type index_ITaskInstagramPostELS = ITaskInstagramPostELS;
15225
+ type index_ITaskInstagramPostStoreIdxELS = ITaskInstagramPostStoreIdxELS;
15226
+ type index_ITaskInstagramReplyComment = ITaskInstagramReplyComment;
15227
+ type index_ITaskInstagramReplyCommentELS = ITaskInstagramReplyCommentELS;
15228
+ type index_ITaskInstagramReplyCommentStoreIdxELS = ITaskInstagramReplyCommentStoreIdxELS;
15229
+ type index_ITaskInstagramReplyMessage = ITaskInstagramReplyMessage;
15230
+ type index_ITaskInstagramReplyMessageELS = ITaskInstagramReplyMessageELS;
15231
+ type index_ITaskInstagramReplyMessageStoreIdxELS = ITaskInstagramReplyMessageStoreIdxELS;
15232
+ type index_ITaskJob = ITaskJob;
15233
+ type index_ITaskJobAttachmentBlog = ITaskJobAttachmentBlog;
15234
+ type index_ITaskJobBlogAttached = ITaskJobBlogAttached;
15235
+ type index_ITaskJobCheckList = ITaskJobCheckList;
15236
+ type index_ITaskJobDepartmentPermission = ITaskJobDepartmentPermission;
15237
+ type index_ITaskJobDiscuss = ITaskJobDiscuss;
15238
+ type index_ITaskJobLabel = ITaskJobLabel;
15239
+ type index_ITaskJobPermission = ITaskJobPermission;
15240
+ type index_ITaskJobTeamPermission = ITaskJobTeamPermission;
15241
+ type index_ITaskJobUserPermission = ITaskJobUserPermission;
15242
+ type index_ITaskJobsGroup = ITaskJobsGroup;
15243
+ type index_ITaskThreadsFollow = ITaskThreadsFollow;
15244
+ type index_ITaskThreadsFollowELS = ITaskThreadsFollowELS;
15245
+ type index_ITaskThreadsFollowStoreIdxELS = ITaskThreadsFollowStoreIdxELS;
15246
+ type index_ITaskThreadsPost = ITaskThreadsPost;
15247
+ type index_ITaskThreadsPostELS = ITaskThreadsPostELS;
15248
+ type index_ITaskThreadsPostStoreIdxELS = ITaskThreadsPostStoreIdxELS;
15249
+ type index_ITaskThreadsReplyComment = ITaskThreadsReplyComment;
15250
+ type index_ITaskThreadsReplyCommentELS = ITaskThreadsReplyCommentELS;
15251
+ type index_ITaskThreadsReplyCommentStoreIdxELS = ITaskThreadsReplyCommentStoreIdxELS;
15252
+ type index_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
15253
+ type index_ITaskThreadsReplyMessageELS = ITaskThreadsReplyMessageELS;
15254
+ type index_ITaskThreadsReplyMessageStoreIdxELS = ITaskThreadsReplyMessageStoreIdxELS;
15255
+ type index_ITeam = ITeam;
15256
+ type index_ITeamMember = ITeamMember;
15257
+ type index_ITeamRole = ITeamRole;
15258
+ type index_IThreadsAccountRaw = IThreadsAccountRaw;
15259
+ type index_IThreadsDashboardFollower = IThreadsDashboardFollower;
15260
+ type index_IThreadsHistoryAutoSync = IThreadsHistoryAutoSync;
15261
+ type index_IThreadsHistoryAutoSyncELS = IThreadsHistoryAutoSyncELS;
15262
+ type index_IThreadsHistoryChange = IThreadsHistoryChange;
15263
+ type index_IThreadsHistoryChangeInfoELS = IThreadsHistoryChangeInfoELS;
15264
+ type index_IThreadsHistoryCreateNew = IThreadsHistoryCreateNew;
15265
+ type index_IThreadsHistoryCreateNewELS = IThreadsHistoryCreateNewELS;
15266
+ type index_IThreadsHistoryGroup = IThreadsHistoryGroup;
15267
+ type index_IThreadsHistoryGroupELS = IThreadsHistoryGroupELS;
15268
+ type index_IThreadsReportInteractFollow = IThreadsReportInteractFollow;
15269
+ type index_IThreadsReportInteractFollowELS = IThreadsReportInteractFollowELS;
15270
+ type index_IThreadsReportInteractFollowStoreIdxELS = IThreadsReportInteractFollowStoreIdxELS;
15271
+ type index_IThreadsReportInteractReplyComment = IThreadsReportInteractReplyComment;
15272
+ type index_IThreadsReportInteractReplyCommentELS = IThreadsReportInteractReplyCommentELS;
15273
+ type index_IThreadsReportInteractReplyCommentStoreIdxELS = IThreadsReportInteractReplyCommentStoreIdxELS;
15274
+ type index_IThreadsReportInteractReplyMessage = IThreadsReportInteractReplyMessage;
15275
+ type index_IThreadsReportInteractReplyMessageELS = IThreadsReportInteractReplyMessageELS;
15276
+ type index_IThreadsReportInteractReplyMessageStoreIdxELS = IThreadsReportInteractReplyMessageStoreIdxELS;
15277
+ type index_IThreadsReportInteractUnFollow = IThreadsReportInteractUnFollow;
15278
+ type index_IThreadsReportInteractUnFollowELS = IThreadsReportInteractUnFollowELS;
15279
+ type index_IThreadsReportInteractUnFollowStoreIdxELS = IThreadsReportInteractUnFollowStoreIdxELS;
15280
+ type index_IThreadsReportPost = IThreadsReportPost;
15281
+ type index_IThreadsReportPostELS = IThreadsReportPostELS;
15282
+ type index_IThreadsReportPostStoreIdxELS = IThreadsReportPostStoreIdxELS;
15283
+ type index_IThreadsSettingInteractFollow = IThreadsSettingInteractFollow;
15284
+ type index_IThreadsSettingInteractReplyComment = IThreadsSettingInteractReplyComment;
15285
+ type index_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyMessage;
15286
+ type index_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
15287
+ type index_IThreadsSettingPost = IThreadsSettingPost;
15288
+ type index_IToken = IToken;
15289
+ type index_ITrackingModel<T> = ITrackingModel<T>;
15290
+ type index_ITrackingTimeScript = ITrackingTimeScript;
15291
+ type index_ITrackingUserAction = ITrackingUserAction;
15292
+ type index_IUser = IUser;
15293
+ type index_IUserRole = IUserRole;
15294
+ type index_IVoiceGenerated = IVoiceGenerated;
15295
+ type index_IVoiceLanguage = IVoiceLanguage;
15296
+ type index_IVoiceSettingDelay = IVoiceSettingDelay;
15297
+ type index_IVoiceStores = IVoiceStores;
15154
15298
  declare namespace index {
15155
- export type { index_IColsUnSelected as IColsUnSelected, index_IDataDiscussTaskJob as IDataDiscussTaskJob, index_IDataNotification as IDataNotification, index_IDataUser as IDataUser, index_IFilterStore as IFilterStore, index_IResponseLogin as IResponseLogin };
15299
+ export { index$1 as Auth, index$9 as Common, index$7 as Forum, index$2 as History, type index_IAccountAIContent as IAccountAIContent, type index_IAccountAIContentChannel as IAccountAIContentChannel, type index_IAccountAIContentGroup as IAccountAIContentGroup, type index_IAccountAIContentInfo as IAccountAIContentInfo, type index_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index_IAccountAIContentTag as IAccountAIContentTag, type index_IAccountAIImage as IAccountAIImage, type index_IAccountAIImageChannel as IAccountAIImageChannel, type index_IAccountAIImageGroup as IAccountAIImageGroup, type index_IAccountAIImageInfo as IAccountAIImageInfo, type index_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index_IAccountAIImageTag as IAccountAIImageTag, type index_IAccountAIVoice as IAccountAIVoice, type index_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index_IAccountAIVoiceTag as IAccountAIVoiceTag, type index_IAccountCHPlayICloud as IAccountCHPlayICloud, type index_IAccountCanva as IAccountCanva, type index_IAccountDrive as IAccountDrive, type index_IAccountEmail as IAccountEmail, type index_IAccountEmailProxy as IAccountEmailProxy, type index_IAccountEmailTag as IAccountEmailTag, type index_IAccountEmailTaskWork as IAccountEmailTaskWork, type index_IAccountSocialBase as IAccountSocialBase, type index_IAccountSocialGroup as IAccountSocialGroup, type index_IAccountVPN as IAccountVPN, type index_IAccountVPS as IAccountVPS, type index_IAccountVPSGroup as IAccountVPSGroup, type index_IAccountVPSSocial as IAccountVPSSocial, type index_IAuthLogin as IAuthLogin, type index_IAuthResetPassword as IAuthResetPassword, type index_IBaseModel as IBaseModel, type index_IBlog as IBlog, type index_IBlogCategory as IBlogCategory, type index_IBlogDepartmentPermission as IBlogDepartmentPermission, type index_IBlogTeamPermission as IBlogTeamPermission, type index_IBlogUserPermission as IBlogUserPermission, type index_IDepartment as IDepartment, type index_IDepartmentMember as IDepartmentMember, type index_IDevice as IDevice, type index_IDeviceLog as IDeviceLog, type index_IDeviceLogELS as IDeviceLogELS, type index_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index_IDeviceSettingForAccount as IDeviceSettingForAccount, type index_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index_IDeviceSettingForProxy as IDeviceSettingForProxy, type index_IDeviceSettingForVPN as IDeviceSettingForVPN, type index_IDomain as IDomain, type index_IEmailRawManager as IEmailRawManager, type index_IFile as IFile, type index_IGPMProfile as IGPMProfile, type index_IHistoryTaskAIContent as IHistoryTaskAIContent, type index_IHistoryTaskAIImage as IHistoryTaskAIImage, type index_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index_IHistoryTaskCanva as IHistoryTaskCanva, type index_IIncreaseValueTask as IIncreaseValueTask, type index_IInstagramAccountRaw as IInstagramAccountRaw, type index_IInstagramDashboardFollower as IInstagramDashboardFollower, type index_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index_IInstagramHistoryGroup as IInstagramHistoryGroup, type index_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, type index_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, type index_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, type index_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, type index_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, type index_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, type index_IInstagramReportPostNew as IInstagramReportPostNew, type index_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, type index_IInstagramReportPostReel as IInstagramReportPostReel, type index_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, type index_IInstagramReportPostSquare as IInstagramReportPostSquare, type index_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, type index_IInstagramReportPostStory as IInstagramReportPostStory, type index_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, type index_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index_IInstagramSettingPost as IInstagramSettingPost, type index_ILark as ILark, type index_ILarkTeam as ILarkTeam, type index_IManagerImageAI as IManagerImageAI, type index_IManagerImageAIItemStore as IManagerImageAIItemStore, type index_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index_IManagerSheet as IManagerSheet, type index_IManagerSheetChildren as IManagerSheetChildren, type index_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index_IManagerSheetGroup as IManagerSheetGroup, type index_IManagerWork as IManagerWork, type index_IOtpConfirm as IOtpConfirm, type index_IOtpCreateSession as IOtpCreateSession, type index_IOtpSend as IOtpSend, type index_IPC as IPC, type index_IProxy as IProxy, type index_IRole as IRole, type index_IRoleFeature as IRoleFeature, type index_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index_ISettingRunTimeSocial as ISettingRunTimeSocial, type index_ISettingTool as ISettingTool, type index_ISheetImportExportSocial as ISheetImportExportSocial, type index_ISheetWork as ISheetWork, type index_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index_ISheetWorkManager as ISheetWorkManager, type index_ISheetWorkUserPermission as ISheetWorkUserPermission, type index_ISheetWorksCategory as ISheetWorksCategory, type index_ISheetsTool as ISheetsTool, type index_ISocialTaskManager as ISocialTaskManager, type index_ITag as ITag, type index_ITaskAIContent as ITaskAIContent, type index_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index_ITaskAIItemAction as ITaskAIItemAction, type index_ITaskAIItemGroup as ITaskAIItemGroup, type index_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, type index_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, type index_ITaskInstagramFollow as ITaskInstagramFollow, type index_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, type index_ITaskInstagramPost as ITaskInstagramPost, type index_ITaskInstagramPostELS as ITaskInstagramPostELS, type index_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, type index_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, type index_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, type index_ITaskJob as ITaskJob, type index_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index_ITaskJobBlogAttached as ITaskJobBlogAttached, type index_ITaskJobCheckList as ITaskJobCheckList, type index_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index_ITaskJobDiscuss as ITaskJobDiscuss, type index_ITaskJobLabel as ITaskJobLabel, type index_ITaskJobPermission as ITaskJobPermission, type index_ITaskJobTeamPermission as ITaskJobTeamPermission, type index_ITaskJobUserPermission as ITaskJobUserPermission, type index_ITaskJobsGroup as ITaskJobsGroup, type index_ITaskThreadsFollow as ITaskThreadsFollow, type index_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, type index_ITaskThreadsPost as ITaskThreadsPost, type index_ITaskThreadsPostELS as ITaskThreadsPostELS, type index_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, type index_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, type index_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, type index_ITeam as ITeam, type index_ITeamMember as ITeamMember, type index_ITeamRole as ITeamRole, type index_IThreadsAccountRaw as IThreadsAccountRaw, type index_IThreadsDashboardFollower as IThreadsDashboardFollower, type index_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index_IThreadsHistoryChange as IThreadsHistoryChange, type index_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index_IThreadsHistoryGroup as IThreadsHistoryGroup, type index_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, type index_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, type index_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, type index_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, type index_IThreadsReportPost as IThreadsReportPost, type index_IThreadsReportPostELS as IThreadsReportPostELS, type index_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, type index_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index_IThreadsSettingPost as IThreadsSettingPost, type index_IToken as IToken, type index_ITrackingModel as ITrackingModel, type index_ITrackingTimeScript as ITrackingTimeScript, type index_ITrackingUserAction as ITrackingUserAction, type index_IUser as IUser, type index_IUserRole as IUserRole, type index_IVoiceGenerated as IVoiceGenerated, type index_IVoiceLanguage as IVoiceLanguage, type index_IVoiceSettingDelay as IVoiceSettingDelay, type index_IVoiceStores as IVoiceStores, index$a as Permission, index$3 as Socials, index$4 as Tool, index$6 as Workspace };
15156
15300
  }
15157
15301
 
15158
- export { index$i as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index 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 CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type 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, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, 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, EStatusChangeEmail, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImportAccountSocial, EStatusLark, EStatusLoginEmail, EStatusMailWork, EStatusPC, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, EToolName, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoInstagram, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, EYesNo, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, 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 FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, 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 FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, 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 FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, 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 FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, 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 FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, 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 FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, 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 FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, 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 IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IEmailRawManager, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type 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 ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, 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 IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserInfoAssignment, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, type ResultChangeInfoInstagramAccountRawDto, type ResultImportInstagramAccountRawDto, index$f as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type 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 UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, 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 ViewDetailDeviceDto, type ViewDetailSheetsToolDto, index$7 as Workspace };
15302
+ export { index$i as AI, type ActionLoadInfoUrlSheetToolDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyTimeDashboardDto, index$1 as Auth, index$j as AutoConstants, index$5 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index$8 as AutoInterfacesCommon, index 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 CreateManagerWorkDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DataImportInstagramAccountRawDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, 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, EStatusChangeEmail, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImportAccountSocial, EStatusLark, EStatusLoginEmail, EStatusMailWork, EStatusPC, EStatusPCControl, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeFilter, ETimeZone, EToolName, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoInstagram, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, EYesNo, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, 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 FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, 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 FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, 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 FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, 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 FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, 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 FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, 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 FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$7 as Forum, index$2 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, 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 IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IEmailRawManager, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, 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 IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type 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 ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, 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 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 ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserInfoAssignment, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, 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 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 UpdateInstagramSettingInteractFollowDto, type UpdateInstagramSettingInteractReplyCommentDto, type UpdateInstagramSettingInteractReplyMessageDto, type UpdateInstagramSettingInteractUnFollowDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailSheetsToolDto, index$6 as Workspace };