automation-lib 5.4.316 → 5.4.318

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
@@ -1237,15 +1237,17 @@ declare enum EStatusTaskVoice {
1237
1237
  }
1238
1238
 
1239
1239
  declare enum EStatusPost {
1240
- UnknownEdit = "UnknownEdit",
1241
- PendingEdit = "PendingEdit",
1242
- DoneEdit = "DoneEdit",
1243
- ErrorEdit = "ErrorEdit",
1244
1240
  UnknownPost = "UnknownPost",
1245
1241
  PendingPost = "PendingPost",
1246
1242
  DonePost = "DonePost",
1247
1243
  ErrorPost = "ErrorPost"
1248
1244
  }
1245
+ declare enum EStatusEditPost {
1246
+ UnknownEdit = "UnknownEdit",
1247
+ PendingEdit = "PendingEdit",
1248
+ DoneEdit = "DoneEdit",
1249
+ ErrorEdit = "ErrorEdit"
1250
+ }
1249
1251
 
1250
1252
  declare enum EStatusBlog {
1251
1253
  Spending = "Spending",
@@ -1409,6 +1411,8 @@ type index$e_EStatusDeviceSetupSettingTask = EStatusDeviceSetupSettingTask;
1409
1411
  declare const index$e_EStatusDeviceSetupSettingTask: typeof EStatusDeviceSetupSettingTask;
1410
1412
  type index$e_EStatusDeviceSync = EStatusDeviceSync;
1411
1413
  declare const index$e_EStatusDeviceSync: typeof EStatusDeviceSync;
1414
+ type index$e_EStatusEditPost = EStatusEditPost;
1415
+ declare const index$e_EStatusEditPost: typeof EStatusEditPost;
1412
1416
  type index$e_EStatusExecuteCommon = EStatusExecuteCommon;
1413
1417
  declare const index$e_EStatusExecuteCommon: typeof EStatusExecuteCommon;
1414
1418
  type index$e_EStatusGenerate = EStatusGenerate;
@@ -1458,7 +1462,7 @@ declare const index$e_EStatusVPS: typeof EStatusVPS;
1458
1462
  type index$e_EStatusVPSReplace = EStatusVPSReplace;
1459
1463
  declare const index$e_EStatusVPSReplace: typeof EStatusVPSReplace;
1460
1464
  declare namespace index$e {
1461
- 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_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, 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_EStatusImportAccountSocial as EStatusImportAccountSocial, 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 };
1465
+ 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_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, 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_EStatusEditPost as EStatusEditPost, index$e_EStatusExecuteCommon as EStatusExecuteCommon, index$e_EStatusGenerate as EStatusGenerate, index$e_EStatusImportAccountSocial as EStatusImportAccountSocial, index$e_EStatusLark as EStatusLark, index$e_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 };
1462
1466
  }
1463
1467
 
