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