automation-lib 5.4.317 → 5.4.319
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 +434 -171
- package/dist/index.d.ts +434 -171
- package/dist/index.js +27 -14
- package/dist/index.mjs +25 -14
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -976,10 +976,8 @@ declare enum EStatusActive {
|
|
|
976
976
|
|
|
977
977
|
declare enum EStatusChangeInfo {
|
|
978
978
|
Done = "Done",
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
WaitingTask = "WaitingTask",
|
|
982
|
-
NA = "N/A"
|
|
979
|
+
Error = "Error",
|
|
980
|
+
Unknown = "Unknown"
|
|
983
981
|
}
|
|
984
982
|
|
|
985
983
|
declare enum EStatusCommon {
|
|
@@ -1023,7 +1021,12 @@ declare enum EStatusAccountSocialLogin {
|
|
|
1023
1021
|
Die = "Die",
|
|
1024
1022
|
Locked = "Locked",
|
|
1025
1023
|
Spam = "Spam",
|
|
1026
|
-
|
|
1024
|
+
Unknown = "Unknown"
|
|
1025
|
+
}
|
|
1026
|
+
declare enum EStatusAccountSocialCheckAuth {
|
|
1027
|
+
Active = "Active",
|
|
1028
|
+
LoginError = "LoginError",
|
|
1029
|
+
Unknown = "Unknown"
|
|
1027
1030
|
}
|
|
1028
1031
|
|
|
1029
1032
|
declare enum EStatusAccountSocialLoginEmail {
|
|
@@ -1142,11 +1145,9 @@ declare enum EStatusDeviceSync {
|
|
|
1142
1145
|
Error = "Error"
|
|
1143
1146
|
}
|
|
1144
1147
|
declare enum EStatusDeviceReplace {
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
Replacing = "Replacing",
|
|
1149
|
-
Error = "Error"
|
|
1148
|
+
Done = "Done",
|
|
1149
|
+
Error = "Error",
|
|
1150
|
+
Unknown = "Unknown"
|
|
1150
1151
|
}
|
|
1151
1152
|
declare enum EStatusDeviceConnectWifi {
|
|
1152
1153
|
Disconnect = "Disconnect",
|
|
@@ -1157,7 +1158,7 @@ declare enum EStatusDeviceConnectWifi {
|
|
|
1157
1158
|
declare enum EStatusDeviceSetupSettingTask {
|
|
1158
1159
|
Done = "Done",
|
|
1159
1160
|
Skipped = "Skipped",
|
|
1160
|
-
|
|
1161
|
+
Error = "Error",
|
|
1161
1162
|
Unknown = "Unknown"
|
|
1162
1163
|
}
|
|
1163
1164
|
|
|
@@ -1237,15 +1238,17 @@ declare enum EStatusTaskVoice {
|
|
|
1237
1238
|
}
|
|
1238
1239
|
|
|
1239
1240
|
declare enum EStatusPost {
|
|
1240
|
-
UnknownEdit = "UnknownEdit",
|
|
1241
|
-
PendingEdit = "PendingEdit",
|
|
1242
|
-
DoneEdit = "DoneEdit",
|
|
1243
|
-
ErrorEdit = "ErrorEdit",
|
|
1244
1241
|
UnknownPost = "UnknownPost",
|
|
1245
1242
|
PendingPost = "PendingPost",
|
|
1246
1243
|
DonePost = "DonePost",
|
|
1247
1244
|
ErrorPost = "ErrorPost"
|
|
1248
1245
|
}
|
|
1246
|
+
declare enum EStatusEditPost {
|
|
1247
|
+
UnknownEdit = "UnknownEdit",
|
|
1248
|
+
PendingEdit = "PendingEdit",
|
|
1249
|
+
DoneEdit = "DoneEdit",
|
|
1250
|
+
ErrorEdit = "ErrorEdit"
|
|
1251
|
+
}
|
|
1249
1252
|
|
|
1250
1253
|
declare enum EStatusBlog {
|
|
1251
1254
|
Spending = "Spending",
|
|
@@ -1357,6 +1360,8 @@ type index$e_EStatusAccountCanva = EStatusAccountCanva;
|
|
|
1357
1360
|
declare const index$e_EStatusAccountCanva: typeof EStatusAccountCanva;
|
|
1358
1361
|
type index$e_EStatusAccountDrive = EStatusAccountDrive;
|
|
1359
1362
|
declare const index$e_EStatusAccountDrive: typeof EStatusAccountDrive;
|
|
1363
|
+
type index$e_EStatusAccountSocialCheckAuth = EStatusAccountSocialCheckAuth;
|
|
1364
|
+
declare const index$e_EStatusAccountSocialCheckAuth: typeof EStatusAccountSocialCheckAuth;
|
|
1360
1365
|
type index$e_EStatusAccountSocialFolderName = EStatusAccountSocialFolderName;
|
|
1361
1366
|
declare const index$e_EStatusAccountSocialFolderName: typeof EStatusAccountSocialFolderName;
|
|
1362
1367
|
type index$e_EStatusAccountSocialLogin = EStatusAccountSocialLogin;
|
|
@@ -1409,6 +1414,8 @@ type index$e_EStatusDeviceSetupSettingTask = EStatusDeviceSetupSettingTask;
|
|
|
1409
1414
|
declare const index$e_EStatusDeviceSetupSettingTask: typeof EStatusDeviceSetupSettingTask;
|
|
1410
1415
|
type index$e_EStatusDeviceSync = EStatusDeviceSync;
|
|
1411
1416
|
declare const index$e_EStatusDeviceSync: typeof EStatusDeviceSync;
|
|
1417
|
+
type index$e_EStatusEditPost = EStatusEditPost;
|
|
1418
|
+
declare const index$e_EStatusEditPost: typeof EStatusEditPost;
|
|
1412
1419
|
type index$e_EStatusExecuteCommon = EStatusExecuteCommon;
|
|
1413
1420
|
declare const index$e_EStatusExecuteCommon: typeof EStatusExecuteCommon;
|
|
1414
1421
|
type index$e_EStatusGenerate = EStatusGenerate;
|
|
@@ -1458,7 +1465,7 @@ declare const index$e_EStatusVPS: typeof EStatusVPS;
|
|
|
1458
1465
|
type index$e_EStatusVPSReplace = EStatusVPSReplace;
|
|
1459
1466
|
declare const index$e_EStatusVPSReplace: typeof EStatusVPSReplace;
|
|
1460
1467
|
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 };
|
|
1468
|
+
export { index$e_EDeviceResetTime as EDeviceResetTime, index$e_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$e_EStatusAccountCanva as EStatusAccountCanva, index$e_EStatusAccountDrive as EStatusAccountDrive, index$e_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$e_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$e_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$e_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$e_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$e_EStatusAccountSocialRun as EStatusAccountSocialRun, index$e_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$e_EStatusAccountSocialSync as EStatusAccountSocialSync, index$e_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$e_EStatusAccountVPN as EStatusAccountVPN, index$e_EStatusActive as EStatusActive, index$e_EStatusBlog as EStatusBlog, index$e_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
1469
|
}
|
|
1463
1470
|
|
|
1464
1471
|
declare enum ETypeProxy {
|
|
@@ -1803,6 +1810,8 @@ type index$c_EStatusAccountCanva = EStatusAccountCanva;
|
|
|
1803
1810
|
declare const index$c_EStatusAccountCanva: typeof EStatusAccountCanva;
|
|
1804
1811
|
type index$c_EStatusAccountDrive = EStatusAccountDrive;
|
|
1805
1812
|
declare const index$c_EStatusAccountDrive: typeof EStatusAccountDrive;
|
|
1813
|
+
type index$c_EStatusAccountSocialCheckAuth = EStatusAccountSocialCheckAuth;
|
|
1814
|
+
declare const index$c_EStatusAccountSocialCheckAuth: typeof EStatusAccountSocialCheckAuth;
|
|
1806
1815
|
type index$c_EStatusAccountSocialFolderName = EStatusAccountSocialFolderName;
|
|
1807
1816
|
declare const index$c_EStatusAccountSocialFolderName: typeof EStatusAccountSocialFolderName;
|
|
1808
1817
|
type index$c_EStatusAccountSocialLogin = EStatusAccountSocialLogin;
|
|
@@ -1859,6 +1868,8 @@ type index$c_EStatusDeviceSetupSettingTask = EStatusDeviceSetupSettingTask;
|
|
|
1859
1868
|
declare const index$c_EStatusDeviceSetupSettingTask: typeof EStatusDeviceSetupSettingTask;
|
|
1860
1869
|
type index$c_EStatusDeviceSync = EStatusDeviceSync;
|
|
1861
1870
|
declare const index$c_EStatusDeviceSync: typeof EStatusDeviceSync;
|
|
1871
|
+
type index$c_EStatusEditPost = EStatusEditPost;
|
|
1872
|
+
declare const index$c_EStatusEditPost: typeof EStatusEditPost;
|
|
1862
1873
|
type index$c_EStatusEmail = EStatusEmail;
|
|
1863
1874
|
declare const index$c_EStatusEmail: typeof EStatusEmail;
|
|
1864
1875
|
type index$c_EStatusExecuteCommon = EStatusExecuteCommon;
|
|
@@ -1970,7 +1981,7 @@ declare const index$c_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
|
|
1970
1981
|
type index$c_EYesNo = EYesNo;
|
|
1971
1982
|
declare const index$c_EYesNo: typeof EYesNo;
|
|
1972
1983
|
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 };
|
|
1984
|
+
export { index$i as AI, index$h as Base, index$c_EAIModelContent as EAIModelContent, index$c_EAIModelImage as EAIModelImage, index$c_EAIModelVoice as EAIModelVoice, index$c_EAIVersionGPT as EAIVersionGPT, index$c_EAIVersionImage as EAIVersionImage, index$c_EAIVersionPerplexity as EAIVersionPerplexity, index$c_EAIVersionVoice as EAIVersionVoice, index$c_EDayOfWeek as EDayOfWeek, index$c_EDeviceResetTime as EDeviceResetTime, index$c_EEmailTagType as EEmailTagType, index$c_EFile as EFile, index$c_EFolderImageAI as EFolderImageAI, index$c_EGender as EGender, index$c_EHaveData as EHaveData, index$c_EInputTypeFilter as EInputTypeFilter, index$c_ELarkNotiAccountTool as ELarkNotiAccountTool, index$c_ELarkNotiBase as ELarkNotiBase, index$c_ELarkNotiCreateNew as ELarkNotiCreateNew, index$c_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$c_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$c_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$c_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$c_ELarkNotiSocialImport as ELarkNotiSocialImport, index$c_ELarkNotiToolDevice as ELarkNotiToolDevice, index$c_ELarkObject as ELarkObject, index$c_ELarkTypeNotification as ELarkTypeNotification, index$c_EObjectName as EObjectName, index$c_EPositionUser as EPositionUser, index$c_EPostStyle as EPostStyle, index$c_EPostType as EPostType, index$c_EPriority as EPriority, index$c_ESheetToolInstagram as ESheetToolInstagram, index$c_ESheetToolStatusImport as ESheetToolStatusImport, index$c_ESheetToolStatusRun as ESheetToolStatusRun, index$c_ESheetToolThreads as ESheetToolThreads, index$c_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$c_EStartStop as EStartStop, index$c_EStatusAccountAI as EStatusAccountAI, index$c_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$c_EStatusAccountCanva as EStatusAccountCanva, index$c_EStatusAccountDrive as EStatusAccountDrive, index$c_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$c_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$c_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$c_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$c_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$c_EStatusAccountSocialRun as EStatusAccountSocialRun, index$c_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$c_EStatusAccountSocialSync as EStatusAccountSocialSync, index$c_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$c_EStatusAccountVPN as EStatusAccountVPN, index$c_EStatusActive as EStatusActive, index$c_EStatusBlog as EStatusBlog, index$c_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
1985
|
}
|
|
1975
1986
|
|
|
1976
1987
|
type TFilter = 'direct' | 'ref';
|
|
@@ -4775,6 +4786,8 @@ interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccou
|
|
|
4775
4786
|
newUsername: string;
|
|
4776
4787
|
statusChangeUsername: EStatusChangeInfo;
|
|
4777
4788
|
timeChangeUsername: Date;
|
|
4789
|
+
statusLoginUsername: EStatusAccountSocialCheckAuth;
|
|
4790
|
+
timeLoginUsername: Date;
|
|
4778
4791
|
statusUsernameSyncInfo: EStatusAccountSocialSyncInstagramThreads;
|
|
4779
4792
|
oldFullname: string;
|
|
4780
4793
|
newFullname: string;
|
|
@@ -4785,11 +4798,15 @@ interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccou
|
|
|
4785
4798
|
newPassword: string;
|
|
4786
4799
|
statusChangePassword: EStatusChangeInfo;
|
|
4787
4800
|
timeChangePassword: Date;
|
|
4801
|
+
statusLoginPassword: EStatusAccountSocialCheckAuth;
|
|
4802
|
+
timeLoginPassword: Date;
|
|
4788
4803
|
statusPasswordSyncInfo: EStatusAccountSocialSyncInstagramThreads;
|
|
4789
4804
|
old2FA: string;
|
|
4790
4805
|
new2FA: string;
|
|
4791
4806
|
statusChange2FA: EStatusChangeInfo;
|
|
4792
4807
|
timeChange2FA: Date;
|
|
4808
|
+
statusLogin2FA: EStatusAccountSocialCheckAuth;
|
|
4809
|
+
timeLogin2FA: Date;
|
|
4793
4810
|
status2FASyncInfo: EStatusAccountSocialSyncInstagramThreads;
|
|
4794
4811
|
oldEmail: string;
|
|
4795
4812
|
newEmail: string;
|
|
@@ -5669,19 +5686,21 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
5669
5686
|
accountGroup: string | IAccountSocialGroup;
|
|
5670
5687
|
typeSocial: ETypeSocial;
|
|
5671
5688
|
accountID: string;
|
|
5672
|
-
|
|
5689
|
+
historyFullname: {
|
|
5673
5690
|
old: string;
|
|
5674
5691
|
new: string;
|
|
5675
5692
|
statusChange: EStatusChangeInfo;
|
|
5676
5693
|
timeChange: Date;
|
|
5677
5694
|
statusSync: EStatusAccountSocialSyncInstagramThreads;
|
|
5678
5695
|
};
|
|
5679
|
-
|
|
5696
|
+
historyUserName: {
|
|
5680
5697
|
old: string;
|
|
5681
5698
|
new: string;
|
|
5682
5699
|
statusChange: EStatusChangeInfo;
|
|
5683
5700
|
timeChange: Date;
|
|
5684
5701
|
statusSync: EStatusAccountSocialSyncInstagramThreads;
|
|
5702
|
+
statusAuth: EStatusAccountSocialCheckAuth;
|
|
5703
|
+
timeAuth: Date;
|
|
5685
5704
|
};
|
|
5686
5705
|
historyPassword: {
|
|
5687
5706
|
old: string;
|
|
@@ -5689,6 +5708,8 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
5689
5708
|
statusChange: EStatusChangeInfo;
|
|
5690
5709
|
timeChange: Date;
|
|
5691
5710
|
statusSync: EStatusAccountSocialSyncInstagramThreads;
|
|
5711
|
+
statusAuth: EStatusAccountSocialCheckAuth;
|
|
5712
|
+
timeAuth: Date;
|
|
5692
5713
|
};
|
|
5693
5714
|
history2FA: {
|
|
5694
5715
|
old: string;
|
|
@@ -5696,6 +5717,8 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
|
|
|
5696
5717
|
statusChange: EStatusChangeInfo;
|
|
5697
5718
|
timeChange: Date;
|
|
5698
5719
|
statusSync: EStatusAccountSocialSyncInstagramThreads;
|
|
5720
|
+
statusAuth: EStatusAccountSocialCheckAuth;
|
|
5721
|
+
timeAuth: Date;
|
|
5699
5722
|
};
|
|
5700
5723
|
historyEmail: {
|
|
5701
5724
|
old: string;
|
|
@@ -5835,87 +5858,172 @@ interface FilterInstagramAccountRawDto extends IFilterBaseDto {
|
|
|
5835
5858
|
importDateRange: [Date, Date];
|
|
5836
5859
|
}
|
|
5837
5860
|
interface FindOverViewInstagramAccountRawDto {
|
|
5838
|
-
|
|
5839
|
-
|
|
5840
|
-
|
|
5841
|
-
|
|
5861
|
+
department: number;
|
|
5862
|
+
team: number;
|
|
5863
|
+
leader: number;
|
|
5864
|
+
member: number;
|
|
5865
|
+
hasAssignInfo: number;
|
|
5866
|
+
runPCName: number;
|
|
5867
|
+
deviceKey: number;
|
|
5868
|
+
hasSheetTool: number;
|
|
5869
|
+
hasSetting: number;
|
|
5870
|
+
accountGroup: number;
|
|
5871
|
+
oldUsername: number;
|
|
5872
|
+
newUsername: number;
|
|
5873
|
+
idea: number;
|
|
5874
|
+
niche: number;
|
|
5875
|
+
tm: number;
|
|
5876
|
+
ntm: number;
|
|
5877
|
+
startStopOnDevice: {
|
|
5878
|
+
started: number;
|
|
5879
|
+
stopped: number;
|
|
5880
|
+
total: number;
|
|
5881
|
+
};
|
|
5882
|
+
statusAccountSocial: {
|
|
5883
|
+
availableNew: number;
|
|
5884
|
+
networkError: number;
|
|
5885
|
+
checkpoint: number;
|
|
5886
|
+
unknown: number;
|
|
5887
|
+
inUseDevice: number;
|
|
5888
|
+
permanentlyDead: number;
|
|
5889
|
+
spam: number;
|
|
5842
5890
|
total: number;
|
|
5843
|
-
TM: number;
|
|
5844
|
-
NTM: number;
|
|
5845
5891
|
};
|
|
5846
|
-
|
|
5847
|
-
|
|
5892
|
+
loginAppClone: {
|
|
5893
|
+
na: number;
|
|
5894
|
+
networkError: number;
|
|
5895
|
+
locked: number;
|
|
5896
|
+
spam: number;
|
|
5897
|
+
active: number;
|
|
5898
|
+
loginError: number;
|
|
5899
|
+
die: number;
|
|
5900
|
+
unknown: number;
|
|
5848
5901
|
total: number;
|
|
5849
|
-
new: number;
|
|
5850
|
-
waiting: number;
|
|
5851
|
-
done: number;
|
|
5852
|
-
failed: number;
|
|
5853
5902
|
};
|
|
5854
|
-
|
|
5903
|
+
createFolderName: {
|
|
5904
|
+
doneCreateNewFolder: number;
|
|
5905
|
+
errorCreateNewFolder: number;
|
|
5906
|
+
errorIdeaNicheCreateNew: number;
|
|
5855
5907
|
total: number;
|
|
5856
|
-
done: number;
|
|
5857
|
-
pending: number;
|
|
5858
|
-
failed: number;
|
|
5859
5908
|
};
|
|
5860
|
-
|
|
5909
|
+
statusGenerateAllFolder: {
|
|
5910
|
+
availableFolderNew: number;
|
|
5911
|
+
availableFolderCreateNew: number;
|
|
5912
|
+
inUseFolderGenerate: number;
|
|
5913
|
+
errorImageOnFolder: number;
|
|
5861
5914
|
total: number;
|
|
5915
|
+
};
|
|
5916
|
+
autoSync: {
|
|
5862
5917
|
done: number;
|
|
5863
5918
|
error: number;
|
|
5864
|
-
|
|
5865
|
-
};
|
|
5866
|
-
totalLoginEmail: {
|
|
5919
|
+
new: number;
|
|
5867
5920
|
total: number;
|
|
5921
|
+
};
|
|
5922
|
+
statusDeviceKey: {
|
|
5868
5923
|
active: number;
|
|
5869
|
-
inactive: number;
|
|
5870
5924
|
error: number;
|
|
5871
|
-
|
|
5872
|
-
accountsWithAvatar: {
|
|
5925
|
+
unknown: number;
|
|
5873
5926
|
total: number;
|
|
5874
|
-
done: number;
|
|
5875
|
-
pending: number;
|
|
5876
|
-
failed: number;
|
|
5877
5927
|
};
|
|
5878
|
-
|
|
5928
|
+
statusReplaceDeviceNew: {
|
|
5929
|
+
active: number;
|
|
5930
|
+
error: number;
|
|
5931
|
+
unknown: number;
|
|
5879
5932
|
total: number;
|
|
5880
|
-
done: number;
|
|
5881
|
-
pending: number;
|
|
5882
|
-
failed: number;
|
|
5883
5933
|
};
|
|
5884
|
-
|
|
5934
|
+
connectDeviceOnPC: {
|
|
5935
|
+
active: number;
|
|
5936
|
+
error: number;
|
|
5937
|
+
unknown: number;
|
|
5885
5938
|
total: number;
|
|
5886
|
-
done: number;
|
|
5887
|
-
pending: number;
|
|
5888
|
-
failed: number;
|
|
5889
5939
|
};
|
|
5890
|
-
|
|
5940
|
+
username: {
|
|
5941
|
+
statusLogin: {
|
|
5942
|
+
active: number;
|
|
5943
|
+
loginError: number;
|
|
5944
|
+
unknown: number;
|
|
5945
|
+
};
|
|
5946
|
+
statusChange: {
|
|
5947
|
+
done: number;
|
|
5948
|
+
error: number;
|
|
5949
|
+
unknown: number;
|
|
5950
|
+
};
|
|
5891
5951
|
total: number;
|
|
5892
|
-
done: number;
|
|
5893
|
-
pending: number;
|
|
5894
|
-
failed: number;
|
|
5895
5952
|
};
|
|
5896
|
-
|
|
5953
|
+
password: {
|
|
5954
|
+
statusLogin: {
|
|
5955
|
+
active: number;
|
|
5956
|
+
loginError: number;
|
|
5957
|
+
unknown: number;
|
|
5958
|
+
};
|
|
5959
|
+
statusChange: {
|
|
5960
|
+
done: number;
|
|
5961
|
+
error: number;
|
|
5962
|
+
unknown: number;
|
|
5963
|
+
};
|
|
5897
5964
|
total: number;
|
|
5898
|
-
done: number;
|
|
5899
|
-
pending: number;
|
|
5900
|
-
failed: number;
|
|
5901
5965
|
};
|
|
5902
|
-
|
|
5966
|
+
twoFA: {
|
|
5967
|
+
statusLogin: {
|
|
5968
|
+
active: number;
|
|
5969
|
+
loginError: number;
|
|
5970
|
+
unknown: number;
|
|
5971
|
+
};
|
|
5972
|
+
statusChange: {
|
|
5973
|
+
done: number;
|
|
5974
|
+
error: number;
|
|
5975
|
+
unknown: number;
|
|
5976
|
+
};
|
|
5903
5977
|
total: number;
|
|
5904
|
-
done: number;
|
|
5905
|
-
pending: number;
|
|
5906
|
-
failed: number;
|
|
5907
5978
|
};
|
|
5908
|
-
|
|
5979
|
+
fullName: {
|
|
5980
|
+
statusChange: {
|
|
5981
|
+
done: number;
|
|
5982
|
+
error: number;
|
|
5983
|
+
unknown: number;
|
|
5984
|
+
};
|
|
5909
5985
|
total: number;
|
|
5910
|
-
done: number;
|
|
5911
|
-
pending: number;
|
|
5912
|
-
failed: number;
|
|
5913
5986
|
};
|
|
5914
|
-
|
|
5987
|
+
bioAndLinkBio: {
|
|
5988
|
+
bioStatusChange: {
|
|
5989
|
+
done: number;
|
|
5990
|
+
error: number;
|
|
5991
|
+
unknown: number;
|
|
5992
|
+
total: number;
|
|
5993
|
+
};
|
|
5994
|
+
linkBioStatusChange: {
|
|
5995
|
+
done: number;
|
|
5996
|
+
error: number;
|
|
5997
|
+
unknown: number;
|
|
5998
|
+
total: number;
|
|
5999
|
+
};
|
|
6000
|
+
};
|
|
6001
|
+
interestsAndAvatar: {
|
|
6002
|
+
interestsThreadsStatus: {
|
|
6003
|
+
done: number;
|
|
6004
|
+
error: number;
|
|
6005
|
+
unknown: number;
|
|
6006
|
+
total: number;
|
|
6007
|
+
};
|
|
6008
|
+
avatarStatusChange: {
|
|
6009
|
+
done: number;
|
|
6010
|
+
error: number;
|
|
6011
|
+
unknown: number;
|
|
6012
|
+
total: number;
|
|
6013
|
+
};
|
|
6014
|
+
};
|
|
6015
|
+
emailInfoAndLoginEmail: {
|
|
6016
|
+
emailInfoStatusChange: {
|
|
6017
|
+
done: number;
|
|
6018
|
+
error: number;
|
|
6019
|
+
unknown: number;
|
|
6020
|
+
};
|
|
6021
|
+
loginEmailStatus: {
|
|
6022
|
+
active: number;
|
|
6023
|
+
loginError: number;
|
|
6024
|
+
unknown: number;
|
|
6025
|
+
};
|
|
5915
6026
|
total: number;
|
|
5916
|
-
done: number;
|
|
5917
|
-
pending: number;
|
|
5918
|
-
failed: number;
|
|
5919
6027
|
};
|
|
5920
6028
|
}
|
|
5921
6029
|
interface AutoFillOverviewInstagramAccountRawDto {
|
|
@@ -6355,21 +6463,32 @@ interface FindOverViewInstagramReportPostHighLightDto {
|
|
|
6355
6463
|
NTM: number;
|
|
6356
6464
|
};
|
|
6357
6465
|
totalSocial: {
|
|
6358
|
-
|
|
6359
|
-
|
|
6360
|
-
|
|
6361
|
-
|
|
6466
|
+
[EStatusAccountSocialRaw.Available]: number;
|
|
6467
|
+
[EStatusAccountSocialRaw.Checkpoint]: number;
|
|
6468
|
+
[EStatusAccountSocialRaw.InUseDevice]: number;
|
|
6469
|
+
[EStatusAccountSocialRaw.LockedOnDevice]: number;
|
|
6470
|
+
[EStatusAccountSocialRaw.Dead]: number;
|
|
6471
|
+
[EStatusAccountSocialRaw.NetworkError]: number;
|
|
6472
|
+
[EStatusAccountSocialRaw.Spam]: number;
|
|
6473
|
+
[EStatusAccountSocialRaw.Unknown]: number;
|
|
6474
|
+
total: number;
|
|
6362
6475
|
};
|
|
6363
6476
|
totalLogin: {
|
|
6364
|
-
|
|
6365
|
-
|
|
6366
|
-
|
|
6477
|
+
[EStatusAccountSocialLogin.Active]: number;
|
|
6478
|
+
[EStatusAccountSocialLogin.Die]: number;
|
|
6479
|
+
[EStatusAccountSocialLogin.Locked]: number;
|
|
6480
|
+
[EStatusAccountSocialLogin.LoginError]: number;
|
|
6481
|
+
[EStatusAccountSocialLogin.NetworkError]: number;
|
|
6482
|
+
[EStatusAccountSocialLogin.Spam]: number;
|
|
6483
|
+
[EStatusAccountSocialLogin.Unknown]: number;
|
|
6484
|
+
total: number;
|
|
6367
6485
|
};
|
|
6368
6486
|
totalStatusPost: {
|
|
6369
|
-
|
|
6370
|
-
|
|
6371
|
-
|
|
6372
|
-
|
|
6487
|
+
[EStatusPost.DonePost]: number;
|
|
6488
|
+
[EStatusPost.PendingPost]: number;
|
|
6489
|
+
[EStatusPost.ErrorPost]: number;
|
|
6490
|
+
[EStatusPost.UnknownPost]: number;
|
|
6491
|
+
total: number;
|
|
6373
6492
|
};
|
|
6374
6493
|
}
|
|
6375
6494
|
interface FilterInstagramReportPostHighLightDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -6408,21 +6527,32 @@ interface FindOverViewInstagramReportPostNewDto {
|
|
|
6408
6527
|
NTM: number;
|
|
6409
6528
|
};
|
|
6410
6529
|
totalSocial: {
|
|
6411
|
-
|
|
6412
|
-
|
|
6413
|
-
|
|
6414
|
-
|
|
6530
|
+
[EStatusAccountSocialRaw.Available]: number;
|
|
6531
|
+
[EStatusAccountSocialRaw.Checkpoint]: number;
|
|
6532
|
+
[EStatusAccountSocialRaw.InUseDevice]: number;
|
|
6533
|
+
[EStatusAccountSocialRaw.LockedOnDevice]: number;
|
|
6534
|
+
[EStatusAccountSocialRaw.Dead]: number;
|
|
6535
|
+
[EStatusAccountSocialRaw.NetworkError]: number;
|
|
6536
|
+
[EStatusAccountSocialRaw.Spam]: number;
|
|
6537
|
+
[EStatusAccountSocialRaw.Unknown]: number;
|
|
6538
|
+
total: number;
|
|
6415
6539
|
};
|
|
6416
6540
|
totalLogin: {
|
|
6417
|
-
|
|
6418
|
-
|
|
6419
|
-
|
|
6541
|
+
[EStatusAccountSocialLogin.Active]: number;
|
|
6542
|
+
[EStatusAccountSocialLogin.Die]: number;
|
|
6543
|
+
[EStatusAccountSocialLogin.Locked]: number;
|
|
6544
|
+
[EStatusAccountSocialLogin.LoginError]: number;
|
|
6545
|
+
[EStatusAccountSocialLogin.NetworkError]: number;
|
|
6546
|
+
[EStatusAccountSocialLogin.Spam]: number;
|
|
6547
|
+
[EStatusAccountSocialLogin.Unknown]: number;
|
|
6548
|
+
total: number;
|
|
6420
6549
|
};
|
|
6421
6550
|
totalStatusPost: {
|
|
6422
|
-
|
|
6423
|
-
|
|
6424
|
-
|
|
6425
|
-
|
|
6551
|
+
[EStatusPost.DonePost]: number;
|
|
6552
|
+
[EStatusPost.PendingPost]: number;
|
|
6553
|
+
[EStatusPost.ErrorPost]: number;
|
|
6554
|
+
[EStatusPost.UnknownPost]: number;
|
|
6555
|
+
total: number;
|
|
6426
6556
|
};
|
|
6427
6557
|
}
|
|
6428
6558
|
interface FilterInstagramReportPostNewDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -6461,21 +6591,32 @@ interface FindOverViewInstagramReportPostReelDto {
|
|
|
6461
6591
|
NTM: number;
|
|
6462
6592
|
};
|
|
6463
6593
|
totalSocial: {
|
|
6464
|
-
|
|
6465
|
-
|
|
6466
|
-
|
|
6467
|
-
|
|
6594
|
+
[EStatusAccountSocialRaw.Available]: number;
|
|
6595
|
+
[EStatusAccountSocialRaw.Checkpoint]: number;
|
|
6596
|
+
[EStatusAccountSocialRaw.InUseDevice]: number;
|
|
6597
|
+
[EStatusAccountSocialRaw.LockedOnDevice]: number;
|
|
6598
|
+
[EStatusAccountSocialRaw.Dead]: number;
|
|
6599
|
+
[EStatusAccountSocialRaw.NetworkError]: number;
|
|
6600
|
+
[EStatusAccountSocialRaw.Spam]: number;
|
|
6601
|
+
[EStatusAccountSocialRaw.Unknown]: number;
|
|
6602
|
+
total: number;
|
|
6468
6603
|
};
|
|
6469
6604
|
totalLogin: {
|
|
6470
|
-
|
|
6471
|
-
|
|
6472
|
-
|
|
6605
|
+
[EStatusAccountSocialLogin.Active]: number;
|
|
6606
|
+
[EStatusAccountSocialLogin.Die]: number;
|
|
6607
|
+
[EStatusAccountSocialLogin.Locked]: number;
|
|
6608
|
+
[EStatusAccountSocialLogin.LoginError]: number;
|
|
6609
|
+
[EStatusAccountSocialLogin.NetworkError]: number;
|
|
6610
|
+
[EStatusAccountSocialLogin.Spam]: number;
|
|
6611
|
+
[EStatusAccountSocialLogin.Unknown]: number;
|
|
6612
|
+
total: number;
|
|
6473
6613
|
};
|
|
6474
6614
|
totalStatusPost: {
|
|
6475
|
-
|
|
6476
|
-
|
|
6477
|
-
|
|
6478
|
-
|
|
6615
|
+
[EStatusPost.DonePost]: number;
|
|
6616
|
+
[EStatusPost.PendingPost]: number;
|
|
6617
|
+
[EStatusPost.ErrorPost]: number;
|
|
6618
|
+
[EStatusPost.UnknownPost]: number;
|
|
6619
|
+
total: number;
|
|
6479
6620
|
};
|
|
6480
6621
|
}
|
|
6481
6622
|
interface FilterInstagramReportPostReelDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -6514,21 +6655,32 @@ interface FindOverViewInstagramReportPostStoryDto {
|
|
|
6514
6655
|
NTM: number;
|
|
6515
6656
|
};
|
|
6516
6657
|
totalSocial: {
|
|
6517
|
-
|
|
6518
|
-
|
|
6519
|
-
|
|
6520
|
-
|
|
6658
|
+
[EStatusAccountSocialRaw.Available]: number;
|
|
6659
|
+
[EStatusAccountSocialRaw.Checkpoint]: number;
|
|
6660
|
+
[EStatusAccountSocialRaw.InUseDevice]: number;
|
|
6661
|
+
[EStatusAccountSocialRaw.LockedOnDevice]: number;
|
|
6662
|
+
[EStatusAccountSocialRaw.Dead]: number;
|
|
6663
|
+
[EStatusAccountSocialRaw.NetworkError]: number;
|
|
6664
|
+
[EStatusAccountSocialRaw.Spam]: number;
|
|
6665
|
+
[EStatusAccountSocialRaw.Unknown]: number;
|
|
6666
|
+
total: number;
|
|
6521
6667
|
};
|
|
6522
6668
|
totalLogin: {
|
|
6523
|
-
|
|
6524
|
-
|
|
6525
|
-
|
|
6669
|
+
[EStatusAccountSocialLogin.Active]: number;
|
|
6670
|
+
[EStatusAccountSocialLogin.Die]: number;
|
|
6671
|
+
[EStatusAccountSocialLogin.Locked]: number;
|
|
6672
|
+
[EStatusAccountSocialLogin.LoginError]: number;
|
|
6673
|
+
[EStatusAccountSocialLogin.NetworkError]: number;
|
|
6674
|
+
[EStatusAccountSocialLogin.Spam]: number;
|
|
6675
|
+
[EStatusAccountSocialLogin.Unknown]: number;
|
|
6676
|
+
total: number;
|
|
6526
6677
|
};
|
|
6527
6678
|
totalStatusPost: {
|
|
6528
|
-
|
|
6529
|
-
|
|
6530
|
-
|
|
6531
|
-
|
|
6679
|
+
[EStatusPost.DonePost]: number;
|
|
6680
|
+
[EStatusPost.PendingPost]: number;
|
|
6681
|
+
[EStatusPost.ErrorPost]: number;
|
|
6682
|
+
[EStatusPost.UnknownPost]: number;
|
|
6683
|
+
total: number;
|
|
6532
6684
|
};
|
|
6533
6685
|
}
|
|
6534
6686
|
interface FilterInstagramReportPostStoryDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -6567,21 +6719,32 @@ interface FindOverViewInstagramReportPostSquareDto {
|
|
|
6567
6719
|
NTM: number;
|
|
6568
6720
|
};
|
|
6569
6721
|
totalSocial: {
|
|
6570
|
-
|
|
6571
|
-
|
|
6572
|
-
|
|
6573
|
-
|
|
6722
|
+
[EStatusAccountSocialRaw.Available]: number;
|
|
6723
|
+
[EStatusAccountSocialRaw.Checkpoint]: number;
|
|
6724
|
+
[EStatusAccountSocialRaw.InUseDevice]: number;
|
|
6725
|
+
[EStatusAccountSocialRaw.LockedOnDevice]: number;
|
|
6726
|
+
[EStatusAccountSocialRaw.Dead]: number;
|
|
6727
|
+
[EStatusAccountSocialRaw.NetworkError]: number;
|
|
6728
|
+
[EStatusAccountSocialRaw.Spam]: number;
|
|
6729
|
+
[EStatusAccountSocialRaw.Unknown]: number;
|
|
6730
|
+
total: number;
|
|
6574
6731
|
};
|
|
6575
6732
|
totalLogin: {
|
|
6576
|
-
|
|
6577
|
-
|
|
6578
|
-
|
|
6733
|
+
[EStatusAccountSocialLogin.Active]: number;
|
|
6734
|
+
[EStatusAccountSocialLogin.Die]: number;
|
|
6735
|
+
[EStatusAccountSocialLogin.Locked]: number;
|
|
6736
|
+
[EStatusAccountSocialLogin.LoginError]: number;
|
|
6737
|
+
[EStatusAccountSocialLogin.NetworkError]: number;
|
|
6738
|
+
[EStatusAccountSocialLogin.Spam]: number;
|
|
6739
|
+
[EStatusAccountSocialLogin.Unknown]: number;
|
|
6740
|
+
total: number;
|
|
6579
6741
|
};
|
|
6580
6742
|
totalStatusPost: {
|
|
6581
|
-
|
|
6582
|
-
|
|
6583
|
-
|
|
6584
|
-
|
|
6743
|
+
[EStatusPost.DonePost]: number;
|
|
6744
|
+
[EStatusPost.PendingPost]: number;
|
|
6745
|
+
[EStatusPost.ErrorPost]: number;
|
|
6746
|
+
[EStatusPost.UnknownPost]: number;
|
|
6747
|
+
total: number;
|
|
6585
6748
|
};
|
|
6586
6749
|
}
|
|
6587
6750
|
interface FilterInstagramReportPostSquareDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
@@ -6990,8 +7153,8 @@ interface CreateInstagramSettingInteractFollowDto {
|
|
|
6990
7153
|
timezone: ETimeZone;
|
|
6991
7154
|
dayOfWeeks: EDayOfWeek[];
|
|
6992
7155
|
listRunTimes: Array<{
|
|
6993
|
-
timeFrom:
|
|
6994
|
-
timeTo:
|
|
7156
|
+
timeFrom: Date;
|
|
7157
|
+
timeTo: Date;
|
|
6995
7158
|
}>;
|
|
6996
7159
|
isSkipBioNoneEnglish: boolean;
|
|
6997
7160
|
isSkipFollowContainLinks: boolean;
|
|
@@ -7164,8 +7327,8 @@ interface CreateInstagramSettingInteractReplyCommentDto {
|
|
|
7164
7327
|
timezone: ETimeZone;
|
|
7165
7328
|
dayOfWeeks: EDayOfWeek[];
|
|
7166
7329
|
listRunTimes: Array<{
|
|
7167
|
-
timeFrom:
|
|
7168
|
-
timeTo:
|
|
7330
|
+
timeFrom: Date;
|
|
7331
|
+
timeTo: Date;
|
|
7169
7332
|
}>;
|
|
7170
7333
|
limitNumberPostForCommentsFrom: number;
|
|
7171
7334
|
limitNumberPostForCommentsTo: number;
|
|
@@ -7315,8 +7478,8 @@ interface CreateInstagramSettingInteractReplyMessageDto {
|
|
|
7315
7478
|
timezone: ETimeZone;
|
|
7316
7479
|
dayOfWeeks: EDayOfWeek[];
|
|
7317
7480
|
listRunTimes: Array<{
|
|
7318
|
-
timeFrom:
|
|
7319
|
-
timeTo:
|
|
7481
|
+
timeFrom: Date;
|
|
7482
|
+
timeTo: Date;
|
|
7320
7483
|
}>;
|
|
7321
7484
|
timeDelayReplyMessageFrom: number;
|
|
7322
7485
|
timeDelayReplyMessageTo: number;
|
|
@@ -7469,8 +7632,8 @@ interface CreateInstagramSettingInteractUnFollowDto {
|
|
|
7469
7632
|
timezone: ETimeZone;
|
|
7470
7633
|
dayOfWeeks: EDayOfWeek[];
|
|
7471
7634
|
listRunTimes: Array<{
|
|
7472
|
-
timeFrom:
|
|
7473
|
-
timeTo:
|
|
7635
|
+
timeFrom: Date;
|
|
7636
|
+
timeTo: Date;
|
|
7474
7637
|
}>;
|
|
7475
7638
|
limitUnFollowPerDayFrom: number;
|
|
7476
7639
|
limitUnFollowPerDayTo: number;
|
|
@@ -7512,8 +7675,8 @@ interface CreateInstagramSettingPostDto {
|
|
|
7512
7675
|
timezone: ETimeZone;
|
|
7513
7676
|
dayOfWeeks: EDayOfWeek[];
|
|
7514
7677
|
listRunTimes: Array<{
|
|
7515
|
-
timeFrom:
|
|
7516
|
-
timeTo:
|
|
7678
|
+
timeFrom: Date;
|
|
7679
|
+
timeTo: Date;
|
|
7517
7680
|
featureAdvance: ISettingRunTimeInstagramPost;
|
|
7518
7681
|
}>;
|
|
7519
7682
|
delayTimeCommentFrom: number;
|
|
@@ -11332,7 +11495,10 @@ interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScr
|
|
|
11332
11495
|
timeEnd: Date;
|
|
11333
11496
|
timezone: ETimeZone;
|
|
11334
11497
|
dayOfWeek: EDayOfWeek;
|
|
11335
|
-
executeBetweenSetting:
|
|
11498
|
+
executeBetweenSetting: {
|
|
11499
|
+
timeFrom: Date;
|
|
11500
|
+
timeTo: Date;
|
|
11501
|
+
};
|
|
11336
11502
|
schedulePostTime: Date;
|
|
11337
11503
|
}
|
|
11338
11504
|
interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
@@ -11387,7 +11553,10 @@ interface IInstagramReportInteractBlockUserELS extends IBaseELS {
|
|
|
11387
11553
|
timeEnd: Date;
|
|
11388
11554
|
timezone: ETimeZone;
|
|
11389
11555
|
dayOfWeek: EDayOfWeek;
|
|
11390
|
-
executeBetweenSetting:
|
|
11556
|
+
executeBetweenSetting: {
|
|
11557
|
+
timeFrom: Date;
|
|
11558
|
+
timeTo: Date;
|
|
11559
|
+
};
|
|
11391
11560
|
schedulePostTime: Date;
|
|
11392
11561
|
}
|
|
11393
11562
|
|
|
@@ -11405,7 +11574,10 @@ interface IInstagramReportInteractFollow extends IBaseModel, ITrackingTimeScript
|
|
|
11405
11574
|
timeEnd: Date;
|
|
11406
11575
|
timezone: ETimeZone;
|
|
11407
11576
|
dayOfWeek: EDayOfWeek;
|
|
11408
|
-
executeBetweenSetting:
|
|
11577
|
+
executeBetweenSetting: {
|
|
11578
|
+
timeFrom: Date;
|
|
11579
|
+
timeTo: Date;
|
|
11580
|
+
};
|
|
11409
11581
|
schedulePostTime: Date;
|
|
11410
11582
|
growthFollow: number;
|
|
11411
11583
|
timeGrowthFollow: Date;
|
|
@@ -11472,7 +11644,10 @@ interface IInstagramReportInteractFollowELS extends IBaseELS {
|
|
|
11472
11644
|
timeEnd: Date;
|
|
11473
11645
|
timezone: ETimeZone;
|
|
11474
11646
|
dayOfWeek: EDayOfWeek;
|
|
11475
|
-
executeBetweenSetting:
|
|
11647
|
+
executeBetweenSetting: {
|
|
11648
|
+
timeFrom: Date;
|
|
11649
|
+
timeTo: Date;
|
|
11650
|
+
};
|
|
11476
11651
|
schedulePostTime: Date;
|
|
11477
11652
|
growthFollow: number;
|
|
11478
11653
|
timeGrowthFollow: Date;
|
|
@@ -11503,7 +11678,10 @@ interface IInstagramReportInteractReplyComment extends IBaseModel, ITrackingTime
|
|
|
11503
11678
|
timeEnd: Date;
|
|
11504
11679
|
timezone: ETimeZone;
|
|
11505
11680
|
dayOfWeek: EDayOfWeek;
|
|
11506
|
-
executeBetweenSetting:
|
|
11681
|
+
executeBetweenSetting: {
|
|
11682
|
+
timeFrom: Date;
|
|
11683
|
+
timeTo: Date;
|
|
11684
|
+
};
|
|
11507
11685
|
schedulePostTime: Date;
|
|
11508
11686
|
}
|
|
11509
11687
|
interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
@@ -11559,7 +11737,10 @@ interface IInstagramReportInteractReplyCommentELS extends IBaseELS {
|
|
|
11559
11737
|
timeEnd: Date;
|
|
11560
11738
|
timezone: ETimeZone;
|
|
11561
11739
|
dayOfWeek: EDayOfWeek;
|
|
11562
|
-
executeBetweenSetting:
|
|
11740
|
+
executeBetweenSetting: {
|
|
11741
|
+
timeFrom: Date;
|
|
11742
|
+
timeTo: Date;
|
|
11743
|
+
};
|
|
11563
11744
|
schedulePostTime: Date;
|
|
11564
11745
|
}
|
|
11565
11746
|
|
|
@@ -11576,7 +11757,10 @@ interface IInstagramReportInteractReplyMessage extends IBaseModel, ITrackingTime
|
|
|
11576
11757
|
timeEnd: Date;
|
|
11577
11758
|
timezone: ETimeZone;
|
|
11578
11759
|
dayOfWeek: EDayOfWeek;
|
|
11579
|
-
executeBetweenSetting:
|
|
11760
|
+
executeBetweenSetting: {
|
|
11761
|
+
timeFrom: Date;
|
|
11762
|
+
timeTo: Date;
|
|
11763
|
+
};
|
|
11580
11764
|
schedulePostTime: Date;
|
|
11581
11765
|
}
|
|
11582
11766
|
interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
@@ -11630,7 +11814,10 @@ interface IInstagramReportInteractReplyMessageELS extends IBaseELS {
|
|
|
11630
11814
|
timeEnd: Date;
|
|
11631
11815
|
timezone: ETimeZone;
|
|
11632
11816
|
dayOfWeek: EDayOfWeek;
|
|
11633
|
-
executeBetweenSetting:
|
|
11817
|
+
executeBetweenSetting: {
|
|
11818
|
+
timeFrom: Date;
|
|
11819
|
+
timeTo: Date;
|
|
11820
|
+
};
|
|
11634
11821
|
schedulePostTime: Date;
|
|
11635
11822
|
}
|
|
11636
11823
|
|
|
@@ -11648,7 +11835,10 @@ interface IInstagramReportInteractUnFollow extends IBaseModel, ITrackingTimeScri
|
|
|
11648
11835
|
timeEnd: Date;
|
|
11649
11836
|
timezone: ETimeZone;
|
|
11650
11837
|
dayOfWeek: EDayOfWeek;
|
|
11651
|
-
executeBetweenSetting:
|
|
11838
|
+
executeBetweenSetting: {
|
|
11839
|
+
timeFrom: Date;
|
|
11840
|
+
timeTo: Date;
|
|
11841
|
+
};
|
|
11652
11842
|
schedulePostTime: Date;
|
|
11653
11843
|
growthFollow: number;
|
|
11654
11844
|
timeGrowthFollow: Date;
|
|
@@ -11710,7 +11900,10 @@ interface IInstagramReportInteractUnFollowELS extends IBaseELS {
|
|
|
11710
11900
|
timeEnd: Date;
|
|
11711
11901
|
timezone: ETimeZone;
|
|
11712
11902
|
dayOfWeek: EDayOfWeek;
|
|
11713
|
-
executeBetweenSetting:
|
|
11903
|
+
executeBetweenSetting: {
|
|
11904
|
+
timeFrom: Date;
|
|
11905
|
+
timeTo: Date;
|
|
11906
|
+
};
|
|
11714
11907
|
schedulePostTime: Date;
|
|
11715
11908
|
growthFollow: number;
|
|
11716
11909
|
timeGrowthFollow: Date;
|
|
@@ -11732,9 +11925,13 @@ interface IInstagramReportPostHighLight extends IBaseModel, ITrackingTimeScript,
|
|
|
11732
11925
|
timeEnd: Date;
|
|
11733
11926
|
timezone: ETimeZone;
|
|
11734
11927
|
dayOfWeek: EDayOfWeek;
|
|
11735
|
-
executeBetweenSetting:
|
|
11928
|
+
executeBetweenSetting: {
|
|
11929
|
+
timeFrom: Date;
|
|
11930
|
+
timeTo: Date;
|
|
11931
|
+
};
|
|
11736
11932
|
schedulePostTime: Date;
|
|
11737
11933
|
status: EStatusPost;
|
|
11934
|
+
statusEdit: EStatusEditPost;
|
|
11738
11935
|
noteFix: string;
|
|
11739
11936
|
stylePost: EPostStyle;
|
|
11740
11937
|
taskImageId: string;
|
|
@@ -11792,9 +11989,13 @@ interface IInstagramReportPostHighLightELS extends IBaseELS {
|
|
|
11792
11989
|
timeEnd: Date;
|
|
11793
11990
|
timezone: ETimeZone;
|
|
11794
11991
|
dayOfWeek: EDayOfWeek;
|
|
11795
|
-
executeBetweenSetting:
|
|
11992
|
+
executeBetweenSetting: {
|
|
11993
|
+
timeFrom: Date;
|
|
11994
|
+
timeTo: Date;
|
|
11995
|
+
};
|
|
11796
11996
|
schedulePostTime: Date;
|
|
11797
11997
|
status: EStatusPost;
|
|
11998
|
+
statusEdit: EStatusEditPost;
|
|
11798
11999
|
noteFix: string;
|
|
11799
12000
|
stylePost: EPostStyle;
|
|
11800
12001
|
historyName: string;
|
|
@@ -11852,9 +12053,13 @@ interface IInstagramReportPostNew extends IBaseModel, ITrackingTimeScript, ITrac
|
|
|
11852
12053
|
timeEnd: Date;
|
|
11853
12054
|
timezone: ETimeZone;
|
|
11854
12055
|
dayOfWeek: EDayOfWeek;
|
|
11855
|
-
executeBetweenSetting:
|
|
12056
|
+
executeBetweenSetting: {
|
|
12057
|
+
timeFrom: Date;
|
|
12058
|
+
timeTo: Date;
|
|
12059
|
+
};
|
|
11856
12060
|
schedulePostTime: Date;
|
|
11857
12061
|
status: EStatusPost;
|
|
12062
|
+
statusEdit: EStatusEditPost;
|
|
11858
12063
|
noteFix: string;
|
|
11859
12064
|
stylePost: EPostStyle;
|
|
11860
12065
|
photosUrl: string[];
|
|
@@ -11929,9 +12134,13 @@ interface IInstagramReportPostNewELS extends IBaseELS {
|
|
|
11929
12134
|
timeEnd: Date;
|
|
11930
12135
|
timezone: ETimeZone;
|
|
11931
12136
|
dayOfWeek: EDayOfWeek;
|
|
11932
|
-
executeBetweenSetting:
|
|
12137
|
+
executeBetweenSetting: {
|
|
12138
|
+
timeFrom: Date;
|
|
12139
|
+
timeTo: Date;
|
|
12140
|
+
};
|
|
11933
12141
|
schedulePostTime: Date;
|
|
11934
12142
|
status: EStatusPost;
|
|
12143
|
+
statusEdit: EStatusEditPost;
|
|
11935
12144
|
noteFix: string;
|
|
11936
12145
|
stylePost: EPostStyle;
|
|
11937
12146
|
photosUrl: string[];
|
|
@@ -12009,9 +12218,13 @@ interface IInstagramReportPostSquare extends IBaseModel, ITrackingTimeScript, IT
|
|
|
12009
12218
|
timeEnd: Date;
|
|
12010
12219
|
timezone: ETimeZone;
|
|
12011
12220
|
dayOfWeek: EDayOfWeek;
|
|
12012
|
-
executeBetweenSetting:
|
|
12221
|
+
executeBetweenSetting: {
|
|
12222
|
+
timeFrom: Date;
|
|
12223
|
+
timeTo: Date;
|
|
12224
|
+
};
|
|
12013
12225
|
schedulePostTime: Date;
|
|
12014
12226
|
status: EStatusPost;
|
|
12227
|
+
statusEdit: EStatusEditPost;
|
|
12015
12228
|
noteFix: string;
|
|
12016
12229
|
stylePost: EPostStyle;
|
|
12017
12230
|
photosUrl: string[];
|
|
@@ -12083,9 +12296,13 @@ interface IInstagramReportPostSquareELS extends IBaseELS {
|
|
|
12083
12296
|
timeEnd: Date;
|
|
12084
12297
|
timezone: ETimeZone;
|
|
12085
12298
|
dayOfWeek: EDayOfWeek;
|
|
12086
|
-
executeBetweenSetting:
|
|
12299
|
+
executeBetweenSetting: {
|
|
12300
|
+
timeFrom: Date;
|
|
12301
|
+
timeTo: Date;
|
|
12302
|
+
};
|
|
12087
12303
|
schedulePostTime: Date;
|
|
12088
12304
|
status: EStatusPost;
|
|
12305
|
+
statusEdit: EStatusEditPost;
|
|
12089
12306
|
noteFix: string;
|
|
12090
12307
|
stylePost: EPostStyle;
|
|
12091
12308
|
photosUrl: string[];
|
|
@@ -12162,9 +12379,13 @@ interface IInstagramReportPostReel extends IBaseModel, ITrackingTimeScript, ITra
|
|
|
12162
12379
|
timeEnd: Date;
|
|
12163
12380
|
timezone: ETimeZone;
|
|
12164
12381
|
dayOfWeek: EDayOfWeek;
|
|
12165
|
-
executeBetweenSetting:
|
|
12382
|
+
executeBetweenSetting: {
|
|
12383
|
+
timeFrom: Date;
|
|
12384
|
+
timeTo: Date;
|
|
12385
|
+
};
|
|
12166
12386
|
schedulePostTime: Date;
|
|
12167
12387
|
status: EStatusPost;
|
|
12388
|
+
statusEdit: EStatusEditPost;
|
|
12168
12389
|
noteFix: string;
|
|
12169
12390
|
stylePost: EPostStyle;
|
|
12170
12391
|
photosUrl: string[];
|
|
@@ -12226,9 +12447,13 @@ interface IInstagramReportPostReelELS extends IBaseELS {
|
|
|
12226
12447
|
timeEnd: Date;
|
|
12227
12448
|
timezone: ETimeZone;
|
|
12228
12449
|
dayOfWeek: EDayOfWeek;
|
|
12229
|
-
executeBetweenSetting:
|
|
12450
|
+
executeBetweenSetting: {
|
|
12451
|
+
timeFrom: Date;
|
|
12452
|
+
timeTo: Date;
|
|
12453
|
+
};
|
|
12230
12454
|
schedulePostTime: Date;
|
|
12231
12455
|
status: EStatusPost;
|
|
12456
|
+
statusEdit: EStatusEditPost;
|
|
12232
12457
|
noteFix: string;
|
|
12233
12458
|
stylePost: EPostStyle;
|
|
12234
12459
|
photosUrl: string[];
|
|
@@ -12294,9 +12519,13 @@ interface IInstagramReportPostStory extends IBaseModel, ITrackingTimeScript, ITr
|
|
|
12294
12519
|
timeEnd: Date;
|
|
12295
12520
|
timezone: ETimeZone;
|
|
12296
12521
|
dayOfWeek: EDayOfWeek;
|
|
12297
|
-
executeBetweenSetting:
|
|
12522
|
+
executeBetweenSetting: {
|
|
12523
|
+
timeFrom: Date;
|
|
12524
|
+
timeTo: Date;
|
|
12525
|
+
};
|
|
12298
12526
|
schedulePostTime: Date;
|
|
12299
12527
|
status: EStatusPost;
|
|
12528
|
+
statusEdit: EStatusEditPost;
|
|
12300
12529
|
noteFix: string;
|
|
12301
12530
|
stylePost: EPostStyle;
|
|
12302
12531
|
taskImageId: string;
|
|
@@ -12358,9 +12587,13 @@ interface IInstagramReportPostStoryELS extends IBaseELS {
|
|
|
12358
12587
|
timeEnd: Date;
|
|
12359
12588
|
timezone: ETimeZone;
|
|
12360
12589
|
dayOfWeek: EDayOfWeek;
|
|
12361
|
-
executeBetweenSetting:
|
|
12590
|
+
executeBetweenSetting: {
|
|
12591
|
+
timeFrom: Date;
|
|
12592
|
+
timeTo: Date;
|
|
12593
|
+
};
|
|
12362
12594
|
schedulePostTime: Date;
|
|
12363
12595
|
status: EStatusPost;
|
|
12596
|
+
statusEdit: EStatusEditPost;
|
|
12364
12597
|
noteFix: string;
|
|
12365
12598
|
stylePost: EPostStyle;
|
|
12366
12599
|
photosUrl: string[];
|
|
@@ -13474,7 +13707,10 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
|
|
|
13474
13707
|
timeEnd: Date;
|
|
13475
13708
|
timezone: ETimeZone;
|
|
13476
13709
|
dayOfWeek: EDayOfWeek;
|
|
13477
|
-
executeBetweenSetting:
|
|
13710
|
+
executeBetweenSetting: {
|
|
13711
|
+
timeFrom: Date;
|
|
13712
|
+
timeTo: Date;
|
|
13713
|
+
};
|
|
13478
13714
|
schedulePostTime: Date;
|
|
13479
13715
|
}
|
|
13480
13716
|
interface IThreadsReportPostELS extends IBaseELS {
|
|
@@ -13517,7 +13753,10 @@ interface IThreadsReportPostELS extends IBaseELS {
|
|
|
13517
13753
|
timeEnd: Date;
|
|
13518
13754
|
timezone: ETimeZone;
|
|
13519
13755
|
dayOfWeek: EDayOfWeek;
|
|
13520
|
-
executeBetweenSetting:
|
|
13756
|
+
executeBetweenSetting: {
|
|
13757
|
+
timeFrom: Date;
|
|
13758
|
+
timeTo: Date;
|
|
13759
|
+
};
|
|
13521
13760
|
schedulePostTime: Date;
|
|
13522
13761
|
}
|
|
13523
13762
|
|
|
@@ -13533,7 +13772,10 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
|
|
|
13533
13772
|
timeEnd: Date;
|
|
13534
13773
|
timezone: ETimeZone;
|
|
13535
13774
|
dayOfWeek: EDayOfWeek;
|
|
13536
|
-
executeBetweenSetting:
|
|
13775
|
+
executeBetweenSetting: {
|
|
13776
|
+
timeFrom: Date;
|
|
13777
|
+
timeTo: Date;
|
|
13778
|
+
};
|
|
13537
13779
|
schedulePostTime: Date;
|
|
13538
13780
|
}
|
|
13539
13781
|
interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
@@ -13568,7 +13810,10 @@ interface IThreadsReportInteractFollowELS extends IBaseELS {
|
|
|
13568
13810
|
timeEnd: Date;
|
|
13569
13811
|
timezone: ETimeZone;
|
|
13570
13812
|
dayOfWeek: EDayOfWeek;
|
|
13571
|
-
executeBetweenSetting:
|
|
13813
|
+
executeBetweenSetting: {
|
|
13814
|
+
timeFrom: Date;
|
|
13815
|
+
timeTo: Date;
|
|
13816
|
+
};
|
|
13572
13817
|
schedulePostTime: Date;
|
|
13573
13818
|
}
|
|
13574
13819
|
|
|
@@ -13584,7 +13829,10 @@ interface IThreadsReportInteractUnFollow extends IBaseModel, ITrackingModel<IUse
|
|
|
13584
13829
|
timeEnd: Date;
|
|
13585
13830
|
timezone: ETimeZone;
|
|
13586
13831
|
dayOfWeek: EDayOfWeek;
|
|
13587
|
-
executeBetweenSetting:
|
|
13832
|
+
executeBetweenSetting: {
|
|
13833
|
+
timeFrom: Date;
|
|
13834
|
+
timeTo: Date;
|
|
13835
|
+
};
|
|
13588
13836
|
schedulePostTime: Date;
|
|
13589
13837
|
}
|
|
13590
13838
|
interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
@@ -13619,7 +13867,10 @@ interface IThreadsReportInteractUnFollowELS extends IBaseELS {
|
|
|
13619
13867
|
timeEnd: Date;
|
|
13620
13868
|
timezone: ETimeZone;
|
|
13621
13869
|
dayOfWeek: EDayOfWeek;
|
|
13622
|
-
executeBetweenSetting:
|
|
13870
|
+
executeBetweenSetting: {
|
|
13871
|
+
timeFrom: Date;
|
|
13872
|
+
timeTo: Date;
|
|
13873
|
+
};
|
|
13623
13874
|
schedulePostTime: Date;
|
|
13624
13875
|
}
|
|
13625
13876
|
|
|
@@ -13634,7 +13885,10 @@ interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeSc
|
|
|
13634
13885
|
timeEnd: Date;
|
|
13635
13886
|
timezone: ETimeZone;
|
|
13636
13887
|
dayOfWeek: EDayOfWeek;
|
|
13637
|
-
executeBetweenSetting:
|
|
13888
|
+
executeBetweenSetting: {
|
|
13889
|
+
timeFrom: Date;
|
|
13890
|
+
timeTo: Date;
|
|
13891
|
+
};
|
|
13638
13892
|
schedulePostTime: Date;
|
|
13639
13893
|
}
|
|
13640
13894
|
interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
@@ -13668,7 +13922,10 @@ interface IThreadsReportInteractReplyMessageELS extends IBaseELS {
|
|
|
13668
13922
|
timeEnd: Date;
|
|
13669
13923
|
timezone: ETimeZone;
|
|
13670
13924
|
dayOfWeek: EDayOfWeek;
|
|
13671
|
-
executeBetweenSetting:
|
|
13925
|
+
executeBetweenSetting: {
|
|
13926
|
+
timeFrom: Date;
|
|
13927
|
+
timeTo: Date;
|
|
13928
|
+
};
|
|
13672
13929
|
schedulePostTime: Date;
|
|
13673
13930
|
}
|
|
13674
13931
|
|
|
@@ -13684,7 +13941,10 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
|
|
|
13684
13941
|
timeEnd: Date;
|
|
13685
13942
|
timezone: ETimeZone;
|
|
13686
13943
|
dayOfWeek: EDayOfWeek;
|
|
13687
|
-
executeBetweenSetting:
|
|
13944
|
+
executeBetweenSetting: {
|
|
13945
|
+
timeFrom: Date;
|
|
13946
|
+
timeTo: Date;
|
|
13947
|
+
};
|
|
13688
13948
|
schedulePostTime: Date;
|
|
13689
13949
|
}
|
|
13690
13950
|
interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
@@ -13719,7 +13979,10 @@ interface IThreadsReportInteractReplyCommentELS extends IBaseELS {
|
|
|
13719
13979
|
timeEnd: Date;
|
|
13720
13980
|
timezone: ETimeZone;
|
|
13721
13981
|
dayOfWeek: EDayOfWeek;
|
|
13722
|
-
executeBetweenSetting:
|
|
13982
|
+
executeBetweenSetting: {
|
|
13983
|
+
timeFrom: Date;
|
|
13984
|
+
timeTo: Date;
|
|
13985
|
+
};
|
|
13723
13986
|
schedulePostTime: Date;
|
|
13724
13987
|
}
|
|
13725
13988
|
|
|
@@ -14165,8 +14428,8 @@ interface IIncreaseValueTask extends IBaseModel {
|
|
|
14165
14428
|
|
|
14166
14429
|
interface ISettingRunTimeSocial<T = any> extends IBaseModel {
|
|
14167
14430
|
settingId: string;
|
|
14168
|
-
timeFrom:
|
|
14169
|
-
timeTo:
|
|
14431
|
+
timeFrom: Date;
|
|
14432
|
+
timeTo: Date;
|
|
14170
14433
|
featureAdvance: T;
|
|
14171
14434
|
}
|
|
14172
14435
|
|
|
@@ -14708,4 +14971,4 @@ declare namespace index {
|
|
|
14708
14971
|
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
14972
|
}
|
|
14710
14973
|
|
|
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 };
|
|
14974
|
+
export { index$i as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$j as AutoConstants, index$6 as AutoDto, index$c as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$b as AutoTypes, index$h as Base, type ChangeInfoInstagramAccountRawDto, type CheckSendMessageLark, index$9 as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateInstagramSettingInteractFollowDto, type CreateInstagramSettingInteractReplyCommentDto, type CreateInstagramSettingInteractReplyMessageDto, type CreateInstagramSettingInteractUnFollowDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerWorkDto, type CreatePCDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DataImportInstagramAccountRawDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialCheckAuth, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, 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 };
|