automation-lib 5.4.233 → 5.4.242

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
@@ -989,20 +989,6 @@ declare enum EStatusRole {
989
989
  InActive = "InActive"
990
990
  }
991
991
 
992
- declare enum EStatusAccountSocial {
993
- Good = "Good",
994
- Logout = "Logout",
995
- LoginError = "LoginError",
996
- SpamWarning = "SpamWarning",
997
- Locked = "Locked",
998
- Checkpoint = "Checkpoint",
999
- IdentifyVerificationRequired = "IdentifyVerificationRequired",
1000
- PendingProcessing = "PendingProcessing",
1001
- DeviceNotConnected = "DeviceNotConnected",
1002
- WaitingForDeviceSetup = "WaitingForDeviceSetup",
1003
- Unknown = "Unknown"
1004
- }
1005
-
1006
992
  declare enum EStatusAccountSocialFolderName {
1007
993
  Done = "Done",
1008
994
  Pending = "Pending",
@@ -1023,6 +1009,28 @@ declare enum EStatusAccountSocialLoginEmail {
1023
1009
  LoginError = "LoginError"
1024
1010
  }
1025
1011
 
1012
+ declare enum EStatusAccountSocialRaw {
1013
+ Available = "Available",
1014
+ Pending = "Pending",
1015
+ InUse = "InUse",
1016
+ Locked = "Locked",
1017
+ Suspended = "Suspended"
1018
+ }
1019
+
1020
+ declare enum EStatusAccountSocialRun {
1021
+ Active = "Active",// Đã active
1022
+ NotFound = "Not found",// Không tìm thấy
1023
+ Login = "Login",// Đã login
1024
+ LoginError = "Login error",// Lỗi login
1025
+ Logout = "Logout",// Đã logout
1026
+ SpamWarning = "Spam warning",// Cảnh báo spam
1027
+ AccountCheckpoint = "Account checkpoint",// Checkpoint
1028
+ AccountLocked = "Account locked",// Account đã bị khóa
1029
+ WaitingForVirtualDeviceSetup = "Waiting for virtual device setup",// Chờ thiết bị
1030
+ IdentityVerificationRequired = "Identity verification required",// Yêu cầu xác thực
1031
+ UnknownStatus = "Unknown"
1032
+ }
1033
+
1026
1034
  declare enum EStatusAccountSocialSetting {
1027
1035
  Pending = "Pending",
1028
1036
  Done = "Done",
@@ -1031,11 +1039,11 @@ declare enum EStatusAccountSocialSetting {
1031
1039
  }
1032
1040
 
1033
1041
  declare enum EStatusAccountSocialSync {
1034
- New = "New",
1035
- Done = "Done",
1036
1042
  Pending = "Pending",
1043
+ Done = "Done",
1044
+ Failed = "Failed",
1037
1045
  Missing = "Missing",
1038
- Failed = "Failed"
1046
+ New = "New"
1039
1047
  }
1040
1048
 
1041
1049
  declare enum EStatusAccountTypeChangeInfoInstagram {
@@ -1068,29 +1076,6 @@ declare enum EStatusCreateNew {
1068
1076
  Failed = "Failed"
1069
1077
  }
1070
1078
 
1071
- declare enum EStatusSocialAccountRaw {
1072
- Available = "Available",
1073
- Pending = "Pending",
1074
- InUse = "InUse",
1075
- Locked = "Locked",
1076
- Suspended = "Suspended"
1077
- }
1078
-
1079
- declare enum EStatusAccountSocialRun {
1080
- ACTIVE_GOOD = "Active Good",
1081
- ACCOUNT_NOT_FOUND = "Account not found",
1082
- LOGIN_ERROR = "Login error",
1083
- LOGGED_OUT = "Logged out",
1084
- SPAM_WARNING = "Spam warning",
1085
- ACCOUNT_CHECKPOINT = "Account checkpoint",
1086
- ACCOUNT_LOCKED = "Account locked",
1087
- WAITING_FOR_VIRTUAL_DEVICE_SETUP = "Waiting for virtual device setup",
1088
- PENDING_PROCESSING = "Pending processing",
1089
- DEVICE_NOT_CONNECTED = "Device not connected",
1090
- IDENTITY_VERIFICATION_REQUIRED = "Identity verification required",
1091
- UNKNOWN_STATUS = "Unknown status"
1092
- }
1093
-
1094
1079
  declare enum EStatusDeviceSetup {
1095
1080
  Completed = "Completed",
1096
1081
  Pending = "Pending",
@@ -1099,7 +1084,6 @@ declare enum EStatusDeviceSetup {
1099
1084
  declare enum EStatusDeviceConnectPC {
1100
1085
  Connected = "Connected",
1101
1086
  Disconnected = "Disconnected",
1102
- Failed = "Failed",
1103
1087
  Error = "Error",
1104
1088
  Unknown = "Unknown"
1105
1089
  }
@@ -1368,14 +1352,14 @@ type index$e_EStatusAccountCanva = EStatusAccountCanva;
1368
1352
  declare const index$e_EStatusAccountCanva: typeof EStatusAccountCanva;
1369
1353
  type index$e_EStatusAccountDrive = EStatusAccountDrive;
1370
1354
  declare const index$e_EStatusAccountDrive: typeof EStatusAccountDrive;
1371
- type index$e_EStatusAccountSocial = EStatusAccountSocial;
1372
- declare const index$e_EStatusAccountSocial: typeof EStatusAccountSocial;
1373
1355
  type index$e_EStatusAccountSocialFolderName = EStatusAccountSocialFolderName;
1374
1356
  declare const index$e_EStatusAccountSocialFolderName: typeof EStatusAccountSocialFolderName;
1375
1357
  type index$e_EStatusAccountSocialLogin = EStatusAccountSocialLogin;
1376
1358
  declare const index$e_EStatusAccountSocialLogin: typeof EStatusAccountSocialLogin;
1377
1359
  type index$e_EStatusAccountSocialLoginEmail = EStatusAccountSocialLoginEmail;
1378
1360
  declare const index$e_EStatusAccountSocialLoginEmail: typeof EStatusAccountSocialLoginEmail;
1361
+ type index$e_EStatusAccountSocialRaw = EStatusAccountSocialRaw;
1362
+ declare const index$e_EStatusAccountSocialRaw: typeof EStatusAccountSocialRaw;
1379
1363
  type index$e_EStatusAccountSocialRun = EStatusAccountSocialRun;
1380
1364
  declare const index$e_EStatusAccountSocialRun: typeof EStatusAccountSocialRun;
1381
1365
  type index$e_EStatusAccountSocialSetting = EStatusAccountSocialSetting;
@@ -1442,8 +1426,6 @@ type index$e_EStatusRole = EStatusRole;
1442
1426
  declare const index$e_EStatusRole: typeof EStatusRole;
1443
1427
  type index$e_EStatusSheetWork = EStatusSheetWork;
1444
1428
  declare const index$e_EStatusSheetWork: typeof EStatusSheetWork;
1445
- type index$e_EStatusSocialAccountRaw = EStatusSocialAccountRaw;
1446
- declare const index$e_EStatusSocialAccountRaw: typeof EStatusSocialAccountRaw;
1447
1429
  type index$e_EStatusTaskAIContent = EStatusTaskAIContent;
1448
1430
  declare const index$e_EStatusTaskAIContent: typeof EStatusTaskAIContent;
1449
1431
  type index$e_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
@@ -1471,7 +1453,7 @@ declare const index$e_EStatusVPS: typeof EStatusVPS;
1471
1453
  type index$e_EStatusVPSReplace = EStatusVPSReplace;
1472
1454
  declare const index$e_EStatusVPSReplace: typeof EStatusVPSReplace;
1473
1455
  declare namespace index$e {
1474
- export { index$e_EDeviceResetTime as EDeviceResetTime, index$e_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$e_EStatusAccountCanva as EStatusAccountCanva, index$e_EStatusAccountDrive as EStatusAccountDrive, index$e_EStatusAccountSocial as EStatusAccountSocial, index$e_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$e_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$e_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$e_EStatusAccountSocialRun as EStatusAccountSocialRun, index$e_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$e_EStatusAccountSocialSync as EStatusAccountSocialSync, index$e_EStatusAccountTypeChangeInfoInstagram as EStatusAccountTypeChangeInfoInstagram, index$e_EStatusAccountTypeChangeInfoThreads as EStatusAccountTypeChangeInfoThreads, index$e_EStatusAccountVPN as EStatusAccountVPN, index$e_EStatusActive as EStatusActive, index$e_EStatusBlog as EStatusBlog, 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_EStatusExecuteCommon as EStatusExecuteCommon, index$e_EStatusGenerate as EStatusGenerate, index$e_EStatusLark as EStatusLark, 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_EStatusSocialAccountRaw as EStatusSocialAccountRaw, 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 };
1456
+ export { index$e_EDeviceResetTime as EDeviceResetTime, index$e_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$e_EStatusAccountCanva as EStatusAccountCanva, index$e_EStatusAccountDrive as EStatusAccountDrive, 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_EStatusAccountTypeChangeInfoInstagram as EStatusAccountTypeChangeInfoInstagram, index$e_EStatusAccountTypeChangeInfoThreads as EStatusAccountTypeChangeInfoThreads, index$e_EStatusAccountVPN as EStatusAccountVPN, index$e_EStatusActive as EStatusActive, index$e_EStatusBlog as EStatusBlog, 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_EStatusExecuteCommon as EStatusExecuteCommon, index$e_EStatusGenerate as EStatusGenerate, index$e_EStatusLark as EStatusLark, 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 };
1475
1457
  }
1476
1458
 
1477
1459
  declare enum ETypeProxy {
@@ -1800,14 +1782,14 @@ type index$c_EStatusAccountCanva = EStatusAccountCanva;
1800
1782
  declare const index$c_EStatusAccountCanva: typeof EStatusAccountCanva;
1801
1783
  type index$c_EStatusAccountDrive = EStatusAccountDrive;
1802
1784
  declare const index$c_EStatusAccountDrive: typeof EStatusAccountDrive;
1803
- type index$c_EStatusAccountSocial = EStatusAccountSocial;
1804
- declare const index$c_EStatusAccountSocial: typeof EStatusAccountSocial;
1805
1785
  type index$c_EStatusAccountSocialFolderName = EStatusAccountSocialFolderName;
1806
1786
  declare const index$c_EStatusAccountSocialFolderName: typeof EStatusAccountSocialFolderName;
1807
1787
  type index$c_EStatusAccountSocialLogin = EStatusAccountSocialLogin;
1808
1788
  declare const index$c_EStatusAccountSocialLogin: typeof EStatusAccountSocialLogin;
1809
1789
  type index$c_EStatusAccountSocialLoginEmail = EStatusAccountSocialLoginEmail;
1810
1790
  declare const index$c_EStatusAccountSocialLoginEmail: typeof EStatusAccountSocialLoginEmail;
1791
+ type index$c_EStatusAccountSocialRaw = EStatusAccountSocialRaw;
1792
+ declare const index$c_EStatusAccountSocialRaw: typeof EStatusAccountSocialRaw;
1811
1793
  type index$c_EStatusAccountSocialRun = EStatusAccountSocialRun;
1812
1794
  declare const index$c_EStatusAccountSocialRun: typeof EStatusAccountSocialRun;
1813
1795
  type index$c_EStatusAccountSocialSetting = EStatusAccountSocialSetting;
@@ -1880,8 +1862,6 @@ type index$c_EStatusRole = EStatusRole;
1880
1862
  declare const index$c_EStatusRole: typeof EStatusRole;
1881
1863
  type index$c_EStatusSheetWork = EStatusSheetWork;
1882
1864
  declare const index$c_EStatusSheetWork: typeof EStatusSheetWork;
1883
- type index$c_EStatusSocialAccountRaw = EStatusSocialAccountRaw;
1884
- declare const index$c_EStatusSocialAccountRaw: typeof EStatusSocialAccountRaw;
1885
1865
  type index$c_EStatusTaskAIContent = EStatusTaskAIContent;
1886
1866
  declare const index$c_EStatusTaskAIContent: typeof EStatusTaskAIContent;
1887
1867
  type index$c_EStatusTaskAvatarCover = EStatusTaskAvatarCover;
@@ -1965,7 +1945,7 @@ declare const index$c_ETypeTimeFilter: typeof ETypeTimeFilter;
1965
1945
  type index$c_ETypeVoiceLanguage = ETypeVoiceLanguage;
1966
1946
  declare const index$c_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
1967
1947
  declare namespace index$c {
1968
- 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_EStatusAccountAI as EStatusAccountAI, index$c_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$c_EStatusAccountCanva as EStatusAccountCanva, index$c_EStatusAccountDrive as EStatusAccountDrive, index$c_EStatusAccountSocial as EStatusAccountSocial, index$c_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$c_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$c_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$c_EStatusAccountSocialRun as EStatusAccountSocialRun, index$c_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$c_EStatusAccountSocialSync as EStatusAccountSocialSync, index$c_EStatusAccountTypeChangeInfoInstagram as EStatusAccountTypeChangeInfoInstagram, index$c_EStatusAccountTypeChangeInfoThreads as EStatusAccountTypeChangeInfoThreads, index$c_EStatusAccountVPN as EStatusAccountVPN, index$c_EStatusActive as EStatusActive, index$c_EStatusBlog as EStatusBlog, index$c_EStatusChangeInfo as EStatusChangeInfo, index$c_EStatusChannel as EStatusChannel, index$c_EStatusCommon as EStatusCommon, index$c_EStatusCreateNew as EStatusCreateNew, index$c_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_EStatusEmail as EStatusEmail, index$c_EStatusExecuteCommon as EStatusExecuteCommon, index$c_EStatusGenerate as EStatusGenerate, index$c_EStatusLark as EStatusLark, 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_EStatusSocialAccountRaw as EStatusSocialAccountRaw, 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_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_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_ETypeSocialChangeInfoThreads as ETypeSocialChangeInfoThreads, index$c_ETypeSocialCreateNew as ETypeSocialCreateNew, index$c_ETypeTaskID as ETypeTaskID, index$c_ETypeTimeFilter as ETypeTimeFilter, index$c_ETypeVoiceLanguage as ETypeVoiceLanguage, index$g as Lark, index$f as SheetTool, index$e as Status, index$d as Types };
1948
+ 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_EStatusAccountAI as EStatusAccountAI, index$c_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$c_EStatusAccountCanva as EStatusAccountCanva, index$c_EStatusAccountDrive as EStatusAccountDrive, 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_EStatusAccountTypeChangeInfoInstagram as EStatusAccountTypeChangeInfoInstagram, index$c_EStatusAccountTypeChangeInfoThreads as EStatusAccountTypeChangeInfoThreads, index$c_EStatusAccountVPN as EStatusAccountVPN, index$c_EStatusActive as EStatusActive, index$c_EStatusBlog as EStatusBlog, index$c_EStatusChangeInfo as EStatusChangeInfo, index$c_EStatusChannel as EStatusChannel, index$c_EStatusCommon as EStatusCommon, index$c_EStatusCreateNew as EStatusCreateNew, index$c_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_EStatusEmail as EStatusEmail, index$c_EStatusExecuteCommon as EStatusExecuteCommon, index$c_EStatusGenerate as EStatusGenerate, index$c_EStatusLark as EStatusLark, 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_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_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_ETypeSocialChangeInfoThreads as ETypeSocialChangeInfoThreads, index$c_ETypeSocialCreateNew as ETypeSocialCreateNew, index$c_ETypeTaskID as ETypeTaskID, index$c_ETypeTimeFilter as ETypeTimeFilter, index$c_ETypeVoiceLanguage as ETypeVoiceLanguage, index$g as Lark, index$f as SheetTool, index$e as Status, index$d as Types };
1969
1949
  }
1970
1950
 
1971
1951
  type TFilter = 'direct' | 'ref';
@@ -2958,7 +2938,7 @@ interface FindAccountSocialGroupPopupSocialDto {
2958
2938
  numberFollower: number;
2959
2939
  numberFollowing: number;
2960
2940
  statusLogin: EStatusAccountSocialLogin;
2961
- status: EStatusSocialAccountRaw;
2941
+ status: EStatusAccountSocialRaw;
2962
2942
  typeAppClone: string;
2963
2943
  nameAppClone: string;
2964
2944
  nameAppCloneSocial: string;
@@ -2977,7 +2957,7 @@ interface ISettingAccountSocialDto {
2977
2957
  username: string;
2978
2958
  groupName: string;
2979
2959
  hasSetting: boolean;
2980
- statusAccount: EStatusSocialAccountRaw;
2960
+ statusAccount: EStatusAccountSocialRaw;
2981
2961
  isStart: boolean;
2982
2962
  }
2983
2963
 
@@ -3257,7 +3237,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
3257
3237
  accountSetting: {
3258
3238
  typeAccount: ETypeAccountInstagramSetting;
3259
3239
  timeChangeTypeAccount: Date;
3260
- statusAccount: EStatusAccountSocialSetting;
3240
+ status: EStatusAccountSocialSetting;
3261
3241
  timeChangeAccount: Date;
3262
3242
  };
3263
3243
  avatarInfo: {
@@ -3305,6 +3285,7 @@ interface FindThreadsAccountRawDto extends IFindBaseDto {
3305
3285
  status: EStatusImport;
3306
3286
  note: string;
3307
3287
  }>;
3288
+ timeAddToDevice: Date;
3308
3289
  }
3309
3290
  interface AutoFillOverviewThreadsAccountRawDto {
3310
3291
  idea: {
@@ -3337,7 +3318,7 @@ interface FilterThreadsAccountRawDto extends IFilterBaseDto {
3337
3318
  updatedBy: string[];
3338
3319
  fileNameSheetImport: string[];
3339
3320
  accountIDRange: [number, number];
3340
- accountStatus: EStatusSocialAccountRaw[];
3321
+ accountStatus: EStatusAccountSocialRaw[];
3341
3322
  loginSocialStatus: EStatusAccountSocialLogin[];
3342
3323
  loginEmailStatus: EStatusAccountSocialLoginEmail[];
3343
3324
  accountSettingStatus: EStatusAccountSocialSetting[];
@@ -3348,10 +3329,10 @@ interface FilterThreadsAccountRawDto extends IFilterBaseDto {
3348
3329
  passwordChangeStatus: EStatusChangeInfo[];
3349
3330
  twoFactorAuthChangeStatus: EStatusChangeInfo[];
3350
3331
  emailChangeStatus: EStatusChangeInfo[];
3351
- avatarStatus: EStatusSocialAccountRaw[];
3352
- coverStatus: EStatusSocialAccountRaw[];
3353
- bioStatus: EStatusSocialAccountRaw[];
3354
- linksStatus: EStatusSocialAccountRaw[];
3332
+ avatarStatus: EStatusAccountSocialRaw[];
3333
+ coverStatus: EStatusAccountSocialRaw[];
3334
+ bioStatus: EStatusAccountSocialRaw[];
3335
+ linksStatus: EStatusAccountSocialRaw[];
3355
3336
  hasAvatar: EHaveData[];
3356
3337
  hasCover: EHaveData[];
3357
3338
  hasBio: EHaveData[];
@@ -3551,6 +3532,7 @@ interface FindThreadsAccountRunDto extends IFindBaseDto {
3551
3532
  totalPosts: number;
3552
3533
  totalPostFollower: number;
3553
3534
  totalPostFollowing: number;
3535
+ timeAddToDevice: Date;
3554
3536
  }
3555
3537
  interface FilterThreadsAccountRunDto extends IFilterBaseDto {
3556
3538
  deviceType: ETypeDeviceOS[];
@@ -4648,12 +4630,11 @@ interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccou
4648
4630
  pc: IPC | string;
4649
4631
  device: IDevice | string;
4650
4632
  isActiveOnDevice: boolean;
4651
- status: EStatusSocialAccountRaw;
4633
+ status: EStatusAccountSocialRaw;
4652
4634
  timeAddToDevice: Date;
4653
- numberFollower: number;
4654
- numberFollowing: number;
4655
- statusSyncAccount: EStatusAccountSocialSync;
4656
- timeSyncAccount: Date;
4635
+ numberFollowers: number;
4636
+ numberFollowings: number;
4637
+ numberPosts: number;
4657
4638
  folderNameImage: string;
4658
4639
  statusFolderNameImage: EStatusAccountSocialFolderName;
4659
4640
  timeFolderNameImage: Date;
@@ -4705,6 +4686,14 @@ interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccou
4705
4686
  timeLoginEmail: Date;
4706
4687
  timeLastUsed: Date;
4707
4688
  lastUserUsed: string | IUser;
4689
+ statusSyncAccount: EStatusAccountSocialSync;
4690
+ timeSyncAccount: Date;
4691
+ isAccountRun: boolean;
4692
+ runStartDateTime: Date;
4693
+ runEndDateTime: Date;
4694
+ statusRun: EStatusAccountSocialRun;
4695
+ statusConnectDevice: EStatusDeviceConnectPC;
4696
+ noteConnectDevice: string;
4708
4697
  }
4709
4698
 
4710
4699
  interface IInstagramHistoryGroup extends IBaseModel, ITrackingModel<IUser> {
@@ -5054,21 +5043,6 @@ interface IInstagramHistoryChangeInfoELS extends IBaseELS {
5054
5043
  note: string;
5055
5044
  }
5056
5045
 
5057
- interface IInstagramAccountRun extends IBaseModel, ITrackingModel<IUser> {
5058
- accountRaw: string | IInstagramAccountRaw;
5059
- numberPost: number;
5060
- numberFollowers: number;
5061
- numberFollowings: number;
5062
- runStartDateTime: Date;
5063
- runEndDateTime: Date;
5064
- statusRun: EStatusAccountSocialRun;
5065
- statusConnectDevice: EStatusDeviceConnectPC;
5066
- noteConnectDevice: string;
5067
- currentActiveTime: Date;
5068
- lastActiveTime: Date;
5069
- note: string;
5070
- }
5071
-
5072
5046
  interface FindOverviewInstagramHistoryAutoSyncDto {
5073
5047
  totalDepartments: number;
5074
5048
  totalLeaders: number;
@@ -5272,7 +5246,7 @@ interface FindInstagramHistoryChangeInfoDto extends IFindBaseDto, IInstagramHist
5272
5246
  accountSetting: {
5273
5247
  typeAccount: ETypeAccountInstagramSetting;
5274
5248
  timeChangeTypeAccount: Date;
5275
- statusAccount: EStatusSocialAccountRaw;
5249
+ status: EStatusAccountSocialSetting;
5276
5250
  timeChangeAccount: Date;
5277
5251
  };
5278
5252
  emailInfo: {
@@ -5503,7 +5477,7 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBas
5503
5477
  }
5504
5478
 
5505
5479
  interface FindInstagramAccountRawDto extends IFindBaseDto {
5506
- accountStatus: EStatusSocialAccountRaw;
5480
+ accountStatus: EStatusAccountSocialRaw;
5507
5481
  pcInfo: {
5508
5482
  name: string;
5509
5483
  department: string;
@@ -5587,7 +5561,7 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
5587
5561
  accountSetting: {
5588
5562
  typeAccount: ETypeAccountInstagramSetting;
5589
5563
  timeChangeTypeAccount: Date;
5590
- statusAccount: EStatusAccountSocialSetting;
5564
+ status: EStatusAccountSocialSetting;
5591
5565
  timeChangeAccount: Date;
5592
5566
  };
5593
5567
  avatarInfo: {
@@ -5645,7 +5619,7 @@ interface FilterInstagramAccountRawDto extends IFilterBaseDto {
5645
5619
  createdBy: string[];
5646
5620
  updatedBy: string[];
5647
5621
  accountIDRange: [number, number];
5648
- accountStatus: EStatusSocialAccountRaw[];
5622
+ accountStatus: EStatusAccountSocialRaw[];
5649
5623
  loginSocialStatus: EStatusAccountSocialLogin[];
5650
5624
  loginEmailStatus: EStatusAccountSocialLoginEmail[];
5651
5625
  accountSettingStatus: EStatusAccountSocialSetting[];
@@ -5656,10 +5630,10 @@ interface FilterInstagramAccountRawDto extends IFilterBaseDto {
5656
5630
  passwordChangeStatus: EStatusChangeInfo[];
5657
5631
  twoFactorAuthChangeStatus: EStatusChangeInfo[];
5658
5632
  emailChangeStatus: EStatusChangeInfo[];
5659
- avatarStatus: EStatusSocialAccountRaw[];
5660
- coverStatus: EStatusSocialAccountRaw[];
5661
- bioStatus: EStatusSocialAccountRaw[];
5662
- linksStatus: EStatusSocialAccountRaw[];
5633
+ avatarStatus: EStatusAccountSocialRaw[];
5634
+ coverStatus: EStatusAccountSocialRaw[];
5635
+ bioStatus: EStatusAccountSocialRaw[];
5636
+ linksStatus: EStatusAccountSocialRaw[];
5663
5637
  hasAvatar: EHaveData[];
5664
5638
  hasCover: EHaveData[];
5665
5639
  hasBio: EHaveData[];
@@ -5926,7 +5900,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
5926
5900
  accountSetting: {
5927
5901
  typeAccount: ETypeAccountInstagramSetting;
5928
5902
  timeChangeTypeAccount: Date;
5929
- statusAccount: EStatusAccountSocialSetting;
5903
+ status: EStatusAccountSocialSetting;
5930
5904
  timeChangeAccount: Date;
5931
5905
  };
5932
5906
  avatarInfo: {
@@ -5961,6 +5935,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
5961
5935
  status: EStatusAccountSocialLoginEmail;
5962
5936
  time: Date;
5963
5937
  };
5938
+ timeAddToDevice: Date;
5964
5939
  }
5965
5940
  interface FilterInstagramAccountRunDto extends IFilterBaseDto {
5966
5941
  idea: string[];
@@ -6068,7 +6043,7 @@ interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterB
6068
6043
  typePost: string[];
6069
6044
  stylePost: string[];
6070
6045
  sheetName: string[];
6071
- statusAccount: EStatusSocialAccountRaw[];
6046
+ statusAccount: EStatusAccountSocialRaw[];
6072
6047
  statusLogin: EStatusAccountSocialLogin[];
6073
6048
  statusSheet: ESheetToolStatusRun[];
6074
6049
  }
@@ -6122,7 +6097,7 @@ interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAcc
6122
6097
  typePost: string[];
6123
6098
  stylePost: string[];
6124
6099
  sheetName: string[];
6125
- statusAccount: EStatusSocialAccountRaw[];
6100
+ statusAccount: EStatusAccountSocialRaw[];
6126
6101
  statusLogin: EStatusAccountSocialLogin[];
6127
6102
  statusSheet: ESheetToolStatusRun[];
6128
6103
  }
@@ -6176,7 +6151,7 @@ interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAc
6176
6151
  typePost: string[];
6177
6152
  stylePost: string[];
6178
6153
  sheetName: string[];
6179
- statusAccount: EStatusSocialAccountRaw[];
6154
+ statusAccount: EStatusAccountSocialRaw[];
6180
6155
  statusLogin: EStatusAccountSocialLogin[];
6181
6156
  statusSheet: ESheetToolStatusRun[];
6182
6157
  }
@@ -6230,7 +6205,7 @@ interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseA
6230
6205
  typePost: string[];
6231
6206
  stylePost: string[];
6232
6207
  sheetName: string[];
6233
- statusAccount: EStatusSocialAccountRaw[];
6208
+ statusAccount: EStatusAccountSocialRaw[];
6234
6209
  statusLogin: EStatusAccountSocialLogin[];
6235
6210
  statusSheet: ESheetToolStatusRun[];
6236
6211
  }
@@ -6284,7 +6259,7 @@ interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBase
6284
6259
  typePost: string[];
6285
6260
  stylePost: string[];
6286
6261
  sheetName: string[];
6287
- statusAccount: EStatusSocialAccountRaw[];
6262
+ statusAccount: EStatusAccountSocialRaw[];
6288
6263
  statusLogin: EStatusAccountSocialLogin[];
6289
6264
  statusSheet: ESheetToolStatusRun[];
6290
6265
  }
@@ -6430,7 +6405,7 @@ interface FilterInstagramReportInteractFollowDto extends IFilterBaseDto, IFilter
6430
6405
  timezone: ETimeZone[];
6431
6406
  listDateOfWeeks: EDayOfWeek[];
6432
6407
  sheetName: string[];
6433
- statusAccount: EStatusSocialAccountRaw[];
6408
+ statusAccount: EStatusAccountSocialRaw[];
6434
6409
  statusLogin: EStatusAccountSocialLogin[];
6435
6410
  statusSheet: ESheetToolStatusRun[];
6436
6411
  }
@@ -6528,7 +6503,7 @@ interface FilterInstagramReportInteractReplyCommentDto extends IFilterBaseDto, I
6528
6503
  timezone: ETimeZone[];
6529
6504
  listDateOfWeeks: EDayOfWeek[];
6530
6505
  sheetName: string[];
6531
- statusAccount: EStatusSocialAccountRaw[];
6506
+ statusAccount: EStatusAccountSocialRaw[];
6532
6507
  statusLogin: EStatusAccountSocialLogin[];
6533
6508
  statusSheet: ESheetToolStatusRun[];
6534
6509
  }
@@ -6579,7 +6554,7 @@ interface FilterInstagramReportInteractReplyMessageDto extends IFilterBaseDto, I
6579
6554
  timezone: ETimeZone[];
6580
6555
  listDateOfWeeks: EDayOfWeek[];
6581
6556
  sheetName: string[];
6582
- statusAccount: EStatusSocialAccountRaw[];
6557
+ statusAccount: EStatusAccountSocialRaw[];
6583
6558
  statusLogin: EStatusAccountSocialLogin[];
6584
6559
  statusSheet: ESheetToolStatusRun[];
6585
6560
  }
@@ -6677,7 +6652,7 @@ interface FilterInstagramReportInteractUnFollowDto extends IFilterBaseDto, IFilt
6677
6652
  timezone: ETimeZone[];
6678
6653
  listDateOfWeeks: EDayOfWeek[];
6679
6654
  sheetName: string[];
6680
- statusAccount: EStatusSocialAccountRaw[];
6655
+ statusAccount: EStatusAccountSocialRaw[];
6681
6656
  statusLogin: EStatusAccountSocialLogin[];
6682
6657
  statusSheet: ESheetToolStatusRun[];
6683
6658
  }
@@ -7898,7 +7873,7 @@ interface FindTaskInstagramPostDto extends IFindBaseDto {
7898
7873
  typePost: TPost;
7899
7874
  postStyle: string;
7900
7875
  statusLogin: EStatusAccountSocialLogin;
7901
- statusSocial: EStatusAccountSocial;
7876
+ statusSocial: EStatusAccountSocialRun;
7902
7877
  statusPost: string;
7903
7878
  urlVoicePage1GenAI: string;
7904
7879
  urlVoicePage3456GenAI: string;
@@ -8904,7 +8879,7 @@ interface IDevicePopupViewAccountSocial {
8904
8879
  lastLogin: Date;
8905
8880
  keyDeviceOld: string;
8906
8881
  keyDeviceNew: string;
8907
- status: EStatusSocialAccountRaw;
8882
+ status: EStatusAccountSocialRaw;
8908
8883
  isActiveOnDevice: boolean;
8909
8884
  }
8910
8885
  interface DevicePopupViewAccountInstagramDto extends IDevicePopupViewAccountSocial {
@@ -9647,7 +9622,7 @@ interface ITaskAIImageCanvaThreads extends IBaseModel, ITrackingModel<IUser> {
9647
9622
  sheetName: string;
9648
9623
  rowID: string;
9649
9624
  row: number;
9650
- accountSocial: string | IThreadsAccountRun;
9625
+ accountSocial: string | IThreadsAccountRaw;
9651
9626
  typeRatioImage: ETypeRatioImage;
9652
9627
  channelImage: string | IAccountAIImageChannel;
9653
9628
  accountAIImageInfo: string | IAccountAIImageInfo;
@@ -9669,7 +9644,7 @@ interface ITaskAIImageCanvaInstagram extends IBaseModel, ITrackingModel<IUser> {
9669
9644
  sheetName: string;
9670
9645
  rowID: string;
9671
9646
  row: number;
9672
- accountSocial: string | IInstagramAccountRun;
9647
+ accountSocial: string | IInstagramAccountRaw;
9673
9648
  typeRatioImage: ETypeRatioImage;
9674
9649
  channelImage: string | IAccountAIImageChannel;
9675
9650
  accountAIImageInfo: string | IAccountAIImageInfo;
@@ -9691,7 +9666,7 @@ interface ITaskAIImageVoiceCanvaThreads extends IBaseModel, ITrackingModel<IUser
9691
9666
  sheetName: string;
9692
9667
  rowID: string;
9693
9668
  row: number;
9694
- accountSocial: string | IThreadsAccountRun;
9669
+ accountSocial: string | IThreadsAccountRaw;
9695
9670
  typeRatioImage: ETypeRatioImage;
9696
9671
  channelImage: string | IAccountAIImageChannel;
9697
9672
  accountAIImageInfo: string | IAccountAIImageInfo;
@@ -9756,7 +9731,7 @@ interface ITaskAIImageVoiceCanvaInstagram extends IBaseModel, ITrackingModel<IUs
9756
9731
  sheetName: string;
9757
9732
  rowID: string;
9758
9733
  row: number;
9759
- accountSocial: string | IInstagramAccountRun;
9734
+ accountSocial: string | IInstagramAccountRaw;
9760
9735
  typeRatioImage: ETypeRatioImage;
9761
9736
  channelImage: string | IAccountAIImageChannel;
9762
9737
  accountAIImageInfo: string | IAccountAIImageInfo;
@@ -11096,57 +11071,6 @@ declare namespace index$6 {
11096
11071
  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_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_CreateTaskInstagramInteractExploreDto as CreateTaskInstagramInteractExploreDto, index$6_CreateTaskInstagramInteractReelDto as CreateTaskInstagramInteractReelDto, index$6_CreateTaskInstagramInteractStoryDto as CreateTaskInstagramInteractStoryDto, 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_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_FilterInstagramReportInteractExploreDto as FilterInstagramReportInteractExploreDto, index$6_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index$6_FilterInstagramReportInteractReelDto as FilterInstagramReportInteractReelDto, index$6_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index$6_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index$6_FilterInstagramReportInteractStoryDto as FilterInstagramReportInteractStoryDto, 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_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_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_FilterTaskInstagramInteractExploreDto as FilterTaskInstagramInteractExploreDto, index$6_FilterTaskInstagramInteractReelDto as FilterTaskInstagramInteractReelDto, index$6_FilterTaskInstagramInteractStoryDto as FilterTaskInstagramInteractStoryDto, 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_FindOverViewInstagramReportInteractExploreDto as FindOverViewInstagramReportInteractExploreDto, index$6_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index$6_FindOverViewInstagramReportInteractReelDto as FindOverViewInstagramReportInteractReelDto, index$6_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index$6_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index$6_FindOverViewInstagramReportInteractStoryDto as FindOverViewInstagramReportInteractStoryDto, 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_FindOverViewTaskInstagramInteractExploreDto as FindOverViewTaskInstagramInteractExploreDto, index$6_FindOverViewTaskInstagramInteractReelDto as FindOverViewTaskInstagramInteractReelDto, index$6_FindOverViewTaskInstagramInteractStoryDto as FindOverViewTaskInstagramInteractStoryDto, 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_FindTaskInstagramInteractExploreDto as FindTaskInstagramInteractExploreDto, index$6_FindTaskInstagramInteractReelDto as FindTaskInstagramInteractReelDto, index$6_FindTaskInstagramInteractStoryDto as FindTaskInstagramInteractStoryDto, 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_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_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_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_UpdateTaskInstagramInteractExploreDto as UpdateTaskInstagramInteractExploreDto, index$6_UpdateTaskInstagramInteractReelDto as UpdateTaskInstagramInteractReelDto, index$6_UpdateTaskInstagramInteractStoryDto as UpdateTaskInstagramInteractStoryDto, 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 };
11097
11072
  }
11098
11073
 
11099
- interface IInstagramHistoryFollow extends IBaseModel, ITrackingModel<IUser> {
11100
- sheetName: string;
11101
- sheetUrl: string;
11102
- account: IInstagramAccountRaw | string;
11103
- currentFollower: number;
11104
- currentFollowing: number;
11105
- status: EStatusTaskScript;
11106
- }
11107
- interface IInstagramHistoryFollowELS extends IBaseELS {
11108
- }
11109
-
11110
- interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
11111
- sheetName: string;
11112
- sheetUrl: string;
11113
- account: IInstagramAccountRaw | string;
11114
- folderImageName: string;
11115
- linkDriveVideoOfCanva: string;
11116
- listLinkDriveImagesOfCanva: string[];
11117
- statusEditCanva: EStatusExecuteCommon;
11118
- accountStatusLogin: EStatusAccountSocialLogin;
11119
- statusUploadDrive: EStatusExecuteCommon;
11120
- proxyType: ETypeProxy;
11121
- vpnEmail: string;
11122
- vpnPosition: ETypeProxy;
11123
- typePost: TPost;
11124
- stylePost: TPostStyle;
11125
- content: string;
11126
- settingPost: string | IInstagramSettingPost;
11127
- timePost: Date;
11128
- linkPost: string;
11129
- statusAccount: EStatusAccountSocial;
11130
- statusPost: EStatusTaskScript;
11131
- noteFix: string;
11132
- }
11133
- interface IInstagramHistoryAutoPostELS extends IBaseELS {
11134
- }
11135
-
11136
- interface IInstagramHistoryBlockUser extends IBaseModel, ITrackingModel<IUser> {
11137
- sheetName: string;
11138
- sheetUrl: string;
11139
- account: IInstagramAccountRaw | string;
11140
- userBlock: string;
11141
- userRestrict: string;
11142
- userHidden: string;
11143
- statusBlock: EStatusTaskScript;
11144
- statusRestrict: EStatusTaskScript;
11145
- statusHidden: EStatusTaskScript;
11146
- }
11147
- interface IInstagramHistoryBlockUserELS extends IBaseELS {
11148
- }
11149
-
11150
11074
  interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel<IUser> {
11151
11075
  account: IInstagramAccountRaw | string;
11152
11076
  dayOfWeeks: Array<EDayOfWeek>;
@@ -11302,7 +11226,7 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
11302
11226
  accountDeviceNameAppClone: string;
11303
11227
  username: string;
11304
11228
  statusLogin: EStatusAccountSocialLogin;
11305
- status: EStatusSocialAccountRaw;
11229
+ status: EStatusAccountSocialRaw;
11306
11230
  };
11307
11231
  sheetInfo: IBaseRefFieldELS & {
11308
11232
  name: string;
@@ -11353,7 +11277,7 @@ interface IInstagramReportInteractExploreELS extends IBaseELS {
11353
11277
  accountDeviceNameAppClone: string;
11354
11278
  username: string;
11355
11279
  statusLogin: EStatusAccountSocialLogin;
11356
- status: EStatusSocialAccountRaw;
11280
+ status: EStatusAccountSocialRaw;
11357
11281
  };
11358
11282
  typeView: string;
11359
11283
  numberLike: number;
@@ -11411,7 +11335,7 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
11411
11335
  accountDeviceNameAppClone: string;
11412
11336
  username: string;
11413
11337
  statusLogin: EStatusAccountSocialLogin;
11414
- status: EStatusSocialAccountRaw;
11338
+ status: EStatusAccountSocialRaw;
11415
11339
  };
11416
11340
  sheetInfo: IBaseRefFieldELS & {
11417
11341
  name: string;
@@ -11473,7 +11397,7 @@ interface IInstagramReportInteractReelELS extends IBaseELS {
11473
11397
  accountDeviceNameAppClone: string;
11474
11398
  username: string;
11475
11399
  statusLogin: EStatusAccountSocialLogin;
11476
- status: EStatusSocialAccountRaw;
11400
+ status: EStatusAccountSocialRaw;
11477
11401
  };
11478
11402
  numberLike: number;
11479
11403
  minutesExecute: number;
@@ -11519,7 +11443,7 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
11519
11443
  accountDeviceNameAppClone: string;
11520
11444
  username: string;
11521
11445
  statusLogin: EStatusAccountSocialLogin;
11522
- status: EStatusSocialAccountRaw;
11446
+ status: EStatusAccountSocialRaw;
11523
11447
  };
11524
11448
  sheetInfo: IBaseRefFieldELS & {
11525
11449
  name: string;
@@ -11570,7 +11494,7 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
11570
11494
  accountDeviceNameAppClone: string;
11571
11495
  username: string;
11572
11496
  statusLogin: EStatusAccountSocialLogin;
11573
- status: EStatusSocialAccountRaw;
11497
+ status: EStatusAccountSocialRaw;
11574
11498
  };
11575
11499
  sheetInfo: IBaseRefFieldELS & {
11576
11500
  name: string;
@@ -11621,7 +11545,7 @@ interface IInstagramReportInteractStoryELS extends IBaseELS {
11621
11545
  accountDeviceNameAppClone: string;
11622
11546
  username: string;
11623
11547
  statusLogin: EStatusAccountSocialLogin;
11624
- status: EStatusSocialAccountRaw;
11548
+ status: EStatusAccountSocialRaw;
11625
11549
  };
11626
11550
  numberLike: number;
11627
11551
  minutesExecute: number;
@@ -11675,7 +11599,7 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
11675
11599
  accountDeviceNameAppClone: string;
11676
11600
  username: string;
11677
11601
  statusLogin: EStatusAccountSocialLogin;
11678
- status: EStatusSocialAccountRaw;
11602
+ status: EStatusAccountSocialRaw;
11679
11603
  };
11680
11604
  sheetInfo: IBaseRefFieldELS & {
11681
11605
  name: string;
@@ -11739,7 +11663,7 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
11739
11663
  accountDeviceNameAppClone: string;
11740
11664
  username: string;
11741
11665
  statusLogin: EStatusAccountSocialLogin;
11742
- status: EStatusSocialAccountRaw;
11666
+ status: EStatusAccountSocialRaw;
11743
11667
  };
11744
11668
  sheetInfo: IBaseRefFieldELS & {
11745
11669
  name: string;
@@ -11856,7 +11780,7 @@ interface IInstagramReportPostNewELS extends IBaseELS {
11856
11780
  accountDeviceNameAppClone: string;
11857
11781
  username: string;
11858
11782
  statusLogin: EStatusAccountSocialLogin;
11859
- status: EStatusSocialAccountRaw;
11783
+ status: EStatusAccountSocialRaw;
11860
11784
  };
11861
11785
  sheetInfo: IBaseRefFieldELS & {
11862
11786
  name: string;
@@ -11990,7 +11914,7 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
11990
11914
  accountDeviceNameAppClone: string;
11991
11915
  username: string;
11992
11916
  statusLogin: EStatusAccountSocialLogin;
11993
- status: EStatusSocialAccountRaw;
11917
+ status: EStatusAccountSocialRaw;
11994
11918
  };
11995
11919
  sheetInfo: IBaseRefFieldELS & {
11996
11920
  name: string;
@@ -12113,7 +12037,7 @@ interface IInstagramReportPostReelELS extends IBaseELS {
12113
12037
  accountDeviceNameAppClone: string;
12114
12038
  username: string;
12115
12039
  statusLogin: EStatusAccountSocialLogin;
12116
- status: EStatusSocialAccountRaw;
12040
+ status: EStatusAccountSocialRaw;
12117
12041
  };
12118
12042
  sheetInfo: IBaseRefFieldELS & {
12119
12043
  name: string;
@@ -12225,7 +12149,7 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
12225
12149
  accountDeviceNameAppClone: string;
12226
12150
  username: string;
12227
12151
  statusLogin: EStatusAccountSocialLogin;
12228
- status: EStatusSocialAccountRaw;
12152
+ status: EStatusAccountSocialRaw;
12229
12153
  };
12230
12154
  sheetInfo: IBaseRefFieldELS & {
12231
12155
  name: string;
@@ -12903,7 +12827,7 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel<IUser> {
12903
12827
  typePost: TPost;
12904
12828
  postStyle: string;
12905
12829
  statusLogin: EStatusAccountSocialLogin;
12906
- statusSocial: EStatusAccountSocial;
12830
+ statusSocial: EStatusAccountSocialRaw;
12907
12831
  statusPost: string;
12908
12832
  shareUserPostMe: string[];
12909
12833
  linkPost: string;
@@ -12995,7 +12919,7 @@ interface ITaskInstagramPostELS extends IBaseELS {
12995
12919
  typePost: TPost;
12996
12920
  postStyle: string;
12997
12921
  statusLogin: EStatusAccountSocialLogin;
12998
- statusSocial: EStatusAccountSocial;
12922
+ statusSocial: EStatusAccountSocialRaw;
12999
12923
  statusPost: string;
13000
12924
  shareUserPostMe: string[];
13001
12925
  linkPost: string;
@@ -13185,18 +13109,6 @@ interface IInstagramDashboardFollowerELS extends IBaseELS {
13185
13109
  followings: number;
13186
13110
  }
13187
13111
 
13188
- interface IThreadsAccountRun extends IBaseModel, ITrackingModel<IUser> {
13189
- accountRaw: string | IThreadsAccountRaw;
13190
- runStartDateTime: Date;
13191
- runEndDateTime: Date;
13192
- statusRun: EStatusAccountSocialRun;
13193
- statusConnectDevice: EStatusDeviceConnectPC;
13194
- noteConnectDevice: string;
13195
- currentActiveTime: Date;
13196
- lastActiveTime: Date;
13197
- note: string;
13198
- }
13199
-
13200
13112
  interface IThreadsAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccountSocialBase {
13201
13113
  accountInstagram: string | IInstagramAccountRaw;
13202
13114
  accountID: number;
@@ -13210,13 +13122,10 @@ interface IThreadsAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccount
13210
13122
  pc: IPC | string;
13211
13123
  device: IDevice | string;
13212
13124
  isActiveOnDevice: boolean;
13213
- status: EStatusSocialAccountRaw;
13125
+ status: EStatusAccountSocialRaw;
13214
13126
  timeAddToDevice: Date;
13215
13127
  numberFollower: number;
13216
13128
  numberFollowing: number;
13217
- statusSyncAccount: EStatusAccountSocialSync;
13218
- timeSyncAccount: Date;
13219
- accountSocialSync: IThreadsAccountRun;
13220
13129
  folderNameImage: string;
13221
13130
  statusFolderNameImage: EStatusAccountSocialFolderName;
13222
13131
  timeFolderNameImage: Date;
@@ -13235,11 +13144,16 @@ interface IThreadsAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccount
13235
13144
  totalLinkBio: string[];
13236
13145
  statusChangeBio: string;
13237
13146
  timeChangeBio: Date;
13238
- statusConnectDevice: EStatusDeviceConnectPC;
13239
- noteConnectDevice: string;
13240
- note: string;
13241
13147
  timeLastUsed: Date;
13242
13148
  lastUserUsed: string | IUser;
13149
+ statusSyncAccount: EStatusAccountSocialSync;
13150
+ timeSyncAccount: Date;
13151
+ isAccountRun: boolean;
13152
+ runStartDateTime: Date;
13153
+ runEndDateTime: Date;
13154
+ statusRun: EStatusAccountSocialRun;
13155
+ statusConnectDevice: EStatusDeviceConnectPC;
13156
+ noteConnectDevice: string;
13243
13157
  }
13244
13158
 
13245
13159
  interface IThreadsHistoryAutoSync extends IBaseModel, ITrackingModel<IUser> {
@@ -13583,32 +13497,6 @@ interface IThreadsHistoryGroupELS extends IBaseELS {
13583
13497
  note: string;
13584
13498
  }
13585
13499
 
13586
- interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
13587
- sheetName: string;
13588
- sheetUrl: string;
13589
- account: IThreadsAccountRaw | string;
13590
- folderImageName: string;
13591
- linkDriveVideoOfCanva: string;
13592
- listLinkDriveImagesOfCanva: string[];
13593
- statusEditCanva: EStatusExecuteCommon;
13594
- accountStatusLogin: EStatusAccountSocialLogin;
13595
- statusUploadDrive: EStatusExecuteCommon;
13596
- proxyType: ETypeProxy;
13597
- vpnEmail: string;
13598
- vpnPosition: ETypeProxy;
13599
- typePost: TPost;
13600
- stylePost: TPostStyle;
13601
- content: string;
13602
- settingPost: string | IThreadsSettingPost;
13603
- timePost: Date;
13604
- linkPost: string;
13605
- statusAccount: EStatusAccountSocial;
13606
- statusPost: EStatusTaskScript;
13607
- noteFix: string;
13608
- }
13609
- interface IThreadsHistoryAutoPostELS extends IBaseELS {
13610
- }
13611
-
13612
13500
  interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
13613
13501
  account: IThreadsAccountRaw | string;
13614
13502
  sheet: string | ISheetsTool;
@@ -13649,7 +13537,7 @@ interface IThreadsReportPostELS extends IBaseELS {
13649
13537
  accountDeviceNameAppClone: string;
13650
13538
  username: string;
13651
13539
  statusLogin: EStatusAccountSocialLogin;
13652
- status: EStatusSocialAccountRaw;
13540
+ status: EStatusAccountSocialRaw;
13653
13541
  };
13654
13542
  sheetInfo: IBaseRefFieldELS & {
13655
13543
  name: string;
@@ -13708,7 +13596,7 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
13708
13596
  accountDeviceNameAppClone: string;
13709
13597
  username: string;
13710
13598
  statusLogin: EStatusAccountSocialLogin;
13711
- status: EStatusSocialAccountRaw;
13599
+ status: EStatusAccountSocialRaw;
13712
13600
  };
13713
13601
  sheetInfo: IBaseRefFieldELS & {
13714
13602
  name: string;
@@ -13759,7 +13647,7 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
13759
13647
  accountDeviceNameAppClone: string;
13760
13648
  username: string;
13761
13649
  statusLogin: EStatusAccountSocialLogin;
13762
- status: EStatusSocialAccountRaw;
13650
+ status: EStatusAccountSocialRaw;
13763
13651
  };
13764
13652
  sheetInfo: IBaseRefFieldELS & {
13765
13653
  name: string;
@@ -13809,7 +13697,7 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
13809
13697
  accountDeviceNameAppClone: string;
13810
13698
  username: string;
13811
13699
  statusLogin: EStatusAccountSocialLogin;
13812
- status: EStatusSocialAccountRaw;
13700
+ status: EStatusAccountSocialRaw;
13813
13701
  };
13814
13702
  sheetInfo: IBaseRefFieldELS & {
13815
13703
  name: string;
@@ -13859,7 +13747,7 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
13859
13747
  accountDeviceNameAppClone: string;
13860
13748
  username: string;
13861
13749
  statusLogin: EStatusAccountSocialLogin;
13862
- status: EStatusSocialAccountRaw;
13750
+ status: EStatusAccountSocialRaw;
13863
13751
  };
13864
13752
  sheetInfo: IBaseRefFieldELS & {
13865
13753
  name: string;
@@ -14364,21 +14252,14 @@ type index$4_IAccountSocialBase = IAccountSocialBase;
14364
14252
  type index$4_IAccountSocialGroup = IAccountSocialGroup;
14365
14253
  type index$4_IIncreaseValueTask = IIncreaseValueTask;
14366
14254
  type index$4_IInstagramAccountRaw = IInstagramAccountRaw;
14367
- type index$4_IInstagramAccountRun = IInstagramAccountRun;
14368
14255
  type index$4_IInstagramDashboardFollower = IInstagramDashboardFollower;
14369
14256
  type index$4_IInstagramDashboardFollowerELS = IInstagramDashboardFollowerELS;
14370
- type index$4_IInstagramHistoryAutoPost = IInstagramHistoryAutoPost;
14371
- type index$4_IInstagramHistoryAutoPostELS = IInstagramHistoryAutoPostELS;
14372
14257
  type index$4_IInstagramHistoryAutoSync = IInstagramHistoryAutoSync;
14373
14258
  type index$4_IInstagramHistoryAutoSyncELS = IInstagramHistoryAutoSyncELS;
14374
- type index$4_IInstagramHistoryBlockUser = IInstagramHistoryBlockUser;
14375
- type index$4_IInstagramHistoryBlockUserELS = IInstagramHistoryBlockUserELS;
14376
14259
  type index$4_IInstagramHistoryChangeInfo = IInstagramHistoryChangeInfo;
14377
14260
  type index$4_IInstagramHistoryChangeInfoELS = IInstagramHistoryChangeInfoELS;
14378
14261
  type index$4_IInstagramHistoryCreateNew = IInstagramHistoryCreateNew;
14379
14262
  type index$4_IInstagramHistoryCreateNewELS = IInstagramHistoryCreateNewELS;
14380
- type index$4_IInstagramHistoryFollow = IInstagramHistoryFollow;
14381
- type index$4_IInstagramHistoryFollowELS = IInstagramHistoryFollowELS;
14382
14263
  type index$4_IInstagramHistoryGroup = IInstagramHistoryGroup;
14383
14264
  type index$4_IInstagramHistoryGroupELS = IInstagramHistoryGroupELS;
14384
14265
  type index$4_IInstagramReportInteractBlockUser = IInstagramReportInteractBlockUser;
@@ -14444,10 +14325,7 @@ type index$4_ITaskThreadsReplyCommentELS = ITaskThreadsReplyCommentELS;
14444
14325
  type index$4_ITaskThreadsReplyMessage = ITaskThreadsReplyMessage;
14445
14326
  type index$4_ITaskThreadsReplyMessageELS = ITaskThreadsReplyMessageELS;
14446
14327
  type index$4_IThreadsAccountRaw = IThreadsAccountRaw;
14447
- type index$4_IThreadsAccountRun = IThreadsAccountRun;
14448
14328
  type index$4_IThreadsDashboardFollower = IThreadsDashboardFollower;
14449
- type index$4_IThreadsHistoryAutoPost = IThreadsHistoryAutoPost;
14450
- type index$4_IThreadsHistoryAutoPostELS = IThreadsHistoryAutoPostELS;
14451
14329
  type index$4_IThreadsHistoryAutoSync = IThreadsHistoryAutoSync;
14452
14330
  type index$4_IThreadsHistoryAutoSyncELS = IThreadsHistoryAutoSyncELS;
14453
14331
  type index$4_IThreadsHistoryChange = IThreadsHistoryChange;
@@ -14472,7 +14350,7 @@ type index$4_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyM
14472
14350
  type index$4_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
14473
14351
  type index$4_IThreadsSettingPost = IThreadsSettingPost;
14474
14352
  declare namespace index$4 {
14475
- export { index$4_EStatusImport as EStatusImport, index$4_ETypeImport as ETypeImport, type index$4_IAccountSocialBase as IAccountSocialBase, type index$4_IAccountSocialGroup as IAccountSocialGroup, type index$4_IIncreaseValueTask as IIncreaseValueTask, type index$4_IInstagramAccountRaw as IInstagramAccountRaw, type index$4_IInstagramAccountRun as IInstagramAccountRun, type index$4_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$4_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$4_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$4_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$4_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$4_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$4_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$4_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, type index$4_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$4_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$4_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$4_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$4_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$4_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, type index$4_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$4_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$4_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$4_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$4_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$4_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$4_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$4_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$4_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$4_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$4_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$4_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$4_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$4_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$4_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$4_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$4_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$4_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$4_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$4_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$4_IInstagramReportPostNew as IInstagramReportPostNew, type index$4_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$4_IInstagramReportPostReel as IInstagramReportPostReel, type index$4_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$4_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$4_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$4_IInstagramReportPostStory as IInstagramReportPostStory, type index$4_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$4_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$4_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$4_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$4_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$4_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$4_IInstagramSettingPost as IInstagramSettingPost, type index$4_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$4_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$4_ISheetImportSocial as ISheetImportSocial, type index$4_ISocialTaskManager as ISocialTaskManager, type index$4_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$4_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$4_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$4_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$4_ITaskInstagramFollow as ITaskInstagramFollow, type index$4_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$4_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$4_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$4_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$4_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$4_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$4_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$4_ITaskInstagramPost as ITaskInstagramPost, type index$4_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$4_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$4_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$4_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$4_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$4_ITaskThreadsFollow as ITaskThreadsFollow, type index$4_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$4_ITaskThreadsPost as ITaskThreadsPost, type index$4_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$4_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$4_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$4_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$4_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$4_IThreadsAccountRaw as IThreadsAccountRaw, type index$4_IThreadsAccountRun as IThreadsAccountRun, type index$4_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$4_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$4_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, type index$4_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$4_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$4_IThreadsHistoryChange as IThreadsHistoryChange, type index$4_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$4_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$4_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$4_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$4_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$4_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$4_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$4_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$4_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$4_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$4_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$4_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$4_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$4_IThreadsReportPost as IThreadsReportPost, type index$4_IThreadsReportPostELS as IThreadsReportPostELS, type index$4_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$4_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$4_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$4_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$4_IThreadsSettingPost as IThreadsSettingPost };
14353
+ export { index$4_EStatusImport as EStatusImport, index$4_ETypeImport as ETypeImport, type index$4_IAccountSocialBase as IAccountSocialBase, type index$4_IAccountSocialGroup as IAccountSocialGroup, type index$4_IIncreaseValueTask as IIncreaseValueTask, type index$4_IInstagramAccountRaw as IInstagramAccountRaw, type index$4_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$4_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$4_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$4_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$4_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$4_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$4_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$4_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$4_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$4_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$4_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$4_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$4_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$4_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$4_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$4_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$4_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$4_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, type index$4_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$4_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$4_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$4_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$4_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$4_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, type index$4_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$4_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$4_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$4_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$4_IInstagramReportPostNew as IInstagramReportPostNew, type index$4_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$4_IInstagramReportPostReel as IInstagramReportPostReel, type index$4_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$4_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$4_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$4_IInstagramReportPostStory as IInstagramReportPostStory, type index$4_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$4_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$4_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$4_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$4_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$4_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$4_IInstagramSettingPost as IInstagramSettingPost, type index$4_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$4_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$4_ISheetImportSocial as ISheetImportSocial, type index$4_ISocialTaskManager as ISocialTaskManager, type index$4_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$4_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$4_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$4_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$4_ITaskInstagramFollow as ITaskInstagramFollow, type index$4_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$4_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$4_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$4_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$4_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$4_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$4_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, type index$4_ITaskInstagramPost as ITaskInstagramPost, type index$4_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$4_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$4_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$4_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$4_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$4_ITaskThreadsFollow as ITaskThreadsFollow, type index$4_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$4_ITaskThreadsPost as ITaskThreadsPost, type index$4_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$4_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$4_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$4_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$4_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$4_IThreadsAccountRaw as IThreadsAccountRaw, type index$4_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$4_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$4_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$4_IThreadsHistoryChange as IThreadsHistoryChange, type index$4_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$4_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$4_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$4_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$4_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$4_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$4_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$4_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$4_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$4_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$4_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$4_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$4_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$4_IThreadsReportPost as IThreadsReportPost, type index$4_IThreadsReportPostELS as IThreadsReportPostELS, type index$4_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$4_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$4_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$4_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$4_IThreadsSettingPost as IThreadsSettingPost };
14476
14354
  }
14477
14355
 
14478
14356
  interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel<IUser> {
@@ -14723,21 +14601,14 @@ type index$1_IHistoryTaskAIVoice = IHistoryTaskAIVoice;
14723
14601
  type index$1_IHistoryTaskCanva = IHistoryTaskCanva;
14724
14602
  type index$1_IIncreaseValueTask = IIncreaseValueTask;
14725
14603
  type index$1_IInstagramAccountRaw = IInstagramAccountRaw;
14726
- type index$1_IInstagramAccountRun = IInstagramAccountRun;
14727
14604
  type index$1_IInstagramDashboardFollower = IInstagramDashboardFollower;
14728
14605
  type index$1_IInstagramDashboardFollowerELS = IInstagramDashboardFollowerELS;
14729
- type index$1_IInstagramHistoryAutoPost = IInstagramHistoryAutoPost;
14730
- type index$1_IInstagramHistoryAutoPostELS = IInstagramHistoryAutoPostELS;
14731
14606
  type index$1_IInstagramHistoryAutoSync = IInstagramHistoryAutoSync;
14732
14607
  type index$1_IInstagramHistoryAutoSyncELS = IInstagramHistoryAutoSyncELS;
14733
- type index$1_IInstagramHistoryBlockUser = IInstagramHistoryBlockUser;
14734
- type index$1_IInstagramHistoryBlockUserELS = IInstagramHistoryBlockUserELS;
14735
14608
  type index$1_IInstagramHistoryChangeInfo = IInstagramHistoryChangeInfo;
14736
14609
  type index$1_IInstagramHistoryChangeInfoELS = IInstagramHistoryChangeInfoELS;
14737
14610
  type index$1_IInstagramHistoryCreateNew = IInstagramHistoryCreateNew;
14738
14611
  type index$1_IInstagramHistoryCreateNewELS = IInstagramHistoryCreateNewELS;
14739
- type index$1_IInstagramHistoryFollow = IInstagramHistoryFollow;
14740
- type index$1_IInstagramHistoryFollowELS = IInstagramHistoryFollowELS;
14741
14612
  type index$1_IInstagramHistoryGroup = IInstagramHistoryGroup;
14742
14613
  type index$1_IInstagramHistoryGroupELS = IInstagramHistoryGroupELS;
14743
14614
  type index$1_IInstagramReportInteractBlockUser = IInstagramReportInteractBlockUser;
@@ -14849,10 +14720,7 @@ type index$1_ITeam = ITeam;
14849
14720
  type index$1_ITeamMember = ITeamMember;
14850
14721
  type index$1_ITeamRole = ITeamRole;
14851
14722
  type index$1_IThreadsAccountRaw = IThreadsAccountRaw;
14852
- type index$1_IThreadsAccountRun = IThreadsAccountRun;
14853
14723
  type index$1_IThreadsDashboardFollower = IThreadsDashboardFollower;
14854
- type index$1_IThreadsHistoryAutoPost = IThreadsHistoryAutoPost;
14855
- type index$1_IThreadsHistoryAutoPostELS = IThreadsHistoryAutoPostELS;
14856
14724
  type index$1_IThreadsHistoryAutoSync = IThreadsHistoryAutoSync;
14857
14725
  type index$1_IThreadsHistoryAutoSyncELS = IThreadsHistoryAutoSyncELS;
14858
14726
  type index$1_IThreadsHistoryChange = IThreadsHistoryChange;
@@ -14887,7 +14755,7 @@ type index$1_IVoiceLanguage = IVoiceLanguage;
14887
14755
  type index$1_IVoiceSettingDelay = IVoiceSettingDelay;
14888
14756
  type index$1_IVoiceStores = IVoiceStores;
14889
14757
  declare namespace index$1 {
14890
- export { index$2 as Auth, index$9 as Common, index$1_EStatusImport as EStatusImport, index$1_ETypeImport as ETypeImport, 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_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_IInstagramAccountRun as IInstagramAccountRun, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoPost as IInstagramHistoryAutoPost, type index$1_IInstagramHistoryAutoPostELS as IInstagramHistoryAutoPostELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryBlockUser as IInstagramHistoryBlockUser, type index$1_IInstagramHistoryBlockUserELS as IInstagramHistoryBlockUserELS, 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_IInstagramHistoryFollow as IInstagramHistoryFollow, type index$1_IInstagramHistoryFollowELS as IInstagramHistoryFollowELS, 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_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, 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_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, 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_ISheetImportSocial as ISheetImportSocial, 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_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$1_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$1_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$1_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$1_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$1_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, 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_IThreadsAccountRun as IThreadsAccountRun, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoPost as IThreadsHistoryAutoPost, type index$1_IThreadsHistoryAutoPostELS as IThreadsHistoryAutoPostELS, 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 };
14758
+ export { index$2 as Auth, index$9 as Common, index$1_EStatusImport as EStatusImport, index$1_ETypeImport as ETypeImport, 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_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_IInstagramReportInteractExplore as IInstagramReportInteractExplore, type index$1_IInstagramReportInteractExploreELS as IInstagramReportInteractExploreELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractReel as IInstagramReportInteractReel, type index$1_IInstagramReportInteractReelELS as IInstagramReportInteractReelELS, 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_IInstagramReportInteractStory as IInstagramReportInteractStory, type index$1_IInstagramReportInteractStoryELS as IInstagramReportInteractStoryELS, 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_ISheetImportSocial as ISheetImportSocial, 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_ITaskInstagramInteractExplore as ITaskInstagramInteractExplore, type index$1_ITaskInstagramInteractExploreELS as ITaskInstagramInteractExploreELS, type index$1_ITaskInstagramInteractReel as ITaskInstagramInteractReel, type index$1_ITaskInstagramInteractReelELS as ITaskInstagramInteractReelELS, type index$1_ITaskInstagramInteractStory as ITaskInstagramInteractStory, type index$1_ITaskInstagramInteractStoryELS as ITaskInstagramInteractStoryELS, 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 };
14891
14759
  }
14892
14760
 
14893
14761
  interface IDataUser {
@@ -14946,4 +14814,4 @@ declare namespace index {
14946
14814
  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 };
14947
14815
  }
14948
14816
 
14949
- 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 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 CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, 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, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocial, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusSocialAccountRaw, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type 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 FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, 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 FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type 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 FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, 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 FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type 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 FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type 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 IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramAccountRun, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoPost, type IInstagramHistoryAutoPostELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryBlockUser, type IInstagramHistoryBlockUserELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryFollow, type IInstagramHistoryFollowELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, 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 ISheetImportSocial, 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 ITaskInstagramInteractExplore, type ITaskInstagramInteractExploreELS, type ITaskInstagramInteractReel, type ITaskInstagramInteractReelELS, type ITaskInstagramInteractStory, type ITaskInstagramInteractStoryELS, 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 IThreadsAccountRun, type IThreadsDashboardFollower, type IThreadsHistoryAutoPost, type IThreadsHistoryAutoPostELS, 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 ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, 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 UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, type ViewDetailSheetsToolDto, index$7 as Workspace };
14817
+ 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 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 CreateTaskInstagramInteractExploreDto, type CreateTaskInstagramInteractReelDto, type CreateTaskInstagramInteractStoryDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, 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, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountTypeChangeInfoInstagram, EStatusAccountTypeChangeInfoThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImport, EStatusLark, EStatusMailWork, EStatusPC, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeZone, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoThreads, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type 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 FilterInstagramReportInteractExploreDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReelDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractStoryDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, 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 FilterTaskInstagramInteractExploreDto, type FilterTaskInstagramInteractReelDto, type FilterTaskInstagramInteractStoryDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type 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 FindOverViewInstagramReportInteractExploreDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReelDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractStoryDto, 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 FindOverViewTaskInstagramInteractExploreDto, type FindOverViewTaskInstagramInteractReelDto, type FindOverViewTaskInstagramInteractStoryDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type 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 FindTaskInstagramInteractExploreDto, type FindTaskInstagramInteractReelDto, type FindTaskInstagramInteractStoryDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type 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 IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, 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 IInstagramReportInteractExplore, type IInstagramReportInteractExploreELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReel, type IInstagramReportInteractReelELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractStory, type IInstagramReportInteractStoryELS, 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 ISheetImportSocial, 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 ITaskInstagramInteractExplore, type ITaskInstagramInteractExploreELS, type ITaskInstagramInteractReel, type ITaskInstagramInteractReelELS, type ITaskInstagramInteractStory, type ITaskInstagramInteractStoryELS, 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 ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, 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 UpdateTaskInstagramInteractExploreDto, type UpdateTaskInstagramInteractReelDto, type UpdateTaskInstagramInteractStoryDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, type ViewDetailSheetsToolDto, index$7 as Workspace };