automation-lib 5.4.354 → 5.4.358
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 +40 -28
- package/dist/index.d.ts +40 -28
- package/dist/index.js +34 -24
- package/dist/index.mjs +32 -23
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -467,14 +467,6 @@ declare enum EStatusAccountAI {
|
|
|
467
467
|
WrongPassword = "WrongPassword"
|
|
468
468
|
}
|
|
469
469
|
|
|
470
|
-
declare enum EStatusEmail {
|
|
471
|
-
New = "New",
|
|
472
|
-
Active = "Active",
|
|
473
|
-
Suspend = "Suspend",
|
|
474
|
-
Wrong2FA = "Wrong2FA",
|
|
475
|
-
WrongPassword = "WrongPassword"
|
|
476
|
-
}
|
|
477
|
-
|
|
478
470
|
declare enum EStatusChannel {
|
|
479
471
|
New = "New",
|
|
480
472
|
Pending = "Pending",
|
|
@@ -504,10 +496,8 @@ type index$j_EStatusAccountAI = EStatusAccountAI;
|
|
|
504
496
|
declare const index$j_EStatusAccountAI: typeof EStatusAccountAI;
|
|
505
497
|
type index$j_EStatusChannel = EStatusChannel;
|
|
506
498
|
declare const index$j_EStatusChannel: typeof EStatusChannel;
|
|
507
|
-
type index$j_EStatusEmail = EStatusEmail;
|
|
508
|
-
declare const index$j_EStatusEmail: typeof EStatusEmail;
|
|
509
499
|
declare namespace index$j {
|
|
510
|
-
export { index$j_EAIModelContent as EAIModelContent, index$j_EAIModelImage as EAIModelImage, index$j_EAIModelVoice as EAIModelVoice, index$j_EAIVersionGPT as EAIVersionGPT, index$j_EAIVersionImage as EAIVersionImage, index$j_EAIVersionPerplexity as EAIVersionPerplexity, index$j_EAIVersionVoice as EAIVersionVoice, index$j_EEmailTagType as EEmailTagType, index$j_EFolderImageAI as EFolderImageAI, index$j_EStatusAccountAI as EStatusAccountAI, index$j_EStatusChannel as EStatusChannel
|
|
500
|
+
export { index$j_EAIModelContent as EAIModelContent, index$j_EAIModelImage as EAIModelImage, index$j_EAIModelVoice as EAIModelVoice, index$j_EAIVersionGPT as EAIVersionGPT, index$j_EAIVersionImage as EAIVersionImage, index$j_EAIVersionPerplexity as EAIVersionPerplexity, index$j_EAIVersionVoice as EAIVersionVoice, index$j_EEmailTagType as EEmailTagType, index$j_EFolderImageAI as EFolderImageAI, index$j_EStatusAccountAI as EStatusAccountAI, index$j_EStatusChannel as EStatusChannel };
|
|
511
501
|
}
|
|
512
502
|
|
|
513
503
|
declare enum EFile {
|
|
@@ -1184,6 +1174,16 @@ declare enum EStatusGenerate {
|
|
|
1184
1174
|
Failed = "Failed"
|
|
1185
1175
|
}
|
|
1186
1176
|
|
|
1177
|
+
declare enum EStatusEmail {
|
|
1178
|
+
New = "New",// Chưa login
|
|
1179
|
+
PendingLogin = "PendingLogin",// Chờ login
|
|
1180
|
+
ImportError = "ImportError",// Lỗi import
|
|
1181
|
+
LoginError = "LoginError",// Lỗi đăng nhập
|
|
1182
|
+
Verify = "Verify",// Đang xác thực
|
|
1183
|
+
RunAccount = "RunAccount",// Đã login thành công
|
|
1184
|
+
Dead = "Dead",// Chết
|
|
1185
|
+
NA = "N/A"
|
|
1186
|
+
}
|
|
1187
1187
|
declare enum EStatusLoginEmail {
|
|
1188
1188
|
Available = "Available",// Chưa login
|
|
1189
1189
|
Verify = "Verify",// Bước verify
|
|
@@ -1194,11 +1194,15 @@ declare enum EStatusLoginEmail {
|
|
|
1194
1194
|
ErrorConnectVPS = "ErrorConnectVPS",
|
|
1195
1195
|
NA = "N/A"
|
|
1196
1196
|
}
|
|
1197
|
-
declare enum
|
|
1197
|
+
declare enum EStatusChangeInfoEmail {
|
|
1198
1198
|
Done = "Done",
|
|
1199
1199
|
Error = "Error",
|
|
1200
1200
|
NA = "N/A"
|
|
1201
1201
|
}
|
|
1202
|
+
declare enum ETypeEmail {
|
|
1203
|
+
Gmail = "Gmail",
|
|
1204
|
+
HotMail = "HotMail"
|
|
1205
|
+
}
|
|
1202
1206
|
|
|
1203
1207
|
declare enum EStatusPost {
|
|
1204
1208
|
UnknownPost = "UnknownPost",
|
|
@@ -1410,10 +1414,10 @@ type index$f_EStatusActive = EStatusActive;
|
|
|
1410
1414
|
declare const index$f_EStatusActive: typeof EStatusActive;
|
|
1411
1415
|
type index$f_EStatusBlog = EStatusBlog;
|
|
1412
1416
|
declare const index$f_EStatusBlog: typeof EStatusBlog;
|
|
1413
|
-
type index$f_EStatusChangeEmail = EStatusChangeEmail;
|
|
1414
|
-
declare const index$f_EStatusChangeEmail: typeof EStatusChangeEmail;
|
|
1415
1417
|
type index$f_EStatusChangeInfo = EStatusChangeInfo;
|
|
1416
1418
|
declare const index$f_EStatusChangeInfo: typeof EStatusChangeInfo;
|
|
1419
|
+
type index$f_EStatusChangeInfoEmail = EStatusChangeInfoEmail;
|
|
1420
|
+
declare const index$f_EStatusChangeInfoEmail: typeof EStatusChangeInfoEmail;
|
|
1417
1421
|
type index$f_EStatusCommon = EStatusCommon;
|
|
1418
1422
|
declare const index$f_EStatusCommon: typeof EStatusCommon;
|
|
1419
1423
|
type index$f_EStatusCreateNew = EStatusCreateNew;
|
|
@@ -1444,6 +1448,8 @@ type index$f_EStatusDeviceSync = EStatusDeviceSync;
|
|
|
1444
1448
|
declare const index$f_EStatusDeviceSync: typeof EStatusDeviceSync;
|
|
1445
1449
|
type index$f_EStatusEditPost = EStatusEditPost;
|
|
1446
1450
|
declare const index$f_EStatusEditPost: typeof EStatusEditPost;
|
|
1451
|
+
type index$f_EStatusEmail = EStatusEmail;
|
|
1452
|
+
declare const index$f_EStatusEmail: typeof EStatusEmail;
|
|
1447
1453
|
type index$f_EStatusExecuteCommon = EStatusExecuteCommon;
|
|
1448
1454
|
declare const index$f_EStatusExecuteCommon: typeof EStatusExecuteCommon;
|
|
1449
1455
|
type index$f_EStatusGenerate = EStatusGenerate;
|
|
@@ -1492,8 +1498,10 @@ type index$f_EStatusVPS = EStatusVPS;
|
|
|
1492
1498
|
declare const index$f_EStatusVPS: typeof EStatusVPS;
|
|
1493
1499
|
type index$f_EStatusVPSReplace = EStatusVPSReplace;
|
|
1494
1500
|
declare const index$f_EStatusVPSReplace: typeof EStatusVPSReplace;
|
|
1501
|
+
type index$f_ETypeEmail = ETypeEmail;
|
|
1502
|
+
declare const index$f_ETypeEmail: typeof ETypeEmail;
|
|
1495
1503
|
declare namespace index$f {
|
|
1496
|
-
export { index$f_EDeviceResetTime as EDeviceResetTime, index$f_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$f_EStatusAccountCanva as EStatusAccountCanva, index$f_EStatusAccountDrive as EStatusAccountDrive, index$f_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$f_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$f_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$f_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$f_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$f_EStatusAccountSocialRun as EStatusAccountSocialRun, index$f_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$f_EStatusAccountSocialSync as EStatusAccountSocialSync, index$f_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$f_EStatusAccountVPN as EStatusAccountVPN, index$f_EStatusActive as EStatusActive, index$f_EStatusBlog as EStatusBlog, index$
|
|
1504
|
+
export { index$f_EDeviceResetTime as EDeviceResetTime, index$f_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$f_EStatusAccountCanva as EStatusAccountCanva, index$f_EStatusAccountDrive as EStatusAccountDrive, index$f_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$f_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$f_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$f_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$f_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$f_EStatusAccountSocialRun as EStatusAccountSocialRun, index$f_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$f_EStatusAccountSocialSync as EStatusAccountSocialSync, index$f_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$f_EStatusAccountVPN as EStatusAccountVPN, index$f_EStatusActive as EStatusActive, index$f_EStatusBlog as EStatusBlog, index$f_EStatusChangeInfo as EStatusChangeInfo, index$f_EStatusChangeInfoEmail as EStatusChangeInfoEmail, index$f_EStatusCommon as EStatusCommon, index$f_EStatusCreateNew as EStatusCreateNew, index$f_EStatusDevice as EStatusDevice, index$f_EStatusDeviceChangeName as EStatusDeviceChangeName, index$f_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$f_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$f_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$f_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$f_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$f_EStatusDeviceReplace as EStatusDeviceReplace, index$f_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$f_EStatusDeviceSetup as EStatusDeviceSetup, index$f_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$f_EStatusDeviceSync as EStatusDeviceSync, index$f_EStatusEditPost as EStatusEditPost, index$f_EStatusEmail as EStatusEmail, index$f_EStatusExecuteCommon as EStatusExecuteCommon, index$f_EStatusGenerate as EStatusGenerate, index$f_EStatusImportAccountSocial as EStatusImportAccountSocial, index$f_EStatusLark as EStatusLark, index$f_EStatusLoginEmail as EStatusLoginEmail, index$f_EStatusMailWork as EStatusMailWork, index$f_EStatusPost as EStatusPost, index$f_EStatusProxyChecked as EStatusProxyChecked, index$f_EStatusProxyNewIP as EStatusProxyNewIP, index$f_EStatusRole as EStatusRole, index$f_EStatusSheetWork as EStatusSheetWork, index$f_EStatusTaskAIContent as EStatusTaskAIContent, index$f_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$f_EStatusTaskCanva as EStatusTaskCanva, index$f_EStatusTaskImage as EStatusTaskImage, index$f_EStatusTaskJob as EStatusTaskJob, index$f_EStatusTaskJobGroup as EStatusTaskJobGroup, index$f_EStatusTaskScript as EStatusTaskScript, index$f_EStatusTaskToolSocials as EStatusTaskToolSocials, index$f_EStatusTaskVoice as EStatusTaskVoice, index$f_EStatusTeam as EStatusTeam, index$f_EStatusUser as EStatusUser, index$f_EStatusVPS as EStatusVPS, index$f_EStatusVPSReplace as EStatusVPSReplace, index$f_ETypeEmail as ETypeEmail };
|
|
1497
1505
|
}
|
|
1498
1506
|
|
|
1499
1507
|
declare enum ETypeProxy {
|
|
@@ -1897,10 +1905,10 @@ type index$d_EStatusActive = EStatusActive;
|
|
|
1897
1905
|
declare const index$d_EStatusActive: typeof EStatusActive;
|
|
1898
1906
|
type index$d_EStatusBlog = EStatusBlog;
|
|
1899
1907
|
declare const index$d_EStatusBlog: typeof EStatusBlog;
|
|
1900
|
-
type index$d_EStatusChangeEmail = EStatusChangeEmail;
|
|
1901
|
-
declare const index$d_EStatusChangeEmail: typeof EStatusChangeEmail;
|
|
1902
1908
|
type index$d_EStatusChangeInfo = EStatusChangeInfo;
|
|
1903
1909
|
declare const index$d_EStatusChangeInfo: typeof EStatusChangeInfo;
|
|
1910
|
+
type index$d_EStatusChangeInfoEmail = EStatusChangeInfoEmail;
|
|
1911
|
+
declare const index$d_EStatusChangeInfoEmail: typeof EStatusChangeInfoEmail;
|
|
1904
1912
|
type index$d_EStatusChannel = EStatusChannel;
|
|
1905
1913
|
declare const index$d_EStatusChannel: typeof EStatusChannel;
|
|
1906
1914
|
type index$d_EStatusCommon = EStatusCommon;
|
|
@@ -2009,6 +2017,8 @@ type index$d_ETypeDeviceLog = ETypeDeviceLog;
|
|
|
2009
2017
|
declare const index$d_ETypeDeviceLog: typeof ETypeDeviceLog;
|
|
2010
2018
|
type index$d_ETypeDeviceOS = ETypeDeviceOS;
|
|
2011
2019
|
declare const index$d_ETypeDeviceOS: typeof ETypeDeviceOS;
|
|
2020
|
+
type index$d_ETypeEmail = ETypeEmail;
|
|
2021
|
+
declare const index$d_ETypeEmail: typeof ETypeEmail;
|
|
2012
2022
|
type index$d_ETypeExport = ETypeExport;
|
|
2013
2023
|
declare const index$d_ETypeExport: typeof ETypeExport;
|
|
2014
2024
|
type index$d_ETypeGenerate = ETypeGenerate;
|
|
@@ -2054,7 +2064,7 @@ declare const index$d_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
|
|
2054
2064
|
type index$d_EYesNo = EYesNo;
|
|
2055
2065
|
declare const index$d_EYesNo: typeof EYesNo;
|
|
2056
2066
|
declare namespace index$d {
|
|
2057
|
-
export { index$j as AI, index$i as Base, index$d_EAIModelContent as EAIModelContent, index$d_EAIModelImage as EAIModelImage, index$d_EAIModelVoice as EAIModelVoice, index$d_EAIVersionGPT as EAIVersionGPT, index$d_EAIVersionImage as EAIVersionImage, index$d_EAIVersionPerplexity as EAIVersionPerplexity, index$d_EAIVersionVoice as EAIVersionVoice, index$d_EDayOfWeek as EDayOfWeek, index$d_EDeviceResetTime as EDeviceResetTime, index$d_EEmailTagType as EEmailTagType, index$d_EFile as EFile, index$d_EFolderImageAI as EFolderImageAI, index$d_EGender as EGender, index$d_EHaveData as EHaveData, index$d_EInputTypeFilter as EInputTypeFilter, index$d_ELarkNotiAccountTool as ELarkNotiAccountTool, index$d_ELarkNotiBase as ELarkNotiBase, index$d_ELarkNotiCreateNew as ELarkNotiCreateNew, index$d_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$d_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$d_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$d_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$d_ELarkNotiSocialImport as ELarkNotiSocialImport, index$d_ELarkNotiToolDevice as ELarkNotiToolDevice, index$d_ELarkObject as ELarkObject, index$d_ELarkTypeNotification as ELarkTypeNotification, index$d_EObjectName as EObjectName, index$d_EPCLogLevel as EPCLogLevel, index$d_EPCLogSource as EPCLogSource, index$d_EPositionUser as EPositionUser, index$d_EPostStyle as EPostStyle, index$d_EPostType as EPostType, index$d_EPriority as EPriority, index$d_ESheetToolInstagram as ESheetToolInstagram, index$d_ESheetToolStatusImport as ESheetToolStatusImport, index$d_ESheetToolStatusRun as ESheetToolStatusRun, index$d_ESheetToolThreads as ESheetToolThreads, index$d_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$d_EStartStop as EStartStop, index$d_EStatusAccountAI as EStatusAccountAI, index$d_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$d_EStatusAccountCanva as EStatusAccountCanva, index$d_EStatusAccountDrive as EStatusAccountDrive, index$d_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$d_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$d_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$d_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$d_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$d_EStatusAccountSocialRun as EStatusAccountSocialRun, index$d_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$d_EStatusAccountSocialSync as EStatusAccountSocialSync, index$d_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$d_EStatusAccountVPN as EStatusAccountVPN, index$d_EStatusActive as EStatusActive, index$d_EStatusBlog as EStatusBlog, index$
|
|
2067
|
+
export { index$j as AI, index$i as Base, index$d_EAIModelContent as EAIModelContent, index$d_EAIModelImage as EAIModelImage, index$d_EAIModelVoice as EAIModelVoice, index$d_EAIVersionGPT as EAIVersionGPT, index$d_EAIVersionImage as EAIVersionImage, index$d_EAIVersionPerplexity as EAIVersionPerplexity, index$d_EAIVersionVoice as EAIVersionVoice, index$d_EDayOfWeek as EDayOfWeek, index$d_EDeviceResetTime as EDeviceResetTime, index$d_EEmailTagType as EEmailTagType, index$d_EFile as EFile, index$d_EFolderImageAI as EFolderImageAI, index$d_EGender as EGender, index$d_EHaveData as EHaveData, index$d_EInputTypeFilter as EInputTypeFilter, index$d_ELarkNotiAccountTool as ELarkNotiAccountTool, index$d_ELarkNotiBase as ELarkNotiBase, index$d_ELarkNotiCreateNew as ELarkNotiCreateNew, index$d_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$d_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$d_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$d_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$d_ELarkNotiSocialImport as ELarkNotiSocialImport, index$d_ELarkNotiToolDevice as ELarkNotiToolDevice, index$d_ELarkObject as ELarkObject, index$d_ELarkTypeNotification as ELarkTypeNotification, index$d_EObjectName as EObjectName, index$d_EPCLogLevel as EPCLogLevel, index$d_EPCLogSource as EPCLogSource, index$d_EPositionUser as EPositionUser, index$d_EPostStyle as EPostStyle, index$d_EPostType as EPostType, index$d_EPriority as EPriority, index$d_ESheetToolInstagram as ESheetToolInstagram, index$d_ESheetToolStatusImport as ESheetToolStatusImport, index$d_ESheetToolStatusRun as ESheetToolStatusRun, index$d_ESheetToolThreads as ESheetToolThreads, index$d_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$d_EStartStop as EStartStop, index$d_EStatusAccountAI as EStatusAccountAI, index$d_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$d_EStatusAccountCanva as EStatusAccountCanva, index$d_EStatusAccountDrive as EStatusAccountDrive, index$d_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$d_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$d_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$d_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$d_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$d_EStatusAccountSocialRun as EStatusAccountSocialRun, index$d_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$d_EStatusAccountSocialSync as EStatusAccountSocialSync, index$d_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$d_EStatusAccountVPN as EStatusAccountVPN, index$d_EStatusActive as EStatusActive, index$d_EStatusBlog as EStatusBlog, index$d_EStatusChangeInfo as EStatusChangeInfo, index$d_EStatusChangeInfoEmail as EStatusChangeInfoEmail, index$d_EStatusChannel as EStatusChannel, index$d_EStatusCommon as EStatusCommon, index$d_EStatusCreateNew as EStatusCreateNew, index$d_EStatusDevice as EStatusDevice, index$d_EStatusDeviceChangeName as EStatusDeviceChangeName, index$d_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$d_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$d_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$d_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$d_EStatusDeviceLog as EStatusDeviceLog, index$d_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$d_EStatusDeviceReplace as EStatusDeviceReplace, index$d_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$d_EStatusDeviceSetup as EStatusDeviceSetup, index$d_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$d_EStatusDeviceSync as EStatusDeviceSync, index$d_EStatusEditPost as EStatusEditPost, index$d_EStatusEmail as EStatusEmail, index$d_EStatusExecuteCommon as EStatusExecuteCommon, index$d_EStatusGenerate as EStatusGenerate, index$d_EStatusImportAccountSocial as EStatusImportAccountSocial, index$d_EStatusLark as EStatusLark, index$d_EStatusLoginEmail as EStatusLoginEmail, index$d_EStatusMailWork as EStatusMailWork, index$d_EStatusPC as EStatusPC, index$d_EStatusPCControl as EStatusPCControl, index$d_EStatusPost as EStatusPost, index$d_EStatusProxyChecked as EStatusProxyChecked, index$d_EStatusProxyNewIP as EStatusProxyNewIP, index$d_EStatusRole as EStatusRole, index$d_EStatusSheetWork as EStatusSheetWork, index$d_EStatusTaskAIContent as EStatusTaskAIContent, index$d_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$d_EStatusTaskCanva as EStatusTaskCanva, index$d_EStatusTaskImage as EStatusTaskImage, index$d_EStatusTaskJob as EStatusTaskJob, index$d_EStatusTaskJobGroup as EStatusTaskJobGroup, index$d_EStatusTaskScript as EStatusTaskScript, index$d_EStatusTaskToolSocials as EStatusTaskToolSocials, index$d_EStatusTaskVoice as EStatusTaskVoice, index$d_EStatusTeam as EStatusTeam, index$d_EStatusUser as EStatusUser, index$d_EStatusVPS as EStatusVPS, index$d_EStatusVPSReplace as EStatusVPSReplace, index$d_ETimeFilter as ETimeFilter, index$d_ETimeZone as ETimeZone, index$d_EToolName as EToolName, index$d_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$d_ETypeAccountVPN as ETypeAccountVPN, index$d_ETypeCanva as ETypeCanva, index$d_ETypeColumnManagerWork as ETypeColumnManagerWork, index$d_ETypeDevice as ETypeDevice, index$d_ETypeDeviceLog as ETypeDeviceLog, index$d_ETypeDeviceOS as ETypeDeviceOS, index$d_ETypeEmail as ETypeEmail, index$d_ETypeExport as ETypeExport, index$d_ETypeGenerate as ETypeGenerate, index$d_ETypeImportExport as ETypeImportExport, index$d_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$d_ETypeManagerWorkType as ETypeManagerWorkType, index$d_ETypePin as ETypePin, index$d_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$d_ETypeProxy as ETypeProxy, index$d_ETypeProxyChecked as ETypeProxyChecked, index$d_ETypeProxyCountry as ETypeProxyCountry, index$d_ETypeProxyNewIP as ETypeProxyNewIP, index$d_ETypeProxyProvider as ETypeProxyProvider, index$d_ETypeRatioImage as ETypeRatioImage, index$d_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$d_ETypeSheetWorkPin as ETypeSheetWorkPin, index$d_ETypeSocial as ETypeSocial, index$d_ETypeSocialChangeInfoInstagram as ETypeSocialChangeInfoInstagram, index$d_ETypeSocialCreateNew as ETypeSocialCreateNew, index$d_ETypeTaskID as ETypeTaskID, index$d_ETypeTimeFilter as ETypeTimeFilter, index$d_ETypeVoiceLanguage as ETypeVoiceLanguage, index$d_EYesNo as EYesNo, index$h as Lark, index$g as SheetTool, index$f as Status, index$e as Types };
|
|
2058
2068
|
}
|
|
2059
2069
|
|
|
2060
2070
|
type TFilter = 'direct' | 'ref';
|
|
@@ -2935,7 +2945,7 @@ interface IAccountEmail extends IBaseModel, ITrackingModel {
|
|
|
2935
2945
|
password: string;
|
|
2936
2946
|
code2FA: string;
|
|
2937
2947
|
code2FABackup: string;
|
|
2938
|
-
status:
|
|
2948
|
+
status: string;
|
|
2939
2949
|
note: string;
|
|
2940
2950
|
}
|
|
2941
2951
|
|
|
@@ -8665,36 +8675,38 @@ interface IManagerSheetChildrenGroupItem extends IBaseModel, ITrackingModel {
|
|
|
8665
8675
|
}
|
|
8666
8676
|
|
|
8667
8677
|
interface IEmailRawManager extends IBaseModel, ITrackingModel {
|
|
8668
|
-
|
|
8669
|
-
|
|
8678
|
+
status: EStatusEmail;
|
|
8679
|
+
timeStatus: Date;
|
|
8680
|
+
typeEmail: ETypeEmail;
|
|
8681
|
+
urlLogin: string;
|
|
8670
8682
|
oldEmail: string;
|
|
8671
8683
|
newEmail: string;
|
|
8672
8684
|
statusLoginEmail: EStatusLoginEmail;
|
|
8673
|
-
statusChangeEmail:
|
|
8685
|
+
statusChangeEmail: EStatusChangeInfoEmail;
|
|
8674
8686
|
timeLoginEmail: Date;
|
|
8675
8687
|
timeChangeEmail: Date;
|
|
8676
8688
|
oldEmailRecover: string;
|
|
8677
8689
|
newEmailRecover: string;
|
|
8678
8690
|
statusLoginEmailRecover: string;
|
|
8679
|
-
statusChangeEmailRecover:
|
|
8691
|
+
statusChangeEmailRecover: EStatusChangeInfoEmail;
|
|
8680
8692
|
timeLoginEmailRecover: Date;
|
|
8681
8693
|
timeChangeEmailRecover: Date;
|
|
8682
8694
|
oldPassword: string;
|
|
8683
8695
|
newPassword: string;
|
|
8684
8696
|
statusLoginPassword: string;
|
|
8685
|
-
statusChangePassword:
|
|
8697
|
+
statusChangePassword: EStatusChangeInfoEmail;
|
|
8686
8698
|
timeLoginPassword: Date;
|
|
8687
8699
|
timeChangePassword: Date;
|
|
8688
8700
|
oldCode2FA: string;
|
|
8689
8701
|
newCode2FA: string;
|
|
8690
8702
|
statusLoginCode2FA: string;
|
|
8691
|
-
statusChangeCode2FA:
|
|
8703
|
+
statusChangeCode2FA: EStatusChangeInfoEmail;
|
|
8692
8704
|
timeLoginCode2FA: Date;
|
|
8693
8705
|
timeChangeCode2FA: Date;
|
|
8694
8706
|
oldCode2FABackup: string;
|
|
8695
8707
|
newCode2FABackup: string;
|
|
8696
8708
|
statusLoginCode2FABackup: string;
|
|
8697
|
-
statusChangeCode2FABackup:
|
|
8709
|
+
statusChangeCode2FABackup: EStatusChangeInfoEmail;
|
|
8698
8710
|
timeLoginCode2FABackup: Date;
|
|
8699
8711
|
timeChangeCode2FABackup: Date;
|
|
8700
8712
|
vps: string | IAccountVPS;
|
|
@@ -15062,7 +15074,7 @@ interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
|
|
|
15062
15074
|
interface FilterAccountEmailDto extends IFilterBaseDto {
|
|
15063
15075
|
email: string[];
|
|
15064
15076
|
emailRecover: string[];
|
|
15065
|
-
status:
|
|
15077
|
+
status: string[];
|
|
15066
15078
|
typeProxy: ETypeProxy[];
|
|
15067
15079
|
ideas: string[];
|
|
15068
15080
|
niches: string[];
|
|
@@ -16441,4 +16453,4 @@ declare namespace index {
|
|
|
16441
16453
|
export type { index_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, index_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index_AddToDeviceProxyDto as AddToDeviceProxyDto, index_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, index_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index_ChangeInfoInstagramAccountRawDto as ChangeInfoInstagramAccountRawDto, index_CheckSendMessageLark as CheckSendMessageLark, index_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index_CreateAccountVPSDto as CreateAccountVPSDto, index_CreateBlogDto as CreateBlogDto, index_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index_CreateDepartmentDto as CreateDepartmentDto, index_CreateInstagramSettingInteractFollowDto as CreateInstagramSettingInteractFollowDto, index_CreateInstagramSettingInteractReplyCommentDto as CreateInstagramSettingInteractReplyCommentDto, index_CreateInstagramSettingInteractReplyMessageDto as CreateInstagramSettingInteractReplyMessageDto, index_CreateInstagramSettingInteractUnFollowDto as CreateInstagramSettingInteractUnFollowDto, index_CreateInstagramSettingPostDto as CreateInstagramSettingPostDto, index_CreateLarkDto as CreateLarkDto, index_CreateManagerWorkDto as CreateManagerWorkDto, index_CreateProxyDto as CreateProxyDto, index_CreateRoleDto as CreateRoleDto, index_CreateSheetToolDto as CreateSheetToolDto, index_CreateSheetWorkDto as CreateSheetWorkDto, index_CreateTaskAIContentDto as CreateTaskAIContentDto, index_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index_CreateTasksJobDto as CreateTasksJobDto, index_CreateTeamDto as CreateTeamDto, index_CreateUserDto as CreateUserDto, index_DataImportInstagramAccountRawDto as DataImportInstagramAccountRawDto, index_ExportDto as ExportDto, index_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index_FilterAccountAIContentDto as FilterAccountAIContentDto, index_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index_FilterAccountAIImageDto as FilterAccountAIImageDto, index_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index_FilterAccountCanvaDto as FilterAccountCanvaDto, index_FilterAccountDriveDto as FilterAccountDriveDto, index_FilterAccountEmailDto as FilterAccountEmailDto, index_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index_FilterBaseDto as FilterBaseDto, index_FilterBaseSocialDto as FilterBaseSocialDto, index_FilterBlogCategoryDto as FilterBlogCategoryDto, index_FilterBlogDto as FilterBlogDto, index_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, index_FilterDepartmentDto as FilterDepartmentDto, index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, index_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index_FilterInstagramSettingFollowDto as FilterInstagramSettingFollowDto, index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, index_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, index_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, index_FilterLarkDto as FilterLarkDto, index_FilterManagerImageAIDto as FilterManagerImageAIDto, index_FilterManagerSheetDto as FilterManagerSheetDto, index_FilterManagerWorkDto as FilterManagerWorkDto, index_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, index_FilterProxyDto as FilterProxyDto, index_FilterRoleDto as FilterRoleDto, index_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index_FilterSheetWorkDto as FilterSheetWorkDto, index_FilterSheetsToolDto as FilterSheetsToolDto, index_FilterTaskAIContentDto as FilterTaskAIContentDto, index_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index_FilterTeamDto as FilterTeamDto, index_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, index_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index_FilterThreadsHistoryCreateNewDto as FilterThreadsHistoryCreateNewDto, index_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, index_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index_FilterUserDto as FilterUserDto, index_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index_FindAccountAIContentDto as FindAccountAIContentDto, index_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index_FindAccountAIImageDto as FindAccountAIImageDto, index_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index_FindAccountCanvaDto as FindAccountCanvaDto, index_FindAccountDriveDto as FindAccountDriveDto, index_FindAccountEmailDto as FindAccountEmailDto, index_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, index_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, index_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, index_FindBlogCategoryDto as FindBlogCategoryDto, index_FindBlogDto as FindBlogDto, index_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, index_FindDepartmentDto as FindDepartmentDto, index_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index_FindForReviewDto as FindForReviewDto, index_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index_FindLarkDto as FindLarkDto, index_FindManagerImageAIDto as FindManagerImageAIDto, index_FindManagerSheetDto as FindManagerSheetDto, index_FindManagerWorkDto as FindManagerWorkDto, index_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, index_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, index_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, index_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, index_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, index_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, index_FindOverViewLarkDto as FindOverViewLarkDto, index_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, index_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, index_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, index_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, index_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, index_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, index_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index_FindOverviewProxyDto as FindOverviewProxyDto, index_FindOverviewRoleDto as FindOverviewRoleDto, index_FindOverviewTeamDto as FindOverviewTeamDto, index_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, index_FindOverviewThreadsHistoryCreateNewDto as FindOverviewThreadsHistoryCreateNewDto, index_FindOverviewUserDto as FindOverviewUserDto, index_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, index_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, index_FindProxyDto as FindProxyDto, index_FindRoleDetailDto as FindRoleDetailDto, index_FindRoleDto as FindRoleDto, index_FindRoleOfMe as FindRoleOfMe, index_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index_FindSheetWorkDto as FindSheetWorkDto, index_FindSheetsToolDto as FindSheetsToolDto, index_FindTaskAIContentDto as FindTaskAIContentDto, index_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index_FindTasksJobDto as FindTasksJobDto, index_FindTeamDto as FindTeamDto, index_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index_FindThreadsHistoryCreateNewDto as FindThreadsHistoryCreateNewDto, index_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index_FindUserDto as FindUserDto, index_IBaseELS as IBaseELS, index_IBaseOverview as IBaseOverview, index_IBaseRefFieldELS as IBaseRefFieldELS, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IBaseStoreIdxELS as IBaseStoreIdxELS, index_IFilterAssignDto as IFilterAssignDto, index_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index_IFilterBaseDto as IFilterBaseDto, index_IFilterSettingAccountSocialFindForSettingDto as IFilterSettingAccountSocialFindForSettingDto, index_IFindBaseDto as IFindBaseDto, index_ISettingAccountSocialDto as ISettingAccountSocialDto, index_IUserInfoAssignment as IUserInfoAssignment, index_ImportAccountVPSDto as ImportAccountVPSDto, index_ImportDto as ImportDto, index_ImportInstagramAccountRawDto as ImportInstagramAccountRawDto, index_ImportManagerWorkDto as ImportManagerWorkDto, index_ImportSheetWorkDto as ImportSheetWorkDto, index_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index_OverviewSheetsToolDto as OverviewSheetsToolDto, index_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index_ReplaceAccountVSPDto as ReplaceAccountVSPDto, index_ResultChangeInfoInstagramAccountRawDto as ResultChangeInfoInstagramAccountRawDto, index_ResultImportInstagramAccountRawDto as ResultImportInstagramAccountRawDto, index_StatisticsManagerWorkDto as StatisticsManagerWorkDto, index_StatisticsSheetWorkDto as StatisticsSheetWorkDto, index_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index_UpdateAccountVPSDto as UpdateAccountVPSDto, index_UpdateBlogDto as UpdateBlogDto, index_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index_UpdateDepartmentDto as UpdateDepartmentDto, index_UpdateInstagramSettingInteractFollowDto as UpdateInstagramSettingInteractFollowDto, index_UpdateInstagramSettingInteractReplyCommentDto as UpdateInstagramSettingInteractReplyCommentDto, index_UpdateInstagramSettingInteractReplyMessageDto as UpdateInstagramSettingInteractReplyMessageDto, index_UpdateInstagramSettingInteractUnFollowDto as UpdateInstagramSettingInteractUnFollowDto, index_UpdateInstagramSettingPostDto as UpdateInstagramSettingPostDto, index_UpdateLarkDto as UpdateLarkDto, index_UpdateManagerWorkDto as UpdateManagerWorkDto, index_UpdateProxyDto as UpdateProxyDto, index_UpdateRoleDto as UpdateRoleDto, index_UpdateSheetWorkDto as UpdateSheetWorkDto, index_UpdateSheetsToolDto as UpdateSheetsToolDto, index_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index_UpdateTasksJobDto as UpdateTasksJobDto, index_UpdateTeamDto as UpdateTeamDto, index_UpdateUserDto as UpdateUserDto, index_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto };
|
|
16442
16454
|
}
|
|
16443
16455
|
|
|
16444
|
-
export { index$j as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$k as AutoConstants, index as AutoDto, index$d as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index$8 as AutoInterfaces, index$9 as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$c as AutoTypes, index$i as Base, type ChangeInfoInstagramAccountRawDto, type CheckSendMessageLark, index$a as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateInstagramSettingInteractFollowDto, type CreateInstagramSettingInteractReplyCommentDto, type CreateInstagramSettingInteractReplyMessageDto, type CreateInstagramSettingInteractUnFollowDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerWorkDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DataImportInstagramAccountRawDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPCLogLevel, EPCLogSource, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialCheckAuth, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeEmail, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImportAccountSocial, EStatusLark, EStatusLoginEmail, EStatusMailWork, EStatusPC, EStatusPCControl, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeFilter, ETimeZone, EToolName, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoInstagram, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, EYesNo, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type 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 FindOverviewPCDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDetail, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$7 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAssignUser, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseOverview, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBaseStoreIdxELS, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDeviceLogStoreIdxELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IEmailRawManager, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryAutoSyncStoreIdxELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryChangeInfoStoreIdxELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryCreateNewStoreIdxELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramHistoryGroupStoreIdxELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractBlockUserStoreIdxELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractFollowStoreIdxELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyCommentStoreIdxELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractReplyMessageStoreIdxELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportInteractUnFollowStoreIdxELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostHighLightStoreIdxELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostNewStoreIdxELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostReelStoreIdxELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostSquareStoreIdxELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramReportPostStoryStoreIdxELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IPCLog, type IPCLogELS, type IPCLogStoreIdxELS, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISettingTool, type ISheetImportExportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramBlockUserStoreIdxELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramChangeInfoStoreIdxELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramFollowStoreIdxELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramPostStoreIdxELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyCommentStoreIdxELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskInstagramReplyMessageStoreIdxELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsFollowStoreIdxELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsPostStoreIdxELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyCommentStoreIdxELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITaskThreadsReplyMessageStoreIdxELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsDashboardFollower, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractFollowStoreIdxELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyCommentStoreIdxELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractReplyMessageStoreIdxELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportInteractUnFollowStoreIdxELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsReportPostStoreIdxELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTime, type IUser, type IUserInfoAssignment, type IUserRole, type IViewDeviceByPC, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$h as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$b as Permission, type ReplaceAccountVSPDto, type ResultChangeInfoInstagramAccountRawDto, type ResultImportInstagramAccountRawDto, index$g as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$f as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$e as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateInstagramSettingInteractFollowDto, type UpdateInstagramSettingInteractReplyCommentDto, type UpdateInstagramSettingInteractReplyMessageDto, type UpdateInstagramSettingInteractUnFollowDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, type ViewDetailSheetsToolDto, index$6 as Workspace };
|
|
16456
|
+
export { index$j as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$k as AutoConstants, index as AutoDto, index$d as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index$8 as AutoInterfaces, index$9 as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$c as AutoTypes, index$i as Base, type ChangeInfoInstagramAccountRawDto, type CheckSendMessageLark, index$a as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateInstagramSettingInteractFollowDto, type CreateInstagramSettingInteractReplyCommentDto, type CreateInstagramSettingInteractReplyMessageDto, type CreateInstagramSettingInteractUnFollowDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerWorkDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DataImportInstagramAccountRawDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPCLogLevel, EPCLogSource, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialCheckAuth, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChangeInfoEmail, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImportAccountSocial, EStatusLark, EStatusLoginEmail, EStatusMailWork, EStatusPC, EStatusPCControl, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeFilter, ETimeZone, EToolName, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeEmail, 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 FindOverviewPCDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDetail, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$7 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAssignUser, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseOverview, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBaseStoreIdxELS, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDeviceLogStoreIdxELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IEmailRawManager, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryAutoSyncStoreIdxELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryChangeInfoStoreIdxELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryCreateNewStoreIdxELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramHistoryGroupStoreIdxELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractBlockUserStoreIdxELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractFollowStoreIdxELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyCommentStoreIdxELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractReplyMessageStoreIdxELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportInteractUnFollowStoreIdxELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostHighLightStoreIdxELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostNewStoreIdxELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostReelStoreIdxELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostSquareStoreIdxELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramReportPostStoryStoreIdxELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IPCLog, type IPCLogELS, type IPCLogStoreIdxELS, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISettingTool, type ISheetImportExportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramBlockUserStoreIdxELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramChangeInfoStoreIdxELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramFollowStoreIdxELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramPostStoreIdxELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyCommentStoreIdxELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskInstagramReplyMessageStoreIdxELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsFollowStoreIdxELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsPostStoreIdxELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyCommentStoreIdxELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITaskThreadsReplyMessageStoreIdxELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsDashboardFollower, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractFollowStoreIdxELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyCommentStoreIdxELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractReplyMessageStoreIdxELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportInteractUnFollowStoreIdxELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsReportPostStoreIdxELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTime, type IUser, type IUserInfoAssignment, type IUserRole, type IViewDeviceByPC, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$h as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$b as Permission, type ReplaceAccountVSPDto, type ResultChangeInfoInstagramAccountRawDto, type ResultImportInstagramAccountRawDto, index$g as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$f as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$e as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateInstagramSettingInteractFollowDto, type UpdateInstagramSettingInteractReplyCommentDto, type UpdateInstagramSettingInteractReplyMessageDto, type UpdateInstagramSettingInteractUnFollowDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, type ViewDetailSheetsToolDto, index$6 as Workspace };
|
package/dist/index.d.ts
CHANGED
|
@@ -467,14 +467,6 @@ declare enum EStatusAccountAI {
|
|
|
467
467
|
WrongPassword = "WrongPassword"
|
|
468
468
|
}
|
|
469
469
|
|
|
470
|
-
declare enum EStatusEmail {
|
|
471
|
-
New = "New",
|
|
472
|
-
Active = "Active",
|
|
473
|
-
Suspend = "Suspend",
|
|
474
|
-
Wrong2FA = "Wrong2FA",
|
|
475
|
-
WrongPassword = "WrongPassword"
|
|
476
|
-
}
|
|
477
|
-
|
|
478
470
|
declare enum EStatusChannel {
|
|
479
471
|
New = "New",
|
|
480
472
|
Pending = "Pending",
|
|
@@ -504,10 +496,8 @@ type index$j_EStatusAccountAI = EStatusAccountAI;
|
|
|
504
496
|
declare const index$j_EStatusAccountAI: typeof EStatusAccountAI;
|
|
505
497
|
type index$j_EStatusChannel = EStatusChannel;
|
|
506
498
|
declare const index$j_EStatusChannel: typeof EStatusChannel;
|
|
507
|
-
type index$j_EStatusEmail = EStatusEmail;
|
|
508
|
-
declare const index$j_EStatusEmail: typeof EStatusEmail;
|
|
509
499
|
declare namespace index$j {
|
|
510
|
-
export { index$j_EAIModelContent as EAIModelContent, index$j_EAIModelImage as EAIModelImage, index$j_EAIModelVoice as EAIModelVoice, index$j_EAIVersionGPT as EAIVersionGPT, index$j_EAIVersionImage as EAIVersionImage, index$j_EAIVersionPerplexity as EAIVersionPerplexity, index$j_EAIVersionVoice as EAIVersionVoice, index$j_EEmailTagType as EEmailTagType, index$j_EFolderImageAI as EFolderImageAI, index$j_EStatusAccountAI as EStatusAccountAI, index$j_EStatusChannel as EStatusChannel
|
|
500
|
+
export { index$j_EAIModelContent as EAIModelContent, index$j_EAIModelImage as EAIModelImage, index$j_EAIModelVoice as EAIModelVoice, index$j_EAIVersionGPT as EAIVersionGPT, index$j_EAIVersionImage as EAIVersionImage, index$j_EAIVersionPerplexity as EAIVersionPerplexity, index$j_EAIVersionVoice as EAIVersionVoice, index$j_EEmailTagType as EEmailTagType, index$j_EFolderImageAI as EFolderImageAI, index$j_EStatusAccountAI as EStatusAccountAI, index$j_EStatusChannel as EStatusChannel };
|
|
511
501
|
}
|
|
512
502
|
|
|
513
503
|
declare enum EFile {
|
|
@@ -1184,6 +1174,16 @@ declare enum EStatusGenerate {
|
|
|
1184
1174
|
Failed = "Failed"
|
|
1185
1175
|
}
|
|
1186
1176
|
|
|
1177
|
+
declare enum EStatusEmail {
|
|
1178
|
+
New = "New",// Chưa login
|
|
1179
|
+
PendingLogin = "PendingLogin",// Chờ login
|
|
1180
|
+
ImportError = "ImportError",// Lỗi import
|
|
1181
|
+
LoginError = "LoginError",// Lỗi đăng nhập
|
|
1182
|
+
Verify = "Verify",// Đang xác thực
|
|
1183
|
+
RunAccount = "RunAccount",// Đã login thành công
|
|
1184
|
+
Dead = "Dead",// Chết
|
|
1185
|
+
NA = "N/A"
|
|
1186
|
+
}
|
|
1187
1187
|
declare enum EStatusLoginEmail {
|
|
1188
1188
|
Available = "Available",// Chưa login
|
|
1189
1189
|
Verify = "Verify",// Bước verify
|
|
@@ -1194,11 +1194,15 @@ declare enum EStatusLoginEmail {
|
|
|
1194
1194
|
ErrorConnectVPS = "ErrorConnectVPS",
|
|
1195
1195
|
NA = "N/A"
|
|
1196
1196
|
}
|
|
1197
|
-
declare enum
|
|
1197
|
+
declare enum EStatusChangeInfoEmail {
|
|
1198
1198
|
Done = "Done",
|
|
1199
1199
|
Error = "Error",
|
|
1200
1200
|
NA = "N/A"
|
|
1201
1201
|
}
|
|
1202
|
+
declare enum ETypeEmail {
|
|
1203
|
+
Gmail = "Gmail",
|
|
1204
|
+
HotMail = "HotMail"
|
|
1205
|
+
}
|
|
1202
1206
|
|
|
1203
1207
|
declare enum EStatusPost {
|
|
1204
1208
|
UnknownPost = "UnknownPost",
|
|
@@ -1410,10 +1414,10 @@ type index$f_EStatusActive = EStatusActive;
|
|
|
1410
1414
|
declare const index$f_EStatusActive: typeof EStatusActive;
|
|
1411
1415
|
type index$f_EStatusBlog = EStatusBlog;
|
|
1412
1416
|
declare const index$f_EStatusBlog: typeof EStatusBlog;
|
|
1413
|
-
type index$f_EStatusChangeEmail = EStatusChangeEmail;
|
|
1414
|
-
declare const index$f_EStatusChangeEmail: typeof EStatusChangeEmail;
|
|
1415
1417
|
type index$f_EStatusChangeInfo = EStatusChangeInfo;
|
|
1416
1418
|
declare const index$f_EStatusChangeInfo: typeof EStatusChangeInfo;
|
|
1419
|
+
type index$f_EStatusChangeInfoEmail = EStatusChangeInfoEmail;
|
|
1420
|
+
declare const index$f_EStatusChangeInfoEmail: typeof EStatusChangeInfoEmail;
|
|
1417
1421
|
type index$f_EStatusCommon = EStatusCommon;
|
|
1418
1422
|
declare const index$f_EStatusCommon: typeof EStatusCommon;
|
|
1419
1423
|
type index$f_EStatusCreateNew = EStatusCreateNew;
|
|
@@ -1444,6 +1448,8 @@ type index$f_EStatusDeviceSync = EStatusDeviceSync;
|
|
|
1444
1448
|
declare const index$f_EStatusDeviceSync: typeof EStatusDeviceSync;
|
|
1445
1449
|
type index$f_EStatusEditPost = EStatusEditPost;
|
|
1446
1450
|
declare const index$f_EStatusEditPost: typeof EStatusEditPost;
|
|
1451
|
+
type index$f_EStatusEmail = EStatusEmail;
|
|
1452
|
+
declare const index$f_EStatusEmail: typeof EStatusEmail;
|
|
1447
1453
|
type index$f_EStatusExecuteCommon = EStatusExecuteCommon;
|
|
1448
1454
|
declare const index$f_EStatusExecuteCommon: typeof EStatusExecuteCommon;
|
|
1449
1455
|
type index$f_EStatusGenerate = EStatusGenerate;
|
|
@@ -1492,8 +1498,10 @@ type index$f_EStatusVPS = EStatusVPS;
|
|
|
1492
1498
|
declare const index$f_EStatusVPS: typeof EStatusVPS;
|
|
1493
1499
|
type index$f_EStatusVPSReplace = EStatusVPSReplace;
|
|
1494
1500
|
declare const index$f_EStatusVPSReplace: typeof EStatusVPSReplace;
|
|
1501
|
+
type index$f_ETypeEmail = ETypeEmail;
|
|
1502
|
+
declare const index$f_ETypeEmail: typeof ETypeEmail;
|
|
1495
1503
|
declare namespace index$f {
|
|
1496
|
-
export { index$f_EDeviceResetTime as EDeviceResetTime, index$f_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$f_EStatusAccountCanva as EStatusAccountCanva, index$f_EStatusAccountDrive as EStatusAccountDrive, index$f_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$f_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$f_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$f_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$f_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$f_EStatusAccountSocialRun as EStatusAccountSocialRun, index$f_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$f_EStatusAccountSocialSync as EStatusAccountSocialSync, index$f_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$f_EStatusAccountVPN as EStatusAccountVPN, index$f_EStatusActive as EStatusActive, index$f_EStatusBlog as EStatusBlog, index$
|
|
1504
|
+
export { index$f_EDeviceResetTime as EDeviceResetTime, index$f_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$f_EStatusAccountCanva as EStatusAccountCanva, index$f_EStatusAccountDrive as EStatusAccountDrive, index$f_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$f_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$f_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$f_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$f_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$f_EStatusAccountSocialRun as EStatusAccountSocialRun, index$f_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$f_EStatusAccountSocialSync as EStatusAccountSocialSync, index$f_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$f_EStatusAccountVPN as EStatusAccountVPN, index$f_EStatusActive as EStatusActive, index$f_EStatusBlog as EStatusBlog, index$f_EStatusChangeInfo as EStatusChangeInfo, index$f_EStatusChangeInfoEmail as EStatusChangeInfoEmail, index$f_EStatusCommon as EStatusCommon, index$f_EStatusCreateNew as EStatusCreateNew, index$f_EStatusDevice as EStatusDevice, index$f_EStatusDeviceChangeName as EStatusDeviceChangeName, index$f_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$f_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$f_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$f_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$f_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$f_EStatusDeviceReplace as EStatusDeviceReplace, index$f_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$f_EStatusDeviceSetup as EStatusDeviceSetup, index$f_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$f_EStatusDeviceSync as EStatusDeviceSync, index$f_EStatusEditPost as EStatusEditPost, index$f_EStatusEmail as EStatusEmail, index$f_EStatusExecuteCommon as EStatusExecuteCommon, index$f_EStatusGenerate as EStatusGenerate, index$f_EStatusImportAccountSocial as EStatusImportAccountSocial, index$f_EStatusLark as EStatusLark, index$f_EStatusLoginEmail as EStatusLoginEmail, index$f_EStatusMailWork as EStatusMailWork, index$f_EStatusPost as EStatusPost, index$f_EStatusProxyChecked as EStatusProxyChecked, index$f_EStatusProxyNewIP as EStatusProxyNewIP, index$f_EStatusRole as EStatusRole, index$f_EStatusSheetWork as EStatusSheetWork, index$f_EStatusTaskAIContent as EStatusTaskAIContent, index$f_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$f_EStatusTaskCanva as EStatusTaskCanva, index$f_EStatusTaskImage as EStatusTaskImage, index$f_EStatusTaskJob as EStatusTaskJob, index$f_EStatusTaskJobGroup as EStatusTaskJobGroup, index$f_EStatusTaskScript as EStatusTaskScript, index$f_EStatusTaskToolSocials as EStatusTaskToolSocials, index$f_EStatusTaskVoice as EStatusTaskVoice, index$f_EStatusTeam as EStatusTeam, index$f_EStatusUser as EStatusUser, index$f_EStatusVPS as EStatusVPS, index$f_EStatusVPSReplace as EStatusVPSReplace, index$f_ETypeEmail as ETypeEmail };
|
|
1497
1505
|
}
|
|
1498
1506
|
|
|
1499
1507
|
declare enum ETypeProxy {
|
|
@@ -1897,10 +1905,10 @@ type index$d_EStatusActive = EStatusActive;
|
|
|
1897
1905
|
declare const index$d_EStatusActive: typeof EStatusActive;
|
|
1898
1906
|
type index$d_EStatusBlog = EStatusBlog;
|
|
1899
1907
|
declare const index$d_EStatusBlog: typeof EStatusBlog;
|
|
1900
|
-
type index$d_EStatusChangeEmail = EStatusChangeEmail;
|
|
1901
|
-
declare const index$d_EStatusChangeEmail: typeof EStatusChangeEmail;
|
|
1902
1908
|
type index$d_EStatusChangeInfo = EStatusChangeInfo;
|
|
1903
1909
|
declare const index$d_EStatusChangeInfo: typeof EStatusChangeInfo;
|
|
1910
|
+
type index$d_EStatusChangeInfoEmail = EStatusChangeInfoEmail;
|
|
1911
|
+
declare const index$d_EStatusChangeInfoEmail: typeof EStatusChangeInfoEmail;
|
|
1904
1912
|
type index$d_EStatusChannel = EStatusChannel;
|
|
1905
1913
|
declare const index$d_EStatusChannel: typeof EStatusChannel;
|
|
1906
1914
|
type index$d_EStatusCommon = EStatusCommon;
|
|
@@ -2009,6 +2017,8 @@ type index$d_ETypeDeviceLog = ETypeDeviceLog;
|
|
|
2009
2017
|
declare const index$d_ETypeDeviceLog: typeof ETypeDeviceLog;
|
|
2010
2018
|
type index$d_ETypeDeviceOS = ETypeDeviceOS;
|
|
2011
2019
|
declare const index$d_ETypeDeviceOS: typeof ETypeDeviceOS;
|
|
2020
|
+
type index$d_ETypeEmail = ETypeEmail;
|
|
2021
|
+
declare const index$d_ETypeEmail: typeof ETypeEmail;
|
|
2012
2022
|
type index$d_ETypeExport = ETypeExport;
|
|
2013
2023
|
declare const index$d_ETypeExport: typeof ETypeExport;
|
|
2014
2024
|
type index$d_ETypeGenerate = ETypeGenerate;
|
|
@@ -2054,7 +2064,7 @@ declare const index$d_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
|
|
|
2054
2064
|
type index$d_EYesNo = EYesNo;
|
|
2055
2065
|
declare const index$d_EYesNo: typeof EYesNo;
|
|
2056
2066
|
declare namespace index$d {
|
|
2057
|
-
export { index$j as AI, index$i as Base, index$d_EAIModelContent as EAIModelContent, index$d_EAIModelImage as EAIModelImage, index$d_EAIModelVoice as EAIModelVoice, index$d_EAIVersionGPT as EAIVersionGPT, index$d_EAIVersionImage as EAIVersionImage, index$d_EAIVersionPerplexity as EAIVersionPerplexity, index$d_EAIVersionVoice as EAIVersionVoice, index$d_EDayOfWeek as EDayOfWeek, index$d_EDeviceResetTime as EDeviceResetTime, index$d_EEmailTagType as EEmailTagType, index$d_EFile as EFile, index$d_EFolderImageAI as EFolderImageAI, index$d_EGender as EGender, index$d_EHaveData as EHaveData, index$d_EInputTypeFilter as EInputTypeFilter, index$d_ELarkNotiAccountTool as ELarkNotiAccountTool, index$d_ELarkNotiBase as ELarkNotiBase, index$d_ELarkNotiCreateNew as ELarkNotiCreateNew, index$d_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$d_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$d_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$d_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$d_ELarkNotiSocialImport as ELarkNotiSocialImport, index$d_ELarkNotiToolDevice as ELarkNotiToolDevice, index$d_ELarkObject as ELarkObject, index$d_ELarkTypeNotification as ELarkTypeNotification, index$d_EObjectName as EObjectName, index$d_EPCLogLevel as EPCLogLevel, index$d_EPCLogSource as EPCLogSource, index$d_EPositionUser as EPositionUser, index$d_EPostStyle as EPostStyle, index$d_EPostType as EPostType, index$d_EPriority as EPriority, index$d_ESheetToolInstagram as ESheetToolInstagram, index$d_ESheetToolStatusImport as ESheetToolStatusImport, index$d_ESheetToolStatusRun as ESheetToolStatusRun, index$d_ESheetToolThreads as ESheetToolThreads, index$d_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$d_EStartStop as EStartStop, index$d_EStatusAccountAI as EStatusAccountAI, index$d_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$d_EStatusAccountCanva as EStatusAccountCanva, index$d_EStatusAccountDrive as EStatusAccountDrive, index$d_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$d_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$d_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$d_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$d_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$d_EStatusAccountSocialRun as EStatusAccountSocialRun, index$d_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$d_EStatusAccountSocialSync as EStatusAccountSocialSync, index$d_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$d_EStatusAccountVPN as EStatusAccountVPN, index$d_EStatusActive as EStatusActive, index$d_EStatusBlog as EStatusBlog, index$
|
|
2067
|
+
export { index$j as AI, index$i as Base, index$d_EAIModelContent as EAIModelContent, index$d_EAIModelImage as EAIModelImage, index$d_EAIModelVoice as EAIModelVoice, index$d_EAIVersionGPT as EAIVersionGPT, index$d_EAIVersionImage as EAIVersionImage, index$d_EAIVersionPerplexity as EAIVersionPerplexity, index$d_EAIVersionVoice as EAIVersionVoice, index$d_EDayOfWeek as EDayOfWeek, index$d_EDeviceResetTime as EDeviceResetTime, index$d_EEmailTagType as EEmailTagType, index$d_EFile as EFile, index$d_EFolderImageAI as EFolderImageAI, index$d_EGender as EGender, index$d_EHaveData as EHaveData, index$d_EInputTypeFilter as EInputTypeFilter, index$d_ELarkNotiAccountTool as ELarkNotiAccountTool, index$d_ELarkNotiBase as ELarkNotiBase, index$d_ELarkNotiCreateNew as ELarkNotiCreateNew, index$d_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$d_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$d_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$d_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$d_ELarkNotiSocialImport as ELarkNotiSocialImport, index$d_ELarkNotiToolDevice as ELarkNotiToolDevice, index$d_ELarkObject as ELarkObject, index$d_ELarkTypeNotification as ELarkTypeNotification, index$d_EObjectName as EObjectName, index$d_EPCLogLevel as EPCLogLevel, index$d_EPCLogSource as EPCLogSource, index$d_EPositionUser as EPositionUser, index$d_EPostStyle as EPostStyle, index$d_EPostType as EPostType, index$d_EPriority as EPriority, index$d_ESheetToolInstagram as ESheetToolInstagram, index$d_ESheetToolStatusImport as ESheetToolStatusImport, index$d_ESheetToolStatusRun as ESheetToolStatusRun, index$d_ESheetToolThreads as ESheetToolThreads, index$d_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$d_EStartStop as EStartStop, index$d_EStatusAccountAI as EStatusAccountAI, index$d_EStatusAccountCHPlayICloud as EStatusAccountCHPlayICloud, index$d_EStatusAccountCanva as EStatusAccountCanva, index$d_EStatusAccountDrive as EStatusAccountDrive, index$d_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$d_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$d_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$d_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$d_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$d_EStatusAccountSocialRun as EStatusAccountSocialRun, index$d_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$d_EStatusAccountSocialSync as EStatusAccountSocialSync, index$d_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$d_EStatusAccountVPN as EStatusAccountVPN, index$d_EStatusActive as EStatusActive, index$d_EStatusBlog as EStatusBlog, index$d_EStatusChangeInfo as EStatusChangeInfo, index$d_EStatusChangeInfoEmail as EStatusChangeInfoEmail, index$d_EStatusChannel as EStatusChannel, index$d_EStatusCommon as EStatusCommon, index$d_EStatusCreateNew as EStatusCreateNew, index$d_EStatusDevice as EStatusDevice, index$d_EStatusDeviceChangeName as EStatusDeviceChangeName, index$d_EStatusDeviceChangeNew as EStatusDeviceChangeNew, index$d_EStatusDeviceConnectPC as EStatusDeviceConnectPC, index$d_EStatusDeviceConnectWifi as EStatusDeviceConnectWifi, index$d_EStatusDeviceHubStatus as EStatusDeviceHubStatus, index$d_EStatusDeviceLog as EStatusDeviceLog, index$d_EStatusDeviceLoginCHPlayICloud as EStatusDeviceLoginCHPlayICloud, index$d_EStatusDeviceReplace as EStatusDeviceReplace, index$d_EStatusDeviceRunningSocial as EStatusDeviceRunningSocial, index$d_EStatusDeviceSetup as EStatusDeviceSetup, index$d_EStatusDeviceSetupSettingTask as EStatusDeviceSetupSettingTask, index$d_EStatusDeviceSync as EStatusDeviceSync, index$d_EStatusEditPost as EStatusEditPost, index$d_EStatusEmail as EStatusEmail, index$d_EStatusExecuteCommon as EStatusExecuteCommon, index$d_EStatusGenerate as EStatusGenerate, index$d_EStatusImportAccountSocial as EStatusImportAccountSocial, index$d_EStatusLark as EStatusLark, index$d_EStatusLoginEmail as EStatusLoginEmail, index$d_EStatusMailWork as EStatusMailWork, index$d_EStatusPC as EStatusPC, index$d_EStatusPCControl as EStatusPCControl, index$d_EStatusPost as EStatusPost, index$d_EStatusProxyChecked as EStatusProxyChecked, index$d_EStatusProxyNewIP as EStatusProxyNewIP, index$d_EStatusRole as EStatusRole, index$d_EStatusSheetWork as EStatusSheetWork, index$d_EStatusTaskAIContent as EStatusTaskAIContent, index$d_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$d_EStatusTaskCanva as EStatusTaskCanva, index$d_EStatusTaskImage as EStatusTaskImage, index$d_EStatusTaskJob as EStatusTaskJob, index$d_EStatusTaskJobGroup as EStatusTaskJobGroup, index$d_EStatusTaskScript as EStatusTaskScript, index$d_EStatusTaskToolSocials as EStatusTaskToolSocials, index$d_EStatusTaskVoice as EStatusTaskVoice, index$d_EStatusTeam as EStatusTeam, index$d_EStatusUser as EStatusUser, index$d_EStatusVPS as EStatusVPS, index$d_EStatusVPSReplace as EStatusVPSReplace, index$d_ETimeFilter as ETimeFilter, index$d_ETimeZone as ETimeZone, index$d_EToolName as EToolName, index$d_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$d_ETypeAccountVPN as ETypeAccountVPN, index$d_ETypeCanva as ETypeCanva, index$d_ETypeColumnManagerWork as ETypeColumnManagerWork, index$d_ETypeDevice as ETypeDevice, index$d_ETypeDeviceLog as ETypeDeviceLog, index$d_ETypeDeviceOS as ETypeDeviceOS, index$d_ETypeEmail as ETypeEmail, index$d_ETypeExport as ETypeExport, index$d_ETypeGenerate as ETypeGenerate, index$d_ETypeImportExport as ETypeImportExport, index$d_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$d_ETypeManagerWorkType as ETypeManagerWorkType, index$d_ETypePin as ETypePin, index$d_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$d_ETypeProxy as ETypeProxy, index$d_ETypeProxyChecked as ETypeProxyChecked, index$d_ETypeProxyCountry as ETypeProxyCountry, index$d_ETypeProxyNewIP as ETypeProxyNewIP, index$d_ETypeProxyProvider as ETypeProxyProvider, index$d_ETypeRatioImage as ETypeRatioImage, index$d_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$d_ETypeSheetWorkPin as ETypeSheetWorkPin, index$d_ETypeSocial as ETypeSocial, index$d_ETypeSocialChangeInfoInstagram as ETypeSocialChangeInfoInstagram, index$d_ETypeSocialCreateNew as ETypeSocialCreateNew, index$d_ETypeTaskID as ETypeTaskID, index$d_ETypeTimeFilter as ETypeTimeFilter, index$d_ETypeVoiceLanguage as ETypeVoiceLanguage, index$d_EYesNo as EYesNo, index$h as Lark, index$g as SheetTool, index$f as Status, index$e as Types };
|
|
2058
2068
|
}
|
|
2059
2069
|
|
|
2060
2070
|
type TFilter = 'direct' | 'ref';
|
|
@@ -2935,7 +2945,7 @@ interface IAccountEmail extends IBaseModel, ITrackingModel {
|
|
|
2935
2945
|
password: string;
|
|
2936
2946
|
code2FA: string;
|
|
2937
2947
|
code2FABackup: string;
|
|
2938
|
-
status:
|
|
2948
|
+
status: string;
|
|
2939
2949
|
note: string;
|
|
2940
2950
|
}
|
|
2941
2951
|
|
|
@@ -8665,36 +8675,38 @@ interface IManagerSheetChildrenGroupItem extends IBaseModel, ITrackingModel {
|
|
|
8665
8675
|
}
|
|
8666
8676
|
|
|
8667
8677
|
interface IEmailRawManager extends IBaseModel, ITrackingModel {
|
|
8668
|
-
|
|
8669
|
-
|
|
8678
|
+
status: EStatusEmail;
|
|
8679
|
+
timeStatus: Date;
|
|
8680
|
+
typeEmail: ETypeEmail;
|
|
8681
|
+
urlLogin: string;
|
|
8670
8682
|
oldEmail: string;
|
|
8671
8683
|
newEmail: string;
|
|
8672
8684
|
statusLoginEmail: EStatusLoginEmail;
|
|
8673
|
-
statusChangeEmail:
|
|
8685
|
+
statusChangeEmail: EStatusChangeInfoEmail;
|
|
8674
8686
|
timeLoginEmail: Date;
|
|
8675
8687
|
timeChangeEmail: Date;
|
|
8676
8688
|
oldEmailRecover: string;
|
|
8677
8689
|
newEmailRecover: string;
|
|
8678
8690
|
statusLoginEmailRecover: string;
|
|
8679
|
-
statusChangeEmailRecover:
|
|
8691
|
+
statusChangeEmailRecover: EStatusChangeInfoEmail;
|
|
8680
8692
|
timeLoginEmailRecover: Date;
|
|
8681
8693
|
timeChangeEmailRecover: Date;
|
|
8682
8694
|
oldPassword: string;
|
|
8683
8695
|
newPassword: string;
|
|
8684
8696
|
statusLoginPassword: string;
|
|
8685
|
-
statusChangePassword:
|
|
8697
|
+
statusChangePassword: EStatusChangeInfoEmail;
|
|
8686
8698
|
timeLoginPassword: Date;
|
|
8687
8699
|
timeChangePassword: Date;
|
|
8688
8700
|
oldCode2FA: string;
|
|
8689
8701
|
newCode2FA: string;
|
|
8690
8702
|
statusLoginCode2FA: string;
|
|
8691
|
-
statusChangeCode2FA:
|
|
8703
|
+
statusChangeCode2FA: EStatusChangeInfoEmail;
|
|
8692
8704
|
timeLoginCode2FA: Date;
|
|
8693
8705
|
timeChangeCode2FA: Date;
|
|
8694
8706
|
oldCode2FABackup: string;
|
|
8695
8707
|
newCode2FABackup: string;
|
|
8696
8708
|
statusLoginCode2FABackup: string;
|
|
8697
|
-
statusChangeCode2FABackup:
|
|
8709
|
+
statusChangeCode2FABackup: EStatusChangeInfoEmail;
|
|
8698
8710
|
timeLoginCode2FABackup: Date;
|
|
8699
8711
|
timeChangeCode2FABackup: Date;
|
|
8700
8712
|
vps: string | IAccountVPS;
|
|
@@ -15062,7 +15074,7 @@ interface FindAccountEmailDto extends IFindBaseDto, IAccountEmail {
|
|
|
15062
15074
|
interface FilterAccountEmailDto extends IFilterBaseDto {
|
|
15063
15075
|
email: string[];
|
|
15064
15076
|
emailRecover: string[];
|
|
15065
|
-
status:
|
|
15077
|
+
status: string[];
|
|
15066
15078
|
typeProxy: ETypeProxy[];
|
|
15067
15079
|
ideas: string[];
|
|
15068
15080
|
niches: string[];
|
|
@@ -16441,4 +16453,4 @@ declare namespace index {
|
|
|
16441
16453
|
export type { index_ActionLoadInfoUrlSheetToolDto as ActionLoadInfoUrlSheetToolDto, index_AddToDeviceAccountCHPlayICloudDto as AddToDeviceAccountCHPlayICloudDto, index_AddToDeviceAccountVPNDto as AddToDeviceAccountVPNDto, index_AddToDeviceProxyDto as AddToDeviceProxyDto, index_ApplyTimeDashboardDto as ApplyTimeDashboardDto, index_AutoFillAssignedMemberInstagramAccountRawDto as AutoFillAssignedMemberInstagramAccountRawDto, index_AutoFillAssignedMemberThreadsAccountRawDto as AutoFillAssignedMemberThreadsAccountRawDto, index_AutoFillInstagramAccountRawDto as AutoFillInstagramAccountRawDto, index_AutoFillOverviewInstagramAccountRawDto as AutoFillOverviewInstagramAccountRawDto, index_AutoFillOverviewTaskInstagramBlockUserDto as AutoFillOverviewTaskInstagramBlockUserDto, index_AutoFillOverviewThreadsAccountRawDto as AutoFillOverviewThreadsAccountRawDto, index_AutoFillTaskInstagramBlockUserDto as AutoFillTaskInstagramBlockUserDto, index_AutoFillThreadsAccountRawDto as AutoFillThreadsAccountRawDto, index_ChangeInfoInstagramAccountRawDto as ChangeInfoInstagramAccountRawDto, index_CheckSendMessageLark as CheckSendMessageLark, index_CreateAccountSocialGroupDto as CreateAccountSocialGroupDto, index_CreateAccountVPSDto as CreateAccountVPSDto, index_CreateBlogDto as CreateBlogDto, index_CreateBlogsCategoryDto as CreateBlogsCategoryDto, index_CreateDepartmentDto as CreateDepartmentDto, index_CreateInstagramSettingInteractFollowDto as CreateInstagramSettingInteractFollowDto, index_CreateInstagramSettingInteractReplyCommentDto as CreateInstagramSettingInteractReplyCommentDto, index_CreateInstagramSettingInteractReplyMessageDto as CreateInstagramSettingInteractReplyMessageDto, index_CreateInstagramSettingInteractUnFollowDto as CreateInstagramSettingInteractUnFollowDto, index_CreateInstagramSettingPostDto as CreateInstagramSettingPostDto, index_CreateLarkDto as CreateLarkDto, index_CreateManagerWorkDto as CreateManagerWorkDto, index_CreateProxyDto as CreateProxyDto, index_CreateRoleDto as CreateRoleDto, index_CreateSheetToolDto as CreateSheetToolDto, index_CreateSheetWorkDto as CreateSheetWorkDto, index_CreateTaskAIContentDto as CreateTaskAIContentDto, index_CreateTaskAIImageCanvaInstagramDto as CreateTaskAIImageCanvaInstagramDto, index_CreateTaskAIImageCanvaThreadsDto as CreateTaskAIImageCanvaThreadsDto, index_CreateTaskAIImageVoiceCanvaInstagramDto as CreateTaskAIImageVoiceCanvaInstagramDto, index_CreateTaskAIImageVoiceCanvaThreadsDto as CreateTaskAIImageVoiceCanvaThreadsDto, index_CreateTaskInstagramBlockUserDto as CreateTaskInstagramBlockUserDto, index_CreateTaskInstagramChangeInfoDto as CreateTaskInstagramChangeInfoDto, index_CreateTaskInstagramFollowDto as CreateTaskInstagramFollowDto, index_CreateTaskInstagramPostDto as CreateTaskInstagramPostDto, index_CreateTaskInstagramReplyCommentDto as CreateTaskInstagramReplyCommentDto, index_CreateTaskInstagramReplyMessageDto as CreateTaskInstagramReplyMessageDto, index_CreateTaskThreadsFollowDto as CreateTaskThreadsFollowDto, index_CreateTaskThreadsPostDto as CreateTaskThreadsPostDto, index_CreateTaskThreadsReplyCommentDto as CreateTaskThreadsReplyCommentDto, index_CreateTaskThreadsReplyMessageDto as CreateTaskThreadsReplyMessageDto, index_CreateTasksJobDto as CreateTasksJobDto, index_CreateTeamDto as CreateTeamDto, index_CreateUserDto as CreateUserDto, index_DataImportInstagramAccountRawDto as DataImportInstagramAccountRawDto, index_ExportDto as ExportDto, index_FilterAccountAIContentChannelDto as FilterAccountAIContentChannelDto, index_FilterAccountAIContentDto as FilterAccountAIContentDto, index_FilterAccountAIContentInfoDto as FilterAccountAIContentInfoDto, index_FilterAccountAIImageChannelDto as FilterAccountAIImageChannelDto, index_FilterAccountAIImageDto as FilterAccountAIImageDto, index_FilterAccountAIImageInfoDto as FilterAccountAIImageInfoDto, index_FilterAccountAIVoiceChannelDto as FilterAccountAIVoiceChannelDto, index_FilterAccountAIVoiceDto as FilterAccountAIVoiceDto, index_FilterAccountAIVoiceInfoDto as FilterAccountAIVoiceInfoDto, index_FilterAccountCHPlayICloudDto as FilterAccountCHPlayICloudDto, index_FilterAccountCanvaDto as FilterAccountCanvaDto, index_FilterAccountDriveDto as FilterAccountDriveDto, index_FilterAccountEmailDto as FilterAccountEmailDto, index_FilterAccountSocialGroupDto as FilterAccountSocialGroupDto, index_FilterAccountVPNDto as FilterAccountVPNDto, index_FilterAccountVPSDto as FilterAccountVPSDto, index_FilterAccountVPSGroupDto as FilterAccountVPSGroupDto, index_FilterBaseDto as FilterBaseDto, index_FilterBaseSocialDto as FilterBaseSocialDto, index_FilterBlogCategoryDto as FilterBlogCategoryDto, index_FilterBlogDto as FilterBlogDto, index_FilterCheckerAccountInstagramDashboardFollowerDto as FilterCheckerAccountInstagramDashboardFollowerDto, index_FilterCheckerAccountThreadsDashboardFollowerDto as FilterCheckerAccountThreadsDashboardFollowerDto, index_FilterDepartmentDto as FilterDepartmentDto, index_FilterHistoryTaskAIContentDto as FilterHistoryTaskAIContentDto, index_FilterHistoryTaskAIImageDto as FilterHistoryTaskAIImageDto, index_FilterHistoryTaskAIVoiceDto as FilterHistoryTaskAIVoiceDto, index_FilterHistoryTaskCanvaDto as FilterHistoryTaskCanvaDto, index_FilterInstagramAccountRawDto as FilterInstagramAccountRawDto, index_FilterInstagramAccountRunDto as FilterInstagramAccountRunDto, index_FilterInstagramDashboardFollowerDto as FilterInstagramDashboardFollowerDto, index_FilterInstagramHistoryAutoSyncDto as FilterInstagramHistoryAutoSyncDto, index_FilterInstagramHistoryChangeInfoDto as FilterInstagramHistoryChangeInfoDto, index_FilterInstagramHistoryCreateNewDto as FilterInstagramHistoryCreateNewDto, index_FilterInstagramHistoryGroupDto as FilterInstagramHistoryGroupDto, index_FilterInstagramReportInteractBlockUserDto as FilterInstagramReportInteractBlockUserDto, index_FilterInstagramReportInteractFollowDto as FilterInstagramReportInteractFollowDto, index_FilterInstagramReportInteractReplyCommentDto as FilterInstagramReportInteractReplyCommentDto, index_FilterInstagramReportInteractReplyMessageDto as FilterInstagramReportInteractReplyMessageDto, index_FilterInstagramReportInteractUnFollowDto as FilterInstagramReportInteractUnFollowDto, index_FilterInstagramReportPostHighLightDto as FilterInstagramReportPostHighLightDto, index_FilterInstagramReportPostNewDto as FilterInstagramReportPostNewDto, index_FilterInstagramReportPostReelDto as FilterInstagramReportPostReelDto, index_FilterInstagramReportPostSquareDto as FilterInstagramReportPostSquareDto, index_FilterInstagramReportPostStoryDto as FilterInstagramReportPostStoryDto, index_FilterInstagramSettingFollowDto as FilterInstagramSettingFollowDto, index_FilterInstagramSettingInteractFollowDto as FilterInstagramSettingInteractFollowDto, index_FilterInstagramSettingInteractReplyCommentDto as FilterInstagramSettingInteractReplyCommentDto, index_FilterInstagramSettingInteractReplyMessageDto as FilterInstagramSettingInteractReplyMessageDto, index_FilterInstagramSettingInteractUnFollowDto as FilterInstagramSettingInteractUnFollowDto, index_FilterInstagramSettingPostDto as FilterInstagramSettingPostDto, index_FilterInstagramSettingReplyCommentDto as FilterInstagramSettingReplyCommentDto, index_FilterInstagramSettingReplyMessageDto as FilterInstagramSettingReplyMessageDto, index_FilterInstagramSettingUnFollowDto as FilterInstagramSettingUnFollowDto, index_FilterLarkDto as FilterLarkDto, index_FilterManagerImageAIDto as FilterManagerImageAIDto, index_FilterManagerSheetDto as FilterManagerSheetDto, index_FilterManagerWorkDto as FilterManagerWorkDto, index_FilterPerformanceBreakdownInstagramDashboardFollowerDto as FilterPerformanceBreakdownInstagramDashboardFollowerDto, index_FilterPerformanceBreakdownThreadsDashboardFollowerDto as FilterPerformanceBreakdownThreadsDashboardFollowerDto, index_FilterProxyDto as FilterProxyDto, index_FilterRoleDto as FilterRoleDto, index_FilterSheetWorkCategoryDto as FilterSheetWorkCategoryDto, index_FilterSheetWorkDto as FilterSheetWorkDto, index_FilterSheetsToolDto as FilterSheetsToolDto, index_FilterTaskAIContentDto as FilterTaskAIContentDto, index_FilterTaskAIImageCanvaInstagramDto as FilterTaskAIImageCanvaInstagramDto, index_FilterTaskAIImageCanvaThreadsDto as FilterTaskAIImageCanvaThreadsDto, index_FilterTaskAIImageVoiceCanvaInstagramDto as FilterTaskAIImageVoiceCanvaInstagramDto, index_FilterTaskAIImageVoiceCanvaThreadsDto as FilterTaskAIImageVoiceCanvaThreadsDto, index_FilterTaskInstagramBlockUserDto as FilterTaskInstagramBlockUserDto, index_FilterTaskInstagramChangeInfoDto as FilterTaskInstagramChangeInfoDto, index_FilterTaskInstagramFollowDto as FilterTaskInstagramFollowDto, index_FilterTaskInstagramPostDto as FilterTaskInstagramPostDto, index_FilterTaskInstagramReplyCommentDto as FilterTaskInstagramReplyCommentDto, index_FilterTaskInstagramReplyMessageDto as FilterTaskInstagramReplyMessageDto, index_FilterTaskThreadsFollowDto as FilterTaskThreadsFollowDto, index_FilterTaskThreadsPostDto as FilterTaskThreadsPostDto, index_FilterTaskThreadsReplyCommentDto as FilterTaskThreadsReplyCommentDto, index_FilterTaskThreadsReplyMessageDto as FilterTaskThreadsReplyMessageDto, index_FilterTeamDto as FilterTeamDto, index_FilterThreadsAccountRawDto as FilterThreadsAccountRawDto, index_FilterThreadsAccountRunDto as FilterThreadsAccountRunDto, index_FilterThreadsDashboardFollowerDto as FilterThreadsDashboardFollowerDto, index_FilterThreadsHistoryAutoSyncDto as FilterThreadsHistoryAutoSyncDto, index_FilterThreadsHistoryChangeDto as FilterThreadsHistoryChangeDto, index_FilterThreadsHistoryCreateNewDto as FilterThreadsHistoryCreateNewDto, index_FilterThreadsHistoryGroupDto as FilterThreadsHistoryGroupDto, index_FilterThreadsReportInteractFollowDto as FilterThreadsReportInteractFollowDto, index_FilterThreadsReportInteractReplyCommentDto as FilterThreadsReportInteractReplyCommentDto, index_FilterThreadsReportInteractReplyMessageDto as FilterThreadsReportInteractReplyMessageDto, index_FilterThreadsReportInteractUnFollowDto as FilterThreadsReportInteractUnFollowDto, index_FilterThreadsReportPostDto as FilterThreadsReportPostDto, index_FilterThreadsSettingInteractFollowDto as FilterThreadsSettingInteractFollowDto, index_FilterThreadsSettingInteractReplyCommentDto as FilterThreadsSettingInteractReplyCommentDto, index_FilterThreadsSettingInteractReplyMessageDto as FilterThreadsSettingInteractReplyMessageDto, index_FilterThreadsSettingInteractUnFollowDto as FilterThreadsSettingInteractUnFollowDto, index_FilterThreadsSettingPostDto as FilterThreadsSettingPostDto, index_FilterUserDto as FilterUserDto, index_FindAccountAIContentChannelDto as FindAccountAIContentChannelDto, index_FindAccountAIContentDto as FindAccountAIContentDto, index_FindAccountAIContentInfoDto as FindAccountAIContentInfoDto, index_FindAccountAIImageChannelDto as FindAccountAIImageChannelDto, index_FindAccountAIImageDto as FindAccountAIImageDto, index_FindAccountAIImageInfoDto as FindAccountAIImageInfoDto, index_FindAccountAIVoiceChannelDto as FindAccountAIVoiceChannelDto, index_FindAccountAIVoiceDto as FindAccountAIVoiceDto, index_FindAccountAIVoiceInfoDto as FindAccountAIVoiceInfoDto, index_FindAccountCHPlayICloudDto as FindAccountCHPlayICloudDto, index_FindAccountCanvaDto as FindAccountCanvaDto, index_FindAccountDriveDto as FindAccountDriveDto, index_FindAccountEmailDto as FindAccountEmailDto, index_FindAccountForCheckerInstagramDashboard as FindAccountForCheckerInstagramDashboard, index_FindAccountForCheckerThreadsDashboard as FindAccountForCheckerThreadsDashboard, index_FindAccountSocialGroupDto as FindAccountSocialGroupDto, index_FindAccountSocialGroupPopupSocialDto as FindAccountSocialGroupPopupSocialDto, index_FindAccountVPNDto as FindAccountVPNDto, index_FindAccountVPSDto as FindAccountVPSDto, index_FindAccountVPSGroupDto as FindAccountVPSGroupDto, index_FindAccountVPSGroupPopupDto as FindAccountVPSGroupPopupDto, index_FindBlogCategoryDto as FindBlogCategoryDto, index_FindBlogDto as FindBlogDto, index_FindCheckerAccountInstagramDashboardFollowerDto as FindCheckerAccountInstagramDashboardFollowerDto, index_FindCheckerAccountThreadsDashboardFollowerDto as FindCheckerAccountThreadsDashboardFollowerDto, index_FindDepartmentDto as FindDepartmentDto, index_FindDeviceAvailableForAddAccountVPNDto as FindDeviceAvailableForAddAccountVPNDto, index_FindDeviceAvailableForAddCHPlayICloudDto as FindDeviceAvailableForAddCHPlayICloudDto, index_FindDeviceAvailableForAddProxyDto as FindDeviceAvailableForAddProxyDto, index_FindForReviewDto as FindForReviewDto, index_FindGrowthInstagramDashboardFollowerDto as FindGrowthInstagramDashboardFollowerDto, index_FindGrowthThreadsDashboardFollowerDto as FindGrowthThreadsDashboardFollowerDto, index_FindHistoryTaskAIContentDto as FindHistoryTaskAIContentDto, index_FindHistoryTaskAIImageDto as FindHistoryTaskAIImageDto, index_FindHistoryTaskAIVoiceDto as FindHistoryTaskAIVoiceDto, index_FindHistoryTaskCanvaDto as FindHistoryTaskCanvaDto, index_FindInstagramAccountRawDto as FindInstagramAccountRawDto, index_FindInstagramAccountRunDto as FindInstagramAccountRunDto, index_FindInstagramHistoryAutoSyncDto as FindInstagramHistoryAutoSyncDto, index_FindInstagramHistoryChangeInfoDto as FindInstagramHistoryChangeInfoDto, index_FindInstagramHistoryCreateNewDto as FindInstagramHistoryCreateNewDto, index_FindInstagramHistoryGroupDto as FindInstagramHistoryGroupDto, index_FindInstagramSettingInteractFollowDto as FindInstagramSettingInteractFollowDto, index_FindInstagramSettingInteractReplyCommentDto as FindInstagramSettingInteractReplyCommentDto, index_FindInstagramSettingInteractReplyMessageDto as FindInstagramSettingInteractReplyMessageDto, index_FindInstagramSettingInteractUnFollowDto as FindInstagramSettingInteractUnFollowDto, index_FindInstagramSettingPostDto as FindInstagramSettingPostDto, index_FindLarkDto as FindLarkDto, index_FindManagerImageAIDto as FindManagerImageAIDto, index_FindManagerSheetDto as FindManagerSheetDto, index_FindManagerWorkDto as FindManagerWorkDto, index_FindMemberForAddTeamDto as FindMemberForAddTeamDto, index_FindOverViewDepartmentDto as FindOverViewDepartmentDto, index_FindOverViewInstagramAccountRawDto as FindOverViewInstagramAccountRawDto, index_FindOverViewInstagramAccountRunDto as FindOverViewInstagramAccountRunDto, index_FindOverViewInstagramReportInteractBlockUserDto as FindOverViewInstagramReportInteractBlockUserDto, index_FindOverViewInstagramReportInteractFollowDto as FindOverViewInstagramReportInteractFollowDto, index_FindOverViewInstagramReportInteractReplyCommentDto as FindOverViewInstagramReportInteractReplyCommentDto, index_FindOverViewInstagramReportInteractReplyMessageDto as FindOverViewInstagramReportInteractReplyMessageDto, index_FindOverViewInstagramReportInteractUnFollowDto as FindOverViewInstagramReportInteractUnFollowDto, index_FindOverViewInstagramReportPostHighLightDto as FindOverViewInstagramReportPostHighLightDto, index_FindOverViewInstagramReportPostNewDto as FindOverViewInstagramReportPostNewDto, index_FindOverViewInstagramReportPostReelDto as FindOverViewInstagramReportPostReelDto, index_FindOverViewInstagramReportPostSquareDto as FindOverViewInstagramReportPostSquareDto, index_FindOverViewInstagramReportPostStoryDto as FindOverViewInstagramReportPostStoryDto, index_FindOverViewInstagramSettingInteractFollowDto as FindOverViewInstagramSettingInteractFollowDto, index_FindOverViewInstagramSettingInteractReplyCommentDto as FindOverViewInstagramSettingInteractReplyCommentDto, index_FindOverViewInstagramSettingInteractReplyMessageDto as FindOverViewInstagramSettingInteractReplyMessageDto, index_FindOverViewInstagramSettingInteractUnFollowDto as FindOverViewInstagramSettingInteractUnFollowDto, index_FindOverViewInstagramSettingPostDto as FindOverViewInstagramSettingPostDto, index_FindOverViewLarkDto as FindOverViewLarkDto, index_FindOverViewTaskAIContentDto as FindOverViewTaskAIContentDto, index_FindOverViewTaskAIImageCanvaInstagramDto as FindOverViewTaskAIImageCanvaInstagramDto, index_FindOverViewTaskAIImageCanvaThreadsDto as FindOverViewTaskAIImageCanvaThreadsDto, index_FindOverViewTaskAIImageVoiceCanvaInstagramDto as FindOverViewTaskAIImageVoiceCanvaInstagramDto, index_FindOverViewTaskAIImageVoiceCanvaThreadsDto as FindOverViewTaskAIImageVoiceCanvaThreadsDto, index_FindOverViewTaskInstagramBlockUserDto as FindOverViewTaskInstagramBlockUserDto, index_FindOverViewTaskInstagramChangeInfoDto as FindOverViewTaskInstagramChangeInfoDto, index_FindOverViewTaskInstagramFollowDto as FindOverViewTaskInstagramFollowDto, index_FindOverViewTaskInstagramPostDto as FindOverViewTaskInstagramPostDto, index_FindOverViewTaskInstagramReplyCommentDto as FindOverViewTaskInstagramReplyCommentDto, index_FindOverViewTaskInstagramReplyMessageDto as FindOverViewTaskInstagramReplyMessageDto, index_FindOverViewTaskThreadsFollowDto as FindOverViewTaskThreadsFollowDto, index_FindOverViewTaskThreadsPostDto as FindOverViewTaskThreadsPostDto, index_FindOverViewTaskThreadsReplyCommentDto as FindOverViewTaskThreadsReplyCommentDto, index_FindOverViewTaskThreadsReplyMessageDto as FindOverViewTaskThreadsReplyMessageDto, index_FindOverViewThreadsAccountDto as FindOverViewThreadsAccountDto, index_FindOverViewThreadsAccountRowDto as FindOverViewThreadsAccountRowDto, index_FindOverViewThreadsReportInteractFollowDto as FindOverViewThreadsReportInteractFollowDto, index_FindOverViewThreadsReportInteractReplyCommentDto as FindOverViewThreadsReportInteractReplyCommentDto, index_FindOverViewThreadsReportInteractReplyMessageDto as FindOverViewThreadsReportInteractReplyMessageDto, index_FindOverViewThreadsReportInteractUnFollowDto as FindOverViewThreadsReportInteractUnFollowDto, index_FindOverViewThreadsReportPostDto as FindOverViewThreadsReportPostDto, index_FindOverViewThreadsSettingInteractFollowDto as FindOverViewThreadsSettingInteractFollowDto, index_FindOverViewThreadsSettingInteractReplyCommentDto as FindOverViewThreadsSettingInteractReplyCommentDto, index_FindOverViewThreadsSettingInteractReplyMessageDto as FindOverViewThreadsSettingInteractReplyMessageDto, index_FindOverViewThreadsSettingInteractUnFollowDto as FindOverViewThreadsSettingInteractUnFollowDto, index_FindOverViewThreadsSettingPostDto as FindOverViewThreadsSettingPostDto, index_FindOverviewAccountCHPlayICloudDto as FindOverviewAccountCHPlayICloudDto, index_FindOverviewAccountCanvaDto as FindOverviewAccountCanvaDto, index_FindOverviewAccountDriveDto as FindOverviewAccountDriveDto, index_FindOverviewAccountEmailDto as FindOverviewAccountEmailDto, index_FindOverviewAccountVPNDto as FindOverviewAccountVPNDto, index_FindOverviewAccountVPSDto as FindOverviewAccountVPSDto, index_FindOverviewInstagramDashboardFollowerDto as FindOverviewInstagramDashboardFollowerDto, index_FindOverviewInstagramHistoryAutoSyncDto as FindOverviewInstagramHistoryAutoSyncDto, index_FindOverviewInstagramHistoryChangeInfoDto as FindOverviewInstagramHistoryChangeInfoDto, index_FindOverviewInstagramHistoryCreateNewDto as FindOverviewInstagramHistoryCreateNewDto, index_FindOverviewInstagramHistoryGroupDto as FindOverviewInstagramHistoryGroupDto, index_FindOverviewProxyDto as FindOverviewProxyDto, index_FindOverviewRoleDto as FindOverviewRoleDto, index_FindOverviewTeamDto as FindOverviewTeamDto, index_FindOverviewThreadsDashboardFollowerDto as FindOverviewThreadsDashboardFollowerDto, index_FindOverviewThreadsHistoryCreateNewDto as FindOverviewThreadsHistoryCreateNewDto, index_FindOverviewUserDto as FindOverviewUserDto, index_FindPerformanceBreakdownInstagramDashboardFollowerDto as FindPerformanceBreakdownInstagramDashboardFollowerDto, index_FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto as FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, index_FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto as FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, index_FindPerformanceBreakdownThreadsDashboardFollowerDto as FindPerformanceBreakdownThreadsDashboardFollowerDto, index_FindProxyDto as FindProxyDto, index_FindRoleDetailDto as FindRoleDetailDto, index_FindRoleDto as FindRoleDto, index_FindRoleOfMe as FindRoleOfMe, index_FindSheetWorkCategoryDto as FindSheetWorkCategoryDto, index_FindSheetWorkDto as FindSheetWorkDto, index_FindSheetsToolDto as FindSheetsToolDto, index_FindTaskAIContentDto as FindTaskAIContentDto, index_FindTaskAIImageCanvaInstagramDto as FindTaskAIImageCanvaInstagramDto, index_FindTaskAIImageCanvaThreadsDto as FindTaskAIImageCanvaThreadsDto, index_FindTaskAIImageVoiceCanvaInstagramDto as FindTaskAIImageVoiceCanvaInstagramDto, index_FindTaskAIImageVoiceCanvaThreadsDto as FindTaskAIImageVoiceCanvaThreadsDto, index_FindTaskAvailableAIContentDto as FindTaskAvailableAIContentDto, index_FindTaskInstagramBlockUserDto as FindTaskInstagramBlockUserDto, index_FindTaskInstagramChangeInfoDto as FindTaskInstagramChangeInfoDto, index_FindTaskInstagramFollowDto as FindTaskInstagramFollowDto, index_FindTaskInstagramPostDto as FindTaskInstagramPostDto, index_FindTaskInstagramReplyCommentDto as FindTaskInstagramReplyCommentDto, index_FindTaskInstagramReplyMessageDto as FindTaskInstagramReplyMessageDto, index_FindTaskThreadsFollowDto as FindTaskThreadsFollowDto, index_FindTaskThreadsPostDto as FindTaskThreadsPostDto, index_FindTaskThreadsReplyCommentDto as FindTaskThreadsReplyCommentDto, index_FindTaskThreadsReplyMessageDto as FindTaskThreadsReplyMessageDto, index_FindTasksJobDto as FindTasksJobDto, index_FindTeamDto as FindTeamDto, index_FindThreadsAccountRawDto as FindThreadsAccountRawDto, index_FindThreadsAccountRunDto as FindThreadsAccountRunDto, index_FindThreadsHistoryAutoSyncDto as FindThreadsHistoryAutoSyncDto, index_FindThreadsHistoryChangeDto as FindThreadsHistoryChangeDto, index_FindThreadsHistoryCreateNewDto as FindThreadsHistoryCreateNewDto, index_FindThreadsHistoryGroupDto as FindThreadsHistoryGroupDto, index_FindThreadsSettingInteractFollowDto as FindThreadsSettingInteractFollowDto, index_FindThreadsSettingInteractReplyCommentDto as FindThreadsSettingInteractReplyCommentDto, index_FindThreadsSettingInteractReplyMessageDto as FindThreadsSettingInteractReplyMessageDto, index_FindThreadsSettingInteractUnFollowDto as FindThreadsSettingInteractUnFollowDto, index_FindThreadsSettingPostDto as FindThreadsSettingPostDto, index_FindUserDto as FindUserDto, index_IBaseELS as IBaseELS, index_IBaseOverview as IBaseOverview, index_IBaseRefFieldELS as IBaseRefFieldELS, index_IBaseSheetImportDto as IBaseSheetImportDto, index_IBaseStoreIdxELS as IBaseStoreIdxELS, index_IFilterAssignDto as IFilterAssignDto, index_IFilterBaseAccountSocialDto as IFilterBaseAccountSocialDto, index_IFilterBaseDto as IFilterBaseDto, index_IFilterSettingAccountSocialFindForSettingDto as IFilterSettingAccountSocialFindForSettingDto, index_IFindBaseDto as IFindBaseDto, index_ISettingAccountSocialDto as ISettingAccountSocialDto, index_IUserInfoAssignment as IUserInfoAssignment, index_ImportAccountVPSDto as ImportAccountVPSDto, index_ImportDto as ImportDto, index_ImportInstagramAccountRawDto as ImportInstagramAccountRawDto, index_ImportManagerWorkDto as ImportManagerWorkDto, index_ImportSheetWorkDto as ImportSheetWorkDto, index_LoadInfoUrlSheetToolDto as LoadInfoUrlSheetToolDto, index_OverviewSheetsToolDto as OverviewSheetsToolDto, index_PayloadUrlSheetToolDto as PayloadUrlSheetToolDto, index_ReplaceAccountVSPDto as ReplaceAccountVSPDto, index_ResultChangeInfoInstagramAccountRawDto as ResultChangeInfoInstagramAccountRawDto, index_ResultImportInstagramAccountRawDto as ResultImportInstagramAccountRawDto, index_StatisticsManagerWorkDto as StatisticsManagerWorkDto, index_StatisticsSheetWorkDto as StatisticsSheetWorkDto, index_UpdateAccountSocialGroupDto as UpdateAccountSocialGroupDto, index_UpdateAccountVPSDto as UpdateAccountVPSDto, index_UpdateBlogDto as UpdateBlogDto, index_UpdateBlogsCategoryDto as UpdateBlogsCategoryDto, index_UpdateDepartmentDto as UpdateDepartmentDto, index_UpdateInstagramSettingInteractFollowDto as UpdateInstagramSettingInteractFollowDto, index_UpdateInstagramSettingInteractReplyCommentDto as UpdateInstagramSettingInteractReplyCommentDto, index_UpdateInstagramSettingInteractReplyMessageDto as UpdateInstagramSettingInteractReplyMessageDto, index_UpdateInstagramSettingInteractUnFollowDto as UpdateInstagramSettingInteractUnFollowDto, index_UpdateInstagramSettingPostDto as UpdateInstagramSettingPostDto, index_UpdateLarkDto as UpdateLarkDto, index_UpdateManagerWorkDto as UpdateManagerWorkDto, index_UpdateProxyDto as UpdateProxyDto, index_UpdateRoleDto as UpdateRoleDto, index_UpdateSheetWorkDto as UpdateSheetWorkDto, index_UpdateSheetsToolDto as UpdateSheetsToolDto, index_UpdateTaskAIContentDto as UpdateTaskAIContentDto, index_UpdateTaskAIImageCanvaInstagramDto as UpdateTaskAIImageCanvaInstagramDto, index_UpdateTaskAIImageCanvaThreadsDto as UpdateTaskAIImageCanvaThreadsDto, index_UpdateTaskAIImageVoiceCanvaInstagramDto as UpdateTaskAIImageVoiceCanvaInstagramDto, index_UpdateTaskAIImageVoiceCanvaThreadsDto as UpdateTaskAIImageVoiceCanvaThreadsDto, index_UpdateTaskInstagramBlockUserDto as UpdateTaskInstagramBlockUserDto, index_UpdateTaskInstagramChangeInfoDto as UpdateTaskInstagramChangeInfoDto, index_UpdateTaskInstagramFollowDto as UpdateTaskInstagramFollowDto, index_UpdateTaskInstagramPostDto as UpdateTaskInstagramPostDto, index_UpdateTaskInstagramReplyCommentDto as UpdateTaskInstagramReplyCommentDto, index_UpdateTaskInstagramReplyMessageDto as UpdateTaskInstagramReplyMessageDto, index_UpdateTaskThreadsFollowDto as UpdateTaskThreadsFollowDto, index_UpdateTaskThreadsPostDto as UpdateTaskThreadsPostDto, index_UpdateTaskThreadsReplyCommentDto as UpdateTaskThreadsReplyCommentDto, index_UpdateTaskThreadsReplyMessageDto as UpdateTaskThreadsReplyMessageDto, index_UpdateTasksJobDto as UpdateTasksJobDto, index_UpdateTeamDto as UpdateTeamDto, index_UpdateUserDto as UpdateUserDto, index_ViewDetailSheetsToolDto as ViewDetailSheetsToolDto };
|
|
16442
16454
|
}
|
|
16443
16455
|
|
|
16444
|
-
export { index$j as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$k as AutoConstants, index as AutoDto, index$d as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index$8 as AutoInterfaces, index$9 as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$c as AutoTypes, index$i as Base, type ChangeInfoInstagramAccountRawDto, type CheckSendMessageLark, index$a as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateInstagramSettingInteractFollowDto, type CreateInstagramSettingInteractReplyCommentDto, type CreateInstagramSettingInteractReplyMessageDto, type CreateInstagramSettingInteractUnFollowDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerWorkDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DataImportInstagramAccountRawDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPCLogLevel, EPCLogSource, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialCheckAuth, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeEmail, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImportAccountSocial, EStatusLark, EStatusLoginEmail, EStatusMailWork, EStatusPC, EStatusPCControl, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeFilter, ETimeZone, EToolName, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoInstagram, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, EYesNo, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type 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 FindOverviewPCDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDetail, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$7 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAssignUser, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseOverview, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBaseStoreIdxELS, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDeviceLogStoreIdxELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IEmailRawManager, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryAutoSyncStoreIdxELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryChangeInfoStoreIdxELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryCreateNewStoreIdxELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramHistoryGroupStoreIdxELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractBlockUserStoreIdxELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractFollowStoreIdxELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyCommentStoreIdxELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractReplyMessageStoreIdxELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportInteractUnFollowStoreIdxELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostHighLightStoreIdxELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostNewStoreIdxELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostReelStoreIdxELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostSquareStoreIdxELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramReportPostStoryStoreIdxELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IPCLog, type IPCLogELS, type IPCLogStoreIdxELS, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISettingTool, type ISheetImportExportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramBlockUserStoreIdxELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramChangeInfoStoreIdxELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramFollowStoreIdxELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramPostStoreIdxELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyCommentStoreIdxELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskInstagramReplyMessageStoreIdxELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsFollowStoreIdxELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsPostStoreIdxELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyCommentStoreIdxELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITaskThreadsReplyMessageStoreIdxELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsDashboardFollower, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractFollowStoreIdxELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyCommentStoreIdxELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractReplyMessageStoreIdxELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportInteractUnFollowStoreIdxELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsReportPostStoreIdxELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTime, type IUser, type IUserInfoAssignment, type IUserRole, type IViewDeviceByPC, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$h as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$b as Permission, type ReplaceAccountVSPDto, type ResultChangeInfoInstagramAccountRawDto, type ResultImportInstagramAccountRawDto, index$g as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$f as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$e as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateInstagramSettingInteractFollowDto, type UpdateInstagramSettingInteractReplyCommentDto, type UpdateInstagramSettingInteractReplyMessageDto, type UpdateInstagramSettingInteractUnFollowDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, type ViewDetailSheetsToolDto, index$6 as Workspace };
|
|
16456
|
+
export { index$j as AI, type ActionLoadInfoUrlSheetToolDto, type ActionPopupDeviceAccountDto, type AddAccountForDeviceDto, type AddToDeviceAccountCHPlayICloudDto, type AddToDeviceAccountVPNDto, type AddToDeviceProxyDto, type ApplyAutoFillDeviceDto, type ApplyReplaceDeviceDto, type ApplyTimeDashboardDto, index$2 as Auth, index$k as AutoConstants, index as AutoDto, index$d as AutoEnums, type AutoFillAssignedMemberInstagramAccountRawDto, type AutoFillAssignedMemberThreadsAccountRawDto, type AutoFillInstagramAccountRawDto, type AutoFillOverviewInstagramAccountRawDto, type AutoFillOverviewTaskInstagramBlockUserDto, type AutoFillOverviewThreadsAccountRawDto, type AutoFillTaskInstagramBlockUserDto, type AutoFillThreadsAccountRawDto, index$8 as AutoInterfaces, index$9 as AutoInterfacesCommon, index$1 as AutoInterfacesModels, index$c as AutoTypes, index$i as Base, type ChangeInfoInstagramAccountRawDto, type CheckSendMessageLark, index$a as Common, type CreateAccountSocialGroupDto, type CreateAccountVPSDto, type CreateBlogDto, type CreateBlogsCategoryDto, type CreateDepartmentDto, type CreateInstagramSettingInteractFollowDto, type CreateInstagramSettingInteractReplyCommentDto, type CreateInstagramSettingInteractReplyMessageDto, type CreateInstagramSettingInteractUnFollowDto, type CreateInstagramSettingPostDto, type CreateLarkDto, type CreateManagerWorkDto, type CreateProxyDto, type CreateRoleDto, type CreateSheetToolDto, type CreateSheetWorkDto, type CreateTaskAIContentDto, type CreateTaskAIImageCanvaInstagramDto, type CreateTaskAIImageCanvaThreadsDto, type CreateTaskAIImageVoiceCanvaInstagramDto, type CreateTaskAIImageVoiceCanvaThreadsDto, type CreateTaskInstagramBlockUserDto, type CreateTaskInstagramChangeInfoDto, type CreateTaskInstagramFollowDto, type CreateTaskInstagramPostDto, type CreateTaskInstagramReplyCommentDto, type CreateTaskInstagramReplyMessageDto, type CreateTaskThreadsFollowDto, type CreateTaskThreadsPostDto, type CreateTaskThreadsReplyCommentDto, type CreateTaskThreadsReplyMessageDto, type CreateTasksJobDto, type CreateTeamDto, type CreateUserDto, type DataImportInstagramAccountRawDto, type DevicePopupListAddAccountDto, type DevicePopupOverviewAccountsDto, type DevicePopupOverviewAddAccountDto, type DevicePopupViewAccountInstagramDto, type DevicePopupViewAccountThreadsDto, EAIModelContent, EAIModelImage, EAIModelVoice, EAIVersionGPT, EAIVersionImage, EAIVersionPerplexity, EAIVersionVoice, EDayOfWeek, EDeviceResetTime, EEmailTagType, EFile, EFolderImageAI, EGender, EHaveData, EInputTypeFilter, ELarkNotiAccountTool, ELarkNotiBase, ELarkNotiCreateNew, ELarkNotiDuplicateAll, ELarkNotiInstagramDetail, ELarkNotiManagerSheet, ELarkNotiRunAppDevice, ELarkNotiSocialImport, ELarkNotiToolDevice, ELarkObject, ELarkTypeNotification, EObjectName, EPCLogLevel, EPCLogSource, EPositionUser, EPostStyle, EPostType, EPriority, ESheetToolInstagram, ESheetToolStatusImport, ESheetToolStatusRun, ESheetToolThreads, ESheetToolTimeCrawl, EStartStop, EStatusAccountAI, EStatusAccountCHPlayICloud, EStatusAccountCanva, EStatusAccountDrive, EStatusAccountSocialCheckAuth, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusAccountVPN, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChangeInfoEmail, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusEmail, EStatusExecuteCommon, EStatusGenerate, EStatusImportAccountSocial, EStatusLark, EStatusLoginEmail, EStatusMailWork, EStatusPC, EStatusPCControl, EStatusPost, EStatusProxyChecked, EStatusProxyNewIP, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, EStatusVPS, EStatusVPSReplace, ETimeFilter, ETimeZone, EToolName, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeEmail, 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 FindOverviewPCDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDetail, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$7 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAssignUser, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseOverview, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBaseStoreIdxELS, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDeviceLogStoreIdxELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IEmailRawManager, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryAutoSyncStoreIdxELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryChangeInfoStoreIdxELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryCreateNewStoreIdxELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramHistoryGroupStoreIdxELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractBlockUserStoreIdxELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractFollowStoreIdxELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyCommentStoreIdxELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractReplyMessageStoreIdxELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportInteractUnFollowStoreIdxELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostHighLightStoreIdxELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostNewStoreIdxELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostReelStoreIdxELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostSquareStoreIdxELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramReportPostStoryStoreIdxELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IPCLog, type IPCLogELS, type IPCLogStoreIdxELS, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISettingTool, type ISheetImportExportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramBlockUserStoreIdxELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramChangeInfoStoreIdxELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramFollowStoreIdxELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramPostStoreIdxELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyCommentStoreIdxELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskInstagramReplyMessageStoreIdxELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsFollowStoreIdxELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsPostStoreIdxELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyCommentStoreIdxELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITaskThreadsReplyMessageStoreIdxELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsDashboardFollower, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractFollowStoreIdxELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyCommentStoreIdxELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractReplyMessageStoreIdxELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportInteractUnFollowStoreIdxELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsReportPostStoreIdxELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTime, type IUser, type IUserInfoAssignment, type IUserRole, type IViewDeviceByPC, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$h as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$b as Permission, type ReplaceAccountVSPDto, type ResultChangeInfoInstagramAccountRawDto, type ResultImportInstagramAccountRawDto, index$g as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$f as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$e as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateInstagramSettingInteractFollowDto, type UpdateInstagramSettingInteractReplyCommentDto, type UpdateInstagramSettingInteractReplyMessageDto, type UpdateInstagramSettingInteractUnFollowDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, type ViewDetailSheetsToolDto, index$6 as Workspace };
|
package/dist/index.js
CHANGED
|
@@ -86,8 +86,8 @@ __export(index_exports, {
|
|
|
86
86
|
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
87
87
|
EStatusActive: () => EStatusActive,
|
|
88
88
|
EStatusBlog: () => EStatusBlog,
|
|
89
|
-
EStatusChangeEmail: () => EStatusChangeEmail,
|
|
90
89
|
EStatusChangeInfo: () => EStatusChangeInfo,
|
|
90
|
+
EStatusChangeInfoEmail: () => EStatusChangeInfoEmail,
|
|
91
91
|
EStatusChannel: () => EStatusChannel,
|
|
92
92
|
EStatusCommon: () => EStatusCommon,
|
|
93
93
|
EStatusCreateNew: () => EStatusCreateNew,
|
|
@@ -142,6 +142,7 @@ __export(index_exports, {
|
|
|
142
142
|
ETypeDevice: () => ETypeDevice,
|
|
143
143
|
ETypeDeviceLog: () => ETypeDeviceLog,
|
|
144
144
|
ETypeDeviceOS: () => ETypeDeviceOS,
|
|
145
|
+
ETypeEmail: () => ETypeEmail,
|
|
145
146
|
ETypeExport: () => ETypeExport,
|
|
146
147
|
ETypeGenerate: () => ETypeGenerate,
|
|
147
148
|
ETypeImportExport: () => ETypeImportExport,
|
|
@@ -668,8 +669,8 @@ __export(enums_exports, {
|
|
|
668
669
|
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
669
670
|
EStatusActive: () => EStatusActive,
|
|
670
671
|
EStatusBlog: () => EStatusBlog,
|
|
671
|
-
EStatusChangeEmail: () => EStatusChangeEmail,
|
|
672
672
|
EStatusChangeInfo: () => EStatusChangeInfo,
|
|
673
|
+
EStatusChangeInfoEmail: () => EStatusChangeInfoEmail,
|
|
673
674
|
EStatusChannel: () => EStatusChannel,
|
|
674
675
|
EStatusCommon: () => EStatusCommon,
|
|
675
676
|
EStatusCreateNew: () => EStatusCreateNew,
|
|
@@ -724,6 +725,7 @@ __export(enums_exports, {
|
|
|
724
725
|
ETypeDevice: () => ETypeDevice,
|
|
725
726
|
ETypeDeviceLog: () => ETypeDeviceLog,
|
|
726
727
|
ETypeDeviceOS: () => ETypeDeviceOS,
|
|
728
|
+
ETypeEmail: () => ETypeEmail,
|
|
727
729
|
ETypeExport: () => ETypeExport,
|
|
728
730
|
ETypeGenerate: () => ETypeGenerate,
|
|
729
731
|
ETypeImportExport: () => ETypeImportExport,
|
|
@@ -765,8 +767,7 @@ __export(ai_exports, {
|
|
|
765
767
|
EEmailTagType: () => EEmailTagType,
|
|
766
768
|
EFolderImageAI: () => EFolderImageAI,
|
|
767
769
|
EStatusAccountAI: () => EStatusAccountAI,
|
|
768
|
-
EStatusChannel: () => EStatusChannel
|
|
769
|
-
EStatusEmail: () => EStatusEmail
|
|
770
|
+
EStatusChannel: () => EStatusChannel
|
|
770
771
|
});
|
|
771
772
|
|
|
772
773
|
// src/enums/ai/common/EFolderImageAI.enum.ts
|
|
@@ -846,16 +847,6 @@ var EStatusAccountAI = /* @__PURE__ */ ((EStatusAccountAI2) => {
|
|
|
846
847
|
return EStatusAccountAI2;
|
|
847
848
|
})(EStatusAccountAI || {});
|
|
848
849
|
|
|
849
|
-
// src/enums/ai/status/EStatusEmail.enum.ts
|
|
850
|
-
var EStatusEmail = /* @__PURE__ */ ((EStatusEmail2) => {
|
|
851
|
-
EStatusEmail2["New"] = "New";
|
|
852
|
-
EStatusEmail2["Active"] = "Active";
|
|
853
|
-
EStatusEmail2["Suspend"] = "Suspend";
|
|
854
|
-
EStatusEmail2["Wrong2FA"] = "Wrong2FA";
|
|
855
|
-
EStatusEmail2["WrongPassword"] = "WrongPassword";
|
|
856
|
-
return EStatusEmail2;
|
|
857
|
-
})(EStatusEmail || {});
|
|
858
|
-
|
|
859
850
|
// src/enums/ai/status/EStatusChannel.enum.ts
|
|
860
851
|
var EStatusChannel = /* @__PURE__ */ ((EStatusChannel2) => {
|
|
861
852
|
EStatusChannel2["New"] = "New";
|
|
@@ -1361,8 +1352,8 @@ __export(status_exports, {
|
|
|
1361
1352
|
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
1362
1353
|
EStatusActive: () => EStatusActive,
|
|
1363
1354
|
EStatusBlog: () => EStatusBlog,
|
|
1364
|
-
EStatusChangeEmail: () => EStatusChangeEmail,
|
|
1365
1355
|
EStatusChangeInfo: () => EStatusChangeInfo,
|
|
1356
|
+
EStatusChangeInfoEmail: () => EStatusChangeInfoEmail,
|
|
1366
1357
|
EStatusCommon: () => EStatusCommon,
|
|
1367
1358
|
EStatusCreateNew: () => EStatusCreateNew,
|
|
1368
1359
|
EStatusDevice: () => EStatusDevice,
|
|
@@ -1378,6 +1369,7 @@ __export(status_exports, {
|
|
|
1378
1369
|
EStatusDeviceSetupSettingTask: () => EStatusDeviceSetupSettingTask,
|
|
1379
1370
|
EStatusDeviceSync: () => EStatusDeviceSync,
|
|
1380
1371
|
EStatusEditPost: () => EStatusEditPost,
|
|
1372
|
+
EStatusEmail: () => EStatusEmail,
|
|
1381
1373
|
EStatusExecuteCommon: () => EStatusExecuteCommon,
|
|
1382
1374
|
EStatusGenerate: () => EStatusGenerate,
|
|
1383
1375
|
EStatusImportAccountSocial: () => EStatusImportAccountSocial,
|
|
@@ -1401,7 +1393,8 @@ __export(status_exports, {
|
|
|
1401
1393
|
EStatusTeam: () => EStatusTeam,
|
|
1402
1394
|
EStatusUser: () => EStatusUser,
|
|
1403
1395
|
EStatusVPS: () => EStatusVPS,
|
|
1404
|
-
EStatusVPSReplace: () => EStatusVPSReplace
|
|
1396
|
+
EStatusVPSReplace: () => EStatusVPSReplace,
|
|
1397
|
+
ETypeEmail: () => ETypeEmail
|
|
1405
1398
|
});
|
|
1406
1399
|
|
|
1407
1400
|
// src/enums/status/common/EStatusVPS.enum.ts
|
|
@@ -1669,7 +1662,18 @@ var EStatusGenerate = /* @__PURE__ */ ((EStatusGenerate2) => {
|
|
|
1669
1662
|
return EStatusGenerate2;
|
|
1670
1663
|
})(EStatusGenerate || {});
|
|
1671
1664
|
|
|
1672
|
-
// src/enums/status/tools/
|
|
1665
|
+
// src/enums/status/tools/EStatusEmailRawManager.enum.ts
|
|
1666
|
+
var EStatusEmail = /* @__PURE__ */ ((EStatusEmail2) => {
|
|
1667
|
+
EStatusEmail2["New"] = "New";
|
|
1668
|
+
EStatusEmail2["PendingLogin"] = "PendingLogin";
|
|
1669
|
+
EStatusEmail2["ImportError"] = "ImportError";
|
|
1670
|
+
EStatusEmail2["LoginError"] = "LoginError";
|
|
1671
|
+
EStatusEmail2["Verify"] = "Verify";
|
|
1672
|
+
EStatusEmail2["RunAccount"] = "RunAccount";
|
|
1673
|
+
EStatusEmail2["Dead"] = "Dead";
|
|
1674
|
+
EStatusEmail2["NA"] = "N/A";
|
|
1675
|
+
return EStatusEmail2;
|
|
1676
|
+
})(EStatusEmail || {});
|
|
1673
1677
|
var EStatusLoginEmail = /* @__PURE__ */ ((EStatusLoginEmail2) => {
|
|
1674
1678
|
EStatusLoginEmail2["Available"] = "Available";
|
|
1675
1679
|
EStatusLoginEmail2["Verify"] = "Verify";
|
|
@@ -1681,12 +1685,17 @@ var EStatusLoginEmail = /* @__PURE__ */ ((EStatusLoginEmail2) => {
|
|
|
1681
1685
|
EStatusLoginEmail2["NA"] = "N/A";
|
|
1682
1686
|
return EStatusLoginEmail2;
|
|
1683
1687
|
})(EStatusLoginEmail || {});
|
|
1684
|
-
var
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
return
|
|
1689
|
-
})(
|
|
1688
|
+
var EStatusChangeInfoEmail = /* @__PURE__ */ ((EStatusChangeInfoEmail2) => {
|
|
1689
|
+
EStatusChangeInfoEmail2["Done"] = "Done";
|
|
1690
|
+
EStatusChangeInfoEmail2["Error"] = "Error";
|
|
1691
|
+
EStatusChangeInfoEmail2["NA"] = "N/A";
|
|
1692
|
+
return EStatusChangeInfoEmail2;
|
|
1693
|
+
})(EStatusChangeInfoEmail || {});
|
|
1694
|
+
var ETypeEmail = /* @__PURE__ */ ((ETypeEmail2) => {
|
|
1695
|
+
ETypeEmail2["Gmail"] = "Gmail";
|
|
1696
|
+
ETypeEmail2["HotMail"] = "HotMail";
|
|
1697
|
+
return ETypeEmail2;
|
|
1698
|
+
})(ETypeEmail || {});
|
|
1690
1699
|
|
|
1691
1700
|
// src/enums/status/tools/EStatusPost.enum.ts
|
|
1692
1701
|
var EStatusPost = /* @__PURE__ */ ((EStatusPost2) => {
|
|
@@ -2360,8 +2369,8 @@ __export(interfaces_exports, {
|
|
|
2360
2369
|
EStatusAccountVPN,
|
|
2361
2370
|
EStatusActive,
|
|
2362
2371
|
EStatusBlog,
|
|
2363
|
-
EStatusChangeEmail,
|
|
2364
2372
|
EStatusChangeInfo,
|
|
2373
|
+
EStatusChangeInfoEmail,
|
|
2365
2374
|
EStatusChannel,
|
|
2366
2375
|
EStatusCommon,
|
|
2367
2376
|
EStatusCreateNew,
|
|
@@ -2416,6 +2425,7 @@ __export(interfaces_exports, {
|
|
|
2416
2425
|
ETypeDevice,
|
|
2417
2426
|
ETypeDeviceLog,
|
|
2418
2427
|
ETypeDeviceOS,
|
|
2428
|
+
ETypeEmail,
|
|
2419
2429
|
ETypeExport,
|
|
2420
2430
|
ETypeGenerate,
|
|
2421
2431
|
ETypeImportExport,
|
package/dist/index.mjs
CHANGED
|
@@ -495,8 +495,8 @@ __export(enums_exports, {
|
|
|
495
495
|
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
496
496
|
EStatusActive: () => EStatusActive,
|
|
497
497
|
EStatusBlog: () => EStatusBlog,
|
|
498
|
-
EStatusChangeEmail: () => EStatusChangeEmail,
|
|
499
498
|
EStatusChangeInfo: () => EStatusChangeInfo,
|
|
499
|
+
EStatusChangeInfoEmail: () => EStatusChangeInfoEmail,
|
|
500
500
|
EStatusChannel: () => EStatusChannel,
|
|
501
501
|
EStatusCommon: () => EStatusCommon,
|
|
502
502
|
EStatusCreateNew: () => EStatusCreateNew,
|
|
@@ -551,6 +551,7 @@ __export(enums_exports, {
|
|
|
551
551
|
ETypeDevice: () => ETypeDevice,
|
|
552
552
|
ETypeDeviceLog: () => ETypeDeviceLog,
|
|
553
553
|
ETypeDeviceOS: () => ETypeDeviceOS,
|
|
554
|
+
ETypeEmail: () => ETypeEmail,
|
|
554
555
|
ETypeExport: () => ETypeExport,
|
|
555
556
|
ETypeGenerate: () => ETypeGenerate,
|
|
556
557
|
ETypeImportExport: () => ETypeImportExport,
|
|
@@ -592,8 +593,7 @@ __export(ai_exports, {
|
|
|
592
593
|
EEmailTagType: () => EEmailTagType,
|
|
593
594
|
EFolderImageAI: () => EFolderImageAI,
|
|
594
595
|
EStatusAccountAI: () => EStatusAccountAI,
|
|
595
|
-
EStatusChannel: () => EStatusChannel
|
|
596
|
-
EStatusEmail: () => EStatusEmail
|
|
596
|
+
EStatusChannel: () => EStatusChannel
|
|
597
597
|
});
|
|
598
598
|
|
|
599
599
|
// src/enums/ai/common/EFolderImageAI.enum.ts
|
|
@@ -673,16 +673,6 @@ var EStatusAccountAI = /* @__PURE__ */ ((EStatusAccountAI2) => {
|
|
|
673
673
|
return EStatusAccountAI2;
|
|
674
674
|
})(EStatusAccountAI || {});
|
|
675
675
|
|
|
676
|
-
// src/enums/ai/status/EStatusEmail.enum.ts
|
|
677
|
-
var EStatusEmail = /* @__PURE__ */ ((EStatusEmail2) => {
|
|
678
|
-
EStatusEmail2["New"] = "New";
|
|
679
|
-
EStatusEmail2["Active"] = "Active";
|
|
680
|
-
EStatusEmail2["Suspend"] = "Suspend";
|
|
681
|
-
EStatusEmail2["Wrong2FA"] = "Wrong2FA";
|
|
682
|
-
EStatusEmail2["WrongPassword"] = "WrongPassword";
|
|
683
|
-
return EStatusEmail2;
|
|
684
|
-
})(EStatusEmail || {});
|
|
685
|
-
|
|
686
676
|
// src/enums/ai/status/EStatusChannel.enum.ts
|
|
687
677
|
var EStatusChannel = /* @__PURE__ */ ((EStatusChannel2) => {
|
|
688
678
|
EStatusChannel2["New"] = "New";
|
|
@@ -1188,8 +1178,8 @@ __export(status_exports, {
|
|
|
1188
1178
|
EStatusAccountVPN: () => EStatusAccountVPN,
|
|
1189
1179
|
EStatusActive: () => EStatusActive,
|
|
1190
1180
|
EStatusBlog: () => EStatusBlog,
|
|
1191
|
-
EStatusChangeEmail: () => EStatusChangeEmail,
|
|
1192
1181
|
EStatusChangeInfo: () => EStatusChangeInfo,
|
|
1182
|
+
EStatusChangeInfoEmail: () => EStatusChangeInfoEmail,
|
|
1193
1183
|
EStatusCommon: () => EStatusCommon,
|
|
1194
1184
|
EStatusCreateNew: () => EStatusCreateNew,
|
|
1195
1185
|
EStatusDevice: () => EStatusDevice,
|
|
@@ -1205,6 +1195,7 @@ __export(status_exports, {
|
|
|
1205
1195
|
EStatusDeviceSetupSettingTask: () => EStatusDeviceSetupSettingTask,
|
|
1206
1196
|
EStatusDeviceSync: () => EStatusDeviceSync,
|
|
1207
1197
|
EStatusEditPost: () => EStatusEditPost,
|
|
1198
|
+
EStatusEmail: () => EStatusEmail,
|
|
1208
1199
|
EStatusExecuteCommon: () => EStatusExecuteCommon,
|
|
1209
1200
|
EStatusGenerate: () => EStatusGenerate,
|
|
1210
1201
|
EStatusImportAccountSocial: () => EStatusImportAccountSocial,
|
|
@@ -1228,7 +1219,8 @@ __export(status_exports, {
|
|
|
1228
1219
|
EStatusTeam: () => EStatusTeam,
|
|
1229
1220
|
EStatusUser: () => EStatusUser,
|
|
1230
1221
|
EStatusVPS: () => EStatusVPS,
|
|
1231
|
-
EStatusVPSReplace: () => EStatusVPSReplace
|
|
1222
|
+
EStatusVPSReplace: () => EStatusVPSReplace,
|
|
1223
|
+
ETypeEmail: () => ETypeEmail
|
|
1232
1224
|
});
|
|
1233
1225
|
|
|
1234
1226
|
// src/enums/status/common/EStatusVPS.enum.ts
|
|
@@ -1496,7 +1488,18 @@ var EStatusGenerate = /* @__PURE__ */ ((EStatusGenerate2) => {
|
|
|
1496
1488
|
return EStatusGenerate2;
|
|
1497
1489
|
})(EStatusGenerate || {});
|
|
1498
1490
|
|
|
1499
|
-
// src/enums/status/tools/
|
|
1491
|
+
// src/enums/status/tools/EStatusEmailRawManager.enum.ts
|
|
1492
|
+
var EStatusEmail = /* @__PURE__ */ ((EStatusEmail2) => {
|
|
1493
|
+
EStatusEmail2["New"] = "New";
|
|
1494
|
+
EStatusEmail2["PendingLogin"] = "PendingLogin";
|
|
1495
|
+
EStatusEmail2["ImportError"] = "ImportError";
|
|
1496
|
+
EStatusEmail2["LoginError"] = "LoginError";
|
|
1497
|
+
EStatusEmail2["Verify"] = "Verify";
|
|
1498
|
+
EStatusEmail2["RunAccount"] = "RunAccount";
|
|
1499
|
+
EStatusEmail2["Dead"] = "Dead";
|
|
1500
|
+
EStatusEmail2["NA"] = "N/A";
|
|
1501
|
+
return EStatusEmail2;
|
|
1502
|
+
})(EStatusEmail || {});
|
|
1500
1503
|
var EStatusLoginEmail = /* @__PURE__ */ ((EStatusLoginEmail2) => {
|
|
1501
1504
|
EStatusLoginEmail2["Available"] = "Available";
|
|
1502
1505
|
EStatusLoginEmail2["Verify"] = "Verify";
|
|
@@ -1508,12 +1511,17 @@ var EStatusLoginEmail = /* @__PURE__ */ ((EStatusLoginEmail2) => {
|
|
|
1508
1511
|
EStatusLoginEmail2["NA"] = "N/A";
|
|
1509
1512
|
return EStatusLoginEmail2;
|
|
1510
1513
|
})(EStatusLoginEmail || {});
|
|
1511
|
-
var
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
return
|
|
1516
|
-
})(
|
|
1514
|
+
var EStatusChangeInfoEmail = /* @__PURE__ */ ((EStatusChangeInfoEmail2) => {
|
|
1515
|
+
EStatusChangeInfoEmail2["Done"] = "Done";
|
|
1516
|
+
EStatusChangeInfoEmail2["Error"] = "Error";
|
|
1517
|
+
EStatusChangeInfoEmail2["NA"] = "N/A";
|
|
1518
|
+
return EStatusChangeInfoEmail2;
|
|
1519
|
+
})(EStatusChangeInfoEmail || {});
|
|
1520
|
+
var ETypeEmail = /* @__PURE__ */ ((ETypeEmail2) => {
|
|
1521
|
+
ETypeEmail2["Gmail"] = "Gmail";
|
|
1522
|
+
ETypeEmail2["HotMail"] = "HotMail";
|
|
1523
|
+
return ETypeEmail2;
|
|
1524
|
+
})(ETypeEmail || {});
|
|
1517
1525
|
|
|
1518
1526
|
// src/enums/status/tools/EStatusPost.enum.ts
|
|
1519
1527
|
var EStatusPost = /* @__PURE__ */ ((EStatusPost2) => {
|
|
@@ -2186,8 +2194,8 @@ export {
|
|
|
2186
2194
|
EStatusAccountVPN,
|
|
2187
2195
|
EStatusActive,
|
|
2188
2196
|
EStatusBlog,
|
|
2189
|
-
EStatusChangeEmail,
|
|
2190
2197
|
EStatusChangeInfo,
|
|
2198
|
+
EStatusChangeInfoEmail,
|
|
2191
2199
|
EStatusChannel,
|
|
2192
2200
|
EStatusCommon,
|
|
2193
2201
|
EStatusCreateNew,
|
|
@@ -2242,6 +2250,7 @@ export {
|
|
|
2242
2250
|
ETypeDevice,
|
|
2243
2251
|
ETypeDeviceLog,
|
|
2244
2252
|
ETypeDeviceOS,
|
|
2253
|
+
ETypeEmail,
|
|
2245
2254
|
ETypeExport,
|
|
2246
2255
|
ETypeGenerate,
|
|
2247
2256
|
ETypeImportExport,
|