automation-lib 5.4.363 → 5.4.380

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -960,17 +960,6 @@ declare namespace index$g {
960
960
  export { index$g_ESheetToolInstagram as ESheetToolInstagram, index$g_ESheetToolStatusImport as ESheetToolStatusImport, index$g_ESheetToolStatusRun as ESheetToolStatusRun, index$g_ESheetToolThreads as ESheetToolThreads, index$g_ESheetToolTimeCrawl as ESheetToolTimeCrawl };
961
961
  }
962
962
 
963
- declare enum EStatusVPS {
964
- Active = "Active",
965
- Pending = "Pending",
966
- NewRaw = "NewRaw",
967
- Error = "Error"
968
- }
969
- declare enum EStatusVPSReplace {
970
- NA = "N/A",
971
- Replaced = "Replaced"
972
- }
973
-
974
963
  declare enum EStatusActive {
975
964
  Active = "Active",
976
965
  Inactive = "Inactive",
@@ -1049,6 +1038,7 @@ declare enum EStatusAccountSocialRaw {
1049
1038
  Dead = "Dead",
1050
1039
  Spam = "Spam",
1051
1040
  Checkpoint = "Checkpoint",
1041
+ ErrorAppClone = "ErrorAppClone",
1052
1042
  NA = "N/A"
1053
1043
  }
1054
1044
 
@@ -1152,7 +1142,7 @@ declare enum EStatusDeviceSync {
1152
1142
  declare enum EStatusDeviceReplace {
1153
1143
  Done = "Done",
1154
1144
  Error = "Error",
1155
- Unknown = "Unknown"
1145
+ NA = "N/A"
1156
1146
  }
1157
1147
  declare enum EStatusDeviceConnectWifi {
1158
1148
  Disconnect = "Disconnect",
@@ -1173,36 +1163,6 @@ declare enum EStatusGenerate {
1173
1163
  Failed = "Failed"
1174
1164
  }
1175
1165
 
1176
- declare enum EStatusEmail {
1177
- New = "New",// Chưa login
1178
- PendingLogin = "PendingLogin",// Chờ login
1179
- LoginError = "LoginError",// Lỗi đăng nhập
1180
- Verify = "Verify",// Đang xác thực
1181
- RunAccount = "RunAccount",// Account đã login thành công
1182
- Dead = "Dead",// Chết
1183
- ErrorBrowser = "ErrorBrowser",
1184
- NA = "N/A"
1185
- }
1186
- declare enum EStatusLoginEmail {
1187
- Available = "Available",// Chưa login
1188
- Verify = "Verify",// Bước verify
1189
- Active = "Active",// Đã đăng nhập
1190
- LoginError = "LoginError",// Lỗi đăng nhập
1191
- Dead = "Dead",// Chết
1192
- ErrorBrowser = "ErrorBrowser",// Lỗi trình duyệt
1193
- RunAccount = "RunAccount",// Account đã login thành công
1194
- NA = "N/A"
1195
- }
1196
- declare enum EStatusChangeInfoEmail {
1197
- Done = "Done",
1198
- Error = "Error",
1199
- NA = "N/A"
1200
- }
1201
- declare enum ETypeEmail {
1202
- Gmail = "Gmail",
1203
- HotMail = "HotMail"
1204
- }
1205
-
1206
1166
  declare enum EStatusPost {
1207
1167
  UnknownPost = "UnknownPost",
1208
1168
  PendingPost = "PendingPost",
@@ -1323,72 +1283,8 @@ declare enum EStatusTaskJobGroup {
1323
1283
  Processing = "Processing"
1324
1284
  }
1325
1285
 
1326
- declare enum EStatusAccountCanva {
1327
- New = "New",
1328
- InActive = "InActive",
1329
- Active = "Active",
1330
- Working = "Working",
1331
- AccountNotExist = "AccountNotExist",
1332
- WrongPassword = "WrongPassword",
1333
- Wrong2FA = "Wrong2FA",
1334
- Error = "Error"
1335
- }
1336
-
1337
- declare enum EStatusAccountDrive {
1338
- New = "New",
1339
- InActive = "InActive",
1340
- Active = "Active",
1341
- Working = "Working",
1342
- AccountNotExist = "AccountNotExist",
1343
- WrongPassword = "WrongPassword",
1344
- Wrong2FA = "Wrong2FA",
1345
- Error = "Error"
1346
- }
1347
-
1348
- declare enum EStatusAccountVPN {
1349
- New = "New",
1350
- InActive = "InActive",
1351
- Active = "Active",
1352
- Working = "Working",
1353
- AccountNotExist = "AccountNotExist",
1354
- WrongPassword = "WrongPassword",
1355
- Expired = "Expired",
1356
- Error = "Error"
1357
- }
1358
-
1359
- declare enum EStatusAccountCHPlayICloud {
1360
- New = "New",
1361
- InActive = "InActive",
1362
- Active = "Active",
1363
- Working = "Working",
1364
- AccountNotExist = "AccountNotExist",
1365
- WrongPassword = "WrongPassword",
1366
- Error = "Error",
1367
- NotExist = "NotExist"
1368
- }
1369
-
1370
- declare enum EStatusProxyNewIP {
1371
- Active = "Active",
1372
- New = "New",
1373
- Error = "Error",
1374
- Unknown = "Unknown"
1375
- }
1376
- declare enum EStatusProxyChecked {
1377
- Dead = "Dead",
1378
- Unknown = "Unknown",
1379
- Working = "Working",
1380
- Expired = "Expired",
1381
- ErrorChecker = "ErrorChecker"
1382
- }
1383
-
1384
1286
  type index$f_EDeviceResetTime = EDeviceResetTime;
1385
1287
  declare const index$f_EDeviceResetTime: typeof EDeviceResetTime;
1386
- type index$f_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
1387
- declare const index$f_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
1388
- type index$f_EStatusAccountCanva = EStatusAccountCanva;
1389
- declare const index$f_EStatusAccountCanva: typeof EStatusAccountCanva;
1390
- type index$f_EStatusAccountDrive = EStatusAccountDrive;
1391
- declare const index$f_EStatusAccountDrive: typeof EStatusAccountDrive;
1392
1288
  type index$f_EStatusAccountSocialCheckAuth = EStatusAccountSocialCheckAuth;
1393
1289
  declare const index$f_EStatusAccountSocialCheckAuth: typeof EStatusAccountSocialCheckAuth;
1394
1290
  type index$f_EStatusAccountSocialFolderName = EStatusAccountSocialFolderName;
@@ -1407,16 +1303,12 @@ type index$f_EStatusAccountSocialSync = EStatusAccountSocialSync;
1407
1303
  declare const index$f_EStatusAccountSocialSync: typeof EStatusAccountSocialSync;
1408
1304
  type index$f_EStatusAccountSocialSyncInstagramThreads = EStatusAccountSocialSyncInstagramThreads;
1409
1305
  declare const index$f_EStatusAccountSocialSyncInstagramThreads: typeof EStatusAccountSocialSyncInstagramThreads;
1410
- type index$f_EStatusAccountVPN = EStatusAccountVPN;
1411
- declare const index$f_EStatusAccountVPN: typeof EStatusAccountVPN;
1412
1306
  type index$f_EStatusActive = EStatusActive;
1413
1307
  declare const index$f_EStatusActive: typeof EStatusActive;
1414
1308
  type index$f_EStatusBlog = EStatusBlog;
1415
1309
  declare const index$f_EStatusBlog: typeof EStatusBlog;
1416
1310
  type index$f_EStatusChangeInfo = EStatusChangeInfo;
1417
1311
  declare const index$f_EStatusChangeInfo: typeof EStatusChangeInfo;
1418
- type index$f_EStatusChangeInfoEmail = EStatusChangeInfoEmail;
1419
- declare const index$f_EStatusChangeInfoEmail: typeof EStatusChangeInfoEmail;
1420
1312
  type index$f_EStatusCommon = EStatusCommon;
1421
1313
  declare const index$f_EStatusCommon: typeof EStatusCommon;
1422
1314
  type index$f_EStatusCreateNew = EStatusCreateNew;
@@ -1447,8 +1339,6 @@ type index$f_EStatusDeviceSync = EStatusDeviceSync;
1447
1339
  declare const index$f_EStatusDeviceSync: typeof EStatusDeviceSync;
1448
1340
  type index$f_EStatusEditPost = EStatusEditPost;
1449
1341
  declare const index$f_EStatusEditPost: typeof EStatusEditPost;
1450
- type index$f_EStatusEmail = EStatusEmail;
1451
- declare const index$f_EStatusEmail: typeof EStatusEmail;
1452
1342
  type index$f_EStatusExecuteCommon = EStatusExecuteCommon;
1453
1343
  declare const index$f_EStatusExecuteCommon: typeof EStatusExecuteCommon;
1454
1344
  type index$f_EStatusGenerate = EStatusGenerate;
@@ -1457,16 +1347,10 @@ type index$f_EStatusImportAccountSocial = EStatusImportAccountSocial;
1457
1347
  declare const index$f_EStatusImportAccountSocial: typeof EStatusImportAccountSocial;
1458
1348
  type index$f_EStatusLark = EStatusLark;
1459
1349
  declare const index$f_EStatusLark: typeof EStatusLark;
1460
- type index$f_EStatusLoginEmail = EStatusLoginEmail;
1461
- declare const index$f_EStatusLoginEmail: typeof EStatusLoginEmail;
1462
1350
  type index$f_EStatusMailWork = EStatusMailWork;
1463
1351
  declare const index$f_EStatusMailWork: typeof EStatusMailWork;
1464
1352
  type index$f_EStatusPost = EStatusPost;
1465
1353
  declare const index$f_EStatusPost: typeof EStatusPost;
1466
- type index$f_EStatusProxyChecked = EStatusProxyChecked;
1467
- declare const index$f_EStatusProxyChecked: typeof EStatusProxyChecked;
1468
- type index$f_EStatusProxyNewIP = EStatusProxyNewIP;
1469
- declare const index$f_EStatusProxyNewIP: typeof EStatusProxyNewIP;
1470
1354
  type index$f_EStatusRole = EStatusRole;
1471
1355
  declare const index$f_EStatusRole: typeof EStatusRole;
1472
1356
  type index$f_EStatusSheetWork = EStatusSheetWork;
@@ -1493,14 +1377,8 @@ type index$f_EStatusTeam = EStatusTeam;
1493
1377
  declare const index$f_EStatusTeam: typeof EStatusTeam;
1494
1378
  type index$f_EStatusUser = EStatusUser;
1495
1379
  declare const index$f_EStatusUser: typeof EStatusUser;
1496
- type index$f_EStatusVPS = EStatusVPS;
1497
- declare const index$f_EStatusVPS: typeof EStatusVPS;
1498
- type index$f_EStatusVPSReplace = EStatusVPSReplace;
1499
- declare const index$f_EStatusVPSReplace: typeof EStatusVPSReplace;
1500
- type index$f_ETypeEmail = ETypeEmail;
1501
- declare const index$f_ETypeEmail: typeof ETypeEmail;
1502
1380
  declare namespace index$f {
1503
- 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 };
1381
+ export { index$f_EDeviceResetTime as EDeviceResetTime, index$f_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$f_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$f_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$f_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$f_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$f_EStatusAccountSocialRun as EStatusAccountSocialRun, index$f_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$f_EStatusAccountSocialSync as EStatusAccountSocialSync, index$f_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$f_EStatusActive as EStatusActive, index$f_EStatusBlog as EStatusBlog, index$f_EStatusChangeInfo as EStatusChangeInfo, index$f_EStatusCommon as EStatusCommon, index$f_EStatusCreateNew as EStatusCreateNew, index$f_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_EStatusExecuteCommon as EStatusExecuteCommon, index$f_EStatusGenerate as EStatusGenerate, index$f_EStatusImportAccountSocial as EStatusImportAccountSocial, index$f_EStatusLark as EStatusLark, index$f_EStatusMailWork as EStatusMailWork, index$f_EStatusPost as EStatusPost, index$f_EStatusRole as EStatusRole, index$f_EStatusSheetWork as EStatusSheetWork, index$f_EStatusTaskAIContent as EStatusTaskAIContent, index$f_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$f_EStatusTaskCanva as EStatusTaskCanva, index$f_EStatusTaskImage as EStatusTaskImage, index$f_EStatusTaskJob as EStatusTaskJob, index$f_EStatusTaskJobGroup as EStatusTaskJobGroup, index$f_EStatusTaskScript as EStatusTaskScript, index$f_EStatusTaskToolSocials as EStatusTaskToolSocials, index$f_EStatusTaskVoice as EStatusTaskVoice, index$f_EStatusTeam as EStatusTeam, index$f_EStatusUser as EStatusUser };
1504
1382
  }
1505
1383
 
1506
1384
  declare enum ETypeProxy {
@@ -1874,12 +1752,6 @@ type index$d_EStartStop = EStartStop;
1874
1752
  declare const index$d_EStartStop: typeof EStartStop;
1875
1753
  type index$d_EStatusAccountAI = EStatusAccountAI;
1876
1754
  declare const index$d_EStatusAccountAI: typeof EStatusAccountAI;
1877
- type index$d_EStatusAccountCHPlayICloud = EStatusAccountCHPlayICloud;
1878
- declare const index$d_EStatusAccountCHPlayICloud: typeof EStatusAccountCHPlayICloud;
1879
- type index$d_EStatusAccountCanva = EStatusAccountCanva;
1880
- declare const index$d_EStatusAccountCanva: typeof EStatusAccountCanva;
1881
- type index$d_EStatusAccountDrive = EStatusAccountDrive;
1882
- declare const index$d_EStatusAccountDrive: typeof EStatusAccountDrive;
1883
1755
  type index$d_EStatusAccountSocialCheckAuth = EStatusAccountSocialCheckAuth;
1884
1756
  declare const index$d_EStatusAccountSocialCheckAuth: typeof EStatusAccountSocialCheckAuth;
1885
1757
  type index$d_EStatusAccountSocialFolderName = EStatusAccountSocialFolderName;
@@ -1898,16 +1770,12 @@ type index$d_EStatusAccountSocialSync = EStatusAccountSocialSync;
1898
1770
  declare const index$d_EStatusAccountSocialSync: typeof EStatusAccountSocialSync;
1899
1771
  type index$d_EStatusAccountSocialSyncInstagramThreads = EStatusAccountSocialSyncInstagramThreads;
1900
1772
  declare const index$d_EStatusAccountSocialSyncInstagramThreads: typeof EStatusAccountSocialSyncInstagramThreads;
1901
- type index$d_EStatusAccountVPN = EStatusAccountVPN;
1902
- declare const index$d_EStatusAccountVPN: typeof EStatusAccountVPN;
1903
1773
  type index$d_EStatusActive = EStatusActive;
1904
1774
  declare const index$d_EStatusActive: typeof EStatusActive;
1905
1775
  type index$d_EStatusBlog = EStatusBlog;
1906
1776
  declare const index$d_EStatusBlog: typeof EStatusBlog;
1907
1777
  type index$d_EStatusChangeInfo = EStatusChangeInfo;
1908
1778
  declare const index$d_EStatusChangeInfo: typeof EStatusChangeInfo;
1909
- type index$d_EStatusChangeInfoEmail = EStatusChangeInfoEmail;
1910
- declare const index$d_EStatusChangeInfoEmail: typeof EStatusChangeInfoEmail;
1911
1779
  type index$d_EStatusChannel = EStatusChannel;
1912
1780
  declare const index$d_EStatusChannel: typeof EStatusChannel;
1913
1781
  type index$d_EStatusCommon = EStatusCommon;
@@ -1942,8 +1810,6 @@ type index$d_EStatusDeviceSync = EStatusDeviceSync;
1942
1810
  declare const index$d_EStatusDeviceSync: typeof EStatusDeviceSync;
1943
1811
  type index$d_EStatusEditPost = EStatusEditPost;
1944
1812
  declare const index$d_EStatusEditPost: typeof EStatusEditPost;
1945
- type index$d_EStatusEmail = EStatusEmail;
1946
- declare const index$d_EStatusEmail: typeof EStatusEmail;
1947
1813
  type index$d_EStatusExecuteCommon = EStatusExecuteCommon;
1948
1814
  declare const index$d_EStatusExecuteCommon: typeof EStatusExecuteCommon;
1949
1815
  type index$d_EStatusGenerate = EStatusGenerate;
@@ -1952,8 +1818,6 @@ type index$d_EStatusImportAccountSocial = EStatusImportAccountSocial;
1952
1818
  declare const index$d_EStatusImportAccountSocial: typeof EStatusImportAccountSocial;
1953
1819
  type index$d_EStatusLark = EStatusLark;
1954
1820
  declare const index$d_EStatusLark: typeof EStatusLark;
1955
- type index$d_EStatusLoginEmail = EStatusLoginEmail;
1956
- declare const index$d_EStatusLoginEmail: typeof EStatusLoginEmail;
1957
1821
  type index$d_EStatusMailWork = EStatusMailWork;
1958
1822
  declare const index$d_EStatusMailWork: typeof EStatusMailWork;
1959
1823
  type index$d_EStatusPC = EStatusPC;
@@ -1962,10 +1826,6 @@ type index$d_EStatusPCControl = EStatusPCControl;
1962
1826
  declare const index$d_EStatusPCControl: typeof EStatusPCControl;
1963
1827
  type index$d_EStatusPost = EStatusPost;
1964
1828
  declare const index$d_EStatusPost: typeof EStatusPost;
1965
- type index$d_EStatusProxyChecked = EStatusProxyChecked;
1966
- declare const index$d_EStatusProxyChecked: typeof EStatusProxyChecked;
1967
- type index$d_EStatusProxyNewIP = EStatusProxyNewIP;
1968
- declare const index$d_EStatusProxyNewIP: typeof EStatusProxyNewIP;
1969
1829
  type index$d_EStatusRole = EStatusRole;
1970
1830
  declare const index$d_EStatusRole: typeof EStatusRole;
1971
1831
  type index$d_EStatusSheetWork = EStatusSheetWork;
@@ -1992,10 +1852,6 @@ type index$d_EStatusTeam = EStatusTeam;
1992
1852
  declare const index$d_EStatusTeam: typeof EStatusTeam;
1993
1853
  type index$d_EStatusUser = EStatusUser;
1994
1854
  declare const index$d_EStatusUser: typeof EStatusUser;
1995
- type index$d_EStatusVPS = EStatusVPS;
1996
- declare const index$d_EStatusVPS: typeof EStatusVPS;
1997
- type index$d_EStatusVPSReplace = EStatusVPSReplace;
1998
- declare const index$d_EStatusVPSReplace: typeof EStatusVPSReplace;
1999
1855
  type index$d_ETimeFilter = ETimeFilter;
2000
1856
  declare const index$d_ETimeFilter: typeof ETimeFilter;
2001
1857
  type index$d_ETimeZone = ETimeZone;
@@ -2016,8 +1872,6 @@ type index$d_ETypeDeviceLog = ETypeDeviceLog;
2016
1872
  declare const index$d_ETypeDeviceLog: typeof ETypeDeviceLog;
2017
1873
  type index$d_ETypeDeviceOS = ETypeDeviceOS;
2018
1874
  declare const index$d_ETypeDeviceOS: typeof ETypeDeviceOS;
2019
- type index$d_ETypeEmail = ETypeEmail;
2020
- declare const index$d_ETypeEmail: typeof ETypeEmail;
2021
1875
  type index$d_ETypeExport = ETypeExport;
2022
1876
  declare const index$d_ETypeExport: typeof ETypeExport;
2023
1877
  type index$d_ETypeGenerate = ETypeGenerate;
@@ -2063,7 +1917,7 @@ declare const index$d_ETypeVoiceLanguage: typeof ETypeVoiceLanguage;
2063
1917
  type index$d_EYesNo = EYesNo;
2064
1918
  declare const index$d_EYesNo: typeof EYesNo;
2065
1919
  declare namespace index$d {
2066
- 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 };
1920
+ export { index$j as AI, index$i as Base, index$d_EAIModelContent as EAIModelContent, index$d_EAIModelImage as EAIModelImage, index$d_EAIModelVoice as EAIModelVoice, index$d_EAIVersionGPT as EAIVersionGPT, index$d_EAIVersionImage as EAIVersionImage, index$d_EAIVersionPerplexity as EAIVersionPerplexity, index$d_EAIVersionVoice as EAIVersionVoice, index$d_EDayOfWeek as EDayOfWeek, index$d_EDeviceResetTime as EDeviceResetTime, index$d_EEmailTagType as EEmailTagType, index$d_EFile as EFile, index$d_EFolderImageAI as EFolderImageAI, index$d_EGender as EGender, index$d_EHaveData as EHaveData, index$d_EInputTypeFilter as EInputTypeFilter, index$d_ELarkNotiAccountTool as ELarkNotiAccountTool, index$d_ELarkNotiBase as ELarkNotiBase, index$d_ELarkNotiCreateNew as ELarkNotiCreateNew, index$d_ELarkNotiDuplicateAll as ELarkNotiDuplicateAll, index$d_ELarkNotiInstagramDetail as ELarkNotiInstagramDetail, index$d_ELarkNotiManagerSheet as ELarkNotiManagerSheet, index$d_ELarkNotiRunAppDevice as ELarkNotiRunAppDevice, index$d_ELarkNotiSocialImport as ELarkNotiSocialImport, index$d_ELarkNotiToolDevice as ELarkNotiToolDevice, index$d_ELarkObject as ELarkObject, index$d_ELarkTypeNotification as ELarkTypeNotification, index$d_EObjectName as EObjectName, index$d_EPCLogLevel as EPCLogLevel, index$d_EPCLogSource as EPCLogSource, index$d_EPositionUser as EPositionUser, index$d_EPostStyle as EPostStyle, index$d_EPostType as EPostType, index$d_EPriority as EPriority, index$d_ESheetToolInstagram as ESheetToolInstagram, index$d_ESheetToolStatusImport as ESheetToolStatusImport, index$d_ESheetToolStatusRun as ESheetToolStatusRun, index$d_ESheetToolThreads as ESheetToolThreads, index$d_ESheetToolTimeCrawl as ESheetToolTimeCrawl, index$d_EStartStop as EStartStop, index$d_EStatusAccountAI as EStatusAccountAI, index$d_EStatusAccountSocialCheckAuth as EStatusAccountSocialCheckAuth, index$d_EStatusAccountSocialFolderName as EStatusAccountSocialFolderName, index$d_EStatusAccountSocialLogin as EStatusAccountSocialLogin, index$d_EStatusAccountSocialLoginEmail as EStatusAccountSocialLoginEmail, index$d_EStatusAccountSocialRaw as EStatusAccountSocialRaw, index$d_EStatusAccountSocialRun as EStatusAccountSocialRun, index$d_EStatusAccountSocialSetting as EStatusAccountSocialSetting, index$d_EStatusAccountSocialSync as EStatusAccountSocialSync, index$d_EStatusAccountSocialSyncInstagramThreads as EStatusAccountSocialSyncInstagramThreads, index$d_EStatusActive as EStatusActive, index$d_EStatusBlog as EStatusBlog, index$d_EStatusChangeInfo as EStatusChangeInfo, index$d_EStatusChannel as EStatusChannel, index$d_EStatusCommon as EStatusCommon, index$d_EStatusCreateNew as EStatusCreateNew, index$d_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_EStatusExecuteCommon as EStatusExecuteCommon, index$d_EStatusGenerate as EStatusGenerate, index$d_EStatusImportAccountSocial as EStatusImportAccountSocial, index$d_EStatusLark as EStatusLark, index$d_EStatusMailWork as EStatusMailWork, index$d_EStatusPC as EStatusPC, index$d_EStatusPCControl as EStatusPCControl, index$d_EStatusPost as EStatusPost, index$d_EStatusRole as EStatusRole, index$d_EStatusSheetWork as EStatusSheetWork, index$d_EStatusTaskAIContent as EStatusTaskAIContent, index$d_EStatusTaskAvatarCover as EStatusTaskAvatarCover, index$d_EStatusTaskCanva as EStatusTaskCanva, index$d_EStatusTaskImage as EStatusTaskImage, index$d_EStatusTaskJob as EStatusTaskJob, index$d_EStatusTaskJobGroup as EStatusTaskJobGroup, index$d_EStatusTaskScript as EStatusTaskScript, index$d_EStatusTaskToolSocials as EStatusTaskToolSocials, index$d_EStatusTaskVoice as EStatusTaskVoice, index$d_EStatusTeam as EStatusTeam, index$d_EStatusUser as EStatusUser, index$d_ETimeFilter as ETimeFilter, index$d_ETimeZone as ETimeZone, index$d_EToolName as EToolName, index$d_ETypeAccountInstagramSetting as ETypeAccountInstagramSetting, index$d_ETypeAccountVPN as ETypeAccountVPN, index$d_ETypeCanva as ETypeCanva, index$d_ETypeColumnManagerWork as ETypeColumnManagerWork, index$d_ETypeDevice as ETypeDevice, index$d_ETypeDeviceLog as ETypeDeviceLog, index$d_ETypeDeviceOS as ETypeDeviceOS, index$d_ETypeExport as ETypeExport, index$d_ETypeGenerate as ETypeGenerate, index$d_ETypeImportExport as ETypeImportExport, index$d_ETypeManagerWorkClassify as ETypeManagerWorkClassify, index$d_ETypeManagerWorkType as ETypeManagerWorkType, index$d_ETypePin as ETypePin, index$d_ETypeProviderAccountVPN as ETypeProviderAccountVPN, index$d_ETypeProxy as ETypeProxy, index$d_ETypeProxyChecked as ETypeProxyChecked, index$d_ETypeProxyCountry as ETypeProxyCountry, index$d_ETypeProxyNewIP as ETypeProxyNewIP, index$d_ETypeProxyProvider as ETypeProxyProvider, index$d_ETypeRatioImage as ETypeRatioImage, index$d_ETypeSheetWorkClassify as ETypeSheetWorkClassify, index$d_ETypeSheetWorkPin as ETypeSheetWorkPin, index$d_ETypeSocial as ETypeSocial, index$d_ETypeSocialChangeInfoInstagram as ETypeSocialChangeInfoInstagram, index$d_ETypeSocialCreateNew as ETypeSocialCreateNew, index$d_ETypeTaskID as ETypeTaskID, index$d_ETypeTimeFilter as ETypeTimeFilter, index$d_ETypeVoiceLanguage as ETypeVoiceLanguage, index$d_EYesNo as EYesNo, index$h as Lark, index$g as SheetTool, index$f as Status, index$e as Types };
2067
1921
  }
2068
1922
 
2069
1923
  type TFilter = 'direct' | 'ref';
@@ -2281,12 +2135,16 @@ type index$8_DevicePopupOverviewAccountsDto = DevicePopupOverviewAccountsDto;
2281
2135
  type index$8_DevicePopupOverviewAddAccountDto = DevicePopupOverviewAddAccountDto;
2282
2136
  type index$8_DevicePopupViewAccountInstagramDto = DevicePopupViewAccountInstagramDto;
2283
2137
  type index$8_DevicePopupViewAccountThreadsDto = DevicePopupViewAccountThreadsDto;
2138
+ type index$8_EStatusAccountDrive = EStatusAccountDrive;
2139
+ declare const index$8_EStatusAccountDrive: typeof EStatusAccountDrive;
2140
+ type index$8_FilterAccountEmailManagerDto = FilterAccountEmailManagerDto;
2284
2141
  type index$8_FilterDeviceDto = FilterDeviceDto;
2285
2142
  type index$8_FilterDeviceLogDto = FilterDeviceLogDto;
2286
2143
  type index$8_FilterPCDto = FilterPCDto;
2287
2144
  type index$8_FindAutoFillDeviceDto = FindAutoFillDeviceDto;
2288
2145
  type index$8_FindDeviceDto = FindDeviceDto;
2289
2146
  type index$8_FindDeviceLogDto = FindDeviceLogDto;
2147
+ type index$8_FindOverviewAccountEmailManagerDto = FindOverviewAccountEmailManagerDto;
2290
2148
  type index$8_FindOverviewDeviceBasicDto = FindOverviewDeviceBasicDto;
2291
2149
  type index$8_FindOverviewDeviceDetailDto = FindOverviewDeviceDetailDto;
2292
2150
  type index$8_FindOverviewDeviceLog = FindOverviewDeviceLog;
@@ -2352,7 +2210,10 @@ type index$8_IDeviceSettingForCHPlayICloud = IDeviceSettingForCHPlayICloud;
2352
2210
  type index$8_IDeviceSettingForProxy = IDeviceSettingForProxy;
2353
2211
  type index$8_IDeviceSettingForVPN = IDeviceSettingForVPN;
2354
2212
  type index$8_IDomain = IDomain;
2213
+ type index$8_IEmailAccountSocial = IEmailAccountSocial;
2214
+ type index$8_IEmailProxy = IEmailProxy;
2355
2215
  type index$8_IEmailRawManager = IEmailRawManager;
2216
+ type index$8_IEmailVPS = IEmailVPS;
2356
2217
  type index$8_IFile = IFile;
2357
2218
  type index$8_IFilterStore = IFilterStore;
2358
2219
  type index$8_IGPMProfile = IGPMProfile;
@@ -2541,7 +2402,7 @@ type index$8_UpdateDeviceDto = UpdateDeviceDto;
2541
2402
  type index$8_UpdatePCDto = UpdatePCDto;
2542
2403
  type index$8_ViewDetailDeviceDto = ViewDetailDeviceDto;
2543
2404
  declare namespace index$8 {
2544
- export { type index$8_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$8_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$8_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$8_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$2 as Auth, index$a as Common, type index$8_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$8_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$8_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$8_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$8_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, type index$8_FilterDeviceDto as FilterDeviceDto, type index$8_FilterDeviceLogDto as FilterDeviceLogDto, type index$8_FilterPCDto as FilterPCDto, type index$8_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$8_FindDeviceDto as FindDeviceDto, type index$8_FindDeviceLogDto as FindDeviceLogDto, type index$8_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$8_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$8_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$8_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$8_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$8_FindOverviewPCDto as FindOverviewPCDto, type index$8_FindPCDetail as FindPCDetail, type index$8_FindPCDto as FindPCDto, type index$8_FindReplaceDeviceDto as FindReplaceDeviceDto, index$7 as Forum, index$3 as History, type index$8_IAccountAIContent as IAccountAIContent, type index$8_IAccountAIContentChannel as IAccountAIContentChannel, type index$8_IAccountAIContentGroup as IAccountAIContentGroup, type index$8_IAccountAIContentInfo as IAccountAIContentInfo, type index$8_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$8_IAccountAIContentTag as IAccountAIContentTag, type index$8_IAccountAIImage as IAccountAIImage, type index$8_IAccountAIImageChannel as IAccountAIImageChannel, type index$8_IAccountAIImageGroup as IAccountAIImageGroup, type index$8_IAccountAIImageInfo as IAccountAIImageInfo, type index$8_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$8_IAccountAIImageTag as IAccountAIImageTag, type index$8_IAccountAIVoice as IAccountAIVoice, type index$8_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$8_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$8_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$8_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$8_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$8_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$8_IAccountCanva as IAccountCanva, type index$8_IAccountDrive as IAccountDrive, type index$8_IAccountEmail as IAccountEmail, type index$8_IAccountEmailProxy as IAccountEmailProxy, type index$8_IAccountEmailTag as IAccountEmailTag, type index$8_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$8_IAccountSocialBase as IAccountSocialBase, type index$8_IAccountSocialGroup as IAccountSocialGroup, type index$8_IAccountVPN as IAccountVPN, type index$8_IAccountVPS as IAccountVPS, type index$8_IAccountVPSGroup as IAccountVPSGroup, type index$8_IAccountVPSSocial as IAccountVPSSocial, type index$8_IAssignUser as IAssignUser, type index$8_IAuthLogin as IAuthLogin, type index$8_IAuthResetPassword as IAuthResetPassword, type index$8_IBaseModel as IBaseModel, type index$8_IBlog as IBlog, type index$8_IBlogCategory as IBlogCategory, type index$8_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$8_IBlogTeamPermission as IBlogTeamPermission, type index$8_IBlogUserPermission as IBlogUserPermission, type index$8_IColsUnSelected as IColsUnSelected, type index$8_IDataDiscussTaskJob as IDataDiscussTaskJob, type index$8_IDataNotification as IDataNotification, type index$8_IDataUser as IDataUser, type index$8_IDepartment as IDepartment, type index$8_IDepartmentMember as IDepartmentMember, type index$8_IDevice as IDevice, type index$8_IDeviceLog as IDeviceLog, type index$8_IDeviceLogELS as IDeviceLogELS, type index$8_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$8_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$8_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$8_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$8_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$8_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$8_IDomain as IDomain, type index$8_IEmailRawManager as IEmailRawManager, type index$8_IFile as IFile, type index$8_IFilterStore as IFilterStore, type index$8_IGPMProfile as IGPMProfile, type index$8_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$8_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$8_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$8_IHistoryTaskCanva as IHistoryTaskCanva, type index$8_IIncreaseValueTask as IIncreaseValueTask, type index$8_IInstagramAccountRaw as IInstagramAccountRaw, type index$8_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$8_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$8_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$8_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$8_IInstagramHistoryAutoSyncStoreIdxELS as IInstagramHistoryAutoSyncStoreIdxELS, type index$8_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$8_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$8_IInstagramHistoryChangeInfoStoreIdxELS as IInstagramHistoryChangeInfoStoreIdxELS, type index$8_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$8_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$8_IInstagramHistoryCreateNewStoreIdxELS as IInstagramHistoryCreateNewStoreIdxELS, type index$8_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$8_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$8_IInstagramHistoryGroupStoreIdxELS as IInstagramHistoryGroupStoreIdxELS, type index$8_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$8_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$8_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, type index$8_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$8_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$8_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, type index$8_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$8_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$8_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, type index$8_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$8_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$8_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, type index$8_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$8_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$8_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, type index$8_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$8_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$8_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, type index$8_IInstagramReportPostNew as IInstagramReportPostNew, type index$8_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$8_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, type index$8_IInstagramReportPostReel as IInstagramReportPostReel, type index$8_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$8_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, type index$8_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$8_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$8_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, type index$8_IInstagramReportPostStory as IInstagramReportPostStory, type index$8_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$8_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, type index$8_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$8_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$8_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$8_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$8_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$8_IInstagramSettingPost as IInstagramSettingPost, type index$8_ILark as ILark, type index$8_ILarkTeam as ILarkTeam, type index$8_IManagerImageAI as IManagerImageAI, type index$8_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$8_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$8_IManagerSheet as IManagerSheet, type index$8_IManagerSheetChildren as IManagerSheetChildren, type index$8_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$8_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$8_IManagerSheetGroup as IManagerSheetGroup, type index$8_IManagerWork as IManagerWork, type index$8_IOtpConfirm as IOtpConfirm, type index$8_IOtpCreateSession as IOtpCreateSession, type index$8_IOtpSend as IOtpSend, type index$8_IPC as IPC, type index$8_IPCLog as IPCLog, type index$8_IPCLogELS as IPCLogELS, type index$8_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$8_IProxy as IProxy, type index$8_IResponseLogin as IResponseLogin, type index$8_IRole as IRole, type index$8_IRoleFeature as IRoleFeature, type index$8_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$8_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$8_ISettingTool as ISettingTool, type index$8_ISheetImportExportSocial as ISheetImportExportSocial, type index$8_ISheetWork as ISheetWork, type index$8_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$8_ISheetWorkManager as ISheetWorkManager, type index$8_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$8_ISheetWorksCategory as ISheetWorksCategory, type index$8_ISheetsTool as ISheetsTool, type index$8_ISocialTaskManager as ISocialTaskManager, type index$8_ITag as ITag, type index$8_ITaskAIContent as ITaskAIContent, type index$8_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$8_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$8_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$8_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$8_ITaskAIItemAction as ITaskAIItemAction, type index$8_ITaskAIItemGroup as ITaskAIItemGroup, type index$8_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$8_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$8_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, type index$8_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$8_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$8_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, type index$8_ITaskInstagramFollow as ITaskInstagramFollow, type index$8_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$8_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, type index$8_ITaskInstagramPost as ITaskInstagramPost, type index$8_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$8_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, type index$8_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$8_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$8_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, type index$8_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$8_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$8_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, type index$8_ITaskJob as ITaskJob, type index$8_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$8_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$8_ITaskJobCheckList as ITaskJobCheckList, type index$8_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$8_ITaskJobDiscuss as ITaskJobDiscuss, type index$8_ITaskJobLabel as ITaskJobLabel, type index$8_ITaskJobPermission as ITaskJobPermission, type index$8_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$8_ITaskJobUserPermission as ITaskJobUserPermission, type index$8_ITaskJobsGroup as ITaskJobsGroup, type index$8_ITaskThreadsFollow as ITaskThreadsFollow, type index$8_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$8_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, type index$8_ITaskThreadsPost as ITaskThreadsPost, type index$8_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$8_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, type index$8_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$8_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$8_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, type index$8_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$8_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$8_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, type index$8_ITeam as ITeam, type index$8_ITeamMember as ITeamMember, type index$8_ITeamRole as ITeamRole, type index$8_IThreadsAccountRaw as IThreadsAccountRaw, type index$8_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$8_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$8_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$8_IThreadsHistoryChange as IThreadsHistoryChange, type index$8_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$8_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$8_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$8_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$8_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$8_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$8_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$8_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, type index$8_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$8_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$8_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, type index$8_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$8_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$8_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, type index$8_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$8_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$8_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, type index$8_IThreadsReportPost as IThreadsReportPost, type index$8_IThreadsReportPostELS as IThreadsReportPostELS, type index$8_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, type index$8_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$8_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$8_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$8_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$8_IThreadsSettingPost as IThreadsSettingPost, type index$8_IToken as IToken, type index$8_ITrackingModel as ITrackingModel, type index$8_ITrackingTime as ITrackingTime, type index$8_IUser as IUser, type index$8_IUserRole as IUserRole, type index$8_IViewDeviceByPC as IViewDeviceByPC, type index$8_IVoiceGenerated as IVoiceGenerated, type index$8_IVoiceLanguage as IVoiceLanguage, type index$8_IVoiceSettingDelay as IVoiceSettingDelay, type index$8_IVoiceStores as IVoiceStores, index$b as Permission, index$4 as Socials, index$5 as Tool, type index$8_UpdateDeviceDto as UpdateDeviceDto, type index$8_UpdatePCDto as UpdatePCDto, type index$8_ViewDetailDeviceDto as ViewDetailDeviceDto, index$6 as Workspace };
2405
+ export { type index$8_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$8_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$8_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$8_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$2 as Auth, index$a as Common, type index$8_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$8_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$8_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$8_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$8_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$8_EStatusAccountDrive as EStatusAccountDrive, type index$8_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$8_FilterDeviceDto as FilterDeviceDto, type index$8_FilterDeviceLogDto as FilterDeviceLogDto, type index$8_FilterPCDto as FilterPCDto, type index$8_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$8_FindDeviceDto as FindDeviceDto, type index$8_FindDeviceLogDto as FindDeviceLogDto, type index$8_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$8_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$8_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$8_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$8_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$8_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$8_FindOverviewPCDto as FindOverviewPCDto, type index$8_FindPCDetail as FindPCDetail, type index$8_FindPCDto as FindPCDto, type index$8_FindReplaceDeviceDto as FindReplaceDeviceDto, index$7 as Forum, index$3 as History, type index$8_IAccountAIContent as IAccountAIContent, type index$8_IAccountAIContentChannel as IAccountAIContentChannel, type index$8_IAccountAIContentGroup as IAccountAIContentGroup, type index$8_IAccountAIContentInfo as IAccountAIContentInfo, type index$8_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$8_IAccountAIContentTag as IAccountAIContentTag, type index$8_IAccountAIImage as IAccountAIImage, type index$8_IAccountAIImageChannel as IAccountAIImageChannel, type index$8_IAccountAIImageGroup as IAccountAIImageGroup, type index$8_IAccountAIImageInfo as IAccountAIImageInfo, type index$8_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$8_IAccountAIImageTag as IAccountAIImageTag, type index$8_IAccountAIVoice as IAccountAIVoice, type index$8_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$8_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$8_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$8_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$8_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$8_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$8_IAccountCanva as IAccountCanva, type index$8_IAccountDrive as IAccountDrive, type index$8_IAccountEmail as IAccountEmail, type index$8_IAccountEmailProxy as IAccountEmailProxy, type index$8_IAccountEmailTag as IAccountEmailTag, type index$8_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$8_IAccountSocialBase as IAccountSocialBase, type index$8_IAccountSocialGroup as IAccountSocialGroup, type index$8_IAccountVPN as IAccountVPN, type index$8_IAccountVPS as IAccountVPS, type index$8_IAccountVPSGroup as IAccountVPSGroup, type index$8_IAccountVPSSocial as IAccountVPSSocial, type index$8_IAssignUser as IAssignUser, type index$8_IAuthLogin as IAuthLogin, type index$8_IAuthResetPassword as IAuthResetPassword, type index$8_IBaseModel as IBaseModel, type index$8_IBlog as IBlog, type index$8_IBlogCategory as IBlogCategory, type index$8_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$8_IBlogTeamPermission as IBlogTeamPermission, type index$8_IBlogUserPermission as IBlogUserPermission, type index$8_IColsUnSelected as IColsUnSelected, type index$8_IDataDiscussTaskJob as IDataDiscussTaskJob, type index$8_IDataNotification as IDataNotification, type index$8_IDataUser as IDataUser, type index$8_IDepartment as IDepartment, type index$8_IDepartmentMember as IDepartmentMember, type index$8_IDevice as IDevice, type index$8_IDeviceLog as IDeviceLog, type index$8_IDeviceLogELS as IDeviceLogELS, type index$8_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$8_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$8_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$8_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$8_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$8_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$8_IDomain as IDomain, type index$8_IEmailAccountSocial as IEmailAccountSocial, type index$8_IEmailProxy as IEmailProxy, type index$8_IEmailRawManager as IEmailRawManager, type index$8_IEmailVPS as IEmailVPS, type index$8_IFile as IFile, type index$8_IFilterStore as IFilterStore, type index$8_IGPMProfile as IGPMProfile, type index$8_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$8_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$8_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$8_IHistoryTaskCanva as IHistoryTaskCanva, type index$8_IIncreaseValueTask as IIncreaseValueTask, type index$8_IInstagramAccountRaw as IInstagramAccountRaw, type index$8_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$8_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$8_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$8_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$8_IInstagramHistoryAutoSyncStoreIdxELS as IInstagramHistoryAutoSyncStoreIdxELS, type index$8_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$8_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$8_IInstagramHistoryChangeInfoStoreIdxELS as IInstagramHistoryChangeInfoStoreIdxELS, type index$8_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$8_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$8_IInstagramHistoryCreateNewStoreIdxELS as IInstagramHistoryCreateNewStoreIdxELS, type index$8_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$8_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$8_IInstagramHistoryGroupStoreIdxELS as IInstagramHistoryGroupStoreIdxELS, type index$8_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$8_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$8_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, type index$8_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$8_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$8_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, type index$8_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$8_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$8_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, type index$8_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$8_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$8_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, type index$8_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$8_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$8_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, type index$8_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$8_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$8_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, type index$8_IInstagramReportPostNew as IInstagramReportPostNew, type index$8_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$8_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, type index$8_IInstagramReportPostReel as IInstagramReportPostReel, type index$8_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$8_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, type index$8_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$8_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$8_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, type index$8_IInstagramReportPostStory as IInstagramReportPostStory, type index$8_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$8_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, type index$8_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$8_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$8_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$8_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$8_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$8_IInstagramSettingPost as IInstagramSettingPost, type index$8_ILark as ILark, type index$8_ILarkTeam as ILarkTeam, type index$8_IManagerImageAI as IManagerImageAI, type index$8_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$8_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$8_IManagerSheet as IManagerSheet, type index$8_IManagerSheetChildren as IManagerSheetChildren, type index$8_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$8_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$8_IManagerSheetGroup as IManagerSheetGroup, type index$8_IManagerWork as IManagerWork, type index$8_IOtpConfirm as IOtpConfirm, type index$8_IOtpCreateSession as IOtpCreateSession, type index$8_IOtpSend as IOtpSend, type index$8_IPC as IPC, type index$8_IPCLog as IPCLog, type index$8_IPCLogELS as IPCLogELS, type index$8_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$8_IProxy as IProxy, type index$8_IResponseLogin as IResponseLogin, type index$8_IRole as IRole, type index$8_IRoleFeature as IRoleFeature, type index$8_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$8_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$8_ISettingTool as ISettingTool, type index$8_ISheetImportExportSocial as ISheetImportExportSocial, type index$8_ISheetWork as ISheetWork, type index$8_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$8_ISheetWorkManager as ISheetWorkManager, type index$8_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$8_ISheetWorksCategory as ISheetWorksCategory, type index$8_ISheetsTool as ISheetsTool, type index$8_ISocialTaskManager as ISocialTaskManager, type index$8_ITag as ITag, type index$8_ITaskAIContent as ITaskAIContent, type index$8_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$8_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$8_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$8_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$8_ITaskAIItemAction as ITaskAIItemAction, type index$8_ITaskAIItemGroup as ITaskAIItemGroup, type index$8_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$8_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$8_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, type index$8_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$8_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$8_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, type index$8_ITaskInstagramFollow as ITaskInstagramFollow, type index$8_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$8_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, type index$8_ITaskInstagramPost as ITaskInstagramPost, type index$8_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$8_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, type index$8_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$8_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$8_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, type index$8_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$8_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$8_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, type index$8_ITaskJob as ITaskJob, type index$8_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$8_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$8_ITaskJobCheckList as ITaskJobCheckList, type index$8_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$8_ITaskJobDiscuss as ITaskJobDiscuss, type index$8_ITaskJobLabel as ITaskJobLabel, type index$8_ITaskJobPermission as ITaskJobPermission, type index$8_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$8_ITaskJobUserPermission as ITaskJobUserPermission, type index$8_ITaskJobsGroup as ITaskJobsGroup, type index$8_ITaskThreadsFollow as ITaskThreadsFollow, type index$8_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$8_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, type index$8_ITaskThreadsPost as ITaskThreadsPost, type index$8_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$8_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, type index$8_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$8_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$8_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, type index$8_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$8_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$8_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, type index$8_ITeam as ITeam, type index$8_ITeamMember as ITeamMember, type index$8_ITeamRole as ITeamRole, type index$8_IThreadsAccountRaw as IThreadsAccountRaw, type index$8_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$8_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$8_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$8_IThreadsHistoryChange as IThreadsHistoryChange, type index$8_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$8_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$8_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$8_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$8_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$8_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$8_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$8_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, type index$8_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$8_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$8_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, type index$8_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$8_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$8_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, type index$8_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$8_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$8_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, type index$8_IThreadsReportPost as IThreadsReportPost, type index$8_IThreadsReportPostELS as IThreadsReportPostELS, type index$8_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, type index$8_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$8_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$8_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$8_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$8_IThreadsSettingPost as IThreadsSettingPost, type index$8_IToken as IToken, type index$8_ITrackingModel as ITrackingModel, type index$8_ITrackingTime as ITrackingTime, type index$8_IUser as IUser, type index$8_IUserRole as IUserRole, type index$8_IViewDeviceByPC as IViewDeviceByPC, type index$8_IVoiceGenerated as IVoiceGenerated, type index$8_IVoiceLanguage as IVoiceLanguage, type index$8_IVoiceSettingDelay as IVoiceSettingDelay, type index$8_IVoiceStores as IVoiceStores, index$b as Permission, index$4 as Socials, index$5 as Tool, type index$8_UpdateDeviceDto as UpdateDeviceDto, type index$8_UpdatePCDto as UpdatePCDto, type index$8_ViewDetailDeviceDto as ViewDetailDeviceDto, index$6 as Workspace };
2545
2406
  }
2546
2407
 
2547
2408
  interface UpdatePCDto {
@@ -3073,6 +2934,17 @@ interface IAccountAIVoiceMemberAssigned extends IBaseModel, ITrackingModel {
3073
2934
  member: string | IUser;
3074
2935
  }
3075
2936
 
2937
+ declare enum EStatusAccountCanva {
2938
+ New = "New",
2939
+ InActive = "InActive",
2940
+ Active = "Active",
2941
+ Working = "Working",
2942
+ AccountNotExist = "AccountNotExist",
2943
+ WrongPassword = "WrongPassword",
2944
+ Wrong2FA = "Wrong2FA",
2945
+ Error = "Error"
2946
+ }
2947
+
3076
2948
  interface IAccountCanva extends IBaseModel, IAssignUser, ITrackingModel {
3077
2949
  sheetUrl: string;
3078
2950
  sheetName: string;
@@ -3083,6 +2955,17 @@ interface IAccountCanva extends IBaseModel, IAssignUser, ITrackingModel {
3083
2955
  note: string;
3084
2956
  }
3085
2957
 
2958
+ declare enum EStatusAccountCHPlayICloud {
2959
+ New = "New",
2960
+ InActive = "InActive",
2961
+ Active = "Active",
2962
+ Working = "Working",
2963
+ AccountNotExist = "AccountNotExist",
2964
+ WrongPassword = "WrongPassword",
2965
+ Error = "Error",
2966
+ NotExist = "NotExist"
2967
+ }
2968
+
3086
2969
  interface IAccountCHPlayICloud extends IBaseModel, IAssignUser, ITrackingModel {
3087
2970
  sheetUrl: string;
3088
2971
  sheetName: string;
@@ -3100,6 +2983,17 @@ interface IAccountCHPlayICloud extends IBaseModel, IAssignUser, ITrackingModel {
3100
2983
  note: string;
3101
2984
  }
3102
2985
 
2986
+ declare enum EStatusAccountDrive {
2987
+ New = "New",
2988
+ InActive = "InActive",
2989
+ Active = "Active",
2990
+ Working = "Working",
2991
+ AccountNotExist = "AccountNotExist",
2992
+ WrongPassword = "WrongPassword",
2993
+ Wrong2FA = "Wrong2FA",
2994
+ Error = "Error"
2995
+ }
2996
+
3103
2997
  interface IAccountDrive extends IBaseModel, IAssignUser, ITrackingModel {
3104
2998
  sheetUrl: string;
3105
2999
  sheetName: string;
@@ -3118,11 +3012,25 @@ interface IAccountEmailTag extends IBaseModel, ITrackingModel {
3118
3012
  model: EAIModelContent | EAIModelImage | EAIModelVoice;
3119
3013
  }
3120
3014
 
3015
+ declare enum EStatusProxyNewIP {
3016
+ Active = "Active",
3017
+ New = "New",
3018
+ Error = "Error",// Tuong duong inactive
3019
+ Unknown = "Unknown"
3020
+ }
3021
+ declare enum EStatusProxyChecked {
3022
+ Dead = "Dead",
3023
+ Unknown = "Unknown",
3024
+ Working = "Working",
3025
+ Expired = "Expired",
3026
+ ErrorChecker = "ErrorChecker"
3027
+ }
3028
+
3121
3029
  interface IProxy extends IBaseModel, IAssignUser, ITrackingModel {
3122
3030
  sheetUrl: string;
3123
3031
  sheetName: string;
3124
3032
  typeNewIp: EStatusProxyNewIP;
3125
- checked: EStatusProxyChecked;
3033
+ statusChecked: EStatusProxyChecked;
3126
3034
  type: ETypeProxy;
3127
3035
  currentIP: string;
3128
3036
  currentPort: string;
@@ -3152,6 +3060,17 @@ interface IAccountEmailTaskWork extends IBaseModel, ITrackingModel {
3152
3060
  niches: string[] | IManagerWork[];
3153
3061
  }
3154
3062
 
3063
+ declare enum EStatusAccountVPN {
3064
+ New = "New",
3065
+ InActive = "InActive",
3066
+ Active = "Active",
3067
+ Working = "Working",
3068
+ AccountNotExist = "AccountNotExist",
3069
+ WrongPassword = "WrongPassword",
3070
+ Expired = "Expired",
3071
+ Error = "Error"
3072
+ }
3073
+
3155
3074
  interface IAccountVPN extends IBaseModel, IAssignUser, ITrackingModel {
3156
3075
  sheetUrl: string;
3157
3076
  sheetName: string;
@@ -3184,6 +3103,17 @@ declare enum ETypePcOS {
3184
3103
  Mac = "Mac"
3185
3104
  }
3186
3105
 
3106
+ declare enum EStatusVPS {
3107
+ Active = "Active",
3108
+ Pending = "Pending",
3109
+ NewRaw = "NewRaw",
3110
+ Error = "Error"
3111
+ }
3112
+ declare enum EStatusVPSReplace {
3113
+ NA = "N/A",
3114
+ Replaced = "Replaced"
3115
+ }
3116
+
3187
3117
  interface IAccountVPSGroup extends IBaseModel, ITrackingModel {
3188
3118
  name: string;
3189
3119
  description: string;
@@ -3669,6 +3599,7 @@ interface IInstagramSettingInteractBlockUser extends IBaseModel, ITrackingModel
3669
3599
  timezone: ETimeZone;
3670
3600
  isStart: boolean;
3671
3601
  timeCopySetting: Date;
3602
+ startStop: EStartStop;
3672
3603
  timeStopStart: Date;
3673
3604
  }
3674
3605
 
@@ -3678,6 +3609,7 @@ interface IInstagramSettingInteractFollow extends IBaseModel, ITrackingModel {
3678
3609
  timezone: ETimeZone;
3679
3610
  isStart: boolean;
3680
3611
  timeCopySetting: Date;
3612
+ startStop: EStartStop;
3681
3613
  timeStopStart: Date;
3682
3614
  limitNumberFollowsPerDayFrom: number;
3683
3615
  limitNumberFollowsPerDayTo: number;
@@ -3717,6 +3649,7 @@ interface IInstagramSettingInteractReplyComment extends IBaseModel, ITrackingMod
3717
3649
  timezone: ETimeZone;
3718
3650
  isStart: boolean;
3719
3651
  timeCopySetting: Date;
3652
+ startStop: EStartStop;
3720
3653
  timeStopStart: Date;
3721
3654
  limitNumberPostForCommentsFrom: number;
3722
3655
  limitNumberPostForCommentsTo: number;
@@ -3740,6 +3673,7 @@ interface IInstagramSettingInteractReplyMessage extends IBaseModel, ITrackingMod
3740
3673
  timezone: ETimeZone;
3741
3674
  isStart: boolean;
3742
3675
  timeCopySetting: Date;
3676
+ startStop: EStartStop;
3743
3677
  timeStopStart: Date;
3744
3678
  timeDelayReplyMessageFrom: number;
3745
3679
  timeDelayReplyMessageTo: number;
@@ -3758,6 +3692,7 @@ interface IInstagramSettingInteractUnFollow extends IBaseModel, ITrackingModel {
3758
3692
  timezone: ETimeZone;
3759
3693
  isStart: boolean;
3760
3694
  timeCopySetting: Date;
3695
+ startStop: EStartStop;
3761
3696
  timeStopStart: Date;
3762
3697
  limitUnFollowPerDayFrom: number;
3763
3698
  limitUnFollowPerDayTo: number;
@@ -3782,6 +3717,7 @@ interface IInstagramSettingPost extends IBaseModel, ITrackingModel {
3782
3717
  timezone: ETimeZone;
3783
3718
  isStart: boolean;
3784
3719
  timeCopySetting: Date;
3720
+ startStop: EStartStop;
3785
3721
  timeStopStart: Date;
3786
3722
  numberCommentsForPostMeFrom: number;
3787
3723
  numberCommentsForPostMeTo: number;
@@ -6560,12 +6496,16 @@ type index$5_DevicePopupOverviewAccountsDto = DevicePopupOverviewAccountsDto;
6560
6496
  type index$5_DevicePopupOverviewAddAccountDto = DevicePopupOverviewAddAccountDto;
6561
6497
  type index$5_DevicePopupViewAccountInstagramDto = DevicePopupViewAccountInstagramDto;
6562
6498
  type index$5_DevicePopupViewAccountThreadsDto = DevicePopupViewAccountThreadsDto;
6499
+ type index$5_EStatusAccountDrive = EStatusAccountDrive;
6500
+ declare const index$5_EStatusAccountDrive: typeof EStatusAccountDrive;
6501
+ type index$5_FilterAccountEmailManagerDto = FilterAccountEmailManagerDto;
6563
6502
  type index$5_FilterDeviceDto = FilterDeviceDto;
6564
6503
  type index$5_FilterDeviceLogDto = FilterDeviceLogDto;
6565
6504
  type index$5_FilterPCDto = FilterPCDto;
6566
6505
  type index$5_FindAutoFillDeviceDto = FindAutoFillDeviceDto;
6567
6506
  type index$5_FindDeviceDto = FindDeviceDto;
6568
6507
  type index$5_FindDeviceLogDto = FindDeviceLogDto;
6508
+ type index$5_FindOverviewAccountEmailManagerDto = FindOverviewAccountEmailManagerDto;
6569
6509
  type index$5_FindOverviewDeviceBasicDto = FindOverviewDeviceBasicDto;
6570
6510
  type index$5_FindOverviewDeviceDetailDto = FindOverviewDeviceDetailDto;
6571
6511
  type index$5_FindOverviewDeviceLog = FindOverviewDeviceLog;
@@ -6613,7 +6553,10 @@ type index$5_IDeviceSettingForAccount = IDeviceSettingForAccount;
6613
6553
  type index$5_IDeviceSettingForCHPlayICloud = IDeviceSettingForCHPlayICloud;
6614
6554
  type index$5_IDeviceSettingForProxy = IDeviceSettingForProxy;
6615
6555
  type index$5_IDeviceSettingForVPN = IDeviceSettingForVPN;
6556
+ type index$5_IEmailAccountSocial = IEmailAccountSocial;
6557
+ type index$5_IEmailProxy = IEmailProxy;
6616
6558
  type index$5_IEmailRawManager = IEmailRawManager;
6559
+ type index$5_IEmailVPS = IEmailVPS;
6617
6560
  type index$5_IGPMProfile = IGPMProfile;
6618
6561
  type index$5_IManagerImageAI = IManagerImageAI;
6619
6562
  type index$5_IManagerImageAIItemStore = IManagerImageAIItemStore;
@@ -6646,7 +6589,7 @@ type index$5_UpdateDeviceDto = UpdateDeviceDto;
6646
6589
  type index$5_UpdatePCDto = UpdatePCDto;
6647
6590
  type index$5_ViewDetailDeviceDto = ViewDetailDeviceDto;
6648
6591
  declare namespace index$5 {
6649
- export type { index$5_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, index$5_AddAccountForDeviceDto as AddAccountForDeviceDto, index$5_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, index$5_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$5_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, index$5_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, index$5_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, index$5_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, index$5_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$5_FilterDeviceDto as FilterDeviceDto, index$5_FilterDeviceLogDto as FilterDeviceLogDto, index$5_FilterPCDto as FilterPCDto, index$5_FindAutoFillDeviceDto as FindAutoFillDeviceDto, index$5_FindDeviceDto as FindDeviceDto, index$5_FindDeviceLogDto as FindDeviceLogDto, index$5_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, index$5_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, index$5_FindOverviewDeviceLog as FindOverviewDeviceLog, index$5_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, index$5_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, index$5_FindOverviewPCDto as FindOverviewPCDto, index$5_FindPCDetail as FindPCDetail, index$5_FindPCDto as FindPCDto, index$5_FindReplaceDeviceDto as FindReplaceDeviceDto, index$5_IAccountAIContent as IAccountAIContent, index$5_IAccountAIContentChannel as IAccountAIContentChannel, index$5_IAccountAIContentGroup as IAccountAIContentGroup, index$5_IAccountAIContentInfo as IAccountAIContentInfo, index$5_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, index$5_IAccountAIContentTag as IAccountAIContentTag, index$5_IAccountAIImage as IAccountAIImage, index$5_IAccountAIImageChannel as IAccountAIImageChannel, index$5_IAccountAIImageGroup as IAccountAIImageGroup, index$5_IAccountAIImageInfo as IAccountAIImageInfo, index$5_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, index$5_IAccountAIImageTag as IAccountAIImageTag, index$5_IAccountAIVoice as IAccountAIVoice, index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$5_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, index$5_IAccountCHPlayICloud as IAccountCHPlayICloud, index$5_IAccountCanva as IAccountCanva, index$5_IAccountDrive as IAccountDrive, index$5_IAccountEmail as IAccountEmail, index$5_IAccountEmailProxy as IAccountEmailProxy, index$5_IAccountEmailTag as IAccountEmailTag, index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, index$5_IAccountVPN as IAccountVPN, index$5_IAccountVPS as IAccountVPS, index$5_IAccountVPSGroup as IAccountVPSGroup, index$5_IAccountVPSSocial as IAccountVPSSocial, index$5_IDevice as IDevice, index$5_IDeviceLog as IDeviceLog, index$5_IDeviceLogELS as IDeviceLogELS, index$5_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, index$5_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, index$5_IDeviceSettingForAccount as IDeviceSettingForAccount, index$5_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, index$5_IDeviceSettingForProxy as IDeviceSettingForProxy, index$5_IDeviceSettingForVPN as IDeviceSettingForVPN, index$5_IEmailRawManager as IEmailRawManager, index$5_IGPMProfile as IGPMProfile, index$5_IManagerImageAI as IManagerImageAI, index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, index$5_IManagerSheet as IManagerSheet, index$5_IManagerSheetChildren as IManagerSheetChildren, index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$5_IManagerSheetGroup as IManagerSheetGroup, index$5_IPC as IPC, index$5_IPCLog as IPCLog, index$5_IPCLogELS as IPCLogELS, index$5_IPCLogStoreIdxELS as IPCLogStoreIdxELS, index$5_IProxy as IProxy, index$5_ISettingTool as ISettingTool, index$5_ISheetsTool as ISheetsTool, index$5_ITaskAIContent as ITaskAIContent, index$5_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, index$5_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, index$5_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, index$5_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, index$5_ITaskAIItemAction as ITaskAIItemAction, index$5_ITaskAIItemGroup as ITaskAIItemGroup, index$5_IViewDeviceByPC as IViewDeviceByPC, index$5_IVoiceGenerated as IVoiceGenerated, index$5_IVoiceLanguage as IVoiceLanguage, index$5_IVoiceSettingDelay as IVoiceSettingDelay, index$5_IVoiceStores as IVoiceStores, index$5_UpdateDeviceDto as UpdateDeviceDto, index$5_UpdatePCDto as UpdatePCDto, index$5_ViewDetailDeviceDto as ViewDetailDeviceDto };
6592
+ export { type index$5_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$5_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$5_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$5_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, type index$5_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$5_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$5_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$5_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$5_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$5_EStatusAccountDrive as EStatusAccountDrive, type index$5_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$5_FilterDeviceDto as FilterDeviceDto, type index$5_FilterDeviceLogDto as FilterDeviceLogDto, type index$5_FilterPCDto as FilterPCDto, type index$5_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$5_FindDeviceDto as FindDeviceDto, type index$5_FindDeviceLogDto as FindDeviceLogDto, type index$5_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$5_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$5_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$5_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$5_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$5_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$5_FindOverviewPCDto as FindOverviewPCDto, type index$5_FindPCDetail as FindPCDetail, type index$5_FindPCDto as FindPCDto, type index$5_FindReplaceDeviceDto as FindReplaceDeviceDto, type index$5_IAccountAIContent as IAccountAIContent, type index$5_IAccountAIContentChannel as IAccountAIContentChannel, type index$5_IAccountAIContentGroup as IAccountAIContentGroup, type index$5_IAccountAIContentInfo as IAccountAIContentInfo, type index$5_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$5_IAccountAIContentTag as IAccountAIContentTag, type index$5_IAccountAIImage as IAccountAIImage, type index$5_IAccountAIImageChannel as IAccountAIImageChannel, type index$5_IAccountAIImageGroup as IAccountAIImageGroup, type index$5_IAccountAIImageInfo as IAccountAIImageInfo, type index$5_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$5_IAccountAIImageTag as IAccountAIImageTag, type index$5_IAccountAIVoice as IAccountAIVoice, type index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$5_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$5_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$5_IAccountCanva as IAccountCanva, type index$5_IAccountDrive as IAccountDrive, type index$5_IAccountEmail as IAccountEmail, type index$5_IAccountEmailProxy as IAccountEmailProxy, type index$5_IAccountEmailTag as IAccountEmailTag, type index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$5_IAccountVPN as IAccountVPN, type index$5_IAccountVPS as IAccountVPS, type index$5_IAccountVPSGroup as IAccountVPSGroup, type index$5_IAccountVPSSocial as IAccountVPSSocial, type index$5_IDevice as IDevice, type index$5_IDeviceLog as IDeviceLog, type index$5_IDeviceLogELS as IDeviceLogELS, type index$5_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$5_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$5_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$5_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$5_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$5_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$5_IEmailAccountSocial as IEmailAccountSocial, type index$5_IEmailProxy as IEmailProxy, type index$5_IEmailRawManager as IEmailRawManager, type index$5_IEmailVPS as IEmailVPS, type index$5_IGPMProfile as IGPMProfile, type index$5_IManagerImageAI as IManagerImageAI, type index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$5_IManagerSheet as IManagerSheet, type index$5_IManagerSheetChildren as IManagerSheetChildren, type index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$5_IManagerSheetGroup as IManagerSheetGroup, type index$5_IPC as IPC, type index$5_IPCLog as IPCLog, type index$5_IPCLogELS as IPCLogELS, type index$5_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$5_IProxy as IProxy, type index$5_ISettingTool as ISettingTool, type index$5_ISheetsTool as ISheetsTool, type index$5_ITaskAIContent as ITaskAIContent, type index$5_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$5_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$5_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$5_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$5_ITaskAIItemAction as ITaskAIItemAction, type index$5_ITaskAIItemGroup as ITaskAIItemGroup, type index$5_IViewDeviceByPC as IViewDeviceByPC, type index$5_IVoiceGenerated as IVoiceGenerated, type index$5_IVoiceLanguage as IVoiceLanguage, type index$5_IVoiceSettingDelay as IVoiceSettingDelay, type index$5_IVoiceStores as IVoiceStores, type index$5_UpdateDeviceDto as UpdateDeviceDto, type index$5_UpdatePCDto as UpdatePCDto, type index$5_ViewDetailDeviceDto as ViewDetailDeviceDto };
6650
6593
  }
6651
6594
 
6652
6595
  interface ITaskInstagramFollow extends IBaseModel, ITrackingModel {
@@ -7974,6 +7917,7 @@ interface IThreadsSettingPost extends IBaseModel, ITrackingModel {
7974
7917
  timezone: ETimeZone;
7975
7918
  isStart: boolean;
7976
7919
  timeCopySetting: Date;
7920
+ startStop: EStartStop;
7977
7921
  timeStopStart: Date;
7978
7922
  numberCommentsForPostMeFrom: number;
7979
7923
  numberCommentsForPostMeTo: number;
@@ -7987,6 +7931,7 @@ interface IThreadsSettingInteractFollow extends IBaseModel, ITrackingModel {
7987
7931
  timezone: ETimeZone;
7988
7932
  isStart: boolean;
7989
7933
  timeCopySetting: Date;
7934
+ startStop: EStartStop;
7990
7935
  timeStopStart: Date;
7991
7936
  limitNumberFollowsPerDayFrom: number;
7992
7937
  limitNumberFollowsPerDayTo: number;
@@ -8026,6 +7971,7 @@ interface IThreadsSettingInteractUnFollow extends IBaseModel, ITrackingModel {
8026
7971
  timezone: ETimeZone;
8027
7972
  isStart: boolean;
8028
7973
  timeCopySetting: Date;
7974
+ startStop: EStartStop;
8029
7975
  timeStopStart: Date;
8030
7976
  limitUnFollowPerDayFrom: number;
8031
7977
  limitUnFollowPerDayTo: number;
@@ -8048,6 +7994,7 @@ interface IThreadsSettingInteractReplyComment extends IBaseModel, ITrackingModel
8048
7994
  timezone: ETimeZone;
8049
7995
  isStart: boolean;
8050
7996
  timeCopySetting: Date;
7997
+ startStop: EStartStop;
8051
7998
  timeStopStart: Date;
8052
7999
  limitNumberPostForCommentsFrom: number;
8053
8000
  limitNumberPostForCommentsTo: number;
@@ -8072,6 +8019,7 @@ interface IThreadsSettingInteractReplyMessage extends IBaseModel, ITrackingModel
8072
8019
  timezone: ETimeZone;
8073
8020
  isStart: boolean;
8074
8021
  timeCopySetting: Date;
8022
+ startStop: EStartStop;
8075
8023
  timeStopStart: Date;
8076
8024
  timeDelayReplyMessageFrom: number;
8077
8025
  timeDelayReplyMessageTo: number;
@@ -8673,6 +8621,44 @@ interface IManagerSheetChildrenGroupItem extends IBaseModel, ITrackingModel {
8673
8621
  keyWordsBlank: string;
8674
8622
  }
8675
8623
 
8624
+ declare enum EStatusEmail {
8625
+ New = "New",// Chưa login
8626
+ PendingLogin = "PendingLogin",// Chờ login
8627
+ LoginError = "LoginError",// Lỗi đăng nhập
8628
+ Verify = "Verify",// Đang xác thực
8629
+ Active = "Active",// Đang hoạt động
8630
+ RunAccount = "RunAccount",// Account đã login thành công
8631
+ Dead = "Dead",// Chết
8632
+ ErrorBrowser = "ErrorBrowser",// Lỗi trình duyệt
8633
+ ErrorConnectVPS = "ErrorConnectVPS",// Lỗi kết nối VPS
8634
+ NA = "N/A"
8635
+ }
8636
+ declare enum EStatusChangeInfoEmail {
8637
+ Done = "Done",
8638
+ Error = "Error",
8639
+ NA = "N/A"
8640
+ }
8641
+ declare enum ETypeEmail {
8642
+ Gmail = "Gmail",
8643
+ HotMail = "HotMail"
8644
+ }
8645
+ declare enum EEmailProcessing {
8646
+ Queued = "Queued",
8647
+ Processing = "Processing",
8648
+ OTPProcessing = "OTPProcessing",
8649
+ Retrying = "Retrying",
8650
+ Failed = "Failed",
8651
+ Success = "Success"
8652
+ }
8653
+ declare enum EEmailProcessingOTP {
8654
+ Queued = "Queued",
8655
+ Checking = "Checking",
8656
+ Found = "Found",
8657
+ NotFound = "NotFound",
8658
+ Failed = "Failed",
8659
+ Retrying = "Retrying"
8660
+ }
8661
+
8676
8662
  interface IEmailRawManager extends IBaseModel, ITrackingModel {
8677
8663
  typeSocial: ETypeSocial;
8678
8664
  accountSocialId: string;
@@ -8681,40 +8667,205 @@ interface IEmailRawManager extends IBaseModel, ITrackingModel {
8681
8667
  typeEmail: ETypeEmail;
8682
8668
  oldEmail: string;
8683
8669
  newEmail: string;
8684
- statusLoginEmail: EStatusLoginEmail;
8670
+ statusLoginEmail: EStatusEmail;
8685
8671
  statusChangeEmail: EStatusChangeInfoEmail;
8686
8672
  timeLoginEmail: Date;
8687
8673
  timeChangeEmail: Date;
8688
8674
  oldEmailRecover: string;
8689
8675
  newEmailRecover: string;
8690
- statusLoginEmailRecover: string;
8676
+ statusLoginEmailRecover: EStatusEmail;
8691
8677
  statusChangeEmailRecover: EStatusChangeInfoEmail;
8692
8678
  timeLoginEmailRecover: Date;
8693
8679
  timeChangeEmailRecover: Date;
8694
8680
  oldPassword: string;
8695
8681
  newPassword: string;
8696
- statusLoginPassword: string;
8682
+ statusLoginPassword: EStatusEmail;
8697
8683
  statusChangePassword: EStatusChangeInfoEmail;
8698
8684
  timeLoginPassword: Date;
8699
8685
  timeChangePassword: Date;
8700
8686
  oldCode2FA: string;
8701
8687
  newCode2FA: string;
8702
- statusLoginCode2FA: string;
8688
+ statusLoginCode2FA: EStatusEmail;
8703
8689
  statusChangeCode2FA: EStatusChangeInfoEmail;
8704
8690
  timeLoginCode2FA: Date;
8705
8691
  timeChangeCode2FA: Date;
8706
8692
  oldCode2FABackup: string;
8707
8693
  newCode2FABackup: string;
8708
- statusLoginCode2FABackup: string;
8694
+ statusLoginCode2FABackup: EStatusEmail;
8709
8695
  statusChangeCode2FABackup: EStatusChangeInfoEmail;
8710
8696
  timeLoginCode2FABackup: Date;
8711
8697
  timeChangeCode2FABackup: Date;
8712
8698
  vps: string | IAccountVPS;
8713
8699
  statusAddOnVPS: string;
8714
8700
  timeAddOnVPS: Date;
8701
+ gpm: {
8702
+ id: string;
8703
+ name: string;
8704
+ processing: EEmailProcessing;
8705
+ timeAction: Date;
8706
+ };
8707
+ processLogin: EEmailProcessing;
8708
+ timeProcessLogin: Date;
8709
+ processChangeEmail: EEmailProcessing;
8710
+ timeProcessChangeEmail: Date;
8711
+ processAccountSocialOtp: EEmailProcessingOTP;
8712
+ processAccountSocialChangeEmail: EEmailProcessing;
8713
+ timeProcessAccountSocialChangeEmail: Date;
8715
8714
  noteFix: string[];
8716
8715
  }
8717
8716
 
8717
+ interface IEmailAccountSocial extends IBaseModel, ITrackingModel {
8718
+ typeSocial: ETypeSocial;
8719
+ accountSocialId: string;
8720
+ accountEmailId: string;
8721
+ }
8722
+
8723
+ interface IEmailVPS extends IBaseModel, ITrackingModel {
8724
+ accountEmailId: string;
8725
+ accountVPSId: string;
8726
+ }
8727
+
8728
+ interface IEmailProxy extends IBaseModel, ITrackingModel {
8729
+ accountEmailId: string;
8730
+ accountProxyId: string;
8731
+ }
8732
+
8733
+ interface FindOverviewAccountEmailManagerDto {
8734
+ department: number;
8735
+ team: number;
8736
+ leader: number;
8737
+ member: number;
8738
+ totalEmail: number;
8739
+ gmail: number;
8740
+ hotmail: number;
8741
+ rawEmail: number;
8742
+ rawEmailRecover: number;
8743
+ rawPassword: number;
8744
+ rawCode2FA: number;
8745
+ rawCode2FABackup: number;
8746
+ originalEmail: number;
8747
+ originalEmailRecover: number;
8748
+ originalEmailPassword: number;
8749
+ originalEmailCode2FA: number;
8750
+ originalEmailCode2FABackup: number;
8751
+ groupsAccounts: number;
8752
+ idAcc: number;
8753
+ oldUsername: number;
8754
+ newUsername: number;
8755
+ vpsGroup: number;
8756
+ totalVps: number;
8757
+ totalProxy: number;
8758
+ proxyAssigned: number;
8759
+ browserProfile: number;
8760
+ emailChange: number;
8761
+ socialChange: number;
8762
+ passHistory: number;
8763
+ code2FAHistory: number;
8764
+ code2FAHistoryBackup: number;
8765
+ emailHistoryRecovery: number;
8766
+ status: {
8767
+ [EStatusEmail.New]: number;
8768
+ [EStatusEmail.PendingLogin]: number;
8769
+ [EStatusEmail.Verify]: number;
8770
+ [EStatusEmail.LoginError]: number;
8771
+ [EStatusEmail.RunAccount]: number;
8772
+ [EStatusEmail.Dead]: number;
8773
+ [EStatusEmail.ErrorBrowser]: number;
8774
+ [EStatusEmail.NA]: number;
8775
+ total: number;
8776
+ };
8777
+ statusAdd: {
8778
+ statusAddEmail: {
8779
+ done: number;
8780
+ error: number;
8781
+ na: number;
8782
+ total: number;
8783
+ };
8784
+ statusAddProxy: {
8785
+ [EStatusProxyChecked.Working]: number;
8786
+ [EStatusProxyChecked.Dead]: number;
8787
+ total: number;
8788
+ };
8789
+ };
8790
+ vpsControl: {
8791
+ vpsStatus: {
8792
+ rawVPSNew: number;
8793
+ active: number;
8794
+ error: number;
8795
+ total: number;
8796
+ };
8797
+ vpsTypeStatus: {
8798
+ active: number;
8799
+ expired: number;
8800
+ canceled: number;
8801
+ total: number;
8802
+ };
8803
+ };
8804
+ rawEmailOnBrowserVPS: {
8805
+ available: number;
8806
+ active: number;
8807
+ loginError: number;
8808
+ verify: number;
8809
+ dead: number;
8810
+ browserError: number;
8811
+ connectVPSError: number;
8812
+ total: number;
8813
+ };
8814
+ statusAccountSocial: {
8815
+ [EStatusAccountSocialRaw.Available]: number;
8816
+ [EStatusAccountSocialRaw.Checkpoint]: number;
8817
+ [EStatusAccountSocialRaw.InUseDevice]: number;
8818
+ [EStatusAccountSocialRaw.LockedOnDevice]: number;
8819
+ [EStatusAccountSocialRaw.Dead]: number;
8820
+ [EStatusAccountSocialRaw.NetworkError]: number;
8821
+ [EStatusAccountSocialRaw.ErrorAppClone]: number;
8822
+ [EStatusAccountSocialRaw.Spam]: number;
8823
+ [EStatusAccountSocialRaw.NA]: number;
8824
+ total: number;
8825
+ };
8826
+ typeChangeInfo: {
8827
+ emailRecover: {
8828
+ [EStatusChangeInfoEmail.Done]: number;
8829
+ [EStatusChangeInfoEmail.Error]: number;
8830
+ [EStatusChangeInfoEmail.NA]: number;
8831
+ total: number;
8832
+ };
8833
+ emailPass: {
8834
+ [EStatusChangeInfoEmail.Done]: number;
8835
+ [EStatusChangeInfoEmail.Error]: number;
8836
+ [EStatusChangeInfoEmail.NA]: number;
8837
+ total: number;
8838
+ };
8839
+ emailCode2FA: {
8840
+ [EStatusChangeInfoEmail.Done]: number;
8841
+ [EStatusChangeInfoEmail.Error]: number;
8842
+ [EStatusChangeInfoEmail.NA]: number;
8843
+ total: number;
8844
+ };
8845
+ emailCode2FABackup: {
8846
+ [EStatusChangeInfoEmail.Done]: number;
8847
+ [EStatusChangeInfoEmail.Error]: number;
8848
+ [EStatusChangeInfoEmail.NA]: number;
8849
+ total: number;
8850
+ };
8851
+ };
8852
+ }
8853
+ interface FilterAccountEmailManagerDto extends IFilterBaseDto {
8854
+ vpsGroups: string[];
8855
+ statusAddEmailRaw: EStatusChangeInfo[];
8856
+ statusConnect: EStatusPC[];
8857
+ statusSetup: string[];
8858
+ statusReplace: string[];
8859
+ statusTypeVps: string[];
8860
+ listTypeSocial: ETypeSocial;
8861
+ typeAntidetectBrowser: string[];
8862
+ statusProxy: string[];
8863
+ totalProfileName: string[];
8864
+ provider: string[];
8865
+ coreVps: string[];
8866
+ ramVps: string[];
8867
+ }
8868
+
8718
8869
  interface ISettingTool extends IBaseModel {
8719
8870
  userId: string;
8720
8871
  toolName: EToolName;
@@ -8764,9 +8915,9 @@ interface IDevice extends IBaseModel, IAssignUser, ITrackingModel {
8764
8915
  statusRunningSocial: EStatusDeviceRunningSocial;
8765
8916
  statusLoginCHPlayICloud: EStatusDeviceLoginCHPlayICloud;
8766
8917
  statusConnectPC: EStatusDeviceConnectPC;
8918
+ statusChangeName: EStatusDeviceChangeName;
8767
8919
  statusChangeNew: EStatusDeviceChangeNew;
8768
8920
  statusReplace: EStatusDeviceReplace;
8769
- statusChangeName: EStatusDeviceChangeName;
8770
8921
  statusConnectWifi: EStatusDeviceConnectWifi;
8771
8922
  statusSync: EStatusDeviceSync;
8772
8923
  noteFix: string;
@@ -9010,12 +9161,16 @@ type index$1_DevicePopupOverviewAccountsDto = DevicePopupOverviewAccountsDto;
9010
9161
  type index$1_DevicePopupOverviewAddAccountDto = DevicePopupOverviewAddAccountDto;
9011
9162
  type index$1_DevicePopupViewAccountInstagramDto = DevicePopupViewAccountInstagramDto;
9012
9163
  type index$1_DevicePopupViewAccountThreadsDto = DevicePopupViewAccountThreadsDto;
9164
+ type index$1_EStatusAccountDrive = EStatusAccountDrive;
9165
+ declare const index$1_EStatusAccountDrive: typeof EStatusAccountDrive;
9166
+ type index$1_FilterAccountEmailManagerDto = FilterAccountEmailManagerDto;
9013
9167
  type index$1_FilterDeviceDto = FilterDeviceDto;
9014
9168
  type index$1_FilterDeviceLogDto = FilterDeviceLogDto;
9015
9169
  type index$1_FilterPCDto = FilterPCDto;
9016
9170
  type index$1_FindAutoFillDeviceDto = FindAutoFillDeviceDto;
9017
9171
  type index$1_FindDeviceDto = FindDeviceDto;
9018
9172
  type index$1_FindDeviceLogDto = FindDeviceLogDto;
9173
+ type index$1_FindOverviewAccountEmailManagerDto = FindOverviewAccountEmailManagerDto;
9019
9174
  type index$1_FindOverviewDeviceBasicDto = FindOverviewDeviceBasicDto;
9020
9175
  type index$1_FindOverviewDeviceDetailDto = FindOverviewDeviceDetailDto;
9021
9176
  type index$1_FindOverviewDeviceLog = FindOverviewDeviceLog;
@@ -9077,7 +9232,10 @@ type index$1_IDeviceSettingForCHPlayICloud = IDeviceSettingForCHPlayICloud;
9077
9232
  type index$1_IDeviceSettingForProxy = IDeviceSettingForProxy;
9078
9233
  type index$1_IDeviceSettingForVPN = IDeviceSettingForVPN;
9079
9234
  type index$1_IDomain = IDomain;
9235
+ type index$1_IEmailAccountSocial = IEmailAccountSocial;
9236
+ type index$1_IEmailProxy = IEmailProxy;
9080
9237
  type index$1_IEmailRawManager = IEmailRawManager;
9238
+ type index$1_IEmailVPS = IEmailVPS;
9081
9239
  type index$1_IFile = IFile;
9082
9240
  type index$1_IGPMProfile = IGPMProfile;
9083
9241
  type index$1_IHistoryTaskAIContent = IHistoryTaskAIContent;
@@ -9264,7 +9422,7 @@ type index$1_UpdateDeviceDto = UpdateDeviceDto;
9264
9422
  type index$1_UpdatePCDto = UpdatePCDto;
9265
9423
  type index$1_ViewDetailDeviceDto = ViewDetailDeviceDto;
9266
9424
  declare namespace index$1 {
9267
- export { type index$1_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$1_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$1_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$1_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$2 as Auth, index$a as Common, type index$1_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$1_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$1_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$1_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$1_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, type index$1_FilterDeviceDto as FilterDeviceDto, type index$1_FilterDeviceLogDto as FilterDeviceLogDto, type index$1_FilterPCDto as FilterPCDto, type index$1_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$1_FindDeviceDto as FindDeviceDto, type index$1_FindDeviceLogDto as FindDeviceLogDto, type index$1_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$1_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$1_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$1_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$1_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$1_FindOverviewPCDto as FindOverviewPCDto, type index$1_FindPCDetail as FindPCDetail, type index$1_FindPCDto as FindPCDto, type index$1_FindReplaceDeviceDto as FindReplaceDeviceDto, index$7 as Forum, index$3 as History, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAssignUser as IAssignUser, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$1_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IEmailRawManager as IEmailRawManager, type index$1_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, type index$1_IIncreaseValueTask as IIncreaseValueTask, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryAutoSyncStoreIdxELS as IInstagramHistoryAutoSyncStoreIdxELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryChangeInfoStoreIdxELS as IInstagramHistoryChangeInfoStoreIdxELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryCreateNewStoreIdxELS as IInstagramHistoryCreateNewStoreIdxELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramHistoryGroupStoreIdxELS as IInstagramHistoryGroupStoreIdxELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$1_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IPCLog as IPCLog, type index$1_IPCLogELS as IPCLogELS, type index$1_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$1_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$1_ISettingTool as ISettingTool, type index$1_ISheetImportExportSocial as ISheetImportExportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$1_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$1_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$1_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$1_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$1_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$1_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$1_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$1_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$1_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$1_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, type index$1_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTime as ITrackingTime, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IViewDeviceByPC as IViewDeviceByPC, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$b as Permission, index$4 as Socials, index$5 as Tool, type index$1_UpdateDeviceDto as UpdateDeviceDto, type index$1_UpdatePCDto as UpdatePCDto, type index$1_ViewDetailDeviceDto as ViewDetailDeviceDto, index$6 as Workspace };
9425
+ export { type index$1_ActionPopupDeviceAccountDto as ActionPopupDeviceAccountDto, type index$1_AddAccountForDeviceDto as AddAccountForDeviceDto, type index$1_ApplyAutoFillDeviceDto as ApplyAutoFillDeviceDto, type index$1_ApplyReplaceDeviceDto as ApplyReplaceDeviceDto, index$2 as Auth, index$a as Common, type index$1_DevicePopupListAddAccountDto as DevicePopupListAddAccountDto, type index$1_DevicePopupOverviewAccountsDto as DevicePopupOverviewAccountsDto, type index$1_DevicePopupOverviewAddAccountDto as DevicePopupOverviewAddAccountDto, type index$1_DevicePopupViewAccountInstagramDto as DevicePopupViewAccountInstagramDto, type index$1_DevicePopupViewAccountThreadsDto as DevicePopupViewAccountThreadsDto, index$1_EStatusAccountDrive as EStatusAccountDrive, type index$1_FilterAccountEmailManagerDto as FilterAccountEmailManagerDto, type index$1_FilterDeviceDto as FilterDeviceDto, type index$1_FilterDeviceLogDto as FilterDeviceLogDto, type index$1_FilterPCDto as FilterPCDto, type index$1_FindAutoFillDeviceDto as FindAutoFillDeviceDto, type index$1_FindDeviceDto as FindDeviceDto, type index$1_FindDeviceLogDto as FindDeviceLogDto, type index$1_FindOverviewAccountEmailManagerDto as FindOverviewAccountEmailManagerDto, type index$1_FindOverviewDeviceBasicDto as FindOverviewDeviceBasicDto, type index$1_FindOverviewDeviceDetailDto as FindOverviewDeviceDetailDto, type index$1_FindOverviewDeviceLog as FindOverviewDeviceLog, type index$1_FindOverviewDeviceSocialMediaAccountDto as FindOverviewDeviceSocialMediaAccountDto, type index$1_FindOverviewDeviceSocialMediaActiveLockedDto as FindOverviewDeviceSocialMediaActiveLockedDto, type index$1_FindOverviewPCDto as FindOverviewPCDto, type index$1_FindPCDetail as FindPCDetail, type index$1_FindPCDto as FindPCDto, type index$1_FindReplaceDeviceDto as FindReplaceDeviceDto, index$7 as Forum, index$3 as History, type index$1_IAccountAIContent as IAccountAIContent, type index$1_IAccountAIContentChannel as IAccountAIContentChannel, type index$1_IAccountAIContentGroup as IAccountAIContentGroup, type index$1_IAccountAIContentInfo as IAccountAIContentInfo, type index$1_IAccountAIContentMemberAssigned as IAccountAIContentMemberAssigned, type index$1_IAccountAIContentTag as IAccountAIContentTag, type index$1_IAccountAIImage as IAccountAIImage, type index$1_IAccountAIImageChannel as IAccountAIImageChannel, type index$1_IAccountAIImageGroup as IAccountAIImageGroup, type index$1_IAccountAIImageInfo as IAccountAIImageInfo, type index$1_IAccountAIImageMemberAssigned as IAccountAIImageMemberAssigned, type index$1_IAccountAIImageTag as IAccountAIImageTag, type index$1_IAccountAIVoice as IAccountAIVoice, type index$1_IAccountAIVoiceChannel as IAccountAIVoiceChannel, type index$1_IAccountAIVoiceGroup as IAccountAIVoiceGroup, type index$1_IAccountAIVoiceInfo as IAccountAIVoiceInfo, type index$1_IAccountAIVoiceMemberAssigned as IAccountAIVoiceMemberAssigned, type index$1_IAccountAIVoiceTag as IAccountAIVoiceTag, type index$1_IAccountCHPlayICloud as IAccountCHPlayICloud, type index$1_IAccountCanva as IAccountCanva, type index$1_IAccountDrive as IAccountDrive, type index$1_IAccountEmail as IAccountEmail, type index$1_IAccountEmailProxy as IAccountEmailProxy, type index$1_IAccountEmailTag as IAccountEmailTag, type index$1_IAccountEmailTaskWork as IAccountEmailTaskWork, type index$1_IAccountSocialBase as IAccountSocialBase, type index$1_IAccountSocialGroup as IAccountSocialGroup, type index$1_IAccountVPN as IAccountVPN, type index$1_IAccountVPS as IAccountVPS, type index$1_IAccountVPSGroup as IAccountVPSGroup, type index$1_IAccountVPSSocial as IAccountVPSSocial, type index$1_IAssignUser as IAssignUser, type index$1_IAuthLogin as IAuthLogin, type index$1_IAuthResetPassword as IAuthResetPassword, type index$1_IBaseModel as IBaseModel, type index$1_IBlog as IBlog, type index$1_IBlogCategory as IBlogCategory, type index$1_IBlogDepartmentPermission as IBlogDepartmentPermission, type index$1_IBlogTeamPermission as IBlogTeamPermission, type index$1_IBlogUserPermission as IBlogUserPermission, type index$1_IDepartment as IDepartment, type index$1_IDepartmentMember as IDepartmentMember, type index$1_IDevice as IDevice, type index$1_IDeviceLog as IDeviceLog, type index$1_IDeviceLogELS as IDeviceLogELS, type index$1_IDeviceLogStoreIdxELS as IDeviceLogStoreIdxELS, type index$1_IDevicePopupViewAccountSocial as IDevicePopupViewAccountSocial, type index$1_IDeviceSettingForAccount as IDeviceSettingForAccount, type index$1_IDeviceSettingForCHPlayICloud as IDeviceSettingForCHPlayICloud, type index$1_IDeviceSettingForProxy as IDeviceSettingForProxy, type index$1_IDeviceSettingForVPN as IDeviceSettingForVPN, type index$1_IDomain as IDomain, type index$1_IEmailAccountSocial as IEmailAccountSocial, type index$1_IEmailProxy as IEmailProxy, type index$1_IEmailRawManager as IEmailRawManager, type index$1_IEmailVPS as IEmailVPS, type index$1_IFile as IFile, type index$1_IGPMProfile as IGPMProfile, type index$1_IHistoryTaskAIContent as IHistoryTaskAIContent, type index$1_IHistoryTaskAIImage as IHistoryTaskAIImage, type index$1_IHistoryTaskAIVoice as IHistoryTaskAIVoice, type index$1_IHistoryTaskCanva as IHistoryTaskCanva, type index$1_IIncreaseValueTask as IIncreaseValueTask, type index$1_IInstagramAccountRaw as IInstagramAccountRaw, type index$1_IInstagramDashboardFollower as IInstagramDashboardFollower, type index$1_IInstagramDashboardFollowerELS as IInstagramDashboardFollowerELS, type index$1_IInstagramHistoryAutoSync as IInstagramHistoryAutoSync, type index$1_IInstagramHistoryAutoSyncELS as IInstagramHistoryAutoSyncELS, type index$1_IInstagramHistoryAutoSyncStoreIdxELS as IInstagramHistoryAutoSyncStoreIdxELS, type index$1_IInstagramHistoryChangeInfo as IInstagramHistoryChangeInfo, type index$1_IInstagramHistoryChangeInfoELS as IInstagramHistoryChangeInfoELS, type index$1_IInstagramHistoryChangeInfoStoreIdxELS as IInstagramHistoryChangeInfoStoreIdxELS, type index$1_IInstagramHistoryCreateNew as IInstagramHistoryCreateNew, type index$1_IInstagramHistoryCreateNewELS as IInstagramHistoryCreateNewELS, type index$1_IInstagramHistoryCreateNewStoreIdxELS as IInstagramHistoryCreateNewStoreIdxELS, type index$1_IInstagramHistoryGroup as IInstagramHistoryGroup, type index$1_IInstagramHistoryGroupELS as IInstagramHistoryGroupELS, type index$1_IInstagramHistoryGroupStoreIdxELS as IInstagramHistoryGroupStoreIdxELS, type index$1_IInstagramReportInteractBlockUser as IInstagramReportInteractBlockUser, type index$1_IInstagramReportInteractBlockUserELS as IInstagramReportInteractBlockUserELS, type index$1_IInstagramReportInteractBlockUserStoreIdxELS as IInstagramReportInteractBlockUserStoreIdxELS, type index$1_IInstagramReportInteractFollow as IInstagramReportInteractFollow, type index$1_IInstagramReportInteractFollowELS as IInstagramReportInteractFollowELS, type index$1_IInstagramReportInteractFollowStoreIdxELS as IInstagramReportInteractFollowStoreIdxELS, type index$1_IInstagramReportInteractReplyComment as IInstagramReportInteractReplyComment, type index$1_IInstagramReportInteractReplyCommentELS as IInstagramReportInteractReplyCommentELS, type index$1_IInstagramReportInteractReplyCommentStoreIdxELS as IInstagramReportInteractReplyCommentStoreIdxELS, type index$1_IInstagramReportInteractReplyMessage as IInstagramReportInteractReplyMessage, type index$1_IInstagramReportInteractReplyMessageELS as IInstagramReportInteractReplyMessageELS, type index$1_IInstagramReportInteractReplyMessageStoreIdxELS as IInstagramReportInteractReplyMessageStoreIdxELS, type index$1_IInstagramReportInteractUnFollow as IInstagramReportInteractUnFollow, type index$1_IInstagramReportInteractUnFollowELS as IInstagramReportInteractUnFollowELS, type index$1_IInstagramReportInteractUnFollowStoreIdxELS as IInstagramReportInteractUnFollowStoreIdxELS, type index$1_IInstagramReportPostHighLight as IInstagramReportPostHighLight, type index$1_IInstagramReportPostHighLightELS as IInstagramReportPostHighLightELS, type index$1_IInstagramReportPostHighLightStoreIdxELS as IInstagramReportPostHighLightStoreIdxELS, type index$1_IInstagramReportPostNew as IInstagramReportPostNew, type index$1_IInstagramReportPostNewELS as IInstagramReportPostNewELS, type index$1_IInstagramReportPostNewStoreIdxELS as IInstagramReportPostNewStoreIdxELS, type index$1_IInstagramReportPostReel as IInstagramReportPostReel, type index$1_IInstagramReportPostReelELS as IInstagramReportPostReelELS, type index$1_IInstagramReportPostReelStoreIdxELS as IInstagramReportPostReelStoreIdxELS, type index$1_IInstagramReportPostSquare as IInstagramReportPostSquare, type index$1_IInstagramReportPostSquareELS as IInstagramReportPostSquareELS, type index$1_IInstagramReportPostSquareStoreIdxELS as IInstagramReportPostSquareStoreIdxELS, type index$1_IInstagramReportPostStory as IInstagramReportPostStory, type index$1_IInstagramReportPostStoryELS as IInstagramReportPostStoryELS, type index$1_IInstagramReportPostStoryStoreIdxELS as IInstagramReportPostStoryStoreIdxELS, type index$1_IInstagramSettingInteractBlockUser as IInstagramSettingInteractBlockUser, type index$1_IInstagramSettingInteractFollow as IInstagramSettingInteractFollow, type index$1_IInstagramSettingInteractReplyComment as IInstagramSettingInteractReplyComment, type index$1_IInstagramSettingInteractReplyMessage as IInstagramSettingInteractReplyMessage, type index$1_IInstagramSettingInteractUnFollow as IInstagramSettingInteractUnFollow, type index$1_IInstagramSettingPost as IInstagramSettingPost, type index$1_ILark as ILark, type index$1_ILarkTeam as ILarkTeam, type index$1_IManagerImageAI as IManagerImageAI, type index$1_IManagerImageAIItemStore as IManagerImageAIItemStore, type index$1_IManagerImageAIUserAttached as IManagerImageAIUserAttached, type index$1_IManagerSheet as IManagerSheet, type index$1_IManagerSheetChildren as IManagerSheetChildren, type index$1_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, type index$1_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, type index$1_IManagerSheetGroup as IManagerSheetGroup, type index$1_IManagerWork as IManagerWork, type index$1_IOtpConfirm as IOtpConfirm, type index$1_IOtpCreateSession as IOtpCreateSession, type index$1_IOtpSend as IOtpSend, type index$1_IPC as IPC, type index$1_IPCLog as IPCLog, type index$1_IPCLogELS as IPCLogELS, type index$1_IPCLogStoreIdxELS as IPCLogStoreIdxELS, type index$1_IProxy as IProxy, type index$1_IRole as IRole, type index$1_IRoleFeature as IRoleFeature, type index$1_ISettingRunTimeInstagramPost as ISettingRunTimeInstagramPost, type index$1_ISettingRunTimeSocial as ISettingRunTimeSocial, type index$1_ISettingTool as ISettingTool, type index$1_ISheetImportExportSocial as ISheetImportExportSocial, type index$1_ISheetWork as ISheetWork, type index$1_ISheetWorkDepartmentPermission as ISheetWorkDepartmentPermission, type index$1_ISheetWorkManager as ISheetWorkManager, type index$1_ISheetWorkUserPermission as ISheetWorkUserPermission, type index$1_ISheetWorksCategory as ISheetWorksCategory, type index$1_ISheetsTool as ISheetsTool, type index$1_ISocialTaskManager as ISocialTaskManager, type index$1_ITag as ITag, type index$1_ITaskAIContent as ITaskAIContent, type index$1_ITaskAIImageCanvaInstagram as ITaskAIImageCanvaInstagram, type index$1_ITaskAIImageCanvaThreads as ITaskAIImageCanvaThreads, type index$1_ITaskAIImageVoiceCanvaInstagram as ITaskAIImageVoiceCanvaInstagram, type index$1_ITaskAIImageVoiceCanvaThreads as ITaskAIImageVoiceCanvaThreads, type index$1_ITaskAIItemAction as ITaskAIItemAction, type index$1_ITaskAIItemGroup as ITaskAIItemGroup, type index$1_ITaskInstagramBlockUser as ITaskInstagramBlockUser, type index$1_ITaskInstagramBlockUserELS as ITaskInstagramBlockUserELS, type index$1_ITaskInstagramBlockUserStoreIdxELS as ITaskInstagramBlockUserStoreIdxELS, type index$1_ITaskInstagramChangeInfo as ITaskInstagramChangeInfo, type index$1_ITaskInstagramChangeInfoELS as ITaskInstagramChangeInfoELS, type index$1_ITaskInstagramChangeInfoStoreIdxELS as ITaskInstagramChangeInfoStoreIdxELS, type index$1_ITaskInstagramFollow as ITaskInstagramFollow, type index$1_ITaskInstagramFollowELS as ITaskInstagramFollowELS, type index$1_ITaskInstagramFollowStoreIdxELS as ITaskInstagramFollowStoreIdxELS, type index$1_ITaskInstagramPost as ITaskInstagramPost, type index$1_ITaskInstagramPostELS as ITaskInstagramPostELS, type index$1_ITaskInstagramPostStoreIdxELS as ITaskInstagramPostStoreIdxELS, type index$1_ITaskInstagramReplyComment as ITaskInstagramReplyComment, type index$1_ITaskInstagramReplyCommentELS as ITaskInstagramReplyCommentELS, type index$1_ITaskInstagramReplyCommentStoreIdxELS as ITaskInstagramReplyCommentStoreIdxELS, type index$1_ITaskInstagramReplyMessage as ITaskInstagramReplyMessage, type index$1_ITaskInstagramReplyMessageELS as ITaskInstagramReplyMessageELS, type index$1_ITaskInstagramReplyMessageStoreIdxELS as ITaskInstagramReplyMessageStoreIdxELS, type index$1_ITaskJob as ITaskJob, type index$1_ITaskJobAttachmentBlog as ITaskJobAttachmentBlog, type index$1_ITaskJobBlogAttached as ITaskJobBlogAttached, type index$1_ITaskJobCheckList as ITaskJobCheckList, type index$1_ITaskJobDepartmentPermission as ITaskJobDepartmentPermission, type index$1_ITaskJobDiscuss as ITaskJobDiscuss, type index$1_ITaskJobLabel as ITaskJobLabel, type index$1_ITaskJobPermission as ITaskJobPermission, type index$1_ITaskJobTeamPermission as ITaskJobTeamPermission, type index$1_ITaskJobUserPermission as ITaskJobUserPermission, type index$1_ITaskJobsGroup as ITaskJobsGroup, type index$1_ITaskThreadsFollow as ITaskThreadsFollow, type index$1_ITaskThreadsFollowELS as ITaskThreadsFollowELS, type index$1_ITaskThreadsFollowStoreIdxELS as ITaskThreadsFollowStoreIdxELS, type index$1_ITaskThreadsPost as ITaskThreadsPost, type index$1_ITaskThreadsPostELS as ITaskThreadsPostELS, type index$1_ITaskThreadsPostStoreIdxELS as ITaskThreadsPostStoreIdxELS, type index$1_ITaskThreadsReplyComment as ITaskThreadsReplyComment, type index$1_ITaskThreadsReplyCommentELS as ITaskThreadsReplyCommentELS, type index$1_ITaskThreadsReplyCommentStoreIdxELS as ITaskThreadsReplyCommentStoreIdxELS, type index$1_ITaskThreadsReplyMessage as ITaskThreadsReplyMessage, type index$1_ITaskThreadsReplyMessageELS as ITaskThreadsReplyMessageELS, type index$1_ITaskThreadsReplyMessageStoreIdxELS as ITaskThreadsReplyMessageStoreIdxELS, type index$1_ITeam as ITeam, type index$1_ITeamMember as ITeamMember, type index$1_ITeamRole as ITeamRole, type index$1_IThreadsAccountRaw as IThreadsAccountRaw, type index$1_IThreadsDashboardFollower as IThreadsDashboardFollower, type index$1_IThreadsHistoryAutoSync as IThreadsHistoryAutoSync, type index$1_IThreadsHistoryAutoSyncELS as IThreadsHistoryAutoSyncELS, type index$1_IThreadsHistoryChange as IThreadsHistoryChange, type index$1_IThreadsHistoryChangeInfoELS as IThreadsHistoryChangeInfoELS, type index$1_IThreadsHistoryCreateNew as IThreadsHistoryCreateNew, type index$1_IThreadsHistoryCreateNewELS as IThreadsHistoryCreateNewELS, type index$1_IThreadsHistoryGroup as IThreadsHistoryGroup, type index$1_IThreadsHistoryGroupELS as IThreadsHistoryGroupELS, type index$1_IThreadsReportInteractFollow as IThreadsReportInteractFollow, type index$1_IThreadsReportInteractFollowELS as IThreadsReportInteractFollowELS, type index$1_IThreadsReportInteractFollowStoreIdxELS as IThreadsReportInteractFollowStoreIdxELS, type index$1_IThreadsReportInteractReplyComment as IThreadsReportInteractReplyComment, type index$1_IThreadsReportInteractReplyCommentELS as IThreadsReportInteractReplyCommentELS, type index$1_IThreadsReportInteractReplyCommentStoreIdxELS as IThreadsReportInteractReplyCommentStoreIdxELS, type index$1_IThreadsReportInteractReplyMessage as IThreadsReportInteractReplyMessage, type index$1_IThreadsReportInteractReplyMessageELS as IThreadsReportInteractReplyMessageELS, type index$1_IThreadsReportInteractReplyMessageStoreIdxELS as IThreadsReportInteractReplyMessageStoreIdxELS, type index$1_IThreadsReportInteractUnFollow as IThreadsReportInteractUnFollow, type index$1_IThreadsReportInteractUnFollowELS as IThreadsReportInteractUnFollowELS, type index$1_IThreadsReportInteractUnFollowStoreIdxELS as IThreadsReportInteractUnFollowStoreIdxELS, type index$1_IThreadsReportPost as IThreadsReportPost, type index$1_IThreadsReportPostELS as IThreadsReportPostELS, type index$1_IThreadsReportPostStoreIdxELS as IThreadsReportPostStoreIdxELS, type index$1_IThreadsSettingInteractFollow as IThreadsSettingInteractFollow, type index$1_IThreadsSettingInteractReplyComment as IThreadsSettingInteractReplyComment, type index$1_IThreadsSettingInteractReplyMessage as IThreadsSettingInteractReplyMessage, type index$1_IThreadsSettingInteractUnFollow as IThreadsSettingInteractUnFollow, type index$1_IThreadsSettingPost as IThreadsSettingPost, type index$1_IToken as IToken, type index$1_ITrackingModel as ITrackingModel, type index$1_ITrackingTime as ITrackingTime, type index$1_IUser as IUser, type index$1_IUserRole as IUserRole, type index$1_IViewDeviceByPC as IViewDeviceByPC, type index$1_IVoiceGenerated as IVoiceGenerated, type index$1_IVoiceLanguage as IVoiceLanguage, type index$1_IVoiceSettingDelay as IVoiceSettingDelay, type index$1_IVoiceStores as IVoiceStores, index$b as Permission, index$4 as Socials, index$5 as Tool, type index$1_UpdateDeviceDto as UpdateDeviceDto, type index$1_UpdatePCDto as UpdatePCDto, type index$1_ViewDetailDeviceDto as ViewDetailDeviceDto, index$6 as Workspace };
9268
9426
  }
9269
9427
 
9270
9428
  interface IUserInfoAssignment {
@@ -9462,7 +9620,7 @@ interface IFilterSettingAccountSocialFindForSettingDto {
9462
9620
  accountStatus: EStatusAccountSocialRaw[];
9463
9621
  accountGroup: string[];
9464
9622
  hasSetting: EHaveData[];
9465
- statusSetting: EStartStop[];
9623
+ startStop: EStartStop[];
9466
9624
  }
9467
9625
 
9468
9626
  interface FindThreadsHistoryGroupDto extends IFindBaseDto, IThreadsHistoryGroup {
@@ -10455,8 +10613,9 @@ interface FindThreadsSettingPostDto extends IFindBaseDto, IThreadsSettingPost {
10455
10613
  status: string;
10456
10614
  };
10457
10615
  timezone: ETimeZone;
10458
- timeCopySetting: Date;
10459
10616
  isStart: boolean;
10617
+ timeCopySetting: Date;
10618
+ startStop: EStartStop;
10460
10619
  timeStopStart: Date;
10461
10620
  dayOfWeeks: Array<EDayOfWeek>;
10462
10621
  listRunTimes: Array<ISettingRunTimeSocial>;
@@ -10556,8 +10715,9 @@ interface FindThreadsSettingInteractFollowDto extends IFindBaseDto, IThreadsSett
10556
10715
  status: string;
10557
10716
  };
10558
10717
  timezone: ETimeZone;
10559
- timeCopySetting: Date;
10560
10718
  isStart: boolean;
10719
+ timeCopySetting: Date;
10720
+ startStop: EStartStop;
10561
10721
  timeStopStart: Date;
10562
10722
  dayOfWeeks: Array<EDayOfWeek>;
10563
10723
  listRunTimes: Array<ISettingRunTimeSocial>;
@@ -10657,8 +10817,9 @@ interface FindThreadsSettingInteractUnFollowDto extends IFindBaseDto, IThreadsSe
10657
10817
  status: string;
10658
10818
  };
10659
10819
  timezone: ETimeZone;
10660
- timeCopySetting: Date;
10661
10820
  isStart: boolean;
10821
+ timeCopySetting: Date;
10822
+ startStop: EStartStop;
10662
10823
  timeStopStart: Date;
10663
10824
  dayOfWeeks: Array<EDayOfWeek>;
10664
10825
  listRunTimes: Array<ISettingRunTimeSocial>;
@@ -10757,8 +10918,9 @@ interface FindThreadsSettingInteractReplyCommentDto extends IFindBaseDto, IThrea
10757
10918
  status: string;
10758
10919
  };
10759
10920
  timezone: ETimeZone;
10760
- timeCopySetting: Date;
10761
10921
  isStart: boolean;
10922
+ timeCopySetting: Date;
10923
+ startStop: EStartStop;
10762
10924
  timeStopStart: Date;
10763
10925
  dayOfWeeks: Array<EDayOfWeek>;
10764
10926
  listRunTimes: Array<ISettingRunTimeSocial>;
@@ -10858,8 +11020,9 @@ interface FindThreadsSettingInteractReplyMessageDto extends IFindBaseDto, IThrea
10858
11020
  status: string;
10859
11021
  };
10860
11022
  timezone: ETimeZone;
10861
- timeCopySetting: Date;
10862
11023
  isStart: boolean;
11024
+ timeCopySetting: Date;
11025
+ startStop: EStartStop;
10863
11026
  timeStopStart: Date;
10864
11027
  dayOfWeeks: Array<EDayOfWeek>;
10865
11028
  listRunTimes: Array<ISettingRunTimeSocial>;
@@ -13194,8 +13357,9 @@ interface FindInstagramSettingInteractFollowDto extends IFindBaseDto {
13194
13357
  status: string;
13195
13358
  };
13196
13359
  timezone: ETimeZone;
13197
- timeCopySetting: Date;
13198
13360
  isStart: boolean;
13361
+ timeCopySetting: Date;
13362
+ startStop: EStartStop;
13199
13363
  timeStopStart: Date;
13200
13364
  dayOfWeeks: Array<EDayOfWeek>;
13201
13365
  listRunTimes: Array<ISettingRunTimeSocial>;
@@ -13293,7 +13457,7 @@ interface FilterInstagramSettingFollowDto extends IFilterBaseDto {
13293
13457
  accountGroup: string[];
13294
13458
  account: string[];
13295
13459
  hasSetting: EHaveData[];
13296
- statusSetting: EStartStop[];
13460
+ startStop: EStartStop[];
13297
13461
  statusSheetTool: ESheetToolStatusRun[];
13298
13462
  statusAccountRaw: EStatusAccountSocialRaw[];
13299
13463
  statusAccountLogin: EStatusAccountSocialLogin[];
@@ -13384,8 +13548,9 @@ interface FindInstagramSettingInteractReplyCommentDto extends IFindBaseDto {
13384
13548
  status: string;
13385
13549
  };
13386
13550
  timezone: ETimeZone;
13387
- timeCopySetting: Date;
13388
13551
  isStart: boolean;
13552
+ timeCopySetting: Date;
13553
+ startStop: EStartStop;
13389
13554
  timeStopStart: Date;
13390
13555
  dayOfWeeks: Array<EDayOfWeek>;
13391
13556
  listRunTimes: Array<ISettingRunTimeSocial>;
@@ -13449,7 +13614,7 @@ interface FilterInstagramSettingReplyCommentDto extends IFilterBaseDto {
13449
13614
  accountGroup: string[];
13450
13615
  account: string[];
13451
13616
  hasSetting: EHaveData[];
13452
- statusSetting: EStartStop[];
13617
+ startStop: EStartStop[];
13453
13618
  statusSheetTool: ESheetToolStatusRun[];
13454
13619
  statusAccountRaw: EStatusAccountSocialRaw[];
13455
13620
  statusAccountLogin: EStatusAccountSocialLogin[];
@@ -13540,8 +13705,9 @@ interface FindInstagramSettingInteractReplyMessageDto extends IFindBaseDto {
13540
13705
  status: string;
13541
13706
  };
13542
13707
  timezone: ETimeZone;
13543
- timeCopySetting: Date;
13544
13708
  isStart: boolean;
13709
+ timeCopySetting: Date;
13710
+ startStop: EStartStop;
13545
13711
  timeStopStart: Date;
13546
13712
  dayOfWeeks: Array<EDayOfWeek>;
13547
13713
  listRunTimes: Array<ISettingRunTimeSocial>;
@@ -13597,7 +13763,7 @@ interface FilterInstagramSettingReplyMessageDto extends IFilterBaseDto {
13597
13763
  accountGroup: string[];
13598
13764
  account: string[];
13599
13765
  hasSetting: EHaveData[];
13600
- statusSetting: EStartStop[];
13766
+ startStop: EStartStop[];
13601
13767
  statusSheetTool: ESheetToolStatusRun[];
13602
13768
  statusAccountRaw: EStatusAccountSocialRaw[];
13603
13769
  statusAccountLogin: EStatusAccountSocialLogin[];
@@ -13688,8 +13854,9 @@ interface FindInstagramSettingInteractUnFollowDto extends IFindBaseDto {
13688
13854
  status: string;
13689
13855
  };
13690
13856
  timezone: ETimeZone;
13691
- timeCopySetting: Date;
13692
13857
  isStart: boolean;
13858
+ timeCopySetting: Date;
13859
+ startStop: EStartStop;
13693
13860
  timeStopStart: Date;
13694
13861
  dayOfWeeks: Array<EDayOfWeek>;
13695
13862
  listRunTimes: Array<ISettingRunTimeSocial>;
@@ -13755,7 +13922,7 @@ interface FilterInstagramSettingUnFollowDto extends IFilterBaseDto {
13755
13922
  accountGroup: string[];
13756
13923
  account: string[];
13757
13924
  hasSetting: EHaveData[];
13758
- statusSetting: EStartStop[];
13925
+ startStop: EStartStop[];
13759
13926
  statusSheetTool: ESheetToolStatusRun[];
13760
13927
  statusAccountRaw: EStatusAccountSocialRaw[];
13761
13928
  statusAccountLogin: EStatusAccountSocialLogin[];
@@ -13864,8 +14031,9 @@ interface FindInstagramSettingPostDto extends IFindBaseDto {
13864
14031
  status: string;
13865
14032
  };
13866
14033
  timezone: ETimeZone;
13867
- timeCopySetting: Date;
13868
14034
  isStart: boolean;
14035
+ timeCopySetting: Date;
14036
+ startStop: EStartStop;
13869
14037
  timeStopStart: Date;
13870
14038
  dayOfWeeks: Array<EDayOfWeek>;
13871
14039
  listRunTimes: Array<ISettingRunTimeSocial<ISettingRunTimeInstagramPost>>;
@@ -13885,7 +14053,7 @@ interface FilterInstagramSettingPostDto extends IFilterBaseDto {
13885
14053
  accountGroup: string[];
13886
14054
  account: string[];
13887
14055
  hasSetting: EHaveData[];
13888
- statusSetting: EStartStop[];
14056
+ startStop: EStartStop[];
13889
14057
  statusSheetTool: ESheetToolStatusRun[];
13890
14058
  statusAccountRaw: EStatusAccountSocialRaw[];
13891
14059
  statusAccountLogin: EStatusAccountSocialLogin[];
@@ -16453,4 +16621,4 @@ declare namespace index {
16453
16621
  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 };
16454
16622
  }
16455
16623
 
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 };
16624
+ 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, EStatusAccountDrive, EStatusAccountSocialCheckAuth, EStatusAccountSocialFolderName, EStatusAccountSocialLogin, EStatusAccountSocialLoginEmail, EStatusAccountSocialRaw, EStatusAccountSocialRun, EStatusAccountSocialSetting, EStatusAccountSocialSync, EStatusAccountSocialSyncInstagramThreads, EStatusActive, EStatusBlog, EStatusChangeInfo, EStatusChannel, EStatusCommon, EStatusCreateNew, EStatusDevice, EStatusDeviceChangeName, EStatusDeviceChangeNew, EStatusDeviceConnectPC, EStatusDeviceConnectWifi, EStatusDeviceHubStatus, EStatusDeviceLog, EStatusDeviceLoginCHPlayICloud, EStatusDeviceReplace, EStatusDeviceRunningSocial, EStatusDeviceSetup, EStatusDeviceSetupSettingTask, EStatusDeviceSync, EStatusEditPost, EStatusExecuteCommon, EStatusGenerate, EStatusImportAccountSocial, EStatusLark, EStatusMailWork, EStatusPC, EStatusPCControl, EStatusPost, EStatusRole, EStatusSheetWork, EStatusTaskAIContent, EStatusTaskAvatarCover, EStatusTaskCanva, EStatusTaskImage, EStatusTaskJob, EStatusTaskJobGroup, EStatusTaskScript, EStatusTaskToolSocials, EStatusTaskVoice, EStatusTeam, EStatusUser, ETimeFilter, ETimeZone, EToolName, ETypeAccountInstagramSetting, ETypeAccountVPN, ETypeCanva, ETypeColumnManagerWork, ETypeDevice, ETypeDeviceLog, ETypeDeviceOS, ETypeExport, ETypeGenerate, ETypeImportExport, ETypeManagerWorkClassify, ETypeManagerWorkType, ETypePin, ETypeProviderAccountVPN, ETypeProxy, ETypeProxyChecked, ETypeProxyCountry, ETypeProxyNewIP, ETypeProxyProvider, ETypeRatioImage, ETypeSheetWorkClassify, ETypeSheetWorkPin, ETypeSocial, ETypeSocialChangeInfoInstagram, ETypeSocialCreateNew, ETypeTaskID, ETypeTimeFilter, ETypeVoiceLanguage, EYesNo, type ExportDto, type FilterAccountAIContentChannelDto, type FilterAccountAIContentDto, type FilterAccountAIContentInfoDto, type FilterAccountAIImageChannelDto, type FilterAccountAIImageDto, type FilterAccountAIImageInfoDto, type FilterAccountAIVoiceChannelDto, type FilterAccountAIVoiceDto, type FilterAccountAIVoiceInfoDto, type FilterAccountCHPlayICloudDto, type FilterAccountCanvaDto, type FilterAccountDriveDto, type FilterAccountEmailDto, type FilterAccountEmailManagerDto, type FilterAccountSocialGroupDto, type FilterAccountVPNDto, type FilterAccountVPSDto, type FilterAccountVPSGroupDto, type FilterBaseDto, type FilterBaseSocialDto, type FilterBlogCategoryDto, type FilterBlogDto, type FilterCheckerAccountInstagramDashboardFollowerDto, type FilterCheckerAccountThreadsDashboardFollowerDto, type FilterDepartmentDto, type FilterDeviceDto, type FilterDeviceLogDto, type FilterHistoryTaskAIContentDto, type FilterHistoryTaskAIImageDto, type FilterHistoryTaskAIVoiceDto, type FilterHistoryTaskCanvaDto, type FilterInstagramAccountRawDto, type FilterInstagramAccountRunDto, type FilterInstagramDashboardFollowerDto, type FilterInstagramHistoryAutoSyncDto, type FilterInstagramHistoryChangeInfoDto, type FilterInstagramHistoryCreateNewDto, type FilterInstagramHistoryGroupDto, type FilterInstagramReportInteractBlockUserDto, type FilterInstagramReportInteractFollowDto, type FilterInstagramReportInteractReplyCommentDto, type FilterInstagramReportInteractReplyMessageDto, type FilterInstagramReportInteractUnFollowDto, type FilterInstagramReportPostHighLightDto, type FilterInstagramReportPostNewDto, type FilterInstagramReportPostReelDto, type FilterInstagramReportPostSquareDto, type FilterInstagramReportPostStoryDto, type FilterInstagramSettingFollowDto, type FilterInstagramSettingInteractFollowDto, type FilterInstagramSettingInteractReplyCommentDto, type FilterInstagramSettingInteractReplyMessageDto, type FilterInstagramSettingInteractUnFollowDto, type FilterInstagramSettingPostDto, type FilterInstagramSettingReplyCommentDto, type FilterInstagramSettingReplyMessageDto, type FilterInstagramSettingUnFollowDto, type FilterLarkDto, type FilterManagerImageAIDto, type FilterManagerSheetDto, type FilterManagerWorkDto, type FilterPCDto, type FilterPerformanceBreakdownInstagramDashboardFollowerDto, type FilterPerformanceBreakdownThreadsDashboardFollowerDto, type FilterProxyDto, type FilterRoleDto, type FilterSheetWorkCategoryDto, type FilterSheetWorkDto, type FilterSheetsToolDto, type FilterTaskAIContentDto, type FilterTaskAIImageCanvaInstagramDto, type FilterTaskAIImageCanvaThreadsDto, type FilterTaskAIImageVoiceCanvaInstagramDto, type FilterTaskAIImageVoiceCanvaThreadsDto, type FilterTaskInstagramBlockUserDto, type FilterTaskInstagramChangeInfoDto, type FilterTaskInstagramFollowDto, type FilterTaskInstagramPostDto, type FilterTaskInstagramReplyCommentDto, type FilterTaskInstagramReplyMessageDto, type FilterTaskThreadsFollowDto, type FilterTaskThreadsPostDto, type FilterTaskThreadsReplyCommentDto, type FilterTaskThreadsReplyMessageDto, type FilterTeamDto, type FilterThreadsAccountRawDto, type FilterThreadsAccountRunDto, type FilterThreadsDashboardFollowerDto, type FilterThreadsHistoryAutoSyncDto, type FilterThreadsHistoryChangeDto, type FilterThreadsHistoryCreateNewDto, type FilterThreadsHistoryGroupDto, type FilterThreadsReportInteractFollowDto, type FilterThreadsReportInteractReplyCommentDto, type FilterThreadsReportInteractReplyMessageDto, type FilterThreadsReportInteractUnFollowDto, type FilterThreadsReportPostDto, type FilterThreadsSettingInteractFollowDto, type FilterThreadsSettingInteractReplyCommentDto, type FilterThreadsSettingInteractReplyMessageDto, type FilterThreadsSettingInteractUnFollowDto, type FilterThreadsSettingPostDto, type FilterUserDto, type FindAccountAIContentChannelDto, type FindAccountAIContentDto, type FindAccountAIContentInfoDto, type FindAccountAIImageChannelDto, type FindAccountAIImageDto, type FindAccountAIImageInfoDto, type FindAccountAIVoiceChannelDto, type FindAccountAIVoiceDto, type FindAccountAIVoiceInfoDto, type FindAccountCHPlayICloudDto, type FindAccountCanvaDto, type FindAccountDriveDto, type FindAccountEmailDto, type FindAccountForCheckerInstagramDashboard, type FindAccountForCheckerThreadsDashboard, type FindAccountSocialGroupDto, type FindAccountSocialGroupPopupSocialDto, type FindAccountVPNDto, type FindAccountVPSDto, type FindAccountVPSGroupDto, type FindAccountVPSGroupPopupDto, type FindAutoFillDeviceDto, type FindBlogCategoryDto, type FindBlogDto, type FindCheckerAccountInstagramDashboardFollowerDto, type FindCheckerAccountThreadsDashboardFollowerDto, type FindDepartmentDto, type FindDeviceAvailableForAddAccountVPNDto, type FindDeviceAvailableForAddCHPlayICloudDto, type FindDeviceAvailableForAddProxyDto, type FindDeviceDto, type FindDeviceLogDto, type FindForReviewDto, type FindGrowthInstagramDashboardFollowerDto, type FindGrowthThreadsDashboardFollowerDto, type FindHistoryTaskAIContentDto, type FindHistoryTaskAIImageDto, type FindHistoryTaskAIVoiceDto, type FindHistoryTaskCanvaDto, type FindInstagramAccountRawDto, type FindInstagramAccountRunDto, type FindInstagramHistoryAutoSyncDto, type FindInstagramHistoryChangeInfoDto, type FindInstagramHistoryCreateNewDto, type FindInstagramHistoryGroupDto, type FindInstagramSettingInteractFollowDto, type FindInstagramSettingInteractReplyCommentDto, type FindInstagramSettingInteractReplyMessageDto, type FindInstagramSettingInteractUnFollowDto, type FindInstagramSettingPostDto, type FindLarkDto, type FindManagerImageAIDto, type FindManagerSheetDto, type FindManagerWorkDto, type FindMemberForAddTeamDto, type FindOverViewDepartmentDto, type FindOverViewInstagramAccountRawDto, type FindOverViewInstagramAccountRunDto, type FindOverViewInstagramReportInteractBlockUserDto, type FindOverViewInstagramReportInteractFollowDto, type FindOverViewInstagramReportInteractReplyCommentDto, type FindOverViewInstagramReportInteractReplyMessageDto, type FindOverViewInstagramReportInteractUnFollowDto, type FindOverViewInstagramReportPostHighLightDto, type FindOverViewInstagramReportPostNewDto, type FindOverViewInstagramReportPostReelDto, type FindOverViewInstagramReportPostSquareDto, type FindOverViewInstagramReportPostStoryDto, type FindOverViewInstagramSettingInteractFollowDto, type FindOverViewInstagramSettingInteractReplyCommentDto, type FindOverViewInstagramSettingInteractReplyMessageDto, type FindOverViewInstagramSettingInteractUnFollowDto, type FindOverViewInstagramSettingPostDto, type FindOverViewLarkDto, type FindOverViewTaskAIContentDto, type FindOverViewTaskAIImageCanvaInstagramDto, type FindOverViewTaskAIImageCanvaThreadsDto, type FindOverViewTaskAIImageVoiceCanvaInstagramDto, type FindOverViewTaskAIImageVoiceCanvaThreadsDto, type FindOverViewTaskInstagramBlockUserDto, type FindOverViewTaskInstagramChangeInfoDto, type FindOverViewTaskInstagramFollowDto, type FindOverViewTaskInstagramPostDto, type FindOverViewTaskInstagramReplyCommentDto, type FindOverViewTaskInstagramReplyMessageDto, type FindOverViewTaskThreadsFollowDto, type FindOverViewTaskThreadsPostDto, type FindOverViewTaskThreadsReplyCommentDto, type FindOverViewTaskThreadsReplyMessageDto, type FindOverViewThreadsAccountDto, type FindOverViewThreadsAccountRowDto, type FindOverViewThreadsReportInteractFollowDto, type FindOverViewThreadsReportInteractReplyCommentDto, type FindOverViewThreadsReportInteractReplyMessageDto, type FindOverViewThreadsReportInteractUnFollowDto, type FindOverViewThreadsReportPostDto, type FindOverViewThreadsSettingInteractFollowDto, type FindOverViewThreadsSettingInteractReplyCommentDto, type FindOverViewThreadsSettingInteractReplyMessageDto, type FindOverViewThreadsSettingInteractUnFollowDto, type FindOverViewThreadsSettingPostDto, type FindOverviewAccountCHPlayICloudDto, type FindOverviewAccountCanvaDto, type FindOverviewAccountDriveDto, type FindOverviewAccountEmailDto, type FindOverviewAccountEmailManagerDto, type FindOverviewAccountVPNDto, type FindOverviewAccountVPSDto, type FindOverviewDeviceBasicDto, type FindOverviewDeviceDetailDto, type FindOverviewDeviceLog, type FindOverviewDeviceSocialMediaAccountDto, type FindOverviewDeviceSocialMediaActiveLockedDto, type FindOverviewInstagramDashboardFollowerDto, type FindOverviewInstagramHistoryAutoSyncDto, type FindOverviewInstagramHistoryChangeInfoDto, type FindOverviewInstagramHistoryCreateNewDto, type FindOverviewInstagramHistoryGroupDto, type FindOverviewPCDto, type FindOverviewProxyDto, type FindOverviewRoleDto, type FindOverviewTeamDto, type FindOverviewThreadsDashboardFollowerDto, type FindOverviewThreadsHistoryCreateNewDto, type FindOverviewUserDto, type FindPCDetail, type FindPCDto, type FindPerformanceBreakdownInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewInstagramDashboardFollowerDto, type FindPerformanceBreakdownOverviewThreadsDashboardFollowerDto, type FindPerformanceBreakdownThreadsDashboardFollowerDto, type FindProxyDto, type FindReplaceDeviceDto, type FindRoleDetailDto, type FindRoleDto, type FindRoleOfMe, type FindSheetWorkCategoryDto, type FindSheetWorkDto, type FindSheetsToolDto, type FindTaskAIContentDto, type FindTaskAIImageCanvaInstagramDto, type FindTaskAIImageCanvaThreadsDto, type FindTaskAIImageVoiceCanvaInstagramDto, type FindTaskAIImageVoiceCanvaThreadsDto, type FindTaskAvailableAIContentDto, type FindTaskInstagramBlockUserDto, type FindTaskInstagramChangeInfoDto, type FindTaskInstagramFollowDto, type FindTaskInstagramPostDto, type FindTaskInstagramReplyCommentDto, type FindTaskInstagramReplyMessageDto, type FindTaskThreadsFollowDto, type FindTaskThreadsPostDto, type FindTaskThreadsReplyCommentDto, type FindTaskThreadsReplyMessageDto, type FindTasksJobDto, type FindTeamDto, type FindThreadsAccountRawDto, type FindThreadsAccountRunDto, type FindThreadsHistoryAutoSyncDto, type FindThreadsHistoryChangeDto, type FindThreadsHistoryCreateNewDto, type FindThreadsHistoryGroupDto, type FindThreadsSettingInteractFollowDto, type FindThreadsSettingInteractReplyCommentDto, type FindThreadsSettingInteractReplyMessageDto, type FindThreadsSettingInteractUnFollowDto, type FindThreadsSettingPostDto, type FindUserDto, index$7 as Forum, index$3 as History, type IAccountAIContent, type IAccountAIContentChannel, type IAccountAIContentGroup, type IAccountAIContentInfo, type IAccountAIContentMemberAssigned, type IAccountAIContentTag, type IAccountAIImage, type IAccountAIImageChannel, type IAccountAIImageGroup, type IAccountAIImageInfo, type IAccountAIImageMemberAssigned, type IAccountAIImageTag, type IAccountAIVoice, type IAccountAIVoiceChannel, type IAccountAIVoiceGroup, type IAccountAIVoiceInfo, type IAccountAIVoiceMemberAssigned, type IAccountAIVoiceTag, type IAccountCHPlayICloud, type IAccountCanva, type IAccountDrive, type IAccountEmail, type IAccountEmailProxy, type IAccountEmailTag, type IAccountEmailTaskWork, type IAccountSocialBase, type IAccountSocialGroup, type IAccountVPN, type IAccountVPS, type IAccountVPSGroup, type IAccountVPSSocial, type IAssignUser, type IAuthLogin, type IAuthResetPassword, type IBaseELS, type IBaseModel, type IBaseOverview, type IBaseRefFieldELS, type IBaseSheetImportDto, type IBaseStoreIdxELS, type IBlog, type IBlogCategory, type IBlogDepartmentPermission, type IBlogTeamPermission, type IBlogUserPermission, type IColsUnSelected, type IDataDiscussTaskJob, type IDataNotification, type IDataUser, type IDepartment, type IDepartmentMember, type IDevice, type IDeviceLog, type IDeviceLogELS, type IDeviceLogStoreIdxELS, type IDevicePopupViewAccountSocial, type IDeviceSettingForAccount, type IDeviceSettingForCHPlayICloud, type IDeviceSettingForProxy, type IDeviceSettingForVPN, type IDomain, type IEmailAccountSocial, type IEmailProxy, type IEmailRawManager, type IEmailVPS, type IFile, type IFilterAssignDto, type IFilterBaseAccountSocialDto, type IFilterBaseDto, type IFilterSettingAccountSocialFindForSettingDto, type IFilterStore, type IFindBaseDto, type IGPMProfile, type IHistoryTaskAIContent, type IHistoryTaskAIImage, type IHistoryTaskAIVoice, type IHistoryTaskCanva, type IIncreaseValueTask, type IInstagramAccountRaw, type IInstagramDashboardFollower, type IInstagramDashboardFollowerELS, type IInstagramHistoryAutoSync, type IInstagramHistoryAutoSyncELS, type IInstagramHistoryAutoSyncStoreIdxELS, type IInstagramHistoryChangeInfo, type IInstagramHistoryChangeInfoELS, type IInstagramHistoryChangeInfoStoreIdxELS, type IInstagramHistoryCreateNew, type IInstagramHistoryCreateNewELS, type IInstagramHistoryCreateNewStoreIdxELS, type IInstagramHistoryGroup, type IInstagramHistoryGroupELS, type IInstagramHistoryGroupStoreIdxELS, type IInstagramReportInteractBlockUser, type IInstagramReportInteractBlockUserELS, type IInstagramReportInteractBlockUserStoreIdxELS, type IInstagramReportInteractFollow, type IInstagramReportInteractFollowELS, type IInstagramReportInteractFollowStoreIdxELS, type IInstagramReportInteractReplyComment, type IInstagramReportInteractReplyCommentELS, type IInstagramReportInteractReplyCommentStoreIdxELS, type IInstagramReportInteractReplyMessage, type IInstagramReportInteractReplyMessageELS, type IInstagramReportInteractReplyMessageStoreIdxELS, type IInstagramReportInteractUnFollow, type IInstagramReportInteractUnFollowELS, type IInstagramReportInteractUnFollowStoreIdxELS, type IInstagramReportPostHighLight, type IInstagramReportPostHighLightELS, type IInstagramReportPostHighLightStoreIdxELS, type IInstagramReportPostNew, type IInstagramReportPostNewELS, type IInstagramReportPostNewStoreIdxELS, type IInstagramReportPostReel, type IInstagramReportPostReelELS, type IInstagramReportPostReelStoreIdxELS, type IInstagramReportPostSquare, type IInstagramReportPostSquareELS, type IInstagramReportPostSquareStoreIdxELS, type IInstagramReportPostStory, type IInstagramReportPostStoryELS, type IInstagramReportPostStoryStoreIdxELS, type IInstagramSettingInteractBlockUser, type IInstagramSettingInteractFollow, type IInstagramSettingInteractReplyComment, type IInstagramSettingInteractReplyMessage, type IInstagramSettingInteractUnFollow, type IInstagramSettingPost, type ILark, type ILarkTeam, type IManagerImageAI, type IManagerImageAIItemStore, type IManagerImageAIUserAttached, type IManagerSheet, type IManagerSheetChildren, type IManagerSheetChildrenGroup, type IManagerSheetChildrenGroupItem, type IManagerSheetGroup, type IManagerWork, type IOtpConfirm, type IOtpCreateSession, type IOtpSend, type IPC, type IPCLog, type IPCLogELS, type IPCLogStoreIdxELS, type IProxy, type IResponseLogin, type IRole, type IRoleFeature, type ISettingAccountSocialDto, type ISettingRunTimeInstagramPost, type ISettingRunTimeSocial, type ISettingTool, type ISheetImportExportSocial, type ISheetWork, type ISheetWorkDepartmentPermission, type ISheetWorkManager, type ISheetWorkUserPermission, type ISheetWorksCategory, type ISheetsTool, type ISocialTaskManager, type ITag, type ITaskAIContent, type ITaskAIImageCanvaInstagram, type ITaskAIImageCanvaThreads, type ITaskAIImageVoiceCanvaInstagram, type ITaskAIImageVoiceCanvaThreads, type ITaskAIItemAction, type ITaskAIItemGroup, type ITaskInstagramBlockUser, type ITaskInstagramBlockUserELS, type ITaskInstagramBlockUserStoreIdxELS, type ITaskInstagramChangeInfo, type ITaskInstagramChangeInfoELS, type ITaskInstagramChangeInfoStoreIdxELS, type ITaskInstagramFollow, type ITaskInstagramFollowELS, type ITaskInstagramFollowStoreIdxELS, type ITaskInstagramPost, type ITaskInstagramPostELS, type ITaskInstagramPostStoreIdxELS, type ITaskInstagramReplyComment, type ITaskInstagramReplyCommentELS, type ITaskInstagramReplyCommentStoreIdxELS, type ITaskInstagramReplyMessage, type ITaskInstagramReplyMessageELS, type ITaskInstagramReplyMessageStoreIdxELS, type ITaskJob, type ITaskJobAttachmentBlog, type ITaskJobBlogAttached, type ITaskJobCheckList, type ITaskJobDepartmentPermission, type ITaskJobDiscuss, type ITaskJobLabel, type ITaskJobPermission, type ITaskJobTeamPermission, type ITaskJobUserPermission, type ITaskJobsGroup, type ITaskThreadsFollow, type ITaskThreadsFollowELS, type ITaskThreadsFollowStoreIdxELS, type ITaskThreadsPost, type ITaskThreadsPostELS, type ITaskThreadsPostStoreIdxELS, type ITaskThreadsReplyComment, type ITaskThreadsReplyCommentELS, type ITaskThreadsReplyCommentStoreIdxELS, type ITaskThreadsReplyMessage, type ITaskThreadsReplyMessageELS, type ITaskThreadsReplyMessageStoreIdxELS, type ITeam, type ITeamMember, type ITeamRole, type IThreadsAccountRaw, type IThreadsDashboardFollower, type IThreadsHistoryAutoSync, type IThreadsHistoryAutoSyncELS, type IThreadsHistoryChange, type IThreadsHistoryChangeInfoELS, type IThreadsHistoryCreateNew, type IThreadsHistoryCreateNewELS, type IThreadsHistoryGroup, type IThreadsHistoryGroupELS, type IThreadsReportInteractFollow, type IThreadsReportInteractFollowELS, type IThreadsReportInteractFollowStoreIdxELS, type IThreadsReportInteractReplyComment, type IThreadsReportInteractReplyCommentELS, type IThreadsReportInteractReplyCommentStoreIdxELS, type IThreadsReportInteractReplyMessage, type IThreadsReportInteractReplyMessageELS, type IThreadsReportInteractReplyMessageStoreIdxELS, type IThreadsReportInteractUnFollow, type IThreadsReportInteractUnFollowELS, type IThreadsReportInteractUnFollowStoreIdxELS, type IThreadsReportPost, type IThreadsReportPostELS, type IThreadsReportPostStoreIdxELS, type IThreadsSettingInteractFollow, type IThreadsSettingInteractReplyComment, type IThreadsSettingInteractReplyMessage, type IThreadsSettingInteractUnFollow, type IThreadsSettingPost, type IToken, type ITrackingModel, type ITrackingTime, type IUser, type IUserInfoAssignment, type IUserRole, type IViewDeviceByPC, type IVoiceGenerated, type IVoiceLanguage, type IVoiceSettingDelay, type IVoiceStores, type ImportAccountVPSDto, type ImportDto, type ImportInstagramAccountRawDto, type ImportManagerWorkDto, type ImportSheetWorkDto, index$h as Lark, type LoadInfoUrlSheetToolDto, type OverviewSheetsToolDto, type PayloadUrlSheetToolDto, index$b as Permission, type ReplaceAccountVSPDto, type ResultChangeInfoInstagramAccountRawDto, type ResultImportInstagramAccountRawDto, index$g as SheetTool, index$4 as Socials, type StatisticsManagerWorkDto, type StatisticsSheetWorkDto, index$f as Status, type TActionRole, type TCompare, type TFilter, type TPost, type TPostStyle, index$5 as Tool, index$e as Types, type UpdateAccountSocialGroupDto, type UpdateAccountVPSDto, type UpdateBlogDto, type UpdateBlogsCategoryDto, type UpdateDepartmentDto, type UpdateDeviceDto, type UpdateInstagramSettingInteractFollowDto, type UpdateInstagramSettingInteractReplyCommentDto, type UpdateInstagramSettingInteractReplyMessageDto, type UpdateInstagramSettingInteractUnFollowDto, type UpdateInstagramSettingPostDto, type UpdateLarkDto, type UpdateManagerWorkDto, type UpdatePCDto, type UpdateProxyDto, type UpdateRoleDto, type UpdateSheetWorkDto, type UpdateSheetsToolDto, type UpdateTaskAIContentDto, type UpdateTaskAIImageCanvaInstagramDto, type UpdateTaskAIImageCanvaThreadsDto, type UpdateTaskAIImageVoiceCanvaInstagramDto, type UpdateTaskAIImageVoiceCanvaThreadsDto, type UpdateTaskInstagramBlockUserDto, type UpdateTaskInstagramChangeInfoDto, type UpdateTaskInstagramFollowDto, type UpdateTaskInstagramPostDto, type UpdateTaskInstagramReplyCommentDto, type UpdateTaskInstagramReplyMessageDto, type UpdateTaskThreadsFollowDto, type UpdateTaskThreadsPostDto, type UpdateTaskThreadsReplyCommentDto, type UpdateTaskThreadsReplyMessageDto, type UpdateTasksJobDto, type UpdateTeamDto, type UpdateUserDto, type ViewDetailDeviceDto, type ViewDetailSheetsToolDto, index$6 as Workspace };