1464
1468
  declare enum ETypeProxy {
@@ -1859,6 +1863,8 @@ type index$c_EStatusDeviceSetupSettingTask = EStatusDeviceSetupSettingTask;
1859
1863
  declare const index$c_EStatusDeviceSetupSettingTask: typeof EStatusDeviceSetupSettingTask;
1860
1864
  type index$c_EStatusDeviceSync = EStatusDeviceSync;
1861
1865
  declare const index$c_EStatusDeviceSync: typeof EStatusDeviceSync;
1866
+ type index$c_EStatusEditPost = EStatusEditPost;
1867
+ declare const index$c_EStatusEditPost: typeof EStatusEditPost;
1862
1868
  type index$c_EStatusEmail = EStatusEmail;
1863
1869
  declare const index$c_EStatusEmail: typeof EStatusEmail;
1864
1870
  type index$c_EStatusExecuteCommon = EStatusExecuteCommon;
@@ -1970,7 +1976,7 @@ declare const index$c_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
1970
1976
  type index$c_EYesNo = EYesNo;
1971
1977
  declare const index$c_EYesNo: typeof EYesNo;
1972
1978
  declare namespace index$c {
1973
- export { index$i as AI, index$h as Base, index$c_EAIModelContent as EAIModelContent, index$c_EAIModelImage as EAIModelImage, index$c_EAIModelVoice as EAIModelVoice, index$c_EAIVersionGPT as EAIVersionGPT, index$c_EAIVersionImage as EAIVersionImage, index$c_EAIVersionPerplexity as EAIVersionPerplexity, index$c_EAIVersionVoice as EAIVersionVoice, index$c_EDayOfWeek as EDayOfWeek, index$c_EDeviceResetTime as EDeviceResetTime, index$c_EEmailTagType as EEmailTagType, index$c_EFile as EFile, index$c_EFolderImageAI as EFolderImageAI, index$c_EGender as EGender, index$c_EHaveData as EHaveData, index$c_EInputTypeFilter as EInputTypeFilter, index$c_ELarkNotiAccountTool as ELarkNotiAccountTool, index$c_ELarkNotiBase as ELarkNotiBase, index$c_ELarkNotiCreateNew as ELarkNotiCreateNew, index$c_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$c_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$c_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$c_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$c_ELarkNotiSocialImport as ELarkNotiSocialImport, index$c_ELarkNotiToolDevice as ELarkNotiToolDevice, index$c_ELarkObject as ELarkObject, index$c_ELarkTypeNotification as ELarkTypeNotification, index$c_EObjectName as EObjectName, index$c_EPositionUser as EPositionUser, index$c_EPostStyle as EPostStyle, index$c_EPostType as EPostType, index$c_EPriority as EPriority, index$c_ESheetToolInstagram as ESheetToolInstagram, index$c_ESheetToolStatusImport as ESheetToolStatusImport, index$c_ESheetToolStatusRun as ESheetToolStatusRun, index$c_ESheetToolThreads as ESheetToolThreads, index$c_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$c_EStartStop as EStartStop, index$c_EStatusAccountAI as EStatusAccountAI, index$c_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$c_EStatusAccountCanva as EStatusAccountCanva, index$c_EStatusAccountDrive as EStatusAccountDrive, index$c_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$c_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$c_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$c_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$c_EStatusAccountSocialRun as EStatusAccountSocialRun, index$c_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$c_EStatusAccountSocialSync as EStatusAccountSocialSync, index$c_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$c_EStatusAccountVPN as EStatusAccountVPN, index$c_EStatusActive as EStatusActive, index$c_EStatusBlog as EStatusBlog, index$c_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_EStatusImportAccountSocial as EStatusImportAccountSocial, 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_ETypeImportExport as ETypeImportExport, index$c_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$c_ETypeManagerWorkType as ETypeManagerWorkType, index$c_ETypePin as ETypePin, index$c_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$c_ETypeProxy as ETypeProxy, index$c_ETypeProxyChecked as ETypeProxyChecked, index$c_ETypeProxyCountry as ETypeProxyCountry, index$c_ETypeProxyNewIP as ETypeProxyNewIP, index$c_ETypeProxyProvider as ETypeProxyProvider, index$c_ETypeRatioImage as ETypeRatioImage, index$c_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$c_ETypeSheetWorkPin as ETypeSheetWorkPin, index$c_ETypeSocial as ETypeSocial, index$c_ETypeSocialChangeInfoInstagram as ETypeSocialChangeInfoInstagram, index$c_ETypeSocialCreateNew as ETypeSocialCreateNew, index$c_ETypeTaskID as ETypeTaskID, index$c_ETypeTimeFilter as ETypeTimeFilter, index$c_ETypeVoiceLanguage as ETypeVoiceLanguage, index$c_EYesNo as EYesNo, index$g as Lark, index$f as SheetTool, index$e as Status, index$d as Types };
1979
+ export { index$i as AI, index$h as Base, index$c_EAIModelContent as EAIModelContent, index$c_EAIModelImage as EAIModelImage, index$c_EAIModelVoice as EAIModelVoice, index$c_EAIVersionGPT as EAIVersionGPT, index$c_EAIVersionImage as EAIVersionImage, index$c_EAIVersionPerplexity as EAIVersionPerplexity, index$c_EAIVersionVoice as EAIVersionVoice, index$c_EDayOfWeek as EDayOfWeek, index$c_EDeviceResetTime as EDeviceResetTime, index$c_EEmailTagType as EEmailTagType, index$c_EFile as EFile, index$c_EFolderImageAI as EFolderImageAI, index$c_EGender as EGender, index$c_EHaveData as EHaveData, index$c_EInputTypeFilter as EInputTypeFilter, index$c_ELarkNotiAccountTool as ELarkNotiAccountTool, index$c_ELarkNotiBase as ELarkNotiBase, index$c_ELarkNotiCreateNew as ELarkNotiCreateNew, index$c_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$c_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$c_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$c_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$c_ELarkNotiSocialImport as ELarkNotiSocialImport, index$c_ELarkNotiToolDevice as ELarkNotiToolDevice, index$c_ELarkObject as ELarkObject, index$c_ELarkTypeNotification as ELarkTypeNotification, index$c_EObjectName as EObjectName, index$c_EPositionUser as EPositionUser, index$c_EPostStyle as EPostStyle, index$c_EPostType as EPostType, index$c_EPriority as EPriority, index$c_ESheetToolInstagram as ESheetToolInstagram, index$c_ESheetToolStatusImport as ESheetToolStatusImport, index$c_ESheetToolStatusRun as ESheetToolStatusRun, index$c_ESheetToolThreads as ESheetToolThreads, index$c_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$c_EStartStop as EStartStop, index$c_EStatusAccountAI as EStatusAccountAI, index$c_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$c_EStatusAccountCanva as EStatusAccountCanva, index$c_EStatusAccountDrive as EStatusAccountDrive, index$c_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$c_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$c_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$c_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$c_EStatusAccountSocialRun as EStatusAccountSocialRun, index$c_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$c_EStatusAccountSocialSync as EStatusAccountSocialSync, index$c_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$c_EStatusAccountVPN as EStatusAccountVPN, index$c_EStatusActive as EStatusActive, index$c_EStatusBlog as EStatusBlog, index$c_EStatusChangeInfo as EStatusChangeInfo, index$c_EStatusChannel as EStatusChannel, index$c_EStatusCommon as EStatusCommon, index$c_EStatusCreateNew as EStatusCreateNew, index$c_EStatusDevice as EStatusDevice, index$c_EStatusDeviceChangeName as EStatusDeviceChangeName, index$c_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$c_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$c_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$c_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$c_EStatusDeviceLog as EStatusDeviceLog, index$c_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$c_EStatusDeviceReplace as EStatusDeviceReplace, index$c_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$c_EStatusDeviceSetup as EStatusDeviceSetup, index$c_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$c_EStatusDeviceSync as EStatusDeviceSync, index$c_EStatusEditPost as EStatusEditPost, index$c_EStatusEmail as EStatusEmail, index$c_EStatusExecuteCommon as EStatusExecuteCommon, index$c_EStatusGenerate as EStatusGenerate, index$c_EStatusImportAccountSocial as EStatusImportAccountSocial, index$c_EStatusLark as EStatusLark, index$c_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_ETypeImportExport as ETypeImportExport, index$c_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$c_ETypeManagerWorkType as ETypeManagerWorkType, index$c_ETypePin as ETypePin, index$c_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$c_ETypeProxy as ETypeProxy, index$c_ETypeProxyChecked as ETypeProxyChecked, index$c_ETypeProxyCountry as ETypeProxyCountry, index$c_ETypeProxyNewIP as ETypeProxyNewIP, index$c_ETypeProxyProvider as ETypeProxyProvider, index$c_ETypeRatioImage as ETypeRatioImage, index$c_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$c_ETypeSheetWorkPin as ETypeSheetWorkPin, index$c_ETypeSocial as ETypeSocial, index$c_ETypeSocialChangeInfoInstagram as ETypeSocialChangeInfoInstagram, index$c_ETypeSocialCreateNew as ETypeSocialCreateNew, index$c_ETypeTaskID as ETypeTaskID, index$c_ETypeTimeFilter as ETypeTimeFilter, index$c_ETypeVoiceLanguage as ETypeVoiceLanguage, index$c_EYesNo as EYesNo, index$g as Lark, index$f as SheetTool, index$e as Status, index$d as Types };
1974
1980
  }
1975
1981
 
1976
1982
  type TFilter = 'direct' | 'ref';
@@ -5835,87 +5841,172 @@ interface FilterInstagramAccountRawDto extends IFilterBaseDto {
5835
5841
  importDateRange: [Date, Date];
5836
5842
  }
5837
5843
  interface FindOverViewInstagramAccountRawDto {
5838
- totalAccounts: number;
5839
- totalIdeas: number;
5840
- totalNiches: number;
5841
- totalTypes: {
5844
+ department: number;
5845
+ team: number;
5846
+ leader: number;
5847
+ member: number;
5848
+ hasAssignInfo: number;
5849
+ runPCName: number;
5850
+ deviceKey: number;
5851
+ hasSheetTool: number;
5852
+ hasSetting: number;
5853
+ accountGroup: number;
5854
+ oldUsername: number;
5855
+ newUsername: number;
5856
+ idea: number;
5857
+ niche: number;
5858
+ tm: number;
5859
+ ntm: number;
5860
+ startStopOnDevice: {
5861
+ started: number;
5862
+ stopped: number;
5863
+ total: number;
5864
+ };
5865
+ statusAccountSocial: {
5866
+ availableNew: number;
5867
+ networkError: number;
5868
+ checkpoint: number;
5869
+ unknown: number;
5870
+ inUseDevice: number;
5871
+ permanentlyDead: number;
5872
+ spam: number;
5842
5873
  total: number;
5843
- TM: number;
5844
- NTM: number;
5845
5874
  };
5846
- totalAccountGroups: number;
5847
- totalAccountSync: {
5875
+ loginAppClone: {
5876
+ na: number;
5877
+ networkError: number;
5878
+ locked: number;
5879
+ spam: number;
5880
+ active: number;
5881
+ loginError: number;
5882
+ die: number;
5883
+ unknown: number;
5848
5884
  total: number;
5849
- new: number;
5850
- waiting: number;
5851
- done: number;
5852
- failed: number;
5853
5885
  };
5854
- totalStatusCreateFolder: {
5886
+ createFolderName: {
5887
+ doneCreateNewFolder: number;
5888
+ errorCreateNewFolder: number;
5889
+ errorIdeaNicheCreateNew: number;
5855
5890
  total: number;
5856
- done: number;
5857
- pending: number;
5858
- failed: number;
5859
5891
  };
5860
- totalAccountSetting: {
5892
+ statusGenerateAllFolder: {
5893
+ availableFolderNew: number;
5894
+ availableFolderCreateNew: number;
5895
+ inUseFolderGenerate: number;
5896
+ errorImageOnFolder: number;
5861
5897
  total: number;
5898
+ };
5899
+ autoSync: {
5862
5900
  done: number;
5863
5901
  error: number;
5864
- unknown: number;
5865
- };
5866
- totalLoginEmail: {
5902
+ new: number;
5867
5903
  total: number;
5904
+ };
5905
+ statusDeviceKey: {
5868
5906
  active: number;
5869
- inactive: number;
5870
5907
  error: number;
5871
- };
5872
- accountsWithAvatar: {
5908
+ unknown: number;
5873
5909
  total: number;
5874
- done: number;
5875
- pending: number;
5876
- failed: number;
5877
5910
  };
5878
- accountsWithCover: {
5911
+ statusReplaceDeviceNew: {
5912
+ active: number;
5913
+ error: number;
5914
+ unknown: number;
5879
5915
  total: number;
5880
- done: number;
5881
- pending: number;
5882
- failed: number;
5883
5916
  };
5884
- accountsWithBio: {
5917
+ connectDeviceOnPC: {
5918
+ active: number;
5919
+ error: number;
5920
+ unknown: number;
5885
5921
  total: number;
5886
- done: number;
5887
- pending: number;
5888
- failed: number;
5889
5922
  };
5890
- accountsWithLinks: {
5923
+ username: {
5924
+ statusLogin: {
5925
+ active: number;
5926
+ loginError: number;
5927
+ unknown: number;
5928
+ };
5929
+ statusChange: {
5930
+ done: number;
5931
+ error: number;
5932
+ unknown: number;
5933
+ };
5891
5934
  total: number;
5892
- done: number;
5893
- pending: number;
5894
- failed: number;
5895
5935
  };
5896
- usernameChanged: {
5936
+ password: {
5937
+ statusLogin: {
5938
+ active: number;
5939
+ loginError: number;
5940
+ unknown: number;
5941
+ };
5942
+ statusChange: {
5943
+ done: number;
5944
+ error: number;
5945
+ unknown: number;
5946
+ };
5897
5947
  total: number;
5898
- done: number;
5899
- pending: number;
5900
- failed: number;
5901
5948
  };
5902
- passwordChanged: {
5949
+ twoFA: {
5950
+ statusLogin: {
5951
+ active: number;
5952
+ loginError: number;
5953
+ unknown: number;
5954
+ };
5955
+ statusChange: {
5956
+ done: number;
5957
+ error: number;
5958
+ unknown: number;
5959
+ };
5903
5960
  total: number;
5904
- done: number;
5905
- pending: number;
5906
- failed: number;
5907
5961
  };
5908
- twoFactorAuthChanged: {
5962
+ fullName: {
5963
+ statusChange: {
5964
+ done: number;
5965
+ error: number;
5966
+ unknown: number;
5967
+ };
5909
5968
  total: number;
5910
- done: number;
5911
- pending: number;
5912
- failed: number;
5913
5969
  };
5914
- emailChanged: {
5970
+ bioAndLinkBio: {
5971
+ bioStatusChange: {
5972
+ done: number;
5973
+ error: number;
5974
+ unknown: number;
5975
+ total: number;
5976
+ };
5977
+ linkBioStatusChange: {
5978
+ done: number;
5979
+ error: number;
5980
+ unknown: number;
5981
+ total: number;
5982
+ };
5983
+ };
5984
+ interestsAndAvatar: {
5985
+ interestsThreadsStatus: {
5986
+ done: number;
5987
+ error: number;
5988
+ unknown: number;
5989
+ total: number;
5990
+ };
5991
+ avatarStatusChange: {
5992
+ done: number;
5993
+ error: number;
5994
+ unknown: number;
5995
+ total: number;
5996
+ };
5997
+ };
5998
+ emailInfoAndLoginEmail: {
5999
+ emailInfoStatusChange: {
6000
+ done: number;
6001
+ error: number;
6002
+ unknown: number;
6003
+ };
6004
+ loginEmailStatus: {
6005
+ active: number;
6006
+ loginError: number;
6007
+ unknown: number;
6008
+ };
5915
6009
  total: number;
5916
- done: number;
5917
- pending: number;
5918
- failed: number;
5919
6010
  };
5920
6011
  }
5921
6012
  interface AutoFillOverviewInstagramAccountRawDto {
@@ -6359,6 +6450,7 @@ interface FindOverViewInstagramReportPostHighLightDto {
6359
6450
  pending: number;
6360
6451
  inactive: number;
6361
6452
  suspended: number;
6453
+ total: number;
6362
6454
  };
6363
6455
  totalLogin: {
6364
6456
  available: number;
@@ -6990,8 +7082,8 @@ interface CreateInstagramSettingInteractFollowDto {
6990
7082
  timezone: ETimeZone;
6991
7083
  dayOfWeeks: EDayOfWeek[];
6992
7084
  listRunTimes: Array<{
6993
- timeFrom: string;
6994
- timeTo: string;
7085
+ timeFrom: Date;
7086
+ timeTo: Date;
6995
7087
  }>;
6996
7088
  isSkipBioNoneEnglish: boolean;
6997
7089
  isSkipFollowContainLinks: boolean;
@@ -7164,8 +7256,8 @@ interface CreateInstagramSettingInteractReplyCommentDto {
7164
7256
  timezone: ETimeZone;
7165
7257
  dayOfWeeks: EDayOfWeek[];
7166
7258
  listRunTimes: Array<{
7167
- timeFrom: string;
7168
- timeTo: string;
7259
+ timeFrom: Date;
7260
+ timeTo: Date;
7169
7261
  }>;
7170
7262
  limitNumberPostForCommentsFrom: number;
7171
7263
  limitNumberPostForCommentsTo: number;
@@ -7315,8 +7407,8 @@ interface CreateInstagramSettingInteractReplyMessageDto {
7315
7407
  timezone: ETimeZone;
7316
7408
  dayOfWeeks: EDayOfWeek[];
7317
7409
  listRunTimes: Array<{
7318
- timeFrom: string;
7319
- timeTo: string;
7410
+ timeFrom: Date;
7411
+ timeTo: Date;
7320
7412
  }>;
7321
7413
  timeDelayReplyMessageFrom: number;
7322
7414
  timeDelayReplyMessageTo: number;
@@ -7469,8 +7561,8 @@ interface CreateInstagramSettingInteractUnFollowDto {
7469
7561
  timezone: ETimeZone;
7470
7562
  dayOfWeeks: EDayOfWeek[];
7471
7563
  listRunTimes: Array<{
7472
- timeFrom: string;
7473
- timeTo: string;
7564
+ timeFrom: Date;
7565
+ timeTo: Date;
7474
7566
  }>;
7475
7567
  limitUnFollowPerDayFrom: number;
7476
7568
  limitUnFollowPerDayTo: number;
@@ -7512,8 +7604,8 @@ interface CreateInstagramSettingPostDto {
7512
7604
  timezone: ETimeZone;
7513
7605
  dayOfWeeks: EDayOfWeek[];
7514
7606
  listRunTimes: Array<{
7515
- timeFrom: string;
7516
- timeTo: string;
7607
+ timeFrom: Date;
7608
+ timeTo: Date;
7517
7609
  featureAdvance: ISettingRunTimeInstagramPost;
7518
7610
  }>;
7519
7611
  delayTimeCommentFrom: number;
@@ -11332,7 +11424,10 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
11332
11424
  timeEnd: Date;
11333
11425
  timezone: ETimeZone;
11334
11426
  dayOfWeek: EDayOfWeek;
11335
- executeBetweenSetting: [string, string];
11427
+ executeBetweenSetting: {
11428
+ timeFrom: Date;
11429
+ timeTo: Date;
11430
+ };
11336
11431
  schedulePostTime: Date;
11337
11432
  }
11338
11433
  interface IInstagramReportInteractBlockUserELS extends IBaseELS {
@@ -11387,7 +11482,10 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
11387
11482
  timeEnd: Date;
11388
11483
  timezone: ETimeZone;
11389
11484
  dayOfWeek: EDayOfWeek;
11390
- executeBetweenSetting: [string, string];
11485
+ executeBetweenSetting: {
11486
+ timeFrom: Date;
11487
+ timeTo: Date;
11488
+ };
11391
11489
  schedulePostTime: Date;
11392
11490
  }
11393
11491
 
@@ -11405,7 +11503,10 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
11405
11503
  timeEnd: Date;
11406
11504
  timezone: ETimeZone;
11407
11505
  dayOfWeek: EDayOfWeek;
11408
- executeBetweenSetting: [string, string];
11506
+ executeBetweenSetting: {
11507
+ timeFrom: Date;
11508
+ timeTo: Date;
11509
+ };
11409
11510
  schedulePostTime: Date;
11410
11511
  growthFollow: number;
11411
11512
  timeGrowthFollow: Date;
@@ -11472,7 +11573,10 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
11472
11573
  timeEnd: Date;
11473
11574
  timezone: ETimeZone;
11474
11575
  dayOfWeek: EDayOfWeek;
11475
- executeBetweenSetting: [string, string];
11576
+ executeBetweenSetting: {
11577
+ timeFrom: Date;
11578
+ timeTo: Date;
11579
+ };
11476
11580
  schedulePostTime: Date;
11477
11581
  growthFollow: number;
11478
11582
  timeGrowthFollow: Date;
@@ -11503,7 +11607,10 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
11503
11607
  timeEnd: Date;
11504
11608
  timezone: ETimeZone;
11505
11609
  dayOfWeek: EDayOfWeek;
11506
- executeBetweenSetting: [string, string];
11610
+ executeBetweenSetting: {
11611
+ timeFrom: Date;
11612
+ timeTo: Date;
11613
+ };
11507
11614
  schedulePostTime: Date;
11508
11615
  }
11509
11616
  interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
@@ -11559,7 +11666,10 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
11559
11666
  timeEnd: Date;
11560
11667
  timezone: ETimeZone;
11561
11668
  dayOfWeek: EDayOfWeek;
11562
- executeBetweenSetting: [string, string];
11669
+ executeBetweenSetting: {
11670
+ timeFrom: Date;
11671
+ timeTo: Date;
11672
+ };
11563
11673
  schedulePostTime: Date;
11564
11674
  }
11565
11675
 
@@ -11576,7 +11686,10 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
11576
11686
  timeEnd: Date;
11577
11687
  timezone: ETimeZone;
11578
11688
  dayOfWeek: EDayOfWeek;
11579
- executeBetweenSetting: [string, string];
11689
+ executeBetweenSetting: {
11690
+ timeFrom: Date;
11691
+ timeTo: Date;
11692
+ };
11580
11693
  schedulePostTime: Date;
11581
11694
  }
11582
11695
  interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
@@ -11630,7 +11743,10 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
11630
11743
  timeEnd: Date;
11631
11744
  timezone: ETimeZone;
11632
11745
  dayOfWeek: EDayOfWeek;
11633
- executeBetweenSetting: [string, string];
11746
+ executeBetweenSetting: {
11747
+ timeFrom: Date;
11748
+ timeTo: Date;
11749
+ };
11634
11750
  schedulePostTime: Date;
11635
11751
  }
11636
11752
 
@@ -11648,7 +11764,10 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
11648
11764
  timeEnd: Date;
11649
11765
  timezone: ETimeZone;
11650
11766
  dayOfWeek: EDayOfWeek;
11651
- executeBetweenSetting: [string, string];
11767
+ executeBetweenSetting: {
11768
+ timeFrom: Date;
11769
+ timeTo: Date;
11770
+ };
11652
11771
  schedulePostTime: Date;
11653
11772
  growthFollow: number;
11654
11773
  timeGrowthFollow: Date;
@@ -11710,7 +11829,10 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
11710
11829
  timeEnd: Date;
11711
11830
  timezone: ETimeZone;
11712
11831
  dayOfWeek: EDayOfWeek;
11713
- executeBetweenSetting: [string, string];
11832
+ executeBetweenSetting: {
11833
+ timeFrom: Date;
11834
+ timeTo: Date;
11835
+ };
11714
11836
  schedulePostTime: Date;
11715
11837
  growthFollow: number;
11716
11838
  timeGrowthFollow: Date;
@@ -11732,12 +11854,15 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
11732
11854
  timeEnd: Date;
11733
11855
  timezone: ETimeZone;
11734
11856
  dayOfWeek: EDayOfWeek;
11735
- executeBetweenSetting: [string, string];
11857
+ executeBetweenSetting: {
11858
+ timeFrom: Date;
11859
+ timeTo: Date;
11860
+ };
11736
11861
  schedulePostTime: Date;
11737
11862
  status: EStatusPost;
11863
+ statusEdit: EStatusEditPost;
11738
11864
  noteFix: string;
11739
- typePost: string;
11740
- stylePost: string;
11865
+ stylePost: EPostStyle;
11741
11866
  taskImageId: string;
11742
11867
  taskVoiceId: string;
11743
11868
  taskCanvaId: string;
@@ -11796,9 +11921,9 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
11796
11921
  executeBetweenSetting: [string, string];
11797
11922
  schedulePostTime: Date;
11798
11923
  status: EStatusPost;
11924
+ statusEdit: EStatusEditPost;
11799
11925
  noteFix: string;
11800
- typePost: string;
11801
- stylePost: string;
11926
+ stylePost: EPostStyle;
11802
11927
  historyName: string;
11803
11928
  linkAddHistory: string;
11804
11929
  taskImageInfo: {
@@ -11854,12 +11979,15 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
11854
11979
  timeEnd: Date;
11855
11980
  timezone: ETimeZone;
11856
11981
  dayOfWeek: EDayOfWeek;
11857
- executeBetweenSetting: [string, string];
11982
+ executeBetweenSetting: {
11983
+ timeFrom: Date;
11984
+ timeTo: Date;
11985
+ };
11858
11986
  schedulePostTime: Date;
11859
11987
  status: EStatusPost;
11988
+ statusEdit: EStatusEditPost;
11860
11989
  noteFix: string;
11861
- typePost: string;
11862
- stylePost: string;
11990
+ stylePost: EPostStyle;
11863
11991
  photosUrl: string[];
11864
11992
  videosUrl: string[];
11865
11993
  music: string[];
@@ -11932,12 +12060,15 @@ interface IInstagramReportPostNewELS extends IBaseELS {
11932
12060
  timeEnd: Date;
11933
12061
  timezone: ETimeZone;
11934
12062
  dayOfWeek: EDayOfWeek;
11935
- executeBetweenSetting: [string, string];
12063
+ executeBetweenSetting: {
12064
+ timeFrom: Date;
12065
+ timeTo: Date;
12066
+ };
11936
12067
  schedulePostTime: Date;
11937
12068
  status: EStatusPost;
12069
+ statusEdit: EStatusEditPost;
11938
12070
  noteFix: string;
11939
- typePost: string;
11940
- stylePost: string;
12071
+ stylePost: EPostStyle;
11941
12072
  photosUrl: string[];
11942
12073
  videosUrl: string[];
11943
12074
  music: string[];
@@ -12013,12 +12144,15 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
12013
12144
  timeEnd: Date;
12014
12145
  timezone: ETimeZone;
12015
12146
  dayOfWeek: EDayOfWeek;
12016
- executeBetweenSetting: [string, string];
12147
+ executeBetweenSetting: {
12148
+ timeFrom: Date;
12149
+ timeTo: Date;
12150
+ };
12017
12151
  schedulePostTime: Date;
12018
12152
  status: EStatusPost;
12153
+ statusEdit: EStatusEditPost;
12019
12154
  noteFix: string;
12020
- typePost: string;
12021
- stylePost: string;
12155
+ stylePost: EPostStyle;
12022
12156
  photosUrl: string[];
12023
12157
  videosUrl: string[];
12024
12158
  music: string[];
@@ -12088,12 +12222,15 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
12088
12222
  timeEnd: Date;
12089
12223
  timezone: ETimeZone;
12090
12224
  dayOfWeek: EDayOfWeek;
12091
- executeBetweenSetting: [string, string];
12225
+ executeBetweenSetting: {
12226
+ timeFrom: Date;
12227
+ timeTo: Date;
12228
+ };
12092
12229
  schedulePostTime: Date;
12093
12230
  status: EStatusPost;
12231
+ statusEdit: EStatusEditPost;
12094
12232
  noteFix: string;
12095
- typePost: string;
12096
- stylePost: string;
12233
+ stylePost: EPostStyle;
12097
12234
  photosUrl: string[];
12098
12235
  videosUrl: string[];
12099
12236
  music: string[];
@@ -12168,12 +12305,15 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
12168
12305
  timeEnd: Date;
12169
12306
  timezone: ETimeZone;
12170
12307
  dayOfWeek: EDayOfWeek;
12171
- executeBetweenSetting: [string, string];
12308
+ executeBetweenSetting: {
12309
+ timeFrom: Date;
12310
+ timeTo: Date;
12311
+ };
12172
12312
  schedulePostTime: Date;
12173
12313
  status: EStatusPost;
12314
+ statusEdit: EStatusEditPost;
12174
12315
  noteFix: string;
12175
- typePost: string;
12176
- stylePost: string;
12316
+ stylePost: EPostStyle;
12177
12317
  photosUrl: string[];
12178
12318
  videosUrl: string[];
12179
12319
  music: string[];
@@ -12233,12 +12373,15 @@ interface IInstagramReportPostReelELS extends IBaseELS {
12233
12373
  timeEnd: Date;
12234
12374
  timezone: ETimeZone;
12235
12375
  dayOfWeek: EDayOfWeek;
12236
- executeBetweenSetting: [string, string];
12376
+ executeBetweenSetting: {
12377
+ timeFrom: Date;
12378
+ timeTo: Date;
12379
+ };
12237
12380
  schedulePostTime: Date;
12238
12381
  status: EStatusPost;
12382
+ statusEdit: EStatusEditPost;
12239
12383
  noteFix: string;
12240
- typePost: string;
12241
- stylePost: string;
12384
+ stylePost: EPostStyle;
12242
12385
  photosUrl: string[];
12243
12386
  videosUrl: string[];
12244
12387
  music: string[];
@@ -12302,12 +12445,15 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
12302
12445
  timeEnd: Date;
12303
12446
  timezone: ETimeZone;
12304
12447
  dayOfWeek: EDayOfWeek;
12305
- executeBetweenSetting: [string, string];
12448
+ executeBetweenSetting: {
12449
+ timeFrom: Date;
12450
+ timeTo: Date;
12451
+ };
12306
12452
  schedulePostTime: Date;
12307
12453
  status: EStatusPost;
12454
+ statusEdit: EStatusEditPost;
12308
12455
  noteFix: string;
12309
- typePost: string;
12310
- stylePost: string;
12456
+ stylePost: EPostStyle;
12311
12457
  taskImageId: string;
12312
12458
  taskVoiceId: string;
12313
12459
  taskCanvaId: string;
@@ -12367,12 +12513,15 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
12367
12513
  timeEnd: Date;
12368
12514
  timezone: ETimeZone;
12369
12515
  dayOfWeek: EDayOfWeek;
12370
- executeBetweenSetting: [string, string];
12516
+ executeBetweenSetting: {
12517
+ timeFrom: Date;
12518
+ timeTo: Date;
12519
+ };
12371
12520
  schedulePostTime: Date;
12372
12521
  status: EStatusPost;
12522
+ statusEdit: EStatusEditPost;
12373
12523
  noteFix: string;
12374
- typePost: string;
12375
- stylePost: string;
12524
+ stylePost: EPostStyle;
12376
12525
  photosUrl: string[];
12377
12526
  videosUrl: string[];
12378
12527
  music: string[];
@@ -13484,7 +13633,10 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
13484
13633
  timeEnd: Date;
13485
13634
  timezone: ETimeZone;
13486
13635
  dayOfWeek: EDayOfWeek;
13487
- executeBetweenSetting: [string, string];
13636
+ executeBetweenSetting: {
13637
+ timeFrom: Date;
13638
+ timeTo: Date;
13639
+ };
13488
13640
  schedulePostTime: Date;
13489
13641
  }
13490
13642
  interface IThreadsReportPostELS extends IBaseELS {
@@ -13527,7 +13679,10 @@ interface IThreadsReportPostELS extends IBaseELS {
13527
13679
  timeEnd: Date;
13528
13680
  timezone: ETimeZone;
13529
13681
  dayOfWeek: EDayOfWeek;
13530
- executeBetweenSetting: [string, string];
13682
+ executeBetweenSetting: {
13683
+ timeFrom: Date;
13684
+ timeTo: Date;
13685
+ };
13531
13686
  schedulePostTime: Date;
13532
13687
  }
13533
13688
 
@@ -13543,7 +13698,10 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
13543
13698
  timeEnd: Date;
13544
13699
  timezone: ETimeZone;
13545
13700
  dayOfWeek: EDayOfWeek;
13546
- executeBetweenSetting: [string, string];
13701
+ executeBetweenSetting: {
13702
+ timeFrom: Date;
13703
+ timeTo: Date;
13704
+ };
13547
13705
  schedulePostTime: Date;
13548
13706
  }
13549
13707
  interface IThreadsReportInteractFollowELS extends IBaseELS {
@@ -13578,7 +13736,10 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
13578
13736
  timeEnd: Date;
13579
13737
  timezone: ETimeZone;
13580
13738
  dayOfWeek: EDayOfWeek;
13581
- executeBetweenSetting: [string, string];
13739
+ executeBetweenSetting: {
13740
+ timeFrom: Date;
13741
+ timeTo: Date;
13742
+ };
13582
13743
  schedulePostTime: Date;
13583
13744
  }
13584
13745
 
@@ -13594,7 +13755,10 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
13594
13755
  timeEnd: Date;
13595
13756
  timezone: ETimeZone;
13596
13757
  dayOfWeek: EDayOfWeek;
13597
- executeBetweenSetting: [string, string];
13758
+ executeBetweenSetting: {
13759
+ timeFrom: Date;
13760
+ timeTo: Date;
13761
+ };
13598
13762
  schedulePostTime: Date;
13599
13763
  }
13600
13764
  interface IThreadsReportInteractUnFollowELS extends IBaseELS {
@@ -13629,7 +13793,10 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
13629
13793
  timeEnd: Date;
13630
13794
  timezone: ETimeZone;
13631
13795
  dayOfWeek: EDayOfWeek;
13632
- executeBetweenSetting: [string, string];
13796
+ executeBetweenSetting: {
13797
+ timeFrom: Date;
13798
+ timeTo: Date;
13799
+ };
13633
13800
  schedulePostTime: Date;
13634
13801
  }
13635
13802
 
@@ -13644,7 +13811,10 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
13644
13811
  timeEnd: Date;
13645
13812
  timezone: ETimeZone;
13646
13813
  dayOfWeek: EDayOfWeek;
13647
- executeBetweenSetting: [string, string];
13814
+ executeBetweenSetting: {
13815
+ timeFrom: Date;
13816
+ timeTo: Date;
13817
+ };
13648
13818
  schedulePostTime: Date;
13649
13819
  }
13650
13820
  interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
@@ -13678,7 +13848,10 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
13678
13848
  timeEnd: Date;
13679
13849
  timezone: ETimeZone;
13680
13850
  dayOfWeek: EDayOfWeek;
13681
- executeBetweenSetting: [string, string];
13851
+ executeBetweenSetting: {
13852
+ timeFrom: Date;
13853
+ timeTo: Date;
13854
+ };
13682
13855
  schedulePostTime: Date;
13683
13856
  }
13684
13857
 
@@ -13694,7 +13867,10 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
13694
13867
  timeEnd: Date;
13695
13868
  timezone: ETimeZone;
13696
13869
  dayOfWeek: EDayOfWeek;
13697
- executeBetweenSetting: [string, string];
13870
+ executeBetweenSetting: {
13871
+ timeFrom: Date;
13872
+ timeTo: Date;
13873
+ };
13698
13874
  schedulePostTime: Date;
13699
13875
  }
13700
13876
  interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
@@ -13729,7 +13905,10 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
13729
13905
  timeEnd: Date;
13730
13906
  timezone: ETimeZone;
13731
13907
  dayOfWeek: EDayOfWeek;
13732
- executeBetweenSetting: [string, string];
13908
+ executeBetweenSetting: {
13909
+ timeFrom: Date;
13910
+ timeTo: Date;
13911
+ };
13733
13912
  schedulePostTime: Date;
13734
13913
  }
13735
13914
 
@@ -14175,8 +14354,8 @@ interface IIncreaseValueTask extends IBaseModel {
14175
14354
 
14176
14355
  interface ISettingRunTimeSocial<T = any> extends IBaseModel {
14177
14356
  settingId: string;
14178
- timeFrom: string;
14179
- timeTo: string;
14357
+ timeFrom: Date;
14358
+ timeTo: Date;
14180
14359
  featureAdvance: T;
14181
14360
  }
14182
14361
 
@@ -14718,4 +14897,4 @@ declare namespace index {
14718
14897
  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 };
14719
14898
  }
14720
14899
 
14721
- export { index$i as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type ChangeInfoInstagramAccountRawDto, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateInstagramSettingInteractFollowDto, type CreateInstagramSettingInteractReplyCommentDto, type CreateInstagramSettingInteractReplyMessageDto, type CreateInstagramSettingInteractUnFollowDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DataImportInstagramAccountRawDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImportAccountSocial, 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, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoInstagram, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, EYesNo, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingFollowDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterInstagramSettingReplyCommentDto, type FilterInstagramSettingReplyMessageDto, type FilterInstagramSettingUnFollowDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISheetImportExportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsDashboardFollower, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserInfoAssignment, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, type ResultChangeInfoInstagramAccountRawDto, type ResultImportInstagramAccountRawDto, index$f as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateInstagramSettingInteractFollowDto, type UpdateInstagramSettingInteractReplyCommentDto, type UpdateInstagramSettingInteractReplyMessageDto, type UpdateInstagramSettingInteractUnFollowDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, type ViewDetailSheetsToolDto, index$7 as Workspace };
14900
+ export { index$i as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type ChangeInfoInstagramAccountRawDto, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateInstagramSettingInteractFollowDto, type CreateInstagramSettingInteractReplyCommentDto, type CreateInstagramSettingInteractReplyMessageDto, type CreateInstagramSettingInteractUnFollowDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DataImportInstagramAccountRawDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImportAccountSocial, 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, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoInstagram, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, EYesNo, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingFollowDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterInstagramSettingReplyCommentDto, type FilterInstagramSettingReplyMessageDto, type FilterInstagramSettingUnFollowDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$8 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISheetImportExportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsDashboardFollower, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTimeScript, type ITrackingUserAction, type IUser, type IUserInfoAssignment, type IUserRole, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$g as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$a as Permission, type ReplaceAccountVSPDto, type ResultChangeInfoInstagramAccountRawDto, type ResultImportInstagramAccountRawDto, index$f as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$e as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$d as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateInstagramSettingInteractFollowDto, type UpdateInstagramSettingInteractReplyCommentDto, type UpdateInstagramSettingInteractReplyMessageDto, type UpdateInstagramSettingInteractUnFollowDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, type ViewDetailSheetsToolDto, index$7 as Workspace };