automation-lib 5.4.393 → 5.4.395
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 +103 -164
- package/dist/index.d.ts +103 -164
- package/dist/index.js +18 -12
- package/dist/index.mjs +17 -11
- package/package.json +1 -1
- package/read-file-path.bat +81 -81
package/dist/index.d.mts
CHANGED
|
@@ -1098,13 +1098,6 @@ declare enum EStatusDeviceRunningSocial {
|
|
|
1098
1098
|
Ready = "Ready",
|
|
1099
1099
|
Dead = "Dead"
|
|
1100
1100
|
}
|
|
1101
|
-
declare enum EStatusDevice {
|
|
1102
|
-
Live = "Live",
|
|
1103
|
-
Ready = "Ready",
|
|
1104
|
-
Error = "Error",
|
|
1105
|
-
Dead = "Dead",
|
|
1106
|
-
NA = "N/A"
|
|
1107
|
-
}
|
|
1108
1101
|
declare enum EStatusDeviceHubStatus {
|
|
1109
1102
|
NA = "N/A",
|
|
1110
1103
|
Online = "Online",
|
|
@@ -1314,8 +1307,6 @@ type index$f_EStatusCommon = EStatusCommon;
|
|
|
1314
1307
|
declare const index$f_EStatusCommon: typeof EStatusCommon;
|
|
1315
1308
|
type index$f_EStatusCreateNew = EStatusCreateNew;
|
|
1316
1309
|
declare const index$f_EStatusCreateNew: typeof EStatusCreateNew;
|
|
1317
|
-
type index$f_EStatusDevice = EStatusDevice;
|
|
1318
|
-
declare const index$f_EStatusDevice: typeof EStatusDevice;
|
|
1319
1310
|
type index$f_EStatusDeviceChangeName = EStatusDeviceChangeName;
|
|
1320
1311
|
declare const index$f_EStatusDeviceChangeName: typeof EStatusDeviceChangeName;
|
|
1321
1312
|
type index$f_EStatusDeviceChangeNew = EStatusDeviceChangeNew;
|
|
@@ -1379,7 +1370,7 @@ declare const index$f_EStatusTeam: typeof EStatusTeam;
|
|
|
1379
1370
|
type index$f_EStatusUser = EStatusUser;
|
|
1380
1371
|
declare const index$f_EStatusUser: typeof EStatusUser;
|
|
1381
1372
|
declare namespace index$f {
|
|
1382
|
-
export { index$f_EDeviceResetTime as EDeviceResetTime, index$f_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$f_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$f_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$f_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$f_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$f_EStatusAccountSocialRun as EStatusAccountSocialRun, index$f_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$f_EStatusAccountSocialSync as EStatusAccountSocialSync, index$f_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$f_EStatusActive as EStatusActive, index$f_EStatusBlog as EStatusBlog, index$f_EStatusChangeInfo as EStatusChangeInfo, index$f_EStatusCommon as EStatusCommon, index$f_EStatusCreateNew as EStatusCreateNew, index$
|
|
1373
|
+
export { index$f_EDeviceResetTime as EDeviceResetTime, index$f_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$f_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$f_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$f_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$f_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$f_EStatusAccountSocialRun as EStatusAccountSocialRun, index$f_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$f_EStatusAccountSocialSync as EStatusAccountSocialSync, index$f_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$f_EStatusActive as EStatusActive, index$f_EStatusBlog as EStatusBlog, index$f_EStatusChangeInfo as EStatusChangeInfo, index$f_EStatusCommon as EStatusCommon, index$f_EStatusCreateNew as EStatusCreateNew, index$f_EStatusDeviceChangeName as EStatusDeviceChangeName, index$f_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$f_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$f_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$f_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$f_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$f_EStatusDeviceReplace as EStatusDeviceReplace, index$f_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$f_EStatusDeviceSetup as EStatusDeviceSetup, index$f_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$f_EStatusDeviceSync as EStatusDeviceSync, index$f_EStatusEditPost as EStatusEditPost, index$f_EStatusExecuteCommon as EStatusExecuteCommon, index$f_EStatusGenerate as EStatusGenerate, index$f_EStatusImportAccountSocial as EStatusImportAccountSocial, index$f_EStatusLark as EStatusLark, index$f_EStatusMailWork as EStatusMailWork, index$f_EStatusPost as EStatusPost, index$f_EStatusRole as EStatusRole, index$f_EStatusSheetWork as EStatusSheetWork, index$f_EStatusTaskAIContent as EStatusTaskAIContent, index$f_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$f_EStatusTaskCanva as EStatusTaskCanva, index$f_EStatusTaskImage as EStatusTaskImage, index$f_EStatusTaskJob as EStatusTaskJob, index$f_EStatusTaskJobGroup as EStatusTaskJobGroup, index$f_EStatusTaskScript as EStatusTaskScript, index$f_EStatusTaskToolSocials as EStatusTaskToolSocials, index$f_EStatusTaskVoice as EStatusTaskVoice, index$f_EStatusTeam as EStatusTeam, index$f_EStatusUser as EStatusUser };
|
|
1383
1374
|
}
|
|
1384
1375
|
|
|
1385
1376
|
declare enum ETypeProxy {
|
|
@@ -1783,8 +1774,6 @@ type index$d_EStatusCommon = EStatusCommon;
|
|
|
1783
1774
|
declare const index$d_EStatusCommon: typeof EStatusCommon;
|
|
1784
1775
|
type index$d_EStatusCreateNew = EStatusCreateNew;
|
|
1785
1776
|
declare const index$d_EStatusCreateNew: typeof EStatusCreateNew;
|
|
1786
|
-
type index$d_EStatusDevice = EStatusDevice;
|
|
1787
|
-
declare const index$d_EStatusDevice: typeof EStatusDevice;
|
|
1788
1777
|
type index$d_EStatusDeviceChangeName = EStatusDeviceChangeName;
|
|
1789
1778
|
declare const index$d_EStatusDeviceChangeName: typeof EStatusDeviceChangeName;
|
|
1790
1779
|
type index$d_EStatusDeviceChangeNew = EStatusDeviceChangeNew;
|
|
@@ -1918,7 +1907,7 @@ declare const index$d_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
|
|
1918
1907
|
type index$d_EYesNo = EYesNo;
|
|
1919
1908
|
declare const index$d_EYesNo: typeof EYesNo;
|
|
1920
1909
|
declare namespace index$d {
|
|
1921
|
-
export { index$j as AI, index$i as Base, index$d_EAIModelContent as EAIModelContent, index$d_EAIModelImage as EAIModelImage, index$d_EAIModelVoice as EAIModelVoice, index$d_EAIVersionGPT as EAIVersionGPT, index$d_EAIVersionImage as EAIVersionImage, index$d_EAIVersionPerplexity as EAIVersionPerplexity, index$d_EAIVersionVoice as EAIVersionVoice, index$d_EDayOfWeek as EDayOfWeek, index$d_EDeviceResetTime as EDeviceResetTime, index$d_EEmailTagType as EEmailTagType, index$d_EFile as EFile, index$d_EFolderImageAI as EFolderImageAI, index$d_EGender as EGender, index$d_EHaveData as EHaveData, index$d_EInputTypeFilter as EInputTypeFilter, index$d_ELarkNotiAccountTool as ELarkNotiAccountTool, index$d_ELarkNotiBase as ELarkNotiBase, index$d_ELarkNotiCreateNew as ELarkNotiCreateNew, index$d_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$d_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$d_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$d_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$d_ELarkNotiSocialImport as ELarkNotiSocialImport, index$d_ELarkNotiToolDevice as ELarkNotiToolDevice, index$d_ELarkObject as ELarkObject, index$d_ELarkTypeNotification as ELarkTypeNotification, index$d_EObjectName as EObjectName, index$d_EPCLogLevel as EPCLogLevel, index$d_EPCLogSource as EPCLogSource, index$d_EPositionUser as EPositionUser, index$d_EPostStyle as EPostStyle, index$d_EPostType as EPostType, index$d_EPriority as EPriority, index$d_ESheetToolInstagram as ESheetToolInstagram, index$d_ESheetToolStatusImport as ESheetToolStatusImport, index$d_ESheetToolStatusRun as ESheetToolStatusRun, index$d_ESheetToolThreads as ESheetToolThreads, index$d_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$d_EStartStop as EStartStop, index$d_EStatusAccountAI as EStatusAccountAI, index$d_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$d_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$d_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$d_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$d_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$d_EStatusAccountSocialRun as EStatusAccountSocialRun, index$d_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$d_EStatusAccountSocialSync as EStatusAccountSocialSync, index$d_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$d_EStatusActive as EStatusActive, index$d_EStatusBlog as EStatusBlog, index$d_EStatusChangeInfo as EStatusChangeInfo, index$d_EStatusChannel as EStatusChannel, index$d_EStatusCommon as EStatusCommon, index$d_EStatusCreateNew as EStatusCreateNew, index$
|
|
1910
|
+
export { index$j as AI, index$i as Base, index$d_EAIModelContent as EAIModelContent, index$d_EAIModelImage as EAIModelImage, index$d_EAIModelVoice as EAIModelVoice, index$d_EAIVersionGPT as EAIVersionGPT, index$d_EAIVersionImage as EAIVersionImage, index$d_EAIVersionPerplexity as EAIVersionPerplexity, index$d_EAIVersionVoice as EAIVersionVoice, index$d_EDayOfWeek as EDayOfWeek, index$d_EDeviceResetTime as EDeviceResetTime, index$d_EEmailTagType as EEmailTagType, index$d_EFile as EFile, index$d_EFolderImageAI as EFolderImageAI, index$d_EGender as EGender, index$d_EHaveData as EHaveData, index$d_EInputTypeFilter as EInputTypeFilter, index$d_ELarkNotiAccountTool as ELarkNotiAccountTool, index$d_ELarkNotiBase as ELarkNotiBase, index$d_ELarkNotiCreateNew as ELarkNotiCreateNew, index$d_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$d_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$d_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$d_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$d_ELarkNotiSocialImport as ELarkNotiSocialImport, index$d_ELarkNotiToolDevice as ELarkNotiToolDevice, index$d_ELarkObject as ELarkObject, index$d_ELarkTypeNotification as ELarkTypeNotification, index$d_EObjectName as EObjectName, index$d_EPCLogLevel as EPCLogLevel, index$d_EPCLogSource as EPCLogSource, index$d_EPositionUser as EPositionUser, index$d_EPostStyle as EPostStyle, index$d_EPostType as EPostType, index$d_EPriority as EPriority, index$d_ESheetToolInstagram as ESheetToolInstagram, index$d_ESheetToolStatusImport as ESheetToolStatusImport, index$d_ESheetToolStatusRun as ESheetToolStatusRun, index$d_ESheetToolThreads as ESheetToolThreads, index$d_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$d_EStartStop as EStartStop, index$d_EStatusAccountAI as EStatusAccountAI, index$d_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$d_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$d_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$d_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$d_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$d_EStatusAccountSocialRun as EStatusAccountSocialRun, index$d_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$d_EStatusAccountSocialSync as EStatusAccountSocialSync, index$d_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$d_EStatusActive as EStatusActive, index$d_EStatusBlog as EStatusBlog, index$d_EStatusChangeInfo as EStatusChangeInfo, index$d_EStatusChannel as EStatusChannel, index$d_EStatusCommon as EStatusCommon, index$d_EStatusCreateNew as EStatusCreateNew, index$d_EStatusDeviceChangeName as EStatusDeviceChangeName, index$d_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$d_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$d_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$d_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$d_EStatusDeviceLog as EStatusDeviceLog, index$d_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$d_EStatusDeviceReplace as EStatusDeviceReplace, index$d_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$d_EStatusDeviceSetup as EStatusDeviceSetup, index$d_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$d_EStatusDeviceSync as EStatusDeviceSync, index$d_EStatusEditPost as EStatusEditPost, index$d_EStatusExecuteCommon as EStatusExecuteCommon, index$d_EStatusGenerate as EStatusGenerate, index$d_EStatusImportAccountSocial as EStatusImportAccountSocial, index$d_EStatusLark as EStatusLark, index$d_EStatusMailWork as EStatusMailWork, index$d_EStatusPC as EStatusPC, index$d_EStatusPCControl as EStatusPCControl, index$d_EStatusPost as EStatusPost, index$d_EStatusRole as EStatusRole, index$d_EStatusSheetWork as EStatusSheetWork, index$d_EStatusTaskAIContent as EStatusTaskAIContent, index$d_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$d_EStatusTaskCanva as EStatusTaskCanva, index$d_EStatusTaskImage as EStatusTaskImage, index$d_EStatusTaskJob as EStatusTaskJob, index$d_EStatusTaskJobGroup as EStatusTaskJobGroup, index$d_EStatusTaskScript as EStatusTaskScript, index$d_EStatusTaskToolSocials as EStatusTaskToolSocials, index$d_EStatusTaskVoice as EStatusTaskVoice, index$d_EStatusTeam as EStatusTeam, index$d_EStatusUser as EStatusUser, index$d_ETimeFilter as ETimeFilter, index$d_ETimeZone as ETimeZone, index$d_EToolName as EToolName, index$d_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$d_ETypeAccountVPN as ETypeAccountVPN, index$d_ETypeCanva as ETypeCanva, index$d_ETypeColumnManagerWork as ETypeColumnManagerWork, index$d_ETypeDevice as ETypeDevice, index$d_ETypeDeviceLog as ETypeDeviceLog, index$d_ETypeDeviceOS as ETypeDeviceOS, index$d_ETypeExport as ETypeExport, index$d_ETypeGenerate as ETypeGenerate, index$d_ETypeImportExport as ETypeImportExport, index$d_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$d_ETypeManagerWorkType as ETypeManagerWorkType, index$d_ETypePin as ETypePin, index$d_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$d_ETypeProxy as ETypeProxy, index$d_ETypeProxyChecked as ETypeProxyChecked, index$d_ETypeProxyCountry as ETypeProxyCountry, index$d_ETypeProxyNewIP as ETypeProxyNewIP, index$d_ETypeProxyProvider as ETypeProxyProvider, index$d_ETypeRatioImage as ETypeRatioImage, index$d_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$d_ETypeSheetWorkPin as ETypeSheetWorkPin, index$d_ETypeSocial as ETypeSocial, index$d_ETypeSocialChangeInfoInstagram as ETypeSocialChangeInfoInstagram, index$d_ETypeSocialCreateNew as ETypeSocialCreateNew, index$d_ETypeTaskID as ETypeTaskID, index$d_ETypeTimeFilter as ETypeTimeFilter, index$d_ETypeVoiceLanguage as ETypeVoiceLanguage, index$d_EYesNo as EYesNo, index$h as Lark, index$g as SheetTool, index$f as Status, index$e as Types };
|
|
1922
1911
|
}
|
|
1923
1912
|
|
|
1924
1913
|
type TFilter = 'direct' | 'ref';
|
|
@@ -2154,6 +2143,8 @@ type index$8_EStatusVPS = EStatusVPS;
|
|
|
2154
2143
|
declare const index$8_EStatusVPS: typeof EStatusVPS;
|
|
2155
2144
|
type index$8_EStatusVPSReplace = EStatusVPSReplace;
|
|
2156
2145
|
declare const index$8_EStatusVPSReplace: typeof EStatusVPSReplace;
|
|
2146
|
+
type index$8_ETypeSettingInstagram = ETypeSettingInstagram;
|
|
2147
|
+
declare const index$8_ETypeSettingInstagram: typeof ETypeSettingInstagram;
|
|
2157
2148
|
type index$8_FilterAccountEmailManagerDto = FilterAccountEmailManagerDto;
|
|
2158
2149
|
type index$8_FilterDeviceDto = FilterDeviceDto;
|
|
2159
2150
|
type index$8_FilterDeviceLogDto = FilterDeviceLogDto;
|
|
@@ -2419,7 +2410,7 @@ type index$8_UpdateDeviceDto = UpdateDeviceDto;
|
|
|
2419
2410
|
type index$8_UpdatePCDto = UpdatePCDto;
|
|
2420
2411
|
type index$8_ViewDetailDeviceDto = ViewDetailDeviceDto;
|
|
2421
2412
|
declare namespace index$8 {
|
|
2422
|
-
export { type index$8_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$8_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$8_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$8_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$2 as Auth, index$a as Common, type index$8_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$8_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$8_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$8_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$8_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$8_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$8_EStatusAccountCanva as EStatusAccountCanva, index$8_EStatusAccountDrive as EStatusAccountDrive, index$8_EStatusAccountVPN as EStatusAccountVPN, index$8_EStatusEmail as EStatusEmail, index$8_EStatusProxyChecked as EStatusProxyChecked, index$8_EStatusProxyNewIP as EStatusProxyNewIP, index$8_EStatusVPS as EStatusVPS, index$8_EStatusVPSReplace as EStatusVPSReplace, type index$8_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$8_FilterDeviceDto as FilterDeviceDto, type index$8_FilterDeviceLogDto as FilterDeviceLogDto, type index$8_FilterPCDto as FilterPCDto, type index$8_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$8_FindDeviceDto as FindDeviceDto, type index$8_FindDeviceLogDto as FindDeviceLogDto, type index$8_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$8_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$8_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$8_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$8_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$8_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$8_FindOverviewPCDto as FindOverviewPCDto, type index$8_FindPCDetail as FindPCDetail, type index$8_FindPCDto as FindPCDto, type index$8_FindReplaceDeviceDto as FindReplaceDeviceDto, index$7 as Forum, index$3 as History, type index$8_IAccountAIContent as IAccountAIContent, type index$8_IAccountAIContentChannel as IAccountAIContentChannel, type index$8_IAccountAIContentGroup as IAccountAIContentGroup, type index$8_IAccountAIContentInfo as IAccountAIContentInfo, type index$8_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$8_IAccountAIContentTag as IAccountAIContentTag, type index$8_IAccountAIImage as IAccountAIImage, type index$8_IAccountAIImageChannel as IAccountAIImageChannel, type index$8_IAccountAIImageGroup as IAccountAIImageGroup, type index$8_IAccountAIImageInfo as IAccountAIImageInfo, type index$8_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$8_IAccountAIImageTag as IAccountAIImageTag, type index$8_IAccountAIVoice as IAccountAIVoice, type index$8_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$8_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$8_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$8_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$8_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$8_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$8_IAccountCanva as IAccountCanva, type index$8_IAccountDrive as IAccountDrive, type index$8_IAccountEmail as IAccountEmail, type index$8_IAccountEmailProxy as IAccountEmailProxy, type index$8_IAccountEmailTag as IAccountEmailTag, type index$8_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$8_IAccountSocialBase as IAccountSocialBase, type index$8_IAccountSocialGroup as IAccountSocialGroup, type index$8_IAccountVPN as IAccountVPN, type index$8_IAccountVPS as IAccountVPS, type index$8_IAccountVPSGroup as IAccountVPSGroup, type index$8_IAccountVPSSocial as IAccountVPSSocial, type index$8_IAssignUser as IAssignUser, type index$8_IAuthLogin as IAuthLogin, type index$8_IAuthResetPassword as IAuthResetPassword, type index$8_IBaseModel as IBaseModel, type index$8_IBlog as IBlog, type index$8_IBlogCategory as IBlogCategory, type index$8_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$8_IBlogTeamPermission as IBlogTeamPermission, type index$8_IBlogUserPermission as IBlogUserPermission, type index$8_IColsUnSelected as IColsUnSelected, type index$8_IDataDiscussTaskJob as IDataDiscussTaskJob, type index$8_IDataNotification as IDataNotification, type index$8_IDataUser as IDataUser, type index$8_IDepartment as IDepartment, type index$8_IDepartmentMember as IDepartmentMember, type index$8_IDevice as IDevice, type index$8_IDeviceLog as IDeviceLog, type index$8_IDeviceLogELS as IDeviceLogELS, type index$8_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$8_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$8_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$8_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$8_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$8_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$8_IDomain as IDomain, type index$8_IEmailAccountSocial as IEmailAccountSocial, type index$8_IEmailProxy as IEmailProxy, type index$8_IEmailRawManager as IEmailRawManager, type index$8_IEmailVPS as IEmailVPS, type index$8_IFile as IFile, type index$8_IFilterStore as IFilterStore, type index$8_IGPMProfile as IGPMProfile, type index$8_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$8_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$8_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$8_IHistoryTaskCanva as IHistoryTaskCanva, type index$8_IIncreaseValueTask as IIncreaseValueTask, type index$8_IInstagramAccountRaw as IInstagramAccountRaw, type index$8_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$8_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$8_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$8_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$8_IInstagramHistoryAutoSyncStoreIdxELS as IInstagramHistoryAutoSyncStoreIdxELS, type index$8_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$8_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$8_IInstagramHistoryChangeInfoStoreIdxELS as IInstagramHistoryChangeInfoStoreIdxELS, type index$8_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$8_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$8_IInstagramHistoryCreateNewStoreIdxELS as IInstagramHistoryCreateNewStoreIdxELS, type index$8_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$8_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$8_IInstagramHistoryGroupStoreIdxELS as IInstagramHistoryGroupStoreIdxELS, type index$8_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$8_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$8_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, type index$8_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$8_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$8_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, type index$8_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$8_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$8_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, type index$8_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$8_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$8_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, type index$8_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$8_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$8_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, type index$8_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$8_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$8_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, type index$8_IInstagramReportPostNew as IInstagramReportPostNew, type index$8_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$8_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, type index$8_IInstagramReportPostReel as IInstagramReportPostReel, type index$8_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$8_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, type index$8_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$8_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$8_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, type index$8_IInstagramReportPostStory as IInstagramReportPostStory, type index$8_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$8_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, type index$8_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$8_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$8_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$8_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$8_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$8_IInstagramSettingPost as IInstagramSettingPost, type index$8_ILark as ILark, type index$8_ILarkTeam as ILarkTeam, type index$8_IManagerImageAI as IManagerImageAI, type index$8_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$8_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$8_IManagerSheet as IManagerSheet, type index$8_IManagerSheetChildren as IManagerSheetChildren, type index$8_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$8_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$8_IManagerSheetGroup as IManagerSheetGroup, type index$8_IManagerWork as IManagerWork, type index$8_IOtpConfirm as IOtpConfirm, type index$8_IOtpCreateSession as IOtpCreateSession, type index$8_IOtpSend as IOtpSend, type index$8_IPC as IPC, type index$8_IPCLog as IPCLog, type index$8_IPCLogELS as IPCLogELS, type index$8_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$8_IProxy as IProxy, type index$8_IResponseLogin as IResponseLogin, type index$8_IRole as IRole, type index$8_IRoleFeature as IRoleFeature, type index$8_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$8_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$8_ISettingTool as ISettingTool, type index$8_ISheetImportExportSocial as ISheetImportExportSocial, type index$8_ISheetWork as ISheetWork, type index$8_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$8_ISheetWorkManager as ISheetWorkManager, type index$8_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$8_ISheetWorksCategory as ISheetWorksCategory, type index$8_ISheetsTool as ISheetsTool, type index$8_ISocialTaskManager as ISocialTaskManager, type index$8_ITag as ITag, type index$8_ITaskAIContent as ITaskAIContent, type index$8_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$8_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$8_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$8_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$8_ITaskAIItemAction as ITaskAIItemAction, type index$8_ITaskAIItemGroup as ITaskAIItemGroup, type index$8_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$8_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$8_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, type index$8_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$8_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$8_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, type index$8_ITaskInstagramFollow as ITaskInstagramFollow, type index$8_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$8_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, type index$8_ITaskInstagramPost as ITaskInstagramPost, type index$8_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$8_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, type index$8_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$8_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$8_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, type index$8_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$8_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$8_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, type index$8_ITaskJob as ITaskJob, type index$8_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$8_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$8_ITaskJobCheckList as ITaskJobCheckList, type index$8_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$8_ITaskJobDiscuss as ITaskJobDiscuss, type index$8_ITaskJobLabel as ITaskJobLabel, type index$8_ITaskJobPermission as ITaskJobPermission, type index$8_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$8_ITaskJobUserPermission as ITaskJobUserPermission, type index$8_ITaskJobsGroup as ITaskJobsGroup, type index$8_ITaskThreadsFollow as ITaskThreadsFollow, type index$8_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$8_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, type index$8_ITaskThreadsPost as ITaskThreadsPost, type index$8_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$8_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, type index$8_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$8_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$8_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, type index$8_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$8_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$8_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, type index$8_ITeam as ITeam, type index$8_ITeamMember as ITeamMember, type index$8_ITeamRole as ITeamRole, type index$8_IThreadsAccountRaw as IThreadsAccountRaw, type index$8_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$8_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$8_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$8_IThreadsHistoryChange as IThreadsHistoryChange, type index$8_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$8_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$8_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$8_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$8_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$8_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$8_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$8_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, type index$8_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$8_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$8_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, type index$8_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$8_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$8_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, type index$8_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$8_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$8_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, type index$8_IThreadsReportPost as IThreadsReportPost, type index$8_IThreadsReportPostELS as IThreadsReportPostELS, type index$8_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, type index$8_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$8_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$8_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$8_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$8_IThreadsSettingPost as IThreadsSettingPost, type index$8_IToken as IToken, type index$8_ITrackingModel as ITrackingModel, type index$8_ITrackingTime as ITrackingTime, type index$8_IUser as IUser, type index$8_IUserRole as IUserRole, type index$8_IViewDeviceByPC as IViewDeviceByPC, type index$8_IVoiceGenerated as IVoiceGenerated, type index$8_IVoiceLanguage as IVoiceLanguage, type index$8_IVoiceSettingDelay as IVoiceSettingDelay, type index$8_IVoiceStores as IVoiceStores, index$b as Permission, index$4 as Socials, index$5 as Tool, type index$8_UpdateDeviceDto as UpdateDeviceDto, type index$8_UpdatePCDto as UpdatePCDto, type index$8_ViewDetailDeviceDto as ViewDetailDeviceDto, index$6 as Workspace };
|
|
2413
|
+
export { type index$8_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$8_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$8_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$8_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$2 as Auth, index$a as Common, type index$8_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$8_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$8_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$8_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$8_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$8_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$8_EStatusAccountCanva as EStatusAccountCanva, index$8_EStatusAccountDrive as EStatusAccountDrive, index$8_EStatusAccountVPN as EStatusAccountVPN, index$8_EStatusEmail as EStatusEmail, index$8_EStatusProxyChecked as EStatusProxyChecked, index$8_EStatusProxyNewIP as EStatusProxyNewIP, index$8_EStatusVPS as EStatusVPS, index$8_EStatusVPSReplace as EStatusVPSReplace, index$8_ETypeSettingInstagram as ETypeSettingInstagram, type index$8_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$8_FilterDeviceDto as FilterDeviceDto, type index$8_FilterDeviceLogDto as FilterDeviceLogDto, type index$8_FilterPCDto as FilterPCDto, type index$8_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$8_FindDeviceDto as FindDeviceDto, type index$8_FindDeviceLogDto as FindDeviceLogDto, type index$8_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$8_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$8_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$8_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$8_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$8_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$8_FindOverviewPCDto as FindOverviewPCDto, type index$8_FindPCDetail as FindPCDetail, type index$8_FindPCDto as FindPCDto, type index$8_FindReplaceDeviceDto as FindReplaceDeviceDto, index$7 as Forum, index$3 as History, type index$8_IAccountAIContent as IAccountAIContent, type index$8_IAccountAIContentChannel as IAccountAIContentChannel, type index$8_IAccountAIContentGroup as IAccountAIContentGroup, type index$8_IAccountAIContentInfo as IAccountAIContentInfo, type index$8_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$8_IAccountAIContentTag as IAccountAIContentTag, type index$8_IAccountAIImage as IAccountAIImage, type index$8_IAccountAIImageChannel as IAccountAIImageChannel, type index$8_IAccountAIImageGroup as IAccountAIImageGroup, type index$8_IAccountAIImageInfo as IAccountAIImageInfo, type index$8_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$8_IAccountAIImageTag as IAccountAIImageTag, type index$8_IAccountAIVoice as IAccountAIVoice, type index$8_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$8_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$8_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$8_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$8_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$8_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$8_IAccountCanva as IAccountCanva, type index$8_IAccountDrive as IAccountDrive, type index$8_IAccountEmail as IAccountEmail, type index$8_IAccountEmailProxy as IAccountEmailProxy, type index$8_IAccountEmailTag as IAccountEmailTag, type index$8_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$8_IAccountSocialBase as IAccountSocialBase, type index$8_IAccountSocialGroup as IAccountSocialGroup, type index$8_IAccountVPN as IAccountVPN, type index$8_IAccountVPS as IAccountVPS, type index$8_IAccountVPSGroup as IAccountVPSGroup, type index$8_IAccountVPSSocial as IAccountVPSSocial, type index$8_IAssignUser as IAssignUser, type index$8_IAuthLogin as IAuthLogin, type index$8_IAuthResetPassword as IAuthResetPassword, type index$8_IBaseModel as IBaseModel, type index$8_IBlog as IBlog, type index$8_IBlogCategory as IBlogCategory, type index$8_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$8_IBlogTeamPermission as IBlogTeamPermission, type index$8_IBlogUserPermission as IBlogUserPermission, type index$8_IColsUnSelected as IColsUnSelected, type index$8_IDataDiscussTaskJob as IDataDiscussTaskJob, type index$8_IDataNotification as IDataNotification, type index$8_IDataUser as IDataUser, type index$8_IDepartment as IDepartment, type index$8_IDepartmentMember as IDepartmentMember, type index$8_IDevice as IDevice, type index$8_IDeviceLog as IDeviceLog, type index$8_IDeviceLogELS as IDeviceLogELS, type index$8_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$8_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$8_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$8_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$8_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$8_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$8_IDomain as IDomain, type index$8_IEmailAccountSocial as IEmailAccountSocial, type index$8_IEmailProxy as IEmailProxy, type index$8_IEmailRawManager as IEmailRawManager, type index$8_IEmailVPS as IEmailVPS, type index$8_IFile as IFile, type index$8_IFilterStore as IFilterStore, type index$8_IGPMProfile as IGPMProfile, type index$8_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$8_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$8_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$8_IHistoryTaskCanva as IHistoryTaskCanva, type index$8_IIncreaseValueTask as IIncreaseValueTask, type index$8_IInstagramAccountRaw as IInstagramAccountRaw, type index$8_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$8_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$8_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$8_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$8_IInstagramHistoryAutoSyncStoreIdxELS as IInstagramHistoryAutoSyncStoreIdxELS, type index$8_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$8_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$8_IInstagramHistoryChangeInfoStoreIdxELS as IInstagramHistoryChangeInfoStoreIdxELS, type index$8_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$8_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$8_IInstagramHistoryCreateNewStoreIdxELS as IInstagramHistoryCreateNewStoreIdxELS, type index$8_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$8_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$8_IInstagramHistoryGroupStoreIdxELS as IInstagramHistoryGroupStoreIdxELS, type index$8_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$8_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$8_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, type index$8_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$8_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$8_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, type index$8_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$8_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$8_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, type index$8_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$8_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$8_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, type index$8_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$8_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$8_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, type index$8_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$8_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$8_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, type index$8_IInstagramReportPostNew as IInstagramReportPostNew, type index$8_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$8_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, type index$8_IInstagramReportPostReel as IInstagramReportPostReel, type index$8_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$8_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, type index$8_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$8_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$8_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, type index$8_IInstagramReportPostStory as IInstagramReportPostStory, type index$8_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$8_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, type index$8_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$8_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$8_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$8_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$8_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$8_IInstagramSettingPost as IInstagramSettingPost, type index$8_ILark as ILark, type index$8_ILarkTeam as ILarkTeam, type index$8_IManagerImageAI as IManagerImageAI, type index$8_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$8_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$8_IManagerSheet as IManagerSheet, type index$8_IManagerSheetChildren as IManagerSheetChildren, type index$8_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$8_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$8_IManagerSheetGroup as IManagerSheetGroup, type index$8_IManagerWork as IManagerWork, type index$8_IOtpConfirm as IOtpConfirm, type index$8_IOtpCreateSession as IOtpCreateSession, type index$8_IOtpSend as IOtpSend, type index$8_IPC as IPC, type index$8_IPCLog as IPCLog, type index$8_IPCLogELS as IPCLogELS, type index$8_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$8_IProxy as IProxy, type index$8_IResponseLogin as IResponseLogin, type index$8_IRole as IRole, type index$8_IRoleFeature as IRoleFeature, type index$8_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$8_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$8_ISettingTool as ISettingTool, type index$8_ISheetImportExportSocial as ISheetImportExportSocial, type index$8_ISheetWork as ISheetWork, type index$8_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$8_ISheetWorkManager as ISheetWorkManager, type index$8_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$8_ISheetWorksCategory as ISheetWorksCategory, type index$8_ISheetsTool as ISheetsTool, type index$8_ISocialTaskManager as ISocialTaskManager, type index$8_ITag as ITag, type index$8_ITaskAIContent as ITaskAIContent, type index$8_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$8_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$8_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$8_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$8_ITaskAIItemAction as ITaskAIItemAction, type index$8_ITaskAIItemGroup as ITaskAIItemGroup, type index$8_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$8_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$8_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, type index$8_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$8_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$8_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, type index$8_ITaskInstagramFollow as ITaskInstagramFollow, type index$8_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$8_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, type index$8_ITaskInstagramPost as ITaskInstagramPost, type index$8_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$8_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, type index$8_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$8_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$8_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, type index$8_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$8_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$8_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, type index$8_ITaskJob as ITaskJob, type index$8_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$8_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$8_ITaskJobCheckList as ITaskJobCheckList, type index$8_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$8_ITaskJobDiscuss as ITaskJobDiscuss, type index$8_ITaskJobLabel as ITaskJobLabel, type index$8_ITaskJobPermission as ITaskJobPermission, type index$8_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$8_ITaskJobUserPermission as ITaskJobUserPermission, type index$8_ITaskJobsGroup as ITaskJobsGroup, type index$8_ITaskThreadsFollow as ITaskThreadsFollow, type index$8_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$8_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, type index$8_ITaskThreadsPost as ITaskThreadsPost, type index$8_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$8_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, type index$8_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$8_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$8_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, type index$8_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$8_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$8_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, type index$8_ITeam as ITeam, type index$8_ITeamMember as ITeamMember, type index$8_ITeamRole as ITeamRole, type index$8_IThreadsAccountRaw as IThreadsAccountRaw, type index$8_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$8_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$8_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$8_IThreadsHistoryChange as IThreadsHistoryChange, type index$8_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$8_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$8_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$8_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$8_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$8_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$8_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$8_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, type index$8_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$8_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$8_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, type index$8_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$8_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$8_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, type index$8_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$8_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$8_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, type index$8_IThreadsReportPost as IThreadsReportPost, type index$8_IThreadsReportPostELS as IThreadsReportPostELS, type index$8_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, type index$8_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$8_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$8_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$8_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$8_IThreadsSettingPost as IThreadsSettingPost, type index$8_IToken as IToken, type index$8_ITrackingModel as ITrackingModel, type index$8_ITrackingTime as ITrackingTime, type index$8_IUser as IUser, type index$8_IUserRole as IUserRole, type index$8_IViewDeviceByPC as IViewDeviceByPC, type index$8_IVoiceGenerated as IVoiceGenerated, type index$8_IVoiceLanguage as IVoiceLanguage, type index$8_IVoiceSettingDelay as IVoiceSettingDelay, type index$8_IVoiceStores as IVoiceStores, index$b as Permission, index$4 as Socials, index$5 as Tool, type index$8_UpdateDeviceDto as UpdateDeviceDto, type index$8_UpdatePCDto as UpdatePCDto, type index$8_ViewDetailDeviceDto as ViewDetailDeviceDto, index$6 as Workspace };
|
|
2423
2414
|
}
|
|
2424
2415
|
|
|
2425
2416
|
interface UpdatePCDto {
|
|
@@ -2515,7 +2506,7 @@ interface FindOverviewPCDto extends IBaseOverview {
|
|
|
2515
2506
|
}
|
|
2516
2507
|
interface FilterPCDto extends IFilterBaseDto {
|
|
2517
2508
|
statusPc: EStatusPC[];
|
|
2518
|
-
|
|
2509
|
+
statusDeviceConnectedPC: EStatusDeviceConnectPC[];
|
|
2519
2510
|
typeDevice: ETypeDevice[];
|
|
2520
2511
|
statusControl: EStatusPCControl[];
|
|
2521
2512
|
}
|
|
@@ -3269,8 +3260,8 @@ interface IInstagramAccountRaw extends IBaseModel, IAssignUser, ITrackingModel,
|
|
|
3269
3260
|
statusChangeEmail: EStatusChangeInfo;
|
|
3270
3261
|
timeChangeEmail: Date;
|
|
3271
3262
|
statusEmailSyncInfo: EStatusAccountSocialSyncInstagramThreads;
|
|
3272
|
-
|
|
3273
|
-
|
|
3263
|
+
statusLoginAppClone: EStatusAccountSocialLogin;
|
|
3264
|
+
timeLoginAppClone: Date;
|
|
3274
3265
|
typeAccountSetting: ETypeAccountInstagramSetting;
|
|
3275
3266
|
timeChangeTypeAccountSetting: Date;
|
|
3276
3267
|
statusAccountSetting: EStatusAccountSocialSetting;
|
|
@@ -3757,6 +3748,15 @@ interface ISettingRunTimeInstagramPost {
|
|
|
3757
3748
|
isEdit: boolean;
|
|
3758
3749
|
}
|
|
3759
3750
|
|
|
3751
|
+
declare enum ETypeSettingInstagram {
|
|
3752
|
+
InteractBlockUser = "InteractBlockUser",
|
|
3753
|
+
InteractFollow = "InteractFollow",
|
|
3754
|
+
InteractReplyComment = "InteractReplyComment",
|
|
3755
|
+
InteractReplyMessage = "InteractReplyMessage",
|
|
3756
|
+
InteractUnFollow = "InteractUnFollow",
|
|
3757
|
+
Post = "Post"
|
|
3758
|
+
}
|
|
3759
|
+
|
|
3760
3760
|
interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTime, ITrackingModel {
|
|
3761
3761
|
sheetUrl: string;
|
|
3762
3762
|
sheetName: string;
|
|
@@ -5880,14 +5880,14 @@ interface FindReplaceDeviceDto {
|
|
|
5880
5880
|
deviceID: string;
|
|
5881
5881
|
model: string;
|
|
5882
5882
|
department: string;
|
|
5883
|
-
|
|
5883
|
+
statusConnected: EStatusDeviceConnectPC;
|
|
5884
5884
|
};
|
|
5885
5885
|
deviceSelection: Array<{
|
|
5886
5886
|
id: string;
|
|
5887
5887
|
deviceKey: string;
|
|
5888
5888
|
model: string;
|
|
5889
5889
|
department: string;
|
|
5890
|
-
|
|
5890
|
+
statusConnected: EStatusDeviceConnectPC;
|
|
5891
5891
|
}>;
|
|
5892
5892
|
socialMediaSelection: Array<{
|
|
5893
5893
|
name: ETypeSocial;
|
|
@@ -5932,7 +5932,7 @@ interface ViewDetailDeviceDto {
|
|
|
5932
5932
|
basic: {
|
|
5933
5933
|
key: string;
|
|
5934
5934
|
informationSystem: string;
|
|
5935
|
-
|
|
5935
|
+
statusConnected: EStatusDeviceConnectPC;
|
|
5936
5936
|
};
|
|
5937
5937
|
organization: {
|
|
5938
5938
|
department: string;
|
|
@@ -6160,8 +6160,8 @@ interface FilterDeviceDto extends IFilterBaseDto, IFilterAssignDto {
|
|
|
6160
6160
|
deviceNewKey: string[];
|
|
6161
6161
|
typeOld: ETypeDevice[];
|
|
6162
6162
|
typeNew: ETypeDevice[];
|
|
6163
|
-
|
|
6164
|
-
|
|
6163
|
+
statusConnectPCOld: EStatusDeviceConnectPC[];
|
|
6164
|
+
statusConnectPCNew: EStatusDeviceConnectPC[];
|
|
6165
6165
|
statusChangeNew: EStatusDeviceChangeNew[];
|
|
6166
6166
|
statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud[];
|
|
6167
6167
|
statusReplace: EStatusDeviceReplace[];
|
|
@@ -6269,9 +6269,9 @@ interface FindDeviceDto extends IFindBaseDto {
|
|
|
6269
6269
|
numberResetByTheHour: number;
|
|
6270
6270
|
phoneNumber: string;
|
|
6271
6271
|
typeOld: ETypeDevice;
|
|
6272
|
-
|
|
6272
|
+
statusConnectPCOld: EStatusDeviceConnectPC;
|
|
6273
6273
|
typeNew: ETypeDevice;
|
|
6274
|
-
|
|
6274
|
+
statusConnectPCNew: EStatusDeviceConnectPC;
|
|
6275
6275
|
keyOld: string;
|
|
6276
6276
|
keyNew: string;
|
|
6277
6277
|
statusChangeNew: EStatusDeviceChangeNew;
|
|
@@ -8511,6 +8511,8 @@ interface ISettingRunTimeSocial<T = any> extends IBaseModel {
|
|
|
8511
8511
|
featureAdvance: T;
|
|
8512
8512
|
}
|
|
8513
8513
|
|
|
8514
|
+
type index$4_ETypeSettingInstagram = ETypeSettingInstagram;
|
|
8515
|
+
declare const index$4_ETypeSettingInstagram: typeof ETypeSettingInstagram;
|
|
8514
8516
|
type index$4_IAccountSocialBase = IAccountSocialBase;
|
|
8515
8517
|
type index$4_IAccountSocialGroup = IAccountSocialGroup;
|
|
8516
8518
|
type index$4_IIncreaseValueTask = IIncreaseValueTask;
|
|
@@ -8630,7 +8632,7 @@ type index$4_IThreadsSettingInteractReplyMessage = IThreadsSettingInteractReplyM
|
|
|
8630
8632
|
type index$4_IThreadsSettingInteractUnFollow = IThreadsSettingInteractUnFollow;
|
|
8631
8633
|
type index$4_IThreadsSettingPost = IThreadsSettingPost;
|
|
8632
8634
|
declare namespace index$4 {
|
|
8633
|
-
export
|
|
8635
|
+
export { index$4_ETypeSettingInstagram as ETypeSettingInstagram, 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_IInstagramHistoryAutoSyncStoreIdxELS as IInstagramHistoryAutoSyncStoreIdxELS, type index$4_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$4_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$4_IInstagramHistoryChangeInfoStoreIdxELS as IInstagramHistoryChangeInfoStoreIdxELS, type index$4_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$4_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$4_IInstagramHistoryCreateNewStoreIdxELS as IInstagramHistoryCreateNewStoreIdxELS, type index$4_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$4_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$4_IInstagramHistoryGroupStoreIdxELS as IInstagramHistoryGroupStoreIdxELS, type index$4_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$4_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$4_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, type index$4_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$4_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$4_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, type index$4_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$4_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$4_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, type index$4_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$4_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$4_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, type index$4_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$4_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$4_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, type index$4_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$4_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$4_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, type index$4_IInstagramReportPostNew as IInstagramReportPostNew, type index$4_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$4_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, type index$4_IInstagramReportPostReel as IInstagramReportPostReel, type index$4_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$4_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, type index$4_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$4_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$4_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, type index$4_IInstagramReportPostStory as IInstagramReportPostStory, type index$4_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$4_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, 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_ISheetImportExportSocial as ISheetImportExportSocial, type index$4_ISocialTaskManager as ISocialTaskManager, type index$4_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$4_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$4_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, type index$4_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$4_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$4_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, type index$4_ITaskInstagramFollow as ITaskInstagramFollow, type index$4_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$4_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, type index$4_ITaskInstagramPost as ITaskInstagramPost, type index$4_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$4_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, type index$4_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$4_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$4_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, type index$4_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$4_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$4_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, type index$4_ITaskThreadsFollow as ITaskThreadsFollow, type index$4_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$4_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, type index$4_ITaskThreadsPost as ITaskThreadsPost, type index$4_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$4_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, type index$4_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$4_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$4_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, type index$4_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$4_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$4_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, 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_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, type index$4_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$4_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$4_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, type index$4_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$4_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$4_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, type index$4_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$4_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$4_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, type index$4_IThreadsReportPost as IThreadsReportPost, type index$4_IThreadsReportPostELS as IThreadsReportPostELS, type index$4_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, 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 };
|
|
8634
8636
|
}
|
|
8635
8637
|
|
|
8636
8638
|
interface IManagerImageAIUserAttached extends IBaseModel, ITrackingModel {
|
|
@@ -8948,20 +8950,26 @@ interface IDevice extends IBaseModel, IAssignUser, ITrackingModel {
|
|
|
8948
8950
|
};
|
|
8949
8951
|
typeOld: ETypeDevice;
|
|
8950
8952
|
typeNew: ETypeDevice;
|
|
8953
|
+
timeChangeType: Date;
|
|
8951
8954
|
statusSetup: EStatusDeviceSetup;
|
|
8952
|
-
|
|
8953
|
-
statusNew: EStatusDevice;
|
|
8955
|
+
timeSetup: Date;
|
|
8954
8956
|
statusRunningSocial: EStatusDeviceRunningSocial;
|
|
8957
|
+
timeRunningSocial: Date;
|
|
8955
8958
|
statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud;
|
|
8956
|
-
|
|
8959
|
+
timeLoginCHPlayICloud: Date;
|
|
8960
|
+
statusConnectPCOld: EStatusDeviceConnectPC;
|
|
8961
|
+
statusConnectPCNew: EStatusDeviceConnectPC;
|
|
8962
|
+
timeConnectPC: Date;
|
|
8957
8963
|
statusChangeName: EStatusDeviceChangeName;
|
|
8964
|
+
timeChangeName: Date;
|
|
8958
8965
|
statusChangeNew: EStatusDeviceChangeNew;
|
|
8966
|
+
timeChangeNew: Date;
|
|
8959
8967
|
statusReplace: EStatusDeviceReplace;
|
|
8968
|
+
timeReplace: Date;
|
|
8960
8969
|
statusConnectWifi: EStatusDeviceConnectWifi;
|
|
8970
|
+
timeConnectWifi: Date;
|
|
8961
8971
|
statusSync: EStatusDeviceSync;
|
|
8962
8972
|
noteFix: string;
|
|
8963
|
-
timeChangeDevice: Date;
|
|
8964
|
-
timeLoginCHPlayICloud: Date;
|
|
8965
8973
|
}
|
|
8966
8974
|
|
|
8967
8975
|
interface IDeviceLog extends IBaseModel, ITrackingModel {
|
|
@@ -9218,6 +9226,8 @@ type index$1_EStatusVPS = EStatusVPS;
|
|
|
9218
9226
|
declare const index$1_EStatusVPS: typeof EStatusVPS;
|
|
9219
9227
|
type index$1_EStatusVPSReplace = EStatusVPSReplace;
|
|
9220
9228
|
declare const index$1_EStatusVPSReplace: typeof EStatusVPSReplace;
|
|
9229
|
+
type index$1_ETypeSettingInstagram = ETypeSettingInstagram;
|
|
9230
|
+
declare const index$1_ETypeSettingInstagram: typeof ETypeSettingInstagram;
|
|
9221
9231
|
type index$1_FilterAccountEmailManagerDto = FilterAccountEmailManagerDto;
|
|
9222
9232
|
type index$1_FilterDeviceDto = FilterDeviceDto;
|
|
9223
9233
|
type index$1_FilterDeviceLogDto = FilterDeviceLogDto;
|
|
@@ -9477,7 +9487,7 @@ type index$1_UpdateDeviceDto = UpdateDeviceDto;
|
|
|
9477
9487
|
type index$1_UpdatePCDto = UpdatePCDto;
|
|
9478
9488
|
type index$1_ViewDetailDeviceDto = ViewDetailDeviceDto;
|
|
9479
9489
|
declare namespace index$1 {
|
|
9480
|
-
export { type index$1_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$1_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$1_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$1_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$2 as Auth, index$a as Common, type index$1_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$1_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$1_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$1_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$1_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$1_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$1_EStatusAccountCanva as EStatusAccountCanva, index$1_EStatusAccountDrive as EStatusAccountDrive, index$1_EStatusAccountVPN as EStatusAccountVPN, index$1_EStatusEmail as EStatusEmail, index$1_EStatusProxyChecked as EStatusProxyChecked, index$1_EStatusProxyNewIP as EStatusProxyNewIP, index$1_EStatusVPS as EStatusVPS, index$1_EStatusVPSReplace as EStatusVPSReplace, type index$1_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$1_FilterDeviceDto as FilterDeviceDto, type index$1_FilterDeviceLogDto as FilterDeviceLogDto, type index$1_FilterPCDto as FilterPCDto, type index$1_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$1_FindDeviceDto as FindDeviceDto, type index$1_FindDeviceLogDto as FindDeviceLogDto, type index$1_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$1_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$1_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$1_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$1_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$1_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$1_FindOverviewPCDto as FindOverviewPCDto, type index$1_FindPCDetail as FindPCDetail, type index$1_FindPCDto as FindPCDto, type index$1_FindReplaceDeviceDto as FindReplaceDeviceDto, index$7 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_IAssignUser as IAssignUser, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$1_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IEmailAccountSocial as IEmailAccountSocial, type index$1_IEmailProxy as IEmailProxy, type index$1_IEmailRawManager as IEmailRawManager, type index$1_IEmailVPS as IEmailVPS, type index$1_IFile as IFile, type index$1_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_IInstagramHistoryAutoSyncStoreIdxELS as IInstagramHistoryAutoSyncStoreIdxELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryChangeInfoStoreIdxELS as IInstagramHistoryChangeInfoStoreIdxELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryCreateNewStoreIdxELS as IInstagramHistoryCreateNewStoreIdxELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramHistoryGroupStoreIdxELS as IInstagramHistoryGroupStoreIdxELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$1_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_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_IPCLog as IPCLog, type index$1_IPCLogELS as IPCLogELS, type index$1_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$1_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$1_ISettingTool as ISettingTool, type index$1_ISheetImportExportSocial as ISheetImportExportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$1_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$1_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$1_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$1_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$1_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$1_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$1_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$1_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$1_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$1_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, type index$1_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTime as ITrackingTime, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IViewDeviceByPC as IViewDeviceByPC, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$b as Permission, index$4 as Socials, index$5 as Tool, type index$1_UpdateDeviceDto as UpdateDeviceDto, type index$1_UpdatePCDto as UpdatePCDto, type index$1_ViewDetailDeviceDto as ViewDetailDeviceDto, index$6 as Workspace };
|
|
9490
|
+
export { type index$1_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$1_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$1_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$1_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$2 as Auth, index$a as Common, type index$1_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$1_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$1_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$1_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$1_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$1_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$1_EStatusAccountCanva as EStatusAccountCanva, index$1_EStatusAccountDrive as EStatusAccountDrive, index$1_EStatusAccountVPN as EStatusAccountVPN, index$1_EStatusEmail as EStatusEmail, index$1_EStatusProxyChecked as EStatusProxyChecked, index$1_EStatusProxyNewIP as EStatusProxyNewIP, index$1_EStatusVPS as EStatusVPS, index$1_EStatusVPSReplace as EStatusVPSReplace, index$1_ETypeSettingInstagram as ETypeSettingInstagram, type index$1_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$1_FilterDeviceDto as FilterDeviceDto, type index$1_FilterDeviceLogDto as FilterDeviceLogDto, type index$1_FilterPCDto as FilterPCDto, type index$1_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$1_FindDeviceDto as FindDeviceDto, type index$1_FindDeviceLogDto as FindDeviceLogDto, type index$1_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$1_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$1_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$1_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$1_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$1_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$1_FindOverviewPCDto as FindOverviewPCDto, type index$1_FindPCDetail as FindPCDetail, type index$1_FindPCDto as FindPCDto, type index$1_FindReplaceDeviceDto as FindReplaceDeviceDto, index$7 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_IAssignUser as IAssignUser, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$1_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IEmailAccountSocial as IEmailAccountSocial, type index$1_IEmailProxy as IEmailProxy, type index$1_IEmailRawManager as IEmailRawManager, type index$1_IEmailVPS as IEmailVPS, type index$1_IFile as IFile, type index$1_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_IInstagramHistoryAutoSyncStoreIdxELS as IInstagramHistoryAutoSyncStoreIdxELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryChangeInfoStoreIdxELS as IInstagramHistoryChangeInfoStoreIdxELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryCreateNewStoreIdxELS as IInstagramHistoryCreateNewStoreIdxELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramHistoryGroupStoreIdxELS as IInstagramHistoryGroupStoreIdxELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$1_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_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_IPCLog as IPCLog, type index$1_IPCLogELS as IPCLogELS, type index$1_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$1_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$1_ISettingTool as ISettingTool, type index$1_ISheetImportExportSocial as ISheetImportExportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$1_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$1_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$1_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$1_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$1_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$1_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$1_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$1_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$1_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$1_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, type index$1_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTime as ITrackingTime, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IViewDeviceByPC as IViewDeviceByPC, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$b as Permission, index$4 as Socials, index$5 as Tool, type index$1_UpdateDeviceDto as UpdateDeviceDto, type index$1_UpdatePCDto as UpdatePCDto, type index$1_ViewDetailDeviceDto as ViewDetailDeviceDto, index$6 as Workspace };
|
|
9481
9491
|
}
|
|
9482
9492
|
|
|
9483
9493
|
interface IUserInfoAssignment {
|
|
@@ -11879,13 +11889,15 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
11879
11889
|
id: string;
|
|
11880
11890
|
key: string;
|
|
11881
11891
|
name: string;
|
|
11882
|
-
|
|
11892
|
+
model: string;
|
|
11893
|
+
os: ETypeDeviceOS;
|
|
11883
11894
|
typeAppClone: string;
|
|
11884
11895
|
nameAppClone: string;
|
|
11885
11896
|
nameAppCloneSocial: string;
|
|
11886
|
-
status: EStatusDevice;
|
|
11887
11897
|
statusConnectPC: EStatusDeviceConnectPC;
|
|
11898
|
+
timeConnectPC: Date;
|
|
11888
11899
|
statusReplace: EStatusDeviceReplace;
|
|
11900
|
+
timeReplace: Date;
|
|
11889
11901
|
};
|
|
11890
11902
|
accountStatus: EStatusAccountSocialRaw;
|
|
11891
11903
|
accountStatusTimeChange: Date;
|
|
@@ -12486,161 +12498,87 @@ interface ChangeInfoInstagramAccountRawDto {
|
|
|
12486
12498
|
listDataChangeInfo: Array<IDataChangeInfo>;
|
|
12487
12499
|
}
|
|
12488
12500
|
|
|
12501
|
+
interface ViewSettingInstagramOfAccountDto {
|
|
12502
|
+
id: string;
|
|
12503
|
+
isHasSetting: boolean;
|
|
12504
|
+
typeSetting: ETypeSettingInstagram;
|
|
12505
|
+
startStop: EStartStop;
|
|
12506
|
+
departmentCreator: string;
|
|
12507
|
+
teamCreator: string;
|
|
12508
|
+
leaderCreator: string;
|
|
12509
|
+
createdBy: string;
|
|
12510
|
+
createdAt: Date;
|
|
12511
|
+
updatedBy: string;
|
|
12512
|
+
updatedAt: Date;
|
|
12513
|
+
}
|
|
12489
12514
|
interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
12490
12515
|
typeSocial: ETypeSocial;
|
|
12491
12516
|
idea: string | IManagerWork;
|
|
12492
12517
|
niche: string | IManagerWork;
|
|
12493
12518
|
type: ETypeManagerWorkClassify;
|
|
12494
|
-
|
|
12495
|
-
|
|
12496
|
-
|
|
12497
|
-
|
|
12498
|
-
|
|
12499
|
-
|
|
12500
|
-
|
|
12501
|
-
|
|
12502
|
-
leaderCreator: string;
|
|
12503
|
-
teamCreator: string;
|
|
12504
|
-
createdBy: string;
|
|
12505
|
-
}>;
|
|
12506
|
-
runStartDateTime: Date;
|
|
12507
|
-
runEndDateTime: Date;
|
|
12508
|
-
statusRun: EStatusAccountSocialRun;
|
|
12509
|
-
statusConnectDevice: EStatusDeviceConnectPC;
|
|
12510
|
-
noteConnectDevice: string;
|
|
12511
|
-
syncInfo: {
|
|
12512
|
-
statusSync: EStatusAccountSocialSync;
|
|
12513
|
-
timeSync: Date;
|
|
12514
|
-
};
|
|
12519
|
+
statusAccount: EStatusAccountSocialRaw;
|
|
12520
|
+
timeChangeStatus: Date;
|
|
12521
|
+
timeAddToDevice: Date;
|
|
12522
|
+
timeStartStopOnDevice: Date;
|
|
12523
|
+
statusLoginAppClone: EStatusAccountSocialLogin;
|
|
12524
|
+
timeLoginAppClone: Date;
|
|
12525
|
+
statusSyncAccount: EStatusAccountSocialSync;
|
|
12526
|
+
timeSyncAccount: Date;
|
|
12515
12527
|
performanceHub: {
|
|
12516
|
-
oldUsername: string;
|
|
12517
12528
|
newUsername: string;
|
|
12518
|
-
|
|
12519
|
-
|
|
12520
|
-
|
|
12521
|
-
|
|
12522
|
-
|
|
12523
|
-
|
|
12524
|
-
|
|
12525
|
-
|
|
12526
|
-
|
|
12527
|
-
|
|
12528
|
-
|
|
12529
|
-
|
|
12530
|
-
|
|
12529
|
+
oldUsername: string;
|
|
12530
|
+
numberFollowers: number;
|
|
12531
|
+
numberFollowings: number;
|
|
12532
|
+
numberPosts: number;
|
|
12533
|
+
};
|
|
12534
|
+
numberListSettings: number;
|
|
12535
|
+
group: string;
|
|
12536
|
+
accountID: number;
|
|
12537
|
+
usernameInfo: {
|
|
12538
|
+
old: string;
|
|
12539
|
+
new: string;
|
|
12540
|
+
statusLogin: EStatusAccountSocialCheckAuth;
|
|
12541
|
+
timeLogin: Date;
|
|
12542
|
+
statusChange: EStatusChangeInfo;
|
|
12543
|
+
timeChange: Date;
|
|
12531
12544
|
};
|
|
12532
12545
|
deviceInfo: {
|
|
12533
12546
|
id: string;
|
|
12534
12547
|
key: string;
|
|
12535
12548
|
name: string;
|
|
12536
|
-
|
|
12549
|
+
model: string;
|
|
12550
|
+
os: ETypeDeviceOS;
|
|
12537
12551
|
typeAppClone: string;
|
|
12538
12552
|
nameAppClone: string;
|
|
12539
12553
|
nameAppCloneSocial: string;
|
|
12540
|
-
|
|
12541
|
-
|
|
12542
|
-
|
|
12543
|
-
|
|
12544
|
-
password: string;
|
|
12545
|
-
code2FA: string;
|
|
12546
|
-
emailRecover: string;
|
|
12547
|
-
status: EStatusAccountCHPlayICloud;
|
|
12554
|
+
statusConnectPC: EStatusDeviceConnectPC;
|
|
12555
|
+
timeConnectPC: Date;
|
|
12556
|
+
statusReplace: EStatusDeviceReplace;
|
|
12557
|
+
timeReplace: Date;
|
|
12548
12558
|
};
|
|
12549
12559
|
proxyInfo: {
|
|
12550
12560
|
id: string;
|
|
12551
12561
|
type: ETypeProxy;
|
|
12552
|
-
|
|
12553
|
-
status:
|
|
12554
|
-
|
|
12562
|
+
proxyFormat: string;
|
|
12563
|
+
status: EStatusProxyNewIP;
|
|
12564
|
+
updatedAt: Date;
|
|
12555
12565
|
};
|
|
12556
12566
|
vpnInfo: {
|
|
12557
12567
|
id: string;
|
|
12558
12568
|
email: string;
|
|
12569
|
+
username: string;
|
|
12559
12570
|
password: string;
|
|
12560
12571
|
code2FA: string;
|
|
12561
|
-
type: ETypeAccountVPN;
|
|
12562
12572
|
status: EStatusAccountVPN;
|
|
12573
|
+
type: ETypeAccountVPN;
|
|
12574
|
+
updatedAt: Date;
|
|
12563
12575
|
};
|
|
12564
|
-
|
|
12565
|
-
|
|
12566
|
-
|
|
12567
|
-
|
|
12568
|
-
|
|
12569
|
-
totalFollowers: number;
|
|
12570
|
-
totalFollowings: number;
|
|
12571
|
-
historyUserName: {
|
|
12572
|
-
old: string;
|
|
12573
|
-
new: string;
|
|
12574
|
-
statusChange: EStatusChangeInfo;
|
|
12575
|
-
timeChange: Date;
|
|
12576
|
-
};
|
|
12577
|
-
historyFullname: {
|
|
12578
|
-
old: string;
|
|
12579
|
-
new: string;
|
|
12580
|
-
statusChange: EStatusChangeInfo;
|
|
12581
|
-
timeChange: Date;
|
|
12582
|
-
};
|
|
12583
|
-
historyPassword: {
|
|
12584
|
-
old: string;
|
|
12585
|
-
new: string;
|
|
12586
|
-
statusChange: EStatusChangeInfo;
|
|
12587
|
-
timeChange: Date;
|
|
12588
|
-
};
|
|
12589
|
-
history2FA: {
|
|
12590
|
-
old: string;
|
|
12591
|
-
new: string;
|
|
12592
|
-
statusChange: EStatusChangeInfo;
|
|
12593
|
-
timeChange: Date;
|
|
12594
|
-
};
|
|
12595
|
-
historyEmail: {
|
|
12596
|
-
old: string;
|
|
12597
|
-
new: string;
|
|
12598
|
-
statusChange: EStatusChangeInfo;
|
|
12599
|
-
timeChange: Date;
|
|
12600
|
-
};
|
|
12601
|
-
loginSocialStatus: {
|
|
12602
|
-
status: EStatusAccountSocialLogin;
|
|
12603
|
-
time: Date;
|
|
12604
|
-
};
|
|
12605
|
-
accountSetting: {
|
|
12606
|
-
typeAccount: ETypeAccountInstagramSetting;
|
|
12607
|
-
timeChangeTypeAccount: Date;
|
|
12608
|
-
status: EStatusAccountSocialSetting;
|
|
12609
|
-
timeChangeAccount: Date;
|
|
12610
|
-
};
|
|
12611
|
-
avatarInfo: {
|
|
12612
|
-
prompt: string;
|
|
12613
|
-
url: string;
|
|
12614
|
-
statusChange: EStatusChangeInfo;
|
|
12615
|
-
timeChange: Date;
|
|
12616
|
-
};
|
|
12617
|
-
coverInfo: {
|
|
12618
|
-
prompt: string;
|
|
12619
|
-
url: string;
|
|
12620
|
-
statusChange: EStatusChangeInfo;
|
|
12621
|
-
timeChange: Date;
|
|
12622
|
-
};
|
|
12623
|
-
bioContentInfo: {
|
|
12624
|
-
content: string;
|
|
12625
|
-
statusChange: EStatusChangeInfo;
|
|
12626
|
-
timeChange: Date;
|
|
12627
|
-
};
|
|
12628
|
-
bioLinkInfo: {
|
|
12629
|
-
listLink: string[];
|
|
12630
|
-
statusChange: EStatusChangeInfo;
|
|
12631
|
-
timeChange: Date;
|
|
12632
|
-
};
|
|
12633
|
-
loginEmailInfo: {
|
|
12634
|
-
email: string;
|
|
12635
|
-
emailPassword: string;
|
|
12636
|
-
email2FA: string;
|
|
12637
|
-
emailRecover: string;
|
|
12638
|
-
};
|
|
12639
|
-
loginEmailStatus: {
|
|
12640
|
-
status: EStatusAccountSocialLoginEmail;
|
|
12641
|
-
time: Date;
|
|
12576
|
+
assignedInfo: {
|
|
12577
|
+
department: string;
|
|
12578
|
+
team: string;
|
|
12579
|
+
leader: string;
|
|
12580
|
+
timeLastUsed: Date;
|
|
12642
12581
|
};
|
|
12643
|
-
timeAddToDevice: Date;
|
|
12644
12582
|
}
|
|
12645
12583
|
interface FilterInstagramAccountRunDto extends IFilterBaseDto {
|
|
12646
12584
|
idea: string[];
|
|
@@ -15853,7 +15791,7 @@ interface FindSheetsToolDto extends IFindBaseDto {
|
|
|
15853
15791
|
device: {
|
|
15854
15792
|
id: string;
|
|
15855
15793
|
name: string;
|
|
15856
|
-
|
|
15794
|
+
statusConnectPC: EStatusDeviceConnectPC;
|
|
15857
15795
|
};
|
|
15858
15796
|
pc: {
|
|
15859
15797
|
id: string;
|
|
@@ -15892,7 +15830,7 @@ interface FilterSheetsToolDto extends IFilterBaseDto, IFilterAssignDto {
|
|
|
15892
15830
|
typeSheet: ESheetToolInstagram[];
|
|
15893
15831
|
statusImport: ESheetToolStatusImport[];
|
|
15894
15832
|
statusRun: ESheetToolStatusRun[];
|
|
15895
|
-
|
|
15833
|
+
statusConnectPC: EStatusDeviceConnectPC;
|
|
15896
15834
|
departmentAssigned: string[];
|
|
15897
15835
|
leaderAssigned: string[];
|
|
15898
15836
|
teamAssigned: string[];
|
|
@@ -16757,8 +16695,9 @@ type index_UpdateTasksJobDto = UpdateTasksJobDto;
|
|
|
16757
16695
|
type index_UpdateTeamDto = UpdateTeamDto;
|
|
16758
16696
|
type index_UpdateUserDto = UpdateUserDto;
|
|
16759
16697
|
type index_ViewDetailSheetsToolDto = ViewDetailSheetsToolDto;
|
|
16698
|
+
type index_ViewSettingInstagramOfAccountDto = ViewSettingInstagramOfAccountDto;
|
|
16760
16699
|
declare namespace index {
|
|
16761
|
-
export type { index_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, index_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index_AddToDeviceProxyDto as AddToDeviceProxyDto, index_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, index_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index_ChangeInfoInstagramAccountRawDto as ChangeInfoInstagramAccountRawDto, index_CheckSendMessageLark as CheckSendMessageLark, index_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index_CreateAccountVPSDto as CreateAccountVPSDto, index_CreateBlogDto as CreateBlogDto, index_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index_CreateDepartmentDto as CreateDepartmentDto, index_CreateInstagramSettingInteractFollowDto as CreateInstagramSettingInteractFollowDto, index_CreateInstagramSettingInteractReplyCommentDto as CreateInstagramSettingInteractReplyCommentDto, index_CreateInstagramSettingInteractReplyMessageDto as CreateInstagramSettingInteractReplyMessageDto, index_CreateInstagramSettingInteractUnFollowDto as CreateInstagramSettingInteractUnFollowDto, index_CreateInstagramSettingPostDto as CreateInstagramSettingPostDto, index_CreateLarkDto as CreateLarkDto, index_CreateManagerWorkDto as CreateManagerWorkDto, index_CreateProxyDto as CreateProxyDto, index_CreateRoleDto as CreateRoleDto, index_CreateSheetToolDto as CreateSheetToolDto, index_CreateSheetWorkDto as CreateSheetWorkDto, index_CreateTaskAIContentDto as CreateTaskAIContentDto, index_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index_CreateTasksJobDto as CreateTasksJobDto, index_CreateTeamDto as CreateTeamDto, index_CreateUserDto as CreateUserDto, index_DataImportInstagramAccountRawDto as DataImportInstagramAccountRawDto, index_ExportDto as ExportDto, index_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index_FilterAccountAIContentDto as FilterAccountAIContentDto, index_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index_FilterAccountAIImageDto as FilterAccountAIImageDto, index_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index_FilterAccountCanvaDto as FilterAccountCanvaDto, index_FilterAccountDriveDto as FilterAccountDriveDto, index_FilterAccountEmailDto as FilterAccountEmailDto, index_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index_FilterBaseDto as FilterBaseDto, index_FilterBaseSocialDto as FilterBaseSocialDto, index_FilterBlogCategoryDto as FilterBlogCategoryDto, index_FilterBlogDto as FilterBlogDto, index_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, index_FilterDepartmentDto as FilterDepartmentDto, index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, index_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index_FilterInstagramSettingFollowDto as FilterInstagramSettingFollowDto, index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, index_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, index_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, index_FilterLarkDto as FilterLarkDto, index_FilterManagerImageAIDto as FilterManagerImageAIDto, index_FilterManagerSheetDto as FilterManagerSheetDto, index_FilterManagerWorkDto as FilterManagerWorkDto, index_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, index_FilterProxyDto as FilterProxyDto, index_FilterRoleDto as FilterRoleDto, index_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index_FilterSheetWorkDto as FilterSheetWorkDto, index_FilterSheetsToolDto as FilterSheetsToolDto, index_FilterTaskAIContentDto as FilterTaskAIContentDto, index_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index_FilterTeamDto as FilterTeamDto, index_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, index_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index_FilterThreadsHistoryCreateNewDto as FilterThreadsHistoryCreateNewDto, index_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, index_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index_FilterUserDto as FilterUserDto, index_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index_FindAccountAIContentDto as FindAccountAIContentDto, index_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index_FindAccountAIImageDto as FindAccountAIImageDto, index_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index_FindAccountCanvaDto as FindAccountCanvaDto, index_FindAccountDriveDto as FindAccountDriveDto, index_FindAccountEmailDto as FindAccountEmailDto, index_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, index_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, index_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, index_FindBlogCategoryDto as FindBlogCategoryDto, index_FindBlogDto as FindBlogDto, index_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, index_FindDepartmentDto as FindDepartmentDto, index_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index_FindForReviewDto as FindForReviewDto, index_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index_FindLarkDto as FindLarkDto, index_FindManagerImageAIDto as FindManagerImageAIDto, index_FindManagerSheetDto as FindManagerSheetDto, index_FindManagerWorkDto as FindManagerWorkDto, index_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, index_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, index_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, index_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, index_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, index_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, index_FindOverViewLarkDto as FindOverViewLarkDto, index_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, index_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, index_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, index_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, index_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, index_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, index_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index_FindOverviewProxyDto as FindOverviewProxyDto, index_FindOverviewRoleDto as FindOverviewRoleDto, index_FindOverviewTeamDto as FindOverviewTeamDto, index_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, index_FindOverviewThreadsHistoryCreateNewDto as FindOverviewThreadsHistoryCreateNewDto, index_FindOverviewUserDto as FindOverviewUserDto, index_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, index_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, index_FindProxyDto as FindProxyDto, index_FindRoleDetailDto as FindRoleDetailDto, index_FindRoleDto as FindRoleDto, index_FindRoleOfMe as FindRoleOfMe, index_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index_FindSheetWorkDto as FindSheetWorkDto, index_FindSheetsToolDto as FindSheetsToolDto, index_FindTaskAIContentDto as FindTaskAIContentDto, index_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index_FindTasksJobDto as FindTasksJobDto, index_FindTeamDto as FindTeamDto, index_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index_FindThreadsHistoryCreateNewDto as FindThreadsHistoryCreateNewDto, index_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index_FindUserDto as FindUserDto, index_IBaseELS as IBaseELS, index_IBaseOverview as IBaseOverview, index_IBaseRefFieldELS as IBaseRefFieldELS, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IBaseStoreIdxELS as IBaseStoreIdxELS, index_IFilterAssignDto as IFilterAssignDto, index_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index_IFilterBaseDto as IFilterBaseDto, index_IFilterSettingAccountSocialFindForSettingDto as IFilterSettingAccountSocialFindForSettingDto, index_IFindBaseDto as IFindBaseDto, index_ISettingAccountSocialDto as ISettingAccountSocialDto, index_IUserInfoAssignment as IUserInfoAssignment, index_ImportAccountVPSDto as ImportAccountVPSDto, index_ImportDto as ImportDto, index_ImportInstagramAccountRawDto as ImportInstagramAccountRawDto, index_ImportManagerWorkDto as ImportManagerWorkDto, index_ImportSheetWorkDto as ImportSheetWorkDto, index_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index_OverviewSheetsToolDto as OverviewSheetsToolDto, index_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index_ReplaceAccountVSPDto as ReplaceAccountVSPDto, index_ResultChangeInfoInstagramAccountRawDto as ResultChangeInfoInstagramAccountRawDto, index_ResultImportInstagramAccountRawDto as ResultImportInstagramAccountRawDto, index_StatisticsManagerWorkDto as StatisticsManagerWorkDto, index_StatisticsSheetWorkDto as StatisticsSheetWorkDto, index_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index_UpdateAccountVPSDto as UpdateAccountVPSDto, index_UpdateBlogDto as UpdateBlogDto, index_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index_UpdateDepartmentDto as UpdateDepartmentDto, index_UpdateInstagramSettingInteractFollowDto as UpdateInstagramSettingInteractFollowDto, index_UpdateInstagramSettingInteractReplyCommentDto as UpdateInstagramSettingInteractReplyCommentDto, index_UpdateInstagramSettingInteractReplyMessageDto as UpdateInstagramSettingInteractReplyMessageDto, index_UpdateInstagramSettingInteractUnFollowDto as UpdateInstagramSettingInteractUnFollowDto, index_UpdateInstagramSettingPostDto as UpdateInstagramSettingPostDto, index_UpdateLarkDto as UpdateLarkDto, index_UpdateManagerWorkDto as UpdateManagerWorkDto, index_UpdateProxyDto as UpdateProxyDto, index_UpdateRoleDto as UpdateRoleDto, index_UpdateSheetWorkDto as UpdateSheetWorkDto, index_UpdateSheetsToolDto as UpdateSheetsToolDto, index_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index_UpdateTasksJobDto as UpdateTasksJobDto, index_UpdateTeamDto as UpdateTeamDto, index_UpdateUserDto as UpdateUserDto, index_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto };
|
|
16700
|
+
export type { index_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, index_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index_AddToDeviceProxyDto as AddToDeviceProxyDto, index_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, index_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index_ChangeInfoInstagramAccountRawDto as ChangeInfoInstagramAccountRawDto, index_CheckSendMessageLark as CheckSendMessageLark, index_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index_CreateAccountVPSDto as CreateAccountVPSDto, index_CreateBlogDto as CreateBlogDto, index_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index_CreateDepartmentDto as CreateDepartmentDto, index_CreateInstagramSettingInteractFollowDto as CreateInstagramSettingInteractFollowDto, index_CreateInstagramSettingInteractReplyCommentDto as CreateInstagramSettingInteractReplyCommentDto, index_CreateInstagramSettingInteractReplyMessageDto as CreateInstagramSettingInteractReplyMessageDto, index_CreateInstagramSettingInteractUnFollowDto as CreateInstagramSettingInteractUnFollowDto, index_CreateInstagramSettingPostDto as CreateInstagramSettingPostDto, index_CreateLarkDto as CreateLarkDto, index_CreateManagerWorkDto as CreateManagerWorkDto, index_CreateProxyDto as CreateProxyDto, index_CreateRoleDto as CreateRoleDto, index_CreateSheetToolDto as CreateSheetToolDto, index_CreateSheetWorkDto as CreateSheetWorkDto, index_CreateTaskAIContentDto as CreateTaskAIContentDto, index_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index_CreateTasksJobDto as CreateTasksJobDto, index_CreateTeamDto as CreateTeamDto, index_CreateUserDto as CreateUserDto, index_DataImportInstagramAccountRawDto as DataImportInstagramAccountRawDto, index_ExportDto as ExportDto, index_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index_FilterAccountAIContentDto as FilterAccountAIContentDto, index_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index_FilterAccountAIImageDto as FilterAccountAIImageDto, index_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index_FilterAccountCanvaDto as FilterAccountCanvaDto, index_FilterAccountDriveDto as FilterAccountDriveDto, index_FilterAccountEmailDto as FilterAccountEmailDto, index_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index_FilterBaseDto as FilterBaseDto, index_FilterBaseSocialDto as FilterBaseSocialDto, index_FilterBlogCategoryDto as FilterBlogCategoryDto, index_FilterBlogDto as FilterBlogDto, index_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, index_FilterDepartmentDto as FilterDepartmentDto, index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, index_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index_FilterInstagramSettingFollowDto as FilterInstagramSettingFollowDto, index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, index_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, index_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, index_FilterLarkDto as FilterLarkDto, index_FilterManagerImageAIDto as FilterManagerImageAIDto, index_FilterManagerSheetDto as FilterManagerSheetDto, index_FilterManagerWorkDto as FilterManagerWorkDto, index_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, index_FilterProxyDto as FilterProxyDto, index_FilterRoleDto as FilterRoleDto, index_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index_FilterSheetWorkDto as FilterSheetWorkDto, index_FilterSheetsToolDto as FilterSheetsToolDto, index_FilterTaskAIContentDto as FilterTaskAIContentDto, index_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index_FilterTeamDto as FilterTeamDto, index_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, index_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index_FilterThreadsHistoryCreateNewDto as FilterThreadsHistoryCreateNewDto, index_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, index_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index_FilterUserDto as FilterUserDto, index_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index_FindAccountAIContentDto as FindAccountAIContentDto, index_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index_FindAccountAIImageDto as FindAccountAIImageDto, index_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index_FindAccountCanvaDto as FindAccountCanvaDto, index_FindAccountDriveDto as FindAccountDriveDto, index_FindAccountEmailDto as FindAccountEmailDto, index_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, index_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, index_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, index_FindBlogCategoryDto as FindBlogCategoryDto, index_FindBlogDto as FindBlogDto, index_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, index_FindDepartmentDto as FindDepartmentDto, index_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index_FindForReviewDto as FindForReviewDto, index_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index_FindLarkDto as FindLarkDto, index_FindManagerImageAIDto as FindManagerImageAIDto, index_FindManagerSheetDto as FindManagerSheetDto, index_FindManagerWorkDto as FindManagerWorkDto, index_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, index_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, index_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, index_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, index_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, index_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, index_FindOverViewLarkDto as FindOverViewLarkDto, index_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, index_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, index_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, index_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, index_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, index_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, index_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index_FindOverviewProxyDto as FindOverviewProxyDto, index_FindOverviewRoleDto as FindOverviewRoleDto, index_FindOverviewTeamDto as FindOverviewTeamDto, index_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, index_FindOverviewThreadsHistoryCreateNewDto as FindOverviewThreadsHistoryCreateNewDto, index_FindOverviewUserDto as FindOverviewUserDto, index_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, index_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, index_FindProxyDto as FindProxyDto, index_FindRoleDetailDto as FindRoleDetailDto, index_FindRoleDto as FindRoleDto, index_FindRoleOfMe as FindRoleOfMe, index_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index_FindSheetWorkDto as FindSheetWorkDto, index_FindSheetsToolDto as FindSheetsToolDto, index_FindTaskAIContentDto as FindTaskAIContentDto, index_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index_FindTasksJobDto as FindTasksJobDto, index_FindTeamDto as FindTeamDto, index_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index_FindThreadsHistoryCreateNewDto as FindThreadsHistoryCreateNewDto, index_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index_FindUserDto as FindUserDto, index_IBaseELS as IBaseELS, index_IBaseOverview as IBaseOverview, index_IBaseRefFieldELS as IBaseRefFieldELS, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IBaseStoreIdxELS as IBaseStoreIdxELS, index_IFilterAssignDto as IFilterAssignDto, index_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index_IFilterBaseDto as IFilterBaseDto, index_IFilterSettingAccountSocialFindForSettingDto as IFilterSettingAccountSocialFindForSettingDto, index_IFindBaseDto as IFindBaseDto, index_ISettingAccountSocialDto as ISettingAccountSocialDto, index_IUserInfoAssignment as IUserInfoAssignment, index_ImportAccountVPSDto as ImportAccountVPSDto, index_ImportDto as ImportDto, index_ImportInstagramAccountRawDto as ImportInstagramAccountRawDto, index_ImportManagerWorkDto as ImportManagerWorkDto, index_ImportSheetWorkDto as ImportSheetWorkDto, index_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index_OverviewSheetsToolDto as OverviewSheetsToolDto, index_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index_ReplaceAccountVSPDto as ReplaceAccountVSPDto, index_ResultChangeInfoInstagramAccountRawDto as ResultChangeInfoInstagramAccountRawDto, index_ResultImportInstagramAccountRawDto as ResultImportInstagramAccountRawDto, index_StatisticsManagerWorkDto as StatisticsManagerWorkDto, index_StatisticsSheetWorkDto as StatisticsSheetWorkDto, index_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index_UpdateAccountVPSDto as UpdateAccountVPSDto, index_UpdateBlogDto as UpdateBlogDto, index_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index_UpdateDepartmentDto as UpdateDepartmentDto, index_UpdateInstagramSettingInteractFollowDto as UpdateInstagramSettingInteractFollowDto, index_UpdateInstagramSettingInteractReplyCommentDto as UpdateInstagramSettingInteractReplyCommentDto, index_UpdateInstagramSettingInteractReplyMessageDto as UpdateInstagramSettingInteractReplyMessageDto, index_UpdateInstagramSettingInteractUnFollowDto as UpdateInstagramSettingInteractUnFollowDto, index_UpdateInstagramSettingPostDto as UpdateInstagramSettingPostDto, index_UpdateLarkDto as UpdateLarkDto, index_UpdateManagerWorkDto as UpdateManagerWorkDto, index_UpdateProxyDto as UpdateProxyDto, index_UpdateRoleDto as UpdateRoleDto, index_UpdateSheetWorkDto as UpdateSheetWorkDto, index_UpdateSheetsToolDto as UpdateSheetsToolDto, index_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index_UpdateTasksJobDto as UpdateTasksJobDto, index_UpdateTeamDto as UpdateTeamDto, index_UpdateUserDto as UpdateUserDto, index_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto, index_ViewSettingInstagramOfAccountDto as ViewSettingInstagramOfAccountDto };
|
|
16762
16701
|
}
|
|
16763
16702
|
|
|
16764
|
-
export { index$j 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$k as AutoConstants, index as AutoDto, index$d as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index$8 as AutoInterfaces, index$9 as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$c as AutoTypes, index$i as Base, type ChangeInfoInstagramAccountRawDto, type CheckSendMessageLark, index$a as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateInstagramSettingInteractFollowDto, type CreateInstagramSettingInteractReplyCommentDto, type CreateInstagramSettingInteractReplyMessageDto, type CreateInstagramSettingInteractUnFollowDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerWorkDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DataImportInstagramAccountRawDto, 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, EPCLogLevel, EPCLogSource, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialCheckAuth, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImportAccountSocial, EStatusLark, EStatusMailWork, EStatusPC, EStatusPCControl, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeFilter, ETimeZone, EToolName, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoInstagram, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, EYesNo, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountEmailManagerDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type 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 FindOverviewAccountEmailManagerDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewPCDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDetail, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$7 as Forum, index$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 IAssignUser, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseOverview, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBaseStoreIdxELS, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDeviceLogStoreIdxELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IEmailAccountSocial, type IEmailProxy, type IEmailRawManager, type IEmailVPS, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryAutoSyncStoreIdxELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryChangeInfoStoreIdxELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryCreateNewStoreIdxELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramHistoryGroupStoreIdxELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractBlockUserStoreIdxELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractFollowStoreIdxELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyCommentStoreIdxELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractReplyMessageStoreIdxELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportInteractUnFollowStoreIdxELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostHighLightStoreIdxELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostNewStoreIdxELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostReelStoreIdxELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostSquareStoreIdxELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramReportPostStoryStoreIdxELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type 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 IPCLog, type IPCLogELS, type IPCLogStoreIdxELS, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISettingTool, type ISheetImportExportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramBlockUserStoreIdxELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramChangeInfoStoreIdxELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramFollowStoreIdxELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramPostStoreIdxELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyCommentStoreIdxELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskInstagramReplyMessageStoreIdxELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsFollowStoreIdxELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsPostStoreIdxELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyCommentStoreIdxELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITaskThreadsReplyMessageStoreIdxELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsDashboardFollower, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractFollowStoreIdxELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyCommentStoreIdxELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractReplyMessageStoreIdxELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportInteractUnFollowStoreIdxELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsReportPostStoreIdxELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTime, type IUser, type IUserInfoAssignment, type IUserRole, type IViewDeviceByPC, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$h as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$b as Permission, type ReplaceAccountVSPDto, type ResultChangeInfoInstagramAccountRawDto, type ResultImportInstagramAccountRawDto, index$g as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$f as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$e 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$6 as Workspace };
|
|
16703
|
+
export { index$j 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$k as AutoConstants, index as AutoDto, index$d as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index$8 as AutoInterfaces, index$9 as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$c as AutoTypes, index$i as Base, type ChangeInfoInstagramAccountRawDto, type CheckSendMessageLark, index$a as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateInstagramSettingInteractFollowDto, type CreateInstagramSettingInteractReplyCommentDto, type CreateInstagramSettingInteractReplyMessageDto, type CreateInstagramSettingInteractUnFollowDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerWorkDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DataImportInstagramAccountRawDto, 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, EPCLogLevel, EPCLogSource, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialCheckAuth, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImportAccountSocial, EStatusLark, EStatusMailWork, EStatusPC, EStatusPCControl, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeFilter, ETimeZone, EToolName, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSettingInstagram, 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 FilterAccountEmailManagerDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type 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 FindOverviewAccountEmailManagerDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewPCDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDetail, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$7 as Forum, index$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 IAssignUser, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseOverview, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBaseStoreIdxELS, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDeviceLogStoreIdxELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IEmailAccountSocial, type IEmailProxy, type IEmailRawManager, type IEmailVPS, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryAutoSyncStoreIdxELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryChangeInfoStoreIdxELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryCreateNewStoreIdxELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramHistoryGroupStoreIdxELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractBlockUserStoreIdxELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractFollowStoreIdxELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyCommentStoreIdxELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractReplyMessageStoreIdxELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportInteractUnFollowStoreIdxELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostHighLightStoreIdxELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostNewStoreIdxELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostReelStoreIdxELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostSquareStoreIdxELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramReportPostStoryStoreIdxELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type 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 IPCLog, type IPCLogELS, type IPCLogStoreIdxELS, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISettingTool, type ISheetImportExportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramBlockUserStoreIdxELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramChangeInfoStoreIdxELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramFollowStoreIdxELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramPostStoreIdxELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyCommentStoreIdxELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskInstagramReplyMessageStoreIdxELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsFollowStoreIdxELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsPostStoreIdxELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyCommentStoreIdxELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITaskThreadsReplyMessageStoreIdxELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsDashboardFollower, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractFollowStoreIdxELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyCommentStoreIdxELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractReplyMessageStoreIdxELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportInteractUnFollowStoreIdxELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsReportPostStoreIdxELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTime, type IUser, type IUserInfoAssignment, type IUserRole, type IViewDeviceByPC, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$h as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$b as Permission, type ReplaceAccountVSPDto, type ResultChangeInfoInstagramAccountRawDto, type ResultImportInstagramAccountRawDto, index$g as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$f as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$e 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, type ViewSettingInstagramOfAccountDto, index$6 as Workspace };
|